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

.gform_wrapper {
	margin-top: 0 !important;
}

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

/*html:not(.wp-toolbar) {*/
/*  background-image: url("/wp-content/uploads/2025/04/ACCUEIL-–-2.png");*/
/*  background-repeat: no-repeat;*/
/*  background-position: center 0;*/
/*}*/

/*html:not(.wp-toolbar) body {*/
/*  opacity: 0.5;*/
/*}*/
footer ul ul {
  display: none !important;
}
footer li.bouton a {
  background: unset !important;
  padding: 0 !important;
}
.bannerLink :is(.wp-block-cover__inner-container, p, a) {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
  opacity: 0;
}
.overForme {
  position: relative;
  z-index: 1;
}
.boxHover {
  transition: 0.5s all ease-in-out;
}
.boxHover:hover {
  transform: translateY(-10px);
}
a {
  transition: 0.5s all ease-in-out;
}
.hoverZoomImg img {
  transition: 0.5s all ease-in-out;
}
.hoverZoomImg:hover img {
  transform: scale(1.05);
}
.wp-block-button__link, input[type="submit"] { transition: 0.5s all ease-in-out; }
.wp-block-button__link:hover {
  background-color: var(--wp--preset--color--custom-red) !important;

}
.wp-block-button__link.has-custom-red-background-color:hover {
  background-color: var(--wp--preset--color--custom-orange) !important;
}
.parallax-box {
  --moveX: 0px;
  --moveY: 0px;
}
.parallax-box::before {
  transform: translate(var(--moveX), var(--moveY));
  z-index: 1;
}
.parallax-box .paralaxImg {
  transform: translate(calc(var(--moveX) * 1.5), calc(var(--moveY) * 1.8));
  /*mix-blend-mode: lighten;*/
  /*opacity: 0.8;*/
  z-index: 2;
}
.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  display: inline-block;
  stroke: currentColor;
  height: inherit;
  margin-top: -0.075em;
  width: inherit;
}

.entry-content {
  margin: 0 !important;
}
header {
  position: relative;
}

.wp-block-navigation.hoverLight ul li:hover > a {
  color: var(--wp--preset--color--custom-orange) !important;
}

* > a {
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  font-family: inherit !important;
}
body:not(.home) footer .has-custom-teal-background-color {display: none;}
.bouton a, input[type=submit] {
  font-size: inherit !important;
  color: var(--wp--preset--color--custom-tan) !important;
  background: var(--wp--preset--color--custom-dark-teal);
  padding: 15px 30px !important;
  cursor: pointer;
  line-height: 100%;
}
li.bouton a:hover, input[type=submit]:hover {
  background-color: var(--wp--preset--color--custom-orange) !important;
  color: var(--wp--preset--color--custom-tan) !important;
}
footer .wp-block-navigation ul li.bouton a:hover {
  background: unset !important;
  color: var(--wp--preset--color--custom-orange) !important;
}
.underContent {
  position: relative;
  z-index: 0;
}

.overContent {
  position: relative;
  z-index: 1;
}
.wp-block-navigation ul li:hover > a {
  color: var(--wp--preset--color--custom-dark-teal) !important;
}
footer .wp-block-navigation ul li:hover > a {
  color: var(--wp--preset--color--custom-orange) !important;
}
.wp-block-navigation ul li a {
  transition: 0.5s all ease-in-out;
}
.wp-block-navigation ul li.bouton a {
  font-size: inherit !important;
  color: var(--wp--preset--color--custom-tan) !important;
  background: var(--wp--preset--color--custom-dark-teal);
  padding: 15px 30px;
  border-radius: 14px;
  transition: 0.5s all ease-in-out;
  line-height: 100%;
}
.wp-block-navigation ul li.bouton:hover a {
  background-color: var(--wp--preset--color--custom-orange);
  color: var(--wp--preset--color--custom-tan) !important;
}

.wp-block-navigation__submenu-container {
  border: none !important;
}

