/* @import url(https://db.onlinewebfonts.com/c/04046ba20e9bd71b6a1a4b4f481a99be?family=Roboto+Thin);
@import url(https://db.onlinewebfonts.com/c/3dd6e9888191722420f62dd54664bc94?family=MyriadPro-Regular); */

@font-face {
    font-family: "Roboto Thin";
    src: url("../fonts/RobotoThin/04046ba20e9bd71b6a1a4b4f481a99be.eot");
    src: url("../fonts/RobotoThin/04046ba20e9bd71b6a1a4b4f481a99be.eot?#iefix")format("embedded-opentype"),
        url("../fonts/RobotoThin/04046ba20e9bd71b6a1a4b4f481a99be.woff2")format("woff2"),
        url("../fonts/RobotoThin/04046ba20e9bd71b6a1a4b4f481a99be.woff")format("woff"),
        url("../fonts/RobotoThin/04046ba20e9bd71b6a1a4b4f481a99be.ttf")format("truetype"),
        url("../fonts/RobotoThin/04046ba20e9bd71b6a1a4b4f481a99be.svg#Roboto Thin")format("svg");
}

@font-face {
    font-family: "MyriadPro-Regular";
    src: url("../fonts/MyriadProRegular/3dd6e9888191722420f62dd54664bc94.eot");
    src: url("../fonts/MyriadProRegular/3dd6e9888191722420f62dd54664bc94.eot?#iefix")format("embedded-opentype"),
        url("../fonts/MyriadProRegular/3dd6e9888191722420f62dd54664bc94.woff2")format("woff2"),
        url("../fonts/MyriadProRegular/3dd6e9888191722420f62dd54664bc94.woff")format("woff"),
        url("../fonts/MyriadProRegular/3dd6e9888191722420f62dd54664bc94.ttf")format("truetype"),
        url("../fonts/MyriadProRegular/3dd6e9888191722420f62dd54664bc94.svg#MyriadPro-Regular")format("svg");
}

@font-face {
    font-family: "MyriadPro-Bold";
    src: url("../fonts/MyriadProBold/63f7c4ed344e79ed1cf58a1817e6ff0d.eot");
    src: url("../fonts/MyriadProBold/63f7c4ed344e79ed1cf58a1817e6ff0d.eot?#iefix")format("embedded-opentype"),
        url("../fonts/MyriadProBold/63f7c4ed344e79ed1cf58a1817e6ff0d.woff2")format("woff2"),
        url("../fonts/MyriadProBold/63f7c4ed344e79ed1cf58a1817e6ff0d.woff")format("woff"),
        url("../fonts/MyriadProBold/63f7c4ed344e79ed1cf58a1817e6ff0d.ttf")format("truetype"),
        url("../fonts/MyriadProBold/63f7c4ed344e79ed1cf58a1817e6ff0d.svg#MyriadPro-Bold")format("svg");
}

@font-face {
    font-family: "Banjoman-Bold";
    src: url('../fonts/BanjomanBold/BanjomanBold.ttf');


}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: "MyriadPro-Regular";
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: "MyriadPro-Regular";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #656565;
    text-align: left;
    background-color: #ffffff;

}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

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;
    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;
}

.container-fluid {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}

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: #30373f;
    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: #010716;
    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%;
}

@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;
}

.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);
}

.slider_area.owl-carousel .slide-item img {
    height: 1046px;
    width: 100%;

    object-fit: cover;
}

.slider_area.owl-carousel .slid_content {
    position: absolute;
 
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: 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;

    transition: 0.2s all;
}

.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;
}

/******************************* pour header  animation ***********/
.header {
 
    width: 100%;
 
    background: transparent;
 
      position: sticky;
    top: 0;
    z-index: 9999;
    transition: all 0.3s ease;
}

