@charset "utf-8";

@font-face {
  font-family: 'Gotham-Light';
  src: url('fonts/gotham-light/Gotham-Light.eot?#iefix') format('embedded-opentype'),
       url('fonts/gotham-light/Gotham-Light.otf')  format('opentype'),
	   url('fonts/gotham-light/Gotham-Light.woff') format('woff'),
	   url('fonts/gotham-light/Gotham-Light.ttf')  format('truetype'),
	   url('fonts/gotham-light/Gotham-Light.svg#Gotham-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Bold';
  src: url('fonts/gotham-bold/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
       url('fonts/gotham-bold/Gotham-Bold.woff') format('woff'),
	   url('fonts/gotham-bold/Gotham-Bold.ttf')  format('truetype'), 
	   url('fonts/gotham-bold/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('fonts/roboto-light/Roboto-Light.eot?#iefix') format('embedded-opentype'),
       url('fonts/roboto-light/Roboto-Light.woff') format('woff'),
	   url('fonts/roboto-light/Roboto-Light.ttf')  format('truetype'),
	   url('fonts/roboto-light/Roboto-Light.svg#Roboto-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('fonts/roboto-medium/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
       url('fonts/roboto-medium/Roboto-Medium.woff') format('woff'),
	   url('fonts/roboto-medium/Roboto-Medium.ttf')  format('truetype'),
	   url('fonts/roboto-medium/Roboto-Medium.svg#Roboto-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
.body{
	overflow:hidden;
}
body {
    font-size: 18px;
    font-family: 'Century Gothic';
	color: #666666;
    text-align: justify;
}
.header {
    margin-bottom: 0px;
    padding: 23px 0px 15px 55px;
    position: relative;
    background: #fff;
	z-index:1;
	min-height: 118px;
}
header.header:before {
    content: "";
    background: #d2242d;
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.logo img{
	max-width:100%;
	height:auto;
}
.navigation .nav-pills {
    margin-top: 8px !important;
}
 
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #d2242d !important;
    background-color: transparent !important;
}
.navigation .nav li {
    margin-right: 30px;
}
.logo:after, .social:after {
    content: "";
    background: #e1e1dd;
    position: absolute;
    width: 1px;
    height: 118px;
    top: -23px;
    right: 0;
}
.social ul{
	padding:0;
}
.social ul li {
    display: inline-block;
    margin-right: 15px;
    margin-top: 19px;
}
.social a{
	width:24px;
	height:24px;
	display:inline-block;
	transition:all .3s
	
}
.social a.facebook{ background:url(../images/fb.png) no-repeat top left; }
.social a.linkedin{ background:url(../images/in.png) no-repeat top left; }
.social a.twit{ background:url(../images/twit.png) no-repeat top left; }
.social a.facebook:hover{ background:url(../images/fb.png) no-repeat bottom left; }
.social a.linkedin:hover{ background:url(../images/in.png) no-repeat bottom left; }
.social a.twit:hover{ background:url(../images/twit.png) no-repeat bottom left; }
.num {
    margin-top: 20px;
}
.num p {
    font-family: 'Gotham-Light';
    color: #7e7e7f;
    font-size: 14px;
}
.num p strong {
    font-family: 'Gotham-Bold';
    color: #d2242d;
    font-size: 14px;
}
.light-text-shadow > div > div {
    text-shadow: none !important;
}
 
.bg-default {
    max-width: 100% !important;
}
#flexslider-96 .slide-desc strong {
    color: #d2242d;
	font-family: 'Gotham-Bold';
}
ul.bxslider > li:before { 
    content: url(../images/overflow.png);
    position: absolute;
    right: 0;
    top: -311px;
}
/*ul.bxslider > li:after {
    content: url(../images/overflow2.png);
    position: absolute;
    right: 22%;
    bottom: -8px;
}*/
.presentation {
    background: #282b2f;
    padding: 150px 0;
}
.presentation h2 {
    color: #fff;
    font-family: 'Gotham-Bold';
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 45px;
}
.presentation h2:after {
    content: "";
    background: #cc0511;
    width: 69px;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.presentation h1 {
    color: #fff;
    font-family: 'Gotham-Bold';
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.presentation h1 strong {
    color: #cc0511;
}
.presentation p, .presentation ul li {
    color: #e7e7e7;
    font-size: 18px;
    font-family: 'Century Gothic';
}
.presentation p strong {
    font-family: 'Roboto-Medium';
    font-weight: 300;
}
.img-pres {
    width: auto;
    float: left;
    margin-right: -30px;
}
.img-pres-bis {
    width: auto;
    float: left;
    margin-left: -30px;
}
.valeur h3 {
    color: #fff;
    font-family: 'Gotham-Bold';
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 35px;
}
.valeur ul li {
    line-height: 40px;
    list-style-type: none;
    position: relative;
    font-size: 29px;
    color: #fff;
}

.valeur ul li:before {
    content: "";
    background: transparent;
    position: absolute;
    width: 7px;
    height: 7px;
    border: 2px solid #cc0511;
    margin-left: -15px;
    margin-top: 16px;
}
.img-intro img {
    margin-top: -75px;
}
.domaine-info {
    background: #f7f7f7;
    padding-bottom: 65px;
}
.desc-intro {
    padding-top: 70px;
}
.desc-intro h2 {
    color: #000;
    font-family: 'Gotham-Bold';
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 45px;
}
.desc-intro h2 strong {
    color: #cc0511;
    font-size: 36px;
}
p strong {
    font-weight: 300;
    font-family: 'Roboto-Medium';
}
.domaine-info h3 {
    font-family: 'Roboto-Medium';
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    margin-bottom: 25px;
}
.domaine-info ul li:before {
    content: "";
    background: transparent;
    position: absolute;
    width: 7px;
    height: 7px;
    border: 2px solid #cc0511;
    margin-left: -15px;
    margin-top: 16px;
}
.domaine-info ul li {
    list-style-type: none;
    line-height: 40px;
    float: left;
    width: 46%;
    margin-right: 4%;
}
section#domaine-reseau {
    background: url(../images/bg-reseau.jpg)no-repeat top center;
    padding: 70px 0 120px;
}
.domaine-reseau h1 {
    color: #000;
    font-family: 'Gotham-Bold';
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 45px;
}
.domaine-reseau h1 strong {
    color: #cc0511;
    font-size: 36px;
}
.domaine-reseau h3 {
    font-family: 'Roboto-Medium';
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    margin-bottom: 25px;
    margin-top: 4px;
}
ul, ol {
    margin: 0 !important;
}
.domaine-reseau ul li:before {
    content: "";
    background: transparent;
    position: absolute;
    width: 7px;
    height: 7px;
    border: 2px solid #cc0511;
    margin-left: -15px;
    margin-top: 10px;
}
.domaine-reseau ul li {
    list-style-type: none;
    line-height: 26px;
    font-size: 17px;
}
.dom-gest.domaine-info ul li {
    list-style-type: none;
    line-height: 40px;
    float: left;
    width: 47%;
    margin-right: 3%;
}
.page-header {
    display: none;
}
#contact{
	background: #cc0511;
    overflow: hidden;
}
.Blockcontact{
	margin-left:7%;
	    padding: 0 15px;
}
.form {
    background: #282b2f;
    padding: 50px 0 39px;
}
.form h2 {
    font-family: 'Gotham-Light';
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    margin-left: 12px;
	margin-bottom: 35px;
}
.form h2 strong {
    font-family: 'Gotham-Bold';
    font-size: 36px;
}
.coord {
    background: #cc0511;
    padding: 108px 50px 10px;
    color: #fff; 
}
.coord.interne{padding-top:0 !important;}
form#contact_form input[type='text'], form#contact_form input[type='number'], form#contact_form input[type='email'], form#contact_form textarea {
    background: #3c3f44;
    border: none;
    border-radius: 0;
    padding: 25px 16px;
    box-shadow: 0 0 20px #202225;
    color: #fff;
    font-size: 14px;
    font-family: 'Gotham-Light';
    width: 100%;
	-webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
	height: 18px;
    margin-bottom: 9px;
    line-height: 18px;
}
form#contact_form textarea {
    height: 169px;
}
input#sp_qc_submit {
    background: #cc0511 !important;
    width: 150px !important;
    padding: 15px 16px !important;
    margin-top: 8px;
    float: right;
    margin-right: 15px;
	outline: none;
	border:0;
	color:#fff;
}
.coord h3 {
    font-family: 'Gotham-Bold';
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}
.coord a {
    color: #fff;
}
p.copy {
    margin-top: 66px;
}
p.copy strong {
    text-transform: uppercase;
    font-family: 'Gotham-Bold';
    font-size: 17px;
}
ul.menu-footer {
    position: relative;
    clear: both;
    padding-top: 70px;
    padding-bottom: 20px;
}
ul.menu-footer2 { 
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}
.menu-footer li a {
    font-family: 'Gotham-Bold';
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}
.menu-footer li a.active {color:#cc0511;}
ul.menu-footer li {
    display: inline-block;
    margin-left: 13px;
    margin-right: 30px;
}
.coord ul li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 30px;
}
/**************************************/

/**
 * BxSlider v4.1.2  
/** RESET AND LAYOUT */
#slider{
    position: relative;
}

#banner{
    position: relative;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 2000px;
    height:auto;
}
#bannerinterne{
	background:url(../images/banners/slider1.jpg) no-repeat bottom center fixed;
	background-size:cover;
	width:100%;
	height:250px;display:block;
}
#banner ul{
	padding:0;
	margin:0;
}
.slider-text{
    position: absolute;
    top: 10%;
    left: 28%;
}
  
