/*
Theme Name:         
Description:       	Thème de base STRAT ENGINE. 
Version:            1.0
Author:             Strat Engine
Author URI:         https://www.strat-engine.com/
*/

/***HOME***/

.hebergement-card {
  transition: 0.4s !important;
}
.hebergement-title span,
.hebergement-icon {
  transition: 0.4s !important;
}

/*HOVER*/
@media (min-width: 993px) {
  .hebergement-text-interne {
    position: absolute !important;
    bottom: -500px !important;
    transition: 0.8s !important;
  }

  .hebergement-card:hover {
    width: 150% !important;
  }

  .hebergement-card:hover .hebergement-title span {
    color: transparent !important;
  }

  .hebergement-card:hover .hebergement-text-interne {
    bottom: 0px !important;
  }
  .hebergement-card:hover .hebergement-icon {
    transform: rotate(-45deg) !important;
  }

  /*AVIS CLIENT*/
  .gs-header,
  .gs-footer {
    display: none !important;
  }

  /*IMG */

  .img-full-height {
    object-fit: cover !important;
    height: 100% !important;
    width: 100% !important;
  }
}