.header.sticky-menu {
    position: fixed;
    top: 0;
    width: 100%;

    backdrop-filter: blur(10px);
  

    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/******************************* pour header  animation ***********/


.top_menu ul.info_box {
    margin: 0;
    padding: 0;
}

.top_name {
    font-size: 15px;
}

.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: url(../images/banner/bgfooter.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% 60%;
    position: relative;
}

.logo_footer {
    max-height: 70px;
}

.footer_contact {
    font-family: "Banjoman-Bold" !important;
    font-size: 34px;
    color: #ffffff;
}

.info_contact {
    color: #ffffff !important;
    font-family: "Roboto Thin";
}

.text-white-50 {
    color: #ffffff !important;
    font-family: "Roboto Thin";
    transition: all 0.3s ease;
}

.text-white-50:hover {
    font-weight: bold;
    transform: translateX(5px);
 
}

.footer .footer-top {
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.footer p,
.footer a,
.footer i {
    
}

.footer .h5 {
    color: #ffffff;
    font-family: "Banjoman-Bold" !important;
    font-size: 30px;
}

.title {
    margin-bottom: 20px;
}

.title .up_title {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    position: relative;
 
    color: #211E1C;
    display: inline-block;
}

/* .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 {
    position: relative;
    color: #fff;
    background: #ffffff;
   
}

.banner-heading {
    position: relative;
    text-align: center;
    padding: 25px 0px 0px 0px;
}

.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;
   
}

.page-header .breadcrumb li,
.page-header .breadcrumb li a {
    font-size: 18px;
    color: #30373f;
    position: relative;
    font-family: "MyriadPro-Regular";
}

.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: #30373f;
}

.page-header li+li {
    padding-left: 25px;
}

.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: 360px;
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.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;
}

/***********/
.actu_items {
    padding: 20px;
}

.actu_items .actu_img {
    height: 360px;
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
   box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.actu_items .actu_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s all;
}

.actu_items:hover .actu_img img {
    transform: scale(1.2);
}

.actu_items .h4 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
}

.actu_items .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******************** */

.top_menu {
    background: #30373f;
    color: #ffffff;
    padding: 10px 15px;
    font-family: "Roboto Thin";
    height: 48px;
}

.icons {
    height: 20px;
    margin-right: 10px;
}

.log-fleu {
    width: 50%;
    height: auto;
}

.site-header {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    
}


.site-logo .logo-img {
    height: 79px;
    margin-left: 25px;
}

.header.sticky-menu .site-logo .logo-img {
    height: 69px;
    margin-left: 25px;
}

.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: .5rem 1rem;
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
        margin-right: 5rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.main-navigation .nav-list {
    list-style: none;
    gap: 10px;
    display: flex;
    align-items: center;
}

.nav-item .nav-link {
    text-decoration: none;
    font-family: "MyriadPro-Regular";
    color: #30373f;
    font-weight: 400;
    font-size: 23px;
    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 #b69e67;
   
    color: #30373f;
    
}

.nav-icon {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;

}

.separator {
    margin: 0 10px;
    color: #999;
}

.btn-contact {
    background-color: #30373f;
    color: white;
    padding: 11px 0px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 2px;
    border: none !important;
    transition: background-color 0.3s;
    width: 190px;
    text-align: center;
    font-family: "MyriadPro-Regular";
    font-size: 24px;
    right: -16px;
    position: relative;


}

.btn-contact:hover {
    background-color: #b69e67;
    color: #30373f;

}

.btn-contact:hover a {
    background-color: #b69e67;
    color: #30373f;
}

/* ****************************************** bandeau ***************************** */
.slide-item {
    position: relative;
}

.slide-content-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 698px;
    height: 424px;
    padding: 0px 67px 0px 100px;
    color: #fff;
    z-index: 2;
    background-color: #30373f;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.3);
}

.slider_area.owl-carousel .slid_content {
    position: absolute;

    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  
}

.slid_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.slide-title {
    font-size: 54px;
   
    margin-bottom: 0;
    color: #ffffff;
    font-family: "Banjoman-Bold" !important;
}

.slide-title span {
    font-weight: 400;
    display: inline-block;
}

.slide-text {
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 0;
    font-family: "MyriadPro-Regular";
    padding: 0px 45px 0px 0px;
    text-align: justify;
}

