<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*MAIN CSS -- COLOR=#F49600*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,800');

.color-site {
    background-color: #F49600 !important;
}

.bg-blue {
    background-color: #0063AF !important;
}

.text-color-site, .text-certificate-premium {
    color: #F49600 !important;
}

.text-color-site-bis, .text-certificate-premium-bis {
    color: #0063AF !important;
}

.text-certificate-evialog {
    color: #F49600 !important;
}

.btn-success, .btn-primary {
    background-color: #F49600 !important;
    border-color: #F49600 !important;
}

.btn-success:hover, .btn-primary:hover {
    background-color: #E79E07 !important;
    border-color: #E79E07 !important;
}

footer {
    background-color: #3E464C;
    color: white;
}

footer .darker-than-footer {
    background-color: #343a40;
    height: 50px;
    line-height: 50px;
}

footer ul {
    list-style-type: none;
    font-weight: 300 !important;
}

.sidenav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    float: right;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 0 4px 8px -3px #555454;
    padding-top: 70px;
}

.sidenav img {
    max-height: 50px !important;
}

/*.fixed-top {
    z-index: 99999 !important;
}*/

.content-menu ul li {
    margin-right: 15px;
    text-decoration: none;
}

.sidenav ul {
    margin-left: -20px !important;
    margin-top: 20px;
}

.sidenav-heading ul li {
    display: inline-block;
    text-decoration: none;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.cover-img {
    min-height: 100vh;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 0 !important;
}

.mask {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0 !important;
}

.max-width {
    width: 100% !important;
}

/*HOME CSS*/

.hello {
    top: 15%;
    width: 100%;
    position: absolute;
    text-align: left;
    color: white !important;
}

.hello h1 {
    font-size: 75px !important;
}

.hello a .wrap {
    color: white !important;
}

.h-progress {
    font-weight: 800 !important;
    font-size: 40px !important;
}

.h-progress-up {
    font-weight: 300 !important;
    font-size: 30px !important;
    margin-bottom: 20px;
    margin-top: 20px;
}

.left-link {
    border: 1px solid;
    border-radius: 5px;
    text-decoration: none!important;
    font-size:13px;
}
.left-link img {
    width : 1.2em;
    vertical-align: sub;
}

.data-figure-home {
    padding-top: 60px;
    padding-bottom: 65px;
}

.progress-circle {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.progress-circle:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.progress-circle &gt; span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress-circle .progress-left {
    left: 0;
}

.progress-circle .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress-circle .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress-circle .progress-right {
    right: 0;
}

.progress-circle .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}

.progress-circle .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    /*background: #44484b;*/
    font-size: 24px;
    color: #212529;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}

.progress-circle.blue .progress-bar {
    border-color: #0A2F6F;
}

.progress-circle.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
}

.progress-circle.yellow .progress-bar {
    border-color: #fdba04;
}

.progress-circle.yellow .progress-left .progress-bar {
    animation: loading-3 1s linear forwards 1.8s;
}

.progress-circle.pink .progress-bar {
    border-color: #A2000F;
}

.progress-circle.orange .progress-bar {
    border-color: #A74500;
}

.progress-circle.brown .progress-bar {
    border-color: #A76C00;
}

.progress-circle.teal .progress-bar {
    border-color: #008080;
}

.progress-circle.teal-bis .progress-bar {
    border-color: #008080;
}

.progress-circle.teal .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
}

.progress-circle.teal-bis .progress-left .progress-bar {
    animation: loading-1 1.5s linear forwards 1.8s;
}

.progress-circle.pink .progress-left .progress-bar {
    animation: loading-1 1.5s linear forwards 1.8s;
}

.progress-circle.yellow .progress-left .progress-bar {
    animation: loading-7 1.5s linear forwards 1.8s;
}

.progress-circle.green .progress-bar {
    border-color: #3154AB;
}

.progress-circle.green .progress-left .progress-bar {
    animation: loading-5 1.2s linear forwards 1.8s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes loading-7 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}

