@CHARSET "ANSI";

/*
*****************************
********* RESET CSS *********
*****************************
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, textarea{
    font: 100%/1.3 'open sans', Verdana, Arial, Helvetica, sans-serif;
}

/* Font */

body {

}
body.mce-content-body  {  }

html, body, form, fieldset, button, textarea {
	font-family: 'Open Sans', sans-serif;
}


/* separation */
.sep{
	margin: 15px 0;
	height:1px;
	background-color:#d4d8da;
}


/* `Clear Floated Elements */
.wrap,
.clear,
.line,
.row 
{
	clear:both;
}


/* Button */
.button {
	display : inline-block;
	position:relative;
	background-color:transparent;
	border:1px solid #209cbf;
	color: #209cbf;
	border-radius:3px;
	font-size:12px;
	font-weight:600;
	padding: 8px 15px;
	line-height:1.3;
	
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.button.button-vert { background-color:#fff; color:#028e02; border:1px solid #028e02;}
.button.button-rouge { background-color:#f4238a; color:#ffdaec; border:1px solid #ff9bcc; }
.button.button-orange { background-color:#f88e13; color:#ffe7cb; border:1px solid #ffb560; }
.button.button-violet { background-color:#a66df1; color:#e2ccff; border:1px solid #cca5ff; }
.button.button-blanc { background-color:#fff; color:#3d3d3d; border:1px solid #3d3d3d; }
.button.button-vert2 { background-color:#028e02; color:#fff; border:1px solid #028e02; font-size: 13px; display: inline-flex; align-items: center; justify-content: center; }
.button.button-vert2 .icon { font-size: 20px; margin-right: 5px; margin-left: 5px; }

.button.button-blanc:hover,
.button.button-blanc:focus { background-color:#3d3d3d; color:#fff; border:1px solid #3d3d3d; }

.button.button-vert:hover,
.button.button-vert:focus { background-color:#028e02; color:#fff; border:1px solid #028e02; }

.button.button-vert2:hover,
.button.button-vert2:focus { background-color:#fff; color:#028e02; border:1px solid #028e02; }

.button:hover,
.button:focus {
	background-color:#209cbf;
	border: 1px solid #209cbf;
	color: #fff;
	text-decoration:none;
}
.button.btn-small {
    font-size:10px;
	padding: 5px 10px;
}

.button1,
.button2 {
    background-color: #028e02;
    border-radius: 8px;
    padding: 6px 8px;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 120px;
    border: 0;
}
.button2{
    display: inline-block;
    width: auto;
    border-radius: 3px;
}
/*** lien ***/
/* Remember "LoVe/HAte" Linking */
a  {
    color: #028e02;
	text-decoration: none;
	/*position:relative; ie6 */

	-o-transition: background-color .2s ease-in, color .2s ease-in, box-shadow .2s ease-in, opacity .2s ease-in, border .2s ease-in;
	-webkit-transition: background-color .2s ease-in, color .2s ease-in, box-shadow .2s ease-in, opacity .2s ease-in, border .2s ease-in;
	-moz-transition: background-color .2s ease-in, color .2s ease-in, box-shadow .2s ease-in, opacity .2s ease-in, border .2s ease-in;
	transition: background-color .2s ease-in, color .2s ease-in, box-shadow .2s ease-in, opacity .2s ease-in, border .2s ease-in;
}

a:hover, a:focus { /* ce groupe de sélecteurs offrira à un navigateur au clavier la même expérience de survol que celle d'une personne employant la souris. */
	color: #000;
}
.lien-off {
    cursor: pointer;
}


/*** TITRE ***/

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6
.titre,
.stitre,
.sstitre
.news_content,
.title {
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
}


h1,
.h1,
.titre
{
    font-size: 32px;
    font-weight: 700;
    margin-top:0.6em;
    position : relative;
    line-height:1;
    color: #028e02;
}

h2,
.h2,
.stitre,
.s_titre
{
    font-size:24px;
    color:#000;
    margin:0.6em 0;
    font-weight:700;
    line-height:1;
}

h3,
.h3,
.sstitre,
.ss_titre
{
    font-size: 20px;
    color: #028e02;
    /*text-transform: uppercase;*/
    margin:0.6em 0 0.5em 0;
}

h4,
.h4,
.ssstitre
{
    font-size: 18px;
    color: #028e02;
    margin:0.6em 0;
    text-transform: none;
    /*min-height: 60px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}
h4 a,
.h4 a,
.ssstitre a
{
    color: #028e02;
}


.color1, .color1 a { color:#209cbf; }
.color2, .color2 a { color:#81cc32; }
.color3, .color3 a { color: #028e02; }
.color4, .color4 a {  }
.color5, .color5 a {  }

.retour:before { content: "\e907"; }
.link:before { content: "\e908"; }
.strong{font-weight: 700;}

.cms a  {
	-o-transition: background-color .3s ease-in, color .3s ease-in, box-shadow .3s ease-in, padding .3s ease-in, margin .3s ease-in;
	-webkit-transition: background-color .3s ease-in, color .3s ease-in, box-shadow .3s ease-in, padding .3s ease-in, margin .3s ease-in;
	-moz-transition: background-color .3s ease-in, color .3s ease-in, box-shadow .3s ease-in, padding .3s ease-in, margin .3s ease-in;
	transition: background-color .3s ease-in, color .3s ease-in, box-shadow .3s ease-in, padding .3s ease-in, margin .3s ease-in;
}



.mce-content-body ol,
.cms ol,
.product .text ol {
	list-style-type:decimal;
	margin-left: 15px;
}



.mce-content-body ul,
.cms ul {
	list-style-type : inherit;
	list-style-type: square;
	margin-left: 15px;
}
.mce-content-body ul li,
.cms ul li {
	margin:4px auto;
}
.cms img { height:auto; }

.cms p{margin: 1em 0; font-size: 14px; line-height: 1.3;}


/* table */
.table {
    border:1px solid #e3e3e3;
    border-collapse:collapse;
    font-size:11px;
    background-color:#fff;
    color:#3d3d3d;
 }
.table th,
.table td {
    border:1px solid #e3e3e3;
    padding:5px 10px;
}
.table th {
    padding:10px 10px;
}


.entete_accordeon,
.ui-accordion .entete_accordeon {
    background: #209cbf none repeat scroll 0 0;
    border: 1px solid #209cbf;
    color: #ffffff;
    font-size: 19px;
    padding: 0.3em 1em;
    border-radius : 0 0 0 0 ;
}
.mce-content-body h2:after,
.mce-content-body h2.entete_accordeon:after,
.mce-content-body .stitre.entete_accordeon:after {
    border-bottom:none;
    margin:auto;
    width:auto;
    display:inline-block;
}




@media screen and (max-width: 767px) {
    h1,
    .h1,
    .titre
    {
        font-size: 24px;
    }

    h2,
    .h2,
    .stitre
    {
        font-size:22px;
    }

    h3,
    .h3,
    .sstitre
    {
        font-size:16px;
    }

    h4,
    .h4,
    .ssstitre
    {
        font-size:14px;
    }    
    
}