/* Définitions des couleurs du thème
------------------------------------------------------------*/
/* Couleurs de la charte : background */
/* Couleurs de la charte : footer & divers */
/* Couleurs de la charte : menus */
/* Couleurs de la charte : sous menus ou menu secondaire*/
/* Couleurs des textes */
/* Couleurs des arrières plans */
/* Couleurs des bordures */
/* Couleurs des titres */
/* Couleurs des sous-titres */
/* Éléments cliquables (liens, boutons, etc.) */
/* Champs de formulaires */
/* Encart */
/* Modules */
/*.center-block() {
	display: block;
	margin-left: auto;
	margin-right: auto;
}*/
/*.ie7-restore-left-whitespace() {
  *margin-left: .3em;

	&:first-child {
		*margin-left: 0;
	}
}*/
/*.ie7-restore-right-whitespace() {
  *margin-right: .3em;
}*/
/*.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}*/
/*---------------------------------------------------
    DIV
  ---------------------------------------------------*/
/* Clearfix */
/* Possibilité de redimentionner la div pour le navigateur : sur un textarea par exemple */
/* https://www.w3schools.com/cssref/playit.asp?filename=playcss_resize&preval=none
	 https://developer.mozilla.org/fr/docs/Web/CSS/resize */
/* Pas compatible ie et edge */
/* permet d'inclure le padding et la border dans la height et width de l'element */
/* https://www.w3schools.com/cssref/css3_pr_box-sizing.asp
	 https://developer.mozilla.org/fr/docs/Web/CSS/box-sizing */
/* rectangle */
/* carré */
/*---------------------------------------------------
    BORDURES et COINS ARRONDIS
  ---------------------------------------------------*/
/* Coins arrondis
	 https://developer.mozilla.org/fr/docs/Web/CSS/border-radius */
/* Même valeur pour tous les coins */
/* Valeurs différentes pour les coins */
/* Un seul arrondi */
/* En haut à gauche */
/* En haut à droite */
/* En bas à droite */
/* En bas à gauche */
/* Arrondis d'un côté */
/* En haut */
/* À droite */
/* En bas */
/* À gauche */
/*---------------------------------------------------
    FOND
  ---------------------------------------------------*/
/* Définit la taille des images d'arrière-plan pour l'élément : cover */
/* https://developer.mozilla.org/fr/docs/Web/CSS/background-size */
/* Définit la façon dont l'arrière-plan d'un élément (que ce soit l'image ou la couleur) s'étend sous la boîte de bordure, la boîte de remplissage (padding) ou la boîte de contenu */
/* https://developer.mozilla.org/fr/docs/Web/CSS/background-clip */
/* Dégradés
	 https://developer.mozilla.org/fr/docs/Web/CSS/Utilisation_de_d%C3%A9grad%C3%A9s_CSS */
/* Dégradés avec deux couleurs */
/* Horizontal */
/* Vertical */
/* Diagonale */
/* Radial */
/* Dégradés avec trois couleurs */
/* Horizontal */
/* Vertical */
/* Diagonale */
/* Radial */
/*---------------------------------------------------
    CHANGEMENT DE COULEUR
  ---------------------------------------------------*/
/*---------------------------------------------------
    OPACITE
  ---------------------------------------------------*/
/*---------------------------------------------------
    OMBRES
  ---------------------------------------------------*/
/* Sur une boite */
/* Ombre externe sur une boite */
/* Ombre interne sur une boite */
/* Sur un texte */
/*---------------------------------------------------
    TEXTE
  ---------------------------------------------------*/
/* Gestion des traits d'union lors des sauts de ligne */
/* https://developer.mozilla.org/fr/docs/Web/CSS/hyphens
   https://www.w3schools.com/cssref/css3_pr_word-wrap.asp */
/* Autoriser ou non la sélection de texte */
/* Masquer le texte qui dépasse de la div */
/* Limiter l'affichage du contenu d'un bloc à un nombre donné de lignes
	 https://developer.mozilla.org/fr/docs/Web/CSS/-webkit-line-clamp */
/*---------------------------------------------------
    INPUT
  ---------------------------------------------------*/
/* Placeholder text */
/*---------------------------------------------------
    3D
  ---------------------------------------------------*/
