/* BLOGS
-------------------------------------------------------------------------------------------------------------------------------- */
/* >>> Blog catégorie -------------------------------------------------------------- */
#content-blog { padding: 50px 0 150px; }

/* >	- catégorie */
#blog-categorie { 
	padding: 0 35px;
	max-width: 1360px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.blog-categorie_all,
.blog-categorie_item {
	width: 33.33%;
	padding: 5px;
}
.blog-categorie_all__text {
	position: relative;
	text-align: center;
	padding: 30px;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background: rgb(84,192,221);
	background: -moz-linear-gradient(90deg, rgba(84,192,221,1) 0%, rgba(28,187,180,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(84,192,221,1) 0%, rgba(28,187,180,1) 100%);
	background: linear-gradient(90deg, rgba(84,192,221,1) 0%, rgba(28,187,180,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#54c0dd",endColorstr="#1cbbb4",GradientType=1);
}
.blog-categorie_all__text h2 { margin: 0 0 .5em; }
.blog-categorie_all__text .bouton_2 { min-width: 120px; }
.blog-categorie_item a {
	display:block;
	overflow: hidden;
	position: relative;
}
.blog-categorie__thumb { background-color: #011f37 }
.blog-categorie__text {
	position: absolute;
	background: #1f2021;
	bottom: 0; left: 0;
	width: 100%;
	height: 45%;
	padding: 65px 20px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: height .5s, background-color .3s;
}
.blog-categorie__text .bt-plus {
	position: absolute;
	left: 50%; top: 15px;
	margin-left: -20px;
	margin-top: 0;
	height: 40px;
	width: 40px;
}
.blog-categorie__title {
	font-weight: 600;
	line-height: 1.25em;
	font-size: 1.25em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin: 0;
}
.blog-categorie_item:first-child .blog-categorie__text { background-color: #011f37; }
.blog-categorie_item:first-child a:hover .blog-categorie__text { background-color: #a49974; }
.blog-categorie_item a:hover .blog-categorie__text {
	height: 55%;
	background-color: #383838;
}

@media screen and (min-width: 1280px) {
	.blog-categorie__text { padding: 90px 20px 20px; }
	.blog-categorie__text .bt-plus {
		position: absolute;
		left: 50%; top: 20px;
		margin-left: -30px;
		height: 60px;
		width: 60px;
	}
}
@media screen and (max-width: 980px) {
	#content-blog { padding: 20px 0 80px; }
	.blog-categorie_all__text { padding: 20px }
	.blog-categorie_all__text h2 { font-size: 1.25em; }
	.blog-categorie__title { font-size: .875em; }
}
@media screen and (max-width: 850px) { 
	.blog-categorie__text { padding: 50px 15px 15px; }
	.blog-categorie__text .bt-plus {
		top: 15px;
		margin-left: -15px;
		height: 30px;
		width: 30px;
	}
}

@media screen and (max-width: 740px) { 
	#content-blog { padding: 20px 0 40px; }
	#blog-categorie { padding: 0 15px; }
	.blog-categorie__text { padding: 20px; }
	.blog-categorie__text .bt-plus { display: none }
}
@media screen and (max-width: 640px) { 
	.blog-categorie_all,
	.blog-categorie_item { width: 50%; }
	.blog-categorie_all__text { padding: 10px; }
	.blog-categorie_all__text h2 { font-size: 1em }
	.blog-categorie_all__text .bouton_2 { 
		min-width: 80px;
		padding: 5px 15px;
		font-size: .875em;
	}
}
@media screen and (max-width: 360px) {
	.blog-categorie_item {
		overflow: auto;
	}
	.blog-categorie__text {
		width: 100%;
		max-width: 100%;
		min-height: 50px;
		padding: 10px 20px;
		border-radius: 0;
		height: auto;
	}
}

/* >>> Blog liste -------------------------------------------------------------- */
/* > 	- categories filtres */
#nav-categorie {
	margin: 0 auto;
	max-width: 1320px;
	padding: 0;
}
#nav-categorie ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
#nav-categorie ul li { 
	margin: 0 20px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
#nav-categorie ul li a {
	border-radius: 32px;
	border: #1f2021 1px solid;
	color: #1f2021;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 5px 10px;
	-webkit-transition: background-color .3s, color .3s, border-color .3s;
	-o-transition: background-color .3s, color .3s, border-color .3s;
	transition: background-color .3s, color .3s, border-color .3s;
}
#nav-categorie ul li.active a {
	border-color: #00b0e9;
	background-color: #00b0e9;
	color: #fff;
}
#nav-categorie ul li a:hover {
	border-color: #00b0e9;
	background-color: transparent;
	color: #00b0e9;
}
#nav-categorie ul li a span {
	max-width: 160px;
	text-align: center;
	line-height: 1.2em;
}

/* >	- common */
#blog-liste {
	z-index: 1;
	margin: 0 auto;
	max-width: 1320px;
	position: relative;
	padding: 80px 20px;
}
.blog__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0 auto;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;
}
.blog_item__fig {
	position: relative;
	background: #1f2021;
	z-index: 1;
	width: 40%; 
}
.blog_item__fig img {
	display: block;
	z-index: 1;
	width: 100%;
    height: 100%;
	position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover; object-position: center;';
	transition: opacity .5s;
}
.blog_item__fig:hover img { opacity: .3 }
.blog_item__content {
	width: 60%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
	text-align: center;
}
.blog_item__content__inner {
	padding: 20px;
	max-width: 540px;
	margin: 0 auto;
}
.blog_item__categorie {
	display: block;
	margin: 0 0 10px;
	font-size: 1.25em;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #1f2021;
}
.blog_item__titre {
	color: #00b0e9;
	font-weight: 600;
	font-size: 1.5em;
	margin: 0 0 20px;
	line-height: 1.3em;
	text-transform: uppercase;
	transition: color .3s;
}
.blog_item__titre:hover { color: #1f2021; }
.blog_item__content__inner p { margin: 0 }
.blog__item .bt-plus { margin: 1em auto 0; }
.blog__item:hover { background-color: #f0f0f0; }
#blog-liste .blog__item:nth-child(2n) {
	flex-direction: row-reverse;
}

@media screen and (max-width: 1280px) {
	#blog-liste { padding: 60px 20px 0; }
	#nav-categorie ul {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 0 15px;
	}
	#nav-categorie ul li { 
		margin: 5px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
	}
	#nav-categorie ul li a { height: 44px; }
	#nav-categorie ul li a span { max-width: inherit }
}

