.page-template-template_lpdf_temporary {
    padding: 0;
    height: 100%;
    margin: 0;
}
.lpdf__temporary,
.lpdf__temporary-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    text-align: center;
}
.lpdf__temporary-top {
    padding: 70px 10% 160px;
    font-family: 'LouvreSansMedium';
    background: url('../img/panier-de-fraises/temp_img.jpg') no-repeat bottom center;
    background-size: cover;
    height: calc(100vh - 270px);
    width: 100%;
    min-height: 800px;
    color: white;
    box-sizing: border-box;
}

.temp__socials {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
    padding: 0;
}
.temp__social svg {
    fill: white;
    will-change: transform;
    transform: scale(1);
    transition: transform 600ms ease-in-out;
}
.temp__social:hover svg {
    transform: scale(1.1);
}

.temp__title {
    font-family: 'LouvreSansRegular';
    font-size: 54px;
    line-height: 1;
}

.temp__countdown {
    display: flex;
    gap: 50px;
    margin-bottom: 35px;
}

.temp__time {
    font-family: 'LouvreSansRegular';
    font-size: 115px;
    line-height: 1;
}

.temp__time-label {
    font-family: 'LouvreSansRegular';
}

.temp__content {
    max-width: 850px;
    margin: 0 auto;
}

.temp__description {
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 28px;
}

.temp__form-container {
    font-family: 'Roboto';
    font-size: 18px !important;
    line-height: 28px !important;
    margin-top: 42px;
}

.temp__form-container .gform_heading {
    display: none;
} 

.temp__form-container .gform-body {
    position: relative;
    width: 80%;
    max-width: 488px;
    margin: 0 auto;
}
.temp__form-container .gform-body .ginput_container_email input {
    width: 100%;
    border: 1px solid white;
    color: white !important;
    padding-right: 170px;
    margin-bottom: 20px;
}
.temp__form-container .gform-body .ginput_container_email input::placeholder {
    color: white !important;
}

.temp__form-container .gform-body .ginput_container.ginput_container_consent {
    font-size: 13px;
    line-height: 19px;
}

.temp__form-container .gform-body #field_submit {
    position: absolute;
    top: 5px;
    right: 5px;
    height: calc(100% - 10px);
}
.temp__form-container .gform-body #field_submit input {
    padding: 0 40px;
    background-color: white;
    color: black;
    height: 42px;
    cursor: pointer;
    border: none;
}

.lpdf__temporary-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: black;
    padding: 35px 5% 20px;
    width: 100%;
    gap: 30px;
    font-size: 12px;
    font-family: 'Roboto';
    color: #7b7b7b;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    
    .lpdf__temporary-top {
        padding: 35px 5% 80px;
        background: url('../img/panier-de-fraises/m-temp_img.jpg') no-repeat bottom center;
        background-size: cover;
        width: 100%;
        min-height: inherit;
        height: 100vh;
    }
    .temp__title {
        font-family: 'LouvreSansRegular';
        font-size: 30px;
    }
    
    .temp__countdown {
        gap: 20px;
    }
        
    .temp__time {
        font-family: 'LouvreSansRegular';
        font-size: 60px;
        line-height: 1;
    }
 
    .temp__description {
        font-family: 'Roboto';
        font-size: 14px;
        line-height: 24px;
    }
    .temp__description br {
        display: none;
    }
    
    .temp__form-container {
        font-family: 'Roboto';
        font-size: 14px !important;
        line-height: 24px !important;
        margin-top: 25px;
    }
    
    .temp__form-container .gform-body #field_submit input {
        padding: 0 25px;
        height: 38px;
    }
    
    .temp__form-container .gform-body .ginput_container_email input {
        padding-right: 120px;
    }
        
}