/************** FRISE ***************/
.article_frise { position:relative; overflow: hidden; padding:45px 0; background:url(../img/public/frise_repere_start.png) center top no-repeat,url(../img/public/frise_repere_end.png) bottom center no-repeat;}

.article_frise_item {position:relative; width:calc(50% + 22.6px);margin:0;}
.frise_left {float:left; background:url(../img/public/frise_repere.png) center right no-repeat,url(../img/public/frise_repere_ligne.png) top right repeat-y;}
.frise_right {float:right; background:url(../img/public/frise_repere.png) center left no-repeat,url(../img/public/frise_repere_ligne.png) top left repeat-y;}

.article_frise_cadre {position:relative; width:calc(100% - 70px); background:#f9f9f9; border-radius:0.3em; padding:15px;}
.frise_right .article_frise_cadre {float:right;}
.article_frise_title {font-size:1.15em; font-weight:bold; /*font-style:italic;*/ margin:0 0 10px 0;}
.article_frise_contenu {font-size:1em; }

@media screen and (max-width : 750px) {	
	
	.article_frise { background:url(../img/public/frise_repere_start.png) top left no-repeat,url(../img/public/frise_repere_end.png) bottom left no-repeat;}
	
	.article_frise_item {position:relative; width:100%;margin:0; padding:0 0 25px 0;}
	.frise_left {float:right; background:url(../img/public/frise_repere.png) center left no-repeat,url(../img/public/frise_repere_ligne.png) top left repeat-y;}

	.article_frise_cadre {position:relative; width:calc(100% - 70px); background:#f9f9f9; border-radius:0.3em; padding:15px;}
	.frise_left .article_frise_cadre, .frise_right .article_frise_cadre {float:right;}
	
}