@charset "UTF-8";
/*
Theme Name: my-little-big-theme-child
Theme URI: Theme URI: http://underscores.me/
Template: my-little-big-theme
Author: Underscores.me
*/
/**
 * Colors Custom
 */
/*==============================
=            Mixins            =
==============================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
​ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
html {
  overflow-x: hidden !important;
}
html {
  overflow-x: hidden !important;
  max-width: 100%;
  width: 100%;
}
body {
  overflow-x: clip !important;
  max-width: 100%;
  width: 100%;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  transition: ease-in-out 0.3s;
}
html * {
  outline: 0;
}
html *:focus {
  outline: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", sans-serif;
}
.ph {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .ph {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .ph {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.pt {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .pt {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .pt {
    padding-top: 40px;
  }
}
.pb {
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .pb {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .pb {
    padding-bottom: 40px;
  }
}
.pv {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .pv {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .pv {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.container {
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}
.container .inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 1024px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.margin_auto {
  margin-left: auto;
  margin-right: auto;
}
.margin_left {
  margin-left: auto;
}
.display-none {
  display: none !important;
}
.uppercase {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .show-mobile {
    display: none;
  }
}
.t-h1, h1, .t-h1 span {
  font-family: "Montserrat", sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 71.94px;
  color: #181E86;
}
@media (max-width: 1366px) {
  .t-h1, h1, .t-h1 span {
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 54.5px;
    letter-spacing: 1.6px;
    color: #181E86;
  }
}
@media (max-width: 1024px) {
  .t-h1, h1, .t-h1 span {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 43.6px;
    letter-spacing: 1.4px;
    color: #181E86;
  }
}
@media (max-width: 767px) {
  .t-h1, h1, .t-h1 span {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 32.7px;
    letter-spacing: 1.2px;
    color: #181E86;
  }
}
.t-h2, h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 71.94px;
  letter-spacing: 1.98px;
  color: #181E86;
}
@media (max-width: 1366px) {
  .t-h2, h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 54.5px;
    letter-spacing: 1.6px;
    color: #181E86;
  }
}
@media (max-width: 1024px) {
  .t-h2, h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 43.6px;
    letter-spacing: 1.4px;
    color: #181E86;
  }
}
@media (max-width: 767px) {
  .t-h2, h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 32.7px;
    letter-spacing: 1.2px;
    color: #181E86;
  }
}
.t-h3, h3, .error404 .home-hero h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 25.96px;
  letter-spacing: 0.66px;
  color: #181E86;
}
@media (max-width: 1366px) {
  .t-h3, h3, .error404 .home-hero h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 900;
    line-height: 24.78px;
    letter-spacing: 0.6px;
    color: #181E86;
  }
}
@media (max-width: 1024px) {
  .t-h3, h3, .error404 .home-hero h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 23.6px;
    letter-spacing: 0.5px;
    color: #181E86;
  }
}
@media (max-width: 767px) {
  .t-h3, h3, .error404 .home-hero h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    font-weight: 900;
    line-height: 22.42px;
    letter-spacing: 0.4px;
    color: #181E86;
  }
}
.t-h4, h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 26.6px;
  letter-spacing: 0.66px;
  color: #181E86;
}
@media (max-width: 1366px) {
  .t-h4, h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    font-weight: 800;
    line-height: 25.27px;
    letter-spacing: 0.6px;
    color: #181E86;
  }
}
@media (max-width: 1024px) {
  .t-h4, h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 23.94px;
    letter-spacing: 0.5px;
    color: #181E86;
  }
}
.menu-item {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 26.01px;
  letter-spacing: 0.51px;
  color: #181E86;
}
.big-text p, .big-text {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.6px;
  color: #181E86;
}
@media (max-width: 767px) {
  .big-text p, .big-text {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 25.84px;
    letter-spacing: 0.51px;
    color: #181E86;
  }
}
.small-text p, .small-text {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.84px;
  letter-spacing: 0.51px;
  color: #181E86;
}
.text, .text p, li, p, span {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.54px;
  color: #181E86;
}
@media (max-width: 767px) {
  .text, .text p, li, p, span {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 25.5px;
    letter-spacing: 0.51px;
    color: #181E86;
  }
}
.btn {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.6px;
  color: #181E86;
}
@media (max-width: 767px) {
  .btn {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 23.8px;
    letter-spacing: 0.51px;
    color: #181E86;
  }
}
.btn-image {
  width: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 100px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(62, 78, 166, 0.2);
  transition: ease-in-out 0.3s;
  height: 87px;
}
.btn-image:hover {
  box-shadow: 0px 0px 10px 0px rgba(62, 78, 166, 0.4);
}
.btn-image img {
  display: block;
  max-width: 94px;
}
@media (max-width: 767px) {
  .btn-image {
    width: 130px;
    height: 70px;
  }
  .btn-image img {
    max-width: 70px;
  }
}
strong, b {
  font-weight: 700;
}
a {
  text-decoration: none;
}
.post, .page {
  margin: 0;
}
.error404 h2 {
  margin-bottom: 20px;
}
.error404 .btn {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 24px 60px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.54px;
  border-radius: 100px;
  transition: all 0.4s;
  background: #FFC5CF;
  color: #F94E5A;
}
@media (max-width: 1024px) {
  .error404 .btn {
    margin: 0 auto 20px auto;
  }
}
.error404 .btn:hover {
  background: #F94E5A;
  color: #FFFFFF;
}
.header {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(62, 78, 166, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: top 0.3s;
}
.header.nav-down {
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}
.header.nav-up {
  top: -100px;
}
.header .container .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .header .container .inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header .container .inner .logo {
  margin-right: auto;
  display: block;
  width: 101px;
}
@media (max-width: 1024px) {
  .header .container .inner .logo {
    width: 70px;
  }
}
.header .container .inner .logo img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .header .container .inner .menu-menu-container {
    display: none;
  }
}
.header .container .inner .menu-menu-container .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .container .inner .menu-menu-container .menu li {
  margin-right: 68px;
}
@media (max-width: 1366px) {
  .header .container .inner .menu-menu-container .menu li {
    margin-right: 30px;
  }
}
.header .container .inner .menu-menu-container .menu li a {
  color: #181E86;
}
.header .container .inner .menu-menu-container .menu li a:hover {
  color: #5BC4BF;
}
.header .container .inner .menu-menu-container .menu li:first-child {
  display: none;
}
.header .container .inner .social {
  display: flex;
  align-items: center;
}
.header .container .inner .social a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
  width: 24px;
  height: 24px;
}
.header .container .inner .social a:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .header .container .inner .social a:last-child {
    margin-right: 20px;
  }
}
.header .container .inner .social a svg {
  width: 100%;
  height: auto;
}
.header .container .inner .social a svg path {
  fill: #181E86;
}
.header .container .inner .social a:hover svg path {
  fill: #5BC4BF;
}
.header .container .inner .burger {
  width: 22px;
  height: 21px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  display: none;
}
@media (max-width: 1024px) {
  .header .container .inner .burger {
    display: flex;
  }
}
.header .container .inner .burger .line {
  transition: all 0.3s ease-in-out;
  width: 22px;
  height: 3px;
  border-radius: 3px;
  transform-origin: center;
}
.header .container .inner .burger .line:nth-child(1) {
  background-color: #5BC4BF;
  margin-right: auto;
}
.header .container .inner .burger .line:nth-child(2) {
  background-color: #F94E5A;
}
.header .container .inner .burger .line:nth-child(3) {
  background-color: #3E4EA6;
  margin-left: auto;
}
.header .container .inner .burger:hover .line:nth-child(1), .header .container .inner .burger:hover .line:nth-child(3) {
  width: 13px;
}
.header .menu-mobile {
  position: fixed;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #FFFFFF;
  z-index: 999;
  padding: 20px 30px;
  transform: translateX(-105%);
  transition: all 0.3s ease-in-out;
}
.header .menu-mobile::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 90%;
  height: 100%;
  background-image: url("/wp-content/themes/my-little-big-theme-child/assets/img/logo-fond.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  opacity: 0.1;
  z-index: -1;
}
@media (max-width: 1024px) {
  .header .menu-mobile {
    display: flex;
  }
  .header .menu-mobile.active {
    transform: translateX(0);
  }
}
.header .menu-mobile .close {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header .menu-mobile .close {
    right: 15px;
  }
}
.header .menu-mobile .close .line {
  transition: all 0.3s ease-in-out;
  width: 22px;
  height: 3px;
  border-radius: 3px;
  transform-origin: center;
  position: absolute;
  top: 50%;
  left: 50%;
}
.header .menu-mobile .close .line:nth-child(1) {
  background-color: #3E4EA6;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header .menu-mobile .close .line:nth-child(2) {
  background-color: #5BC4BF;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header .menu-mobile .close:hover .line:nth-child(1) {
  width: 18px;
}
.header .menu-mobile .close:hover .line:nth-child(2) {
  width: 18px;
}
.header .menu-mobile .logo {
  display: inline-block;
  margin: 0 auto 30px auto;
}
.header .menu-mobile .logo img {
  display: block;
  width: 101px;
  height: 56px;
}
.header .menu-mobile .menu-menu-container {
  margin: 0 auto 20px auto;
}
.header .menu-mobile .menu-menu-container .menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header .menu-mobile .menu-menu-container .menu li {
  margin-bottom: 12px;
  text-align: center;
}
.header .menu-mobile .menu-menu-container .menu li a {
  color: #181E86;
}
.header .menu-mobile .menu-menu-container .menu li a:hover {
  color: #5BC4BF;
}
.header .menu-mobile .social {
  display: flex;
  justify-content: center;
}
.header .menu-mobile .social a {
  margin: 0 7px;
}
.header .menu-mobile .social a svg path {
  fill: #181E86;
}
.header .menu-mobile .social a:hover svg path {
  fill: #5BC4BF;
}
.fixed-nav {
  position: fixed;
  top: 50%;
  left: 93px;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
  z-index: 999;
  transition: all 0.3s;
}
.fixed-nav:hover {
  opacity: 1;
}
@media (max-width: 1780px) {
  .fixed-nav {
    left: 60px;
  }
}
@media (max-width: 1650px) {
  .fixed-nav {
    left: 10px;
  }
}
@media (max-width: 1400px) {
  .fixed-nav {
    display: none;
  }
}
.fixed-nav li {
  width: 20px;
  height: 20px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #FFFFFF;
  overflow: hidden;
  cursor: pointer;
  list-style: none;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.fixed-nav li:last-child {
  margin-bottom: 0;
}
.fixed-nav li:nth-child(1) {
  background-image: url("/wp-content/themes/my-little-big-theme-child/assets/icons/logo-sdc-ancrage.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.fixed-nav li:nth-child(2) {
  background: #FFF5C0;
}
.fixed-nav li:nth-child(2):hover {
  background: #FBC81E;
}
.fixed-nav li:nth-child(3) {
  background: #C3F4EF;
}
.fixed-nav li:nth-child(3):hover {
  background: #5BC4BF;
}
.fixed-nav li:nth-child(4) {
  background: #FFC5CF;
}
.fixed-nav li:nth-child(4):hover {
  background: #F94E5A;
}
.fixed-nav li:nth-child(5) {
  background: #3E4EA6;
}
.fixed-nav li:nth-child(5):hover {
  background: #181E86;
}
.footer {
  border-radius: 50px 50px 0 0;
  overflow: hidden;
  min-height: calc(100vh + 50px);
  margin-top: -50px;
  background: #DD9400;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 150px;
  }
}
@media (max-width: 1024px) {
  .footer {
    min-height: 1px;
  }
}
.footer .container .inner .top {
  display: flex;
  justify-content: space-between;
}
.footer .container .inner .top .col-l {
  width: 50%;
  max-width: 630px;
  padding-right: 30px;
  transition: all 0.4s;
  transform: scale(0.7) translateY(-50px);
}
.footer .container .inner .top .col-l.active {
  transform: scale(1) translateY(0);
}
.footer .container .inner .top .col-l .t-h2 {
  color: #FFF5C0;
  margin-top: 70px;
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
  display: block;
}
@media (max-width: 1200px) {
  .footer .container .inner .top .col-l .t-h2 {
    margin-top: 0;
  }
}
.footer .container .inner .top .col-l .gform_confirmation_message {
  color: #199490;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.51px;
  text-align: center;
  border: 0;
  box-shadow: none;
  padding: 10px 30px;
  border-radius: 100px;
  background: #C3F4EF;
}
.footer .container .inner .top .col-l .gform_body input {
  width: 100%;
  outline: 0;
  border-radius: 100px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.51px;
  border: 2px solid #FFF5C0;
  color: #181E86;
}
.footer .container .inner .top .col-l .gform_body input:focus {
  border-color: #3E4EA6;
}
.footer .container .inner .top .col-l .gform_body input::placeholder {
  color: #B1B1B1;
}
.footer .container .inner .top .col-l .gform_validation_errors {
  display: none;
}
.footer .container .inner .top .col-l .gfield_validation_message {
  color: #C6232E;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.51px;
  text-align: center;
  border: 0;
  box-shadow: none;
  padding: 10px 30px;
  border-radius: 100px;
  background: #FFC5CF;
}
.footer .container .inner .top .col-l .gform_footer {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 24px 0 0 0;
}
.footer .container .inner .top .col-l .gform_footer input {
  cursor: pointer;
  height: 38px;
  width: 208px;
  border-radius: 50px;
  color: #181E86;
  background-color: #FBC81E;
  outline: 0;
  border: 0;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding: 0;
  margin: 0;
  letter-spacing: 0.51px;
  transition: all 0.4s ease-in-out;
}
.footer .container .inner .top .col-l .gform_footer input:hover {
  background-color: #3E4EA6;
  color: #FFFFFF;
}
.footer .container .inner .top .col-l .logo-mtl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 200px;
  padding: 17px 30px;
  width: 230px;
  margin: 175px auto 0 auto;
}
@media (max-width: 1200px) {
  .footer .container .inner .top .col-l .logo-mtl {
    margin: 50px auto 0 auto;
  }
}
.footer .container .inner .top .col-l .logo-mtl svg {
  margin-bottom: 10px;
}
.footer .container .inner .top .col-l .logo-mtl span {
  color: #000000;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.footer .container .inner .top .col-r {
  width: 50%;
  max-width: 560px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  transition: all 0.4s;
  transform: translate(200%, 100px);
}
.footer .container .inner .top .col-r.active {
  transform: translate(0, 0);
}
.footer .container .inner .top .col-r::before {
  content: "";
  position: absolute;
  width: 90vw;
  height: 90vw;
  top: -20px;
  left: -220px;
  transform: rotate(9deg);
  background: #FFF5C0;
  border-radius: 100px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: -1;
  transition: all 0.4s;
}
@media (max-width: 1600px) {
  .footer .container .inner .top .col-r::before {
    top: -50px;
    left: -170px;
    transform: rotate(8deg);
  }
}
@media (max-width: 1366px) {
  .footer .container .inner .top .col-r::before {
    top: -70px;
    left: -100px;
    transform: rotate(6deg);
  }
}
.footer .container .inner .top .col-r .t-h2 {
  margin-bottom: 50px;
  width: 100%;
  display: block;
}
.footer .container .inner .top .col-r .footer-social {
  width: 250px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 46px 10px;
  border-radius: 26px;
  background: #DD9400;
}
.footer .container .inner .top .col-r .footer-social > a {
  width: 100%;
  text-align: center;
  margin-bottom: 13px;
  transition: all 0.4s;
}
.footer .container .inner .top .col-r .footer-social > a:hover {
  transform: translateY(-5px);
}
.footer .container .inner .top .col-r .footer-social .socials {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .container .inner .top .col-r .footer-social .socials a {
  display: block;
  margin: 13px;
  transition: all 0.4s;
}
.footer .container .inner .top .col-r .footer-social .socials a svg {
  width: 43px;
  height: 43px;
}
.footer .container .inner .top .col-r .footer-social .socials a:hover {
  transform: translateY(-5px);
}
.footer .container .inner .top .col-r .footer-social.footer-social-1 {
  margin-right: 40px;
}
@media (max-width: 1200px) {
  .footer .container .inner .top {
    flex-direction: column;
  }
  .footer .container .inner .top .col-l {
    width: 100%;
    padding-right: 0;
    margin: 0 auto;
  }
  .footer .container .inner .top .col-r {
    width: 100%;
    max-width: none;
    margin-top: 50px;
    padding: 50px 20px;
    justify-content: center;
  }
  .footer .container .inner .top .col-r .t-h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer .container .inner .top .col-r::before {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
  }
  .footer .container .inner .top .col-r .footer-social {
    margin: 16px !important;
  }
}
.copyright {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 6;
  padding: 10px 40px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #181E86;
  margin-top: -71px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.copyright::before {
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 40px;
  background: #181E86;
}
.copyright a {
  color: #181E86;
  text-decoration: underline;
  font-weight: 400;
}
.copyright a:hover {
  color: #3E4EA6;
}
.copyright .copy-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #181E86;
  font-weight: 400;
}
.copyright .copy-link a span {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  color: #181E86;
  font-weight: 400;
}
.copyright .copy-link a:hover span {
  color: #3E4EA6;
}
.copyright a.politics::before {
  content: "-";
  display: inline-block;
}
.copyright .copyright-content {
  margin-left: auto;
}
@media (max-width: 1300px) {
  .copyright {
    flex-direction: column;
    justify-content: center;
  }
  .copyright .email {
    margin-bottom: 5px;
  }
  .copyright .copyright-content {
    margin-left: auto;
    margin-right: auto;
  }
  .copyright a.politics::before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .copyright {
    padding: 10px 30px;
  }
  .copyright::before {
    width: calc(100% - 60px);
    left: 30px;
  }
}
@media (max-width: 767px) {
  .copyright {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 22px;
  }
  .copyright::before {
    width: calc(100% - 30px);
    left: 15px;
  }
}
.page-template-page-home .home-hero, .error404 .home-hero {
  overflow: hidden;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
  position: sticky;
  top: 0;
}
.page-template-page-home .home-hero:before, .error404 .home-hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/my-little-big-theme-child/assets/img/logo-multicolor-fond.svg");
  background-repeat: no-repeat;
  background-position: 100% -100px;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 1024px) {
  .page-template-page-home .home-hero:before, .error404 .home-hero:before {
    opacity: 0.1;
  }
}
.page-template-page-home .home-hero .container .inner, .error404 .home-hero .container .inner {
  min-height: calc(100vh);
  max-height: calc(100vh);
  min-height: calc(100dvh);
  max-height: calc(100dvh);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.page-template-page-home .home-hero .container .inner .col-l, .error404 .home-hero .container .inner .col-l {
  padding-right: 16px;
  width: 50%;
}
.page-template-page-home .home-hero .container .inner .col-l .t-h1, .error404 .home-hero .container .inner .col-l .t-h1 {
  margin-top: 90px;
  margin-bottom: 20px;
  max-width: 562px;
}
.page-template-page-home .home-hero .container .inner .col-l .t-h1 span, .error404 .home-hero .container .inner .col-l .t-h1 span {
  transition: all 0.4s;
  display: inline-block;
}
.page-template-page-home .home-hero .container .inner .col-l .t-h1:hover .turquoise, .error404 .home-hero .container .inner .col-l .t-h1:hover .turquoise {
  color: #5BC4BF;
}
.page-template-page-home .home-hero .container .inner .col-l .t-h1:hover .rouge, .error404 .home-hero .container .inner .col-l .t-h1:hover .rouge {
  color: #F94E5A;
}
.page-template-page-home .home-hero .container .inner .col-l .big-text, .error404 .home-hero .container .inner .col-l .big-text {
  margin-bottom: 25px;
  max-width: 562px;
}
.page-template-page-home .home-hero .container .inner .col-l .btns, .error404 .home-hero .container .inner .col-l .btns {
  display: flex;
  flex-wrap: wrap;
}
.page-template-page-home .home-hero .container .inner .col-l .btns .btn-image:not(:last-child), .error404 .home-hero .container .inner .col-l .btns .btn-image:not(:last-child) {
  margin-right: 46px;
}
.page-template-page-home .home-hero .container .inner .col-r, .error404 .home-hero .container .inner .col-r {
  transform: translateX(8px);
  min-height: calc(100vh);
  max-height: calc(100vh);
  min-height: calc(100dvh);
  max-height: calc(100dvh);
  overflow: hidden;
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.page-template-page-home .home-hero .container .inner .col-r .galerie, .error404 .home-hero .container .inner .col-r .galerie {
  width: 50%;
  height: 100%;
}
.page-template-page-home .home-hero .container .inner .col-r .galerie .image-container, .error404 .home-hero .container .inner .col-r .galerie .image-container {
  height: calc((100vh) / 2);
  padding: 8px;
}
.page-template-page-home .home-hero .container .inner .col-r .galerie .image-container img, .error404 .home-hero .container .inner .col-r .galerie .image-container img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.page-template-page-home .home-hero .container .inner .col-r .galerie.two, .error404 .home-hero .container .inner .col-r .galerie.two {
  transform: rotate(180deg);
}
.page-template-page-home .home-hero .container .inner .col-r .galerie.two img, .error404 .home-hero .container .inner .col-r .galerie.two img {
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .page-template-page-home .home-hero, .error404 .home-hero {
    position: relative;
    top: unset;
  }
  .page-template-page-home .home-hero .container .inner, .error404 .home-hero .container .inner {
    flex-wrap: wrap;
    min-height: 1px;
    max-height: none;
  }
  .page-template-page-home .home-hero .container .inner .col-l, .error404 .home-hero .container .inner .col-l {
    width: 100%;
    padding-right: 0;
    padding-top: 100px;
    padding-bottom: 22px;
  }
  .page-template-page-home .home-hero .container .inner .col-l .t-h1, .error404 .home-hero .container .inner .col-l .t-h1 {
    margin-top: 0;
    max-width: 100%;
    text-align: center;
  }
  .page-template-page-home .home-hero .container .inner .col-l .big-text, .error404 .home-hero .container .inner .col-l .big-text {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .page-template-page-home .home-hero .container .inner .col-l .btns, .error404 .home-hero .container .inner .col-l .btns {
    justify-content: center;
  }
  .page-template-page-home .home-hero .container .inner .col-l .btns .btn-image, .error404 .home-hero .container .inner .col-l .btns .btn-image {
    margin: 10px !important;
  }
  .page-template-page-home .home-hero .container .inner .col-r, .error404 .home-hero .container .inner .col-r {
    transform: none;
    height: auto;
    min-height: 1px;
    width: 100%;
    flex-wrap: wrap;
  }
  .page-template-page-home .home-hero .container .inner .col-r .galerie, .error404 .home-hero .container .inner .col-r .galerie {
    width: 100%;
  }
  .page-template-page-home .home-hero .container .inner .col-r .galerie .image-container, .error404 .home-hero .container .inner .col-r .galerie .image-container {
    height: auto;
  }
  .page-template-page-home .home-hero .container .inner .col-r .galerie .image-container img, .error404 .home-hero .container .inner .col-r .galerie .image-container img {
    aspect-ratio: 1.1428571429;
  }
}
@media (max-width: 767px) {
  .page-template-page-home .home-hero .container .inner .col-l, .error404 .home-hero .container .inner .col-l {
    padding-top: 80px;
    padding-bottom: 12px;
  }
}
.page-template-page-home .chiffres, .error404 .chiffres {
  background-color: #181E86;
  max-height: 100vh;
  max-height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  border-radius: 50px 50px 0 0;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  z-index: 2;
  position: relative;
}
.page-template-page-home .chiffres.sticky, .error404 .chiffres.sticky {
  position: sticky;
  top: 0;
}
@media (max-width: 1024px) {
  .page-template-page-home .chiffres.sticky, .error404 .chiffres.sticky {
    position: relative;
    top: unset;
  }
}
.page-template-page-home .chiffres .container, .error404 .chiffres .container {
  width: 100%;
}
.page-template-page-home .chiffres .container .inner, .error404 .chiffres .container .inner {
  max-height: 70vh;
  max-height: 70dvh;
  min-height: 70vh;
  min-height: 70dvh;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
}
.page-template-page-home .chiffres .container .inner .chiffre-col, .error404 .chiffres .container .inner .chiffre-col {
  position: relative;
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  max-width: 310px;
}
.page-template-page-home .chiffres .container .inner .chiffre-col .chiffre-col--inner, .error404 .chiffres .container .inner .chiffre-col .chiffre-col--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(1) .chiffre-col--inner, .error404 .chiffres .container .inner .chiffre-col:nth-child(1) .chiffre-col--inner {
  z-index: 1;
  transition: all 0.4s ease-in-out;
  transform: scale(0.7) translateY(200%) translateX(-200%);
}
.page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(1) .chiffre-col--inner.active, .error404 .chiffres .container .inner .chiffre-col:nth-child(1) .chiffre-col--inner.active {
  transform: scale(1) translateY(0);
}
.page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(1) .chiffre-col--inner::before, .error404 .chiffres .container .inner .chiffre-col:nth-child(1) .chiffre-col--inner::before {
  content: "";
  position: absolute;
  width: 60vw;
  height: 60vw;
  top: -150px;
  right: -70px;
  transform: rotate(8deg);
  background: #5BC4BF;
  border-radius: 100px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(2) .chiffre-col--inner, .error404 .chiffres .container .inner .chiffre-col:nth-child(2) .chiffre-col--inner {
  transform: scale(0.7) translateY(-200%);
  transition: all 0.4s ease-in-out;
  transition-delay: 0.15s;
  z-index: 2;
}
.page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(2) .chiffre-col--inner.active, .error404 .chiffres .container .inner .chiffre-col:nth-child(2) .chiffre-col--inner.active {
  transform: scale(1) translateY(0);
}
.page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(2) .chiffre-col--inner::before, .error404 .chiffres .container .inner .chiffre-col:nth-child(2) .chiffre-col--inner::before {
  content: "";
  position: absolute;
  width: 68vw;
  height: 68vw;
  bottom: -50px;
  left: 50%;
  transform: translatex(-50%) rotate(45deg);
  background: #C3F4EF;
  border-radius: 100px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(3) .chiffre-col--inner, .error404 .chiffres .container .inner .chiffre-col:nth-child(3) .chiffre-col--inner {
  z-index: 3;
  transition: all 0.4s ease-in-out;
  transform: scale(0.7) translateY(200%) translateX(200%);
  transition-delay: 0.4s;
}
.page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(3) .chiffre-col--inner.active, .error404 .chiffres .container .inner .chiffre-col:nth-child(3) .chiffre-col--inner.active {
  transform: scale(1) translateY(0);
}
.page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(3) .chiffre-col--inner::before, .error404 .chiffres .container .inner .chiffre-col:nth-child(3) .chiffre-col--inner::before {
  content: "";
  position: absolute;
  width: 60vw;
  height: 60vw;
  top: -70px;
  left: -70px;
  transform: rotate(8deg);
  background: #199490;
  border-radius: 100px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.page-template-page-home .chiffres .container .inner .chiffre-col .t-h3, .error404 .chiffres .container .inner .chiffre-col .t-h3 {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 5px;
}
.page-template-page-home .chiffres .container .inner .chiffre-col .text, .error404 .chiffres .container .inner .chiffre-col .text {
  text-align: center;
}
.page-template-page-home .chiffres .container .inner .chiffre-col .text p, .error404 .chiffres .container .inner .chiffre-col .text p {
  color: #FFFFFF;
}
.page-template-page-home .chiffres .container .inner .chiffre-col .chiffre, .error404 .chiffres .container .inner .chiffre-col .chiffre {
  font-family: "Montserrat", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 900;
  line-height: 69px;
  letter-spacing: 2.88px;
  position: relative;
  display: inline-block;
  margin-bottom: 55px;
  transition: all 0.4s;
}
.page-template-page-home .chiffres .container .inner .chiffre-col .chiffre::after, .page-template-page-home .chiffres .container .inner .chiffre-col .chiffre::before, .error404 .chiffres .container .inner .chiffre-col .chiffre::after, .error404 .chiffres .container .inner .chiffre-col .chiffre::before {
  content: "";
  transition: all 0.4s ease-in-out;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  width: 50px;
  height: 50px;
}
.page-template-page-home .chiffres .container .inner .chiffre-col .chiffre::before, .error404 .chiffres .container .inner .chiffre-col .chiffre::before {
  top: -23px;
  left: -28px;
}
.page-template-page-home .chiffres .container .inner .chiffre-col .chiffre::after, .error404 .chiffres .container .inner .chiffre-col .chiffre::after {
  bottom: -27px;
  right: -26px;
  transform: rotate(180deg);
}
.page-template-page-home .chiffres .container .inner .chiffre-col .chiffre:hover, .error404 .chiffres .container .inner .chiffre-col .chiffre:hover {
  transform: scale(1.1);
}
.page-template-page-home .chiffres .container .inner .chiffre-col .chiffre:hover::before, .error404 .chiffres .container .inner .chiffre-col .chiffre:hover::before {
  top: -28px;
  left: -33px;
}
.page-template-page-home .chiffres .container .inner .chiffre-col .chiffre:hover::after, .error404 .chiffres .container .inner .chiffre-col .chiffre:hover::after {
  bottom: -32px;
  right: -31px;
}
.page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(1), .error404 .chiffres .container .inner .chiffre-col:nth-child(1) {
  z-index: 1;
}
.page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(1) .chiffre, .error404 .chiffres .container .inner .chiffre-col:nth-child(1) .chiffre {
  color: #FFFFFF;
}
.page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(1) .chiffre::after, .page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(1) .chiffre::before, .error404 .chiffres .container .inner .chiffre-col:nth-child(1) .chiffre::after, .error404 .chiffres .container .inner .chiffre-col:nth-child(1) .chiffre::before {
  background-image: url("/wp-content/themes/my-little-big-theme-child/assets/img/coin-bleu.svg");
}
.page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(2), .error404 .chiffres .container .inner .chiffre-col:nth-child(2) {
  z-index: 2;
  justify-content: flex-start;
}
.page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(2) .chiffre, .error404 .chiffres .container .inner .chiffre-col:nth-child(2) .chiffre {
  color: #3E4EA6;
}
.page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(2) .chiffre::after, .page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(2) .chiffre::before, .error404 .chiffres .container .inner .chiffre-col:nth-child(2) .chiffre::after, .error404 .chiffres .container .inner .chiffre-col:nth-child(2) .chiffre::before {
  background-image: url("/wp-content/themes/my-little-big-theme-child/assets/img/coin-jaune.svg");
}
.page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(2) .t-h3, .error404 .chiffres .container .inner .chiffre-col:nth-child(2) .t-h3 {
  color: #181E86;
}
.page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(2) .t-h3 span, .error404 .chiffres .container .inner .chiffre-col:nth-child(2) .t-h3 span {
  color: #181E86;
}
.page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(2) .text p, .error404 .chiffres .container .inner .chiffre-col:nth-child(2) .text p {
  color: #181E86;
}
.page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(3), .error404 .chiffres .container .inner .chiffre-col:nth-child(3) {
  z-index: 3;
}
.page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(3) .chiffre, .error404 .chiffres .container .inner .chiffre-col:nth-child(3) .chiffre {
  color: #FFFFFF;
}
.page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(3) .chiffre::after, .page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(3) .chiffre::before, .error404 .chiffres .container .inner .chiffre-col:nth-child(3) .chiffre::after, .error404 .chiffres .container .inner .chiffre-col:nth-child(3) .chiffre::before {
  background-image: url("/wp-content/themes/my-little-big-theme-child/assets/img/coin-rouge.svg");
}
@media (max-width: 1024px) {
  .page-template-page-home .chiffres, .error404 .chiffres {
    max-height: none;
    min-height: 1px;
    background: #FFFFFF;
  }
  .page-template-page-home .chiffres .container .inner, .error404 .chiffres .container .inner {
    padding: 70px 0;
    max-height: none;
    min-height: 1px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-template-page-home .chiffres .container .inner .chiffre-col, .error404 .chiffres .container .inner .chiffre-col {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .page-template-page-home .chiffres .container .inner .chiffre-col .chiffre-col--inner, .error404 .chiffres .container .inner .chiffre-col .chiffre-col--inner {
    padding: 50px;
  }
  .page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(1), .error404 .chiffres .container .inner .chiffre-col:nth-child(1) {
    width: 100%;
    transform: rotate(-1deg);
  }
  .page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(1) .chiffre-col--inner, .error404 .chiffres .container .inner .chiffre-col:nth-child(1) .chiffre-col--inner {
    transform: scale(0.7) translateX(-200%);
    padding: 60px 40px;
  }
  .page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(1) .chiffre-col--inner::before, .error404 .chiffres .container .inner .chiffre-col:nth-child(1) .chiffre-col--inner::before {
    width: 110%;
    height: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 40px;
  }
  .page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(2), .error404 .chiffres .container .inner .chiffre-col:nth-child(2) {
    width: 100%;
    transform: rotate(1deg);
  }
  .page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(2) .chiffre-col--inner, .error404 .chiffres .container .inner .chiffre-col:nth-child(2) .chiffre-col--inner {
    transform: scale(0.7) translateX(200%);
  }
  .page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(2) .chiffre-col--inner::before, .error404 .chiffres .container .inner .chiffre-col:nth-child(2) .chiffre-col--inner::before {
    width: 110%;
    height: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 40px;
  }
  .page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(3), .error404 .chiffres .container .inner .chiffre-col:nth-child(3) {
    width: 100%;
    margin-bottom: 0px;
    transform: rotate(-1deg);
  }
  .page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(3) .chiffre-col--inner, .error404 .chiffres .container .inner .chiffre-col:nth-child(3) .chiffre-col--inner {
    transform: scale(0.7) translateX(-200%);
  }
  .page-template-page-home .chiffres .container .inner .chiffre-col:nth-child(3) .chiffre-col--inner::before, .error404 .chiffres .container .inner .chiffre-col:nth-child(3) .chiffre-col--inner::before {
    width: 110%;
    height: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 40px;
  }
}
.page-template-page-home .mission, .error404 .mission {
  background-color: #FFFFFF;
  overflow: hidden;
  border-radius: 50px 50px 0 0;
  z-index: 3;
  position: relative;
  min-height: calc(100vh + 50px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
}
.page-template-page-home .mission.sticky, .error404 .mission.sticky {
  position: sticky;
  top: 0;
}
@media (max-width: 1024px) {
  .page-template-page-home .mission.sticky, .error404 .mission.sticky {
    position: relative;
    top: unset;
  }
}
.page-template-page-home .mission::before, .error404 .mission::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/my-little-big-theme-child/assets/img/fond-mission.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 1366px) {
  .page-template-page-home .mission::before, .error404 .mission::before {
    left: -300px;
  }
}
@media (max-width: 1024px) {
  .page-template-page-home .mission::before, .error404 .mission::before {
    opacity: 0.1;
  }
}
.page-template-page-home .mission .mission-galerie, .error404 .mission .mission-galerie {
  width: 54vw;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  transform-origin: right;
  position: absolute;
  top: 50%;
  left: -200px;
  transform: translateY(-50%);
}
@media (max-width: 1600px) {
  .page-template-page-home .mission .mission-galerie, .error404 .mission .mission-galerie {
    left: -150px;
  }
}
@media (max-width: 1366px) {
  .page-template-page-home .mission .mission-galerie, .error404 .mission .mission-galerie {
    left: -100px;
  }
}
@media (max-width: 1024px) {
  .page-template-page-home .mission .mission-galerie, .error404 .mission .mission-galerie {
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    margin: 0 auto;
    justify-content: center;
  }
}
.page-template-page-home .mission .mission-galerie .image-container, .error404 .mission .mission-galerie .image-container {
  margin: 8px;
  width: calc(33% - 16px);
  background-size: cover;
  background-position: center;
  aspect-ratio: 1;
  height: auto;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .page-template-page-home .mission .mission-galerie .image-container, .error404 .mission .mission-galerie .image-container {
    width: calc(50% - 16px);
    margin: 8px !important;
  }
}
.page-template-page-home .mission .mission-galerie .image-container:hover, .error404 .mission .mission-galerie .image-container:hover {
  z-index: 2;
}
.page-template-page-home .mission .mission-galerie .image-container:nth-child(odd):hover, .error404 .mission .mission-galerie .image-container:nth-child(odd):hover {
  transform: scale(1.1) rotate(3deg);
}
.page-template-page-home .mission .mission-galerie .image-container:nth-child(even):hover, .error404 .mission .mission-galerie .image-container:nth-child(even):hover {
  transform: scale(1.1) rotate(-3deg);
}
.page-template-page-home .mission .mission-galerie .image-container:nth-child(1), .error404 .mission .mission-galerie .image-container:nth-child(1) {
  margin-left: -50px;
}
@media (max-width: 1024px) {
  .page-template-page-home .mission .mission-galerie .image-container:nth-child(1), .error404 .mission .mission-galerie .image-container:nth-child(1) {
    margin-left: -15px;
  }
}
@media (max-width: 1024px) {
  .page-template-page-home .mission .mission-galerie .image-container:nth-child(6), .error404 .mission .mission-galerie .image-container:nth-child(6) {
    margin-right: -15px;
  }
}
.page-template-page-home .mission .container .inner, .error404 .mission .container .inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.page-template-page-home .mission .container .inner .col-l, .error404 .mission .container .inner .col-l {
  width: 50%;
}
.page-template-page-home .mission .container .inner .col-r, .error404 .mission .container .inner .col-r {
  width: 50%;
  max-width: 700px;
  margin-right: auto;
}
.page-template-page-home .mission .container .inner .col-r .t-h2, .error404 .mission .container .inner .col-r .t-h2 {
  margin-bottom: 20px;
  margin-top: 55px;
}
.page-template-page-home .mission .container .inner .col-r .text, .error404 .mission .container .inner .col-r .text {
  margin-bottom: 74px;
}
.page-template-page-home .mission .container .inner .col-r .text p, .error404 .mission .container .inner .col-r .text p {
  color: #222222;
}
.page-template-page-home .mission .container .inner .col-r .points, .error404 .mission .container .inner .col-r .points {
  margin-left: 60px;
}
.page-template-page-home .mission .container .inner .col-r .points .point, .error404 .mission .container .inner .col-r .points .point {
  display: flex;
  width: fit-content;
  align-items: center;
  margin-bottom: 28px;
  justify-content: center;
  padding: 24px 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.6px;
  border-radius: 30px;
  transition: all 0.4s;
}
.page-template-page-home .mission .container .inner .col-r .points .point span, .error404 .mission .container .inner .col-r .points .point span {
  display: inline-block;
  padding-left: 14px;
}
.page-template-page-home .mission .container .inner .col-r .points .point:hover, .error404 .mission .container .inner .col-r .points .point:hover {
  border-radius: 100px;
}
.page-template-page-home .mission .container .inner .col-r .points .point:nth-child(3n+1), .error404 .mission .container .inner .col-r .points .point:nth-child(3n+1) {
  background: #C3F4EF;
}
.page-template-page-home .mission .container .inner .col-r .points .point:nth-child(3n+1) span, .error404 .mission .container .inner .col-r .points .point:nth-child(3n+1) span {
  color: #199490;
}
.page-template-page-home .mission .container .inner .col-r .points .point:nth-child(3n+1) svg, .error404 .mission .container .inner .col-r .points .point:nth-child(3n+1) svg {
  fill: #199490;
}
.page-template-page-home .mission .container .inner .col-r .points .point:nth-child(3n+2), .error404 .mission .container .inner .col-r .points .point:nth-child(3n+2) {
  background: #FFC5CF;
}
.page-template-page-home .mission .container .inner .col-r .points .point:nth-child(3n+2) span, .error404 .mission .container .inner .col-r .points .point:nth-child(3n+2) span {
  color: #F94E5A;
}
.page-template-page-home .mission .container .inner .col-r .points .point:nth-child(3n+2) svg, .error404 .mission .container .inner .col-r .points .point:nth-child(3n+2) svg {
  fill: #F94E5A;
}
.page-template-page-home .mission .container .inner .col-r .points .point:nth-child(3n+3), .error404 .mission .container .inner .col-r .points .point:nth-child(3n+3) {
  background: #FFF5C0;
}
.page-template-page-home .mission .container .inner .col-r .points .point:nth-child(3n+3) span, .error404 .mission .container .inner .col-r .points .point:nth-child(3n+3) span {
  color: #DD9400;
}
.page-template-page-home .mission .container .inner .col-r .points .point:nth-child(3n+3) svg, .error404 .mission .container .inner .col-r .points .point:nth-child(3n+3) svg {
  fill: #DD9400;
}
@media (max-width: 1024px) {
  .page-template-page-home .mission .container .inner, .error404 .mission .container .inner {
    flex-direction: column-reverse;
    min-height: 1px;
    max-height: none;
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .page-template-page-home .mission .container .inner .col-l, .error404 .mission .container .inner .col-l {
    width: 100%;
  }
  .page-template-page-home .mission .container .inner .col-r, .error404 .mission .container .inner .col-r {
    width: 100%;
    margin-right: 0;
  }
  .page-template-page-home .mission .container .inner .col-r .t-h2, .error404 .mission .container .inner .col-r .t-h2 {
    margin-top: 0;
    text-align: center;
  }
  .page-template-page-home .mission .container .inner .col-r .text, .error404 .mission .container .inner .col-r .text {
    margin-bottom: 30px;
    text-align: center;
  }
  .page-template-page-home .mission .container .inner .col-r .points, .error404 .mission .container .inner .col-r .points {
    margin-bottom: 50px;
    margin-left: 0;
  }
  .page-template-page-home .mission .container .inner .col-r .points .point, .error404 .mission .container .inner .col-r .points .point {
    margin: 0 auto 20px auto;
    padding: 20px 40px;
  }
}
.page-template-page-home .conseil-d-administration, .error404 .conseil-d-administration {
  border-radius: 50px 50px 0 0;
  overflow: hidden;
  min-height: calc(100vh + 50px);
  min-height: calc(100dvh + 50px);
  margin-top: -50px;
  background: #C6232E;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 4;
}
.page-template-page-home .conseil-d-administration.sticky, .error404 .conseil-d-administration.sticky {
  position: sticky;
  top: 0;
}
@media (max-width: 1024px) {
  .page-template-page-home .conseil-d-administration.sticky, .error404 .conseil-d-administration.sticky {
    position: relative;
    top: unset;
  }
}
.page-template-page-home .conseil-d-administration .ca_img, .error404 .conseil-d-administration .ca_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 457px;
  height: 416px;
  z-index: 1;
  transform-origin: bottom left;
  transition: all 0.4s ease-in-out;
}
.page-template-page-home .conseil-d-administration .container, .error404 .conseil-d-administration .container {
  position: relative;
  z-index: 2;
  width: 100%;
}
.page-template-page-home .conseil-d-administration .container .inner, .error404 .conseil-d-administration .container .inner {
  max-width: 1140px;
}
.page-template-page-home .conseil-d-administration .container .inner .t-h2, .error404 .conseil-d-administration .container .inner .t-h2 {
  color: #FFC5CF;
  margin-bottom: 40px;
  text-align: center;
  transition: all 0.4s;
}
.page-template-page-home .conseil-d-administration .container .inner .t-h2:hover, .error404 .conseil-d-administration .container .inner .t-h2:hover {
  transform: skew(-2deg) scale(1.05);
}
.page-template-page-home .conseil-d-administration .container .inner .membres, .error404 .conseil-d-administration .container .inner .membres {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-template-page-home .conseil-d-administration .container .inner .membres .membre, .error404 .conseil-d-administration .container .inner .membres .membre {
  margin: 10px;
  padding: 20px 30px;
  width: calc(33.33% - 20px);
  border-radius: 18px;
  background-color: #F94E5A;
  transition: all 0.4s;
}
.page-template-page-home .conseil-d-administration .container .inner .membres .membre:hover, .error404 .conseil-d-administration .container .inner .membres .membre:hover {
  transform: translateY(-5px);
}
.page-template-page-home .conseil-d-administration .container .inner .membres .membre .t-h3, .error404 .conseil-d-administration .container .inner .membres .membre .t-h3 {
  color: #FFC5CF;
  margin-bottom: 13px;
}
.page-template-page-home .conseil-d-administration .container .inner .membres .membre .info, .error404 .conseil-d-administration .container .inner .membres .membre .info {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 3px;
}
.page-template-page-home .conseil-d-administration .container .inner .membres .membre .info svg, .error404 .conseil-d-administration .container .inner .membres .membre .info svg {
  transform: translateY(2px);
  width: 17px;
  height: 17px;
}
.page-template-page-home .conseil-d-administration .container .inner .membres .membre .info span, .error404 .conseil-d-administration .container .inner .membres .membre .info span {
  width: calc(100% - 17px);
  display: inline-block;
  padding-left: 11px;
  color: #FFC5CF;
}
@media (max-width: 1200px) {
  .page-template-page-home .conseil-d-administration .container .inner .t-h2, .error404 .conseil-d-administration .container .inner .t-h2 {
    margin-bottom: 40px;
  }
  .page-template-page-home .conseil-d-administration .container .inner .membre, .error404 .conseil-d-administration .container .inner .membre {
    padding: 20px;
  }
  .page-template-page-home .conseil-d-administration .container .inner .membre .t-h3, .error404 .conseil-d-administration .container .inner .membre .t-h3 {
    margin-bottom: 8px;
  }
}
@media (max-width: 1024px) {
  .page-template-page-home .conseil-d-administration, .error404 .conseil-d-administration {
    max-height: none;
    min-height: 1px;
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .page-template-page-home .conseil-d-administration .container .inner .t-h2, .error404 .conseil-d-administration .container .inner .t-h2 {
    margin-bottom: 30px;
  }
  .page-template-page-home .conseil-d-administration .container .inner .membres .membre, .error404 .conseil-d-administration .container .inner .membres .membre {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (max-width: 700px) {
  .page-template-page-home .conseil-d-administration .container .inner .membres .membre, .error404 .conseil-d-administration .container .inner .membres .membre {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.grecaptcha-badge {
  display: none !important;
}
.content-section {
  padding-top: 130px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .content-section {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .content-section {
    padding-top: 100px;
  }
}
.content-section h1, .content-section h2, .content-section h3, .content-section h4, .content-section h5, .content-section h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-top: 10px;
}
.content-section h1 {
  font-size: 30px;
  text-decoration: underline;
}
.content-section h2 {
  font-size: 22px;
}
.content-section p, .content-section li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
}
.content-section ul {
  list-style-type: initial;
  margin-bottom: 20px;
  padding-left: 20px;
}
.content-section ol {
  margin-bottom: 20px;
  list-style-type: decimal;
  padding-left: 20px;
}
.content-section a {
  color: #5BC4BF;
}
.content-section a:hover {
  color: #199490;
}
.content-section #cmplz-document {
  max-width: 100%;
}
.content-section #cmplz-document p, .content-section #cmplz-document li {
  font-size: 18px;
}
.content-section #cmplz-document h2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 40px;
}
.content-section #cmplz-document .cmplz-category-title {
  font-size: 19px;
}
