.grid img {object-fit: cover; height:auto; width: 100%}
.article ul {padding-left:15px}
.article ul li {list-style-type:disc; margin-left:30px}
.section.map {padding:0; display:inherit}
.map div:nth-of-type(1) {background-color:#11424f; color:#FFF; height:40px; padding-top:7px; padding-left:30px}
.map div:nth-of-type(2) iframe {width:100%; height:250px} 
.map h4 {position:relative; padding-left:25px}
.map h4:before {content:""; display:inline-block; position:absolute; left:0; background-image:url(../imgs/icone_googlemap_blanc.svg); background-repeat:no-repeat; height:22px; width:22px}
@media screen and (max-width:649px) {
.article ul {padding-left:0}
.article ul li {text-align:left; margin-left:15px}
}
@media screen and (min-width:650px) {
}
@media screen and (min-width:650px) and (max-width:799px) {
}
@media screen and (min-width:800px) and (max-width:979px) {
}
@media screen and (min-width:980px) {
}