@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
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/**
 * 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;
  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 {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media screen and (max-width: 1023px) {
  html {
    scroll-padding-top: 70px;
  }
}
.ph {
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 1200px) {
  .ph {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1024px) {
  .ph {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .ph {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pt {
  padding-top: 120px;
}
@media (max-width: 1024px) {
  .pt {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .pt {
    padding-top: 40px;
  }
}
.pb {
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .pb {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .pb {
    padding-bottom: 40px;
  }
}
.pv {
  padding-top: 120px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1600px) {
  .pv {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .pv {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .pv {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.pv-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .pv-50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .pv-50 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.mt-none {
  padding-top: 0 !important;
}
.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;
  }
}
.shadow {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
}
h1, .t-h1 {
  font-family: "Public Sans";
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: 112%;
}
h1 strong, .t-h1 strong {
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  h1, .t-h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1023px) {
  h1, .t-h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  h1, .t-h1 {
    font-size: 36px;
  }
}
h2, .t-h2 {
  font-family: "Public Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 109.524%;
  color: #000000;
}
h2 strong, .t-h2 strong {
  font-weight: 600;
}
@media screen and (max-width: 1600px) {
  h2, .t-h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  h2, .t-h2 {
    font-size: 30px;
  }
}
h3, .t-h3 {
  font-family: "Public Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  color: #000000;
}
@media screen and (max-width: 1600px) {
  h3, .t-h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  h3, .t-h3 {
    font-size: 24px;
  }
}
h4, .t-h4 {
  font-family: "Public Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 112%;
  color: #000000;
}
@media screen and (max-width: 1600px) {
  h4, .t-h4 {
    font-size: 20px;
  }
}
.accent-text {
  font-family: "Public Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (max-width: 1600px) {
  .accent-text {
    font-size: 22px;
  }
}
.t-accent {
  color: #99CC1B;
}
.label {
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (max-width: 1600px) {
  .label {
    font-size: 16px;
  }
}
.t-green {
  color: #99CC1B;
}
p, .content-text {
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1600px) {
  p, .content-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  p, .content-text {
    font-size: 16px;
  }
}
main ul li {
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  padding-left: 40px;
  margin-bottom: 13px;
}
@media screen and (max-width: 1600px) {
  main ul li {
    padding-left: 30px;
    font-size: 17px;
  }
}
@media screen and (max-width: 1023px) {
  main ul li {
    padding-left: 30px;
    font-size: 16px;
  }
}
main ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 25px;
  height: 4px;
  background-color: #99CC1B;
}
@media screen and (max-width: 1600px) {
  main ul li::before {
    top: 12px;
    width: 20px;
    height: 3px;
  }
}
@media screen and (max-width: 1023px) {
  main ul li::before {
    top: 12px;
    width: 20px;
    height: 3px;
  }
}
main ol li {
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  padding-left: 10px;
  margin-bottom: 13px;
}
@media screen and (max-width: 1023px) {
  main ol li {
    padding-left: 30px;
    font-size: 16px;
  }
}
main ol li::marker {
  color: #99CC1B;
  font-weight: 700;
}
main ul {
  list-style: none;
  padding-left: 0;
}
main ul:not(:last-child) {
  margin-bottom: 34px;
}
main ol {
  list-style: decimal;
  padding-left: 30px;
}
main ol:not(:last-child) {
  margin-bottom: 34px;
}
main a:not(.btn) {
  color: #99CC1B;
  text-decoration: none;
  font-weight: 500;
}
main a:not(.btn):visited, main a:not(.btn):active, main a:not(.btn):focus {
  color: #99CC1B;
}
main a:not(.btn):hover {
  text-decoration: underline;
}
strong, b {
  font-weight: 500;
}
header li a {
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.54px;
  text-decoration: none;
}
.t-white {
  color: #FFFFFF;
}
.btn {
  padding: 22px;
  display: inline-flex;
  align-items: center;
  column-gap: 13px;
  justify-content: center;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.54px;
  text-decoration: none;
  padding: 18px;
  border-radius: 8px;
  font-size: 19px;
  font-weight: 300;
  border: 1px solid transparent;
  padding-right: 50px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .btn {
    font-size: 16px;
    padding: 18px;
    padding-right: 30px;
  }
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background-color: #000000;
}
@media screen and (max-width: 1023px) {
  .btn::after {
    width: 12px;
    right: 10px;
  }
}
.btn.primary {
  background-color: #99CC1B;
  color: #000000;
  border-color: #000000;
}
.btn.primary:hover {
  background-color: #FFFFFF;
  color: #000000;
  border-color: #99CC1B;
}
.btn.secondary {
  background-color: #FFFFFF;
  color: #000000;
  border-color: #000000;
}
.btn.secondary:hover {
  background-color: #FFFFFF;
  color: #000000;
  border-color: #99CC1B;
}
header .btn, footer .btn {
  border-color: transparent !important;
  padding-right: 18px;
}
header .btn::after, footer .btn::after {
  display: none;
}
.row {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1600px) {
  .row {
    max-width: 1200px;
  }
}
.editor-content .row {
  max-width: 1400px;
  position: relative;
}
.editor-content .row:before {
  content: "";
  position: absolute;
  top: 0;
  left: -240px;
  width: 200px;
  height: 50px;
  background-size: contain;
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/decoration.svg);
}
.editor-content p:not(:last-child) {
  margin-bottom: 20px;
}
.editor-content h2, .editor-content h3, .editor-content h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.error-404-page .hero, .merci-page .hero {
  background-size: cover;
}
.error-404-page .content, .merci-page .content {
  align-items: flex-start;
  color: #FFFFFF;
}
.error-404-page .content .t-h3, .merci-page .content .t-h3 {
  color: #FFFFFF;
  margin-top: 20px;
}
.error-404-page .content p, .merci-page .content p {
  margin-top: 20px;
}
.error-404-page .btn, .merci-page .btn {
  margin-top: 40px;
}
.content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-bottom: 36px;
}
@media screen and (max-width: 1600px) {
  .content h2, .content h3, .content h4, .content h5, .content h6 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .content h2, .content h3, .content h4, .content h5, .content h6 {
    margin-bottom: 18px;
  }
}
.content p:not(:last-child) {
  margin-bottom: 36px;
}
@media screen and (max-width: 1600px) {
  .content p:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .content p:not(:last-child) {
    margin-bottom: 18px;
  }
}
.noscroll {
  overflow: hidden;
}
/* Back to Top Button Style */
#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  width: 40px;
  height: 40px;
  background-color: #262626;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  border-radius: 50%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
