@charset "UTF-8";
:root {
  --seuil-affichage-mobile: 992px;
}

.login-username, .login-password, .login-remember, .login-submit {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.hover p {
    position: absolute;
    width: 100%;
    height: 100%;
}

.hover .wp-block-cover__inner-container.has-global-padding.is-layout-constrained.wp-block-cover-is-layout-constrained {
    height: 100%;
}

.hover a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    display: flex;
    align-items: center;
}

#loginform br {
  margin: 0;
  height: 0;
  display: none !important;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  border: 0px solid #000;
  border-radius: 10px;
  transform: translate(-50%, 0px);
  left: 50% !important;
  padding: 7px 0 !important;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container li a {
  text-align: center !important;
  color: var(--wp--preset--color--custom-dark-blue);
  justify-content: center;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container li a:hover {
  color: white !important;
}

.wp-block-navigation-submenu.has-child:hover {
    padding-bottom: 10px;
    margin-bottom: -10px;
}

.wp-block-navigation__submenu-container::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--wp--preset--color--custom-gold);
}

.post-password-form {
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
  padding: 0 20px;
}

.hoverZoomImg img {
  transition: 0.5s all ease-in-out;
}

.hoverZoomImg:hover img {
  transform: scale(1.2);
}

.fullContainerLink .wp-block-cover__inner-container {
  position: unset;
}

.fullContainerLink .wp-block-cover__inner-container a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.is-style-avion {
  overflow-x: hidden;
}

.wp-block-post-content, .wp-block-template-part {
  margin: 0 !important;
}

.large {
  max-width: 1354px;
}
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
  padding-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .gform_footer input, .login-submit input {
  margin-bottom: 0px !important;
  border: none !important;
}

.post-password-form {
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
}

footer nav > ul > li .bouton {
  background-color: var(--wp--preset--color--custom-blue) !important;
}

/*footer nav > ul > li.bouton:hover {*/
/*  background-color: var(--wp--preset--color--custom-dark-blue) !important;*/
/*}*/

.content1_3 {
  flex-basis: calc(var(--wp--style--global--content-size) * 0.3 + 50vw - 600px) !important;
}

.content2_3 {
  flex-basis: calc(var(--wp--style--global--content-size) * 0.7 + 50vw - 600px) !important;
}

.padding-left {
  padding-left: clamp(20px, (100vw - (var(--wp--style--global--content-size) + 50px)) / 2, 100vw) !important;
}

.padding-right {
  padding-right: clamp(20px, (100vw - var(--wp--style--global--content-size)) / 2, 100vw) !important;
}

nav .wp-block-navigation-item__content {
  font-size: inherit !important;
  transition: 0.5s all ease-in-out;
}
nav .wp-block-navigation-item__content:hover {
  color: var(--wp--preset--color--custom-dark-blue) !important;
}

* > a {
  font-size: inherit !important;
  font-weight: inherit !important;
}

.navigation.dots .dot {background-color: var(--wp--preset--color--custom-blue);}
.navigation.dots .dot:hover, .navigation.dots .dot-active {background-color: var(--wp--preset--color--custom-orange);}

.slideshow .navigation {
  bottom: 0 !important;
  left: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 22px !important;
  margin-top: clamp(40px, 4vw, 53px);
  position: relative !important;
  /* transform: unset !important; */
}

form input, form textarea, form select {
  border: 1px solid var(--wp--preset--color--custom-dark-blue) !important;
  color: var(--wp--preset--color--custom-dark-blue);
  border-radius: 5px;
  padding: 12px 18px !important;
  font-size: 14px !important;
  line-height: 100%;
  font-family: var(--wp--preset--font-family--gotham-rounded);
  transition: 0.5s all ease-in-out;
}
form input[type=submit] {
  background: var(--wp--preset--color--custom-orange);
  color: var(--wp--preset--color--beige);
  cursor: pointer;
}
form input[type=submit]:hover {
  background: var(--wp--preset--color--custom-dark-blue);
}
form .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 25px !important;
}
form .gform-footer {
  justify-content: center;
}

