/* 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 */
/* Encart */
/* Surcharge LESS
------------------------------------------------------------*/
/*- Eléments à changer : -*/
/* Couleurs de la charte : sous sous menus*/
/* couleur du texte */
/*couleur du h1 bienvenue */
/*couleur du texte par défaut*/
/*couleur des liens*/
/*couleur texte téléphone */
/*couleur du fond des pictos reseaux*/
/*couleur des pictos reseaux*/
/*menu : commun*/
/*couleur du menu*/
/*couleur du menu au survol*/
/*sous menu*/
/*couleur du fond du menu*/
/*couleur du fond du menu au survol*/
/*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 des encarts*/
/*couleur du texte des input */
/*couleur du texte du bouton */
/*couleur des titres de page*/
/*couleur de l'adresse*/
/*couleur du premier élément de l'adresse*/
/*couleur des liens de bas de page*/
/*couleur du bouton menu de bas de page sur telephone*/
/* couleur de fond */
/* fond en bas de l'adresse */
/* fond en du bandeau */
/* fond en bas du contenu et avant l'adresse */
/* polices de caractères à changer */
/*.mm-menu, .nav, .cbp-hsmenu, .cbp-hssubmenu{ font-family: "iconfnt";}
.toggleMenu, .mm-menu li, .nav li, .cbp-hsmenu > li, .cbp-hssubmenu li, #rubric_title, #head, #left_column .encart h4,
 #left_column #contact_form #submit_contact_form, .bouton{ font-family: 'Roboto Slab', serif; font-weight:300; }*/
