@charset "utf-8";
/* CSS Tribvn Scan */
/* 2015 */
/* Author : Pascal Antoinet */

/* RESET */

/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,headerBloc,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline; }
body{line-height:1}
article,aside,details,figcaption,figure,footer,headerBloc,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none;}
a{text-decoration: none;}



/* GLOBAL ELEMENTS ***************************** */
/* ********************************************* */

body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

* {
	font-family: 'Lato', sans-serif;
	box-sizing: border-box;
}

.clearfix {
  overflow: auto;
}

.clearfix:after {
    content: " "; 
    display: table; 
	clear: both;
}

.siteWidth {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* headerBloc  */

.headerBloc {
	text-align: center;
	position: relative;
	padding: 20px 20px 30px;
}

.logo {
	width: 300px;
	height: auto;
	margin: 0 0 0;	
}

.baseline {
	font-size: 1.4em;
	font-weight: 400;
	margin: 10px 0;
}

.switchLang {
	display:block;
	position: absolute;
	top: 0;
	right: 0;
	height: 36px;
	padding: 0 15px;
	line-height: 36px;
	font-size: 0.9em;
	font-weight: 700;
	background: #e9e8e8;
	border-radius: 0 0 3px 3px;
}

.switchLang:hover {
	color: white;
	background: #9d2a1e;
}




/* MAIN BLOC - TWO IMAGES */

.mainBloc {
	width: 100%;
	display: table;
	height: 400px;	
}

.mainBloc > div {
	width: 50%;
	display: table-cell;
	height: inherit;
	position: relative;
	height: inherit;	
}

/* Rollovers images */

.imageLeft {
	border-right: white 5px solid;
}

.imageRight {
	border-left: white 5px solid;
}

.imageLeftHover, .imageRightHover {
	width: 100%;
	height: inherit;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition:all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
}
	
.imageLeft:hover .imageLeftHover, .imageRight:hover .imageRightHover {
	opacity: 1;	
}


@media (min-width: 500px) and (max-width: 1100px) {	
	.imageLeft {background: url(../prehome-img/big-images/imgHome_Left_7_OFF_550.jpg) no-repeat; background-size: cover;}	
	.imageRight {background: url(../prehome-img/big-images/imgHome_Right_OFF_550.jpg) no-repeat; background-size: cover;}
	
	.imageLeftHover {background: url(../prehome-img/big-images/imgHome_Left_7_ON_550.jpg) no-repeat; background-size: cover;}
	.imageRightHover {background: url(../prehome-img/big-images/imgHome_Right_ON_550.jpg) no-repeat; background-size: cover;}
}
@media (min-width: 1101px) {	
	.imageLeft {background: url(../prehome-img/big-images/imgHome_Left_7_OFF.jpg) no-repeat; background-size: cover;}	
	.imageRight {background: url(../prehome-img/big-images/imgHome_Right_OFF.jpg) no-repeat; background-size: cover;}
	
	.imageLeftHover {background: url(../prehome-img/big-images/imgHome_Left_7_ON.jpg) no-repeat; background-size: cover;}
	.imageRightHover {background: url(../prehome-img/big-images/imgHome_Right_ON.jpg) no-repeat; background-size: cover;}
}



/* LINKS IN THE IMAGES  */

.homeLink {
	z-index: 10;
}

.homeLink a {
	position: absolute;
	display: block;
	background: #231f20;
	color: white;
	width: 80%;
	line-height: 30px;
	padding: 25px;
	font-size: 2em;
	font-weight: 700;
	top: 160px;
	-webkit-transition:all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

.homeLink a:hover {
	color: white;
	background: #9d2a1e;
	padding: 25px 32px;
}

.homeLinkLeft a {
	text-align: right;
}

.homeLinkRight a {
	right: 0;
}

.textBloc {
	margin: 30px auto;
	text-align: justify;
}

/* TEXT FORMATS ******************************** */
/* ********************************************* */

a {
	color: #9d2a1e;
	-webkit-transition:color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
}
a:hover {
	color: #000;
}

.red {
	color: #9d2a1e;
}

.grey {
	color: #b7b7b7;	
}

p {
	line-height: 1.25em;	
}

.bold {
	font-weight: 700;	
}

.centered {
	text-align: center;	
}

.chevron {
	display:inline-block;
	background: url(../prehome-img/bkg_chevron.png) no-repeat;
	background-size: cover;
	width: 30px;
	height: 40px;	
}

.show_mobile {
	display:none !important;	
}


/* MEDIA QUERY ********************************** */
/* ********************************************** */

@media (max-width: 1200px) {
	.homeLink a {
		font-size: 1.5em;
		width: 85%;	
	}
}

@media (min-width: 501px) and (max-width: 850px) {
	
	.homeLink a {
		font-size: 1.35em;
		width: 95%;	
	}
	
	.homeLink a .fa {
		display: none !important;	
	}

	
}

@media (max-width: 500px) {
	
	.switchLang {
		line-height: 30px;
		height: 30px;
	}
	
	.show_mobile {
		display: inline-block !important;	
	}
	
	.hide_mobile {
		display: none !important;	
	}
		
	.siteWidth {
		padding: 0 7.5%;	
	}
	
	.logo {
		max-width: 100%;
		margin-top: 20px;	
	}	
	
	.mainBloc {
		display: block;
		height: auto;
		width: 85%;
		margin: 20px auto 0;
	}
		
	.mainBloc > div {
		width: 100%;
		display: block;
		height: auto;	
	}
	
	.imageLeft, .imageRight {
		border: none;	
	}
		
	.homeLinkRight {
		border-top: white 5px solid;
	}
	
	.homeLink a {
		position: relative;
		color: black;
		background: none;
		text-align: center;
		top: 0;
		left: 0;
		width: 100%;
		padding: 25px;
		background: #e9e8e8;
	}
	
	.homeLink a:hover {
		padding: 25px;
	}
	
	.imageLeft {
    	margin-bottom: 0px;
	}
	
	.textBloc {
		margin-top: 15px;
	}
	
	
}



