/* ------------------------------------------ */
/*  LESS AUTOMATICALLY GENERATED              */
/* ------------------------------------------ */
/* ******************************************************************************************************************************* */
/* COULEURS ********************************************************************************************************************** */

/* ******************************************************************************************************************************* */
/* GLOBAL ************************************************************************************************************************ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  min-height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}
body {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  width: 100%;
  overflow-x: hidden;
  background: white;
  color: #635d52;
  font-stretch: condensed;
  line-height: 1.5em;
  font-size: 16px;
  font-family: 'Myriad Pro Light', Helvetica, Arial, sans-serif;
}
::selection {
  background: white !important;
  color: #635d52 !important;
  text-shadow: none;
}
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.auto {
  width: auto !important;
  display: inline-block !important;
}
.none {
  display: none;
}
.ng-hide {
  display: none !important;
}
.clean {
  clear: both;
  width: 100%;
  height: 1px;
  opacity: 0;
}
.fright {
  float: right !important;
}
.tright {
  text-align: right !important;
}
.tcenter {
  text-align: center  !important;
}
.fleft {
  float: left  !important;
}
.tleft {
  text-align: left  !important;
}
.tjustif {
  text-align: justify  !important;
}
img.fleft {
  margin: 0 18px 18px 0;
}
img.fright {
  margin: 0 0 18px 18px;
}
small {
  font-size: .8em;
}
img {
  max-width: 100% !important;
  height: auto;
}
.full img,
img.full,
.full {
  width: 100%;
}
h1,
.h1,
h2,
h3,
h4 {
  font-weight: normal;
  margin: 0 0 .5em;
  padding: 0;
  line-height: 1.3em;
  text-align: left;
}
h1,
.h1 {
  color: #635d52;
  font-size: 1.8em;
  font-weight: normal;
}
h2 {
  color: #635d52;
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.3em;
}
p {
  margin: 0;
  padding: .5em 0;
}
a {
  color: #1ea2e4;
  text-decoration: underline;
  cursor: pointer;
  cursor: hand;
}
a:hover {
  color: #1ea2e4;
}
.nowrap {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.withwrap {
  overflow: visible;
  white-space: normal;
}
.nopadd_left {
  padding-left: 0 !important;
}
.nopadd_right {
  padding-right: 0 !important;
}
.nopadd {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.padd_left {
  padding-left: 20px !important;
}
.padd_right {
  padding-right: 20px !important;
}
.bpadd_left {
  padding-left: 40px !important;
}
.bpadd_right {
  padding-right: 40px !important;
}
.nomargin_left {
  margin-left: 0 !important;
}
.nomargin_right {
  margin-right: 0 !important;
}
.margin_left {
  margin-left: 20px !important;
}
.margin_right {
  margin-right: 20px !important;
}
.fullheight {
  height: 100%;
  min-height: 100%;
  display: table;
  vertical-align: middle;
  width: 100%;
}
.table {
  display: table;
  width: 100%;
  table-layout: auto;
}
.cell {
  display: table-cell;
  vertical-align: middle;
  float: none !important;
}
.container {
  max-width: 100%;
  width: 1010px;
  z-index: 1;
  position: relative;
}
.container p {
  text-align: justify;
}
@media (max-width: 767px) {
  .container {
    padding: 0 1em;
  }
}
/* Le radius est géré dans la jsp du bloc colonne directement */
.cover {
  background-position: center center;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* ******************************************************************************************************************************* */
/* FORMULAIRES ******************************************************************************************************************* * /

input,.input, select, textarea	{ background:white; border:1px solid @grisfonce; color:@grisfonce; line-height:2.6em; height:2.6em; min-height:2.6em; margin:0; display:block; vertical-align: middle; text-align: left; position: relative; width: 100%; font-size:1em; padding:0 .8em; max-width:100%;
	&:focus, &:active, &:hover 	{ outline: none; border-color: @rouge; color:@rouge; }
	&[type="checkbox"], &[type="radio"] { min-height: 1em;; margin:0 .5em 0 0; width:auto; height: auto; display: inline-block; border:1px solid white; vertical-align: initial }
	&[type="submit"] 			{ text-align: center; width: auto; font-weight: bold; margin:0 auto 2em !important; .radius; text-transform: uppercase; padding-left:1.5em; padding-right:1.5em; background:@rouge url(../img/bg_submit.png) repeat-x center top; border:1px solid darken(@rouge,5%); color:white; .trebuchet; line-height:2.2em; height:2.2em; min-height:2.2em; display: block; }
	&[type="submit"]:hover		{ background:darken(@rouge,5%); }
	&.wauto 					{ display:inline-block; width: auto; }
	&.w80 						{ display:inline-block; width: 80%; }
	&.w50 						{ display:inline-block; width: 50%; }
}
label 							{ line-height:2em; height:2em; min-height:2em; }
select 							{ padding-right:0 !important; }

::-webkit-input-placeholder { color:@grisclair; opacity:.7; } ::-moz-placeholder { color:@grisclair; opacity:.7; } :-ms-input-placeholder { color:@grisclair; opacity:.7; } input:-moz-placeholder { color:@grisclair; opacity:.7; }

/* ******************************************************************************************************************************* */
/* FOND ************************************************************************************************************************** */
/* .bggrey 						{ background: @grisfonce; } */
/* .bgrouge						{ background-color:@rouge; }  */
/* .bgrouge_l						{ background-color:lighten(@rouge,22%); }  */
/* .bgbleu							{ background-color:lighten(@bleu,42%); }  */
/* .bgvert							{ background-color:lighten(@vert,42%); }  */
section {
  padding: 2em 0;
}
@media (max-width: 767px) {
  section {
    padding: .5em 0;
  }
  .cell.col-xs-12 {
    width: 100%;
    display: block;
    clear: both;
  }
}
/* ******************************************************************************************************************************* */
/* HEADER ************************************************************************************************************************ */
#header {
  padding: 1em 0;
  position: relative;
  z-index: 10;
}
#header .logo {
  padding: 0;
}
#header .logo img {
  max-width: 110% !important;
}
#header ul {
  display: block;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 1.8em 0 0 .5em;
  font-size: 1.3em;
}
#header ul li {
  color: #4e7b9c;
  display: inline;
  list-style: none;
}
#header ul li a {
  color: #4e7b9c;
  text-decoration: none;
}
#header ul li + li:before {
  content: '';
  background: #becdd9;
  width: 1px;
  height: .8em;
  display: inline-block;
  margin: 0 .5em;
}
#header ul {
  display: block;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 1.8em 0 0 .5em;
  font-size: 1.3em;
}
#header ul li {
  color: #4e7b9c;
  display: inline;
  list-style: none;
}
#header ul li a {
  color: #4e7b9c;
  text-decoration: none;
}
#header ul li + li:before {
  content: '';
  background: #becdd9;
  width: 1px;
  height: .8em;
  display: inline-block;
  margin: 0 .5em;
}
#header .menu {
  position: absolute;
  bottom: .5em;
  right: 1em;
}
@media (max-width: 1200px) {
  #header ul {
    padding-top: 1.6em;
    font-size: 1.2em;
  }
}
@media (max-width: 991px) {
  #header ul {
    padding-top: .2em;
    font-size: 1.2em;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767px) {
  #header nav {
    position: absolute;
    top: 100%;
    left: -1em;
    right: -1em;
    padding-top: 1em;
  }
  #header nav.activ {
    display: block !important;
  }
  #header nav ul {
    font-size: 1.2em;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 0;
  }
  #header nav ul li {
    display: block;
    text-align: right;
    border-top: 1px solid #becdd9;
    padding: .5em 1em;
  }
  #header nav ul li + li:before {
    display: none;
  }
}
/* ******************************************************************************************************************************* */
/* BANNIERE ********************************************************************************************************************** */
#zone_marketing {
  background-position: center center;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 2em 0;
  position: relative;
  height: 400px;
}
#zone_marketing .container {
  text-align: left;
}
#zone_marketing .cadre {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: white;
  display: inline-block;
  padding: 1em 1.5em;
  position: relative;
  z-index: 10;
  min-width: 22.8%;
}
#zone_marketing .cadre h2 {
  color: #ef4d39;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
