92 lines
No EOL
1.6 KiB
CSS
92 lines
No EOL
1.6 KiB
CSS
.anim-text {
|
|
display: none;
|
|
opacity: 0;
|
|
}
|
|
|
|
.presentation {
|
|
overflow: hidden;
|
|
width: 100%;
|
|
height: 30rem;
|
|
display: flex;
|
|
background-image: url("../assets/cabinet-avocats-900x601.jpeg");
|
|
background-position-y: 100%;
|
|
background-size: cover;
|
|
position: relative;
|
|
}
|
|
|
|
.presentation-text {
|
|
width: 100%;
|
|
margin: 14rem 2rem;
|
|
padding: 0 0 0 2rem;
|
|
z-index: 1;
|
|
font-size: larger;
|
|
color: var(--color-dark);
|
|
}
|
|
|
|
.presentation-img {
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 10;
|
|
}
|
|
|
|
.photosaoul {
|
|
max-width: inherit;
|
|
height: inherit;
|
|
float: right;
|
|
display: none;
|
|
margin-top: auto;
|
|
}
|
|
|
|
.whiteband {
|
|
background-color: rgba(255, 255, 255, 0.3);
|
|
backdrop-filter: blur(16px);
|
|
height: 10rem;
|
|
top: 40%;
|
|
position: absolute;
|
|
}
|
|
|
|
.description {
|
|
background-color: var(--color-main-light);
|
|
width: 100%;
|
|
height: auto;
|
|
display: flex;
|
|
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
|
|
position: relative;
|
|
}
|
|
|
|
.description-text {
|
|
font-family: 'Josefin Sans', sans-serif;
|
|
color: black;
|
|
width: 100%;
|
|
margin: 2rem 2rem;
|
|
word-wrap: break-word;
|
|
overflow: clip;
|
|
text-align: justify;
|
|
}
|
|
|
|
.description-text em {
|
|
color: var(--color-dark);
|
|
}
|
|
|
|
.description-img {
|
|
width: 100%;
|
|
height: auto;
|
|
margin: 0 2rem;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.billboard {
|
|
max-width: 30rem;
|
|
height: auto;
|
|
float: right;
|
|
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
|
|
}
|
|
|
|
.profilepic {
|
|
max-width: 25rem;
|
|
height: auto;
|
|
float: right;
|
|
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
|
|
} |