/*!
 *  Rubric - Page interne
 * Version - 1.1.1
 * Copyright (c) 2023 2A Digital
*/

#home {
    min-height: 75vh;
    height: 75vh;
}

#home.exponent {
    background: url('../../images/home/bienvenue-au-sirexe-2024.webp'), #fffcf7;
    background-position: bottom 0px right 0px;
    background-size: 50vw;
    position: relative;
    background-repeat: no-repeat;
}

#home.visitor {
    background: url('../../images/home/exposez-au-sirexe-2024.webp'), #fffcf7;
    background-position: bottom -100px right 0px;
    background-size: 50vw;
    position: relative;
    background-repeat: no-repeat;
}

#home-newsletter-form .form-control {
    background-color: transparent !important;
    border-color: var(--light) !important;
    color: var(--light) !important;
    font-size: 16px !important;
}

#home-newsletter-form .form-control::placeholder {
    color: var(--light) !important;
    font-size: 16px !important;
}

@media only screen and (max-width: 600px) {

    #home {
        min-height: 20vh !important;
        height: auto !important;
    }

    #home.exponent {
        background: url('../../images/home/bienvenue-au-sirexe-2024.webp'), #fffcf7;
        background-position: bottom;
        background-size: cover;
        position: relative;
        background-repeat: no-repeat;
    }

    #home.visitor {
        background: #fffcf7;
        background-position: top right;
        background-size: contain;
        position: relative;
        background-repeat: no-repeat;
    }

    /* For mobile phones: */
    #home.exponent {
        background-color: #fffcf7 !important;
    }

    #home.visitor {
        background-color: #fffcf7 !important;
    }
}