.content.new {
    overflow-x: hidden;
}

/*----------ICONES ----------*/
.new .container {

    .particuliers .mobile {
        .icon-localisation3, .icon-plane2, .icon-search2 {
            font-size: 2.1rem;
            float: left;
            margin-right: 5px;
        }
    }

    .homejoin {
        .icon-point_relais, .icon-delivery, .icon-relayeur {
            font-size: 8rem;
            display: inline-block;
            margin-bottom: 70px;
            margin-left: -75px;
        }

        .icon-delivery {
            margin-top: 15px;
            margin-bottom: 55px;
        }
    }

    p.icon80 {
        padding: 0 0 80px 0 !important;
    }
}

.field-icon {
    float: right;
    margin-left: -25px;
    padding-right: 3%;
    margin-top: -28px;
    position: relative;
    z-index: 2;
}


.new .bs-docs-grid {
    display: inline-block;
}



.new .overlay-white {
    background: url(/images/overlay-white.png) repeat;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30000;
}

.new .overlay-white2 {
    background: url(/images/overlay-white.png) repeat;
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30000;
}

.new .loading {
    background: @loading-bg url(@loading-img) 90% center no-repeat;
    border-radius: 5px;
    bottom: 15px;
    color: @loading;
    display: none;
    font-weight: bold;
    line-height: 15px;
    padding: 10px 160px 10px 20px;
    position: fixed;
    right: 40px;
    z-index: 31000;
}

.new .loading2 {
    background: back@loading-bg url(@loading-img) 90% center no-repeat;
    border-radius: 5px;
    bottom: 15px;
    color: @loading;
    display: table;
    font-weight: bold;
    line-height: 15px;
    margin: 0 auto;
    padding: 10px 160px 10px 20px;
    right: 40px;
    z-index: 31000;
}

.new .ui-datepicker {
    background-color: @white;
    border: 1px solid @white;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    display: none;
    margin-top: 4px;
    padding: 10px;
    width: auto;
}

.new .ui-datepicker a,
.new .ui-datepicker a:hover {
    text-decoration: none;
}

.new .ui-datepicker a:hover,
.new .ui-datepicker td:hover a {
    color: @white;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}

.new .ui-datepicker .ui-datepicker-header {
    margin-bottom: 4px;
    text-align: center;
    text-transform: uppercase;
    color: @grey;
    background-color: @globaltext;
    padding: 15px;
}

.new .ui-datepicker .ui-datepicker-title {
    font-weight: 700;
}

.new .ui-datepicker .ui-datepicker-prev,
.new .ui-datepicker .ui-datepicker-next {
    cursor: pointer;
    font-family: 'icomoon';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    line-height: 1;
    margin-top: 2px;
    color: @globaltext;
    width: 30px;
}

.new .ui-datepicker .ui-datepicker-prev {
    float: left;
    text-align: left;
}

.new .ui-datepicker .ui-datepicker-next {
    float: right;
    text-align: right;
}

.new .ui-datepicker .ui-datepicker-prev:before {
    content: "\ea8d";
}

.new .ui-datepicker .ui-datepicker-next:before {
    content: "\ea89";
}

.new .ui-datepicker .ui-icon {
    display: none;
}

.new .ui-datepicker .ui-datepicker-calendar {
    table-layout: fixed;
    width: 100%;
}

.new .ui-datepicker .ui-datepicker-calendar thead {
    background-color: @grey;
    border: 0;
    margin: 0;
}

.new .ui-datepicker .ui-datepicker-calendar th,
.new .ui-datepicker .ui-datepicker-calendar td {
    text-align: center;
    padding: 4px 0;
}

.new .ui-datepicker .ui-datepicker-calendar td {
    border-radius: 4px;
    -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

.new .ui-datepicker .ui-datepicker-calendar td:hover {
    background-color: @grey;
    cursor: pointer;
}

.new .ui-datepicker .ui-datepicker-calendar td a {
    text-decoration: none;
    color: @globaltext;
}

.new .ui-datepicker .ui-datepicker-current-day,
.new .ui-datepicker .ui-datepicker-current-day:hover {
    background-color: @green !important;
}

.new .ui-datepicker .ui-datepicker-current-day a,
.new .ui-datepicker .ui-datepicker-current-day a:hover {
    color: @white !important;
}

.new .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
    background-color: @white;
    cursor: default;
}