.under-veh {
    margin-top: 20px;
}

.go-down {
    position: absolute;
    bottom: 10%;
    color: white;
    left: 50%;
}

.come-on {
    font-size: 50px;
    margin-bottom: 75px;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.come-inscription, .how-work {
    padding-bottom: 65px;
    border-top: 1px solid #ececec;
}

.how-work {
    padding-bottom: 65px;
    border-top: 1px solid #ececec;
}

.pk-timeline {
    position: relative
}

.pk-timeline:before {
    content: "";
    width: 2px;
    background-color: #eceeef;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem
}

@media (min-width: 768px) {
    .pk-timeline:before {
        left: 50%
    }
}

.pk-tl-block {
    position: relative;
    padding: 1.5rem;
    padding-left: 2rem;
    margin-bottom: 1.5rem
}

.pk-tl-block:after {
    display: block;
    content: "";
    clear: both
}

.pk-tl-block:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .pk-tl-block {
        padding-left: 1.5rem;
        margin-bottom: 0
    }
}

.pk-tl-icon {
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 1.13rem;
    font-weight: 600;
    border-radius: 500px;
    background: #F49600;
    border: 5px solid #fff;
    box-shadow: 0 0 1px #ddd;
    position: absolute;
    top: 1.5rem;
    left: 9px
}

@media (min-width: 768px) {
    .pk-tl-icon {
        top: calc(50% - 25px);
        left: calc(50% - 25px)
    }
}

.pk-tl-info {
    position: absolute;
    top: 1.5rem;
    color: white !important;
    left: 170px
}

@media (min-width: 768px) {
    .pk-tl-info {
        top: calc(50% - 25px);
        left: calc(50% + 50px)
    }

    .pk-tl-block:nth-child(odd) .pk-tl-info {
        right: calc(50% + 50px);
        left: auto
    }
}

.pk-tl-content {
    position: relative;
    background: #fff;
    border-radius: .25rem;
    border: 1px solid #eceeef;
    /*box-shadow: 0 0 12px #eee;*/
    padding: .5rem;
    margin-left: 1.5rem;
    margin-top: 50px
}

@media (min-width: 768px) {
    .pk-tl-content {
        width: 48%;
        margin: 0
    }

    .pk-tl-block:nth-child(odd) .pk-tl-content {
        float: right
    }
}

.pk-tl-avatar {
    width: 80px;
    height: 80px;
    padding: 5px;
    background: #fff;
    border: 1px solid #eceeef;
    border-radius: .25rem;
    position: absolute;
    top: -50px;
    left: 20px
}

.pk-tl-avatar img {
    width: 100%;
    height: 100%;
    border-radius: .25rem
}

@media (min-width: 768px) {
    .pk-tl-avatar {
        top: calc(50% - 40px);
        right: -35px;
        left: auto
    }

    .pk-tl-block:nth-child(odd) .pk-tl-avatar {
        left: -35px;
        right: auto
    }
}

.pk-tl-content-text {
    min-height: 100px;
    border-radius: .25rem;
    padding: 2.5rem 1.5rem 1.5rem
}

.pk-tl-content-text p:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .pk-tl-content-text {
        padding: 1.5rem 3.5rem 1.5rem 1.5rem
    }

    .pk-tl-block:nth-child(odd) .pk-tl-content-text {
        padding: 1.5rem 1.5rem 1.5rem 3.5rem
    }
}

.pk-tl-content-media img {
    max-width: 100%;
    height: auto
}

.how-its-work {
    padding-top: 40px;
}

.mini-title {
    font-weight: 300 !important;
    font-size: 30px !important;
    margin-bottom: 20px;
}

.mini-title-footer {
    font-weight: 300 !important;
    font-size: 21px !important;
    margin-bottom: 20px;
}

.how-work-space {
    padding-bottom: 65px !important;
}

.after-navbar {
    /*padding-top: 80px;*/
    padding-top: 70px;
}

.before-footer {
    padding-bottom: 50px;
}

