:root {
    --primary-h: 186;
    /* hue */
    --primary-s: 26%;
    /* saturation */
    --primary-l: 40%;
    /* lightness */
    --accent-h: 221;
    /* hue */
    --accent-s: 52%;
    /* saturation */
    --accent-l: 26%;
    /* lightness */
    --text-h: 185;
    /* hue */
    --text-s: 10%;
    /* saturation */
    --text-l: 21%;
    /* lightness */
    --background-h: 0;
    /* hue */
    --background-s: 0%;
    /* saturation */
    --background-l: 100%;
    /* lightness */
    --primary-font: "Inter", sans-serif;
    --secondary-font: "Plus Jakarta Sans", sans-serif;
    --h1-font-size: 3.25rem;
    --h2-font-size: 2.37rem;
    --h3-font-size: 1.25rem;
    --headings-line-height: 1.333333;
    --link-color: var(--primary-color-40);
    --border-radius: 1.25rem;
    --button-border-radius: .625rem;
    --transition: 0.3s all ease-in-out;
    --accent50: hsla(180, 26%, 96%, 1);
    --accent100: hsla(180, 27%, 90%, 1);
    --accent600: hsla(189, 26%, 36%, 1);
}


/*========= GENERAL ============== */

h1,
h2,
h3,
h4,
h5,
h6,
[class*="title"] {
    font-family: var(--secondary-font);
    font-weight: 800;
    color: hsla(186, 13%, 15%, 1);
}

.relative {
    position: relative;
}

.card {
    position: relative;
    display: block;
}

.card a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 4;
    transition: var(--transition);
}

.card-image {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.card:hover img {
    transform: scale(1.15);
    transition: var(--transition);
}

.nowrap {
    flex-wrap: nowrap;
}

.erreur .erreur,
.divGenerateurErreur .erreur {
    font-size: 14px;
}

.row-gap-24 {
    row-gap: 24px;
}

@media screen and (min-width: 993px) {
    .fold .view-contact {
        display: none;
    }
    .index-page .section {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }
    .pl-68 {
        padding-left: 68px;
    }
    .pr-68 {
        padding-right: 68px;
    }
}

@media screen and (max-width: 992px) {
    .fold .view-contact {
        padding-block: 8px;
    }
    .mt-30 {
        margin-top: 32px;
    }
}


/*============= HEADER ==================*/

h1 span,
.title-1 span {
    font-size: 30px;
    font-weight: 400;
}

@media screen and (min-width: 993px) {
    .main-header-content address {
        font-weight: 600;
        color: hsla(191, 21%, 15%, 1);
    }
}


/* BRAND */

.brand {
    padding: 12px 0;
}

.brand a {
    display: inline-block;
    transition: opacity .3s;
}

.brand a:hover {
    opacity: .75;
}

header .brand img.footer-only,
footer .brand img.header-only,
.rappel_telephonique .brand img.footer-only {
    display: none;
}


/*=========== BOUTONS=========*/

.btn {
    padding: 15px;
}

.btn.accent:hover,
.btn.accent:focus {
    background-color: hsla(192, 19%, 27%, 1);
}

.btn.accent svg {
    margin-right: 10px;
}

.btn.primary:hover {
    background-color: hsla(190, 23%, 31%, 1);
}

.btn.outlined {
    border-color: hsla(186, 26%, 40%, 1);
    border-width: 2px;
    color: hsla(194, 17%, 24%, 1);
    font-weight: 600;
}

.btn.outlined:hover {
    background-color: hsla(189, 26%, 36%, 1);
    border-color: hsla(189, 26%, 36%, 1);
    color: white;
}

@media screen and (min-width: 601px) {
    .btn {
        width: auto;
    }
}


/* SLIDER */

.slider-slick {
    width: 100%;
    background-color: var(--background-color);
    position: relative;
    z-index: 0;
}

.slider-slick .slick {
    height: 100%;
}

.slide-img {
    background-size: cover;
    background-position: center;
}

.slide-img.slide-01 {
    position: relative;
    background: linear-gradient(270.28deg, hsla(191, 21%, 15%, 0.6), hsla(191, 21%, 15%, 0.6)), url('../assets/gifs/slider/slide-01.jpg');
    background-position: center center;
    background-size: cover;
}

.slide-img.slide-02 {
    background-image: url('../assets/gifs/slider/slide-02.jpg');
}

.slide-img.slide-03 {
    background-image: url('../assets/gifs/slider/slide-03.jpg');
}

.slide-img .container {
    min-height: auto;
    margin: 10% auto;
    position: relative;
}

.slide-img .container .bloc {
    height: 500px;
}

.slick-slider {
    margin-bottom: 0;
}

.slid-coordonnee {
    background-color: white;
    border-radius: var(--border-radius);
    padding: 20px 40px;
    margin-top: 57px;
    color: hsla(182, 15%, 36%, 1);
}

.slid-coordonnee .label-coord {
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 12px;
}

.slide-content .title-1 {
    padding: 0 45px;
    color: white;
    margin-top: 0;
}

address span {
    display: block;
}

.slid-coordonnee .reseaux-sociaux {
    margin-top: 23px;
}

.slid-coordonnee .reseaux-sociaux a svg {
    fill: hsla(186, 13%, 15%, 1);
}

@media screen and (max-width: 992px) {
    .slid-coordonnee {
        text-align: center;
    }
    .slide-content .btn-contact {
        margin-bottom: 20px;
    }
    .slick-dots li button {
        height: 1rem;
        width: 1rem;
    }
}


/* ******************************************** MENU ****************************************** */

.header-content .nav#main-nav>ul>li>a {
    padding-block: 1rem;
    padding-inline: 0.75rem;
    color: var(--text-color);
}

