
    body {
    	font-family: 'Fira sans', sans-serif;font-size:19px; color:#000;line-height:1.2; margin-top:0; margin-left:0; margin-right:0; margin-bottom:0;
		background:#fff;
		min-height: 100vh;
	}
	a {color:#ffffff;text-decoration: none;font-weight: bold;}


	.bandeau-attente-logo {
		background: #fff;
    	text-align: center;padding:30px 20px 30px 20px;
    	position: relative;
	}

	.bandeau-top {
		background-color: #fff;
		position: relative;
		text-align: center;
		padding:40px 20px;
	}


	.overlay {background-color: rgb(242,153,147,0.6);width: 100%;height: 100%;}
	.logo {margin:auto;}


	.bandeau-attente-logo:after {
		content: '';
		width: 100%;
		border-bottom: solid 6px #fff;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
    }

	.wrapper-contenu {
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #65282d;
		padding-bottom:60px;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#65282d+28,ad1d2c+50,65282d+64 */
		background: linear-gradient(164deg,  #65282d 24%,#ad1d2c 50%,#65282d 72%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


	}
/*	.bandeau-attente-logo strong {color: #fff;font-size: 40px;text-transform: uppercase;
		line-height: 1.2;text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);}
	.logo {padding: 20px 10px 0px 10px;}*/
	img {max-width: 100%;height: auto;}
	.reseaux {padding-top:5px;}
	.attente-activites strong {font-size:30px;font-weight: normal;text-transform: uppercase;}

	.wrapper-message {background-color: #F29993;border-top: 6px solid #fff;}
	.boxed-message {max-width: 1380px;margin: auto;text-align: center;color: #fff;font-size: 19px;padding: 30px 20px 20px 20px;}

.contenu {text-align: center;}

.titre {padding: 0 20px;margin: 0 auto 8px auto;padding-top:60px;}

.coordonnees {line-height: 1.1; padding-top:8px;}

div.coordonnees.pin::before {
	content: '';
	background: url(pin.svg) no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
	margin-bottom: 2px;
}
div.coordonnees.tel::before {
	content: '';
	background: url(telephone.svg) no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
	margin-bottom: 2px;
}
div.coordonnees.mail::before {
	content: '';
	background: url(mail.svg) no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
	margin-bottom: 2px;
}

.qualibat {margin-bottom: 60px;}

.realisation {
	font-size: 19px;
	font-weight: 400;
	padding-bottom: 30px;
	padding-top: 30px;

}
.realisation a {color: #e3000f;}
.realisation a img {filter: none;}
	/*
	.coordonnees {max-width: 1080px;margin:auto;text-align: center;color:#fff;}
	.coordonnees strong {font-size: 24px;text-transform: uppercase;}*/

    .footer-reseaux {margin:10px auto; max-width: 200px; text-align: center;}

div.presentation {
	font-size: 17px;
    font-weight: 400;
    text-align: left;
    max-width: 1380px;
    margin: auto;
	padding:20px;}



