﻿/*--------------------------------------------------------*\
                 EXTERNAL CSS LANDING MASS
\*--------------------------------------------------------*/
/*------------------------------------*\
    TOOLTIP
\*------------------------------------*/
[data-mh-source] .tooltip-info {
    display: none;
}

[data-mh-source] label .tooltip-info {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    color: #ff9600;
    cursor: pointer;
}

[data-mh-source] .tooltip-info:before {
    content: "\f05a";
}

/*------------------------------------*\
    RADIO / CHECKBOX
\*------------------------------------*/
[data-mh-source] input[type=checkbox], [data-mh-source] input[type=radio] {
    display: none;
}

[data-mh-source] .form-horizontal .radio, [data-mh-source] .form-horizontal .checkbox, [data-mh-source] .form-horizontal .radio-inline, [data-mh-source] .form-horizontal .checkbox-inline {
    padding: 0;
    padding-top: 4px;
    font-weight: normal;
    cursor: pointer;
}

[data-mh-source] label.radio:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    border-radius: 10px;
    margin-right: 5px;
    border: 1px solid #ff9600;
    margin-top: -4px;
}

[data-mh-source] .form-section label.checkbox:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;
    margin-right: 5px;
    border: 1px solid #ff9600;
    margin-top: -4px;
}

[data-mh-source] label.checkbox:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;
    margin-right: 5px;
    border: 1px solid #afafaf;
    margin-top: -4px;
}

[data-mh-source] .form-section input[type=checkbox]:checked + label.checkbox:before,
[data-mh-source] .form-section input[type=radio]:checked + label.radio:before {
    content: "✓";
    font-size: 14px;
    background-color: #ff9600;
    color: #f3f3f3;
    font-weight: bold;
    border: none;
}

[data-mh-source] input[type=checkbox]:checked + label.checkbox:before, [data-mh-source] input[type=radio]:checked + label.radio:before {
    content: "✓";
    font-size: 14px;
    background-color: #ff9600;
    color: #f3f3f3;
    font-weight: bold;
    border: none;
}

[data-mh-source] .form-section label.radio:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    border-radius: 10px;
    margin-right: 5px;
    border: 1px solid #ff9600;
    margin-top: -4px;
}


/*------------------------------------*\
    DIVERS
\*------------------------------------*/
[data-mh-source] .span-has-error {
    display: none !important;
}

[data-mh-source] .form-horizontal .control-label {
    text-align: left;
}

[data-mh-source] .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 2px;
}


[data-mh-source] .form-group.group-has-error .form-control {
    border-color: #ff4136;
    background-color: #fff7f7;
}

[data-mh-source] .form-group.group-has-error label {
    color: red;
}

[data-mh-source] .has-success .form-control {
    border-color: #26a65b;
    background-color: #f6fdeb;
}

[data-mh-source] .form-control {
    height: 22px;
    padding: 0 12px;
}

[data-mh-source] .input-group-addon {
    padding: 0 12px;
}

[data-mh-source] .form-control[disabled], [data-mh-source] .form-control[readonly], [data-mh-source] fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
}

[data-mh-source] .hiddenInput {
    display: none;
}

[data-mh-source] .modal .h3 {
    margin-bottom: 0;
    text-transform: initial;
}

[data-mh-source] .modal .modal-footer button {
    background-color: #ff9600;
    color: white;
}

[data-mh-source] .modal modal-header .h3 {
    color: #ff9600;
}

[data-mh-source] .modal .fa {
    padding-right: 5px;
    color: red;
}

/*------------------------------------*\
    $TOOLTIPFORM
\*------------------------------------*/
.tooltip-inner {
    border-color: #ff9600;
}

    .tooltip-inner .titrePopin {
        color: #ff9600;
    }

.tooltipster-sidetip .tooltipster-content {
    padding: 0;
}

.tooltipster-sidetip .tooltipster-box {
    background-color: white;
}

.tooltip-inner-titre .fa.fa-question-circle {
    color: white;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #ff9600;
}

.tooltip_templates {
    display: none;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #ff9600;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #ff9600;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #ff9600;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #ff9600;
}


.tooltipster-sidetip .tooltipster-box {
    background-color: white;
    border: 1px solid #ff9600;
}

.tooltipster-sidetip .tooltipster-content {
    color: #3b3b3b;
    padding: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 9px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 9px;
}

.tooltipster-sidetip .tooltipster-content .tooltip_templates {
    display: block;
}

    .tooltipster-sidetip .tooltipster-content .tooltip_templates .tooltip-inner-titre {
        padding: 6px 8px;
        background-color: #ff9600;
        color: white;
    }

    .tooltipster-sidetip .tooltipster-content .tooltip_templates .tooltip-inner-texte {
        padding: 6px 8px;
        font-size: 13px;
    }

    .tooltipster-sidetip .tooltipster-content .tooltip_templates .tooltip-inner-titre .fa.fa-question-circle {
        margin-right: 5px;
    }

/*------------------------------------*\
    $PICKER
\*------------------------------------*/

[data-mh-source] .picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000000;
    position: absolute;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[data-mh-source] .picker__input {
    cursor: default;
}

    [data-mh-source] .picker__input.picker__input--active {
        border-color: #ff9600;
    }

[data-mh-source] .picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

