/*-------------------------------------------------------*/
/* @media - Karakas
/*-------------------------------------------------------*/


.menu-item{
	position: relative;
	display: block;
}
/*.sub-menu{
	position: absolute;
	list-style: none;
	padding: 10px 15px;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0 15px 15px 0 rgba(0,0,0, 0.2);
	transition: all .3s ease-in-out;
}*/
.menu-item:hover .sub-menu, .menu-item:focus .sub-menu{
	opacity: 1;
	visibility: visible;
}
.menu-item-has-children > a {
	padding-right: 30px !important;
}

.menu-item-has-children > a:after{
	content: '\0041';
	font-family: 'ec-icons';
	position: absolute;
	right: 0px;
	top: 24px;
	color: #333333;
	font-size: 12px;
	font-weight: 600;
	transform: rotate(90deg);
	width: 12px;
	height: 12px;
}


.parent:hover .sub-menu{

}
.page-template-new-about-us .inner-section p,
.page-template-why-become-member .inner-section p,
.page-template-why-become-member .inner-two-col p{
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.666;
}

.menu-item-15370 .container .h4{
	display: none;
}
.sub-menu a{
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 22px;
	font-family: halyard-display, sans-serif;
}

.sub-menu{
	padding: 0;
	list-style: none;
	width: 100%;
}
.sub-menu .sub-menu a{
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 18px;
}
@media (max-width: 1310px) {
	.h4 + .sub-menu > li{
		border-bottom: 1px solid #E3E2DF;
		padding-bottom: 15px;
		margin-bottom: 15px;
		width: 100%;
	}
	.h4 + .sub-menu > li:last-child{
		margin-bottom: 0;
	}
}

@media (min-width: 1311px) {
.sub-menu{
	display: flex;
	max-width: 826px;
	flex-wrap: wrap;
}
.menu-item-15370 .container .h4{
	display: block;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: halyard-display, sans-serif;
}
.sub-menu li{
	padding-bottom: 12px;
	width: 100%;
}
.sub-menu .sub-menu{
	position: absolute;
	padding-left: 0;
	top: 0;
	left: calc(100% + 30px);
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease-in-out;
}
.menu-item-15370 .container > .sub-menu li {
	max-width: inherit !important;
	padding-right: 20px !important;
}
.menu-item-15370 .container > .sub-menu > li > a{
	position: relative;
	padding-left: 20px !important;
}
.menu-item-15370 .container > .sub-menu > li > a:hover{
	background: #14377D;
	color: #fff;
}
.menu-item-15370 .container > .sub-menu > li > a:after {
	content: '\0054';
	font-family: 'ec-icons';
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: 7px;
	color: #fff;
}

.sub-menu .sub-menu a{
	color: #999999;
}
.sub-menu li:hover .sub-menu{
	opacity: 1;
	visibility: visible;
}
.sub-menu a{
	white-space: nowrap;
	color: #999999;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 20px;
	transition: all 0.3s ease;
	display: block;
	padding: 5px 0 !important;
}
.sub-menu a:hover,.sub-menu a:focus {
	color: #14377d;
}


	.menu-item-15370 .container{
		min-height: 450px;
	}
	.menu-item-15370 .container > .sub-menu{
		max-width: 465px;
		padding-left: 146px;
		border-right: 1px solid #E3E2DF;
	}
	.menu-item-15370 .container{
		display: block !important;
	}
	.menu-item-15370 .container .h4{
		padding-left: 166px;
		color: #999999;
	}
	.menu-item-15370 .container > .sub-menu li{
		padding-bottom: 0;
		border-width: 0;
		position: relative;
		margin-right: 0;
		padding-right: 0;
	}
}
@media (min-width: 1311px) {
	.sub-menu{
		padding-left: 186px;
	}
	.sub-menu li:nth-child(2n){
		border-right: 1px solid #E3E2DF;
		padding-right: 40px;
		margin-right: 40px;
	}
	.sub-menu li:last-child{
		border-right-width: 0;
	}
	.sub-menu a{
		color: #14377D;
	}
	.sub-menu li{
		max-width: 240px;
	}

	.sub-menu a{
		color: #14377D;
		border-bottom: 1px solid rgba(20,55,155,0);
		transition: all .3s ease-in-out;
		font-size: 20px;
		font-weight: 500;
	}
	.sub-menu a:hover{
		color: #333;
	}
}