/*taille texte téléphone */
/*taille du menu*/
/*taille du titre de page*/
/*taille du titre des encarts*/
/*taille de l'adresse*/
/*taille du début de l'adresse*/
/* Général
----------------------------------------------------------*/
/*Formatage de texte*/
/* si changement de couleur au survol */
/* Des classes d'alignement d'objets */
/* Architecture
----------------------------------------------------------*/
/* header
----------------------------------------------------------*/
/*menu*/
/*diapo
--------------------------------------------------*/
/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The slices and boxes in the Slider */
/* contenu
----------------------------------------------------------*/
/* encarts contenu
----------------------------------------------------------*/
/* footer
----------------------------------------------------------*/
/*-coordonnees*/
/*-bas de page-*/
/* Intégration
----------------------------------------------------------*/
/*-accueil-*/
/* new css*/
.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: #fff;
  background-color: transparent;
  border: 1px solid #666;
  -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: #fff;
  background-color: transparent;
  border: 1px solid #666;
}
button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active {
  color: #e17009;
  background-color: #fff;
  border: 1px solid #666;
}
.commonImage {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #666;
  -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 #666;
}
#ariane a {
  color: #fff;
  text-decoration: underline;
}
#ariane a:hover {
  color: #fff;
  text-decoration: none;
}
.goBack {
  font-style: italic;
  text-align: right;
}
.goBack a {
  color: #fff;
  text-decoration: underline;
}
.goBack a:hover {
  color: #fff;
  text-decoration: none;
}
.note {
  display: block;
  font-size: 0.9em;
  color: #fff;
}
.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: #999;
}
body,
textarea,
input {
  color: #fff;
}
a {
  color: #fff;
}
.textshadow {
  text-shadow: transparent;
}
#head {
  color: #fff;
}
.at-icon-wrapper {
  background: transparent !important;
  border: 1px solid #2a6d9c;
}
.at-icon {
  fill: #fff !important;
}
#menus ul a,
#menu_top ul a {
  color: #fff;
}
#menus ul a:hover,
#menu_top ul a:hover {
  color: #ed0000;
}
#menus li li a {
  background-color: #fff;
}
#menus li li a:hover {
  background-color: #F0F0F0;
}
#menus li li li a {
  background-color: #e9e9e9;
}
#menus li li li a:hover {
  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: #333;
  }
  .toggleMenu {
    /*couleur du fond du bouton sur telephone*/
    background-color: #000;
    color: #fff;
  }
}
@media (max-width: 767px) {
  /* couleur du picto pour les tels*/
  #header a:after {
    color: #fff;
  }
  .mm-ismenu {
    /* fond du panneau dépliant tel */
    background: #333;
    color: #fff;
  }
}
.mm-menu .mm-list > li > a.mm-subopen:after,
.mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: #22bef3;
}
.cbp-hsmenu > li.cbp-hsitem-open > a:after {
  /*taille du triangla pour le sous-menu*/
  border: solid transparent 10px;
  border-top-color: #cae9f4;
}
.cbp-hsmenubg,
.cbp-hssubmenu {
  background: #fff;
}
#left_column .encart {
  background-color: #000;
}
#left_column #contact_form input,
#left_column #contact_form textarea {
  /*couleur du fond des input du formulaire de contact */
  background: #fff;
  color: #fff;
}
#left_column #contact_form #submit_contact_form {
  /*couleur du fond du bouton du formulaire de contact */
  background: #303030;
  color: #fff;
  border-left: #ed0000 solid 5px;
}
#left_column input::-webkit-input-placeholder,
#left_column textarea::-webkit-input-placeholder {
  color: #fff;
}
#left_column input:-moz-placeholder,
#left_column textarea:-moz-placeholder {
  color: #fff;
}
#left_column input::-moz-placeholder,
#left_column textarea::-moz-placeholder {
  color: #fff;
}
#left_column input:-ms-input-placeholder,
#left_column textarea:-ms-input-placeholder {
  color: #fff;
}
#rubric_title {
  color: #fff;
}
#coordinates {
  color: #666;
}
#coordinates li:first-child {
  color: #fff;
}
.block_various_links li a {
  color: #666;
}
#toggle-nav {
  background-color: #333;
  /*couleur du fond du bouton menu de bas de page sur telephone*/
  border: none;
  color: #fff;
}
.bouton {
  /*couleur du bouton de l'accueil */
  background: transparent;
  color: #fff;
}
body {
  background-color: #000;
}
#global_header {
  background-color: #000;
}
#global_main {
  background-color: #1b1b1b;
}
#global_footer {
  background-color: #000;
}
body {
  font-family: 'Hind', sans-serif;
}
.nav,
#rubric_title,
#head,
.toggleMenu,
#left_column .encart h4,
#left_column #contact_form #submit_contact_form,
.bouton,
h1,
h2,
h3,
h4,
h5,
h6,
#coordinates_list li:first-child {
  font-family: 'Cutive Mono', serif;
  font-weight: 400;
}
body {
  font-size: 15px;
  line-height: 1.35em;
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 16px;
  }
}
h1 {
  font-weight: 700;
  font-size: 1.4em;
}
h2 {
  font-weight: 700;
  font-size: 1.266666667em;
}
h3 {
  font-weight: 700;
  font-size: 1.2em;
}
h4 {
  font-weight: 700;
  font-size: 1.133333333em;
}
h5 {
  font-weight: 700;
  font-size: 1.066666667em;
}
h6 {
  font-weight: 700;
  font-size: 1em;
}
#head {
  font-size: 1.666666667em;
}
#slogan {
  font-size: 0.64em;
}
#menus,
#menu_top {
  font-size: 1.2em;
}
#rubric_title {
  font-size: 2em;
}
#left_column .encart h4 {
  font-size: 2em;
}
#coordinates,
#menu_bottom li {
  font-size: 1.066666667em;
}
#coordinates_list li:first-child {
  font-size: 1.333333333em;
}
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;
}
body {
  margin: 0;
  background-image: url('/oktThemes/ra120-s2/images/fond-bas.jpg');
  background-repeat: repeat;
  background-position: top;
}
.container {
  margin: 0 auto;
  position: relative;
}
#global_header {
  background-image: url('/oktThemes/ra120-s2/images/fond.jpg');
  background-repeat: repeat-x;
  background-position: top;
}
@media (min-width: 992px) {
  #global_header {
    position: fixed;
    width: 100%;
    z-index: 800;
  }
  header {
    background: transparent url('/oktThemes/ra120-s2/images/principale.jpg') no-repeat top;
  }
}
#head {
  text-align: left;
}
#head p a {
  text-decoration: none;
}
@media (min-width: 768px) {
  #telephone,
  #reseaux {
    padding-top: 40px;
  }
  #reseaux {
    text-align: right;
  }
}
@media (max-width: 767px) {
  #telephone {
    padding-bottom: 20px;
    text-align: center;
  }
  #reseaux {
    text-align: center;
  }
  #head {
    text-align: center;
  }
}
.addthis_default_style .at300b,
.addthis_default_style .at300bo,
.addthis_default_style .at300m {
  padding: 0 10px 0 0 !important;
}
.at-icon-wrapper {
  border-radius: 20px;
  height: 38px !important;
  width: 38px !important;
  padding: 0px !important;
}
.at-icon {
  height: 38px !important;
  width: 38px !important;
}
.block.follow h4 {
  display: none;
}
#menus {
  min-height: 50px;
  margin: 0;
  text-transform: uppercase;
  padding: 12px 0 0;
}
#menus ul {
  text-align: left;
}
#menus li {
  display: inline;
  list-style: none outside;
}
@media (min-width: 992px) {
  #menus li a {
    padding: 0 8px;
  }
}
#diapo {
  position: relative;
}
@media (min-width: 992px) {
  #diapo {
    padding-top: 168px;
  }
}
.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;
}
#global_main {
  background-image: url('/oktThemes/ra120-s2/images/fond-main.jpg');
  background-repeat: repeat-x;
  background-position: top;
}
#main {
  background: transparent url('/oktThemes/ra120-s2/images/main.jpg') no-repeat center top;
}
#content_bg_image {
  min-height: 200px;
}
#content {
  padding: 95px 0 20px 0;
}
#rubric_title {
  position: absolute;
  top: 25px;
}
@media (max-width: 767px) {
  #rubric_title {
    position: absolute;
    top: 30px;
  }
}
#left_column .encart {
  margin-bottom: 10px;
}
#left_column .encart h4 {
  padding: 25px 15px 10px;
  margin: 0px;
}
#left_column .encartContenu {
  padding: 10px 15px;
}
@media (max-width: 991px) {
  #left_column .encartContenu {
    display: none;
  }
  #left_column .encart h4 {
    position: relative;
    cursor: pointer;
    min-height: 50px;
  }
  #left_column .encart h4:after {
    font-family: FontAwesome;
    display: block;
    content: "\f067";
    position: absolute;
    right: 10px;
    top: 20px;
  }
}
#left_column #contact_form input,
#left_column #contact_form textarea {
  border: none;
  padding: 10px;
  margin-left: 0px;
  margin-bottom: 7px;
  width: 100%;
  webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#left_column #contact_form textarea {
  min-height: 100px;
}
#left_column #map {
  height: 250px;
  margin: 20px 0;
  border: none;
}
#global_footer {
  background-image: url('/oktThemes/ra120-s2/images/fond-adresse.jpg');
  background-repeat: repeat-x;
  background-position: top;
}
footer {
  min-height: 190px;
}
#coordinates_list {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #coordinates_list ul {
    text-align: left;
  }
}
@media (max-width: 767px) {
  #coordinates_list ul {
    text-align: center;
  }
}
#coordinates_list li {
  display: block;
  list-style: none outside;
}
#coordinates_list li:first-child {
  padding-bottom: 10px;
}
#coordinates,
#menu_bottom {
  padding-top: 40px;
}
#menu_bottom {
  margin: 0;
}
#menu_bottom ul {
  text-align: left;
}
@media (min-width: 992px) {
  #menu_bottom ul {
    padding-top: 10px;
  }
  #menu_bottom li {
    display: block;
    list-style: none outside;
    width: 33.33%;
    float: left;
  }
}
@media (max-width: 991px) {
  #menu_bottom {
    padding-bottom: 20px;
  }
  #menu_bottom li {
    display: block;
    list-style: none outside;
  }
  #menu_bottom li a {
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  /*permet la transtion pour le déroulement*/
  [id=menu_bottom] ul {
    max-height: 450px;
  }
}
#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: 5em 0;
}
.texte_gauche {
  padding-left: 20px;
}
.texte_droite {
  padding-right: 20px;
}
.texte {
  padding: 0 20px;
}
@media (max-width: 767px) {
  #image_accueil div {
    padding-bottom: 20px;
  }
}
.bouton {
  display: block;
  text-decoration: none;
  padding: 5px 0;
  margin-bottom: 20px;
}
#rubric_title,
.encart h4,
#slogan {
  text-transform: uppercase;
}
#left_column #contact_form input,
#left_column #contact_form textarea {
  background: #424242;
  color: #fff;
}
#coordonnees p:first-child strong {
  font-family: 'Cutive Mono', serif;
  font-size: 1.2em;
}
.block_various_links li a:hover {
  color: #fff;
}
.img-box {
  text-align: center;
}
.img-box img {
  width: 300px;
  height: 165px;
}
.img-box h3 {
  padding: 5px;
  background: #303030;
  border-left: 5px solid #ED0000;
}
.img-box h3 a {
  font-family: 'Cutive Mono', serif;
  font-weight: 400;
  text-decoration: none;
}
.block2 {
  border-radius: 5px;
  background: rgba(66,66,66,0.51);
  padding: 5px 10px;
  margin-bottom: 10px;
}
.block2 h2 {
  font-size: 16px;
  margin: 15px;
  color: #ED0000;
}
.atss a {
  background: none !important;
}
.at-icon-wrapper {
  border: 2px solid #999;
  background: #000 !important;
}