@media screen and (max-width: 860px) {
	
	.blog_item__more { padding: 6px 15px; }
	#blog-liste { padding: 40px 40px 0; }
	.blog_item__categorie { font-size: 1em }
	.blog_item__titre { font-size: 1.125em }
	
}
	
@media screen and (max-width: 640px) {
	
	#nav-categorie ul { padding: 0 5px; }
	#nav-categorie ul li { 
		margin: 5px;
		font-size: .875em
	}
	#nav-categorie ul li a { height: 32px; }
	#nav-categorie ul li a span { max-width: inherit }	
	#blog-liste { padding: 20px 20px 0; }
	.blog__item {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		max-width: 480px;
		margin: 0 auto;
	}
	.blog_item__fig,
	.blog_item__content {
		width: 100%;
		padding: 0;
	}
	.blog_item__content {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.blog_item__fig {
		max-height: 75vw;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		margin: 0 0 20px;
	}
	.blog__item.enavant .blog_item__fig { width: 100%; }
	
}

/* >>> Blog details --------------------------------------------------------- */
#heading-article {
	text-align: center;
	padding: 20px 40px;
}
.heading-article_content {
	max-width: 1020px;
	margin: 0 auto;
}
#heading-article h1 {
	color: #00b0e9;
	font-weight: 600;
	margin: 0 0 20px;
	line-height: 1.3em;
	text-transform: uppercase;
	transition: color .3s;
}
#heading-article h1 em {
	font-weight: 600;
	margin: 0 0 10px;
	font-family: 'Montserrat', sans-serif;
	color: #1f2021;
}
/* --- */
#blog-details {
	padding: 5% 0;
}
#blog-details .edit_content h2 {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 1.75em;
}
#blog-details .edit_content h3 {
	font-family: 'Rajdhani', sans-serif;
	text-transform: none;
	font-weight: 600;
}
#blog-details .col-tt.content_block .content_flex { 
	justify-content: space-around; 
}
#blog-details .col-tt.content_block .wp50 {
	max-width: 440px;
}
.content_4photos { padding: 0 }
.content_4photos .content_flex { 
	max-width: 1280px;
	padding: 35px;
}
.content_4photos .content_flex .wp25 { padding: 5px }

/* >	 footer blog ---------------------- */
#footer-blog { padding: 20px; }
#footer-blog .content_row {
	padding: 10px 270px;
	max-width: 1200px;
	min-height: 80px;
	color: #6a6b6b;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}
#footer-blog .content_row p {
	text-align:center;
	font-size:14px;
	margin: 0;
}
#footer-blog .btn-prec,
#footer-blog .btn-suiv {
	position:absolute;
	font-family: "Montserrat", sans-serif;
	color: #6a6b6b;
	font-size: 1.25em;
	top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;	
	width: 250px;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}
#footer-blog .icon-arrows_left,
#footer-blog .icon-arrows_right {
	display: block;
	width: 20px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#footer-blog .btn-prec svg,
#footer-blog .btn-suiv svg {
	display: block;
	fill: #6a6b6b;
	width: 20px;
	height: 40px;
	transition: fill .3s, transform .5s;
}
#footer-blog .btn-prec { 
	left: 0;
	justify-content: flex-start;
}
#footer-blog .icon-arrows_left { margin-right: 20px; }
#footer-blog .btn-suiv { 
	right: 0;
	justify-content: flex-end;
}
#footer-blog .icon-arrows_right { margin-left: 20px; }
#footer-blog .btn-prec:hover,
#footer-blog .btn-suiv:hover { color: #54c0dd }
#footer-blog .btn-prec:hover svg {
	fill: #54c0dd;
	transform: translateX(-10px);
}
#footer-blog .btn-suiv:hover svg {
	fill: #54c0dd;
	transform: translateX(10px);
}
/* --- */
#footer-blog .rs-sharing {
	margin:0 auto;
	max-width: 1280px;
	padding: 30px 0;
	text-align:center;
}
.rs-sharing li { display:inline; }

