@media screen and (min-resolution: 0dpi) {
    body {
        zoom: 1 !important;
    }
}

@media screen and (min-resolution: 120dpi) {
    body {
        zoom: 0.8 !important;
    }
    
    nav.sticky {
        height: 100px;
    }
    
    .dropdown-menu {
        height: 50vh;
    }
}


@media screen and (min-width: 2000px) {
    .beachcomber-hotels-category {
        padding-top: 3%;
    }
    
    body {
        zoom: 1.3 !important;
    }
}

/* media query for hover */
@media screen and (min-width: 1025px) {
    .pre-menu-links li:hover {
        background-color: #575859;
        color: #ffffff;
    }
    
    .welcome-image {
        /* padding-right: 1%; */
    }

    .social a:hover .non-hover {
        display: none;
    }

    .social a:hover .hover {
        display: block;
    }

    .pre-menu-links li:hover a {
        color: #ffffff;
    }

    .pre-menu-icn a:hover .non-hover {
        display: none;
    }

    .pre-menu-icn a:hover .hover {
        display: block;
    }

    .nav-links a:hover {
        color: #030405;
    }

    .nmh-investors:hover {
        background-color: #2b2c2d;
    }

    .nmh-investors:hover a {
        color: #fff;
    }

    .drop li a:hover:before {
        content: '';
        background-color: #030405;
        width: 15px;
        height: 1px;
        position: absolute;
        left: -20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .figures-report-option a.view:hover {
        color: #b3a974;
        border: 1px solid #b3a974;
    }

    .figures-report-option a.download:hover {
        color: #b3a974;
    }

    .commitments-cta a:hover {
        background-color: #ffffff;
        color: #2b2c2d;
    }

    .beachcomber-artisans-title a:hover {
        background-color: #2b2c2d;
        color: #ffffff;
    }

    .artisans-desc-text a:hover {
        background-color: #2b2c2d;
        color: #ffffff;
    }

    .copyright-left li a:hover {
        color: #575858;
    }

    .copyright-right p a:hover {
        color: #575858;
    }

    .footer-links-info a:hover {
        color: #030405;
    }

    .philosophy-joy a:hover {
        background-color: #ffffff;
    }

    .beachcomber-artisans-text a:hover {
        background-color: #2b2c2d;
        border: 1px solid #2b2c2d;
        color: #ffffff;
    }
    
    .beachcomber-artisans-text2 a:hover {
        background-color: #2b2c2d;
        border: 1px solid #2b2c2d;
        color: #ffffff;
    }

    .apply-offer-form a:hover {
        background-color: #fff;
        color: #2b2c2d;
    }

    .join-send-cv a:hover {
        background-color: #fff;
        color: #2b2c2d;
    }
    
    .newsletter-section .umbraco-forms-navigation input:hover {
        background-color: #2b2c2d;
        color: #ffffff;
    }
    
    .Communique li a:hover span {
        color: #2b2c2d;
    }
    
    .philosophy-text a:hover {
        color: #2b2c2d;
    }
    
    .beachcomber-breadcrum ul li a:hover {
        color: #2b2c2d;
    }
    
    .contact-form-inner .umbraco-forms-navigation input:hover {
        background-color: #2b2c2d;
        color: #ffffff;
    }
    
    .spontaneous-form .umbraco-forms-navigation input:hover {
        background-color: #2b2c2d;
        color: #ffffff;
    }
    
    .Communique a .download:hover {
        background-color: #2b2c2d;
        color: #ffffff;
    }

    .financial-perfomances-text a:hover {
        background-color: #2b2c2d;
        color: #ffffff;
    }

    .communique-date-desc:hover h3, .communique-date-desc:hover p {
        color: #fff;
    }

    .FED-initiatives-links li:hover:after {
        background-color: #2b2c2d;
        transition: 0.5s ease-in-out all;
    }

    .FED-initiatives-links li:hover a {
        color: #2b2c2d;
    }

    .social-charter-text a:hover {
        background-color: #95855e;
        color: #ffffff;
    }
    
    .directors-pdf a:hover { 
        background: #2b2c2d;
        color: #ffffff;
    }
    
    button.button:hover { 
        background: #2b2c2d;
        color: #ffffff;
    }
    
    .inner-photo-gallery a#loadMoree:hover {
        background: #2b2c2d;
        color: #ffffff;
    }
    
    .hotel-book a:hover {
        background: #2b2c2d;
        color: #ffffff;
    }
    
    .pre-menu-links li.book:hover {
        background-color: #ffffff;
    }
    
    .pre-menu-links li.book:hover a {
        color: #b4a064;
    }
}

@media screen and (max-width: 1600px) {
    
    .container {
        max-width: 90%;
    }
    
    .pre-menu.container {
        max-width: 95%;
    }
    
    .nav-container.container {
        max-width: 95%;
    }
    
    .artisans-new-section .welcome-text-title h1 {
        font-size: 75px;
    }
    
    .beachcomber-artisans-page .artisansN .beachcomber-artisans-text {
        padding: 0 8%;
    }
    
    .focus.join .artisans-happiness-image h1 {
        font-size: 130px;
    }
    
    .focus .artisans-happiness-image h1 {
        font-size: 130px;
    }
}
    
@media screen and (max-width: 1440px) {

    /* Media query for premenu and menu */

    .beachcomber-category-img img {
        width: 100%;
    }

    .pre-menu-left {
        width: 30%;
    }

    .pre-menu-right {
        width: 70%;
    }

    .pre-menu-right ul.pre-menu-links {
        width: 80%;
    }

    .pre-menu-right ul.pre-menu-icn {
        width: 20%;
    }

    .pre-menu-links li {
        padding: 2% 3%;
    }

    .pre-menu-links a {
        font-size: 12px;
    }
    
    .pre-menu-icn li {
        padding: 0 4%;
    }

    .drop li {
        /*max-width: 140px;*/
        padding: 10px 60px 0 0;
    }
    
    .drop li a {
        font-size: 13px;
    }

    .nav-links a {
        font-size: 24px;
    }

    .nav-logo img {
        width: 50%;
    }

    /*.dropdown {*/
    /*    height: 50vh;*/
    /*}*/

    /*nav.sticky .dropdown {*/
    /*    height: 35vh;*/
    /*}*/
    
    /*nav.sticky .nav-container {*/
    /*    top: 50%;*/
    /*    transform: translateY(-50%);*/
    /*}*/

    nav.sticky .nav-logo {
        padding-top: 0;
    }

    nav.sticky .nav-logo img {
        width: 28%
    }

    /* End Media query for premenu and menu */


    /* Media query for Homepage */

    .welcome-wrapper:after {
        width: 80%;
    }
    
    .welcome-text {
        max-width: 37%;
        padding-bottom: 4%;
    }

    .welcome-text-title h1 {
        font-size: 86px;
        line-height: 100px;
    }

    .welcome-image {
        padding-right: 1%;
    }

    .welcome-image img {
        width: 95%;
        max-height: 600px;
        object-fit: cover;
    }

    .beachcomber-figures {
        padding-top: 5%;
    }

    .container-left p {
        padding-left: 0;
    }

    .nmh-revenue {
        top: -10%;
    }

    .news-slider-img img {
        min-width: unset;
    }

    .container-left h3 {
        font-size: 60px;
        line-height: 150%;
    }

    .container-left h3 .golden, .container-left h3 span {
        font-size: 40px;
        line-height: 150%;
    }

    .beachcomber-news-slider .swiper-container {
        padding-top: 4%;
    }

    .beachcomber-commitments-title.container-left {
        padding-left: 5%;
        padding-right: 10%;
    }

    .beachcomber-commitments-title.container-left p br {
        display: none;
    }

    .beachcomber-commitments-img img {
        width: 100%;
    }

    .beachcomber-artisans-title.container-left p br {
        display: none;
    }

    .beachcomber-artisans-title.container-left span {
        display: block;
    }

    .beachcomber-news-slider .swiper-button-next, .swiper-container-rtl .swiper-button-prev, .beachcomber-news-slider .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: -5%;
    }

    .beachcomber-artisans-title.container-left {
        padding-left: 5%;
        padding-right: 10%;
    }

    .artisans-figures {
        max-width: unset;
    }

    .artisans-figures-count span {
        font-size: 40px;
    }

    .artisans-figures-count p {
        font-size: 14px;
    }

    .beachcomber-artisans-title a {
        margin-left: 0;
    }

    .artisans-desc-img img {
        width: 100%;
    }

    .artisans-small-left img {
        width: 60%;
    }

    .artisans-small-right {
        position: absolute;
        bottom: -20%;
        right: -25%;
    }

    .artisans-small-right img {
        width: 60%;
    }

    .footer-links-info p {
        font-size: 12px;
    }

    .footer-links-info a {
        font-size: 12px;
    }

    /* End Media query for homepage */


    /* Media query for Group Board of directors */

    .beachcomber-board-text br {
        display: none;
    }

    .board-image img {
        width: 100%;
        min-height: 600px;
        object-fit: cover;
    }

    .directors-profile-all {
        grid-template-columns: auto auto auto;
    }

    .directors-image img {
        min-height: 600px;
        object-fit: cover;
        width: 100%;
    }
    
    .beachcomber-directors-leadership:after {
        width: 500px;
        height: 400px;
    }

    /* End Media query for Group Board of directors */


    /* Media query for Group Philosophy */

    .philosophy-img {
        width: 50%;
        position: relative;
    }

    .philosophy-img img {
        width: 100%;
        min-height: 1000px;
        object-fit: cover;
    }

    .philosophy-text {
        position: relative;
        width: 50%;
        padding-right: 5%;
    }

    .philosophy-text p {
        font-size: 15px;
        line-height: 27px;
    }

    .philosophy-joy {
        padding: 5% 3%;
    }

    .philosophy-joy h3 span {
        font-size: 30px;
    }

    .beachcomber-vision-left {
        padding-left: 5%;
    }

    .vision-text p {
        font-size: 15px;
    }

    .beachcomber-vision-right img {
        min-height: 895px;
        object-fit: cover;
        width: 100%;
    }

    /* End Media query for Group Philosophy */


    /* Media query for Group Structure */

    .beachcomber-structure-img img {
        min-height: 473px;
        object-fit: cover;
        width: 100%;
    }

    .beachcomber-category-desc:first-child {
        padding-left: 3%;
    }

    /* End Media query for Group Structure */


    /* Media query for Group Structure */

    .beachcomber-history-header img {
        min-height: 473px;
        width: 100%;
        object-fit: cover;
    }

    .abso-text p {
        font-size: 150px;
    }

    /* End Media query for Group Structure */


    /* Media query for artisans job application */

    .job-offer-title h1 {
        font-size: 35px;
    }

    .artisans-job-offer-description p {
        font-size: 15px;
    }

    .artisans-job-offer-description h3 {
        font-size: 30px;
    }

    .artisans-job-offer-description li {
        font-size: 15px;
    }

    .apply-offer-form p {
        font-size: 15px;
    }

    .apply-offer-address p {
        font-size: 15px;
    }

    .beachcomber-plus-section a {
        font-size: 35px;
    }


    /* End Media query for artisans job application */

    /* Media query for artisans job application form */

    .spontaneous-form-right img {
        width: 100%;
        min-height: 574px;
        object-fit: cover;
    }

    .spontaneous-employee img {
        min-height: unset;
    }

    .spontaneous-form .firstpleasecheckwhathotelsyouwouldliketosendyourcvto .checkboxlist label {
        padding: 0 5px;
    }

    /* End Media query for artisans job application form */


    /* Media query for artisans life at beachcomber */

    .beachcomber-philosophy.life .philosophy-joy {
        max-width: unset;
    }

    .culture-text-slider {
        padding: 8% 0;
        margin-top: 3%;
    }

    .culture-slide-text p {
        width: 100%;
    }

    .listening-text p {
        font-size: 15px;
        padding-right: 10%;
    }

    .hapiness-index {
        max-width: 95%;
    }

    p.hotel-index-name {
        min-height: 40px;
    }

    p.hotel-index-number {
        font-size: 40px;
    }

    .beachcomber-with-community p {
        font-size: 15px;
    }

    .beachcomber-artisans.life .container-left p {
        width: 90%;
    }

    .we-offer-learning p {
        font-size: 15px;
    }

    .we-offer-description p {
        font-size: 15px;
    }

    .awards-desc-text p {
        font-size: 15px;
        width: 75%;
    }

    /* End Media query for artisans life at beachcomber */
    
    
    /* Media query for commitments */
    
    .initiatives-images {
        max-width: 90%;
    }
    
    .initiatives-images-bloc, .initiatives-images-bloc:nth-child(even) {
        top: unset;
    }
    
    .inner-social-charter {
        max-width: 90%;
    }
    
    .beachcomber-FED-img img {
        width: 100%;
    }
    
    .beachcomber-philosophy.commitment {
        padding-bottom: 5%;
    }
    
    .beachcomber-philosophy.commitment .philosophy-img img {
        min-height: unset;
        max-height: unset;
        object-fit: unset;
    }
    
    
    /* End Media query for commitments */
    
    .spontaneous-form .firstpleasecheckwhathotelsyouwouldliketosendyourcvto .checkboxlist label {
        margin-left: 5px;
    }
    
    .artisans-happiness-text {
        font-size: 18px;
    }
    
    .artisansN-offre-repeated .content .tit {
        font-size: 18px;
    }
    
    .title-new-artisans {
        font-size: 50px;
    }
    
    .desc-new-artisans {
        font-size: 18px;
    }
    
    .artisans-happiness-image.image {
        width: auto;
    }
    
    .artisans-new-section .welcome-text-title h1 {
        font-size: 65px;
    }
    
    .subtitle-new-artisans {
        font-size: 22px;
    }
    
    .beachcomber-artisans-text h3 {
        font-size: 35px;
    }
    
    .inner-artisansN-join {
        padding-bottom: 10%;
    }
    
    .right-majordome-section .desc-new-artisans {
        font-size: 18px;
    }
    
    .beachcomber-artisans-bannerN.bloc-Nban .content .artisans-happiness-image h1 {
        font-size: 100px;
    }

}

