body{
	background: url(images/bg1.jpg) no-repeat;
	max-width: 100%;
	background-size: cover;
	color: black;
	font-size: 14px;
	font-family: 'quicksandlight';
	border-radius: 3em;
	text-align: justify;
}

.container{
	max-width: 900px;
	margin: auto;
	box-shadow: 0 0 10px 1px #000000;
}
.container_white{
	background-color: rgba(255, 255, 255, 50%);
}

h1{
	font-family: 'courgetteregular';
	font-size: 30px;
	color: white;
	text-align: center;
	padding: 3% 0 2% 0;
	text-shadow: 1px 1px 1.5px #000000;
}

	h2{
		font-family: 'courgetteregular';
		font-size: 20px;
		margin: auto;
		padding: 3%;
		text-align: left;
	}

		p{
			padding: 3%;
		}

.fond_orange{
	background: orange;
}



	nav a{
		text-decoration: none;
		color: black;
		display: block;
		float: left;
		padding: 1% 3% 1% 2%;
		text-decoration: none;
		color: black;
		font-weight: bold;
	}

	nav a:hover{
		color: white;
	}

		#disabled{
			padding: 1% 3% 1% 2%;
			font-weight: bold;
		}

.col-4 h2{
	 padding: 5% ;
}

	.col-4 p{
	 padding: 0 5% 3% 5% ;
}

.border_left{
	border-left: dotted 1px black;
	padding: 3%;
}

footer{
	height: 30px;
}
footer p{
	text-align: center;
	padding-top: 5px;

}

@media only screen and (min-width: 480px){
	.col-4{
		display: none;
		float: left;
	}
}