#prevBtn {
    background-color: var(--color-secondary) !important;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    font-size: 1rem;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    position: unset;
    will-change: unset;
    outline: none !important;
    margin-right: 15px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
}

/* Make circles that indicate the steps of the form: */
.step {
    border-bottom: 3px solid #686868 !important;
    margin: 0 4px;
    border: none;
    opacity: 0.5;
}

.tab {
    display: none;
}

.Tabs__tab.tab {
    display: block;
}

.step.active {
    opacity: 1;
}

.step.finish {
    background-color: #4CAF50;
}

.prod-img-wrapper > img {
    width: 100%;
}

#content > .container {
    position: relative;
}
.form-wrapper {
    margin: 0 auto;
}

.left-side {
    display: inline-flex;
}

.form-container {
    margin-top: 15px;
    /*box-shadow: 0 4px 16px 0 rgba(78, 32, 108, 0.1);*/
}

/**Souscripteur***/
.soucsripteur {
    text-align: center;
}

.cote-cote {
    width: 100%;
    display: inline-flex;
    margin: 15px 0;
}

.cote-cote * {
    width: 50%;
    margin: 0 15px;
    display: inline-block;
}

.cote-cote input, .cote-cote select {
    width: 100% !important;
}

.cote-cote .wpcf7-form-control-wrap {
    max-width: 70%;
}

#cf7md-form .cf7md-item {
    margin-top: 10px !important;
}

.swisscare-model fieldset {
    height: 70px;
}

/*******************************************************************/
.plan .from_price {
    position: absolute;
    right: 40px;
    bottom: 160px;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(78, 32, 108, 0.1);
    text-align: center;
    border-radius: 8px;
    padding: 30px;
    width: 200px;
    margin-bottom: 0;
}

.card-wrapper .custom-card {
    align-items: stretch !important;
}

.card-wrapper .plan {
    height: 100%;
}

.card-wrapper .plan .inner {
    height: inherit;
}

.card-wrapper .title {
    margin-bottom: 5px;
}

.swisscare-model input {
    font-size: 18px;
    font-weight: 600;
}

#assure input {
    height: 34px !important;
}


fieldset {
    padding: 0 !important;
    position: relative;
    border: 1px solid transparent !important;
    margin: 0 !important;
}

.swisscare-style fieldset {
    height: 70px;
}

input[name="daterange"] {
    background: #f9f8fa !important;
    border: none;
    font-weight: 600;
    text-align: justify;
}

.input-group-append {
    border: none;
    width: 10%;
}

.input-group-append.btn {
    background-color: transparent !important;
}

fieldset > label {
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    width: 100%;
    display: block;
    font-size: 11px;
    color: #4e206c;
    text-transform: uppercase;
    margin: 0 !important;
}

.btn-plus {
    cursor: pointer;
}

.input-group.daterange > span.wpcf7-form-control-wrap {
    width: 45%;

}

.input-group.daterange > input {
    background-color: transparent;
    border: none;
    font-weight: 400;
    font-size: 16px;
}


button.btn-radius, input[type="button"].btn-radius, input[type="submit"].btn-radius {
    border-radius: 38px !important;
}

.close-col {
    position: absolute;
    right: -35px !important;
    margin-top: 60px !important;
}

.del-container {
    position: relative !important;
    right: unset !important;
    margin-top: unset !important;
}

.delete {
    background: transparent;
    color: red;
    cursor: pointer;
}

