You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

70 lines
1.2 KiB

* {
font-family: "Lato";
}
#navigation {
display: flex;
justify-content: flex-start;
padding-left: 1px;
height: 40px;
background-color: rgba(255, 207, 145, 0.815);
}
a{
text-decoration: none;
color: black;
font-family: "Lato", bold;
font-weight: 20px;
margin-left: 20px;
margin-inline: 30px;
margin-bottom: 20px;
margin-top: 10px;
text-align: left;
}
#liens{
text-decoration: none;
color: black;
font-family: "Lato", bold;
font-weight: 20px;
margin-left: 20px;
margin-inline: 30px;
margin-bottom: 20px;
text-align: left;
}
#formulaire{
display: flex;
border-radius: 4px;
padding: 70px;
margin: 40px;
position: absolute;
top: 30%;
left: 10%;
border-right: 20px;
flex-direction: column;
justify-content: flex-start;
align-items: center;
position: fixed;
border-radius: 6px;
background-color: white;
}
button {
background-color: black;
border: solid 2px black;
border-radius: 4px;
padding: 20px;
text-align: center;
color:white;
}
button:hover {
background-color: white;
color: black;
}
img {
width: 90vw;
flex-direction: column;
align-items: center;
margin-left: 30px;
}