*{
    box-sizing: border-box;
}

body{
    position: relative;
    padding: 0;
    margin: 0;
	height: auto;
    color: #3a3a3a;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.3;
    background-color: #ffffff;
	z-index: 10;
    overflow-x: hidden;
}

.table-block{
    display: table;
    width: 100%;
    height: 100%;
}
.table-cell-block{
    display: table-cell;
    vertical-align: middle;
}

h1,h2,h3,h4,h5,p{
    margin: 0;
}

sup{
    font-size: 50%;
}

.header{
    position: relative;
    display: block;
    background: url("../img/bg_accueil.jpg") no-repeat center center;
    background-size: cover;
    padding-bottom: 70px;
}

nav{
    padding-top: 50px;
}
nav .logo{
    height: 75px;
}
nav h1{
    font-weight: 400;
    font-size: 42px;
    margin: 35px 0;
}
nav h1 > strong{
    font-weight: 700;
    color: #fba03d;
}
nav p{
    font-size: 22px;
}
nav ul{
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 40px;
    list-style: none;
}
nav ul > li{
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    color: #fba03d;
}
nav ul > li+li{
    margin-top: 10px;
}
nav ul > li > img{
    margin-right: 20px;
}
nav .visuel{
    position: relative;
    z-index: 10;
}
nav .logos{
    position: relative;
    display: flex;
    width: 780px;
    padding: 20px 0;
    background-color: #ffffff;
    box-shadow: 0 17px 24px rgba(0,0,0,0.12);
    justify-content: space-around;
}
nav .bg_visuel{
    position: absolute;
    display: none;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #18193f;
    width: 385px;
    height: 600px;
}

.funnel_place{
    position: relative;
    z-index: 10;
    margin-top: -100px;
    padding-bottom: 100px;
    padding-top: 50px;
}

.isol_ficnance {
    padding-left: 30px;
}
.isol_ficnance h2{
    font-size: 30px;
    font-weight: 400;
}
.isol_ficnance h2 > strong{
    font-weight: 700;
    color: #fba03d;
}
.isol_ficnance ul{
    padding-left: 0;
    margin-top: 25px;
    margin-bottom: 25px;
    list-style: none;
}
.isol_ficnance ul > li{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
}
.isol_ficnance ul > li+li{
    margin-top: 10px;
}
.isol_ficnance ul > li > img{
    margin-right: 20px;
}
.isol_ficnance p{
    font-size: 18px;
    margin-top: 25px;
}
.isol_ficnance p > span{
    color: #006fba;
}

.chiffres{
    position: relative;
    display: block;
    width: 100%;
    padding: 35px 0;
}
.chiffres:before{
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    height: 100%;
    width: 70%;
    background-color: #f6f6f6;
    border-radius: 20px;
}
.chiffres h2{
    display: block;
    font-size: 34px;
    font-weight: 400;
    margin: auto;
}
.chiffres h2 > strong{
    font-weight: 700;
    color: #fba03d;
}
.chiffres .items{
    position: relative;
    display: block;
    padding-left: 20px;
}
.chiffres .item{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.chiffres .item > .inner{

}
.chiffres .item > .inner > h3{
    font-size: 36px;
    font-weight: 700;
    color: #fba03d;
}
.chiffres .item > .inner > span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}
.chiffres .items > p{
    font-size: 16px;
    margin-top: 30px;
}

.pourquoi{
    margin-top: 100px;
    margin-bottom: 100px;
}
.pourquoi .middle{
    position: relative;
    display: block;
    padding: 60px 25px 0;
}
.pourquoi .middle h2{
    font-size: 36px;
    font-weight: 400;
    margin: 0 auto 30px;
}
.pourquoi .middle h2 > span{
    font-weight: 700;
    color: #fba03d;
}
.pourquoi .middle p{
    font-size: 16px;
    margin-top: 20px;
}
.pourquoi .middle p > span{
    color: #006fba;
}
.pourquoi .right{
    align-self: flex-end;
}
.pourquoi .line{
    display: block;
    width: 170px;
}
.pourquoi .line.line_2{
    margin-right: 0;
    margin-left: auto;
}
.pourquoi .line.line_2,
.pourquoi .line.line_3{
    margin-top: 25px;
}
.pourquoi .item img{
    height: 25px;
}
.pourquoi .item h3{
    display: block;
    font-size: 18px;
    color: #006fba;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 8px;
}
.pourquoi .item h3 > *{
    vertical-align: baseline;
}
.pourquoi .item h3 > span{
    line-height: 1;
}
.pourquoi .item p{
    font-size: 14px;
}
.pourquoi .img_isolation{
    display: block;
    width: 100%;
    filter: drop-shadow(0 17px 10px rgba(0,0,0,0.18));
}
.pourquoi .image:before {
    content: "";
    position: absolute;
    display: block;
    width: 260px;
    height: 260px;
    border-radius: 100%;
    background-color: #006fba;
    left: -20px;
    top: 20px;
}

