@font-face {
    font-family: 'OpenSans_light';
    src: url('fonts/opensans-light.eot');
    src: url('fonts/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-light.woff') format('woff'),
         url('fonts/opensans-light.ttf') format('truetype'),
         url('fonts/opensans-light.svg#OpenSans_light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans_regular';
    src: url('fonts/opensans-regular.eot');
    src: url('fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular.woff') format('woff'),
         url('fonts/opensans-regular.ttf') format('truetype'),
         url('fonts/opensans-regular.svg#OpenSans_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans_bold';
    src: url('fonts/opensans-bold.eot');
    src: url('fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-bold.woff') format('woff'),
         url('fonts/opensans-bold.ttf') format('truetype'),
         url('fonts/opensans-bold.svg#OpenSans_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
a, a:active, a:focus, a:visited {
	outline: none;
	border: none;	
}
html, body {
	min-width: 320px;
	width: 100%;
	background-color: #FFF;
	font-family: 'OpenSans_light';
	color: #484848;
	font-size: 17px;
	position: relative;
}
html {
	height: 100%;	
}
body {
	min-height: 100%;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
@media (max-width: 1024px) {
	body.noscroll {
		height: 100%;	
		overflow: hidden;
		background: #b0292a;
	}
}
@media (min-width: 1025px) {
	main, footer {
		display: block !important;	
	}
}
a, a img {
	color: inherit;	
	text-decoration: none;
	outline: none;
	border: none;
}
img:not(.iS-Bg) {
	max-width: 100%;
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: #000; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #b0292a;
	-webkit-box-shadow: none; 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #fff; 
}
body {
	scrollbar-base-color: #b0292a;
	scrollbar-3dlight-color: #b0292a;
	scrollbar-highlight-color: #b0292a;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: black;
	scrollbar-shadow-color: #c0c0c0;
	scrollbar-dark-shadow-color: #c0c0c0;
}
.ucase {
	text-transform: uppercase;	
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-family: 'OpenSans_regular';
	line-height: 1em;
	font-size: inherit;
	letter-spacing: -0.5px;
	display: inline-block;
}
.bloc-conteneur {
	width: calc(100% - 30px);	
	position: relative;
	margin: 0 auto;
}
@media (max-width: 1024px) {
	header .bloc-conteneur {
		overflow: hidden;
	}
}
@media (min-width: 640px) {
	.bloc-conteneur {
		width: 571px;	
	}
}
@media (min-width: 768px) {
	.bloc-conteneur {
		width: 668px;	
	}
}



@media (min-width: 1024px) {
	.bloc-conteneur {
		width: 960px;	
	}
}
@media (min-width: 1680px) {
	.bloc-conteneur {
		width: 1170px;	
	}
}
header {
    padding-top: 15px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
@media (max-width: 1024px) {
	header.open {
		height: 100%;	
		overflow: hidden;
	}
	
	header.open .logo.main {
		display: none;
	}
	
	header.open .bloc-conteneur {
		height: 100%;
	}
	
	.logo.mobile{
		margin-top: 0px;
		position: absolute;
		left: 36px;
		top: -90px;
	}
	
	
	
}
@media (min-width: 1025px) {
	header {
		position: relative;
		z-index: 50;
		padding-bottom: 10px;
		padding-top: 0px;
		background: url(img/bg-head-foot.png) repeat-x center center;
		height: 126px;
	}
	header .bloc-conteneur {
		height: 100%;
	}
}
header .logo.main {
	display: inline-block;
	position: relative;
	width: 100px;
	z-index: 14;
}




@media (min-width: 768px) {
	header .logo.main {
		padding-top: 15px;
		width: auto;	
	}
}
@media (min-width: 1025px) {
	.mobile {
		display: none !important;
	}
	header .logo.main {
		padding-top: 20px;
	}
}
footer .logo, footer .logo:after {
    height: 31px;
    width: 31px;
}
footer {
	padding-bottom: 30px;	
}
#overlay {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}
.overlayBox {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
	display: table;
}
.overlayBox .cell {
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.overlayBox .cell > div {
	box-shadow: 1px 1px 5px #1e1e1e;
	background: #fff;
	width: 655px;
	padding: 20px;
	margin: 0 auto;
	position: relative;
}
@media (max-width: 1023px) {
	.overlayBox .cell > div { width: 80%; padding: 30px; }
}
.overlayBox .cell > div > div:not(.buttons) {
	text-align: left;
	margin-bottom: 20px;
}
.overlayBox .cell > div > div.buttons {
	text-align: right;
}
.overlayBox .title {
    font-size: 1.5em;
    text-transform: uppercase;
}
.overlayBox .text {
    font-size: 0.85em;
}
.overlayBox .buttons {
    bottom: -18px;
    position: absolute;
    right: 0;
	font-size: 0.9em;
}
.overlayBox .bouton {
	background: #b0292a;
	color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9em;
    height: 30px;
    line-height: 30px;
    margin-right: 30px;
    padding: 0 15px;
	box-shadow: 1px 1px 5px #1e1e1e;
    text-transform: uppercase;
	-webkit-transition: all 150ms ease-in-out; -moz-transition: all 150ms ease-in-out; -ms-transition: all 150ms ease-in-out; -o-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out;	
}
.overlayBox .bouton span {
	-webkit-transition: all 150ms ease-in-out; -moz-transition: all 150ms ease-in-out; -ms-transition: all 150ms ease-in-out; -o-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out;	
}
@media (min-width: 1025px) {
	.overlayBox .bouton:hover {
		background-color: #c5c5c5;
	}
	.overlayBox .bouton:hover span {
		color: #5b5b5b;
	}
}
.nav-mobile {
	display: inline-block;
	width: calc(100% - 90px);
	text-align: right;
	vertical-align: middle;
	position: absolute;
	right: 0;
	z-index: 999;
}
@media (min-width: 768px) {
	.nav-mobile {
		width: 526px;	
	}
}
@media (min-width: 1024px) {
	.nav-mobile {
		width: 818px;
	}	
}
.menu-link { 
	cursor: pointer;
	display: inline-block;
	height: 20px;
	width: 20px;
}
.menu-link span, .menu-link span:before, .menu-link span:after {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	cursor: pointer;
	border-radius: 0;
	height: 3px;
	width: 20px;
	background: #5c5c5c;
	position: absolute;
	display: block;
	content: '';
}
body.noscroll .menu-link span:before, body.noscroll .menu-link span:after {
	background: #fff;	
}
.menu-link span {
    top: 10px;
}
.menu-link span:before {
	top: -7px; 
}
.menu-link span:after {
	bottom: -7px;
}
@media (min-width: 768px) {
	.menu-link {
		height: 30px;
		width: 40px;
		margin-right: 0;		
	}
	.menu-link span, .menu-link span:before, .menu-link span:after {
		height: 4px;
		width: 40px;
	}
	.menu-link span {
		top: 13px;
	}
	.menu-link span:before {
		top: -12px; 
	}
	.menu-link span:after {
		bottom: -12px;
	}
}
.menu-link {
	position: relative;
	z-index: 15;
}
.menu-link.close span {
	background-color: transparent;
}
.menu-link.close span:before, .menu-link.close span:after {
	top: 0;
}
.menu-link.close span:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-link.close span:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
header nav {
    z-index: 0;
	width: 100%;
	position: absolute;
	bottom: 8%;
	right: 35px;
	text-align: right;
	-webkit-transition: all 250ms ease-in-out; -moz-transition: all 250ms ease-in-out; -ms-transition: all 250ms ease-in-out; -o-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out;	
}
@media (max-width: 1024px) {
	header nav {
		opacity: 0;
		visibility: hidden;
	}
	header nav.show {
		opacity: 1;
		visibility: visible;
		z-index: 2;
	}
}
@media (min-width: 768px) {
	header nav {
		bottom: 20%;
		right: 0;	
	}
}
@media (min-width: 768px) {
	header nav {
		bottom: 10%;
		padding-top: 20px;
	}	
}
@media (min-width: 1024px) {
	header nav {
		bottom: 10%;
	}	
}
@media (min-width: 1025px) {
	header nav {
		bottom: 0;
		display: block;
		position: absolute;
		right: 0;
		width: auto;
	}
}
header nav .main > a, header nav .main > p {
	font-family: 'OpenSans_regular';
}
header nav a, header nav p {
	color: #fff;
	font-size: 17px;
	display: inline-block;
}
@media (min-width: 768px) {
	header nav a, header nav p {
		font-size: 28px;
	}
}
@media (min-width: 768px) {
	header nav a, header nav p {
		font-size: 23px;
	}
}
@media (min-width: 1024px) {
	header nav a, header nav p {
		font-size: 23px;
	}
}
@media (min-width: 1025px) {
	header nav a, header nav p {
		color: #000;
		font-size: 14px;
	}
}
header nav .main > p, header nav .main .sub p:last-child {
	cursor: pointer;
}
header nav .main .sub p {
	display: block;
}
header nav .table .cell .main, header nav .table .cell .main .sub p {
	margin-top: 15px;
}
header nav .table .cell .main .sub p.title {
	font-size: 20px;
	font-family: 'OpenSans_regular';
	cursor: default;	
}
nav .logo img {
    margin-bottom: 20px;
    width: 96px;
	
}
@media (max-width: 1024px) {
	header nav .table .cell .main .sub p:last-child {
		margin-top: 2em;	
	}
}
@media (min-width: 768px) {
	header nav .table .cell .main, header nav .table .cell .main .sub p {
		margin-top: 25px;
	}
	nav .logo img { width: auto; margin-bottom: 100px; }
	header nav .table .cell .main .sub p.title {
		font-size: 35px;
		margin-bottom: 50px;
	}
}
@media (min-width: 768px) {
	nav .logo img { 
		margin-bottom: 12px;
	}
	header nav .table .cell .main .sub p.title {
		font-size: 30px;
		margin-bottom: 40px; 
	}
}

@media (min-width: 1024px) {
	nav .logo img { margin-bottom: 50px; }
	header nav .table .cell .main .sub p.title {
		font-size: 30px;
		margin-bottom: 40px;
	}
}
@media (min-width: 1025px) {
	header nav .table .cell .main {
		display: inline-block;
		margin-right: 15px;
	}
	header nav .table .cell .main:last-child {
		margin-right: 0;
	}
	header nav .table .cell .main {
		margin-top: 0;
	}
	header nav .table .cell .main .sub p {
		margin-top: 5px;
		text-align: left;
	}	
	header nav .table .cell .main .sub p:nth-child(2) {
		margin-top: 0;	
	}
}



nav .table {
	-webkit-transition: all 250ms ease-in-out;	
	-moz-transition: all 250ms ease-in-out;	
	-ms-transition: all 250ms ease-in-out;	
	-o-transition: all 250ms ease-in-out;	
	transition: all 250ms ease-in-out;	
	width: 100%;
}
header nav a.active, header nav p.active {
	font-family: 'OpenSans_regular';
}
@media (max-width: 1024px) {
	nav .sub {
		width: 100%;
		display: none;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		padding-left: 65px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	header nav .sub a, header nav .sub p {
		font-size: 15px;
		line-height: 1em;
	}
	nav.translate .table {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	nav.translate .sub.show {
		display: block;
	}
	
}
@media (min-width: 768px) {
	header nav .sub a, header nav .sub p {
		font-size: 25px;
		line-height: 1em;
	}
}
@media (min-width: 768px) {
	header nav .sub a, header nav .sub p {
		font-size: 23px;
		line-height: 1em;
	}
}

@media (min-width: 1024px) {
	header nav .sub a, header nav .sub p {
		font-size: 23px;
		line-height: 1em;
	}
}
@media (min-width: 1025px) {
	nav .main {
		position: relative;	
	}
	nav .main:nth-child(2) .sub {
		position: absolute;
		top: 100%;
		left: -10px;
		padding: 15px 0 15px 10px;
		-webkit-transition: all 250ms ease-in-out;
		-moz-transition: all 250ms ease-in-out;
		-ms-transition: all 250ms ease-in-out;
		-o-transition: all 250ms ease-in-out;
		transition: all 250ms ease-in-out;
		width: 120px;
		background: #b0292a;
		opacity: 0;
		visibility: hidden;
	}
	nav .main:nth-child(2) .sub:before {
		content: '';
		width: 0;
		height: 0;
		position: absolute;
		right: 100%;
		top: 0;
		border-style: solid;
		border-width: 0 0 79px 35px;
		border-color: transparent transparent #b0292a transparent;		
	}
	nav .main:nth-child(2) .sub:after {
		content: '';
		width: 0;
		height: 0;
		position: absolute;
		left: 100%;
		top: 0;
		border-style: solid;
		border-width: 79px 35px 0 0;
		border-color: #b0292a transparent transparent transparent;		
	}
	nav .main:nth-child(3) .sub {
		position: absolute;
		top: 100%;
		left: -10px;
		padding: 15px 0 15px 10px;
		-webkit-transition: all 250ms ease-in-out;
		-moz-transition: all 250ms ease-in-out;
		-ms-transition: all 250ms ease-in-out;
		-o-transition: all 250ms ease-in-out;
		transition: all 250ms ease-in-out;
		width: 230px;
		max-height: 230px;
		background: #b0292a;
		opacity: 0;
		visibility: hidden;
	}
	nav .main:nth-child(3) .sub:before {
		content: '';
		width: 0;
		height: 0;
		position: absolute;
		right: 100%;
		top: 0;
		border-style: solid;
		border-width: 0 0 164px 35px;
		border-color: transparent transparent #b0292a transparent;		
	}
	nav .main:nth-child(3) .sub:after {
		content: '';
		width: 0;
		height: 0;
		position: absolute;
		left: 100%;
		top: 0;
		border-style: solid;
		border-width: 164px 35px 0 0;
		border-color: #b0292a transparent transparent transparent;		
	}
	header nav a.active, header nav p.active, header nav .main:hover > a, header nav .main:hover > p {
		color: #b0292a;
	}
	nav .main:hover .sub {
		visibility: visible;
		opacity: 1;
		z-index: 50;
	}
	header nav .sub a, header nav .sub p {
		font-size: 13px;
		line-height: 1em;
		color: #fff;
		opacity: 0.85;
	}
	header nav .sub a:hover, header nav .sub p:hover, header nav .sub .active {
		opacity: 1;
	}
}
#main-galerie {
	height: 311px;
}
.hover .table {
	height: 100%;
	width: 100%;
	display: table;	
}
.hover .table .cell {
	width: 100%;
	display: table-cell;	
}
#main-galerie .hover .title {
	font-family: 'OpenSans_regular';
	font-size: 29px;
	line-height: 1em;
}
.alternateGal #main-galerie .hover .title {
	font-size: 23px;
}
#main-galerie .hover .sub {
	font-size: 14px;
	color: #f7f0f0;
	line-height: 1.1em;
}
.alternateGal #main-galerie .hover .sub {
	margin-bottom: 5px;
}

.alternatesub{
	margin-top: 42px;
    font-size: 14px;
    line-height: 1.1em;	
	text-transform: uppercase;	
}

.alternatetitle{
    font-size: 23px;
	margin: 0 0 26px 0;
    line-height: 1.1em;	
}
	




.iS-Dot {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 9px 4px;
	border-color: transparent transparent #fff transparent;
	opacity: 0.5;
	border-radius: 0;
	background: none !important;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.iS-Dot:hover {
	opacity: 0.75;
}
.iS-Dot.iS-Dotactive{
	opacity: 1;
}
@media (max-width: 1024px) {
	#main-galerie {
		margin-top: 25px;	
	}
	.PageSociete #main-galerie {
		margin-bottom: 20px;	
	}
}
@media (max-width: 1023px) {
	#main-galerie img.big {
		display: none;	
	}
	#main-galerie .hover {
		background: url(img/hover-gal.png) no-repeat center bottom / contain;
		position: absolute; ;
		bottom: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}
	.activite-1 #main-galerie .hover {
		background: url(img/hover-gal-1.png) no-repeat center bottom / contain;
	}
	.activite-2 #main-galerie .hover {
		background: url(img/hover-gal-2.png) no-repeat center bottom / contain;
	}
	.activite-3 #main-galerie .hover {
		background: url(img/hover-gal-3.png) no-repeat center bottom / contain;
	}
	.activite-4 #main-galerie .hover {
		background: url(img/hover-gal-4.png) no-repeat center bottom / contain;
	}
	.activite-5 #main-galerie .hover {
		background: url(img/hover-gal-5.png) no-repeat center bottom / contain;
	}
	.activite-6 #main-galerie .hover {
		background: url(img/hover-gal-6.png) no-repeat center bottom / contain;
	}
	.activite-7 #main-galerie .hover {
		background: url(img/hover-gal-7.png) no-repeat center bottom / contain;
	}
	#main-galerie .hover .table .cell {
		vertical-align: bottom;
		text-align: right;
		padding-bottom: 12%;
		padding-right: 23px;
		padding-left: 70px;
		color: #fff;
	}
	.alternateGal #main-galerie .hover .table .cell {
		color: #fff;
		padding-bottom: 32px;
		padding-left: 23px;
	}
	#main-galerie .hover .legende {
		display: none;
	}
	.alternateGal #main-galerie .hover .legende {
		display: block;
		margin-bottom: 15px;
	}
	.alternateGal #main-galerie .hover .legende img {
		width: 40px;
	}
	
	.activite-7 #main-galerie .hover .legende img {
		width: 80px;
	}
	
	
	.iS-Dots {
		position: absolute;
		bottom: 3%;
		right: 23px;	
		text-align: right;
		top: auto;
	}
	.iS-Dot {
		display: inline-block;
		margin: 0;
		padding: 0;
	}
}
@media (min-width: 480px) {
	
	
.alternatesub{
	margin-top: 42px;
    font-size: 25px;
    line-height: 1.1em;	
	text-transform: uppercase;	
}

.alternatetitle{
    font-size: 33px;
	margin: 0 0 26px 0;
    line-height: 1.1em;	
}
	
	
	
	#main-galerie {
		height: 375px;
	}
	#main-galerie .hover .table .cell {
		padding-left: 30%;
	}
	#main-galerie .hover .title {
		font-size: 45px;
	}	
	.alternateGal #main-galerie .hover .title {
		font-size: 33px;
	}	
	#main-galerie .hover .sub {
		font-size: 20px;
	}
	.iS-Dots {
		bottom: 5%;
	}
	.iS-Dot {
		border-width: 0 7px 15px 7px;
		border-color: transparent transparent #fff transparent;
	}
	.alternateGal #main-galerie .hover .table .cell {
		padding-bottom: 48px;
		padding-left: 100px;
	}
	.alternateGal #main-galerie .hover .legende {
		margin-bottom: 45px;
	}	
}
@media (min-width: 570px) {
	#main-galerie {
		height: 450px;
	}
	#main-galerie .hover .title {
		font-size: 50px;
	}	
	#main-galerie .hover .sub {
		font-size: 25px;
	}
}
@media (min-width: 640px) {
	#main-galerie {
		height: 623px;
	}
	#main-galerie .hover .table .cell {
		padding-right: 45px;
		padding-left: 30%;
	}
	#main-galerie .hover .title {
		font-size: 55px;
	}	
	.alternateGal #main-galerie .hover .title {
		font-size: 39px;
	}
	
	
	
	
