.jerome_tanguy {
	padding:50px;
	box-shadow: 0px 1px 20px 3px #000000;
	z-index:19;
	position:relative;
	}
	
.jerome_tanguy .jt_partie_1,
.jerome_tanguy .jt_partie_2 {
	margin:auto;
	width:calc(100% - 170px);
	max-width:1250px;
	height:100%;
	position:relative;
	}
	
@media (max-width: 1000px) {
	.jerome_tanguy .jt_partie_1,
	.jerome_tanguy .jt_partie_2 {
		width:calc(100% - 50px);
		}
	}
	
@media (max-width: 880px) {
	.jerome_tanguy {
		padding:30px 0;
		}
	}
	
.jerome_tanguy .jt_partie_1 img,
.jerome_tanguy .jt_partie_2 img {
	width:300px !important;
	height:auto !important;
	display:inline-block;
	vertical-align:middle;
	box-shadow:2px 2px 4px 1px rgba(40, 53, 24, 0.3);
	border-radius:5px;
	}
	
.jerome_tanguy .jt_partie_1 img {
	margin-right:50px;
	border-radius:50%;
	}
	
.jerome_tanguy .jt_partie_2 img {
	margin-left:50px;
	}
	
.jerome_tanguy .jt_partie_1 .text,
.jerome_tanguy .jt_partie_2 .text {
	width:calc(100% - 355px);
	display:inline-block;
	text-align:justify;
	vertical-align:middle;
	}
	
@media (max-width: 750px) {
	.jerome_tanguy .jt_partie_1 img,
	.jerome_tanguy .jt_partie_2 img {
		width:200px !important;
		}
	
	.jerome_tanguy .jt_partie_1 img {
		margin-right:20px;
		}
		
	.jerome_tanguy .jt_partie_2 img {
		margin-left:20px;
		}
		
	.jerome_tanguy .jt_partie_1 .text,
	.jerome_tanguy .jt_partie_2 .text {
		width:calc(100% - 225px);
		}
	}
	
@media (max-width: 600px) {
	.jerome_tanguy .jt_partie_1 img,
	.jerome_tanguy .jt_partie_2 img {
		display:block;
		margin:auto;
		}
		
	.jerome_tanguy .jt_partie_1 .text,
	.jerome_tanguy .jt_partie_2 .text {
		width:100%;
		}
		
	.jerome_tanguy .jt_partie_2 img {
		width:100% !important;
		}
	}
	
.frise {
	box-shadow: 0px 1px 20px 3px #000000;
	z-index:18;
	position:relative;
	padding:30px 0;
	}
	
.frise .ligne_frise {
	width:100%;
	height:4px;
	background-color:#faedcd;
	position:absolute;
	top:200px;
	left:0;
	}
	
.frise .etapes_frise {
	width:calc(100% - 170px);
	max-width:1250px;
	/* background-color:blue; */
	height:344px;
	margin:auto;
	position:relative;
	}
	
.frise .etapes_frise .etape_frise {
	width:20%;
	height:174px;
	position:absolute;
	/* background-color:red; */
	text-align:center;
	padding-top:20px;
	}
	
@media (max-width: 1400px) {
	.frise .ligne_frise {
		top:230px;
		}
		
	.frise .etapes_frise {
		height:404px;
		}
		
	.frise .etapes_frise .etape_frise {
		height:204px;
		}
	}
	
@media (max-width: 1050px) {
	.frise .ligne_frise {
		top:250px;
		}
		
	.frise .etapes_frise {
		height:444px;
		}
		
	.frise .etapes_frise .etape_frise {
		height:224px;
		}
	}
	
.frise .etapes_frise .etape_frise.etape_frise_1 {
	top:0;
	left:0;
	}
	
.frise .etapes_frise .etape_frise.etape_frise_2 {
	bottom:0;
	left:20%;
	}
	
.frise .etapes_frise .etape_frise.etape_frise_3 {
	top:0;
	left:40%;
	}
	
.frise .etapes_frise .etape_frise.etape_frise_4 {
	bottom:0;
	left:60%;
	}
	
