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.

215 lines
3.5 KiB

#id_1{
font-family: 'Syncopate', sans-serif;
margin: 0;
padding: 0;
overflow-x: hidden;
display: flex;
flex-direction:column;
background-color: black;
}
#id_1_1{
display: flex;
justify-content: flex-end;
overflow: hidden;
height: 100vh;
}
#id_1_1_1{
width: 0vw;
display: flex;
justify-content: flex-end;
align-items: center;
padding-right: 30vw;
background-color: rgb(73, 73, 73);
}
#id_1_1_1_1{
position: relative;
rotate: 320deg;
transform: scaleX(-1);
height: 100%;
width: auto;
z-index: -1;
top: 8vh;
left: 10vh;
}
#id_1_1_1_2{
color: white;
position: relative;
width: 100%;
z-index: 1;
}
#id_1_1_1_3{
position: absolute;
right: 0;
width: 30vw;
height: 100%;
object-fit: cover;
box-shadow: -20px 0 10px rgba(0, 0, 0, 0.5);
z-index: 0;
}
#id_1_1_2{
position: absolute;
align-self: flex-end;
width: 100%;
height: 100%;
object-fit: cover;
z-index:-2
}
#id_1_1_3{
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 7vh;
background-color: darkslategrey;
display: flex;
justify-content: space-around;
align-items: center;
z-index: 10;
}
.liens_dans_le_menu{
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
color: white;
}
.liens_dans_le_menu:hover{
color: black;
background-color: grey;
}
#id_1_2{
display:flex;
flex-direction: column;
align-items: flex-start;
}
.conteneur_des_images_de_fond_pour_galeries_et_liens{
width: 100%; /* Chaque div prend tt la largeur de l'écra */
height: 90vh; /* Chaque div prend tt la hauteur de l'écran */
display:flex;
align-items:center;
text-align: center;
}
.liens_sur_images_de_fond_pour_galeries{
display: flex;
height: 100%;
width: 100%;
align-self: flex-start;
justify-self: center;
object-fit: cover;
z-index: 1;
}
.images_de_fond_pour_galeries:hover{
filter: blur(2px);
}
.images_de_fond_pour_galeries{
height: 100%;
width: 100%;
align-self: flex-start;
justify-self: center;
object-fit: cover;
z-index: -1;
transition: filter 0.5s ease 0.1s;
}
#id_1_2_4_2{
position: absolute;
align-self: flex-end;
height: 50%;
width: 100vw;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0,0,0,1));
z-index:1;
}
#id_1_6{
position: relative;
top: 30vh;
display: flex;
flex-direction: column;
}
#id_1_6_1{
display: flex;
align-items: center;
justify-content: flex-start;
}
#id_1_6_1_1{
float: left;
height: 40vh;
width: auto;
}
.illustrations_pour_pages_de_vie{
position: relative;
height: 100%;
padding-right: 2vw;
padding-left: 2vw;
border-radius: 20%;
}
.illustrations_pour_pages_de_vie:hover{
filter: brightness(60%);
}
.paragraphes_pour_pages_de_vie{
color: white;
}
#id_1_6_2{
display: flex;
align-items: center;
justify-content: flex-end;
}
#id_1_6_2_1{
float: right;
height: 40vh;
width: auto;
}
.logos_réseaux_sociaux{
height: 10vh;
width: auto;
}
#id_1_6_3{
display: flex;
flex-direction: column;
align-items: flex-start;
margin-left:2vw;
}
#id_1_6_3_1{
color: white;
}
#id_1_6_3_2{
height: 60vh;
}
#id_1_6_3_2_1{
display: flex;
height: 100%;
flex-direction: column;
justify-content: space-around;
}