@media screen and (min-width: 768px) {
    .text-assurance {
        display: block !important;
    }

    .l-assurances .open {
        display: none;
    }

    .mobile {
        display: none;
    }
}

@media screen and (max-width: 1350px) {
    .logo_payement {
        min-width: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .tablette {
        display: block !important;
    }

    .tablette-inline {
        display: inline !important;
    }

    .tablette-flex {
        display: flex !important;
    }

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

    .g-block-mobile {
        display: block;
    }

    .g-font-17-mobile {
        font-size: 17px;
    }

    .g-pb-10-mobile {
        padding-bottom: 10px;
    }

    .g-pb-10-mobile {
        padding-bottom: 10px;
    }

    .g-mt-20-mobile {
        margin-top: 20px;
    }

    .g-mt-40-mobile {
        margin-top: 40px;
    }

    .g-mb-10-mobile {
        margin-bottom: 10px;
    }

    .g-w-70-mobile {
        width: 70%;
    }

    .g-w-100-mobile {
        width: 100%;
    }

    .g-header {
        flex-direction: row;
        justify-content: end;
        padding: 10px 15px;
    }

    .head-sidebar {
        padding: 8px 0;
    }

    .g-button {
        padding: 9px 11px;
        margin-left: 10px;
    }

    .g-onglet3 {
        margin-right: 20vw;
    }

    #g-nous-ecrire {
        order: 2;
        margin: 0;
    }

    .avis_verifies {
        order: 3;
        margin: 0;
    }

    .g-resize-button-mobile {
        display: block;
    }

    .g-resize-contact-header-mobile {
        width: 20px;
        height: 18px;
    }

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

    .g-main {
        padding-top: 15px;
        background-color: #fff;
    }

    .g-resume-text-container {
        min-height: 110px;
    }

    .g-resume-table-container {
        padding: 10px 0;
    }

    .g-resume-table-container:nth-child(2n+1) {
        background-color: #FFF;
    }

    .infos_col2 {
        margin-left: 0;
    }

    .g-bloc-container {
        margin-top: 0;
    }

    .g-bloc-left {
        width: 100%;
        margin: 0;
        background-color: transparent;
        padding: 15px 0;
    }

    .g-costa-image {
        max-width: 90px;
        border-right: 2px solid #afafaf;
        margin: -5px 10px 0 0;
        padding-right: 10px;
    }

    .g-bienvenue-costa-autre {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .carousel {
        padding-bottom: 25px;
    }

    .carousel-item {
        height: auto;
    }

    .g-details-slider-arrow {
        width: 30px;
        height: 30px;
        top: 45%;
        transform: translateY(-45%);
    }

    .carousel-indicators {
        display: none;
    }

    .g-details-slide-autre {
        margin-top: 0;
    }

    .g-title-bloc {
        font-size: 17px;
    }

    .g-accordion {
        padding: 20px 30px;
    }

    .g-infos-grey-bloc1 {
        margin-bottom: 15px;
    }

    .g-infos-grey-bloc2 {
        margin: 25px 0 15px 0;
    }

    .l-certification {
        font-size: 18px;
        padding: 20px 15px 10px;
    }

    .g-entreprises-container {
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 0 8px 15px;
    }

    .g-images-entreprises {
        display: inline-block;
    }

    .g-reserver-container {
        position: fixed;
        z-index: 100;
        display: flex;
        width: 100%;
        bottom: 0;
        padding: 10px 15px;
        background-color: #FFF;
        box-shadow: 0 -2px 20px 0 #d7d7d7;
    }

    .g-prix-reserver-container {
        background-color: #FFF;
        width: 60%;
        line-height: 20px;
        margin: 0;
        padding: 11px 10px 0 0;
        display: inline-block;
    }

    .g-reserver-container.g-block-mobile .g-prix-reserver {
        margin-right: 35px;
    }

    .g-prix-reserver {
        font-size: 24px;
        margin-bottom: -5px;
    }

    .g-ou-reserver1, .g-ou-reserver2 {
        margin: 0;
    }

    .g-bouton-reserver-container {
        min-width: auto;
    }

    .g-picto-reserver {
        position: absolute;
        font-size: 15px;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .g-main-paiement {
        padding: 35px 0 20px 0;
    }

    .container-paiement {
        padding: 0;
    }

    .g-bloc-left-paiement {
        width: 100%;
        margin: 0;
    }

    .g-validation-required {
        font-size: 1.4rem;
    }

    .title-s4 {
        font-size: 1.7rem;
    }

    .g-prix-reservation-paiement {
        font-size: 24px;
        color: #fe5219;
        text-align: center;
        font-weight: 700;
        margin-bottom: 7px;
    }

    .g-bouton-reserver-container {
        margin-top: 20px;
    }

    .g-paiement-valider table tr td:nth-child(1) {
        width: 10%;
    }

    .g-paiement-mobile-flex1 {
        width: max-content;
        background-color: white;
        color: #fe5219;
        padding: 8px 10px;
        border-radius: 8px;
        text-align: center;
        border: 2px solid #fe5219;
        white-space: nowrap;
        margin-right: 7px;
        font-weight: 500;
        font-size: 2rem;
    }

    .g-paiement-mobile-flex2 {
        width: 67%;
        margin-left: 2%;
        display: grid;
        place-items: center;
    }

    .g-lien-proceder-paiement:active {
        text-decoration: none;
    }

    .g-main-info-passager {
        padding: 35px 0 0 0;
    }

    .g-info-passager-titre {
        font-size: 15px;
        margin-top: 20px;
    }

    .g-service-restauration {
        font-size: 17px;
        width: 100%;
        margin-bottom: 15px;
    }

    .g-form-bloc-1, .g-form-bloc-2 {
        flex-wrap: wrap;
        box-sizing: border-box;
        flex-grow: 1;
        flex-basis: 0;
    }

    .g-form-bloc-2 {
        margin-top: 0;
    }

    .g-form-bloc-1 select, .g-form-bloc-1 input[type=text], .g-form-bloc-1 input[type=date],
    .g-form-bloc-1 input[type=text],
    .g-form-bloc-2 select, .g-form-bloc-2 input[type=date], .g-form-bloc-2 input[type=email] {
        background-color: #FFF;
        margin-right: 0;
    }

    .birth-date {
        background-color: #FFF !important;
    }

    .g-form-bloc-2 select {
        width: 100%;
        margin-left: 0;
    }

    .g-form-bloc-2 input[type=email] {
        width: 100%;
    }

    label.g-label-birth-date {
        color: #707070;
        margin-top: 15px;
        margin-bottom: 0;
    }

    .lastname, .birth-name, .nationalite {
        margin-left: 10px;
    }

    .g-form-bloc-1 select, .g-form-bloc-1 input:nth-last-child(3) {
        margin-top: 0;
    }

    .g-form-bloc-2 input[type=text]:last-child {
        background-color: #FFF;
        width: 100%;
    }

    .g-info-passager-valider {
        margin: 35px 0 5px;
    }

    .g-info-passager-valider table tr td:nth-child(2) {
        text-align: initial;
        padding-right: 0;
    }

    .g-info-passager-valider table tr td:nth-child(1) {
        width: 10%;
    }

    .g-container_send_mail {
        padding: 0 30px;
    }

    #colorbox {
        width: 364px !important;
        height: 325px !important;
        border-radius: 8px;
    }

    #cboxLoadedContent {
        width: 340px !important;
    }

    #oney_mention {
        padding: 18px 0 0 18px !important;
    }

    .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 {
        left: 89%;
        top: 5px;
    }

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

    .g-reserver-container.g-none-mobile {
        display: none;
    }

    .g-reserver-container.g-block-mobile .g-bouton-reserver-container {
        margin-top: 0;
    }

    .g-entreprises-container img {
        max-width: none;
    }

    .page_Payment .l-certifications, .page_PassengerInformation .l-certifications {
        padding-bottom: 10px;
    }

    #send_mail .content-modal {
        width: 90%;
        max-width: 500px;
    }

    .g-prix-reserver-container span {
        display: inline-block;
    }

    .m-all-inclusive {
        flex-flow: row wrap;
    }

    .m-all-inclusive .txt {
        padding: 0;
        order: 2;
        width: 100%;
        margin-top: 20px;
    }

    .m-all-inclusive .price {
        width: 50%;
    }

    .col-btn-all-inclusive {
        width: 50%;
        text-align: right;
    }

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

    .picto_formalites {
        font-size: 12px;
        margin-right: 6px;
    }

    .td_picto_formalites {
        padding-top: 0;
    }

    .g-titre-table-itineraire {
        width: 49%;
        border-radius: 6px;
    }

    .g-titre-table-itineraire-sup-1 {
        width: 21%;
    }

    .g-titre-table-itineraire-sup-2 {
        width: 41%;
    }

    .g-titre-table-itineraire-sup-3 {
        width: 18%;
    }

    .g-titre-table-itineraire-sup-4 {
        width: 18%;
    }

    .g-table-itineraire tr:first-child td, .g-table-itineraire tr td {
        width: 50%;
    }

    .g-td-itineraire-sup-1 {
        width: 21% !important;
        text-align: center !important;
    }

    .g-td-itineraire-sup-2 {
        width: 41% !important;
    }

    .g-td-itineraire-sup-3 {
        width: 18% !important;
        text-align: center !important;
    }

    .g-td-itineraire-sup-4 {
        width: 18% !important;
        text-align: center !important;
    }

    .g-table-itineraire tr td {
        padding: 10px 15px;
        text-align: center;
    }

    .l-itineraire .g-font-19 {
        padding: 0 15px;
    }

    .l-itineraire {
        margin-top: 5px;
    }

    .g-titre-itineraire-container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .g-table-itineraire tr td {
        text-align: left;
    }

    .g-bloc-container.g-flex, .container-paiement {
        flex-direction: column;
    }

    .l-sidebar-infos {
        display: none;
    }

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

    .price-aside {
        display: none;
    }

    .g-form-bloc-1 .field {
        width: calc(50% - 10px);
        margin-bottom: 15px;
    }

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

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

    input::placeholder {
        color: #000;
        opacity: 1;
    }

    .g-iconeOnglet {
        max-width: 17px;
        height: auto;
    }

    .g-onglet-text-button {
        font-size: 1.2rem;
        font-weight: 500;
        margin-left: 6px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .form_email {
        padding: 0 30px 0 21px;
    }

    .infos_col2 {
        margin-left: 0;
    }

    .infos_col1 {
        width: 48%;
    }

    .g-details-slide-autre {
        margin-top: 0;
    }

    .g-infos-text {
        padding-right: 0;
        text-align: justify;
    }

    .g-info-passager-titre {
        font-size: 15px;
        margin-top: 20px;
    }

    .g-service-restauration {
        font-size: 17px;
        width: 100%;
        margin-bottom: 15px;
    }

    .g-form-bloc-restauration select {
        width: 100%;
    }

    .g-main-info-passager {
        background-color: #fff;
    }

    .g-info-passager-bloc label {
        margin-bottom: 0;
    }

    .g-logo {
        margin-right: auto;
    }

    .g-logo {
        margin-right: auto;
    }

    .g-logo img {
        width: 180px;
        order: 1;
    }

    .g-details-slide-autres {
        margin-top: 0;
        text-align: justify;
    }

    .l-list-options > div {
        width: 100%;
    }

    #content_tabs {
        background-color: transparent;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .g-bouton-reserver {
        font-size: 1.5rem;
        border-radius: 6px;
        padding: 10px 40px 10px 22px;
    }

    .m-bloc {
        width: 100%;
        height: auto;
    }

    .g-btnOnglet {
        padding: 4px 10px;
        min-height: 40px;
    }

    /*.l-sidebar-infos {
        display: block;
        position: static;
        order: -1;
        width: 100%;
        margin-bottom: 15px;
        padding: 0 15px;
    }

    .l-sidebar-infos > div {
        position: inherit;
        width: auto;
    }*/

    .g-main-paiement .container-paiement {
        padding-bottom: 0;
    }

    #cookie-banner {
        display: none !important;
    }

    .list-steps {
        padding-left: 15px;
    }

    .divContentTelMail {
        flex-direction: column;

    }
    .modifTelMail {
        margin-top:10px;
    }

    .one-payment h3 {
        font-size: 1.5rem;
    }

    .content-alert {
        width: 100%;
        flex: none;
        margin-top: 5px;
        padding-left: 29px;
    }

    .pay-today {
        display: block;
        margin-top: 5px;
    }

    .page_Order .l-have_question {
        bottom: 70px;
        right: 10px;
    }

}

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

    .g-main-paiement {
        padding-top: 10px;
    }

    .head-sidebar {
        padding: 10px 15px;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }

    .g-assurance-white-bloc-50 .add {
        order: -4;
        padding: 10px 0 10px 10px;
    }

    .assurance-refus .title-assurance, .assurance-options .title-assurance {
        order: -3;
    }

    /*.assurance-refus .price, .assurance-options .price {
        order: -2;
        display: flex;
        align-items: center;
        padding: 10px 0 10px 5px;
    }*/

    .assurance-refus .add label .txt, .assurance-options .add label .txt {
        display: none;
    }

    .assurance-refus .text-assurance, .assurance-options .text-assurance {
        padding: 2px 15px 15px;
    }

    .assurance-options .text-assurance {
        padding-left: 25px;
    }

    .assurance-refus .title-assurance, .assurance-options .title-assurance {
        padding: 10px 0 10px;
        min-height: 45px;
    }

    .assurance-refus, .assurance-options {
        justify-content: flex-start;
        padding: 1px 5px 1px 0;
        position: relative;
        width: calc(100% - 40px);
        box-shadow: none;
    }

    .open {
        color: #194f82;
        padding: 10px;
        width: 40px;
        /*height: 47px;*/
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0 8px 8px 0;
    }

    .assurance-refus .add .control, .assurance-options .add .control {
        margin-bottom: 0;
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .g-flex.l-assurances {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .l-infos-passenger {
        display: none;
    }

    .m-assurances {
        margin-top: 0;
    }

    .desk {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .mobile-inline {
        display: inline !important;
    }

    .mobile-flex {
        display: flex !important;
    }

    .blue_box_felicitation {
        display: none;
    }

    .page_PassengerInformation #content2 {
        display: flex;
        flex-direction: column;
        padding: 0 10px;
    }

    .l-felicitation.mobile {
        order: -2;
        margin: 0 10px;
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
    }

    .page_PassengerInformation .g-main-info-passager {
        padding: 22px 0 0 0;
    }

    .l-felicitation {
        font-size: 1.4rem;
    }

    .title-felicitation {
        font-size: 2rem;
    }

    .l-price {
        padding-bottom: 2px;
        margin-top: 15px;
    }

    .img-step-mobile {
        display: flex;
    }

    .list-steps li {
        flex-wrap: wrap;
    }

    .list-steps li img {
        width: 35px;
    }

    .infos-and-map .listing-infos {
        width: 100%;
        padding-right: 0;
    }

    .g-form-bloc-1 .field, .g-form-bloc-2 .field {
        width: 100%;
    }

    .g-button-container {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .g-onglet-container {
        margin-top: 0;
    }

    .l-steps-journey .bull {
        width: 24px;
        height: 24px;
        font-size: 1.6rem;
    }

    .l-steps-journey .step-title {
        font-size: 1.2rem;
    }

    .g-resume-offre-container {
        min-width: 100%;
    }

    .g-resume-image-autre {
        background-position: 74% 50%;
    }

    .g-num_bdc {
        min-height: 40px;
    }

    .g-resume-text {
        /*min-height: 100px;*/
    }

    .title-formality img {
        width: 20px;
    }

    .one-cabine {
        padding: 8px 10px;
        border-radius: 8px;
        margin-bottom: 20px;
    }

    .one-cabine .name-cabine {
        font-size: 1.6rem;
    }

    .img-desc .img-cabine {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .img-desc .text-cabine {
        width: 100%;
    }

    .g-images-entreprise {
        margin: 0 3px;
    }

    .l-assurances > div {
        width: 100%;
    }

    .m-assurances, .m-paiement, .m-fsh {
        padding: 20px 12px;
    }

    .g-bouton-reserver {
        padding: 10px 30px 10px 15px;
    }

    .g-validation-required {
        font-size: 1.3rem;
        white-space: normal;
    }

    .logo_payement {
        min-width: 90px;
    }

    .page_Payment .g-bouton-reserver {
        flex: 1;
    }

    .m-fsh .field {
        padding: 12px;
    }

    .m-fsh {
        margin-bottom: 10px;
    }

    .g-form-bloc-restauration {
        flex-direction: column;
        margin-top: 0;
    }

    .g-info-passager-bloc .l-btn {
        justify-content: center;
    }

    #modal_verification_dob.modal_new.modal_style_2 h2 {
        text-align: left;
    }

    .resume-passenger {
        flex-direction: column;
    }

    .img-step {
        /*margin-left: 0;*/
    }

    .list-steps li {
        /*padding: 10px 15px;*/
    }

    .list-steps .txt {
        display: flex;
        align-items: center;
        padding: 4px 0;
        flex: 1;
    }

    .txt-tips {
        font-size: 1.4rem;
    }

    .g-form-bloc-restauration {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .one-payment.ancv_connect label {
        align-self: flex-start;
        margin-top: 18px;
    }

    .page_remerciement .l-certifications, .page_avis .l-certifications {
        padding-bottom: 20px;
    }

    .msg-op {
        font-size: 1.8rem;
        margin-top: 35px;
    }

    .l-form-op {
        padding: 20px 12px;
    }

    .l-form-op .l-btn {
        margin-top: 0;
    }

    .l-form-op .btn.btn-arrow {
        margin-top: 0;
    }

    .list-payments {
        justify-content: center;
    }

    .one-payment {
        width: 100%;
        max-width: 390px;
    }

    .l-payment {
        margin-top: 0;
        align-items: flex-end;
    }

    #formPayment .btn.btn-arrow .icon {
        /*display: none;*/
    }

    #formPayment .btn.btn-arrow {
        font-size: 1.5rem;
        /*padding: 8px 40px 8px 15px;*/
        margin-bottom: 0;
    }

    .l-steps-wrapper {
        width: 82%;
    }

    .l-assurances .label-text {
        font-size: 1.6rem;
    }

    .container-iban {
        flex-direction: column;
    }

    .container-iban .item {
        margin-bottom: 25px;
    }

    .l-prestations .table .m-verse .col-date, .l-prestations .table .m-restant .col-date {
        width: 50%;
    }

    .text-assurance ul li:before {
        margin-left: -20px;
    }

    #modal_instanea h2 {
        font-size: 2rem;
    }

    .g-footer.col-10 {
        width: 100%;
        flex: 1;
        padding: 0 5px;
        line-height: 1.2em;
    }

    .close-question {
        width: 45px;
        height: 45px;
    }


}