.header-content .nav ul.dropdown li a.selected {
    color: var(--accent-color);
}

.header-content .nav#main-nav>ul>li {
    position: relative;
}

@media screen and (max-width: 1200px) {
    .header-content .nav#main-nav>ul>li>a {
        padding-block: 1rem;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        font-size: 14px;
    }
    .main-header-content .btn.accent,
    .main-header-content address {
        font-size: 14px;
    }
}

@media screen and (min-width: 993px) {
    .nav#main-nav>ul>li.sous_menu>a {
        cursor: default;
    }
    .header-content .nav#main-nav>ul>li>a::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 2px;
        background-color: var(--accent-color);
        width: 0;
        transition: var(--transition);
    }
    .header-content .nav#main-nav>ul>li>a.selected:before,
    .header-content .nav#main-nav>ul>li>a:hover:before {
        width: 100%;
        left: 0;
        right: 0;
    }
    .header-content .nav .dropdown a {
        font-size: 13px;
        color: var(--text-color)
    }
    .header-content .nav .dropdown a:hover {
        color: var(--accent-color);
    }
    .hide-contact {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .menu-mobile .btn-menu {
        color: var(--accent800);
    }
    .header-content .nav#main-nav li:not(.opened) a.selected {
        border-bottom-color: var(--accent-color);
        color: var(--accent-color);
    }
    .menu-mobile {
        height: 6.5rem;
        z-index: 10;
        background-color: white;
        transition: all .3s;
    }
    .header-content #nav-container,
    .header-content .nav>ul>.sous_menu.opened ul.dropdown {
        margin-top: 6.5rem;
    }
    .hide-contact {
        display: block;
    }
    .header-content .nav>ul>.sous_menu.opened ul.dropdown,
    .header-content .nav .dropdown>.sous_menu.opened ul.ssdropdown {
        right: 0;
        top: 0;
    }
    .header-content .nav#main-nav>ul>.sous_menu.opened>a,
    .header-content .nav#main-nav .dropdown>.sous_menu.opened>a {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 8rem);
        height: 6.5rem;
        margin: auto;
        padding: 0;
        line-height: 1.25;
        color: var(--accent-color);
        border-bottom: none;
        background: transparent;
    }
}


/* ==============================  BLOC 01  ============================== */

#bloc-01 {
    background-color: var(--accent100);
    padding-top: 100px;
    padding-bottom: 0;
}

h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before {
    display: none;
}

h1.h1-geoloc span,
.title-1.h1-geoloc span {
    font-size: 33px;
    font-weight: 800;
}

#bloc-01 .btn-rdv {
    margin-bottom: 6rem;
}

#bloc-01 table {
    display: block;
    background: var(--accent600);
    padding: 40px;
    font-style: normal;
    color: white;
    border-radius: var(--border-radius);
    margin-block: 60px;
}

#bloc-01 table ul {
    list-style: none;
    padding-left: 0;
    font-size: 18px;
}

#bloc-01 table strong {
    font-size: 20px;
}

#bloc-01 table ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

#bloc-01 table ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-image: url('../assets/gifs/icon-ul.png');
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width: 993px) {
    #bloc-01 img {
        position: absolute;
        bottom: 0;
        max-width: 500px;
        width: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 992px) {
    #bloc-01 {
        padding-top: 100px;
        padding-bottom: 55px;
    }
}


/* ==============================  ENCART PRESTATIONS  ============================== */

