@font-face {
font-family: 'Diedre';
font-weight: 100;
src: url('../font/myriadpro-light.woff') format('woff');
}

@font-face {
font-family: 'Diedre';
font-weight: 300;
src: url('../font/MYRIADPRO-REGULAR.woff') format('woff');
}

@font-face {
font-family: 'Diedre';
font-weight: 600;
src: url('../font/MYRIADPRO-SEMIBOLD.woff') format('woff');
}

@font-face {
font-family: 'Diedre';
font-weight: 900;
src: url('../font/MYRIADPRO-BOLD.woff') format('woff');
}

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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: 'diedre', 'arial', sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight:100;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	color:#333;
	text-decoration:none;
}
div {
	overflow: hidden;
	
}
img {
	display:block;
}

html {
	background: url(../src/common/loading-02.gif) no-repeat -9999px -9999px; 
	background-color: #ddd;
}
.hidden {
	display: none;
}	

.site {
	position:absolute;
	/* max-width: 1600px; */
	padding: 0;
	display: block;
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height:auto;
	background-color: white;
}

/************** Menu *************/
#langFR {
	color:black;
}



.titre {
	position: fixed;
	top:3%;
	top:4vw;
	left: 0;
	width: 100%;
	overflow: hidden;
	height: 45px;
	height: 7vw;
	max-height:10%;
	z-index:999;
}

.menu {
	background-color: rgba(255, 255, 255, 0.75);
	position: relative;
	width: 100%;
	height:100%;
}

.logo {
	position: absolute;
	font-size: 15pt;
	font-size: 4vw;
	left: 2%;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.menu-item {
	position: absolute;
	font-size: 15pt;
	font-size: 3vw;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left:33%;
	width:75%;
}

.menu-item li {
	display: inline-block;
	position: relative;
	padding: 0 4%;
	padding: 0 2vw;
}

.menu a {
	display: inline-block;
	white-space: nowrap;
	text-decoration: none;
	color: #777777;
}

.menu-item a:hover{
	color: #000000;
}

.lang {
	position: absolute;
	display: block;
	right: 1%;
	font-size: 15pt;
	font-size: 3vw;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);

}

.lang {
 	display:none;
}

#expertises_on,
#references_off {
	display: none;
}

#references_on,
#expertises_off{
	display: initial;
}

@media screen and (min-width: 500px) {
	.titre {
		top: 2.1vw;
		height: 35px;
		height: 2.5vw;
	}

	.logo {
		left: 7%;
		font-size: 2vw;
	}

	.menu-item {
		font-size:12pt;
		font-size: 1.5vw;
		left:28%;
	}

	.menu-item li {
		padding: 0 6%;
	}

	.lang {
		right:5%;
		font-size:12pt;
		font-size: 1.5vw;
	}

}
 
 /*********** slider *************/
 
.slider {
	position: relative;
	overflow: hidden;
	width:100%;
	margin: auto;
	display:block;
}
.slider,
.slider-ul,
.slider-li,
.img-slider {
	min-height:300px;
}

.slider-ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.slider-li {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #eee url('../src/common/loading-02.gif') no-repeat center center;
	overflow:hidden;
}