[data-mh-source] .picker__holder,
[data-mh-source] .picker__frame {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

[data-mh-source] .picker__holder {
    position: fixed;
    transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
    transition: background 0.15s ease-out, transform 0s 0.15s;
    -webkit-backface-visibility: hidden;
}

[data-mh-source] .picker__frame {
    position: absolute;
    margin: 0 auto;
    min-width: 256px;
    max-width: 666px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: all 0.15s ease-out;
}

@media (min-height: 33.875em) {
    [data-mh-source] .picker__frame {
        overflow: visible;
        top: auto;
        bottom: -100%;
        max-height: 80%;
    }
}

@media (min-height: 40.125em) {
    [data-mh-source] .picker__frame {
        margin-bottom: 7.5%;
    }
}

[data-mh-source] .picker__wrap {
    display: table;
    width: 100%;
    height: 100%;
}

[data-mh-source] .clearfix:before,
[data-mh-source] .clearfix:after,
[data-mh-source] .modal-header:before,
[data-mh-source] .modal-header:after,
[data-mh-source] .modal-footer:before,
[data-mh-source] .modal-footer:after {
    content: " ";
    display: table;
}

[data-mh-source] .clearfix:after,
[data-mh-source] .modal-header:after,
[data-mh-source] .modal-footer:after {
    clear: both;
}

@media (min-height: 33.875em) {
    [data-mh-source] .picker__wrap {
        display: block;
    }
}

[data-mh-source] .picker__box {
    background: #ffffff;
    display: table-cell;
    vertical-align: middle;
}

@media (min-height: 26.5em) {
    [data-mh-source] .picker__box {
        font-size: 1.25em;
    }
}

@media (min-height: 33.875em) {
    [data-mh-source] .picker__box {
        display: block;
        font-size: 1.33em;
        border: 1px solid #777777;
        border-top-color: #898989;
        border-bottom-width: 0;
        border-radius: 5px 5px 0 0;
        box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    }
}

@media (min-height: 40.125em) {
    [data-mh-source] .picker__box {
        font-size: 1.5em;
        border-bottom-width: 1px;
        border-radius: 5px;
    }
}

[data-mh-source] .picker--opened .picker__holder {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
    zoom: 1;
    background: rgba(0, 0, 0, 0.32);
    transition: background 0.15s ease-out;
}

[data-mh-source] .picker--opened .picker__frame {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

@media (min-height: 33.875em) {
    [data-mh-source] .picker--opened .picker__frame {
        top: auto;
        bottom: 0;
    }
}

[data-mh-source] .picker__box {
    padding: 0 1em;
}

[data-mh-source] .picker__header {
    text-align: center;
    position: relative;
    margin-top: .75em;
}

[data-mh-source] .picker__month,
[data-mh-source] .picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em;
}

[data-mh-source] .picker__year {
    color: #999999;
    font-size: .8em;
    font-style: italic;
}

[data-mh-source] .picker__select--month,
[data-mh-source] .picker__select--year {
    border: 1px solid #b7b7b7;
    height: 3em;
    padding: .5em;
    margin-left: .25em;
    margin-right: .25em;
}

@media (min-width: 24.5em) {
    [data-mh-source] .picker__select--month,
    [data-mh-source] .picker__select--year {
        margin-top: -0.5em;
    }
}

[data-mh-source] .picker__select--month {
    width: 35%;
}

[data-mh-source] .picker__select--year {
    width: 22.5%;
}

@media (max-width: 480px) {
    [data-mh-source] .picker__select--year {
        width: 29%;
    }
}

@media (max-width: 340px) {
    [data-mh-source] .picker__select--year {
        width: 36%;
    }
}

[data-mh-source] .picker__select--month:focus,
[data-mh-source] .picker__select--year:focus {
    border-color: #ff9600;
}

[data-mh-source] .picker__nav--prev,
[data-mh-source] .picker__nav--next {
    position: absolute;
    padding: .5em 1.25em;
    width: 1em;
    height: 1em;
    box-sizing: content-box;
    top: -0.25em;
}

@media (min-width: 24.5em) {
    [data-mh-source] .picker__nav--prev,
    [data-mh-source] .picker__nav--next {
        top: -0.33em;
    }
}

[data-mh-source] .picker__nav--prev {
    left: -1em;
    padding-right: 1.25em;
}

@media (min-width: 24.5em) {
    [data-mh-source] .picker__nav--prev {
        padding-right: 1.5em;
    }
}

[data-mh-source] .picker__nav--next {
    right: -1em;
    padding-left: 1.25em;
}

@media (min-width: 24.5em) {
    [data-mh-source] .picker__nav--next {
        padding-left: 1.5em;
    }
}

[data-mh-source] .picker__nav--prev:before,
[data-mh-source] .picker__nav--next:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: 0.75em solid #000000;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto;
}

[data-mh-source] .picker__nav--next:before {
    border-right: 0;
    border-left: 0.75em solid #000000;
}

[data-mh-source] .picker__nav--prev:hover,
[data-mh-source] .picker__nav--next:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
}

[data-mh-source] .picker__nav--disabled,
[data-mh-source] .picker__nav--disabled:hover,
[data-mh-source] .picker__nav--disabled:before,
[data-mh-source] .picker__nav--disabled:before:hover {
    cursor: default;
    background: none;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5;
}

[data-mh-source] .picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em;
}

@media (min-height: 33.875em) {
    [data-mh-source] .picker__table {
        margin-bottom: .75em;
    }
}

[data-mh-source] .picker__table td {
    margin: 0;
    padding: 0;
}

[data-mh-source] .picker__weekday {
    width: 14.285714286%;
    font-size: .75em;
    padding-bottom: .25em;
    color: #999999;
    font-weight: 500;
    /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
    [data-mh-source] .picker__weekday {
        padding-bottom: .5em;
    }
}

[data-mh-source] .picker__day {
    padding: .3125em 0;
    font-weight: 200;
    border: 1px solid transparent;
}

[data-mh-source] .picker__day--today {
    position: relative;
}

    [data-mh-source] .picker__day--today:before {
        content: " ";
        position: absolute;
        top: 2px;
        right: 2px;
        width: 0;
        height: 0;
        border-top: 0.5em solid #0059bc;
        border-left: .5em solid transparent;
    }

[data-mh-source] .picker__day--disabled:before {
    border-top-color: #aaaaaa;
}

[data-mh-source] .picker__day--outfocus {
    color: #dddddd;
}

    [data-mh-source] .picker__day--infocus:hover,
    [data-mh-source] .picker__day--outfocus:hover {
        cursor: pointer;
        color: #000000;
        background: #b1dcfb;
    }

[data-mh-source] .picker__day--highlighted {
    border-color: #ff9600;
}

    [data-mh-source] .picker__day--highlighted:hover,
    [data-mh-source] .picker--focused .picker__day--highlighted {
        cursor: pointer;
        color: #000000;
        background: #b1dcfb;
    }

[data-mh-source] .picker__day--selected,
[data-mh-source] .picker__day--selected:hover,
[data-mh-source] .picker--focused .picker__day--selected {
    background: #ff9600;
    color: #ffffff;
}

[data-mh-source] .picker__day--disabled,
[data-mh-source] .picker__day--disabled:hover,
[data-mh-source] .picker--focused .picker__day--disabled {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
}

