HTML CSS JS Result Edit on * {
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	background: #fff;
	font-family: "Futura Pt", "futura-pt", "Futura", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
	font-size: 22px;
	line-height: 32px;
	color: #333;
	font-weight: 600;
}

#container {
	background: rgba(255,0,0,0.0);
	width: 100%;
	margin: 0 auto;
}

a {
	color: #333;
}




/*
	Selection
*/



*::-webkit-selection {
	background: #e00019;
	color: #fff;
	}

*::-moz-selection {
	background: #e00019;
	color: #fff;
	}

*::-o-selection {
	background: #e00019;
	color: #fff;
	}

*::-ms-selection {
	background: #e00019;
	color: #fff;
	}

*::selection {
	background: #e00019;
	color: #fff;
	}



/*
------------------------------

	
	$header 

------------------------------
*/


header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	padding-top: 27px;
	z-index: 300;
}


/*
------------------------------

	
	$h1 

------------------------------
*/



h1 {
	display: block;
	position: absolute;
	left: 50px;
	top: 27px;
	width: 400px;
	height: 60px;
	line-height: 60px;
	z-index: 10;

}

h1 a {
	text-decoration: none;
}




/*
------------------------------

	
	$nav 

------------------------------
*/



nav {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

nav ul {
	position: absolute;
	right: 0px;
	padding-top: 27px;
}

nav ul li {
	float: left;
}

nav ul li a {
	display: block;
	width: 150px;
	height: 60px;
	line-height: 60px;
	color: #333;
	text-decoration: none;
	font-weight: 600;
	text-align: center;
	position: relative;


}


nav ul li a:hover:after {
	content: "";
	width: 15px;
	border-bottom: 3px dotted #80ffbf;
	position: absolute;
	bottom: 5px;
	left: calc(50% - 7px);
}


nav ul li a.active:after {
	content: "";
	width: 20px;
	border-bottom: 3px solid #80ffbf;
	position: absolute;
	bottom: 5px;
	left: calc(50% - 10px);
}


/*
------------------------------

	
	$pre-class 

------------------------------
*/



.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-none {
	float: none;
}




/*
------------------------------

	
	$footer 

------------------------------
*/


footer {
	clear: both;
	width: 100%;
	background: #fff;
	height: 100px;
	line-height: 100px;
	position: relative;
	bottom: 0;

	font-family: "Futura Pt", "futura-pt", "Futura", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
	font-weight: 600;
	font-size: 18px;

}


footer a.foot-link-tw {
	position: absolute;
	left: 50px;
	text-decoration: none;
	text-transform: lowercase;
}

footer ul {
	position: absolute;
	right: 0;
}

footer ul li {
	list-style: none;
	float: left;
}

footer ul li a {
	text-decoration: none;
	position: relative;
	right: 50px;
}

footer ul li a:hover {
	border-bottom: 3px dotted #80ffbf;
}

footer ul li:first-child a {
	margin-right: 50px;
}




/*
	footer particuliers
*/

.body-icons-pirates footer {
	background: #f0f0f0;
}








/*
------------------------------

	
	$commun 

------------------------------
*/


.cs-checkerspot nav ul li a:hover:after,
.cs-checkerspot nav ul li a.active:after,
.storytelling nav ul li a:hover:after,
.storytelling nav ul li a.active:after,
.lp-prospek nav ul li a:hover:after,
.lp-prospek nav ul li a.active:after,
.lp-dynamo nav ul li a.active:after,
.lp-dynamo nav ul li a:hover:after {
	border-color: #fff;
}


.lp-tp1 nav ul li a:hover:after,
.lp-tp1 nav ul li a.active:after {
	border-color: #ff2d28;
}







/*
------------------------------

	
	$index 

------------------------------
*/






header.head-index {
	position: fixed;
}


.intro-cont {
	position: relative;
	z-index: 1;
	padding-bottom: 0px;
	background: #fff;
}

section.index-intro {
	clear: both;
	position: fixed;
	z-index: 10;
	margin-top: 25%;
	width: 1200px;
	left: calc(50% - 600px);
	z-index: 1;
}


.index-intro h2, .index-intro h3 {
	font-weight: 600;
	position: relative;
	left: 274px;
}

.index-intro h2 {
	font-size: 22px;
	line-height: 32px;
}

.index-intro h2 span {
	font-size: 50px;
	line-height: 77px;
}

.index-intro h3 {
	font-size: 22px;
}

.index-intro h3 a {
	text-decoration: none;
	color: #333;
}

.index-intro h3 a:hover {
	border-bottom: 3px dotted #80ffbf;
}

.index-intro h3 a abbr[title] {
	border-bottom: none;
	cursor: initial;
}



.index-pic-intro {
	position: relative;
	padding-top: 100vh;
}


img.pic-index-rom {
	display: block;
	position: relative;
	padding-top: 100wh;
	width: 100%;
}




/*
	Suite
*/




section.suite {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 10;
	padding-top: 200px;
}






article.art-news {
	position: relative;
	margin: 0 auto;
	left: 208px;
	width: 520px;
	height: 480px;
	padding: 0px;

	margin: 0 auto;
	margin-bottom: 30px;
}

article.art-news h4 {
	text-align: left;
	font-size: 34px;
	margin-bottom: 50px;
}

article.art-news p {
	margin-top: 30px;
	font-weight: 600;
}

article.art-news a {
	text-decoration: none;
	border-bottom: 3px dotted #333;
}

article.art-news a:hover {
	border-bottom: 3px solid #333;
}

article.art-news p:last-child {
	text-align: center;
	font-size: 34px;
}



ul.bigg {
	position: relative;
	left: 0%;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 100px;
}

ul.bigg li {
	list-style: none;
	width: 100%;
}

ul.bigg li a {
	display: block;
	text-decoration: none;
	font-size: 50px;
	line-height: 160%;
	position: relative;
	left: 0px;

}








/*
------------------------------

	
	$travaux

------------------------------
*/



/*

	Case sudies

*/



section.sec-case-studies {
	width: 100%;
	margin: 293px auto;
	margin-bottom: 0px;
}

section.sec-case-studies h2 {
	position: relative;
	text-align: center;
	font-size: 34px;
	margin: 0 auto;
	margin-bottom: 50px;
	width: 250px;
	height: 50px;
}


section.sec-case-studies h2:after {
	content: "";
	width: 20px;
	border-bottom: 3px solid #80ffbf;
	position: absolute;
	bottom: 5px;
	left: calc(50% - 10px);
}

section.sec-case-studies p {
	width: 654px;
	margin: 0 auto;
	margin-bottom: 88px;
}

section.sec-case-studies img {
	margin: 0;
}

ul.ul-case-studies li {
	position: relative;
	list-style: none;
	width: 100%;
	height: 384px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;

	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}



ul.ul-case-studies li .titles-case-studies {
	position: absolute;
	top: 100px;
	left: 13%;
	width: 300px;
	text-align: center;
	color: #fff;
} 

ul.ul-case-studies li h3 {
	display: block;
	height: 50px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 34px;
	position: relative;
}

ul.ul-case-studies li h3:after {
	content: "";
	width: 20px;
	border-bottom: 3px solid #fff;
	position: absolute;
	bottom: 5px;
	left: calc(50% - 10px);
}

ul.ul-case-studies li h4 {
	font-family: "Adobe Caslon Pro", "adobe-caslon-pro", "Garamond", "Georgia", "Times New Roman", "serif";
	font-weight: normal;
	font-style: italic;
	font-size: 22px;
}





ul.ul-case-studies li a {
	font-size: 22px;
	width: 220px;
	height: 57px;
	line-height: 57px;
	border: 3px solid #fff;
	color: #fff;
	display: block;
	margin: 54px auto;
	text-decoration: none;

	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}


ul.ul-case-studies li a:hover {
	color: #333;
	background: rgba(255,255,255,1);
	background: #fff;
	border-color: #fff;

}


ul.ul-case-studies li:first-child {
	background-image: url("../img/works/cs.jpg");
}

ul.ul-case-studies li:nth-child(2) {
	background-image: url("../img/works/cs2.jpg");
}



/*
	Autres travaux
*/




section.sec-other-works {
	width: 100%;
	margin: 300px auto;
	margin-top: 200px;
}

section.sec-other-works h2 {
	position: relative;
	text-align: center;
	font-size: 34px;
	margin: 0 auto;
	margin-bottom: 50px;
	width: 250px;
	height: 50px;
}

section.sec-other-works h2:after {
	content: "";
	width: 20px;
	border-bottom: 3px solid #80ffbf;
	position: absolute;
	bottom: 5px;
	left: calc(50% - 10px);
}



section.sec-other-works p {
	width: 654px;
	margin: 0 auto;
	margin-bottom: 88px;
}

section.sec-other-works img {
	margin: 0;
}



ul.ul-other-works li {
	position: relative;
	list-style: none;
	float: left;
	width: 33.33333%;
	height: 384px;
	background-position: center;
	background-repeat: no-repeat;
	background: #fff;
	background-size: auto 100%;

	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;

}

ul.ul-other-works li .titles-other-works {
	position: absolute;
	top: 35px;
	left: 40px;
	color: #fff;
	overflow: hidden;
} 

ul.ul-other-works li h3 {
	display: block;
	height: 50px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: 600;
	font-size: 34px;

}


ul.ul-other-works li a {
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	border-bottom: 3px solid #fff;
}


ul.ul-other-works li a:hover {
	border-bottom: 3px solid #fff;
}





ul.ul-other-works li:first-child {
	background-image: url("../img/works/vign-reductionism.jpg");
	background-position: center;
}

ul.ul-other-works li:nth-child(2) {
	background-image: url("../img/works/vign-storyshop.jpg");
	background-position: center;

}

ul.ul-other-works li:nth-child(3) {
	background-image: url("../img/works/vign-icons-pirates.jpg");
		background-position: center;

}


ul.ul-other-works li:nth-child(3) .titles-other-works {
	color: #333;
}


ul.ul-other-works li:nth-child(3) a {
	color: #333;
	border-color: #333;
}







/*
------------------------------

	
	$cs-checkerspot

------------------------------
*/



.cs-checkerspot {
	font-family: "Adobe Caslon Pro", "adobe-caslon-pro", "Garamond", "Georgia", "Times New Roman", "serif";
	font-weight: normal;
	line-height: 32px;
}

.cs-checkerspot h1, 
.cs-checkerspot nav {
	font-family: "Futura Pt", "futura-pt", "Futura", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
	font-weight: 600;
	color: #fff;
}



.cs-checkerspot h2, 
.cs-checkerspot h3, 
.cs-checkerspot h4,
.cs-checkerspot .presentation a, 
.cs-checkerspot .approche a {
	font-family: "Futura Pt", "futura-pt", "Futura", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
	font-weight: 600;
}

.cs-checkerspot section h3 {
	position: relative;
	display: block;
	height: 80px;
	margin-bottom: 50px;
	font-weight: 600;
	font-size: 34px;
	text-align: center;


}

.cs-checkerspot section h3:after {
	content: "";
	position: absolute;
	left: calc(50% - 15px);
	bottom: 20px;
	width: 30px;
	border-bottom: 3px solid #333;
}


.cs-checkerspot a {
	text-decoration: none;
}

.cs-checkerspot p a {
	text-decoration: underline;
}

.cs-checkerspot p {
	margin-bottom: 50px;
}

.cs-checkerspot h1 a, 
.cs-checkerspot nav ul li a {
	color: #fff;
}







/*
	Intro
*/


section.intro-checkerspot {
	float: left;
	width: 100%;
	height: 100vh;
	color: #fff;
	background: #333;
	background: url("../img/checkerspot/pic-intro-comp.jpg");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center right;
}

section	.intro-checkerspot-txt {
	position: relative;
	top: 400px;
	left: 10%;
	width: 654px;
}

section	.intro-checkerspot-txt p {
	margin-bottom: 10px;
}

section	.intro-checkerspot-txt p a {
	color: #fff;
}

.intro-checkerspot-txt h2 {
	font-size: 34px;
	margin-bottom: 30px;
}


/*
	Approche
*/


section.approche {
	clear: both;
	position: relative;
	background: rgba(0,0,255,0.0);
	width: 1200px;
	margin: 0 auto;
}

section.approche p {
	margin-bottom: 50px;
}

section.approche .approche-txt {
	position: relative;
	margin: 0 auto;
	padding-top: 100px;
	margin-bottom: 100px;
	width: 654px;
	background: rgba(255,0,0,0.0);
	
}


section.approche img {
	display: block;
	position: absolute;
	margin: 0 auto;
	width: 654px;
	clear: both;


    filter: brightness(65%);
    -webkit-filter: brightness(65%);
    -moz-filter: brightness(65%);
    -o-filter: brightness(65%);
    -ms-filter: brightness(65%);
}

section.approche .link-post-it-container {
	display: block;
	width: 654px;
	height: 488px;
	line-height: 488px;
	margin: 0 auto;
	position: relative;
	bottom: 0px;
	background: transparent;
	left: calc(50% - 327px);
	opacity: 1;
}


section.approche a {
	display: block;
	width: 120px;
	height: 50px;
	line-height: 50px;
	top: calc(50% - 25px);
	position: relative;
	text-align: center;
	margin: 0 auto;
	font-size: 22px;
	color: #fff;
	border: 3px solid #fff;
	background: transparent;


	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

section.approche a:hover {
	color: #333;
	border: 3px solid #fff;
	background: #fff;
}


.approche-txt p:nth-child(5) {
	margin-top: 30px;
}


/*
	Concept
*/


section.concept {
	clear: both;
	position: relative;
	background: rgba(0,0,255,0.0);
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 150px;
}

section.concept p {
	width: 654px;
	margin: 0 auto;
	margin-bottom: 50px;

}


section.concept .concept-txt-1 {
	position: relative;
	width: 654px;
	margin: 0 auto;
}

section.concept .concept-pic-1 {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 100px;

}

section.concept p.eti-pic-heaj {
	position: absolute;
	top: 150px;
	left: 10%;
	width: 454px;
	padding: 100px 40px;
	background: #fff;
}

section.concept img {
	margin: 0;
	display: block;
}

section.concept img.pic-school-01 {
	width: 100%;
	opacity: 1;
}

section.concept img.pic-school-03 {
	display: block;
	position: relative;
	width: 1200px;
	margin: 100px auto;
}


section.concept .concept-txt-2 {
	clear: both;
	position: relative;
	width: 1200px;
	margin: 0 auto;
	margin-top: 100px;
}

section.concept .concept-txt-2 p {
	display: block;
	width: 500px;
	float: left;
}

section.concept .concept-txt-2 p:nth-child(2) {
	margin-top: 150px;
}


section.concept img.pic-school-02 {
	width: 600px;
	float: right;
}














/*
	Maquette
*/





section.maquette {
	clear: both;
	background: rgba(255,0,0,0.0);
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	margin-top: 200px;
}



section.maquette .maquette-txt {
	width: 654px;
	margin: 0 auto;
}

section.maquette .maquette-login {

}

section.maquette .maquette-login .login-croquis {
	background: rgba(0,0,255,0);
	position: relative;
	margin-top: 150px;
}

section.maquette .maquette-login img {
	width: 600px;
	display: block;
}

section.maquette .maquette-login .p-croquis { 
	position: absolute;
	top: 240px;
	right: 100px;
	display: block;
	width: 450px;
	font-style: normal;
}

section.maquette .maquette-login p.before-pics-login {
	width: 600px;
	margin: 100px auto;
}

section.maquette .maquette-login .pics-login {

}

section.maquette .maquette-login .pics-login img {
	width: 20%;
	float: left;
}


section.maquette .maquette-login p.after-pics-login {
	clear: both;
	width: 450px;
	margin: 100px auto;
	margin-top: 400px;
	padding-right: 120px;
	font-style: normal;
	float: right;
}

section.maquette .maquette-login .pics-login-final img {
	width: 400px;
	display: block;
	margin: 0 auto;
	margin-top: 150px;
	position: relative;
	left: 137px;
	float: left;
}


section.maquette .maquette-content {
	clear: both;
	margin: 0 auto;
	margin-top: 150px;
}

section.maquette .maquette-content p {
	width: 654px;
	margin: 0 auto;
	margin-bottom: 50px;
}

section.maquette .maquette-content .pics-croquis img {
	height: 550px;
	margin-bottom: 0;
	margin-top: 0;
}







/*
	Mauvaise piste
*/


section.wrong-road {
	width: 100%;
	background: #333;
	margin-top: 200px;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #fff;
}

.wrong-road-in {
	width: 1200px;
	margin: 0 auto;
}

.wrong-road-in .wrong-road-txt {
	width: 654px;
	margin: 0 auto;
}

.cs-checkerspot section.wrong-road h3:after {
	border-color: #fff;
}

.wrong-road-pics {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 50px;
}


.wrong-road-pics img {
	position: relative;
	top: 100px;
	width: 20%;
	display: block;
	float: left;
}
.wrong-road-pics-clear {
	clear: both;
}




/*
	Tests utilisateurs
*/


section.user-test {
	clear: both;
	width: 1200px;
	margin: 0 auto;
	margin-top: 100px;

}

section.user-test .user-test-txt {
	width: 654px;
	margin: 100px auto;
}

section.user-test .user-test-pics img {
	display: block;
	margin: 0;
	float: left;
	height: 530px;
	margin-right: 10px;

}


section.user-test .user-test-pics img:last-child {
	margin-right: 0;
}


section.user-test .user-test-clear {
	clear: both;
}



/*
	Se recentrer sur un contenu simple
*/




section.refocus {
	clear: both;
	width: 1200px;
	margin: 0 auto;
	margin-top: 200px;
}

section.refocus .refocus-txt {
	width: 654px;
	margin: 0 auto;
}















/*
	La facilité de publication
*/



section.publication {
	clear: both;
	width: 1200px;
	margin: 0 auto;
	margin-top: 200px;
}

section.publication .publication-txt {
	width: 1200px;
	margin: 0 auto;
}

section.publication img {
	width: 400px;
	display: block;
	margin: 0 auto;
	position: relative;
}

section.publication p {
	position: relative;
}

section.publication .publication-txt p:nth-child(2) {
	width: 500px;
	float: right;
	top: 200px;
	right: 100px;
}


section.publication img:nth-child(3) {
	float: left;
	left: 130px;
}

section.publication .publication-txt p:nth-child(4) {
	clear: both;
	width: 500px;
	float: left;
	top: 200px;
	left: 100px;
}


section.publication img:nth-child(5) {
	float: left;
	float: right;
	right: 130px;
}









/*
	Aspects graphiques
*/




section.aspect {
	clear: both;
	width: 1200px;
	margin: 0 auto;
	margin-top: 1800px;
}

section.aspect .aspect-txt {
	width: 654px;
	margin: 0 auto;
}












/*
	Présentation
*/




section.presentation {
	clear: both;
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-top: 200px;
	background-size: 100% auto;
}

section.presentation .presentation-txt {
	width: 500px;
	position: absolute;
	left: 80px;
	top: 80px;
	background: #fff;
	padding: 60px 50px 60px 50px;
}

section.presentation a.link-pres-check {
	display: block;
	width: 310px;
	height: 50px;
	line-height: 50px;
	top: calc(50% - 25px);
	position: relative;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 0px;
	border: 3px solid #333;

	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}


section.presentation a.link-pres-check:hover {
	background: #333;
	color: #fff;
}

section.presentation img {
	width: 100%;
	margin-bottom: 0;
	display: block;
}

section.presentation video {
	display: block;
	width: 100%;
	margin: 0 auto;

}





section.presentation iframe.embed-vimeo-check {
	display: block;
	width: 100%;
	margin: 0 auto;
}











/*
------------------------------

	
	$storytelling

------------------------------
*/






.storytelling {
	font-family: "Adobe Caslon Pro", "adobe-caslon-pro", "Garamond", "Georgia", "Times New Roman", "serif";
	font-weight: normal;
	line-height: 32px;
}

.storytelling h1, 
.storytelling nav {
	font-family: "Futura Pt", "futura-pt", "Futura", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
	font-weight: 600;
	color: #fff;
}



.storytelling h2, 
.storytelling h3, 
.storytelling h4, 
.storytelling a {
	font-family: "Futura Pt", "futura-pt", "Futura", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
	font-weight: 600;
}

.storytelling section h3 {
	display: block;
	height: 80px;
	margin-bottom: 50px;
	font-weight: 600;
	font-size: 34px;
	text-align: center;

	background-image: url("../img/checkerspot/border-h3-cs-333.svg");
	background-size: 30px 3px;
	background-repeat: no-repeat;
	background-origin: content-box;
	background-position: 50% 60px;

}


.storytelling a {
	text-decoration: none;
}

.storytelling p {
	margin-bottom: 50px;
}

.storytelling p a {
	font-family: "Adobe Caslon Pro", "adobe-caslon-pro", "Garamond", "Georgia", "Times New Roman", "serif";
	font-weight: 500;
	text-decoration: underline;
}

.storytelling h1 a, 
.storytelling nav ul li a {
	color: #fff;
}






/*
	cover storytelling
*/

section.cover-storytelling {
	float: left;
	width: 100%;
	height: 100vh;
	color: #fff;
	background: #333;
	background: url("../img/storytelling/titre-close.jpg");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center right;
}



section	.cover-storytelling-txt p {
	margin-bottom: 20px;
}

.cover-storytelling-txt h2 {
	font-size: 34px;
	margin-bottom: 30px;
}




/*
	introduction storytelling
*/


section.intro-storytelling {
	clear: both;
	width: 1200px;
	margin: 0 auto;
}

section.intro-storytelling .intro-storytelling-txt {
	width: 654px;
	margin: 0 auto;
	padding-top: 150px;
	margin-bottom: 150px;
}


.storytelling section h2 {
	display: block;
	height: 80px;
	margin-bottom: 50px;
	font-weight: 600;
	font-size: 34px;
	text-align: left;
	line-height: 140%;

}

.storytelling section .intro-storytelling-txt h2 {
	text-align: center;
}


.storytelling-and-wd-txt {
	width: 600px;
	float: right;
}

.storytelling-and-wd-txt p,
.storytelling-and-wd-txt h2 {
	width: 500px;
	margin: 0 auto;

}

.storytelling-and-wd-txt h2 {
	margin-top: 200px;
}

.storytelling-and-wd img {
	float: left;
	width: 600px;
} 



.storytelling-why-why {
	clear: both;
}

.storytelling-why-why-txt {
	width: 600px;
	float: left;
}


.storytelling-why-why-txt p,
.storytelling-why-why-txt h2 {
	width: 500px;
	margin: 0 auto;
}

.storytelling-why-why-txt p {
	margin-bottom: 30px;
}

.storytelling-why-why-txt h2 {
	margin-top: 100px;
	margin-bottom: 40px;
}

.storytelling-why-why img {
	float: right;
	width: 600px;
} 



.storytelling section.story {
	width: 1200px;
	margin: 0 auto;
}

.storytelling section.story img {
	width: 1200px;
}

.storytelling section.story img.story-cover {
	display: block;
	width: 600px;
	float: left;
	margin-top: 100px;
	margin-bottom: 10px;

}


.storytelling section.story img.story-cover:first-child {
	clear: both;
	margin-right: 0px;
}


























/*
------------------------------

	
	$icons pirates

------------------------------
*/

.body-icons-pirates {
	background: #f0f0f0;	
}

.icons-pirates {
	background: #f0f0f0;
}




.icons-pirates section.intro-icons {
	width: 100%;
	margin: 00px auto;
	background: #f0f0f0;
	padding-top: 300px;
}

.icons-pirates section.intro-icons h2 {
	position: relative;
	text-align: center;
	font-size: 34px;
	margin: 0 auto;
	margin-bottom: 50px;
	width: 250px;
	height: 50px;
}


.icons-pirates section.intro-icons h2:after {
	content: "";
	width: 20px;
	border-bottom: 3px solid #80ffbf;
	position: absolute;
	bottom: 5px;
	left: calc(50% - 10px);
}





.icons-pirates section.intro-icons p {
	width: 654px;
	margin: 0 auto;
	margin-bottom: 00px;
	text-align: center;
}

.icons-pirates section.icons-pics {
	background: #f0f0f0;
	margin-bottom: 0;
}

.icons-pirates section.icons-pics img {
	display: block;
	position: relative;
	width: 300px;
}

.icons-pirates section.icons-pics img:nth-child(odd) {
	left: 18%;
}

.icons-pirates section.icons-pics img:nth-child(even) {
	left: 60%;
}




.icons-pirates section.icons-pics img:last-child {
	left: 0;
	width: 1200px;
	margin: 0 auto;
	margin-top: 00px;
}













/*
------------------------------

	
	$cs-email

------------------------------
*/




.cs-email {
	font-family: "Adobe Caslon Pro", "adobe-caslon-pro", "Garamond", "Georgia", "Times New Roman", "serif";
	font-weight: normal;
	line-height: 32px;
}



.cs-email h2, 
.cs-email h3, 
.cs-email h4, 
.cs-email a {
	font-family: "Futura Pt", "futura-pt", "Futura", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
	font-weight: 600;
}



.cs-email section h2 {
	display: block;
	position: relative;
	height: 80px;
	margin-bottom: 50px;
	font-weight: 600;
	font-size: 34px;
	text-align: center;

}


.cs-email section h2:after,
.cs-email section h3:after {
	content: "";
	position: absolute;
	width: 30px;
	bottom: 17px;
	left: calc(50% - 15px);
	border-bottom: 3px solid #333;
}


.cs-email section h3 {
	display: block;
	position: relative;
	height: 80px;
	margin-bottom: 50px;
	font-weight: 600;
	font-size: 34px;
	text-align: center;


}


.cs-email section.intro-email h3 {
	font-family: "Adobe Caslon Pro", "adobe-caslon-pro", "Garamond", "Georgia", "Times New Roman", "serif";
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	color: #ccc;
	text-align: center;
	margin-bottom: 50px;
}






/*
	Intro email
*/


section.intro-email {
	width: 1200px;
	height: 600px;
	color: #333;
	margin: 0 auto;
	margin-top: 0px;
	padding-top: 250px;
}

section	.intro-email-txt {
	position: relative;
	width: 654px;
	margin: 0 auto;
}

section	.intro-email-txt p {
	margin-bottom: 20px;
}

.intro-email-txt h2 {
	font-size: 34px;
	margin-bottom: 30px;
}


/*
	Approche email
*/


section.approche-email {
	clear: both;
	position: relative;
	background: rgba(0,0,255,0.0);
	width: 1200px;
	margin: 0 auto;
	margin-top: 0px;
}

section.approche-email h4 {
	position: relative;
	margin-bottom: 20px;
	font-family: "Adobe Caslon Pro", "adobe-caslon-pro", "Garamond", "Georgia", "Times New Roman", "serif";
	font-weight: normal;
	font-size: 32px;
	font-style: italic;


	display: block;
	float: left;
	height: 500px;
	width: 280px;
	margin-right: 30px;
	padding-right: 30px;
	text-align: right;

}

section.approche-email h4:after {
	content: "";
	position: absolute;
	border-right: 3px solid #333;
	right: 0px;
	height: 400px;
}

section.approche-email h4.title-need, 
section.approche-email h4.title-need:after {
	height: 330px;
}

section.approche-email .approche-email-txt {
	clear: right;
	position: relative;
	margin: 0 auto;
	padding-top: 100px;
	margin-bottom: 100px;
	width: 1200px;
	background: rgba(255,0,0,0.0);
	
}

section.approche-email .approche-email-txt-in {
	width: 600px;
	float: left;
}

section.approche-email ul li {
	float: none;
}



section.approche-email ul.icons-email li {
	list-style: none;
	display: block;
	float: left;
}

section.approche-email img {
	width: 90px;
	margin-top: 30px;
	margin-bottom: 30px;
}

section.approche-email a {
	display: block;
	width: 120px;
	height: 50px;
	line-height: 50px;
	top: calc(50% - 25px);
	position: relative;
	text-align: center;
	margin: 0 auto;
	border: 3px solid #333;
}

section.approche-email .we-need {
	clear: both;
	position: relative;
	margin: 0 auto;
	padding-top: 100px;
	margin-bottom: 100px;
	width: 1200px;
}

section.approche-email .we-need p {
	width: 900px;
}

section.approche-email h5 {
	clear: both;
	margin-bottom: 20px;
	font-family: "Futura Pt", "futura-pt", "Futura", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
	font-weight: 600;
}



section.approche-email ul li {
	float: none;
}

section.approche-email .schema-1 ul,
section.approche-email .schema-2 ul {
	position: relative;
	left: 10px;

}

section.approche-email .schema-1 {
	float: left;
	margin-left: 260px;
	margin-right: 150px;
}

section.approche-email .schema-2 {
	float: left;
}



section.approche-email p.concl-approche-email {
	clear: both;
	width: 654px;
	position: relative;
	margin: 0 auto;
	margin-top: 300px;
}









/*
	Concept email
*/




section.concept-email {
	clear: both;
	position: relative;
	background: rgba(0,0,255,0.0);
	width: 1200px;
	margin: 0 auto;
	margin-top: 100px;
}

section.concept-email p {
	margin-bottom: 30px;
	width: 654px;
	margin: 0 auto;
	margin-bottom: 30px;
}

section.concept-email img {
	margin-top: 40px;
	width: 400px;
}

section.concept-email img:nth-child(4) {
	margin-left: 147px;
	margin-right: 110px;
}

section.concept-email img:nth-child(7) {
	float: left;
	margin-left: 147px;
	margin-top: 100px;
}

section.concept-email p:nth-child(8) {
	position: relative;
	margin-top: 400px;
	left: 100px;
}


section.concept-email .concept-email-txt {
	position: relative;
	margin: 0 auto;
	padding-top: 100px;
	margin-bottom: 100px;
	width: 1200px;
	
}

section.concept-email .concept-email-txt p:last-child {
	clear: both;
	margin-top: 500px;
}








/*
	Détail email
*/




section.detail-email {
	clear: both;
	position: relative;
	background: rgba(0,0,255,0.0);
	width: 1200px;
	margin: 0 auto;
}

section.detail-email p {
	margin-bottom: 30px;
}

section.detail-email img {
	width: 654px;
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
	right: 0px;
}


section.detail-email .detail-email-txt {
	position: relative;
	margin: 0 auto;
	padding-top: 100px;
	margin-bottom: 100px;
	width: 600px;
	
}


















/*
------------------------------

	
	$reductionism

------------------------------
*/



/*
	cover reductionism
*/

section.cover-reductionism {
	float: left;
	width: 100%;
	height: 100vh;
	color: #fff;
	background: #333;
	background: url("../img/reductionism/reduc-google-close.jpg");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center right;
}



section	.cover-reductionism-txt p {
	margin-bottom: 20px;
}

.cover-reductionism-txt h2 {
	font-size: 34px;
	margin-bottom: 30px;
}


/*
	intro reductionism
*/



.reductionism p {
	font-family: "Adobe Caslon Pro", "adobe-caslon-pro", "Garamond", "Georgia", "Times New Roman", "serif";
	font-weight: normal;
	line-height: 32px;
}


.reductionism section.intro-reductionism {
	clear: both;
	position: relative;
	width: 100%;
	margin: 00px auto;
	padding-top: 100px;
}

section.intro-reductionism .intro-reductionism-txt {
	width: 654px;
	margin: 0 auto;
}

section.intro-reductionism h2 {

	text-align: center;
	font-size: 34px;
	margin: 0 auto;
	margin-bottom: 50px;
	width: 250px;
	height: 50px;
	position: relative;


}

section.intro-reductionism h2:after {
	content: "";
	position: absolute;
	width: 20px;
	bottom: 7px;
	left: calc(50% - 10px);
	border-bottom: 3px solid #80ffbf;
}

section.intro-reductionism p {
	margin: 0 auto;
	margin-bottom: 100px;
	text-align: left;
}


section.intro-reductionism .reduc-exo-bonus,
section.intro-reductionism-sw .reduc-exo-bonus {
	clear: both;
	width: 1200px;
	margin: 50px auto;
	height: 50px;
}

section.intro-reductionism .reduc-exo-bonus ul,
section.intro-reductionism-sw .reduc-exo-bonus ul {
	position: relative;
	width: 590px;
	margin: 0 auto;
}

section.intro-reductionism .reduc-exo-bonus ul li,
section.intro-reductionism-sw .reduc-exo-bonus ul li {
	float: left;
	list-style: none;
}

section.intro-reductionism .reduc-exo-bonus ul li a,
section.intro-reductionism-sw .reduc-exo-bonus ul li a {
	display: block;
	position: relative;
	width: 270px;
	text-align: center;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	margin-right: 50px;
	text-decoration: none;
	color: #333
}


section.intro-reductionism .reduc-exo-bonus ul li:last-child a,
section.intro-reductionism-sw .reduc-exo-bonus ul li:last-child a {
	margin-right: 0;
}



section.intro-reductionism .reduc-exo-bonus ul li a:hover:after,
section.intro-reductionism-sw .reduc-exo-bonus ul li a:hover:after {
	content: "";
	position: absolute;
	width: 15px;
	bottom: 0px;
	left: calc(50% - 7px);
	border-bottom: 3px dotted #333;
}



section.intro-reductionism .reduc-exo-bonus ul li a.reduc-active:after,
section.intro-reductionism-sw .reduc-exo-bonus ul li a.reduc-active:after {
	content: "";
	position: absolute;
	width: 20px;
	bottom: 0px;
	left: calc(50% - 10px);
	border-bottom: 3px solid #333;
}




section.reductionism-show {
	clear: both;
	width: 1200px;
	margin: 0 auto;
}


section.reductionism-show ul li {
	list-style: none;
}

section.reductionism-show ul li img {
	display: block;
	float: left;
	width: 590px;
	margin-bottom: 20px;
}
section.reductionism-show ul li:nth-child(odd) img{
	margin-right: 20px;
}
















/*
------------------------------

	
	$reductionism-sw

------------------------------
*/




.reductionism-sw p {
	font-family: "Adobe Caslon Pro", "adobe-caslon-pro", "Garamond", "Georgia", "Times New Roman", "serif";
	font-weight: normal;
	line-height: 32px;
}


.reductionism-sw section.intro-reductionism-sw {
	width: 100%;
	margin: 00px auto;
	padding-top: 300px;
}

section.intro-reductionism-sw .intro-reductionism-sw-txt {
	width: 654px;
	margin: 0 auto;
}

section.intro-reductionism-sw h2 {

	text-align: center;
	font-size: 34px;
	margin: 0 auto;
	margin-bottom: 50px;
	width: 500px;
	height: 50px;
	position: relative;


}



section.intro-reductionism-sw h2:after {
	content: "";
	position: absolute;
	width: 20px;
	bottom: 7px;
	left: calc(50% - 10px);
	border-bottom: 3px solid #80ffbf;
}



section.intro-reductionism-sw p {
	margin: 0 auto;
	margin-bottom: 100px;
	text-align: left;
}


section.intro-reductionism-sw .reduc-sw-exo-bonus {
	width: 1200px;
	margin: 0 auto;
}





section.reductionism-sw-show {
	clear: both;
	width: 1200px;
	margin: 0 auto;
}


section.reductionism-sw-show ul li {
	list-style: none;
}

section.reductionism-sw-show ul li img {
	display: block;
	float: left;
	width: 590px;
	margin-bottom: 20px;
}
section.reductionism-sw-show ul li:nth-child(odd) img{
	margin-right: 20px;
}


















/*
------------------------------

	
	$conclusion travaux

------------------------------
*/



section.conclusion {
	clear: both;
	width: 1200px;
	margin: 0 auto;
	margin-top: 200px;
	padding-bottom: 100px;
}

section.conclusion .conclusion-txt {
	width: 654px;
	margin: 0 auto;
	margin-bottom: 50px;
}

section.conclusion .conclusion-txt a {
	font-family: "Adobe Caslon Pro", "adobe-caslon-pro", "Garamond", "Georgia", "Times New Roman", "serif";
	font-weight: 500;
	
}

section.conclusion ul {
	width: 562px;
	margin: 0 auto;
	margin-bottom: 100px;
}

section.conclusion ul li {
	list-style: none;
	float: left;
}

section.conclusion ul li a {
	display: block;
	width: 250px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-family: "Futura Pt", "futura-pt", "Futura", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
	font-weight: 600;
	text-decoration: none;
	color: #333;
	border: 3px solid #333;


	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;

}

section.conclusion ul li:first-child a {
	margin-right: 50px;
}


section.conclusion ul li a:hover {
	background: #333;
	color: #fff;
}



/*
	particuliers
*/



.reductionism section.conclusion,
.reductionism-sw section.conclusion {
	padding-top: 50px;
}

.storytelling section.conclusion {
	margin-top: 100px;
}

.icons-pirates section.conclusion {
	margin-top: 0;
	background: #f0f0f0;
}







/*
------------------------------

	
	$contact

------------------------------
*/





.contact section.contact-infos {
	width: 1200px;
	margin: 180px auto;
	margin-top: 293px;
	position: relative;
	margin-bottom: 50px;
}

.contact section.contact-infos h2 {
	position: relative;
	text-align: center;
	font-size: 34px;
	margin: 0 auto;
	margin-bottom: 50px;
	width: 250px;
	height: 50px;
}


.contact section.contact-infos h2:after {
	content: "";
	width: 20px;
	border-bottom: 3px solid #80ffbf;
	position: absolute;
	bottom: 5px;
	left: calc(50% - 10px);
}


.contact section.contact-infos p {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 0px;
}


.contact section.contact-infos ul {

}

.contact section.contact-infos ul li {
	text-align: center;
	margin: 100px auto;
	font-size: 34px;
}

.contact section.contact-infos ul li {
	list-style: none;
}

.contact section.contact-infos ul li:first-child {
	margin-top: 78px;
	margin-bottom: 
}

.contact section.contact-infos ul li:last-child {
	margin-top: 0px;
	margin-bottom: 0;
}

.contact section.contact-infos ul li a {
	text-decoration: none;
	text-transform: lowercase;
}






/*
	Formulaire
*/


form {
	width: 654px;
    margin: auto;
    margin-bottom: 100px;
}


input,
label,
h3 {
	font-family: "Futura Pt", "futura-pt", "Futura", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    font-size: 22px;
    font-weight: 600;
}


input {
    border: 3px solid #333;
    padding: 15px 10px;
    outline: 0;
    color: #333;
    font-size: 22px;
    width: 628px;
    margin-bottom: 29px;
    background: transparent;
}

input:focus {
	border: 3px solid #e00019;
}

input#button:focus {
	border: 3px solid #e00019;
}



::-webkit-input-placeholder {
   color: #999;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999;  
}

:-ms-input-placeholder {  
   color: #999;  
}

#message {
    height: 200px;
    max-height: 400px;
    width: 628px;
    max-width: 628px;
    border: 3px solid #333;
    padding: 10px;
    padding-top: 15px;
    margin: 2px auto 0;
    outline: 0;
    color: #333;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    background: transparent;

   	font-family: "Futura Pt", "futura-pt", "Futura", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}