.no-optional {
    color: red !important;
    font-style: normal !important;
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1280px;
    }
}

.hr {
    display: flex;
    align-items: center;
    margin: 1em 0;
}

.hr::before, .hr::after {
    content: '';
    flex: 1;
    margin: 0 .25em;
    border-bottom: 1px solid #DFDFE2;
}

.btn-circle {
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 2px 0;
    font-size: 10px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.full-height {
    min-height: 550px;
}



.error-after-validation {
    color: red;
    font-weight: 600;
}

.error-after-validation ul {
    list-style-type: none;
    margin-left: -40px !important;
}

.no-margin {
    margin: 0 !important;
}

.jumbotron-register {
    padding: 2rem 1rem !important;
}

.btn-home {
    font-size: 25px;
    margin-top: 25px;
}

.mobile-hello {
    top: 15%;
    width: 100%;
    position: absolute;
    color: white !important;
}

.mobile-hello h1 {
    font-size: 70px !important;
}

.btn-link {
    padding: 0 !important;
    margin: 0 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1) !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75) !important;
}

.btn-certificate {
    vertical-align: bottom !important;
}

.star {
    color: #F49600;
}

.no-star {
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin-left: -22px !important;
}

.no-star-alone {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.card h4 {
    font-size: 1.5rem !important;
}

.card h5 {
    font-size: 1.2rem !important;
}

.last-button {
    margin-right: 20px !important;
}

.option-icon .btn {
    color: #212529 !important;
}



.container-img-carousel {
    overflow: hidden;
    height: 500px;
    /*margin: 8px;*/
    background-color: #F2F2F2;
}

.container-img-card {
    overflow: hidden;
    height: 150px;
    /*margin: 8px;*/
    background-color: #F2F2F2;
}

.container-img img, .container-img-carousel img, .container-img-card img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1029;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(13px);
    filter: blur(0px);
}

.container-img-carousel img {
    max-height: 500px !important;
}

.container-img-card img {
    max-height: 150px !important;
    top: 0px;
    margin-top: 75px;
}

.price-card {
    font-size: 25px !important;
}

.price-card-mobile {
    font-size: 18px !important;
}

.km-dispo-info-card {
    line-height: 70px !important;
}

.note-user {
    font-size: 12px;
    margin-bottom: 10px;
}

.note-user-content p {
    margin-bottom: 0px !important;
}

.note-user .no-star {
    margin-left: -16px !important;
}

.group-info {
    line-height: 70px !important;
}

.group-info .price-card-mobile {
    line-height: 30px !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .km-dispo-info-card-md {
        line-height: 0 !important;
        margin-bottom: 15px;
    }
}

.service-pro {
    margin-left: -20px;
    list-style-type: square;
    margin-bottom: 0 !important;
}

.logo-shop-pro {
    max-height: 150px;
}

.desktop-info-price {
    margin-left: -15px !important;
}

.card-vehÂ&nbsp; {
    position: relative;
}

.corner-right-top {
    position: absolute;
    top: 0px;
    right: 20px;
}


.container-img, .container-img-card, .container-img-carousel {
    overflow: hidden;
    background-color: #F2F2F2;
}
.border-right {
    border-right: 1px solid #dee2e6!important;
}

.container-img {
    overflow: hidden;
    height: 194px;
    background-color: #F2F2F2;
}

#home-page .container-img {
    height: 265px;
}


.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}
.blur-img-veh-card {
    background-size: cover;
    -webkit-filter: blur(13px);
    -moz-filter: blur(13px);
    -o-filter: blur(13px);
    -ms-filter: blur(13px);
    filter: blur(13px);
    position: absolute;
    width: 100%;
    height: 100%;
    margin-left: -15px;
    background-repeat: repeat !important;
    background-position: center !important;
}

.section-veh-list a {
    color: inherit;
}

.section-veh-list a:hover {
    text-decoration: none;
}

.section-veh-list .card:hover, .card-style-hover:hover {
    box-shadow: 0 0 2pt 1pt #0063AF;
}

