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

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

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


header{
    background-color: white;
}

.logo{
    width: 270px;
    padding: 20px; 
}


.container{
    width: 1200px;
    margin: 0 auto; 
}


.funnelzone{
    margin-top: 100px!important;
    max-width: 500px; 
    width: auto;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(69,69,69,.15), 0 2px 15px -3px rgba(69,69,69,.2);
    color: #454545;
    margin: 0 auto;
    margin-bottom: 100px!important;
}


body{
   /*filter: blur(30px);*/
    /*position: relative;*/
    display: block;
    background: url(../img/background.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 50;
}


h1{
    color: #152773;
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0px;
}

h2{
    color: #454545;
    font-size: 15px;
    font-weight: lighter;
}



#merci img{
    width: 140px;
    margin-top: 50px;
    margin-bottom: 10px;
}

.img{
    max-width: 500px;
    width: auto;
}


 .img2{
     display: none;
    }
    
.logo-part{
    width: auto;
    background-color: white;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
}

.logo-part img{
    width: 150px;
    padding: 20px;
    
}




@media (max-width: 1300px){
    
    
    .header{
        height: ;
    }
    
    .container{
    width: 100%;
        margin: 0px auto;
    }
    
    .baseline{
        display: none;
    }
    
    .logo{
    display: block;
    margin-left: auto;
    margin-right: auto }
    
 

.img{
    max-width: 400px;
    width: auto;
}
   }


@media (max-width: 700px){
    
 .img2{
     display: block;
        width: 80%;
    }
    
 .img{
     display: none;
    }
    
    
}

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


.reponse label{
    display: none;
}

fieldset .question{
    font-size:20px;
    margin: 0 auto;
    text-align: center;
}

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

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

input {
    font-size: 13px;
    color: #5a554a;
}
input::placeholder{
    font-size: 13px;
}


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


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


.form-control {
   /* border: 1px solid #c8007b;*/
    background-color: #f3f3f3;
}


.form-group {
     margin-bottom: 0rem;
}



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


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


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

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

.fieldsetfinal
{
	border: none;
}

.send
{
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
    background-color: #c8007b;
    border: solid #c8007b 1px;
    padding: 10px 20px;
    width: 100%;
}

.send:hover
{
	background-color:white;
    color: #c8007b;
}

h2,h3
{
	text-align: center;
}





fieldset
{
	border: none;
}


fieldset .question
{
	font-size:20px;
	margin: 0 auto;
	text-align: center;
}

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

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


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


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

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

[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;
	color: #5b5b5b;
}

[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: #c8007b;
	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.check_text,[type="checkbox"]:not(:checked) ~ label.check_text
{
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}

[type="checkbox"]:checked ~ label.check_text:before,[type="checkbox"]:not(:checked) ~ label.check_text: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.check_text:after,[type="checkbox"]:not(:checked) ~ label.check_text:after
{
	content: '';
	width: 10px;
	height: 10px;
	background: #c8007b;
	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.check_text:after
{
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

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

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


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

#optin, #optin2{
	 padding-bottom: 0;
    margin-bottom: 0;
}
#optin-error, #optin2-error{
    border-color: #dc3545;

}

.error {
    border-color: #dc3545;
}

#optin-error,#optin2-error
{
    color: red!important;
    font-size: 10px;
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 0;
    margin-top: 0;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}


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


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

[type="checkbox"]:checked ~ label.check_text,[type="checkbox"]:not(:checked) ~ label.check_text
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    color: #666;
    padding-top: 0;
    margin-top: 0;
    font-size: 9px;
}

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

[type="checkbox"]:checked ~ label.check_text:after,[type="checkbox"]:not(:checked) ~ label.check_text:after
{
    content: '';
    width: 7px;
    height: 7px;
    background: #151524;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

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

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

#merci{
    text-align: center;
}



.mention-form{
    font-size: 9px;
    opacity: 0.8;
    text-align: justify;
    padding-top: 15px;
}


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


footer{
    padding-top: 50px;
    font-size:9px;
    text-align: left;
    text-align: center;
    color: white;
}



/* 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;
}

