body{
    background-color: whitesmoke;
}
header{
    width:100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.headercontainer{
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 75px;
    width: 92%;
    border: 0px rgb(0, 0, 0) solid;
}

main{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 3.125rem;
}
.ListeMatériel{
    width: 92%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    border: 0px rgb(0, 0, 0) solid;
}

.Departement{
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 5.3125rem;
    letter-spacing: 1.25rem;
    padding: 1.25rem;
    margin-top: 3.125rem;
    
}

#Camera{
    color: #6d9eeb;
}
#Lumiere{
    color: #ffd966;
}

#Machinerie{
 color:#e06666;
}

#Son{
    color:#8e7cc3;
}
#Autres{
    color :#7cc38e
}

.Kit{
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 3.125rem;
    letter-spacing: 0.3125rem;
    
}

.Description{
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 1.5625rem;
}

#Ventouses{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
    line-height: 4rem;
}

ul{
    list-style: none;

}

ul li{
    padding: 0.3125rem;
    color: rgb(112, 112, 112);
}

button{
    background-color: rgba(245, 245, 220, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(0, 0, 0);
    border: none;
    font-size: 2rem;
    height: fit-content;
    font-family: 'Montserrat';
    font-weight: bold;
    text-decoration: none;
    padding: 1rem;
    transition: 0.2s ease-in-out;
    cursor:pointer;
}

button:hover{
    color: green;
    text-shadow: 0.4rem 0.4rem 0rem rgba(0, 128, 0, 0.411);
    opacity: 0.5;
}