/*
	BRAND
*/

.innerWidth {
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
}
.page-template-operations .innerWidth {
	padding-left: 10px;
	padding-right: 10px;
}
/*-----------------------------------------------------------------------
  == All brands
----------------------------------------------------------------------- */
.page-head {
	position: relative;
	min-height: 500px;
}
.allbrand-head {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
	padding: 120px 20px;
}
.allbrand-head .page-title {
	margin-bottom: 30px;
}
.allbrand-baseline {
	font-weight: bold;
}
.allbrand-children {
	display: none;
	background: #FFF;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	width: 100%;
	padding: 80px 10px;
    margin: 0 auto;
    min-height: 350px;
}
.allbrand-children.active {
    position: relative;
}
.allbrand-children .fullGrid {
    text-align: center;
}
.allbrand-children a, .allbrand-children span {
	display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease; 
}
.allbrand-children a:hover, .allbrand-children a:focus {
	outline: 0 !important;
    -webkit-filter: grayscale(0%);
	filter: grayscale(0%);
    filter: none;
}
.brand-btn-close {
    position: relative;
	display: block;
	text-align: right;
	padding-right: 40px;
	cursor: pointer;
}
.brand-btn-close span {
    vertical-align: top;
    line-height: 40px;
}
.close-btn {
	position: absolute;
	top: 0;
    right: 0;
    background: transparent url(../../img/close.svg) no-repeat center center;
    background-size: 23px 23px;
    width: 40px;
    height: 40px;
    border: 0;
    z-index: 5;
	outline: none !important;
}
.allbrand-children .grid25 {
    padding: 10px;
	text-align: center;
}
.allbrand-children img, .allbrand-theparent img {
    width: auto;
    max-width: 80%;
    height: auto;
	max-height: 80px;
}
.allbrand-theparent.grid100 {
	width: 100%;
}
.allbrand-theparent img {
	max-height: 100px;
    margin: 10px 0;
}
#brand-3839 .allbrand-theparent img, #brand-3832 .allbrand-theparent img {
	display: none; /* On masque le logo parent du Journal des Femmes */
}
@media only screen and (min-width:990px) {
	#brand-3839 .allbrand-theparent, #brand-3832 .allbrand-theparent {
		height: 150px;
	}
}
#allbrand-parents .grid16 {
	position: relative;
	padding: 0;
}
#allope-blocs {
	margin-bottom: 40px;
}
#allope-blocs .grid20 {
	position: relative;
	padding: 10px;
}
.allbrand-parent, .allope-bloc {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 1px;
	outline: none !important;
}
.allbrand-parent:after, .allope-bloc:after {
	content: "";
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
	background: #000;
	opacity: .7;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}
.allbrand-parent:hover:after, .allope-bloc:hover:after {
	opacity: .3;
}
.allbrand-parent.active:after {
	opacity: 0;
}
.allbrand-parent img, .allope-bloc img {
    display: block;
	width: 100%;
	height: auto;
	max-width: none;
	opacity: 1;
}
.allbrand-parent-logo, .allope-logo {
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
	text-align: center;
	color: #FFF;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}
.allope-title {
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
    width: 100%;
    height: 100%;
	text-align: center;
	color: #FFF;
	opacity: 0;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}
.allope-title-inner {
	display: table;
    width: 100%;
    height: 100%;
	top: 0;
	left: 0;
}
.allope-title-inner span {
	display: table-cell;
	vertical-align: middle;
    line-height: 1em;
    text-transform: uppercase;
}
.allbrand-parent-logo img, .allope-logo  img {
	display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 60%;
    max-height: 40%;
}
.allbrand-parent-logo, #allbrand-parents:not(:hover) .allbrand-parent.active .allbrand-parent-logo,
#allope-blocs:hover .allope-bloc:hover .allope-title  {
	opacity: 1;
}
#allbrand-parents:hover .allbrand-parent:not(:hover) .allbrand-parent-logo,
#allbrand-parents:not(:hover) .allbrand-parent.allbrand-parent-logo,
#allope-blocs:hover .allope-bloc .allope-logo {
	opacity: 0;
}
.allbrand-theparent {
    padding: 10px;
    text-align: center;
}

