@media screen and (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 1.5rem;
    }
    .ligne-1 {
        line-height: 1.2;
        font-size: 2.5rem;
    }
    .c-a-vous {
        text-align: center;
        margin-bottom: 20px;
    }
    .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: 2rem;
    }
    h2 .picto-titre {
        height: 36px;
        margin: -20px 10px auto 0;
    }
    .mon-offre {
        margin-top: 0px;
    }
    .contact-img {
        height: 375px;
        overflow: hidden;
    }
    .contact-img img {
        position: absolute;
        top: -50px;
    }
    .contact p {
        font-size: 1.2rem;
    }
    .contenu-header h1 {
        font-size: 1.5rem;
    }
    .contenu-header {
        top: 5%;
        left: 10%;
    }
    .carte-titre h3 {
        font-size: 1.8rem;
    }
    .carte-bon-plan h3 {
        font-size: 1rem;
    }
    .carte-bon-plan p {
        font-size: 1rem;
    }
    .bouton-plus,
    .bouton-fleche {
        font-size: 1.3rem;
    }
    .bouton-fleche:after {
        height: 43px;
        left: 185px;
        background-position: center 10px !important;
    }
    .bouton-plus:after {
        height: 43px;
        left: 533px;
        background-position: center 10px;
    }
    footer p {
        font-size: 1rem;
    }
    .text-asterisque {
        font-size: 1rem;
    }
    label {
        font-size: 1rem;
    }
    .contact input[type="text"] {
        height: 45px;
    }
}
