/* Attributs généraux */

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

.container{
	max-width: 1170px;
	-webkit-box-shadow: 0 0 10px 1px #000000;
	box-shadow: 0 0 10px 1px #000000;
}

.bgorange{
	background-color: #FF9933;
}

h1{
	font-family: 'Pacifico', cursive;
	color: #FFFFFF;
	text-shadow: 1px 1px 1.5px #000000;
	text-align: center;
	padding: 25px 0;
}

/*nav*/

.nav-link{
	color: #777777;
}

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


/*col 3*/

.bgwhite{
	background-color: rgba(255, 255, 255, 50%);
}

h2{
	font-family: 'Indie Flower', cursive;
	padding: 15px 0 5px 0;
}

.borderr{
	border-right: 2px dotted #777777;
}


/*footer*/

footer p{
	text-align: center;
	font-size: 12px;
	margin: 10px 0;
}

/*RESPONSIVE*/

@media screen and (max-width: 576px){
	.borderr{
		border-right: none;
		border-bottom: 2px dotted #777777;
	}
	
	
	
}




