#logo {
    height: 80px;
    padding: 15px;
    text-align: center;
}

.slider_home_header {
    width: 100%;
    height: 416px;
    position: relative;
    background-size: cover;
    background-position: center;
}

a:hover {
    text-decoration: none !important;
}

.arrow_slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 95px;
    width: 89px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    cursor: pointer;
}

.arrow_left {
    left: 0;
    background-image: url('../../images/slider/arrow_slide.png');
    background-repeat: no-repeat;
    background-position: center;
}

.arrow_right {
    background-image: url('../../images/slider/arrow_slide.png');
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}

select.with-so-select {
    background-color: #FFF;
    color: #362d86;
    border-color: #f0f0f0 !important;
    background-image: url('../../images/icones/arrow-separator-select.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30px 30px;
    width: 100%;
    -webkit-appearance: none;
    outline: none;
    border: none;
    font-size: 14px;
    height: 30px;
    padding-left: 5px;
}

select.with-so-select-2 {
    background-color: #f4f4fa;
    -webkit-appearance: none;
    outline: none;
    border-radius: 0 !important;
    border-color: #eeeeee;
    font-size: 14px;
    height: 40px;
    padding: 10px 35px 10px 15px !important;
    width: 100%;
}

.dropdown dd ul {
    background-color: #e7e7e7;
    border: 0;
    color: #000;
    display: none;
    left: 0;
    padding: 2px 12px 2px 5px;
    position: absolute;
    top: 30px;
    z-index: 200;
    width: 100%;
    list-style: none;
    height: 210px;
    overflow: auto;
}

.dropdown ul {
    margin: -1px 0 0 0;
}

.cadre_pic {
    height: auto;
}

.bgi_padding {
    padding-left: 12px !important;
}

#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;
}

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

.blue_expert_color {
    color: #1dd2af;
}

.dark_blue_expert_color {
    color: #2c3e50;
}

.text_haut_expert {
    width: calc(100% / 3);
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text_croisieres_bon_prix {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 230px;
    height: auto;
    transform: translate(-50%, -50%);
}

.text_market_2 {
    color: #0994a6;
    font-size: 31px;
    font-weight: normal;
}

.text_market_3 {
    color: #0994a6;
    font-size: 81px;
    font-weight: bold;
}

.text_market_4 {
    color: #09a69d;
    font-size: 60px;
    font-weight: bold;
}

.text_market_5 {
    color: #29aba3;
    font-size: 30px;
    font-weight: normal;
}

.text_market_6 {
    color: #fc5243;
    font-size: 60px;
    font-weight: normal;
}

.haut_image_expert {
    width: 100%;
    height: 600px;
    position: relative;
    background-image: url('https://expertcroisiere.com/images/theme_expert/fond_home_expert_bg.png');
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #FFF;
}

.case_bottom_expert {
    position: relative;
    height: 115px;
    background-color: #FFF;
    width: 100%;
}


.blue_circle_expert {
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    width: 80px;
    border-radius: 60px;
    color: #FFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #1dd2af;
}

.logo_site_partenaire {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.11) 31%, rgba(0, 0, 0, 0.75) 100%);
}

.logo_site_partenaire img {
    max-height: 100px;
}

.title_for_bloc_expert {
    width: 100%;
    height: auto;
    font-size: 24px;
    color: #fc5243;
    font-weight: 600;
    text-align: center;
}

#suivi-commande {
    max-width: 1000px;
    margin: 30px auto 20px;
    padding: 0 15px;
}

.line_ancre_expert {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: 50px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

#connect_home {
    display: flex;
    flex-wrap: wrap;
}

#connect_home > div {
    width: 33.33%;
    padding: 0 10px;
}

.ancre_for_title_expert {
    width: 50px;
    height: 1px;
    background-color: #2c3e50;
}

.line_1 {
    margin-right: 10px;
}

.line_2 {
    margin-left: 10px;
}

.img_partenaire_site {
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    color: #2c3e50;
}

