.btn-second-color {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNjYTM2MzYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhlMjUyNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ca3636, #8e2525);
  background-image: -moz-linear-gradient(top, #ca3636, #8e2525);
  background-image: linear-gradient(to bottom, #ca3636, #8e2525);
  background-color: #ca3636;
  color: #FFFFFF;
}
.btn-second-color:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiNjMwMzAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdhMjAyMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #b63030, #7a2020);
  background-image: -moz-linear-gradient(top, #b63030, #7a2020);
  background-image: linear-gradient(to bottom, #b63030, #7a2020);
  background-color: #8e2525;
}
.btn-small {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 3px 7px;
}
.reset {
  margin: 0;
  padding: 0;
}
.group {
  zoom: 1;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.btn_active {
  -webkit-box-shadow: 0px 0px 10px #95cce7;
  -moz-box-shadow: 0px 0px 10px #95cce7;
  box-shadow: 0px 0px 10px #95cce7;
  border: 1px solid #41a4d5;
  color: #41a4d5;
}
#small-dialog .mfp-close {
  background: #FFF;
  top: -13px;
  right: -11px;
  width: 30px;
  line-height: 30px;
  height: 30px;
  color: #333;
  opacity: 1;
  border-radius: 100px;
  border: 1px solid lightgrey;
}
.actu_promo {
  -webkit-box-shadow: inset 0px 0px 100px #ddd, 0px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 100px #ddd, 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 100px #ddd, 0px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.actu_promo .haut {
  text-align: center;
  border: 1px solid #D0D1D3;
  border-bottom: 0;
  font-family: 'lato';
  -webkit-border-radius: 5px 5px 0px 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 5px 0px 0px;
  -moz-background-clip: padding;
  border-radius: 5px 5px 0px 0px;
  background-clip: padding-box;
}
.actu_promo .haut p {
  text-align: center;
  font-style: italic;
  font-size: 1.3em;
}
.actu_promo .haut img {
  margin-bottom: 10px;
}
.actu_promo .bas {
  zoom: 1;
  font-family: 'Sanchez', serif;
  display: block;
  background: #555;
  text-decoration: none;
  padding: 10px;
  color: #fff;
  -webkit-border-radius: 0px 0px 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 5px 5px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 5px 5px;
  background-clip: padding-box;
}
.actu_promo .bas:before,
.actu_promo .bas:after {
  content: "";
  display: table;
}
.actu_promo .bas:after {
  clear: both;
}
.actu_promo .bas:hover {
  background: #444;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.actu_promo .bas .text {
  float: left;
}
.actu_promo .bas .text span {
  font-size: 1.2em;
}
.actu_promo .bas .text span.sub {
  font-size: 1.8em;
}
.actu_promo .bas .text .btn {
  float: right;
  padding-top: 7px;
}
.actu_promo .bas .text .btn .icon {
  font-size: 2em;
}
.mediabong {
  overflow: hidden;
  width: 490px;
  margin: 10px auto !important;
}
.mediabong.large {
  background: none repeat scroll 0 0 padding-box #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
#news .mediabong.large {
  max-width: 530px;
}
#news .mediabong #mb_container {
  padding: 0;
}
/*--------------------------------
 * STYLES FICHES
 * -------------------------------- */
/* BOX SHADOW */
#simplemodal-container .simplemodal-wrap {
  overflow: inherit !important;
}
#simplemodal-container .modalCloseImg {
  cursor: pointer;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 2;
  display: block;
  width: 26px;
  height: 26px;
  background: url(../../img/ico/ico_close.png) no-repeat;
}
/* Message/ Avis */
.boxOpen {
  display: none;
  position: relative;
  padding: 1em;
  background: #fff;
}
.boxOpen .titre {
  margin: 0 0 10px;
  padding: 0 0 10px;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  color: #57b5e4;
  border-bottom: 2px solid;
}
/* GLOBAL */
#fiche .conteneur {
  position: relative;
  margin: 0 auto;
}
#fiche .retourFiche,
#fiche .retourHaut {
  padding: 2px 6px;
  font-size: 10px;
  font-weight: 700;
  color: #434343;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #dadada;
}
#fiche .retourFiche {
  float: right;
  padding-left: 18px;
  background: #f5f5f5 url(../../img/fiche/ico_flecheGauche.png) 5px 50% no-repeat;
}
#fiche .retourHaut {
  float: left;
  padding-left: 22px;
  background: #f5f5f5 url(../../img/fiche/ico_flecheHaut.png) 5px 50% no-repeat;
}
#fiche .princHaut .retourFiche {
  position: absolute;
  right: 0;
  z-index: 2;
}
#fiche .retourFiche:hover,
#fiche .retourHaut:hover {
  background-color: #e5e5e5;
  border: 1px solid #a8a8a8;
}
/* Fixe */
.fixed-on.page {
  padding-top: 146px;
}
.fixed-on #hautFiche {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background: #FFF;
}
/* HAUT FICHE */
#hautFiche .retourFiche {
  top: -19px;
}
#hautFiche .hidden_num {
  display: none;
}
#hautFiche .princHaut {
  padding: 10px 0 0;
  height: 79px;
}
#hautFiche .infoPrinc .contenu {
  margin-top: 6px;
  background: url(../../img/fiche/hautFiche-fond.png) repeat-x bottom;
}
#hautFiche .princHaut h1 {
  margin: 0 10px 0 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 26px;
  max-width: 559px;
  font-family: 'Roboto Condensed', sans-serif;
}
#hautFiche .princHaut .fonction {
  font-size: 14px;
  font-weight: 700;
  color: #272727;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
}
#hautFiche .princHaut .infoNote {
  float: left;
  margin: 8px 0 0;
}
#hautFiche .princHaut .infoNote ul {
  float: left;
  margin: 0 5px 0 0;
}
#hautFiche .princHaut .infoNote li {
  float: left;
  margin: 0 2px;
  width: 12px;
  height: 12px;
  background: url(../../img/fiche/sprite_fiche.png) no-repeat;
}
#hautFiche .princHaut .infoNote li.grise {
  background-position: 0 -12px;
}
#hautFiche .princHaut .infoNote a {
  float: left;
  color: #acacac;
  font-size: .9em;
  line-height: 1em;
  font-weight: 700;
}
#hautFiche .princHaut .infoNote a:hover {
  color: #2a2a2a;
}
#hautFiche .princHaut .tel .idl_audiotel_number,
#hautFiche .princHaut .tel .audiotel_number {
  padding: 13px 0px 15px 20px;
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 5px;
  width: 169px;
  text-shadow: -1px -1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  background: #ff4136;
  background: -moz-linear-gradient(top, #ff4136 1%, #c12a2a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ff4136), color-stop(100%, #c12a2a));
  background: -webkit-linear-gradient(top, #ff4136 1%, #c12a2a 100%);
  background: -o-linear-gradient(top, #ff4136 1%, #c12a2a 100%);
  background: -ms-linear-gradient(top, #ff4136 1%, #c12a2a 100%);
  background: linear-gradient(to bottom, #ff4136 1%, #c12a2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4136', endColorstr='#c12a2a', GradientType=0);
}
.idl_audiotel_img {
  position: absolute;
  top: -5px;
  width: 296px;
  left: -93px;
}
#hautFiche .princHaut .tel .modal_fiche_v2 {
  padding: 12px 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 5px;
  width: 169px;
  text-shadow: -1px -1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  background: #ff4136;
  background: -moz-linear-gradient(top, #ff4136 1%, #c12a2a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ff4136), color-stop(100%, #c12a2a));
  background: -webkit-linear-gradient(top, #ff4136 1%, #c12a2a 100%);
  background: -o-linear-gradient(top, #ff4136 1%, #c12a2a 100%);
  background: -ms-linear-gradient(top, #ff4136 1%, #c12a2a 100%);
  background: linear-gradient(to bottom, #ff4136 1%, #c12a2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4136', endColorstr='#c12a2a', GradientType=0);
}
#hautFiche .princHaut .tel .modal_fiche_v2 img {
  margin-right: 10px;
  vertical-align: middle;
}
#hautFiche .princHaut .tel .modal_fiche_v2.rdv {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #cd5a00;
  background: #cd5a00;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjdmMWEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NkNWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ff7f1a, #cd5a00);
  background-image: -moz-linear-gradient(top, #ff7f1a, #cd5a00);
  background-image: linear-gradient(to bottom, #ff7f1a, #cd5a00);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  color: #FFF;
}
#hautFiche .princHaut .tel .modal_fiche_v2.rdv:hover {
  border: 1px solid #b34f00;
  background: #9a4300;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjdmMWEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MyNTUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ff7f1a, #c25500);
  background-image: -moz-linear-gradient(top, #ff7f1a, #c25500);
  background-image: linear-gradient(to bottom, #ff7f1a, #c25500);
  color: #FFFFFF;
}
#hautFiche .princHaut .tel .idl_audiotel_pic,
#hautFiche .princHaut .tel .ico_tel,
#hautFiche .princHaut .tel .audiotel_number_ico {
  background: url(../img/fiche/ico_btn_tel.png) 0 50%;
  width: 19px;
  height: 25px;
  position: absolute;
  left: 10px;
  top: 8px;
}
#hautFiche .princHaut .tel a.audiotel_number {
  font-size: 12px;
}
#hautFiche .princHaut .tel a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
}
#hautFiche .princHaut {
  position: relative;
}
#hautFiche .princHaut .tel {
  position: absolute;
  top: 14px;
  right: 18px;
  display: inline-block;
  text-align: right;
  max-width: 660px;
  line-height: 1;
}
#hautFiche .princHaut .tel .audiotel_mentions {
  margin-top: 5px;
}
#hautFiche .princHaut .tel .btns a {
  position: relative;
  display: inline-block;
}
#hautFiche .princHaut .tel .idl_audiotel {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
#hautFiche .princHaut .tel .idl_audiotel_warning {
  font-size: 9px;
  text-align: right;
  color: #ACACAC;
  text-transform: none;
  position: absolute;
  top: -51px;
  right: 0;
  width: 270px;
  line-height: 10px;
}
#hautFiche .princHaut .tel .idl_audiotel_warning a {
  font-size: 9px;
}
#hautFiche .princHaut .siteEmail {
  text-align: center;
  position: absolute;
  right: 307px;
  top: 14px;
  z-index: 2;
}
#hautFiche .princHaut .siteEmail li {
  display: inline-block;
  width: 34px;
  height: 32px;
  background: url(../img/fiche/bg_icon.png) no-repeat;
}
#hautFiche .princHaut .siteEmail li.dern {
  margin: 0;
}
#hautFiche .princHaut .siteEmail li a {
  position: relative;
  display: block;
  width: 34px;
  height: 28px;
}
#hautFiche .princHaut .siteEmail li a.telIcon {
  background: url(../../img/ico/tel.png) no-repeat 50% 50%;
}
#hautFiche .princHaut .siteEmail li a.tel2 {
  background: url(../../img/ico/tel2.png) no-repeat 50% 50%;
}
#hautFiche .princHaut .siteEmail li a.web {
  background: url(../../img/ico/web.png) no-repeat 50% 50%;
}
#hautFiche .princHaut .siteEmail li a.mail {
  background: url(../../img/ico/mail.png) no-repeat 50% 50%;
}
#hautFiche .princHaut .siteEmail li a.fax {
  background: url(../../img/ico/fax.png) no-repeat 50% 50%;
}
#hautFiche .princHaut .siteEmail li a .infoBulle {
  position: absolute;
  top: -30px;
  right: 4px;
  z-index: 2;
  display: none;
  white-space: nowrap;
  padding: 4px 8px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background: #333;
}
#hautFiche .princHaut .siteEmail li a .flecheBulle {
  position: absolute;
  bottom: -5px;
  right: 10px;
  z-index: 2;
  display: block;
  width: 9px;
  height: 5px;
  background: url(../../img/ico/flechBulle.png) -5px -14px no-repeat;
}
#hautFiche .princHaut .siteEmail li a:hover .infoBulle {
  display: block;
}
/* BANDEAU */
#banner-content {
  visibility: hidden;
}
.infoBandeau {
  height: 323px;
  padding: 0 0 8px;
  background: url(../../img/fiche/hautFiche-bandeauH.png) no-repeat 50% bottom;
}
.infoBandeau .contenu {
  overflow: visible;
  background: url(../img/bannieres-defaut.jpg);
}
.infoBandeau .image {
  position: relative;
  height: 323px;
  overflow: hidden;
  background: url(../img/bannieres-defaut.jpg);
}
.infoBandeau .image img {
  position: absolute;
  z-index: 1;
  /* width:100%; */
}
.infoBandeau .profil {
  position: absolute;
  top: -17px;
  right: 12px;
  z-index: 8;
  width: 186px;
  height: 206px;
  padding: 5px;
  background: url(../../img/fiche/sprite_fiche.png) 0 -24px no-repeat;
}
.infoBandeau .loading-profil {
  background: url(../../img/loading_prev.gif) no-repeat scroll 80px center transparent;
}
.infoBandeau .motscles {
  position: absolute;
  top: 17px;
  right: 203px;
  z-index: 2;
}
.infoBandeau .motscles h4 {
  float: right;
  clear: both;
  margin: 0 0 8px;
  padding: 8px 13px 8px 8px;
  font-size: 1.4em;
  font-weight: 700;
  color: #fff;
  background: #53aedb;
  background: rgba(83, 174, 219, 0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.infoBandeau .carte {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 3;
  padding: 5px;
  background: #fff;
  width: 249px;
  height: 139px;
}
.infoBandeau .carte img {
  display: block;
}
.infoBandeau .infosCarte {
  position: absolute;
  bottom: 95px;
  left: 277px;
  z-index: 4;
}
.infoBandeau .infosCarte .icoInfo {
  position: absolute;
  top: 0;
  left: -29px;
  z-index: 2;
  width: 58px;
  height: 33px;
  background: url(../../img/fiche/sprite_fiche-color.png) no-repeat;
}
.infoBandeau .infosCarte .txtInfo {
  overflow: hidden;
  height: 31px;
  padding: 0 10px 0 37px;
  max-width: 636px;
  line-height: 31px;
  white-space: nowrap;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #57b5e4;
}
.infoBandeau .description {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.65);
}
.infoBandeau .description p {
  margin: 0;
  padding: 10px 10px 10px 280px;
  font-size: 1em;
  line-height: 1.3em;
}
.infoBandeau.noDesc .description {
  display: none;
}
.infoBandeau.noDesc .infosCarte {
  bottom: 30px;
}
.titre {
  background: #fff;
}
.titre .contenu {
  overflow: hidden;
  padding: 20px 0 10px;
  border-bottom: 3px solid #e0e0e0;
}
.titre h2 {
  float: left;
  text-transform: uppercase;
  margin: 0;
}
.titre .partage {
  float: right;
  font-size: .9em;
  font-weight: 700;
}
.titre .partage dt {
  float: left;
  margin: 0 5px 0 0;
  font-weight: 700;
}
.titre .partage dd {
  float: left;
  margin: 0 2px;
}
.titre .partage dd a {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../../img/ico/social.png) no-repeat;
}
.titre .partage dd a:hover {
  margin: -3px 0 0;
}
.titre .partage dd a.facebook {
  background-position: 0 0;
}
.titre .partage dd a.twitter {
  background-position: -16px 0;
}
.titre .partage dd a.google {
  background-position: -32px 0;
}
.titre .partage dd a.linkedin {
  background-position: -48px 0;
}
.titre .partage dd a.viadeo {
  background-position: -64px 0;
}
/* CORPS */
#corpsFiche {
  clear: both;
  width: 100%;
  margin: 0 0 10px;
}
#ficheInner .contenu {
  background: #fff url(../../img/fiche/corpsFiche-fond.png) repeat-y;
  border-bottom: 1px solid #e0e0e0;
}
.menuFiche {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin: 11px 0 0;
}
.menuFiche li {
  margin: 0 0 5px;
}
.menuFiche li a {
  display: block;
  width: 197px;
  height: 33px;
  text-indent: 10px;
  font-size: .95em;
  font-weight: 700;
  text-decoration: none;
  line-height: 33px;
  color: #777;
}
.menuFiche li a:hover {
  color: #000;
  text-decoration: underline;
}
.menuFiche li.active a {
  color: #fff;
  text-decoration: none;
  background: url(../../img/fiche/sprite_fiche-color.png) -58px 0 no-repeat;
}
.menuFiche li.active a span {
  display: block;
  text-indent: 30px;
  width: 180px;
  overflow: hidden;
  white-space: nowrap;
  background: url(../../img/ico/cat/fff/ico_def.png) 8px 50% no-repeat;
}
#corpsFiche .contenuFiche {
  position: relative;
  overflow: hidden;
  float: right;
  width: 762px;
  height: 500px;
  margin: 2px 0;
}
#corpsFiche .contenuFiche .section {
  position: relative;
  min-height: 500px;
}
#corpsFiche .contenuFiche .listBloc {
  display: inline-block;
  vertical-align: top;
  margin: 1px -3px 1px 1px;
  background: #eee;
}
#corpsFiche .contenuFiche .listBloc h3 {
  padding: 3px 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-indent: 24px;
  background: #57b5e4 url(../../img/ico/cat/fff/ico_def.png) 5px 50% no-repeat;
}
#corpsFiche .contenuFiche .listBloc p {
  font-size: 12px;
}
#corpsFiche .contenuFiche .listBloc.type2 {
  float: right;
  display: block;
  margin: 1px;
}
#corpsFiche .contenuFiche .listBloc.type3 {
  float: left;
  display: block;
  margin: 1px;
}
#corpsFiche .contenuFiche .listBloc .contBloc {
  display: block;
  margin: 5px;
  padding: 8px;
  background: #fff;
  border: 1px solid #e0e0e0;
}
#corpsFiche .contenuFiche .contBloc:before,
#corpsFiche .contenuFiche .contBloc:after {
  content: "";
  display: table;
}
#corpsFiche .contenuFiche .contBloc:after {
  clear: both;
}
#corpsFiche .contenuFiche .listBloc.type1 .contBloc {
  width: 220px;
  height: 80px;
}
#corpsFiche .contenuFiche .listBloc.type2 .contBloc {
  width: 462px;
  height: 194px;
}
#corpsFiche .contenuFiche .listBloc.type3 .contBloc {
  width: 474px;
  height: 422px;
}
#corpsFiche .contenuFiche .listBloc.type4 .contBloc {
  width: 728px;
  height: 450px;
  overflow: auto;
}
#corpsFiche .contenuFiche .listBloc.type5 .contBloc {
  width: 728px;
  /* height:235px; */
}
#corpsFiche .contenuFiche .listBloc.type6 {
  float: left;
  margin-right: 2px;
}
#corpsFiche .contenuFiche .listBloc.type6 .contBloc {
  width: 220px;
  height: 194px;
}
/* Theme */
/*#menu-section-horaires_et_absences span,*/
#corpsFiche .contenuFiche .listBloc h3.ico_hours {
  background-image: url(../../img/ico/cat/fff/ico_horaire.png);
}
/*#menu-section-localisation span,*/
#corpsFiche .contenuFiche .listBloc h3.ico_location {
  background-image: url(../../img/ico/cat/fff/ico_localisation.png);
}
/*#menu-section-psychologue_tarifs span,*/
#corpsFiche .contenuFiche .listBloc h3.ico_psychologue_tarifs {
  background-image: url(../../img/ico/cat/fff/ico_tarifs.png);
}
/*#menu-section-psychologue_soins span,*/
#corpsFiche .contenuFiche .listBloc h3.ico_psychologue_soins {
  background-image: url(../../img/ico/cat/fff/ico_soins.png);
}
/*#menu-section-sante_infoscomplemen span,*/
#corpsFiche .contenuFiche .listBloc h3.ico_sante_infoscomplemen {
  background-image: url(../../img/ico/cat/fff/ico_infocomp.png);
}
#menu-section-promotions_et_fidelisation span {
  background-image: url(../../img/ico/cat/fff/ico_promo.png);
}
#menu-section-dep_info_info_pratiq span {
  background-image: url(../../img/ico/cat/fff/ico_infoprat.png);
}
#menu-section-coordonnees_internet span {
  background-image: url(../../img/ico/cat/fff/ico_internet.png);
}
/* Element */
#horairesGrille .horairesCont {
  clear: both;
  height: 26px;
  margin: 0 0 1px;
}
#horairesGrille .horairesCont .jour {
  float: left;
  margin: 0 1px 0 0;
  padding: 0 10px;
  width: 131px;
  height: 24px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  color: #777;
  background: #fff;
  border: 1px solid #eee;
}
#horairesGrille .horairesCont .periode {
  float: left;
  position: relative;
  width: 572px;
  height: 24px;
  line-height: 24px;
  background: #fff;
  border: 1px solid #eee;
}
#horairesGrille .horairesCont .periode > div {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}
#horairesGrille .horairesCont .periode > div {
  color: #32472e;
  background-color: #b1e8a2;
}
#horairesGrille .horairesCont .periode .acRdv {
  background-image: url(../../img/fiche/texture-1.png);
}
#HorairesLegende {
  float: left;
  margin: 7px 20px 0;
}
#HorairesLegende span {
  float: left;
  display: block;
  font: 700 11px/17px Arial;
}
#HorairesLegende .carre {
  margin: 0 5px;
  width: 20px;
  height: 17px;
  background: #b1e8a2 url(../../img/fiche/texture-1.png);
}
#horairesGrille .horairesCont .periode .ferme {
  cursor: auto;
  width: 100%;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  color: #606060;
  background: #eee;
}
#horairesGrille .horairesCont .periode .infoBulle {
  display: none;
  position: absolute;
  top: 24px;
  right: -4px;
  z-index: 2;
  max-width: 150px;
  min-width: 100px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  background: #333;
}
#horairesGrille .horairesCont .periode .flecheBulle {
  position: absolute;
  top: -5px;
  right: 10px;
  z-index: 2;
  width: 9px;
  height: 5px;
  background: url(../../img/ico/flechBulle.png) -5px 0 no-repeat;
}
#horairesGrille .horairesCont .periode > div:hover .infoBulle {
  display: block;
}
/* H4 */
#ficheInner h4 {
  margin: 15px 0 5px;
  color: #242424;
  font-size: 1.2em;
  line-height: 30px;
  font-weight: 700;
  margin: 3px 0 15px;
  padding: 0;
  text-indent: 20px;
  background: url(../../img/ico/titre/000/ico_def.png) no-repeat 0 50%;
}
#ficheInner h4 {
  background-image: url(../../img/ico/titre/000/ico_def.png);
}
#ficheInner h4.formation_professionnelle {
  background-image: url(../../img/ico/titre/000/ico_formation.png);
}
#ficheInner h4.mobilite_accessibilite {
  background-image: url(../../img/ico/titre/000/ico_mobilite.png);
}
#ficheInner h4.infos_professionnelles {
  background-image: url(../../img/ico/titre/000/ico_infos.png);
}
#ficheInner h4:first-child {
  margin-top: 0;
}
#ficheInner dl {
  overflow: hidden;
  clear: both;
  margin: 0 0 10px;
}
#ficheInner dl.dern {
  margin: 0;
}
#ficheInner dt {
  margin: 0 0 5px;
  padding: 0 10px 0 0;
  color: #222;
  font-size: 1em;
  font-weight: 700;
}
#ficheInner dd {
  color: #666;
}
#ficheInner dd,
#ficheInner dt {
  display: block;
  line-height: 20px;
}
#ficheInner .typeLeft dd,
#ficheInner .typeLeft dt {
  display: inline-block;
  vertical-align: top;
}
#ficheInner dd span {
  line-height: normal !important;
}
#ficheInner .div2 dt,
#ficheInner .div3 dt,
#ficheInner .div4 dt {
  display: block;
}
#ficheInner .div2 dd {
  float: left;
  width: 50%;
}
#ficheInner .div3 dd {
  float: left;
  width: 33%;
}
#ficheInner .div4 dd {
  float: left;
  width: 25%;
}
#ficheInner .div2 dd,
#ficheInner .div3 dd,
#ficheInner .div4 dd {
  text-indent: 15px;
  background: url(../../img/ico/ico_arrow.png) 0 50% no-repeat;
}
/* Gmap */
#location-map {
  width: 710px;
  height: 360px;
  margin: 0 auto;
  border: 2px solid #57b5e4;
}
form#direction input[type="text"] {
  float: left;
  width: 543px;
}
form#direction input[type="submit"] {
  float: right;
  color: #fff;
  background-color: #ff3333;
  border-color: #e90c25;
}
form#direction input[type="submit"]:hover,
input[type="submit"]:focus {
  color: #fff;
  border-color: #000;
  background-color: #333333;
}
#adp-placemark img,
.adp-placemark img {
  display: none;
}
#adp-placemark {
  font-weight: bold;
  padding: 10px 10px 10px 30px;
  background: white url(../img/marker-a.png) no-repeat left center;
}
.adp-placemark {
  font-weight: bold;
  padding: 10px 10px 10px 30px;
  background: white url(../img/marker-b.png) no-repeat left center;
}
#adp-placemark img,
.adp-placemark img {
  display: none;
}
#adp-placemark {
  font-weight: 700;
  padding: 10px 10px 10px 30px;
  background: #fff url(../img/marker-a.png) no-repeat left center;
}
.adp-placemark {
  font-weight: 700;
  padding: 10px 10px 10px 30px;
  background: white url(../img/marker-b.png) no-repeat left center;
}
#infos-horaires {
  height: 20px;
  margin: 5px 0 0;
  padding: 0 0 0 20px;
  line-height: 20px;
  background: url(../../img/ico/info.png) no-repeat 0 50%;
  float: left;
}
#infos-horaires {
  height: 20px;
  margin: 5px 0 0;
  padding: 0 0 0 20px;
  line-height: 20px;
  background: url(../../img/ico/info.png) no-repeat 0 50%;
}
/* Autres lieux */
ul.listeLieux li {
  margin: 0 0 2px;
}
ul.listeLieux li a {
  display: block;
  text-indent: 10px;
  text-decoration: none;
  line-height: 24px;
  background: #f8f8f8;
}
/* Preview */
.backToPanel {
  height: 50px;
  line-height: 50px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  background-color: #FF0000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 1000;
}
.backToPanelButon a:link,
.backToPanelButon a:hover,
.backToPanelButon a:visited,
.backToPanelButon a:active {
  color: #ffffff;
  width: 100%;
  height: 50px;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 20px;
}
/* Photos et presentation */
#photos_general a {
  display: inline-block;
  margin: 2px;
  padding: 5px;
  background: #fff;
  border: 1px solid #d1d1d1;
}
#photos_general a:hover {
  border-color: #57b5e4;
}
#photos_general img {
  display: block;
  width: 160px;
  height: auto;
}
/* --------------------------------
 * CSS3
 * -------------------------------- */