.img-co2 {
    max-height: 230px !important;
}

/* .card img {
    max-height: 180px;
    min-height: 180px;
} */

.after-navbar-no-fixed {
    padding-top: 25px !important;
}

#article-list-pagination {
    min-height: 36px;
    background-color: black;
    opacity: 0.95;
    margin-bottom: 0;
    z-index: 9999999;
    line-height: 36px;
}

#article-list-pagination li a {
    color: #888;
}
#article-list-pagination li a:hover, #article-list-pagination li .active{
    color: white !important;
}

.before-carousel {
    margin-bottom: 10px;
}

.faq-list li {
    list-style-type: none;
}

.reply-btn-icon:hover, .reply-btn-icon {
    text-decoration: none;
    color: #212529;
}

.ticket-detail-list li.answer-service {
    background: #3154AB;
    color: white;
}

.ticket-detail-list li {
    background: white;
    color: #212529;
}

.side-info {
    background-color: #F7F7F7;
}

.alert  {
    z-index: 42 !important;
}

.no-margin-top {
    margin-top: -80px !important;
}

.no-href:hover {
    cursor: pointer;
}

.average:hover {
    text-decoration: none;
}

blockquote:before, blockquote:after {
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 48px;
    font-size: 50px;
    opacity: .2;
}

blockquote:before {
    content: '\201C';
    margin-right: 4px;
    margin-left: -8px;
}

blockquote:after {
    content: '\201D';
    margin-left: 4px;
    margin-right: -8px;
}

.font-size-smaller {
    font-size: smaller !important;
    color: gray;
}

.after-notification {
    /*margin-bottom: -80px !important;*/
    margin-bottom: -70px !important;
}

.star-rating {
    line-height:32px;
    font-size:1.25em;
}

.on-five {
    font-size: 1.15rem !important;
}

#opinion-flash {
    margin-top: -25px !important;
}

.no-valid-button {
    cursor: not-allowed;
}

.check-note {
    display:inline-block;
    position:relative;
}

.why-not {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}

.header-reply:before {
    position: absolute;
    content: "";
    top: -15px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #28a745 transparent;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #28a745;
    border: 2px solid white;
    border-radius: 50%;
    display: inline-block;
}

.micro-btn-text {
    font-size: 10px;
}

.disabled-btn {
    cursor: not-allowed !important;
}

.item-menu:hover {
    color: #16181b !important;
    background-color: #ecedee !important;
}

.no-zindex {
    z-index: 0!important;
}
.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: #e6e9ed;
}
.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
}
.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top;
}
.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px;
}
.breadcrumb-arrow li+li:before {
    padding: 0;
    content: "";
}
.breadcrumb-arrow li span {
    padding: 0 10px;
}
.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px;
}
.breadcrumb-arrow li:first-child a {
    padding: 0 10px;
}
.breadcrumb-arrow li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #3bafda;
    border: 1px solid #3bafda;
}
.breadcrumb-arrow li:first-child a {
    padding-left: 10px;
}
.breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}
.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #3bafda;
    border-left-style: solid;
    border-left-width: 11px;
}
.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #2494be;
}
.breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
    background-color: #4fc1e9;
    border: 1px solid #4fc1e9;
}
.breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
    border-left-color: #4fc1e9;
}
.breadcrumb-arrow li a:active {
    background-color: #2494be;
    border: 1px solid #2494be;
}
.breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
    border-left-color: #2494be;
}
.breadcrumb-arrow li span {
    color: #434a54;
}
.first-breadcrumb {
    z-index: 42;
}

.no-style-list {
    list-style-type: none;
}

h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

.no-style-list li  a {
    color:  #212529;
}

.no-style-list li  a:hover {
    color:  #696969;
    text-decoration: none;
}

.more-more {
    color: #797e84 !important;
}

.btn-breadcrumb {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 3px;
    line-height: 17px;
}

.img-loading {
    background-color: #ffffff;
}

.card-loading {
    opacity: 0.4;
}