#zone_marketing .cadre p {
  font-size: 1.4em;
  text-align: center;
  margin: 0;
  padding: 0;
}
#zone_marketing .cadre p big {
  font-size: 3em;
}
#zone_marketing .cadre p medium {
  font-size: 0.9em;
}
#zone_marketing .cadre p.legend {
  font-size: 0.8em;
  font-style: italic;
}
#zone_marketing .cadre .color {
  color: #1ea2e4;
}
#zone_marketing .cadre a {
  color: white;
  background: #ef4d39;
  display: block;
  width: 7em;
  line-height: 2em;
  margin: 0 auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none;
  margin-bottom: .5em;
  margin-top: .5em;
  clear: both;
}
#zone_marketing .cadre a:hover {
  background: #b3210f;
}
#zone_marketing video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 400px;
  width: 100%;
}
#zone_marketing banniere {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 400px;
  width: 100%;
}
/* ******************************************************************************************************************************* */
/* BOUTON ********************************************************************************************************************** */
a.bouton {
  color: #ffffff;
  font-weight: bold;
  background: #1ea2e4;
  display: inline-block;
  width: auto;
  line-height: 2em;
  padding: 0.4em 1em;
  margin: .5em auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none;
  clear: both;
  text-align: center;
}
a.bouton:hover {
  background: #f1c40f;
}
/* ******************************************************************************************************************************* */
/* CONTENU *********************************************************************************************************************** */
.ico {
  max-width: 17em;
  margin: 0 auto;
  padding: .5em 0;
}
.ico .img {
  border-bottom: 2px solid #becdd9;
  padding: 0 0 1em;
  margin: 0 auto 1em;
  max-width: 10em;
}
.ico p {
  text-align: center;
}
@media (max-width: 767px) {
  .ico {
    max-width: 100%;
  }
  .ico .img {
    border-bottom: none;
    border-right: 2px solid #becdd9;
    padding: 0 1.5em 0 0;
    margin: 0 1.5em .5em 0;
    max-width: 100%;
    float: left;
  }
  .ico p {
    text-align: left;
  }
}
/* ******************************************************************************************************************************* */
.imground {
  padding-top: .5em;
  padding-bottom: .5em;
}
.imground .img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #262626;
  width: 4em;
  height: 4em;
  line-height: 4em;
}
.imground .img.fleft {
  margin: 0 1.5em 0 0;
}
.imground .img.fright {
  margin: 0 0 1em 1.5em;
}
.imground .img img {
  max-height: 2.8em;
  max-width: 60% !important;
}
.imground .img.bigger {
  width: 9em;
  height: 9em;
  line-height: 9em;
}
.imground .img.bigger img {
  max-height: 7.8em;
}
.imground p {
  min-height: 5.8em;
  padding: .5em 0;
}
@media (max-width: 767px) {
  .imground .img.bigger {
    float: none !important;
    margin: 0 auto;
  }
}
/* ******************************************************************************************************************************* */
.bloctxt {
  padding: 1em;
  color: white;
  text-align: center;
  margin: 1em 0;
  min-height: 12em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.bloctxt h2 {
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
.bloctxt h2.small {
  font-size: 1.1em;
  letter-spacing: -1px;
  white-space: nowrap;
}
.bloctxt p {
  text-align: left;
}
.bloctxt img.ico {
  width: 3em;
}
@media (max-width: 991px) {
  .bloctxt {
    min-height: 12em;
  }
}
@media (max-width: 767px) {
  .bloctxt {
    min-height: 1em;
    margin: .5em 0;
  }
}
/* ******************************************************************************************************************************* */
/* Gestion du bloc banniere image ou video: l'image ou la video en background est contribuable ******************************** */
.backimg {
  background-position: center center;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 4em;
  min-height: 25em;
}
.backimg p {
  color: white;
  text-align: right;
  padding: 2em 0;
  /*text-shadow:2px 2px 10px rgba(0,0,0, .8); */
  font-size: 1.2em;
}
/* ******************************************************************************************************************************* */
/* .column-row 					{ */
/* 	[class*="col-md-"] { */
/* 		padding-left: 0 !important; */
/* 		padding-right: 0 !important; */
/* 	} */
/* } */
/* ******************************************************************************************************************************* */
/* ******************************************************************************************************************************* */
/* FOOTER ************************************************************************************************************************ */
#footer {
  color: white;
  background: #262626;
  font-size: .9em;
}
#footer .container {
  padding: 2em 0;
}
#footer .footimg {
  position: absolute;
  right: 0;
  top: 0;
  margin: -60px 0 0 0;
}
#footer p {
  color: white;
  padding: 0 0 1em 0;
  text-align: center;
}
#footer span {
  color: white;
  background: #262626 !important;
  padding: 0 0 1em 0;
  text-align: center;
}
#footer a {
  color: white;
  text-decoration: none;
}
#footer ul {
  display: inline-block;
  margin: 0;
  padding: .5em 0;
  width: 100%;
}
#footer ul li {
  display: inline-block;
  list-style: none;
}
#footer nav ul li + li:before {
  content: '';
  background: #666666;
  width: 1px;
  height: .8em;
  display: inline-block;
  margin: 0 .5em;
}
#footer ul.foot {
  text-align: center;
}
#footer ul.foot li {
  margin: .5em 0;
  line-height: 1.2em;
  width: auto;
}
#footer ul.foot li a {
  display: inline-block;
  padding: 0 .4em;
  width: 100%;
  height: 100%;
}
#footer ul.foot li a img {
  height: 100%;
  width: auto !important;
  max-width: 300% !important;
  height: 3em;
}
#footer ul.foot li.charte {
  float: right;
  width: 17em;
}
#footer ul.foot li.charte .table {
  width: 100%;
  height: 100%;
}
#footer ul.foot li.charte a {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
#footer ul.foot li.charte small {
  width: 10em;
  display: inline-block;
}
#footer ul.foot li.logo {
  float: left;
  text-align: left;
  width: 17em;
}
@media (max-width: 991px) {
  #footer .container {
    padding: 2em 1em;
  }
  #footer ul.foot li a img {
    height: 2.5em;
  }
  #footer ul.foot li.charte {
    width: 65%;
  }
  #footer ul.foot li.logo {
    width: 35%;
  }
}
/* ******************************************************************************************************************************* */
/* ******************************************************************************************************************************* */
