/* mobile */
@media screen and (max-width: 770px) {
    .title {
        color: white;
        font-family: 'Prata', serif;
        font-size: 2.5em;
    }
    .banner-header {
        padding-top: 100px;
        padding-bottom: 100px;
        background-size: cover;
    }
    .succursale-box {
        margin-bottom: 30px;
    }
    .succursale-row {
        margin-top: 30px;
    }
    .succursale-section {
        display: none;
    }
    .succursale-section-mobile {
        padding-top: 30px;
    }
    .picto {
        width:12px;
    }
    .red-bg {
        margin-bottom: 0px;
    }
    hr {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
}


/* petit mobile */
@media screen and (max-width: 360px) {
    .banner-header {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .logo-header {
        padding-top: 30px;
        padding-bottom: 30px;
        width: 100px;
    }
    .title {
        color: white;
        font-family: 'Prata', serif;
        font-size: 1.5em;
    }
}


/* desktop */
@media screen and (min-width: 770px) {
    .succursale-section-mobile {
        display: none;
    }
}


/* grand écran */
@media screen and (min-width: 1900px) {
    .banner-header {
        padding-top: 300px;
        padding-bottom: 300px;
    }
}


/* 1500n */
@media screen and (min-width: 1500px) and (max-width: 1900px) {
    .banner-header {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}