/* * {
    font-family: Alegreya, serif;
} */

body {
    background-image: url(https://lacarteblanche79.fr/wp-content/uploads/2021/10/Piano-recadre-4000x1952-1-scaled.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

h2 {
    font-family: Alegreya, serif;
    font-size: 2.5em;
    font-weight: bold;
    /* color: #ffffff; */
}

.logoImg {
    height: 300px;
}

.formulaire {
    margin-top: 50vh;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: rgba(244, 244, 245, 0.64);
    border-radius: 10px;
    margin-left: 5vw;
    margin-right: 5vw;
    font-weight: bold;
    /* padding-bottom: 5vh; */
}

.button-envoyer {
    margin-bottom: 2%;
}

.background {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    height: auto;
    z-index: -2;
    transform: translateY(-50%);
}

.titre {
    margin-left: 50vh;   
}

.form-text {
    font-size: 1.2em;
}

.iframe-video,object,embed {
    position: relative;
    width: auto;
    height: 100%;
    /* pointer-events: none; */
    /* margin-left: 10%; */
    margin-right: auto;
}

/* .iframe-chat {
    position: absolute;
    margin-left: 80%;
    width: 20%;
    height: 100%;
    background-color: rgba(253, 18, 18, 0.541);
} */

.iframe-reaction {
    position: relative;
    /* margin-top: 39%; */
    width: 100%;
    height: 5%;
    align-items: center;
    margin-bottom: 0%;
}

.conseils {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.625);
}

.conseil1 {
    padding-top: 2%;
}

.logout {
    background-color: rgba(255, 255, 255, 0.701);
    margin-top: 20%;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
    border-radius: 10px;
    padding-top: 2%;
    padding-bottom: 2%;
}

/* .chat-box {
    position: absolute;
    margin-right: 0%;
    /* margin-left: 0%;
    margin-bottom: 5%;
} */


@media (orientation: portrait) {
    .titre {
        margin-left: 18vh;
        font-size: 2.7em;
    }

    .formulaire {
        margin-top: 10vh;
    }

    .conseils {
        display: none;
    }

    .conseil1 {
        display: none;        
    }

    .formulaire {
        margin-left: 3vh;
        margin-right: 3vh;
        font-size: 2.5em;
        /* translate: translateX(-500%); */
    }

    .form-text {
        font-size: 1em;
    }

    .form-control {
        font-size: 1.2em;
    }

    .fs-4 {
        font-size: 1.6em;
    }

    .button-envoyer {
        margin-bottom: 1%;
        font-size: 0.5em;
    }
}