.rs-sharing li { display:inline; }
.rs-sharing li.rs-sharing-title {
	display:inline-block;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color:#1f2021;
	margin-right: 20px 
}
.rs-sharing li a {
	display:inline-block;
	width: 40px; 
	height: 40px;
	margin: 0 3px;
	text-align:center;
	border-radius: 50%;
	line-height: 44px;
	background: #54c0dd;
	-webkit-transition:background-color .3s linear;
	-o-transition:background-color .3s linear;
	transition:background-color .3s linear;
}
.rs-sharing li a svg {
	fill: #fff;
	width: 15px;
    height: 15px;
}
.rs-sharing li a:hover { background-color:#1f2021 }

/* > 	history slider ---------------------- */
#blog-history-content {
	margin: 30px auto;
	max-width: 1200px;
	overflow:hidden;
}
#listing-blogs {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
#listing-blogs li.blog_els { 
	width:25%;
	height: auto;
	padding: 3px;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;
}
#listing-blogs li.blog_els a { 
	height: 100%;
	position: relative;
	text-align: center;
	padding: 0 0 60px;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;
}
#listing-blogs li.blog_els a:hover { background-color: #f0f0f0 }
#listing-blogs .blog-text { padding: 20px; }
#listing-blogs .blog_els h2,
#listing-blogs .blog_els h3 {
	line-height: 1.2em;
	font-weight: 600;
	font-size: 1.5em;
	color: #00b0e9; 
	margin: 0;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}
#listing-blogs .blog_els:hover h2,
#listing-blogs .blog_els:hover h3 { color: #1f2021; }
#listing-blogs .blog_els .bt-plus {
	position: absolute;
	margin-left: -20px;
	bottom: 10px;
	left: 50%;
}
#blog-history-content .swiper-nav {
	position:absolute;
	top:50%;
	z-index:2;
	border-radius: 50%;
	width:38px; height:38px;
	line-height:66px;
	margin-top:-30px;
	opacity: 0;
	background-color: #1f2021;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;
}
#blog-history-content .swiper-nav svg {
	width: 16px; 
	height: 16px;
	margin: 11px;
	fill: #fff;
}
#blog-history-content:hover .swiper-nav { opacity:1 }
#blog-history-content .swiper-nav:hover { background-color: #00b0e9 }
#blog-history-prev { left:15px; }
#blog-history-next { right:15px; }
#blog-history-next.swiper-button-disabled,
#blog-history-prev.swiper-button-disabled { display: none; }
#blog-history-content .swiper-nav:hover { background-position: 0 bottom }
@media screen and (min-width: 980px) {
	#listing-blogs li.blog_els a { padding-bottom: 80px; }
	#listing-blogs .blog_els .bt-plus { margin-left: -30px; }
}
@media screen and (max-width: 1280px) { 
	
	#footer-blog { padding: 20px 0; }
	#blog-history-content { padding: 0 40px; }
	#footer-blog .btn-prec { left: 20px; }
	#footer-blog .btn-suiv { right: 20px; }
	#listing-blogs .blog_els h2, 
	#listing-blogs .blog_els h3 { font-size: 1em; }
	
}
@media screen and (max-width: 860px) { 
	#blog-details { padding: 40px 0 }	
	.content_flex .wp33 { width: 50%; }
	.content_4photos .content_flex { padding: 15px; }
	#blog-history-content #listing-blogs li.blog_els { width:33.333%; }
	#footer-blog .content_row {
		padding: 20px 220px 20px;
    	min-height: 80px;
	}
	#footer-blog .btn-prec, 
	#footer-blog .btn-suiv {
		font-size: 1em;
		width: 190px;
	}	
}
@media screen and (max-width: 640px) {
	#heading-article { padding: 20px 30px; }
	
	.content_flex .wp50 { width: 100%; }
	.content_4photos .content_flex { padding: 15px 5px; }
	#blog-details .edit_content table { width: 100%; }
	
	#footer-blog .content_row { padding: 20px 50px; }
	#footer-blog .btn-prec, 
	#footer-blog .btn-suiv { width: 40px; }
	#footer-blog .btn-prec span.nav-text,
	#footer-blog .btn-suiv span.nav-text { display:none }
	#footer-blog .btn-prec .icon-arrows_left,
	#footer-blog .btn-suiv .icon-arrows_right { }
	#blog-history-content { padding: 0 30px; }
	#blog-history-content #listing-blogs li.blog_els { width: 50%; }
}
@media screen and (max-width: 480px) {
	.content_4photos .content_flex .wp25 { width: 50%; }
}
@media screen and (max-width: 320px) {
	#blog-history-content #listing-blogs li.blog_els { width: 100%; }
}