body, div, li, a, p, th, td, input, select, textarea, button, label {
    font-size: 1.4rem;
}

#BgPoppup {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
    cursor: pointer;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: #000000d6;
}

.btn-green {
    width: 100%;
    height: 40px;
    background-color: #3dd999;
    text-align: center;
    outline: none;
    border-radius: 5px;
    color: #fff !important;
    padding: 10px 15px;
    display: inline-block;
    text-transform: uppercase;
}

.my_tooltip {
    position: fixed;
    display: none;
    width: 240px;
    padding: 10px;
    z-index: 999;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    border: 1px solid rgb(255, 181, 61);
    font-size: 12px;
}

.titre-devis {
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #dde0e3;
}

.titre-devis img {
    margin-right: 10px
}

.bouton_cadre_site {
    height: auto;
    padding: 20px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 2px 3px 10px 0 #00000038;
}

.youtube.poppup {
    width: 100% !important;
    height: 100% !important;
}

.bg-devis-f9f {
    background-color: #f9f9fc;
}

.bg-devis-eef {
    background-color: #eef6fe;
}

.bg-devis-4fc {
    background-color: #4fc1e9;
}

.bs-bg-d {
    background-color: #e3fcff;
}

.bg-devis-faf {
    background-color: #faf9fe;
}

.bg-devis-3ba {
    background-color: #2c3e50;
}

.bg-devis-343 {
    background-color: #343232;
}

.bg-fond-devis {

    background-color: #fbf9fa;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    color: #2c3e50;
}

.back-bloc-gauche {
    -webkit-box-shadow: 2px 3px 3px rgba(2, 2, 2, .1);
    -moz-box-shadow: 2px 3px 3px rgba(2, 2, 2, .1);
    box-shadow: 2px 3px 3px rgba(2, 2, 2, .1);
    background-color: #fff;
    padding-top: 15px;

}

.total_paiement {
    background: #f3f3f3;
    color: #fc5243;
}

.bloc-assurance {
    margin-top: 20px;
    background-color: #fbf9fa;
    padding: 0;
    font-size: 12px;
    width: 49%
}

.bloc-assurance.last {
    float: right;
}

.titre-assurance {
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

.titre-assurance.first {
    background: #a7a7a7;
    color: #fff;
}

.titre-assurance.last {
    background: #20bed1;
    color: #fff;
}

.text-assurance {
    padding: 25px 15px;
    min-height: 150px;
}

.input-assurance {
    border-top: 1px solid #d3d4d5;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
}

.prix-assu {
    color: #fc5d4f;
    margin-top: 3px;
    display: inline-block;
}

.input_paiement {
    border: 1px solid #d3d4d5;

}

.input_paiement label {
    background-color: #fbf9fa;
    padding: 10px 20px;
    display: table;
    margin: 0
}

.my_paiement_input {
    display: table-cell;
    vertical-align: middle;
    padding: 14px 15px;
    width: 5%;
}

.my_paiement_image {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    width: 15%;
}

.my_paiement_texte span.titre {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

.my_paiement_texte {
    font-size: 10px;
    display: table-cell;
    vertical-align: middle
}


.bg-devis-4fc1 {
    background-color: #4fc1e936;
}

.bg-color-ad-2a9 {
    background-color: #47ff01a6;
}

.color-devis-154 {
    color: #154e84;
}

.p-devis-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.mylegend {
    left: 0;
    bottom: 10%;
    position: fixed;
    height: auto;
    width: 200px;
    border-radius: 0 10px 10px 0;
}

.bg-yellow {
    background-color: #fffdd1;
}

.bg-spe-orange {
    background-color: #f7a874;
}

.my_cruise {
    border: 1px solid #d7dadc;
}

.bloc-paiement {
    padding: 5px;
    background: #e8e8e8;
    margin-top: 40px;
    font-size: 1.4rem;
    color: #fc5243;
    font-weight: bold;
    display: flex;
    flex-flow: wrap;
}

.bloc-paiement .wrapper-payment {
    width: 100%;
    display: flex;
    flex-flow: wrap;
}

.bloc-paiement .col-8 {
    background-color: #fff;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.bloc_bouton {
    background: #e8e8e8;
    padding: 15px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .padding-devis-lr-101 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .p-devis-70 {
        padding-top: 100px;
    }

    .text-button-devis-fl {
        font-size: 12px !important;
    }

}

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

    .padding-devis-lr-101 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .p-devis-70 {
        padding-top: 70px;
    }

    .text-button-devis-fl {
        font-size: 12px !important;
    }

    .bloc-assurance {
        margin-top: 20px;
        background-color: #fbf9fa;
        padding: 0;
        font-size: 14px;
        width: 100%
    }

    .input_paiement label {
        background-color: #fbf9fa;
        padding: 10px 10px;
        display: table;
        margin: 0;
    }

    .my_paiement_input {
        display: table-cell;
        vertical-align: middle;
        padding: 14px 5px;
        width: 5%;
    }

    .my_paiement_image {
        display: table-cell;
        vertical-align: middle;
        padding: 0;
        width: 20%;
    }

    .no-padding-mobile {
        padding: 0;
    }

    .bg-fond-devis {
        background-color: #ffffff;
    }

    .bloc-paiement {
        display: none;
    }

    .partenaire {
        text-align: left !important
    }


}

.l-tab {
    padding-top: 20px;
}

.last_bloc_mobile {
    background: #3dd999;
    padding: 23px 5px;
    height: 64px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.mygreenborder {
    border: solid 1px #8fc654;
}

.p-devis-70 {
    padding-top: 100px;
}

.back-devis {
    background-image: url('/images/devis/background.jpg');
    background-size: 100%;
}

.totalphone {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 899;
    background-color: #dde0e3;
    padding: 7px 15px;
}

.first_bloc_mobile {
    background: #fff;
    padding: 10px 0;
    color: #fc5d4f;
    font-size: 13px;
    text-align: center;
    width: 48%;
    margin-right: 2%;
}

.padding-footer-devis {
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ligne-devis {
    width: 100%;
    height: auto;
    padding: 0;
    font-size: 15px;
    display: flex;
    flex-flow: wrap;
}

.ligne-devis div {
    padding: 8px;
}

.ligne-devis div:last-child {
    border-left: 1px solid #d7dadc;
}

.ligne-devis:nth-child(odd) {
    background: #fbf9fa
}

.ligne-devis:nth-child(even) {
    background: #FFF
}

#tabs-bdc .ul_menu_nav {
    border: 0;
    background: none;
    border-radius: 5px;
    padding: 0;
    margin: 15px auto 0;
    display: flex;
    list-style: none;
    max-width: 600px;
}

#tabs-bdc .ul_menu_nav li.ui-tabs-active a {
    color: #fff !important;
    background: #20bed1 !important;
}

#tabs-bdc .ul_menu_nav li:first-child a {
    border-radius: 5px 0 0 5px;
    border-right: 0 !important;
}

