body {
	background: url("../images/pattern.png") repeat;
	font-size: 1.4em; /* currently ems cause chrome bug misinterpreting rems on body element */
    line-height: 1.4;
    font-weight: 400;
}
html {
  font-size: 62.5%;}

/*-----------------------GENERAL-----------------------*/
a{
	text-decoration: none;
}

*{
	font-family: 'Lato', sans-serif;
}

h1,h2,h3,h4,h5{
	font-family: 'Quicksand', sans-serif !important;
	font-weight: bold !important;
	margin: 0 !important;
}

h2{
	font-size: 1.6em !important;/*20px*/
}
#pbsm {display:none;}
audio{
	width: 100%;
}

.audiotitle {
	line-height: 1.3;
	/*font-weight: bold;*/
}

.audiomusictitle{
	font-size: 0.9em;
}

/* Utility Classes
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Make element full width */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
/* Make sure elements don't run outside containers (great for images in colonn) */  
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;}
/* Float either direction */
.u-pull-right {
  float: right;margin-left: 1.5rem;margin-bottom:.2rem; }
.u-pull-left {
  float: left;margin-right: 1.5rem;margin-bottom:.2rem; }


/*----------------animations----------------*/

@keyframes bounce {
}

/*----------------boutons----------------*/

.bouton{
	padding: 0.5em 1em;
	background: #F6BC1F; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#F9D441, #ED8E24); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F9D441, #ED8E24); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F9D441, #ED8E24); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#F9D441, #ED8E24); /* Standard syntax */
	
	/*background: -webkit-linear-gradient(left, #F9D441, #ED8E24); 
    background: -o-linear-gradient(right, #F9D441, #ED8E24); 
    background: -moz-linear-gradient(right, #F9D441, #ED8E24); 
    background: linear-gradient(right, #F9D441, #ED8E24); */
	
    display: inline-block;
    border-radius: 0.5em;
    color: black !important;
    font-family: 'Kaushan Script', cursive !important;
	cursor: pointer;
	margin-top: 0.5em;/*1*/
	text-decoration: none;
	font-size: 18px;
}

.bouton:hover{
	background: #FF9A28; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#FF9A28, #E86412); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FF9A28, #E86412); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FF9A28, #E86412); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FF9A28, #E86412); /* Standard syntax */
    text-decoration: none;
    -webkit-transition: all 0.5s; /* For Safari 3.0.5 to 6.0 */
    transition: all 0.5s;
}

.bouton-bleu{
	padding: 0.5em 1em;
    display: inline-block;
    border-radius: 0.5em;
    color: black !important;
    font-family: 'Kaushan Script', cursive !important;
	/*font-weight: bold !important;*/
	cursor: pointer;
	margin-top: 0.5em;
	background: #2AA0F8;
	font-size: 18px;
}
.bouton-bleu:hover{
	background: #67CDFD;
	text-decoration: none;
}

.bouton-retour{
	cursor: pointer;
	margin-top: 0.5em;
	color: white;
	position: absolute;
	text-decoration: none;
	z-index: 10;
	padding: 1em;
}
.bouton-retour:hover{
	background: #2AA0F8;
	cursor: pointer;
	text-decoration: none;
	color: white;
}
/*----------------modale contact et devis----------------*/

.modal-header{
	border-radius: 0.5em 0.5em 0 0;
	background: #F6BC1F; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#F9D441, #ED8E24); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F9D441, #ED8E24); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F9D441, #ED8E24); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F9D441, #ED8E24); /* Standard syntax */
    text-align: center;
}
.modal-body{
	text-align: center;
	padding: 3em !important;
}
.modal-equipe{
	width: 62%;
	margin: 0 auto;
	padding-top: 5px;
}
.modal-equipe img{
	float: left;
}

@media (max-width: 600px){
	.modal-equipe{ display:none; }
}

.modal-body p{
	font-size: 23px;
}

/*-----------------------PAGE ACCUEIL-----------------------*/


