*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

body{
	font-size:16px!important;
	color: #333333!important;
	font-family:'Lato',sans-serif!important;
	line-height:18px!important;
}

.inner:after, .row:after{
	clear:both;
	content:" ";
	display:table;
}

a{
	text-decoration:underline;
	color:inherit;
}

a:hover{
	text-decoration:none;
}

ul,ol{
	padding:0 0 0 30px;
}

a img{
	border:none;
}


/* ---------------------------- Icon li ---------------------------- */

.icon {
	list-style: none;
	background-repeat:no-repeat;
	background-position: 0 8px;
	padding: 10px 0 4px 37px;
	margin: .4em 0;
}

/* ---------------------------- FIN Icon li ---------------------------- */


/* ---------------------------- FORM FANCYBOX  ---------------------------- */
.fancybox-type-iframe .fancybox-nav {
	width: 60px;
}

.fancybox-type-iframe .fancybox-nav span {
	visibility: visible;
	opacity: 0.5;
}

.fancybox-type-iframe .fancybox-nav:hover span {
	opacity: 1;
}


.fancybox-inner {
	height: 70vh!important;
}

#fancybox-form {
	padding: 0 100px;
}

#fancybox-form h1 {
	text-align: center;
	font-weight: 900;
	font-size:32px;
	padding-bottom: 25px;
	padding-top: 20px;
}

#fancybox-form p {
	font-size: 14px;
	padding-bottom: 25px;
}
#btn_validation_fancybox {
	padding: 15px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius:4px;
	border-radius: 4px;
	background-color: #336699;
	color: white;
	font-weight: 900;
	border: none;
	cursor: pointer;
	margin: 15px auto;
	display: block;
	-webkit-appearance: none;
	-moz-appearance : none;
	-webkit-box-shadow: 0px 4px 3px 2px #3b3f5e;
	-moz-box-shadow: 0px 4px 3px 2px #3b3f5e;
	box-shadow: 0px 4px 3px 2px #3b3f5e;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: -webkit-box-shadow .1s ease-in-out;
	-moz-transition: -moz-box-shadow .1s ease-in-out;
	-o-transition: -o-box-shadow .1s ease-in-out;
	transition: box-shadow .1s ease-in-out;
}


#btn_validation_fancybox:hover {
	background-color: rgb(60, 107, 154);
}
#btn_validation_fancybox:active {
	-webkit-transform: translate(0, 4px);
	-moz-transform: translate(0, 4px);
	-o-transform: translate(0, 4px);
	transform: translate(0, 4px);
}

#fancy_confirmation_download {
	    padding-top: 30%;
	text-align: center;
	font-weight: 900;
	font-size: 32px; 
	padding-bottom: 25px;
	font-family:'Lato', Arial;	
}

#lien_download {
text-align: center;
    font-size: 14px;
    padding-bottom: 25px;
	font-family:'Lato', Arial;	
}

#remerciement_download {
	text-align: center;
    font-size: 14px;
    padding-bottom: 25px;
	font-family:'Lato', Arial;	
}
/* ---------------------------- FIN FORM FANCYBOX  ---------------------------- */


/* -------------------------- DEBUT FORM ------------------------------- */

#sidebar-form .form {
	padding-top: 10px;
}

.radio span{
	display: block;
}

#sidebar-form .radio label {
	font-size:24px;
	font-weight:900;
	color: white;
	padding-left: 0;
}

#fcivilite1, #fcivilite2 {
	position: relative;
	margin:0;
	margin-left: 7px;
}
#fcivilite1{
	margin-right:15px;
}
.text label {
	display: block;
	margin-top: 10px; 
}

.text input {
	width: 100%;
	height: 25px;
}

#sidebar-form h2{
	color: white;
	font-size:36px;
	font-weight:900;
	text-align: center;
}

#sidebar-form .inner{
	background-color: #702283;
	padding: 70px 0 80px 0;
}

#sidebar-form .inner .contact {
	text-align: center;
    color: white;
    font-size: 19px;
}
#sidebar-form label, #sidebar-form span {
	margin-bottom: 2px;
	color: white;
	font-size:18px;
	font-weight:normal;
}

#sidebar-form .bloc_right {
	padding-bottom: 25px;
}


