body{
  background-color: #fff;
}
@media only screen and (min-width: 340px){
#imgLocalisation {
    padding-bottom: 20.5%;
    background-image: url('../images/backgrounds/mobile/Localisatio-\(480px\).png');
 }
#section-localisation .title {
    padding-top: 28px;
 }
 #img-top {
    background-image: url(../images/backgrounds/mobile/fond-gris-2-a.png);
}
#section-localisation-top  {
    background-image: url(../images/backgrounds/pc/fond-gris-1.png);
}
}
@media only screen and (min-width: 768px){
    #img-top {
        background-image: url(../images/backgrounds/Tablet/fond-gris-2-a.png);
    }
    #section-localisation-top  {
        background-image: url(../images/backgrounds/Tablet/fond-gris-1.png);
    }
    #imgLocalisation {
        background-image: url('../images/backgrounds/Tablet/Localisation-\(1024\ px\).png');
    }
    }
@media only screen and (min-width: 1200px){
#img-top {
    background-image: url(../images/backgrounds/pc/fond-gris-2-a.png);
   }
#section-localisation-top {
    background-image: url(../images/backgrounds/pc/fond-gris-1.png);
  }
#imgLocalisation {
    padding-bottom: 12.5%;
    background-image: url('../images/backgrounds/pc/Localisation-\(1920px\).png');
    }
}

#imgLocalisation {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.title{
    padding: 2% 10%;
    height: 100%;
    background-color: #ECECED;
    width: 100%;
}
.title p {
    font-size: 22px;
    font-family: 'Oswald-Light';
}
#section-localisation-top{
    padding-bottom: 11%;
    position: relative;
    margin-top: -1px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #fff;
}
#section-plan {
    position: relative;
    background-color: #ffffff;
    font-family: 'Oswald-Medium';
}
#section-plan p {
    font-family: 'Oswald-Light';
    font-size: 22px;
    padding: 0 6%;
    position: relative;
    z-index: 0;
}
.reseauRout {
    position: relative;
    z-index: 0;
}
#section-localisation-right {
    position: absolute;
    right: 0;
    top :200px;
    bottom: 0;
    width: 257px;
    z-index: 0;
    background-image: url(../images/backgrounds/import-motif-gris-1-a.png);
    background-repeat: no-repeat;
}
#section-localisation-left {
    position: absolute;
    left: 0;
    top :200px;
    bottom: 0;
    width: 257px;
    z-index: 0;
    background-repeat: no-repeat;
    background-image: url('../images/backgrounds/import-motif-gris-1-b.png');
}
.myImg:hover {
    opacity: 0.7;
}
.description-title {
    color: #c1c3c4;
    font-family: 'Oswald-Medium';
    text-transform: uppercase;
}
.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.contenu {
    padding: 0 6%;
    background-color: #ECECED;
}
#img-top {
    padding-bottom: 11%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: -1px;
    background-color: #fff;
}
.title-localisation {
    color: #c54239;
    font-family: 'Oswald-Medium';
    text-transform: uppercase;
}

.contenu p {
    font-family: 'Oswald-Light';
    font-size: 22px;
    margin-bottom: 3rem;
}
.imgWidth {
    width: 100%;
}
.vol {
    font-size: 22px;
    font-family: 'Oswald-Medium';
}
.vol ul {
    color: #c54239;
}
.vol .nmbrVol {
    margin-left: 5px;
    display: inline-block;
    font-family: 'Oswald-light';
}
.vol hr{
    width: 32%;
   margin: 5px 0px;
    background-color: #ebd2ca;
}
#section-carte {
    padding-bottom: 15px;
}
#section-carte .description-title {
    padding: 0 0 2% 0;
}
#section-carte h5 {
    font-size: 19px;
    color: #c54239;
    font-family: 'Oswald-light';
}
.map{
    width: 100%;
    border: 3px solid #868995;
    margin: 3% 0% 1% 0%;
}
#section-vol .col-md-6{
    padding-left: 0;
}