#tabs-bdc .ul_menu_nav li a {
    border: 1px solid #20bed1 !important;
    color: #2c3e50 !important;
    background: #e3fcff !important;
    text-align: center;
    margin: 0;
    padding: 10px;
    display: inherit;
}

#tabs-bdc .ul_menu_nav li:last-child a {
    border-radius: 0 5px 5px 0;
}

.wrapper-devis {
    padding: 20px 20px;
    background: #fff;
}

#tabs-bdc li.ui-tabs-tab {
    width: 50%;
    font-size: 1.4rem;
}

.col-1 {
    width: 8.3333333333%;
}

.col-2 {
    width: 16.6666666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.3333333333%;
}

.col-5 {
    width: 41.6666666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.3333333333%;
}

.col-8 {
    width: 66.6666666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.3333333333%;
}

.col-11 {
    width: 91.6666666667%;
}

.col-12 {
    width: 100%;
}

.titre-iti {
    background: #20bed1;
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    display: flex;
    flex-flow: wrap;
}

.ligne-itin {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 0;
    font-size: 1.4rem;
}

.bouton-fond {
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
    text-align: center;
}

#BgPoppup {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 809;
    display: none;
    cursor: pointer;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
}

#BgPoppup2, #bgactive {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 851;
    display: none;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
}

.poppup {
    position: fixed;
    height: 80%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: calc(50%);
    width: 70%;
    min-width: 800px;
    background-color: #FFF;
    border-radius: 10px 10px 10px;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.07);
    z-index: 810;
}

.poppup2 {
    position: fixed;
    height: 600px;
    top: calc(50% - 300px);
    left: calc(50% - 400px);
    width: 800px;
    min-width: 800px;
    background-color: #FFF;
    border-radius: 10px 10px 10px;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.07);
    z-index: 852;
}

.logo_comp2 {
    position: absolute;
    left: 20px;
    top: -5px;
    background: #fff;
    height: 65px;
    min-width: 120px;
    padding: 5px;
}

.fd_logo_comp3 {
    position: absolute;
    left: -10px;
    top: 30px;
}

.padding-devis-lr-101 {
    padding-left: 50px;
    padding-right: 50px;
}

.color-CCC {
    color: #CCC;
}

.block_type_paiement {
    padding: 0 10px 0 12%;
    color: #000;
    font-weight: bold;
}

.etoile {
    width: 20px;
}

.itineraire_css {
    padding-top: 7px;
    padding-left: 11px;
}

.bigpricejaune {
    font-weight: bold;
    color: #feb639;
    font-size: 30px;
    margin: 5px;
}

.black {
    color: #000 !important;
}