.alternatesub{
	margin-top: 52px;
    font-size: 25px;
    line-height: 1.1em;	
	text-transform: uppercase;	
}

.alternatetitle{
    font-size: 48px;
	margin: 0 0 32px 0;
    line-height: 1.1em;	
}
	
	.alternateGal #main-galerie .hover .table .cell {
		padding-bottom: 62px;
		padding-left: 100px;
	}
	#main-galerie .hover .title {
		font-size: 55px;
	}	
	#main-galerie .hover .sub {
		font-size: 27px;
	}
	.iS-Dots {
		bottom: 5%;
		right: 45px;
	}
	.alternateGal #main-galerie .hover .legende img {
		width: 60px;
	}

	.activite-7 #main-galerie .hover .legende img {
		width: 110px;
	}	
}
@media (min-width: 768px) {
	#main-galerie {
		height: 345px;
	}
	#main-galerie img.big {
		display: block !important;	
	}
	#main-galerie img.small {
		display: none;	
	}
	#main-galerie .hover {
		height: 181px;
		background: url(img/hover-gal-big.png) no-repeat center bottom / cover;
		position: absolute; ;
		top: 0;
		left: 0;
		height: 100%;
		width: 545px;
	}
	.activite-1 #main-galerie .hover {
		background: url(img/hover-gal-1-big.png) no-repeat center bottom / cover;
	}
	.activite-2 #main-galerie .hover {
		background: url(img/hover-gal-2-big.png) no-repeat center bottom / cover;
	}
	.activite-3 #main-galerie .hover {
		background: url(img/hover-gal-3-big.png) no-repeat center bottom / cover;
	}
	.activite-4 #main-galerie .hover {
		background: url(img/hover-gal-4-big.png) no-repeat center bottom / cover;
	}
	.activite-5 #main-galerie .hover {
		background: url(img/hover-gal-5-big.png) no-repeat center bottom / cover;
	}
	.activite-6 #main-galerie .hover {
		background: url(img/hover-gal-6-big.png) no-repeat center bottom / cover;
	}	
	.activite-7 #main-galerie .hover {
		background: url(img/hover-gal-7-big.png) no-repeat center bottom / cover;
	}	
	#main-galerie .hover .table .cell {
		text-align: left;
		color: #fff;
		vertical-align: bottom;
		padding-right: 245px;
		padding-left: 30px;
	}
	#main-galerie .hover .legende {
		position: absolute;
		top: 40px;
		left: 30px;	
		color: #dea6a6;
		font-size: 15px;
		padding-right: 15%;
	}
	#main-galerie .hover .legende span {
		font-size: 25px;
	}
	#main-galerie .hover .sub {
		margin-bottom: 80px;
	}
	.iS-Dots {
		bottom: 30px;
		left: 30px;
		right: auto;
		top: auto;
	}
	.alternateGal #main-galerie .hover .table .cell {
		padding-bottom: 62px;
		padding-left: 30px;
		padding-right: 170px;		
	}	
	.actualites.alternateGal #main-galerie .hover .table .cell {
		padding-bottom: 0;
		vertical-align: middle;
	}
}

