span.dw_cb {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: .5rem;
    padding: 0;
    max-width: 100%
}

span.dw_cb > input {
    float: left;
    width: 100% !important
}

span.dw_cb [type=text] {
    margin: 0;
    padding: .3125rem .5rem;
    min-height: 1.25rem
}

span.dw_cb [type=text]:focus-visible {
    outline-offset: -0.125rem
}

span.dw_cb input img, span.dw_cb input.image {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    height: .8125rem;
    width: 1.125rem;
    position: absolute;
    top: 8;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: .5rem
}

span.dw_cb input img:focus-visible, span.dw_cb input.image:focus-visible {
    outline: .125rem solid #292929;
    outline-offset: -0.125rem
}

span.dw_cb label, span.dw_cb select {
    float: left
}

div.dw_cb {
    border-radius: .5rem;
    max-height: 12.5rem;
    background: #fff;
    overflow-y: scroll;
    position: relative;
    z-index: 100;
    max-width: 100%;
    box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, .1)
}

input:focus ~ div.dw_cb {
    border: 0
}

div.dw_cb ul {
    margin: .25rem;
    padding: 0;
    list-style: none
}

div.dw_cb ul li {
    cursor: pointer;
    margin: 0;
    padding: .125rem
}

div.dw_cb ul li.dw_cb_focus {
    background: #f3fbff;
    color: #000
}

div.dw_cb ul ul {
    margin: 0
}

div.dw_cb ul ul li {
    padding: .25rem 0 .25rem 1rem;
    display: flex;
    align-items: center;
    min-height: 2rem
}

span[id^=combo] {
    display: block;
    vertical-align: top;
    padding: 0
}

span[id^=combo] + .ei_hdet_item, span[id^=combo] + input, span[id^=combo] + label {
    vertical-align: top;
    margin-top: 0
}

.oldie div.ac_list, .oldie div.dw_cb {
    height: 12.5rem
}

div.ac_list {
    max-height: 12.5rem
}

div.dw_cb ul li.dw_cb_optgrp {
    cursor: default
}

div.dw_cb ul li.dw_cb_optgrp:hover {
    background-color: transparent !important
}

div.dw_cb ul li.dw_cb_optgrp span {
    font-weight: 700;
    display: block;
    padding: .25rem 0 .5rem 0;
    margin: 0 0 .25rem 0;
    border-bottom: .0625rem solid rgba(0, 0, 0, .12);
    color: #000
}

li.dw_cb_sel {
    background-color: #cae5ee;
    border: 1px solid #6dbdd1
}

.dw_dl {
    padding: 0;
    margin: 0;
    list-style: none
}

.dw_dl.err {
    border: .0625rem solid #f44336 !important
}

.dw_dl_vscroll {
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    padding-right: .625rem
}

.dw_dlig {
    list-style: none;
    border-bottom: .0625rem solid #f5f5f5
}

.dw_dlig .dw_dlig_title {
    cursor: pointer;
    background: 0 0;
    padding: .75rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem
}

.dw_dlig .dw_dlig_title:before {
    order: 0
}

.dw_dlig .dw_dlig_title:before {
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 0.75rem;
    mask-size: 0.75rem;
    display: inline-block;
    min-width: .75rem;
    min-height: .75rem;
    content: '';
    vertical-align: middle
}

.dw_dlig .dw_dlig_title:before {
    -webkit-mask-image: url("../../commun/svg/F032A.svg");
    mask-image: url("../../commun/svg/F032A.svg")
}

.dw_dlig .dw_dlig_title:before {
    background: #304ffe
}

.dw_dlig .dw_dlig_title.dw_dlig_focus, .dw_dlig .dw_dlig_title:hover {
    background: 0 0
}

.dw_dlig .dw_dlig_title .dw_dlig_text {
    display: flex;
    width: 100%;
    color: #000;
    font-weight: 700
}

.dw_dlig ul {
    margin: .5rem 0 .75rem;
    padding: 0
}

.dw_dlig_nopliable .dw_dlig_title:before, .dw_dlig_open .dw_dlig_title:before {
    -webkit-mask-image: url("../../commun/svg/F0327.svg");
    mask-image: url("../../commun/svg/F0327.svg")
}

.dw_dlig_sel .dw_dlig_title .dw_dlig_text {
    position: relative
}

.dw_dlig_sel .dw_dlig_title .dw_dlig_text:after {
    position: absolute;
    right: 0;
    top: -.5rem
}

.dw_dlig_sel .dw_dlig_title .dw_dlig_text:after {
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 1.5rem;
    mask-size: 1.5rem;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    content: ''
}

.dw_dlig_sel .dw_dlig_title .dw_dlig_text:after {
    -webkit-mask-image: "";
    mask-image: ""
}