.progress-loading {
    opacity: 0.4;
    background-color: #3f3f3f;
}


.section-veh-list .card-loading:hover {
    box-shadow: 0 0 2pt 1pt #3f3f3f !important;
}

.title-veh {
    padding-right: 30px;
}

.title-veh-mobile {
    font-size: 1.1rem !important;
    padding-left: 12px;
    text-align: center;
}

.info-title-veh-mobile {
    font-size: 11px !important;
    color: #545454;
    padding-left: 12px;
    text-align: center;
    margin-bottom: -5px;
}

.info-title-veh-mobile-under {
    font-size: 11px !important;
    color: #545454;
    padding-left: 12px;
    text-align: center;
    margin-bottom: -5px;
}


.tdesktop-info-loc {
    margin-bottom: -15px !important;
    font-size: 11px !important;
}

@media (min-width:768px){
    .content-card-veh {
        margin-left: -15px;
    }
}

div.stars-note {
    width: 270px;
    display: inline-block;
}

input.star-note { display: none; }

label.star-note {
    float: right;
    padding: 10px;
    font-size: 36px;
    color: #444;
    transition: all .2s;
}

input.star-note:checked ~ label.star-note:before {
    content: '\f005';
    color: #F49600;
    transition: all .25s;
}

input.star-note-5:checked ~ label.star-note:before {
    color: #F49600;
}


label.star-note:hover { transform: rotate(-15deg) scale(1.3); }

label.star-note:before {
    content: '\f006';
    font-family: FontAwesome;
}

.down-nl-wait {
    color: white !important;
}

.nl-fixed {
    background-color: white;
    color: #212529;
}

footer ul li a {
    color: white;
}

footer ul li .disabled, .navbar-dark .navbar-nav .disabled {
    color: #bdbdbd !important;
}

footer ul li .disabled:hover, .navbar-dark .navbar-nav .disabled:hover {
    color: #bdbdbd !important;
    cursor: not-allowed !important;
}

footer ul li a:hover {
    color: white;
    text-decoration: underline;
}

footer a {
    color: white;
}
.footer-2 a {
    color: #7c7c7a;
}


footer  a:hover {
    color: white;
    text-decoration: underline;
}

.date-newsletter {
    margin-top: -25px;
}

.nl {
    color: white;
    text-decoration: underline;
}

.nl:hover {
    color: white;
    text-decoration: none;
}

.link-in-section {
    color: #212529;
}

.link-in-section:hover {
    color: #212529;
    text-decoration: underline;
}

.aligned-icon {
    line-height: 1.5;
    margin-left: 5px;
    margin-right: 5px;
}

ul.list-group-striped li:nth-of-type(even){
    background: #F7F7F7;
}

fieldset.fielset-border {
    border: 1px solid #dee2e6 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}

legend.fielset-border {
    font-size: 1.5em !important;
    text-align: center !important;
    font-weight: lighter !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}

.hr-on-mobile {
    margin-bottom: -16px !important;
}

@media (min-width:900px){
    .hr-on-mobile {
        display: none !important;
        visibility: hidden !important;
    }
}

.similar-save {
    color: inherit !important;
}

sub {
    font-size: 10px;
    color: #e6e6e6;
}

#tarteaucitronInfo {
    background-color: rgb(9, 11, 13) !important;
}

