﻿@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --bs-link-color: $secondary
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important
}

.accordion {
    --bs-accordion-active-bg: transparent;
    --bs-accordion-btn-bg: transparent;
    --bs-accordion-border-color: transparent;
    --bs-accordion-active-color: $primary;
    --bs-accordion-btn-color: $secondary
}

a {
    text-decoration: none;
    color: #394569
}

body {
    font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500
}

h3 {
    font-size: 24px
}

.onepage h2 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    color: #4F82D4;
    font-family: 'Montserrat';
}
.content_list_realisations {
    border: 1px solid #4F82D4;
    border-radius: 30px;
    padding: 30px;
}
.content_real h3
 {
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #0A0A0A;
    line-height: 28px;
}
.content_real {
    margin: 16px 0 !important;
}
.content_real p {
    font-size: 14px;
    color: #4A5565 !important;
    font-family: "Montserrat";
    margin-bottom: 0;
}
.content_real a {
    justify-content: space-between;
}
.lieu p {
    font-size: 13px;
    font-family: "montserrat";
    color: #0071B8 !important;
    margin-bottom: 10px;

}
.content_real img {
    border-radius: 20px;
}
.body-interne h2.titre-page {
    text-align: center;
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 700;
    color: #4F82D4;
}
#sticker-sticky-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.swiper-pagination-bullet {
    background-color: #4f82d4 !important;
    border-radius: 0 !important
}
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    color: white;
    font-size: 25px !important;
    letter-spacing: 0.1em;
    font-family: 'Poppins';
    font-weight: 300 !important;
    background-color: #4F82D4 !important;
    border-radius: 50px !important;
    position: absolute !important;
    top: 40px !important;
}
.slide-ba {
    border-radius: 50px !important;
}
a.voir_plus {
    color: #0A0A0A;
    font-size: 25px;
    font-weight: 600;
    display: block;
    width: fit-content;
    margin: 20px auto;
    border: 1px solid #000;
    padding: 10px 20px;
    border-radius: 43px;
    margin-top: 40px;
}
.slide .swiper-pagination-bullets {

    z-index: 10000 !important;
    left: 125px !important;
    text-align: left !important;
    width: fit-content !important;
    background: #fff !important;
    padding: 6px 10px !important;
    border-radius: 60px !important;
    bottom: 40px !important;
}
.swiper-button-next,
.swiper-button-prev {
    color: #787575 !important
}

.swiper {
    width: 100%;
    height: 100%
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

ul#breadcrumb {
    padding: 10px 16px;
    list-style: none;
    margin-bottom: 0;
    margin-bottom: 30px
}

ul#breadcrumb li {
    display: inline;
    font-size: 16px;
    color: #545454
}

ul#breadcrumb li a {
    color: #000;
    text-decoration: none
}

ul#breadcrumb li a:hover {
    color: #545454;
    text-decoration: none
}

ul#breadcrumb li+li:before {
    padding: 8px;
    color: #000;
    content: "> "
}

.breadcrumb {
    margin-bottom: 0;
    background: rgba(0, 0, 0, 0);
    align-items: center;
    justify-content: center
}

#home {
    width: 100%
}

#home #sticker {
    position: relative;
    z-index: 100 !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
}
.is-sticky .navigation {
    background: rgb(255 255 255 / 96%);
    backdrop-filter: blur(3px);
}
#home .is-sticky .navbar-nav .nav-link {
    color: #000 !important;
}
.body-interne #sticker {
  background: #fff !important;
}
.body-interne #home .navbar-nav .nav-link {
  color: #000;
}
#home nav {
    background-color: rgba(0, 0, 0, 0) !important;
    height: 100px;
    margin: 0 auto;
    justify-content: center
}

#home nav .navbar-brand img {
    width: 180px
}

@media(max-width: 575.98px) {
    #home nav .navbar-brand img {
        width: 150px
    }
}

@media(min-width: 1200px) {
   .contact {
    margin-top: 40px !important;
   }
}

#home nav .container {
    margin: 0
}