/* Border radius */
#fiche .retourFiche,
#fiche .retourHaut,
#corpsFiche .contenuFiche .listBloc h3 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.infoBandeau .image img {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.boxOpen,
#corpsFiche .contenuFiche .listBloc,
#corpsFiche .contenuFiche .listBloc .contBloc {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#horairesGrille .horairesCont .periode,
#horairesGrille .horairesCont .jour,
#horairesGrille .horairesCont .periode > div,
.infoBulle,
#photos_general a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* Transition */
.titre .partage dd a,
#photos_general a {
  transition: all .2s ease;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
}
/* Box shadow */
#photos_general a {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.infoBandeau .carte,
.infoBandeau .motscles h4,
#photos_general a:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
/* Autres */
#hautFiche .princHaut h1,
#hautFiche .princHaut .fonction,
.infoBandeau .infosCarte .txtInfo,
.menuFiche li.active a span {
  text-overflow: ellipsis;
}
#horairesGrille .horairesCont .periode .infoBulle {
  pointer-events: none;
}
/* Cursor */
#photos_general a img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
#contributions li {
  clear: both;
}
#contributions a {
  float: left;
}
#contributions a.title {
  border-radius: 2px 2px 2px 2px;
  color: #262525;
  font-size: 12px;
  line-height: 39px;
  padding-right: 10px;
}
#contributions a:hover {
  color: #57B5E4;
}
#contributions .image {
  height: 23px;
  margin: 0 16px 15px 0;
  padding: 0;
  position: relative;
  width: 24px;
  display: block;
}
#contributions a img {
  border: 5px solid #FFFFFF;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0 3px 2px #DDDDDD;
  -moz-box-shadow: 0 3px 2px #DDDDDD;
  box-shadow: 0 2px 2px #DDDDDD;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe {
  width: 1000px !important;
  height: 600px !important;
  margin: 0 auto;
}
.mfp-iframe-holder {
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1000px;
  border-radius: 5px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
  font-size: 14px;
  opacity: 1;
}
.mfp-iframe-holder .mfp-close i {
  margin-left: 5px;
  font-size: 30px;
  vertical-align: middle;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  border-radius: 5px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* Styles for dialog window */
#small-dialog {
  padding-top: 15px;
  background: white;
  text-align: left;
  max-width: 1000px;
  margin: 40px auto;
  position: relative;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
#small-dialog iframe {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
/* AUDIOTEL */
.audiotel_wrap {
  display: inline-block;
  font-size: 8px;
  position: relative;
  z-index: 1;
}
.audiotel_mentions {
  color: darkgrey;
  float: right;
  font-size: 10px;
  margin-top: 10px;
}
.audiotel_mentions a {
  color: #525252 !important;
  font-size: 10px !important;
  display: inline-block;
}
.audiotel_wrap .num {
  position: relative;
  font-size: 2em;
  line-height: 0.6em;
  display: inline-block;
  background: #fff;
  padding: .1em .25em 0 .25em;
  color: #2E2E2E;
  border: .08em solid #D0D0D0;
  font-family: "Arial", arial, helvetica, sans-serif;
  font-weight: bold;
  z-index: -1;
}
.audiotel_wrap .audiotel_price {
  text-align: left;
  position: relative;
  background: #2E2E2E;
  color: #fff;
  display: inline-block;
  padding: .3em .6em .3em 1em;
  bottom: -0.22em;
  margin-top: -0.7em;
  right: 0;
  font-size: .5em;
}
.audiotel_wrap .audiotel_price:after {
  left: 0;
  top: 50%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 0.7em solid rgba(136, 183, 213, 0);
  border-left-color: #fff;
  margin-top: -0.7em;
}
