
/* * * * * * * * * * L A N D I N G * * * * * * * * * * * */

h1,h2,h3,h4,h5{
    font-family: 'Open Sans', sans-serif;
}

p,a{
    font-family: 'Open Sans', sans-serif;
}





/* * * * * * * * * * HEADER * * * * * * * * * * * */

body{
    background-color: #f3f3f3;
}


header .logo{
   text-align: center;
    
}

header .logo img{
    width: 336px;
    
}


header > .container:first-child{
    padding: 20px;
}

.header{
    background: url(../img/header.jpg);
    max-height: 800px;
    height: auto;
    background-repeat: no-repeat;
    padding: 31px 20px;
    width: 100%;
}

.offre{
    max-width: 420px;
    width: 100%;
}
.img_header{
    max-width: 520px;
    width: 100%;
}


/* * * * * * * * * * PARTIE2 * * * * * * * * * * * */

.partie2{
    padding: 50px;
}

.partie2 h1 {
    font-weight: bold;
    font-style: italic;
    color: #535252;
    font-size: 23px;
    padding-bottom: 25px;
}

.partie2 .list img{
    margin-top: -10px;
}


.partie2 h2{
    font-weight: bold;
    font-style: italic;
    color: #535252;
    font-size: 18px;
        margin-bottom: 4px;
}


.partie2 .list p{
padding-bottom: 25px;
    color: #909090;
    margin: 0;
    padding-top: 0;
    font-style: italic;
    
}


h2 sub{
    bottom: 1.2em;
    font-size: 9px;
}


/* * * * * * * * * * PARTIE3 * * * * * * * * * * * */


.partie3{
    background: url(../img/img-back.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px;
}
.partie3 h2{
    color: #535252;
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
}

.partie3 p{
    padding-top: 20px;
    color: #535252;
    font-style: normal;
    font-size: 14px;
}


.partie3 .line{
    border-bottom: 4px solid #d28d23;
    width: 50px;
    padding-top: 20px;
}




/* * * * * * * * * * FUNNEL * * * * * * * * * * * */



#funnelzone{
   background: linear-gradient(0deg, #eec02f, #ce8621);
  /*  max-width: 450px;*/
    padding: 20px;
    width: auto;
    border-radius: 30px;
}


h3{
    color: white;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 20px;
    text-align: center;
}
h3 span{
    font-weight: normal;
        font-size: 18px;
}

#funnelzone .line{
    border-bottom: 1px solid white;
    width: 50px;
    margin: 0 auto;
}

fieldset .question {
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    color: white;
    !important: ;
    padding-top: 20px;
    font-size: 19px;
    /* font-style: italic; */
    margin: 0 auto;
    text-align: center;
    /* font-weight: lighter; */
}



.reponse > div > label{
    padding-right: 0;
    padding-left: 0!important;
}


.reponse label {
    padding: 20px 0px;
    color: #cd8621;
    background-color: white;
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    text-align: center;
    cursor: pointer;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    margin: 0 auto!important;
}

.reponse label{
    display: none;
}

.reponse{
    text-align: center;
    margin: 0 auto!important;
    vertical-align: middle;
}

.reponse input[type="radio"] {
    display: none;
}


.btn-form {
    margin-bottom: 20px;
    margin-top: 20px;
}



#chrono{
    display: table;
    margin: 0 auto;
}


.civ
{
	display: inline-block;
	text-align: center;
	width: 49%;
}

.headciv
{
	margin-top: 20px!important;
	width: 70%;
	margin: 0 auto;
}

.fieldsetfinal
{
	border: none;
}

.send
{
    background-color: #ff7e00;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    margin: 0 auto 0;
    color: white;
    padding: 14px;
    /* padding-bottom: 10px; */
    border: none;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
}

.send:hover
{
	background-color:#ff8b1e;
}

fieldset
{
	border: none;
}

.reponse
{
	text-align: center;
	margin: 0 auto!important;
	vertical-align: middle;
}

.reponse input[type="radio"]
{
	display: none;
}


.btn-form>label:before {
display: none;
}



[type="radio"]:checked,[type="radio"]:not(:checked)
{
	position: absolute;
	left: -9999px;
}

[type="radio"]:checked + label,[type="radio"]:not(:checked) + label
{
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	font-weight: 300;
	display: inline-block;
    
}

[type="radio"]:checked + label:before,[type="radio"]:not(:checked) + label:before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
}

