*{
    box-sizing: border-box;
}

body{
    position: relative;
    padding: 0;
    margin: 0;
	height: auto;
    color: #29444d;
    /* font-family: 'Barlow', sans-serif; */
    font-family: 'Montserrat', 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;
}

nav{
    padding-top: 20px;
    padding-bottom: 20px;
}
nav p{
    font-size: 28px;
    text-align: right;
    font-weight: 700;
    color: #e7305b;
}

.header{
    position: relative;
    display: block;
    padding: 85px 0;
}
.header > .bg_accueil{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/bg_accueil.jpg") no-repeat center center;
    background-size: cover;
    border-radius: 0 0 100% 100% / 0 0 50px 50px;
    opacity: 1;
}
.header h1{
    font-family: 'Barlow', sans-serif;
    background-color: rgba(255,255,255,0.8);
    padding: 30px;
    font-weight: 700;
    font-style: italic;
    font-size: 46px;
    margin: 50px 0;
}

.header h1 > b{
    display: block;
    color: #e7305b;
    text-transform: uppercase;
}
.header h1 > small{
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
}
.header h1 > small > span{
    color: #e7305b;
}
.header h1 sup{
    top: -25px;
    font-size: 12px;
    font-weight: 400;
}
.header .visuel{
    position: relative;
    margin-top: 115px;
    z-index: 10;
    height: 350px;
    filter: drop-shadow(0 20px 20px rgb(0 0 0 / 20%));
}

.pastille {
    position: absolute;
    left: -45px;
    bottom: -15px;
}
.icon_lever{
    position: absolute;
    display: block;
    right: 15px;
    bottom: 15px;
    height: 185px;
}


.points{
    padding-top: 100px;
    padding-bottom: 100px;
}
.points .titre h2{
    font-family: 'Barlow', sans-serif;
    font-size: 36px;
    font-weight: 400;
}
.points .titre h2 > b{
    text-transform: uppercase;
    color: #e72f5b;
    font-weight: 700;
}
.points .titre h2 > span{
    text-transform: uppercase;
}
.points .titre p{
    font-size: 18px;
    margin-top: 25px;
}
.points .titre p > span{
    text-transform: uppercase;
}
.points .item .sous-titre{
    position: relative;
    display: flex;
    align-items: center;
}
.points .item .sous-titre > h3{
    font-size: 18px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
}
.points .item .sous-titre > img{
    margin-right: 40px;
}
.points .item p{
    margin-top: 25px;
    font-size: 16px;
}
.points .item p > b{
    text-transform: uppercase;
    font-weight: 400;
}
.points .item p > span,
.points .item ul li > span{
    color: #20d0a8;
}
.points .item ul{
    padding-left: 0px;
    margin-bottom: 0;
    margin-top: 25px;
    font-size: 18px;
    list-style: none;
}
.points .item ul > li{
    position: relative;
    padding-left: 15px;
    margin-top: 5px;
}
.points .item ul > li:before{
    content: "-";
    position: absolute;
    display: block;
    left: 0;
    top: 2px;
    line-height: 1;
}
.points button{
    position: relative;
    display: block;
    width: 450px;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    padding: 18px 20px;
    background: rgb(23, 24, 62);
    border: none;
    border-radius: 5px;
    box-shadow: 0 6px 12px rgba(23, 24, 62, 0.4);
    margin: 50px auto;
    outline: none !important;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.points button:hover{
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0 0px 0 rgb(24 88 103 / 40%);
}
.points button > span{
    display: block;
    width: 100%;
    color: #ffffff;
}
.points button > img{
    position: absolute;
    right: 20px;
    bottom: 25px;
}

.cta_bottom{
    position: relative;
    display: block;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 26px;
    background: #eb624f; /* Old browsers */
    background: -moz-linear-gradient(45deg, #eb624f 0%, #f08356 50%, #fbb900 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #eb624f 0%,#f08356 50%,#fbb900 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #eb624f 0%,#f08356 50%,#fbb900 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.cta_bottom > .row{
    justify-content: center;
}
.cta_bottom .logos{
    position: relative;
    display: flex;
    width: 780px;
    padding: 20px 0;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 17px 24px rgba(0,0,0,0.12);
    justify-content: space-evenly;
}
.cta_bottom .logos > img{
    height: 50px;
}

.js-scrollTo{
	background-color: #ef2758;
    color: white;
    margin: 50px;
    margin-top: 41px;
    padding: 20px 40px;
    border-radius: 10px;
    font-weight: bold;
}

footer{
    position: relative;
    display: block;
    padding: 30px 0;
    border-radius: 100% 100% 0 0 / 50px 50px 0 0;
    background-color: #c2e9cc;
    text-align: center;
}
footer p{
    display: block;
    width: 100%;
    max-width: 1140px;
    padding: 0 15px;
    margin: auto;
}
footer,
footer a{
    color: #666666;
    font-size: 11px;
}
footer a{
    cursor: pointer;
    text-decoration: underline !important;
}
footer a:hover,
footer a:not([href]):hover{
    color: #fa3a69;
}

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

#funnel{
position: relative;
    display: flex;
    height: max-content;
    width: 445px;
    margin: 0 auto 0;
    padding: 30px 35px 0;
    z-index: 50;
    background: #29444d;
    border-radius: 0px;
    min-height: 450px;
}

#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: 15px;
	font-weight: 400;
    color: #ffffff;
    text-align: center;
}
#enquete .funnel_title > h2 > strong{
    font-weight: 700;
    font-size: 26px;
}
#enquete .funnel_title > h2 > b{
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 700;
}
#enquete fieldset{
	display: flex;
    border: none;
    padding: 0;
    margin: 0;
    color: #ffffff;
    flex-direction: column;
    justify-content: center;
    height: 270px;
}
#enquete fieldset > .question{
	display: block;
	height: 100px;
    margin: 0;
    text-align: center;
    padding: 0 20px;
}
#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 fieldset > .question p > small{
    font-size: 12px;
    display: block;
}
#enquete .reponse .btn-form {
	position: relative;
	display: block;
}
#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: rgb(231, 47, 91);
    box-shadow: 0 6px 12px rgba(231, 47, 91, 0.4);
}
#enquete .reponse .btn-form label:hover{
	transform: translateY(4px);
	box-shadow: 0 0px 0 rgba(231, 47, 91, 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: 14px;
    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 .non_eligible{
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    height: 20px;
}
#enquete .reponse .non_eligible > p{
    display: none;
}

