:root {
    /*COLORS*/
    --white: #ffffff;
    --light-gray: #f4f4f4;
    --gray: #707070;
    --dim-gray: rgba(33, 37, 41, 0.75);
    --dark-gray: #00000029;
    --silver: #cbcbcb;
    --dgray: #686868;
    --black: #212121;
    --nero: #212121;
    --azure-blue: #0090d4;
    --ligth-blue: #4792d3;
    --green: #6db530;
}

.demande-devis-page.form-width .success {
    width: 77%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.site-container .bg-blue:last-child {
    margin-bottom: 0;
}


/*Montserrat*/
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold.eot");
    src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Montserrat-Bold.woff2") format("woff2"),
        url("../fonts/Montserrat-Bold.woff") format("woff"),
        url("../fonts/Montserrat-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.eot");
    src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Montserrat-Regular.woff2") format("woff2"),
        url("../fonts/Montserrat-Regular.woff") format("woff"),
        url("../fonts/Montserrat-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Light.eot");
    src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Montserrat-Light.woff2") format("woff2"),
        url("../fonts/Montserrat-Light.woff") format("woff"),
        url("../fonts/Montserrat-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-SemiBold.eot");
    src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
        url("../fonts/Montserrat-SemiBold.woff") format("woff"),
        url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Medium.eot");
    src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Montserrat-Medium.woff2") format("woff2"),
        url("../fonts/Montserrat-Medium.woff") format("woff"),
        url("../fonts/Montserrat-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*Poppins*/
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.eot");
    src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Poppins-Regular.woff2") format("woff2"),
        url("../fonts/Poppins-Regular.woff") format("woff"),
        url("../fonts/Poppins-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Bold.eot");
    src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Poppins-Bold.woff2") format("woff2"),
        url("../fonts/Poppins-Bold.woff") format("woff"),
        url("../fonts/Poppins-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--green);
}

.fixed-header {
    position: fixed;
    z-index: 9;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
}

.dropdown-menu {
    box-shadow: 5px 3px 6px #00000029;
    border: 0;
    border-radius: 13px !important;
    margin-top: 7px;
}

.green-btn .fa-solid.fa-arrow-right.float-end {
    margin-left: 24px;
    margin-top: 5px;
}

li:last-child .dropdown-item {
    border-radius: 0 0 10px 10px;
}

a {
    text-decoration: none;
    color: var(--green);
}

a:hover {
    color: var(--azure-blue);
}

button[disabled="disabled"] {
    cursor: none !important;
    pointer-events: none;
    background-color: #d9dbe4 !important;
    border: 1px solid #d9dbe4;
}

table {
    margin: 19px auto;
    font-size: 18px;
}


body {
    margin: 0;
    font-family: "Montserrat";
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

h2 {
    font-family: "Poppins";
    font-weight: bold;
    letter-spacing: 0.58px;
    color: #212121;
    text-align: center;
    font-size: 50px;
    margin-bottom: 0;
    padding: 0 0 30px;
}

h3 {
    font-family: "Poppins";
    font-weight: normal;
    letter-spacing: 0.42px;
    color: #212121;
    font-size: 39px;
}

#faq {
    padding-top: 0 !important;
}

div.jx-image div.jx-label {
    font-size: 14px;
    text-align: center;
    position: relative;
    display: inline-block;
    font-weight: bold;
    color: white;
    z-index: 10;
    border-radius: 30px;
    border: none;
    padding: 10px 30px;
}

button.slide-arrow {
    border: none;
    background: transparent;
}

.prev-arrow {
    left: -13px;
}

.next-arrow {
    right: 0;
}

.prev-arrow,
.next-arrow {
    width: 0;
    height: 0;
    background-color: transparent;
    border: none;
    font-size: 23px;
}

#actualites-section {
    margin-bottom: 0;
}

.slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

p,
ul li {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0px;
    color: #212121;
    opacity: 1;
    margin-bottom: 10px !important;
}

ul.breadcrumb {
    letter-spacing: 0px;
    text-transform: uppercase;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(https://atriome.fr/images/bx_loader.gif) center center no-repeat transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.no-padding {
    padding: 0;
}

.slick-prev:before,
.slick-next:before {
    color: var(--nero);
}

.pr-60 {
    padding-right: 50px;
}

.pl-60 {
    padding-left: 50px;
}

.pr {
    position: relative;
}

.mb-46 {
    margin-bottom: 46px;
}

.fixed-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background-color: var(--white);
    transition: all 0.2s ease-in-out
}

.bg-gray {
    background-color: var(--light-gray);
}

.form-width {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.form-width .form-control {
    font-size: 17px;
    padding: 16px 20px;
}

.form-control {
    border-radius: 20px;
    margin-bottom: 23px;
    font-size: 16px;
    border: 1px solid var(--silver);
}

.form-control:not(textarea) {
    height: 65px;
}

textarea.form-control {
    width: 100%;
    height: 236px;
    resize: none;
    padding-top: 14px;
}

.contact-page form .checkbox label,
.contact-recrutement form .checkbox label {
    font-size: 14px;
    margin-bottom: 29px;
    margin-left: 11px;
    margin-top: 19px;
}

p {
    margin-bottom: 2rem;
}

.ml-9 {
    margin-left: 9px;
}


.font-content {
    font-size: 18px;
}

main {
    padding-top: 160px;
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.titre-avis span {
    font-weight: bold;
    padding-left: 12px;
}

.bgGreen {
    background-color: var(--green);
}

.bgBlack {
    background-color: var(--black);
}

.bgBlue {
    background-color: var(--azure-blue);
}

.site-container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding-top: 180px;
}

.container {
    max-width: 1920px;
    padding: 90px 0;
    width: 80%;
    margin: 0 auto;
}

.section-margin {
    margin-bottom: 90px;
}

.qbutton,
input[value="Contacter un professionnel atriome"] {
    display: none;
}

.mb-40 {
    margin-bottom: 40px;
}

/*Menu*/
#header {
    max-width: 1920px;
    width: 100%;
    height: 166px;
    box-shadow: 0px 3px 6px #00000029;
    position: fixed;
    top: 0;
    z-index: 9;
    background-color: var(--white);
}

#navbarSupportedContent {
    font-weight: bold;
}

ul.dropdown-menu {
    border-radius: 0;
}

.container-fluid {
    padding: 0;
}

a.dropdown-item {
    font-size: 16px;
    color: #706f6f;
}

.bandeau.bg-blue::before {
    display: none !important;
}

a.dropdown-item {
    font-size: 13px;
    color: #706f6f;
    padding: 11px;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    margin: 0;
}

ul.dropdown-menu {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.navbar-logo {
    padding: 0;
    margin: 0;
    margin-right: 0;
    width: auto;
}

.navbar-logo img {
    width: 152px;
    height: 98px;
}

/*BOUTONS*/
.green-btn {
    background-color: var(--green);
    color: var(--white);
}

.app-gratuit {
    background-color: #01a94f;
    padding: 9px 12px;
    margin: 0;
    border: 1px solid #01a94f;
    width: 50%;
    border-radius: 37px;
}

.devis-gratuit-btn {
    margin: 0 0 0 10px;
    background-color: var(--azure-blue);
    border: 1px solid var(--azure-blue);
    position: relative;
    font-size: 15px;
    font-weight: bold;
    width: 50%;
    border-radius: 37px;
    color: #fff !important;
}

.app-gratuit .icon-phone {
    color: #01a94f;
    font-size: 17px;
    background-color: white;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: block;
    float: left;
    margin-right: 11px;
    position: relative;
}

.bage-contact {
    cursor: pointer;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9;
    background-color: var(--green);
    border-radius: 10px 0 0 10px;
    opacity: 1;
    font-weight: 600 !important;
    font-size: var(--size-btn);
    color: #fff;
    border: 1px solid var(--green);
    padding: 10px 10px;
    width: 120px;
    text-align: center;
    display: none;
}

.app-gratuit .phone-bloc {
    width: calc(100% - 53px);
    float: left;
    color: #fff;
    line-height: 17px;
    font-size: 13px;
}

.app-gratuit small {
    display: block;
    float: left;
    width: 100%;
    font-size: 10px;
}

.phone-bloc span {
    font-weight: bold;
    font-size: 15px;
}

.app-gratuit a {
    color: var(--white);
    text-decoration: none !important;
}

.center-vertically {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.button-footer.hidden-md.hidden-lg {
    position: fixed;
    bottom: 0;
    background-color: var(--white);
    width: 100%;
    padding: 16px 13px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    z-index: 8;
}

.green-btn:hover {
    background-color: var(--white) !important;
    color: var(--green) !important;
    border: 1px solid var(--green);
}

.black-btn {
    background-color: #212121;
    color: var(--white);
}

.black-btn:hover {
    background-color: var(--green);
    color: var(--white);
}

.black-btn i {
    margin-right: 10px;
    font-size: 18px;
    margin-top: 2px;
}

.realisations .slick-slide div {
    margin: 0 auto !important;
    display: block !important;
}


.green-btn {
    background: var(--green);
    border: 1px solid var(--green);
}

input[type="button"] {
    border: none;
    color: var(--white);
    padding: 13px;
    height: auto;
    width: auto;
}

.blue-btn:hover,
input[type="button"]:hover {
    background: var(--white);
    color: var(--azure-blue);
}

.blue-btn {
    background: var(--azure-blue);
    border: 1px solid var(--azure-blue);
    color: #fff;
    width: 100%;
}

input[type="button"] {
    background: var(--azure-blue);
    border: 1px solid var(--azure-blue);
    color: #fff;
}

a.bouton-contact.bouton-navBar.btn-link {
    margin: 0;
    border: 1px solid var(--green);
}

a.bouton-contact.bouton-navBar.btn-link:hover {
    color: var(--white);
    background-color: var(--green);
}

.btn-link {
    font-size: 13px;
}

.btn-link,
.btn-form-devis {
    font-weight: 600;
    border-radius: 37px;
    text-align: center;
    padding: 12px 23px;
}

.btn-link,
.btn-form-devis {
    font-size: 16px;
}

.btn-link {
    display: inline-flex;
}

.white-btn {
    color: #212121;
    background-color: var(--white);
    font-weight: bold;
}

.white-btn:hover {
    color: var(--white);
    background-color: #212121;
}

#slider-home-page .caption a {
    margin-top: 6%;
    float: left;
    font-size: 18px;
    padding: 10px 35px;
}

.btn-form-devis {
    font-weight: 600;
    margin-top: 7px;
}

.btn-form-devis i {
    margin-left: 35px;
    margin-top: 4px;
}

.bouton-navBar {
    text-transform: uppercase;
    margin: 0 15px 0 22px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 12px 21px;
    text-align: center;
    display: block;
}

.black-btn {
    padding: 17px 28px;
}

.ml-27 {
    margin-left: 27px;
    margin-right: 0 !important;
}

i.ml-27 {
    margin-top: 5px;
}
 

.avant-apres .black-btn {
    margin-top: 15px;
    display: block;
    float: left;
}

.bottom-avis {
    display: block;
    width: 80%;
    margin: 45px auto;
}

#bloc-proximite .black-btn {
    display: block;
    float: left;
    margin-top: 22px;
}

.bg-blue {
    background-color: var(--azure-blue);
}

div#navbarSupportedContent {
    padding-left: 40px;
}

a.nav-link {
    padding: 24px;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-nav {
    margin: 0 auto;
}

.navbar-nav .nav-link {
    color: var(--black);
}

.navbar {
    margin: 0 auto;
    width: 80%;
}

.navbar li a.nav-link {
    font-size: 16px;
    text-transform: capitalize;
    opacity: 1;
    font-weight: 600;
    padding: 16px 19px;
}

.dropend .dropdown-toggle {
    color: salmon;
    margin-left: 1em;
}

.dropdown-item:hover {
    background-color: var(--green);
    color: #fff;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}

.sub-header {
    display: block;
    text-align: right;
    width: 100%;
    padding: 16px 0;
    box-shadow: 5px 3px 6px #00000029;
}

.sub-header-content {
    width: 80%;
    margin: 0 auto;
}

.sub-header span a {
    color: #01a94f;
    font-weight: 700;
    font-size: 22px;
    margin-right: 23px;
}


.sub-header small {
    font-size: 10px;
    margin-top: 11px;
    display: block;
    float: right;
    margin-right: 4px;
}

.sub-header span a i {
    font-size: 18px;
    margin-right: 0;
}

/*Footer*/
footer .copyright {
    background: #868686;
    padding: 10px 0;
    margin-top: 10px;
    color: white;
    font-size: 14px;
    font-weight: 600;
}

footer #scroll-to-top {
    display: none;
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 10px;
    opacity: 1;
    background-color: var(--green);
    text-align: center;
    font-size: 26px;
    line-height: 50px;
    position: fixed;
    bottom: 100px;
    z-index: 999;
}

.demande-devis-page .green-btn {
    margin-bottom: 60px;
    margin-top: 30px;
    border-radius: 52px !important;
    padding: 20px 37px;
}

.demande-devis-page .green-btn i {
    margin-left: 35px;
    margin-top: 4px;
}

footer .demande-devis .chatbox {
    float: right;
}

footer .demande-devis img {
    width: 77px;
    height: 77px;
}

footer {
    background-color: var(--light-gray);
    width: 100%;
    opacity: 1;
    padding: 61px 0 0;
    position: relative;
}

footer .row {
    width: 87%;
    margin: 0 auto;
    padding: 25px 0;
}

footer h5,
footer h3 {
    color: var(--azure-blue);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

footer .nav-item a {
    font-size: 15px;
}

footer .has-search .form-control {
    padding-left: 60px;
    border-radius: 37px;
    width: 218px;
    height: 50px;
    background-color: transparent;
}

footer .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    line-height: 3rem;
    text-align: center;
    pointer-events: none;
    color: var(--green);
    width: 17px;
    height: 18px;
    margin-left: 28px;
}

footer .suivez-nous {
    margin-top: 100px;
}

footer h4 {
    color: var(--dim-gray);
    font-size: 19px;
}

footer ul.reseaux-sociaux {
    padding: 0;
    display: flex;
    list-style: none;
}

footer ul.reseaux-sociaux li {
    padding: 5px 5px;
}

footer ul.reseaux-sociaux li :first-child {
    padding-left: 0px;
}

footer ul.reseaux-sociaux li a i {
    font-size: 20px;
    line-height: 42px;
    background-color: #0090d4;
    border-radius: 50px;
    height: 42px;
    width: 42px;
    text-align: center;
    color: #fff;
}

footer ul.reseaux-sociaux li a:hover i {
    background-color: var(--green);
}

footer .devis-gratuit {
    border-radius: 24px;
    opacity: 1;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 49px;
    color: #fff !important;
    background-color: var(--green);
    width: 190px;
    border: 1px solid;
}

footer .devis-gratuit:hover {
    background-color: #fff;
    color: var(--green) !important;
    border: 1px solid var(--green);
}

footer img.logo {
    width: 152px;
    height: auto;
    display: block;
    margin: 0 auto;
}

footer .departements {
    margin-top: 40px;
}

footer p {
    text-align: center;
}

footer p.title {
    font-size: 14px;
    color: var(--green);
    margin: 0;
    font-weight: bold;
}

footer p a {
    text-decoration: none;
    color: var(--dim-gray);
}

.fixed-wrapper {
    padding: 0 40px;
}

/*Slider Home page */
#slider-home-page {
    height: 645px;
}

#slider-home-page .slider-holder .bx-wrapper {
    margin-bottom: 0;
    max-width: 100% !important;
    height: 100%;
}

#slider-home-page .bx-wrapper,
#slider-home-page .bx-viewport {
    height: 96% !important;
}

#slider-home-page .slider-holder .bx-wrapper .bx-controls-direction a {
    background: transparent;
    border: 2px solid white;
    display: grid;
}

#slider-home-page .slider-holder .bx-wrapper .bx-controls-direction a:hover {
    background: white;
}

.carte img {
    position: relative;
    width: 100%;
}

.carte {
    position: absolute;
    right: 0;
    width: 100%;
}

.carte img.logo {
    position: absolute;
    width: 137px;
    top: 151px;
    left: 214px;
}

.carte img.location-0 {
    position: absolute;
    top: 66px;
    left: 57px;
}

.description-categorie {
    max-width: 1920px;
    width: 80%;
    margin: 0 auto 50px auto !important;
}

.image-content {
    display: none;
}

.description-categorie h2 {
    padding-top: 0 !important;
}

.container:has(> .breadcrumb) {
    padding-top: 23px;
    padding-bottom: 50px;
}

.realisation-page .container:has(> .breadcrumb) {
    /*padding-bottom: 0;*/
}

.content-page .contenu-bg:nth-child(even) {
    background-color: var(--light-gray);
}

.img_ {
    display: none;
}

.content-page .contenu-bg:nth-child(even) h2,
.content-page .contenu-bg:nth-child(even) h3 {
    color: var(--azure-blue) !important;
}

.content-page .contenu-bg:nth-child(odd) h2,
.content-page .contenu-bg:nth-child(odd) h3 {
    color: var(--green) !important;
}

.description-categorie p {
    margin-bottom: 0;
}

.carte img.location-1 {
    position: absolute;
    top: 52px;
    left: 120px;
}

.carte img.location-2 {
    position: absolute;
    top: 100px;
    left: 126px;
}

.carte img.location-3 {
    position: absolute;
    top: -3px;
    left: 194px;
}

.carte img.location-4 {
    position: absolute;
    top: -17px;
    left: 229px;
}

.carte img.location-5 {
    position: absolute;
    top: 22px;
    left: 257px;
    z-index: 1;
}

.carte img.location-6 {
    position: absolute;
    top: 30px;
    left: 275px;
}

.carte img.location-7 {
    position: absolute;
    top: 34px;
    left: 293px;
}

.carte img.location-8 {
    position: absolute;
    top: -5px;
    left: 264px;
    z-index: 0;
}

.row-certid {
    margin-left: auto;
    display: block;
    margin-right: auto;
}

.carte img.location-9 {
    position: absolute;
    top: -2px;
    left: 294px;
}

.row-certid .bx-viewport {
    height: 490px !important;
}

.carte img.location-10 {
    position: absolute;
    top: 35px;
    left: 372px;
}

.carte img.location-11 {
    position: absolute;
    top: 47px;
    left: 421px;
}

.carte img.location-12 {
    position: absolute;
    top: 10px;
    left: 410px;
}

.carte img.location-13 {
    position: absolute;
    top: 197px;
    left: 363px;
}

.carte img.location-14 {
    position: absolute;
    top: 296px;
    left: 355px;
}

.carte img.location-15 {
    position: absolute;
    top: 326px;
    left: 383px;
}

.carte img.location-16 {
    position: absolute;
    top: 346px;
    left: 407px;
}

#slider-home-page .slider-holder .bx-wrapper .bx-controls-direction a.bx-prev:hover:before,
#slider-home-page .slider-holder .bx-wrapper .bx-controls-direction a.bx-next:hover:before {
    border-top: 2px solid #0096d9;
    border-right: 2px solid #0096d9;
}

.prestations .slide {
    position: relative;
}

#slider-home-page .slider-holder .bx-wrapper .bx-controls-direction a.bx-prev:before {
    content: "";
    display: inline-block;
    margin-top: 9.3px;
    margin-left: 11px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.prestations .controls-slider i:hover,
.sponsoring .controls-slider i:hover,
.avant-apres .bx-next:hover,
.avant-apres .bx-prev:hover,
.avis .controls-slider i:hover {
    background-color: var(--green);
    border-color: var(--green);
    color: #fff;
}

#slider-home-page .slider-holder .bx-wrapper .bx-controls-direction a.bx-next:before {
    content: "";
    display: inline-block;
    margin-top: 9.3px;
    margin-left: 7.4px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#slider-home-page .slider-holder .slide {
    display: none;
}

#slider-home-page .slider-holder .slide .title {
    display: none;
    z-index: 999;
}

#slider-home-page .slider-holder .slider img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

#slider-home-page .slider-holder .slider .slide:first-child img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#slider-home-page .slider-holder {
    position: relative;
    height: 100%;
    overflow: hidden;
}

#slider-home-page .slider-holder .gradient {
    position: absolute;
    left: 0;
    z-index: 1;
}

.caption {
    z-index: 8;
    position: absolute;
    color: white;
    font-size: 16px;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

#slider-home-page .caption {
    width: 40%;
}

#slider-home-page .caption big {
    font-size: 50px;
    letter-spacing: 0.65px;
}

#slider-home-page .description-slide {
    font-size: 21px;
}

.caption big,
.caption big p {
    font-size: 46px;
    line-height: 58px;
    display: block;
    margin-bottom: 16px;
    letter-spacing: 0.65px;
    font-weight: bold;
}

.caption big strong {
    font-weight: 900;
}

.reseau-margin {
    margin-left: 129px;
}


span.font-content p {
    margin-bottom: 0 !important;
}

#slider-home-page .bx-wrapper .bx-pager.bx-default-pager a {
    background: var(--bs-border-color);
    width: 18px;
    height: 18px;
    margin: 0 5px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

#slider-home-page .bx-wrapper .bx-pager.bx-default-pager a.active,
#slider-home-page .bx-wrapper .bx-pager.bx-default-pager a:focus,
#slider-home-page .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: var(--dgray);
}

#slider-home-page .bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    bottom: -28px;
}

#slider-home-page .bx-wrapper .bx-pager {
    text-align: left;
    padding-left: 10%;
    height: 30px;
    padding-top: 0;
}

/* Slider service */
#slider-service .bx-wrapper {
    margin: 0 auto;
}

#slider-service .slider-service div img {
    width: 94px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
}

#slider-service .image-wrapper {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    position: relative;
}

#slider-service {
    margin-bottom: 0;
}

#slider-service .content-services span {
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
    display: block;
    margin: 13px auto;
    font-size: 16px;
}

#slider-service .content-services i {
    font-size: 38px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}

#slider-service .content-services .icon.icon-home {
    font-size: 44px;
    color: #fff;
}

#slider-service .bx-wrapper .bx-controls-direction a {
    color: #212121;
    text-indent: 0;
    font-size: 30px;
    text-decoration: none;
    top: 31%;
    z-index: 1;
}

/*Prestations*/
.prestations {
    background-image: url(../img/bg-blue.png);
    background-repeat: no-repeat;
    background-size: 100% 60%;
    background-position-y: bottom;
}

.prestations,
.sponsoring {
    position: relative;
}

.prestations .slide .caption .description {
    margin-top: 40px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.prestations .slides img.img-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 34px;
}

#slider-home-page .slide::before {
    border-radius: 0;
}

.slide:not(.not-bg-img .slide)::before {
    background: #1a1a1a;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.25;
    border-radius: 34px;
}

.prestations .slide .caption .categorie {
    font-size: 36px;
    opacity: 0.5;
    line-height: 1.1;
}

.prestations .slide .caption {
    top: 0;
    width: 100%;
    text-align: center;
    background: #0096d9;
    border-radius: 20px;
    height: 100%;
    padding: 14px 34px;
    opacity: 0;
    transition: 0.2s;
    left: 0;
    border-radius: 30px;
}

.prestations .title,
.realisations .title-realisations {
    position: absolute;
    font-size: 21px;
    width: 100%;
    bottom: 35px;
    z-index: 1;
    line-height: 1.1;
    padding: 0 20px;
    letter-spacing: 0px;
    color: var(--white);
    opacity: 1;
    font-weight: bold;
    text-align: left;
    padding-left: 34px;
}

.prestations .slide {
    width: 90% !important;
    display: block !important;
    height: 400px;
    margin: 0 auto;
}

.sponsoring .slide {
    margin-right: 52px;
}

.prestations .bx-wrapper,
.sponsoring .bx-wrapper {
    max-width: 100% !important;
    margin: 0 auto;
}

.prestations .slide:hover .caption {
    opacity: 1;
}

.prestations .controls-slider {
    padding: 70px 0;
    width: 80%;
    margin: 0 auto;
}

.image-content,
.right-content .animate__animated.animate__fadeInRight {
    float: right;
    width: 36%;
    padding-left: 10px;
}

.prestations .controls-slider i,
.sponsoring .controls-slider i {
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 29px;
    color: #fff;
    margin-right: 14px;
    cursor: pointer;
    font-size: 17px;
}

.prestations .bx-wrapper,
.sponsoring .bx-wrapper {
    margin-bottom: 0;
}

.prestations .bg-prestation,
.sponsoring .bg-prestation {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
    height: 785px;
}

.prestations .container,
.sponsoring .container {
    padding-bottom: 0;
}

.prestations .bg-prestation svg,
.sponsoring .bg-prestation svg {
    height: 100%;
    width: 100%;
}

.bx-wrapper {
    background: transparent;
    max-width: 1920px !important;
}

.realisations .btn-link.black-btn,
.avis-bloc .btn-link.green-btn {
    margin-top: 50px;
}

/*NOTRE RESEAU*/
.reseau-section .video-content {
    height: 460px;
}

.reseau-section .video-content img {
    display: inline;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 34px;
}

.reseau-section h2 {
    text-align: left;
    margin-bottom: 54px;
}

/*Réalisation*/
.realisations .bx-wrapper img::after {
    opacity: 1;
    content: "\A";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.realisations .bx-viewport {
    padding: 18px 0;
    margin: 0 auto;
}

.realisations .caption {
    left: 0;
}

.realisations .slide:hover {
    position: relative;
}

.realisations .slide .title {
    position: absolute;
    font-size: 32px;
    width: 100%;
    bottom: 53px;
    z-index: 1;
    line-height: 1.1;
    padding: 0 20px;
    letter-spacing: 0px;
    color: var(--white);
    opacity: 1;
    font-weight: bold;
    text-align: left;
    padding-left: 34px;
}

.realisations .slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 35px;
}

.realisations {
    padding: 0;
}

.realisations .slide {
    transition: top ease 0.6s;
    top: 0;
    padding: 0;
    width: 90% !important;
    height: 405px;
    border-radius: 35px;
    margin: 0 auto;
    position: relative;
}

.realisations .bx-controls-direction,
.avis-bloc .bx-controls-direction,
#certifications-section .bx-wrapper .bx-controls-direction {
    width: 110%;
    height: 20px;
    position: absolute;
    left: -5%;
    right: 0;
    top: 50%;
}

.realisations .bx-wrapper,
.avis-bloc .bx-wrapper {
    margin: 0 auto 95px auto;
}

.realisations .slide:hover .caption {
    opacity: 1;
}

.realisations .slide .caption {
    width: 100%;
    text-align: center;
    background: #0096d9;
    border-radius: 35px;
    height: 100%;
    padding: 22px 34px;
    opacity: 0;
    transition: 0.2s;
    top: 0;
    bottom: 0;
    transform: none;
}

.realisations .slide .caption .categorie {
    font-size: 35px;
    opacity: 0.5;
    line-height: 1;
}

.realisations .slide .caption .description,
.realisations .slide .caption .description h5 {
    font-size: 16px;
    margin-top: 32px;
    margin-bottom: 13px;
    font-weight: 400;
}

.realisations .slide .caption .buttons {
    position: absolute;
    bottom: 27px;
    width: 74%;
}

.actualites {
    width: 100%;
    margin: 0 auto;
}

.actualites a.bx-next {
    right: -76px !important;
}

.actualites a.bx-prev {
    left: -65px;
}

.realisations .bx-wrapper .bx-controls-direction a,
.avis-bloc .bx-controls-direction a,
#certifications-section .bx-wrapper .bx-controls-direction a,
#actualites-section .bx-controls-direction a {
    color: #212121;
    text-indent: 0;
    font-size: 30px;
    text-decoration: none;
    top: 50%;
    z-index: 1;
}

.avis-bloc .bx-controls-direction a {
    color: #fff;
    text-indent: 0;
    font-size: 30px;
    text-decoration: none;
    top: 50%;
    z-index: 1;
}

/* Avant-Aprés */
.avant-apres h2 {
    text-align: left;
    margin-bottom: 7px;
}

.avant-apres h3 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 42px;
}

.avant-apres .bx-controls.bx-has-controls-direction {
    position: absolute;
    bottom: -59px;
    right: 0;
}

.avant-apres .bx-wrapper .bx-controls-direction a {
    text-indent: 0;
}

.avant-apres .bx-next,
.avant-apres .bx-prev {
    right: 0;
    float: right;
    border: 2px solid var(--black);
    border-radius: 50%;
    padding: 10px;
    width: 50px !important;
    height: 50px !important;
    text-align: center;
    line-height: 14px;
    color: var(--black);
    margin-right: 0;
    cursor: pointer;
}

.avant-apres .bx-next i,
.avant-apres .bx-prev i {
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 17px;
}

