/*
███████╗████████╗ ██████╗ ██████╗ ███████╗    ██╗      ██████╗  ██████╗ █████╗ ████████╗ ██████╗ ██████╗     ██████╗ 
██╔════╝╚══██╔══╝██╔═══██╗██╔══██╗██╔════╝    ██║     ██╔═══██╗██╔════╝██╔══██╗╚══██╔══╝██╔═══██╗██╔══██╗    ╚════██╗
███████╗   ██║   ██║   ██║██████╔╝█████╗      ██║     ██║   ██║██║     ███████║   ██║   ██║   ██║██████╔╝     █████╔╝
╚════██║   ██║   ██║   ██║██╔══██╗██╔══╝      ██║     ██║   ██║██║     ██╔══██║   ██║   ██║   ██║██╔══██╗    ██╔═══╝ 
███████║   ██║   ╚██████╔╝██║  ██║███████╗    ███████╗╚██████╔╝╚██████╗██║  ██║   ██║   ╚██████╔╝██║  ██║    ███████╗
╚══════╝   ╚═╝    ╚═════╝ ╚═╝  ╚═╝╚══════╝    ╚══════╝ ╚═════╝  ╚═════╝╚═╝  ╚═╝   ╚═╝    ╚═════╝ ╚═╝  ╚═╝    ╚══════╝
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400&display=swap');


/*
 ██████╗ ███████╗███╗   ██╗███████╗██████╗  █████╗ ██╗     
██╔════╝ ██╔════╝████╗  ██║██╔════╝██╔══██╗██╔══██╗██║     
██║  ███╗█████╗  ██╔██╗ ██║█████╗  ██████╔╝███████║██║     
██║   ██║██╔══╝  ██║╚██╗██║██╔══╝  ██╔══██╗██╔══██║██║     
╚██████╔╝███████╗██║ ╚████║███████╗██║  ██║██║  ██║███████╗
 ╚═════╝ ╚══════╝╚═╝  ╚═══╝╚══════╝╚═╝  ╚═╝╚═╝  ╚═╝╚══════╝
*/

.cell_4 {
    width: calc(33% - 20px);
}

.display_inline {
    display: inline !important;
}

.display_block {
    display: block !important;
}

.display_none {
    transition: all 250ms ease;
    display: none !important;
}

.green-talenz {
    color: #BBBE00 !important;
}

.site-content {
    margin-bottom: 0 !important;
}

.site-main {
    padding-bottom: 50px;
}

.div_store_locator2 {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.indication {
    font-weight: bold;
}

/*
██████╗ ███████╗ ██████╗██╗  ██╗███████╗██████╗  ██████╗██╗  ██╗███████╗
██╔══██╗██╔════╝██╔════╝██║  ██║██╔════╝██╔══██╗██╔════╝██║  ██║██╔════╝
██████╔╝█████╗  ██║     ███████║█████╗  ██████╔╝██║     ███████║█████╗  
██╔══██╗██╔══╝  ██║     ██╔══██║██╔══╝  ██╔══██╗██║     ██╔══██║██╔══╝  
██║  ██║███████╗╚██████╗██║  ██║███████╗██║  ██║╚██████╗██║  ██║███████╗
╚═╝  ╚═╝╚══════╝ ╚═════╝╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝ ╚═════╝╚═╝  ╚═╝╚══════╝
*/

.recherche_block {
    width: 80% !important;
    order: 1;
    transition: all 250ms ease;
}

#addressInput {
    -webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
    
	/* On est sûr de ne plus voir la flèche native */
    width: 100%; 
    height: auto;
    font-size: 0.8rem;
	border: 0; 
	margin: 0;
	padding: 10px;
    border-radius: 0;
    overflow: hidden;
    background: white;
    border: 1px solid #252D49 !important;

    /*On empêche le texte d'aller jusqu'au bout s'il est trop long */
    text-overflow: ellipsis;
    
    transition: all ease 200ms;
}

#addressInput:focus-visible {
    -webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
    border: 1px solid #252D49 !important;
}

.bouton_block {
    width: 19%;
    order: 2;
}

.bouton_rechercher {
    display: block;
    width: 100%;
    font-size: 0.8rem;
    background: #BBBE00;
    border: 1px solid #BBBE00;
    color: white;
    font-weight: 600;
    padding: 10px;
    transition: all 250ms ease;
}
.bouton_rechercher:hover {
    background: #a4a700;
    border: 1px solid #a4a700;
}
.bouton_rechercher:focus {
    background: #a4a700;
    border: 1px solid #a4a700;
}