@media (min-width: 1024px) {
	#main-galerie {
		height: 345px;
	}
	#main-galerie img.small {
		display: none;	
	}
	#main-galerie .hover {
		height: 181px;
		background: url(img/hover-gal-big.png) no-repeat center bottom / cover;
		position: absolute; ;
		top: 0;
		left: 0;
		height: 100%;
		width: 545px;
	}
	.activite-1 #main-galerie .hover {
		background: url(img/hover-gal-1-big.png) no-repeat center bottom / cover;
	}
	.activite-2 #main-galerie .hover {
		background: url(img/hover-gal-2-big.png) no-repeat center bottom / cover;
	}
	.activite-3 #main-galerie .hover {
		background: url(img/hover-gal-3-big.png) no-repeat center bottom / cover;
	}
	.activite-4 #main-galerie .hover {
		background: url(img/hover-gal-4-big.png) no-repeat center bottom / cover;
	}
	.activite-5 #main-galerie .hover {
		background: url(img/hover-gal-5-big.png) no-repeat center bottom / cover;
	}
	.activite-6 #main-galerie .hover {
		background: url(img/hover-gal-6-big.png) no-repeat center bottom / cover;
	}	
	.activite-7 #main-galerie .hover {
		background: url(img/hover-gal-7-big.png) no-repeat center bottom / cover;
	}	
	#main-galerie .hover .table .cell {
		color: #fff;
		vertical-align: bottom;
		padding-right: 245px;
		padding-left: 30px;
	}
	#main-galerie .hover .legende {
		position: absolute;
		top: 40px;
		left: 30px;	
		color: #dea6a6;
		font-size: 15px;
		padding-right: 15%;
	}
	

	
	#main-galerie .hover .legende span {
		font-size: 25px;
	}
	#main-galerie .hover .sub {
		margin-bottom: 80px;
	}
	.iS-Dots {
		bottom: 30px;
		left: 30px;
		right: auto;
		top: auto;
	}
	.alternateGal #main-galerie .hover .table .cell {
		padding-bottom: 50px;
		padding-left: 30px;
		padding-right: 170px;		
	}	
	.PageSociete.alternateGal #main-galerie .hover .table .cell {
	    padding-bottom: 120px;
	}
	.actualites.alternateGal #main-galerie .hover .table .cell {
		padding-bottom: 0;
		vertical-align: middle;
	}
	#main-galerie .hover .title {
		font-size: 45px;
	}	
	#main-galerie .hover .sub {
		font-size: 20px;
	}
	.alternateGal #main-galerie .hover .sub {
		margin-bottom: 0;
		font-size: 25px;
	}
	#main-galerie .hover .legende a:hover {
		color: #fff;
	}
}
@media (min-width: 1680px) {
	#main-galerie {
		height: 443px;
	}
	#main-galerie .hover .sub {
		margin-bottom: 105px;
	}
	.iS-Dots {
		bottom: 40px;
	}
	.alternateGal #main-galerie .hover .table .cell {
		padding-bottom: 135px;
	}	
	.alternateGal #main-galerie .hover .legende img {
		width: auto;
	}
	.activite-7 #main-galerie .hover .legende img {
		width: 170px;
	}
	
}
.iS-Loading {
	background-color: #b0292a;
	z-index: 10;
}
.activite-1 .iS-Loading {
	background-color: #78a31f;
}
.activite-2 .iS-Loading {
	background-color: #3ca7be;
}
.activite-3 .iS-Loading {
	background-color: #e5a215;
}
.activite-4 .iS-Loading {
	background-color: #877ac9;
}
.activite-5 .iS-Loading {
	background-color: #6a9bb2;
}
.activite-6 .iS-Loading {
	background-color: #b0afaf;
}
.activite-7 .iS-Loading {
	background-color: #0470b8;
}
.iS-Loadingbox {
	margin: 0 auto;
	width: 45px;
}
.iS-Loading .loader {
	height: 45px;
	width: 45px;
	text-align: center;
	display: block;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.iS-Loading .loader:after{
	border-color: #A3A3A3 #E8E8E8 #ffffff #666666;
	border-radius: 100%;
	border-style: solid;
	border-width: 1px;
	content: "";
	display: block;
	height: 45px;
	opacity: 0.5;
	position: relative;
	width: 45px;
	-webkit-animation-name: rotate;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-direction: normal;
	-moz-animation: 0.6s linear 0s normal none infinite running rotate;
	-ms-animation: 0.6s linear 0s normal none infinite running rotate;
	-o-animation: 0.6s linear 0s normal none infinite running rotate;
	animation: 0.6s linear 0s normal none infinite running rotate;
}
@keyframes rotate {
	0% { transform: rotateZ(-360deg); }
	100% { transform: rotateZ(0deg); }
}
@-webkit-keyframes rotate {
	0% { -webkit-transform: rotateZ(-360deg); }
	100% { -webkit-transform: rotateZ(0deg); }
}
@-moz-keyframes rotate {
	0% { -moz-transform: rotateZ(-360deg); }
	100% { -moz-transform: rotateZ(0deg); }
}
@-o-keyframes rotate {
	0% { -o-transform: rotateZ(-360deg); }
	100% { -o-transform: rotateZ(0deg); }
}

.cols .col {
	float: left;	
}
.activites {
	margin-top: 20px;
	font-size: 10px;
	line-height: 1.1em;	
	text-align: center;
}
.activites .col {
	width: 33%;	
	margin-bottom: 15px;
}
@media (max-width: 479px) {
	.activites .col:nth-child(4) {
		
	}
	.activites .col {
		padding: 0 10px;
	}
}
.activites .col img {
	display: inline-block;
	margin-bottom: 10px;
}
@media (min-width: 700px) {
	.activites .col {
		width: 25%;
	}
}
@media (min-width: 769px) {
	.activites .col {
		width: 14.28571428571429%;
	}
}
@media (min-width: 640px) {
	.activites {
		margin-top: 25px;
		font-size: 15px;
		line-height: 1.1em;	
	}
	.activites .col img {
		margin-bottom: 15px;
		height: 71px;
	}
}
@media (min-width: 768px) {
	.activites {
		font-size: 17px;
	}
	.activites .col {
		padding: 0 10px;
	}
}
@media (min-width: 1024px) {
	.activites {
		font-size: 15px;
		margin-bottom: 15px;
	}
}
@media (min-width: 1680px) {
	.activites {
		font-size: 17px;
	}
	.activites .col {
		padding: 0 10px;
	}
}
.textes {
	margin-bottom: 15px;	
}
.textes .intro, .stamplus .txt {
	font-size: 16px;
	line-height: 1.4em;
}
.textes .intro strong {
	font-family: 'OpenSans_regular';
	font-weight: normal;	
}
.stamplus .txt {
	font-family: 'OpenSans_regular';
}
.stamplus .txt strong {
	font-family: 'OpenSans_bold';
	font-weight: normal;
}
span.color {
	color: #b0292a;
}
.textes .intro-bis {
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 15px;
}
.textes .intro-bis strong {
	font-family: 'OpenSans_regular';
	font-weight: normal;
}

	.textes .intro, .textes .intro-bis {
		text-align: left;
		margin: 25px 0 0 0;	
	}
@media (max-width: 1023px) {
	/*
	.PageActivite .textes .intro {
		text-align: center;
	}
	.PageActivite .textes .intro-bis {
		text-align: center;
	}
	*/
}
@media (min-width: 480px) {
	.textes .intro, .stamplus .txt {
		font-size: 18px;
		line-height: 1.2em;
	}
	.textes .intro-bis {
		font-size: 17px;
		line-height: 1.2em;
	}
}
@media (min-width: 768px) {
	#main-galerie {
		margin-bottom: 30px;	
	}
	.textes .intro-bis {
		margin-top: 20px;
	}
}
@media (min-width: 768px) {
	.activites {
		font-size: 14px;	
	}
	.textes .intro, .textes .intro-bis {
		text-align: left;
		margin: 25px 0 0 0;	
	}
	.textes .intro-bis { 
		margin-top: 25px;
		margin-bottom: 15px;
	}
	.textes .col {
		width: 50%;
		padding-right: 7.5px;
	}
	.textes .col:last-child {
		padding-left: 7.5px;
		padding-right: 0;
	}
	.PageActivite .textes .col {
		width: 41%;
	}
	.PageActivite .textes .col:first-child {
		width: 59%;
		padding-right: 7%;
	}
	.textes {
		margin-bottom: 25px;	
	}
}

@media (min-width: 1024px) {
	.textes .intro, .textes .intro-bis {
		text-align: left;
		margin: 0;	
	}
	.textes .col {
		width: 50%;
		padding-right: 7.5px;
	}
	.textes .col:last-child {
		padding-left: 7.5px;
		padding-right: 0;
	}
	.PageActivite .textes .col {
		width: 41%;
	}
	.PageActivite .textes .col:first-child {
		width: 59%;
		padding-right: 7%;
	}
	.textes {
		margin-bottom: 25px;	
	}
	.textes .intro, .stamplus .txt {
		font-size: 18px;
		line-height: 1.1em;
	}
	.textes .intro-bis {
		font-size: 15px;
		line-height: 1.3em;
	}	
	.home .intro-bis {
		padding-left: 70px;
		text-align: right;
	}
}
@media (min-width: 1680px) {
	.textes .intro, .stamplus .txt {
		font-size: 20px;
		line-height: 1.1em;
	}
	.textes .intro-bis {
		font-size: 17px;
		line-height: 1.2em;
	}
	.home .intro-bis {
		padding-left: 80px;
	}
	.textes .col {
		padding-right: 12.5px;
	}
	.textes .col:last-child {
		padding-left: 12.5px;
		padding-right: 0;
	}
	#main-galerie {
		margin-bottom: 40px;	
	}
}
.galReference {
    width: 100%;
	background: #f5f5f5;
}
.alternateGal .galReference {
	background: #eaeaea;
}
.lastReference {
	height: 315px;	
}
.lastReference img.hover {
    height: auto !important;
    margin: 0 !important;
    width: 100% !important;
}
.lastReference .hover {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.chrome .lastReference .hover {
  bottom: -1px;
  width: 101% !important;
}
.alternateGal .lastReference .hover {
	bottom: auto;
	top: 0;
}
.lastReference .hover .table .cell {
	color: #343434;
}
.lastReference .activite {
	position: absolute;
	right: 23px;
    top: 170px;
	text-align: right;	
	font-size: 9px;
	line-height: 1.1em;
}
.alternateGal .lastReference .activite {
	right: 0;
    top: auto;
	bottom: 0;
	padding-bottom: 10px;
	padding-right: 10px;
}
.alternateGal .lastReference .activite:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 101px 227px;
	border-color: transparent transparent #b0292a transparent;
	z-index: 1
}
.activite-1.alternateGal .lastReference .activite:before, .lastReference.activite-1 .activite:before {
	border-color: transparent transparent #78a31f transparent;
}
.activite-2.alternateGal .lastReference .activite:before, .lastReference.activite-2 .activite:before {
	border-color: transparent transparent #3ca7be transparent;
}
.activite-3.alternateGal .lastReference .activite:before, .lastReference.activite-3 .activite:before {
	border-color: transparent transparent #e5a215 transparent;
}
.activite-4.alternateGal .lastReference .activite:before, .lastReference.activite-4 .activite:before {
	border-color: transparent transparent #877ac9 transparent;
}
.activite-5.alternateGal .lastReference .activite:before, .lastReference.activite-5 .activite:before {
	border-color: transparent transparent #6a9bb2 transparent;
}
.activite-5.alternateGal .lastReference .activite:before, .lastReference.activite-5 .activite:before {
	border-color: transparent transparent #6A9BB2 transparent;
}
.activite-6.alternateGal .lastReference .activite:before, .lastReference.activite-6 .activite:before {
	border-color: transparent transparent #6b6b6b transparent;
}
.alternateGal .lastReference .activite p {
	position: relative;
	z-index: 2;	
}
.alternateGal .lastReference .activite > * {
    color: #fff;
    display: block;
    width: 95px;
}
.lastReference .activite > * {
	width: auto;
	display: block;
}
.lastReference .activite img {
	width: 35px;	
}
.alternateGal .lastReference .activite img {
    margin-bottom: 5px;
}
.alternateGal .galReference {
	position: relative;	
	margin-bottom: 20px;
}
.galReference .title {
	font-size: 20px;
	line-height: 1.1em;
	font-family: 'OpenSans_regular';
	margin-bottom: 10px;
}
.alternateGal .galReference .title {
	min-height: 50px;
	padding: 20px 25% 0 20px;
}
.galReference .sub {
	font-size: 12px;
	line-height: 1.1em;
}
.alternateGal .galReference .sub {
	position: absolute;
	top: 75px;
	left: 0;
	padding-right: 25%;
	padding-left: 20px;
	z-index: 2;
}
.alternateGal .galReference .iS {
	position: relative;
	z-index: 1;	
}
.alternateGal .galReference .button {
    left: -5px;
    position: absolute;
    top: 120px;
    z-index: 2;
}
.alternateGal .galReference .button:before {
	border: none;	
}
.alternateGal .galReference .button:after {
    border-color: #b0292a transparent transparent;
    border-style: solid;
    border-width: 20px 10px 0 0;
    content: "";
    display: block;
    height: 0;
    left: 100%;
    position: absolute;
    top: 0;
    width: 0;
}
.galReference .content-button {
	height: 56px;
	line-height: 56px;	
	text-align: right;
}
.button {
	display: inline-block;
	background: #b0292a;
	width: 90px;
	margin-right: -5px;
	line-height: 20px;
	height: 20px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.button:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 0 0 20px 10px;
	border-color: transparent transparent #b0292a transparent;
}
.button:hover {
	background: #bdbdbd !important;	
}
.button:hover:after {
	border-color: #bdbdbd transparent transparent transparent !important;
}
.button:hover:before {
	border-color: transparent transparent #bdbdbd transparent !important;
}
.actus .button:hover {
	background: #f5f5f5 !important;	
	color: #484848;
}
.actus .button:hover:after {
	border-color: #f5f5f5 transparent transparent transparent !important;
}
.actus .button:hover:before {
	border-color: transparent transparent #f5f5f5 transparent !important;
}