@media(max-width: 575.98px) {
    #home nav .container {
        padding: 0
    }
}
@media (min-width:768px) {
    .avis_google {
        margin-top: 20px;
    }
}
#home nav #main_nav {
    justify-content: center
}

#home .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

#home .navbar-nav .nav-link.active {
    color: #000;
}
.navbar-nav .nav-link {
        font-family: "poppins";
        font-size: 15px;
    }
.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}
.header_top {
    position: relative;
}
.content_header_top {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 85%;
    right: 0 !important;
}
.logo_top {
    list-style-type: none;
    display: flex
;
    padding: 0;
    justify-content: flex-end;
    align-items: flex-end;
}
.logo_top li {
    margin: 0 20px;
}
@media(max-width: 1399.98px) {
    #home .navbar-nav .nav-link {
        font-size: 15px
    }
}

#home .navbar-nav .nav-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media(max-width: 575.98px) {
    #home .navbar-nav .nav-item.dropdown>a {
        display: inline-flex;
        align-items: center;
        margin-right: 15px
    }
    #home .navbar-nav .nav-item .dropdown-menu {
        flex-basis: 100%;
        margin-top: .5rem
    }
}

#home .navbar-nav .dropdown-menu {
    top: 30px
}

@media(max-width: 575.98px) {
    #home .navbar-nav {
        background-color: #b8822c;
        padding: 20px
    }
}

#home .header-encart {
    color: #fff;
    background-color: red;
    font-size: 24px;
    width: fit-content;
    padding: 10px;
    border-image-slice: 50 50 50 50 fill;
    border-image-width: 55px 55px 55px 55px;
    border-image-outset: 3px 3px 3px 3px;
    border-image-repeat: repeat repeat;
    border-style: solid;
    border-image-source: url("images/border_encart_pub.svg")
}

@media(max-width: 575.98px) {
    #home .header-encart {
        font-size: 18px
    }
}

#home .header-encart em {
    color: #000;
    font-size: 12px
}

#home .header-encart p {
    margin: 0
}

.container-hero {
    position: relative
}

.container-hero .slide {
    position: relative;
    max-height: calc(100vh - 100px)
}

.container-hero .slide .custom-slide-header {
    max-height: calc(100vh - 100px)
}

.container-hero .slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
    pointer-events: none
}

@media(max-width: 575.98px) {
    .container-hero .slide::after {
        content: none
    }
}

.container-hero .slide .slide-items img {
    width: 100%
}

.container-hero .header-contenu {
    position: absolute;
    top: 50%;
    width: 40%;
    left: 40px;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff
}

.container-hero .header-contenu h1:before,
.container-hero .header-contenu h2:before,
.container-hero .header-contenu h3:before,
.container-hero .header-contenu h4:before,
.container-hero .header-contenu h5:before,
.container-hero .header-contenu h6:before {
    content: none
}

@media(max-width: 575.98px) {
    .container-hero .header-contenu {
        position: relative;
        background-color: #394569;
        transform: none;
        left: 0;
        top: auto;
        padding-top: 15px;
        width: 100%
    }
    .container-hero .header-contenu h2 {
        font-size: 30px
    }
}

.container-hero .header-contenu .content-text {
    margin-bottom: 20px
}

.container-hero .container-logos-header {
    position: absolute;
    width: 100%;
    bottom: 30px;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    padding: 0 60px
}

@media(max-width: 575.98px) {
    .container-hero .container-logos-header {
        background-color: #394569;
        position: relative;
        bottom: auto;
        padding: 10px
    }
}

.dropdown-menu {
  --bs-dropdown-border-radius: 0;
    --bs-dropdown-bg: transparent !important;
    --bs-dropdown-border-color: transparent;
    --bs-dropdown-link-color: #000000;
    --bs-dropdown-link-active-color: #000000;
    --bs-dropdown-link-hover-bg: #5a5a5a;
    --bs-dropdown-link-hover-color: #ffffff;
    font-size: 14px;
    padding: 0 !important;
}

@media(max-width: 575.98px) {
    .dropdown-menu {
        --bs-dropdown-border-color: none
    }
}

