@import url(https://db.onlinewebfonts.com/c/d7df8e9533ea8d42f47747a0f386ac0d?family=Insignia);
@import url(https://db.onlinewebfonts.com/c/3dd6e9888191722420f62dd54664bc94?family=MyriadPro-Regular);

@font-face {
    font-family: "Insignia";
    src: url("../fonts/Insignia/d7df8e9533ea8d42f47747a0f386ac0d.eot");
    src: url("../fonts/Insignia/d7df8e9533ea8d42f47747a0f386ac0d.eot?#iefix")format("embedded-opentype"),
        url("../fonts/Insignia/d7df8e9533ea8d42f47747a0f386ac0d.woff2")format("woff2"),
        url("../fonts/Insignia/d7df8e9533ea8d42f47747a0f386ac0d.woff")format("woff"),
        url("../fonts/Insignia/d7df8e9533ea8d42f47747a0f386ac0d.ttf")format("truetype"),
        url("../fonts/Insignia/d7df8e9533ea8d42f47747a0f386ac0d.svg#Insignia")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");
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    /* font-family: "Poppins", sans-serif; */
    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: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 400; */
    line-height: 1.5;
    color: #656565;
    text-align: left;
    background-color: #fff;
}

[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;
}

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;
}
.w-65{
    width: 65%;
}
@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: #ff3b00;
    box-shadow: 0px 0px 26.46px 0.54px rgb(0 0 0 / 14%);
}

.back-to-top i {
    color: #fff;
    transition: color 0.2s ease-in-out;
}

.back-to-top:hover {
    background: #ffffff;
    transition: all 0.2s ease-in-out
}

.back-to-top:hover i {
    color: #ff3b00;
}

.back-to-top.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.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: 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;
}

/* ********************************************************** debut header *********************************  */
.main_menu.is-sticky {
    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;
}

/* .main_menu.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);

  animation-name: fadeInDown;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
} */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.header {
    transition: transform 0.3s ease-in-out;
}
.sticky-menu {
    transition: all 0.3s ease-in-out;
}

.top_menu {
    background: #25336d;
    color: #fff;
    padding: 5px 15px;
    font-size: 18px;

}

.top-titre {
    font-size: 18px;
    font-family: "MyriadPro-Regular";
}

.icon-location {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 6px;
}

/* .top_menu ul.info_box{
		margin: 0;
    padding: 0;
} */
/* .top_menu ul.info_timeline.li_info {
    position: relative;
    padding: 0 25px;
		font-size:15px;
		display:flex;
		align-items:center;
}
.top_menu ul.info_timeline.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;
} */
/* ********************************************* header **************************** */
/* MAIN MENU STYLES */
.main_menu {
    background: #fff;
   transition: all 0.3s ease-in-out !important;
    z-index: 10; /* pour s'assurer qu'il passe au-dessus du contenu */
    position: relative; /* si nécessaire pour gérer la superposition */
}
.main_menu .navbar {
    padding: 15px 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand img {
    height: 85px;
    width: 300px;
}

.main_menu .navbar-nav {
    margin: 0 auto;
}

.main_menu .navbar-nav .nav-link {
    color: #25336d;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.main_menu .navbar-nav .nav-link:hover {
    color: #007bff;
}

.main_menu .navbar-nav .dropdown-toggle::after {
    margin-left: 8px;
}

.main_menu .dropdown-menu {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    margin-top: 0;
}

.nav-item.dropdown {
    position: relative;
}

/* Ne pas utiliser :hover pour afficher les menus */
.nav-item .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 10px 0;
}

/* ❌ À supprimer complètement si présent ailleurs :
.nav-item:hover .dropdown-menu {
    display: block;
}
.nav-item:hover .dropdown-menu .submenu {
    display: none !important;
}
*/

/* ✅ Afficher uniquement via la classe JS .open */
.dropdown-submenu.open > .submenu {
    display: block !important;
}

.dropdown-item {
    padding: 8px 20px;
    display: block;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}

.main_menu .dropdown-item {
    color: #25336d;
    padding: 10px 20px;
    font-size: 15px;
    background-color: #ffffff;
}

.main_menu .dropdown-item:hover {
    background: rgb(255, 59, 0);
    color: #ffffff;
}

.dropdown-submenu {
    position: relative;
    transition: all 0.2s ease;
}

.dropdown-submenu:hover {
    background-color: rgba(255, 59, 0, 0.1);
}

.dropdown-submenu .submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1000;
    min-width: 220px;
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    border: 1px solid #ccc;
    padding: 0.5rem 0;
}

.dropdown-submenu.level-2 .submenu {
    background-color: #f0f0f0;
}

/* Responsive */
@media (max-width: 768px) {
    .dropdown-submenu .submenu {
        position: static;
        left: auto;
        box-shadow: none;
        border: none;
        padding-left: 1rem;
        background-color: #f8f9fa;
    }
}

/* Flèche ▶ */
.toggle-submenu .arrow {
    float: right;
    margin-top: 5px;
    width: 0;
    height: 0;
    border-left: 6px solid #ff3b00;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transition: transform 0.2s ease, border-left-color 0.2s ease;
}

.dropdown-submenu.open .arrow {
    transform: rotate(90deg);
}

.dropdown-item.toggle-submenu:hover .arrow {
    border-left-color: white;
}

/* Item du sous-menu */
.submenu .dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

.submenu .dropdown-item:hover {
    background: rgb(255, 59, 0);
    color: #ffffff;
}

/* Supprime les conflits Bootstrap (optionnel si Bootstrap 4/5) */
.dropdown-menu.show .dropdown-submenu .submenu {
    display: none !important;
}

.dropdown-menu.show .dropdown-submenu.open > .submenu {
    display: block !important;
}


.logo-timeline {
    width: 445px;
}

.icon-phone {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 6px;
}

