
    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:#325442;
		min-height: 100vh;
	}
	a {color:#325442;text-decoration: none;font-weight: bold;}


	.titre em {font-style:normal;font-size:22px;}

	.bandeau-attente-logo {
		background: #325442;
    	text-align: center;padding:30px 20px 30px 20px;
    	position: relative;
	}

	.bandeau-top {
		background-color: #325442;
		position: relative;
		text-align: center;
		padding:30px 20px;
		border-bottom: 1px solid #fcf8eb;
	}


	.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 {
		border-top: 5px solid #acd895;
		border-bottom: 5px solid #acd895;
		color: #000;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #fcf8eb;
		padding-bottom:60px;



	}





	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: 40px 20px 0px;margin: 0 auto 8px auto;}
.activites {
	padding: 20px 20px 25px 20px;
	font-style:italic;
	font-size: 17px;
    line-height: 1.4;
}
.coordonnees {line-height: 1.1; padding-top:8px;}


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;
}

div.coordonnees.mail, div.coordonnees.tel {margin-top:10px;}

.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;}


.agreement {text-align: center;padding-top:15px;}


/* isotope */

.isotope-grid-item { width: 25%; }


@media (max-width:1200px) {
    .isotope-grid-item { width: 33.33%; }
}



@media (max-width:900px) {
    .isotope-grid-item { width: 50%; }
}

@media (max-width:520px) {
    .isotope-grid-item { width: 100%; }
}

.isotope-filter {margin-bottom: 30px;}
.isotope-filter a {position: relative;cursor: pointer;text-transform: uppercase;display: inline-block;padding:4px 20px;}

.isotope-filter a.active {color:#b87d2a;}

.isotope-filter a.active:after {    position: absolute;
    content:" ";
    display: block;
    height:3px;
    background-color: #b87d2a;
    width:100%;
    left:50%;
    transform: translateX(-50%);
    margin:auto;
    margin-top:10px;
}

.pix-masonry-photo {
    padding: 10px;
    text-align: center;
}
.pix-masonry-photo img {box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);}

.wrapper-galerie-attente {
	background-color: #325442;
	margin-bottom: 40px;
}