@media screen and (max-width: 1280px) {
    
    .container-left h3 p {
        font-size: 65px;
        line-height: 150%;
    }

    /* Media query for premenu and menu */


    .drop li {
        /*max-width: 140px;*/
        padding: 10px 0 0 0;
    }
    .pre-menu-left p {
        font-size: 10px;
    }

    .pre-menu-links li {
        padding: 2.5% 2%;
    }

    .pre-menu-links a {
        font-size: 10px;
    }

    .pre-menu-links li.hotels a {
        width: 95px;
    }

    .pre-menu-right ul.pre-menu-links {
        width: 78%;
    }

    .pre-menu-right ul.pre-menu-icn {
        width: 22%;
    }

    .pre-menu-icn li {
        padding: 0 3%;
    }

    .nav-links a {
        font-size: 22px;
    }

    /* End Media query for premenu and menu */


    /* Media query for homepage */

    .welcome-wrapper:after {
        width: 85%;
    }

    .welcome-text {
        max-width: 42%;
    }

    .welcome-text-title {
        left: -35%;
    }

    .artisans-desc-text h3 {
        font-size: 24px;
    }

    .artisans-desc-text h3 br {
        display: none;
    }

    /* End Media query for homepage */


    /* Media query for Group history */

    .history-description-text {
        width: 100%;
    }

    .history-slider {
        padding-bottom: 5%;
    }

    .beachcomber-history-slider .swiper-pagination {
        bottom: 5%;
    }

    .beachcomber-history-slider .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        left: 80%;
        bottom: 4%;
    }

    .beachcomber-history-slider .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 15%;
        bottom: 4%;
    }

    /* Media query for Group history */


    /* Media query for Group Philosophy */

    .philosophy-text p {
        font-size: 14px;
        line-height: 22px;
    }

    .philosophy-joy {
        padding: 5% 4% 10%;
        left: -30%;
    }

    /* End Media query for Group Philosophy */


    /* Media query for Group board of directors */

    .directors-profile-all {
        grid-template-columns: auto auto;
    }
    
    .directors-image-info {
        flex-direction: column;
        top: -20px;
    }

    .directors-image {
        top: unset;
        width: 100%;
        order: 1;
    }
    
    .directors-names {
        width: 100%;
        order: 2;
        padding-top: 5%;
    }
    
    .directors-names h3:not(:first-child) {
        padding-top: 5%;
    }

    .directors-image:before {
        top: -30%;
        width: 250px;
        height: 300px;
        background-size: cover;
    }

    /* Media query for Group board of directors */

    /* End Media query for Group structure */

    .beachcomber-structure-text {
        padding: 5% 0;
    }

    .nmh-structure-timeline {
        padding: 15% 3% 5%;
    }

    .beachcomber-hotels-text .container-left h3 p {
        font-size: 65px;
    }

    .hotels-text {
        padding-right: 10%;
    }

    .aside-right-text {
        padding-right: 0;
    }
    
    .beachcomber-structure-hotels .beachcomber-hotels {
        padding: 10% 0 15%;
    }

    /* Media query for Group structure */
    
    /* Media query for artisans join beachcomber */

    .join-spontaneous-text .container-left h3 p {
        font-size: 65px;
        line-height: 150%;
    }

    /* End Media query for artisans join beachcomber */
    
    /* Media query for artisans job details */

    .artisans-job-offer-description li:before {
        width: 2.5%;
    }

    /* Media query for artisans job details */


    /* Media query for Newsletter Section */

    .newsletter-section {
        padding: 3% 0;
    }

    .newsletter-section .umbraco-forms-field input, .newsletter-section .umbraco-forms-field.email input {
        width: 100%;
    }

    /* End Media query for Newsletter Section */
    
    
    /* Media query for artisans we offer */
    
    .we-offer-learning {
        flex-direction: column;
    }

    .weoffer-learning-text {
        width: 100%;
    }

    .training-academy-logo {
        width: 100%;
        text-align: center;
        padding-top: 5%;
    }

    .beachcomber-benefits-img img {
        width: 100%;
    }

    .benefits-img2 {
        bottom: -40%;
        right: 5%;
    }

    .benefits-img2 img {
        width: 65%;
    }

    /* End Media query for artisans we offer */
    
    
    /* Media query for artisans life at beachcomber */

    .beachcomber-philosophy.life .philosophy-joy {
        width: calc(100% + 20%)
    }

    /* End Media query for artisans life at beachcomber */
    
    
    /* Media query for investors policies and governance */

    .policies-governance-img img {
        width: 100%;
        object-fit: cover;
    }

    /* End Media query for investors policies and governance */


    /* Media query for investors financial performance */

    .financial-perfomances-text {
        padding: 3% 0 0 5%;
    }

    /* End Media query for investors financial performance */
    
    
    /* Media query for Commitments */
    
    .art-beauty-text:after {
        max-width: 60%;
    }
    
    .art-beauty-text p {
        width: 55%;
    }
    
    .art-beauty-text p br {
        display: none;
    }
    
    .FED-initiatives-container {
        padding-right: 5%;  
    }
    
    .beachcomber-responsible-initiatives {
        padding: 15% 0 0;
    }
    
    .key-achievements-img {
        width: 50%;
    }
    
    .key-achievements-img img {
        width: 100%;
        min-height: 425px;
        object-fit: cover;
    }
    
    .key-achievements-play img {
        width: unset;
        min-height: unset;
        object-fit: unset;
    }
    
    /* End Media query for Commitments */

    .spontaneous-form .firstpleasecheckwhathotelsyouwouldliketosendyourcvto .checkboxlist .variation {
        width: 33%;
    }
    
    .title-new-artisans {
        font-size: 42px;
    }
    
    .subtitle-new-artisans {
        font-size: 20px;
    }
    
    .inner-feel-happiness .desc {
        font-size: 18px;
    }
    
    .beachcomber-artisans-bannerN.bloc-Nban .content .artisans-happiness-image h1 {
        font-size: 90px;
    }
    
    .beachcomber-artisans-bannerN.bloc-Nban.stories .content .artisans-happiness-image h1 {
        font-size: 90px;
    }
    
    .sto-bloc .swiper-button-next {
        width: 40px;
        height: 40px;
        right: 1%;
    }
    
    .sto-bloc .swiper-button-prev {
        width: 40px;
        height: 40px;
        left: 1%;
    }
}