.btn-gold {
    display: inline-block;
    background-color: #b69e67;
    color: #fff;
    padding: 18px 40px;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    font-family: "MyriadPro-Regular";
    transition: background-color 0.3s ease;
    align-self: flex-start;
    transition: all 0.3s ease;
}

.btn-gold:hover {
   
    background-color: #30373f;
    color: #b69e67;
    text-decoration: none;
    transform: translateX(5px);
}

.btn-gold:hover a {
  
    background-color: #30373f;
    color: #b69e67;
    text-decoration: none;
}

.img_container {
    overflow: hidden;
    height: 819px;
}

.img_banner {
    position: absolute;
    top: -228px;
    left: 0;
    width: 100%;
    height: auto;
}


.slide-content-wrapper::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 97%;
    height: 100%;
    background-image: url(../images/banner/freepik__detailed-line-drawing-of-a-modern-fireplace-in-a-m__25717.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% 72%;
    z-index: 0;
    opacity: 0.1;
}

/* ******************************************* section about ******************************* */
.section_about {
    padding: 80px 0;
    background-color: #f8f8f8;
    position: relative;
    overflow: hidden;
}

.image-about {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-about-entre {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.decorative-pattern {
    position: absolute;
    bottom: -30px;
    left: -23px;
    width: 393px;
    height: 414px;
    border: 2px solid #b69e67;
    background-size: 20px 20px;
    z-index: 1;
    transform: scale(0.5);
    animation: pulseZoom 3s ease-in-out infinite;
}

@keyframes pulseZoom {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.08);
        
        opacity: 0.9;
    }
}

.fireplace-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.fireplace-image-entre  {
    width: 100%;
    max-width: 500px;
    height: auto;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}
.content-wrapper {
    padding-left: 20px;
}

.section-title {
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.3;
    font-family: "Banjoman-Bold" !important;
}

.title-underline {
    width: 80px;
    height: 4px;
    background: #b69e67;
    margin-bottom: 25px;
    animation: slideLeftRight 2s ease-in-out infinite;

}

@keyframes slideLeftRight {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(20px);
     
    }
}

.description {
    font-size: 20px;
    color: #30373f;
    line-height: 1.7;
    margin-bottom: 30px;
    text-align: justify;
    font-family: "MyriadPro-Regular";
}

.btn-savoir-plus {
    display: inline-block;
    background: #b69e67;
    color: white;
    padding: 12px 30px;
    text-decoration: none;

    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(200, 180, 120, 0.3);
}

.btn-savoir-plus:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(200, 180, 120, 0.4);
    background: linear-gradient(45deg, #b8a468, #c4b484);
}