.delete, .btn.plus {
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

h3.title {
    font-weight: 400 !important;
    font-style: normal;
    font-size: 18px !important;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
}

fieldset .select-wrapper, fieldset select {
    position: relative;
}

fieldset select {
    background: none;
    border: none;
    font-size: 16px;
    border-radius: 0;
    -webkit-appearance: none;
    height: 25px;
    z-index: 1;
}

fieldset select {
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    width: 100%;
    display: block;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

/*************Checkbox **************/
.checkbox-group input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-group {
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    line-height: 25px;
}

.checkbox-group label {
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    line-height: 25px;
}

.checkbox-group span {
    font-weight: 700;
    display: block;
    font-size: inherit;
    line-height: inherit;
}

.checkbox-group .checkmark {
    position: absolute;
    top: 3px;
    left: 10px;
    height: 28px;
    width: 28px;
    background-color: #f9f8fa;
}

.checkbox-group input:checked ~ .checkmark::after {
    display: block;
}

.checkbox-group .checkmark::after {
    content: "\f00c";
    font-family: FontAwesome;
    font-weight: 900;
    position: relative;
    display: none;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: var(--color-primary) !important;
}

/******** radio group*************/
.radio-group {
    width: 220px;
    max-width: 100%;
    height: 45px;
    border-radius: 20px;
    overflow: hidden;
}

.radio-group .first, .radio-group .last {
    float: left;
    width: 50%;
    text-align: center;
    background: #f9f8fa;
    line-height: 45px;
}

.radio-group .first, .radio-group .last, .radio-group label {
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    letter-spacing: 1px;
    position: relative;
    height: 100%;
}

.radio-group label {
    color: #4e206c;
    text-transform: uppercase;
    z-index: 1;
    width: 100%;
    cursor: pointer;
}

.radio-group .first, .radio-group .last {
    text-align: center;
    line-height: 45px;
}

.radio-group .wpcf7-list-item input {
    display: none;
}

.radio-group input:checked ~ .color {
    background-image: linear-gradient(-130deg, #7b8bf2, #d5a1fe);
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.btn-transparent {
    background: transparent !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
    border: 0 !important;
}

#assure input {
    margin: 0 !important;
}

h1:not(.site-title)::before, h2::before {
    height: unset !important;
}

.unset-margin > p, .unset-margin > div > p {
    margin: 0 !important;
}

.border-black {
    border: 1px solid #7f7f7f !important;
}

.unset-margin input {
    margin: 0 !important;;
}

.border-white {
    border: 1px solid whitesmoke !important;
}

.wpcf7-form .titre-assure {
    background-color: var(--color-secondary);
    margin-bottom: unset;
    width: max-content;
    padding: 5px 25px;
    color: white;
}

.wpcf7-form strong {
    color: var(--color-font) !important;
}

.wpcf7-form {
    background-color: transparent !important;
}

/****** tab Client **************/
.Panel {
    width: 100%;
    margin: 30px auto;
}

.Panel__body {
    background-color: #f8f8f8;
    padding: 10px 20px;
    display: none;
}

.Tabs {
    position: relative;
    background-color: #fcfcfc;
    margin: 0;
    padding: 0;
    list-style: none;
}

.Tabs:after {
    content: ' ';
    display: table;
    clear: both;
}

.Tabs__tab {
    float: left;
    width: 25%;
    text-align: center;
}

.Tabs__tab:first-child.active ~ .Tabs__presentation-slider {
    left: 0;
}

.Tabs__tab:nth-child(2).active ~ .Tabs__presentation-slider {
    left: 25%;
}

.Tabs__tab:nth-child(3).active ~ .Tabs__presentation-slider {
    left: calc(25% * 2);
}

.Tabs__tab:nth-child(4).active ~ .Tabs__presentation-slider {
    left: calc(25% * 3);
}

.Tabs__presentation-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
    height: 2px;
    background-color: #6c757d;
    transition: left 0.25s;
}

.Tab {
    font-family: 'Roboto Slab';
}

.Tab > a {
    display: block;
    padding: 10px 12px;
    text-decoration: none;
    color: #666;
    transition: color 0.15s;
}

.Tab.active > a {
    color: #222;
}

.Tab:hover > a {
    color: #222;
}

.row.h-100 {
    align-content: center;
}

#detail-contrat .card p {
    margin-bottom: 0 !important;
}

.modal-backdrop {
    z-index: -1 !important;
}

.row.line:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075);
}

.btn > .fa {
    margin: 2px !important;
}

input[type="date"].form-control {
    line-height: unset !important;
}

.form-check > .form-check-label {
    margin-left: 20px !important;
}

.line-tab {
    height: 35px;
}

.pa-0 {
    padding: 0 !important;
}

@media (max-width: 786px) {


    .minifier {
        font-size: 11px !important;
    }

    .btn-in-sm {
        display: block !important;
    }

    .btn-in-sm > .btn {
        width: 100%;
    }

    .minifier .row {
        margin-right: unset !important;
        margin-left: unset !important;
    }

    .line-tab {
        height: auto !important;
    }
}

@media (max-width: 576px) {
    #modif-contrat {
        right: 0 !important;
        top: 5% !important;
    }

    #modif-sinistre {
        right: 0 !important;
        top: -20% !important;
    }
}

/*----------------------------------------*/
/*       ASSISTANT VIRTUEL                */
/*----------------------------------------*/
/*** MOBILE ***/
@media only screen and (max-width: 400px) {
    .talkbubble {
        width: 85%;
        background: #fafafa;
        position: relative;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 1px;
        border: 2px solid black;
        text-align: center;
        padding: 1em;
    }

    div.img-content {
        width: 30px;
        overflow: hidden;
        margin: 1px;
    }

    /** crop image */
    div.img-content img {
        margin-top: 100%;
        z-index: 2;
        max-width: 100%;
    }
}

/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px) {
    .talkbubble {
        width: 85%;
        background: #fafafa;
        position: relative;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 1px;
        border: 2px solid black;
        text-align: center;
        padding: 1em;
    }

    div.img-content {
        width: 52px;
        overflow: hidden;
        margin: 1px;
    }

    /** crop image */
    div.img-content img {
        margin-top: 5%;
        z-index: 2;
        max-width: 100%;
    }
}