.lastReference .hover .table .cell {
	vertical-align: bottom;
	text-align: right;
}
@media (max-width: 1023px) {
	.lastReference img.big {
		display: none;	
	}
	.lastReference .hover .table .cell {
		text-align: right;
		padding-right: 23px;
		padding-bottom: 5px;
		padding-left: 25%;
	}
	.lastReference .hover .legende {
		display: none;
	}
	.certifs h2 {
		font-family: 'OpenSans_regular';
		font-size: 20px;
		text-align: center;
		display: block;
		margin-bottom: 5px;
		margin-top: 30px;
	}
	.certifications {
		width: 100%;	
	}
	.certifications .col {
		width: 50%;
		height: 80px;
		line-height: 80px;
		margin-bottom: 15px;
	}
	.certifications .col .certif {
		width: 100%;
		height: 100%;
		position: relative;
		text-align: center;
	}
	.certifications .col .certif img {
		vertical-align: middle;
		display: inline-block;
	}
	.certifications .col .certif span {
		bottom: -10px;
		font-size: 10px;
		line-height: 1em;
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;
	}
}
@media (min-width: 480px) {
	.lastReference {
		height: 450px;
	}
	.lastReference .hover .table .cell {
		padding-left: 30%;
	}
	.galReference .title {
		font-size: 25px;
	}	
	.galReference .sub {
		font-size: 17px;
		margin-bottom: 15px;
	}
	.lastReference .activite {
		font-size: 11px;
		top: 230px;
	}
	.galReference .content-button {
		height: 75px;
		line-height: 75px;	
	}
	.button {
		width: 125px;
		margin-right: -5px;
		line-height: 35px;
		height: 35px;
		font-size: 14px;
	}
	.button:before {
		border-width: 0 0 35px 14px;
	}
	.alternateGal .galReference .button:after {
		border-width: 35px 14px 0 0;
	}
	.alternateGal .lastReference .activite > * {
		width: 135px;
	}
	.alternateGal .lastReference .activite::before {
		border-width: 0 0 111px 247px;
	}
}
@media (min-width: 570px) {
	.lastReference {
		height: 500px;
	}
	.galReference .title {
		font-size: 35px;
	}	
	.galReference .sub {
		font-size: 19px;
	}
	.lastReference .activite {
		font-size: 13px;
	}
	.alternateGal .galReference .sub {
		top: 125px;	
	}
	.alternateGal .galReference .button {
		top: 200px;	
	}
	.alternateGal .lastReference .activite::before {
		border-width: 0 0 141px 277px;
	}
	.certifs h2 {
		font-size: 23px;	
	}
}
@media (min-width: 640px) {
	.lastReference {
		height: 554px;
	}
	.lastReference .hover .table .cell {
		padding-right: 33px;
		padding-left: 33px;
	}
	.galReference .title {
		font-size: 45px;
		padding-left: 88px;
	}	
	.galReference .sub {
		font-size: 20px;
	}
	.lastReference .activite {
		font-size: 17px;
		top: 270px;	
		right: 33px;
		line-height: 1em;
	}
	.lastReference .activite img {
		width: 50px;
	}
	.galReference .sub {
		margin: 0;	
	}
	.galReference .content-button {
		height: 100px;
		line-height: 100px;	
	}
	.button {
		width: 180px;
		margin-right: -10px;
		line-height: 40px;
		height: 40px;
		font-size: 16px;
	}
	.button:before {
		border-width: 0 0 40px 18px;
	}
	.alternateGal .galReference .button:after {
		border-width: 40px 18px 0 0;
	}
	.alternateGal .galReference .sub {
		top: 145px;
	}	
	.certifs h2 {
		font-size: 30px;	
	}
}
@media (min-width: 768px) {
	.lastReference  {
		height: 305px;
	}
	.alternateGal .galReference .lastReference {
		height: 155px;
		width: 340px;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 2;
	}
	.alternateGal .galReference {
		width: 100%;
	}
	.lastReference img.small {
		display: none;	
	}
	.lastReference img.big {
		display: block;	
	}
	.galReference {
		width: 100%;
	}
	.galReference .content-button {
		height: 85px;
		line-height: 85px;
	}	
	.button {
		font-size: 14px;
		width: 180px;
	}
	.lastReference .hover .table .cell {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 5px;
	}
	.lastReference .activite {
		font-size: 14px;
		right: 30px;
		top: 160px;
	}	
	.lastReference .activite img {
		width: 50px;	
	}
	.galReference .title {
		font-size: 20px;
		padding-left: 135px;
	}	
	.galReference .sub {
		font-size: 14px;
		padding-left: 85px;
	}
	.certifs.mobile { display: none; }
	.certifs {
		width: 473px;
		padding-left: 20px;
	}
	.certifs h2 {
		height: 80px;
		line-height: 80px;
		padding-left: 33px;
		background: #bdbdbd;
		color: #fff;
		width: 433px;
		position: relative;
		font-family: 'OpenSans_regular';
		font-size: 25px;
		margin-bottom: 20px;
	}
	.certifs h2:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 80px 40px 0 0;
		border-color: #bdbdbd transparent transparent transparent;
		position: absolute;
		left: 100%;
		top: 0;
	}
	.certifications {
		width: 100%;	
	}
	.certifications .col {
		width: 50%;
		padding-left: 40px;	
		padding-right: 10px;	
		height: 80px;
		line-height: 80px;
		margin-bottom: 15px;
	}
	.certifications .col .certif {
		width: 100%;
		background: #f5f5f5;
		position: relative;
		padding-left: 5%;
	}
	.certifications .col .certif:before {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 80px 40px;
		border-color: transparent transparent #f5f5f5 transparent;
		position: absolute;
		right: 100%;
		top: 0;
	}
	.certifications .col .certif:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 80px 40px 0 0;
		border-color: #f5f5f5 transparent transparent transparent;
		position: absolute;
		left: 100%;
		top: 0;
	}
	
	.certifications .col .certif span {
		bottom: 10px;
		font-size: 10px;
		line-height: 1em;
		position: absolute;
		right: 0;
		text-align: right;
		width: 50%;
	}
	.alternateGal .lastReference .activite::before {
		border-width: 0 0 355px 155px;
	}
	.alternateGal .galReference .title {
		display: inline-block;
		padding: 20px 20px 0 20px;
		width: 344px;
		margin-bottom: 5px;
	}
	.actualites.alternateGal .galReference .title {
		margin-bottom: 15px;
	}
	.alternateGal .galReference .sub {
		padding: 0 20px;
		top: auto;
		width: 344px;
	}
	.alternateGal .galReference .button {
		bottom: 10px;
		left: -10px;
		top: auto;
		height: 35px;
		line-height: 35px;
	}	
	.alternateGal .galReference .button::after {
		border-width: 35px 14px 0 0;
	}
	.alternateGal .galReference {
		margin-bottom: 30px;	
		min-height: 155px;
	}
	.alternateGal .lastReference img.hover {
		height: 100% !important;
		margin: 0 !important;
		width: auto !important;
	}
	.alternateGal .lastReference .activite > * {
		width: 115px;
	}	
}