/*----------------header top----------------*/
.bloc-contact{
	position: fixed;
	background: #F6BC1F; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#F9D441, #ED8E24); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F9D441, #ED8E24); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F9D441, #ED8E24); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F9D441, #ED8E24); /* Standard syntax */
	right: -1em;
	bottom: 1em;
	margin-top: 4em;
	padding: 0.9em 2em;
	color: black;
	z-index: 200;
}
.bloc-contact:before{
	content: "";
	position: absolute;
	top: -4px;
	left: -35px;
	width: 60px;
	height: 60px;
	background-image: url("../images/eric-miller.png");
	background-size: contain;
}

@media (max-width: 600px){
	.bloc-contact{
		bottom: 0;
		margin: 0;
		width: 100%;
		padding: 1em 2em;
		text-align: center;
		border-radius: 0;
		right: 0;
	}
	.bloc-contact:before{
		display: none;
	}
}

/*----------------header top----------------*/
.header-top{
	background: #2AA0F8;
}

.logo-wrapper img{
	padding: 1.5em;
}

.navbar-toggle .icon-bar {
    height: 4px !important;
    border-radius: 4px !important;
    background: #2AA0F8 !important;
 }

.header-top .social,
.header-top .langages{
	margin-top: 15px;
}

.header-top .social img{
	width: 35px;
}

.header-top .langages img{
	width: 45px;
	padding: 5px;
}

.header-top .social img:hover,
.header-top .langages img:hover{
	filter:brightness(120%);
}

@media (max-width: 600px){
	.header-top{
		
	}

	.header-top .langages,
	.header-top .social{
		position: absolute;
		top: 0;
		z-index: 10;
	}

	.header-top .social{
		right: 0;
	}

	.header-top .logo-wrapper img{
		width: 100%;
		margin-top: 60px;
		padding: 1em 0 2em 0;
	}

}

/*----------------header image----------------*/
.header-img{
	background: url("../images/background-image.jpg");
	background-size: cover;
	background-position: bottom;
	overflow: hidden;
	border-bottom: solid 4px #2AA0F8;
}

.header-img .quote{
	text-align: center;
	color: white;
	padding-bottom: 2em;/*3*/
}

.header-img .quote h1{
	font-size: 22px;
	padding: .5em;
	line-height: 1.5;/*gv*/
}

/*----------------footer----------------*/

footer{
	margin-top: 1.5em;
}

.footer-top{
	background: #2AA0F8;
	padding: 1em 1.5em 1em 1em;
	color:#000; /*gv*/
}
.footer-top h3{
	font-size: 15px;
}
.footer-top p{
	font-size: 1em;/*12px*/
}

.footer-top-left{
	background: #8AC5ED;
	padding: 1.2em;
	margin-right: 1.5em; /*gv*/
	color:#000; /*gv*/
}

.footer-bottom{
	background: black;
	padding: 1em;
	color:#FFF; /*gv*/
}

/*----------------menu----------------*/

nav{
	border: 0px !important;
}

.nav{
	width: 400px;
	margin: 0 auto !important;
	float: none !important;
	/*-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;*/
}

@media (max-width: 760px) { 
	.nav{
		width: auto !important;
	}
	.nav li{
		width: 100% !important;
	}
	.nav li a{
		height: auto !important;
	}
	.nav li a img{
		float: left;
	}
}

.nav li{
	width: 120px;
	text-align: center;
	vertical-align: middle;
}

.nav li a{
	color: white !important;
	height: 100px;
}

.nav li a:hover,
.nav li a:active,
.nav li a:focus{
	background: #2AA0F8 !important;
}

.nav li a img{
	clear: both;
}

.nav li a:hover img{
	width: 40px;
	transition: all ease 1s;
}

.navbar-toggle .icon-bar{
	background: black;
}

/*----------------Content----------------*/

@media (min-width: 600px) { 
	content .container{
		padding: 0 6em;
	}
}

.bloc-accueil-wrapper {
	margin: 1.5em 0 0 0;
	font-size: 1.1em;/*gv*/
}
.bloc-accueil {
	background: white;
	padding: .5em .5em 1em .5em;/*1*/
}
.bloc-accueil h2{
	color: #2AA0F8;
	border-bottom: #2AA0F8 solid 2px;
	padding: 0.5em 0;
	display: inline-block;
}
.bloc-accueil h2 img{
	margin-right: .5em;/*1*/
}
.bloc-accueil p{
	padding: 0.5em;/*1*/
}
.bloc-audio{
	background:#514E4F;
	padding: 1em;
	margin: 0;/*1em ou 0 .5em*/
	color: #CBCACB;
	text-align: justify;
	font-weight: 100;
	font-size: .9em;/*gv*/
}
.bloc-audio audio{
	width: 100%;
}

