@font-face {
    font-family: "Roboto Regular";
    src: url("../fonts/RobotoRegular/03613b6e684c3d8421fc15ef7e0214b5.eot");
    src: url("../fonts/RobotoRegular/03613b6e684c3d8421fc15ef7e0214b5.eot?#iefix")format("embedded-opentype"),
        url("../fonts/RobotoRegular/03613b6e684c3d8421fc15ef7e0214b5.woff2")format("woff2"),
        url("../fonts/RobotoRegular/03613b6e684c3d8421fc15ef7e0214b5.woff")format("woff"),
        url("../fonts/RobotoRegular/03613b6e684c3d8421fc15ef7e0214b5.ttf")format("truetype"),
        url("../fonts/RobotoRegular/03613b6e684c3d8421fc15ef7e0214b5.svg#Roboto Regular")format("svg");
}

@font-face {
    font-family: "Roboto Bold";
    src: url("../fonts/RobotoBold/002209bee8df7c3666a712ebd9253f60.eot");
    src: url("../fonts/RobotoBold/002209bee8df7c3666a712ebd9253f60.eot?#iefix")format("embedded-opentype"),
        url("../fonts/RobotoBold/002209bee8df7c3666a712ebd9253f60.woff2")format("woff2"),
        url("../fonts/RobotoBold/002209bee8df7c3666a712ebd9253f60.woff")format("woff"),
        url("../fonts/RobotoBold/002209bee8df7c3666a712ebd9253f60.ttf")format("truetype"),
        url("../fonts/RobotoBold/002209bee8df7c3666a712ebd9253f60.svg#Roboto Bold")format("svg");
}

@font-face {
    font-family: "Avenir Next LT Pro Bold";
    src: url("../fonts/AvenirNextLTProBold/avenir-next-lt-pro-bold.otf")format("truetype");

}
@font-face {
    font-family: "Avenir Next LT Pro Regular";
    src: url("../fonts/AvenirNextLTProRegular/Avenir Next LT Pro Regular.otf")format("truetype");

}
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: "Roboto Regular";
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: "Roboto Regular";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
html, body {
    overflow-x: hidden; 
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    font-size: 17px;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #7AB730;
    text-decoration: none;
    background-color: transparent;
    transition: all 0.2s ease-in-out
}

a:hover {
    color: #527a20;
    text-decoration: none;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

@media (max-width: 1200px) {
    legend {
        font-size: calc(1.275rem + 0.3vw);
    }
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

.family_poppins {
    font-family: "Poppins", sans-serif;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #212121;
}

h1,
.h1 {
    font-size: 2.5rem;
}

@media (max-width: 1200px) {

    h1,
    .h1 {
        font-size: calc(1.375rem + 1.5vw);
    }
}

h2,
.h2 {
    font-size: 2rem;
}

@media (max-width: 1200px) {

    h2,
    .h2 {
        font-size: calc(1.325rem + 0.9vw);
    }
}

h3,
.h3 {
    font-size: 1.75rem;
}

@media (max-width: 1200px) {

    h3,
    .h3 {
        font-size: calc(1.3rem + 0.6vw);
    }
}

h4,
.h4 {
    font-size: 1.5rem;
}

@media (max-width: 1200px) {

    h4,
    .h4 {
        font-size: calc(1.275rem + 0.3vw);
    }
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

/*==============================================
================================================
===============================================*/
.section {
    position: relative;
    padding: 4rem 0;
}

.container75 {
    min-width: 75vw;
}

.container65 {
    min-width: 65vw;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 11;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #d72027;
    box-shadow: 0px 0px 26.46px 0.54px rgb(0 0 0 / 14%);
}

.back-to-top i {
    color: #fff;
}

.back-to-top.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top:hover {
    background: #0000ff;
    transition: all 0.2s ease-in-out
}

.color-princip {
    color: #59b34f;
}

.bg-princip {
    background-color: #59b34f;
}

.w-50 {
    width: 50%;
}

label.error {
    color: red;
    font-size: 13px;
}

.overflow-hidden {
    overflow: hidden;
}

.h-70 {
    height: 70%;
}
.nav-item.dropdown {
    position: relative; /* nécessaire pour le positionnement du menu */
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%; /* juste en dessous du lien */
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px 0;
    min-width: 180px;
    z-index: 1000;
}

.dropdown-menu .dropdown-item {
    display: block;
    padding: 8px 15px;
    color: #202020;
    text-decoration: none;
    font-size: 17px;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f1f1f1;
}

/* Affiche le menu au survol */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}


@media (min-width: 992px) {
    .header .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .header .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.copyright_bottom {
    background: #121110;
    padding: 10px 0;
    position: relative;
}

.slider_area.owl-carousel .slide-item {
    position: relative;
    display: flex;
    flex-direction: column;
    /* justify-content: center;*/
    /* align-items: center;  */
}

.slider_area.owl-carousel .slide-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background: rgba(0, 0, 0, 0.28); */
    /* background: rgb(247, 247, 247, 0.1); */
}

.slider_area.owl-carousel .slide-item img {
    height: 600px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider_area.owl-carousel .slid_content {
    position: absolute;
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.slider_area.owl-carousel .slid_content .h1 {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
}

.slider_area.owl-carousel .slid_content .p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
}

.slider_area.owl-carousel .slid_content .moreBtn a {
    display: inline-block;
    padding: 5px 25px;
    background: #000;
    color: #fff;
    transition: 0.2s all;
}
.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.header.sticky-menu {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    padding-top: 0;
    width: 100%;
    z-index: 999;
     
    animation-name: fadeInDown;
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
}

/***************************************Header************************/
.top_menu ul.info_box {
    margin: 0;
    padding: 0;
}

.top_menu ul.info_box .li_info {
    position: relative;
    padding: 0 25px;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.top_menu ul.info_box .li_info i {
    margin-right: 8px;
}

.btn-menu {
    display: inline-block;
    font-size: 18px;
    padding: 8px 20px;
    text-align: center;
    border-radius: 0;
    background: #007bff;
    color: #fff;
    transition: 0.3s all;
}

.btn-menu:hover {
    background: #000;
    color: #fff;
}

.main_menu .navbar-nav .nav-link {
    color: #211E1C;
    padding: 5px 15px;
}

.main_menu .navbar-nav .nav-link:hover {
    color: #007bff;
}

.footer {
    background-color: #d6d6d6;
    position: relative;
    overflow: hidden;
}

.footer .footer-top {
    padding-bottom: 3rem;
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.footer p,
.footer a,
.footer i {
    color: #000000;
    font-size: 17px;
}

.footer .h5 {
    color: #d72027
}

.title {
    margin-bottom: 20px;
}

.title .up_title {
  
    font-size: 22px;
    position: relative;
    /* padding-left: 36px; */
    color: #211E1C;
    display: inline-block;
}
.prestation-item{
    font-size: 17px;
}
.description-prestation{
    font-size: 17px;
    text-align: justify;
}
.footer-links{
    font-size: 17px;
}
/* .title .up_title:before{
	content:'';
	position:absolute;
	width:30px;
	height:30px;
	background: url() no-repeat;
	background-position:center;
	background-size:100%;
	top:50%;
	left:0;
	transform: translateY(-50%);
} */
.title .h1 {
    font-size: 35px;
    font-weight: 700;
}

/********************page-header**************/
.page-header {
    position: relative;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
    padding: 11rem 0rem 0rem 0rem;
}


.banner-heading {
    position: relative;
    text-align: center;
}

.banner-heading .h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 800;
}

.page-header .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    background: transparent;
    /* justify-content: center; */
}

.page-header .breadcrumb li,
.page-header .breadcrumb li a {
    font-size: 17px;
    color: #000000;
    position: relative;
}

.page-header li+li:before {
    content: "\f105";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 8px;
    top: 50%;
    font-size: 16px;
    transform: translateY(-50%);
    color: #000000;
}

.page-header li+li {
    padding-left: 25px;
}

/*************************fin*****************************/
.why-item {
    background: #f5f5f5;
    padding: 30px 40px;
    height: 100%;
    position: relative;
    transition: 0.3s all;
}

.why-item img {
    height: 80px;
    margin-bottom: 15px;
    position: relative;
    transition: 0.3s all;
}

.why-item .h5 {
    font-weight: 700;
    font-size: 20px;
}

.why-item:hover {
    background: #007bff;
    box-shadow: 0px 6px 26.46px 0.54px rgba(1, 2, 2, 0.11);
}

.why-item:hover .h5,
.why-item:hover p {
    color: #fff;
}

.why-item:hover img {
    filter: brightness(0) invert(1);
}

.actu_item {
    padding: 20px;
}

.actu_item .actu_img {
    height: 450px;
    width: 100%;
    overflow: hidden;
}

.actu_item .actu_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s all;
}

.actu_item:hover .actu_img img {
    transform: scale(1.2);
}

.actu_item .h4 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
}

.actu_item .actu_date {
    color: #007bff;
    font-size: 15px;
}

.owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    
}