.new .btn {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: @font-m;
    padding: 15px 22px !important;
    line-height: 17px;
    box-shadow: none !important;
    text-align: center;
    font-size: 1.5rem;
    font-weight: @bold;
    white-space: normal !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
    border-radius: @btn-border-radius;
    text-decoration: none !important;
    font-style: normal !important;

    &:active {
        opacity: 0.70;
    }
    /*---------- REPRISE ----------*/
    &.pink-border, &.green-border {
        background-color: @white !important;
        border: 1px solid @primary !important;
        color: @primary !important;
    }

    &.btn-primary, &.green {
        background-color: @btn-primary-bg !important;
        border: 1px solid @btn-primary-border !important;
        color: @btn-primary-text !important;

        &.btn-light {
            background-color: @white !important;
            color: @btn-primary-light-text !important;
        }

        &:hover {
            background-color: @btn-primary-bg-over !important;
            color: @btn-primary-text-over !important;
        }

        &:active, &.btn-light:hover {
            background-color: @btn-primary-bg-active !important;
            color: @btn-primary-text-active !important;
        }

        &.btn-light:active {
            background-color: @white !important;
            color: @primary !important;
        }

        &.btn-transparent {
            background-color: transparent !important;

            &:hover, &:active {
                background-color: transparent !important;
                color: @primary !important;
            }
        }

        &.btn-not-chosen {
            background-color: @not-selected !important;
            color: @primary !important;
            border: 1px solid @not-selected !important;
        }

        &-sticky {
            margin-right: 30px;
            float: right;
        }
    }

    &.btn-secondary {
        background-color: @btn-secondary-bg !important;
        border: 1px solid @btn-secondary-border !important;
        color: @btn-secondary-text !important;

        &.btn-light {
            background-color: @white !important;
            color: @btn-secondary-light-text !important;
        }

        &:hover {
            background-color: @btn-secondary-bg-over !important;
            color: @btn-secondary-text-over !important;
        }

        &:active, &.btn-light:hover {
            background-color: @btn-secondary-bg-active !important;
            color: @btn-secondary-text-active !important;
        }

        &.btn-light:active {
            background-color: @white !important;
            color: @btn-secondary-light-text !important;
        }
    }

    &.btn-tertiary {
        background-color: @btn-tertiary-bg !important;
        border: 1px solid @btn-tertiary-border !important;
        color: @btn-tertiary-text !important;

        &.btn-light {
            background-color: @white !important;
            color: @btn-tertiary-light-text !important;
        }

        &:hover {
            background-color: @btn-tertiary-bg-over !important;
            color: @btn-tertiary-text-over !important;
        }

        &:active, &.btn-light:hover {
            background-color: @btn-tertiary-bg-active !important;
            color: @btn-tertiary-text-active !important;
        }

        &.btn-light:active {
            background-color: @white !important;
            color: @btn-tertiary-light-text !important;
        }
    }

    &.btn-quaternary {
        background-color: @btn-quaternary-bg !important;
        border: 1px solid @btn-quaternary-border !important;
        color: @btn-quaternary-text !important;

        &.btn-light {
            background-color: @white !important;
            color: @btn-quaternary-light-text !important;
        }

        &:hover {
            background-color: @btn-quaternary-bg-over !important;
            color: @btn-quaternary-text-over !important;
        }

        &:active, &.btn-light:hover {
            background-color: @btn-quaternary-bg-active !important;
            color: @btn-quaternary-text-active !important;
        }

        &.btn-light:active {
            background-color: @white !important;
            color: @btn-quaternary-light-text !important;
        }
    }

    &.small-padding {
        padding: 15px 17px !important;
    }
}


/*.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}*/
.new .btn strong.price {
    /*font-size: 2.2rem;*/
    .font-size(22);
    line-height: 15px;
}


.new .btn span {
    /*font-size: 3.1rem;*/
    .font-size(31);
    line-height: 17px;
    float: left;
    margin: 0 5px 0 -12px;
    display: block;
}

.new .btn span.icon-file-pdf {
    /*font-size: 2rem;*/
    .font-size(20);
}

.new .btn.mini {
    padding: 10px 20px 6px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: none;
}

.new .btn.miniall {
    padding: 6px 20px 6px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: none;
}

.new .btn.disabled {
    cursor: default !important;
    color: @bluefonce !important;
    background-color: @grey-price !important;
    border-color: transparent !important;
    text-shadow: 0 0px 0px rgba(36, 180, 126, 0) !important;
    box-shadow: none !important;
    opacity: 0.5 !important;
}

.new .btn.disabled:hover {
    cursor: default !important;
    color: @bluefonce !important;
    background-color: @grey-price !important;
    border-color: transparent !important;
    text-shadow: 0 0px 0px rgba(36, 180, 126, 0) !important;
    box-shadow: none !important;
    opacity: 0.5 !important;
}

.new .btn.next span,
.new .btn.prev span {
    font-size: 1.8rem;
}

.new .btn.fixbtn {
    position: fixed;
    bottom: -2px;
    left: 0;
    padding: 20px !important;
    z-index: 1000;
    border-radius: 0;
}

.new .flying-action {
    background: @flying-action-bg;
    position: fixed;
    padding: 5px 15px 13px 15px;
    line-height: 17px;
    text-align: center;
    color: @flying-action-link;
    z-index: 1000;
    font-family: @defaultfont;
    font-weight: @bold;
    .font-size(16);
    //text-transform: uppercase;
    width: 100%;
    bottom: 0;
    top: auto;

    span {
        font-size: 3rem;
        border-radius: 50%;
        padding: 7px;
        color: @flying-action-bg;
        background: @flying-action-link;
        margin-top: 5px;
        float: left;
        margin-bottom: 0;
        display: inline-block;

        &.icon-pencil {
            padding: 0;
            font-size: 5rem;
        }
    }

    &:hover {
        color: @flying-action-link;
        background: @flying-action-bg-hover;
    }

    &:hover span {
        color: @flying-action-bg-hover;
    }
}


.new .clearfix:before,
.new .clearfix:after {
    content: " ";
    display: table;
}

.new .clearfix:after {
    clear: both;
}

.new .center {
    text-align: center;
    float: none;
}

.new .right {
    text-align: right !important;
}

