html,
body {
	height:100%;
}
body {
	margin: 0;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
}

a {
	color: #51A544
}
a:hover {
	color: #424143
}
h1, h2, h3, h4, h5, h6 {
	text-align: center;
	margin: 0 0 0.5em;
}
ul {
	text-align:left;
}
ul, li {
	list-style:none;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 300;
	/*color: #777;*/
	font-size: 16px;
}
label.label-placeholder {
	color: rgba(0,0,0,0);
	visibility: hidden;
}
label.label-placeholder:before {
	content: "&nbsp;";
}
.header-lg,
.header-md,
.header-sm {
	display: block;
}
.header-lg {
	font-size: 34px;
}
.header-md {
	font-size: 25px;
}
.header-sm {
	font-size: 19px;
}
.subheader-lg {
	font-size: 23px;
}
.subheader-md {
	font-size: 18px;
}
.subheader-sm {
	font-size: 17px;
}
.text-lg {
	font-size: 23px;
}
.text-md {
	font-size: 19px;
}
.text-sm {
	font-size: 17px;
}
.text-xs {
	font-size: 15px;
}
.text-nowrap {
	white-space: nowrap;
}
.votresite-logo {
	width: 300px;
	height: 91px;
	background: url(layout/votresiteca_plus_tel2.png) no-repeat top left;
}
.header-lg + .vert-listing,
.header-md + .vert-listing,
.header-sm + .vert-listing {
	margin-top: 10px;
}
.vert-listing {
	display: inline-block;
}
.vert-listing li {
	background: url(layout/li.png) no-repeat left center;
	background-size: 16px 16px;
	padding-left: 20px;
}
.btn-vs,
.btn-vs:hover,
.btn-vs:focus {
	background: #51A544;
	color: #fff;
	text-shadow: none;
	border-color: transparent;
	font-size: 23px;
}
.btn-vs:hover,
.btn-vs:focus {
	background: #437F3A;
}

.inscription_votresite {
	margin-top:75px;
	
	
	}
@media (max-width: 991px) {
	label {

	}
	.btn,
	input,
	select {
		min-height: 44px;
	}
	/*.form-group-mg-10 .btn-block {
		margin-top: 10px;
	}*/
}
.main-nav,
.main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-nav {
	margin-top: 20px;
}
.main-nav li {
	float: left;
}
.main-nav li a {
	display: block;
	line-height: 1.4;
	margin-left: 10px;
	padding: 10px;
	border: 2px solid transparent;
	border-left-width: 0;
	border-right-width: 0;
}
.main-nav li a:hover {
	text-decoration: none;
}
.main-nav li a span {
	padding-bottom: 10px;
}
.main-nav li a:hover span {
	border-bottom: 3px solid #51A544;
	padding-bottom: 7px;
}
.main-nav li.main-nav-essai a {
	border-left-width: 2px;
	border-right-width: 2px;
	border-color: #51A544;
}
.main-nav li.main-nav-essai a:hover {
	background: #51A544;
	color: #fff;
}
.main-nav li.main-nav-essai a:hover span {
	border: 0;
}
@media (max-width:991px) {
	@media (min-width: 700px) {
		.header-wrapper {
			text-align: center;
		}
		.votresite-logo {
			float: none !important;
			margin: 10px auto 0;
		}
		.main-nav {
			float: none !important;
			clear: both;
			margin: 0 auto 10px;
			overflow: hidden;
			display: inline-block;
		}
	}
	.block-footer .header-sm {
		/*border-bottom: 1px solid;*/
		padding-bottom: 3px;
		margin-bottom: 4px;
	}
}
@media (max-width: 699px) {
	.main-nav {
		margin-top: 0;
		margin-bottom: 20px;
		float: left !important;
		clear: left;
	}
	.main-nav li {
		clear: left;
	}
	.main-nav li a {
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 5px;
	}
	.main-nav li a span {
		padding-bottom: 5px;
	}
	.main-nav .main-nav-essai a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.section-full {
	/*min-height: 100%;*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );*/
}
.section-green-on-soft-gray {
	color:#51A544;
	background: #f9f9f9;
}
.soft-white-to-gray {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f9f9f9 100%);
}
.section + .section {
	/*margin-top: 10px;*/
	/*padding: 10px 0;*/
}
.container + .container {
	margin-top: 10px;
}
.block {
	padding: 15px 0;
}
.block-etapes {
	background: #51A544;
	color: #fff;
}
.block-form {
	padding-top: 50px;
}
.block-hexagones,
.block-etapes-gray {
	background: #e3e3e3;
	color: #626262;
}
.block-etapes-white {
	background: #fff;
	color: #626262;
	border-top: 2px solid #eee
}
.block-charcoal {
	background: #666;
	color: #fff;
}
.block-footer {
	text-align: center;
}