.img_logo_partenaire {
    position: relative;
    width: 100%;
    height: 210px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.title_description_site {
    color: #2c3e50;
    font-weight: 600;
    width: 100%;
    height: auto;
    font-size: 16px;
    margin-bottom: 20px;
}

.bouton_vers_site {
    width: 100%;
    height: 50px;
    color: #FFF;
    background-color: #1dd2af;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    margin-top: 30px;
    cursor: pointer;
}

.desac_bouton_vers_site {
    background-color: #c7c7c7 !important;
}

.suivie_commande, .bloc_blancExp {
    width: 100%;
    height: auto;
    border-radius: 5px;
    background-color: #FFF;
    padding: 40px;
    box-shadow: rgb(0, 0, 0) 0 0 10px -6px;
}

.cadre_slide_for_expert {
    padding-left: 10px;
    padding-right: 10px;
    height: 260px;
}

.cadre_slide_raison {
    padding: 5px;
    background-color: #FFF;
    height: 250px;
    width: 100%;
    border: solid 1px #CCC;
}

.cadre_raisons_expert {
    position: relative;
    overflow: hidden;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hover_text_expert {
    position: absolute;
    top: 250px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 62, 80, 0.67);
    text-align: center;
    color: #FFF;
    padding: 10px;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.separator_type_expert {
    height: 1px;
    background-color: #1dd2af;
}

.cadre_type_expert {
    height: 231px;
    border: solid 1px #CCC;
    border-bottom: 0 !important;
}

.title_type_expert {
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    background-color: #FFF;
    color: #2c3e50;
    text-align: center;
}

.img_type_accompagnement {
    height: 190px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.tag_croisisere {
    padding: 5px;
    border: solid 1px #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFF;
    font-size: 11px;
    margin-right: 7px;
    margin-top: 4px;
}

.triagnle_gotop {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 50px;
    border-color: transparent transparent #1dd2ae transparent;
}

.triangle_center {
    /*margin-top: 90px;*/
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 50px;
    position: relative;
    cursor: pointer;
}

.arrow_triangle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
}

.arrow_slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 69px;
    width: 69px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 600;
    cursor: pointer;
}

.home_slider2 {
    height: 400px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.list-accordions h3 {
    margin-top: 12px !important;
    margin-bottom: 0;
}

/*.g-select-civilite, .g-select-nationalite, .g-select-restauration {
    background: url("/assets/img/select-chevron-down.png") no-repeat right;
    background-size: 12px;
    background-position-x: 97%;
}*/

.collapsible {
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    height: auto;
}

.collapsible.collapsed {
    height: 0;
}

.img_close {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 28px;
    display: flex;
    align-items: center;
    transition: .4s;
}

.img_close img {
    width: 10px;
    transition: 0.4s;
}

.toggle-js.active .img_close img {
    transform: rotate(90deg);
}

.g-info-passager-titre:not(.active) {
    border-radius: 8px;
}

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

.picto-empoule img {
    width: 22px;
}


.blue_box_felicitation .fa-check-circle {
    color: #194F82;
}

.blue_box_felicitation {
    border-bottom: 1px solid #70707040;
    padding-bottom: 10px;
    margin-bottom: 13px;
}

.mobile, .mobile-inline, .mobile-flex {
    display: none !important;
}

.l-price {
    padding-bottom: 30px;
    margin-top: 25px;
}

.img-step-mobile {
    position: relative;
    background-color: #1a4f83;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    border-radius: 12px;
    margin-bottom: 12px;
}

.list-steps .triangle {
    position: absolute;
    top: calc(100% - 1px);
    display: flex;
}

.l-itineraire .map.mobile {
    padding: 0 15px;
}

.myoptionadd_modif {
    text-align: left;
}

.changeOptions.disable {
    /* pointer-events: none; */
    cursor: not-allowed;
    background: #ee2121;
    background: -moz-linear-gradient(top, #ee2121 0%, #f46d6d 100%);
    background: -webkit-linear-gradient(top, #ee2121 0%, #f46d6d 100%);
    background: linear-gradient(to bottom, #ee2121 0%, #f46d6d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee2121', endColorstr='#f46d6d', GradientType=0);
    border: 1px solid #a40404;
}

select.select_t1 {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.select_t1:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

input.input_t1 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input.input_t1:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.field.field-cabineAdmin {
    margin-top: 5px;
}


.valider {
    background: linear-gradient(to bottom, #65db4e 0%, #79e5aa 100%) !important;
}


.card {
    width: calc(50% - 20px);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

a:link {
    text-decoration: none;
    color: inherit;
}

a:active {
    text-decoration: none;
    color: inherit;
}

a:visited {
    text-decoration: none;
}

*:focus {
    /*outline: 0 !important;*/
}

label {
    font-weight: initial;
}

.btn-form {
    padding: 10px 15px;
    background: #2c3e50;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    border: 0;
}

.bold {
    font-weight: bold !important;
}

/*

#accordion_messagerie.ui-widget {
    background: #fff;
    font-size: 14px;
}

#accordion_messagerie .ui-state-default {
    background: #fff;
}



#accordion_messagerie .ui-accordion-content {
    border: 0;
    border-bottom: 1px solid #b9b9b9;
    padding: 1em 0;
    border-radius: 0;
}

#accordion_messagerie .ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#accordion_messagerie .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: 0.2em .2em .2em .7em;
    min-height: 0;
}

#accordion_messagerie .ui-accordion .ui-accordion-icons {
    padding-left: 1.2em;
}

#accordion_messagerie .ui-accordion-header-icon {
    position: absolute;
    right: 2em;
    left: inherit;
    top: 50%;
    margin-top: -8px;
}

#accordion_messagerie .ui-icon {
    width: 19px;
    height: 15px;
}

#accordion_messagerie .ui-state-active .ui-icon {

    background-image: url('../images/icon-fleche_haut.png');
}

#accordion_messagerie .ui-accordion .ui-accordion-noicons {
    padding-left: .7em;
}

#accordion_messagerie .ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

#accordion_messagerie .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

#accordion_messagerie .ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

#accordion_messagerie h3 i.mess_default {
    display: inline-block;
    margin-right: 15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dbdada;
}

#accordion_messagerie h3 i.mess_new {
    display: inline-block;
    margin-right: 15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #396fde;
}
*/


.bon_reduction {
    background-image: url('../../images/img-bg_reduction.jpg');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100%, 100%;
    color: #fff;
    padding: 15px 20px;
    font-weight: 300;
}

.heure_count p {
    font-style: italic;
    color: #fff
}

.heure_count div {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 90px;
    width: 90px;
    height: 90px;
    text-align: center;
    display: inline-block;
    color: #fff;
    padding: 15px;
    margin: 5px
}

.heure_count div span {
    font-size: 35px;
    display: block;
    line-height: 29px;
    font-weight: 300;
}

.btn_jaune {
    border-radius: 5px;
    background-image: -moz-linear-gradient(90deg, rgb(248, 182, 76) 0%, rgb(255, 213, 106) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(248, 182, 76) 0%, rgb(255, 213, 106) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(248, 182, 76) 0%, rgb(255, 213, 106) 100%);
    padding: 5px 20px;
    margin-top: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.color-yellow {
    color: rgb(255, 213, 106)
}


.img_vente_flash {
    position: absolute;
    top: -25px;
    left: -16px;
}

.bon_expired {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 48px;
}

.text-expired {
    border-radius: 5px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdfffa+0,dedede+100 */
    background: #fdfffa; /* Old browsers */
    background: -moz-linear-gradient(top, #fdfffa 0%, #dedede 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fdfffa 0%, #dedede 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fdfffa 0%, #dedede 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfffa', endColorstr='#dedede', GradientType=0); /* IE6-9 */
    box-shadow: 0 3px 3px 0 rgba(2, 2, 2, 0.2);
    text-align: center;
    color: #222222;
    font-size: 17px;
    padding: 20px
}

.depechez {
    text-align: right
}

.color-green {
    color: #8fc654;
}

.color-red {
    color: #ff5d5d;
}

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

.point_exclamation {
    color: #fff;
    background: #3bafda;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    font-size: 13px;
    text-align: center;
    padding-top: 4px;
}

.modal {
    display: none;
}

.modal .close {
    color: #00a5db;
    opacity: 1;
    text-align: right;
    position: relative;
    z-index: 999;
}

.modal {
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: hidden;
    transform: translate3d(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 20px 20px 20px;
    text-align: center;
}

.modal-table {
    display: inline-block;
    position: relative;
    top: 50%;
    overflow: hidden;
    padding: 50px;
    background: #fff;
}


/******************* Colorbox ****************************/
#cboxContent {
    background: transparent;
}

#cboxLoadedContent {
    border: 0;
}

.back_blanc {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #f1f1f1;
    margin-top: 20px;
}

#cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url('../images/controls.png') no-repeat bottom center;
    width: 38px;
    height: 28px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background: url('../images/controls.png') no-repeat top center;
}


.vacances ul li {
    display: inline-block;
    width: 100%
}

.menu_compte {
    text-decoration: none;
    list-style: none;
    background: #fff;
    padding: 0;
}

.newmenu_comte.active {
    background-color: #494747;
    color: #FFF;
}

.bgi_alone2 {
    padding-left: 12px !important;
    background: url('/images/devis/blue_arrow_down.png') no-repeat right 10px center;
}

label input[type="checkbox"] {
    /*display: inline-block;*/
    /*width: initial;*/
    /*margin-right: 15px;*/
    /*height: auto;*/
}

.oswald {
    font-family: 'Oswald', sans-serif;
}

.message_error {
    color: red;
    font-weight: bold;
}


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

    .header {
        margin: 0;
    }

}

@media (max-width: 767px) {

    .header {
        padding: 10px !important;
        margin: 0;
    }

    .modal-table, .modal-cell {
        display: block;
    }

}


/*.dropdown dd, .dropdown dt {
    margin: 0;
    padding: 0;
}

.dropdown ul {
    margin: -1px 0 0 0;
}

.dropdown dd {
    position: relative;
}

.dropdown dd ul {
    background-color: #e7e7e7;
    border: 0;
    color: #000;
    display: none;
    left: 0;
    padding: 2px 12px 2px 5px;
    position: absolute;
    top: 30px;
    z-index: 200;
    width: 100%;
    list-style: none;
    height: 210px;
    overflow: auto;
}

.dropdown span.value {
    display: none;
}*/


@media (max-width: 767px) {

    .heure_count div {
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 70px;
        width: 70px;
        height: 70px;
        text-align: center;
        display: inline-block;
        color: #fff;
        padding: 10px;
        margin: 5px;
        font-size: 12px
    }

    .heure_count div span {
        font-size: 20px;
        display: block;
        line-height: 25px;
        font-weight: 300;
    }

    .depechez {
        text-align: center
    }

    .img_vente_flash {
        position: absolute;
        top: -34px;
        left: -16px;
    }
}

.texte_faq { /* texte gris qui s'affiche si clique plus */
    color: rgb(133, 133, 133);
}



.inputErrorMail {
    background-color: #FFF;
    border: solid 3px #F10101;
    border-radius: 10px;
    font-size: 11px;
    width: 100%;
    position: relative;
    padding: 5px 10px;
}

.btnMailUpdt {
    color: #FFF;
    font-size: 12px;
    float: right;
    padding: 3px 10px;
    margin-top: 5px;
    border: none;
    outline: none;
    border-radius: 9px;
    cursor: pointer;
    background-color: #28a745;
}

.btnMailUpdt:hover {
    color: #FFF;
    background-color: #21c246;
}

.l-form-op {
    background-color: #EDF7FF;
    border-radius: 10px;
    box-shadow: 0 0 9px #00000029;
    padding: 20px 25px;
    max-width: 800px;
    margin: 0 auto 0;
}

.msg-op {
    font-size: 2rem;
    color: #2C3E50;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 600;
    margin-top: 60px;
}

.l-form-op .field textarea {
    width: 100%;
    height: 140px;
    border-radius: 10px;
    padding: 10px 15px;
}

.l-form-op .field {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #2C3E50;
    font-size: 1.5rem;
    font-weight: 500;
}

.l-form-op p {
    color: #2C3E50;
    font-weight: 600;
}

.l-form-op .l-btn {
    justify-content: flex-end;
}

.l-form-op label {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.l-form-op label input {
    margin-right: 5px;
    margin-top: 0;
}

.page_remerciement, .page_avis {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page_remerciement .page, .page_avis .page {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page_remerciement .l-certifications, .page_avis .l-certifications {
    background-color: #fff;
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.red {
    color: #ff0000;
}

.part3, .part3_negatif {
    text-align: center;
    color: #2C3E50;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 0;
}
.part3 .icon-check-circle, .part3_negatif .icon-check-circle {
    font-size: 5rem;
    color: #2EB11F;
}

.part3 .icon-check-circle:before, .part3_negatif .icon-check-circle:before {
    color: #2EB11F;
}

.part3 h4, .part3_negatif h4 {
    color: #2EB11F;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.part3 .txt {
    margin-top: 50px;
}

.part3 .txt p {
    font-size: 1.6rem;
}

.part3 .txt p:first-child {
    margin-bottom: 5px;
    font-weight: 700;
}

.part3 .btn-success {
    border-radius: 30px;
    background-color: #2EB11F;
    margin-top: 10px;
    padding: 8px 40px;
    text-transform: uppercase;
}

.part2 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 0;
}