[type="radio"]:checked + label:after,[type="radio"]:not(:checked) + label:after
{
	content: '';
	width: 10px;
	height: 10px;
	background: #ff7e00;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after
{
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

[type="radio"]:checked + label:after
{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

[type="checkbox"]:checked,[type="checkbox"]:not(:checked)
{
	position: absolute;
	left: -9999px;
}

[type="checkbox"]:checked + label,[type="checkbox"]:not(:checked) + label
{
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: white;
}

[type="checkbox"]:checked + label:before,[type="checkbox"]:not(:checked) + label:before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
    height: 20px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius:50px;
}

[type="checkbox"]:checked + label:after,[type="checkbox"]:not(:checked) + label:after
{
	content: '';
	width: 10px;
	height: 10px;
	background: #ff7e00;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius:50px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[type="checkbox"]:not(:checked) + label:after
{
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

[type="checkbox"]:checked + label:after
{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.civ
{
	display: inline-block;
	text-align: center;
	width: 49%;
}


.valid {
    border-color: #28a745;
}

.error {
    border-color: #dc3545;
}


#optin-error, #email-error, #tel-error, #ville-error, #cp-error,#cp2-error, #prenom-error, #nom-error,#adresse-error, #region-error
{
	color: red!important;
	font-size: 10px;
	display: inline-block;
	padding-bottom: 0px;
	padding-top: 0;
	margin-top: 0;
}

#merci{
    text-align: center;
    color: white;
    
}

h7{
    font-size: 14px;
    color: white;
}

.form-group{
    text-align: left; 
    margin-bottom: 10px;
}

.form-group label {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
}


.form-control {
    padding: 1.4rem .75rem;
}



.civ > label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    font-weight: 300;
    display: inline-block;
    color: white;
}


.headciv{
    padding-bottom: 10px;
}


.civ-name{
        color: white;
}


.check{
   text-align: left;
  padding-top: 10px;
   font-size: 13px;
    padding-bottom: 0;
    margin-bottom: 0;

}


.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #234a93;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/* * * * * * * * * * PARTIE4 * * * * * * * * * * * */


XIN{}


/* * * * * * * * * * PARTIE5 * * * * * * * * * * * */

.partie5 .bouton{
    background-color: #ff6c00;
    padding: 20px 40px;
    color: white!important;
    text-transform: uppercase;
    text-decoration-line: none;
    font-weight: bold;
}


partie5 .bouton:hover{
    background-color: #f78d3f; 
}



/* * * * * * * * * * FOOTER * * * * * * * * * * * */

footer{
    background-color: #ebebea;
    padding: 30px;
  }


footer p, footer a{
    font-size: 9px;
    color: #adadad!important;
}

footer .footer_logo{
    width: 230px;
}


/* * * * * * * * * * F U N N E L * * * * * * * * * * * */


/* * * * * * * * * * F O O T E R * * * * * * * * * * * */


/* The Modal (background) */
.modal
{
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0,0,0);
	/* Fallback color */
	background-color: rgba(0,0,0,0.4);
	/* Black w/ opacity */
}

/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    padding: 14px;
        min-width: 280px;
    max-width: 437px;
    color: dimgrey;
    text-decoration-line: none;
}

.modal-content a{
    color: dimgrey;
    text-decoration-line: none;
}

.modal-content a:hover{
    color: hotpink;
    text-decoration-line: none;
}

/* The Close Button */
.close
{
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,.close:focus
{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}



@media (max-width: 600px){
    
    .logo img{
        width: 140px;
    }
    
     .logo2 img{
         width: 210px;
    }
       
    .header {
        padding: 35px 20px;
    }
    
    .offre {
        padding-bottom: 45px;
    }
    
    .partie2 {
        padding: 30px 0px 30px 0px;
    }
    .picto-pan{
        padding-top: 50px;
    }

    #funnelzone {
       max-width: none;
    }
    
    .partie3 h2 {
        font-size: 20px;
        padding-bottom: 0px;
    }

    .partie3 {
        padding: 35px;
    }
    
    .picto {
        text-align: center;
        width: 70px;
     }
    
    .partie3 h3 {
        color: #ff6c00;
        font-size: 12px;
     }
    
    .partie3 p {
        font-size: 12px;
    }
    
    
    .partie3 {
        background-color: #f1e3bc;
        background: none;
    }


}

@media (max-width: 992px){

    h1{
       padding-top: 77px;
    }  
    
    .list{
padding-right: 40px;
    padding-left: 40px;
    }
    
footer .footer_logo {
    width: 230px;
    margin: 0 auto;
    display: block;
    padding-bottom: 20px;
    }
    
}


@media (max-width: 1025px){
    
    .partie2 h1 {
        font-size: 20px;
    }
    
    #funnelzone{
        margin-top: 0px;
    }

    

}