/* Navbar toggler pour mobile */
.navbar-toggler {
    border: none;
    padding: 4px 8px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2837, 51, 109, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Search bar styles */
.search-container {
    display: flex;
    align-items: center;

}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 0px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f4f4f4;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.form-control:focus {
    color: #495057;
    background-color: #fff;
    /* border-color: #80bdff; */
    border-color: #f55110;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(245, 81, 16, 0.25);

}

.search-input {
    max-width: 563px;
    padding: 6px 10px;
    border-radius: 0px;
}

.search-btn {
    background-color: #1e2a5a;
    color: white;
    width: 200px;
    border: none;
    border-radius: 0px;
}

.search-btn:hover {
    background-color: #162147;
}

.btn-menu {
    background-color: #ff3b00;
    color: white;
    font-weight: 600;
    border-radius: 0px;
    align-items: center;
    text-decoration: none;
    border: none;
    width: 200px;
}

.btn-menu:hover {
    background-color: white;
    color: #ff3b00;
    transform: translateX(5px);
}

.nav-menu a {
    color: #1e2a5a;
    font-weight: 500;
    margin-right: 8px;
    text-decoration: none;
   
}

.nav-menu a:hover{
 background-color: #f5f4f4;
    color: #ff3b00;
     
     
}
.nav-menu a:active,
.nav-menu a.active {
    color: #ff3b00;
    font-size: 18.5px;
 
    font-weight: 600;
    background-color: #f5f4f4;
    font-family: "MyriadPro-Regular";
}

.separator {
    margin: 0 8px;
    color: #1e2a5a;
}

.phone-number {
    font-weight: bold;
    color: #1e2a5a;
    font-size: 1.1rem;
    transition: all 0.3s ease;
  cursor: pointer;
}
.phone-number:hover {
  font-weight: bold;
  color: #1e2a5a;
  transform: translateX(5px);
  font-size: 1.1rem;
}
/* Logo placeholder */
.logo-placeholder {
    background: linear-gradient(45deg, #ff4500, #25336d);
    color: white;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 24px;
    display: inline-block;
}

.logo-img {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.btn-contact {
    position: relative;
    overflow: visible;
    /* pour autoriser le débordement */
}

.btn-contact .btn-arrow {
    position: absolute;
    top: 2px;
    right: -18px;
    width: 36px;

}

/* Responsive */
@media (max-width: 991.98px) {
    .main_menu .navbar-nav {
        margin: 15px 0;
    }

    .main_menu .navbar-nav .nav-link {
        padding: 8px 0;
        border-bottom: 1px solid #eee;
    }

    .btn-menu {
        width: 100%;
        margin: 15px 0 0 0;
    }

    .search-container {
        margin: 15px 0;
        width: 100%;
    }

    .search-input {
        width: 100%;
    }

    .phone-number {
        margin: 10px 0 0 0;
    }
}

/* *************************************************************************************** fin header ********************************************************  */
/* ********************************************************************************debut de footer *******************************************************  */
/* .footer {
    background-color: #211E1C;
    position: relative;
}

.footer .footer-top {
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.footer p,
.footer a,
.footer i {
    color: #CCCCCC;
}

.footer .h5 {
    color: #CCCCCC
} */
.footer {
    position: relative;
    background: linear-gradient(135deg, #ff3b00 0%, #ff3b00 100%);
    color: white;
    overflow: hidden;
    clip-path: polygon(0 24%, 100% 0, 100% 100%, 0 100%);
    margin-bottom: -80px;
    z-index: 1;
    /* margin-top: 249px; */
    /* height: 750px; */
}

.footer-content {
    position: relative;
    z-index: 2;
    padding: 60px 19px 40px 20px;
    max-width: 1200px;
    margin:6px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-logo {
    margin-bottom: 26px;
    margin-top: 54px;
}

.footer-logo img {
    max-width: 334px;
}

.footer-sections-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-section {
    /* flex: 1; */
    min-width: 220px;
}

.footer-section h3 {
    font-size: 27px;
    margin-bottom: 20px;

    color: white;
    font-family: "MyriadPro-Bold";
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 12px;
}

/* NOS MARCHÉS en colonnes */
.market-columns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.market-columns ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    font-family: "MyriadPro-Regular";
    transition: transform 0.3s ease, font-size 0.3s ease, font-weight 0.3s ease;
}

.footer-section ul li a:hover {
    transform: translateX(5px);
    font-size: 20px;
    font-weight: bold;

}

.link-icon {
    width: 26px;
    margin-right: 8px;
}

/* CONTACT en deux colonnes */
.contact-columns {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.contact-left p,
.contact-right p {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
    font-family: "MyriadPro-Regular";

}

.contact-left p span,
.contact-right p span {
    margin-left: 30px;
    font-family: "MyriadPro-Regular";
}

/* .contact-left p strong,
.contact-right p strong {

    font-family: "MyriadPro-Bold";
} */

.contact-left p i {
    margin-right: 6px;
    width: 18px;
}

.contact-right p i {
    margin-right: 6px;
    width: 18px;
}

.contact-icon {
    width: 23px;
    height: auto;
    margin-right: 10px;
    margin-top: 4px;
}

/* Background decoration */
.footer-background {
    position: absolute;
    right: -47px;
    top: 41%;
    transform: translateY(-50%);
    font-size: 15rem;
    z-index: 1;
    opacity: 0.25;
}

.footer-background img {
    height: 500px;
    width: 470px;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-sections-row {
        flex-direction: column;
        align-items: center;
    }

    .footer-section {
        width: 100%;
        text-align: center;
    }

    .footer-logo img {
        max-width: 160px;
    }

    .footer-background {
        font-size: 8rem;
        right: -20px;
    }
}

/* ******************************************************************************* fin de footer ************************************************************* */
.title {
    margin-bottom: 20px;
}

.title .up_title {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    position: relative;
    /* padding-left: 36px; */
    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-position: 50% 50%;
    background-size: cover;
    padding: 3rem 0;
} */

/* .page-header:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.28);
} */
 .header{
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08) !important;
     transition: all 0.3s ease-in-out !important;
 }
/* HEADER DE PAGE AVEC OMBRE */
.page-header {
    background: transparent !important;
    padding: 20px 0;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);  */
    position: relative;
    z-index: 5;
}

/* CONTENU BANNER (titre + breadcrumb) */
.banner-heading {
    text-align: left;
    background: none !important;
    position: relative;
}

/* TITRE H1 (si présent dans banner-heading) */
.banner-heading .h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 800;
}

/* FIL D’ARIANE */
.banner-heading .breadcrumb {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    font-size: 16px;
    font-family: "MyriadPro-Regular";
    background: none !important;
    color: #666;
    list-style: none;
}

/* LIENS DU FIL D’ARIANE */
.breadcrumb li a {
    color: #25336d;
    text-decoration: none;
}

/* STYLE LI + SÉPARATEUR AVEC ICON FA */
.page-header .breadcrumb li,
.page-header .breadcrumb li a {
    font-size: 18px;
    color: #25336d;
    position: relative;
}

.page-header .breadcrumb li + li::before {
    content: "\f105"; /* Font Awesome separator */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #25336d;
}

.page-header .breadcrumb li + li {
    padding-left: 25px;
}

/* ÉLÉMENT ACTIF (dernier) COLORÉ DIFFÉREMMENT */
.breadcrumb li.active {
    color: #ff3b00 !important;
    font-weight: 600;
}


.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;
}

/* *******************************************************************************************************debut Bandeau et about********************************************************  */
/* Hero Section */
.bandeau_section {
    position: relative;
    height:700px;
    min-height: 500px;
    background: url(../images/bandeau_pic.webp);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    clip-path: polygon(0 0, 100% 0, 100% 76%, 0 100%);
    margin-bottom: -80px;
    z-index: 1;
}

.hero-content h1 {
    font-size: 50px;
    font-family: "Insignia";
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffff;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.hero-content h2 {
    font-size: 2.2rem;
    font-family: "Insignia";
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #ffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.hero-content{
    display: flex;
    justify-content: center;
    
    margin-top: -124px;
    
}


/****************************************** *********************About Section ***************************************************************************/
.about-section-custom {
    padding: 42px 130px;
    background: #fff;
    position: relative;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1.9fr 1fr;
    gap: 40px;
    align-items: center;
    position: relative;
}

.about-image-container {
    position: relative;
    transform: translateY(-120px);
    z-index: 5;

}

.about-image-wrapper {
    height: 400px;
    /* ajustable selon ton besoin */
    overflow: hidden;
    position: relative;
}

.about-image-wrapper img.about-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* ou "contain" si tu veux tout afficher sans couper */
    display: block;
}

.about-cube {
    position: absolute;
    bottom: -137px;
    right: -42px;
    background: #ff3b00;
    padding: 17px 23px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    color: white;
    z-index: 10;
    width: 245px;
    height: 190px;
}

/* Bordure animée en pseudo-élément */

/* Progress bar animée autour */
.about-cube::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 10px;
    background: conic-gradient(from 0deg,
            #ff9500 0%,
            #ff6f00 25%,
            #ff3b00 50%,
            #ff9500 75%,
            #ff6f00 100%);
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
    animation: rotate-border 4s linear infinite;
    z-index: -1;
}

@keyframes rotate-border {
    0% {
        transform: rotate(0turn);
    }

    100% {
        transform: rotate(1turn);
    }
}

.cube-line {
    font-size: 29px;
    font-family: "MyriadPro-Bold";
    line-height: 1.2;
    opacity: 0.6;
}

.cube-years {
    font-size: 56px;
    margin-top: 5px;
    font-weight: 800;
}

.cube-text {
    color: white;

    font-weight: bold;
    font-size: 20px;

}

.about-text-container {
    padding: 20px;
    position: relative;
    display: inline-block;
}

.about-icon

 {
    width: 125px;
    margin-bottom: 14px;
    margin-top: -40px;
    margin-left: -5px;
}

.section-title {
    font-size: 32px;
    color: #25336d;
    /* margin-bottom: -71px; */
    position: relative;
    margin-left: 20px;
    font-weight: bold;
    font-family: "MyriadPro-Regular";


}

.section-title span {
    color: #ff3b00 !important;
}

.about-description {
    font-size: 20px;
    line-height: 1.4;
    color: #25336d;
    margin-bottom: 20px;
    font-family: "MyriadPro-Regular";
    text-align: justify;
}

.about-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.cert-logos img {
    height: 40px;
    margin-right: 40px;
    opacity: 0.9;
}

.learn-more-btn-custom {
    position: relative;
    background: #ff3b00;
    color: white;
    padding: 4px 27px;
    font-size: 17px;
    font-weight: bold;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.btn-arrow-img {
    position: absolute;
    top: 5px;
    right: -24px;
    /* width: 40px; */
}
.btn-arrow-img-flech {
    position: absolute;
    top: 5px;
    right: -24px;
    /* width: 40px; */
}
.learn-more-btn-custom:hover {
    color: white;
    /* <- couleur au survol */
    background: #ff3b00;
    transform: translateX(5px);
}

.learn-more-btn-custom:hover a {
    color: #eee;
    transform: translateX(5px);
}

.about-side-image {
    display: flex;
    justify-content: flex-start;
}
/* ************************************************************** societe *********************************************************** */
/* SECTION GLOBALE AVEC IMAGE DÉCORATIVE */
.company-section {
  position: relative;
  padding: 4rem 0;
}

.company-section::before {
     content: "";
    position: absolute;
    top: 100px;
    right: 0;
    width: 262px;
    height: 65%;
  background: url(../images/Calque1.webp) no-repeat right center;
  background-size: cover;
  z-index: 1;
 
  pointer-events: none;
}

/* IMAGE À GAUCHE */
.company-main-image {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}
.company-image-wrapper img{
    width: 500px;
    height: 597px;
}
/* CUBE BAS DROIT */
.company-cube{
    position: absolute;
    bottom: -122px;
    right: 13px;
    background: #ff3b00;
    padding: 17px 23px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    color: white;
    z-index: 10;
    width: 245px;
    height: 190px;
}
.company-cube::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 10px;
    background: conic-gradient(from 0deg, #ff9500 0%, #ff6f00 25%, #ff3b00 50%, #ff9500 75%, #ff6f00 100%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
    animation: rotate-border 4s linear infinite;
    z-index: -1;
}
.company-cube .cube-line {
  font-size: 29px;
  font-family: "MyriadPro-Bold";
  line-height: 1.2;
  opacity: 0.6;
}

.cube-years {
  font-size:56px;
  font-weight:800;
  margin-top: 5px;
}

/* CONTENU TEXTE À DROITE */
.company-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.company-title span {
  color: #C02942;
}

.company-underline {
  display: block;
  max-width: 150px;
  margin-bottom: 1.5rem;
}

.company-text {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}

/* LOGOS PARTENAIRES */
.company-logos {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin: 2rem 0;
}

.company-logos img {
  max-height: 60px;
  width: auto;
}
.pic_underline {
    max-width: 150px;
    margin-top: -73px;
    margin-left: -14px;
}
/* **********************************************************************************Categorie section ********************************************************* */
/* Section principale */
/* .categorie-section-custom {
    background-color: #f5f4f4;

    background-image: url('../images/AVRITEC.webp');
    background-repeat: no-repeat;
    background-position: left 0% top;
    background-size: 1000px 129%;
   
    background-attachment: scroll;

    position: relative;
    z-index: 1;
    padding: 100px 0;
} */

.categorie-section-custom {
    background-color: #f5f4f4;
    position: relative;
    z-index: 1;
    padding: 100px 0;
    overflow: hidden; /* pour éviter tout débordement */
}

.categorie-section-custom::before {
    content: "";
    position: absolute;
    background-image: url(../images/AVRITEC.webp);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 1000px 129%;

    z-index: 0;
    top: 0px;
    bottom: -82px;
    left: 0;
    right: 0;
}
.categorie-section-custom::before {
    transform: translateY(-20px); /* effet décalé */
}
/* Conteneur général */
.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Titre */
.logo-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0px;
    margin-top: -17px;
}

.main-title {
    font-size: 32px;
    font-weight: bold;
    color: #2c5aa0;
    margin: 18px;
}

.main-title span {

    color: #ff3b00;

}

.title-underline {
    display: block;
    margin-top: -105px;
    width: 116px;
}

/* Paragraphe + flèches */
.subtitle-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: -40px;
}

