/* =====================
STRUCTURE
===================== */

.node-type-page-editoriale #main #content {
	width: 100%;
	max-width: none;
	padding: 0;
}
.node-type-page-editoriale .section_breadcrumb {
	margin-top: 290px;
}

/* =====================
DIAPORAMA
===================== */

.node-type-page-editoriale .banniere .diapo_bg.diapo_desktop {
	display: block;
}
.node-type-page-editoriale .banniere .diapo_bg.diapo_mobile {
	display: none;
}
.node-type-page-editoriale .banniere {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
}
.node-type-page-editoriale .banniere .diapo_bg > div {
	display: block;
	width: 100%;
	height: 530px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.node-type-page-editoriale .banniere .diapo_accroche {
	position: absolute;
	display: inline-block;
	top: 50px;
	left: 0;
	width: 410px;
	height: auto;
	margin-left: 20px;
	background-color: rgba(255, 255, 255, 0.4);
	padding: 25px;
	color: #005168;
	text-align: center;
}
.node-type-page-editoriale .banniere .diapo_accroche p {
	font-weight: normal;
	font-family: 'Passion One', cursive;
	margin: 0;
	font-size: 2.4rem;
	line-height: 2.2rem;
}
.node-type-page-editoriale .banniere .diapo_accroche p + p {
	margin-top: 10px;
}
.node-type-page-editoriale .banniere .diapo_accroche p strong {
	display: block;
	font-weight: bold;
}

/* =====================
INTRO
===================== */

.node-type-page-editoriale .intro {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.node-type-page-editoriale .intro p .titre-texte {
	font-family: "NovecentoWideDemiBold", Arial, Helvetica, sans-serif;
	font-size: 1.250em;
	margin-bottom: 30px;
}
.ete.node-type-page-editoriale .intro p .titre-texte {
	color: #a6ca4e;
}
.hiver.node-type-page-editoriale .intro p .titre-texte {
	color: #0cb9dd;
}
.node-type-page-editoriale .intro p {
	color: #202020;
	margin-bottom: 30px;
}

/* =====================
PARAGRAPHES
===================== */

/* Style global */

.node-type-page-editoriale .field-name-col-paragraphes {
	font-size: 1rem;
	margin-top: 70px;
}
.node-type-page-editoriale .field-name-col-paragraphes .field-item .paragraphe-item {
	margin-bottom: 80px;
}
.ete.node-type-page-editoriale .field-name-col-paragraphes h2 {
	font-family: "NovecentoWideDemiBold", Arial, Helvetica, sans-serif;
	font-size: 1.250em;
	color: #a6ca4e;
	margin-bottom: 30px;
}
.hiver.node-type-page-editoriale .field-name-col-paragraphes h2 {
	font-family: "NovecentoWideDemiBold", Arial, Helvetica, sans-serif;
	font-size: 1.250em;
	color: #0cb9dd;
	margin-bottom: 30px;
}
.node-type-page-editoriale .field-name-col-paragraphes .resume p {
	color: #202020;
	margin-bottom: 0;
}
.node-type-page-editoriale .field-name-col-paragraphes .resume p + p {
	margin-top: 30px;
}
.node-type-page-editoriale .field-name-col-paragraphes .resume .titre-texte {
	display: block;
	font-family: "NovecentoWideDemiBold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.node-type-page-editoriale .field-name-col-paragraphes .resume .titre-etape {

}
.node-type-page-editoriale .field-name-col-paragraphes .resume a {
	color: #202020;
	text-decoration: underline;
}

.node-type-page-editoriale .field-name-col-paragraphes .resume .bt-link a {
	display: inline-block;
	padding: 10px 30px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}
.ete.node-type-page-editoriale .field-name-col-paragraphes .resume .bt-link a {
	background-color: #a6ca4e;
}
.ete.node-type-page-editoriale .field-name-col-paragraphes .resume .bt-link a:hover {
	background-color: #C0E468;
}
.hiver.node-type-page-editoriale .field-name-col-paragraphes .resume .bt-link a {
	background-color: #0cb9dd;
}
.hiver.node-type-page-editoriale .field-name-col-paragraphes .resume .bt-link a:hover {
	background-color: #26D3F7;
}

.node-type-page-editoriale .field-name-col-paragraphes .resume .bt-link-pdf a {
	position: relative;
	display: block;
	padding-left: 50px;
	text-decoration: none;
	line-height: 40px;
}
.node-type-page-editoriale .field-name-col-paragraphes .resume .bt-link-pdf a::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0;
	top: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-image: url("../../img/icon/paragraphes_pdf.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 25px;
}
.ete.node-type-page-editoriale .field-name-col-paragraphes .resume .bt-link-pdf a::before {
	background-color: #a6ca4e;
}
.hiver.node-type-page-editoriale .field-name-col-paragraphes .resume .bt-link-pdf a::before {
	background-color: #0cb9dd;
}
.ete.node-type-page-editoriale .field-name-col-paragraphes .resume .bt-link-pdf a:hover::before {
	background-color: #C0E468;
}
.hiver.node-type-page-editoriale .field-name-col-paragraphes .resume .bt-link-pdf a:hover::before {
	background-color: #26D3F7;
}
.ete.node-type-page-editoriale .field-name-col-paragraphes .resume .bt-link-pdf a {
	color: #a6ca4e;
}
.hiver.node-type-page-editoriale .field-name-col-paragraphes .resume .bt-link-pdf a {
	color: #0cb9dd;
}
.ete.node-type-page-editoriale .field-name-col-paragraphes .resume .bt-link-pdf a:hover {
	color: #C0E468;
}
.hiver.node-type-page-editoriale .field-name-col-paragraphes .resume .bt-link-pdf a:hover {
	color: #26D3F7;
}

.node-type-page-editoriale .field-name-col-paragraphes .resume strong,
.node-type-page-editoriale .field-name-col-paragraphes .resume b {
	font-weight: bold;
}
.node-type-page-editoriale .field-name-col-paragraphes .resume ol,
.node-type-page-editoriale .field-name-col-paragraphes .resume ul {
	margin-bottom: 30px;
	padding-left: 10px;
	color: #202020;
}
.node-type-page-editoriale .field-name-col-paragraphes .resume ol {
	counter-reset: etape;
}
.node-type-page-editoriale .field-name-col-paragraphes .resume ol li {
	list-style-type: none;
	counter-increment: etape; /* on incrémente le compteur à chaque nouveau li */
	margin-bottom: 10px;
}
.node-type-page-editoriale .field-name-col-paragraphes .resume ol li:before {
	content: counter(etape);
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 0.875em;
	color: #ffffff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.ete.node-type-page-editoriale .field-name-col-paragraphes .resume ol li:before {
	background-color: #a6ca4e;
}
.hiver.node-type-page-editoriale .field-name-col-paragraphes .resume ol li:before {
	background-color: #0cb9dd;
}
.node-type-page-editoriale .field-name-col-paragraphes .resume ul li {
	list-style: none;
	background-image: url("../../img/icon/paragraphe_arrow.svg");
	background-repeat: no-repeat;
	background-position: 0 7px;
	background-size: 11px 10px;
	padding-left: 25px;
	margin-bottom: 15px;
}

/* Style global surcharge blanc */

.ete.node-type-page-editoriale .field-name-col-paragraphes h2.blanc,
.hiver.node-type-page-editoriale .field-name-col-paragraphes h2.blanc {
	color: #ffffff;
}
.node-type-page-editoriale .field-name-col-paragraphes .resume.blanc .bt-link a {
	background-color: #ffffff;
}
.node-type-page-editoriale .field-name-col-paragraphes .resume.blanc .bt-link a:hover {
	background-color: rgba(255, 255, 255, 0.8);
}
.ete.node-type-page-editoriale .field-name-col-paragraphes .resume.blanc .bt-link a {
	color: #a6ca4e;
}
.hiver.node-type-page-editoriale .field-name-col-paragraphes .resume.blanc .bt-link a {
	color: #0cb9dd;
}

.ete.node-type-page-editoriale .field-name-col-paragraphes .resume.blanc ol li:before,
.hiver.node-type-page-editoriale .field-name-col-paragraphes .resume.blanc ol li:before {
	background-color: #ffffff;
}

.ete.node-type-page-editoriale .field-name-col-paragraphes .resume.blanc .bt-link-pdf a::before {
	background-image: url("../../img/icon/paragraphes_pdf_ete.svg");
}
.hiver.node-type-page-editoriale .field-name-col-paragraphes .resume.blanc .bt-link-pdf a::before {
	background-image: url("../../img/icon/paragraphes_pdf_hiver.svg");
}
.ete.node-type-page-editoriale .field-name-col-paragraphes .resume.blanc .bt-link-pdf a,
.hiver.node-type-page-editoriale .field-name-col-paragraphes .resume.blanc .bt-link-pdf a {
	color: #ffffff;
}

/* Style global surcharge étape */

.hiver.node-type-page-editoriale .field-name-col-paragraphes h2.etape {
	position: relative;
	display: block;
	padding-left: 50px;
	text-decoration: none;
	line-height: 40px;
}
.hiver.node-type-page-editoriale .field-name-col-paragraphes h2.etape::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0;
	top: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-image: url("../../img/icon/paragraphes_marker.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px 20px;
}
.ete.node-type-page-editoriale .field-name-col-paragraphes h2.etape::before {
	background-color: #a6ca4e;
}
.hiver.node-type-page-editoriale .field-name-col-paragraphes h2.etape::before {
	background-color: #0cb9dd;
}

/* Image 50% - Texte 50% */

.node-type-page-editoriale .field-name-col-paragraphes .image_50_texte_50 {
	max-width: 1200px;
	margin: 0 auto 0 auto;
}
.node-type-page-editoriale .field-name-col-paragraphes .image_50_texte_50 .col01 {
	display: inline-block;
	max-width: 550px;
	vertical-align: top;
}
.node-type-page-editoriale .field-name-col-paragraphes .image_50_texte_50 .col01 .media img {
	width: 100%;
	height: auto;
}
.node-type-page-editoriale .field-name-col-paragraphes .image_50_texte_50 .col02 {
	display: inline-block;
	width: calc(100% - 550px);
	vertical-align: top;
	padding: 30px 0 0 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Étape Image 50% - Texte 50% */

.node-type-page-editoriale .field-name-col-paragraphes .etape_image_50_texte_50 {
	position: relative;
}
.node-type-page-editoriale .field-name-col-paragraphes .etape_image_50_texte_50::before {
	content: "";
	position: absolute;
	left: 0;
	top: 85px;
	width: 100%;
	height: calc(100% - 85px);
	background-color: #f2f2f2;
	z-index: 1;
}
.node-type-page-editoriale .field-name-col-paragraphes .etape_image_50_texte_50 > div {
	position: relative;
	max-width: 1200px;
	margin: 0 auto 80px auto;
	z-index: 2;
}
.node-type-page-editoriale .field-name-col-paragraphes .etape_image_50_texte_50 .col01 {
	display: inline-block;
	max-width: 550px;
	vertical-align: top;
}
.node-type-page-editoriale .field-name-col-paragraphes .etape_image_50_texte_50 .col01 .media img {
	width: 100%;
	height: auto;
}
.node-type-page-editoriale .field-name-col-paragraphes .etape_image_50_texte_50 .col02 {
	display: inline-block;
	width: calc(100% - 550px);
	vertical-align: top;
	padding: 30px 0 0 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Texte 50% - Image 50% */

.node-type-page-editoriale .field-name-col-paragraphes .texte_50_image_50 {
	max-width: 1200px;
	margin: 0 auto 0 auto;
}
.node-type-page-editoriale .field-name-col-paragraphes .texte_50_image_50 .col01 {
	display: inline-block;
	width: calc(100% - 550px);
	vertical-align: top;
	padding: 30px 70px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.node-type-page-editoriale .field-name-col-paragraphes .texte_50_image_50 .col02 {
	display: inline-block;
	max-width: 550px;
	vertical-align: top;
}
.node-type-page-editoriale .field-name-col-paragraphes .texte_50_image_50 .col02 .media img {
	width: 100%;
	height: auto;
}

/* Étape Texte 50% - Image 50% */


.node-type-page-editoriale .field-name-col-paragraphes .etape_texte_50_image_50 {
	position: relative;
}
.node-type-page-editoriale .field-name-col-paragraphes .etape_texte_50_image_50::before {
	content: "";
	position: absolute;
	left: 0;
	top: 85px;
	width: 100%;
	height: calc(100% - 85px);
	background-color: #f2f2f2;
	z-index: 1;
}
.node-type-page-editoriale .field-name-col-paragraphes .etape_texte_50_image_50 > div {
	position: relative;
	max-width: 1200px;
	margin: 0 auto 80px auto;
	z-index: 2;
}
.node-type-page-editoriale .field-name-col-paragraphes .etape_texte_50_image_50 .col01 {
	display: inline-block;
	width: calc(100% - 550px);
	vertical-align: top;
	padding: 30px 70px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.node-type-page-editoriale .field-name-col-paragraphes .etape_texte_50_image_50 .col02 {
	display: inline-block;
	max-width: 550px;
	vertical-align: top;
}
.node-type-page-editoriale .field-name-col-paragraphes .etape_texte_50_image_50 .col02 .media img {
	width: 100%;
	height: auto;
}

/* Texte 100% */

.node-type-page-editoriale .field-name-col-paragraphes .texte_100_pour_100 {
	padding: 50px 20px 20px 20px;
	text-align: center;
}
.node-type-page-editoriale .field-name-col-paragraphes .texte_100_pour_100 > div {
	max-width: 1200px;
	margin: 0 auto;
}
.ete.node-type-page-editoriale .field-name-col-paragraphes .texte_100_pour_100 {
	background-color: #a6ca4e
}
.hiver.node-type-page-editoriale .field-name-col-paragraphes .texte_100_pour_100 {
	background-color: #0cb9dd
}

/* Image fond - Texte 33% */

.node-type-page-editoriale .field-name-col-paragraphes .image_de_fond_et_texte_33 {
}
.node-type-page-editoriale .field-name-col-paragraphes .image_de_fond_et_texte_33 .col01 {
	position: relative;
	padding: 100px 20px 70px 20px;
}
.node-type-page-editoriale .field-name-col-paragraphes .image_de_fond_et_texte_33 .col01::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.node-type-page-editoriale .field-name-col-paragraphes .image_de_fond_et_texte_33 .col01 .media div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.node-type-page-editoriale .field-name-col-paragraphes .image_de_fond_et_texte_33 .col02_zone {
	max-width: 1200px;
	margin: 0 auto;
}
.node-type-page-editoriale .field-name-col-paragraphes .image_de_fond_et_texte_33 .col02 {
	position: relative;
	width: calc(100% / 3);
	z-index: 2;
}
.node-type-page-editoriale .field-name-col-paragraphes .image_de_fond_et_texte_33 .resume p {
	color: #ffffff;
}
.node-type-page-editoriale .field-name-col-paragraphes .image_de_fond_et_texte_33 .resume ul li,
.node-type-page-editoriale .field-name-col-paragraphes .image_de_fond_et_texte_33 .resume ol li,
.node-type-page-editoriale .field-name-col-paragraphes .image_de_fond_et_texte_33 .resume ul li p,
.node-type-page-editoriale .field-name-col-paragraphes .image_de_fond_et_texte_33 .resume ol li p,
.node-type-page-editoriale .field-name-col-paragraphes .image_de_fond_et_texte_33 .resume ul li a,
.node-type-page-editoriale .field-name-col-paragraphes .image_de_fond_et_texte_33 .resume ol li a {
	color: #ffffff;
}

/* =====================
RESPONSIVE
===================== */

@media only screen and (max-width: 1200px) {

	/* INTRO */

	.node-type-page-editoriale .intro {
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.node-type-page-editoriale .field-name-col-paragraphes .image_50_texte_50,
	.node-type-page-editoriale .field-name-col-paragraphes .texte_50_image_50,
	.node-type-page-editoriale .field-name-col-paragraphes .etape_image_50_texte_50,
	.node-type-page-editoriale .field-name-col-paragraphes .etape_texte_50_image_50 {
		padding: 0 20px;
		margin: 20px auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.node-type-page-editoriale .field-name-col-paragraphes .image_50_texte_50 .col01,
	.node-type-page-editoriale .field-name-col-paragraphes .texte_50_image_50 .col02,
	.node-type-page-editoriale .field-name-col-paragraphes .etape_image_50_texte_50 .col01,
	.node-type-page-editoriale .field-name-col-paragraphes .etape_texte_50_image_50 .col02
	 {
		width: 50%;
		max-width: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.node-type-page-editoriale .field-name-col-paragraphes .etape_image_50_texte_50,
	.node-type-page-editoriale .field-name-col-paragraphes .etape_texte_50_image_50 {
		background-color: #f2f2f2;
	}
	.node-type-page-editoriale .field-name-col-paragraphes .image_50_texte_50 .col02 {
		width: 50%;
		max-width: none;
		padding: 0 0 0 20px
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.node-type-page-editoriale .field-name-col-paragraphes .texte_50_image_50 .col01 {
		width: 50%;
		max-width: none;
		padding: 0 20px 0 0
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.node-type-page-editoriale .field-name-col-paragraphes .etape_image_50_texte_50 .col02 {
		width: 50%;
		max-width: none;
		padding: 20px 0 0 20px
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.node-type-page-editoriale .field-name-col-paragraphes .etape_texte_50_image_50 .col01 {
		width: 50%;
		max-width: none;
		padding: 20px 20px 0 0
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.node-type-page-editoriale .field-name-col-paragraphes .etape_image_50_texte_50 > div,
	.node-type-page-editoriale .field-name-col-paragraphes .etape_texte_50_image_50 > div {
		max-width: none;
		margin: 0 auto;
	}
	.node-type-page-editoriale .field-name-col-paragraphes .etape_image_50_texte_50::before,
	.node-type-page-editoriale .field-name-col-paragraphes .etape_texte_50_image_50::before {
		content: none;
	}
	.node-type-page-editoriale .field-name-col-paragraphes .image_de_fond_et_texte_33 .col02 {
		width: 50%;
	}

}

@media only screen and (max-width: 960px) {

	.node-type-page-editoriale .banniere {
		top: 160px;
	}
	.node-type-page-editoriale .section_breadcrumb {
		margin-top: 370px;
	}

	/* SOMMAIRE */

	.node-type-page-editoriale .listing_contenu_sommaire #sommaire .listings > .col {
		width: calc(100% / 3);
	}
	.node-type-page-editoriale .listing_contenu_sommaire #sommaire .listings > .col:nth-child(3n+1) {
		background-image: none;
	}

}

@media only screen and (max-width: 760px) {

	.node-type-page-editoriale .banniere .diapo_accroche {
		width: calc(100% - 100px);
		top: 10px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.node-type-page-editoriale #header-wrapper {
		height: 320px!important;
	}

	/* SOMMAIRE */

	.node-type-page-editoriale .listing_contenu_sommaire #sommaire .listings > .col .bloc-listing {
		margin: 0 20px!important;
	}

}

@media only screen and (max-width: 560px) {

	/* SOMMAIRE */

	.node-type-page-editoriale .listing_contenu_sommaire #sommaire .listings > .col {
		width: 50%;
	}
	.node-type-page-editoriale .listing_contenu_sommaire #sommaire .listings > .col:nth-child(3n+1) {
		background-image: url("../../img/master/pointilles-v.gif");
		background-repeat: repeat-y;
	}
	.node-type-page-editoriale .listing_contenu_sommaire #sommaire .listings > .col:nth-child(2n+1) {
		background-image: none;
	}

}

@media only screen and (max-width: 460px) {

	.node-type-page-editoriale .section_breadcrumb {
		margin-top: 80px;
	}
	.node-type-page-editoriale .field-name-col-paragraphes .field-item .paragraphe-item {
		margin-bottom: 20px;
	}
	.node-type-page-editoriale .field-name-col-paragraphes {
		margin-top: 30px;
	}

	/* SOMMAIRE */

	.node-type-page-editoriale .listing_contenu_sommaire #sommaire .listings > .col {
		width: 100%;
	}
	.node-type-page-editoriale .listing_contenu_sommaire #sommaire .listings > .col,
	.node-type-page-editoriale .listing_contenu_sommaire #sommaire .listings > .col:nth-child(3n+1) {
		background-image: none;
	}

	/* =====================
	DIAPORAMA
	===================== */

	.node-type-page-editoriale .banniere .diapo_bg.diapo_desktop {
		display: none;
	}
	.node-type-page-editoriale .banniere .diapo_bg.diapo_mobile {
		display: block;
	}
	.node-type-page-editoriale .banniere .diapo_accroche {
		padding: 10px;
	}
	.node-type-page-editoriale .banniere .diapo_accroche p {
		font-size: 1.4rem;
		line-height: 1.4rem;
	}
	.node-type-page-editoriale .banniere .diapo_bg > div {
		height: 300px;
		background-size: auto 300px;
	}
	.node-type-page-editoriale #header-wrapper {
		height: 380px!important;
	}

	.node-type-page-editoriale .field-name-col-paragraphes .image_50_texte_50 .col01,
	.node-type-page-editoriale .field-name-col-paragraphes .texte_50_image_50 .col02,
	.node-type-page-editoriale .field-name-col-paragraphes .etape_image_50_texte_50 .col01,
	.node-type-page-editoriale .field-name-col-paragraphes .etape_texte_50_image_50 .col02,
	.node-type-page-editoriale .field-name-col-paragraphes .image_50_texte_50 .col02,
	.node-type-page-editoriale .field-name-col-paragraphes .texte_50_image_50 .col01,
	.node-type-page-editoriale .field-name-col-paragraphes .etape_image_50_texte_50 .col02,
	.node-type-page-editoriale .field-name-col-paragraphes .etape_texte_50_image_50 .col01,
	.node-type-page-editoriale .field-name-col-paragraphes .image_de_fond_et_texte_33 .col02 {
		width: 100%;
		padding: 20px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.node-type-page-editoriale .field-name-col-paragraphes .image_de_fond_et_texte_33 .col01::before {
		width: 100%;
		background: none;
		background: none;
		background: none;
		filter: none;
		background-color: rgba(80, 78, 78, 0.6);
	}

	.ete.node-type-page-editoriale .field-name-col-paragraphes h2.etape,
	.hiver.node-type-page-editoriale .field-name-col-paragraphes h2.etape {
		text-align: center;
		padding: 50px 0 0 0;
		line-height: normal;
	}
	.ete.node-type-page-editoriale .field-name-col-paragraphes h2.etape::before,
	.hiver.node-type-page-editoriale .field-name-col-paragraphes h2.etape::before {
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.node-type-page-editoriale .field-name-col-paragraphes .image_de_fond_et_texte_33 .col01 {
		padding: 30px 20px;
		text-align: center;
	}
	.node-type-page-editoriale .field-name-col-paragraphes .etape_image_50_texte_50 > div,
	.node-type-page-editoriale .field-name-col-paragraphes .texte_50_image_50 > div  {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;

		/* Reverse Column Order */
		-webkit-flex-flow: column-reverse;
		flex-flow: column-reverse;
	}

}














