<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(service.min.css);

.module-accueil-preload{
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: blink-bg 1.2s infinite alternate;
}

.module-accueil-preload:before{
    font-family: 'Font Awesome 6 Pro';
    content: '\f3f4';
    -webkit-font-smoothing: antialiased;
    animation: fa-spin 2s infinite linear;
    font-size: 40px;
}

@keyframes blink-bg {
    0% {
        background-color: #f0f0f0; /* Couleur de fond claire */
    }
    100% {
        background-color: #e0e0e0; /* Couleur de fond lÃ©gÃ¨rement plus foncÃ©e */
    }
}

.div-carousel,
.div-full-a-propos .div-full-avis {
    position: relative;
}
.div-img-fleche-carousel {
    position: absolute;
    bottom: 10%;
    left: 50%;
    right: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 2;
}
.img-fleche-carousel {
    width: 80px;
    position: relative;
    animation: 2s ease-in-out infinite animFlecheAccueil;
}
@keyframes animFlecheAccueil {
    0%,
    100% {
        opacity: 0.5;
        transform: translateY(0);
    }
    50% {
        opacity: 1;
        transform: translateY(40px);
    }
}
.carousel-size {
    aspect-ratio: 16/4;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.carousel-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 100px 0;
}
.overlay-carousel-background {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background-color: var(--couleurVitrineOpacite);
    z-index: 0;
}
.carousel-description,
.carousel-sous-titre,
.carousel-titre {
    color: #fff;
    width: 800px;
    text-align: center;
}
.carousel-titre {
    z-index: 99;
    font-size: 45px !important;
}
.carousel-sous-titre {
    z-index: 99;
    font-size: 25px !important;
}
.carousel-description {
    z-index: 99;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
}
.carousel-description p {
    font-weight: 200;
    margin: 0;
    font-size: 16px !important;
}
.carousel-bouton {
    z-index: 99;
    background: #fff;
    font-size: 20px;
    border: none;
    color: var(--couleurVitrine) !important;
    font-weight: 600;
    border-radius: 50px;
    padding: 4px 50px;
    margin-top: 20px;
    transition-duration: 0.5s;
}
.carousel-bouton:hover {
    padding: 4px 60px;
}
.carousel-indicators li {
    background-color: transparent;
    border: 1.5px solid #fff;
}
#container_recherche_vehicule {
    padding: 20px 0;
}
#container_recherche_vehicule input.form-control {
    border: none;
    position: relative;
    font-size: 16px !important;
    font-weight: 400;
}

.carousel-personnalisable .slide {
    margin: 20px;
    border-radius: 30px;
    background: #fff;
    overflow: hidden
}

.carousel-personnalisable .service-image {
    height: 300px;
    width: 100%;
    object-fit: cover
}

.carousel-personnalisable .service-bloc-contenu {
    background-color: var(--couleurVitrine);
    padding: 10px
}

.carousel-personnalisable .service-bloc-contenu h3 {
    text-align: center;
    color: #fff;
    white-space: nowrap;
    margin: 0;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 700
}

.carousel-personnalisable .slide {
    box-shadow: var(--briks-shadow-1, 0 0 10px 0 var(--briks-color-translucid-dark-4, rgba(0, 0, 0, .1))) !important
}