.slide-desc p {
    font-size: 46px;
	line-height:57px;
    font-family: 'Gotham-Bold';
    text-transform: uppercase;
    text-align: left;
	color:#282b2f;
}
.slide-desc strong {
    color: #d2242d;
    font-family: 'Gotham-Bold';
}
 
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager { 
    display: none;
}

.socialmediafooter{
    padding: 0;
	margin:0
}
#pageperso h1{
text-align: center;
    font-family: 'Gotham-Bold';
    color: #000;
    margin-bottom: 40px;
    text-transform: uppercase;
}
#pageperso h2{
		font-family: 'Gotham-Bold';
	    font-size: 25px;
	    color: #d2242d;
	    display: block;
	    clear: both;
	    padding: 20px 0 10px;
	    text-transform: uppercase;
}
#pageperso ul {
    padding-left: 10px;
    padding-bottom: 20px !important;
    clear: both;
}
#pageperso  ul li {
    list-style: none;
    padding-left: 28px;
    width: 100%;
}
#pageperso a{color: #d2242d;}
#pageperso a:hover {color: #d2242d;}
/***********************/
/******************************/
@media(max-width:1680px){
	.slider-text {
		left: 15%;
	}
}
@media(max-width:1440px){
	ul.bxslider > li:before {  
    right: -250px;
    top: 0;
}
	.slider-text {
		left: 15%;
	}
	.Blockcontact {
		margin-left: 14%; 
	}
	.social ul li { 
		margin-right: 5px;
		margin-top: 14px;
	}
	.num p { 
		font-size: 16px;
	}
	.num p strong {
		display:block;
	}
}
@media(max-width:1360px){ 
	.Blockcontact {
		margin-left: 10%; 
	}
}
@media(max-width:1280px){ 
	.Blockcontact {
		margin-left: 6%; 
	}
}
@media(max-width:1100px){
	ul.bxslider > li:after { 
		right: 30%;
	}
	.col-sm-2.logo{
		width: 40%;
	}
	.header-search{
		width: 60%;
	}
	#navigation{
		display:none;
	}
	.mobile-nav{
		display: block !important;
	}
	.slider-text {
		position: absolute;
		top: 30%;
		left: 10%;
		max-width:60%
	}
	.num p strong {  
		display:block
	}
	
	.navigation .nav li {
		margin-right: 0;
	}
	 .social:after{
		 display:none;
	 }
	  .logo:after{
		 height:145px
	 }
	 .social ul li { 
		margin-top: 25px;
	}
	.nav-pills > li > a {
		font-size: 13px;
	}
	.nav > li > a {
		position: relative;
		display: block;
		padding: 10px 5px;
	}
	.jslider-image:before {
		content: "";
	}
	.valeur ul li {
		line-height: 33px;
		list-style-type: none;
		position: relative;
		font-size: 15px;
		color: #fff;
	}
	.container {
		width: 100% !important;
	}
	.presentation { 
		padding: 70px 0;
	}
	.presentation .img-pres{
		max-width: 365px;
	}
	div.list{
		width:100%;
	}
	.Blockcontact {
		margin-left: 0;
	}
}
@media(max-width:1000px){
	.bx-wrapper .bx-controls-direction { 
		top: 30%;
		right: 20px;
	}
	.coord {
		background: #cc0511;
		padding-top: 50px;
		color: #fff;
		padding-top: 108px;
	}
 
	.navbar.pull-left {
		display: none;
	}
	.col-md-2.logo {
		margin: 0 auto;
		text-align: center;
	}
	.num {
		text-align: center; 
	}
	.slide-desc p {
    	font-size: 35px;
	}
	.img-pres {
		float: none;
    	text-align: center;
	}
	.presentation {
		background: #282b2f;
		padding: 50px 0 100px;
	}
	.domaine-info ul li, .dom-gest.domaine-info ul li {
		float: none;
		width: 100%;
		margin-left: 3%;
		margin-right: 0;
	}
	.img-intro {
		text-align: center;
	}
	.row {
		margin-right: 0;
		margin-left: 0;
	}
	ul.menu-footer { 
		padding: 85px 0 20px;
	}
}
@media(max-width:900px){
	ul.bxslider > li:before { 
  display:none
}
	ul.menu-footer li {
		margin: 0 30px;
	}
}
@media(max-width:767px){
	.col-sm-2.logo{
		width: 100%;
		padding-bottom: 20px;
		text-align:center;
	}
	.col-sm-2.logo img{
		margin:0 auto;
		float:none;
		text-align:center
	}
	.header-search{
		width: 100%;
	}
	.presentation .block2{
		margin:20px 0 0;
	}
	.presentation .img-pres {
		max-width: 365px;
		display: inline-block;
		float: left;
	}
	.desc-intro {
		padding-top: 30px;
	}
	section#domaine-reseau {
		padding: 40px 0 120px;
	}
	.coord {
		padding-top: 40px;
		text-align: center;
	}
	
	.socialmediafooter{
		opacity: 1;
		transform: translateY(0);
	}
	 .slide-desc p {
		font-size: 30px;
		line-height: 38px;
	}
}
@media (max-width: 480px){
	.slide-desc p {
		font-size: 21px;
		line-height: 33px;
	}
	.bx-wrapper .bx-controls-direction {
		top: 25%; 
	}
	.valeur{
		clear: both;
		padding-top:20px;
	}
	.header { 
		padding: 23px 0px 15px 30px; 
	}
}

