@charset "utf-8";
/* CSS Document Commune à l'affichage écran */

/*-------------------------------------------------*/
/* PAGE GENERAL                                    */
/*-------------------------------------------------*/
* { margin: 0; padding: 0; }

html 
{
}

body 
{
    font-family: 'Montserrat', 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-style      : normal;
    font-weight     : lighter;	
	font-size       : 18px;
	line-height     : 26px;  
	color           : #333;
	text-align      : left;
	line-height:130%;
    background-color: #ffffff;
}
a
{
	color           : #333;
	text-decoration : none;
	font-weight: normal;	
}
a:hover
{
	color           : #01C4F0;
	text-decoration : none;
}
a:focus 
{
	outline:none;
}
p
{
  font-family: 'Montserrat', 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-style      : normal;
  font-weight     : lighter;	
  font-size       : 18px;
  line-height     : 26px;  
  color:#333;
  padding-left:0px;	
  padding-right:0px;
  padding-top:0px;
  padding-bottom:0px;
  text-align:left;
}
.pColorWhite
{
	color:#fff;
}
h1
{
  font-family: 'Montserrat', 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size:54px;
  line-height:64px;  
  font-weight:700; 
  color:#333;		
  text-align:left; 
  text-decoration : none;
  padding-left    : 0px;
  padding-right   : 0px;	
  padding-top     : 0px;
  padding-bottom  : 10px;
}
.h1Style1
{
  font-size:74px;
  line-height:84px; 
  color:#fff;
}
.h1CenterAlign
{
	text-align      : center;
}
.h1UpperCase
{
	text-transform: uppercase;
}	

h2
{
    font-family: 'Montserrat', 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-style:normal;
    font-weight: normal; 
    font-size:34px;
    line-height:44px;  
    color:#01C4F0;      
	text-align      : left;
	text-decoration : none;
	padding-left    : 0px;
    padding-right   : 0px;		
	padding-top     : 0px;
	padding-bottom  : 10px;
}
.h2Style1
{
    font-family: 'Montserrat', 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-style:normal;
    font-weight:normal;	
	font-size       : 34px;
	line-height     : 44px;  
    color:#fff;      
}
.h2Style2
{
    font-family: 'Montserrat', 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-style:normal;
    font-weight:700;	
	font-size       : 74px;
	line-height     : 84px;  
    color:#333;      
}
.h2Style2 a
{
    font-family: 'Montserrat', 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-style:normal;
    font-weight:700;	
	font-size       : 74px;
	line-height     : 84px;  
    color:#333;      
}
.h2Style2 a:hover
{
    font-family: 'Montserrat', 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-style:normal;
    font-weight:700;	
	font-size       : 74px;
	line-height     : 84px;  
    color:#01C4F0;      
}

.h2CenterAlign
{
	text-align      : center;
}
.h2UpperCase
{
	text-transform: uppercase;
}

h3
{
    font-family: 'Montserrat', 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-style:normal;
    font-weight:normal;	
	font-size       : 34px;
	line-height     : 44px;  
    color:#01C4F0;        
	text-align      : left;
	text-decoration : none;
	padding-left    : 0px;
    padding-right   : 0px;		
	padding-top     : 0px;
	padding-bottom  : 10px;
}

.h3CenterAlign
{
	text-align      : center;
}
.h3UpperCase
{
	text-transform: uppercase;
}

h4
{
    font-family     : 'Open Sans Condensed',Helvetica, Arial, Verdana, sans-serif;    
    font-style      : normal;
    font-weight     : bold;	
	font-size       : 30px;
	line-height     : 36px;  
    color:#333;      
	text-align      : left;
	text-decoration : none;
	padding-left    : 0px;
    padding-right   : 0px;		
	padding-top     : 0px;
	padding-bottom  : 10px;
	text-transform: uppercase;
}

ul
{
  padding-left:20px;	
  list-style-image: url('../images/puce_bleu_10.gif');	
    font-family: 'Montserrat', 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-style      : normal;
  font-weight     : normal;	
  font-size       : 16px;
  line-height     : 26px;  
  text-align      : left;
  color           : #666;
  vertical-align:top;
  margin-top:5px;
}

