/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/styles.scss ***!
  \************************************************************************************************************************************************************/
@charset "UTF-8";
/*
Theme Name: Les Petites Familles
Description: Thème enfant de Uncode theme
Author: Com&Company
Author URI: http://www.com-company.fr
Template: uncode
Version: 1.1.0
Text Domain: uncode
*/
/************************************************************/
/*  STYLES DU THEME                                         */
/*  00. GLOBAL                                              */
/*      01. Header			                                */
/*      02. Contenu     	                                */
/*      03.	Footer			                                */
/*      04. Menu secondaire (CTA) : Préinscriptions / Appel */
/*      05. Fix Elementor                                   */
/*      06. Formulaires                                     */
/*  10. HOMEPAGE                                            */
/*      11. Pré-inscription                                 */
/*  20. PAGES INSTITUTIONNELLES                             */
/*      21. Notre approche                                  */
/*      22. Notre offres                                    */
/*      23. Nos tarifs                                      */
/*  30. ACTUALITES / LE PETIT BLOG                          */
/*  40. PAGES                                               */
/*      41. Contact                                         */
/*      42. Ateliers & Anniversaires                        */
/*      43. Préinscription                                  */
/*  50. ESPACE FAMILLE                                      */
/*  60. WOOCOMMERCE                                         */
/*      61. Grid                                            */
/*      62. Single                                          */
/*      63. Wishlist                                        */
/*  70. EVENTS                                              */
/*  80. MULTISITE                                           */
/*  90. RESPONSIVE                                          */
/*      91. RESPONSIVE desktop                              */
/*      92. RESPONSIVE laptop                               */
/*      93. RESPONSIVE mobile+tablette                      */
/*      94. RESPONSIVE tablette                             */
/*      95. RESPONSIVE mobile                               */
/*      96. Fix RESPONSIVE Visual Composer                  */
/************************************************************/
/* Import mixins & variables */
/*******************************************
MIXINS DU THEME
*******************************************/
/* Import variables */
/*******************************************
VARIABLES DU THEME
*******************************************/
/* Mixins compatibilité */
/* Mixin responsive */
/* Mixin sur les positions */
/* Mixin element absolute centré dans son container relative */
/* Mixin height = width */
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/************************************************************/
/*  00. GLOBAL                                              */
/************************************************************/
body p {
  line-height: 1.43;
}

.flex-container {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.flex-container.flex-column {
  flex-direction: column;
}
.flex-container.flex-row {
  flex-direction: row;
}
.flex-container.flex-start {
  align-items: flex-start;
}
.flex-container.flex-center {
  align-items: center;
}
.flex-container.flex-end {
  align-items: flex-end;
}
.flex-container .flex-item {
  flex: 0 1 auto;
}
.flex-container .flex-item.flex-item-25 {
  width: 25%;
}
.flex-container .flex-item.flex-item-33 {
  width: 33.3%;
}
.flex-container .flex-item.flex-item-50 {
  width: 50%;
}
.flex-container .flex-item.flex-item-66 {
  width: 66.6%;
}
.flex-container .flex-item.flex-item-75 {
  width: 75%;
}
.flex-container .flex-item.flex-item-100 {
  width: 100%;
}

.show-if:not(.shown) {
  display: none;
}

.hide-if.hidden {
  display: none;
}

/************************************************************/
/*      01. Header			                                */
/************************************************************/
body:not(.logged-in) #menu-item-87993 {
  display: none !important;
}

.menu-wrapper .row-menu .row-menu-inner {
  padding: 0;
}

#logo-container-mobile {
  /*padding:36px 75px 36px 0;*/
  padding-right: 75px;
}
#logo-container-mobile.shrinked + .main-menu-container .menu-smart.menu-primary-inner > li.menu-item > a,
#logo-container-mobile.shrinked + .main-menu-container #menu-main-menu > li.menu-item > a,
#logo-container-mobile.shrinked + .main-menu-container #menu-main-menu-lpf > li.menu-item > a {
  padding-top: 15px;
}

.menu-smart.menu-primary-inner,
#menu-main-menu,
#menu-main-menu-lpf {
  padding: 0;
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center; /**/
}
.menu-smart.menu-primary-inner > li.menu-item,
#menu-main-menu > li.menu-item,
#menu-main-menu-lpf > li.menu-item {
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex: 1 1 auto;
}
.menu-smart.menu-primary-inner > li.menu-item > a,
#menu-main-menu > li.menu-item > a,
#menu-main-menu-lpf > li.menu-item > a {
  display: block;
  padding-top: 30px;
  line-height: 1.2em;
}
.menu-smart.menu-primary-inner > li.menu-item > a::before, .menu-smart.menu-primary-inner > li.menu-item > a::after,
#menu-main-menu > li.menu-item > a::before,
#menu-main-menu > li.menu-item > a::after,
#menu-main-menu-lpf > li.menu-item > a::before,
#menu-main-menu-lpf > li.menu-item > a::after {
  display: none;
}
.menu-smart.menu-primary-inner > li.menu-item.two-lined .subtitle,
#menu-main-menu > li.menu-item.two-lined .subtitle,
#menu-main-menu-lpf > li.menu-item.two-lined .subtitle {
  font-size: 13px;
  color: #adadad;
  font-weight: normal;
}
.menu-smart.menu-primary-inner > li.menu-item.tight-menu,
#menu-main-menu > li.menu-item.tight-menu,
#menu-main-menu-lpf > li.menu-item.tight-menu {
  padding: 0;
  flex: 0 1 auto;
}
.menu-smart.menu-primary-inner > li.menu-item.tight-menu > a,
#menu-main-menu > li.menu-item.tight-menu > a,
#menu-main-menu-lpf > li.menu-item.tight-menu > a {
  padding: 30px 0 0;
}
.menu-smart.menu-primary-inner > li.menu-item.tight-menu > a i.fa,
#menu-main-menu > li.menu-item.tight-menu > a i.fa,
#menu-main-menu-lpf > li.menu-item.tight-menu > a i.fa {
  margin: 0;
}
.menu-smart.menu-primary-inner > li.menu-item.left-bordered > a,
#menu-main-menu > li.menu-item.left-bordered > a,
#menu-main-menu-lpf > li.menu-item.left-bordered > a {
  flex-direction: row;
  padding-right: 0;
  font-weight: normal;
}
.menu-smart.menu-primary-inner > li.menu-item.left-bordered > a::before,
#menu-main-menu > li.menu-item.left-bordered > a::before,
#menu-main-menu-lpf > li.menu-item.left-bordered > a::before {
  display: inline-block;
  content: "";
  height: 15px;
  width: 1px;
  background-color: #adadad;
  margin: 0 25px 0 20px;
}
.menu-smart.menu-primary-inner > li.menu-item.left-bordered > a i.fa,
#menu-main-menu > li.menu-item.left-bordered > a i.fa,
#menu-main-menu-lpf > li.menu-item.left-bordered > a i.fa {
  margin-right: 6px;
}
.menu-smart.menu-primary-inner > li.menu-item.force-right > a,
#menu-main-menu > li.menu-item.force-right > a,
#menu-main-menu-lpf > li.menu-item.force-right > a {
  text-align: right;
}
.menu-smart.menu-primary-inner > li.menu-item .lpf-cta-preinscription p,
#menu-main-menu > li.menu-item .lpf-cta-preinscription p,
#menu-main-menu-lpf > li.menu-item .lpf-cta-preinscription p {
  padding: 0;
  margin: 0;
}
.menu-smart.menu-primary-inner > li.menu-item .lpf-cta-preinscription .title.cta-lpf-yellow-button,
#menu-main-menu > li.menu-item .lpf-cta-preinscription .title.cta-lpf-yellow-button,
#menu-main-menu-lpf > li.menu-item .lpf-cta-preinscription .title.cta-lpf-yellow-button {
  background-color: #f4dd4c;
  color: white;
  font-weight: 600;
  border-radius: 15px;
  padding: 2px 6px;
  font-size: 13px;
  line-height: 1em;
}
.menu-smart.menu-primary-inner > li.menu-item .lpf-cta-preinscription .subtitle,
#menu-main-menu > li.menu-item .lpf-cta-preinscription .subtitle,
#menu-main-menu-lpf > li.menu-item .lpf-cta-preinscription .subtitle {
  font-size: 12px;
  color: #adadad;
  font-weight: normal;
}
.menu-smart.menu-primary-inner > li.menu-item .lpf-cta-inscription p,
#menu-main-menu > li.menu-item .lpf-cta-inscription p,
#menu-main-menu-lpf > li.menu-item .lpf-cta-inscription p {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1290px) {
  .menu-smart.menu-primary-inner > li.menu-item .lpf-cta-inscription .title.cta-lpf-yellow-button-lg,
  #menu-main-menu > li.menu-item .lpf-cta-inscription .title.cta-lpf-yellow-button-lg,
  #menu-main-menu-lpf > li.menu-item .lpf-cta-inscription .title.cta-lpf-yellow-button-lg {
    background-color: #f4dd4c;
    color: white;
    font-weight: 600;
    border-radius: 15px;
    padding: 2px 7px;
    font-size: 15px;
    line-height: 14px;
  }
}
@media screen and (min-width: 200px) and (max-width: 959px) {
  .menu-smart.menu-primary-inner > li.menu-item .lpf-cta-inscription .title.cta-lpf-yellow-button-lg,
  #menu-main-menu > li.menu-item .lpf-cta-inscription .title.cta-lpf-yellow-button-lg,
  #menu-main-menu-lpf > li.menu-item .lpf-cta-inscription .title.cta-lpf-yellow-button-lg {
    font-size: 16px;
  }
}

/* fix header si popup uncode ouverte */
body.uncode-unmodal-overlay-visible header#masthead.menu-absolute {
  z-index: 0 !important;
}

/************************************************************/
/*      02. Contenu     	                                */
/************************************************************/
/************************************************************/
/*      03.	Footer			                                */
/************************************************************/
.site-footer#colophon .heading-text h1,
.site-footer#colophon .heading-text h2,
.site-footer#colophon .heading-text h3,
.site-footer#colophon .heading-text h4,
.site-footer#colophon .heading-text .h1,
.site-footer#colophon .heading-text .h2,
.site-footer#colophon .heading-text .h3,
.site-footer#colophon .heading-text .h4 {
  font-weight: bold;
  font-size: 16px;
  color: #7bc8c8;
}
.site-footer#colophon .lpf-footer-menu .row {
  padding-bottom: 170px;
  padding-top: 0;
}
.site-footer#colophon .lpf-footer-menu .border-shorter-right {
  margin: 15px 120px 0 0;
}
.site-footer#colophon .lpf-footer-menu .lpf-submenu {
  margin-top: 22px;
  color: #666666;
}
.site-footer#colophon .lpf-footer-menu .lpf-submenu #menu-footer-menu-2 li {
  text-transform: none;
}
.site-footer#colophon .lpf-footer-menu .lpf-submenu li {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  font-size: 14px;
  /*&::before {
                  content: "·";
                  display: block;
                  margin-right: 10px;
              }*/
  /*&.lpf-espace-famille{
                  margin-top: 20px;
                  font-size: 21px;
                  text-transform: none;
                  &::before {
                      display: none;
                      content: none;
                      margin: 0;
                  }
                  i.fa {
                      margin-right: 5px;
                  }
              }*/
}
.site-footer#colophon .lpf-footer-menu .lpf-submenu li.two-lined {
  margin-bottom: 8px;
  line-height: 1.2em;
  font-weight: bold;
}
.site-footer#colophon .lpf-footer-menu .lpf-submenu li.two-lined .subtitle {
  font-size: 14px;
  font-weight: normal;
}
.site-footer#colophon .lpf-footer-menu .lpf-adresse li {
  font-size: 14px;
  line-height: 1.7em;
}
.site-footer#colophon .lpf-footer-menu .lpf-social-icons .social-icon {
  margin-right: 20px;
  padding: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.site-footer#colophon .lpf-footer-menu .lpf-social-icons .social-icon a {
  display: flex;
}
.site-footer#colophon .lpf-footer-copyright {
  margin-top: -170px;
}
.site-footer#colophon .lpf-footer-copyright .row-parent {
  padding: 0 36px 36px;
}
.site-footer#colophon .lpf-footer-copyright .footer-slogan {
  font-size: 14px;
  color: #666666;
}
.site-footer#colophon .lpf-footer-copyright .footer-slogan p {
  margin-top: 0;
}