/* Prevent browsers from flickering when using CSS 3D transforms.
Default value is `visible`, but can be changed to `hidden
See git pull https://github.com/dannykeane/bootstrap.git backface-visibility for examples
https://developer.mozilla.org/fr/docs/Web/CSS/backface-visibility */
/*---------------------------------------------------
    Transformations
  ---------------------------------------------------*/
/* La propriété transform modifie l'espace de coordonnées utilisé pour la mise en forme visuelle.
	 https://developer.mozilla.org/fr/docs/Web/CSS/transform */
/* Déplacer */
/* Déplacement 3D */
/* Modifier la taille */
/* Tourner */
/* Perspective */
/*---------------------------------------------------
    Transitions
  ---------------------------------------------------*/
/* Contrôler la vitesse d'animation
	 https://developer.mozilla.org/fr/docs/Web/CSS/CSS_Transitions/Utiliser_transitions_CSS
	 https://developer.mozilla.org/fr/docs/Web/CSS/transition */
/* Durée de l'animation */
/* Durée à attendre avant de débuter la transition */
/* Définir une courbe d'accelération, de manière à ce que la vitesse de la transition varie au cours de sa durée
https://developer.mozilla.org/fr/docs/Web/CSS/transition-timing-function */
/* Pagination site */
.ul_pagination {
  *zoom: 1;
  border: 0;
  margin: 1em auto;
  padding: 0;
  clear: both;
  text-align: center;
}
.ul_pagination:before,
.ul_pagination:after {
  display: table;
  content: "";
  line-height: 0;
}
.ul_pagination:after {
  clear: both;
}
.ul_pagination li {
  border: 0;
  margin: 0 3px;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.ul_pagination a.pagination_link,
.ul_pagination .active {
  border-radius: 0;
  padding: 10px 15px;
  text-decoration: none;
  text-align: center;
  /*width: 2.6em;
		height: 2.6em;*/
}
.ul_pagination a.pagination_link {
  background-color: #464646;
  color: #ffffff;
  display: block;
}
.ul_pagination a.pagination_link:hover {
  opacity: 0.8;
}
.ul_pagination .active {
  background: #ffb500;
  color: #ffffff;
  font-weight: bold;
}
.ul_pagination a.pagination_grp {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #9e9e9e;
}
a {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.commonImage {
  border-radius: 0;
}
.commonHoverImageScale {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  transition: all .7s ease;
}
.commonHoverImageScale:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.commonErrorBox,
.commonSuccessBox {
  margin: 20px 0;
  padding: 1px;
  position: relative;
  font-family: 'Work Sans', sans-serif;
  text-align: center;
}
.commonErrorBox p,
.commonSuccessBox p,
.commonErrorBox ul,
.commonSuccessBox ul {
  display: block;
  margin: 0;
  padding: 20px;
}
.commonErrorBox {
  border: 2px solid #c00c00;
  padding: 15px;
  color: #c00c00;
  /*background-color:@clickable_background_color;*/
}
.commonErrorBox p,
.commonErrorBox ul {
  display: block;
  margin: 0;
  color: #c00c00;
  /*background-color:@clickable_background_color; border:2px solid @clickable_border_color;*/
}
.commonErrorBox ul {
  padding-left: 2em;
  list-style: none;
}
.commonSuccessBox {
  background-color: #c6cdaa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a8ae8e), to(#c6cdaa));
  background-image: -o-linear-gradient(top, #a8ae8e 0%, #c6cdaa 100%);
  background-image: linear-gradient(to bottom, #a8ae8e 0%, #c6cdaa 100%);
  -webkit-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-image: -webkit-gradient(linear, left top, left bottom, from(#c1c8a7), to(#e2e8c9));
  background-image: -o-linear-gradient(top, #c1c8a7 0%, #e2e8c9 100%);
  background-image: linear-gradient(to bottom, #c1c8a7 0%, #e2e8c9 100%);
  -webkit-box-shadow: inset 0px 1px 0px #ebf0da;
  box-shadow: inset 0px 1px 0px #ebf0da;
}
.commonSuccessBox ul {
  padding-left: 2em;
}
/*- Eléments à changer : -*/
/* Couleurs de la charte : footer & divers */
/* Couleurs de la charte : menus */
/* Couleurs de la charte : sous menus ou menu secondaire*/
/* Couleurs de la charte : sous sous menus*/
/* reseaux sociaux */
/* encart footer */
/* fond du bandeau */
.bouton_couleur {
  color: #000 !important;
  background: #ffb500 !important;
  border: 2px solid #ffb500;
}
.bouton_trait {
  color: #ffb500;
  border: 2px solid #ffb500;
}
.bouton_trait2,
#submit_contact_form {
  color: #ffb500 !important;
  border: 2px solid #ffb500!important;
  background: transparent !important;
}
/*couleur des bouton*/
/*accueil*/
#bloc1 h3,
.bloc1 h3 {
  color: #ffb500;
}
/*titre bloc1*/
#bloc1 h3 span:first-child,
.bloc1 h3 span:first-child {
  color: #525252;
}
/*chiffre titre bloc1*/
#bgbloc2,
.bgbloc2 {
  background: #212121;
  color: #d6d6d6;
}
/*fond bloc2*/
.separateurVertical {
  border-right: 1px solid #8e8e8e;
}
#bloc2 h3 a,
.bloc2 h3 a {
  color: #ffb500;
  text-decoration: none;
}
#bloc3 h3,
.bloc3 h3 {
  color: #ffb500;
}
#bloc3 p,
.bloc3 p {
  color: #bdbdbd;
}
.separateurHorizontal {
  border-bottom: 1px solid #ffb500;
}
/*-- Bouton pour remonter en haut de page --*/
#content #backTop {
  width: 35px;
  height: 35px;
  padding: 10px;
  border-radius: 2px;
  font-size: 2em;
}
#content #backTop.sitti {
  background-color: #ffb500;
  border: 1px solid #ffb500;
  color: #ffffff;
}
#content #backTop.sitti:hover {
  opacity: .8;
}
/* font family */
.font_body {
  font-family: 'Work Sans', sans-serif;
}
.font_titre {
  font-family: 'Work Sans', sans-serif;
}
#cookie_fermer {
  color: #000;
}
.col-md-6 col-md-offset-3 p span a {
  color: #fff !important;
}
/* couleur du texte */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffb500;
}
/*couleur du h1 bienvenue */
body,
textarea,
input {
  color: #9e9e9e;
}
/*couleur du texte par défaut*/
a {
  color: #ffffff;
}
/*couleur des liens*/
.textshadow {
  text-shadow: 1px 1px 2px #000000;
}
/*menu : commun*/
#menus ul a,
#menu_top ul a {
  color: #ffffff;
}
/*couleur du menu*/
#menus ul a:hover,
#menu_top ul a:hover {
  color: #ffb500;
}
/*couleur du menu au survol*/
#menus {
  background-color: #000;
}
/* couleur de fond derrière le picto pour les tels*/
/*sous menu*/
#menus li li a {
  background-color: #543327;
}
/*couleur du fond du menu*/
#menus li li a:hover {
  background-color: #543327;
}
/*couleur du fond du menu au survol*/
/*sous sous menu*/
#menus li li li a {
  background-color: #e9e9e9;
}
/*couleur du fond du menu*/
#menus li li li a:hover {
  background-color: #e9e9e9;
}
/*couleur du fond du menu au survol*/
@media (max-width: 991px) {
  #menus li a,
  #menu_top li a {
    background-color: #000000;
  }
  /*couleur du fond du menu sur telephone*/
  /*menu1*/
  .toggleMenu {
    background-color: #000000;
    /*couleur du fond du bouton sur telephone*/
    color: #ffffff;
  }
  /*couleur du texte du bouton sur telephone*/
}
@media (max-width: 991px) {
  /*menu2*/
  #header a:after {
    color: #ffffff;
  }
  /* couleur du picto pour les tels*/
  .mm-ismenu {
    background: #000000;
  }
}
/* fond du panneau dépliant tel */
/*sousmenu2*/
.mm-menu .mm-list > li > a.mm-subopen:after,
.mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: #ec461a;
}
/* couleur de la fleche pour depliage des sous rubriques*/
/*menu3 sous menu*/
.cbp-hsmenu > li.cbp-hsitem-open > a:after {
  border: solid transparent 10px;
  /*taille du triangla pour le sous-menu*/
  border-top-color: #ffffff;
}
/*couleur du triangle pour le sous-menu*/
.cbp-hsmenubg,
.cbp-hssubmenu {
  background: #543327;
}
/*couleur de fond du sous-menu*/
#tel_head,
#tel_head a {
  color: #ffffff;
}
/*couleur du texte téléphone dans le bandeau */
@media (max-width: 767px) {
  #tel_head {
    background: #000000;
  }
}
#slogan {
  color: #ffffff;
}
/*texte diapo*/
#slogan span {
  color: #ffffff;
}
#chalandise {
  color: #ffffff;
}
/* chalandise*/
#rubric_title {
  color: #ffb500;
}
/*couleur des titres de page*/
.titre_footer {
  color: #ffb500;
}
#footer_insert {
  color: #9e9e9e;
}
#encart_footer,
#contact_details {
  background: /*@insert_background_color*/ url('/oktThemes/ra136-s/images/encart_bg.png') repeat-y top;
  color: #ffffff;
}
#coordonnees {
  background: /*@insert_background_color*/ url('/oktThemes/ra136-s/images/encart_bg.png') repeat top;
  color: #ffffff;
}
@media (max-width: 991px) {
  #encart_footer,
  #contact_details {
    background: /*@insert_background_color*/ url('/oktThemes/ra136-s/images/encart_bg.png') repeat top;
    color: #ffffff;
  }
}
#contact_details h3 {
  color: #ffffff;
}
#reseaux {
  background: #ffb500;
}
/*couleur du fond reseaux*/
.block.follow.encart h4 {
  color: #000000;
}
/*couleur du titre reseaux*/
.at-icon-wrapper {
  background: transparent !important;
}
/*couleur du fond des pictos reseaux*/
.at-icon {
  fill: #000000 !important;
}
/*couleur des pictos reseaux*/
.atss .at-share-btn,
.atss a {
  background: #ffb500 !important;
}
.sous_titre {
  background: #ffb500;
  border-bottom: 1px solid #000000;
}
#global_footer {
  color: #ffffff;
}
/*couleur du texte de bas de page*/
.soustitrefooter2 {
  color: #ffb500;
}
/*couleur du texte de bas de page*/
.block_various_links li a {
  color: #ffffff;
}
/*couleur des liens de bas de page*/
.block_various_links li:hover a {
  color: #ffb500;
}
/*couleur des liens de bas de page au rollover*/
#toggle-nav {
  color: #000000;
  background: #ffb500;
  /*couleur du fond du bouton menu de bas de page sur telephone*/
}
/*couleur du bouton menu de bas de page sur telephone*/
/* couleur de fond */
body {
  background-color: #282828;
}
/* fond en bas de l'adresse */
@media (max-width: 767px) {
  #global_header {
    background-color: #000000;
  }
}
/* fond du bandeau en xs */
#main {
  background-color: #282828;
}
/* fond du contenu */
#footer_insert {
  background-color: #000000;
}
/* fond du contenu */
@media (max-width: 991px) {
  #marque {
    background-color: #282828;
  }
}
/* fond en bas de l'adresse sur telephone */
body#tinymce {
  background: #282828;
}
/* fond éditeur */
/* polices de caractères à changer */
body,
#chalandise {
  font-family: 'Work Sans', 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,
