/* 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
------------------------------------------------------------*/
/*accueil*/
/*bouton couleur */
/*couleur du texte du bloc1*/
/*couleur du texte du bloc2*/
/*taille du texte du bloc2*/
/*couleur fond du bloc3*/
/*- 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 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*/
/* fond du panneau dépliant 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 titres de page*/
/*couleur du titre de l'encart*/
/*couleur du texte de l'encart*/
/*couleur du soustitre de l'encart*/
/*couleur de l'adresse*/
/*couleur des liens de bas de page*/
/*bordure de l'adresse*/
/*couleur des liens de bas de page au rollover*/
/*couleur du bouton menu de bas de page sur telephone*/
/*couleur du texte du bandeau*/
/*couleur du fond des pictos reseaux*/
/*couleur des pictos reseaux*/
/* couleur de fond */
/* fond en bas de l'adresse */
/* fond du bandeau */
/* fond en bas du contenu */
/* fond des lins de vas de page */
/* polices de caractères à changer */
/*taille du texte du menu*/
/*taille du titre de l'encart*/
/*taille du boutons*/
/*taille des liens de bas de page*/
/*taille du adresse */
/*taille du titre de la page*/
/*taille du bouton couleur */
/*taille du texte du bloc1*/
/* Général
----------------------------------------------------------*/
/*Formatage de texte*/
/* si changement de couleur au survol */
/* Des classes d'alignement d'objets */
/* Architecture
----------------------------------------------------------*/
/* header
----------------------------------------------------------*/
/*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
----------------------------------------------------------*/
/*menu*/
/* footer
----------------------------------------------------------*/
/*colonne1*/
/*colonne2*/
/*-bas de page-*/
/*permet la transtion pour le déroulement*/
/*colonne3*/
/*-coordonnees*/
/*colonne4*/
/* Intégration
----------------------------------------------------------*/
/*-accueil-*/
.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: #000;
  background-color: transparent;
  border: 1px solid #333333;
  -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: #000;
  background-color: transparent;
  border: 1px solid #333333;
}
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 #333333;
}
.commonImage {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #333333;
  -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 #333333;
}
#ariane a {
  color: #000;
  text-decoration: underline;
}
#ariane a:hover {
  color: #000;
  text-decoration: none;
}
.goBack {
  font-style: italic;
  text-align: right;
}
.goBack a {
  color: #000;
  text-decoration: underline;
}
.goBack a:hover {
  color: #000;
  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%;
}
.bouton_couleur {
  color: #fff;
  background-color: #e4001b;
}
.bouton_couleur2 {
  color: #fff;
  background-color: #9c0606;
}
.bouton_gris {
  color: #fff;
  background-color: #9c0606;
}
.bouton_blanc {
  color: #333;
  background-color: #fff;
}
#bloc1,
.bloc1,
.color {
  color: #fff;
}
#bloc2 h2,
.bloc2 h2,
#bloc4 h2,
.bloc4 h2 {
  color: #333;
}
.encartAccueil h3,
.encartAccueil h3 span {
  color: #fff;
}
#bloc3 h2,
.bloc3 h2 {
  color: #877f6a;
}
#bloc3,
.bloc3 {
  color: #fff;
  background-color: #9c0606;
}
#bloc4 .col-sm-6.col-md-3 a,
.bloc4 .col-sm-6.col-md-3 a {
  color: #ce0e0e;
}
@media (min-width: 768px) {
  #enrichissement {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #enrichissement {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #enrichissement {
    width: 1170px;
  }
}
#enrichissement {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.scrollTop-wrapper {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #9c0606;
}
body,
textarea,
input {
  color: #000;
}
a {
  color: #000;
}
.textshadow {
  text-shadow: 1px 1px 2px #000;
}
#menus ul a,
#menu_top ul a {
  color: #666;
}
#menus ul a:hover,
#menu_top ul a:hover {
  color: #ce0e0e;
}
#menus li li a {
  background-color: #fff;
}
#menus li li a:hover {
  background-color: #fff;
}
#menus li li li a {
  background-color: #e9e9e9;
}
#menus li li li a:hover {
  background-color: #e9e9e9;
}
@media (max-width: 991px) {
  /*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: #22bef3;
    color: #e4001b;
  }
}
@media (max-width: 991px) {
  /* couleur du picto pour les tels*/
  #header a:after {
    color: #e4001b;
  }
  .mm-ismenu {
    background: #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;
}
#rubric_title {
  color: #333;
}
#global_footer .encart h4,
#global_footer h4,
#global_footer .encart .titre_footer,
#global_footer .titre_footer {
  color: #c89160;
}
#global_footer {
  color: #c89160;
}
#global_footer p {
  color: #fff;
}
#global_footer .contact_form_field {
  /*couleur des input*/
  color: #c89160;
  background: #694b31;
}
#global_footer input::-webkit-input-placeholder,
#global_footer textarea::-webkit-input-placeholder {
  color: #c89160;
}
#global_footer input:-moz-placeholder,
#global_footer textarea:-moz-placeholder {
  color: #c89160;
}
#global_footer input::-moz-placeholder,
#global_footer textarea::-moz-placeholder {
  color: #c89160;
}
#global_footer input:-ms-input-placeholder,
#global_footer textarea:-ms-input-placeholder {
  color: #c89160;
}
.button {
  /*couleur des bouton*/
  color: #fff !important;
  background: #9c0606 !important;
}
#coordinates {
  color: #fff;
}
.block_various_links li a {
  color: #f4d4b7;
  border-bottom: 1px solid #333333;
}
#separateur_coord {
  border-top: 1px solid #333333;
}
.block_various_links li a:hover {
  color: #fff;
}
#toggle-nav {
  /*couleur du fond du bouton menu de bas de page sur telephone*/
  background-color: #424242;
  color: #fff;
}
#reseaux {
  color: #fff;
}
.at-icon-wrapper {
  background: transparent !important;
}
.at-icon {
  fill: #fff !important;
}
body {
  background-color: #000;
}
header {
  background-color: #fff;
}
#main {
  background-color: #e0e0e0;
}
#global_footer {
  background-color: #9d724b;
}
body {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
}
@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 {
  font-family: 'Economica', sans-serif;
}
#menus,
#menu_top,
#rubric_title,
.bloc h2,
.bloc2 h2,
.bouton_couleur,
.bouton_couleur2,
.bouton_gris,
.bouton_blanc {
  font-family: 'Economica', sans-serif;
}
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.6em;
}
h2 {
  font-weight: 700;
  font-size: 1.466666667em;
}
h3 {
  font-weight: 700;
  font-size: 1.4em;
}
h4,
#global_footer .encart .titre_footer,
#global_footer .titre_footer {
  font-weight: 700;
  font-size: 1.333333333em;
}
h5 {
  font-weight: 700;
  font-size: 1.066666667em;
}
h6 {
  font-weight: 700;
  font-size: 1em;
}
#menus li,
#menu_top li {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
}
#global_footer .encart h4,
#global_footer h4,
#global_footer .encart .titre_footer,
#global_footer .titre_footer {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.333333333em;
}
.button {
  font-size: 1.666666667em;
  text-transform: uppercase;
}
.block_various_links li a {
  font-size: 0.9333333333em;
  text-transform: uppercase;
}
#coordinates {
  font-size: 0.9333333333em;
  text-transform: uppercase;
}
#coordinates #separateur_coord li {
  font-size: 1.357142857em;
  font-weight: 700;
}
#rubric_title,
.bloc h2 {
  font-size: 4.333333333em;
  font-weight: 200;
  text-transform: uppercase;
}
.bouton_couleur,
.bouton_couleur2,
.bouton_gris,
.bouton_blanc {
  font-size: 2em;
  line-height: 1em;
  text-transform: uppercase;
}
#bloc2 a,
.bloc2 a {
  font-size: 1.266666667em;
  text-transform: uppercase;
}
.encartAccueil h3 {
  font-size: 1.333333333em;
  font-weight: 300;
}
.encartAccueil h3 strong {
  font-size: 1.6em;
  line-height: 1em;
  font-weight: 700;
}
#bloc4 span,
.bloc4 strong {
  font-size: 1.666666667em;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*taille du texte du menu*/
  #menus li,
  #menu_top li {
    font-size: 1.1em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* titre de la page*/
  /*taille du bouton couleur */
  #rubric_title,
  .bloc h2 {
    font-size: 3.333333333em;
  }
  .bouton_couleur,
  .bouton_couleur2,
  .bouton_gris,
  .bouton_blanc {
    font-size: 1.6em;
  }
}
@media (max-width: 767px) {
  /* titre de la page*/
  #rubric_title,
  .bloc h2 {
    font-size: 1.866666667em;
  }
}
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;
}
abbr[title] {
  text-decoration: none;
  border: none;
}
body {
  margin: 0;
}
.container {
  margin: 0 auto;
  position: relative;
}
header {
  background-image: url('/oktThemes/ra140-s/images/fond.jpg');
  background-repeat: repeat-x;
  background-position: center top;
}
.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;
}
#main {
  min-height: 450px;
  position: relative;
}
.espace {
  padding-top: 120px;
}
@media (min-width: 992px) {
  #menus {
    min-height: 95px;
    position: relative;
    text-align: center;
  }
}
#menus ul {
  padding-top: 25px;
}
#menus li a {
  padding: 15px 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #menus li a {
    padding: 15px 5px;
  }
}
@media (max-width: 991px) {
  #header {
    min-height: inherit;
    position: relative;
    z-index: 800;
  }
  #header a:after {
    left: 0;
    top: 15px;
  }
  #head {
    text-align: center;
  }
}
#content {
  padding: 0px;
}
#rubric_title {
  position: absolute;
  text-align: left;
  top: 50px;
  left: 50%;
}
@media (min-width: 1200px) {
  #rubric_title {
    margin-left: -570px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #rubric_title {
    margin-left: -470px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #rubric_title {
    margin-left: -360px;
  }
}
@media (max-width: 767px) {
  #rubric_title {
    left: 15px;
  }
}
#global_footer {
  background-image: url('/oktThemes/ra140-s/images/fond-adresse.jpg');
  background-repeat: repeat-x;
  background-position: center top;
}
#global_footer #contact_form .contact_form_field,
#global_footer #contact_form #code {
  width: 100%;
  margin-bottom: 15px;
}
#global_footer #contact_form input,
#global_footer #contact_form textarea {
  border: none;
  border-radius: 0;
}
#global_footer #contact_form input#submit_contact_form {
  padding: 15px 30px;
}
#menu_bottom ul {
  padding: 0;
  text-align: left;
}
#menu_bottom li {
  display: block;
}
#menu_bottom li a {
  padding: 5px 0;
  display: block;
}
#menu_bottom li:last-child a {
  border: none;
}
#toggle-nav:hover {
  border: none;
}
@media (max-width: 767px) {
  [id=menu_bottom] ul {
    max-height: 450px;
  }
}
#marque {
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  #marque a {
    float: right;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  #marque {
    padding-top: 25px;
  }
}
#powered {
  padding-top: 8px;
}
#coordinates {
  text-align: left;
}
.coordinates_list {
  margin: 0;
  padding: 0;
}
.coordinates_list li {
  list-style: none outside;
  display: block;
  padding: 2px 0;
}
.coordinates_list li:first-child {
  border-left: none;
  background: transparent;
}
#separateur_coord {
  margin-top: 20px;
  margin-bottom: 20px;
}
#separateur_coord img {
  padding-right: 10px;
}
#global_footer #google_map {
  height: 250px;
  margin: 20px 0;
}
.title_block.encartGmap {
  display: none;
}
#reseaux {
  float: left;
}
.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;
}
#site img {
  vertical-align: top;
}
#site {
  text-align: center;
  padding-top: 4em;
}
.texte_gauche {
  padding-left: 20px;
}
.texte_droite {
  padding-right: 20px;
}
.texte {
  padding: 0 20px;
}
.vignettes {
  padding-bottom: 30px;
}
.bouton_couleur,
.bouton_couleur2,
.bouton_gris,
.bouton_blanc {
  text-decoration: none;
  display: block;
  padding: 16px 0;
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bouton_couleur,
  .bouton_couleur2,
  .bouton_gris,
  .bouton_blanc {
    padding: 16px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bouton_couleur,
  .bouton_couleur2,
  .bouton_gris,
  .bouton_blanc {
    padding: 18px 0;
  }
}
#bloc1,
.bloc1 {
  padding: 100px 0 40px;
  background: transparent url('/oktThemes/ra140-s/images/fond-bloc1.jpg') top no-repeat;
}
#bloc1 .bouton_blanc,
.bloc1 .bouton_blanc {
  padding: 0;
}
#bloc1 .bouton_blanc img,
.bloc1 .bouton_blanc img {
  float: left;
}
#bloc1 .bouton_blanc div,
.bloc1 .bouton_blanc div {
  padding: 16px 0;
  display: block;
}
#bloc1 button,
.bloc1 button {
  background: transparent;
  border: none;
  text-transform: inherit;
}
@media (min-width: 992px) {
  #bloc1 .bouton_blanc strong,
  .bloc1 .bouton_blanc strong {
    padding: 16px 0;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #bloc1 .bouton_blanc strong,
  .bloc1 .bouton_blanc strong {
    padding: 18px 0;
  }
}
#bloc2 a,
.bloc2 a {
  text-decoration: none;
}
.encartAccueil {
  background: transparent url('/oktThemes/ra140-s/images/accueil/bg_encartcontenu.png') top repeat-y;
  padding: 1px 15px;
  text-align: left;
  max-width: 270px;
  margin: 0 auto;
}
.encartAccueilBas {
  background: transparent url('/oktThemes/ra140-s/images/accueil/bas_encartcontenu.png') bottom no-repeat;
  min-height: 87px;
}
.encartAccueil h3 strong {
  display: block;
}
@media (min-width: 1200px) {
  .encartAccueil {
    min-height: 163px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .encartAccueil {
    min-height: 162px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .encartAccueil {
    min-height: 174px;
  }
}
body .bouton_couleur {
  color: #fff;
  background-color: #ce0e0e;
}
body .bouton_couleur2 {
  color: #fff;
  background-color: #9c0606;
}
body .bouton_gris {
  color: #9c0606;
  background-color: #fff;
}
body .bouton_blanc {
  color: #333;
  background-color: #fff;
}
body #bloc1,
body .color {
  color: #000;
}
body #bloc2 h2,
body #bloc4 h2 {
  color: #730000;
}
body .encartAccueil h3,
body .encartAccueil h3 span {
  color: #fff;
}
body #bloc3 h2 {
  color: #fff;
}
body #bloc3 {
  color: #fff;
  background-color: #c79161;
  background-image: url('/oktThemes/ra140-s/images/fond-couleur.jpg');
  background-repeat: repeat-x;
  background-position: center top;
}
body #bloc4 .col-sm-6.col-md-3 a {
  color: #ce0e0e;
}
#infobulle strong {
  color: #333333 !important;
}
.filters-form fieldset {
  border: 1px solid #333333 !important;
}
.filters-form legend {
  border: 1px solid #333333 !important;
}
.filters-control .filters-form select {
  color: #333333;
}
.modal img {
  border: 1px solid #333333;
}
.none_bor img {
  border: none !important;
}
.bullet {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bullet li {
  background: url('/oktThemes/ra140-s/images/bullet.png') no-repeat 0px 5px;
  padding-left: 20px;
  margin-bottom: 10px;
}
.sub_title {
  color: #9c0606;
  font-size: 18px;
  font-weight: bold;
}
.frame {
  padding: 10px;
  border: 5px solid #999;
  margin: 10px 0;
  background: #cecccc;
}
@media (min-width: 768px) {
  .nav li ul {
    width: auto;
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  #menu_bottom ul li ul {
    text-align: left !important;
  }
}
#menu_bottom ul li ul {
  display: block !important;
  position: relative !important;
  width: auto;
  top: auto !important;
  margin: 0 auto;
}
#menu_bottom li:hover ul li {
  display: block !important;
}
#menu_bottom li ul li {
  display: block !important;
}
#menu_bottom li ul li a {
  display: inherit !important;
  padding: 5px 10px;
}
#content div#menusList h2 {
  color: #fff;
  border-radius: 0;
}
#diapo {
  position: relative;
}
.linkfb {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 801;
}
.linkfb.fb2 {
  left: 50%;
}
.tripadvisor {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 802;
}
.tripadvisor img {
  width: 50px;
}
@media (max-width: 767px) {
  .tripadvisor img {
    width: 40px;
  }
}