textarea#message:focus {
	border-color: #e00019;
}



#button {
    width: 100%;
    color: #333;
    background: transparent;

   -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#button:hover {
    background: #333;
    color: white;
    cursor: pointer;
}
.label-floatlabel {
    font-weight: bold;
    font-size: 11px;
}
label.red-label {
    color: red !important;
}
#error {
	font-family: "Futura Pt", "futura-pt", "Futura", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    font-weight: 300;
    color: #494949;
    list-style: none;
    border-bottom: 5px solid #494949;
}



.errors-display {
	width: 654px;
	margin: 0 auto;
	height: 100px;
}


.errors-display p {
	display: none;
	margin-bottom: 0;
}
.lp-prospek .errors-display p,
.lp-dynamo .errors-display p,
.lp-tp1 .errors-display p {
	margin-bottom: 0;
}



/*
------------------------------

	
	$contact-confirm

------------------------------
*/








.contact-confirm section.confirm-msg {
	width: 100%;
	margin: 180px auto;
	margin-top: 300px;
	position: relative;
}

.contact-confirm section.confirm-msg h2 {

	text-align: center;
	font-size: 34px;
	margin: 0 auto;
	margin-bottom: 50px;
	width: 100%;
	height: 50px;
	background-image: url("../img/nav-border-in.svg");
	background-size: 25px 3px;
	background-repeat: no-repeat;
	background-origin: content-box;
	background-position: 50% 40px;
}

