
/* --------------------------- 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: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size:16px;
 	margin-bottom: 70px;
 	text-align: justify;
}

#kameleon a, .mce-content-body a, .contact_coord #info #mail{
    color:#ffb907;
	text-decoration:underline;
	font-weight:bold;
	font-weight:bold;
		transition: all 0.3s ease-in-out;
}

#kameleon a:hover, .mce-content-body a:hover, .contact_coord #info #mail:hover{
    color: #0b67c5;
	text-decoration:underline;
}

#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;
	/*list-style-image:url('img/puce1.jpg');*/
}

#kameleon hr,.mce-content-body hr{
	background-color:#000;
	border:0px;
	height:1px;
}

h1, .mce-content-body h1, #kameleon h1{
	margin:40px 0;
	font-family: 'Oswald', sans-serif;	
	color:#000;
	font-weight:500; 
	text-align: center;
	font-size:55px;
}
 h1:after {
    content: '';
    display: block;
    width: 50px;
    margin: 10px auto 40px;
    background: #d70813;
    height: 6px;
  }

h2, .mce-content-body h2, #kameleon h2, .contact_coord #info #raison{
	margin: 10px 0;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 1.4em;
    background: #d9131d;
    border-bottom: 5px solid #0b67c5;
    padding: 10px;
    text-align: left;
}

h3, .mce-content-body h3, #kameleon h3{
	margin:10px 0;
	font-family: 'Oswald', sans-serif;		
	color:#0b67c5;
	font-size:1.2em;
}

h4, .mce-content-body h4, #kameleon h4{
	margin: 10px 0;
	font-family: 'Oswald', sans-serif;		
	color:#0b67c5;
	font-size:1em;
}


/* --------------------------- PAGE CONTACT ------------------------------------- */
.contact_coord #info{
	border:1px none #dddddd;
	background-color: rgba(255,255,255,0.0);
	padding:15px 10px;
}

/* --------------------------- TABLEAUX ------------------------------------- */
/* SMARTPHONES */
@media only screen and (min-width: 320px){	
table, tbody { width:100% !important }
tr { display: table;}
td { display: table-row;}
td p{padding: 10px;}
td .ak{color: #fff;}
td .ak:hover{color: #000;}
td h2{padding-left: 10px;}
td .ulk{padding-left: 10px;}
p{padding: 10px;}
.table td { display: table-row;border-top: none !important;}

#table {width: 100%;}
#table tr { display: table-row;}
#table tr th{padding: 2px;}
#table tr th p{padding: 2px;}

h2, .mce-content-body h2, #kameleon h2{
 
    font-size: 22px !important;     margin: 10px;
}

#table td { display: table-cell;font-size: 11px;padding: 2px;line-height: 16px;border: 1px solid #fff;}
#table td p{ padding: 2px;font-size: 11px;
    padding: 2px;
    line-height: 16px;}
}

/* TABLETTES */
@media only screen and (min-width: 768px){
tr { display: table-row;}
td { display: table-cell;}

.table tr { display: table;}
.table td { display: table-row;border-top: none !important;}
.table td p{ padding: 5px;}

#table {width: 100% ;}
#table tr { display: table-row;}
#table td { display: table-cell;font-size: 16px;padding: 5px;line-height: 20px;border: 1px solid #fff;}
#table td p{ padding: 5px;}

.mce-content-body tr { display: table-row;}
.mce-content-body td { display: table-cell;}
}

/* ORDINATEURS */
@media only screen and (min-width: 992px) {
tr { display: table-row;}
td { display: table-cell;}
.table tr { display: table;}
.table td { display: table-row; border-top: none !important;}
.table td p{ padding: 5px;}

#table {width: 100% ;}
#table tr { display: table-row;}
#table td { display: table-cell;font-size: 16px;padding: 5px;line-height: 20px;border: 1px solid #fff; }
#table td p{ padding: 5px;}


.mce-content-body tr { display: table-row;}
.mce-content-body td { display: table-cell;}
}

@media only screen and (min-width: 1024px) {
tr { display: table-row;}
td { display: table-cell;}
.table tr { display: table;}
.table td { display: table-row;border-top: none !important;}
.table td p{ padding: 5px;}

#table {width: 100% ;}
#table tr { display: table-row;}
#table td { display: table-cell;font-size: 16px;padding: 5px;line-height: 20px;border: 1px solid #fff;}
#table td p{ padding: 5px;}

.mce-content-body tr { display: table-row;}
.mce-content-body td { display: table-cell;}
}

@media only screen and (min-width: 1366px) {
.table tr { display: table-row;}
.table td { display: table-cell; border-top: none !important;}
.table td p{ padding: 5px;}
}


@media only screen and (min-width: 1600px) {
.table tr { display: table-row;}
.table td { display: table-cell; border-top: none !important;}
.table td p{ padding: 5px;}
}


@media only screen and (min-width: 1920px) {
.table tr { display: table-row;}
.table td { display: table-cell; border-top: none !important;}
.table td p{ padding: 5px;}
}}}

.hk h2{
	color: #0c0c0c;
    background-color: #dedede;
}
.imgkoffi{
	  
  -webkit-transition: .3s ease-in-out !important; 
  transition: .3s ease-in-out !important; 
}
.imgkoffi:hover{
	   
  border-radius: 50%; 
}