@charset 'UTF-8';
@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900');
@import url('font-awesome.min.css');

/*
	Big Picture by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body {
		background: #fff;
	}

		body.is-loading *
		{
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-o-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	body,input,textarea,select {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 300;
		font-size: 18pt;
		line-height: 1.75em;
		color: #000;
		letter-spacing: 0.5px;
	}

	h1,h2,h3,h4,h5,h6 {
		font-weight: 900;
		color: inherit;
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}
		
	h2 {
		font-size: 2.25em;
		letter-spacing: -0.5px;
		line-height: 1.25em;
	}
	
	
	h3 {
		font-size: 1.8em;
    	letter-spacing: 0px;
    	line-height: 1.25em;
    	margin-top: 20px;
	}
	
	h3.orange {
		color:#00afec;
	}
	
	h2.orange {
		color:#00afec;
	}
	
	h1.orange {
		color:#00afec;
	}
	
	p.orange {
		color:#00afec;
	}
	
	.ptop {
		font-size:0.8em;
		text-align:center;
		line-height: 1.2em;
		margin: 0;
		padding: 0;
	}
	
	p span {
		color: #00afec;
		font-size: 1em;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.prix span {
		color: #00afec;
		font-size: 3em;
		font-weight: 900;
		letter-spacing: -2px;
		line-height: 1.1em;
	}
		
	strong, b {
		font-weight: 900;
		color: inherit;
	}
	
	em, i {
		font-style: italic;
	}

	a {
		color: #00afec;

		-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		text-decoration:none;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr {
		border: 0;
		border-top: solid 1px #ddd;
	}
	
	blockquote {
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	p, ul, ol, dl, table {
		margin-bottom: 1em;
	}
	
	p {
		line-height: 1.5em;
	}
	
	.floatRight{
		float:right;
	}
	
	#photo {
		width:300px;
		height:300px;
		 margin: 0 auto;
	}

	header {
		margin-bottom: 1em;
	}
	
		header p {
			display: block;
			margin: 1em 0 0 0;
			padding: 0 0 0.5em 0;
		}
		
		header p span{
			font-weight:bold;
			font-size:1em;
			color:#00afec;
			letter-spacing:normal;
			text-transform:uppercase;
		}
		
		
		header .menu {
			color: #00afec;
			display: block;
			font-size: 0.8em;
			letter-spacing: 0;
			line-height: 1.5em;
			margin: 1.15em 0 0 210px;
			padding: 0 0 0.5em;
		}
		
	footer {
		margin-top: 2em;
	}

	br.clear {
		clear: both;
	}
	
	.clear {
		clear: both;
	}
	.alignText {
			text-align: center;
			min-height:250px;
	}
		.alignText p{
			font-size: 20px;
    		line-height: 26px;
		}
	
	.remove-glyph {
		display: block;
		height: 19px;
		width: 19px;
		-moz-osx-font-smoothing: grayscale;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration:none;
		color:#000;
	
	}
	
	.refresh-glyph {
		display: inline-block;
		height: 19px;
		width: 19px;
		-moz-osx-font-smoothing: grayscale;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration:none;
		//color:#000;
		margin-left:10px;
	
	}
	
	.remove-glyph:hover{
		color:#F00;
	
	}
	
	.refresh-glyph:hover{
		color:#000;
	
	}
	
	#securise {
		position:absolute;
		width:100%;
		max-width:531px;
		z-index:1;
	}

	/* Sections/Article */
	
		section,
		article {
			margin-bottom: 3em;
		}
		
			section > :last-child,
			article > :last-child {
				margin-bottom: 0;
			}

			section > .content > :last-child,
			article > .content > :last-child {
				margin-bottom: 0;
			}

			section:last-child,
			article:last-child {
				margin-bottom: 0;
			}

			.row > section,
			.row > article {
				margin-bottom: 0;
			}

	/* Image */

		.image {
			position: relative;
			display: inline-block;
		}
		
			.image:before {
				content: '';
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				background: url('images/overlay.png');
			}
		
			.image img {
				display: block;
				width: 100%;
			}

			.image.featured {
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.fit {
				display: block;
				width: 100%;
			}
			
			.image.left {
				float: left;
				margin: 0 2em 2em 0;
			}
			
			.image.centered {
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img {
					margin: 0 auto;
					width: auto;
				}

	/* List */

		ul {
		}

			ul.default {
				list-style: none;
				padding-left: 0;
			}
			
				ul.default li {
					text-align:left;
					font-size:0.9em;
					background: url("images/icon-checkmark.png") no-repeat scroll 0 1.00em rgba(0, 0, 0, 0);
					padding: 0.6em 0 0.6em 45px;
					 border-bottom: 1px solid #e2e6e8;
				}
				
			ul.home {
				list-style: outside none none;
				margin:0%;
				padding-left: 0;
				width: 100%;	
			}
				
				ul.home li {
					background: url("images/icon-checkmark.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
					font-size: 0.85em;
					padding: 0 0 0 30px;
					text-align: left;
					line-height:1.5em;
				}
			
			ul.homeTop {
				list-style: outside none none;
				margin: 0.9em 15% 1em;
				padding-left: 0;
				width: 70%;
			}
				
				ul.homeTop li {
					background: url("images/icon-checkmark.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
					font-size: 0.9em;
					padding: 0 0 0 30px;
					text-align: left;
				}
								
			ul.marche {
				list-style: outside none none;
				margin:0;
				padding-left: 0;
				width: 100%;	
				text-align:left;
			}
				
				ul.marche li {
					background: url("images/icon-checkmark.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
					font-size: 0.8em;
					padding: 0 0 0 30px;
					text-align: left;
				}
				
			ul.icons {
				cursor: default;
			}	
			
				ul.icons li {
					display: inline-block;
				}
				
					ul.icons a {
						display: inline-block;
						width: 2em;
						height: 2em;
						line-height: 2em;
						text-align: center;
						border: 0;
					}

			ul.menu {
				cursor: default;
			}
			
				ul.menu li {
					display: inline-block;
					line-height: 1em;
					border-left: solid 1px rgba(145,146,147,0.25);
					padding: 0 0 0 0.5em;
					margin: 0 0 0 0.5em;
				}
				
				ul.menu li:first-child {
					border-left: 0;
					padding-left: 0;
					margin-left: 0;
				}

			ul.actions {
				cursor: default;
			}
			
				ul.actions li {
					display: inline-block;
					margin: 0 0 0 0.5em;
				}
				
				ul.actions li:first-child {
					margin-left: 0;
				}
				
				ul.actions p{
					font-size:0.7em;
					font-weight:normal;
					text-transform:none;
				}
			
			ul.menuCompte {
				cursor: default;
			}
			
				ul.menuCompte li {
					display: inline-block;
					margin: 0 0 0 0.5em;
					width:100%;
				}
				
				ul.menuCompte li:first-child {
					margin-left: 0.5em;
				}
				
				ul.menuCompte a{
					font-size:0.9em;
					font-weight:normal;
					text-transform: uppercase;
					color:#000;
				}
				
				ul.menuCompte a:hover, ul.menuCompte .current{
					font-size:0.9em;
					font-weight:normal;
					text-transform: uppercase;
					color:#00afec;
				}
				
		ol {
		}

			ol.default {
				list-style: decimal;
				padding-left: 1.25em;
			}

				ol.default li {
					padding-left: 0.25em;
				}

	/* Form */

		form {
			letter-spacing:0em;
		}
		
		form p{
			text-transform:uppercase;
			margin-top:15px;
			font-weight:bold;
		}
		
		#panier p{
			text-transform:none;
			margin-top:15px;
			font-weight:normal;
			font-size:0.8em;
		}
		
		#panier .textInfo{
			text-transform:none;
			margin-top:5px;
			font-weight:normal;
			font-size:0.5em;
			font-weight:900;
		}
		
		form .p{
			text-transform:none;
			margin-top:12px;
			font-weight:normal;
		}
		
			form label {
				display: block;
			}
			
			
			form input[type="number"]
			{
				display: block;
				width: 50px;
				margin:0 auto;
				padding: 0.2em 0.2em 0.2em 0.5em;
				background: none;
				border: solid 2px rgba(185,186,187,0.25);
				color: inherit;
				border-radius: 0.5em;
				outline: none;

				-moz-appearance: none;
				-webkit-appearance: none;
				-o-appearance: none;
				-ms-appearance: none;
				appearance: none;

				-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				
				line-height: 1em;
				
				background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
			}
			
			form input.quantite
			{
				display: block;
				width: 50px;
				margin:0 auto;
				padding: 0.2em 0.2em 0.2em 0.5em;
				background: none;
				border: solid 2px rgba(185,186,187,0.25);
				color: inherit;
				border-radius: 0.5em;
				outline: none;

				-moz-appearance: none;
				-webkit-appearance: none;
				-o-appearance: none;
				-ms-appearance: none;
				appearance: none;

				-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				
				line-height: 1em;
				
				background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
			}
			
		
			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form textarea {
				display: block;
				width: 100%;
				padding: 0.65em 0.75em;
				background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
				border: solid 2px rgba(0,0,0,0.5);
				color: inherit;
				border-radius: 0.5em;
				outline: none;

				-moz-appearance: none;
				-webkit-appearance: none;
				-o-appearance: none;
				-ms-appearance: none;
				appearance: none;

				-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
			}
			
			form select {
				display: block;
				width: 50px;
				padding: 0.2em;
				background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
				border: solid 1px rgba(0,0,0,0.5);
				color: inherit;
				border-radius: 0.5em;
				outline: none;
				margin:0 auto;

				-moz-appearance:  menu;
				-webkit-appearance:  menu;
				-o-appearance:  menu;
				-ms-appearance:  menu;
				appearance:  menu;

				-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				cursor:pointer;
			}
			
			form .select {
				display: block;
				width: 100%;
				padding: 0.65em 0.75em;
				background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
				border: solid 2px rgba(0,0,0,0.5);
				color: inherit;
				border-radius: 0.5em;
				outline: none;

				-moz-appearance:  menu;
				-webkit-appearance:  menu;
				-o-appearance:  menu;
				-ms-appearance:  menu;
				appearance:  menu;
				

				-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				font-size:17pt;
				cursor:pointer;
			}
			
			form .pack {
				display: block;
				width: 50px;
				padding: 0.2em;
				background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
				border: solid 1px rgba(0,0,0,0.5);
				color: inherit;
				border-radius: 0.5em;
				outline: none;
				margin:0 auto;

				-moz-appearance:  menu;
				-webkit-appearance:  menu;
				-o-appearance:  menu;
				-ms-appearance:  menu;
				appearance:  menu;

				-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				cursor:pointer;
			}
			
			


				form input[type="text"]:focus,
				form input[type="number"]:focus,
				form input[type="email"]:focus,
				form input[type="password"]:focus,
				form select:focus,
				form textarea:focus {
					border-color: #000000;
				}

			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select {
				line-height: 1.35em;
			}
				
			form textarea {
				min-height: 8em;
			}
			form .required {
				border: solid 2px #F00;
			}
			form .formerize-placeholder {
				color: rgba(0,175,236,1) !important;
				font-weight:900 !important;
			}

			form ::-webkit-input-placeholder {
				color: rgba(0,175,236,1) !important;
				font-weight:900 !important;
			}

			form :-moz-placeholder {
				color: rgba(0,175,236,1) !important;
				font-weight:900 !important;
			}

			form ::-moz-placeholder {
				color: rgba(0,175,236,1) !important;
				font-weight:900 !important;
			}

			form :-ms-input-placeholder {
				color: rgba(0,175,236,1) !important;
				font-weight:900 !important;
			}

			form ::-moz-focus-inner {
				border: 0;
			}
			
			.info{
				position:absolute;
				top:50%;
				width:100%;
				text-align:center;
			}
			
	/* Table */
	
		table {
			width: 100%;
		}
		
			table.default {
				width: 100%;
			}
			
				table.default tbody tr:nth-child(2n+2) {
					background: #f4f4f4;
				}
				
				table.default td {
					padding: 0.4em 1em 0.4em 1em;
					font-size:0.8em;
					text-align: center;
					line-height: 1.3em;
					vertical-align: middle;
				}
				
				table.default td img{
					vertical-align:bottom;
					height:50px;
				}
				
				table.default th {
					text-align: center;
					font-weight: 400;
					padding: 0.4em 1em 0.4em 1em;
					text-transform:uppercase;
				}
				
				table.default td span {
					color:#000;
					font-size: 1.5em;
					letter-spacing: 0px;
					line-height: 1.5em;
					font-weight: 400;
				}
				
				table.default tbody .total, table.default tbody .total:nth-child(2n+2){
					background: #91e0fb;
				}
				
				table.default .total td {
					padding: 0.1em 1em 0.1em 1em;
				}
				
				table.default tbody .totalOK, table.default tbody .totalOK:nth-child(2n+2){
					background:#00afec;
					color:#FFF;
				}
				
				table.default tbody .totalOK span {
					color:#FFF;
					font-size: 1.5em;
					letter-spacing: 0px;
					line-height: 1.5em;
					font-weight: 400;
				}
				
				table.default .totalOK td {
					padding: 0.1em 1em 0.1em 1em;
				}
				
				table.default tbody .tva, table.default tbody .tva:nth-child(2n+2){
					//background: #91e0fb;
				}
				
				table.default .tva td {
					padding: 0.1em 1em 0.1em 1em;
				}
				
				
			
				table.default thead {
					background: #444;
					color: #fff;
				}
				
				table.default tfoot {
					background:#00afec;
					color:#FFF;
				}
				table.default tfoot span {
					color:#FFF;
					font-size: 1.5em;
					letter-spacing: 0px;
					line-height: 1.5em;
					font-weight: 400;
				}
				table.default tbody {
				}
				
				select {
					font-size:0.8em;
				}
		

	/* Button */
		
		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		.button {
			background-color: #00afec;
			border: 0;
			border-radius: 5px;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			height: 3.0em;
			line-height: 3.0em;
			outline: 0;
			padding: 0 1em 0 1em;
			position: relative;
			text-align: center;
			text-decoration: none;

			-moz-appearance: none;
			-webkit-appearance: none;
			-o-appearance: none;
			-ms-appearance: none;
			appearance: none;

			-moz-transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
			text-transform:uppercase;
			margin-bottom:10px;
		}

			.button.down {
				width: 5em;
				height: 5em;
				line-height: 4.5em;
				padding: 0;
				background-image: url('images/arrow.svg');
				background-position: center center;
				background-repeat: no-repeat;
				text-indent: -10em;
				overflow: hidden;
			}
			
				.button.down.anchored {
					bottom: 0;
					border-bottom: 0;
					border-radius: 3em 3em 0 0;
					height: 4.5em;
					margin-left: -2.5em;
				}
				
			
			.button.deux {
				width: 5em;
				height: 5em;
				line-height: 4.5em;
				padding: 0;
				background-image: url('images/2.png');
				background-position: center center;
				background-repeat: no-repeat;
				text-indent: -10em;
				overflow: hidden;
			}
			
				.button.deux.anchored {
					bottom: 0;
					border-bottom: 0;
					border-radius: 3em 3em 0 0;
					height: 4.5em;
					margin-left: -2.5em;
				}
			
			
			.button.trois {
				width: 5em;
				height: 5em;
				line-height: 4.5em;
				padding: 0;
				background-image: url('images/3.png');
				background-position: center center;
				background-repeat: no-repeat;
				text-indent: -10em;
				overflow: hidden;
			}
			
				.button.trois.anchored {
					bottom: 0;
					border-bottom: 0;
					border-radius: 3em 3em 0 0;
					height: 4.5em;
					margin-left: -2.5em;
				}
			
			.button.anchored {
				position: absolute;
				left: 50%;
			}
			
			input[type="button"]:hover,
			input[type="submit"]:hover,
			input[type="reset"]:hover,
			.button:hover {
				background-color: #000;
			}
			
			input[type="button"]:active,
			input[type="submit"]:active,
			input[type="reset"]:active,
			.button:active {
				background-color: #88b583;
			}

			input[type="button"].style2,
			input[type="submit"].style2,
			input[type="reset"].style2,
			.button.style2 {
				background-color: transparent;
				border: solid 2px #e5e6e7;
				color: inherit;
			}

				input[type="button"].style2:hover,
				input[type="submit"].style2:hover,
				input[type="reset"].style2:hover,
				.button.style2:hover {
					background-color: rgba(145,146,147,0.035);
				}
				
				.button.style2.down {
					background-image: url('images/arrow.svg');
				}

	/* Box */

		.box {
			background: rgba(255,255,255,0.8);
			color: #000;
			padding: 2em;
		}
		
			.box.style2 {
				padding: 3.5em 2.5em 3.5em 2.5em;
			}
			
			.box.commander {
				background: rgba(255,255,255,0);
				padding: 0;
			}
			
			.rond {
				width:60px;
				height:60px;
				border-radius:60px;
				 margin: 0 auto 10px 5px;
    			vertical-align: middle;
				display:inline-block;
				cursor:pointer;
			}
			.red {
				background-color:#FE3944;
			}
			.blue {
				background-color:#488CF0;
			}
			.pink {
				background-color:#FF4EAD;
			}


	/* Main */
		
		.main {
			position: relative;
			margin: 0;
			overflow-x: hidden;
		}
		
			.main.style1 {
				text-align: center;
				padding: 10em 0 10em 0;
			}
			
				.main.style1 h2 {
					    color: #00afec;
						font-size: 2.8em;
						letter-spacing: 0px;
						line-height: 0.8em;
						font-family: 'Grand Hotel', cursive;
				}
				
				.main.style1 .content {
					opacity: 1.0;

					-moz-transition: all 1s ease;
					-webkit-transition: all 1s ease;
					-o-transition: all 1s ease;
					-ms-transition: all 1s ease;
					transition: all 1s ease;
					
					-moz-transform: translateZ(0);
					-webkit-transform: translateZ(0);
					-o-transform: translateZ(0);
					-ms-transform: translateZ(0);
					transform: translateZ(0);
					
					
				}
				.main.style1 header {
					background-color:rgba(255,255,255,0.85);
					padding:2em 1em;
				}
				
			.main.style1.inactive {
			}
			
				.main.style1.inactive .content {
					opacity: 0;
				}
		
			.main.style2 {
				padding: 10em 0 10em 0;
				overflow: hidden;
			}
			
				.main.style2 .content {
					position: relative;
					width: 35%;

					-moz-transition: all 1s ease;
					-webkit-transition: all 1s ease;
					-o-transition: all 1s ease;
					-ms-transition: all 1s ease;
					transition: all 1s ease;
					
					-moz-transform: translateZ(0);
					-webkit-transform: translateZ(0);
					-o-transform: translateZ(0);
					-ms-transform: translateZ(0);
					transform: translateZ(0);
				}
			
				.main.style2.left {
				}

					.main.style2.left .content {
						left: 0;
					}

				.main.style2.right {
				}

					.main.style2.right .content {
						left: 65%;
					}

				.main.style2.inactive {
				}

					.main.style2.inactive .content {
					}

						.main.style2.inactive.left .content {
							left: -35%;
						}

						.main.style2.inactive.right .content {
							left: 100%;
						}
		
			.main.style3 {
				text-align: center;
				padding: 6em 0 6em 0;
			}

				.main.style3 .content {
				}

					.main.style3 .content > header {
						margin-bottom: 2em;
					}

				.main.style3.primary {
					background: #fff;
				}
			
				.main.style3.secondary {
					background: #f5f6f7;
				}
				
				
			
			.main.style4 {
				text-align: left;
				padding: 6em 0 6em 0;
			}
			
			.main.style4.cgv h1{
				font-size:1.5em;
			}
			.main.style4.cgv h2{
				font-size:1.2em;
			}
			
			.main.style4.cgv p{
				font-size:0.8em;
			}

				.main.style4 .content {
				}

					.main.style4 .content > header {
						margin-bottom: 2em;
						text-align: center;
					}

				.main.style4.primary {
					background: #fff;
				}
			
				.main.style4.secondary {
					background: #f5f6f7;
				}
				
				
				.toggle {
					display: block;
					outline: none;
					text-decoration: none;
					font-size: 1em;
					color: #00afec;
					margin-top: 5px;
					cursor: pointer;
					padding-left: 30px;
					padding-top:3px;
					text-align:left;
					
					background: url("images/icon-checkmark.png") no-repeat scroll 0 0.55em rgba(0, 0, 0, 0);
					
				}
				
				.answer { text-align:left;display: block; font-size: 0.85em; padding-left: 14px; color: #000; margin-top: 5px; font-style:normal; line-height:1.2em; }
				
				
			
			
			.main.style5 {
				text-align: left;
				padding: 4em 0 6em 0;
			}

				.main.style5 .content {
				}

					.main.style5 .content > header {
						margin: 2em;
						text-align: center;
						color:#FFF;
					}
					
					.main.style5 .content > header h2{
						margin: 1em;
						text-align: center;
						color:#000;
					}
					
					.main.style5 .content > header p{
						margin:0;
					}
					
				.main.style5 ul{
					text-align:center;
				}
				
				.main.style5.primary {
					background: #fff;
				}
			
				.main.style5.secondary {
					//background: #00afec;
				}
				
				.main.style5 > header h2{
						margin: 1em;
						text-align: center;
						color:#000;
					}
					
					.main.style5  p{
						margin:0;
						font-size:0.9em;
					}
			
			
			.main.style6 {
				text-align: center;
				padding: 0;
			}

				.main.style6 .content {
				}

					.main.style6 .content > header {
						margin: 2em;
						text-align: center;
						color:#000;
					}
					
					.main.style6 .content > header h2{
						text-transform: uppercase;
						letter-spacing:0em;
					}
					
					.main.style6 .content > header p{
					}

				.main.style6.primary {
					background: #fff;
				}
			
				.main.style6.secondary {
					background: #00afec;
				}	
			
			
			.main.style7 {
				text-align: center;
				padding: 4em 0 6em;
			}

				.main.style7 .content {
				}

					.main.style7 .content > header {
						margin: 2em;
						text-align: center;
						color:#000;
					}
					
					.main.style7 .content > header h2{
						text-transform: uppercase;
						letter-spacing:0em;
					}
					
					.main.style7 .content > header p{
					}

				.main.style7.primary {
					background: #fff;
				}
			
				.main.style7.secondary {
					background: #00afec;
				}
				
			.main.style8 {
				padding: 4em 0 6em;
				text-align: left;
			}
				.main.style8 .content {
				}
				.main.style8 .content > header {
					color: #fff;
					margin: 2em;
					text-align: center;
				}
				.main.style8 .content > header h2 {
					letter-spacing: 0;
					text-transform: uppercase;
				}
				.main.style8 .content > header p {
					margin: 0;
				}
				.main.style8 ul {
					text-align: center;
				}
				.main.style8.primary {
					background: #fff none repeat scroll 0 0;
				}
				.main.style8.secondary {
					background: #ec7321 none repeat scroll 0 0;
				}
				
			.main.style9 {
				text-align: center;
				padding: 4em 0 6em 0;
			}

				.main.style9 .content {
				}

					.main.style9 .content > header {
						margin: 2em;
						text-align: center;
						color:#000;
					}
					
					.main.style9 .content > header h2{
						text-transform: uppercase;
						letter-spacing:0em;
					}
					
					.main.style9 .content > header p{
					}

				.main.style9.primary {
					background: #fff;
				}
			
				.main.style9.secondary {
					background: #ff;
				}		
			/* ---------------------------------------------------------------- 
			*   TRAIT SEPARATION
			* ---------------------------------------------------------------- 
			*/
			div.hr {
				border: 0;
				margin: 10px 20px 10px 15px;
				height: 1px;
				background-color: #CCC;
			}
			
			hr {
				display: none;
			}
						
				

	/* Dark */

		.dark {
			color: #fff;
		}

			.dark a {
				color: #fff;
			}
		
			.dark .button.style2 {
				border-color: inherit;
				background-color: rgba(64,64,64,0.05);
			}

				.dark .button.style2:hover {
					background-color: rgba(255,255,255,0.1);
				}
				
				.dark .button.style2.down {
					background-image: url('images/dark-arrow.svg');
				}
				
				.dark .button.style2.deux {
					background-image: url('images/2.png');
				}
				.dark .button.style2.trois {
					background-image: url('images/3.png');
				}
		/* White */

		.white {
			color: #000;
		}

			.white a {
				color: #000;
			}
		
			.white .button.style2 {
				border-color: inherit;
				background-color: rgba(64,64,64,0.05);
			}

				.white .button.style2:hover {
					background-color: rgba(255,255,255,0.1);
				}
				
				.white .button.style2.down {
					background-image: url('images/arrow.svg');
				}
/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon {
		text-decoration: none;
	}

		.icon.feature:before {
			font-size: 5em;
			line-height: 1em;
		}
		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
		}
		
		.icon > .label {
			display: none;
		}
		
		.icon.feature {
			cursor: default;
			display: block;
			margin: 0 0 1.5em;
			opacity: 0.90;
			text-align: center;
			color:#00afec;
			font-size: 1em;
		}
		.icon {
			position: relative;
		}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header {
		position: fixed;
		z-index: 10000;
		left: 0;
		top: 0;
		width: 100%;
		background: #fff;
		background: rgba(0,0,0,1);
		height: 3em;
		line-height: 3em;
		box-shadow: 0 0 0.15em 0 rgba(0,0,0,0.1);
	}
	
	body {
		padding-top: 3em;
	}

	#logo {
		position: absolute;
		left: 1em;
		top: 0;
		height: 3em;
		line-height: 3em;
		letter-spacing: 0;
	}
	
		#logo a {
			font-size: 1.25em;
		}
		
		#logo span {
			font-size: 0.8em;
		}
	
	#navMobile {
		display: none;
	}
	#nav {
		position: absolute;
		right: 0.5em;
		top: 0;
		height: 3em;
		line-height: 3em;
	}
		#nav ul {
			margin: 0;
		}

			#nav ul li {
				display: inline-block;
				margin-left: 0.5em;
				font-size: 0.7em;
			}
			
				#nav ul li a {
					display: block;
					color: inherit;
					text-decoration: none;
					height: 3em;
					line-height: 3em;
					padding: 0 0.5em 0 0.5em;
					outline: 0;
					font-weight: normal;
					text-transform:uppercase;
					color:#FFF;
				}
				
				#nav ul li a:hover {
					color:#00afec;
				}
				.compte {
					background-color:#00afec;
					color:#FFF;
				}
				
				#nav ul li a.compte:hover {
					color:#000;
				}
				
		span.welcom{
			background-color: #00afec;
			color: #fff;
			float: right;
			font-size: 14px;
			font-weight: 300;
			letter-spacing: 0.5px;
			margin: 0 -12px 0 0;
			padding: 0.75em 1em;
            line-height: 1.1em;
		}
		span.welcom a{
			color:#FFF;
		}
