
@font-face{
	font-family: 'opensans';
	src: url('fonts/opensans/opensans.eot');
	src: url('fonts/opensans/opensans.eot?#iefix') format('embedded-opentype'),
		 url('fonts/opensans/opensans.woff') format('woff'),
		 url('fonts/opensans/opensans.ttf') format('truetype'),
		 url('fonts/opensans/opensans.svg#opensans') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'antonio';
	src: url('fonts/antonio/antonio.eot');
	src: url('fonts/antonio/antonio.eot?#iefix') format('embedded-opentype'),
		 url('fonts/antonio/antonio.woff') format('woff'),
		 url('fonts/antonio/antonio.ttf') format('truetype'),
		 url('fonts/antonio/antonio.svg#antonio') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'antonio-light';
	src: url('fonts/antonio-light/antonio-light.eot');
	src: url('fonts/antonio-light/antonio-light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/antonio-light/antonio-light.woff') format('woff'),
		 url('fonts/antonio-light/antonio-light.ttf') format('truetype'),
		 url('fonts/antonio-light/antonio-light.svg#antonio-light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'semplicita_me';
	src: url('fonts/semplicita_me/semplicita_me.eot');
	src: url('fonts/semplicita_me/semplicita_me.eot?#iefix') format('embedded-opentype'),
		 url('fonts/semplicita_me/semplicita_me.woff') format('woff'),
		 url('fonts/semplicita_me/semplicita_me.ttf') format('truetype'),
		 url('fonts/semplicita_me/semplicita_me.svg#semplicita_me') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'semplicita_light';
	src: url('fonts/semplicita_light/semplicita_light.eot');
	src: url('fonts/semplicita_light/semplicita_light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/semplicita_light/semplicita_light.woff') format('woff'),
		 url('fonts/semplicita_light/semplicita_light.ttf') format('truetype'),
		 url('fonts/semplicita_light/semplicita_light.svg#semplicita_light') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*** NORMALIZE ******************************************************************************************************/

*{
	outline: none;
}

html{
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

body{
	margin: 0;
	text-align: left;
}

h1, h2, h3, h4, h5, h6{
	position: relative;
	margin: 0;
	font-weight: normal;
	letter-spacing: 2px;
}
h1{
	font-family: 'semplicita_light';
	font-size:19px;
	color: #000;
	letter-spacing: normal;
}
body.min h1{
	font-size:14px;
	color: #ccc;
}
h1 a {
	color: #c30002;
}
h2 {
	position: relative;
	z-index: 10;
	font-family: 'semplicita_me';
	font-size: 30px;
	margin:0 0 50px;
	line-height:26px;
	text-align:center;
}
h3{
	font-family: 'semplicita_me';
	font-size: 20px;
	text-transform: uppercase;
}
h4{
	font-size: 14px;
	margin: 0 0 5px;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 40px;
	line-height:40px;
	margin: 0 0 20px;
}
img{
	border: 0;
}

a{
	background-color: transparent;
	text-decoration: none;
}

blockquote{
	float: left;
	width: 100%;
	margin: 5px 10px;
}

/*** CSS ************************************************************************************************************/

html, body{
	font-family: "opensans";
	margin: 0px;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:24px;
	height:100%;
}
.fd-blc {
	background-color:#fff;
}
.fd-rouge {
	background: radial-gradient(ellipse at center,  #c30002 0%,#7c0000 100%);
	color: #fff;
}
.fd-gris {
    background: radial-gradient(ellipse at center,  #ffffff 26%,#d6d6d6 80%,#afafaf 100%);
}
.fd-noir {
	background-color:#000;
}
.fd-bleu {
	background: #2b3842;
	background: -moz-linear-gradient(top,  #0d323c 18%, #000000 97%);
	background: -webkit-linear-gradient(top,  #0d323c 18%,#000000 97%);
	background: linear-gradient(to bottom,  #0d323c 18%,#000000 97%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d323c', endColorstr='#000000',GradientType=0 );
}
.etoiles {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.coul1 {
	background-color: rgba(253,253,253,0.8);
}
.coul3 {
	background-color: rgba(0,0,0,0.8);
}
.coul2 {
	background-color:rgba(154,0,0,0.8);
}
.bloc img {
	max-height: 100px;
}
.rot1{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.rot2{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
header, .gf, h1, .rub-wrap, .menu, .ref, .ref .tit, .ref .txt, .picto, .ref .lien{
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.main, header, section, footer, div, article, h1, h2, h3, h4, h5, a {
	box-sizing:border-box;
	display: -webkit-flex;
	display: flex;
}
section, .real-wrap, .real-bloc, .real, .centre, .row, .wrap, .col {
	position:relative;
	height: auto;
	z-index: 10;
}
.main, header, section, footer, .contenu, .contenu2, .rub-wrap, .row, .row2, .real-wrap, .real-bloc, .real, .real-txt, .menu, .nav, .wrap, .ref, h1 {
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.main{
	width:100%;
	height:100%;
}
section {
	width:100%;
	padding: 100px 50px;
	overflow: hidden;
}
#pres {
	padding: 150px 50px 50px;
}
#real, #contact, #mentions {
	padding: 200px 50px 100px;
}
#print {
	padding: 0;
}
#formation {
	padding: 150px 50px;
}
.bloc, .bloc2, .gf, #pres, #pres .contenu, .col, #web, .menu, #formation, .contenu2 h2, #contact, #mentions, .txt {
	-webkit-flex-direction:column;
	flex-direction:column;
}
.contenu2, .wrap, #web, article {
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
header, .real-txt, .bloc, .bloc2, .log, .ref, footer, .menu, #print .col, #formation, #formation .col, .contenu2 h2, #contact, #mentions, #pres, .bas {
	-webkit-align-items:center;
	align-items:center;
}
.XXX {
	-webkit-align-items:flex-end;
	align-items:flex-end;
}
#pres, #pres .contenu, #web, .menu, .menu li, #formation, #formation .col, .contenu2 h2, #contact, #mentions {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.main, .real-wrap, .real-txt, .btn, .contenu2, .bas, .row2, .wrap, .log, .ref, h1, #realisations, #print h2, .type8, .type5  {
	-webkit-justify-content:center;
	justify-content:center;
}
#print {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
header, .row, footer {
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.log, .ref{
	-webkit-align-content:center;
	align-content:center;
}
.contenu, .contenu2{
	-webkit-align-content:flex-start;
	align-content:flex-start;
}
header{
	position:fixed;
	z-index:20;
	width: 100%;
	padding: 20px;
	background-color:rgba(255,255,255,1);
	box-shadow: 0  20px 20px -15px rgba(0,0,0,0.2);
}
body.min header{
	padding: 10px 20px;
	background-color:rgba(0,0,0,0.8);
}
.gf {
	font-family: 'semplicita_me';
	width: auto;
	font-size:35px;
	line-height:30px;
	color:#AB0000;
}
.gf span {
	font-family: 'semplicita_light';
	margin: 0 10px 0 0;
}
body.min .gf{
	font-size:26px;
	line-height:22px;
}
.nav {
	width:40px;
	height:30px;
	background-image:url(../images/pictos/nav.svg);
	background-repeat:no-repeat;
	background-size:cover;
	cursor:pointer;
}
.menu{
	position:absolute;
	top: 100%;
	right:0;
	overflow:hidden;
	height:0;
	-webkit-box-shadow: 0 10px 20px -10px rgba(0,0,0,0.2);
	box-shadow: 0 10px 20px -10px rgba(0,0,0,0.2);
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color:rgba(255,255,255,1);
	color:#000;
}
body.min .menu {
	background-color:rgba(0,0,0,0.8);
	color:#fff;
}
.menu li{
	box-sizing: border-box;
	width:100%;
	height:50px;
	padding: 0 20px;
	line-height:50px;
	list-style-type: none;
	font-size:16px;
	text-transform:uppercase;
	text-align: left;
}
.menu li:last-child {
	border-bottom: 0;
}
.btn {
	color:#888;
}
.btn:hover {
	color:#000;
}
body.min .btn {
	color:#ccc;
}
body.min .btn:hover {
	color:#fff;
}
.btn-pos {
	color:#AB0001;
}
.picto-wrap{
	position: relative;
	height:30px;
	z-index: 200;
}
.picto{
	height:30px;
	width:30px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 60% 60%;
}
.btn-h{
	font-family: 'antonio';
	font-size:16px;
	line-height: 30px;
	color: #000;
	margin: 0 40px 0 0;
}
body.min .btn-h{
	color: #fff;
}
.btn-h .picto{
	margin: 0 10px 0 0;
	background-position: center right;
	background-size: auto 100%;
}
.rub-wrap {
	position:fixed;
	z-index:20;
	top:300px;
	right:20px;
	width:14px;
}
.rub {
	position: relative;
	width:14px;
	height:14px;
	background-color:#fff;
	margin:0 0 20px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #999;
}
.rub:hover, .rub:focus {
	background-color:#AB0001;
	border:2px solid #fff;
}
.rub span{
	font-family: 'antonio';
	position: absolute;
	right: 24px;
	top: -4px;
	color: #aaa;
	text-transform: uppercase;
	font-size: 0;
	letter-spacing: 1px;
}
.rub:hover span{
	font-size: 13px;
}
.bg, .bg2, .bg3 {
	position: absolute;
	z-index:1;
	height: 100%;
	background-repeat: no-repeat;
}
#web .bg {
	top: 0;
	right:5%;
	width: 600px;
	background-image: url(../images/anim/souris2.svg);
}
#web .bg2 {
	top: 0;
	right:5%;
	width: 600px;
	background-image: url(../images/anim/souris3.svg);
}
#web .bg3 {
	top: 200px;
	right:0;
	width: 550px;
	background-image: url(../images/anim/souris1.svg);
}
#print .bg {
	top: 0;
	left:0;
	width: 100%;
	max-width: 1100px;
	background-image: url(../images/anim/bretonne.jpg);
	background-size: 100% auto;
}
#realisations .bg {
	top:0;
	left:0;
	width: 700px;
	height: 100%;
	background-image: url(../images/serpent.jpg);
	background-size: 100% auto;
}
#formation .bg {
	bottom: 0;
	left: 200px;
	width: 240px;
	background-image: url(../images/nuage2.svg);
	background-size: 100% auto;
	background-position: bottom left;
}
#formation .bg2 {
	bottom: 0;
	left: 300px;
	width: 80px;
	background-image: url(../images/mouette.svg);
	background-size: 100% auto;
	background-position: bottom left;
}
#formation .bg3 {
	bottom: 0;
	left: 50px;
	width: 340px;
	background-image: url(../images/phare.svg);
	background-size: 100% auto;
	background-position: bottom left;
}
.contenu {
	position:relative;
	z-index:10;
}
#pres .contenu, #pres .col {
	flex: 1;
	color: #ddd;
	text-align: left;
}
#pres p {
	margin: 0 0 30px;
}
#pres .contenu {
	margin: 0 25px 0 0;
    padding: 30px;
}
#pres .col {
	margin: 0 25px;
}
#pres .col .contenu {
	margin: 0 0 25px;
}
#pres .fd-bleu {
}
#pres h2 {
	text-align: left;
	margin: 0 0 50px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