.img-slider{
	position:absolute;
	width: auto;
	height:100%;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.video-slider {
	z-index:777;
	width:auto;
	height:100%;
}
.slider a {
	/* cursor: zoom-in; */
}
.text-slider-ul{
	position:absolute;
	left:0;
	margin:0;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 3.5%;
	text-align: left;
	padding:0;
	bottom:0;
	z-index:222;
	list-style: none;
}
.text-slider-ul h3,
.text-slider-ul h4{
	position:relative;
	font-size: 34pt;
	line-height: 26pt;
	text-transform: uppercase;
	color:rgb(255,255,255);
	text-decoration:none;
}

.text-slider-ul h3 .bold,
.text-slider-ul h4 .bold {
	color:rgb(255,255,255);
}

.logo-slider,
.logo-slider1,
.logo-slider2,
.logo-slider3 {
	position:relative;
	display:inline-block;
	height: 19px;
	width:auto;
}
.logo-slider1 {
	height:37px;
}

.logo-slider2 {
	height: 73px;
}

.logo-slider3 {
	height: 92px;
}

.right {
	text-align:right;
	right:0;
}

.control_prev, .control_next {
	position: absolute;
	top: 42%;
	z-index: 888;
	display: block;
	padding: 3% 1.5%;
	width: auto;
	height: auto;
	color: #fff;
	text-decoration: none;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.6;

}

.control_prev {
	background-Image: url('../src/common/left.png');
	margin-left: 1%;
}

.control_next {
	background-Image: url('../src/common/right.png');
	margin-right: 1%;
}

.control_prev:hover, .control_next:hover {
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	cursor: pointer;
}

.control_prev {
	border-radius: 0 2px 2px 0;
}

.control_next {
	right: 0;
	border-radius: 2px 0 0 2px;
}

.slider_option {
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:2%;
}

.control {  
	display: none;
}  

.control + span:before {  
	position: relative;  
	content: "";  
	font-size:0px;
	padding: 0.8%;
	margin: 0.8%;
	border : 1px solid white;
	cursor: pointer;
	background-color:rgba(0,0,0,0.1);
	z-index: 888;
}  

.control:checked + span:before {  
	background-color: white;  
}
 
@media screen and (min-width: 500px) {
	.text-slider-ul h4{
		font-size: 400%;
		font-size: 7vw;
		line-height: 5vw;
	}
	
	.text-slider-ul h3{
		font-size: 500%;
		font-size: 9vw;
		line-height: 7vw;
	}

}

@media screen and (min-width: 738px) {
	.img-slider {
		width: 100%;
		height:auto;
		left:0;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.video-slider {
		width:auto;
		height:100%;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.logo-slider{
		height: 25px;
		height:2.5vw;

	}
	.logo-slider1 {
		height:50px;
		height:5vw;
	}

	.logo-slider2 {
		height: 100px;
		height:10vw;		
	}

	.logo-slider3 {
		height: 125px;
		height:12.5vw;		
	}

}

@media screen and (min-width: 16000px) { /* trame pour gommer les défauts visible au délas de 1600px */
 	.slider-li a:after { 
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		z-index: 10; 
		content: '';
		background: transparent url(../src/common/pattern.png) repeat top left;
	}
}
/*********** Vignettes ****************/

.content-area {
	display: inline-block;
	width: 100%;
	padding: 0%;
}
.thumbnail {
	position:relative;
	margin:1% 1% 0% 1%;
}
.footer {
	display:inline-block;
	position:relative;
	width:100%;
	cursor:pointer;
	background: url('../src/common/top.png') no-repeat center center;
	background-size: contain;
	margin: 1% 0 1% 0;
	padding-bottom: 3%;
	opacity: 0.6;
}
.footer:hover{
	opacity: 1;
}

.article-thumbnail {
	position: relative;
	background: #f5f5f5 url('../src/common/loading-02.gif') no-repeat center center;
	display: block;
	overflow: hidden;
	float: left;
	width: 48%;
	margin: 1%;
	padding-bottom: 48%;
}

.article-thumbnail img {
	position:absolute;
	height: 100%;
	width: auto;
}

.produit img {
	left: -40%;
}

.homepage .taille2 img {
	left: -25%;
}

.homepage .taille3 img {
	height: auto;
	width: 100%;
	bottom: -50%;
}

/* .produit .taille3 img {
	height:100%;
	width:auto;
	bottom: 0;
	left: -50%;
} */

.category {
	position:absolute;
	bottom: 0;
	font-weight: 200;
	font-size: 4.5vw;
	line-height:180%;
	text-transform: uppercase;
	width: 100%;
	height: 17%;
	color: #515151;
	z-index: 777;
	background-color: rgba(255, 255, 255, 0.60);
	padding-left:1%;
}
.produit .category{
	display:none;
}
.ligne4 .category{
	background-color: rgba(255, 255, 255, 0);
	height: 34%;
	line-height:100%;
}

.bold{
	font-weight: 300;
}

.loading {
	display:block;
}

#imgSport{
	position:absolute;
	background-Image: url('../src/common/sport.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

#imgMobility{
	position:absolute;
	background-Image: url('../src/common/Mobility.jpg');
	background-size: fit;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 500px) {
	.thumbnail {
		margin:2% 10% 0% 10%;
	}
	.article-thumbnail {
		width: 24%;
		padding-bottom: 24%;
		margin: 0.5%;
	}
	.taille2{
		width: 49%;
		padding-bottom: 24%;
	}
	.taille3 {
		width: 24%;
		padding-bottom: 48.7%;
	}
	.taille3 .category {
		height: 8.5%;
	}
	.ligne2 {
		margin-top: -24.5%;
	}
	.category {
		font-size: 2.5vw;
		line-height: 140%;
	}
	.footer{
		font-size: 3vw;
	}
	.produit img {
		left: -40%;
	}
	.homepage .taille2 img,
	.taille2 img {
		left: 0;
		height: auto;
		width: 100%;
	}
	.homepage .taille3 img,
	.taille3 img {
		height: 100%;
		width: 100%;
		bottom: 0;
	}

	.produit .taille3 img {
		height:100%;
		width:auto;
		bottom: 0;
		left: -130%;
	}
/* 	.produit .ligne2 {
		margin-top: -24.3%;
	} */
	
}


/******** contact ************/
.content-area-ctc {
	width: 100%;
	padding:0;
	margin: 0;
}
#ctc-haut,
#ctc-haut img,
#ctc-bas,
#ctc-bas img{
	margin:0;
	padding:0;
	width: 100%;
	height:auto;
	position:relative;
	color: rgb(65,65,65);

}


#ctc-bas div ,
#ctc-bas div {
	z-index: 20;
}

#ctc-haut h3{
	margin:0;
	margin-left: 1%;
	padding:0;
	top:40%;
	width: 40%;
	height:auto;
	position:absolute;
	font-size: 400%;
	font-size: 6.8vw;
	line-height: 8vw;
	text-transform: uppercase;
}