.img_about {
    width: 100%;
    height: 450px;
    position: relative;
}

/* .img_about:before{
	content:'';
	position:absolute;
	height: 200px;
	width:200px;
	background: #007bff;
	right:-20px;
	bottom:-20px;
	z-index:-1;
} */
.img_about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/******************************************************************************page acceuil ****************************************/
/******************header***********************/
/* *==========================***************************header*******************=========================================* */
.header {
    position: absolute;

    z-index: 999;
    left: 0;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
   
}

.top_menu {

    color: #202020;
    padding: 10px 15px;
    font-family: "";
    height: 70px;
}

.top_menu a {

    color: #202020;
    padding: 10px 15px;
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: 17px;

}

.icons {
    height: 20px;
}

.phone_bg {
    background-color: #000;
    padding: 0px 18px;
    font-size: 20px;
}

.log-fleu {
    width: 50%;
    height: auto;
}

.site-header {
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


.site-logo .logo-img {
    height:69px;
    margin-left: 25px;
}

.main-navigation .nav-list {
    list-style: none;
    gap: 10px;
    display: flex;
    align-items: center;
}
.main-navigation {
    position: relative;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px !important;
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
        margin-right: 5rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.nav-item .nav-link {
    text-decoration: none;
    font-family: "Roboto Regular";

    color: #202020 !important;
    font-weight: 400;
    font-size: 22px;
    padding: 10px 6px;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s ease, color 0.3s ease;
}

.nav-item .nav-link:hover,
.nav-item .nav-link.active {
    border-bottom: 2px solid #d72027;
    color: #30373f;
}
.site-logo{
    width: 340px;
}
.nav-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;

}

.separator {
    margin: 0 10px;
    color: #221c15;
}

/* .btn-contact {
    background-color: #d72027;
    color: white;
    padding: 10px 0px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 2px;
    border: none;
    transition: background-color 0.3s;
    width: 190px;
    text-align: center;
    font-family: "Roboto Bold";
    font-size: 24px;
} */
 .btn-contact {
    background-color: #d72027;
    color: white;
    padding: 10px 0px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 2px;
    border: none;
    transition: background-color 0.3s;
    width: 190px;
    text-align: center;
    font-family: "Roboto Bold";
    font-size: 24px;
    display: flex;
    justify-content: center;
    margin-left: 36px;
}

.btn-contact:hover {
    color: #d72027;
    background-color: #ffffff;
    border: 1px solid #d72027;
    transform: translateX(5px);
}
.btn-envoyer {
    background-color: #d72027;
    color: white;
    padding: 10px 0px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 2px;
    border: none;
    transition: background-color 0.3s;
    width: 190px;
    text-align: center;
    font-family: "Roboto Bold";
    font-size: 24px;
    display: flex;
    justify-content: center;
    
}

.btn-envoyer:hover {
    color: #d72027;
    background-color: #ffffff;
    border: 1px solid #d72027;
    transform: translateX(5px);
}
/*====================================***************** bandeau***********=====================================*/



.bandeau_section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.slide-container {
    display: flex;
  
}

.slide-text-container {
    /* flex: 0 0 725px; */
    position: relative;
  width: 725px;
    background-color: #070606;
}

.slide-content-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 804px;

    padding: 9px 0px 0px 189px;
    color: #fff;
    z-index: 2;
}

.slide-text-container::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 97%;
    height: 100%;
    background-image: url(../images/before/beforRJBand.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% 72%;

}