[data-mh-source] .picker__day--highlighted.picker__day--disabled,
[data-mh-source] .picker__day--highlighted.picker__day--disabled:hover {
    background: #bbbbbb;
}

[data-mh-source] .picker__footer {
    display: none;
    text-align: center;
}

[data-mh-source] .picker__button--today,
[data-mh-source] .picker__button--clear,
[data-mh-source] .picker__button--close {
    border: 1px solid #ffffff;
    background: #ffffff;
    font-size: .8em;
    padding: .66em 0;
    font-weight: bold;
    width: 33%;
    display: inline-block;
    vertical-align: bottom;
}

    [data-mh-source] .picker__button--today:hover,
    [data-mh-source] .picker__button--clear:hover,
    [data-mh-source] .picker__button--close:hover {
        cursor: pointer;
        color: #000000;
        background: #b1dcfb;
        border-bottom-color: #b1dcfb;
    }

    [data-mh-source] .picker__button--today:focus,
    [data-mh-source] .picker__button--clear:focus,
    [data-mh-source] .picker__button--close:focus {
        background: #b1dcfb;
        border-color: #ff9600;
        outline: none;
    }

    [data-mh-source] .picker__button--today:before,
    [data-mh-source] .picker__button--clear:before,
    [data-mh-source] .picker__button--close:before {
        position: relative;
        display: inline-block;
        height: 0;
    }

    [data-mh-source] .picker__button--today:before,
    [data-mh-source] .picker__button--clear:before {
        content: " ";
        margin-right: .45em;
    }

    [data-mh-source] .picker__button--today:before {
        top: -0.05em;
        width: 0;
        border-top: 0.66em solid #0059bc;
        border-left: .66em solid transparent;
    }

    [data-mh-source] .picker__button--clear:before {
        top: -0.25em;
        width: .66em;
        border-top: 3px solid #ee2200;
    }

    [data-mh-source] .picker__button--close:before {
        content: "\D7";
        top: -0.1em;
        vertical-align: top;
        font-size: 1.1em;
        margin-right: .35em;
        color: #777777;
    }


    [data-mh-source] .picker__button--today[disabled],
    [data-mh-source] .picker__button--today[disabled]:hover {
        background: #f5f5f5;
        border-color: #f5f5f5;
        color: #dddddd;
        cursor: default;
    }

        [data-mh-source] .picker__button--today[disabled]:before {
            border-top-color: #aaaaaa;
        }

/*------------------------------------*\
    $STAR-RATING
\*------------------------------------*/
[data-mh-source] .rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0px;
    color: #fff;
    border: none;
}

[data-mh-source] .rating-fa {
    font-family: 'FontAwesome';
    padding-left: 1px;
}

    [data-mh-source] .rating-fa .rating-stars:before {
        padding-left: 1px;
    }

[data-mh-source] .rating-gly {
    font-family: 'Glyphicons Halflings';
}

[data-mh-source] .rating-gly-star {
    font-family: 'Glyphicons Halflings';
    padding-left: 2px;
}

    [data-mh-source] .rating-gly-star .rating-stars:before {
        padding-left: 2px;
    }

[data-mh-source] .rating-lg .rating-gly-star, [data-mh-source] .rating-lg .rating-gly-star .rating-stars:before {
    padding-left: 4px;
}

[data-mh-source] .rating-xl .rating-gly-star, [data-mh-source] .rating-xl .rating-gly-star .rating-stars:before {
    padding-left: 2px;
}

[data-mh-source] .rating-active {
    cursor: default;
}

[data-mh-source] .rating-disabled {
    cursor: not-allowed;
}

[data-mh-source] .rating-uni {
    font-size: 1.2em;
    margin-top: -5px;
}

[data-mh-source] .rating-container {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #e3e3e3;
    overflow: hidden;
}

    [data-mh-source] .rating-container:before {
        content: attr(data-content);
    }

    [data-mh-source] .rating-container .rating-stars {
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap;
        overflow: hidden;
        color: #fde16d;
        transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
    }

        [data-mh-source] .rating-container .rating-stars:before {
            content: attr(data-content);
        }

[data-mh-source] .rating-container-rtl {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    color: #fde16d;
}

    [data-mh-source] .rating-container-rtl:before {
        content: attr(data-content);
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
    }

    [data-mh-source] .rating-container-rtl .rating-stars {
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap;
        overflow: hidden;
        color: #e3e3e3;
        transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
    }

        [data-mh-source] .rating-container-rtl .rating-stars:before {
            content: attr(data-content);
        }

[data-mh-source] .rating-xl {
    font-size: 4.89em;
}

[data-mh-source] .rating-lg {
    font-size: 3.91em;
}

[data-mh-source] .rating-md {
    font-size: 3.13em;
}

[data-mh-source] .rating-sm {
    font-size: 2.5em;
}

[data-mh-source] .rating-xs {
    font-size: 2em;
}

[data-mh-source] .star-rating .clear-rating, [data-mh-source] .star-rating-rtl .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
}

[data-mh-source] .clear-rating-active {
    cursor: pointer !important;
}

    [data-mh-source] .clear-rating-active:hover {
        color: #843534;
    }

[data-mh-source] .star-rating .clear-rating {
    padding-right: 5px;
}

[data-mh-source] .star-rating .caption, [data-mh-source] .star-rating-rtl .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 55%;
}

[data-mh-source] .star-rating .caption {
    padding-left: 5px;
}

[data-mh-source] .star-rating-rtl .caption {
    padding-right: 5px;
}

@media print {
    [data-mh-source] .rating-container, [data-mh-source] .rating-container:before, [data-mh-source] .rating-container-rtl .rating-stars, [data-mh-source] .rating-container-rtl .rating-stars:before {
        color: #f3f3f3 !important;
    }

    [data-mh-source] .star-rating .clear-rating, [data-mh-source] .star-rating-rtl .clear-rating {
        display: none;
    }
}

.plusMoins {
    border: 1px solid #ff9600;
    margin-left: 0;
    margin-right: 0;
    border-radius: 5px;
    margin-bottom: 10px;
}

.reglettes .plusMoins i {
    font-size: 14px;
    margin-top: -22px;
    color: #ff9600;
    background: #fff;
    height: 24px;
    width: 25px;
    padding-top: 5px;
    padding-left: 6px;
}