.brand-nav .singleope-logo {
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
    width: auto;
    max-width: 100%;
    height: auto;
	text-align: center;
	color: #FFF;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}
#brand-prev .singleope-logo {
	left: 30px;
}
#brand-next .singleope-logo {
	right: 30px;
}
.brand-nav .singleope-logo img {
    max-width: 60%;
	left: 0 !important;
	right: 0 !important;
}

/*-----------------------------------------------------------------------
  == Single brand
----------------------------------------------------------------------- */
body {
	overflow-x: hidden;
}
.page-cover .brand-title {
	max-width: 85%;
    margin: 0 auto;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.page-cover .brand-title img {
    display: inline-block;
    max-height: 250px;
    width: auto;
}

/* Cover column
------------------------- */
.brand-cover-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.brand-baseline {
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
}
.brand-social {
	position: relative;
	padding-top: 20px;
}
.brand-social-black {
	padding-top: 0;
}
.brand-social:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -9px;
	width: 18px;
	height: 1px;
	background: #fff;
}
.brand-social-black:before {
	display: none;
}
.brand-social li {
	display: inline;
}
.brand-social li + li a {
	margin-left: 10px;
}
.brand-social a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}
.brand-social-black a {
	background-color: #000;
	padding: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
	border-radius: 50%;
}
.brand-social-black a:hover {
	background-color: #1d4b84;
}
.brand-keyfigures {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.65);
	color: #fff;
	z-index: 1;
}
.brand-key {
	text-align: center;
    margin: 14px 0 10px;
	padding: 10px;
	border-left: 1px solid #FFF;
}
.brand-key:nth-child(1) {
	border: none;
}
.brand-key strong {
	font-family: 'Droid Serif', serif;
	display: block;
	font-size: 2.4em;
    line-height: 1em;
	font-style: italic;
	font-weight: bold;
}
@media only screen and (min-width:990px) and (max-width:1199px) {
	.brand-key strong {
		font-size: 1.4em;
	}
}
@media (max-width:639px) {
	.brand-key {
		margin: 5px 0 5px;
		line-height: 1;
	}
	.brand-key strong {
		font-size: 1.2em;
		line-height: 1;
	}
}



/* Content column
------------------------- */

