/*Style de la page Echo VR*/

@font-face {
    font-family: "AlexBrush";
    src: url(../fonts/AlexBrush-Regular.ttf);
}

body {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 2300px;
    margin: 0;
    padding: 0;
}

.titre_page {
    font-family: 'AlexBrush';
    font-size: 50px;
    color: rgb(219, 182, 15);
    text-align: center;
    display: block;
    position: relative;
    top: 130px;
}

.box-titre {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.box-menu-gauche {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    margin-top: -32px;
}

.menu-gauche {
    padding: 5px;
    border-radius: 10px;
    background-color: rgba(0, 139, 252, 0.123); 
    border: 2px rgba(255, 255, 255, 0.281) solid;
}

.accueil{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.651);
    top: 1940px;
    text-decoration: none;
    padding: 5px;
}

.accueil:hover {
    color: rgb(36, 116, 236); 
}


.retour_quest2 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.651);
    top: 1940px;
    text-decoration: none;
    padding: 5px;
}

.retour_quest2:hover {
    color: rgb(36, 116, 236); 
}

.nav_menu_horizontal {
    height: 40px;
    background-color: rgba(0, 139, 252, 0.123);
    border-bottom: 1px rgba(255, 255, 255, 0.281) solid;
}

.box_menu_horiztontal {
    margin-top: -10.4rem;
    height: 40px;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.0rem 0rem;
    background-color: rgba(36, 35, 35, 0);
}

.nav_menu_horizontal .menu-horizontal .menu-elements {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
    padding-top: 10px;
}

.infos_joueurs_echo_vr {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.651);
    top: 90px;
    text-decoration: none;
    margin-right: 125px;
}

.infos_joueurs_echo_vr:hover {
    color: rgb(36, 116, 236); 
}

.photos_echo_vr {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.651);
    top: 90px;
    text-decoration: none;
    margin-right: 125px;
}

.photos_echo_vr:hover {
    color: rgb(36, 116, 236); 
}

.astuces_echo_vr {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.651);
    top: 90px;
    text-decoration: none;
}

.astuces_echo_vr:hover {
    color: rgb(36, 116, 236); 
}

.photo_deco_echo_vr {
    position: absolute;
    zoom: 165%;    
    margin-left: 30px;
    margin-top: 400px;
}

.box_contenu {
    margin-right: 45px;
    margin-top: 15rem;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.0rem 0rem;
    background-color: rgba(36, 35, 35, 0);
}