[data-mh-source] .form-section .fa-minus-circle:hover, [data-mh-source] .form-section .fa-plus-circle:hover {
    color: #ff9600;
}

[data-mh-source] .rating-container .rating-stars {
    color: #ff9600;
}

.plusMoins .star-rating {
    text-align: center;
}

[data-mh-source] .rating-gly-star {
    font-size: 18px;
    line-height: 22px;
}

[data-mh-source] .form-section .fa-minus-circle, [data-mh-source] .form-section .fa-plus-circle, [data-mh-source] .reglettes .fa-minus-circle, [data-mh-source] .reglettes .fa-plus-circle {
    margin-top: 0;
}

[data-mh-source] .reglettes .tooltip-inner {
    margin-top: -100px;
}

    [data-mh-source] .reglettes .tooltip-inner .titrePopin {
        background-color: #ff9600;
        padding: 5px;
        color: white;
    }

    [data-mh-source] .reglettes .tooltip-inner .textePopin {
        padding: 5px;
    }

/*------------------------------------*\
    TOOLTIP
\*------------------------------------*/
[data-mh-source] .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 1;
    filter: alpha(opacity=0);
}

    [data-mh-source] .tooltip.top {
        margin-top: -3px;
        padding: 0;
    }

    [data-mh-source] .tooltip.right {
        margin-left: 3px;
        padding: 0;
    }

    [data-mh-source] .tooltip.bottom {
        margin-top: 3px;
        padding: 0;
    }

    [data-mh-source] .tooltip.left {
        margin-left: -3px;
        padding: 0;
    }

[data-mh-source] .tooltip-inner {
    max-width: 400px;
    padding: 0;
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ff9600;
}

    [data-mh-source] .tooltip-inner .tooltip-inner-titre {
        padding: 5px;
        background-color: #1b399a;
        color: white;
    }

        [data-mh-source] .tooltip-inner .tooltip-inner-titre .fa.fa-question-circle {
            margin-right: 10px;
        }

    [data-mh-source] .tooltip-inner .tooltip-inner-texte {
        padding: 10px 5px;
    }

/*------------------------------------*\
    MODAL
\*------------------------------------*/
[data-mh-source] .modal .modal-header .modal-title {
    font-size: 18px;
    font-weight: bold;
    clear: both;
    color: #ff9600;
    line-height: initial;
    float: none;
}

[data-mh-source] .modal .modal-body {
    line-height: 25px;
}

/*------------------------------------*\
    AUTOCOMPLETE
\*------------------------------------*/
.data-mh-source.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
    /* core styles should not be changed */
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.data-mh-source.autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333;
}

    .data-mh-source.autocomplete-suggestion b {
        font-weight: normal;
        color: #1f8dd6;
    }

    .data-mh-source.autocomplete-suggestion.selected {
        background: #f0f0f0;
    }

.data-mh-source.autocomplete-suggestions.mobile .autocomplete-suggestion {
    line-height: 40px;
    font-size: 25px;
}


/*------------------------------------*\
    CARROUSEL ASSUREURS
\*------------------------------------*/
[data-carousel-insukind] {
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
}

    [data-carousel-insukind] .clear {
        clear: both;
    }


    [data-carousel-insukind] .item {
        display: none;
    }

        [data-carousel-insukind] .item.active {
            display: block;
        }

        [data-carousel-insukind] .item .logo-carousel {
            width: 9%;
            display: inline-block;
            float: none;
            padding-left: 5px;
            padding-right: 5px;
        }

            [data-carousel-insukind] .item .logo-carousel .logo-assureurs {
                width: 100%;
            }

#modalBodyMentions {
    height: 300px;
}

.mentions-RGPD-landing {
    text-align: center;
}

@media (max-width: 390px) {
    #modalBodyMentions {
        height: 250px;
    }
}

@media (min-width: 768px) {
    #modalBodyMentions {
        height: 500px;
    }
}

.modal-backdrop {
    display: none;
}

.close {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-top: 10px;
    margin-right: 12px;
    float: right;
    cursor: pointer;
}

    .close:hover {
        opacity: 0.5;
    }

.liens-modal-mentions a {
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

    .liens-modal-mentions a:hover {
        color: #ff9600;
    }


/*--------------------------------------------------------*\
                 EXTERNAL CSS LANDING LCA
\*--------------------------------------------------------*/

.landing-LCA [data-mh-source] .tooltip-info {
    display: none;
}

.landing-LCA [data-mh-source] label .tooltip-info {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    color: #1b399a;
    cursor: pointer;
}

.landing-LCA [data-mh-source] .tooltip-info:before {
    content: "\f05a";
}

/*------------------------------------*\
    RADIO / CHECKBOX
\*------------------------------------*/
.landing-LCA [data-mh-source] input[type=checkbox],
.landing-LCA [data-mh-source] input[type=radio] {
    display: block;
}

.landing-LCA [data-mh-source] label.radio:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 20px;
    vertical-align: middle;
    background-color: white;
    color: black;
    text-align: center;
    border-radius: 10px;
    margin-right: 5px;
    margin-top: 0;
    border: 1px solid #ccc;
    cursor: pointer;
}


.landing-LCA [data-mh-source] input[type=checkbox]:checked + label.checkbox:before,
.landing-LCA [data-mh-source] input[type=radio]:checked + label.radio:before {
    background-color: #1b399a;
}

.landing-LCA [data-mh-source] .form-section label.checkbox:before {
    margin-top: 0;
}

.landing-LCA [data-mh-source] label.checkbox:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 20px;
    vertical-align: middle;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 3px;
    margin-right: 5px;
    border: 1px solid #dedcdd;
}

.landing-LCA [data-mh-source] label.checkbox,
.landing-LCA [data-mh-source] label.radio {
    font-weight: normal;
    padding: 0 !important;
    cursor: pointer;
}

/*------------------------------------*\
    DIVERS
\*------------------------------------*/
.landing-LCA [data-mh-source] .span-has-error {
    display: none !important;
}

.landing-LCA [data-mh-source] .form-group.group-has-error .form-control {
    border-color: #ff4136;
    background-color: #fff7f7;
}

.landing-LCA [data-mh-source] .form-group.group-has-error label {
    color: red;
}


.landing-LCA .has-success .help-block,
.landing-LCA .has-success .radio,
.landing-LCA .has-success .checkbox,
.landing-LCA .has-success .radio-inline,
.landing-LCA .has-success .checkbox-inline {
    color: initial;
}