footer {
    background: #101828;
}
footer .container .row {
    width: 100% !important;
    align-items: center;
}
footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px 0
}

@media(max-width: 575.98px) {
    footer .container {
        flex-direction: column-reverse;
        row-gap: 20px
    }
}

footer .container .container-ml {
    display: flex;
    gap: 10px;
    align-content: center;
    align-items: center;
    flex-wrap: wrap
}

footer .container .container-ml a {
    font-size: 12px
}

footer .container .footer-menu {
   display: flex;
    margin: 0;
    gap: 8px;
    justify-content: flex-end;
    padding: 0;
}

@media(max-width: 575.98px) {
    footer .container .footer-menu
 {
        display: flex
;
        padding: 0;
        margin: 0;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
        gap: 10px;
    }
}

@media(max-width: 1399.98px) {
    footer .container .nav-link {
        font-size: 14px
    }
}

footer .container .nav-link.active {
    color: #787575
}

footer .container .footer-menu {
    list-style-type: none
}

footer .container .navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 30px
}
 footer .container .nav-link {
    color: #99A1AF;
    font-size: 13px;
    font-family: 'Poppins';
}

.onepage footer .container .nav-link.active {
    color: #fff;
}

footer .container a {
    color: #99A1AF;
    font-size: 14px;
    font-family: 'Poppins';
    margin: 0 2px;
}
.mentions img {
    width: 130px !important;
}
.footer-phone {
    display: flex
;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    background: #ffffff;
    position: fixed;
    width: 100%;
    bottom: 0;
    color: #000;
    z-index: 100000;
}

.footer-phone a {
    color: #4f82d4 !important;
    font-weight: 700;
    margin: 0 10px !important;
}
.footer-phone p {
    margin-bottom: 5px
}

html,
body {
    overflow-x: hidden;
    position: relative;
    scroll-behavior: auto !important
}

strong {
    font-weight: 600
}

.onepage section {
    padding-top: 90px
}

@media(max-width: 575.98px) {
    .onepage section {
        padding-top: 40px
    }
}
.content_sections {
 background: url(images/bg_section.png) no-repeat;
    background-size: cover;
    border-radius: 60px;
    padding: 40px;
    margin-top: 25px;
}
.content_sections section {
    padding-top: 0 !important;
}
.peinture, .platrerie {
       background: rgb(255 255 255 / 10%);
    color: #fff;
    border-radius: 40px;
    border: 1px solid rgb(255 255 255 / 50%);
    padding: 30px;
    font-size: 19px;
    font-family: 'Poppins';
    align-items: center;
    backdrop-filter: blur(5px);
}
.peinture h2::before {
    background: url(images/ico_peinture.png) left no-repeat;
    content: "peinture";
}
.platrerie h2::before {
    background: url(images/ico_platre.png) left no-repeat;
    content: "Plâtrerie";
}
.platrerie {
    margin-top: 20px;
}
.peinture h2::before, .platrerie h2::before {
       color: transparent;
    -webkit-text-stroke: 1px rgb(227 243 255 / 50%);
    text-transform: uppercase;
    font-size: 62px;
    letter-spacing: 18px;
    padding-left: 100px;
    display: block;
    margin-bottom: 16px;
    background-size: contain;
    font-family: "poppins";
    text-align: right;
}
.peinture h2, .platrerie h2 {
    font-size: 62px;
    color: #fff;
    text-transform: initial;
}
.peinture h2 a, .platrerie h2 a {
    color: #fff !important;
}
.peinture img , .platrerie img {
    border-radius: 20px;
}
#accueil p.titre-page {
 font-size: 64px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4F82D4;
    font-family: 'Montserrat';
}
a.savoir_plus {
    font-size: 25px;
    color: #0A0A0A;
    display: block;
    margin-top: 10px;
}
.img_accueil {
    align-content: end;
}
.savoir_plus img {
    margin-left: 13px;
}
#accueil h1 {
     font-size: 30px;
    margin-bottom: 20px;
}
#accueil .content-text {
    font-size: 19px;
    color: #4A5565;
}
#accueil .images-accueil {
    display: flex;
    position: relative
}

