*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.background-cover{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}
.slick-track{
  display:flex;
}
.main{
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.slide{
    background-repeat: no-repeat;
    background-size: cover;
  	height:100vh;
}

.slide.slide--1{
  	background-image: url("../images/tempest.jpg");
}
/*.slide.slide--2{*/
/*  	background-image: url("../images/SE5_2.jpg");*/
/*}*/
/*
.slide.slide--3{
  	background-image: url("../images/ER3.jpg");
}

.slide.slide--4{
  	background-image: url("../images/R6E4.jpg");
}
*/


body {
    font-size: 15px;
    line-height: 1.428571429;
    color: #909090;
  	/*background-image: url("../images/R6E2.jpg");
  	background-repeat: no-repeat;
    background-size: cover;*/
}
h1{
    font-weight: 300;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
}
small {
    font-size: 80%;
}
h1 small{
    font-weight: normal;
    line-height: 1;
    color: #999;
}
.countdown-title {
    text-align: center;
    font-size: 3em;
    width: fit-content;
    min-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    background: black;
    opacity: 0.8;
    padding: 30px;
    border-radius: 100px;
}
.text-center {
    text-align: center;
    background: black;
    opacity: 0.8;
    margin: auto;
    min-width: 500px;
    width: fit-content;
    padding: 50px;
    color: white;
    border-radius: 200px;
}
.timer_rounded .bloc {
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-block;
    margin: 24px 24px;
    padding: 12px 12px 0;
    text-align: center;
    width: 124px;
    height: 124px;
}
.timer_rounded .bloc p.number {
    font-size: 48px;
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: 300;
    line-height: 1.2;
}
.timer_rounded .bloc p {
    margin-top: 0;
}
form .timer_rounded .bloc {
    margin: 0 2px !important;
}