.dw_dlig_sel .dw_dlig_title .dw_dlig_text:after {
    background: #000
}

.dw_dli_contents {
    cursor: pointer;
    position: relative;
    background: #fff;
    color: #757575;
    padding: .5rem;
    margin: 0 0 .25rem;
    border: .0625rem solid #989898;
    border-radius: .5rem
}

.dw_dli_contents:hover, .dw_dli_focus {
    background: #fff;
    color: #304ffe;
    border: .0625rem solid #304ffe
}

.dw_dli_disable .dw_dli_contents {
    cursor: default;
    background: #f5f5f5;
    border: 0;
    color: #757575
}

.dw_dli_disable .dw_dli_contents:hover {
    border: 0;
    background: #f5f5f5
}

.dw_dli_sel .dw_dli_contents {
    cursor: default;
    border: .0625rem solid #304ffe;
    color: #fff;
    background: #304ffe
}

.dw_dli_sel .dw_dli_contents:hover {
    border: .0625rem solid #304ffe;
    background: #304ffe
}

.dw_dli_sel .dw_dli_focus {
    background: #304ffe
}

.ei_hlighted {
    box-shadow: 0 .313rem .313rem #333
}

.ei_hlighted .ei_fnblock_footer {
    display: none;
    width: 100%;
    border-bottom: .0625rem solid #c3cdd5;
    border-top: none;
    height: 0;
    margin: -.125rem 0 0 0;
    padding: 0;
    font-size: 0;
    position: relative;
    top: .3125rem
}

select.ei_hlighted {
    box-shadow: 0 .0625rem .0625rem #333;
    font-weight: 700;
    font-size: 1.1em;
    border-bottom: .0625rem solid #c3cdd5;
    border-right: .0625rem solid #c3cdd5
}

select.ei_hlighted.err {
    border: .0625rem solid #e01717 !important
}

.oldie .ei_hlighted .ei_fnblock_footer {
    display: block
}

.ei_hlighted_input, input.ei_hlighted {
    background-color: #dae0e5;
    padding: .3125rem;
    border: .0625rem solid #c3cdd5;
    border-left: .625rem solid #c3cdd5;
    box-shadow: 0 0 0
}

.ei_hlighted_input.err, input.ei_hlighted.err {
    border: .0625rem solid #e01717 !important
}

div.dw_ms {
    position: relative;
    display: inline-block;
    margin-right: .625rem;
    cursor: pointer
}

div.dw_ms div {
    float: none
}

div.dw_ms label {
    line-height: normal;
    cursor: pointer;
    width: 100%
}

span.dw_ms {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff;
    padding: .6875rem 1rem;
    border: 1px solid #bcbcbc;
    border-radius: .5rem;
    min-height: 2.25rem
}

span.dw_ms span {
    display: inline-block;
    white-space: nowrap
}

span.dw_ms input.image {
    position: absolute;
    height: 100%;
    width: .75rem;
    right: 1rem;
    top: 0;
    background: transparent url('../images/std/select_arrow.png') no-repeat;
    background-position: center right 0;
    background-size: .75rem
}

.oldie div.dw_ms div.dw_ms {
    height: 12.5rem
}

div.dw_ms div.dw_ms {
    float: none;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    margin-right: 0;
    top: 100%;
    max-height: 12.5rem;
    border-radius: .5rem;
    box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, .1)
}

div.dw_ms div.dw_ms > ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: .5rem 1rem;
    font-size: .875rem
}

div.dw_ms div.dw_ms > ul li {
    cursor: pointer
}

div.dw_ms div.dw_ms > ul li.dw_ms_opt {
    display: flex;
    align-items: center;
    color: #757575;
    font-weight: 400
}

div.dw_ms div.dw_ms > ul li.dw_ms_opt label {
    padding: .5rem
}

div.dw_ms div.dw_ms > ul ul {
    margin-left: 0;
    padding-left: .5rem
}

div.dw_ms.err div.dw_ms, div.dw_ms.err span.dw_ms {
    border: .0625rem solid #e01717
}

div.dw_ms.err div.dw_ms input.image, div.dw_ms.err span.dw_ms input.image {
    background: transparent url('../images/std/select_arrow_error.png') no-repeat;
    background-position: center right 0;
    background-size: .75rem
}

div.dw_ms div.dw_ms ul li:hover, li.dw_ms_focus {
    background: #f3fbff;
    color: #000
}

div.dw_ms_overflow {
    overflow-y: auto !important;
    overflow-x: hidden !important
}

.oldie div.dw_ms div.dw_ms {
    overflow: visible;
    height: 12.5rem
}

.oldie div.dw_ms div.dw_ms ul {
    padding-right: 1.25rem
}