.avant-apres .bx-controls-direction {
    padding-right: 128px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.avant-apres .juxtapose img {
    border-radius: 30px;
}

.avant-apres .bx-viewport {
    height: auto !important;
}

.avant-apres.section-margin {
    margin: 0 auto 60px;
}

div.jx-handle div.jx-arrow.jx-right {
    top: 22px;
}

div.jx-handle div.jx-arrow.jx-left {
    top: -10px;
}

.avant-apres .controls-slider {
    height: 69px;
    text-align: right;
}

.avant-apres .controls-slider i {
    border: 2px solid var(--black);
    border-radius: 50%;
    padding: 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 14px;
    color: var(--black);
    font-size: 12px;
    margin-right: 14px;
    cursor: pointer;
}

/*Avis*/
.avis h2 {
    color: var(--white);
}

.avis .controls-slider i {
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 10px;
}

.avis .bottom-avis .controls-slider {
    float: left;
}

.avis .controls-slider i.fa-chevron-right {
    margin-left: 10px;
}

[action="/api/laisser_un_avis"] .note .fa.checked {
    color: #fbbc04;
}

.donner-avis-page .donner-note .note span:hover {
    color: #ffc107;
}

.avis .avis-col {
    background-color: var(--white);
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
    opacity: 1;
    padding: 21px;
    min-height: 301px;
    width: 90%;
    margin: 0 auto 45px;
}

.avis .lire-suite {
    text-align: center;
    padding-top: 7px;
}

.avis .nom {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}

.avis .societe {
    text-align: center;
    color: var(--azure-blue);
    font-size: 16px;
}

.avis .note {
    text-align: center;
    margin: 6px 0;
    color: #e9c059;
    font-size: 16px;
}

.avis .avis-text {
    text-align: center;
    font-size: 15px;
}

.pagination {
    width: max-content;
    text-align: center;
    margin: 0 auto;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.pagination .last {
    display: none;
}

.pagination b,
.pagination a {
    padding: 0;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    text-align: center;
    line-height: 30px;
    transition: 0.2s;
    background: white;
    display: block;
}

.pagination b,
.pagination a:hover {
    background: var(--green);
    color: white;
}

.filtre-avis {
    margin: 0 auto 90px auto;
    text-align: center;
    display: flex;
    width: 45%;
}

.filtre-avis .select2-container .select2-selection--single {
    height: 58px;
    border-radius: 10px;
}

.filtre-avis .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 57px;
    font-size: 16px;
    border-radius: 25px;
}

.filtre-avis .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--green);
}

.filtre-avis .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 6px 0px 6px;
}

.filtre-avis .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 14px;
}

.filtre-avis .select2-container {
    margin-right: 15px;
}

.aucun-avis {
    font-size: 30px;
    color: #fff;
    margin-top: 25px;
}

/*Experience*/
#bloc-experience span {
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
    width: 300px;
    display: block;
    margin: 13px auto 0;
    font-size: 16px;
}

#bloc-experience span b {
    font-size: 20px;
}

#bloc-experience i {
    color: #fff;
}

#bloc-experience .image-wrapper {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

#bloc-experience i {
    font-size: 34px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    text-align: center;
}

#bloc-experience div img {
    height: 50px;
    width: 50px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#bloc-experience .collaborateurs img {
    height: auto !important;
    width: 90% !important;
}


/* certifications */
#certifications-section {
    padding-bottom: 50px;
}

#certifications-section .container {
    padding-bottom: 0 !important;
}

#certifications-section .col-6 {
    background-color: var(--white);
    padding: 50px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 35px;
    opacity: 1;
    max-width: 770px;
    margin: 0 auto 100px auto;
    height: 387px;
    width: 90% !important;
    display: block !important;
}

#certifications-section img {
    max-width: max-content;
    height: 65px;
    margin: 0 auto 25px auto;
    display: block;
    width: auto;
}

#certifications-section h3 {
    font-size: 21px;
    font-family: "Montserrat";
    font-weight: bold;
}

#certifications-section p {
    letter-spacing: 0px;
}

/*A proximité */
#bloc-proximite {
    background-image: url(../img/blue-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#bloc-proximite .row {
    padding: 160px 0 0;
    position: relative;
}

#bloc-proximite h2 {
    padding: 0;
    margin: 0 0 10px 0;
}

#bloc-proximite h2,
#bloc-proximite p {
    color: var(--white);
    text-align-last: left;
}

#bloc-proximite .col-8 {
    padding-left: 40px;
}

#bloc-proximite .col-4 {
    padding-left: 0;
    padding-right: 40px;

    position: relative;
}

#bloc-proximite ul {
    padding: 0;
    list-style: none;
    column-count: 4;
    column-gap: 60px;
}

#bloc-proximite ul li a {
    color: var(--white);
    font-weight: 300;
    text-decoration: none;
}

#bloc-proximite ul li {
    margin-bottom: 6px;
}

#bloc-proximite ul li a:hover {
    color: var(--green);
}

footer .nav-link:focus,
footer .nav-link:hover {
    color: var(--azure-blue) !important;
}

input[type="button"] {
    padding: 9px 28px;
    background-color: var(--azure-blue);
    color: #fff;
    border: 1px solid var(--azure-blue);
    border-radius: 35px;
    display: block;
    margin: 0 auto;
    margin-bottom: 60px;
    margin-top: 60px;
    height: 58px;
}

/* Sponsoring */
.sponsoring {
    margin-bottom: 0 !important;
}

.sponsoring .slides img.img-responsive {
    object-fit: cover;
    border-radius: 35px;
    transition: 0.3s;
    width: 100%;
    height: 100%;
}

.sponsoring .slides img.img-responsive:hover {
    transform: scale(1.15);
}

.sponsoring .slide a.bloc-img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 35px;
}

.bottom-sponsoring .controls-slider {
    padding-top: 13px;
}

.sponsoring .slides .title a {
    display: block;
    float: left;
    color: var(--white);
    margin: 20px 0 0;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0px;
    line-height: 23px;
}

.sponsoring .slides .title a i {
    font-size: 13px;
}

.sponsoring .bx-wrapper {
    margin: 0 auto;
}

.sponsoring .controls-slider {
    float: left;
}

.sponsoring {
    background-image: url(../img/blue-bg-sponsoring.png);
    background-repeat: no-repeat;
    background-size: 100% 80%;
    background-position-y: bottom;
    padding-bottom: 100px;
}

.sponsoring .bottom-sponsoring {
    height: 145px;
    padding: 80px 0 0;
    text-align: center;
    margin: 0 auto;
}

.sponsoring .bx-viewport {
    height: 550px !important;
}

.bottom-sponsoring .fa-solid:hover {
    border: 2px solid var(--azure-blue);
    background-color: #fff;
    color: var(--azure-blue);
}

.sponsoring .slide {
    height: 350px;
    display: block !important;
    margin: 0 auto 50px;
    width: 90% !important;
}

/*actualites*/
#actualites-section .slide img {
    width: 100%;
    border-radius: 35px;
    object-fit: cover;
    height: 350px;
    margin: 0 auto;
}

#actualites-section .title a {
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
    text-decoration: none;
    letter-spacing: 0px;
    line-height: 23px;
}

#actualites-section .lire-suite a {
    text-align: left;
    color: #4792d3;
    opacity: 1;
    text-decoration: none;
    margin-top: 8px;
    display: block;
    margin-left: 10px;
    letter-spacing: 0px;
    margin-left: 0;
    font-weight: bold;
}

#actualites-section .lire-suite a i {
    font-size: 13px;
}

#actualites-section .title-bloc {
    width: 93%;
    margin: 16px auto 0;
}

#actualites-section .slide {
    margin: 0 auto 45px;
    transition: 0.3s;
    transition: top ease 0.6s;
    display: block !important;
    width: 90% !important;
}

#actualites-section .image-link {
    display: block;
    overflow: hidden;
    border-radius: 35px;
}

#actualites-section .image-link img {
    transition: 0.3s;
}

#actualites-section .image-link img:hover {
    transform: scale(1.15);
}

.result {
    border-radius: 37px;
    background: #fff;
    padding: 6px 0px;
    max-height: 155px;
    overflow: scroll;
    overflow-x: hidden;
    font-size: 14px;
    border-top: 1px solid #ced4da;
    display: none;
}

.result ul {
    padding: 0;
}

.result ul li.title {
    padding-left: 10px;
}

.result ul li {
    display: block;
    text-align: left;
    border: none;
    cursor: pointer;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 20px;
}

.result ul li.title a {
    font-weight: bold;
    color: #212121;
}

.result ul li a {
    font-weight: 500;
    font-size: 14px;
    transition: 0s;
    width: 100%;
    color: #706f6f;
    display: block;
}

.result ul li:not(.title):hover {
    background: #0096d9;
}

.result ul li:not(.title):hover a {
    color: white;
}

/*Formulaire demande de devis */
.demande-devis {
    padding: 0;
    position: fixed;
    height: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 251px;
    z-index: 999999;
    width: 80%;
}

.demande-devis-page .checkbox {
    margin-top: 17px;
    display: block;
    float: left;
    width: 100%;
}

.demande-devis-page .checkbox a {
    font-weight: bold;
    color: var(--black);
}

.demande-devis-page .checkbox label {
    font-size: 17px;
    margin-bottom: 40px;
}

.demande-devis-page .checkbox input {
    margin-right: 21px;
    float: left;
    margin-bottom: 33px;
    margin-top: 5px;
}

.demande-devis .form-devis {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
    opacity: 1;
    background-color: var(--white);
    width: 380px;
    height: auto;
    margin-bottom: 21px;
    float: right;
    padding: 40px 29px;
}

.form-devis .success {
    width: 90%;
    margin: 33% auto;
}

.form-devis .success p {
    line-height: 26px;
    margin-top: 20px;
}

.demande-devis .form-devis form {
    float: left;
    width: 100%;
}

.demande-devis .form-devis .title-form p {
    color: #212121;
    opacity: 1;
    font-size: 25px;
    font-weight: bold;
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
}

.demande-devis .form-devis .title-form small {
    font-size: 14px;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

.demande-devis .form-devis form textarea {
    height: 98px;
    resize: none;
}

.demande-devis .form-devis form .form-control:not(textarea) {
    width: 100%;
}

.demande-devis .form-devis form .form-control {
    border: 0.800000011920929px solid var(--silver);
    opacity: 1;
    margin: 9px 0;
    border-radius: 13px;
    font-size: 13px;
    padding: 11px;
    height: 44px;
    margin-bottom: 9px;
}

.demande-devis .form-devis .checkbox a {
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    color: var(--black);
}

.demande-devis .form-devis .checkbox span {
    color: var(--black);
    font-size: 12px;
    line-height: 16px;
    float: left;
    display: block;
    width: 85%;
}

.demande-devis .form-devis .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 11px;
    margin-top: 3px;
    margin-left: 9px;
}

.demande-devis .close-form {
    float: right;
    position: absolute;
    top: 19px;
    right: 32px;
    color: var(--nero);
}

.demande-devis .close-form i {
    font-size: 19px;
    color: var(--black);
}

/*PAGE CATEGORIE*/
.content-page .bandeau {
    max-width: 1920px;
    height: 458px;
    position: relative;
    width: 100%;
}

.content-page .bandeau img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-page .bandeau::before {
    border-radius: 0 !important;
}

.content-page .title-content-bandeau {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    text-align: center;
    z-index: 1;
    height: fit-content;
}

.content-page .title-content-bandeau h1 {
    letter-spacing: 0.7px;
    color: #ffffff;
    font-size: 38px;
    font-family: "Poppins";
    font-weight: bold;
    text-transform: none;
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
}

.content-page .bandeau::before,
.content-page .photos-categorie .photo::before,
.realisations-page .realisation-bloc::before {
    background: #1a1a1a;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.4;
    border-radius: 35px;
}

.realisations-page .realisation-bloc::before {
    border-radius: 20px;
}

.container:has(> .breadcrumb) {}

.content-page .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin: 0;
    list-style: none;
}

.content-page ul.breadcrumb a,
.content-page ul.breadcrumb span {
    letter-spacing: 0px;
    color: #c7c7c7;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.content-page .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #d1d1d1;
    content: var(--bs-breadcrumb-divider, "/");
}

.content-page .description-categorie {
    margin: 30px 0;
}

.description-categorie p {
    margin-bottom: 14px;
}

.success.text-center {
    background-color: var(--green);
    padding: 40px;
    border-radius: 20px;
}

.success.text-center img {
    width: 100px;
    margin-bottom: 40px;
}


.success.text-center p {
    font-size: 19px;
    color: var(--white);
    margin: 0;
}

.content-page p.description {
    letter-spacing: 0px;
    color: #212121;
    line-height: 30px;
}

.content-page .photos-categorie {
    margin: 0 0 106px 0;
    width: 100%;
    display: block;
    float: left;
}

.content-page .photos-categorie .photo:first-child {
    float: left;
}

.content-page .photos-categorie img {
    border-radius: 35px;
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-page .photo {
    position: relative;
    border-radius: 35px;
    opacity: 1;
    width: 48%;
    height: 465px;
    object-fit: cover;
    float: left;
    margin-bottom: 46px;
}

.content-page .photo:nth-child(even) {
    float: right;
}

.content-page .photos-categorie p {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 0 48px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    font-size: 26px;
    z-index: 9;
    line-height: 47px;
    width: 100%;
    font-weight: bold;
}

.content-page .description-categorie h2 {
    font-size: 25px;
    padding: 40px 0 8px 0;
    text-align: left;
    color: var(--green);
    margin-bottom: 6px;
    text-transform: uppercase;
    line-height: 32px;
}

/*Sponsoring sportif*/
.content-page #realisations-section {
    margin-bottom: 0 !important;
}

.content-page .text-content font {
    font-weight: bold;
}

.content-page .text-content p {
    margin-bottom: 20px;
}

.content-page .text-content ol li::marker,
.content-page .text-content ol li {
    font-size: 16px;
}

.content-page .text-content h3 {
    font-size: 23px;
    letter-spacing: 0px;
    text-align: left;
    line-height: 39px;
    margin-bottom: 21px;
    text-transform: uppercase;
}

.content-page .text-content h2 {
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 25px;
    padding: 7px 0 8px 0;
    text-align: left;
    margin-bottom: 6px;
    text-transform: uppercase;
    line-height: 32px;
}

.content-page .left-content,
.content-page .right-content {
    padding: 77px 10%;
}

.content-page .left-content h3,
.content-page .left-content h2 {
    color: var(--green);
}

.right-content .text-content {
    width: 64%;
    padding-right: 100px;
}

.content-page .right-content h3,
.content-page .right-content h2 {
    color: var(--azure-blue);
}

.content-page .left-content,
.content-page .right-content {
    padding: 77px 10%;
}

.content-page .left-content img {
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 30px;
    float: left;
    margin-right: 51px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.content-page .sous-categorie .left-content img,
.content-page .sous-categorie .right-content img {
    width: 100%;
    height: 100%;
}

.content-page .left-content .text-content {
    height: auto;
    text-align: left;
    letter-spacing: 0px;
    float: left;
    width: 64%;
    padding-left: 100px;
}

.content-page .right-content img {
    float: right;
    border-radius: 30px;
    object-fit: cover;
}

.content-page .right-content .text-content {
    text-align: left;
    letter-spacing: 0px;
    float: left;
}

/*PAGE SPONSORING*/
.bloc-filter {
    display: flex;
    float: left;
    width: 100%;
}

#bloc-filter h2 {
    color: var(--black);
    margin: 0;
}

#bloc-filter li.colored-link {
    min-width: 131px;
    border-radius: 32px;
    letter-spacing: 0.22px;
    font-size: 15px;
    font-family: "Poppins";
    font-weight: normal;
    text-align: center;
    border: 1px solid var(--azure-blue);
    cursor: pointer;
    padding: 14px 32px;
    float: left;
    margin-right: 14px;
    margin-bottom: 20px;
    color: var(--azure-blue);
}

#bloc-filter li.mixitup-control-active,
#bloc-filter li.colored-link:hover {
    background-color: var(--azure-blue);
    color: var(--white);
}

#bloc-filter .bloc-filter-sort .list-inline {
    display: block;
    margin-top: 17px;
    float: left;
    margin-bottom: 30px;
}

#bloc-filter .bloc-filter .col img {
    width: 241px;
    height: 241px;
    object-fit: cover;
}

.realisations-page .realisations-list img {
    width: 100%;
    height: 100%;
}

#bloc-filter .bloc-filter .mix img:not(.realisations-page .realisations-list img) {
    width: 241px;
    height: 210px;
}

#bloc-filter .bloc-filter .mix img {
    border-radius: 20px;
    object-fit: cover;
    float: left;
}

#bloc-filter {
    padding: 82px 6%;
}

#bloc-filter .details-sport {
    float: left;
    padding-left: 28px;
    width: calc(100% - 241px);
    height: 210px;
}

#bloc-filter .details-sport small,
#bloc-filter .details-sport li {
    letter-spacing: 0.16px;
    font-family: "Poppins";
    font-weight: 500;
    background-color: var(--green);
    color: var(--white);
    text-align: center;
    border-radius: 32px;
    opacity: 1;
    line-height: 29px;
    padding: 5px 19px;
}

#bloc-filter .details-sport .title {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.28px;
    text-align: left;
    margin-bottom: 12px;
    margin-top: 7px;
    padding-right: 14px;
}

.description-article a.btn-link.demande-devis-btn.green-btn {
    margin-top: 0 !important;
}

a.btn-link.demande-devis-btn.green-btn {
    padding: 19px 28px;
    background-color: var(--green);
    color: #fff;
    border: 1px solid var(--green);
    border-radius: 35px;
    display: block;
    margin: 0 auto;
    width: 307px;
    font-weight: 500;
    margin-top: 75px;
}

#bloc-filter .details-sport span {
    font-size: 15px;
    color: var(--dim-gray);
    display: block;
    width: 100%;
    margin-bottom: 16px;
}

#bloc-filter .details-sport a {
    font-size: 17px;
    font-weight: bold;
    color: var(--azure-blue);
    text-decoration: none;
}

#bloc-filter .col-6.mix {
    margin-bottom: 86px;
    padding-right: 27px;
}

#bloc-filter .details-sport ul {
    list-style: none;
    display: flex;
    padding: 0;
    column-gap: 12px;
}

/*Page Article blog*/
.article span.time {
    font-size: 13px;
    color: var(--gray);
    margin-bottom: 29px;
    display: block;
    width: 100%;
}

.article span.time i {
    color: var(--azure-blue);
    font-size: 10px;
}

.description-article .description h1 {
    font-size: 27px;
}

.article .description-article h2 {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0px;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
}

.article .description-article ul {
    font-size: 16px;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.description-article {
    margin-bottom: 30px;
}

.article .description-article h3 {
    letter-spacing: 0px;
    font-weight: bold;
    color: var(--azure-blue);
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 23px;
    padding-bottom: 0;
}

.article ol {
    margin-bottom: 0;
}

.article h4 {
    letter-spacing: 0px;
    font-size: 16px;
    color: var(--azure-blue);
    font-weight: bold;
    margin-top: 20px;
}

.article .commentaire-bloc {
    margin: 50px auto 0;
    width: 54%;
}

.article .commentaire-bloc .row {
    margin-bottom: 32px;
}

.article legend {
    font-size: 33px;
    text-align: center;
    font-family: "Poppins";
    font-weight: bold;
    letter-spacing: 0.42px;
    margin-bottom: 75px;
    position: relative;
}

.article legend:after {
    background-color: var(--azure-blue);
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    height: 4px;
    z-index: -1;
    width: 100px;
    margin: 0 auto;
}

/*.article .form-control,
.contact-page .form-control {
  height: 82px;
  border-radius: 20px;
  padding: 15px 37px;
  font-size: 22px;
}
.article textarea.form-control,
.contact-page textarea.form-control {
  height: 315px;
  resize: none;
}*/

.article .autres-article {
    padding: 0;
    list-style: none;
    margin: 16px 0 20px;
    width: 100%;
    display: inline-block;
    column-gap: 21px;
    display: flex;
}

.article .title h4 {
    font-size: 18px;
}

.autres-article .title h4 {
    font-size: 16px;
}

.article .autres-article li {
    height: 426px;
    box-shadow: 0px 2px 5px #00000030;
    border-radius: 30px;
    position: relative;
    width: 33%;
}

.article .autres-article img {
    border-radius: 30px 30px 0 0;
    height: 243px;
    object-fit: cover;
    width: 100%;
}

.article .autres-article li span {
    text-align: center;
    display: block;
    margin: 14px 0 14px 0;
    font-weight: bold;
    font-size: 17px;
}

.article .autres-article li .title a {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: var(--azure-blue);
    line-height: 37px;
    padding: 7px 37px;
    text-transform: uppercase;
    display: block;
}

.article .autres-article li small {
    display: block;
    text-align: center;
    font-size: 14px;
    color: var(--green);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 13px;
}



/*realisations-page*/
.realisations-page p.description {
    margin-top: 20px;
}

.realisations-page .realisation-bloc.mix {
    position: relative;
    margin-bottom: 65px;
    margin-right: 47px;
    padding: 0;
    width: 337px;
    height: 300px;
}

.realisations-page .realisation-bloc.mix .categorie {
    font-size: 22px;
    color: var(--white);
    position: absolute;
    bottom: 35px;
    font-weight: bold;
    left: 44px;
    right: 44px;
    z-index: 1;
    letter-spacing: 0px;
    line-height: 35px;
}

/*trouver-une-agence*/
.trouver-une-agence ul li a {
    width: 100%;
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #dfdfdf;
    font-weight: 500;
    color: #212121;
    background: url(https://atriome.fr/assets/frontend/img/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 98% 12px;
    background-size: 2%;
    text-decoration: none;
    font-size: 16px;
}

.trouver-une-agence ul li a:hover {
    color: #3396d9;
    font-weight: bold;
    background: url(https://atriome.fr/assets/frontend/img/arrows-right.svg);
    background-repeat: no-repeat;
    background-position: 98% 13px;
    background-size: 3%;
}

.trouver-societe-page font {
    font-weight: bold;
}

.trouver-une-agence ul {
    padding-left: 0;
    list-style: none;
    border-top: 1px solid #dfdfdf;
}

/*Société Page */
.societe-page {
    background-image: url(../img/blue-bg-rotate.png);
    background-repeat: no-repeat;
    background-size: 100% 300px;
}

.societe-page {
    padding: 54px 10% 145px;
}

.societe-page .breadcrumb li a,
.societe-page .breadcrumb li span,
.societe-page .breadcrumb-item+.breadcrumb-item::before {
    font-size: 10px;
    color: var(--white);
    padding-top: 7px;
}

.societe-page h1 {
    margin: 21px 0;
    font-family: "Poppins";
    font-weight: bold;
    font-size: 28px;
    width: 40%;
    color: var(--white);
}

.societe-page .page-content {
    padding-top: 80px;
    padding-top: 46px;
}

.societe-page .page-content .societe-infos {
    float: left;
    display: block;
    width: 100%;
    position: relative;
}

.societe-page .page-content .societe-infos .infos-img {
    height: 354px;
    width: auto;
    border-radius: 35px;
    float: left;
}

.societe-page .details-societe {
    float: left;
    padding-left: 87px;
    padding-top: 109px;
    width: 53%;
}

.societe-page .details-societe span {
    font-size: 19px;
}

.societe-page .details-societe h2 {
    padding: 6px 0 0 0;
    font-size: 25px;
    text-align: left;
    margin-bottom: 0;
    float: left;
}

.societe-page .details-societe .note {
    float: right;
}

.societe-page .details-societe .note i {
    color: var(--azure-blue);
    font-size: 28px;
    margin-right: 7px;
    margin-top: 15px;
}

.societe-page .details-societe address {
    font-size: 19px;
    margin: 10px 0;
    letter-spacing: 0px;
}

.societe-page ul {
    list-style: none;
    padding: 0;
}

.societe-page p {}

.societe-page address {
    margin-bottom: 0;
}

.societe-page .details-societe ul {
    padding: 0;
}

.societe-page .details-societe ul li {
    display: flex;
}

.societe-page .details-societe ul li a {
    font-size: 16px;
    margin: 30px 21px 0 0;
    text-align: center;
    padding: 13px 26px;
    border: 1px solid;
    border-radius: 29px;
}

.details-societe a img {
    height: 18px;
    margin-right: 8px;
    margin-top: 3px;
}

.societe-page .details-societe ul li a.green-bg .societe-page .details-societe ul li a img {
    width: auto;
    height: 22px;
    margin-right: 14px;
    margin-top: 5px;
}

.societe-page .details-societe ul li a.green-bg {
    background-color: var(--green);
    color: var(--white);
}

.societe-page .details-societe ul li a.green-border {
    border-color: var(--green);
    color: var(--green);
}

.societe-page .details-societe ul li a:last-child {
    margin-right: 0;
}

.societe-page .reseau-sociaux {
    position: absolute;
    right: 0;
    bottom: 0;
}

.societe-page .reseau-sociaux ul li:last-child {
    margin-bottom: 0px;
}

.societe-page .reseau-sociaux ul li {
    margin-bottom: 24px;
}

.societe-page .address {
    height: 419px;
    width: 592px;
    border-radius: 35px;
    float: left;
}

.societe-page .descriptif {
    padding-top: 84px;
}


.societe-page h3 {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 26px;
    margin: 20px 0 33px
}

.societe-page .prestation-societe ul {
    display: contents;
}

.societe-page .prestation-societe ul li {
    border-radius: 35px;
    border: 2px solid var(--azure-blue);
    padding: 14px 21px;
    font-family: "Poppins";
    color: var(--azure-blue);
    margin-right: 13px;
    margin-bottom: 16px;
    float: left;
    font-size: 15px;
    margin-top: 7px;
}

.societe-page .prestation-societe ul li strong {
    font-weight: 500 !important;
}

.societe-page #map {
    width: 93%;
    height: 439px;
}

.societe-page #map div:first-child {
    width: 100% !important;
    height: 100% !important;
}

.societe-page #map iframe {
    width: 100%;
    height: 100%;
}

.societe-page table {
    font-size: 24px;
    font-family: "Poppins";
}

.societe-page .prestation-societe ul a {
    color: var(--azure-blue);
}

.societe-page .prestation-societe ul a:hover {
    color: var(--green);
}

.societe-page .adresse-horaires {
    margin-top: 10px;
}

.societe-page .horaires ul li {
    border: 0.800000011920929px solid var(--silver);
    border-radius: 33px;
    padding: 14px 20px;
    margin-bottom: 15px;
}

.societe-page .horaires ul li b {
    font-family: "Poppins";
    font-weight: 600;
}

.societe-page .horaires ul li span {
    float: right;
}

.societe-page .col-4.horaires {
    padding: 0 18px;
}

.societe-page ul {
    margin-top: 9px;
    padding-left: 0;
}

.societe-page p {}

.societe-page .villes-societe {
    margin-top: 46px;
}

.societe-page .villes-societe address,
.societe-page .villes-societe p {
    font-family: "Poppins";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.38px;
    margin-bottom: 0px;
}

.societe-page .villes-societe ul {
    margin-left: 16px;
    color: #a7a7a7;
    list-style: disc;
    padding-left: 21px;
    font-size: 17px;
    column-count: 2;
    column-gap: 70px;
    margin-bottom: 38px;
}

.titre-avis {
    float: left;
    font-size: 19px;
}

.societe-page .donnez-note {
    font-size: 16px;
    display: block;
    margin: 10px 0;
}

.societe-page .donnez-note .note {
    margin-left: 29px;
    float: left;
    margin-top: 0;
}

.societe-page .donnez-note i {
    font-size: 18px;
    margin-left: 7.85px;
    color: var(--azure-blue);
    cursor: pointer;
}

.societe-page a.btn-link.green-btn {
    width: auto;
    margin-top: 22px;
}

.societe-page a.btn-link.green-btn i {
    margin-left: 39px;
    margin-top: 4px;
}

.societe-page .demander-devis {
    margin-top: 63px;
    width: 425px;
    height: 73px;
    letter-spacing: 0px;
    color: #ffffff;
    font-size: 20px;
    background-color: var(--green);
    padding: 20px 50px;
    text-align: left;
}

.societe-page .demander-devis i {
    margin-top: 6px;
    float: right;
}

.qui-sommes-nous .description-categorie .text-center b {
    margin-bottom: 75px;
    display: block;
    font-size: 25px;
}

.donner-avis-page.form-width,
.demande-devis-page.form-width {
    width: 48%;
}

.donner-avis-page.form-width .description-categorie p,
.demande-devis-page.form-width .description-categorie p {
    margin-bottom: 14px;
    font-size: 19px;
}

/*Nos certifications */
.nos-certifications .bloc,
.nos-engagements .bloc,
#partenaires-page .bloc {
    box-shadow: -1px 0px 20px #00000019;
    border-radius: 30px;
    margin-bottom: 90px;
    padding: 73px 53px 53px 0;
    width: 80%;
    margin: 0 auto 51px;
}

.nos-certifications .bloc:last-child,
.nos-engagements .bloc:last-child,
#partenaires-page .bloc:last-child {
    margin-bottom: 0;
}

.nos-certifications .bloc h3,
.nos-engagements .bloc h3,
#partenaires-page .bloc h3 {
    font-family: "Poppins";
    font-weight: bold;
    margin-bottom: 20px;
    padding-right: 9px;
}

.nos-certifications .bloc h3,
.nos-engagements .bloc h3 {
    font-size: 30px;
}

#partenaires-page .bloc h3 {
    font-size: 30px;
}

.row.section-margin.nos-engagements,
.row.section-margin.nos-certifications {
    margin: 0 auto 90px;
}