ul a
{
  font-weight: normal;	
}
.ulStyle1
{
  list-style-image: url('../images/puce_fuschia_10.gif');	
}
.ulStyle2
{
  list-style-image: url('../images/puce_gris_10.gif');	
}
li
{
  padding-left:5px;	
}
input
{
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:16px;
  color:#555555;
  background-color:#eee;
  border-style:solid;
  border-width:1px;
  border-color:#dddddd;
  border-radius:6px;
  font-weight:normal;
  text-align:left;
  padding:10px;
}
select
{
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:16px;
  color:#555555;
  background-color:#eee;
  border-style:solid;
  border-width:1px;
  border-color:#dddddd;
  border-radius:6px;
  font-weight:normal;
  text-align:left;
  padding:10px;  
}
textarea
{
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:16px;
  color:#555555;
  background-color:#eee;
  border-style:solid;
  border-width:1px;
  border-color:#dddddd;
  border-radius:6px;  
  font-weight:normal;
  text-align:left;
  padding:10px;  
}

/*-------------------------------------------------*/
/* LAYOUT STRUCTURE                                */
/*-------------------------------------------------*/
#containerDisplay 
{
	margin:0 auto;
	width:100%;
	margin-top:110px;
/*	background-color:#FFF; */
}
#content
{
  width:100%;
  padding-top:0px;
  padding-bottom:0px; 
  float:left;
  /*padding-left:10px;
  padding-right:10px;
  float:left;*/
  /* background-color:#FCF; */
}

#content1
{
	width:1250px;
	min-height:900px;
	margin:auto;
	margin-top:20px;
	/* background-color:#FFC; */
}	

#content2
{
    width:100%;
    /*width:1230px;*/
	min-height:900px;
	/*margin-left:0px;*/
	/* background-color:#FFC; */
}	

/* remontée en haut de site grace a un bouton affiché en bas de site */	
.cRetour {
  border-radius:3px;
  padding:10px;
  font-size:15px;
  text-align:center;
  color:#fff;
  background:rgba(0, 0, 0, 0.25);
  z-index:99999;
  transition:all ease-in 0.2s;
  position: fixed;
  cursor: pointer;
  bottom: 1em;
  right: 20px;
  display: none;
}
.cRetour:before{ content: "\25b2"; }
.cRetour:hover{
  background:rgba(0, 0, 0, 1);
  transition:all ease-in 0.2s;
}

/*-------------------------------------------------*/
/* DETAIL OF CONTENT                               */
/*-------------------------------------------------*/
#fullContent
{
  width:100%;
  /*width:1230px;*/
  min-height:900px;
}	
#leftContent 
{
  float: left;
  width: 300px; 
  height:100%;
}

#leftContentMenu
{
  float: left;
  width: 300px;   
  min-height:340px;   
  padding-top:5px;
  padding-bottom:5px; 
}
#leftContentSeparator
{
  float: left;
  width: 300px;   
  height:12px;    
  border-bottom:#999 solid 1px;
}
#leftContentAdresse
{
  float: left;
  width: 280px;   
  min-height:300px;
  padding-left : 10px;
  padding-right : 10px;    
  padding-top : 10px;
  padding-bottom : 10px;
}
#leftMotsCles
{
  float: left;
  width: 280px;   
  padding-left : 10px;
  padding-right : 10px;    
  padding-top : 10px;
  padding-bottom : 10px;    
}

#mainContent
{
  float:left;  
  width: 950px;
  min-height:900px;  
}


/*-------------------------------------------------*/
/* STRUCTURE OF HEADER 1                           */
/*-------------------------------------------------*/
#header1 
{
    height:110px;
	width:100%;
	float:left;
    background-color: #fff;	
    position: fixed;
    top:0px;
    z-index:1;
    box-shadow: 0em 0em 0.5em rgba(0,0,0,0.2);
}
#header1Content1
{
	width:100%;
    height:110px;
    float:left;
    /*background-color: #fff;    */
}

#header1Content1Inner
{
	width:100%;
    height:110px;
    margin:auto;
    /*background-color: #fff;*/
}
#header1Content1InnerBoxLogo
{
	width:340px;
    height:110px;
    float:left;
}
#header1Content1InnerBoxLogoImg
{
	width:300px;
	height:75px;
	background:url(../images/header/logo-less-express-large.png) no-repeat;
	background-position-x: center;
    margin-left:40px;
    margin-top:17px;
    visibility: visible;
    display: block;
}


