
.carousel-arrow {
  font-size: 8rem;
  font-weight: 300;
  color: #ee7202;
}
.login {
  position: relative;
}
.login .lost-password {
  display: inline-block;
  margin-top: 8px;
  color: #d61126;
  font-weight: 600;
}
.login .checkbox-custom {
  margin-top: 8px;
}
.login .welcome-word {
  font-size: 2.5rem;
}
.login .login-block > form {
  padding-top: 50px;
}
.login .verif-etab {
  font-size: 1.8rem;
}
#btn-action-login .btn-opened {
  color: #ee7202;
}
.promotions {
  margin-bottom: 0;
}
.promotions .promotions-bg {
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(-45deg,#bf4930,#bf4930 1px,#cf4f34 1px,#cf4f34 6px);
}
.promotions .carousel-inner img {
  display: block;
  margin: 0 auto 25px;
  width: 225px;
  height: 225px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
}
.promotions .promotions-details {
  text-align: center;
}
.promotions .promotions-details > h2 {
  margin-bottom: 10px;
  color: #fff;
}
.promotions .promotions-details .promotions-text {
  line-height: 1.1;
  font-weight: 600;
  color: #ffba00;
  font-size: 3rem;
}
.promotions .promotions-details .promotions-text > span {
  font-weight: 900;
  font-size: 5rem;
}
.promotions .promotions-details .btn {
  margin-top: 15px;
}
.promotions .carousel-indicators {
  margin-bottom: 0;
  margin-top: 25px;
}
.promotions .carousel-indicators > li {
  width: 40px;
  height: 40px;
  padding: 6px 0 0 6px;
  margin: 0 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
}
.promotions .carousel-indicators .active {
  background-color: transparent;
}
.promotions .carousel-indicators .active::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}
.promotions .carousel-arrow {
  color: #fff;
}
.promotions .carousel-arrow:hover {
  color: #333;
}
.details-pro .visuel {
  margin: 0 auto 40px;
}
.details-pro .visuel.visuel-2 {
  background-position: right top;
}
.details-pro .visuel.visuel-3 {
  background-position: left bottom;
}
.details-pro .visuel.visuel-4 {
  background-position: right bottom;
}
.temoignages .temoignages-bg {
  width: 100%;
  padding: 25px 0;
  background: repeating-linear-gradient(-45deg,#e0e0e0,#e0e0e0 1px,#efefef 1px,#efefef 6px);
}
.temoignages .row-flex-all-device {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 150px;
}
.temoignages .temoignages-avatar {
  position: relative;
  height: 225px;
  width: 225px;
  margin: 0 auto;
}
.temoignages .temoignages-avatar::before {
  font-family: 'petitfute';
  content: "\e906";
  position: absolute;
  left: -25px;
  bottom: 50px;
  line-height: 0;
  font-size: 8rem;
  color: #ee7202;
}
.temoignages .temoignages-avatar img {
  display: block;
  width: 225px;
  height: 225px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ee7202;
}
.temoignages .temoignages-text {
  font-style: italic;
}
.temoignages .temoignages-text > sup {
  color: #ee7202;
  font-size: 2.5rem;
  top: 5px;
}
.temoignages .temoignages-title {
  font-size: 1.6rem;
  text-align: center;
  color: #ee7202;
}
.temoignages .carousel-inner .item p:last-child {
  margin-bottom: 0;
}
.numbers {
  text-align: center;
}
.numbers .number {
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
  text-shadow: #ee7202 2px 2px, #ee7202 -2px 2px, #ee7202 -2px -2px, #ee7202 2px -2px;
  font-size: 6rem;
  line-height: 1.1;
}
@media screen and (min-width: 1200px) {
  .login .row-flex > .form-group {
    padding: 0 15px;
    width: 37%;
  }
  .login .row-flex > .form-group:last-child {
    width: 28%;
    padding-right: 0;
  }
  .login .row-flex .btn {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .numbers .row-flex {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .numbers .row-flex > div {
    width: 33%;
  }
}
@media screen and (max-width: 992px) {
  .details-pro .row > div {
    margin-bottom: 5rem;
  }
  .details-pro .row > div:last-child {
    margin-bottom: 0;
  }
  .details-pro .visuel {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .login .row-flex {
    position: relative;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .login .row-flex > .form-group:last-child {
    text-align: right;
  }
  .login form > div:first-child::before {
    position: absolute;
    left: 0;
    top: 20%;
    -webkit-transform: translate(0,-20%);
    -moz-transform: translate(0,-20%);
    -ms-transform: translate(0,-20%);
    -o-transform: translate(0,-20%);
    transform: translate(0,-20%);
  }
  .login .form-group {
    margin-left: 80px;
  }
  .numbers .number {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .login-block form > div:first-child::before {
    font-family: 'petitfute';
    line-height: 40px;
    font-size: 6rem;
    color: #ee7202;
  }
  #form-login > div:first-child::before {
    content: "\e907";
  }
  #form-etablissement > div:first-child::before {
    content: "\e90b";
  }
  #search-etablissement {
    position: relative;
  }
  .details-pro .visuel {
    width: 300px;
    height: 300px;
    background: url("/images/home/sprite.png") no-repeat;
  }
}
@media screen and (min-width: 480px) {
  #btn-action-login {
    margin-top: 25px;
  }
  #btn-action-login .btn {
    min-width: 200px;
    margin-left: 70px;
    width: auto;
  }
  #btn-action-login .btn:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #btn-action-login .btn {
    min-width: 190px;
    margin-left: 10px;
    width: auto;
    font-size: 2rem;
  }
  #btn-action-login .btn:first-child {
    margin-left: 0;
  }
  .numbers .row-flex > div {
    margin-top: 5rem;
  }
  .numbers .row-flex > div:first-child {
    margin-top: 0;
  }
  .details-pro .visuel {
    width: 150px;
    height: 150px;
    background: url("/images/home/sprite-mobile.png") no-repeat;
  }
}
@media screen and (max-width: 479px) {
  .carousel-arrow {
    font-size: 5rem;
  }
  #btn-action-login {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit- flex;
    display: -ms-flexbox;
    display: -ms- flex;
    display: flex;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  #btn-action-login > .btn {
    padding: 10px;
    min-width: auto;
    line-height: normal;
    margin-left: 10px;
    width: 50%;
    height: 70px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 1.6rem;
  }
  #btn-action-login > .btn:first-child {
    margin-left: 0;
  }
  .promotions .carousel-inner img {
    width: 170px;
    height: 170px;
  }
  .temoignages .temoignages-avatar {
    height: 170px;
    width: 170px;
  }
  .temoignages .temoignages-avatar::before {
    left: -5px;
    bottom: 40px;
    font-size: 5rem;
  }
  .temoignages .temoignages-avatar img {
    width: 170px;
    height: 170px;
  }
  .numbers .number {
    text-shadow: #ee7202 1px 1px, #ee7202 -1px 1px, #ee7202 -1px -1px, #ee7202 1px -1px;
    font-size: 4rem;
  }
}
.welcome {
  padding: 20px 15px 0;
  text-align: center;
  font-size: 2.2rem;
}
.nouveaute-espacepro {
  padding: 30px 0 25px;
  text-align: center;
  background: repeating-linear-gradient(-45deg,#e0e0e0,#e0e0e0 1px,#efefef 1px,#efefef 6px);
}
.nouveaute-espacepro .h3 {
  margin-bottom: 2rem;
  color: #ee7202;
}
.nouveaute-espacepro p {
  font-weight: 300;
}
.etablissements .etablissements-details {
  position: relative;
  padding: 25px;
  margin-bottom: 30px;
  border: 1px solid #000;
}
.etablissements .etablissements-details.premium {
  border-color: #ffba00;
}
.etablissements h2 {
  margin-bottom: 15px;
  color: #333;
  text-transform: uppercase;
  font-size: 2.5rem;
}
.banner-feature {
  position: relative;
  padding: 40px 15px 15px;
  width: 100%;
  margin-left: auto;
  border: 1px solid #000;
  text-align: center;
  -webkit-flex: 0 0 250px;
  -moz-flex: 0 0 250px;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
}
.banner-feature .pf-menu-carte {
  color: #ee7202;
  font-size: 3.2rem;
}
.banner-feature .banner-feature-title {
  position: absolute;
  left: 50%;
  top: -12px;
  padding: 3px;
  color: #ee7202;
  text-transform: uppercase;
  font-size: ;
  font-weight: bold;
  background-color: #fff;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.banner-feature-chambre {
  position: relative;
  padding: 40px 15px 15px;
  width: 100%;
  margin-left: auto;
  border: 1px solid #000;
  text-align: center;
  -webkit-flex: 0 0 350px;
  -moz-flex: 0 0 350px;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
}
.banner-feature-chambre .pf-bed {
  color: #ee7202;
  font-size: 45px;
}
.banner-feature-chambre .banner-feature-title {
  position: absolute;
  left: 50%;
  top: -12px;
  padding: 3px;
  color: #ee7202;
  text-transform: uppercase;
  font-size: ;
  font-weight: bold;
  background-color: #fff;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.banner-feature-sejour {
  position: relative;
  padding: 40px 15px 15px;
  width: 100%;
  margin-left: auto;
  border: 1px solid #000;
  text-align: center;
  -webkit-flex: 0 0 350px;
  -moz-flex: 0 0 350px;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
}
.banner-feature-sejour .pf-sejour {
  color: #ee7202;
  font-size: 30px;
}
.banner-feature-sejour .banner-feature-title {
  position: absolute;
  left: 50%;
  top: -12px;
  padding: 3px;
  color: #ee7202;
  text-transform: uppercase;
  font-size: ;
  font-weight: bold;
  background-color: #fff;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
@media screen and (min-width: 768px) {
  .etablissements h2 {
    text-align: left;
  }
}
@media screen and (max-width: 991px) {
  .etab-link {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit- flex;
    display: -ms-flexbox;
    display: -ms- flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  .etab-link span {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }
  .visuel {
    margin-top: -110px;
  }
  .etab-link span {
    margin-bottom: 0;
  }
  .etablissements {
    text-align: center;
  }
  .etablissements .etablissements-adresse {
    margin-top: 20px;
  }
  .etablissements .etablissements-details {
    margin-top: 110px;
  }
  .etablissements .etab-link {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit- flex;
    display: -ms-flexbox;
    display: -ms- flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .etablissements .etab-link a {
    display: inline-block;
    margin: 0;
    padding: 5px 0;
  }
  .etablissements .etab-link > span {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .etablissements .etablissements-details {
    margin-top: 90px;
  }
  .etablissements .hidden-mobile {
    display: none;
  }
  .visuel {
    margin-top: -90px;
  }
}
.autocomplete-suggestion {
  font-size: 1.4rem;
}
.marge-search {
  margin-bottom: 5rem;
}