/************************************************************/
/*      04. Menu secondaire (CTA) : Préinscriptions / Appel */
/************************************************************/
/************************************************************/
/*      05. Fix Elementor                                   */
/************************************************************/
body.elementor-page .main-container .row-container .lpf-inscription-tabs .double-top-padding {
  padding-top: 0;
}
body.elementor-page .main-container .row-container .lpf-inscription-tabs .double-bottom-padding {
  padding-bottom: 0;
}
body.elementor-page .main-container .row-container .row.double-top-padding:first-of-type {
  padding-top: 0;
}
body.elementor-page .main-container .unmodal-content .row-container .row.double-top-padding:first-of-type {
  padding-top: 72px !important;
}

/************************************************************/
/*      06. Formulaires                                     */
/************************************************************/
body.input-underline input[type=text],
body.input-underline input[type=email],
body.input-underline input[type=number],
body.input-underline input[type=url],
body.input-underline input[type=tel],
body.input-underline input[type=search],
body.input-underline input[type=password],
body.input-underline input[type=date],
body.input-underline textarea,
body.input-underline select,
body.input-underline .select2-selection--single {
  background: #f6f6f6 !important;
  border-width: 0 !important;
}
body.input-underline input[type=checkbox],
body.input-underline input[type=radio] {
  display: inline-block !important;
}

/************************************************************/
/*  10. HOMEPAGE                                            */
/************************************************************/
/************************************************************/
/*      11. Pré-inscription                                 */
/************************************************************/
.wpcf7-response-output {
  border-color: #eef8fb;
}

.wpcf7-inline-wrapper .wpcf7-inline-field input[type=checkbox],
.wpcf7-inline-wrapper .wpcf7-inline-field input[type=radio] {
  width: auto;
}

.micro-creche .show-if.show-if-micro-creche,
.micro-creche .show-if.show-if-micro-creche:not(.shown) {
  display: block;
}
.micro-creche .show-if.show-if-micro-creche.wpcf7-inline-field,
.micro-creche .show-if.show-if-micro-creche:not(.shown).wpcf7-inline-field {
  display: table-cell;
}

.semaines-magiques .show-if.show-if-semaines-magiques,
.semaines-magiques .show-if.show-if-semaines-magiques:not(.shown) {
  display: block;
}
.semaines-magiques .show-if.show-if-semaines-magiques.wpcf7-inline-field,
.semaines-magiques .show-if.show-if-semaines-magiques:not(.shown).wpcf7-inline-field {
  display: table-cell;
}

.mercredis .show-if.show-if-mercredis,
.mercredis .show-if.show-if-mercredis:not(.shown) {
  display: block;
}
.mercredis .show-if.show-if-mercredis.wpcf7-inline-field,
.mercredis .show-if.show-if-mercredis:not(.shown).wpcf7-inline-field {
  display: table-cell;
}

.vacances .show-if.show-if-vacances,
.vacances .show-if.show-if-vacances:not(.shown) {
  display: block;
}
.vacances .show-if.show-if-vacances.wpcf7-inline-field,
.vacances .show-if.show-if-vacances:not(.shown).wpcf7-inline-field {
  display: table-cell;
}

.anniversaires .show-if.show-if-anniversaires,
.anniversaires .show-if.show-if-anniversaires:not(.shown) {
  display: block;
}
.anniversaires .show-if.show-if-anniversaires.wpcf7-inline-field,
.anniversaires .show-if.show-if-anniversaires:not(.shown).wpcf7-inline-field {
  display: table-cell;
}

.presco .show-if.show-if-presco,
.presco .show-if.show-if-presco:not(.shown) {
  display: block;
}
.presco .show-if.show-if-presco.wpcf7-inline-field,
.presco .show-if.show-if-presco:not(.shown).wpcf7-inline-field {
  display: table-cell;
}

/************************************************************/
/*  20. PAGES INSTITUTIONNELLES                             */
/************************************************************/
/************************************************************/
/*      21. Notre approche                                  */
/************************************************************/
/************************************************************/
/*      22. Notre offres                                    */
/************************************************************/
/************************************************************/
/*      23. Nos tarifs                                      */
/************************************************************/
/************************************************************/
/*  30. ACTUALITES / LE PETIT BLOG                          */
/************************************************************/
/************************************************************/
/*  40. PAGES                                               */
/*      41. Contact                                         */
/*      42. Ateliers & Anniversaires                        */
/************************************************************/
.show-on-hover {
  width: 210px !important;
  height: 210px;
  margin-left: 28px;
  border-radius: 20px 20px 20px 20px;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition-duration: 1s;
  padding-top: 50px;
}
.show-on-hover:hover {
  opacity: 1;
}
.show-on-hover.lundi-17-18-20 .elementor-widget-container:before {
  content: "Lundi de 17h à 18h";
  font-size: 14px;
  font-weight: bold;
  color: white;
}
.show-on-hover.lundi-17-18-20 .elementor-button-wrapper:before {
  content: "20 €";
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
}
.show-on-hover.mardi-17-18-20 .elementor-widget-container:before {
  content: "Mardi de 17h à 18h";
  font-size: 14px;
  font-weight: bold;
  color: white;
}
.show-on-hover.mardi-17-18-20 .elementor-button-wrapper:before {
  content: "20 €";
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
}
.show-on-hover.jeudi-17-18-20 .elementor-widget-container:before {
  content: "Jeudi de 17h à 18h";
  font-size: 14px;
  font-weight: bold;
  color: white;
}
.show-on-hover.jeudi-17-18-20 .elementor-button-wrapper:before {
  content: "20 €";
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
}
.show-on-hover.vendredi-10-12-40 .elementor-widget-container:before {
  content: "Vendredi de 10h à 12h";
  font-size: 14px;
  font-weight: bold;
  color: white;
}
.show-on-hover.vendredi-10-12-40 .elementor-button-wrapper:before {
  content: "40 €";
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
}
.show-on-hover.samedi-10-12-20 .elementor-widget-container:before {
  content: "Samedi de 10h à 12h";
  font-size: 14px;
  font-weight: bold;
  color: white;
}
.show-on-hover.samedi-10-12-20 .elementor-button-wrapper:before {
  content: "20 €";
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
}
.show-on-hover.samedi-14-16-40 .elementor-widget-container:before {
  content: "Samedi de 14h à 16h";
  font-size: 14px;
  font-weight: bold;
  color: white;
}
.show-on-hover.samedi-14-16-40 .elementor-button-wrapper:before {
  content: "40 €";
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
}

/************************************************************/
/*      43. Préinscription                                  */
/************************************************************/
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title {
  padding: 0 18px 0 0;
  box-sizing: content-box;
  width: 150px;
  display: table-cell;
}
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title a {
  display: block;
  text-align: center;
  color: #343434;
}
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title a .tab-image-wrapper {
  position: relative;
  margin: 0 auto 20px;
  border-radius: 15px;
}
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title a .tab-image-wrapper .tab-image {
  border-radius: 15px;
  box-shadow: 0px 8px 8px 0px rgba(49, 36, 36, 0.16);
  margin: 0;
  display: block;
}
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title a .button {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #7bc8c8;
  padding: 6px 14px;
  color: white;
  opacity: 0;
}
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title a:hover .tab-image-wrapper {
  background-color: #333;
}
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title a:hover .tab-image {
  opacity: 0.5;
}
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title a:hover .button {
  opacity: 1;
}
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active a {
  color: #7bc8c8;
}
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active .tab-image-wrapper {
  background-color: #7bc8c8;
}
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active .tab-image-wrapper .tab-image {
  opacity: 0.5;
}
.elementor-widget-tabs .elementor-tab-content {
  padding: 0 !important;
  margin-top: 25px;
}

