@font-face {
  font-family: "SweetApricot";
  src: url("fonts/SweetApricot/SweetApricot.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "Neulis";
  src: url("fonts/Neulis/Neulis-Regular.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "Neulis";
  src: url("fonts/Neulis/Neulis-Bold.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "Gilmer";
  src: url("fonts/Gilmer/Gilmer-Regular.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "Gilmer";
  src: url("fonts/Gilmer/Gilmer-Bold.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "Virtual";
  src: url("fonts/Virtual/Virtual.otf") format("opentype");
  font-weight: normal;
}
html {
  margin: 0 !important;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.loader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  transition: 0.3s all ease-in-out;
}
.loader svg {
  width: 50%;
  height: 50%;
}
.loaderinvisible {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease-in-out;
}
body {
  background-color: #F2F2F2;
  margin: 0 !important;
}
img {
  image-rendering: auto;
}
.site-main {
  min-height: 100vh;
  padding: 0;
}
.imgcropCtn {
  position: relative;
  overflow: hidden;
}
.imgcrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: center;
  min-height: 100%;
}
.container-myprod {
  width: 90%;
  max-width: 1366px;
  margin: 0 auto;
}
h1 {
  color: #071116;
  font-family: "Virtual", sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 24px;
}
h1 strong {
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-color: #508FFF;
  text-decoration-thickness: 12.5%;
  text-underline-offset: -3%;
  text-underline-position: from-font;
}
h2 {
  color: #508FFF;
  font-family: "Virtual", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1.2;
  margin: 0 0 24px;
}
h2 strong {
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-color: #508FFF;
  text-decoration-thickness: 12.5%;
  text-underline-offset: 0%;
  text-underline-position: from-font;
}
h3 {
  color: #071116;
  font-family: "Virtual", sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
  margin: 0 0 16px;
}
a {
  color: #071116;
  font-family: "Virtual", sans-serif;
  font-size: 1.6rem;
  margin: 0 0 8px;
  transition: 0.3s all ease-in-out;
}
a:hover {
  transition: 0.3s all ease-in-out;
}
h1 strong,
h2 strong {
  font-family: "Virtual", sans-serif;
}
strong,
b {
  font-weight: 700;
  font-family: "Vend Sans", sans-serif;
}
p {
  color: #071116;
  font-family: "Vend Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1.6;
  margin: 0 0 8px;
}
p a {
  font-family: "Vend Sans", sans-serif;
  text-decoration: underline 1px solid #000 !important;
  transition: 0.3s all ease;
}
p a:hover {
  opacity: 0.6;
  transition: 0.3s all ease;
}
ul {
  margin: 0;
  list-style: none;
}
ul li {
  font-family: "Vend Sans", sans-serif;
  font-size: 1.6rem;
}
main ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 0 32px 0;
  margin: 0;
  list-style: none;
}
main ul li {
  position: relative;
  font-weight: 400;
  padding: 0 0 0 32px;
}
main ul li::before {
  content: "";
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  background-image: url(https://hims-energies.fr/wp-content/uploads/2026/06/CHECKNCADRE.svg);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  border-radius: 6px;
  background-color: var(--Charte-luminous,#325FEB);
  transform: translateY(-50%);
}
main .text-image ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 0 32px 0;
  margin: 0;
  list-style: none;
}
main .text-image ul li {
  position: relative;
  font-weight: 400;
  padding: 0 0 0 32px;
}
main .text-image ul li::before {
  content: "";
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  background-image: url(https://hims-energies.fr/wp-content/uploads/2026/06/CHECKNCADRE.svg);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  border-radius: 6px;
  background-color: var(--Charte-luminous,#325FEB);
  transform: translateY(-50%);
}
.cta-text-contenu a {
  text-decoration: none;
}
.exergue-com {
  color: white;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0 6px 3px 6px;
  font-family: "Vend Sans", sans-serif;
  background-color: #508FFF;
  border-radius: 50px;
  text-decoration: none;
}
.exergue-event {
  color: white;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0 6px 3px 6px;
  font-family: "Vend Sans", sans-serif;
  background-color: #071116;
  border-radius: 50px;
  text-decoration: none;
}
.btn {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  gap: 12px;
  font-family: "Vend Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  width: fit-content;
  color: #FEFEFE;
  background: var(--blue-gradient,linear-gradient(95deg,#325FEB 0%,#508FFF 100%));
  text-decoration: none;
  border: 0px solid transparent;
  -webkit-border-top-right-radius: 100px;
  -webkit-border-bottom-right-radius: 100px;
  -webkit-border-bottom-left-radius: 100px;
  -webkit-border-top-left-radius: 100px;
  -moz-border-radius-topright: 100px;
  -moz-border-radius-bottomright: 100px;
  -moz-border-radius-bottomleft: 100px;
  -moz-border-radius-topleft: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: 0.3s all ease !important;
}
.btn:hover {
  background: black;
  box-shadow: 0px 3px 6px 0px #00000029;
  transition: 0.3s all ease !important;
}
.btn-primary {
  position: relative;
  transition: 0.3s all ease;
}
.btn-secondary {
  position: relative;
  z-index: 1;
  border: 2px solid #071116;
  color: #FEFEFE;
  background: transparent;
  overflow: hidden;
}
.btn-secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 100px;
  background: linear-gradient(95deg,#325FEB,#508FFF,#020202);
  background-size: 200% 100%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease, background-position 0.6s ease;
}
.btn-secondary:hover::before {
  opacity: 1;
  background-position: 100% 0;
}
.btn-secondary:hover {
  color: #fff;
  background-color: transparent;
  backdrop-filter: blur(2px);
  border: 2px solid transparent;
}
.btn-secondary::before {
  animation: borderMove 3s linear infinite;
}
@keyframes borderMove {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 200% 150%;
  }
}
.btn-tertiary {
  position: relative;
  border: 1px solid #071116;
  color: #071116;
  transition: 0.3s all ease-in-out;
}
.btn-tertiary:before {
  z-index: 3;
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 24px;
  height: 2px;
  background-color: #071116;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
  border-radius: 50px;
}
.btn-tertiary:after {
  z-index: 2;
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 24px;
  height: 2px;
  background-color: #FEFEFE;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
  border-radius: 50px;
}
.btn-tertiary:hover {
  color: #FEFEFE;
  background-color: #071116;
  transition: 0.3s all ease-in-out;
}
.btn-tertiary:hover::before {
  width: 1px;
  background-color: transparent;
  transition: 0.3s all ease-in-out;
}
.btn-tertiary:hover::after {
  width: 24px;
  background-color: #FEFEFE;
  transition: 0.3s all ease-in-out;
  transition-delay: 0.3s;
}
.btn-white {
  color: #FEFEFE;
  border: 1px solid white;
  background-color: transparent;
}
.btn-white:hover {
  color: #508FFF;
  background-color: white;
}
.btn-header {
  font-family: "Vend Sans", sans-serif;
  font-size: 3rem;
  padding: 12px 0;
  margin: 0;
  border: unset;
  background-color: transparent;
}
.btn-header svg {
  display: block;
}
.btn-header:hover {
  color: #071116;
  background-color: transparent;
}
.btn-header::before {
  content: unset;
}
.btn-header::after {
  content: unset;
}
.btn-header .blue-bar path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.7,0,0.3,1);
}
.btn-header:hover .blue-bar path {
  stroke-dashoffset: 0;
  transition-timing-function: cubic-bezier(0.8,1,0.7,1);
  transition-duration: 0.3s;
}
.btn-header .orange-bar path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.7,0,0.3,1);
}
.btn-header:hover .orange-bar path {
  stroke-dashoffset: 0;
  transition-timing-function: cubic-bezier(0.8,1,0.7,1);
  transition-duration: 0.3s;
}
.btn-noAnimation path {
  opacity: 0;
}
.blue-bar {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.orange-bar {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
#wpadminbar {
  display: none;
}
header.site-header {
  opacity: 1;
  width: 100%;
  background: transparent;
  transition: 0.3s all ease;
}
header.site-header .logo img {
  width: auto;
  height: 100px;
}
header.site-header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background-color: transparent;
}
header.site-header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  height: 100%;
  padding: 16px 0;
  max-width: 1366px;
  transition: 0.3s all ease;
}
header.site-header .logo-site {
  display: flex;
  align-items: center;
  max-width: 275px;
  margin: 0;
  transition: 0.3s all ease;
}
header.site-header .rs {
  order: 3;
}
header.site-header .rs .wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
header.site-header .rs .wrapper a {
  color: white;
}
header.site-header .burger-menu {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  position: relative;
  width: 35px;
  height: 12px;
  align-items: center;
  justify-content: space-between;
}
header.site-header .burger-menu span {
  display: block;
  width: 100%;
  opacity: 1;
  height: 2px;
  margin-right: auto;
  background-color: #FEFEFE;
  color: #FEFEFE;
  transition: 0.3s all ease-in-out;
}
header.site-header .burger-menu:hover span {
  width: 100%;
  transition: 0.3s all ease-in-out;
}
header.site-header .menu-container {
  z-index: 9996;
  display: flex;
  align-items: center;
}
header.site-header .menu-container p {
  content: "Menu";
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1;
  padding: 0 0 0 14px;
  margin: 0;
  color: #FEFEFE;
  font-family: "Virtual", sans-serif;
  text-transform: unset;
  transition: 0.3s all ease-in-out;
}
.page-id-3553 header,
.page-id-4340 header,
.single-post header,
.page-id-58 header,
.page-id-1269 header {
  background: #071116;
}
header.nav-colored {
  background: #071116;
  transition: 0.3s all ease;
}
header.nav-colored .wrapper {
  transition: 0.3s all ease;
}
header.nav-colored .logo-site {
  transition: 0.3s all ease;
}
.menu-hamburger-direct .burger-menu {
  display: flex;
}
.menu-hamburger-direct nav.main-navigation {
  z-index: 9999;
  position: fixed;
  background: #0a0a0a7b;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part {
  position: relative;
  width: 50%;
  max-width: 530px;
  background-color: #FAFAFA;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .closeburger {
  z-index: 9999;
  position: absolute;
  top: 36px;
  right: 36px;
  width: 28px;
  height: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .closeburger span {
  width: 100%;
  opacity: 1;
  height: 2px;
  transition: 0.3s all ease-in-out;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .closeburger span:first-child {
  position: relative;
  top: 50%;
  background-color: #0A0A0A;
  rotate: 45deg;
  transform-origin: 50% 50%;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .closeburger span:nth-child(2) {
  position: relative;
  opacity: 1;
  background-color: #0A0A0A;
  transform-origin: 50% 50%;
  transition: 0.3s all ease-in-out;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .closeburger span:last-child {
  position: relative;
  top: -40%;
  background-color: #0A0A0A;
  rotate: 135deg;
  transform-origin: 50% 50%;
  transition: 0.3s all ease-in-out;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 0 0 10%;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0 30px;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li:hover a {
  padding: 0 0 0 3vw;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li:hover:before {
  opacity: 1;
  width: 10vw;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li:hover ul.sub-menu {
  width: 300px;
  pointer-events: all;
  opacity: 1;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li::before {
  content: "";
  position: absolute;
  opacity: 0;
  background-color: #071116;
  pointer-events: none;
  height: 2px;
  width: 0vw;
  top: 24%;
  left: -8vw;
  border-radius: 12px;
  transform: translateY(-50%);
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li a {
  width: 100%;
  height: 100%;
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Virtual", sans-serif;
  margin: 0;
  line-height: 1;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li.current-menu-item a {
  color: #071116;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li:hover a {
  color: #071116;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li ul.sub-menu {
  box-shadow: unset;
  opacity: 0;
  width: 300px;
  float: none;
  position: absolute;
  pointer-events: none;
  top: -5px;
  left: 100%;
  z-index: 9;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li ul.sub-menu li {
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 100%;
  padding: 0 0 30px;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li ul.sub-menu li a {
  width: auto;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.4;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li ul.sub-menu li a:hover {
  opacity: 0.6;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li ul.sub-menu li::before {
  content: unset;
}
.menu-hamburger-direct .activeMenuBurger span {
  transition: 0.3s all ease-in-out;
}
.menu-hamburger-direct .activeMenuBurger span:first-child {
  position: relative;
  top: 50%;
  background-color: #0A0A0A;
  rotate: 45deg;
  transform-origin: 50% 50%;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
}
.menu-hamburger-direct .activeMenuBurger span:nth-child(2) {
  position: relative;
  opacity: 1;
  background-color: #0A0A0A;
  transform-origin: 50% 50%;
  transition: 0.3s all ease-in-out;
}
.menu-hamburger-direct .activeMenuBurger span:last-child {
  position: relative;
  top: -40%;
  background-color: #0A0A0A;
  rotate: 135deg;
  transform-origin: 50% 50%;
  transition: 0.3s all ease-in-out;
}
.menu-hamburger-direct .activeMenuBurger p {
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.menu-hamburger-direct nav.activeMenuMyProd {
  pointer-events: all;
}
.menu-hamburger-direct .logo-center .logo-site {
  order: 2;
}
.menu-hamburger-direct .logo-center .menu-container {
  order: 1;
}
.menu-hamburger-direct .logo-center .btn {
  order: 3;
}
.menu-hamburger-direct .logo-center .main-navigation {
  order: 4;
}
.menu-hamburger-direct .logo-gauche .logo-site {
  order: 1;
}
.menu-hamburger-direct .logo-gauche .menu-container {
  order: 2;
}
.menu-hamburger-direct .logo-gauche .btn {
  display: none;
}
.menu-hamburger-direct .logo-gauche .main-navigation {
  order: 4;
}
.menu-hamburger-direct .logo-droite .logo-site {
  order: 2;
}
.menu-hamburger-direct .logo-droite .menu-container {
  order: 1;
}
.menu-hamburger-direct .logo-droite .btn {
  display: none;
}
.menu-hamburger-direct .logo-droite .main-navigation {
  order: 4;
}
.menu-complet .burger-menu {
  display: none !important;
}
.menu-complet .logo-center .logo-site {
  order: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.menu-complet .logo-center .menu-container {
  order: 0;
}
.menu-complet .logo-center .btn {
  display: none;
}
.menu-complet .logo-center .main-navigation {
  order: 1;
}
.menu-complet .logo-gauche .logo-site {
  order: 1;
}
.menu-complet .logo-gauche .menu-container {
  order: 0;
}
.menu-complet .logo-gauche .doubleContainer {
  order: 2;
  display: flex;
  gap: 16px;
  flex: 1 1 0;
  align-items: center;
  justify-content: flex-end;
}
.menu-complet .logo-gauche .main-navigation {
  position: initial;
  order: 1;
  width: auto;
}
.menu-complet .logo-gauche .main-navigation li {
  position: initial;
  margin: 0 16px;
}
.menu-complet .logo-gauche .main-navigation li.has-mega-menu {
  position: relative;
}
.menu-complet .logo-gauche .main-navigation li.has-mega-menu a {
  position: relative;
  padding: 0 8px 0 0;
}
.menu-complet .logo-gauche .main-navigation li.has-mega-menu a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  width: 10px;
  height: 6px;
  transform: translateY(-50%);
  background-image: url("https://hims-energies.fr/wp-content/uploads/2026/04/VectorDOWNHIMS.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.menu-complet .logo-gauche .main-navigation li a {
  z-index: 2;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Vend Sans";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche .main-navigation li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background: #508fff;
  border-radius: 100%;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche .main-navigation li a:hover {
  opacity: 1;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche .main-navigation li a:hover::after {
  width: 100%;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche .main-navigation li.current-menu-item {
  opacity: 1;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche .main-navigation li.current-menu-item a::after {
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche div.other-part {
  order: 2;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}
.menu-complet .logo-gauche div.other-part .btn {
  margin: 0;
}
.menu-complet .logo-gauche div.other-part .moncompte {
  display: flex;
  align-items: center;
}
.menu-complet .logo-gauche div.other-part .moncompte a {
  position: relative;
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #FFF;
  margin: 0;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche div.other-part .moncompte a:hover {
  background-color: #3BC551;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche div.other-part .moncompte a img {
  display: block;
  width: 22px;
  height: 22px;
}
.menu-complet .logo-gauche .btn {
  order: 5;
}
.menu-complet .logo-gauche #site-navigation {
  display: flex;
  align-items: center;
  gap: 16px;
}
.menu-complet .logo-droite .logo-site {
  order: 2;
}
.menu-complet .logo-droite .menu-container {
  order: 0;
}
.menu-complet .logo-droite .btn {
  display: none;
}
.menu-complet .logo-droite #site-navigation {
  order: 1;
  margin: 0 5% 0 0;
}
.menu-static {
  position: relative;
}
.menu-fixe {
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
}
.main-navigation-right-part .wrapper {
  position: relative;
  display: flex;
  margin-left: -20%;
}
.main-navigation-right-part .wrapper .imgcropCtn {
  width: 100%;
  height: 100%;
}
.main-navigation-right-part .wrapper:before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 10%;
  right: 14%;
  width: 200px;
  height: 200px;
  background-image: url("https://www.myproduction-themefr.gqoe9330.odns.fr/wp-content/themes/myprod/img/svg/CtaMenuJaune.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateX(-50%);
}
.main-navigation-right-part .wrapper::after {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 5%;
  right: 55%;
  width: 150px;
  height: 150px;
  background-image: url(https://www.myproduction-themefr.gqoe9330.odns.fr/wp-content/themes/myprod/img/svg/CtaMenuBleu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateX(-50%);
}
.main-navigation-right-part__first {
  z-index: 5;
  position: relative;
  top: -50px;
  left: 5%;
  display: flex;
  text-decoration: none;
  width: 47%;
  aspect-ratio: 0.6;
  -webkit-mask-image: url("https://www.myproduction-themefr.gqoe9330.odns.fr/wp-content/themes/myprod/img/svg/Ctableu.svg");
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  transition: none;
}
.main-navigation-right-part__first .imgcrop {
  object-position: top left;
}
.main-navigation-right-part__second {
  z-index: 5;
  position: relative;
  bottom: -135px;
  right: 5%;
  display: flex;
  text-decoration: none;
  width: 53%;
  aspect-ratio: 0.6;
  -webkit-mask-image: url("https://www.myproduction-themefr.gqoe9330.odns.fr/wp-content/themes/myprod/img/svg/Ctajaunebis.svg");
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  transition: none;
}
.main-navigation-right-part__second .imgcrop {
  object-position: bottom right;
}
.logo-site img {
  transition: 0.3s all ease;
}
.logo-site img:hover {
  transform: scale(0.95);
  transition: 0.3s all ease;
}
.main-navigation li a {
  transition: 0.3s all ease;
}
.main-navigation li a:hover {
  color: #071116;
  transition: 0.3s all ease;
}
.page-id-2950 header.site-header .wrapper {
  background: #0a0a0a64;
}
.actualites {
  max-width: 900px;
  width: 90%;
  margin: 200px auto 120px auto;
}
.actualites .container-myprod {
  width: 100%;
  max-width: 100%;
}
.actualites .cta-text {
  padding: 0;
}
.actualites ul {
  padding: 0;
  margin: 12px 0;
}
.actualites ul li {
  position: relative;
  padding: 0 0 16px 28px;
  color: #071116;
  font-family: "Vend Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
}
.actualites ul li strong {
  text-transform: uppercase;
}
.actualites ul li::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-image: url("https://hims-energies.fr/wp-content/uploads/2026/04/CHECK-HIMS.svg");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
}
.actualites .cta-text .btn-bord,
.restrained-template .cta-text .btn-bord {
  background: transparent;
  color: #1f3295;
  border: 1px solid #1f3295;
}
.actualites .cta-text .btn-bord:hover,
.restrained-template .cta-text .btn-bord:hover {
  background: #1f3295 !important;
  color: white;
  border: 1px solid white;
}
.single-post .preheader {
  background: #1f3295;
}
.actualites a {
  color: #1f3295;
  text-decoration: underline #1f3295;
}
.actualites .btn,
.actualites .wp-block-button__link {
  font-size: 1.6rem;
  color: white;
  background: #1f3295;
  border: 1px solid transparent;
  text-decoration: none;
}
.actualites .btn:hover,
.actualites .wp-block-button__link:hover {
  color: #1f3295;
  border: 1px solid #1f3295;
  background: white;
}
footer {
  position: relative;
  background: transparent;
  overflow-x: hidden;
}
footer .wrapperGlobal > .banner-contact {
  position: relative;
  display: flex;
  padding: 64px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  align-self: stretch;
  border-radius: 25px;
  background: var(--blue-gradient,linear-gradient(95deg,#325FEB 0%,#508FFF 100%));
  margin: 100px auto 100px auto;
  overflow: hidden;
}
footer .wrapperGlobal > .banner-contact::before {
  content: "";
  z-index: 0;
  position: absolute;
  pointer-events: none;
  top: -5%;
  left: -5%;
  aspect-ratio: 1.6885714285714;
  width: auto;
  height: 350px;
  background-image: url("https://hims-energies.fr/wp-content/uploads/2026/04/FOND-HIMS.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: scaleX(-1);
}
footer .wrapperGlobal > .banner-contact::after {
  content: "";
  z-index: 0;
  position: absolute;
  pointer-events: none;
  bottom: -5%;
  right: -5%;
  aspect-ratio: 1.6885714285714;
  width: auto;
  height: 350px;
  background-image: url(https://hims-energies.fr/wp-content/uploads/2026/04/FOND-HIMS.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg) scaleX(-1);
}
footer .wrapperGlobal > .banner-contact .wrapper {
  z-index: 2;
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent;
  gap: 16px;
  margin: 0 auto;
}
footer .wrapperGlobal > .banner-contact .wrapper .content {
  flex: 6 1 0;
}
footer .wrapperGlobal > .banner-contact .wrapper h2 {
  color: white;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 32px auto;
}
footer .wrapperGlobal > .banner-contact .wrapper p {
  color: white;
  text-align: center;
  max-width: 600px;
}
footer .wrapperGlobal > .banner-contact .wrapper .btn-liste {
  display: flex;
  flex: 4 1 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin: 24px auto 0 auto;
}
footer .wrapperGlobal > .wrapper {
  display: flex;
  background: #071116;
  flex-direction: column;
  padding: 32px 0 32px;
}
footer .wrapperGlobal > .wrapper::after {
  content: "";
  position: absolute;
  pointer-events: none;
  bottom: 0;
  right: 25%;
  aspect-ratio: 1.6908212560386;
  width: 50%;
  max-width: 700px;
  height: auto;
  background-image: url("https://hims-energies.fr/wp-content/uploads/2026/04/FooterArc.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
footer .wrapperGlobal > .wrapper a:hover {
  opacity: 0.6;
  transition: 0.3s all ease;
}
footer .wrapperGlobal > .wrapper .second-row {
  display: grid;
  width: 90%;
  grid-template-columns: repeat(4,1fr);
  column-gap: 16px;
  padding: 0 0 32px 0;
}
footer .wrapperGlobal > .wrapper .second-row p,
footer .wrapperGlobal > .wrapper .second-row a {
  font-family: "Vend Sans", sans-serif;
  text-decoration: none;
  color: #FEFEFE;
}
footer .wrapperGlobal > .wrapper .second-row .first-menu a ,
footer .wrapperGlobal > .wrapper .second-row .second-menu a ,
footer .wrapperGlobal > .wrapper .second-row .third-menu a ,
footer .wrapperGlobal > .wrapper .second-row .fourth-menu a ,
footer .wrapperGlobal > .wrapper .second-row .fifth-menu a  {
  display: block;
  font-family: Vend Sans;
  font-weight: 100 !important;
  color: #FEFEFE;
  text-decoration: underline 1px solid #FEFEFE;
}
footer .wrapperGlobal > .wrapper .second-row .first-menu p,
footer .wrapperGlobal > .wrapper .second-row .second-menu p,
footer .wrapperGlobal > .wrapper .second-row .third-menu p,
footer .wrapperGlobal > .wrapper .second-row .fourth-menu p,
footer .wrapperGlobal > .wrapper .second-row .fifth-menu p {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  color: var(--Base-black,#FEFEFE);
  font-family: "Vend Sans";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 8px;
}
footer .wrapperGlobal > .wrapper .second-row .first-menu p::before,
footer .wrapperGlobal > .wrapper .second-row .second-menu p::before,
footer .wrapperGlobal > .wrapper .second-row .third-menu p::before,
footer .wrapperGlobal > .wrapper .second-row .fourth-menu p::before,
footer .wrapperGlobal > .wrapper .second-row .fifth-menu p::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #508FFF;
  border-radius: 100%;
}
footer .wrapperGlobal > .wrapper .second-row .first-menu .logo {
  width: auto;
  height: auto;
  max-width: 300px;
}
footer .wrapperGlobal > .wrapper .second-row ul {
  list-style: none;
  padding: 0;
}
footer .wrapperGlobal > .wrapper .second-row ul li {
  margin: 0 0 0 0;
}
footer .wrapperGlobal > .wrapper .second-row ul li a {
  font-size: 1.4rem;
  color: var(--Charte-gainsboro,#DCDDDD);
  font-weight: 100;
  margin: 0 0 0;
}
footer .wrapperGlobal > .wrapper .second-row ul li .sub-menu {
  display: none;
  list-style: none;
  padding: 0;
}
footer .wrapperGlobal > .wrapper .other-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 32px 0;
}
footer .wrapperGlobal > .wrapper .other-row .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 48px;
  width: auto;
  height: auto;
}
footer .wrapperGlobal > .wrapper .other-row .logo > img {
  width: auto;
  height: 85px;
}
footer .wrapperGlobal > .wrapper .other-row .logo .qualifoudre {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  gap: 16px;
  border-radius: 12px;
}
footer .wrapperGlobal > .wrapper .other-row .logo .qualifoudre img {
  width: auto;
  height: 55px;
  filter: invert(1) grayscale(1000) brightness(1111);
}
footer .wrapperGlobal > .wrapper .other-row .logo .qualifoudre .logo-campanistes {
  height: 130px;
  filter: unset;
}
footer .wrapperGlobal > .wrapper .other-row .rs {
  display: flex;
  align-items: center;
  gap: 16px;
}
footer .wrapperGlobal > .wrapper .other-row .rs > a.btn {
  margin: 0;
}
footer .wrapperGlobal > .wrapper .other-row .rs .wrapper {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 0;
}
footer .wrapperGlobal > .wrapper .other-row .rs .wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 400px;
  text-decoration: none;
  margin: 0;
  background: transparent;
  border: 1px solid white;
}
footer .wrapperGlobal > .wrapper .other-row .rs .wrapper a:hover {
  background-color: #508FFF;
}
footer .wrapperGlobal > .wrapper .other-row .rs .wrapper a i {
  color: #fff;
  font-size: 2rem;
}
footer .wrapperGlobal > .wrapper .special-row .wrapper-row {
  display: flex;
  justify-content: space-evenly;
  border-top: 1px solid #FEFEFE;
  border-bottom: 1px solid #FEFEFE;
}
footer .wrapperGlobal > .wrapper .special-row .wrapper-row a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
}
footer .wrapperGlobal > .wrapper .third-row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 0;
}
footer .wrapperGlobal > .wrapper .third-row .footerSecondPart {
  display: flex;
  align-items: center;
  gap: 24px;
}
footer .wrapperGlobal > .wrapper .third-row .special-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
footer .wrapperGlobal > .wrapper .third-row a:first-child {
  font-size: 1.6rem;
  font-family: "Vend Sans", sans-serif;
  color: #FEFEFE;
}
footer .wrapperGlobal > .wrapper .third-row a:first-child:hover {
  color: #508FFF;
}
footer .wrapperGlobal > .wrapper .third-row p {
  color: #FEFEFE;
  text-align: center;
  margin: 0;
}
footer .wrapperGlobal > .wrapper .third-row .logoFooter {
  margin: 0;
}
footer .wrapperGlobal > .wrapper .third-row img {
  width: 120px;
  height: auto;
}
.special-row p:first-child {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.special-row p:first-child::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #508FFF;
  border-radius: 100%;
}
.mb-0 {
  padding-bottom: 0;
}
.mb-20 {
  padding-bottom: 20px;
}
.mb-40 {
  padding-bottom: 40px;
}
.mb-60 {
  padding-bottom: 60px;
}
.mb-80 {
  padding-bottom: 80px;
}
.mb-100 {
  padding-bottom: 100px;
}
.mb-120 {
  padding-bottom: 120px;
}
.mb-140 {
  padding-bottom: 140px;
}
.mb-160 {
  padding-bottom: 160px;
}
.mb-180 {
  padding-bottom: 180px;
}
.mb-200 {
  padding-bottom: 200px;
}
.mh-0 {
  padding-top: 0;
}
.mh-20 {
  padding-top: 20px;
}
.mh-40 {
  padding-top: 40px;
}
.mh-60 {
  padding-top: 60px;
}
.mh-80 {
  padding-top: 80px;
}
.mh-100 {
  padding-top: 100px;
}
.mh-120 {
  padding-top: 120px;
}
.mh-140 {
  padding-top: 140px;
}
.mh-160 {
  padding-top: 160px;
}
.mh-180 {
  padding-top: 180px;
}
.mh-200 {
  padding-top: 200px;
}
.wp-block-embed iframe {
  margin: 80px auto;
  max-width: 100%;
  display: block;
}
iframe {
  border: 0;
}
@media (max-width: 1024px) {
  .site-main {
    overflow-x: hidden;
  }
  .doubleContainer {
    position: fixed;
    top: 0;
    left: 0;
  }
  .menu-complet .logo-gauche nav.main-navigation li.menu-item-has-children .sub-menu {
    align-items: center;
    justify-content: center;
  }
  .menu-complet nav.main-navigation .menu-menu-1-container ul li ul.activeSubMenu,
  .menu-complet nav.main-navigation .menu-menu-1-anglais-container ul li ul.activeSubMenu {
    opacity: 1;
    transition: 0.3s all ease !important;
  }
  header.site-header .wrapper {
    justify-content: space-between !important;
    align-items: center !important;
  }
  .menu-complet .logo-gauche .btn {
    display: none;
  }
  header.site-header.menu-complet .burger-menu {
    z-index: 10000;
    cursor: pointer;
    flex-direction: column;
    position: relative;
    display: flex !important;
    width: 56px;
    height: 56px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 200px;
    background: #464646;
  }
  .menu-complet .logo-gauche .main-navigation li.menu-item.has-mega-menu {
    position: relative;
  }
  .menu-complet .logo-gauche div.main-navigation {
    width: 100%;
  }
  .menu-complet .logo-gauche .main-navigation li.menu-item-has-children::after {
    filter: invert(1);
  }
  .menu-complet .logo-gauche .main-navigation li.menu-item-has-children {
    position: initial;
  }
  .menu-complet nav.main-navigation .menu-menu-1-container ul li .submenu-wrapper {
    position: fixed;
    top: -33px !important;
    left: -5.8% !important;
    width: 100vw !important;
    height: 100vh !important;
    background: #FAEDCF;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all ease !important;
    box-sizing: border-box;
  }
  .menu-complet nav.main-navigation .menu-menu-1-container ul li .submenu-wrapper.activeSubMenu {
    transform: translateX(0);
    opacity: 1;
    pointer-events: all;
  }
  .menu-complet nav.main-navigation .menu-menu-1-container ul li .submenu-wrapper ul.sub-menu {
    position: relative;
    width: 90%;
    height: auto;
    background: transparent;
    box-shadow: none;
    padding: 0;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 auto;
  }
  .menu-complet nav.main-navigation .menu-menu-1-container ul li .submenu-wrapper ul.sub-menu li a {
    color: black;
    width: 100%;
    align-items: center;
    font-size: 2rem;
    line-height: 1;
  }
  .menu-complet nav.main-navigation .menu-menu-1-container ul li .submenu-wrapper ul.sub-menu li {
    width: 100%;
  }
  .menu-complet nav.main-navigation .menu-menu-1-container ul li .submenu-wrapper > .menu-item-special {
    display: none;
  }
  .menu-complet nav.main-navigation {
    z-index: 9999;
    position: fixed !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    background: #0a0a0a;
  }
  .menu-complet nav.main-navigation .menu-menu-1-container {
    width: 100%;
    height: 100%;
  }
  .menu-complet nav.main-navigation .menu-menu-1-container ul {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 5%;
  }
  .menu-complet nav.main-navigation .menu-menu-1-container ul li {
    margin: 4px 12px;
  }
  .menu-complet nav.main-navigation .menu-menu-1-container ul li a {
    color: white;
    font-size: 2.4rem;
  }
  .menu-complet .logo-gauche .main-navigation {
    margin: 0;
  }
  .menu-complet .activeMenuMyProd {
    opacity: 1;
    pointer-events: all !important;
  }
  header .wrapper .activeMenuBurger span {
    background-color: white !important;
  }
  .mobile-menu {
    order: 2;
    display: flex !important;
  }
  .activeMenuBurger span {
    transition: 0.3s all ease-in-out;
  }
  .activeMenuBurger span:first-child {
    position: relative;
    top: 13%;
    rotate: 45deg;
    transform-origin: 50% 50%;
    transform: translateY(-50%);
    transition: 0.3s all ease-in-out;
  }
  .activeMenuBurger span:nth-child(2) {
    position: relative;
    opacity: 1 !important;
    transform-origin: 50% 50%;
    transition: 0.3s all ease-in-out;
  }
  .activeMenuBurger span:last-child {
    position: relative;
    top: -15%;
    rotate: 135deg;
    transform-origin: 50% 50%;
    transition: 0.3s all ease-in-out;
  }
}
@media (max-width: 992px) {
  header.site-header .logo img {
    width: auto;
    height: 70px;
  }
  .menu-complet .logo-gauche .main-navigation li.has-mega-menu a::before {
    display: none;
  }
  .megaMenuV2__title {
    font-size: 1.6rem !important;
    color: #FFF !important;
  }
  .megaMenuV2__list {
    display: flex !important;
  }
  .menu-complet .logo-gauche .main-navigation li.menu-item > a::after {
    display: none;
  }
  .btn {
    width: 100%;
  }
  h1 strong {
    text-underline-offset: 12%;
  }
  footer .wrapper .other-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
  }
  footer .wrapper .third-row {
    flex-direction: column;
    gap: 16px;
  }
  footer .wrapperGlobal > .banner-contact {
    padding: 16px;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part {
    width: 60%;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-right-part {
    width: 40%;
  }
  .main-navigation-right-part__second {
    bottom: -100px;
  }
  .main-navigation-right-part .wrapper:before {
    top: 0;
  }
  .main-navigation-right-part .wrapper::after {
    bottom: 15%;
  }
  footer .wrapper .first-row {
    grid-template-columns: repeat(2,1fr);
    row-gap: 36px;
  }
  footer .wrapper .second-row nav .menu-menu-1-container ul.menu {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .wrapper .special-row .wrapper-row {
    display: flex;
    column-gap: 16px;
    flex-wrap: wrap;
  }
  footer .wrapperGlobal > .wrapper .second-row {
    grid-template-columns: repeat(1,1fr);
  }
}
@media (max-width: 900px) {
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part {
    width: 100%;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-right-part {
    display: none;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li ul {
    opacity: 0;
    transition: 0.3s all ease;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li ul.activeSubMenu {
    position: absolute;
    opacity: 1;
    display: flex !important;
    right: -53vw !important;
    left: unset;
    pointer-events: all;
    bottom: unset;
    top: 0;
    width: 48vw !important;
    z-index: 9999;
    justify-content: center;
    transition: 0.3s all ease !important;
  }
}
@media (max-width: 767px) {
  header.site-header .logo-site {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100px;
  }
  header.site-header .logo-site svg {
    width: 100%;
    height: auto;
  }
  header.site-header .wrapper .btn-header {
    font-size: 2rem;
  }
  footer .wrapper .second-row {
    flex-wrap: wrap;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li ul.sub-menu {
    display: none;
  }
  header.site-header .rs {
    display: none;
  }
  footer .wrapper .second-row {
    grid-template-columns: repeat(1,1fr);
    row-gap: 32px;
  }
  .searchbar .dgwt-wcas-search-wrapp {
    min-width: unset;
  }
  header.site-header .wrapper {
    gap: 16px;
  }
  .menu-complet .logo-gauche div.other-part .moncompte {
    position: fixed;
    bottom: 16px;
    right: 80px;
  }
  .menu-complet .logo-gauche div.other-part .moncompte a {
    background-color: black;
  }
  .btn-panier {
    position: fixed;
    bottom: 16px;
    right: 16px;
    background-color: black;
  }
  .menu-complet .logo-gauche .main-navigation li.menu-item.has-mega-menu {
    position: relative !important;
  }
  .menu-complet .logo-gauche .main-navigation li.menu-item > a {
    padding: 0 0 10px 0;
  }
  .menu-complet .logo-gauche .main-navigation .megaMenuV2__title a {
    font-size: 2rem !important;
  }
}
@media (max-width: 600px) {
  header.site-header .wrapper {
    justify-content: space-evenly;
  }
  header.site-header .wrapper .btn-header {
    display: none;
  }
  footer .wrapper .first-row {
    grid-template-columns: repeat(1,1fr);
  }
  footer .wrapper .second-row nav .menu-menu-1-container ul.menu {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  p {
    font-size: 1.6rem;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 9px;
  }
  footer .wrapper .first-row {
    grid-template-columns: repeat(1,1fr);
  }
  footer .wrapper .second-row nav .menu-menu-1-container ul.menu {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 450px) {
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li a {
    font-size: 2.2rem;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li ul.sub-menu li a {
    font-size: 1.4rem;
  }
}
@media (max-width: 400px) {
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li a {
    font-size: 1.8rem;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li ul.sub-menu li a {
    font-size: 1.4rem;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li::before {
    top: 16%;
  }
}
.menu-complet .logo-gauche .main-navigation {
  position: initial;
  order: 1;
  width: auto;
}
.menu-complet .logo-gauche .main-navigation .menu {
  display: flex;
  align-items: center;
}
.menu-complet .logo-gauche .main-navigation li.menu-item {
  position: initial;
  margin: 0 16px;
}
.menu-complet .logo-gauche .main-navigation li.menu-item > a {
  z-index: 2;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #c8c8c8;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche .main-navigation li.menu-item > a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background: #508fff;
  border-radius: 100%;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche .main-navigation li.menu-item > a:hover {
  color: #fff;
  background: transparent;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche .main-navigation li.menu-item > a:hover::after {
  opacity: 1;
  background: #F2F2F2;
}
.menu-complet .logo-gauche .main-navigation li.menu-item.current-menu-item > a {
  color: #fff;
}
.menu-complet .logo-gauche .main-navigation li.menu-item.current-menu-item > a::after {
  opacity: 1;
  background: #508fff;
}
.menu-complet .logo-gauche .main-navigation li.menu-item.has-mega-menu {
  position: initial;
}
.has-mega-menu {
  position: initial;
}
.megaMenuV2__titleLink {
  color: inherit;
  text-decoration: none;
  font: inherit;
  margin: 0;
}
.megaMenuV2__titleLink:hover {
  opacity: 0.75;
  color: inherit;
}
.megaMenuV2 {
  z-index: 9997;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 90%;
  max-width: 1200px;
  padding: 32px;
  background: #FEFEFE;
  border-radius: 25px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-16px) translateX(-50%);
  transition: 0.3s all ease;
}
.has-mega-menu > .megaMenuV2 {
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-16px) translateX(-50%);
  pointer-events: none;
}
.has-mega-menu.is-mega-open > .megaMenuV2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(-50%);
  pointer-events: auto;
}
#masthead.is-mega-active {
  background: #0a0a0a;
}
.megaMenuV2__inner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
.megaMenuV2__grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
  align-items: start;
}
.megaMenuV2__col {
  min-width: 0;
}
.megaMenuV2__title {
  position: relative;
  grid-area: 8px;
  color: #071116;
  font-family: "Virtual", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 8px;
  padding: 0 0 0 16px;
}
.megaMenuV2__title a {
  color: #071116 !important;
  font-family: "Virtual", sans-serif !important;
  font-size: 2.4rem !important;
  text-decoration: none !important;
  transition: 0.3s all ease !important;
}
.megaMenuV2__title a:hover {
  opacity: 0.75 !important;
  transition: 0.3s all ease !important;
}
.megaMenuV2__title::before {
  content: "";
  position: absolute;
  top: 35%;
  left: 0;
  width: 8px;
  height: 8px;
  background: #508fff;
  border-radius: 100px;
  transform: translateY(-50%);
}
.menu-complet .logo-gauche .main-navigation .megaMenuV2__title a {
  color: #071116;
  font-family: "Virtual", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
}
.megaMenuV2__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.megaMenuV2__list li {
  margin: 0 !important;
  padding: 0 0 0 0 !important;
}
.megaMenuV2__list li a {
  display: inline-block;
  color: #071116 !important;
  font-family: "Vend Sans", sans-serif;
  font-size: 1.6rem !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  text-decoration: none;
  margin: 0 !important;
  transition: 0.3s all ease !important;
}
.megaMenuV2__list li a::after {
  display: none !important;
}
.megaMenuV2__list li a:hover {
  color: #071116 !important;
  opacity: 0.6 !important;
  transform: translateX(4px);
}
.megaMenuV2__col--promo {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.megaMenuV2__promo {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
}
.megaMenuV2__promo img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 16px;
}
.megaMenuV2__promo p {
  color: #F2F2F2;
  font-family: "Virtual", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
}
.megaMenuV2__promo a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: #F2F2F2;
  font-family: "Vend Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin: 0;
  transition: 0.3s all ease;
}
.megaMenuV2__promo a::after {
  display: none !important;
}
.megaMenuV2__promo a:hover {
  opacity: 0.7;
  color: #F2F2F2;
}
.megaMenuV2 a:hover::after,
.megaMenuV2 a::after {
  content: none !important;
}
@media (max-width: 1200px) {
  .megaMenuV2__grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .megaMenuV2__col--promo {
    grid-column: -1;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .menu-complet nav.main-navigation {
    z-index: 9999;
    position: fixed !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh;
    margin: 0;
    padding: 120px 5% 40px;
    opacity: 0;
    pointer-events: none;
    background: #0a0a0a;
    overflow-y: auto;
  }
  .menu-complet nav.main-navigation .menu-menu-1-container,
  .menu-complet nav.main-navigation .menu {
    width: 100%;
    height: auto;
  }
  .menu-complet nav.main-navigation .menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding: 0;
  }
  .menu-complet nav.main-navigation li.menu-item {
    width: 100%;
    margin: 0;
    padding: 0 0 16px;
  }
  .menu-complet nav.main-navigation li.menu-item > a {
    display: block;
    width: 100%;
    color: white;
    font-size: 2.4rem;
    line-height: 1.2;
    margin: 0;
  }
  .menu-complet .activeMenuMyProd {
    opacity: 1;
    pointer-events: all !important;
  }
  .megaMenuV2 {
    position: static;
    width: 100%;
    padding: 18px 0 8px;
    background: transparent;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    display: none;
  }
  .has-mega-menu.is-mega-open > .megaMenuV2 {
    display: block;
    transform: translateY(0) translateX(0);
  }
  .menu-complet .logo-gauche div.other-part {
    display: none;
  }
  .megaMenuV2__inner {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .megaMenuV2__grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .megaMenuV2__title {
    font-size: 2.4rem;
    margin: 0 0 12px;
  }
  .megaMenuV2__list {
    gap: 8px;
  }
  .megaMenuV2__list li a {
    font-size: 1.8rem !important;
    color: #F2F2F2 !important;
  }
  .megaMenuV2__list li a:hover {
    transform: none;
  }
  .megaMenuV2__col--promo {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .megaMenuV2__promo {
    padding: 0;
    border: 0;
  }
  .megaMenuV2__promo img {
    height: 180px;
    border-radius: 12px;
  }
  .megaMenuV2__promo p {
    font-size: 1.8rem;
  }
  .megaMenuV2__promo a {
    font-size: 1.5rem;
  }
  .has-mega-menu {
    position: relative;
  }
  .has-mega-menu > a {
    width: calc(56%);
  }
  .has-mega-menu > .js-mega-toggle {
    position: absolute;
    top: -4px;
    right: 0;
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
  }
  .has-mega-menu > .js-mega-toggle::before,
  .has-mega-menu > .js-mega-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: #fff;
    transform: translate(-50%,-50%);
    transition: 0.3s all ease;
  }
  .has-mega-menu > .js-mega-toggle::after {
    transform: translate(-50%,-50%) rotate(90deg);
  }
  .has-mega-menu.is-mega-open > .js-mega-toggle::after {
    opacity: 0;
    transform: translate(-50%,-50%) rotate(90deg);
  }
}
@media (max-width: 767px) {
  .megaMenuV2__title {
    font-size: 2rem;
  }
  .megaMenuV2__list li a {
    font-size: 1.6rem !important;
  }
  .megaMenuV2__promo img {
    height: 160px;
  }
  .megaMenuV2__promo p {
    font-size: 1.7rem;
  }
}
.page-id-3553 header.site-header .logo-site,
.page-id-3534 header.site-header .logo-site,
.page-id-3544 header.site-header .logo-site {
  filter: unset;
}
.page-id-58 footer .wrapperGlobal > .banner-contact {
  display: none;
}
.fade-in-header {
  opacity: 0 !important;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade-in-header.visible {
  opacity: 1 !important;
}
.single-projet .fade-in-header {
  opacity: 1 !important;
}
.grid-item .imgcropCtn ul li::before {
  display: none;
}
main > .wp-block-video {
  margin: 100px auto;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s all ease;
}
main > .wp-block-video:hover {
  cursor: pointer;
  transform: scale(0.98);
  transition: 0.3s all ease;
}
.caracteristiques .caracteristique {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid var(--Platinum,#C6D2D2);
}
.caracteristiques .caracteristique:first-child {
  border-top: 1px solid var(--Platinum,#C6D2D2);
}
.caracteristiques .caracteristique h3 {
  color: var(--Platinum,#C6D2D2);
  font-family: "Vend Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  flex: 1 1 48%;
  margin: 0;
}
.caracteristiques .caracteristique p {
  color: var(--Green-2,#243E36);
  font-family: "Vend Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  flex: 1 1 48%;
  margin: 0;
}
.single-projet footer .banner-contact {
  display: none;
}
.biggalerie {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 50px 0 0 0;
  margin: 100px 0 0 0;
}
.biggalerie .galerie-projet {
  aspect-ratio: 1.7777777777778;
  max-width: 923px;
  width: 65%;
  margin: 0;
  overflow: visible;
  clip-path: inset(-100vw -100vw -100vw 1px);
}
.biggalerie .galerie-projet .swiper-wrapper .imgcropCtn {
  width: 100%;
  height: 100%;
}
.swiperBigGalerieNav {
  z-index: 99;
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 90%;
  max-width: 1366px;
  flex-direction: row;
  gap: 8px;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.swiperBigGalerieNav .swiperBigNext {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("https://hims-energies.fr/wp-content/uploads/2026/04/GroupRIGHT.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: 0.3s all ease;
}
.swiperBigGalerieNav .swiperBigNext:hover {
  transform: scale(0.9);
  transition: 0.3s all ease;
}
.swiperBigGalerieNav .swiperBigPrev {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("https://hims-energies.fr/wp-content/uploads/2026/04/GroupLEFT.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: 0.3s all ease;
}
.swiperBigGalerieNav .swiperBigPrev:hover {
  transform: scale(0.9);
  transition: 0.3s all ease;
}
.swiperBigNextLink {
  z-index: 99;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 90%;
  max-width: 1366px;
  flex-direction: row;
  gap: 8px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.swiperBigNextLink .wrapper {
  display: flex;
  opacity: 0.8;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 10px;
  background: var(--Green-3,#071116);
  transition: 0.3s all ease;
}
.swiperBigNextLink .wrapper:hover {
  opacity: 1;
  transition: 0.3s all ease;
}
.swiperBigNextLink .wrapper a.retour {
  color: var(--White,#FEFEFE);
  text-align: center;
  font-family: "Vend Sans";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin: 0;
  transition: 0.3s all ease;
}
.swiperBigNextLink .wrapper a.retour:hover {
  opacity: 0.6;
  transition: 0.3s all ease;
}
.swiperBigNextLink .wrapper a.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: transparent;
  box-shadow: unset !important;
  margin: 0;
}
.swiperBigNextLink .wrapper a.btn span {
  display: block;
  color: var(--White,#FEFEFE);
  text-align: center;
  font-family: "Vend Sans";
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
.swiperBigNextLink .wrapper a.btn span.arrow {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  background: var(--Green-1,#508fff);
  overflow: hidden;
}
.swiperBigNextLink .wrapper a.btn span.arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("https://hims-energies.fr/wp-content/uploads/2026/04/Arrow1FLECHE.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.agenda-objet .grande-image-content {
  position: relative;
  display: flex;
  padding: 64px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 50px;
  background: #1A2843;
  overflow: hidden;
}
.agenda-objet .grande-image-content .btn-liste {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.agenda-objet .grande-image-content .wrapper {
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  gap: 32px;
}
.agenda-objet .grande-image-content .wrapper .content1 {
  display: block;
  flex: 1 1 0;
}
.agenda-objet .grande-image-content .wrapper .content1 h1 {
  color: white;
}
.agenda-objet .grande-image-content .wrapper .content2 {
  display: block;
  flex: 1 1 0;
}
.agenda-objet .grande-image-content .wrapper .content2 p {
  color: white;
}
.agenda-objet .grande-image-content .flottant1 {
  position: absolute;
  bottom: -15%;
  left: 25%;
  width: 20%;
}
.entry-realisations .entry-realisations__entete {
  width: 85%;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px 0;
}
.entry-realisations .entry-realisations__entete .entry-realisations__titre {
  padding: 48px 0 0 0;
}
.entry-realisations .entry-realisations__entete .entry-realisations__titre .fil a {
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "Virtual", sans-serif;
}
.entry-realisations .entry-realisations__entete .entry-realisations__titre .fil .titlereal {
  font-weight: 600;
  font-family: "Virtual", sans-serif;
}
.entry-realisations .entry-realisations__entete .entry-realisations__titre p.pretitle {
  font-family: "Virtual", sans-serif;
  font-size: 2rem;
  color: #071116;
}
.entry-realisations .entry-realisations__entete .entry-realisations__titre h1 {
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 0 -5px;
}
.entry-realisations .entry-realisations__entete .entry-images {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
.entry-realisations .entry-realisations__entete .entry-images img {
  position: relative;
  width: 80%;
}
.entry-realisations .entry-realisations__entete .entry-images img:nth-child(2) {
  position: relative;
  width: 50%;
  left: -20%;
}
.entry-realisations .entry-realisations__entete .entry-images div {
  position: absolute;
}
.entry-realisations .entry-realisations__entete .entry-images .petalTop {
  top: -10%;
  left: 14%;
}
.entry-realisations .entry-realisations__entete .entry-images .petalLeft {
  bottom: 18%;
  left: 0%;
}
.entry-realisations .entry-realisations__entete .entry-images .petalRight {
  top: 8%;
  right: 22%;
}
.entry-realisations .entry-realisations__entete .entry-images--solo {
  justify-content: center;
}
.entry-realisations .entry-realisations__produit {
  position: relative;
  min-height: 100vh;
}
.entry-realisations .entry-realisations__produit:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 100vw 130px 0px;
  border-color: transparent white transparent transparent;
  display: inline-block;
  transform: scaleX(-1);
  vertical-align: middle;
}
.entry-realisations .entry-realisations__produit::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 100vw 130px 0px;
  border-color: transparent white transparent transparent;
  display: inline-block;
  transform: scaleY(-1);
  vertical-align: middle;
}
.entry-realisations .entry-realisations__produit .entry-realisations__produit--item {
  position: relative;
  width: 95%;
  align-items: flex-start;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
}
.entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__type {
  z-index: 2;
  position: absolute;
  width: 250px;
  aspect-ratio: 1;
  top: 5%;
  left: 8%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 40px;
}
.entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__type h2 {
  position: relative;
  z-index: 2;
  color: white;
  font-size: 2.4rem;
  text-align: left;
  line-height: 1.2;
  font-weight: 900;
}
.entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__type svg {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__image {
  width: 75%;
  max-width: 900px;
  min-width: 400px;
  margin: 0 auto;
}
.entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__image img {
  display: block;
  max-height: 80vh;
  margin: -15vh auto 0 auto;
}
.entry-realisations .entry-realisations__produit .entry-realisations__produit--item .firstproductbottom {
  z-index: 2;
  position: absolute;
  bottom: -5%;
  right: 8%;
}
.entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__link {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  bottom: 0;
}
.entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__link a {
  font-size: 3.2rem;
  color: white;
}
.entry-realisations .entry-realisations__mission {
  position: relative;
  width: 95%;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  padding: 100px 10%;
}
.entry-realisations .entry-realisations__mission h2 {
  text-align: center;
}
.entry-realisations .entry-realisations__mission .entry-realisations__content {
  text-align: center;
}
.entry-realisations .entry-realisations__mission--image {
  position: relative;
  min-height: 85vh;
}
.entry-realisations .entry-realisations__mission--image img {
  display: block;
  margin: 0 auto;
}
.entry-realisations .entry-realisations__mission--image:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 100vw 130px 0px;
  border-color: transparent white transparent transparent;
  display: inline-block;
  transform: scaleX(-1);
  vertical-align: middle;
}
.entry-realisations .entry-realisations__mission--image::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 100vw 130px 0px;
  border-color: transparent white transparent transparent;
  display: inline-block;
  transform: scaleY(-1);
  vertical-align: middle;
}
.entry-realisations .entry-realisations__mission--image div {
  z-index: 3;
  position: relative;
  width: 100%;
  max-width: 1400px;
  min-width: 400px;
  margin: 0 auto;
}
.entry-realisations .entry-realisations__autre {
  position: relative;
  width: 95%;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 50px 0 50px 0;
}
.entry-realisations .entry-realisations__autre .entry-realisations__typeAutre {
  z-index: 2;
  position: absolute;
  width: 320px;
  aspect-ratio: 1;
  top: 0%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 105px;
  transform: translateX(-20%);
}
.entry-realisations .entry-realisations__autre .entry-realisations__typeAutre h2 {
  position: relative;
  z-index: 2;
  color: white;
  font-size: 2.8rem;
  line-height: 1.2;
  text-align: left;
  font-weight: 900;
}
.entry-realisations .entry-realisations__autre .entry-realisations__typeAutre svg {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.entry-realisations .entry-realisations__autre .entry-realisations__autre--image:nth-child(2) {
  position: relative;
  left: 5%;
}
.entry-realisations .entry-realisations__autre .entry-realisations__autre--image:nth-child(2) img {
  max-height: 550px;
}
.entry-realisations .entry-realisations__autre .entry-realisations__autre--image:last-child {
  position: relative;
  left: -5%;
}
.entry-realisations .entry-realisations__autre .entry-realisations__autre--image:last-child img {
  max-height: 550px;
}
.entry-realisations .entry-realisations__autrebis {
  position: relative;
}
.entry-realisations .entry-realisations__autrebis:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 100vw 130px 0px;
  border-color: transparent white transparent transparent;
  display: inline-block;
  transform: scaleX(-1);
  vertical-align: middle;
}
.entry-realisations .entry-realisations__autrebis::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 100vw 130px 0px;
  border-color: transparent white transparent transparent;
  display: inline-block;
  transform: scaleY(-1);
  vertical-align: middle;
}
.entry-realisations .entry-realisations__autrebis .wrapper {
  position: relative;
  width: 95%;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 50px 0 50px 0;
}
.entry-realisations .entry-realisations__autrebis .wrapper .entry-realisations__autrebis--type {
  z-index: 2;
  position: absolute;
  width: 280px;
  aspect-ratio: 1;
  top: 0%;
  left: 5%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 3%;
}
.entry-realisations .entry-realisations__autrebis .wrapper .entry-realisations__autrebis--type h2 {
  position: relative;
  z-index: 2;
  color: white;
  font-size: 2.8rem;
  line-height: 1.2;
  text-align: left;
  font-weight: 900;
}
.entry-realisations .entry-realisations__autrebis .wrapper .entry-realisations__autrebis--type svg {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.entry-realisations .entry-realisations__autrebis .wrapper .col-md-12 {
  left: unset !important;
  margin: 0 auto;
}
.entry-realisations .entry-realisations__autrebis .wrapper .col-md-12 img {
  margin: 0;
}
.entry-realisations .entry-realisations__autrebis .wrapper .entry-realisations__autrebis--image:nth-child(2) {
  position: relative;
  left: 10%;
}
.entry-realisations .entry-realisations__autrebis .wrapper .entry-realisations__autrebis--image:last-child {
  position: relative;
  left: -10%;
}
.entry-realisations .entry-realisations__end {
  position: relative;
  min-height: 400px;
  padding: 50px 0 50px 0;
}
.entry-realisations .entry-realisations__end:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 100vw 130px 0px;
  border-color: transparent white transparent transparent;
  display: inline-block;
  transform: scaleX(-1);
  vertical-align: middle;
}
.entry-realisations .entry-realisations__end .first-product {
  z-index: 2;
  position: absolute;
  top: 0%;
  left: 5%;
}
.entry-realisations .entry-realisations__end img {
  z-index: 1;
  position: relative;
  display: block;
  width: 75%;
  max-width: 1000px;
  margin: -30px auto 0 auto;
}
.entry-realisations .entry-realisations__end .entry-realisations__end--links {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 24px 0;
}
.entry-realisations .entry-realisations__end .entry-realisations__end--links a {
  color: #FEFEFE;
  text-decoration: none;
}
.entry-realisations .entry-realisations__end .entry-realisations__end--links a:first-child {
  font-family: "Vend Sans", sans-serif;
  font-size: 1.6rem;
  padding: 0 24px 0 0;
}
.entry-realisations .entry-realisations__end .entry-realisations__end--links a:nth-child(2) {
  font-family: "Vend Sans", sans-serif;
}
.entry-realisations .entry-realisations__end .entry-realisations__end--links a:last-child {
  font-family: "Vend Sans", sans-serif;
  font-size: 1.6rem;
  padding: 0 0 0 24px;
}
.entry-realisations__evenement .entry-images img {
  position: relative;
  width: auto !important;
  max-height: 600px;
}
.entry-realisations__evenement .entry-realisations__galerie {
  position: relative;
}
.entry-realisations__evenement .entry-realisations__galerie:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 100vw 130px 0px;
  border-color: transparent white transparent transparent;
  display: inline-block;
  transform: scaleX(-1);
  vertical-align: middle;
}
.entry-realisations__evenement .entry-realisations__galerie::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 100vw 130px 0px;
  border-color: transparent white transparent transparent;
  display: inline-block;
  transform: scaleY(-1);
  vertical-align: middle;
}
.entry-realisations__evenement .entry-realisations__galerie .entry-realisations__galerie--type {
  z-index: 2;
  position: absolute;
  width: 280px;
  aspect-ratio: 1;
  top: -5%;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 3% 0 0;
}
.entry-realisations__evenement .entry-realisations__galerie .entry-realisations__galerie--type h2 {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 900;
}
.entry-realisations__evenement .entry-realisations__galerie .entry-realisations__galerie--type svg {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
}
.entry-realisations__evenement .entry-realisations__galerie .wrapper {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 200px 10% 100px 10%;
}
.entry-realisations__evenement .entry-realisations__galerie .wrapper .entry-realisations__galerie--swiper {
  overflow: visible;
}
.entry-realisations__evenement .entry-realisations__galerie .wrapper .entry-realisations__galerie--swiper .swiper-slide {
  padding: 16px 16px 48px 16px;
  background-color: white;
  box-shadow: 0 0 4px #00000077;
  aspect-ratio: 1;
}
.entry-realisations__evenement .entry-realisations__galerie .wrapper .entry-realisations__galerie--swiper .swiper-slide .imgcropCtn {
  width: 100%;
  height: 100%;
}
.entry-realisations__evenement .entry-realisations__galerie .wrapper .entry-realisations__galerie--swiper .swiper-button-next::after {
  content: "";
  position: absolute;
  opacity: 0.8;
  width: 80px;
  height: 80px;
  background-image: url("https://www.myproduction-themefr.gqoe9330.odns.fr/wp-content/themes/myprod/img/svg/DiapoArrow.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.3s all ease-in-out;
}
.entry-realisations__evenement .entry-realisations__galerie .wrapper .entry-realisations__galerie--swiper .swiper-button-next:hover:after {
  opacity: 1;
  transition: 0.3s all ease-in-out;
}
.entry-realisations__evenement .entry-realisations__galerie .wrapper .entry-realisations__galerie--swiper .swiper-button-prev::after {
  content: "";
  position: absolute;
  opacity: 0.4;
  left: 0;
  width: 80px;
  height: 80px;
  background-image: url("https://www.myproduction-themefr.gqoe9330.odns.fr/wp-content/themes/myprod/img/svg/DiapoArrowBlue.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform-origin: 50% 50%;
  transform: scaleX(-1);
  transition: 0.3s all ease-in-out;
}
.entry-realisations__evenement .entry-realisations__galerie .wrapper .entry-realisations__galerie--swiper .swiper-button-prev:hover:after {
  opacity: 1;
  transition: 0.3s all ease-in-out;
}
.entry-realisations__autre--image-solo {
  left: 0 !important;
}
.entry-realisations__autre--image-solo img {
  display: block;
  max-width: 900px;
  margin: 0 auto;
}
.scrollinvit {
  z-index: 9999;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}
.scrollinvit .scroll-down-dude span {
  display: block;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-bottom: 4px solid black;
  border-right: 4px solid black;
}
.scrollinvit .scroll-down-dude span:first-child {
  animation: down-arrow-before 2.6s cubic-bezier(0.77,0,0.175,1) infinite;
}
.scrollinvit .scroll-down-dude span:last-child {
  animation: down-arrow-after 2.6s cubic-bezier(0.77,0,0.175,1) infinite;
}
@keyframes down-arrow-before {
  50% {
    transform: rotate(45deg) translate(70%,70%);
  }
  100% {
    transform: rotate(45deg) translate(70%,70%);
  }
}
@keyframes down-arrow-after {
  50% {
    transform: rotate(45deg) translate(110%,110%);
    opacity: 0;
  }
  51% {
    transform: rotate(45deg) translate(-130%,-130%);
  }
  100% {
    transform: rotate(45deg) translate(-70%,-70%);
    opacity: 1;
  }
}
footer .adresse1 a {
  color: #071116;
  font-family: "Vend Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 0 8px;
}
.entry-realisations .entry-realisations__autre .entry-realisations__autre--image:last-child img {
  width: 100%;
}
@media (max-width: 1366px) {
  .entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__type {
    left: 0;
  }
  .entry-realisations .entry-realisations__produit .entry-realisations__produit--item .firstproductbottom {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .agenda-objet .grande-image-content .wrapper {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .entry-realisations .entry-realisations__entete .entry-realisations__titre {
    padding: 0 0 100px 0;
  }
  .entry-realisations .entry-realisations__entete .entry-realisations__titre h2 {
    text-align: center;
  }
  .entry-realisations .entry-realisations__entete .entry-realisations__titre .fil {
    text-align: center;
  }
  .entry-realisations .entry-realisations__entete .entry-realisations__titre .pretitle {
    text-align: center;
  }
  .entry-realisations .entry-realisations__entete .entry-realisations__titre h1 {
    text-align: center;
  }
  .entry-realisations .entry-realisations__produit .entry-realisations__produit--item .firstproductbottom {
    display: none;
  }
  .entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__type {
    top: 0;
    left: 0;
  }
  .entry-realisations .entry-realisations__autre .entry-realisations__typeAutre {
    right: 0;
  }
  .entry-realisations .entry-realisations__end .first-product {
    left: -10%;
  }
  .caracteristiques .caracteristique {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .caracteristiques .caracteristique h3 {
    font-size: 1.8rem;
  }
  .biggalerie .galerie-projet {
    width: 100%;
    height: 500px;
    aspect-ratio: unset;
    max-width: unset;
  }
  .swiperBigNextLink {
    top: unset;
    bottom: 16px;
    transform: translateX(-50%);
  }
  .swiperBigNextLink .wrapper {
    width: 100%;
    padding: 16px;
  }
  .swiperBigNextLink .wrapper a.btn span {
    font-size: 2rem;
  }
  .swiperBigNextLink .wrapper a.btn span.arrow {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .entry-realisations .entry-realisations__mission .col-md-6 h2 {
    text-align: center;
  }
  .entry-realisations .entry-realisations__mission .col-md-6 .entry-realisations__content {
    text-align: center;
  }
  .entry-realisations .entry-realisations__autre .entry-realisations__autre--image:nth-child(2) {
    position: relative;
    left: unset;
    width: 80%;
    margin: 0 auto;
  }
  .entry-realisations .entry-realisations__autre .entry-realisations__autre--image:last-child {
    position: relative;
    left: unset;
    width: 80%;
    margin: 0 auto;
  }
  .entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__type {
    width: 160px;
  }
  .entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__type h2 {
    font-size: 1.4rem;
  }
  .entry-realisations .entry-realisations__autre .entry-realisations__typeAutre {
    width: 160px;
    justify-content: center;
    padding: 0 0 0 5%;
  }
  .entry-realisations .entry-realisations__autre .entry-realisations__typeAutre h2 {
    font-size: 1.4rem;
  }
  .entry-realisations .entry-realisations__autrebis .wrapper .entry-realisations__autrebis--type {
    width: 200px;
    height: 150px;
  }
  .entry-realisations .entry-realisations__autrebis .wrapper .entry-realisations__autrebis--type h2 {
    position: relative;
    z-index: 2;
    color: white;
    font-size: 1.4rem;
    padding: 0 0 0 15%;
    line-height: 1.2;
    text-align: left;
    font-weight: 900;
  }
  .entry-realisations__evenement .entry-realisations__galerie .entry-realisations__galerie--type {
    width: 200px;
    height: 150px;
  }
  .entry-realisations__evenement .entry-realisations__galerie .entry-realisations__galerie--type h2 {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 900;
    padding: 0 20%;
  }
}
@media (max-width: 600px) {
  .entry-realisations .entry-realisations__end .first-product {
    display: none;
  }
}