#accueil .images-accueil img {
    box-shadow: 0 10px 40px rgba(0, 0, 0, .2)
}

#accueil .images-accueil img:nth-child(1) {
    z-index: 2;
    margin-top: 105px;
    position: absolute
}

@media(max-width: 575.98px) {
    #accueil .images-accueil img:nth-child(1) {
        position: relative;
        margin: auto;
        width: 40%
    }
}

#accueil .images-accueil img:nth-child(2) {
    position: absolute;
    left: 340px;
    margin-left: -84px;
    z-index: 1
}

@media(max-width: 575.98px) {
    #accueil .images-accueil img:nth-child(2) {
        position: relative;
        margin: auto;
        left: auto;
        width: 40%
    }
}

#qsn {
    background-color: #f9f9f9
}

#qsn h2 {
    border-bottom: solid 1px #d1d1d1;
    padding-bottom: 36px
}

#qsn .row {
    margin-top: 47px
}

#qsn .galerie-voiture-pret {
    text-align: center;
    padding-top: 50px
}

#qsn .galerie-voiture-pret h3 {
    font-size: 50px
}

@media(max-width: 575.98px) {
    #qsn .galerie-voiture-pret h3 {
        font-size: 35px
    }
}

#qsn .galerie-voiture-pret .container-slide-photos {
    position: relative;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    z-index: 1;
    padding: 30px 0
}

#qsn .galerie-voiture-pret .container-slide-photos::before,
#qsn .galerie-voiture-pret .container-slide-photos::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 0
}

#qsn .galerie-voiture-pret .container-slide-photos::before {
    background-color: #c1272d;
    left: -20px;
    top: 50%;
    transform: translateY(-50%)
}

#qsn .galerie-voiture-pret .container-slide-photos::after {
    background-color: #f4c542;
    right: -20px;
    top: 50%;
    transform: translateY(-50%)
}

#garage-carrosserie {
    position: relative;
    top: -209px;
    padding-top: 209px;
    background-color: #394569;
    background: url(images/bg_garage.png) no-repeat;
    background-size: cover
}

#garage-carrosserie h2 {
    color: #fff;
    text-align: center
}

#garage-carrosserie h3 {
    color: #fff
}

#garage-carrosserie #garage,
#garage-carrosserie #carrosserie {
    padding-top: 90px;
    position: relative;
    z-index: 2
}

#garage-carrosserie #garage .row-activite {
    background: url("images/barres_bg.png") center center no-repeat;
    background-size: contain;
    position: relative;
    z-index: 1;
    padding: 60px 0
}

#garage-carrosserie:after {
    content: "";
    background: #fff;
    height: 140px;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0
}

#avant-apres {
    position: relative;
    top: -230px;
    text-align: center;
    max-width: 100%
}

#actus-avis {
    background: linear-gradient(180deg, rgb(255, 255, 255) 66%, rgb(255, 246, 215) 66%);
    margin-top: -209px
}

#actus-avis .container-avisactus {
    display: flex;
    justify-content: space-evenly;
    gap: 20px
}

#actus-avis .container-insta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center
}

#faq {
    background-color: #fff6d7;
    padding-bottom: 90px
}

@media(max-width: 575.98px) {
    .container-faq {
        row-gap: 20px
    }
}
.scontact h2::before {
       letter-spacing: 11px;
    content: "sarl aem";
    display: block;
    color: #868685;
    font-size: 110px;
    font-family: "poppins";
    font-weight: 800;
    margin-bottom: 30px !important;
}
#contact {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 50px;
}
.fb_iframe_widget {
    background: #fff;
    padding: 14px;
    border-radius: 30px;
}
#contact::before {
     content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 107%;
    bottom: 0;
    left: 0;
    background: url(images/bg_contact.png) left bottom no-repeat;
    background-size: cover;
    z-index: -1;
}
#contact h2 {
    color: #fff
}
.

#contact h2.h_horaire {
    color: #787575;
    font-size: 32px
}

#contact h2.h_horaire:before {
    content: none
}

#contact .text-horaire {
    color: #fff
}

#contact .text-horaire ul {
    list-style-type: circle
}

