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


.parent:hover .custom-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;
}

.custom-sub-menu{
	padding: 0;
	list-style: none;
	width: 100%;
	display: flex;
	max-width: 746px;
	flex-wrap: wrap;
}
.custom-sub-menu li{
	padding-bottom: 12px;
	width: 100%;
}
.custom-sub-menu a{
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 22px;
	font-family: halyard-display, sans-serif;
}

@media (min-width: 980px) {
	.custom-sub-menu{
		padding-left: 186px;
	}
	.custom-sub-menu li:nth-child(2n){
		border-right: 1px solid #E3E2DF;
		margin-right: 80px;
	}
	.custom-sub-menu a{
		color: #14377D;
	}
	.custom-sub-menu li{
		max-width: 240px;
	}
}

.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 a{
  color: #fff;
}

@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{
  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{
  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{
  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{
  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{
  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{
  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;
}



.iframe_container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Ratio 16:9 (9 / 16 * 100%) */
}

.iframe_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 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;

  }
}