#s2id_ex_vehicule_recherche_categorie,
#s2id_ex_vehicule_recherche_marque,
#s2id_ex_vehicule_recherche_modele {
    width: 100%;
    padding: 0;
    height: 100%;
    position: relative;
    top: 8px;
    border: none !important;
    box-shadow: none !important;
}
#s2id_ex_vehicule_recherche_categorie a,
#s2id_ex_vehicule_recherche_marque a,
#s2id_ex_vehicule_recherche_modele a {
    border: none !important;
    box-shadow: none !important;
    background: #fff !important;
}
#s2id_ex_vehicule_recherche_categorie .select2-chosen,
#s2id_ex_vehicule_recherche_marque .select2-chosen,
#s2id_ex_vehicule_recherche_modele .select2-chosen {
    font-size: 16px !important;
    font-weight: 400;
}
#s2id_ex_vehicule_recherche_categorie .select2-arrow,
#s2id_ex_vehicule_recherche_marque .select2-arrow,
#s2id_ex_vehicule_recherche_modele .select2-arrow {
    border: none !important;
    background: #fff !important;
}
.select2-drop {
    border: none;
    box-shadow: 0 0 5px 0 #585858;
}
.carousel-nouvelles-actualites .slide,
.container-full-image-instagram,
.div-full-a-propos .div-bloc-avis,
.div-full-video-youtube-reseaux,
.ex-vehicule-recherche-form {
    box-shadow: var(--briks-shadow-1, 0 0 10px 0 var(--briks-color-translucid-dark-4, rgba(0, 0, 0, 0.1))) !important;
}
.select2-drop .select2-search input.select2-input {
    font-size: 10px !important;
    font-weight: 500;
    border-radius: 50px;
    margin-top: 5px;
}
.select2-drop .select2-results li {
    font-size: 14px;
    margin-right: 5px;
    border-radius: 6px;
}
.select2-drop .select2-results::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}
.select2-drop .select2-results::-webkit-scrollbar-thumb {
    background: var(--couleurVitrine);
    border-radius: 50px;
}
.select2-drop .select2-results li.select2-highlighted {
    background-color: var(--couleurVitrine);
}
#container_recherche_vehicule .input-group-text {
    background: #fff;
    border: none;
}
#container_recherche_vehicule input.form-control::before {
    content: "â†“";
    position: absolute;
    right: 0;
}
#container_recherche_vehicule input.form-control::placeholder {
    color: #999;
}
#container_recherche_vehicule input.form-control:disabled,
#container_recherche_vehicule input.form-control[disabled] {
    background: #f5f5f5;
    cursor: not-allowed;
}
.ex-vehicule-recherche-form {
    margin: 20px 20px 0;
    background: #fff;
    padding: 10px 0;
    border-radius: 50px;
}
.div-accueil-bouton-estimation a,
.ex-vehicule-recherche-button {
    background: var(--couleurVitrine) !important;
    box-shadow: none !important;
}
.ex-vehicule-recherche-button {
    width: 100%;
    border-radius: 50px;
    border: none;
}
.div-accueil-bouton-estimation {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.div-accueil-bouton-estimation::before {
    content: "";
    background: #c3c3c3;
    position: absolute;
    height: 60px;
    width: 1px;
    left: 0;
    bottom: 0;
}
.div-accueil-bouton-estimation a {
    border-radius: 50px;
    margin: 20px 20px 0;
    border: none;
    padding: 6px 60px;
    color: #fff;
    font-weight: 400;
    width: 100%;
    white-space: nowrap;
}
#container_recherche_vehicule_filtres {
    display: flex;
    justify-content: flex-end;
    margin: 0 20px 20px;
}
#container_recherche_vehicule_filtres a {
    margin: 10px 25px;
    text-decoration: underline;
    color: var(--couleurVitrine);
    font-weight: 400;
    font-size: 12px !important;
    white-space: nowrap;
}
.fond-couleur-occasion {
    position: absolute;
    background: #fafafa;
    width: 100%;
    height: 350px;
    bottom: 0;
    left: 0;
}
.titre-h2-occasion {
    margin: 0;
    text-align: center;
    padding: 40px 30px 10px;
    color: #fff;
}
.titre-h2-occasion p {
    margin: 0;
    font-weight: 700;
    font-size: 25px !important;
}