.col-text {
    flex: 1;
    min-width: 250px;
}

.col-arrows {
    flex-shrink: 0;
}

.subtitle {
    font-size: 20px;
    color: #25336d;
    font-family: "MyriadPro-Regular";
    line-height: 1.6;
    margin-left: 120px;
    margin-right: 161px;
}

/* Flèches */
.navigation-arrows {
    display: flex;
    gap: 5px;
}

.nav-arrow {
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #ff8866, #ff3b00);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    transition: all 0.3s ease;
     z-index: 1000;
}

.nav-arrow:first-child {
    background: rgba(255, 102, 51, 0.3);
}

.nav-arrow:hover {
    background: linear-gradient(45deg, #ff3b00, #ff3b00);
    transform: translateY(-2px);
}
.products-carousel{
   margin: 25px 0px 25px 0px; 
}
/* Grille des produits */
.products-grid.row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}



/* Carte produit */
.product-card {
    background: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    padding: 11px 8px;
    display: flex;
    flex-direction: column;
    height: 382px;
    /* width: 240px; */
     transform-origin: center bottom;
    margin-bottom: 20px;
	margin-top: 20px;
	transition: 0.3s all;
}
.product-card-detail {
    background: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    padding: 11px 8px;
    display: flex;
    flex-direction: column;
    height: 382px;
    width: 240px;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    padding: 18px 0px;
}
.product-card:hover {
	background: linear-gradient(135deg, #ff3b00, #ff3b00);
    transform: scale(1.1); 
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    z-index: 10; 
	color: white;
}

/* Ajustements pour le contenu lors du hover */
/* .product-card:hover .product-description {
    white-space: normal; 
    overflow: visible; 
    text-overflow: clip; 
}

.product-card.featured {
    background: linear-gradient(135deg, #ff3b00, #ff3b00);
    color: white;
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    z-index: 10;
    height: auto;
    min-height: 400px;
    top: 15px;
}

.product-card.featured:hover {
    transform: scale(1.05) translateY(-8px);
}
*/
.product-card::before {
    content: '';
    position: absolute;
    bottom: -35px;
    right: -32px;
    width: 143px;
    height: 202px;
    background: url(../images/AVRITEC2.webp) center / contain no-repeat;
    opacity: 0.6;
    z-index: 1;
} 

/* Contenu produit */
.product-image {
    width: 169px;
    height: 169px;
    margin: 20px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    object-fit: cover;
 transition: all 0.3s ease;
}

.product-card:hover .product-image {
    transform: scale(1.03);
	background-color: white;
}

.img_categorie {
    width: 100%;
    height: 134px;
    object-fit: contain;
}
.img_produit {
    width: 100%;
    height: 134px;
    object-fit: contain;
}
.product-underline {
    display: block;
    /* margin: 0 auto 20px; */
    max-width: 80px;

    background: #ddd;
}

/* .product-card.featured .product-underline {
    background: rgba(255, 255, 255, 0.3);
} */

.product-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;

    color: #ff3b00;
    position: relative;
    z-index: 2;
	transition:0.3s all;
}

