@media screen and (max-width: 960px) {

    body {
        /* margin: 0;
        padding: 0; */
        font-size: 14px;
        width: 100vw;
    }

    .logo-mobil {
        position: absolute;
        top: -8vh;
        left: 2vh;
        height: 15vh;
        width: 15vh;
        border-radius: 50%;
        display: block;
        z-index: 1;
    }

    .title h1 {

        width: 100vw;
        position: absolute;
        top: 35vh;
        margin: 0;
        padding: 0;
        font-size: 40px;
        text-align: center;

    }

    .title h2 {

        width: 100vw;
        position: absolute;
        top: 42vh;
        margin: 0;
        padding: 0;
        font-size: 26px;
        text-align: center;

    }

    /* .rotate-icon {
        height: 70px;

    } */

    .logo-burger {
        margin-top: 6vh;
        height: 12vh;
        display: flex;
        align-items: center;
        justify-content: space-between;

    }

    .header {
        background: url(../images/bg-mainMobile.jpg);
        background-size: cover;
        background-position: center;
        height: 82vh;
        margin: 0vh 0px 0vh 0px;
        padding-top: 0;
        z-index: -1;
    }

    .background {
        display: none;
    }

    .title {
        padding-top: 0;
    }

    /* Nav */

    .contact-info {
        justify-content: space-between;
        background-color: #171717;
    }


    .down {
        position: absolute;
        bottom: 14vh;
        left: 15px;
        height: 70px;
        width: 70px;
        /* margin: auto; */
    }

    .num {
        display: none;
    }

    .navigation-links ul li {
        margin: 20px 0;
    }

    .-title {
        display: none;
    }


    .logo {
        display: none;
    }



    .navigation-links a {
        padding: 10px 50px;
    }

    /* ****************************  service */
    .m-w {

        display: flex;
        flex-direction: column;
        margin-bottom: 25px;

    }

    .w-s {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .w-s ul {
        padding: 0;
        margin: 0;
        margin-bottom: 25px;
    }

    .li-services-cg {
        align-items: center;
    }

    .li-services-cg p {
        margin: 0 0;
        /* text-align: right; */
        /* width: 80vw; */
    }

    .li-services-cg img {
        margin-right: 10px;
        height: 70px;

    }

    .li-services-cg h4 {
        display: flex;
        /* align-content: center; */
        width: 30vw;
        justify-content: flex-end;
        align-items: center;
        flex-direction: row-reverse;
    }

    .li-services-cd {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .li-services-cd p {
        margin: 0 0;
        /* text-align: left;
        width: 80vw; */
    }

    .li-services-cd img {
        align-items: center;
        margin-right: 10px;
        height: 70px;

    }

    .li-services-cd h4 {
        display: flex;
        align-content: center;
        width: 30vw;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
    }

    .mockup {
        height: 150px;
        width: 300px;
    }

    /* .services h3 {
        margin-top: 5vh;
        margin-bottom: 5vh;
    } */

    .services {
        height: auto;
    }

    .m-w-40 {
        max-width: 100%;
    }

    /* form */
    .form {

        width: 90vw;
    }

    .display-name {

        width: 70%;
    }

    .form-name {
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 15px;

    }

    /* presentation */

    .presentation h2 {
        font-size: 30px;
    }

    .aPropos-texte {
        margin: 50px 0px;
        width: 90%;
        font-size: 16px;
    }

    .w7 {
        width: 90%;
        font-size: 16px;

    }

    .presentation {
        height: auto;
    }

    .approche {
        flex-direction: column;
        padding: 20px 0;
        width: 40vw;
        margin: auto;
    }

    .aPropos {
        margin-bottom: 50px;
    }

    .approche h4 {
        font-size: 20px;
        color: #e6aa68;
        padding-bottom: 10px;
        display: flex;
        align-items: center;
    }

    /* .approche p {
        text-align: center;
    } */

    .approche img {
        margin-right: 10px;
        height: 70px;

    }

    /* carousel */
    .prev-btn,
    .next-btn {
        display: none;
    }

    .carousel-container {

        width: 100vw;

    }

    .carousel {
        display: flex;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        margin: 5px;

    }

    .carousel::-webkit-scrollbar {
        display: none;
    }


    .realisation-template {
        width: 80%;
        margin: 5px;
        padding: 0px 15px;
        justify-content: space-around;

        scroll-snap-align: start;
        flex: 0 0 auto;

    }

    .section-tarifs {
        display: flex;
        height: auto;
        background-color: #fff;

    }

}

@media screen and (max-width: 660px) {
    /* .title h1 {
        width: 70vw;
        text-align: center;
    } */

    .approche {

        width: 80vw;
    }

    .li-services-cg h4 {
        width: 80%;
        text-align: center;
    }

    .li-services-cd h4 {
        width: 80%;
        text-align: center;
    }

}

@media screen and (max-width: 1150px) {
    .navigation-links {
        display: flex;
        justify-content: flex-end;
    }

}