.centered-btn {
    display: flex;
    justify-content: center;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button{
    color: #333 !important;
}

.tarteaucitronInfoBox {
    background-color: rgb(9, 11, 13) !important;
}

.list-grp-equipment {
    line-height: 0.9rem !important;
}

.pagination-search .active{
    text-decoration: underline;
}

.pagination-search a:hover {
    border: 1px solid #E79E07;
    /*padding: 4px;*/
}

.dropdown-menu-right {
    z-index: 1042!important;
}

.text-wrap {
    word-wrap: break-word !important;
}

.ads-vert {
    border: dashed 2px #ff6250;
}

.big-dropdown-menu &gt; div &gt; ul {
    display: inline;
    list-style-type: none;
}

.big-dropdown-menu {
    width: 900px;
}

.dropdown-item:hover {
    color:#16181b !important;
    text-decoration:none !important;
    background-color: #edeeef !important;
}

.dropdown-item-group:hover {
    background-color: transparent !important;
}

.navbar-light {
    color: #fff;
    background-color: #ccc6c6;
    border-color: #aca1a2;
}

.navbar-light .navbar-nav &gt; li &gt; a {
    color: #fff;
}

.navbar-light .navbar-nav &gt; .dropdown &gt; a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-light .navbar-brand {
    color: #fff;
}

.menu-large {
    position: static !important;
}

.megamenu {
    padding: 20px 20px;
    width: 94%;
    margin-left: 3%;
    -moz-box-shadow: 5px 5px 20px 0px #cfcfcf;
    -webkit-box-shadow: 5px 5px 20px 0px #cfcfcf;
    -o-box-shadow: 5px 5px 20px 0px #cfcfcf;
    box-shadow: 5px 5px 20px 0px #cfcfcf;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=20);
}

.megamenu &gt; div &gt; li &gt; ul {
    padding: 0;
    margin: 0;
}

.megamenu &gt; div &gt; li &gt; ul &gt; li {
    list-style: none;
}

.megamenu .card {
    outline: none;
}

.megamenu .card:hover,
.megamenu .card:focus {
    outline: 1px solid #000;
}

.megamenu &gt; div &gt; li &gt; ul &gt; li &gt; a, .megamenu &gt; div &gt; li &gt; ul &gt; li &gt; h5 {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}

.megamenu &gt; div &gt; li &gt; ul &gt; li &gt; a:hover,
.megamenu &gt; div &gt; li &gt; ul &gt; li &gt; a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.megamenu.disabled &gt; a,
.megamenu.disabled &gt; a:hover,
.megamenu.disabled &gt; a:focus {
    color: #999999;
}

.megamenu.disabled &gt; a:hover,
.megamenu.disabled &gt; a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.megamenu.dropdown-header {
    color: #0063AF;
    font-size: 18px;
}

@media (max-width: 768px) {
    .megamenu {
        margin-left: 0;
        margin-right: 0;
    }
    .megamenu &gt; li {
        margin-bottom: 30px;
    }
    .megamenu &gt; li:last-child {
        margin-bottom: 0;
    }
    .megamenu.dropdown-header {
        padding: 3px 15px !important;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff;
    }
}

@media (max-width:  1024px) {
    .hidden-element-megamenu {
        display: none !important;
    }
}

.cover-img-menu {
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 0 !important;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    font-weight: bolder;
    color: white;
    border: 1px solid #0063AF !important;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    white-space: normal !important;
}

.title-page {
    font-size: 2em;
    font-weight: lighter;
}

.badge-success {
    background-color: #F49600 !important;
}

.fade {
    animation-name: fade;
    animation-duration: 2s;
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* a {
    color: #0063AF;
} */
.logoText {
    font-size: 90px;
    color: #FED109;
    font-weight: 500;
}

.logoTextMin {
    color: #FED109;
    font-weight: 500;
}

.blueEvialog-gradient {
    background: -webkit-linear-gradient(50deg, #2676FF, #303f9f);
    background: linear-gradient(40deg, #2676FF, #303f9f);
}

.yellowEvialog {
    color: #FED109;
}

.bigE {
    font-size: 200%;
    color: #2676FF !important;
    font-weight: 600 !important;
}

.marginR-5 {
    margin-right: -5px;
}

.logo-navbar {
    max-height: 36px;
}

.light-border-top {
    border-top: 1px solid #616161 !important;
}

.light-border-bottom {
    border-bottom: 1px solid #616161 !important;
}

.over-facebook:hover {
    color: #3B5998;
    text-shadow: -1px 0 0 rgba(255, 255, 255, 0.2),
    1px 0 0 rgba(255, 255, 255, 0.2),
    0 -1px 0 rgba(255, 255, 255, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.2);
}

.over-twitter:hover {
    color: #1DA1F2;
    text-shadow: -1px 0 0 rgba(255, 255, 255, 0.2),
    1px 0 0 rgba(255, 255, 255, 0.2),
    0 -1px 0 rgba(255, 255, 255, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.2);
}

.master-how {
    background: #fff;
    border-radius: .25rem;
    border: 1px solid #eceeef;
    box-shadow: 0 0 12px #eee;
    padding: .5rem;
    margin-top: 50px;
}

.no-hide {
    padding:.75rem 1.25rem;
    margin-bottom:1rem;
    border:1px solid transparent;
    border-radius:.25rem
}

.logo-footer {
    max-height: 125px !important;
}

.btn-success.focus, .btn-success:focus, .btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 150, 0, 0.5) !important;
}

.border-block-left {
    border: 2px solid #3E464C !important;
}

.h2-home {
    font-size: 50px !important;
}

.home-link {
    color: white !important;
    text-decoration: underline;
}

.home-link:hover {
    color: white !important;
}

.disabled:hover{
    cursor: not-allowed!important;
}

.facebook {
    color: #3B5998;
    text-shadow: -1px 0 0 rgba(255, 255, 255, 0.2),
    1px 0 0 rgba(255, 255, 255, 0.2),
    0 -1px 0 rgba(255, 255, 255, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.2);
}

.twitter {
    color: #1DA1F2;
    text-shadow: -1px 0 0 rgba(255, 255, 255, 0.2),
    1px 0 0 rgba(255, 255, 255, 0.2),
    0 -1px 0 rgba(255, 255, 255, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.2);
}

.nav-mobile ul{
    list-style-type: none;
}

.nav-mobile ul li a {
    color: inherit !important;
}

#search-speed {
    padding-top: 70px;
}

.after-navbar-carousel {
    margin-top: 60px !important;
}

.final-question {
    border-radius: .25rem;
}

.btn {
    white-space:normal !important;
}

.close-btn {
    position:absolute;
    top:-11px;
    right:26px;
    font-size:62px
}


.breadcrumb li i {
    color: #728085 !important;
}
.breadcrumb li a {
    color: #212529;
    text-decoration: none;
}

.breadcrumb li a:hover {
    color: #212529;
    text-decoration: underline;
}

.breadcrumb-veh {
    padding: 3px !important;
    padding-left: 0.75em !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "|" !important;
}

.breadcrumb-arrow li a, .breadcrumb-arrow li i  {
    color: white !important;
}

.breadcrumb-arrow li a:hover {
    color: white !important;
    text-decoration: none !important;
}


.searchForm-element ul {
    text-align:center;
    width:70%;
    margin:auto;
}
    @media screen and (min-width: 50em) {
        .searchForm-element ul {
          font-size: 1.1vw;
        }
      }


.searchForm-element ul li div {
    width:20%;
    border-bottom:2px solid;
    border-bottom-width: 4px;
    padding-bottom: 0.4rem;
    margin: 2px auto -2px auto;
    }

    #advanced-criteria{
    width:50%;
    color:#343a40;
    }

    #simple-selection {
    width:50%;
    color:#b3b3b3
    }

    @media only screen and (min-width: 768px) {
        .form-position {
            margin-top: -4rem;
            z-index: 999999;
        }
        .form-position div {
            padding:0;
        }
    }
    


