@import url('https://fonts.googleapis.com/css?family=Amiri|Quicksand');
/* --------------------------- Bordures  ------------------------------------- */

.turquoise{border: 1px solid aqua;}
.noir{border: 1px solid black;}
.bleu{border: 1px solid blue;}
.rose{border: 1px solid fuschia;}
.orange{border: 1px solid #ff9900;}
.vert{border: 1px solid green;}
.gris{border: 1px solid gray;}
.maron{border: 1px solid maroon;}
.olive{border: 1px solid olive;}
.violet{border: 1px solid purple;}
.rouge{border: 1px solid red;}
.blanc{border: 1px solid white;}
.jaune{border: 1px solid yellow;}
.bleu2{border: 1px solid teal;}
.argent{border: 1px solid #ffab02;}

/* --------------------------- Photos / Images ------------------------------------- */

.photos{
	border:2px solid white;
	
	-moz-border-radius: 0px;
	-ms-border-radius: 0px; 
	-o-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	border-radius:0px;  
	
	-moz-box-shadow: 0px 0px 1px #000; 
	-ms-box-shadow: 0px 0px 1px #000; 
	-o-box-shadow: 0px 0px 1px #000;
	-webkit-box-shadow: 0px 0px 1px #000; 
	box-shadow:0px 0px 1px #000;  
}

#kameleon a img.photos{
	-moz-transition: ease-in-out 0.3s;/*pour Firefox */
	-ms-transition: ease-in-out 0.3s;/*pour IE11 */
	-o-transition: ease-in-out 0.23s;/*pour Opera */
	-webkit-transition: ease-in-out 0.3s;/* pour Chrome et Safari */
	transition: ease-in-out 0.3s;/*version standardisÃƒÂ©e */
}

#kameleon a:hover img.photos{
	opacity: 0.8;
	/*transform: scale(1.1);*/
	border:2px solid black;
}


/* --------------------------- CONTENU ------------------------------------- */

#kameleon, .mce-content-body{
	font-family: 'Quicksand', sans-serif;
	font-size:17px;
	font-weight:normal;
	padding: 6px;
}

#kameleon a, .mce-content-body a, .contact_coord #info #mail{
    color: #000000;
    text-decoration: none;
    font-weight:bold;
}

#kameleon a:hover, .mce-content-body a:hover, .contact_coord #info #mail:hover{
    color: #cb4f02;
    text-decoration: none;
}

#kameleon ul,.mce-content-body ul{
	/*list-style-image:url('img/puce.png');*/
}

#kameleon li,.mce-content-body li{
	margin-bottom:3px;
	margin-top:3px;
}

#kameleon hr,.mce-content-body hr{
	background-color:#000;
	border:0px;
	height:1px;
}

h1, .mce-content-body h1, #kameleon h1{
	margin: 30px 0;
	color: #cb4f02;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
}

.contact_coord #info #raison{
	margin:10px 0;
	color: #cb4f02;
	font-size:27px;
	text-transform: uppercase;
	text-align: left;
}

h2, .mce-content-body h2, #kameleon h2{
	margin:10px 0;
	color:#000;
	font-size:27px;
	text-align: left;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 0px;
	border-left: 5px solid #cb4f02;
	padding-left: 20px;
}
#cms10  #kameleon h3{
	color: #00b9bd;
    border-left: 5px solid #00b9bd;
}

h3, .mce-content-body h3, #kameleon h3{
	margin:10px 0;
	color: #cb4f02;
	font-size:24px;
	text-align: left;
	border-left: 5px solid #cb4f02;
	text-transform: uppercase;
	padding-left: 20px;
	}


h4, .mce-content-body h4, #kameleon h4{
	margin: 10px 0;
		
	color:#cccccc;
	font-size:1em;
}


#cms3 h3{
	border-left:2px solid transparent;
}

/* --------------------------- PAGE CONTACT ------------------------------------- */
.contact_coord #info{
}

/* --------------------------- TABLEAUX ------------------------------------- */

@media (min-width: 320px) and (max-width: 767px){
  td { display: block;
    padding:5px;
    width: 100% !important;
  }

}
/* SMARTPHONES */
@media only screen and (min-width: 320px){	
table, tbody { width:100%  }
tr { display: table;
width: 100%;}
td {
   
}
h1, .mce-content-body h1, #kameleon h1{font-size: 25px;margin-top: 0;margin-bottom: 0;}
h2, .mce-content-body h2, #kameleon h2, .contact_coord #info #raison{
}
h3, .mce-content-body h3, #kameleon h3{
}



}

/* TABLETTES */
@media only screen and (min-width: 768px){
tr { display: table-row;}
td {display: table-cell;}
h1, .mce-content-body h1, #kameleon h1{
	font-size: 30px;
	margin: 30px 0;
}
h2, .mce-content-body h2, #kameleon h2, .contact_coord #info #raison{margin-bottom: 50px;margin-top: 40px;}
h3, .mce-content-body h3, #kameleon h3{
}

 

}

/* ORDINATEURS */
@media only screen and (min-width: 992px) {
tr { display: table-row;}
td { display: table-cell;}
h1, .mce-content-body h1, #kameleon h1{
	font-size: 40px;
}

}

@media only screen and (min-width: 1200px) {

}

@media only screen and (min-width: 1400px) {

}


@media only screen and (min-width: 1700px) {

}
