/*==================== LILLE EDITORIAL ===================*/


/*______  TEXTE IMAGE __________*/

/* Image resize Texte fluide */

.edito-img-resize-g-txt-fluide-d .thumbnail .caption {
	text-align: justify;
}
.edito-img-resize-g-txt-fluide-d .pull-left {
	position: relative;
	margin-right: 15px;
	margin-bottom: 2%;
	width: 50%;
	z-index: 1;
}
.edito-img-resize-g-txt-fluide-d img {
	width: 100%;
}
/**/
.edito-img-resize-d-txt-fluide-g .thumbnail .caption {
	text-align: justify;
}
.edito-img-resize-d-txt-fluide-g .pull-right {
	position: relative;
	margin-left: 15px;
	margin-bottom: 2%;
	width: 50%;
	z-index: 1;
}
.edito-img-resize-d-txt-fluide-g img {
	width: 100%;
}

/* Image resize Texte normal*/

.edito-img-resize-g-txt-d .pull-left,
.edito-img-resize-d-txt-g .pull-right {
	position: relative;
	z-index: 1;
	width: 34%;
}
.edito-img-resize-g-txt-d img,
.edito-img-resize-d-txt-g  img {
	width: 100%;
}
.action {
	margin-bottom: 0;
}
/* image gauche */

.edito-img-resize-g-txt-d .pull-left {
	margin: 1% 2% 1% 1%;
}
/* image droite */

.edito-img-resize-d-txt-g .pull-right {
	margin: 1% 1% 1% 2%;
}
.radius .media-object {
	border-radius: 1000px;
}


@media (min-width: 240px) and (max-width: 319px) {
	.edito-img-resize-g-txt-d .pull-left,
	.edito-img-resize-d-txt-g .pull-right {
		width: 100%;
	}
}
@media (min-width: 667px) and (max-width: 735px) {
	.edito-img-resize-g-txt-d .pull-left,
	.edito-img-resize-d-txt-g .pull-right {
		width: 25%;
	}
}



/* listes a puce */

.liste,
.liste-num {
	margin-bottom: 10px;
}
.liste li,
.liste-num li {
	position: relative;
}
.puce-pleine li::before,
.puce-vide li::before,
.puce-fine li::before {
	position: relative;
	top:-0.2em;
	margin-right: 1em;
    display: inline-block;
    font-family: "ermes-font-addon";
    font-style: normal;
    font-weight: normal;
	font-size: 0.7em;
    text-decoration: inherit;
	color: #006a82;
}
.puce-pleine li::before { content: '\e88c'; }
.puce-vide li::before { content: '\e88d'; }
.puce-fine li::before { content: '\e88e'; }
 
/* .liste-num {
	background: red;
}
.liste-num span {
	background: #fff;
} */

ol {counter-reset: repas;} /* on initialise et nomme un compteur */
ol li {
    list-style-type: none;
    counter-increment: repas; /* on incrémente le compteur à chaque nouveau li */
    margin-bottom: 10px;
}
ol li:before {
    content: counter(repas); /* on affiche le compteur */
    padding: 0 7px 4px;
    margin-right: 8px;
    vertical-align: top;
    background: #006a82;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: bold;
    font-size: 0.8em;
    color: white;		
}


/* CARROUSEL 5  */

.carrousel-5 {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.carrousel-5 .slider_thumb {
	width: 100%;
	height: 100%;
	float: left;
	background: #fff
}
.carrousel-5 .slider_thumb_container {
	position: relative;
	float: right;
	width: 65%;
	height: 100%;
}
.carrousel-5 .slider_thumb img{
	height: auto;
	width: auto;
	max-width: none;
}
.carrousel-5 .slider_container {
	display: block;
    background: #fff;
	position: relative;
	float: left;
	width: 35%;
	height: 100%;
	overflow: visible;
	padding: 0 1em 2em;
}
.carrousel-5 .slider_sub_container::after {
	content: "";
	display: block;
	margin-bottom: 40px;
}
.carrousel-5 .slider_content {
    vertical-align: top;
}

@media (max-width: 599px) {
	.carrousel-5 .slider_thumb_container {
		width: 100%;
	}
	.carrousel-5 .slider_container {
		width: 100%;
	}
	.carrousel-5 .slider_thumb img {
		width: 100%;	
	}
}