.wpcf7 .button {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: bold;
  fill: white;
  color: white;
  background-color: #7bc8c8 !important;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #7bc8c8;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 8px 8px 0px rgba(49, 36, 36, 0.16);
  padding: 10px 20px 10px 20px;
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.wpcf7 .button:hover, .wpcf7 .button:focus {
  color: #7bc8c8;
  background-color: white !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #eef8fb !important;
  border: 2px solid #7bc8c8 !important;
  color: #7bc8c8 !important;
  border-radius: 0;
}

.inscription-micro-creche .wpcf7 h3,
.inscription-presco .wpcf7 h3 {
  font-size: 16px;
  font-weight: bold;
}
.inscription-micro-creche .wpcf7 .column_child,
.inscription-presco .wpcf7 .column_child {
  padding-bottom: 18px;
}
.inscription-micro-creche .wpcf7 p.info,
.inscription-presco .wpcf7 p.info {
  margin-top: 18px;
  font-size: 14px;
  color: #7bc8c8;
  font-weight: normal;
}
.inscription-micro-creche .wpcf7 label,
.inscription-presco .wpcf7 label {
  font-weight: normal;
  font-size: 14px;
}
.inscription-micro-creche .wpcf7 .js-enfant label,
.inscription-presco .wpcf7 .js-enfant label {
  font-size: 16px;
  font-weight: bold;
  color: #7bc8c8;
}
.inscription-micro-creche .wpcf7 .rgpd label input,
.inscription-presco .wpcf7 .rgpd label input {
  border-color: #707070;
}
.inscription-micro-creche .wpcf7 .rgpd label span,
.inscription-presco .wpcf7 .rgpd label span {
  font-size: 10px;
  line-height: 1.2;
}

/************************************************************/
/*  50. ESPACE FAMILLE                                      */
/************************************************************/
.lpf-cta {
  background-color: rgba(123, 200, 200, 0.2);
  color: #7bc8c8;
}
.lpf-cta h3 {
  color: #7bc8c8 !important;
  font-weight: bold;
  font-size: 20px;
}
.lpf-cta p {
  font-size: 14px;
  line-height: 1.43;
  font-weight: 600;
}
.lpf-cta p.text-gray {
  color: #343434;
}
.lpf-cta .tel-big {
  color: #7bc8c8;
  font-size: 22px;
  font-weight: 600;
  line-height: 0.91;
}

.lpf-grid-cat-category {
  width: 305px;
  height: 305px;
}
.menu-smart.menu-smart--filter-cats {
  position: relative;
  z-index: 1;
}

body.single-post-adherent-lpf .my-account-bloc-bienvenue,
body.woocommerce-account .my-account-bloc-bienvenue {
  background-image: url(../2cba6504a8d07c94af69.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0 -60px 25px;
  padding: 60px 60px;
  min-height: 275px;
}
body.single-post-adherent-lpf .my-account-bloc-bienvenue h2,
body.woocommerce-account .my-account-bloc-bienvenue h2 {
  color: white !important;
  font-weight: bold;
  margin-top: 0;
  font-size: 24px;
  line-height: 1.1;
  padding-right: 70px;
}
body.single-post-adherent-lpf .my-account-bloc-bienvenue p,
body.woocommerce-account .my-account-bloc-bienvenue p {
  color: white;
  font-size: 16px;
  line-height: 1.4;
  padding-right: 70px;
  margin-top: 6px;
}
body.single-post-adherent-lpf .my-account-mea-dashboard,
body.woocommerce-account .my-account-mea-dashboard {
  margin-top: 18px;
}
body.single-post-adherent-lpf .dashboard-bandeau-container,
body.woocommerce-account .dashboard-bandeau-container {
  margin-bottom: 18px;
}
body.single-post-adherent-lpf .dashboard-bandeau-container .dashboard-bandeau,
body.woocommerce-account .dashboard-bandeau-container .dashboard-bandeau {
  padding: 20px 80px;
}
body.single-post-adherent-lpf .dashboard-bandeau-container .dashboard-bandeau .dashboard-bandeau-titre,
body.woocommerce-account .dashboard-bandeau-container .dashboard-bandeau .dashboard-bandeau-titre {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}
@media screen and (min-width: 1290px) {
  body.single-post-adherent-lpf .dashboard-blocks-grid,
  body.woocommerce-account .dashboard-blocks-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
  }
  body.single-post-adherent-lpf .dashboard-blocks-grid.grid-columns-2,
  body.woocommerce-account .dashboard-blocks-grid.grid-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  body.single-post-adherent-lpf .dashboard-blocks-grid.grid-columns-1,
  body.woocommerce-account .dashboard-blocks-grid.grid-columns-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.single-post-adherent-lpf .dashboard-block,
body.woocommerce-account .dashboard-block {
  height: 100%;
}
body.single-post-adherent-lpf .dashboard-block .dashboard-block-link,
body.woocommerce-account .dashboard-block .dashboard-block-link {
  padding: 27px 37px 37px;
  height: 100%;
  width: 100%;
  display: flex;
  transition: transform 0.25s ease-in-out;
}
body.single-post-adherent-lpf .dashboard-block .dashboard-block-link:hover,
body.woocommerce-account .dashboard-block .dashboard-block-link:hover {
  transform: translateY(-5px);
}
body.single-post-adherent-lpf .dashboard-block .dashboard-block-image,
body.woocommerce-account .dashboard-block .dashboard-block-image {
  max-width: 117px;
  height: auto;
}
body.single-post-adherent-lpf .dashboard-block .dashboard-block-image.round-corners,
body.woocommerce-account .dashboard-block .dashboard-block-image.round-corners {
  border-radius: 15px;
}
body.single-post-adherent-lpf .dashboard-block .dashboard-block-image.block-shadow,
body.woocommerce-account .dashboard-block .dashboard-block-image.block-shadow {
  box-shadow: 0 8px 8px 0 rgba(49, 36, 36, 0.16);
}
body.single-post-adherent-lpf .dashboard-block .dashboard-block-titre,
body.woocommerce-account .dashboard-block .dashboard-block-titre {
  margin-top: 15px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: bold;
}
body.single-post-adherent-lpf .dashboard-block .dashboard-block-texte,
body.woocommerce-account .dashboard-block .dashboard-block-texte {
  line-height: 1.43;
}
body.single-post-adherent-lpf .dashboard-block .dashboard-block-separator,
body.woocommerce-account .dashboard-block .dashboard-block-separator {
  flex-grow: 1;
}
body.single-post-adherent-lpf .dashboard-block .dashboard-block-bouton,
body.woocommerce-account .dashboard-block .dashboard-block-bouton {
  height: 50px;
  margin-top: 22px;
  padding: 10px 20px;
  box-shadow: 0 8px 8px 0 rgba(49, 36, 36, 0.16);
  background-color: #999;
  font-size: 20px;
  line-height: 1.45;
  font-weight: bold;
}
body.single-post-adherent-lpf .introduction,
body.woocommerce-account .introduction {
  color: #7bc8c8;
  line-height: 1.43;
  font-weight: 600;
}
body.single-post-adherent-lpf .introduction.half-top-padding,
body.woocommerce-account .introduction.half-top-padding {
  padding-top: 18px;
}
body.single-post-adherent-lpf .isotope-system,
body.woocommerce-account .isotope-system {
  margin-top: 18px;
}
body.single-post-adherent-lpf .isotope-system.isotope-prepending::before, body.single-post-adherent-lpf .isotope-system.isotope-loading::before,
body.woocommerce-account .isotope-system.isotope-prepending::before,
body.woocommerce-account .isotope-system.isotope-loading::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 999999;
  position: absolute;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
}
body.single-post-adherent-lpf .isotope-system.isotope-prepending::after, body.single-post-adherent-lpf .isotope-system.isotope-loading::after,
body.woocommerce-account .isotope-system.isotope-prepending::after,
body.woocommerce-account .isotope-system.isotope-loading::after {
  top: 50%;
  left: 50%;
  position: fixed;
  z-index: 1000000;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 5px solid #ccc;
  border-color: #ccc transparent;
  text-align: center;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  content: "";
}
body.single-post-adherent-lpf .isotope-system .isotope-filters .menu-horizontal ul.menu-smart > li > span,
body.woocommerce-account .isotope-system .isotope-filters .menu-horizontal ul.menu-smart > li > span {
  padding: 10px;
}
body.single-post-adherent-lpf .isotope-system .datefilters label,
body.woocommerce-account .isotope-system .datefilters label {
  font-size: 12px;
  color: #343434;
}
body.single-post-adherent-lpf .isotope-system .datefilters .caret-down,
body.woocommerce-account .isotope-system .datefilters .caret-down {
  position: relative;
}
body.single-post-adherent-lpf .isotope-system .datefilters .caret-down::after,
body.woocommerce-account .isotope-system .datefilters .caret-down::after {
  content: "";
  display: block;
  border-width: 3px;
  border-style: solid;
  border-color: black transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 10px;
}
body.single-post-adherent-lpf .isotope-system .datefilters select,
body.woocommerce-account .isotope-system .datefilters select {
  margin-top: 0;
  border-bottom: 0;
  font-size: 12px;
  color: #343434;
}
body.single-post-adherent-lpf .isotope-system .isotope-wrapper.half-gutter,
body.single-post-adherent-lpf .isotope-system .index-system.half-gutter .index-wrapper,
body.woocommerce-account .isotope-system .isotope-wrapper.half-gutter,
body.woocommerce-account .isotope-system .index-system.half-gutter .index-wrapper {
  margin-top: 0px !important;
}
body.single-post-adherent-lpf .isotope-system .isotope-wrapper.single-gutter,
body.single-post-adherent-lpf .isotope-system .index-system.single-gutter .index-wrapper,
body.woocommerce-account .isotope-system .isotope-wrapper.single-gutter,
body.woocommerce-account .isotope-system .index-system.single-gutter .index-wrapper {
  margin-top: -18px !important;
}
body.single-post-adherent-lpf .lpf-product-fullwidth .t-entry-visual,
body.woocommerce-account .lpf-product-fullwidth .t-entry-visual {
  height: 100%;
}
body.single-post-adherent-lpf .lpf-product-fullwidth h3.t-entry-title,
body.single-post-adherent-lpf .lpf-product-fullwidth h3.t-entry-title a,
body.woocommerce-account .lpf-product-fullwidth h3.t-entry-title,
body.woocommerce-account .lpf-product-fullwidth h3.t-entry-title a {
  font-size: 18px;
  line-height: 1.33;
  font-weight: bold;
}
body.single-post-adherent-lpf .lpf-product-fullwidth .t-entry-meta .t-entry-date,
body.woocommerce-account .lpf-product-fullwidth .t-entry-meta .t-entry-date {
  color: #7bc8c8 !important;
  font-size: 14px;
  font-weight: normal;
  display: inline;
}
body.single-post-adherent-lpf .lpf-product-fullwidth .t-entry-readmore.btn-container .buy-now.button:not(:hover),
body.woocommerce-account .lpf-product-fullwidth .t-entry-readmore.btn-container .buy-now.button:not(:hover) {
  color: white !important;
}
body.single-post-adherent-lpf.woocommerce-account:not(.logged-in) .woocommerce-message .woocommerce-Button.button,
body.single-post-adherent-lpf.woocommerce-account:not(.logged-in) .woocommerce-Message .woocommerce-Button.button, body.single-post-adherent-lpf.woocommerce-account.role-customer .woocommerce-message .woocommerce-Button.button,
body.single-post-adherent-lpf.woocommerce-account.role-customer .woocommerce-Message .woocommerce-Button.button, body.single-post-adherent-lpf.woocommerce-orders .woocommerce-message .woocommerce-Button.button,
body.single-post-adherent-lpf.woocommerce-orders .woocommerce-Message .woocommerce-Button.button, body.single-post-adherent-lpf.woocommerce-downloads .woocommerce-message .woocommerce-Button.button,
body.single-post-adherent-lpf.woocommerce-downloads .woocommerce-Message .woocommerce-Button.button,
body.woocommerce-account.woocommerce-account:not(.logged-in) .woocommerce-message .woocommerce-Button.button,
body.woocommerce-account.woocommerce-account:not(.logged-in) .woocommerce-Message .woocommerce-Button.button,
body.woocommerce-account.woocommerce-account.role-customer .woocommerce-message .woocommerce-Button.button,
body.woocommerce-account.woocommerce-account.role-customer .woocommerce-Message .woocommerce-Button.button,
body.woocommerce-account.woocommerce-orders .woocommerce-message .woocommerce-Button.button,
body.woocommerce-account.woocommerce-orders .woocommerce-Message .woocommerce-Button.button,
body.woocommerce-account.woocommerce-downloads .woocommerce-message .woocommerce-Button.button,
body.woocommerce-account.woocommerce-downloads .woocommerce-Message .woocommerce-Button.button {
  display: none;
}
body.single-post-adherent-lpf .tmb-img-ratio.tmb .t-entry-visual .t-entry-visual-cont > img,
body.single-post-adherent-lpf .tmb-img-ratio.tmb .t-entry-visual .t-entry-visual-cont > a > img,
body.woocommerce-account .tmb-img-ratio.tmb .t-entry-visual .t-entry-visual-cont > img,
body.woocommerce-account .tmb-img-ratio.tmb .t-entry-visual .t-entry-visual-cont > a > img {
  height: auto;
}

body.single-post-adherent-lpf .style-light h2,
body.woocommerce-account .style-light h2,
body.woocommerce-page .style-light h2 {
  font-size: 26px;
  font-weight: bold;
  color: #7bc8c8;
}
body.single-post-adherent-lpf .style-light h2.lpf-endpoint-title,
body.woocommerce-account .style-light h2.lpf-endpoint-title,
body.woocommerce-page .style-light h2.lpf-endpoint-title {
  font-size: 20px;
}
body.single-post-adherent-lpf.espace-famille-not-logged-in:not(.woocommerce-order-pay) .woocommerce,
body.woocommerce-account.espace-famille-not-logged-in:not(.woocommerce-order-pay) .woocommerce,
body.woocommerce-page.espace-famille-not-logged-in:not(.woocommerce-order-pay) .woocommerce {
  max-width: 330px;
  margin: 0 auto;
}

select.lpf-multisite {
  font-family: "Poppins", Sans-serif;
}
select.lpf-multisite option {
  font-family: "Poppins", Sans-serif;
}
select.lpf-multisite.title {
  display: inline;
  min-width: auto;
  width: auto;
  padding-right: 40px;
}
select.lpf-multisite.account-menu {
  display: inline;
  min-width: auto;
  width: auto;
  padding-right: 40px;
}
select.lpf-multisite + a[name=dashboard] {
  display: none;
}

ul li.woocommerce-MyAccount-navigation-link a[name=dashboard] {
  display: none;
}
ul li.woocommerce-MyAccount-navigation-link a[name=dashboard]::before {
  display: none;
  content: none;
}
ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard {
  display: flex;
  justify-content: space-between;
}
ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard select.lpf-multisite.account-menu {
  width: 50%;
  max-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard select.lpf-multisite + a[name=dashboard] {
  display: none;
}

.green-background {
  background-color: #eef8fb;
}

.single-post-adherent-lpf .multisite-select,
.woocommerce-page .multisite-select {
  padding: 25px;
  margin-bottom: 20px;
}
.single-post-adherent-lpf .multisite-select p,
.woocommerce-page .multisite-select p {
  font-size: 14px;
  color: #6abdbc;
  font-weight: bold;
  margin-top: 0;
}
.single-post-adherent-lpf .multisite-select select.lpf-multisite,
.woocommerce-page .multisite-select select.lpf-multisite {
  background-color: white !important;
  color: black;
  border-color: #c7c7c7;
  border-radius: 4px;
}

.cta-multisite {
  padding: 25px;
  justify-content: space-between;
  margin-top: 20px;
}
.cta-multisite h2 {
  margin: 0;
  color: black !important;
  font-size: 16px !important;
  font-weight: bold !important;
}

/************************************************************/
/*  60. WOOCOMMERCE                                         */
/************************************************************/
.woocommerce-notices-wrapper {
  margin-bottom: 18px;
}

.wc-notice {
  border-radius: 0;
  padding: 18px;
}
.wc-notice.woocommerce-message {
  background-color: #eef8fb;
}
.wc-notice.woocommerce-information {
  background-color: #eef8fb !important;
  color: #7bc8c8 !important;
}

.dialog-widget .btn:not(.btn-link),
.dialog-widget .wc-forward,
.dialog-widget .button,
.woocommerce .style-light .btn:not(.btn-link),
.woocommerce .style-light .wc-forward,
.woocommerce .style-light .button,
.style-light .woocommerce .btn:not(.btn-link),
.style-light .woocommerce .wc-forward,
.style-light .woocommerce .button,
.style-light .woocommerce .woocommerce-MyAccount-content .btn:not(.btn-link),
.style-light .woocommerce .woocommerce-MyAccount-content .wc-forward,
.style-light .woocommerce .woocommerce-MyAccount-content .button {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: bold;
  fill: white;
  color: white;
  background-color: #7bc8c8 !important;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #7bc8c8 !important;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 8px 8px 0px rgba(49, 36, 36, 0.16) !important;
  padding: 10px 20px 10px 20px !important;
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.dialog-widget .btn:not(.btn-link):hover, .dialog-widget .btn:not(.btn-link):focus,
.dialog-widget .wc-forward:hover,
.dialog-widget .wc-forward:focus,
.dialog-widget .button:hover,
.dialog-widget .button:focus,
.woocommerce .style-light .btn:not(.btn-link):hover,
.woocommerce .style-light .btn:not(.btn-link):focus,
.woocommerce .style-light .wc-forward:hover,
.woocommerce .style-light .wc-forward:focus,
.woocommerce .style-light .button:hover,
.woocommerce .style-light .button:focus,
.style-light .woocommerce .btn:not(.btn-link):hover,
.style-light .woocommerce .btn:not(.btn-link):focus,
.style-light .woocommerce .wc-forward:hover,
.style-light .woocommerce .wc-forward:focus,
.style-light .woocommerce .button:hover,
.style-light .woocommerce .button:focus,
.style-light .woocommerce .woocommerce-MyAccount-content .btn:not(.btn-link):hover,
.style-light .woocommerce .woocommerce-MyAccount-content .btn:not(.btn-link):focus,
.style-light .woocommerce .woocommerce-MyAccount-content .wc-forward:hover,
.style-light .woocommerce .woocommerce-MyAccount-content .wc-forward:focus,
.style-light .woocommerce .woocommerce-MyAccount-content .button:hover,
.style-light .woocommerce .woocommerce-MyAccount-content .button:focus {
  color: #7bc8c8 !important;
  background-color: white !important;
  border-color: #7bc8c8 !important;
}
.dialog-widget .btn:not(.btn-link)[name=update_cart],
.dialog-widget .wc-forward[name=update_cart],
.dialog-widget .button[name=update_cart],
.woocommerce .style-light .btn:not(.btn-link)[name=update_cart],
.woocommerce .style-light .wc-forward[name=update_cart],
.woocommerce .style-light .button[name=update_cart],
.style-light .woocommerce .btn:not(.btn-link)[name=update_cart],
.style-light .woocommerce .wc-forward[name=update_cart],
.style-light .woocommerce .button[name=update_cart],
.style-light .woocommerce .woocommerce-MyAccount-content .btn:not(.btn-link)[name=update_cart],
.style-light .woocommerce .woocommerce-MyAccount-content .wc-forward[name=update_cart],
.style-light .woocommerce .woocommerce-MyAccount-content .button[name=update_cart] {
  color: white;
  line-height: 1.7;
}
.dialog-widget .btn:not(.btn-link)[name=update_cart][disabled],
.dialog-widget .wc-forward[name=update_cart][disabled],
.dialog-widget .button[name=update_cart][disabled],
.woocommerce .style-light .btn:not(.btn-link)[name=update_cart][disabled],
.woocommerce .style-light .wc-forward[name=update_cart][disabled],
.woocommerce .style-light .button[name=update_cart][disabled],
.style-light .woocommerce .btn:not(.btn-link)[name=update_cart][disabled],
.style-light .woocommerce .wc-forward[name=update_cart][disabled],
.style-light .woocommerce .button[name=update_cart][disabled],
.style-light .woocommerce .woocommerce-MyAccount-content .btn:not(.btn-link)[name=update_cart][disabled],
.style-light .woocommerce .woocommerce-MyAccount-content .wc-forward[name=update_cart][disabled],
.style-light .woocommerce .woocommerce-MyAccount-content .button[name=update_cart][disabled] {
  background-color: #bfbfbf !important;
}
.dialog-widget .btn:not(.btn-link).button-message,
.dialog-widget .wc-forward.button-message,
.dialog-widget .button.button-message,
.woocommerce .style-light .btn:not(.btn-link).button-message,
.woocommerce .style-light .wc-forward.button-message,
.woocommerce .style-light .button.button-message,
.style-light .woocommerce .btn:not(.btn-link).button-message,
.style-light .woocommerce .wc-forward.button-message,
.style-light .woocommerce .button.button-message,
.style-light .woocommerce .woocommerce-MyAccount-content .btn:not(.btn-link).button-message,
.style-light .woocommerce .woocommerce-MyAccount-content .wc-forward.button-message,
.style-light .woocommerce .woocommerce-MyAccount-content .button.button-message {
  background-color: #eef8fb !important;
  color: #7bc8c8 !important;
  box-shadow: 0px 8px 8px 0px rgba(49, 36, 36, 0.16) !important;
}
.dialog-widget .btn:not(.btn-link).button-message:hover, .dialog-widget .btn:not(.btn-link).button-message:focus,
.dialog-widget .wc-forward.button-message:hover,
.dialog-widget .wc-forward.button-message:focus,
.dialog-widget .button.button-message:hover,
.dialog-widget .button.button-message:focus,
.woocommerce .style-light .btn:not(.btn-link).button-message:hover,
.woocommerce .style-light .btn:not(.btn-link).button-message:focus,
.woocommerce .style-light .wc-forward.button-message:hover,
.woocommerce .style-light .wc-forward.button-message:focus,
.woocommerce .style-light .button.button-message:hover,
.woocommerce .style-light .button.button-message:focus,
.style-light .woocommerce .btn:not(.btn-link).button-message:hover,
.style-light .woocommerce .btn:not(.btn-link).button-message:focus,
.style-light .woocommerce .wc-forward.button-message:hover,
.style-light .woocommerce .wc-forward.button-message:focus,
.style-light .woocommerce .button.button-message:hover,
.style-light .woocommerce .button.button-message:focus,
.style-light .woocommerce .woocommerce-MyAccount-content .btn:not(.btn-link).button-message:hover,
.style-light .woocommerce .woocommerce-MyAccount-content .btn:not(.btn-link).button-message:focus,
.style-light .woocommerce .woocommerce-MyAccount-content .wc-forward.button-message:hover,
.style-light .woocommerce .woocommerce-MyAccount-content .wc-forward.button-message:focus,
.style-light .woocommerce .woocommerce-MyAccount-content .button.button-message:hover,
.style-light .woocommerce .woocommerce-MyAccount-content .button.button-message:focus {
  background-color: white !important;
}
.dialog-widget h2,
.woocommerce .style-light h2,
.style-light .woocommerce h2,
.style-light .woocommerce .woocommerce-MyAccount-content h2 {
  font-size: 26px;
  font-weight: bold;
  color: #7bc8c8;
}
.dialog-widget h2.lpf-endpoint-title,
.woocommerce .style-light h2.lpf-endpoint-title,
.style-light .woocommerce h2.lpf-endpoint-title,
.style-light .woocommerce .woocommerce-MyAccount-content h2.lpf-endpoint-title {
  font-size: 20px;
  padding-top: 20px;
}
.dialog-widget .endpoint-button.button-right,
.woocommerce .style-light .endpoint-button.button-right,
.style-light .woocommerce .endpoint-button.button-right,
.style-light .woocommerce .woocommerce-MyAccount-content .endpoint-button.button-right {
  font-size: 12px;
  font-weight: normal;
  color: #7bc8c8;
}
.dialog-widget form .form-row .required,
.woocommerce .style-light form .form-row .required,
.style-light .woocommerce form .form-row .required,
.style-light .woocommerce .woocommerce-MyAccount-content form .form-row .required {
  color: #7bc8c8;
}
.dialog-widget form input[type=checkbox],
.woocommerce .style-light form input[type=checkbox],
.style-light .woocommerce form input[type=checkbox],
.style-light .woocommerce .woocommerce-MyAccount-content form input[type=checkbox] {
  border-color: #707070;
}
.dialog-widget form input[type=submit].woocommerce-form-login__submit,
.dialog-widget form button[type=submit].woocommerce-form-login__submit,
.woocommerce .style-light form input[type=submit].woocommerce-form-login__submit,
.woocommerce .style-light form button[type=submit].woocommerce-form-login__submit,
.style-light .woocommerce form input[type=submit].woocommerce-form-login__submit,
.style-light .woocommerce form button[type=submit].woocommerce-form-login__submit,
.style-light .woocommerce .woocommerce-MyAccount-content form input[type=submit].woocommerce-form-login__submit,
.style-light .woocommerce .woocommerce-MyAccount-content form button[type=submit].woocommerce-form-login__submit {
  margin: 0 auto;
  display: block;
}
.dialog-widget form .lost_password,
.woocommerce .style-light form .lost_password,
.style-light .woocommerce form .lost_password,
.style-light .woocommerce .woocommerce-MyAccount-content form .lost_password {
  text-align: center;
}
.dialog-widget form .lost_password a,
.woocommerce .style-light form .lost_password a,
.style-light .woocommerce form .lost_password a,
.style-light .woocommerce .woocommerce-MyAccount-content form .lost_password a {
  font-weight: bold;
}
.dialog-widget form input[type=checkbox]:checked:before,
.woocommerce .style-light form input[type=checkbox]:checked:before,
.style-light .woocommerce form input[type=checkbox]:checked:before,
.style-light .woocommerce .woocommerce-MyAccount-content form input[type=checkbox]:checked:before {
  color: #7bc8c8 !important;
}
.dialog-widget .woocommerce-form-login,
.woocommerce .style-light .woocommerce-form-login,
.style-light .woocommerce .woocommerce-form-login,
.style-light .woocommerce .woocommerce-MyAccount-content .woocommerce-form-login {
  border: none;
}
.dialog-widget .woocommerce-form-login .form-row,
.woocommerce .style-light .woocommerce-form-login .form-row,
.style-light .woocommerce .woocommerce-form-login .form-row,
.style-light .woocommerce .woocommerce-MyAccount-content .woocommerce-form-login .form-row {
  width: 100%;
  clear: both;
}
.dialog-widget .woocommerce-form-login .button,
.woocommerce .style-light .woocommerce-form-login .button,
.style-light .woocommerce .woocommerce-form-login .button,
.style-light .woocommerce .woocommerce-MyAccount-content .woocommerce-form-login .button {
  line-height: 1;
}
.dialog-widget .order-again,
.woocommerce .style-light .order-again,
.style-light .woocommerce .order-again,
.style-light .woocommerce .woocommerce-MyAccount-content .order-again {
  display: none;
}

.woocommerce-NoticeGroup .woocommerce-error {
  background-color: rgba(255, 49, 0, 0.05);
  border-radius: 3px;
  color: #ff3100;
  list-style-type: none !important;
  margin-bottom: 36px;
  padding: 18px 27px !important;
}

/************************************************************/
/*      61. Grid                                            */
/************************************************************/
.tmb-woocommerce.tmb .t-entry-visual .add-to-cart-overlay a {
  width: calc(100% - 14px);
  height: 33px;
  margin: 7px;
  padding: 4px 10px;
  background-color: #7bc8c8 !important;
  text-transform: none !important;
  font-size: 14px;
}
.tmb-woocommerce.tmb .t-entry-visual:hover .add-to-cart-overlay a, .tmb-woocommerce.tmb .t-entry-visual:focus .add-to-cart-overlay a {
  bottom: 0;
}

.tmb.tmb-woocommerce .t-entry-text .t-entry-text-tc {
  padding-top: 14px;
}
.tmb.tmb-woocommerce .t-entry-text .t-entry-title,
.tmb.tmb-woocommerce .t-entry-text .t-entry-title a {
  font-size: 14px !important;
  font-weight: 600;
  color: #7bc8c8 !important;
}

/************************************************************/
/*      62. Single                                          */
/************************************************************/
.woocommerce .single-product .style-light h2 {
  font-size: 20px;
}
.woocommerce .single-product .style-light ins.h2 {
  text-decoration: none;
  font-size: 16px;
  margin-right: 10px;
}
.woocommerce .single-product > .row-container {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce .single-product .order-info-text {
  font-size: 14px;
  line-height: 1.57;
  color: #7bc8c8;
}
.woocommerce .single-product .tmb-woocommerce span.price,
.woocommerce .single-product span.price,
.woocommerce .single-product p.price {
  letter-spacing: 0em;
  font-weight: bold;
  font-size: 30px;
  color: #7bc8c8;
}
.woocommerce .single-product .tmb-woocommerce span.price ins,
.woocommerce .single-product span.price ins,
.woocommerce .single-product p.price ins {
  text-decoration: none;
}

table.variations {
  border: none;
}
table.variations td,
table.variations th {
  padding: 0;
}
table.variations td.label,
table.variations th.label {
  border: none;
  position: relative;
}
table.variations td.label label,
table.variations th.label label {
  font-weight: 12;
  font-weight: normal;
}
table.variations td.label .value,
table.variations th.label .value {
  width: 50%;
  display: block;
  border: none;
}
table.variations td.label .value .reset_variations,
table.variations th.label .value .reset_variations {
  /*position: absolute;
                 left:50%;
                 bottom:8px;
                 margin-left: 18px;*/
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}

.single_variation_wrap {
  position: relative;
}
.single_variation_wrap .woocommerce-variation-add-to-cart {
  margin-top: 18px;
}
.single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  width: 50%;
  margin-bottom: 18px;
}
.single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button.btn-block {
  width: 100%;
}

form.grouped_form table {
  border: none;
  margin-bottom: 18px;
  margin-top: 0;
}

form.grouped_form .vc_row.row-container .grouped-from-price-prefix,
form.grouped_form .vc_row.row-container .grouped-from-price-price,
form.grouped_form .vc_row.row-container .grouped-from-price-suffix,
.product-type-grouped .vc_row.row-container .grouped-from-price-prefix,
.product-type-grouped .vc_row.row-container .grouped-from-price-price,
.product-type-grouped .vc_row.row-container .grouped-from-price-suffix {
  display: inline;
}
form.grouped_form .vc_row.row-container .after-add-to-cart-instructions,
.product-type-grouped .vc_row.row-container .after-add-to-cart-instructions {
  color: #7bc8c8;
}
form.grouped_form .hide-in-groups,
.product-type-grouped .hide-in-groups {
  display: none;
}
form.grouped_form .woocommerce-grouped-product-list .quantity input[type=text].qty,
.product-type-grouped .woocommerce-grouped-product-list .quantity input[type=text].qty {
  padding: 15px 20px 15px 20px;
}
form.grouped_form .woocommerce-grouped-product-list .quantity .qty-minus,
.product-type-grouped .woocommerce-grouped-product-list .quantity .qty-minus {
  left: 5px;
}
form.grouped_form .woocommerce-grouped-product-list .quantity .qty-plus,
.product-type-grouped .woocommerce-grouped-product-list .quantity .qty-plus {
  right: 5px;
}
form.grouped_form .woocommerce-grouped-product-list td,
.product-type-grouped .woocommerce-grouped-product-list td {
  padding: 18px 0 0 0;
  border: none !important;
}
form.grouped_form .woocommerce-grouped-product-list td.item_total,
.product-type-grouped .woocommerce-grouped-product-list td.item_total {
  text-align: center;
}
form.grouped_form .woocommerce-grouped-product-list ins,
.product-type-grouped .woocommerce-grouped-product-list ins {
  text-decoration: none;
}

.lpf-fields-container {
  display: flex;
  flex-direction: column;
}
.lpf-fields-container .lpf-child-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 8px;
}
.lpf-fields-container .lpf-child-group p.h4 {
  font-size: 14px;
  color: #7bc8c8;
  font-weight: bold;
  margin: 0;
  flex-basis: 100%;
}
.lpf-fields-container .lpf-child-group .lpf-field-group {
  flex: 0 1 auto;
  width: calc(50% - 14px);
  margin: 0 14px 0 0;
}
.lpf-fields-container .lpf-child-group .lpf-field-group label {
  font-weight: normal;
  font-size: 12px;
}
.lpf-fields-container .lpf-child-group .lpf-field-group .lpf-field {
  width: 100%;
  margin-top: 0;
}

/************************************************************/
/*      63. Wishlist                                        */
/************************************************************/
.wishlist-fragment th.product-stock-status,
.wishlist-fragment td.product-stock-status {
  display: none;
}
.wishlist-fragment td.product-price {
  text-align: right;
}
.wishlist-fragment th.product-thumbnail {
  width: 108px;
}
.wishlist-fragment .product-name a {
  color: #666666;
  cursor: pointer;
}
.wishlist-fragment .wishlist-title,
.wishlist-fragment .shop_table thead {
  display: none;
}

.dialog-message .wishlist-fragment .shop_table {
  margin-top: 0;
  border-top: 0;
}
.dialog-message .wishlist-fragment .shop_table td,
.dialog-message .wishlist-fragment .shop_table th {
  border-bottom: none;
}
.dialog-message .wishlist-fragment .yith_wcwl_wishlist_footer {
  margin-top: 0;
}

/************************************************************/
/*  70. EVENTS                                              */
/************************************************************/
/************************************************************/
/*  80. MULTISITE                                           */
/************************************************************/
body.no-shopping-cart .navbar-nav-last ul.menu-icons {
  display: none;
}

body:not(.no-shopping-cart) #masthead .navbar-nav-last ul.menu-icons {
  visibility: visible;
  left: auto;
  pointer-events: all;
}
body:not(.no-shopping-cart) #masthead .navbar-nav-last ul.menu-icons a:hover {
  background: none !important;
}