.landing-LCA [data-mh-source] .input-group-addon {
    padding: 0 12px;
}

.landing-LCA [data-mh-source] .form-control[disabled],
.landing-LCA [data-mh-source] .form-control[readonly],
.landing-LCA [data-mh-source] fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
}

.landing-LCA [data-mh-source] .hiddenInput {
    display: none;
}

.landing-LCA [data-mh-source] .modal .h3 {
    margin-bottom: 0;
    text-transform: initial;
}

.landing-LCA [data-mh-source] .modal modal-header .h3 {
    color: #FF7309;
}

.landing-LCA [data-mh-source] .modal .fa {
    padding-right: 5px;
    color: red;
}

/*------------------------------------*\
    $TOOLTIPFORM
\*------------------------------------*/
.landing-LCA .tooltip-inner {
    border-color: #FF7309;
}

    .landing-LCA .tooltip-inner .titrePopin {
        color: #FF7309;
    }

.landing-LCA .tooltipster-sidetip .tooltipster-content {
    padding: 0;
}

.landing-LCA .tooltipster-sidetip .tooltipster-box {
    background-color: white;
}

.landing-LCA .tooltip-inner-titre .fa.fa-question-circle {
    color: white;
}

.landing-LCA .tooltip.top .tooltip-arrow {
    border-top-color: #FF7309;
}

.landing-LCA .tooltip_templates {
    display: none;
}

.landing-LCA .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background,
.landing-LCA .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #FF7309;
}

.landing-LCA .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background,
.landing-LCA .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #FF7309;
}

.landing-LCA .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background,
.landing-LCA .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #FF7309;
}

.landing-LCA .tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background,
.landing-LCA .tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #FF7309;
}

.landing-LCA .tooltipster-sidetip .tooltipster-box {
    background-color: white;
    border: 1px solid #FF7309;
}

.landing-LCA .tooltipster-sidetip .tooltipster-content {
    color: #3b3b3b;
    padding: 0;
}

.landing-LCA .tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 9px;
}

.landing-LCA .tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 9px;
}

.landing-LCA .tooltipster-sidetip .tooltipster-content .tooltip_templates {
    display: block;
}

    .landing-LCA .tooltipster-sidetip .tooltipster-content .tooltip_templates .tooltip-inner-titre {
        padding: 6px 8px;
        background-color: #FF7309;
        color: white;
    }

    .landing-LCA .tooltipster-sidetip .tooltipster-content .tooltip_templates .tooltip-inner-texte {
        padding: 6px 8px;
        font-size: 13px;
    }

    .landing-LCA .tooltipster-sidetip .tooltipster-content .tooltip_templates .tooltip-inner-titre .fa.fa-question-circle {
        margin-right: 5px;
    }

/*------------------------------------*\
    $PICKER
\*------------------------------------*/

.landing-LCA [data-mh-source] .picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000000;
    position: absolute;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.landing-LCA [data-mh-source] .picker__input {
    cursor: default;
}

    .landing-LCA [data-mh-source] .picker__input.picker__input--active {
        border-color: #0089ec;
    }

.landing-LCA [data-mh-source] .picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.landing-LCA [data-mh-source] .picker__holder,
.landing-LCA [data-mh-source] .picker__frame {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.landing-LCA [data-mh-source] .picker__holder {
    position: fixed;
    transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
    transition: background 0.15s ease-out, transform 0s 0.15s;
    -webkit-backface-visibility: hidden;
}

.landing-LCA [data-mh-source] .picker__frame {
    position: absolute;
    margin: 0 auto;
    min-width: 256px;
    max-width: 666px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: all 0.15s ease-out;
}

@media (min-height: 33.875em) {
    .landing-LCA [data-mh-source] .picker__frame {
        overflow: visible;
        top: auto;
        bottom: -100%;
        max-height: 80%;
    }
}

@media (min-width: 992px) {
    .landing-LCA [data-mh-source] .picker__frame {
        width: 425px;
        font-size: 0.8em;
    }
}

@media (min-height: 40.125em) {
    .landing-LCA [data-mh-source] .picker__frame {
        margin-bottom: 7.5%;
    }
}

.landing-LCA [data-mh-source] .picker__wrap {
    display: table;
    width: 100%;
    height: 100%;
}

.landing-LCA [data-mh-source] .clearfix:before,
.landing-LCA [data-mh-source] .clearfix:after,
.landing-LCA [data-mh-source] .modal-header:before,
.landing-LCA [data-mh-source] .modal-header:after,
.landing-LCA [data-mh-source] .modal-footer:before,
.landing-LCA [data-mh-source] .modal-footer:after {
    content: " ";
    display: table;
}

.landing-LCA [data-mh-source] .clearfix:after,
.landing-LCA [data-mh-source] .modal-header:after,
.landing-LCA [data-mh-source] .modal-footer:after {
    clear: both;
}

@media (min-height: 33.875em) {
    .landing-LCA [data-mh-source] .picker__wrap {
        display: block;
    }
}

.landing-LCA [data-mh-source] .picker__box {
    background: #ffffff;
    display: table-cell;
    vertical-align: middle;
}

@media (min-height: 26.5em) {
    .landing-LCA [data-mh-source] .picker__box {
        font-size: 1.25em;
    }
}

@media (min-height: 33.875em) {
    .landing-LCA [data-mh-source] .picker__box {
        display: block;
        font-size: 1.33em;
        border: 1px solid #777777;
        border-top-color: #898989;
        border-bottom-width: 0;
        border-radius: 5px 5px 0 0;
        box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    }
}

@media (min-height: 40.125em) {
    .landing-LCA [data-mh-source] .picker__box {
        font-size: 1.5em;
        border-bottom-width: 1px;
        border-radius: 5px;
    }
}

.landing-LCA [data-mh-source] .picker--opened .picker__holder {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
    zoom: 1;
    background: rgba(0, 0, 0, 0.32);
    transition: background 0.15s ease-out;
}

.landing-LCA [data-mh-source] .picker--opened .picker__frame {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

@media (min-height: 33.875em) {
    .landing-LCA [data-mh-source] .picker--opened .picker__frame {
        top: 40px;
        bottom: 0;
    }
}

.landing-LCA [data-mh-source] .picker__box {
    padding: 0 1em;
}

.landing-LCA [data-mh-source] .picker__header {
    text-align: center;
    position: relative;
    margin-top: .75em;
}

.landing-LCA [data-mh-source] .picker__month,
.landing-LCA [data-mh-source] .picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em;
}

.landing-LCA [data-mh-source] .picker__year {
    color: #999999;
    font-size: .8em;
    font-style: italic;
}

.landing-LCA [data-mh-source] .picker__select--month,
.landing-LCA [data-mh-source] .picker__select--year {
    height: 2em;
    padding: .3em;
    border-color: #dedcdd;
    border-radius: 5px;
    width: auto;
    cursor: pointer;
}

@media (min-width: 24.5em) {
    .landing-LCA [data-mh-source] .picker__select--month,
    .landing-LCA [data-mh-source] .picker__select--year {
        margin-top: -0.5em;
    }
}

.landing-LCA [data-mh-source] .picker__select--month {
    width: 35%;
}

.landing-LCA [data-mh-source] .picker__select--year {
    width: 22.5%;
}

@media (max-width: 480px) {
    .landing-LCA [data-mh-source] .picker__select--year {
        width: 29%;
    }
}

@media (max-width: 340px) {
    .landing-LCA [data-mh-source] .picker__select--year {
        width: 36%;
    }
}

.landing-LCA [data-mh-source] .picker__select--month:focus,
.landing-LCA [data-mh-source] .picker__select--year:focus {
    border-color: #0089ec;
}

.landing-LCA [data-mh-source] .picker__nav--prev,
.landing-LCA [data-mh-source] .picker__nav--next {
    position: absolute;
    padding: .5em 1.25em;
    width: 1em;
    height: 1em;
    box-sizing: content-box;
    top: -0.25em;
}

@media (min-width: 24.5em) {
    .landing-LCA [data-mh-source] .picker__nav--prev,
    .landing-LCA [data-mh-source] .picker__nav--next {
        top: -0.33em;
    }
}

.landing-LCA [data-mh-source] .picker__nav--prev {
    left: -1em;
    padding-right: 1.25em;
}

@media (min-width: 24.5em) {
    .landing-LCA [data-mh-source] .picker__nav--prev {
        padding-right: 1.5em;
    }
}

.landing-LCA [data-mh-source] .picker__nav--next {
    right: -1em;
    padding-left: 1.25em;
}

@media (min-width: 24.5em) {
    .landing-LCA [data-mh-source] .picker__nav--next {
        padding-left: 1.5em;
    }
}

.landing-LCA [data-mh-source] .picker__nav--prev:before,
.landing-LCA [data-mh-source] .picker__nav--next:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: 0.75em solid #000000;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto;
}

