<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap&amp;subset=latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Lovers+Quarrel&amp;display=swap&amp;subset=latin-ext');

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

.contact_coord #info #mail {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

#kameleon a,
.mce-content-body a {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

#kameleon a:hover,
.mce-content-body a:hover,
.contact_coord #info #mail:hover {
    color: #359829;
    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;
}

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

h1,
.mce-content-body h1,
#kameleon h1 {
    margin: 40px 5px;
    font-size: 60px;
    text-align: center;
    font-family: 'Lovers Quarrel', cursive;
    color: #168f02;
}

h2,
.mce-content-body h2,
#kameleon h2,
.contact_coord #info #raison {
    margin: 20px 0;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
}

h3,
.mce-content-body h3,
#kameleon h3 {
    margin: 20px 0;
    font-size: 28px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    color: #168f02;
}

h4,
.mce-content-body h4,
#kameleon h4 {
    margin: 20px 0;
    text-transform: uppercase;
    color: #000;
    font-size: 23px;
    text-align: center;
}

h4:before {
    content: url(img/h4.png);
}


/* --------------------------- PAGE CONTACT ------------------------------------- */

.contact_coord #info {
    padding: 15px 10px;
}


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


/* SMARTPHONES */

@media only screen and (min-width: 320px) {
    #tinymce td {
        display: table-cell;
    }
    table,
    tbody {
        width: 80% !important;
        margin: auto !important;
    }
    tr {
        display: table-row;
    }
    td {
        display: table-row;
    }
}


/* TABLETTES */

@media only screen and (min-width: 768px) {
    tr {
        display: table-row;
    }
    td {
        display: table-row;
    }
}


/* ORDINATEURS */

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

.tableaux {
    margin: 0 !important;
    width: 100% !important;
}


@media only screen and (min-width: 320px){	
	table, tbody { width:100% !important }
	tr { display: table;}
	td { display: table-row;}
	.trio tr { display: table-row;}
	.trio td { display: table-cell;}
	#autres  tr { display: table;}
	#autres td { display: table-row;}
	}
	
	/* TABLETTES */
	@media only screen and (min-width: 768px){
	tr { display: table;}
	td { display: table-row;}
	#autres tr { display: table-row;}
	#autres  td { display: table-cell;}
	.trio tr { display: table-row;}
	.trio td { display: table-cell;}
	.mce-content-body  tr { display: table-row !important;}
	.mce-content-body  td { display: table-cell !important;}
	}
	
	/* ORDINATEURS */
	@media only screen and (min-width: 1024px) {
	tr { display: table-row;}
	td { display: table-cell;}
	.mce-content-body  tr { display: table-row;}
	.mce-content-body  td { display: table-cell;}
    }
    
    .bobs img {
        border-radius: 50%;
        border: 4px solid #8a8b29;
    }</pre></body></html>