/* 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 des titres de page*/
/*couleur texte téléphone */
/*couleur des boutons des encarts */
/*couleur du fond des input du formulaire de contact */
/*menu : commun*/
/*couleur de la 
bordure*/
/*couleur du fond du menu au survol*/
/*sous menu*/
/*couleur du fond du menu*/
/*sous sous menu*/
/*menu1*/
/*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 du menu du bas de page*/
/*style du menu*/
/*couleur de l'adresse*/
/*couleur du premier élément de l'adresse*/
/*couleur des liens de bas de page*/
/*couleur du fond des pictos reseaux*/
/*couleur des pictos reseaux*/
/*couleur du fond des liens de bas de page au hover */
/*couleur du bouton menu de bas de page sur telephone*/
/* couleur de fond */
/* fond en bas de l'adresse */
/* fond de l'adresse */
/* fond en bas du contenu et avant l'adresse */
/* polices de caractères à changer */
/*taille des titres de page */
/*taille du tél head */
/*taille des menus */
/*taille du texte des titres encart h4 */
/*taille du texte des boutons des encarts */
/*taille du texte dans le footer */
/*taille des liens de bas de page */
/* Général
----------------------------------------------------------*/
/*Formatage de texte*/
/* si changement de couleur au survol */
/* Des classes d'alignement d'objets */
/* Architecture
----------------------------------------------------------*/
/* header
----------------------------------------------------------*/
/*menu*/
/* contenu
----------------------------------------------------------*/
/* bouton en css */
/* encarts contenu
----------------------------------------------------------*/
/* footer
----------------------------------------------------------*/
/*-coordonnees*/
/*-bas de page-*/
/*permet la transtion pour le déroulement*/
/* 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: #fff;
  background-color: transparent;
  border: 1px solid #4f7617;
  -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 #4f7617;
}
button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active {
  color: #fff;
  background-color: transparent;
  border: 1px solid #4f7617;
}
.commonImage {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #4f7617;
  -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 #4f7617;
}
#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: #bcf500;
}
body,
textarea,
input {
  color: #fff;
}
a {
  color: #fff;
}
#rubric_title {
  color: #fff;
  text-shadow: 1px 1px 2px #385410;
}
#tel_head {
  background-color: #588912;
}
#tel_head p span,
#tel_head p a {
  color: #fff;
}
#right_column .encart h4 {
  color: #fff;
}
#right_column #contact_form input#submit_contact_form,
.button {
  background-color: #E6E6E6;
  color: #333;
}
#right_column .encartContenu,
#right_column .encartContenu .coordinates_list {
  color: #333;
}
#right_column #contact_form input,
#right_column #contact_form textarea {
  color: #333;
  background: #E6E6E6;
}
@media (min-width: 992px) {
  #menus {
    background-color: transparent;
  }
}
#menus ul a,
#menu_top ul a {
  /*couleur du menu*/
  color: #fff;
  background-color: transparent;
}
@media (max-width: 991px) {
  #menus ul a,
  #menu_top ul a {
    background-color: #6A9F28;
  }
}
#menus ul a:hover,
#menu_top ul a:hover {
  /*couleur du menu au survol*/
  color: #bcf500;
  background-color: transparent;
}
@media (max-width: 1199px) {
  #menus ul a:hover,
  #menu_top ul a:hover {
    background-color: #424f08;
  }
}
#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: 991px) {
  /*couleur du texte du bouton sur telephone*/
  .toggleMenu {
    /*couleur du fond du bouton sur telephone*/
    background-color: #5f9019;
    color: #fff;
  }
}
@media (max-width: 991px) {
  /* couleur de fond derrière le picto pour les tels*/
  /* couleur du picto pour les tels*/
  #header {
    background: transparent;
  }
  #header a:after {
    color: #fff;
  }
  .mm-ismenu {
    /* fond du panneau dépliant tel */
    background: transparent;
    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;
}
@media (min-width: 992px) {
  #menu_bottom li {
    border-right: 1px solid #fff;
  }
}
#coordinates {
  color: #fff;
}
#coordinates span#firstelement {
  color: #bcf500;
}
.block_various_links li a,
#reseaux p {
  color: #fff;
}
.at-icon-wrapper {
  background: #7BB030 !important;
}
.at-icon {
  fill: #fff !important;
}
.block_various_links li a:hover {
  color: #424f08;
}
#toggle-nav {
  /*couleur du fond du bouton menu de bas de page sur telephone*/
  background-color: #699E1E;
  color: #fff;
}
body,
#marque {
  background-color: #7bb030;
}
#global_footer {
  background-color: #699E1E;
}
#global_main {
  background-color: #7BB030;
}
body,
#tel_head,
#coordinates {
  font-family: 'Source Sans Pro', 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,
