
    body {
    	font-family: 'Fira sans', sans-serif;font-size:18px; color:#000;line-height:1.2; margin-top:0; margin-left:0; margin-right:0; margin-bottom:0;
		background:#2a4946;
		min-height: 100vh;
		background:#fff;
	}
	a {color:#2a4946;text-decoration: none;font-weight: bold;}

	h2 {
		font-size: 17px;
		text-transform: uppercase;
	}
	.bandeau-attente-logo {
		background: #2a4946;
    	text-align: center;padding:30px 20px 30px 20px;
    	position: relative;
	}

	.bandeau-top {
		background-color: #2a4946;
		position: relative;
		text-align: center;
		padding:30px 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: #000;
		display: flex;
		justify-content: center;
		align-items: center;
	}
/*	.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;
	width: 1000px;
}

.text {padding: 0px 20px ;margin: 20px auto 8px auto;}
.titre {padding: 30px 20px 0px;margin: 0 auto;}

.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 a::before {
	content: '';
	background: url(telephone.svg) no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 2px;
	
}
div.coordonnees.insta a::before {
	content: '';
	background: url(instagram.svg) no-repeat;
	width: 19px;
	height: 19px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 2px;
	
}

div.coordonnees.mob a::before {
	content: '';
	background: url(mobile.svg) no-repeat;
	width: 24px;
    height: 22px;
    background-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 2px;
	
}
div.coordonnees.mail::before {
	content: '';
	background: url(mail.svg) no-repeat;
    width: 16px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 2px;
    background-size: 16px auto;
}

a::before {filter: brightness(-100);}

.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;}


@media (max-width:400px) {
	.boxed-message {font-size: 17px}
	.coordonnees strong {font-size: 20px;}
	.coordonnees {font-size: 17px;}
}



@media (max-width: 600px){
		div.logo img {width: 300px;height:auto;min-width: 300px;}
}
@media (max-width: 360px){
	div.logo img {min-width: 240px;}
		.coordonnees{font-size: 16px;}
	ul li {font-size: 16px;margin-bottom: 1px;}
}


.clicknboat, .resa {
	margin: 20px auto;
}

.clicknboat a, .resa a {
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 0px;
	transition: all .2s cubic-bezier(.22, .61, .36, 1);
}

.clicknboat a span, .resa a span {
	border-radius: 25px;
	border: 0;
	max-width: 320px;
	box-shadow: rgba(0,0,0,.1) 0 3px 6px 0;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inherit;
	font-size: 18px;
	font-weight: 700;
	padding: 8px 12px;
	position: relative;
	text-align: center;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	vertical-align: baseline;
	
  }  
.clicknboat a span {
	background-color: #DD4D93;
  }  
.resa a span {
	background-color: #2a4946;
	text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 2px;
  }  

  .clicknboat a:hover, .resa a:hover {
	padding-top:0px;
	padding-bottom: 3px;
  }

.clicknboat:hover a span {
  background-color: #97285e;
  box-shadow: rgba(0,0,0,.2) 0 3px 6px 0;
}
.resa:hover a span {
  background-color: #3e6763;
  box-shadow: rgba(0,0,0,.2) 0 3px 6px 0;
}

.clicknboat a span::after, .resa a span::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background: url(arrow-link.svg) center center;
    background-size: contain;
    vertical-align: -3px;
}
.resa a span::after {
filter:drop-shadow(rgba(0, 0, 0, 0.3) 1px 1px 2px);
}

@media (min-width: 768px) {
  .button-66 {
    padding: 16px 44px;
    min-width: 150px;
  }
}
div.wrapper-info-lesvoiles {
background-color: #2a4946;
margin:20px;
    padding: 0px 20px 15px;
    border-radius: 10px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}



.info-lesvoiles ul.puce li {
	text-align: left;
	padding-left: 0px;
	margin-bottom: 6px;
}

.info-lesvoiles ul.puce {
	margin:10px auto;
	padding-left:15px;
}


.info-lesvoiles {
    margin: 8px auto 20px;
	padding-top:15px;
	text-align:left;
	display: flex;
	flex-wrap:wrap;
	color:#fff;
}


.col {
	vertical-align:top;
	flex: 33.333%;
	/*min-width: 0;  Fix for overflow issues*/ 
	padding: 4px;
	box-sizing: border-box
}

.options {text-align: center;}

.liste {margin:auto;max-width: 200px;}

@media (max-width: 800px) {
	.col {
	  flex: 50%;
	}
	.liste {margin:0px auto; max-width:none;}
  }

@media (max-width: 550px) {
	.col {
	  flex: 100%;
	}
	.liste {max-width: 200px;}
	
  }


/* 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 {
	margin-bottom: 40px;
}



.encours {
	margin-top: 30px;
	font-size: 20px;
	font-weight: 700;
}