@charset "UTF-8";
/* CSS Document */
/*

/*** Reset ***/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:top;background:transparent;}
body{line-height:1;text-align:left;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
:focus {outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
img {max-width: 100%;}
*, *:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}


/*** Main ***/

html {font-size: 62.5%;}
html, body {height: 100%;}
body {font: 2rem 'Roboto', Arial, sans-serif; background: #fff; line-height: 1.4; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased;}
.clear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.left {float: left;}
.right {float: right;}
.wrapper {position: relative;}


/*** Content ***/

#bloc-top {
	height: 35vh;
	background: #e5004e;
	text-align: center;
	padding: 5vh;
	position: relative;
}
#bloc-top h1 {
	text-indent: -10000000px;
	overflow: hidden;
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 100%;
	width: 100%;
	display: block;
}
.bloc-half {
	height: 65vh;
	width: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	position: relative;
}
#bloc-media {
	background-image: url("images/image-bg-media.jpeg");
}
#bloc-education {
	background-image: url("images/anim-bg-education.gif");
}
.bloc-half a {
	display: block;
	position: absolute;
	top: 50%;
	text-align: center;
	margin-top: -3.5rem;
	height: 7rem;
	width: 100%;
}
.bloc-half a img {
	height: auto;
	max-height: 7rem;
	display: inline-block;
}
#bloc-separator {
	background-image: url("images/barre.png");
	background-position: center center;
	background-size: cover;
	height: 65vh;
	position: absolute;
	top: 35vh;
	left: 50%;
	width: 3rem;
	margin-left: -1.5rem;
}

/*** RESPONSIVE ***/

/*
@media only screen and (max-width: 1400px) {
    html {font-size: 55%;}
}
@media only screen and (max-width: 1210px) {
    html {font-size: 45%;}
}
@media only screen and (max-width: 990px) {
    html {font-size: 35%;}
}
*/