.frise .etapes_frise .etape_frise.etape_frise_5 {
	top:0;
	left:80%;
	}
	
.frise .etapes_frise .etape_frise p {
	margin:10px 0;
	}
	
.frise .etapes_frise .etape_frise .date {
	font-weight:bold;
	font-size:1.3em;
	}
	
.frise .etapes_frise .etape_frise img {
	width:40px !important;
	height:40px !important;
	filter: invert(91%) sepia(4%) saturate(1914%) hue-rotate(339deg) brightness(107%) contrast(96%);
	}
	
.frise .etapes_frise .etape_frise .marqueur {
	width:4px;
	height:24px;
	background-color:#faedcd;
	position:absolute;
	left:calc(50% - 2px);
	}
	
.frise .etapes_frise .etape_frise.etape_frise_1 .marqueur,
.frise .etapes_frise .etape_frise.etape_frise_3 .marqueur,
.frise .etapes_frise .etape_frise.etape_frise_5 .marqueur {
	bottom:0;
	}
	
.frise .etapes_frise .etape_frise.etape_frise_2,
.frise .etapes_frise .etape_frise.etape_frise_4 {
	padding-top:34px;
	}
	
.frise .etapes_frise .etape_frise.etape_frise_2 .marqueur,
.frise .etapes_frise .etape_frise.etape_frise_4 .marqueur {
	top:0;
	}
	
@media (max-width: 900px) {
	.frise .ligne_frise {
		width:4px;
		height:100%;
		position:absolute;
		top:0;
		left:30px;
		}
		
	.frise .etapes_frise {
		width:100%;
		height:auto;
		margin:auto;
		position:relative;
		padding:0 34px;
		}
		
	.frise .etapes_frise .etape_frise {
		width:100%;
		height:auto;
		position:relative;
		top:0 !important;
		left:0 !important;
		bottom:0 !important;
		right:0 !important;
		text-align:left;
		padding:30px !important;
		}
		
	.frise .etapes_frise .etape_frise .marqueur {
		top:95px !important;
		left:0;
		width:20px;
		height:4px;
		}
	}
	
.troisD_paysage {
	padding:50px;
	box-shadow: 0px 1px 20px 3px #000000;
	z-index:17;
	position:relative;
	}
	
.troisD_paysage .troisD_partie_1,
.troisD_paysage .troisD_partie_2 {
	margin:auto;
	width:calc(100% - 170px);
	max-width:1250px;
	height:100%;
	position:relative;
	}
	
@media (max-width: 1000px) {
	.troisD_paysage .troisD_partie_1,
	.troisD_paysage .troisD_partie_2 {
		width:calc(100% - 50px);
		}
	}
	
@media (max-width: 880px) {
	.troisD_paysage {
		padding:30px 0;
		}
	}
	
.troisD_paysage .troisD_partie_2 img {
	width:350px !important;
	height:auto !important;
	display:inline-block;
	vertical-align:middle;
	box-shadow:2px 2px 4px 1px rgba(40, 53, 24, 0.3);
	border-radius:5px;
	}
	
.troisD_paysage .troisD_partie_1 .logo {
	text-align:center;
	font-weight:bold;
	width:250px;
	display:inline-block;
	vertical-align:middle;
	color:#283518;
	margin-right:50px;
	}

.troisD_paysage .troisD_partie_1 .logo span {
	display:block;
	}

.troisD_paysage .troisD_partie_1 .logo span.trois_d {
	font-size:163px;
	line-height:121px;
	}

.troisD_paysage .troisD_partie_1 .logo span.paysage {
	font-size:44px;
	}

.troisD_paysage .troisD_partie_1 .logo span.sous_titre {
	margin-top:8px;
	font-size:0.75em;
	}
	
.troisD_paysage .troisD_partie_2 img {
	margin-left:50px;
	}
	
.troisD_paysage .troisD_partie_1 .text,
.troisD_paysage .troisD_partie_2 .text {
	display:inline-block;
	text-align:justify;
	vertical-align:middle;
	}
	
.troisD_paysage .troisD_partie_1 .text {
	width:calc(100% - 305px);
	}
	
