* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
}

#app {
    overflow: hidden;
    width: 100%;
}

body.pageform {
    position: relative;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    /*background: #eeeeee !important;*/
}

svg {
    vertical-align: middle;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: #374c9b !important;
}

a {
    text-decoration: none !important;
}

input:focus {
    outline: 0 !important;
    background: #fff !important;
    color: #374c9b !important;
}

p {
    margin: 0;
}

button:focus {
    outline: 0 !important;
}

.page-wrapper {
    height: auto;
    margin: auto;
    background: #eee;
}

.page-wrapper.result {
    background: #eee;
}

.page-wrapper .outerContainer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1200px;
}

header {
    border-bottom: 1px solid #e4e4e4;
    background: #fff;
    width: 100%;
    overflow: hidden;
}

header .outerContainer {
    position: relative;
}

.logoform {
    width: 355px;
    height: auto;
    margin: auto;
}

.logoform svg {
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.pageform .avis_google, .pageform .result .avis_google {
    position: absolute;
    bottom: 5px;
    right: 19px;
}

.pageform .result .avis_google {
    top: 5px;
    bottom: 5px;
    right: 52px;
}

fieldset {
    padding: 50px 15px 40px 15px;
    margin: 10px auto;
    max-width: 1200px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 5px #999;
}

.fieldset {
    position: relative;
}

.header__form {
    position: relative
}

.animaux .button_prev_step_top {
    margin-top: 5%;
}

.button_prev_step_top {
    width: 58px;
    height: 58px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    background: #eef2fd;
    cursor: pointer;
    text-align: center;
    line-height: 55px;
    top: 19px;
    left: 0px;
    position: absolute;
}

.button_prev_step_top:after {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 48px;
    color: #374c9b
}


.button_prev_step {
    width: 75px;
    border: 1px solid #9ba5cd;
    color: #9ba5cd;
    border-radius: 10px;
    background: #fff;
    font-size: 12px;
    cursor: pointer;
    vertical-align: text-top;
    margin-right: 26px;
}

.button_prev_step_top:hover,
.button_prev_step:hover {
    border: 1px solid #9ba5cd;
    color: #ffffff;
    background: #9ba5cd;
}


/* Progress bar */
.progress {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 17px;
    border-radius: 0;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color: #0cb3c7;
    transition: width .6s ease;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

/**/
.Title_step {
    font-size: 24px;
    font-weight: 400;
    color: #374C9B;
}

.Title_step strong {
    font-weight: 600;
    color: #0CB3C7;
}

.Title_content__form {
    padding: 42px 0 20px 0;
    font-size: 27px;
    font-weight: 700;
    color: #374c9b;
    clear: both;
}

.edit_besoins {
    display: none;
}

.edit_profil,
.edit_besoins {
    position: absolute;
    top: -38px;
    right: 15px;
    border: 1px solid #7c86b7;
    border-radius: 10px;
    font-size: 11px;
    color: #7c86b7;
    background: #fff;
    padding: 4px 10px;

}

.edit_profil:hover, .edit_besoins:hover {
    background: #7c86b7;
}

.edit_profil:hover a, .edit_besoins:hover a {
    color: #ffffff;
}


.edit_profil a,
.edit_besoins a {
    color: #7c86b7;
}

/* __________________________The CSS radio */
/* Button Radio*/
.radioselect {
    text-align: left;
}

[type=radio] {
    position: absolute;
    width: auto !important;
    opacity: 0;
}

.c-radio {
    margin: 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
}

.c-radio2 {
    margin: 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
}

.c-radio__btn {
    position: relative;
    font-size: 24px;
    color: #374c9b;
    width: 200px;
    min-height: 60px;
    padding: 2px 0;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    align-items: center;
    text-align: center;
    background: #eef2fd;
    cursor: pointer;
    flex: 1 1 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.c-radio__btn2 {
    position: relative;
    font-size: 24px;
    color: #374c9b;
    width: 200px;
    min-height: 99px;
    padding: 2px 0;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    align-items: center;
    text-align: center;
    background: #eef2fd;
    cursor: pointer;
    flex: 1 1 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.c-radio__btn_large {
    width: 290px;
}
.c-radio__btn.small {
    font-size: 17px;
}

.edit-choice .c-radio__input:checked + .c-radio__btn {
    color: #fff;
    background: #374c9b;

}

.edit-choice .c-radio__input:checked + .c-radio__btn2 {
    color: #fff;
    background: #374c9b;

}

/*Radio inactive type Animaux*/
.c-radio__btn.chien_id {
    background: #eef2fd url('../images/form/formanimaux/chien-inactive.png');
    background-position: 5% 50%;
    background-size: 20%;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

.c-radio__btn.chat_id {
    background: #eef2fd url('../images/form/formanimaux/chat-inactive.png');
    background-size: 20%;
    background-position: 5% 50%;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

.c-radio__btn.autre_id {
    background: #eef2fd url('../images/form/formanimaux/autre-inactive.png');
    background-position: 10% 50%;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

/*Radio inactive Sexe Animaux*/
.c-radio__btn.sexe_animale_Femelle {
    background: #eef2fd url('../images/form/formanimaux/femelle-inactive.png');
    background-position: 10% 50%;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

.c-radio__btn.sexe_animale_Male {
    background: #eef2fd url('../images/form/formanimaux/male-inactive.png');
    background-position: 10% 50%;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

/*Radio inactive tatoue Animaux*/
.c-radio__btn.animaux_tatoue_non,
.c-radio__btn.choice_non {
    color: #fe7501;
    background: #eef2fd url('../images/form/check_no_inactive.png');
    background-position: 10% 50%;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

.c-radio__btn.choice_autre {
    color: #fe7501;
    background-position: 10% 50%;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

.c-radio__btn.animaux_tatoue_oui,
.c-radio__btn.choice_oui {
    color: #fe7501;
    background: #eef2fd url('../images/form/check_oui-inactive.png');
    background-position: 10% 50%;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

/*Radio inactive type logement */
.c-radio__btn.type_habitation_appart {
    /* background: url('../images/form/formhabitation/app-inactive.png'); */
}

.c-radio__btn.type_habitation_maison {
    /* background: url('../images/form/formhabitation/maison-inactive.png'); */
}


.c-radio__btn.type_habitation_appart,
.c-radio__btn.type_habitation_maison {
    color: #fe7501;
    background-position: center 57px;
    background-repeat: no-repeat;
}

.c-radio__input:checked + .c-radio__btn.chien_id,
.c-radio__input:checked + .c-radio__btn.chat_id,
.c-radio__input:checked + .c-radio__btn.autre_id,
.c-radio__input:checked + .c-radio__btn.sexe_animale_Femelle,
.c-radio__input:checked + .c-radio__btn.sexe_animale_Male,
.c-radio__input:checked + .c-radio__btn.type_habitation_appart,
.c-radio__input:checked + .c-radio__btn.type_habitation_maison {
    color: #fff;
    background: #374c9b;
    background-image: url("../images/form/formsante/man-active.png"); /* fallback */
    background-position: bottom center;
    background-repeat: no-repeat;
}


/*RADIO ACTIVE TYPE ANIMAUX*/
.c-radio__input:checked + .c-radio__btn.chien_id {
    background-image: url("../images/form/formanimaux/chien-active.png"); /* fallback */
    background-position: 5% 50%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 20%;
}

.c-radio__input:checked + .c-radio__btn.chat_id {
    background-image: url("../images/form/formanimaux/chat-active.png"); /* fallback */
    background-position: 5% 50%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 20%;
}

.c-radio__input:checked + .c-radio__btn.autre_id {
    background-image: url("../images/form/formanimaux/autre-active.png"); /* fallback */
    background-position: 10% 50%;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

/*RADIO ACTIVE SEXE ANIMAUX*/
.c-radio__input:checked + .c-radio__btn.sexe_animale_Femelle {
    background-image: url("../images/form/formanimaux/femelle-active.png"); /* fallback */
    background-position: 10% 50%;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

.c-radio__input:checked + .c-radio__btn.sexe_animale_Male {
    background-image: url("../images/form/formanimaux/male-active.png"); /* fallback */
    background-position: 10% 50%;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

/*RADIO ACTIVE tatoue ANIMAUX*/
.c-radio__input:checked + .c-radio__btn.animaux_tatoue_oui,
.c-radio__input:checked + .c-radio__btn.choice_oui {
    color: #fff;
    background: #374c9b url("../images/form/check_yes_active.png"); /* W3C */
    background-position: 10% 50%;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

.c-radio__input:checked + .c-radio__btn.animaux_tatoue_non,
.c-radio__input:checked + .c-radio__btn.choice_non {
    color: #fff;
    background: #374c9b url("../images/form/check_no_active.png"); /* W3C */
    background-position: 10% 50%;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

.c-radio__input:checked + .c-radio__btn.choice_autre {
    color: #fff;
    background: #374c9b; /* W3C */
}

/*RADIO ACTIVE type logement */
.c-radio__input:checked + .c-radio__btn.type_habitation_appart {
    color: #fff;
    background-image: url(""), linear-gradient(90deg, #0CB3C7 0%, #374C9B 233.5%); /* W3C */
    background-position: 50% 80%;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

.c-radio__input:checked + .c-radio__btn.type_habitation_maison {
    color: #fff;
    background-image: url(""), linear-gradient(90deg, #0CB3C7 0%, #374C9B 233.5%); /* W3C */
    background-position: 50% 80%;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

.edit-assur_choice {
    padding-bottom: 24px;
}

.edit-assur_choice:last-child {
    padding-bottom: 0;
}

.col__date {
    width: 250px;
    margin: auto;
    position: relative;
    cursor: pointer;
}

.col__date:after {
    position: absolute;
    right: 10px;
    top: 18px;
}

.col__datetime_sante {
    width: 250px;
    margin: auto;
    position: relative;
    cursor: pointer;
}

.col__datetime_sante:after {
    content: url(../images/form/calendar.png);
    position: absolute;
    right: 10px;
    top: -55px;
}

.col__datetime {
    margin: auto;
    position: relative;
    cursor: pointer;
}

.col__datetime:after {
    content: url(../images/form/calendar.png);
    position: absolute;
    right: 10px;
    top: -18px;
}

.col__date_ness_animaux:after {
    content: url(../images/form/calendar.png);
    position: absolute;
    right: -30px;
    top: 18px;
}

#etape3 .col__date_ness_animaux:after {
    right: 20px;
}

#etape3 .vdatetime-input {
    width: 100%;

}

.col__date_ness_animaux {
    width: 250px;
    margin: auto;
    position: relative;
    cursor: pointer;
}

.col__datetime_animaux:after {
    content: url(../images/form/calendar.png);
    position: absolute;
    right: -30px;
    top: 0px;
}

#etape3 .col__datetime_animaux:after {
    right: 20px;
}

.col__datetime_animaux {
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #374c9b; /* for chrome */
    opacity: 0.4;
}

:-moz-placeholder {
    color: #374c9b !important;
    opacity: 0.4;
}

::-moz-placeholder {
    color: #374c9b !important;
    opacity: 0.4;
}

:-ms-input-placeholder {
    color: #374c9b !important;
    opacity: 0.4;
}

/**/
.col_inputrow {
    width: 100%;
    margin: auto;
    float: none;
}

.col_champ {
    float: none;
    margin: auto;
    max-width: 637px;
    padding-bottom: 20px;
}

.col_lg_list {
    float: none;
    margin: auto;
    max-width: 400px;
    padding-bottom: 20px;
}

/* Custom Select */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: #fff;
    background-image: none;
    background-image: none;
    box-shadow: none;
    -ms-appearance: none;
    width: 100%;
    text-align: center;
    text-align-last: center;
    height: 100%;
    border-radius: 8px;
    margin: 0;
    border: 0px;
    color: #374c9b;
    cursor: pointer;
    background: #fff !important
}

.select {
    position: relative;
    height: 60px;
    padding-left: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border: 1px solid #e5e5e5;
    background: #fff;
    width: 250px;
}

select::-ms-expand {
    display: none;
}


/* Arrow */
.select::after {
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    top: 17px;
    left: 10px;
    bottom: 0;
    font-size: 30px;
    color: #ff7701;
    pointer-events: none;
}

/* Transition */
.select:hover::after {
    color: #e47847;
}

.select::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

.col_champ .divlabel {
    font-size: 29px;
    color: #374c9b;
    font-weight: bold;
    letter-spacing: -1px
}

.col_notice {
    margin: auto;
    padding: 5px 10px 0 10px;
    font-size: 14px;
    line-height: 18px;
    color: #777;
    width: 100%;
    text-align: center;
    display: block;
}

.col_notice a {
    color: #0cb3c7;
}

.sante .box__rating {
    padding-bottom: 60px;
}

.col__rating {
    width: 100%;
    margin: auto;
    max-width: 640px;
}

.img__rating {
    float: left;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    margin-right: 18px;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    text-align: center;
    line-height: 60px;
    background: #FFF;
}

.title__box__rating {
    padding-bottom: 4px;
    font-size: 18px;
    font-weight: 500;
    color: #0CB3C7;
}

.btn__continue {
    /* orange */
    width: 200px;
    height: 40px;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    background: #ff7501;
}

.btn__continue:hover {
    box-shadow: 0px 0px 10px #999;
    background: #FF9900;
}

.col_input {
    margin: auto;
}

.col_inputrow input {
    width: 250px;
    height: 60px;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    text-align: center;
    text-align: -webkit-center;
    color: #374c9b;
    font-size: 23px;
}

.col_inputrow_date input {
    width: 250px;
    height: 60px;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    color: #374c9b;
    font-size: 23px;
    padding-left: 55px;
    text-align: left;
}

.col_inputrow .input_large {
    width: 100%;
}

/* Custom Select */
/*Styling Selectbox*/

select {
    cursor: pointer !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 1.9rem;
    padding-right: 1.9rem;
}

.dropdown, select.city1, select {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    transition: all .5s ease;
    position: relative;
    text-align: left;
    color: #374c9b;
    -moz-box-align: center;
    align-items: center;
    background-color: rgb(228, 234, 249);
    border: none;
}

.dropdown, select {
    font-size: 23px;
    text-align: center;
}


.dropdown .select {
    cursor: pointer;
    display: block;
    height: 60px;
    line-height: 60px;
    width: 250px;
    border: 1px solid #e4e4e4;
    background: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;

}

.select2::after {
    font-family: FontAwesome;
    content: "\f0dd";
    position: absolute;
    color: #ff7501;
    left: 12px;
    font-size: 32px;
    top: 12px;
    display: inline-block;
}

span.button {
    color: #888;
    cursor: pointer;
    padding: .59rem;
    border: 1px solid black;
    background-color: #eeeeee;
}

.dropdown:hover {
    box-shadow: 0 0 3px #152981;
    -webkit-appearance: none;
    outline: none;
}

.dropdown:active {
    background-color: #f8f8f8
}

.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    max-height: 170px;
    left: 0;
    top: 4rem;
    margin-top: 1px;
    border-radius: 5px;
    overflow: hidden;
    display: none;
    overflow-y: auto;
    z-index: 9;
    border: 1px solid rgb(235, 240, 250);
    box-shadow: rgba(12, 24, 77, 0.05) 0px 1px 10px 0px;
}

.dropdown .dropdown-menu li {
    padding: 5px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    font-size: 18px;
    color: rgb(21, 41, 129);
    text-align: center;
}

.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}

.dropdown .dropdown-menu li:active {
    background-color: #f6f8fd
}

/* Custom Select */
.select2 {
    position: relative;
    height: 60px;
    width: 250px;
    font-size: 23px;
    letter-spacing: -1px;
    background: #fff;
    margin: auto;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}


select.city1::-ms-expand {
    display: none;
}

/* __________________________The CSS checkbox */
/* Button checkbox*/
.box_checkbox {
    /* max-width: 400px; */
    /* margin: auto; */
    padding-bottom: 29px;
    clear: both;
}

.box_checkbox [type=checkbox] {
    position: absolute;
    opacity: 0;
}


.box_checkbox [type=checkbox] + label {
    position: relative;
    margin: 0;
    padding: 3px 0px 0px 33px;
    text-align: left;
    font-size: 12px;
    line-height: 12px;
    cursor: pointer;
    display: block;
    color: #4d4c4c;
}


.box_checkbox [type=checkbox] + label:after,
.box_checkbox [type=checkbox] + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 35%;
    left: 5px;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 18px;
    transition: all .1s ease-out;
    transform: translateY(-32%);
    -webkit-transform: translateY(-32%);;
}


.box_checkbox [type=checkbox] + label:before {
    border: 1px solid #777777;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
}


.box_checkbox [type=checkbox] + label:after {
    content: "\f00c";
    font-family: FontAwesome;
    color: #ff7501;
    opacity: 0;
    border: 1px solid #777777;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    cursor: pointer;
}


.box_checkbox [type=checkbox]:focus + label:before {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
}


.box_checkbox [type=checkbox]:checked + label:after {
    opacity: 1;
}

/* FOOTER */
footer {
    clear: both;
    font-size: 12px;
    line-height: 16px;
    color: #777;
}

.page-wrapper footer .outerContainer {
    max-width: 960px !important;
}

footer em {
    font-style: normal;
}

.pageform .topfooter {
    background: #f9f9f9;
}

.topfooter p {
    font-size: 14px;
}

ul.ulfooter {
    margin: 15px auto;
    padding-left: 0;
    text-align: left;
    text-align: center;
    font-size: 12px;
    color: #777;
}

ul.ulfooter li {
    display: inline;
}

ul.ulfooter li a {
    font-size: 12px;
    color: #777;
}

.nbr_jours_inhabita {
    font-size: 20px;
    width: 180px !important;
}

/*    ------------------------------PAGE RESULTAT --------------------*/
/* -------------------------------------------------- PANEL RESULTAT */
.page-wrapper .panel_result .outerContainer {
    margin: auto;
    max-width: 1100px;
}

.panel_result .outerContainer {
    position: relative;
}

.onboarding_info {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 18px 25px 18px;
    border: 1px solid #374c9b;
    border-radius: 10px;
}

.onboarding_info div {
    padding: 0;
}

.panel_result .img__rating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.panel_result .img__rating img,
.panel_result .img__rating svg {
    height: auto;
    max-width: 65%;
    vertical-align: middle;
}

.panel_result .svg_dentaire .img__rating svg {
    max-width: 50%;
}

.panel_result .svg_hosp .img__rating svg,
.panel_result .svg_optique .img__rating svg {
    max-width: 80%;
}


.panel_result .br-theme-bars-pill .br-widget a {
    margin: 0;
    padding: 4px;
    font-size: 12px;
}

.sante .panel_result .box__rating {
    padding-bottom: 0;
}

.panel_result .info__rating {
    width: 100%;
    padding: 8px 0 4px 0;
}

.panel_result.animaux .info__rating {
    padding-bottom: 0px;
}

.panel_result .title__box__rating {
    padding-top: 8px;
    font-size: 16px;
}

.panel_result.animaux .title__box__rating,
.panel_result.animaux .info__rating {
    padding-top: 0px;
}

.btn_refresh {
    float: right;
    padding: 6px;
    border: none;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #fff;
    background: #0CB3C7;
    background: linear-gradient(90deg, #0CB3C7 0%, #374C9B 233.5%);
    margin-right: 23px;
}

.btn_refresh:hover {
    background: #374c9b
}


/*--------------------------------- RESULTAT ANIMAUX*/
.panel_result.animaux .br-theme-bars-pill .br-widget a {
    padding: 4px 30px;
    margin-right: 17px;
}

.panel_result.animaux .br-theme-bars-pill .br-widget a:last-child {
}

.col_result__txt {
    width: 100%;
    font-size: 10px;
    line-height: 12px;
    color: #000;
}

.panel_result.animaux .result__graphs__progress {
    padding-top: 10px;
}

.panel_result.animaux .result__body_width_large .result__graphs__progress {
    padding-top: 0;
}

/* RESULTAT HABITATION*/
.label_click_cursor {
    cursor: pointer;
}

.list__garanties {
    float: left;
    width: 100%;
    padding-left: 12px !important;
    font-size: 12px;
    color: #374c9b;
    font-weight: bold;
}

.list__garanties ul {
    margin-right: 10px;
}

.list__garanties li {
    position: relative;
    padding-right: 30px;
    list-style: none;
}

.list__garanties li span {
    padding-left: 7px;
}

.list__garanties li.active:before,
.list__garanties li.active:after,
.list__garanties li.option:before,
.list__garanties li.option:after,
.list__garanties li.inactive:before,
.list__garanties li.inactive:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 32%;
    left: -13px;
    width: 15px;
    height: 15px;
    border: 2px solid #11bd37;
    border-radius: 100%;
    color: #11bd37;
    transform: translateY(-32%);
}

.list__garanties li.inactive:before,
.list__garanties li.inactive:after {
    border: 2px solid #e5e5e5;
    color: #e5e5e5;
}

.list__garanties li.inactive:after {
    border: 2px solid #e5e5e5;
    color: #e5e5e5;
}

.list__garanties li.option:before,
.list__garanties li.option:after {
    border: 2px solid #fe7501;
    color: #fe7501;
}

.list__garanties li.option:after {
    border: 2px solid #fe7501;
    color: #fe7501;
}

.list__garanties li.active:after,
.list__garanties li.option:after,
.list__garanties li.inactive:after {
    content: "\f00c";
    top: 4px;
    left: -11px;
    border: none;
    font-family: FontAwesome;
    font-size: 11px;
}

.list__garanties li.inactive:after {
    content: "\f00d";
    left: -10px;
}

.result__features_info .result__features_logo {
    width: 42%;
    height: 130px;
}

.result__features_info .result__features_price {
    width: 58%;
    padding-top: 17px;
    line-height: 15px;
}

.result__graphs__progress .list__garanties ul {
    margin: 0 0 8px 30px;
}

.result__graphs__progress .list__garanties li.inactive {
    color: #e5e5e5;
}

.result__graphs__progress .list__garanties li.active, .result__graphs__progress .list__garanties li.option {
    color: #000;
}


.mrh .result__features_price {
    /* padding-top: 25px; */
    line-height: 15px;
}

/* STYLE RANGE*/
.range input {
    -webkit-appearance: none;
    width: 100%;
    height: 3px;
    outline: none;
    background-color: #0cb3c7 !important;
}

input[type=range] {
    -webkit-appearance: none;
}

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    width: 10px;
    height: 16px;
    margin-top: -2px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
    border: 2px solid #374c9b;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    xborder: 1px red solid;
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
    position: relative;
    width: 6px;
    height: 12px;
    border: 2px solid #374c9b;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-track {
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    /*leave room for the larger thumb to overflow with a transparent border */
    /*remove default tick marks*/
    width: 300px;
    height: 5px;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent;
    background: transparent;
}

input[type=range]::-ms-fill-lower {
    border-radius: 10px;
    background: #777;
}

input[type=range]::-ms-fill-upper {
    border-radius: 10px;
    background: #ddd;
}

input[type=range]::-ms-thumb {
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 50%;
    background: goldenrod;
}

input[type=range]:focus::-ms-fill-lower {
    background: #888;
}

input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}

input[type=range]::-ms-thumb {
    display: block;
    position: relative;
    width: 6px;
    height: 20px;
    border: 2px solid #374c9b;
    border-radius: 50%;
    background: #374c9b;
    cursor: pointer;
}

.range {
    position: relative;
    margin-right: 15px;
}

.range span {
    position: absolute;
    bottom: -22px;
    left: -5px;
    text-align: center;
    color: #374c9b;
}

.results_list__txt {
    float: left;
    /*width: 100%;*/
    font-size: 14px;
    font-weight: 400;
    color: #636466;
    line-height: normal;
}

.results_list__title {
    font-size: 24px;
    color: #374c9b;
}

.results_list__title span {
    color: #0cb3c7;
}

.result__partner,
.result__body_width_large {
    float: left;
    position: relative;
    width: 100%;
    padding: 28px 8px 8px 10px;
    min-height: 397px;
    border: 1px solid #0cb3c7;
    border-radius: 10px;
}

.result__body_width_large {
    margin-bottom: 20px;
    padding-top: 20px;
    min-height: auto;
}

.col_offre {
    position: absolute;
    top: 0;
    left: 50%;
    width: 84%;
    border-radius: 0 0 10px 10px;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    background: linear-gradient(90deg, #0CB3C7 0%, #374C9B 233.5%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.result__info__btndevis {
    color: #374c9b;
    font-size: 12px;
    line-height: 16px;
}

.result__button_as_text {
    border: none !important;
    text-decoration: underline;
}

.result__button_as_text:hover {
    color: #7c86b7 !important;
    background: #fff !important;
    text-decoration: underline;
}

.result__body_width_large .col_offre {
    left: 28%;
    width: 50%;
    line-height: 20px;
    -webkit-transform: translateX(-28%);
    transform: translateX(-28%);
}

.result__features_info div {
    width: 50%;
}

.orange {
    color: #ff7d01;
}

.grey {
    color: #777;
}

.blue {
    color: #0cb3c7;
}

.txt1 {
    font-size: 12px;
}

.txt2 strong {
    font-size: 30px;
}

.txt2,
.txt3 {
    font-size: 11px;
}

.txt3 {
    line-height: 10px;
}

.txt4 {
    font-size: 9px;
}

/**/
.result__graphs__progress {
    padding-top: 14px;
}

.result__body_width_large .result__graphs__progress {
    padding-top: 0;
}

.item {
    padding-bottom: 5px;
}

.result__graphs__progress,
.item {
    width: 100%;
}

.result__graphs__progress .item__title {
    width: 40%;
    padding-top: 5px;
    font-size: 10px;
    line-height: normal;
    color: #0cb3c7;
}

.result__graphs__progress .progress {
    height: 8px;
    margin-top: 8px;
    border-radius: 0;
}

.result__graphs__progress .progress-bar {
    background-color: #374c9b;
}

.link_detail {
    float: left;
    width: 100%;
    text-decoration: underline !important;
    color: #0cb3c7;
    font-size: 12px;
}

.btn_online {
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    width: 100%;
    margin-top: 10px;
}

.col_btn_50 {
    width: 48%;
}

.btn_white {
    width: 100%;
    padding: 4px 0;
    border-radius: 6px;
    color: #7c86b7;
    background: #fff;
    border: 2px solid #7c86b7;
    font-size: 16px;
    font-weight: bold;
}

.result__body_width_large .btn_white {
    padding: 1px 0;
    font-size: 14px;
}

.btn_white:hover {
    color: #fff;
    background: #7c86b7;
}

.btn_orange {
    width: 100%;
    border-radius: 6px;
    color: #fff;
    background: #fe7d00;
    padding: 4px 0;
    font-size: 18px;
}

/**/
.results__list_title {
    font-size: 18px;
    color: #374c9b;
    clear: both;
}

.results__text_offers {
    font-size: 15px;
    color: #374c9b;
    font-weight: 600!important;
}

.info_btm a {
    text-decoration: underline !important;
    font-size: 12px;
    line-height: 16px;
}

.info_btm_link a {
    color: #374c9b;
}

.info_btm_detail a:hover {
    color: #0cb3c7;
}

.small {
    font-size: 12px;
}

.line_height {
    line-height: 18px;
}

.lineheight {
    line-height: 12px !important;
}

.col_50 {
    width: 50%;
}

sup {
    font-size: 11px;
}

.surface_m {
    font-size: 23px;
    color: #374c9b;
    position: absolute;
    top: 16px;
    right: 10px;
}

.nbr_adultes {
    max-width: 120px;
}

.col_number {
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    margin: auto auto 15px auto;
    max-width: 350px;
}

.txt_number {
    width: 65%;
    padding: 8px 0;
    font-size: 16px;
    color: #374c9b;
    margin-top: 10px
}

.number {
    position: relative;
    width: 35%;
    margin: 0 30px;
}

.number input {
    width: 120px;
}

.minus,
.plus {
    color: #ff7000;
    font-size: 35px;
    cursor: pointer;
}

.minus {
    position: absolute;
    left: 8px;
    top: 17px;
}

.plus {
    position: absolute;
    top: 18px;
    right: 8px;
    font-size: 30px;
}

.CheckboxGroup-y33jdp-0 {
    margin-left: 1rem;
    min-width: 80%;
    color: #374c9b;
}

.CheckboxGroup-y33jdp-0.moyen_protection {
    margin: auto;
    max-width: 370px;
    min-width: auto;
}

.dwGWkw.moyen_protection .Checkbox-sc-1t5q64q-0 {
    width: 100%;
}

.dwGWkw > * {
    display: flex;
    flex-wrap: wrap;
}

.dwGWkw .Checkbox-sc-1t5q64q-0 {
    width: 50%;
}

.ljsKTA .checkbox-label {
    display: block;
    position: relative;
    padding-left: 3rem;
    text-align: left;
    cursor: pointer;
    user-select: none;
}

.ljsKTA .checkbox-label input {
    position: absolute;
    width: auto;
    height: 0;
    opacity: 0;
    cursor: pointer;
}

.checkbox-label [type="checkbox"]:checked,
.checkbox-label [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.checkbox-label [type="checkbox"]:checked + span,
.checkbox-label [type="checkbox"]:not(:checked) + span {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    color: #374c9b;
    cursor: pointer;
}

.checkbox-label [type="checkbox"]:checked + span:before,
.checkbox-label [type="checkbox"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #e9e9e9;
    border-radius: 100%;
    background: #fff;
}

.checkbox-label [type="checkbox"]:checked + span:before {
    border: 1px solid #e9e9e9;
}

.checkbox-label [type="checkbox"]:checked + span:after,
.checkbox-label [type="checkbox"]:not(:checked) + span:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #0cb3c7;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.checkbox-label [type="checkbox"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.checkbox-label [type="checkbox"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.col_autre_moyen {
    position: relative;
}

.col_inputrow .autre_moyen {
    position: absolute;
    top: -25px;
    right: 80px;
    width: auto;
    height: 30px;
    max-width: 160px;
    font-size: 14px;
}

/* MISE A JOUR 17/02*/
.br-theme-bars-pill .br-widget a {
    padding: 4px 30px;
    font-size: 16px;
}

.c-radio__btn span {
    padding-top: 0;
    line-height: 16px;
}

.onboarding_info {
    padding: 10px 18px 10px 18px;
    border: 2px solid #374c9b;
    background: #fff;
}

.panel_result.animaux .title__box__rating {
    font-size: 13px;
}

.result__features_info .result__features_price {
    padding-top: 0;
    line-height: 24px;
}

.result__graphs__progress {
    margin-top: 15px;
}

.result__graphs__progress,
.item {
    width: 96%;
    margin: 0 2%;
}

.result__graphs__progress .item__title {
    font-size: 13px;
}

.result__partner,
.result__body_width_large {
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 0 0 5px #999;
}

.result__partner:hover,
.result__body_width_large:hover {
    border: 1px solid #0cb3c7;
    box-shadow: 0 0 10px #999;
}

.result__body_width_large .btn_white {
    padding: 4px 0;
    font-size: 16px;
}

.result__body_width_large .result__graphs__progress {
    margin-top: 15px;
}

.mrh .result__body_width_large .result__graphs__progress {
    margin-top: 0px;
}

.edit_profil {
    top: -45px;
    padding: 4px 15px;
    font-size: 12px;
}

.br-theme-bars-pill .br-widget a:first-child {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.br-theme-bars-pill .br-widget a:last-child {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.br-theme-bars-pill .br-widget a {
    padding: 15px 30px;
    font-size: 16px;
}

.result__body_width_large .result__features_price {
    margin-top: 15px;
}

.mrh .result__body_width_large .result__features_price {
    margin-top: 0px;
}

.auto .result__body_width_large button {
    white-space: normal;
}

.auto .result__body_width_large .badge_offre {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mrh .result__body_width_large .badge_offre {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.w100 {
    width: 100% !important;
    max-width: 100% !important;
}

.avis_google {
    font-size: 16px;
    color: #000;
}

.pictoresult {
    color: #fff;
    font-size: 27px;
    width: 44px;
    height: 44px;
    background: #374c9b;
    border-radius: 100%;
    margin: auto;
    line-height: 45px;
    clear: both;
}

.pictoresult .fas {
    line-height: 45px;
    width: 100%;
}

.list_group .fab {
    font-size: 22px;
    color: #777;
}

.info__animal {
    font-size: 12px;
    color: #374c9b;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.info__animal li {
    list-style: none;
    position: relative;
    padding-right: 30px;
}

.info__animal ul.w50 {
    width: 50%;
    margin-bottom: 0px;
}

.rs-container {
    max-width: 450px;
    margin-left: 8px;
}

.rs-scale {
    display: none;
}

.rs-tooltip {
    bottom: -65px !important;
    color: #374c9b !important;
    border: 0px !important;
    border-radius: 0 !important;
    height: auto !important;
    font-family: 'Fira Sans', sans-serif !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    max-width: auto !important;
    left: 7px !important;
    background: none !important;
    min-width: 50px !important;
}

.rs-container .rs-pointer {
    background: #374c9b !important;
    height: 20px !important;
    width: 18px !important;
    border: 1px solid #fff !important;
    box-shadow: 0px 0px 2px #999 !important;
}

.rs-container .rs-bg {
    height: 3px !important;
    top: 9px !important
}

.rs-container .rs-selected {
    height: 7px !important;
    background: #0cb3c7 !important;
    border: none !important;
    top: 7px !important
}

.rs-container .rs-pointer::after, .rs-container .rs-pointer::before {
    display: none !important;
}

.select__animal {
    position: relative;
    max-width: 350px;
    margin: auto;
}

.select-img-race {
    position: relative
}

.select-img-race img {
    width: 95px;
    height: auto;
}

.img_animal_form {
    position: absolute;
    right: -70px;
    top: -30px;
    width: 38%;
}

.info__animal strong {
    font-weight: bold !important;
}

.divpromo {
    background: #0CB3C7;
    color: #fff;
    font-size: 11px;
    border-radius: 10px 10px 10px 10px;
    width: auto;
    position: absolute;
    z-index: 1;
    text-align: center;
    top: -10px;
    padding: 3px 10px;
    left: 10px;
    margin-right: 10px;
}

.rs-container .rs-pointer {
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    border: 1px solid #fff !important;
}

.rs-container .rs-bg, .rs-container .rs-selected {
    border-radius: 20px !important;
    height: 18px !important;
    top: 0px !important;
}

.rs-container .rs-bg {
    background-color: #dedede !important;
    top: 0px !important;
}

@media(max-width:700px) {
    .text_Service_Resiliation {
        display: none;
    }
}

/* @media (max-width: 991.98px) {
    .divpromo {
        top: -8%;
    }
}

@media (max-width: 767.98px) {
    .divpromo {
        margin: 10px 10px 0px 10px;
        top: -5%;
        left: 0;
    }
}

@media (max-width: 658px) {
    .divpromo {
        top: -7%;
    }
} */

/* @media (max-width: 367px) {
    .divpromo {
        line-height: 15px;
        top: -7%;
    }
} */

.col_input {
    position: relative;
}

.field-error {
    display: block;
    z-index: 3;
    position: absolute;
    bottom: 0;
    right: auto;
    left: 10px;
    margin: -5.75px auto 7.66667px;
    padding: 3.40741px 11.5px 3.83333px;
    border-radius: 4px;
    text-align: center;
    font-size: .8125rem;
    font-weight: 700;
    line-height: 18.4px;
    white-space: normal;
    max-width: 215px;
    width: 100%;
    color: #fff;
    background-color: #c61544;
    transform: translateY(100%);
    letter-spacing: normal;
}

.col_champ .field-error {
    left: 23px;
}

.field-error::after {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #c61544;
    border-left: 5px solid transparent;
    transform: translateY(-100%);
    pointer-events: none;
}

.mrh .custom-field-error {
    color: #ff3535;
    line-height: 24px;
    margin-top: 1rem;
    text-align: center;
    font-size: 1.1rem;
}

.mrh .custom-field-error::before {
    margin-right: 5px;
    font-size: 24px;
    line-height: 24px;
    content: "\26a0";
}

.invalid input, .invalid select {
    border-color: #c61544;
    color: #c61544;
    /*background-image: url('../images/form/icon-invalid.svg');*/
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right center;
}

.valid input, .valid select {
    border-color: #47cc5e;
    color: #c61544;
    background-image: url('../images/form/icon-valid.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right center;
}

/**/
.badge_offre {
    border-radius: 100%;
    margin: auto;
    line-height: 18px;
    padding-top: 15px;
    background: #0CB3C6; /* fallback color if gradients are not supported*/
    background: -webkit-linear-gradient(100deg, #0CB3C6, #217FB2);
    background: -moz-linear-gradient(100deg, #0CB3C6, #217FB2);
    background: -o-linear-gradient(100deg, #0CB3C6, #217FB2);
    background: linear-gradient(100deg, #0CB3C6, #217FB2);
    width: 95px;
    height: 95px;
    color: #fff;
    font-size: 11px;
    box-shadow: 0px 0px 10px #999;
    border: 2px solid #fff;
}

.badge_offre .size1 {
    font-size: 24px;
}

.badge_offre .size2 {
    font-size: 16px;
}

.badge_offre .size3 {
    font-size: 14px;
}

.badge_offre .size4 {
    font-size: 12px;
}

.list__garanties li {
    padding-right: 0px;
}

.promo-nb {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.3;
}

@media (max-width: 991.98px) {
    .result__graphs__progress .list__garanties ul {
        margin: 0 0 8px 0px;
    }

    .list__garanties {
        padding-left: 0px !important;
    }
}

@media (max-width: 767.98px) {
    .list__garanties {
        padding-left: 15px !important;
    }
}

@media (max-width: 575.98px) {
    .col-rwd {
        max-width: 100% !important;
        flex: 0 0 100%;
    }
}

/* Champs ville */
.select-editable {
    position: relative;
}

.select-editable select {
    position: absolute;
}

.select-editable input {
    position: absolute;
    margin-left: -100px;
    border-left: none;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    width: 225px;
    margin-top: -1px;
}

/* tooltip garantie : page resultat Animaux & Sante */

.tooltip-vue {
    display: block !important;
    z-index: 10000;
}

.tooltip-vue .tooltip-vue-inner {
    background: #345199;
    color: white;
    border-radius: 3px;
    padding: 2px 5px 2px;
}

.tooltip-vue .tooltip-vue-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: #345199;
    z-index: 1;
}

.tooltip-vue[x-placement^="top"] {
    margin-bottom: 5px;
}

.tooltip-vue[x-placement^="top"] .tooltip-vue-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip-vue[x-placement^="bottom"] {
    margin-top: 5px;
}

.tooltip-vue[x-placement^="bottom"] .tooltip-vue-arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip-vue[x-placement^="right"] {
    margin-left: 5px;
}

.tooltip-vue[x-placement^="right"] .tooltip-vue-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip-vue[x-placement^="left"] {
    margin-right: 5px;
}

.tooltip-vue[x-placement^="left"] .tooltip-vue-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip-vue.popover .popover-inner {
    background: #f9f9f9;
    color: black;
    padding: 24px;
    border-radius: 5px;
    box-shadow: 0 5px 30px;
}

.tooltip-vue.popover .popover-arrow {
    border-color: #f9f9f9;
}

.tooltip-vue[aria-hidden='true'] {
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s, visibility .15s;
}

.tooltip-vue[aria-hidden='false'] {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s;
}

.info__animal {
    border-radius: 10px;
    border: 2px solid #314c9b;
    font-size: 14px;
}

.btn_refresh {
    margin-right: 0px;
}


/* Incentive */
.box_incentive {
    margin-top: -32px;
}

@media (min-width: 575.98px) {
    .box_incentive h1 {
        font-size: 28px !important;
        color: #374c9b;
    }

    .box_incentive h2 {
        font-size: 28px !important;
        color: #374c9b;
    }

    .box_incentive h3 {
        font-size: 22px !important;
        margin-bottom: 14px;
    }

    .box_incentive p {
        font-size: 18px !important;
        color: #374c9b
    }
}

@media (max-width: 575.98px) {
    .box_incentive img {
        vertical-align: bottom;
        height: 50px;
    }

    .box_incentive .col-4 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .box_incentive h1 {
        font-size: 22px;
        color: #374c9b;
    }

    .box_incentive h2 {
        font-size: 22px;
        color: #374c9b;
    }

    .box_incentive h3 {
        font-size: 19px;
    }

    .box_incentive p {
        font-size: 14px;
        line-height: normal;
        color: #374c9b;
    }

    .box_incentive p br {
        display: none;
    }
}

.plus-details p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    color: #646f79;
}

.select-filtre{
    height:40px;
    margin-right: 10px;
    width: 240px;
    float: right;
}
.select-filtre select {
    font-size: 1rem;
}
.select-filtre select {
    font-size: 1rem;
    border-radius: 8px;
}
.select-filtre::after {  top: 8px;}

/**/

.col_profil{
	border:2px solid #1f3e91;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	max-width:515px;
	width:100%;
	padding:26px 10px 15px 10px !important;
	color:#374c9b;
}

.col_profil li{ list-style:none;}

.mrh .title__box__rating,
.sante .title__box__rating_resultat{ padding-top:80px;}

.mrh .rs-container,
.sante .rs-container{ max-width:100%;}


.col_elment{ background:#eeeeee;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	padding: 5px 0px !important;}

.select_filtre{width:150px;  border:2px solid #1f3e91; height:40px; }
.select_filtre select{font-size:14px; line-height:40px; padding:0px;text-align-last: left; padding-left:15px;}

.select_filtre.select:after{
	top: 8px;
	right: 14px;
	left: auto;
}


.title_filtre{ color:#1f3e91; font-size:18px;padding:10px 0px; width:85px;}

@media (max-width: 991.98px) {
	.col_profil{ max-width:100%;}
	.mrh .title__box__rating,
	.sante .title__box__rating_resultat{ padding-top:30px;}
}

.colonne_offre-adapte,
.colonne_offre{
	background: #9ba5cd;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	float: left;
	width: 100%;
	margin: auto;
	border: 10px solid #9ba5cd;
	position:relative;
}

.colonne_offre{
	background:none;
	border: 10px solid transparent;
}

.colonne_offre-adapte .title{
	color:#ffff;
	font-size:16px;
	position:absolute;
	top: -32px;
	right: -10px;
	z-index:1000;
	background: #9ba5cd;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	background: #9ba5cd;
	padding: 2px 43px;
}

.colonne_offre-adapte .result__body_width_large { margin-bottom:0px; margin-top:20px;}
.colonne_offre-adapte .result__body_width_large:nth-child(2){ margin-bottom:0px;margin-top:0px;}

@media (max-width: 770px) {
	.colonne_offre-adapte{ top:20px;}
}

/*============ PARACHUT ============ 04/06/21 */

.titre_otheroffer {
    background:#374c9b;
    color:#fff;
    font-size:24px;
    font-weight:bold;
    padding:22px 0;
}



/* =============== PARACHUT 04/06/2021 =============== */
.logo_ctl_result, .box_banner_result,.btn_website_result,
.banner_ctl_result, .link_ctl_result, .box_equipements_result, .client_link_result,
.box_women_result{float: left;}

.logo_ctl_result {
    width: 14%;
    padding: 0 0 0 27px;
}

.box_banner_result {
    padding: 20px 0 0 23px;
}

.titre_banner {
    overflow: hidden;
	width:100%;
    height: auto;
}
.banner_client_result {
	overflow: hidden;
    max-width: 1337px;
	width:100%;
    height: auto;
    margin: 13px auto;
    -webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
	border-radius:8px;
    background: url(../images/bg_banner_result.jpg) repeat-y 0 0;
}

.banner_ctl_result {width: 47%;}
.link_ctl_result {width: 39%;}

.banner_ctl_result .titre_result {
    padding-left: 12px;
    font-family: 'Poppins',sans-serif;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
}

.box_women_result {
    z-index: 9999999999;
    position: relative;
    margin-left: -16px;
    padding-top: 21px;
}

.client_link_result {
	width: 160px;
}

.client_tarif_result {
    width: 160px;
    margin: 25px auto 30px auto;
    padding: 6px 14px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 18px;
    color: #ff7d01;
    background: #fff;
    -o-border-radius: 8px;
}

.client_tarif_result strong {
    padding-top: 13px;
    padding-bottom: 2px;
    font-size: 36px;
    font-weight: 900 !important;
}


.btn_website_result{
	width: 24%;
	margin: 56px auto 10px 40px;
}

.btn_website_result a {
    width: 100%;
    padding: 8px 16px;
    max-width: 300px;
    border: 2px solid #828cba;
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
    text-align: center;
    font-size: 21px;
    font-weight: 900 !important;
    color: #828cba;
    background: #fff;
	margin: auto;
}

.btn_website_result a:hover {
    border: 2px solid #fff;
    color: #fff;
    background: #828cba;
}

/*=========================== */
@media(max-width:1336px) {
	.logo_ctl_result {
		width: 9%;
		padding: 0 0 0 10px;
	}
	.box_women_result, .box_equipements_result{ float: none;}
	.box_women_result, .box_equipements_result, .btn_website_result a{margin: auto;}


    .box_women_result, .box_equipements_result  {
        text-align: center;
    }

    .logo_ctl_result img {
        height: 90px;
    }

	.box_banner_result, .box_women_result {
        width: 48%;
		float:left;
    }
}

@media(max-width:1000px) {
    .banner_client_result {
    /* flex wrap */
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    .logo_ctl_result {
        order: 1;
        width: 35%;
    }

    .banner_ctl_result {
        order: 2;
    }

    .client_link_result {
        order: 3;
    }

	.btn_website_result {order: 4;margin:auto }

	.banner_ctl_result{width: 100%;}

	.client_link_result, .btn_website_result{width: 48%;}

    .btn_link_result {
        margin: 15px auto 15px auto;
    }

    .btn_website_result a {
        max-width: 265px;

    }
}

@media (max-width: 575.98px) {
		.box_banner_result, .box_women_result {
			width: 100%;
			float:none;
		}

		.client_link_result, .btn_website_result{width: 100%;}

		.btn_website_result{ margin-bottom:10px;}
}

.col-garanties {
    height: auto;
    min-height: 262px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #eee;
    -o-border-radius: 6px;
}

.col-garanties .titre {
    margin-bottom: 17px;
    padding: 8px 0 5px 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: #0cb3c7;
    -o-border-radius: 6px 6px 0 0;
}

.col-garanties li {
    position: relative;
    padding: 0 0 5px 30px;
    font-size: 14px;
    font-weight: 400;
    list-style: none;
    color: #303030;
}

.col-garanties .row ul {
    margin: 0;
    padding: 0 0 0 14px !important;
}

.col-garanties li.active::before,
.col-garanties li.inactive::before,
.col-garanties li.enpause::before {
    content: "\f00c";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    padding: 0 !important;
    padding-right: 0.5em;
    border: 2px solid #63bd4e;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    color: #63bd4e;
    -o-border-radius: 100%;
}

.col-garanties li.inactive::before {
    content: "\f00d";
    border: 2px solid #bbb;
    color: #bbb;
}

.col-garanties li.enpause::before {
    border: 2px solid #fe7d00;
    color: #fe7d00;
}


input[type=number].field-date, input[type=tel].field-date {
    background: transparent;
    border-radius: inherit;
    border: none;
    position: relative;
    display: inline-block;
    outline: none;
    text-align: center;
    margin: 0;
    color: #374c9b;
}

@media screen and (max-width:320px) {
    input[type=number].field-date, input[type=tel].field-date {
        margin-right: 2px
    }
}

@media screen and (min-width:990px) {
    input[type=number].field-date, input[type=tel].field-date {
        font-size: 1.6rem
    }
}

input[type=number].field-date--two-digits, input[type=tel].field-date--two-digits {
    width: 55px
}

input[type=number].field-date--two-digits-m, input[type=tel].field-date--two-digits-m {
    width: 85px
}


input[type=number].field-date--four-digits, input[type=tel].field-date--four-digits {
    width: 100px
}

input[type=number].field-date::-webkit-input-placeholder, input[type=tel].field-date::-webkit-input-placeholder {
    color: #374c9b; /* for chrome */
    opacity: 0.4;
}

input[type=number].field-date::-moz-placeholder, input[type=tel].field-date::-moz-placeholder {
    color: #374c9b; /* for chrome */
    opacity: 0.4;
}

input[type=number].field-date:-ms-input-placeholder, input[type=tel].field-date:-ms-input-placeholder {
    color: #374c9b; /* for chrome */
    opacity: 0.4;
}

input[type=number].field-date::-ms-input-placeholder, input[type=tel].field-date::-ms-input-placeholder {
    color: #374c9b; /* for chrome */
    opacity: 0.4;
}

input[type=number].field-date::placeholder, input[type=tel].field-date::placeholder {
    color: #374c9b; /* for chrome */
    opacity: 0.4;
}

.date-fields-group {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 4px 0;
    width: 100%;
    margin-bottom: 0;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
}


.field-date {
    border-left: 0;
    border-right: 0;
    position: relative;
    height: 100%;
    border: none!important;
    padding: .75em .5em;
    border-bottom-width: 3px;
    font-size: 1.25rem
}

.field-date__wrapper--full {
    width: 100%
}

.field-date__wrapper.is-invalid {
    border-color: #ff9393
}

.field-date__wrapper.with-separators {
    position: relative
}

.field-date__wrapper.with-separators:after, .field-date__wrapper.with-separators:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 90;
    content: "/";
    font-size: 1.8rem;
    color: #374c9b;
    display: block
}

.field-date__wrapper.with-separators:before {
    left: 0
}

.field-date__wrapper.with-separators:after {
    right: 0
}

.field-date__wrapper.with-right-separator {
    position: relative
}

.field-date__wrapper.with-right-separator:before {
    position: absolute;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 90;
    content: "/";
    font-size: 1.8rem;
    color: #424649;
    display: block;
    right: -3px
}

.field-date+.field-date {
    border-left: none;
    border-radius: 0;
    color: #f00;
    top: 0
}

.field-date:before {
    content: "/";
    display: inline-block
}

.field-date:after {
    content: "/"
}

.field-date--first-of-group {
    border-radius: 12px 0 0 12px
}

.field-date--last-of-group {
    border-radius: 0 12px 12px 0
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* champs date */

/* hide vue-datepicker pop-up : mobile */
@media(max-width:480px) {
    .mx-datepicker-popup {
        display: none;
    }
}

.col_input-eurosign {
    top: 11px;
    right: 10px;
    color: #374c9b;
    position: absolute;
    z-index: 1;
    font-size: 20px;
    font-weight: 600;
}
/*========================================================== */
/*============= Assurance emprunteur  ====================== */
.box_pret .page-wrapper {
    background: #f8f9f9 !important;
}

.box_pret .logoform {
    margin: 0;
}

.box_pret .box_incentive {
    margin-top: 26px;
}

.box_pret .box_incentive h1,
.box_pret .box_incentive h3 {
    font-family: 'Fira Sans Condensed',sans-serif;
    font-size: 34px !important;
}

.box_pret .box_incentive h3 sup {
    font-size: 20px;
}

.box_pret .box_incentive h3 {
    margin-bottom: 29px;
    font-size: 24px !important;
    font-weight: 400;
    line-height: 20px;
}

.box_pret .box_incentive h3 strong {
    font-size: 34px !important;
}

.box_pret .box_incentive p,
.box_pret .topfooter p {
    font-size: 24px !important;
    line-height: 28px;
}

.box_pret .page-wrapper footer .outerContainer {
    max-width: 1200px !important;
}

.colorBlue {
    color: #384d99 !important;
}

.box_MentionLegales {
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
}

.box_pret .list_group .fab {
    font-size: 28px;
}

ul.ulfooter li a,
.btmfooter {
    font-size: 17px;
}

.stepItem {
    margin: 0 auto;
    max-width: 750px;
}

.stepItem li span {
    padding: 0 30px;
    font-size: 24px;
    font-weight: 300;
    color: #ababab;
}

.stepItem li.active span {
    font-weight: 500;
    color: #0cb3c7;
}

.box_pret .question {
    margin-top: 40px;
    padding: 10px 0 28px;
    font-size: 30px;
    color: #384d99;
}

.box_pret .c-radio {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
}

.box_pret .c-radio2 {
    margin: 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
}

.box_pret .c-radio__btn {
    width: 100%;
    margin-bottom: 10px;
    min-height: 99px;
    border: 1px solid #384d99;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    color: #384d99;
    background: #fff;
}

.box_pret .c-radio__btn2 {
    margin-bottom: 10px;
    border: 1px solid #384d99;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    color: #384d99;
    background: #fff;
}

.box_pret .c-radio__btn svg {
    position: absolute;
    top: 20px;
    left: 15px;
}

.box_pret .c-radio__btn svg#Layer_2 {
    top: 25px;
    left: 25px;
}

.box_pret .c-radio__btn svg#Layer_3 {
    top: 28px;
    left: 27px;
}

.st05{fill:#384d99;}
.st03{fill:#0cb3c7;}
.st1{fill:#FFFFFF;}
.st02{fill:none;}

.st10{fill-rule:evenodd;clip-rule:evenodd;fill:#0cb3c7;}
.st20{fill-rule:evenodd;clip-rule:evenodd;}
.st12{fill-rule:evenodd;clip-rule:evenodd;fill:none;}


.box_pret .c-radio__input:checked + .c-radio__btn .st0,
.box_pret .c-radio__input:checked + .c-radio__btn .st05 {
    fill: #fff;
}

.box_pret .c-radio__input:checked + .c-radio__btn .st1 {
    fill: #374c9b;
}


.box_pret .box__btn {
    width: 100%;
    padding: 0 33px;
    max-width: 880px !important;
    overflow: hidden;
}

.box_pret .btn__continue {
    height: 55px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    font-size: 24px;
    font-weight: 500;
    background: #ff7501;
}

/*Progress Bar */
.progress-bar-group {
    position: relative;
    top: 40px;
    height: 4px;
    background-color: #d9dee3;
}

.progress-bar-group .progress-bar-custom {
    border-radius: 5px;
    background: #0cb3c7;
}

.wizard-nav {
    display: flex;
    position: relative;
    justify-content: space-around;
    height: 48px;
    margin-bottom: 30px;
}

.wizard-nav .step.hidden {
    display: none;
}

.wizard-nav .step {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: 400;
}

.wizard-nav .step::before {
    content: "";
    position: absolute;
    right: -2px;
    bottom: -1px;
    width: 25px;
    height: 25px;
    border: 2px solid #d9dee3;
    border-radius: 50%;
    background-color: #fff;
}

.wizard-nav .step.active:before {
    border: none;
    background-color: #0cb3c7;
    background-image: url(../images/pret/white_arrow.png);
    background-size: 25px 25px;
}

/**/
#listBanques {
    width: 100%;
    margin: auto;
    max-width: 900px;
}

.listBanques {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* @media (min-width:862px) {
    .listBanques {
        padding-left: 6rem;
        padding-right: 6rem;
    }
} */
.listBanques .banqueImg,
.listBanques .otherBanque,
.radioselect.listBanques.biSelect [type="radio"]:not(:checked) + label,
.radioselect.listBanques.biSelect [type="radio"]:checked + label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    position: relative;
    flex-grow: 1;
    flex-shrink: 0;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 10%;
    height: 90px;
    margin: 0 3.5% 20px;
    padding: 0;
    border: 2px solid #384d99 !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-align-items: center;
    -ms-justify-content: center;
}

.listBanques .banqueImg.banqueActive,
.listBanques .banqueImg:hover,
.listBanques .otherBanque.banqueActive,
.listBanques .otherBanque:hover {
    border-color: #0cb3c7;
}

.listBanques .banqueImg.banqueActive img,
.listBanques .otherBanque.banqueActive img {
    transform: scale(1);
}

.listBanques .banqueImg.banqueActive:after,
.listBanques .otherBanque.banqueActive:after,
.radioselect.listBanques [type="radio"]:checked + label.banqueImg:after {
    content: "";
    display: block;
    position: absolute;
    top: -16px;
    right: -16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #0cb3c7;
    background-image: url(../images/pret/white_arrow.png);
    background-position: 2px 3px;
    background-size: 28px 26px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.listBanques .banqueImg {
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

.listBanques .banqueImg:hover {
    box-shadow: 0px 0px 5px #0db3c7;
    transform: scale(1.1);
}

/* .listBanques .banqueImg img {
    display: block;
    height: 80%;
    width: 60%;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
} */

.listBanques .otherBanque {
    font-size: 24px;
    color: #384d99;
}
.listBanques .banqueImg img {
    display: block;
    height: 80%;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.box_pret .button_prev_step,
.box_pret .suggest_autres {
    margin-top: 25px;
    width: 200px;
    padding: 10px 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    font-size: 23px;
}
.box_pret .suggest_autres{
	background: #fff;
	border: 1px solid #9ba5cd;
	color: #9ba5cd;
	cursor: pointer;
}

.box_pret .suggest_autres:hover{background:#9ba5cd; color:#fff;}

.box_pret .search-input{
	width: 100%;
	margin-bottom: 10px;
	min-height: 99px;
	border: 1px solid #384d99;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	color: #384d99;
	background: #fff; position:relative
}
.text-tags{ position:relative; max-width:418px;width: 100%; margin:auto;}

.box_pret .text-tags svg{ position:absolute; top:27px; left:33px;z-index: 999; width: auto;}

.box_pret ::-webkit-input-placeholder {color: #384d99; opacity: 2;}

.box_pret :-moz-placeholder {color: #384d99 !important;opacity: 2;}

.box_pret ::-moz-placeholder {color: #384d99 !important;opacity: 2;}

.box_pret :-ms-input-placeholder {color: #384d99 !important;opacity:2;}

.box_pret .suggest-with-icons {
  max-width:1062px;
  width:100%;
  margin: 0 auto;
}

.box_pret .suggest-with-icons__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box_pret .suggest-with-icons__item {
  list-style: none;
  width: 12%;
  height:68px;
  margin-bottom:10px;
}

.box_pret .suggest-with-icons__item:hover {
 transform:scale(1.1)
}

.box_pret .suggest-with-icons__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 122px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  outline: none;
  border:1px solid #8390bf;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  -o-border-radius:6px;
  border-radius:6px;
  margin: auto;
}

.box_pret .c-radio__btn:hover, .box_pret .c-radio__btn2:hover, .box_pret select:hover,.box_pret .col_input input:hover, .box_pret .col__date input:hover   {
    /* color: #fff;
    background: #374c9b; */
    box-shadow: 0px 0px 5px #0db3c7;
}

/* Resultat pret */
.box_pret .result.page-wrapper {
    background: #eeeeee !important;
}

.box_pret .result .onboarding_info{ color:#384d99;}

.box_pret .result .onboarding_info .imgbanque{
    height:68px;
    padding-left: 8px;
}

.box_pret .result .onboarding_info li{ margin-bottom:12px;}

.box_pret .results__list{font-family: 'Roboto',sans-serif;}

.box_pret .result__features_price .txt2{ font-size:16px;}
.box_pret .result__features_price .txt2 strong{ font-size:30px; font-weight:600 !important}

.box_pret .results__list .btn_orange,
.box_pret .box-btnWhite{ width:100%;font-size: 18px;margin: auto;}
.box_pret .box-btnWhite button{ max-width:48%; border:1px solid #7c86b7; font-weight: normal;}

.box_pret .result__body_width_large{ position:relative;}

.box_pret .result__body_width_large .accroche{ position:absolute; top:-31px; left:50%; background:#57c7d4; border-radius:6px 6px 0 0; color:#fff; font-size:16px; padding:2px 20px;width: max-content;}

.box_pret .result__body_width_large .accroche span{ font-size:18px;}

.box_pret .box-divInfo{width:228px; margin:auto;}

.box_pret .box-divInfo li, .box_pret .box-divInfo li a {color:#303030;}
.box_pret .box-divInfo li .fas{ width:20px; color:#666666}


.box_pret .coldivInfo{ color:#303030; }

.box_pret .coldivInfo span{ background:#a2e5f0;width:109px; margin-bottom:2px; }
.box_pret .coldivInfo span:first-child{background:#d7eff3;}


.box_pret .edit_btn{
	width:110px;
	border: 1px solid #7c86b7;
	border-radius: 10px;
	color: #7c86b7;
	background: #fff;
	padding: 4px;
	font-size: 11px;
	float: right;
}

.box_pret .edit_btn a{color: #7c86b7;}
.linkRWD{display:none;}

/* Responsive */
@media (max-width:991.98px) {
    .listBanques .banqueImg,
    .listBanques .otherBanque {
        width: 20%;
        height: 94px;
    }

	.box_pret .suggest-with-icons__item {
		width: 32%;
	}

	.box_pret .suggest-with-icons__button {
		max-width: 100%;
	}

	.box_pret .edit_btn{ float:none; margin: auto;}

}

@media (max-width:767.98px) {
    .box_pret .box_incentive h3 .hiddenMB {
        display: none;
    }

    .box_pret .box_incentive h3 sup {
        font-size: 14px;
    }

    .box_pret .box_incentive h3 {
        font-size: 18px !important;
    }

    .box_pret .box_incentive h1,
    .box_pret .box_incentive h3 strong {
        font-size: 24px !important;
    }

    .box_pret .box_incentive p, .box_pret .topfooter p {
        font-size: 16px !important;
        line-height: 20px;
    }

    .listBanques .banqueImg,
    .listBanques .otherBanque {
        width: 25%;
        margin: 0 7px 20px;
    }

    .box_pret .modifInfo { display:inline-flex; margin: 10px 0 0 0;}

	.box_pret .result__body_width_large .accroche{left: 50%;
			transform: translateX(-50%);
	}
	.col__price{
		align-self: center !important;
		-ms-flex-item-align: center !important;}

}



.box_pret .search-input {
    font-size: 20px;
}

.btn-compare {
    width: -webkit-fill-available;
}

@media (max-width:837px) {
    .box_pret .btn-compare {
        /* width: 60% !important; */
        font-size: 13px;
    }
}

@media (max-width:450px) {
    .box_pret .c-radio__btn,
    .stepItem li span, .box_pret .search-input {
        font-size: 18px;
    }

    .box_pret .c-radio__btn svg, .box_pret .text-tags svg {
        left: 0 !important;
    }

    .box_pret .c-radio__btn #Layer_11 {
        left: -10px !important;
    }

    /* .box_pret .btn__continue, .box_pret .btn-compare {
        float: none !important;
    } */

    .box_pret .btn__continue {
        width: 55% !important;
    }
    /* .box_pret .btn-compare {
        width: 60% !important;
        font-size: 13px;
    } */

    .box_pret .button_prev_step {
        width: 30% !important;
        padding: 3px 0;
        font-size: 18px;
		margin-top:15px;
    }
	.box_pret .list_group .fab {
		font-size: 25px;
	}

	.box_pret #Layer_19, .box_pret #Layer_111{ width:30px; height:60px; left:5px !important}

}



/**/
#listBanques {
    width: 100%;
    margin: auto;
    max-width: 900px;
}

.listBanques {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.listBanques .banqueImg,
.listBanques .otherBanque,
.radioselect.listBanques.biSelect [type="radio"]:not(:checked) + label,
.radioselect.listBanques.biSelect [type="radio"]:checked + label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    position: relative;
    flex-grow: 1;
    flex-shrink: 0;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 18%;
    height: 105px;
    margin: 0 3.5% 20px;
    padding: 0;
    border: 1px solid #384d99;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-align-items: center;
    -ms-justify-content: center;
}

.listBanques .banqueImg.banqueActive,
.listBanques .banqueImg:hover,
.listBanques .otherBanque.banqueActive,
.listBanques .otherBanque:hover {
    border-color: #0cb3c7;
}

.listBanques .banqueImg.banqueActive img,
.listBanques .otherBanque.banqueActive img {
    transform: scale(1);
}

.listBanques .banqueImg.banqueActive:after,
.listBanques .otherBanque.banqueActive:after,
.radioselect.listBanques [type="radio"]:checked + label.banqueImg:after {
    content: "";
    display: block;
    position: absolute;
    top: -16px;
    right: -16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #0cb3c7;
    background-image: url(../images/pret/white_arrow.png);
    background-position: 2px 3px;
    background-size: 28px 26px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.listBanques .banqueImg {
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}


/* Responsive */
@media (max-width:991.98px) {
    .listBanques .banqueImg,
    .listBanques .otherBanque {
        width: 20%;
        height: 94px;
    }
}

@media (max-width:767.98px) {
    .listBanques .banqueImg,
    .listBanques .otherBanque {
        width: 25%;
        margin: 0 7px 20px;
    }
}

@media (max-width:575.98px) {

    .listBanques .banqueImg,
    .listBanques .otherBanque {
        width: 40%;
    }
}

@media (max-width:575.98px) {
    .box_pret .question {
        font-size: 20px;
    }

    .stepItem li span {
        padding: 0 10px;
    }

    .box_pret .box__btn {
        padding: 0;
    }

    .listBanques .banqueImg,
    .listBanques .otherBanque {
        width: 40%;
    }

	.listBanques .banqueImg, .listBanques .otherBanque, .radioselect.listBanques.biSelect [type="radio"]:not(:checked) + label, .radioselect.listBanques.biSelect [type="radio"]:checked + label {
        width: 70px;
        height: 70px;
    }

	.box_MentionLegales, ul.ulfooter li a, .btmfooter{ font-size:13px !important}

    .box_pret .btn__continue, .box_pret .btn-compare {
        float: right !important;
    }
	.box_pret #Layer_19, .box_pret #Layer_111{left: 0px !important;}

	.modifInfo{ display:none;}

	.linkRWD{display:block; font-size:10px; text-decoration:underline !important }

	.box_pret .coldivInfo{width: 48%;}
	.box_pret .box-divInfo, .box_pret .coldivInfo span {  width: 100%;}

    .box_pret .box_incentive p, .box_pret .topfooter p {
        font-size: 14px !important;
    }

}


/* résultat CreditConso - 090422 */
.page-wrapper .credit__Cosno .outerContainer {
    width: 100%;
    padding: 0 10px;
    max-width: 940px;
    color: #233e95;
}

.panel_result.credit__Cosno {
    height: auto;
    min-height: 1020px;
    background: #eee url('../images/crediconso/bg_resultat-conso.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Col_component {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    font-family: 'Roboto',sans-serif;
}

.Col_component .text2 {
    font-size: 24px;
}

.credit__Cosno .result__body_width_large {
    padding: 19px 15px 9px 15px;
    max-width: 908px !important;
}

.colCredit .btn_orange {
    width: 158px !important;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500 !important;
}

.colTaeg, .colItem {
    font-size: 16px;
}

.colTaeg strong {
    font-size: 36px;
}

.colgray {
    width: 160px;
    font-weight: 500 !important;
    padding: 15px 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px;
    background: #e8e8e8;
}

/*RWD*/
@media (max-width:991.98px) {
    .Col_component img {
        display: none;
    }

    .Col_component .results__list_title {
        width: 100%;
        padding: 19px 0 35px 0 !important;
        max-width: 100%;
    }
}

@media (max-width:767.98px) {
    .credit__Cosno .result__body_width_large {
        width: 100%;
        margin: 10px auto;
    }

    .panel_result.credit__Cosno {
        background: #eee url('../images/crediconso/bg_resultat-conso-mobile.jpg');
        background-repeat: no-repeat;
    }

    .colItem {
        font-weight: bold;
    }

    .colItem li {
        float: left;
        width: 50%;
        padding: 10px 5px 0 5px;
    }

    .colItem li:first-child, .colCredit .btn_orange br {
        display: none;
    }

    .colItem strong {
        display: block;
        padding: 15px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -khtml-border-radius: 6px;
        border-radius: 6px;
        text-align: center;
        font-weight: 500;
        background: #e8e8e8;
    }

    .colCredit .btn_orange {
        width: 98% !important;
        margin: 0 5px;
        padding: 7px 0;
    }
}

@media (max-width:575.98px) {
    .colItem strong {
        padding: 10px 5px;
    }

    .colItem strong,
    .results__list_title {
        font-size: 14px;
    }

    .Col_component .text2 {
        font-size: 21px;
    }
}

/*06-06-2022*/

fieldset{padding: 30px 15px 40px 15px;}

.speakerContainer {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    /* margin-bottom: 32px; */
}

.speakerAvatar img {
    display: block;
    width: 100%;
}

.speakerAvatar {
    position: relative;
    flex-shrink: 0;
    width: 90px;
    height: 90px;
    margin-right:25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -o-border-radius: 50%;
}

.speakerAvatar::after {
    content: "";
    position: absolute;
    right: -2px;
    bottom: -2px;
    width:22px;
    height: 22px;
    border: solid #dfdfdf 1px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #01b015;
    -o-border-radius: 50%;
}

.speakerName {
    margin-bottom: 4px;
    font-size:22px;
    color:#244094;
    padding-top: 5px;
}

.speakerMessage {
    margin-bottom: 10px;
    line-height: 20px;
    color: #303030;
    font-size: 18px;
}


@media(max-width:767.98px) {
    .speakerAvatar{
        width: 70px;
        height: 70px;
    }
    .speakerAvatar::after {
        width:18px;
        height:18px;
    }

    .note__google{ max-width: 120px;width: 100%;}
}

.grecaptcha-badge {
    visibility: hidden;
}