@media (min-width: 1024px) {
	.lastReference  {
		height: 305px;
	}
	.alternateGal .galReference .lastReference {
		height: 155px;
		width: 616px;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 2;
	}
	.alternateGal .galReference {
		width: 100%;
	}
	.lastReference img.small {
		display: none;	
	}
	.galReference {
		width: 467px;
	}
	.galReference .content-button {
		height: 85px;
		line-height: 85px;
	}	
	.button {
		font-size: 14px;
		width: 180px;
	}
	.lastReference .hover .table .cell {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 5px;
	}
	.lastReference .activite {
		font-size: 14px;
		right: 30px;
		top: 160px;
	}	
	.alternateGal .lastReference .activite {
		padding-bottom: 20px;
		padding-right: 30px;
	}
	.lastReference .activite img {
		width: 40px;	
		margin-bottom: 5px;
	}
	.alternateGal .lastReference .activite p:first-child {
		position: absolute;
		bottom: 85px;
		right: 30px;
	}
	.alternateGal .lastReference .activite img {
		width: 45px;	
	}
	.galReference .title {
		font-size: 20px;
		padding-left: 135px;
	}	
	.galReference .sub {
		font-size: 16px;
		line-height: 1.2em;
		padding-left: 85px;
	}
	.certifs.mobile { display: none; }
	.certifs {
		width: 473px;
		padding-left: 20px;
	}
	.certifs h2 {
		height: 80px;
		line-height: 80px;
		padding-left: 33px;
		background: #bdbdbd;
		color: #fff;
		width: 433px;
		position: relative;
		font-family: 'OpenSans_regular';
		font-size: 25px;
		margin-bottom: 20px;
	}
	.certifs h2:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 80px 40px 0 0;
		border-color: #bdbdbd transparent transparent transparent;
		position: absolute;
		left: 100%;
		top: 0;
	}
	.certifications {
		width: 100%;	
	}
	.certifications .col {
		width: 50%;
		padding-left: 40px;	
		padding-right: 10px;	
		height: 80px;
		line-height: 80px;
		margin-bottom: 15px;
	}
	.certifications .col .certif {
		width: 100%;
		background: #f5f5f5;
		position: relative;
		padding-left: 5%;
	}
	.certifications .col .certif:before {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 80px 40px;
		border-color: transparent transparent #f5f5f5 transparent;
		position: absolute;
		right: 100%;
		top: 0;
	}
	.certifications .col .certif:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 80px 40px 0 0;
		border-color: #f5f5f5 transparent transparent transparent;
		position: absolute;
		left: 100%;
		top: 0;
	}
	.certifications .col .certif span {
		bottom: 10px;
		font-size: 12px;
		line-height: 1.2em;
		position: absolute;
		right: 0;
		text-align: left;
		width: 66%;
	}
	.alternateGal .lastReference .activite::before {
		border-width: 0 0 475px 242px;
	}
	.alternateGal .galReference .title {
		display: inline-block;
		padding: 20px 20px 0 20px;
		width: 344px;
		margin-bottom: 5px;
	}
	.actualites.alternateGal .galReference .title {
		margin-bottom: 15px;
	}
	.alternateGal .galReference .sub {
		padding: 0 20px;
		top: auto;
		width: 344px;
	}
	.alternateGal .galReference .button {
		bottom: 10px;
		left: -10px;
		top: auto;
		height: 35px;
		line-height: 35px;
	}	
	.alternateGal .galReference .button::after {
		border-width: 35px 14px 0 0;
	}
	.alternateGal .galReference {
		margin-bottom: 30px;	
		min-height: 155px;
	}
	.alternateGal .lastReference img.hover {
		height: 100% !important;
		margin: 0 !important;
		width: auto !important;
	}
	.alternateGal .lastReference .activite > * {
		width: 115px;
	}	
}
@media (min-width: 1680px) {
	.galReference {
		width: 570px;
	}
	.certifs {
		width: 600px;
		padding-left: 30px;	
	}
	.certifs h2 {
		width: 530px;	
	}
	.certifications .col {
		width: 48%;
		padding-right: 15px;	
	}
	.alternateGal .galReference .title, .alternateGal .galReference .sub {
		width: 554px;
	}
	.lastReference .activite {
		font-size: 15px;	
	}
	
	.certifications .col .certif span {
		bottom: 8px;
		font-size: 15px;
		line-height: 1.4em;
		position: absolute;
		right: 0;
		text-align: left;
		width: 70%;
	}
	
	
}
@media (max-width: 1023px) {
	.desktop {
		display: none;	
	}
}
.actus .col {
	width: 100%;
	height: 87px;
	margin: 0 auto;
	margin-bottom: 20px;
}
@media (max-width: 1023px) {
	.actus .col {
		float: none;
	}
}
.actus {
	margin-top: 20px;	
}
.actus .col:first-child .left, .actus .col:last-child .right {
	float: left;
}
.actus .col:first-child .right, .actus .col:last-child .left {
	float: right;
}
.actus .col .left {
	width: calc(100% - 161px);
	background: #bdbdbd;
	height: 100%;
	position: relative;
}
.actus .col .left h3 {
    font-size: 12px;
    line-height: 1.1em;
	color: #fff;
}
.actus .col:first-child .left h3 {
	padding: 0 10px;
}
.actus .col:last-child .left h3 {
	text-align: right;
	padding: 0 10px;
}
.actus .col .right {
	width: 161px;
	position: relative;
}
.actus .col:first-child .right:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 87px 35px 0 0;
	border-color: #bdbdbd transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}