.nos-certifications .bloc p,
.nos-certifications .bloc ul,
.nos-engagements .bloc p,
.nos-engagements .bloc ul,
#partenaires-page .bloc p {}

.nos-certifications .bloc img {
    margin: 0 auto;
    display: block;
    object-fit: cover;
    width: 50%;
    height: auto;
}

.nos-certifications .rge h3 {
    color: #48347b;
}

.nos-certifications .qualibat h3 {
    color: #008be0;
}

.nos-certifications .edf h3 {
    color: #ff851d;
}

.nos-certifications .synerciel h3 {
    color: #fabb16;
}

.nos-certifications .certibiocide h3 {
    color: #99c151;
}

.nos-certifications .adkalis h3 {
    color: #0067b6;
}

/*Nos engagements */
.nos-engagements .image-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
}

.nos-engagements .image-wrapper img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
}

/*qui sommes nous */
.green-text h2 {
    font-family: "Poppins";
    font-weight: normal;
    color: var(--green) !important;
}

.blue-text h2 {
    font-family: "Poppins";
    font-weight: normal;
    margin-bottom: 50px;
}

.green-text h2 {
    margin-bottom: 50px;
}

.atriome-qui-sommes-nous,
.societe-recherche,
.atriome-origine {
    width: 100%;
    height: 100%;
}

/* Donner avis */
#offre-emploi .title {
    margin-top: 30px;
    padding: 50px 100px;
}

.ml-28 {
    margin-left: 28px;
}

.ml-30 {
    margin-left: 30px;
}

.donner-avis-page label {
    font-size: 17px;
    margin-bottom: 9px;
    margin-left: 11px;
    display: block;
    float: left;
    width: 100%;
}

.donner-avis-page .donner-note span {
    font-size: 22px;
}

.donner-avis-page .donner-note .note span {
    width: 30px;
    height: 29px;
    font-size: 21px;
    color: var(--azure-blue);
    cursor: pointer;
    padding-top: 4px;
}

.donner-avis-page .donner-note {
    display: flex;
    margin: 35px auto;
    text-align: center;
    width: 510px;
}

.donner-avis-page .donner-note .note {
    margin-left: 38px;
}

/* FAQ */
#faq .description-categorie p {
    width: 1027px;
    margin: 0 auto;
}

#faq h2,
#offre-emploi h2 {
    text-align: left;
    color: var(--green);
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
    padding-top: 0;
    font-size: 25px;
    margin-bottom: 27px;
}

#faq h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 0.8em;
    border-top: 3px solid #0096d9;
    z-index: -1;
    width: 50px;
}

#faq ul,
#offre-emploi ul.accordion-list {
    padding: 0;
    list-style: none;
    margin-bottom: 35px;
}

#faq ul.accordion-list li,
#offre-emploi ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 25px 33px 15px;
    margin: 0 auto 15px auto;
    border: 1px solid #bfbfbf;
    border-radius: 20px;
    cursor: pointer;
}

#faq ul.accordion-list li h3:after,
#offre-emploi ul.accordion-list li h3:after {
    position: absolute;
    right: 41px;
    top: 29px;
    color: white;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    content: "";
    background-image: url(../img/arrow-down.svg);
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
}

#offre-emploi .answer li {
    padding: 0 !important;
    border: 0 !important;
    font-size: 18px;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 2rem;
}

#faq ul.accordion-list li.active h3:after,
#offre-emploi ul.accordion-list li.active h3:after {
    transform: rotate(179deg);
}

#faq ul li h3,
#offre-emploi ul.accordion-list li h3 {
    font-size: 20px;
}

.answer {
    padding: 10px 0;
}

#faq p:last-child,
#offre-emploi p:last-child {
    margin-bottom: 0;
}

/*Nos Partenaires */
#partenaires-page .description-categorie {
    margin-bottom: 60px;
}

#partenaires-page .bloc img {
    width: 53%;
    margin: 0 auto;
    display: block;
}

/*Realisation Page*/
.realisation-page .description-realisation h2 {
    font-size: 25px;
    font-weight: bold;
    color: var(--azure-blue);
    padding-bottom: 0;
    margin-bottom: 15px;
}

.realisations-list .caption {
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #0096d9;
    border-radius: 20px;
    height: 100%;
    padding: 14px 34px;
    opacity: 0;
    transition: 0.2s;
    left: 0;
}

.realisations-list .realisation-bloc .caption .categorie {
    font-size: 32px;
    opacity: 0.5;
    line-height: 1;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    padding: 10px;
    height: 80px;
}

.realisations-list .realisation-bloc .caption .description,
.realisations-list .realisation-bloc .caption .description h5 {
    font-size: 16px;
    margin-top: 116px;
    margin-bottom: 13px;
    font-weight: 400;
}

.realisations-list .buttons a {
    border-radius: 35px;
    font-size: 16px;
}

.realisations-list .realisation-bloc .caption .buttons {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.realisations_images .images>div>a {
    overflow: hidden;
    display: block;
}

.realisations_images .row.images {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.trouver-une-agence .container {
    padding-bottom: 150px;
    padding-top: 0;
}

.realisations_images img {
    width: 100%;
    height: 295px;
    object-fit: cover;
    transition: 0.2s;
    cursor: pointer;
}

.realisations_images .col-4 {
    margin-bottom: 25px;
}

.realisations_images img:hover {
    transform: scale(1.1);
}

.realisations-list .realisation-bloc:hover .caption {
    opacity: 1;
}

.realisation-page .description-realisation .description {
    text-align: center;
    font-size: 31px;
    color: var(--green);
    font-weight: bold;
    margin-bottom: 30px;
}

.realisation-page .avant-apres-bloc-realisation {
    width: 898px;
    height: 608px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.realisation-page .jx-slider {
    border-radius: 35px;
}

.realisation-page div.jx-label {
    font-size: 22px !important;
}

div.jx-image.jx-left div.jx-label {
    left: 33px;
}

.realisation-page .contact {
    margin-top: 60px;
    text-align: center;
    margin-bottom: 60px;
}

.realisation-page .contact h3 {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 70px;
    position: relative;
}

.realisation-page .contact h3:after {
    content: "";
    position: absolute;
    bottom: -38px;
    left: 0;
    right: 0;
    height: 0.8em;
    border-top: 3px solid #0096d9;
    z-index: -1;
    width: 100px;
    margin: 0 auto;
}

.realisation-page .contact address,
.realisation-page .contact span {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 31px;
}

.realisation-page .contact span font {
    font-weight: bold;
}

.realisation-page .contact span {
    display: block;
}

/*Contact Page */
.contact-page form h2 {
    font-size: 34px;
    margin-bottom: 30px;
}

.contact-page form label,
.contact-recrutement form label {
    font-size: 18px;
    margin-bottom: 15px;
    margin-left: 11px;
    margin-top: 16px;
}

.contact-page form .form-control {
    background-color: transparent;
}

.contact-page.form-width {
    padding: 79px 0 89px 0;
    width: 48%;

}

.contact-page form h2 {
    font-size: 28px;
}

.contact-page.form-width .green-btn {
    margin-top: 30px;
}

.contact-page {
    margin-bottom: 15px;
}

.gray-bg {
    background-color: var(--light-gray);
}

.pl-14 {
    padding-left: 14px;
}

.liste-societes {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.liste-societes li {
    width: calc(33.33% - 80px);
    margin: 10px 40px 37px;
    box-sizing: border-box;
}

.liste-societes h3 {
    font-weight: bold;
    font-size: 20px;
    color: var(--bs-gray-600);
    text-transform: uppercase;
}

.liste-societes .plan-acces,
.liste-societes p {
    color: var(--azure-blue);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

.liste-societes p {
    margin-top: 9px;
}

.liste-societes .map {
    height: 260px;
}

.liste-societes .map iframe {
    width: 100%;
    height: 100%;
}

.liste-societes address {
    font-size: 17px;
    color: var(--bs-gray-600);
    line-height: 29px;
    margin-bottom: 0;
}

.liste-societes address a {
    color: var(--azure-blue);
}

.liste-societes a.en-savoir-plus {
    color: var(--azure-blue);
    font-size: 18px;
}

.liste-societes a:hover {
    color: var(--green);
}

.pr-14 {
    padding-right: 14px;
}

.parrainage {
    padding: 70px 0;
    background-color: var(--light-gray);
    margin-bottom: 70px;
}

.parrainage .checkbox label {
    font-size: 15px !important;
}

.parrainage h2 {
    width: 30%;
    line-height: 40px;
    margin: 0 auto 77px;
    padding: 0;
    font-size: 30px;
}

.parrainage form h4 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.parrainage form .form-control {
    background-color: transparent;
    padding: 0 26px;
}

.parrainage .label-mail {
    float: left;
    margin-right: 33px;
}

.parrainage .email-form {
    float: left;
    width: 100%;
}

.parrainage .form-group {
    margin: 0 0 31px 0;
}

.parrainage .form-content-mail {
    display: block;
    float: left;
    width: 100%;
}

.parrainage .donner-avis-page .checkbox label input {
    float: left;
    height: 23px;
    margin-right: 10px;
    margin-bottom: 45px;
}

.mt-17 {
    margin-top: 17px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.parrainage .donner-avis-page button i {
    margin-left: 35px;
    margin-top: 4px;
}

.parrainage .notice {
    font-size: 15px;
    margin-top: 20px;
    display: block;
    margin-bottom: 0;
}

.description-categorie h3,
.description-categorie li::marker {
    font-size: 19px;
    font-weight: bold;
    color: var(--azure-blue);
}


.text-content.blue-text {
    font-size: 22px;
}

.description-categorie h4 {
    font-size: 17px;
    color: var(--nero);
    font-weight: bold;
    margin-top: 12px;
    display: block;
}

.reglement-jeu {
    margin-bottom: 10px;
}

.reglement-jeu p {
    font-size: 22px;
    color: #212121;
}

.reglement-jeu h2 {
    text-align: left;
    color: var(--azure-blue);
    margin: 0;
    line-height: normal;
    padding-bottom: 17px;
    font-size: 42px;
}

.reglement-jeu h3 {
    font-size: 26px;
    font-weight: bold;
    color: var(--azure-blue);
    margin-bottom: 21px;
    margin-top: 0;
}

.reglement-jeu h4 {
    font-size: 26px;
    font-weight: bold;
    color: var(--green);
    margin-bottom: 10px;
    margin-top: 21px;
}

.reglement-jeu ul {
    font-size: 22px;
}

.bg-blue .slide-arrow {
    color: #fff;
}

form select {
    background: url(https://atriome.fr/assets/frontend/img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 11px;
    position: relative;
    background-color: white;
}

/*contact-recrutement*/
.contact-recrutement form {
    margin: 40px 0 150px;
}

.mentions-legales h3 {
    color: var(--azure-blue);
    font-size: 18px;
    margin-top: 24px;
}

/*politique-de-confidentialite */
.politique-de-confidentialite h2 {
    text-align: left;
    font-size: 24px;
    color: var(--green);
    padding-bottom: 0;
    margin-top: 21px;
    margin-bottom: 3px;
}

.politique-de-confidentialite h3 {
    color: var(--azure-blue);
    font-size: 20px;
}

.politique-de-confidentialite h4 {
    font-size: 18px;
}

.sponsoring .background-mobile {
    height: 111px;
}

.sponsoring .background-mobile svg {
    bottom: -151px;
}

#bloc-proximite .bg-avis-mobile {
    position: relative;
    z-index: 0;
    background-color: #f4f4f4;
    height: 230px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-top: 2px solid #f4f4f4;
}

#bloc-proximite .bg-avis-mobile img {
    width: 100%;
    position: absolute;
    top: 0;
    height: auto;
    z-index: 0;
    border: 0;
}

.avant-apres h2 {
    padding-bottom: 0;
}

.avant-apres h3 {
    font-size: 19px;
    line-height: 30px;
}

.pr-152 {
    padding-right: 151px;
}

.avant-apres h3 {
    font-weight: 500;
}

.content-avis-mobile br {
    display: none;
}

#bloc-experience .bloc-experience {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-between;
}

.prestations .background-color {
    width: 100%;
    height: 212px;
}

.prestations .background-color .background-mobile {
    bottom: -168px;
}

h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 78px;
}

.content-avis-mobile {
    margin-top: -187px;
}



/*@media only screen and (min-width: 1441px) and (max-width: 1666px) {
  .bouton-navBar {
    font-size: 14px;
    padding: 9px 8px;
  }
  .navbar {
    padding: 21.2px 20px;
  }
  .navbar li a.nav-link {
    font-size: 16px;
  }
  div#navbarSupportedContent {
    padding-left: 20px;
  }
  .demande-devis .form-devis .title-form p {
    font-size: 24px;
  }
  .demande-devis .close-form i {
    font-size: 21px;
  }
  .demande-devis .form-devis .title-form small {
    font-size: 17px;
    margin-bottom: 13px;
  }
  .demande-devis .form-devis {
    width: 424px;
    padding: 24px 10px;
  }
  .demande-devis .form-devis form .form-control:not(textarea) {
    height: 54px;
  }
  .demande-devis .form-devis .checkbox span {
    font-size: 11px;
  }
  .demande-devis .form-devis .title-form {
    padding: 9px;
  }
  #slider-home-page .caption {
    width: 51%;
  }
  .caption {
    left: 2%;
  }
  .demande-devis .form-devis form {
    padding: 0 9px;
  }
  .btn-link {
    font-size: 15px;
  }
  .demande-devis .form-devis form .form-control {
    font-size: 16px;
  }
  #slider-home-page .caption big {
    font-size: 33px;
    margin-bottom: 0;
  }
  #slider-home-page .description-slide {
    font-size: 21px;
  }
  #slider-home-page .caption a,
  .btn-form-devis {
    font-size: 18px;
  }
  #slider-service .image-wrapper {
    width: 100px;
    height: 100px;
  }
  #slider-service .slider-service div img {
    width: 75%;
  }
  #slider-service .content-services span {
    font-size: 17px;
  }
  h2 {
    font-size: 45px;
    line-height: 20px;
    margin-bottom: 60px;
  }
  .prestations .title,
  .realisations .title-realisations {
    font-size: 24px;
  }
  .prestations .slide {
    width: 310px !important;
    height: 410px;
  }
  #bloc-experience .bloc-experience {
    width: 100%;
  }
  #bloc-experience span {
    font-size: 17px;
  }
  #bloc-experience span b {
    font-size: 19px;
  }
  section#bloc-experience h2 {
    margin: 20px auto 60px;
  }
  .prestations .controls-slider i,
  .sponsoring .controls-slider i {
    width: 50px;
    height: 50px;
    line-height: 28px;
    font-size: 20px;
  }
  .font-content,
  .avant-apres p,
  #certifications-section p,
  #bloc-proximite ul li a {
    font-size: 19px;
  }
  .reseau-section .video-content {
    height: 437px;
  }
  .realisations .slide {
    width: 300px !important;
    height: 374px;
  }
  .avant-apres h2 {
    font-size: 45px;
    line-height: 51px;
  }
  .avant-apres .bx-next,
  .avant-apres .bx-prev {
    width: 50px !important;
    height: 50px !important;
    line-height: 28px;
    font-size: 20px;
  }
  .avant-apres .bx-controls.bx-has-controls-direction {
    width: auto;
  }
  #certifications-section h3 {
    font-size: 23px;
  }
  #certifications-section .col-6 {
    height: 390px;
    width: 650px !important;
  }
  #bloc-proximite p {
    font-size: 22px;
  }
  #actualites-section .title a,
  .sponsoring .slides .title a {
    font-size: 21px;
  }
  #actualites-section .lire-suite a,
  .sponsoring .lire-suite a {
    font-size: 22px;
  }
  footer h5,footer h3 {
    font-size: 16px;
  }
  footer .nav-item a {
    font-size: 15px;
  }
  .content-page .title-content-bandeau h1 {
    font-size: 52px;
    width: 90%;
  }
  #qui-sommes-nous .description-categorie .text-center {
    display: block;
    float: left;
    width: 100%;
  }
  .content-page .description-categorie h2 {
    font-size: 28px;
    float: left;
    display: block;
    width: 100%;
    margin-top: 29px;
  }
  .content-page p.description {
    font-size: 19px;
    line-height: 29px;
    float: left;
    display: block;
    width: 100%;
  }
  .content-page .description-categorie {
    margin: 30px 0;
    float: left;
    display: block;
    width: 100%;
  }
  .content-page .text-content h2 {
    letter-spacing: 0px;
    padding: 0;
    text-align: left;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 35px;
  }
  .content-page .text-content p {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .nos-certifications .bloc p,
  .nos-certifications .bloc ul,
  .nos-engagements .bloc p,
  .nos-engagements .bloc ul,
  #partenaires-page .bloc p {
    font-size: 19px;
  }
  .nos-certifications .bloc h3,
  .nos-engagements .bloc h3 {
    font-size: 27px;
  }
  .nos-engagements .image-wrapper {
    width: 115px;
    height: 115px;
  }
  .nos-engagements .image-wrapper img {
    width: 50px;
    height: 50px;
  }
  .content-page .text-content h3 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 35px;
  }

  .content-page .photo {
    height: 397px;
  }
  .content-page .photos-categorie p {
    font-size: 30px;
    line-height: 36px;
  }
  .content-page .left-content .text-content,
  .right-content .text-content {
    width: 57%;
    padding-left: 65px;
  }
  .left-content .animate__animated.animate__fadeInLeft.col-4,
  .image-content,
  .right-content .animate__animated.animate__fadeInRight {
    width: 40%;
  }
  .donner-avis-page.form-width .description-categorie p,
  .demande-devis-page.form-width .description-categorie p {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .form-width .form-control {
    font-size: 17px;
    padding: 16px 20px;
  }

  .form-control:not(textarea) {
    height: 66px;
  }
  .demande-devis-page .checkbox label {
    font-size: 16px;
    margin-bottom: 62px;
  }
  .content-page ul.breadcrumb a,
  .content-page ul.breadcrumb span {
    font-size: 15px;
  }
  .contact-page form h2,
  .parrainage h2 {
    font-size: 42px;
  }
  .contact-page form label,
  .contact-recrutement form label {
    font-size: 16px;
  }
  .liste-societes h3 {
    font-size: 20px;
  }
  .liste-societes .plan-acces,
  .liste-societes p {
    font-size: 16px;
  }
  .liste-societes address {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 0;
  }
  #bloc-filter li.colored-link {
    min-width: 124px;
    font-size: 17px;
  }
  .realisations-page .realisation-bloc.mix .categorie {
    font-size: 25px;
  }
  .realisations-page .realisation-bloc.mix {
    margin-right: 28px;
    width: 22%;
    height: 329px;
  }
  .realisations-list .realisation-bloc .caption .description,
  .realisations-list .realisation-bloc .caption .description h5 {
    font-size: 17px;
    margin-top: 108px;
  }
  .realisations-list .buttons a {
    font-size: 17px;
  }
  .realisations-page .realisation-bloc.mix .categorie {
    font-size: 22px;
    line-height: 29px;
  }
  .parrainage form h4 {
    font-size: 21px;
  }
  .donner-avis-page label {
    font-size: 16px;
  }
  .parrainage .checkbox label {
    font-size: 16px !important;
  }
  .parrainage .notice {
    font-size: 18px;
  }
  .reglement-jeu h2,
  #partenaires-page .bloc h3 {
    font-size: 30px;
  }

  .reglement-jeu p,
  .reglement-jeu ul,
  #bloc-filter .details-sport .title {
    font-size: 19px;
  }
  .reglement-jeu h4 {
    font-size: 21px;
  }
  #faq h2,
  #offre-emploi h2 {
    font-size: 23px;
  }
  #faq ul li h3,
  #offre-emploi ul.accordion-list li h3 {
    font-size: 19px;
  }
  p {
    font-size: 19px;
  }
  #partenaires-page .bloc img {
    height: auto;
    width: 56%;
  }
  #bloc-filter .details-sport span {
    font-size: 14px;
  }
  .article .description-article ul {
    font-size: 19px;
  }
  .article .description-article h2 {
    font-size: 25px;
  }
  a.btn-link.demande-devis-btn.green-btn,
  button.btn-link.demande-devis-btn.green-btn {
    font-size: 18px;
  }
  .article h2 {
    font-size: 34px;
  }
  .autres-article .title h4 {
    font-size: 15px;
  }
  .article .autres-article li span {
    font-size: 17px;
  }
  .article .autres-article li {
    height: 425px;
  }
}*/
@media only screen and (min-width: 1666px) {
    .contact-bloc {
        /*min-width: 492px !important;
    max-width: 554px !important;*/
        margin-top: -222px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1666px) {

    .contact-page.form-width {
        width: 48% !important;
    }

    .content-page .left-content,
    .content-page .right-content {
        padding: 50px 10% !important;
    }

    p {
        font-size: 14px;
        margin-bottom: 10px !important;
    }

    .content-page .title-content-bandeau h1 {
        font-size: 30px;
        width: 70%;
    }

    .content-page .bandeau {
        height: 450px
    }

    .content-page .description-categorie {
        margin: 15px 0;
    }

    .container {
        padding: 50px 0;
    }

    #slider-service .bx-wrapper .bx-controls-direction a.bx-prev {
        left: 0
    }

    #slider-service .bx-wrapper .bx-controls-direction a.bx-next {
        right: 0
    }

    .nos-certifications .bloc h3,
    .nos-engagements .bloc h3,
    #partenaires-page .bloc h3 {
        font-size: 20px;
    }

    .nos-certifications .bloc p,
    .nos-certifications .bloc ul,
    .nos-engagements .bloc p,
    .nos-engagements .bloc ul,
    #partenaires-page .bloc p,
    ol,
    ul {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .nos-certifications .bloc,
    .nos-engagements .bloc,
    #partenaires-page .bloc {
        padding: 30px;
        width: 75%;
        margin: 0 auto 51px;
    }

    .nos-engagements .image-wrapper {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }

    .nos-engagements .image-wrapper img {
        width: 40px;
        height: 40px;
    }

    .content-page .photo {
        height: 313px;
    }

    .content-page .photos-categorie p,
    .politique-de-confidentialite h3,
    .realisations-page .realisation-bloc.mix .categorie {
        font-size: 18px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: 40px;
    }

    .realisation-bloc .caption .description h5 {
        font-size: 15px !important;
        margin-top: 14px !important;
    }

    .realisations-list .realisation-bloc .caption .description,
    .realisations-list .realisation-bloc .caption .description h5 {
        margin-top: 85px;
    }

    .caption {
        font-size: 16px;
    }

    .realisations-list .buttons a {
        font-size: 14px;
    }

    #bloc-filter li.colored-link {
        min-width: 113px;
        font-size: 14px;
        padding: 11px 27px;
    }

    .realisations-page .realisation-bloc.mix {
        margin-right: 23px;
        width: 265px;
        height: 293px;
    }

    .content-page p.description {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 10px;
    }

    .content-page .text-content p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .sub-header {
        display: block;
        text-align: right;
        width: 100%;
        padding: 16px 0;
        box-shadow: 5px 3px 6px #00000029;
    }

    .content-page .description-categorie h2,
    .text-content.blue-text h2 {
        font-size: 20px !important;
        padding: 15px 0 8px 0;
        margin-bottom: 0px;
        line-height: 24px;
    }

    #faq h2,
    #offre-emploi h2 {
        font-size: 20px !important;
    }

    #faq ul li h3,
    #offre-emploi ul.accordion-list li h3,
    #faq ul.accordion-list li,
    #offre-emploi ul.accordion-list li {
        font-size: 14px;
    }

    .content-page .text-content h2,
    .content-page .text-content h3,
    .politique-de-confidentialite h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .content-page ul.breadcrumb span {
        font-size: 10px;
    }

    .bage-contact {
        cursor: pointer;
        position: fixed;
        right: 0;
        top: 50%;
        z-index: 9;
        background-color: var(--green);
        border-radius: 10px 0 0 10px;
        opacity: 1;
        font-weight: 600 !important;
        font-size: 13px;
        color: #fff;
        border: 1px solid var(--green);
        padding: 10px 10px;
        width: 104px;
        text-align: center;
        display: none;
    }

    .sub-header span,
    .content-page ul.breadcrumb a,
    .trouver-une-agence ul li a {
        font-size: 14px;
    }

    #slider-home-page {
        height: 526px;
    }

    #slider-home-page .caption {
        width: 30%;
    }

    #slider-home-page .caption big {
        font-size: 34px;
        line-height: 40px;
    }

    #slider-home-page .caption a {
        font-size: 13px;
    }

    #slider-home-page .bx-wrapper .bx-pager.bx-default-pager a {
        width: 12px;
        height: 12px;
    }

    #slider-service .content-services span,
    #bloc-experience span,
    #bloc-filter .details-sport .title {
        font-size: 13px;
    }

    #bloc-experience span b {
        font-size: 16px;
    }

    #slider-service .image-wrapper,
    #slider-service .image-wrapper,
    #bloc-experience .image-wrapper {
        width: 90px;
        height: 90px;
    }

    #slider-service .slider-service div img {
        width: 70%;
    }

    #bloc-experience span {
        width: auto;
    }

    .realisations {
        padding: 0;
        width: 100%;
        margin: 0 auto;
    }

    h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 25px;
    }

    .prestations .title,
    .realisations .title-realisations {
        font-size: 18px;
        width: 76%;
        bottom: 33px;
    }

    .prestations .controls-slider {
        height: 136px;
        padding: 50px 0;
        width: 80%;
        margin: 0 auto;
    }

    #bloc-filter .details-sport span,
    #bloc-filter .details-sport small,
    #bloc-filter .details-sport li {
        font-size: 11px;
    }

    .content-page .breadcrumb-item+.breadcrumb-item::before {
        font-size: 9px;
        padding-top: 7px;
    }

    .realisation-page .description-realisation h2 {
        font-size: 27px;
        font-weight: bold;
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .realisations_images img {
        height: 214px;
    }

    .realisation-page .contact h3 {
        font-size: 27px;
    }

    .realisation-page .description-realisation .description {
        text-align: center;
        font-size: 30px;
        color: var(--green);
        font-weight: bold;
        margin-bottom: 50px;
    }

    #bloc-filter .bloc-filter .mix img:not(.realisations-page .realisations-list img) {

        height: 209px;
    }

    #bloc-filter .details-sport a {
        font-size: 14px;
    }

    .realisation-page .contact h3 {
        margin-bottom: 50px
    }

    .realisation-page .contact h3:after {
        bottom: -36px;
    }

    .societe-page h1 {
        font-size: 28px;
        width: 35%;
    }

    .societe-page .page-content {
        padding-top: 20px;
    }

    .societe-page .page-content .societe-infos .infos-img {
        height: 280px;
    }

    .societe-page {
        background-size: 100% 250px;
    }

    .societe-page .details-societe span {
        font-size: 17px;
    }

    .reseau-sociaux ul li img {
        height: 41px;
    }

    .reseau-sociaux ul li {
        margin-bottom: 20px;
    }

    .societe-page .details-societe h2 {
        padding: 0;
        font-size: 25px;
    }

    .societe-page .details-societe address {
        font-size: 17px;
        margin: 0;
    }

    .parrainage h2 {
        width: 35%;
        line-height: 37px;
        margin: 0 auto 50px;
        padding: 0;
        font-size: 25px;
    }

    .donner-avis-page label {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .form-width .form-control {
        font-size: 15px;
    }

    .parrainage .email-form {
        float: left;
        width: 100% !important;
    }

    .parrainage .checkbox label {
        font-size: 12px !important;
    }

    .parrainage .donner-avis-page .checkbox label input {
        margin-bottom: 46px;
    }

    .reglement-jeu h2 {
        font-size: 20px;
    }

    .reglement-jeu p,
    .reglement-jeu ul,
    .filtre-avis .select2-container--default .select2-selection--single .select2-selection__rendered,
    .avis .note,
    .avis .nom {
        font-size: 14px;
    }

    .avis .societe {
        font-size: 12px;
    }

    .avis .avis-text {
        font-size: 13px;
    }

    .reglement-jeu h3 {
        font-size: 17px;
        margin-bottom: 8px;
        margin-top: 20px;
    }

    .reglement-jeu h4 {
        font-size: 17px;
        margin-bottom: 10px;
        margin-top: 14px;
    }

    .avis h2 {
        margin-bottom: 20px;
    }

    .avis .avis-col {
        height: 280px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .carte img {
        top: 0;
        width: 124%;
    }



    .avis-bloc .btn-link.green-btn {
        margin-top: 30px;
    }

    .sponsoring {
        padding-bottom: 50px;
    }

    .article .description-article h2 {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .article .description-article ul {
        font-size: 14px;
        list-style: none;
        padding: 0;
    }

    .article legend {
        font-size: 26px;
        margin-bottom: 95px;
        position: relative;
    }

    .article span.time {
        font-size: 11px;
        color: var(--gray);
        margin-bottom: 17px;
        display: block;
        width: 100%;
        margin-top: 17px;
    }

    .content-page .photos-categorie {
        margin: 50px 0;
    }

    .article legend:after {
        bottom: -13px;
    }

    .form-width {
        width: 60%;
    }

    .article .commentaire-bloc {
        margin: 80px auto 0;
    }

    .autres-article .title h4 {
        font-size: 14px;
    }

    .article .autres-article img {
        height: 200px;
    }

    .article .autres-article li span {
        margin: 14px 0 3px 0;
        font-size: 15px;
    }

    .article .avis-text {
        font-size: 13px;
    }

    .avis .lire-suite {
        font-size: 12px;
    }

    .avis-bloc .bx-wrapper {
        margin: 0 auto 20px auto;
    }

    .article .autres-article li small {
        font-size: 12px;
    }

    .avis-bloc .bx-viewport {
        height: 317px !important;
    }

    .article .autres-article li {
        height: 394px;
    }

    .article h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    button.btn-link.demande-devis-btn.green-btn {
        font-size: 12px;
        border-radius: 52px;
        padding: 13px 30px;
    }

    a.btn-link.demande-devis-btn.green-btn {
        font-size: 12px;
    }

    .article .commentaire-bloc {
        margin: 80px auto 0;
    }

    .parrainage .notice {
        font-size: 15px;
        font-weight: bold;
        margin-top: 40px;
        display: block;
        margin-bottom: 0;
    }

    .form-control:not(textarea) {
        height: 55px;
    }

    .parrainage form h4 {
        font-weight: bold;
        font-size: 17px;
        margin-bottom: 17px;
    }

    .societe-page .details-societe ul li a {
        font-size: 12px;
        padding: 13px 19px;
    }

    .details-societe a img {
        height: 13px;
    }

    .societe-page .descriptif p {
        font-size: 14px;
    }

    .societe-page .details-societe {
        padding-top: 35px;
    }

    .font-content,
    .avant-apres p,
    .realisation-page .contact address,
    .realisation-page .contact span {
        font-size: 14px;
    }

    .societe-page h3 {
        font-size: 20px;
        margin: 30px 0 20px;
    }

    .societe-page .villes-societe address,
    .societe-page .villes-societe p {
        font-size: 20px;
    }

    .chap {
        margin-bottom: 42px !important;
    }

    .societe-page .prestation-societe ul li,
    .societe-page .horaires ul li,
    .societe-page .villes-societe ul,
    .titre-avis,
    .societe-page .donnez-note i {
        font-size: 13px;
    }

    .prestations .slide {
        height: 266px;
        margin: 0 auto;
        width: 90% !important;
    }

    .prestations .controls-slider i,
    .sponsoring .controls-slider i {
        width: 35px;
        height: 35px;
        line-height: 14px;
        margin-right: 14px;
        font-size: 13px;
        border: 1px solid;
    }

    .reseau-section .video-content {
        height: 305px;
    }

    .btn-link {
        font-size: 12px;
    }

    .realisations .slide {
        height: 330px;
        width: 92% !important;
        margin-right: 0 !important;
        margin-top: 10px;
        margin-left: 9px;
    }

    .realisations .slide .caption .categorie {
        font-size: 23px;
    }

    .avant-apres .bx-next,
    .avant-apres .bx-prev {
        width: 35px !important;
        height: 35px !important;
        border: 1px solid var(--nero);
    }

    .avant-apres .bx-next i,
    .avant-apres .bx-prev i {
        font-size: 13px;
    }

    .avant-apres .bx-controls.bx-has-controls-direction {
        width: 91px;
    }

    div.jx-image div.jx-label {
        font-size: 11px;
        width: 83px;
        height: 33px;
        line-height: 33px;
        padding: 0;
    }

    #slider-home-page .description-slide {
        font-size: 17px;
    }

    .avant-apres h2 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 0;
    }

    .avant-apres h3 {
        font-size: 15px;
        margin-bottom: 14px;
    }

    #bloc-experience .bloc-experience {
        display: flex;
        column-gap: 19%;
        margin: 0 auto;
        width: 100%;
    }

    #certifications-section img {
        height: 37px;
    }

    #bloc-proximite .col-4 {
        padding: 0;
    }

    .section-margin {
        margin-bottom: 40px;
    }

    .pr-152 {
        padding-right: 58px;
    }

    #bloc-proximite h2 {
        padding: 0;
        margin: 0px 0 11px 0;
    }

    #certifications-section h3 {
        font-size: 14px;
    }

    #certifications-section p,
    #bloc-proximite p {
        font-size: 14px;
        letter-spacing: 0px;
    }

    #certifications-section .col-6 {
        width: 90% !important;
        height: 290px;
        margin: 0 auto 45px auto !important;
        padding: 30px;
        display: block !important;
    }

    .row-certid .bx-viewport {
        height: 388px !important;
    }

    footer .has-search .form-control {
        padding-left: 43px;
        width: 228px;
        height: 45px;
        margin-bottom: 0;
    }

    footer .has-search .form-control-feedback {
        margin-left: 17px;
    }


    #bloc-proximite .col-8 {
        padding-left: 175px;
        padding-right: 0;
    }

    .sub-header span a {
        margin-right: 10px;
    }

    .result {
        border-radius: 22px;
        background: #fff;
        padding: 6px 0px;
        max-height: 121px;
        overflow: scroll;
        overflow-x: hidden;
        font-size: 5px;
        border-top: none;
        display: none;
        width: 228px;
    }

    .result ul li a {
        font-size: 11px;
    }

    .result ul li {
        display: block;
        text-align: left;
        border: none;
        cursor: pointer;
        padding-bottom: 6px;
        padding-top: 6px;
        padding-left: 20px;
        font-size: 11px;
    }

    #bloc-proximite ul li a {
        font-size: 11px;
        color: var(--white);
        font-weight: 300;
        text-decoration: none;
    }

    #bloc-proximite ul {
        column-gap: 42px;
    }

    #actualites-section .lire-suite a,
    .sponsoring .lireArticle {
        font-size: 13px;
        margin: 0;
    }

    #actualites-section .title a,
    .sponsoring .slides .title a {
        font-size: 13px;
        line-height: 21px;
        display: block;
    }

    #actualites-section .slide,
    .sponsoring .slide {
        display: block !important;
        width: 90% !important;
        margin: 0 auto 45px auto !important
    }

    footer #scroll-to-top {
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 40px;
    }

    .lireArticle {
        margin: 0;
    }

    #actualites-section .lire-suite a i,
    .sponsoring .lireArticle i {
        font-size: 10px !important;
    }

    .form-control {
        font-size: 12px !important;
    }

    .container:has(> .breadcrumb) {
        padding: 28px 0 39px;
    }

    .liste-societes h3 {
        font-size: 14px;
    }

    .liste-societes .plan-acces,
    .liste-societes p {
        font-size: 14px;
    }

    .liste-societes .plan-acces,
    .liste-societes p {
        font-size: 16px;
    }

    .liste-societes address {
        font-size: 14px;
        line-height: 22px;
    }

    .liste-societes a.en-savoir-plus {
        font-size: 15px;
    }

    .contact-page form h2 {
        font-size: 30px;
    }

    .contact-page form label,
    .contact-recrutement form label {
        font-size: 15px;
    }

    #actualites-section .slide img {
        width: 100%;
        height: 235px;
    }

    .sponsoring .slide {
        height: 257px;
    }

    .sponsoring .bottom-sponsoring {
        height: 103px;
        padding: 45px 0 0;
    }

    .sponsoring {
        background-size: 100% 69%;
    }

    .sponsoring .bx-wrapper {
        margin: 0 auto;
        height: 392px;
    }

    footer h5,
    footer h3,
    footer h4,
    footer p a {
        font-size: 14px;
    }

    .navbar li a.nav-link {
        font-size: 14px;
        padding-bottom: 9px;
    }

    a.dropdown-item {
        font-size: 12px;
    }

    footer .nav-item a {
        font-size: 13px;
    }

    .navbar {
        padding: 10px 0;
    }

    div#navbarSupportedContent {
        padding: 0;
    }

    .navbar li a.nav-link {
        font-size: 14px;
    }

    .bouton-navBar {
        font-size: 11px;
    }

    .demande-devis .form-devis {
        width: 340px;
        padding: 30px 29px;
    }

    .reseau-section h2 {
        text-align: left;
        margin-bottom: 8px;
    }

    .demande-devis .form-devis .title-form p {
        font-size: 25px;
    }

    .demande-devis .form-devis .title-form small {
        font-size: 14px;
    }

    .demande-devis .form-devis form {
        padding: 0;
    }

    .demande-devis .close-form i {
        font-size: 15px;
    }

    .demande-devis .close-form {
        top: 10px;
    }

    .demande-devis .form-devis form .form-control {
        font-size: 14px;
        padding: 8px 19px;
    }

    .demande-devis .form-devis form .form-control:not(textarea) {
        height: 45px;
    }

    .demande-devis {
        top: 175px !important
    }

    .demande-devis .form-devis form textarea {
        height: 87px;
    }

    .demande-devis .form-devis .checkbox span,
    .demande-devis .form-devis .checkbox a {
        font-size: 9px !important;
        line-height: 11px;
    }

    .demande-devis.container {
        padding: 50px 0 !important
    }

    i.ml-27 {
        margin-top: 1px;
    }

    .caption {
        left: 10%;
    }

    footer img.logo {
        width: auto !important;
        height: 100px !important;
    }

    .form-devis .btn-form-devis {
        font-size: 14px;
        padding: 10px 23px;
    }

    .demande-devis .form-devis .title-form {
        padding: 0;
    }

    #slider-home-page .bx-wrapper .bx-pager {
        margin: 0 auto;
        left: 0;
        right: 0;
        padding: 0;
        text-align: center;
    }


    header .navbar {
        max-width: 100%;
        margin: 0 auto;
    }

    .navbar-logo img {
        width: 96px;
        height: 63px;
    }

    .site-container {
        padding-top: 148px;
    }

    .demande-devis-page .checkbox label {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .demande-devis-page .green-btn {
        padding: 13px 37px;
    }

    .donner-avis-page.form-width .description-categorie p,
    .demande-devis-page.form-width .description-categorie p {
        margin-bottom: 33px;
        font-size: 17px;
    }

    .prev-arrow,
    .next-arrow {
        font-size: 17px;
    }
}