#contact .coordonnees {
    color: #000;
    background: #fff;
    padding: 20px;
    border-radius: 40px;
    width: fit-content;
    height: max-content;
}
.container_form {
    background: #fff;
    border-radius: 40px;
    padding: 20px;
}
.ico_reseaux {
    display: flex;
    flex-wrap: wrap;
}
#contact .coordonnees a, #contact .coordonnes p {
    color: #0A0A0A;
    font-size: 17px;
}

#contact .coordonnees img {
   margin-right: 10px;
}
.coordonnees > div {
    display: flex;
    align-items: flex-start;
}
.content_coord span {
    font-size: 13px;
    color: #6A7282;
}
.interne {
    min-height: calc(100vh - 100px - 80px);
    padding-top: 120px;
    padding-bottom: clamp(20px, 5vw, 50px);
}
.row-activite {
    margin-top: 24px;
}
.interne h2.titre-page {
    text-align: center
}

.interne h1.h1.style-titre-p {
    font-size: 24px;
    text-align: center
}

.interne h1.h1:not(.style-titre-p) {
  text-align: center;
    font-size: 43px;
    text-transform: uppercase;
    font-weight: 700;
    color: #4F82D4;
}

.interne .content-text {
    margin-top: 30px
}

.interne .coordonnees {

    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 20px;
    margin-bottom: 30px
}

.interne .coordonnees img {
 
    margin-right: 20px
}

@media(max-width: 575.98px) {
    .interne .coordonnees {
        flex-direction: column
    }
}

.interne .coord-horaire {
    padding: 20px;
    background-color: #394569
}

.interne .coord-horaire h2.h_horaire {
    color: #fff
}

.interne .coord-horaire h2.h_horaire::before {
    content: none
}

.interne .coord-horaire .text-horaire {
    color: #fff;
    margin-top: 0
}

.interne .coord-horaire .text-horaire ul {
    list-style-type: circle
}

.interne .container-map {
    margin-top: 60px
}

.contact-form {
    row-gap: 10px
}

.col-form {
    margin-block-end: 30px
}

.form-group input, .form-group textarea {
    display: flex
;
    flex-direction: row;
    align-items: flex-start;
    padding: 11px;
    background-color: #F3F3F5;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #717182 !important;
    border: 0;
    border-radius: 0;
    font-family: 'Montserrat';
}

.form-buttons button {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 105%;
    text-align: center;
    color: #1A1A18 !important;
    display: flex
;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 26px;
    gap: 10px;
    background: transparent !important;
    width: fit-content;
    border-radius: 40px;
    border: 1px solid #000;
    font-family: 'Montserrat';
}
.coordonnees h3 {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 20px;
}
.container_contact {
    justify-content: space-between;
}
.g-recaptcha {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-block-end: 10px
}

.form-control::placeholder {
    color: #717182;
    opacity: 1
}

.body-interne {
    color: #394569
}

.body-interne .form-group input,
.body-interne .form-group textarea {
    color: #394569;
    margin: 4px 0;
}

.body-interne .form-control::placeholder {
    color: #394569;
    opacity: 1
}

@media(max-width: 575.98px) {
    .row-activite {
        row-gap: 20px
    }
}

.container-activite-item .row-activite-item {
    position: relative
}

@media(max-width: 575.98px) {
    .container-activite-item .row-activite-item {
        align-items: center;
        background-color: #4F82D4;
        margin: 0
    }
}

.container-activite-item .row-activite-item .container-text {
   
}

@media(max-width: 575.98px) {
    .container-activite-item .row-activite-item .container-text {
        position: relative;
        margin-left: auto;
        bottom: auto;
        text-align: center;
        color: #394569
    }
    .container-activite-item .row-activite-item .container-text h3:before {
        content: none !important
    }
}

@media(max-width: 575.98px) {
    .container-activite-item .row-activite-item .container-img {
        padding: 0
    }
}
.container-activite-item .row-activite-item h3
 {
    color: #000000;
    font-size: 20px;
    margin: 10px 0;
}
.container_autres_activites h3 {
    color: #4f82d4;
    border-bottom: 1px solid;
    margin-bottom: 24px;
    font-weight: 600;
}
.content-activites h4 {
    font-size: 20px;
    margin: 10px 0;
}
.content-activites img {
    width: 100%;
}
.container_autres_activites {
    margin-top: 40px
}

