body {
  font-family: 'Poppins', sans-serif;
  color: #1d1c1a;
}
body.home,
body.id-landing-childcare {
  background-color: #fdf6f0;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1d1c1a;
}
body.home main,
body.id-landing-childcare main {
  margin-top: 0;
}
header.cc-header {
  background-color: #ffffff;
  box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 50;
  height: auto;
  min-height: 0;
}
header.cc-header .cc-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 96px;
}
@media screen and (max-width: 1550px) {
  header.cc-header .cc-header-inner {
    padding: 14px 50px;
  }
}
@media screen and (max-width: 991px) {
  header.cc-header .cc-header-inner {
    padding: 12px 20px;
  }
}
header.cc-header .cc-nav {
  flex: 1 1 0;
}
header.cc-header .cc-nav .cc-menu {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1550px) {
  header.cc-header .cc-nav .cc-menu {
    gap: 26px;
  }
}
header.cc-header .cc-nav .cc-menu li {
  margin: 0;
  padding: 0;
}
header.cc-header .cc-nav .cc-menu li a {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #1d1c1a;
  text-decoration: none;
  transition: color .25s ease;
}
header.cc-header .cc-nav .cc-menu li a:hover {
  color: #1494a2;
}
header.cc-header .cc-logo {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  line-height: 0;
}
header.cc-header .cc-logo img {
  height: 84px;
  width: auto;
  object-fit: contain;
}
@media screen and (max-width: 1199px) {
  header.cc-header .cc-logo img {
    height: 64px;
  }
}
@media screen and (max-width: 991px) {
  header.cc-header .cc-logo img {
    height: 52px;
  }
}
header.cc-header .cc-logo .cc-logo-text {
  font-family: 'Noto Serif', serif;
  font-size: 24px;
  color: #1494a2;
}
header.cc-header .cc-header-right {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
header.cc-header .cc-header-right .cc-social {
  display: flex;
  align-items: center;
  gap: 8px;
}
header.cc-header .cc-header-right .cc-social a {
  display: inline-flex;
  color: #1494a2;
  transition: opacity .25s ease;
}
header.cc-header .cc-header-right .cc-social a:hover {
  opacity: .7;
}
header.cc-header .cc-header-right .cc-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #ffc34a;
  color: #1d1c1a;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1;
  padding: 12px 24px;
  border-radius: 32px;
  white-space: nowrap;
  transition: background-color 0.25s ease;
}
header.cc-header .cc-header-right .cc-phone:hover {
  background-color: #ffb521;
}
header.cc-header .cc-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
header.cc-header .cc-burger span {
  display: block;
  width: 26px;
  height: 2.5px;
  border-radius: 2px;
  background-color: #1d1c1a;
  transition: transform .3s ease, opacity .3s ease;
}
header.cc-header .cc-nav-mobile {
  display: none;
  border-top: 1px solid #ebe3dd;
  padding: 16px 20px 24px;
}
header.cc-header .cc-nav-mobile .cc-menu-mobile {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
header.cc-header .cc-nav-mobile .cc-menu-mobile li {
  padding: 12px 0;
  border-bottom: 1px solid #ebe3dd;
}
header.cc-header .cc-nav-mobile .cc-menu-mobile li a {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #1d1c1a;
  text-decoration: none;
}
header.cc-header .cc-nav-mobile .cc-menu-mobile li a:hover {
  color: #1494a2;
}
header.cc-header .cc-nav-mobile .cc-nav-mobile-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
header.cc-header .cc-nav-mobile .cc-nav-mobile-actions .cc-social {
  display: flex;
  gap: 12px;
}
header.cc-header .cc-nav-mobile .cc-nav-mobile-actions .cc-social a {
  color: #1494a2;
}
header.cc-header .cc-nav-mobile .cc-nav-mobile-actions .cc-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  background-color: #ffc34a;
  color: #1d1c1a;
  padding: 12px 24px;
  border-radius: 32px;
}
@media screen and (max-width: 991px) {
  header.cc-header .cc-nav,
  header.cc-header .cc-header-right {
    display: none;
  }
  header.cc-header .cc-header-inner {
    justify-content: space-between;
  }
  header.cc-header .cc-header-inner:after {
    content: "";
    flex: 0 0 34px;
    width: 34px;
    order: 3;
  }
  header.cc-header .cc-burger {
    display: flex;
    flex: 0 0 34px;
    order: 1;
  }
  header.cc-header .cc-logo {
    flex: 1 1 auto;
    justify-content: center;
    order: 2;
  }
}
header.cc-header.cc-open .cc-nav-mobile {
  display: block;
}
header.cc-header.cc-open .cc-burger span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
header.cc-header.cc-open .cc-burger span:nth-child(2) {
  opacity: 0;
}
header.cc-header.cc-open .cc-burger span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}
body.home .bloc-titre .titre,
body.id-landing-childcare .bloc-titre .titre {
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  color: #1d1c1a;
}
body.home .bloc-titre .titre.grand,
body.id-landing-childcare .bloc-titre .titre.grand,
body.home .bloc-titre .titre.tres-grand,
body.id-landing-childcare .bloc-titre .titre.tres-grand,
body.home .bloc-titre .titre.gigantesque,
body.id-landing-childcare .bloc-titre .titre.gigantesque {
  font-size: 48px;
  line-height: 1.12;
}
@media screen and (max-width: 1199px) {
  body.home .bloc-titre .titre.grand,
  body.id-landing-childcare .bloc-titre .titre.grand,
  body.home .bloc-titre .titre.tres-grand,
  body.id-landing-childcare .bloc-titre .titre.tres-grand,
  body.home .bloc-titre .titre.gigantesque,
  body.id-landing-childcare .bloc-titre .titre.gigantesque {
    font-size: 38px;
  }
}
@media screen and (max-width: 767.98px) {
  body.home .bloc-titre .titre.grand,
  body.id-landing-childcare .bloc-titre .titre.grand,
  body.home .bloc-titre .titre.tres-grand,
  body.id-landing-childcare .bloc-titre .titre.tres-grand,
  body.home .bloc-titre .titre.gigantesque,
  body.id-landing-childcare .bloc-titre .titre.gigantesque {
    font-size: 30px;
  }
}
body.home .bloc-titre .titre.moyen,
body.id-landing-childcare .bloc-titre .titre.moyen {
  font-size: 32px;
  line-height: 1.2;
}
body.home .bloc-titre.alignement-centre,
body.id-landing-childcare .bloc-titre.alignement-centre {
  text-align: center;
}
body.home .bloc-titre.alignement-droite,
body.id-landing-childcare .bloc-titre.alignement-droite {
  text-align: right;
}
body.home .contenu-simple > .container-fluid,
body.id-landing-childcare .contenu-simple > .container-fluid,
body.home .formulaire > .container-fluid,
body.id-landing-childcare .formulaire > .container-fluid,
body.home .contenu-simple > .container,
body.id-landing-childcare .contenu-simple > .container,
body.home .formulaire > .container,
body.id-landing-childcare .formulaire > .container {
  padding-left: 96px;
  padding-right: 96px;
  max-width: 100%;
}
@media screen and (max-width: 1550px) {
  body.home .contenu-simple > .container-fluid,
  body.id-landing-childcare .contenu-simple > .container-fluid,
  body.home .formulaire > .container-fluid,
  body.id-landing-childcare .formulaire > .container-fluid,
  body.home .contenu-simple > .container,
  body.id-landing-childcare .contenu-simple > .container,
  body.home .formulaire > .container,
  body.id-landing-childcare .formulaire > .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  body.home .contenu-simple > .container-fluid,
  body.id-landing-childcare .contenu-simple > .container-fluid,
  body.home .formulaire > .container-fluid,
  body.id-landing-childcare .formulaire > .container-fluid,
  body.home .contenu-simple > .container,
  body.id-landing-childcare .contenu-simple > .container,
  body.home .formulaire > .container,
  body.id-landing-childcare .formulaire > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.home .contenu-simple > .container-fluid > .row,
body.id-landing-childcare .contenu-simple > .container-fluid > .row,
body.home .formulaire > .container-fluid > .row,
body.id-landing-childcare .formulaire > .container-fluid > .row,
body.home .contenu-simple > .container > .row,
body.id-landing-childcare .contenu-simple > .container > .row,
body.home .formulaire > .container > .row,
body.id-landing-childcare .formulaire > .container > .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
body.home .bloc-bouton-2 a,
body.id-landing-childcare .bloc-bouton-2 a {
  background-color: transparent;
  border: 1px solid #1d1c1a;
  border-radius: 32px;
  color: #1d1c1a;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
body.home .bloc-bouton-2 a:after,
body.id-landing-childcare .bloc-bouton-2 a:after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 22 22' fill='none' stroke='%231d1c1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 11h14M13 6l5 5-5 5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
body.home .bloc-bouton-2 a:hover,
body.id-landing-childcare .bloc-bouton-2 a:hover {
  background-color: #1d1c1a;
  color: #ffffff;
}
body.home .bloc-bouton-2 a:hover:after,
body.id-landing-childcare .bloc-bouton-2 a:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 22 22' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 11h14M13 6l5 5-5 5'/%3E%3C/svg%3E");
}
body.home .lame-landing-childcare-form,
body.id-landing-childcare .lame-landing-childcare-form {
  padding: 0;
  margin: 0;
}
body.home .lame-landing-childcare-form > .container,
body.id-landing-childcare .lame-landing-childcare-form > .container,
body.home .lame-landing-childcare-form > .container-fluid,
body.id-landing-childcare .lame-landing-childcare-form > .container-fluid {
  padding: 0 !important;
  max-width: 100%;
}
body.home .lame-landing-childcare-form .row,
body.id-landing-childcare .lame-landing-childcare-form .row {
  --bs-gutter-x: 0;
  align-items: stretch;
}
@media screen and (min-width: 992px) {
  body.home .lame-landing-childcare-form .row,
  body.id-landing-childcare .lame-landing-childcare-form .row {
    flex-wrap: nowrap;
  }
}
body.home .lame-landing-childcare-form .col-visuel,
body.id-landing-childcare .lame-landing-childcare-form .col-visuel {
  padding: 0;
}
@media screen and (min-width: 992px) {
  body.home .lame-landing-childcare-form .col-visuel,
  body.id-landing-childcare .lame-landing-childcare-form .col-visuel {
    flex: 0 0 43%;
    max-width: 43%;
  }
}
body.home .lame-landing-childcare-form .col-visuel .bloc-image,
body.id-landing-childcare .lame-landing-childcare-form .col-visuel .bloc-image,
body.home .lame-landing-childcare-form .col-visuel img,
body.id-landing-childcare .lame-landing-childcare-form .col-visuel img {
  margin: 0;
  height: 100%;
}
body.home .lame-landing-childcare-form .col-visuel img,
body.id-landing-childcare .lame-landing-childcare-form .col-visuel img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 991px) {
  body.home .lame-landing-childcare-form .col-visuel img,
  body.id-landing-childcare .lame-landing-childcare-form .col-visuel img {
    min-height: 320px;
    max-height: 60vh;
  }
}
body.home .lame-landing-childcare-form .col-form,
body.id-landing-childcare .lame-landing-childcare-form .col-form {
  padding: 0;
  background-color: #1494a2;
  padding: 48px 96px 48px 120px;
}
@media screen and (min-width: 992px) {
  body.home .lame-landing-childcare-form .col-form,
  body.id-landing-childcare .lame-landing-childcare-form .col-form {
    flex: 0 0 57%;
    max-width: 57%;
  }
}
@media screen and (max-width: 1550px) {
  body.home .lame-landing-childcare-form .col-form,
  body.id-landing-childcare .lame-landing-childcare-form .col-form {
    padding: 44px 60px;
  }
}
@media screen and (max-width: 991px) {
  body.home .lame-landing-childcare-form .col-form,
  body.id-landing-childcare .lame-landing-childcare-form .col-form {
    padding: 44px 50px;
  }
}
@media screen and (max-width: 767.98px) {
  body.home .lame-landing-childcare-form .col-form,
  body.id-landing-childcare .lame-landing-childcare-form .col-form {
    padding: 36px 20px;
  }
}
body.home .lame-landing-childcare-form .col-form .bloc-titre,
body.id-landing-childcare .lame-landing-childcare-form .col-form .bloc-titre {
  margin-bottom: 8px;
}
body.home .lame-landing-childcare-form .col-form .bloc-titre .titre,
body.id-landing-childcare .lame-landing-childcare-form .col-form .bloc-titre .titre {
  color: #ffffff !important;
  font-size: 48px;
  line-height: 1.12;
}
@media screen and (max-width: 1550px) {
  body.home .lame-landing-childcare-form .col-form .bloc-titre .titre,
  body.id-landing-childcare .lame-landing-childcare-form .col-form .bloc-titre .titre {
    font-size: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  body.home .lame-landing-childcare-form .col-form .bloc-titre .titre,
  body.id-landing-childcare .lame-landing-childcare-form .col-form .bloc-titre .titre {
    font-size: 30px;
  }
}
body.home .lame-landing-childcare-form .col-form .cc-hero-sous-titre,
body.id-landing-childcare .lame-landing-childcare-form .col-form .cc-hero-sous-titre {
  margin-bottom: 20px;
}
body.home .lame-landing-childcare-form .col-form .cc-hero-sous-titre p,
body.id-landing-childcare .lame-landing-childcare-form .col-form .cc-hero-sous-titre p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 0;
}
body.home .lame-landing-childcare-form .nf-form-cont .nf-form-title,
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont .nf-form-title {
  display: none;
}
body.home .lame-landing-childcare-form .nf-form-cont .nf-field-container,
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont .nf-field-container {
  margin-bottom: 8px;
}
body.home .lame-landing-childcare-form .nf-form-cont .nf-field-label label,
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont .nf-field-label label {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 4px;
  text-transform: none;
  letter-spacing: 0;
}
body.home .lame-landing-childcare-form .nf-form-cont input[type="text"],
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont input[type="text"],
body.home .lame-landing-childcare-form .nf-form-cont input[type="email"],
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont input[type="email"],
body.home .lame-landing-childcare-form .nf-form-cont input[type="tel"],
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont input[type="tel"],
body.home .lame-landing-childcare-form .nf-form-cont textarea,
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont textarea,
body.home .lame-landing-childcare-form .nf-form-cont select,
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont select {
  height: 46px;
  width: 100%;
  background-color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 6px 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #1d1c1a;
  margin-bottom: 0;
}
body.home .lame-landing-childcare-form .nf-form-cont input[type="text"]:focus,
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont input[type="text"]:focus,
body.home .lame-landing-childcare-form .nf-form-cont input[type="email"]:focus,
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont input[type="email"]:focus,
body.home .lame-landing-childcare-form .nf-form-cont input[type="tel"]:focus,
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont input[type="tel"]:focus,
body.home .lame-landing-childcare-form .nf-form-cont textarea:focus,
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont textarea:focus,
body.home .lame-landing-childcare-form .nf-form-cont select:focus,
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont select:focus {
  outline: 2px solid #1d1c1a;
}
body.home .lame-landing-childcare-form .nf-form-cont select,
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231d1c1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
}
body.home .lame-landing-childcare-form .nf-form-cont .nf-form-fields-required,
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont .nf-form-fields-required,
body.home .lame-landing-childcare-form .nf-form-cont .ninja-forms-req-symbol,
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont .ninja-forms-req-symbol {
  display: none;
}
body.home .lame-landing-childcare-form .nf-form-cont .nf-error-msg,
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont .nf-error-msg {
  font-size: 13px;
  color: #ffe4d3;
}
body.home .lame-landing-childcare-form .nf-form-cont .checkbox-container,
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont .checkbox-container {
  margin-bottom: 14px;
}
body.home .lame-landing-childcare-form .nf-form-cont .checkbox-container:before,
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont .checkbox-container:before {
  content: "*Champs obligatoires";
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin: -2px 0 12px;
}
body.home .lame-landing-childcare-form .nf-form-cont .checkbox-container .checkbox-wrap,
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont .checkbox-container .checkbox-wrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
body.home .lame-landing-childcare-form .nf-form-cont .checkbox-container .checkbox-wrap .nf-field-element,
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont .checkbox-container .checkbox-wrap .nf-field-element {
  order: 1;
  width: auto;
}
body.home .lame-landing-childcare-form .nf-form-cont .checkbox-container .checkbox-wrap .nf-field-element input[type="checkbox"],
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont .checkbox-container .checkbox-wrap .nf-field-element input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1.5px solid #ffffff;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
}
body.home .lame-landing-childcare-form .nf-form-cont .checkbox-container .checkbox-wrap .nf-field-element input[type="checkbox"]:checked,
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont .checkbox-container .checkbox-wrap .nf-field-element input[type="checkbox"]:checked {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231494a2' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
body.home .lame-landing-childcare-form .nf-form-cont .checkbox-container .checkbox-wrap .nf-field-label,
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont .checkbox-container .checkbox-wrap .nf-field-label {
  order: 2;
  margin-bottom: 0;
}
body.home .lame-landing-childcare-form .nf-form-cont .checkbox-container .checkbox-wrap .nf-field-label label,
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont .checkbox-container .checkbox-wrap .nf-field-label label {
  font-weight: 400;
  margin-bottom: 0;
  cursor: pointer;
}
body.home .lame-landing-childcare-form .nf-form-cont .checkbox-container .checkbox-wrap .nf-field-label label a,
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont .checkbox-container .checkbox-wrap .nf-field-label label a {
  color: #ffffff;
  text-decoration: underline;
}
body.home .lame-landing-childcare-form .nf-form-cont .submit-container,
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont .submit-container {
  text-align: center;
  margin-top: 20px;
}
body.home .lame-landing-childcare-form .nf-form-cont .submit-container input[type="button"],
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont .submit-container input[type="button"],
body.home .lame-landing-childcare-form .nf-form-cont .submit-container input[type="submit"],
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont .submit-container input[type="submit"] {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 24px center;
  border: 1.5px solid #ffffff;
  border-radius: 32px;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 12px 56px 12px 28px;
  height: auto;
  width: auto;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
body.home .lame-landing-childcare-form .nf-form-cont .submit-container input[type="button"]:hover,
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont .submit-container input[type="button"]:hover,
body.home .lame-landing-childcare-form .nf-form-cont .submit-container input[type="submit"]:hover,
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont .submit-container input[type="submit"]:hover {
  background-color: #ffffff;
  color: #1494a2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231494a2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E");
}
body.home .lame-landing-childcare-form .nf-form-cont .ninja-forms-req-symbol,
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont .ninja-forms-req-symbol {
  display: none;
}
body.home .lame-landing-childcare-form .nf-form-cont .nf-form-content nf-rows-wrap,
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont .nf-form-content nf-rows-wrap {
  display: block;
}
body.home .lame-landing-childcare-form .nf-form-cont .nf-form-content nf-rows-wrap > .nf-row,
body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont .nf-form-content nf-rows-wrap > .nf-row {
  width: 100%;
}
@media screen and (max-width: 575px) {
  body.home .lame-landing-childcare-form .nf-form-cont .nf-cell,
  body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont .nf-cell,
  body.home .lame-landing-childcare-form .nf-form-cont .nf-field-container.one-half,
  body.id-landing-childcare .lame-landing-childcare-form .nf-form-cont .nf-field-container.one-half {
    width: 100% !important;
    flex: 1 1 100% !important;
  }
}
body.home .lame-landing-childcare-prestations,
body.id-landing-childcare .lame-landing-childcare-prestations {
  padding: 48px 0;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  body.home .lame-landing-childcare-prestations,
  body.id-landing-childcare .lame-landing-childcare-prestations {
    padding: 50px 0;
  }
}
body.home .lame-landing-childcare-prestations .cc-presta-head,
body.id-landing-childcare .lame-landing-childcare-prestations .cc-presta-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
body.home .lame-landing-childcare-prestations .cc-presta-head .bloc-titre,
body.id-landing-childcare .lame-landing-childcare-prestations .cc-presta-head .bloc-titre {
  margin-bottom: 0;
}
body.home .lame-landing-childcare-prestations .cc-presta-head .bloc-bouton-2,
body.id-landing-childcare .lame-landing-childcare-prestations .cc-presta-head .bloc-bouton-2 {
  margin-bottom: 0;
}
body.home .lame-landing-childcare-prestations .cc-presta-body,
body.id-landing-childcare .lame-landing-childcare-prestations .cc-presta-body {
  display: flex;
  align-items: stretch;
  gap: 48px;
}
@media screen and (max-width: 991px) {
  body.home .lame-landing-childcare-prestations .cc-presta-body,
  body.id-landing-childcare .lame-landing-childcare-prestations .cc-presta-body {
    flex-direction: column;
    gap: 24px;
  }
}
body.home .lame-landing-childcare-prestations .cc-presta-body .col-presta-accordeon,
body.id-landing-childcare .lame-landing-childcare-prestations .cc-presta-body .col-presta-accordeon {
  flex: 1 1 54%;
  min-width: 0;
}
body.home .lame-landing-childcare-prestations .cc-presta-body .col-presta-image,
body.id-landing-childcare .lame-landing-childcare-prestations .cc-presta-body .col-presta-image {
  flex: 0 0 42%;
}
@media screen and (max-width: 991px) {
  body.home .lame-landing-childcare-prestations .cc-presta-body .col-presta-image,
  body.id-landing-childcare .lame-landing-childcare-prestations .cc-presta-body .col-presta-image {
    flex: 1 1 auto;
  }
}
body.home .lame-landing-childcare-prestations .cc-presta-body .col-presta-image .bloc-image,
body.id-landing-childcare .lame-landing-childcare-prestations .cc-presta-body .col-presta-image .bloc-image,
body.home .lame-landing-childcare-prestations .cc-presta-body .col-presta-image img,
body.id-landing-childcare .lame-landing-childcare-prestations .cc-presta-body .col-presta-image img {
  height: 100%;
  margin: 0;
}
body.home .lame-landing-childcare-prestations .cc-presta-body .col-presta-image img,
body.id-landing-childcare .lame-landing-childcare-prestations .cc-presta-body .col-presta-image img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  body.home .lame-landing-childcare-prestations .cc-presta-body .col-presta-image img,
  body.id-landing-childcare .lame-landing-childcare-prestations .cc-presta-body .col-presta-image img {
    min-height: 300px;
  }
}
body.home .lame-landing-childcare-avis,
body.id-landing-childcare .lame-landing-childcare-avis {
  background-color: #ed6e20;
  padding: 48px 0;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  body.home .lame-landing-childcare-avis,
  body.id-landing-childcare .lame-landing-childcare-avis {
    padding: 50px 0;
  }
}
body.home .lame-landing-childcare-avis .bloc-titre,
body.id-landing-childcare .lame-landing-childcare-avis .bloc-titre {
  margin-bottom: 24px;
}
body.home .lame-landing-childcare-avis .bloc-titre .titre,
body.id-landing-childcare .lame-landing-childcare-avis .bloc-titre .titre {
  color: #ffffff !important;
}
body.home .lame-landing-childcare-avis .widget-avis-google,
body.id-landing-childcare .lame-landing-childcare-avis .widget-avis-google {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  body.home .lame-landing-childcare-avis .widget-avis-google,
  body.id-landing-childcare .lame-landing-childcare-avis .widget-avis-google {
    min-height: 340px;
  }
}
body.home .lame-landing-childcare-philosophie,
body.id-landing-childcare .lame-landing-childcare-philosophie {
  padding: 64px 0;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  body.home .lame-landing-childcare-philosophie,
  body.id-landing-childcare .lame-landing-childcare-philosophie {
    padding: 50px 0;
  }
}
body.home .lame-landing-childcare-philosophie .bloc-titre,
body.id-landing-childcare .lame-landing-childcare-philosophie .bloc-titre {
  margin-bottom: 40px;
}
body.home .lame-landing-childcare-philosophie .cc-philo-cards,
body.id-landing-childcare .lame-landing-childcare-philosophie .cc-philo-cards {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  body.home .lame-landing-childcare-philosophie .cc-philo-cards,
  body.id-landing-childcare .lame-landing-childcare-philosophie .cc-philo-cards {
    flex-wrap: wrap;
  }
}
body.home .lame-landing-childcare-philosophie .cc-philo-cards .col-carte-valeur,
body.id-landing-childcare .lame-landing-childcare-philosophie .cc-philo-cards .col-carte-valeur {
  flex: 1 1 0;
  min-width: 0;
}
@media screen and (max-width: 991px) {
  body.home .lame-landing-childcare-philosophie .cc-philo-cards .col-carte-valeur,
  body.id-landing-childcare .lame-landing-childcare-philosophie .cc-philo-cards .col-carte-valeur {
    flex: 1 1 calc(42%);
  }
}
@media screen and (max-width: 575px) {
  body.home .lame-landing-childcare-philosophie .cc-philo-cards .col-carte-valeur,
  body.id-landing-childcare .lame-landing-childcare-philosophie .cc-philo-cards .col-carte-valeur {
    flex: 1 1 100%;
  }
}
body.home .lame-landing-childcare-faq,
body.id-landing-childcare .lame-landing-childcare-faq {
  padding: 40px 0;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  body.home .lame-landing-childcare-faq,
  body.id-landing-childcare .lame-landing-childcare-faq {
    padding: 50px 0;
  }
}
body.home .lame-landing-childcare-faq .cc-faq-body,
body.id-landing-childcare .lame-landing-childcare-faq .cc-faq-body {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 991px) {
  body.home .lame-landing-childcare-faq .cc-faq-body,
  body.id-landing-childcare .lame-landing-childcare-faq .cc-faq-body {
    flex-direction: column;
    gap: 32px;
  }
}
body.home .lame-landing-childcare-faq .cc-faq-body .col-faq-intro,
body.id-landing-childcare .lame-landing-childcare-faq .cc-faq-body .col-faq-intro {
  flex: 0 0 32%;
}
@media screen and (max-width: 991px) {
  body.home .lame-landing-childcare-faq .cc-faq-body .col-faq-intro,
  body.id-landing-childcare .lame-landing-childcare-faq .cc-faq-body .col-faq-intro {
    flex: 1 1 auto;
  }
}
body.home .lame-landing-childcare-faq .cc-faq-body .col-faq-intro .bloc-titre,
body.id-landing-childcare .lame-landing-childcare-faq .cc-faq-body .col-faq-intro .bloc-titre {
  margin-bottom: 24px;
}
body.home .lame-landing-childcare-faq .cc-faq-body .col-faq-intro .bloc-texte,
body.id-landing-childcare .lame-landing-childcare-faq .cc-faq-body .col-faq-intro .bloc-texte {
  margin-bottom: 32px;
}
body.home .lame-landing-childcare-faq .cc-faq-body .col-faq-intro .bloc-texte p,
body.id-landing-childcare .lame-landing-childcare-faq .cc-faq-body .col-faq-intro .bloc-texte p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1d1c1a;
  margin-bottom: 0;
}
body.home .lame-landing-childcare-faq .cc-faq-body .col-faq-questions,
body.id-landing-childcare .lame-landing-childcare-faq .cc-faq-body .col-faq-questions {
  flex: 1 1 auto;
  min-width: 0;
}
body.home .lame-landing-childcare-cta,
body.id-landing-childcare .lame-landing-childcare-cta {
  padding: 64px 0;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  body.home .lame-landing-childcare-cta,
  body.id-landing-childcare .lame-landing-childcare-cta {
    padding: 50px 0;
  }
}
body.home .lame-landing-childcare-cta .cc-cta-panel,
body.id-landing-childcare .lame-landing-childcare-cta .cc-cta-panel {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
@media screen and (max-width: 767.98px) {
  body.home .lame-landing-childcare-cta .cc-cta-panel,
  body.id-landing-childcare .lame-landing-childcare-cta .cc-cta-panel {
    min-height: 380px;
    padding: 24px;
  }
}
body.home .lame-landing-childcare-cta .cc-cta-panel .cc-cta-bg,
body.id-landing-childcare .lame-landing-childcare-cta .cc-cta-panel .cc-cta-bg {
  position: absolute;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
body.home .lame-landing-childcare-cta .cc-cta-panel .cc-cta-bg img,
body.id-landing-childcare .lame-landing-childcare-cta .cc-cta-panel .cc-cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.home .lame-landing-childcare-cta .cc-cta-panel .cc-cta-inner,
body.id-landing-childcare .lame-landing-childcare-cta .cc-cta-panel .cc-cta-inner {
  position: relative;
  z-index: 1;
  background-color: rgba(235, 227, 221, 0.3);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 8px;
  padding: 48px;
  max-width: 854px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767.98px) {
  body.home .lame-landing-childcare-cta .cc-cta-panel .cc-cta-inner,
  body.id-landing-childcare .lame-landing-childcare-cta .cc-cta-panel .cc-cta-inner {
    padding: 28px 20px;
  }
}
body.home .lame-landing-childcare-cta .cc-cta-panel .cc-cta-inner .bloc-titre .titre,
body.id-landing-childcare .lame-landing-childcare-cta .cc-cta-panel .cc-cta-inner .bloc-titre .titre {
  color: #ffffff !important;
  font-size: 48px;
  line-height: 1.1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 767.98px) {
  body.home .lame-landing-childcare-cta .cc-cta-panel .cc-cta-inner .bloc-titre .titre,
  body.id-landing-childcare .lame-landing-childcare-cta .cc-cta-panel .cc-cta-inner .bloc-titre .titre {
    font-size: 30px;
  }
}
body.home .lame-landing-childcare-cta .cc-cta-panel .cc-cta-inner .cc-cta-buttons,
body.id-landing-childcare .lame-landing-childcare-cta .cc-cta-panel .cc-cta-inner .cc-cta-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
body.home .lame-landing-childcare-cta .bloc-bouton a,
body.id-landing-childcare .lame-landing-childcare-cta .bloc-bouton a {
  background-color: #ffc34a;
  border: 1px solid #ffc34a;
  border-radius: 32px;
  color: #1d1c1a;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
body.home .lame-landing-childcare-cta .bloc-bouton a:after,
body.id-landing-childcare .lame-landing-childcare-cta .bloc-bouton a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231d1c1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
}
body.home .lame-landing-childcare-cta .bloc-bouton a:hover,
body.id-landing-childcare .lame-landing-childcare-cta .bloc-bouton a:hover {
  background-color: #ffb521;
  border-color: #ffb521;
  color: #1d1c1a;
}
body.home .lame-landing-childcare-cta .cc-btn-tel a:after,
body.id-landing-childcare .lame-landing-childcare-cta .cc-btn-tel a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231d1c1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.9.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E");
}
footer.cc-footer {
  background-color: #ffffff;
}
footer.cc-footer .cc-footer-inner {
  padding: 64px 96px 32px;
}
@media screen and (max-width: 1550px) {
  footer.cc-footer .cc-footer-inner {
    padding: 56px 50px 30px;
  }
}
@media screen and (max-width: 767.98px) {
  footer.cc-footer .cc-footer-inner {
    padding: 40px 20px 24px;
  }
}
footer.cc-footer .cc-footer-top {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  footer.cc-footer .cc-footer-top {
    flex-wrap: wrap;
    gap: 32px;
  }
}
footer.cc-footer .cc-footer-top .cc-footer-brand {
  flex: 0 0 auto;
}
footer.cc-footer .cc-footer-top .cc-footer-brand img {
  height: 64px;
  width: auto;
}
@media screen and (max-width: 767.98px) {
  footer.cc-footer .cc-footer-top .cc-footer-brand img {
    height: 52px;
  }
}
footer.cc-footer .cc-footer-top .cc-footer-col {
  flex: 1 1 0;
  min-width: 180px;
}
@media screen and (max-width: 991px) {
  footer.cc-footer .cc-footer-top .cc-footer-col {
    flex: 1 1 40%;
  }
}
@media screen and (max-width: 575px) {
  footer.cc-footer .cc-footer-top .cc-footer-col {
    flex: 1 1 100%;
  }
}
footer.cc-footer .cc-footer-top .cc-footer-col h3 {
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  color: #1494a2;
  margin: 0 0 20px;
}
@media screen and (max-width: 767.98px) {
  footer.cc-footer .cc-footer-top .cc-footer-col h3 {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
footer.cc-footer .cc-footer-top .cc-footer-col p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.9;
  color: #1d1c1a;
  margin: 0 0 6px;
}
footer.cc-footer .cc-footer-top .cc-footer-col a {
  color: #1494a2;
  text-decoration: underline;
  transition: opacity .25s ease;
}
footer.cc-footer .cc-footer-top .cc-footer-col a:hover {
  opacity: .7;
}
footer.cc-footer .cc-footer-top .cc-footer-col.cc-footer-contact .cc-foot-adresse a {
  color: #1d1c1a;
  text-decoration: none;
}
footer.cc-footer .cc-footer-top .cc-footer-col.cc-footer-reseaux ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.cc-footer .cc-footer-top .cc-footer-col.cc-footer-reseaux ul li {
  margin-bottom: 8px;
}
footer.cc-footer .cc-footer-top .cc-footer-col.cc-footer-reseaux ul li a {
  color: #1494a2;
  text-decoration: underline;
}
footer.cc-footer .cc-footer-top .cc-footer-col .cc-horaires {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.9;
  color: #1d1c1a;
}
footer.cc-footer .cc-footer-bottom {
  border-top: 1px solid #ebe3dd;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
footer.cc-footer .cc-footer-bottom .cc-footer-legal {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #1494a2;
}
footer.cc-footer .cc-footer-bottom .cc-footer-legal a {
  color: #1494a2;
  text-decoration: none;
}
footer.cc-footer .cc-footer-bottom .cc-footer-legal a:hover {
  text-decoration: underline;
}
footer.cc-footer .cc-footer-bottom .cc-footer-legal span {
  color: #1494a2;
}
footer.cc-footer .cc-footer-bottom .cc-footer-idcom {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #1494a2;
  text-decoration: none;
  white-space: nowrap;
}
footer.cc-footer .cc-footer-bottom .cc-footer-idcom .cc-coeur {
  color: #ed6e20;
}
footer.cc-footer .cc-footer-bottom .cc-footer-idcom strong {
  font-weight: 700;
}
body.home .lame-landing-childcare-prestations div.bloc-accordeon,
body.id-landing-childcare .lame-landing-childcare-prestations div.bloc-accordeon {
  margin-bottom: 0;
}
body.home .lame-landing-childcare-prestations div.bloc-accordeon .accordion,
body.id-landing-childcare .lame-landing-childcare-prestations div.bloc-accordeon .accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body.home .lame-landing-childcare-prestations div.bloc-accordeon .accordion .accordion-item,
body.id-landing-childcare .lame-landing-childcare-prestations div.bloc-accordeon .accordion .accordion-item {
  border: 0;
  border-radius: 8px;
  background-color: #1494a2;
  overflow: hidden;
}
body.home .lame-landing-childcare-prestations div.bloc-accordeon .accordion .accordion-item .accordion-header .accordion-button,
body.id-landing-childcare .lame-landing-childcare-prestations div.bloc-accordeon .accordion .accordion-item .accordion-header .accordion-button {
  font-family: 'Noto Serif', serif !important;
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
  color: #ffffff !important;
  background-color: transparent;
  padding: 18px 48px;
  box-shadow: none;
}
@media screen and (max-width: 1199px) {
  body.home .lame-landing-childcare-prestations div.bloc-accordeon .accordion .accordion-item .accordion-header .accordion-button,
  body.id-landing-childcare .lame-landing-childcare-prestations div.bloc-accordeon .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 22px;
    line-height: 32px;
    padding: 16px 28px;
  }
}
@media screen and (max-width: 767.98px) {
  body.home .lame-landing-childcare-prestations div.bloc-accordeon .accordion .accordion-item .accordion-header .accordion-button,
  body.id-landing-childcare .lame-landing-childcare-prestations div.bloc-accordeon .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 19px;
    line-height: 28px;
    padding: 16px 20px;
  }
}
body.home .lame-landing-childcare-prestations div.bloc-accordeon .accordion .accordion-item .accordion-header .accordion-button:after,
body.id-landing-childcare .lame-landing-childcare-prestations div.bloc-accordeon .accordion .accordion-item .accordion-header .accordion-button:after {
  content: "";
  width: 52px;
  height: 52px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14M6 13l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform .3s ease;
  flex-shrink: 0;
}
body.home .lame-landing-childcare-prestations div.bloc-accordeon .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after,
body.id-landing-childcare .lame-landing-childcare-prestations div.bloc-accordeon .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 19V5M6 11l6-6 6 6'/%3E%3C/svg%3E");
}
body.home .lame-landing-childcare-prestations div.bloc-accordeon .accordion .accordion-item .accordion-body,
body.id-landing-childcare .lame-landing-childcare-prestations div.bloc-accordeon .accordion .accordion-item .accordion-body {
  padding: 0 48px 24px;
  width: 100%;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  margin: 0 48px;
  padding: 20px 0 24px;
  width: auto;
}
@media screen and (max-width: 767.98px) {
  body.home .lame-landing-childcare-prestations div.bloc-accordeon .accordion .accordion-item .accordion-body,
  body.id-landing-childcare .lame-landing-childcare-prestations div.bloc-accordeon .accordion .accordion-item .accordion-body {
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 767.98px) {
  body.home .lame-landing-childcare-prestations div.bloc-accordeon .accordion .accordion-item .accordion-body,
  body.id-landing-childcare .lame-landing-childcare-prestations div.bloc-accordeon .accordion .accordion-item .accordion-body {
    margin: 0 20px;
  }
}
body.home .lame-landing-childcare-prestations div.bloc-accordeon .accordion .accordion-item .accordion-body p,
body.id-landing-childcare .lame-landing-childcare-prestations div.bloc-accordeon .accordion .accordion-item .accordion-body p {
  font-family: 'Questrial', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 0;
}
body.home .lame-landing-childcare-faq div.bloc-accordeon,
body.id-landing-childcare .lame-landing-childcare-faq div.bloc-accordeon {
  margin-bottom: 0;
}
body.home .lame-landing-childcare-faq div.bloc-accordeon .accordion,
body.id-landing-childcare .lame-landing-childcare-faq div.bloc-accordeon .accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body.home .lame-landing-childcare-faq div.bloc-accordeon .accordion .accordion-item,
body.id-landing-childcare .lame-landing-childcare-faq div.bloc-accordeon .accordion .accordion-item {
  border: 0;
  border-radius: 8px;
  background-color: #ed6e20;
  overflow: hidden;
}
body.home .lame-landing-childcare-faq div.bloc-accordeon .accordion .accordion-item .accordion-header .accordion-button,
body.id-landing-childcare .lame-landing-childcare-faq div.bloc-accordeon .accordion .accordion-item .accordion-header .accordion-button {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  color: #ffffff !important;
  background-color: transparent;
  padding: 16px 48px;
  box-shadow: none;
}
@media screen and (max-width: 767.98px) {
  body.home .lame-landing-childcare-faq div.bloc-accordeon .accordion .accordion-item .accordion-header .accordion-button,
  body.id-landing-childcare .lame-landing-childcare-faq div.bloc-accordeon .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    line-height: 26px;
    padding: 16px 20px;
  }
}
body.home .lame-landing-childcare-faq div.bloc-accordeon .accordion .accordion-item .accordion-header .accordion-button:after,
body.id-landing-childcare .lame-landing-childcare-faq div.bloc-accordeon .accordion .accordion-item .accordion-header .accordion-button:after {
  content: "";
  width: 52px;
  height: 52px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform .3s ease;
  flex-shrink: 0;
}
body.home .lame-landing-childcare-faq div.bloc-accordeon .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after,
body.id-landing-childcare .lame-landing-childcare-faq div.bloc-accordeon .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  transform: rotate(90deg);
}
body.home .lame-landing-childcare-faq div.bloc-accordeon .accordion .accordion-item .accordion-body,
body.id-landing-childcare .lame-landing-childcare-faq div.bloc-accordeon .accordion .accordion-item .accordion-body {
  padding: 0 32px 22px;
  margin: 0;
  width: auto;
}
@media screen and (max-width: 767.98px) {
  body.home .lame-landing-childcare-faq div.bloc-accordeon .accordion .accordion-item .accordion-body,
  body.id-landing-childcare .lame-landing-childcare-faq div.bloc-accordeon .accordion .accordion-item .accordion-body {
    padding: 0 20px 18px;
  }
}
body.home .lame-landing-childcare-faq div.bloc-accordeon .accordion .accordion-item .accordion-body p,
body.id-landing-childcare .lame-landing-childcare-faq div.bloc-accordeon .accordion .accordion-item .accordion-body p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 0;
}
body.home .lame-landing-childcare-philosophie div.card-valeurs,
body.id-landing-childcare .lame-landing-childcare-philosophie div.card-valeurs {
  background-color: #ffc34a;
  border-radius: 8px;
  padding: 16px;
  height: 100%;
}
body.home .lame-landing-childcare-philosophie div.card-valeurs .image,
body.id-landing-childcare .lame-landing-childcare-philosophie div.card-valeurs .image {
  margin-bottom: 16px;
  height: 244px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  body.home .lame-landing-childcare-philosophie div.card-valeurs .image,
  body.id-landing-childcare .lame-landing-childcare-philosophie div.card-valeurs .image {
    height: 200px;
  }
}
body.home .lame-landing-childcare-philosophie div.card-valeurs .image img,
body.id-landing-childcare .lame-landing-childcare-philosophie div.card-valeurs .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
body.home .lame-landing-childcare-philosophie div.card-valeurs .content .titre,
body.id-landing-childcare .lame-landing-childcare-philosophie div.card-valeurs .content .titre {
  margin-bottom: 12px;
}
body.home .lame-landing-childcare-philosophie div.card-valeurs .content .titre p,
body.id-landing-childcare .lame-landing-childcare-philosophie div.card-valeurs .content .titre p {
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
  color: #1d1c1a;
}
@media screen and (max-width: 1199px) {
  body.home .lame-landing-childcare-philosophie div.card-valeurs .content .titre p,
  body.id-landing-childcare .lame-landing-childcare-philosophie div.card-valeurs .content .titre p {
    font-size: 24px;
    line-height: 32px;
  }
}
body.home .lame-landing-childcare-philosophie div.card-valeurs .content .texte p,
body.id-landing-childcare .lame-landing-childcare-philosophie div.card-valeurs .content .texte p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1d1c1a;
  margin-bottom: 0;
}
body.home .lame-landing-childcare-avis .bloc-avis-google,
body.id-landing-childcare .lame-landing-childcare-avis .bloc-avis-google {
  padding: 0 96px;
}
@media screen and (max-width: 1550px) {
  body.home .lame-landing-childcare-avis .bloc-avis-google,
  body.id-landing-childcare .lame-landing-childcare-avis .bloc-avis-google {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767.98px) {
  body.home .lame-landing-childcare-avis .bloc-avis-google,
  body.id-landing-childcare .lame-landing-childcare-avis .bloc-avis-google {
    padding: 0 20px;
  }
}
body.home .lame-landing-childcare-avis .bloc-avis-google .resume-avis .note-titre,
body.id-landing-childcare .lame-landing-childcare-avis .bloc-avis-google .resume-avis .note-titre,
body.home .lame-landing-childcare-avis .bloc-avis-google .resume-avis .note-base,
body.id-landing-childcare .lame-landing-childcare-avis .bloc-avis-google .resume-avis .note-base {
  color: #ffffff;
}
body.home .lame-landing-childcare-avis .bloc-avis-google .avis-carousel-wrap .avis-carousel .avis-card,
body.id-landing-childcare .lame-landing-childcare-avis .bloc-avis-google .avis-carousel-wrap .avis-carousel .avis-card {
  background-color: #ffffff;
}
body.home .lame-landing-childcare-avis .bloc-avis-google .avis-carousel-wrap .avis-carousel .avis-card .avis-entete .avis-personne .avis-identite .nom,
body.id-landing-childcare .lame-landing-childcare-avis .bloc-avis-google .avis-carousel-wrap .avis-carousel .avis-card .avis-entete .avis-personne .avis-identite .nom,
body.home .lame-landing-childcare-avis .bloc-avis-google .avis-carousel-wrap .avis-carousel .avis-card .avis-entete .avis-personne .avis-identite .date,
body.id-landing-childcare .lame-landing-childcare-avis .bloc-avis-google .avis-carousel-wrap .avis-carousel .avis-card .avis-entete .avis-personne .avis-identite .date {
  color: #1d1c1a;
}
body.home .lame-landing-childcare-avis .bloc-avis-google .avis-carousel-wrap .avis-carousel .avis-card .avis-texte p,
body.id-landing-childcare .lame-landing-childcare-avis .bloc-avis-google .avis-carousel-wrap .avis-carousel .avis-card .avis-texte p {
  color: #1d1c1a;
}
body.home .lame-landing-childcare-avis .bloc-avis-google .avis-carousel-wrap .avis-carousel .owl-nav button.owl-prev,
body.id-landing-childcare .lame-landing-childcare-avis .bloc-avis-google .avis-carousel-wrap .avis-carousel .owl-nav button.owl-prev,
body.home .lame-landing-childcare-avis .bloc-avis-google .avis-carousel-wrap .avis-carousel .owl-nav button.owl-next,
body.id-landing-childcare .lame-landing-childcare-avis .bloc-avis-google .avis-carousel-wrap .avis-carousel .owl-nav button.owl-next {
  color: #ffffff;
}
body.home .lame-landing-childcare-avis .bloc-avis-google .avis-carousel-wrap .avis-carousel .owl-nav button.owl-prev:hover,
body.id-landing-childcare .lame-landing-childcare-avis .bloc-avis-google .avis-carousel-wrap .avis-carousel .owl-nav button.owl-prev:hover,
body.home .lame-landing-childcare-avis .bloc-avis-google .avis-carousel-wrap .avis-carousel .owl-nav button.owl-next:hover,
body.id-landing-childcare .lame-landing-childcare-avis .bloc-avis-google .avis-carousel-wrap .avis-carousel .owl-nav button.owl-next:hover {
  background-color: rgba(255, 255, 255, 0.18);
}
body.home .lame-landing-childcare-avis .bloc-avis-google .avis-carousel-wrap .avis-carousel .owl-nav button.owl-prev svg path,
body.id-landing-childcare .lame-landing-childcare-avis .bloc-avis-google .avis-carousel-wrap .avis-carousel .owl-nav button.owl-prev svg path,
body.home .lame-landing-childcare-avis .bloc-avis-google .avis-carousel-wrap .avis-carousel .owl-nav button.owl-next svg path,
body.id-landing-childcare .lame-landing-childcare-avis .bloc-avis-google .avis-carousel-wrap .avis-carousel .owl-nav button.owl-next svg path {
  stroke: #ffffff;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
@keyframes ccHeroClip {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes ccHeroZoom {
  from {
    transform: scale(1.15);
  }
  to {
    transform: scale(1);
  }
}
@keyframes ccHeroContenu {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
html.scroll-anim:not(.scroll-anim-off) body.home .lame-landing-childcare-form .col-visuel .bloc-image,
html.scroll-anim:not(.scroll-anim-off) body.id-landing-childcare .lame-landing-childcare-form .col-visuel .bloc-image {
  overflow: hidden;
  animation: ccHeroClip 1.1s cubic-bezier(0.22, 1, 0.36, 1) both;
}
html.scroll-anim:not(.scroll-anim-off) body.home .lame-landing-childcare-form .col-visuel img,
html.scroll-anim:not(.scroll-anim-off) body.id-landing-childcare .lame-landing-childcare-form .col-visuel img {
  animation: ccHeroZoom 1.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}
html.scroll-anim:not(.scroll-anim-off) body.home .lame-landing-childcare-form .col-form > *,
html.scroll-anim:not(.scroll-anim-off) body.id-landing-childcare .lame-landing-childcare-form .col-form > * {
  animation: ccHeroContenu 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: .3s;
}
html.scroll-anim:not(.scroll-anim-off) body.home .lame-landing-childcare-form .col-form > *:nth-child(2),
html.scroll-anim:not(.scroll-anim-off) body.id-landing-childcare .lame-landing-childcare-form .col-form > *:nth-child(2) {
  animation-delay: .45s;
}
html.scroll-anim:not(.scroll-anim-off) body.home .lame-landing-childcare-form .col-form > *:nth-child(3),
html.scroll-anim:not(.scroll-anim-off) body.id-landing-childcare .lame-landing-childcare-form .col-form > *:nth-child(3) {
  animation-delay: .6s;
}
html.scroll-anim:not(.scroll-anim-off) body.home .lame-landing-childcare-form .col-form > *:nth-child(n+4),
html.scroll-anim:not(.scroll-anim-off) body.id-landing-childcare .lame-landing-childcare-form .col-form > *:nth-child(n+4) {
  animation-delay: .75s;
}
html.scroll-anim .cc-rv {
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
html.scroll-anim .cc-rv.cc-rv-clip {
  overflow: hidden;
  transition: clip-path 1.05s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
}
html.scroll-anim .cc-rv.cc-rv-clip img {
  transition: transform 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}
html.scroll-anim .cc-split .cc-w {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  padding: .1em .04em .16em;
  margin: -0.1em -0.04em -0.16em;
}
html.scroll-anim .cc-split .cc-w-inner {
  display: inline-block;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}
@media screen and (min-width: 1024px) {
  html.scroll-anim .cc-rv-up,
  html.scroll-anim .cc-rv-left {
    transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), filter 0.7s ease;
  }
}
html.scroll-anim:not(.scroll-anim-off) .cc-rv:not(.is-visible) {
  opacity: 0;
  will-change: opacity, transform;
}
html.scroll-anim:not(.scroll-anim-off) .cc-rv-up:not(.is-visible) {
  transform: translate3d(0, 34px, 0);
}
html.scroll-anim:not(.scroll-anim-off) .cc-rv-left:not(.is-visible) {
  transform: translate3d(-38px, 0, 0);
}
html.scroll-anim:not(.scroll-anim-off) .cc-rv-zoombg:not(.is-visible) {
  transform: scale(1.06);
}
html.scroll-anim:not(.scroll-anim-off) .cc-rv-clip:not(.is-visible) {
  opacity: 0;
  clip-path: inset(0 100% 0 0 round 8px);
}
html.scroll-anim:not(.scroll-anim-off) .cc-rv-clip:not(.is-visible) img {
  transform: scale(1.14);
}
html.scroll-anim:not(.scroll-anim-off) .cc-split:not(.is-visible) .cc-w-inner {
  opacity: 0;
  transform: translate3d(0, 112%, 0);
  will-change: transform;
}
@media screen and (min-width: 1024px) {
  html.scroll-anim:not(.scroll-anim-off) .cc-rv-up:not(.is-visible),
  html.scroll-anim:not(.scroll-anim-off) .cc-rv-left:not(.is-visible) {
    filter: blur(5px);
  }
}
@media screen and (max-width: 767.98px) {
  html.scroll-anim:not(.scroll-anim-off) .cc-rv-up:not(.is-visible) {
    transform: translate3d(0, 22px, 0);
  }
  html.scroll-anim:not(.scroll-anim-off) .cc-rv-left:not(.is-visible) {
    transform: translate3d(-18px, 0, 0);
  }
}
@media (hover: hover) and (pointer: fine) {
  body.home .lame-landing-childcare-philosophie div.card-valeurs,
  body.id-landing-childcare .lame-landing-childcare-philosophie div.card-valeurs {
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }
  body.home .lame-landing-childcare-philosophie div.card-valeurs .image img,
  body.id-landing-childcare .lame-landing-childcare-philosophie div.card-valeurs .image img {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  body.home .lame-landing-childcare-philosophie div.card-valeurs:hover,
  body.id-landing-childcare .lame-landing-childcare-philosophie div.card-valeurs:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 44px -20px rgba(29, 28, 26, 0.38);
  }
  body.home .lame-landing-childcare-philosophie div.card-valeurs:hover .image img,
  body.id-landing-childcare .lame-landing-childcare-philosophie div.card-valeurs:hover .image img {
    transform: scale(1.06);
  }
}
@media screen and (max-width: 991px) {
  header #menu-mobile {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 100000;
  }
  header #menu-mobile .ouvrant {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  header #menu-mobile .ouvrant span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #1d1c1a;
    transition: all 0.3s ease;
  }
  header #menu-mobile .fermant {
    display: none;
  }
  header #menu-mobile .fermant svg {
    height: 35px;
    width: 35px;
    color: #1d1c1a;
  }
  header #menu-mobile.active .ouvrant {
    display: none;
  }
  header #menu-mobile.active .fermant {
    display: block;
  }
  header .menu-principal {
    position: fixed;
    top: 100px;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #fdf6f0;
    z-index: 99998;
    overflow-y: auto;
    transition: left 0.3s ease;
    padding: 30px 20px;
  }
  header .menu-principal.active {
    left: 0;
  }
  header .menu-principal nav ul.menu {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
  header .menu-principal nav ul.menu > li {
    border: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
  }
  header .menu-principal nav ul.menu > li > a {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #E0E0E0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1d1c1a;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu {
    position: static;
    width: 100%;
    left: 0;
    transform: none;
    background-color: #ebe3dd;
    border: none;
    padding: 0;
    display: none;
    flex-direction: column;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu.sub-menu-with-image {
    flex-direction: column;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-image-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    margin: 0;
    border: none;
    list-style: none;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-image-wrapper .menu-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-items-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
    border: none;
    list-style: none;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-items-wrapper .sub-menu-items {
    display: flex;
    flex-direction: column;
    padding: 0;
    border: none;
    position: static;
    list-style: none;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-items-wrapper .sub-menu-items li {
    border: none;
    border-bottom: 1px solid #E0E0E0;
    padding: 15px 20px;
    margin: 0;
    list-style: none;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-items-wrapper .sub-menu-items li:last-child {
    border-bottom: none;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-items-wrapper .sub-menu-items li a {
    font-size: 14px;
    color: #1d1c1a;
    text-transform: uppercase;
  }
  header .menu-principal nav ul.menu > li.ouvert > ul.sub-menu {
    display: flex;
  }
}
@keyframes texte-defilant {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
html {
  overflow-x: hidden;
  overflow-x: clip;
}
:root {
  scroll-behavior: auto;
}
html {
  scroll-padding-top: 129px;
}
@media screen and (max-width: 767.98px) {
  html {
    scroll-padding-top: 80px;
  }
}
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #1d1c1a;
  background-color: black;
  overflow-x: hidden;
  overflow-x: clip;
}
body .container {
  max-width: 1594px;
}
@media screen and (max-width: 1550px) {
  body .container {
    max-width: 1400px;
  }
}
body a {
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  text-decoration: none;
}
body a:hover,
body a:active,
body a:focus {
  outline: 0;
  text-decoration: none;
}
body div.bloc-texte ul {
  padding-left: 0;
}
body div.bloc-texte ul li:before {
  background-color: currentColor;
}
body header {
  background-color: #fdf6f0;
  position: fixed;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid #1d1c1a;
}
body header .corps {
  width: 95%;
  margin: 0 auto;
}
body header .corps .logo {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
body header .corps .logo img {
  height: 47px;
  object-fit: contain;
}
body header .corps .menu-principal nav ul {
  justify-content: end;
  display: flex;
  margin-bottom: 0;
}
body header .corps .menu-principal nav ul li {
  list-style: none;
  margin-right: 10px;
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out !important;
  padding: 10px 15px;
}
body header .corps .menu-principal nav ul li a {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1d1c1a;
  text-transform: capitalize;
}
@media screen and (max-width: 1550px) {
  body header .corps .menu-principal nav ul li a {
    font-size: 13px;
  }
}
body header .corps .menu-principal nav ul li ul {
  display: none;
  margin-bottom: 0;
  position: absolute;
  background-color: #fdf6f0;
  width: fit-content;
  width: 100%;
  left: 0;
  top: 100px;
  padding-left: 0;
  border: 1px solid #1d1c1a;
  justify-content: unset;
}
body header .corps .menu-principal nav ul li ul:before {
  content: "";
  background-color: transparent;
  position: absolute;
  top: -50px;
  left: 0;
  height: 50px;
  width: 100%;
}
body header .corps .menu-principal nav ul li ul .menu-image-wrapper {
  width: 35%;
  padding: 0;
  margin-right: 0;
  border: none;
}
@media screen and (max-width: 1550px) {
  body header .corps .menu-principal nav ul li ul .menu-image-wrapper {
    width: 45%;
  }
}
body header .corps .menu-principal nav ul li ul .menu-image-wrapper .menu-image img {
  width: 100%;
}
body header .corps .menu-principal nav ul li ul .menu-items-wrapper {
  width: 600px;
  padding-left: 50px;
  padding-top: 20px;
  border: none;
}
body header .corps .menu-principal nav ul li ul .menu-items-wrapper .sub-menu-items {
  position: unset;
  display: block;
  border: none;
}
body header .corps .menu-principal nav ul li ul .menu-items-wrapper .sub-menu-items li {
  margin: 0;
  padding: 20px 10px;
  border-bottom: 1px solid #1d1c1a;
  transition: background-color 0.4s ease-in-out !important;
}
body header .corps .menu-principal nav ul li ul .menu-items-wrapper .sub-menu-items li:hover {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  background-color: #ebe3dd;
}
body header .corps .menu-principal nav ul li ul .menu-items-wrapper .sub-menu-items li a {
  font-size: 14px;
  color: #1d1c1a;
  text-transform: uppercase;
}
body header .corps .menu-principal nav ul li:hover {
  border-radius: 5px;
  border-color: #1d1c1a;
}
body header .corps .menu-principal nav ul li.menu-item-has-children:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg id='Groupe_163818' data-name='Groupe 163818' xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath id='Tracé_103154' data-name='Tracé 103154' d='M10.25,4.625a.625.625,0,0,0-1.25,0V9H4.625a.625.625,0,0,0,0,1.25H9v4.375a.625.625,0,0,0,1.25,0V10.25h4.375a.625.625,0,0,0,0-1.25H10.25Z' transform='translate(-2.75 -2.75)' fill='%23212121'/%3E%3Cpath id='Tracé_103155' data-name='Tracé 103155' d='M0,0H15V15H0Z' fill='none'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: right center;
  padding-left: 20px;
}
body header .corps .bouton-header a {
  background-color: #1494a2;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 20px;
  transition: all 0.4s ease-in-out;
}
body header .corps .bouton-header a svg {
  margin-left: 10px;
}
body header .corps .bouton-header a svg g {
  stroke: white;
}
body header .corps .bouton-header a svg g path {
  stroke: white;
}
body header .corps .bouton-header a:hover {
  background-color: #ed6e20;
}
body main {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  body main .row-block {
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  body main .justify-items-end {
    justify-items: end;
  }
}
body main .justify-items-center {
  justify-items: center;
}
body main .titre-plus-bouton {
  margin-top: 0;
  margin-bottom: 50px;
}
body main .border-top-section {
  border-top: 1px solid #1d1c1a;
  padding-top: 82px;
}
@media screen and (max-width: 768px) {
  body main .border-top-section {
    padding-top: 50px;
  }
}
body main .titre-valeurs {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  body main .px-md-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
}
body main .border-here {
  border-top: 1px solid #1d1c1a;
  border-bottom: 1px solid #1d1c1a;
}
@media screen and (max-width: 768px) {
  body main .border-here {
    padding-top: 0;
    padding-bottom: 90px;
  }
}
body main .border-here-1 {
  border-bottom: 1px solid #1d1c1a;
  border-top: 1px solid #1d1c1a;
  margin-top: 70px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 70px;
}
body main .bloc-titre-section-card-offre {
  margin-top: 50px;
  margin-bottom: 50px;
}
body main .border-bottom-custom {
  border-bottom: 1px solid #1d1c1a;
  margin-bottom: 36px;
  padding-bottom: 36px;
}
body main .border-bottom-simple {
  border-bottom: 1px solid #1d1c1a;
}
body main .container-bootstrap .container {
  max-width: 1300px;
}
body main .le-mot-du-fondateur .container {
  position: relative;
}
body main .le-mot-du-fondateur .container .row {
  border: 1px solid #1d1c1a;
  padding: 70px 100px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  body main .le-mot-du-fondateur .container .row {
    padding: 50px 30px;
  }
}
body main .le-mot-du-fondateur .container:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74' height='54' viewBox='0 0 74 54' fill='none'%3E%3Cg clip-path='url(%23clip0_58062_2543)'%3E%3Cpath d='M0 3.39087V27.1999C0 29.0717 1.51451 30.5907 3.38069 30.5907H15.2483L8.53846 50.7361C8.00393 52.3422 9.1949 54.0023 10.8829 54.0023C11.6402 54.0023 12.3552 53.6543 12.8241 53.0594L29.5447 31.8041C30.1613 31.0187 30.4989 30.0499 30.4989 29.0482V3.39087C30.4989 1.51907 28.9843 0 27.1182 0H3.38069C1.51451 0 0 1.51907 0 3.39087Z' fill='%23FF6A00'/%3E%3Cpath d='M43.5035 3.39087V27.1999C43.5035 29.0717 45.018 30.5907 46.8842 30.5907H58.7517L52.0419 50.7361C51.5074 52.3422 52.6984 54.0023 54.3864 54.0023C55.1436 54.0023 55.8587 53.6543 56.3276 53.0594L73.0481 31.8041C73.6647 31.0187 74.0023 30.0499 74.0023 29.0482V3.39087C74.0023 1.51907 72.4878 0 70.6217 0H46.8842C45.018 0 43.5035 1.51907 43.5035 3.39087Z' fill='%23FF6A00'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_58062_2543'%3E%3Crect width='74' height='54' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 54px;
}
body main .le-mot-du-fondateur .container .bloc-titre {
  margin-bottom: 15px;
}
body main .le-mot-du-fondateur .container .bloc-titre .titre {
  color: #1d1c1a;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
body main .le-mot-du-fondateur .container .bloc-texte {
  margin-bottom: 60px;
}
body main .le-mot-du-fondateur .container .bloc-texte p {
  color: #1d1c1a;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  line-height: 42px;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body main .le-mot-du-fondateur .container .bloc-texte p {
    font-size: 25px;
    line-height: 35px;
  }
}
body main .le-mot-du-fondateur .container .bloc-bouton-3 {
  justify-items: center;
}
body main .lame-texte-image-cta .container {
  border: 1px solid #1d1c1a;
  background-color: #ed6e20;
  padding: 0;
}
body main .lame-texte-image-cta .container .col-gauche .bloc-image {
  margin-bottom: 0;
  height: 100%;
}
body main .lame-texte-image-cta .container .col-gauche .bloc-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  body main .lame-texte-image-cta .container .col-droite {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-texte-image-cta .container .col-droite {
    padding: 50px 30px;
  }
}
body main .lame-texte-image-cta .container .col-droite .bloc-texte {
  margin-bottom: 30px;
}
body main .lame-texte-image-cta .container .col-droite .bloc-texte p {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: #ffffff;
}
body main .lame-texte-image-cta .container .col-droite .bloc-bouton-2 a {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1d1c1a;
}
body main .lame-texte-image-cta .container .col-droite .bloc-bouton-2 a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 34 34'%3E%3Cg id='Groupe_163814' data-name='Groupe 163814' transform='translate(-1401 -17046)'%3E%3Cg id='Icon_feather-arrow-up-right' data-name='Icon feather-arrow-up-right' transform='translate(1412.333 17057.334)'%3E%3Cpath id='Tracé_103070' data-name='Tracé 103070' d='M10.5,22.643,22.643,10.5' transform='translate(-10.5 -10.5)' fill='none' stroke='%231f1f1f' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Tracé_103071' data-name='Tracé 103071' d='M10.5,10.5H22.643V22.643' transform='translate(-10.5 -10.5)' fill='none' stroke='%231f1f1f' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3Cg id='Ellipse_9777' data-name='Ellipse 9777' transform='translate(1401 17046)' fill='none' stroke='%231f1f1f' stroke-width='1.5'%3E%3Ccircle cx='17' cy='17' r='17' stroke='none'/%3E%3Ccircle cx='17' cy='17' r='16.25' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
body main .lame-texte-image-cta .container .col-droite .bloc-bouton-2 a:hover {
  background-color: #ed6e20;
  border-color: #1d1c1a;
}
body main .section-zone-intervention {
  border-top: 1px solid #1d1c1a;
  border-bottom: 1px solid #1d1c1a;
}
@media screen and (max-width: 768px) {
  body main .section-zone-intervention {
    padding-bottom: 50px;
  }
}
body main .section-zone-intervention .bloc-titre {
  padding-top: 60px;
}
body main .section-zone-intervention .bloc-image {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  body main .section-zone-intervention .bloc-image {
    border-left: 1px solid #1d1c1a;
  }
}
@media screen and (max-width: 768px) {
  body main .section-zone-intervention .bloc-image {
    margin-right: 0 !important;
    margin-top: 30px;
  }
}
body main .section-zone-intervention .bloc-image img {
  height: 650px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  body main .section-zone-intervention .bloc-image img {
    height: 300px;
  }
}
body main .lame-contact {
  margin-top: 0;
  margin-bottom: 0;
}
body main .lame-contact .col-md-5 {
  border-right: 1px solid #1d1c1a;
}
body main .lame-contact .col-md-5 .coordonnees {
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  body main .lame-contact .col-md-5 .coordonnees {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body main .lame-contact .bloc-texte {
  margin-bottom: 0;
  padding-top: 50px;
}
body main .lame-contact .bloc-texte p {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #1d1c1a;
}
@media screen and (min-width: 768px) {
  body main .lame-contact .px-md-180 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
body main .lame-contact .nf-form-fields-required {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.42px;
  color: #333333;
  text-transform: uppercase;
  padding-bottom: 30px;
}
body main .lame-contact input,
body main .lame-contact textarea,
body main .lame-contact select {
  border: none;
  border-bottom: 1px solid #1d1c1a;
  background-color: transparent;
  background: transparent;
  width: 100%;
  margin-bottom: 25px;
}
body main .lame-contact .html-container span {
  display: none;
}
body main .lame-contact .html-container p {
  margin-bottom: 10px;
}
body main .lame-contact .checkbox-wrap {
  align-items: flex-start;
  width: 100%;
  display: flex;
  gap: 10px;
}
body main .lame-contact .checkbox-wrap .nf-field-label {
  order: 2;
}
body main .lame-contact .checkbox-wrap .nf-field-element {
  order: 1;
  margin-top: 3px;
  height: auto;
}
body main .lame-contact .checkbox-wrap input[type="checkbox"] {
  width: auto;
  margin-bottom: 0;
}
body main .lame-contact .checkbox-wrap label {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #1d1c1a;
  text-transform: unset;
}
body main .lame-contact .checkbox-wrap label a {
  color: #1d1c1a;
}
body main .lame-contact .file_upload-wrap {
  display: flex;
  width: 100%;
}
body main .lame-contact .file_upload-wrap .nf-field-label {
  margin-right: 21px;
  margin-top: 10px;
}
body main .lame-contact .file_upload-wrap .nf-field-label label {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #3A3A3A;
  text-transform: unset;
}
body main .lame-contact .file_upload-wrap .nf-field-element {
  width: 50%;
}
body main .lame-contact .file_upload-wrap .nf-field-element button {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #1C1E22;
  border-radius: 50px;
  border: 1px solid #1d1c1a;
  background-color: transparent;
  background: transparent;
  width: 130px;
  height: 45px;
}
body main .lame-contact .file_upload-wrap .nf-field-element .nf-fu-progress {
  display: none;
}
body main .lame-contact .nf-after-form-content {
  display: none;
}
body main .lame-contact .submit-wrap {
  justify-content: center;
  text-align: -webkit-center;
}
body main .lame-contact .submit-wrap .nf-field-element {
  position: relative;
  width: fit-content;
}
body main .lame-contact .submit-wrap .nf-field-element:after {
  content: "";
  background-color: #1d1c1a;
  position: absolute;
  top: 35%;
  right: -20px;
  width: 40px;
  height: 1px;
}
body main .lame-contact .submit-wrap .nf-field-element input {
  background-color: transparent;
  border: 1px solid #1d1c1a;
  color: #1d1c1a;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  padding: 15px 33px;
}
body main .lame-contact .submit-wrap .nf-field-element input:hover {
  padding: 15px 35px;
}
body main .lame-contact label {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: #1d1c1a;
  text-transform: uppercase;
}
body main .lame-avis .bloc-texte {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  body main .lame-video-texte {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-timeline {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  body main .lame-timeline .timeline {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-video-offre {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  body main .lame-video-offre .video {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  body main .lame-accueil-1 {
    margin-top: 50px;
    margin-bottom: 0;
  }
  body main .lame-accueil-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 50px 0;
  }
  body main .lame-accueil-3 {
    padding-top: 50px;
  }
  body main .lame-accueil-5 {
    margin-top: 45px;
  }
  body main .lame-accueil-6 {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  body main .lame-accueil-6 .titre {
    padding-bottom: 20px;
  }
  body main .lame-accueil-7 {
    margin-top: 0;
    margin-bottom: 0;
  }
  body main .lame-accueil-8 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  body main .lame-accueil-8 .bloc-titre {
    margin-bottom: 55px;
  }
  body main .lame-accueil-8 .bloc-titre:has(h3) {
    margin-bottom: 20px;
  }
  body main .lame-accueil-9 {
    padding-top: 55px;
    margin-bottom: 33px;
  }
  body main .lame-accueil-12 {
    margin-bottom: 0;
    padding-bottom: 96px;
  }
  body main .lame-accueil-13 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body main .lame-a-propo-2 .row {
    align-items: stretch;
  }
  body main .lame-a-propo-2 .bloc-image {
    margin-bottom: 0;
    height: 100%;
  }
  body main .lame-a-propo-2 .bloc-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body main .lame-a-propo-4 {
    margin-bottom: 50px;
  }
  body main .lame-a-propo-5 {
    margin-top: 0;
    padding-top: 54px;
    padding-bottom: 84px;
  }
  body main .lame-a-propo-6 {
    margin-top: 50px;
    margin-bottom: 60px;
  }
  body main .lame-a-propo-7 {
    margin-top: 0;
  }
  body main .lame-a-propo-8 {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  body main .lame-a-propo-9 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body main .lame-offre-2 {
    margin-top: 90px;
  }
  body main .lame-offre-2 .titre {
    padding-bottom: 40px;
  }
  body main .lame-offre-2 .bloc-tabs {
    margin-bottom: 0;
  }
  body main .lame-offre-2 .bloc-tabs .tab-content {
    padding-bottom: 0;
  }
  body main .lame-offre-3 {
    padding-top: 90px;
    margin-top: 0;
  }
  body main .lame-offre-4 {
    margin-bottom: 70px;
  }
  body main .lame-offre-5 {
    margin-top: 0px;
  }
  body main .lame-offre-6 {
    margin-bottom: 70px;
  }
  body main .lame-offre-7 {
    margin-bottom: 70px;
  }
  body main .lame-offre-8 {
    margin-top: 0;
    margin-bottom: 67px;
  }
  body main .lame-offre-9 {
    margin-top: 0;
  }
  body main .lame-offre-10 {
    border-top: 1px solid #1d1c1a;
    padding-top: 80px;
    margin-top: 0;
    margin-bottom: 80px;
  }
  body main .lame-offre-11 {
    padding-top: 60px;
  }
  body main .lame-offre-13 {
    border-top: 1px solid #1d1c1a;
    padding-top: 70px;
    margin-top: 65px;
  }
  body main .lame-offre-15 {
    padding-top: 68px;
  }
  body main .lame-offre-15 .titre {
    padding-bottom: 30px;
  }
}
body footer {
  background-color: #ebe3dd;
  border-top: 1px solid #1d1c1a;
}
body footer .corps {
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
}
body footer .corps .logo img {
  width: 82px;
  height: 93px;
}
@media screen and (max-width: 768px) {
  body footer .corps .menu-container-footer {
    column-count: 2;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  body footer .corps .coordonnees .adresse {
    margin-top: 2rem;
  }
}
body footer .corps .coordonnees .adresse a {
  font-family: 'Poppins', sans-serif;
  color: #1d1c1a;
  font-size: 14px;
  font-weight: 500;
}
body footer .corps .coordonnees .telephone a {
  font-family: 'Poppins', sans-serif;
  color: #1d1c1a;
  font-size: 14px;
  font-weight: 500;
}
body footer .corps .coordonnees .email a {
  font-family: 'Poppins', sans-serif;
  color: #1d1c1a;
  font-size: 14px;
  font-weight: 500;
}
body footer .corps .reseaux-sociaux {
  padding-left: 15px;
  position: relative;
}
body footer .corps .reseaux-sociaux:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #1d1c1a;
  opacity: 0.3;
}
body footer .corps .reseaux-sociaux li {
  list-style: none;
}
body footer .corps .reseaux-sociaux li a {
  font-family: 'Poppins', sans-serif;
  color: #1d1c1a;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
}
body footer .corps .part-menu {
  padding-left: 15px;
  position: relative;
  margin-left: 64px;
}
@media screen and (max-width: 1250px) {
  body footer .corps .part-menu {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  body footer .corps .part-menu {
    margin-left: 0;
  }
}
body footer .corps .part-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #1d1c1a;
  opacity: 0.3;
}
body footer .corps .part-menu li {
  list-style: none;
}
body footer .corps .part-menu li a {
  font-family: 'Poppins', sans-serif;
  color: #1d1c1a;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
body footer .corps .horaires ul {
  padding-left: 15px;
  position: relative;
}
body footer .corps .horaires ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #1d1c1a;
  opacity: 0.3;
}
body footer .corps .horaires ul li {
  list-style: none;
  display: flex;
  font-family: 'Poppins', sans-serif;
  color: #1d1c1a;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  gap: 0 53px;
}
@media screen and (min-width: 1200px) and (max-width: 1250px) {
  body footer .corps .horaires ul li {
    gap: 0 44px;
  }
}
body footer .corps .horaires ul li .jour {
  width: 50px;
}
body footer .pied {
  font-size: 0.875rem;
  line-height: 1.188rem;
}
body footer .pied .container {
  max-width: 90%;
  margin-top: 20px;
  border-top: 1px solid #1d1c1a;
}
body footer .pied.separateur-full:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: var(--couleur-separateur);
}
body footer .pied.separateur-container > .container {
  padding-top: 0;
}
body footer .pied.separateur-container > .container:before {
  margin-bottom: 21px;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: var(--couleur-separateur);
}
body footer .pied > .container {
  padding-top: 21px;
  padding-bottom: 21px;
}
body footer .pied .pied-part-1 .separateur {
  font-size: 0;
  margin-right: 1.875rem;
}
body footer .pied .pied-part-2 {
  text-align: right;
}
body footer .pied a {
  color: var(--couleur-lien);
}
body footer .pied a:hover {
  color: var(--couleur-lien-survol);
}
body footer .pied .desc {
  display: inline-block;
  vertical-align: middle;
}
body footer .pied .logo-idcom {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
body footer .pied .logo-idcom svg {
  width: 81px;
}
@media screen and (max-width: 1199px) {
  body header .corps.menu-7 .champ-recherches .asl_w_container #ajaxsearchlite1 {
    width: 500px;
  }
  body footer .corps {
    padding: 30px 0;
  }
  body footer .corps .logo-footer {
    margin-bottom: 15px;
  }
  body footer .corps .part-identite .description {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 15px;
  }
  body footer .corps .part-identite .reseaux-sociaux .reseau {
    margin-right: 20px;
  }
  body footer .corps .part-identite .reseaux-sociaux .reseau a .icone {
    width: 24px;
    height: 24px;
  }
  body footer .corps .part-menu ul.menu li a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  body footer .corps .part-annexes .zone-annexes .infos-contact {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  body footer .pied {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  body footer .pied .logo-idcom svg {
    width: 70px;
  }
  body footer .pied.separateur-container > .container {
    padding-bottom: 15px;
  }
  body footer .pied.separateur-container > .container:before {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  body .container {
    padding: 0 30px;
  }
  body header .corps .menu-principal nav ul li {
    margin-right: 1.25rem;
  }
  body header .corps .bouton-mise-en-avant {
    padding-bottom: 22px;
  }
  body header .corps .bouton-mise-en-avant a {
    padding: 4px 15px;
  }
  body header .corps.menu-7 .champ-recherches .asl_w_container #ajaxsearchlite1 {
    width: 350px;
  }
}
@media screen and (max-width: 767.98px) {
  body .container {
    padding: 0 20px;
  }
  body header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 80px;
  }
  body header .entete {
    height: 20px;
  }
  body header .entete .accroche {
    white-space: nowrap;
    overflow: hidden;
  }
  body header .entete .accroche span {
    display: inline-block;
    padding-left: 100%;
    animation: texte-defilant 10s linear infinite;
  }
  body header .corps {
    height: 60px;
    position: relative;
    border-bottom: 1px solid var(--couleur);
  }
  body header .corps .logo a img {
    height: 50px;
  }
  body header .corps .menu-principal nav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 350px;
    height: 100%;
    box-shadow: 10px 0px 10px 0px rgba(136, 136, 136, 0.1);
    -webkit-box-shadow: 10px 0px 10px 0px rgba(136, 136, 136, 0.1);
    -moz-box-shadow: 10px 0px 10px 0px rgba(136, 136, 136, 0.1);
    text-align: left;
    left: -800px;
    overflow-y: scroll;
    padding-bottom: 120px;
    background-color: var(--couleur-fond);
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  body header .corps .menu-principal nav.header-avec-entete {
    top: 80px;
  }
  body header .corps .menu-principal nav ul.menu {
    padding-top: 30px;
  }
  body header .corps .menu-principal nav ul.menu li.menu-item-has-children > a:after {
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
  }
  body header .corps .menu-principal nav ul.menu li.menu-item-has-children > a:hover:after {
    transform: rotate(180deg);
  }
  body header .corps .menu-principal nav ul.menu > li {
    display: block;
    margin-left: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
    margin-right: 0;
  }
  body header .corps .menu-principal nav ul.menu > li > a {
    display: block;
    padding: 0 15px;
  }
  body header .corps .menu-principal nav ul.menu > li ul.sub-menu {
    position: static;
    margin: 0px;
    width: 100%;
    transform: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    text-align: left;
    padding: 15px 30px;
  }
  body header .corps .menu-principal nav ul.menu > li ul.sub-menu > li > a {
    font-size: 14px;
    line-height: 18px;
  }
  body header #menu-mobile div {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    margin-left: 12px;
  }
  body header #menu-mobile div span {
    display: block;
    margin-bottom: 2px;
    height: 2px;
    background-color: var(--couleur-texte);
  }
  body header #menu-mobile div.fermant {
    display: none;
    vertical-align: top;
  }
  body header #menu-mobile.active {
    background-color: var(--couleur-fond-actif) !important;
  }
  body header #menu-mobile.active div.ouvrant {
    display: none;
  }
  body header #menu-mobile.active div.fermant {
    display: inline-block;
  }
  body header .bouton-recherche-etude {
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 30px;
  }
  body main {
    margin-top: 80px;
  }
  body footer .corps {
    padding: 30px 0 0;
  }
  body footer .corps .part-annexes {
    text-align: left;
  }
  body footer .corps .part-annexes:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--couleur-separateur);
    opacity: .1;
    margin: 0 0 15px;
  }
  body footer .corps .part-annexes .zone-annexes .infos-contact {
    text-align: left;
  }
  body footer .corps .part-identite:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--couleur-separateur);
    opacity: .1;
    margin: 15px 0;
  }
  body footer .corps .part-identite .infos-contact {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  body footer .corps .part-menu {
    padding-bottom: 10px;
    margin-bottom: 44px;
  }
  body footer .corps .infos-contact .bloc-contact {
    margin-bottom: 15px;
  }
  body footer .pied .pied-part-1 {
    margin-bottom: 5px;
  }
  body footer .pied .pied-part-1 .separateur {
    font-size: 0.875rem;
    margin-right: 0;
  }
  body footer .pied .pied-part-2 {
    text-align: left;
  }
  body footer .pied .logo-idcom svg {
    width: 50px;
  }
}
body#maintenance .page-content {
  background-image: url('/wp-content/themes/idcomweb/img/site-constrcution-img.jpeg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
body#maintenance .page-content > .bloc-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
body#maintenance .page-content > .bloc-image img {
  width: 250px;
  border-radius: 5px;
}
body#maintenance .page-content .formulaire > .container {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
body#maintenance .page-content .formulaire .contenus-txt .bloc-image img {
  border-radius: 5px;
}
body#maintenance .nf-error-msg.nf-error-field-errors {
  text-align: center;
}