.titre-h3-occasion strong {
    font-weight: 500;
}
.titre-h3-occasion {
    margin: 0;
    text-align: center;
    padding: 0 30px 40px;
    color: #fff;
}
.titre-h3-occasion p {
    margin: 0;
    font-weight: 300;
    font-size: 16px !important;
}
.div-full-a-propos h2,
.div-full-actualites h2 {
    font-size: 18px !important;
    text-transform: uppercase;
}
.carousel-nouvelles-actualites .slide {
    position: relative;
    margin: 50px;
    border-radius: 30px;
    background: #fff;
    overflow: hidden;
}
.carousel-nouvelles-actualites .slick-arrow {
    bottom: 320px;
    top: initial;
}
.carousel-nouvelles-actualites .slick-arrow::before {
    font-size: 24px;
}
.carousel-nouvelles-actualites .actualite-overlay-href {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.carousel-nouvelles-actualites .actualite-image {
    width: 100%;
    object-fit: contain;
    aspect-ratio: 16/9;
    max-height: 250px;
    position: relative;
    z-index: 9;
}
.carousel-nouvelles-actualites .div-actualite-image{
    position: relative;
}

.carousel-nouvelles-actualites .div-actualite-image:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: blur(5px);
}
.carousel-nouvelles-actualites .actualite-bloc-contenu {
    margin: 20px;
    height: 200px;
    position: relative;
}
.carousel-nouvelles-actualites .actualite-pastille-categorie {
    background: var(--couleurVitrine);
    color: #fff;
    border-radius: 50px;
    padding: 0 25px;
}
.carousel-nouvelles-actualites .actualite-date-creation,
.div-full-a-propos h2 {
    color: var(--couleurVitrine);
}
.carousel-nouvelles-actualites .actualite-titre {
    color: var(--couleurVitrine);
    font-size: 18px;
    margin-top: 20px;
}
.carousel-nouvelles-actualites .actualite-texte,
.carousel-nouvelles-actualites .actualite-texte p {
    font-size: 14px !important;
    text-align: justify !important;
    color: var(--couleurPrincipaleTexteVitrine) !important;
}
.carousel-nouvelles-actualites .actualite-texte {
    font-family: "Fira Sans", sans-serif !important;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.carousel-nouvelles-actualites .actualite-texte p span {
    color: var(--couleurPrincipaleTexteVitrine) !important;
    background: 0 0 !important;
}
.carousel-nouvelles-actualites .actualite-texte h1,
.carousel-nouvelles-actualites .actualite-texte h2,
.carousel-nouvelles-actualites .actualite-texte h3,
.carousel-nouvelles-actualites .actualite-texte h4,
.carousel-nouvelles-actualites .actualite-texte h5,
.carousel-nouvelles-actualites .actualite-texte h6,
.carousel-nouvelles-actualites .actualite-texte hr,
.carousel-nouvelles-actualites .actualite-texte img {
    display: none !important;
}
.carousel-nouvelles-actualites .actualite-short-overlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 60px;
    background: #fff;
    background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 100%);
}
.div-full-a-propos .texte-a-propos p,
.div-full-a-propos .texte-avis p {
    color: var(--couleurPrincipaleTexteVitrine);
    font-size: 16px !important;
    font-weight: 400;
    text-align: justify;
}
.div-full-a-propos {
    padding: 80px 0 100px;
}
.div-full-a-propos h2 {
    margin: 0;
    font-weight: 700 !important;
    position: relative;
}
.div-full-a-propos h2::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 3px;
    width: 40px;
    background-color: var(--couleurVitrine);
}
.div-full-a-propos h3 {
    margin: 30px 0 10px;
}
.div-full-a-propos h3 p {
    color: var(--couleurPrincipaleTexteVitrine);
    font-size: 28px !important;
    font-weight: 200;
    margin: 0;
}
.div-full-a-propos h3 strong,
.div-full-actualites h3 strong,
.div-full-video-youtube-contenu h3 p strong {
    font-weight: 700;
}
.div-full-a-propos .a-propos-btn-contact {
    padding: 10px 30px;
    color: #fff !important;
    border-radius: 50px;
    background: var(--couleurVitrine) !important;
    border: none;
    box-shadow: none !important;
    white-space: nowrap;
}
.div-full-a-propos .texte-a-propos {
    margin: 5px 20px 30px;
}
.div-full-a-propos .div-boutons-a-propos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
}
.div-full-a-propos .image-avis {
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
    border-radius: 20px 0 0 20px;
}
.div-full-a-propos .div-bloc-avis {
    position: absolute;
    background: #fff;
    bottom: -50px;
    left: -80px;
    border-radius: 26px;
    width: 95%;
    padding: 30px;
    z-index: 9;
}
.div-full-a-propos .auteur-avis {
    color: var(--couleurVitrine);
    font-size: 16px !important;
    font-weight: 500;
    margin: 5px;
}
.div-full-a-propos .texte-avis p {
    margin: 5px;
}
.div-full-a-propos .icone-avis {
    background: var(--couleurVitrine);
    font-size: 40px !important;
    border-radius: 10px;
    color: #fff;
    position: absolute;
    right: -20px;
    top: -20px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.div-full-a-propos .div-stars-avis {
    display: flex;
    align-items: center;
}
.div-full-a-propos .div-stars-avis i {
    color: orange;
    margin: 5px;
}
.div-full-actualites {
    background-color: var(--couleurVitrine);
    position: relative;
    padding: 0 40px;
}
.div-full-actualites h2 {
    color: #fff;
    padding: 40px 0 0;
    font-weight: 700;
    position: relative;
    margin: 0 40px;
}
.div-full-actualites h2::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 3px;
    width: 40px;
    background-color: #fff;
}
.div-full-actualites h3 {
    margin: 30px 40px 20px;
}
.div-full-actualites h3 p {
    color: #fff;
    font-size: 28px !important;
    font-weight: 200;
}
.div-full-actualites .fond-couleur-actualites {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 397px;
    bottom: 0;
    left: 0;
}
.div-full-actualites .actualite-bouton-href {
    position: absolute;
    color: var(--couleurVitrine);
    bottom: -5px;
    right: 5px;
}
.div-full-annonce-estimation-reprise {
    background: #fff;
}
.div-full-annonce-estimation-reprise .annonce-estimation-reprise-div-txt {
    padding: 40px;
}
.annonce-estimation-reprise-div-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.div-full-annonce-estimation-reprise h2 {
    color: var(--couleurVitrine);
    font-size: 25px !important;
    font-weight: 700 !important;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}
