* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

:root {
    --primary-bg-color: #546E7A;
    --button-text-color: #FFFFFF;
}
#bloc-container {
    display: flex;
    border: 0px solid black;
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}



#blocs-header {
    display: flex;
    flex-direction: column;
    background-image: url(./assets/header.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 20rem;
    color: white;
    font-size: 2em;
    background-position: center;
    background-size: cover;

}

#header-top {
    display: flex;
    flex-direction: row;
    height: 50%;
    width: 100%;
}

.intro {
    line-height: 24px;
}

#header-top-cta {
    position: relative;
    padding: 10px 0px 0px 10px;
    width: 50%;
}

#reserver {
    position: absolute;
    right: 15px;
    font-size: 15px;
}


.myButton:hover {
    background-color: #1130ad;
}

.myButton:active {
    position: relative;
    top: 1px;
}

#blocs-introduction {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#blocs-carousel {
    background-color: rgb(61, 167, 121);
    width: 100%;
    height: 100px;
}

#blocs-perks {
    background-color: rgb(61, 141, 167);
    width: 100%;
    height: 100px;
}

#blocs-contact {
    background-color: rgb(89, 61, 167);
    width: 100%;
    height: 100px;
}

#blocs-footer {

    width: 100%;
    /* height: 40px; */
    padding-top: 5px;
}

#blocs-carousel {
    background-color: rgb(61, 167, 121);
    width: 100%;
    height: 100px;
}

.centered-title {
    font-family: 'Great Vibes', cursive;
    padding: 10px 0 20px 10px;
    font-size: 2.3em;
    text-align: center;
    letter-spacing: 1.2px;
    margin: 0 0 10px 0;

}

.title {
    font-family: 'Montserrat', sans-serif;
    padding: 30px 15% 40px 15%;
    font-size: 1.2em;
}

@media screen and (max-width: 700px) {


    .title {
        padding: 20px 10% 30px 10%;
        font-size: 1em;
    }
}

.text {
    font-family: 'Montserrat', sans-serif;
    padding: 0px 15% 40px 15%;
    font-size: 1.2em;
}

@media screen and (max-width: 700px) {

    .text {
        padding: 0px 10% 30px 10%;
        font-size: 1em;
    }
}




h3 {
    font-family: 'Montserrat', sans-serif;
    padding: 10px 0 10px 0px;
    font-size: 1em;
}

.icons2-label {
    font-family: 'Montserrat', sans-serif;
    padding: 10px 10px 10px 10px;
    font-size: 1em;
}

.icons {

    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;

}

.icons .col {
    padding: 0 65px;
    text-align: center;
    font-size: 1.3em;
    cursor: pointer;
    position: relative;


}


.icons .col i {
    position: absolute;

    left: 100px;
    top: 120%;


    font-size: 1.5em;


}

.icons .col:nth-child(3) i {

    left: 40%;
}

.icons .col:nth-child(4) i {

    left: 40%;
}

.txt {
    margin-bottom: 20px;
}

.txt:hover {
    color: grey
}


.icons .col div {
    font-family: Arial, Helvetica, sans-serif;
}

.wrapper {
    margin-top: 30px;
    width: 100%;
    position: relative;
}

.wrapper .carrousel {
    font-size: 0px;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
}

.carrousel img {
    height: 300px;
    object-fit: cover;
    width: calc(100% / 3);
    margin-left: 14px;
}

@media screen and (max-width: 600px) {
    .carrousel img {
        width: calc(100% / 1.2);
    }
}

.carrousel img:first-child {
    margin-left: 0px;
}

.wrapper i:first-child {
    left: -23px;
}

.wrapper i:last-child {
    right: -23px;
}


.moncarrou {

    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.sectionk {
    position: relative;
    width: 80%;
    display: flex;
}

.swiper {
    width: 80%;
}

.card {
    position: relative;
    background: #fff;
    border-radius: 4px;
    height: 4200px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
}



.card .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    position: relative;
    z-index: 100;

}

section .card .image {
    height: 400px;
    width: 100%;
    border-radius: 4px;
    transition: all 0.35s ease;
}

@media screen and (max-width: 700px) {

    section .card .image {
        height: 200px;
    }
}

section .card .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;

}

.swiper-pagination {
    position: absolute;
    top: 150px;
}

.swiper-button-prev {
    opacity: 1;
    color: black;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
    font-size: 3px;
    width: 100%;
}

.swiper-button-next {
    margin-right: -40px;
    transform: translate(-50%, -50%);
}

div .swiper-button-next::after,
.swiper-rtl,
div .swiper-button-prev::after {
    font-size: 40px;
    transition: all 0.6s;
    width: 500px;
    color: var(--primary-bg-color);
}

@media screen and (max-width: 700px) {

    div .swiper-button-next::after,
    .swiper-rtl,
    div .swiper-button-prev::after {
        font-size: 25px;
    }
}

.carrousel-section {
    width: 100%;
    background-color: red;
    display: flex;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {

    opacity: 1;
    color: black;
    transition: all 0.6s ease;
}