/*Theme Name: Backpackerz*/
/* Author:  Alexis benoliel*/
/*Author URI: www.alexisbenoliel.fr */
/*Description: */
/*---start general---*/

body .menu__main__linkItem__title {
    font-size: 44px;
}

body .menu__main__footer__buttonBig {
    width: 90px;
    height: 90px;
    padding: 0 17px;
    min-width: 90px;
    min-height: 90px;
}

body .menu__main {
    padding: 110px 24px 30px;
}

.userSelectionPicker__item {
    pointer-events: none !important;
}

@media (min-width: 370px) {
/* @media only screen and (device-width : 414px) { */
    body .menu__main__linkItem__title {
        font-size: 60px;
    }
    
    body .menu__main__footer__buttonBig {
        width: 140px;
        height: 140px;
        padding: 0 27px;
        min-width: 140px;
        min-height: 140px;
    }
    
    body .menu__main {
        padding: 110px 24px 30px;
    }

}

@media (min-width: 414px) {
/* @media only screen and (device-width : 414px) { */
    body .menu__main__linkItem__title {
        font-size: 72px;
    }

    body .menu__main__footer__buttonBig {
        width: 160px;
        height: 160px;
        min-width: 160px;
        min-height: 160px;
        padding: 0 37px;
    }


    body .menu__main {
        padding: 160px 24px 30px;
    }

}

@media (min-width: 744px) {
/* @media only screen and (device-width : 414px) { */
    body .menu__main__linkItem__title {
        font-size: 100px;
    }


    body .menu__main {
        justify-content: space-between;
        padding-bottom: 68px;
    }

}

html {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-overflow-style: -ms-autohiding-scrollbar !important;
    -ms-overflow-style: none;
    -ms-overflow-style: none !important;
}

body .menu__main {
    overflow: hidden;
}

body.showMain .menu__main{
    overflow-y: auto;
    overflow-x: hidden;
}