.brand-galaxy {
	background: #AAA;
	overflow: hidden;
}
.brand-galaxy .brand-galaxy-bloc {
	position: relative;
}
.brand-galaxy-bloc, .brand-galaxy-bloc a {
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	outline: none !important;
}
.brand-galaxy-trans {  
	text-align: center;
}
.brand-galaxy-bloc a {
	display: block;
	color: #FFF;
}
.brand-galaxy-bloc span {
    position: relative;
    display: block;
    padding: 10px 10px 5px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.brand-galaxy-bloc span:before, .brand-galaxy-bloc span:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	margin: auto;
    width: 18px;
    height: 1px;
    background: #FFF;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.brand-galaxy-bloc span:before {
    top: -18px;
	opacity: 0;
}
.brand-galaxy-bloc span:after {
    bottom: 0;
	opacity: 1;
}
.brand-galaxy-bloc a:hover span {
	padding-top: 22px;
}
.brand-galaxy-bloc a:hover span:before {
	opacity: 1;
}
.brand-galaxy-bloc a:hover span:after {
	opacity: 0;
}
.brand-galaxy-bloc img {   
    margin: 10px auto;
    max-width: 80%;
}
#brand-galaxy-mag img {
    max-width: 155px;
}
.brand-content {
	margin: 20px;
}
.brand-content .grid50, .brand-content .grid100 {
	padding: 20px;
}
.brand-content .grid50.bloc-print, .brand-content .grid50.bloc-digital {
	padding-bottom: 10px;
}
.brand-content  .small-title {
    margin-bottom: 10px;
}
.brand-downloads li a, .brand-link a {
	position: relative;
	display: block;
	vertical-align: top;
	line-height: 1em;
	text-decoration: none;
	color: #000;
    padding: 3px 0 15px 40px;
}
.brand-link a {
    padding-left: 65px;
}
.brand-downloads li a:before, .brand-link a:before {
	font-family: "icomoon", sans-serif;
	position: absolute;
    top: 0;
	left: 0;
	vertical-align: top;
	font-size: 1.6em;
    line-height: 1em;
}
.brand-downloads li a:before {
	content: "\e602";
}
.brand-downloads li.dl-digital a:before {
	content: "\e603";
    font-size: 1rem;
    top: 4px;
}
.brand-mailto a:before {
	content: "\e604";
}
.brand-print a:before {
	content: "\e605";
	font-size: 2.3em;
}
.brand-downloads li a:hover {
	color: #1d4b84;
}
.brand-chiffre {
    line-height: 1.4em;
    margin: 15px 0;
}
.brand-chiffre strong {
	font-family: 'Droid Serif', serif;
	font-size: 1.4em;
    line-height: 1em;
	display: block;
	font-style: italic;
	font-weight: bold;
}
.brand-source {
	padding-top: 0 !important;
}
.brand-source p {
    font-size: .8em;
    line-height: 1.2em;
	color: #8F8F8F;
}
.brand-contact p {
	margin-bottom: 20px;
}
.brand-sharings > li {
	margin-bottom: 16px;
}
.brand-link a:hover {
	color: #1d4b84;
}
.brand-children {
	padding: 40px 30px 0;
}
.brand-children .small-title {
	margin: 0 10px;
}
.brand-parent.grid100, .brand-child {
	padding: 10px;
}
.brand-parent a, .brand-child a {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; 
}
.brand-parent a:hover, .brand-parent a:focus,
.brand-child a:hover, .brand-child a:focus {
	outline: 0 !important;
    -webkit-filter: grayscale(0%);
	filter: grayscale(0%);
    filter: none;
}
.brand-parent img {
	max-width: 300px;
}
@media only screen and (max-width:639px) {
	.brand-parent img {
		max-width: 100%;
	}
}
.brand-child a {
	display: block;
    line-height: 80px;
    height: 80px;
    text-align: center;
}
.brand-child img {
	max-height: 100%;
	width: auto;
    vertical-align: middle;
}
.brand-allnews > .small-title {
	margin: 0 40px 10px;
}
.brand-news {
	position: relative;
	color: #FFF;
    display: block;
	height: auto;
	min-height: 200px;
}
.brand-news img {
    display: block;
}
.brand-news .small-title {
	display: block;
}
.brand-news .small-title:after {
	background: #FFF;
}
.brand-news-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
    max-width: 200px;
    margin: 0 auto;
    z-index: 5;
}
.brand-news-title strong {
    display: block;
	font-style: italic;
    line-height: 1em;
    margin-top: 10px;
}
.brand-nav {
	position: fixed;
	display: block;
	background: #FFF;
	top: 0;
	bottom: 0;
	width: 180px;
	height: 100%;
	z-index: 5;
	text-decoration: none;
	outline: 0 !important;
}
@media (max-width:639px) {
	.brand-nav {
		display: none;
	}
}
.brand-nav img {
	position: absolute;
	top: 0;
	bottom: 0;
    left: 0;
    right: 0;
    width: 140px;
	margin: auto;
}
#brand-next img {
    right: 30px;
}
#brand-prev img {
    left: 30px;
}
#brand-prev {
	left: -180px;
	-webkit-transition: left .4s ease-in-out;
	-moz-transition: left .4s ease-in-out;
	-ms-transition: left .4s ease-in-out;
	transition: left .4s ease-in-out;
}
#brand-next {
	right: -180px;
	-webkit-transition: right .4s ease-in-out;
	-moz-transition: right .4s ease-in-out;
	-ms-transition: right .4s ease-in-out;
	transition: right .4s ease-in-out;
}
#brand-prev:hover {
	left: 0;
}
#brand-next:hover {
	right: 0;
}