#encart-prestations .title-2 {
    margin: 0;
}

.prestations-card {
    padding: 55px 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    height: 100%;
    border-radius: var(--border-radius);
    background-color: var(--accent50);
}

.prestations-card-image {
    overflow: hidden;
    position: absolute;
    top: -40px;
    height: auto;
}

.prestations-card:hover {
    background-color: var(--primary-color);
    color: white;
}

.prestations-card:hover a,
.prestations-card:hover .prestations-encart-card-title .title-3 {
    color: white;
}

.prestations-card-title {
    font-size: 30px;
    font-weight: 400;
    display: block;
    text-align: center;
    margin-bottom: 12px;
}

.prestations-encart-card-title .title-3 {
    margin: 0;
}

.prestations-card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.prestations-card-content a {
    font-weight: 600;
    text-decoration: none;
    margin-top: 16px;
    color: hsla(186, 13%, 15%, 1);
}

.slick-prestations {
    margin-top: 3rem;
    row-gap: 76px;
}

@media screen and (min-width: 993px) {
    #encart-prestations .slick-slider {
        margin-bottom: 0;
        margin-top: 3rem;
    }
}

@media screen and (max-width: 992px) {
    .prestations-card {
        margin-top: 42px;
    }
}

@media screen and (max-width: 600px) {
    .slick-dots {
        bottom: -5rem;
    }
    .slide-content .title-1 {
        padding: 0;
        font-size: 2.5rem;
    }
}


/* ******************************************* ENCART CONTACT ******************************************** */

.background-image {
    padding: 48px 100px;
    border-radius: var(--border-radius);
    position: relative;
    overflow: hidden;
}

.background-image::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    width: 231px;
    height: 248px;
    background-image: url(../assets/gifs/bg-contact.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.background-image::after {
    content: "";
    position: absolute;
    left: -120px;
    bottom: -29px;
    width: 186px;
    height: 201px;
    background-image: url(../assets/gifs/bg-contact.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    transform: rotate(343deg);
    transform-origin: center;
}

#encart-contact .title-2 {
    margin: 0;
    color: white;
}

#encart-contact .btn-rdv {
    margin-top: 48px;
}

#encart-contact .reseaux-sociaux a svg {
    fill: white;
}

.contact-card {
    margin-bottom: 20px;
}

.contact-card-title {
    color: white;
    margin-bottom: 12px;
}

@media screen and (max-width: 992px) {
    #encart-contact .btn-rdv {
        margin-top: 48px;
        margin-bottom: 48px;
    }
}

@media screen and (max-width: 600px) {
    .background-image {
        padding: 48px 25px;
    }
    .background-image::after {
        left: -77px;
        bottom: -43px;
        width: 126px;
        height: 158px;
    }
    .background-image::before {
        width: 74px;
        height: 129px;
    }
}


/* ******************************************** ENCART AVIS ****************************************** */

.encart-avis {
    background-color: var(--accent100);
}

.avis-encart-card-text {
    margin-left: 20%;
}

.slick-avis {
    margin-top: 64px;
}

.encart-avis .avis-card.js-more .avis-card-text::after {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--accent100));
}

.encart-avis .title-2 {
    margin-top: 0;
}


/* ******************************************* BLOC 02 ******************************************** */

.t-20 {
    font-size: 20px;
}

@media screen and (min-width: 601px) {
    #bloc-02 .parent,
    #bloc-03 .parent {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(5, 1fr);
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        height: 100%;
    }
    #bloc-02 .div1 {
        grid-area: 1 / 1 / 4 / 4;
    }
    #bloc-02 .div2 {
        grid-area: 4 / 1 / 6 / 2;
    }
    #bloc-02 .div3 {
        grid-area: 4 / 2 / 6 / 4;
    }
}

#bloc-02 img,
#bloc-03 img,
#bloc-04 img {
    border-radius: var(--border-radius);
    height: 100%;
    object-fit: cover;
}

.encart-note {
    background: var(--primary-color);
    padding: 30px;
    border-radius: var(--border-radius);
    color: white;
    height: 100%;
    font-size: 18px;
}

@media screen and (max-width: 600px) {
    #bloc-02 .parent,
    #bloc-03 .parent {
        display: flex;
        height: 100%;
        flex-direction: column;
        gap: 24px;
    }
}


/* ******************************************* ENCART ACTUALITE ******************************************** */

#encart-actualites {
    background-color: var(--accent50);
}

.slick-actualites {
    margin-top: 60px;
}

.actualites-card-image {
    border-radius: var(--border-radius);
    margin-bottom: 20px;
}