#enquete .reponse .btn-form > .funnel_form{
	width: 100%;
	height: 52px;
    border-radius: 5px;
	border: none;
	background: #f0f0f0;
	padding: 0px 10px;
	font-size: 16px;
}
#enquete .reponse .btn-form > label.error{
	position: absolute;
    display: block;
    right: 15px;
    left: 15px;
    text-align: center;
    bottom: -12px;
    top: auto;
    margin: 0;
    width: auto;
    padding: 0;
    font-size: 10px;
    color: #ffffff;
    background: transparent;
    box-shadow: none;
}
.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;
}
.form_step .input-form.optin label{
	display: block;
  font-size: 16px;
  padding-left: 25px;
  font-weight: 400;
}
.form_step .input-form.optin input{
	position: absolute;
	display: block;
	left: 15px;
	margin: 0;
	top: 2px;
	padding: 0px;
	height: 15px;
	width: 15px;
}
.form_step .mention_funnel{
    position: relative;
	font-size: 14px;
    margin: 12px 0;
}
.form_step .mention_funnel > input{
    position: absolute;
    left: 15px;
    top: 2px;
}
.form_step .mention_funnel > label{
    padding-left: 25px;
}
#noradio {
  visibility: hidden;
  display: none;
}
.form_step .input-submit-form{
	clear: both;
}
.btn_suivant,
#submitform{
    position: relative;
    display: block;
    width: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
    color: #ffffff;
    text-align: center;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0 0;
    cursor: pointer;
    background: rgb(231, 47, 91);
    box-shadow: 0 6px 12px rgba(231, 47, 91, 0.4);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn_suivant,
#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;
}


#mentions,
#realisation{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 10000;
}
#mentions .content,
#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;
    font-size: 12px;
}
#mentions .content{
    min-width: 310px;
    width: 50%;
    max-height: 90vh;
    overflow: auto;
}
#realisation .content > *{
    width: 100%;
}
#realisation .content ul{
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
    margin-top: 20px;
}

#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){
    nav .logo{
        height: 80px;
    }
    .header{
        padding: 60px 0;
    }
    
}

