::-webkit-scrollbar {
width: 7px;
height: 10px;
} ::-webkit-scrollbar-track {
background: #6b6b6b;
border-radius: 5px;
} ::-webkit-scrollbar-thumb {
background: #028ccc;
border-radius: 5px;
} ::-webkit-scrollbar-thumb:hover {
background: #026391;
}
#centreHome {
background: #f9b645;
color: #000;
padding: 10px 10px;
width: 80%;
border-radius:5px;
}
@media all and (min-width: 992px) {
#centreHome {
width: 30%;
}
}
#centreHome:hover, #centreHome:focus, #centreHome:visited {
outline-color:inherit;
border-color:inherit;
}
@media all and (max-width: 425px) {
#centreHome {
width: 100%;
}
} .para_map {
font-family: 'Cocon';
align-items: center;
justify-content: center;
display: flex;
flex-direction: column;
text-align: center;
width: 100%;
margin-top: 12px;
}
.para_map h2 {
font-weight: bold;
}
.para_map a {
text-decoration: underline;
}
.para_map p {
font-size: 26px;
margin-bottom: 0;
}
.header_map {
display: flex;
justify-content: space-between;
align-items: center;
margin: 50px 0 30px;
background: white;
padding: 25px;
box-shadow: 0px 0px 10px -5px #000000a8;
border-radius:5px;
}
.header_map span{
margin:0 8px;
}
.map_container {
display: block;
margin: 0;
position: relative;
width: 100%;
}
#map {
height: 100%;
}
.div-select-map {
margin: auto;
padding-top: 0px;
width: 100%;
}
#centreHome:hover {
cursor: pointer;
transform: scale(1.03);
-webkit-transform: scale(1.03);
-moz-transform: scale(1.03);
-ms-transform: scale(1.03);
-o-transform: scale(1.03);
}
.nbr_resultats_pharmacies_front {
width: 120px;
margin-left: auto;
margin-bottom: 20px;
height: 25px;
}
.nbr_resultats_pharmacies_front p{
font-size: 18px;
margin: 0; }
.resultats_pharmacies_front {
font-size: 14px;
width: 100%;
}
.resultats_pharmacies_front ul {
list-style: none;
margin: 0;
padding: 0;
height: 100%;
width: 100%;
overflow: auto;
}
.resultats_pharmacies_front li {
background-color: #fff;
min-height: 150px;
overflow: auto; padding: 15px 10px;
}
.resultats_pharmacies_front li:nth-child(even) {
background-color: #ddd;
}
.resultats_pharmacies_front li p {
margin: 2px;
}
.resultats_pharmacies_front li button {
align-items: center;
justify-content: center;
display: flex; }
.nom_pharma {
color: #545454;
}
.formSelecteurRegion {
margin-bottom: 0;
}
.adress_input {
width: 40%;
padding: 5px !important;
border-radius: 3px;
}
.adress_input {
border-radius: 3px;
min-width: 260px;
}
.resultats_pharmacies_front ul {
list-style: none;
margin: 0;
padding: 0;
height: 100%;
width: 100%;
overflow: auto; }
.resultats_pharmacies_front {
width: 70%; max-width: 0px;
transition: all 0.3s;
}
.scrollable_block.open .resultats_pharmacies_front{
max-width: 300px;
}
#map {
width: 50%;
width: 100vw;
}
.scrollable_block {
display: flex; width: 100%;
height: 550px;
position: relative;
right: unset; transition: all 0.5s; }
@media all and (max-width: 900px) {
.map_container {
display: block; width: 100%;
}
#map {
height: 400px; }
.resultats_pharmacies_front {
font-size: 14px;
height: 100%;
width: 100%;
}
.resultats_pharmacies_front ul li { }
.page-map {
display: flex;
flex-wrap: wrap;
max-width: 66.4989378333em;
margin-left: auto;
margin-right: auto;
padding: 0;
box-sizing: content-box;
float: none;
}
.header_map {
flex-direction: column;
} .adress_input {
margin: 10px 0 25px;
width: 80%;
min-width: 280px;
}
.nbr_resultats_pharmacies_front {
margin: 5px auto;
}
.nbr_resultats_pharmacies_front p {
text-align: center;
}
.scrollable_block.open {
right: 0;
}
.resultats_pharmacies_front {
width: 50%;
}
.scrollable_block {
display: flex;  position: relative; left: unset;
transition: all 0.5s;
}
.scrollable_block.open .resultats_pharmacies_front{
max-width: 500px;
width: 400%;
}
}
@media all and (max-width: 700px) {
.para_map p {
font-size: 20px;
margin-bottom: 12px;
}
.para_map {
margin-top: 0;
}
}
.voir_carte, .voir_la_liste {
font-family: Cocon;
cursor: pointer;
}
.voir_la_liste {
display: none;
color:#f9b645;
border:1px solid #f9b645;
padding:10px;
border-radius:5px;
}
.map_container_header {
display: flex;
width: 100%;
height: 80px;
justify-content: space-between;
align-items: center;
}