#header1Content1InnerBoxAdmin
{
	width:40px;
    height:110px;
    float:left;
    visibility: visible;
    display: block;  
    margin-left:-45px;
}
#header1Content1InnerBoxMenu
{
	width:auto;
    height:110px;
    float:right;
    visibility: visible;
    display: block;  
    text-align: right;
}
#header1Content1InnerBoxDevis
{
	width:130px;
    height:110px;
    float:right;
    visibility: visible;
    display: block;  
    margin-left:0px;
    background-color: #01C4F0;
    text-align: center;
}
.header1Content1InnerBoxDevisInner
{
    display: table-cell;	
	vertical-align: middle;
	text-align: center;
	width:110px;
	height:110px;
    font-family:'Open Sans Condensed',Helvetica, Arial, Verdana, sans-serif;      
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	padding-left:10px;
	padding-right:10px;
	color:#fff;
}
.header1Content1InnerBoxDevisInner a
{
  color : #fff;
	font-weight: bold;  
}  
.header1Content1InnerBoxDevisInner a:hover
{
  color : #003b51;
}  


#header1TopMenu1
{
	width:auto;
	height:110px;
	z-index:0;
	margin:auto;
}
#header1TopMenu2
{
	width:40px;
	height:30px;
	z-index:0;
	margin-top:10px;
	float:left;
}

#header1Content1InnerBoxMini
{
	width:47px;
    height:47px;
    visibility: hidden;
    display: none;
    background-color: #fff;    
    float: right;
    padding-top: 28px;
    padding-right: 10px;
}
#header1TopMenu1Mini
{
	display:none;  /* On affiche pas le menu pour petit écran */
	z-index:0;
}


/*-------------------------------------------------*/
/* STRUCTURE OF HEADER SLIDE                       */
/*-------------------------------------------------*/
#headerSlide
{
    width:100%;
    float: left;	
}


/*-------------------------------------------------*/
/* STRUCTURE OF HEADER NEWSBAR                     */
/*-------------------------------------------------*/
#headerNewsBar
{
	width:100%;
    background-color: #fff;    	
	height:46px;
	float:left;
}
.headerNewsBarTexte
{
    width:100%;
	float:left;    	
    font-family: "Open Sans Condensed", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal;
    font-weight: bold;
	font-size       : 26px;
	line-height     : 46px;  
	color           : #6897ca;
	text-align      : left;
	text-decoration : none;
}


/*-------------------------------------------------*/
/* STRUCTURE OF FOOTER                             */
/*-------------------------------------------------*/
#footerCarte
{
    background-color:#eee;
  	height:400px;
	width:100%;	
	float:left;
}
.footerCarteGoogle
{
	width:100%;
	height:400px;	
}
#footer 
{
  background:url(../images/footer/footer-less-express.jpg) no-repeat;
  background-position-x: center;
  	height:450px;
	width:100%;	
	float:left;
}

#footerBox1
{
    width:1250px;
    height:370px;	
	margin:auto;
	padding-top:0px;
}
#footerBox1Adresse
{
  width:305px;
  height:300px;
  float:left;
  padding-top:50px;
  margin-left:0px;
}
#footerBox1AdresseInner
{
 width:305px;
 height:300px;
 margin:auto;
}
#footerBox1AdresseSociete
{
  width:305px;
  height:50px;
  float:left;
  font-family     : 'Open Sans Condensed',Helvetica, Arial, Verdana, sans-serif;        
  font-style: normal;
  font-weight:normal; 
  font-size:32px;
  line-height:32px;  
  color:#fff; 
  text-align:left; 
  text-decoration : none;
}

#footerBox1AdressePart1
{
 width:305px;
 height:110px;
 float:left;
}
#footerBox1AdresseIcon
{
  width:30px;
  height:90px;
  float:left;
  background:url(../images/footer/localisation_icon.png) top left no-repeat;
}
#footerBox1AdresseTexte
{
  width:275px;
  height:110px;
  font-family: 'Montserrat', 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-style      : normal;
  font-weight     : normal;	
  font-size       : 15px;
  line-height     : 23px;
  color           : #b4b4b4;
  text-decoration : none;
  text-align      : left; 
  float:left;
}
#footerBox1AdressePart2
{
 width:305px;
 height:45px;
 float:left;
}
#footerBox1AdressePart3
{
 width:305px;
 height:45px;
 float:left;
}
#footerBox1AdresseContactTelIcon
{
  width:30px;
  height:45px;
  float:left;
  margin-left:0px;
  background:url(../images/footer/tel2_icon.png) top left no-repeat;
}
#footerBox1AdresseContactMailIcon
{
  width:30px;
  height:45px;
  float:left;
  margin-left:0px;
  background:url(../images/footer/mail_icon.png) top left no-repeat;
}
#footerBox1AdresseContactTexte
{
  width:275px;
  height:45px;
  font-family: 'Montserrat', 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-style      : normal;
  font-weight     : normal;	
  font-size       : 15px;
  line-height     : 23px;
  color           : #b4b4b4;
  text-decoration : none;
  text-align      : left; 
  float:left;
}
#footerBox1AdresseContactTexte a
{
  color:#b4b4b4;	
  text-decoration:none;	
  font-weight: normal;	
}

