/* Définitions des couleurs du thème
------------------------------------------------------------*/
/* Couleurs de la charte : background */
/* Couleurs de la charte : menus */
/* Couleurs de la charte : sous menus ou menu secondaire*/
/* Couleurs de la charte : footer & divers */
/* Couleurs des textes */
/* Couleurs des arrières plans */
/* Couleurs des bordures */
/* Couleurs des titres */
/* Éléments cliquables (liens, boutons, etc.) */
/* Champs de formulaires */
/* Surcharge LESS
------------------------------------------------------------*/
/*- Eléments à changer : -*/
/* couleur du texte */
/*couleur du h1 bienvenue */
/*couleur du texte par défaut*/
/*couleur des liens*/
/*couleur des titres de page*/
/*couleur de la bordure des titres de page */
/*couleur de l'adresse*/
/*couleur des liens de bas de page*/
/*couleur du bouton menu de bas de page sur telephone*/
/* Couleurs de la charte : sous sous menus*/
/* Couleurs de la charte : encart*/
/*menu : commun*/
/*couleur du menu*/
/*couleur de la bordure au survol*/
/*sous menu*/
/*couleur du fond du menu*/
/*sous sous menu*/
/*menu2*/
/* couleur du texte pour tel */
/*sousmenu2*/
/* couleur de la fleche pour depliage des sous rubriques*/
/*menu3 sous menu*/
/*couleur du triangle pour le sous-menu*/
/*couleur de fond du sous-menu*/
/* couleur de fond */
/* fond en bas de l'adresse */
/* polices de caractères à changer */
/* Général
----------------------------------------------------------*/
/*Formatage de texte*/
/* si changement de couleur au survol */
/* Des classes d'alignement d'objets */
/* Architecture
----------------------------------------------------------*/
/*#global{ min-height:880px; background:transparent url('@{theme_url}/images/principale.jpg') no-repeat top; }
@media (min-width:768px) and (max-width:991px){ #global{ min-height:880px; background:transparent url('@{theme_url}/images/principale.jpg') no-repeat 45% top; } }
@media (max-width:767px){ #global{ min-height:880px; background:transparent url('@{theme_url}/images/principale.jpg') no-repeat center -140px; } }*/
/* header
----------------------------------------------------------*/
/*menu*/
/* contenu
----------------------------------------------------------*/
/* The slices and boxes in the Slider */
/*.rslides{ position:relative; list-style:none; overflow:hidden; width:100%; padding:0; margin:0; }
.rslides li{ -webkit-backface-visibility:hidden; position:absolute; display:none; width:100%; left:0; top:0;}
.rslides li:first-child{ position:relative; display:block; float:left; }
.rslides img{ display:block; height:auto; float:left; width:100%; border:0;}*/
/* footer
----------------------------------------------------------*/
/*background:transparent url('@{theme_url}/images/adresse.png') no-repeat top;*/
/*-coordonnees*/
/*-bas de page-*/
/*permet la transtion pour le déroulement*/
/* Intégration
----------------------------------------------------------*/
/*-accueil-*/
/*-le métier-*/
/*-equipe-*/
/*-Références-*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
button {
  display: inline-block;
  /* IE7 inline-block hack */
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #839297;
  background-color: transparent;
  border: 1px solid #839297;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: color linear .2s, background-color linear .2s, border linear .2s;
  -moz-transition: color linear .2s, background-color linear .2s, border linear .2s;
  -o-transition: color linear .2s, background-color linear .2s, border linear .2s;
  transition: color linear .2s, background-color linear .2s, border linear .2s;
}
button:hover {
  color: #839297;
  background-color: transparent;
  border: 1px solid #839297;
}
button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
}
.commonImage {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #839297;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.commonImage:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transition: border linear .2s, opacity linear .2s;
  -moz-transition: border linear .2s, opacity linear .2s;
  -o-transition: border linear .2s, opacity linear .2s;
  transition: border linear .2s, opacity linear .2s;
  border: 1px solid #839297;
}
#ariane a {
  color: #839297;
  text-decoration: underline;
}
#ariane a:hover {
  color: #839297;
  text-decoration: none;
}
.goBack {
  font-style: italic;
  text-align: right;
}
.goBack a {
  color: #839297;
  text-decoration: underline;
}
.goBack a:hover {
  color: #839297;
  text-decoration: none;
}
.note {
  display: block;
  font-size: 0.9em;
  color: #000;
}
.commonErrorBox,
.commonSuccessBox {
  margin: 20px;
  padding: 1px;
  position: relative;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.commonErrorBox p,
.commonErrorBox ul,
.commonSuccessBox p,
.commonSuccessBox ul {
  display: block;
  margin: 0;
  padding: 8px 20px 7px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.commonErrorBox {
  background-color: #d29191;
  background: #d29191;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#d29191),color-stop(1,#bb5e5e));
  background: -ms-linear-gradient(bottom,#d29191,#bb5e5e);
  background: -moz-linear-gradient(center bottom,#d29191 0%,#bb5e5e 100%);
  background: -o-linear-gradient(#bb5e5e,#d29191);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb5e5e', endColorstr='#d29191', GradientType=0);
  -webkit-box-shadow: 0px 0px 6px rgba(244,187,187,0.7);
  -moz-box-shadow: 0px 0px 6px rgba(244,187,187,0.7);
  box-shadow: 0px 0px 6px rgba(244,187,187,0.7);
}
.commonErrorBox p,
.commonErrorBox ul {
  display: block;
  margin: 0;
  color: #745050;
  text-shadow: 1px 1px 0px #eaadad;
  background-color: #f4baba;
  background: #f4baba;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#f4baba),color-stop(1,#db7f7f));
  background: -ms-linear-gradient(bottom,#f4baba,#db7f7f);
  background: -moz-linear-gradient(center bottom,#f4baba 0%,#db7f7f 100%);
  background: -o-linear-gradient(#db7f7f,#f4baba);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db7f7f', endColorstr='#f4baba', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px #f7d0d0;
  -moz-box-shadow: inset 0px 1px 0px #f7d0d0;
  box-shadow: inset 0px 1px 0px #f7d0d0;
}
.commonErrorBox ul {
  padding-left: 2em;
}
.commonSuccessBox {
  background-color: #c6cdaa;
  background: #c6cdaa;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#c6cdaa),color-stop(1,#a8ae8e));
  background: -ms-linear-gradient(bottom,#c6cdaa,#a8ae8e);
  background: -moz-linear-gradient(center bottom,#c6cdaa 0%,#a8ae8e 100%);
  background: -o-linear-gradient(#a8ae8e,#c6cdaa);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8ae8e', endColorstr='#c6cdaa', GradientType=0);
  -webkit-box-shadow: 0px 0px 6px rgba(223,230,198,0.7);
  -moz-box-shadow: 0px 0px 6px rgba(223,230,198,0.7);
  box-shadow: 0px 0px 6px rgba(223,230,198,0.7);
}
.commonSuccessBox p,
.commonSuccessBox ul {
  display: block;
  margin: 0;
  color: #676b5b;
  text-shadow: 1px 1px 0px #d6dcc3;
  background-color: #e2e8c9;
  background: #e2e8c9;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#e2e8c9),color-stop(1,#c1c8a7));
  background: -ms-linear-gradient(bottom,#e2e8c9,#c1c8a7);
  background: -moz-linear-gradient(center bottom,#e2e8c9 0%,#c1c8a7 100%);
  background: -o-linear-gradient(#c1c8a7,#e2e8c9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c8a7', endColorstr='#e2e8c9', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px #ebf0da;
  -moz-box-shadow: inset 0px 1px 0px #ebf0da;
  box-shadow: inset 0px 1px 0px #ebf0da;
}
.commonSuccessBox ul {
  padding-left: 2em;
}
.two-cols,
.three-cols,
.four-cols {
  *zoom: 1;
}
.two-cols:before,
.two-cols:after,
.three-cols:before,
.three-cols:after,
.four-cols:before,
.four-cols:after {
  display: table;
  content: "";
  line-height: 0;
}
.two-cols:after,
.three-cols:after,
.four-cols:after {
  clear: both;
}
.two-cols .col,
.three-cols .col,
.four-cols .col {
  float: left;
  margin-right: 1%;
}
.two-cols .col {
  width: 48%;
}
.three-cols .col {
  width: 32%;
}
.four-cols .col {
  width: 24%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #839297;
}
body,
textarea,
input {
  color: #000;
}
a {
  color: #839297;
}
#rubric_title {
  color: #839297;
}
#rubric_title span {
  color: #000;
}
#rubric_title {
  border-bottom-color: #007e99;
}
#coordinates {
  color: #bfbfbf;
}
.block_various_links li a {
  color: #000;
}
#toggle-nav {
  /*couleur du fond du bouton menu de bas de page sur telephone*/
  background-color: #839297;
  color: #fff;
}
#tel_head {
  /*couleur du téléphone dans le bandeau */
  color: #000;
  font-size: 12px;
}
#menus,
#menu_top {
  font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #menus,
  #menu_top {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #menus,
  #menu_top {
    font-size: 14px;
  }
}
#menus ul a,
#menu_top ul a {
  color: #666;
  border-bottom: transparent 5px solid;
}
#menus ul a:hover,
#menu_top ul a:hover {
  /*couleur du menu au survol*/
  color: #395257;
  border-bottom: 5px solid #395257;
}
#menus li li a {
  background-color: #fff;
}
#menus li li li a {
  background-color: #e9e9e9;
}
@media (max-width: 767px) {
  /*couleur du fond du menu sur telephone*/
  /*menu1*/
  /*couleur du texte du bouton sur telephone*/
  #menus li a,
  #menu_top li a {
    background-color: #fff;
  }
  .toggleMenu {
    /*couleur du fond du bouton sur telephone*/
    background-color: #395257;
    color: #fff;
  }
}
@media (max-width: 767px) {
  /* couleur de fond derrière le picto pour les tels*/
  /* couleur du picto pour les tels*/
  #header {
    background: #395257;
  }
  #header a:after {
    color: #fff;
  }
  .mm-ismenu {
    /* fond du panneau dépliant tel */
    background: #fff;
    color: #666;
  }
}
.mm-menu .mm-list > li > a.mm-subopen:after,
.mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: #4ca1e1;
}
.cbp-hsmenu > li.cbp-hsitem-open > a:after {
  /*taille du triangla pour le sous-menu*/
  border: solid transparent 10px;
  border-top-color: #fff;
}
.cbp-hsmenubg,
.cbp-hssubmenu {
  background: #fff;
}
body {
  background-color: #fff;
}
@media (max-width: 767px) {
  #marque {
    background-color: #fff;
  }
}
body {
  font-family: Verdana, sans-serif;
}
@font-face {
  font-family: "iconfnt";
  font-style: normal;
  font-weight: 400;
  src: url("/oktCommon/fonts/iconfnt/iconfnt.eot?#iefix") format("embedded-opentype"), url("/oktCommon/fonts/iconfnt/iconfnt.woff") format("woff"), url("/oktCommon/fonts/iconfnt/iconfnt.ttf") format("truetype"), url("/oktCommon/fonts/iconfnt/iconfnt.svg#scottkellum-icoregular") format("svg");
}
.mm-menu,
.nav,
.cbp-hsmenu,
.cbp-hssubmenu {
  font-family: "iconfnt";
}
.toggleMenu,
.mm-menu li,
.nav li,
.cbp-hsmenu > li,
.cbp-hssubmenu li,
#head,
.encart h4,
#rubric_title,
#coordinates,
#tel_head,
.encart h4,
h1,
.signatures,
#project_list h2 {
  font-family: 'Questrial', sans-serif;
}
h1 {
  font-weight: normal;
  font-size: 1.5em;
}
h2 {
  font-weight: 700;
  font-size: 1.3em;
}
h3 {
  font-weight: 700;
  font-size: 1.17em;
}
h4 {
  font-weight: 700;
  font-size: 1em;
}
h5 {
  font-size: .83em;
}
h6 {
  font-size: .67em;
}
p,
ul,
ol,
li {
  font-size: 1em;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
textarea {
  padding: 3px;
}
input {
  padding: 3px;
}
.aligntop {
  vertical-align: top;
}
.alignbottom {
  vertical-align: bottom;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.textshadow {
  text-shadow: 1px 1px 2px #000;
}
body {
  margin: 0;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
.container {
  margin: 0 auto;
  position: relative;
}
#tel_head {
  text-align: right;
}
#tel_head p {
  padding: 15px 4px 0 0;
  margin: 0;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  #head {
    min-height: 344px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #head {
    min-height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #head {
    min-height: 115px;
  }
}
@media (max-width: 767px) {
  #head {
    min-height: 115px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .marginSm {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  #menus li {
    background: transparent url('/oktThemes/ra80-s/images/puce.jpg') left no-repeat;
    padding-left: 10px;
    margin-left: 28px;
    display: inline-block;
    font-size: 0.9em;
  }
  #menus {
    min-height: 55px;
    position: relative;
    text-align: left;
  }
  #menus ul {
    text-align: right;
  }
  #menus li a {
    padding: 13px 4px;
  }
}
@media (min-width: 1200px) {
  #menus {
    padding-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #menus li {
    margin-left: 20px;
  }
  #menus {
    padding-top: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #menus li {
    background: transparent url('/oktThemes/ra80-s/images/puce.jpg') left no-repeat;
    padding-left: 5px;
    margin-left: 8px;
  }
  #menus {
    padding-top: 20px;
  }
  #menus ul {
    padding-top: 0px;
    text-align: left;
    line-height: 25px;
  }
  #menus li a {
    padding: 0px 4px;
  }
}
@media (max-width: 767px) {
  #menus li {
    background: transparent url('/oktThemes/ra80-s/images/puce.jpg') left no-repeat;
    padding-left: 5px;
  }
  #menus ul {
    text-align: left;
  }
}
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}
.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}
.nivo-box {
  display: block;
  position: absolute;
  z-index: 60;
  overflow: hidden;
}
.nivo-box img {
  display: block;
}
#center_column {
  min-height: 280px;
  position: relative;
}
@media (max-width: 767px) {
  #content {
    padding: 70px 0 10px;
  }
}
@media (min-width: 768px) {
  #content {
    padding: 140px 0 10px;
  }
}
@media (min-width: 768px) {
  #left_column {
    padding-top: 90px;
  }
}
#positionnement {
  position: relative;
}
#rubric_title {
  width: 97.5%;
  position: absolute;
  top: 20px;
  padding-left: 10px;
  font-size: 28px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  line-height: 26px;
}
#rubric_title span {
  text-align: center;
  background-color: #77bbca;
  font-size: 60px;
  line-height: 70px;
  min-height: 70px;
  position: absolute;
  width: 90%;
  right: 0px;
}
@media (min-width: 1200px) {
  #rubric_title span {
    top: 29px;
    width: 90%;
    right: 0px;
  }
  .equipe p span {
    position: absolute;
    top: 1%;
    left: 3%;
    z-index: 1000;
  }
  .equipe p span.num2 {
    position: absolute;
    top: 1%;
    left: 74%;
    z-index: 1000;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #rubric_title span {
    font-size: 60px;
    line-height: 70px;
    top: 29px;
  }
  .equipe p span {
    position: absolute;
    top: 1%;
    left: 3%;
    z-index: 1000;
  }
  .equipe p span.num2 {
    position: absolute;
    top: 1%;
    left: 74%;
    z-index: 1000;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #rubric_title span {
    font-size: 50px;
    line-height: 70px;
    top: 29px;
  }
  .equipe p span {
    position: absolute;
    top: 1%;
    left: 4%;
    z-index: 1000;
  }
  .equipe p span.num2 {
    position: absolute;
    top: 1%;
    left: 71%;
    z-index: 1000;
  }
}
@media (max-width: 767px) {
  #rubric_title {
    top: 10px;
  }
  .equipe p span {
    position: absolute;
    top: 1%;
    left: 3%;
    z-index: 1000;
  }
  #rubric_title span {
    font-size: 36px;
    line-height: 36px;
    top: 29px;
    min-height: 36px;
  }
  .equipe p span.num2 {
    position: absolute;
    top: 1%;
    left: 76%;
    z-index: 1000;
  }
}
#coordinates_list {
  margin: 0;
}
#coordinates_list li {
  list-style: none outside;
}
#coordinates_list li:first-child {
  border-left: none;
  background: transparent;
}
@media (min-width: 768px) {
  #coordinates span {
    font-size: 11px;
    line-height: 20px;
  }
  #coordinates {
    text-align: center;
  }
  #coordinates_list {
    padding: 0;
  }
  #coordinates_list li {
    display: inline-block;
    padding: 0 5px 0;
  }
  #coordinates {
    background: #007e99 no-repeat right;
    min-height: 78px;
    text-align: center;
    font-size: 13px;
    padding-top: 20px;
    color: #fff;
  }
  #menu_bottom li {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #coordinates span {
    font-size: 11px;
    line-height: 20px;
  }
  #coordinates {
    text-align: center;
  }
  #coordinates_list {
    padding: 0px;
  }
  #coordinates_list li {
    display: block;
    padding: 2px 0;
    line-height: 18px;
  }
  #coordinates {
    background: transparent url('/oktThemes/ra80-s/images/logos-adresse.jpg') no-repeat -16px bottom;
    min-height: 240px;
    font-size: 13px;
  }
}
#toggle-nav:hover {
  border: none;
}
.block_various_links li a {
  font-size: .91em;
}
@media (max-width: 767px) {
  [id=menu_bottom] ul {
    max-height: 310px;
  }
}
#marque {
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  #marque {
    padding-top: 25px;
  }
}
#powered {
  padding-top: 8px;
}
#site img {
  vertical-align: top;
}
#site {
  text-align: center;
  padding-top: 5em;
}
.encart {
  margin-bottom: 10px;
}
.encart h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 10px 5px;
  margin: 0 0 10px;
  font-weight: normal;
}
.encartContenu {
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .encartContenu {
    display: none;
  }
  .encart h4 {
    position: relative;
    cursor: pointer;
  }
  .encart h4:after {
    font-family: FontAwesome;
    font-size: 20px;
    display: block;
    content: "\f067";
    position: absolute;
    right: 10px;
    top: 3px;
  }
}
.signatures {
  text-align: center;
}
.signatures p {
  margin: 0;
  padding: 0;
}
.signatures p:first-child {
  font-size: 16px;
}
.listePerso {
  list-style: url('/oktThemes/ra80-s/images/puce.jpg');
}
.listePerso li {
  margin: 5px 0;
}
.listePerso.row li {
  padding-left: 0;
}
.equipe img {
  padding: 0 3px;
  width: 80%;
  vertical-align: text-top;
}
.equipe p {
  position: relative;
}
#galleries_list {
  text-align: center;
}
#galleries_list li {
  list-style-type: none;
  margin-top: 3%;
  font-size: 1.1em;
  font-weight: bold;
}
#galleries_list li img {
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  opacity: 1;
  margin-top: 1%;
}
#galleries_list2 li {
  margin-top: 1%;
  display: inline;
}
#galleries_list li img:hover {
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  opacity: 0.7;
}
#galleries_list li a {
  color: #000;
}
@media (min-width: 768px) and (max-width: 991px) {
  #galleries_list li {
    font-size: 0.9em;
    margin-top: 10%;
  }
  #galleries_list li img {
    margin-top: 0;
  }
  #galleries_list li span {
    display: block;
    height: 20px;
  }
}
#project_list img {
  margin: 5px auto;
  text-align: center;
}
#project_list div {
  background: #F2F2EF;
}
