@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://use.typekit.net/dte7fby.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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, body {
  overflow-x: hidden !important;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  transition: ease-in-out 0.3s;
  font-family: "Open Sans", sans-serif;
}
body {
  margin-bottom: 0 !important;
}
.page {
  margin-bottom: 0 !important;
}
.ph {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .ph {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .ph {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.pt {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .pt {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .pt {
    padding-top: 40px;
  }
}
.pb {
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .pb {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .pb {
    padding-bottom: 40px;
  }
}
.pv {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .pv {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .pv {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.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;
  }
}
.row {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}
/* Polices */
html {
  color: #231F20;
  scroll-behavior: smooth;
  scroll-margin-top: 100px;
}
.white {
  color: #FFFFFF;
}
a {
  text-decoration: none;
}
.menu-item a {
  font-family: "bio-sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
}
.title {
  color: #000000;
}
.button {
  font-family: "bio-sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.05px;
  text-transform: uppercase;
}
.h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 70px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
  }
}
.h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 61px;
  text-transform: uppercase;
}
.h2.decorated {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 35px;
}
.h2.decorated::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 8px;
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/trait-horizontal-rouge.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .h2.decorated::after {
    width: 140px;
    height: 6px;
  }
}
@media screen and (max-width: 1024px) {
  .h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 44px;
  }
}
@media screen and (max-width: 767px) {
  .h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    padding-bottom: 12px;
  }
}
.h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 27px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
  }
}
.text-icon {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
}
.text {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
.text em {
  font-style: italic;
  font-weight: 700;
}
.text strong {
  font-weight: 700;
}
.text p:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .text {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}
ul, ol {
  padding-left: 24px;
}
ul li, ol li {
  margin-bottom: 16px;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
.cmplz-subtitle {
  font-weight: 700;
}
#cmplz-document {
  width: 100%;
  max-width: 100%;
}
#cmplz-document p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
}
#cmplz-document h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-top: 30px;
  position: relative;
  color: #000000;
}
#cmplz-document li {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
/* Boutons */
.button {
  padding: 18px 22px;
  border: 3px solid #59843f;
  transition: ease-in-out 0.3s;
  display: inline-block;
  line-height: 1.1;
}
.button.primary {
  color: #FFFFFF;
  background-color: #59843f;
}
.button.primary:hover {
  background-color: #FFFFFF;
  color: #59843f;
}
.button.secondary {
  color: #000000;
  background-color: transparent;
}
.button.secondary:hover {
  background-color: #59843f;
  color: #FFFFFF;
}
.single-content h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 40px;
  position: relative;
  padding-bottom: 18px;
  color: #000000;
}
.single-content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/trait-horizontal-rouge.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.single-content h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000000;
  margin-top: 30px;
}
.single-content strong {
  font-style: italic;
}
.single-content a {
  color: #59843f;
  text-decoration: underline;
}
.single-content a.button {
  text-decoration: none;
}
.single-content p {
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
.single-content ul {
  padding-left: 0;
}
.single-content ul li {
  margin-bottom: 10px;
  padding-left: 40px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  list-style: none;
}
.single-content ul li::before {
  content: "";
  width: 24px;
  height: 15px;
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/list-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 10px;
}
.single-content .fiche-poste {
  margin-top: 40px;
  text-decoration: none;
  display: inline-flex;
  column-gap: 20px;
  align-items: center;
  justify-content: flex-start;
  background-color: #59843f;
  color: #FFFFFF;
}
.single-content .fiche-poste svg {
  fill: #FFFFFF;
  width: 60px;
  transition: ease-in-out 0.3s;
}
.single-content .fiche-poste:hover {
  background-color: #FFFFFF;
  color: #59843f;
}
.single-content .fiche-poste:hover svg {
  fill: #59843f;
  transform: scale(0.9);
}
.back-button {
  margin-top: 60px;
}
.back-button a {
  text-decoration: none !important;
}
.jobs-loop {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 40px;
}
@media screen and (max-width: 1260px) {
  .jobs-loop {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1024px) {
  .jobs-loop {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .jobs-loop {
    grid-template-columns: 1fr;
  }
}
.jobs-loop .job-item {
  padding: 10%;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 40px;
}
.jobs-loop .job-item .title {
  color: #FFFFFF;
}
.jobs-loop .job-item span {
  display: block;
}
.jobs-loop .job-item .button {
  text-decoration: none !important;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.jobs-loop .job-item .button:hover {
  background-color: #59843f;
  color: #FFFFFF;
  border-color: #59843f;
}
.job-cta {
  padding: 40px;
  position: relative;
}
.job-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 0;
}
.job-cta .title, .job-cta .cta-wrap {
  z-index: 4;
  position: relative;
  color: #FFFFFF;
}
.job-cta .h2 {
  margin-bottom: 50px;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  text-align: center;
}
.job-cta .cta-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  column-gap: 20px;
  row-gap: 20px;
}
.job-cta .contact-info {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #FFFFFF;
  padding: 25px;
  text-align: center;
}
.job-cta .contact-info .title {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}
.job-cta .contact-info a {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
}
.job-cta .button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  background-color: #59843f;
  color: #FFFFFF;
}
.job-cta .button:hover {
  background-color: #FFFFFF;
  color: #59843f;
}
.job-offer-single .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 10%;
  row-gap: 30px;
}
.job-offer-single .row .content {
  flex: 3;
}
.job-offer-single .row .job-cta {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .job-offer-single .row .job-cta {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .job-offer-single .row {
    flex-direction: column;
  }
}
/* Formulaires */
.form-postuler-en-ligne_wrapper {
  background-color: #f1f1f1;
  padding: 5%;
  max-width: 1000px;
}
.gform_required_legend {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  color: #000000;
  margin-bottom: 20px;
}
.gform-body .gform_fields {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  grid-row-gap: 30px !important;
}
@media screen and (max-width: 767px) {
  .gform-body .gform_fields {
    grid-row-gap: 20px !important;
  }
}
.gform-body .gform_fields .gfield {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.gform-body .gform_fields .gfield label, .gform-body .gform_fields .gfield .gfield_label {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #000000;
}
.gform-body .gform_fields .gfield input, .gform-body .gform_fields .gfield textarea {
  padding: 10px;
  transition: ease-in-out 0.3s;
  border-radius: 0 !important;
}
.gform-body .gform_fields .gfield input:focus, .gform-body .gform_fields .gfield textarea:focus {
  border-color: #59843f;
}
.gform-body .gform_fields .gfield textarea {
  min-height: 150px;
}
.gform-body .gfield_description, .gform-body .gform_drop_instructions {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.gform-body .gform_button_select_files {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  padding: 20px 22px !important;
  border: 3px solid #59843f !important;
  transition: ease-in-out 0.3s;
  display: inline-block;
  color: #000000 !important;
  background-color: #FFFFFF !important;
  border-radius: 0 !important;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.gform-body .gform_button_select_files:hover {
  background-color: #59843f !important;
  color: #FFFFFF !important;
}
.gform_button {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  padding: 20px 22px !important;
  border: 3px solid #59843f !important;
  transition: ease-in-out 0.3s;
  display: inline-block;
  color: #FFFFFF !important;
  background-color: #59843f !important;
  border-radius: 0 !important;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.gform_button:hover {
  background-color: #FFFFFF !important;
  color: #59843f !important;
}
@media screen and (min-width: 1025px) {
  .mobile {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .mobile {
    display: block;
  }
}
.cmplz-placeholder-parent {
  height: 100%;
}
/* 404 et merci */
.support-page {
  padding-top: 200px;
}
@media screen and (max-width: 1024px) {
  .support-page {
    padding-top: 150px;
  }
}
.support-page .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .support-page .content {
    flex-direction: column;
  }
}
.support-page .content .subtitle {
  color: #59843f;
  margin: 18px 0;
  display: block;
  font-size: 30px;
}
.support-page .content .button {
  margin-top: 30px;
}
.support-page .content img {
  max-width: 400px;
}
.page-hero {
  height: 580px;
  position: relative;
  background-position: bottom center;
  background-size: cover;
}
*.page-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1024px) {
  .page-hero {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .page-hero {
    height: 280px;
  }
}
.page-service-description h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 40px;
  position: relative;
  padding-bottom: 18px;
  color: #000000;
}
.page-service-description h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/trait-horizontal-rouge.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .page-service-description h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
    padding-bottom: 14px;
  }
  .page-service-description h2::after {
    width: 60px;
    height: 3px;
  }
}
.general-content .repeater-item {
  display: flex;
  padding: 45px 0;
  margin-top: 10px;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 2px solid #C1BEBE;
  column-gap: 70px;
}
.general-content .repeater-item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .general-content .repeater-item {
    column-gap: 20px;
    padding: 20px 0;
  }
}
.general-content .repeater-item h2, .general-content .repeater-item h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000000;
}
.general-content .icone {
  min-width: 115px;
}
@media screen and (max-width: 768px) {
  .general-content .icone {
    min-width: 70px;
    max-width: 80px;
    margin-bottom: 15px;
  }
}
.general-content .icone img {
  width: 100%;
}
.general-content strong {
  font-style: italic;
}
.general-content a {
  color: #59843f;
  text-decoration: underline;
}
.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header ul {
  list-style: none;
  padding-left: 0;
}
.header ul li {
  margin: 0;
}
.header .header-top {
  background-color: #59843f;
}
@media screen and (max-width: 1150px) {
  .header .header-top {
    display: none;
  }
}
.header .header-top .row {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
  position: relative;
}
.header .header-top .phone-cta {
  background-color: #000000;
  position: absolute;
  right: 0;
  top: 0;
  padding: 22px;
  font-family: "bio-sans", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.05px;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.header .header-top .phone-cta:hover {
  transform: scale(1.1);
}
.header .header-top .phone-cta a:hover {
  color: #FFFFFF;
}
.header .header-top .phone-cta img {
  margin-right: 8px;
}
.header .header-top .social-media {
  padding-right: 230px;
  display: flex;
  column-gap: 10px;
}
.header .header-top .social-media a {
  transition: all 0.2s ease;
}
.header .header-top .social-media a:hover {
  transform: scale(1.1);
}
.header .header-bottom {
  background-color: rgba(255, 255, 255, 0.93);
}
.header .header-bottom.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header .header-bottom.sticky .logo img {
  width: 100%;
  height: auto;
  max-width: 150px;
}
@media screen and (max-width: 1150px) {
  .header .header-bottom.sticky .logo img {
    max-width: 140px;
  }
}
@media screen and (max-width: 1150px) {
  .header .header-bottom .logo img {
    width: 100%;
    height: auto;
    max-width: 140px;
  }
}
.header .header-bottom .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 40px;
  padding: 5px 0;
}
.header .header-bottom .row .menu #menu-header {
  display: flex;
  justify-content: flex-end;
  column-gap: 25px;
}
.header .header-bottom .row .menu #menu-header .menu-item {
  position: relative;
}
.header .header-bottom .row .menu #menu-header .menu-item:not(.menu-item-has-children) {
  padding: 20px 0;
}
.header .header-bottom .row .menu #menu-header .menu-item:hover::before {
  content: "";
  position: absolute;
  border-bottom: 3px solid #59843f;
  width: 100%;
  bottom: -1px;
}
@media screen and (max-width: 1150px) {
  .header .header-bottom .row .menu {
    display: none;
  }
}
.header .header-bottom .row .menu .sub-menu {
  display: none;
  position: absolute;
  background-color: #59843f;
  width: 250px;
  z-index: 999;
  padding: 20px;
  height: fit-content;
  margin: 0;
  top: 100%;
}
.header .header-bottom .row .menu .sub-menu .menu-item {
  padding: 0 !important;
  display: inline-block;
}
.header .header-bottom .row .menu .sub-menu .menu-item::before {
  border-color: #FFFFFF !important;
}
.header .header-bottom .row .menu .sub-menu a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 0;
}
.header .header-bottom .row .menu .sub-menu a:hover {
  color: #FFFFFF;
}
.header .header-bottom .row .menu .menu-item-has-children {
  position: relative;
  padding: 20px 15px 20px 0;
}
.header .header-bottom .row .menu .menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 0;
  width: 10px;
  height: 10px;
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/fleche-menu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.header .header-bottom .row .menu .menu-item-has-children:hover .sub-menu {
  display: block;
}
.header__hamburger {
  display: none;
}
@media screen and (max-width: 1150px) {
  .header__hamburger {
    display: block;
  }
  .header__hamburger .open {
    display: block;
    background-color: transparent;
    width: 27px;
  }
  .header__hamburger .open svg {
    stroke: #59843f;
  }
  .header__hamburger .close {
    display: none;
    background-color: #59843f;
    padding: 10px;
    border-radius: 100px;
    width: 35px;
    height: 35px;
  }
}
.header__hamburger.active .open {
  display: none;
}
.header__hamburger.active .close {
  display: block;
}
.phone-cta-mobile {
  display: none;
}
@media screen and (max-width: 1150px) {
  .phone-cta-mobile {
    display: block;
  }
}
.phone-cta-mobile svg {
  width: 30px;
  height: 30px;
}
.phone-cta-mobile svg path {
  fill: #59843f;
}
.header-mobile-elements {
  display: none;
}
@media screen and (max-width: 1150px) {
  .header-mobile-elements {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
  }
}
.header__menu-mobile {
  display: none;
}
.header__menu-mobile.open {
  display: block;
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  background-color: #59843f;
  padding: 20px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc(100vh - 90px);
}
.header__menu-mobile.open .menu-item {
  padding: 0 !important;
  display: block;
  text-align: center;
}
.header__menu-mobile.open .menu-item::before {
  border-color: #FFFFFF !important;
}
.header__menu-mobile.open .menu-item.no-click > a {
  display: none;
}
.header__menu-mobile.open a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 0;
}
.header__menu-mobile.open a:hover {
  color: #FFFFFF;
}
.header__menu-mobile .phone-cta {
  text-align: center;
  font-family: "bio-sans", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.05px;
  padding: 20px 40px;
  background-color: #000000;
  display: inline-block;
  margin: 20px auto;
}
.header__menu-mobile .social-media {
  display: flex;
  justify-content: center;
  column-gap: 10px;
}
.header__menu-mobile .social-media img {
  width: 50px;
}
.no-scroll {
  overflow-y: hidden !important;
}
.footer ul {
  list-style: none;
  padding-left: 0;
}
.footer .main-footer {
  background-color: #000000;
}
.footer a {
  color: #FFFFFF;
}
.footer .footer__content {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .footer .footer__content {
    flex-direction: column;
    row-gap: 30px;
  }
}
.footer .footer__nav {
  padding: 0 6%;
  border-right: solid 2px #9B9B9B;
  border-left: solid 2px #9B9B9B;
}
@media screen and (max-width: 1024px) {
  .footer .footer__nav {
    border: none;
    text-align: center;
  }
}
.footer .footer__nav ul {
  display: grid;
  gap: 10px 100px;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, 1fr);
}
@media screen and (max-width: 1230px) {
  .footer .footer__nav ul {
    grid-auto-flow: row;
    grid-template-rows: repeat(1, 1fr);
  }
}
.footer .footer__nav ul li {
  margin-bottom: 10px;
}
@media screen and (max-width: 1230px) {
  .footer .footer__nav ul li {
    margin-bottom: 0;
  }
}
.footer .footer__nav ul a {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
}
.footer .footer__nav ul a:hover {
  color: #59843f;
}
.footer .footer__social-media {
  padding: 0 5%;
}
@media screen and (max-width: 1024px) {
  .footer .footer__social-media {
    text-align: center;
  }
}
.footer .footer__social-media .icones {
  display: flex;
  gap: 12px;
}
.footer .footer__social-media .icones a {
  transition: transform 0.3s;
}
.footer .footer__social-media .icones a:hover {
  transform: scale(1.1);
}
.footer .footer__logo {
  padding-right: 6%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .footer .footer__logo {
    padding-right: 0;
  }
}
.footer .footer-information {
  padding-left: 6%;
}
@media screen and (max-width: 1024px) {
  .footer .footer-information {
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer-information .footer__contact {
    text-align: center;
  }
}
.footer .footer-information .footer__contact a {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.footer .footer-information .footer__contact a:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .footer .footer-information .footer__contact a {
    justify-content: center;
    align-items: center;
  }
}
.footer .footer-information .footer__contact a svg {
  margin-top: 7px;
}
.footer .footer-information .footer__contact span {
  display: block;
}
.footer .footer__title {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #59843f;
  font-style: italic;
  margin-bottom: 30px;
  display: block;
}
.footer .copyright-container {
  background-color: #59843f;
  text-align: center;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  .footer .copyright-container {
    padding: 10px 5px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
  }
}
.footer .copyright-container a:hover {
  text-decoration: underline;
}
.footer__bottom {
  display: flex;
  padding: 15px 0;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
}
@media screen and (max-width: 1100px) {
  .footer__bottom {
    flex-direction: column;
    row-gap: 5px;
  }
}
.footer__bottom .policy-menu .menu-item a {
  font-size: 15px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
}
.footer__bottom .policy-menu .menu-item a:hover {
  text-decoration: underline;
}
.footer__bottom .menu {
  display: flex;
  column-gap: 20px;
  row-gap: 16px;
}
@media screen and (max-width: 767px) {
  .footer__bottom .menu {
    flex-direction: column;
    row-gap: 5px;
  }
}
.footer__bottom li {
  margin-bottom: 0;
}
.section-hero {
  padding: 180px 0 0;
  position: relative;
  background-position: bottom left;
}
.section-hero .scroll-down {
  position: absolute;
  display: block;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  width: 35px;
  height: 35px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/fleche-header.svg);
  cursor: pointer;
  transform: 0.2s;
}
.section-hero .scroll-down:hover {
  transform: translateX(-50%) scale(1.1);
}
@media screen and (max-width: 768px) {
  .section-hero .scroll-down {
    bottom: 20px;
    width: 35px;
    height: 35px;
  }
}
.section-hero .row {
  padding-top: 230px;
  padding-bottom: 230px;
}
.section-hero .row .h1 {
  color: #FFFFFF;
  max-width: 905px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.section-hero .row .button {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .section-hero {
    padding: 100px 0 0;
  }
  .section-hero .row {
    padding-top: 200px;
    padding-bottom: 150px;
  }
  .section-hero .row .h1 {
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .section-hero {
    padding: 50px 0 0;
  }
  .section-hero .row {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .section-hero .row .h1 {
    max-width: 600px;
  }
}
.notre-histoire {
  position: relative;
}
.notre-histoire .row {
  padding-top: 120px;
  padding-bottom: 120px;
  max-width: 1320px;
}
@media screen and (max-width: 1024px) {
  .notre-histoire .row {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .notre-histoire .row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.notre-histoire .row .content {
  padding-left: 20px;
  position: relative;
  max-width: 730px;
  width: 60%;
  margin-left: 65px;
}
@media screen and (max-width: 768px) {
  .notre-histoire .row .content {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  .notre-histoire .row .content::before {
    display: none;
  }
}
.notre-histoire .row .content::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  width: 10px;
  height: 80%;
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/trait-vertical.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.notre-histoire .row .content h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .notre-histoire .row .content h2 {
    margin-bottom: 0px;
  }
}
.notre-histoire .row .content .button {
  margin-top: 30px;
}
.notre-histoire .row .content p:not(:last-child) {
  margin-bottom: 25px;
}
.notre-histoire::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -15%;
  width: 55%;
  height: 180%;
  z-index: 10;
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/image-pelleteuse.png);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .notre-histoire::before {
    display: none;
  }
}
.services-section .content {
  position: relative;
}
.services-section .button {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .services-section .button.pc {
    display: none;
  }
}
.services-section .text {
  margin-top: 30px;
}
.services-section .services-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 30px;
  margin-top: 35px;
}
@media screen and (max-width: 1180px) {
  .services-section .services-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .services-section .services-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services-section .services-container .service-item {
  display: flex;
  column-gap: 30px;
  background-color: #000000;
  padding: 10px 30px 10px 40px;
  min-height: 130px;
  align-items: center;
  justify-content: flex-start;
  border-radius: 85px 0px 0px 85px;
}
@media screen and (max-width: 767px) {
  .services-section .services-container .service-item {
    min-height: 100px;
    column-gap: 16px;
  }
}
.services-section .services-container .service-item h3 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .services-section .services-container .service-item h3 {
    font-size: 17px;
    line-height: 1.3;
  }
}
.services-section .mobile {
  position: relative;
  padding-bottom: 0;
}
.services-summer {
  background-color: #59843f;
}
.services-summer .decorated {
  color: #FFFFFF;
}
.services-summer .decorated::after {
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/trait-horizontal-blanc.svg);
}
.services-summer .text {
  color: #FFFFFF;
}
.services-summer .button {
  color: #FFFFFF;
  border-color: #FFFFFF;
  z-index: 10;
}
.services-summer .button:hover {
  background-color: #FFFFFF;
  color: #59843f;
}
.services-winter {
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/image-banniere.jpg);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
.realisation-section .row {
  position: relative;
}
.realisation-section .button {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .realisation-section .button {
    display: none;
  }
}
.realisation-section .realisations-slider .slick-list {
  padding: 0 25% 0 25% !important;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .realisation-section .realisations-slider .slick-list {
    padding: 0 !important;
  }
}
.realisation-section .realisations-slider .slick-slider {
  margin: 0 -15px;
}
.realisation-section .realisations-slider .slick-slide {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
}
.realisation-section .realisations-slider .slick-slide .realisation-item {
  height: auto;
}
.realisation-section .realisations-slider .slick-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #59843f;
  opacity: 0.85;
  transition: opacity 0.3s;
}
.realisation-section .realisations-slider .slick-slide.slick-current::after {
  opacity: 0;
}
.realisation-section .realisations-slider .slick-dots {
  display: flex;
  column-gap: 2px;
  justify-content: center;
  align-items: center;
}
.realisation-section .realisations-slider .slick-dots li {
  width: 30px;
  height: 5px;
  opacity: 1;
}
.realisation-section .realisations-slider .slick-dots li.slick-active {
  height: 10px;
  width: 40px;
}
.realisation-section .realisations-slider .slick-dots li.slick-active button:before {
  background-color: #59843f;
  opacity: 1;
}
.realisation-section .realisations-slider .slick-dots li button:before {
  background-color: #c5c5c5;
  content: "";
  height: 100%;
  width: 100%;
  opacity: 1;
}
.realisation-section .realisations-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 70px;
  height: 15px;
  transition: 0.3s;
}
.realisation-section .realisations-slider .slick-arrow:hover {
  transform: translateY(-50%) scale(0.9);
}
.realisation-section .realisations-slider .slick-arrow::before {
  display: none;
}
.realisation-section .realisations-slider .slick-arrow.slick-next {
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/fleche-droite.svg);
  right: 12%;
}
.realisation-section .realisations-slider .slick-arrow.slick-prev {
  background-image: url(/wp-content/themes/my-little-big-theme-child/assets/img/fleche-gauche.svg);
  left: 12%;
}
.mobile {
  padding: 30px 0;
  text-align: center;
}
.mobile .button {
  display: none;
}
@media screen and (max-width: 1024px) {
  .mobile .button {
    display: inline-block;
    position: relative;
  }
}
.contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1350px) {
  .contact-container {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.contact-container .col-left, .contact-container .col-right {
  height: 100%;
}
.contact-container .contact-form {
  background-color: #f1f1f1;
  padding: 30px;
}
.contact-container .contact-form .title {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .contact-container .contact-form .title {
    font-size: 24px;
  }
}
.contact-container .map-container {
  height: 100%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .contact-container .map-container {
    min-height: 400px;
  }
}
.contact-container .map-container iframe {
  height: 100%;
  width: 100%;
}
.contact-container .map-container iframe html, .contact-container .map-container iframe body, .contact-container .map-container iframe #map_canvas {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.contact-container .map-container iframe #map_canvas {
  position: relative;
}
.contact-info {
  background-color: #000000;
  padding: 60px 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .contact-info {
    padding: 30px 20px;
  }
}
.contact-info .info__contact {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 40px;
  row-gap: 20px;
}
@media screen and (max-width: 1024px) {
  .contact-info .info__contact {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.contact-info .info__contact a {
  color: #000;
  text-decoration: none;
  font-family: "bio-sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.05px;
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact-info .info__contact a {
    font-size: 17px;
  }
}
.contact-info .info__contact a svg {
  margin-right: 15px;
}
.grid-realisations-page {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .grid-realisations-page {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .grid-realisations-page {
    grid-template-columns: 1fr;
  }
}
.grid-realisations-page .realisation-item {
  position: relative;
  aspect-ratio: 1.3333333333;
  object-fit: cover;
  height: auto;
}
.realisation-item {
  position: relative;
  height: 300px;
}
.realisation-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.realisation-item a::after {
  content: "+";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #59843f;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 700;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  opacity: 0;
}
.realisation-item .category {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  padding-top: 30px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
}
.realisation-item.hidden {
  display: none;
}
.realisation-item:hover a::after {
  opacity: 0.7;
}
.realisation-item:hover .category {
  opacity: 1;
}
.filter-btn {
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 0;
  background-color: #FFFFFF;
  cursor: pointer;
}
.filter-btn.active {
  background: #59843f;
  color: #FFFFFF;
  border-color: #59843f;
}
.filter-btn:hover {
  border-color: #59843f;
  background: #59843f;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .filter-btn {
    font-size: 14px;
    line-height: 1.3;
    padding: 15px;
  }
}
.lb-data .lb-number {
  display: none !important;
}