#sidebar-form input[type="submit"] {
	padding: 15px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius:4px;
	border-radius: 4px;
	background-color: #336699;
	color: white;
	font-weight: 900;
	border: none;
	cursor: pointer;
	margin: 15px auto;
	display: block;
	-webkit-appearance: none;
	-moz-appearance : none;
	-webkit-box-shadow: 0px 4px 3px 2px #3b3f5e;
	-moz-box-shadow: 0px 4px 3px 2px #3b3f5e;
	box-shadow: 0px 4px 3px 2px #3b3f5e;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: -webkit-box-shadow .1s ease-in-out;
	-moz-transition: -moz-box-shadow .1s ease-in-out;
	-o-transition: -o-box-shadow .1s ease-in-out;
	transition: box-shadow .1s ease-in-out;
}
#sidebar-form input[type="submit"]:hover {
	background-color: rgb(60, 107, 154);
}
#sidebar-form input[type="submit"]:active {
	-webkit-transform: translate(0, 4px);
	-moz-transform: translate(0, 4px);
	-o-transform: translate(0, 4px);
	transform: translate(0, 4px);
}


#sidebar-form input[type="submit"] {
}

.form.error label, .form.radio.error span{
	color:#ff0000;
}
.form.text.error input{
	border:1px solid #ff0000;
}
/* -------------------------- FIN FORM ------------------------------- */

/* -------------------------- Confirmation FORM ------------------------------- */

#confirmation {
	padding: 250px 10px 250px 10px!important;
	color: white;
	text-align: center;
}
#confirmation h1 {
	font-size: 36px;
	font-weight: 900;
	padding-top: 40px;
}
#confirmation h2 {
	font-size: 32px;
	font-weight: 900;
}
/* -------------------------- FIN Confirmation FORM ------------------------------- */

/* -------------------------- DEBUT HEADER ------------------------------- */

#main-header{
	background:#fff;
	color:#fff;
	line-height:normal;
}
#main-header .inner{
	padding:25px 10px;
	padding-bottom: 0;
}
#main-header .sitetitle{
	font-size:48px;
	font-weight:900;
	margin: 32px 0px 0;
}

	
/* -------------------------- FIN HEADER ------------------------------- */

/* -------------------------- DEBUT FOOTER ------------------------------- */

#main-footer{
	background:#333333;
	color:white;
	line-height:normal;
}
#main-footer .inner{
	background:#333333;
	padding: 65px 10px 20px 10px;
	text-align:center;
}
#main-footer p {
	font-size: 14px;
}
#main-footer .logo img {
	width:65px;
}

#main-footer .logo {
	width:65px;
	float: left;
}
#main-footer .col-left p {
	float: left;
	padding-left:15px;
}
#professional {
    font-size: 13px;
	font-weight:400;
	font-style: italic;
}
.col-left {
	float: left;
	text-align: left;
}

.col-right {
	float: right;
	text-align: right;
}

#professional {
	padding-top: 20px;
}
/* -------------------------- FIN FOOTER ------------------------------- */



/* -------------------------- DEBUT MAIN CONTENT ------------------------------- */
/*
#main-content .inner{
	width:700px;
	float: left;
}
#main-content h1{
	font-size:36px;
}
*/
/* -------------------------- FIN MAIN CONTENT ------------------------------- */


/* -------------------------- DEBUT BLOC INTEREST ------------------------------- */


input[type=text]:focus, input[type=email]:focus {
	box-shadow: -1px 1px 5px 1px rgba(215, 67, 147, 0.2);
	border: solid 2px #be012a;
}
input[type=text], input[type=email] {
	text-indent: 5px;
	vertical-align: middle;
	line-height: 22px;
	color: black;
}
input[type=text], input[type=email] {
	text-indent: 5px;
	vertical-align: middle;
	line-height: 22px;
}
input[type=text], input[type=email], select {
	color: #333333;
	outline-style: none;
	border-radius: 5px;
	border: solid 2px #dcdcdc;
	display: block;
	height: 32px;
	margin-top: 9px;
	transition: border 500ms ease-out;
	-webkit-transition: border 500ms ease-out;
	-moz-transition: border 500ms ease-out;
	-o-transition: border 500ms ease-out;
}
.form>span {
	padding-bottom: 9px;
}

.interest_title{
	font-size:30px;
	font-weight:300;
	padding-bottom: 30px;
}

.interest_bloc {
	padding: 50px 0 60px 0;
	font-size: 15px;
	font-weight: 900;
	color: white;
	background-color:#fff ;
}
.interest_bloc button {
	width: 234px;
	height: 49px;
	border:none;

	-webkit-appearance: none;
	-moz-appearance : none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: -webkit-box-shadow .1s ease-in-out;
	-moz-transition: -moz-box-shadow .1s ease-in-out;
	-o-transition: -o-box-shadow .1s ease-in-out;
	transition: box-shadow .1s ease-in-out;
}
.interest_bloc button:active {
	-webkit-transform: translate(0, 4px);
	-moz-transform: translate(0, 4px);
	-o-transform: translate(0, 4px);
	transform: translate(0, 4px);
}