.carousel .slide {
  position: relative;
}
.carousel .slide .wp-block-cover {
  transition: 0.5s all ease-in-out;
}
.carousel .slide .wp-block-cover.hover {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.carousel .slide .wp-block-cover.hover:hover {
  opacity: 1;
}
.carousel .slide .wp-block-cover.hover:hover img {
  opacity: 0.875;
}
a {
  transition: 0.3s all ease-in-out;
}
.bouton > a {
  font-size: 12px !important;
  padding: 14px 19px 14px 19px;
  line-height: 100%;
  border-radius: 5px;
  transition: 0.5s all ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}
.bouton.bleuFonce > a, li.bouton.bleuFonce > a {
  background: var(--wp--preset--color--custom-dark-blue);
  color: var(--wp--preset--color--beige) !important;
}
.bouton.bleuFonce > a:hover, li.bouton.bleuFonce > a:hover {
  background: var(--wp--preset--color--custom-gold);
}
.bouton.jaune > a {
  color: var(--wp--preset--color--custom-dark-blue);
  background: var(--wp--preset--color--custom-gold);
}
.bouton.jaune > a:hover  {
  background: var(--wp--preset--color--custom-dark-blue);
  color: var(--wp--preset--color--beige) !important;
}

li.bouton.bleuFonce > a {
  border-radius: 5px;
  transition: 0.5s all ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  /*display: inline-block;*/
  cursor: pointer;
  padding-right: 19px;
}

/*li.bouton.bleuFonce {*/
/*  background: none;*/
/*}*/

/*li.bouton.bleuFonc {*/
/*  background: none;*/
/*}*/

/*.has-child li a {*/
/*  color: var(--wp--preset--color--custom-dark-blue) !important;*/
/*}*/

.has-child li.current-menu-item a {
  color: var(--wp--preset--color--custom-dark-blue) !important;
}

  /* Remonté footer par dessu dernière section avec image par dessu footer */
.cta .wp-block-columns {
  position: relative;
  z-index: 2;
}

.cta + .wp-block-template-part {
  margin-top: -30px !important;
}

/* Formes cleo */
.formeTopLarge::before {
  content: "";
  background-image: url("../images/topLargeCLip.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  position: absolute;
  height: 94%;
  left: 0;
  top: 0;
  z-index: -1;
}

.formeSectionClip::before {
  content: "";
  background-image: url("../images/sectionClip.svg");
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center center;
  width: 100%;
  position: absolute;
  height: 107%;
  left: 0;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}

.formebottomLarge::before {
  content: "";
  background-image: url("../images/bottomLargeClip.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

/* Menu oslo */
.pannel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.25s ease-in-out, z-index 0.5s ease;
  transition-delay: 700ms;
}

.pannel > .wp-block-group:first-child {
  background: var(--principal);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-100%);
  position: relative;
  transition: transform 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pannel > .wp-block-group:last-child {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pannel.active > .wp-block-group {
  transform: translateX(0);
}

.pannel.active {
  z-index: 4;
  opacity: 1;
  transition-delay: 0ms;
}

.is-style-fuse > * {
  position: relative;
  z-index: 1;
}
.is-style-fuse::before {
  content: "";
  background: url(/wp-content/uploads/2025/04/Rocket.svg) no-repeat;
  background-size: contain;
  display: block;
  max-width: 345px;
  max-height: 330px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 40%;
  left: -8%;
  transform: translateY(-50%);
  z-index: 0;
  animation: floatRandom 6s ease-in-out infinite;
  will-change: transform;
}
.is-style-avion { overflow: hidden; }
.is-style-avion > * {
  position: relative;
  z-index: 1;
}
.is-style-avion::before {
  content: "";
  background: url(/wp-content/uploads/2025/04/Groupe-133.svg) no-repeat;
  background-size: contain;
  display: block;
  max-width: 505px;
  max-height: 99%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 1%;
  right: -8%;
  z-index: 0;
  animation: avion 10s ease-in-out infinite;
  will-change: transform;
}

.is-style-papillon > * {
  position: relative;
  z-index: 1;
}
.is-style-papillon::before {
  content: "";
  background: url(/wp-content/uploads/2025/04/Groupe-137.svg) no-repeat;
  background-size: contain;
  display: block;
  max-width: 125px;
  max-height: 125px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 2%;
  right: 7%;
  z-index: 0;
  animation: floatRandom 6s ease-in-out infinite;
  will-change: transform;
}
.etoile {
  animation: floatRandom 6s ease-in-out infinite;
  will-change: transform;
}

.nuage {
  animation: floatRandom 4s ease-in-out infinite;
  will-change: transform;
}
.imgHover {
  transition: 0.5s all ease-in-out;
}
.imgHover:hover {
  transform: translateY(-10px);
}
.current-menu-item a {
  color: var(--wp--preset--color--custom-dark-blue) !important;
}

@keyframes avion {
  0%   { transform: rotate(-10deg); }
  25%  { transform: rotate(10deg); }
  50%  { transform: rotate(-10deg); }
  75%  { transform: rotate(10deg); }
  100% { transform: rotate(-10deg); }
}

@keyframes floatRandom {
  0%   { transform: translate(0px, 0px); }
  25%  { transform: translate(3px, -5px); }
  50%  { transform: translate(-4px, 4px); }
  75%  { transform: translate(5px, 2px); }
  100% { transform: translate(0px, 0px); }
}

@media screen and (max-width: 1200px) {
  .content2_3, .content1_3 {
    flex-basis: 50% !important;
  }
}

@media screen and (max-width: 992px) {
  body .wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container li a:hover {
      color: var(--wp--preset--color--custom-gold) !important;
  }
  
  .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
        border: 0px solid #000;
        border-radius: 10px;
         transform: unset; 
         left: 0 !important; 
        padding: 7px 0 !important;
    }
    
    .wp-block-navigation .wp-block-navigation__submenu-icon {
        height: 1em !important;
        width: 1em !important;
    }
}
@media screen and (max-width: 782px) {
  .is-style-fuse:before, .is-style-avion:before, .is-style-papillon:before {
    display: none;
  }
  .reverseMobile {
    flex-direction: column-reverse;
  }
  .content2_3, .content1_3 {
    flex-basis: 100% !important;
  }
  .columnMobile {
    flex-direction: column;
  }
  .gridFullWidthMobile {
    display: flex !important;
    flex-direction: column;
  }
  .is-content-justification-right {
    align-content: flex-start !important;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .rowReverseMobile {
    flex-direction: row-reverse;
  }
  .has-text-align-right {
    text-align: left;
  }
  .footer .wp-block-navigation__container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
  .resetPaddingHorMobile {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .content2_3, .content2_3 .wp-block-cover {
    min-height: 300px !important;
  }
  .firstSectionOslo > .wp-block-group > .wp-block-columns {
    flex-direction: column-reverse;
  }
  .footerMobile {
    flex-direction: column;
    align-items: flex-start;
  }
}

/*# sourceMappingURL=style.css.map */
