:root {
--cg_jaune: #fdbd00;
--cg_orange: #f49400;
--cg_gris_clair: #f8f8f8;
--cg_gris_fonce: #252525;
--cg_blanc: #FFF;
--cg_noir: #000;
	
--cg_fs_1: 2.8em;
--cg_fs_2: 2.3em;
--cg_fs_3: 1.6em;
--cg_fs_4: 1.2em;
}


.cg_jaune {color:var(--cg_jaune);}
.cg_orange {color:var(--cg_orange);}
.cg_gris_clair {color:var(--cg_gris_clair);}
.cg_gris_fonce {color:var(--cg_gris_fonce);}
.cg_noir {color:var(--cg_noir);}
.cg_blanc {color:var(--cg_blanc);}

/********** STYLE TINYMCE *********/
h1.bloc_titre, p.bloc_titre {
	margin:10px 0 20px 0;
	padding:0;
	/*font-size:2.4em;*/
	font-size:var(--cg_fs_1);
	font-weight: 400;
	line-height:1.1em;
}
h2.bloc_sstitreh2, p.bloc_sstitreh2 {
	margin-bottom:15px;
	padding:0;
	font-size:var(--cg_fs_2);
	font-weight: 400;
	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;
}

h1.bloc_titre strong, p.bloc_titre strong {font-weight:800 !important;}

.text_taille_0 {
	font-size:var(--cg_fs_1);line-height:1.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: 1.1em;
}
.text_taille_3 {
	font-size:var(--cg_fs_4);line-height: 1.2em;
}
.text_uppercase {
	text-transform: uppercase;
}


.btn_lien {font-family: 'Big Shoulders', sans-serif;border-radius:1.8em;padding:9px 60px 8px 18px;/* 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: all 0.4s ease-in-out; text-decoration: none;}

.btn_lien_blanc {color:var(--cg_noir) !important;transition: all 0.4s ease-in-out;background: #FFF url('../img/public/btn_arrow_noir.png') 93% center no-repeat !important; box-shadow: 2px 2px var(--cg_orange);}
.btn_lien_jaune {color:var(--cg_noir) !important;transition: all 0.4s ease-in-out;background: var(--cg_jaune) url('../img/public/btn_arrow_noir.png') 93% center no-repeat !important; box-shadow: 2px 2px var(--cg_noir);}


.btn_lien:hover {color:#FFF !important; background:#000 url('../img/public/btn_arrow_blanche.png') 95% center no-repeat !important; text-decoration:none;box-shadow: -2px 2px var(--cg_jaune);transition: all 0.4s ease-in-out;}

/* CITATION */

.citation_block {position:relative; margin:20px auto;display:table; padding:70px 10%;}

.citation_block:before, .citation_block:after {
	content:'';
	position: absolute;
    width: 85px;
	height:66px;
	display:table;
}
.citation_block:before {
	top:0;
	left:0;
}
.citation_block:after {
	right:0;
	bottom:0;
}

.citation_blanc:before, .citation_blanc:after { background:url("../img/public/citation_picto_blanc.png") center no-repeat;}
.citation_noir:before, .citation_noir:after { background:url("../img/public/citation_picto_noir.png") center no-repeat;}
.citation_vert:before, .citation_vert:after { background:url("../img/public/citation_picto_vert.png") center no-repeat;}

/* BLOC LIRE AUSSI */
.lireaussi_block {position:relative; margin:0 auto;padding:5px 10px; border-left:2px solid var(--cg_jaune);}
.lireaussi_block a:before {
    position:absolute;
	left:12px;
	top:5px;
    content: "•";
	color:var(--cg_jaune);
	font-size:0.6em;
}
.lireaussi_block a {display:table;padding:0 0 0 20px;color:#000 !important; text-decoration: none; font-size:1em; font-weight:bold;}
.lireaussi_block a:hover {color:var(--cg_jaune) !important; text-decoration:none !important;}

.article_texte a, .article_frise_item a {color:var(--cg_jaune); text-decoration:none;}
.article_texte a:hover, .article_frise_item a:hover {text-decoration:underline; text-decoration-color:inherit;}


/******* POLICE ECRITURE *******/

.article_texte, .article_doc, .article_video, .article_galerie {font-family: 'Roboto', sans-serif; font-size:1em; color:#37383a;font-weight: 300;}

h1.bloc_titre, h2.bloc_sstitreh2, h3.bloc_sstitreh3 {font-family: 'Big Shoulders', sans-serif;}

@media screen and (max-width : 959px) {
	:root {	
	--cg_fs_1: 2.2em;
	--cg_fs_2: 1.8em;
	--cg_fs_3: 1.6em;
	--cg_fs_4: 1.3em;
	}
}

@media screen and (max-width : 800px) {
	.btn_lien {font-size:0.8em;}
	.btn_lien, .btn_lien:hover {background-size: 30px !important;}
	.citation_block:before, .citation_block:after {background-size:50px;}
	
	
}
@media screen and (max-width : 700px) {
	:root {	
	--cg_fs_1: 1.8em;
	--cg_fs_2: 1.6em;
	--cg_fs_3: 1.3em;
	--cg_fs_4: 1.1em;
	}
}
@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;}
	*/
	
	
	
}