/* modif titre */
.containerTitle{
    position: relative;
    width: 100vw;

}

.containerTitle > img {
    width: 61%;
    margin: 0% 19%;
}

h1 {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    text-align: center;
    vertical-align: top;
    font-family: monospace;
}

.containerprofesseur {
    width: 51%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 25px;
}

.containerprofesseur > input {
    height: 33px;
    border-radius: 100%;
    padding: 0 23px;
    text-align: center;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 51px;
}

form > input {
    width: 33%;
    border-radius: 13px;
    border: none;
    box-shadow: 5px 5px 7px black;
    background-color: #f7daec;
}

form > input:hover{
    transform: scale(1.5);
}

.background{
    position: absolute;
    z-index: -1;
    height: 100vh;
    left: 50%;
    transform: translate(-50%, 0);
}

body{
    position: relative;
    background-color: #ffe3e2;
}