2023-07-14 09:57:56 +00:00
|
|
|
|
|
|
|
.adhesion-body {
|
|
|
|
overflow: hidden !important;
|
2023-07-14 10:20:15 +00:00
|
|
|
height: 100%;
|
2023-07-14 09:57:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.root {
|
2023-07-14 10:20:15 +00:00
|
|
|
overflow: hidden;
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
|
2023-07-14 09:57:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.adhesion-container {
|
|
|
|
background-color: black;
|
|
|
|
width: 100%;
|
2023-07-14 10:20:15 +00:00
|
|
|
flex-grow: 1;
|
|
|
|
// height: 100%;
|
|
|
|
// min-height: 100%;
|
|
|
|
// height: 90vh;
|
2023-07-14 09:57:56 +00:00
|
|
|
|
|
|
|
.video-presentation {
|
|
|
|
height: 100%;
|
|
|
|
iframe {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.adhesion {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.adhesion-footer {
|
|
|
|
width: 100%;
|
2023-07-14 10:20:15 +00:00
|
|
|
height: auto;
|
2023-07-14 09:57:56 +00:00
|
|
|
padding: 1rem 0;
|
|
|
|
|
2023-07-14 10:20:15 +00:00
|
|
|
background-color: $background;
|
2023-07-14 09:57:56 +00:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.adhesion-btns {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
background-color: white;
|
|
|
|
opacity: 0.8;
|
|
|
|
transition: 0.2s all;
|
|
|
|
|
|
|
|
.btn__icon {
|
|
|
|
margin-right: 1rem;
|
|
|
|
width: 2rem;
|
|
|
|
height: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscribe-button {
|
|
|
|
text-transform: uppercase;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
border-radius: 35px;
|
|
|
|
color: black;
|
|
|
|
text-decoration: none;
|
|
|
|
padding: .7rem 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.socials {
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
list-style-type: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
li {
|
|
|
|
background-color: white;
|
|
|
|
border-radius: 50%;
|
|
|
|
|
|
|
|
width: 3rem;
|
|
|
|
height: 3rem;
|
|
|
|
margin-right: 1rem;
|
2023-07-14 10:20:15 +00:00
|
|
|
|
|
|
|
&:last-of-type {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2023-07-14 09:57:56 +00:00
|
|
|
a {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
|
|
|
svg {
|
|
|
|
display: block;
|
|
|
|
padding: .7rem;
|
|
|
|
fill: black;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-07-14 10:20:15 +00:00
|
|
|
// @media (min-height: 800px) and (max-height: 900px) {
|
|
|
|
// .body {
|
|
|
|
// display: none;
|
|
|
|
// }
|
|
|
|
// .adhesion-container {
|
|
|
|
// height: 76vh !important;
|
|
|
|
// }
|
|
|
|
// .adhesion-footer {
|
|
|
|
// height: 100% !important;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
|
|
|
|
@media (max-width: $mobile-breakpoint) {
|
2023-07-14 09:57:56 +00:00
|
|
|
.adhesion-footer {
|
2023-07-14 10:20:15 +00:00
|
|
|
height: auto;
|
2023-07-14 09:57:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.adhesion-footer {
|
|
|
|
.subscribe-button {
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
.adhesion-btns {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
.socials {
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-07-14 10:20:15 +00:00
|
|
|
|
|
|
|
// @media (max-width: $xs-breakpoint) {
|
|
|
|
// .adhesion-container {
|
|
|
|
// height: 80vh;
|
|
|
|
// }
|
|
|
|
// }
|