.cta_bottom{
    position: relative;
    display: block;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
    background: #fba03d;
}
.cta_bottom > .row{
    justify-content: center;
}
.cta_bottom .item{
    background-color: #ffffff;
    padding: 30px 100px 40px;
    border-radius: 20px;
}
.cta_bottom .item > h2{
    font-size: 24px;
    font-weight: 700;
}
.cta_bottom .item > p{
    font-size: 14px;
    margin: 10px auto 0;
}
.cta_bottom button{
    position: relative;
    display: block;
    width: 360px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    padding: 10px 30px;
    background: rgb(0, 111, 186);
    border: none;
    border-radius: 30px;
    box-shadow: 0 6px 12px rgba(0,111,186,0.4);
    margin: -20px auto 0;
    outline: none !important;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.cta_bottom button:hover{
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0 0px 0 rgb(24 88 103 / 40%);
}
.cta_bottom button > span{
    display: block;
    width: 100%;
    color: #ffffff;
}
.cta_bottom button > img{
    position: absolute;
    right: 30px;
    bottom: 15px;
}

footer{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
footer,
footer a{
    color: #666666;
    font-size: 11px;
}
footer a{
    cursor: pointer;
}
footer a:hover,
footer a:not([href]):hover{
    color: #fa3a69;
    text-decoration: underline;
}

/*************** Funnel ******************/

#funnel{
	position: relative;
	display: block;
	height: auto;
	width: 445px;
	margin: auto;
    padding: 30px 30px;
	z-index: 50;
	background: #006fba;
	border-radius: 20px;
}

#enquete{
	position: relative;
	display: block;
	height: 100%;
	padding: 0;
	z-index: 50;
}
#enquete .funnel_title{
	position: relative;
}
#enquete .funnel_title > h2{
	display: block;
	font-size: 28px;
	font-weight: 400;
    color: #ffffff;
    text-align: center;
}
#enquete fieldset{
	display: flex;
    border: none;
    padding: 20px 0 0;
    margin: 0;
    color: #ffffff;
    flex-direction: column;
    justify-content: center;
    height: 250px;
}
#enquete fieldset > .question{
	display: block;
    margin: 0 0 30px;
    text-align: center;
    padding: 0;
}
#enquete fieldset > .question span{
    text-transform: capitalize;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
}
#enquete fieldset > .question p{
	display: block;
	margin: 0 auto;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
}
#enquete .reponse .btn-form {
	position: relative;
	display: block;
}
#enquete .reponse > .btn-form.multi-btn label{
    text-align: center;
}
#enquete .reponse .btn-form > input[type="radio"]{
	display: none;
}
#enquete .reponse .btn-form label {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 5px;
    color: #ffffff;
    text-align: left;
    padding: 15px 20px;
    margin: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    background: #fba03d;
    box-shadow: 0 6px 12px rgba(235, 98, 79,0.4);
}
#enquete .reponse .btn-form label:hover{
	transform: translateY(4px);
	box-shadow: 0 0px 0 rgba(235, 98, 79,0.4);
}
#enquete .reponse > .btn-form.multi-btn label{
    text-align: center;
}
#enquete .reponse > .btn-form.multi-btn:nth-child(3),
#enquete .reponse > .btn-form.multi-btn:nth-child(4){
    margin-top: 12px;
}
#enquete .reponse .btn-form label > span {
    display: block;
    font-size: 18px;
    font-weight: 900;
}
#enquete .reponse .btn-form label > .icon{
    margin-top: 10px;
    height: 40px;
}
#enquete .reponse .btn-form label > .arrow{
    position: absolute;
    right: 15px;
    bottom: 15px;
}
#enquete .reponse.multi-reponse .btn-form label > .arrow{
    bottom: 22px;
}
#enquete .reponse .btn-form label.btn_suivant{
    padding: 13px 24px;
    margin: 8px 0 0;
}
#enquete .reponse .btn-form label.btn_suivant > .arrow{
    right: 24px;
    bottom: 21px;
}
#enquete .mes_non_eligible {
    position: relative;
    display: none;
    height: 0px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    top: 15px;
}

.form_step .input-form,
.form_step .input-radio-form{
    position: relative;
    margin-bottom: 8px;
}
.form_step .input-radio-form > label{
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 14px;
    font-weight: 400;
    margin-left: 25px;
    margin-bottom: 0;
}

