/** /////////////// CSS WT-PAGE Grouped by //////////////////// **/


/** /////////////////////styles généraux///////////////////// **/
@font-face {
	font-family: 'KIA Light';
	src: url('../fonts/KIAL.ttf');
	src: url('../fonts/KIAL.ttf') format('truetype');
	font-style: normal;
	font-weight: 300;
  }
  
  @font-face {
	font-family: 'KIA Regular';
	src: url('../fonts/KIAM.ttf');
	src: url('../fonts/KIAM.ttf') format('truetype');
	font-style: normal;
	font-weight: 400;
  }

  @font-face {
	font-family: 'KIA Bold';
	src: url('../fonts/KIAB.ttf');
	src: url('../fonts/KIAB.ttf') format('truetype');
	font-style: normal;
	font-weight: 600;
  }
 
  
  
html,
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	color: #05141F;
	background-color: #05141F;
}

ol,
li,
ul { 
	margin: 0;
}

ul {
	list-style-position: outside;
}

li{
	list-style : default;
}

.slick-slide {
	outline: none
}

div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

button{
	
	border: none; 
	outline: none;
}
p {
	margin: 0 0 5px 0;
	padding: 0;
}
 .wt-container {
	background-color: #FFFFFF; 
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0;
	font-family: 'KIA Regular', Arial, sans-serif;
	overflow: visible; 
	position: relative;
	z-index: 0;
}
 

/** //////////styles blocks/////////// **/


#nav {
	background: #05141F;
	width: 100%;
	height: 80px;
	display:flex;
	align-items: center;
	justify-content: center;
}

#nav #links a {
	text-decoration : none;
	color: white;
	padding-left: 60px;
}

.nav-links {
	font-weight: 600;
}

#logo img {
	width:100px;
}

#links {
	font-size: 15px;
}

#nav_container {
	width: 100%;
	max-width: 1200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* header */
.header{
	width: 100%;
	position: relative;    
}

/* slider */

.mobile-img {
	width: 100%;
	text-align: center;
	display: none;
}
.mobile-img img {
	width: 100%;
	text-align: center;
	display: block;
}
.header-main{ 
	width: 60%;
	padding: 5% 4%;
    background: #F0F0F4;
    height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; 
}
.header-main-container{
	width: 55%;	 
	margin: 0 auto;
	padding: 0;
	font-family: 'KIA Regular', Arial, sans-serif;
	overflow: visible; 
	position: relative; 
}


.header-title {
	font-family: 'KIA Bold', Arial, sans-serif;
	font-size: 55px;
	line-height: 65px;
	padding-bottom: 60px;
	color: #05141F;
}


.header-text{
	font-family: 'KIA Bold', Arial, sans-serif;
	font-size: 26px;
	line-height: 36px;
	padding-bottom: 50px;
}

.header-text2{
	font-family: 'KIA Regular', Arial, sans-serif;
	font-size: 26px;
	line-height: 36px;
	padding-bottom: 50px;
}

.cta{
    display: block;
    font-family: 'KIA Bold', Arial, sans-serif;
    font-size: 15px;
    line-height: 50px;
    width: 220px;
    height: 50px;  
    background-color: #ffffff;
    color: #05141F;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.scroll-to {
	padding: 20px 0;
	margin: 0 auto;
}


.slider-container{
	position: absolute;
	right: 0;
	top: 50%;
	width: 55%;
	transform: translateY(-50%);
 
}
.slider {
	color: #12131b; 
	width: 100%;
	max-width: 964px;
	float: right;
	position: relative;
	overflow: visible;
}

.slider-text {
	position: relative;
}

.slider-text-main {
	font-family: 'KIA Regular', Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1.3px;
	font-weight: bold;
	margin-bottom: 60px;
}

.slider-text-subtitle {
	width: 130px;
	text-align: center;
	font-family: 'KIA Regular', Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 0.6px;
	font-weight: bold;
	border-top: 1px solid #12131b;
	margin: 0 auto 20px auto;
	padding-top: 0px;
}

.slider-item {
	width: 100%;
	text-align: center;
}

.slider-item img {
	width: 100%;
	margin: 0 auto;
}

.slider-slick-container {
	margin-bottom: 45px !important;
}

.slick-dots {
	bottom: -40px !important;
}
.slick-dots li{
	width: 12px !important;
}
.dots {
	color: #ffffff;
	opacity: 0.5;
	font-family: 'KIA', Arial, sans-serif;
	font-size: 25px;
	font-weight: bold;
}

.slick-active .dots,
.dots:hover {
	opacity: 1;
}

.slider-slider {
	width: 100%;
	position: relative;
}

.slider-prev,
.slider-next {
	width: 18px;
	height: 8px;
	position: absolute;
	cursor: pointer;
}

.slider-prev {
	bottom: -26px;
	left: 59%;
}

.slider-next {
	bottom: -26px;
	left: 63%;
}
 

.quiz-container{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; 
	padding: 0 4%;
}