@media screen and (max-width: 1279px) {
    nav h1{
        font-size: 28px;
    }
    .header h1{
        font-size: 34px;
    }
    .header h1 sup {
        top: -15px;
    }
    .pastille {
        left: -25px;
        bottom: -8px;
        height: 160px;
    }
    .icon_lever {
        right: 0px;
        bottom: 40px;
        height: 100px;
    }
    .points .titre h2{
        font-size: 28px;
    }
    .points .titre p,
    .points .item p,
    .points .item ul{
        font-size: 14px;
    }
}

@media screen and (max-width: 1023px) {
    nav h1 {
        font-size: 42px;
        margin: 20px 0;
    }
    .header {
        padding: 0 0 60px 0;
    }
    .header > .bg_accueil{
        background: url(../img/bg_accueil.jpg) no-repeat left center;
        background-size: cover;
    }
    .header h1 {
        font-size: 30px;
    }
    .pastille {
        left: -20px;
        bottom: -45px;
    }
    .points .item .sous-titre > img {
        height: 60px;
        margin-right: 20px;
    }
    .cta_bottom .logos{
        width: 100%;
    }
    .points {
        padding-top: 50px;
        padding-bottom: 50px;
    }

}

@media screen and (max-width: 767px) { 
    .pastille {
        left: 0px;
        bottom: 17px;
        height: 150px;
    }
    .icon_lever {
        right: 8px;
        bottom: 50px;
        height: 75px;
    }
    .header > .bg_accueil{
        height: 350px;
    }
    nav {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }
    nav p{
        text-align: center;
        font-size: 16px;
    }
    nav .logo {
        height: 65px;
    }
    .header h1 {
        font-size: 27px;
        padding: 15px;
    }
    .header h1 sup {
        top: -10px;
    }
    .header h1 > small {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .header h1 > b{
        /* margin-left: 130px; */
    }
    .points .titre h2 {
        font-size: 24px;
        text-align: center;
    }
    .points button{
        width: 100%;
        font-size: 12px;
    }
    .points button > img{
        bottom: 21px;
    }
    .cta_bottom .logos{
        flex-wrap: wrap;
    }
    .cta_bottom .logos > img{
        height: 60px;
        margin: 5px 0;
    }
    #funnel{
        width: 100%;
        padding: 20px 15px 0;
    }
    #enquete fieldset{
        height: auto;
        padding: 20px 0;
    }
    #enquete .funnel_title > h2{
        font-size: 16px;
    }
    #enquete .funnel_title > h2 > strong{
        font-size: 20px;
    }
    #enquete fieldset > .question p{
        font-size: 20px;
    }
    #enquete .reponse .btn-form label{
        padding: 10px 15px;
    }
    #enquete .reponse > .btn-form.multi-btn label {
        padding: 20px 5px;
    }
    .points .item+.item{
        margin-top: 35px;
    }
    footer{
        border-radius: 104% 100% 0 0 / 25px 25px 0 0;
    }
}

@media screen and (max-width: 374px) {
    nav h1 {
        font-size: 24px;
    }
    nav h1 > span.space{
        width: auto;
        display: inline-block;
    }
    nav .logos_aides > img {
        height: 40px;
    }
    .pastille {
        left: 0px;
        bottom: 15px;
        height: 130px;
    }
    .header h1 > b {
        margin-left: 110px;
    }
    .points .titre h2 {
        font-size: 20px;
    }
    .points .item .sous-titre > h3 {
        font-size: 13px;
    }
    .points .item .sous-titre > img {
        height: 35px;
        margin-right: 15px;
    }
    .points .titre p, .points .item p, .points .item ul {
        font-size: 13px;
    }
    .points button{
        padding: 18px 10px;
    }
    .points button > img {
        bottom: 21px;
        right: 10px;
    }
    .cta_bottom .logos > img {
        height: 50px;
    }
    #enquete .funnel_title > h2 {
        font-size: 14px;
    }
    #enquete .funnel_title > h2 > b {
        font-size: 24px;
    }
    #enquete .funnel_title > h2 > strong {
        font-size: 18px;
    }
    #enquete fieldset > .question p{
        font-size: 18px;
    }
    #enquete .reponse .btn-form label > span {
        font-size: 12px;
    }
}   