.vs-col {
	float: left;
}
.vs-col-1-5 {
	width: 20%;
}
.vs-col-group-gutter-5 {
	margin-left: -5px;
	margin-right: -5px;
}
.vs-col-group-gutter-5 .vs-col {
	padding-left: 5px;
	padding-right: 5px;
}
.form-group-mg-5 {
	margin-bottom: 5px;
}
.form-group-mg-10 {
	margin-bottom: 10px;
}
.square-box {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.square-box.etape {
	padding: 10px;
	border: 2px solid rgba(255,255,255,0.2);
	border-radius: 5px;
}
.block-etapes-gray .square-box.etape {
	border: 2px solid rgba(0,0,0,0.2);
}
.block-etapes-gray .square-content > div > span {
	background: #fff;
}
.square-box:before {
	content: "";
	display: block;
	padding-top: 100%;
	/*padding-top: 8em*/
}
.square-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.square-content > div {
	display: table;
	width: 100%;
	height: 100%;
}
.square-content > div > span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	height:40px;
}
.etape-num {
	position: absolute;
	top: -1px;
	left: 9px;
	display:block;
	font-size:109px;
	line-height:1;
	color:rgba(255,255,255,0.5);
}
.etape-desc {
	position: absolute;
	top: 94px;
	/*height:51px;*/
	display: block;
	font-size: 19px;
	line-height: 1.15;
	text-align: left;
	color: rgba(255,255,255,0.86);
	padding-right: 10px;
}
.block-etapes-gray .etape-num {
	color:rgba(0,0,0,0.5);
}
.block-etapes-gray .etape-desc {
	color: rgba(0,0,0,0.86);
}
@media (max-width: 699px) {
	.vs-col-1-5 {
		width: 100%;
	}
	.square-content {
		position: initial;
	}
	.square-box:before {
		content: none;
	}
	.square-box.etape {
		border: 0;
		border-radius: 0;
		border-bottom: 2px solid rgba(255,255,255,0.2);
	}
	.block-etapes-gray .square-box.etape {
		border: 0;
		border-radius: 0;
		border-bottom: 2px solid rgba(0,0,0,0.2);
	}
	.square-content > div > span {
		text-align: left;
	}
}
@media (min-width: 700px) and (max-width:991px) {
	.vs-col-1-5 {
		width: 33%;
	}
	.vs-col-1-5:nth-of-type(1n+4) {
		margin-top: 10px;
	}
	.square-content {
		position: initial;
	}
	.square-box:before {
		content: none;
	}
	.square-box.etape {
		border: 0;
		border-radius: 0;
		border-bottom: 2px solid rgba(255,255,255,0.2);
	}
	.block-etapes-gray .square-box.etape {
		border: 0;
		border-radius: 0;
		border-bottom: 2px solid rgba(0,0,0,0.2);
	}
	.square-content > div > span {
		text-align: left;
	}
	.squares-offer + .squares-offer {
		margin-top: 0;
	}
}
@media (max-width:991px) {
	.cinq-etapes .vs-col-1-5 {
		width: 100%;
	}
	.cinq-etapes.square-content {
		position: initial;
	}
	.cinq-etapes.square-box:before {
		content: none;
	}
	.cinq-etapes.square-box.etape {
		border-bottom: 2px solid rgba(255,255,255,0.2);
	}
	.block-etapes-gray .cinq-etapes.square-box.etape {
		border-bottom: 2px solid rgba(0,0,0,0.2);
	}
	.cinq-etapes.square-content > div > span {
		text-align: left;
	}
	.cinq-etapes .etape-num {
		font-size: 70px;
		/*background: #fff;*/
		color: #51a544;
		width: 70px;
		height: 70px;
		text-align: center;
		top: 50%;
		margin-top: -35px;
	}
	.cinq-etapes .etape-desc {
		position: initial;
		padding-left: 75px;
		padding-right: 20px;
		display: table-cell;
		vertical-align: middle;
		height: 70px;
	}
	.block-etapes-gray .cinq-etapes .etape-num {
		color: #969696;
	}
}
@media (min-width: 992px) {
	.vs-col-1-5:nth-of-type(1n+6) {
		margin-top: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.cinq-etapes .etape-num {
		top: -9px;
		left: 6px;
		font-size: 76px
	}
	.cinq-etapes .etape-desc {
		top: 63px;
		font-size: 15px;
	}
}

.hex-container {
	margin:0 auto;
	padding-left:34px;
}
.hex-box {
	position: relative;
	margin-top: 7px;
	float: left;
	margin-left: -34px;
}
@media (min-width:992px) {
	.hex-container {
		width: 804px; /* formule : n * 188 - ( (n-1) * 34 ) */
		padding-top: 89px;
	}
	.hex-box:nth-of-type(5n+1) {
		clear: left;
	}
	.hex-box:nth-of-type(2),
	.hex-box:nth-of-type(4),
	.hex-box:nth-of-type(7),
	.hex-box:nth-of-type(9) {
		top: -89px;
	}
}
@media (min-width:700px) and (max-width:991px) {
	.hex-container {
		width: 650px; /* formule : n * 188 - ( (n-1) * 34 ) */
	}
	.hex-box:nth-of-type(4n+1) {
		clear: left;
	}
	.hex-box:nth-of-type(2n+2) {
		top: 89px;
	}
	.hex-box:nth-of-type(10) {
		top: 0;
		left: 154px;
	}
}
@media (max-width:699px) {
	.hex-container {
		width: 342px; /* formule : n * 188 - ( (n-1) * 34 ) */
		padding-bottom: 89px;
	}
	.hex-box:nth-of-type(2n+1) {
		clear: left;
	}
	.hex-box:nth-of-type(2n+2) {
		top: 89px;
	}
}

ul.other-products {
	margin:0.25em 0 0 0;
	padding-left:1.5em;
}
ul.other-products,
ul.other-products li {
	list-style:square;
}

.outils-container {
	margin: 0 auto;
}
.outil-box {
	float: left;
	width: 220px;
	margin-left: 10px;
	box-shadow: 0 0 9px -2px rgba(0,0,0,0.2);
	margin-top: 10px;
}
.outil-box img {
	display: block;
	width: 100%;
	height: auto;
}
@media (min-width:1200px) {
	.outils-container {
		width: 1140px; /* formule : n * 220 + ( (n-1) * 10 ) */
	}
	.outil-box:nth-of-type(5n+1) {
		clear: left;
		margin-left: 0;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.outils-container {
		width: 910px; /* formule : n * 220 + ( (n-1) * 10 ) */
	}
	.outil-box:nth-of-type(4n+1) {
		clear: left;
		margin-left: 0;
	}
	.outil-box:nth-of-type(9) {
		margin-left: 230px;
	}
}
@media (min-width:700px) and (max-width:991px) {
	.outils-container {
		width: 680px; /* formule : n * 220 + ( (n-1) * 10 ) */
	}
	.outil-box:nth-of-type(3n+1) {
		clear: left;
		margin-left: 0;
	}
	.outil-box:nth-of-type(10) {
		margin-left: 230px;
	}
}
@media (max-width:699px) {
	.outils-container {
		max-width: 450px; /* formule : n * 220 + ( (n-1) * 10 ) */
	}
	.outil-box:nth-of-type(2n+1) {
		clear: left;
		margin-left: 0;
	}
	.outil-box {
		max-width: 220px;
		width: 48%;
	}
}

.centered {
	height: 100%;
}
.centered:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
.centered-inner {
	display: inline-block;
	vertical-align: middle;
	/*width: 300px;*/
	padding: 10px 15px;
	/*border: #a0a0a0 solid 1px;*/
}

@media (max-width: 991px) {
	.sync-this {
		height: auto !important;
	}
}

.avantage {
	/*background:#ddd;*/
	border:2px solid #ddd;
	margin-bottom: 15px;
	padding: 10px;
	text-align: center;
	border-radius: 8px;
}
.avantage img {
	margin-left: auto;
	margin-right: auto;
}

.vert-spacer {
	padding: 0 10px;
}
.vert-spacer:before {
	content: '|';
}
.inline-links {
	margin-top: 5px;
}
.inline-links a + a {
	margin-left: 10px;
}

@media (max-width: 699px) {
	.vert-spacer {
		display: block;
		padding: 2px 0 0;
	}
	.vert-spacer:before {
		content: '';
	}
	.inline-links {
		margin-top: 10px;
	}
	.inline-links a {
		display: block;
		margin-top: 5px;
	}
	.inline-links a + a {
		margin-left: 0;
	}
}

#overlay {
	visibility: hidden;
	z-index: 1;
	opacity: 0;
	background: rgba(0,0,0,1);
	color: #fff;
	transition: 0.4s all;
	padding-top: 25px;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#overlay.active {
	visibility: visible;
	z-index: 1;
	display: block;
	opacity: 0.9999999;
}
.close-overlay {
	width: 44px;
	height: 44px;
	line-height: 35px;
	border: 2px solid #fff;
	text-align: center;
	font-size: 22px;
	font-family: Arial, sans-serif;
	position: absolute;
	top: 25px;
	right: 25px;
	cursor: pointer;
	transition: 0.4s all ease;
	z-index: 1;
}
.close-overlay:hover {
	background: #fff;
	color: #000;
	transition: none;
}

.mg-top-5 {
	margin-top:5px;
}
.mg-top-10 {
	margin-top:10px;
}
.mg-bot-5 {
	margin-bottom:5px;
}
.mg-bot-10 {
	margin-bottom:10px;
}

.formerror,
.formsuccess {
	font-size: 16px;
	padding: 10px;
	border: 1px solid #CCC;
	border-radius:6px;
}
.formerror {
	font-weight: bold;
	color: white;
	background: #C30;
	margin: 0 0 15px 0
}
.formsuccess {
    color: #444344;
    background: #ffffff;
    margin: 0 0 15px 0;
    line-height: 1.15;
    border: #eaeaea 3px solid !important;
    padding: 34px;	
}
.formsuccesswelcome {
    font-size: 22px;
    font-weight: bold;
    color: #444344;
}



.theme-gray,
.theme-black,
.theme-white {
	overflow: hidden;
	padding: 0 5px;
}
.theme-gray .formerror,
.theme-gray .formsuccess,
.theme-black .formerror,
.theme-black .formsuccess,
.theme-white .formerror,
.theme-white .formsuccess {
	border: 0;
}
.theme-gray {
	background: #f9f9f9;
	color: #51A544;
}
.theme-black {
	background: #000;
	color: #fff;
}
.theme-white {
	background: #fff;
	color: #51A544
}

iframe.inscription {
	width: 100%;
	border: 0
}
.inscription.iframe-mobile {
	height: 600px
}
.inscription.iframe-desktop {
	height: 330px
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper43 {
	padding-bottom: 75%; /* 16:9 */
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}