.brand-nav:before {
	font-family: "icomoon", sans-serif;
	position: fixed;
    top: 0;
    bottom: 0;
	font-size: .6em;
    height: 14px;
	color: #FFF;
    z-index: 110;
	margin: auto;
}
.brand-nav:after {
	content: "";
	position: fixed;
    top: 0;
    bottom: 0;
	margin: auto;
    z-index: 105;
	-webkit-transition: border-color .2s ease-in-out;
	-moz-transition: border-color .2s ease-in-out;
	-ms-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
}
#brand-prev:before { content: "\e600"; left: 5px; }
#brand-prev:after {
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 30px;
	border-color: transparent transparent transparent #000;
}
#brand-next:before { content: "\e601"; right: 5px; }
#brand-next:after {
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 30px 0;
	border-color: transparent #000 transparent transparent;
}
#brand-prev:hover:after {
	border-color: transparent transparent transparent #8F8F8F;
}
#brand-next:hover:after {
	border-color: transparent #8F8F8F transparent transparent;
}






/* Operations
------------------------- */
.single-operation .page-cover-content {
	color: #FFF;
	padding: 20px;
}
.single-operation .page-cover-content p {
	line-height: 1em;
}
#ope-logo img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 250px;
    height: auto;
    max-height: 80px;
}
.single-operation .page-cover-content .page-title {
    font-size: 1.6em;
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
}
.single-operation .page-cover-content .page-title:after {
	display: none;
}
.ope-goalmedia li, .ope-promises li {
	position: relative;
	display: block;
	padding: 5px 0 5px 25px;
}
.ope-goalmedia li:before, .ope-promises li:before {
	font-family: 'icomoon', sans-serif;
	content: "\e612";
	display: block;
	position: absolute;
	left: 0;
}
.ope-goalmedia li.checked:before, .ope-promises li.checked:before {
	content: "\e613";
}
.ope-result img {
	max-width: 80%;
    margin: 10px auto;
    display: block;
}

#ope-dispolist {
    margin: 10px 0;
}
#ope-dispolist .grid50 {
	position: relative;
	padding: 0;
    margin: 10px 0;
}
#ope-dispolist span[class^="icon-"] {
	position: absolute;
	left: 0;
	padding: 0;
	font-size: 2em;
}
#ope-dispolist span {
    display: block;
    padding-top: 3px;
	padding-left: 60px;
    line-height: 1em;
    word-wrap: break-word;
}
#ope-openlightbox {
	display: inline-block;
	margin: 10px 0;
    padding: 5px 10px;
	background: #000;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: background .4s ease-in-out;
	-moz-transition: background .4s ease-in-out;
	-ms-transition: background .4s ease-in-out;
	transition: background .4s ease-in-out;
}
#ope-openlightbox:hover {
	background: #FFF;
	color: #000;
}
#ope-openlightbox:before {
	font-family: "icomoon", sans-serif;
	content: "\e606";
}
#ope-openlightbox span {
	display: inline-block;
	vertical-align: top;
    padding-left: 10px;
}

#ope-closelightbox {
	position: absolute;
    top: 0;
    right: 0;
	display: block;
}
#ope-closelightbox #close-btn {
    position: absolute;
	display: block !important;
}

#ope-lightbox {
	z-index: 100;
	position: fixed;
	background: #FFF;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
    overflow: hidden;
	display: none;
}
#ope-lightbox.active-lightbox {
	display: block;
}
#ope-lightbox:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.8);
}