.box_contenu .box_photo .photo_deco {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

header {
    margin-top: 80px;
    height: 80px;
    background-color: rgba(0, 139, 252, 0.123);
    border-bottom: 1px rgba(255, 255, 255, 0.281) solid;
}

.pdp {
    height: 80px;
    margin-top: 1894px;
    background-color: rgba(0, 139, 252, 0.123);
    border-top: 1px rgba(255, 255, 255, 0.274) solid;
    border-bottom: 1px rgba(255, 255, 255, 0.301) solid;
}





/*---------------------------Responsive----------------------*/

@media screen and (max-width:425px) {
    header {
        margin-top: 60px;
        height: 100px;
    }

    .box-titre {
        padding-right: 50px;
    }

    .titre_page {
        font-size: 30px;
        top: -16px;
        margin-left: 35px;
        margin-right: 30px;
    }

    .box-menu-gauche {
        display: flex;
        flex-direction: row;
        justify-content: left;
        align-items: center;
        margin-top: -40px;
    }
    
    .menu-gauche {
        border-radius: 10px;    
    }

    .accueil {
        margin-left: 0px;
        font-size: 15px;
    }

    .box_menu_horiztontal {
        margin-top: 0rem;
        position: relative;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 0.0rem 0rem;
        background-color: rgba(36, 35, 35, 0);
        width: 68%;
        margin-left: 40px;
    }
    
    .box_menu_horiztontal .nav_menu_horizontal .menu-elements {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    } 

    .nav_menu_horizontal {
        background-color: rgba(0, 0, 255, 0);
        border-bottom: none
    }

    .infos_joueurs_echo_vr {
        color: black;
        font-size: 20px;
        margin-right: -0px;
        background-color: rgba(255, 255, 255, 0.534);
        border: 2px black solid;
        border-radius: 10px;
        padding: 5px;
    }

    .photos_echo_vr {
        color: black;
        font-size: 20px;
        margin-right: -0px;
        margin-top: 20px;
        background-color: rgba(255, 255, 255, 0.534);
        border: 2px black solid;
        border-radius: 10px;
        padding: 5px;
    }
    
    .astuces_echo_vr {
        color: black;
        font-size: 20px;
        background-color: rgba(255, 255, 255, 0.534);
        border: 2px black solid;
        border-radius: 10px;
        padding: 5px;
    }

    .bouton_infos_joueurs_echo_vr {
        margin-bottom: 20px;
        
    }

    .bouton_photos_echo_vr {
        margin-bottom: 20px;
    } 

    .photo_deco_echo_vr {
        margin-top: -30px;
        width: 90%;
    }

    .pdp {
        margin-top: 1728px;
    }

}

@media (min-width: 425px) and (max-width:500px) {
    header {
        margin-top: 80px;
        height: 120px;
    }

    .box-titre {
        padding-right: 50px;
    }

    .titre_page {
        margin-top: -40px;
    }

    .box-menu-gauche {
        display: flex;
        flex-direction: row;
        justify-content: left;
        align-items: center;
        margin-top: -32px;
    }
    
    .menu-gauche {
        padding: 5px;
        border-radius: 10px;    
    }

    .box_menu_horiztontal {
        margin-top: 6rem;
        position: relative;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 0.0rem 0rem;
        background-color: rgba(36, 35, 35, 0);
        width: 58%;
        margin-left: 80px;
    }
    
    .box_menu_horiztontal .nav_menu_horizontal .menu-elements {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    } 

    .nav_menu_horizontal {
        background-color: rgba(0, 0, 255, 0);
        border-bottom: none
    }

    .infos_joueurs_echo_vr {
        color: black;
        font-size: 20px;
        margin-right: -0px;
        background-color: rgba(255, 255, 255, 0.534);
        border: 2px black solid;
        border-radius: 10px;
        padding: 5px;
    }

    .photos_echo_vr {
        color: black;
        font-size: 20px;
        margin-right: -0px;
        margin-top: 20px;
        background-color: rgba(255, 255, 255, 0.534);
        border: 2px black solid;
        border-radius: 10px;
        padding: 5px;
    }
    
    .astuces_echo_vr {
        color: black;
        font-size: 20px;
        background-color: rgba(255, 255, 255, 0.534);
        border: 2px black solid;
        border-radius: 10px;
        padding: 5px;
    }

    .bouton_infos_joueurs_echo_vr {
        margin-bottom: 20px;
        
    }

    .bouton_photos_echo_vr {
        margin-bottom: 20px;
    } 

    .photo_deco_echo_vr {
        margin-top: 100px;
        width: 90%;
    }

    .pdp {
        margin-top: 1648px;
    }
}

@media (min-width: 501px) and (max-width:767px) {
    header {
        margin-top: 80px;
        height: 120px;
    }

    .box-titre {
        padding-right: 50px;
    }

    .titre_page {
        margin-top: -40px;
    }

    .box-menu-gauche {
        display: flex;
        flex-direction: row;
        justify-content: left;
        align-items: center;
        margin-top: -32px;
    }
    
    .menu-gauche {
        padding: 5px;
        border-radius: 10px;    
    }

    .box_menu_horiztontal {
        margin-top: 6rem;
        position: relative;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 0.0rem 0rem;
        background-color: rgba(36, 35, 35, 0);
    }
    
    .box_menu_horiztontal .nav_menu_horizontal .menu-elements {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    } 

    .nav_menu_horizontal {
        background-color: rgba(255, 0, 0, 0);
        border-bottom: none
    }

    .infos_joueurs_echo_vr {
        color: black;
        font-size: 20px;
        background-color: rgba(255, 255, 255, 0.534);
        border: 2px black solid;
        border-radius: 10px;
        padding: 5px;
    }

    .photos_echo_vr {
        color: black;
        font-size: 20px;
        margin-top: 20px;
        background-color: rgba(255, 255, 255, 0.534);
        border: 2px black solid;
        border-radius: 10px;
        padding: 5px;
    }
    
    .astuces_echo_vr {
        color: black;
        font-size: 20px;
        background-color: rgba(255, 255, 255, 0.534);
        border: 2px black solid;
        border-radius: 10px;
        padding: 5px;
    }

    .bouton_infos_joueurs_echo_vr {
        margin-bottom: 20px;
        margin-left: 83px;
    }

    .bouton_photos_echo_vr {
        margin-bottom: 20px;
        margin-left: 84px;
    }

    .bouton_astuces_echo_vr {
        margin-left: 82px;
        padding-right: 122px;
    }

    .photo_deco_echo_vr {
        margin-top: 100px;
        width: 90%;
    }

    .pdp {
        margin-top: 1648px;
    }
}

@media(min-width: 768px) and (max-width: 1220px) {
    

    .photo_deco_echo_vr {
        zoom: 105%;    
        margin-top: 621px;
        margin-left: 40px;
    }

    .pdp {
        margin-top: 1894px;
    }
}

@media(min-width: 1220px) and (max-width: 1920px) {
    .pdp {
        margin-top: 1894px;
    }
}