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

.node-type-page-editoriale.full-width #zone-content .section {
	max-width: 1170px;
}
.node-type-page-editoriale .field-collection-container {
	border-bottom: 0;
	margin-bottom: 0;
}
.node-type-page-editoriale #section-content {
	padding-bottom: 0;
}
.node-type-page-editoriale #block-blocks-site-general-titre {
	display: none;
}
.node-type-page-editoriale #region-content .field-collection-view {
	padding: 0;
	margin: 0;
	border-bottom: none;
}

/* =================================
TÉLÉCHARGEMENT
================================= */

.node-type-page-editoriale .strate03 .strate .section .telechargement {
	position: relative;
	margin-top: 30px;
	padding: 0 0 0 45px;
	display: inline-block;
	vertical-align: top;
}
.node-type-page-editoriale .strate03 .strate .section .telechargement .telechargement_fr {
	display: table;
	height: 30px;
}
.node-type-page-editoriale .strate03 .strate .section .telechargement .telechargement_fr p {
	display: table-cell;
	vertical-align: middle;
	font-family: 'DIN Pro Cond', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.125em;
	color: #009b8c;
	line-height: 1rem;
	text-transform: uppercase;
}

.node-type-page-editoriale .strate03 .picture-pano-gauche .strate .section .telechargement .telechargement_fr p,
.node-type-page-editoriale .strate03 .picture-pano-gauche .strate .section .resume p,
.node-type-page-editoriale .strate03 .picture-pano-gauche .strate .section .resume ul li,
.node-type-page-editoriale .strate03 .picture-pano-gauche .strate .section .resume ol li,
.node-type-page-editoriale .strate03 .picture-pano-gauche .strate .section .resume a,
.node-type-page-editoriale .strate03 .picture-pano-droite .strate .section .telechargement .telechargement_fr p,
.node-type-page-editoriale .strate03 .picture-pano-droite .strate .section .resume p,
.node-type-page-editoriale .strate03 .picture-pano-droite .strate .section .resume ul li,
.node-type-page-editoriale .strate03 .picture-pano-droite .strate .section .resume ol li,
.node-type-page-editoriale .strate03 .picture-pano-droite .strate .section .resume a {
	color: #ffffff;
}