/************************************************************/
/*  90. RESPONSIVE                                          */
/************************************************************/
/************************************************************/
/*      91. RESPONSIVE desktop                              */
/************************************************************/
@media screen and (min-width: 1290px) {
  /************************************************************/
  /*  00. GLOBAL                                              */
  /************************************************************/
  .flex-container.flex-lg-column {
    flex-direction: column;
  }
  .flex-container.flex-lg-row {
    flex-direction: row;
  }
  .flex-container .flex-item.flex-item-lg-25 {
    width: 25%;
  }
  .flex-container .flex-item.flex-item-lg-33 {
    width: 33.3%;
  }
  .flex-container .flex-item.flex-item-lg-50 {
    width: 50%;
  }
  .flex-container .flex-item.flex-item-lg-66 {
    width: 66.6%;
  }
  .flex-container .flex-item.flex-item-lg-75 {
    width: 75%;
  }
  .flex-container .flex-item.flex-item-lg-100 {
    width: 100%;
  }
  /************************************************************/
  /*      01. Header			                                */
  /************************************************************/
  .menu-smart.menu-primary-inner p,
  .menu-smart.menu-primary-inner span,
  .menu-smart.menu-primary-inner div,
  #menu-main-menu p,
  #menu-main-menu span,
  #menu-main-menu div,
  #menu-main-menu-lpf p,
  #menu-main-menu-lpf span,
  #menu-main-menu-lpf div {
    font-family: "Poppins", Sans-serif;
  }
  .menu-smart.menu-primary-inner > li.menu-item:last-child, .menu-smart.menu-primary-inner > li.menu-item#menu-item-87992,
  #menu-main-menu > li.menu-item:last-child,
  #menu-main-menu > li.menu-item#menu-item-87992,
  #menu-main-menu-lpf > li.menu-item:last-child,
  #menu-main-menu-lpf > li.menu-item#menu-item-87992 {
    margin-right: -45px;
  }
  .menu-smart.menu-primary-inner > li.menu-item.tight-menu,
  #menu-main-menu > li.menu-item.tight-menu,
  #menu-main-menu-lpf > li.menu-item.tight-menu {
    display: none;
  }
  .menu-smart.menu-primary-inner > li.menu-item > a:hover, .menu-smart.menu-primary-inner > li.menu-item > a:focus,
  #menu-main-menu > li.menu-item > a:hover,
  #menu-main-menu > li.menu-item > a:focus,
  #menu-main-menu-lpf > li.menu-item > a:hover,
  #menu-main-menu-lpf > li.menu-item > a:focus {
    color: #7bc8c8;
  }
  .menu-smart.menu-primary-inner > li.menu-item > a:hover .subtitle, .menu-smart.menu-primary-inner > li.menu-item > a:focus .subtitle,
  #menu-main-menu > li.menu-item > a:hover .subtitle,
  #menu-main-menu > li.menu-item > a:focus .subtitle,
  #menu-main-menu-lpf > li.menu-item > a:hover .subtitle,
  #menu-main-menu-lpf > li.menu-item > a:focus .subtitle {
    color: #7bc8c8;
  }
  .menu-smart.menu-primary-inner > li.menu-item.active > a,
  .menu-smart.menu-primary-inner > li.menu-item a.active, .menu-smart.menu-primary-inner > li.menu-item.current-menu-ancestor > a, .menu-smart.menu-primary-inner > li.menu-item.current-menu-item:not(.menu-item-type-custom) > a,
  #menu-main-menu > li.menu-item.active > a,
  #menu-main-menu > li.menu-item a.active,
  #menu-main-menu > li.menu-item.current-menu-ancestor > a,
  #menu-main-menu > li.menu-item.current-menu-item:not(.menu-item-type-custom) > a,
  #menu-main-menu-lpf > li.menu-item.active > a,
  #menu-main-menu-lpf > li.menu-item a.active,
  #menu-main-menu-lpf > li.menu-item.current-menu-ancestor > a,
  #menu-main-menu-lpf > li.menu-item.current-menu-item:not(.menu-item-type-custom) > a {
    color: #7bc8c8;
  }
  .menu-smart.menu-primary-inner > li.menu-item.active > a .subtitle,
  .menu-smart.menu-primary-inner > li.menu-item a.active .subtitle, .menu-smart.menu-primary-inner > li.menu-item.current-menu-ancestor > a .subtitle, .menu-smart.menu-primary-inner > li.menu-item.current-menu-item:not(.menu-item-type-custom) > a .subtitle,
  #menu-main-menu > li.menu-item.active > a .subtitle,
  #menu-main-menu > li.menu-item a.active .subtitle,
  #menu-main-menu > li.menu-item.current-menu-ancestor > a .subtitle,
  #menu-main-menu > li.menu-item.current-menu-item:not(.menu-item-type-custom) > a .subtitle,
  #menu-main-menu-lpf > li.menu-item.active > a .subtitle,
  #menu-main-menu-lpf > li.menu-item a.active .subtitle,
  #menu-main-menu-lpf > li.menu-item.current-menu-ancestor > a .subtitle,
  #menu-main-menu-lpf > li.menu-item.current-menu-item:not(.menu-item-type-custom) > a .subtitle {
    color: #7bc8c8;
  }
  .menu-smart.menu-primary-inner > li ul li,
  #menu-main-menu > li ul li,
  #menu-main-menu-lpf > li ul li {
    text-align: left;
  }
  .menu-smart.menu-primary-inner > li ul li p,
  .menu-smart.menu-primary-inner > li ul li a,
  .menu-smart.menu-primary-inner > li ul li span,
  .menu-smart.menu-primary-inner > li ul li div,
  #menu-main-menu > li ul li p,
  #menu-main-menu > li ul li a,
  #menu-main-menu > li ul li span,
  #menu-main-menu > li ul li div,
  #menu-main-menu-lpf > li ul li p,
  #menu-main-menu-lpf > li ul li a,
  #menu-main-menu-lpf > li ul li span,
  #menu-main-menu-lpf > li ul li div {
    font-family: "Poppins", Sans-serif;
  }
  .menu-smart.menu-primary-inner ul li.current-menu-parent > a,
  .menu-smart.menu-primary-inner ul li.active > a,
  #menu-main-menu ul li.current-menu-parent > a,
  #menu-main-menu ul li.active > a,
  #menu-main-menu-lpf ul li.current-menu-parent > a,
  #menu-main-menu-lpf ul li.active > a {
    color: #7bc8c8;
  }
  body[class*=hmenu-]:not(.hormenu-position-right) .menu-borders .navbar-nav:not(.navbar-cta) + .navbar-nav-last > *:first-child {
    margin: 0px 0px 0px 20px;
    border-left: none !important;
  }
  .hmenu .menu-primary .menu-smart > li > a:before,
  .hmenu-center .menu-primary .menu-smart > li > a:before {
    height: 30px;
  }
  /************************************************************/
  /*      02. Contenu     	                                */
  /************************************************************/
  .desktop-prevent-click {
    pointer-events: none;
  }
  /************************************************************/
  /*      03.	Footer			                                */
  /************************************************************/
  .site-footer#colophon {
    background-image: url(../cda500eb229b4cd2c677.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  .site-footer#colophon .lpf-footer-menu {
    background-image: url(../9fc9e6a2882c04c95f95.jpg);
    background-position: left top;
    background-repeat: no-repeat;
  }
  .site-footer#colophon .lpf-submenu {
    padding-right: 30px;
  }
  /************************************************************/
  /*      04. Menu secondaire (CTA) : Préinscriptions / Appel */
  /************************************************************/
  .menu-secondary {
    height: 33px;
  }
  .menu-secondary p {
    color: white !important;
    font-size: 14px !important;
    font-weight: bold;
  }
  .menu-secondary p,
  .menu-secondary a,
  .menu-secondary span,
  .menu-secondary div {
    font-family: "Poppins", Sans-serif;
  }
  .menu-secondary .menu-bloginfo {
    padding: 0;
  }
  #menu-secondary-menu {
    /*padding-right: 60px;*/
  }
  #menu-secondary-menu > li {
    display: inline-flex;
  }
  #menu-secondary-menu > li > a {
    color: white;
    font-size: 14px;
    display: block;
    padding: 4px 9px;
    font-weight: bold;
  }
  #menu-secondary-menu > li > a i {
    vertical-align: middle;
  }
  #menu-secondary-menu > li.lpf-border-right::after {
    border-right: solid 1px white;
    height: 15px;
    /*margin-top: 7px;*/
  }
  #menu-secondary-menu > li.lpf-social-network {
    color: white;
    width: 30px;
  }
  #menu-secondary-menu > li.lpf-social-network i {
    font-weight: normal;
  }
  #menu-secondary-menu > li.lpf-social-network i::before {
    font-size: 20px;
  }
  #menu-secondary-menu > li.lpf-cta-telephone-button > a {
    font-weight: bold;
  }
  #menu-secondary-menu > li.lpf-cta-telephone-button > a i {
    margin-right: 10px !important;
  }
  #menu-secondary-menu > li.lpf-cta-telephone-button > a i::before {
    font-size: 12px;
  }
  #menu-secondary-menu > li.lpf-cta-telephone-button > a span {
    font-size: 14px;
    vertical-align: middle;
  }
  /************************************************************/
  /*  10. HOMEPAGE                                            */
  /************************************************************/
  /************************************************************/
  /*      11. Pré-inscription                                 */
  /************************************************************/
  /************************************************************/
  /*  20. PAGES INSTITUTIONNELLES                             */
  /************************************************************/
  /************************************************************/
  /*      21. Notre approche                                  */
  /************************************************************/
  /************************************************************/
  /*      22. Notre offres                                    */
  /************************************************************/
  /************************************************************/
  /*      23. Nos tarifs                                      */
  /************************************************************/
  /************************************************************/
  /*  30. ACTUALITES / LE PETIT BLOG                          */
  /************************************************************/
  /************************************************************/
  /*  40. PAGES                                               */
  /*      41. Contact                                         */
  /*      42. Ateliers & Anniversaires                        */
  /************************************************************/
  /************************************************************/
  /*      43. Préinscription                                  */
  /************************************************************/
  .inscription-micro-creche .wpcf7 .column_child {
    padding-bottom: 18px;
  }
  .inscription-micro-creche .wpcf7 .column_child.border-right {
    padding-right: 48px !important;
    border-right: 1px solid #7bc8c8;
  }
  .inscription-micro-creche .wpcf7 .column_child:not(.border-right) {
    padding-left: 48px !important;
  }
  .inscription-micro-creche .lpf-margin-right-2em .wpcf7-list-item {
    margin-right: 2em;
  }
  .elementor-popup-modal .inscription-micro-creche .wpcf7 .column_child {
    padding-bottom: 18px;
  }
  .elementor-popup-modal .inscription-micro-creche .wpcf7 .column_child.border-right {
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 30px !important;
    border-right: 1px solid #7bc8c8;
  }
  .elementor-popup-modal .inscription-micro-creche .wpcf7 .column_child:not(.border-right) {
    padding-left: 30px !important;
    padding-right: 0px;
    padding-top: 0px;
  }
  .elementor-popup-modal .inscription-micro-creche .wpcf7 textarea[name=message] {
    height: 90px;
  }
  /************************************************************/
  /*  50. ESPACE FAMILLE                                      */
  /************************************************************/
  body.single-post-adherent-lpf .woocommerce .uncont .column_child.col-lg-4,
  body.woocommerce-account .woocommerce .uncont .column_child.col-lg-4 {
    width: 28%;
    padding-left: 36px;
  }
  body.single-post-adherent-lpf .woocommerce .uncont .column_child.col-lg-12,
  body.woocommerce-account .woocommerce .uncont .column_child.col-lg-12 {
    padding-left: 36px;
  }
  body.single-post-adherent-lpf .woocommerce .uncont .column_child.col-lg-12 .vc_row.row-container .row-parent,
  body.woocommerce-account .woocommerce .uncont .column_child.col-lg-12 .vc_row.row-container .row-parent {
    padding: 0;
  }
  body.single-post-adherent-lpf .lpf-article .t-inside,
  body.woocommerce-account .lpf-article .t-inside {
    height: 435px;
  }
  .endpoint-button.button-right {
    float: right;
  }
  /************************************************************/
  /*  60. WOOCOMMERCE                                         */
  /************************************************************/
  .single_variation_wrap {
    position: relative;
  }
  .single_variation_wrap .woocommerce-variation {
    position: absolute;
    left: 50%;
    margin-left: 18px;
  }
  /************************************************************/
  /*      61. Grid                                            */
  /*      62. Single                                          */
  /*      63. Wishlist                                        */
  /************************************************************/
  /************************************************************/
  /*  70. EVENTS                                              */
  /************************************************************/
  /************************************************************/
  /*  80. MULTISITE                                           */
  /************************************************************/
  body.multisite-menu .top-menu.menu-secondary {
    display: none;
  }
  body.multisite-menu .menu-primary .nav ul.menu-primary-inner li.menu-image {
    flex-grow: 0 !important;
    padding-right: 15px;
  }
  body.multisite-menu .menu-primary .nav ul.menu-primary-inner li.menu-bienvenue {
    align-items: flex-start !important;
    margin: 20px 0;
    transition: margin 0.25s ease-in-out;
  }
  body.multisite-menu .menu-primary .nav ul.menu-primary-inner li.menu-bienvenue .h3 {
    font-size: 24px;
    font-weight: bold;
    color: #7bc8c8;
    margin: 0;
  }
  body.multisite-menu .menu-primary .nav ul.menu-primary-inner li.menu-bienvenue .inline-select {
    margin: 0;
  }
  body.multisite-menu .menu-primary .nav ul.menu-primary-inner li.menu-bienvenue .inline-select select.lpf-multisite {
    margin-top: 0 !important;
    background-color: transparent !important;
    padding: 5px 40px 5px 15px;
    margin-left: -15px;
  }
  body.multisite-menu .menu-primary .nav ul.menu-primary-inner li.menu-bienvenue .blog-name {
    margin: 4px 0;
  }
  body.multisite-menu .menu-primary .nav ul.menu-primary-inner li.menu-back-link {
    flex-grow: 0 !important;
    padding-left: 15px;
    font-size: 14px;
    margin-right: auto;
  }
  body.multisite-menu .menu-primary .nav ul.menu-primary-inner li.menu-back-link a {
    padding-top: 5px !important;
  }
  body.multisite-menu .menu-primary .nav ul.menu-primary-inner li.menu-back-link a i {
    margin-right: 5px;
  }
  body.multisite-menu .menu-primary .nav.navbar-nav-last {
    min-width: 100px;
  }
  body.multisite-menu .menu-primary.is_stuck .nav ul.menu-primary-inner li.menu-bienvenue {
    margin: 10px 0;
  }
}
/************************************************************/
/*      92. RESPONSIVE laptop                               */
/************************************************************/
@media screen and (min-width: 960px) and (max-width: 1289px) {
  /************************************************************/
  /*  00. GLOBAL                                              */
  /************************************************************/
  .flex-container.flex-md-column {
    flex-direction: column;
  }
  .flex-container.flex-md-row {
    flex-direction: row;
  }
  .flex-container .flex-item.flex-item-md-25 {
    width: 25%;
  }
  .flex-container .flex-item.flex-item-md-33 {
    width: 33.3%;
  }
  .flex-container .flex-item.flex-item-md-50 {
    width: 50%;
  }
  .flex-container .flex-item.flex-item-md-66 {
    width: 66.6%;
  }
  .flex-container .flex-item.flex-item-md-75 {
    width: 75%;
  }
  .flex-container .flex-item.flex-item-md-100 {
    width: 100%;
  }
  /************************************************************/
  /*      01. Header			                                */
  /************************************************************/
  /************************************************************/
  /*      02. Contenu     	                                */
  /************************************************************/
  /************************************************************/
  /*      03.	Footer			                                */
  /************************************************************/
  .site-footer#colophon .lpf-footer-menu-column1,
  .site-footer#colophon .lpf-footer-menu-column2 {
    padding: 36px 0 0 0 !important;
  }
  .site-footer#colophon .lpf-footer-menu-column1 .row .row-inner,
  .site-footer#colophon .lpf-footer-menu-column2 .row .row-inner {
    margin: 0 15px;
  }
  /************************************************************/
  /*      04. Menu secondaire (CTA) : Préinscriptions / Appel */
  /************************************************************/
  /************************************************************/
  /*      05. Fix Elementor                                   */
  /************************************************************/
  /************************************************************/
  /*  10. HOMEPAGE                                            */
  /************************************************************/
  /************************************************************/
  /*      11. Pré-inscription                                 */
  /************************************************************/
  /************************************************************/
  /*  20. PAGES INSTITUTIONNELLES                             */
  /************************************************************/
  /************************************************************/
  /*      21. Notre approche                                  */
  /************************************************************/
  /************************************************************/
  /*      22. Notre offres                                    */
  /************************************************************/
  /************************************************************/
  /*      23. Nos tarifs                                      */
  /************************************************************/
  /************************************************************/
  /*  30. ACTUALITES / LE PETIT BLOG                          */
  /************************************************************/
  /************************************************************/
  /*  40. PAGES                                               */
  /*      41. Contact                                         */
  /*      42. Ateliers & Anniversaires                        */
  /*      43. Préinscription                                  */
  /************************************************************/
  /************************************************************/
  /*  50. ESPACE FAMILLE                                      */
  /************************************************************/
  /************************************************************/
  /*  60. WOOCOMMERCE                                         */
  /************************************************************/
  .endpoint-button.button-right {
    float: right;
  }
  /************************************************************/
  /*      61. Grid                                            */
  /*      62. Single                                          */
  /*      63. Wishlist                                        */
  /************************************************************/
  /************************************************************/
  /*  70. EVENTS                                              */
  /************************************************************/
}
/************************************************************/
/*      93. RESPONSIVE mobile+tablette                      */
/************************************************************/
@media screen and (min-width: 200px) and (max-width: 959px) {
  /************************************************************/
  /*  00. GLOBAL                                              */
  /************************************************************/
  .flex-container.flex-sm-column {
    flex-direction: column;
  }
  .flex-container.flex-sm-row {
    flex-direction: row;
  }
  .flex-container .flex-item.flex-item-sm-25 {
    width: 25%;
  }
  .flex-container .flex-item.flex-item-sm-33 {
    width: 33.3%;
  }
  .flex-container .flex-item.flex-item-sm-50 {
    width: 50%;
  }
  .flex-container .flex-item.flex-item-sm-66 {
    width: 66.6%;
  }
  .flex-container .flex-item.flex-item-sm-75 {
    width: 75%;
  }
  .flex-container .flex-item.flex-item-sm-100 {
    width: 100%;
  }
  /************************************************************/
  /*      01. Header			                                */
  /************************************************************/
  #wpadminbar {
    display: none;
  }
  body #menu-secondary-menu .mobile-force-display-inline-block {
    display: inline-block !important;
  }
  body {
    /* fix : ajout de 32px au menu par rapport au 63px de base */
  }
  body .menu-wrapper.menu-shrink.menu-sticky {
    height: 95px !important;
  }
  body header {
    transition: margin 0.25s ease-in-out;
  }
  body header:not(.is_stuck)::before {
    content: "";
    display: block;
    height: 32px;
  }
  body .menu-wrapper .row-menu-inner {
    border-bottom: none !important;
    /* enveloppe du logo, du hamburger & du tél */
  }
  body .menu-wrapper .row-menu-inner .menu-container .logo-container {
    position: relative;
    padding: 17px 36px 17px 36px !important;
  }
  body .menu-wrapper .row-menu-inner #main-logo.navbar-header {
    display: block;
    width: 124px;
    height: 35px;
    margin: 0;
    background-image: url(../cfe67a8b763ae04845ca.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  body .menu-wrapper .row-menu-inner #main-logo .navbar-brand img {
    visibility: hidden;
  }
  body .menu-wrapper .row-menu-inner .mobile-menu-button {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0px 18px;
  }
  body .menu-wrapper .row-menu-inner .mobile-menu-button::before {
    content: "menu";
    display: block;
    margin: 0 -10px 15px;
    font-size: 10px;
    text-transform: uppercase;
  }
  body .main-menu-container {
    background-color: #7bc8c8 !important;
  }
  body .main-menu-container .menu-horizontal .menu-horizontal-inner {
    padding: 0 30px !important;
  }
  body .main-menu-container .menu-smart.menu-primary-inner,
  body .main-menu-container #menu-main-menu,
  body .main-menu-container #menu-main-menu-lpf {
    flex-direction: column;
    background-color: transparent;
    align-items: start;
  }
  body .main-menu-container .menu-smart.menu-primary-inner > li.menu-item,
  body .main-menu-container #menu-main-menu > li.menu-item,
  body .main-menu-container #menu-main-menu-lpf > li.menu-item {
    width: 100%;
    text-align: left;
    align-items: start;
  }
  body .main-menu-container .menu-smart.menu-primary-inner > li.menu-item > a,
  body .main-menu-container #menu-main-menu > li.menu-item > a,
  body .main-menu-container #menu-main-menu-lpf > li.menu-item > a {
    width: 100%;
    color: white;
    padding: 15px 0;
    font-size: 16px !important;
    line-height: 1.25em !important;
  }
  body .main-menu-container .menu-smart.menu-primary-inner > li.menu-item > a .subtitle,
  body .main-menu-container #menu-main-menu > li.menu-item > a .subtitle,
  body .main-menu-container #menu-main-menu-lpf > li.menu-item > a .subtitle {
    color: white;
    font-size: 16px;
    font-weight: 200;
  }
  body .main-menu-container .menu-smart.menu-primary-inner > li.menu-item::after,
  body .main-menu-container #menu-main-menu > li.menu-item::after,
  body .main-menu-container #menu-main-menu-lpf > li.menu-item::after {
    content: "";
    display: inline;
    width: 150px;
    border-bottom: 1px solid white;
  }
  body .main-menu-container .menu-smart.menu-primary-inner > li.menu-item.left-bordered::after,
  body .main-menu-container #menu-main-menu > li.menu-item.left-bordered::after,
  body .main-menu-container #menu-main-menu-lpf > li.menu-item.left-bordered::after {
    content: none;
    display: none;
  }
  body .main-menu-container .menu-smart.menu-primary-inner > li.menu-item.left-bordered > a::before,
  body .main-menu-container #menu-main-menu > li.menu-item.left-bordered > a::before,
  body .main-menu-container #menu-main-menu-lpf > li.menu-item.left-bordered > a::before {
    content: none;
    display: none;
  }
  body .main-menu-container .menu-smart.menu-primary-inner > li.menu-item.left-bordered i.fa-user-o,
  body .main-menu-container #menu-main-menu > li.menu-item.left-bordered i.fa-user-o,
  body .main-menu-container #menu-main-menu-lpf > li.menu-item.left-bordered i.fa-user-o {
    display: inline !important;
    font-size: 19px;
  }
  body .main-menu-container .menu-smart.menu-primary-inner > li.menu-item.menu-item-has-children > a .fa,
  body .main-menu-container #menu-main-menu > li.menu-item.menu-item-has-children > a .fa,
  body .main-menu-container #menu-main-menu-lpf > li.menu-item.menu-item-has-children > a .fa {
    display: block !important;
  }
  body .main-menu-container .menu-smart.menu-primary-inner > li.menu-item.menu-item-has-children ul,
  body .main-menu-container #menu-main-menu > li.menu-item.menu-item-has-children ul,
  body .main-menu-container #menu-main-menu-lpf > li.menu-item.menu-item-has-children ul {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
    width: 100% !important;
  }
  body .main-menu-container .menu-smart.menu-primary-inner > li.menu-item.menu-item-has-children ul li a,
  body .main-menu-container #menu-main-menu > li.menu-item.menu-item-has-children ul li a,
  body .main-menu-container #menu-main-menu-lpf > li.menu-item.menu-item-has-children ul li a {
    margin: 0;
    padding: 0 0 15px;
    font-size: 12px !important;
    font-weight: 200;
    color: white;
  }
  body.page.menu-mobile-centered .top-menu.mobile-hidden.menu-secondary,
  body.page.menu-mobile-centered .top-menu.tablet-hidden.menu-secondary {
    display: block !important;
    position: absolute;
    width: 100%;
    height: 32px;
  }
  body.page.menu-mobile-centered .top-menu.mobile-hidden.menu-secondary .row-menu-inner .middle,
  body.page.menu-mobile-centered .top-menu.tablet-hidden.menu-secondary .row-menu-inner .middle {
    display: none;
  }
  body.page.menu-mobile-centered .top-menu.mobile-hidden.menu-secondary .row-menu-inner .menu-horizontal ul#menu-secondary-menu,
  body.page.menu-mobile-centered .top-menu.tablet-hidden.menu-secondary .row-menu-inner .menu-horizontal ul#menu-secondary-menu {
    display: flex;
    background: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 32px;
  }
  body.page.menu-mobile-centered .top-menu.mobile-hidden.menu-secondary .row-menu-inner .menu-horizontal ul#menu-secondary-menu li,
  body.page.menu-mobile-centered .top-menu.tablet-hidden.menu-secondary .row-menu-inner .menu-horizontal ul#menu-secondary-menu li {
    flex: 1 1 auto;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  body.page.menu-mobile-centered .top-menu.mobile-hidden.menu-secondary .row-menu-inner .menu-horizontal ul#menu-secondary-menu li a,
  body.page.menu-mobile-centered .top-menu.tablet-hidden.menu-secondary .row-menu-inner .menu-horizontal ul#menu-secondary-menu li a {
    display: block;
    color: white;
    text-transform: none;
    font-weight: 300;
  }
  body.page.menu-mobile-centered .top-menu.mobile-hidden.menu-secondary .row-menu-inner .menu-horizontal ul#menu-secondary-menu li.lpf-cta-telephone-button, body.page.menu-mobile-centered .top-menu.mobile-hidden.menu-secondary .row-menu-inner .menu-horizontal ul#menu-secondary-menu li.lpf-social-network,
  body.page.menu-mobile-centered .top-menu.tablet-hidden.menu-secondary .row-menu-inner .menu-horizontal ul#menu-secondary-menu li.lpf-cta-telephone-button,
  body.page.menu-mobile-centered .top-menu.tablet-hidden.menu-secondary .row-menu-inner .menu-horizontal ul#menu-secondary-menu li.lpf-social-network {
    display: none;
  }
  body.page.menu-mobile-centered .top-menu.mobile-hidden.menu-secondary .row-menu-inner .menu-horizontal ul#menu-secondary-menu li.lpf-border-right::after,
  body.page.menu-mobile-centered .top-menu.tablet-hidden.menu-secondary .row-menu-inner .menu-horizontal ul#menu-secondary-menu li.lpf-border-right::after {
    border-right: solid 1px white;
    height: 18px;
  }
  body.page.menu-mobile-centered.open-overlay-menu .top-menu.mobile-hidden.menu-secondary,
  body.page.menu-mobile-centered.open-overlay-menu .top-menu.tablet-hidden.menu-secondary {
    position: fixed;
    bottom: 0;
  }
  body.page.menu-mobile-centered.open-overlay-menu header::before {
    content: none;
  }
  body.open-overlay-menu .row-menu-inner {
    background-color: #7bc8c8;
  }
  body.open-overlay-menu .row-menu-inner #main-logo.navbar-header {
    background-image: url(../0ed4fd77f63b379b52ee.svg);
  }
  body.open-overlay-menu .row-menu-inner .mobile-menu-button::before {
    content: "fermer";
    color: white;
  }
  body.open-overlay-menu .row-menu-inner .mobile-menu-button .lines,
  body.open-overlay-menu .row-menu-inner .mobile-menu-button .lines:before,
  body.open-overlay-menu .row-menu-inner .mobile-menu-button .lines:after {
    background: white;
    width: 18px;
  }
  body.open-overlay-menu .row-menu-inner .lpf-cta-container > a {
    color: white !important;
    font-weight: bold;
  }
  body.open-overlay-menu .main-menu-container {
    padding-bottom: 63px !important;
  }
  /************************************************************/
  /*      02. Contenu     	                                */
  /************************************************************/
  .main-container .row-container .row.double-top-padding:first-of-type {
    padding-top: 0;
  }
  /************************************************************/
  /*      03.	Footer			                                */
  /************************************************************/
  .site-footer#colophon .heading-text h1,
  .site-footer#colophon .heading-text h2,
  .site-footer#colophon .heading-text h3,
  .site-footer#colophon .heading-text h4,
  .site-footer#colophon .heading-text .h1,
  .site-footer#colophon .heading-text .h2,
  .site-footer#colophon .heading-text .h3,
  .site-footer#colophon .heading-text .h4 {
    font-size: 12px;
  }
  .site-footer#colophon .lpf-footer-menu > .row {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 0px;
    padding-bottom: 0;
  }
  .site-footer#colophon .lpf-footer-menu .lpf-submenu li {
    font-size: 12px;
    margin-bottom: 14px;
  }
  .site-footer#colophon .lpf-footer-menu .lpf-submenu li.two-lined {
    line-height: 1.5em;
    margin-bottom: 8px;
  }
  .site-footer#colophon .lpf-footer-menu .lpf-submenu li.two-lined .subtitle {
    font-size: 12px;
  }
  .site-footer#colophon .lpf-footer-menu .lpf-footer-menu-column1,
  .site-footer#colophon .lpf-footer-menu .lpf-footer-menu-column2 {
    padding: 36px 0 0 0 !important;
    width: 100%;
  }
  .site-footer#colophon .lpf-footer-menu .lpf-footer-menu-column1 .row .row-inner,
  .site-footer#colophon .lpf-footer-menu .lpf-footer-menu-column2 .row .row-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 20px;
  }
  .site-footer#colophon .lpf-footer-menu .lpf-footer-menu-column1 .row .row-inner .column_child,
  .site-footer#colophon .lpf-footer-menu .lpf-footer-menu-column2 .row .row-inner .column_child {
    padding: 0;
  }
  .site-footer#colophon .lpf-footer-menu .lpf-footer-menu-column1 .row .row-inner .column_child .vc_wp_custommenu,
  .site-footer#colophon .lpf-footer-menu .lpf-footer-menu-column1 .row .row-inner .column_child .lpf-adresse,
  .site-footer#colophon .lpf-footer-menu .lpf-footer-menu-column2 .row .row-inner .column_child .vc_wp_custommenu,
  .site-footer#colophon .lpf-footer-menu .lpf-footer-menu-column2 .row .row-inner .column_child .lpf-adresse {
    margin-top: 0;
  }
  .site-footer#colophon .lpf-footer-menu .lpf-footer-menu-column1 .row .row-inner .column_child .lpf-social-icons,
  .site-footer#colophon .lpf-footer-menu .lpf-footer-menu-column2 .row .row-inner .column_child .lpf-social-icons {
    margin-top: 15px;
  }
  .site-footer#colophon .lpf-footer-menu .lpf-adresse li {
    font-size: 12px;
    line-height: 1.5em;
  }
  .site-footer#colophon .lpf-footer-copyright {
    margin-top: 0;
  }
  .site-footer#colophon .lpf-footer-copyright .row-parent {
    padding: 20px 15px 20px;
  }
  .site-footer#colophon .lpf-footer-copyright .row-parent .row-inner > div {
    padding: 0;
  }
  .site-footer#colophon .lpf-footer-copyright .footer-slogan {
    font-size: 12px;
    margin: 0 25px;
  }
  .site-footer#colophon .quad-top-padding {
    padding-left: 28px;
    padding-right: 28px;
  }
  .site-footer#colophon .cols-md-responsive {
    margin-left: 0;
  }
  /************************************************************/
  /*      04. Menu secondaire (CTA) : Préinscriptions / Appel */
  /************************************************************/
  .mobile-secondary-menu {
    display: none;
  }
  .nav.navbar-nav.navbar-nav-last {
    /* panier */
    display: none;
  }
  .nav.navbar-cta {
    display: none;
  }
  /* fix élément en trop dans le header
     body:not(.open-overlay-menu)
     #masthead > .menu-container:not(.menu-hided) {
         #logo-container-mobile {
             &.responsive-always-on-top {
                 padding-top: 65px!important;
                 .mmb-container {
                     top:65%;
                 }
             }
             .lpf-cta-container2 {
                 top: 0px;
             }
         }
     } */
  #logo-container-mobile {
    padding: 14px 12px !important;
    display: flex;
  }
  #logo-container-mobile .lpf-cta-container {
    margin: 0 40px 0 auto;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  #logo-container-mobile .lpf-cta-container > a {
    bottom: 0;
    color: #7bc8c8;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
  }
  #logo-container-mobile .lpf-cta-container > a::before {
    height: 15px;
  }
  #logo-container-mobile .lpf-cta-container > a i.fa {
    margin-right: 10px !important;
    color: #7bc8c8;
  }
  body.open-overlay-menu #logo-container-mobile .lpf-cta-container > a i.fa {
    color: white;
  }
  #logo-container-mobile .lpf-cta-container > a.acces-espace-famille {
    font-size: 16px;
    padding: 6px;
  }
  #menu-secondary-menu .lpf-cta-preinscription {
    background-color: #f4dd4c;
  }
  body.option-espace-famille-true #menu-secondary-menu .lpf-cta-preinscription {
    background: none;
  }
  body.option-espace-famille-true #menu-secondary-menu .js-open-espace-famille-menu {
    background-color: #f4dd4c;
  }
  body.option-espace-famille-true #menu-secondary-menu .lpf-border-right::after {
    display: none;
  }
  /************************************************************/
  /*      05. Fix Elementor                                   */
  /************************************************************/
  body.elementor-page .main-container .row-container .row-parent {
    padding: 15px;
  }
  /************************************************************/
  /*  10. HOMEPAGE                                            */
  /************************************************************/
  /************************************************************/
  /*      11. Pré-inscription                                 */
  /************************************************************/
  /************************************************************/
  /*  20. PAGES INSTITUTIONNELLES                             */
  /************************************************************/
  /************************************************************/
  /*      21. Notre approche                                  */
  /************************************************************/
  /************************************************************/
  /*      22. Notre offres                                    */
  /************************************************************/
  /************************************************************/
  /*      23. Nos tarifs                                      */
  /************************************************************/
  /************************************************************/
  /*  30. ACTUALITES / LE PETIT BLOG                          */
  /************************************************************/
  /************************************************************/
  /*  40. PAGES                                               */
  /*      41. Contact                                         */
  /*      42. Ateliers & Anniversaires                        */
  /*      43. Préinscription                                  */
  /************************************************************/
  .lpf-inscription-tabs.elementor-widget-tabs .elementor-tab-mobile-title {
    padding: 8px;
    font-size: 16px !important;
    color: #7bc8c8 !important;
    background-color: #f3f3f3;
    clear: both;
    margin-top: 8px;
  }
  .lpf-inscription-tabs.elementor-widget-tabs .elementor-tab-mobile-title .tab-image-wrapper {
    margin: 0 16px 0 0;
    float: left;
    max-width: 40px;
  }
  .lpf-inscription-tabs.elementor-widget-tabs .elementor-tab-mobile-title .tab-image-wrapper .tab-image {
    border-radius: 8px;
    box-shadow: 0px 8px 8px 0px rgba(49, 36, 36, 0.16);
    margin: 0;
    display: block;
  }
  .lpf-inscription-tabs.elementor-widget-tabs .elementor-tab-mobile-title .button {
    display: none;
  }
  .lpf-inscription-tabs.elementor-widget-tabs .elementor-tab-mobile-title::before {
    margin-top: 16px;
    content: "";
    float: right;
    display: block;
    border-radius: 3px;
    border-width: 3px !important;
    border-style: solid;
    width: 12px;
    height: 12px;
    border-color: transparent transparent #7bc8c8 #7bc8c8;
    transform: rotate(-45deg);
    position: relative;
  }
  .lpf-inscription-tabs.elementor-widget-tabs .elementor-tab-mobile-title.elementor-active {
    background-color: #7bc8c8;
    color: white !important;
  }
  .lpf-inscription-tabs.elementor-widget-tabs .elementor-tab-mobile-title.elementor-active::before {
    border-color: transparent transparent white white;
    transform: rotate(-225deg);
  }
  .lpf-inscription-tabs.elementor-widget-tabs.single-button-container {
    margin-top: 8px;
  }
  .lpf-inscription-tabs.elementor-widget-tabs.single-button-container a.single-button {
    width: 100%;
    border-radius: 0;
    text-align: left;
  }
  .lpf-inscription-tabs.elementor-widget-tabs .elementor-tab-content {
    padding: 8px 0 8px 8px !important;
    border-left: 1px solid #7bc8c8 !important;
    margin-top: 0;
  }
  .lpf-inscription-tabs.elementor-widget-tabs .elementor-tab-content .wpcf7-textarea.lpf-medium-textarea {
    height: 80px;
  }
  .lpf-inscription-tabs.elementor-widget-tabs .elementor-tab-content .elementor-widget-lpf_toggle_elements .select-container::before {
    display: none;
  }
  .lpf-inscription-tabs.elementor-widget-tabs .elementor-tab-content .wpcf7-submit {
    font-size: 15px;
  }
  .elementor-widget-lpf_toggle_elements {
    margin-bottom: 0 !important;
  }
  .elementor-widget-lpf_toggle_elements ~ .elementor-element.lpf-tab-has-border-left-xs.show-if-selected.shown {
    padding: 8px 0 8px 8px !important;
    border-left: 1px solid #7bc8c8 !important;
    margin-top: 0;
  }
  .elementor-widget-lpf_toggle_elements ~ .elementor-element.lpf-tab-has-border-left-xs.show-if-selected.shown .wpcf7-textarea.lpf-medium-textarea {
    height: 80px;
  }
  .elementor-widget-lpf_toggle_elements ~ .elementor-element.lpf-tab-has-border-left-xs.show-if-selected.shown .elementor-widget-lpf_toggle_elements .select-container::before {
    display: none;
  }
  .elementor-widget-lpf_toggle_elements ~ .elementor-element.lpf-tab-has-border-left-xs.show-if-selected.shown .wpcf7-submit {
    font-size: 15px;
  }
  /************************************************************/
  /*  50. ESPACE FAMILLE                                      */
  /************************************************************/
  body.single-post-adherent-lpf .dashboard-block,
  body.woocommerce-account .dashboard-block {
    padding-bottom: 20px;
  }
  body.single-post-adherent-lpf .woocommerce .my-account-bloc-bienvenue,
  body.single-post-adherent-lpf .woocommerce .woocommerce-MyAccount-navigation,
  body.single-post-adherent-lpf .woocommerce .my-account-mea-dashboard,
  body.woocommerce-account .woocommerce .my-account-bloc-bienvenue,
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce .my-account-mea-dashboard {
    display: none;
  }
  body.single-post-adherent-lpf .dashboard-bandeau-container .dashboard-bandeau,
  body.woocommerce-account .dashboard-bandeau-container .dashboard-bandeau {
    padding: 90px 18px 18px;
  }
  .elementor-popup-modal .dialog-message nav.woocommerce-MyAccount-navigation ul li a {
    color: white;
  }
  .isotope-filters .menu-horizontal ul.menu-smart {
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
  }
  .isotope-filters .menu-horizontal ul.menu-smart > li {
    flex: 0 1 auto;
  }
  .isotope-filters .menu-horizontal ul.menu-smart > li > span {
    padding: 0;
    line-height: 1em;
  }
  .isotope-filters .menu-horizontal ul.menu-smart > li > span a {
    font-size: 14px !important;
    padding: 5px 10px;
  }
  #masthead .menu-container ul.menu-smart li.menu-item::after {
    display: none;
  }
  #masthead .menu-container ul.menu-smart li.menu-item p.multisite-select-before {
    font-weight: bold;
    margin: 0;
  }
  #masthead .menu-container ul.menu-smart li.menu-item p.multisite-select-before + p {
    margin: 0 0 20px 0;
  }
  #masthead .menu-container ul.menu-smart .menu-dashboard nav.woocommerce-MyAccount-navigation ul {
    display: flex;
    position: relative;
    flex-direction: column;
    visibility: visible;
    background: transparent;
    pointer-events: all;
  }
  #masthead .menu-container ul.menu-smart .menu-dashboard nav.woocommerce-MyAccount-navigation ul li a {
    margin-top: 0;
    font-size: 14px !important;
    line-height: 1.75 !important;
    margin: 0px;
    color: white;
    text-align: left;
    font-weight: normal;
    text-transform: none;
  }
  /************************************************************/
  /*  60. WOOCOMMERCE                                         */
  /*      61. Grid                                            */
  /************************************************************/
  .dialog-widget .open-unmodal.quick-view-button,
  .woocommerce .style-light .open-unmodal.quick-view-button,
  .style-light .woocommerce .open-unmodal.quick-view-button,
  .style-light .woocommerce .woocommerce-MyAccount-content .open-unmodal.quick-view-button {
    display: none;
  }
  /************************************************************/
  /*      62. Single                                          */
  /*      63. Wishlist                                        */
  /************************************************************/
  /************************************************************/
  /*  70. EVENTS                                              */
  /************************************************************/
  /************************************************************/
  /*  80. MULTISITE                                           */
  /************************************************************/
  body.page.menu-mobile-centered.multisite-menu .top-menu.menu-secondary {
    display: none !important;
  }
}
/************************************************************/
/*      94. RESPONSIVE tablette                             */
/************************************************************/
@media screen and (min-width: 768px) and (max-width: 959px) {
  /************************************************************/
  /*  00. GLOBAL                                              */
  /************************************************************/
  .flex-container .flex-item.flex-item-sm-25 {
    width: 25%;
  }
  .flex-container .flex-item.flex-item-sm-33 {
    width: 33.3%;
  }
  .flex-container .flex-item.flex-item-sm-50 {
    width: 50%;
  }
  .flex-container .flex-item.flex-item-sm-66 {
    width: 66.6%;
  }
  .flex-container .flex-item.flex-item-sm-75 {
    width: 75%;
  }
  .flex-container .flex-item.flex-item-sm-100 {
    width: 100%;
  }
  /************************************************************/
  /*      01. Header			                                */
  /************************************************************/
  /************************************************************/
  /*      02. Contenu     	                                */
  /************************************************************/
  .tablet-prevent-click {
    pointer-events: none;
  }
  /************************************************************/
  /*      03.	Footer			                                */
  /************************************************************/
  /************************************************************/
  /*      04. Menu secondaire (CTA) : Préinscriptions / Appel */
  /************************************************************/
  /************************************************************/
  /*      05. Fix Elementor                                   */
  /************************************************************/
  /************************************************************/
  /*  10. HOMEPAGE                                            */
  /************************************************************/
  /************************************************************/
  /*      11. Pré-inscription                                 */
  /************************************************************/
  /************************************************************/
  /*  20. PAGES INSTITUTIONNELLES                             */
  /************************************************************/
  /************************************************************/
  /*      21. Notre approche                                  */
  /************************************************************/
  /************************************************************/
  /*      22. Notre offres                                    */
  /************************************************************/
  /************************************************************/
  /*      23. Nos tarifs                                      */
  /************************************************************/
  /************************************************************/
  /*  30. ACTUALITES / LE PETIT BLOG                          */
  /************************************************************/
  /************************************************************/
  /*  40. PAGES                                               */
  /*      41. Contact                                         */
  /*      42. Ateliers & Anniversaires                        */
  /*      43. Préinscription                                  */
  /************************************************************/
  /************************************************************/
  /*  50. ESPACE FAMILLE                                      */
  /************************************************************/
  /************************************************************/
  /*  60. WOOCOMMERCE                                         */
  /*      61. Grid                                            */
  /*      62. Single                                          */
  /*      63. Wishlist                                        */
  /************************************************************/
  /************************************************************/
  /*  70. EVENTS                                              */
  /************************************************************/
}
/************************************************************/
/*      95. RESPONSIVE mobile                               */
/************************************************************/
@media screen and (min-width: 200px) and (max-width: 767px) {
  /************************************************************/
  /*  00. GLOBAL                                              */
  /************************************************************/
  .flex-container .flex-item.flex-item-xs-25 {
    width: 25%;
  }
  .flex-container .flex-item.flex-item-xs-33 {
    width: 33.3%;
  }
  .flex-container .flex-item.flex-item-xs-50 {
    width: 50%;
  }
  .flex-container .flex-item.flex-item-xs-66 {
    width: 66.6%;
  }
  .flex-container .flex-item.flex-item-xs-75 {
    width: 75%;
  }
  .flex-container .flex-item.flex-item-xs-100 {
    width: 100%;
  }
  /************************************************************/
  /*      01. Header			                                */
  /************************************************************/
  .mobile-additional-icons {
    right: 60px;
    top: 7px;
  }
  .mobile-additional-icons a.mobile-additional-icon {
    color: #666666;
  }
  .mobile-additional-icons a.mobile-additional-icon.mobile-phone-icon {
    color: #7bc8c8;
  }
  body.open-overlay-menu .mobile-additional-icons {
    display: none;
  }
  /************************************************************/
  /*      02. Contenu     	                                */
  /************************************************************/
  .mobile-prevent-click {
    pointer-events: none;
  }
  /************************************************************/
  /*      03.	Footer			                                */
  /************************************************************/
  /************************************************************/
  /*      04. Menu secondaire (CTA) : Préinscriptions / Appel */
  /************************************************************/
  /************************************************************/
  /*      05. Fix Elementor                                   */
  /************************************************************/
  /************************************************************/
  /*  10. HOMEPAGE                                            */
  /************************************************************/
  /************************************************************/
  /*      11. Pré-inscription                                 */
  /************************************************************/
  /************************************************************/
  /*  20. PAGES INSTITUTIONNELLES                             */
  /************************************************************/
  /************************************************************/
  /*      21. Notre approche                                  */
  /************************************************************/
  /************************************************************/
  /*      22. Notre offres                                    */
  /************************************************************/
  /************************************************************/
  /*      23. Nos tarifs                                      */
  /************************************************************/
  /************************************************************/
  /*  30. ACTUALITES / LE PETIT BLOG                          */
  /************************************************************/
  /************************************************************/
  /*  40. PAGES                                               */
  /*      41. Contact                                         */
  /*      42. Ateliers & Anniversaires                        */
  /*      43. Préinscription                                  */
  /************************************************************/
  /************************************************************/
  /*  50. ESPACE FAMILLE                                      */
  /************************************************************/
  /************************************************************/
  /*  60. WOOCOMMERCE                                         */
  /*      61. Grid                                            */
  /*      62. Single                                          */
  /*      63. Wishlist                                        */
  /************************************************************/
  /************************************************************/
  /*  70. EVENTS                                              */
  /************************************************************/
}
/************************************************************/
/*      96. Fix RESPONSIVE Visual Composer                  */
/************************************************************/