.product-card:hover .product-title {
    color: white;
}

.product-description {
    font-size: 15px;
    line-height: 1.5;
    color: #25336d;
    font-family: "MyriadPro-Regular";
    text-align: justify;
    flex-grow: 1;
    position: relative;
    z-index: 2;
        padding : 0px 15px 0px 15px;
    margin-bottom: 0px;
	transition:0.3s all;
}

.product-card:hover .product-description {
    color: rgba(255, 255, 255, 0.9);
}

/* .product-card.featured .product-image {
    background-color: white;
    width: 145px;
    height: 136px;
	transition:0.3s all;
} */

/* .product-card.featured {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
    transition: all 0.3s ease;
} */

/* Bouton "En savoir +" et "Nos catégories" */
.learn-more-produit {
  
    text-align: center;
    gap: 8px;
    background: linear-gradient(45deg, #ff3b00, #ff3b00);
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 15px 59px;
   
    transition: all 0.3s ease;
    font-size: 16px;
    width: 201px;
    position: relative;
    overflow: visible;
	transition: 0.3sa ll;
}


.btn-arrow-img {
    position: absolute;
    top: 1px;
    right: -24px;
    width: 35px;
    height: auto;

}

.btn-flech-img {

    position: absolute;
    right: -16px;
    /* Fait sortir la flèche à droite */
    top: 50%;
    transform: translateY(-50%);
    max-width: 30px;
    height: auto;
    pointer-events: none;

}
.btn-flech-img-one {

    position: absolute;
    right: 19px;
    /* Fait sortir la flèche à droite */
    top: 50%;
    transform: translateY(-50%);
    max-width: 30px;
    height: auto;
    pointer-events: none;

}
.learn-more {
    display: inline-flex;
    text-align: center;
    gap: 8px;
    background: linear-gradient(45deg, #ff3b00, #ff3b00);
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 4px 27px;
    transition: all 0.3s ease;
    font-size: 23px;
    /* width: 222px; */
    position: relative;
    overflow: visible;
}

.product-card .learn-more-produit {
    display: none;
}

.product-card.featured .learn-more-produit {
    display: inline-flex;
    transition: all 0.3s ease;
}



.learn-more:hover {
    color: white;
    /* <- couleur au survol */
    background: #ff3b00;
    transform: translateX(5px);
}

.learn-more:hover a {
    color: #eee;
    transform: translateX(5px);
}



/* Container du bouton centré */
.cta-container {
    text-align: center;
    margin-top: 60px;
}

/* Responsive */
@media (max-width: 1200px) {
    .products-grid .col {
        flex: 1 1 calc(33.33% - 30px);
        max-width: calc(33.33% - 30px);
    }
}

@media (max-width: 768px) {
    .products-grid .col {
        flex: 1 1 calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
}

@media (max-width: 480px) {
    .products-grid .col {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* ********************************************************************section nos-marchés************************************************  */
.marche-section-custom {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 0px 0;
    height: 865px;
}


.marche-section-inner {
    background-image: url('../images/AVRITEC3.webp');
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 615px;
    background-attachment: fixed;
    padding: 100px 0;
    z-index: 2;
}

.main-marche-title {
    font-size: 32px;
    font-weight: bold;
    color: white;
    margin: 18px;
}

.main-marche-title span {

    color: #ff3b00;

}

.title-underline {
    display: block;
    margin-top: -105px;
    width: 116px;
}

/* Paragraphe + flèches */
.subtitle-marche-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: -40px;
}

.subtitle-marche {
    font-size: 20px;
    color: white;
    font-family: "MyriadPro-Regular";
    line-height: 1.6;
    margin-left: 120px;
    margin-right: 161px;
}


    /* Navigation Arrows Styling */
        .navigation-arrows {
            display: flex;
            gap: 10px;
        }

        .nav-arrow {
            width: 45px;
            height: 45px;
            border: 2px solid #ff3b00;
            background: rgba(255, 59, 0, 0.1);
            color: #ff3b00;
            font-size: 20px;
            font-weight: bold;
           
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .nav-arrow:hover {
            background: #ff3b00;
            color: white;
            transform: scale(1.1);
        }

        .nav-arrow:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

        /* Owl Carousel Container */
        .marches-carousel {
            margin-top: 50px;
        }

        /* Désactiver les contrôles par défaut d'Owl Carousel */
        /* .owl-nav {
            display: none !important;
        } */

        .owl-dots {
            display: none !important;
        }

        .marche-col {
            padding: 0 15px;
        
        }
        
.marche-col.active {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    z-index: 10;
    height: auto;
    min-height:400px;
    top: 15px !important;
}
.owl-carousel .owl-item img {
    display:block;
    width: 100%;
    /* padding: 15px; */
}
.marche-card {
	width: 100%;
  display: block;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.marche-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* .marche-card.active .marche-image-container { */
    /* height: 500px; */
/* } */

.marche-card.active .marche-image-container img {
    transform: scale(1.05);
}

.marche-card.active .marche-footer {
    bottom: 25px;
    height: 65px;
    transform: translateY(15%);
}

.marche-card.active .marche-footer::before {
    height: 61%;
    top: 8px;

}

.marche-card.active .marche-footer::after {
    bottom: 21px;
}


.marche-image-container {
    height: 430px;
    overflow: hidden;
    transition: height 0.5s ease;
}

.marche-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}


.marche-footer {
    position: absolute;
    bottom: 0;
    left: 56px;
    width: 70%;
    height: 47px;
    padding: 11px;
    text-align: center;
    transform: translateY(30%);
    transition: all 0.5s ease;
}

.marche-footer::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 50px;
    width: 78%;
    height: 76%;
    background-color: #ff3b00;
    z-index: 0;
    transition: all 0.5s ease;
}


/* Boîte blanche contenant le titre */
.title-box {
    background-color: white;
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 38px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.title-box h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: "MyriadPro-Regular";
}

.marche-footer::after {
    content: "";
    position: absolute;
    bottom: 7px;
    right: -14px;
    width: 32px;
    height: 36px;
    background-color: rgb(255, 59, 0);
    z-index: 1;
    transition: bottom 0.5s;
}



.white-footer {
    background: #fff;
}

.orange-footer {
    background: #FF6B00;
    color: #fff;
}

.marche-footer h3 {
    margin: 7px;
    font-size: 1.3rem;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 992px) {
    .marche-col {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .marche-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .marche-image-container {
        height: 200px;
    }
}

/* ****************************************************************Detail About*******************************************************************  */
.about-section-timeline {
    max-width: 1400px;
    margin:90px auto;
    background: white;
    padding: 30px;
}

/* Titre */
.logo-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0px;
    margin-top: -17px;
}

.main-title {
    font-size: 32px;
    font-weight: bold;
    color: #25336d;
    margin: 18px;
}

.main-title span {

    color: #ff3b00;

}

.header-subtitle {
    color: #ff3b00;
    font-weight: bold;
}
.w-70{
    width: 70%;
}
.timeline-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
    position: relative;
}


.timeline-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
    position: relative;
}

.timeline-item {
    border-radius: 5px;
    padding: 15px 0px 0px 11px;
    margin-bottom: 20px;
    position: relative;
    height: 147px;
    width: 100%;
    max-width: 268px;
   

}


.timeline-text {
    line-height: 1.4;
    text-align: justify;
    font-family: "MyriadPro-Regular";
    font-size: 16px;
    color: #25336d;


}

.year-arrow {
    background-color: #ff3b00;
    color: white;
    padding: 8px 14px;
    font-size: 27px;
    font-weight: bold;
    position: relative;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
    min-width: 229px;
    text-align:center;
    margin-top: 10px;
    margin-left: -48px;
    z-index: 1;
}
.year-span   {
    font-size:20px ;
}
.continuation-arrow {
    position: absolute;
    right: -47px;
    top: 85.70%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #ff3b00;
    font-weight: bold;
}

.vertical-line {
    position: absolute;
    top: 0;
    left: 4%;
    transform: translateX(-50%);
    width: 2px;
    height: 156px;
    background-color: #ff3b00;
}

.horizental-line {
    position: absolute;
    top: calc(108% - 48px);
    left: calc(23% + 75px);
    height: 1px;
    width: 208px;
    background-color: #ff3b00;
}

.dot-top {
    position: absolute;
    top: -5px;
    left: 4%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background-color: #ff3b00;
    border-radius: 50%;
    z-index: 2;
}

.dot-buttom {
    position: absolute;
    bottom: 68px;
    left: 4%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background-color: #ff3b00;
    border-radius: 50%;
    z-index: 2;
}

/* ************************************************************************** fin detail de about *****************************  */
/* **************************************************************************detail de produit *****************************  */

/* .product-section {
  background: #f3f3f3;
  font-family: 'Segoe UI', sans-serif;
  padding: 40px;
  color: #001f4d;
} */
/* .product-section {
    background-color: #f5f4f4;
    background-image: url(../images/AVRITEC.webp);
    background-repeat: no-repeat;
    background-position: left -31% top;
    background-size: 1000px 129%;
    background-attachment: scroll;
    position: relative;
    z-index: 1;
    padding: 100px 0;
} */
.product-section {
    position: relative;
    z-index: 1;
   background-color: #f5f4f4;
    padding: 100px 0;
     overflow: hidden;
    
}
.decorative-bg-img {
    position: absolute;
    top: 0;
    left: -310px;
    width: 1108px;
    height: 1246px;
    z-index: 0;
    pointer-events: none;
    opacity: 1;
    object-fit: contain;
}
.intro-text h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}

.highlight-blue {
    color: #002f87;
}

.highlight-orange {
    color: #ff3b00;
}

.intro-text p {
    margin-bottom: 30px;
    font-size: 16px;
}

.product-content {
    display: flex;
    gap: 30px;
}

.sidebar {
    width: 335px;
    background: #fff;
    font-family: "MyriadPro-Regular";
    z-index: 1;
}

.side-titre {

    color: #25336d;
    font-weight: bold;
    padding: 13px 28px;
}

.category-list,
.subcategory-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list>li.toggle-sub {
    padding: 10px 28px;
    cursor: pointer;
    font-size: 17px;
    color: #454545;
    transition: background 0.3s, color 0.3s;
}
.category-list a {
    text-decoration: none;
    color: #333;
    display: block;

    border-radius: 5px;
    transition: all 0.3s ease;
}
/* .category-list a:hover {
    background-color: #f5f5f5;
    color: #ff6600;
} */
.category-list>li.toggle-sub:hover {
    background-color: #f0f0f0;
}

.category-list>li.active-cat {
    background-color: #ffefec;
    /* fond rose clair */
    color: #ff3b00 !important;
    /* orange */
}
/* Styles pour les catégories actives */
.category-list .active-cat a {

      color: #ff3b00;
    font-weight: bold;
}

.category-list .active-sub a {
   /* background-color: #ffefec; */
    color: #ff3b00;
    font-weight: bold;
}

.subcategory-list {
    padding: 5px 0 5px 20px;
    display: none;
    background-color: #ffefec;
    /* même fond */
}

.subcategory-list li {
    padding: 4px 28px;
    color: #454545;
    font-size: 15px;
    cursor: pointer;
}
.subcategory-list a {
    font-size: 0.9em;
    padding: 8px 12px;
}
.subcategory-list .subcategory-list a {
    font-size: 0.85em;
    padding: 6px 10px;
}
.subcategory-list li.active-sub {
    color: #ff3b00;
    font-weight: bold;
}
.active-cat {
    font-weight: bold;
    color: #25336d;
}
.active-sub {
    background-color: #ffefec;
    /* fond rose clair */
    color: #ff3b00;
}


.sibe-button {
    border: none;
    color: #ff3b00;
    padding: 10px 28px;
    background-color: transparent;
}

.more-products {
    color: #ff3b00;
    font-weight: bold;
    margin-top: 10px;
}

.main-content {
    flex: 1;
}

.blue-title {
    font-size: 20px;
    font-weight: bold;
    color: #ff3b00;
}

.main-desc {
    font-size: 16px;
    margin: 10px 0 30px 0;
    color: #25336d;
    text-align: justify;
}

.product-cards {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.product-card-detail p {
    color: #25336d;
   
    text-align: justify;
    padding: 15px 5px 15px 5px;
}
.product-card-detail:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* .product-card {
  background: white;
  padding: 15px;
  width: 220px;
  text-align: center;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
} */

/* .product-card img {
  width: 100%;
  max-width: 120px;
  margin-bottom: 10px;
} */

.product-title {
    font-size: 14px;
    margin-bottom: 8px;
}

.orange-text {
    color: #ff3b00;
}

/* **********************************************************************************second detail************************* */
.section-detail-produit {
    padding: 40px 0;

font-family: "MyriadPro-Regular";

}

.produit-title {
    font-size: 20px;
    color: #ff3b00;
    font-weight: bold;
    margin-bottom: 15px;
}

.image-produit {
    text-align: center;
    padding: 20px;
}

.image-produit img {
    max-width: 250px;
    height: auto;
}

.content-produit {
    padding: 35px;
    background-color: #f5f4f4;
}

.badge-tech {
    background-color: #ff3b00;
    color: white;
    padding: 10px 55px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    margin-left: -50px;
    font-size:18px;
    width: 352px;
    position: relative;
}

.flech_detail {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: auto;
}

.arrow-img {
    width: 14px;
    height: 14px;
}

.description-produit {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #25336d;
    text-align: justify;
}

/* Styles pour les onglets corrigés */
.tablist {
    margin-top: 30px;
    margin-bottom: 0;
}

.tab-button {
    background: #f7f7f7;
    border: 1px solid #ddd;
    color: #333;
    padding: 12px 15px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 2px;
    text-align: center;
    border-radius: 0;
}

.tab-button:hover {
    background-color: #e9ecef;
    border-color: #adb5bd;
}

.tab-button.active {
    background-color: #ff3b00;
    color: white;
    font-weight: bold;
    border-color: #ff3b00;
}

.tab-button:focus {
            outline: 2px solid #ffffff;
            outline-offset: 1px;
        }

/* Container pour les onglets avec espacement correct */
.tabs-container {
    
    padding: 0;
    
    overflow: hidden;
}

/* Style pour les colonnes des onglets */
.tab-col {
    padding: 0;
}

.tab-col:not(:last-child) .tab-button {
    border-right: none;
}

.caracteristiques-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 colonnes */
    gap: 10px 20px;
    /* espace entre lignes et colonnes */
}

.caracteristiques-grid li {
    border-bottom: none;
    /* On enlève les bordures si pas nécessaire en grille */
    padding-left: 0;
    list-style: none;
    position: relative;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    text-align: center;
}
.caracteristiques-grid li:hover {
    background-color: #ff3b00;
    color: white;
    
    transition: background-color 0.3s ease, color 0.3s ease; /* transition douce */
}




/* Responsive pour mobile */
@media (max-width: 768px) {
    .tab-button {
        font-size: 12px;
        padding: 10px 8px;
    }

    .produit-title {
        text-align: center;
        font-size: 18px;
    }

    .image-produit {
        margin-bottom: 20px;
    }
}

/* Contenu des onglets */
.tab-content-area {

    border-top: none;

    margin-top: 0;
    border-radius: 0 0 8px 8px;
}

.onglet-contenu {
    display: none;
}

.onglet-contenu.active {
    display: block;
}

.table-caracteristiques {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.table-caracteristiques td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.table-caracteristiques tr:hover {
    background-color: #f8f9fa;
}

/* Liste pour les caractéristiques */
.caracteristiques-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.caracteristiques-list li {
    padding: 14px 12px;
    border: 1px solid #eee;
    position: relative;
    padding-left: 22px;
    background-color: #ffffff;
}


.caracteristiques-list li:first-child {
    border-bottom: none;
}

/* ******************************************************************************************* detail marche pharma ******************************************************* */

/* .section_detail_marche {
   background-color: #f5f4f4;
    background-image: url(../images/AVRITEC.webp);
    background-repeat: no-repeat;
   background-position: left 100px;

    background-size: cover;

    background-attachment: scroll;
    position: relative;
    z-index: 1;
    padding: 100px 0;
} */

/* .section_detail_marche {
    position: relative;
    z-index: 1;
    margin-bottom: -19px;
  padding: 32px;
}

.background-img {
    position: absolute;
    top: 357px;
    left: -156px;
    width: 52%;
    display: block;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}
.titre-question {
  font-size: 21px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px; 
}
.titre-question i {
  color: #ff3b00; 
  font-size: 1.2em;
}
.section_detail_marche .container {
    position: relative;
    z-index: 1;
}
.pharma-text-top {
text-align:justify;
color:#25336d;
  margin: 0 auto 30px;
   font-size: 18px;
  line-height: 1.7;
      font-family: "MyriadPro-Regular";
}

.pharma-title {
  color: #1a237e;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.pharma-images {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.pharma-img-box {
  flex: 1 1 45%;
  
}

.pharma-img-box img {
  width: 100%;
  height: 400px;
  object-fit: cover;

}

.pharma-text-bottom {
  text-align:justify;
  color:#25336d;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7;
  font-family: "MyriadPro-Regular";
}
 */


.section_detail_marche {
    position: relative;
    z-index: 1;
    padding: 10px 0;
    /* background-color: #f9f9f9; */
    overflow: hidden;
}
.container75 {
    width: 75%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.1;
    pointer-events: none;
}
.background-img-marche {
    position: absolute;
    top:136px;
    left: -180px;
    width: 50%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    /* opacity: 0.1; */
    pointer-events: none;
}
.background-img-marche-right {
    position: absolute;
  
    right: -104px;
    width: 33%;
    height: 51%;
    object-fit: contain;
    z-index: 0;
   
}
.background-img-marche-right-two {
    position: absolute;
    
    right: -141px;
    width: 35%;
    height: 70%;
    object-fit: contain;
    z-index: 0;
}
.marche-main-content,
.marche-secondary-content {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
    margin-top: -40px;
}



.text-content-marche {
    flex: 1;
    text-align: justify;
    color: #25336d;
    font-size: 18px;
    line-height: 1.7;
    font-family: "MyriadPro-Regular";
}

.image-content {
    flex: 1;
}

.pharma-img-box {
   
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.pharma-img-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.pharma-img-box img:hover {
    transform: scale(1.03);
}

.titre-question {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #25336d;
    margin-bottom: 20px;
}

.titre-question i {
    color: #ff3b00;
    font-size: 1.2em;
}

.custom-bullets {
    list-style-type: none;
    padding-left: 0;
    margin: 20px 0;
}

.custom-bullets li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    line-height: 1.6;
}
.icon-li-end {
    margin-left: 6px;
    color: #eb290b;
    font-size: 0.9em;
}

.icon-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ff3b00;
    color: white;
    font-size: 16px;
    margin-left: 6px;
}

/* .custom-bullets li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #ff3b00;
    border-radius: 50%;
    transform: rotate(15deg);
} */

.custom-bullets strong {
    color: #1a237e;
}
/* ************************************************************page marche circuit************************************************ */
.section_marche_criecuit {
    position: relative;
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
}
/* Blob shape en bas à gauche */
.blob-bottom-left {
    position: absolute;
    bottom: -100px; /* Partiellement caché en bas */
    left: -80px;    /* Partiellement caché à gauche */
    width: 280px;
    height: 320px;
    background: linear-gradient(135deg, #ff3b00, #f9ca24, #ff3b00);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.15;
    z-index: 0; /* Derrière le contenu */
    
    /* Animation de déformation continue */
    animation: blobMorph 8s ease-in-out infinite;
}

/* Animation de déformation du blob */
@keyframes blobMorph {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        transform: rotate(0deg) scale(1);
    }
    25% {
        border-radius: 30% 70% 70% 30% / 40% 60% 40% 60%;
        transform: rotate(90deg) scale(1.1);
    }
    50% {
        border-radius: 70% 30% 40% 60% / 30% 70% 60% 40%;
        transform: rotate(180deg) scale(0.9);
    }
    75% {
        border-radius: 40% 60% 60% 40% / 70% 30% 30% 70%;
        transform: rotate(270deg) scale(1.05);
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        transform: rotate(360deg) scale(1);
    }
}
.container75 {
    width: 75%;
    margin: 0 auto;
    position: relative;
     
}

/* Système de grille */
.grid-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: -45px;
}

.grid-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}