#back-to-top svg {
  transform: rotate(180deg);
}
#back-to-top:hover {
  background-color: #99CC1B;
}
/* Search page */
.search-page .blogue-post-thumbnail {
  min-height: 350px;
}
@media screen and (max-width: 1023px) {
  .search-page .blogue-post-thumbnail {
    min-height: 250px;
  }
}
.search-page .blogue-post-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.no-results .search-form {
  margin-top: 40px;
  /* clears the ‘X’ from Internet Explorer */
  /* clears the ‘X’ from Chrome */
}
.no-results .search-form input[type="search"] {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  padding: 10px 20px;
  border-radius: 100px 0 0 100px;
  color: #FFFFFF;
}
.no-results .search-form input[type="search"]::placeholder {
  color: #99CC1B;
}
.no-results .search-form input[type="search"]:focus {
  outline: none;
}
@media screen and (max-width: 767px) {
  .no-results .search-form input[type="search"] {
    width: 100%;
    border-radius: 100px;
  }
}
.no-results .search-form input[type="submit"] {
  margin-left: -5px;
  background-color: #99CC1B;
  color: #000000;
  border: 1px solid #99CC1B;
  padding: 14px 20px;
  border-radius: 0 100px 100px 0;
  cursor: pointer;
}
.no-results .search-form input[type="submit"]:hover {
  background-color: #FFFFFF;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .no-results .search-form input[type="submit"] {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
    border-radius: 100px;
  }
}
.no-results .search-form input[type=search]::-ms-clear {
  filter: invert(1) brightness(100) grayscale(1);
}
.no-results .search-form input[type=search]::-ms-reveal {
  filter: invert(1) brightness(100) grayscale(1);
}
.no-results .search-form input[type="search"]::-webkit-search-decoration, .no-results .search-form input[type="search"]::-webkit-search-cancel-button, .no-results .search-form input[type="search"]::-webkit-search-results-button, .no-results .search-form input[type="search"]::-webkit-search-results-decoration {
  filter: invert(1) brightness(100) grayscale(1);
}
#cmplz-document {
  max-width: 100%;
  font-family: "Roboto";
}
#cmplz-document ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
#cmplz-document .cmplz-category-title {
  font-size: 18px;
  font-family: "Public Sans";
  color: #000000;
}
.cmplz-cookiebanner {
  font-family: "Roboto";
}
.cmplz-cookiebanner .cmplz-title {
  font-family: "Public Sans";
  color: #000000;
}
.bloc-catalogue .titre-section {
  text-align: center;
}
.bloc-catalogue .catalogues {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.logged-in .header {
  top: 32px;
}
.logged-in .header.nav-up {
  transform: translateY(-200%);
}
.header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
.header.sticky {
  background-color: #262626;
}
.header.nav-up {
  transform: translateY(-100%);
}
.header.nav-down {
  transform: translateY(0);
}
.header .phone {
  font-weight: 500;
}
.header .container .row .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0 0;
}
.header .container .row .content .logo {
  max-width: 200px;
}
.header .container .row .content .logo img {
  max-width: 100%;
}
@media screen and (max-width: 1300px) {
  .header .container .row .content .logo {
    max-width: 150px;
  }
}
@media screen and (max-width: 1260px) {
  .header .container .row .content .logo {
    max-width: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .header .container .row .content .logo {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .header .container .row .content .logo {
    max-width: 100px;
  }
}
.header .container .row .content .col-r {
  position: relative;
}
.header .container .row .content .col-r .row-top {
  display: flex;
  align-items: center;
  column-gap: 20px;
  justify-content: flex-end;
  padding-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .header .container .row .content .col-r .row-top {
    padding-bottom: 0;
  }
}
.header .container .row .content .col-r .row-top a {
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .header .container .row .content .col-r .row-top .social-media, .header .container .row .content .col-r .row-top .separator, .header .container .row .content .col-r .row-top .language-switcher {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .header .container .row .content .col-r .search-bar {
    display: none;
  }
}
.header .container .row .content .col-r .row-bottom {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
.header .container .row .content .desktop-menu .menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.header .container .row .content .desktop-menu .menu > .menu-item {
  margin-right: 30px;
}
.header .container .row .content .desktop-menu .menu > .menu-item:hover a {
  color: #99CC1B;
}
.header .container .row .content .desktop-menu .menu > .menu-item .second-level {
  position: relative;
}
.header .container .row .content .desktop-menu .menu > .menu-item .second-level .sub-menu {
  display: none !important;
}
.header .container .row .content .desktop-menu .menu > .menu-item .second-level:hover .sub-menu {
  display: block !important;
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  left: 100%;
  border-top: none;
}
.header .container .row .content .desktop-menu .menu > .menu-item .second-level:hover .sub-menu li {
  background-color: #F7F7F7;
}
.header .container .row .content .desktop-menu .menu > .menu-item.current-menu-item {
  position: relative;
}
.header .container .row .content .desktop-menu .menu > .menu-item.current-menu-item::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #99CC1B;
  content: "";
  left: 0;
  bottom: 25px;
  position: absolute;
}
.header .container .row .content .desktop-menu .menu > .menu-item.current-page-ancestor, .header .container .row .content .desktop-menu .menu > .menu-item.current-menu-ancestor {
  position: relative;
}
.header .container .row .content .desktop-menu .menu > .menu-item.current-page-ancestor::after, .header .container .row .content .desktop-menu .menu > .menu-item.current-menu-ancestor::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #99CC1B;
  content: "";
  left: 0;
  bottom: 25px;
  position: absolute;
}
.header .container .row .content .desktop-menu .menu > .menu-item a {
  padding: 20px 0 42px;
  position: relative;
  color: #FFFFFF;
  display: inline-block;
}
.header .container .row .content .desktop-menu .menu > .menu-item a:focus {
  outline: none;
}
.header .container .row .content .desktop-menu .menu > .menu-item:last-child {
  margin-right: 0;
}
.header .container .row .content .desktop-menu .menu > .menu-item.menu-item-has-children {
  position: relative;
}
.header .container .row .content .desktop-menu .menu > .menu-item.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
  border-top: 3px solid #99CC1B;
}
.header .container .row .content .desktop-menu .menu > .menu-item.menu-item-has-children .sub-menu > .menu-item {
  margin-right: 0;
  background-color: #ffffff;
}
.header .container .row .content .desktop-menu .menu > .menu-item.menu-item-has-children .sub-menu > .menu-item a {
  padding: 10px 20px;
  display: block;
  color: #000000;
  font-weight: 400;
  white-space: nowrap;
  position: relative;
  border-bottom: solid 1px #99CC1B;
}
.header .container .row .content .desktop-menu .menu > .menu-item.menu-item-has-children .sub-menu > .menu-item a::before {
  content: "- ";
}
.header .container .row .content .desktop-menu .menu > .menu-item.menu-item-has-children .sub-menu > .menu-item a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.header .container .row .content .desktop-menu .menu > .menu-item.menu-item-has-children .sub-menu > .menu-item a:hover {
  background-color: #99CC1B;
  color: #FFFFFF;
}
.header .container .row .content .desktop-menu .menu > .menu-item.menu-item-has-children .sub-menu > .menu-item a:hover::before {
  opacity: 1;
}
.header .container .row .content .desktop-menu .menu > .menu-item.menu-item-has-children > a {
  width: 100%;
  padding-right: 17px;
}
.header .container .row .content .desktop-menu .menu > .menu-item.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 27px;
  right: 0;
  width: 12px;
  height: 8px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/my-little-big-theme-child/assets/icons/chevron-down.svg");
}
.header .container .row .content .desktop-menu .menu > .menu-item.menu-item-has-children.active a::after {
  transform: scaleY(-1);
}
.header .container .row .content .desktop-menu .menu > .menu-item.menu-item-has-children.active .sub-menu {
  display: block;
}
.header .container .row .content .desktop-menu .menu > .menu-item.menu-item-has-children:hover .sub-menu {
  display: block;
}
.header .container .row .content .desktop-menu .menu > .menu-item.menu-item-has-children:hover a::after {
  transform: scaleY(-1);
}
.header .container .row .content .desktop-menu .menu > .menu-item.menu-produits {
  color: #99CC1B;
}
.header .container .row .content .desktop-menu .menu > .menu-item.menu-produits > a {
  width: 100%;
  padding-right: 17px;
}
.header .container .row .content .desktop-menu .menu > .menu-item.menu-produits > a::after {
  content: "";
  position: absolute;
  top: 27px;
  right: 0;
  width: 12px;
  height: 8px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/my-little-big-theme-child/assets/icons/chevron-down.svg");
}
.header .container .row .content .desktop-menu .menu > .menu-item.menu-produits:hover a::after {
  transform: scaleY(-1);
}
.header .container .row .content .menu-mobile, .header .container .row .content .open-menu {
  display: none;
}
.header .container .row .content .btn {
  margin-bottom: 22px;
  font-size: 16px;
}
.header .search-bar {
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  /* clears the ‘X’ from Internet Explorer */
  /* clears the ‘X’ from Chrome */
}
.header .search-bar form {
  display: flex;
  align-items: center;
}
.header .search-bar input {
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  padding: 5px 20px;
  width: 160px;
  font-size: 14px;
}
.header .search-bar input::placeholder {
  color: #FFFFFF;
}
.header .search-bar input:focus {
  outline: none;
}
.header .search-bar input[type=search]::-ms-clear {
  filter: invert(1) brightness(100) grayscale(1);
}
.header .search-bar input[type=search]::-ms-reveal {
  filter: invert(1) brightness(100) grayscale(1);
}
.header .search-bar input[type="search"]::-webkit-search-decoration, .header .search-bar input[type="search"]::-webkit-search-cancel-button, .header .search-bar input[type="search"]::-webkit-search-results-button, .header .search-bar input[type="search"]::-webkit-search-results-decoration {
  filter: invert(1) brightness(100) grayscale(1);
}
.header .search-bar button {
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  padding: 5px 20px;
  cursor: pointer;
}
.header .search-bar button svg {
  width: 14px;
  height: 14px;
}
.header .social-media {
  display: flex;
  column-gap: 10px;
  align-items: flex-end;
}
.header .separator {
  height: 2px;
  display: flex;
  align-items: center;
}
.header .separator svg line {
  stroke: #FFFFFF;
}
.header .language-switcher {
  font-family: "Roboto";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.45px;
}
.header .language-switcher a {
  color: #FFFFFF;
  text-decoration: none;
}
.header .megamenu-produits {
  border-top: 3px solid #99CC1B;
  background-color: #FFFFFF;
  position: absolute;
  top: 100%;
  width: 100%;
  right: 0;
  max-width: 1420px;
  display: none;
}
.header .megamenu-produits.active {
  display: block;
}
.header .megamenu-produits .menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 0;
}
.header .megamenu-produits .menu a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #99CC1B;
}
.header .megamenu-produits .menu a:hover {
  background-color: #99CC1B;
  color: #FFFFFF;
}
.header .megamenu-produits .menu ul {
  margin-left: 0;
  padding-left: 0;
}
.header .megamenu-produits .menu ul a {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  color: #000000;
  display: block;
}
@media (max-width: 1200px) {
  .header .container .row .content {
    padding: 15px 0;
  }
  .header .container .row .content .desktop-menu {
    display: none;
  }
  .header .container .row .content .btn.desktop {
    display: none;
  }
  .header .container .row .content .menu-mobile {
    transform: translateX(101%);
    position: fixed;
    padding: 30px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 100vh;
    height: 100dvh;
    background: #262626;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
  }
  .header .container .row .content .menu-mobile.active {
    transform: translateX(0);
  }
  .header .container .row .content .menu-mobile .close-menu {
    position: absolute;
    top: 39px;
    right: 30px;
    width: 50px;
    height: 30px;
    overflow: visible;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header .container .row .content .menu-mobile .close-menu .line {
    width: 100%;
    height: 1px;
    background-color: beige;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-origin: center;
  }
  .header .container .row .content .menu-mobile .close-menu .line:first-child {
    transform: rotate(30deg);
  }
  .header .container .row .content .menu-mobile .close-menu .line:last-child {
    transform: rotate(-30deg);
  }
  .header .container .row .content .menu-mobile .close-menu:hover .line:first-child {
    transform: rotate(25deg);
  }
  .header .container .row .content .menu-mobile .close-menu:hover .line:last-child {
    transform: rotate(-25deg);
  }
  .header .container .row .content .menu-mobile .social-media {
    margin: 20px 0;
  }
  .header .container .row .content .menu-mobile .menu-header-container, .header .container .row .content .menu-mobile .menu-header-en-container {
    width: 100%;
    margin: 0;
    max-width: 100%;
    padding: 0 25px;
    margin: 20px auto;
    max-height: calc(100vh - 400px);
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header .container .row .content .menu-mobile .menu-header-container::-webkit-scrollbar, .header .container .row .content .menu-mobile .menu-header-en-container::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
  .header .container .row .content .menu-mobile .menu-header-container .menu, .header .container .row .content .menu-mobile .menu-header-container .sub-menu, .header .container .row .content .menu-mobile .menu-header-en-container .menu, .header .container .row .content .menu-mobile .menu-header-en-container .sub-menu {
    margin: 0 !important;
    padding: 0 !important;
  }
  .header .container .row .content .menu-mobile .search-bar {
    margin: 20px 0;
  }
  .header .container .row .content .menu-mobile .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    width: 100%;
    text-align: center;
  }
  .header .container .row .content .menu-mobile .menu > .menu-item {
    width: 100%;
    margin: 0;
    padding: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header .container .row .content .menu-mobile .menu > .menu-item:last-child {
    border-bottom: none;
  }
  .header .container .row .content .menu-mobile .menu > .menu-item a {
    color: #FFFFFF;
    padding: 5px;
    display: inline-block;
  }
  .header .container .row .content .menu-mobile .menu > .menu-item.menu-item-has-children {
    position: relative;
  }
  .header .container .row .content .menu-mobile .menu > .menu-item.menu-item-has-children > a {
    width: 100%;
    text-align: center;
  }
  .header .container .row .content .menu-mobile .menu > .menu-item.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 0px;
    width: 10px;
    height: 10px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/my-little-big-theme-child/assets/icons/chevron-down.svg");
  }
  .header .container .row .content .menu-mobile .menu > .menu-item.menu-item-has-children .sub-menu {
    display: none;
    margin: 0;
    padding: 0 !important;
  }
  .header .container .row .content .menu-mobile .menu > .menu-item.menu-item-has-children .sub-menu > .menu-item {
    margin-right: 0;
    background-color: #262626;
  }
  .header .container .row .content .menu-mobile .menu > .menu-item.menu-item-has-children .sub-menu > .menu-item a {
    text-align: center;
    padding: 5px;
    display: block;
    color: #99CC1B;
    white-space: nowrap;
    position: relative;
    text-transform: initial;
    font-weight: 300;
  }
  .header .container .row .content .menu-mobile .menu > .menu-item.menu-item-has-children.active > a::after {
    transform: scaleY(-1);
  }
  .header .container .row .content .menu-mobile .menu > .menu-item.menu-item-has-children.active .sub-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header .container .row .content .open-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 25px;
    width: 50px;
    cursor: pointer;
  }
  .header .container .row .content .open-menu .line {
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    transition: all 0.3s ease-in-out;
  }
  .header .container .row .content .open-menu .line:first-child {
    transform-origin: right;
  }
  .header .container .row .content .open-menu .line:last-child {
    transform-origin: left;
  }
  .header .container .row .content .open-menu:hover .line:first-child, .header .container .row .content .open-menu:hover .line:last-child {
    transform: scaleX(0.8);
  }
}
@media screen and (max-width: 1200px) and (max-width: 767px) {
  .header .container .row .content {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .header .container .row .content .menu-mobile {
    padding: 30px 15px;
  }
  .header .container .row .content .menu-mobile .close-menu {
    top: 39px;
    right: 15px;
  }
  .header .container .row .content .menu-mobile .menu {
    padding: 15px 0;
  }
}
.footer {
  background-color: #000000;
  padding-top: 60px;
  padding-bottom: 40px;
  border-top: solid 7px #99CC1B;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .footer {
    padding-bottom: 30px;
    padding-top: 60px;
  }
}
.footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 250px;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/m_totm_footer.webp);
}
.footer .main-row {
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 50px;
  column-gap: 30px;
}
.footer .main-row .col p {
  font-size: 16px;
}
.footer .main-row .col-1 {
  width: 300px;
}
.footer .main-row .col-2 {
  width: 150px;
}
.footer .main-row .col-3 {
  width: 210px;
}
.footer .main-row .col-4 {
  width: 170px;
}
.footer .main-row .footer-reviews {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.footer .main-row .footer-reviews img {
  display: block;
  width: 150px;
  height: auto;
  margin-bottom: 8px;
}
.footer .main-row .footer-reviews span {
  font-size: 14px;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 1200px) {
  .footer .main-row .col-1, .footer .main-row .col-2, .footer .main-row .col-3, .footer .main-row .col-4 {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .footer .main-row .col-1, .footer .main-row .col-2, .footer .main-row .col-3, .footer .main-row .col-4 {
    width: 100%;
  }
}
.footer .logo {
  max-width: 100%;
  width: 220px;
  display: inline-block;
}
.footer .logo img {
  width: 100%;
}
.footer .slogan {
  width: 100%;
  max-width: 300px;
  color: #FFFFFF;
  font-size: 14px;
  margin-top: 18px;
  margin-bottom: 18px;
}
.footer .contact-information :not(:last-child) {
  margin-bottom: 28px;
}
.footer .contact-information a {
  color: #FFFFFF;
}
.footer .contact-information a:hover {
  color: #99CC1B;
}
.footer .title {
  display: block;
  margin-bottom: 24px;
}
.footer .social-media {
  display: flex;
  column-gap: 16px;
  row-gap: 16px;
  margin-bottom: 45px;
  flex-wrap: wrap;
}
.footer .social-media a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #FFFFFF;
}
.footer .social-media a:hover {
  border-color: #99CC1B;
}
.footer .certs {
  display: flex;
  column-gap: 16px;
  flex-wrap: wrap;
  row-gap: 34px;
}
.footer .certs a {
  display: block;
}
.footer .certs img {
  width: 200px;
  height: auto;
  object-fit: contain;
  display: block;
}
.footer .credits-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .footer .credits-container {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 20px;
  }
}
.footer .credits-container .credits {
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .footer .credits-container .credits {
    text-align: center;
    font-size: 14px;
  }
}
.footer .credits-container .credits a {
  color: #FFF;
}
.footer .credits-container .credits a:hover {
  color: #99CC1B;
}
.footer .credits-container .legal {
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.footer .credits-container .legal a {
  color: #FFF;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.footer .credits-container .legal a:hover {
  color: #99CC1B;
}
.footer .credits-container .legal ul {
  display: flex;
  column-gap: 10px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media screen and (max-width: 767px) {
  .footer .credits-container .legal ul {
    flex-direction: column;
  }
}
.footer .credits-container .legal ul li:not(:last-child) {
  position: relative;
}
.footer .credits-container .legal ul li:not(:last-child):after {
  content: "-";
  position: relative;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .footer .credits-container .legal ul li:not(:last-child):after {
    display: none;
  }
}
.footer .creative_mention-container .creative-mention {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .footer .creative_mention-container .creative-mention {
    max-width: calc(100% - 100px);
  }
}
.footer .creative_mention-container .creative-mention p {
  margin-top: 40px;
  font-size: 13px;
  line-height: 13px;
  color: white;
  font-style: italic;
}
.footer .creative_mention-container .creative-mention p a {
  text-decoration: underline;
  color: white;
  font-size: 13px;
  line-height: 13px;
}
.footer .creative_mention-container .creative-mention p a:hover {
  color: #99CC1B;
}
@media (max-width: 1024px) {
  .footer .creative_mention-container .creative-mention p {
    text-align: center;
  }
}
.wpml-ls-statics-footer {
  display: none;
}
.otgs-development-site-front-end {
  display: none;
}
.page {
  margin-bottom: 0 !important;
}
.fade-in-top {
  transform: translateY(-40px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.45, 1.04, 0.49, 0.96);
}
.fade-in-top.animated {
  transform: translateY(0);
  opacity: 1;
}
.fade-in-bottom, .fade-in-bottom-purejs {
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.45, 1.04, 0.49, 0.96);
}
.fade-in-bottom.animated, .fade-in-bottom-purejs.animated {
  transform: translateY(0);
  opacity: 1;
}
.fade-in-left {
  transform: translateX(-40px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.45, 1.04, 0.49, 0.96);
}
.fade-in-left.animated {
  transform: translateX(0);
  opacity: 1;
}
.fade-in-right {
  transform: translateX(40px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.45, 1.04, 0.49, 0.96);
}
.fade-in-right.animated {
  transform: translateX(0);
  opacity: 1;
}
.fade-in, .fade-in-purejs {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.45, 1.04, 0.49, 0.96);
}
.fade-in.animated, .fade-in-purejs.animated {
  opacity: 1;
}
.scale-in {
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.45, 1.04, 0.49, 0.96);
}
.scale-in.animated {
  transform: scale(1);
  opacity: 1;
}
.hero-slim {
  height: 300px;
}
.hero-slim .row {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .hero-slim {
    height: 180px;
  }
}
.fiche-produit {
  width: 100%;
}
.fiche-produit .introduction .container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.fiche-produit .introduction .row {
  display: flex;
  column-gap: 80px;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .fiche-produit .introduction .row {
    flex-direction: column-reverse;
    column-gap: 0;
    row-gap: 40px;
  }
}
.fiche-produit .introduction .row .gallery-img {
  width: calc(50% - 40px);
}
@media screen and (max-width: 1023px) {
  .fiche-produit .introduction .row .gallery-img {
    width: 100%;
  }
}
.fiche-produit .introduction .row .description {
  width: calc(50% - 40px);
}
@media screen and (max-width: 1023px) {
  .fiche-produit .introduction .row .description {
    width: 100%;
  }
}
.fiche-produit .introduction .row #thumb-slider {
  margin-top: 20px;
}
.fiche-produit .introduction .row #thumb-slider img {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  max-height: 146px;
}
.fiche-produit .introduction .row .gallery-item {
  aspect-ratio: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
}
.fiche-produit .introduction .row .gallery-item-thumb {
  background-color: #F7F7F7;
  margin: 0 17px;
}
.fiche-produit .introduction .row #thumb-slider {
  display: flex;
  align-items: center;
}
.fiche-produit .introduction .row #thumb-slider .slick-arrow {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.fiche-produit .introduction .description h1 {
  font-family: "Public Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 34px;
  color: #000000;
  position: relative;
  position: relative;
  display: inline-block;
}
.fiche-produit .introduction .description h1::before {
  content: "";
  position: absolute;
  left: 107% !important;
  top: 15px;
  width: 200% !important;
  height: 1px;
  background-color: #99CC1B;
}
.fiche-produit .introduction .description h1::after {
  content: "";
  position: absolute;
  left: 107% !important;
  top: 0;
  width: 1px;
  height: 40px;
  background-color: #99CC1B;
}
.fiche-produit .introduction .description h2 {
  font-size: 30px;
}
.fiche-produit .introduction .description li, .fiche-produit .introduction .description p, .fiche-produit .introduction .description h2, .fiche-produit .introduction .description h3 {
  margin-bottom: 34px;
}
.fiche-produit .introduction .description li strong {
  font-size: 20px;
}
.fiche-produit .introduction .description em {
  font-style: italic;
}
.fiche-produit .introduction .description .btn {
  margin-top: 34px;
}
@media screen and (max-width: 1023px) {
  .fiche-produit .introduction .description .btn {
    margin-top: 0;
  }
}
.fiche-produit .format {
  background-color: #F7F7F7;
}
.fiche-produit .section-title {
  margin-bottom: 34px;
  position: relative;
}
.fiche-produit .section-title::before {
  width: 100%;
  height: 1px;
  background-color: #99CC1B;
  content: "";
  left: -105%;
  top: 15px;
  position: absolute;
}
.fiche-produit .section-title::after {
  width: 1px;
  height: 40px;
  background-color: #99CC1B;
  content: "";
  left: -5%;
  top: 0px;
  position: absolute;
}
.fiche-produit .format {
  width: 100%;
}
.fiche-produit .format .container {
  width: 100%;
}
.fiche-produit .format .container .row {
  width: 100%;
}
.fiche-produit .format .container .row .table {
  width: 100%;
}
.fiche-produit .notes-speciales {
  padding-top: 30px;
}
.fiche-produit .notes-speciales p {
  font-style: italic;
}
.fiche-produit .table {
  overflow-x: auto;
  padding-bottom: 5px;
}
.fiche-produit .table::-webkit-scrollbar {
  width: 2px;
  padding-top: 5px;
  height: 5px;
}
.fiche-produit .table::-webkit-scrollbar-thumb {
  background-color: #99CC1B;
  border-radius: 10px;
}
.fiche-produit .table .table-inner {
  display: flex;
  min-width: 560px;
}
.fiche-produit .table .table-header {
  background-color: #000000;
  border-radius: 10px 0px 0px 10px;
  padding: 30px 30px;
  min-width: 250px;
  position: relative;
}
.fiche-produit .table .table-header::after {
  content: "";
  width: 100%;
  height: 150px;
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/forme_formats_caracteristiques.webp);
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.fiche-produit .table .table-header .cell {
  color: #99CC1B;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 150% */
  border-bottom: 1px solid #F7F7F7;
  white-space: nowrap;
  justify-content: flex-start;
}
.fiche-produit .table .table-header .cell.cell-image {
  padding: 0;
  border-bottom: none;
}
.fiche-produit .table .table-header .cell.cell-name {
  border-top: none;
}
.fiche-produit .table .table-header .cell span {
  display: block;
  padding: 10px;
}
.fiche-produit .table .table-header .cell:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1023px) {
  .fiche-produit .table .table-header .cell {
    font-size: 15px;
    padding: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .fiche-produit .table .table-header {
    padding: 10px;
    min-width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .fiche-produit .table .table-header {
    padding: 5px;
  }
}
.fiche-produit .table .table-body {
  display: flex;
  width: 100%;
  position: relative;
}
.fiche-produit .table .table-body .slick-arrow {
  position: absolute;
  top: -80px;
  right: 0;
}
.fiche-produit .table .table-body .slick-arrow.prev {
  right: 100px;
}
.fiche-produit .table .cell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fiche-produit .table .cell-image {
  height: 140px;
}
.fiche-produit .table .cell-image a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.fiche-produit .table .cell-image a:focus {
  outline: none;
}
.fiche-produit .table .cell-image a:hover {
  transform: scale(0.9);
  transition: transform 0.3s;
}
.fiche-produit .table .cell-image img {
  margin: 0 auto;
  height: 100%;
  width: auto;
  object-fit: contain;
}
.fiche-produit .table .col {
  padding: 30px;
  background-color: #FFFFFF;
  flex: 1 1 0;
}
@media screen and (max-width: 1023px) {
  .fiche-produit .table .col {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .fiche-produit .table .col {
    padding: 5px;
  }
}
.fiche-produit .table .col .cell {
  font-family: "Roboto";
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 176.471% */
}
.fiche-produit .table .col .cell:nth-child(odd) {
  background-color: #F7F7F7;
}
.fiche-produit .table .col .cell span {
  padding: 10px;
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .fiche-produit .table .col .cell span {
    font-size: 15px;
    padding: 5px;
  }
}
.fiche-produit .table .col .cell-name {
  font-weight: 600;
  font-size: 20px;
}
.slick-arrow {
  padding: 16px 22px;
  border-radius: 7px;
  border: 1px solid #000000;
  transform: rotate(180deg);
  cursor: pointer;
}
.slick-arrow:hover {
  background-color: #000000;
}
.slick-arrow:hover svg path {
  stroke: #99CC1B;
}
@media screen and (max-width: 1200px) {
  .produits-template-fiche-produits .produits-complementaires {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 550px) {
  .produits-template-fiche-produits .produits-complementaires .product-item h3 {
    font-size: 19px !important;
  }
}
.produits-template-fiche-produits .produits-complementaires .product-item h3 svg {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .produits-template-fiche-produits .produits-complementaires .product-item {
    margin: 0;
  }
}
.produits-template-fiche-produits .produits-complementaires .product-item:hover {
  box-shadow: 2px 2px 18px 2px rgba(0, 0, 0, 0.16);
}
.produits-template-fiche-produits .produits-complementaires .product-item:hover .content {
  background-color: rgba(0, 0, 0, 0.648);
  height: calc(100% - 32px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px;
  width: calc(100% - 32px);
}
.produits-template-fiche-produits .produits-complementaires .product-item:hover .content h3 {
  text-align: center;
  justify-content: center;
  font-size: 22px;
}
.produits-template-fiche-produits .produits-complementaires .product-item:hover .content h3 svg {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.produits-template-fiche-produits .produits-complementaires .product-item .image::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.gamme-produit .related-products {
  grid-gap: 32px;
}
.gamme-produit .related-products .product-item {
  margin: 0;
}
.produits-complementaires .section-title {
  padding-right: 300px;
}
@media screen and (max-width: 768px) {
  .produits-complementaires .section-title {
    padding-right: 0;
  }
}
.produits-complementaires .product-item {
  background-color: #000000;
  margin: 0 17px;
  width: 100%;
  position: relative;
  aspect-ratio: 1.6666666667;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.produits-complementaires .product-item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 20px;
  width: 100%;
  transition: all 0.3s;
}
.produits-complementaires .product-item .content h3 {
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
  width: 100%;
  font-size: 20px;
}
.produits-complementaires .product-item a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.produits-complementaires .product-item:hover {
  background-color: #FFFFFF;
  box-shadow: 2px 2px 18px 2px rgba(0, 0, 0, 0.16);
}
.produits-complementaires .product-item:hover .content {
  background-color: rgba(0, 0, 0, 0.648);
  height: calc(100% - 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px;
  width: calc(100% - 50px);
}
.produits-complementaires .product-item:hover .content h3 {
  text-align: center;
  justify-content: center;
  font-size: 24px;
}
.produits-complementaires .product-item:hover .content h3 svg {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.produits-complementaires .product-item .product:hover {
  text-decoration: none;
}
.produits-complementaires .product-item .product:hover svg path {
  stroke: #99CC1B;
}
.produits-complementaires .product-item .image {
  background-color: #F7F7F7;
  aspect-ratio: 1.6666666667;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
  z-index: 2;
}
.produits-complementaires .product-item .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.produits-complementaires .product-item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.produits-complementaires .product-item .image.cover img {
  object-fit: cover;
}
.produits-complementaires .slick-arrow {
  position: absolute;
  top: -80px;
  right: 0;
}
.produits-complementaires .slick-arrow.prev {
  right: 100px;
}
@media screen and (max-width: 1200px) {
  .produits-complementaires .slick-arrow {
    bottom: -80px;
    top: unset;
    z-index: 100;
  }
  .produits-complementaires .slick-arrow.prev {
    left: calc(50% - 70px);
    right: unset;
  }
  .produits-complementaires .slick-arrow.next {
    right: calc(50% - 70px);
  }
}
.produits-complementaires .slick-track {
  margin: 0 -17px;
}
@media screen and (max-width: 1200px) {
  .produits-complementaires .slick-track {
    margin: 0;
  }
}
.produits-complementaires .slick-track {
  display: flex !important;
}
.produits-complementaires .slick-slide {
  height: inherit !important;
}
.gamme-produit .related-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
}
@media screen and (max-width: 1023px) {
  .gamme-produit .related-products {
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
  }
  .gamme-produit .related-products .product-item {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .gamme-produit .related-products {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
  .gamme-produit .related-products .product-item {
    margin: 0;
  }
}
.single-article .label {
  font-size: 20px !important;
}
.single-article h1 {
  font-size: 42px;
  line-height: 1.3;
}
.article-content .row {
  display: flex;
  column-gap: 120px;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .article-content .row {
    flex-direction: column;
    column-gap: 0;
    row-gap: 40px;
  }
}
.article-content .sidebar {
  background-color: #F7F7F7;
  padding: 30px;
  max-width: 400px;
  min-width: 400px;
  width: 100%;
  border-left: 3px solid #F7F7F7;
}
@media screen and (max-width: 1023px) {
  .article-content .sidebar {
    border-left: none;
    border-top: 3px solid #99CC1B;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
}
.article-content .sidebar .sidebar-title {
  font-family: "Public Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  display: inline-block;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
.article-content .sidebar .button-wrap {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .article-content .sidebar .post-tile:nth-of-type(2) a {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1023px) {
  .article-content .sidebar .post-tile a {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .article-content .sidebar .post-tile a {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .article-content .sidebar .post-tile a .thumbnail, .article-content .sidebar .post-tile a .title {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .article-content .sidebar .post-tile a .thumbnail, .article-content .sidebar .post-tile a .title {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .article-content .sidebar .post-tile a .thumbnail {
    max-height: 250px;
  }
}
.article-content .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.article-content p {
  font-size: 17px;
  width: 100%;
}
.article-content img {
  width: 100%;
}
.article-content figure {
  width: 100% !important;
  margin-bottom: 25px;
}
.article-content figure figcaption {
  font-family: "Roboto";
  font-style: italic;
}
.article-content h2 {
  position: relative;
  display: inline-block;
  color: #99CC1B;
  font-size: 32px;
  margin-top: 40px;
}
@media screen and (max-width: 1600px) {
  .article-content h2 {
    font-size: 28px;
  }
}
.article-content h2::before {
  width: 100%;
  height: 1px;
  background-color: #99CC1B;
  content: "";
  left: calc(-100% - 25px);
  top: 15px;
  position: absolute;
}
.article-content h2::after {
  width: 1px;
  height: 40px;
  background-color: #99CC1B;
  content: "";
  left: -25px;
  top: 0px;
  position: absolute;
}
.article-content h3 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #99CC1B;
}
@media screen and (max-width: 1600px) {
  .article-content h3 {
    font-size: 21px;
  }
}
.post-tile {
  background-color: #FFFFFF;
  border: 1px solid #F7F7F7;
  margin-bottom: 34px;
}
.post-tile a {
  color: #000000;
}
.post-tile .title {
  font-family: "Public Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  padding: 20px;
  color: #000000;
}
.post-tile .thumbnail {
  width: 100%;
  aspect-ratio: 1.3333333333;
  position: relative;
}
.post-tile .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.post-tile .thumbnail .overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  opacity: 0;
  transition: 0.2s;
}
.post-tile:hover .overlay {
  opacity: 1;
}
.boite-auteur {
  padding: 36px 36px 20px 36px;
  border: 3px solid #99CC1B;
  background-color: #000000;
  color: #FFFFFF;
  width: 100%;
}
.boite-auteur .photo {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 3px solid #FFFFFF;
  border-radius: 50%;
}
.boite-auteur .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .boite-auteur .photo {
    width: 100px;
    height: 100px;
  }
}
.boite-auteur .nom {
  margin-bottom: 10px;
  display: block;
}
.boite-auteur .description {
  margin-bottom: 20px;
}
.boite-auteur .socials {
  display: flex;
  flex-wrap: wrap;
}
.boite-auteur .socials a {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #FFFFFF;
  margin: 0 16px 16px 0;
}
.boite-auteur .socials a svg {
  width: 15px;
  height: 15px;
  fill: #FFFFFF;
}
.boite-auteur .socials a:hover {
  border-color: #99CC1B;
}
.boite-auteur .socials a.pinterest svg {
  width: 20px;
  height: 20px;
}
.bloc-services .tabs .tabs-nav {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .bloc-services .tabs .tabs-nav {
    gap: 20px;
  }
}
.bloc-services .tabs .tabs-nav .tab {
  background-color: #F7F7F7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px;
  height: 100%;
  aspect-ratio: 1;
  transition: all 1s ease;
  width: calc(100% / 4 - 24px);
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1260px) {
  .bloc-services .tabs .tabs-nav .tab {
    width: calc(100% / 3 - 24px);
  }
}
@media screen and (max-width: 1023px) {
  .bloc-services .tabs .tabs-nav .tab {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bloc-services .tabs .tabs-nav .tab {
    width: calc(100% / 2 - 10px);
  }
}
.bloc-services .tabs .tabs-nav .tab::before {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #99CC1B;
  left: 0;
  bottom: -38px;
  position: absolute;
  opacity: 0;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .bloc-services .tabs .tabs-nav .tab::before {
    bottom: -26px;
  }
}
.bloc-services .tabs .tabs-nav .tab .icon {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 1620px) {
  .bloc-services .tabs .tabs-nav .tab .icon {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .bloc-services .tabs .tabs-nav .tab .icon {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 560px) {
  .bloc-services .tabs .tabs-nav .tab .icon {
    width: 30px;
    height: 30px;
  }
}
.bloc-services .tabs .tabs-nav .tab span {
  font-family: "Public Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #000000;
  margin-top: 20px;
  text-align: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1620px) {
  .bloc-services .tabs .tabs-nav .tab span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .bloc-services .tabs .tabs-nav .tab span {
    font-size: 20px;
  }
}
@media screen and (max-width: 560px) {
  .bloc-services .tabs .tabs-nav .tab span {
    font-size: 16px;
    min-height: 38px;
  }
}
.bloc-services .tabs .tabs-nav .tab::after {
  content: "+";
  position: relative;
  font-size: 50px;
  margin-top: 20px;
}
@media screen and (max-width: 1520px) {
  .bloc-services .tabs .tabs-nav .tab::after {
    font-size: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .bloc-services .tabs .tabs-nav .tab::after {
    font-size: 30px;
  }
}
.bloc-services .tabs .tabs-nav .tab:hover, .bloc-services .tabs .tabs-nav .tab.active {
  background-color: #000000;
  border-radius: 100%;
  color: #FFFFFF;
  text-decoration: none;
}
.bloc-services .tabs .tabs-nav .tab:hover span, .bloc-services .tabs .tabs-nav .tab.active span {
  color: #FFFFFF;
}
@media screen and (max-width: 560px) {
  .bloc-services .tabs .tabs-nav .tab:hover, .bloc-services .tabs .tabs-nav .tab.active {
    border-radius: 8px;
  }
}
.bloc-services .tabs .tabs-nav .tab.active::before {
  opacity: 1;
}
.bloc-services .tabs .tabs-nav .tab[data-order="1"] {
  order: 1;
}
.bloc-services .tabs .tabs-nav .tab[data-order="2"] {
  order: 2;
}
.bloc-services .tabs .tabs-nav .tab[data-order="3"] {
  order: 3;
}
.bloc-services .tabs .tabs-nav .tab[data-order="4"] {
  order: 4;
}
.bloc-services .tabs .tabs-nav .tab[data-order="5"] {
  order: 9;
}
.bloc-services .tabs .tabs-nav .tab[data-order="6"] {
  order: 10;
}
.bloc-services .tabs .tabs-nav .tab[data-order="7"] {
  order: 11;
}
.bloc-services .tabs .tabs-nav .tab[data-order="8"] {
  order: 12;
}
.bloc-services .tabs .tabs-nav .tab[data-order="9"] {
  order: 17;
}
.bloc-services .tabs .tabs-nav .tab[data-order="10"] {
  order: 18;
}
.bloc-services .tabs .tabs-nav .tab[data-order="11"] {
  order: 19;
}
.bloc-services .tabs .tabs-nav .tab[data-order="12"] {
  order: 20;
}
@media screen and (max-width: 1260px) {
  .bloc-services .tabs .tabs-nav .tab[data-order="1"] {
    order: 1;
  }
  .bloc-services .tabs .tabs-nav .tab[data-order="2"] {
    order: 2;
  }
  .bloc-services .tabs .tabs-nav .tab[data-order="3"] {
    order: 3;
  }
  .bloc-services .tabs .tabs-nav .tab[data-order="4"] {
    order: 7;
  }
  .bloc-services .tabs .tabs-nav .tab[data-order="5"] {
    order: 8;
  }
  .bloc-services .tabs .tabs-nav .tab[data-order="6"] {
    order: 9;
  }
  .bloc-services .tabs .tabs-nav .tab[data-order="7"] {
    order: 13;
  }
  .bloc-services .tabs .tabs-nav .tab[data-order="8"] {
    order: 14;
  }
  .bloc-services .tabs .tabs-nav .tab[data-order="9"] {
    order: 15;
  }
  .bloc-services .tabs .tabs-nav .tab[data-order="10"] {
    order: 19;
  }
  .bloc-services .tabs .tabs-nav .tab[data-order="11"] {
    order: 20;
  }
  .bloc-services .tabs .tabs-nav .tab[data-order="12"] {
    order: 21;
  }
}
@media screen and (max-width: 767px) {
  .bloc-services .tabs .tabs-nav .tab[data-order="1"] {
    order: 1;
  }
  .bloc-services .tabs .tabs-nav .tab[data-order="2"] {
    order: 2;
  }
  .bloc-services .tabs .tabs-nav .tab[data-order="3"] {
    order: 5;
  }
  .bloc-services .tabs .tabs-nav .tab[data-order="4"] {
    order: 6;
  }
  .bloc-services .tabs .tabs-nav .tab[data-order="5"] {
    order: 9;
  }
  .bloc-services .tabs .tabs-nav .tab[data-order="6"] {
    order: 10;
  }
  .bloc-services .tabs .tabs-nav .tab[data-order="7"] {
    order: 13;
  }
  .bloc-services .tabs .tabs-nav .tab[data-order="8"] {
    order: 14;
  }
  .bloc-services .tabs .tabs-nav .tab[data-order="9"] {
    order: 17;
  }
  .bloc-services .tabs .tabs-nav .tab[data-order="10"] {
    order: 18;
  }
  .bloc-services .tabs .tabs-nav .tab[data-order="11"] {
    order: 21;
  }
  .bloc-services .tabs .tabs-nav .tab[data-order="12"] {
    order: 22;
  }
}
.bloc-services .tabs .tabs-content {
  display: none;
  width: 100%;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.bloc-services .tabs .tabs-content .header-content {
  padding: 40px 80px;
  height: 30vh;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bloc-services .tabs .tabs-content .header-content .t-h3 {
  color: #99CC1B;
  margin-top: 20px;
}
.bloc-services .tabs .tabs-content .header-content h2, .bloc-services .tabs .tabs-content .header-content .t-h3 {
  max-width: 50%;
  z-index: 1;
  display: block;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .bloc-services .tabs .tabs-content .header-content {
    padding: 30px;
    background-size: cover;
    position: relative;
  }
  .bloc-services .tabs .tabs-content .header-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.527);
    z-index: 0;
  }
  .bloc-services .tabs .tabs-content .header-content .t-h3 {
    font-size: 20px;
    color: #3C3D3C;
  }
  .bloc-services .tabs .tabs-content .header-content h2, .bloc-services .tabs .tabs-content .header-content .t-h3 {
    max-width: 100%;
  }
}
.bloc-services .tabs .tabs-content .content {
  padding: 50px 80px;
}
@media screen and (max-width: 1023px) {
  .bloc-services .tabs .tabs-content .content {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bloc-services .tabs .tabs-content .content {
    padding: 25px;
  }
}
.bloc-services .tabs .tabs-content.active {
  display: block;
}
.bloc-services .tabs .tabs-content[data-order="1"] {
  order: 5;
}
.bloc-services .tabs .tabs-content[data-order="2"] {
  order: 6;
}
.bloc-services .tabs .tabs-content[data-order="3"] {
  order: 7;
}
.bloc-services .tabs .tabs-content[data-order="4"] {
  order: 8;
}
.bloc-services .tabs .tabs-content[data-order="5"] {
  order: 13;
}
.bloc-services .tabs .tabs-content[data-order="6"] {
  order: 14;
}
.bloc-services .tabs .tabs-content[data-order="7"] {
  order: 15;
}
.bloc-services .tabs .tabs-content[data-order="8"] {
  order: 16;
}
.bloc-services .tabs .tabs-content[data-order="9"] {
  order: 21;
}
.bloc-services .tabs .tabs-content[data-order="10"] {
  order: 22;
}
.bloc-services .tabs .tabs-content[data-order="11"] {
  order: 23;
}
.bloc-services .tabs .tabs-content[data-order="12"] {
  order: 24;
}
@media screen and (max-width: 1260px) {
  .bloc-services .tabs .tabs-content[data-order="1"] {
    order: 4;
  }
  .bloc-services .tabs .tabs-content[data-order="2"] {
    order: 5;
  }
  .bloc-services .tabs .tabs-content[data-order="3"] {
    order: 6;
  }
  .bloc-services .tabs .tabs-content[data-order="4"] {
    order: 10;
  }
  .bloc-services .tabs .tabs-content[data-order="5"] {
    order: 11;
  }
  .bloc-services .tabs .tabs-content[data-order="6"] {
    order: 12;
  }
  .bloc-services .tabs .tabs-content[data-order="7"] {
    order: 17;
  }
  .bloc-services .tabs .tabs-content[data-order="8"] {
    order: 18;
  }
  .bloc-services .tabs .tabs-content[data-order="9"] {
    order: 19;
  }
  .bloc-services .tabs .tabs-content[data-order="10"] {
    order: 22;
  }
  .bloc-services .tabs .tabs-content[data-order="11"] {
    order: 23;
  }
  .bloc-services .tabs .tabs-content[data-order="12"] {
    order: 24;
  }
}
@media screen and (max-width: 767px) {
  .bloc-services .tabs .tabs-content[data-order="1"] {
    order: 3;
  }
  .bloc-services .tabs .tabs-content[data-order="2"] {
    order: 4;
  }
  .bloc-services .tabs .tabs-content[data-order="3"] {
    order: 7;
  }
  .bloc-services .tabs .tabs-content[data-order="4"] {
    order: 8;
  }
  .bloc-services .tabs .tabs-content[data-order="5"] {
    order: 11;
  }
  .bloc-services .tabs .tabs-content[data-order="6"] {
    order: 12;
  }
  .bloc-services .tabs .tabs-content[data-order="7"] {
    order: 15;
  }
  .bloc-services .tabs .tabs-content[data-order="8"] {
    order: 16;
  }
  .bloc-services .tabs .tabs-content[data-order="9"] {
    order: 19;
  }
  .bloc-services .tabs .tabs-content[data-order="10"] {
    order: 20;
  }
  .bloc-services .tabs .tabs-content[data-order="11"] {
    order: 23;
  }
  .bloc-services .tabs .tabs-content[data-order="12"] {
    order: 24;
  }
}
.job-title {
  margin-bottom: 34px;
}
.job-title h2 {
  margin-bottom: 17px;
}
.job-title h2:first-child {
  position: relative;
}
.job-title h2:first-child::before {
  width: 100%;
  height: 1px;
  background-color: #99CC1B;
  content: "";
  left: -105%;
  top: 15px;
  position: absolute;
}
.job-title h2:first-child::after {
  width: 1px;
  height: 40px;
  background-color: #99CC1B;
  content: "";
  left: -5%;
  top: 0px;
  position: absolute;
}
.job {
  padding: 36px;
  border: 2px solid #99CC1B;
  background: #F7F7F7;
  transition: 0.2s;
  cursor: pointer;
}
.job:hover {
  background-color: #FFFFFF;
}
.job:not(:last-child) {
  margin-bottom: 32px;
}
.job .job-front {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 18px;
}
@media screen and (max-width: 767px) {
  .job .job-front {
    flex-direction: column;
    row-gap: 18px;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.job .job-front .btn {
  white-space: nowrap;
}
.job .job-front .col-2 {
  display: flex;
  column-gap: 18px;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .job .job-front .col-2 {
    justify-content: space-between;
    width: 100%;
  }
}
.job .job-front h2 {
  color: dark-blue;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 5px;
}
.job .job-front p:last-child {
  margin-bottom: 0;
}
.job .job-front .icon {
  transform: rotate(180deg);
}
.job .job-front .open {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid #99CC1B;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: solid 2px dark-blue;
}
@media screen and (max-width: screen-medium) {
  .job .job-front .open {
    width: 40px;
    height: 40px;
  }
}
.job .job-front .open svg {
  width: 17px;
  height: 8px;
}
.job .job-front .open svg path {
  stroke: #99CC1B;
}
.job .job-back {
  opacity: 0;
  transition: 0.2s;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  max-width: calc(100% - 300px);
}
@media screen and (max-width: 1023px) {
  .job .job-back {
    max-width: 100%;
  }
}
.job .job-back h3 {
  color: dark-blue;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.job .job-back ul {
  margin-top: 24px;
  margin-bottom: 25px;
}
.job .job-back ul li {
  margin-bottom: 5px;
}
.job .job-back .job-info {
  margin-top: 60px;
  margin-bottom: 20px;
}
.job .job-back .job-info p {
  margin-bottom: 20px;
}
.job.active .job-back {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.job.active:hover {
  background-color: light-blue;
}
.job.active .icon {
  transform: rotate(0deg);
}
.job.no-job {
  cursor: not-allowed;
}
.job.no-job .icon {
  transform: rotate(0deg);
}
.job.no-job .icon svg {
  height: 15px;
  fill: dark-blue;
}
.job.no-job:hover {
  background-color: light-blue;
}
.job.no-job.active .icon {
  transform: rotate(0deg);
}
.job-back .btn {
  margin-top: 20px;
}
.bloc-formulaire-job {
  background-image: url("/wp-content/themes/my-little-big-theme-child/assets/img/form-background.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
}
.bloc-formulaire-job::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 40%);
}
.bloc-formulaire-job .row {
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 2;
}
.bloc-formulaire-job .row .content {
  margin: 0 20px;
}
.bloc-formulaire-job .row .col-1 {
  padding: 70px 60px;
  background-color: #000000;
  color: #FFFFFF;
  position: relative;
}
.bloc-formulaire-job .row .col-1::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 250px;
  height: 250px;
  background-image: url("/wp-content/themes/my-little-big-theme-child/assets/img/m_totm_footer.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bloc-formulaire-job .row .col-1 h2 {
  color: #99CC1B;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .bloc-formulaire-job .row .col-1 {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .bloc-formulaire-job .row .col-1 {
    padding: 30px 20px;
  }
  .bloc-formulaire-job .row .col-1::after {
    width: 150px;
    height: 150px;
  }
}
.bloc-formulaire-job .row .col-2 {
  padding: 70px 60px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  .bloc-formulaire-job .row .col-2 {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .bloc-formulaire-job .row .col-2 {
    padding: 30px 20px;
  }
}
.single-portfolio .row {
  column-gap: 60px;
}
@media screen and (max-width: 1023px) {
  .single-portfolio .row {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
}
.single-portfolio .lightbox-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.single-portfolio .lightbox-gallery .gallery-item {
  position: relative;
  max-height: 450px;
}
.single-portfolio .lightbox-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  object-position: center;
}
.single-portfolio .lightbox-gallery .gallery-item:nth-child(1), .single-portfolio .lightbox-gallery .gallery-item:nth-child(7) {
  grid-column: span 2;
}
.single-portfolio .lightbox-gallery .gallery-item .overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.single-portfolio .lightbox-gallery .gallery-item .overlay svg {
  width: 40px;
  height: 40px;
  fill: #FFFFFF;
}
.single-portfolio .lightbox-gallery .gallery-item:hover .overlay {
  opacity: 1;
}
.single-portfolio .sidebar {
  padding: 30px 30px 15px 30px;
  background-color: #FFFFFF;
  border-color: #99CC1B;
}
@media screen and (max-width: 1023px) {
  .single-portfolio .sidebar {
    width: 100%;
    max-width: 100%;
  }
}
.single-portfolio .sidebar .entreprise {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
}
.single-portfolio .sidebar .salon_show {
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
  color: #99CC1B;
}
.single-portfolio .sidebar .description {
  margin-top: 30px;
  margin-bottom: 40px;
  color: #000000;
}
.single-portfolio .sidebar li {
  color: #000000;
}
.single-portfolio .sidebar .lieu {
  margin: 10px 0;
  color: #3C3D3C;
  font-style: italic;
  font-size: 16px;
}
.single-portfolio .sidebar .lieu p {
  font-style: italic;
}
.single-portfolio .sidebar .accordeon {
  margin-bottom: 15px;
}
.single-portfolio .sidebar .accordeon__entete {
  font-family: "Public Sans";
  color: #000000;
  position: relative;
  padding: 10px 0 10px 10px;
  background-color: #F7F7F7;
  cursor: pointer;
  transition: color 0.3s, border-radius 0.3s 0.3s, background-color 0.3s;
  display: flex;
}
.single-portfolio .sidebar .accordeon__entete__number {
  margin-right: 7%;
}
.single-portfolio .sidebar .accordeon__entete__cross {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate3d(0%, -50%, 0);
}
.single-portfolio .sidebar .accordeon__entete__cross:after, .single-portfolio .sidebar .accordeon__entete__cross:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #000000;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  transition: transform 0.3s ease-in-out;
}
.single-portfolio .sidebar .accordeon__entete__cross:before {
  transform: translate3d(0, -50%, 0);
}
.single-portfolio .sidebar .accordeon__entete__cross:after {
  transform: translate3d(0, -50%, 0) rotate(90deg);
}
.single-portfolio .sidebar .accordeon__entete.ouvert {
  border-bottom: 0;
  transition: border 0.3s;
}
.single-portfolio .sidebar .accordeon__entete.ouvert span:after {
  transform: translate3d(0, -50%, 0) rotate(-135deg);
}
.single-portfolio .sidebar .accordeon__entete.ouvert span:before {
  transform: translate3d(0, -50%, 0) rotate(135deg);
}
.single-portfolio .sidebar .accordeon__contenu {
  margin: 0;
  border-width: 0;
  border-style: solid;
  border-color: #000000;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  height: 0;
  overflow: hidden;
  transition: border 0.3s;
}
.single-portfolio .sidebar .accordeon__contenu__interieur > *:first-of-type {
  margin-top: 0;
}
.single-portfolio .sidebar .dimensions {
  background-color: #F7F7F7;
  padding: 20px;
}
.single-portfolio .sidebar .dimensions li {
  color: #000000;
  font-size: 16px;
  padding-left: 25px;
}
.single-portfolio .sidebar .dimensions li::before {
  background-color: #99CC1B;
  height: 2px;
  top: 10px;
  width: 15px;
}
.single-portfolio .sidebar .stands {
  margin-top: 20px;
  background-color: #F7F7F7;
}
.single-portfolio .sidebar .stands ul {
  margin-top: 10px;
}
.single-portfolio .sidebar .stands ul li {
  padding-left: 0;
}
.single-portfolio .sidebar .stands ul li::before {
  content: none;
}
.single-portfolio .sidebar .stands ul li a {
  transition: padding-left 0.3s ease-out;
  display: flex;
  text-decoration: none;
}
.single-portfolio .sidebar .stands ul li a img {
  height: 75px;
  width: 75px;
  object-fit: cover;
}
.single-portfolio .sidebar .stands ul li a > div {
  display: flex;
  justify-content: center;
  flex: 1 1 0;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 10px;
  transition: background-color 0.3s ease-out;
}
.single-portfolio .sidebar .stands ul li a > div span:last-of-type {
  color: #000000;
  line-height: 0.8rem;
  font-size: 0.8rem;
}
.single-portfolio .sidebar .stands ul li a:hover {
  padding-left: 10px;
}
.single-portfolio .sidebar .stands ul li a:hover > div {
  background-color: #FFFFFF;
}
.single-portfolio .plus-portfolio-posts::before {
  display: none;
}
.single-portfolio .blogue-heading {
  justify-content: flex-start !important;
}
.lightbox .lb-image {
  border: none !important;
}
.bloc-contact {
  position: relative;
}
.bloc-contact .row {
  display: flex;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .bloc-contact .row {
    flex-direction: column;
  }
}
.bloc-contact .row .col {
  padding: 50px 70px;
}
@media screen and (max-width: 767px) {
  .bloc-contact .row .col {
    padding: 30px;
  }
}
.bloc-contact .row .col-info {
  width: 40%;
  background-color: #000000;
  color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .bloc-contact .row .col-info {
    width: 100%;
  }
}
.bloc-contact .row .col-info::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 250px;
  height: 250px;
  background-image: url("/wp-content/themes/my-little-big-theme-child/assets/img/m_totm_footer.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bloc-contact .row .col-info .infos h2, .bloc-contact .row .col-info .infos h3 {
  color: #FFFFFF;
  margin-bottom: 20px;
}
.bloc-contact .row .col-info .infos p:not(.accent-text) {
  margin-bottom: 34px;
}
.bloc-contact .row .col-info .infos p:last-child {
  margin-bottom: 0;
}
.bloc-contact .row .col-info .infos .accent-text {
  margin-bottom: 12px;
}
.bloc-contact .row .col-info .infos a {
  text-decoration: underline;
}
.bloc-contact .row .col-info .social-media {
  display: flex;
  column-gap: 16px;
  margin-top: 55px;
}
.bloc-contact .row .col-info .social-media a {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #FFFFFF;
}
.bloc-contact .row .col-info .social-media a:hover {
  border-color: #99CC1B;
}
.bloc-contact .row .col-info .social-media a svg {
  width: 20px;
  height: 20px;
}
.bloc-contact .row .col-form {
  width: 60%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .bloc-contact .row .col-form {
    width: 100%;
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .bloc-contact .row .col-form {
    padding: 50px 10px 20px;
  }
}
.bloc-contact::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 180px;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 40%);
  z-index: 1;
}
#map {
  aspect-ratio: 2.6666666667;
}
@media screen and (max-width: 1023px) {
  #map {
    aspect-ratio: 1;
  }
}
.gform_wrapper.gravity-theme {
  width: 100%;
}
.gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-family: "Public Sans";
  font-size: 23px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .gform_wrapper.gravity-theme .gfield_label {
    font-size: 18px !important;
  }
}
.gform_wrapper.gravity-theme .gfield_required {
  color: #99CC1B !important;
  font-size: 18px !important;
}
.gform_wrapper.gravity-theme input[type="text"], .gform_wrapper.gravity-theme input[type="email"], .gform_wrapper.gravity-theme textarea, .gform_wrapper.gravity-theme input[type="tel"], .gform_wrapper.gravity-theme input[type="number"], .gform_wrapper.gravity-theme input[type="url"], .gform_wrapper.gravity-theme input[type="password"], .gform_wrapper.gravity-theme input[type="search"], .gform_wrapper.gravity-theme input[type="date"], .gform_wrapper.gravity-theme input[type="time"], .gform_wrapper.gravity-theme input[type="datetime"], .gform_wrapper.gravity-theme input[type="datetime-local"], .gform_wrapper.gravity-theme input[type="week"], .gform_wrapper.gravity-theme input[type="month"], .gform_wrapper.gravity-theme select {
  font-family: "Public Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.54px;
  padding: 18px;
  border-radius: 0 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #000000 !important;
  width: 100%;
  margin-bottom: 34px;
}
.gform_wrapper.gravity-theme input[type="text"]:focus, .gform_wrapper.gravity-theme input[type="email"]:focus, .gform_wrapper.gravity-theme textarea:focus, .gform_wrapper.gravity-theme input[type="tel"]:focus, .gform_wrapper.gravity-theme input[type="number"]:focus, .gform_wrapper.gravity-theme input[type="url"]:focus, .gform_wrapper.gravity-theme input[type="password"]:focus, .gform_wrapper.gravity-theme input[type="search"]:focus, .gform_wrapper.gravity-theme input[type="date"]:focus, .gform_wrapper.gravity-theme input[type="time"]:focus, .gform_wrapper.gravity-theme input[type="datetime"]:focus, .gform_wrapper.gravity-theme input[type="datetime-local"]:focus, .gform_wrapper.gravity-theme input[type="week"]:focus, .gform_wrapper.gravity-theme input[type="month"]:focus, .gform_wrapper.gravity-theme select:focus {
  border-color: #99CC1B !important;
}
.gform_wrapper.gravity-theme input[type="text"]:focus-visible, .gform_wrapper.gravity-theme input[type="email"]:focus-visible, .gform_wrapper.gravity-theme textarea:focus-visible, .gform_wrapper.gravity-theme input[type="tel"]:focus-visible, .gform_wrapper.gravity-theme input[type="number"]:focus-visible, .gform_wrapper.gravity-theme input[type="url"]:focus-visible, .gform_wrapper.gravity-theme input[type="password"]:focus-visible, .gform_wrapper.gravity-theme input[type="search"]:focus-visible, .gform_wrapper.gravity-theme input[type="date"]:focus-visible, .gform_wrapper.gravity-theme input[type="time"]:focus-visible, .gform_wrapper.gravity-theme input[type="datetime"]:focus-visible, .gform_wrapper.gravity-theme input[type="datetime-local"]:focus-visible, .gform_wrapper.gravity-theme input[type="week"]:focus-visible, .gform_wrapper.gravity-theme input[type="month"]:focus-visible, .gform_wrapper.gravity-theme select:focus-visible {
  outline: none;
}
@media screen and (max-width: 767px) {
  .gform_wrapper.gravity-theme input[type="text"], .gform_wrapper.gravity-theme input[type="email"], .gform_wrapper.gravity-theme textarea, .gform_wrapper.gravity-theme input[type="tel"], .gform_wrapper.gravity-theme input[type="number"], .gform_wrapper.gravity-theme input[type="url"], .gform_wrapper.gravity-theme input[type="password"], .gform_wrapper.gravity-theme input[type="search"], .gform_wrapper.gravity-theme input[type="date"], .gform_wrapper.gravity-theme input[type="time"], .gform_wrapper.gravity-theme input[type="datetime"], .gform_wrapper.gravity-theme input[type="datetime-local"], .gform_wrapper.gravity-theme input[type="week"], .gform_wrapper.gravity-theme input[type="month"], .gform_wrapper.gravity-theme select {
    font-size: 16px !important;
    padding: 14px;
  }
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 32px !important;
}
.gform_wrapper.gravity-theme .gfield {
  margin: 0 20px !important;
}
.gform_wrapper.gravity-theme .gform_footer {
  margin-top: 40px !important;
}
.gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
  font-family: "Public Sans";
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.54px;
  text-decoration: none;
  padding: 18px;
  border-radius: 8px;
  font-size: 19px;
  font-weight: 300;
  border: 1px solid transparent;
  padding-right: 50px;
  position: relative;
  background-color: #99CC1B;
  width: 100%;
  border: 1px solid #000000;
  transition: 0.2s;
  margin: 0 20px;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    font-size: 16px;
    padding: 18px;
    padding-right: 30px;
  }
}
.gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover {
  background-color: #FFFFFF;
  border-color: #99CC1B;
}
.gform_wrapper.gravity-theme .ginput_container_fileupload {
  background-color: #F7F7F7;
  border: 1px dashed #ccc;
  position: relative;
  padding: 0 20px;
}
.gform_wrapper.gravity-theme .ginput_container_fileupload .gform_fileupload_rules {
  position: relative;
  bottom: 20px;
  display: flex;
  justify-content: center;
  color: #767676;
  text-align: center;
  font-family: "Roboto";
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}
.gform_wrapper.gravity-theme .ginput_container_fileupload .gform_drop_instructions {
  color: #767676;
  text-align: center;
  font-family: "Roboto";
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}
.gform_wrapper.gravity-theme .ginput_container_fileupload .button {
  background-color: white;
  color: #000000;
  font-family: "Roboto";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.54px;
  text-decoration: none;
  padding: 16px !important;
  border-radius: 8px;
  font-size: 19px;
  font-weight: 300;
  border: 1px solid black;
  line-height: 1.2 !important;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .gform_wrapper.gravity-theme .ginput_container_fileupload .button {
    font-size: 16px;
    padding: 18px;
    padding-right: 30px;
  }
}
.gform_wrapper.gravity-theme .ginput_container_fileupload .button:hover {
  background-color: #FFFFFF;
  color: #99CC1B;
  border-color: #99CC1B;
}
.gform_wrapper.gravity-theme .gform_drop_area {
  background-color: #F7F7F7 !important;
  border: none !important;
}
.bloc-zones {
  background-color: #99CC1B;
  text-align: center;
}
.bloc-zones h2 {
  color: #FFFFFF;
  margin-bottom: 34px;
  position: relative;
  display: inline-block;
}
.bloc-zones h2::before {
  width: 150%;
  height: 1px;
  background-color: #FFFFFF;
  content: "";
  right: -155%;
  top: 15px;
  position: absolute;
}
.bloc-zones h2::after {
  width: 1px;
  height: 40px;
  background-color: #FFFFFF;
  content: "";
  right: -5%;
  top: 0px;
  position: absolute;
}
.bloc-zones p {
  color: #000000;
  line-height: 2;
}
.bloc-text-media .full.media_left {
  padding-right: 100px;
}
@media screen and (max-width: 1250px) {
  .bloc-text-media .full.media_left {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .bloc-text-media .full.media_left {
    padding-right: 0;
  }
}
.bloc-text-media .full.media_right {
  padding-left: 100px;
}
@media screen and (max-width: 1250px) {
  .bloc-text-media .full.media_right {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .bloc-text-media .full.media_right {
    padding-left: 0;
  }
}
.bloc-text-media.white {
  background-color: #FFFFFF;
}
.bloc-text-media.grey {
  background-color: #F7F7F7;
}
.bloc-text-media .row-flex {
  display: flex;
  justify-content: space-between;
  column-gap: 90px;
  max-width: 1920px;
}
@media screen and (max-width: 1600px) {
  .bloc-text-media .row-flex {
    column-gap: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .bloc-text-media .row-flex {
    flex-direction: column;
    column-gap: 0;
    row-gap: 30px;
  }
  .bloc-text-media .row-flex.reverse {
    flex-direction: column-reverse;
  }
}
.bloc-text-media .row-flex.contained {
  max-width: 1460px;
  column-gap: 70px;
  padding: 0 30px;
}
@media screen and (max-width: 1600px) {
  .bloc-text-media .row-flex.contained {
    max-width: 1260px;
    column-gap: 50px;
    padding: 0 36px;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1200px) {
  .bloc-text-media .row-flex.contained {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1023px) {
  .bloc-text-media .row-flex.contained {
    padding: 0 30px;
  }
}
.bloc-text-media .row-flex.contained .col-text .content {
  max-width: 100%;
}
.bloc-text-media .row-flex.contained .col-text {
  padding: 0;
}
.bloc-text-media .row-flex.center {
  align-items: center;
}
.bloc-text-media .row-flex.flex-start {
  align-items: flex-start;
}
.bloc-text-media .row-flex.flex-end {
  align-items: flex-end;
}
.bloc-text-media .row-flex.media_left {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  .bloc-text-media .row-flex.media_left {
    flex-direction: column-reverse;
  }
  .bloc-text-media .row-flex.media_left.reverse {
    flex-direction: column;
  }
}
.bloc-text-media .row-flex.media_left .col-text {
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .bloc-text-media .row-flex.media_left .col-text {
    align-items: center;
  }
}
.bloc-text-media .row-flex.media_left .col-text h2::before, .bloc-text-media .row-flex.media_left .col-text h3::before {
  width: 30% !important;
  left: -35% !important;
}
.bloc-text-media .col-text, .bloc-text-media .col-media {
  flex: 1 1 0;
}
@media screen and (max-width: 1023px) {
  .bloc-text-media .col-text, .bloc-text-media .col-media {
    width: 100%;
  }
}
.bloc-text-media .col-text {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .bloc-text-media .col-text {
    align-items: center;
  }
}
.bloc-text-media .col-text .content {
  max-width: 710px;
}
.bloc-text-media .col-text .content .label {
  margin-bottom: 20px;
  display: inline-block;
}
.bloc-text-media .col-text .content .btn {
  margin-top: 36px;
}
.bloc-text-media .col-text .content h2:first-child, .bloc-text-media .col-text .content h3:first-child {
  position: relative;
}
.bloc-text-media .col-text .content h2:first-child::before, .bloc-text-media .col-text .content h3:first-child::before {
  width: 100%;
  height: 1px;
  background-color: #99CC1B;
  content: "";
  left: -105%;
  top: 15px;
  position: absolute;
}
.bloc-text-media .col-text .content h2:first-child::after, .bloc-text-media .col-text .content h3:first-child::after {
  width: 1px;
  height: 40px;
  background-color: #99CC1B;
  content: "";
  left: -5%;
  top: 0px;
  position: absolute;
}
.bloc-text-media .col-text .content.droite::before {
  display: none;
}
.bloc-text-media .col-text .content.droite::after {
  display: none;
}
.bloc-text-media .col-text .content.droite h2:first-child, .bloc-text-media .col-text .content.droite h3:first-child {
  position: relative;
  display: inline-block;
}
.bloc-text-media .col-text .content.droite h2:first-child::before, .bloc-text-media .col-text .content.droite h3:first-child::before {
  content: "";
  position: absolute;
  left: 107% !important;
  top: 15px;
  width: 200% !important;
  height: 1px;
  background-color: #99CC1B;
}
.bloc-text-media .col-text .content.droite h2:first-child::after, .bloc-text-media .col-text .content.droite h3:first-child::after {
  content: "";
  position: absolute;
  left: 107% !important;
  top: 0;
  width: 1px;
  height: 40px;
  background-color: #99CC1B;
}
.bloc-text-media .col-media img:nth-child(2) {
  margin-top: 25px;
}
.bloc-text-media .col-media.m-decoration {
  position: relative;
}
.bloc-text-media .col-media.m-decoration::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -15%;
  width: 540px;
  height: 540px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/m_totm.webp);
}
@media screen and (max-width: 1023px) {
  .bloc-text-media .col-media.m-decoration::before {
    width: 200px;
    height: 200px;
  }
}
.bloc-text-media .col-media .video-poster {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .bloc-text-media .col-media .video-poster {
    aspect-ratio: 1.7777777778;
  }
}
.bloc-text-media .col-media .video-poster .btn-play {
  transition: 0.3s;
  cursor: pointer;
}
.bloc-text-media .col-media .video-poster:hover .btn-play {
  transform: scale(0.9);
}
.bloc-text-media .col-media .video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.bloc-text-media .col-media .video-popup.active {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.bloc-text-media .col-media .video-popup .btn-close {
  position: absolute;
  top: 10%;
  right: 10%;
  color: #99CC1B;
  width: 50px;
  cursor: pointer;
  transition: 0.3s;
}
.bloc-text-media .col-media .video-popup .btn-close path {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}
.bloc-text-media .col-media .video-popup iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70vw;
  height: auto;
  aspect-ratio: 1.7777777778;
}
@media screen and (max-width: 1023px) {
  .bloc-text-media .col-media .video-popup iframe {
    width: 100vw;
  }
}
.home-first-section h2::before {
  display: none;
}
.home-first-section h2::after {
  display: none;
}
.home-first-section .label {
  position: relative;
}
.home-first-section .label::before {
  width: 1000px;
  height: 1px;
  background-color: #99CC1B;
  content: "";
  left: calc(-1000px - 30px);
  top: 7px;
  position: absolute;
}
.home-first-section .label::after {
  width: 1px;
  height: 40px;
  background-color: #99CC1B;
  content: "";
  left: -30px;
  top: -5px;
  position: absolute;
}
.bloc-avantages {
  position: relative;
}
.bloc-avantages.white {
  background-color: #FFFFFF;
}
.bloc-avantages.grey {
  background-color: #F7F7F7;
}
.bloc-avantages::before {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: -15%;
  right: -10%;
  width: 540px;
  height: 540px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/m_totm.webp);
}
@media screen and (max-width: 767px) {
  .bloc-avantages::before {
    display: none;
  }
}
.bloc-avantages.circles .cartes .carte {
  background-color: #000000;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.bloc-avantages.circles .cartes .carte .content {
  color: #FFFFFF;
  text-align: center;
}
.bloc-avantages.circles .cartes .carte .content h3 {
  color: #99CC1B;
}
@media screen and (max-width: 767px) {
  .bloc-avantages.circles .cartes .carte {
    background-image: none !important;
  }
}
.bloc-avantages .intro {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
}
.bloc-avantages .intro h2, .bloc-avantages .intro h3 {
  position: relative;
  display: inline-block;
}
.bloc-avantages .intro h2:first-child, .bloc-avantages .intro h3:first-child {
  position: relative;
}
.bloc-avantages .intro h2:first-child::before, .bloc-avantages .intro h3:first-child::before {
  width: 500%;
  height: 1px;
  background-color: #99CC1B;
  content: "";
  left: calc(-500% - 25px);
  top: 15px;
  position: absolute;
}
.bloc-avantages .intro h2:first-child::after, .bloc-avantages .intro h3:first-child::after {
  width: 1px;
  height: 40px;
  background-color: #99CC1B;
  content: "";
  left: -25px;
  top: 0px;
  position: absolute;
}
.bloc-avantages .cartes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px;
  margin-top: 36px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .bloc-avantages .cartes {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .bloc-avantages .cartes {
    grid-template-columns: 1fr;
    row-gap: 18px;
  }
}
.bloc-avantages .cartes .carte {
  padding: 36px;
  border: 3px solid #99CC1B;
  background-color: #000000;
}
.bloc-avantages .cartes .carte .icon {
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bloc-avantages .cartes .carte .icon {
    padding-bottom: 60px;
  }
}
.bloc-avantages .cartes .carte .icon img {
  max-height: 90px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .bloc-avantages .cartes .carte .icon img {
    max-height: 60px;
  }
}
.bloc-avantages .cartes .carte .content {
  color: #FFFFFF;
  text-align: center;
}
.bloc-avantages .cartes .carte .content p:not(:last-child) {
  margin-bottom: 20px;
}
.bloc-avantages .cartes .carte .content h3 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-align: center;
  color: #99CC1B;
}
.bloc-avantages.no-bg::before {
  display: none;
}
.bloc-avantages.no-pb {
  padding-bottom: 0;
}
.block_temoignages {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .block_temoignages {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .block_temoignages {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
.block_temoignages::before {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: -15%;
  right: -10%;
  width: 540px;
  height: 540px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/m_totm.webp);
}
.block_temoignages .heading-wrapper {
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.block_temoignages .heading-wrapper .intro {
  width: calc(100% - 350px);
  padding-right: 50px;
}
.block_temoignages .heading-wrapper .intro h2 {
  position: relative;
}
.block_temoignages .heading-wrapper .intro h2::before {
  width: 100vw;
  height: 1px;
  background-color: #99CC1B;
  content: "";
  left: calc(-100vw - 5%);
  top: 15px;
  position: absolute;
}
.block_temoignages .heading-wrapper .intro h2::after {
  width: 1px;
  height: 40px;
  background-color: #99CC1B;
  content: "";
  left: -5%;
  top: 0px;
  position: absolute;
}
.block_temoignages .heading-wrapper .btn-container {
  width: 350px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .block_temoignages .heading-wrapper {
    justify-content: center;
  }
  .block_temoignages .heading-wrapper .intro {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .block_temoignages .heading-wrapper .btn-container {
    display: none;
    visibility: hidden;
  }
}
.block_temoignages .btn-center {
  display: none;
  visibility: hidden;
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .block_temoignages .btn-center {
    display: block;
    visibility: visible;
  }
}
.block_temoignages .testimonial-slide {
  margin: 50px 15px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 50px 15px 50px;
  background-color: #FFFFFF;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .block_temoignages .testimonial-slide {
    padding: 40px 20px 20px 20px;
    margin: 20px 15px;
  }
}
.block_temoignages .testimonial-slide .quote-icon {
  position: relative;
  top: 0;
  left: 0;
  width: 40px;
  margin-bottom: 20px;
}
.block_temoignages .testimonial-slide .quote-icon img {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .block_temoignages .testimonial-slide .quote-icon {
    top: -20px;
    left: 10px;
    margin-bottom: 0;
  }
}
.block_temoignages .testimonial-slide .google-review-images {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .block_temoignages .testimonial-slide .google-review-images {
    margin-bottom: 0;
  }
}
.block_temoignages .testimonial-slide .google-review-images .google-logo {
  width: 40px;
  margin-right: 10px;
}
.block_temoignages .testimonial-slide .google-review-images .google-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.block_temoignages .testimonial-slide .google-review-images .stars-icon {
  width: 150px;
}
.block_temoignages .testimonial-slide .google-review-images .stars-icon img {
  width: 100%;
  display: block;
}
.block_temoignages .testimonial-slide .testimonial-text {
  max-height: 240px;
  overflow: auto;
}
.block_temoignages .testimonial-slide .testimonial-text::-webkit-scrollbar {
  width: 5px;
}
.block_temoignages .testimonial-slide .testimonial-text::-webkit-scrollbar-thumb {
  background-color: #F7F7F7;
  border-radius: 10px;
}
.block_temoignages .testimonial-slide .testimonial-text em {
  font-style: italic;
  font-size: 16px;
}
.block_temoignages .slick-slider {
  position: relative;
}
.block_temoignages .slick-slider .slick-list {
  margin: 0 -15px;
}
.block_temoignages .slick-slider .slick-track {
  display: flex !important;
}
.block_temoignages .slick-slider .slick-slide {
  height: inherit !important;
}
.block_temoignages .slick-dots {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .block_temoignages .slick-dots {
    bottom: 0;
  }
}
.block_temoignages .slick-dots li {
  width: 100%;
  height: auto;
  margin: 0;
}
.block_temoignages .slick-dots li::before {
  display: none;
}
.block_temoignages .slick-dots li.slick-active button {
  background-color: #99CC1B;
  padding: 2px;
}
.block_temoignages .slick-dots li button {
  width: 100%;
  height: 1px;
  background-color: #76777aa8;
  padding: 0;
  outline: none;
}
.block_temoignages .slick-dots li button:hover {
  background-color: #99CC1B;
}
.block_temoignages .slick-arrow {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  left: auto;
  padding: 10px;
  border: 1px solid #3C3D3C;
  border-radius: 7px;
}
.block_temoignages .slick-arrow.next {
  transform: rotate(180deg) translateY(-50%);
}
.block_temoignages .slick-arrow.prev {
  left: -50px;
  right: auto;
  transform: rotate(180deg);
}
@media screen and (max-width: 1200px) {
  .block_temoignages .slick-arrow {
    display: none;
    visibility: hidden;
  }
}
.block_temoignages .testimonial-content {
  height: calc(100% - 65px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block_temoignages .info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .block_temoignages .info {
    margin-bottom: 0;
  }
}
.block_temoignages .info .logo {
  position: relative;
  padding-right: 30px;
  max-width: 150px;
}
.block_temoignages .info .logo::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #000000;
  right: 0;
  bottom: 50%;
  position: absolute;
}
.block_temoignages .info .testimonial-author {
  font-weight: 700;
  margin-left: 10px;
}
.block_temoignages .info .testimonial-author span {
  display: block;
}
.block_temoignages .info .testimonial-author .author-name {
  color: #000000;
  font-size: 19px;
  margin-bottom: 0px;
  font-family: "Roboto";
}
.block_temoignages .info .testimonial-author .author-name.has-job {
  margin-bottom: 7px;
}
.block_temoignages .info .testimonial-author .author-title {
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.3;
}
.bloc-services-list {
  position: relative;
  z-index: 2;
}
.bloc-services-list .row-flex {
  max-width: 1400px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .bloc-services-list .row-flex {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .bloc-services-list .row-flex .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 300px;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .bloc-services-list .col-media {
    padding: 0 30px;
  }
}
.bloc-services-list .link-list {
  background-color: #FFFFFF;
  padding: 60px 72px;
  border: 1px solid #99CC1B;
}
@media screen and (max-width: 767px) {
  .bloc-services-list .link-list {
    padding: 30px;
  }
}
.bloc-services-list .link-list .list-item {
  display: flex;
  padding: 20px 0;
  align-items: center;
}
.bloc-services-list .link-list .list-item:hover a {
  color: #99CC1B;
}
.bloc-services-list .link-list .list-item:hover svg path {
  fill: #99CC1B;
}
.bloc-services-list .link-list .list-item .icon {
  padding-right: 30px;
  position: relative;
  min-width: 52px;
}
.bloc-services-list .link-list .list-item .icon::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 30px;
  background-color: #000000;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .bloc-services-list .link-list .list-item .icon {
    padding-right: 20px;
    min-width: 44px;
  }
}
.bloc-services-list .link-list .list-item .service {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .bloc-services-list .link-list .list-item .service {
    padding-left: 20px;
  }
}
.bloc-services-list .link-list .list-item a {
  font-family: "Public Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.52px;
  text-decoration: none;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .bloc-services-list .link-list .list-item a {
    font-size: 16px;
  }
}
.bloc-services-list .link-list .list-item svg path {
  fill: #000000;
}
.bloc-text-defilant {
  margin-top: -100px;
  position: relative;
  margin-bottom: -100px;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  z-index: 99;
}
@media screen and (max-width: 1023px) {
  .bloc-text-defilant {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .bloc-text-defilant .text-defilant {
    font-size: 100px;
  }
}
.container-defilant {
  overflow: hidden;
  white-space: nowrap;
}
.text-defilant {
  font-family: "Public Sans";
  font-size: 200px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  /* 240px */
  color: rgba(0, 0, 0, 0.11);
  white-space: nowrap;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1600px) {
  .text-defilant {
    font-size: 160px;
  }
}
.text-defilant .scrolling-text {
  display: block;
  animation: marquee 12s linear infinite;
  /* Adjust timing as needed */
  position: relative;
  padding-right: 10%;
}
.text-defilant .scrolling-text::after {
  content: attr(data-text);
  /* Duplicate content */
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  position: absolute;
  display: block;
  left: 100%;
  padding-right: 10%;
  top: 0;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.bloc-hero {
  position: relative;
  aspect-ratio: 1.7777777778;
}
.bloc-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Filtre-header, linear-gradient(0deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.1) 5.86%, rgba(0, 0, 0, 0.65) 100%));
  z-index: 1;
}
.bloc-hero .background {
  position: absolute;
  height: 100%;
  width: 100%;
}
.bloc-hero.image {
  aspect-ratio: unset;
  overflow: hidden;
}
.bloc-hero.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .bloc-hero.image img {
    object-position: right;
  }
}
.bloc-hero.image .row {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.bloc-hero.image .row .content {
  max-width: 800px;
  padding-top: 240px;
  padding-bottom: 140px;
  min-height: 80vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  .bloc-hero.image .row .content {
    max-width: 640px;
  }
}
@media screen and (max-width: 1023px) {
  .bloc-hero.image .row .content {
    padding-top: 150px;
    padding-bottom: 150px;
    min-height: 50vh;
  }
}
.bloc-hero.video:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.05) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.27) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.1) 5.86%, rgba(0, 0, 0, 0.25) 100%);
}
@media screen and (max-width: 1023px) {
  .bloc-hero.video {
    aspect-ratio: unset;
  }
}
.bloc-hero.video .video-background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Adjust this value as needed */
  overflow: hidden;
}
.bloc-hero.video .video-background-container .video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 120%;
  min-height: 120%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .bloc-hero.video .video-background-container .video-background {
    min-width: 200vw;
    min-height: 150vh;
  }
}
@media screen and (max-width: 767px) {
  .bloc-hero.video .video-background-container .video-background {
    min-width: 300vw;
    min-height: 200vh;
  }
}
.bloc-hero.video .row {
  justify-content: center;
}
.bloc-hero.video .row .content {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .bloc-hero.video .row .content {
    padding: 100px 20px;
  }
}
.bloc-hero .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.bloc-hero .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  z-index: 5;
  position: relative;
}
.bloc-hero .content {
  max-width: 940px;
  color: #FFFFFF;
}
.bloc-hero .content .label {
  color: #FFFFFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 18px;
  font-family: "Public Sans";
}
.bloc-hero .content h1 {
  color: #FFFFFF;
}
.bloc-hero .content .introduction {
  margin-top: 30px;
}
#breadcrumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  padding: 20px 30px;
}
@media screen and (max-width: 1023px) {
  #breadcrumbs {
    padding: 16px;
  }
}
#breadcrumbs span {
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  color: #000000;
  font-weight: 400;
}
#breadcrumbs span a {
  color: #000000;
  font-weight: 400;
}
#breadcrumbs span.breadcrumb_last {
  font-weight: 600;
}
.home .bloc-hero .content .label {
  color: #99CC1B;
}
.home .bloc-hero .content h1 {
  color: #FFFFFF;
}
.home .bloc-hero .content .introduction {
  font-size: 20px;
  margin-top: 20px;
}
.bloc-video {
  position: relative;
  aspect-ratio: 1.7777777778;
  background-color: #000000;
}
.bloc-video .background {
  position: absolute;
  height: 100%;
  width: 100%;
}
.bloc-video .video-background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Adjust this value as needed */
  overflow: hidden;
}
.bloc-video .video-background-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  background-size: cover;
}
.bloc-video .video-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.bloc-video .video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bloc-video .row {
  justify-content: center;
}
.bloc-video .row .content {
  text-align: center;
}
.bloc-video .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 2;
}
.bloc-video .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  z-index: 5;
  position: relative;
}
.bloc-video .content {
  max-width: 700px;
  position: relative;
  z-index: 2;
}
.bloc-video .content .t-h2 {
  color: #FFFFFF;
  display: block;
}
@media screen and (max-width: 767px) {
  .bloc-video .content .t-h2 {
    font-size: 22px;
  }
}
.bloc-video .play-button {
  display: inline-block;
  margin-top: 36px;
  cursor: pointer;
}
.bloc-video .play-button svg {
  width: 90px;
  height: 90px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .bloc-video .play-button svg {
    width: 50px;
    height: 50px;
  }
}
.bloc-video .play-button:hover svg {
  transform: scale(0.9);
}
.bloc-video.playing .video-poster {
  display: none;
}
.bloc-video.playing .play-button {
  display: none;
}
.bloc-video.playing .video-background-container {
  z-index: 2;
}
.bloc-video.playing .container {
  display: none;
}
.bloc-cta {
  padding: 230px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bloc-cta {
    padding: 130px 0;
  }
}
.bloc-cta h2 {
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .bloc-cta h2 {
    font-size: 28px;
  }
}
.bloc-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.7) 100%);
  z-index: 0;
}
.bloc-cta.fondu::before {
  background: linear-gradient(180deg, #F7F7F7 0%, rgba(255, 255, 255, 0.63) 100%);
}
.bloc-cta .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.bloc-cta .container h2 {
  margin-bottom: 20px;
}
.bloc-cta .container p {
  font-size: 19px;
  margin-bottom: 20px;
}
.bloc-cta .bloc-text-defilant {
  margin-top: -220px;
  position: relative;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .bloc-cta .bloc-text-defilant {
    margin-top: -110px;
  }
}
.bloc-cta .row {
  max-width: 800px;
  text-align: center;
}
.bloc-cta .button-wrap {
  display: flex;
  column-gap: 40px;
  row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .bloc-cta .button-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.bloc-cta .button-wrap .phone {
  text-align: center;
  color: #000000;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.96px;
}
.bloc-cta .button-wrap .phone:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .bloc-cta .button-wrap .phone {
    font-size: 24px;
  }
}
.bloc-blogue {
  background-color: #F7F7F7;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bloc-blogue {
    padding-bottom: 120px;
  }
}
.bloc-blogue .blogue-heading {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
  align-items: flex-end;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .bloc-blogue .blogue-heading {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
  }
  .bloc-blogue .blogue-heading .btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}
