/*
Theme Name: Hotel Club Le Crêt
Description: Theme Responsive sur la base du starter theme Mojocom
Version: 1.0
Author: Agence Mojocom
Author URI: http://www.mojocom.fr
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

.player {
  position: relative;
  float: none;
  clear: both;
  width: 100%;
  height: 0;
  padding-top: 25px;
  padding-bottom: 56.25%;
}

.player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homeTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  text-shadow: 0px 5px 10px rgb(0 0 0);
}

.homeTitle__title {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 65px;
  line-height: 1;
  font-family: "Amelia Bold";
}

.homeTitle__top {
  color: #fff;
  font-size: 50px;
  line-height: 1.2;
  font-family: "Amelia Regular";
  text-transform: uppercase;
  letter-spacing: 6px;
}

.homeTitle__cta {
  background: #ad0a4e;
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  width: fit-content;
  margin: 20px auto;
  text-shadow: none;
}