/* Tablette */
@media only screen and (min-width: 1024px) and (max-width: 1283px) and (orientation: landscape) {

    button.navbar-search {
        border: none;
        background-color: transparent;
    }

    button.navbar-search i {
        color: var(--green);
        margin-top: 11px;
        font-size: 23px;
    }

    #header {
        width: 100%;
        max-width: 100%;
        position: relative;
        height: auto;
        position: fixed;
        width: 100%;
        background: white;
        z-index: 998;
        box-shadow: 1px 2px 9px rgb(0 0 0 / 27%);
    }

    header.sd-drawer__header .logo {
        width: 78px;
    }

    .sd-drawer__menu-sub-list {
        height: 0;
        overflow: hidden;
        font-size: 16px;
        transform: translateY(-24px);
        transform-origin: top;
        opacity: 0;
        transition-property: opacity, transform;
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-duration: 0.3s;
        margin: 0;
    }

    .navbar-toggler i.fa-solid.fa-bars {
        color: var(--azure-blue);
        margin-top: 14px;
        font-size: 27px;
    }

    .navbar {
        padding: 15px 21px !important;
        position: fixed;
        z-index: 10;
        width: 100%;
        background-color: var(--white);
        box-shadow: 5px 5px 5px #00000029;
    }

    a.navbar-logo {
        margin: 0 auto;
        width: 100px;
    }

    a.navbar-logo img {
        width: 100%;
        height: auto;
    }

    #header img {
        max-width: 90px;
    }

    .navbar-toggler {
        padding: 0;
    }

    .sd-drawer {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10031;
        width: 0;
        min-width: 100%;
        max-width: none;
        height: 100vh;
        background-color: #fff;
        transform: translateX(-100%);
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-duration: 0.3s;
    }

    .sd-drawer__header {
        display: flex;
        justify-content: flex-end;
        padding: 8px 16px;
        line-height: 1.5;
        border-bottom: 1px solid #e0e4e9;
        box-shadow: -5px 2px 9px rgb(0 0 0 / 27%);
        margin-bottom: 9px;
    }

    .sd-drawer--is-open {
        top: 0;
        min-width: 100%;
        height: 100vh;
        background-color: #fff;
        transform: translateX(0);
    }

    .sd-drawer--is-open.sd-drawer--large,
    .sd-drawer--is-open.sd-drawer--medium {
        min-width: 100%;
    }

    i.icon-navigation_close.sd-drawer__header-icon {
        color: #2e8ed3;
        font-size: 26px;
        position: absolute;
        right: 10px;
        top: 21px;
    }

    .sd-drawer__header-left {
        display: flex;
        flex: 1 1;
        align-items: center;
    }

    .sd-drawer a.logo-mobile {
        bottom: -5px;
        left: 0;
    }

    .sd-drawer-dark--first {
        background-color: #e8ebf0;
    }

    .sd-drawer-dark--first {
        background-color: #fff;
    }

    .sd-drawer__menu-list-title,
    .sd-drawer__menu-list-holder--active .sd-drawer__menu-list-title {
        color: #212121 !important;
        font-size: 17px;
        font-weight: 500 !important;
    }

    .form-group.has-search.recherche {
        width: 100%;
        position: relative;
        float: left;
    }

    .form-group.has-search.recherche .fa {
        font-size: 12px;
        position: absolute;
        left: 14px;
        top: 24px;
        color: var(--bs-gray-600);
    }

    .recherche-bloc {
        width: 100%;
        position: absolute;
        background-color: var(--white);
        left: 0;
        padding: 20px;
        display: none;
    }

    a.close-search {
        font-size: 23px;
        float: right;
        margin-bottom: 15px;
    }

    .form-group.has-search.recherche .form-control:not(textarea) {
        width: 100%;
        height: 61px;
        margin-bottom: 0;
        padding: 0 37px;
        font-size: 17px;
    }

    .form-group.has-search.recherche .result {
        display: none;
        width: 100%;
        border: 1px solid;
        border-radius: 0;
        border-top: 0;
        padding-top: 9px;
        margin-top: -15px;
        border-color: var(--silver);
        position: absolute;
    }

    .sd-drawer__menu-list-title {
        display: flex;
        flex: 1 1;
        align-items: center;
        height: 40px;
        color: #717983;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: -0.2px;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    i.icon-navigation_expand-more.sd-drawer__menu-list-icon.expand-first {
        color: #fff;
        font-size: 22px;
        position: relative;
        right: -5px;
    }

    .sd-drawer__menu-list-item {
        height: 55px;
        border-bottom: 1px solid #8a929c1c;
        color: #8a929c;
    }

    .sd-drawer__menu-list-item {
        display: flex;
        align-items: center;
        padding-right: 16px;
        padding-left: 16px;
        cursor: pointer;
    }

    .sd-drawer__menu-list-holder--active.sd-drawer__menu-sub-list {
        background: #fff;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0 !important;
        padding-left: 0;
    }

    .sd-drawer__menu-sub-list-item {
        padding-left: 15px;
        padding-right: 12px;
        border-bottom: 1px solid #d0d0d0;
        display: block;
        position: relative;
    }

    .sd-drawer__menu-sub-list-item a {
        padding-left: 0;
        font-size: 16px;
        color: #a4a5a6;
        font-weight: 500;
        line-height: 44px;
        width: 100%;
    }

    .sd-drawer__menu-list-title,
    .sd-drawer__menu-list-holder--active .sd-drawer__menu-list-title {
        color: #fff;
        font-size: 17px;
        font-weight: 700;
    }

    .sd-drawer__menu-list-holder--active.sd-drawer__menu-sub-list {
        background: #fff;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
    }

    .sd-drawer__menu-list-icon--active {
        transform: rotate(-180deg);
    }

    .sd-drawer__menu-list-holder--active.sd-drawer__menu-sub-list {
        height: auto;
        padding-top: 8px;
        padding-bottom: 24px;
        transform: translateY(0);
        opacity: 1;
    }

    .content-avis-mobile {
        margin-top: -111px;
    }

    .sd-drawer__menu-list-holder--active,
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    .avant-apres .container {
        padding-left: 30px;
        padding-right: 30px;
    }


    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }

    .container.reseau-section.section-margin {
        width: 100%;
    }

    .sub-header {
        display: none;
    }

    .show-tablette {
        display: none;
    }

    .article .description-article h3 {
        font-size: 21px;
    }

    .content-avis-mobile .bx-viewport {
        min-height: 300px;
        height: 288px;
    }

    .content-page .text-content h2 {
        letter-spacing: 0px;
        padding: 0;
        text-align: left;
        font-size: 23px;
        font-weight: 500;
        margin-bottom: 21px;
        text-transform: uppercase;
        line-height: 27px;
    }

    .title-realisations {
        left: 20px;
        font-size: 20px !important;
    }

    .navbar-search,
    .navbar-toggler {
        width: 34px;
        padding: 0;
    }

    .societe-page .page-content .societe-infos .infos-img {
        width: 100%;
        height: auto;
        border-radius: 30px;
    }

    .societe-page .reseau-sociaux ul li {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .societe-page {
        padding: 41px 37px 100px;
        width: 100%;
    }

    .societe-page .details-societe ul li a {
        margin: 10px 0;
        display: block;
        width: auto;
        float: left;
        padding: 16px 11px;
        margin-right: 6px;
    }

    .societe-page h1 {
        width: 53%;
        font-size: 24px;
        margin-top: 17px;
    }

    .societe-page .details-societe ul li a img {
        width: 16px;
        height: 17px;
        margin-right: 3px;
    }

    .societe-page .details-societe ul li a:last-child {
        margin-right: 0;
        width: auto;
    }

    .societe-page .details-societe span {
        font-size: 19px;
    }

    .societe-page .breadcrumb li a,
    .societe-page .breadcrumb li span,
    .societe-page .breadcrumb-item+.breadcrumb-item::before {
        padding-top: 0;
        font-size: 12px;
    }

    .societe-page {
        background-size: 100% 189px;
    }

    .societe-page .details-societe ul li a {
        font-size: 14px;
    }

    .societe-page h3 {
        font-family: "Poppins";
        font-weight: bold;
        font-size: 24px;
        margin: 30px 0 30px 0;
    }

    .societe-page .prestation-societe ul li {
        padding: 12px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .societe-page .details-societe h2 {
        font-size: 22px;
    }

    .societe-page .villes-societe address,
    .societe-page .villes-societe p {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .societe-page .donnez-note {
        font-size: 15px;
        display: flex;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: 12px;
    }

    .societe-page a.btn-link.green-btn {
        width: auto;
        margin-top: 22px;
    }

    .societe-page .donnez-note .note {
        margin-left: 17px;
        margin-top: 0px;
    }

    .societe-page .demander-devis {
        width: 86%;
        height: 54px;
        padding: 15px 36px;
        margin: 36px auto 0 auto;
    }

    .societe-page #map {
        width: 100%;
        height: 345px;
    }

    .societe-page .details-societe address {
        font-size: 16px;
        margin: 3px 0;
    }

    .societe-page .donnez-note i {
        font-size: 14px;
        margin-left: 0.85px;
        color: var(--azure-blue);
        cursor: pointer;
    }

    .societe-page .details-societe ul {
        padding: 0;
        display: block;
        float: left;
        width: 100%;
    }

    .societe-page .reseau-sociaux {
        position: relative;
        right: 0;
        bottom: 0;
        display: block;
        float: left;
        width: 100%;
    }

    .societe-page .reseau-sociaux ul {
        margin-top: 9px;
        display: flex;
    }

    .societe-page .reseau-sociaux ul li a img {
        width: 41px;
        margin-right: 13px;
        margin-top: 0px;
    }

    .societe-page .details-societe {
        float: left;
        padding-left: 0;
        padding-top: 25px;
        width: 100%;
    }

    .societe-page {
        padding: 41px 70px 100px;
        width: 100%;
    }

    .societe-page .reseau-sociaux ul li {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .societe-page .descriptif {
        padding-top: 40px;
    }

    .societe-page .details-societe ul li {
        display: block;
        width: 100%;
    }

    .politique-de-confidentialite h2 {
        font-size: 20px;
        padding: 15px 0 0;
    }

    .politique-de-confidentialite h3 {
        font-size: 19px;
    }

    .contact-page form legend {
        font-size: 19px;
        margin-bottom: 16px;
        margin-top: 18px;
    }

    .mentions-legales h3 {
        font-size: 23px;
    }

    .site-container {
        padding-top: 94px;
        padding-bottom: 30px;
    }

    .content {
        padding-top: 0;
    }

    footer {
        padding: 65px 70px;
    }

    footer h5,
    footer h3 {
        font-size: 12px;
    }

    footer .nav-item a {
        font-size: 11px;
    }

    footer ul.nav.flex-column {
        margin-bottom: 30px;
    }

    footer .suivez-nous {
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
    }

    footer h4 {
        font-size: 14px;
    }

    footer ul.reseaux-sociaux li img {
        width: 27px;
    }

    footer ul.reseaux-sociaux {
        margin: 0 auto;
        width: 224px;
    }

    footer ul.reseaux-sociaux li a i {
        font-size: 17px;
        line-height: 35px;
        background-color: #0090d4;
        border-radius: 50px;
        height: 35px;
        width: 35px;
        text-align: center;
        color: #fff;
    }

    footer ul.reseaux-sociaux li a:hover i {
        background-color: var(--green);
    }

    footer img.logo {
        width: 126px;
        height: auto;
        float: left;
        margin: 0 0 32px;
    }

    footer .row {
        width: 100%;
        padding: 0;
    }

    .copyright {
        background: #868686;
        margin-top: 0;
        color: white;
        font-weight: 600;
        font-size: 10px;
        padding: 7px 0;
        margin-bottom: 66px;
    }

    footer .col-sm-6:nth-child(odd) {
        padding-left: 0;
    }

    footer .col-sm-6:nth-child(even) {
        padding-right: 0;
    }

    .article h2 {
        font-size: 32px;
    }

    ol li,
    ul li {
        font-size: 18px;
    }

    main {
        padding-top: 88px;
    }

    #slider-home-page .caption {
        width: 100%;
        left: 0;
        right: 0;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        padding: 0;
    }

    .black-btn {
        padding: 19px 31px;
    }

    .contact-btn {
        position: fixed;
        bottom: 0;
        background-color: #fff;
        padding: 8px;
        z-index: 1;
        width: 100%;
    }

    .contact-btn .green-btn {
        float: left;
        width: 48%;
        border: 1px solid #01a94f;
        background-color: #01a94f;
    }

    .contact-btn .green-btn span,
    .contact-btn .green-btn small {
        display: block;
        width: 100%;
    }

    table {
        width: 100% !important;
    }

    .contact-btn .green-btn small {
        font-weight: normal;
    }

    .contact-btn .green-btn div {
        float: right;
        line-height: 15px;
        padding-left: 7px;
        margin: 0 auto;
        width: 106px;
        text-align: left;
    }

    .contact-btn .green-btn i {
        float: left;
        margin-top: 5px;
        font-size: 21px;
    }

    .contact-btn .blue-btn {
        float: right;
        width: 48%;
        text-align: center;
        display: block;
        text-align: center;
        height: 54px;
        padding-top: 14px;
    }

    .btn-link,
    .btn-form-devis {
        font-size: 15px;
        padding: 12px 19px;
    }

    .bottom-avis .green-btn i {
        margin-top: 4px;
        margin-right: 9px;
    }

    .phone-content {
        margin: 0 auto;
        width: 160px
    }

    #realisations-section .container {
        padding: 45px 0;
    }

    .realisations .btn-link.black-btn,
    .avis-bloc .btn-link.green-btn {
        margin-top: 0;
    }

    .reseau-section .black-btn {
        position: relative;
        bottom: 0;
        left: 0;
        display: block;
        font-size: 15px;
        margin-top: 34px;
        height: auto;
        width: 45%;
        margin-left: auto;
        margin-right: auto;
    }

    .prestations .slide {
        height: auto;
    }

    #slider-home-page .caption big {
        font-size: 34px;
        text-align: center;
        padding: 0 18px;
        line-height: 43px;
        width: 90%;
        margin: 0 auto;
    }

    #slider-home-page .description-slide {
        display: none;
    }

    #slider-home-page {
        height: 753px;
    }

    .prestations.section-margin h2,
    .slider-av h2,
    .slider-av h3 {
        color: #fff;
    }

    .avant-apres.section-margin .container {
        padding-left: 0;
        padding-right: 0;
    }

    #slider-home-page .slider-holder {
        height: 100%;
    }

    .demande-devis-page form {
        width: 80%;
        margin: 0 auto;
    }

    #slider-home-page .slider-holder .bx-wrapper {
        height: 100% !important;
        margin-bottom: 0;
    }

    #slider-home-page .bx-viewport {
        height: 100% !important;
    }

    #slider-home-page .slider,
    #slider-home-page .slider-holder .slide {
        position: relative;
        height: 100%;
    }

    #slider-home-page .bx-wrapper .bx-pager {
        padding-left: 0;
        height: 21px;
        padding-top: 0;
        text-align: center;
    }

    #slider-home-page .bx-wrapper .bx-pager.bx-default-pager a {
        width: 12px;
        height: 12px;
        margin: 0 4px;
    }

    .container {
        padding: 50px 70px;
        width: 100%;
        display: block;
        float: left;
    }

    .demande-devis {
        display: none !important;
    }

    .reseau-section .video-content {
        width: 100%;
        height: 260px;
        margin-bottom: 25px;
    }

    .section-margin {
        float: left;
        width: 100%;
        margin: 0 0 30px 0;
        display: block;
    }

    .container.reseau-section.section-margin {
        padding-top: 0;
        margin-top: 60px;
    }

    div#certifications-section h2 {
        width: 80%;
        margin: 0 auto;
    }

    #certifications-section .col-6 {
        width: 100%;
        height: 438px;
        border-radius: 21px;
        padding: 28px;
        margin-bottom: 10px;
    }

    #certifications-section .controls-slider i {
        padding: 10px;
        width: 45px !important;
        height: 45px !important;
        text-align: center;
        color: #212121;
        margin-right: 9px;
        border: 1px solid var(--black);
        border-radius: 50%;
        line-height: 24px;
    }

    #certifications-section .controls-slider {
        padding: 0 30px 0 0;
        text-align: right;
        float: right;
        position: absolute;
        right: 0;
    }

    #certifications-section .bx-controls.bx-has-controls-direction {
        position: absolute;
        bottom: 0;
        right: 15px;
        width: 110px;
        z-index: 0;
    }

    #certifications-section .bx-wrapper .bx-next {
        right: 19px;
    }

    .form-width {
        width: 100%;
    }

    .form-control:not(textarea) {
        width: 100%;
    }

    .form-control {
        border-radius: 11px;
        padding: 12px 24px;
        margin-bottom: 4px;
        font-size: 18px;
    }

    .article legend {
        font-size: 21px;
        margin-bottom: 65px;
    }

    .article legend:after {
        bottom: -15px;
        width: 99px;
    }

    .article .commentaire-bloc form button {
        margin-top: 36px !important;
        line-height: 60px;
        padding: 0 9px !important;
        text-align: center;
        font-size: 15px !important;
        background-color: var(--green);
        color: #fff;
        border: 1px solid var(--green);
        border-radius: 35px;
        display: block;
        margin: 0 auto;
        width: 307px;
        font-weight: 500;
    }

    .description-article img {
        width: 100% !important;
    }

    .article h2 {
        font-size: 24px;
    }

    .form-control:not(textarea) {
        width: 100%;
        height: 63px;
        margin-bottom: 20px;
    }

    .article .commentaire-bloc .row {
        margin-bottom: 0;
    }

    #certifications-section .bx-viewport {
        height: 500px !important;
    }

    #certifications-section .bx-controls-direction {
        padding-right: 137px;
    }

    #actualites-section .image-link {
        border-radius: 21px;
    }

    #certifications-section .bx-wrapper .bx-controls-direction a {
        text-indent: 0;
    }

    #certifications-section p {
        font-size: 15px;
        letter-spacing: 0px;
        margin-bottom: 0;
    }

    #certifications-section img {
        max-width: 100%;
        height: auto;
        margin: 0 auto 35px auto;
        max-height: 100px;
        width: auto;
    }

    #certifications-section h3 {
        font-size: 15px;
    }

    #bloc-proximite h2 {
        font-size: 25px;
        width: 80%;
        margin: 0 auto 20px;
        text-align: center;
        display: block;
        text-align-last: auto;
    }

    .sponsoring .container {
        padding-left: 0;
        padding-right: 0;
    }


    #actualites-section .slide img {
        width: 100%;
        height: 220px;
        border-radius: 25px;
        object-fit: cover;
    }

    #bloc-proximite .bg-avis-mobile {
        height: 219px;
    }

    .avis .slide-arrow {
        display: none !important;
    }

    #bloc-proximite {
        padding-bottom: 70px;
    }

    #bloc-proximite .row div {
        padding: 0;
    }

    #bloc-proximite .row {
        padding: 0;
        margin: 0 auto;
    }

    #bloc-proximite .container {
        padding: 0;
    }

    #bloc-proximite .row img {
        width: 67%;
        margin: 50px auto;
        display: block;
    }

    #actualites-section {
        padding: 30px 0 0;
    }

    #actualites-section .title-bloc {
        margin-top: 20px;
        padding-right: 0;
    }

    #actualites-section .title a {
        font-size: 18px;
        line-height: 25px;
    }

    #actualites-section .lire-suite a {
        font-size: 20px;
    }

    #actualites-section .title-bloc {
        width: 93%;
        margin: 16px auto 40px;
    }

    #actualites-section .lire-suite a i {
        font-size: 12px;
    }

    .bx-wrapper {
        width: 100% !important;
        margin-bottom: 30px;
    }

    #actualites-section .lire-suite a {
        line-height: 26px;
        margin-top: 9px;
        font-weight: 600;
    }

    #actualites-section .slide {
        margin: 0 15px;
    }

    #actualites-section .bx-controls {
        display: none;
    }

    #bloc-proximite .row {
        padding: 0;
    }

    .bg-gray {}

    .actualites {
        padding: 0;
    }

    h2 {
        font-size: 22px;
        padding: 0 0 35px;
    }

    .right-content {
        float: left;
        width: 100%;
        display: block;
    }

    .font-content {
        font-size: 14px;
        margin-bottom: 19px;
        text-align: center;
    }

    #bloc-proximite h2 {
        font-size: 27px;
        width: 80%;
        margin: 0 auto;
    }

    footer #scroll-to-top {
        display: none !important;
    }

    .prestations {
        background-image: none;
    }

    .prestations .background-color {
        background-color: var(--azure-blue);
        position: absolute;
        width: 100%;
        height: 298px;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .prestations .background-color .background-mobile {
        position: absolute;
        bottom: -61px;
        width: 100%;
    }

    .reseau-section h2 {
        text-align: center;
        margin-bottom: 0;
    }

    .reseau-margin {
        margin-left: 0
    }

    .prestations .slides img.img-responsive {
        height: 297px;
    }

    .prestations .container {
        padding-left: 0;
        padding-right: 0;
    }

    .prestations .title {
        font-size: 20px;
        bottom: 40px;
    }

    .prestations .controls-slider {
        height: auto;
        background-color: transparent;
        padding: 27px 12px 0;
        text-align: right;
        margin: 14px 0 0 0;
        display: block;
        float: left;
        width: 100%;
    }

    #slider-service .slider-service div img {
        height: 77px;
        width: auto;
    }

    .prestations .slides img.img-responsive,
    .reseau-section .video-content,
    .avant-apres .juxtapose img {
        border-radius: 37px !important;
    }

    .prestations .controls-slider i,
    .sponsoring .controls-slider i,
    #certifications-section .bx-next,
    #certifications-section .bx-prev {
        border: 1px solid #212121;
        border-radius: 50%;
        padding: 10px;
        width: 45px;
        height: 45px;
        text-align: center;
        line-height: 22px;
        color: #212121;
        font-size: 17px;
        margin-right: 9px;
    }

    #certifications-section .bx-wrapper .bx-controls-direction a {
        text-indent: 0;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        border: 1px solid;
        text-align: center;
        font-size: 19px;
        line-height: 27px;
    }

    #slider-service .image-wrapper {
        width: 100px;
        height: 100px;
    }

    #slider-service .content-services span {
        display: block;
        margin: 13px auto 0;
        font-weight: bold;
        font-size: 14px;
    }

    .bage-contact {
        display: none !important;
    }

    #slider-service .content-services.no-margin {
        margin-bottom: 0;
    }

    .content-services {
        margin-bottom: 30px;
    }

    .avant-apres h2,
    .avant-apres h3 {
        font-size: 21px;
        padding: 0;
        margin: 0;
        font-family: "Poppins";
        font-weight: bold;
        line-height: 29px;
    }

    div.jx-image div.jx-label {
        padding: 10px;
        line-height: 19px !important;
        top: 80% !important;
    }



    div.jx-image div.jx-label {
        font-size: 11px;
        width: 70px;
        height: 35px;
        line-height: 35px;
        top: 86% !important;
    }

    .avant-apres .bx-next,
    .avant-apres .bx-prev {
        padding: 10px;
        width: 45px !important;
        height: 45px !important;
        text-align: center;
        color: #212121;
        margin-right: 9px;
        border: 1px solid var(--black);
    }

    .avant-apres .bx-next i,
    .avant-apres .bx-prev i {
        font-size: 17px;
    }

    .avant-apres .bx-wrapper .bx-prev {
        left: -2px;
    }


    .avant-apres svg {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -54px;
        z-index: -1;
    }

    .avant-apres .pr-152 {
        padding-right: 49px;
    }

    .avant-apres .slider-av {
        padding-left: 70px;
        padding-right: 70px;
    }

    .avant-apres .background-mobile {
        background-color: var(--azure-blue);
        position: absolute;
        width: 100%;
        height: 320px;
        z-index: -1;
        top: 0;
        padding: 0;
        margin: 0;
    }

    .avant-apres {
        position: relative;
    }

    .avant-apres .bx-controls.bx-has-controls-direction {
        width: 110px;
        z-index: 0;
        right: -7px;
    }

    .realisations .slide {
        border-radius: 35px;
        height: 250px;
        margin-right: 20px !important;
    }

    .avis .avis-col {
        width: auto;
    }

    .avis .nom {
        font-size: 19px;
    }

    .avis .societe {
        font-size: 13px;
    }

    .avis .note {
        font-size: 15px;
    }

    .avis .avis-text {
        font-size: 15px;
    }

    .avis .avis-col {
        min-height: 337px;
        margin: 0 auto 70px;
        width: 90% !important;
        display: block !important;
    }

    .avis.section-margin.bg-blue .col-md-4 {
        width: 50%;
    }

    .avis.section-margin.bg-blue .col-md-4 .avis-col {
        width: 100% !important;
    }

    .avis.section-margin .btn-link.green-btn i.fa-solid.fa-plus {
        margin-right: 13px;
        margin-top: 3px;
    }

    .content-page .description-categorie h2 {
        line-height: 22px;
        margin-bottom: 14px;
        font-size: 20px;
        padding: 0;
    }

    .bg-avis-mobile img {
        width: 100%;
        transform: scalex(-1);
    }

    .atriome-qui-sommes-nous {
        width: 100%;
        height: auto;
    }

    .content-page .right-content h3,
    .content-page .right-content h2 {
        color: var(--azure-blue);
        font-size: 24px;
        padding: 0;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .qualibat-img {
        width: 56% !important;
        height: auto;
        margin: 0 auto;
        display: block;
        float: none !important;
        border-radius: 0 !important;
    }

    .donner-avis-page label {
        font-size: 15px;
        margin-bottom: 10px;
        margin-left: 6px;
    }

    .form-control:not(textarea) {
        width: 100%;
        height: 57px;
        margin-bottom: 20px;
        font-size: 15px;
    }

    textarea.form-control {
        width: 100%;
        height: 300px;
        resize: none;
        font-size: 15px;
    }

    .donner-avis-page .donner-note {
        display: flex;
        margin: 22px auto;
        text-align: center;
        width: 100%;
        display: block;
        line-height: 43px;
    }

    .donner-avis-page .donner-note .note {
        margin-left: 0;
    }

    .donner-avis-page form button {
        width: auto !important;
        height: auto;
        margin: 0;
        display: block !important;
        padding: 18px 43px;
    }

    #slider-home-page .caption a {
        margin: 41px auto 0;
        float: none;
        display: block;
        width: 39%;
    }

    #bloc-proximite .black-btn {
        margin: 30px auto 20px;
        display: block;
        float: none;
        width: 52%;
    }

    .sponsoring .bx-wrapper {
        padding: 0 !important;
    }

    #slider-home-page .slider-holder .slider img {
        height: 100%;
    }

    .content-page .text-content p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .donner-avis-page .donner-note span {
        font-size: 18px;
    }

    .content-page .sous-categorie .left-content img,
    .content-page .sous-categorie .right-content img {
        width: 100%;
        height: 260px !important;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-right: 0;
        border-radius: 29px;
    }

    .content-page .left-content .text-content {
        width: 100%;
        padding-left: 0;
    }

    .content-page .text-content h3 {
        font-size: 24px;
        padding: 0;
        line-height: 30px;
        margin-bottom: 20px;
    }

    ol li {
        font-size: 18px;
    }

    .content-avis-mobile {
        background-color: var(--azure-blue);
        padding-bottom: 70px;
        position: relative;
        z-index: 1;
    }

    .avis .container {
        padding-left: 0;
        padding-right: 0;
    }

    .realisations .bx-wrapper .bx-controls-direction a,
    #actualites-section .bx-controls-direction a {
        color: white;
    }

    .slide:not(.not-bg-img .slide)::before,
    .realisations .slide img {
        border-radius: 37px;
    }

    .realisations .slide .title {
        font-size: 17px;
        bottom: 18px;
    }

    #realisations-section {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    }

    .realisations .bx-viewport {
        padding: 0;
        height: 253px !important;
    }

    .donner-avis-page form {
        width: 100%;
    }

    .img_ {
        width: 100%;
    }

    .content-page .left-content,
    .content-page .right-content {
        float: left;
        width: 100%;
    }

    .content-page .left-content img {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .realisations .slides:not(.realisations.liste .slides) {
        height: 298px;
    }

    .content-page .photos-categorie {
        margin: 30px 0;
    }

    .content-page .photos-categorie .photo:first-child,
    .content-page .photo:nth-child(even) {
        float: left;
        width: 48%;
        height: 250px;
        margin: 29px 10px;
    }

    .content-page .photos-categorie p {
        padding: 21px 33px;
        font-size: 21px !important;
        line-height: 23px !important;
        width: 100%;
    }

    .content-page p.description {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 20px;
    }

    .content-page .title-content-bandeau h1 {
        font-size: 31px;
    }

    p,
    p a,
    ul li,
    ol li {
        font-size: 15px !important;
    }

    p {
        line-height: 23px !important;
        margin-bottom: 14px !important;
    }

    h2 {
        font-size: 27px;
        line-height: 25px;
        margin-bottom: 14px;
    }

    .realisations {
        padding: 0;
    }

    #bloc-experience span b {
        font-size: 24px;
    }

    .certification-slider {
        height: 483px;
    }

    .realisation-page .description-realisation .description {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .realisation-page .contact h3 {
        font-size: 21px;
        margin-bottom: 50px;
    }

    .realisation-page .contact h3:after {
        bottom: -27px;
        width: 65px;
        margin: 0 auto;
    }

    .realisation-page .contact address,
    .realisation-page .contact span {
        font-size: 16px;
    }

    .realisation-page .contact {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .trouver-une-agence ul li a {
        font-size: 16px;
    }

    .content-page .right-content img {
        width: 100%;
        height: auto !important;
    }

    .content-page .left-content,
    .content-page .right-content {
        padding: 60px 70px;
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .image-content {
        width: 100%;
        padding: 0;
    }

    .donner-avis-page.form-width,
    .demande-devis-page.form-width,
    .donner-avis-page form {
        width: 85% !important;
        margin: 0 auto !important;
        float: none !important;
    }

    .form-width .form-control {
        font-size: 17px;
    }

    .content-page .right-content .text-content {
        width: 100%;
        padding-right: 0;
    }

    .content-page .animate__animated.animate__fadeInRight.col-4 {
        width: 100%;
    }

    .article span.time {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .article .description-article h2 {
        font-size: 18px;
    }

    .content-page .breadcrumb-item+.breadcrumb-item::before {
        float: left;
        padding-right: 0.5rem;
        color: #d1d1d1;
        content: var(--bs-breadcrumb-divider, "/");
        font-size: 12px;
    }

    .nos-certifications .bloc,
    .nos-engagements .bloc,
    #partenaires-page .bloc {
        padding: 30px;
        width: 100%;
        margin: 0 auto 30px auto;
    }

    .row.section-margin.nos-engagements,
    .row.section-margin.nos-certifications,
    .nos-engagements {
        margin: 0 auto 90px;
        padding: 0 70px;
    }

    .nos-certifications .rge img {
        width: 42%;
        height: auto;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .nos-certifications img {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .nos-certifications .rge h3,
    .nos-certifications .qualibat h3,
    .nos-certifications .synerciel h3,
    .nos-certifications .edf h3,
    .nos-certifications .certibiocide h3,
    .nos-certifications .adkalis h3 {
        display: none;
    }

    .nos-certifications .edf img {
        width: 50%;
        height: auto;
    }

    .nos-certifications .bloc {
        padding: 30px;
        margin-bottom: 30px;
    }

    .nos-certifications .bloc img {
        margin-bottom: 30px;
    }

    .nos-certifications .certibiocide img {
        width: 90%;
        height: auto;
    }

    .adkalis img {
        width: 80%;
        height: auto;
    }

    .nos-certifications .synerciel img {
        width: 60%;
        height: auto;
    }

    .nos-certifications .qualibat img {
        width: 37%;
        height: auto;
    }

    .nos-engagements .image-wrapper {
        width: 100px;
        height: 100px;
    }

    .nos-engagements .image-wrapper img {
        width: 50px;
        height: 50px;
    }

    .nos-certifications .bloc h3,
    .nos-engagements .bloc h3,
    #partenaires-page .bloc h3 {
        font-size: 20px;
        margin-bottom: 15px;
        padding-right: 0;
        margin-top: 15px;
        text-align: center;
    }

    .content-page .bandeau {
        height: 74vh;
        width: 100%;
    }

    a.scroll-dow {
        position: absolute;
        bottom: 20px;
        z-index: 1;
        font-size: 36px;
        left: 0;
        right: 0;
        text-align: center;
        color: var(--white);
    }


    section#bloc-experience h2 {
        width: 80%;
        margin: 0 auto;
    }

    #bloc-experience .bloc-experience {
        width: 100%;
        display: block;
    }

    .content-experiences {
        width: 25%;
        float: left;
    }

    .content-experiences .font-content {
        text-transform: uppercase;

    }

    .bg-gray {
        float: left;
        display: block;
        width: 100%;
    }

    #certifications-section .container {
        padding-left: 0;
        padding-right: 0;
    }

    #bloc-experience span {
        text-transform: none !important;
        letter-spacing: 0px;
        text-align: center;
        display: block;
        margin: 13px auto 0;
        line-height: 20px;
        width: 80%;
        font-size: 15px;
    }

    .bloc-experience .content-experiences:first-child,
    .bloc-experience .content-experiences:nth-child(2) {
        margin-bottom: 30px;
    }

    #actualites-section .lire-suite a {
        margin-left: 0;
    }

    .sponsoring {
        background-image: none;
        padding-left: 0;
        padding-right: 0;
    }

    .sponsoring h2 {
        background-color: var(--azure-blue);
        color: var(--white);
        padding-top: 38px;
        width: 100%;
        padding-bottom: 48px;
    }

    .sponsoring .slides img.img-responsive {

        height: 250px;
        object-fit: cover;
        border-radius: 25px;
    }

    .sponsoring .slide a.bloc-img {
        width: auto;
        height: auto;
    }

    .sponsoring .slides .title a {
        display: block;
        float: left;
        margin: 20px 0 0;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
        letter-spacing: 0px;
        line-height: 23px;
        color: #000000
    }

    .sponsoring .bx-viewport {
        height: 361px !important;
    }

    .sponsoring .background-mobile {
        height: 170px;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        top: 138px;
        padding: 0;
        background-color: var(--azure-blue);
    }

    .sponsoring .bottom-sponsoring {
        height: auto;
        background-color: var(--white);
        padding: 43px 14px;
    }

    .sponsoring .background-mobile svg {
        position: absolute;
        bottom: -128px;
    }

    .sponsoring a.lireArticle {
        margin-top: 4px !important;
        color: var(--azure-blue) !important;
    }

    .sous-categorie .animate__animated.animate__fadeInLeft.col-4 {
        width: 100%;
    }

    .content-page .breadcrumb {
        width: 80%;
        margin: 0 auto;
    }

    .content-page ul.breadcrumb a,
    .content-page ul.breadcrumb span {
        font-size: 12px;
    }



    #bloc-filter {
        padding: 50px 10%;
        width: 100%;
        display: block;
        float: left;
        margin: 0 auto;
    }

    #bloc-filter h2 {
        font-size: 22px;
        padding: 0 0 28px;
    }

    #bloc-filter li.colored-link {
        font-size: 12px !important;
        width: auto;
        height: auto;
        padding: 7px 20px;
        line-height: 26px;
        font-weight: 500;
        min-width: auto;
        margin: 0 4px 14px;
    }

    .bloc-filter {
        float: left;
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    #bloc-filter .col-6.mix {
        margin-bottom: 32px;
        padding-right: 2px;
        width: 100%;
        float: left;
    }

    #bloc-filter .bloc-filter .mix img:not(.realisations-page .realisations-list img) {
        width: 250px;
        height: 212px;
    }

    #bloc-filter .details-sport {
        width: calc(100% - 260px);
        float: left;
        padding-left: 13px;
        padding-right: 0;
    }


    #bloc-filter .details-sport ul {
        margin-bottom: 1px;
        display: block;
        float: left;
        width: 100%;
        column-count: 1;
    }

    #bloc-filter .details-sport small,
    #bloc-filter .details-sport li {
        font-size: 12px !important;
        font-weight: 500;
        padding: 2px 13px;
        margin-bottom: 5px;
        width: auto;
        float: left;
        margin-right: 12px;
    }

    #bloc-filter .details-sport .title {
        font-size: 14px;
        padding-right: 0;
        margin: 4px 0;
    }

    .colum-double {
        column-count: 2;
    }

    #bloc-filter .details-sport span {
        font-size: 13px;
        margin-bottom: 3px;
    }

    #bloc-filter .details-sport a {
        font-size: 15px;
    }

    .description p {
        font-size: 18px;
    }

    .actualites .container {
        padding: 0;
    }

    .actualites h2 {
        font-size: 25px;
    }

    .article .autres-article img {
        height: 155px;
    }

    .article .autres-article li span {
        margin: 7px 0 6px 0;
        font-size: 15px;
    }

    .article .autres-article li .title a {
        padding: 4px 20px;
    }

    .article h4 {
        font-size: 14px;
    }


    .article .autres-article {
        padding: 0;
        list-style: none;
        margin: 16px 0 20px;
        width: 100%;
        display: flex;
    }

    .article .autres-article li {
        width: 100% !important;
        float: left;
        height: 400px;
        margin: 0 10px;
        padding: 0 0;
        height: 365px;
    }

    .article .autres-article li small {
        font-size: 13px;
    }

    .autres-articles .bx-controls.bx-has-controls-direction,
    .realisations .bx-controls {
        display: none;
    }

    p {
        font-size: 15px;
    }

    #faq .description-categorie p {
        width: 100%;
        margin: 0 auto;
    }

    #faq ul.accordion-list li,
    #offre-emploi ul.accordion-list li {
        padding: 14px 20px 14px 20px;
        margin: 0 auto 15px auto;
    }

    #faq ul li h3,
    #offre-emploi ul.accordion-list li h3 {
        font-size: 15px;
    }

    #faq ul.accordion-list li h3:after,
    #offre-emploi ul.accordion-list li h3:after {
        position: absolute;
        right: 12px;
        top: 18px;
        color: white;
        transition: all 0.3s ease-in-out;
        display: inline-flex;
        content: "";
        background-image: url(../img/arrow-down.svg);
        background-size: 15px 15px;
        height: 15px;
        width: 15px;
    }

    #faq ul,
    #offre-emploi ul.accordion-list {
        padding: 0;
        list-style: none;
        margin-top: 37px;
        margin-bottom: 37px;
    }

    #partenaires-page .bloc h3 {
        display: none;
    }

    #partenaires-page .bloc img {
        width: 49%;
        margin: 10px auto 10px auto;
    }

    .demande-devis-page .checkbox label {
        font-size: 12px;
    }

    .demande-devis-page .checkbox input {
        margin-right: 13px;
        float: left;
        margin-bottom: 44px;
        margin-top: 5px;
    }

    .gray-bg {
        display: block;
        float: left;
        width: 100%;
    }

    .contact-page form legend {
        font-size: 22px;
        margin-bottom: 16px;
        font-weight: bold;
        text-align: center;
        margin-top: 100px;
    }

    .contact-page.form-width {
        padding: 60px 70px;
    }

    .contact-page.form-width {
        width: 100%;
    }

    .contact-page form label,
    .contact-recrutement form label {
        font-size: 17px;
        margin-bottom: 12px;
        margin-left: 9px;
        margin-top: 5px;
    }

    .liste-societes {
        display: block;
    }

    .liste-societes li {
        width: 100%;
        margin: 0 0 30px;
        box-sizing: border-box;
        padding: 0 23px;
    }

    .liste-societes h3 {
        font-size: 17px;
    }

    .liste-societes .plan-acces,
    .liste-societes p {
        font-size: 15px;
    }

    .liste-societes .map {
        height: 300px;
    }

    h2.mb-46 {
        margin-top: 20px;
    }

    .liste-societes .map iframe {
        height: 100%;
    }

    .liste-societes address {
        font-size: 15px;
        line-height: 23px;
    }

    .liste-societes a.en-savoir-plus {
        font-size: 17px;
    }

    .parrainage {
        padding: 60px 70px;
        background-color: var(--light-gray);
        float: left;
        display: block;
        width: 100%;
    }

    .avis.section-margin.bg-blue {
        padding: 0 70px;
    }

    .parrainage h2 {
        width: 85%;
        height: auto;
        margin-bottom: 35px !important;
        display: block;
        font-size: 32px;
        line-height: 32px;
    }

    .parrainage .checkbox label {
        font-size: 14px !important;
    }

    .reglement-jeu h2 {
        font-size: 29px;
    }

    .parrainage form h4 {
        font-size: 18px;
        margin-bottom: 17px;
    }

    .parrainage .email-form {
        float: left;
        width: 100% !important;
    }

    .parrainage .donner-avis-page .checkbox label {
        font-size: 14px;
    }

    .parrainage .checkbox.mt-17 .checkbox label input {
        margin-bottom: 157px;
    }

    .parrainage .notice {
        font-size: 14px;
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .reglement-jeu h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .reglement-jeu h4 {
        font-size: 19px;
    }

    .prestations .slide,
    .sponsoring .slide {
        position: relative;
    }

    .filtre-avis {
        margin: 0 auto 20px auto;
        text-align: center;
        display: flex;
        width: 88%;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .filtre-avis .select2-container {
        margin-bottom: 20px;
    }

    .pagination b,
    .pagination a {
        font-size: 18px;
        height: 35px;
        width: 35px;
        line-height: 35px;
    }

    .realisations-page .realisation-bloc.mix:nth-child(2n) {
        float: right;
        margin-right: 0;
    }

    .realisations-page .realisation-bloc.mix {
        width: 43%;
        height: 306px;
        float: left;
    }

    .realisations-page .realisation-bloc.mix .categorie {
        font-size: 22px;
        bottom: 33px;
        left: 32px;
        height: 41px;
        min-height: 20px;
    }

    .realisation-page .description-realisation h2 {
        font-size: 26px;
        font-weight: bold;
        color: var(--azure-blue);
        padding-bottom: 4px;
        line-height: 36px;
    }

    .realisations-list .realisation-bloc .caption .description,
    .realisations-list .realisation-bloc .caption .description h5 {
        font-size: 15px;
        margin-top: 57px;
        margin-bottom: 10px;
        font-weight: 400;
    }

    .sd-drawer__menu-list-item .fa-solid.fa-chevron-down {
        color: #212121 !important;
        font-size: 19px;
    }

    .sd-icon.sd-drawer__header-icon.fa-solid.fa-xmark {
        color: #2e8ed3;
        font-size: 26px;
        top: 21px;
        position: relative;
        z-index: 9;
    }

    .hide-mobile {
        display: none;
    }
}

/* Tablette */
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .avant-apres .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .content-page .photos-categorie {
        width: 80%;
        float: none;
        margin: 0 auto !important;
    }

    .container:has(> .breadcrumb) {
        padding: 28px 10% 11px !important;
    }

    .societe-page {
        padding: 18px 10% 53px !important;
        width: 100% !important;
    }

    #bloc-filter .details-sport a {
        font-size: 12px;
        display: block;
        float: left;
    }

    footer .col-sm-6:nth-child(4) {
        padding-left: 34px;
    }

    footer .col-md-3.col-sm-6.col-6:nth-child(3) {
        padding-left: 30px;
    }

    img.atriome-qui-sommes-nous {
        width: auto !important;
        height: auto !important;
        max-height: 300px;
        margin: 0 auto;
        float: none !important;
        display: block;
    }

    #slider-service .content-services span {
        width: 96% !important;
    }

    .trouver-une-agence {
        padding: 0 5%;
    }

    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }

    .container.reseau-section.section-margin {
        width: 100%;
    }

    .sub-header {
        display: none;
    }

    .show-tablette {
        display: none;
    }

    .article .description-article h3 {
        font-size: 21px;
    }

    .content-avis-mobile .bx-viewport {
        min-height: 300px;
        height: 288px;
    }

    .content-page .text-content h2 {
        letter-spacing: 0px;
        padding: 0;
        text-align: left;
        font-size: 23px;
        font-weight: 500;
        margin-bottom: 21px;
        text-transform: uppercase;
        line-height: 27px;
    }

    .title-realisations {
        left: 20px;
        font-size: 20px !important;
    }

    .navbar-search,
    .navbar-toggler {
        width: 34px;
        padding: 0;
    }

    .societe-page .page-content .societe-infos .infos-img {
        width: 100%;
        height: auto;
        border-radius: 30px;
    }

    .societe-page .reseau-sociaux ul li {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .societe-page {
        padding: 41px 37px 100px;
        width: 100%;
    }

    .societe-page .details-societe ul li a {
        margin: 10px 0;
        display: block;
        width: auto;
        float: left;
        padding: 16px 11px;
        margin-right: 6px;
    }

    .societe-page h1 {
        width: 53%;
        font-size: 24px;
        margin-top: 17px;
    }

    .societe-page .details-societe ul li a img {
        width: 16px;
        height: 17px;
        margin-right: 3px;
    }

    .societe-page .details-societe ul li a:last-child {
        margin-right: 0;
        width: auto;
    }

    .societe-page .details-societe span {
        font-size: 19px;
    }

    .societe-page .breadcrumb li a,
    .societe-page .breadcrumb li span,
    .societe-page .breadcrumb-item+.breadcrumb-item::before {
        padding-top: 0;
        font-size: 12px;
    }

    .societe-page {
        background-size: 100% 189px;
    }

    .societe-page .details-societe ul li a {
        font-size: 14px;
    }

    .societe-page h3 {
        font-family: "Poppins";
        font-weight: bold;
        font-size: 24px;
        margin: 30px 0 30px 0;
    }

    .societe-page .prestation-societe ul li {
        padding: 12px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .societe-page .details-societe h2 {
        font-size: 22px;
    }

    .societe-page .villes-societe address,
    .societe-page .villes-societe p {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .societe-page .donnez-note {
        font-size: 15px;
        display: flex;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: 12px;
    }

    .societe-page a.btn-link.green-btn {
        width: auto;
        margin-top: 22px;
    }

    .societe-page .donnez-note .note {
        margin-left: 17px;
        margin-top: 0px;
    }

    .societe-page .demander-devis {
        width: 86%;
        height: 54px;
        padding: 15px 36px;
        margin: 36px auto 0 auto;
    }

    .societe-page #map {
        width: 100%;
        height: 345px;
    }

    .societe-page .details-societe address {
        font-size: 16px;
        margin: 3px 0;
    }

    .societe-page .donnez-note i {
        font-size: 14px;
        margin-left: 0.85px;
        color: var(--azure-blue);
        cursor: pointer;
    }

    .societe-page .details-societe ul {
        padding: 0;
        display: block;
        float: left;
        width: 100%;
    }

    .societe-page .reseau-sociaux {
        position: relative;
        right: 0;
        bottom: 0;
        display: block;
        float: left;
        width: 100%;
    }

    .societe-page .reseau-sociaux ul {
        margin-top: 9px;
        display: flex;
    }

    .societe-page .reseau-sociaux ul li a img {
        width: 41px;
        margin-right: 13px;
        margin-top: 0px;
    }

    .societe-page .details-societe {
        float: left;
        padding-left: 0;
        padding-top: 25px;
        width: 100%;
    }

    .societe-page {
        padding: 41px 70px 100px;
        width: 100%;
    }

    .societe-page .reseau-sociaux ul li {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .societe-page .descriptif {
        padding-top: 40px;
    }

    .societe-page .details-societe ul li {
        display: block;
        width: 100%;
    }

    .politique-de-confidentialite h2 {
        font-size: 20px;
        padding: 15px 0 0;
    }

    .politique-de-confidentialite h3 {
        font-size: 19px;
    }

    .contact-page form legend {
        font-size: 19px;
        margin-bottom: 16px;
        margin-top: 18px;
    }

    .mentions-legales h3 {
        font-size: 23px;
    }

    .site-container {
        padding-top: 94px;
        padding-bottom: 30px;
    }

    .content {
        padding-top: 0;
    }

    footer {
        padding: 65px 70px;
    }

    footer h5,
    footer h3 {
        font-size: 12px;
    }

    footer .nav-item a {
        font-size: 11px;
    }

    footer ul.nav.flex-column {
        margin-bottom: 30px;
    }

    footer .suivez-nous {
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
    }

    footer h4 {
        font-size: 14px;
    }

    footer ul.reseaux-sociaux li img {
        width: 27px;
    }

    footer ul.reseaux-sociaux {
        margin: 0 auto;
        width: 224px;
    }

    footer ul.reseaux-sociaux li a i {
        font-size: 17px;
        line-height: 35px;
        background-color: #0090d4;
        border-radius: 50px;
        height: 35px;
        width: 35px;
        text-align: center;
        color: #fff;
    }

    footer ul.reseaux-sociaux li a:hover i {
        background-color: var(--green);
    }

    footer img.logo {
        width: 126px;
        height: auto;
        float: left;
        margin: 0 0 32px;
    }

    footer .row {
        width: 100%;
        padding: 0;
    }

    .copyright {
        background: #868686;
        margin-top: 0;
        color: white;
        font-weight: 600;
        font-size: 10px;
        padding: 7px 0;
        margin-bottom: 66px;
    }

    footer .col-sm-6:nth-child(odd) {
        padding-left: 0;
    }

    footer .col-sm-6:nth-child(even) {
        padding-right: 0;
    }

    .article h2 {
        font-size: 32px;
    }

    ol li,
    ul li {
        font-size: 18px;
    }

    main {
        padding-top: 88px;
    }

    #slider-home-page .caption {
        width: 100%;
        left: 0;
        right: 0;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        padding: 0;
    }

    .black-btn {
        padding: 19px 31px;
    }

    .contact-btn {
        position: fixed;
        bottom: 0;
        background-color: #fff;
        padding: 8px;
        z-index: 1;
        width: 100%;
    }

    .contact-btn .green-btn {
        float: left;
        width: 48%;
        border: 1px solid #01a94f;
        background-color: #01a94f;
    }

    .contact-btn .green-btn span,
    .contact-btn .green-btn small {
        display: block;
        width: 100%;
    }

    table {
        width: 100% !important;
    }

    .contact-btn .green-btn small {
        font-weight: normal;
    }

    .contact-btn .green-btn div {
        float: right;
        line-height: 15px;
        padding-left: 7px;
        margin: 0 auto;
        width: 106px;
        text-align: left;
    }

    .contact-btn .green-btn i {
        float: left;
        margin-top: 5px;
        font-size: 21px;
    }

    .contact-btn .blue-btn {
        float: right;
        width: 48%;
        text-align: center;
        display: block;
        text-align: center;
        height: 54px;
        padding-top: 14px;
    }

    .btn-link,
    .btn-form-devis {
        font-size: 15px;
        padding: 12px 19px;
    }

    .bottom-avis .green-btn i {
        margin-top: 4px;
        margin-right: 9px;
    }

    .phone-content {
        margin: 0 auto;
        width: 160px
    }

    #realisations-section .container {
        padding: 45px 0;
    }

    .realisations .btn-link.black-btn,
    .avis-bloc .btn-link.green-btn {
        margin-top: 0;
    }

    .reseau-section .black-btn {
        position: relative;
        bottom: 0;
        left: 0;
        display: block;
        font-size: 15px;
        margin-top: 34px;
        height: auto;
        width: 45%;
        margin-left: auto;
        margin-right: auto;
    }

    .prestations .slide {
        height: auto;
    }

    #slider-home-page .caption big {
        font-size: 34px;
        text-align: center;
        padding: 0 18px;
        line-height: 43px;
        width: 90%;
        margin: 0 auto;
    }

    #slider-home-page .description-slide {
        display: none;
    }

    #slider-home-page {
        height: 753px;
    }

    .prestations.section-margin h2,
    .slider-av h2,
    .slider-av h3 {
        color: #fff;
    }

    .avant-apres.section-margin .container {
        padding-left: 0;
        padding-right: 0;
    }

    #slider-home-page .slider-holder {
        height: 100%;
    }

    .demande-devis-page form {
        width: 80%;
        margin: 0 auto;
    }

    #slider-home-page .slider-holder .bx-wrapper {
        height: 100% !important;
        margin-bottom: 0;
    }

    #slider-home-page .bx-viewport {
        height: 100% !important;
    }

    #slider-home-page .slider,
    #slider-home-page .slider-holder .slide {
        position: relative;
        height: 100%;
    }

    #slider-home-page .bx-wrapper .bx-pager {
        padding-left: 0;
        height: 21px;
        padding-top: 0;
        text-align: center;
    }

    #slider-home-page .bx-wrapper .bx-pager.bx-default-pager a {
        width: 12px;
        height: 12px;
        margin: 0 4px;
    }

    .container {
        padding: 50px 70px;
        width: 100%;
        display: block;
        float: left;
    }

    .demande-devis {
        display: none !important;
    }

    .reseau-section .video-content {
        width: 100%;
        height: 260px;
        margin-bottom: 25px;
    }

    .section-margin {
        float: left;
        width: 100%;
        margin: 0 0 30px 0;
        display: block;
    }

    .container.reseau-section.section-margin {
        padding-top: 0;
        margin-top: 60px;
    }

    div#certifications-section h2 {
        width: 80%;
        margin: 0 auto;
    }

    #certifications-section .col-6 {
        width: 100%;
        height: 438px;
        border-radius: 21px;
        padding: 28px;
        margin-bottom: 10px;
    }

    #certifications-section .controls-slider i {
        padding: 10px;
        width: 45px !important;
        height: 45px !important;
        text-align: center;
        color: #212121;
        margin-right: 9px;
        border: 1px solid var(--black);
        border-radius: 50%;
        line-height: 24px;
    }

    #certifications-section .controls-slider {
        padding: 0 30px 0 0;
        text-align: right;
        float: right;
        position: absolute;
        right: 0;
    }

    #certifications-section .bx-controls.bx-has-controls-direction {
        position: absolute;
        bottom: 0;
        right: 15px;
        width: 110px;
        z-index: 0;
    }

    #certifications-section .bx-wrapper .bx-next {
        right: 19px;
    }

    .form-width {
        width: 100%;
    }

    .form-control:not(textarea) {
        width: 100%;
    }

    .form-control {
        border-radius: 11px;
        padding: 12px 24px;
        margin-bottom: 4px;
        font-size: 18px;
    }

    .article legend {
        font-size: 21px;
        margin-bottom: 65px;
    }

    .article legend:after {
        bottom: -15px;
        width: 99px;
    }

    .article .commentaire-bloc form button {
        margin-top: 36px !important;
        line-height: 60px;
        padding: 0 9px !important;
        text-align: center;
        font-size: 15px !important;
        background-color: var(--green);
        color: #fff;
        border: 1px solid var(--green);
        border-radius: 35px;
        display: block;
        margin: 0 auto;
        width: 307px;
        font-weight: 500;
    }

    .description-article img {
        width: 100% !important;
    }

    .article h2 {
        font-size: 24px;
    }

    .form-control:not(textarea) {
        width: 100%;
        height: 63px;
        margin-bottom: 20px;
    }

    .article .commentaire-bloc .row {
        margin-bottom: 0;
    }

    #certifications-section .bx-viewport {
        height: 500px !important;
    }

    #certifications-section .bx-controls-direction {
        padding-right: 137px;
    }

    #actualites-section .image-link {
        border-radius: 21px;
    }

    #certifications-section .bx-wrapper .bx-controls-direction a {
        text-indent: 0;
    }

    #certifications-section p {
        font-size: 15px;
        letter-spacing: 0px;
        margin-bottom: 0;
    }

    #certifications-section img {
        max-width: 100%;
        height: auto;
        margin: 0 auto 35px auto;
        max-height: 100px;
        width: auto;
    }

    #certifications-section h3 {
        font-size: 15px;
    }

    #bloc-proximite h2 {
        font-size: 25px;
        width: 80%;
        margin: 0 auto 20px;
        text-align: center;
        display: block;
        text-align-last: auto;
    }

    .sponsoring .container {
        padding-left: 0;
        padding-right: 0;
    }


    #actualites-section .slide img {
        width: 100%;
        height: 220px;
        border-radius: 25px;
        object-fit: cover;
    }

    #bloc-proximite .bg-avis-mobile {
        height: 150px;
    }

    .avis .slide-arrow {
        display: none !important;
    }

    #bloc-proximite {
        padding-bottom: 70px;
    }

    #bloc-proximite .row div {
        padding: 0;
    }

    #bloc-proximite .row {
        padding: 0;
        margin: 0 auto;
    }

    #bloc-proximite .container {
        padding: 0;
    }

    #bloc-proximite .row img {
        width: 67%;
        margin: 50px auto;
        display: block;
    }

    #actualites-section {
        padding: 30px 0 0;
    }

    #actualites-section .title-bloc {
        margin-top: 20px;
        padding-right: 0;
    }

    #actualites-section .title a {
        font-size: 18px;
        line-height: 25px;
    }

    #actualites-section .lire-suite a {
        font-size: 20px;
    }

    #actualites-section .title-bloc {
        width: 93%;
        margin: 16px auto 40px;
    }

    #actualites-section .lire-suite a i {
        font-size: 12px;
    }

    .bx-wrapper {
        width: 100% !important;
        margin-bottom: 30px;
    }

    #actualites-section .lire-suite a {
        line-height: 26px;
        margin-top: 9px;
        font-weight: 600;
    }

    #actualites-section .slide {
        margin: 0 15px;
    }

    #actualites-section .bx-controls {
        display: none;
    }

    #bloc-proximite .row {
        padding: 0;
    }

    .bg-gray {}

    .actualites {
        padding: 0;
    }

    h2 {
        font-size: 22px;
        padding: 0 0 35px;
    }

    .right-content {
        float: left;
        width: 100%;
        display: block;
    }

    .font-content {
        font-size: 14px;
        margin-bottom: 19px;
        text-align: center;
    }

    #bloc-proximite h2 {
        font-size: 27px;
        width: 80%;
        margin: 0 auto;
    }

    footer #scroll-to-top {
        display: none !important;
    }

    .prestations {
        background-image: none;
    }

    .prestations .background-color {
        background-color: var(--azure-blue);
        position: absolute;
        width: 100%;
        height: 298px;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .prestations .background-color .background-mobile {
        position: absolute;
        bottom: -61px;
        width: 100%;
    }

    .reseau-section h2 {
        text-align: center;
        margin-bottom: 0;
    }

    .reseau-margin {
        margin-left: 0
    }

    .prestations .slides img.img-responsive {
        height: 297px;
    }

    .prestations .container {
        padding-left: 0;
        padding-right: 0;
    }

    .prestations .title {
        font-size: 20px;
        bottom: 40px;
    }

    .prestations .controls-slider {
        height: auto;
        background-color: transparent;
        padding: 27px 12px 0;
        text-align: right;
        margin: 14px 0 0 0;
        display: block;
        float: left;
        width: 100%;
    }

    #slider-service .slider-service div img {
        height: 77px;
        width: auto;
    }

    .prestations .slides img.img-responsive,
    .reseau-section .video-content,
    .avant-apres .juxtapose img {
        border-radius: 37px !important;
    }

    .prestations .controls-slider i,
    .sponsoring .controls-slider i,
    #certifications-section .bx-next,
    #certifications-section .bx-prev {
        border: 1px solid #212121;
        border-radius: 50%;
        padding: 10px;
        width: 45px;
        height: 45px;
        text-align: center;
        line-height: 22px;
        color: #212121;
        font-size: 17px;
        margin-right: 9px;
    }

    #certifications-section .bx-wrapper .bx-controls-direction a {
        text-indent: 0;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        border: 1px solid;
        text-align: center;
        font-size: 19px;
        line-height: 27px;
    }

    #slider-service .image-wrapper {
        width: 100px;
        height: 100px;
    }

    #slider-service .content-services span {
        display: block;
        margin: 13px auto 0;
        font-weight: bold;
        font-size: 14px;
    }

    .bage-contact {
        display: none !important;
    }

    #slider-service .content-services.no-margin {
        margin-bottom: 0;
    }

    .content-services {
        margin-bottom: 30px;
    }

    .avant-apres h2,
    .avant-apres h3 {
        font-size: 21px;
        padding: 0;
        margin: 0;
        font-family: "Poppins";
        font-weight: bold;
        line-height: 29px;
    }

    div.jx-image div.jx-label {
        padding: 10px;
        line-height: 19px !important;
        top: 80% !important;
    }



    div.jx-image div.jx-label {
        font-size: 11px;
        width: 70px;
        height: 35px;
        line-height: 35px;
        top: 86% !important;
    }

    .avant-apres .bx-next,
    .avant-apres .bx-prev {
        padding: 10px;
        width: 45px !important;
        height: 45px !important;
        text-align: center;
        color: #212121;
        margin-right: 9px;
        border: 1px solid var(--black);
    }

    .avant-apres .bx-next i,
    .avant-apres .bx-prev i {
        font-size: 17px;
    }

    .avant-apres .bx-wrapper .bx-prev {
        left: -2px;
    }


    .avant-apres svg {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -54px;
        z-index: -1;
    }

    .avant-apres .pr-152 {
        padding-right: 49px;
    }

    .avant-apres .slider-av {
        padding-left: 70px;
        padding-right: 70px;
    }

    .avant-apres .background-mobile {
        background-color: var(--azure-blue);
        position: absolute;
        width: 100%;
        height: 320px;
        z-index: -1;
        top: 0;
        padding: 0;
        margin: 0;
    }

    .avant-apres {
        position: relative;
    }

    .avant-apres .bx-controls.bx-has-controls-direction {
        width: 110px;
        z-index: 0;
        right: -7px;
    }

    .realisations .slide {
        border-radius: 35px;
        height: 250px;
        margin-right: 20px !important;
    }

    .avis .avis-col {
        width: auto;
    }

    .avis .nom {
        font-size: 19px;
    }

    .avis .societe {
        font-size: 13px;
    }

    .avis .note {
        font-size: 15px;
    }

    .avis .avis-text {
        font-size: 15px;
    }

    .avis .avis-col {
        min-height: 337px;
        margin: 0 auto 70px;
        width: 90% !important;
        display: block !important;
    }

    .avis.section-margin.bg-blue .col-md-4 {
        width: 50%;
    }

    .avis.section-margin.bg-blue .col-md-4 .avis-col {
        width: 100% !important;
    }

    .avis.section-margin .btn-link.green-btn i.fa-solid.fa-plus {
        margin-right: 13px;
        margin-top: 3px;
    }

    .content-page .description-categorie h2 {
        line-height: 22px;
        margin-bottom: 14px;
        font-size: 20px;
        padding: 0;
    }

    .bg-avis-mobile img {
        width: 100%;
        transform: scalex(-1);
    }

    .atriome-qui-sommes-nous {
        width: 100%;
        height: auto;
    }

    .content-page .right-content h3,
    .content-page .right-content h2 {
        color: var(--azure-blue);
        font-size: 24px;
        padding: 0;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .qualibat-img {
        width: 56% !important;
        height: auto;
        margin: 0 auto;
        display: block;
        float: none !important;
        border-radius: 0 !important;
    }

    .donner-avis-page label {
        font-size: 15px;
        margin-bottom: 10px;
        margin-left: 6px;
    }

    .form-control:not(textarea) {
        width: 100%;
        height: 57px;
        margin-bottom: 20px;
        font-size: 15px;
    }

    textarea.form-control {
        width: 100%;
        height: 300px;
        resize: none;
        font-size: 15px;
    }

    .donner-avis-page .donner-note {
        display: flex;
        margin: 22px auto;
        text-align: center;
        width: 100%;
        display: block;
        line-height: 43px;
    }

    .donner-avis-page .donner-note .note {
        margin-left: 0;
    }

    .donner-avis-page form button {
        width: auto !important;
        height: auto;
        margin: 0;
        display: block !important;
        padding: 18px 43px;
    }

    #slider-home-page .caption a {
        margin: 60px auto 0;
        float: none;
        display: block;
        width: 39%;
    }

    #bloc-proximite .black-btn {
        margin: 30px auto 20px;
        display: block;
        float: none;
        width: 52%;
    }

    .sponsoring .bx-wrapper {
        padding: 0 !important;
    }

    #slider-home-page .slider-holder .slider img {
        height: 100%;
    }

    .content-page .text-content p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .donner-avis-page .donner-note span {
        font-size: 18px;
    }

    .content-page .sous-categorie .left-content img,
    .content-page .sous-categorie .right-content img {
        width: 100%;
        height: 260px !important;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-right: 0;
        border-radius: 29px;
    }

    .content-page .left-content .text-content {
        width: 100%;
        padding-left: 0;
    }

    .content-page .text-content h3 {
        font-size: 24px;
        padding: 0;
        line-height: 30px;
        margin-bottom: 20px;
    }

    ol li {
        font-size: 18px;
    }

    .content-avis-mobile {
        background-color: var(--azure-blue);
        padding-bottom: 70px;
        position: relative;
        z-index: 1;
    }

    .avis .container {
        padding-left: 0;
        padding-right: 0;
    }

    .realisations .bx-wrapper .bx-controls-direction a,
    #actualites-section .bx-controls-direction a {
        color: white;
    }

    .slide:not(.not-bg-img .slide)::before,
    .realisations .slide img {
        border-radius: 37px;
    }

    .realisations .slide .title {
        font-size: 17px;
        bottom: 18px;
    }

    #realisations-section {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    }

    .realisations .bx-viewport {
        padding: 0;
        height: 253px !important;
    }

    .donner-avis-page form {
        width: 100%;
    }

    .img_ {
        width: 100%;
    }

    .content-page .left-content,
    .content-page .right-content {
        float: left;
        width: 100%;
    }

    .content-page .left-content img {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .realisations .slides:not(.realisations.liste .slides) {
        height: 298px;
    }

    .content-page .photos-categorie {
        margin: 30px 0;
    }

    .content-page .photos-categorie .photo:first-child,
    .content-page .photo:nth-child(even) {
        float: left;
        width: 100%;
        height: 250px;
    }

    .content-page .photos-categorie p {
        padding: 21px 33px;
        font-size: 21px !important;
        line-height: 23px !important;
        width: 100%;
    }

    .content-page p.description {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 20px;
    }

    .content-page .title-content-bandeau h1 {
        font-size: 31px;
    }

    p,
    p a,
    ul li,
    ol li {
        font-size: 15px !important;
    }

    p {
        line-height: 23px !important;
        margin-bottom: 14px !important;
    }

    h2 {
        font-size: 27px;
        line-height: 25px;
        margin-bottom: 14px;
    }

    .realisations {
        padding: 0;
    }

    #bloc-experience span b {
        font-size: 24px;
    }

    .certification-slider {
        height: 483px;
    }

    .realisation-page .description-realisation .description {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .realisation-page .contact h3 {
        font-size: 21px;
        margin-bottom: 50px;
    }

    .realisation-page .contact h3:after {
        bottom: -27px;
        width: 65px;
        margin: 0 auto;
    }

    .realisation-page .contact address,
    .realisation-page .contact span {
        font-size: 16px;
    }

    .realisation-page .contact {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .trouver-une-agence ul li a {
        font-size: 16px;
    }

    .content-page .right-content img {
        width: 100%;
        height: auto !important;
    }

    .content-page .left-content,
    .content-page .right-content {
        padding: 60px 70px;
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .image-content {
        width: 100%;
        padding: 0;
    }

    .donner-avis-page.form-width,
    .demande-devis-page.form-width,
    .donner-avis-page form {
        width: 100% !important;
        margin: 0 auto;
    }

    .form-width .form-control {
        font-size: 17px;
    }

    .content-page .right-content .text-content {
        width: 100%;
        padding-right: 0;
    }

    .content-page .animate__animated.animate__fadeInRight.col-4 {
        width: 100%;
    }

    .article span.time {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .article .description-article h2 {
        font-size: 18px;
    }

    .content-page .breadcrumb-item+.breadcrumb-item::before {
        float: left;
        padding-right: 0.5rem;
        color: #d1d1d1;
        content: var(--bs-breadcrumb-divider, "/");
        font-size: 12px;
    }

    .nos-certifications .bloc,
    .nos-engagements .bloc,
    #partenaires-page .bloc {
        padding: 30px;
        width: 100%;
        margin: 0 auto 30px auto;
    }

    .row.section-margin.nos-engagements,
    .row.section-margin.nos-certifications,
    .nos-engagements {
        margin: 0 auto 90px;
        padding: 0 70px;
    }

    .nos-certifications .rge img {
        width: 42%;
        height: auto;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .nos-certifications img {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .nos-certifications .rge h3,
    .nos-certifications .qualibat h3,
    .nos-certifications .synerciel h3,
    .nos-certifications .edf h3,
    .nos-certifications .certibiocide h3,
    .nos-certifications .adkalis h3 {
        display: none;
    }

    .nos-certifications .edf img {
        width: 50%;
        height: auto;
    }

    .nos-certifications .bloc {
        padding: 30px;
        margin-bottom: 30px;
    }

    .nos-certifications .bloc img {
        margin-bottom: 30px;
    }

    .nos-certifications .certibiocide img {
        width: 90%;
        height: auto;
    }

    .adkalis img {
        width: 80%;
        height: auto;
    }

    .nos-certifications .synerciel img {
        width: 60%;
        height: auto;
    }

    .nos-certifications .qualibat img {
        width: 37%;
        height: auto;
    }

    .nos-engagements .image-wrapper {
        width: 100px;
        height: 100px;
    }

    .nos-engagements .image-wrapper img {
        width: 50px;
        height: 50px;
    }

    .nos-certifications .bloc h3,
    .nos-engagements .bloc h3,
    #partenaires-page .bloc h3 {
        font-size: 20px;
        margin-bottom: 15px;
        padding-right: 0;
        margin-top: 15px;
        text-align: center;
    }

    .content-page .bandeau {
        height: 74vh;
        width: 100%;
    }

    a.scroll-dow {
        position: absolute;
        bottom: 20px;
        z-index: 1;
        font-size: 36px;
        left: 0;
        right: 0;
        text-align: center;
        color: var(--white);
    }


    section#bloc-experience h2 {
        width: 80%;
        margin: 0 auto;
    }

    #bloc-experience .bloc-experience {
        width: 100%;
        display: block;
    }

    .content-experiences {
        width: 25%;
        float: left;
    }

    .content-experiences .font-content {
        text-transform: uppercase;

    }

    .bg-gray {
        float: left;
        display: block;
        width: 100%;
    }

    #certifications-section .container {
        padding-left: 0;
        padding-right: 0;
    }

    #bloc-experience span {
        text-transform: none !important;
        letter-spacing: 0px;
        text-align: center;
        display: block;
        margin: 13px auto 0;
        line-height: 20px;
        width: 80%;
        font-size: 15px;
    }

    .bloc-experience .content-experiences:first-child,
    .bloc-experience .content-experiences:nth-child(2) {
        margin-bottom: 30px;
    }

    #actualites-section .lire-suite a {
        margin-left: 0;
    }

    .sponsoring {
        background-image: none;
        padding-left: 0;
        padding-right: 0;
    }

    .sponsoring h2 {
        background-color: var(--azure-blue);
        color: var(--white);
        padding-top: 38px;
        width: 100%;
        padding-bottom: 48px;
    }

    .sponsoring .slides img.img-responsive {

        height: 250px;
        object-fit: cover;
        border-radius: 25px;
    }

    .sponsoring .slide a.bloc-img {
        width: auto;
        height: auto;
    }

    .sponsoring .slides .title a {
        display: block;
        float: left;
        margin: 20px 0 0;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
        letter-spacing: 0px;
        line-height: 23px;
        color: #000000
    }

    .sponsoring .bx-viewport {
        height: 361px !important;
    }

    .sponsoring .background-mobile {
        height: 170px;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        top: 138px;
        padding: 0;
        background-color: var(--azure-blue);
    }

    .sponsoring .bottom-sponsoring {
        height: auto;
        background-color: var(--white);
        padding: 43px 14px;
    }

    .sponsoring .background-mobile svg {
        position: absolute;
        bottom: -70px;
    }

    .sponsoring a.lireArticle {
        margin-top: 4px !important;
        color: var(--azure-blue) !important;
    }

    .sous-categorie .animate__animated.animate__fadeInLeft.col-4 {
        width: 100%;
    }

    .content-page .breadcrumb {
        margin-bottom: 20px;
    }

    .content-page ul.breadcrumb a,
    .content-page ul.breadcrumb span {
        font-size: 12px;
    }



    #bloc-filter {
        padding: 50px 10%;
        width: 100%;
        display: block;
        float: left;
        margin: 0 auto;
    }

    #bloc-filter h2 {
        font-size: 22px;
        padding: 0 0 28px;
    }

    #bloc-filter li.colored-link {
        font-size: 12px !important;
        width: auto;
        height: auto;
        padding: 7px 20px;
        line-height: 26px;
        font-weight: 500;
        min-width: auto;
        margin: 0 4px 14px;
    }

    .bloc-filter {
        float: left;
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    #bloc-filter .col-6.mix {
        margin-bottom: 32px;
        padding-right: 2px;
        width: 100%;
        float: left;
    }

    #bloc-filter .bloc-filter .mix img:not(.realisations-page .realisations-list img) {
        width: 250px;
        height: 212px;
    }

    #bloc-filter .details-sport {
        width: calc(100% - 260px);
        float: left;
        padding-left: 13px;
        padding-right: 0;
    }


    #bloc-filter .details-sport ul {
        margin-bottom: 1px;
        display: block;
        float: left;
        width: 100%;
        column-count: 1;
    }

    #bloc-filter .details-sport small,
    #bloc-filter .details-sport li {
        font-size: 12px !important;
        font-weight: 500;
        padding: 2px 13px;
        margin-bottom: 5px;
        width: auto;
        float: left;
        margin-right: 12px;
    }

    #bloc-filter .details-sport .title {
        font-size: 14px;
        padding-right: 0;
        margin: 4px 0;
    }

    .colum-double {
        column-count: 2;
    }

    #bloc-filter .details-sport span {
        font-size: 13px;
        margin-bottom: 3px;
    }

    #bloc-filter .details-sport a {
        font-size: 15px;
    }

    .description p {
        font-size: 18px;
    }

    .actualites .container {
        padding: 0;
    }

    .actualites h2 {
        font-size: 25px;
    }

    .article .autres-article img {
        height: 155px;
    }

    .article .autres-article li span {
        margin: 7px 0 6px 0;
        font-size: 15px;
    }

    .article .autres-article li .title a {
        padding: 4px 20px;
    }

    .article h4 {
        font-size: 14px;
    }


    .article .autres-article {
        padding: 0;
        list-style: none;
        margin: 16px 0 20px;
        width: 100%;
        display: flex;
    }

    .article .autres-article li {
        width: 100% !important;
        float: left;
        height: 400px;
        margin: 0 10px;
        padding: 0 0;
        height: 365px;
    }

    .article .autres-article li small {
        font-size: 13px;
    }

    .autres-articles .bx-controls.bx-has-controls-direction,
    .realisations .bx-controls {
        display: none;
    }

    p {
        font-size: 15px;
    }

    #faq .description-categorie p {
        width: 100%;
        margin: 0 auto;
    }

    #faq ul.accordion-list li,
    #offre-emploi ul.accordion-list li {
        padding: 14px 20px 14px 20px;
        margin: 0 auto 15px auto;
    }

    #faq ul li h3,
    #offre-emploi ul.accordion-list li h3 {
        font-size: 15px;
    }

    #faq ul.accordion-list li h3:after,
    #offre-emploi ul.accordion-list li h3:after {
        position: absolute;
        right: 12px;
        top: 18px;
        color: white;
        transition: all 0.3s ease-in-out;
        display: inline-flex;
        content: "";
        background-image: url(../img/arrow-down.svg);
        background-size: 15px 15px;
        height: 15px;
        width: 15px;
    }

    #faq ul,
    #offre-emploi ul.accordion-list {
        padding: 0;
        list-style: none;
        margin-top: 37px;
        margin-bottom: 37px;
    }

    #partenaires-page .bloc h3 {
        display: none;
    }

    #partenaires-page .bloc img {
        width: 49%;
        margin: 10px auto 10px auto;
    }

    .demande-devis-page .checkbox label {
        font-size: 12px;
    }

    .demande-devis-page .checkbox input {
        margin-right: 13px;
        float: left;
        margin-bottom: 44px;
        margin-top: 5px;
    }

    .gray-bg {
        display: block;
        float: left;
        width: 100%;
    }

    .contact-page form legend {
        font-size: 22px;
        margin-bottom: 16px;
        font-weight: bold;
        text-align: center;
        margin-top: 100px;
    }

    .contact-page.form-width {
        padding: 60px 70px;
    }

    .contact-page.form-width {
        width: 100%;
    }

    .contact-page form label,
    .contact-recrutement form label {
        font-size: 17px;
        margin-bottom: 12px;
        margin-left: 9px;
        margin-top: 5px;
    }

    .liste-societes {
        display: block;
    }

    .liste-societes li {
        width: 100%;
        margin: 0 0 30px;
        box-sizing: border-box;
        padding: 0 23px;
    }

    .liste-societes h3 {
        font-size: 17px;
    }

    .liste-societes .plan-acces,
    .liste-societes p {
        font-size: 15px;
    }

    .liste-societes .map {
        height: 300px;
    }

    h2.mb-46 {
        margin-top: 20px;
    }

    .liste-societes .map iframe {
        height: 100%;
    }

    .liste-societes address {
        font-size: 15px;
        line-height: 23px;
    }

    .liste-societes a.en-savoir-plus {
        font-size: 17px;
    }

    .parrainage {
        padding: 60px 70px;
        background-color: var(--light-gray);
        float: left;
        display: block;
        width: 100%;
    }

    .avis.section-margin.bg-blue {
        padding: 0 70px;
    }

    .parrainage h2 {
        width: 85%;
        height: auto;
        margin-bottom: 35px !important;
        display: block;
        font-size: 32px;
        line-height: 32px;
    }

    .parrainage .checkbox label {
        font-size: 14px !important;
    }

    .reglement-jeu h2 {
        font-size: 29px;
    }

    .parrainage form h4 {
        font-size: 18px;
        margin-bottom: 17px;
    }

    .parrainage .email-form {
        float: left;
        width: 100% !important;
    }

    .parrainage .donner-avis-page .checkbox label {
        font-size: 14px;
    }

    .parrainage .checkbox.mt-17 .checkbox label input {
        margin-bottom: 157px;
    }

    .parrainage .notice {
        font-size: 14px;
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .reglement-jeu h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .reglement-jeu h4 {
        font-size: 19px;
    }

    .prestations .slide,
    .sponsoring .slide {
        position: relative;
    }

    .filtre-avis {
        margin: 0 auto 20px auto;
        text-align: center;
        display: flex;
        width: 88%;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .filtre-avis .select2-container {
        margin-bottom: 20px;
    }

    .pagination b,
    .pagination a {
        font-size: 18px;
        height: 35px;
        width: 35px;
        line-height: 35px;
    }

    .realisations-page .realisation-bloc.mix:nth-child(2n) {
        float: right;
        margin-right: 0;
    }

    .realisations-page .realisation-bloc.mix {
        width: 43%;
        height: 306px;
        float: left;
    }

    .realisations-page .realisation-bloc.mix .categorie {
        font-size: 22px;
        bottom: 33px;
        left: 32px;
        height: 41px;
        min-height: 20px;
    }

    .realisation-page .description-realisation h2 {
        font-size: 26px;
        font-weight: bold;
        color: var(--azure-blue);
        padding-bottom: 4px;
        line-height: 36px;
    }

    .realisations-list .realisation-bloc .caption .description,
    .realisations-list .realisation-bloc .caption .description h5 {
        font-size: 15px;
        margin-top: 57px;
        margin-bottom: 10px;
        font-weight: 400;
    }

    .sd-drawer__menu-list-item .fa-solid.fa-chevron-down {
        color: #212121 !important;
        font-size: 19px;
    }

    .sd-icon.sd-drawer__header-icon.fa-solid.fa-xmark {
        color: #2e8ed3;
        font-size: 26px;
        top: 21px;
        position: relative;
        z-index: 9;
    }

    .hide-mobile {
        display: none;
    }
}


/*MENU*/
@media only screen and (max-width:1279px) {


    button.navbar-search {
        border: none;
        background-color: transparent;
    }

    button.navbar-search i {
        color: var(--green);
        margin-top: 11px;
        font-size: 23px;
    }

    #header {
        width: 100%;
        max-width: 100%;
        position: relative;
        height: auto;
        position: fixed;
        width: 100%;
        background: white;
        z-index: 998;
        box-shadow: 1px 2px 9px rgb(0 0 0 / 27%);
    }

    header.sd-drawer__header .logo {
        width: 78px;
    }

    .sd-drawer__menu-sub-list {
        height: 0;
        overflow: hidden;
        font-size: 16px;
        transform: translateY(-24px);
        transform-origin: top;
        opacity: 0;
        transition-property: opacity, transform;
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-duration: 0.3s;
        margin: 0;
    }

    .navbar-toggler i.fa-solid.fa-bars {
        color: var(--azure-blue);
        margin-top: 14px;
        font-size: 27px;
    }

    .navbar {
        padding: 15px 21px !important;
        position: fixed;
        z-index: 10;
        width: 100%;
        background-color: var(--white);
        box-shadow: 5px 5px 5px #00000029;
    }

    a.navbar-logo {
        margin: 0 auto;
        width: 100px;
    }

    a.navbar-logo img {
        width: 100%;
        height: auto;
    }

    #header img {
        max-width: 90px;
    }

    .navbar-toggler {
        padding: 0;
    }

    .sd-drawer {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10031;
        width: 0;
        min-width: 100%;
        max-width: none;
        height: 100vh;
        background-color: #fff;
        transform: translateX(-100%);
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-duration: 0.3s;
    }

    .sd-drawer__header {
        display: flex;
        justify-content: flex-end;
        padding: 8px 16px;
        line-height: 1.5;
        border-bottom: 1px solid #e0e4e9;
        box-shadow: -5px 2px 9px rgb(0 0 0 / 27%);
        margin-bottom: 9px;
    }

    .sd-drawer--is-open {
        top: 0;
        min-width: 100%;
        height: 100vh;
        background-color: #fff;
        transform: translateX(0);
    }

    .sd-drawer--is-open.sd-drawer--large,
    .sd-drawer--is-open.sd-drawer--medium {
        min-width: 100%;
    }

    i.icon-navigation_close.sd-drawer__header-icon {
        color: #2e8ed3;
        font-size: 26px;
        position: absolute;
        right: 10px;
        top: 21px;
    }

    .sd-drawer__header-left {
        display: flex;
        flex: 1 1;
        align-items: center;
    }

    .sd-drawer a.logo-mobile {
        bottom: -5px;
        left: 0;
    }

    .sd-drawer-dark--first {
        background-color: #e8ebf0;
    }

    .sd-drawer-dark--first {
        background-color: #fff;
    }

    .sd-drawer__menu-list-title,
    .sd-drawer__menu-list-holder--active .sd-drawer__menu-list-title {
        color: #212121 !important;
        font-size: 17px;
        font-weight: 500 !important;
    }

    .form-group.has-search.recherche {
        width: 100%;
        position: relative;
        float: left;
    }

    .form-group.has-search.recherche .fa {
        font-size: 12px;
        position: absolute;
        left: 14px;
        top: 24px;
        color: var(--bs-gray-600);
    }

    .recherche-bloc {
        width: 100%;
        position: absolute;
        background-color: var(--white);
        left: 0;
        padding: 20px;
        display: none;
    }

    a.close-search {
        font-size: 23px;
        float: right;
        margin-bottom: 15px;
    }

    .form-group.has-search.recherche .form-control:not(textarea) {
        width: 100%;
        height: 61px;
        margin-bottom: 0;
        padding: 0 37px;
        font-size: 17px;
    }

    .form-group.has-search.recherche .result {
        display: none;
        width: 100%;
        border: 1px solid;
        border-radius: 0;
        border-top: 0;
        padding-top: 9px;
        margin-top: -15px;
        border-color: var(--silver);
        position: absolute;
    }

    .sd-drawer__menu-list-title {
        display: flex;
        flex: 1 1;
        align-items: center;
        height: 40px;
        color: #717983;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: -0.2px;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    i.icon-navigation_expand-more.sd-drawer__menu-list-icon.expand-first {
        color: #fff;
        font-size: 22px;
        position: relative;
        right: -5px;
    }

    .sd-drawer__menu-list-item {
        height: 55px;
        border-bottom: 1px solid #8a929c1c;
        color: #8a929c;
    }

    .sd-drawer__menu-list-item {
        display: flex;
        align-items: center;
        padding-right: 16px;
        padding-left: 16px;
        cursor: pointer;
    }

    .sd-drawer__menu-list-holder--active.sd-drawer__menu-sub-list {
        background: #fff;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0 !important;
        padding-left: 0;
    }

    .sd-drawer__menu-sub-list-item {
        padding-left: 15px;
        padding-right: 12px;
        border-bottom: 1px solid #d0d0d0;
        display: block;
        position: relative;
    }

    .sd-drawer__menu-sub-list-item a {
        padding-left: 0;
        font-size: 16px;
        color: #a4a5a6;
        font-weight: 500;
        line-height: 44px;
        width: 100%;
    }

    .sd-drawer__menu-list-title,
    .sd-drawer__menu-list-holder--active .sd-drawer__menu-list-title {
        color: #fff;
        font-size: 17px;
        font-weight: 700;
    }

    .sd-drawer__menu-list-holder--active.sd-drawer__menu-sub-list {
        background: #fff;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
    }

    .sd-drawer__menu-list-icon--active {
        transform: rotate(-180deg);
    }

    .sd-drawer__menu-list-holder--active.sd-drawer__menu-sub-list {
        height: auto;
        padding-top: 8px;
        padding-bottom: 24px;
        transform: translateY(0);
        opacity: 1;
    }

    .sd-drawer__menu-list-holder--active {
        display: block;
    }
}

