/* --------------------------- Bordures  ------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Bad+Script&display=swap&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

.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 */
   }

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


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

 .mce-content-body{
    color: #000;
    background-color:#fff;
}
#kameleon{background-color:transparent;}
.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: #8d155f;
    text-decoration:underline;
}

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{
    font-family: 'Bad Script', cursive;
    margin: 20px 0;
    color: #8d155f;
    font-size: 35px;
    font-weight: 300;
    position: relative;
    text-align: center;
    text-transform: none;
    display: block;

    height: auto;
    width: 100%;
    text-transform: uppercase;
    background: url(img/h1.png) bottom center no-repeat;
    padding-bottom: 68px;
}
.contact_coord #info #raison{
    margin:10px 0;
    color: #8d155f;
    font-size:26px;
}
h2, .mce-content-body h2, #kameleon h2{
    font-family: 'Bad Script', cursive;
    margin: 0px 0;
    color: #8d155f;
    font-size: 30px;
    font-weight: 300;
    position: relative;
    text-align: left;
    text-transform: none;
    display: block;
    margin-bottom: 30px;
    height: auto;
    width: 100%;
    text-transform: uppercase;
}


h3, .mce-content-body h3, #kameleon h3{
      text-transform: uppercase;
    font-family: 'Bad Script', cursive;
    margin: 0px 0;
    color: #8d155f;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    text-align: left;
    text-transform: none;
    display: block;
    margin-bottom: 30px;
    height: auto;
    width: 100%;
    line-height: 25px;

    }

#h3-1 {
     color: #000;
     position: relative;
     font-weight: 300;
     font-size: 20px;
 
     }

h4, .mce-content-body h4, #kameleon h4{
    margin: 30px 0;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
}
#h4-1::before {

    content: url(img/h4-2.png);
    position: relative;

}
#h4-1 {
   color: #fff;
     position: relative;
     font-weight: 300;
     font-size: 16px;
 }

/* --------------------------- PAGE CONTACT ------------------------------------- */
.contact_coord #info{
    padding:15px 10px;
}

/* --------------------------- TABLEAUX ------------------------------------- */
/* SMARTPHONES */
@media only screen and (min-width: 320px){
 
table, tbody {width:100% !important;/* border-radius: 5px 5px; */overflow: hidden;}
tr {display: table;width: 100%;}
#cms1 tr {
    background: transparent !important;
}
td {}

h1{font-size:43px;}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #e2007a;
}
}
@media (min-width: 320px) and (max-width: 767px) {
td {display: block !important;width: 100% !important;padding: 5px;float: left;}
.tab-tarif-1 tr {
    display: table-row !important;
}
.tab-tarif-1 td {
    display: table-cell !important;
    width:auto !important;
}
}

/* TABLETTES */
@media only screen and (min-width: 768px){
tr { display: table-row;}
td {display: table-cell;padding: 10px;}


}

/* ORDINATEURS */
@media only screen and (min-width: 992px) {
tr {display: table-row;}
td { display: table-cell;}

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


}