.quiz{
	background-color: #05141F;
	width: 100%;
	max-width: 852px;	 
	margin: 10% 0 15% 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	padding: 70px; 
	display: none;
}
.quiz-active{
	display: block;
}
.quiz > div{
	width: 100%;
}
.quiz-q_num{
	font-family: 'KIA Light', Arial, sans-serif;
	text-align: left;
	text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 4px;
}
.quiz-title{
	font-family: 'KIA Bold', Arial, sans-serif;
	text-align: left; 
	font-size: 24px;
	margin-top: 20px;
}


.quiz-progress_bar{
	position: relative;
	margin: 10px 0 40px 0;
	height: 5px;
}
.quiz-bar_container{
	width: 100%;
	height: 5px;
	background-color: #ffffff;
	opacity: 0.3;
	position: absolute;
	top: 0;
	left: 0;
}
.quiz-bar{
	width: 100%;
	height: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
}


.quiz-bar_25{
	width: 25%;
}

.quiz-bar_50{
	width: 50%;
}

.quiz-bar_75{
	width: 75%;
}


.quiz-options{
	margin: 10px 0 30px 0;
}
.quiz-cta{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 20px;
}
.next-q{
    font-family: 'KIA Bold', Arial, sans-serif;
    font-size: 15px;
    line-height: 30px;
    width: 230px;
    height: 50px;
    background-color: #ffffff;
    color: #05141F;
    cursor: pointer;
    border: none;
    padding: 0 20px 0 0;
    outline: none;
    background-image: url(../images/Vector_black.png);
    background-position: right 25px bottom 16px;
    background-repeat: no-repeat;
}
.submit-cta{
	font-family: 'KIA Bold', Arial, sans-serif;
	font-size: 15px;
	line-height: 30px; 
	width: 260px;
	height: 50px;
	background-color: #05141F;
	color: #ffffff;
	cursor: pointer;
	border: none;
	padding: 0 20px 0 0;
	outline: none;
	background-image: url(../images/Vector_black.png);
	background-position: right 25px bottom 16px;
	background-repeat: no-repeat;
}
.submit-cta2{
	font-family: 'KIA Bold', Arial, sans-serif;
	font-size: 15px;
	line-height: 30px; 
	width: 340px;
	height: 50px;
	background-color: #05141F;
	color: #ffffff;
	cursor: pointer;
	border: none;
	padding: 0 20px 0 0;
	outline: none;
	background-image: url(../images/Vector_black.png);
	background-position: right 25px bottom 16px;
	background-repeat: no-repeat;
}
.option {
	font-family: 'KIA Bold', Arial, sans-serif;
	font-size: 15px;
	text-align: center;
	height: 46px;
	background-color: #05141F;
	border: 2px solid #ffffff;
	color: #ffffff;
	cursor: pointer;
	margin: 15px 0;
	padding: 0 15px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
 
.option-num{
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}

.option-active, .option:hover{

	background-color: #ffffff;
	color: #05141F;
}

.quiz4{
	background-color: transparent;
	padding: 0 70px;
	margin: 0 0 1% 0;
}



.quiz4-text{
	color: #05141F;
	font-size: 16px;
	font-family:  'KIA Regular', Arial, sans-serif;;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	margin: 0 auto 20px auto;
	text-align: center;
    width: 76%;
} 

.quiz4-mention{
	color: #05141F;
	font-size: 13px;
	font-family:  'KIA Regular', Arial, sans-serif;;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	margin-top: 30px;
}

.quiz4-mention a{
	color: #05141F;
	text-decoration: underline;
}


.form-container{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column; 
	background-color: transparent;
	color: #05141F;
}
 
.quiz4-title{
	width: 100%;
	max-width: 670px;
}
h1{
	padding: 0px 20px 20px;
	text-align: center;
}

form {
	width: 100%;
	max-width: 850px;
	background-color: #F0F0F4;
	padding: 60px 60px;
	font-family: 'KIA Regular', Arial, sans-serif;
	color: #05141F;
}
.hidden{
	display: none;
}
.form_row1 {
	padding: 0px 0px 30px;
	display: flex;
	width: 150px;
	justify-content: space-between;
}

.form_row2 {
	padding: 0px 0px 30px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: space-between;
}

.form_main_labels {
	display: block;
	padding-bottom: 4px;
}

.form_el {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0 10px 0 0;
}

.form_el1 {
	display: flex;
}
.form_el1 label{
	cursor: pointer;
}
input[type=text] {
    width: 100%;
    padding: 10px;
    border: 1px solid #05141F;
    background-color: #F0F0F4;
    box-sizing: border-box;
    color: #05141F;
} 
select{
	width: 100%; 
	padding: 10px;
    border: 1px solid #05141F;
    background-color: #F0F0F4;
	box-sizing: border-box;
	cursor: pointer;
    color: #05141F;
}
.ckbox_block{
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
.form_squared {
  box-sizing: border-box;
  appearance: none;
  background: #f0f0f4;;
  border: 1px solid #05141F;
  width: 16px;
  height: 16px;
cursor: pointer;
margin-right: 8px;
}

.form_squared:checked {
  background: #05141F;
}
.form_squared:not(:checked) {
	background: #f0f0f4;
  }
  
form p {
	padding: 8px 0px;
	font-size:12px;
}

input[type=radio] {
	margin-right: 8px;
	background-color: #f0f0f4;
}

input[type=submit] {
	display: inline-block; 
	text-align: center;
	background: #05141F;
	padding: 13px 20px;
	margin-top: 20px;
	color: white;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-size: 20px;
    line-height: 30px;
    width: 280px;
    height: 60px;
}

.form_submit {

	margin-top: 20px;
	display: flex;
	justify-content: center;
}






.content-container{  
	color: #05141F;
	width: 100%;
	bottom: 0;
	background: #ffffff;
	text-align: center; 
	display: flex;
	flex-direction: column;
	justify-content: center; 
	align-items: center;  
	padding: 3% 5% 5% 5%;
}
.content-block{ 
	background-color: #ffffff;
	width: 100%;
	max-width: 852px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start; 
	flex-wrap: nowrap;
	color: #05141F;
	text-align: left;
	margin-bottom: 5%;
}
.content-block-r{
	margin-bottom: 0;
}
.content-main{
	width: 350px;
	padding-right: 28px;
}
.content-main-r{
	width: 350px;
	padding-left: 28px;
}
.content-image img{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.content-tag{
	color:   #05141F ;
	font-size: 22px;
	font-family: 'KIA Light', Arial, sans-serif;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: 4.4px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 20px;
}
.content-title{
	color:   #05141F ; 
	font-family: 'KIA Bold', Arial, sans-serif;
	font-size: 32px;  
	font-weight: 400;
	line-height: 34px;
	margin-bottom: 20px;
}
.content-text{
	color:   #05141F ; 
	font-family: 'KIA Regular', Arial, sans-serif;
	font-size: 15px;  
	font-weight: 400;
	line-height: 25px;
	margin-top: 20px;
}
.content-cta{
 margin-top: 20px;
 margin-bottom: 20px;
} 


.footer-cta{
	margin-top: 20px;
	margin-bottom: 20px;
   } 
   
.cta-style{
	font-family: 'KIA Bold', Arial, sans-serif;
    font-size: 15px;
    line-height: 30px;
    width: 230px;
    height: 40px;
    background-color: #05141F;
    color: #ffffff;
    cursor: pointer;
    border: none;
    padding: 0 20px 0 0;
    outline: none;
    background-image: url(../images/Vector_black.png);
    background-position: right 25px bottom 12px;
    background-repeat: no-repeat;
}
.cta-1{ 
    width: 200px;   
}

.cta-2{
    width: 270px;  
}




.content2{ 
	background: #1D2855;
}

.content2-block{ 
	background-color: #1D2855;
	width: 100%;
	max-width: 880px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start; 
	flex-wrap: nowrap;
	color: #ffffff;  
	text-align: left;
	margin-bottom: 5%;
}

.content2-main{
	width: 100%; 
	padding: 0 14px;
}

.content2-title{
	color:   #FFF ; 
	font-family: 'KIA Bold', Arial, sans-serif;
	font-size: 42px;  
	line-height: 50px;
}

.content2-text{
	color:   #FFF ; 
	font-family: 'KIA Light', Arial, sans-serif;
	font-size: 15px;  
	line-height: 24px;
	margin: 20px 0 40px 0;
}
.content2-articles{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start; 
}
.articles{
	width: 100%;
	max-width: 440px;
	padding: 0 14px;
}
.articles-img img{
	width: 100%;
}

.articles-title{
	margin: 20px 0;
	font-family: 'KIA Bold', Arial, sans-serif;
	font-size: 28px; 
	line-height: 28px;
}
.articles-text{
	font-size: 14px;
	font-family: 'KIA Regular', Arial, sans-serif;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 40px;
}








.footer-bg img{
width: 100%;
display: block;
}
#footer { 
	width: 100%;
	bottom: 0;
	background: #F0F0F4;
	text-align: center;
	height:120px;
	display: flex;
	justify-content: center;
	align-items: space-between;
}

#footer_container {
	width: 100%;
	max-width: 1200px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 30px;
}
.cta-footer{
	font-family: 'KIA Bold', Arial, sans-serif;
    font-size: 15px;
    line-height: 30px;
    width: 200px;
    height: 50px;
    background-color: #05141F;
    color: #ffffff;
    cursor: pointer;
    border: none;
    padding: 0 20px 0 0;
    outline: none;
    background-image: url(../images/Vector_black.png);
    background-position: right 25px bottom 12px;
    background-repeat: no-repeat;
}
#footer_links {
	display: flex;
	font-size: 12px;
	align-items: center;
	justify-content: center;
}

#right_block {
	display: flex;
	justify-content: center;
	align-items: center;
}

#footer_sentence {
	padding-right: 30px;
}

#footer_links a {
	padding: 0px 8px 0px 8px;
	text-decoration: none;
	color: white;
}
#footer_icons a {
	padding: 0px 10px;
}
