*{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

body{
    position: relative;
    padding: 0;
    margin: 0;
    height: auto;
	min-height: 100vh;
    color: #222;
    font-family: 'Readex Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.2;
    background-color: #f7f7f7;
    overflow-x: hidden;
	z-index: 10;
}

h1,h2,h3,h4,h5,p{
    margin: 0;
}
.table-block{
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.table-cell-block{
    display: table-cell;
    vertical-align: middle;
}
.container-fluid{
    max-width: 1600px;
}

.header{
    position: relative;
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 60px;
}
.header .bg_header{
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: url("../img/bg_header.jpg") no-repeat center center;
    background-size: cover;
}

.offre{
    position: relative;
    display: block;
    width: 560px;
    margin-top: 140px;
    padding: 20px 20px 20px;
    border: 9px solid #fd4e14;
	color: #fd4e14;
    background-color: #ffffff;
    box-shadow: 0 17px 24px rgba(0,0,0,0.15);
}
.offre h1{
    font-size: 42px;
    font-weight: 400;
}
.offre hr{
    width: 180px;
    height: 9px;
    margin: 20px auto 10px 0;
    border: none;
    background-color: #222;
}
.offre p{
    font-size: 18px;
}
.sous-titre{
    position: relative;
    display: block;
    width: 100%;
    padding: 30px 15px;
}
.sous-titre > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0
}
.sous-titre > ul > li{
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #fd4e14;
    padding-left: 20px;
    margin: 0 25px;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
}
.sous-titre > ul > li:before{
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fd4e14;
    border-radius: 100%;
    left: 0;
    top: 5px;
}

.avant_apres{
    padding-bottom: 80px;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after{
    background: #ffffff;
}
.twentytwenty-handle{
    border: 3px solid #ffffff;
    background: #fd4e14;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 #ffffff, 0px 0px 12px rgb(51 51 51 / 50%);
    -moz-box-shadow: 0 3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 0 #ffffff, 0px 0px 12px rgb(51 51 51 / 50%);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 #ffffff, 0px 0px 12px rgb(51 51 51 / 50%);
    -moz-box-shadow: 0 -3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 -3px 0 #ffffff, 0px 0px 12px rgb(51 51 51 / 50%);
}
.twentytwenty-left-arrow {
    border-right: 6px solid #ffffff;
    left: 50%;
    margin-left: -17px;
}
.twentytwenty-right-arrow {
    border-left: 6px solid #ffffff;
    right: 50%;
    margin-right: -17px;
}

.block_funnel{
    position: relative;
    display: block;
}
.block_funnel .titre_funnel{
    display: block;
    text-align: center;
    font-weight: 700;
    color: #222;
    width: 100%;
    margin: 0 auto 10px;
    font-size: 24px;
}

.funne_place{
    width: 100%;
    margin: auto;
}
.funne_place .chatbox_title{
    position: relative;
    display: block;
    padding: 8px 25px;
    width: 100%;
    color: #ffffff;
    background: #fd4e14;
}
.funne_place .chatbox_title > *{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.funne_place .chatbox_title > .img{
    border-radius: 100%;
    margin-right: 25px;
}
.funne_place .chatbox_title > .img:after{
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 15px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    background-color: #4dd865;
}
.funne_place .chatbox_title > .img > img{
    height: 50px;
}
.funne_place .chatbox_title .name > p{
    font-size: 18px;
    font-weight: 700;
}
.funne_place .chatbox_title .name > p > small{
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}
.funne_place .chatbox_title .name > span{
    font-size: 16px;
    font-weight: 300;
}

.confiance{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
.confiance .bg_confiance{
    position: absolute;
    display: block;
    right: 15px;
    top: 0;
    width: 80%;
    height: 100%;
    background-color: #ffffff;
}
.confiance h2{
    font-size: 40px;
    font-weight: 400;
    color: #fd4e14;
}
.confiance .items{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 45px;
}
.confiance .items > .item{
    position: relative;
    display: inline-block;
    width: 290px;
}
.confiance .items > .item:nth-child(3),
.confiance .items > .item:nth-child(4),
.confiance .items > .item:nth-child(5),
.confiance .items > .item:nth-child(6){
    margin-top: 40px;
}
.confiance .items > .item > img{
    float: left;
    height: 40px;
    margin-right: 15px;
}
.confiance .items > .item > h3{
    font-size: 18px;
}
.confiance .items > .item > h3 > span{
    color: #222;
}

.raisons{
    padding-top: 100px;
}
.raisons .titre h2{
    font-size: 34px;
    font-weight: 400;
    color: #fd4e14;
    text-align: center;
}
.raisons .titre p{
    font-size: 18px;
    text-align: center;
    max-width: 980px;
    margin: 20px auto 40px;
}
.raisons h3{
    position: relative;
    font-size: 18px;
    color: #222;
    padding-left: 30px;
    margin-bottom: 12px;
}
.raisons h3::before{
    content: url("../img/arrow_right.png");
    position: absolute;
    left: 0;
    top: 0;
}
.raisons p{
    font-size: 16px;
}
.raisons hr{
    border: none;
    width: 100%;
    height: 1px;
    background-color: #dddddd;
    margin: 40px 0;
}


.avis{
    position: relative;
    padding-top: 100px;
    padding-bottom: 80px;
}
.avis h2{
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #fd4e14;
    text-align: center;
}
.avis .item{
    position: relative;
    display: block;
    padding: 30px 30px;
    background-color: #ffffff;
}
.avis .item > .line_1{
    display: flex;
    justify-content: space-between;
}
.avis .item > .line_1 > span{
    font-size: 12px;
}
.avis .item h3{
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0 10px;
}
.avis .item p{
    font-size: 14px;
}

.cta_bottom{
    position: relative;
    display: block;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 35px;
    background: url("../img/bg_cta.jpg") no-repeat center center;
    background-size: cover;
}
.cta_bottom > .row{
    justify-content: center;
}
.cta_bottom .item{
    background-color: #ffffff;
    padding: 20px 30px 40px;
}
.cta_bottom .item > h2{
    font-size: 30px;
    font-weight: 700;
}
.cta_bottom .item > p{
    font-size: 14px;
    margin: 10px auto 0;
    width: 450px;
}
.cta_bottom button{
    position: relative;
    display: block;
    width: 300px;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    padding: 12px 30px;
    background: #fd4e14;
    border: none;
    border-radius: 5px;
       box-shadow: 0 6px 12px rgb(11 88 106);
    margin: -25px auto 0;
    outline: none !important;
    cursor: pointer;
    -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(240, 111, 51, 0.4);
}
.cta_bottom button > span{
    display: block;
    width: 100%;
    color: #ffffff;
}
.cta_bottom button > img{
    position: absolute;
    right: 30px;
    bottom: 18px;
}

footer{
    position: relative;
    display: block;
    text-align: center;
    padding: 30px 0;
}
footer img{
    margin-bottom: 15px;
}
footer,
footer a{
    color: #666666;
    font-size: 12px;
}
footer a{
    cursor: pointer;
    text-decoration: none;
}
footer a:hover{
    color: #222;
}

/*************** Funnel ******************/
#funnel{
	position: relative;
	display: block;
	height: auto;
    width: 100%;
	margin: auto;
	z-index: 50;
	background: #ffffff;
	color: #fff;
	padding: 25px 25px;
	-webkit-box-shadow: 0 35px 60px rgb(0 0 0 / 20%);
	box-shadow: 0 35px 60px rgb(0 0 0 / 20%);
}

#enquete{
	position: relative;
	display: block;
	height: 100%;
	padding: 0;
	z-index: 50;
}
#enquete .stepDetails{
    height: 350px;
}
#enquete fieldset{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
	border: none;
	padding: 0;
	margin: 0;
	color: #222;
}
#enquete fieldset > .question{
	display: block;
    width: 100%;
    margin: 0 0 30px;
    text-align: left;
    padding: 0 60px 0 0;
}
#enquete fieldset > .question > .conseil{
    display: inline-block;
    margin-right: 10px;
    width: 50px;
    vertical-align: top;
    text-align: center;
    float: left;
}
#enquete fieldset > .question > .conseil > img{
    width: 100%;
}
#enquete fieldset > .question > .conseil > small{
    color: #222;
}
#enquete fieldset > .question > p{
	display: table-cell;
    width: calc(100% - 50px);
    color: #000;
    font-size: 18px;
    background: #e7e7e7;
    padding: 20px;
    border-radius: 5px;
    border-top-left-radius: 0;
    vertical-align: top;
}
#enquete .reponse{
    padding: 0 60px;
}
#enquete .reponse .btn-form {
	position: relative;
	display: block;
}
#enquete .reponse .btn-form+.btn-form{
    margin-top: 15px;
}
#enquete .reponse .btn-form > input[type="radio"]{
	display: none;
}
#enquete .reponse .btn-form label {
    position: relative;
    display: block;
    width: 100%;
    background: #222;
    border: 1px solid #222;
    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;
    box-shadow: 0 4px 0 #e7e7e7;
}
#enquete .reponse .btn-form label:hover{
	transform: translateY(4px);
	box-shadow: 0 0px 0 #aaaaaa;
}
#enquete .reponse > .btn-form.multi-btn label{
    text-align: center;
}
#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: 20px;
}

