/* 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 de la première ligne du téléphone dans le bandeau */
/*couleur du tel */
/*couleur des titres de page*/
/* couleur du texte colonne et footer insert */
/*couleur du texte des titres encart footer */
/*couleur du texte des boutons des encarts */
/*couleur du fond des input du formulaire de contact */
/*couleur du fond des pictos reseaux*/
/*couleur des pictos reseaux*/
/* couleur de l'adresse et des liens bas de page */
/*couleur de l'adresse*/
/*couleur du premier élément de l'adresse sur la page contact*/
/*couleur du fond du menu bas */
/*couleur des liens de bas de page*/
/*couleur du fond des liens de bas de page au hover */
/*couleur du bouton menu de bas de page sur telephone*/
/*menu : commun*/
/*couleur du menu*/
/*couleur du fond du menu 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 */
/* fond en bas du contenu et avant l'adresse */
/* polices de caractères à changer */
/*taille du tel head sur MD et +*/
/*taille des menus */
/*taille des titres de page */
/*taille du texte global */
/*taille du texte des titres encart h4 */
/*taille du texte des boutons des encarts */
/*taille du bouton contact du footer */
/*taille du texte alt coordinates */
/*taille du premier élément de l'adresse sur la page contact*/
/*taille des liens de bas de page */
/*casse des h4 footer */
/* Général
----------------------------------------------------------*/
/*Formatage de texte*/
/* si changement de couleur au survol */
/* Des classes d'alignement d'objets */
/* Architecture
----------------------------------------------------------*/
/* header
----------------------------------------------------------*/
/*menu*/
/* contenu
----------------------------------------------------------*/
/* encarts contenu
----------------------------------------------------------*/
/* encarts formulaire et contact
----------------------------------------------------------*/
/* bouton en css */
/* footer
----------------------------------------------------------*/
/*-coordonnees*/
/*-coordonnees si pas de plan et de formulaire de contact*/
/*-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: #000;
  background-color: transparent;
  border: 1px solid #9ab747;
  -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 #9ab747;
}
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 #9ab747;
}
.commonImage {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #9ab747;
  -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 #9ab747;
}
#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: #999;
}
.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: #83b607;
}
body,
textarea,
input {
  color: #333;
}
a {
  color: #000;
}
#tel_head,
#tel_head a {
  color: #666666;
}
#tel_head span {
  color: #95af4b;
  font-size: 24px;
  line-height: 30px;
}
#rubric_title {
  color: #9fbd47;
}
#right_column .encart h4,
#right_column .encart h4 a,
#footer_insert .encart h4 a {
  color: #83b607;
}
#footer_insert #contact_form input#submit_contact_form,
.degrade {
  /*couleur du fond du bouton dans le footer */
  background: #9fbd47;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#9fbd47),color-stop(1,#809543));
  background: -ms-linear-gradient(bottom,#9fbd47,#809543);
  background: -moz-linear-gradient(center bottom,#9fbd47 0%,#809543 100%);
  background: -o-linear-gradient(#809543,#9fbd47);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#809543', endColorstr='#9fbd47', GradientType=0);
}
#footer_insert #contact_form input#submit_contact_form,
#footer_insert button,
#right_column button {
  color: #fff;
}
#footer_insert #contact_form input,
#footer_insert #contact_form textarea {
  background: #fff;
}
.at-icon-wrapper {
  background: #83b607 !important;
}
.at-icon {
  fill: #fff !important;
}
#coordinates {
  color: #000;
}
#alt_coordinates li:first-child {
  color: #680281;
}
#menu_bottom ul {
  background-color: #9fbd47;
}
.block_various_links li a {
  color: #022222;
}
.block_various_links li a:hover {
  color: #fff;
}
#toggle-nav {
  /*couleur du fond du bouton menu de bas de page sur telephone*/
  background-color: #83b607;
  color: #fff;
}
#menus ul a,
#menu_top ul a {
  color: #002222;
}
#menus ul a:hover,
#menu_top ul a:hover {
  /*couleur du menu au survol*/
  color: #f2f237;
}
#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;
}
.toggleMenu {
  background-color: #9ab646;
  color: #fff;
}
@media (max-width: 991px) {
  /*couleur du fond du menu sur telephone*/
  /*menu1*/
  /*couleur du fond du bouton sur telephone*/
  /*couleur du texte du bouton sur telephone*/
  #menus li a,
  #menu_top li a {
    background-color: #b8b8b8;
  }
}
@media (max-width: 767px) {
  /* couleur de fond derrière le picto pour les tels*/
  /* couleur du picto pour les tels*/
  #header {
    background: #9046a3;
  }
  #header a:after {
    color: #fff;
  }
  .mm-ismenu {
    /* fond du panneau dépliant tel */
    background: #fff;
    color: #002222;
  }
}
.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;
}
body,
#marque {
  background-color: #f9f8fc;
}
#global_main {
  background-color: #f9f8fc;
}
body {
  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,
#rubric_title,
#coordinates,
#head,
.toggleMenu,
#menus,
.encart h4,
#tel_head,
#alt_coordinates li:first-child,
.coordinates_list {
  font-family: 'Roboto', sans-serif;
}
body {
  font-size: 15px;
  line-height: 1.2em;
}
@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.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;
}
#tel_head {
  padding-top: 55px;
  font-size: 1.2em;
}
#menus,
#menu_top {
  font-size: 1em;
}
#rubric_title {
  font-size: 3em;
}
#right_column .encartContenu,
#footer_insert .encartContenu,
#coordinates {
  font-size: 1em;
}
#right_column .encart h4,
#footer_insert .encart h4 {
  font-size: 2em;
}
#footer_insert button,
#right_column button {
  font-size: 1.2em;
}
#footer_insert #contact_form input#submit_contact_form {
  font-size: 1.2em;
}
#alt_coordinates {
  font-size: 1.2em;
}
#alt_coordinates li:first-child {
  font-size: 1.26666666em;
}
.block_various_links li a {
  font-size: 1em;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*taille des menus */
  /*taille du texte des boutons des encarts */
  /*taille du bouton contact du footer */
  /*taille des liens de bas de page */
  #menus,
  #menu_top {
    font-size: 1.13333333em;
  }
  #footer_insert button,
  #right_column button {
    font-size: 1.06666666em;
  }
  #footer_insert #contact_form input#submit_contact_form {
    font-size: 1.06666666em;
  }
  .block_various_links li a {
    font-size: 0.9em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*taille du texte des titres des encarts qui se replient en XS */
  #tel_head {
    padding-top: 40px;
    font-size: 1.2em;
  }
  #right_column .encart h4:after {
    font-size: 1em;
    top: 10px;
  }
}
@media (max-width: 767px) {
  /*taille des titres de page */
  /*taille du texte des titres des encarts qui se replient en XS */
  #tel_head {
    margin: 0 auto;
    padding-top: 20px;
    font-size: 1.2em;
    width: 248px;
  }
  #rubric_title {
    font-size: 2em;
  }
  #right_column .encart h4:after {
    font-size: 1em;
    top: 10px;
  }
}
#right_column .encart h4,
#right_column .encart h4 a,
#footer_insert .encart h4,
#footer_insert .encart h4 a,
#rubric_title {
  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: #333;
}
body {
  margin: 0;
}
.container {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1200px) {
  #global_header {
    background: transparent url('/oktThemes/ra103-s2/images/fond.jpg') repeat-x bottom;
  }
}
@media (min-width: 992px) {
  header {
    background: transparent url('/oktThemes/ra103-s2/images/principale.jpg') no-repeat bottom;
  }
}
@media (max-width: 991px) {
  header {
    background: transparent url('/oktThemes/ra103-s2/images/principale.jpg') no-repeat top;
  }
}
#head {
  text-align: center;
}
#tel_head {
  text-align: left;
}
#tel_head a {
  text-decoration: none;
}
@media (max-width: 767px) {
  #tel_head {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  #menus {
    background: transparent url('/oktThemes/ra103-s2/images/menu.png') no-repeat center top;
    min-height: 37px;
    position: relative;
    text-align: center;
  }
  #menus li a {
    padding: 9px 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #menus li a {
    padding: 9px 5px;
    font-size: 13px;
  }
}
#diapo-accueil {
  height: 280px;
}
.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;
}
@media (min-width: 1200px) {
  #global_main {
    background-image: url('/oktThemes/ra103-s2/images/fond-main.jpg');
    background-repeat: repeat-x;
    background-position: top;
  }
}
#main {
  background: transparent url('/oktThemes/ra103-s2/images/main.jpg') no-repeat center top;
}
#content_bg_image {
  min-height: 200px;
}
#right_column {
  padding-bottom: 25px;
}
#content {
  padding: 120px 0 25px;
}
@media (min-width: 768px) {
  #rubric_title {
    position: absolute;
    top: 40px;
  }
}
@media (max-width: 767px) {
  #rubric_title {
    position: absolute;
    top: 80px;
  }
}
#right_column .encart {
  background-image: url('/oktThemes/ra103-s2/images/encart_bas.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 15px;
}
#right_column .encart h4 {
  background-image: url('/oktThemes/ra103-s2/images/encart-haut.jpg');
  background-repeat: repeat-x;
  background-position: center top;
  min-height: 40px;
  padding-left: 10px;
  padding-top: 10px;
  margin: 0px;
  font-weight: normal;
}
#right_column .encartContenu {
  padding: 1px 15px 5px;
  margin-bottom: 15px;
  background-image: url('/oktThemes/ra103-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: 10px;
  }
}
.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 {
  margin: 0;
  font-weight: normal;
  padding-bottom: 10px;
}
#right_column .block.follow .encartContenu {
  padding: 10px 15px 5px;
}
#footer_insert button,
#right_column button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  margin: 10px 0;
  padding: 10px;
  border: none;
  text-align: center;
  min-height: 35px;
  text-decoration: none;
}
#global_footer {
  background-image: url('/oktThemes/ra103-s2/images/fond-adresse.jpg');
  background-repeat: repeat-x;
  background-position: top;
}
footer {
  background: transparent url('/oktThemes/ra103-s2/images/adresse.jpg') no-repeat top;
}
@media (max-width: 767px) {
  footer {
    background: transparent url('/oktThemes/ra103-s2/images/adresse1.jpg') no-repeat top;
  }
}
#footer_insert {
  padding-bottom: 15px;
}
#footer_insert .encart h4 {
  text-align: left;
  font-weight: normal;
  padding-bottom: 20px;
  margin: 0px;
}
@media (min-width: 992px) {
  #footer_insert .encart h4 {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  #footer_insert .encart h4 {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .padd-100 {
    padding-top: 100px !important;
  }
}
#footer_insert .encart a {
  text-decoration: none;
}
#footer_insert .encartContenu {
  padding: 1px 0;
}
#footer_insert #contact_form input,
#footer_insert #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: 7px;
  width: 100%;
}
@media (max-width: 767px) {
  #footer_insert #contact_form textarea {
    min-height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer_insert #contact_form textarea {
    max-height: 93px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #footer_insert #contact_form textarea {
    max-height: 83px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  #footer_insert #contact_form textarea {
    max-height: 72px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
#footer_insert #contact_form #submit_contact_form {
  min-height: 53px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#footer_insert #contact_form input#submit_contact_form {
  text-decoration: none;
}
#footer_insert #map {
  border-width: 1px;
  border-style: solid;
  margin: 20px 0;
  text-align: center;
}
@media (min-width: 992px) {
  #footer_insert #map {
    height: 150px;
  }
}
@media (max-width: 991px) {
  #footer_insert #map {
    height: 190px;
  }
}
#global_footer {
  background-image: url('/oktThemes/ra103-s2/images/fond-adresse.jpg');
  background-repeat: repeat-x;
  background-position: center top;
}
@media (min-width: 992px) {
  footer {
    background-image: url('/oktThemes/ra103-s2/images/adresse.jpg');
    background-repeat: no-repeat;
    background-position: top;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer {
    background-image: url('/oktThemes/ra103-s2/images/adresse.jpg');
    background-repeat: no-repeat 57%;
    background-position: top;
  }
}
#coordinates {
  text-align: left;
}
.coordinates_list {
  margin: 0;
}
.coordinates_list li {
  list-style: none outside;
}
@media (min-width: 768px) {
  #coordinates {
    text-align: left;
  }
  .coordinates_list {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #coordinates {
    text-align: left;
    padding-bottom: 20px;
  }
  .coordinates_list {
    padding: 10px 0 20px;
  }
  .coordinates_list li {
    display: block;
    padding: 0;
  }
}
#alt_coordinates {
  padding-top: 30px;
  padding-bottom: 30px;
}
#alt_coordinates .coordinates_list {
  margin: 0;
}
#alt_coordinates .coordinates_list li {
  display: inline;
}
@media (min-width: 768px) {
  #alt_coordinates {
    text-align: center;
  }
  #alt_coordinates .coordinates_list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #alt_coordinates .coordinates_list li {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  #alt_coordinates {
    text-align: left;
  }
  #alt_coordinates .coordinates_list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #alt_coordinates .coordinates_list li {
    display: block;
    padding: 0;
  }
}
@media (min-width: 992px) {
  #menu_bottom ul {
    list-style-type: none;
    margin: 0;
    min-height: 30px;
    padding: 20px 0px;
    text-align: center;
  }
  #menu_bottom li {
    display: inline-block;
    margin: 0;
    position: relative;
  }
  #menu_bottom li a {
    margin: 0;
    padding: 20px 10px;
    text-decoration: none;
  }
}
@media (max-width: 991px) {
  #menu_bottom ul {
    list-style-type: none;
    margin: 0;
    padding: 0px;
    text-align: left;
  }
  #menu_bottom li {
    display: inline;
    margin: 0;
    position: relative;
  }
  #menu_bottom li a {
    margin: 0;
    padding: 10px 10px;
  }
}
#toggle-nav:hover {
  border: none;
}
#toggle-nav:hover {
  border: none;
}
@media (max-width: 991px) {
  [id=menu_bottom] ul {
    max-height: 500px;
  }
}
#marque {
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  #marque {
    background-image: url('/oktThemes/ra103-s2/images/fond-adresse1.jpg');
    background-repeat: repeat-x;
    background-position: center -26px;
    padding-top: 25px;
  }
}
#powered {
  padding-top: 8px;
}
#site img {
  vertical-align: top;
}
#site {
  text-align: center;
  padding: 3em 0;
}
.texte_gauche {
  padding-left: 20px;
}
.texte_droite {
  padding-right: 20px;
}
.texte {
  padding: 0 20px;
}
.padd-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padd-30 {
  padding-top: 30px;
}
.bullet {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bullet li {
  background: url('/oktThemes/ra103-s2/images/icon.png') no-repeat left 5px;
  padding: 0 0 5px 20px;
}
.title_block {
  color: #fff;
}
@media (max-width: 767px) {
  .title_block {
    color: #83b607;
  }
  .logo_footer_black {
    background: #e4e2e2;
  }
}
.padd-l10 {
  margin: 0px 5px;
}
.block2 {
  background: rgba(128,116,104,0.1);
  padding: 5px 10px;
  margin-bottom: 10px;
}
.block2 h2 {
  font-size: 18px;
  margin: 0 0 10px;
  color: #9bbc00;
}