.actus .col:first-child .right:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 87px 35px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: 0;
	right: 0;
}
.actus .col:last-child .right:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 87px 35px;
	border-color: transparent transparent #bdbdbd transparent;
	position: absolute;
	top: 0;
	right: 0;
}
.actus .col:last-child .right:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 87px 35px 0 0;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}
.actus .col:first-child .button:before {
	display: none;
}
.actus .col:first-child .button:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 20px 10px 0 0;
	border-color: #b0292a transparent transparent transparent;
}
.actus .col:first-child .button, .actus .col:last-child .left h3 {
	position: absolute;
	bottom: 10px;
	left: -5px;	
	margin: 0;
}
.actus .col:first-child .button {
	left: -5px;	
}
.actus .col:last-child .button, .actus .col:first-child .left h3 {
	position: absolute;
	top: 10px;
	right: -5px;	
	margin: 0;
}
@media (min-width: 480px) {
	.actus .col {
		height: 136px;
	}
	.actus .col .right {
		width: 252px;
	}
	.actus .col .left {
		width: calc(100% - 252px);
	}
	.actus .col:first-child .button:after {
		border-width: 35px 14px 0 0;
	}
	.actus .col:last-child .right:after, .actus .col:first-child .right:after {
		border-width: 0 0 136px 57px;
	}
	.actus .col:first-child .right:before, .actus .col:last-child .right:before{
		border-width: 136px 57px 0 0;
	}
	.actus .col .left h3 {
		font-size: 15px;	
	}
	.actus .col:first-child .button, .actus .col:last-child .left h3 {
		bottom: 10px;
	}
	.actus .col:last-child .button, .actus .col:first-child .left h3 {
		top: 10px;
	}
}
@media (min-width: 570px) {
	.actus .col:last-child .button, .actus .col:first-child .left h3 {
	  top: 15px;
	}	
	.actus .col:first-child .button, .actus .col:last-child .left h3 {
	  bottom: 15px;
	}	
	.actus .col:first-child .left h3 {
		padding-left: 20px;	
	}
	.actus .col:last-child .left h3 {
		padding-right: 20px;	
	}
}
@media (min-width: 640px) {
	.actus .col {
		height: 173px;
	}
	.actus .col .right {
		width: 320px;
	}
	.actus .col .left {
		width: calc(100% - 320px);
	}
	.actus .col:first-child .button:after {
		border-width: 40px 18px 0 0;
	}
	.actus .col:last-child .right:after, .actus .col:first-child .right:after {
		border-width: 0 0 173px 72px;
	}
	.actus .col:first-child .right:before, .actus .col:last-child .right:before{
		border-width: 173px 72px 0 0;
	}
	.actus .col .left h3 {
		font-size: 19px;
	}
	.actus .col:first-child .left h3 {
		padding: 0 15px 0 35px;
	}
	.actus .col:last-child .left h3 {
		padding: 0 35px 0 15px;
	}
	.actus .col:first-child .button, .actus .col:last-child .left h3 {
		bottom: 15px;
	}
	.actus .col:last-child .button, .actus .col:first-child .left h3 {
		top: 15px;
	}
}
@media (min-width: 768px) {
	.actus .col {
		height: 171px;
		width: 668px;
	}
	.actus .col .left {
		width: 350px;
	}
	.actus .col .right {
		width: 318px;
	}
	.actus .col:first-child .button:after {
		border-width: 40px 20px 0 0;
	}
	.actus .col:last-child .right:after, .actus .col:first-child .right:after {
		border-width: 0 0 171px 72px;
	}
	.actus .col:first-child .right:before, .actus .col:last-child .right:before{
		border-width: 171px 72px 0 0;
	}
	.actus .col .left h3 {
		font-size: 19px;
	}
	.actus .col:first-child .button, .actus .col:last-child .left h3 {
		bottom: 15px;
	}
	.actus .col:last-child .button, .actus .col:first-child .left h3 {
		top: 15px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.chrome .actus .col {
		height: 172px;
	}
	.chrome .actus .col:last-child .right:after, .chrome .actus .col:first-child .right:after {
		border-width: 0 0 172px 72px;
	}
	.chrome .actus .col:first-child .right:before, .chrome .actus .col:last-child .right:before{
		border-width: 172px 72px 0 0;
	}
	.safari .actus .col {
		height: 172px;
	}
	.safari .actus .col:last-child .right:after, .safari .actus .col:first-child .right:after {
		border-width: 0 0 172px 72px;
	}
	.safari .actus .col:first-child .right:before, .safari .actus .col:last-child .right:before{
		border-width: 172px 72px 0 0;
	}
}
@media (min-width: 1024px) {
    .actus {
        position: relative;    
    }
    .actus .col {
		height: 180px;
        width: 507px;
        position: relative;
    }
    .actus .col .left {
        width: 188px;
        position:relative;
        z-index: 2;
    }
	.actus .col .left h3 {
	  font-size: 17px;
	}	
    .actus .col:last-child {
        position: absolute;
        top: 0;
        right: 0;
    }
    .actus .col:first-child .right:before {
		left: 67px;
		position: absolute;
		top: 129px;
		-webkit-transform: rotate(-25deg);
-moz-transform: rotate(-25deg);
-ms-transform: rotate(-25deg);
-o-transform: rotate(-25deg);
transform: rotate(-25deg);
		z-index: 2;
    }
	.actus .col:last-child .right::after, .actus .col:first-child .right::after {
		border-width: 0 0 180px 72px;
	}	
    .actus .col:last-child .right:after {
		position: absolute;
		right: 69px;
		top: 28px;
		-webkit-transform: rotate(-25deg);
-moz-transform: rotate(-25deg);
-ms-transform: rotate(-25deg);
-o-transform: rotate(-25deg);
transform: rotate(-25deg);
		z-index: 2;
    }
    .actus .col:first-child .right:after, .actus .col:last-child .right:before {
        border: none !important;
    }
    .actus .col .right {
        overflow: hidden;
        -webkit-transform: rotate(25deg);
-moz-transform: rotate(25deg);
-ms-transform: rotate(25deg);
-o-transform: rotate(25deg);
transform: rotate(25deg);
        z-index: 1;
    }
    .actus .col .right img {
        -webkit-transform: rotate(-25deg);
-moz-transform: rotate(-25deg);
-ms-transform: rotate(-25deg);
-o-transform: rotate(-25deg);
transform: rotate(-25deg);
    }
    .actus .col:last-child .right {
		height: 324px;
		left: 43px;
		position: absolute;
		top: -58px;
		width: 333px;
    }
    .actus .col:last-child .right img {
		left: -56px;
		position: absolute;
		top: 83px;
    }
    .actus .col:first-child .right {
		height: 329px;
		position: absolute;
		right: 38px;
		top: -97px;
		width: 332px;
    }
	.actus .col:first-child .right:before, .actus .col:last-child .right:before{
		border-width: 180px 72px 0 0;
	}
    .actus .col:first-child .right img {
		position: absolute;
		right: -53px;
		top: 75px;
    }
	.chrome .actus .col:first-child .right:before {
	  left: 70px;
	  position: absolute;
	  top: 128px;
	  -webkit-transform: rotate(-25deg);
-moz-transform: rotate(-25deg);
-ms-transform: rotate(-25deg);
-o-transform: rotate(-25deg);
transform: rotate(-25deg);
	  z-index: 2;
	}	
	.chrome .actus .col:first-child .right:before, .chrome .actus .col:last-child .right:before{
		border-width: 181px 72px 0 0;
	}
	.chrome .actus .col:first-child .right {
	  height: 323px;
	  position: absolute;
	  right: 38px;
	  top: -97px;
	  width: 333px;
	}
	.chrome .actus .col:first-child .right img {
	  position: absolute;
	  right: -54px;
	  top: 75px;
	}
}
@media (min-width: 1680px) {
    .actus .col {
        width: 610px;
    }
    .actus .col .left {
        width: 292px;
    }
	.actus .col .left h3 {
	  font-size: 23px;
	}
    .actus .col:first-child .right:before {
		left: 69px;
		position: absolute;
		top: 128px;
	}
	.actus .col:last-child .right::after {
		right: 70px;
	}
}
footer .col-r {
	font-size: 9.5px;	
}
footer a:hover {
	color: #000	
}
@media (max-width: 1024px) {
	footer { padding-bottom: 30px; }
	footer .desktop {
		display: none;	
	}
	footer .col-r span.separ:before {
		content: '\A';
		white-space: pre;
	}
	#mentions {
		font-size: 7px;	
		position: absolute;
		right: 0;
		bottom: 0;
	}
}
@media (min-width: 480px) {
	footer .col-r {
		font-size: 14px;
	}	
	#mentions {
		font-size: 10px;	
	}
}
@media (min-width: 640px) {
	footer .col-r {
		font-size: 14px;
	}	
	#mentions {
		font-size: 9px;	
	}
}
@media (min-width: 1025px) {
	.refs {
		position: relative;
		z-index: 50;	
	}
	footer {
		position: relative;
		padding-bottom: 25px;
		background: url(img/bg-head-foot.png) repeat-x center center;
		background-size: cover;
		height: 184px;
		z-index: 50;
	}
	footer .bloc-conteneur:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 35px;
		background: #a1a1a1;
		opacity: 0.1;
		z-index: 1;
	}
	footer .bloc-conteneur > .col {
		width: 50%;
		position: relative;
		z-index: 2;
	}
	.sitemap {
		font-size: 12px;
		padding-left: 20px;
	}
	.sitemap .col {
		padding-right: 25px;
		position: relative;
	}
	.sitemap .col:last-child {
		padding-right: 0;
	}
	.sitemap .col:nth-child(1) {
		width: 100px;
	}
	.sitemap .col:nth-child(2) {
		width: 220px;
	}
	.sitemap .col:nth-child(3) {
		width: 140px;
	}	
	.sitemap .main {
		font-family: 'OpenSans_regular';
		color: #323232;
		line-height: 35px;
	}
	.sitemap .sub {
		color: #a3a3a3;
		position: absolute;
		top: 28px;
		left: 0;
		padding-top: 10px;
		padding-left: 15px;
		border-left: 1px solid #a3a3a3;
	}
	.sitemap .sub p {
		position: relative;
	}
	footer .sub p::before {
		content: "";
		background: url('img/sitemap.png') no-repeat center left;
		display: block;
		height: 3px;
		left: -17px;
		position: absolute;
		top: 7px;
		width: 11px;
	}
	footer .col-r > p, #mentions {
		font-size: 9.5px;
		line-height: 35px;
	}
	footer .col-r > p span.separ:after {
		content: ' / ';
	}
	#certif-foot {
		font-size: 10px;
		color: #323232;	
		position: relative;
		line-height: 120px;
		text-align: left;
	}
	#certif-foot span {
		left: 177px;
		position: absolute;
		top: 89px;
		line-height: 1em;
		font-size: 9px;
  	}
	#certif-foot img:not(:last-child) {
		margin-right: 6px;	
	}
	#certif-foot img[alt="MASE"] {
		height: 31px;
		margin-top: -6px;
	}	
	#certif-foot img[alt="FFB"] {
		height: 31px;
		margin-top: -6px;
	}	
	#certif-foot img[alt="Travaux Publics"] {
		height: 31px;
		margin-top: -6px;
	}	
	#certif-foot img[alt="Cofrend"] {
		height: 31px;
		margin-top: -6px;
	}	
	#certif-foot img[alt="SNCF"] {
		margin-top: -6px;
		height: 31px;
	}
}
@media (min-width: 1680px) {
	
#certif-foot img:not(:last-child) {
		margin-right: 6px;	
	}
	#certif-foot img[alt="MASE"] {
		height: 41px;
		margin-top: -6px;
	}	
	#certif-foot img[alt="FFB"] {
		height: 41px;
		margin-top: -6px;
	}	
	#certif-foot img[alt="Travaux Publics"] {
		height: 41px;
		margin-top: -6px;
	}	
	#certif-foot img[alt="Cofrend"] {
		height: 41px;
		margin-top: -6px;
	}	
	#certif-foot img[alt="SNCF"] {
		margin-top: -6px;
		height: 41px;
	}
	
	.sitemap {
		padding-left: 30px;
	}
	.sitemap .sub {
		padding-left: 20px;
	}
	.sitemap .sub p:before {
		width: 18px;
		left: -22px;
	}
	footer .col-r > p, #mentions {
		font-size: 12px;
	}
	#certif-foot {
		font-size: 12px;
	}
	#certif-foot img:not(:last-child) {
		margin-right: 6px;
	}
	#certif-foot img {
		width: auto !important;	
	}
	#certif-foot span {
		font-size: 10px;
		left: 202px;
		line-height: 1em;
		top: 94px;
	}	
	.sitemap .col:nth-child(1) {
		width: 125px;
	}
	.sitemap .col:nth-child(2) {
		width: 245px;
	}
	.sitemap .col:nth-child(3) {
		width: 165px;
	}
	footer .bloc-conteneur > .col {
		width: auto;
	}	
}
.maintxt {
	margin-top: 20px;	
}
.stamplus {
	background: #bdbdbd;
	color: #fff;
    margin-bottom: 20px;
    padding: 32px;
}
.stamplus .title {
    font-size: 25px;
	margin-bottom: 25px;
}
.stamplus .title span {
    font-size: 46px;
    line-height: 37px;
    vertical-align: text-bottom;
}
.savoir-faire {
	margin-bottom: 20px;	
}
.savoir-faire .title {
	font-family: "OpenSans_regular";
	padding-right: 15px;
	height: 30px;
	line-height: 30px;
	font-size: 21px;
	margin-bottom: 10px;
}
.savoir-faire ul {
	font-size: 13px;
	margin-bottom: 25px;
}
.savoir-faire ul li {
	margin-bottom: 15px;
}
.savoir-faire .title span {
	padding-left: 20px;
	background: #f5f5f5;
	position: relative;
	display: block;	
}
.savoir-faire .title span:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 15px 0 0;
	border-color: #f5f5f5 transparent transparent transparent;
}
li {
	list-style: none;
	padding-left: 20px;	
	padding-right: 20px;	
	position: relative;
	font-size: inherit;
	margin-bottom: 10px;
}
li:before {
	content: '';	
	position: absolute;
	left: 0;
	top: 3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 11px;
	border-color: transparent transparent transparent #b0292a;
}
@media (min-width: 768px) {
	.savoir-faire ul {
		font-size: 15px;
		margin-bottom: 25px;
	}
}
@media (min-width: 1024px) {
	.maintxt > .col {
		width: 50%;	
	}
	.maintxt > .col:first-child {
		padding-right: 15px;	
	}
	.maintxt > .col:last-child {
		padding-left: 15px;	
	}
	.maintxt .intro {
		margin-bottom: 20px;
	}
	.maintxt .stamplus {
		min-height: 328px;
		padding: 30px 30px 30px 0;	
		position: relative;
		margin-left: 150px;
		text-align: right;
	}
	.maintxt .stamplus:before {
		content: '';
		position: absolute;
		top: 0;
		right: 100%;	
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 328px 140px;
		border-color: transparent transparent #bdbdbd transparent;
	}
	.activite-1 .maintxt .stamplus {
		min-height: 348px;
	}
	.activite-1 .maintxt .stamplus:before {
		border-width: 0 0 348px 89px;
	}
	
	.activite-2 .maintxt .stamplus {
		min-height: 310px;
	}
	.activite-2 .maintxt .stamplus:before {
		border-width: 0 0 310px 89px;
	}

	.activite-3 .maintxt .stamplus {
		min-height: 270px;
	}
	.activite-3 .maintxt .stamplus:before {
		border-width: 0 0 270px 89px;
	}
	.activite-4 .maintxt .stamplus {
		min-height: 224px;
	}
	.activite-4 .maintxt .stamplus:before {
		border-width: 0 0 224px 95px;
	}
	.activite-5 .maintxt .stamplus {
		min-height: 235px;
	}
	.activite-5 .maintxt .stamplus:before {
		border-width: 0 0 235px 95px;
	}

	.activite-6 .maintxt .stamplus {
		min-height: 314px;
	}
	.activite-6 .maintxt .stamplus:before {
		border-width: 0 0 314px 95px;
	}
	.savoir-faire .title {
		margin-bottom: 35px;
		height: 60px;
		line-height: 60px;
		padding-right: 30px;	
	}
	.savoir-faire .title span:after {
		border-width: 60px 30px 0 0;
	}
	.savoir-faire ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		font-size: 15px;
	}
	li {
		padding-left: 30px;	
		margin-bottom: 20px;
	}
	.stamplus .txt {
		font-size: 16px;	
	}
	.multicols {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.multicols ul {
		margin: 0 !important;	
	}
}
@media (min-width: 1680px) {
	.stamplus .txt {
		font-size: 20px;	
	}
	.stamplus .title {
		font-size: 30px;
	}
	.stamplus .title span {
		font-size: 60px;
		font-family: 'OpenSans_bold';	
		line-height: 41px;
	}
	.savoir-faire .title {
		font-size: 22px;
	}

}
.textes ul {
	margin-top: 20px;	
}
.marge {
	margin-bottom: 20px !important;	
}
.textes h2,.textes h3 {
	font-family: 'OpenSans_bold';
	margin-top: 15px;
}
.implantation {
	background: #bdbdbd;
	padding: 95px 45px 45px 45px;
	position: relative;
	color: #fff;
	margin-bottom: 25px;
}
.implantation .adresses > .col h5 {
	font-size: 17px;
	margin-bottom: 15px;
	color: #b0292a;
	padding-right: 20px;
}
.implantation .adresses > .col a {
	color: inherit;	
}
@media (max-width: 1023px) {
	.implantation > .col {
		width: 100%;	
	}
	.implantation .map {
		margin-bottom: 20px;
		text-align: center;
	}
	.implantation h4 {
		font-size: 23px;
		position: absolute;
		top: 25px;	
		display: block;
		padding-right: 45px;
	}
	.implantation .txt {
		font-size: 13px;
		line-height: 1.25em;
	}
	.implantation .adresses > .col {
		margin-top: 20px;	
	}
}
@media (min-width: 480px) {
	.implantation .adresses	> .col {
		width: 33%;	
	}
	.implantation .txt {
		font-size: 14px;
	}	
	.implantation .adresses > .col h5 {
		font-size: 17px;
	}
	.implantation h4 {
		top: 40px;
	}
}
@media (min-width: 640px) {
	.implantation h4 {
		font-size: 35px;
	}
	.implantation .adresses {
		margin-top: 25px;	
	}
	.implantation .adresses > .col h5 {
		font-size: 20px;
		padding-right: 60px;
	}
	.implantation .txt {
		font-size: 17px;
	}
}
@media (min-width: 1024px) {
	.PageSociete .textes > .col:first-child {
		padding-right: 15px;	
	}
	.PageSociete .textes > .col:last-child {
		padding-left: 15px;	
	}
	.textes h2, .PageSociete .textes h3 {
		margin-bottom: 20px;
		font-size: 22px;
	}
	.PageSociete .textes .intro {
		padding-right: 205px;
	}
	.implantation {
	    padding: 30px;		
	}
	.implantation > .col:first-child {
		width: 205px;
		line-height: 279px;
	}
	.implantation > .col:last-child {
		width: 665px;
		padding-left: 50px;
	}
	.implantation h4 {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.implantation .txt {
		font-size: 16px;
	}
	.implantation .adresses > .col h5 {
		font-size: 18px;
	}
}
@media (min-width: 1680px) {
	.PageSociete .textes .intro {
		padding-right: 410px;
	}
	.implantation > .col:first-child {
		width: 445px;
		line-height: 279px;
		text-align: center;
	}
}

.societe {
	background: #bdbdbd;
	position: relative;
	color: #fff;
	margin-bottom: 25px;
}
@media (max-width: 1023px) {
	.societe .keywords {
		font-size: 15px;
		line-height: 1.8em;	
	}
	.societe h4 {
		font-size: 15px;
		position: absolute;
		top: 25px;	
	}
	.societe .txt {
		font-size: 13px;
		line-height: 1.2em;
		text-align: right;
	}
	.societe .col:last-child {
		text-align: right;
	}
	.societe > .col {
		width: 100%;
		position: relative;	
	}
	.societe .col:first-child, .societe .col:last-child {
		padding: 10px 25px 20px;
	}
	.societe .col:first-child {
		margin-top: 196px;
		position: relative;
		z-index: 2;
	}
	.societe .col:first-child h4 {
		position: absolute;
		top: -25px;
		right: 25px;
		text-align: right;
		z-index: 2;
	}
	.societe #galSociete {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.societe #galSociete .iS {
		height: 196px;
	}
	.PageSociete .societe img.hover {
		height: auto !important;
		margin: 0 !important;
		width: 100% !important;
		bottom: 0;
		left: 0;
		position: absolute;
	}
}
@media (min-width: 480px) {
	.societe #galSociete .iS {
		height: 292px;
	}
	.societe .col:first-child {
		margin-top: 292px;
	}
	.societe .txt {
		font-size: 14px;
		line-height: 1.1em;
	}	
	.societe .col:first-child h4 {
		top: -50px;
		font-size: 20px;
	}
	.societe .txt {
		font-size: 14px;
		line-height: 1.2em;
	}
	.societe .keywords {
		font-size: 17px;
		line-height: 1.8em;	
	}
}
@media (min-width: 570px) {
	.societe #galSociete .iS {
		height: 346px;
	}
	.societe .col:first-child {
		margin-top: 346px;
	}
	.societe .txt {
		font-size: 14px;
		line-height: 1.1em;
	}	
	.societe .col:first-child h4 {
		top: -75px;
		font-size: 24px;
	}
	.societe .txt {
		font-size: 16px;
		line-height: 1.2em;
	}
	.societe .keywords {
		font-size: 18px;
		line-height: 1.8em;	
	}
}
@media (min-width: 640px) {
	.societe #galSociete .iS {
		height: 389px;
	}
	.societe .col:first-child {
		margin-top: 389px;
	}
	.societe .txt {
		font-size: 14px;
		line-height: 1.1em;
	}	
	.societe .col:first-child h4 {
		top: -75px;
		font-size: 25px;
	}
	.societe .txt {
		font-size: 17px;
		line-height: 1.2em;
	}
	.societe .keywords {
		font-size: 18px;
		line-height: 1.7em;	
	}
}
@media (min-width: 1024px) {
	.societe {
	    padding: 0;
		height: 389px;	
	}
	.societe .col:first-child h4 {
		font-size: 30px;
		margin-bottom: 32px;
	}
	.societe .txt {
		font-size: 16px;
		font-family: 'OpenSans_regular';
	}
	.societe .col:first-child {
		margin: 0;
		padding: 36px 8px 30px 24px;
		width: 410px;
	}
	.societe .keywords {
		position: absolute;
		bottom: 20px;
		right: 30px;
		z-index: 2;	
		text-align: right;
		font-size: 20px;
		font-family: 'OpenSans_regular';
	}
	.societe #galSociete {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;	
		width: 565px;
		overflow: hidden;
	}
	.societe #galSociete .iS {
		height: 389px;
		position: relative;
	}
	.societe #galSociete .iS img.hover {
		display: none;	
	}
	.societe #galSociete:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		z-index: 3;
		border-style: solid;
		border-width: 389px 184px 0 0;
		border-color: #bdbdbd transparent transparent transparent;
	}
	.societe #galSociete:after {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		width: 0;
		height: 0;
		z-index: 3;
		border-style: solid;
		border-width: 0 0 539px 214px;
		border-color: transparent transparent #bdbdbd transparent;
	}
}
@media (min-width: 1680px) {
	.societe .col:first-child {
		margin: 0;
		padding: 55px 30px 30px;
		width: 600px;
	}
	.societe .col:first-child h4 {
		margin-bottom: 50px;
	}
}