.node-type-page-editoriale .strate03 .strate .section .telechargement a {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	font-size: 0;
	width: 100%;
	height: 100%;
}
.node-type-page-editoriale .strate03 .strate .section .telechargement a:hover::after {
	opacity: 0.7;
}
.node-type-page-editoriale .strate03 .strate .section .telechargement a::after {
	content: "";
	display: inline-block;
	width: 34px;
	height: 30px;
	font-family: 'DIN Pro Cond', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.875rem;
	text-align: center;
	line-height: 30px;
	color: #ffffff;
	background-image: url("../../img/hp/hexa_marron.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.node-type-page-editoriale .strate03 .strate .section .telechargement a.type-pdf::after {
	content: "PDF";
}
.node-type-page-editoriale .strate03 .strate .section .telechargement a.type-zip::after {
	content: "ZIP";
}
.node-type-page-editoriale .strate03 .strate .section .telechargement a.type-doc::after {
	content: "DOC";
}
.node-type-page-editoriale .strate03 .strate .section .telechargement a.type-docx::after {
	content: "DOCX";
}

/* =================================
STRATE 02 - Intro
================================= */

.node-type-page-editoriale .strate02 {
	background-color: #f2efe9;
	padding: 30px 0;
}

.node-type-page-editoriale .strate02 .section {
	text-align: center;
	max-width: 760px!important;
	margin: 0 auto;
}
.node-type-page-editoriale .strate02 .intro {
	border-top: 1px solid #00ad9c;
}
.node-type-page-editoriale .strate02 .intro h1 {
	padding-top: 30px;
}


/* =================================
STRATE 03 - Général
================================= */

/* Style */

.node-type-page-editoriale .strate03 .strate {
	color: #1b1b1b;
	padding: 80px 0;
	position: relative;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.node-type-page-editoriale .strate03 .strate h2 {
	color: #000000;
	font-family: 'DIN Pro Cond', Arial, Helvetica, sans-serif;
	font-size: 2.188em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.1em;
	margin-bottom: 30px;
	display: inline-block;
}
.node-type-page-editoriale .strate03 .strate h2::after {
  content: '';
  display: block;
  width: 110px;
  height: 2px;
  margin: 10px auto 10px 0;
  background-color: #00ad9c;
}
.node-type-page-editoriale .strate03 .strate h3 {
	color: #00ad9c;
	font-family: 'DIN Pro Cond', Arial, Helvetica, sans-serif;
	font-size: 1.875em;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 2px;
	display: inline-block;
}
.node-type-page-editoriale .strate03 .strate h3 + p {
	margin-top: 15px;
}
.node-type-page-editoriale .strate03 .strate p + h3 {
	margin-top: 30px;
}
.node-type-page-editoriale .strate03 .strate p {
	margin-bottom: 0;
}
.node-type-page-editoriale .strate03 .strate p + p,
.node-type-page-editoriale .strate03 .strate p + ul,
.node-type-page-editoriale .strate03 .strate ul + p,
.node-type-page-editoriale .strate03 .strate ul + ul {
	margin-top: 15px;
}
.node-type-page-editoriale .strate03 .strate .resume.fr {
	margin-bottom: 40px;
	font-size: 0.938em;
	line-height: 1.3em;
}

/* Structure - Éléments */

.node-type-page-editoriale .strate03 .strate .section {
	text-align: center;
}

.node-type-page-editoriale .strate03 .strate .section > div {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.node-type-page-editoriale .strate03 .strate .section .link {
	padding: 0;
	margin-top: 35px;
}
.node-type-page-editoriale .strate03 .strate .section .link a {
	position: relative;
	display: inline-block;
	font-family: 'DIN Pro Cond', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.125em;
	line-height: 30px;
	padding: 0 10px 0 0;
	color: #009b8c;
	cursor: pointer;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
}
.node-type-page-editoriale .strate03 .strate .section .link a:hover,
.node-type-page-editoriale .strate03 .strate .section .link a:focus,
.node-type-page-editoriale .strate03 .strate .section .link a:active {
	opacity: 0.7;
}
.node-type-page-editoriale .strate03 .strate .section .link a:after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 0;
	right: -34px;
	width: 34px;
	height: 30px;
	background-image: url("../../img/edito/hexa_vert_plus.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.node-type-page-editoriale .strate03 .strate .section .fichiers {
	margin-top: 35px;
}

/* Text 1 col */

.node-type-page-editoriale .strate03 .nb_para_un .strate .section .col1 {
	width: calc(100% - 470px);
	padding: 0 15px;
}
.node-type-page-editoriale .strate03 .nb_para_un .strate .section .col3 {
	width: 470px;
	padding: 0 15px;
}

/* Text 2 col */

.node-type-page-editoriale .strate03 .nb_para_deux .strate .section > div {
	width: 50%;
	padding: 0 15px;
}

/* Text 1 col Pano */

.node-type-page-editoriale .strate03 .picture-pano-gauche.nb_para_un .strate .section .col1 {
	float: left;
	width: calc(100% / 3);
	padding: 0 15px;
}
.node-type-page-editoriale .strate03 .picture-pano-droite.nb_para_un .strate .section .col1 {
	float: right;
	width: calc(100% / 3);
	padding: 0 15px;
}

/* */

.node-type-page-editoriale .strate03 .strate .section .col3 .edito_cn-bg {
	width: 100%;
	height: auto;
}
.node-type-page-editoriale .strate03 .strate .section .col3 .edito_cn-bg img {
	width: 100%;
	height: auto;
}
.node-type-page-editoriale .strate03 .strate .section .col3 .edito_cn-bg .video_strate {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.node-type-page-editoriale .strate03 .strate .section .col3 .edito_cn-bg .video_strate iframe,
.node-type-page-editoriale .strate03 .strate .section .col3 .edito_cn-bg .video_strate object,
.node-type-page-editoriale .strate03 .strate .section .col3 .edito_cn-bg .video_strate embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Photo à gauche */

.node-type-page-editoriale .strate03 .picture-left.nb_para_un .strate .section {
	/*direction: rtl;*/
}
.node-type-page-editoriale .picture-left .strate .section .zone-para1,
.node-type-page-editoriale .picture-left .strate .section .zone-para2 {
	/*direction: ltr;*/
}
.node-type-page-editoriale .picture-left .strate .section .col1 {
	float: right;
}
.node-type-page-editoriale .picture-left .strate .section .col3 {
	float: left;
}
.node-type-page-editoriale .strate03 .picture-left.nb_para_deux .strate .section .col3 {
	float: left;
}
.node-type-page-editoriale .strate03 .picture-left.nb_para_deux,
.node-type-page-editoriale .strate03 .picture-right.nb_para_deux,
.node-type-page-editoriale .strate03 .picture-left.nb_para_un,
.node-type-page-editoriale .strate03 .picture-right.nb_para_un {
	background-color: #f0ebe0;
}

/* Photo à droite */


.node-type-page-editoriale .strate03 .picture-right.nb_para_deux {}

/* Photo panoramique */

.node-type-page-editoriale .strate03 .picture-pano-droite.nb_para_deux .section {
	direction: ltr;
}

.node-type-page-editoriale .strate03 .strate {}
.node-type-page-editoriale .strate03 .picture-pano-gauche .section .col1,
.node-type-page-editoriale .strate03 .picture-pano-gauche .section .col2,
.node-type-page-editoriale .strate03 .picture-pano-droite .section .col1,
.node-type-page-editoriale .strate03 .picture-pano-droite .section .col2 {
	position: relative;
	z-index: 1;
}
.node-type-page-editoriale .strate03 .picture-pano-gauche .section .col1,
.node-type-page-editoriale .strate03 .picture-pano-droite .section .col1 {
	padding-right: 50px;
}
.node-type-page-editoriale .strate03 .picture-pano-gauche .section .col2,
.node-type-page-editoriale .strate03 .picture-pano-droite .section .col2 {
	padding-left: 50px;
}
.node-type-page-editoriale.full-width #zone-content .strate03 .picture-pano-gauche .section,
.node-type-page-editoriale.full-width #zone-content .strate03 .picture-pano-droite .section {
	position: static;
}
.node-type-page-editoriale.full-width #zone-content .strate03 .picture-pano-droite .section {
	direction: rtl;
}
.node-type-page-editoriale.full-width #zone-content .strate03 .picture-pano-droite .section .zone-para1,
.node-type-page-editoriale.full-width #zone-content .strate03 .picture-pano-droite .section .zone-para2 {
	direction: ltr;
}
.node-type-page-editoriale .strate03 .picture-pano-gauche .section .col3 .edito_cn-bg div,
.node-type-page-editoriale .strate03 .picture-pano-droite .section .col3 .edito_cn-bg div {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%!important;
	height: 100%!important;
}
.node-type-page-editoriale .strate03 .picture-pano-gauche .strate h2,
.node-type-page-editoriale .strate03 .picture-pano-gauche .strate .resume.fr,
.node-type-page-editoriale .strate03 .picture-pano-droite .strate h2,
.node-type-page-editoriale .strate03 .picture-pano-droite .strate .resume.fr {
	color: #ffffff
}
.node-type-page-editoriale .strate03 .picture-pano-droite.nb_para_deux .section .col2 {
	float: right;
}
.node-type-page-editoriale .strate03 .picture-pano-gauche .strate h3:after,
.node-type-page-editoriale .strate03 .picture-pano-droite .strate h3:after {
	background-color: #ffffff;
}
.node-type-page-editoriale .strate03 .picture-pano-gauche .section .col3 .edito_cn-bg div:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+10,000000+40,000000+100&0.7+10,0+40,0+100 */
	background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 10%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 10%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.7) 10%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.node-type-page-editoriale .strate03 .picture-pano-gauche.nb_para_un .section .col3 .edito_cn-bg div:after {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+10,000000+40,000000+100&0.7+10,0+40,0+100 */
	background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 10%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 10%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.7) 10%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.node-type-page-editoriale .strate03 .picture-pano-gauche.nb_para_deux .section .col3 .edito_cn-bg div:after {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+10,000000+65,000000+100&0.7+10,0+65,0+100 */
	background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 10%, rgba(0,0,0,0) 65%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 10%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.7) 10%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.node-type-page-editoriale .strate03 .picture-pano-droite .section .col3 .edito_cn-bg div:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+60,000000+90&0+0,0+60,0.7+90 */
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.7) 90%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.7) 90%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.7) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=1 ); /* IE6-9 */
}
.node-type-page-editoriale .strate03 .picture-pano-droite.nb_para_un .section .col3 .edito_cn-bg div:after {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+60,000000+90&0+0,0+60,0.7+90 */
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.7) 90%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.7) 90%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.7) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=1 ); /* IE6-9 */
}
.node-type-page-editoriale .strate03 .picture-pano-droite.nb_para_deux .section .col3 .edito_cn-bg div:after {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+60,000000+90&0+0,0+60,0.7+90 */
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.7) 90%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.7) 90%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.7) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=1 ); /* IE6-9 */
}