.red {
	color:rgb(237,28,36);
}
.black {
	color:rgb(0,0,0);
}
.white {
	color:rgb(255,255,255);
}

#ctc-haut  h3 .bold{
	font-weight: 600;
}

#phone {
	position:absolute;
	top: 4.5%;
	margin-left: 4.5%;
	font-size: 1.6vw;
}

#mail {
	position:absolute;
	top:18.5%;
	margin-left: 4.5%;
	font-size: 1.6vw;
}

#titre-centre{
	position:absolute;
	top:19%;
	margin-left:32%;
	font-size:150%;
	font-size:2.5vw;
}

#axe{
	position:absolute;
	top:52.5%;
	font-size: 90%;
	font-size: 1.4vw;
	margin-left: 27.5%;
}

#transport {
	position:absolute;
	top:74%;
	font-size: 90%;
	font-size: 1.4vw;
	margin-left: 27.5%;
}

#adresse{
	position:absolute;
	top:88.5%;
	font-size:70%;
	font-size: 1.1vw;
	line-height: 1.1vw;
	margin-left: 27.5%;
}


/* @media screen and (min-width: 1600px) {
	#ctc-haut  h3{
		font-size: 109px;
		line-height: 128px;
	}
	
	#phone ,
	#mail {
		font-size: 26px;
	}

	#titre-centre{
		font-size: 40px;
	}

	#axe,
	#transport {
		font-size: 23px;
	}

	#adresse{
		font-size: 18px;
		line-height: 18px;
	}
} */
/********** Expertise **************/
.content-area-exp {
	width: 100%;
	padding:0;
	margin: 0;
	position:relative;
}
.content-area-exp img {
	overflow: hidden;
	width: 120%;
	padding:0;
	margin: 0;
	height:auto;
	position:relative;
	left: -10%
}

.content-area-exp div {
	position:relative;
}

.content-area-exp h3{
	margin:0;
	margin-top: 1%;
	margin-left: 1%;
	padding:0;
	height:auto;
	position:absolute;
	font-size: 10vw;
	line-height: 8vw;
	text-transform: uppercase;
}

.content-area-exp p{
	margin-bottom: 2%;
}

#WhoAreWe h3 {
	top:9%;
}
#WhoAreWe div {
	position: relative;
	overflow: hidden;
	float: left;
	font-size:2.5vw;
	text-align: justify;
}

#WhoAreWe_col1 {
	width: 85%;
	padding: 0%;
	margin-top: -24%;
	left: 10%;
}

#WhoAreWe_col2 {
	width: 85%;
	padding-bottom: 3%;
	margin-top: 0%;
	left: 10%;
}


#WhoAreWe h4 {
	font-size: 3.5vw;
	font-weight: 300;
	padding: 2% 0 2% 0;
}

#multidisciplinary{
	display:inline-block;
}
	
#multidisciplinary h3 {
	top:9%;
}
#multidisciplinary div {
	display: block;	
	position: relative;
	overflow: hidden;
	float: left;	
	font-size: 2.5vw;
	width: 90%;
	padding: 0 0 0 5%;
	text-align: justify;
}

#multidisciplinary h4 {
	font-size: 3.5vw;
	font-weight: 600;
	padding: 2% 0 2% 0;
	text-align:center;
}

#approach h3 {
	top:10%;
}

#references h3 {
	top:10%;
}