/*********************************************************************************/
/* Intro                                                                         */
/*********************************************************************************/

	#intro {
		background: url('images/overlay.png'), url('../images/intro.jpg');
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, bottom center;
		background-repeat: repeat, no-repeat;
	}
	
	
	#home-btns, #private-btns{
		clear: both;
		display: table;
		margin: 5px auto 15px;
		position: relative;
	}
	
	a.found-btn {
		border-radius: 6px;
		color: #fff;
		float: left;
		font-size: 19px;
		font-weight: 300;
		margin: 0 5px;
		opacity: 0;
		padding: 13px 16px;
		text-decoration: none;
		transition: all 0.4s ease 0s;
		background-color:#00afec;
		line-height:20px;
	}
	
	.found-btn:hover{
		background-color:#000;
	}
	
	a.active-btn {
		border-radius: 6px;
		color: #fff;
		float: left;
		font-size: 19px;
		font-weight: 300;
		margin-left: 10px;
		padding: 13px 16px;
		text-decoration: none;
		transition: all 0.4s ease 0s;
		background-color:#00afec;
	}
	
	.active-btn:hover{
		background-color:#000;
	}
	
	
	a.activate-btn {
		border-radius: 6px;
		color: #fff;
		float: left;
		font-size: 19px;
		font-weight: 300;
		margin-left: 34px;
		opacity: 0;
		padding: 13px 16px;
		text-decoration: none;
		transition: all 0.4s ease 0s;
		background-color:#000;
		margin: 0 5px;
		line-height:20px;

	}
	
	.activate-btn:hover{
		background-color:#00afec;
	}
	
	a.hover{
		background-color:#FFF;
	}
	
	#home-btns p {
		display: table;
		margin: 15px auto 0 -10px;
		position: relative;
		font-size:13px;
		width:160px;
		line-height:13px;
		text-align:center;
		float: left;
	}

