/*
Theme Name: Hello Elementor Child
Theme URI: https://studionumerik.fr/
Description: Hello Elementor Child Theme
Author: Studio Numerik
Author URL: https://studionumerik.fr/
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URL: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementorchild
*/
/* Placer votre CSS ci-dessous */

@font-face {
  font-family: "Publico Headline Web";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/publicoheadline-bold-webfont.woff2") format("woff2");
}

h2 {
  font-family: "Publico Headline Web" !important;
}
h2.elementor-heading-title {
  padding-bottom: 20px;
}

.e-con > .e-con-inner {
  max-width: 1368px !important;
}

.focus-bloc {
  margin-bottom: 0 !important;
}
.focus-bloc .swiper-slide .e-child,
.aller-plus-loin-bloc, .sinspirer-grille .e-parent {
  background: white;
}

#mix-container .e-con-inner .elementor-button,
.focus-bloc .swiper-slide .e-child .elementor-widget-button,
.aller-plus-loin-bloc .elementor-widget-button, .sinspirer-grille .e-parent .elementor-widget-button {
  margin-top: auto;
  margin-bottom: 20px;
}

#mix-container .e-con-inner .elementor-widget-button .elementor-button-link,
.focus-bloc .swiper-slide .e-child .elementor-widget-button .elementor-button-link,
.aller-plus-loin-bloc .elementor-widget-button .elementor-button-link, .sinspirer-grille .e-parent .elementor-widget-button .elementor-button-link {
  border: 1px solid black;
}

.aller_plus_loin, .guide {
  padding-bottom: 20px;
  min-height: 450px !important;
  background: white;
  margin-bottom: 15px;
}
.aller_plus_loin .elementor-widget:not(.elementor-widget-image), .sinspirer-grille .e-parent .elementor-widget:not(.elementor-widget-image) {
  margin: 0 20px;
}

.aller-plus-loin-bloc, .sinspirer-grille .e-parent, .guide {
  display: flex;
  flex-direction: column;
  min-height: 450px !important;
  padding-bottom: 20px;
}
.aller-plus-loin-bloc .elementor-widget-button, .sinspirer-grille .e-parent .elementor-widget-button, .guide .elementor-widget-button {
  margin-top: auto !important;
  text-align: center;
}

/* Force l'organisation verticale dans chaque slide */
#hp-informer .e-child .e-con-inner, {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 450px; /* hauteur minimale */

}

/* Aligne le bouton "Je consulte" en bas */
#hp-informer .e-child .elementor-widget-button {
    margin-top: auto;
}

/* Uniformise la hauteur globale des slides */
#hp-informer .swiper-slide {
    display: flex;
    height: 100%;
}

/* Médiathèque : garder la grille intacte */
#mix-container .e-grid.mediatheque {
  /* on ne touche pas display ici */
}

/* Cartes de la grille : colonne + hauteur mini */
#mix-container .e-grid.mediatheque > .e-child .e-con-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 450px; /* ta contrainte */
	background:white;
}

/* Cartes de la grille : colonne + hauteur mini */
#mix-container .e-grid.mediatheque > .e-child {
	background:white;
}

/* Bouton en bas des cartes */
#mix-container .e-grid.mediatheque > .e-child .elementor-widget-button {
  margin-top: auto;
}

/* (Optionnel) éviter que des images s’étirent bizarrement */
#mix-container .e-grid.mediatheque img {
  height: auto;
  max-width: 100%;
}

/* (Optionnel) responsive pour mobile */
@media (max-width: 767px) {
  #mix-container .e-grid.mediatheque > .e-child .e-con-inner
}

.elementor-swiper-button-prev {
  top: 99.5% !important;
  position: absolute;
  margin-left: 43%;
}
.elementor-swiper-button-next {
  top: 99.5% !important;
  position: absolute;
  margin-right: 43%;
}

#mix-container > .e-con-inner {
}

.texte-listes ol {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
}
.texte-listes ol li {
  counter-increment: item;
  position: relative;
  padding-left: 50px;
  margin-bottom: 16px;
}
.texte-listes ol li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: -3px;
  width: 33px;
  height: 33px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #CCC;
  border-radius: 50%;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  background: #fff;
}

.questions-titre .elementor-heading-title {
  padding: 0px 0px 18px 0px;
  border-bottom: 1px solid #333;
}

.swiper-pagination {
  margin-top: 20px;
}
.elementor-swiper-button {
  padding-top: 40px;
}

.e-n-accordion-item-title,
.e-n-accordion .elementor-element {
  border: 0 !important;
}
.e-n-accordion-item-title {
  padding-left: 0 !important;
}
.e-n-accordion-item-title-icon {
  margin: 0 0 0 auto;
}

#breadcrumbs {
  padding-bottom: 20px;
  color: white;
}
	#breadcrumbs a {
		color:white !important;
	}
	
.breadcrumb_last strong {
  color: white !important;
}

#trois-focus .elementor-widget-button {
  margin-top: auto;
  margin-bottom: 0;
}

.mediatheque .elementor-widget-image .elementor-widget-container {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
}
.mediatheque .elementor-widget-image .elementor-widget-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}

#breadcrumbs span a {color:white; text-decoration:none !important;}

@media only screen and (max-width: 768px) {
  #mix-container .e-con-inner {
    width: 100%;
  }
  .focus-bloc .swiper {
    margin: 5%;
  }
  #mix-container .e-con-full {
    min-height: 350px;
  }
  .mediatheque .elementor-widget-image .elementor-widget-container {
    padding-top: 0;
  }
  .mediatheque .elementor-widget-image .elementor-widget-container img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

.et_header_style_left #et-top-navigation nav>ul>li>a {font-size:18px;font-weight:500;}
.et_pb_button_module_wrapper .et_pb_button.bouton-actif {padding-right:50px !important;}
.et_pb_button_module_wrapper .et_pb_button.bouton-actif:hover {padding-right:50px !important;background-color:#E58D78 !important;}

.geo-input-example > label{
            font-weight: bold;
		color:white;
        }
        .geo-input-example .autocomplete__menu {
            position: relative;
            right: 20px;
            left: 2px;
            z-index: 2;
            width: auto;
            max-height: 240px;
            margin-top: 0;
            overflow: auto;
            color:black;
            font-size: 16px;
            line-height: 1;
            background: white;
			padding:0;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
			max-width:396px;
        }
        .geo-input-example .autocomplete__menu > * {
            padding: 10px;
            font-size: 0.9em;
            background: inherit !important;
            border: none !important;
        }

        .geo-input-example .autocomplete__menu > li:hover,
        .geo-input-example .autocomplete__menu > li:focus,  
        .geo-input-example .autocomplete__menu > li.autocomplete__option--focused {
            color: black !important;
            background: white !important;
        }
        
        .geo-input-example .autocomplete__input {
            padding: 10px 20px;
            font-weight: bold;
            font-size: 16px;
            line-height: 1;
            background: white;
            border: 2px solid black;
            outline: 0;
			max-width:400px;
        }


.invisible , .autocomplete__menu--hidden {display:none !important;}