.drop-down-right li{
	display: inline-block;
	width: 50%;
}
.drop-down-left .custom-submenu-list-wrap{
	border-right-width: 0;
	border-left-width: 0;
	padding: 0;
}
.drop-down-right .custom-submenu-list-wrap{
	max-width: 720px;
	border-right-width: 0;
	left: 0;
	padding-right: 0;
}

.custom-submenu-list-wrap a{
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 22px;
	font-family: halyard-display, sans-serif;
}
.custom-submenu-list-wrap li{
	padding-bottom: 12px;
}

@media (min-width: 1311px){
	.custom-submenu-list-wrap a {
		color: #14377D;
	}
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}


.align_right{
	max-width: calc(100% - 90px);
	margin-left: auto;
}

.align_left{
	max-width: calc(100% - 90px);
	margin-right: auto;
}

.col_flex{
	display: flex;
}

.pictos_container{
	padding: 3rem 0 0 0;
}
.pr-50{
	padding-right: 50px;
}
@media screen and (max-width: 768px){
	.page-template-new-about-us .pr-100,.page-template-new-about-us .pr-50{
		padding-right: 0;
	}
}

.semi_section{
	padding: 3rem 0 0;
}

.double_col{
	padding: 3rem 0;
}

.col_flex .textarea{
	margin: auto;
}
.title_text_section{
	padding: 3rem 0;
}
@media (min-width: 991px) {
	.double_col{
		padding: 6rem 0;
	}

	.title_text_section{
		padding: 6rem 0;
	}
	.picto_image_ai img{
		width: 90px;
		height: 90px;
	}
	.picto_image_ai{
		margin-bottom: 32px;
	}
}

.banner_video{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	height: 767px;
	margin-top: 126px;
}

.banner_video:before{
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(21, 55, 126, 0.3);
	z-index: 1;
}

.banner_video .big_title{
	position: absolute;
	left: 0;
	top: 15px;
	z-index: 3;
	color: rgba(233, 233, 233, 0.5);
}


.play_icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	width: 100px;
	height: 100px;
}

@media (min-width: 991px) {
	.banner_video .big_title{
		top: 0;
		left: 45px;
	}
	.play_icon{
		width: 150px;
		height: 150px;
	}
}

.play_icon path{
	transition: fill 0.3s ease-in-out;
}

.open_video:hover .play_icon path,
.open_video:focus .play_icon path{
	fill: #15377E;
}

.video-container{
	width: 100vw;
	height: 767px;
	
}

.video-container{
	width: 100vw;
	height: 530px;
}


.video-container iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 100vh;
	transform: translate(-50%, -50%);
	pointer-events: none;
} 

@media (min-aspect-ratio: 16/9) {
	.video-container iframe {
		height: 56.25vw;
	}
}
@media (max-aspect-ratio: 16/9) {
	.video-container iframe {
		width: 177.78vh;
	}
}

.bicolor_title{
	font-family: halyard-display, sans-serif;
	font-weight: 500;
	font-size: 48px;
	line-height: 1.25;
	color: #15377E;


}
.bicolor_title span{
	color: #C52060;
}

.big_title{
	font-family: halyard-display, sans-serif;
	font-weight: 500;
	font-size: 130px;
	line-height: 1.1;
	color: #E9E9E9;
}



.gradient_banner{
	background: rgba(212, 32, 18, 1);
	padding: 0 15px;
}

.gradient_banner.blue{
	background: linear-gradient(to left,  rgba(20, 55, 125, 0.1) 0% , rgba(20, 55, 125, 1) 45%);
	float: right;
	max-width: calc(100% - 180px);
	margin-top: -50px;

}

