.intro {
	position:absolute;
	top:0;
	left:0;
	margin:0;
}
.SEVLogo {
	position:fixed;
	left:10px;
	top:10px;
	z-index:510;
}
.light-wrapper {
	/*background:#fff;*/
	position:relative;
}
.full-layout {
}
.graphique a div {
	background:#e68c9d !important;
}
.espace a div {
	background:#d84c66;
}
.signaletique a div {
	background:#c80025;
}
.noscroll{
	overflow:hidden;
}
h1 {
	font-size:2.7em;
	font-weight:300;
	color:#c80025;
	margin:40px;
	margin-right:20px;
	margin-left:0;
}
h3 {
	font-size:1.4em;
	color:#c80025;
}

/* Projects */
.inner-project-filter li{
	margin-top:5px;
}
#project_container {
	position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    right: 0;
    display: none;
    z-index: 600;
    overflow: auto;
    left: 250px;
}
.project_innercontainer {
	width:1300px;
	margin:0 auto;
	clear:both;
	vertical-align:top;
}
.project_innercontainer h1 {
	font-size:2.7em;
	font-weight:300;
	color:#c80025;
	margin:40px;
	margin-right:20px;
	margin-left:0;
}
.project_innercontainer h2 {

	font-size:1.2em;
	font-weight:600;
	color:#333333;
	opacity:0.6;
	margin-right:0;
	margin-top:20px;
	margin-bottom:0;
	margin-left:0;
	text-transform: uppercase;
}

.project_innercontainer div img {
	margin:0 auto;
}

.image-scroller-container {
	position:fixed;
	top:0;
	left:250px;
	bottom:0;
	height:100%;
}

.description-text-container {
	display:none;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	width:25%;
	padding-right:2%;
	text-align:left;
	line-height:1.3;
	overflow-y:auto;
	overflow-x:hidden;
}

.description-text-container div ul:last-child li:last-child {
	padding-bottom:20px;
}

.description-text-container div{
	text-align:left;
	margin-right:20px;
}

.description-text-container div ul {
	margin-top:0;
}

.description-text-container div ul li{
	margin-left:20px;
	margin-top:10px;
}

.description-text-container div ul ul{
	font-size:0.8em;
}

img.mCS_img_loaded {
	width:100%;
}

.project-responsive-infos {
	display:none;
	position:fixed;
	top:45px;
	left:80px;
	background-image:url('../images/icones/infos.png');
	background-size:40px;
	background-repeat:no-repeat;
	cursor:pointer;
	width:40px;
	height:40px;
	z-index:999;
}

.project-responsive-close {
	display:none;
	position:fixed;
	top:45px;
	left:80px;
	background-image:url('../images/icones/close.png');
	background-size:40px;
	background-repeat:no-repeat;
	cursor:pointer;
	width:40px;
	height:40px;
	z-index:999;
}

.project-responsive-detail-container {
position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 1100;
    width: 100% !important;
    height: 100% !important;
    padding-left: 150px;
}
img.lazy {
	width:4000px;
	height:3000px;
	max-width:100%;
	height:auto;
}

/* Contact */
.iframe-mailer {
	width:100%;
	height:550px;
}
.agence-container {
	display:inline-block;
	width:100%;
}
.responsive-agence-outer-container {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    width: 100% !important;
    z-index: 100000;
    background: #ffffff;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
}
.agence-container div {
	float:left;
	width:44%;
	margin:3%;
}

.agence-container div:first-child {
	background-repeat:no-repeat;
	background-size:400px 240px;
	background-position:50%;
	width:400px;
	height:240px;
	cursor:pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-moz-box-shadow: 0px 0px 8px 2px #656565;
	-webkit-box-shadow: 0px 0px 8px 2px #656565;
	-o-box-shadow: 0px 0px 8px 2px #656565;
	box-shadow: 0px 0px 8px 2px #656565;
}
.agence-container div:first-child:hover {
	background-size:600px 360px;
	-moz-box-shadow: 0px 0px 2px 2px #656565;
	-webkit-box-shadow: 0px 0px 2px 2px #656565;
	-o-box-shadow: 0px 0px 2px 2px #656565;
	box-shadow: 0px 0px 2px 2px #656565;
}
div.map-lyon {
	background-image:url('../images/map_lyon_blur.jpg');
}
div.agence-container h3 p {
	font-size:0.8em;
	font-style:italic;
}
div.map-lyon:hover {
	background-image:url('../images/map_lyon.jpg');
}
div.map-paris {
	background-image:url('../images/map_paris_blur.jpg');
}
div.map-paris:hover {
	background-image:url('../images/map_paris.jpg');
}
div.map-ouest {
	background-image:url('../images/map_ouest_blur.jpg');
}
div.map-ouest:hover {
	background-image:url('../images/map_ouest.jpg');
}
.agence-container div:last-child {
	margin-top:100px;
}
.agence-container p {
	padding:0;
	line-height:1.5;
}