.slide-image-container {
    flex: 1;
    height: 100%;
  
    margin-top: 84px;
}

.cadre {
    position: absolute;
    width: 218px;
    height: 350px;
    top: 288px;
    right: 343px;
    border: 3px solid rgb(250, 247, 247);
  
    opacity: 0.5;
}
.strong_name{
    font-family: "Roboto Bold";
}
.img_banner {
    width: 90% !important;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.btn-ensavoir {
    background-color: #d72027;
    color: white;
    padding: 8px 23px;
    text-decoration: none;
    font-weight: 600;

    border: none;
    transition: background-color 0.3s;
    width: 190px;
    text-align: center;
           font-family: "Roboto Bold"!important;
    font-size: 20px;
}

.btn-ensavoir-white {
    background-color: #ffffff;
    color: #d72027;
    padding: 8px 23px;
    text-decoration: none;
    font-weight: 600;

    border: none;
    transition: background-color 0.3s;
    width: 190px;
    text-align: center;
          font-family: "Roboto Bold"!important;
    font-size: 20px;
}

.btn-ensavoir:hover {
    color: #d72027;
    background-color: #ffffff;
    border: 1px solid #d72027;
    transform: translateX(5px);
       
}

.btn-ensavoir-white:hover {
    color: #d72027;
    background-color: #ffffff;
    border: 1px solid #d72027;
    transform: translateX(5px);
   
}

.slide-title {
    font-family: "Avenir Next LT Pro Bold";
    font-size: 63px;

    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1;
    color: #ffffff;
}

.r-letter {
    color: #d72027;
    font-family: "Avenir Next LT Pro Bold";
}

.j-letter {
    color: #0000ff;
    font-family: "Avenir Next LT Pro Bold";
}

.slide-subtitle {
    color: white;
    font-family: "Avenir Next LT Pro Regular";
    font-size: 44px;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 40px;

}

.slide-pagination {
    font-family: "Roboto Bold";

    color: white;
    letter-spacing: 2px;
    position: absolute;
    bottom: -290px;
    left: 100px;

}

.caree {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -182px;
    z-index: 1;
    right: 39px;
    background-color: #cda274;
    animation: floatCaree 3s ease-in-out infinite;
}
@keyframes floatCaree {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(20px) rotate(10deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}
.tire {
    color: #d72027;
    font-size: 25px;
}

.not-left {
    font-size: 25px;
}

.not-right {
    font-size: 18px;
}

/*********************************************section about *****************/
.section-presentation {
    padding: 60px 0;
    background-color: #fff;
    
    position: relative;
    
}

.section-presentation::before {
    content: '';
    position: absolute;
    top: -6px;
    right: -256px;
    width: 31%;
    height: 101%;
    background-image: url(../images/before/beforRJBand.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% 72%;
    opacity: 0.1;
    z-index: 18;
      animation: slideInLeft 1s ease forwards;
}



.quote {
    display: flex;
    align-items: center; 
    gap: 10px; 
    font-size: 1.1em;
    color: #000;
}

.barre-red {
    width: 4px;
    height: 40px; 
    background-color: #d72027;
    border-radius: 2px;
}

.quote-author {
    font-weight: bold;
    margin-top: 10px;
    color: #8a615d;
    text-align: justify;
}

.img_about::after {
    content: '';
    position: absolute;
    height: 150px;
    width: 150px;
    background: #d72027;
    left: -61px;
    bottom: -61px;
    z-index: 1;
}

.img-icon {
    width: 40px;
}

.titre-red {
    color: #d72027;
    font-size: 19px;
}

.number-red {
    color: #d72027;
    font-size: 35px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.badge-experience {
    font-size: 30px;
}

/***************************************** section perstation*****************/

.prestations-section {
    background-color: #f8f8f8;
    position: relative;
    padding: 60px 0px;
    overflow: hidden;
}

.prestations-section::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -364px;
    width: 41%;
    height: 100%;
    background-image: url(../images/before/beforRJBand.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% 72%;
    opacity: 0.1;
    z-index: 0;
}


.prestations-title img.prestations-icon {
    width: 40px;
    height: auto;
}
.des_prestation1 {
text-align: start;
margin-bottom: 1rem;
font-weight: 500;
font-size: 22px;

}


.prestation-card::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ccc;
    pointer-events: none;
    height: 106%;
    border-top: none;
    border-bottom: none;
}

.prestation-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    right: 0;
    bottom: 0;
    border: 1px solid #ccc;
    pointer-events: none;
    width: 106%;
    border-left: none;
    border-right: none;
}




.prestation-card {
    position: relative;

    background: #fff;

    text-align: center;
    padding: 30px 20px;
    transition: transform 0.3s ease;
}

.prestation-card:hover {
    transform: translateY(-5px);
}


.prestation-front img.prestation-icon {
    width: 50px;
    height: 50px;
}

.prestation-front h5 {
    font-weight: bold;
    margin-top: 15px;
 
}
.prestation-front h2 {
    font-weight: bold;
    margin-top: 15px;
       font-size: 20px;
}

.prestation-front p {
    font-size: 14px;
    color: #666;
    text-align: justify;
}


.prestation-hover {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.prestation-hover::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
}

.hover-content {
    position: relative;
    padding: 30px 15px;
    z-index: 2;
}

.hover-content p {

    text-align: justify;

}

.hover-content h5 {
    font-weight: bold;
    color: #ffffff;
}
.hover-content h3 {
    font-weight: bold;
    color: #ffffff;
    font-size: 20px !important;
}
.prestation-card:hover .prestation-hover {
    opacity: 1;
}

.des_prestation {
    font-size: 30px;
}

/**********************************section des services**************************/
.services-container {
    display: flex;
    padding: 60px 0px 0px 0px;
}

.service-box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 50%;
    padding: 30px;
}

.service-box.white-bg {
    background: #f7f7f7;
    color: #000;
}

.service-box.red-bg {
    background: #d71920;
    color: #fff;
}

.service-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
     padding-left: 16px;
}

.service-subtitle {
    font-size: 19px;
    color: #d71920;
    display: block;

}

.title_certificat {
    color: #ffffff;
}

.red-bg .service-subtitle {
    color: #ffffff;
}

.service-text h2 {
    font-size: 26px;
    margin: 0 0 15px;
    line-height: 1.3;
}