.div-full-annonce-estimation-reprise ol {
    margin: 30px;
}
.div-full-annonce-estimation-reprise li {
    color: var(--couleurVitrine);
    margin: 20px 0;
    font-size: 16px;
    font-weight: 400;
}
.div-full-annonce-estimation-reprise a {
    border-radius: 50px;
    background: #fff !important;
    border: 1px solid var(--couleurVitrine) !important;
    box-shadow: none !important;
    padding: 10px 50px;
    color: var(--couleurVitrine);
    font-weight: 600;
}
.carousel-instagram .slide {
    margin: 20px;
}
.container-full-image-instagram {
    position: relative;
    background: #fff;
    border-radius: 15px;
}
.container-image-instagram {
    position: relative;
    overflow: hidden;
}
.container-image-instagram::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.img-instagram {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.overlay-image-instagram {
    opacity: 0;
    background: #ffffff8a;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: 0.3s;
}
.overlay-image-instagram img {
    width: 20%;
    filter: brightness(10);
    transition-duration: 0.3s;
}
.container-image-instagram:hover .overlay-image-instagram {
    opacity: 1;
    transition-duration: 0.3s;
}
.description-image-instagram {
    font-size: 14px !important;
    font-weight: 400;
    margin-bottom: 45px;
    padding: 10px;
}
.informations-compte-instagram {
    padding-bottom: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.informations-compte-instagram a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.informations-compte-instagram img {
    width: 30px;
}
.informations-compte-instagram p {
    color: #000;
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 14px !important;
}
.div-full-video-youtube {
    margin: 100px 0 200px;
}
.div-full-video-youtube-contenu {
    background: var(--couleurVitrine);
    padding: 40px 180px 40px 40px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
}
.div-full-video-youtube-contenu h2 p {
    font-weight: 700;
    font-size: 25px !important;
    color: #fff;
}
.div-full-video-youtube-contenu p {
    font-size: 16px !important;
    font-weight: 300;
    color: #fff;
    text-align: justify;
    margin-bottom: 30px;
}
.div-full-video-youtube-embed {
    padding: 0;
    border-radius: 30px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100px;
    right: -100%;
    transform: translateX(-120px);
    min-height: 400px;
    max-height: 450px;
}
.div-full-video-youtube-reseaux {
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    padding: 15px 30px;
    bottom: -50px;
    right: 150px;
}
.div-full-video-youtube-reseaux p {
    color: var(--couleurVitrine);
    margin: 0;
    font-size: 16px !important;
    font-weight: 500;
}
.div-full-video-youtube-reseaux .bulle-rs {
    color: var(--couleurVitrine);
    font-size: 20px;
    margin: 8px;
}
.div-lien-voir-tous-simple {
    padding: 20px 20px 60px;
    text-align: center;
    position: relative;
}
.div-lien-voir-tous-simple a {
    font-weight: 500;
    font-size: 18px;
    color: var(--couleurVitrine);
}
.div-bandeau-contact {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    position: relative;
}
.div-bandeau-contact h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 28px !important;
    padding: 20px;
    margin: 0;
    z-index: 9;
}
.div-bandeau-contact h3 {
    color: #fff;
    font-size: 18px !important;
    font-weight: 400 !important;
    z-index: 9;
    margin-bottom: 30px;
}
.div-bandeau-contact a {
    color: var(--couleurVitrine);
    background-color: #fff;
    z-index: 9;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 6px 40px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.div-bandeau-contact a i {
    margin-right: 10px;
}
.div-bandeau-contact-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--couleurVitrineOpacite);
}

#customTooltip {
    display: none;
    position: absolute;
    top: -30px;
    right: 0px;
    background-color: white;
    color: #b1b1b1;
    border: 1px solid #dfdfdf;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 10px;
}

#customTooltip i {
    padding-right: 4px;
}

