@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

*{
    font-family: "montserrat";
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

body{
    background-color: black;
}

.navigation_bar{
    display: flex;
    flex-wrap: nowrap;
    background: linear-gradient(to right, rgb(190, 113, 211), rgb(78, 20, 113));
    justify-content: space-between;
    padding: 15px;
}

.navigation_bar label{
   margin: 0 0 0 10px;
   color: white;
   font-size: 16px;
   padding: 5px;
}

.elements_bar{
    display: flex;
    flex-direction: row;
    list-style-type: none;
    color: white;
    font-size: 14px;
}

.elements_bar li{
    padding: 5px;
    margin: 0 5px 0 5px;
    cursor: pointer;
}

.elements_bar li a{
    text-decoration: none;
    color: white;
    margin: 10px;
}

.elements_bar #active_li{
    border: white solid 1px;
}

.elements_bar li:hover{
    border: white 1px solid;
}

.elements_vertical_bar{
    display: none;
}

.logo_vertical{
    margin: 5px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: right;
    cursor: pointer;
}

.logo_vertical img{
    width: 40px;
    height: 40px;
}

.elements_bar_vertical{
    margin: 50px 0 50px 0;
}

.nav_vertical_bar{
    background-color: rgba(137, 137, 137, 0.4);
}

/* ----------------------------------------------------------------------- */

.img_accueil img{
    width: 100%;
    display: block;
}

/* ----------------------------------------------------------------------- */
.recherche_container{
    display: flex;
    justify-content: center;
    background-color: rgb(126, 126, 126);
}

.separation_degrade_moche .separa1{
    background: linear-gradient(to bottom, rgb(100,100,100), rgb(160, 160, 160));
    height: 25px;
}

.separation_degrade_moche .separa2{
    background: linear-gradient(to bottom, rgb(160, 160, 160), white);
    height: 25px;
}

.separation_haut_moche{
    background: linear-gradient(to bottom, rgb(0, 0, 0), rgb(100, 100, 100));
    height: 50px;
}

.recherche_container form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: 2px solid rgb(162, 47, 255);
    border-radius: 15px;
    width: max-content;
    overflow: hidden;
    margin: 50px 0 30px 0;
}

.recherche_container form input{         
    padding: 10px 10px 10px 20px;
    border-radius: 10px 0 0 10px;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 28px;
}

.recherche_container form button{
    padding: 10px;         
    margin: 0;
    border-radius: 0 10px 10px 0;
    border: none;
    overflow: hidden;
    background-color: white;
    cursor: pointer;
}

.recherche_container form button img{
    width: 50px;
    padding: 0 10px 0 0;
}

/* --------------------------------------------------------- */

.download_container{
    background-color: rgb(126, 126, 126);
    display: flex;
    flex-direction: column;
    margin: 0 0 0 0;
    padding: 10px 0 0 0;
}

.download_container .elements_download{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.download_container .elements_download .titre_download{
    display: flex;
    flex-direction: row;
}

.download_container .elements_download .titre_download p{
    margin: 24px 0 0 5px;
}

#para1{
    font-size: 24px;
    color: white;
}

#para2{
    margin: 28px 0 0 5px;
    font-size: 20px;
    color: rgb(255, 255, 255);
}

#desc1{
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin: 5px 0 0 2px;
}

#desc2{
    color: rgb(98, 98, 98);
    font-size: 16px;
}

.download_container .elements_download .description_download{
    margin: 0 0 0 5px;
}

.download_container .elements_download #img_download{
    border-radius: 10px;
    width: 55px;
    height: 72px;
    margin: 16px 5px 0 0;
}

.download_container button img{
    width: 23px;
    margin: 1px 0 0 0;
}

.download_container #download_jeu a{
    font-size: 20px;
    text-decoration: none;
    color: black;
    padding: 0 0 0 35px;
    font-weight: bold;
}

.bouton_bouton_bouton{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#download_jeu{
    height: 50px;
    width: max-content;
    padding: 10px 20px 40px 100px;
    margin: 10px 0 0 0;
    border: solid 2px rgb(162, 47, 255);
    border-radius: 10px;
}

#img_download_espace{
    padding: 0 0 0 100px;
}

/* --------------------------------------------------------- */

.presentation_container{
    display: flex;
    flex-direction: column;
    margin: 50px 50px 0 50px;
}

#download{
    background-color: black;
}

#title_presentation{
    text-align: center;
    text-decoration: underline;
    font-size: 20px;
    color: white;
}

#description_presentation{
    text-align: center;
    margin: 10px 0 60px 0;
    color: white;
}

/* --------------------------------------------------------- */

.support_container .questions_frequentes{
    margin: 0 30px 0 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#para_qf{
    font-size: 32px;
    font-weight: bold;
    padding: 25px 0 0 0;
}