.contact-confirm section.confirm-msg p {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 100px;

	text-align: center;
	margin: 100px auto;
	font-size: 22px;
}



.contact-confirm  section.confirm-msg a {
	font-size: 22px;
	width: 220px;
	height: 50px;
	line-height: 50px;
	border: 3px solid #333;
	color: #333;
	background: #fff;
	display: block;
	margin: 40px auto;
	text-decoration: none;
	text-align: center;

	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.contact-confirm  section.confirm-msg a:hover {
	background: #333;
	color: #fff;
	border-color: #333;
}





















/*
------------------------------

	
	$landings-pages

------------------------------
*/



















/*
------------------------------

	
	$prospek

------------------------------
*/


.lp-prospek h1, 
.lp-prospek nav {
	font-family: "Futura Pt", "futura-pt", "Futura", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
	font-weight: 600;
	color: #fff;
}




.lp-prospek a {
	text-decoration: none;
}

.lp-prospek p {
	margin-bottom: 50px;
}

.lp-prospek h1 a, 
.lp-prospek nav ul li a {
	color: #fff;
}












section.intro-lp-prospek {
	width: 100%;
	height: 100vh;
	margin: 0px auto;
	background: url("../img/landing/accueil-prospek.jpg");
	background-size: auto 100%;
	position: absolute;
	top: 0;

}

section.intro-lp-prospek h2 {

	text-align: center;
	font-size: 34px;
	margin: 0 auto;
	margin-bottom: 50px;
	width: 250px;
	height: 50px;
	background-image: url("../img/checkerspot/nav-border-in.svg");
	background-size: 25px 3px;
	background-repeat: no-repeat;
	background-origin: content-box;
	background-position: 50% 40px;
}


.intro-prospek-txt {
	width: 654px;
	padding: 50px 10px;
	margin: 0 auto;
	position: relative;
	top: 20%;
	color: #fff;


}


.intro-prospek-txt p {
	width: 654px;
	margin: 0 auto;
	margin-bottom: 50px;
	font-weight: 500;
}

.intro-prospek-txt p a {
	color: inherit;
}

.intro-prospek-txt a.prospek-works {
	display: block;
	margin: 0 auto;
	width: 150px;
	border: 3px solid #fff;
	color: #fff;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	font-weight: 600;

   -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;

}

.intro-prospek-txt a.prospek-works:hover {
	background: #fff;
	color: #333;
}









/*

	Prospek - about

*/



section.lp-prospek-about {
	margin-top: 100vh;
	padding-top: 200px;
	position: relative;
}

.prospek-about-txt {
	width: 600px;
	height: 900px;
	float: right;
	padding-top: 0px;
	padding-top: 60px;
}

.lp-prospek-about .prospek-about-txt p {
	width: 80%;
	margin-bottom: 30px;
}

.lp-prospek-about .prospek-about-txt h3 {
	margin-left: 10%;
	text-align: left;
}

.lp-prospek-about .prospek-about-txt img {
	float: left;
}
















.lp-prospek-about,
.lp-prospek-rc,
.lp-prospek-design,
.lp-prospek-code {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 100px;
}

.lp-prospek-about h3,
.lp-prospek-rc h3,
.lp-prospek-design h3,
.lp-prospek-code h3 {
	font-family: "Futura Pt", "futura-pt", "Futura", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
	text-align: center;
	margin-bottom: 30px;
}


.lp-prospek-about p,
.lp-prospek-rc p,
.lp-prospek-design p,
.lp-prospek-code p {
	margin: 0 auto;
	font-family: "Adobe Caslon Pro", "adobe-caslon-pro", "Garamond", "Georgia", "Times New Roman", "serif";
	line-height: 32px;
	font-weight: 400;
}





.lp-prospek-rc {
	width: 654px;
	margin: 0 auto;
	margin-top: 200px;
	margin-bottom: 200px;
}







.lp-prospek-design {
	
}

.prospek-design-txt {
	width: 600px;
	height: 900px;
	float: right;
	padding-top: 60px;
}

.lp-prospek-design .prospek-design-txt p {
	width: 80%;
	margin-bottom: 30px;
}

.lp-prospek-design .prospek-design-txt h3 {
	margin-left: 10%;
	text-align: left;
}

.lp-prospek-design img {
	display: block;
}

.lp-prospek-design img.tablet {
	float: left;
	width: 600px;
}






.lp-prospek-code {
	clear: both;
	position: relative;
	height: 1400px;
}

.lp-prospek-code img {
	display: block;
}

.prospek-code-txt-container {
	width: 1200px;
	height: 650px;
	padding-top: 90px;
	background-image: url("../img/landing/code2.jpg");
	background-size: 100% auto;
}


.prospek-code-txt {
	width: 514px;
	position: relative;
	margin: 0 auto;
	background: #fff;
	padding: 90px 70px 110px 70px;
	left: -0;
}

.prospek-code-txt h3 {
	text-align: left;
}

.prospek-code-txt p {
	margin-bottom: 20px;
}


.lp-prospek-code img.pic-code,
.lp-tp1-code img.pic-code {
	display: none;
}











.lp-prospek-conclusion {
	width: 1200px;
	margin: 0 auto;
}

.lp-prospek-conclusion p {
	width: 654px;
	position: relative;
	margin: 0 auto;
}


.lp-prospek-conclusion p.prospek-thx {
	width: 654px;
	position: relative;
	margin: 0 0;
	font-weight: 500;
	padding: 50px;
	background: #80ffbf;
}


.lp-prospek-conclusion p.prospek-thx:after {
	content: "";
	display: block;
	width: 20px;
	height: 10px;
	position: relative;
	left: 600px;
	top: 59px;


	background: url("../img/landing/arrow-p-down.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}



.lp section.contact-infos {
	width: 100%;
	margin: 50px auto;
	margin-top: 100px;
	position: relative;
	background: #eeeeee;
	padding-top: 50px;
	padding-bottom: 50px;
}

.lp section.contact-infos h2 {

	text-align: center;
	font-size: 34px;
	margin: 0 auto;
	margin-bottom: 50px;
	width: 250px;
	height: 50px;
	background-image: url("../img/nav-border-in.svg");
	background-size: 25px 3px;
	background-repeat: no-repeat;
	background-origin: content-box;
	background-position: 50% 40px;
}

.lp section.contact-infos p {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 0px;
}


.lp section.contact-infos ul {

}

.lp section.contact-infos ul li {
	list-style: none;
	text-align: center;
	margin: 0 auto;
	margin-top: 100px;
	font-size: 27px;
}




.lp section.contact-infos ul li a {
	text-decoration: none;
	text-transform: lowercase;

	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;

}

.lp section.contact-infos ul li a:hover {
	color: #e00019;
}


/*.lp form {
	width: 654px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 
}*/



p.prospek-last {
	width: 654px;
	position: relative;
	margin: 0 auto;
	right: 223px;
	font-weight: 500;
	padding: 50px;
	background: #80ffbf;
	margin-bottom: 50px;
	margin-top: 50px;
}


p.prospek-last:after {
	content: "";
	display: block;
	width: 20px;
	height: 10px;
	position: relative;
	left: 600px;
	top: 59px;


	background: url("../img/landing/arrow-p-down.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}





section.prospek-bonus {
	width: 100%;
	margin: 0 auto;
	height: 800px;
	background: url("../img/landing/fiche-prospek.png");
	background-size: 100% auto;
}

section.prospek-bonus p {
	width: 500px;
	display: block;
	color: #fff;
	position: relative;
	left: 137px;
	top: 50px;
	font-weight: 500;
}





@media (max-width: 1200px) {

section.prospek-bonus {
	background: url("../img/landing/fiche-prospek-little.png");
	height: 1200px;
}

}
































/*
------------------------------

	
	$central

------------------------------
*/

.lp-central {
	font-family: "Adelle Sans", "Arial", "sans serif";
	font-weight: 400;
	color: #48463f;
}


.lp-central h1 a, 
.lp-central nav a {
	font-family: "Futura Pt", "futura-pt", "Futura", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
	font-weight: 600;
	color: #fff;
}

.lp-central h1 {
	width: auto;
}

.lp-central h1 a {
	display: block;
	position: relative;
	text-align: center;
	top: -27px;
	padding: 0 27px;
	padding-top: 27px;
	padding-bottom: 27px;
	width: auto;
	color: #000;
	background: #fff;
}

nav ul li a:hover:after {
	content: "";
	width: 15px;
	border-bottom: 3px dotted #fff;
	position: absolute;
	bottom: 5px;
	left: calc(50% - 7px);
}


nav ul li a.active:after {
	content: "";
	width: 20px;
	border-bottom: 3px solid #fff;
	position: absolute;
	bottom: 5px;
	left: calc(50% - 10px);
}



.hello-lp-central {
	width: 100%;
	height: 100vh;
	background: #8bab42;
	line-height: 100vh;
	text-align: center;
}

.hello-lp-central h2 {
	color: #fff;
	font-size: 65px;
}


/*
	intro-central
*/



.intro-lp-central {
	width: 100%;
	padding-top: 150px;
}

.intro-lp-central p {
	font-weight: 400;
	width: 654px;
	margin: 0 auto;
	margin-bottom: 32px;
}

.intro-lp-central p strong {
	color: #8bab42;
	font-weight: 400;
}


.intro-lp-central a {

}

a.central-works {
	display: block;
	margin: 0 auto;
	width: 150px;
	border: 3px solid #8bab42;
	background: #fff;
	color: #8bab42;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	font-weight: 400;

   -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;

}

a.central-works:hover {
	background: #8bab42;
	color: #fff;
	border-color: #8bab42;
}



/*
	about-central
*/




.about-lp-central {
	width: 1200px;
	margin: 0 auto;
	margin-top: 200px;
}

.about-lp-central figure {
	display: block;
	width: 410px;

	float: left;
}


.about-lp-central figure img {
	display: block;
	margin: 0 auto;
	margin-bottom: 32px;
}


.about-lp-central figure figcaption {
	text-align: center;
	color: #48463f;
}

.about-lp-central figure .team-member-name {
	display: block;	
	text-align: center;
	font-weight: 600;
}

.about-central-txt {
	width: 790px;
	float: left;
}

.about-central-txt h3 {
	margin-bottom: 64px;
	font-size: 39px;
}

.about-central-txt p {
	margin-bottom: 32px;
}

.about-central-txt p:last-child {
	margin-bottom: 100px;
}




/*
	mantra-central
*/

section.mantra-lp-central {
	clear: both;
	width: 100%;
	background: #8bab42;
	padding-top: 250px;
	padding-bottom: 250px;
	margin-top: 200px;
	position: relative;

}

.mantra-central-txt {
	width: 1200px;
	margin: 0 auto;
	color: #fff;
	position: relative;
}

.mantra-central-txt h3 {
	font-size: 39px;
	margin-bottom: 64px;
}

.mantra-central-txt p {
	width: 786px;
	margin-bottom: 32px;
}



.mantra-lp-central img {
	position: absolute;
	top: 50px;
	right: 110px;
}



/*
	design-central
*/




.design-lp-central {
	position: relative;
	padding-top: 150px;
	margin-top: 150px;
	width: 1200px;
	margin: 0 auto;
}


.design-central-txt {
	width: 927px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 50px;
}

.design-lp-central h3 {
	margin-bottom: 64px;
	font-size: 39px;
}

.design-lp-central p {
	margin-bottom: 32px;
}



.design-lp-central img {
	display: block;
	margin: 0 auto;
}
	




/*
	code-central
*/


.code-lp-central {
	width: 1200px;
	margin: 0 auto;
	margin-top: 200px;
	padding-bottom: 350px;
}

.code-lp-central img {
	display: block;
	float: left;
	margin: 0 60px 0 150px;
	position: relative;
	top: 60px;
}

.code-central-txt {
	width: 649px;
	float: left;

}

.code-central-txt h3{
	margin-bottom: 64px;
	font-size: 39px;
}



/*
	conclusion
*/


.lp-central-conclusion {
	clear: both;
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
	margin-bottom: 150px;
	color: #fff;
}

.lp-central-conclusion p.central-thx {
	width: 654px;
	position: relative;
	margin: 0 0;
	font-weight: 500;
	padding: 50px;
	background: #8bab42;
}


.lp-central-conclusion p.central-thx:after {
	content: "";
	display: block;
	width: 20px;
	height: 10px;
	position: relative;
	left: 600px;
	top: 59px;


	background: url("../img/landing/arrow-p-down-central.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}




.contact-infos.contact-infos-central {
	width: 50%;
}

.contact-infos-central {
	padding: 100px 0;
	background: url(../img/landing/code2-central.jpg);
	background-size: auto 100%;
}



.lp.lp-central section.contact-infos {
	width: 100%;
}

.lp section.contact-infos-central ul li {
	font-size: 26px;
}

.contact-infos-central a {
	color: #fff;
}



.contact-infos-central input,
.contact-infos-central label,
.contact-infos-central h3 {
	font-family: "Futura Pt", "futura-pt", "Futura", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    font-size: 22px;
    font-weight: 600;
	color: #fff;
}


.contact-infos-central input {
    border: 3px solid #fff;
    padding: 15px 10px;
    outline: 0;
    color: #fff;
    font-size: 22px;
    width: 628px;
    margin-bottom: 29px;
    background: transparent;
    color: #fff;
}

.contact-infos-central input:focus {
	border: 3px solid #8bab42;
}

.contact-infos-central input#button:focus {
	border: 3px solid #8bab42;
}





.contact-infos-central #message {
    height: 200px;
    max-height: 400px;
    width: 628px;
    max-width: 628px;
    border: 3px solid #fff;
    padding: 10px;
    padding-top: 15px;
    margin: 2px auto 0;
    outline: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;

   	font-family: "Futura Pt", "futura-pt", "Futura", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";

	background: transparent;
}

.contact-infos-central textarea#message:focus {
	border-color: #8bab42;
}



.contact-infos-central #button {
    width: 100%;
    color: #fff;
    background: transparent;

   -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.contact-infos-central #button:hover {
    background: #8bab42;
    color: white;
    cursor: pointer;
    border-color: #8bab42;
}



/*
------------------------------

	
	$central-media-queries

------------------------------
*/


@media (max-width: 1200px) {

	.about-lp-central {
		width: 100%;
		margin: 0 auto;
		margin-top: 200px;
	}

	.about-lp-central figure {
		float: none;
		width: 200px;
		margin: 0 auto;
		margin-bottom: 150px;
	}

	.about-central-txt {
		width: 80%;
		position: relative;
		margin: 0 auto;
		float: none;
	}

	.mantra-central-txt {
		width: 649px;
		margin: 0 auto;
	}

	.mantra-central-txt p {
		width: 649px;
		margin: 0 auto;
		margin-bottom: 32px;
	}

	.mantra-lp-central img {
		position: relative;
		margin: 0 auto;
		right: auto;
	}


	.design-lp-central {
		width: 100%;
	}


	.design-central-txt {
		width: 649px;
		margin: 0 auto;
	}

	.design-central-txt p {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 32px;
	}

	.design-lp-central img {
		width: 100%;
	}


	.code-lp-central {
		width: 100%;
	}

	.code-lp-central img {
		float: none;
		display: block;
		position: relative;
		margin: 0 auto;
		top: -50px;
	}


	.code-central-txt {
		float: none;
		margin: 0 auto;
	}


	.code-lp-central {
		padding-bottom: 0;
	}



	.lp-central-conclusion {
		width: 100%;
	}










}




@media (max-width: 900px) {

	.lp-central h1 a {
		display: block;
		position: relative;
		text-align: center;
		top: -27px;
		padding: 0 27px;
		padding-top: 27px;
		padding-bottom: 27px;
		width: auto;
		color: #fff;
		background: transparent;
	}


	.intro-lp-central p {
		width: 80%;
	}


	.mantra-central-txt {
		width: 80%;
		margin: 0 auto;
	}

	.mantra-central-txt p {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 32px;
	}







	.lp-central-conclusion p.central-thx {
		width: 100%;
	}

	.lp-central-conclusion {
		overflow: hidden;
	}

	.lp-central-conclusion p.central-thx {
		width: 100%;
		overflow: hidden;
	}



	.lp-central-conclusion p.central-thx:after {
		display: none;
	}





	.errors-display {
		width: 100%;
	}


	.contact-infos-central input {
		width: 90%;
	}

	.contact-infos-central #message {
		width: 90%;
	}

	.contact-infos-central #button {
		width: 90%;
	}


	.lp-central-conclusion p.central-thx {
		padding: 30px 10%;
		width: 80%;
	}


}












@media (max-width: 700px) {
	
	.design-central-txt {
		width: 80%;
	}

	.code-central-txt {
		width: 80%;
	}







}













@media (max-width: 650px) {
	
	.about-central-txt p:last-child {
		margin-bottom: 100px;
	}


	section.mantra-lp-central {
		padding-bottom: 100px;
		padding-top: 100px;
		margin-top: 50px;
	}



	.design-central-txt p {
		margin-bottom: 32px;
	}






}




@media (max-width: 500px) {
	.lp-central h2 {
		font-size: 36px;
	}

}












/*
------------------------------

	
	$ideematic

------------------------------
*/



/*.lp-ideematic {
	font-family: "Lato", "Arial", "sans serif";
	font-weight: 400;
	color: #48463f;
}*/



.lp-ideematic {
	font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", "sans serif";
	font-weight: 400;
}


.design-ideematic-content h3,
.about-ideematic-txt h3,
.mantra-lp-ideematic h3,
.code-lp-ideematic h3 {

	font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", "sans serif";



}


.lp-ideematic h1 a, 
.lp-ideematic nav a {
	font-family: "Futura Pt", "futura-pt", "Futura", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
	font-weight: 600;
	color: #fff;
}





nav ul li a:hover:after {

	border-bottom: 3px dotted #e00019;

}


nav ul li a.active:after {
	border-bottom: 3px solid #e00019;

}



/*
	hello-ideematic
*/

section.hello-lp-ideematic {
	width: 100%;
	background: #28292d;
	text-align: center;
	padding-top: 400px;
	padding-bottom: 400px;
	position: relative;
}


.hello-lp-ideematic h2:before {
	content: "";
	width: 500px;
	height: 22px;
	background: url(../img/landing/filament.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: -50px;
	left: 0;
}

.hello-lp-ideematic h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	display: block;
	margin: 0 auto;
	width: 500px;
}


.hello-lp-ideematic h2 strong {
	font-weight: 800;
}


.hello-lp-ideematic h2:after {

	content: "";
	width: 500px;
	height: 80px;
	background: url(../img/landing/logo-rd-ideematic-orange.png );
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	bottom: -150px;
	left: 0;

}



/*
	intro-ideematic
*/



section.intro-lp-ideematic {
	padding-top: 150px;
	padding-bottom: 150px;
	background: url(../img/landing/bg.jpg);
}


.intro-lp-ideematic p {
	width: 649px;
	margin: 0 auto;
	margin-bottom: 32px;
}

.intro-lp-ideematic p strong {
	color: #f69a1a;
}


a.ideematic-works {
	display: block;
	margin: 0 auto;
	width: 150px;
	border: 3px solid #f69a1a;
	background: transparent;
	color: #f69a1a;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	font-weight: 400;

   -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;

}

a.ideematic-works:hover {
	background: #f69a1a;
	color: #fff;
	border-color: #f69a1a;
}



/*
	about-ideematic
*/



section.about-lp-ideematic {
	padding-top: 50px;
	padding-bottom: 0px;
	background: url(../img/landing/bg.jpg);
}



.about-ideematic-content {
	width: 1200px;
	margin: 0 auto;
}


.about-lp-ideematic figure {
	display: block;
	width: 450px;
	text-align: center;
	float: left;
}

.about-lp-ideematic figure figcaption {
	font-size: 13px;
	color: #a3a595;
	font-style: italic;
}

.about-lp-ideematic figure figcaption span.team-member-name-ideematic:before {
	content: "";
	position: absolute;
	width: 200px;
	height: 22px;
	background: url(../img/landing/filament-grey.png);
	top: -30px;


}

.about-lp-ideematic figure figcaption span.team-member-name-ideematic {

	display: block;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 800;
	margin-top: 50px;
	position: relative;
	font-style: normal;
	color: #32393d;
}





.about-ideematic-txt {
	width: 649px;
	float: left;
}



.about-ideematic-txt h3 {
	font-size: 27px;
	text-transform: uppercase;
	margin-bottom: 64px;
}

.about-ideematic-txt p {
	margin-bottom: 32px;
}

.about-ideematic-txt p strong {
	font-weight: 400;
}

.about-lp-ideematic img.polaroid-ideematic-left {
	clear: both;
	display: block;
	position: relative;
	margin: 0 auto;
	top: -150px;
	left: -370px;
}



/*
	mantra-ideematic
*/


section.mantra-lp-ideematic {
	width: 100%;
	background: url(../img/landing/orange-bg.jpg);
	padding-top: 200px;
	padding-bottom: 150px;
	color: #e3e6dc;
}

.mantra-ideematic-content {
	width: 649px;
	margin: 0 auto;

}


.mantra-ideematic-content h3:before {
	content: "";
	position: absolute;
	width: 493px;
	height: 22px;
	background: url(../img/landing/filament.png);
	left: calc(50% - 246px);
	top: -50px;
}

.mantra-ideematic-content h3 {
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom: 64px;
	text-align: center;
	position: relative;
}

.mantra-ideematic-content p {
	margin-bottom: 32px;
}

.mantra-ideematic-content img:last-child {
	display: block;
	margin: 0 auto;
	margin-top: 50px;
}



/*
	design-ideematic
*/


section.design-lp-ideematic {
	width: 100%;
	padding-top: 150px;
	padding-bottom: 50px;
	background: url(../img/landing/bg.jpg);
}

.design-ideematic-content {
	width: 649px;
	margin: 0 auto;
}


.design-ideematic-content h3:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 36px;
	background: url(../img/landing/logo-rd-ideematic-orange.png);
	background-size: 100%;
	left: 0;
}