.new .center-block {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.new .center-element {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*float:none!important;*/
}

.new .line-b {
    border-bottom: solid 1px @gris;
}

.new .line-t {
    border-top: solid 1px @gris;
}

.new .line-b-bold {
    border-bottom: solid 1px @grey002;
}

.new .line-l {
    border-left: solid 1px @grey-price;
}

.new .line-r {
    border-right: solid 1px @grey-price;
}

.new .pull-right {
    float: right !important;
}

.new .pull-left {
    float: left !important;
}

.new .hide {
    display: none !important;
}

.new .show {
    display: block !important;
}

.new .invisible {
    visibility: hidden;
}

.new .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.new .hidden {
    display: none !important;
}

.new .affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.new .visible-xs,
.new .visible-sm,
.new .visible-md,
.new .visible-lg {
    display: none !important;
}

.new .visible-xs-block,
.new .visible-xs-inline,
.new .visible-xs-inline-block,
.new .visible-sm-block,
.new .visible-sm-inline,
.new .visible-sm-inline-block,
.new .visible-md-block,
.new .visible-md-inline,
.new .visible-md-inline-block,
.new .visible-lg-block,
.new .visible-lg-inline,
.new .visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .new .visible-xs {
        display: block !important;
    }

    .new table.visible-xs {
        display: table !important;
    }

    .new tr.visible-xs {
        display: table-row !important;
    }

    .new th.visible-xs,
    .new td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .new .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .new .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .new .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .new .visible-sm {
        display: block !important;
    }

    .new table.visible-sm {
        display: table !important;
    }

    .new tr.visible-sm {
        display: table-row !important;
    }

    .new th.visible-sm,
    .new td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .new .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .new .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .new .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .new .visible-md {
        display: block !important;
    }

    .new table.visible-md {
        display: table !important;
    }

    .new tr.visible-md {
        display: table-row !important;
    }

    .new th.visible-md,
    .new td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .new .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .new .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .new .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .new {
        /*.hidden-xs {
            display: none !important;
        }*/
    }

    .new .visible-lg {
        display: block !important;
    }

    .new table.visible-lg {
        display: table !important;
    }

    .new tr.visible-lg {
        display: table-row !important;
    }

    .new th.visible-lg,
    .new td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .new .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .new .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .new .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .new .hidden-xs {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .new .header {
        float: none;
        background-color: @grey;
        box-shadow: 5px 0px 10px;
    }

    .new .header img {
        margin: 0px 0px 10px 0px !important;
        width: 65px;
        height: 60px;
    }

    .new .btnGrey {
        float: none !important;
        border: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .new .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .new .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .new .hidden-lg {
        display: none !important;
    }
}

.new .visible-print {
    display: none !important;
}

@media print {
    .new .visible-print {
        display: block !important;
    }

    .new table.visible-print {
        display: table !important;
    }

    .new tr.visible-print {
        display: table-row !important;
    }

    .new th.visible-print,
    .new td.visible-print {
        display: table-cell !important;
    }
}

.new .visible-print-block {
    display: none !important;
}

@media print {
    .new .visible-print-block {
        display: block !important;
    }
}

.new .visible-print-inline {
    display: none !important;
}

@media print {
    .new .visible-print-inline {
        display: inline !important;
    }
}

.new .visible-print-inline-block {
    display: none !important;
}

@media print {
    .new .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .new .hidden-print {
        display: none !important;
    }
}

.new .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.new hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid @grey003;
}

.new .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.new .sr-only-focusable:active,
.new .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.new [role="button"] {
    cursor: pointer;
}

.new html {
    overflow-y: scroll;
    min-height: 100%;
}

.new img {
    max-width: 100%;
}

.new img[width],
.new img[height] {
    max-width: none;
}

.new .img--right {
    float: right;
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
}

.new .img--left {
    float: left;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.new .img--center {
    display: block;
    margin-right: auto;
    margin-bottom: 0.5rem;
    margin-left: auto;
}

.new .visible-xs table.mr-table.dom thead,
.new .visible-sm table.mr-table.dom thead {
    display: table-cell;
}

.new .visible-xs table.mr-table.dom tbody tr td,
.new .visible-sm table.mr-table.dom tbody tr td {
    text-align: left;
    float: left;
    border-top: 0;
}

.new .visible-xs table.mr-table.dom tbody tr td span,
.new .visible-sm table.mr-table.dom tbody tr td span {
    float: right;
}

.new .visible-xs table.mr-table.dom tbody tr td.option span,
.new .visible-sm table.mr-table.dom tbody tr td.option span {
    background-color: @grey004;
    padding: 5px 10px;
}

.new .bigtab {
    width: 100%;
    overflow-y: hidden;
}

.new .bigtab .scroll-box {
    overflow-y: scroll !important;
}

.new .table-container {
    display: block;
    overflow-x: auto;
}

.new table {
    width: 100%;
    border: solid 1px @tab-border;

    &.shadow {
        box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    }

    &.mr-table {
        &.dom {
            border: none;

            thead {
                tr {
                    td {
                        border: none;
                    }

                    .icon-star-full {
                        color: @yellow;
                    }
                }
            }

            tbody tr td {
                border-bottom: solid 1px @tab-border;
            }
        }

        thead {
            tr {
                td {
                    background-color: @white;

                    &.bg-red, &.bg-red1, &.bg-red4, &.bg-red5, &.bg-red6 {
                        color: @white;
                        font-weight: bold;
                        font-size: 1.4rem;
                        padding: 8px 0;
                        text-align: center;
                    }

                    &.bg-red {
                        background-color: @pink;

                        small {
                            text-transform: none;
                            line-height: 24px;
                        }
                    }

                    &.bg-red1 {
                        background-color: @dark-pink;
                    }

                    &.bg-red4 {
                        background-color: @pinkdegrad4;
                    }

                    &.bg-red5 {
                        background-color: @pinkdegrad5;
                    }

                    &.bg-red6 {
                        background-color: @pinkdegrad6;
                    }

                    &.table-name {
                        color: @tab-title;
                        padding: 10px;
                        background-color: @white;
                        font-weight: bold;
                        text-align: center;
                        font-size: 1.8rem;
                        line-height: 22px;
                    }

                    &.bg-purple {
                        background-color: @red-price;
                        color: @white;

                        span {
                            font-size: 2.4rem;
                            display: block;
                        }
                    }

                    small {
                        text-transform: none;
                        line-height: 24px;
                    }
                }
            }
        }

        tbody {
            tr {
                :first-child td {
                    border-top: 0px @pink solid;
                }

                td {
                    &.row-name {
                        background-color: @tab-bg-dark;
                        color: @white;
                        border-bottom: solid 1px @white;
                    }

                    &.disable span.thumb {
                        background: url(../../../images/espace-pro/arrow-disable.png) center center no-repeat;
                    }

                    &.option {
                        /*background-color:@greylight;*/
                        color: @globaltext;
                        text-align: center;
                    }

                    span {
                        &.thumb {
                            background: url(../../../images/espace-pro/thumb-up.png) center center no-repeat;
                            display: block;
                            width: 28px;
                            height: 28px;
                            padding: 5px 5px;
                            float: right;
                        }

                        &.icon-check {
                            color: @white;
                            font-size: 3rem;
                            text-align: center;
                            display: block;
                            background-color: @green;
                            border-radius: 50%;
                            width: 30px;
                            height: 30px;
                            margin: 0 auto;
                        }
                    }

                    &.bg-greenlightplus {
                        background-color: @grey005;
                    }

                    &.bg-greenlight {
                        background-color: @grey004;
                    }
                }
            }
        }

        .bg-gray {
            background-color: @gris-bg;
        }

        .bg-lightgray {
            background-color: @gris-bg;
        }

        .bg-lightlightgray {
            background-color: @gris-bg;
        }

        .bg-darkred {
            background-color: @primary;
            color: @white;
            /*font-family: 'Quicksand';*/
            font-weight: bold;
            font-size: 1.4rem;
            /*padding: 8px 0;*/
            //text-transform: uppercase;
            text-align: center;
        }
    }

        thead {
        tr {
            &:first-child {
                border-left: solid 1px @tab-border;
            }

            &:last-child {
                border-right: solid 1px @tab-border;
            }

            th {
                background-color: @tab-bg-dark;
                color: @white;
                border-left: solid 1px @white;
                border-right: solid 1px @white;
                /*border-top: solid 1px @globaltext;*/
            }
        }
    }

    th, td {
        padding: 10px;
        color: @globaltext;
        border-left: solid 1px @tab-border;
        border-right: solid 1px @tab-border;
        border-top: solid 1px @tab-border;
        border-bottom: solid 0px @tab-border;
        background: @tab-bg;
    }

    td {
        &.enable {
            background-color: @tab-enable-bg !important;
            color: @tab-enable-text;
            font-weight: bolder;
            font-size: 1.4rem;
            border-bottom: solid 1px @tab-border;
        }
    }

    tr {
        &:nth-child(2n) td {
            background: @white;
        }
    }
}

@media screen and (max-width: 991px) {
    .new .detail-mag table {
        td {
            display: table-cell;
            text-align: right;
            font-size: 13px;
            border-bottom: 0px dotted @tab-border;
            float: none;
            width: auto !important;

            &:before {
                display: none;
            }
        }

        tr {
            display: table-row;
            border-bottom: 0px dotted @tab-border;
        }
    }
}

.new .morph-button {
    position: relative;
    display: block;
    margin: 0 auto;
}

.new .label-center {
    position: relative;
    display: block;
    text-align: left !important;
    float: left;
    font-style: normal !important;
    padding: 0 !important;
}

.new .label-center ul li {
    text-transform: uppercase;
}

li::marker {
    content: none;
}

.new .label-center ul li span.ico {
    padding: 0 10px;
    font-size: 3rem;
    float: left;
    display: block;
    border-radius: 3px;
    min-height: 100px;
}

.new .morph-button > button {
    position: relative;
    overflow: hidden;
}

.new .morph-button.open > button {
    pointer-events: none;
}

.new .morph-content {
    pointer-events: none;
}

.new .morph-button.open .morph-content {
    pointer-events: auto;
}

.new .close-pop {
    position: relative;
    float: right;
    margin-top: 0;
    margin-right: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
}


.new .close-pop:before {
    position: absolute;
    top: 5px;
    bottom: 0;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    display: block;
    background: @modal-close;
    width: 25px;
    height: 1px;
    transition: top 0.25s ease, transform 0.25s ease;
}

.new .close-pop:after {
    position: absolute;
    bottom: 11px;
    content: "";
    display: block;
    background: @modal-close;
    width: 25px;
    height: 1px;
    transition: bottom 0.1s ease;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.new .close-pop:hover:after,
.new .close-pop:hover:before {
    background: @modal-close-hover;
}

.new .morph-button-fixed,
.new .morph-button-fixed .morph-content {
    width: 72px;
    height: 30px;
    background-color: @grey;
}

.new .morph-button-fixed > button {
    z-index: 1000;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.1s 0.5s;
    transition: opacity 0.1s 0.5s;
}

.new .morph-button-fixed.open > button {
    opacity: 0.8;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
}

.new .morph-button-fixed .morph-content {
    position: fixed;
    z-index: 900;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
    transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

.new .morph-button-fixed.open .morph-content {
    opacity: 1;
}

.new .morph-button-fixed .morph-content > div {
    visibility: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
    transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
}

.new .morph-button-fixed.open .morph-content > div {
    visibility: visible;
    height: auto;
    opacity: 1;
    -webkit-transition: opacity 0.3s 0.5s;
    transition: opacity 0.3s 0.5s;
}

.new .morph-button-fixed.active > button {
    z-index: 2000;
}

.new .morph-button-fixed.active .morph-content {
    z-index: 1900;
}

.new .morph-button-overlay .morph-content,
.new .morph-button-sidebar .morph-content {
    -webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
    transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
}

.new .morph-button-overlay.open .morph-content,
.new .morph-button-sidebar.open .morph-content {
    -webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
    transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
}

.new .morph-button.morph-button-overlay {
    margin: 50px auto;
}

.new .morph-button-overlay .morph-content {
    overflow: hidden;
    background: @pink001;
}

.new .morph-button-overlay.open .morph-content {
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
}

.new .morph-button-modal::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    pointer-events: none;
}

.new .morph-button-modal.open::before {
    opacity: 1;
    pointer-events: auto;
}

.new .morph-button-modal.active::before {
    z-index: 1800;
}

.new .morph-button-modal .morph-content {
    overflow: hidden;
    -webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
    transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

.new .morph-button-modal.open .morph-content {
    top: 50% !important;
    left: 50% !important;
    margin: -210px 0 0 -300px;
    width: 600px;
    height: 180px;
    -webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
    transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

.new .content-style-overlay {
    padding: 20px;
    text-align: center;
}

.new .content-style-overlay h2 {
    margin: 0 0 1em 0;
    padding: 0;
    font-weight: 300;
    font-size: 3em;
}

.new .content-style-overlay p {
    margin: 0 auto;
    padding: 10px 0;
    max-width: 700px;
    text-align: justify;
    font-weight: 300;
    font-size: 1.5em;
}

.new .content-style-overlay .icon-close {
    border: 2px solid @orange001;
    border-radius: 50%;
    line-height: 2.8;
}

.new .content-style-overlay .icon-close:hover {
    border-color: @orange002;
}

.new .content-style-text {
    padding: 20px;
    text-align: left;
}

.new .content-style-text p {
    color: @globaltext;
    font-weight: 300;
    font-size: 1.15em;
    line-height: 1.4;
}

.new .scroll-box::-webkit-scrollbar {
    width: 6px;
}

.new .scroll-box::-webkit-scrollbar-track {
    background: @white;
    -webkit-transition: all 0.9s;
}

.new .scroll-box::-webkit-scrollbar-thumb {
    background: @grey-price;
    -webkit-transition: all 0.9s;
}

.new .scroll-box::-webkit-scrollbar-thumb:hover {
    background: @darkgrey;
    -webkit-transition: all 0.9s;
}

.new .scroll-box::-webkit-scrollbar-thumb:window-inactive {
    background: @grey-price;
}

.new .scroll-bar-wrap {
    width: 100%;
    position: relative;
}

.new .scroll-box {
    width: 100%;
    height: 570px;
    overflow-y: scroll;
}

.new .tooltip-list {
    position: relative;
    z-index: 9999;
    top: 0;
    right: 0;
    display: none;
    color: @globaltext;
    font-weight: bold;
    text-transform: uppercase;
    //font-family: Tahoma, Verdana, Segoe, sans-serif;
    padding: 5px;
    font-size: 1.3rem;
}

.new .p-6 {
    padding: 6px 0px !important;
}

.new .border-lr {
    border-left: solid 1px @bordderform;
    border-right: solid 1px @bordderform;
}



.new .couponBtn {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    z-index: 4;
    text-decoration: underline;
    font-weight: bold;
}

.title-home {
    margin: 20px 20px 0px 20px !important;
    font-size: 2rem !important;

    @media(min-width: 768px) {
        font-size: 4rem !important;
    }
}

.btn-send-pedago {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    width: 50%;
    margin: auto;
    margin-top: 16px;

    &--fixed {
        position: fixed;
        top: 16px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }

    @media (min-width: 768px) {
        width: 20%;
    }
}

.new .no-white-space {
    white-space: nowrap !important;
}


.new .padding-lr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cta-banner-text {
    font-size: @ctabannerfontsize !important;
}

.new .cta-banner {
    position: absolute;
    bottom: 8%;
    right: 5%;
    border-radius: @ctabannerradius;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: @ctabannergap;
    background-color: @ctabannerbackgroundcolor;
    padding: @ctabannerpaddingbutton;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-wrap: nowrap;

    @media (min-width: 1024px) {
        padding: @ctabannerpaddingbuttondesktop;
    }

    &:hover {
        background-color: @cta-banner-backgroundcolor-hover;
        color: @cta-banner-color-hover;
    }
}

.cta-banner-btn {
    color: @ctabannercolor;
    width: @ctabannerwidth;
    height: @ctabannerheight;
    justify-content: @ctabannerjustifycontent;
    align-items: @ctabanneralignitems;

    @media (min-width: 768px) {
        height: @ctabannerheighttab;
        font-size: 20px !important;
    }

    @media (min-width: 1024px) {
        height: @ctabannerheightdk;
        width: fit-content;
        font-size: 25px !important;
    }

    img {
        display: @ctabannerdisplaychevron;
    }
}



.new .cards {
    &--grey {
        background-color: @cardbgcolor;
    }

    padding: 24px 16px;

    @media (min-width: 768px) {
        padding: 40px 24px 56px;
    }

    &-title {
        font-size: 17px;
        font-weight: 700;
        text-align: center;

        @media (min-width: 768px) {
            display: block;
            font-size: 35px !important;
            margin: 0 auto 40px !important;
        }
    }

    &-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1rem;
        justify-content: center;
        margin: 16px 0 0 0;

        img {
            border-radius: 0;
        }

        &.--break-row {
            display: flex;

            @media (max-width: 767px) {
                display: grid;
                grid-template-columns: 1fr 1fr;
                width: fit-content;
                margin: 16px auto 0;

                .cards-card {
                    aspect-ratio: unset;
                    padding: 8px;
                    width: 110px;
                    height: 110px;

                    p {
                        font-size: @cardfontsizenumber;
                        font-weight: @cardfontweighttext;
                    }
                }
            }
        }

        @media (min-width: 768px) {
            gap: 2rem !important;
            margin: 40px 0 0 0;
            display: flex;
            grid-template-columns: unset;
        }

        @media (min-width: 1024px) {
            gap: 4rem !important;
        }
    }

    &-card {
        align-items: center;
        aspect-ratio: 1/1;
        background-color: @cardcolors;
        border-radius: @cardborderradius;
        display: flex;
        flex-direction: column;
        font-size: 14px;
        font-weight: @cardfontweighttext;
        justify-content: center;
        gap: 8px;
        text-align: center;
        position: relative;
        transition: 0.3s ease-out;

        @media (min-width: 768px) {
            width: 216px;
        }

        &-hp {
            box-shadow: @cardboxshadow;

            span {
                font-weight: @cardfontweighttext;
                height: 25px;
                margin: 0px 5px;
            }

            a, div {
                font-size: @cardfontsizemobile;
                font-weight: @cardfontweight;

                span {
                    @media (min-width: 768px) {
                        font-size: @cardtextfontsizedk;
                        max-width: 150px !important;
                    }
                }
            }
        }

        &__text {
            height: 25px;
        }

        &:hover {
            transform: scale(1.05);
        }

        &.--light {
            background-color: white;
            border: 1px solid #DFDEDE;

            span {
                color: #222;
                font-weight: @cardfontweighttext;
                height: 15px;
                font-size: @cardfontsizemobile;
                margin: @cardmargin;

                @media (min-width: 1024px) {
                    font-size: 1.5rem;
                }
            }
        }

        @media (min-width: 768px) {
            padding: 1.5rem 1rem 3rem;
        }

        a {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

        a,
        div {
            align-items: center;
            color: @cardtextcolor;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 1rem;
            text-decoration: none;

            span {
                @media (min-width: 768px) {
                    height: 30px;
                }
            }
        }

        img {
            margin: 0 auto;
            height: @cardsizepictomobile;

            @media (min-width: 768px) {
                height: @cardsizepictodk !important;
                margin-bottom: 15px;
            }
        }
    }
}

.highlight-blocks {
    @media (min-width: 768px) {
        margin-bottom: 40px;
    }

    &-list {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        margin: 0 !important;

        @media (min-width: 768px) {
            gap: 1.5rem;
        }
    }

    &-item {
        position: relative;
        width: 100%;

        a {
            color: #96154a;
            display: block;
            font-weight: 700;
            text-decoration: none;

            &:hover {
                .cta-banner {
                    color: @cta-banner-color-hover;
                    background-color: @cta-banner-backgroundcolor-hover;
                }
            }

            .cta-banner {
                transition: 0.3s;
            }
        }

        img {
            width: 100%;
        }
    }
}

.new .bloc-slider {
    margin-top: -1px;
    padding: 24px 16px;
    overflow: hidden;

    &--home {
        .navigator__dot {
            background-color: @blocslidernavcolor;

            &--selected {
                background-color: @blocslidernavselected;
            }
        }
    }

    @media (min-width: 768px) {
        padding: 40px 24px;
    }

    &-title {
        font-size: 17px;
        font-weight: 700;
        line-height: normal;
        margin: 0 !important;

        @media (min-width: 768px) {
            font-size: 35px;
            text-align: center;
        }
    }

    &-list {
        display: flex;
        gap: @blocslidergap;
        margin: 16px 0 0 0 !important;
        transition: 0.3s ease-out;

        @media (min-width: 768px) {
            margin: 40px 0 0 0 !important;
        }

        &-hp {
            display: flex;
            justify-content: center;

            @media (min-width: 768px) {
                .navigator__container {
                    position: unset !important;
                }
            }
        }
    }

    &-slide {
        background-color: #F5F3F7;
        border: 1px solid #DFDEDE;
        border-radius: @blocsliderradius;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        flex: 001;

        &-hp {
            height: 100%;

            @media (min-width: 768px) {
                width: 100%;
            }
        }

        &-img {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            object-fit: cover;

            &-tdf {
                height: 11rem;

                @media (min-width: 768px) {
                    height: 18rem;
                }

                img {
                    margin-top: 5rem;
                    border-radius: 8px 8px 0 0;
                }
            }

            &-hp {
                object-position: center;
                height: @blocsliderimgheight;

                @media (min-width: 768px) {
                    height: @blocsliderimgheightdk;
                }

                @media (min-width: 1440px) {
                    height: @blocsliderimgheightbig;
                }
            }
        }




        &-content {
            background-color: @blocsliderbackground;
            border-radius: @blocsliderborder;
            display: flex;
            flex: 1;
            flex-direction: column;
            padding: 1.5rem;
            position: relative;
            text-align: center;

            &--title {
                margin-top: inherit;

                p {
                    flex: unset;
                    height: @blocslidercardtextheight;
                }
            }

            a {
                color: @blocslidercolors;
                font-size: 1.2rem;
                font-weight: 600;


                @media (min-width: 1440px) {
                    font-size: 1.5rem;
                }
            }

            h3 {
                color: @blocslidercolors;
                font-size: @blocsliderfontsize;
                font-weight: 600;


                @media (min-width: 1440px) {
                    font-size: 2rem;
                }
            }

            h3 {
                height: @blocslidertitleheight;
            }

            p {
                flex: unset;
                font-size: @blocslidertextfontsizemobile;
                height: @blocslidercardtextsizemobile;

                @media (min-width: 768px) {
                    height: @blocslidercardtextsizetab;
                }

                @media (min-width: 1024px) {
                    height: @blocslidercardtextsizedk;
                    font-size: @blocslidertextfontsizedk;
                }
            }

            a {
                margin-top: 16px;

                @media (min-width: 768px ) {
                    height: 50px;
                }
            }

            &-hp {
                align-items: center;

                h3 {
                    font-size: @blocslidertitlesize;
                    margin-top: inherit;
                }

                a {
                    background: @blocsliderlinkbackground;
                    margin-bottom: @blocslidermarginbot;
                    text-decoration: @blocslidertextdecoration;
                    color: @blocsliderlinkcolor;
                    width: @blocsliderwidth;
                    padding: @blocsliderpadding;
                }
            }
        }
    }
}


.new {
    .partner-list {
        .customCarousel__item {
            @media (min-width: 425px) {
                min-width: unset !important;
            }
        }
    }

    .bloc-slider-list,
    .cards-slider-list {
        display: flex;
        position: relative;
        overflow: hidden;
        flex-direction: column;
        width: 100%;

        .carousel__container {
            display: flex;
            gap: 10px;


            &::-webkit-scrollbar {
                display: none; /* Masque la scrollbar pour les navigateurs WebKit (Safari, Chrome, etc.) */
            }

            overflow-x: scroll;
            scrollbar-width: none; /* Masque la scrollbar */
            -ms-overflow-style: none; /* Masque la scrollbar pour IE et Edge */
        }


        .customCarousel__item {
            width: 100%;
            display: flex;
        }

        .navigator__container {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 12px;
            padding-bottom: 11px;
            margin-top: 16px;

            @media (min-width: 800px) {
                display: none;
            }
        }




        .navigator__dot {
            width: 15.79px;
            height: 15.947px;
            border-radius: 50px;
            box-shadow: 0px 0px 18px -2px #000000;
            cursor: pointer;
            background: white;
            transition: 0.3s ease-in-out;

            &:hover {
                box-shadow: 0px 0px 18px 2px #000000;
            }

            &--selected {
                background: grey;
            }
        }
    }

    .partner-carousel {
        .carousel__container {
            gap: 20px;
        }
    }

    .carousel--discover-app {
        .customCarousel__item {
            max-width: 401px;
        }
    }

    .carousel__width-limit {
        @media (min-width: 768px) {
            align-items: center;
        }

        .carousel__container {
            max-width: 720px;

            @media (min-width: 1024px) {
                max-width: 1000px;
            }

            @media (min-width: 1440px) {
                max-width: 1440px;
            }
        }


        @media (min-width: 1440px) {
            .cards-slider-item {
                width: unset;
            }

            .customCarousel__item {
                min-width: unset !important;
            }
        }
    }
}

.new .steps {
    background-color: @blocstepsbackground;
    padding: 24px 16px;

    &--counter {
        h2 {
            text-align: center;
        }

        .steps-list {
            .steps-item {
                span {
                    background-color: #96154A;
                    color: white;
                    margin-bottom: 10px;
                }
            }
        }
    }

    @media (min-width: 768px) {
        padding: 40px 24px;
    }

    &-title {
        font-size: 17px;
        font-weight: 700;
        line-height: normal;
        text-align: center;

        @media (min-width: 768px) {
            font-size: 35px;
            margin: 0 0 40px 0;
        }
    }

    &-list {
        padding: 16px;
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin: 24px 0 0 0;

        @media (min-width: 1024px) {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            margin: 0 auto;
            max-width: 75%;
            padding: 24px 0;
        }

        @media (min-width: 1440px) {
            gap: 60px;
        }
    }

    &-item {
        display: flex;
        gap: 16px;

        @media (min-width: 768px) {
            max-width: 430px;
        }

        @media (min-width: 1024px) {
            justify-content: center;
        }


        span {
            background-color: white;
            border-radius: @blocstepspanradius;
            color: @blocstepspancolor;
            font-size: 17px;
            font-weight: 700;
            line-height: 48px;
            min-width: 48px;
            text-align: center;
            width: 48px;
            height: 48px;
        }

        h3 {
            font-size: 14px;
            font-weight: 600;
        }
    }

    &-text {
        display: flex;
        flex-direction: column;
        gap: 8px;


        h3, p {
            margin: 0;
        }
    }

    &-link {
        display: flex;
        margin: 24px auto 0;
        width: fit-content;

        &-hp {
            padding: @blocsteplinkpadding !important;
            background-color: @blocsteplinkbackground !important;
            color: white;
        }
    }
}

.listicons {
    margin: 0 16px !important;
}

.soluce-paiement {
    display: flex;
}

.payplus-icons-hp {
    display: flex;
    align-items: center;
}

.footer-hp {

    @media (min-width: 1024px) {
        margin-left: 4.5rem;
    }
}


.card-slider-hp {

    @media (min-width: 768px) {
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

.cards-slider-text {
    margin-bottom: 45px;
}

.new .cards-slider {
    padding: 16px;
    position: relative;
    overflow: hidden;

    @media (min-width: 768px) {
        padding: 40px 24px;
    }

    &-intro {
        margin-top: 32px;

        @media (min-width: 768px) {
            text-align: center;
        }
    }

    &-list {
        margin: 16px 0 0;
        display: flex;
        gap: 16px;
        transition: 0.45s ease-out;

        @media (min-width: 768px) {
            justify-content: center;
        }

        .customCarousel {
            .bloc-slider-slide {
                background-color: white;
                flex: 110;
            }

            .bloc-slider-slide-img-container {
                height: 213px;
                width: 328px;
            }

            .navigator__container {
                position: absolute;
                left: 0;
                bottom: 16px;
                width: calc(100% - 40px);

                .navigator__dot {
                    background-color: #F6ABB6;

                    &--selected {
                        background-color: #FF8A9B;
                    }
                }
            }
        }
    }

    &-item {
        border: 1px solid #CCCCCC;
        border-radius: 8px;
        list-style: none;
        overflow: hidden;
        height: 100%;

        @media(min-width: 1440px) {
            width: 300px;
        }

        &.bloc-slider-item {
            background-color: white;
        }

        &:nth-child(3n-2) {
            .cards-slider-top {
                background-color: #F6ABB6;
            }
        }

        &:nth-child(3n-1) {
            .cards-slider-top {
                background-color: #4DC1BE;
            }
        }

        &:nth-child(3n) {
            .cards-slider-top {
                background-color: #FF5C84;
            }
        }
    }

    &-top {
        display: flex;
        align-items: flex-end;

        > img {
            margin: 20px auto 0 16px;
            width: 45%;

            @media (min-width: 768px) {
                margin: 20px auto 0;
            }
        }

        > div {
            display: flex !important;
            flex-direction: column;
            gap: 8px;
            margin: 0 16px 16px 0;

            @media (min-width: 768px) {
                display: none !important;
            }

            img {
                width: 110px;
            }
        }
    }

    &-bottom {
        padding: 24px 16px;
        text-align: center;

        h3 {
            margin-top: 0;

            @media (min-width: 768px) {
                font-size: 14px;
            }
        }

        p {
            margin: 40px 0;

            @media (min-width: 768px) {
                margin: 24px 0 0;
            }
        }
    }

    .hidden-xs {
        margin: 40px auto 0;
        text-align: center;

        a {
            text-decoration: none;
        }
    }
}

    .popover {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1010;
        display: none;
        max-width: 276px;
        padding: 1px;
        text-align: left;
        white-space: normal;
        background-color: @white;
        background-clip: padding-box;
        border: 1px solid @grey007;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

    .popover-title {
        padding: 8px 14px;
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 18px;
        background-color: @grey008;
        border-bottom: 1px solid @grey009;
        border-radius: 5px 5px 0 0;
    }

    .popover-content {
        padding: 9px 14px;
    }

    .popover > .arrow,
    .popover > .arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }

    .popover > .arrow {
        border-width: 11px;
    }

    .popover > .arrow:after {
        content: "";
        border-width: 10px;
    }

    .popover.top > .arrow {
        bottom: -11px;
        left: 50%;
        margin-left: -11px;
        border-top-color: @grey010;
        border-top-color: rgba(0, 0, 0, 0.25);
        border-bottom-width: 0;
    }

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: @white;
        border-bottom-width: 0;
    }

    .popover.right > .arrow {
        top: 50%;
        left: -11px;
        margin-top: -11px;
        border-right-color: @grey010;
        border-right-color: rgba(0, 0, 0, 0.25);
        border-left-width: 0;
    }

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: @white;
        border-left-width: 0;
    }

    .popover.bottom > .arrow {
        top: -11px;
        left: 50%;
        margin-left: -11px;
        border-top-width: 0;
        border-bottom-color: @grey010;
        border-bottom-color: rgba(0, 0, 0, 0.25);
    }

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: @white;
    }

    .popover.left > .arrow {
        top: 50%;
        right: -11px;
        margin-top: -11px;
        border-right-width: 0;
        border-left-color: @grey010;
        border-left-color: rgba(0, 0, 0, 0.25);
    }

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: @white;
    }

    .btnGrey {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        /*font-family: 'Quicksand', sans-serif;*/
        padding: 10px 22px !important;
        border: solid 1px;
        line-height: 17px;
        box-shadow: none !important;
        text-align: center;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
        color: @white;
        font-size: 1.5rem;
        white-space: normal !important;
        -webkit-tap-highlight-color: transparent;
        -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
        transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
        color: @globaltext !important;
        border: solid 1px @globaltext;
    }

    .header {
        float: none;
    }

    .header img {
        margin-left: 30%;
    }