/* Styles pour le contenu */
.text-content-circuit {
    height: 100%;
    color: #25336d;
    text-align: justify;
        font-size: 18px;
    font-family: "MyriadPro-Regular";
}

.full-width {
    width: 100%;
}

/* Styles pour les images */
.images-container {
    position: relative;
    height: 100%;
}

.main-image-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%; /* Ratio 4:3 */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
   
}

.main-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes floatEffect {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.secondary-image-container {
    position: absolute;
    bottom: -180px;
    right: -49px;
    width: 65%;
    height: 65%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    
    /* Animation flottante */
    animation: floatEffect 4s ease-in-out infinite;
}

.secondary-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-background-deform {
    position: absolute;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #ff6b35, #f9ca24, #ff6b35);
    border-radius: 45% 55% 60% 40% / 40% 65% 35% 60%;
    box-shadow: 0 20px 40px rgba(255, 107, 53, 0.3);
}

.main-image-container {
    position: relative;
    /* Assure que l'image reste au-dessus */
    z-index: 1;
}

.titre-question {
    color: #333;
    margin-top: 20px;
    font-size: 1.5rem;
}

/* Styles pour les listes à puces */
.custom-bullets {
    list-style-type: none;
    padding-left: 0;
    margin: 15px 0;
}

.custom-bullets li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 1.5;
}