/*********************************************************************************/
/* One                                                                           */
/*********************************************************************************/

	#fonctionnement {
		//background: url('images/overlay.png'), url('../images/one.jpg');
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}
	
	#one {
		background: url('images/overlay.png'), url('../images/one.jpg');
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}

/*********************************************************************************/
/* Two                                                                           */
/*********************************************************************************/

	#two {
		background: url('images/overlay.png'), url('../images/two.jpg');
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}
	
	#tree {
		background: url('images/overlay.png'), url('../images/tree.jpg');
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}
	#four {
		background: url('images/overlay.png'), url('../images/four.jpg');
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}
	#chien {
		background: url('images/overlay.png'), url('../images/chats_et_chiens.jpg');
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}
	
	#images {
		//background: url('images/overlay.png'), url('../images/animaux-t-es-qui-v2.png');
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
		background-color:#FFF;
	}
	
	#faq {
		background: url('images/overlay.png'), url('../images/one.jpg');
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}
	
	#tesqui {
		background: url('images/overlay.png'), url('../images/tesqui_bg.jpg');
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}

    #tag {
		background: url('https://www.woufki.com/images/intro.jpg');
		background-size: cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}
/*********************************************************************************/
/* Work                                                                          */
/*********************************************************************************/

	#work {
	}
	
		#work .row.images {
		}
	
			#work .row.images .image {
				position: relative;
				top: 0;
				left: 0;
				opacity: 1.0;
			
				-moz-transition: all 1s ease;
				-webkit-transition: all 1s ease;
				-o-transition: all 1s ease;
				-ms-transition: all 1s ease;
				transition: all 1s ease;
				
				-moz-transform: translateZ(0);
				-webkit-transform: translateZ(0);
				-o-transform: translateZ(0);
				-ms-transform: translateZ(0);
				transform: translateZ(0);
			}
		
			#work .row.images.inactive {
			}

				#work .row.images.inactive .image {
					opacity: 0;
				}
			
				#work .row.images.inactive .image.from-left {
					left: -14em;
				}
			
				#work .row.images.inactive .image.from-right {
					left: 14em;
				}
			
				#work .row.images.inactive .image.from-top {
					top: -7em;
				}
			
				#work .row.images.inactive .image.from-bottom {
					top: 7em;
				}
			
