html {
font-family: roboto, sans-serif;
color: white;
}
#entete {
display: flex;
justify-content: center;
}
#entete, #accueil > div:last-child > div {
margin-left: auto;
margin-right: auto;
background-color: rgba(0,0,0,0.5);
color: white;
padding: 10px;
-webkit-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.5);
box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.5);
margin-bottom: 25px;
}
h1,h2,h3,h4,nav {
font-family: roboto, sans-serif;
}
h1 {
margin:0;
}
#logo {
width: 235px;
}
#titre {
display: flex;
flex-direction: column;
margin: auto 0;
text-align: center;
padding: 0 10px;
}
.icone {
width: 34%;
border: 3px solid black;
border-color: inherit;
border-radius: 50%;
padding: 20px;
}
img, svg {
max-width: 100%;
max-height: 100%;
}
svg {
fill: white;
stroke-width: 0;
}
main img {
filter: invert(100%);
}
h2 {
text-align: center;
}
ul, ol {
list-style: none;
margin: 0;
padding: 0;
display: flex;
}
a {
color: inherit;
text-decoration: none;
}
nav ul li {
margin: auto 6px;
}
nav ol li{
padding: 0 2px;
border-right: 1px solid #504F4F;
border-collapse: collapse;
}
nav ol li:last-child{
border: 0;
}
li a {
color: white;
}
ol li a {
padding: 0 15px;
display: flex;
height: 100%;
width: 100%;
box-sizing: border-box;
align-items: center;
}
nav {
margin: -8px -8px 0;
position: sticky;
top: 0;
background-color: #2f2e2e;
z-index: 1;
}
section > *:not(.background-image), nav div {
max-width: 1100px;
}
section {
align-items: center;
padding-top: 60px;
margin-top: -20px;
min-height: 100vh;
justify-content: center;
display: flex;
flex-direction: column;
position: relative;
}
nav div {
margin: auto;
display: flex;
justify-content: space-between;
padding: 8px;
max-width: 1100px;
}
#qui, #contact {
padding-left: 30px;
padding-right: 30px;
}
#accueil {
padding-top: 75px;
display: flex;
flex-direction: column;
}
#accueil>div:last-child {
flex: 1 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
}
#contact > form > div {
display: flex;
justify-content: space-around;
padding: 0 20%;
}
form {
width: 100%;
}
#input {
display: flex;
flex-direction: column;
justify-content: space-around;
}
#contact div > div {
width: 40%;
}
form button {
margin-left: calc(80% - 97px);
background-color: #2f2e2e;
color: white;
border: 0;
padding: 4px 10px;
}
#accueil .background-image {
top: 0;
background-image: url("https://static.wixstatic.com/media/809106_a54ac556210f4ada8dd7ad3af6fb9fe0~mv2_d_2237_2237_s_2.jpg/v1/fill/w_1920,h_1920,al_b,q_85,usm_0.66_1.00_0.01/809106_a54ac556210f4ada8dd7ad3af6fb9fe0~mv2_d_2237_2237_s_2.webp");
}
#qui .background-image {
background-image: url("https://static.wixstatic.com/media/1e47b2_cd5df08585b64f40a575e620ed3bf997.jpg/v1/fill/w_1903,h_650,al_c,q_85,usm_0.66_1.00_0.01/1e47b2_cd5df08585b64f40a575e620ed3bf997.webp");
}
#contact .background-image {
background-image: url("https://static.wixstatic.com/media/809106_a54ac556210f4ada8dd7ad3af6fb9fe0~mv2_d_2237_2237_s_2.jpg/v1/fill/w_1920,h_1920,al_b,q_85,usm_0.66_1.00_0.01/809106_a54ac556210f4ada8dd7ad3af6fb9fe0~mv2_d_2237_2237_s_2.webp");
}
.background-image {
position: absolute;
top: 40px;
width: calc(100% + 16px);
object-position: 50% 100%;
background-size: cover;
background-position: center bottom;
background-repeat: no-repeat;
height: 120%;
transform: matrix(1, 0, 0, 1, 0, 0);
margin: 0px;
z-index: -1;
left: -8px;
}