/* EXPOSOME 2020 V2 PL */
.obj_section.section_partner .ctn_section{
	max-width: 420px;
	margin: 0 auto;
	padding: 2vw 0;
	}
.obj_section.section_partner .ctn_section .obj_partner{
	display: flex;
	flex-flow: row nowrap;
	}
.obj_section.section_partner .ctn_section .obj_partner .ctn_image{
	flex-shrink: 0;
	margin: 0 1.56vw 0 0;
	}
.obj_section.section_partner .ctn_section .obj_partner .ctn_txt{
	display: flex;
	}
.obj_section.section_partner .ctn_section .obj_partner .ctn_txt div{
	margin: auto 0;
	}
.obj_section.section_partner .ctn_section .obj_partner .t_title{
	padding: 0 0 0.7vw 0;
	font-size: 35px;
	font-weight: 600;
	letter-spacing: -0.06em;
	}
.obj_section.section_partner .ctn_section .obj_partner .t_desc{
	font-size: 20px;
	line-height: 1.2em;
	text-transform: uppercase;
	}

.obj_section.section_delphine_kerob .ctn_section{
	padding-top: 0;
	}

@media screen and (max-width:767px) {
	.obj_section.section_partner .ctn_section{
		padding: 35px !important
		}
	.obj_section.section_partner .ctn_section .obj_partner .ctn_image {
		margin: 0 2vw 0 0;
		}
	.obj_section.section_partner .ctn_section .obj_partner .t_title {
		font-size: 25px;
		}
	.obj_section.section_partner .ctn_section .obj_partner .t_desc {
		font-size: 18px;
		}
}



/* SECTION ARTICLES */
.section_articles > .ctn_section{
   max-width: 100%;
   padding: 8vw 0 8vw 8vw;
	box-sizing: border-box;
	}
.section_articles .ctn_row{
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	}
.section_articles .ctn_row > .ctn_text {
   width: 50%;
	max-width: 750px;
	padding-right: 10vw;
	opacity: 1;
	transition: all .5s ease;
	}
.section_articles .ctn_row .jspScrollable,
.section_articles .ctn_row .jspContainer{
	overflow-y: inherit !important;
	}
.section_articles .ctn_scroll .ctn_articles > * + * {
	margin-left: 20px;
	}
.section_articles .ctn_scroll .ctn_articles {
	display: flex;
	flex-direction: row;
   height: 450px;
	margin-bottom: 50px;
	padding: 0;
	}
.section_articles .ctn_scroll .ctn_articles .obj_article,
.section_articles .ctn_scroll .ctn_articles .obj_article .ctn_background {
   transition: 400ms;
	}
.section_articles .ctn_scroll .ctn_articles .obj_article {
	position: relative;
	overflow: hidden;
	height: 420px;
	min-width: 304px;
	width: 304px;	
	padding: 0;
	border-radius: 15px;
	color: #000;
	background: #fff;
	box-shadow: inherit;
	}
.var_small-txt .ctn_articles .obj_article {	
	min-width: 225px;
	width: 225px;	
	}
.section_articles .ctn_scroll .ctn_articles .obj_article .ctn_image {
	position: inherit;
	overflow: hidden;
	height: 200px;
	width: 100%;
	border-radius: 10px;
	}
.section_articles .ctn_scroll .ctn_articles .obj_article .ctn_image img {
	transition: all ease 400ms;
	}
.section_articles .ctn_scroll .ctn_articles .obj_article .ctn_text {
	width: 100%;
	max-width: inherit;
	padding-right: inherit;
	margin-top: 20px;
	}
.section_articles .ctn_row > .ctn_text.fade-out{ 
	opacity: 0;
	}
.section_articles .ctn_scroll .ctn_articles .obj_article .ctn_text .t_title {
	padding: 0;
	font-weight: 600;
	font-size: 22px;
	line-height: 0.8;
	text-transform: uppercase;
	margin-bottom: 0;
	}
.section_articles .ctn_scroll .ctn_articles .obj_article .ctn_text p {
	max-width: 80%;
	font-size: 16px;
	margin-top: 10px;
	}
.section_articles .jspCorner,
.section_articles .jspVerticalBar{
	display: none;
	}


@media screen and (min-width:768px){
	.section_articles .ctn_row {
		align-items: flex-start;
		}
}

@media screen and (max-width:767px){
	.section_articles .ctn_row{
		flex-flow: column nowrap;
		}
	.section_articles .ctn_row > .ctn_text {
		width: 100%;
		max-width: inherit;
		padding-right: 0;
		}
	.section_articles .ctn_scroll {
		width: calc(100% + 35px) !important;
		margin-top: 40px;
		}
	.section_articles .ctn_scroll .ctn_articles{
		padding-bottom: 50px;
		}
	.section_articles .ctn_scroll .ctn_articles .obj_article .ctn_text p{
		margin-top: 0;
		}
	.section_articles .ctn_scroll .ctn_articles .obj_article {
		height: 420px;
		min-width: 240px;
		width: 240px;	
		}
	.section_articles .ctn_scroll .ctn_articles .obj_article .ctn_image {
		height: auto;
		}
	.section_articles .ctn_scroll .ctn_articles .obj_article .ctn_text .t_title{
		font-size: 20px;
		}
	.section_articles .ctn_scroll .ctn_articles .obj_article .ctn_text p {
		font-size: 14px;
		}
}