.dw_ms_open {
    z-index: 1010
}

.dw_ms_open div.dw_ms {
    display: block !important;
    position: absolute
}

div.dw_ms div.dw_ms ul li.dw_ms_optgrp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    cursor: default;
    background: #fff;
    color: #757575;
    font-weight: 700;
    border-bottom: .0625rem dotted #bdbdbd
}

div.dw_ms div.dw_ms ul li.dw_ms_optgrp label {
    display: flex;
    padding: .25rem
}

div.dw_ms div.dw_ms ul li.dw_ms_optgrp:hover {
    background-color: transparent !important
}

.dw_ms input[type=checkbox] {
    min-width: 1.125rem
}

.ei_maskable {
    position: relative
}

.ei_maskable .ei_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    z-index: 100;
    display: none;
    text-align: center;
    border: transparent
}

.ei_maskable .ei_mask.ei_open {
    display: block
}

.ei_maskable .ei_mask .ei_mask__content {
    top: 50%;
    width: 100%;
    position: absolute;
    text-align: center
}

.ei_exp_head {
    font-weight: 700;
    cursor: pointer;
    position: relative;
    padding: 0
}

.ei_exp_head:before {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: .25rem solid transparent;
    border-top: .25rem solid transparent;
    border-left: .25rem solid #2f2f2f
}

.ei_exp_head.ei_exp_sel:before {
    top: 0;
    border-left: .25rem solid transparent;
    border-right: .25rem solid transparent;
    border-top: .25rem solid #2f2f2f
}

.ei_exp_std, .eir_exp_sm, .eir_exp_xs {
    border: .0625rem solid #595959;
    padding: .5rem;
    margin: .5rem;
    border-radius: .375rem
}

.eir_exp_sm .ei_exp_body, .eir_exp_xs .ei_exp_body {
    display: none
}

div.ei_paragh:not(:last-child) {
    margin-bottom: 1.25rem
}

p.ei_paraghtitle {
    color: #000;
    font-size: 1.3em
}

div.a_blocappli .ei_spaced {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.ei_advert {
    font-size: 1rem;
    color: #000;
    font-weight: 600
}

.ei_advert [class*=ei_gly_]:before {
    background: #000
}

.ei_ordnumlist {
    margin: 0;
    padding-left: .75rem
}

.ei_ordnumlist li {
    margin: .75rem 0
}

.ei_occurico.ei_gly_accident_autres, .ei_occurico.ei_gly_accident_de_voiture, .ei_occurico.ei_gly_achat_internet, .ei_occurico.ei_gly_bris_de_glace, .ei_occurico.ei_gly_car_rental, .ei_occurico.ei_gly_casse_mobilier, .ei_occurico.ei_gly_coulee_de_boue, .ei_occurico.ei_gly_degat_des_eaux, .ei_occurico.ei_gly_dommage_electrique, .ei_occurico.ei_gly_extension_garantie, .ei_occurico.ei_gly_grele, .ei_occurico.ei_gly_ic_confirmation_number, .ei_occurico.ei_gly_ic_credit_card, .ei_occurico.ei_gly_ic_devices_other, .ei_occurico.ei_gly_ic_directions_car, .ei_occurico.ei_gly_ic_landscape, .ei_occurico.ei_gly_ic_location_city, .ei_occurico.ei_gly_ic_motorcycle, .ei_occurico.ei_gly_incendie, .ei_occurico.ei_gly_inondation, .ei_occurico.ei_gly_laptop_abuse, .ei_occurico.ei_gly_meilleur_prix, .ei_occurico.ei_gly_perte_cle, .ei_occurico.ei_gly_pic_liability, .ei_occurico.ei_gly_pic_maison, .ei_occurico.ei_gly_responsabilite_civile_easi, .ei_occurico.ei_gly_travel, .ei_occurico.ei_gly_vent, .ei_occurico.ei_gly_vol, .ei_occurico.ei_gly_vol_carte, .ei_occurico.ei_gly_vol_de_voiture {
    background: #3f8bd2 !important
}

.ei_occurico.ei_gly_accident_autres:before, .ei_occurico.ei_gly_accident_de_voiture:before, .ei_occurico.ei_gly_achat_internet:before, .ei_occurico.ei_gly_bris_de_glace:before, .ei_occurico.ei_gly_car_rental:before, .ei_occurico.ei_gly_casse_mobilier:before, .ei_occurico.ei_gly_coulee_de_boue:before, .ei_occurico.ei_gly_degat_des_eaux:before, .ei_occurico.ei_gly_dommage_electrique:before, .ei_occurico.ei_gly_extension_garantie:before, .ei_occurico.ei_gly_grele:before, .ei_occurico.ei_gly_ic_confirmation_number:before, .ei_occurico.ei_gly_ic_credit_card:before, .ei_occurico.ei_gly_ic_devices_other:before, .ei_occurico.ei_gly_ic_directions_car:before, .ei_occurico.ei_gly_ic_landscape:before, .ei_occurico.ei_gly_ic_location_city:before, .ei_occurico.ei_gly_ic_motorcycle:before, .ei_occurico.ei_gly_incendie:before, .ei_occurico.ei_gly_inondation:before, .ei_occurico.ei_gly_laptop_abuse:before, .ei_occurico.ei_gly_meilleur_prix:before, .ei_occurico.ei_gly_perte_cle:before, .ei_occurico.ei_gly_pic_liability:before, .ei_occurico.ei_gly_pic_maison:before, .ei_occurico.ei_gly_responsabilite_civile_easi:before, .ei_occurico.ei_gly_travel:before, .ei_occurico.ei_gly_vent:before, .ei_occurico.ei_gly_vol:before, .ei_occurico.ei_gly_vol_carte:before, .ei_occurico.ei_gly_vol_de_voiture:before {
    background: #fff !important
}

.ei_bigglyph {
    width: 3rem;
    height: 3rem
}

.ei_bigglyph:before {
    -webkit-mask-size: 3rem;
    mask-size: 3rem;
    width: 3rem;
    height: 3rem
}

.ei_maxbtn .ei_btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0
}

