@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

.roboto-black {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.roboto-bold {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.roboto-medium {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.roboto-regular {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.roboto-light {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.roboto-black-italic {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-style: italic;
}

.normal_text_size {
    font-size: 15px;
}

.color-black {
    color: black;
}

.color-white {
    color: white;
}

.d-flex {
    display: flex;
}

.ml-md {
    margin-left: 8px;
}

.yellow-fade {
    background: linear-gradient(to right, #ffee58, #fdd835 90%, #fbc02d 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.logo {
    position: absolute;
    top: 2%;
    left: 2%;
    height: 4rem;
    z-index: 2;
}

.buttons_container1 button a {
    text-transform: uppercase;
    font-size: 0.8rem;
}
.buttons_container1 button a::before {
    content: "] ";
    font-size: 0.9rem;
}

.buttons_container1 button a::after {
    content: " [";
    font-size: 0.9rem;
}

.main_buttons_container{
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    z-index: 2;
    padding-right: 30px;
    height: 60px;
    background-color: rgb(255,255,255,0.4);
}

@font-face {
    font-family: 'Nexa-bold';
    src: url('./Font/Nexa\ Bold.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

.nexa-bold{
    font-family: 'Nexa-bold', sans-serif;
}

@font-face {
    font-family: 'Nexa-light';
    src: url('./Font/Nexa\ Light.otf format') format('otf');
    font-weight: normal;
    font-style: normal;
}

.nexa-light{
    font-family: 'Nexa-light', sans-serif;
}

@font-face {
    font-family: 'Avoqado';
    src: url('./Font/Avoqado.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

.avoqado{
    font-family: 'Avoqado', sans-serif;
}

.styled_button {
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
}

.styled_button::before{
    content:'';
    position: absolute;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}

.color-white.styled_button::before{
    background-color: white;
}

.color-black.styled_button::before{
    background-color: black;
}

.styled_button:hover::before{
    transform-origin: left;
    transform: scaleX(1);
}

.icon_reseau a img {
    height: 26px;
}

.div_icon_background{
    position: absolute;
    display: flex;
    justify-content: center;
    width: 67vw;
    bottom: 20px;
    gap: 200px;
    left: -80px;
}

.div_icon_wezpro, .div_icon_wezfmr {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
}

.div_icon_wezpro{
    margin-right: 70px;
}

.div_icon_wezfmr{
    margin-left: 70px;
}

body, html{
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

@media (max-width: 1280px) {
    .main_buttons_container{
        left: 24%;
    }

    .buttons_container1 {
        display: flex;
        gap: 25px;
    }

    .styled_button {
        height: 25px;
        font-size: 9pt;
    }

    .styled_button::before{
        width: 88%;
        height: 4px;
        border-radius: 4px;
        bottom: -2px;
        left: 2;
    }

    a {
        text-decoration: none;
        color: inherit;
    }

    .title_icon_wezpro{
        font-size: 16px;
        margin-bottom: 14px;
        width: 130px;
    }

    .icon_reseau{
        display: flex;
        margin-top: 2%;
        margin-left: -8%;
        gap: 8px;
    }

    .div_icon_wezpro{
        margin-right: 30px;
    }
    
    .div_icon_wezfmr{
        margin-left: 30px;
    }

    .btn_facebook{
        height: 25px;
    }

    .btn_instagram{
        height: 25px;
    }

    .btn_linkedin{
        height: 25px;
    }

    .title_icon_wezfmr{
        font-size: 16px;
        width: 130px;
        margin-bottom: 14px;
    }

    .logoWezRezo{
        position: absolute;
        top: -38px;
        right: 20px;
        height: 140px;
        width: 190px;
    }

    .logoWezPro{
        position: absolute;
        margin-left: 80px;
        margin-top: 3px;
        height: 180px;
    }

    .logoWezFMR{
        position: absolute;
        margin-left: 20px;
        height: 180px;
    }
}

@media (min-width:1281px) and (max-width:1600px){
    .main_buttons_container{
        left: 32%;
    }

    .buttons_container1 {
        display: flex;
        gap: 30px;
    }

    .styled_button {
        height: 25px;
        font-size: 10pt;
    }

    .styled_button::before{
        width: 88%;
        height: 4px;
        border-radius: 4px;
        bottom: -4px;
        left: 2;
    }

    a {
        text-decoration: none;
        color: inherit;
    }

    .title_icon_wezpro{
        font-size: 16px;
        margin-bottom: 12px;
        width: 130px;
    }

    .icon_reseau{
        display: flex;
        margin-top: 2%;
        gap: 10px;
    }

    .div_icon_wezpro{
        margin-right: 50px;
    }
    
    .div_icon_wezfmr{
        margin-left: 50px;
    }
    .btn_facebook{
        height: 30px;
    }

    .btn_instagram{
        height: 30px;
    }

    .btn_linkedin{
        height: 30px;
    }

    .title_icon_wezfmr{
        font-size: 16px;
        width: 130px;
        margin-bottom: 12px;
    }

    .logoWezRezo{
        position: absolute;
        top: -43px;
        right: 20px;
        height: 150px;
        width: 200px;
    }

    .logoWezPro{
        position: absolute;
        margin-left: 80px;
        margin-top: 3px;
        height: 180px;
    }

    .logoWezFMR{
        position: absolute;
        margin-left: 20px;
        height: 180px;
    }
}

@media (min-width: 1601px) {
    .main_buttons_container{
        left: 42%;
    }
    
    .buttons_container1 {
        display: flex;
        gap: 40px;
    }

    .styled_button {
        height: 25px;
        font-size: 12pt;
    }

    .styled_button::before{
        width: 88%;
        height: 4px;
        border-radius: 4px;
        bottom: -4px;
        left: 2;
    }

    a {
        text-decoration: none;
        color: inherit;
    }

    .icon_reseau{
        display: flex;
        margin-top: 2%;
        gap: 10px;
    }

    .btn_facebook{
        height: 40px;
    }

    .btn_instagram{
        height: 40px;
    }

    .btn_linkedin{
        height: 40px;
    }

    .title_icon_wezfmr{
        font-size: 20px;
        width: 130px;
        margin-bottom: 16px;
        margin-left: 10px;
    }

    .logoWezRezo{
        position: absolute;
        top: -47px;
        right: 20px;
        height: 160px;
        width: 210px;
    }

    .logoWezPro{
        position: absolute;
        margin-left: 80px;
        margin-top: 3px;
        height: 180px;
    }

    .logoWezFMR{
        position: absolute;
        margin-left: 20px;
        height: 180px;
    }
}