.compare-slide-container {
   
}

.compare-slide-container .swiper-button-next,
.compare-slide-container .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 85%)
}

.compare-slide-container .swiper-pagination {
        /* position: relative; */
    bottom: 10px !important;
    top: auto !important;
}
.compare-slide-container  .swiper-slide {
    border-radius: 50px;
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 25px !important;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 25px !important;
}
@media(max-width: 575.98px) {
    .compare-slide-container {
        width: 100%
    }
}

.compare-slide-container .twentytwenty-container {
  aspect-ratio: 16 / 9;
    width: 100%;
    height: auto !important;
    overflow: hidden;
    min-height: auto !important;
}

@media(max-width: 575.98px) {
    .compare-slide-container .twentytwenty-container {
        height: auto
    }
}

.container-faq h2 {
    padding-bottom: 63px
}

.container-faq h3 {
    background-color: #b8822c;
    color: #787575;
    font-size: 32px;
    padding: 24px 16px
}

.container-faq h4 button {
    font-size: 24px;
    font-weight: 500
}

@media(max-width: 575.98px) {
    .container-faq h4 button {
        font-size: 20px
    }
}

.container-faq .accordion-faq-item {
    border-bottom: solid 1px #989898
}

.container-faq .faq-items-list {
    list-style-type: none;
    padding-left: 0
}

.accordion-button:focus {
    outline: none;
    box-shadow: none
}
#actus {
    position: relative;
}
.actus {
    position: relative;
}
.actus .fb {
    position: absolute;
    right: 0;
    text-align: right;
}
.content_actus h2 {
    color: #fff !important;
}
.voir_plus img {
    margin-left: 14px !important;
}
.content_actus::after {
    content: "Avis / actus";
    color: transparent;
    -webkit-text-stroke: 1px rgb(227 243 255 / 40%);
    display: block;
    font-size: 143px;
    font-weight: 800;
    font-family: sans-serif;
    text-transform: uppercase;
}
#actus::before {
   background: #4F82D4;
    content: "";
    width: 100%;
    height: 123%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    border-radius: 40px 40px 0 0;
    z-index: -1;
}
@media (max-width:992px) {
    .logo_top {
        flex-wrap: wrap;
    }
    
       #home .navbar-nav .nav-link {
        color: #000 !important;
       }
       .logo_top img {
       
       }
       #home .navbar-nav {
        background: #fff !important;
       }
     p.titre-page, h2 {
        font-size: 30px !important;
    }
    .content_real a {
        flex-wrap: wrap;
    }
    .form-buttons button {
        font-size: 18px !important;
    }
     h1 {
        font-size: 23px !important;
    }

}
@media (max-width:767px) {
    .slide .swiper-pagination-bullets {
    z-index: 10000 !important;
    left: 0 !important;
    text-align: center !important;
    width: 100% !important;
    background: none !important;
    padding: 0;
    border-radius: 0 !important;
    bottom: 0 !important;
}
p.titre-page, h2 {
    text-align: center !important;
}
.slide  {
    margin-top: 97px;
}
.interne .coordonnees {
    gap: 1px;
}
.content-activites h4 {
    font-size: 15px;
    margin: 10px 0;
    color: #fff;
    margin-right: 10px;
}
.interne .fb, .interne .insta, .interne . {
    text-align: center;
    margin-bottom: 25px;
}

.content-activites .content_img {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    background: #4f82dc;
    margin: 10px 0;
}
.container-activite-item .row-activite-item h3 {
    color: #ffffff;
    font-size: 16px;
    margin: 10px 0;
    text-align: right;
}
.content-activites img {
    width: 107px !important;
}
.footer {
    padding-bottom: 80px;
}
.s_actus_avis {
    padding-bottom: 30px !important;
}
#actus::before {
    height: 100%;
    border-radius: 0 !important;
}
.actus .fb {
    position: relative;
    text-align: center;
}
.container_contact {
    justify-content: center;
}
.scontact h2::before {
    display: none !important;
}
.container_form {
    background: #fff;
    border-radius: 0;
    padding: 20px 10px;
    margin: 10px 0;
    width: 94%;
}
.klaro .cookie-notice:not(.cookie-modal-notice) {
    bottom: 80px !important;
}
.mentions {
    text-align: center !important;
}
 #contact .coordonnees {
    border-radius: 0 !important;
    width: 94% !important;
 }
