#h1 {
width: 90%;
max-width: 1140px;
margin: 0 auto 110px;
}
#h1 > p {
text-align: center;
max-width: 805px;
margin: 10px auto 0;
}
h1 em:before {
left: -3px;
}
h2 em:before {
bottom: 6px;
left: -2px;
}
#h1 .flex {
display: flex;
justify-content: space-between;
margin-top: 90px;
}
#h1 .txt {
width: 37%;
position: relative;
}
#h1 .blocs {
width: 56.5%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
row-gap: 20px;
}
#h1 .item {
width: 31%;
border-radius: 40px;
overflow: hidden;
position: relative;
}
#h1 .item.empty {
background: #EAF4D3;
display: flex;
align-items: center;
justify-content: center;
}
#h1 .txt > ul:last-child {
margin: 0;
position: absolute;
left: 0;
bottom: 0;
display: flex;
gap: 20px;
}
#h1 .txt > ul:last-child li:before {
display: none;
}
#h1 .txt > ul:last-child li {
line-height: 1;
}
#h1 h2 {
margin-bottom: 45px;
}
#h1 .item img {
width: 100%;
height: 240px;
object-fit: cover;
transition: 0.4s;
}
#h1 .item a {
position: absolute;
right: 15px;
bottom: 15px;
text-indent: -9999px;
height: 39px;
width: 39px;
transition: 0.35s;
}
#h1 .item a svg {
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
}
#h1 .item a:hover {
transform: rotate(-45deg);
}
#h1 .item span {
font-size: 28px;
font-weight: 700;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
text-align: center;
background: #FFFFFF;
padding: 8px;
}
#h1 .item:has(a:hover) img {
transform: scale(1.05);
filter: brightness(0.8);
}
#h1 .item.empty svg {
position: relative;
left: 5px;
top: -2px;
}
#pq {
position: relative;
}
#pq .c {
width: 90%;
max-width: 1600px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
#pq .vert {
width: 26%;
box-sizing: border-box;
background: #EAF4D3;
border-radius: 40px;
padding: 45px;
position: relative;
}
#pq .img {
width: calc(74% - 22px);
display: flex;
background: #004635;
color: #EAF4D3;
border-radius: 40px;
box-sizing: border-box;
padding: 60px;
position: relative;
}  #pq .vert > :first-child {
margin: 0 0 35px 0;
}
#pq .vert > :last-child {
margin-bottom: 0;
}
#pq .img .txt {
width: 360px;
}
#pq .img img {
position: absolute;
right: 35px;
top: 35px;
border-radius: 20px;
height: calc(100% - 70px);
object-fit: cover;
width: calc(100% - 490px);
}
#pq .img > svg {
position: absolute;
right: 50px;
top: -55px;
}
#pq .img li:before {
display: none;
}
#pq .img li {
text-transform: uppercase;
font-weight: 500;
margin-top: 10px;
padding-left: 30px;
}
#pq .img ul {
margin: 50px 0 0 0;
position: relative;
}
#pq .img li svg {
position: absolute;
left: 0;
top: 4px;
}
#pq:before {
content: '';
width: 100%;
position: absolute;
height: 50%;
background: linear-gradient(0deg, #E0E0B1 30%, transparent 100%);
bottom: 0;
left: 0;
}
#sa {
background: #E0E0B1;
padding: 100px 0;
}
#sa .c {
width: 90%;
max-width: 1140px;
margin: 0 auto;
position: relative;
z-index: 1;
}
#sa h2 {
text-align: center;
margin-bottom: 70px;
}
#sa .h2 {
display: flex;
justify-content: center;
}
#sa h2:before {
top: 30px;
left: 120px;
width: 258px;
bottom: 0;
}
#sa .flex {
display: flex;
align-items: flex-start;
}
#sa .txt {
width: 385px;
flex-shrink: 0;
padding-right: 100px;
position: relative;
z-index: 1;
background: #E0E0B1;
}
#sa .txt ul {
margin: 20px 0 0 0;
position: relative;
}
#sa .txt li:before {
display: none;
}
#sa .txt li {
padding-left: 40px;
padding-top: 12px;
cursor: pointer;
}
#sa .txt li svg {
position: absolute;
left: 0;
top: 20px;
}
#sa .txt p {
margin-top: 0;
}
#sa .item {
border-radius: 40px;
overflow: hidden;
position: relative;
margin-right: 20px;
flex-shrink: 0;
}
#sa .item a {
width: 48px;
height: 48px;
position: absolute;
right: 20px;
bottom: 20px;
text-indent: -9999px;
z-index: 2;
}
#sa .item a svg {
position: absolute;
left: 0;
top: 0;
transition: 0.3s;
}
#sa .item a:hover svg {
transform: rotate(-45deg);
}
#sa .item img {
width: 100%;
height: 355px;
object-fit: cover;
transition: 0.3s;
}
#sa .item:has(a:hover) img {
filter: brightness(0.8);
transform: scale(1.05);
}
#sa .item span {
position: absolute;
left: 35px;
top: 35px;
color: #FFFFFF;
max-width: 220px;
z-index: 1;
}
#sa .item:after {
content: '';
background: linear-gradient(120deg, rgba(0, 0, 0, 0.6), transparent);
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
pointer-events: none;
}
#sa .slick:not(.slick-initialized) {
display: flex;
}
#sa .slick {
width: calc(100% - 455px);
}
#sa .slick-list {
overflow: visible;
}
#sa .txt:before {
content: '';
background: #E0E0B1;
position: absolute;
top: 0;
bottom: 0;
right: 100%;
width: 9999px;
}
#sa .slick-track {
cursor: grab;
}
#sa .txt ul.slick-dots {
position: absolute;
bottom: 0;
left: 0;
right: 100px;
opacity: 0;
}
#sa .txt ul.slick-dots:hover {
opacity: 0.65;
}
#sa .txt ul.slick-dots li {
background: #E0E0B1;
opacity: 0;
}
#sa .txt ul.slick-dots li:hover {
opacity: 0.65;
}
#sa .txt ul.slick-dots li button {
opacity: 0;
}
#db {
background: #E0E0B1;
padding-bottom: 100px;
}
#db .flex {
width: 90%;
max-width: 1140px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
#db .flex > div {
width: 48%;
background: #FFFFFF;
border-radius: 40px;
overflow: hidden;
padding: 35px 35px 275px 35px;
position: relative;
box-sizing: border-box;
}
#db img {
height: 240px;
width: 100%;
object-fit: cover;
position: absolute;
bottom: 0;
left: 0;
}
#db .txt > p:first-child {
margin: 0 0 15px 0;
}
#db .txt {
height: 100%;
position: relative;
padding-bottom: 80px;
box-sizing: border-box;
}
#db .txt > :last-child {
margin: 0;
position: absolute;
right: 0;
bottom: 0;
}
#co {
width: 90%;
max-width: 1600px;
margin: 0 auto 100px;
position: relative;
background: #E0E0B1;
border-radius: 40px;
display: flex;
align-items: center;
justify-content: flex-start;
box-sizing: border-box;
padding: 40px 50px;
}
#co img, #co > svg, #co .svg {
position: absolute;
right: 50px;
top: -45px;
}
#co img {
filter: drop-shadow(50px 0px 20px rgba(0,0,0,0.25));
bottom: 0;
top: auto;
right: 85px;
}
#co .txt {
max-width: 610px;
margin-right: 60px;
}
#co .btns {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}
#co .btns a {
font-size: 24px;
}
#co .btns a {
font-size: 24px;
padding: 17px 35px;
}
#co .svg {
right: 280px;
top: -65px;
width: 128px;
left: 910px;
margin: auto;
}
#co .svg > svg:first-child {
animation: rotate 10s linear infinite;
}
#co .svg > svg:last-child {
position: absolute;
left: 8px;
top: 0;
right: 0;
bottom: 8px;
margin: auto;
}
#co .btns > a:last-child:hover {
background: #E0E0B1 !important;
}
#te {
width: 90%;
max-width: 1140px;
margin: 0 auto 200px;
text-align: center;
}
#te .h2 {
display: flex;
justify-content: center;
}
#te h2:before {
bottom: -7px;
left: 279px;
top: 35px;
right: -3px;
}
#te .inner {
border: 1px solid #E0E0B1;
border-radius: 40px;
padding: 50px;
}
#te .slick {
position: relative;
margin-top: 40px;
}
#te .svg {
position: absolute;
top: -110px;
left: 80px;
background: #FFFFFF;
padding: 0 10px;
}
#te .svg > :first-child {
animation: rotate 10s linear infinite;
}
#te .svg > :last-child,
#cp .svg > svg:last-child {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
#te .item p {
font-weight: 400;
max-width: 785px;
margin: 10px auto;
}
#te .item > p:last-child {
font-weight: 700;
font-size: 18px;
color: #9A1025;
margin: 30px auto 0;
}
#te .inner:not(.slick-initialized) > :not(:first-child) {
display: none;
}
#te .item svg {
margin-bottom: 20px;
}
#te span.arrow {
box-shadow: none;
top: auto;
bottom: -90px;
right: 50%;
margin-right: -60px;
}
#te span.arrow.prev {
right: auto;
margin-right: 0;
left: 50%;
margin-left: -60px;
}
#cp {
width: 90%;
max-width: 1140px;
margin: 0 auto 100px;
}
#cp .h2 {
display: flex;
justify-content: center;
}
#cp h2 {
margin-bottom: 35px;
}
#cp h2:before {
left: 330px;
bottom: -4px;
top: 35px;
}
#cp .c {
background: #EAF4D3;
padding: 60px;
display: flex;
align-items: center;
border-radius: 40px;
position: relative;
justify-content: space-between;
}
#cp .svg {
top: -100px;
left: 60px;
position: absolute;
}
#cp .svg > svg:first-child {
animation: rotate 10s linear infinite;
}
#cp .svg > svg:last-child {
width: auto;
height: 73px;
}
#cp .txt > :last-child a {
background: #004635;
color: #EAF4D3;
margin-top: 30px;
}
#cp .txt > :last-child a:hover {
background: #EAF4D3 !important;
color: #004635;
}
#cp .video {
width: 63.5%;
}
#cp .video iframe {
width: 100%;
height: 380px;
border-radius: 20px;
}
#cp .txt {
width: 31%;
text-align: center;
}
#cp .txt img {
margin-bottom: 25px;
}
#qs {
width: 90%;
max-width: 1140px;
margin: 0 auto 110px;
}
#qs .h2 {
display: flex;
}
#qs h2 {
margin-bottom: 40px;
}
#qs h2:before {
bottom: -4px;
right: 38px;
top: 35px;
left: 106px;
}
#qs .flex {
display: flex;
align-items: flex-start;
justify-content: space-between;
margin-bottom: 100px;
}
#qs .flex > div {
width: 48%;
position: relative;
}
#qs .h2 + .flex .txt > p:first-child {
margin: 0 0 25px 0;
}
#qs .h2 + .flex .txt > :last-child a {
margin-top: 20px;
}
#qs .h2 + .flex .txt p {
margin: 15px 0 0 0;
}
#qs .h2 + .flex img {
height: auto;
border-radius: 40px;
}
#qs .dep {
left: auto;
right: 45px;
bottom: -85px;
}
#qs .ekip {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
row-gap: 60px;
text-align: center;
box-sizing: border-box;
padding-right: 25px;
}
#qs .ekip + .ekip {
display: none;
}
#qs p.h3 {
max-width: 250px;
text-align: left;
margin: 0 100px 0 0;
}
#qs .ekip .item .b {
text-transform: uppercase;
max-width: 140px;
margin: 10px auto 0;
}
#qs .ekip .item .a {
font-size: 44px;
font-weight: 500;
line-height: 1;
color: #9A1025;
}
#qs .ekip .item {
width: 165px;
}
#qs .carte .txt > :first-child {
margin-top: 0;
}
#qs .carte img {
height: auto;
width: 53%;
object-fit: cover;
}
#qs .carte {
display: flex;
align-items: center;
justify-content: space-between;
}
#qs .carte .txt > p:last-of-type {
font-size: 18px;
font-weight: 700;
margin-top: 40px;
text-transform: uppercase;
}
#qs .carte li:before {
width: 19px;
height: 19px;
background: none;
border: 4px solid #004635;
box-sizing: border-box;
left: 0;
top: 1px;
}
#qs .carte ul {
margin: -5px 0 0 0;
}
#qs .carte li {
font-weight: 700;
margin-top: 6px;
padding-left: 27px;
}
#seo {
width: 90%;
max-width: 1140px;
margin: 0 auto 90px;
}
#pq .img ul > div,
#sa .txt ul.slick-dots > div {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: -1;
}
#pq .img ul li,
#sa .txt ul:not(.slick-dots) li {
visibility: hidden;
}
@media (max-width: 1590px) {
#co .txt {
max-width: 540px;
}
}
@media (max-width: 1200px) {
#h1 .flex {
flex-direction: column-reverse;
gap: 50px;
}
#h1 {
width: 100%;
max-width: 100%;
}
#h1 > :not(.flex) {
width: 87%;
margin-left: auto;
margin-right: auto;
}
#h1 .txt {
box-sizing: border-box;
width: 100%;
padding: 0 6.5%;
}
#h1 .txt > ul:last-child {
position: relative;
margin-top: 30px;
}
#h1 h2 {
margin-bottom: 30px;
}
#h1 .blocs {
flex-wrap: nowrap;
width: 100%;
box-sizing: border-box;
padding-left: 6.5%;
overflow-x: scroll;
scroll-snap-type: x mandatory;
}
#h1 .blocs::-webkit-scrollbar {
display: none;
}
#h1 .blocs > div:first-child {
display: none;
}
#h1 .item {
width: 300px;
flex-shrink: 0;
margin-right: 40px;
scroll-snap-align: center;
}
}
@media (max-width: 1480px) {
#pq .vert {
padding: 35px;
}
#pq .img ul {
margin: 30px 0 0 0;
}
}
@media (max-width: 1200px) {
#pq .c {
flex-direction: column;
gap: 65px;
margin-bottom: 65px;
}
#pq .img {
width: 100%;
}
#pq .vert {
width: 100%;
padding: 40px;
}
#pq:before {
display: none;
}
}
@media (max-width: 870px) {
#pq .img > svg {
display: none;
}
#pq .img img {
position: relative;
width: auto;
height: auto;
right: 0;
top: 0;
}
#pq .img {
flex-direction: column-reverse;
gap: 45px;
}
#pq .img .txt {
width: 100%;
}
}
@media (max-width: 1550px) {
#sa .item img {
height: 335px;
}
}
@media (max-width: 1020px) {
#sa .txt ul {
display: none !important;
}
#sa .flex {
flex-direction: column;
gap: 20px;
}
#sa .txt {
padding: 0;
}
#sa h2 {
margin-bottom: 30px;
}
#sa .h2 {
justify-content: flex-start;
}
#sa .h2,
#sa .txt {
width: 87%;
margin: 0 auto;
}
#sa .slick {
width: 100%;
}
#sa .c {
width: 100%;
}
#sa .item {
width: 70vw;
}
}
@media (max-width: 840px) {
#db .flex {
flex-direction: column;
gap: 60px;
}
#db .txt > :last-child {
position: relative;
margin-top: 22px;
}
#db .flex > div {
width: 100%;
}
#db .txt {
padding: 0;
}
h2 em:before {
display: none;
}
}
@media (max-width: 1500px) {
#co .txt p {
font-size: 17px;
font-weight: 400;
}
#co .btns a {
font-size: 18px;
}
#co .svg {
display: none;
}
}
@media (max-width: 1420px) {
#co {
flex-direction: column;
align-items: flex-start;
gap: 20px;
}
#co .btns {
flex-direction: row;
gap: 20px;
}
#co .txt {
max-width: calc(100% - 380px);
}
}
@media (max-width: 1050px) {
#co > svg,
#te .svg {
display: none;
}
#co img {
position: relative;
display: block;
margin: 30px auto -40px;
right: 0;
}
#co .txt {
margin: 0;
max-width: 100%;
}
}
@media (max-width: 1150px) {
#cp .svg {
position: relative;
top: 0;
left: 0;
order: -2;
}
#cp .c {
flex-direction: column;
gap: 50px;
}
#cp .txt {
width: 100%;
order: -1;
}
#cp .video {
width: 100%;
}
#cp .video iframe {
height: 43vw;
}
#qs .dep {
bottom: -55px;
}
#qs .dep svg {
width: auto;
height: 100px;
}
}
@media (max-width: 1100px) {
#qs .flex {
flex-direction: column-reverse;
gap: 60px;
}
#qs .flex > div {
width: 100%;
}
#qs .h2 + .flex img {
height: 59vw;
width: 100%;
object-fit: cover;
}
#qs .carte {
flex-direction: column;
gap: 40px;
}
#qs .ekip {
padding: 0;
flex-wrap: nowrap;
animation: marquee 20s linear infinite;
}
@keyframes marquee {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(-100%);
}
}
#qs .ekip + .ekip {
display: flex;
}
.container_ekip p.h3 {
display: none;
}
.container_ekip {
display: flex;
}
#qs .ekip .item {
width: 250px;
background: #F3F3F3;
margin-right: 30px;
height: 250px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
}
@media (max-width: 500px) {
#h1 .item {
margin-right: 6.5%;
width: 80vw;
}
#h1 .item img {
height: 95vw;
}
#h1 .flex {
margin-top: 30px;
}
#h1 .item span {
border-radius: 6px;
padding: 15px;
font-size: 26px;
}
#h1 h2,
#pq .vert > :first-child,
#qs h2 {
margin-bottom: 20px;
}
#h1 .txt > ul:last-child {
flex-direction: column;
align-items: center;
}
#h1 {
margin-bottom: 65px;
}
#pq .c,
#db .flex,
#of,
#co,
#te,
#cp,
#qs,
#footerInner,
footer .flex {
width: 87%;
}
#pq .img {
padding: 35px;
}
#pq .img img {
height: 70vw;
}
#sa .txt p, #co .txt p, #te .item p {
font-size: 16px;
font-weight: 400;
}
#sa {
padding: 50px 0 70px 0;
}
#sa .item {
margin: 0 12px;
}
#sa .item img {
height: 50vw;
}
#db .flex > div {
padding-bottom: calc(39vw + 35px);
}
#db img {
height: 39vw;
}
#db {
padding-bottom: 65px;
}
#of {
margin: 55px auto 70px;
}
#co {
padding: 30px 35px;
margin-bottom: 65px;
}
#co .btns a {
font-size: 16px;
padding: 12px 20px 11px 20px;
}
#co .btns {
flex-direction: column;
justify-content: center;
width: 100%;
}
#co img {
margin: 20px auto -30px;
width: auto;
height: 75vw;
}
#te .inner {
padding: 35px;
}
#te .item svg {
margin-bottom: 10px;
}
#te .item > p:last-child,
#te .slick {
margin-top: 20px;
}
#te span.arrow svg {
width: auto;
height: 16px;
}
#cp h2 {
margin: -45px 0 30px 0;
}
#cp .svg > svg:first-child {
width: auto;
height: 100px;
}
#cp .svg > svg:last-child {
height: 50px;
}
#cp .c {
gap: 35px;
padding: 35px;
}
#cp {
margin-bottom: 55px;
}
#qs .ekip .item .a {
font-size: 34px;
}
#qs .ekip .item {
width: 200px;
border-radius: 24px;
height: 200px;
}
#qs {
margin-bottom: -40px;
}
#cp .video {
width: calc(100% + 70px);
margin-bottom: -40px;
}
#cp .video iframe {
height: 56vw;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
#cp .txt > :last-child a {
margin-top: 10px;
}
#db .txt > :last-child a {
font-size: 14px;
}
}