/*MOBILE*/
@media only screen and (max-width: 767px) {
    .grecaptcha-badge {
        bottom: 100px !important;
    }

    .section-margin#reseau-section- .col.pr p {
        font-size: 14px !important;
        text-align: center;
    }

    .container:has(> .breadcrumb) {
        padding: 18px 0 !important;
        width: 80% !important;
        margin: 0 auto !important;
        display: block !important;
        float: none !important;
    }
}

@media only screen and (max-width: 768px) {


    .contact-page.form-width {
        width: 100% !important;
    }

    html {
        touch-action: manipulation;
    }

    .bloc-filter-sort.wow.slideInLeft {
        width: 80%;
        padding: 0;
        margin: 0 auto;
    }

    #slider-home-page {
        height: 78vh;
    }

    .prestations .slide {
        height: auto;
    }

    .container.reseau-section.section-margin {
        width: 100%;
    }

    .sub-header {
        display: none;
    }

    .show-tablette {
        display: none;
    }

    .article .description-article h3 {
        font-size: 18px;
    }

    .content-avis-mobile .bx-viewport {
        min-height: 272px;
        height: 216px !important;
    }

    .content-avis-mobile .btn-link.green-btn i.fa-solid.fa-plus {
        margin-top: 4px;
        margin-right: 11px;
    }

    .content-page .text-content h2 {
        letter-spacing: 0px;
        padding: 0;
        text-align: left;
        font-size: 23px;
        font-weight: 500;
        margin-bottom: 21px;
        text-transform: uppercase;
        line-height: 27px;
    }

    header.sd-drawer__header .logo {
        width: 78px;
    }

    .title-realisations {
        left: -1px;
        font-size: 22px !important;
        width: 61% !important;
        line-height: 25px !important;
        bottom: 20px !important;
    }

    .navbar-search,
    .navbar-toggler {
        width: 34px;
        padding: 0;
    }

    .societe-page .page-content .societe-infos .infos-img {
        width: 100%;
        height: auto;
        border-radius: 30px;
    }

    .societe-page .reseau-sociaux ul li {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .societe-page {
        padding: 41px 37px 100px;
        width: 100%;
        background-size: 100% 240px;
    }

    .societe-page .details-societe ul li a {
        margin: 10px 0;
        display: block;
        width: auto;
        float: left;
        padding: 16px 22px;
        margin-right: 6px;
    }

    .societe-page .villes-societe {
        width: 100%;
    }

    .societe-page h1 {
        width: 100%;
        font-size: 22px;
        margin-top: 17px;
    }

    .societe-page .details-societe ul li a img {
        width: 16px;
        height: 17px;
        margin-right: 3px;
        margin-top: 0;
    }



    .societe-page .details-societe span {
        font-size: 19px;
    }

    .societe-page .breadcrumb li a,
    .societe-page .breadcrumb li span,
    .societe-page .breadcrumb-item+.breadcrumb-item::before {
        padding-top: 0;
        font-size: 14px;
    }

    .societe-page {
        background-size: 100% 240px;
    }

    .societe-page .details-societe ul li a {
        font-size: 11px;
        font-weight: bold;
    }

    .societe-page h3 {
        font-family: "Poppins";
        font-weight: bold;
        font-size: 24px;
        margin: 30px 0 30px 0;
    }

    .societe-page .prestation-societe ul li {
        padding: 12px;
        margin-right: 9px;
        margin-bottom: 20px;
        float: left;
        width: auto;
    }

    #faq h2,
    #offre-emploi h2 {
        font-size: 21px;
    }

    .titre-avis {
        float: left;
        font-size: 15px;
    }


    .societe-page .details-societe h2 {
        font-size: 22px;
    }

    .societe-page .villes-societe address,
    .societe-page .villes-societe p {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .societe-page .donnez-note {
        font-size: 15px;
        display: flex;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: 12px;
    }

    .societe-page a.btn-link.green-btn {
        margin-top: 22px;
    }

    .societe-page .donnez-note .note {
        margin-left: 17px;
        margin-top: 0px;
    }

    .societe-page .demander-devis {
        width: 86%;
        height: 54px;
        padding: 15px 36px;
        margin: 36px auto 0 auto;
    }

    .societe-page #map {
        width: 100%;
        height: 345px;
    }

    .societe-page .details-societe address {
        font-size: 16px;
        margin: 3px 0;
    }

    .societe-page .donnez-note i {
        font-size: 14px;
        margin-left: 0.85px;
        color: var(--azure-blue);
        cursor: pointer;
    }

    .societe-page .details-societe ul {
        padding: 0;
        display: block;
        float: left;
        width: 100%;
        margin: 0
    }

    .societe-page .reseau-sociaux {
        position: relative;
        right: 0;
        bottom: 0;
        display: block;
        float: left;
        width: 100%;
    }

    .societe-page .reseau-sociaux ul {
        margin-top: 9px;
        display: flex;
    }

    .societe-page .reseau-sociaux ul li a img {
        width: 41px;
        margin-right: 13px;
        margin-top: 0px;
    }

    .societe-page .details-societe {
        float: left;
        padding-left: 0;
        padding-top: 25px;
        width: 100%;
    }

    .societe-page {
        padding: 18px 26px 100px;
        width: 100%;
    }

    .societe-page .reseau-sociaux ul li {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .societe-page .descriptif {
        padding-top: 40px;
    }

    .societe-page .details-societe ul li {
        display: block;
        width: 100%;
    }

    .politique-de-confidentialite h2 {
        font-size: 20px;
        padding: 15px 0 0;
    }

    .politique-de-confidentialite h3 {
        font-size: 19px;
    }

    .contact-page form legend {
        font-size: 19px;
        margin-bottom: 16px;
        margin-top: 18px;
    }

    .mentions-legales h3 {
        font-size: 23px;
    }

    .content {
        padding-top: 0;
    }

    .site-container {
        padding-top: 95px;
    }

    div.jx-image div.jx-label {
        padding: 10px;
    }

    button.navbar-search {
        border: none;
        background-color: transparent;
    }

    button.navbar-search i {
        color: var(--green);
        margin-top: 11px;
        font-size: 23px;
    }

    #header {
        width: 100%;
        max-width: 100%;
        position: relative;
        height: auto;
        position: fixed;
        width: 100%;
        background: white;
        z-index: 998;
        box-shadow: 1px 2px 9px rgb(0 0 0 / 27%);
    }

    .sd-drawer__menu-sub-list {
        height: 0;
        overflow: hidden;
        font-size: 16px;
        transform: translateY(-24px);
        transform-origin: top;
        opacity: 0;
        transition-property: opacity, transform;
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-duration: 0.3s;
        margin: 0;
    }

    .navbar-toggler i.fa-solid.fa-bars {
        color: var(--azure-blue);
        margin-top: 14px;
        font-size: 27px;
    }

    .navbar {
        padding: 15px 21px !important;
        position: fixed;
        z-index: 10;
        width: 100%;
        background-color: var(--white);
        box-shadow: 5px 5px 5px #00000029;
    }

    a.navbar-logo {
        margin: 0 auto;
        width: 100px;
    }

    a.navbar-logo img {
        width: 100%;
    }

    #header img {
        max-width: 90px;
    }

    .navbar-toggler {
        padding: 0;
    }

    .sd-drawer {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10031;
        width: 0;
        min-width: 100%;
        max-width: none;
        height: 100vh;
        background-color: #fff;
        transform: translateX(-100%);
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-duration: 0.3s;
    }

    .sd-drawer__header {
        display: flex;
        justify-content: flex-end;
        padding: 8px 16px;
        line-height: 1.5;
        border-bottom: 1px solid #e0e4e9;
        box-shadow: -5px 2px 9px rgb(0 0 0 / 27%);
        margin-bottom: 9px;
    }

    .sd-drawer--is-open {
        top: 0;
        min-width: 100%;
        height: 100vh;
        background-color: #fff;
        transform: translateX(0);
    }

    .sd-drawer--is-open.sd-drawer--large,
    .sd-drawer--is-open.sd-drawer--medium {
        min-width: 100%;
    }

    i.icon-navigation_close.sd-drawer__header-icon {
        color: #2e8ed3;
        font-size: 26px;
        position: absolute;
        right: 10px;
        top: 21px;
    }

    .sd-drawer__header-left {
        display: flex;
        flex: 1 1;
        align-items: center;
    }

    .sd-drawer a.logo-mobile {
        bottom: -5px;
        left: 0;
    }

    .sd-drawer-dark--first {
        background-color: #e8ebf0;
    }

    .sd-drawer-dark--first {
        background-color: #fff;
    }

    .sd-drawer__menu-list-title,
    .sd-drawer__menu-list-holder--active .sd-drawer__menu-list-title {
        color: #212121 !important;
        font-size: 17px;
        font-weight: 500 !important;
    }

    .form-group.has-search.recherche {
        width: 100%;
        position: relative;
        float: left;
    }

    .form-group.has-search.recherche .fa {
        font-size: 12px;
        position: absolute;
        left: 14px;
        top: 24px;
        color: var(--bs-gray-600);
    }

    .recherche-bloc {
        width: 100%;
        position: absolute;
        background-color: var(--white);
        left: 0;
        padding: 20px;
        display: none;
    }

    a.close-search {
        font-size: 23px;
        float: right;
        margin-bottom: 15px;
    }

    .form-group.has-search.recherche .form-control:not(textarea) {
        width: 100%;
        height: 61px;
        margin-bottom: 0;
        padding: 0 37px;
        font-size: 17px;
    }

    .form-group.has-search.recherche .result {
        display: none;
        width: 100%;
        border: 1px solid;
        border-radius: 0;
        border-top: 0;
        padding-top: 9px;
        margin-top: -15px;
        border-color: var(--silver);
        position: absolute;
    }

    .sd-drawer__menu-list-title {
        display: flex;
        flex: 1 1;
        align-items: center;
        height: 40px;
        color: #717983;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: -0.2px;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    i.icon-navigation_expand-more.sd-drawer__menu-list-icon.expand-first {
        color: #fff;
        font-size: 22px;
        position: relative;
        right: -5px;
    }

    .sd-drawer__menu-list-item {
        height: 55px;
        border-bottom: 1px solid #8a929c1c;
        color: #8a929c;
    }

    .sd-drawer__menu-list-item {
        display: flex;
        align-items: center;
        padding-right: 16px;
        padding-left: 16px;
        cursor: pointer;
    }

    .sd-drawer__menu-list-holder--active.sd-drawer__menu-sub-list {
        background: #fff;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0 !important;
        padding-left: 0;
    }

    .sd-drawer__menu-sub-list-item {
        padding-left: 15px;
        padding-right: 12px;
        border-bottom: 1px solid #d0d0d0;
        display: block;
        position: relative;
    }

    .sd-drawer__menu-sub-list-item a {
        padding-left: 0;
        font-size: 16px;
        color: #a4a5a6;
        font-weight: 500;
        line-height: 44px;
        width: 100%;
    }

    .sd-drawer__menu-list-title,
    .sd-drawer__menu-list-holder--active .sd-drawer__menu-list-title {
        color: #fff;
        font-size: 17px;
        font-weight: 700;
    }

    .sd-drawer__menu-list-holder--active.sd-drawer__menu-sub-list {
        background: #fff;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
    }

    .sd-drawer__menu-list-icon--active {
        transform: rotate(-180deg);
    }

    .sd-drawer__menu-list-holder--active.sd-drawer__menu-sub-list {
        height: auto;
        padding-top: 8px;
        padding-bottom: 24px;
        transform: translateY(0);
        opacity: 1;
    }

    .sd-drawer__menu-list-holder--active {
        display: block;
    }

    footer {
        padding: 65px 28px;
    }

    footer h5,
    footer h3 {
        font-size: 12px;
    }

    footer .nav-item a {
        font-size: 11px;
    }

    footer ul.nav.flex-column {
        margin-bottom: 30px;
    }

    footer .suivez-nous {
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
    }

    footer h4 {
        font-size: 14px;
    }

    footer ul.reseaux-sociaux li img {
        width: 27px;
    }

    footer ul.reseaux-sociaux {
        margin: 0 auto;
        width: 224px;
    }

    footer ul.reseaux-sociaux li a i {
        font-size: 17px;
        line-height: 35px;
        background-color: #0090d4;
        border-radius: 50px;
        height: 35px;
        width: 35px;
        text-align: center;
        color: #fff;
    }

    footer ul.reseaux-sociaux li a:hover i {
        background-color: var(--green);
    }

    footer img.logo {
        width: 126px;
        height: auto;
        float: left;
        margin: 0 0 32px;
    }

    footer .row {
        width: 100%;
        padding: 0;
    }

    .copyright {
        background: #868686;
        margin-top: 0;
        color: white;
        font-weight: 600;
        font-size: 10px;
        padding: 7px 0;
        margin-bottom: 90px;
    }

    footer .col-sm-6:nth-child(odd) {
        padding-left: 0;
    }

    footer .col-sm-6:nth-child(even) {
        padding-right: 0;
    }

    .article h2 {
        font-size: 32px;
    }

    ol li,
    ul li {
        font-size: 18px;
    }

    main {
        padding-top: 88px;
    }

    #slider-home-page .caption {
        width: 100%;
        left: 0;
        right: 0;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        padding: 0;
    }

    .black-btn {
        padding: 19px 31px;
    }

    .contact-btn {
        position: fixed;
        bottom: 0;
        background-color: #fff;
        padding: 8px;
        z-index: 2;
        width: 100%;
    }

    .contact-btn .green-btn {
        float: left;
        width: 48%;
        border: 1px solid #01a94f;
        background-color: #01a94f;
    }

    .contact-btn .green-btn span,
    .contact-btn .green-btn small {
        display: block;
        width: 100%;
    }

    table {
        width: 100% !important;
    }

    .contact-btn .green-btn small {
        font-weight: normal;
    }

    .contact-btn .green-btn div {
        float: right;
        line-height: 15px;
        padding-left: 7px;
        margin: 0 auto;
        width: 106px;
        text-align: left;
    }

    .contact-btn .green-btn i {
        float: left;
        margin-top: 5px;
        font-size: 21px;
    }

    .contact-btn .blue-btn {
        float: right;
        width: 48%;
        text-align: center;
        display: block;
        text-align: center;
        height: 54px;
        padding-top: 14px;
    }

    .btn-link,
    .btn-form-devis {
        font-size: 14px;
        padding: 12px 19px;
        margin-top: 30px;
    }

    .bottom-avis .green-btn i {
        margin-top: 4px;
        margin-right: 9px;
    }

    .reseau-section .black-btn {
        position: relative;
        bottom: 0;
        left: 0;
        display: block;
        font-size: 15px;
        margin-top: 34px;
    }

    #slider-home-page .caption big {
        font-size: 30px;
        text-align: center;
        padding: 0 18px;
        line-height: 36px;
        width: 90%;
        margin: 0 auto;
    }

    #slider-home-page .description-slide {
        display: none;
    }

    #slider-home-page .slider-holder {
        height: 78vh;
    }

    #slider-home-page .slider-holder .bx-wrapper {
        height: 100% !important;
        margin-bottom: 0;
    }

    #slider-home-page .bx-viewport {
        height: 100% !important;
    }

    #slider-home-page .slider,
    #slider-home-page .slider-holder .slide {
        position: relative;
        height: 100%;
    }

    #slider-home-page .bx-wrapper .bx-pager {
        padding-left: 0;
        height: 21px;
        padding-top: 0;
        text-align: center;
    }

    #slider-home-page .bx-wrapper .bx-pager.bx-default-pager a {
        width: 12px;
        height: 12px;
        margin: 0 4px;
    }

    .container {
        padding: 50px 30px;
        width: 100%;
        display: block;
        float: left;
    }

    .reseau-section .video-content {
        width: 100%;
        height: 260px;
        margin-bottom: 25px;
    }

    .section-margin {
        float: left;
        width: 100%;
        margin: 0 0 30px 0;
        display: block;
    }

    .container.reseau-section.section-margin {
        padding-top: 0;
        margin-top: 0px;
    }

    div#certifications-section h2 {
        width: 80%;
        margin: 0 auto;
    }

    #certifications-section .col-6 {
        height: auto;
        padding: 23px;
        border-radius: 37px;
    }

    #certifications-section .bx-controls.bx-has-controls-direction {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 110px;
        z-index: 0;
    }

    .form-width {
        width: 100%;
    }

    .form-control:not(textarea) {
        width: 100%;
    }

    .form-control {
        border-radius: 11px;
        padding: 12px 24px;
        margin-bottom: 4px;
        font-size: 18px;
    }

    .article legend {
        font-size: 21px;
        margin-bottom: 65px;
    }

    .article legend:after {
        bottom: -15px;
        width: 99px;
    }

    .article .commentaire-bloc form button {
        margin-top: 36px !important;
        width: 82%;
        font-size: 15px;
        line-height: 66px;
        padding: 0 23px;
        height: auto;
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    .description-article img {
        width: 100% !important;
        height: auto;
    }

    .article .commentaire-bloc {
        margin: 50px auto 0;
        width: 100%;
    }

    .article h2 {
        font-size: 24px;
    }

    .form-control:not(textarea) {
        width: 100%;
        height: 63px;
        margin-bottom: 20px;
    }

    .article .commentaire-bloc .row {
        margin-bottom: 0;
    }

    #certifications-section .bx-next,
    #certifications-section .bx-prev {
        padding: 10px;
        width: 37px !important;
        height: 37px !important;
        text-align: center;
        margin-right: 9px;
        border: 1px solid var(--black);
        line-height: 16px;
        background-color: var(--black);
        color: var(--white) !important;
        border-radius: 50px;
        font-size: 15px !important;
    }

    #certifications-section .bx-viewport {
        height: 443px !important;
    }

    #certifications-section .bx-controls-direction {
        padding-right: 115px;
    }

    #actualites-section .image-link,
    .sponsoring .slide a.bloc-img {
        border-radius: 21px;
    }

    .sponsoring .slide {
        height: auto;
    }

    #certifications-section .bx-wrapper .bx-controls-direction a {
        text-indent: 0;
    }

    #certifications-section p {
        font-size: 15px;
        letter-spacing: 0px;
        margin-bottom: 0 !important;
    }

    #certifications-section img {
        max-width: 100%;
        height: 49px;
        margin: 0 auto 35px auto;
        max-height: 100px;
        width: auto;
    }

    #certifications-section .col-6 {
        min-height: 330px;
    }

    #certifications-section h3 {
        font-size: 14px;
    }

    #bloc-proximite h2 {
        font-size: 25px;
        width: 80%;
        margin: 0 auto 20px;
        text-align: center;
        display: block;
        text-align-last: auto;
    }

    #bloc-proximite img {
        width: 95%;
        margin: 0 auto;
        display: block;
    }

    #bloc-proximite {
        background-color: var(--azure-blue);
        background-image: none;
        position: relative;
        margin-top: 0;
        z-index: 1;
        padding-top: 67px
    }

    #bloc-proximite .bg-avis-mobile {
        position: absolute;
        left: 0;
        z-index: -1;
        background-color: #f4f4f4;
    }

    #actualites-section .slide img,
    .sponsoring .slides img.img-responsive {
        height: 220px;
        border-radius: 25px;
        object-fit: cover;
    }


    #actualites-section {
        padding: 30px 0 0;
    }

    #actualites-section .title-bloc {
        margin-top: 20px;
        padding-right: 23px;
    }

    #actualites-section .title a,
    .sponsoring .slides .title a {
        font-size: 14px;
        line-height: 23px;
        color: var(--nero);
        letter-spacing: 0px;
        text-decoration: none;
        font-weight: 600;
    }

    .bx-wrapper {
        width: 100% !important;
        margin-bottom: 30px;
    }

    #actualites-section .lire-suite a {
        line-height: 26px;
        margin-top: 9px;
        font-weight: 600;
        font-size: 17px;
    }

    #actualites-section .lire-suite a i,
    .sponsoring .slides .title a i {
        font-size: 10px;
    }

    .actualites-slider {
        margin-bottom: 30px;
    }

    #actualites-section .bx-controls {
        display: none;
    }

    #bloc-proximite .row {
        padding: 0;
        margin: 0;
    }

    .bg-gray {
        padding-bottom: 50px !important;
    }

    .actualites {
        padding: 0;
    }

    h2 {
        font-size: 22px;
        padding: 0 0 35px;
    }

    .right-content {
        float: left;
        width: 100%;
        display: block;
    }

    .font-content {
        font-size: 14px;
        margin-bottom: 19px;
        text-align: center;
    }

    #bloc-proximite h2 {
        font-size: 25px;
        width: 80%;
        margin: 25px auto 30px auto;
    }

    footer #scroll-to-top {
        display: none !important;
    }

    .prestations {
        background-image: none;
    }

    .prestations .background-color {
        background-color: var(--azure-blue);
        position: absolute;
        width: 100%;
        height: 298px;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .prestations .background-color .background-mobile {
        position: absolute;
        bottom: -61px;
        width: 100%;
    }

    .prestations h2 {
        color: var(--white);
    }

    .prestations .slides img.img-responsive {
        height: 297px;
    }

    .prestations .container {
        padding-left: 0;
        padding-right: 0;
    }

    .prestations .title {
        font-size: 17px;
        bottom: 40px;
    }

    .prestations .controls-slider,
    .controls-slider-custom {
        height: auto;
        background-color: transparent;
        padding: 27px 12px 0;
        text-align: right;
        margin: 14px 0 0 0;
        display: block;
        float: left;
        width: 100%;
    }

    .prestations .slides img.img-responsive,
    .reseau-section .video-content,
    .avant-apres .juxtapose img {
        border-radius: 37px !important;
    }

    .prestations .controls-slider i,
    .sponsoring .controls-slider i,
    .controls-slider-custom i {
        border: 1px solid #212121;
        border-radius: 50%;
        padding: 10px;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 14px;
        color: #212121;
        font-size: 12px;
        margin-right: 9px;
    }

    #slider-service .image-wrapper {
        width: 100px;
        height: 100px;
    }

    #slider-service .slider-service div img {
        height: 70px;
        width: 70px;
    }

    .avant-apres .bx-next i,
    .avant-apres .bx-prev i {
        font-size: 12px;
    }

    #slider-service .content-services span {
        width: 49%;
        display: block;
        margin: 13px auto 0;
        font-weight: bold;
        font-size: 14px;
    }

    #slider-service .content-services.no-margin {
        margin-bottom: 0;
    }

    .content-services {
        margin-bottom: 30px;
    }

    .avant-apres h2,
    .avant-apres h3 {
        font-size: 20px;
        padding: 0;
        margin: 0;
        color: #fff;
        font-family: "Poppins";
        font-weight: 500;
        line-height: 28px;
    }

    div.jx-image div.jx-label {
        font-size: 11px;
        width: 70px;
        height: auto;
        line-height: 22px;
        top: 76%;
    }

    #realisations-section .container,
    #certifications-section .container,
    .sponsoring.section-margin .container {
        padding-left: 0;
        padding-right: 0;
    }

    .slider-avis .slide-arrow {
        display: none !important;
    }

    .avis .avis-col {
        display: block !important;
    }

    .realisations .btn-link.black-btn,
    .avis-bloc .btn-link.green-btn {
        margin-top: 54px;
    }

    .realisations {
        padding: 0;
    }

    .avant-apres .bx-next,
    .avant-apres .bx-prev {
        padding: 10px;
        width: 35px !important;
        height: 35px !important;
        text-align: center;
        color: #212121;
        font-size: 15px;
        margin-right: 0;
        border: 1px solid var(--black);
        line-height: 17px;
    }

    .avant-apres .container {
        padding-left: 0;
        padding-right: 0;
    }

    .avant-apres svg {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -54px;
        z-index: -1;
    }

    .avant-apres .slider-av {
        padding-left: 30px;
        padding-right: 30px;
    }

    .avant-apres .background-mobile {
        background-color: var(--azure-blue);
        position: absolute;
        width: 100%;
        height: 320px;
        z-index: -1;
        top: 0;
        padding: 0;
        margin: 0;
    }

    .avant-apres {
        position: relative;
    }

    .avant-apres .bx-controls.bx-has-controls-direction {
        width: 90px;
        z-index: 0;
        right: -7px;
    }

    .realisations .slide {
        border-radius: 35px;
        height: 250px !important;
    }

    .avis .avis-col {
        width: auto;
        min-height: 249px;
    }

    .avis .nom {
        font-size: 14px;
        line-height: 21px;
    }

    .avis .societe {
        font-size: 13px;
    }

    .avis .note {
        font-size: 15px;
    }

    .avis .avis-text {
        font-size: 12px;
    }

    .avis .avis-col {
        min-height: 260px;
        border-radius: 37px;
        margin-bottom: 15px !important;
    }

    .content-page .description-categorie h2 {
        line-height: 22px;
        margin-bottom: 14px;
        font-size: 15px;
        padding: 0;
        margin-top: 15px;
        float: left;
        width: 100%;
    }

    .realisation-page .description-realisation h2 {
        font-size: 21px;
        font-weight: bold;
        color: var(--azure-blue);
        padding-bottom: 0;
        margin-top: 0;
    }

    .realisations_images .col-4 {
        margin-bottom: 25px;
        width: 100%;
    }

    .bg-avis-mobile img {
        width: 100%;
        transform: scalex(-1);
        height: 200px;
    }

    .atriome-qui-sommes-nous {
        width: 100%;
        height: auto;
    }

    .content-page .right-content h3,
    .content-page .right-content h2 {
        color: var(--azure-blue);
        font-size: 20px;
        padding: 0;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .qualibat-img {
        width: 56% !important;
        height: auto;
        margin: 0 auto;
        display: block;
        float: none !important;
        border-radius: 0 !important;
    }

    .donner-avis-page label {
        font-size: 15px;
        margin-bottom: 10px;
        margin-left: 6px;
    }

    .form-control:not(textarea) {
        width: 100%;
        height: 50px;
        margin-bottom: 20px;
        font-size: 15px;
    }

    .demande-devis-page.form-width .description-categorie {
        width: 100% !important;
    }

    .demande-devis-page .green-btn {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        border-radius: 52px !important;
        padding: 20px 37px;
    }

    .demande-devis-title {
        padding: 0;
        margin-top: 0;
        margin-bottom: 30px;
    }

    textarea.form-control {
        width: 100%;
        height: 300px;
        resize: none;
        font-size: 15px;
    }

    .donner-avis-page .donner-note {
        display: flex;
        margin: 22px auto;
        text-align: center;
        width: 100%;
        display: block;
        line-height: 43px;
    }

    .donner-avis-page .donner-note .note {
        margin-left: 0;
    }

    .donner-avis-page form button {
        width: 75% !important;
        height: 58px !important;
        margin: 20px auto 0px auto !important;
        display: block !important;
    }

    #slider-home-page .caption a {
        margin: 32px auto 0;
        float: none;
        display: block;
        width: 56%;
        font-size: 15px;
    }

    #bloc-proximite .black-btn {
        margin: 30px auto 20px;
        display: block;
        float: none;
        width: 82%;
    }

    #bloc-proximite .bg-avis-mobile img {
        height: 235px;
    }

    .sponsoring .bx-wrapper,
    #bloc-proximite .container {
        padding: 0 !important;
    }

    #slider-home-page .slider-holder .slider img {
        height: 100%;
    }

    .content-page .text-content p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .donner-avis-page .donner-note span {
        font-size: 18px;
    }

    .content-page .sous-categorie .left-content img,
    .content-page .sous-categorie .right-content img {
        width: 100%;
        height: 260px !important;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-right: 0;
        border-radius: 29px;
    }

    .content-page .left-content .text-content {
        width: 100%;
        padding: 0;
    }

    .content-page .text-content h3 {
        font-size: 24px;
        padding: 0;
        line-height: 30px;
        margin-bottom: 20px;
    }

    ol li {
        font-size: 18px;
    }

    .content-avis-mobile {
        background-color: var(--azure-blue);
        margin-top: -77px;
        position: relative;
        z-index: 1;
        padding-bottom: 60px;
    }

    .avis .container {
        padding-left: 0;
        padding-right: 0;
    }

    .realisations .bx-wrapper .bx-controls-direction a,
    #actualites-section .bx-controls-direction a {
        color: white;
    }

    .slide:not(.not-bg-img .slide)::before,
    .realisations .slide img {
        border-radius: 37px;
    }

    .realisations .slide .title {
        font-size: 17px;
        bottom: 18px;
    }

    #realisations-section {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    }

    .realisations .bx-viewport {
        padding: 0;
        height: 291px !important;
    }

    .realisations .bx-wrapper,
    .avis-bloc .bx-wrapper {
        margin: 0 auto 30px auto;
    }

    .donner-avis-page form {
        width: 100%;
    }

    .content-page .photos-categorie {
        margin: 30px 0;
    }

    .content-page .photos-categorie .photo,
    .content-page .photo {
        float: left;
        width: 100%;
        height: 250px;
    }

    .content-page .photos-categorie p {
        padding: 21px 33px;
        font-size: 21px !important;
        line-height: 23px !important;
        width: 100%;
    }

    .content-page p.description {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 20px;
    }

    .content-page .title-content-bandeau h1 {
        font-size: 24px;
    }

    p,
    p a,
    ul li,
    ul li a,
    ol li {
        font-size: 13px !important;
    }

    p {
        line-height: 23px !important;
        margin-bottom: 14px !important;
    }

    h2 {
        font-size: 30px;
        line-height: 25px;
        margin-bottom: 14px;
    }

    .certification-slider {
        height: auto;
    }

    .realisation-page .description-realisation .description {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .donner-avis-page form {
        width: 92% !important;
        margin: 0 auto;
        display: block !important;
        float: none !important;
    }

    .realisation-page .contact h3 {
        font-size: 21px;
        margin-bottom: 50px;
    }

    .realisation-page .contact h3:after {
        bottom: -27px;
        width: 65px;
        margin: 0 auto;
    }

    .realisation-page .contact address,
    .realisation-page .contact span {
        font-size: 16px;
    }

    .realisation-page .contact {
        margin-top: 0;
        margin-bottom: 0;
    }

    .trouver-une-agence ul li a {
        font-size: 16px;
    }

    .content-page .right-content img {
        width: 100%;
        height: auto !important;
    }

    .content-page .left-content,
    .content-page .right-content {
        padding: 50px 0;
        width: 100%;
        margin: 0 auto;
        display: block;
        float: left;
    }

    .content-page .left-content .animate__animated,
    .content-page .right-content .animate__animated {
        display: block !important;
        max-width: 1920px;
        width: 80% !important;
        margin: 0 auto !important;
        float: none !important;
        clear: both;
        padding: 0;
    }

    .content-page .right-content {
        padding-left: 10%;
        padding-right: 10%;
    }


    .image-content {
        width: 100%;
        padding: 0;
    }

    .content-page .right-content .text-content {
        width: 100%;
        padding: 0;
    }

    .content-page .animate__animated.animate__fadeInRight.col-4 {
        width: 100%;
        padding: 0;
    }

    .article span.time {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .article .description-article h2 {
        font-size: 18px;
    }

    .content-page .breadcrumb-item+.breadcrumb-item::before {
        float: left;
        padding-right: 0.5rem;
        color: #d1d1d1;
        content: var(--bs-breadcrumb-divider, "/");
        font-size: 12px;
    }

    .nos-certifications .bloc,
    .nos-engagements .bloc,
    #partenaires-page .bloc {
        padding: 30px;
        width: 81%;
        margin: 0 auto 30px auto;
    }

    .nos-certifications .rge img {
        width: 42%;
        height: auto;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .nos-certifications img {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .nos-certifications .rge h3,
    .nos-certifications .qualibat h3,
    .nos-certifications .synerciel h3,
    .nos-certifications .edf h3,
    .nos-certifications .certibiocide h3,
    .nos-certifications .adkalis h3 {
        display: none;
    }

    .nos-certifications .edf img {
        width: 50%;
        height: auto;
    }

    .nos-certifications .bloc {
        padding: 30px;
        margin-bottom: 30px;
    }

    .nos-certifications .bloc img {
        margin-bottom: 30px;
    }

    .nos-certifications .certibiocide img {
        width: 90%;
        height: auto;
    }

    .adkalis img {
        width: 80%;
        height: auto;
    }

    .nos-certifications .synerciel img {
        width: 60%;
        height: auto;
    }

    .nos-certifications .qualibat img {
        width: 37%;
        height: auto;
    }

    .nos-engagements .image-wrapper {
        width: 70px;
        height: 70px;
    }

    .nos-engagements .image-wrapper img {
        width: 30px;
        height: 30px;
    }

    .nos-certifications .bloc h3,
    .nos-engagements .bloc h3,
    #partenaires-page .bloc h3 {
        font-size: 20px;
        margin-bottom: 15px;
        padding-right: 0;
        margin-top: 15px;
        text-align: center;
    }

    .content-page .bandeau {
        height: 78vh;
        width: 100%;
    }

    a.scroll-dow {
        position: absolute;
        bottom: 20px;
        z-index: 6;
        font-size: 29px;
        left: 0;
        right: 0;
        text-align: center;
        color: var(--white);
    }

    .choix-qualite-bloc {
        margin-bottom: 7px !important;
    }

    section#bloc-experience h2 {
        width: 80%;
        margin: 0 auto;
    }

    #bloc-experience .bloc-experience {
        width: 100%;
        display: block;
    }

    .content-experiences {
        width: 50%;
        float: left;
    }

    #bloc-experience span b {
        font-size: 18px;
    }

    div#certifications-section {
        padding-left: 0;
        padding-right: 0;
        float: left;
        display: block;
        width: 100%;
    }

    #bloc-experience .image-wrapper {
        width: 90px;
        height: 90px;
    }

    #bloc-experience div img {
        height: auto;
        width: 41px;
    }

    #bloc-experience span {
        text-transform: none !important;
        letter-spacing: 0px;
        text-align: center;
        display: block;
        margin: 13px auto;
        line-height: 19px;
        width: 80%;
        font-size: 14px;
    }

    .app-gratuit {
        padding: 9px;
    }

    .bloc-experience .content-experiences:first-child,
    .bloc-experience .content-experiences:nth-child(2) {
        margin-bottom: 30px;
    }

    #actualites-section .lire-suite a {
        margin-left: 0;
    }

    .sponsoring {
        background-image: none;
        padding-left: 0;
        padding-right: 0;
    }

    .sponsoring h2 {
        background-color: var(--azure-blue);
        color: var(--white);
        padding-top: 38px;
        width: 100%;
        padding-bottom: 48px;
    }


    .sponsoring .background-mobile {
        height: 170px;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        top: 138px;
        padding: 0;
        background-color: var(--azure-blue);
    }

    .sponsoring .bottom-sponsoring {
        height: auto;
        background-color: var(--white);
        padding: 43px 14px 0;
    }

    .sponsoring {
        padding-bottom: 50px;
    }

    .sponsoring .background-mobile svg {
        position: absolute;
        bottom: -70px;
    }

    .sponsoring a.lireArticle {
        margin-top: 4px !important;
        color: var(--azure-blue) !important;
    }

    .sous-categorie .animate__animated.animate__fadeInLeft.col-4 {
        width: 100%;
    }

    .content-page .breadcrumb {
        margin-bottom: 0;
    }

    .content-page ul.breadcrumb a,
    .content-page ul.breadcrumb span {
        font-size: 11px;
    }



    .realisations-page #bloc-filter .list-inline {
        padding: 0 20px;
    }

    #bloc-filter {
        padding: 50px 2px;
        width: 100%;
        display: block;
        float: left;
        margin: 0 auto;
    }

    #bloc-filter h2 {
        font-size: 22px;
        padding: 0 0 28px;
        width: 90%;
        margin: 0 auto;
    }

    #bloc-filter li.colored-link {
        font-size: 12px !important;
        width: auto;
        height: auto;
        padding: 3px 13px;
        line-height: 26px;
        font-weight: 500;
        min-width: auto;
        margin: 0 4px 14px 0;
    }

    .bloc-filter {
        width: 80%;
        margin: 0 auto;
        display: block;
        float: none;
        padding: 0;
    }

    #bloc-filter .col-6.mix {
        margin-bottom: 27px;
        padding-right: 0;
        width: 100%;
        float: left;
        padding-left: 0;
    }

    #bloc-filter .bloc-filter .mix img:not(.realisations-page .realisations-list img) {
        width: 138px;
        height: 150px;
    }

    #bloc-filter .bloc-filter .mix img {
        border-radius: 22px;
    }

    #bloc-filter .details-sport {
        width: calc(100% - 138px);
        float: left;
        padding-left: 13px;
        height: auto;
        min-height: 180px;
        padding-right: 0;
    }

    a.btn-link.demande-devis-btn.green-btn,
    button.btn-link.demande-devis-btn.green-btn {
        font-size: 13px;
    }

    .societe-page .prestation-societe ul {
        display: block;
        float: left;
        width: 100%;
    }

    .autres-articles .bx-viewport {
        height: 340px !important;
    }

    .autres-article .title h4 {
        font-size: 14px;
    }

    .form-width .form-control {
        font-size: 14px;
    }

    #bloc-filter .details-sport ul {
        margin-bottom: 1px;
        display: block;
        float: left;
        width: 100%;
        column-count: auto;
    }

    #bloc-filter .details-sport small,
    #bloc-filter .details-sport li {
        font-size: 9px !important;
        font-weight: 500;
        padding: 0px 12px;
        margin-bottom: 5px;
        width: auto;
        float: left;
    }

    #bloc-filter .details-sport .title {
        float: left;
        padding-right: 0;
        margin: 4px 0;
        line-height: 17px !important;
        font-size: 13px !important;
    }

    .colum-double {
        column-count: 2;
    }

    #bloc-filter .details-sport span {
        font-size: 10px;
        margin-bottom: 3px;
        float: left;
        display: block;
        margin-top: -6px;
    }

    #bloc-filter .details-sport a {
        font-size: 12px;
    }

    .description p {
        font-size: 18px;
    }

    .actualites .container {
        padding: 0;
    }

    .actualites h2 {
        font-size: 18px;
    }

    .article .autres-article img {
        height: 155px;
    }

    .article .autres-article li span {
        margin: 7px 0 6px 0;
        font-size: 15px;
    }

    .article .autres-article li .title a {
        padding: 4px 20px;
    }

    .article h4 {
        font-size: 14px;
    }

    .article .autres-article li small {
        font-size: 13px;
    }

    .article .autres-article {
        padding: 0 30px;
        list-style: none;
        margin: 16px 0 20px;
        width: 100%;
        display: flex;
    }

    .article .autres-article li {
        width: 96%;
        height: 306px;
        width: 245px !important;
        margin: 0 10px;
        left: 73px;
        margin-bottom: 10px;
    }

    .autres-articles .bx-controls.bx-has-controls-direction,
    .realisations .bx-controls {
        display: none;
    }

    p {
        font-size: 15px;
    }

    #faq .description-categorie p {
        width: 100%;
        margin: 0 auto;
    }

    #faq ul.accordion-list li,
    #offre-emploi ul.accordion-list li {
        padding: 14px 20px 14px 20px;
        margin: 0 auto 15px auto;
    }

    #faq ul li h3,
    #offre-emploi ul.accordion-list li h3 {
        font-size: 13px;
    }

    #faq ul.accordion-list li h3:after,
    #offre-emploi ul.accordion-list li h3:after {
        position: absolute;
        right: 12px;
        top: 18px;
        color: white;
        transition: all 0.3s ease-in-out;
        display: inline-flex;
        content: "";
        background-image: url(../img/arrow-down.svg);
        background-size: 10px 10px;
        height: 10px;
        width: 10px;
    }

    #faq ul,
    #offre-emploi ul.accordion-list {
        padding: 0;
        list-style: none;
        margin-top: 37px;
        margin-bottom: 37px;
    }

    #partenaires-page .bloc h3 {
        display: none;
    }

    #partenaires-page .bloc img {
        width: 49%;
        margin: 10px auto 10px auto;
    }

    .demande-devis-page .checkbox label {
        font-size: 11px;
    }

    .demande-devis-page .checkbox input {
        margin-right: 13px;
        float: left;
        margin-bottom: 44px;
        margin-top: 5px;
    }

    .gray-bg {
        display: block;
        float: left;
        width: 100%;
    }

    .contact-page form legend {
        font-size: 25px;
        margin-bottom: 16px;
    }

    .contact-page.form-width {
        padding: 60px 30px;
    }

    .contact-page form label,
    .contact-recrutement form label {
        font-size: 17px;
        margin-bottom: 12px;
        margin-left: 9px;
        margin-top: 5px;
    }

    .liste-societes {
        display: block;
    }

    .liste-societes li {
        width: 100%;
        margin: 0 0 30px;
        box-sizing: border-box;
        padding: 0 23px;
    }

    .liste-societes h3 {
        font-size: 17px;
    }

    .liste-societes .plan-acces,
    .liste-societes p {
        font-size: 15px;
    }

    .liste-societes .map {
        height: 300px;
    }

    h2.mb-46 {
        margin-top: 20px;
    }

    .liste-societes .map iframe {
        height: 100%;
    }

    .liste-societes address {
        font-size: 15px;
        line-height: 23px;
    }

    .liste-societes a.en-savoir-plus {
        font-size: 17px;
    }

    .parrainage {
        padding: 60px 8%;
        background-color: var(--light-gray);
        float: left;
        display: block;
        width: 100%;
    }

    .donner-avis-page.form-width,
    .demande-devis-page.form-width {
        width: 100%;
    }

    .parrainage h2 {
        width: 100%;
        height: auto;
        margin-bottom: 35px !important;
        display: block;
        font-size: 18px;
        line-height: 30px;
    }

    .parrainage form h4 {
        font-size: 18px;
        margin-bottom: 17px;
    }

    .parrainage .email-form {
        float: left;
        width: 100% !important;
    }

    .parrainage .checkbox label {
        font-size: 11px !important;
        display: flex;
    }

    .parrainage .checkbox.mt-17 .checkbox label input {
        margin-bottom: 157px;
    }

    .parrainage .notice {
        font-size: 12px;
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .reglement-jeu h3 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .reglement-jeu h2 {
        font-size: 17px;
    }


    .demande-devis-page.form-width {
        width: 82% !important;
        margin: 0 auto;
    }

    .donner-avis-page.form-width {
        width: 100%;
    }

    .reglement-jeu h4 {
        font-size: 19px;
    }

    .prestations .slide,
    .sponsoring .slide,
    .realisations .slide,
    #certifications-section .col-6,
    .avis .avis-col,
    #actualites-section .slide,
    .sponsoring .slide {
        position: relative;
        width: 90% !important;
        height: auto;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
        margin: 0 auto;
    }

    .filtre-avis {
        margin: 0 auto 20px auto;
        text-align: center;
        display: flex;
        width: 88%;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .filtre-avis .select2-container {
        margin-bottom: 20px;
    }

    .pagination b,
    .pagination a {
        font-size: 18px;
        height: 35px;
        width: 35px;
        line-height: 35px;
    }

    .realisations-page .realisation-bloc.mix {
        width: 100%;
        height: 270px;
        margin: 0 auto 50px auto !important;
        float: left;
    }

    .realisations-page .realisation-bloc.mix .categorie {
        font-size: 19px;
        bottom: 33px;
        left: 10px;
        height: 41px;
        min-height: 20px;
    }

    .realisations-list .realisation-bloc .caption .description,
    .realisations-list .realisation-bloc .caption .description h5 {
        font-size: 15px;
        margin-top: 57px;
        margin-bottom: 10px;
        font-weight: 400;
    }

    .sd-drawer__menu-list-item .fa-solid.fa-chevron-down {
        color: #212121 !important;
        font-size: 19px;
    }

    .sd-icon.sd-drawer__header-icon.fa-solid.fa-xmark {
        color: #2e8ed3;
        font-size: 26px;
        top: 21px;
        position: relative;
        z-index: 9;
    }

    .hide-mobile {
        display: none;
    }

    .container:has(> .breadcrumb) {
        padding: 28px 22px 0;
    }

    .breadcrumb-item+.breadcrumb-item {
        padding-left: 3px !important;
    }

    .content-page .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 3px !important;
        font-size: 9px;
        padding-top: 4px;
    }

    .description-categorie {
        float: left;
        margin: 0 auto 10px !important;
        display: block;
        width: 100%;
        padding: 0 10%;
    }

    .content-page .left-content,
    .content-page .right-content {
        display: block;
        float: left;
        display: block;
        float: left;
        width: 100%;
    }

    h2 {
        font-size: 21px;
    }

    .img_ {
        width: 100%;
    }

    .content-page .left-content img {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .content-page .text-content h3 {
        font-size: 20px;
        padding: 0;
        line-height: 26px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 890px) {
    .navbar {
        padding: 7px !important;
    }

    .navbar-logo {
        width: 108px !important;
    }

    .navbar-logo img {
        width: 108px !important;
    }

    a.nav-link {
        padding: 13px 11px 0 15px !important;
    }

    #bloc-experience .bloc-experience {
        width: 100% !important;
        display: block !important;
    }

    #certifications-section .col-6 {
        padding: 29px !important;
    }

    .container {
        padding: 31px 58px !important;
    }

    div#navbarSupportedContent {
        padding-left: 0 !important;
    }

    .p-154 {
        padding-right: 27px;
    }

    footer .row {
        width: 94%;
    }

    .container:has(> .breadcrumb) {
        padding: 28px 29px 99px;
    }

}

