/** page css concernant
*index.html
*contact.html
*atelier.html
*agenda.html
*/

/*** bandeau de navigation ***/

.nav{
	background-color : #3258a4;
	margin-top : 10px;
}


.nav-link active {
	color : white;
}

.nav-link{
	font-weight : bold;
	color : #f6b4b0; 
	font-size : 18px;	
}
.nav-link a{
    color: #f6b4b0;               /* Couleur du texte Rose */
    text-decoration: none;        /* Suppression du soulignement */
    
}

.active{
	color: #000002;
}

.nav a:hover{
 color: #ffffff;  
}



/*** corps ***/

.btn{
	margin-left: 25% ;
	margin-top : 10px;
	font-weight : ;
	color : white;
}

.btn a{
	color: white;               /* Couleur du texte*/
    text-decoration: none;        /* Suppression du soulignement */
    
}
.btn a:hover{
	color : #3258a4 ; /* Couleur du texte Bleu*/
	font-weight : bold;
}

.row{
	margin-bottom : 50px;
}


h1
{
	font-weight: bold;
	font-size: 25px;
    	color : #3258a4;
    	text-align : left;
	margin-top : 0px ;
		
}

h2
{
	font-weight: bold;
	font-size: 25px;
    	color : #3258a4;
    	text-align : center;
	margin-top : 20px ;
	margin-bottom : 10px;
		
}

span
{
	color : #3258a4;
    margin-top : 0px ;
	text-align : normal;
		
}

li{
	 list-style-type: none ;
}

.content ul
{
list-style-image : url("../img/puce.png");
list-style-position: inside;
}

/**** contact.html ***/
.form {
width : 800px;
height : 700px;
}