#enquete .question.reponse_non_eligible{
    display: none;
    margin-bottom: 0;
    margin-top: 30px;
}

#enquete .formulaires{
    padding: 0 60px;
    margin-bottom: 30px;
}
#enquete .formulaires .input-form,
#enquete .formulaires .input-radio-form{
    position: relative;
    margin-bottom: 8px;
}
#enquete .formulaires .input-radio-form > .titre_radio{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
}
#enquete .formulaires .input-radio-form > .btn_radio > .item > label{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: #f0f0f0;
    height: 50px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#enquete .formulaires .input-radio-form > .btn_radio > .item > label > .dot{
    position: relative;
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
}
#enquete .formulaires .input-radio-form > .btn_radio > .item > label > .dot:before{
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #222;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}
#enquete .formulaires .input-radio-form > .btn_radio > .item > label > span{
    font-size: 16px;
    color: #222;
}
#enquete .formulaires .input-radio-form > .btn_radio > .item > input[type="radio"]{
    display: none;
}
#enquete .formulaires .input-radio-form > .btn_radio > .item > input[type="radio"]:checked+label{
    background: #222 !important;
}
#enquete .formulaires .input-radio-form > .btn_radio > .item > input[type="radio"]:checked+label > .dot{
    background: #ffffff;
}
#enquete .formulaires .input-radio-form > .btn_radio > .item > input[type="radio"]:checked+label > .dot:before{
    opacity: 1;
    transform: scale(1);
}
#enquete .formulaires .input-radio-form > .btn_radio > .item > input[type="radio"]:checked+label > span{
    color: #ffffff;
}
#enquete .formulaires .input-form input,
#enquete .formulaires .input-form select{
	width: 100%;
	height: 38px;
	border-radius: 5px;
	border: none;
	background: #f0f0f0;
	padding: 0px 10px;
	font-size: 12px;
}