.actualites-card:hover .actualites-card-image a::before {
    background-color: hsla(0, 0%, 0%, 0.3);
}

#encart-actualites .title-2 {
    margin-inline: 30px;
    margin-block: 0;
}

.actualites-card-title a {
    text-decoration: none;
    color: hsla(186, 13%, 15%, 1);
    font-size: 20px;
    font-weight: 800;
}

.actualites-card-text {
    margin-block: 8px;
}

.lire-plus {
    text-decoration: none;
    color: hsla(186, 13%, 15%, 1);
}

.actualites-encart-btn {
    margin-top: 60px;
}

.actualites-card-image a img {
    width: 100%;
}

@media screen and (max-width: 992px) {
    .actualites-encart-btn {
        margin-top: 122px;
    }
}


/* ******************************************* BLOC 03 ******************************************** */

@media screen and (min-width: 601px) {
    #bloc-03 .div1 {
        grid-area: 1 / 1 / 4 / 4;
    }
    #bloc-03 .div2 {
        grid-area: 4 / 1 / 6 / 3;
    }
    #bloc-03 .div3 {
        grid-area: 4 / 3 / 6 / 4;
    }
}

@media screen and (min-width: 993px) {
    #bloc-03 h2 {
        margin: 0;
    }
}


/* ******************************************* BLOC 04 ******************************************** */

#bloc-04 img {
    max-height: 400px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 48px;
}

@media screen and (min-width: 993px) {
    #bloc-04 h2 {
        margin-top: 0;
    }
    .pr-65 {
        padding-right: 65px;
    }
    .pl-70 {
        padding-left: 70px;
    }
}


/* ******************************************* FOOTER ******************************************** */

footer .section,
.index-page footer .section {
    padding-block: 39px;
}

.footer-contact p {
    margin: 0 0 12px;
    font-weight: 600;
}

footer .reseaux-sociaux a svg {
    fill: white;
}

footer address {
    margin: 0;
}

.footer-2 {
    font-weight: 600;
}

#footer-nav .nav ul li.no-menu {
    display: none;
}

#footer-nav .nav ul li.sous_menu ul.dropdown {
    position: absolute;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: max-content;
    min-width: 100%;
    margin: 0;
    padding: 0;
    font-weight: normal;
    z-index: 1;
    background-color: #fff;
    border: 1px solid var(--primary-color);
}

#footer-nav .nav ul li.sous_menu>a::after {
    position: absolute;
    right: 0.625rem;
    display: block;
    font-family: var(--icon-font);
    line-height: 0;
    content: "\e5c5";
    position: static;
    display: inline-block;
    margin: -0.125em 0 0 0.25em;
    text-decoration: none;
}

#footer-nav nav a {
    font-weight: 400;
    line-height: 24px;
}

footer nav a:hover {
    color: var(--accent-color);
}

#footer-nav .nav ul li a.selected,
#footer-nav .nav ul li:hover>a {
    text-decoration: underline;
}

#footer-nav .nav>ul>li {
    margin-bottom: 8px;
}

#footer-nav .nav ul li.sous_menu ul.dropdown>li:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

#footer-nav .nav ul li.sous_menu {
    position: relative;
}

#footer-nav .nav ul li.sous_menu:hover ul.dropdown {
    display: flex;
}

#footer-nav .nav ul li.sous_menu ul.dropdown>li a {
    padding: 0.5rem;
    margin: 0;
    font-size: 13px;
    display: block;
    color: var(--accent-color)
}

footer .reseaux-sociaux svg {
    fill: hsla(0, 0%, 0%, 1);
    ;
}

.lien-maps:hover {
    opacity: 0.7;
}

.footer-contact p svg {
    margin-right: 10px;
}

@media screen and (min-width: 993px) {
    #footer-nav .nav>ul {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 1.5rem;
        margin: 1.5rem 0;
    }
    footer #footer-nav .nav ul li.sous_menu ul.dropdown {
        bottom: 100%;
    }
}

@media screen and (max-width: 992px) {
    footer .brand,
    footer p {
        text-align: center;
    }
    .footer-contact {
        display: flex;
        flex-direction: column;
        row-gap: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    #footer-nav .nav>ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 1.5rem 0;
        flex-direction: column;
    }
    footer #footer-nav .nav ul li.sous_menu ul.dropdown {
        display: none;
    }
    #footer-nav .nav ul li.sous_menu>a::after {
        display: none;
    }
    footer .reseaux-sociaux ul {
        display: flex;
        justify-content: center;
    }
}


/* ******************************************* PAGE INTERNE ******************************************** */