.form_step .input-form input{
	width: 100%;
	height: 48px;
	border-radius: 4px;
	border: none;
	background: #f0f0f0;
	padding: 0px 10px;
	font-size: 14px;
}

.form_step .input-form label{
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1px;
}
.form_step .input-form label.error{
	position: absolute;
    display: inline-block;
    right: 15px;
    bottom: -12px;
    top: auto;
    margin-bottom: 0;
    font-size: 10px;
    color: #f8a03d;
}
.form_step .input-form p{
	margin: 0;
}

.form_step .input-radio-form.checkbox{
	position: relative;
	display: block;
  margin-bottom: 22px;
  margin-top: 15px;
  text-align: left;
  font-size: 12px;
  clear: both;
}
.form_step .input-radio-form.checkbox input[type=checkbox]{
	margin: 1px 0 0 -20px;
}
#fieldsetfinal .final_mention{
	position: relative;
    padding: 0 15px 0 40px;
    margin-bottom: 8px;
}
#fieldsetfinal .final_mention > input{
	position: absolute;
    left: 15px;
    top: 1px;
    margin: 0;
}
#fieldsetfinal .final_mention > label{
	display: block;
	font-size: 12px;
}
#fieldsetfinal .final_mention > label.error{
	position: absolute;
    display: inline-block;
    right: 15px;
    bottom: -12px;
    font-size: 10px;
	color: #f8a03d;
}
#fieldsetfinal .final_mention.mention_optin{
	padding: 0 15px;
	font-size: 10px;
}
#fieldsetfinal .final_mention.mention_optin > p{
	/* font-size: 10px; */
}
#noradio {
  visibility: hidden;
  display: none;
}
.form_step .input-submit-form{
	clear: both;
}
#submitform{
    position: relative;
    display: block;
    width: 100%;
    border-radius: 4px;
    border: none;
    outline: none;
    box-shadow: 0 6px 12px rgb(235, 98, 79 / 40%);
    color: #ffffff;
    text-align: center;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 700;
    margin: 8px 0;
    background: #fba03d;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#submitform:hover{
	transform: translateY(4px);
	box-shadow: 0 0px 0 rgb(235, 98, 79 / 40%);
}

#enquete.form_remerciement > .stepDetails,
#enquete.form_remerciement > .stepDetails > fieldset{
	height: 100%;
}

#merci{
	position: relative;
	width: 100%;
	height: 100%;
	color: #ffffff;
}
#merci > .table-block{
	height: 360px;
}
#merci h3{
	font-size: 28px;
	margin-top: 0;
}
#merci p{
	font-size: 18px;
    margin-top: 20px;
	margin-bottom: 0;
}
#merci p > strong{
	font-weight: 800;
}


#realisation{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 10000;
}
#realisation .content{
    display: block;
    width: 270px;
    height: auto;
    padding: 30px 20px;
    background: #ffffff;
    border: 3px solid #dd0077;
    text-align: center;
    margin: auto;
    border-radius: 8px;
    color: #333;
}
#realisation .content > *{
    width: 100%;
}
#realisation .content ul{
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
    margin-block: 20px;
}
#realisation .content a{
	font-size: 12px;
    color: #000;
    text-decoration: underline;
}
#realisation .content a:hover{
	color: #dd0077;
}

#popup_merci{
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  z-index: 999;
}
#popup_merci > .merci_content{
  position: absolute;
  display: block;
  max-width: 570px;
  width: 90%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
  background: #ffffff;
  border: 4px solid #fa3a69;
  border-radius: 5px;
  color: #1b1918;
  text-align: center;padding: 20px;
}
#popup_merci > .merci_content img{
  margin-bottom: 20px;
}
#popup_merci > .merci_content h3{
  font-size: 20px;
  margin-top: 0;
}
#popup_merci > .merci_content p{
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 0;
}
#popup_merci > .merci_content p > strong{
  font-weight: 800;
}
#popup_merci > .merci_content p > span{
  display: inline-block;
  vertical-align: middle;
  height: 77px;
  width: 1px;
  background: #496663;
  margin: 0 25px;
}
#popup_merci > .merci_content p a{
  color: #496663;
  cursor: pointer;
}

/**** RESPONSIVE ****/
@media screen and (max-width: 1599px){
    
}

