/* 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 */
.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;
}
.phone_link {
  text-decoration: none !important;
  color: inherit !important;
}
/* 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 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  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: #950a00;
  color: #d2d2d2;
  display: block;
}
.ul_pagination a.pagination_link:hover {
  opacity: 0.8;
}
.ul_pagination .active {
  background: #cc0000;
  color: #ad0c00;
  font-weight: bold;
}
.ul_pagination a.pagination_grp {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #333333;
}
.commonImage {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  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: 'Muli', sans-serif;
  text-align: center;
}
.commonErrorBox p,
.commonSuccessBox p,
.commonErrorBox ul,
.commonSuccessBox ul {
  display: block;
  margin: 0;
  padding: 20px;
}
.commonErrorBox {
  border: 2px solid #cc0000;
  padding: 15px;
  color: #cc0000;
  /*background-color:@clickable_background_color;*/
}
.commonErrorBox p,
.commonErrorBox ul {
  display: block;
  margin: 0;
  color: #cc0000;
  /*background-color:@clickable_background_color; border:2px solid @clickable_border_color;*/
}
.commonErrorBox ul {
  padding-left: 2em;
  list-style: none;
}
.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;
}
.error_box {
  margin: 20px 0;
  padding: 1px;
  position: relative;
  font-family: 'Muli', sans-serif;
  text-align: center;
  border: 2px solid #cc0000;
  padding: 15px;
  color: #cc0000;
  /*background-color:@clickable_background_color;*/
}
.error_box p,
.error_box ul {
  display: block;
  margin: 0;
  padding: 20px;
}
.error_box p,
.error_box ul {
  display: block;
  margin: 0;
  color: #cc0000;
  /*background-color:@clickable_background_color; border:2px solid @clickable_border_color;*/
}
.error_box ul {
  padding-left: 2em;
  list-style: none;
}
/* Formulaire
--------------------------------------------------------*/
#contact-form {
  margin: 0 0 1em;
}
#contact-form .field {
  margin: 0.5em 0;
  padding: 0;
}
#contact-form .field label,
#contact-form .field .fake-label {
  display: block;
}
#contact-form .field label {
  cursor: pointer;
}
#contact-form .field label.error {
  color: #c00;
  font-style: italic;
  font-size: 0.9em;
}
#contact-form .required {
  font-weight: bold;
}
#contact-form .required:before {
  content: '* ';
}
#contact-form fieldset {
  padding: 0.5em;
  margin: 1.8em 0 1em;
  border: none;
  border-top: 1px solid transparent;
}
#contact-form legend {
  margin: 0;
  padding: 0.2em 0.8em;
  color: #ffffff;
  border: 1px solid transparent;
  font-style: italic;
}
#contact-form input[type="submit"],
#contact-form button.button {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 10px 20px;
  font-size: 1.3em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -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;
  color: #ffffff;
  background-color: #ad0c00;
  border: 1px solid #ad0c00;
}
#contact-form input[type="submit"]:focus,
#contact-form button.button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
#contact-form input[type="submit"].active,
#contact-form button.button.active,
#contact-form input[type="submit"]:active,
#contact-form button.button:active {
  outline: none;
}
#contact-form input[type="submit"]:hover,
#contact-form button.button:hover {
  color: #ffffff;
  background-color: #950a00;
  border: 1px solid #950a00;
}
#contact-form input[type="submit"].active,
#contact-form button.button.active,
#contact-form input[type="submit"]:active,
#contact-form button.button:active {
  color: #ffffff;
  background-color: #950a00;
  border: 1px solid #950a00;
}
#contact-form a.button {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 10px 20px;
  font-size: 1.3em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -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;
  color: #ffffff;
  background-color: #ad0c00;
  border: 1px solid #ad0c00;
  text-decoration: none;
}
#contact-form a.button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
#contact-form a.button.active,
#contact-form a.button:active {
  outline: none;
}
#contact-form a.button:hover {
  color: #ffffff;
  background-color: #950a00;
  border: 1px solid #950a00;
}
#contact-form a.button.active,
#contact-form a.button:active {
  color: #ffffff;
  background-color: #950a00;
  border: 1px solid #950a00;
}
#contact-form .width100 {
  width: 100% !important;
}
/* Erreurs
--------------------------------------------------------*/
#contact-form label.error {
  color: #cc0000;
  font-style: italic;
  font-size: 0.9em;
  display: block;
}
#contact-form input.error,
#contact-form textarea.error {
  border: 1px dotted #cc0000;
}
#contact-form label.error {
  padding-bottom: 1em;
}
/* Coordonnées
--------------------------------------------------------*/
.contact_coordonnees {
  padding: 0;
}
.contact_coordonnees li {
  list-style: none;
}
#modele_1 {
  margin-bottom: 5px;
  /*accordeon multiple*/
  /*toutes multiples*/
  /*une adresse*/
  /*horaires avec accordeon*/
}
#modele_1 .bouton_formulaire,
#modele_1 .address_button {
  margin-top: 1em;
  margin-bottom: 1em;
  float: none;
  display: block;
  font-family: 'Muli', sans-serif;
}
#modele_1 .submit-wrapper {
  margin: 0;
  text-align: center;
}
#modele_1 .coordonnees,
#modele_1 .horaires,
#modele_1 .block_address {
  padding: 0 15px;
}
#modele_1 .block_address {
  border: 2px solid #333333;
  margin-top: 1.5em;
}
#modele_1 .first_coordinate_content {
  border: 2px solid #333333;
  min-height: 190px;
}
#modele_1 h3 {
  text-align: center;
  font-family: 'Muli', sans-serif;
  position: relative;
  padding: 1em 0;
  margin: .5em 0 0;
}
#modele_1 h3.ligne_label.other_coordinate {
  cursor: pointer;
}
#modele_1 h3.ligne_label.other_coordinate:first-child {
  margin-top: 0;
}
#modele_1 h3.ligne_label.other_coordinate:before {
  font-family: 'FontAwesome';
  position: absolute;
  content: "\f056";
  right: 15px;
}
#modele_1 h3.ligne_label.collapsed:before {
  font-family: 'FontAwesome';
  position: absolute;
  content: "\f055";
  right: 15px;
}
#modele_1 h3.all_coordinate {
  border: medium none;
  margin: 10px 0 0;
  padding: 10px 0;
}
#modele_1 .panel {
  border-collapse: collapse;
  margin: 0 0 1.5em;
}
#modele_1 .panel:last-child {
  margin-bottom: 0;
}
#modele_1 .ligne_horaire {
  margin-top: 10px;
}
#modele_1 .info_client.collapse h3 {
  border: 2px solid #333333;
  border-bottom: none;
}
#modele_1 .info_client.collapse .ligne_adresse {
  border-left: 2px solid #333333;
  border-right: 2px solid #333333;
}
#modele_1 .info_client.collapse .ligne_adresse.ligne_horaire {
  border: none;
  border-bottom: 2px solid #333333;
}
#modele_1 .info_client.collapse .ligne_adresse.ligne_horaire h3 {
  border: none;
}
#modele_1 .info_client.collapse .other_coordinate_content {
  border-bottom: medium none;
}
#modele_1 .other_coordinate_content,
#modele_1 .cadre_groupe {
  border: 2px solid #333333;
  border-collapse: collapse;
}
#modele_1 .info_client.collapse .une_adresse .ligne_adresse.ligne_horaire {
  border: none;
}
#modele_1 .info_client.collapse .horaires_seuls_accordeon {
  border-bottom: 2px solid #333333;
}
#modele_1 .info_client.collapse .horaires_seuls_accordeon h3:nth-child(2) {
  border: none;
}
#modele_1 .info_client.collapse .horaires_seuls_accordeon .ligne_adresse.ligne_horaire {
  margin-top: 0;
  border-bottom: none;
}
#modele_1 .info_client.collapse .horaires_seuls_accordeon .other_coordinate_content {
  border-top: none;
}
#modele_1 #hauteurPlan {
  position: relative;
  margin-bottom: 2em;
}
#modele_1.unbloc .ligne_horaire {
  margin-top: 0;
}
.g-recaptcha {
  float: right;
}
/*uniquement plan*/
.zerobloc #hauteurPlan {
  min-height: 15em;
}
@media (min-width: 992px) {
  #modele_1 .google_map {
    height: 100%;
    width: 100%;
  }
  #map_insert {
    position: absolute;
    height: 100%;
    width: 66.66666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .zerobloc #map_insert {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #modele_1 .google_map {
    height: 15em;
    margin-bottom: 1em;
  }
  #map_insert {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ligne_adresse {
  *zoom: 1;
}
.ligne_adresse:before,
.ligne_adresse:after {
  display: table;
  content: "";
  line-height: 0;
}
.ligne_adresse:after {
  clear: both;
}
/*masque le h3 des horaires en accordéon*/
#modele_1 .click_adresse2 {
  border: medium none;
  height: 0;
  margin: 0;
  padding: 0;
}
ul.contact_coordonnees img {
  margin: -4px 0 0 0;
}