.bloc-presentation-wrapper{
	margin: 1.5em 0 0 0;/*2*/
}
.bloc-presentation{
	background: #E0E0E0;
	padding: 1em 1.5em;
	text-align: justify;
	-moz-text-align-last: center;
    text-align-last: center;
    font-size: 1.1em;
}

@media (max-width: 600px){
.bloc-presentation{
		background: #E0E0E0;
		padding: 1em;}
}
/*gv blocs index*/
@media (min-width: 550px) {
.hautmin  {min-height: 180px;}
.hautmin2  {min-height: 300px;}
.hautmin3  {min-height: 250px;}
}
/* fin gv*/

.bloc-actus-wrapper {
	margin: 1.5em 0 0 0;/*2*/
	font-size: 1.1em; /*GV*/
}
.bloc-actus {
	background: white;
	padding: 1em;
	color: #2AA0F8;
}

.bloc-devis-wrapper{
	margin: 1.5em 0 0 0;/*2*/
}
.bloc-devis{
	background: #F6BC1F; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#F9D441, #ED8E24); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F9D441, #ED8E24); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F9D441, #ED8E24); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F9D441, #ED8E24); /* Standard syntax */
	padding: 1em;
	font-size: 1em; /*GV*/
	text-align:center;
}
.bloc-devis .bouton{
	background: white;
}
.bloc-devis .bouton:hover{
	background: #FC3;
}

/*tarif*/
.tarif{
	/*position: absolute;
	bottom: 20px;
	right: 10px;*/
	color: #2AA0F8;
	padding: 0.8em;
	font-weight: bold;
}

/*-------------------Pages----------------------*/

.page{
	background: #FFF; 
	padding-top: 1em !important;
	padding-bottom: 1em !important;
}

.page h1{
	color: #2AA0F8;
	border-bottom: #2AA0F8 solid 4px;
	padding: 0.5em 0;
	margin-bottom: 1.5em !important;
	font-size: 27px;
	display: inline-block; 
}

.bloc-text{
	padding: .5em;/*1*/
	margin: .5em;/*1*/
	text-align: justify;
	font-size: 1.1em; /*GV*/
}
.text{/* gv*/
	text-align: justify;
	font-size: 1.1em;
}
.bloc-text span{
	color: #2AA0F8;
}

.bloc-listing{
	background: white;
	padding: 1em;
	margin: 1em;
	font-size: 1em;
}

.page .bloc-listing ul {
    /*list-style-image: url('../images/check.png');*/
	padding-left:0;
    margin-top: 1rem;
}

.page .bloc-listing li {
 list-style-type: none;
 background-image: url('../images/puce.png');
 background-repeat: no-repeat;
 background-position: 0 6px;
 padding-left: 25px;
 margin-bottom: .5em;
}

.page .bloc-bleu{
	background: #2AA0F8;
	padding: 1em;
	margin: 1em;
}
.bloc-bleu h2{
	color: white;
}

.bloc-gris{
	background: #E0E0E0;
	margin: 1em;
	padding: 1em;
    font-size:1em;/*16px*/
}

.page-bloc-actus{
	background: #E0E0E0;
	margin: 1em;
	padding: 1em;
    font-size: 16px;
    border-top: solid 4px #2AA0F8;
}

.bloc-blanc{
	background: white;
	padding: 1em;
}

.blue-text{
	color: #2AA0F8;
	font-weight: bold;
}

/*------------------page Devis--------------------------*/

.message_error{
	position: fixed;
	bottom: 2em;
	left: 2em;
	padding: 2em;
	background: white;
	color: red;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	z-index: 200;
	font-size: 1.3em;
}

textarea,
input[type="text"] {
	width: 100%;
	margin-bottom: 1em;
	border: none;
}

.bouton-submit{
	width: 200px;
	font-size: 1.2em;
	border: none;
}



/*confirm send*/
.confirm{
	font-size: 1.2em;
	color: green;
	text-align: center;
	padding: 2em;
}