.section_about::before {
    content: '';
    position: absolute;
    top: 100px;
    right: 0;
    width: 14%;
    height: 86%;
    background-image: url(../images/icons/Flame.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% 72%;
    opacity: 0.6;
    z-index: 0;
}

/* *************************************************** section de produit *********************************** */
.section_product {
    background: linear-gradient(135deg, #e8e8e8 0%, #f2f2f2 100%);
    padding: 80px 60px;
    position: relative;
}

.section_product::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    background-image: url(../images/icons/before3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% 72%;
    opacity: 0.6;
    z-index: 0;
}

.section-description {
    color: #30373f;
    line-height: 1.7;
    font-size: 20px;
    text-align: justify;
    font-family: "MyriadPro-Regular";
}

.products-grid {
    display: flex;
    gap: 25px;
    
}

.product-card {
    background: white;
    width: 22%;
    height: 365px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
}


.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.product-image {
    width: 100%;
    height: 365px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-name {
    background: linear-gradient(90deg, #c9a96e, #b8935a);
    color: white;
    padding: 9px 0px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 2;
    font-family: "MyriadPro-Bold";
}

.product-image::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: #ddd;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-image img[src=""],
.product-image img:not([src]) {
    opacity: 0;
}

.product-image img[src=""]:after,
.product-image img:not([src]):after {
    opacity: 1;
}


/* ************************************************** section equipe ******************************** */
.section_equipe {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/icons/before2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% 60%;
    padding: 80px 0;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.equipe-content {
    color: #ffffff;
    font-family: "Banjoman-Bold" !important;
}

.equipe-title {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 25px;
    color: white;
    margin-top: 60px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

}

.stat-item {
    text-align: center;
    border: 1px solid #ffffff;
    padding: 40px 30px;
    transition: all 0.3s ease;
}
.stat-icon {
            width: 70px;
            height: 70px;
            margin-bottom: 20px;
            color: #c9a96e;
            filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
             transition: all 0.5s ease;
        }
           .stat-item:hover .stat-icon {
            opacity: 1;
            transform: scale(1.1);
        }

.stat-number {
    font-size: 72px;
    font-weight: 700;
    color: #c9a96e;
    line-height: 1;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.stat-label {
    font-size: 16px;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.section_equipe::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(44, 62, 80, 0.3);
    z-index: 1;
}

.border-top {
    border-top: none !important;
}

.border-left {
    border-left: none !important;
}

.border-right {
    border-right: none !important;
}

.border-bottom {
    border-bottom: none !important;
}

/* ************************************************section actulite ****************************** */

.actualite-section-inner {
    background-image: url(../images/banner/bg.webp);
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 550px;
    background-attachment: fixed;
    padding: 100px 0;
    z-index: 2;
}

.section_actualite {
    position: relative;

    height: 800px;

}

.actualite-title {
    font-family: "Banjoman-Bold" !important;
    color: #ffffff;
   
    margin-bottom: 15px;
    
}


.title-underline-centre {
    width: 80px;
    height: 4px;
    background-color: #b99b61;
    margin: 0 auto;
    transition: width 0.6s ease;
    animation: slideLeftRight 2s ease-in-out infinite;
}

/* **********************************************************les section MEP **************************************** */
/* *****************************first Section *********************** */
.section_pre_page {
    padding: 60px 0;
    position: relative;
}

.background-image {
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0.6;
    z-index: 0;
}

.content {

    margin-bottom: 40px;
}


.products-carousel {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}



.products-carousel::-webkit-scrollbar {
    height: 8px;
}

.products-carousel::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.products-carousel::-webkit-scrollbar-thumb {
    background-color: #25336d;
    border-radius: 10px;
}

.cards-card {
    flex: 0 0 280px;

    padding: 20px;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid #b69e67;
    position: relative;
    margin-top: 30px;
}

.cards-card:hover {
    transform: translateY(-5px);

}

.card-image {
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.img_pre_page {
    max-width: 100%;
    height: 170px;
    object-fit: cover;
    transition: transform 0.3s ease, filter 0.3s ease;

}

.img_pre_page:hover {
    transform: scale(1.05);

    filter: brightness(1.1);
  
    cursor: pointer;
   
}

.product-title {
    color: #b69e67;
    font-size: 1.3rem;
    margin-bottom: 10px;
    text-align: center;
}

.product-description {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 20px;
    flex-grow: 1;
}

.btn_pre_page {
    background-color: #b69e67;
    color: white !important;
    padding: 10px 0px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: auto;
    position: absolute;
    bottom: -25px;
    left: 7%;
    width: 87%;
}

.btn_pre_page:hover {
    background: rgb(48, 55, 63);
}

/* ****************************************************** Section entreprise ************************ */


.section_infos {
    padding: 60px;

    position: relative;
    overflow: hidden;
}

.par_bas {
    margin-top: 60px;
}

.sous_titre {
    color: #30373f;
    font-size: 16px;
    font-family: "MyriadPro-Regular";
}

.img_tag {
    width: 60px;
    height: auto;
}

.image-about-right {
    position: relative;
    display: flex;
    justify-content: center;
    margin-left: 77px;
    bottom: 65px;
}

.fst-italic {
    font-weight: bold;
    font-size: 20px;
}

.em_entreprise {
    font-size: 20px;
    margin-left: 25px;
}


/* ********************************** realisation ***************************** */
.section_realisation {
    padding: 60px 0px;
    position: relative;
}

.rea-container-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.rea-image {
    position: relative;
    width: 70%;
    height: 465px;
    background: #2c3e50;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.realisation-item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    height: 385px;
 

}

.realisation-item img.img_card {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

.realisation-item img.img_card:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.realisation-item .hover-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
    background: rgba(0, 0, 0, 0.6);

    color: #ffffff;
    font-family: "Banjoman-Bold" !important;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hover-text {
    background: #ffffff;
    border-radius: 25px;
    padding: 25px 12px;
}

.realisation-item:hover .hover-text {
    opacity: 1;
}

.img_card {
    width: 100%;
    height: 385px;
    background-color: #2c3e50;
}

.img_rea {
    position: absolute;
    width: 100%;
    height: 465px;
    background-color: #2c3e50;
}

.decorative-rea {
    position: absolute;
    bottom: 120px;
    left: 170px;
    width: 363px;
    height: 396px;
    border: 2px solid #b69e67;
    background-size: 20px 20px;
    transform: scale(0.5);
    animation: pulseZoom 3s ease-in-out infinite;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
}

.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 250px !important;

}

.content-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.content-image:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.img_card {
    width: 100%;
    height: 314px;
    overflow: hidden;
    position: relative;
}

.img_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.content-image:hover .img_card img {
    transform: scale(1.1);
}

.img_card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(212, 175, 55, 0.8), rgba(244, 208, 63, 0.8));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.content-image:hover .img_card::after {
    opacity: 1;
}

.custom-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgba(66, 82, 117, 0.9);
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.custom-modal-content {
    max-width: 80%;
    max-height: 55vh;
    border: 2px solid #ffffffcc;
    object-fit: contain;
    background-color: #2b2f36;
    padding: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

.custom-caption {
    position: absolute;
    left: 28%;
    bottom: 177px;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: left;
    padding: 10px 0 0 10px;
}

.image-counter {
    position: absolute;
    left: 28%;
    bottom: 141px;
    color: #cccccc;
    font-size: 0.9rem;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 10px;
}

.modal-nav {
    background: none;
    border: none;
    font-size: 2.2rem;
    color: #d0b562;
    cursor: pointer;

}

button:focus {
    outline: none !important;
    outline: none !important;
}

.modal-prev,
.modal-next {
    position: absolute;
    font-size: 69px;
    top: 74%;
    left: 39%;
    background-color: transparent;
    padding: 10px;
}

.modal-prevs,
.modal-nexts {
    position: absolute;
    font-size: 69px;
    top: 74%;
    left: 39%;
    background-color: transparent;
    padding: 10px;
}

.modal-prevs {
    right: 50px;
}

.modal-nexts {
    right: 0px;
}

.modal-prev {
    right: 50px;
}

.modal-next {
    right: 0px;
}

.custom-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
}

.custom-closes {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
}

.rea-filters li {
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 20px;
    background: #f0f0f0;
    transition: 0.3s ease;
    font-family: "Banjoman-Bold" !important;
    font-size: 20px;
}

.rea-filters li.active {
    background: #30373f;
    color: #fff;
}


/* ************************************************** Page Contact ********************************** */

.section_contact {
    position: relative;
    font-family: "MyriadPro-Regular";
    color: #30373f;
}
.map-frame {
  width: 100%;
  max-width: 100%;
  border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    margin: 4px;
    border-radius: 1.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bloc_note {
    font-size: 15px;
    line-height: 22px;
}

.opening-hours {

    position: relative;
    background: white;
    z-index: 3;
}

.contact-info a {
    color: #30373f;
    font-family: "MyriadPro-Regular";
    font-size: 19px;
    font-weight: 400;
}

.contact-info {
    color: #30373f;
    font-family: "MyriadPro-Regular";
    font-size: 20px;
  

}

.contact-item {
    display: flex;
    align-items: flex-start;
 
}

.contact-icon {
    width: 24px;
  
    height: 24px;
    margin-right: 10px;
}

.form-control:focus {
    color: #30373f !important;
    background-color: #fff !important;
    border-color: #30373f !important;

    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(54, 63, 71, 0.25) !important;
}

/* ****************************************************************** page ***************************** */
.section_ind {
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    background: #ededed;
}

.section_ind_second {
    padding: 80px 0;
    background-color: #f8f8f8;
    position: relative;
}


.text_ind {
    width: 100%;
    z-index: 2;
    padding-right: 30px;
}

.place-image {
    width: 100%;
  
    height: auto;

    position: relative;
    z-index: 2;
}

.em {
    margin-left: 24px;
    position: relative;
    padding-left: 12px;
  
}

.em::before {
    content: "•";
    position: absolute;
    left: -17px;
    top: -16px;
    color: #000;
    font-size: 35px;
}

.desc_ind {
    color: #30373f;
    line-height: 1.7;
    font-size: 20px;
    text-align: justify;
    font-family: "MyriadPro-Regular";
}

.image_ind_wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.decor_ind {
    position: absolute;
    bottom: -34px;
    right: 457px;
    width: 367px;
    height: 375px;
    border: 2px solid #b69e67;
    background-size: 20px 20px;
    z-index: 1;
    transform: scale(0.5);
    animation: pulseZoom 3s ease-in-out infinite;
}

.image_ind {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 2;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.section_ind_wrapper {

    display: flex;
    width: 100%;
    height: 600px;

}

.section_ind_content {
    flex: 0 0 60%;
    padding: 125px;
    box-sizing: border-box;
}

.section_ind_image {
    flex: 0 0 40%;

    box-sizing: border-box;
    background: #30373f;
}

.section_ind_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.marker_border {
    padding: 60px 0px;
    border: 2px solid #b69e67;
    margin-left: 119px;
    border-right: none;
}


.features-list {
    margin-top: 20px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    gap: 20px;
    border-bottom: 1px solid #cececf;
    padding: 10px 0px;
}

.feature-img {
    flex-shrink: 0;
    width: 65px;
    height: 65px;
    background: #ededed;

    display: flex;
    align-items: center;
    justify-content: center;

}

.feature-icon {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.feature-content {
    flex: 1;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px;
}

.feature-title {
    font-size: 1.2rem;
    color: #b69e67;
    margin: 0;
    font-weight: 600;
    display: inline-block;
}

.feature-desc {
    font-size: 18px;
    line-height: 1.5;
    color: #30373f;
    margin: 0;
    text-align: justify;
    display: inline;
}


/* ******************************************************** Section des mentions ***************************/
.section_mention {
    height: 1200px;
    position: relative;
}

.section_mention_wrapper {
    background-image: url(../images/banner/bg.webp);
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 550px;
    background-attachment: fixed;
    padding: 100px 0;
    z-index: 2;
}

.infos-legales p {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;

}

.infos-legales {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
    background-color: #ffffff;
    padding: 50px 20px;
}

.infos-legales b {
    min-width: 160px;
    font-weight: bold;
    color: #30373f;
}

.infos-legales span {
    flex: 1;
    font-family: "MyriadPro-Regular";
    color: #30373f;
}

.p_mentions {
    font-family: "MyriadPro-Regular";
    color: #30373f;
}







@media (max-width: 1500px) {

    .section_ind_content {
        padding: 60px !important;
    }

    

}

/************************************slider_area*******************/
.mfp-arrow {
    position: absolute;

    margin: 0;
    top: 81.5% !important;
    margin-top: -55px;
    padding: 0;
    width: 90px;

    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow-right {
    right: 539px;
}

.mfp-arrow-left {
    left: 1230px;
}


button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    color: #b99b61 !important;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    color: #b99b61 !important;


}

.mfp-arrow-right:after {
    border-left: 17px solid #b99b61;
    margin-left: 39px;
}

.mfp-arrow-left:after {
    border-right: 17px solid #b99b61;
    margin-right: 39px;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background-color: rgba(66, 82, 117, 0.9);
    opacity: 1;
}

.mfp-counter {
    position: absolute;
    top: 45px;
    left: 85px;
    color: #ffffff;
    font-size: 15px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-bottom-bar {
    display: flex !important;
    flex-direction: column !important;
   

}

.mfp-title {
    font-family: "Banjoman-Bold" !important;
    font-size: 20px;
    color: #ffffff;
    margin-left: 83px;
    margin-top: 5px;
}

/********************************************** Valeur entreprise *****************/

.section-valeurs {
    background-color: #fff;


    padding: 40px 0px;

}

.section-equipemment {
    background-color: #fff;


    padding: 40px 0px;
}

.faq-icon {
    font-size: 24px;
    color: #b69e67;
    margin-right: 10px;
}


.valeurs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.valeur-item {

    padding: 25px;

    border-left: 4px solid #b69e67;

    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.valeur-header {
    display: flex;
    align-items: center;
}

.valeur-icon {
    font-size: 24px;
    color: #b69e67;

    margin-right: 10px;
}

.valeur-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.valeur-item h3 {
    color: #2c3e50;

    margin-top: 0;
    font-size: 27px;
    display: flex;
    align-items: center;
    font-family: "Banjoman-Bold" !important;
}

.valeur-item p {
    color: #2c3e50;

    margin-top: 0;
    font-size: 17px;
    display: flex;
    align-items: center;
    font-family: "MyriadPro-Regular";
}


.certifications {
    margin-top: 40px;

    padding: 25px;

}

.certifications h3 {
    color: #2F4F4F;
 
    margin-top: 0;
}

.badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.badge {
    padding: 10px 10px;
    font-size: 27px;
    font-family: "Banjoman-Bold" !important;
    color: #2c3e50;
    gap: 12px;
    display: flex;
      flex-direction: column;
    align-items: center;
      
}


.badge:hover { 
  background: transparent;
}

.icon_entreprise {
width: 170px; 
}

.icon_entreprise_cali {
    
   
    width: 200px;
}
@media (max-width: 768px) {
    .section-valeurs {
        padding: 25px;
    }

    .valeurs-grid {
        grid-template-columns: 1fr;
    }
}


.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 .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-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-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);
}

/* ordre normal sur desktop */
.section_about .row .col-lg-6:first-child {
  order: 1; /* image */
}
.section_about .row .col-lg-6:last-child {
  order: 2; /* texte */
}

/* ordre normal sur desktop */
.section_infos .row .col-lg-6:first-child {
  order: 1; /* image */
}
.section_infos .row .col-lg-6:last-child {
  order: 2; /* texte */
}










.header .navbar-toggler {
    float: right;
    border: none;
    padding-right: 10px;
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
.navbar-light .navbar-nav .nav-link {
    text-decoration: none;
    font-family: "MyriadPro-Regular";
    color: #30373f;
    font-weight: 400;
    font-size: 23px;
    padding: 10px 6px;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s 
ease, color 0.3s 
ease;
}
.navbar-light .nav-item .nav-link:hover, .nav-item .nav-link.active {
    border-bottom: 2px solid #b69e67;
    color: #30373f;
}
.header .navbar-toggler {
   
    display: none;
}
.margin_top_mention{
    margin-top: 60px;
}
.image-about-mention {
    position: relative;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.image-about-mention .decorative-pattern {
    position: absolute;
    bottom: -30px;
    left: -78px;
    width: 333px;
    height: 337px;
    border: 2px solid #b69e67;
    background-size: 20px 20px;
    z-index: 1;
    transform: scale(0.5);
    animation: pulseZoom 3s 
ease-in-out infinite;
}
.fireplace-image-mentions {
    width: 100%;
    max-width: 500px;
    height: auto;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

#loader .loader {
    position: relative;
    width: 45px;
    height: 45px;
    border: 5px solid #ddd;
    border-top: 5px solid #30373f;
    border-radius: 50%;
    -webkit-animation: spin 2s 
linear infinite;
    animation: spin 2s 
linear infinite;
}