body
{
    background-color: #fefee0;
}

p, h1, label, h2,h4,h5,tr,td
{
    color:#696969;
}

input
{
    appearance: none;
    background: none;
}


/*#region Nav bar*/

.img_logo
{
    max-width: 100%;
    max-height: 100%;
}

.navbar
{
    background-color: #fefee0;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #fefee0;
}

.navbar-nav 
{
    margin-left: auto;
}

.navbar-toggler-icon
{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28127,208,134, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.nav-link
{
    /*On passe outre le code de la classe de Bootstrap*/
    color:		rgb(127,208,134) !important;
    margin: 0 6px;
}

.nav-link.active,
.nav-link:hover
{
    background-color: #fefee0;
    color:#696969 !important;
}

/*#endregion*/


.button
{       
    width: 50%;
    margin: 20px auto;
    font-weight: bold;
    color:		rgb(127,208,134);
    text-transform: uppercase;
    text-align:center;
    border: 1px solid #DCDCDC;
    padding: 10px 30px;
    
    /*On le centre par rapport au bloc*/
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius:20px;
    text-decoration: none;
    /*On ajoute une transition qui se fait en 300ms et un transition fluide
    transition: all 0.3s ease-in 0s;
    background:transparent;*/
}

.button:hover
 {  
   color:#696969;
   background-color:#fefee0;
 }

 

/*#region footer*/

footer
{
    padding: 20px 0 40px;
    text-align:center;
    margin-top:100px;
}

footer div
{
    margin-bottom: 30px;
}

footer a
{
    margin: 0;
    margin-right: 10px;
    color:		black !important;
    text-decoration: none !important;

}

footer a:hover
{
    color:#696969 !important;
}

.bi-facebook
{
    color:		blue !important;
    font-size: 30px;
}

.bi-instagram
{
    color:	blueviolet !important;
    font-size: 30px;
}

.bi-envelope
{
    color:		rgb(127,208,134) !important;
    font-size: 30px;
}

.logo_footer
{    
    margin: 0 !important;
    max-height : 50%;
    width : auto;
}

/*#endregion*/