.white {
    color: #fff !important;
    font-size: 18px !important;
}

.block_offre2 {
    text-align: center;
    box-shadow: -7px 7px 18px -6px rgba(0, 0, 0, 0.38);
    border: 1px solid #F1F1F1;
    margin-bottom: 20px;
}

.titre_croisiere {
    font-weight: bold;
    padding-top: 5px;
    padding-right: 10px;
    line-height: 50px;
}

.prix-top {
    text-align: right;
}

.titlegras {
    font-weight: bold;
    color: #194f82;
    margin-right: 5px;

}

.txt_injected {
    color: #000;
    margin: 5px;
}

.picto {
    margin: 10px;
    width: 15px;

}

.bloc_titre {
    padding: 10px !important;
    text-align: left;
    background-color: #f0f0f0;
    color: #194f82;
    font-size: 16px
}

.bloc_text {
    text-align: left;
    font-size: 14px;
}

.text-center {
    text-align: center
}

.devis:hover {
    width: 100%;
    box-shadow: 2px 2px 4px #555;
}


.standard {
    width: 100%;
    height: auto;
}

.useful-width {
    max-width: 1200px;
    padding: 0 15px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 1024px) {
    .useful-width {
        max-width: 900px;
    }
}

@media only screen and (max-width: 767px) {
    .useful-width {
        max-width: 700px;
    }
}

* {
    font-family: 'Poppins', sans-serif;
}


#colorbox {
    border: 5px solid #000;
    background: #fff;
    z-index: 1000;
}

.carousel-item:before {
    background: linear-gradient(to bottom, transparent 70%, rgb(13, 13, 13));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

#carouselExampleIndicators .carousel-indicators {
    bottom: 15px;
}

#carouselExampleIndicators .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 5px;
    height: 5px;
    margin: 1px 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 100%;
    opacity: .5;
    transition: opacity .6s ease;
    border: none;
}

#carouselExampleIndicators .carousel-indicators li.active {
    opacity: 1;
    margin-top: 1px;
    margin-bottom: 1px;
}

.title-assurance {
    padding: 15px;
}

input:focus { /* supprime les border noir au clique */
    outline: none
}

input[type="date"]::before {
    content: attr(placeholder) "  ";
}

input[type="date"]:focus::before {
    content: attr(placeholder) "  ";
}

select {
    appearance: auto;
}

.g-none {
    display: none;
}




/*@keyframes s-ripple {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    20% {
        transform: scale(1);
    }
    100% {
        opacity: 0.01;
        transform: scale(1);
    }
}*/

/*@keyframes s-ripple-dup {
    0% {
        transform: scale(0);
    }
    30% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}*/

/*.control-radio input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}*/

/*.control-radio input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
}*/


#colorbox {
    border-radius: 8px;
}

.g-popUp {
    position: fixed;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.g-image-oney {
    width: 100%;
    height: auto;
}

.g-close-infos {
    position: absolute;
    left: 92%;
    top: 8px;
}

.capitalize {
    text-transform: capitalize;
}

a.btn-green.btn-reserver {
    height: auto;
    position: relative;
}

.btn-green.g-bouton-reserver-bas {
    height: auto;
    position: relative;
}

header {
    width: 100%;
}

.l-certifications {
    background-color: #F8F8F8;
    padding-bottom: 20px;
    padding-top: 60px;
}

.color_orange {
    color: #fc5243;
    font-weight: 600;
}

.list-equipment {
    column-count: 3;
}

/*.b-contain .txt-add-inc {
    font-size: 14px;
    font-weight: 600;
}*/

#send_mail input[type=submit] {
    background-color: #fe5219;
    border: none;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

#send_mail .content-modal {
    position: relative;
}

#send_mail .g-flex-center {
    height: 100%;
    width: 100%;
}

.infos-order .g-resume-table-container:nth-child(odd) {
    background-color: #F8F8F8;
}



.modal-oney #cboxContent {
    margin-top: 0;
    background: #fff;
}

.modal-oney #cboxLoadedContent {
    border: none;
}

.g-reserver-container.g-block-mobile .g-ou-reserver1 {
    margin-left: 0;
}

.m-all-inclusive {
    display: flex;
    align-content: space-between;
}

.m-all-inclusive .price {
    color: #fe5219;
    font-weight: 600;
    line-height: 18px;
    min-width: 90px;
    padding-top: 10px;
}

.m-all-inclusive .price .g-font-10 {
    line-height: 10px;
}

.m-all-inclusive .txt {
    padding: 0 30px 0 15px;
}

a.btn-green.btn-reserver i {
    display: none;
}

.g-align-top {
    vertical-align: top;
}

.g-resume-tables-container.infos-order {
    margin-top: 20px;
}

.l-felicitation-top {
    margin-top: 10px;
}

#gotop .fas.fa-chevron-up {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.l-itineraire {
    padding-bottom: 10px;
}