.service-text p {
    font-size: 14px;
    margin-bottom: 20px;
}

.btn-red {
    background: #d71920;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
}

.btn-red-light {
    background: #fff;
    color: #d71920;
    padding: 10px 20px;
    text-decoration: none;
}


 .service-img {
    flex-shrink: 0;
    width: 40%;
    display: flex;
    align-items: center;      
    justify-content: center;  
    position: relative;
    height: 296px;
    background: #ffffff;
    margin-top: 25px;
}

.service-img img {
    height: auto;
    max-width: 100%; 
    margin: 0;       
}

.service-img-One {
    flex-shrink: 0;
    width: 40%;
    display: flex;
    align-items: center;
    position: relative;
   
}
.service-img::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ccc;
    pointer-events: none;
    height: 106%;
    border-top: none;
    border-bottom: none;
}

.service-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    right: 0;
    bottom: 0;
    border: 1px solid #ccc;
    pointer-events: none;
    width: 106%;
    border-left: none;
    border-right: none;
}
.service-img-One::after {
    content: "";
    position: absolute;
    top: 47px;
    left: -10px;
    right: 0;
    bottom: 47px;
    border: 1px solid #ccc;
    pointer-events: none;
    width: 106%;
    border-left: none;
    border-right: none;
}
.service-img-One::before {
    content: "";
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ccc;
    pointer-events: none;
    height: 78%;
    border-top: none;
    border-bottom: none;
}
/* .service-img img {
    
    height: auto;
    margin-left: 40px;
} */
.service-img-One img {
    width: 100%;
    height: auto;
}
@media (max-width: 768px) {
    .services-container {
        flex-direction: column;
    }

    .service-box {
        width: 100%;
        flex-direction: column;
    }

    .service-img {
        max-width: 100%;
        margin-top: 20px;
    }
}

/******************* section de realisation **********************************/
.section_realisation {

    padding: 60px 0px;

}

.realisation-item {

    position: relative;
    overflow: hidden;
  
}
.owl-actu .owl-item {
    padding: 0 1px; 
}


.rea_img {
    position: relative;
}

.rea_img img {
    width: 100%;
    height: 650px;
    display: block;
    object-fit: cover;
}


.rea_bottom {
    position: absolute;
    bottom: 19px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 8px 30px;
    color: #fff;
    font-size: 14px;
    transition: opacity 0.3s ease;
}


.rea_overlay {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #cda274;
    color: #fff;
    width: 330px;
    padding: 40px;
   
    opacity: 0;
    transition: opacity 0.3s ease;
}

.rea_overlay p{
    font-size: 17px;
}
.overlay-title {
    color: #ffffffff;
    font-size: 18px;
    margin-bottom: 10px;
}

.overlay-line {
    border: none;
    border-top: 1px solid #fff;
    margin: 10px 0px;
    width: 88%;
}

.overlay-desc {
    font-size: 14px;
    line-height: 1.4;
}


.rea_img:hover .rea_bottom {
    opacity: 0;
}

.rea_img:hover .rea_overlay {
    opacity: 1;
}

.des_rea {
    font-size: 30px;
}

/*************************************footer ********************************/
.img_footer {
    width: 100%;
    height: 150px;
}

.espace_footer {
    margin-left: 29px;
}