.landing-LCA [data-mh-source] .picker__nav--next:before {
    border-right: 0;
    border-left: 0.75em solid #000000;
}

.landing-LCA [data-mh-source] .picker__nav--prev:hover,
.landing-LCA [data-mh-source] .picker__nav--next:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
}

.landing-LCA [data-mh-source] .picker__nav--disabled,
.landing-LCA [data-mh-source] .picker__nav--disabled:hover,
.landing-LCA [data-mh-source] .picker__nav--disabled:before,
.landing-LCA [data-mh-source] .picker__nav--disabled:before:hover {
    cursor: default;
    background: none;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5;
}

.landing-LCA [data-mh-source] .picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em;
}

@media (min-height: 33.875em) {
    .landing-LCA [data-mh-source] .picker__table {
        margin-bottom: .75em;
    }
}

.landing-LCA [data-mh-source] .picker__table td {
    margin: 0;
    padding: 0;
}

.landing-LCA [data-mh-source] .picker__weekday {
    width: 14.285714286%;
    font-size: .75em;
    padding-bottom: .25em;
    color: #999999;
    font-weight: 500;
    /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
    .landing-LCA [data-mh-source] .picker__weekday {
        padding-bottom: .5em;
    }
}

.landing-LCA [data-mh-source] .picker__day {
    padding: .3125em 0;
    font-weight: 200;
    border: 1px solid transparent;
}

.landing-LCA [data-mh-source] .picker__day--today {
    position: relative;
}

    .landing-LCA [data-mh-source] .picker__day--today:before {
        content: " ";
        position: absolute;
        top: 2px;
        right: 2px;
        width: 0;
        height: 0;
        border-top: 0.5em solid #0059bc;
        border-left: .5em solid transparent;
    }

.landing-LCA [data-mh-source] .picker__day--disabled:before {
    border-top-color: #aaaaaa;
}

.landing-LCA [data-mh-source] .picker__day--outfocus {
    color: #dddddd;
}

    .landing-LCA [data-mh-source] .picker__day--infocus:hover,
    .landing-LCA [data-mh-source] .picker__day--outfocus:hover {
        cursor: pointer;
        color: #FFF;
        background: #b1dcfb;
    }



.landing-LCA [data-mh-source] .picker__day--highlighted {
    border-color: #0089ec;
}

    .landing-LCA [data-mh-source] .picker__day--highlighted:hover,
    .landing-LCA [data-mh-source] .picker--focused .picker__day--highlighted {
        cursor: pointer;
        color: #000000;
        background: #b1dcfb;
    }

.landing-LCA [data-mh-source] .picker__day--selected,
.landing-LCA [data-mh-source] .picker__day--selected:hover,
.landing-LCA [data-mh-source] .picker--focused .picker__day--selected {
    background: #0089ec;
    color: #ffffff;
}

.landing-LCA [data-mh-source] .picker__day--disabled,
.landing-LCA [data-mh-source] .picker__day--disabled:hover,
.landing-LCA [data-mh-source] .picker--focused .picker__day--disabled {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
}

.landing-LCA [data-mh-source] .picker__day--highlighted.picker__day--disabled,
.landing-LCA [data-mh-source] .picker__day--highlighted.picker__day--disabled:hover {
    background: #bbbbbb;
}

.landing-LCA [data-mh-source] .picker__footer {
    display: none;
    text-align: center;
}