.troisD_paysage .troisD_partie_2 .text {
	width:calc(100% - 405px);
	}
	
@media (max-width: 750px) {
	.troisD_paysage .troisD_partie_1 .logo,
	.troisD_paysage .troisD_partie_2 img {
		display:block;
		margin:auto;
		}
		
	.troisD_paysage .troisD_partie_1 .text,
	.troisD_paysage .troisD_partie_2 .text {
		width:100%;
		}
		
	.troisD_paysage .troisD_partie_2 img {
		width:100% !important;
		}
	}
	
.outils_de_travail {
	padding:50px;
	box-shadow: 0px 1px 20px 3px #000000;
	z-index:16;
	position:relative;
	}
	
.outils_de_travail .outils_partie_1,
.outils_de_travail .outils_partie_2,
.outils_de_travail .outils_partie_3 {
	margin:auto;
	width:calc(100% - 170px);
	max-width:1250px;
	height:100%;
	position:relative;
	}
	
@media (max-width: 1000px) {
	.outils_de_travail .outils_partie_1,
	.outils_de_travail .outils_partie_2,
	.outils_de_travail .outils_partie_3 {
		width:calc(100% - 50px);
		}
	}
	
@media (max-width: 880px) {
	.outils_de_travail {
		padding:30px 0;
		}
	}
	
.outils_de_travail .outils_partie_1 img,
.outils_de_travail .outils_partie_2 img,
.outils_de_travail .outils_partie_3 img {
	height:auto !important;
	display:inline-block;
	vertical-align:middle;
	box-shadow:2px 2px 4px 1px rgba(40, 53, 24, 0.3);
	border-radius:5px;
	}
	
.outils_de_travail .outils_partie_1 img {
	width:300px !important;
	margin-left:50px;
	}
	
.outils_de_travail .outils_partie_2 img {
	width:200px !important;
	margin-right:50px;
	}
	
.outils_de_travail .outils_partie_3 img {
	width:300px !important;
	margin-left:50px;
	}
	
.outils_de_travail .outils_partie_1 .text,
.outils_de_travail .outils_partie_2 .text,
.outils_de_travail .outils_partie_3 .text {
	display:inline-block;
	text-align:justify;
	vertical-align:middle;
	}
	
.outils_de_travail .outils_partie_1 .text {
	width:calc(100% - 355px);
	}
	
.outils_de_travail .outils_partie_2 .text {
	width:calc(100% - 255px);
	}
	
.outils_de_travail .outils_partie_3 .text {
	width:calc(100% - 355px);
	}
	
@media (max-width: 750px) {
	.outils_de_travail .outils_partie_1 img,
	.outils_de_travail .outils_partie_2 img,
	.outils_de_travail .outils_partie_3 img {
		width:200px !important;
		}
	
	.outils_de_travail .outils_partie_1 img {
		margin-left:20px;
		}
		
	.outils_de_travail .outils_partie_2 img {
		margin-right:20px;
		}
		
	.outils_de_travail .outils_partie_3 img {
		margin-left:20px;
		}
		
	.outils_de_travail .outils_partie_1 .text,
	.outils_de_travail .outils_partie_2 .text,
	.outils_de_travail .outils_partie_3 .text {
		width:calc(100% - 225px);
		}
	}
	
@media (max-width: 600px) {
	.outils_de_travail .outils_partie_1 img,
	.outils_de_travail .outils_partie_2 img,
	.outils_de_travail .outils_partie_3 img {
		display:block;
		margin:auto;
		}
		
	.outils_de_travail .outils_partie_1 .text,
	.outils_de_travail .outils_partie_2 .text,
	.outils_de_travail .outils_partie_3 .text {
		width:100%;
		}
		
	.outils_de_travail .outils_partie_1 img {
		width:100% !important;
		max-width:350px;
		margin-bottom:20px;
		}
		
	.outils_de_travail .outils_partie_2 img {
		width:100% !important;
		max-width:250px;
		}
		
	.outils_de_travail .outils_partie_3 img {
		width:100% !important;
		}
	}
	
	