.footer a {
    color: #000000;
   
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer a:hover {
    color: #000000;
 
    text-decoration: underline;
   
    font-weight: 600;
    transform: translateX(-3px);
}

.footer a img.icon-footer {
    transition: transform 0.3s ease, filter 0.3s ease;
}

.footer a:hover img.icon-footer {
    transform: scale(1.1);
    
    filter: brightness(1.2);
    
}

.icon-footer {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.footer-top {
    position: relative;
    height: 400px;

}

.footer-top::before {
    content: '';
    position: absolute;
    top: 235px;
    right: 158px;
    width: 50%;
    height: 82%;
    background-image: url(../images/before/logo_footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% 72%;
    opacity: 0.1;
    z-index: 0;
}

/************************************detail entreprise ********************/
.section-tous-entrepris {

    margin: 0 auto;
    padding: 40px 20px;
}
.img_entreprise {
    width: 100%;
    height: 450px;
    position: relative;
   
}

.img_entreprise img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_entreprise::before {
    content: "";
    border: solid 1px #0000ff;
    width: 25%;
    height: 29%;
    position: absolute;
    bottom: -45px;
    left: -68px;
    z-index: 1;
    transform: rotate(40deg);
    animation: rot-reverse 10s 
ease-in-out infinite;
}

.img_entreprise::after {
    content: '';
    position: absolute;
    height: 120px;
    width: 120px;
    background: #d72027;
    left: -61px;
    bottom: -45px;
    z-index: 1;
}

/* Définition de l’animation */
@keyframes rot-reverse {
    0% {
        transform: rotate(40deg);
    }
    50% {
        transform: rotate(-40deg);
    }
    100% {
        transform: rotate(40deg);
    }
}

.titre_entreptise {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2rem;
    color: #000000;
}

/* .cartes-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
} */
.cartes-container {
    display: flex
;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    gap: 20px;
    margin-top: 25px;
}
/* .card-entreprise {
    flex: 0 0 calc(20% - 20px);


    padding: 20px;

    text-align: center;
    transition: transform 0.3s ease;
    position: relative;
} */
.card-entreprise {
    flex: 0 0 calc(21% - -27px);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s 
ease;
    position: relative;
        background-color: #cda274;
}
.card-entreprise::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    right: 0;
    bottom: 0;
    border: 1px solid #ccc;
    pointer-events: none;
    width: 106%;
    border-left: none;
    border-right: none;
}

/* .card-entreprise::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ccc;
    pointer-events: none;
    height: 106%;
    border-top: none;
    border-bottom: none;
} */
.card-entreprise::before

 {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ccc;
    pointer-events: none;
    height: 113%;
    border-top: none;
    border-bottom: none;
}
.card-entreprise:hover {
    transform: translateY(-5px);
}

.card-image {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-image img {
    max-width: 100%;
    max-height: 100%;
}

.en_titre {
    font-size: 1.1rem;
    color: #ffffff;
     font-family: "Roboto Bold";
   
}

/* Responsive */
@media (max-width: 1024px) {
    .card-entreprise {
        flex: 0 0 calc(33.333% - 20px);
    }
}

@media (max-width: 768px) {
    .card-entreprise {
        flex: 0 0 calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .card-entreprise {
        flex: 0 0 100%;
    }
}

/*************************************** sectionMEP *************/

.section_mep_one {
    position: relative;
    padding: 60px 0px;
    background: #f7f7f7;

}
.titre-normal{
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #212121;
    font-size: 25px;
}
.img_mep img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_mep {
    width: 100%;
    height: 450px;
    position: relative;
    background-color: #ffffff;
}

.img_mep::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ccc;
    pointer-events: none;
    height: 106%;
    border-top: none;
    border-bottom: none;
}

.img_mep::after {
    content: "";
    position: absolute;
    top: 0;
    left: -14px;
    right: 0;
    bottom: 0;
    border: 1px solid #ccc;
    pointer-events: none;
    width: 104%;
    border-left: none;
    border-right: none;
}
.list-services .icon-service {
    width: 55px;
    height: 55px;
    object-fit: contain;
    background: #ffffff;
    border: 2px solid #cda274;
    border-radius: 7px;
    padding: 5px;
}

.list-services span {
  font-size: 17px;
  font-weight: 500;
   font-family: "Roboto Bold";
 
}

.list-services .col-md-4 {
  display: flex;
  align-items: center;
}
.certif-rge .img-rge {
  max-width: 140px; 
  height: auto;
  display: block;
}

.img_mep-fore .img-cer-mep {
  max-width: 100%;
 
  box-shadow: 0 4px 12px rgba(0,0,0,0.1); 
}

/**************************section devis*********************/

.section_mep_two {
    position: relative;
    padding: 60px 0px;
}
.section_mep_two h2 {
   color: #d72027;
  font-size: 19px;
}
.section_mep_two h3{
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #212121;
  font-size: 20px;
}

.section-devis {
    position: relative;
    padding: 60px 0px;
}

.devis-section {
    background-color: #d72027;
    color: white;
    padding: 30px 20px;
    text-align: center;

    margin: 0 auto;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.devis-header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.devis-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 20px;
}

.devis-item {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 200px;
}

.icon-box {
    background-color: white;
    color: #d32f2f;
    width: 90px;
    height: 90px;
    /* border-radius: 5px; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    flex-shrink: 0;
}

.icon-box img {
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
}

.devis-text {
    text-align: left;
}

.devis-text .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 3px;
}

.devis-text .subtitle {
    font-size: 19px;

}

.section-devis .devis-button {
    display: block;
    margin: 40px auto 0 auto;
   
}
.devis-button {
    background-color: #d72027;
    color: #fff;
    border: none;
    padding: 15px 37px;
    font-size: 14px;
    width: 230px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.devis-button:hover {
    background-color: #d72027;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.devis-button:active {
    transform: translateY(0);
}
/* .img_RGE{
        width: 22%;
} */
 .img_RGE

 {
    width: 75% !important;
    margin-top: -180px;
    margin-left: 1px;
}
.image_rge{
        display: flex;
    justify-content:center;
    margin-top: -43px;
}
@media (max-width: 768px) {
    .devis-content {
        flex-direction: column;
        text-align: center;
    }

    .devis-item {
        justify-content: center;
        min-width: auto;
    }

    .devis-text {
        text-align: center;
    }

    .devis-section {
        padding: 20px 15px;
    }
}

@media (max-width: 480px) {
    .devis-header {
        font-size: 16px;
    }

    .icon-box {
        width: 45px;
        height: 45px;
        font-size: 12px;
    }

    .devis-text .title {
        font-size: 13px;
    }

    .devis-text .subtitle {
        font-size: 11px;
    }
}

/******************************** page contact *********************/

.section_contac {
    padding: 60px 0px;
    position: relative;
}

/* 
.section_contact::before {
    content: '';
    position: absolute;
    top: 153px;

    width: 63%;
    height: 100%;
    background-image: url(../images/before/beforRJBand.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% 72%;
    opacity: 0.2;

} */

.section_contact .title-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.section_contact .info-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    object-fit: contain;
}

.section_contact .contact-line {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 17px;

}

.section_contact .privacy-text {
    font-size: 14px;
    line-height: 14px;
    text-align: justify;
}

.section_contact .map-div iframe {
    width: 100%;
    height: 400px;
    border: 0;
}

.input-custom,
.textarea-custom {
    border-radius: 4px;
    border: 1px solid #ddd;
}

/* .btn-contact {
  background-color: #d32f2f;
  color: #fff;
  border: none;
  padding: 10px 25px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.3s ease;
} */


.img_cont {
    width: 100%;
    height: 450px;
    position: relative;
}

.img_cont:before {
    content: '';
    position: absolute;
    height: 200px;
    width: 200px;
    background: #d32f2f;
    right: -20px;
    bottom: 30px;
    z-index: -1;
}

/***********************************************Mentions*************************************/
.section-mentions {
    position: relative;
    padding: 60px 0px;
}

.section-mentions p {
    margin-bottom: 8px;
    font-size: 17px;
    text-align: justify;
}

.section-mentions .img-fluid {
    max-width: 100%;
    height: auto;
}

.section-mentions .prestations-title img {
    width: 40px;
    height: auto;
}

.section-mentions .titre-red {
    color: #d32f2f;
}

.mention_content {
    margin-top: 65px;
}
.lien_ancienne{
    color: #000000;
    text-decoration: none;
}
.lien_ancienne:hover{
    color: #000000;
     text-decoration: underline;
}
/***************************sectionmeptwo*************/
.section_mep_two {
    display: flex;
    min-height: 400px;

}

.content-left {
    flex: 1;
    padding: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
}

.header-section {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.logo-container {
    flex-shrink: 0;
}

.logo-container img {
    height: 60px;
    width: auto;
}

.title-container h2 {
    color: #000000;
    font-size: 24px;

    margin-bottom: 25px;
}

.description {
    color: #000000;
    line-height: 1.6;
    font-size: 17px;
    text-align: justify;
}

.description p {
    margin-bottom: 15px;
}


.background-right {
  position: relative;
  display: flex;
  flex-direction:row;
  align-items: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  min-height: 400px;
}

.img-top {
  z-index: 2;
  position: relative; 
  max-width: 100%;  
      width: 65%; 
}


.img-bottom {
  z-index: 1;
  position: relative;
  max-width: 100%;
}
.pd-left{
    padding-left: 120px;
}
.pd-right{
    padding-right: 78px;
}
.img-cert-right{
        height: 545px;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 768px) {
    .section_mep_two {
        flex-direction: column;
    }

    .background-right {
        width: 100%;
        min-height: 200px;
    }

    .content-left {
        padding: 30px 20px;
    }

    .header-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .title-container h2 {
        font-size: 20px;
    }
}

/*********************** section mepthree***************/
.services-showcase-container {
    display: flex;
    min-height: 400px;
    background-color: white;
    position: relative;
}


.img_prestation {
    width: 100%;
    height: 500px;
    position: relative;
        box-shadow: -5px 10px 10px #9A9A9A;
}

.img-pre {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.img_prestation:after {
    content: '';
    position: absolute;
    height: 150px;
    width: 150px;
    background: #d72027;
    right: -78px;
    bottom: -40px;
    z-index: 1;
}

.services-text-area {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.services-header-block {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.arrow-indicator {
    width: 20px;
    height: 20px;
    background-color: #d32f2f;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.services-header-block h2 {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.expertise-menu {
    list-style: none;
    padding: 0;
}

.expertise-line {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 4px;
    
    color: #000000;
    font-size: 17px;
}

.expertise-line::before {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(../images/icons/toitIcon.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}


.visual-backdrop {
    width: 50%;
    background-color: #4a4a4a;
    background-image: linear-gradient(135deg, #4a4a4a 0%, #2c2c2c 100%);
    position: relative;
}

.corner-highlight {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 60px;
    background-color: #d32f2f;
}

@media (max-width: 768px) {
    .section_mep_three {
        flex-direction: column;
    }

    .background-right {
        width: 100%;
        min-height: 200px;
    }

    .content-left {
        padding: 30px 20px;
    }

    .title-section h2 {
        font-size: 18px;
    }

    .expertise-line {
        font-size: 13px;
    }
}

/************************realisatin**************/
.section_realisation {
    padding: 50px 0;
}

.titre_realisation {
    font-size: 28px;

    margin-bottom: 30px;
    text-align: left;
    margin-left: 25px;
}


.cartes_realisation {
    display: flex;
    flex-wrap: wrap;
     justify-content: flex-start; 
    gap: 20px;
}

.card_realisation {
    flex: 0 0 calc(20% - 20px);
    width: calc(20% - 20px);
    text-align: center;
    position: relative;
    background-color: transparent;
    height: 270px;
    overflow: hidden;
}


.card_realisation:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    cursor: none;
}


.card-img-rea {
    width: 100%;
    height: 270px;
    transition: transform 0.5s ease, border-color 0.3s ease, box-shadow 0.3s ease;


}
.card-img-rea:hover {
    transform: translateY(-10px) scale(1.05); 
}

.card-img-rea img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}


.pagination_realisation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;

    font-size: 15px;

}

.pagination_realisation .separator {
    display: inline-block;
    width: 20px;
    height: 3px;
    background-color: #d72027;
    margin: 0 8px;
}

.pagination_realisation .current {
    color: #000000;
    font-weight: bold;
    font-size: 25px;
}

.pagination_realisation .total {
    color: #000000;
    font-weight: normal;
}

/******************************** section Travaux***********************************/
.section-travaux {
       padding: 0px 0 40px 0


}

.travaux-title {
    font-size: 20px;

    margin-bottom: 10px;
}

.travaux-desc {
      color: #000000;
    line-height: 1.6;
    font-size: 17px;

}



.travaux-grid {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 15px;
}

.travaux-card {
  background-color: #cda274;
  color: #ffffff;
  
  padding: 10px;
  max-width: 400px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.travaux-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}


.travaux-content {
  display: flex;
  align-items: center;
  gap: 15px;
}


.travaux-logo-box {
  background-color: #ffffff;
  padding: 10px;
  
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.travaux-logo {
  width: 80px;
  height: auto;
}

/* Texte à droite */
.travaux-text-box {
  flex: 1;
}

.travaux-text-box p {
  color: #ffffff;
  font-family: "Roboto Bold";
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}

@media (max-width: 992px) {
    .travaux-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .travaux-grid {
        grid-template-columns: 1fr;
    }
}


/********************************************** mep fore *********/
.section_mep_fore {
    display: flex;
    min-height: 250px;
  
    padding: 40px 0px;
    position: relative;
}


.title-container h2 {
    color: #000000;
    font-size: 24px;

    margin-bottom: 25px;
}



.description p {
    margin-bottom: 15px;
}

.img_mep-fore {
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 1; 
}

.img_mep-fore::before {
    content: '';
    position: absolute;
    height: 150px;
    width: 150px;
    background: #d72027;
    right: -32px;
    bottom: 85px;
    z-index: 0; 
}

.img-cer-mep {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1; 
}
.certif-rge{
    display: flex;
  justify-content: center;
  position: relative;
  top: -7px;
}
.list-aides {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}
.list-aides li {
 
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 1.5;
}
.list-aides .icon-li {
  width: 28px;
  height: 28px;
  margin-right: 12px;
  flex-shrink: 0;
}
.img_mep-certif {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px; 
}
.lien-certif {
    color: #d72027;             
    font-family: "Roboto Bold";
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease; 
}


.lien-certif::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;                  
    left: 0;
    background-color: #d72027;  
    transition: width 0.3s ease;
}


.lien-certif:hover::after {
    width: 100%;
}
.lien-certif:hover {
    color: #d72027;
    
}
.img-cer-mep {
  position: absolute;

  
  object-fit: cover;
  
}

/* Positionnement personnalisé */
.img-top-right {
    top: 30px;
    right: 32%;
    width: 376px;
}

.img-center-left {
  top: 50%;
  left: 25%;
  width: 250px; 
  transform: translateY(-50%);
}

.img-bottom-right {
  bottom: 0;
  right: 35%;
  width: 300px; 
}

/* Responsive */
@media (max-width: 768px) {
    .section_mep_two {
        flex-direction: column;
    }

    .background-right {
        width: 100%;
        min-height: 200px;
    }

    .content-left {
        padding: 30px 20px;
    }

    .header-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .title-container h2 {
        font-size: 20px;
    }
}
/********************* Modal Realisation ***************/
.modal_realisation {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.85);
    backdrop-filter: blur(5px);
    align-items: center;
    justify-content: center;
}

.modal_content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    background: #111;
}

.modal_image_wrapper {
    position: relative;
}
.modal_img {
    width: 100%;
    height: 500px;
    display: block;
    transition: transform 0.3s ease;
}
.modal_img:hover {
    transform: scale(1.05);
}

.modal_info {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 10px 15px;
    border-radius: 8px;
}
.modal_info h3 {
    margin: 0;
    font-size: 1.2rem;
}
.modal_info span {
    font-weight: bold;
    margin-right: 10px;
}

.close_modal {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s;
    z-index: 1;
}
.close_modal:hover {
    color: #d72027;
}


.modal_prev, .modal_next {
    position: absolute;
    top: 50%;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
    user-select: none;
    transform: translateY(-50%);
    padding: 0 10px;
    transition: color 0.2s;
}
.modal_prev:hover, .modal_next:hover {
    color: #d72027;
}
.modal_prev { left: 10px; }
.modal_next { right: 10px; }
/****************************************************Navigation Vertical ******************/

/* Navigation verticale à droite */
.vertical_nav-container {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    padding: 15px 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.dots {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dot-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    transition: all 0.3s ease;
}

.dot.active {
    background: #d72027;
    transform: scale(1.2);
}

.pageName {
    position: absolute;
    right: 25px;
    background: #d72027;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 20px;
    font-family: "Roboto Bold" !important;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.dot-container:hover .pageName,
.dot-container.active .pageName {
    opacity: 1;
    transform: translateX(0);
}
/***************************************************************/
.quote_autres

 {
    font-style: italic;
    font-size: 19px;
    color: #2c3e50;
    border-left: 4px solid #d72027;
    padding-left: 20px;
    margin: 35px 0;
    text-align: justify;
}

.quote-author {
    font-weight: bold;
    margin-top: 10px;
        color: #d72027;
    text-align: justify;
}
/*************************************/

 .bottom-title{
    font-size: 19px;
    color: #ffffff;
     font-family: "Roboto Bold";
 }

  /* Nouveau style CSS pour section_page3 */

  .section_page3 {
    padding: 2rem 1.5rem;
    background-color: #f0f4f8;
  }

  .section-title {
    font-size: 2rem !important;
    color: #212121 !important;
    margin-bottom: 1rem;
    text-align: start;
  }
    .section-title-center {
    font-size: 2rem;

    margin-bottom: 1rem;
    text-align: center;
  }


  .lead {
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 1rem;
  }

  .cols {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
  }

  .cols > div {
    flex: 2;
    min-width: 250px;
  }



  .muted {
    color: #6b7280;
  }

  .btn {
    display: inline-block;
    padding: 0.6rem 1rem;
    border-radius: 12px;
    background-color: #2563eb;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  .btn:hover {
    background-color: #1d4ed8;
  }

.ul-contrat {
    text-align: center; 
    margin: 15px 0;
}

.ul-contrat ul {
    display: inline-flex; 
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.ul-contrat li {
    position: relative;
    padding-left: 20px;  
    font-size: 17px;
    list-style: none;
}

.ul-contrat li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #d72027;  
    display: block;
  
}

.description-wrapper {
    position: relative; 
}

.description-wrapper .image-attention {
    position: absolute;
    top: -41px;
    left: -40px;
    width: 45px;
    height: 45px;
    transform: rotate(-24deg) scale(0); 
    animation: boom 0.8s ease-out forwards; 
}


@keyframes boom {
    0% {
        transform: rotate(-24deg) scale(0);
        opacity: 0;
    }
    50% {
        transform: rotate(-24deg) scale(1.2);
        opacity: 1;
    }
    100% {
        transform: rotate(-24deg) scale(1);
        opacity: 1;
    }
}


  @media (max-width: 880px) {
    .cols {
      flex-direction: column;
    }
    .aside {
      order: -1;
    }
  }


.back {
  background: repeating-linear-gradient(
    45deg,
    #fff 0px,
    #fff 800px,
    #f0f0f0 800px,
    #f0f0f0 1341px
  );
  background-size: 200% 200%;
  animation: slideOnce 5s forwards; 
}

@keyframes slideOnce {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 100%;
  }
}

.img_RGE_certif {
     width: 78%;
    margin-top: 359px;
    margin-left: 0px;
}
.image_rge_certif {
    display: flex;
    position: absolute;
}
/*********************** page realisation**********************************/

.filter-btn-card {
    flex: 0 0 auto;
    margin: 8px 10px;
    text-align: center;
}


.filter-btn {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
}

.cat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cat-img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
   
    padding: 12px;
    position: relative;
        cursor: pointer;
    transition: background 0.3s ease, filter 0.3s ease;
}

.cat-img::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 0px;
    right: 0;
    bottom: 0;
    border: 1px solid #CDA374;
    pointer-events: none;
    height: 120%;
    border-top: none;
    border-bottom: none;
}
.cat-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    right: 0;
    bottom: 0;
    border: 1px solid #CDA374;
    pointer-events: none;
    width: 122%;
    border-left: none;
    border-right: none;
}

.cat-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.cat-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}


.owl-stage {
    display: flex !important;
    flex-wrap: nowrap !important;
}

.filter_btn_cat.owl-carousel .owl-nav .owl-next,
 .filter_btn_cat.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
}
.filter_btn_cat.owl-carousel .owl-nav .owl-prev {
    left: 15px;
}
.filter_btn_cat.owl-carousel .owl-nav .owl-next {
    right: 4px;
}
.owl-nav button {
    pointer-events: all; 
    background: rgba(0,0,0,0.05);
    border: none;
    padding: 5px 10px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    transition: background 0.3s;
}

