html {
    margin: 0;
    min-height: 100%;
    width: 100%;
    background: radial-gradient(ellipse at top, #4D4032 ,rgba(0 0 0 / 100%) 80%) fixed;

    /* background: url(../img/background.png) no-repeat center fixed; */
}

body {
    background:none !important;
    min-height: 100vh; /* Cela assure que le conteneur principal prendra au moins toute la hauteur de la vue */
    position: relative;
    }

p {
    font-weight: 500;
}

p.hashtag {
    margin-bottom:32px; 
}

.avatar {
    margin:64px 0 16px;
    width:96px; 
}

.bande {
    background-color: white;
    width: 100%;
    font-weight: 500;
    text-decoration: none;
    border-radius: 7px;
    display: inline-block;
    padding: 17px 66px;
    margin-bottom: 16px;
    color:black;
}

.bande:hover {
    background:none;
    width: 100%;
    font-weight: 500;
    text-decoration: none;
    border-radius: 7px;
    display: inline-block;
    padding: 15px 66px;
    margin-bottom: 16px;
    color:white;
    border: solid 2px white;
}

.bande1 {
    background-color: #B88B50;
    width: 100%;
    font-weight: 500;
    text-decoration: none;
    border-radius: 7px;
    display: inline-block;
    padding: 17px 15px;
    margin-bottom: 16px;
    color:white;
}

.bande1:hover {
    background:none;
    width: 100%;
    font-weight: 500;
    text-decoration: none;
    border-radius: 7px;
    display: inline-block;
    padding: 15px;
    margin-bottom: 16px;
    color:white;
    border: solid 2px #B88B50;
    }

.blockicons{
    padding:16px 0 80px ;
}

.icons {
    margin-bottom: 12px;
    margin-left: 8px;
    margin-right: 8px;
    height:39px; 
    width:39px; 
}

.icons:hover {
    transform:scale(1.1, 1.1);  
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */ 
		
    /* line-height: 60px; /* Vertically center the text there */
    color:#4D4032;
    font-size: 80%;

    /* background-color: #f5f5f5; */
    
}


.lien {
    text-decoration: underline;
    color:#4D4032;
}

a.lien {
    color: #4D4032;
}