/* .custom-bullets li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #2a7fbd;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
} */

/* Responsive */
@media (max-width: 768px) {
    .container75 {
        width: 90%;
    }
    
    .col-6 {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .main-image-container {
        padding-bottom: 56.25%; /* Ratio 16:9 sur mobile */
    }
}

/* ************************ page  de marche ********************  */


/* =============================================
   SECTION PARALLAX - NOS MARCHÉS
   ============================================= */

.markets-section {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}



.markets-bg-parallax {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.1;
}

.markets-bg-parallax img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.markets-content {
    position: relative;
    z-index: 1;
}

.markets-header {
   
    margin-bottom: 4rem;
    padding: 0 1rem;
}

.markets-main-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-family: "MyriadPro-Regular";
    position: relative;
     color: #25336d;
}

.markets-main-title span
{
    font-weight: bold;
    color: #ff3b00;
}
.markets-title-underline {
    width: 128px;
    height: auto;
    margin-top: -61px;
    left: 25px;
    margin-left: -27px;
}

.markets-subtext {
    font-size: 20px;
    color: #25336d;
    font-family: "MyriadPro-Regular";
 
    margin: 0 auto;
    line-height: 1.6;
  
}





.markets-grid-container {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.markets-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 1024px) {
    .markets-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.markets-card {
  
    border-radius: 0.5rem;
    overflow: hidden;
    backdrop-filter: blur(4px);
 
       background-origin: border-box;
    background-clip: padding-box, border-box;
    transition: all 0.3s ease;
}
.markets-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    background: linear-gradient(130deg, #ee3b1b, #ff3b00, #eb8510);
    background-size: 300% 300%;
    border-radius: inherit;
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    animation: borderLoop 4s linear infinite;
}

.markets-card:hover::before {
    opacity: 1;
}

@keyframes borderLoop {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.markets-card:hover {
    border-color: rgba(96, 165, 250, 0.3);
    box-shadow: 0 10px 25px rgba(96, 165, 250, 0.1);
}

.markets-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.5rem;
}

.markets-card-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .markets-card-content {
        flex-direction: row;
    }
}