.is-style-forme-1 {
  position: relative;
}
:is(.is-style-forme-1-background-1, .is-style-forme-1-background-2, .is-style-forme-1-background-3, .is-style-forme-1-background-4,
.is-style-forme-2-background-1, .is-style-forme-2-background-2, .is-style-forme-2-background-3, .is-style-forme-2-background-4,
.is-style-forme-3-background-1, .is-style-forme-3-background-2, .is-style-forme-3-background-3, .is-style-forme-3-background-4,
.is-style-forme-1, .is-style-forme-2, .is-style-forme-3) *:is(p, h1, h2, h3, h4, h5, h6, span, a, li, small, input, textarea, select) {
  position: relative;
  z-index: 1;
}
.is-style-forme-1-background-1 {
  background: url(/wp-content/uploads/2025/03/Trace-250.svg);
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
}
.is-style-forme-1-background-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: -185px;
  width: 364px;
  height: 100%;
  max-height: 692px;
  background-image: url(/wp-content/uploads/2025/03/Shapes-2.svg);
  background-size: cover;
  background-position: bottom;
  z-index: 0;
  background-repeat: no-repeat;
}
.is-style-forme-1-background-1::after {
  content: "";
  position: absolute;
  top: 6%;
  right: 0%;
  width: 234px;
  height: 120%;
  background-image: url(/wp-content/uploads/2025/03/Shapes.svg);
  background-size: cover;
  background-position: left;
  z-index: 0;
  background-repeat: no-repeat;
}
.is-style-forme-1-background-2 .background-start {
  position: absolute;
  width: 100%;
  height: 70%;
  background: url(/wp-content/uploads/2025/03/Trace-248.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  max-width: unset !important;
  left: 0;
  top: 0;
  z-index: -1;
}
.is-style-forme-1-background-2 .background-end {
  position: absolute;
  width: 100%;
  height: 70%;
  background: url(/wp-content/uploads/2025/03/Trace-248.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  max-width: unset !important;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.is-style-forme-1-background-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -185px;
  width: 364px;
  height: 100%;
  max-height: 692px;
  background-image: url(/wp-content/uploads/2025/03/Shapes-2.svg);
  background-size: cover;
  background-position: bottom;
  z-index: 0;
  background-repeat: no-repeat;
}
.is-style-forme-1-background-2::after {
  content: "";
  position: absolute;
  top: 6%;
  right: 0%;
  width: 234px;
  height: 120%;
  background-image: url(/wp-content/uploads/2025/03/Shapes.svg);
  background-size: cover;
  background-position: left;
  z-index: 0;
  background-repeat: no-repeat;
}
.is-style-forme-1-background-3 .background-start {
  position: absolute;
  width: 100%;
  height: 70%;
  background: url(/wp-content/uploads/2025/03/Trace-251.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  max-width: unset !important;
  left: 0;
  top: 0;
  z-index: -1;
}
.is-style-forme-1-background-3 .background-end {
  position: absolute;
  width: 100%;
  height: 70%;
  background: url(/wp-content/uploads/2025/03/Trace-251.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  max-width: unset !important;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.is-style-forme-1-background-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -185px;
  width: 364px;
  height: 100%;
  max-height: 692px;
  background-image: url(/wp-content/uploads/2025/03/Shapes-2.svg);
  background-size: cover;
  background-position: bottom;
  z-index: 0;
  background-repeat: no-repeat;
}
.is-style-forme-1-background-3::after {
  content: "";
  position: absolute;
  top: 6%;
  right: 0%;
  width: 234px;
  height: 120%;
  background-image: url(/wp-content/uploads/2025/03/Shapes.svg);
  background-size: cover;
  background-position: left;
  z-index: 0;
  background-repeat: no-repeat;
}
.is-style-forme-1-background-4 {
  background: url(/wp-content/uploads/2025/03/Trace-252.svg);
  background-position: 50% 0%;
  background-size: cover;
}
.is-style-forme-1-background-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: -185px;
  width: 364px;
  height: 100%;
  max-height: 692px;
  background-image: url(/wp-content/uploads/2025/03/Shapes-2.svg);
  background-size: cover;
  background-position: bottom;
  z-index: 0;
  background-repeat: no-repeat;
}
.is-style-forme-1-background-4::after {
  content: "";
  position: absolute;
  top: 6%;
  right: 0%;
  width: 234px;
  height: 120%;
  background-image: url(/wp-content/uploads/2025/03/Shapes.svg);
  background-size: cover;
  background-position: left;
  z-index: 0;
  background-repeat: no-repeat;
}
.is-style-forme-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: -185px;
  width: 364px;
  height: 100%;
  max-height: 692px;
  background-image: url(/wp-content/uploads/2025/03/Shapes-2.svg);
  background-size: cover;
  background-position: bottom;
  z-index: 0;
  background-repeat: no-repeat;
}
.is-style-forme-1::after {
  content: "";
  position: absolute;
  top: 6%;
  right: 0%;
  width: 234px;
  height: 120%;
  background-image: url(/wp-content/uploads/2025/03/Shapes.svg);
  background-size: cover;
  background-position: left;
  z-index: 0;
  background-repeat: no-repeat;
}

.is-style-forme-2 {
  position: relative;
}
.is-style-forme-2-background-1 {
  background: url(/wp-content/uploads/2025/03/Trace-250.svg);
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
}
.is-style-forme-2-background-2 .background-start {
  position: absolute;
  width: 100%;
  height: 70%;
  background: url(/wp-content/uploads/2025/03/Trace-248.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  max-width: unset !important;
  left: 0;
  top: 0;
  z-index: -1;
}
.is-style-forme-2-background-2 .background-end {
  position: absolute;
  width: 100%;
  height: 70%;
  background: url(/wp-content/uploads/2025/03/Trace-248.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  max-width: unset !important;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.is-style-forme-2-background-3 .background-start {
  position: absolute;
  width: 100%;
  height: 70%;
  background: url(/wp-content/uploads/2025/03/Trace-251.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  max-width: unset !important;
  left: 0;
  top: 0;
  z-index: -1;
}
.is-style-forme-2-background-3 .background-end {
  position: absolute;
  width: 100%;
  height: 70%;
  background: url(/wp-content/uploads/2025/03/Trace-251.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  max-width: unset !important;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.is-style-forme-2-background-4 {
  background: url(/wp-content/uploads/2025/03/Trace-252.svg);
  background-position: 50% 0%;
  background-size: cover;
}
.is-style-forme-2::before, .is-style-forme-2-background-4::before, .is-style-forme-2-background-3::before, .is-style-forme-2-background-2::before, .is-style-forme-2-background-1::before {
  content: "";
  position: absolute;
  top: 53%;
  left: -90px;
  width: 374px;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/03/Shapes-3.svg);
  background-size: cover;
  background-position: center;
  z-index: 0;
  background-repeat: no-repeat;
  max-height: 500px;
  transition: 0.5s all ease-in-out;
  transform-origin: bottom left;
  animation: rotateIn 5s infinite;
}
.is-style-forme-2::after, .is-style-forme-2-background-3::after, .is-style-forme-2-background-4::after, .is-style-forme-2-background-2::after, .is-style-forme-2-background-1::after {
  content: "";
  position: absolute;
  top: 1%;
  right: 0%;
  width: 464px;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/03/Shapes-4.svg);
  background-size: cover;
  background-position: left;
  z-index: -1;
  background-repeat: no-repeat;
  max-height: 518px;
  transition: 0.5s all ease-in-out;
  animation: shrink 5s infinite;
  transform-origin: center right;
}
@keyframes rotateIn {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(25deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes shrink {
  0% {
    transform: scale(1);
    filter: blur(0px);
  }
  50% {
    transform: scale(0.7);
    filter: blur(3px);
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
  }
}
.is-style-forme-3 {
  position: relative;
}
.is-style-forme-3-background-1 {
  background: url(/wp-content/uploads/2025/03/Trace-250.svg);
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
}
.is-style-forme-3-background-1::before {
  content: "";
  position: absolute;
  top: 73%;
  left: clamp(20px, (100vw - var(--wp--style--global--content-size)) / 2, 100vw);
  width: 384px;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/03/Shapes-5.svg);
  background-size: cover;
  background-position: center;
  z-index: 0;
  background-repeat: no-repeat;
  max-height: 300px;
}
.is-style-forme-3-background-2 .background-start {
  position: absolute;
  width: 100%;
  height: 70%;
  background: url(/wp-content/uploads/2025/03/Trace-248.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  max-width: unset !important;
  left: 0;
  top: 0;
  z-index: -1;
}
.is-style-forme-3-background-2 .background-end {
  position: absolute;
  width: 100%;
  height: 70%;
  background: url(/wp-content/uploads/2025/03/Trace-248.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  max-width: unset !important;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.is-style-forme-3-background-2::before {
  content: "";
  position: absolute;
  top: 73%;
  left: clamp(20px, (100vw - var(--wp--style--global--content-size)) / 2, 100vw);
  width: 384px;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/03/Shapes-5.svg);
  background-size: cover;
  background-position: center;
  z-index: 0;
  background-repeat: no-repeat;
  max-height: 300px;
}
.is-style-forme-3-background-3 .background-start {
  position: absolute;
  width: 100%;
  height: 70%;
  background: url(/wp-content/uploads/2025/03/Trace-251.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  max-width: unset !important;
  left: 0;
  top: 0;
  z-index: -1;
}
.is-style-forme-3-background-3 .background-end {
  position: absolute;
  width: 100%;
  height: 70%;
  background: url(/wp-content/uploads/2025/03/Trace-251.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  max-width: unset !important;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.is-style-forme-3-background-3::before {
  content: "";
  position: absolute;
  top: 73%;
  left: clamp(20px, (100vw - var(--wp--style--global--content-size)) / 2, 100vw);
  width: 384px;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/03/Shapes-5.svg);
  background-size: cover;
  background-position: center;
  z-index: 0;
  background-repeat: no-repeat;
  max-height: 300px;
}
.is-style-forme-3-background-4 {
  background: url(/wp-content/uploads/2025/03/Trace-252.svg);
  background-position: 50% 0%;
  background-size: cover;
}
.is-style-forme-3-background-4::before {
  content: "";
  position: absolute;
  top: 73%;
  left: clamp(20px, (100vw - var(--wp--style--global--content-size)) / 2, 100vw);
  width: 384px;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/03/Shapes-5.svg);
  background-size: cover;
  background-position: center;
  z-index: 0;
  background-repeat: no-repeat;
  max-height: 300px;
}
.is-style-forme-3::before {
  content: "";
  position: absolute;
  top: 73%;
  left: clamp(20px, (100vw - var(--wp--style--global--content-size)) / 2, 100vw);
  width: 384px;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/03/Shapes-5.svg);
  background-size: cover;
  background-position: center;
  z-index: 0;
  background-repeat: no-repeat;
  max-height: 300px;
}

.is-style-background-1 {
  background: url(/wp-content/uploads/2025/03/Trace-250.svg);
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
}

.is-style-background-2 .background-start {
  position: absolute;
  width: 100%;
  height: 70%;
  background: url(/wp-content/uploads/2025/03/Trace-248.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  max-width: unset !important;
  left: 0;
  top: 0;
  z-index: -1;
}
.is-style-background-2 .background-end {
  position: absolute;
  width: 100%;
  height: 70%;
  background: url(/wp-content/uploads/2025/03/Trace-248.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  max-width: unset !important;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.is-style-background-3 .background-start {
  position: absolute;
  width: 100%;
  height: 70%;
  background: url(/wp-content/uploads/2025/03/Trace-251.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  max-width: unset !important;
  left: 0;
  top: 0;
  z-index: -1;
}
.is-style-background-3 .background-end {
  position: absolute;
  width: 100%;
  height: 70%;
  background: url(/wp-content/uploads/2025/03/Trace-251.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  max-width: unset !important;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.is-style-background-4 {
  background: url(/wp-content/uploads/2025/03/Trace-252.svg);
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 782px) {
  .is-style-forme-1-background-1::before, .is-style-forme-1-background-2::before, .is-style-forme-1-background-3::before, .is-style-forme-1-background-4::before,
  .is-style-forme-2-background-1::before, .is-style-forme-2-background-2::before, .is-style-forme-2-background-3::before, .is-style-forme-2-background-4::before,
  .is-style-forme-3-background-1::before, .is-style-forme-3-background-2::before, .is-style-forme-3-background-3::before, .is-style-forme-3-background-4::before,
  .is-style-forme-1::before, .is-style-forme-2::before, .is-style-forme-3::before {
    display: none !important;
    background-image: url("") !important;
  }
  .is-style-forme-1-background-1::after, .is-style-forme-1-background-2::after, .is-style-forme-1-background-3::after, .is-style-forme-1-background-4::after,
  .is-style-forme-2-background-1::after, .is-style-forme-2-background-2::after, .is-style-forme-2-background-3::after, .is-style-forme-2-background-4::after,
  .is-style-forme-3-background-1::after, .is-style-forme-3-background-2::after, .is-style-forme-3-background-3::after, .is-style-forme-3-background-4::after,
  .is-style-forme-1::after, .is-style-forme-2::after, .is-style-forme-3::after {
    display: none !important;
    background-image: url("") !important;
  }
}
form input, select {
  color: var(--wp--preset--color--custom-dark-teal);
  border-radius: 14px;
  padding: 10px 20px !important;
  border: none;
  font-family: var(--wp--preset--font-family--mabry-pro);
  font-size: 16px !important;
}
form input[type=submit] {
  font-size: 18px !important;
  color: var(--wp--preset--color--custom-tan) !important;
  background: var(--wp--preset--color--custom-dark-teal);
  padding: 10px 30px;
  border-radius: 14px;
  font-weight: 700;
}
form input::placeholder {
  color: var(--wp--preset--color--custom-dark-teal);
  font-family: var(--wp--preset--font-family--mabry-pro);
}
form .gform-footer {
  padding-top: 7px !important;
  justify-content: center;
  padding-bottom: 0px !important;
}
form textarea {
  color: var(--wp--preset--color--custom-dark-teal);
  border-radius: 14px;
  padding: 10px 20px !important;
  border: none;
  font-family: var(--wp--preset--font-family--mabry-pro);
  font-size: 16px !important;
}
form textarea::placeholder {
  color: var(--wp--preset--color--custom-dark-teal);
  font-family: var(--wp--preset--font-family--mabry-pro);
}

.slideshowAccueil.slideshow .slide {
  width: 57%; /* Default width for non-active slides */
  transition: all 0.5s ease;
}
.slideshowAccueil.slideshow .slide.active {
  width: 57% !important;
  z-index: 1;
}
.slideshowAccueil.slideshow .slide.prev {
  transform: translateX(-50%);
}
.slideshowAccueil.slideshow .slide.next {
  transform: translateX(0%);
}
.slideshowAccueil.slideshow .navigation.dots .dot {
  background-color: var(--wp--preset--color--custom-dark-teal);
}
.slideshowAccueil.slideshow .navigation.dots .dot.dot-active {
  background-color: var(--wp--preset--color--custom-orange);
}

footer {
  margin-top: 0px;
}

.content-hover-footer {
  position: relative;
  z-index: 5;
}

/*Top Bar*/
.top-bar {
  background-color: var(--theme--color--2);
  color: var(--theme--color--0);
}
.top-bar > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

.menu-top-bar-menu-container .menu {
  margin: 0;
  display: flex;
  list-style: none;
  justify-content: flex-end;
}

.menu-top-bar-menu-container .menu li a {
  padding: 16px 18px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3.5px;
  font-family: var(--wp--preset--font-family--poppins);
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}

.menu-top-bar-menu-container .menu li a:hover {
  color: var(--wp--preset--color--couleur-foncee-03);
}

.menu-top-bar-menu-container .menu li:last-child a {
  padding: 16px 0 16px 15px;
}

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

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

/* SubMenu */
.sub-menu {
  max-height: 0vh;
  overflow: hidden;
  transition: 0.5s all ease-in-out;
}

.sub_menu_open .sub-menu {
  max-height: 100vh;
}

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

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

body:not(.wp-admin) .padding-right-extended {
  padding-right: clamp(20px, (100vw - (var(--wp--style--global--content-size) + 130px)) / 2, 100vw) !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;
}

@media (min-width: 1440px) {
  .wp-block-your-block-class {
    padding-top: clamp(0px, 5vw, 180px);
  }
}
@media (max-width: 1439px) {
  .wp-block-your-block-class {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1300px) {
  .top-bar > div {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .content2_3, .content1_3 {
    flex-basis: 50% !important;
  }
}
@media screen and (max-width: 992px) {
  .top-bar {
    background-color: var(--wp--preset--color--couleur-pale-01);
    color: black;
  }
  .menu-top-bar-menu-container .menu li a {
    padding: 16px !important;
  }
  .top-bar > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    padding: 15px 0 0;
  }
  .menu-top-bar-menu-container .menu {
    margin: 0;
    display: flex;
    list-style: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
  header > .top-bar {
    display: none;
  }
  .is-style-forme-3::before, .is-style-forme-3::after, .is-style-forme-2::before, .is-style-forme-2::after, .is-style-forme-1::before, .is-style-forme-1::after {
    display: none !important;
  }
}
@media screen and (max-width: 782px) {
  .reverseMobile {
    flex-direction: column-reverse;
    display: flex;
  }
  .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;
  }
  .noPaddingMobile {
    padding: 0 !important;
  }
  .resetPaddingHorMobile {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .resetMarginMobile {
    margin: initial !important;
    margin-top: 1em !important;
  }
  .content2_3, .content2_3 > .wp-block-cover {
    min-height: 300px !important;
  }
  .firstSectionOslo > .wp-block-group > .wp-block-columns {
    flex-direction: column-reverse;
  }
  .slideshow .slides .slide {
    width: 100% !important;
  }
  .slideshowAccueil.slideshow .slide.active {
    width: 100% !important;
    z-index: 1;
  }
  .noneMobile {
    display: none !important;
  }
}

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