body {
	background: url("img/bg1.jpg");
	background-size: cover;
}


/*...permet de changer de couleur du burger...................*/
.navbar-toggler-icon { 
    background-image: url( 
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
} 

.container{
	max-width: 1170px;
}

h1 {
	padding: 62px;
	margin: 0px;
	text-align: center;
	font-family: 'Pacifico', cursive;
	color: #ffffff;
	text-shadow: 2px 2px 4px #000000; /*...css3 generator pour générer l'ombre du texte...................*/
}
h2{
	font-family: 'Shadows Into Light', cursive;
}

.img{
	text-align: center;
	max-width: 100%;
	height: auto;
}
.bgOrange{
	background: #ff9933;
}
.bgTransparent{
	background:rgba(255,255,255,0.2); 
}

.bordure{
	border-right: 1px dotted #000000;
}
 .footer{
	text-align: center;
	 padding-top: 10px;
}

/*...annonce la présence d'un médiacreary...................*/
@media screen and (max-width:576px){ 
	
	h1{
		font-size: 24px;
	}
	
	.bordure {
		border-right: none;
		border-bottom: 1px dotted black;
	}
}


