.no-padding {
  padding: 0;
}

.no-padding-right {
  padding-right: 0;
}

.container {
  width: 990px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 5px;
}

.backstrech {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.page {
  position: relative;
}

.slogan {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.page-header {
  height: 150px;
  margin-top: 0;
  position: relative;
}
.page-header .adresse {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 260px;
  width: 720px;
  padding: 5px 0;
}
.page-header .adresse > p {
  margin: 0;
  float: left;
  color: #FFFFFF;
}
.page-header .adresse > p br {
  display: none;
}
.page-header .adresse > p.block-phone {
  float: right;
  text-align: right;
  height: 20px;
  line-height: 20px;
  padding-right: 10px;
}

.centre .licence {
  /*position: absolute;
  top: 0;
  left: 0;*/
}
.centre h1 {
  font-size: 14px;
  line-height: inherit;
}
.centre h1.business {
  position: absolute;
  bottom: 0;
  right: 0;
}
.centre a.panel-title.panel-title-singlerow {
  line-height: 25px;
}

.home-link {
  position: absolute;
  display: block;
  top: -67px;
  width: 260px;
  min-height: 80px;
  text-decoration: none;
  cursor: pointer;
}
.home-link .img-logo {
  display: none;
}

.home-link.logo-holder {
  padding: 0;
}
.home-link.logo-holder img {
  width: 100%;
}

.logo-holder img {
  max-width: 100%;
  max-height: 100%;
}

.bigger-text {
  font-weight: bold;
  font-size: 20px;
}

.centre.archi-groupe .liste-centres, .centre.archi-groupe .info-geo, .centre.archi-groupe .gmo-stars {
  margin-bottom: 0;
}

.main-content {
  min-height: 700px;
  position: relative;
}

#planning {
  width: 100%;
  height: 700px;
}

#map_canvas {
  width: 100%;
  height: 700px;
}

.map-title {
  position: absolute;
  left: 5px;
  top: 0px;
  right: 5px;
  display: block;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #F30012;
}

marquee {
  line-height: 20px;
  font-size: 16px;
  margin-top: 7px;
  text-transform: uppercase;
}

.image-link {
  display: block;
}

a.panel-title {
  display: block;
  line-height: 25px;
}
a.panel-title.panel-title-singlerow {
  line-height: 30px;
}

.apfr-list-group-item-media {
  margin-top: 1px;
}

.apfr-list-group-item-media .media-object img {
  max-width: 64px;
}

.list-group-item .h4 {
  font-size: 15px;
}

.panel-body.list-group {
  padding: 0;
}

#social-user {
  top: 10px;
  right: -3px;
  bottom: auto;
}

.slogan-social {
  padding-right: 32px;
}
.slogan-social.large {
  padding-right: 66px;
}

h3.offer-head {
  font-size: 12px;
}
h3.offer-head strong {
  font-size: 18px;
}

.encartPromos li {
  list-style: none;
  text-align: center;
}
.encartPromos ul {
  padding: 0;
}

.licence-block hr {
  margin: 5px 25% 15px;
}

#menu-pied {
  font-size: 12px;
}

.prix-zero .prix-valeur:before {
  content: "Appelez le centre";
}

.cms_form label {
  width: 150px;
  float: left;
}
.cms_form > div {
  margin-bottom: 10px;
}

.g-recaptcha {
  padding-left: 150px;
}

.centre-slide .item {
  height: 160px;
  overflow: hidden;
  margin-bottom: 5px;
}

iframe.conditions {
  height: 100vh;
  width: 100%;
}

/* Promo compressed display*/
.offer-label {
  /*display: none;*/
}

p.offer-sale {
  margin-bottom: 0;
}

li.offer-conditions:first-child {
  margin-top: -20px;
}

h3.offer-head {
  margin-top: 0;
}

p.offer-label {
  margin: 0;
}

.encartPromos p {
  margin: 0;
}

.encartPromos br {
  display: none;
}

.encartPromos li:after {
  content: "";
  height: 1px;
  display: block;
  width: 50%;
  border-bottom: 2px solid #AAA;
  margin: 6px auto;
}

.no-header .slogan {
  position: absolute;
  left: 300px;
  width: 685px;
}
.no-header .home-link {
  top: 15px;
  left: 0;
}

.retour-groupe {
  width: 100%;
  white-space: normal;
}

.nosupport {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 0px 0px 9999px rgba(255, 255, 255, 0.95);
  z-index: 1000;
  text-align: center;
  font-size: 20px;
  padding: 20px;
}

@supports (--css: variables) {
  .nosupport {
    display: none;
  }
}
/*Tools*/
.qtip-bootstrap .qtip-titlebar {
  background-color: #0089FE;
  color: #FFFFFF;
}

/*Theme*/
body {
  background-color: #222;
}

.backstrech {
  background-image: url(/images/fond_route.jpg);
  /*opacity: 0.8;*/
  background-size: cover;
  background-repeat: no-repeat;
}

.page {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  box-shadow: 1px 0px 10px -2px #333;
}

.page-header {
  background-size: cover;
}
.page-header a {
  text-decoration: none;
}
.page-header .adresse {
  background-color: rgba(0, 0, 0, 0.35);
}

.home-link.logo-holder {
  background-color: transparent;
}

.slogan {
  background-color: #EEEEEE;
  border-color: transparent;
}

a.panel-title {
  text-decoration: none;
}

a.list-group-item:hover {
  background-color: #F30012;
  color: #FFFFFF;
}
a.list-group-item.active {
  background-color: #0089FE;
}

/*Overrides per franchise color*/
.securitest .home-link,
.securitest .panel-default > .panel-heading,
.securitest .navbar-default .navbar-nav > li > a:hover,
.securitest a.panel-title:hover {
  background-color: #0062AB;
  color: white;
}
.securitest .home-link a,
.securitest .panel-default > .panel-heading a,
.securitest .navbar-default .navbar-nav > li > a:hover a,
.securitest a.panel-title:hover a {
  color: white;
}
.norisko .home-link,
.norisko .panel-default > .panel-heading,
.norisko .navbar-default .navbar-nav > li > a:hover,
.norisko a.panel-title:hover {
  background-color: #F6F217;
  color: black;
}
.norisko .home-link a,
.norisko .panel-default > .panel-heading a,
.norisko .navbar-default .navbar-nav > li > a:hover a,
.norisko a.panel-title:hover a {
  color: black;
}
.autocontrol .home-link,
.autocontrol .panel-default > .panel-heading,
.autocontrol .navbar-default .navbar-nav > li > a:hover,
.autocontrol a.panel-title:hover {
  background-color: #DD011F;
  color: black;
}
.autocontrol .home-link a,
.autocontrol .panel-default > .panel-heading a,
.autocontrol .navbar-default .navbar-nav > li > a:hover a,
.autocontrol a.panel-title:hover a {
  color: black;
}

.text-muted {
  color: #BBB;
}

/*# sourceMappingURL=q153side.css.map */