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

    .partContact {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contactForm {
        width:100%;
    }
    
    #wpforms-140 .wpforms-form,#wpforms-107 .wpforms-form {
     width:350px;
    }

    .contactLoc {
        width:100%;
    }

}

@media screen and (min-width:450px) and (max-width: 700px) {

    body {
        overflow-y: hidden;
    }

    .marginTop {
        margin-top: -1em;
    }

    #background-video {
        width:auto;
        height:500px;
        transform: translateX(-20%);
    }

    .entete {
       height:500px;    
    }

    .entete img {
        width:auto;
        height:100%;
    }

    .intro {
        padding:2em 0.5em 0 0.5em;
        height:auto;
        background-size: contain;
        background-position: bottom;
    }

    .part01 {
        padding:2em 0.5em 0 0.5em;
        background-size: contain;
        background-position: bottom;
        flex-direction: column;
        align-items: center;
        height:auto;
    }

    .part02 {
        background-size: contain;
        height:auto;
    }

    .partContact {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contactForm {
        width:100%;
    }
    
    #wpforms-140 .wpforms-form,#wpforms-107 .wpforms-form {
     width:500px;
    }

    .contactLoc {
        width:100%;
    }

    .textIntro {
        margin-top: 0;
        width: 95%;
    }

    .textPart01 {
        width :100%;
    }
    .imagePart01 {
        width:50%;
    }
    .itemPrestas {
        width:40%;
    }

    .title {
        font-size: 2em;
    }

    .contenuPage {
        justify-content: center;
        align-items: center;
    }

    .textePage {
        width:90%;
    }



    .title {
        font-size: 40px;
    }
    h2 {
        font-size: 25px;
    }

    /*---------------------NAVIGATION-------------------*/

    .btn-responsive-menu {
        display: block;
    }

    .item::after {
        display: none;
    }

    nav {
        background-color: rgba(15,135,202,0.8);
    }

    .barre {
        display: none;
    }

    .liste-nav {
        top:-250px;
        flex-direction:column;
        justify-content: flex-start;
    }

    .liste-nav .item,.liste-nav li {
        width: 100%;
        height: 50px;
        background-color: rgba(15,135,202,0.8);
        margin-top: 0px;
    }

    .liste-nav.active-menu {
        top:50px;
    }

}

@media screen and (min-width:700px) and (max-width: 1024px) {

    .intro {
        padding:2em 0.5em 0 0.5em;
        height:auto;
        background-size: contain;
        background-position: bottom;
    }

    .part01 {
        padding:2em 0.5em 0 0.5em;
        background-size: contain;
        background-position: bottom;
        height:auto;
    }

    .part02 {
        background-size: contain;
        height:auto;
    }

    .textIntro {
        margin-top: 0;
        width: 95%;
    }

    .itemPrestas {
        width:30%;
    }

    #wpforms-140 .wpforms-form,#wpforms-107 .wpforms-form {
        width:450px;
    }

}