.bloc-blogue .blogue-heading .title {
  max-width: 600px;
}
.bloc-blogue .blogue-heading .title h2:last-child {
  margin-bottom: 0;
}
.bloc-blogue .blogue-heading .title h2:first-child {
  position: relative;
}
.bloc-blogue .blogue-heading .title h2:first-child::before {
  width: 100vw;
  height: 1px;
  background-color: #99CC1B;
  content: "";
  left: calc(-100vw - 5%);
  top: 15px;
  position: absolute;
}
.bloc-blogue .blogue-heading .title h2:first-child::after {
  width: 1px;
  height: 40px;
  background-color: #99CC1B;
  content: "";
  left: -5%;
  top: 0px;
  position: absolute;
}
.bloc-blogue .blogue-post {
  border: 1px solid #99CC1B;
  display: flex;
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .bloc-blogue .blogue-post {
    flex-direction: column;
  }
}
.bloc-blogue .blogue-post:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .bloc-blogue .blogue-post:nth-child(even) {
    flex-direction: column;
  }
}
.bloc-blogue .blogue-post:hover {
  text-decoration: none;
}
.bloc-blogue .blogue-post:not(:last-child) {
  margin-bottom: 36px;
}
.bloc-blogue .blogue-post .blogue-post-content {
  box-sizing: border-box;
  width: 50%;
  padding: 32px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .bloc-blogue .blogue-post .blogue-post-content {
    padding: 24px;
    flex: 1;
    width: 100%;
  }
}
.bloc-blogue .blogue-post .blogue-post-content h3 {
  color: #99CC1B;
}
.bloc-blogue .blogue-post .blogue-post-content .date {
  color: #000000;
  font-family: "Public Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  /* 140% */
  margin-bottom: 18px;
  display: inline-block;
}
.bloc-blogue .blogue-post .blogue-post-content p {
  color: #000000;
  margin-top: 18px;
}
.bloc-blogue .blogue-post .blogue-post-thumbnail {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bloc-blogue .blogue-post .blogue-post-thumbnail {
    flex: 1;
    aspect-ratio: 1.7777777778;
    width: 100%;
  }
}
.bloc-blogue .blogue-post .blogue-post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.bloc-blogue .blogue-post .blogue-post-thumbnail .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
}
.bloc-blogue .blogue-post .blogue-post-thumbnail .hover-overlay .btn {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.bloc-blogue .blogue-post .blogue-post-thumbnail .hover-overlay .btn::after {
  background-color: #FFFFFF;
}
.bloc-blogue .blogue-post:hover .hover-overlay {
  opacity: 1;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 72px;
  row-gap: 10px;
}
.pagination .page-numbers {
  color: #3C3D3C;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.54px;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid #000000;
  margin: 0 5px;
}
.pagination .page-numbers:hover {
  background-color: #3C3D3C;
  color: #FFFFFF;
  text-decoration: none;
}
.pagination .page-numbers.current {
  background-color: #3C3D3C;
  color: #FFFFFF;
}
.page-template-page-blog .bloc-blogue {
  background-color: #FFFFFF;
}
.bloc-portfolio {
  background: linear-gradient(0deg, #F7F7F7 90%, #FFFFFF 100%);
}
.bloc-portfolio .row {
  position: relative;
  padding-bottom: 80px;
}
.bloc-portfolio .blogue-heading {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
  align-items: flex-end;
  margin-bottom: 42px;
}
@media screen and (max-width: 1023px) {
  .bloc-portfolio .blogue-heading {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .bloc-portfolio .blogue-heading .btn {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
}
.bloc-portfolio .blogue-heading .title {
  max-width: 600px;
}
.bloc-portfolio .blogue-heading .title h2:last-child {
  margin-bottom: 0;
}
.bloc-portfolio .blogue-heading .title h2:first-child {
  position: relative;
}
.bloc-portfolio .blogue-heading .title h2:first-child::before {
  width: 100vw;
  height: 1px;
  background-color: #99CC1B;
  content: "";
  left: calc(-100vw - 5%);
  top: 15px;
  position: absolute;
}
.bloc-portfolio .blogue-heading .title h2:first-child::after {
  width: 1px;
  height: 40px;
  background-color: #99CC1B;
  content: "";
  left: -5%;
  top: 0px;
  position: absolute;
}
.bloc-portfolio .portfolio-posts {
  display: grid;
  grid-template-columns: repeat(17, 1fr);
  grid-gap: 15px;
}
@media screen and (max-width: 1023px) {
  .bloc-portfolio .portfolio-posts {
    grid-template-columns: repeat(6, 1fr);
    gap: 5px;
  }
}
.bloc-portfolio .portfolio-posts .portfolio-post {
  position: relative;
}
.bloc-portfolio .portfolio-posts .portfolio-post:first-child {
  grid-column: span 5;
  grid-row: span 5;
}
@media screen and (max-width: 1023px) {
  .bloc-portfolio .portfolio-posts .portfolio-post:first-child {
    grid-column: span 4;
    grid-row: span 1;
  }
}
.bloc-portfolio .portfolio-posts .portfolio-post:nth-child(3) {
  grid-column: span 5;
  grid-row: span 5;
}
@media screen and (max-width: 1023px) {
  .bloc-portfolio .portfolio-posts .portfolio-post:nth-child(3) {
    grid-column: span 6;
    grid-row: span 1;
  }
}
.bloc-portfolio .portfolio-posts .portfolio-post:nth-child(2) {
  grid-column: span 7;
  grid-row: span 10;
}
@media screen and (max-width: 1023px) {
  .bloc-portfolio .portfolio-posts .portfolio-post:nth-child(2) {
    grid-column: span 2;
    grid-row: span 1;
  }
}
.bloc-portfolio .portfolio-posts .portfolio-post:nth-child(4) {
  grid-column: span 5;
  grid-row: span 5;
}
@media screen and (max-width: 1023px) {
  .bloc-portfolio .portfolio-posts .portfolio-post:nth-child(4) {
    grid-column: span 4;
    grid-row: span 1;
  }
}
.bloc-portfolio .portfolio-posts .portfolio-post:nth-child(5) {
  grid-column: span 5;
  grid-row: span 5;
}
@media screen and (max-width: 1023px) {
  .bloc-portfolio .portfolio-posts .portfolio-post:nth-child(5) {
    grid-column: span 2;
    grid-row: span 1;
  }
}
.bloc-portfolio .portfolio-posts .portfolio-post:hover .portfolio-post-content {
  opacity: 1;
}
.bloc-portfolio .portfolio-posts .portfolio-post:hover .info {
  display: none;
}
.portfolio-post-thumbnail {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.portfolio-post-thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
}
.portfolio-post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-post-thumbnail .info {
  position: absolute;
  bottom: 0;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.portfolio-post-thumbnail .info span {
  color: #FFFFFF;
  font-family: "Public Sans";
  font-size: 15px;
}
.portfolio-post-thumbnail .info svg {
  width: 15px;
  height: 15px;
}
.portfolio-post-content {
  opacity: 0;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  top: 20px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s opacity;
}
.portfolio-post-content h3 {
  color: #FFFFFF;
  font-family: "Public Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 36px */
  letter-spacing: 1.2px;
  text-align: center;
  margin-bottom: 10px;
}
.portfolio-post-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
  color: #FFFFFF;
  padding-bottom: 10px;
  border-bottom: 1px solid #99CC1B;
}
.portfolio-post-content svg {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.page-portfolio {
  background-color: #FFFFFF;
}
.page-portfolio .blogue-heading {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .page-portfolio .row {
    padding-bottom: 0;
  }
}
.page-portfolio .page-portfolio-posts {
  grid-template-columns: repeat(6, 1fr);
  display: grid;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .page-portfolio .page-portfolio-posts {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-portfolio .page-portfolio-posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-portfolio .page-portfolio-posts .portfolio-post {
  position: relative;
  height: 22vw;
}
@media screen and (max-width: 767px) {
  .page-portfolio .page-portfolio-posts .portfolio-post {
    height: auto;
  }
}
.page-portfolio .page-portfolio-posts .portfolio-post:hover .portfolio-post-content {
  opacity: 1;
}
.page-portfolio .page-portfolio-posts .portfolio-post:hover .info {
  display: none;
}
.page-portfolio .page-portfolio-posts .portfolio-post:nth-child(8n + 1), .page-portfolio .page-portfolio-posts .portfolio-post:nth-child(8n + 5), .page-portfolio .page-portfolio-posts .portfolio-post:nth-child(8n + 8) {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .page-portfolio .page-portfolio-posts .portfolio-post:nth-child(8n + 1), .page-portfolio .page-portfolio-posts .portfolio-post:nth-child(8n + 5), .page-portfolio .page-portfolio-posts .portfolio-post:nth-child(8n + 8) {
    grid-column: span 1;
  }
}
.page-portfolio .page-portfolio-posts .portfolio-post:nth-child(8n + 2), .page-portfolio .page-portfolio-posts .portfolio-post:nth-child(8n + 6), .page-portfolio .page-portfolio-posts .portfolio-post:nth-child(8n + 7) {
  grid-column: span 4;
}
@media screen and (max-width: 767px) {
  .page-portfolio .page-portfolio-posts .portfolio-post:nth-child(8n + 2), .page-portfolio .page-portfolio-posts .portfolio-post:nth-child(8n + 6), .page-portfolio .page-portfolio-posts .portfolio-post:nth-child(8n + 7) {
    grid-column: span 1;
  }
}
.page-portfolio .page-portfolio-posts .portfolio-post:nth-child(8n + 3), .page-portfolio .page-portfolio-posts .portfolio-post:nth-child(8n + 4) {
  grid-column: span 3;
}
@media screen and (max-width: 767px) {
  .page-portfolio .page-portfolio-posts .portfolio-post:nth-child(8n + 3), .page-portfolio .page-portfolio-posts .portfolio-post:nth-child(8n + 4) {
    grid-column: span 1;
  }
}
.page-portfolio-bottom {
  background-color: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .page-portfolio-bottom .row {
    padding-bottom: 0;
  }
}
.page-portfolio-bottom .blogue-heading {
  align-items: center;
  justify-content: center;
}
.page-portfolio-bottom .blogue-heading h2::before {
  right: calc(-100vw - 8%) !important;
  left: unset !important;
}
.page-portfolio-bottom .blogue-heading h2::after {
  right: -8% !important;
  left: unset !important;
}
.page-portfolio-bottom .title {
  text-align: center;
}
.page-portfolio-bottom .loadMoreBtn {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  position: relative;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s;
}
.page-portfolio-bottom .loadMoreBtn:hover {
  background-color: #99CC1B;
}
.page-portfolio-bottom.active .plus-portfolio-posts::before {
  opacity: 0;
  z-index: -1;
}
.page-portfolio-bottom.active .loadMoreBtn {
  bottom: -100px;
}
@media screen and (max-width: 767px) {
  .page-portfolio-bottom.active {
    padding-bottom: 150px;
  }
}
.plus-portfolio-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .plus-portfolio-posts {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .plus-portfolio-posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.plus-portfolio-posts .portfolio-post {
  aspect-ratio: 1.3333333333;
  position: relative;
}
.plus-portfolio-posts .portfolio-post:hover .portfolio-post-content {
  opacity: 1;
}
.plus-portfolio-posts::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50%;
  width: 200%;
  height: 200px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F7F7F7 60%);
  z-index: 1;
  transition: transform 0.3s;
  transform-origin: 0 0;
}
.bloc-section-texte {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: cover;
  background-position: right;
}
@media screen and (max-width: 767px) {
  .bloc-section-texte {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.bloc-section-texte::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 250px;
  height: 250px;
  background-image: url("/wp-content/themes/my-little-big-theme-child/assets/img/m_totm_footer.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bloc-section-texte.arbre::after {
  width: 200px;
  height: 400px;
  background-size: contain;
  background-image: url("/wp-content/themes/my-little-big-theme-child/assets/img/arbre.svg");
}
.bloc-section-texte.sans-m::after {
  display: none;
}
.bloc-section-texte.more-padding {
  padding-top: 200px;
  padding-bottom: 200px;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .bloc-section-texte.more-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.bloc-section-texte.half-background {
  background-size: 45%;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #0A0A0A;
}
@media screen and (max-width: 1270px) {
  .bloc-section-texte.half-background {
    background-size: 50%;
    background-position: right;
  }
}
.bloc-section-texte.half-background::before {
  display: none;
}
@media screen and (max-width: 1270px) {
  .bloc-section-texte.half-background::before {
    display: block;
  }
}
.bloc-section-texte.half-background::after {
  display: none;
}
.bloc-section-texte.half-background .col-one .content {
  width: 80%;
}
@media screen and (max-width: 1270px) {
  .bloc-section-texte.half-background .col-one .content {
    width: 100%;
  }
}
.bloc-section-texte.green::before {
  background: linear-gradient(90deg, #99CC1B 0%, #99cc1bb3 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bloc-section-texte.green li:before {
  background-color: #FFFFFF;
}
.bloc-section-texte.green h2 {
  color: #FFFFFF;
}
.bloc-section-texte.dark {
  color: #FFFFFF;
}
.bloc-section-texte.dark::before {
  background: rgba(0, 0, 0, 0.836);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bloc-section-texte.dark.half-opacity::before {
  background: rgba(0, 0, 0, 0.6);
}
.bloc-section-texte.dark h2, .bloc-section-texte.dark h3 {
  color: #99CC1B !important;
}
.bloc-section-texte.dark p, .bloc-section-texte.dark li {
  color: #FFFFFF;
}
@media screen and (max-width: 1600px) {
  .bloc-section-texte.right .container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1200px) {
  .bloc-section-texte.right .container {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1023px) {
  .bloc-section-texte.right .container {
    padding: 0 30px;
  }
}
.bloc-section-texte.right .row-flex {
  position: relative;
  padding: 0 80px;
}
@media screen and (max-width: 1600px) {
  .bloc-section-texte.right .row-flex {
    padding: 0 30px;
    max-width: 1200px;
  }
}
@media screen and (max-width: 1023px) {
  .bloc-section-texte.right .row-flex {
    padding: 0 30px;
    max-width: 100%;
  }
}
.bloc-section-texte.right .row-flex::before {
  background-color: #FFFFFF;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 49%, #F7F7F7 50%, #F7F7F7 100%);
  content: "";
  top: -80px;
  left: -100vh;
  width: 100vh;
  height: calc(100% + 160px);
  position: absolute;
}
.bloc-section-texte .container {
  position: relative;
  z-index: 1;
}
.bloc-section-texte .container .col-one, .bloc-section-texte .container .col-two {
  max-width: 800px;
  flex: 1 1 0;
  padding-right: 5vh;
  padding-left: 5vh;
}
@media screen and (max-width: 1023px) {
  .bloc-section-texte .container .col-one, .bloc-section-texte .container .col-two {
    padding: 0;
  }
}
.bloc-section-texte .container .row-flex {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .bloc-section-texte .container .row-flex {
    flex-direction: column;
    row-gap: 24px;
  }
}
.bloc-section-texte .container .col-two {
  border-left: 1px solid #99CC1B;
}
@media screen and (max-width: 1023px) {
  .bloc-section-texte .container .col-two {
    border-left: none;
  }
}
.bloc-section-texte.no-before .row-flex::before {
  background: #FFFFFF;
}
.bloc-equipe .introduction {
  margin-bottom: 40px;
}
.bloc-equipe .introduction h2 {
  position: relative;
}
.bloc-equipe .introduction h2::before {
  width: 100%;
  height: 1px;
  background-color: #99CC1B;
  content: "";
  left: -105%;
  top: 15px;
  position: absolute;
}
.bloc-equipe .introduction h2::after {
  width: 1px;
  height: 40px;
  background-color: #99CC1B;
  content: "";
  left: -5%;
  top: 0px;
  position: absolute;
}
.bloc-equipe .tabs-nav {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.bloc-equipe .tabs-nav .tab {
  width: calc(100% / 2 - 24px);
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .bloc-equipe .tabs-nav .tab {
    width: 100%;
  }
}
.bloc-equipe .tabs-nav .tab[data-order="1"] {
  order: 1;
}
.bloc-equipe .tabs-nav .tab[data-order="2"] {
  order: 2;
}
@media screen and (max-width: 767px) {
  .bloc-equipe .tabs-nav .tab[data-order="2"] {
    order: 3;
  }
}
.bloc-equipe .tabs-nav .tab .photo {
  aspect-ratio: 0.7619047619;
  position: relative;
  overflow: hidden;
}
.bloc-equipe .tabs-nav .tab .photo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, #000000 100%);
  top: 0;
  left: 0;
  z-index: 1;
}
.bloc-equipe .tabs-nav .tab .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}
.bloc-equipe .tabs-nav .tab .details {
  position: absolute;
  padding: 50px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
  color: #FFFFFF;
  padding-right: 25px;
}
.bloc-equipe .tabs-nav .tab .details .name {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  font-family: "Public Sans";
  padding-bottom: 5px;
}
.bloc-equipe .tabs-nav .tab .details .position {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  font-family: "Public Sans";
}
.bloc-equipe .tabs-nav .tab .details .arrow {
  position: absolute;
  right: 50px;
  bottom: 50px;
}
.bloc-equipe .tabs-content {
  display: none;
  width: 100%;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bloc-equipe .tabs-content {
    padding: 30px 20px;
  }
}
.bloc-equipe .tabs-content .btn-wrap {
  display: flex;
  gap: 14px;
  align-items: center;
}
.bloc-equipe .tabs-content .courriel {
  padding: 22px;
  background: #99CC1B;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #000000;
  line-height: 1;
  border: 1px solid #99CC1B;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.bloc-equipe .tabs-content .courriel svg {
  height: 14px;
  width: 14px;
}
.bloc-equipe .tabs-content .courriel svg path {
  stroke: #000000;
}
.bloc-equipe .tabs-content .linkedin {
  padding: 22px;
  border: 1px solid #99CC1B;
}
.bloc-equipe .tabs-content .linkedin svg {
  height: 18px;
  width: 18px;
}
.bloc-equipe .tabs-content .linkedin svg path {
  fill: #000000;
}
.bloc-equipe .tabs-content.active {
  display: block;
}
.bloc-equipe .tabs-content[data-order="1"] {
  order: 3;
}
.bloc-equipe .tabs-content[data-order="1"]::before {
  content: "";
  width: calc(100% / 2 - 24px);
  height: 6px;
  background-color: #99CC1B;
  left: 0;
  top: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .bloc-equipe .tabs-content[data-order="1"] {
    order: 2;
  }
}
.bloc-equipe .tabs-content[data-order="2"] {
  order: 4;
}
.bloc-equipe .tabs-content[data-order="2"]::before {
  content: "";
  width: calc(100% / 2 - 12px);
  height: 6px;
  background-color: #99CC1B;
  right: 0;
  top: 0;
  left: unset;
  position: absolute;
}
.bloc-galerie {
  box-sizing: border-box;
  background: linear-gradient(0deg, #F7F7F7 90%, #FFFFFF 100%);
}
.bloc-galerie .galerie {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  /* Adjust this value to set the gap between items */
  position: relative;
  padding-bottom: 100px;
}
.bloc-galerie .galerie::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100vh;
  width: 220vw;
  height: 500px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F7F7F7 60%);
  z-index: 1;
  transition: transform 0.3s;
  transform-origin: 0 0;
}
@media screen and (max-width: 767px) {
  .bloc-galerie .galerie {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.bloc-galerie.active .galerie::before {
  opacity: 0;
}
.bloc-galerie .image {
  position: relative;
  height: 585px;
}
@media screen and (max-width: 1400px) {
  .bloc-galerie .image {
    height: 400px;
  }
}
@media screen and (max-width: 1023px) {
  .bloc-galerie .image {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .bloc-galerie .image {
    height: 200px;
  }
}
.bloc-galerie .image:nth-child(1) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(2) {
  grid-column: span 2;
}
.bloc-galerie .image:nth-child(3) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(4) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(5) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(6) {
  grid-column: span 2;
}
.bloc-galerie .image:nth-child(7) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(8) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(9) {
  grid-column: span 2;
}
.bloc-galerie .image:nth-child(10) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(11) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(12) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(13) {
  grid-column: span 2;
}
.bloc-galerie .image:nth-child(14) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(15) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(16) {
  grid-column: span 2;
}
.bloc-galerie .image:nth-child(17) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(18) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(19) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(20) {
  grid-column: span 2;
}
.bloc-galerie .image:nth-child(21) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(22) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(23) {
  grid-column: span 2;
}
.bloc-galerie .image:nth-child(24) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(25) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(26) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(27) {
  grid-column: span 2;
}
.bloc-galerie .image:nth-child(28) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(29) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(30) {
  grid-column: span 2;
}
.bloc-galerie .image:nth-child(31) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(32) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(33) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(34) {
  grid-column: span 2;
}
.bloc-galerie .image:nth-child(35) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(36) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(37) {
  grid-column: span 2;
}
.bloc-galerie .image:nth-child(38) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(39) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(40) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(41) {
  grid-column: span 2;
}
.bloc-galerie .image:nth-child(42) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(43) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(44) {
  grid-column: span 2;
}
.bloc-galerie .image:nth-child(45) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(46) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(47) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(48) {
  grid-column: span 2;
}
.bloc-galerie .image:nth-child(49) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(50) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(51) {
  grid-column: span 2;
}
.bloc-galerie .image:nth-child(52) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(53) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(54) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(55) {
  grid-column: span 2;
}
.bloc-galerie .image:nth-child(56) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(57) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(58) {
  grid-column: span 2;
}
.bloc-galerie .image:nth-child(59) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(60) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(61) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(62) {
  grid-column: span 2;
}
.bloc-galerie .image:nth-child(63) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(64) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(65) {
  grid-column: span 2;
}
.bloc-galerie .image:nth-child(66) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(67) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(68) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(69) {
  grid-column: span 2;
}
.bloc-galerie .image:nth-child(70) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(71) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(72) {
  grid-column: span 2;
}
.bloc-galerie .image:nth-child(73) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(74) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(75) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(76) {
  grid-column: span 2;
}
.bloc-galerie .image:nth-child(77) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(78) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(79) {
  grid-column: span 2;
}
.bloc-galerie .image:nth-child(80) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(81) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(82) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(83) {
  grid-column: span 2;
}
.bloc-galerie .image:nth-child(84) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(85) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(86) {
  grid-column: span 2;
}
.bloc-galerie .image:nth-child(87) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(88) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(89) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(90) {
  grid-column: span 2;
}
.bloc-galerie .image:nth-child(91) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(92) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(93) {
  grid-column: span 2;
}
.bloc-galerie .image:nth-child(94) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(95) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(96) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(97) {
  grid-column: span 2;
}
.bloc-galerie .image:nth-child(98) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(99) {
  grid-column: span 1;
}
.bloc-galerie .image:nth-child(100) {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .bloc-galerie .image:nth-child(1) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(2) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(3) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(4) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(5) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(6) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(7) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(8) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(9) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(10) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(11) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(12) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(13) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(14) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(15) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(16) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(17) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(18) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(19) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(20) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(21) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(22) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(23) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(24) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(25) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(26) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(27) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(28) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(29) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(30) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(31) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(32) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(33) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(34) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(35) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(36) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(37) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(38) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(39) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(40) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(41) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(42) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(43) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(44) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(45) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(46) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(47) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(48) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(49) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(50) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(51) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(52) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(53) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(54) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(55) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(56) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(57) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(58) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(59) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(60) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(61) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(62) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(63) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(64) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(65) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(66) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(67) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(68) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(69) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(70) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(71) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(72) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(73) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(74) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(75) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(76) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(77) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(78) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(79) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(80) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(81) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(82) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(83) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(84) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(85) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(86) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(87) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(88) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(89) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(90) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(91) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(92) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(93) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(94) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(95) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(96) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(97) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(98) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(99) {
    grid-column: span 1;
  }
  .bloc-galerie .image:nth-child(100) {
    grid-column: span 1;
  }
}
.bloc-galerie .image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .bloc-galerie .image img {
    object-position: center;
  }
}
.bloc-galerie .loadMoreBtn {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  position: relative;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.bloc-galerie .loadMoreBtn:hover {
  background-color: #99CC1B;
}
.bloc-faq .bloc-faq__item {
  margin-bottom: 20px;
  width: 100%;
}
.bloc-faq .bloc-faq__item:first-child {
  margin-top: 30px;
}
.bloc-faq .bloc-faq__item:last-child {
  margin-bottom: 0;
}
.bloc-faq .bloc-faq__item .bloc-faq__question {
  cursor: pointer;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #99CC1B;
  border: 3px solid #99CC1B;
  margin: 0;
}
.bloc-faq .bloc-faq__item .bloc-faq__question .question-text {
  padding-right: 20px;
  width: calc(100% - 30px);
  color: #000000;
}
.bloc-faq .bloc-faq__item .bloc-faq__question .toggle-icon {
  display: flex;
  height: 24px;
  width: 24px;
  position: relative;
}
.bloc-faq .bloc-faq__item .bloc-faq__question .toggle-icon::before, .bloc-faq .bloc-faq__item .bloc-faq__question .toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 3px;
  background-color: #000000;
  transform-origin: center;
  transition: transform 0.3s ease;
}
.bloc-faq .bloc-faq__item .bloc-faq__question .toggle-icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.bloc-faq .bloc-faq__item .bloc-faq__question .toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.bloc-faq .bloc-faq__item .bloc-faq__reponse {
  padding: 30px;
  background-color: white;
  border-left: 3px solid #99CC1B;
  border-bottom: 3px solid #99CC1B;
  border-right: 3px solid #99CC1B;
  display: none;
}
.bloc-faq .bloc-faq__item.active .bloc-faq__question .toggle-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.bloc-faq .bloc-faq__item.active .bloc-faq__reponse {
  display: block;
}