/* Sans photo */

.node-type-page-editoriale .strate03 .picture-no.nb_para_deux .col1 {
	padding-right: 50px;
}
.node-type-page-editoriale .strate03 .picture-no.nb_para_deux .col2 {
	padding-left: 50px;
}

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

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

}

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

	/* STRUCTURE */

	.node-type-page-editoriale #zone-breadcrumb-wrapper {
		margin-top: 0!important;
	}
	.node-type-page-editoriale .node-page-editoriale-cn:before {
		top: 30px;
		left: 20px;
	}

	/* MENU */
	.node-type-page-editoriale .ninja-container {
		display: none;
	}

	/* STRATES */

	.node-type-page-editoriale .strate02 .section {
		max-width: none!important;
	}
	.node-type-page-editoriale .strate02 {
		padding: 30px 0;
	}

	.node-type-page-editoriale .strate03 .strate {
		padding: 60px 0;
	}
	.node-type-page-editoriale .strate03 .picture-right .strate .section .col1,
	.node-type-page-editoriale .strate03 .picture-right .strate .section .col2,
	.node-type-page-editoriale .strate03 .picture-right .strate .section .col3 {
		width: 100%;
	}
	.node-type-page-editoriale .strate03 .picture-right .strate .section .col3 {
		margin-top: 30px;
	}
	.node-type-page-editoriale .strate03 .picture-right.nb_para_deux .zone-titre-menu {
		position: static;
		text-align: left;
	}
	.node-type-page-editoriale .strate03 .picture-right.nb_para_deux .strate .section > div:first-child {
		margin-top: 0!important;
	}
	.node-type-page-editoriale .strate03 .picture-right.nb_para_deux .zone-titre-menu {
		width: 100%;
	}
	.node-type-page-editoriale .strate03 .picture-right.nb_para_deux .zone-titre {
		margin-top: 0!important;
	}
	.node-type-page-editoriale .strate03 .picture-right.nb_para_deux .strate .section > div {
		margin-top: 30px!important;
	}

	.node-type-page-editoriale .strate03 .nb_para_un .strate .section .col1,
	.node-type-page-editoriale .strate03 .nb_para_un .strate .section .col3,
	.node-type-page-editoriale .strate03 .picture-pano-gauche.nb_para_un .strate .section,
	.node-type-page-editoriale .strate03 .picture-pano-droite.nb_para_un .strate .section,
	.node-type-page-editoriale .strate03 .picture-pano-gauche.nb_para_un .strate .section .col1,
	.node-type-page-editoriale .strate03 .picture-pano-droite.nb_para_un .strate .section .col1 {
		width: 100%;
		max-width: none;
		float: none;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.node-type-page-editoriale .strate03 .nb_para_un .strate .section .col3 {
		margin-top: 30px;
	}

	.node-type-page-editoriale .strate03 .nb_para_deux .strate .section .col1,
	.node-type-page-editoriale .strate03 .nb_para_deux .strate .section .col2,
	.node-type-page-editoriale .strate03 .nb_para_deux .strate .section .col3 {
		width: 100%;
	}
	.node-type-page-editoriale .strate03 .picture-left.nb_para_deux .strate .section > div:first-child {
		margin-top: 0!important;
	}
	.node-type-page-editoriale .strate03 .picture-left.nb_para_deux .zone-titre-menu {
		position: static;
		text-align: left;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	.node-type-page-editoriale .strate03 .picture-left.nb_para_deux .zone-titre {
		margin-top: 0!important;
	}
	.node-type-page-editoriale .strate03 .picture-left.nb_para_deux .strate .section > div {
		margin-top: 30px!important;
	}



	.node-type-page-editoriale .strate03 .picture-pano .section .col1 {
		padding-right: 0;
	}
	.node-type-page-editoriale .strate03 .picture-pano.nb_para_un .strate .section .col3,
	.node-type-page-editoriale .strate03 .picture-pano.nb_para_deux .strate .section .col3 {
		height: 0;
		margin-top: 0;
	}
	.node-type-page-editoriale .strate03 .picture-pano .section .col2 {
		padding-left: 0;
		margin-top: 30px;
	}
	.node-type-page-editoriale .strate03 .picture-pano-droite .section .col1,
	.node-type-page-editoriale .strate03 .picture-pano-droite .section .col2 {
	}
	.node-type-page-editoriale .strate03 .picture-pano-gauche.nb_para_un .section .col3 .edito_cn-bg div:after,
	.node-type-page-editoriale .strate03 .picture-pano-droite.nb_para_un .section .col3 .edito_cn-bg div:after,
	.node-type-page-editoriale .strate03 .picture-pano-gauche.nb_para_deux .section .col3 .edito_cn-bg div:after,
	.node-type-page-editoriale .strate03 .picture-pano-droite.nb_para_deux .section .col3 .edito_cn-bg div:after {
		background: no-repeat;
		background-color: rgba(0, 0, 0, 0.4);
		filter: none;
	}
	.node-type-page-editoriale .strate03 .picture-pano-gauche.nb_para_deux .zone-titre-menu,
	.node-type-page-editoriale .strate03 .picture-pano-droite.nb_para_deux .zone-titre-menu {
		position: static;
		width: 100%;
		padding: 0!important;
		text-align: left;
	}
	.node-type-page-editoriale .strate03 .picture-pano-gauche.nb_para_deux .zone-titre,
	.node-type-page-editoriale .strate03 .picture-pano-droite.nb_para_deux .zone-titre {
		margin-top: 0!important;
	}
	.node-type-page-editoriale .strate03 .picture-pano-gauche.nb_para_deux .section .col2,
	.node-type-page-editoriale .strate03 .picture-pano-droite.nb_para_deux .section .col2 {
		margin-top: 30px!important;
	}
	.node-type-page-editoriale .strate03 .strate .section .col3 .edito_cn-bg {
		height: auto;
	}

	.node-type-page-editoriale .strate03 .picture-no.nb_para_un .strate .section .col1 {
		width: 100%;
	}
	.node-type-page-editoriale .strate03 .picture-no.nb_para_un .strate .section .col3 {
		height: 0;
		margin-top: 0;
	}
	.node-type-page-editoriale .strate03 .picture-no.nb_para_deux .col1 {
		padding-right: 0;
	}
	.node-type-page-editoriale .strate03 .picture-no.nb_para_deux .col2 {
		padding-left: 0;
		margin-top: 30px!important;
	}

}

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

	/* STRUCTURE */

	.node-type-page-editoriale #zone-breadcrumb-wrapper {
		margin-top: 0!important;
	}

}
