/*--------------------------------------------------------*\
    1280PX
\*--------------------------------------------------------*/

@media only screen and (max-width:1280px) {


/*--------------------------------------------------------*\
    1024PX
\*--------------------------------------------------------*/

@media only screen and (max-width:1024px) {
    .header-rblln .contact{
        display:none;
    }

    .header-rblln button{
        display:block;
    }

/*--------------------------------------------------------*\
    768PX
\*--------------------------------------------------------*/

@media only screen and (max-width:768px) {

    .hello .jarrive .installez-vous {
        font-size:40px;
        padding: 0 30px;
        line-height: 40px;
    }

    .hello .jarrive .infos {
        padding: 0 80px;
        margin-top: 10px;
    }

    .hamburger{
        padding: 2px 15px 15px 15px !important;
    }

    .hamburger-inner{
        width:30px;
    }

    .hamburger--squeeze .hamburger-inner::before, .hamburger--squeeze .hamburger-inner::after{
        width:30px;
    }

    .nomobileplease{
        display:block;
    }

/*--------------------------------------------------------*\
    480PX
\*--------------------------------------------------------*/

@media only screen and (max-width:480px) {



/*--------------------------------------------------------*\
    320PX
\*--------------------------------------------------------*/

@media only screen and (max-width:320px) {

}