.design-ideematic-content h3 {
	font-size: 35px;
	text-transform: uppercase;
	text-indent: 50px;
	position: relative;
	margin-bottom: 64px;
}

.design-ideematic-content h3:after {
	content: "";
	position: absolute;
	width: 410px;
	height: 2px;
	background: #94968a;
	bottom: 15px;
	right: 0px;

}


.design-ideematic-content p {
	margin-bottom: 32px;
}




img.graphic-tablet-ideematic {
	width: 100%;
	display: block;
	margin: 0 auto;
	border: 25px solid #fff
}


/*
	code-ideematic
*/


section.code-lp-ideematic {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 150px;
	background: url(../img/landing/bg.jpg);
}

.code-ideematic-content {
	width: 649px;
	margin: 0 auto;
}


.code-ideematic-content h3:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 36px;
	background: url(../img/landing/logo-rd-ideematic-orange.png);
	background-size: 100%;
	left: 0;
}

.code-ideematic-content h3 {
	font-size: 35px;
	text-transform: uppercase;
	text-indent: 50px;
	position: relative;
	margin-bottom: 64px;
}

.code-ideematic-content h3:after {
	content: "";
	position: absolute;
	width: 435px;
	height: 2px;
	background: #94968a;
	bottom: 15px;
	right: 0px;

}



img.picto-code-ideematic {
	float: left;
	top: 140px;
	width: 150px;
	position: relative;
}

.code-ideematic-content-txt {
	width: 440px;
	float: right;
}


.code-ideematic-content p {
	margin-bottom: 32px;
}




















/*
	last-ideematic
*/


section.last-lp-ideematic {
	width: 100%;
	height: 1500px;
	background: #2d3132;
	position: relative;
	clear: both;
}


.lp-ideematic-conclusion {
	color: #fff;
	width: 200px;
	line-height: 28px;
	position: absolute;
	right: 5%;
	z-index: 2;
	font-size: 16px;
	padding: 50px 40px 50px 40px;
	background: #1d2021;
}

.lp-ideematic-conclusion:after {
	content: "";
	position: absolute;
	height: 50px;
	width: 280px;
	background: url(../img/landing/etiquette-ideematic.png);
	background-repeat: no-repeat;
	left: 0;
	bottom: -50px;

}

.contact-infos-ideematic {
	width: 800px;
	padding-top: 100px;
	left: 5%;
	position: relative;
	z-index: 1;
}

.contact-infos-ideematic li {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	list-style: none;
}

.contact-infos-ideematic a {
	color: #fff;
	text-align: center;
	text-decoration: none;
	position: relative;
	display: block;
}

.contact-infos-ideematic a:after {
	content: "";
	position: absolute;
	width: 40px;
	border-bottom: 2px solid #f69a1a;
	left: calc(50% - 20px);
	bottom: -25px;

}


.contact-infos-ideematic input,
.contact-infos-ideematic label,
.contact-infos-ideematic h3 {
	font-family: "Futura Pt", "futura-pt", "Futura", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    font-size: 22px;
    font-weight: 600;
	color: #fff;
}


.contact-infos-ideematic input {
    border: 3px solid #fff;
    padding: 15px 10px;
    outline: 0;
    color: #fff;
    font-size: 22px;
    width: 628px;
    margin-bottom: 29px;
    background: transparent;
    color: #fff;
}

.contact-infos-ideematic input:focus {
	border: 3px solid #f69a1a;
}

.contact-infos-ideematic input#button:focus {
	border: 3px solid #f69a1a;
}





.contact-infos-ideematic #message {
    height: 200px;
    max-height: 400px;
    width: 628px;
    max-width: 628px;
    border: 3px solid #fff;
    padding: 10px;
    padding-top: 15px;
    margin: 2px auto 0;
    outline: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;

   	font-family: "Futura Pt", "futura-pt", "Futura", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";

	background: transparent;
}

.contact-infos-ideematic textarea#message:focus {
	border-color: #f69a1a;
}



.contact-infos-ideematic #button {
    width: 100%;
    color: #fff;
    background: transparent;

   -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.contact-infos-ideematic #button:hover {
    background: #f69a1a;
    color: white;
    cursor: pointer;
    border-color: #f69a1a;
}






/*
------------------------------

	
	$central-media-queries

------------------------------
*/


