@media screen and (min-width: 576px) and (max-width: 767px) {
    .c-a-vous {
        text-align: center;
        margin-bottom: 20px;
    }
    .ligne-1 {
        font-size: 1.9rem;
    }
    .bloc-slogan {
        text-align: center;
        margin-bottom: 20px;
    }
    .logo-semcoda {
        text-align: center;
    }
    .c-a-vous img {
        height: 75px;
    }
    h2 {
        border-bottom: 2px solid #F5C847;
        font-size: 1.5rem;
    }
    h2 .picto-titre {
        height: 30px;
        margin: -18px 10px auto 0;
    }
    .mon-offre {
        margin-top: 0px;
    }
    .contact-img {
        height: 300px;
        overflow: hidden;
    }
    .contact-img img {
        position: absolute;
        top: -50px;
    }
    .contenu-header h1 {
        font-size: 1.5rem;
    }
    .header {
        background: #FFF;
        padding-bottom: 15px;
    }
    .contenu-header {
        position: relative;
        text-align: center;
        top: 0;
        left: 0;
    }
    .carte-titre h3,
    .carte-bon-plan h3 {
        font-size: 1rem;
    }
    .centrer-sm {
        text-align: center;
    }
    .bouton-fleche {
        margin-left: 0;
    }
    .text-asterisque {
        font-size: .8rem;
    }
    footer p {
        font-size: .7rem;
    }
    .visuel-envoi {
        width: 100px;
        height: 100px;
        margin: 0 auto 30px auto;
    }
    .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
