.blue{
    background-color:#ddf6f6;
}

.modal {
    z-index: 1055;
}

.modal-backdrop {
    z-index: 1050;
}

.blue:hover{
    background-color:#CCCCCC;
}

.navbar-expand-lg{
    background-color:#4F7DE0;
}

.manger{
    display:none !important;
}

.me-auto{
    border-radius: 30px 60px 60px 0px !important;
}

.ms-auto{
    border-radius: 60px 30px 0px 60px !important;
    background-color:#BBEEFF;
}

li a{
    color:white;
}

li a:hover{
    color:#3B2F6B;
}
.documents{
    font-size:12.5px;
    color:white;
}

.documents:hover{
    color:#3B2F6B;
}

.div{
    padding: 50px;
}

.container{
    padding:50px;
}

main {
  flex: 1;
}

html {
    scroll-padding-top: 80px;
}


body{
    background-color:#ddf6f6;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;

}

h1{
    text-decoration:underline;
    font-weight:bold;
    padding-top:0px; 
    padding-bottom:20px;  
    color: #3B2F6B;
}

.geek{
    padding-left:62px;
}

h2{
    text-decoration:underline;
}

h1, h2, h3, li, p{
    color:#3B2F6B;
}

.charte a {
    text-decoration-color:#3B2F6B;
}

.charte li a{
    color:#3B2F6B;
}

.contact li{
    color:#3B2F6B;
}

.charte li a:hover{
    color:#888888;
}

.haut{
    text-decoration:none;
}

.haut:hover{
    color:white;
}

.plus{
    background-color:black !important;
    height:52px;
    border:none;
}

.plus:hover{
    background-color: #333333 !important;
}


.dropdown-menu{
    border: solid 1px black;
    background-color:#4F7DE0;
}

.padding-none{
    padding:none;
}

.dropdown-item{
    padding:none !important;
}

.blanc{
    color:white !important;
}

.blanc:hover{
    color:white !important;
}

.gras{
    font-weight:bold;
}

.black{
    color:#3B2F6B;
}

.black a{
    color:#3B2F6B;
}

.black p a:hover{
    color:#888888;
}

.black:hover{
    color:#888888;
}

.montant{
    max-width:450px;
    display:flex;
}

.taille{
    max-width: 430px;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 100, 0.3);
}

p a{
    color:#3B2F6B;
}

p a:hover{
    color:#888888;
}

.avec-haut{
    padding-right:200px;
}

.haut_de_page_petit{
    display:none;
}

.haut-petit {
      text-decoration: none;
      color: white;
}





.haut-petit:hover {
      text-decoration: none;
      color: white;
}



button a:hover{
    color:black;
}


.haut_de_page{
    position:fixed;
    width:100%;
    display:flex;
    justify-content:flex-end;
    padding-top: 25px;
    padding-right:25px;
    z-index: 999;
}




.btnheader{
    color:black;
    padding-top:none !important;
}

.btnheader2{
    color:black;
    padding:none !important;
}

.btnheader3{
    color:black;
    padding:none !important;
}

.btnheader4{
    color:black;
    padding:none !important;
}

.btn-noir{
    background-color:black !important;
}

.btn-noir:hover{
    background-color: #333333 !important;
}

button{
    height:42px !important;
    padding:none !important;
}

.dropdown-item{
    color:black !important;
}

.proposition a:hover{
    background-color: #5577C8 !important;
}

.valide {
    border: 2px solid green;
}

.invalide {
    border: 2px solid red;
}

.post{
    padding-right:100px !important;
    display: flex;
    flex-direction: column;
}

.modal-content{
    background-color:#ddf6f6
}

