/** OWL CAROUSEL **/

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1; }
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */ }
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0; }
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: auto;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }
.owl-carousel.owl-loaded {
	display: block; }
.owl-carousel.owl-loading {
	opacity: 0;
	display: block; }
.owl-carousel.owl-hidden {
	opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab; }
.owl-carousel.owl-rtl {
	direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
	float: right; }

/* No Js */
.no-js .owl-carousel {
	display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
	z-index: 0; }

.owl-carousel .owl-animated-out {
	z-index: 1; }

.owl-carousel .fadeOut {
	animation-name: fadeOut; }

@keyframes fadeOut {
	0% {
		opacity: 1; }
	100% {
		opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000; }

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none; }

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none; }
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px; }

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline; }
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791; }



html, body {
	font-family: 'Open Sans', sans-serif;
	color: #131413;
}

.logo img {
	width: 100%;
	height: auto;
}

h1 {
	font-size: 60px;
	font-weight: bold;
}

/** LAYOUT **/

#navbar {
	border-bottom: 25px solid #479f00;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-bottom: 25px;
	box-shadow: 0 8px 30px 0 rgba(0,0,0,0.20);
}



.logo {
	width: 690px;
	max-width: 100%;
}

.not-front #navbar {
	padding-top: 7px;
	padding-bottom: 7px;
}

.not-front .logo {
	width: 300px;
}

.navbar-default {
    background-color: transparent;
	border: none;
}

.footer-copyright{
	background: #131413;
	color: white;
	font-size: 14px;
	height: 60px;
	line-height: 60px;
	margin-top: 140px;
}

.page-header {
	border: none;
}

.view-homepage {
	margin-top: 100px;
}


/** HOMEPAGE **/

.view-homepage > .view-content > .views-row {
	padding-bottom: 40px;
	border-bottom: solid 4px #131413;
	margin-bottom: 70px;
}

.view-homepage .view-content > .views-row:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.magazine-item {
	margin-bottom: 80px;
}

.magazine-title {
	font-size: 60px;
	line-height: 60px;
	color: #479f00;
	font-weight: bold;
	margin-top: 82px;
	margin-bottom: 20px;
}
.magazine-subtitle {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 60px;
}

.magazine-body {
	font-size: 25px;
	line-height: 34px;
	margin-bottom: 80px;
}

.fao-dl-btn {
	display: inline-block;
	padding: 20px 15px;
	padding-left: 60px;
	background: url('images/icon-download.svg') no-repeat 20px center #479f00;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
	color: white;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	
}

.fao-dl-btn:hover,
.fao-dl-btn:focus {
	color: white;
	background-color: #3a7a08;
	text-decoration: none;
}

.article-list-item {
	margin-bottom: 30px; min-height: 215px;
}

.article-list-item-inner {
	position: relative;
	height: 100%;
	width: 100%;
}

.article-list-item img {
	width: 100%;
	height: auto;
}

.article-list-overlay {
	background: #131413;
	position: absolute;
	bottom: 0;
	left: 0;
	border-left: 10px solid #479f00;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	padding: 5px 20px;
	overflow: hidden;
	width: 100%;
	min-height: 55px;
}

.article-list-desc {
}

.article-list-overlay .article-list-title a {
	color: white;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
}

.article-list-item:hover .article-list-title a{
	color: #479f00;
	text-decoration: none;
}

.article-list-overlay .article-list-desc {
	max-height: 0;
	color: white;
	transition: ease 0.5s;
	-webkit-transition: ease 0.5s;
	overflow: hidden;
}

/*.article-list-item:hover .article-list-overlay{
	height: 100%;
}*/

.article-list-item:hover .article-list-desc{
	max-height: 1000px;	
	margin-top: 15px;
}

/** INNER ARTICLE **/
.field-name-field-sous-titre {
	font-size: 30px;
	color: #131413;
	margin-top: 50px;
	margin-bottom: 50px;
}

.article-content-columns {
	font-size: 20px;
	line-height: 26px;
	color: #131413;
	margin-top: 50px;
}

.field-name-field-publicit-pied-d-article{
	margin-top: 75px;
}

.field-name-field-image .view-full {
	display: none;
}

.galleryformatter-greenarrows .gallery-slides {
	max-width: 100%;
}

.galleryformatter-greenarrows .gallery-thumbs {
	padding: 0;
	max-width: 100%;
}

.galleryformatter-greenarrows .gallery-thumbs li.active a {
	background: transparent;
	padding: 0;
}

.galleryformatter-greenarrows .gallery-thumbs li {
	padding: 0;
	background: transparent;
}

.galleryformatter-greenarrows .gallery-thumbs li a {
	padding: 0;
	background: transparent;
}