.PageReferences.alternateGal .galReference .sub {
	position: relative;
	top: auto;
	left: auto;
	display: none;
}
.PageReferences .galReference .sub > * {
	margin-bottom: 10px;	
}
.PageReferences .galReference .sub ul {
	margin-top: -5px;	
}
.PageReferences .sub span {
	display: block;	
	margin-bottom: 5px;
	font-family: 'OpenSans_regular';
}
.PageReferences li {
	font-size: inherit;	
}
@media (max-width: 1023px) {
	.PageReferences .textes {
		margin-top: 20px;	
	}
	.PageReferences.alternateGal .galReference .title {
		margin-bottom: 20px;	
	}
	.PageReferences.alternateGal .galReference .button {
		position: relative;	
		top: auto;
		margin-top: 35px;
		margin-bottom: -50px;
		display: block;
	}
}
@media (min-width: 570px) {
	.PageReferences.alternateGal .galReference .title, .PageReferences.alternateGal .galReference .sub {
		padding-left: 45px;
	}
	.PageReferences .galReference .sub > * {
		margin-bottom: 20px;	
	}
}
@media (min-width: 768px) {
	.PageReferences.alternateGal .galReference .button {
		margin-bottom: 0;
	}
	.actualites.PageReferences.alternateGal .galReference .button {
		position: absolute;
		bottom: 15px;
		left: -10px;
	}
	.actualites.PageReferences.alternateGal .galReference .sub {
		margin-bottom: 70px;
	}
}
@media (min-width: 1024px) {
	.PageReferences .galReference .title {
		font-size: 24px;
		margin-bottom: 25px;
		line-height: 1em;
	}
	.actualites.PageReferences .galReference .title {
		font-size: 22px;
	}
	.PageReferences .galReference .title span {
		font-size: 20px;
		line-height: 1em;
	}
	.PageReferences.alternateGal .galReference .lastReference {
		height: auto;
		min-height: 155px;
	}
	.PageReferences.alternateGal .galReference .sub {
		width: 100%;
		margin-bottom: 70px;
	}
	.PageReferences.alternateGal .galReference .sub p {
		width: 35%;
		display: block;	
	}
	.PageReferences .sub .absolute {
		width: 525px !important;
		padding-right: 30px;
		float: right;
		padding-bottom: 90px;
	}
	.PageReferences .galReference .sub > *:last-child {
		margin-bottom: 0;
	}
	.PageReferences li {
	    margin-bottom: 5px;
	}
	.PageReferences .textes .intro {
		padding-right: 410px;
	}
	.PageReferences .textes .intro {
		padding-right: 35%;
	}
	.PageReferences.alternateGal .galReference .button {
		bottom: 15px;
	}
	.PageReferences .galReference .sub ul {
		margin-top: -10px;	
	}
	.actualites .lastReference::after {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		width: 0;
		height: 0;
		z-index: 3;
		border-style: solid;
		border-width: 0 0 155px 74px;
		border-color: transparent transparent #fff transparent;
	}
	.PageReferences.actualites.alternateGal .galReference .sub	{
		padding-left: 417px;
		padding-right: 40px;
		top: -85px;
		margin-bottom: -65px;
	}
	.actualites.PageReferences.alternateGal .galReference .sub p {
		margin-bottom: 150px;
		width: 100%;
		position: relative;
		z-index: 1;
	}	
}
@media (min-width: 1680px) {
	.PageReferences .galReference .title {
		font-size: 28px;
	}
	.PageReferences.actualites.alternateGal .galReference .sub {
		margin: 0;
		/*
		bottom: -45px;
		margin-top: -45px;
		*/
		padding-left: 45px;
		padding-right: 20px;
		top: auto;
		width: 554px;
	}
	.PageReferences.alternateGal .galReference .sub p {
		width: 35%;
		display: block;	
	}
	.actualites.PageReferences.alternateGal .galReference .sub p {
		width: 100%;
		display: block;	
		margin-bottom: 70px;
	}
	.PageReferences .sub .absolute {
		width: 570px !important;
	}
	.PageReferences .textes .intro {
		padding-right: 35%;
	}
}
@media (max-width: 1024px) {
	.contact .implantation {
		margin-top: 30px;	
	}
}
.contact h1 {
	margin-bottom: 10px;	
}
input {
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
	padding: 0 20px;
	border: none;
	outline: none;
	box-shadow: none;
}
textarea {
	width: 100%;
	overflow: auto;
	border-style: none; 
    border-color: Transparent; 
	height: 160px;
	margin-bottom: 10px;
	padding: 10px 20px;
	box-shadow: none;
}
input, textarea {
	background: #bdbdbd;
	color: #fff;
	font-family: 'OpenSans_light';	
	font-size: 13px;
}
@media (min-width: 480px) {
	input, textarea {
		font-size: 14px;
	}
}
@media (min-width: 640px) {
	.contact h1 {
		font-size: 20px;
	}
	input, textarea {
		font-size: 17px;
	}
}
@media (min-width: 1024px) {
	.contact h1 {
		font-size: 23px;
	}
	input, textarea {
		font-size: 16px;
	}
}

input.bouton {
	background: #b0292a;
	font-family: 'OpenSans_bold';	
}
input.bouton:hover {
	background: #bdbdbd;
}
.content-bouton {
	position: relative;	
}
/*
.content-bouton:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 20px 0 0;
	border-color: #fff transparent transparent transparent;
}
.content-bouton:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 35px 20px;
	border-color: transparent transparent #fff transparent;
}
*/
*::-webkit-input-placeholder { opacity: 1; color: inherit; font-family: inherit; }
*::-moz-placeholder { opacity: 1; color: inherit; font-family: inherit; }
*:-ms-input-placeholder { opacity: 1; color: inherit; font-family: inherit; }
*:-moz-placeholder { opacity: 1; color: inherit; font-family: inherit; }