@media only screen and (max-width: 360px) {
    #slider-home-page .caption big {
        font-size: 24px;
        line-height: 29px;
    }

    .app-gratuit .phone-bloc {
        width: calc(100% - 40px);
        float: left;
        color: #fff;
        line-height: 17px;
        font-size: 13px;
    }

    .app-gratuit .icon-phone {

        margin-right: 4px;
    }

    .phone-bloc span {
        font-size: 13px !important;
    }

    #slider-home-page .caption a {
        font-size: 13px;
    }

    .contact-btn .btn-link.green-btn {
        font-size: 12px;
    }

    .reseau-section .black-btn {
        font-size: 14px !important;
    }

    .content-page .title-content-bandeau h1 {
        font-size: 22px;
    }

    .content-page .right-content h3,
    .content-page .right-content h2 {
        font-size: 18px;
        line-height: 25px;
    }

    .demande-devis-page .checkbox label {
        font-size: 10px;

        margin-bottom: 0;
    }

    a.btn-link.demande-devis-btn.green-btn,
    button.btn-link.demande-devis-btn.green-btn {
        font-size: 12px;
    }

    button.btn-link.demande-devis-btn.green-btn {
        padding-top: 0;
    }

    .societe-page .page-content {
        padding-top: 0;
    }

    .societe-page .details-societe span {
        font-size: 16px;
    }

    .societe-page .details-societe ul {
        padding: 0;
        display: block;
        float: left;
        width: 100%;
        margin: 5px 0;
    }

    #actualites-section .slide img,
    .sponsoring .slides img.img-responsive {
        height: 189px;
    }

    .certification-slider {
        height: auto;
    }

    .avis .avis-col {
        min-height: 285px;
    }

    #bloc-proximite h2 {
        margin: 0 auto 22px !important;
    }
}