#ads .card-notify-year-1 {
        position: absolute;
        right: -10px;
        top: -20px;
        background: #f2d900;
        text-align: center;
        border-radius: 30px 30px 30px 30px;
        color: #000;
        padding: 5px 10px;
        font-size: 14px;
        z-index:9999;
}
#ads .card-notify-year-lg-1 {
    position: absolute;
        right: -10px;
        top: -20px;
        background: #f2d900;
        text-align: center;
        border-radius: 30px 30px 30px 30px;
        color: #000;
        padding: 5px 10px;
        font-size: 35px;
        z-index:9999;
}

#ads .card-notify-year-2 {
    min-width: 74px;
    background: yellow;
    position: absolute;
    right: 0px;
    /* top: -7px; */
    top:0px;
    text-align: center;
    font-size: 20px;
    z-index:2000;
    font-weight: 600;
}
#ads .card-notify-year-2:after {
    content: "";
    position: absolute;
    right: 76%;
    top: 30px;
    width: 0;
    height: 0;
    border-top: 14px solid yellow;
    border-right: 11px solid transparent;
    z-index:9999;
}
#ads .card-notify-year-lg-2 {
    min-width: 119px;
    background: yellow;
    position: absolute;
    right: 0px;
    top: -12px;
    text-align: center;
    font-size: 2.9rem;
    z-index:1000;
    font-weight: 600;
}
#ads .card-notify-year-lg-2:after {
    content: "";
    position: absolute;
    right: 65%;
    top: 4.3rem;
    width: 0;
    height: 0;
    border-top: 25px solid yellow;
    border-right: 20px solid transparent;
    z-index:1000;
}