@media screen and (max-width: 1080px) {
    
    .artisans-happiness-text {
        font-size: 16px;
    }
    
    .artisans-happiness-image.image {
        width: 40%;
    }
    
    .title-new-artisans {
        font-size: 36px;
    }
    
    .subtitle-new-artisans {
        font-size: 18px;
    }
    
    .inner-feel-happiness .desc {
        font-size: 16px;
    }
    
    .beachcomber-artisans-text h3 {
        font-size: 32px;
    }
    
    .beachcomber-artisans-page .artisansN .beachcomber-artisans-text h4 {
        font-size: 16px;
    }
    
    .beachcomber-artisans-page .artisansN .beachcomber-artisans-text p {
        font-size: 16px;
    }
    
    .artisansN-offre-repeated .content .tit {
        font-size: 16px;
    }
    
    .artisansN-news-date {
        font-size: 16px;
    }
    
    .artisansN-news-cat {
        font-size: 12px;
    }
    
    .artisansN-news-title {
        font-size: 22px;
    }
    
    .artisansN-news-desc {
        font-size: 14px;
    }
    
    .artisans-cta a {
        padding: 10px 50px;
        font-size: 12px;
    }
    
    .desc-new-artisans {
        font-size: 16px;
    }
    
    .refont-banner-slider .refont-content {
        right: 2.5%;
        width: 45%;
    }
    
    .refont-banner-slider:after {
        width: 55%;
    }
    
    .pilliers-slider-bloc .content {
        padding: 12% 10% 20%;
    }
    
    .pilliers-slider-bloc .content .swiper-button-next {
        width: 35px;
        height: 35px;
    }
    
    .pilliers-slider-bloc .content .swiper-button-prev {
        width: 35px;
        height: 35px;
        right: 15%;
    }
    
    .focus .artisans-happiness-image h1 {
        font-size: 110px;
    }
    
    .focus.join .artisans-happiness-image h1 {
        font-size: 110px;
    }
    
    .beachcomber-artisans-bannerN.focus .content {
        max-width: 90%;
    }
    
    .beachcomber-artisans-bannerN.focus.join .content {
        max-width: 90%;
    }
    
    .container .artisansN-title-bloc.container {
        max-width: 100%;
    }
    
    .beachcomber-artisans-bannerN.bloc-Nban .content .artisans-happiness-image h1 {
        font-size: 70px;
    }
    
    .beachcomber-artisans-bannerN.bloc-Nban.stories .content .artisans-happiness-image h1 {
        font-size: 70px;
    }
    
    
    
}