@media only screen and (max-width: 1800px) {
    .contact-bloc {
        padding: 33px 20px;
        min-width: 42%;
    }
}

.gm-style-iw-d img.map {
    width: 30px;
    margin: 0 6px;
}

.gm-style-iw-d h3 {

    font-size: 19px;
    font-weight: bold;
}

.gm-style-iw-d a.btn.btn-primary {
    background-color: var(--green);
    font-size: 13px;
    color: #fff;
    border: 1px solid var(--green);
}

@media only screen and (max-width: 768px) {
    .gm-style-iw-d a.btn.btn-primary {
        font-size: 11px;
    }

    .gm-style-iw-d img.map {
        width: 30px;
        margin: 6px 6px 6px 0;
    }
}


.contact-bloc {
    text-decoration: none !important;
    color: #fff;
    font-size: 22px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.contact-bloc {
    background-color: var(--azure-blue);
    float: left;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    border-radius: 30px;
    padding: 33px;
    margin-top: -187px;
    position: relative;
    min-width: 46%;
    margin-top: -13%;
}

#slider-home-page .bx-wrapper .bx-pager {
    text-align: center;
}

.contact-span {
    background-color: var(--white);
    border-radius: 31px;
    padding: 6px 12px;
    width: 46%;
}

@media (min-width: 992px) {
    .contact-bloc span:first-child {
        width: 45px;
        height: 45px;
    }
}

.contact-bloc span:first-child {
    width: 50px;
    display: block;
    float: left;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    font-size: 21px;
    background-color: #01a94f;
}

.contact-bloc span:last-child {
    float: right;
    width: 73%;
    padding-top: 9px;
    line-height: 16px;
    font-size: 19px;
    line-height: 18px;
}

.contact-bloc span:last-child b {
    color: #01a94f;
    font-size: 24px;
    display: block;
    width: 100%;
}

.contact-bloc- p {
    color: #fff !important;
    font-size: 16px;
    margin: 0;
}

@media only screen and (min-width: 1440px) and (max-width: 1666px) {
    .contact-bloc {
        padding: 33px 16px !important;
    }

    .contact-bloc- p {
        color: #fff !important;
        font-size: 15px !important;
        margin: 0;
    }

    .contact-bloc span:last-child b {
        font-size: 22px !important;
    }
}
.carte-france{
  display: block!important;
}
.image-content{
  position: relative;
}
.bx-pager-item{
    display: none!important;
}