#enquete .formulaires .input-form label{
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 3px;
}
#enquete .formulaires .input-form label.error{
    position: absolute;
    display: inline-block;
    right: 15px;
    bottom: -10px;
    top: auto;
    margin-bottom: 0;
    font-size: 10px;
    color: #222;
}
#enquete .formulaires .input-form p{
	margin: 0;
}
#enquete .formulaires .input-radio-form.checkbox{
    position: relative;
    display: block;
    margin-bottom: 22px;
    margin-top: 15px;
    text-align: left;
    font-size: 12px;
    clear: both;
}
#enquete .formulaires .input-radio-form.checkbox input[type=checkbox]{
	margin: 1px 0 0 -20px;
}
#enquete .formulaires .input-form.optin label{
    display: block;
    font-size: 16px;
    padding-left: 25px;
    font-weight: 400;
}
#enquete .formulaires .input-form.optin input{
	position: absolute;
	display: block;
	left: 15px;
	margin: 0;
	top: 2px;
	padding: 0px;
	height: 15px;
	width: 15px;
}
#enquete .form_step .mention_funnel{
	text-align: center;
	font-size: 12px;
}

#enquete.form_remerciement fieldset > .question{
    margin-bottom: 0;
}

#noradio {
  visibility: hidden;
  display: none;
}