@media screen and (max-width: 900px) {
    
    .container-left h3 p {
        font-size: 50px;
        line-height: 35px;
    }
    
    .container-left h3 {
        font-size: 40px;
        line-height: 25px;
    }
    
    
    /* Media query for menu mob */
    
    header, nav.desk {
        display: none;
    }

    nav.mob {
        display: block;
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        z-index: 999;
    }
    
    nav.mob.active2 {
        position: fixed;
    }
    
    nav.mob.active {
        overflow-y: scroll;
        height: 100%;
        position: fixed;
    }
    
    nav.mob.active .nav-hide {
        position: relative;
    }

    .nav-shown {
        width: 100%;
        background: rgba(87, 88, 89, .9);
        padding: 2.5% 5%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .nav-shown.scrolled, .mob.active .nav-shown {
        border: 1px solid rgb(189, 161, 94, 0.4);
    }
    
    /*.nav-shown.scrolled .nav-mob-logo img {*/
    /*    width: 60%;*/
    /*}*/

    .nav-mob-logo {
        width: 70%;
        position: relative;
    }
    
    .nav-mob-logo svg {
        display: block;
        width: 100%;
    }

    .nav-mob-logo img {
        width: 100%;
    }

    .nav-hide {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        right: -100%;
        position: fixed;
        /* top: 0; */
        background: rgba(87, 88, 89, .9);
        /* transition: all 0.75s cubic-bezier(0.75, 0.19, 0.24, 1); */
        z-index:1;
        padding: 5% 5%;
    }

    .nav-hide.active {
        right: 0;
    }
    
    .beachcomber-hotels.display {
        display: block;
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        height: 100vh !important;
        z-index: 9;
    }
    
    .beachcomber-hotels-category {
        height: 100%;
        justify-content: flex-end;
        flex-direction: column;
        align-items: center;
    }
    
    .beachcomber-category-desc {
        padding-right: 0;
    }

    .first-choice li {
        display: block;
        list-style: none;
        position: relative;
    }
    
    .first-choice li.first {
        padding-top: 60px;
    }
    
    .first-choice li.second {
        padding-top: 30px;
    }
    
    ul.social-icn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 35%;
        margin: 0 auto;
        padding-top: 10%;
    }

    /*li .li-first:first-child {*/
    /*    border-bottom: 0;*/
    /*}*/

    li .li-first {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgb(0,51,94,0.5);
        padding: 2% 0;
    }

    .li-first p {
        font-size: 30px;
        line-height: 50px;
        font-family: 'linotype-didot', serif;
        font-weight: 400;
        font-style: italic;
        color: #2b2c2d;
        text-decoration: none;
    }
    
    .menu-arrow {
        transform: translateY(-50%) scaleY(1);
    }
    
    li .li-second {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2% 0;
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    li.first .li-second:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 10px;
        padding: 5px;
        transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
        border: solid rgb(0 51 94 / 0.7);
        border-width: 0 3px 3px 0;
        transition: all 0.5s ease-out 0s;
    }
    
    li.first .li-second.open-sub:after {
        transform: translateY(-50%) rotate(-135deg);
        -webkit-transform: translateY(-50%) rotate(-135deg);
    }

    .li-second p, .li-second a {
        font-size: 24px;
        line-height: 40px;
        font-family: 'linotype-didot', serif;
        font-weight: 400;
        font-style: italic;
        color: #00335e;
        text-decoration: none;
        width: 100%;
        padding: 2% 0;
    }
    
    .second-choice {
        display: block;
        transition: 0.5s ease-in-out all;
    }
    
    .third-choice {
        opacity: 0;
        max-height: 0;
        transition: 0.5s ease-in-out all;
    }
    
    .third-choice.open-sub {
        padding: 5%;
        opacity: 1;
        max-height: 100%;
    }
    
    .third-choice li {
        display: none;
    }
    
    .third-choice.open-sub li {
        display: block;
    }
    
    .third-choice li a {
        font-size: 18px;
        line-height: 40px;
        font-family: 'linotype-didot', serif;
        font-weight: 400;
        font-style: italic;
        color: #fff;
        text-decoration: none;
    }
    
    .third-choice.active {
        display: block;
    }
    
    .first-choice li.search-hid {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(87, 88, 89, 1);
    }
    
    .first-choice li.search-hid .li-first {
        padding: 2% 5%;
        border: none;
    }
    
    .first-choice li.search-hid .li-first img {
        display: none;
    }
    
    .first-choice li.search-hid .li-first p {
        color: #fff;
    }

    body.scroll {
        overflow: hidden;
    }


    /* Icon 1 */

    #nav-icon1 {
        width: 50px;
        height: 35px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    
    #nav-icon1 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    
    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }
    
    #nav-icon1 span:nth-child(2) {
        top: 12px;
    }
    
    #nav-icon1 span:nth-child(3) {
        top: 24px;
    }
    
    #nav-icon1.open span:nth-child(1) {
        top: 18px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    
    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    
    #nav-icon1.open span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    
    /* End Media query for menu mob */
    

    /* Media query for homepage */
    
    .welcome-container:before {
        height: 50%;
    }

    .welcome-wrapper {
        flex-direction: column;
    }

    .welcome-wrapper:after {
        width: 75%;
    }

    .welcome-image {
        order: 1;
        width: 100%;
        padding-right: 0;
        top: 35px;
    }

    .welcome-image img {
        max-height: 800px;
    }

    .welcome-text {
        order: 2;
        width: 70%;
        max-width: unset;
        padding-right: 5%;
        padding-top: 40px;
    }

    .beachcomber-figures-title {
        padding-right: 7%;
    }

    .beachcomber-commitments {
        height: auto;
        flex-direction: column;
    }

    .beachcomber-commitments-title.container-left {
        width: 100%;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 7%;
    }

    .beachcomber-commitments-img {
        width: 100%;
        max-width: 90%;
        top: 80px;
    }

    .beachcomber-artisans {
        flex-direction: column;
        padding: 20% 0 20%;
    }

    .beachcomber-artisans-title {
        width: 100%;
        max-width: 90%;
        padding-bottom: 15%;
    }

    .beachcomber-artisans:before {
        top: 0;
        bottom: unset;
        z-index: unset;
    }

    .beachcomber-artisans-desc {
        width: 100%;
        max-width: 90%;
        height: 400px;
    }

    .nmh-revenue {
        width: 85%;
        top: -8%;
    }

    .nmh-counter-text span.count {
        font-size: 40px;
    }

    .nmh-shares p.nmh-shares-price {
        font-size: 18px;
    }

    .nmh-shares p.nmh-shares-date {
        font-size: 12px;
    }

    .figures-report {
        width: 100%;
    }

    .artisans-desc-text h3 {
        font-size: 20px;
    }

    .artisans-small-right {
        right: -25%;
        bottom: -17%;
    }

    .artisans-small-right img {
        width: 60%;
    }

    .artisans-small-left {
        left: -20%;
    }

    .artisans-small-left img {
        width: 60%;
    }

    /* End Media query for homepage */
    
    
    /* Media query landing page */
    
    .beachcomber-artisans-img img {
        width: 100%;
        min-height: unset;
        object-fit: unset;
        display: block;
    }
    
    .beachcomber-artisans-img {
        width: 100%;
        order: 1;
    }
    
    .beachcomber-artisans-text {
        width: 100%;
        order: 2;
        padding: 5% 10%;
    }
    
    .beachcomber-artisans-bloc {
        top: unset !important;
        flex-direction: column;
        margin-bottom: 0;
    }
    
    .beachcomber-artisans-text h1 {
        font-size: 40px;
    }
    
    .beachcomber-artisans-text h3 {
        font-size: 30px;
    }
    
    .beachcomber-artisans-text p {
        font-size: 12px;
        line-height: 24px;
    }
    
    
    /* Media query landing page */


    /* Media query for Group Philosophy */

    .beachcomber-philosophy {
        width: 100%;
        flex-direction: column;
    }

    .philosophy-img {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
        padding-top: 5%;
    }

    .philosophy-img img {
        max-height: 700px;
        min-height: unset; 
    }

    .philosophy-text {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }

    .philosophy-joy {
        position: relative;
        left: unset;
        bottom: unset;
        margin: 5% 0 10%;
    }

    .beachcomber-vision {
        flex-direction: column;
        padding-bottom: 10%;
    }

    .beachcomber-vision:after {
        top: unset;
        left: -30%;
        bottom: -10%;
    }

    .beachcomber-vision-right {
        order: 1;
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
    }

    .beachcomber-vision-right img {
        min-height: unset;
        max-height: 700px;
    }

    .beachcomber-vision-left {
        order: 2;
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
        padding-left: 0;
        padding-top: 5%;
    }

    .vision-text p {
        padding-right: 0;
    }

    /* End Media query for Group Philosophy */


    /* Media query for Group board of directors */

    .beachcomber-board {
        flex-direction: column;
        padding: 5% 0;
    }

    .beachcomber-board-image {
        width: 100%;
        margin: 0 auto;
        max-width: 90%;
        order: 1;
        padding-bottom: 10%;
    }

    .board-image-bg {
        max-width: 90%;
        margin: 0 auto 0 0;
    }

    .board-image {
        left: 50px;
        top: 50px;
    }

    .beachcomber-board-text {
        width: 100%;
        margin: 0 auto;
        max-width: 90%;
        order: 2;
        padding-left: 0;
    }

    .directors-image img {
        min-height: unset;
        object-fit: unset;
    }

    .directors-image:before {
        width: 150px;
        height: 175px;
        right: 15px;
    }

    /* Pop up */

    .popup-directors-desc {
        max-height: 90%;
        overflow-y: scroll;
    }

    .directors-desc-info.current {
        align-items: flex-start;
        flex-direction: column;
    }

    .director-desc-img {
        order: 1;
        margin-left: 0;
    }

    .director-wrap-basic {
        order: 2;
    }

    .director-basic-info p {
        padding-right: 0;
    }


    /* End Media query for Group board of directors */
    
    
    /* Media query for Group structure */
    
    .beachcomber-nmh-structure .beachcomber-artisans-title {
        padding: 5% 0;
    }
    
    .inner-beachcomber-structure-hotels {
        flex-direction: column;
    }
    
    .beachcomber-hotels-text {
        width: 100%;
        order: 2;
        padding-top: 5%;
    }
    
    .beachcomber-hotels-img {
        width: 100%;
        order: 1;
    }
    
    /* End Media query for Group structure */


    /* Media query for Group Senior management */

    .beachcomber-directors-leadership {
        margin: 10% auto;
    }

    .beachcomber-directors-leadership:after {
        width: 300px;
        height: 200px;
        top: 15%;
    }

    .directors-leadership-names {
        width: 90%;
        position: relative;
        padding: 2% 0 2% 5px;
    }

    .profile-info {
        padding-left: 20px;
    }

    .leadership-info {
        width: 100%;
    }

    .leadership-info:nth-child(odd) {
        padding-left: 0;
    }
    

    /* End Media query for Group Senior management */


    /* End Media query for Group structure */

    .nmh-structure-timeline {
        padding: 20% 2% 5%;
    }

    .beachcomber-hotels-text .container-left h3 p {
        font-size: 50px;
        line-height: 35px;
    }

    .beachcomber-hotels-text .container-left h3 .golden, .beachcomber-hotels-text .container-left h3 span {
        font-size: 28px;
    }
    
    .line-left-text h3, .line-right-text h3 {
        font-size: 14px;
    }
    
    .line-center-text h3 {
        font-size: 24px;
    }
    
    .structure-aside-text {
        flex-direction: column;
    }

    .aside-left-text {
        width: 100%;
    }

    .aside-right-text {
        width: 100%;
    }
    
    /* Media query for Group structure */
    
    
    /* Media query for artisans join beachcomber */

    .jobs-item {
        padding: 3% 1%;
    }

    .job-name h3 {
        font-size: 16px;
    }

    .job-name p {
        font-size: 12px;
    }

    .job-date {
        min-width: 160px;
    }

    .join-spontaneous-text .container-left h3 p {
        font-size: 50px;
        line-height: 35px;
    }

    .join-send-cv h3 {
        font-size: 24px;
    }
    
    .beachcomber-join-spontaneous {
        flex-direction: column;
    }
    
    .join-spontaneous-img {
        width: 100%;
    }
    
    .join-spontaneous-text {
        width: 100%;
        padding-top: 5%;
    }
    
    .join-spontaneous-text .container-left {
        padding-left: 7%;
    }
    
    .join-send-cv {
        width: 100%;
        left: unset;
    }
    

    /* End Media query for artisans join beachcomber */
    
    
    /* Media query for artisans job details */

    .job-offer-title h1 {
        padding: 6% 0 3%;
    }

    .apply-offer-form p {
        font-size: 12px;
        line-height: 20px;
    }

    .apply-offer-address p {
        font-size: 12px;
        line-height: 20px;
    }

    .apply-offer-form a {
        padding: 10px 20px;
    }

    /* End Media query for artisans job details */
    
    
    /* Media query for artisans we offer */

    .we-offer-learning {
        flex-direction: column;
    }

    .weoffer-learning-text {
        width: 100%;
    }

    .training-academy-logo {
        width: 100%;
        text-align: center;
        padding-top: 5%;
    }

    .beachcomber-benefits-img img {
        width: 100%;
    }

    .benefits-img2 {
        bottom: -40%;
        right: 5%;
    }

    .benefits-img2 img {
        width: 65%;
    }

    .beachcomber-awards-people {
        padding-left: 0;
    }

    .awards-desc:nth-child(even) {
        padding-left: 0;
    }

    .beachcomber-rewards {
        flex-direction: column;
        max-width: 90%;
        margin: 0 auto;
    }

    .beachcomber-rewards .container-left {
        padding-left: 7%;
        width: 100%;
        order: 2;
        padding-top: 5%;
    }

    .beachcomber-rewards-img {
        width: 100%;
    }

    .beachcomber-benefits {
        flex-direction: column;
    }

    .beachcomber-benefits .container-left {
        width: 100%;
        order: 2;
        padding-top: 5%;
        padding-left: 7%;
    }

    .beachcomber-benefits .container-left h3 {
        padding-bottom: 0;
    }

    .beachcomber-benefits-img {
        width: 100%;
        position: relative;
        text-align: right;
    }

    .benefits-img2 {
        bottom: -10%;
    }

    /* End Media query for artisans we offer */
    
    
    /* Media query for artisans job application */

    .spontaneous-form .umbraco-forms-field:not(:nth-child(2)) {
        width: 100%;
    }
    
    .spontaneous-form .umbraco-forms-field select {
        width: 95%;
    }

    .spontaneous-form .firstpleasecheckwhathotelsyouwouldliketosendyourcvto .checkboxlist input[type='checkbox'] {
        padding-bottom: 2%;
    }
    
    .spontaneous-employee-desc {
        top: unset;
        flex-direction: column;
        padding-top: 5%;
    }

    .spontaneous-form-left {
        width: 100%;
        order: 2;
        padding-top: 15%;
    }
    
    .spontaneous-form-left p {
        padding-right: 0;
    }

    .spontaneous-form-right {
        width: 100%;
        right: unset;
        order: 1;
    }

    .spontaneous-employee {
        left: -25px;
        bottom: -10%;
    }
    
    .beachcomber-plus {
        flex-direction: column;
    }

    .beachcomber-plus-section {
        width: 100%;
    }

    /* End Media query for artisans job application */
    
    
    /* Media query for artisans life at beachcomber */

    .beachcomber-philosophy.life .philosophy-joy {
        width: 100%;
    }

    .beachcomber-philosophy.life .container-left {
        padding-top: 5%;
    }

    .work-community-wrap h3 {
        min-width: 40px;
    }

    .beachcomber-listening {
        flex-direction: column;
    }

    .beachcomber-listening-text {
        width: 100%;
        position: relative;
        order: 2;
        padding-top: 5%;
    }

    .beachcomber-listening-img {
        width: 100%;
        order: 1;
    }

    .beachcomber-listening-img img {
        display: block;
        width: 100%;
    }

    .hapiness-index {
        max-width: unset;
    }

    .beachcomber-listening-text .container-left {
        padding-bottom: 5%;
    }


    /* End Media query for artisans life at beachcomber */
    
    /* Media query for investors policies and governance */
    
    .beachcomber-financial-performances {
        flex-direction: column;
        padding: 5% 0;
    }

    .financial-perfomances-text {
        width: 100%;
        order: 2;
        padding-top: 5%;
    }

    .policies-governance-img {
        width: 100%;
        order: 1;
        top: unset;
    }

    /* End Media query for investors policies and governance */


    /* Media query for investors financial performance */

    .beachcomber-financial-performances {
        flex-direction: column;
        padding: 5% 0;
        max-width: 90%;
        margin: 0 auto;
    }

    .financial-perfomances-img {
        width: 100%;
        order: 1;
        top: unset;
    }

    .financial-perfomances-text {
        width: 100%;
        order: 2;
        padding-top: 5%;
        padding-left: 0;
    }
    
    .financial-perfomances-text p {
        padding-right: 5%;
    }

    .beachcomber-performances-figures {
        flex-direction: column;
    }

    .performances-figures-img {
        width: 100%;
    }

    .performances-figures-text {
        width: 100%;
        padding: 5% 0;
    }
    
    .figures-text-numbers {
        padding-bottom: 5%;
    }

    .hotels-coming {
        max-width: 90%;
        margin: 0 auto;
    }
    
    .beachcomber-responsible {
        padding-top: 5%;
    }
    
    .beachcomber-responsible .container-left p {
        width: 90%;
    }

    /* End Media query for investors financial performance */
    
    
    /* Media query for Commitments */
    
    .commitment-text h1 {
        font-size: 40px;
    }
    
    .art-beauty-text p {
        width: 65%;
    }
    
    .art-beauty-text:after {
        max-width: 70%;
    }
    
    .beachcomber-initiatives {
        top: -100px;
    }
    
    .initiatives-bloc-overlay h3 {
        font-size: 32px;
        line-height: 32px;
    }
    
    .social-charter-text h3 {
        font-size: 28px;
    }
    
    .beachcomber-FED {
        flex-direction: column;
    }
    
    .beachcomber-FED-img {
        width: 100%;
    }
    
    .beachcomber-FED-text {
        width: 100%;
        padding-top: 5%;
    }
    
    .beachcomber-FED-initiatives {
        flex-direction: column;
    }
    
    .FED-initiatives-links {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
    }
    
    .FED-text-icon {
        padding-left: 0;
        text-align: center;
    }
    
    .FED-initiatives-container {
        width: 100%;
        padding-left: 0; 
        padding-right: 0; 
        padding-top: 5%;
        max-width: 90%;
        margin: 0 auto;
    }
    
    .initiatives-text h2, .initiatives-text h2 p {
        font-size: 45px;
        line-height: 46px;
    }
    
    .beachcomber-key-achievements {
        flex-direction: column;
        padding-top: 5%;
    }
    
    .key-achievements-text {
        width: 100%;
    }
    
    .key-achievements-img {
        width: 100%;
        padding-top: 5%;
    }
    
    .key-achievements-img img {
        width: 100%;
    }
    
    
    /* End Media query for Commitments */
    
    
    /* Media query for Contact */
    
    .contact-form-location {
        flex-direction: column;
    }
    
    .contact-form-location .footer-links-info {
        width: 100%;
        order: 2;
        padding-top: 5%;
    }
    
    .contact-form-img {
        width: 100%;
        order: 1;
    }
    
    .contact-second-img {
        left: -5%;
    }
    
    .contact-second-img img {
        width: 75%;
    }
    
    
    /* End Media query for Contact */
    
    
    /* Footer */
    
    .copyright-left {
        flex-direction: column;
    }
    
    .copyright-left li a:first-child {
        padding-left: 0;
    }
    
    .inner-copyright-section {
        height: 60px;
    }

    .copyright-left ul {
        padding-top: 2%;
    }
    
    /* End Footer */
    
    .spontaneous-form .firstpleasecheckwhathotelsyouwouldliketosendyourcvto .checkboxlist .variation {
        width: 50%;
    }
    
    .spontaneous-form .umbraco-forms-field.fileupload {
        padding-bottom: 30px;
    }
    
    .spontaneous-form .umbraco-forms-field.uploadcv .field-validation-error, .spontaneous-form .umbraco-forms-field.uploadmotivationletter .field-validation-error {
        bottom: 10px;
        padding-top: 0;
    }

    .philosophy-text.news img {
        width: 100% !important;
        max-width: 100%;
        height: auto;
        border: 0;
        -ms-interpolation-mode: bicubic;
        vertical-align: bottom;
    }
    
    .beachcomber-artisans-page .artisansN .beachcomber-artisans-text {
        padding: 5%;
    }
    
    .inner-feel-happiness {
        padding: 10% 0;
    }
    
    .inner-artisansN-offre.container {
        margin-top: 10%;
    }
    
    .inner-artisansN-join {
        padding: 5% 0 10%;
    }
    
    .refont-content .welcome-text .cnttxt {
        font-size: 14px;
        line-height: 150%;
        padding-right: 0;
    }
    
    .left-pilliers-artisans {
        width: 100%;
    }
    
    .right-pilliers-artisans {
        width: 100%;
        padding-top: 5%;
    }
    
    .container {
        margin: 0 auto;
    }
    
    .pilliers-slider-bloc {
        margin-top: 5%;
        left: 0;
        width: 100%;
        bottom: 0;
    }
    
    .swiper-pag-bloc {
        left: 5%;
    }
    
    .pilliers-slider-bloc .content {
        padding: 10% 5%;
    }
    
    .artisansN-offre-repeated {
        width: 100%;
    }
    
    .artisansN-news-repeated {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%;
    }
    
    .artisansN-news-repeated .content {
        padding: 5% 5% 10%;
        left: 2.5%;
    }
    
    .left-artisansN-join {
        width: 100%;
    }
    
    .right-artisansN-join {
        width: 100%;
        margin-top: 5%;
    }
    
    .artisans-new-section .welcome-text-title h1 {
        font-size: 50px;
    }
    
    .beachcomber-artisans-page.meet .artisansN-title-bloc > div {
        width: 100%;
    }
    
    .artisansN-offre-repeated .content .desc-new-artisans {
        font-size: 16px;
    }
    
    .left-majordome-section {
        width: 100%;
        order: 2;
    }
    
    .right-majordome-section {
        width: 100%;
        order: 1;
        margin-bottom: 5%;
    }
    
    .medtext {
        font-size: 16px;
    }
    
    .refont-banner-slider .refont-content .welcome-text {
        padding-top: 0;
        padding-right: 0;
    }
    
    .refont-banner-slider .refont-content {
        right: 5%;
        width: 55%;
    }
    
    .refont-banner-slider:after {
        width: 70%;
    }
    
    .right-majordome-section .desc-new-artisans span {
        font-size: 28px !important;
    }
    
    .right-majordome-section .desc-new-artisans {
        font-size: 16px;
    }
    
    .focus .artisans-happiness-image h1 {
        font-size: 80px;
    }
    
    .focus.join .artisans-happiness-image h1 {
        font-size: 80px;
    }
    
    .life .inner-feel-happiness .desc {
        max-width: 95%;
        margin: 5% auto;
    }
    
    .inner-artOffer-section.container {
        margin: 10% auto;
    }
    
    .left-artOffer {
        width: 100%;
        margin-bottom: 5%;
    }
    
    .right-artOffer {
        width: 100%;
    }
    
    .artOffer-image-bloc {
        margin-top: 10%;
    }
    
    .epadev-repeat {
        width: 100%;
        margin-bottom: 10%;
    }
    
    .beachcomber-artisans-page .artisansN .beachcomber-artisans-text h3 {
        padding-bottom: 3%;
    }
    
    .beachcomber-artisans-page .artisansN .beachcomber-artisans-text p {
        padding: 1% 0 5%;
    }
    
    .artisansN-offre .year.subtitle-new-artisans {
        text-align: center;
    }
    
    .right-majordome-section.life-ecoute {
        height: auto;
    }
    
    .indice-ecoute-bloc {
        margin-top: 5%;
    }
    
    .inner-community-help .community-help h3 {
        font-size: 28px;
        padding-left: 12%;
    }
    
    .inner-community-help .community-help p {
        font-size: 16px;
        line-height: 150%;
        padding-left: 12%;
    }
    
    .artisansN-offre-repeated .content {
        max-width: 90%;
    }
    
    .epadev-bloc {
        margin-top: 10%;
    }
    
    .beachcomber-artisans-bannerN.bloc-Nban .content .artisans-happiness-image h1 {
        font-size: 70px;
    }
    
    .beachcomber-artisans-bannerN.bloc-Nban.stories .content .artisans-happiness-image h1 {
        font-size: 70px;
    }
}