/* Agence */
.agence-gen-pres li{
	line-height:1.4;
	text-align:justify;
}
.main-gen-pres {
	font-size:1.3em;
	text-align:justify;
}
div.responsive-agence-pres-outer-container {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    width: 100% !important;
    z-index: 100000;
    background: #ffffff;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
}
.agence-responsive-button-home {
	display:none;
	position:fixed;
	right:20px;
	top:10px;
	z-index:100001;
	cursor:pointer;
	width:32px;
}
.agence-pres-outer-container h1 {
	margin-bottom:20px;
}
.main-gen-pres-par2 div:nth-child(3){
	margin-left:0;
	width:33%;
}
.main-gen-pres-par2 div:last-child{
	margin-right:0;
}
.main-gen-pres li:last-child{
	margin-top:20px;
}
div.agence-block-container {
	width:100%;
	display:table-cell;
	vertical-align:top;
}
div.agence-block-container div:first-child {
	margin-left:0;
	width:33%;
}
div.agence-block-container div:last-child {
	margin-right:0;
}
div.agence-block-3cols {
	width: 31%;
    background: #f9f9f9;
    display: inline-block;
    margin: 1%;
    padding: 2%;
	font-size:0.9em;
	line-height:1.5;
	vertical-align:top;
	text-align:justify;
}
div.agence-block-3cols img {
	width:350px;
	margin:0 !important;
}
.agence-img {
	background-repeat:no-repeat;
	width:100%;
	height:600px;
	background-size:cover;
}
.agence-img4 {
	background-image:url('../images/bg_agence4.jpg');
}
.agence-img5 {
	background-image:url('../images/bg_agence5.jpg');
}
.agence-img6 {
	background-image:url('../images/bg_agence6.jpg');
}
.col1-img-bg {
	background-image: url(../images/bg_agence1.jpg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 110px;
    background-size: cover;
}
.col2-img-bg {
	background-image: url(../images/bg_agence2.jpg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 110px;
    background-size: cover;
	margin:0 auto;
}
.col3-img-bg {
	background-image: url(../images/bg_agence3.jpg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 110px;
    background-size: cover;
	margin:0 auto;
}
span.logo, h1 span.logo {
	position:inherit !important;
	top:inherit !important;
	left:inherit !important;
	margin:0 !important;
	display:inline;
	color:#c80025;
	font-weight:bold;
	font-size:1.2em;
}
span.logo > span {
	color: #000000;
    font-weight: 600;
    font-size: 0.6em;
}
div.agence-block-3cols h2 {
	color:#c80025;
	font-size:1.3em;
	height:30px;
}
div.agence-block-3cols ul {
	margin-bottom:10px;
	height:90px;
}
div.agence-block-3cols ul:nth-child(3) {
	height:450px;
}
div.agence-block-3cols ul:nth-child(3) li:first-child {
	font-style:italic;
	font-weight:600;
}
div.agence-block-3cols ul li {
	margin-bottom:5px;
}
div.agence-block-3cols  div img {
	vertical-align:bottom;
	height:110px;
}
div.agence-ref-container h1 {
	margin:10px;
	margin-left:0;
}
div.agence-ref-container ul {
	margin-bottom:10px;
}
div.agence-ref-container ul:last-child {
	padding-bottom:50px;
}
div.agence-ref-container h2 {
	color:#c80025;
	font-size:1.3em;
	margin:0;
	padding:0;
	padding-top:10px;
	height:inherit;
}
div.agence-ref-container h3 {
	color:#707070;
	font-size:1.1em;
	margin:0;
	padding:0;
	font-weight:bold;
	height:inherit;
	height:24px;
}
div.agence-ref-container ul li {
	line-height:1.1;
	font-size:0.9em;
}

/* Web responsive */
	/* Index */
@media screen and (max-width:1820px) { 
	div.inner {
		width: 1290px;
		margin-right: 0px;
	}
}

@media screen and (max-width:1570px) { 
	div.inner {
		width: 1250px;
		margin-right: 10px;
	}
}

@media screen and (max-width:1530px) { 
	div.inner {
		width: 1150px;
		margin-right: 10px;
	}
	div.agence-block-3cols h2 {
		height:50px;
	}
	div.agence-block-3cols ul:nth-child(3) {
		height:480px;
	}
}

@media screen and (max-width:1480px) { 
	div.inner {
		width: 1100px;
		margin-right: 10px;
	}
}

@media screen and (max-width:1380px) { 
	div.inner {
		margin-right:20px;
	}
	div.agence-block-3cols ul:nth-child(3) {
		height:520px;
	}
}

@media screen and (max-width:1320px) { 
	div.inner {
		width:850px;
		margin-right:20px;
	}
	.agence-container div:last-child  {
		margin-top:0;
		text-align:center;
	}
	.agence-container div  {
		margin-top:1%;
		margin-bottom:1%;
	}
	h1 {
		font-size:2.2em;
	}
	div.agence-block-3cols ul:nth-child(3) {
		height:580px;
	}
}

@media screen and (max-width:1205px) { 
	div.inner {
		width:850px;
		margin-right:20px;
	}
	div.agence-block-3cols ul:nth-child(3) {
		height:600px;
	}
}

@media screen and (max-width:1150px) { 
	div.inner {
		width:800px;
		margin-right:10px;
	}
	div.agence-block-3cols ul:nth-child(3) {
		height:640px;
	}
	.bt-menu.bt-menu-open ul li {
		font-size:0.9em;
	}
}

@media screen and (max-width:1050px) { 
	div.inner {
		width:740px;
	}
	div.agence-block-container > div {
		width:99% !important;
		margin-left:0;
	}
	.col1-img-bg, .col2-img-bg, .col3-img-bg {
		display:none;
	}
	div.agence-block-3cols ul:nth-child(2) {
		height:60px;
	}
	div.agence-block-3cols ul:nth-child(3) {
		height:220px;
		font-size:0.9em;
	}
}

@media screen and (max-width:1010px) { 
	div.inner {
		width:650px;
		margin-right:10px;
	}
	div.agence-pres-outer-container {
		width:750px;
	}
	div.agence-block-3cols {
		width:98%;
	}
	.main-gen-pres {
		font-size:1.1em;
	}
	div.agence-block-3cols div:last-child {
		text-align:center;
		width:100%;
	}
	div.agence-block-3cols ul:nth-child(3) {
		height:240px;
	}
	div.agence-block-3cols  div img {
		margin:auto;
	}
	div.agence-block-3cols ul {
		height:350px;
	}
	div.agence-pres-outer-container > div:nth-child(3) > div:nth-child(3),
	div.agence-pres-outer-container > div:nth-child(3) > div:nth-child(4),
	div.agence-pres-outer-container > div:nth-child(3) > div:nth-child(5) {
		display:none;
	}
}

@media screen and (max-height:650px) { 
	.SEVLogo {
		height:260px;
	}
	.bt-menu-trigger {
		top: 260px;
		width: 55px;
		height: 55px;
	}
	.bt-menu-back {
		top: 310px;
		left: 10px;
	}
	.bt-menu-trigger div:nth-child(2), .bt-menu-trigger div:first-child {
		font-size: 0.7em;
		letter-spacing: 0;
	}
	.bt-menu ul {
		top: 265px;
		left:60px;
	}
	.soc li a {
		width: 50px;
		height: 30px;
		line-height: 20px;
		font-size: 18px;
	}
}

@media screen and (max-height:490px) { 
	.SEVLogo {
		height:190px;
		left:15px;
	}
	.bt-menu-trigger {
		top:190px;
	}
	.bt-menu ul {
		top:195px;
	}
	.bt-menu-back {
		top:240px;
	}
	.soc {
		bottom:0;
		left:5px;
	}
	.soc li a {
		height:25px;
		font-size:16px;		
	}
}

@media screen and (max-height:390px) { 
	.soc {
		display:none;
	}
}

	/* Inside pages */
@media screen and (min-width:1880px) { 
	.description-text-container {
		width:27%;
	}
}

@media screen and (max-width:1540px) { 
	.description-text-container {
		width:22%;
		font-size:0.9em;
	}
}
	
@media screen and (max-width:1350px) { 
	.description-text-container {
		width:19%;
		font-size:0.9em;
	}
}

@media screen and (max-width:1340px) { 
	.description-text-container {
		width:28%;
		font-size:0.9em;
	}
	.project_innercontainer h1 {
		font-size:2em;
		margin:20px;
		margin-left:0;
	}
}

@media screen and (max-width:1280px) { 
	.description-text-container {
		width:27%;
		font-size:0.9em;
	}
}

@media screen and (max-width:1200px) { 
	.description-text-container {
		width:23%;
		font-size:0.9em;
	}
}

@media screen and (max-width:1240px) { 
	.description-text-container {
		width:30%;
		font-size:0.9em;
	}
	#image_scroller {
		width:550px;
	}
	div.image-scroller-mobile {
		width:750px !important;
	}
}
@media screen and (max-width:1150px) { 
	.description-text-container {
		width:28%;
		font-size:0.9em;
	}
	ul.main-menu-container > li:nth-child(3) {
		margin-top:105px;
	}
}

@media screen and (max-width:1100px) { 
	.description-text-container {
		width:32%;
		font-size:0.9em;
	}
	#project_container {
		left:70px;
	}
	.image-scroller-container {
		left:170px;
	}
}
@media screen and (max-width:1040px) { 
	#image_scroller {
		width:450px;
	}
	div.image-scroller-mobile {
		width:650px !important;
	}
	.description-text-container {
		width:38%;
	}
}
@media screen and (max-width:980px) { 
	.description-text-container {
		width:34%;
	}
	div.inner {
		width:500px;
	}
	.bt-menu.bt-menu-open ul.filter-subs {
		top: 20px;
		left: 10px !important;
	}
	div.agence-pres-outer-container {
		width:700px;
	}
	div.agence-block-3cols ul {
		height:450px;
	}
}