#pres h2::after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 0;
	width: 100px;
	height: 1px;
	background: #c30002;
}
#pres .contenu a{
	color: #c30002;
	font-family: 'semplicita_light';
}
#web .col {
	max-width: 50%;
}
#print .wrap {
	max-width: calc(50% + 100px);
}
#print .wrap {
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 35%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 35%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 35%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=1 );
	padding: 100px 50px;
}
#web h3 {
	margin: 0 0 20px;
	text-transform: none;
}
#web .col {
	z-index: 10;
	text-align: left;
	padding: 0 0 0 10%;
}
#web article {
	margin: 0 0 50px;
}
#web article .col {
	max-width: 100%;
	padding: 0;
}
#web img {
	width: 80px;
	height: auto;
	margin: 0 30px 0 0;
}
#formation h2 {
	color: #c30002;
}
#formation h3 {
	margin: 0 0 40px;
}
#formation .col {
	max-width: 900px;
	color: #000;
}
#formation img {
	margin: 30px 0 0;
	max-width: 400px;
}
#print .col {
	width: 50%;
	max-width: 400px;
	padding: 30px;
	text-align: center;
}
#print h2 {
	width: 100%;
	text-align: center;
}
#print h3 {
	text-align: center;
}
#print img {
	width:auto;
	height: 100px;
	margin: 30px 0;
}
.contenu2 {
	position:relative;
	z-index:10;
	width: 100%;
}
.contenu2 h2 div {
	margin: 10px 0 0;
}
.bas {
	position: absolute;
	bottom: 160px;
	border: 1px solid #c30002;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 80px;
	color: #ccc;
	width: 80px;
	background-size: 24px;
	background-repeat:no-repeat;
	background-position:center 45px;
    z-index: 100;
}
.bas:hover {
	color: #fff;
	border: 1px solid rgba(255,255,255,0.65);
}
.bas::before, .bas::after {
    position: absolute;
    content: "";
    width: 2000px;
    height: 1px;
    background: #c30002;
}
.bas::before {
    right: calc(100% + 10px);
}
.bas::after {
    left: calc(100% + 10px);
}
.row, .row2 {
	width:100%;
}
.soul {
	border-bottom: 1px solid #ccc;
}
.bloc, .bloc2 {
	position: relative;
	text-align:center;
	margin: 0 1px 30px;
	padding: 20px;
	overflow: hidden;
}
.bloc .ref{
	box-sizing: border-box;
	height: 170px;
	background-color: rgba(24,24,24,0.9);
	width: 170px;
	padding: 10px;
	color: #fff;
	transform: scale(0);
}
.type8 .ref, .type5 .ref{
	background-color: rgba(171,0,2,0.8);
	color: #fff;
}
.type5 {
	height:350px;
	padding: 0;
	width: 350px;
	margin: 25px;
	border: 1px solid #444;
}
.type8 {
	max-width: 25%;
	height: 400px;
	margin: 0;
	padding: 0;
	flex: 1 25%;
}
.bloc:hover .ref{
	height: 100%;
	width: 100%;
	color: #fff;
	background-color: rgba(171,0,2,0.8);
	transform: scale(1);
}
.bloc:hover .ref .lien{
	opacity: 1;
}
.bloc:hover .ref .tit{
	color: #dfc1b5;
	padding: 0 0 10px;
	margin: 0 0 20px;
	border-bottom: 1px solid #dfc1b5;
}
.bloc:hover .ref .txt{
	height: 60px;
	opacity: 1;
	margin: 0 0 20px;
}
.bloc:hover .ref .picto{
	width: 40px;
	height: 40px;
}
.ph{
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.ref .tit{
	font-size: 15px;
	text-transform: uppercase;
}
.ref .txt{
	width: 100%;
	height: 0;
	overflow: hidden;
	font-size: 12px;
	opacity: 0;
	line-height: 20px;
}
.ref .txt span{
	font-size: 12px;
	color: #dfc1b5;
}
.ref .picto{
	height: 0;
	width: 0;
	background-color: #dfc1b5;
	border-radius: 20px;
	margin: 0 5px;
}
.ref .lien{
	position: absolute;
	bottom: 5px;
	right: 5px;
	height: 16px;
	width: 20px;
	background-image: url(../images/www.svg);
	background-repeat: no-repeat;
	opacity: 0;
}
.bloc span{
	font-size: 14px;
	margin: 20px 0;
}
.bloc2 span{
	font-family: antonio;
	font-size: 18px;
	margin: 10px 0;
}
.blc {
	background-color:rgba(253,253,253,0.8);
	color: #333;
	border:1px solid #ddd;
}
.txt-bg {
	color:#dfc1b5;
}
.txt-bl {
	color:#dfc1b5;
}
.txt-ro {
	color:#c30002;
}
.tit2-rouge {
	padding:0 0 20px;
	background:rgba(0,0,0,0);
	color:#AB0000;
	border-bottom:1px solid #ccc;
}
.log{
	font-size: 14px;
	text-transform: uppercase;
	box-sizing: border-box;
	width:50%;
	height:90px;
	border: 1px solid #fff;
	color: #fff;
	background-color: #333;
}
.texte {
	width: 100%;
	max-width:600px;
	text-align:center;
}
.real-wrap {
	width: 100%;
}
.real-bloc {
	width: 200px;
	padding:10px;
	height:200px;
}
.real {
	width: 100%;
	height:100%;
	background-color:rgba(0,0,0,1.00);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	border:10px solid #000000;
}
.real-txt {
	position:absolute;
	bottom:0;
	left:0;
	background-color:rgba(0,0,0,0.7);
	width: 100%;
	color:#fff;
	padding: 20px;
}
footer {
	width: 100%;
	color:#fff;
	font-size: 12px;
	line-height: normal;
	padding: 20px;
}
footer div:first-child {
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	box-sizing: border-box;
}
footer h4{
	font-weight: bold;
}
footer a{
	color: #fff;
	font-size: 11px;
	margin: 0 0 0 20px;
}
.form-group{
	width: 100%;
	margin: 0 0 20px;
}
.form-group label{
	width: 100%;
	margin: 0 0 10px;
	text-align: center;
}
.form_control, #inputmessage{
	box-sizing: border-box;
	padding: 5px;
	width: 100%;
	max-width: 400px;
	min-width: 300px;
	font-size: 14px;
	height: 30px;
	background-color: #fff;
	border: 1px solid rgba(255,255,255,0.2);
}
#inputmessage{
	height: 100px;
}
.form-group button{
	background-color: #000;
	border: 0;
	font-size: 14px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	padding: 10px;
}
.obli{
	padding: 0 0 0 10px;
	text-align: left;
	font-size: 11px;
	font-style: italic;
}
#envoyer, .btn-real {
	color: #FFF;
	background-color: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 20px;
	border: 1px solid #c30002;
	font-size: 14px;
	margin-top: 30px;
}
.captcha{
	display:flex;
	justify-content:center;
}
#mentions .contenu {
	max-width: 600px;
}
#mentions .bloc {
	width : 100%;
}
#mentions .bloc h2 {
	margin: 0 0 10px;
}
.max-900 {
	max-width: 900px;
}
#real h2 {
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
/********************************************************************************************************************/
/********************************************************************************************************************/
@media (max-width: 1200px){
	#web {
		-webkit-align-items:center;
		align-items:center;
	}
	#web .col {
		max-width: 600px;
		padding: 0;
	}
	#web h2 {
		text-align: center;
		-webkit-justify-content:center;
		justify-content:center;
	}
	#print .wrap {
		max-width: 100%;
	}
	#web .bg, #web .bg2, #web .bg3 {
		display: none;
	}
	.mercure, .venus, .terre, .mars, .jupiter, .saturne, .uranus, .neptune {
		bottom: -400px;
	}
	.bas {
		bottom: 60px;
	}
}
/********************************************************************************************************************/
/********************************************************************************************************************/
@media (max-width: 1024px){
	section {
		height:auto;
	}
	section{
		width:100%;
		max-width:none;
	}
	#formation {
		padding: 100px 50px;
	}
	.menu{
		width:auto;
	}
	.nav{
		width:30px;
		height:35px;
		margin: 0 10px;
		background-size:100% 100%;
	}
	.btn-h{
		height:30px;
		font-size:14;
		margin: 4px 20px 0 0;
	}
	.btn-h .picto{
		height:30px;
		margin: 0 10px 0 0;
	}
	.menu ul li{
		width:100%;
		border-bottom:0;
		border-top:1px solid #ddd;
	}
	.log{
		width:25%;
	}
	.type8 {
		max-width: 33.3333%;
		flex: 1 33.3333%;
	}
}
/********************************************************************************************************************/
/********************************************************************************************************************/
@media screen and (max-width: 780px) {
	header{
		-webkit-flex-direction:column;
		flex-direction:column;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	body.min header {
		top: -70px;
		padding: 20px;
	}
	#real, #contact, #mentions {
		padding: 250px 50px 100px;
	}
	.picto-wrap{
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		margin: 20px 0 0;
		width: 100%;
	}
	.nav {
		position: absolute;
		right: 0;
	}
	#pres .wrap {
		-webkit-flex-direction:column;
		flex-direction:column;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	#pres .contenu {
		margin: 0 0 50px;
	}
	#pres .col {
		margin: 0;
	}
	.contenu {
		width: auto;
	}
	.rub-wrap {
		top:auto;
		bottom: 0;
		left:0;
		width:100%;
		background: #fff;
		justify-content: center;
		z-index: 19;
		-webkit-box-shadow: 0 -20px 20px -15px rgba(0,0,0,0.2);
		box-shadow: 0 -20px 20px -15px rgba(0,0,0,0.2);
	}
	.rub {
		margin:15px;
	}
	.rub:hover span{
		font-size: 0;
	}
	#web .col {
		max-width: 100%;
	}
	#print .col {
		width: 100%;
		padding: 30px 0;
	}
	footer {
		padding-bottom: 70px;
	}
	.type8 {
		max-width: 50%;
		flex: 1 50%;
	}
	.mercure, .venus, .terre, .mars, .jupiter, .saturne, .uranus, .neptune {
		bottom: -430px;
	}
	.bas {
		bottom: 30px;
	}
}
/********************************************************************************************************************/
/********************************************************************************************************************/
@media screen and (max-width: 640px) {
	.type8 {
		max-width: 100%;
		flex: 1 100%;
	}
	.type5 {
		width: 108%;
		margin: 0 0 20px;
	}
	footer {
		-webkit-flex-direction: column;
		flex-direction: column;
		height: auto;
	}
	footer div{
		margin: 0 0 20px;

	}
}
/********************************************************************************************************************/
/********************************************************************************************************************/
@media screen and (max-width: 480px) {
	section, #formation, #print .wrap {
		padding: 100px 30px;
	}
	#pres, #real, #contact, #mentions {
		padding: 250px 30px 100px;
	}
	.log{
		width:50%;
	}
	section .bloc:last-child, section .bloc2:last-child {
		margin: 0 1px;
	}
}