.gradient_banner.blue h3,
.gradient_banner.blue .h3,
.gradient_banner.blue a{
	color: #fff;
}
@media (min-width: 1311px) {
	header .hide_desktop{
		display: none !important;
	}
}
@media (min-width: 991px) {
	.hide_desktop{
		display: none !important;
	}
	.gradient_banner{
		background: linear-gradient(to right,  rgba(212, 32, 18, 0.1) 0% , rgba(212, 32, 18, 1) 45%);
		max-width: calc(100% - 90px);
		padding: 0;
	}
	.gradient_banner_image{
		position: relative;
		z-index: -1;
		max-height: 585px;
	}
	.spacer{
		min-height: 250px;
	}
}
.spacer{
	min-height: 160px;
}

.gradient_banner_text{
	font-family: halyard-display, sans-serif;
	font-weight: 600 !important;
	font-size: 32px !important;
	line-height: 1.25 !important;
	color: #fff;
	max-width: 480px;
	margin: auto;
}

.number_box_item{
	margin-right: 15px;
	margin-bottom: 15px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.number_box_item:last-child{
	margin-right: 0;
}

.number_box_item:nth-child(odd){
	background: rgba(0, 113, 185, 0.2);
}

.number_box_item:nth-child(even){
	background: #15377E;
}


.spacer{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.areas_5_item .spacer{
	margin: auto;
}


.areas_tilte{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.areas_boxes{
	padding-bottom: 3rem;
}

@media (min-width: 991px) {
	.areas_tilte{
		padding-top: 6rem;
		padding-bottom: 3rem;
	}
	.areas_boxes{
		padding-bottom: 6rem;
	}
	.areas_5_item{
		aspect-ratio: 1;
	}
}

.areas_5_item{
	margin-right: 15px;
	margin-bottom: 15px;
	display: flex;
}

.areas_5_item:last-child{
	margin-right: 0;
}

.areas_5_item .h3{
	color: #fff;
	margin-bottom: 0;
}

.green_1{
	background-color: #1F4B3B;
}
.green_2{
	background-color: #32735D;
}
.green_3{
	background-color: #50AB8A;
}
.red{
	background-color: #D42012;
}
.orange{
	background-color: #D88331;
}
.yellow{
	background-color: #EEB33E;
}
.purple_1{
	background-color: #79223A;
}
.purple_2{
	background-color: #AB2B4D;
}
.pink_1{
	background-color: #EF70A2;
}
.pink_2{
	background-color: #DF7F7C;
}


.pictos_container{
	display: flex;
	align-items: flex-end;
}
.picto_image{
	margin-right: 100px;
}

.picto_image img{
	max-width: 250px;
	width: 100%;
}
.picto_image_bi{
	position: relative;
	top: 10px;
}
.picto_image_bi img{

}

.picto_image_ai img{
	width: 60px;
	height: 60px;
}

.picto_image_ai{
	margin-bottom: 24px;
}




/*become a membrers*/

.reasons_container{
	display: flex;
	flex-direction: column;
}

.reasons_item{
	display: flex;
	position: relative;
	max-height: 450px;
}



.reasons_item:nth-child(even) .reasons_texte{
	order: 2;
}

.reasons_item:nth-child(even) .reasons_image{
	order: 1;
}

.reasons_item:nth-child(4n){
	background-color: #004c3a;
}
.reasons_item:nth-child(4n - 1 ){
	background-color: #93CFD8;
}
.reasons_item:nth-child(4n - 2){  
	background-color: #006eaf;
}
.reasons_item:nth-child(4n - 3){
	background-color: #f9f9f9;
}

.reasons_item:nth-child(4n - 2),
.reasons_item:nth-child(4n - 1),
.reasons_item:nth-child(4n){
	color: #fff;
}

.reasons_item:nth-child(4n - 2) h1,
.reasons_item:nth-child(4n - 1) h1,
.reasons_item:nth-child(4n) h1,
.reasons_item:nth-child(4n - 2) .h1,
.reasons_item:nth-child(4n - 1) .h1,
.reasons_item:nth-child(4n) .h1{
	color: #fff;
	font-family: halyard-display, sans-serif;
}
.reasons_item:nth-child(4n - 2) h2,
.reasons_item:nth-child(4n - 1) h2,
.reasons_item:nth-child(4n) h2,
.reasons_item:nth-child(4n - 2) .h2,
.reasons_item:nth-child(4n - 1) .h2,
.reasons_item:nth-child(4n) .h2{
	color: #fff;
	font-family: halyard-display, sans-serif;
}
.reasons_item:nth-child(4n - 2) h3,
.reasons_item:nth-child(4n - 1) h3,
.reasons_item:nth-child(4n) h3,
.reasons_item:nth-child(4n - 2) .h3,
.reasons_item:nth-child(4n - 1) .h3,
.reasons_item:nth-child(4n) .h3{
	color: #fff;
	font-family: halyard-display, sans-serif;
}
.reasons_item:nth-child(4n - 2) h4,
.reasons_item:nth-child(4n - 1) h4,
.reasons_item:nth-child(4n) h4,
.reasons_item:nth-child(4n - 2) .h4,
.reasons_item:nth-child(4n - 1) .h4,
.reasons_item:nth-child(4n) .h4{
	color: #fff;
	font-family: halyard-display, sans-serif;
}
.reasons_item:nth-child(4n - 2) h5,
.reasons_item:nth-child(4n - 1) h5,
.reasons_item:nth-child(4n) h5,
.reasons_item:nth-child(4n - 2) .h5,
.reasons_item:nth-child(4n - 1) .h5,
.reasons_item:nth-child(4n) .h5{
	color: #fff;
	font-family: halyard-display, sans-serif;
}
.reasons_item:nth-child(4n - 2) h6,
.reasons_item:nth-child(4n - 1) h6,
.reasons_item:nth-child(4n) h6,
.reasons_item:nth-child(4n - 2) .h6,
.reasons_item:nth-child(4n - 1) .h6,
.reasons_item:nth-child(4n) .h6{
	color: #fff;
	font-family: halyard-display, sans-serif;
}

.reasons_item:nth-child(4n - 2) ul,
.reasons_item:nth-child(4n - 1) ul,
.reasons_item:nth-child(4n) ul{
	color: #fff;
}

.reasons_item:nth-child(4n - 2) ol,
.reasons_item:nth-child(4n - 1) ol,
.reasons_item:nth-child(4n) ol{
	color: #fff;
}

.reasons_item:nth-child(4n - 2) li,
.reasons_item:nth-child(4n - 1) li,
.reasons_item:nth-child(4n) li{
	color: #fff;
}

.reasons_item:nth-child(4n - 2) a,
.reasons_item:nth-child(4n - 1) a,
.reasons_item:nth-child(4n) a{
	color: rgba(255,255,255, 0.8);
}

.reasons_item:nth-child(4n - 2) p,
.reasons_item:nth-child(4n - 1) p,
.reasons_item:nth-child(4n) p{
	color: #fff;
}

.reasons_texte{
	width: 50%;
	display: flex;
}

.reasons_image{
	width: 50%;
	margin: 0;
	position: relative;
}

.reasons_image img{
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

.reasons_wysiwyg{
	margin: auto 60px;
	max-width: 90%;
}

.reasons_num{
	width: 60px;
	height: 60px;
	background-color: #ffd701;
	display: flex;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translate(50%,-50%);
}
.reasons_item:nth-child(even) .reasons_num{
	right: 0
}

.reasons_chiffre{
	font-size: 48px;
	color: #fff;
	margin: 16px auto auto auto;
}

.bam_slider .big_title{
	font-size: 100px;
}

.bouton_becomemember .btn-grey{
	background-color: #e3e2df;
}


/* Home */

/*.home .home-highlight{
	background: transparent;
	padding: 0;
	position: relative;
	z-index: -1;
}
.home .home-highlight .container{
	background: #ffd700;
	padding: 1rem 0 80px 60px;
	max-width: 1300px
}*/

/* Liste Highlight */

/*.home .textarea_highlight ul li{
	display: none;
}

.home .textarea_highlight ul li:nth-child(1),
.home .textarea_highlight ul li:nth-child(2),
.home .textarea_highlight ul li:nth-child(3),
.home .textarea_highlight ul li:nth-child(4),
.home .textarea_highlight ul li:nth-child(5),
.home .textarea_highlight ul li:nth-child(6){
	display: block;
}
.textarea_highlight ul li{
	background-color: #F5F5F5;
	border-left: 4px solid #15377E;
	padding: 20px;
	margin-bottom: 10px;
}

.box-latest-articles.white{
	background: #fff !important;
}

.box-latest-articles.width-7 .bla-content{
	max-width: 70%;
}*/

@media screen and (max-width: 1199px){
	.reasons_item{
		max-height: 100%;
	}
	.reasons_wysiwyg{
		margin: 30px 60px;
	}
}



@media screen and (max-width: 991px){
	.areas_5_item.orange{
		display: none;
	}
	.page-template-new-about-us .big_title{
		font-size: 32px;
	}
	.banner_video{
		height: 50vh;
	}

	.page-template-new-about-us .fill-bar{
		display: none;
	}
	.gradient_banner{
		max-width: 100%;
	}
	.gradient_banner_img{
		margin-top: 15px;
	}
	.gradient_banner_text{
		font-size: 20px !important;
		padding: 30px 0;
	}
	.nbi_empty{
		display: none;
	}

	.number_boxes .row{
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.areas_boxes .row{
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		align-items: center;
	}
	.areas_5_item {
/*    flex-basis: 0;
		width: calc(50% - 30px);*/
		margin-right: 7px;
		margin-left: 7px;   
		padding: 20px;
		min-width: calc(100% - 14px);
	}

	.double_col .pr-100{
		padding: 0 15px;
	}

}


@media screen and (max-width: 980px){
	.banner_video{
		margin-top: 60px;
	}
}


@media screen and (max-width: 767px){
	.reasons_item{
		max-height: 100%;
		flex-wrap: wrap;
	}
	.reasons_wysiwyg{
		margin: 60px 15px;
	}
	.reasons_texte{
		width: 100%;
		order: 2;

	}
	.reasons_image{
		width: 100%;
		order: 1;
	}
	.reasons_image img{
		max-height: 250px;
	}
	.reasons_num{
		top: 100%;
		right: 50% !important;
	}
	.page-template-why-become-member .big_title{
		font-size: 32px;
	}

	.bicolor_title{
		font-size: 28px;
	}
	.pictos_container{
		flex-wrap: wrap;
	}
	.picto_image{
		width: 100%;
		margin: 10px auto;
		text-align: center;
	}
}

.follow-wrapper{
	padding: 20px 0px 20px 40px;
}
.follow-title{
	display: inline-block;
}
.follow-social{
	display: inline-block;
	margin: 0 0 0 15px;
	padding-left: 0;
}
.follow-social li{
	display: inline-block;
	list-style: none;
}
.follow-social a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	font-size: 12px;
	color: #fff;
	line-height: 10px;
	background: red;
}


@media (min-width: 980px){
	.menu-item-15369 .sub-menu li {
		max-width: inherit;
	}
	.menu-item-15369 .sub-menu li:nth-child(2n){
		border-width: 0;
		padding-right: 0;
		margin-right: 0;
	}
}

.tax-resources_type ul.other-story-list > li h4,
.tax-resources_type ul.other-story-list > li .h4 a{
	color: #d32013;
}

.awards_videos_archive {
	padding-left: 0;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}
.awards_videos_archive li{
	list-style: none;
	width: calc(33.3333% - 5px);
	margin-bottom: 10px;
}
.load_more_container .wpgb-facet{
	text-align: center;
}