.btn_dl_kit {
	background:url('../img/btn_dl_kit.png') no-repeat;
	margin-right: 20px;
}

.btn_contact {
	margin-left: 20px;
	background:url('../img/btn_contact.png') no-repeat;
}
/* -------------------------- FIN BLOC INTEREST ------------------------------- */

/* -------------------------- DEBUT BLOC CAROUSSEL ------------------------------- */
#bloc_caroussel .inner {
	padding-top: 45px;
}

#bloc_caroussel h2{
	font-size:24px;
	font-weight:700;
	padding-bottom: 10px;

}

.caroussel .one_cell {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slick-list {
	width: 60%!important;
	display: inline-block!important;
}

.arrow_caroussel {
	font-size: 60px;
	cursor: pointer;
	margin-top: 60px;
	position: relative;
	color: black;
}

#arrow_right {
	top: -55px;
	display: inline-block!important;
}

#arrow_left {
	top: -55px;
	display: inline-block!important;
}

.slick-dots li button:before {
	font-size: 17px!important;
}

.slick-slider {
	padding-top: 55px;
	margin-bottom: 100px!important;
}
#bloc_caroussel .slick-slider h1{

}
#bloc_caroussel #cell_fondation h1{
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
#bloc_caroussel #cell_fondation h2{
	margin: 0;
	padding: 0;
	padding-top: 30px;
}
#bloc_caroussel .slick-slider h2 {
	font-size: 18px;
	font-weight:900;
}
#bloc_caroussel .slick-slider h1 {
	font-size: 30px;
	font-weight:900;
}
#bloc_caroussel .slick-slider p {
	font-size: 14px;
}
/* -------------------------- FIN BLOC CAROUSSEL ------------------------------- */

/* -------------------------- DEBUT BLOC PUBLICITE ------------------------------- */
#bloc_publicite .inner {
	background-color: #ec6446;
	color: white;
	padding-bottom: 60px;
}

#bloc_publicite h2 {
	font-size: 24px;
	font-weight: 900;
	padding-top: 70px;
	padding-bottom: 20px;
}

#bloc_publicite h1 {
	font-size: 30px;
	font-weight: 900;
}

#bloc_publicite p {
	font-size: 14px;
	font-weight: normal;
}

#bloc_publicite #prospects,#bloc_publicite #visibility{
	padding: 0 120px 0 120px;
}
/* -------------------------- FIN BLOC PUBLICITE ------------------------------- */

/* -------------------------- DEBUT BLOC BENEFICE ------------------------------- */
#bloc_benefice .inner {
	background-color: #b0d0ef;
	color: black;
	background-image: url("../img/icon-pouce.png");
	background-repeat:no-repeat;
	background-position:0% 15%;
	padding-top: 35px;
	padding-bottom: 25px;
	color: #333333;
}


#bloc_benefice h2 {
	color: #333333;
	font-size: 24px;
	text-align: center;
	font-weight: 900;
}

#benefice_list {
	margin-top: 25px;
}

#benefice_list li{
	font-weight: 900;
	font-size: 18px;
	color: #333333;

	list-style-type: none;
	background-image: url("../img/icon-checkbox.png");
	background-repeat: no-repeat;
	background-position: 0 1.32em;
	padding: 32px 0 8px 60px;
}

#benefice {
	border-right: 1px solid #999999;
}

#chartre ul {
	counter-reset: quality;
	margin: 0 25px 0 15px;
}
#chartre li {
	list-style-type: none;
	counter-increment: quality;
	margin-bottom: 30px;
}

#chartre li:before {
	content: counter(quality);
	padding: 0px 7px 0px 0px;
	font-weight: 900;
	font-size: 0.8em;
	color: #333333;
	font-size: 48px;
	margin-left: -46px;
	position: absolute;
	margin-top: 2px;
}

#chartre #ligne_3:before {
	margin-top: -5px;
}

#chartre_title {
	padding-bottom: 60px;
	text-align: left!important;
}

#icon-tampon {
	padding-right: 15px;
	float: left;
	margin-left: -75px;
}
/* -------------------------- FIN BLOC BENEFICE ------------------------------- */

/* -------------------------- DEBUT BLOC OFFRE ------------------------------- */
#bloc_offres > .inner {
	background-color: white;
	color: #333333;
	padding-bottom: 60px;
}
#bloc_offres .inner .title {
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	padding: 25px 0 55px 0;
}
.bloc_offre {
	margin-bottom: 75px;
	padding:0!important;
}

