@media screen and (max-width: 1600px) {


    .intocanvas {

        padding-top: 0px;

    }


}

@media screen and (max-width: 1400px) {


    .columnfloat {
        position: absolute;
        left: 450px;
    }

    .object-modify {

        top: 550px;

    }


    #container-webgl-1 {
        width: 600px;
        height: 550px;

    }

    #container-webgl-elemental {
        width: 200px;
        height: 200px;

    }

    .logo-foot img {
        width: 300px;
    }
}

@media screen and (max-width: 1279px) {

    #show-cookies {
       
        width: 100%;
        
    }

    #overview,
    #first-section,
    #second-section,
    #third-section,
    #fourth-section,
    #ending {
        display: none;
    }

    #portable-section {
        display: flex;
    }

    .legal {
        width: 95%;
        padding: 60px 0px 150px 20px;
    }

    .legal_h1 {
        font-size: 38px;
    }

    .portail {

        flex-direction: column;

    }

    .text-portail {
        width: 90%;
    }

    .acces-portail {
        margin-top: 30px;
        width: 90%;
        height: 340px;
    }

    input[type=text],
    input[type=password],
    input[type=email],
    input[type=tel] {
        width: 100%;

    }

    .request {
        width: 95%;
    }

    #myForm {
        width: 100%;

    }

    .align-input {
        flex-direction: column;
        width: 100%;
    }

    select {
        width: 90%;
        padding-bottom: 5px;

    }

    #client {
        flex-direction: column;
    }

    .client-menu {
        width: 100%;
    }

    .courrier {
        flex-direction: column;
    }

    textarea {
        width: 100%;
    }

    .text_gestion {
        font-size: 30px;
    }

    #arrows {
        display: none;
    }

    #container-gridi {
        margin-left: 0px;
    }

    #border__bottom,
    #border_top {
        display: none;
    }

    .gridi__item-img {

        opacity: 0.8;
    }
    #container-banniere {
        display: none;
    }

}