.landing-LCA [data-mh-source] .picker__button--today,
.landing-LCA [data-mh-source] .picker__button--clear,
.landing-LCA [data-mh-source] .picker__button--close {
    border: 1px solid #ffffff;
    background: #ffffff;
    font-size: .8em;
    padding: .66em 0;
    font-weight: bold;
    width: 33%;
    display: inline-block;
    vertical-align: bottom;
}

    .landing-LCA [data-mh-source] .picker__button--today:hover,
    .landing-LCA [data-mh-source] .picker__button--clear:hover,
    .landing-LCA [data-mh-source] .picker__button--close:hover {
        cursor: pointer;
        color: #000000;
        background: #b1dcfb;
        border-bottom-color: #b1dcfb;
    }

    .landing-LCA [data-mh-source] .picker__button--today:focus,
    .landing-LCA [data-mh-source] .picker__button--clear:focus,
    .landing-LCA [data-mh-source] .picker__button--close:focus {
        background: #b1dcfb;
        border-color: #0089ec;
        outline: none;
    }

    .landing-LCA [data-mh-source] .picker__button--today:before,
    .landing-LCA [data-mh-source] .picker__button--clear:before,
    .landing-LCA [data-mh-source] .picker__button--close:before {
        position: relative;
        display: inline-block;
        height: 0;
    }

    .landing-LCA [data-mh-source] .picker__button--today:before,
    .landing-LCA [data-mh-source] .picker__button--clear:before {
        content: " ";
        margin-right: .45em;
    }

    .landing-LCA [data-mh-source] .picker__button--today:before {
        top: -0.05em;
        width: 0;
        border-top: 0.66em solid #0059bc;
        border-left: .66em solid transparent;
    }

    .landing-LCA [data-mh-source] .picker__button--clear:before {
        top: -0.25em;
        width: .66em;
        border-top: 3px solid #ee2200;
    }

    .landing-LCA [data-mh-source] .picker__button--close:before {
        content: "\D7";
        top: -0.1em;
        vertical-align: top;
        font-size: 1.1em;
        margin-right: .35em;
        color: #777777;
    }


    .landing-LCA [data-mh-source] .picker__button--today[disabled],
    .landing-LCA [data-mh-source] .picker__button--today[disabled]:hover {
        background: #f5f5f5;
        border-color: #f5f5f5;
        color: #dddddd;
        cursor: default;
    }

        .landing-LCA [data-mh-source] .picker__button--today[disabled]:before {
            border-top-color: #aaaaaa;
        }

/*------------------------------------*\
    $STAR-RATING
\*------------------------------------*/
.landing-LCA [data-mh-source] .rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0px;
    color: #fff;
    border: none;
}

.landing-LCA [data-mh-source] .rating-fa {
    font-family: 'FontAwesome';
    padding-left: 1px;
}

    .landing-LCA [data-mh-source] .rating-fa .rating-stars:before {
        padding-left: 1px;
    }

.landing-LCA [data-mh-source] .rating-gly {
    font-family: 'Glyphicons Halflings';
}

.landing-LCA [data-mh-source] .rating-gly-star {
    font-family: 'Glyphicons Halflings';
    padding-left: 2px;
}

    .landing-LCA [data-mh-source] .rating-gly-star .rating-stars:before {
        padding-left: 2px;
    }

.landing-LCA [data-mh-source] .rating-lg .rating-gly-star,
.landing-LCA [data-mh-source] .rating-lg .rating-gly-star .rating-stars:before {
    padding-left: 4px;
}

.landing-LCA [data-mh-source] .rating-xl .rating-gly-star,
.landing-LCA [data-mh-source] .rating-xl .rating-gly-star .rating-stars:before {
    padding-left: 2px;
}

.landing-LCA [data-mh-source] .rating-active {
    cursor: default;
}

.landing-LCA [data-mh-source] .rating-disabled {
    cursor: not-allowed;
}

.landing-LCA [data-mh-source] .rating-uni {
    font-size: 1.2em;
    margin-top: -5px;
}

.landing-LCA [data-mh-source] .rating-container {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #e3e3e3;
    overflow: hidden;
    margin-left: 2px;
}

    .landing-LCA [data-mh-source] .rating-container:before {
        content: attr(data-content);
    }

    .landing-LCA [data-mh-source] .rating-container .rating-stars {
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap;
        overflow: hidden;
        color: #fde16d;
        transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
    }

        .landing-LCA [data-mh-source] .rating-container .rating-stars:before {
            content: attr(data-content);
        }

.landing-LCA [data-mh-source] .rating-container-rtl {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    color: #fde16d;
}

    .landing-LCA [data-mh-source] .rating-container-rtl:before {
        content: attr(data-content);
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
    }

    .landing-LCA [data-mh-source] .rating-container-rtl .rating-stars {
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap;
        overflow: hidden;
        color: #e3e3e3;
        transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
    }

        .landing-LCA [data-mh-source] .rating-container-rtl .rating-stars:before {
            content: attr(data-content);
        }

.landing-LCA [data-mh-source] .rating-xl {
    font-size: 4.89em;
}

.landing-LCA [data-mh-source] .rating-lg {
    font-size: 3.91em;
}

.landing-LCA [data-mh-source] .rating-md {
    font-size: 3.13em;
}

.landing-LCA [data-mh-source] .rating-sm {
    font-size: 2.5em;
}

.landing-LCA [data-mh-source] .rating-xs {
    font-size: 2em;
}

.landing-LCA [data-mh-source] .star-rating .clear-rating,
.landing-LCA [data-mh-source] .star-rating-rtl .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
}

.landing-LCA [data-mh-source] .clear-rating-active {
    cursor: pointer !important;
}

    .landing-LCA [data-mh-source] .clear-rating-active:hover {
        color: #843534;
    }

.landing-LCA [data-mh-source] .star-rating .clear-rating {
    padding-right: 5px;
}

.landing-LCA [data-mh-source] .star-rating .caption,
.landing-LCA [data-mh-source] .star-rating-rtl .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 55%;
}

.landing-LCA [data-mh-source] .star-rating .caption {
    padding-left: 5px;
}

.landing-LCA [data-mh-source] .star-rating-rtl .caption {
    padding-right: 5px;
}

@media print {
    .landing-LCA [data-mh-source] .rating-container,
    .landing-LCA [data-mh-source] .rating-container:before,
    .landing-LCA [data-mh-source] .rating-container-rtl .rating-stars,
    .landing-LCA [data-mh-source] .rating-container-rtl .rating-stars:before {
        color: #f3f3f3 !important;
    }

    .landing-LCA [data-mh-source] .star-rating .clear-rating,
    .landing-LCA [data-mh-source] .star-rating-rtl .clear-rating {
        display: none;
    }
}

