/*
Theme Name: Montabert
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


#header_selecteur{
  width:100%;
  height:600px;
  font-family: "Louis George Cafe", Sans-serif;
}

.selecteur_un{
  display:flex;
  width:100%;
  justify-content: space-between;
  font-family: "Louis George Cafe", Sans-serif;
}

.selecteur_un_left{
  color:#000;
  text-decoration: none;
  background:#e7e7e7;
  border-radius:15px;
  position: relative;
  padding:30px 170px 30px 30px;
  margin-top:50px;
  margin-bottom:50px;
  max-width:525px;
  min-height:290px;
  font-family: "Louis George Cafe", Sans-serif;
}

.selecteur_un_left:hover{
	color:#000;
}

.selecteur_un_left_img{
  width:160px;
  height:auto;
  position:absolute;
  bottom:20px;
  right:0;
  font-family: "Louis George Cafe", Sans-serif;
}

.selecteur_un_left_titre{
  text-transform: uppercase;
  font-weight:bold;
  font-size:24px;
  margin-bottom:10px;
  font-family: "Louis George Cafe", Sans-serif;
}

.button{
  font-family: "Louis George Cafe", Sans-serif;
font-size: 22px;
font-weight: 400;
text-transform: uppercase;
background-color: #000;
color:#fff;
border-radius: 50px 50px 50px 50px;
padding: 15px 30px 15px 30px;
transition:.4s ease-in-out;
margin-top:50px;
display:inline-block;
}

.button:hover{
background-color: #D81811;
color:#fff;
font-family: "Louis George Cafe", Sans-serif;
}

.selecteur_un_right_buttons{
  display: flex;
  align-items: flex-start;
  margin-top:20px;
  font-family: "Louis George Cafe", Sans-serif;

}

.selecteur_picto{
  width:45px;
  height:auto;
  font-family: "Louis George Cafe", Sans-serif;
}

.selecteur_picto_2{
  margin-left:20px;
  margin-top:4px;
  font-family: "Louis George Cafe", Sans-serif;
}

.h1_selecteur{
  font-family: "Josefin Sans", Sans-serif!important;
font-size: 45px!important;
font-weight: 700!important;
text-transform: uppercase!important;
line-height: 1.2em!important;
letter-spacing: 5px!important;
margin-top:50px!important;
color:#000!important;
text-align:center!important;
padding-bottom:50px!important;
}

.select_selecteur{
 margin-bottom:30px;
 width:50%;
 margin-left:auto;
 margin-right:auto;
 font-family: "Louis George Cafe", Sans-serif;
 font-size:24px;
 border:solid 1px #000;
 border-radius:80px;
 padding:10px;
 background:none;
 appearance: none;            /* Masquer la flèche par défaut */
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url('images/arrow.jpg'); /* Ajouter une image de flèche personnalisée */
  background-repeat: no-repeat;
  background-position: right 25px center;  /* Positionner l'image de flèche */
  background-size: 20px;                   /* Taille de la flèche personnalisée */
  padding-right: 30px;
  padding-left: 30px;
}

#selecteur_submit{
  margin-left:auto;
  margin-right:auto;
  margin-bottom:50px;
  display: block;
  display:none;
  font-family: "Louis George Cafe", Sans-serif;
  font-family: "Louis George Cafe", Sans-serif;
font-size: 22px;
font-weight: 400;
text-transform: uppercase;
background-color: #000;
border-radius: 50px 50px 50px 50px;
padding: 15px 30px 15px 30px;

border:none;
color:#fff;
transition:.4s ease-in-out;
}

#selecteur_submit:hover{
  background-color: #D81811;
  color:#fff;
  font-family: "Louis George Cafe", Sans-serif;
}

.aucun_resultat{
  padding:150px 0;
  text-align: center;
  font-family: "Louis George Cafe", Sans-serif;
  font-size:25px;
}

#nouvelle_recherche{
  width:100%;
  text-align: center;
  padding:40px 0 80px 0;
}

#distributeurs_form_container{
display: flex;
justify-content: space-around;
margin-top:30px;

}

.select_distributeur{
margin-bottom:30px;
 width:45%;
 font-family: "Louis George Cafe", Sans-serif;
 font-size:20px;
 border:solid 1px #000;
 border-radius:80px;
 padding:10px;
 background:none;
 appearance: none;            /* Masquer la flèche par défaut */
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url('images/arrow.jpg'); /* Ajouter une image de flèche personnalisée */
  background-repeat: no-repeat;
  background-position: right 25px center;  /* Positionner l'image de flèche */
  background-size: 25px;                   /* Taille de la flèche personnalisée */
  padding-right: 30px;
}

.distributeur_un{
  display:flex;
  justify-content: start;
  margin-top:20px;
  align-items: baseline;
  color:#000;
}

.distributeur_un:hover{
  color:var(--e-global-color-accent)
}

.distributeur_un_titre{
  margin-right:20px;
  margin-top:0;
  margin-bottom:0;
  font-weight:bold;
  font-size:20px;
}

.distributeur_un span{
  text-transform: uppercase;
  display: inline-block;
  margin-left:15px;
}

.h2_distributeurs{
  text-align: center;
  margin-top:60px;
  color:#000!important;
}

.wpgb-facet .wpgb-checkbox-facet li[aria-expanded]::after{
  right:auto!important;
  left:-30px!important;
}