.content_actus::after {
    display: none;
}
#contact::before {
    height: 100% !important;
}
.compare-slide-container .swiper-slide {
    border-radius: 0px !important;
} 
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    font-size: 13px !important;
}
.slide-ba {
    border-radius: 0px !important;
    width: 100% !important;
    margin: 0 auto;
} 
a.voir_plus {
    font-size: 18px !important;
}
.lieu p {
    font-size: 14px !important;
    margin-top: 10px !important;
}
a.voir_plus {
    margin-top: 18px !important;
}
.content_list_realisations {
    padding: 10px !important;
}
.content_real h3 {
    font-size: 20px;
}
.row-activite-accueil {
    border: none;
    border-radius: 0;
    padding: 0;
}
.content_sections
 {
    border-radius: 0px;
    padding: 14px;
    margin-top: 0px;
}
.peinture, .platrerie
 {color: #fff;
    border-radius: 9px;
    padding: 18px 10px;
    font-size: 15px;
}
.content_sections .col-sm-8 {
    order: 1;
}
.content_sections .col-sm-4 {
    order: 2;
    margin-top: 19px;
}
.peinture h2::before, .platrerie h2::before {
    font-size: 24px;
    padding-left: 40px;
}
.header_top {
    display: none !important;
}
}
.navbar-toggler
 {
    padding: 10px !important;
    font-size: 14px !important;
    line-height: 1;
    color: #fff !important;
    background-color: #1A1A18 !important;
    border: 6px solid #fff !important;
    border-radius: 20px;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler::before {
    content: "MENU";
    font-size: 14px;
    margin-right: 6px;
}

@media (min-width:768px) and (max-width:1024px) {
    .slide .swiper-pagination-bullets {
        left: 70px !important;
    }
}
@media (min-width:992px) and (max-width:1024px) {
    #accueil p.titre-page, .peinture h2::before, .platrerie h2::before, .peinture h2, .platrerie h2, .onepage h2 {
        font-size: 40px !important;
    }
    .content_real h3 {
        font-size: 20px !important;
    }
    .content_actus::after {
        font-size: 106px !important;
    }
    .scontact h2::before {
        font-size: 60px;
    }
    .contact {
        margin-top: 200px !important;
    }
     .mentions, .content-menu-footer {
        width: 100% !important;
    }
    .mentions {
        margin-bottom: 20px !important;
        display: flex
;
    justify-content: center;
    align-items: center;
    }
    footer .container .footer-menu {
        justify-content: center;
    }
    .body-interne h2.titre-page {
        font-size: 30px !important;
    }
    #home .navbar-nav .nav-link {
        font-size: 13px !important;
    }
    .navbar-toggler::before {
        font-size: 13px !important;
    }
}
@media (min-width:1200px) {
   .content_peinture {
    padding-left: 50px !important;
   }
   .content_platrerie {
    padding-right: 50px !important;
   }
}
.swiper-button-prev:after {
    content: url(images/left.png);
}
.swiper-button-prev:after {
    content: url(images/right.png);
}
.swiper-button-next::before, .swiper-button-prev {

}
.content_avant_apres .swiper-pagination-bullet {
    background-color: #fff !important;
    opacity: 1 !important;
}
.content_avant_apres .swiper-pagination-bullet-active {
    background: #4f82d4 !important;
}
.swiper-button-next {
   background: url(images/right.png) no-repeat;
    width: 50px !important;
    left: 51% !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
    content: "" !important;
    display: none !important;
}
.swiper-button-prev {
        background: url(images/left.png) no-repeat;
    width: 50px !important;
    left: 46% !important;
}
@media (max-width:767px) {
    .swiper-button-prev {
        left: 40% !important;
    }
}
@media (min-width:768px) and (max-width:992px) {
    .peinture h2::before, .platrerie h2::before {
        font-size: 20px !important;
    }
    .content_real h3 {
        font-size: 18px !important;
    }
    .content_actus::after {
        font-size: 80px !important;
        display: none;
    }
    .scontact h2::before {
        font-size: 50px !important;
    }
    #contact {
        padding-top: 0 !important;
    }
    .container-activite-item {
        width: 48% !important;
    }
    .mentions, .content-menu-footer {
        width: 100% !important;
    }
    #home .navbar-nav .nav-item {
        padding-left: 20px !important;
    }
    .mentions {
        margin-bottom: 20px !important;
        display: flex
;
    justify-content: center;
    align-items: center;
    }
    footer .container .footer-menu {
        justify-content: center;
    }
    .container_form {
        width: 100%;
        margin-top: 20px !important;
    }
    .swiper-button-prev {
        left: 44% !important;
    }
    .actus .fb {
     position: relative;
     right: 0;
     text-align: center;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: block !important;
    }
    .collapse:not(.show) {
       display: none !important;
    }
    .navbar-toggler {
        order: 2;
    }
    #navbarSupportedContent {
        order: 1;
        justify-content: center;
    }
}
@media (min-width:1200px) {
    #accueil p.titre-page::before {
            content: "Accueil";
        color: transparent;
        -webkit-text-stroke: 1px rgb(227 243 255 / 60%);
        display: block;
        font-size: 150px;
        font-weight: 800;
        font-family: sans-serif;
        text-transform: uppercase;
        position: absolute;
        bottom: -27px;
        left: 0;
        letter-spacing: 40px;
        z-index: -1;
    }
    #accueil p.titre-page {
        position: relative;
    }
    .realisations h2::before {
         content: "Réalisations";
        color: transparent;
        -webkit-text-stroke: 1px rgb(227 243 255 / 60%);
        display: block;
        font-size: 150px;
        font-weight: 800;
        font-family: sans-serif;
        text-transform: uppercase;
        position: absolute;
        bottom: -19px;
        left: -50px;
        z-index: -1;
    }
    h2 {
        position: relative;
    }
     .avant_apres h2::before {
      content: "Avant/Après";
        color: transparent;
        -webkit-text-stroke: 1px rgb(227 243 255 / 60%);
        display: block;
        font-size: 160px;
        font-weight: 800;
        font-family: sans-serif;
        text-transform: uppercase;
        position: absolute;
        bottom: -19px;
        left: -31px;
        z-index: -1;
    }
}
@media (min-width:768px) {
   .navbar-collapse {
    position: fixed;
    top: 90px;
    right: 20px;
    width: 26%;
    background: rgb(255 255 255 / 90%);
    box-shadow: rgb(79 130 212 / 30%) 0px 0px 5px;
    overflow-y: auto;
    padding-top: 0;
    justify-content: flex-start;
    padding: 19px;
}
.is-sticky .navigation {
    background: transparent !important;
    /* backdrop-filter: blur(3px); */
}
#home .navbar-nav .dropdown-menu {
    display: block !important;
    position: relative;
    top: 0;
    width: 100% !important;
}
#home .navbar-nav .nav-link {
    color: #000 !important;
}
.dropdown-item:focus, .dropdown-item:hover {
           background-color: transparent;
        color: #4f82d4;
}
#home .navbar-nav .nav-link:hover {
    color: #4f82d4 !important;
}
.navbar-collapse .navbar-nav {
    display: block !important;
}
}
@media (min-width:768px) and (max-width:992px) {
    .navbar-collapse {
        width: 45% !important;
    }
}
@media (max-width:992px) {
       .interne .fb, .interne .avis {
        flex: 0 0 auto;
        width: 100% !important;
        text-align: center;
        margin: 5px 0 !important;
    }
}
.g-recaptcha {
    justify-content: flex-start;
    margin: 10px 0;
}