/* 
    Created on : 18 mars 2023, 19:05:16
    Author     : Dominique SAUVIGNON */

footer{
    width:100%;
    text-align: center;
    font-weight: bold;
    color: blue;
}

.myColor{
    color:#77216F;
}
h1, h2, h3{
    /*color:#77216F;   */
    color:#1E90FF;
    font-weight: bold;
}

nav{
    background-color: lightskyblue;
    border-radius:      15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px; 
}

#slogan
{
    /* position:absolute; */
     width:50%; 
    /* float: left; */
    /*background-color:   #974c87; */
    background-color: #1E90FF;
    text-align:         center;
    font-size:          38pt;
    text-decoration:    none;
    font-style:         italic;
   /* color:              #249BF6; */
    /*color:  #77216F; */
    color:#1E90FF;

    font-weight:        bold;
    
    border-top	:	medium solid	#eb9172;
    border-bottom:	medium solid	#eb9172;
    border-left: 	medium solid	#eb9172;
    border-right:	medium solid	#eb9172; 
    
    border-radius:      15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px; 
}

.photo{
    border-radius:      15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px; 
    float:left;
   /* border:   medium solid #3333ff;*/
    border: medium solid #E95420;
}

.navbar-mave{
    background-color: #974c87;
}

.display{
    border-top	:	medium solid	#772953;
    border-bottom:	medium solid	#772953;
    border-left: 	medium solid	#772953;
    border-right:	medium solid	#772953;
    
    border-radius:      15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px; 

}

.titre-poeme{
    font-weight: bold;
}


.navbar-dark{
    /*background-color: #77216F;*/
    background-color: #1E90FF;
}

.nav-link{
    border-radius:30px;
}

/* for the undermenu */
.bg-Dom{
     /*background-color: #77216F; */
    background-color: #1E90FF;
}

/* pour les liens */

a:hover{
    /*background-color: #77216F; */
    background-color: #1E90FF;
}

.nav-link:hover{
    background-color: #E95420;
}

.navlink.active{
    /*background-color: #77216F; */
    background-color: #E95420;
}

.bg-Dom.active{
    /*background-color: #772953;*/
    background-color: #E95420;
}

.active{
    /* background-color: #772953 */
    background-color: #E95420;
}

.navbar-brand{
    background-color: #1E90FF;
}