/* Desktop Styles */
@media only screen and (min-width: 961px) {
    .talkbubble {
        width: 100%;
        background: #fafafa;
        position: relative;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 1px;
        border: 2px solid black;
        text-align: center;
    }

    /* talk bubble contents */
    .talktext {
        padding: 1em;
        text-align: left;
        line-height: 1.5em;
    }

    .talktext p {
        /* remove webkit p margins */
        -webkit-margin-before: 0em;
        -webkit-margin-after: 0em;
    }

    p.didacticiel {
        margin: 1.5em;
        font-family: Arimo;
        font-size: 18px;
        font-style: normal;
        font-variant: normal;
    }

    /********** END BUBBLE ************/
    img.avatar {
        width: 100px;
        max-width: 100%;
    }

    div.back-rounded {
        position: relative;
        background: rgb(182, 25, 221);
        width: 350px;
        height: 350px;
        border-radius: 50%;
        z-index: -1;
        top: -332px;
        left: -153px;
    }

    div.img-content {
        position: absolute;
        left: -25%;
        z-index: -1;
    }

    /* L'image ci-dessus prend effet sur l'element parent */
    .left-side {
        position: relative;
    }
}


/*-------------------------------------*/
/*     END ASSISTANT VIRTUEK **********/
/*------------------------------------*/


#template-contrat input {
    height: unset !important;
    padding-top: unset !important;
    padding-bottom: unset !important;
}

#modif-contrat, #modif-sinistre {
    position: absolute;
    right: 3%;
    top: 8%;
    font-size: larger;
}

#modif-souscription {
    position: absolute;
    right: 5%;
    top: -16%;
    font-size: larger;
}

#modif-contrat i, #modif-sinistre i, #modif-souscription i {
    cursor: pointer;
    margin-right: 5px;
}

#modif-sinistre i.fa-pencil, #modif-souscription i.fa-pencil {
    color: #ff6600;
}

#modif-contrat i.fa-check, #modif-sinistre i.fa-check, #modif-souscription i.fa-check {
    color: #00a65a;
}

#formulaire_sinistre .form-group, #modif-payante p, #modif-impossible p, #info-souscripteur p {
    margin-bottom: unset !important;
}

#detail-sinistre p {
    margin: unset !important;
}

#info input {
    border: 1px solid #ccc;
}

.remove-pdf {
    cursor: pointer;
}

@media print {
    .Panel__body {
        display: none;
    }

    #list {
        display: block;
    }
}

#list > .col {
    padding: 0px !important;
}

/*********** override couleur*******************/
.wpcf7-form .dropdown-content li > span {
    color: var(--color-primary) !important;
}

.wpcf7-form .picker__date-display, .wpcf7-form .picker__date-display, .wpcf7-form .clockpicker-canvas line, .wpcf7-form .clockpicker-canvas circle, .wpcf7-form .picker__day--selected, .wpcf7-form .picker__day--selected:hover, .wpcf7-form .picker--focused .picker__day--selected {
    background-color: var(--color-primary) !important;
    fill: var(--color-primary) !important;
    stroke: var(--color-primary) !important;
}

.wpcf7-form .picker__close, .wpcf7-form .picker__today, .wpcf7-form .picker__day.picker__day--today {
    color: var(--color-primary) !important;
}

.wpcf7-form [type="checkbox"]:checked + label::before {
    border-right: 2px solid var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
}

.wpcf7-form .picker__day.picker__day--today.picker__day--selected {
    color: white !important;
}

.wpcf7-form a {
    color: var(--color-link) !important;
}

.wpcf7 .wpcf7-form .wpcf7-submit, .wpcf7 .wpcf7-form .btn-large, .wpcf7 .wpcf7-form .btn {
    background-color: var(--color-primary) !important;
}

.wpcf7 .wpcf7-form .wpcf7-submit.prevBtn {
    background-color: var(--color-secondary) !important;
}

.wpcf7 .wpcf7-form .input-field input[type="text"]:focus + label, .wpcf7-form input:not([type]):focus:not([readonly]) + label, .wpcf7-form input[type="text"]:not(.browser-default):focus:not([readonly]) + label, .wpcf7-form input[type="password"]:not(.browser-default):focus:not([readonly]) + label, .wpcf7-form input[type="email"]:not(.browser-default):focus:not([readonly]) + label, .wpcf7-form input[type="url"]:not(.browser-default):focus:not([readonly]) + label, .wpcf7-form input[type="time"]:not(.browser-default):focus:not([readonly]) + label, .wpcf7-form input[type="date"]:not(.browser-default):focus:not([readonly]) + label, .wpcf7-form input[type="datetime"]:not(.browser-default):focus:not([readonly]) + label, .wpcf7-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly]) + label, .wpcf7-form input[type="tel"]:not(.browser-default):focus:not([readonly]) + label, .wpcf7-form input[type="number"]:not(.browser-default):focus:not([readonly]) + label, .wpcf7-form input[type="search"]:not(.browser-default):focus:not([readonly]) + label, .wpcf7-form textarea.materialize-textarea:focus:not([readonly]) + label, .wpcf7-form .dropdown-content li > a, .wpcf7-form .dropdown-content li > span {
    color: var(--color-primary) !important;
}