/*********************************************************************************/
/* Contact                                                                       */
/*********************************************************************************/

	#contact {
		padding-bottom: 0;
		overflow: hidden;
	}
	
		#contact .box {
			position: relative;
			bottom: 0;
			
			-moz-transition: all 1s ease;
			-webkit-transition: all 1s ease;
			-o-transition: all 1s ease;
			-ms-transition: all 1s ease;
			transition: all 1s ease;
			
			-moz-transform: translateZ(0);
			-webkit-transform: translateZ(0);
			-o-transform: translateZ(0);
			-ms-transform: translateZ(0);
			transform: translateZ(0);
		}
		
		#contact.inactive {
		}

			#contact.inactive .box {
				bottom: -30em;
			}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	

	#footer {
		padding: 4em 0 0em;
		position: relative;
		background: #000;
		color: #999;
		color: rgba(185,186,187,0.5);
		margin-top: 0;
		
	}
	
	#footer-wrapper {
	}
		
		#footer h3 {
			font-weight:normal;
			text-transform:uppercase;
			font-size:1.5em;
			margin-bottom:15px;
		}

		#footer a {
			color: #999;
		}

			#footer a:hover {
				color: #00afec;
			}
	
		#footer .actions {
			height: auro;
			//line-height: 3em;
			margin: 0;
		}
		
			#footer .actions li {
				font-size: 1.25em;
				margin: 0;
			}
			
				#footer .actions li a {
					padding: 0.5em;
				}
				
		
		
		
		ul.ssmenu li {
			background: url("images/icon-checkmarkW.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
			font-size: 0.8em;
			margin: 5px 0 0;
			padding: 0 0 0 25px;
			text-align: left;
			line-height: 1.6em;
		}
		
		ul.menu li {
			font-size: 0.8em;
		}
			
			
		
		#copyright {
			color: #aaa;
		}
			#copyright a {
				color: inherit;
			}