@media screen and (max-width: 767px) {
    
    body {
        font-size: 12px;
    }
    
    .nav-shown {
        padding: 5%;
    }
    
    section {
        /*padding-top: 120px;*/
        margin-top: 0;
    }
    
    .container-left h3 p {
        font-size: 40px;
        line-height: 150%;
    }
    
    .container-left h3 {
        font-size: 40px;
        line-height: 150%;
    }
    
    .container-left p {
        font-size: 12px;
        line-height: 24px;
    }
    
    .container-left h3 .golden, .container-left h3 span {
        line-height: 150%;
    }
    
    .search__info {
        font-size: 12px;
    }
    
    
    /* Media query for menu mob */
    
    .menu-arrow {
        width: 5%;
    }
    
    .li-first p {
        font-size: 24px;
        line-height: 50px;
        font-family: 'linotype-didot', serif;
        font-weight: 400;
        font-style: italic;
        color: #fff;
    }

    .li-second p, .li-second a {
        font-size: 20px;
        line-height: 40px;
        font-family: 'linotype-didot', serif;
        font-weight: 400;
        font-style: italic;
        color: #fff;
        width: 100%;
        padding: 2% 0;
    }
    
    .nav-shown.scrolled .nav-mob-logo img {
        width: 60%;
    }
    
    .nav-mob-logo img {
        width: 100%;
    }
    
    #nav-icon1 {
        width: 40px;
        height: 30px;
    }
    
    #nav-icon1 span:nth-child(2) {
        top: 10px;
    }
    
    #nav-icon1 span:nth-child(3) {
        top: 20px;
    }
    
    
    /* End media query for menu mob */
    
    
    /* Media query for Homepage */
    
    .welcome-text-title .subtxt {
        color: #fff;
        font-size: 12px;
        padding-bottom: 5%;
    }
    
    .welcome-text {
        width: 80%;
    }
    
    .welcome-text-title {
        left: -20%;
    }
    
    .welcome-text-title h1 {
        font-size: 49px;
        line-height: 61px;
    }
    
    .welcome-text .cnttxt {
        font-size: 12px;
        line-height: 24px;
        padding-right: 0;
    }
    
    .welcome-wrapper:after {
        width: 100%;
    }
    
    .beachcomber-figures {
        padding-top: 10%;
    }
    
    .beachcomber-figures-title {
        padding-right: 5%;
    }
    
    .beachcomber-figures-img {
        margin-top: 20%;
    }
    
    .nmh-revenue {
        width: 95%;
        left: 3%;
        padding: 5% 0 10%;
    }
    
    .nmh-counter-text:first-child {
        padding-right: 2%;
        padding-top: 3%;
        padding-bottom: 3%;
    }
    
    .nmh-counter-text span.count {
        font-size: 28px;
    }
    
    .nmh-counter-text p.counter-p {
        font-size: 12px;
        line-height: 18px;
    }
    
    .nmh-counter-text:nth-child(2) {
        padding: 3% 5%;
    }
    
    .nmh-counter-text:last-child {
        padding-left: 2%;
    }
    
    .figures-report h3 {
        font-size: 30px;
        line-height: 45px;
    }
    
    .figures-report {
        left: 7%;
    }
    
    .figures-report-option a.view {
        padding: 10px 15px;
        font-size: 12px;
    }
    
    .figures-report-option p {
        font-size: 20px;
        width: 60px;    
    }
    
    .figures-report-option a.download {
        font-size: 14px;
    }
    
    .beachcomber-news {
        padding: 10% 0;
    }
    
    .beachcomber-news-slider {
        width: 100%;
        max-width: 90%;
        margin: 10% auto 0;
    }
    
    .beachcomber-news-slider .swiper-container {
        padding-top: 15%;
    }
    
    .beachcomber-news-slider .swiper-button-next, .swiper-container-rtl .swiper-button-prev, .beachcomber-news-slider .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: unset;
    }
    
    .beachcomber-news-slider .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        right: 15%;
        top: 20px;
    }
    
    .beachcomber-news-slider .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0;
        top: 20px;
    }
    
    .news-slider-text {
        width: 97%;
        left: 10px;
        top: -70px;
    }
    
    .news-slider-text .slider-text-title {
        font-size: 20px;
        line-height: 32px;
    }
    
    .beachcomber-commitments-img {
        top: 30px;
    }
    
    .beachcomber-commitments-img img {
        min-height: 350px;
    }
    
    .commitments-play img {
        width: 50%;
        min-height: unset;
    }
    
    .commitments-cta a {
        padding: 10px 15px;
    }
    
    .beachcomber-artisans:before {
        display: none;
    }
    
    .beachcomber-artisans-title.container-left {
        padding-right: 0;
    }
    
    .beachcomber-artisans-desc {
        flex-direction: column;
    }
    
    .artisans-desc-img {
        width: 100%;
    }
    
    .artisans-desc-text {
        width: 100%;
    }
    
    .beachcomber-artisans-desc {
        height: auto;
    }
    
    .artisans-small-left {
        bottom: -5%;
    }
    
    .artisans-small-left img {
        width: 50%;
    }
    
    .artisans-small-right {
        right: -20%;
        bottom: -8%;
    }
    
    .artisans-small-right img {
        width: 50%;
    }
    
    .artisans-desc-text {
        padding: 15% 0;
    }
    
    /* End Media query for Homepage */
    
    
    /* Media query for Landing page */
    
    .beachcomber-artisans-text {
        padding: 10%;
    }
    
    /* End Media query for Landing page */
    
    
    /* Media query for Group */
    
    .philosophy-text {
        padding-top: 10%;
    }
    
    .philosophy-text h1 {
        font-size: 40px;
    }
    
    .philosophy-text p {
        font-size: 12px;
        line-height: 20px;
    }
    
    .philosophy-joy h3, .philosophy-joy h3 p {
        font-size: 18px;
    }
    
    .philosophy-joy h3 span {
        font-size: 24px;
        line-height: 30px;
    }
    
    .beachcomber-vision:after {
        display: none;
    }
    
    .vision-text h3 {
        font-size: 32px;
    }
    
    .vision-text h3:before {
        width: 50px;
    }
    
    .vision-text p {
        font-size: 12px;
    }
    
    .philosophy-joy a {
        font-size: 12px;
        line-height: 20px;
        padding: 10px 20px;
    }
    
    .beachcomber-board-text {
        padding: 10% 0;
    }
    
    .beachcomber-board-text h1 {
        font-size: 40px;
    }
    
    .beachcomber-board-text p {
        font-size: 12px;
        line-height: 24px;
    }
    
    .directors-profile-all {
        grid-template-columns: auto;
    }
    
    .directors-profile-names {
        padding-left: 10px;
    }
    
    .profile-info {
        padding-left: 10px;
    }
    
    .profile-info h3 {
        font-size: 16px;
        line-height: 26px;
    }
    
    .profile-info p {
        font-size: 12px;
    }
    
    .director-basic-info p {
        font-size: 12px;
        line-height: 24px;
    }
    
    .directors-pdf {
        padding-top: 10%;
    }
    
    .director-basic-info h3 {
        font-size: 12px;
    }
    
    .popup-directors-desc {
        padding: 10% 3%;
    }
    
    .close-popup {
        text-align: right;
    }
    
    .close-popup img {
        width: 75%;
        display: unset;
    }
    
    .directors-names strong {
        font-size: 16px;
        line-height: 27px;
    }
    
    .directors-names p {
        font-size: 12px;
        line-height: 24px;
    }
    
    .directors-pdf a {
        font-size: 11px;
        padding: 10px 15px;
    }
    
    .directors-leadership-all {
        grid-template-columns: auto;
    }
    
    .leadership-team {
        grid-template-columns: auto;
    }
    
    .leadership-info:nth-child(even) {
        padding-left: 0;
    }
    
    .directors-profile-title {
        padding-bottom: 10%;
    }
    
    .directors-image:before {
        display: none;
    }
    
    .leadership-info h3 {
        font-size: 16px;
        line-height: 25px;
    }
    
    .leadership-info p {
        font-size: 11px;
    }
    
    .hotels-text {
        padding-right: 0;
    }
    
    .hotels-text-black, .hotels-text-gray {
        font-size: 12px;
        line-height: 22px;
    }
    
    .beachcomber-structure-text {
        padding: 10% 0;
    }
    
    .beachcomber-structure-text h1 {
        font-size: 40px;
    }
    
    .aside-left-text p {
        font-size: 12px;
        line-height: 24px;
    }
    
    .nmh-structure-timeline {
        padding: 10% 5%;
    }
    
    .nmh-line-structure {
        flex-wrap: wrap;
    }
    
    .nmh-line-center {
        width: 100%;
        padding: 25% 0;
        top: unset;
    }
    
    .history-description-text h1 {
        font-size: 40px;
    }
    
    .history-description-text p {
        font-size: 12px;
        line-height: 22px;
    }
    
    .history-description-text {
        padding: 10% 5%;
    }
    
    .beachcomber-hotels-text {
        padding: 10% 0;
    }
    
    .inner-beachcomber-structure-hotels {
        bottom: unset;
    }
    
    .beachcomber-structure-hotels.structure {
        padding-top: 5%;
    }
    
    .beachcomber-structure-hotels.structure .beachcomber-hotels-category {
        max-width: 95%;
        margin: 0 auto;
    }
    
    .beachcomber-structure-hotels.structure .beachcomber-hotels-category {
        padding-top: 10%;
    }
    
    .timeline {
        margin-top: 10%;
    }
    
    .line-left-text {
        padding-left: 3%;
    }
    
    .line-left-text p {
        font-size: 10px;
    }
    
    .line-right-text p {
        font-size: 10px;
    }
    
    .line-right-text {
        padding-right: 3%;
    }
    
    .beachcomber-artisans-title a {
        padding: 10px 15px;
    }
    
    .popup-directors-desc {
        padding: 15% 3% 10%;
    }
    
    .close-popup {
        top: 10px;
        right: 10px;
    }
    
    .director-desc-img img {
        width: 85%;
    }
    
    
    /* End Media query for Group */
    
    
    /* Media query for Investors */
    
    .policies-governance-img img {
        min-height: unset;
    }
    
    .financial-perfomances-text h1 {
        font-size: 40px;
    }
    
    .communique-date-desc p {
        line-height: 20px;
    }
    
    .communique-date-desc:first-child {
        padding-top: 15px;
    }
    
    .investors-communication-text {
        padding: 7% 0;
    }
    
    .investors-communication-text h1 {
        font-size: 40px;
    }
    
    .investors-communication-text p {
        font-size: 12px;
        line-height: 24px;
    }
    
    .shareholders-calendar {
        padding: 8% 5%;
    }
    
    .shareholders-calendar h3 {
        font-size: 24px;
        line-height: 32px;
        display: flex;
        align-items: center;
    }
    
    .shareholders-slider-text h3 {
        font-size: 18px;
        padding-bottom: 1%;
    }
    
    .shareholders-slider-text p {
        font-size: 12px;
        line-height: 17px;
    }
    
    .beachcomber-investors-report {
        padding: 10% 0;
    }
    
    .investors-report-container {
        padding: 20% 0;
    }
    
    .report-desc h3 {
        font-size: 22px;
    }
    
    .financial-communique-date h3 {
        font-size: 20px;
        min-width: 60px;
    }
    
    .financial-communique-date p {
        font-size: 16px;
        line-height: 22px;
    }
    
    .financial-communique-date {
        padding: 3% 1% 3% 3%;
    }
    
    .community-arrow {
        text-align: right;
    }
    
    .community-arrow img {
        width: 75%;
        display: unset;
    }
    
    .financial-perfomances-img img {
        min-height: unset;
    }
    
    .financial-perfomances-text a {
        font-size: 10px;
    }
    
    .fp-key-figures {
        padding-top: 20%;
    }
    
    .performances-figures-img img {
        min-height: unset;
    }
    
    .performances-figures-text {
        grid-template-columns: auto;
    }
    
    .figures-text-numbers {
        padding-left: 10%;
    }
    
    .fp-figures-container {
        flex-direction: column;
    }
    
    .fp-figures-number {
        width: 100%;
        padding: 0 5% 10%;
    }
    
    .fp-figures-number:not(:last-child):before {
        display: none;
    }
    
    .fp-figures-number p.golden {
        font-size: 22px;
        padding-bottom: 10px;
    }
    
    .fp-figures-number h3 {
        font-size: 75px;
    }
    
    .beachcomber-responsible {
        padding-top: 10%;
    }
    
    .beachcomber-responsible .container-left h3 p {
        line-height: 50px;
    }
    
    .beachcomber-performance-commitments {
        grid-template-columns: auto;
    }
    
    .beachcomber-performance-commitments img {
        min-height: unset;
    }
    
    .beachcomber-performance-commitments img:not(:first-child) {
        max-width: unset;
    }
    
    .beachcomber-commitments-title.container-left {
        padding: 7% 10%;
    }
    
    /* End Media query for Investors */
    
    
    /* Media query for Artisans */
    
    .board-image img {
        min-height: unset;
    }
    
    .filters {
        flex-direction: column;
        padding: 5% 0;
    }
    
    .filters .ui-group h3 {
        padding-bottom: 10px;
    }
    
    .ui-group {
        width: 100%;
        padding-bottom: 5%;
    }
    
    .jobs-details {
        flex-direction: column;
        align-items: unset;
    }
    
    .job-name {
        padding-left: 5%;
        padding-top: 5%;
        
    }
    
    .job-date {
        margin-left: 5%;
        margin-top: 5%;
    }
    
    .jobs-item {
        flex-direction: column;
    }
    
    .beachcomber-join-spontaneous {
        padding: 10% 0;
    }
    
    .join-send-cv {
        padding: 10% 5%;
    }
    
    .join-spontaneous-img img {
        min-height: unset;
    }
    
    .we-offer-title {
        padding: 10% 0;
    }
    
    .we-offer-title h1 {
        font-size: 40px;
        padding-bottom: 5%;
    }
    
    .we-offer-learning p {
        font-size: 12px;
    }
    
    .training-academy-logo img {
        width: 50%;
    }
    
    .we-offer-description h3 {
        font-size: 22px;
        line-height: 34px;
    }
    
    .we-offer-description p {
        font-size: 12px;
        padding-bottom: 30px;
    }
    
    .beachcomber-benefits .container-left {
        padding-top: 20%;
    }
    
    .beachcomber-benefits .container-left p {
        padding-right: 0;
    }
    
    .beachcomber-awards {
        padding: 10% 0;
    }
    
    .awards-desc {
        flex-direction: column;
        padding-bottom: 10%;
    }
    
    .awards-desc img {
        width: 100%;
    }
    
    .awards-desc-text {
        padding-left: 0;
        padding-top: 5%;
    }
    
    .awards-desc-text h3 {
        font-size: 22px;
        padding-bottom: 10px;
    }
    
    .awards-desc-text p {
        font-size: 12px;
        line-height: 22px;
    }
    
    .beachcomber-rewards-img img {
        min-height: unset;
    }
    
    .beachcomber-plus-section img {
        min-height: unset;
    }
    
    .beachcomber-plus-section a {
        font-size: 22px;
    }
    
    .beachcomber-philosophy.life .philosophy-joy p {
        font-size: 15px;
    }
    
    .beachcomber-philosophy.life .culture-slide-text p {
        font-size: 12px !important;
    }
    
    .culture-text-slider {
        padding: 15% 0 10%;
        margin-top: 3%;
    }
    
    .beachcomber-philosophy.life .philosophy-joy {
        padding: 7%;
    }
    
    .culture-text-slider .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        right: 20%;
    }
    
    .artisans-stories p {
        font-size: 12px;
    }
    
    .artisans-stories-slider {
        padding: 5% 2%;
        margin-top: 7%;
    }
    
    .beachcomber-listening-img {
        position: relative;
    }
    
    .beachcomber-listening-img:after {
        height: 200px;
        top: unset;
        bottom: 0;
    }
    
    .listening-text p {
        font-size: 12px;
        padding-right: 0;
    }
    
    .hapiness-index h3 {
        font-size: 22px;
    }
    
    .hapiness-index-container {
        margin-top: 5%;
    }
    
    .hotel-index {
        padding: 0 5%;
    }
    
    p.hotel-index-name {
        font-size: 12px;
    }
    
    p.hotel-index-number {
        font-size: 28px;
        padding-top: 10px;
    }
    
    .beachcomber-with-community p {
        font-size: 12px;
        line-height: 22px;
    }
    
    .community-work {
        padding: 3% 1% 3% 3%;
    }
    
    .work-community-wrap h3 {
        font-size: 22px;
        min-width: 30px;
    }
    
    .work-community-wrap {
        position: unset;
        max-width: 85%;
    }
    
    .work-community-container {
        padding-top: 5%;    
    }
    
    .community-help {
        margin-top: 10%;
        padding: 8% 7%;
    }
    
    .community-help h3 {
        font-size: 24px;
        text-align: center;
    }
    
    .community-help h3:before {
        top: 50%;
        transform: translateY(-50%);
    }
    
    .community-help p {
        padding-top: 10%;
    }
    
    .beachcomber-artisans.life {
        padding: 10% 0;
    }
    
    .beachcomber-artisans.life .beachcomber-artisans-title.container-left {
        padding-bottom: 10%;
    }
    
    .beachcomber-artisans.life .artisans-life-text {
        width: 100%;
        padding: 20% 0 10% 5%;
    }
    
    .beachcomber-artisans.life .artisans-life-text h3 {
        font-size: 90px;
    }
    
    .beachcomber-artisans.life .artisans-life-text p {
        font-size: 40px;
    }
    
    .work-community-open.open {
        flex-direction: column;
    }
    
    .open-img {
        width: 100%;
    }
    
    .work-community-open .open-text {
        width: 100%;
        padding-left: 0;
    }
    
    .application-form-title p {
        font-size: 12px;
        padding-left: 5%;
    }
    
    .application-form-title .spontaneous-form p {
        padding-left: 0;
        padding-top: 5%;
        line-height: 22px;
    }
    
    .spontaneous-form .umbraco-forms-field:first-child {
        padding-bottom: 0;
    }
    
    .spontaneous-form-right img {
        min-height: unset;
    }
    
    .spontaneous-employee {
        left: -10px;
        bottom: -12%;
    }
    
    .spontaneous-employee img {
        min-height: unset;
        width: 40%;
    }
    
    .spontaneous-form-left h3 {
        font-size: 40px;
    }
    
    .spontaneous-form-left p sup {
        font-size: 80px;
    }
    
    .job-offer-align {
        flex-direction: column;
        align-items: flex-start;
        padding: 5% 0 7%;
    }
    
    .job-offer-title {
        order: 2;
    }
    
    .job-offer-title h1 {
        font-size: 24px;
        line-height: 35px;
        padding: 6% 0;
    }
    
    .job-offer-hotellogo {
        order: 1;
    }
    
    .artisans-job-offer-description p {
        font-size: 12px;
        line-height: 22px;
    }
    
    .artisans-job-offer-description li {
        font-size: 12px;
        line-height: 22px;
    }
    
    .artisans-job-offer-description li:before {
        width: 5%;
        vertical-align: top;
    }

    .artisans-job-offer-description {
        padding-top: 5%;
    }
    
    .artisans-job-offer-apply {
        padding: 10% 0;
    }
    
    .apply-offer-title.container-left {
        padding-bottom: 5%;
    }
    
    .apply-offer {
        flex-direction: column;
    }
    
    .apply-offer-form {
        width: 100%;
    }
    
    .apply-offer-address {
        width: 100%;
        padding-left: 0;
        padding-top: 10%;
    }
    
    .apply-offer-address:before {
        display: none;
    }
    
    
    
    /* End Media query for Artisans */
    
    
    /* Media query for commitments */
    
    .commitment-text-logo {
        padding: 10% 0;
        flex-direction: column;
    }
    
    .commitment-logo {
        padding-top: 5%;
        text-align: center;
    }
    
    .commitment-logo img {
        width: 75%;
        display: unset;
    }
    
    .art-beauty-text p {
        font-size: 12px;
        line-height: 24px;
        width: 100%;
        padding-right: 5%;
    }
    
    .art-beauty-text:after {
        max-width: 100%;
    }
    
    .art-beauty-title.container-left h3 p {
        padding-bottom: 20%;
    }
    
    .beachcomber-initiatives {
        top: -125px;
    }
    
    .initiatives-images {
        max-width: 85%;
        justify-content: center;
    }
    
    .initiatives-images-bloc {
        margin-right: 0;
    }
   
    .initiatives-images-bloc img {
        width: 100%;
    }
    
    .beachcomber-social-charter {
        align-items: flex-end;
        height: auto;
    }
    
    .inner-social-charter {
        flex-direction: column;
    }
    
    .social-charter-img {
        position: relative;
        top: -50px;
    }
    
    .social-charter-text {
        padding-bottom: 15%;
    }
    
    .social-charter-text a {
        font-size: 10px;
        padding: 10px 15px;
    }
    
    .FED-text-icon img {
        width: 75%;
    }
    
    .initiatives-text h2, .initiatives-text h2 p {
        font-size: 35px;
        line-height: 36px;
    }
    
    .initiatives-text p {
        font-size: 12px;
        line-height: 22px;
    }
    
    .initiatives-text li {
        font-size: 12px;
        line-height: 22px;
    }
    
    .inner-photo-gallery {
        grid-template-columns: auto auto;
    }
    
    .FED-initiatives-links li a {
        font-size: 15px;
        line-height: 21px;
    }
    
    .FED-initiatives-container {
        padding-bottom: 5%;
    }
    
    .inner-photo-gallery a#loadMoree {
        bottom: 0;
        padding: 10px 20px;
        font-size: 10px;
    }
    
    .key-achievements-text h1 {
        font-size: 40px;
    }
    
    .key-achievements-text p {
        font-size: 12px;
        line-height: 22px;
    }
    
    .beachcomber-key-achievements {
        padding-top: 10%;
    }
    
    .beachcomber-responsible-initiatives {
        padding: 25% 0 0;
    }
    
    .key-achievements-img {
        padding-top: 10%;
    }
    
    .responsible-initiatives-title.container-left h3 p {
        font-size: 40px;
        line-height: 35px;
    }
    
    .responsible-initiatives-title.container-left p {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 7%;
    }
    
    .responsible-initiatives-images {
        justify-content: center;
    }
    
    
    /* End Media query for commitments */
    
    
    /* Media query for newsroom */
    
    .grid-job-item {
        height: auto !important;
    }
    
    .element-item {
        width: 100%;
        position: relative !important;
        left: unset !important;
        top: unset !important;
    }
    
    
    #filters {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    button.button {
        min-width: 145px;
        margin: 2% 0;
        padding: 10px 15px;
        font-size: 12px;
    }
    
    .Communique li {
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 10%;
        padding-top: 7%;
    }
    
    .Communique a {
        margin-left: 0;
        padding-top: 7%;
    }
    
    .Communique a .download {
        font-size: 11px;
        padding: 10px 15px;
    }
    
    .Communique {
        padding-bottom: 15%;
    }
    
    /* End Media query for newsroom */
    
    
    /* Media query for hotels */
    
    .beachcomber-hotels.active {
        height: 90vh;
    }
    
    .beachcomber-category-desc {
        padding-bottom: 8%;
    }
    
    .beachcomber-hotels-close {
        top: 1.5%;
    }
    
    .beachcomber-hotels-close img {
        width: 75%;
        display: unset;
    }
    
    .beachcomber-hotels-category {
        height: 100%;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    
    .beachcomber-category-img a {
        padding-right: 10px;
    }
    
    .beachcomber-category-img img {
        width: 100%;
        display: unset;
    }
    
    .beachcomber-category-img {
        justify-content: center;
        align-items: flex-end;
    }
    
    .beachcomber-category-desc:first-child .beachcomber-category-img {
        padding-bottom: 0;
    }
    
    
    /* End Media query for hotels */
    
    
    
    /* Media query for contact */
    
    .contact-form-title p {
        font-size: 12px;
        padding-left: 5%;
        margin-top: 7%;
        margin-bottom: 3%;
    }
    
    .contact-form-inner {
        padding: 5% 2% 8%;
    }
    
    .contact-form-inner .umbraco-forms-container {
        flex-direction: column;
    }
    
    .contact-form-inner .umbraco-forms-field {
        width: 100%;
        padding-bottom: 5%;
    }
    
    .contact-second-img img {
        width: 40%;
    }
    
    
    /* End Media query for contact */
    
    
    /* Newsletter */
    
    .newsletter-section {
        padding: 10% 0;
    }

    .newsletter-section .umbraco-forms-page {
        flex-direction: column;
    }
    
    .newsletter-section .umbraco-forms-field {
        display: block;
    }
    
    .newsletter-section .umbraco-forms-field.email {
        display: block;
        margin-left: 0;
    }
    
    .newsletter-section .umbraco-forms-navigation {
        padding-left: 0;
    }
    
    /* End Newsletter */
    
    
    /* Footer */
    
    .footer-links-container {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    
    .footer-links-logo {
        text-align: center;
        width: 100%;
        padding: 10% 0;
        max-width: 80%;
    }
    
    .footer-links-logo img {
        width: 60%;
        display: unset;
    }
    
    .footer-links-info {
        padding-right: 0;
        padding-bottom: 10%;
    }
    
    .footer-links-info h3:not(:first-child) {
        padding-top: 10%;
    }
    
    .copyright-section {
        padding: 5% 0;
    }
    
    .inner-copyright-section {
        height: auto;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .copyright-left {
        width: 100%;
    }
    
    .copyright-left p {
        font-size: 12px;
        line-height: 18px;
    }
    
    .copyright-left li a {
        font-size: 12px;
        line-height: 18px;
    }
    
    .copyright-right {
        width: 100%;
        text-align: left;
        padding-top: 8%;
    }
    
    .copyright-right p {
        font-size: 12px;
    }
    
    /* End Footer */
    
    .spontaneous-form .firstpleasecheckwhathotelsyouwouldliketosendyourcvto .checkboxlist .variation {
        width: 100%;
    }
    
    .spontaneous-form .umbraco-forms-field textarea, .spontaneous-form .umbraco-forms-field input[type='text'], .spontaneous-form .umbraco-forms-field select {
        width: 100%;
    }
    
    .spontaneous-form .umbraco-forms-field .chooseFile {
        max-width: 100%;
    }
    
    .spontaneous-form .fileupload input {
        padding: 10px 0;
    }
    
    .spontaneous-form .umbraco-forms-field.uploadcv label.umbraco-forms-label, .spontaneous-form .umbraco-forms-field.uploadmotivationletter label.umbraco-forms-label {
        padding-top: 10px;
        font-size: 12px;
    }
    
    .spontaneous-form .umbraco-forms-field input::-webkit-input-placeholder, .spontaneous-form .umbraco-forms-field textarea::-webkit-input-placeholder {
        font-size: 12px;
    }
    
    .spontaneous-form .umbraco-forms-field input::-moz-placeholder, .spontaneous-form .umbraco-forms-field textarea::-moz-placeholder {
        font-size: 12px;
    }
    
    .spontaneous-form .umbraco-forms-field input:-ms-input-placeholder, .spontaneous-form .umbraco-forms-field textarea:-ms-input-placeholder {
        font-size: 12px;
    }
    
    .spontaneous-form .umbraco-forms-field input:-moz-placeholder, .spontaneous-form .umbraco-forms-field textarea:-moz-placeholder {
        font-size: 12px;
    }

    .history-timeline-slider .swiper-button-prev {
        left: 10px;
    }
    
    .history-timeline-slider .swiper-button-next {
        left: 60px;
    }
    
    .inner-timeline-slider {
        height: auto;
    }
    
    .history-timeline-desc.bottom {
        align-items: flex-start;
        justify-content: flex-end;
        flex-direction: column-reverse;
    }
    
    .timeline-desc {
        max-width: unset;
    }
    
    .history-timeline-desc.bottom .history-timeline-img:before {
        content: '';
        background: url(../images/icn-history-time.png) no-repeat;
        position: absolute;
        bottom: -175px;
        left: 0;
        width: 7px;
        height: 207px;
        top: unset;
    }
    
    .history-timeline-slider:before {
        height: 120px;
        top: unset;
        transform: unset;
        bottom: 80px;
    }
    
    .history-timeline-img {
        width: 100%;
    }
    
    .history-timeline-desc p {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 20px 0;
        max-width: unset;
    }
    
    .history-slider {
        padding-bottom: 100px;
    }
    
    .beachcomber-history-slider .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 5px;
    }
    
    .beachcomber-history-slider .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        left: 80%;
        bottom: 6%;
    }
    
    .beachcomber-history-slider .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 12%;
        bottom: 6%;
    }
    
    li.first .li-second:after {
        padding: 4px;
    }
    
    .refont-banner-slider .photo img {
        min-height: 100vh;
        object-fit: cover;
    }
    
    .refont-banner-slider .refont-content {
        width: 85%;
    }
    
    .refont-banner-slider:after {
        width: 100%;
    }
    
    footer.pdfs .footer-links-info {
        padding: 10% 0;
    }
    
    .beachcomber-artisans-bannerN .photo > img {
        min-height: 80vh;
        object-fit: cover;
    }
    
    .artisans-new-section .refont-banner-slider .photo > img {
        min-height: 80vh;
        object-fit: cover;
    }
    
    .artisans-happiness-image.image {
        width: 60%;
    }
    
    .title-new-artisans {
        font-size: 32px;
    }
    
    .subtitle-new-artisans {
        font-size: 18px;
    }
    
    .desc-new-artisans {
        font-size: 16px;
    }
    
    .inner-feel-happiness .desc {
        margin: 5% 0;
    }
    
    .beachcomber-artisans-page .artisansN .beachcomber-artisans-text {
        padding: 10% 8%;
    }
    
    .inner-artisansN-join {
        padding: 10% 0 15%;
    }
    
    .pilliers-slider-bloc .content {
        padding: 10% 5% 15%;
    }
    
    .artisansN-offre-repeated .content {
        max-width: 95%;
    }
    
    .focus .artisans-happiness-image h1 {
        font-size: 60px;
    }
    
    .focus .artisans-happiness-image h1 span {
        font-size: 60px !important;
    }
    
    .indice-ecoute-repeat {
        width: 100%;
    }
    
    .indice-ecoute-repeat:not(:last-child) {
        margin-bottom: 10%;
    }
    
    .indice-ecoute-repeat .num {
        padding-top: 3%;
    }
    
    .indice-ecoute-repeat .tit {
        font-size: 18px;
    }
    
    .indice-ecoute-title {
        font-size: 24px;
    }
    
    .beachcomber-artisans-page.meet.life .artisansN-title-bloc > div {
        width: 100%;
    }
    
    .focus.join .artisans-happiness-image h1 {
        font-size: 60px;
    }
    
    .beachcomber-artisans-bannerN.bloc-Nban .content .artisans-happiness-image h1 {
        font-size: 50px;
    }
    
    .beachcomber-artisans-bannerN.bloc-Nban.stories .content .artisans-happiness-image h1 {
        font-size: 50px;
    }

    .artisans-job-offer-description img {
        width: 100% !important;  max-width: 100%;  height: auto;  border: 0; -ms-interpolation-mode: bicubic; vertical-align: bottom;
    }
    
    .apply-offer-form img {
        width: 100% !important;  max-width: 100%;  height: auto;  border: 0; -ms-interpolation-mode: bicubic; vertical-align: bottom;
    }
    
    .refont-photo img {
        height: 100vh;
        object-fit: cover;
    }
    
}