.custom-combobox-input {
    text-transform: uppercase;
}

select#personne--nationalite {
    text-transform: uppercase;
}

.wpcf7-form input:not([type]):focus:not([readonly]), .wpcf7-form input[type="text"]:not(.browser-default):focus:not([readonly]), .wpcf7-form input[type="password"]:not(.browser-default):focus:not([readonly]), .wpcf7-form input[type="email"]:not(.browser-default):focus:not([readonly]), .wpcf7-form input[type="url"]:not(.browser-default):focus:not([readonly]), .wpcf7-form input[type="time"]:not(.browser-default):focus:not([readonly]), .wpcf7-form input[type="date"]:not(.browser-default):focus:not([readonly]), .wpcf7-form input[type="datetime"]:not(.browser-default):focus:not([readonly]), .wpcf7-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly]), .wpcf7-form input[type="tel"]:not(.browser-default):focus:not([readonly]), .wpcf7-form input[type="number"]:not(.browser-default):focus:not([readonly]), .wpcf7-form input[type="search"]:not(.browser-default):focus:not([readonly]), .wpcf7-form textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid var(--color-primary) !important;
    box-shadow: 0 1px 0 0 var(--color-primary) !important;
}

.wpcf7 input[class="select-dropdownmaterial"] {
    margin-bottom: unset !important;
}

.wpcf7-form [type="radio"]:checked + label::after, .wpcf7-form [type="radio"].with-gap:checked + label::after, .wpcf7-form .switch label input[type="checkbox"]:checked + .lever::after {
    background-color: var(--color-primary) !important;
}

.wpcf7-form [type="radio"]:checked + label::after, .wpcf7-form [type="radio"].with-gap:checked + label::before, .wpcf7-form [type="radio"].with-gap:checked + label::after {
    border: 2px solid var(--color-primary) !important;
}

.wpcf7-form [type="checkbox"] + label {
    height: unset;
}

.autocomplete-suggestions {
    background: #fff;
}

.autocomplete-suggestions .autocomplete-suggestion {
    margin: 10px 0px;
    cursor: pointer;
}

label {
    font-weight: bold !important;
}

input[name="date-multi"] {
    margin: 0px !important;
}

/*Special pour l'assurance Voyage Business*/
.plan {
    border-radius: 3px;
    padding: 25px !important;
    background: #efefef !important;
    position: relative;
    cursor: pointer;
}
.plan .inner {
    background: #efefef;
    display: table;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 0;
}
.inner input {
    display: none;
}
.plan .inner input:checked ~ .highlight {
    display: block;
}
.plan .inner .highlight {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-130deg,#80c8c8,#009999);
}

.plan .inner .highlight::before {
    background: #efefef;
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    content: "";
}
.plan .inner .highlight::after {
    position: absolute;
    left: 1px;
    top: 1px;
    content: "\f00c";
    font-family: FontAwesome;
    font-weight: 900;
    text-align: right;
    color:#fff;
    font-size: 14px;
    text-indent: 4px;
    z-index: 1000;
    border: solid 5px #26a7a7;
    background: #24a4a4;
}
.inner .title {
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
}
.inner .text {
    opacity: rgba(1,1,1,.5);
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    margin-top: 5px;
}
.plan .inner .price {
    font-style: normal;
    font-size: 20px;
    margin-top: 5px;
}
.plan .inner .subprice {
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    margin-top: 5px;
    color: fontcolor;
}

/******Switch Radio Button *************/
.switch-field {
    display: flex;
    margin-bottom: 36px;
    overflow: hidden;
    justify-content: unset !important;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 0px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    background-color: var(--color-primary);
    box-shadow: none;
    padding-left: 16px !important;
}

.switch-field input + label {
    padding-left: 16px !important;
}

.switch-field [type="radio"] + label::before, .switch-field [type="radio"] + label::after {
    content: unset;
    position: unset;
}


.switch-field span:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field span:last-of-type {
    border-radius: 0 4px 4px 0;
}

.card-wrapper label {
    font-weight: unset !important;
}

@media(min-width: 576px) {
    .declenche-devis {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .text-uppercase {
        text-align: left !important;
    }
    .text-date {
        text-align: right !important;
    }

    fieldset {
        padding: 10px !important;
    }

}
.widget-famille * {
    font-size: small !important;
}

.wpcf7 p.error {
    margin: 0 !important;
}

.ant-picker-input input:not([type]) {
    margin-bottom: 0 !important;
}

#asfPack > .container > .row {
    width: inherit;
}

/** Easy complete **/

.easy-autocomplete {
    position: relative;
    display: inline-block;
}

.easy-autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the easy-autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.easy-autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.easy-autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.easy-autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.loaderWrapper {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: 1035;
    background: #e9e9e9 !important;
}