.markets-card-image {
    flex-shrink: 0;
    width: 6rem;
    height: 6rem;
    border-radius: 9999px;
    border: 2px solid #ff3b00;
    overflow: hidden;
    transition: border-color 0.3s;
}

.group:hover .markets-card-image {
    border-color:#ff3b00;
}

.markets-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.markets-card-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
    color: #25336d;
        font-family: "MyriadPro-Regular";
}

.markets-card-desc {
    color: #25336d;
    font-size: 0.875rem;
    text-align: justify;
    line-height: 1.625;
    font-family: "MyriadPro-Regular";
}

.markets-card-footer {
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
       position: relative;
        font-family: "MyriadPro-Regular";
}
.secteur-learn-more-btn{
    position: relative;
    background: #ff3b00;
    color: white;
    padding: 4px 20px;
    font-size: 17px;
    font-weight: bold;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-flex
;
    align-items: center;
}
.secteur-en_plus_img {
    position: absolute;
    top: 1px;
    right: -17px;
    width: 35px;
    height: auto;
}

.secteur-learn-more-btn:hover {
    color: #ff3b00;
    background-color: white;
        transform: translateX(5px);
}






/* ******************************************************************Contact************************************************ */


.contact-page-section {
  padding: 60px;
  height: 1000px;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 30px;
  align-items: start;
}
.contact-page-input-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.contact-page-image-wrapper {
  position: relative;
}
.contact_map {
    position: absolute;
    bottom: -122px;
    right: 20px;
    width: 348px;
    height: 255px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    /* border-radius: 12px; */
    overflow: hidden;
    z-index: 5;
}
.contact-page-image {
  width: 65%;
  object-fit: cover;
 
}

.contact-page-content {
  padding-right: 40px;
}
.contact-page-infos{
    margin-top: -45px;
}
.contact-page-title {
  font-size: 32px;
  margin-bottom: 10px;
}