#ope-carousel {
	z-index: 100;
	position: absolute;
	background: #FFF;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
    margin: auto;
    width: 100%;
    max-width: 80%;
    height: 100%;
	text-align: center;
}
.carousel-inner {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.carousel-inner > .item {
	position: relative;
	display: none;
    height: 100%;
	-webkit-transition: .4s ease-in-out left;
	-moz-transition: .4s ease-in-out left;
    -o-transition: .4s ease-in-out left;
    transition: .4s ease-in-out left;
}
#ope-carousel img, #ope-carousel iframe, #ope-carousel .wp-video {
    display: block;
	margin: auto;
	width: 80%;
	height: auto;
}
#ope-carousel a {
	color: #000;
}
#ope-carousel img {
	position: absolute;
	top: 17.5%;
    bottom: 2.5%;
	left: 0;
	right: 0;
	margin: auto;
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
}
#ope-carousel iframe, #ope-carousel .wp-video {
	position: absolute;
	width: 80% !important;
	height: 80% !important;
	top: 17.5%;
    bottom: 2.5%;
	left: 0;
	right: 0;
	margin: auto;
}
#ope-carousel .carousel-caption {
	position: absolute;
	display: table;
    width: 100%;
    height: 15%;
    text-align: center;
    top: 0;
    margin: 0;
	color: #FFF;
	background: #AAA;
}
#ope-carousel .carousel-innerCaption {
    padding: 0 10%;
    display: table-cell;
    vertical-align: middle;
}
@media only screen and (max-width:639px) {
	#ope-carousel .carousel-innerCaption {
		line-height: 1.1;
	}
}
.mejs-container {
	width: 100% !important;
    height: 100% !important;
}
.mejs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.mejs-controls div.mejs-time-rail {
    width: 83%;
}
.mejs-container {
    width: 100% !important;
    height: auto !important;
    padding-top: 57%;
}
.mejs-overlay, .mejs-poster {
    width: 100% !important;
    height: 100% !important;
}
.mejs-mediaelement video {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100% !important;
    height: 100% !important;
}


.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-inner > .item .item-table {
	display: table;
	width: 100%;
	height: 100%;
}
.carousel-inner > .item .container {
	display: table-cell;
	vertical-align: middle;
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	width: 40px;
    height: 60px;
	margin: auto;
    font-size: 6em;
	line-height: 60px;
	color: #000;
	text-align: center;
    text-decoration: none;
}
.carousel-control.right {
	right: 15px;
	left: auto;
}
.carousel-control:hover,
.carousel-control:focus {
	color: #000;
	text-decoration: none;
}
.carousel-caption {
	padding: 15px;
}

#allope-carousel {
	width: 100%;
}
#allope-carousel .carousel-inner > .item img {	
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    max-width: none;
}
#allope-carousel .carousel-inner > .item {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	display: block;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
#allope-carousel .carousel-inner > .active {
	left: 0;
	opacity: 1;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
#allope-carousel .carousel-inner > .left,
#allope-carousel .carousel-inner > .active.left,
#allope-carousel  .carousel-inner > .next,
#allope-carousel .carousel-inner > .next.left {
	left: 0;
}

#allope-fullcover {
	position: relative;
	width: 100%;
	min-height: 300px;
	text-align: center;
	background: #CCC;
}
#allope-title {
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	margin: auto;
	color: #FFF;
	z-index: 3;
}
#allope-title .page-title {
	font-weight: bold;
    font-size: 2em;
}
#allope-title .page-title:after {
	background: #FFF;
}
.allope-baseline {    
	margin-top: 10px;
    font-size: 3em;
    line-height: 1em;
}
@media (max-width:639px) {
	.allope-baseline {
		font-size: 2em;
	}
}
#allope-bgcover {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#allope-bgcover .wp-video {
    min-width: 100% !important;
    min-height: 100% !important;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
}
#allope-bgcover video.wp-video-shortcode {
    min-width: 100% !important;
    min-height: 100% !important;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
}
#allope-bgcover .mejs-embed, #allope-bgcover  .mejs-embed body, #allope-bgcover  .mejs-container .mejs-controls {
	background: transparent !important;
}
#allope-bgcover .mejs-container {
	background: transparent !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
	padding: 0 !important;
    margin: auto !important;
    min-width: 100% !important;
    min-height: 100% !important;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
}
#allope-bgcover .mejs-controls, #allope-bgcover .mejs-layers {
	display: none !important;
}
#allope-bgcover .mejs-mediaelement {
    min-width: 100% !important;
    min-height: 100% !important;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
}
#allope-contentlink {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #000;
	color: #FFF;
	text-decoration: none;
	outline: none !important;
}
#allope-contentlink span {
	display: block;
	text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1em;
	padding-bottom: 50px;
}
#allope-contentlink:before {
	content: "\e614";
	font-family: "icomoon", sans-serif;
	position: absolute;
	left: 0;
	right: 0;
    bottom: 5px;
	font-size: .6em;
    background-color: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
	color: #FFF;
    z-index: 3;
	margin: auto;
}
#allope-contentlink:hover span {
	text-decoration: underline;
}
#allope-contentlink:hover:before {
	color: #000;
	background-color: #FFF;
}


