@media screen and (max-width: 960px) {

    /* body{
        overflow-x: hidden;

    } */

    /* Header */
    .header {
        background: url(../images/massetteM.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        height: 100vh;
        padding-top: 0;
        z-index: -1;
    }

    .tiret,
    .logo,
    .prev-btn,
    .next-btn {
        display: none;
    }

    .contact-info .logo-nav a {
        display: flex;
        font-family: "Cherish", cursive;
        color: #EEDFC2;
        font-size: 26px;
    }

    .a-img {
        display: none;
    }

    .engraver {
        font-size: 70px;
    }

    .subtitle {
        margin: 0;
        font-size: 16px;
    }

    .title h1 {
        width: 100vw;
        position: absolute;
        top: 30vh;
        margin: 0;
        padding: 0;
        font-size: 40px;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .title h2 {
        width: 100vw;
        position: absolute;
        top: 42vh;
        margin: 0;
        padding: 0;
        font-size: 26px;
        text-align: center;
    }

    /* Nav */
    .contact-info {
        justify-content: space-between;
        background-color: rgba(51, 51, 51, 1);
    }

    .a-down {
        text-align: center;
    }

    .down {
        height: 70px;
        width: 70px;
        margin: auto;
    }

    .navigation-links ul li {
        margin: 12px 0;
    }

    .-title {
        color: #FFFBBD;
    }

    .navigation-links a {
        padding: 10px 50px;
    }

    .navigation-links ul {
        display: flex;
        flex-direction: column;
        position: fixed;
        left: -100%;
        width: auto;
        height: auto;
        background-color: rgba(51, 51, 51, 1);

        text-align: center;
        transition: left 1s cubic-bezier(0, -0.3, 0.27, 1.55);
        margin: 0;
        z-index: 1000;
        border-radius: 0px 0px 50px 0px;
    }

    .navigation-links ul.show {
        left: 0;
    }

    @keyframes openIconAnimation {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(-180deg);
        }
    }

    @keyframes closeIconAnimation {
        0% {
            transform: rotate(-180deg);
        }

        100% {
            transform: rotate(0deg);
        }
    }

    .burger-menu {
        display: block;
        position: absolute;
        right: 15px;
        top: 60px;
        font-size: 40px;
        z-index: 1001;
        animation: openIconAnimation 0.3s ease;
    }

    .close-icon {
        display: none;
        position: absolute;
        right: 15px;
        top: 60px;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
        z-index: 1001;
        animation: closeIconAnimation 0.3s ease;
    }

    /* Service */
    .w-s ul {
        padding-left: 0;
    }

    .m-w {
        display: flex;
        flex-direction: column;
        margin: 0px;
    }

    .w-s,
    .services {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .li-services-cg {
        align-items: center;
    }

    .services {
        height: auto;
        flex-direction: column;
        padding-top: 0;
    }

    .m-w-40 {
        max-width: 100%;
    }

    .m-w p {
        margin: 0 25px 25px 25px;
        padding: 10px;
    }

    .li-services-cg p {
        margin: 0px;
    }

    .m-w img {
        margin-bottom: 0;
        justify-content: center;
        flex-wrap: nowrap;
        max-width: 95vw;
    }

    .mockup-services {
        height: 50vh;
    }

    .display-services {
        width: 100vw;
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .icone-carousel {
        width: 95vw;
    }

    /* Form */

    .form {
        width: 100%;
    }

    input[type="tel"] {
        width: 49%;
    }

    .form-name {
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 15px;
    }

    .formulaire {
        padding: 15px;
        height: auto;
    }

    .formulaire h3 {
        padding: 0px;
    }

    /* Presentation */
    .presentation h2 {
        font-size: 30px;
    }

    .aPropos-texte {
        margin-bottom: 50px;
        width: 70%;
    }

    .presentation {
        height: auto;
        flex-direction: column;
        padding: 50px;
    }

    .approche {
        flex-direction: column;
        padding: 20px 0;
        width: 40vw;
        margin: auto;
    }

    .aPropos {
        width: 85vw;
        padding: 0;
    }

    .approche h4 {
        font-size: 20px;
        color: #e6aa68;
        padding-bottom: 10px;
    }

    .ul-presentation {
        flex-direction: column;
        align-items: center;
    }

    /* Footer */
    .adresse-footer {
        flex-direction: row;
        width: 100%;
        padding: 25px 0;
    }

    .adresse-footer h4 {
        flex-direction: column;
        display: flex;
        justify-content: space-evenly;
    }

    .t-f {
        font-size: 32px;
    }

    .ul-contact {
        width: 100%;
        margin: 0;
        padding: 10px;
        flex-direction: column;
    }

    .ul-contact li {
        padding: 5px 0;
        display: flex;
        align-items: center;
    }

    .ul_icone {
        display: none;
    }

    .contact-footer {
        flex-direction: row-reverse;
        justify-content: space-around;
    }

    .contact-footer a {
        padding-left: 10px;
    }

    .contact-footer li img {
        height: 20px;
        width: 20px;
    }

    .legal-info {
        flex-direction: column-reverse;
        align-items: center;
    }

    .effetBtn {
        height: 80px;
    }

    /* Background */
    .background {
        display: none;
    }

    /* Carousel */
    .realisation-template:hover {
        transform: none;
    }



}