.bg-hero::before,
.hero-interne::before,
.hero-interne::after,
.bg-hero::after {
    position: absolute;
    content: "";
    background: url('../assets/gifs/slider/slide-01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    height: 100%;
    z-index: -1;
    background-position: center;
    margin: 0 auto;
}

.page-interne .bg-hero::after,
.hero-interne::after {
    background: linear-gradient(180deg, hsla(191, 21%, 15%, 0.6), hsla(191, 21%, 15%, 0.6));
}

.sc-content .ac-doubleColonne.bg-hero,
.hero-interne {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 421px;
    margin-bottom: 48px;
    margin-top: -1.4rem;
}

nav#fil_ariane,
#fil_ariane {
    margin-bottom: 48px;
}

.contact-page .hero-interne {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 447px;
    margin-bottom: 48px;
    margin-top: 0;
}

.hero-interne h1,
.bg-hero .title-1,
.hero-interne .title-1 {
    text-align: left;
    color: white;
}

.page-interne #encart-contact,
.page-interne #encart-formulaire {
    width: 100vw;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    height: 100%;
    position: relative;
}

.page-interne .ac-stat .ac-colonne {
    border: 1px dotted var(--primary-color);
    padding: 15px;
    background: var(--background-color);
}


/* PAGE ACTU DETAIL */

.container_actualite .clear_both {
    margin-bottom: 0px;
}

body.actualites-detail .listing-autres-actus-categorie {
    height: max-content;
    padding: 24px;
    margin-bottom: 24px;
    background-color: var(--primary-color-90);
    border-radius: var(--border-radius);
}

body.actualites-detail .listing-autres-actus-categorie .detail-btn {
    text-align: center;
}

#listing-autres-actus-categorie ul li ul {
    padding-left: 0;
}

#listing-autres-actus-categorie ul li ul li {
    list-style: none !important;
}

#listing-autres-actus-categorie ul li a {
    text-decoration: none;
}

#listing-autres-actus-categorie ul li a:hover {
    text-decoration: underline;
}

.fb-like.fb_iframe_widget {
    position: relative;
    top: 6px;
}

.listing-autres-actus-categorie-mois {
    margin-block: 5px;
    display: block;
}


/* pagination actu*/

.paginationControl {
    letter-spacing: normal;
    text-align: center;
    padding: 40px 0 0;
}

.paginationControl a,
.paginationControl span {
    display: inline-block !important;
    padding: 0 10px;
    color: white;
    font-size: 14px;
    line-height: 30px;
    background: var(--primary-color);
    border: 1px solid #dcdde1;
}

.paginationControl a:hover,
.paginationControl span.selected {
    color: white;
    background: var(--accent-color);
}

.paginationControl span.disabled {
    color: #353b48;
    background: #dcdde1;
}

form .btn.accent {
    width: 100%;
}

.block-txt .ac-colonne {
    border: 1px solid hsla(219, 32%, 60%, 1);
    padding: 20px;
    border-radius: var(--border-radius);
}

.contact-page-horaires .row {
    margin-block: .85rem;
}

.page-interne .ac-stat .ac-colonne {
    border: 1px dotted var(--accent-color-30);
    padding: 15px;
    border-radius: var(--border-radius);
}

.page-interne .ac-stat .title-3 {
    font-size: 21px;
}

.page-interne .ac-colonne em {
    display: block;
    font-style: normal;
    background: var(--primary-color);
    padding: 16px;
    color: white;
    border-radius: var(--button-border-radius);
}

.sc-content .ac-doubleColonne .ac-colonne img {
    border-radius: var(--border-radius);
}

.detail-actu-image img {
    border-radius: var(--border-radius);
}

.form_left .btn {
    width: 100%;
}

@media screen and (min-width: 993px) {
    .cp_ville {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    .page-interne h2 {
        margin: 15px 0;
    }
    .sc-content .ac-doubleColonne .img-right img {
        padding-left: 80px;
        height: 100%;
        object-fit: cover;
    }
    .sc-content .ac-doubleColonne .img-left img {
        padding-right: 80px;
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 992px) {
    .contact-page .hero-interne {
        margin-top: 0;
    }
    .block-txt .ac-colonne {
        border: 1px solid hsla(219, 32%, 60%, 1);
        padding: 20px;
        margin-bottom: 48px;
    }
    .page-interne .ac-stat .ac-colonne {
        margin-bottom: 32px;
    }
}

@media screen and (min-width: 601px) {
    .actualites-listing .recherche_actu #recherche_actu_submit {
        margin-left: .5rem;
        width: 3rem;
        padding: 7px;
    }
}