@media (max-width: 1200px) {
	



	section.about-lp-ideematic {
		padding-top: 0;
	}

	.about-ideematic-content {
		width: 100%;
	}

	.about-lp-ideematic figure {
		float: none;
		display: block;
		margin: 0 auto;
		margin-bottom: 100px;
	}

	.about-ideematic-txt {
		float: none;
		margin: 0 auto;
	}

	.about-lp-ideematic img.polaroid-ideematic-left {
		top: auto;
		left: auto;
		padding-bottom: 50px;
	}




	section.last-lp-ideematic {
		overflow: hidden;
	}


	.lp-ideematic-conclusion {
		position: relative;
		margin: 0 auto;
		top: auto;
		right: auto;
	}


	.contact-infos-ideematic {
		width: 100%;
		right: auto;
		left: auto;
	}



}

/* end max-width: 1200px) */








@media (max-width: 900px) {
	

	.contact-infos-ideematic input,
	.contact-infos-ideematic #message,
	.contact-infos-ideematic #button {
		width: 90%;
	}

	.contact-infos-ideematic #button {
		margin: 0 auto;
		display: block;
	}


	img.graphic-tablet-ideematic {
		border: none;
	}


}

/* end max-width: 900px) */






@media (max-width: 700px) {


	section.hello-lp-ideematic {
		padding-top: 200px;
		padding-bottom: 200px;
	}


		
	.hello-lp-ideematic h2:before {
		display: none;
	}


	.hello-lp-ideematic h2 {
		font-size: 30px;
		width: 300px;
	}


	.hello-lp-ideematic h2:after {
		width: 60px;
		left: calc(50% - 30px);
	}


	section.intro-lp-ideematic {
		padding-top: 50px;
	}


	.intro-lp-ideematic p {
		width: 80%;
	}






	.about-ideematic-txt {
		width: 80%;
	}


	.about-ideematic-txt h3 {
		font-size: 27px;
	}


	section.mantra-lp-ideematic {
		padding-top: 50px;
		padding-bottom: 50px;
	}


	.mantra-ideematic-content {
		width: 80%;
	}



	.mantra-ideematic-content h3 {
		font-size: 27px;
	}


	.mantra-ideematic-content h3:before {
		display: none;
	}

	section.design-lp-ideematic {
		padding-top: 80px;
	}

	.design-ideematic-content {
		width: 80%;
	}

	.design-ideematic-content h3 {
		font-size: 27px;
	}
	

	.design-ideematic-content h3:after {
		display: none;
	}



	section.code-lp-ideematic {
		padding-bottom: 50px;
	}


	.code-ideematic-content {
		width: 80%;
	}

	.code-ideematic-content h3 {
		font-size: 27px;
	}
	

	.code-ideematic-content h3:after {
		display: none;
	}


	img.picto-code-ideematic {
		display: none;
	}

	.code-ideematic-content-txt {
		width: 100%;
		float: none;
	}




}

/* end max-width: 700px) */











@media (max-width: 500px) {


	.about-lp-ideematic figure {
		width: 100%;
	}


}
/* end max-width: 500px) */







@media (max-width: 400px) {



	.about-lp-ideematic img.polaroid-ideematic-left {
		width: 300px;

	}



}
/* end max-width: 400px) */
















/*
------------------------------

	
	$mcir

------------------------------
*/





.lp-mcir {
	font-family: "Arial", "sans serif";
	font-weight: 400;
}


.lp-mcir h1, 
.lp-mcir nav {
	font-family: "Futura Pt", "futura-pt", "Futura", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
	font-weight: 600;
	color: #fff;
}


section.about-lp-mcir h3,
section.mantra-lp-mcir h3,
section.design-lp-mcir h3,
section.code-lp-mcir h3 {
	font-family: 'Georgia', "serif";
	font-size: 32px;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 64px;
}





/*
	hello-mcir
*/



section.hello-lp-mcir {
	margin: 0 auto;
	margin-top: 100px;
	width: calc(100% - 60px);
	padding-top: 300px;
	padding-bottom: 300px;
	background: url("../img/landing/lego-mcir.jpg");
	background-size: auto;
	background-position: bottom center;
	position: relative;
}



section.hello-lp-mcir h2:before {
	content: "";
	position: absolute;
	width: 37px;
	height: 35px;
	background: url("../img/landing/eclair-mcir-rouge.png");
	background-size: 100%;
	top: -70px;
	left: calc(50% - 18px);

}



section.hello-lp-mcir h2 {
	display: block;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	line-height: 80px;
}


section.hello-lp-mcir h2 span {
	display: block;
	font-size: 75px;
}




section.hello-lp-mcir h2:after {
	content: "";
	position: absolute;
	width: 37px;
	height: 35px;
	background: url("../img/landing/eclair-mcir-rouge.png");
	background-size: 100%;
	bottom: -70px;
	left: calc(50% - 18px);

}



.see-more {
	display: block;
	width: 225px;
	height: 75px;
	line-height: 75px;
	background: #e00019;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	left: calc(50% - 113px);
	text-decoration: none;
	text-align: center;
}








/*
	intro-mcir
*/



section.intro-lp-mcir {
	padding-top: 150px;
	padding-bottom: 150px;
	width: 649px;
	margin: 0 auto;
}


.intro-lp-mcir h3 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 64px;
}


.intro-lp-mcir h3 strong {
	color: #e00019;

}

.intro-lp-mcir p {
	margin-bottom: 32px;
}



.intro-lp-mcir p strong {
	color: #e00019;

}


a.mcir-works {
	display: block;
	margin: 0 auto;
	width: 150px;
	border: 3px solid #e00019;
	background: transparent;
	color: #e00019;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;

   -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;

}

a.mcir-works:hover {
	background: #e00019;
	color: #fff;
	border-color: #e00019;
}





/*
	about-mcir
*/


section.about-lp-mcir {
	width: 100%;
	padding-top: 150px;
	padding-bottom: 150px;
	background: url(../img/landing/pattern_gris.png);
}

.about-mcir-content {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}


img.pic-romain-mcir {
	float: left;
	margin-right: 60px;
	margin-left: 60px;
}


.about-mcir-txt {
	background: #fff;
	width: 649px;
	padding: 80px 60px;
	float: left;

}

.about-mcir-txt h3 {
	margin-bottom: 64px;

}


.about-mcir-txt p {
	margin-bottom: 32px;

}

.about-mcir-txt p strong {
	font-weight: 400;
}


/*
	frise-mcir
*/


section.frise-lp-mcir {
	padding-top: 100px;
	padding-bottom: 100px;
}

.frise-lp-mcir img {
	margin: 0 auto;
	display: block;
}



/*
	mantra-lp-mcir
*/


section.mantra-lp-mcir {
	width: 100%;
	background: #e00019;
	padding-top: 100px;	
	padding-bottom: 100px;
	color: #fff;
}

.mantra-mcir-content {
	width: 649px;
	margin: 0 auto;
}

.mantra-mcir-content img {
	display: block;
	margin: 0 auto;
	margin-bottom: 64px;
}



.mantra-mcir-content p {
	margin-bottom: 32px;
}




/*
	design-lp-mcir
*/



section.design-lp-mcir {
	width: 100%;
	background: #ededed;
	padding-top: 100px;
	padding-bottom: 100px;
}


.design-mcir-content {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}


img.tablette-mcir {
	display: block;
	float: left;
}



.design-mcir-txt {
	float: left;
	width: 580px;
	background: #fff;
	padding: 66px 85px;
	position: relative;
}


section.design-lp-mcir .design-mcir-txt h3 {
}



.design-mcir-txt p {
	margin-bottom: 32px;
}



.design-mcir-txt img.eclair-mcir-rouge {
	position: absolute;
	top: 30px;
	right: 30px;
}






section.code-lp-mcir {
	width: 100%;
	padding-top: 150px;
	padding-bottom: 150px;
	background: #fff;
}

.code-mcir-content {
	width: 649px;
	margin: 0 auto;
}


img.picto-code-mcir {
	float: left;
	margin-right: 60px;
	position: relative;
	top: 110px;
}


.code-mcir-content-txt {
	float: left;
}


