:root {
--cg_orange: #f3954a;
--cg_bleufonce: #005774;
--cg_bleuvert: #008f92;
--cg_taupe: #a69b92;
--cg_gris_clair: #f1f1f1;
--cg_gris_fonce: #3b3b3b;
--cg_blanc: #FFF;
	
--cg_fs_1: 3.5em;
--cg_fs_2: 2.6em;
--cg_fs_3: 2em;
--cg_fs_4: 1.2em;
}


.cg_orange {color:var(--cg_orange);}
.cg_bleufonce {color:var(--cg_bleufonce);}
.cg_bleuvert {color:var(--cg_bleuvert);}
.cg_taupe {color:var(--cg_taupe);}
.cg_gris_clair {color:var(--cg_gris_clair);}
.cg_gris_fonce {color:var(--cg_gris_fonce);}
.cg_blanc {color:var(--cg_blanc);}

.font_amaranth{
	font-family: 'Amaranth', sans-serif;
}
.font_lato{
	font-family: 'Lato', sans-serif;
}

/********** STYLE TINYMCE *********/
h1.bloc_titre, p.bloc_titre {
	margin:10px 0 20px 0;
	padding:0;
	font-size:var(--cg_fs_1);
	font-weight: bold;
	line-height:1.1em;
}
h2.bloc_sstitreh2, p.bloc_sstitreh2 {
	margin-bottom:15px;
	padding:0;
	font-size:var(--cg_fs_2);
	font-weight: normal;
	line-height:1.1em;
}
/*
h2.bloc_sstitre, p.bloc_sstitre {
	margin:15px 0;
	padding:0;
	font-size:var(--cg_fs_3);
	font-weight: normal;
	line-height:1.1em;
}*/
h3.bloc_sstitreh3, p.bloc_sstitreh3 {
	margin:5px 0 10px 0;
	padding:0;
	font-size:var(--cg_fs_3);
	font-weight:normal;
	line-height:1em;
}

.text_taille_0 {
	font-size:var(--cg_fs_1);line-height:1em;
}
.text_taille_1 {
	font-size:var(--cg_fs_2);line-height:1.1em;
}
.text_taille_2 {
	font-size:var(--cg_fs_3);line-height: 1em;
}
.text_taille_3 {
	font-size:var(--cg_fs_4);line-height: 1em;
}
.text_uppercase {
	text-transform: uppercase;
}


.btn_lien {border-bottom-right-radius:0.8em; border-top-left-radius:0.8em; padding:14px 20px;/* test pour gérer les liens sur 2 lignes : */display:inline-table;}
a .btn_lien, .article_texte a .btn_lien, .btn_lien a, .article_texte .btn_lien a {height:100%;color:inherit;cursor:pointer;transition: background 0.5s; text-decoration: none !important;}

.btn_lien_blanc {color:#000; background:#FFF !important; transition: background 0.5s;}
.btn_lien_bleufonce {color:#FFF !important; background:var(--cg_bleufonce)!important; transition: background 0.5s;}
.btn_lien_bleuvert {color:#FFF !important;background: var(--cg_bleuvert) !important;transition: background 0.5s;}
.btn_lien_taupe {color:#FFF !important;background: var(--cg_taupe) !important;transition: background 0.5s;}


.btn_lien:hover {background:#000 !important; text-decoration:none !important;transition: background 0.5s;}
.btn_lien:hover a {color:#FFF !important;}


.article_texte a, .article_frise_item a {color:var(--cg_bleuvert); text-decoration:none;}
.article_texte a:hover, .article_frise_item a:hover {text-decoration:underline; text-decoration-color:inherit;}






.mce-content-body p {margin:3px 0;padding:0;}

/******* POLICE ECRITURE *******/

.mce-content-body, .article_texte, .article_doc, .article_video, .article_galerie {font-family: 'Amaranth', sans-serif; font-size:1.05em; color:#4c4d4f;}

h1.bloc_titre, h2.bloc_sstitreh2, h3.bloc_sstitreh3 {font-family: 'Amaranth', sans-serif;}

@media screen and (max-width : 800px) {
	.btn_lien {font-size:0.8em;}
	.citation_block:before, .citation_block:after {background-size:50px;}
	
	
}
@media screen and (max-width : 500px) {
	
	.citation_block:before, .citation_block:after {background-size:35px;}
	
	/*
	h1.bloc_titre {font-size:1.6em;}
	h2.bloc_sstitreh2 {font-size:1.5em;}
	h3.bloc_sstitreh3 {font-size:1.4em;}
	.text_taille_0 {font-size:1.6em;}
	.text_taille_1 {font-size:1.5em;}
	.text_taille_2 {font-size:1.4em;}
	*/
	
	:root {	
	--cg_fs_1: 2em;
	--cg_fs_2: 1.4em;
	--cg_fs_3: 1.2em;
	--cg_fs_4: 1.1em;
	}
	
}