/*
 ██████╗ █████╗ ██████╗ ████████╗███████╗
██╔════╝██╔══██╗██╔══██╗╚══██╔══╝██╔════╝
██║     ███████║██████╔╝   ██║   █████╗  
██║     ██╔══██║██╔══██╗   ██║   ██╔══╝  
╚██████╗██║  ██║██║  ██║   ██║   ███████╗
 ╚═════╝╚═╝  ╚═╝╚═╝  ╚═╝   ╚═╝   ╚══════╝
*/
#sl_map {
    height: 480px !important;
}

.carte {
    width: 100%;
    order: 2;
    transition: all 250ms ease;
}


/*
██████╗ ███████╗███████╗██╗   ██╗██╗  ████████╗ █████╗ ████████╗███████╗
██╔══██╗██╔════╝██╔════╝██║   ██║██║  ╚══██╔══╝██╔══██╗╚══██╔══╝██╔════╝
██████╔╝█████╗  ███████╗██║   ██║██║     ██║   ███████║   ██║   ███████╗
██╔══██╗██╔══╝  ╚════██║██║   ██║██║     ██║   ██╔══██║   ██║   ╚════██║
██║  ██║███████╗███████║╚██████╔╝███████╗██║   ██║  ██║   ██║   ███████║
╚═╝  ╚═╝╚══════╝╚══════╝ ╚═════╝ ╚══════╝╚═╝   ╚═╝  ╚═╝   ╚═╝   ╚══════╝
*/

/* Nombre d'agences trouvées */
#numbertr {
    font-size: 1.4em;
    font-weight: bold;
    margin: 20px 0 20px 0;
    -webkit-animation: fadeIn 600ms 10ms 1;
    animation: fadeIn 600ms 10ms 1;
    color: #252D49;

    display: none;
}

/* Bloc principal résultats */
#map_sidebar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 19px;
    padding-left: 10px;

    margin-top: 25px;
}


/* Vignette */
.results_entry {
    margin: 0 0 25px 0 !important;
    width: 32%;
    background-color: #F7F7F7;
    padding: 20px 20px 20px 10px;
    display: flex;
    min-height: 200px;

    -webkit-animation: fadeInUp 600ms 10ms 1;
    animation: fadeInUp 600ms 10ms 1;

    transition: box-shadow .4s;
}

.results_entry:hover {
    box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
}

.results_entry .title {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

/* Numéros : ordre */
.storeinfo .loc {
    color: #252D49;
    background-repeat: no-repeat;
    width: 25px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 25px;
    display: inline-block;
    background-size: cover;
    margin-bottom: 5px;
    background-image: url(../images/point-vert.svg);
}

.storeinfo .info1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* div avec numéro de vignette */
.storeinfo .info1 div {
    width: 17%;
    text-align: center;
    font-size: 11px;
}

/* div avec les informations (à droite) */
.storeinfo .info1 div+div {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    width: 80%;
    margin-left: 2%;
    text-align: left;
    font-size: 14px;
}

*[class^="info1_phone"] {
    width: 100%;
    display: block;
    background: #252D49;
    border: 1px solid #252D49;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    margin: 0;
    padding: 7px;
    cursor: pointer;
    transition: all 250ms ease;
}

*[class^="info1_phone"]:hover {
    background: #121624;
    border: 1px solid #121624;
}

/* *[class^="info1_phone"]::after {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 28px;
	background-color: rgb(0, 145, 19);
	border-radius: 50px;
	transition: all 250ms;
	content: '';
}
*[class^="info1_phone"]:hover::after {
    height: 100%;
	width: 100%;
	border-radius: 4px;
} */

*[class^="info1_afficher_numero"] {
    font-size: 0.7rem;
    cursor: pointer;
    transition: all 250ms ease;
}
*[class^="info1_afficher_numero"]:hover {
    text-decoration: none;
}

*[class^="info1_numero"] {
    font-size: 0.7rem;
    cursor: pointer;
    transition: all 250ms ease;
    color: #FFFFFF;
}

/* Pour pousser les boutons vers le bas */
.results_entry .center-container {
    width: 100%;
    align-self: stretch;
    display: flex;
    flex-wrap: wrap;
}

/* div avec boutons */
.info2 {
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-self: flex-end;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-left: 10px;
}

.sl-bouton-a {
    display: block;
    width: 100%;
    max-width: 600px;
    font-size: 0.7rem;
    text-align: center;
    background: #BBBE00;
    border: 1px solid #BBBE00;
    color: white;
    font-weight: 600;
    padding: 7px 0;
    transition: all 250ms ease;
}

.sl-bouton-a:hover {
    background: #a4a700;
    border: 1px solid #a4a700;
    color: white;
}


/* Bouton "Voir le site du centre" */
.buttonstoresite {
    width: 47%;
}

.buttonstoresite .fa-mouse-pointer {
    margin-left: 10px;
}


.fa-phone {
    margin-right: 3px;
}

.button-itineraire {
    margin-top: 10px;
}

.button-itineraire span {
    font-size: 0.8rem;
    font-weight: 700;
}



/*
 █████╗ ███╗   ██╗██╗███╗   ███╗ █████╗ ████████╗██╗ ██████╗ ███╗   ██╗███████╗
██╔══██╗████╗  ██║██║████╗ ████║██╔══██╗╚══██╔══╝██║██╔═══██╗████╗  ██║██╔════╝
███████║██╔██╗ ██║██║██╔████╔██║███████║   ██║   ██║██║   ██║██╔██╗ ██║███████╗
██╔══██║██║╚██╗██║██║██║╚██╔╝██║██╔══██║   ██║   ██║██║   ██║██║╚██╗██║╚════██║
██║  ██║██║ ╚████║██║██║ ╚═╝ ██║██║  ██║   ██║   ██║╚██████╔╝██║ ╚████║███████║
╚═╝  ╚═╝╚═╝  ╚═══╝╚═╝╚═╝     ╚═╝╚═╝  ╚═╝   ╚═╝   ╚═╝ ╚═════╝ ╚═╝  ╚═══╝╚══════╝
*/
@-webkit-keyframes checked {
	0%, 100% {
	    -webkit-transform: scale(1);
			  transform: scale(1);
	}
	10% {
	    -webkit-transform: scale(0.8, 0.7);
			  transform: scale(0.8, 0.7);
	}
}
@keyframes checked {
	0%, 100% {
	    -webkit-transform: scale(1);
			  transform: scale(1);
	}
	10% {
	    -webkit-transform: scale(0.8, 0.7);
			  transform: scale(0.8, 0.7);
	}
}

@-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
}
  
@keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
}  
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
  
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
  
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/*
███╗   ███╗███████╗██████╗ ██╗ █████╗      ██████╗ ██╗   ██╗███████╗██████╗ ██╗███████╗███████╗
████╗ ████║██╔════╝██╔══██╗██║██╔══██╗    ██╔═══██╗██║   ██║██╔════╝██╔══██╗██║██╔════╝██╔════╝
██╔████╔██║█████╗  ██║  ██║██║███████║    ██║   ██║██║   ██║█████╗  ██████╔╝██║█████╗  ███████╗
██║╚██╔╝██║██╔══╝  ██║  ██║██║██╔══██║    ██║▄▄ ██║██║   ██║██╔══╝  ██╔══██╗██║██╔══╝  ╚════██║
██║ ╚═╝ ██║███████╗██████╔╝██║██║  ██║    ╚██████╔╝╚██████╔╝███████╗██║  ██║██║███████╗███████║
╚═╝     ╚═╝╚══════╝╚═════╝ ╚═╝╚═╝  ╚═╝     ╚══▀▀═╝  ╚═════╝ ╚══════╝╚═╝  ╚═╝╚═╝╚══════╝╚══════╝
*/
@media screen and (max-width: 1000px) {
    .recherche_block {
        order: 1;
    }

    .carte {
        width: 100%;
        order: 3;
    }

    .checkbox label {  
        font-size: 1.5rem;
    }
    
    /* .numero_unique_block {
        width: 48%;
        order: 2;
        height: auto;
    } */

    .results_entry {
        width: 48%;
    }
}

@media screen and (max-width: 768px) {
    .cell_12 {
        width: 100%;
        margin: 15px 0;
    }

    #map_sidebar {
        padding-left: 0;
    }
    
    /* Espace créé dans le back-office WP 
    .vc_empty_space {
        height: 40px !important;
    }*/

    /* Titre créé dans le back-office WP */
    .wpb_wrapper h1 {
        font-size: 25px;
        text-align: center;
    }

    .recherche_block {
        width: 100% !important;
    }

    .bouton_block {
        width: 100% !important;
    }

    .bouton_rechercher {
        margin-top: 15px;
    }

    .carte {
        width: 100%;
    }

    #numbertr {
        line-height: 27px;
        font-size: 16px;
        margin: 20px 0 20px 0;
    }
    
    .results_entry {
        width: 100%;
        background-color: #F3F3F3;
    }

    .storeinfo .info1 {
        padding-bottom: 10px;
        /* border-bottom: 1px solid rgb(230, 230, 230); */
    }

    #addressInput {
        font-size: 0.9rem;
    }

    .bouton_rechercher {
        font-size: 0.9rem;
    }

    .buttonstoresite {
        width: 100%;
    }

    .sl-bouton-a {
        font-size: 0.9rem;
        margin-bottom: 15px;
        padding: 10px;
    }

    *[class^="info1_phone"] {
        padding: 10px;
    }

    *[class^="info1_afficher_numero"] {
        font-size: 0.9rem;
    }

    *[class^="info1_numero"] {
        font-size: 0.9rem;
    }

    .button-itineraire span {
        font-size: 0.9rem;
    }

}