.simpleLoader {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 48px;
    min-height: 48px;
    background-repeat: no-repeat !important;
    background-image: url('gif/telechargement.gif') !important;
}

/**
    Simple Modal Css
 */
.simple-modal {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.simple-modal.is-visible {
    visibility: visible;
}

.simple-modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.simple-modal.is-visible .simple-modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.simple-modal-wrapper {
    position: fixed;
    z-index: 9999;
    top: 6em;
    left: 16rem;
    width: 70vw;
    background-color: #fff !important;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

@media screen and (max-width: 768px) {
    .simple-modal-wrapper {
        top: 1em;
        width: 90vw;
        left: 24px;
    }
}

.simple-modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}

.simple-modal.is-visible .simple-modal-transition {
    transform: translateY(0);
    opacity: 1;
}

.simple-modal-header {
    padding: 1em !important;
}

.simple-modal-content {
    padding: 0 1em 1em 1em !important;
}

.simple-modal-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
    border-bottom: 1px solid #e8e8e8;
}

.simple-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    color: #aaa;
    background: none;
    border: 0;
}

.simple-modal-close:hover {
    color: #777;
}

.simple-modal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.simple-modal-content > *:first-child {
    margin-top: 0;
}

.simple-modal-content > *:last-child {
    margin-bottom: 0;
}

/**
 SIMPLE CARD CSS
 */
.simple-card-wrapper {
    padding: 10px !important;
    background-color: aliceblue !important;
}