.l-itineraire .g-resume-tables-container {
    max-height: 400px;
    overflow: auto;
    padding-bottom: 0;
}


.scrollbar_style1::-webkit-scrollbar {
    width: 7px;
}

.scrollbar_style1::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}

.scrollbar_style1::-webkit-scrollbar-thumb {
    background-color: rgba(191, 188, 188, 0.7);
    border-radius: 100px;
}

.scrollbar_style1::-webkit-scrollbar-thumb:hover {
    background-color: rgba(191, 188, 188, 1);
}


.l-itineraire .g-resume-tables-container::-webkit-scrollbar {
    width: 7px;
}

.l-itineraire .g-resume-tables-container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}

.l-itineraire .g-resume-tables-container::-webkit-scrollbar-thumb {
    background-color: rgba(191, 188, 188, 0.7);
    border-radius: 100px;
}

.l-itineraire .g-resume-tables-container::-webkit-scrollbar-thumb:hover {
    background-color: rgba(191, 188, 188, 1);
}

.g-bienvenue-costa-autre {
    display: flex;
    align-items: center;
}

.page_Payment .g-bouton-reserver {
    width: max-content;
}

.g-none-desktop {
    display: none;
}

.absolute-chevron {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.oney-active .g-paiement-mobile-flex1 {
    display: none;
}

.oney-active .g-paiement-mobile-flex2 {
    width: 100%;
    margin-left: 0;
}

.g-font-20 {
    font-size: 20px;
}

.g-footer-container {
    width: 100%;
    padding: 10px 15px 0 15px;
    text-align: center;
    /*background-color: #2C3E50/*#194f82*/;
    display: flex;
    justify-content: center;
    align-items: center;
}

.g-button.send_mail {
    background-color: #194f82;
    border-radius: 8px;
}

img.g-resize-numero-header-mobile {
    width: 20px;
}

.g-header .g-logo img {
    max-width: 200px;
}

.g-form-bloc-1 .field {
    width: calc(25% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.g-form-bloc-1.children .field {
    width: calc(33.33% - 10px);
}

.g-form-bloc-2 .field {
    width: calc(33.33% - 10px);
}

.g-form-bloc-2.children .field {
    width: calc(50% - 10px);
}

.g-bg-blue-expert{
    background-color: #2C3E50;
}

.g-bg-blue-violet, .g-button.send_mail.g-bg-blue-violet .site_socroisiere .g-bg-blue-dark, .site_socroisiere .head-sidebar,
.site_socroisiere .num-cabine, .socroisiere .head-sidebar,
.socroisiere #g-button-details, .socroisiere #g-button-details, .socroisiere #g-button-infos .active,
.socroisiere .g-bg-blue-dark {
    background-color: #211873;
}

.g-bg-or, .g-button.send_mail.g-bg-or, .site_tourdumonde .g-bg-blue-dark, .site_tourdumonde .head-sidebar,
.site_tourdumonde .num-cabine,
.tourdumonde .head-sidebar, .tourdumonde .g-bg-blue-dark, .tourdumonde #g-button-details,
.tourdumonde #g-button-details, .tourdumonde #g-button-infos .active {
    background-color: #d69c30;
}

.g-bg-blue-violet, .g-button.send_mail.g-bg-blue-violet .site_socroisiere .g-bg-blue-dark, .site_socroisiere .head-sidebar,
.site_socroisiere .num-cabine, .socroisiere .head-sidebar,
.socroisiere #g-button-details, .socroisiere #g-button-details, .socroisiere #g-button-infos .active,
.socroisiere .g-bg-blue-dark {
    background-color: #211873;
}

.site_socroisiere .color-site, .site_socroisiere .one-cabine .name-cabine,
.site_socroisiere .g-num_bdc, .socroisiere .g-details-slider-arrow, .socroisiere .g-btnOnglet,
.socroisiere .color-site {
    color: #211873;
}

.l-certification {
    font-size: 24px;
    padding: 30px 0 15px 0;
    text-align: center;
}

.g-color-or {
    color: #d69c30;
}

.page_expire .l-certifications {
    background-color: #fff;
}

.g-entreprises-container {
    overflow: auto;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 560px;
    margin: 0 auto;
}

.g-images-entreprise {
    margin: 0 7px;
    width: 16.66%;
}

.g-images-entreprise:first-child {
    margin-left: 0;
    width: 13%;
}

.g-images-entreprise:last-child {
    margin-right: 0;
    width: 13%;
}

.g-images-entreprise:nth-child(3) {
    width: 19.66%;
}

.g-images-entreprise:nth-child(4) {
    width: 19.66%;
}

.g-images-entreprise img {
    /*width: 100%;*/
}

.g-color-white {
    color: #FFF;
}

.g-font-10 {
    font-size: 10px;
}