#fieldsetfinal > .final_mention{
	position: relative;
    margin-top: 16px;
    padding: 0 0 0 24px;
    text-align: left;
}
#fieldsetfinal > .final_mention > input{
	position: absolute;
    left: 0px;
    top: 2px;
    margin: 0;
}
#fieldsetfinal > .final_mention > label{
	font-size: 14px;
    color: #222;
}
#fieldsetfinal > .final_mention > label.error{
	position: absolute;
    display: inline-block;
    left: 24px;
    bottom: -12px;
    color: #de0800;
    font-size: 10px;
}
#fieldsetfinal > .final_mention > label > a{
    color: #222;
    text-decoration: underline;
    font-weight: 700;
}
#fieldsetfinal > .final_mention > label > a:hover{
	color: #de0800;
}
#fieldsetfinal > .final_mention > p{
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 11px;
}

#tel-error{
	position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    font-size: 10px;
    text-align: center;
}

#bg_fnial{
	position: fixed;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 100;
}

#toFinal,
#submitform{
    position: relative;
    display: block;
    width: 100%;
    background: #222;
    border: 1px solid #222;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: 900;
    font-family: inherit;
    margin: 30px 0 0;
    cursor: pointer;
    box-shadow: 0 4px 0 #e7e7e7;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#toFinal:hover,
#submitform:hover{
	transform: translateY(4px);
	box-shadow: 0 0px 0 #aaaaaa;
}

#merci{
	position: relative;
	width: 100%;
	height: 100%;
	color: #496663;
}
#merci > .table-block{
	padding: 0 45px;
}
#merci h3{
	font-size: 24px;
	margin-top: 0;
}
#merci p{
	font-size: 24px;
	margin-top: 25px;
	margin-bottom: 0;
}
#merci p > strong{
	font-weight: 800;
}

#mention{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 10000;
}
#mention .content{
    display: block;
    width: auto;
    height: auto;
    max-width: 1000px;
    padding: 30px 20px;
    background: #e3a44f;
    border: 3px solid #fff;
    text-align: center;
    margin: auto;
    border-radius: 8px;
    color: #fff;
}
#mention .content > *{
    width: 100%;
}
#mention .content ul{
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
    margin-top: 20px;
}

#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 #56a1a9;
  border-radius: 5px;
  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: 16px;
  margin-top: 20px;
  margin-bottom: 0;
  text-wrap: balance;
}
#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: 1439px) {
    
}