@media (max-width: 480px){
	.slider-text {
		position: absolute;
		top: 18%;
		left: 8%;
		max-width: 70%;
	}
	.domaine-reseau h1 strong { 
		font-size: 30px;
	}
}

@media (max-width: 420px){
	.presentation .img-pres {
		max-width: 100%; 
	}
}
/* ------------------------------------------------------------------- 
 * go to top - (_layout.scss)
 * ------------------------------------------------------------------- */
#go-top {
	cursor: pointer;
    font-size: 0.9em;
    position: fixed;
    text-align: center;
    z-index: 9999;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background:  #4c100a;
    color: #ffffff;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    right: 40px;
    bottom: 40px;
}

#go-top a {
	text-decoration: none;
	border: none;
	display: block; 
}

#go-top a i {
	font-size: 1.6rem;
	line-height: inherit;
}

#go-top:hover,
#go-top:focus {
	background: #cc1f0f;
    color: #ffffff;
}

/********/
.success, .error, #outputerror {
    display: none;
    padding:5px 10px;
    color: #000;
    font-size:12px;
    width:90%;
    clear:both;
    margin-bottom:10px;
}
.success{
    background: #fff url(../images/success.png) no-repeat 7px center;
    padding-left:30px;
    color: #FE0002;
}
.error, #outputerror {
    background: #fff url(../images/error.png) no-repeat 7px center;
    padding-left:30px;
    color: #FE0002;
}

.bx-wrapper .bx-viewport{
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
}
/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #f10000;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/