@media screen and (max-width:930px) { 
	.description-text-container {
		width:30%;
	}
	div.agence-pres-outer-container {
		width:600px;
	}
}

@media screen and (max-width:880px) { 
	.description-text-container {
		width:36%;
		font-size:0.9em;
	}
	#image_scroller {
		left:150px;
		width:400px;
	}
	div.image-scroller-mobile {
		width:600px !important;
	}
	div.agence-pres-outer-container {
		width:600px;
	}
}

@media screen and (max-width:830px) { 
	.description-text-container {
		width:33%;
		font-size:0.9em;
	}
}

@media screen and (max-width:780px) { 
	.description-text-container {
		width:31%;
		font-size:0.9em;
	}
	.description-text-container div {
		margin-right:5px;
	}
	#image_scroller {
		width:350px;
	}
	div.image-scroller-mobile {
		width:550px !important;
	}
	div.agence-block-3cols ul:nth-child(3) {
		height:320px;
	}
	div.agence-pres-outer-container {
		width:450px;
	}
}

@media screen and (max-width:700px) { 
	.description-text-container {
		width:29%;
		font-size:0.9em;
	}

}

@media screen and (max-width:670px) { 
	.description-text-container {
		width:34%;
		font-size:0.9em;
	}
	div.agence-block-3cols ul:nth-child(3) {
		height:320px;
	}
	#image_scroller {
		width: 320px;
		left: 120px;
	}
	div.image-scroller-mobile {
		width:520px !important;
	}
}

@media screen and (max-width:630px) { 
	.description-text-container {
		width:32%;
		font-size:0.9em;
	}
	#image_scroller {
		width: 280px;
		left: 120px;
	}
	div.image-scroller-mobile {
		width:480px !important;
	}
	div.agence-pres-outer-container {
		width:350px;
	}
	div.agence-block-3cols ul:nth-child(2) {
		height:80px;
	}
	div.agence-block-3cols ul:nth-child(3) {
		height:380px;
	}
}
@media screen and (max-width:600px) {
	div.inner {
		width:400px;
	}
	.agence-container div:first-child {
		width: 300px;
		height: 180px;
	}
	.agence-container div:last-child {
		font-size:0.8em;
		width:300px
	}
	.agence-container div {
		margin-top: 0;
		margin-bottom: 0;
	}
}
@media screen and (max-width:500px) {
	div.inner {
		width:330px;
	}
	.agence-container div:first-child {
		width: 250px;
		height: 150px;
	}
	.agence-container div:last-child {
		width:250px
	}
}
@media screen and (max-width:450px) {
	div.agence-block-3cols ul:nth-child(3) {
		height:440px;
	}
}