@media (min-width: 1220px) {.SearchLabel .fa{background:#00a6b5;color:#fff}}.BoxHover:hover{box-shadow:1px 1px 10px #00a6b5}.SearchBar .GreenButton .ui-button-text{background-color:#00a6b5}.SiteTopBar{background-color:rgba(0,166,181,0.8)}:root{--color:#00a6b5!important;--color-rotation:184.2818896673894deg!important;}.button, .button span.ui-button-text, .customButton span.ui-button-text{background-color:#00a6b5!important;}/* Couleur du fond de la page */
body {
  background-color: #ffe5d9 !important;
}
/* Aspect et couleurs des boutons */
.ui-button, .ui-button-text {
  border-radius:0px !important;
  background-color: #00a6b5 !important;
}
.button span.ui-button-text:hover, .ui-button-text::before{
  background-color:#008793 !important;
}
/* Aspect et couleurs du bouton d'affichage des tarifs */
section.room div.details .offers {
  background-color: #00a6b5 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px !important;
}
section.room div.details .offers:hover {
  background-color: #008793;
}