@media (min-width: 1024px) {
	form {
		position: relative;	
	}
	input, textarea, .content-bouton {
		width: 48%;
		display: block;
	}
	input.bouton {
		width: 100%;
	}
	textarea {
		position: absolute;
		top: 0;
		right: 0;
	}
	.content-bouton {
		margin-top: 20px;	
	}
}

.texte-only .textes {
    margin-top: 25px;
}
.texte-only .textes .intro {
	font-size: 14px;	
}
.texte-only .intro > * {
	margin-bottom: 20px;
}
.texte-only h1, .texte-only h2 {
	display: block;	
}
.texte-only h1 {
	font-size: 1.5em;
}
.texte-only h2 {
	font-size: 1.25em;
}


.li-dev{
	margin-top: 18px;
}
.li-dev li{
	margin-left: 12px;
	margin: 8px 0 2px 0;
	font-size: 15px;	
}

.li-dev .li-decal-1{
	margin-left: 12px;
}
.li-dev .li-decal-2{
	margin-left: 24px;
}
.li-dev .li-decal-3{
	margin-left: 36px;
}
.li-dev .li-decal-4{
	margin-left: 48px;
}

.sep_container{
	width: 100%;
	text-align: center;
	margin: 36px 0 36px 0;
}
.sep{
	width: 25%;
	height: 1px;
	border-bottom: #777 1px solid;
	margin: auto;
}


.baseline {
	margin-bottom: 18px;
	margin-top: -18px;
	font-size: 20px;	
}

@media (max-width: 1024px) {
	.baseline {
		font-size: 16px;	
	}
}

@media (max-width: 768px) {
	.baseline {
		margin-bottom: 14px;
		margin-top: -6px;
		font-size: 18px;
		line-height: 22px;	
	}
}




/* ************************************** CNIL **************************************/
#tarteaucitronRoot {
	z-index: 130 !important;
}

#tarteaucitronAlertBig span {
    margin: 8px 8px ;
}
.cconsent {
	margin: 12px 0 0 0;
	line-height: 15px;
	margin-bottom: 32px;
}


.cconsent input {
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 10px;
	float: left;
	margin-right: 5px;
}
.maze img {
	width: 110px;
}

#certif-foot img[alt="SNCF"] {
    margin-top: -6px;
    height: 36px;
}
#certif-foot img[alt="Cofrend"] {
    height: 36px;
    margin-top: -6px;
}
#certif-foot img[alt="Travaux Publics"] {
    height: 36px;
    margin-top: -6px;
}
#certif-foot img[alt="FFB"] {
    height: 36px;
    margin-top: -6px;
}
#certif-foot img[alt="MASE"] {
    height: 33px;
    margin-top: -6px;
}

@media screen and (max-width:1680px) {
	
	#certif-foot img[alt="SNCF"] {
	    margin-top: -6px;
	    height: 28px;
	    width: auto;
	}
	#certif-foot img[alt="Cofrend"] {
	    height: 28px;
	    margin-top: -6px;
	    width: auto;
	}
	#certif-foot img[alt="Travaux Publics"] {
	    height: 28px;
	    margin-top: -6px;
	    width: auto;
	}
	#certif-foot img[alt="FFB"] {
	    height: 28px;
	    margin-top: -6px;
	    width: auto;
	}
	#certif-foot img[alt="MASE"] {
	    height: 24px;
	    margin-top: -6px;
	    width: auto;
	}

}

@media screen and (max-width:1024px) {
	.cconsentbr {
		margin-bottom: 34px;
	}
}

@media screen and (max-width:768px) {
	#tarteaucitronAlertBig span {
	    margin: 8px 8px ;
	}	
	.cconsentbr {
		margin-bottom: 0;
	}
	.cconsent {
	}
	.contact-form {
		height: auto;
		clear: both;
		display: block;
	}
	.contact-form:after {
		clear: both;
		display: block;
		content: '';
	}
}

@media screen and (max-width:767px) {
	.cconsent {
		margin: 6px 0 0 0;
	}
}


.select-lang {
	margin-left: 16px;	
}
@media screen and (max-width:768px) {

	.select-lang {
		right: 0;
		left: auto;
		margin-right: 0px;
	}
}
.intro.hmentions td {
	padding: 1px 3px;	
}
.intro.hmentions {
}

.h_linkedin {
	display: block;
	float: right;
	clear: both;
	width: 30px;
	height: auto;
	margin-top: 52px;
}
.h_linkedin:after {
	content: '';
	display: block;
	clear: both;
}


@media screen and (max-width:1680px) {
	.h_linkedin {
		width: 26px;
		margin-top: 58px;
	}
}


@media screen and (max-width:1024px) {
	.h_linkedin {
		width: 32px;
		margin-top: 68px;
	}
}

@media screen and (max-width:767px) {
	.h_linkedin {
		width: 28px;
		margin-top: 68px;
	}
}



.listRecrutements .recrutement {
	display: block;
	width: 100%;
	clear: both;
	float: none;
	height: auto;
	margin-bottom: 10px;
}
.listRecrutements .recrutement:after, .listRecrutements .recrutement .r_tete:after, .listRecrutements .recrutement .r_corps:after {
    display: block;
    clear: both;
    content: '';
}
.listRecrutements .recrutement .r_tete, .listRecrutements .recrutement .r_corps {
	display: block;
	width: 100%;
	clear: both;
	float: none;
	height: auto;
}
.listRecrutements .recrutement .r_titre, .listRecrutements .recrutement .r_bt {
	min-height: 56px;
	display: inline-block;
	float: left;
}
.listRecrutements .recrutement .r_titre, .listRecrutements .recrutement .r_corps {
	padding: 15px 30px;
}
.listRecrutements .recrutement .r_titre {
	width: calc(100% - 56px);
}
.listRecrutements .recrutement .r_date {
	float: right;
	display: none;
}
.listRecrutements .recrutement .r_bt {
	width: 56px;
	line-height: 56px;
	text-align: center;
	background-color: #b0292a;
	color: #fff;
	position: relative;
	margin-top: 0px !important;
}
.listRecrutements .recrutement .r_bt img {
	height: 100%;
	width: 100%;
	top: 0;
	display: block;
	
}
.listRecrutements .recrutement .button {
	margin-bottom: 4px;
}
.listRecrutements .recrutement .button:before {
	display: none;
}
.listRecrutements .recrutement .button:after {
	display: none
}

.listRecrutements .recrutement .button {
	position: relative;
	background: #b0292a !important;
	
}
.listRecrutements .recrutement .button img {
	position: absolute;
	top: 0;
	right: -32px;
	height: 100%;
	width: auto;
}


.listRecrutements .recrutement .r_corps {
	display: none;
}
.listRecrutements .recrutement .r_corps p {
	margin: 4px 0 18px;
}
.listRecrutements .recrutement .r_tete:hover {
	cursor: pointer;
}

.listRecrutements .recrutement .r_titre, .listRecrutements .recrutement .r_titre * {
	background-color: #c7c7c7;
	color: #484848;
	text-transform: uppercase;
}
.listRecrutements .recrutement .r_corps {
	background-color: #fff;
	color: #484848;
}
.transition, .transition:hover {
	-webkit-transition: all 220ms ease-in-out;
	-moz-transition: all 220ms ease-in-out;
	-ms-transition: all 220ms ease-in-out;
	-o-transition: all 220ms ease-in-out;
	transition: all 220ms ease-in-out;		
}

#formcontact {
	width: 100%;
}
.frmContact #txtsujet, .frmContact #txttel {
	display: none !important;
}
.frmRecrut #txtsujet, .frmRecrut #txtsociete {
	display: none !important;
}
.hleft72 {
	width: 66%;
}

#map {
	width: 100%;
	height: 668px;
}
.mapContainer {
	background-color: #bdbdbd;
	padding: 20px 20px 50px 20px;
}
.gm-style-iw-d {
	font-size: 14px;	
	line-height: 20px;	
}
.gm-style-iw-d h3 {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 8px;
}
.gm-style-iw-d .phone {
	margin-top: 8px;
	display: block;
}
.contact .implantation .col {
	width: 25% !important;
}

.contact .implantation .col h5 {
	text-transform: uppercase;
	line-height: 22px;
	letter-spacing: 0.01em;
}
.contact .implantation .col h5:after {
	display: block;
	content: '';
	height: 3px;
	width: 20px;
	background-color: #b0292a;
	margin-top: 4px;
}
.contact .implantation {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.contact .implantation .col strong.phone {
		display: block;
		margin-top: -8px;
	}
	.contact .sub {
			width: 70%;
	}
	
@media screen and (max-width:1920px) {
	

	#map {
		height: 580px;
	}	
}
@media screen and (max-width:1680px) {
	.cconsent {
		font-size: 14px;
	}

	#map {
		height: 450px;
	}	
	.contact .sub {
			width: 80%;
	}
	
}
@media screen and (max-width:1024px) {
	.h_linkedin {
		margin-top: 58px;
	}
}


@media screen and (max-width:768px) {
	.hleft72 {
		width: 100%;
	}
	.contact .implantation {
		padding: 85px 0 15px 0;
	}
	.contact .implantation .col {
		width: 50% !important;
		margin-bottom: 30px;
	}
	.mapContainer {
		background-color: #bdbdbd;
		padding: 20px 20px 20px 20px;
	}	
	.contact .sub {
			width: 100%;
	}
	
}

@media screen and (max-width:767px) {
	.contact .implantation .col {
		width: 100% !important;
		margin-bottom: 30px;
	}
	.contact .implantation .col .noMob {
		display: none;
	}
	.contact .implantation {
		padding: 62px 0 15px 0;
	}
	.mapContainer {
		background-color: #bdbdbd;
		padding: 20px 20px 10px 20px;
	}
	.h_linkedin {
		margin-top: 38px;
		margin-bottom: 18px;
	}	
	#map {
		height: 310px;
	}
	.contact .implantation {
		margin-top: 20px;
	}
	.listRecrutements .recrutement .r_bt {
	    
	}
	.listRecrutements .recrutement .r_titre {
		
		height: auto;
	}
	.listRecrutements .recrutement .r_titre .r_date {
		max-width: 60%;
		display: none;
	}
	.listRecrutements .recrutement .r_titre, .listRecrutements .recrutement .r_corps {
	    padding: 8px 14px;
	}

	.listRecrutements .recrutement .button:after {
		
	}
	.listRecrutements .recrutement .r_titre, .listRecrutements .recrutement .r_titre * {
		font-size: 14px;
		line-height: 19px;
	}
	.listRecrutements .recrutement .r_corps p {
		font-size: 14px;
		line-height: 19px;
	}
	.cconsent {
		font-size: 13px;
	}
	.listRecrutements .recrutement .button img {
		position: absolute;
		top: 0;
		right: -12px;
		height: 100%;
		width: auto;
	}
	.listRecrutements .recrutement .r_titre, .listRecrutements .recrutement .r_bt {
		min-height: 40px;
	}
	.listRecrutements .recrutement .r_bt {
		width: 40px;
		line-height: 40px;
		text-align: center;
		background-color: #b0292a;
		color: #fff;
		position: relative;
		margin-top: 0px !important;
	}
	.listRecrutements .recrutement .r_titre {
		width: calc(100% - 40px);
	}	
}
footer {
	margin-top: 20px;
}


.usercontent a:not(.button) {
	color: #b0292a !important;
}