.ei_phonenumber {
    color: #3f8bd2;
    font-weight: 700
}

.gshHeader {
    border-color: #8c78ee;
    font-size: 13;
    margin-bottom: 12
}

span.ei_envinput {
    display: inline-block;
    padding-right: 1rem;
    position: relative;
    white-space: nowrap;
    border: .0625rem solid #c7c7c8 !important
}

span.ei_envinput input {
    padding-right: 0;
    background: transparent none;
    border: none
}

span.ei_cleanbutton {
    display: none;
    position: absolute;
    right: 0;
    top: .25rem;
    vertical-align: middle;
    width: 1rem;
    background-color: transparent;
    background-image: none;
    border: none
}

.dw_acroot {
    display: inline
}

.dw_ac_dynrelativepos {
    position: relative;
    z-index: 1
}

span.dw_ac {
    display: inline-block;
    width: 100%
}

span.dw_ac input {
    width: 100%
}

.dw_ac_list {
    list-style-type: none;
    background: url("../images/css/v3commun/dw_cb_ombre.gif") repeat-x scroll left top #fff;
    border: .0625rem solid #abadb3;
    max-height: 25rem;
    overflow-y: auto !important;
    position: absolute
}

.dw_ac_list:focus {
    outline: 0
}

.dw_ac_list ul {
    padding: 0;
    margin: 0
}

.dw_ac_list li {
    cursor: pointer;
    list-style-type: none;
    list-style-image: none;
    white-space: nowrap;
    text-align: left;
    padding: .5rem .125rem .5rem .5rem
}

.dw_ac_list li span.dw_ac_optgrptitle {
    font-weight: 700
}

.dw_ac_list li li {
    padding-left: .75rem
}

.dw_ac_list li:hover, .dw_ac_list_focus {
    background-color: #dfecf0
}

.dw_ac_list li.dw_ac_optgrp:hover {
    background-color: transparent
}

span.dw_ac_optgrptitle {
    font-weight: 700
}

.dw_ac_optgrp ul {
    border-bottom: .0625rem dotted #b2bcc3;
    display: block;
    border-top: .0625rem dotted #b2bcc3
}

@media (max-width: 759px) {
    .dw_ac_list li {
        white-space: normal
    }
}

.ei_numbers {
    display: block;
    position: relative;
    border: 0;
    background: transparent none;
    padding: .25rem 0 .75rem 1.5rem;
    margin: .75rem 0
}

span.ei_number1, span.ei_number2, span.ei_number3, span.ei_number4, span.ei_number5, span.ei_number6, span.ei_number7, span.ei_number8, span.ei_number9 {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.25rem;
    color: #000
}

li.ei_process_item span.ei_number1, li.ei_process_item span.ei_number2, li.ei_process_item span.ei_number3, li.ei_process_item span.ei_number4, li.ei_process_item span.ei_number5, li.ei_process_item span.ei_number6, li.ei_process_item span.ei_number7, li.ei_process_item span.ei_number8, li.ei_process_item span.ei_number9 {
    float: left
}

.ei_razinherits {
    cursor: default;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    white-space: normal;
    font-size: 1rem;
    line-height: 1
}

.ei_decal_anchor {
    display: block;
    visibility: hidden;
    margin-top: -5.625rem;
    height: 5.625rem
}

strong.ei_advert .bigger {
    font-size: 1.25rem !important
}