.support_container .questions_frequentes .elements_questions{
    margin: 20px 30px 50px 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.question1{
    border: solid 2px black;
    margin: 5px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.elements_question1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: bold;
}

.question1 img{
    width: 30px;
    height: 17px;
    margin: 3px 0 0 10px;
    cursor: pointer;
}

.description_question1{
    display: none;
    margin: 5px 0 0 0;
    text-align: left;
}

.question2{
    border: solid 2px black;
    margin: 5px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.question2 img{
    width: 30px;
    height: 17px;
    margin: 3px 0 0 10px;
    cursor: pointer;
}

.elements_question2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: bold;
}

.description_question2{
    display: none;
    margin: 5px 0 0 0;
    text-align: left;
}

.question3{
    border: solid 2px black;
    margin: 5px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.question3 img{
    width: 30px;
    height: 17px;
    margin: 3px 0 0 10px;
    cursor: pointer;
}

.elements_question3{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: bold;
}

.description_question3{
    display: none;
    margin: 5px 0 0 0;
    text-align: left;
}

.question4{
    border: solid 2px black;
    margin: 5px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.question4 img{
    width: 30px;
    height: 17px;
    margin: 3px 0 0 10px;
    cursor: pointer;
}

.description_question4{
    display: none;
    margin: 5px 0 0 0;
    text-align: left;
}

.elements_question4{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: bold;
}

.question5{
    border: solid 2px black;
    margin: 5px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.question5 img{
    width: 30px;
    height: 17px;
    margin: 3px 0 0 10px;
    cursor: pointer;
}

.description_question5{
    display: none;
    margin: 5px 0 0 0;
    text-align: left;
}

.elements_question5{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: bold;
}

.question6{
    border: solid 2px black;
    margin: 5px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.question6 img{
    width: 30px;
    height: 17px;
    margin: 3px 0 0 10px;
    cursor: pointer;
}

.description_question6{
    display: none;
    margin: 5px 0 0 0;
    text-align: left;
}

.elements_question6{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: bold;
}

.support_container .questions_frequentes ul{
    margin: 15px;
    font-size: 18px;
}

#support1{
    font-size: 24px;
    text-align: center;
    margin: 0 0 10px 0;
    font-weight: bold;
}

#support2{
    font-size: 18px;
    text-align: center;
}

#support3{
    font-size: 18px;
    text-align: center;
}

#support3 a{
    color: black;
}

/* --------------------------------------------------------- */

#recherhe, #support{
    background-color: white;
}

/* --------------------------------------------------- */

footer{
    background: linear-gradient(to bottom, rgb(190, 113, 211), rgb(127, 76, 158)); 
    width: 100%;
}

.concubinage{
    text-align: center;
    display: flex;
    flex-direction: row;
}

footer .container_footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#logo_footer{
    width: 160px;
    padding-top: 10px;
}

footer #para3{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 8px;
}

footer .logo_footer{
    flex: 1; 
    text-align: center; 
    margin-top: 15px;
}

footer .centre_du_footer{
    flex: 1; 
    text-align: center; 
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 150px;
    margin-left: 150px;
}

footer #mail{
    color: rgb(0, 0, 0);
}
footer #mail1{
    color: rgb(0, 0, 0);
}

footer .fin_du_footer{
    flex: 1; 
    text-align: center; 
}

footer .fin_du_footer a img{
    width: 40px; 
    margin: 5px;
    padding-top: 35px;
}

footer nav{
    text-align: center;
}

footer nav ul{
    list-style-type: none; 
    padding: 0; 
    margin: 10px 0;
}

footer nav ul li{
    display: inline; 
    margin-right: 10px;
    color: rgb(0, 0, 0);

}

footer nav ul li a{
    color: rgb(0, 0, 0);
}

footer .copyright{
    color: rgb(0, 0, 0); 
    font-size: 16px; 
    text-align: center; 
    margin: 5px 0 0 0;
    padding-bottom: 10px;
}

/* --------------------------------------------------- */



@media screen and (max-width: 750px){
    .logo_nav{
        display: block;
    }
    .logo_nav:before{
        content: "\2630";
        color: white;
        font-size: 26px;
        font-weight: bold;
        margin: 0;
        padding: 5px;
        cursor: pointer;
    }
    .navigation_bar label{
        font-size: 26px;
        padding: 5px;
    }
    .elements_bar{
        display: none;
    }
    .elements_vertical_bar{
        display: none;
        flex-direction: column;
        text-align: center;
        color: black;
        padding: 0 0 45px 0;
    }
    .elements_vertical_bar li a{
        color: black;
    }
    .elements_vertical_bar li {
        color: black;
        padding: 10px;
        margin: 20px 0 20px 0;
        cursor: pointer;
    }
    .elements_vertical_bar li:hover {
        background-color: rgb(255, 255, 255, 0.4);
    }
    .support_container .questions_frequentes{
        margin: 0 0 0 30px;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .support_container .questions_frequentes .elements_questions{
        margin: 20px 30px 50px 30px;
        display: flex;
        flex-direction: column;
    }
    footer .container_footer{
        display: flex;
        flex-direction: column;
    }
    footer .concubinage{
        display: flex;
        flex-direction: column
    }
    footer .centre_du_footer{
        margin-bottom: none;
        margin-left: none;
        margin-right: none;
    }
    footer .fin_du_footer a img{
        padding-top: 1px;
        padding-bottom: 4px;
        padding-right: 3px;
        padding-left: 3px;
    }
}

@media screen and (min-width: 750px){
    footer .centre_du_footer{
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (min-width: 800px){
    .elements_bar li{
        margin: 0 10px 0 10px;
    }
}

@media screen and (min-width: 900px){
    .elements_bar li{
        margin: 0 15px 0 15px;
    }
    footer .centre_du_footer{
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media screen and (min-width: 1000px){
    .elements_bar li{
        margin: 0 20px 0 20px;
    }
    footer .centre_du_footer{
        margin-left: 100px;
        margin-right: 100px;
    }
}

