/*TABLETTE*/

@media screen and (min-width:768px) and (max-width:1280px) {

    .corporatetxt {
        display: none;
    }

    h1 {
        font-size: 90px;
    }

    .nav-links {
        flex-direction: column;
    }

    .videoapropos2 {
        display: none;
    }



    .texteeveement2 {
        width: 60%;
    }

    .arrow {
        bottom: 4px;
        right: 3px;
    }

    #myBtn {
        height: 8%;
    }

    #facebookactu, #instagram-embed {
        width: 300px !important;
        margin-bottom: 20px;
    }

    .suivibox {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 20px;
    }

    .slider {
        width: 130vh !important;
        height: 220vh !important;

    }

    #contact {
        height: auto !important;
    }

    .titresite, .titresited {
        font-size: 5rem;
    }

    .slidermobile {
        display: none;
    }

    .borne-logo-slider {
        display: none !important;
    }

    .containerrenovbornes {
        flex-direction: column !important;
        align-items: center;
    }
}


/*MOBILE*/

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


    #menu, #menu2 {
        display: none;
    }

    #container {
        flex-direction: column;
    }

    h2 {
        font-size: 20px;
    }

    .et-hero-tabs-container {
        flex-direction: column;
        align-items: flex-end;
    }

    .evenementsbox {
        align-items: normal;

    }

    .texteevenement2 {
        max-width: 400px !important;
    }

    .texteevenement {
        max-width: 400px !important;
        font-size: 20px;
    }

    .nav-links {
        flex-direction: column;
    }

    .titresite, .titresited {
        display: none;
    }

    .section-video {
        flex-direction: column;
    }

    .galerie {
        justify-content: center;
    }

    .slider {
        display: none !important;
    }

    .classique, .corporate, .educative {
        flex-direction: column !important;
    }

    .corporatetxt {
        font-family: 'Elms Sans', sans-serif;
        font-size: 20px;
    }

    .titreevent {
        font-size: 30px !important;
    }

    .contact-link {
        font-size: 20px;
    }

    /* .bornes {
        flex-direction: column;
    } */

    .suivibox {
        display: none !important;
    }

    .pagesfootercontainer {
        flex-direction: column;
        align-items: center;
    }

    .borne {
        width: 300px !important;
    }

    .borne-img {
        width: 200px;
    }

    .merchbox {
        width: 300px !important;
    }

    .mercharcadelegendstexte {
        width: auto;
    }

    .imgmerch {
        width: 300px;
    }

    .img-rse {
        width: 80% !important;
    }

    .contact-form {
        width: 300px;
    }

    .bornes-title, .titremerch {
        font-size: 30px;
        color: white;
    }

    .renovfabrication {
        width: 70%;
    }

    #contact {
        height: 100% !important;
    }

    .textfooter {
        font-size: 20px;
    }


    #carousel {
        width: 350px !important;
    }

    .btn-borne-link {
        width: 70%;
    }

    #image {
        width: 200px;
    }

    #carousel-wrapper, #carousel2-wrapper2 {
        display: none !important;
    }

    .slidermobile {
        display: flex;
    }


}

@media screen and (min-width:1280px) {

    .borne-logo-slider, .bornes-title2 {
        display: none !important;
    }

    .slidermobile {
        display: none;
    }

    #carousel {
        width: auto !important;
    }

    .classique {
        flex-direction: initial;
    }

    .containerrenovbornes {
        flex-direction: column !important;
        align-items: center;
    }


}