@media only screen and (max-width: 530px) {
    .page_Order .l-have_question {
        bottom: 85px;
    }
}

@media only screen and (max-width: 500px) {
    .avis_verifies {
        display: none;
    }

    #modal_verification_dob .l-btn {
        flex-direction: column;
    }

    #modal_verification_dob .l-btn .btn {
        margin-bottom: 10px;
    }

    .one-site {
        width: 100%;
        margin-bottom: 20px;
    }

    .m-msg {
        font-size: 1.8rem;
    }

    .m-msg img {
        width: 30px;
    }

    .p-expire {
        padding-top: 40px;
    }

    .modifTelMail {
        min-width: 0px;
    }

    .modifTelFxNumero{
        min-width: 0px;
        width: 100%;
    }

    .one-payment h3 {
        font-size: 1.4rem;
    }

    .logo_payement {
        min-width: 60px;
    }

    .logo_payement img {
        max-height: 45px;
        max-width: 50px;
        height: auto;
    }

    .wrapper-one-payment {
        padding: 8px 15px;
        min-height: 60px;
    }

    .info_instanea .wrapper p {
        font-size: 1.2rem;
    }

    .one-payment .new span {
        font-size: 1rem;
        line-height: 1.6em;
        font-weight: 500;
    }

    .one-payment .new {
        top: 7px;
        right: -23px;
    }

    .one-payment.instanea {
        padding-right: 28px;
    }

    .divMoins3CabinesEtape1{
		display:none;
	}

    .divMoins3CabinesEtape1_mobile{
		display:block;
	}

	.txtChangementTelSiBesoin{
		margin-left: 10px;
	}

	.buttonRappelImmediat3Cabines_mobile{
		margin-left: 15px;
	}

}

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

    input::placeholder {
        color: rgb(54, 54, 54);
    }

    .form_email {
        padding: 0 30px 0 22px;
    }

    .infos_col1 {
        width: 50%;
    }

    .g-accordion-container {
        font-size: 13px;
        padding: 10px;
    }

    #formPayment .btn.btn-arrow {
        width: 100%;
        max-width: 100%;
    }


}

@media print {
    .l-itineraire .g-resume-tables-container {
        max-height: inherit;
    }

    #content2 {
        display: block;
    }
}