.nav,
#rubric_title,
#head,
.toggleMenu,
.mm-menu,
#menus,
.encart h4,
.button,
#right_column #contact_form input#submit_contact_form,
#coordinates span#firstelement {
  font-family: 'Oswald', sans-serif;
}
body {
  margin: 0;
  font-size: 15px;
  line-height: 18px;
}
h1 {
  font-weight: 700;
  font-size: 1.4em;
}
h2 {
  font-weight: 700;
  font-size: 1.26666666em;
}
h3 {
  font-weight: 700;
  font-size: 1.2em;
}
h4 {
  font-weight: 700;
  font-size: 1.13333333em;
}
h5 {
  font-size: 1.06666666em;
}
h6 {
  font-size: 1em;
}
p,
ul,
ol,
li {
  font-size: 1em;
}
#rubric_title {
  font-size: 3em;
}
@media (min-width: 320px) and (max-width: 767px) {
  #rubric_title {
    font-size: 2.5em;
    line-height: 45px;
  }
}
#tel_head p {
  font-size: 1em;
  line-height: 1.4em;
}
#tel_head span {
  font-size: 2em;
  line-height: 1.4em;
}
#menus,
#menu_top {
  font-size: 1em;
}
#right_column .encart h4 {
  font-size: 2em;
  font-weight: 300;
}
#right_column #contact_form input#submit_contact_form,
.button {
  font-size: 1em;
}
#coordinates span#firstelement {
  font-size: 1.4em;
}
#coordinates,
.block_various_links li a {
  font-size: 1em;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*taille du tél head */
  /*taille des menus */
  /*taille du texte des titres encart h4 */
  #tel_head p {
    font-size: 1.2em;
    line-height: 1.26666666em;
  }
  #tel_head span {
    font-size: 1.26666666em;
    line-height: 1.4em;
  }
  #menus,
  #menu_top {
    font-size: 0.75em;
  }
  #right_column .encart h4 {
    font-size: 1.4em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*taille du tél head */
  /*taille du texte des boutons des encarts */
  #tel_head p {
    line-height: 1.26666666em;
  }
  #tel_head span {
    font-size: 1.4em;
  }
  #right_column #contact_form input#submit_contact_form,
  .button {
    font-size: 0.85em;
  }
}
#menus,
#menu_top,
.button,
#coordinates span#firstelement {
  text-transform: uppercase;
}
#rubric_title {
  text-transform: uppercase;
  font-weight: 500;
}
.encart h4 {
  font-weight: 300;
  text-transform: uppercase;
}
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: #fff;
}
body {
  margin: 0;
}
.container {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  #global_header {
    background-image: url('/oktThemes/ra122-s2/images/fond.jpg');
    background-repeat: repeat-x;
    background-position: top;
  }
  header {
    background: transparent url('/oktThemes/ra122-s2/images/principale.jpg') no-repeat center top;
  }
}
@media (max-width: 767px) {
  header {
    background: transparent url('/oktThemes/ra122-s2/images/principale.jpg') no-repeat center bottom;
  }
  #head {
    min-height: 100px;
  }
}
header .container {
  z-index: 600;
}
#image1 {
  width: 100%;
  background: transparent url('/oktThemes/ra122-s2/images/diapo/image1.png') no-repeat bottom;
}
#image2 {
  width: 100%;
  background: transparent url('/oktThemes/ra122-s2/images/diapo/image2.png') no-repeat bottom;
}
#image3 {
  width: 100%;
  background: transparent url('/oktThemes/ra122-s2/images/diapo/image3.png') no-repeat bottom;
}
#image4 {
  width: 100%;
  background: transparent url('/oktThemes/ra122-s2/images/diapo/image4.png') no-repeat bottom;
}
@media (min-width: 1200px) {
  #image1,
  #image2,
  #image3,
  #image4 {
    height: 300px;
  }
  #head {
    min-height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #image1,
  #image2,
  #image3,
  #image4 {
    height: 292px;
  }
  #head {
    min-height: 292px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #image1,
  #image2,
  #image3,
  #image4 {
    height: 283px;
  }
  #head {
    min-height: 283px;
  }
}
#tel_head {
  position: relative;
  padding: 15px;
}
#tel_head p {
  margin: 0;
  text-align: left;
}
#tel_head p a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .logo {
    padding-top: 67px;
  }
  #tel_head {
    margin-top: 220px;
  }
}
@media (max-width: 767px) {
  .logo {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #tel_head {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  #menus {
    min-height: 79px;
    position: relative;
  }
  #menus ul {
    text-align: left;
  }
  #menus li a {
    padding: 10px 10px;
    margin-right: 1px;
  }
}
@media (min-width: 992px) {
  #menus {
    min-height: 79px;
    position: relative;
  }
  #menus ul {
    text-align: center;
  }
  #menus li a {
    padding: 30px 2px;
    margin-right: 1px;
  }
}
@media (max-width: 991px) {
  .toggleMenu {
    padding: 30px 10px;
  }
  .toggleMenu::after {
    font-size: 25px;
    right: 20px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  #global_main {
    background-image: url('/oktThemes/ra122-s2/images/fond-main.jpg');
    background-repeat: repeat-x;
    background-position: top;
  }
  #main {
    background: transparent url('/oktThemes/ra122-s2/images/main.jpg') no-repeat center top;
  }
}
@media (max-width: 767px) {
  #main {
    background: transparent url('/oktThemes/ra122-s2/images/main.jpg') no-repeat center -79px;
  }
}
#content_bg_image {
  min-height: 200px;
  position: relative;
}
@media (min-width: 768px) {
  #content {
    padding: 80px 0 20px 0;
  }
}
@media (max-width: 767px) {
  #content {
    padding: 115px 0 20px 0;
  }
}
@media (min-width: 768px) {
  #rubric_title {
    position: absolute;
    top: 29px;
  }
}
@media (max-width: 767px) {
  #rubric_title {
    position: absolute;
    top: 35px;
  }
}
#right_column #contact_form input#submit_contact_form,
.button {
  min-height: 35px;
  border: none !important;
  border-radius: 0px;
}
#right_column .encart {
  background-image: url('/oktThemes/ra122-s2/images/encart_bas.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-bottom: 10px;
}
#right_column .encart h4 {
  background-image: url('/oktThemes/ra122-s2/images/encart_haut.jpg');
  background-repeat: repeat-x;
  background-position: center top;
  min-height: 67px;
  padding-top: 24px;
  margin: 0px;
  font-weight: normal;
  text-align: left;
  padding-left: 15px;
}
#right_column .encartContenu {
  padding: 1px 15px 5px;
  margin-bottom: 15px;
  background-image: url('/oktThemes/ra122-s2/images/encart_bg.jpg');
  background-repeat: repeat;
  background-position: center top;
}
@media (max-width: 991px) {
  #right_column .encartContenu {
    display: none;
  }
  #right_column .encart h4 {
    position: relative;
    cursor: pointer;
  }
  #right_column .encart h4:after {
    font-family: FontAwesome;
    display: block;
    content: "\f067";
    position: absolute;
    right: 20px;
    top: 25px;
  }
}
#right_column #contact_form input,
#right_column #contact_form textarea {
  border: none;
  margin-left: 0px;
  padding-left: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 5px;
  margin-top: 10px;
  width: 100%;
}
#right_column #contact_form textarea {
  min-height: 120px;
}
#right_column #contact_form #submit_contact_form {
  min-height: 53px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#right_column #map {
  border-width: 1px;
  border-style: solid;
  margin: 20px 0;
  text-align: center;
  height: 150px;
}
#right_column .encartContenu .coordinates_list {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
#global_footer {
  background-image: url('/oktThemes/ra122-s2/images/fond-adresse.jpg');
  background-repeat: repeat-x;
  background-position: center top;
  min-height: 167px;
}
footer {
  background: transparent url('/oktThemes/ra122-s2/images/adresse.jpg') no-repeat top;
}
#coordinates {
  min-height: 167px;
  text-align: left;
}
#coordinates_list {
  margin: 0;
}
#coordinates_list li {
  list-style: none outside;
  display: block;
}
#coordinates span#firstelement {
  border-left: none;
  background: transparent;
  display: block;
  padding-bottom: 10px;
  padding-top: 30px;
}
.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;
}
@media (min-width: 768px) {
  #coordinates_list,
  #reseaux p {
    padding: 0;
    margin: 0;
  }
  #coordinates_list li {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #coordinates_list {
    padding: 25px 0 10px;
  }
  #coordinates_list li {
    padding: 5px 0 0;
  }
}
#menu_bottom {
  padding-top: 0;
  padding-bottom: 15px;
  margin: 0;
}
#menu_bottom ul {
  text-align: left;
  padding: 0;
}
#menu_bottom li {
  list-style: none outside none;
  padding-left: 15px;
  padding-right: 15px;
}
#menu_bottom li a {
  margin: 0;
  text-decoration: none;
  padding: 0;
}
@media (min-width: 1200px) {
  #menu_bottom li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #menu_bottom li {
    float: left;
    width: 33.3%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #menu_bottom {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  #menu_bottom li {
    display: block;
    padding: 10px 15px;
  }
}
#toggle-nav:hover {
  border: none;
}
@media (max-width: 991px) {
  [id=menu_bottom] ul {
    max-height: 450px;
  }
}
#marque {
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  #marque {
    background-image: url('/oktThemes/ra122-s2/images/adresse.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    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: 991px) {
  #accueil img {
    margin-bottom: 20px;
  }
}
.padd-top {
  padding-top: 25px;
}
#tel_head p {
  font-family: "Oswald", sans-serif;
}
@media (max-width: 767px) {
  #tel_head span {
    line-height: 1.2em;
  }
}
@media (max-width: 1199px) {
  .block_various_links li a:hover {
    color: #424f08;
  }
}
.table {
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
.table th {
  color: #FFF;
  font-family: 'Questrial', sans-serif;
  font-size: 20px;
  padding: 6px 10px;
  background-color: #66AE1E;
  text-shadow: 1px 1px 2px #222;
  border: 1px solid #9FD14C;
}
.table td {
  padding: 6px 10px;
  background-color: #5FA11A;
  color: #FFF;
  border: 1px solid #9FD14C;
}
.table tr:nth-child(even) td {
  background-color: #4A7A17;
}
.table td.prix {
  text-align: left;
}
#guestbook-form  input {
  color: #000 !important;
}
#guestbook-form textarea {
  color: #000 !important;
}
.g-recaptcha {
  margin: 0 auto;
  text-align: center;
  width: 304px;
}
