

h1{color:red !important;}
.white{color:#fff !important;}


.email-container {
    max-width: 600px;
    background: #ffffff;
    margin: 40px auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/*footer {*/
/*    color: white;*/
/*    display: flex;*/


/*    width:100%;*/
/*    height:300px;   !* Height of the footer *!*/
/*    background: #911111;*/
/*}*/
/*.footer_content {*/
/*    color: white;*/
/*    margin: auto;*/
/*    text-align: left !important;*/


/*}*/
/*.container2 {*/
/*    width: auto;*/
/*    max-width: 680px;*/
/*    padding: 0 15px;*/
/*}*/
main {
    flex: 1;
}
footer{
    background-color: #a81503;
    padding:45px 0px;
    display: flex;
    margin-top: 0 !important;


}

footer ul li{
    padding:5px 0px;
    color:#FFF;
}

.adress span , .contact span , .social span{
    color: #FFF;
    font-weight: 800;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 3px;
}

.adress li p , .contact li a , .social li a{
    color:#FFF;
    letter-spacing: 2px;
    text-decoration:none;
    font-size:15px;
}

.social li{
    float:left;
}

.adress , .contact , .social {
    list-style: none;
}

.fa{
    color:#9c9c9c;
    margin-right: 15px;
    font-size:14px;
}

.post_img{
    text-align: center;
    margin-bottom: 25px;

}
.card_marge{margin-bottom:15px;}
.majuscule{
    font-weight: bold;
    text-transform: uppercase;
}

#copyright {
        float: left;
        text-align: center;
        align-content: center;
        height: 40px;
        color: rgba(255, 255, 255, 0.66);
        background-color: #9e0202;
    }
#copyright a {
    color: #ffffff96;
    text-decoration:none;
}
#copyright a:hover {
    color: #fff;
    text-decoration:none;
}
#myImageProfile{
    height: 20px;
    width: 20%;
    border-radius: 50%;
}
.imageprofil {

    width: 40px;
    height: 40px;


}
#marginheader{
    margin-bottom: 40px;
}
.margin_top25{
    margin-top: 25px;
}
.margin_bottom25{
    margin-bottom: 25px;
}

#navbarNavHome a.nav-link.active {
    color: yellow !important;
}

#navbarNavHome a.nav-link:hover {
    color: white !important;
}
#navbarNavHome a.nav-link {
    color: rgba(255, 255, 255, 0.76) !important;
}
.eye-icon {
    font-size: 24px; /* Or any other size */
}