#Awards h3 {
	top:5%;
}
#Awards div {
	display: inline-block;	
	position: relative;
	overflow: hidden;
	float: left;
	font-size: 2.5vw;
	padding: 0 0 0 5%;
}

#awards_col1, 
#awards_col2 {
	width: 90%;
	
}

.year {
	float: left;
	width: 3em;
}
@media screen and (min-width: 500px) {

	.content-area-exp img {
		width: 100%;
		left:0;
	}

	.content-area-exp h3{
		margin:0;
		margin-top: 0;
		margin-left: 10%;
		font-size: 400%;
		font-size: 5.6vw;
		line-height: 6.8vw;
	}

	#WhoAreWe div {
		display: block;	
		position: absolute;
		font-size: 0.65em;
		font-size: 1.04vw;
	}

	#WhoAreWe_col1,
	#WhoAreWe_col2 {
		margin:0;
		width: 28%;
		padding: 0% 0% 0% 5.5%;
		top: 57%;
		left: 25%;
	}

	#WhoAreWe_col2 {
		left: 58%
	}

	#WhoAreWe h4 {
		font-size: 1.7vw;
		padding: 0 0 2% 0;
	}

	#multidisciplinary h3 {
		top:13%;
	}
	#multidisciplinary div {
		font-size: 0.65em;
		font-size: 1.1vw;
		width: 17.5%;
		padding: 1.5% 0% 2% 3%;
	}
	#multidisciplinary_col1{
		margin-left:7.5%;
	}

	#multidisciplinary h4 {
		font-size: 1.6vw;
		padding: 0 0 8% 0;

	}

	#Awards div {
		padding:auto;
		margin-top:2%;
		font-size:0.75em;
		font-size: 1.2vw;
		padding: 0% 5% 0% 5%;
	}

	#awards_col1,
	#awards_col2 {
		width: 39.9%;

	}
	#awards_col2 {
		border-left: 1px solid rgb(65,65,65);
	}
}
/* @media screen and (min-width: 1600px) {
	.content-area-exp  h3{
		font-size: 109px;
		line-height: 128px;
	}
	#WhoAreWe div {
		font-size: 24px;
	}
	#WhoAreWe h4 {
		font-size: 27px;
	}
	#multidisciplinary div {
		font-size: 19px;
	}
	#multidisciplinary h4 {
		font-size: 27px;
	}
	#Awards div {
		font-size: 19px;
	}
	
} */

/****************** Produits ***********************/

.titre_produit{
	display:block;
	position:relative;
	overflow: hidden;
	line-height: 100%;
	margin: 1% 10% 0.5% 11%;

}


.aff_description {
	display:none;
}
.titre_produit h2{
	float:left;
	font-size:3vw;
	line-height: 3vw;
	font-weight:300;
}

.titre_produit img{
	float:right;
	max-width:20%;
	max-height: 3vw;
	height: auto;
	width:auto;
}
.titre_produit.fond img{
	padding:1%;
	background-color: lightgrey;
	border-radius:25%;
}

.description{
	position:relative;
	overflow: hidden;
	display:block;
	border-bottom:2px solid grey;
	height:0;
	margin-left:10%;
	margin-right:10%;
	font-size: 1.2vw;
}
.aff_description:checked  ~.description{
	height:auto;
}
.titre_produit h2{
	cursor: pointer;
}

.titre_produit h2:before{
	content: " ";
	cursor: pointer;
	background: url('../src/common/down.png');
	background-size: 50% 60%;
	background-repeat: no-repeat;
	background-position:center 60%;
	padding-right:5vw;
}

.aff_description:checked  ~.titre_produit h2:before{
	content: " ";
	cursor: pointer;
	background: url('../src/common/up.png');
	background-size: 50% 60%;
	background-repeat: no-repeat;
	background-position:center 60%;
	padding-right:5vw;
}


.descr_fr,
.descr_en  {
	float:left;
	width:37%;
	margin:0%;
	padding:1%;

}

.descr_en p{
	color:#666;
}

.copyright {
	float:left;
	width:20%;
	margin:0%;
	padding:1%;
	
}
.copyright p{
	text-align: right;
	font-weight: 300;
	margin-bottom: 2%;
}
.copyright a{
	text-decoration:none;
}

.copyright a:hover{
	text-decoration:underline;
}

#debug {
position: fixed;
top :10%;
left: 10%;
height: 100px;
width: 100px;
background-color:white;
border: 2px solid black;
z-index:9999;
display: none;
}