@import url('https://fonts.googleapis.com/css?family=Mansalva|Merriweather&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css?family=Permanent+Marker&display=swap');
@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css?family=Kreon&display=swap');


header{
    background: url("img/page_accueil_A.JPG") no-repeat center center;
    background-size: cover;
}



a:hover{
    background-color: rgba(126, 126, 126, 0.5);
    text-decoration: none;
}


html, body{
    width: 100%;
    height: 100%
}

header{

    width: 100%;
    height: 88%;


}

.color{
    background-color: rgba(255, 255, 255, 0.85);
    height: 100px;
    
}

.rs{
    height: 40px;
    width: 40px;
    margin: 10px;
    
}


a{
    margin: 10px;
}

.Anarchy{
    color: white;
    text-shadow: black 1px 15px 20px;
}

.p-title{
    text-align: center;
    margin-top: 25vh;
    font-family: Anton

}


.p-logo{
    width: 80px;
    height: 80px;
}


.title-index{
    font-family: Anton;
    font-size: 3em;
}



.p-footer{
    font-family: Merriweather;
    margin-top: 19vh

}

.p-title-index{
    color: red;
}


.p-ici{
    color: yellow;
}


.navbar-section a:hover{
    transition: .5s;
    border: 6px solid #bdc3c7;
}


.p-compteur{
    margin-top: 3vh

}

.p-info{
    font-family: Kreon;
    margin-top: 4vh;
}



#promptCompat{ 
    display: none; 
} 
#promptCompat.no_dialog{ 
    box-shadow: 0 0 5px 2px red; 
    padding: 10px; 
    display: block; 
    text-align: center; 
    font-weight: bold; 
} 
.boutons{ 
    padding: 10px; 
} 
dialog{ 
    border-radius: 10px; 
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); 
} 
dialog::backdrop{ 
    background-color: rgba(0, 0, 0, 0.6); 
}

.p-underline{
    text-decoration: underline;
}