#ads .card-notify-year-3 {
    position: absolute;
    height: 0;
    right: 0px;
    top: 0px;
    border-style: solid;
    border-width: 0 110px 110px 0;
    border-style: inset;
    z-index:9999;
    width: 0;

}
#ads .card-notify-year-lg-3 {
    position: absolute;
    height: 0;
    right: 0px;
    top: 0px;
    border-style: solid;
    border-width: 0 150px 150px 0;
    border-style: inset;
    z-index:1000;
    width: 0;
}

#ads .card-notify-year-lg-3 {
    font-size:26px;
}
.card-notify-year-3 div{
    text-align: center;
    top: 7px;
    left: 27px;
    position: relative;
    width: 92px;
    margin: 0px;
  }
  .card-notify-year-lg-3 div {
        text-align: center;
        top: 23px;
        left: 51px;
        position: relative;
        width: 92px;
        margin: 0px;
  }

.light-background {
    background-color:#9e9e9e1f;
}
.border-nav2 { 
    margin-right:20px;
    margin-left:-20px;
}

@media (min-width: 1100px) { 
.border-nav2 { 
    /* line-height: 10px;  */
    border-right: 1px solid white !important;
    line-height: 0px;
    
}
.nav-3 ul&gt;li:after {
    position: absolute;
    right: -7px;
    top: 12px;
    width: 1px;
    height: 24px;
    background: #0063AF;
    display: block;
    content: "";
}
.wrapper li {
    line-height: 0px;
}
.navbar-block-auth {
    float: right;
}
.navbar-block-auth {
    float: right;
}
}



.wrapper ul {
    /* display: inline-block; */
    margin: 0;
    padding: 0;
    /* For IE, the outcast */
    zoom:1;
    *display: inline;
}
.wrapper li {
    float: left;
    padding: 2px 5px;
}

.navbar-2 .nav-link:after:last-child {
    content: "";
}

  .enseigne-client .row {
    border-bottom-style: dashed;
    border-bottom-width:0.11em;
    width:80%;
    margin-top:11px;
    padding-bottom:10px;
  }

  .footer-2 {
 background-color:#222222;
 color:#7c7c7a;
  }

  .footer-2 h5 {
  color:#fdfefc;

  }
  .map-second-title {
    color:#fdfefc;
    margin-bottom: 10px;
  }
  
  ul{ list-style-type: none; } li{text-decoration: none;}

a:link {text-decoration: none};
a:hover{
    text-decoration: none;
   }
  
   .card-footer-price {
    text-align: center;
    margin: auto;
    padding-bottom: 8px;

}

.btn-primeCoversion {
    float:right;
}
.btn-primeCoversion input {
    margin-left:-13px;
}

.marque-veh-haut-de-page {
    font-size: 24px;
    color: #303030;
    line-height: 25px;
    list-style-type: none;
}
.caracteristique {
    display: inline-block;
    width: 90%;
    margin-left: 13px;
}

.dropdown-menu {
    z-index: 9999999!important;
}

</pre></body></html>