/**********\
  MAGAZINE
\**********/

#magazine h1{
	margin-top: 6rem;
	margin-bottom: 6rem;
}

#magazine .filtre-article{
	width: 100%;
	align-items: center;
	justify-content: center;	
}

#magazine .filtre-article .d-flex{
	-webkit-align-items: center;
	align-items: center;
}

#magazine .filtre-article .all-article,
#magazine .filtre-article .sort-by{
	width: 50%;
	padding: 10px 15px;
	text-transform: uppercase;
	line-height: 1.46;
	letter-spacing: 1.9px;
}

#magazine .filtre-article .all-article{
	text-align: right;
	padding-right: 3rem;
}

#magazine .filtre-article .all-article a{
	color: #a19044;
}

#magazine .filtre-article .sort-by{
	text-align: left;
	padding-left: 3rem;
	-webkit-transition: .3s;
	transition: .3s;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

#magazine .filtre-article .sort-by:hover,
#magazine .filtre-article .sort-by.open{
	background: #001826;
	color: #fff;
}

#magazine .filtre-article .sort-by span{
	display: inline-block;
	cursor: pointer;
}

#magazine .filtre-article .sort-by img{
	margin-left: .5rem;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
}

#magazine .filtre-article .sort-by.open img{
	opacity: 1;
	cursor: pointer;
}

#magazine .filtre-article .list-category{
	background: #001826;
	padding: 2rem 15px;
	margin-bottom: 0px;
	display: none;
}

#magazine .filtre-article .list-category a{
	color: #fff;
	line-height: 1.46;
	letter-spacing: 1.9px;
	text-transform: uppercase;
}

#magazine .articles{
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-wrap: wrap;
	-webkit-flex-direction: column;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#magazine .articles .article{
	display: -webkit-flex;
	display: flex;
	width: 100%;
}

#magazine .articles .article .img-article{
	width: 100%;
	height: 25.6rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#magazine .articles .article .info-article{
	padding: 4rem 1rem 4rem 1rem;
}


#magazine .articles .article .info-article .head-info,
#article .info-article .head-info{
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
}

#magazine .articles .article .info-article .head-info .categorie a,
#article .info-article .head-info a{
	color: #a19044;
	text-transform: uppercase;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #807e79;
}

#magazine .articles .article .info-article .head-info .date
#article .info-article .head-info .date{
	color: #807e79;
}

#magazine .articles .article .info-article h2{
	margin-bottom: 2rem;
}

#magazine .articles .article .info-article h2 a{
	color: #001826;
}

#magazine .articles .article .info-article .read-more{
	color: #a19044;
	border-bottom: solid 2px #e8e5e2;
	padding-bottom: 5px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.55;
	letter-spacing: 1.7px;
	-webkit-transition: .3s;
	transition: .3s;
}

#magazine .articles .article .info-article .read-more:hover{
	border-bottom: solid 2px #a19044;	
}

#magazine .more-article{
	background: rgba(232, 229, 225, .33);
	padding: 10px;
	text-transform: uppercase;
	color: #a19044;
	line-height: 1.46;
	letter-spacing: 1.9px;
	cursor: pointer;
}

#magazine .more-article span{
	display: inline-block;
	position: relative;
	border-bottom: 2px solid transparent;
	-webkit-transition: .3s;
	transition: .3s;
}

#magazine .more-article:hover span{
	border-bottom: 2px solid #a19044;
}

#magazine .more-article span:before{
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	background: no-repeat center url(/modules/williammagazine/views/css/AjaxLoader.gif);
	background-size: cover;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#magazine .more-article.on-run span:before{
	content: '';
}

@media screen and (max-width: 1345px){
	#magazine .articles .article > *{
		width: 50%;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: center;
		-webkit-justify-content: center;
		align-items: center;
		justify-content: center;
	}
	#magazine .articles .article .info-article{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;		
	}
	#magazine .articles .article:nth-child(2n) > a{
		order: 2;
	}
}

@media screen and (min-width: 1346px){
	#magazine .articles{
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	#magazine .articles .article{
		display: block;
		width: calc(100% / 3);
	}
	#magazine .articles .article.last .info-article{
		border-bottom: 0px;
	}
}

@media screen and (max-width: 704px){
	#magazine .articles .article{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#magazine .articles .article > *{
		width: 100%;
	}
	#magazine .articles .article:nth-child(2n) > .info-article{
		order: 3;
	}
}