@media screen and (max-width: 1279px) {
    .offre{
        width: 480px;
        margin-top: 50px;
    }
    .offre h1 {
        font-size: 32px;
    }
    .offre p {
        font-size: 16px;
    }
    .block_funnel .titre_funnel{
        font-size: 20px;
    }
    .funne_place .chatbox_title .name > p > small{
        font-size: 12px;
    }
    #enquete fieldset > .question > p{
        font-size: 16px;
    }
    #enquete fieldset > .question{
        padding: 0;
    }
    #enquete .reponse,
    #enquete .formulaires{
        padding: 0;
    }
    .avis h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 1023px) {
    .header .logo{
        height: 48px;
    }
    .offre {
        width: 395px;
    }
    .offre h1 {
        font-size: 28px;
    }
    .offre p,
    .sous-titre > ul > li{
        font-size: 14px;
    }
    .offre hr {
        width: 170px;
    }
    .confiance .items{
        padding: 40px 0 0 0;
    }
    .raisons .titre h2,
    .raisons .titre p{
        text-align: left;
    }
    .avis .item{
        padding: 15px 15px;
    }
    .avis h2 {
        font-size: 24px;
    }
    .cta_bottom .item > h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    .header{
        padding-bottom: 30px;
    }
    .offre{
        margin-top: 30px;
        background: rgba(255,255,255,0.7);
    }
    .offre{
        width: 100%;
        margin-top: 180px;
    }
    .offre h1 {
        font-size: 24px;
    }
    .sous-titre {
        padding: 0px 15px;
    }
    .sous-titre > ul > li {
        font-size: 13px;
        margin: 3px 15px;
    }
    .header .bg_header{
        width: 100%;
        height: 60%;
        background: url(../img/bg_header_mb.jpg) no-repeat center center;
        background-size: cover;
    }
    .avant_apres{
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .confiance h2 {
        font-size: 28px;
    }
    .confiance .items > .item{
        min-width: 50%;
        max-width: 100%;
        width: auto;
    }
    .confiance .items > .item:nth-child(5), .confiance .items > .item:nth-child(6) {
        width: 100%;
    }
    .confiance .items > .item > img{
        height: 30px;
        margin-right: 10px;
    }
    .confiance .items > .item > h3{
        font-size: 13px;
        white-space: nowrap;
    }
    .confiance .items > .item:nth-child(3), .confiance .items > .item:nth-child(4), .confiance .items > .item:nth-child(5), .confiance .items > .item:nth-child(6) {
        margin-top: 30px;
    }
    .confiance .bg_confiance{
        right: 0;
        width: 70%;
    }
    .raisons {
        padding-top: 50px;
    }
    .raisons .titre h2 {
        font-size: 28px;
    }
    .raisons .titre p {
        font-size: 16px;
    }
    .raisons hr{
        margin: 20px 0;
    }
    .raisons p {
        font-size: 14px;
    }
    .avis{
        padding-top: 50px;
    }
    .avis h2 {
        font-size: 28px;
        margin-bottom: 20px;
        text-align: left;
    }
    .block_funnel .titre_funnel{
        font-size: 16px;
    }
    .funne_place{
        width: 100%;
    }
    .funne_place .chatbox_title{
        padding: 8px 8px;
    }
    .funne_place .chatbox_title > .img{
        margin-right: 10px;
    }
    .funne_place .chatbox_title > .img > img {
        height: 40px;
    }
    .funne_place .chatbox_title .name > p{
        font-size: 14px;
    }
    .funne_place .chatbox_title .name > p > small{
        font-size: 11px;
    }
    .funne_place .chatbox_title .name > span{
        font-size: 12px;
    }
    .funne_place .chatbox_title > .img:after{
        width: 13px;
        height: 13px;
    }
    .block_funnel {
        margin-top: 20px;
    }
    #funnel{
        padding: 15px 15px;
    }
    #enquete fieldset > .question,
    #enquete .reponse{
        padding: 0;
    }
    #enquete fieldset > .question > .conseil{
        width: 40px;
    }
    #enquete fieldset > .question > p{
        width: calc(100% - 40px);
        font-size: 14px;
        padding: 14px;
    }
    #enquete .reponse .btn-form label > span{
        font-size: 14px;
    }
    #enquete .reponse .btn-form label > .arrow{
        bottom: 18px;
    }
    #enquete .formulaires{
        padding: 0;
    }
	#fieldsetfinal > .final_form {
		width: 100%;
	}
	#submitform{
		margin-top: 12px;
        font-size: 14px;
	}
    #fieldsetfinal > .final_mention > label {
        font-size: 13px;
    }
    .avis h2 {
        font-size: 28px;
        margin-bottom: 35px;
    }
    .avis .item{
        padding-right: 10px;
    }
    .avis .item h3 {
        font-size: 14px;
    }
    .avis .item p,
    .cta_bottom .item > p {
        font-size: 13px;
    }
    .cta_bottom .item > p{
        width: 100%;
    }
    .cta_bottom button{
        width: 275px;
    }
}

@media screen and (max-width: 374px) {
    .offre{
        padding: 20px 15px 25px;
    }
    .offre h1 {
        font-size: 24px;
    }
    .offre p, .sous-titre > ul > li {
        font-size: 12px;
    }
    .sous-titre > ul > li{
        padding-left: 0;
    }
    .sous-titre > ul > li:before{
        display: none;
    }
    .block_funnel .titre_funnel {
        font-size: 18px;
    }
    .funne_place .chatbox_title > .img{
        display: none;
    }
    .cta_bottom .item > h2 {
        font-size: 20px;
    }
    #fieldsetfinal > .final_mention > label {
        font-size: 12px;
    }
}


