@charset "utf-8";
/* CSS Document */

* {
	-webkit-font-smoothing: antialiased;
}
body {
	margin: 0 0 ;
	padding: 0;
	width: 100%;
	align-content: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	mso-line-height-rule: exactly;
}
		
.header{	
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    background: #b32d67;
    font-size: inherit;
    line-height: 1.444em;
    padding: 10px 0;
	text-align: center;
	}
		
img{
	padding: 20px;
}
		
#imgtete{
	background: url("Logo-FondBlanc-Web.jpg") no-repeat center center;
	position: relative;
	min-height: 30%;
	max-height: auto;
	width: 100%;
	z-index: 1;
}

.grostitre{
	text-align: center;	
	line-height: 45px;
	font-size: 35px;
	font-weight: bold;
}
		
.titre{
	position: relative;
	text-align: center;
	font-size: 300%;
	z-index: 10;
	padding: 200px 0;
	color: #fff;
	text-shadow: 0 0 5px #4e4e4e, 0 0 5px #4e4e4e, 0 0 5px #4e4e4e;
}
				
p, .texte{
	margin-bottom: 15px;
	line-height: 30px;
	text-align: center;
	font-size: inherit;
	font-family: inherit;
	color: #1c1c1c;
}

h1 {
	font-size: 300%;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: center;
	color: #4e4f41;
}
		
h2 {
	text-align: center;
	font-size: 22px;
	margin-top: 35px;
	margin-bottom: 8px;
	padding: 10px;
	color: #e52d29;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
}
		
ul, li{
	line-height: 30px;
	margin-bottom: 25px;
}

		
@media only screen and (max-device-width: 480px) {
	.contenu{
		text-align: left;
		padding: 0 5%;
	}
	
	.centre{
		line-height: 70px!important;
	}
	
	ul, li{
	line-height: 50px!important;
	margin-bottom: 35px!important;
	}
	
	.colg{
		width: 100%!important;
	}

	.cold{
    	width: 100%!important;
	}
}
	