#footerBox1AdresseContactTexte a:hover
{
  color:#00ABF0;	
  text-decoration:none;		
  font-weight: normal;
  
}

#footerBox1Services
{
  width:345px;
  height:300px;
  float:left;
  margin-left:155px;
  padding-top:50px;
}
#footerBox1ServicesInner
{
 width:345px;
 height:300px;
 margin:auto;
}
#footerBox1ServicesTitre
{
  width:345px;
  height:50px;
  font-family     : 'Open Sans Condensed',Helvetica, Arial, Verdana, sans-serif;        
  font-style: normal;
  font-weight:normal; 
  font-size:32px;
  line-height:32px;  
  color:#fff; 
  text-decoration : none;
  text-align      : left; 
  float:left;
}

#footerBox1ServicesDetail
{
  width:345px;
  height:250px;
  font-family: 'Montserrat', 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-style      : normal;
  font-weight     : normal;	
  font-size       : 15px;
  line-height     : 23px;
  color           : #b4b4b4;
  text-decoration : none;
  text-align      : left;
  float:left;
}
#footerBox1ServicesDetail a
{
  color:#b4b4b4;	
  text-decoration:none;	
  font-weight: normal;	
}

#footerBox1ServicesDetail a:hover
{
  color:#00ABF0;	
  text-decoration:none;	
}



#footerBox1Menu
{
  width:220px;	
  height:300px;	  
  float:right;
  padding-top:50px;
}
#footerBox1MenuInner
{
 width:220px;
 height:300px;
 margin:auto;
}
#footerBox1MenuTitre
{
  width:220px;
  height:50px;
  font-family     : 'Open Sans Condensed',Helvetica, Arial, Verdana, sans-serif;        
  font-style: normal;
  font-weight:normal; 
  font-size:32px;
  line-height:32px;  
  color:#fff; 
  text-decoration : none;
  text-align      : left; 
  float:left;
}
#footerBox1MenuDetail
{
  font-family: 'Montserrat', 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-style      : normal;
  font-weight     : normal;	
  color           : #b4b4b4;
  text-decoration : none;
  text-align      : left;
  width:220px;
  float:left;
}
#footerBox1MenuDetail a
{
  color:#b4b4b4;	
  text-decoration:none;	
  font-weight: normal;	
  font-size       : 16px;
  line-height     : 30px;  
}

#footerBox1MenuDetail a:hover
{
  color:#00ABF0;	
  text-decoration:none;	
}

#footerBox1MenuDetail ul
{
  padding-left:15px;	
  list-style-type: none;
  list-style-image: none;
  font-family: 'Montserrat', 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-style      : normal;
  font-weight     : normal;	
  color           : #b4b4b4;
  text-align      : left;
  vertical-align:top;
  padding-left: 0px;
}
#footerBox1MenuDetail ul a:hover
{
  font-weight     : normal;	
}

#footerBox2
{
    width:100%;
    height:80px;	
	margin:auto;
    text-align:left;
	line-height:20px;
	border-top: solid 1px #393939ff;	
}
#footerBox2Inner
{
    width:1250px;
    height:80px;	
	margin:auto;
	text-align:left;
	line-height:20px;

}


#footerBox2Copyright
{
  width:60%;
  height:20px;
  font-family: 'Montserrat', 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-style      : normal;
  font-weight     : normal;	
  font-size       : 15px;
  line-height     : 21px;  
  color           : #b4b4b4;
  text-decoration : none;
  text-align      : left; 
  float:left;
  margin-top:30px;
}
#footerBox2Copyright a
{
  color:#b4b4b4;	
  text-decoration:none;		
}

#footerBox2Copyright a:hover
{
  color:#62CAE1;	
  text-decoration:none;		
}
#footerBox2CopyrightMini
{
  width:100%;
  height:20px;
  font-family: 'Montserrat', 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-style      : normal;
  font-weight     : normal;	
  font-size       : 15px;
  line-height     : 21px;  
  color           : #b4b4b4;
  text-decoration : none;
  text-align      : center; 
  float:left;
  margin-top:5px;
  visibility: hidden;
  display: none;
}	
#footerBox2CopyrightMini a
{
  color:#b4b4b4;	
  text-decoration:none;		
}
#footerBox2Social
{
  width:40%;
  height:40px;
  text-align      : right; 
  float:right;
  margin-top:20px;
}


/*-------------------------------------------------*/
/* CLEARING                                        */
/*-------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}