@media screen and (max-width: 1279px) {
    nav .logo {
        height: 60px;
    }
    nav h1{
        font-size: 34px;
    }
    nav p {
        font-size: 18px;
    }  
    nav .visuel{
        height: 400px;
    }
    nav ul > li{
        font-size: 18px;
    }
    .isol_ficnance {
        padding-left: 20px;
    }
    .isol_ficnance h2,
    .chiffres h2,
    .chiffres h2,
    .pourquoi .middle h2{
        font-size: 28px;
    }
    nav p,
    .isol_ficnance ul > li,
    .isol_ficnance p,
    .chiffres .items > p,
    .chiffres .item > .inner > span,
    .pourquoi .middle p,
    .pourquoi .item h3{
        font-size: 16px;
    }
    .chiffres .items{
        padding-left: 15px;
    }
    .chiffres .items > p{
        margin-top: 40px;
    }
    .pourquoi .line{
        width: 155px;
    }
}

@media screen and (max-width: 1023px) {
    nav h1 {
        font-size: 24px;
    }
    nav ul > li{
        font-size: 16px;
    }
    nav .visuel {
        height: 300px;
        transform: translateY(-15px);
    }
    .isol_ficnance {
        padding-left: 0;
        margin-top: 50px;
    }
    .chiffres h2 {
        width: 100%;
        margin: 0 auto 0 0;
    }
    .chiffres .items {
        padding-left: 0;
        margin-top: 30px;
    }
    .chiffres .items > p {
        margin-top: 30px;
    }
    .funnel_place{
        padding-bottom: 50px;
    }
    .pourquoi {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .pourquoi .img_isolation{
        width: 350px;
        margin: auto;
    }
    .pourquoi .image:before{
        left: calc(50% - 200px);
    }
    #funnel{
        width: 100%;
    }

}

@media screen and (max-width: 767px) {
    nav {
        padding-top: 30px;
    }
    nav h1 {
        font-size: 30px;
        margin: 30px 0;
    }
    nav ul > li > img {
        margin-right: 20px;
        height: 24px;
    }
    nav ul > li {
        font-size: 12px;
    }
    nav .visuel {
        display: block;
        height: 200px;
        transform: translateY(0);
        margin: auto;
    }
    .isol_ficnance h2, .chiffres h2, .chiffres h2, .pourquoi .middle h2 {
        font-size: 20px;
        width: 100% !important;
    }
    nav p, .isol_ficnance ul > li, .isol_ficnance p, .chiffres .items > p, .chiffres .item > .inner > span, .pourquoi .middle p, .pourquoi .item h3 {
        font-size: 14px;
    }
    .pourquoi .middle{
        padding: 30px 0 0;
    }
    .pourquoi .img_isolation {
        width: 200px;
    }
    .pourquoi .image:before {
        left: calc(50% - 125px);
        top: 10px;
        width: 150px;
        height: 150px;
    }
    .pourquoi .line {
        width: 190px;
    }
    .pourquoi .line.line_1,.pourquoi .line.line_2, .pourquoi .line.line_3 {
        margin-top: 20px;
    }
    .chiffres .item {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .chiffres .item > .inner {
        width: 45%;
    }
    .chiffres .item > .inner:nth-child(3),
    .chiffres .item > .inner:nth-child(4){
        margin-top: 20px;
    }
    .cta_bottom .item {
        background-color: #ffffff;
        padding: 25px 15px 40px;
        border-radius: 20px;
    }
    .cta_bottom button{
        width: 280px;
        font-size: 12px;
    }
    .cta_bottom button > img{
        bottom: 13px;
    }
    #funnel{
        padding: 20px 15px;
    }
    #enquete .funnel_title > h2{
        font-size: 20px;
    }
    #enquete .reponse .btn-form label{
        padding: 10px 15px;
    }
    #enquete .reponse .btn-form label > span{
        font-size: 14px;
    }
    #enquete .reponse > .btn-form.multi-btn label {
        padding: 20px 15px;
    }
}

@media screen and (max-width: 374px) {
    nav h1 {
        font-size: 18px;
    }
    nav ul > li {
        font-size: 12px;
    }
    .isol_ficnance h2, .chiffres h2, .chiffres h2, .pourquoi .middle h2 {
        font-size: 18px;
    }
    nav p, .isol_ficnance ul > li, .isol_ficnance p, .chiffres .items > p, .chiffres .item > .inner > span, .pourquoi .middle p, .pourquoi .item h3, .pourquoi .item p, .cta_bottom .item > p {
        font-size: 13px;
    }
    .pourquoi .line{
        width: 180px;
    }
    .cta_bottom button {
        width: 260px;
        font-size: 12px;
        padding: 10px 20px;
    }
    .cta_bottom button > img{
        right: 20px;
    }
    #enquete .funnel_title > h2 {
        font-size: 18px;
    }
    #enquete fieldset > .question p{
        font-size: 18px;
    }
    #enquete .reponse .btn-form label > span {
        font-size: 12px;
    }
    #enquete .reponse > .btn-form.multi-btn label {
        padding: 20px 10px;
    }
}   