h1,
h2,
h3,
h4,
h5,
h6,
#rubric_title,
#tel_head,
.bouton_couleur,
.bouton_trait,
.bouton_trait2,
#submit_contact_form,
.titre_footer,
#slogan {
  font-family: 'Work Sans', sans-serif;
}
.block.follow.encart h4 {
  font-family: 'Work Sans', 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: 600;
  font-size: 2em;
  line-height: 1.1em;
}
h2,
.titre_footer {
  font-weight: 600;
  font-size: 2.133333333em;
  line-height: 1.1em;
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.8em;
  }
  h2,
  .titre_footer {
    font-size: 1.6em;
  }
}
h3 {
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.1em;
}
h4 {
  font-weight: 600;
  font-size: 1.133333333em;
  line-height: 1.1em;
}
h5 {
  font-weight: 600;
  font-size: 1.066666667em;
  line-height: 1.1em;
}
h6 {
  font-weight: 600;
  font-size: 1em;
  line-height: 1.1em;
}
#menus,
#menu_top {
  font-size: 1em;
  text-transform: uppercase;
}
/* texte du menu*/
#tel_head {
  font-size: 1.633333333em;
}
/* texte du telephone*/
#slogan {
  font-size: 4em;
  font-weight: normal;
  text-transform: uppercase;
}
/*texte diapo*/
#chalandise {
  font-size: 1.133333333em;
  font-weight: normal;
}
/*texte diapo2*/
.bouton_couleur,
.bouton_trait,
.bouton_trait2,
#submit_contact_form {
  font-size: 1.133333333em;
  text-transform: uppercase;
}
/*bouton*/
#rubric_title {
  font-size: 2.866666667em;
  text-transform: uppercase;
  line-height: 1em;
}
/* titre de la page*/
.block.follow.encart h4 {
  font-size: 1em;
}
.soustitrefooter2 {
  font-size: 1.333333333em;
}
/* adresse */
@media (min-width: 992px) and (max-width: 1199px) {
  #menus,
  #menu_top {
    font-size: 0.9333333333em;
  }
  /* texte du menu*/
}
@media (min-width: 768px) and (max-width: 991px) {
  #slogan {
    font-size: 2em;
  }
  /*texte diapo*/
  #rubric_title {
    font-size: 1.866666667em;
  }
  /* titre de la page*/
}
/*Accueil*/
#bloc1 h3,
.bloc1 h3 {
  text-transform: uppercase;
}
#bloc1 h3 span:first-child,
.bloc1 h3 span:first-child {
  font-size: 2.733333333em;
}
.bloc1 h3 span.titre_contenu {
  font-size: 0.9em;
}
#bloc2 h3,
.bloc2 h3 {
  text-transform: uppercase;
}
#bloc3 h3,
.bloc3 h3 {
  text-transform: uppercase;
}
h2 {
  font-size: 1.5em;
  line-height: 1.3em;
}
/* Général
----------------------------------------------------------*/
/*Formatage de texte*/
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
/* si changement de couleur au survol */
textarea {
  padding: 3px;
}
input {
  padding: 3px;
}
/* Des classes d'alignement d'objets */
.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;
}
.scale {
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .7s ease 0s;
  -ms-transition: all .7s ease 0s;
  transition: all .7s ease 0s;
}
.scale:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.margBott15 {
  margin-bottom: 15px;
}
.margBott30 {
  margin-bottom: 30px;
}
.margBott40 {
  margin-bottom: 40px;
}
.margBott80 {
  margin-bottom: 80px;
}
.margTop25 {
  margin-top: 25px;
}
.margTop50 {
  margin-top: 50px;
}
.margTop30 {
  margin-top: 30px;
}
.bouton_couleur,
.bouton_trait,
.bouton_trait2,
#submit_contact_form {
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 10px 5px;
  margin: 15px 0;
}
#submit_contact_form {
  margin: 15px auto;
}
/* Architecture
----------------------------------------------------------*/
body {
  margin: 0;
}
.container {
  margin: 0 auto;
  position: relative;
}
#global_main h1 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  #global_main h1 {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #global_main h1 {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #global_main h1 {
    width: 1170px;
  }
}
/* header
----------------------------------------------------------*/
#diapoHead {
  position: relative;
}
@media (max-width: 767px) {
  #diapoHead {
    position: absolute;
    z-index: 10;
  }
}
#diapo_texte {
  position: absolute;
  bottom: 30px;
  z-index: 700;
  padding: 0 15px;
}
#slogan {
  margin-bottom: 35px;
}
#chalandise,
#slogan {
  text-align: center;
}
@media (min-width: 1200px) {
  #diapo_texte {
    width: 1170px;
    left: 50%;
    margin-left: -585px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #diapo_texte {
    width: 970px;
    left: 50%;
    margin-left: -485px;
  }
  #diapo_texte h1 {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #diapo_texte {
    width: 750px;
    left: 50%;
    margin-left: -375px;
  }
}
@media (max-width: 767px) {
  #diapo_texte {
    width: 100%;
  }
}
/*menu*/
@media (min-width: 768px) {
  #header_texte {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 800;
  }
}
@media (max-width: 767px) {
  #header_texte {
    position: relative;
    z-index: 800;
  }
}
@media (min-width: 992px) {
  #menus {
    min-height: 62px;
    position: relative;
    text-align: center;
  }
}
#menus li a {
  padding: 20px 12px;
}
@media (max-width: 991px) {
  #header a:after {
    left: 15px;
    top: 15px;
  }
}
#tel_head p {
  margin: 14px 0 0;
}
#tel_head a {
  text-decoration: none;
  text-shadow: 2px 2px 2px #000;
}
@media (min-width: 768px) {
  #tel_head p {
    text-align: right;
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  #tel_head p {
    padding: 5px;
  }
}
/*menu fixe*/
.isStuck {
  left: 0px;
  width: 100%;
  z-index: 20;
}
/*A activer si le menu fixe est choisi
#header_texte {
	background-color:@graphics_menu_background_color;
}*/
/* contenu
----------------------------------------------------------*/
#main {
  min-height: 450px;
  position: relative;
}
@media (max-width: 767px) {
  #main {
    z-index: 200;
  }
}
#content {
  padding: 20px 0 10px;
}
#content.titre {
  padding: 80px 0 0px;
}
#rubric_title {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 20px;
}
/* footer
----------------------------------------------------------*/
#footer_insert {
  background-image: url('/oktThemes/ra136-s/images/fond-adresse.jpg');
  background-position: top;
  background-repeat: repeat-x;
}
#insert {
  background: transparent url('/oktThemes/ra136-s/images/adresse.jpg') no-repeat top;
  padding-bottom: 30px;
  min-height: 210px;
}
.titre_footer {
  text-align: center;
}
/*#formulaire #contact_form input, #formulaire #contact_form textarea{ border:none; margin-bottom:15px; }*/
#footer_insert .titre_encart {
  display: none;
}
#footer_insert #contact_form textarea {
  min-height: 222px;
}
#footer_insert #contact_form input#submit_contact_form {
  width: inherit;
  margin: 0 auto;
}
/*-coordonnees*/
.first_coordinate {
  display: none;
}
.sous_titre {
  cursor: pointer;
  width: 100%;
  position: relative;
  padding: 10px 15px;
  margin: 0;
}
.coordinates_list {
  margin: 0;
  padding: 10px 15px;
}
.coordinates_list li {
  display: block;
  padding: 5px 0 0;
  list-style: none outside;
}
.coordinates_list li span {
  display: block;
}
.coordinates_list li span .picto {
  float: left;
  margin-bottom: 25px;
}
.coordinates_list li:first-child span .picto {
  margin-bottom: 0 !important;
}
#reseaux {
  padding: 10px 15px;
}
#reseaux p {
  float: left;
  padding: 7px 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .soustitrefooter,
  #reseaux p {
    display: none;
  }
}
#reseaux .encartContenu {
  float: right;
}
.soustitrefooter {
  margin: 0;
}
.picto {
  margin-left: -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: 30px !important;
  width: 30px !important;
  padding: 0px !important;
}
.at-icon {
  height: 30px !important;
  width: 30px !important;
}
.block.follow h4 {
  float: left;
  margin: 10px 0 0;
}
#footer_insert #google_map {
  margin: 0;
  height: 259px;
}
#footer_insert .title_block {
  display: none;
}
#global_footer {
  background-image: url('/oktThemes/ra136-s/images/fond-liens.jpg');
  background-position: top;
  background-repeat: repeat-x;
}
.soustitrefooter2 {
  margin-top: 53px;
}
@media (min-width: 992px) {
  #menu_bottom ul {
    text-align: left;
    padding-top: 20px;
  }
  #menu_bottom li {
    width: 33%;
    float: left;
    background: transparent url('/oktThemes/ra136-s/images/puce.png') no-repeat left 3px;
    padding-left: 20px;
  }
  #menu_bottom li a {
    display: block;
    padding: 0 0 10px;
  }
}
/*-bas de page-*/
#toggle-nav:hover {
  border: none;
}
@media (max-width: 767px) {
  [id=menu_bottom] ul {
    max-height: 450px;
  }
}
/*permet la transtion pour le déroulement*/
#marque {
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  #marque {
    padding-top: 25px;
  }
}
#powered {
  padding-top: 8px;
}
/* Intégration
----------------------------------------------------------*/
#enrichissement img {
  vertical-align: top;
}
#enrichissement {
  text-align: center;
  padding-top: 4em;
}
.texte_gauche {
  padding-left: 20px;
}
.texte_droite {
  padding-right: 20px;
}
.texte {
  padding: 0 20px;
}
.vignettes {
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .col-sm-4.espaceImg h3 {
    min-height: 39px;
  }
}
@media (max-width: 767px) {
  #menus li a {
    padding: 7px 15px;
  }
  #rubric_title {
    font-size: 26px;
  }
}
.input__label--juro {
  color: #FFF;
}
/*-accueil-*/
#bloc1,
#bloc2,
#bloc3,
.bloc1,
.bloc2,
.bloc3 {
  padding-bottom: 30px;
}
#bloc1 h3,
.bloc1 h3 {
  position: relative;
  padding-left: 70px;
}
#bloc1 h3 span,
.bloc1 h3 span {
  position: relative;
  z-index: 10;
}
#bloc1 h3 span:first-child,
.bloc1 h3 span:first-child {
  position: absolute;
  z-index: 1;
  left: 0;
}
#bgbloc2,
.bgbloc2 {
  background-image: url('/oktThemes/ra136-s/images/fond-bloc2.jpg');
  background-position: top;
  background-repeat: repeat-x;
}
#bloc2,
.bloc2 {
  background: transparent url('/oktThemes/ra136-s/images/bloc2.jpg') no-repeat top;
}
.imageZoom img {
  text-align: center;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
.imageZoom {
  overflow: hidden;
  position: absolute;
  right: 15px;
  top: 0;
  width: 92.5%;
}
.imageZoom img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
#bloc2 h3,
.bloc2 h3 {
  text-align: center;
}
.separateurVertical {
  min-height: 50px;
  width: 50%;
}
.espaceImg {
  padding-top: 230px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .espaceImg {
    padding-top: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .espaceImg {
    padding-top: 150px;
  }
}
#bloc3,
.bloc3 {
  padding-top: 30px;
}
#bloc3 .col-sm-7.col-md-6 img,
.bloc3 .col-sm-7.col-md-6 img {
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .separateurHorizontal {
    padding-top: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .separateurHorizontal {
    padding-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .separateurHorizontal {
    padding-top: 30px;
  }
}
.cbp-rfgrid {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  width: 100%;
  z-index: 800;
}
.cbp-rfgrid li {
  position: relative;
  float: left;
  overflow: hidden;
  width: 16.6666667%;
  /* Fallback */
  width: -webkit-calc(16.66666667%);
  width: calc(16.66666667%);
}
.cbp-rfgrid li a,
.cbp-rfgrid li a img {
  display: block;
  width: 100%;
  cursor: pointer;
}
.cbp-rfgrid li a img {
  max-width: 100%;
}
/* Flexbox is used for centering the heading */
.cbp-rfgrid li a span {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  opacity: 0;
}
.cbp-rfgrid li a:hover span {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.cbp-rfgrid li a span {
  width: 100%;
  padding: 0;
  margin: 0;
}
/*Page contact*/
#coordonnees {
  padding-top: 30px;
}
div#at4-share {
  right: 0;
  left: auto;
}
.encart .input__field--juro:focus + .input__label--juro:before,
.encart .input--filled .input__label--juro:before {
  border-color: #ffb500 !important;
}
.input--juro {
  border: solid 1px #ffb500;
}
div#global {
  overflow: hidden;
}
.encart .input {
  color: #fff !important;
}
.encart #message-wrapper .input__label--juro {
  height: 217px;
}
@media (max-width: 991px) {
  #menus li a {
    padding: 10px 5%;
  }
}
/*INTEGRATION*/
@media (min-width: 992px) {
  .flexRow {
    display: flex;
    align-items: center;
    align-content: center;
  }
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .flexRowLg {
    display: flex;
    align-items: center;
    align-content: center;
  }
}
@media (min-width: 768px) {
  .flexRowSM {
    display: flex;
    align-items: center;
    align-content: center;
  }
}
.flexRowXS {
  display: flex;
  align-items: center;
  align-content: center;
}
.liste_puces > li {
  list-style-type: none;
}
.liste_puces {
  list-style-image: url('/oktThemes/ra136-s/images/liste_puces.png');
  padding-left: 20px;
}
/*OU AUTRE STYLE AVEC AWESOME*/
ul.liste_puces {
  padding-left: 0;
}
.liste_puces > li {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
}
.liste_puces > li:before {
  position: absolute;
  left: 0;
  content: '\f101';
  font-family: 'FontAwesome';
  font-weight: 400;
  font-size: 1.4rem;
  color: #ffb500;
}
.rotateImg {
  transform: rotate(360deg);
  transition-duration: 1s;
}
#menus li.active a {
  color: #ffb500;
}
#menu_bottom li.active a {
  color: #ffb500;
}
.dl-menu > li:hover > a {
  color: #ffb500 !important;
}
#menus .dl-menuwrapper ul ul a:hover {
  color: #ffb500;
}
@media (max-width: 499px) {
  .one-col {
    float: none;
    width: 300px;
    margin: auto;
    margin-bottom: 20px;
  }
  .fullCol {
    width: 100%;
    margin: auto;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .margBott20MD {
    margin-bottom: 20px;
  }
  .menu_droite .dl-menuwrapper {
    right: 15px !important;
  }
}
.rotate_tel {
  transform: rotate(90deg);
}
.clear_both {
  clear: both;
}
/**********MENU MOBILE**********/
@media (max-width: 991px) {
  #menus .dl-menuwrapper {
    right: 15px;
  }
}
/**********BORDER BOX***********/
.content_box_border {
  padding: 20px;
  position: relative;
}
.content_box_border:after,
.content_box_border:before {
  height: 22%;
  position: absolute;
  width: 22%;
  content: "";
}
.content_box_border:after {
  border-bottom: 3px solid #ffb500;
  border-right: 3px solid #ffb500;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.content_box_border:before {
  border-left: 3px solid #ffb500;
  border-top: 3px solid #ffb500;
  left: 0;
  top: 0;
  color: #ccc;
  font-size: 4rem;
  line-height: .1rem;
  margin-right: .1rem;
  vertical-align: -.4em;
}
@media (max-width: 991px) {
  .content_box_border {
    margin-bottom: 30px;
  }
}
.content_box_shadow {
  padding: 30px;
  box-shadow: -7px -2px 23px 0px rgba(0, 0, 0, 0.32);
}
.border_title {
  position: relative;
  padding-bottom: 20px;
}
.border_title:after {
  content: '';
  position: absolute;
  left: calc(50% - 40px);
  bottom: 0;
  width: 80px;
  height: 1px;
  border: 2px solid #ffb500;
  border-radius: 3px;
}
.encart-horaires {
  background: #1d1d1d4f;
  padding: 10px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .class_flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/***tabs***/
/*Vertical Tabs*/
.mdl-tabs__panel {
  display: none;
}
.mdl-tabs__panel p {
  font-size: 1.3rem;
}
.vertical-mdl-tabs {
  margin-top: 30px;
}
.vertical-mdl-tabs .mdl-tabs__tab-bar {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 35px;
  height: inherit;
  border-bottom: none;
  border-right: 1px solid rgba(10, 11, 49, 0.2);
}
.vertical-mdl-tabs .mdl-tabs__tab {
  width: 100%;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  letter-spacing: 2px;
  background: #000000;
  color: #ffffff;
  border-bottom: 1px solid #ffffff20;
}
.vertical-mdl-tabs .mdl-tabs__tab:hover {
  background: rgba(255, 255, 255, 0.3);
  border-right: 3px solid #ffb500;
  color: #ffffff;
  border-bottom: 1px solid #ffffff20;
}
.vertical-mdl-tabs.mdl-tabs.is-upgraded a.mdl-tabs__tab.is-active {
  border-right: 3px solid #ffffff;
  background: #ffb500;
  color: #000000;
  border-bottom: 1px solid #ffffff20;
}
.vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
  content: inherit;
  height: 0;
}
.vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__panel.is-active,
.mdl-tabs__panel {
  padding: 0 30px;
}
.vertical-mdl-tabs.mdl-tabs .mdl-tabs__tab {
  text-align: left;
}
.text-center {
  text-align: center;
}
.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
  color: #000000;
  font-weight: bold;
}
.height-bloc {
  min-height: 340px;
}
.mdl-tabs .bouton_primaire a {
  padding: 20px 40px;
  color: #fff;
  background: #660033;
  background: linear-gradient(90deg, #660033 0%, #990000 48%, #cc0000 100%);
  transition: all 0.3s ease;
  margin-top: 30px;
}
.mdl-tabs .bouton_primaire a:hover {
  background: #6a0030;
  transition: all 0.3s ease;
}
.liste .row:hover {
  background-color: #b1b1b1;
}
@media (max-width: 373px) {
  #tel_head {
    float: right;
  }
}
@media (max-width: 839px) {
  .mdl-grid {
    display: block !important;
  }
  .mdl-cell.mdl-cell--3-col {
    margin-inline: auto !important;
  }
}
video#\30  {
  margin-bottom: 30px;
}