.landing-LCA .plusMoins {
    border: 1px solid #fd7d00;
    margin-left: 0;
    margin-right: 0;
    border-radius: 5px;
    margin-bottom: 10px;
}

.landing-LCA .reglettes .plusMoins i {
    font-size: 14px;
    margin-top: -22px;
    color: #ff9600;
    background: none;
    height: 24px;
    width: 25px;
    padding-top: 5px;
    padding-left: 6px;
}

.landing-LCA [data-mh-source] .form-section .fa-minus-circle:hover,
.landing-LCA [data-mh-source] .form-section .fa-plus-circle:hover {
    color: #fd7d00;
}

.landing-LCA [data-mh-source] .rating-container .rating-stars {
    color: #fd7d00;
}

.landing-LCA .plusMoins .star-rating {
    text-align: center;
}

.landing-LCA [data-mh-source] .rating-gly-star {
    font-size: 18px;
    line-height: 22px;
}

.landing-LCA [data-mh-source] .form-section .fa-minus-circle,
.landing-LCA [data-mh-source] .form-section .fa-plus-circle,
.landing-LCA [data-mh-source] .reglettes .fa-minus-circle,
.landing-LCA [data-mh-source] .reglettes .fa-plus-circle {
    margin-top: 0;
}

.landing-LCA [data-mh-source] .reglettes .tooltip-inner {
    margin-top: -100px;
}

    .landing-LCA [data-mh-source] .reglettes .tooltip-inner .titrePopin {
        background-color: #fd7d00;
        padding: 5px;
        color: white;
    }

    .landing-LCA [data-mh-source] .reglettes .tooltip-inner .textePopin {
        padding: 5px;
    }

/*------------------------------------*\
    TOOLTIP
\*------------------------------------*/
.landing-LCA [data-mh-source] .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 1;
    filter: alpha(opacity=0);
}

    .landing-LCA [data-mh-source] .tooltip.top {
        margin-top: -3px;
        padding: 0;
    }

    .landing-LCA [data-mh-source] .tooltip.right {
        margin-left: 3px;
        padding: 0;
    }

    .landing-LCA [data-mh-source] .tooltip.bottom {
        margin-top: 3px;
        padding: 0;
    }

    .landing-LCA [data-mh-source] .tooltip.left {
        margin-left: -3px;
        padding: 0;
    }

.landing-LCA [data-mh-source] .tooltip-inner {
    max-width: 400px;
    color: #000;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #fd7d00;
    padding: 10px;
    text-align: left;
}

    .landing-LCA [data-mh-source] .tooltip-inner .tooltip-inner-titre {
        padding: 5px;
        background-color: #1b399a;
        color: white;
    }

        .landing-LCA [data-mh-source] .tooltip-inner .tooltip-inner-titre .fa.fa-question-circle {
            margin-right: 10px;
        }

    .landing-LCA [data-mh-source] .tooltip-inner .tooltip-inner-texte {
        padding: 10px 5px;
    }

.landing-LCA .tooltipster-sidetip .tooltipster-content .tooltip_templates .tooltip-inner-titre {
    display: none;
}

.landing-LCA .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background,
.landing-LCA .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    display: none;
}

/*------------------------------------*\
    MODAL
\*------------------------------------*/
.landing-LCA [data-mh-source] .modal .modal-header .modal-title {
    font-size: 18px;
    font-weight: bold;
    clear: both;
    color: #fd7d00;
    line-height: initial;
    float: none;
}

.landing-LCA [data-mh-source] .modal .modal-body {
    line-height: 25px;
}

/*------------------------------------*\
    AUTOCOMPLETE
\*------------------------------------*/
.landing-LCA .data-mh-source.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
    /* core styles should not be changed */
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.landing-LCA .data-mh-source.autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333;
}

    .landing-LCA .data-mh-source.autocomplete-suggestion b {
        font-weight: normal;
        color: #1f8dd6;
    }

    .landing-LCA .data-mh-source.autocomplete-suggestion.selected {
        background: #f0f0f0;
    }

.landing-LCA .data-mh-source.autocomplete-suggestions.mobile .autocomplete-suggestion {
    line-height: 40px;
    font-size: 25px;
}


/*------------------------------------*\
    CARROUSEL ASSUREURS
\*------------------------------------*/
.landing-LCA [data-carousel-insukind] {
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
}

    .landing-LCA [data-carousel-insukind] .clear {
        clear: both;
    }


    .landing-LCA [data-carousel-insukind] .item {
        display: none;
    }

        .landing-LCA [data-carousel-insukind] .item.active {
            display: block;
        }

        .landing-LCA [data-carousel-insukind] .item .logo-carousel {
            width: 9%;
            display: inline-block;
            float: none;
            padding-left: 5px;
            padding-right: 5px;
        }

            .landing-LCA [data-carousel-insukind] .item .logo-carousel .logo-assureurs {
                width: 100%;
            }

.landing-LCA #modalBodyMentions {
    height: 300px;
}

@media (max-width: 390px) {
    .landing-LCA #modalBodyMentions {
        height: 250px;
    }
}

@media (min-width: 768px) {
    .landing-LCA #modalBodyMentions {
        height: 500px;
    }
}

.landing-LCA .modal-backdrop {
    display: none;
}

.landing-LCA .close {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-top: 10px;
    margin-right: 12px;
    float: right;
    cursor: pointer;
}

    .landing-LCA .close:hover {
        opacity: 0.5;
    }

.landing-LCA .liens-modal-mentions a {
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

    .landing-LCA .liens-modal-mentions a:hover {
        color: #ff9600;
    }

.landing-LCA [data-mh-source] input,
.landing-LCA [data-mh-source] button,
.landing-LCA [data-mh-source] select,
.landing-LCA [data-mh-source] textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.landing-LCA [data-mh-source] button,
.landing-LCA [data-mh-source] input,
.landing-LCA [data-mh-source] optgroup,
.landing-LCA [data-mh-source] select,
.landing-LCA [data-mh-source] textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.landing-LCA .cta {
    clear: both;
}


[data-mh-contact] .form-contact input.form-control {
    height: 32px;
}