.owl-nav button:hover {
    background: rgba(0,0,0,0.15);
}

.owl-nav button span {
    display: none;
}


.filter_btn_cat .owl-stage {
    padding: 0 40px;
}

.filter-btn.active .cat-img {
    background-color: #CDA374;
}

.filter-btn.active .cat-img img {
    filter: brightness(0) invert(1);
}
 /********************* page detail realisation**********************/
.section-detail {
    padding: 50px 0;
}

.main-realisation {
    display: flex;
    align-items: center;
    gap: 30px;           
    flex-wrap: wrap;    
}

.main-img-container {
    position: relative; 
    flex: 0 0 50%;
    height: 450px;
}

.main-img-container::before {
    content: "";
    position: absolute;
    bottom: -20px; 
    left: -20px;   
    width: 120px;  
    height: 120px;
    background: #0000ff; 
    z-index: -1; 
}
.main-img-container::after {
    content: "";
    position: absolute;
    top: -20px; 
    right: -20px;
    width: 120px;  
    height: 120px;
    background: #d72027; 
    z-index: -1;
    transform: rotate(0deg);
}

.main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
   
}

.main-text {
    flex: 1;             
}

.main-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.main-date {
    color: #888;
    margin-bottom: 20px;
    font-size: 14px;
}

.main-description {
    font-size: 16px;
    line-height: 1.6;
}