/*********************************************************************************/
/* Poptrox                                                                       */
/*********************************************************************************/

	.poptrox-popup {
		background: #fff;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-o-box-sizing: content-box;
		-ms-box-sizing: content-box;
		box-sizing: content-box;
		padding-bottom: 3em;
		box-shadow: 0 0.1em 0.15em 0 rgba(0,0,0,0.15);
	}
	
		.poptrox-popup .loader {
			width: 48px;
			height: 48px;
			background: url('images/loader.gif');
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -24px 0 0 -24px;
		}
	
		.poptrox-popup .caption {
			position: absolute;
			bottom: 0;
			left: 0;
			background: #fff;
			width: 100%;
			height: 3em;
			line-height: 2.8em;
			text-align: center;
			cursor: default;
			z-index: 1;
			font-size: 0.9em;
		}
		
		.poptrox-popup .nav-next,
		.poptrox-popup .nav-previous {
			position: absolute;
			top: 0;
			width: 50%;
			height: 100%;
			opacity: 0;
			cursor: pointer;
			background: rgba(0,0,0,0.01);
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-o-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			-webkit-tap-highlight-color: rgba(255,255,255,0);
		}

			.poptrox-popup .nav-next:before,
			.poptrox-popup .nav-previous:before {
				content: '';
				position: absolute;
				width: 96px;
				height: 64px;
				background: url('images/poptrox-nav.svg');
				top: -moz-calc(50% - 1.5em);
				top: -webkit-calc(50% - 1.5em);
				top: -o-calc(50% - 1.5em);
				top: -ms-calc(50% - 1.5em);
				top: calc(50% - 1.5em);
				margin: -32px 0 0 0;
			}
		
			.poptrox-popup:hover .nav-next,
			.poptrox-popup:hover .nav-previous {
				opacity: 0.5;
			}

			.poptrox-popup:hover .nav-next:hover,
			.poptrox-popup:hover .nav-previous:hover {
				opacity: 1.0;
			}
			
			.poptrox-popup .nav-previous:before
			{
				-moz-transform: scaleX(-1);
				-webkit-transform: scaleX(-1);
				-o-transform: scaleX(-1);
				-ms-transform: scaleX(-1);
				transform: scaleX(-1);
				-ms-filter: "FlipH";			
				filter: FlipH;
			}

		.poptrox-popup .nav-next {
			right: 0;
		}

			.poptrox-popup .nav-next:before {
				right: 0;
			}
		
		.poptrox-popup .nav-previous {
			left: 0;
		}

			.poptrox-popup .nav-previous:before {
				left: 0;
			}
			
		.poptrox-popup .closer {
			position: absolute;
			top: 0;
			right: 0;
			width: 64px;
			height: 64px;
			text-indent: -9999px;
			z-index: 2;
			opacity: 0;
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-o-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			-webkit-tap-highlight-color: rgba(255,255,255,0);
		}
		
			.poptrox-popup .closer:before {
				content: '';
				display: block;
				position: absolute;
				right: 16px;
				top: 16px;
				width: 40px;
				height: 40px;
				border-radius: 100%;
				box-shadow: inset 0 0 0 2px #fff;
				background: url('images/poptrox-closer.svg') center center;
				color: #fff !important;
			}

			.poptrox-popup:hover .closer {
				opacity: 0.5;
			}

			.poptrox-popup:hover .closer:hover {
				opacity: 1.0;
			}
			
/*********************************************************************************/
/* Touch Mode                                                                    */
/*********************************************************************************/

	body.touch {
	}
	
		body.touch .main {
			background-attachment: scroll !important;
		}
		
		body.touch .poptrox-popup {
		}

			body.touch .poptrox-popup .nav-next,
			body.touch .poptrox-popup .nav-previous,
			body.touch .poptrox-popup .closer {
				opacity: 1.0 !important;
			}
