/* --------------------------- Accordeons ------------------------------------- */

#kameleon h2.accordion, #kameleon h3.accordion, #kameleon h4.accordion {
	/*border-bottom:1px #6c5f40 solid;
	background-color: rgba(16,18,40,0.5);
	padding:5px 8px;
	padding-bottom:10px;
	margin-bottom:10px;
	cursor: pointer;
	background-image: url('img/fleche-accordion.png');
	background-repeat: no-repeat;
	background-position: right -40px;*/
	
	border: 2px solid #e38104;
    border-radius: 15px;
    cursor: pointer;
    padding: 10px;
}
#kameleon h2:hover.accordion, #kameleon h3:hover.accordion, #kameleon h4:hover.accordion {
	/*background-color: rgba(16,18,40,1);*/

}

#kameleon h2.active.accordion, #kameleon h3.active.accordion, #kameleon h4.active.accordion {
	background-position: right 38px;
}

div.accordion{
	background: rgba(34,38,86,0.3);
	border-left:1px solid #6c5f40;
	border-right:1px solid #6c5f40;
	cursor:	pointer;
	padding:5px 20px;
}

/* --------------------------- 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;
	border:2px solid black;
}


/* --------------------------- CONTENU ------------------------------------- */

#kameleon, .mce-content-body{
	font-family:Lato,Arial,Helvetica,sans-serif;
	font-size:0.95em;
	font-weight:normal;
}

#kameleon a, .mce-content-body a{
    color:#e47900;
	text-decoration:underline;
	font-weight:bold;
}

#kameleon a:hover, .mce-content-body a:hover{
    color: #000;
	text-decoration:none;
}

#kameleon li,.mce-content-body li{
	/*list-style-image:url('img/puce.png');*/
	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{
	font-family: LibelSuit, sans-serif;	
	margin:10px 0;
	color:#4ed0ed;
	font-size:1.8em;
	font-weight:normal;
}

h2, .mce-content-body h2, #kameleon h2, .contact_coord #info #raison{
	color: #e47900;
	font-family: LibelSuit, sans-serif;	
    font-size: 1.6em;
    margin: 10px 0;
	font-weight:normal;
}

h3, .mce-content-body h3, #kameleon h3{
	margin:10px 0;
	font-family: LibelSuit, sans-serif;	
	color:#580024;
	font-size:1.4em;
	font-weight:normal;
}

h4, .mce-content-body h4, #kameleon h4{
	margin: 10px 0;
	font-family: LibelSuit, sans-serif;	
	color:#000;
	font-size:1.2em;
}


/* --------------------------- TABLEAUX ------------------------------------- */
/* SMARTPHONES */
@media only screen and (min-width: 320px){	
table, tbody {width:100%;}
tr { display: table; width:100%;}
td { display: table-row;}

#table tr { display: table-row;}
#table td { display: table-cell;}
	
td ol, td ul { padding-right: 5px;}
td p, td h2, td h3, td h4{ padding:5px;}
td img, td a img{ margin-bottom: 5px !important;}
}

/* TABLETTES */
@media only screen and (min-width: 768px){
tr { display: table; width:100%;}
td { display: table-row;}
	
.mce-content-body tr { display: table-row;}
.mce-content-body td {  display: table-cell;}
}

/* ORDINATEURS */
@media only screen and (min-width: 1024px) {
tr { display: table-row;}
td { display: table-cell;}
}