.simple-card-wrapper .item {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.simple-modal .item-simple-card {
    transition: 0.5s;
    cursor: pointer;
}

.item-simple-card-title {
    font-size: 15px;
    transition: 1s;
    cursor: pointer;
}

.item-simple-card-title i {
    font-size: 15px;
    transition: 1s;
    cursor: pointer;
    color: #ffa710
}

.simple-card-title i:hover {
    transform: scale(1.25) rotate(100deg);
    color: #18d4ca;
}

.simple-card input {
    display: none;
}


.simple-modal .simple-card:hover {
    transform: scale(1.02);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

.simple-card-text {
    height: 80px;
}

.simple-card::before,
.simple-card::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform .3s ease-out 0s;
    background: rgba(255, 255, 255, 0.1);
    content: '';
    pointer-events: none;
}

.simple-card::before {
    transform-origin: left top;
}

.simple-card::after {
    transform-origin: right bottom;
}

.simple-card:hover::before,
.simple-card:hover::after,
.simple-card:focus::before,
.simple-card:focus::after {
    transform: scale3d(1, 1, 1);
}

.simple-card-block {
    padding: 1rem;
}

.simple-card {
    position: relative;
    padding-left: 10px !important;
    padding-right: 10px !important;
    background-color: #fff !important;
    border: 1px solid #399 !important;
    border-radius: .25rem;
    min-height: 8rem;
}

.text-vol {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.griser {
    background-color: #cccccc36 !important;
    border: 1px solid rgba(0, 0, 0, .125) !important;
}

.griser:hover {
    transform: unset !important;
    box-shadow: unset !important;
    cursor: default !important;
}

.point {
    width: 15px;
    height: 15px;
    background-color: #ccc !important;
    border-radius: 50%;
    display: block;
}

.between-point {
    width: 100%;
    height: 2px;
    background-color: #cccccc4f !important;
}

.between-point i {
    position: absolute;
    top: -12px;
    left: 48%;
}

.group-form input {
    display: none;
}

.group-form label {
    width: 100%;
    position: relative;
}

.group-form label input:checked ~ .checkboxElem {
    display: block;
}

.group-form label input:disabled ~ .checkboxElem {
    display: none;
}

.group-form p {
    font-size: 1rem !important;
}

.group-form .checkboxElem {
    position: absolute;
    display: none;
    right: 1%;
    top: 6%;
}

.group-form .checkboxElem:hover {
    transform: scale3d(1, 1, 1);
}

.group-form .checkboxElem::before {
    content: '';
    -webkit-appearance: none;
    background-color: var(--color-secondary);
    border-radius: 50%;
    padding: 12px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.group-form .checkboxElem::after {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.recap .simple-card {
    padding: unset !important;
}

.recap p {
    font-size: 1.2rem !important;
}

.recap .between-point i {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 30px;
}

.show-tarif {
    background-color: #339999 !important;
    color: white;
}

.show-tarif p {
    margin: 5px 0 5px 0 !important;
    text-align: center;
}

.cust-p {
    padding: 0 1.8rem !important;
}

.font-airport {
    font-weight: 500;
    color: #000000;
}

input[type="number"], input[type="password"], input[type="text"], textarea {
    -webkit-appearance: textfield !important;
}

/* Headings */
.velo h1,
.velo h2,
.velo h3,
.velo h4,
.velo h5,
.velo h6 {
    color: #222;
    font-weight: 500;
    font-family: inherit;
    line-height: 1.333;
    text-rendering: optimizeLegibility;
}

.velo-card-wrapper {
    padding: 10px;
    background-color: aliceblue;
}

.item-velo-card {
    transition: 0.5s;
    cursor: pointer;
}

.velo-card-title i:hover {
    transform: scale(1.25) rotate(100deg);
    color: #18d4ca;

}

.velo-card:hover {
    transform: scale(1);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}


.velo-card::before,
.velo-card::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform .3s ease-out 0s;
    background: rgba(255, 255, 255, 0.1);
    content: '';
    pointer-events: none;
}

.velo-card::before {
    transform-origin: left top;
}

.velo-card::after {
    transform-origin: right bottom;
}

.velo-card:hover::before,
.velo-card:hover::after,
.velo-card:focus::before,
.velo-card:focus::after {
    transform: scale3d(1, 1, 1);
}

.velo-card {
    background-color: #fff !important;
    border: 1px solid rgba(0, 0, 0, .125) !important;
    border-radius: .25rem;
    min-height: 1rem !important;
    padding: 0.7rem !important;
    font-weight: 400;
}


.cust_rad label {
    position: relative;
}

.cust_rad input {
    display: none;
}

.cust_rad label input:checked ~ .checkboxElem {
    display: block;
}

.cust_rad label input:checked ~ .velo-card {
    border: 1px solid #B00020 !important;
}

.cust_rad .checkboxElem {
    position: absolute;
    display: none;
    right: 3%;
    top: 26%;
}

.cust_rad .checkboxElem::before {
    content: '';
    -webkit-appearance: none;
    background-color: #B00020;
    border-radius: 50%;
    padding: 12px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.cust_rad .checkboxElem::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 10px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.velo {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1em;
    /* 1 */
    line-height: 1.5;
    /* 2 */
    color: #444;
}

.wpcf7 .wpcf7-form .velo .wpcf7-submit {
    background-color: #B00020 !important;
}

.wpcf7 .wpcf7-form .velo .input-field input[type="text"]:focus + label, .wpcf7-form .velo input:not([type]):focus:not([readonly]) + label, .wpcf7-form .velo input[type="text"]:not(.browser-default):focus:not([readonly]) + label, .wpcf7-form .velo input[type="password"]:not(.browser-default):focus:not([readonly]) + label, .wpcf7-form .velo input[type="email"]:not(.browser-default):focus:not([readonly]) + label, .wpcf7-form .velo input[type="url"]:not(.browser-default):focus:not([readonly]) + label, .wpcf7-form .velo input[type="time"]:not(.browser-default):focus:not([readonly]) + label, .wpcf7-form .velo input[type="date"]:not(.browser-default):focus:not([readonly]) + label, .wpcf7-form .velo input[type="datetime"]:not(.browser-default):focus:not([readonly]) + label, .wpcf7-form .velo input[type="datetime-local"]:not(.browser-default):focus:not([readonly]) + label, .wpcf7-form .velo input[type="tel"]:not(.browser-default):focus:not([readonly]) + label, .wpcf7-form .velo input[type="number"]:not(.browser-default):focus:not([readonly]) + label, .wpcf7-form .velo input[type="search"]:not(.browser-default):focus:not([readonly]) + label, .wpcf7-form .velo textarea.materialize-textarea:focus:not([readonly]) + label, .wpcf7-form .velo .dropdown-content li > a, .wpcf7-form .velo .dropdown-content li > span {
    color: #B00020 !important;
}

.wpcf7-form .velo input:not([type]):focus:not([readonly]), .wpcf7-form .velo input[type="text"]:not(.browser-default):focus:not([readonly]), .wpcf7-form .velo input[type="password"]:not(.browser-default):focus:not([readonly]), .wpcf7-form .velo input[type="email"]:not(.browser-default):focus:not([readonly]), .wpcf7-form .velo input[type="url"]:not(.browser-default):focus:not([readonly]), .wpcf7-form .velo input[type="time"]:not(.browser-default):focus:not([readonly]), .wpcf7-form .velo input[type="date"]:not(.browser-default):focus:not([readonly]), .wpcf7-form .velo input[type="datetime"]:not(.browser-default):focus:not([readonly]), .wpcf7-form .velo input[type="datetime-local"]:not(.browser-default):focus:not([readonly]), .wpcf7-form .velo input[type="tel"]:not(.browser-default):focus:not([readonly]), .wpcf7-form .velo input[type="number"]:not(.browser-default):focus:not([readonly]), .wpcf7-form .velo input[type="search"]:not(.browser-default):focus:not([readonly]), .wpcf7-form .velo textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #B00020 !important;
    box-shadow: 0 1px 0 0 #B00020 !important;
}

.velo label {
    font-weight: 400 !important;
}

.wpcf7 .wpcf7-form .velo .recapitul p {
    margin: 0.5rem 0 0.5em 0 !important;
}

.wpcf7 .wpcf7-form .velo .recapitul p.title-rec-velo {
    font-size: 1rem !important;
}

.wpcf7 .wpcf7-form .velo .recapitul p.result-rec-velo {
    color: #B00020 !important;
    font-size: 1.2rem !important;
}

.wpcf7 .wpcf7-form .btn-compris {
    background-color: #B00020 !important;
}

.wpcf7-form .velo [type="checkbox"]:checked + label::before {
    border-right: 2px solid #B00020 !important;
    border-bottom: 2px solid #B00020 !important;
}

.wpcf7-form .velo label {
    font-size: 1rem;
}

.wpcf7-form .btn-velo-plus {
    margin-top: 1rem;
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 55%);
    padding: 0 1rem;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
}

.wpcf7-form .btn-velo-plus:focus {
    background-color: #fff !important;
}

.wpcf7-form .btn-velo-souscrire {
    background: #B00020;
    color: #fff;
    border: 1px solid #B00020;
    padding: .1rem 1rem;
    border-radius: .25rem;
}

.wpcf7-form .btn-velo-send-devis {
    color: #B00020;
    border: none !important;
    background: #fff;
}

.wpcf7-form .btn-velo-send-devis:focus {
    background-color: white !important;
}

.container-newDisignDate {
    display: flex;
    align-items: center;
    border: 1px solid #ced4da !important;
    border-radius: .25rem;
    padding: .375rem .75rem !important;
}

.label-newDisignDate {
    width: 40%;
    margin: 0;
}

.newDisignDate {
    border: unset !important;
    width: 60% !important;
    height: 2rem !important;
    margin: unset !important;
}

.newDisignDate:hover, .newDisignDate:focus, .newDisignDate:active {
    border: unset !important;
    outline: unset !important;
}


.pricing {
    display: flex !important;
    justify-content: center;
    line-height: unset !important;
    flex-wrap: wrap;
}

.pricing .plan {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 1.5rem;
    margin: 10px;
    border-radius: 5px;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
    max-width: 250px;
}

.pricing .plan h2 {
    font-size: 18px;
    min-height: 66px;
    margin: 0.25em 0 0.75em;
}

.pricing .plan label {
    color: #808291 !important;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.pricing .plan span {
    font-size: 14px;
}

.pricing .plan [type="radio"] {
    display: none;
}

.pricing .plan a {
    display: block;
}

.pricing .plan a:hover {
    color: #B00020;
}

.pricing .plan .price {
    font-size: 22px;
    color: #B00020;
}

.pricing .plan ul.features {
    list-style-type: none;
    text-align: left;
}

.pricing .plan ul.features li {
    margin: 8px;
    font-size: 16px;
    font-weight: 300 !important;
}

.pricing .plan ul.features li .fa {
    margin-right: 4px;
}

.pricing .plan ul.features li .fa-check-circle {
    color: #6ab04c;
}

.pricing .plan ul.features li .fa-times-circle {
    color: #eb4d4b;
}

.pricing .plan .wpcf7-submit {
    border: none;
    width: 100%;
    margin-top: 1rem;
    background-color: #B00020;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.pricing .plan:hover {
    border: 1px solid #B00020;
    position: relative;
    box-shadow: 5px 7px 67px -28px rgba(0, 0, 0, 0.37);
}

.voyage .btn-delete, .voyage .btn-duplicate {
    border-radius: unset !important;
    width: 30px !important;
    height: 30px !important;
}

.table > thead > tr > th {
    font-size: 16px !important;
}

.table > tbody > tr > td {
    font-size: 14px !important;
}

.table td, .table th, .table tr, .table thead {
    padding: 12px !important;
}

.separate {
    margin-left: 12px;
    margin-right: 12px;
}

/**
SwitchBox in the back office
 */
.switchbox {
    cursor: pointer;
    position: relative;
    width: 265px;
}

.switchbox > input,
.switchbox > div,
.switchbox > label {
    display: inline-block;
    vertical-align: top;
}

.switchbox > label > span.on {
    color: #40b754;
}

.switchbox > label > span.off {
    color: rgb(238, 79, 79);
}

.switchbox > div {
    --switch-width: 50px;
    --switch-height: 22px;
    width: var(--switch-width);
    height: var(--switch-height);
    border-radius: var(--switch-height);
    transition: background-color 0.3s;
    position: relative;
    overflow: hidden;
    pointer-events: none;
}

input:checked ~ div {
    transition: background-color 0.3s;
}

input:not(:checked) ~ div {
    transition: background-color 0.3s 0.3s;
}

.switchbox > div::before,
.switchbox > div::after {
    content: "";
    position: absolute;
    top: 0;
    width: var(--switch-height);
    height: var(--switch-height);
    background-color: white;
    border-radius: 50%;
}

.switchbox > div::before {
    left: 0;
}

.switchbox > div::after {
    right: 0;
}

.switchbox > input:checked ~ div::before {
    transform: scale(0.8) translateY(50px);
}

.switchbox > input:checked ~ div::after {
    transform: scale(0.8) translateY(0);
}

.switchbox > input:not(:checked) ~ div::before {
    transform: scale(0.8) translateY(0px);
}

/**
 * Bug CSS à réviser
 */
/*input:not(:checked) ~ div::after {*/
/*    transform: scale(0.8) translateY(-50px);*/
/*}*/

.switchbox > input:not(:checked) ~ div {
    background-color: lightgray;
}

.switchbox > input:checked ~ div {
    background-color: #40b754;
}

.switchbox > input:not(:checked) ~ div {
    background-color: rgb(238, 79, 79);
}

.switchbox > input {
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    margin: 0;
    height: 100%;
    z-index: 19;
}

.switchbox > label {
    position: relative;
    padding-left: 70px;
    transition: padding-left 0.3s;
    overflow: hidden;
    cursor: pointer;
}

.switchbox > input:checked ~ label {
    padding-left: 50px;
}

.switchbox > label > span {
    position: absolute;
    left: 0;
    top: 0;
}

.switchbox > label > span.on {
    transform: translateY(0px);
}

.switchbox > label > span.off {
    transform: translateY(20px);
}

.switchbox > input:checked ~ div::before,
.switchbox > input:checked ~ div::after,
.switchbox > input:checked ~ label > span {
    transition: transform 0.3s 0s;
}

.switchbox > input:not(:checked) ~ div::before,
.switchbox > input:not(:checked) ~ div::after,
.switchbox > input:not(:checked) ~ label > span {
    transition: transform 0.3s 0.3s;
}

.switchbox > input:checked ~ label > span.on {
    transform: translateY(0px);
}

.switchbox > input:checked ~ label > span.off {
    transform: translateY(20px);
}

.switchbox > input:not(:checked) ~ label > span.on {
    transform: translateY(-20px);
}

.switchbox > input:not(:checked) ~ label > span.off {
    transform: translateY(0px);
}

.recap-container {
    position: relative !important;
    margin: 30px auto 20px auto !important;
    padding: 25px !important;
}

#carte {
    display: flex !important;
    justify-content: center;
    line-height: unset !important;
    flex-wrap: wrap;
}

#carte button {
    display: none;
}