#ope-selects {
	text-align: center;
}
#ope-selects .grid33 {
	padding: 10px;
}



/* Media Kit
------------------------- */
#mk-table {
    margin: 0 20px;
	background: #FFF;
}
#mk-titles, #df-titles {
	text-align: center;
    padding: 140px 0 20px;
}
#mkdf-selects {
	position: relative;
	text-align: center;
    margin-bottom: 60px;
	padding-top: 80px;
}
#df-download-spetech {
	position: relative;
	display: block;
	padding: 10px 20px;
    font-size: .9em;
	width: 90%;
	max-width: 350px;
	margin: 20px auto;
	color: #FFF;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	background: #1d4b84;
	border: 1px solid #1d4b84;
}
#df-download-spetech:hover {
	color: #1d4b84;
	background: #FFF;
}
#df-download-spetech:before {
	font-family: "icomoon", sans-serif;
	content: "\e602";
	position: absolute;
	right: 20px;
}
#mkdf-selects .mk-select {
	width: 250px;
    margin: 0 auto;
}
.selectWidth {
    max-width: 760px;
	margin: 0 auto;
}
#mkdf-selects .grid33 {
	padding: 10px;
}
.mixSelect {
	cursor: pointer;
}
#mkdf-nav {
	position: absolute;
	top: 0;
	right: 0;
	color: #000;
	text-decoration: none;
	outline: none !important;
	height: 60px;
    line-height: 54px;
}
#mkdf-nav span {
	display: inline-block;
	text-align: right;
    text-transform: uppercase;
    font-size: .7em;
    line-height: 1em;
	padding-right: 35px;
	vertical-align: middle;
}
#mkdf-nav:before {
	content: "\e601";
	right: 5px;
	font-family: "icomoon", sans-serif;
	position: absolute;
    top: 0;
    bottom: 0;
	font-size: .6em;
    height: 14px;
    line-height: 14px;
	color: #FFF;
    z-index: 3;
	margin: auto;
}

#mkdf-nav:after {
	content: "";
	position: absolute;
    top: 0;
    bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	z-index: 2;
	border-style: solid;
	border-width: 30px 30px 30px 0;
	border-color: transparent #000 transparent transparent;
	-webkit-transition: border-color .2s ease-in-out;
	-moz-transition: border-color .2s ease-in-out;
	-ms-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
}
#mkdf-nav:hover:after {
	border-color: transparent #8F8F8F transparent transparent;
}
#mkdf-nav span:hover {
	color: #8F8F8F;
}

