/* -- FONT -- */
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900");


/* -- Global -- */
*, body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
html, body {
    height: 100%;
}
.coming-soon {
    position: relative;
    background-color: #FFFFFF;
    height: 100%;
    z-index: 1;
}
.coming-soon > .row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
}

/* -- Logo de gauche -- */
.left-logo {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 550px;
    min-height: 700px;
    height: 100%;
    overflow: hidden;
    background-color: #FFFFFF;
    padding: 60px;
    text-align: center;
    z-index: 999;
}
.left-logo:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.left-logo .info-logo {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.left-logo .info-logo img {
    width: 100%;
    max-width: 378px;
}
.left-logo .bg {
    position: absolute;
    opacity: 0.23;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.left-logo.on-top {
    z-index: 99999;
    padding: 20px;
}

/* -- Logo de droite -- */
.right-logo {
    margin-top: -40px;
    margin-bottom: 100px;
}
.right-logo img {
    width: 200px;
}
.right-logo a {
    display: inline-block;
}
.right-logo .logo img {
    width: 200px;
}
.right-logo .logo img.logo-size {
    opacity: 0 !important;
}
.no-side .right-logo {
    margin-bottom: 40px;
}

/* -- Social -- */
.form-content .logo-social {
    margin-top: -40px;
    margin-bottom: 100px;
}
.form-content .logo-social .right-logo {
    margin-top: 0;
    margin-bottom: 0;
}
.form-content .logo-social .social {
    margin-top: 0;
    text-align: right;
}
.social {
    margin-top: 30px;
}
.social a {
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    margin-right: 10px;
}
.social a:last-child {
    margin-right: 0;
}
.social a i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 25px;
    text-align: center;
    padding-top: 5px;
    font-size: 17px;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social a i:hover, .social a i:focus {
    opacity: 0.4;
}
.social.no-bg-icon a {
    margin-right: 0;
}
.social.no-bg-icon a i {
    background-color: transparent;
}


/* -- Form -- */
.form {
    position: relative;
    margin-left: 550px;
    width: 100%;
    height: 100%;
}
.form .form-content {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 125px 60px 60px;
    height: 100%;
}
.form .form-content ::-webkit-input-placeholder {
    color: #526489;
}
.form .form-content :-moz-placeholder {
    color: #526489;
}
.form .form-content ::-moz-placeholder {
    color: #526489;
}
.form .form-content :-ms-input-placeholder {
    color: #526489;
}
.form.custom-bg {
    background-color: transparent !important;
    z-index: 9999;
}
.form.custom-bg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #432F75;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    /* Pour mettre une ligne oblique entre les 2 couleurs de fond : */
    -webkit-transform: skewX(-15deg) scaleX(0.8);
    -moz-transform: skewX(-15deg) scaleX(0.8);
    -ms-transform: skewX(-15deg) scaleX(0.8);
    transform: skewX(-15deg) scaleX(0.8);
}
.form.custom-bg:after {
    position: absolute;
    content: "";
    width: 70%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #432F75;
    z-index: -1;
}
.form.custom-bg .form-content {
    background-color: transparent !important;
}
.form-content form {
    margin-bottom: 36px;
    text-align: left;
}
.form-content h3 {
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 20px;
}
.form-content p {
  color: #FFFFFF;
  text-align: left;
}

/* -- Countdown -- */
.form-content .time-counter .count {
    text-align: center;
    border-right: 1px solid #D5D5D5;
}
.form-content .time-counter .count .num {
    font-size: 36px;
    font-weight: 100;
    color: #FFFFFF;
}
.form-content .time-counter .count .label {
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
}
.form-content .time-counter .count:first-child .num {
    font-weight: 400;
}
.form-content .time-counter .count:last-child {
    border-right: 0;
}
.form-content .time-counter.other-style .count {
    border: 0;
}


/* -- 2 - Responsive Styles -- */
@media (max-height: 700px) {
    .coming-soon {
        height: initial;
        min-height: 100%;
    }
    .left-logo {
        position: fixed;
    }
    .form .form-content {
        display: block;
    }
}

@media (max-width: 991px) {
    .left-logo {
        display: none;
    }
    .form {
        margin-left: 0;
    }
    .form .form-content {
        display: block;
        padding: 155px 40px 80px;
    }
    .coming-soon.without-side .img-holder {
        display: inline-block;
    }
    .coming-soon.without-side .form-holder .form-content {
        padding: 125px 30px 60px;
    }
}