/**********\
   ARTICLE
\**********/

#article .img-a-la-une,
#article .img-a-la-une .info-article,
#article .img-a-la-une .container-img{
	position: relative;
}
#article .img-a-la-une .container-img{
    padding-top: 56.25%;
	display: block;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#article .img-a-la-une .container-img:before{
	content: '';
	background: #001826;
	opacity: .3;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

#article .img-a-la-une .info-article{
	margin-bottom: 6rem;
}

#article .img-a-la-une .info-article:before{
	content: '';
	position: absolute;
	width: 2px;
	height: 3rem;
	background: #a19044;
	top: calc(100% + 1.5rem);
	left: 50%;
	margin-left: -1px;
}

#article .img-a-la-une .info-article .head-info a{
	color: #807e79;
}

#article .img-a-la-une .info-article h1{
	color: #001826;
	margin-top: 1.5rem;
	margin-bottom: 0px;
}

@media screen and (min-width: 704px){
	#article .img-a-la-une .info-article{
		position: absolute;
		z-index: 5;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		color: #fff;
		margin-bottom: 0px;
	}
	#article .img-a-la-une .info-article h1{
		color: #fff;
	}
	#article .img-a-la-une .info-article .head-info a{
		color: #a19044;
	}
}

#article .content-article{
	padding-top: 3.5rem;
	margin-bottom: 3.5rem;
}

#article .content-article img {
	height: auto;
}

#article .content-article p{
	margin-bottom: 0px;
}

#article .addthis_inline_share_toolbox{
    margin-top: 3.5rem;
}

#article .img-article [class*="image"]{
	display: block;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#article .img-article .image-1{
	padding-top: 135%;
}

#article .img-article .full-image .image-1{
	padding-top: 56.25%;
}

#article .img-article .image-2,
#article .img-article .image-3{
	padding-top: 67.5%;
}

#article .linked-article{
	padding-top: 7rem;
	background: #001826;
}

#article .linked-article > .head{
	padding-bottom: 4rem;
}

#article .linked-article .img-article{
	position: relative;
}

#article .linked-article .img-article:before{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #fff;
	z-index: 2;
	top: 0px;
	left: 0px;
	-webkit-transition: .3s;
	transition: .3s;
}

#article .linked-article .img-article .bg-image{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 69%;
}

#article .linked-article .img-article .info-article{
	padding: 48px 15px 30px 15px;
	-webkit-transition: .3s;
	transition: .3s;
	background: #fff;
}

#article .linked-article .img-article:hover:before,
#article .linked-article .img-article:hover .info-article{
	opacity: 1;
}

#article .linked-article  .head h2{
	margin-top: 0px;
	margin-bottom: 2rem
}

#article .linked-article .head a{
	text-transform: uppercase;
	display: inline-block;
	border-bottom: 2px solid #a19044;
	padding-bottom: .5rem;
	color: #fff;
	font-family: 'FreightSansProSemibold-Regular', Arial;
	-webkit-transition: .3s;
	transition: .3s;
}

#article .linked-article .head a:hover{
	color: #a19044;
}

#article .linked-article .list-article .img-article .info-article .head h3{
	color: #001826;
	margin-top: 0px;
	margin-bottom: 2rem;
}

#article .linked-article .list-article .img-article .info-article .head a{
	color: #a19044;
	border-bottom-color: #e8e5e2;
	font-size: 1rem;
	-webkit-transition: .3s;
	transition: .3s;
}

#article .linked-article .list-article .img-article .info-article .head a:hover{
	border-bottom-color: #a19044;
}

@media screen and (min-width: 1032px){
	#article .linked-article .img-article:before{
		content: ""
	}
	#article .linked-article .img-article .info-article{
		position: absolute;
		width: 100%;
		top: 50%;
		z-index: 5;
		padding: 15px;
		left: 0px;
		opacity: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background: transparent;
	}
}

/* Carousel */

.linked-article .list-article.owl-carousel .owl-controls{
	margin-top: 0px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 140px;
}

.linked-article .list-article.owl-carousel .owl-controls .owl-page span{
	opacity: 1 !important;
	background: #c6c5c0;
	-webkit-transition: .3s;
	transition: .3s;
}

.linked-article .list-article.owl-carousel .owl-controls .owl-page:hover span,
.linked-article .list-article.owl-carousel .owl-controls .owl-page.active span{
	background: #a19044;
}