.code-lp-mcir h3:before {
	content: "";
	position: absolute;
	left: 0;
	width: 37px;
	height: 35px;
	background: url("../img/landing/eclair-mcir-rouge.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}


.code-lp-mcir h3 {
	position: relative;
	text-indent: 60px;
}


.code-lp-mcir h3:after {
	content: "";
	position: absolute;

	width: 450px;
	height: 2px;
	background: #e00019;
	background-size: 100%;
	right: 0;
	bottom: 11px;
}



.code-lp-mcir p {
	margin-bottom: 32px;
	width: 465px;
}











/*
------------------------------

	
	$mcir-media-queries

------------------------------
*/


@media (max-width: 1200px) {


	.about-mcir-content {
		width: 100%;

	}

	.about-mcir-content .pic-romain-mcir {
		float: none;
		display: block;
		position: relative;
		margin: 0 auto;
	}

	.about-mcir-txt {
		margin: 0 auto;
		float: none;
		margin-top: 50px;
	}



	.design-mcir-content {
		width: 100%;
	}

	img.tablette-mcir {
		float: none;
		margin: 0 auto;
	}

	.design-mcir-txt {
		float: none;
		margin: 0 auto;
		margin-top: 50px;
	}


}
/* end max-width: 1200px */





@media (max-width: 900px) {

	section.hello-lp-mcir {
		margin-top: 200px;
	}

	section.hello-lp-mcir h2 {
		font-size: 30px;
		line-height: 60px;
	}

	section.hello-lp-mcir h2 span {
		font-size: 50px;
	}

	section.design-lp-mcir {
		padding-bottom: 50px;
	}



}
/* end max-width: 900px */






@media (max-width: 800px) {

	.design-mcir-txt {
		width: 80%;
		padding: 0;
		background: transparent;
	}


	section.design-lp-mcir .design-mcir-txt h3 {
		margin-bottom: 32px;
	}

	.design-mcir-txt img.eclair-mcir-rouge {
		top: 0;
		right: 0;
	}


}
/* end max-width: 800px */



@media (max-width: 750px) {


	section.hello-lp-mcir {
		padding-top: 200px;
		padding-bottom: 200px;
	}

	section.intro-lp-mcir {
		width: 80%;
		padding-top: 80px;
	}







	section.about-lp-mcir {
		background: #fff;
		padding-top: 00px;
		padding-bottom: 0px;

	}


	.about-mcir-txt {
		margin-top: 80px;
		width: 80%;
		padding: 0;
	}


	.frise-lp-mcir img {
		width: 100%;
	}




	.mantra-mcir-content {
		width: 80%;
	}



	section.code-lp-mcir {
		padding-top: 50px;
		padding-bottom: 50px;
	}


	.code-mcir-content {
		width: 80%;
	}
	



	.code-lp-mcir h3:after {
		display: none;
	}


	img.picto-code-mcir {
		display: none;
	}


	.code-mcir-content-txt {
		width: 100%;
	}
	.code-lp-mcir p {
		width: 100%;
	}






}
/* end max-width: 750px */















@media (max-width: 650px) {


	section.hello-lp-mcir h2 {
		font-size: 20px;
		line-height: 50px;
	}

	section.hello-lp-mcir h2 span {
		font-size: 40px;
	}



	.lp section.contact-infos {
		padding-top: 1px;
		padding-bottom: 30px;
	}


}
/* end max-width: 650px */








@media (max-width: 450px) {


	section.hello-lp-mcir h2 {
		font-size: 18px;
		line-height: 40px;
	}

	section.hello-lp-mcir h2 span {
		font-size: 30px;
	}

	section.hello-lp-mcir {
		padding-top: 50px
		padding-bottom: 50px;
	}






}
/* end max-width: 450px */
































/*
------------------------------

	
	$dynamo

------------------------------
*/









.lp-dynamo h1, 
.lp-dynamo nav {
	font-family: "Futura Pt", "futura-pt", "Futura", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
	font-weight: 600;
	color: #fff;
}




.lp-dynamo a {
	text-decoration: none;
}

.lp-dynamo p {
	margin-bottom: 50px;
}

.lp-dynamo h1 a, 
.lp-dynamo nav ul li a {
	color: #fff;
}












section.intro-lp-dynamo {
	width: 100%;
	height: 1000px;
	margin: 0px auto;
	background: #212121;
	position: absolute;
	top: 0;
	z-index: 20;

}

section.intro-lp-dynamo h2 {

	text-align: center;
	font-size: 34px;
	margin: 0 auto;
	margin-bottom: 50px;
	width: 250px;
	height: 50px;
	background-image: url("../img/checkerspot/nav-border-in.svg");
	background-size: 25px 3px;
	background-repeat: no-repeat;
	background-origin: content-box;
	background-position: 50% 40px;
}

.intro-lp-dynamo img {
	position: relative;
	display: block;
	margin: 50px auto;

	margin-top: 150px;
}


.intro-dynamo-txt {
	width: 634px;
	padding: 50px 10px;
	margin: 0 auto;
	position: relative;
	top: 0;
	color: #fff;


}



.intro-dynamo-txt p {
	width: 654px;
	margin: 0 auto;
	margin-bottom: 50px;
	font-weight: 500;
}

.intro-dynamo-txt p a {
	color: inherit;
}

.intro-dynamo-txt a.dynamo-works {
	display: block;
	margin: 0 auto;
	width: 150px;
	border: 3px solid #000;
	background: #000;
	color: #ababab;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	font-weight: 600;

   -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;

}

.intro-dynamo-txt a.dynamo-works:hover {
	background: #333;
	color: #fff;
	border-color: #fff;
}




.dynamo-limits {
	position: relative;
	padding-top: 1000px;
	width: 1200px;
	height: 4800px;
	margin: 0 auto;
	background: rgba(0,0,255,0);
}

.dynamo-line {
	width: 380px;
	height: 100%;
	float: left;
	background: #f2f2f2 url("../img/landing/dots-dynamo.png");
	opacity: 0.9;
}



/*

	Flèches up et down

*/

a.down-arrow,
a.up-arrow {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50px;
	width: 400px;
	height: 71px;
	line-height: 71px;
	text-indent: 130px;
	background-repeat: no-repeat;
}

a.down-arrow:hover,
a.up-arrow:hover {
	background-repeat: no-repeat;
}

a.down-arrow {
	background: url("../img/landing/down-dynamo-green.png");
	background-repeat: no-repeat;
}

a.down-arrow:hover {
	background: url("../img/landing/down-dynamo-black.png");
	background-repeat: no-repeat;	
}

a.up-arrow {
	background: url("../img/landing/up-dynamo-green.png");
	background-repeat: no-repeat;
}

a.up-arrow:hover {
	background: url("../img/landing/up-dynamo-black.png");
	background-repeat: no-repeat;
}







/*

	Sections dynamo-limits

*/


.dynamo-limits section {
	background: #fff;
	opacity: 1;
}








/*

	dynamo-about

*/



section.dynamo-about {
	width: 820px;
	background: #fff;
	float: left;
	position: relative;
}

section.dynamo-about img {
	display: block;
}



.dynamo-about-txt {
	margin-left: 32px;
	margin-top: 50px;
	padding-bottom: 150px;
}

.dynamo-about-txt h3 {
	margin-bottom: 32px;
}

.dynamo-about-txt p {
	font-family: "Adobe Caslon Pro", "adobe-caslon-pro", "Garamond", "Georgia", "Times New Roman", "serif";
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 32px;
	font-weight: normal;
}




/*

	dynamo-rc

*/



section.dynamo-rc {
	width: 820px;
	float: left;
	position: relative;
}

section.dynamo-rc img {
	display: block;
}



.dynamo-rc-txt {
	margin-left: 32px;
	margin-top: 50px;
	padding-bottom: 150px;
}

.dynamo-rc-txt h3 {
	margin-bottom: 32px;
}

.dynamo-rc-txt p {
	font-family: "Adobe Caslon Pro", "adobe-caslon-pro", "Garamond", "Georgia", "Times New Roman", "serif";
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 32px;
	font-weight: normal;
}






/*

	dynamo-design

*/



section.dynamo-design {
	width: 820px;
	float: left;
	position: relative;
}

section.dynamo-design img {
	display: block;
}



.dynamo-design-txt {
	margin-left: 32px;
	margin-top: 50px;
	padding-bottom: 150px;
}

.dynamo-design-txt h3 {
	margin-bottom: 32px;
}

.dynamo-design-txt p {
	font-family: "Adobe Caslon Pro", "adobe-caslon-pro", "Garamond", "Georgia", "Times New Roman", "serif";
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 32px;
	font-weight: normal;
}







/*

	dynamo-code

*/



section.dynamo-code {
	width: 820px;
	float: left;
	position: relative;
}

section.dynamo-code img {
	display: block;
}



.dynamo-code-txt {
	margin-left: 32px;
	margin-top: 50px;
	padding-bottom: 150px;
}

.dynamo-code-txt h3 {
	margin-bottom: 32px;
}

.dynamo-code-txt p {
	font-family: "Adobe Caslon Pro", "adobe-caslon-pro", "Garamond", "Georgia", "Times New Roman", "serif";
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 32px;
	font-weight: normal;
}






.lp-dynamo-conclusion {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
}

.lp-dynamo-conclusion p.dynamo-thx {
	width: 654px;
	position: relative;
	margin: 0 0;
	font-weight: 500;
	padding: 50px;
	background: #e00019;
	color: #fff;
}


.lp-dynamo-conclusion p.dynamo-thx:after {
	content: "";
	display: block;
	width: 20px;
	height: 10px;
	position: relative;
	left: 600px;
	top: 59px;


	background: url("../img/landing/arrow-p-down.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


.dynamo-bonus {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	font-weight: 500;
}


.dynamo-bonus img {
	float: left;
}
.dynamo-bonus p {
	display: block;
	position: absolute;
	width: 500px;
	top: 100px;
	left: 500px;
	background: orange;
	padding: 50px;


	background: #80ffbf;
}



.dynamo-bonus p:after {
	content: "";
	display: block;
	width: 10px;
	height: 20px;
	position: relative;
	left: -59px;
	top: 30px;


	background: url("../img/landing/arrow-p-left.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}







/*
------------------------------

	
	$tp1

------------------------------
*/


section.intro-lp-tp1 .intro-tp1-logo {
	height: 100vh;
	width: 100%;
	background: url("../img/landing/grid-tp1.png");
}



section.intro-lp-tp1 .intro-tp1-logo img {
	display: block;
	position: relative;
	margin: 0 auto;
	top: calc(50% - 250px);

}

.intro-tp1-txt {
	padding-top: 100px;
	padding-bottom: 100px;
	width: 654px;
	margin: 0 auto;
	font-weight: 500;
}

.intro-tp1-txt:after {
	content: "";
	display: block;
	width: 40px;
	height: 20px;
	position: relative;
	left: 310px;
	top: 119px;


	background: url("../img/landing/arrow-tp1-white.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}




.intro-tp1-txt p {
	margin-top: 30px;
}

.intro-tp1-txt p a {
	color: inherit;
	text-decoration: none;
}


.intro-tp1-txt a.tp1-works {
	display: block;
	margin: 0 auto;
	width: 150px;
	border: 3px solid #fb2e31;
	background: #fff;
	color: #fb2e31;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	
   -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;

}

.intro-tp1-txt a.tp1-works:hover {
	background: #fb2e31;
	color: #e3cea0;
	border-color: #fb2e31;
}




/*

	TP1 section

*/


.lp-tp1-about p,
section.lp-tp1-rc p,
.lp-tp1-design p,
section.lp-tp1-code p {
	font-family: "Adobe Caslon Pro", "adobe-caslon-pro", "Garamond", "Georgia", "Times New Roman", "serif";
	font-weight: 500;
	margin-top: 30px;
}






/*

	TP1 about

*/


section.lp-tp1-about-cont {
	padding-top: 100px;
	background: #f2f2f2;
	width: 100%;
	padding-bottom: 100px;
}

.tp1-about-txt:after {
	content: "";
	display: block;
	width: 40px;
	height: 20px;
	position: relative;
	left: -88px;
	top: 167px;


	background: url("../img/landing/arrow-tp1-grey.png");
	background-repeat: repeat;
	background-position: 0px 0px;
	z-index: 999;
}




.lp-tp1-about {
	width: 1200px;
	margin: 0 auto;
}


.lp-tp1-about .tp1-about-txt {
	width: 500px;
	padding-top: 100px;
	padding-right: 32px;
	margin: 0 auto;
	float: right;
}


.lp-tp1-about img {
	float: left;
}




/*

	TP1 Rigueur et créativité

*/



section.lp-tp1-rc {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #e4e1d4;
}


.tp1-rc-txt:after {
	content: "";
	display: block;
	width: 40px;
	height: 20px;
	position: relative;
	left: 310px;
	top: 120px;


	background: url("../img/landing/arrow-tp1-brown.png");
	background-repeat: repeat;
	background-position: 0px 0px;
	z-index: 999;
}


.tp1-rc-txt {
	width: 654px;
	margin: 0 auto;
}






/*

	TP1 design

*/


section.lp-tp1-design-cont {
	padding-top: 100px;
	background: #f2f2f2;
	width: 100%;
	padding-bottom: 100px;
}

.tp1-design-txt:after {
	content: "";
	display: block;
	width: 40px;
	height: 20px;
	position: relative;
	left: 580px;
	top: 178px;


	background: url("../img/landing/arrow-tp1-grey.png");
	background-repeat: repeat;
	background-position: 0px 0px;
	z-index: 999;
}




.lp-tp1-design {
	width: 1200px;
	margin: 0 auto;
}


.lp-tp1-design .tp1-design-txt {
	width: 500px;
	padding-top: 100px;
	padding-right: 32px;
	margin: 0 auto;
	float: left;
}


.lp-tp1-design img {
	width: 600px;
	float: right;
}








/*

TP1 code

*/







.lp-tp1-code {
	clear: both;
	position: relative;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #e4e1d4;
}

.tp1-code-txt:after {
	content: "";
	display: block;
	width: 40px;
	height: 20px;
	position: relative;
	left: 236px;
	top: 291px;


	background: url("../img/landing/arrow-tp1-brown.png");
	background-repeat: repeat;
	background-position: 0px 0px;
	z-index: 999;
}


.lp-tp1-code img {
	display: block;
}

.tp1-code-txt-container {
	width: 1200px;
	height: 650px;
	margin: 0 auto;
	padding-top: 90px;
	background-image: url("../img/landing/code2.jpg");
	background-size: 100% auto;
}


.tp1-code-txt {
	width: 514px;
	position: relative;
	margin: 0 auto;
	background: #fff;
	padding: 90px 70px 110px 70px;
	left: -0;
}

.tp1-code-txt h3 {
	text-align: left;
}

.tp1-code-txt p {
	margin-bottom: 20px;
}


.lp-tp1-code img.pic-code {
	position: absolute;
	width: 1200px;
	opacity: 0.5;
	z-index: 9;
}



/*

	TP1 conclusion

*/







.lp-tp1-conclusion {
	width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
}

.lp-tp1-conclusion p {
	width: 654px;
	position: relative;
	margin: 0 auto;
}


.lp-tp1-conclusion p.tp1-thx {
	width: 654px;
	position: relative;
	margin: 0 0;
	font-weight: 500;
	padding: 50px;
	background: #80ffbf;
}


.lp-tp1-conclusion p.tp1-thx:after {
	content: "";
	display: block;
	width: 20px;
	height: 10px;
	position: relative;
	left: 600px;
	top: 59px;


	background: url("../img/landing/arrow-p-down.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}







/*
------------------------------

	
	$a-propos

------------------------------
*/

.body-a-propos {
	background: #f3f3f3;
}


.a-propos header h1 a, 
.a-propos header nav ul li a {
	font-family: "Futura Pt", "futura-pt", "Futura", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
	font-weight: 600;
	color: #fff;
}


.a-propos footer {
	background: transparent;
}


.a-propos p {
	font-family: "Adobe Caslon Pro", "adobe-caslon-pro", "Garamond", "Georgia", "Times New Roman", "serif";
	font-weight: normal;
	line-height: 32px;
}

section.ma-vie {
	top: 0;
	width: 100%;
	position: relative;
	padding-top: 353px;
	margin: 0 auto;
	margin-top: 0;
	top: 0;
}

section.ma-vie img {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	opacity: 1;
}



section.ma-vie .ma-vie-txt {
	z-index: 2;
	position: relative;
	width: 929px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 100px;
	padding: 0;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #fff;
}


section.ma-vie .ma-vie-txt h2 {
	position: relative;
	text-align: center;
	font-size: 34px;
	margin: 0 auto;
	margin-bottom: 52px;
	width: 300px;
	height: 50px;
}


section.ma-vie .ma-vie-txt h2:after {
	content: "";
	width: 20px;
	border-bottom: 3px solid #80ffbf;
	position: absolute;
	bottom: 5px;
	left: calc(50% - 10px);
}


section.ma-vie .ma-vie-txt p {
	width: 654px;
	margin: 0 auto;
	margin-bottom: 32px;
}

section.ma-vie .ma-vie-txt p strong {
	font-weight: inherit;
}


section.ma-vie .ma-vie-txt p a {
	text-decoration: none;
}

section.ma-vie .ma-vie-txt p a.link-edin {
	text-decoration: underline;
}

section.ma-vie .ma-vie-txt .pic-nbr {
	width: 100%;
	position: relative;

}

section.ma-vie .ma-vie-txt .pic-nbr ul {
	position: absolute;
	z-index: 10;
	right: 275px;
	bottom: 30px;
}

section.ma-vie .ma-vie-txt .pic-nbr ul li {
	list-style: none;
	color: #80ffbf;
	text-align: right;
	font-size: 34px;
	line-height: 145%;
}


section.ma-vie .ma-vie-txt img {
	display: block;
	position: relative;
	margin-top: 150px;
	width: 90%;
	margin: 0 auto;
	margin-top: 100px;
	z-index: 5;
}






/*
------------------------------

	
	$credits

------------------------------
*/



.credits header h1 a, 
.credits header nav a {
	font-family: "Futura Pt", "futura-pt", "Futura", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
	font-weight: 600;
	color: #fff;
}



.cover-credits {
	height: 100vh;
	width: 100%;

	background: url("../img/credits/pages.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
}

.cover-credits h2 {
	text-align: center;
	position: relative;
	padding-top: 300px;
	color: #80ffbf;
}

.cover-credits h2 strong.merci {
	display: block;
	margin-top: 100px;
	font-size: 400px;
	font-weight: inherit;
}

section.thx-humans {
	font-family: "Adobe Caslon Pro", "adobe-caslon-pro", "Garamond", "Georgia", "Times New Roman", "serif";
	font-weight: normal;
	line-height: 32px;
}



section.thx-humans {
	padding-top: 107px;
	width: 1200px;
	margin: 0 auto;

}

section.thx-humans .thx-humans-txt {
	padding-top: 250px;
	width: 500px;
	float: right;
}

section.thx-humans .thx-humans-txt p {
	margin-bottom: 30px;
}

section.thx-humans .thx-humans-txt p a {
	text-decoration: none;
	
}

section.thx-humans img {
	display: block;
	width: 654px;
	float: left;
}



section.thx-others {
	clear: both;
	padding-top: 100px;
	width: 654px;
	margin: 0 auto;

}

section.thx-others h3 {	

	margin-bottom: 30px;

}

section.thx-others ul {
	display: block;
	position: relative;
	left: 32px;
	line-height: 64px;
	margin: 0 auto;
}	

section.thx-others ul li {
	list-style: none;
}

section.thx-others ul li a {
	text-decoration: none;
}


section.thx-others ul li a:hover {
	border-bottom: 3px dotted #80ffbf;
}










/*
------------------------------

	
	$mentions-legales

------------------------------
*/


.legales p {
	font-family: "Adobe Caslon Pro", "adobe-caslon-pro", "Garamond", "Georgia", "Times New Roman", "serif";
	font-weight: 500;
}


section.confid-rules {
	position: relative;
	width: 100%;
	padding-top: 293px;
	min-height: 1000px;
}



section.confid-rules h2 {
	position: relative;
	text-align: center;
	font-size: 34px;
	margin: 0 auto;
	margin-bottom: 50px;
	width: 400px;
	height: 50px;
}


section.confid-rules h2:after {
	content: "";
	width: 20px;
	border-bottom: 3px solid #80ffbf;
	position: absolute;
	bottom: 5px;
	left: calc(50% - 10px);
}



section.confid-rules p {
	width: 654px;
	margin: 0 auto;
	margin-bottom: 30px;
}













/*
------------------------------

	
	$404

------------------------------
*/

.error-qcq footer,
.error-qcq header {
	position: fixed;
	background: #fff
}




section.qcq-msg {
	position: fixed;
	margin: 0 auto;
	margin-top: 250px;
	padding: 50px 0;
	padding-top: 50px;
	width: 100%;
	background: #fff;
	z-index: 10;
}

section.qcq-msg p {
	width: 654px;
	margin: 0 auto;
}

section.qcq-msg h2 {
	position: relative;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-bottom: 50px;
	text-transform: lowercase;

}


section.qcq-msg h2:after {
	content: "";
	width: 20px;
	background: #fff;
	border-bottom: 3px solid #80ffbf;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 10px);
}



section.qcq-msg a {
	display: block;
	position: relative;
	margin: 0 auto;
	margin-top: 100px;
	width: 280px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	border: 3px solid #333;


   -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
}


section.qcq-msg a:hover {
	background: #333;
	color: #fff;
}


.binary {
	opacity: 1;
	color: #80ffbf;
	text-align: center;
}
















/*
------------------------------

	
	$clearfix

------------------------------
*/




.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}






















/*
------------------------------

	
	$media queries

------------------------------
*/




@media (min-width: 1600px) {

	section.intro-checkerspot,
	section.cover-storytelling {
		background-size: 100% auto;
	}

	ul.ul-other-works li {
		background-size: 100% auto;

	}	


	section.intro-checkerspot,
	section.cover-storytelling {
		background-size: 100% auto;
	}

	section.cover-reductionism {
		background-size: 100% auto;
	}


/*
	Menu fixe
*/



	h1 {
		display: block;
		position: absolute;
		left: 10%;
		top: 27px;
		width: 400px;
		height: 60px;
		line-height: 60px;
		z-index: 10;

	}

	nav {
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 100;
		right: 10%;
	}

	nav ul {
		position: absolute;
		right: 0px;
		padding-top: 27px;

	}






}

/*
	End (min-width: 1600px)
*/
















@media (min-width: 1200px) {

	section.intro-checkerspot,
	section.cover-storytelling,
	section.cover-reductionism {
		background-size: 100% auto;
		background-position: top center;

	}

}

/*
	End (min-width: 1200px)
*/


















@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1100px), (min-resolution: 2dppx) and (min-width: 1100px) {

	section.intro-checkerspot,
	section.cover-storytelling {
		background-size: 100% auto;

	}




}

/*
	End (min-resolution: 144dpi) and (min-width: 1100px)
*/












@media (max-width: 1200px) {

	section.sec-case-studies p,
	section.sec-other-works p {
		width: 60%;
	}


/*
	Checkerspot
*/
	
	section.approche {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}



	section.concept {

		width: 100%;
		margin-top: 0;


	}

	section.concept img.pic-school-03 {
	width: 100%;
	margin-bottom: 0;
	}

	section.concept .concept-txt-2 {
		width: 100%;
		overflow: hidden;
		margin-top: 0;
	}

	section.concept .concept-txt-2 img {
		display: none;
	}

	section.concept .concept-txt-2 p {
		float: none;
		width: 654px;
	}


	section.maquette {
		width: 100%;

	}


	section.maquette .maquette-login img {
	width: 654px;
	margin: 0 auto;
	position: static;

}

	section.maquette .maquette-login .login-croquis {
		margin-top: 0;
	}

	section.maquette .maquette-login .p-croquis { 
		display: block;
		width: 654px;
		position: static;
		margin: 0 auto;
		margin-bottom: 30px;
	}



	section.maquette .maquette-login p.after-pics-login {
		float: none;
		width: 654px;
		margin: 0 auto;
		position: relative;
		margin-top: 100px;
		padding-right: 0;
	}

	p.after-pics-login a {
		text-decoration: underline;
	}

	section.maquette .maquette-login .pics-login-final {
		width: 100%;
		position: relative;
	}

	section.maquette .maquette-login .pics-login-final img {
		float: none;
		width: 400px;
		display: block;
		position: static;
		left: 0;
		margin: 0 auto;
		margin-top: 50px;
	}



	section.maquette .maquette-content {
		margin-top: 50px;
	}



	section.maquette .maquette-content .pics-croquis img {
		width: 100%;
		height: auto;
	}

	section.maquette .maquette-content .pics-croquis img:last-child {
		display: none;
	}


	section.wrong-road {
		margin-top: 30px;
	}

	.wrong-road-in {
		width: 100%;
		margin: 0 auto;
	}

	.wrong-road-pics {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 50px;
	}


	section.user-test {
		width: 100%;
	}

	section.user-test .user-test-pics img {
		width: 100%;
		height: auto;
	}

	section.user-test .user-test-pics img:first-child {
		display: none;
	}

	section.refocus {
		width: 100%;
	}



	section.publication {
		width: 100%;
	}

	section.publication .publication-txt {
		width: 100%;
	}



	section.publication p {
		position: static;
	}

	section.publication .publication-txt p:nth-child(2) {
		width: 654px;
		margin: 0 auto;
		float: none;
	}


	section.publication img:nth-child(3) {
		float: none;
		display: block;
		position: static;
		margin: 0 auto;
		margin-top: 30px;
	}

	section.publication .publication-txt p:nth-child(4) {
		clear: both;
		width: 654px;
		margin: 0 auto;
		margin-top: 100px;
		float: none;
	}


	section.publication img:nth-child(5) {
		float: none;
		display: block;
		position: static;
		margin: 0 auto;
		margin-top: 30px;
	}


	section.aspect {
		width: 100%;
		margin-top: 100px;

	}

	section.presentation {
		overflow: hidden;
	}

	section.presentation img {
		height: 1000px;
		width: auto;
		position: relative;
		left: -400px;
	}


	section.presentation .presentation-txt {
		z-index: 100;
	}



	section.conclusion {
		width: 100%;
		margin-top: 100px;
	}


/*
	Composition email
*/


	section.intro-email {
		width: 100%;

	}

	section.approche-email {
		width: 100%;
		overflow: hidden;
	}



	section.approche-email h4,
	section.approche-email h4.title-need {
		float: none;
		text-align: left;
		height: auto;
	}


	section.approche-email h4:after,
	section.approche-email h4.title-need:after {
		display: none;
	}

	section.approche-email .approche-email-txt {
		clear: both;
		width: 654px;
		margin: 0 auto;
		
	}


	section.approche-email .approche-email-txt-in {
		margin-top: 0;
	}


	section.approche-email .we-need {
		display: block;
		clear: both;
		width: 654px;
		margin: 0 auto;
		margin-bottom: 50px;
	}

	section.approche-email .we-need p {
		width: 654px;
		margin: 0 auto;

	}

	section.approche-email .schema-1,
	section.approche-email .schema-2 {
		width: 50%;
		position: relative;
		margin: 0 auto;
		left: 20%;
	}



	section.approche-email .schema-1 {
		float: none;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 50px;
	}

	section.approche-email .schema-2 {
		float: none;
	}


	section.approche-email p.concl-approche-email {
		margin-top: 50px;
	}



	section.concept-email {
		width: 100%;
	}

	section.concept-email .concept-email-txt {
		width: 100%;
		
	}


	section.concept-email img {
		display: block;
		margin-top: 40px;
		width: 400px;
	}

	section.concept-email img:nth-child(4) {
		float: none;
		display: block;
		position: relative;
		margin: 0 auto;
		margin-top: 100px;
		margin-right: auto;
	}

	section.concept-email img:nth-child(5) {
		float: none;
		display: block;
		position: relative;
		margin: 0 auto;
		margin-top: 100px;
		margin-right: auto;

	}

	section.concept-email img:nth-child(7) {
		float: none;
		display: block;
		position: relative;
		margin: 0 auto;
		margin-top: 100px;
		margin-right: auto;
	}



	section.concept-email p:nth-child(8) {
		position: relative;
		margin-top: 00px;
		width: 654px;
		margin: 0 auto;
		left: auto;

	}



	section.concept-email .concept-email-txt p:last-child {
		margin-top: 50px;
	}


	section.detail-email {
		width: 100%;
	}




/*
	Reductionnisme
*/

	section.cover-reductionism {
		float: none;
		width: auto;
		height: 800px;
		background-position: center center;
	}



	section.intro-reductionism .reduc-exo-bonus,
	section.intro-reductionism-sw .reduc-exo-bonus {
		width: 100%;
	}


	section.reductionism-show,
	section.reductionism-sw-show {

		width: 100%;
	}

	section.reductionism-show ul li img,
	section.reductionism-sw-show ul li img {
		display: block;
		float: none;
		width: 654px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	section.reductionism-show ul li:nth-child(odd) img,
	section.reductionism-sw-show ul li:nth-child(odd) img {
		margin-right: auto;
	}


/*
	Storytelling
*/



	section.cover-storytelling {
		float: none;
		width: auto;
		height: 800px;
		background-position: center center;
	}



	section.intro-storytelling {
		width: 100%;
	}


	.storytelling-and-wd-txt {
		width: 654px;
		float: none;
		margin: 0 auto;
		z-index: 10;
	}

	.storytelling-and-wd-txt p,
	.storytelling-and-wd-txt h2 {
		width: 654px;
		margin: 0 auto;

	}

	.storytelling-and-wd-txt h2 {
		margin-top: 50px;
	}

	.storytelling-and-wd img {
		float: none;
		width: 654px;
		display: block;
		margin: 0 auto;
	} 

	.storytelling-why-why-txt {
		width: 654px;
		float: none;
		margin: 0 auto;
		z-index: 10;
	}

	.storytelling-why-why-txt p,
	.storytelling-why-why-txt h2 {
		width: 654px;
		margin: 0 auto;
	}

	.storytelling-why-why-txt p {
		margin-bottom: 30px;
	}

	.storytelling-why-why-txt h2 {
		margin-top: 100px;
		margin-bottom: 40px;
	}

	.storytelling-why-why img {
		float: none;
		width: 654px;
		display: block;
		margin: 0 auto;
		margin-top: 50px;
	} 

	.storytelling section.story {
		width: 90%;
	}

	.storytelling section.story img {
		width: 100%;
	}


	.storytelling section.story img.story-cover {
		display: inline;
		width: 50%;
		margin: 0 auto;
		margin-bottom: 10px;
		float: left;

	}


/*
	Icons
*/


	.icons-pirates section.icons-pics img:last-child {
		width: 100%;
	}






/*
	Contact
*/



.contact section.contact-infos {
	width: 100%;
}


.contact section.contact-infos p {
	width: 654px;
	margin: 0 auto;
	margin-bottom: 100px;
}






/*
	Prospek
*/

	section.intro-lp-prospek {

		height: 800px;
		background-position: center center;
	}

	.lp-prospek-about,
	.lp-prospek-design,
	.lp-prospek-code {
		width: 100%;
	}


	section.lp-prospek-about {
		margin-top: 700px;
	}


	.prospek-about-txt {
		width: 654px;
		margin: 0 auto;
		height: auto;
		float: none;
	}


	.lp-prospek-about .prospek-about-txt p {
		width: 654px;
		margin-bottom: 30px;
	}

	.lp-prospek-about .prospek-about-txt h3 {
		text-align: left;
		margin-bottom: 50px;
		margin-left: auto;
	}



	.lp-prospek-about img {
		float: none;
		width: 654px;
		display: block;
		margin: 0 auto;
	}

	.lp-prospek-rc {
		margin-bottom: 100px;
	}


	.lp-prospek-design img {
		display: block;
		width: 100%;
	}




	.prospek-design-txt {
		width: 654px;
		margin: 0 auto;
		float: none;
		padding-top: 60px;
		height: auto;
	}

	.lp-prospek-design .prospek-design-txt p {
		width: 100%;
		margin-bottom: 30px;
	}

	.lp-prospek-design .prospek-design-txt h3 {
		margin-left: auto;
	}

	.lp-prospek-design img.tablet {
		float: none;
		width: 654px;
		display: block;
		margin: 0 auto;
		margin-top: 100px;
	}

	.lp-prospek-code {
		height: auto;
	}


	.lp-prospek-code img {
		width: 100%;
	}




	.prospek-code-txt-container {
		width: 654px;
		height: auto;
		margin: 0 auto;
		background-image: none;

	}

	.prospek-code-txt {
		width: 100%;
		position: relative;
		margin: 0 auto;
		background: #fff;
		padding: 0;
	}


	.lp-prospek-code img.pic-code {
		position: relative;
		display: block;
		margin-top: 50px;
		width: 100%;
		float: none;
	}


	.lp-prospek-conclusion {
		width: 100%;
		margin: 0 auto;
	}


	.lp-prospek-conclusion p.prospek-thx {
		width: 654px;
		margin: 0 auto;

	}


	.lp-prospek-conclusion p.prospek-thx:after {
		left: 50%;
	}


	.lp section.contact-infos {
		width: 100%;
	}


	.lp section.contact-infos p {
	}



	p.prospek-last {
		display: block;
		position: relative;
		width: 654px;
		margin: 0 auto;
		left: auto;
		right: auto;
		margin-bottom: 30px;
	}


	p.prospek-last:after {
		left: 50%;
	}



	section.prospek-bonus {
		background: url("../img/landing/fiche-prospek-little.png");
		width: 100%;
		height: 1500px;
		background-size: 100% auto;
		background-repeat: no-repeat;
	}



/*
	Dynamo
*/


	.dynamo-limits {
		width: 100%;
	}


	.dynamo-line {
		display: none;
	}


	section.dynamo-about,
	section.dynamo-rc,
	section.dynamo-design,
	section.dynamo-code {
		width: 654px;
		float: none;
		margin: 0 auto;
	}

	section.dynamo-about img,
	section.dynamo-rc img,
	section.dynamo-design img,
	section.dynamo-code img {
		display: block;
		width: 100%;
	}



	.lp-dynamo-conclusion {
		position: relative;
		width: 100%;
		padding-top: 0px;

	}

	.lp-dynamo-conclusion p.dynamo-thx {
		width: 554px;
		margin: 0 auto;

	}


	.lp-dynamo-conclusion p.dynamo-thx:after {
		left: 50%;
	}



	.dynamo-bonus {
		width: 100%;
		height: 1200px;
	}


	.dynamo-bonus img {
		position: relative;
		float: none;
		display: block;
		margin: 0 auto;
		top: 250px;
	}


	.dynamo-bonus p {
		display: block;
		position: absolute;
		width: 554px;
		top: 0;
		left: 15%;
		background: orange;
		padding: 50px;


		background: #80ffbf;
	}



	.dynamo-bonus p:after {
		content: "";
		display: block;
		width: 20px;
		height: 10px;
		position: relative;
		left: 50%;
		top: 59px;
		background: url("../img/landing/arrow-p-down.png");
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}


/*
	TP1
*/

	section.intro-lp-tp1 .intro-tp1-logo {
		height: 700px;
	}

	section.intro-lp-tp1 .intro-tp1-logo img {
		padding-top: 00px;
		width: 500px;
	}


	.lp-tp1-about,
	.lp-tp1-design {
		width: 100%;
	}


	.lp-tp1-about .tp1-about-txt,
	.lp-tp1-design .tp1-design-txt {
		float: none;
		width: 654px;
		padding-right: 0;
		padding-top: 0;
	}


	.lp-tp1-about img,
	.lp-tp1-design img {
		float: none;
		display: block;
		position: relative;
		margin: 0 auto;
		width: 654px;
		margin-top: 30px;
	}

	.tp1-about-txt:after {
		left: calc(50% - 20px);
		top: 1195px;
	}


	.lp-tp1-design {
		width: 100%;
	}


	.tp1-design-txt:after {
		left: calc(50% - 20px);
		top: 1136px;
	}

	.tp1-code-txt-container {
		width: 654px;
		height: auto;
		margin: 0 auto;
		padding-top: 0px;
		background-image: none;
	}

	.tp1-code-txt {
		width: 100%;
		position: relative;
		margin: 0 auto;
		background: transparent;
		padding: 0;
		left: -0;
	}

	.tp1-code-txt:after {
		left: calc(50% - 20px);
		top: 119px;
	}

	.lp-tp1-conclusion {
		width: 100%;
	}


	.lp-tp1-conclusion p.tp1-thx {
		width: 654px;
		margin: 0 auto;

	}


	.lp-tp1-conclusion p.tp1-thx:after {
		left: 50%;
	}




/*
	Credits
*/



	.cover-credits {
		height: 800px;
		background-size: auto 100%;
		
	}

	.cover-credits h2 {
		text-align: center;
		position: relative;
		padding-top: 230px;
		color: #80ffbf;
	}


	.cover-credits h2 strong.merci {
		display: block;
		margin-top: 80px;
		font-size: 350px;
		font-weight: inherit;
	}


	section.thx-humans {
		padding-top: 107px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;

	}


	section.thx-humans .thx-humans-txt {
		padding-top: 0px;
		width: 654px;
		margin: 0 auto;
		margin-bottom: 50px;
		float: none;
	}


	section.thx-humans img {
		display: block;
		width: 654px;
		position: relative;
		margin: 0 auto;
		float: none;
	}



/*
	Index
*/



section.index-intro {
	width: 90%;
	padding: 5%;
	left: 0px;
	margin: 0 auto;
	z-index: 1;
}


section.index-intro {
	position: fixed;
	margin-top: 350px;
	top: 0;
}

.index-intro h2, .index-intro h3 {
	font-weight: 600;
	position: relative;
	left: 0;
}




.index-pic-intro {
	padding-top: 0vh;
	margin-top: 100vh;
	height: 100vh;
	width: 100%;
	background: #fff url("../img/index/photo-blanc-crop.jpg");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: bottom right;
}




img.pic-index-rom {
	display: none;
}


section.suite {

	padding-top: 100px;
}



article.art-news {
	position: relative;
	margin: 0 auto;
	left: 0;
	width: 654px;
	height: 480px;
}



}

/*
	End (max-width: 1200px)
*/















@media (max-width: 1100px) {

	ul.ul-case-studies li {
			height: 450px;
			background-size: auto 100%;
			background-position: left auto;
		}





}

/*
	End (max-width: 1100px)
*/

















@media (max-width: 950px) {


/*
	A propos
*/


	.body-a-propos {
		background: #fff;
	}


	.a-propos header h1 a, 
	.a-propos header nav ul li a {
		color: #333;
	}


	section.ma-vie {
		padding-top: 0px;

	}

	section.ma-vie img {
		display: none;
	}

	section.ma-vie .ma-vie-txt {
		width: 100%;
		margin-bottom: 50px;
		padding-top: 293px;
		padding-bottom: 0px;
	}






}


/*
	End (max-width: 950px)
*/






















@media (max-width: 900px) {

	body {
		background: rgba(0,0,255,0);
	}

	header {
		height: 110px;
	}


	h1 {
		width: 100%;
		float: none;
		text-align: center;
		position: relative;
		top: 0;
		left: 0;
		font-size: 28px;
	}




	nav {
		position: relative;
		width: 100%;
		height: 50px;
		margin-top: 0px;
		float: none;
		left: 0;
	}

	nav ul {
		position: relative;
		width: 70%;
		margin: 0 auto;
		padding-top: 0px;
	}

	nav ul li {
		float: left;
		width: 32%;
	}

	nav ul li a {
		display: block;
		height: 50px;
		line-height: 50px;
		width: 100%;
		color: #333;
		text-decoration: none;
		font-weight: 600;
		text-align: center;
		position: relative;
		font-size: 22px;


	}



	section.sec-case-studies p,
	section.sec-other-works p {
		width: 90%;
	}


	ul.ul-other-works li {
		float: none;
		width: 100%;

		background-size: 100% auto;

	}

	section.sec-other-works {
	margin-top: 100px;
	margin-bottom: 0;
	}


	section.intro-checkerspot {
		height: 900px;

	}




	section .intro-checkerspot-txt {
		left: 5%;
		width: 90%;
	}





	section.approche .approche-txt {
		width: 100%;
	}

	section.approche .approche-txt p {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	section.approche img {

		width: 100%;
		position: relative;

	}


	section.approche .link-post-it-container {
		display: block;
		width: 100%;
		height: 60px;
		line-height: 488px;
		margin: 0 auto;
		position: relative;
		bottom: 0px;
		background: transparent;
		left: 0;
		opacity: 1;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	section.approche a {
		position: relative;
		color: #333;
		margin: 0 auto;
		border: 3px solid #333;
		background: #fff;
	}

	section.approche a:hover {
		color: #fff;
		border-color: #333;
		background: #333;
	}





	section.concept .concept-txt-1,
	section.concept .concept-txt-2 {
		width: 100%;
	}

	section.concept p {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 30px;
	}


	section.concept .concept-pic-1 {
		width: 100%;
		height: 500px;
	}

	section.concept p.eti-pic-heaj {
		width: 80%;
		top: 20%;
		left: 0;
		margin: 0 auto;
	}

	section.concept .concept-txt-2 p {
		float: none;
		width: 90%;
	}



	section.maquette .maquette-txt {
		width: 90%;
		margin: 0 auto;
	}


	section.maquette .maquette-login img {
	width: 100%;

	}


	section.maquette .maquette-login .p-croquis { 
		width: 90%;
	}


	section.maquette .maquette-login p.before-pics-login {
		width: 90%;
	}


	section.maquette .maquette-login .pics-login {

	}

	section.maquette .maquette-login .pics-login img {
		width: 33.33332%;
		float: left;
	}

	section.maquette .maquette-login .pics-login img:nth-child(1),
	section.maquette .maquette-login .pics-login img:nth-child(2) {
		display: none;
	}


	section.maquette .maquette-login p.after-pics-login {
		float: none;
		width: 654px;
		margin: 0 auto;
		position: relative;
		margin-top: 50px;
		padding-right: 0;
	}


	section.maquette .maquette-login p.after-pics-login {
		width: 90%;
	}


	section.maquette .maquette-content p {
		width: 90%;

	}

	.wrong-road-in .wrong-road-txt {
		width: 90%;
		margin: 0 auto;
	}



	.wrong-road-pics img {
		width: 33.33332%;
	}

	.wrong-road-pics img:nth-child(3),
	.wrong-road-pics img:nth-child(4) {
		display: none;
	}

	section.user-test .user-test-txt {
		width: 90%;
	}

	section.refocus .refocus-txt {
		width: 90%;
	}

	section.publication .publication-txt p:nth-child(2) {
		width: 90%;
	}

	section.publication .publication-txt p:nth-child(4) {
		width: 90%;
	}


	section.aspect .aspect-txt {
		width: 90%;
	}


/*
	Conclusion
*/


	section.conclusion .conclusion-txt {
		width: 90%;
	}



/*
	Composition email
*/


	section	.intro-email-txt {
		width: 90%;
	}

	section.approche-email .approche-email-txt {
		clear: both;
		width: 100%;
		margin: 0 auto;
		
	}

	section.approche-email .approche-email-txt {
		width: 90%;
	}

	section.approche-email .approche-email-txt-in {
		width: 100%;
		float: none;
	}
		
	section.approche-email .approche-email-txt-in p:last-child {
		clear: both;
	}




	section.approche-email .we-need p {
		width: 90%;

	}



	section.approche-email .we-need {
		display: block;
		clear: both;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 50px;
	}

	section.approche-email .we-need p {
		width: 100%;
		margin: 0 auto;

	}


	section.approche-email p.concl-approche-email {
		width: 90%;
	}




	section.concept-email p {
		width: 90%;
	}



	section.concept-email p:nth-child(8) {
		width: 90%;

	}


	section.detail-email img {
		width: 100%;

	}


	section.detail-email .detail-email-txt {
		width: 90%;
	}
		


	section.intro-reductionism .intro-reductionism-txt,
	section.intro-reductionism-sw .intro-reductionism-sw-txt {
		width: 90%;
	}


/*
	Storytelling
*/


	section.cover-storytelling {
		height: 600px;
	}



	section.intro-storytelling .intro-storytelling-txt {
		width: 90%;
	}




	.storytelling-and-wd-txt {
		width: 100%;
		float: none;
		margin: 0 auto;
		z-index: 10;
	}

	.storytelling-and-wd-txt p,
	.storytelling-and-wd-txt h2 {
		width: 90%;
		margin: 0 auto;

	}

	.storytelling-and-wd-txt h2 {
		margin-top: 50px;
	}

	.storytelling-and-wd img {
		float: none;
		width: 100%;
		display: block;
		margin: 0 auto;
	} 

	.storytelling-why-why-txt {
		width: 100%;
		float: none;
		margin: 0 auto;
		z-index: 10;
	}

	.storytelling-why-why-txt p,
	.storytelling-why-why-txt h2 {
		width: 90%;
		margin: 0 auto;
	}

	.storytelling-why-why-txt p {
		margin-bottom: 30px;
	}

	.storytelling-why-why-txt h2 {
		margin-top: 100px;
		margin-bottom: 40px;
	}

	.storytelling-why-why img {
		float: none;
		width: 100%;
		display: block;
		margin: 0 auto;
		margin-top: 50px;
	} 


	.storytelling section.story {
		width: 100%;
	}

/*
	Icons
*/

.icons-pirates section.intro-icons p {
	width: 90%;

}


/*
	Prospek
*/

	.intro-prospek-txt {
		width: 90%;
		margin: 0 auto;
		height: auto;
		float: none;
	}

	.intro-prospek-txt p {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 50px;
		font-weight: 500;
	}




	.prospek-about-txt {
		width: 90%;
		margin: 0 auto;
		height: auto;
		float: none;
	}


	.lp-prospek-about .prospek-about-txt p {
		width: 100%;
		margin-bottom: 30px;
	}


	.lp-prospek-about img {
		width: 100%;
	}



	.lp-prospek-rc {
		width: 90%;
		margin-top: 100px;
		margin-bottom: 50px;
	}


	.prospek-design-txt {
		width: 90%;
		height: auto
	}



	.lp-prospek-design img.tablet {
		width: 100%;
	}

	.lp-prospek-code {
		margin-bottom: 0;
	}


	.prospek-code-txt-container {
		width: 90%;
	}


	.lp-prospek-conclusion p.prospek-thx {
		width: 90%;
		margin: 0 auto;
		padding: 5%;
		margin-top: 0;

	}

	.lp-prospek-conclusion p.prospek-thx:after {
		display: none;
	}



	p.prospek-last {
		width: 90%;
		padding: 5%;
		margin: 0 auto;
	}


	p.prospek-last:after {
		display: none;
	}


	section.prospek-bonus {
		height: 1100px;
	}




/*
	Dynamo
*/


	section.intro-lp-dynamo {
		height: 1200px;
	}


	.intro-dynamo-txt {
		width: 90%;
	}

	.intro-dynamo-txt p {
		width: 100%;
	}

	.dynamo-limits {
		padding-top: 1200px;
		height: auto;
	}


	section.dynamo-about,
	section.dynamo-rc,
	section.dynamo-design,
	section.dynamo-code {
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	.dynamo-about-txt,
	.dynamo-rc-txt,
	.dynamo-design-txt,
	.dynamo-code-txt {
		width: 90%;
		margin: 0 auto;
		padding-top: 50px;
	}

	.lp-dynamo-conclusion {
		clear: both;
		position: relative;
	}

	a.up-arrow {
		z-index: 10;
	}


	.lp-dynamo-conclusion p.dynamo-thx {
		width: 90%;
		margin: 0 auto;
		padding: 5%;
		margin-top: 0;

	}

	.lp-dynamo-conclusion p.dynamo-thx:after {
		display: none;
	}



	.dynamo-bonus {
		width: 100%;
		height: 1000px;
	}


	.dynamo-bonus img {
		top: 150px;
	}

	.dynamo-bonus p {
		display: block;
		position: absolute;
		width: 90%;
		top: 0;
		left: 0%;
		background: orange;
		padding: 5%;
		background: #80ffbf;
	}



	.dynamo-bonus p:after {
		display: none;
	}



/*
	TP1
*/

	section.intro-lp-tp1 .intro-tp1-logo img {
		padding-top: 100px;
		width: 400px;
	}


	.intro-tp1-txt {
		width: 90%;
	}

	.intro-tp1-txt:after {
		left: calc(50% - 20px);
		top: 119px;
	}



	.lp-tp1-about {
		width: 100%;
	}


	.lp-tp1-about .tp1-about-txt,
	.lp-tp1-design .tp1-design-txt {
		float: none;
		width: 90%;
		padding-right: 0;
	}


	.lp-tp1-about img,
	.lp-tp1-design img {
		width: 100%
	}

	.tp1-about-txt:after,
	.tp1-design-txt:after {
		display: none;
	}




	.tp1-rc-txt:after {
		display: none;
	}


	.tp1-rc-txt {
		width: 90%;
		margin: 0 auto;
	}


	.tp1-code-txt-container {
		width: 90%;

	}

	.tp1-code-txt {
		width: 100%;
		position: relative;
		margin: 0 auto;
		background: transparent;
		padding: 0;
		left: -0;
	}

	.tp1-code-txt:after {
		display: none;
	}



	.lp-tp1-conclusion p.tp1-thx {
		width: 90%;
		margin: 0 auto;
		padding: 5%;
		margin-top: 0;

	}

	.lp-tp1-conclusion p.tp1-thx:after {
		display: none;
	}





/*
	Credits
*/



	.cover-credits {
		height: 700px;		
	}

	.cover-credits h2 {
		text-align: center;
		position: relative;
		padding-top: 230px;
		color: #80ffbf;
	}


	.cover-credits h2 strong.merci {
		display: block;
		margin-top: 80px;
		font-size: 250px;
		font-weight: inherit;
	}


	section.thx-humans {
		padding-top: 107px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;

	}


	section.thx-humans .thx-humans-txt {
		padding-top: 0px;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 50px;
		float: none;
	}


	section.thx-humans img {
		display: block;
		width: 100%;
		position: relative;
		margin: 0 auto;
		float: none;
	}


	section.thx-others {
		width: 90%;
		padding: 5%;
		padding-top: 80px;
		overflow: hidden;
	}

	

	section.thx-others ul {
		display: block;
		position: relative;
		line-height: 64px;
		width: 100%;
		left: auto;
		margin: 0 auto;
	}	


	.credits section.thx-others ul li {
		list-style: disc;
		list-style-position: inside;

	}






/*
	A propos
*/



	section.ma-vie .ma-vie-txt p {
		width: 90%;
	}


	section.ma-vie .ma-vie-txt img {
		margin-top: 50px;
		width: 100%;
	}





}


/*
	End (max-width: 900px)
*/


















@media (max-width: 750px) {


	section.concept img.pic-school-01 {
		display: none;
	}


	section.concept p.eti-pic-heaj {
		width: 90%;
		padding: 5%;
		top: 0;
		left: 0;
		margin: 0 auto;
	}


	section.concept .concept-pic-1 {
		width: 100%;
		height: 270px;
	}


	section.presentation img {
		display: none;
	}


	section.presentation .presentation-txt {
		position: relative;
		width: 100%;
		padding: 0;
		left: 0;
		margin-bottom: 200px;
	}

	section.presentation .presentation-txt p {
		width: 90%;
		margin: 0 auto;
	}

	section.presentation a.link-pres-check {
		margin-top: 50px;
	}



	section.conclusion ul {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 100px;
	}

	section.conclusion ul li {
		float: none;
	}

	section.conclusion ul li a {
		margin: 0 auto;
		margin-bottom: 20px;
	}


	section.conclusion ul li:first-child a {
		margin: 0 auto;
		margin-bottom: 20px;
	}



	section.approche-email .schema-1,
	section.approche-email .schema-2 {
		width: 80%;

		left: 10%;
	}

/*
	Reductionnisme
*/


	section.reductionism-show ul li img,
	section.reductionism-sw-show ul li img {
		width: 100%;

	}


	section.intro-reductionism-sw h2 {
		width: 100%;
		line-height: 140%;
		height: 100px;

	}

	section.intro-reductionism-sw h2:after {
		display: none;
		bottom: 0px;

	}


/*
	Storytelling
*/

	section.cover-storytelling {
		height: 500px;
	}



/*
	Contact
*/


.contact section.contact-infos ul li {
	text-align: center;
	margin: 100px auto;
	font-size: 22px;
}


	form {
		width: 100%;
	    margin: auto;
	    margin-bottom: 100px;
	}


	input {
		display: block;
		width: 90%;
		margin: 30px auto; 
	}


	#message {
		display: block;
		margin: 0 auto;
	    width: 90%;

	}

	#button {
	    width: 90%;
	}


	.errors-display {
		width: 100%;
		margin: 0 auto;
		height: 100px;
	}









/*
	Prospek
*/


	section.intro-lp-prospek {

		height: 1000px;
		background-position: center center;
	}


	section.lp-prospek-about {
		margin-top: 900px;
	}



	.lp section.contact-infos ul li {
		font-size: 22px;
	}



	section.prospek-bonus {
		height: 1000px;
	}



/*
	Credits
*/




	.cover-credits h2 {
		padding-top: 230px;

	}


	.cover-credits h2 strong.merci {

		margin-top: 60px;
		font-size: 200px;

	}





/*
	404
*/

	section.qcq-msg p {
		width: 90%;
	}

/*
	Mentions légales
*/
	section.confid-rules {
		min-height: 700px;
	}

	
	section.confid-rules h2 {
		font-size: 22px;
		width: 300px;
	}



	section.confid-rules p {
		width: 90%;
	}



/*
	Index
*/




.index-intro h2 span {
	font-size: 34px;
	line-height: 40px;
}


article.art-news {
	width: 90%;
	height: auto;
}


section.index-intro {
	position: fixed;
	margin-top: 160px;
	top: 0;
	z-index: 0;
}


.my-index footer a{
	z-index: 20;
	background: #fff;
}



}

/*
	End (max-width: 750px)
*/















@media (max-width: 600px) {

	ul.ul-other-works li {
		float: none;
		width: 100%;

		background-size: auto 100%;
		background-position: left;

	}

	ul.ul-case-studies li {
	}


	ul.ul-case-studies li .titles-case-studies {
		position: relative;
		left: 0;
		margin: 0 auto;
	}

	ul.ul-case-studies li h4 {
		margin: 0 auto;
		width: 80%;
	}




/*
	Checkerspot
*/

	.cs-checkerspot section h3 {
		font-size: 22px;
		line-height: 140%;
	}





/*
	Composition email
*/
	.cs-email section h2 {
		line-height: 140%;
		margin-bottom: 80px;
	
	}

	.cs-email section h2:after {
		display: none;
	}




/*
	Reductionnisme
*/



	section.intro-reductionism .reduc-exo-bonus ul,
	section.intro-reductionism-sw .reduc-exo-bonus ul {
		position: relative;
		width: 100%;
		margin: 0 auto;

	}



	section.intro-reductionism .reduc-exo-bonus ul li,
	section.intro-reductionism-sw .reduc-exo-bonus ul li {
		float: none;
		margin: 0 auto;
	}

	section.intro-reductionism .reduc-exo-bonus ul li a,
	section.intro-reductionism-sw .reduc-exo-bonus ul li a {
		display: block;
		position: relative;
		width: 270px;
		text-align: center;
		margin: 0 auto;
		margin-right: auto;
	}

	section.intro-reductionism .reduc-exo-bonus ul li:last-child a,
	section.intro-reductionism-sw .reduc-exo-bonus ul li:last-child a {

			margin-right: auto;
	}


	section.reductionism-show,
	section.reductionism-sw-show {
		margin-top: 100px;
	}


/*
	Storytelling
*/


	.storytelling-why-why-txt p:nth-child(2) {
		margin-top: 150px;
	}


	.storytelling section.story img.story-cover {
			display: inline;
			width: 100%;
			margin: 0 auto;
			margin-bottom: 10px;
			float: none;

		}


/*
	Dynamo
*/

	a.down-arrow,
	a.up-arrow {

		left: 0px;
		width: 300px;
		text-indent: 80px;
	}





/*
	Credits
*/

	.cover-credits {
		height: 650px;
	}


	.cover-credits h2 {
		padding-top: 230px;

	}


	.cover-credits h2 strong.merci {

		margin-top: 60px;
		font-size: 150px;

	}


/*
	A propos
*/

	section.ma-vie .ma-vie-txt .pic-nbr ul {
		right: 150px;
	}

	section.ma-vie .ma-vie-txt .pic-nbr ul li {
		font-size: 22px;
	}



/*
	Footer
*/



	footer a.foot-link-tw {
		display: block;
		position: relative;
		margin: 0 auto;
		width: 100%;
		left: 0;
		text-align: center;
		text-transform: lowercase;
	}

	footer ul {
		width: 100%;
	}

	footer ul li {
		width: 50%;
		text-align: center;
	}

	footer ul li a {
		display: block;
		width: 100%;
		right: 0;
		text-align: center;
	}

	footer ul li a:hover {
		border-bottom: 3px dotted #80ffbf;
	}





}

/*
	End (max-width: 600px)
*/














@media (max-width: 500px) {

	nav ul {
		width: 90%;
	}



	section.prospek-bonus {
		height: 600px;
	}


	.dynamo-bonus img {
		width: 100%;
	}

	section.intro-lp-tp1 .intro-tp1-logo {
		height: 700px;
	}

	section.intro-lp-tp1 .intro-tp1-logo img {
		padding-top: 100px;
		width: 300px;
	}





}


/*
	End (max-width: 500px)
*/










@media (max-width: 450px) {

	nav {
	}

	nav ul {
		width: 100%;
		margin: 0 auto;
		position: relative;

	}

	nav ul li {
		width: 33%;
	}

	nav ul li a {
		width: 100%;
	}


/*
	Checkerspot
*/


section.presentation video {
	display: none;

}





}

/*
	End (max-width: 450px)
*/






















@media (max-width: 400px) {

	section.maquette .maquette-login .pics-login-final img {
		width: 100%;
	}


	section.publication img:nth-child(3) {
		width: 100%;
	}

	section.publication img:nth-child(5) {
		width: 100%;
	}




	section.concept-email img:nth-child(4),
	section.concept-email img:nth-child(5),
	section.concept-email img:nth-child(7) {
		width: 100%;
	}



	section.prospek-bonus {
		height: 500px;
	}



/*
	Credits
*/

	.cover-credits {
		height: 650px;
	}


	.cover-credits h2 {
		padding-top: 230px;

	}


	.cover-credits h2 strong.merci {

		margin-top: 60px;
		font-size: 100px;

	}





}

/*
	End (max-width: 400px)
*/











@media (max-height: 700px) {

	.error-qcq footer,
	.error-qcq header {
		position: absolute;

	}


	section.qcq-msg {
		margin-top: 130px;
		position: absolute;
	}

	p.binary {
		display: none;
	}


}


/*
	End (max-height: 700px)
*/















/*
	Grille
*/




#hugridUX {
	display: none;
}


