.contact-page-deco-line {
  margin-bottom: 20px;
}

.contact-page-subtitle {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.contact-page-form-group {
  margin-bottom: 15px;
}

.contact-page-input,
.contact-page-textarea {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 15px;
}

.contact-page-btn {
  background-color: #ff3b00;
  color: #fff;
  padding: 10px 25px;
  border: none;
 
  cursor: pointer;
  transition: 0.3s;
}

.contact-page-btn:hover {
  background-color: #ff3b00;
}

.contact-page-map iframe {
  width: 100%;
  height: 300px;
  border-radius: 12px;
}
.contact-page-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.contact-page-info-item  i{
    margin-top: 4px;
 color:#ff3b00;
}
.contact-page-info-item a{

 color:#1e2a5a;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-page-info-item a:hover {
  color: #1e2a5a;
  text-decoration: underline;
}
.contact-page-icon-img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  object-fit: contain;
}

.contact-page-privacy-note {
  font-size: 10px;
  line-height: 14px;
  padding-top: 20px;
}

.contact-page-message {
  padding: 10px 0;
}

.contact-page-check-text {
  font-size: 13px;
}

/* Responsive */
@media (max-width: 991px) {
  .contact-page-grid {
    grid-template-columns: 1fr;
  }

  .contact-page-content {
    padding: 0 20px;
  }

  .contact-page-image {
    max-height: 300px;
    object-fit: cover;
  }
}

/* ********************************************************************************Mentions************************************ */

.marche-section-inner-mention {
    background-image: url('../images/AVRITEC3.webp');
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 615px;
    background-attachment: fixed;
    padding: 10px 0;
    z-index: 2;
}
/* Espacement entre colonnes */
.mentions-content .row {
    row-gap: 30px;
}

/* Carte gauche */
.mentions-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    font-family: "MyriadPro-Regular";
}

.mentions-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mentions-info p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    border-bottom: 1px solid #1e2a5a;
    padding-bottom: 10px;
    color: #1e2a5a;
}

.mentions-info p:last-child {
    border-bottom: none;
}

.mentions-info a {
    color: #1e2a5a;
    text-decoration: underline;
}

/* Texte droit */
.mentions-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.mention_underline {
    width: 150px;
    margin-top: -67px;
    margin-left: -16px;
}
.text-content {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.text-content p {
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.6;
}

.text-content p:last-child {
    margin-bottom: 0;
}

/* Image en bas */
.mentions-image {
    text-align: end;
    margin-top: -10px;
}

.mentions-image img {
    max-width: 100%;
    height: auto;
}

/* Responsive */
@media (max-width: 768px) {
    .mentions-card,
    .text-content {
        padding: 20px;
    }

    .mentions-image {
        text-align: center;
    }
}














/* ************************************************************************** fin detail de produit *****************************  */
/* ********************************************************************************************************************************************Responsive pc 1500PX **************************  */

@media (max-width: 1500px) {

    /* ***********************************************************footer ********************************************  */
  

    .footer-section ul li a {
        font-size: 15px !important;
    }

    .footer-section h3 {
        font-size: 20px !important;
    }

    .contact-left p,
    .contact-right p {
        font-size: 15px !important;
    }

    .contact-left p strong,
    .contact-right p strong {

        font-size: 14px !important;
    }

    .footer-sections-row {
        display: flex;
        justify-content: space-between;
        width: 88% !important;
        flex-wrap: wrap;
        /* gap: 40px; */
    }

    .footer-background {
         
        right: 199px !important;
        top: 46% !important;
        width: 117px;
    }

    .footer-background img {
        height: 562px !important;
        width: 460px !important;
    }

    .contact-icon {
        width: 20px !important;
    }

    /* ***************************************************************************************************** fin fr  footer ***************  */
    /* ***********************************************************************************header*************************** */
    .top-titre {
        font-size: 15px !important;

    }

    .bandeau_section {
        position: relative;
        height: 610px !important;
        background-attachment: fixed;
        min-height: 500px;
        background: url(../images/bandeau_pic.webp);
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        text-align: center;
        clip-path: polygon(0 0, 100% 0, 100% 76%, 0 100%);
        margin-bottom: -80px;
        z-index: 1;
    }

    .hero-content h1 {
        font-size: 50px !important;
    }

    .about-cube {
        bottom: -71px !important;
        right: -5px !important;
        width: 191px !important;
        height: 139px !important;
    }

    .about-section-custom {
        padding: 64px 15px !important;
     
    }

    .about-grid {
        display: grid;

        gap: 40px !important;
        align-items: center;
        position: relative;
    }

    .cert-logos img {

        margin-right: 15px !important;

    }

    .cube-line {
        font-size: 22px !important;
    }

    .cube-years {
        font-size: 41px !important;
        margin-top: 5px !important;

    }

    .about-description {
        font-size: 18px !important;

    }
    .about-section-societe {
 
    padding: 0px 22px !important;
    
}

    .categorie-section-custom {

        background-size: 697px 129% !important;
        /* réduit la hauteur de l'image */

    }

    /* ************************************************************************ about detail *********************************************************** */
    .horizental-line {

        top: calc(108% 201.406px - 44px) !important;
        left: calc(23% + 88px) !important;

    }

    .continuation-arrow {

        right: -23px !important;
        top: 85.70% !important;

    }
    .about-image-container-societe {
  
    transform: translateY(-33px) !important;


}
}

/* ********************************* TABLETTE max-991px ********************************* */
@media (max-width: 991px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .about-image-container {
        transform: translateY(-50px);
        text-align: center;
    }

    .about-cube {
        position: relative;
        bottom: auto !important;
        right: auto !important;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-text-container {
        padding: 20px;
        top: 0;
        right: 0;
        text-align: center;
    }

    .section-title {
        font-size: 26px;
        margin: 0 auto 15px auto;
    }

    .about-icon {
        margin-bottom: -39px;
        margin-top: -96px;
        width: 114px;
        right: 25px;
        margin-left: -146px;
    }

    .about-description {
        font-size: 18px;
    }

    .about-footer {
        flex-direction: column;
        align-items: center;
    }

    .cert-logos {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .cert-logos img {
        margin: 0 10px;
        height: 35px;
    }

    .learn-more-btn-custom {
        margin-top: 15px;
    }

    .about-side-image {
        display: none;
    }
}


/* ********************************* MOBILE max-576px ********************************* */
@media (max-width: 576px) {
    .about-section-custom {
        padding: 40px 20px;
    }

    .about-image-wrapper {
        height: 260px;
    }

    .about-cube {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .cube-line {
        font-size: 20px !important;
    }

    .cube-years {
        font-size: 35px !important;
    }

    .cube-text {
        font-size: 16px;
    }

    .about-description {
        font-size: 16px !important;
    }

    .btn-arrow-img {
        width: 28px;
        right: -18px;
    }

    .learn-more-btn-custom {
        font-size: 13px;
        padding: 10px 16px;
    }

    .section-title {
        font-size: 22px;
    }
}