@media(max-width: 767px){
    .main-realisation {
        flex-direction: column;
    }
    .main-img-container {
        width: 100%;
    }
}

.other-realisations{
margin-top: 100px;
}
.other-realisations .other-title {
    font-size: 22px;
    font-weight: 600;
}

.realisation-card {
    height: 250px;
  
    overflow: hidden;
    transition: transform 0.3s ease;
}

.realisation-card:hover {
    transform: translateY(-5px);
}

.realisation-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.realisation-card .card-info {
    padding: 10px;
}

.realisation-card .card-info .date {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
}

.realisation-card .card-info a {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
}

.realisation-card .card-info a:hover {
    color: #0042ff;
}

/* Pour mobile : image au-dessus du texte */
@media(max-width: 767px){
    .main-realisation {
        flex-direction: column;
    }
}

.img_mep-fore {
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 1;
}
.img_mep-fore .img-cer-mep {
    max-width: 100%;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.img_mep-fore::before {
    content: '';
    position: absolute;
    height: 150px;
    width: 150px;
    background: #d72027;
    right: -20px;
    z-index: 0;
    top: -16px;
}

.img_mep-fore::after {
    content: '';
    position: absolute;
    height: 150px;
    width: 150px;
    background: #d72027;
    right: -20px;
    bottom: -17px;
    z-index: 0;

    left: -20px;
}
.direction{
    display: flex;
}




.header .navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000 !important;
    transition: all 300ms linear;
}
.header .navbar-light .navbar-toggler-icon:after, .header .navbar-light .navbar-toggler-icon:before

 {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms 
linear;
}
.header .navbar-light .navbar-toggler-icon:after {
    top: 8px !important;
}
.header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent !important;
}
.header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before
 {
    transform: translateY(8px) rotate(-45deg);
}
.header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after

 {
    transform: rotate(45deg);
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
/* Section détail réalisation */
.section-detail {
    padding: 60px 0;
    background-color: #f8f9fa;
}

/* Container principal */
.main-realisation {
    gap: 40px;
    align-items: flex-start !important;
}

/* Container de l'image avec carousels */
.main-img-container {
    width: 50%;
    max-width: 600px;
    position: relative;
}
.main-img-container::before {
  content: "";
  position: absolute;
  bottom: 38px;
  left: -12px;
  width: 120px;
  height: 120px;
  background: #0000ff;
  z-index: 0;
}

.main-img-container::after {
  content: "";
  position: absolute;
  top: -11px;
  right: -14px;
  width: 120px;
  height: 120px;
  background: #d72027;
  z-index: 0;
  transform: rotate(0deg);
}
/* Carousel principal */
.realis_top {
    width: 100%;
    margin-bottom: 15px;
    /* border-radius: 10px; */
    overflow: hidden;
  
}

.realis_top .item {
    position: relative;
    overflow: hidden;
}

.realis_top .item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.realis_top .item a {
    display: block;
    position: relative;
}

.realis_top .item a::after {
    content: '\f002'; /* Icône loupe Font Awesome */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.realis_top .item a:hover::after {
    opacity: 1;
}

.realis_top .item a:hover img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

/* Carousel de miniatures */
.realis_bottom {
    width: 100%;
}

.realis_bottom .actu_thumb_item {
    cursor: pointer;
    padding: 5px;
    transition: all 0.3s ease;
}

.realis_bottom .actu_thumb_item img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    /* border-radius: 5px; */
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.realis_bottom .actu_thumb_item:hover img,
.realis_bottom .actu_thumb_item.active img {
    border-color: #d32f2f;
    opacity: 1;
}

.realis_bottom .actu_thumb_item img {
    opacity: 0.7;
}

.realis_bottom .owl-nav {
    display: none;
}

/* Texte à droite */
.main-text {
    flex: 1;
    padding: 20px;
}

.up_title {
    margin-bottom: 30px;
}

.img-icon {
    width: 40px;
    height: 40px;
}

.titre-red {
    color: #d32f2f;
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}

.main-description {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}
.main-description p{
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}

/* Autres réalisations */
.other-realisations {
    margin-top: 80px;
    padding-top: 40px;
    
}

.other-title {
    font-size: 28px;
    font-weight: bold;
    color: #d32f2f;
    text-align: center;
    margin-bottom: 40px;
}

.realisation-card {
    position: relative;
    overflow: hidden;
   
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.realisation-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.realisation-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.realisation-card:hover img {
    transform: scale(1.1);
}

.realisation-card-link {
    text-decoration: none;
    display: block;
}

/* Responsive */
@media (max-width: 992px) {
    .main-realisation {
        flex-direction: column;
    }
    
    .main-img-container {
        width: 100%;
        max-width: 100%;
    }
    
    .main-text {
        margin-left: 0 !important;
        padding: 20px 0;
    }
    
    .realis_top .item img {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .titre-red {
        font-size: 24px;
    }
    
    .main-description {
        font-size: 14px;
    }
    
    .realis_top .item img {
        height: 250px;
    }
    
    .realis_bottom .actu_thumb_item img {
        height: 60px;
    }
    
    .realisation-card img {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .img-icon {
        width: 30px;
        height: 30px;
    }
    
    .titre-red {
        font-size: 20px;
    }
    
    .other-title {
        font-size: 22px;
    }
}