.mk-legends  {
	display: none;
	background: #fff;
}
.mk-line .grid10 {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.mk-line {
	text-align: center;
    width: 100%;
    overflow: hidden;
    border: 1px solid #d8d8d8;
	margin-bottom: 30px;
}
.mk-line span {
    display: inline-block;
	line-height: 1em;
    vertical-align: middle;
}
.mk-name.grid10  {
    width: auto;
	background: #AAA;
    padding: 0 10px;
	color: #FFF;
	text-align: left;
}
.mk-name span {
    font-size: 1.4em;
    padding: 20px 0;
    color: #FFF;
    text-decoration: none;
}
.mk-parent .mk-name {
	background-color: #1d4b84;
}
.has-children .mk-parent .mk-name {
	position: relative;
	cursor: pointer;
	padding-right: 40px;
}
.has-children .mk-parent .mk-name:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	content: '';
	display: inline-block;
	width: 20px;
	background-image: url(../../img/select.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px 10px;
}
.has-children .mk-parent.is-open .mk-name:after {
	transform: rotate(180deg);
}
@media only screen and (min-width:989px) {
	.has-children .mk-parent .mk-name {
		padding-right: 20px;
	}
	.has-children .mk-parent .mk-name:after {
		width: 12px;
		background-size: 12px 6px;
	}
}
.mk-child {
	display: none;
}
.mk-cblink, .mk-checkall {
	position: relative;
	display: block;
	color: #000;
    text-decoration: none;
	outline: none !important;
    text-align: left;
}
.mk-digitals {
    display: block;
	position: relative;
    color: #000;
    text-decoration: none;
    text-align: left;
    margin-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}
.mk-checkall {
	background: #f8f8f8;
	padding: 0 10px;
    line-height: 40px;
}
.mk-downloadall {
    display: block;
	position: relative;
	background: #AAA;
	color: #FFF;
	text-align: left;
    text-decoration: none;
	text-transform: uppercase;
    line-height: 40px;
}
.mk-downloadall:hover {
	background: #000;
}
.mk-cblink span, .mk-checkall  span, .mk-digitals span {
	margin-left: 45px;
    text-align: left;
}
.mk-downloadall span {
	margin-left: 45px;
    text-align: left;
}
.mk-cblink:before, .mk-checkall:before {
	font-family: 'icomoon', sans-serif;
	content: "\e602";
	position: absolute;
	left: 10px;
}
.mk-cblink.active:before, .mk-checkall.active:before {
	content: "\e613";
}
.mk-digitals:before {
	font-family: "icomoon", sans-serif;
	content: "\e603";
	position: absolute;
    top: 7px;
	left: 10px;
    font-size: .7em;
}
.mk-downloadall:before {
	font-family: "icomoon", sans-serif;
	content: "\e602";
	position: absolute;
	left: 10px;
}

.mk_link_cgv {
    display: block;
    margin: 20px auto;
    text-align: center;
}
.mk_link_cgv a {
	color: #000;
}

#mixContainer .mix, #mixMediaKit .mix{
	display: none;
}
#df-titles {
	min-height: 200px;
}
#df-liste  .grid25 {
    padding: 10px;
}
#df-liste .df-link {
	text-decoration: none;
	color: #000;
}
#df-liste .df-img {
	display: block;
	margin: 20px auto 0;
	width: 100%;
	height: auto;
}
.df-link .small-title {
	padding-top: 0;
	padding-bottom: 10px;
	-webkit-transition: padding .4s ease-in-out;
	-moz-transition: padding .4s ease-in-out;
	-ms-transition: padding .4s ease-in-out;
	transition: padding .4s ease-in-out;
}
.df-link .small-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 1px;
    background: #000;
	opacity: 0;
}
.df-link .small-title:before, .df-link .small-title:after {
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}
.df-link:hover .small-title {
	padding-top: 10px;
	padding-bottom: 0;
}
.df-link:hover .small-title:before {
	opacity: 1;
}
.df-link:hover .small-title:after {
	opacity: 0;
}
#download_loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
	background: rgba(0,0,0,.8);
	color: #FFF;
    font-size: 1.4em;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s ease .4s,
				opacity .4s ease;				
	-moz-transition: visibility 0s ease .4s,
				opacity .4s ease;				
	-ms-transition: visibility 0s ease .4s,
				opacity .4s ease;
	transition: visibility 0s ease .4s,
				opacity .4s ease;
}
#download_loader span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#download_loader.loading {
	opacity: 1;
	visibility: visible;
	transition-delay:0s;
}

