@media (min-width:300px) and (max-width:374px) {
    .bg-text {
        font-size: 32px;
    }

    .ship {
        top: 58px;
    }

    .your-slide-two .slide-two-image {
        width: 42%;
    }

    .slide-two-content p {
        font-size: 12px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 768px) {
  .listShips .Actualites-image, .othersboat .Actualites-image{
    height: 240px !important;
  }
  .nepasmanquer .content-img img{
      max-height: none;
  }
}

@media screen and (min-width: 768px) {
    .banner-background {
        background: none;
        height: auto;
        position: relative;
    }

    .listShips .Actualites-image, .othersboat .Actualites-image{
      height: 250px !important;
      max-height: 250px !important;
    }

    .navigation li a {
        font: normal normal bold 12px/30px Erbaum;
        letter-spacing: 0.72px;
        color: #142A3E;
        text-transform: uppercase;
        transition: all 0.5s;
    }

    .navigation .active>a::after {
        top: 6px;
    }

    .c-sprite__img.is-active {
        max-height: 100%;
    }

    .gallery-slide-three {
        height: 228px;
    }

    .rtl-wrap .post-content {
        margin-top: 0;

    }

    .banner-background::after {
        position: absolute;
        content: '';
        left: -1px;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: url("../images/desktop-island.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        z-index: 6;
    }

    .banner-images {
        background: url("../images/banner-background.png");
        background-size: cover;
    }

    .banner-content .content-text span {
        font-size: 22px;
    }

    .banner-content .content-text h1 {
        font-size: 44px;
    }

    .content-img img {
        max-height: 100%;
    }

    .content-text {
        top: 38px;
        left: 31px
    }

    .ship,
    .island {
        display: none;
    }

    .banner-section {
        overflow: hidden;
        margin-bottom: 35px;
    }

    .programme::after {
        top: -168px;
    }

    .programme-content {
        padding: 122px 42px 27px 43px;
        margin: 0 10px;
    }

    .programme-content span {
        top: 8px;
    }

    .Actualites-content {
        margin: 0 10px 10px 10px;
    }


    .pictures-slider .images {
        margin: 10px;
    }

    .banner-content {
        box-shadow: 10px 10px 50px #0000001A;
        border-radius: 10px;
        margin: 20px;
    }

    .your-slide-two {
        height: 228px;
    }

    .slide-one-image .new-img {
        max-height: 212px;
    }

    .slide-one-image .new-img {
        max-height: 100%;
    }

    .gallerys {
        padding-top: 0;
    }

    .gallery-one {
        margin-bottom: 22px;
    }

    .gallery-slide-one {
        max-height: 130px;
    }

    .gallery-slide-one img {
        height: 100%;
    }

    .gallery-slide-two img {
        max-height: 130px;

    }

    .gallery-slide-two img {
        height: 100%;
    }

    .your-slide-one {
        max-height: 212px;
    }

    .slide-one-image .new-img {
        max-height: 212px;
    }

    /* second page */

    .banner {
        padding-bottom: 77px;
    }

    .info-wrapper {
        justify-content: space-between;
    }

    .actuality-content-info {
        padding-left: 61px;
    }

    .info-section .Actualites-content {
        width: 32%;
        margin: 0 0 10px 0;
    }

    .info-section .Actualites-content h3 {
        padding: 0;
        min-height: 100%;
        font-size: 21px;
        margin-bottom: 16px;
    }

    .info-section .Actualites-content p {
        padding: 0;
    }

    .info-section .Actualites-read-more a {
        padding: 0;
    }

    /* page-three*/


    .post-details .ltl-wrap {
        padding: 0;
    }

    .post-details .rtl-wrap {
        padding: 0;
        width: auto;
    }

    .post-detail-wrap {
        padding: 0 20px;
    }

    /**page-four**/
    .program-section-wrapper {
        align-items: flex-start;
    }

    /* .program-section-details h1 {
    font-size: 45px;
} */
    .program-section .ship-img {
        width: 32%;
        margin: -109px 50px 0 0;
    }

    .program-section-details {
        padding-top: 65px;
    }

    .program-card-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .card-main {
        width: 48%;
        margin-bottom: 120px;
        margin-right: 10px;
    }


}

@media screen and (min-width: 992px) {
    .hamburger {
        display: none;
    }

    .navigation li:hover .sub-menu {
        display: block;
    }

    .navigation li a {
        font: normal normal bold 16px/30px Erbaum;
        letter-spacing: 0.72px;
        color: #142A3E;
        text-transform: uppercase;
        transition: all 0.5s;
    }

    .app_btn {
        position: fixed;
        bottom: 30px;
        left: 30px;
        z-index: 999;
        background: #F2B400;
        color: #fff;
        text-transform: uppercase;
        border-radius: 10px;
        padding: 7px 20px 10px;
        display:block;

    }
    .app_btn a{
        display: flex !important;
        align-items: end;
        color: #fff;
    }
    .app_btn .cross_btn{
        position: absolute;
        top: -10px;
        left: -10px;
        width: 30px;
        height: 30px;
        background: url(../images/cross_icon.svg) 0 0 no-repeat;
        background-size: contain;
        cursor: pointer;
    }
    .app_text_wrap span{
        display: block;
        font-weight: bold;
        line-height: 1;
    }
    .app_text_wrap{
        font-family: 'Erbaum';
        margin-left: 6px;
        display: none;
    }
    .app_text{
        font-size: 11px;
    }
    .app_mobile{
        font-size: 20px;
    }
    .app_btn:hover .app_text_wrap{
        display: block;
    }

    .left-img {
        position: fixed;
        bottom: 20px;
        left: 20px;
        z-index: 99;

    }
    .list-country .dropdown-toggle::after{
        top: 4px;
        right: -3px;
    }

    .nav {
        display: block;
    }

    .navigation .sub-menu {
        display: none;
        position: absolute;
        top: 30px;
        left: -10%;
        padding-left: 0;
        width: 150%;
        text-align: center;
        background-color: #fff;
        box-shadow: 10px 10px 50px #0000001a;
        padding: 13px 0;
        z-index: 999;
        border-radius: 10px;
        min-width: 180px;
    }

    .programme-slider {
        margin-bottom: 50px;
    }

    .your-stay-heading {
        text-align: left;
    }

    .your-stay-heading h2 {
        text-align: left;
    }

    .banner-content {
        margin-top: 0;
        position: relative;
        z-index: 9999;
    }

    .footer-nav .footer-links {
        display: block;
    }

    .footer-heading::after {
        display: none;
    }

    .footer-heading {
        margin-bottom: 25px;
    }


    .header .row {
        margin: 0 12px;
    }

    .footer-nav {
        padding: 80px 20px 25px 20px;
    }

    .mobile-normande {
        display: none;
    }

    .desktop-normande {
        display: block;
    }

    .desktop-normande img {
        width: 100%;
    }


    .copyright {
        text-align: center;
    }

    .Actualites .container {
        max-width: 100%;
        padding: 0;
    }

    .Actualites-content h3 {
        min-height: 50px;
    }

    .navigation .active {
        position: relative;
    }

    .your-stay {
        padding-top: 165px;
    }

    .navigation .active>a::after {

        top: 8px;
        right: -10px;


    }

    .Actualites {
        padding-bottom: 47px;
    }

    .actualites-btn {
        padding-top: 43px;
    }

    .Actualites .slick-dots {
        width: 100%;
        margin-top: -10px;
    }

    .actualites-btn {
        width: 100%;
    }

    .pictures .container {
        max-width: 100%;

    }

    .pictures .important-heading {
        margin: 0 auto;
        padding: 0 5px;
    }

    .list-country {
        position: relative;
    }




    .programme .programme-heading {
        font-size: 56px;
        margin-bottom: 54px;
    }

    .programme .cover-text {
        font-size: 37px;
        padding: 14px 32px;
        top: 4px;
        left: 21%;
    }

    .programme-content::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        background: url(../images/programme-slide-1.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        background-position: left bottom;
        z-index: 99999999;

    }

    .programme .latest-heading span {
        width: 237px;
        background-size: cover;
        height: auto;
        background: url('../images/programme-sm.png') no-repeat center top;
    }

    .programme .latest-heading {
        padding: 0;
        margin-top: 30px;
        width: 218px;
        background-size: cover;
    }

    .programme::after {
        top: -94px;
        height: 95px;
    }

    .animate-ship {
        top: -126px;
        width: 213px;
        height: 156px;

    }

    .programme .slick-list {
        padding-bottom: 65px;
    }

    .Actualites-content {
        margin-bottom: 50px;
    }

    .mail-box-heading {
        background: url('../images/path-img.png');
        background-size: contain;
        padding: 11px 42px;
    }

    .left-bird {
        background: url('../images/left-desk-bird.png') no-repeat;
        background-size: contain;
        width: 225px;
        height: 136px;
        top: 20px;
        left: -272px;
    }

    .gallery-logo {
        max-width: 84px;
    }

    @keyframes move {
        50% {
            top: 100px;
            left: -180px;
        }
    }

    .right-bird {
        background: url('../images/right-bird-img.png') no-repeat;
        background-size: contain;
        width: 124px;
        height: 80px;
        bottom: auto;
        top: 0;
        right: -145px;

    }

    @keyframes moves {
        50% {
            top: -80px;
            right: -150px;
        }
    }

    /*
    .banner-background::after {
        background-size: contain;
    } */

    .banner-content .content {
        box-shadow: 0px 4px 18px #0000001a;
        padding: 30px 40px 25px 39px;
    }

    .slide-one-questions {
        display: flex;
    }

    .bg-info-text {
        margin-right: 13px;
    }

    /* .latest-heading span{
        width: 208px;
        height: 47px;
    } */

    .pictures {
        overflow: hidden;
    }

    .picture-heading {
        text-align: center;
    }

    .your-stay {
        padding-bottom: 60px;
    }

    /* second page */
    .info-section .Actualites-content {
        margin-bottom: 113px;
        width: 29.4%;
        padding-bottom: 31px;
    }

    /**page-four**/
    .program-section-details {
        padding-top: 90px;
    }

    .program-card .text-bg {
        width: 197px;
        height: 74px;
        background-size: cover;
        top: -41px;
        left: 43px;
        padding: 8px 10px 8px 27px;
    }

    .see-data {
        margin-top: 20px;
    }

    .program-card .date-text {
        font-size: 41px;
        line-height: 1;
    }

    .program-card .about-card {
        font-size: 16px;
    }
    .card-main::before{
        content: '';
        position: absolute;
        bottom: -12px;
        background: url(../images/programme-slide-021.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        background-position: left bottom;
        z-index: 99;
    }


    .card-main p {
        font-size: 18px;
    }

    .left-white {
        width: 33px;
    }

    .right-white {
        width: 38px;
    }

}

/* page three */
@media screen and (min-width:1024px) {
    .main-wrapper {
        display: flex;
        justify-content: center;
    }

    .ltl-wrap {
        width: 66.66666667%;
    }

    .rtl-wrap {
        margin: 0;
    }
}

@media screen and (min-width: 1200px) {
    .banner-content {
        margin-top: 50px;
        max-width: 400px;
        box-shadow: none;
        position: relative;

    }

    .programme {
        background: url('../images/progamme-bg-big.jpg') no-repeat center top;
        background-size: cover;
    }

    .programme .slick-list {
        padding-bottom: 15px;
    }

    .gallery-logo {
        max-width: 110px;
    }

    .programme-slider {
        margin-bottom: 0;
    }


    .banner-content::after {
        content: '';
        position: absolute;
        top: -28px;
        left: 50%;
        width: 38px;
        height: 60px;
        background: url('../images/hanger.png') no-repeat center center;
        background-size: contain;
    }

    .banner-content .content .banner-heading {
        font-size: 26px;
        letter-spacing: 0.9px;
        margin-bottom: 19px;
    }

    .content-section .bg-text-img {
        margin-left: 0;
    }


    .banner-background::before {
        position: absolute;
        content: '';
        bottom: -101px;
        left: -54px;
        background: url(../images/substraction.png) repeat-x center center;
        height: 219px;
        width: 100%;
        z-index: 9;

    }

    .slide-content {
        bottom: 10px;
        left: 22px;
        width: 100%;
        height: 86%;
    }

    .saler-images {
        top: unset;
        bottom: -117px;
        left: -91px;
    }



    .cloud {
        /* display: none; */
        width: 296px;
        position: absolute;
        top: 55px;
    }

    .slide-one-image .new-img {
        max-height: 288px;
    }

    .cloud img {
        width: 100%;
    }

    .cloud-content {
        top: 45px;
        right: 65px;

    }

    .cloud-second {
        position: absolute;
        top: 0%;


    }

    .your-slide-two .slide-two-image img {
        height: 248px;
        margin-top: -20px;
    }


    .cloud-third {
        position: absolute;
        top: 25%;
        width: 145px;
        height: 68px;
        z-index: 999;

    }

    .cloud-third img {
        width: 100%;
    }

    .cloud-four {
        position: absolute;
        top: 2%;
        width: 145px;
        height: 68px;


    }

    .cloud-four img {
        width: 100%;
    }



    .banner-cloud {
        position: relative;
    }

    /* .Actualites .actuality-wrap {
        margin-left: 75px;
    } */

    .programme {
        padding-bottom: 72px;
    }

    /* .pictures .pictures-slider{
        margin-left: 50px;
    } */

    .your-slide-one {
        max-height: 100%;
        position: relative;

    }

    .slide-one-content {
        position: absolute;
        bottom: 0;
    }

    .your-slide-two {
        height: 228px;
    }

    .slide-one-questions::after {
        font-size: 49px;
    }

    .slide-one-questions span {
        font-size: 32px;
    }



    .slide-one-heading h1 {
        font-size: 44px;
    }

    .slide-two-content h2 {
        font-size: 25px;
    }

    .slide-two-content p {
        font-size: 16px;

    }

    .gallerys {
        padding-top: 0;
    }

    .gallery-one {
        margin-bottom: 28px;
    }

    .gallery-slide-one {
        max-height: 176px;
        margin-bottom: 0;
    }

    .gallery-slide-two {
        max-height: 176px;
    }

    .gallery-slide-two img {
        max-height: 100%;
    }

    .gallery-slide-three {
        height: 228px;
    }

    .gallery-slide-three img {
        height: 100%;
    }


    .slide-one-questions::after {
        background-size: cover;
    }

    .gallery-slide-one span,
    .gallery-slide-two span {
        font-size: 25px;
    }

    .gallery-slide-one a,
    .gallery-slide-two a {
        font-size: 25px;
    }

    .your-stay-heading {
        margin-bottom: 34px;
    }

    .important-heading {
        right: auto;
    }

    .your-stay-heading h2 {
        text-align: left;
    }

    .important-heading {
        display: inline-block;
        padding: 0;
        font-size: 20px;
        width: 182px;
    }

    .footer {
        position: relative;
        background: url('../images/footer-desk.png');
    }

    .footer::after {
        content: '';
        top: -120px;
        left: 0;
        height: 169px;
        width: 100%;
        position: absolute;
        background: url(../images/desk-wave.png) repeat-x;
        z-index: -1;

    }

    .programme::after {
        background: url(../images/desk-wave.png) repeat-x;
    }

    /* page-three*/
    .main-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        margin-top: 20px;
    }

    .post-details {
        padding: 133px 0 30px;
    }

    .post-details h1 {
        font-size: 52px;
        margin-top: 15px;
    }

    .ltl-wrap {
        width: 71%;
    }

    .post-details .rtl-wrap {
        padding-right: 31px;
        flex-grow: 1;
    }

    .rtl-wrap .post-content {
        max-width: none;
        width: 100%;
        padding: 0 30px 0 53px;
    }

    .flag-img {
        width: 33px;
        margin-bottom: 20px;
    }

    .post-comment-list li {
        margin-bottom: 14px;
    }

    .content-section .content-head p {
        font-size: 24px;
        padding-right: 30px;
        line-height: 1.47;
    }

    .bg-text-img span {
        font-size: 23px;
        line-height: 0.9;
    }

    .bg-text-img {
        margin-bottom: 37px;
        height: 38px;
    }

    .content-section p {
        font-size: 21px;
        padding: 0 58px 0 6px;
        letter-spacing: 0.1px;
        line-height: 1.8;
    }

    .bg-text-img.big {
        width: 248px;
        background-size: cover;
    }

    .content-section {
        padding-bottom: 100px;
    }

    .Actualites.suivants {
        padding: 68px 0 50px 0;
    }

    /**page-four**/
    .program-section-details h1 {
        font-size: 45px;
    }

    /**page-four**/
    .program-section-details {
        padding-top: 80px;
    }

    .program-section .sm-info {
        margin-bottom: 34px;
    }

    .program-section {
        padding-bottom: 0;
    }

    .card-main {
        width: 31%;
        padding: 50px 40px 30px;
        max-width: 398px;
    }

    .program-section {
        margin-bottom: 20px;
        overflow: hidden;

    }


}

@media screen and (min-width: 1400px) {
    .header {
        padding: 21px 0 4px 0;
    }

    .bg-info-text::after {
        background: url('../images/que-big.png');
        height: 70px;
    }

    .logo {
        margin-left: 49px;
    }

    .logo img {
        width: 293px;
        height: 67px;
    }

    .navigation {
        padding: 26px 0 0 0;
    }

    .navigation li {
        margin: 0 25px;
    }

    .banner-section {
        padding: 0 40px;
    }

    .Actualites-content h3 {
        min-height: initial;
    }

    .heading-wrap {
        margin-top: -6px;
    }

    .desktop-normande {
        margin-top: 30px;
    }

    .wrapper-content-info {
        min-height: 85px;
    }

    .Actualites .actuality-wrap {
        margin-left: 80px;

    }

    .info-wrapper .Actualites-image {
        margin-bottom: 16px;
    }

    .info-section .actuality-content-info {
        padding-left: 49px;
        padding-right: 71px;
    }

    .Actualites-content {
        margin-right: 39px;
        max-width: 418px;
        padding-bottom: 35px;
    }

    .Actualites h3 {
        padding: 0 52px 0 61px;
    }

    .Actualites-content p {
        padding: 4px 61px 0 61px;
        margin-bottom: 14px;

    }

    .Actualites-read-more a {
        padding: 0 53px;
    }

    .programme-content {
        max-width: 418px;
        margin-right: 30px;
        padding-bottom: 50px;
        transition: all 0.5s;
    }


    .Actualites-image {
        margin-bottom: 41px;
    }

    .latest-heading {
        font: normal normal bold 24px Erbaum;
        letter-spacing: 0.96px;
        margin-bottom: -3px;
    }

    .mail-box {
        max-width: 625px;
        padding: 48px 70px 36px 70px;

    }

    .mail-box-heading {
        font-size: 32px;
    }

    .mail-box P {
        font-size: 17px;
        margin-top: 10px;
        padding: 0 28px;
    }

    .banner-content {
        box-shadow: none;
    }

    .post-details .latest-heading span {
        width: 247px;
    }

    .cloud-four {
        position: absolute;
        top: 2%;
        width: 176px;
        height: 68px;
    }

    .pictures .container {
        max-width: 100%;

    }

    .pictures .pictures-slider {
        margin-left: 12%;
    }

    .insta-btn {
        margin-left: 12%;
    }

    .after-text {
        font-size: 49px !important;
    }

    /* second page */
    .banner h1 {
        font-size: 58px;
    }

    .banner .sm-title {
        font-size: 26px;
    }

    .banner p {
        max-width: 622px;
    }

    /* second-page */
    .banner-details {
        margin-left: 72px;
        padding-top: 127px;
    }

    .banner .sm-title {
        padding: 0px 14px;
    }

    .banner h1 {
        margin-bottom: 10px;
    }

    .your-slide-two .slide-two-image {
        width: 45%
    }

    .your-slide-two .slide-two-content {
        width: 44%;
        padding-top: 50px;
    }

    .pictures {
        padding-top: 136px;
    }

    .pictures-slider .images {
        max-width: 360px;
        margin-right: 26px;

    }

    .pictures h2 {
        font-size: 56px;
    }

    .bg-text {
        font-size: 88px;
    }

    .banner-content {
        max-width: 500px;
    }


    /* page three */
    .Actualites.suivants .actuality-wrap {
        margin-left: 269px;
    }

    /**page-four**/
    .program-section-details h1 {
        font-size: 58px;
    }

    .card-main {
        margin-bottom: 160px;
    }

    .your-stay .container {
        padding: 0 20px;
    }

}

@media screen and (min-width: 1500px) {
    .logo {
        margin-left: 24px;
    }

    .pictures .containe {
        margin-left: 150px;
    }

    .your-stay .container {
        padding: 0 10px;
    }
}


@media screen and (min-width: 1920px) {
    .banner-section .container {
        max-width: 1820px !important;
    }

    .picture-heading {
        width: 100%;
    }



    .banner .container {
        max-width: 1820px !important;
    }

    .wrapper-content-info {
        min-height: 85px;
    }

    .gallerys {
        padding-left: 34px;
    }

    .gallery-slide-one {
        max-height: 100%;
    }

    .gallery-slide-two {
        max-height: 100%;
    }


    .navigation li {
        margin: 0 32px;
    }

    .slide-one-image .new-img {
        max-height: 345px;
    }

    .banner-images {
        width: 821px;
        max-height: 467px;
    }

    .banner-images::after {
        width: 377px;
        height: 151px;
        top: 131px;
        left: 27px;
    }

    .banner-images::before {
        width: 248px;
        height: 152px;
        top: 41px;
        right: -167px;
    }

    .banner-cloud::after {
        top: 193px;
        left: 0;
    }

    /* .banner-background {
        height: 667px;
        padding-bottom: 50px;
    } */

    .saler-images {
        bottom: -249px;
        left: 7px;
    }

    /* .Actualites-content h3 {
        min-height: initial;
    } */

    .left-img {
        position: fixed;
        top: 50%;
        left: 34px;
    }


    .pictures .pictures-slider {
        margin-left: 14%;
      }
      .insta-btn{
          margin-left: 14%;
      }


    .banner-content {
        padding-top: 110px;
        margin-right: 114px;
    }

    .banner-section {
        margin-bottom: 52px;
    }

    .Actualites .slick-dots {
        margin-top: -10px;
    }


    .Actualites .actuality-wrap {
        margin-left: 14%;
    }


    .Actualites .Actuality-wrap {
        margin-left: 261px;
    }

    .Actualites h2 {
        font: normal normal bold 46px Erbaum;
        letter-spacing: 1.38px;
        margin-bottom: 37px;
    }

    .Actualites-image {
        height: 209px;
    }

    .Actualites-content h3 {
        font: normal normal bold 18px/25px Erbaum;
        word-break: break-all;
        max-width: 380px;
    }

    .banner-content {
        margin-top: 130px;
        max-width: 504px;
        margin-right: 22px;
        padding-top: 0;
    }

    .your-stay {
        padding-top: 174px;
    }

    .your-slide-one {
        margin-bottom: 37px;
    }

    .info-section .Actualites-image {
        max-height: 199px;

    }

    /* Page three */
    .Actualites.suivants h2 {
        font-size: 51px;
        margin: 7px 0 69px 0;
    }

    .Actualites.suivants .Actualites-image {
        height: 198px;
        margin-bottom: 22px;
    }

    .Actualites.suivants .Actualites-content.suivants-content .flag-img {
        margin-left: 42px;
        width: 28px;
    }

    .Actualites.suivants .Actualites-content.suivants-content h3 {
        padding: 0 41px;
        margin-bottom: 15px;
    }

    .Actualites.suivants .Actualites-content p {
        padding: 0 41px;
    }

    .Actualites.suivants .Actualites-content.suivants-content .Actualites-read-more a {
        padding: 0 41px;
    }

    .suivants .Actualites-content {
        max-width: 400px;
        margin-right: 58px;
    }
}

@media screen and (min-width: 2000px) {
    .header .container {
        max-width: 1840px !important;
    }

    .Actualites .container {
        max-width: 1840px !important;
    }
}

@media (min-width:1400px) and (max-width:1919px) {
    .container {
        max-width: 1250px;
    }

}
