*{
    box-sizing: border-box;
}

body{
    position: relative;
    padding: 0;
    margin: 0;
	height: auto;
    color: #1b1918;
    /* 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;
}

.header{
    position: relative;
    display: block;
}
.header > .bg_accueil{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 45px);
    background: url("../img/bg_accueil.jpg") no-repeat center center;
    background-size: cover;
    /*opacity: 0.4;*/
}

nav{
    padding-top: 50px;
}
nav .logo{
    height: 120px;
}
nav h1{
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 36px;
    color: #000;
    margin: 50px 0;
}

.img-pompe{
	width:100% ;
	max-width:520px
}


nav h1 > span.space{
    display: block;
    width: 100%;
    height: 0px;
}
nav h1 > b{
    font-weight: 700;
    color: #f9af1b;
    text-transform: uppercase;
}
nav h1 > span{
    text-transform: uppercase;
}
nav h1 > small{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
}
nav .visuel{
    position: relative;
    margin-top: 115px;
    z-index: 10;
    height: 350px;
    filter: drop-shadow(0 20px 20px rgb(0 0 0 / 20%));
}
nav .logos_aides{
    position: relative;
    display: flex;
    width: 430px;
    padding: 20px 0;
    background-color: #ffffff;
    box-shadow: 0 17px 24px rgba(0,0,0,0.12);
    justify-content: space-evenly;
}

.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: #f9af1b;
    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{
    margin-top: 40px;
}
.points .item .sous-titre{
    position: relative;
    display: flex;
    align-items: flex-end;
}
.points .item .sous-titre > h3{
    font-size: 18px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
}
.points .item .sous-titre > img{
    margin-right: 20px;
}
.points .item p{
    margin-top: 25px;
    font-size: 18px;
}
.points .item p > b{
    text-transform: uppercase;
    font-weight: 400;
}
.points .item p > span,
.points .item ul li > span{
    color: #f9af1b;
}
.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(250 179 43);
    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: #f9af1b; /* Old browsers */
    background: -moz-linear-gradient(45deg, #f9af1b 0%, #f08356 50%, #fbb900 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #f9af1b 0%,#f08356 50%,#fbb900 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #f9af1b 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;
}

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: 0 auto 0;
    padding: 30px 35px 0;
	z-index: 50;
	background: #17183e;
	border-radius: 0px;
}

#enquete{
	position: relative;
	display: block;
	height: 100%;
	padding: 0;
	z-index: 50;
}
#enquete .funnel_title{
	position: relative;
}
#enquete .funnel_title > h2{
	display: block;
    font-family: 'Barlow', sans-serif;
	font-size: 22px;
	font-weight: 400;
    color: #ffffff;
    text-align: center;
}
#enquete .funnel_title > h2 > strong{
    font-weight: 700;
}
#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 .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: rgb(235, 98, 79);
    background: -moz-linear-gradient(45deg, #f9af1b 0%, #f08356 50%, #fbb900 100%);
    background: -webkit-linear-gradient(45deg, #f9af1b 0%,#f08356 50%,#fbb900 100%);
    background: linear-gradient(45deg, #f9af1b 0%,#f08356 50%,#fbb900 100%);
    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: 16px;
    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;
}

.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: 32px;
	border-radius: 0px;
	border: none;
	background: #f0f0f0;
	padding: 0px 10px;
	font-size: 12px;
}

.form_step .input-form label{
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.form_step .input-form label.error{
	position: absolute;
    display: inline-block;
    right: 15px;
    bottom: -12px;
    top: auto;
    margin-bottom: 0;
    font-size: 10px;
    color: #ffffff;
    text-transform: none;
    font-weight: 400;
}
.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;
}
#toFinal,
#toFinal2,
#submitform{
    position: relative;
    display: block;
    width: 100%;
    border-radius: 5px;
    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: rgb(235, 98, 79);
    background: -moz-linear-gradient(45deg, #f9af1b 0%, #f08356 50%, #fbb900 100%);
    background: -webkit-linear-gradient(45deg, #f9af1b 0%,#f08356 50%,#fbb900 100%);
    background: linear-gradient(45deg, #f9af1b 0%,#f08356 50%,#fbb900 100%);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#toFinal:hover,
#toFinal2:hover,
#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-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){
    
}

@media screen and (max-width: 1279px) {
    nav h1{
        font-size: 28px;
    }
    nav h1 > small{
        font-size: 18px;
    }
    .points .titre h2{
        font-size: 28px;
    }
    .points .titre p,
    .points .item p,
    .points .item ul{
        font-size: 14px;
    }
}

@media screen and (max-width: 1023px) {
	
	.img-pompe{
	width:100% ;
	}
    nav h1 {
        font-size: 42px;
        margin: 20px 0;
    }
    #funnel{
        width: 100%;
        margin-top: 40px;
    }
    .points .item .sous-titre > img {
        height: 50px;
    }
    .points .item .sous-titre > h3 {
        font-size: 14px;
    }
    .cta_bottom .logos{
        width: 100%;
    }
    .points {
        padding-top: 50px;
        padding-bottom: 50px;
    }

}

@media screen and (max-width: 767px) {
    .header > .bg_accueil{
        height: 450px;
    }
    nav {
        padding-top: 20px;
    }
    nav .logo {
        height: 80px;
    }
    nav h1 {
        font-size: 22px;
    }
    nav h1 > small {
        font-size: 14px;
    }
    nav .logos_aides{
        width: 100%;
    }
    nav .logos_aides > img{
        height: 45px;
    }
    .points .titre h2 {
        font-size: 24px;
    }
    .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{
        padding: 20px 15px 0;
    }
    #enquete fieldset{
        height: auto;
        padding: 20px 0;
    }
    #enquete .funnel_title > h2{
        font-size: 18px;
    }
    #enquete .funnel_title > h2 > b{
        font-size: 28px;
    }
    #enquete .reponse .btn-form label{
        padding: 10px 15px;
    }
    #enquete .reponse .btn-form label > span{
        font-size: 16px;
    }
    #enquete .reponse > .btn-form.multi-btn label {
        padding: 20px 15px;
    }
    .form_step .input-form, .form_step .input-radio-form {
        position: relative;
        margin-bottom: 15px;
    }
    .form_step .input-form label{
        font-size: 16px;
    }
    .form_step .input-form input{
        height: 52px;
        font-size: 14px;
        border-radius: 5px;
    }
}

@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;
    }
    .points .titre h2 {
        font-size: 22px;
    }
    .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: 16px;
    }
    #enquete .funnel_title > h2 > b {
        font-size: 24px;
    }
    #enquete fieldset > .question p{
        font-size: 18px;
    }
    #enquete .reponse .btn-form label > span {
        font-size: 12px;
    }
}   


