
/*===================== SECTION FIRST OF WEBSITE ===========================*/

.section-first {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 51.7708vw; */
    /* height: 45.7708vw; */
    height: 100vh;
    transition: all .5s ease-in-out;
}

.section-first figure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100.625vw;
    /* height: 51.7708vw; */
    /* height: 45.7708vw; */
    height: 100vh;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.section-first .banner-list.active figure {
    opacity: 1;
    transition: all .5s ease-in-out;
}
.section-first figure::before {
    content: "";
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(22, 37, 62, 0.35) 0%, rgba(22, 37, 62, 0.35) 30.61%, rgba(0, 0, 0, 0) 79.98%);
    top: 0;
    left: 0;
    right: 0;
}
.section-first figure.area-black::after {
    content: "";
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    background:  rgba(0, 0, 0, 0.35);
    top: 0;
    left: 0;
    right: 0;
}
.section-first figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-first .content-details {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4.16666vw;
    top: 3vw;
    opacity: 0;
}
.section-first .banner-list.active .content-details {
    opacity: 1;
}

.section-first title {
    display: block;
    font-size: var(--h1-size);
    font-weight: 400;
    font-family: var(--font-copasetic);
    color: transparent;
    -webkit-text-stroke: 0.15625vw white;
        
    line-height: 5.36458vw;
    letter-spacing: 0.26em;
    text-align: center;
    text-transform: uppercase;

    width: 56.302vw;
}
.section-first .btn-action {
    font-size: var(--h5-size);
    font-weight: 700;
    font-family: var(--font-name);
    width: 18.906vw;
    height: 4.6875vw;
    color: var(--color-secundary);
    background: #ffffff;
    display: flex;    
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}
.section-first .btn-action:hover {
    backdrop-filter: blur(25px);
    color: white;
    background: var(--color-secundary);
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.section-first .banner-list {
    justify-content: center;
    align-items: center;
    position: absolute;
    /* display: none; */
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.section-first .banner-list.active {
    opacity: 1;
    display: flex;
    position: inherit;
    transition: all .5s ease-in-out;
}

.section-first .list-buttons {
    display: flex;
    gap: 0.3125vw;
    position: absolute;
    width: auto;
    transform: rotate(90deg);
    height: auto;
    left: 0;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0vw;
    z-index: 9;
    /* transform: translateX(27.6302vw) translateY(32.3955vw); */
}
.section-first .list-buttons.right {
    right: 0;
    left: auto;
}
.section-first .list-buttons .content-icon {
    content: "";
    position: relative;
    background: transparent;   
    width: 0.989vw;
    height: 0.62vw;
    border-radius: 4px;
    border: 2px solid #C5C5C5;
    cursor: pointer;
    transition: all .5s ease-in-out;
}
.section-first .list-buttons .content-icon.active {
    width: 2.1875vw;
    background: white;   
    border: 2px solid white;
    transition: all .5s ease-in-out;
}

/*===================== SECTION TWO OF WEBSITE ===========================*/

.section-services {
    /* display: flex;
    justify-content: center;
    align-items: center;
    background: #FAFAFA;
    padding: 4.6041vw 18.176vw 3.6041vw; */
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FAFAFA;
    padding: 4.6041vw 5.2083vw 3.6041vw;
}
.section-services .list-services {
    /* display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.822916vw 5.57291vw;
    align-items: center; */

    display: flex;
    gap: 2.822916vw 5.57291vw;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.section-services .list-services .one-service {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.52083vw;
    width: fit-content;
}
.section-services .list-services .one-service .picture {
    width: 1.248vw;
    height: 1.25vw;
}
.section-services .list-services .one-service .picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.section-services .list-services .one-service .text {
    font-size: var(--h5-size);
    font-weight: 400;
    color: var(--color-secundary);
    font-family: var(--font-name);
    line-height: 1.458vw;
    text-wrap: nowrap;
}

/*===================== SECTION THREE OF WEBSITE ===========================*/

.section-room {
    padding: 2vw 5.2083vw 5.1562vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.2083vw;
    width: 100%;
    transition: all .5s ease-in-out;
}
.section-room.secund-section {
    position: relative;
    z-index: 2;
    padding: 0 5.2083vw 5.1562vw;
}
.section-room.third-section {
    position: relative;
    z-index: 3;
    gap: 2.2083vw;
    padding: 0 5.2083vw 5.1562vw;
}
.section-room .content-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.60416vw;
    width: 59.375vw;
}
.section-room .content-top .img-style {
    width: 5.3645vw;
    height: 2.7994vw;
}
.section-room .content-top .img-style img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.section-room .content-top title {
    font-family: var(--font-name);
    font-size: var(--title-size);
    font-weight: 500;
    color: var(--color-secundary);
    line-height: 2.968vw;
    display: block;
}
.section-room .content-top p.text-details {
    margin-bottom: 0.26041vw;
    font-size: var(--p-size);
    font-weight: 400;
    line-height: 1.7187vw;
    text-align: center;
    color: var(--color-secundary);
}

.section-room .content-details-room {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 2.343vw;
    transition: all .5s ease-in-out;
}
.section-room .content-details-room .content-top-room {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-room .content-details-room .content-top-room .list-tab {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3.697vw;
    transition: all .5s ease-in-out;
}
.section-room .content-details-room .content-top-room .list-tab .text-style {
    font-size: var(--p-size-alt);
    color: var(--color-secundary);
    font-family: var(--font-name);
    line-height: 1.25vw;
    text-align: center;
    font-weight: 700;
    padding-bottom: 0.8072vw;
    border-bottom: 1px solid transparent ;
    cursor: pointer;
    transition: all .5s ease-in-out;

    height: auto;
}
.section-room .content-details-room .content-top-room .list-tab .text-style:hover,
.section-room .content-details-room .content-top-room .list-tab .text-style.active {
    border-bottom: 1px solid var(--color-secundary) ;
    background: transparent;
    transition: all .5s ease-in-out;
}
.section-room .content-details-room .content-top-room .btn-action {
    background: var(--color-primary);
    border-radius: 5px;
    text-wrap: nowrap;
    padding: 0.8072vw 1.5625vw;
    font-size: var(--p-size-alt);
    font-weight: 700;
    color: white;
    line-height: 1.25vw;
    text-align: center;
    transition: all .5s ease-in-out;
}
.section-room .content-details-room .content-top-room .btn-action.inactive {
    display: none;
}
.section-room .content-details-room .content-top-room .btn-action:hover {
    background: var(--color-secundary);
    transition: all .5s ease-in-out;
}

.section-room .content-details-room .content-bottom-room {
    display: none;
    justify-content: flex-start;
    gap: 4.062vw;
}
.section-room .content-details-room .content-bottom-room.active {
    display: flex;
}

.section-room .content-details-room .content-bottom-room .content-left {
    display: flex;
}
.section-room .content-details-room .content-bottom-room .content-left .img-room {
    position: relative;
    display: flex;
    top: 0;
    left: 0;
    width: 55.2604vw;
    height: 34.21875vw;
}
.section-room .content-details-room .content-bottom-room .content-left .img-room img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.section-room .content-details-room .content-bottom-room .content-left .img-room img.active {
    opacity: 1;
    transition: all .5s ease-in-out;
}
.section-room .content-details-room .content-bottom-room .content-left .price-details {
    display: flex;
    gap: 1.562vw;
    position: absolute;
    margin-top: 1.0416vw;
    margin-left: 1.0416vw;
}
.section-room .content-details-room .content-bottom-room .content-left .price-details .one-price {
    background: white;
    border-radius: 5px;
    padding: 0.3125vw 1.04166vw;
    display: flex;
}
.section-room .content-details-room .content-bottom-room .content-left .price-details .one-price .device {
    border-right: 1px solid #000;
    color: var(--color-secundary);
    padding-right: 0.5208vw;
}
.section-room .content-details-room .content-bottom-room .content-left .price-details .one-price .price {
    font-size: var(--h5-size);
    font-weight: 400;
    line-height: 1.45833vw;
    padding-left: 0.5208vw;
    color: var(--color-primary);
}

.section-room .content-details-room .content-bottom-room .content-left .list-img {
    display: flex;
    gap: 0.3125vw;
    position: absolute;
    width: 55.2604vw;
    height: 34.21875vw;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 1.822916vw;
    /* transform: translateX(27.6302vw) translateY(32.3955vw); */
}
.section-room .content-details-room .content-bottom-room .content-left .list-img .content-icon {
    content: "";
    position: relative;
    background: transparent;   
    width: 0.989vw;
    height: 0.62vw;
    border-radius: 4px;
    border: 2px solid #C5C5C5;
    cursor: pointer;
    transition: all .5s ease-in-out;
}
.section-room .content-details-room .content-bottom-room .content-left .list-img .content-icon.active {
    width: 2.1875vw;
    background: white;   
    border: 2px solid white;
    transition: all .5s ease-in-out;
}

.section-room .content-details-room .content-bottom-room .content-right {
    display: flex;
    flex-direction: column;
    /* gap: 7.604vw; */
    gap: 2.8125vw;
    width: 100%;
}
.section-room .content-details-room .content-bottom-room .content-right .details-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2.8125vw;
}
.section-room .content-details-room .content-bottom-room .content-right .details-right .title-accroche {
    font-size: var(--h2-size);
    font-family: var(--font-name);
    font-weight: 700;
    color: var(--color-secundary);
    line-height: 2.447vw;
}
.section-room .content-details-room .content-bottom-room .content-right .details-right .subtitle-content {
    font-size: var(--h5-size);
    font-family: var(--font-name);
    font-weight: 400;
    color: var(--color-secundary);
    line-height: 1.4583vw;
}
.section-room .content-details-room .content-bottom-room .content-right .details-right .list-service-content {
    display: flex;
    flex-direction: column;
    gap: 1.3541vw;
    justify-content: flex-start;
    align-items: flex-start;
}
.section-room .content-details-room .content-bottom-room .content-right .details-right .list-service-content .one-service {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.625vw;
}
.section-room .content-details-room .content-bottom-room .content-right .details-right .list-service-content .one-service .text {
    font-size: var(--h5-size);
    font-family: var(--font-name);
    font-weight: 400;
    color: var(--color-secundary);
    line-height: 1.4583vw;
}
.section-room .content-details-room .content-bottom-room .content-right .details-right .list-service-content .one-service .img-fluidd {
    width: 1.2421vw;
    height: 1.25vw;
}
.section-room .content-details-room .content-bottom-room .content-right .details-right .list-service-content .one-service .img-fluidd img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.section-room .content-details-room .content-bottom-room .content-right .btn-see-more {
    display: flex;
    /* display: none; */
    justify-content: center;
    align-items: center;
    gap: 0.52083vw;
    padding: 0.80729vw 1.5625vw;
    border: 1px solid var(--color-secundary);
    border-radius: 5px;
    background: white;
    width: max-content;
    transition: all .5s ease-in-out;
}
.section-room .content-details-room .content-bottom-room .content-right .btn-see-more:hover {
    background: var(--color-secundary);
    transition: all .5s ease-in-out;
}
.section-room .content-details-room .content-bottom-room .content-right .btn-see-more .icon-see {
    margin-bottom: .134vw;
    width: 1.145833333vw;
    height: 1.145833333vw;
}
.section-room .content-details-room .content-bottom-room .content-right .btn-see-more .icon-see img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-room .content-details-room .content-bottom-room .content-right .btn-see-more:hover .icon-see img {
    /* filter: contrast(100);     */
    filter: invert(4);    
    transition: all .5s ease-in-out;
}
.section-room .content-details-room .content-bottom-room .content-right .btn-see-more .text-see {
    font-size: var(--p-size-alt);
    font-family: var(--font-name);
    font-weight: 700;
    color: var(--color-secundary);
    line-height: 1.25vw;
    text-align: center;
    transition: all .5s ease-in-out;
}
.section-room .content-details-room .content-bottom-room .content-right .btn-see-more:hover .text-see {
    color: white;
    transition: all .5s ease-in-out;
}

.os-tab-head::after{
    display: none;
}

/*===================== SECTION SIX OF WEBSITE ===========================*/

.section-restaurant {
    margin-top: 2.48177vw;
    padding: 5.208vw 13.2291vw;
    display: flex;
    flex-direction: column;
    gap: 5.208vw;
    justify-content: center;
    align-items: center;
    background: radial-gradient(154.01% 120.08% at -32.11% 51.43%, #B32021 0%, #9A1915 100%);
}
.section-restaurant title {
    display: block;
    
    font-size: var(--title-size);
    font-family: var(--font-name);
    font-weight: 500;
    color: white;
    line-height: 5.4166vw;
    text-align: center;
    transition: all .5s ease-in-out;
}
.section-restaurant .video-front {
    width: 73.6458vw;
    height: 41.25vw;
    position: relative;
}
.section-restaurant .video-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.section-restaurant .video-front::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #16253E4D;
}
.section-restaurant .content-details {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8.69791vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.section-restaurant .content-details .img-play-video {
    width: 7.08333vw;
    height: 7.08333vw;
    cursor: pointer;
}
.section-restaurant .content-details .img-play-video img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.section-restaurant .content-details .btn-action {
    padding: 0.8072vw 1.5625vw;
    border-radius: 5px;
    font-family: var(--font-name);
    font-size: var(--p-size-alt);
    font-weight: 700;
    line-height: 1.25vw;
    text-align: center;
    background: white;
    cursor: pointer;
    transition: all .5s ease-in-out;
}
.section-restaurant .content-details .btn-action:hover {
    backdrop-filter: blur(25px);
    color: white;
    background: var(--color-secundary);
    transition: all .5s ease-in-out;
}

/*===================== SECTION SEVEN OF WEBSITE ===========================*/

.section-food {
    padding: 5.2083vw 0vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 3.57291vw;
}

.section-food .content-top {
    display: flex;
    flex-direction: column;
    gap: 2.86458vw;
    justify-content: center;
    align-items: center;
    width: 59.42708vw;
}
.section-food .content-top title {
    display: block;
    font-family: var(--font-name);
    font-size: var(--title-size);
    font-weight: 500;
    line-height: 2.968vw;
    text-align: center;
    color: #9A1915;
    /* background-color: radial-gradient(154.01% 120.08% at -32.11% 51.43%, #B32021 0%, #9A1915 100%); */
}
.section-food .content-top .text-details {
    font-family: var(--font-name);
    font-size: var(--p-size);
    font-weight: 400;
    line-height: 1.7187vw;
    text-align: center;
}

.section-food .content-food {
    position: relative;
    width: 100%;
}
.section-food .content-food .list-food {
    display: flex;
    gap: 2.08333vw;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 2;
    position: relative;
    padding: 0 5.1562vw;
    overflow-y: auto;
    scrollbar-width: none;
}
.section-food .content-food .list-food .one-food {
    display: flex;
    flex-direction: column;
    gap: 1.4583vw;
    justify-content: center;
    align-items: center;
}
.section-food .content-food .list-food .one-food .img-food {
    width: 19.401041vw;
    height: 19.2708vw;
    border-radius: 50%;
    border: 5px solid var(--color-primary);
}
.section-food .content-food .list-food .one-food .img-food img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.section-food .content-food .list-food .one-food .text-food {
    font-family: var(--font-name);
    font-size: 1.6145vw;
    font-weight: 700;
    line-height: var(--h2-size);
    text-align: center;
    color: white;
}
.section-food .content-food .action-direction {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    position: relative;
    transform: translateY(-15vw);
    padding: 0 5.2083vw;
}
.section-food .content-food .action-direction .arrow {
    width: 4.1666vw;
    height: 4.1666vw;
    cursor: pointer;
}
.section-food .content-food .action-direction .arrow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-food .content-food .content-back {
    position: absolute;
    width: 100%;
    height: 16.822916vw;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(40.84deg, #DDB75E 7.08%, #E0B548 40.15%, #F8D851 83.7%, #A17014 105.21%);
}

.section-food .list-action-menu {
    display: flex;
    /* margin-top: 2.60416vw; */
    gap: 2.08333vw;
}
.section-food .list-action-menu .btn-action-menu {
    padding: 0.807vw 1.5625vw;
    border-radius: 5px;
    font-family: var(--font-name);
    font-size: var(--p-size-alt);
    font-weight: 700;
    color: white;
    line-height: 1.25vw;
    text-align: center;
    background: var(--color-error);
    transition: all .5s ease-in-out;
    border: 1px solid var(--color-error);
}
.section-food .list-action-menu .btn-action-menu:hover {
    transition: all .5s ease-in-out;
    background: transparent;
    border: 1px solid var(--color-error);
    color: var(--color-error);
}

/*===================== SECTION EIGHT OF WEBSITE ===========================*/

.section-attraction {
    padding: 0 5.2083vw 2.1562vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 5.2083vw; 
    transition: all .5s ease-in-out;
}

.section-attraction .content-top {
    display: flex;
    flex-direction: column;
    gap: 2.86458vw;
    justify-content: center;
    align-items: center;
    width: 62.2395vw;
}
.section-attraction .content-top title {
    display: block;
    font-family: var(--font-name);
    font-size: var(--title-size);
    font-weight: 500;
    line-height: 2.968vw;
    text-align: center;
    color: var(--color-secundary);
}
.section-attraction .content-top .text-details {
    font-family: var(--font-name);
    font-size: var(--p-size);
    font-weight: 400;
    line-height: 1.7187vw;
    text-align: center;
}

.section-attraction .content-attraction {
    position: relative;
    width: 100%;
}
.section-attraction .content-attraction .list-attraction {
    display: flex;
    gap: 2.604vw;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 2;
    position: relative;
    /* padding: 0 5.1562vw; */
    overflow-y: auto;
    scrollbar-width: none;
}
.section-attraction .content-attraction .list-attraction .one-attraction {
    display: flex;
    flex-direction: column;
    gap: 1.5625vw;
    justify-content: center;
    align-items: flex-start;
}
.section-attraction .content-attraction .list-attraction .one-attraction .img-attraction {
    width: 28.125vw;
    height: 30.625vw;
    position: relative;
}
.section-attraction .content-attraction .list-attraction .one-attraction .img-attraction::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000057;
}
.section-attraction .content-attraction .list-attraction .one-attraction .img-attraction img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-attraction .content-attraction .list-attraction .one-attraction .text-attraction {
    font-family: var(--font-name);
    font-size: 1.61458vw;
    font-weight: 700;
    line-height: var(--h2-size);
    text-align: left;
    color: var(--color-secundary);
}
.section-attraction .content-attraction .list-attraction .one-attraction .descr-attraction {
    font-family: var(--color-secundary);
    font-size: var(--p-size);
    font-weight: 400;
    line-height: 1.7187vw;
    text-align: left;
}
.section-attraction .content-attraction .action-direction {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    position: relative;
    transform: translateY(-29vw);
    padding: 0vw 2.2916vw;
}
.section-attraction .content-attraction .action-direction .arrow {
    width: 4.1666vw;
    height: 4.1666vw;
    cursor: pointer;
}
.section-attraction .content-attraction .action-direction .arrow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*===================== SECTION NINE OF WEBSITE ===========================*/


.section-offre {
    padding: 0 5.2083vw 2.1562vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 5.2083vw; 
    transition: all .5s ease-in-out;
}

.section-offre .content-top {
    display: flex;
    flex-direction: column;
    gap: 2.86458vw;
    justify-content: center;
    align-items: center;
    width: 62.2395vw;
}
.section-offre .content-top title,
.section-offre .content-top .title {
    display: block;
    font-family: var(--font-name);
    font-size: var(--title-size);
    font-weight: 500;
    line-height: 2.968vw;
    text-align: center;
    color: var(--color-primary);
}
.section-offre .content-top .text-details {
    font-family: var(--font-name);
    font-size: var(--p-size);
    font-weight: 400;
    line-height: 1.7187vw;
    text-align: center;
}

.section-offre .content-offer {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2vw;
}
.section-offre .content-offer .offer {
    position: relative;
    /* background: linear-gradient(93deg, #fff7ed, transparent); */
    width: 100%;
    height: -webkit-fill-available;
    /* box-shadow: 0px 10px 8px #0000001c; */
    overflow: hidden;
}
.section-offre .content-offer .offer .img-fluid {
    position: relative;
    display: block;
    width: auto;
    height: 13vw;
}
.section-offre .content-offer .offer .img-fluid img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* Overlay noir */
.section-offre .content-offer .offer .img-fluid::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* noir semi-transparent */
    opacity: 0;
    transition: opacity .4s ease-in-out;
    z-index: 1;
}
.section-offre .content-offer .offer .img-fluid i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2vw;
    color: white;
    opacity: 0;
    transition: all .4s ease-in-out;
    z-index: 2;
}
.section-offre .content-offer .offer:hover .img-fluid::after,
.section-offre .content-offer .offer:hover .img-fluid i {
    opacity: 1;
    transition: all .5s ease-in-out;
}

.section-offre .content-offer .offer .top-content {
    gap: 1.2vw;
    padding: 2vw 0vw 2vw 0;
}
.section-offre .content-offer .offer .top-content .title {
    font-family: var(--font-name);
    font-size: 1.61458vw;
    font-weight: 700;
    line-height: var(--h2-size);
    text-align: left;
    color: var(--color-secundary);
}
.section-offre .content-offer .offer .top-content a.btn-subscribe {
    padding: 0.807vw 1.5625vw;
    border-radius: 5px;
    font-family: var(--font-name);
    font-size: var(--p-size-alt);
    font-weight: 700;
    color: white;
    line-height: 1.25vw;
    text-align: center;
    background: var(--color-error);
    transition: all .5s ease-in-out;
    border: 1px solid var(--color-error);
    width: fit-content;
}
.section-offre .content-offer .offer:hover .top-content a.btn-subscribe {
    color: var(--color-error);
    background: transparent;
    transition: all .5s ease-in-out;
}

@media (max-width:768px) {

    /* SECTION FIRST  */

    .section-first title {
        font-size: 14vw;
        color: #fff8f8a8;
        -webkit-text-stroke: 0.15625vw #ffffff;
        line-height: 19.36458vw;
        letter-spacing: 0.26em;
        width: 100%;
    }
    .section-first .btn-action {
        font-size: 5vw;
        width: 42.906vw;
        height: 12.6875vw;
        display: flex;
    }

    .section-first .list-buttons.right {
        right: 0;
        left: 0;
        top: 94vh;
        transform: rotate(0deg);
        gap: 3vw;
    }
    .section-first .list-buttons .content-icon {
        width: 7.989vw;
        height: 2.62vw;
    }
    .section-first .list-buttons .content-icon.active {
        width: 9.1875vw;
    }

    /* SECTION SECUND ============ SERVICES  */

    .section-services {
        flex-direction: column;
        align-items: center;
        padding: 6vw 4.6041vw;
    }
    .section-services .list-services {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5.822916vw;
    }
    .section-services .list-services .one-service .picture {
        width: 9.248vw;
        height: 9.25vw;
    }
    .section-services .list-services .one-service {
        display: flex;
        gap: 7.52083vw;
    }
    .section-services .list-services .one-service .text {
        font-size: 15px;
        font-weight: 500;
        line-height: normal;
    }

    /* SECTION THIRD )== ROOMS */

    .section-room {
        gap: 5.2083vw;
        padding: 3vw 5.2083vw 10.1562vw;
    }
    .section-room.secund-section {
        padding: 0 5.2083vw 10.1562vw;
    }
    .section-room .content-top {
        gap: 0.60416vw;
        width: 100%;
    }
    .section-room .content-top .img-style {
        width: 8.3645vw;
        height: auto;
    }
    .section-room .content-top title {
        font-size: 8vw;
        font-weight: 700;
        margin-bottom: 5vw;
        line-height: normal;
    }
    .section-room .content-top p.text-details {
        font-size: 15px;
        font-weight: 500;
        line-height: 6.7187vw;
        text-align: center;
    }
    .section-room .content-details-room {
        flex-direction: column;
        width: 100%;
        gap: 5.343vw;
    }
    .section-room .content-details-room .content-top-room {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 7vw;
    }
    .section-room .content-details-room .content-top-room .btn-action {
        padding: 3.8072vw 5.5625vw;
        font-size: 5vw;
        align-self: center;
        font-weight: normal;
        line-height: normal;
        text-transform: uppercase;
    }
    .section-room .content-details-room .content-top-room .list-tab {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 5.697vw;
    }
    .section-room .content-details-room .content-top-room .list-tab .text-style {
        font-size: 18px;
        padding-bottom: 1.8072vw;
        line-height: normal;
        font-weight: 500;
    }
    .section-room .content-details-room .content-top-room .list-tab .text-style:hover, 
    .section-room .content-details-room .content-top-room .list-tab .text-style.active {
        border-bottom: 1px solid var(--color-secundary);
        color: var(--color-error-alt);
        line-height: normal;
    }

    .section-room .content-details-room .content-bottom-room.active {
        flex-direction: column;
    }
    .section-room .content-details-room .content-bottom-room .content-left .img-room {
        width: 100%;
        height: 61vw;
    }
    .section-room .content-details-room .content-bottom-room .content-left .price-details {
        gap: 2.562vw;
        margin-top: 4.0416vw;
        margin-left: 3.0416vw;
    }
    .section-room .content-details-room .content-bottom-room .content-left .price-details .one-price {
        padding: 2.3125vw 5.04166vw;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2vw;
    }
    .section-room .content-details-room .content-bottom-room .content-left .price-details .one-price .device {
        padding-right: 2.5208vw;
        font-size: 17px;
        font-weight: 500;
        text-wrap: nowrap;
    }
    .section-room .content-details-room .content-bottom-room .content-left .price-details .one-price .price {
        font-size: 17px;
        font-weight: 500;
        text-wrap: nowrap;
    }

    .section-room .content-details-room .content-bottom-room .content-left .list-img {
        width: 100%;
        height: 61vw;
        gap: 1.35vw;
    }
    .section-room .content-details-room .content-bottom-room .content-left .list-img .content-icon {
        width: 2.989vw;
        height: 2.62vw;
    }
    .section-room .content-details-room .content-bottom-room .content-left .list-img .content-icon.active {
        width: 8.1875vw;
    }

    .section-room .content-details-room .content-bottom-room .content-right .details-right {
        gap: 2.8125vw;
    }
    .section-room .content-details-room .content-bottom-room .content-right .details-right .title-accroche {
        font-size: 6vw;
        line-height: normal;
        font-weight: 500;
        text-transform: uppercase;
    }
    .section-room .content-details-room .content-bottom-room .content-right .details-right .subtitle-content {
        text-decoration: underline;
        font-size: 20px;
        line-height: normal;
    }
    .section-room .content-details-room .content-bottom-room .content-right .details-right .list-service-content {
        display: flex;
        flex-direction: column;
        gap: 2.3541vw;
    }
    .section-room .content-details-room .content-bottom-room .content-right .details-right .list-service-content .one-service {
        gap: 3.625vw;
    }
    .section-room .content-details-room .content-bottom-room .content-right .details-right .list-service-content .one-service .img-fluidd {
        width: 6.2421vw;
        height: auto;
    }
    .section-room .content-details-room .content-bottom-room .content-right .details-right .list-service-content .one-service .text {
        font-size: 15px;
        font-weight: lighter;
        color: var(--color-secundary);
        line-height: normal;
    }
    .section-room .content-details-room .content-bottom-room .content-right .btn-see-more {
        gap: 2.52083vw;
        padding: 1.80729vw 4.5625vw;
        margin-top: 3vw;
        display: none;
    }
    .section-room .content-details-room .content-bottom-room .content-right .btn-see-more .icon-see {
        margin-bottom: .134vw;
        width: 8.145833vw;
        height: 8.145833vw;
    }
    .section-room .content-details-room .content-bottom-room .content-right .btn-see-more .text-see {
        font-size: 21px;
        font-weight: 700;
        line-height: normal;
    }

    /* SECTION FOUR ============ RESTAURANT  */

    .section-restaurant {
        margin-top: 3.48177vw;
        padding: 4.208vw 4.2291vw;
    }
    .section-restaurant .video-front {
        width: 100%;
        height: 62.25vw;
        position: relative;
    }
    .section-restaurant .content-details .img-play-video {
        width: 21.08333vw;
        height: auto;
    }
    .section-restaurant .content-details .btn-action {
        padding: 3.8072vw 5.5625vw;
        font-family: var(--font-name);
        font-size: 19px;
        line-height: normal;
    }
    .section-restaurant title {
        font-size: 8vw;
        font-weight: 700;
        line-height: normal;
    }

    /* SECTION FIVE ============ FOOD ET RESTAURATION  */

    .section-food {
        gap: 4.57291vw;
    }
    .section-food .content-top {
        gap: 3.86458vw;
        width: 100%;
        padding: 0 6vw;
    }
    .section-food .content-top title {
        display: block;
        font-size: 8vw;
        font-weight: 700;
        line-height: normal;
    }
    .section-food .content-top .text-details {
        font-size: 15px;
        font-weight: 500;
        line-height: 6.7187vw;
        text-align: center;
    }

    .section-food .content-food .list-food {
        gap: 11.08333vw;
    }
    .section-food .content-food .list-food .one-food {
        gap: 4.4583vw;
    }
    .section-food .content-food .list-food .one-food .img-food {
        width: 71.401041vw;
        height: 71.401041vw;
        border-radius: 50%;
        border: 8px solid var(--color-primary);
    }
    .section-food .content-food .content-back {
        height: 50.822916vw;
        bottom: 6vw;
    }
    .section-food .content-food .list-food .one-food .text-food {
        font-size: 4.6145vw;
        line-height: normal;
        color: var(--color-secundary);
    }
    .section-food .content-food .action-direction {
        transform: translateY(-50vw);
        padding: 0 2.2083vw;
    }
    .section-food .content-food .action-direction .arrow {
        width: 12.1666vw;
        height: 12.1666vw;
    }
    .section-food .list-action-menu {
        flex-direction: column;
        width: 100%;
        gap: 4.08333vw;
        padding: 0 6vw;
    }
    .section-food .content-food .action-direction {
        transform: translateY(-50vw);
        padding: 0 2.2083vw;
    }
    .section-food .list-action-menu .btn-action-menu {
        padding: 4.807vw 1.5625vw;
        font-size: 19px;
        font-weight: 700;
        line-height: normal;
    }
    
    /* SECTION  ============ SALLE DE FETE  */

    .section-attraction .content-top {
        width: 100%;
    }
    .section-attraction .content-top title {
        display: block;
        font-size: 8vw;
        font-weight: 700;
        line-height: normal;
    }
    .section-attraction .content-top .text-details {
        font-size: 15px;
        font-weight: 500;
        line-height: 6.7187vw;
        text-align: center;
    }
    .section-attraction .content-attraction .list-attraction {
        gap: 3.604vw;
    }
    .section-attraction .content-attraction .list-attraction .one-attraction .img-attraction {
        width: 70vw;
        height: 70vw;
    }
    .section-attraction .content-attraction .list-attraction .one-attraction {
        gap: 3.5625vw;
    }
    .section-attraction .content-attraction .list-attraction .one-attraction .text-attraction {
        font-size: 5.61458vw;
        line-height: normal;
    }
    .section-attraction .content-attraction .list-attraction .one-attraction .descr-attraction {
        font-size: 15px;
        font-weight: 500;
        line-height: 6.7187vw;
        text-align: center;
    }
    .section-attraction .content-attraction .action-direction {
        transform: translateY(-70vw);
    }
    .section-attraction .content-attraction .action-direction .arrow {
        width: 10.1666vw;
        height: 10.1666vw;
    }

    /* SECTION  ============ FORMULES (OFFERS)  */

    .section-offre .content-top {
        width: 100%;
    }
    .section-offre .content-top title {
        display: block;
        font-size: 8vw;
        font-weight: 700;
        line-height: normal;
    }
    .section-offre .content-top .text-details {
        font-size: 15px;
        font-weight: 500;
        line-height: 6.7187vw;
        text-align: center;
    }

    .section-offre .content-offer {
        flex-wrap: wrap;
    }
    .section-offre .content-offer .offer .img-fluid {
        display: flex;
        width: 100%;
        height: 53vw;
    }
    .section-offre .content-offer .offer .img-fluid i {
        font-size: 9vw;
    }
    .section-offre .content-offer .offer .top-content {
        gap: 3.2vw;
        padding: 4vw 0vw 2vw 0;
    }
    .section-offre .content-offer .offer .top-content .title {
        font-size: 4.61458vw;
        line-height: normal;
    }
    .section-offre .content-offer .offer .top-content a.btn-subscribe {
        padding: 2.807vw 3.5625vw;
        font-size: 5vw;
        line-height: normal;
    }

}