.galleryformatter-greenarrows .gallery-thumbs .wrapper {
	background: transparent;
}

.galleryformatter-greenarrows .gallery-thumbs .arrow {
	display: none;
}

.publicite-footer-article {
	margin-top: 50px;
}

.article-content-columns h3, .field-name-field-encadr- h3 {
	font-size: 25px;
	line-height: 33px;
	font-style: italic;
	margin-bottom: 42px;
	padding-top: 35px;
	background: url('images/icon-quote.png') no-repeat left 5px;
}


.article-content-columns p, .field-name-field-encadr- p {
	margin-bottom: 15px;
	line-height: 28px;
}

.article-content-columns h2, .field-name-field-encadr- h2{
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 20px;
}

.field-name-field-encadr- {
	margin-top: 30px;
	margin-bottom: 30px;
	border: 2px solid #479f00;
	padding: 30px;
	font-size: 20px;
	line-height: 26px;
	color: #131413;
}

.slick__arrow .slick-arrow {
	background: #ffffff url(images/chevron-left.png) no-repeat center center ;
	height: 45px;
	width: 45px;
	top: 43%;
	text-indent: -9999px;
	filter: alpha(opacity=100);
	-ms-filter: ”alpha(opacity=100)”;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	border-radius: 100%;
	left: 10px;
}

.slick__arrow .slick-arrow.slick-next{
	background-image: url(images/chevron-right.png);
	left: auto;
	right: 10px;
}

.slide__caption {
	background: rgba(255, 255, 255, 0.8);
	min-height: auto;
	padding: 20px 10px;
}

.back-to-home-please {
	float: left;
	padding: 9px 0;
	margin-right: 20px;
}

.back-to-home-please a {
	display: block;
	padding-left: 45px;
	height: 28px;
	line-height: 28px;
	color: white;
	font-size: 16px;
	background: url('images/icon-home.svg') no-repeat left center;
}

.front .back-to-home-please {
	display: none;
}

.box-cta {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
	cursor: pointer;
	text-decoration: none;
}

.box-cta:hover{
	text-decoration: none;
}

.flippy {
	
}

.flippy a {
	font-size: 16px;
	color: #479f00;
	background: url('images/arrow-left.png') no-repeat left center;
	display: inline-block;
	padding-left: 35px;
}

.flippy .prev {
	float: right;
}

.flippy .prev a {
	background: url('images/arrow-right.png') no-repeat right center;
	padding-left: 0;
	padding-right: 35px;
}

.flippy .next {
	float: left;
}

.view-article-header-current-magazine .views-field-title {
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #808386;
	text-transform: uppercase;
	float: left;
}

.view-article-header-current-magazine .views-field-field-sous-titre {
	font-size: 18px;
	font-weight: bold;
	line-height: 34px;
	color: #131413;
	text-align: right;
}

.pre-container-content{
	padding-bottom: 30px;
}

.inner-navigation-content {
	background: #479f00;
	padding: 30px 0;
	color: white;
}

.region-inner-navigation-content {
	float: left;

}

.region-inner-navigation-content .flippy {
	margin: 0;
}

.region-inner-navigation-content .flippy a {
	font-size: 16px;
	color: white;
	background: url('images/previous-icon.svg') no-repeat left center;
	display: inline-block;
	padding-left: 35px;
}

.region-inner-navigation-content .flippy .prev {
	float: right;
}

.region-inner-navigation-content .flippy .prev a {
	background: url('images/next-icon.svg') no-repeat right center;
	padding-left: 0;
	padding-right: 35px;
}


.main-container > .row > .col-sm-12{
	padding-top: 30px;
}


.view-article-same-magazine {
	position: absolute;
	right: 0;
	top: 0;
	background: white;
	z-index: 1000;
	box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.21);
	max-width: 100%;
	display: none;
}

.view-article-same-magazine .view-content ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	
}

.view-article-same-magazine .view-content ul > li a{
	display: block;
	padding: 15px 60px;
	border-bottom: 2px solid #479f00;
	font-size: 18px;
	color: #479f00;
	font-weight: bold;
	line-height: 24px;
}
.view-article-same-magazine .view-content ul > li:last-child a{
	border: none;
}

.inside-article-menu {
	width: 35px;
	float: right;
	margin-top: 8px;
	cursor: pointer;
}

.burger-bar {
	display: block;
	height: 4px;
	background: white;
	margin-bottom: 7px;
}

.slide__title {
	font-size: 12px;
}
.slide__description {
	font-size: 11px;
}

.slick-track{
	margin: 0;
}

.slick-list.draggable{
	background: #f1efef;
}