@charset "UTF-8";
/*
couleurs des planches unity
*/
/*
autres couleurs
*/
/* = #666666 rajouté de 50% de blanc US503519*/
/* boosted */
/* ONE-i*/
/* info ob1 Orange / Sosh*/
/*
creation d'une "etiquette" / "item"
 */
.sau-header-image-phone {
  text-align: center;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
}

@media (max-width: 960px) {
  .sau-header-image-phone {
    top: 5px;
    height: 112%;
  }
}
.sau-header {
  height: 229px;
}
@media (min-width: 960px) {
  .sau-header {
    height: 290px;
  }
}
.sau-header .sau-header-title {
  width: 320px;
}
@media (min-width: 960px) {
  .sau-header .sau-header-title {
    width: 412px;
    font-size: 42px;
  }
}
.sau-header .sau-header-image-new {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.sau-header .sau-header-image-new .sau-header-image-content {
  background-size: cover;
  height: 100%;
  background-position: 70%;
}

.sau-header-image {
  height: 100%;
  background-size: cover;
  background-position: 100%;
}
@media (max-width: 959px) {
  .sau-header-image {
    height: 229px;
    height: 14.3125rem;
  }
}
@media (max-width: 480px) {
  .sau-header-image {
    height: 170px;
    height: 10.625rem;
  }
}
@media (min-width: 960px) {
  .sau-header-image {
    min-height: 290px;
  }
}

.accordion {
  border-top: 1px solid #CCC;
}
.accordion .card {
  border-bottom-color: #CCC;
}