.accueil_commu_tournois,
.accueil_commu_tournois2,
.accueil_commu_tournois3,
.accueil_commu_tournois4 {
    background-color: #4F7DE0;
    border: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.accueil_commu_tournois:hover,
.accueil_commu_tournois2:hover,
.accueil_commu_tournois3:hover,
.accueil_commu_tournois4:hover {
    background-color: #5577C8;
}

/* Gestion thème sombre */

.sombre{
    background-color:#1a1a18 !important;
}

.sombre .pas_like {
    content: url('/images/pas_encore_like_b.png');
}

.inscription_s img {
    content: url('/images/Image_s.png');
}

.pop_up{
    background-color:#1A2234;
}

.titre_footer_s{
    color:#4B6A9B!important;
}

.profil_s{
    background-color:#1B3A6B !important;
}

.pop_up_head{
    background-color:#1B3A6B !important;
}

.clair{
    background-color:#ddf6f6 !important;
}

.cacher_bouton_sombre{
    display:none;
}

.cacher_bouton_clair{
    display:none;
}

.btn:hover{
    transform: translateY(-1px);
}

.publication{
    box-shadow: 0 2px 10px rgba(0, 0, 100, 0.2);
}

.publication_s{
    background-color :#1B3A6B !important;
}

div.publication_s{
    box-shadow: 0 2px 10px rgba(200, 200, 200, 0.2) !important;
}

div.publication_ss{
    background-color :#1A2234;
    box-shadow: 0 2px 10px rgba(200, 200, 200, 0.2) !important;
}

.badge_s{
    background-color :#DDDDDD !important;
    color:#1B3A6B;
}

.texte_sombre{
    color: #DDDDDD !important;
    text-decoration-color:#dddddd !important;
}


.btn-light a{
    color:black !important;
}

.btn-light{
    color:black !important;
}

.texte_clair{
    color: black !important;
    background-color: #dddddd !important;
}

.header_footer_sombre{
    background-color:#1A2234 !important;
}

.header_sombre_btn{
    background-color:#1B3A6B !important;
}

.header_sombre{
    background-color:#1B3A6B !important;
}

.header_sombre_btn:hover{
    background-color:#24436E !important;
}

.inscription_s{
    background-color:#1B3A6B !important;
}

.inscription_s label{
    color:#dddddd !important;
}

.inscription_s input{
    background-color:#DDDDDD !important;
}

.sans_soulignement{
    text-decoration:none;
    color:black;
}

.text_header_sombre{
    color:#dddddd !important;
}

.cacher_oeil{
    display:none;
}

.montrer_oeil{
    display:flex;
}

.cacher_like{
    display:none;
}

.montrer_like{
    display:block;
}

.image{
    display:block !important;
}

.cacher_image{
    display:none;
}

.input{
    display: flex;
    align-items: center;
    gap: 18px;
}

.compte_coeur{
    display: flex;
    align-items: center;
    gap:5px;
}

.oeil {
    cursor: pointer;
}



/* En fonction de la taille de l'écran */

@media (max-width:992px){
    .center{
        justify-content:center;
    }
    
    body {
        padding-top: 70px;
    }
}

@media (max-width:500px){
    .haut{
      display:none;
      text-decoration:none;
    }
    
    .haut_de_page{
        display:none;
    }
    
    .avec-haut{
        padding-right:50px;
    }
    
    .haut_de_page_petit{
        display:flex !important;
        top: 15px;
        transform: translateX(-50%);
        z-index:9999;
        position:fixed;
        width:100%;
        left:50%;
        justify-content:center;
    }
    
    button a{
        text-decoration:none;
    }
    
    a:hover{
        color:white;
    }
    
    input::placeholder,
    textarea::placeholder {
        color: transparent !important;
    }
    
    .haut-petit {
      text-decoration: none;
      color: white;
    }
    .haut-petit:hover {
      color: white;
    }
    
    .post{
    padding-right:50px !important;
    }
}

@media (max-width: 410px) {

    .navbar-expand-lg {
        height: auto;
        padding-bottom: 10px;
        flex-wrap: wrap;
    }

    .haut_de_page_petit {
        display: flex !important;
        position: static;
        transform: none;
        left: auto;
        width: 100%;
        justify-content: center;
        padding: 6px 0;
    }

    body {
        padding-top: 110px;
    }

    .petit {
        height: 60px !important;
    }
    
    html {
      scroll-padding-top: 150px !important;
    }

    
}

@media (max-width:315px){
    
    .haut_de_page_petit{
        display:none !important;
    }

}