@media only screen and (min-width:640px) {
	.brand-galaxy .brand-galaxy-bloc {
		height: 200px;
	}
	.brand-galaxy-bloc img {
		position: absolute; 
		top: 45px;
		left: 0;
		right: 0;
	}
}

@media only screen and (min-width:768px) {
	
	.page-template-operations .innerWidth {
		padding-left: 10px;
		padding-right: 10px;
	}
	#allope-title .page-title {
		font-size: 5em;
	}
	#ope-selects .grid33 {
		text-align: center;
		padding: 20px;
	}
	#ope-openlightbox {
		margin: 15px;
		padding: 5px 15px;
	}
	.single-operation .page-cover-content {
		padding: 30px;
	}
	.single-operation .page-cover-content p {
		line-height: 1.4em;
	}
	#ope-logo img {
		margin: 0 auto 20px;
		max-width: 400px;
		max-height: 150px;
	}
	.brand-content  .small-title {
		margin-bottom: 30px;
	}
	.page-head {
		min-height: 420px;
	}	
	.allbrand-children {
		padding: 50px 0;
	}
	.brand-content {
		margin: 30px;
	}
	.brand-content .grid50, .brand-content .grid100 {
		padding: 30px;
	}
	.brand-allnews > .small-title {
		margin: 0 80px 10px;
	}
	#allope-title {
		top: 0;
		bottom: 0;
		height: 150px;
	}
}

@media only screen and (min-width:989px) {
	#mkdf-selects {
		padding-top: 0;
	}
	#mkdf-nav {
		top: auto;
		bottom: 0;
	}
	#allope-content {
		position: relative;
		padding-top: 140px;
	}
	#mkdf-selects .grid33 {
		padding: 0 10px;
	}
	.brand-galaxy-bloc span {
		font-size: .9em;
	}
	#mk-table {
		margin: 0 auto;
		padding: 0 20px;
		max-width: 1280px;
	}
	.mk-legends  {
		display: block;
	}
	.mk-legend {
		background: #AAA;
		color: #FFF;
		text-transform: uppercase;
	}
	.mk-legend span {
		display: inline-block;
		font-size: .8em;
		line-height: 1em;
		vertical-align: middle;
	}
	.mk-extreme {
		border-bottom: 1px solid #FFF;
	}
	.mk-checkbox, .mk-legends  .grid10 {
		border-bottom: 1px solid #AAA;
	}
	.mk-line {
		border: 0;
		margin: 0;
	}
	.mk-line .grid10 {
		width: 10%;
		display: inline-block;
		height: 50px;
		line-height: 50px;
	}
	.mk-line .mk-name {
		margin-top: 0;
	}
	.mk-line .mk-name span {
		font-size: .9em;
		padding: 0;
	}
	.mk-line span {
		font-size: .75em;
		line-height: 1em;
	}
	.mk-digitals {
		border: none;
		margin: 0;
	}
	.mk-cblink:before, .mk-digitals:before {
		top: auto;
		left: 0;
		right: 0;
		margin: auto;
	}
	.mk-cblink span, .mk-digitals span {
		display: none;
	}
	.mk-cblink, .mk-checkall, .mk-digitals, .mk-downloadall {
		text-align: center;
		padding: 0 10px;
		line-height: 50px;
	}
	.mk-cblink span, .mk-checkall span, .mk-digitals span, .mk-downloadall span {
		margin-left: 25px;
	}
	.mk-checkall span, .mk-downloadall span {
		font-size: .5em;
	}
}

@media only screen and (min-width:1025px) {
	.brand-content {
		margin: 40px;
	}
	.brand-content .grid50, .brand-content .grid100 {
		padding: 40px;
	}
}

@media only screen and (min-width:1080px) {
	.brand-galaxy-bloc span {
		font-size: .9em;
	}
	.selectWidth {
		max-width: 900px;
	}
	.mk-checkall span, .mk-downloadall span {
		font-size: .75em;
	}
}