#carte > div > div > div {
    border: 1px solid #ccc !important;
    background-color: rgb(242, 244, 246) !important;
    border-radius: 5px;
    box-shadow: rgb(232 235 239) 0px 0px 16px 0px;
    padding: 1rem;
    margin: 10px;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
    max-width: 300px;
}

#carte h2 {
    font-size: 18px;
    margin: 0.25em 0 0.75em;
}

#carte label {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 1rem 5px 5px 0px !important;
}

#carte span {
    font-size: 14px;
}

#carte [type="radio"] {
    display: none;
}

#carte a {
    display: none !important;
}

#carte .ribbon {
    display: none;
}

#carte ul {
    list-style-type: none;
    text-align: left;
    padding-left: 14px;
    min-height: unset !important;
}

#carte ul li {
    margin: 8px;
    font-size: 16px;
    font-weight: 300 !important;
}

#carte > div > div > div:hover {
    border: 1px solid #339999;
    position: relative;
    box-shadow: 5px 7px 67px -28px rgba(0, 0, 0, 0.37);
}

.iti__hide {
    display: none;
}

pre {
    margin: 0 !important;
    display: inline-block;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
    background: none;
}

#pays {
    height: 35px;
    margin: 0;
    padding: 7px 12px 6px 40px;
    border-radius: 2px;
    font-family: inherit;
    font-size: 100%;
    color: inherit;
    width: inherit;
}

#phone[disabled] {
    background-color: #eee;
}

.iti__flag-container {
    padding: 1px !important;
}

.ant-select-selector {
    height: 3rem !important;
}

.ant-select-selection-item {
    font-size: 20px !important;
}

#datesform .ant-picker {
    padding: 0px 16px;
    border-radius: 5px;
}

.row.entreprise {
    display: none;
}

.row.w-famille {
    display:none;
}

#list_assure {
    font-size: 14px;
}

#produits p {
    font-size: 17px !important;
}

#produits p > p {
    line-height: 1.3 !important;
    margin: 0 !important;
    font-size: 17px !important;
}

#produits .ribbon::before{
    position: absolute;
    content: '';
    background: #ff66008f;
    height: 21px;
    width: 21px;
    /* Added lines */
    top: 30px;
    z-index: -1;
    right: 6px;
    transform : rotate(45deg);
}

@media ( max-width: 786px ) {
    .block-info {
        display: none !important;
    }
}

@media ( min-width: 786px ) {
    .block-mobile {
        display: none !important;
    }
}
.input-group.daterange {
    display: flex;
}

.declenche-devis div:nth-child(n+4)>div:nth-child(3n+1){
	display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px
}