@media screen and (max-width: 1450px) {
    .div-accueil-bouton-estimation a {
        padding: 6px 0;
    }
    .div-full-video-youtube {
        margin: 0 0 550px;
    }
    .div-full-video-youtube-contenu {
        max-width: 100% !important;
        width: 100% !important;
        flex: 0 0 100%;
        border-radius: 0;
        padding: 40px 40px 60px;
    }
    .div-full-video-youtube-embed {
        padding: 0;
        border-radius: 30px;
        overflow: hidden;
        max-height: 450px;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        transform: translateX(0);
        height: 300px;
        bottom: -500px;
    }
    .div-full-video-youtube-reseaux {
        left: 0;
        right: 0;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        bottom: -60px;
    }
    .carousel-sous-titre {
        font-size: 22px !important;
    }
}
@media screen and (max-width: 1200px) {
    .div-full-a-propos .div-full-avis {
        position: relative;
        margin: 20px;
    }
    .div-full-a-propos .image-avis {
        border-radius: 20px;
        max-height: 500px;
    }
    .div-full-a-propos .div-bloc-avis {
        position: relative;
        width: inherit;
        bottom: 100px;
        left: 0;
        margin: 25px;
    }
    .div-full-a-propos {
        padding: 20px 0 0;
    }
    .carousel-size {
        aspect-ratio: 16/6;
    }
    #container_recherche_vehicule_filtres a {
        margin: 10px 15px;
    }
    .carousel-description,
    .carousel-sous-titre,
    .carousel-titre {
        width: 600px;
    }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
    .div-accueil-bouton-estimation a {
        padding: 10px 0;
        font-size: 12px;
        font-weight: 600;
    }
}
@media screen and (max-width: 991px) {
    .ex-vehicule-recherche-form {
        border-radius: 20px;
        margin: 30px 5px;
    }
    .ex-vehicule-recherche-button {
        margin-top: 30px;
    }
    #container_recherche_vehicule_filtres a:not(:last-child),
    .div-accueil-bouton-estimation::before {
        display: none;
    }
    #container_recherche_vehicule_filtres {
        flex-direction: column;
        align-items: center;
        margin: 50px 20px 20px 20px;
    }
    #container_recherche_vehicule_filtres a{
        font-size: 18px !important;
    }
    .annonce-estimation-reprise-div-img {
        width: 100%;
        padding-top: 56.25%;
    }
    .div-bandeau-contact a {
        font-size: 14px;
        font-weight: 500;
    }
    #s2id_ex_vehicule_recherche_marque a,
    #s2id_ex_vehicule_recherche_modele a {
        padding: 0.375rem 0.75rem !important;
        margin-bottom: 20px !important;
    }
}
@media screen and (max-width: 850px) {
    .carousel-size {
        aspect-ratio: 16/14;
    }
    .carousel-titre {
        font-size: 22px !important;
    }
    .carousel-sous-titre {
        font-weight: 300 !important;
        padding: 10px 50px;
        text-align: center;
        font-size: 16px !important;
    }
    .carousel-indicators {
        display: none;
    }
    .carousel-description p {
        font-size: 14px !important;
        font-weight: 200;
    }
    .carousel-description,
    .carousel-sous-titre,
    .carousel-titre {
        width: 80%;
        margin: 0px;
    }
    .carousel-bouton {
        font-size: 12px;
        margin-top: 20px;
    }
    .div-full-a-propos .a-propos-btn-contact {
        padding: 10px 30px;
        color: #fff !important;
        border-radius: 50px;
        background: var(--couleurVitrine) !important;
        border: none;
        box-shadow: none !important;
        white-space: nowrap;
    }
    .div-full-a-propos .div-boutons-a-propos {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 40px;
    }
    .div-full-a-propos .div-lien-voir-tous-simple {
        margin-top: 30px !important;
        margin-bottom: 20px;
    }
    .carousel-nouvelles-actualites .slick-arrow {
        display: none !important;
    }
    .div-full-actualites {
        padding: 0;
    }
    .div-full-actualites h2 {
        margin: 0 20px;
    }
    .div-full-actualites h3 {
        margin: 30px 20px 20px;
    }
}
@media screen and (max-width: 767px) {
    .carousel-nouvelles-actualites .actualite-date-creation,
    .carousel-nouvelles-actualites .actualite-pastille-categorie {
        font-size: 12px;
    }
    .div-bandeau-contact h2 {
        font-weight: 500 !important;
        font-size: 20px !important;
    }
    .div-bandeau-contact h3 {
        font-size: 16px !important;
        font-weight: 300 !important;
    }
    .div-bandeau-contact a {
        padding: 6px 20px;
    }
}
</pre></body></html>