.bloc_offre .inner {
	text-align: center;
	height: 350px;
	border: 1px solid;
	margin: 0 15px 0 15px;
	background-color: white;
	color: #333333;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

.bloc_offre h1 {
	font-size: 21px;
	font-weight:900;
}

.bloc_offre h2 {
	font-size: 18px;
	font-weight:700;
}

.bloc_offre .desc {
	font-size: 15px;
	font-weight:400;
	font-style: italic;

}

.bloc_offre .price {
	font-size: 15px;
	font-weight:300;
	text-transform: uppercase;
}

.bloc_offre img {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	margin-top:-4px;
}


#offre1 .inner{
	border-color: #df5416;
}
#offre1 .desc{
	padding-bottom: 15px;
	margin: 0 37px 0 37px;
}

#offre2 .inner {
	border-color: #94c11f;
}
#offre2 .desc{
	padding-bottom: 30px;
	margin: 0 15px 0 15px;
}

#offre3 .inner {
	border-color: #3ca4dc;
}
#offre3 p{
	margin: 0 30px 0 30px;
}
#offre3 .desc{
	padding-bottom: 23px;
	padding-top: 39px;
}

#offre4 .inner {
	border-color: #702283;
}
#offre4 .desc{
	padding-bottom: 24px;
	padding-top: 60px;
	margin: 0px 20px 0 20px;
}
/* -------------------------- FIN BLOC OFFRE ------------------------------- */

/* ------------------------------ MEDIA QUERY ---------------------------------- */

@media screen and (max-width: 681px) {
	.btn_dl_kit {
		margin-right: 0;
	}

	.btn_contact {
		margin-left: 0;
	}
	
	#bloc_benefice .inner {
    background-image:none;
	}
	
	/*FOOTER RESPONSIVE */
	#main-footer .inner {
		padding-top: 37px;
	}
	.col-left {
		float: none;
		text-align: center;
	}
	
	#main-footer .logo {
		float: none;
		    margin: 0 auto;
	}
	#main-footer .col-left p {
		float: none;
		padding-left: 0;
		padding-top: 25px;
	}
	.col-right {
		float: none;
		text-align: center;
		padding-top: 25px;
	}
}

@media screen and (max-width: 770px) {
	#benefice {
		border: none;
	}
	#fancybox-form {
    	padding: 0 50px;
	}
	#benefice_list {
   	 	padding: 0; 
	}
}

@media screen and (max-width: 1460px) and (min-width: 1240px){
	#bloc_offres .col-md-2 {
		width: 19.66666667%!important;
	}
	#bloc_offres .col-md-offset-2 {
		margin-left: 10.666667%!important;
	}
}

@media screen and (max-width: 1240px) and (min-width: 992px){
	#bloc_offres .col-md-2 {
		width: 24.5%!important;
	}
	#bloc_offres .col-md-offset-2 {
		margin-left: 1%!important;
	}
}


@media screen and (max-width: 550px){
	#arrow_right{
		display: block!important;
		float: none;
	}
	#arrow_left{
		display: block!important;
		float: none;
	}
	#fancybox-form {
    	padding: 0;
	}
}

@media screen and (max-width: 550px){
	form input[type="submit"] {
		float:none !important;
		height:32px;
		line-height:32px;
		margin-top:20px !important;
		margin-left:auto;
		margin-right:auto;
		padding-left:8px;
		padding-right:8px;
	}
	#logo_owner img {
		width:45%;
	}
	form {
		margin-left:auto;
		margin-right:auto;
		width:100% !important;
		text-align:center;
	}
	form div.container {
		width:380px !important;
		padding:0px !important;
	}
}


/* ------------------------------ FIN MEDIA QUERY ---------------------------------- */
form div.browser, form input[type="text"],form input[type="submit"] {
	float:left;
	height:32px;
	line-height:32px;
	margin-top:0px;
}

form div.browser{
	border-radius: 20px 0 0 20px; 
	padding-left:20px;
}
form input[type="text"] {
	border-radius: 0 20px 20px 0; 

}
@media screen and (max-width: 767px) {
	form {
		width:50%;
	}
}
@media screen and (min-width: 768px) {
	form {
		width:50%;
	}
}
form div.browser span {
	font-style:italic;
}
form div.browser  {
	background-color:#d5d6d6;
	color:ad0041;
}
form {
	margin-left:auto;
	margin-right:auto;
}
form div.container {
	width:480px;
}
.container {
	    text-align: center;
}
