
@font-face {
    font-family: "Century Gothic Bold";
    font-display: swap;
    src: url("../fonts/CenturyGothicBold/0d78b12d6be09203d1fbeb76871a369a.eot");
    src: url("../fonts/CenturyGothicBold/0d78b12d6be09203d1fbeb76871a369a.eot?#iefix")format("embedded-opentype"),
    url("../fonts/CenturyGothicBold/0d78b12d6be09203d1fbeb76871a369a.woff2")format("woff2"),
    url("../fonts/CenturyGothicBold/0d78b12d6be09203d1fbeb76871a369a.woff")format("woff"),
    url("../fonts/CenturyGothicBold/0d78b12d6be09203d1fbeb76871a369a.ttf")format("truetype"),
    url("../fonts/CenturyGothicBold/0d78b12d6be09203d1fbeb76871a369a.svg#Century Gothic Bold")format("svg");
}


@font-face {
    font-family: "Century Regular";
    font-display: swap;
    src: url("../fonts/CenturyRegular/eb8bce5fb7797d83dac4cf917ec75289.eot");
    src: url("../fonts/CenturyRegular/eb8bce5fb7797d83dac4cf917ec75289.eot?#iefix")format("embedded-opentype"),
    url("../fonts/CenturyRegular/eb8bce5fb7797d83dac4cf917ec75289.woff2")format("woff2"),
    url("../fonts/CenturyRegular/eb8bce5fb7797d83dac4cf917ec75289.woff")format("woff"),
    url("../fonts/CenturyRegular/eb8bce5fb7797d83dac4cf917ec75289.ttf")format("truetype"),
    url("../fonts/CenturyRegular/eb8bce5fb7797d83dac4cf917ec75289.svg#Century Regular")format("svg");
}

@font-face {
    font-family: "Century Gothic Regular";
    font-display: swap;
    src: url("../fonts/CenturyGothicRegular/CenturyGothicRegular.ttf")format("truetype");
}

@font-face {
    font-family: "Lato Bold";
    font-display: swap;
    src: url("../fonts/latobold/9d942e0ff1014c476713a855710ce309.eot");
    src: url("../fonts/latobold/9d942e0ff1014c476713a855710ce309.eot?#iefix")format("embedded-opentype"),
    url("../fonts/latobold/9d942e0ff1014c476713a855710ce309.woff2")format("woff2"),
    url("../fonts/latobold/9d942e0ff1014c476713a855710ce309.woff")format("woff"),
    url("../fonts/latobold/9d942e0ff1014c476713a855710ce309.ttf")format("truetype"),
    url("../fonts/latobold/9d942e0ff1014c476713a855710ce309.svg#Lato Bold")format("svg");
}



*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: "Century Gothic 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: "Century Gothic Regular";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1d3557;
  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;
  color: #030d28;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #7AB730;
  text-decoration: none;
  background-color: transparent;
	transition: all 0.2s ease-in-out
}

a:hover {
  color: #527a20;
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

.family_poppins{
	font-family: "Poppins", sans-serif;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #212121;
}

h1, .h1 {
  font-size: 2.5rem;
}

@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw) ;
  }
}

h2, .h2 {
  font-size: 2rem;
}

@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw) ;
  }
}

h3, .h3 {
  font-size: 1.75rem;
}

@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

h4, .h4 {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
/*==============================================
================================================
===============================================*/
.section{
	position:relative;
	padding: 4rem 0;
}
.container75{
	min-width:75vw;
}
.container65 {
    min-width: 65vw;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 11;
	cursor:pointer;
	width: 40px;
  height: 40px;
	background: #1a304f;
  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%;
}
/* .dropdown-menu {
    
    min-width: 13rem !important;
   
} */
/* 
@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;
} */

.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;
}
/**********************************************************style header****************************/

.logo_header {
  width: 260px;
}

.header {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 9999;
  background: #ffffff;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* .header .container-fluid {
  padding: 10px 20px !important;
} */


.menu-wrapper {
  display: flex;
  align-items: center;
   gap: 8px
}


.home-link {
  background-color: #3a6e90;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.img_nav {
    width: 30px;
    height: 30px;
}
.home-link a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
   position: relative; 
}

.home-link a:hover {
  color: #f04b4b;
}

.home-link a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -20px;
    left: -20px;
    background-color: #e63744;
    transition: width 0.3s 
ease;
}

.home-link a:hover::before {
  width: 100%;
}


.home-link a.active img {
    filter: brightness(0) saturate(100%) invert(20%) sepia(68%) saturate(5950%) hue-rotate(345deg) brightness(87%) contrast(110%);
}


.home-link a.active::before {
    width: 234%;
    background-color: #e63744;
    height: 4px;
    bottom: -22px;
}

.main_navbar {
  background-color: #1d3557;
  padding: 0;
  height: 100%;
}

.main_navbar .navbar-nav {
  list-style: none;
  margin: 0;
  padding: 3px 28px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  height: 100%;
}

.main_navbar .nav-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}


.main_navbar .nav-item:not(:last-child)::after {
  content: "|";
  color: #ffffff;
  opacity: 0.6;
  margin: 0 15px;
  font-weight: 300;
}

.main_navbar .nav-link {
      position: relative; 
    color: #fff !important;
    text-decoration: none;
    font-size: 17px;
    font-family: "Century Gothic Regular";
    padding: 13px 28px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: 0.3s;
    height: 100%;
}
/* .main_navbar .nav-link::before {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -3px;
    left: 0;
    background-color: #e63744;
    transition: width 0.3s 
ease;
}
.main_navbar .nav-link.active {
  color: #e63744 !important;
  font-family: "Century Gothic Bold";
}

.main_navbar .nav-link.active::before {
  width: 100%;
  background-color: #e63744;
}

.main_navbar .nav-link:hover::before {
  width: 100%;
}
.main_navbar .nav-link:hover {
  color: #e63744 !important;
  background: transparent;
font-family: "Century Gothic Bold";
}

.main_navbar .nav-link i {
  font-size: 16px;
  margin-right: 4px;
}


.main_navbar .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  border: none;
  border-radius: 0;
  min-width: 220px;
  z-index: 1000;
  margin: 0;
  padding: 10px 0;
}

.main_navbar .dropdown-item {
  display: block;
  padding: 10px 10px;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
}

.main_navbar .dropdown-item:hover {
  background: #f8f8f8;
  color: #e63744;
}


.main_navbar .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}

.main_navbar .dropdown-toggle::after {
  display: inline-block !important;
  margin-left: 0.5em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
} */

.header-right {
    display: flex;
    align-items: center;
      gap: 20px;
    margin-left: -60px;
}


.btn-contact {
    background: #e63744;
    color: #fff !important;
    padding: 16px 40px;
    text-decoration: none;
    font-weight: 600;
    width: 200px;
    transition: 0.3s;
    text-align: center;
    white-space: nowrap;
}

.btn-contact:hover {
  background: #c62839;
}


.lang-switch {
  position: relative;
}

.lang-btn {
  background: transparent;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 4px;
}

.lang-btn:hover {
  background: #f5f5f5;
}

.lang-btn i {
  color: #1f3654;
  font-size: 12px;
}

.flag-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #ddd;
}

.lang-dropdown {
  position: absolute;
  top: 120%;
  right: 0;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border-radius: 6px;
  display: none;
  list-style: none;
  margin: 0;
  padding: 5px 0;
  z-index: 10;
  min-width: 150px;
}

.lang-dropdown li {
  padding: 5px 15px;
  white-space: nowrap;
}

.lang-dropdown li a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1f3654;
  text-decoration: none;
  font-size: 14px;
}

.lang-dropdown li:hover {
  background: #f2f2f2;
}

.lang-switch.active .lang-dropdown {
  display: block;
}

/* Responsive */
@media (max-width: 992px) {
  .menu-wrapper {
    flex-direction: column;
    width: 100%;
  }
  
  .main_navbar .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  
  .main_navbar .nav-item {
    width: 100%;
  }
  
  .main_navbar .nav-item:not(:last-child)::after {
    content: none;
  }
  
  .main_navbar .nav-link {
    width: 100%;
  }
  
  .main_navbar .dropdown-menu {
    position: relative;
    box-shadow: none;
    background: #f5f5f5;
  }
}
/*********************************fin header***********************/

/*********************************Debut footer ***********************/
.footer{
	background-color: #ffffff;
	position:relative;
}
.footer .footer-top{
	padding-bottom: 3rem;
	padding-top: 3rem;
}
.footer p, .footer i {
  color: #CCCCCC;
}
/* .footer a {
    color:#1d3557;
} */
 .footer a {
    color: #1d3557;
    display: inline-block; /* obligatoire pour translateX */
    transition: 0.3s ease;
}

.footer a:hover {
    color: #1d3557; /* même couleur */
    transform: translateX(5px); /* déplacement vers la droite */
}

.footer .h5{
	color: #e63946;
     font-family: "Century Gothic Bold";
}
.circle-icon {
    display: inline-block;
    width: 6px;         
    height: 6px;
    background-color: #1a304f; 
    border-radius: 50%;
    margin-right: 20px; 
    vertical-align: middle; 
}
.img_footer{
    width: 350px;
}
/*********************************fin 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;
}

/* ==============================
   style section de page header
================================ */
/* .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);
}
.banner-heading {
	position: relative;
  text-align: center;
}
.banner-heading .h1{
		color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 800;
}
.page-header .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    background: transparent;
		justify-content: center;
}
.page-header .breadcrumb li, 
.page-header .breadcrumb li a {
    font-size: 16px;
    color: #f5f5f5;
    position: relative;
}
.page-header li+li:before{
	content:"\f105";
		position:absolute;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		left: 8px;
		top: 50%;
		font-size:16px;
		transform: translateY(-50%);
		color: #fff;
}
.page-header li+li{
	padding-left: 25px;
} */
 .page-header {
  background-size: cover;
  background-position: center;
  color: #fff;
  background-color: #e9ecef;
  position: relative;
  overflow: hidden;
}

.banner-heading h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}
.banner-heading{
        margin-top: 117px;
}
.breadcrumb {
  display: flex;
  gap: 10px;
  font-size: 1rem;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    list-style: none;
    /* background-color: #e9ecef; */
    width: 100%;
    padding: 31px 40px 25px 165px;
}
.breadcrumb li a {
  color: #1d3557;
  
}

.breadcrumb li.active {
  color: #e63744;
  text-decoration: underline;
  font-family: "Century Gothic Bold";
}
.banner-image{
    height: 200px;
}
.banner-image img {

    width: 100%;
    height: 100%;
   
    object-fit: cover;
}


.breadcrumb li + li::before {
  content: ">";
  color: #1d3557;
  margin: 0 8px;
  text-decoration: none; 
}

.breadcrumb li.active {
  color: #e63744;
  font-family: "Century Gothic Bold";
  text-decoration: none; 
}

.breadcrumb li.active span, .breadcrumb li.active h1 span {
  text-decoration: underline;
}
/* ==============================
  Fin section de page header
================================ */
.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;
}


/* ==============================
   style section de bandeau 
================================ */


.bandeau_section {
  width: 100%;
  overflow: hidden;
}

.slider_area {
  width: 100%;
}

.slide-item {
  display: flex;
  align-items: stretch;
  min-height: 800px;
  background: #f5f5f5;
}


.slid_content {
  width: 33.333333%;
  background: #ffffff;
  padding: 150px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  position: relative;
}


.titre_bandeau {
  margin-bottom: 25px;
}

.titre-bandeau-one {
  font-size: 45px;
  
  color: #1d3557;
  line-height: 1.4;
  letter-spacing: 1px;
}

.titre-bandeau-two {
  display: inline-block;
  background-color: #1d3557; 
  color: #fff;
  font-size: 45px;

  padding: 6px 18px;
 
  margin-top: 8px;
margin-bottom:8px;
}

/* Pagination */
.bandeau-pagination {
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-size: 18px;

}

.bandeau-pagination .num {
    color: #1d3557;
    margin: 0 8px;
    font-size: 35px;
     font-family: "Century Regular";
}

.bandeau-pagination .num.active {
  color: #e63744; 
 
}

.bandeau-pagination .dot {
  width: 10px;
  height: 10px;
  background-color: #e63744;
  border-radius: 50%;
 
}

.bandeau-pagination .line {
    display: inline-block;
    width: 190px;
    height: 1.5px;
    background-color: #1d3557;
    
}


.slide-image {
  width: 66.666667%;
  position: relative;
  overflow: hidden;
height:847px;
object-fit:cover;
}

.slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slide-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(29, 53, 87, 0.3) 0%, transparent 50%);
  pointer-events: none;
}


.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(230, 57, 70, 0.9) !important;
  color: #fff !important;
  width: 50px;
  height: 50px;
  border-radius: 0 !important;
  font-size: 24px;
  transition: 0.3s;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: #e63946 !important;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: rgba(255,255,255,0.5);
  border: 2px solid #fff;
  margin: 5px;
  transition: 0.3s;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #e63946;
  border-color: #e63946;
}

/* Responsive */
@media (max-width: 992px) {
  .slide-item {
    flex-direction: column;
    min-height: auto;
  }
  
  .slid_content,
  .slide-image {
    width: 100%;
  }
  
  .slid_content {
    padding: 40px 30px;
  }
  
  .slide-image {
    min-height: 400px;
  }
}

@media (max-width: 576px) {
  .slid_content .h1 {
    font-size: 24px;
  }
  
  .slid_content .p {
    font-size: 14px;
  }
}



/* ==============================
   style section de a propos 
================================ */

 .section-propos {
            padding: 80px 0;
           
        }

       
        
        .badge-experience {
            position: relative;
            width: 180px;
            height: 180px;
            background: #e63744;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: white;
            position: absolute;
            top: -30px;
            left: -30px;
            z-index: 10;
            box-shadow: 0 8px 20px rgba(231, 76, 60, 0.3);
              
           /* animation: floatBadge 3s ease-in-out infinite; */
        }
     
            /* @keyframes floatBadge {
                0% {
                    transform: translateY(0px);
                }
                50% {
                    transform: translateY(-12px);
                }
                100% {
                    transform: translateY(0px);
                }
            } */

        .badge-experience .badge-text-top {
            font-size: 16px;
          font-family: "Century Gothic Bold";
        }

        .badge-experience .badge-nombre {
            font-size: 42px;
           font-family: "Century Gothic Bold";
            line-height: 1;
            margin: 5px 0;
        }

        .badge-experience .badge-text-bottom {
            font-size: 16px;
            font-family: "Century Gothic Bold";
            letter-spacing: 0.5px;
             color: #1d3557;
        }

     
        .image-container {
            position: relative;
            border-radius: 50%;
            width: 100%;
            max-width: 575px;
            aspect-ratio: 1;
        }
/* .image-container {
    position: relative;
    border-radius: 50%;
    width: 100%;
    aspect-ratio: 1;
    background: radial-gradient(circle, #9C9895 0%, #6D6B69 65%, #6D6B69 100%);
    overflow: hidden; 
} */

        .image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
           object-position: 20% 100%;
        }

/* .btn-savoir-plus {
  position: absolute;
  bottom: 30px;
  left: 89%;
  transform: translateX(-50%);
  background-color: #e63744;
  color: white;
  padding: 16px 30px;
  text-decoration: none;
  font-weight: 600;
 
  transition: all 0.3s ease;
  z-index: 10;
  width: 190px;
}

.btn-savoir-plus:hover {
 
    transform:translateY(-3px);
    color: #ffffff;

} */
.btn-savoir-plus {
  position: absolute;
  bottom: 30px;
  left: 89%;
  transform: translateX(-50%);
  background-color: #e63744;
  color: white;
  padding: 16px 30px;
  text-decoration: none;
  font-weight: 600;
 text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
  width: 190px;
  box-shadow: 0 4px 10px rgba(230, 55, 68, 0.3);
}

.btn-savoir-plus:hover {
  transform: translateX(-50%) translateY(-6px);
  color: #fff;
}
.btn-savoir-plus.banner {
display: flex;
justify-content: center;
align-items: center;
position:relative;
bottom:0;
left:0;
transform:translateX(0%);
}
.btn-savoir-plus.actu {
display: flex;
justify-content: center;
align-items: center;
position:relative;
bottom:0;
left:0;
transform:translateX(0%);
padding: 10px 15px;
}
/* 
.triangles-petite {
  display: flex;
  flex-direction: row;
  gap: 17px;
  transition: opacity 0.3s ease;
  margin-right: 10px;
  margin-left: 10px;
  position: absolute;
  top: 12px;
  right: -29px;
}

.triangle-petite {
  border-left: 37px solid #1d3557;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.triangle-back-petite {
  opacity: 0.5;
  right: -36px;
  position: relative;
}

.triangle-front-petite {
   z-index: 1;
} */


.triangles-petite {
  display: flex;
  flex-direction: row;
  gap: 17px;
  transition: opacity 0.3s ease;
  margin-right: 10px;
  margin-left: 10px;
  position: absolute;
  top: 12px;
  right: -29px;
}

.triangle-petite {
  border-left: 37px solid #1d3557;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transform-origin: left center;
}

/* Triangle arrière un peu plus discret */
.triangle-back-petite {
  opacity: 0.5;
  right: -36px;
  position: relative;
  animation: pulseTriangleBack 2.5s ease-in-out infinite;
}

/* Triangle avant avec un petit mouvement rythmique */
.triangle-front-petite {
  z-index: 1;
  animation: pulseTriangleFront 2.5s ease-in-out infinite;
  animation-delay: 0.3s;
}

/* Animation du triangle avant */
@keyframes pulseTriangleFront {
  0%, 100% {
    transform: scale(1) translateX(0);
  }
  50% {
    transform: scale(1.1) translateX(3px);
  }
}

/* Animation du triangle arrière */
@keyframes pulseTriangleBack {
  0%, 100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}

        .content-wrapper {
            padding-left: 0px;
        }
.content-wrapper-en{
    margin-left: -65px;
}
        
        .titre-principal {
            font-size: 34px;
            font-weight: 300;
            margin-bottom: 15px;
            color: #1d3557;
        }

        .titre-principal .mot-accent {
            
            color: #1d3557;
            font-family: "Century Gothic Bold";
        }

       .sous-titre {
            font-size: 20px;
            color: #e5303d;
            margin-bottom: 25px;
            letter-spacing: 0.5px;
            /* text-align: justify; */
        }
        .sous-titre1 {
            font-size: 19px;
            color: #e5303d;
            margin-bottom: 25px;
            letter-spacing: 0.5px;
            text-align: justify;
        }
        .texte-description {
            font-size: 16px;
            line-height: 1.4;
             color: #1d3557;
            margin-bottom: 20px;
            text-align: justify;
        }
        .texte-description strong {
            color: #2c3e50;
            font-weight: 600;
        }

    
        .valeurs-container {
            display: flex;
            gap: 0;
            margin-top: 30px;
        }

            .valeur-btn {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 7px 50px;
            font-size: 14px;
            font-weight: 600;
            width: 230px;
            text-align: center;
            }


        .valeur-btn.active {
            background-color: #1a3a5c;
            color: white;
        }

        .valeur-btn.qualite {
            background-color: #467c9d;
             color: white;
          
        }

        .valeur-btn.reactivite {
            background-color: #e63a46;
            color: white;
        }

        @media (max-width: 768px) {
            .row {
                flex-direction: column;
            }

            .container75 {
                max-width: 95%;
            }

            .badge-experience {
                width: 140px;
                height: 140px;
                top: -20px;
                left: -20px;
            }

            .badge-experience .badge-nombre {
                font-size: 32px;
            }

            .titre-principal {
                font-size: 28px;
            }

            .valeurs-container {
                flex-direction: column;
            }
        }

/* ==============================
   style section de Nos Savoir
================================ */


.section-nos-savoir {
  padding: 60px 0;
  overflow: hidden;
  background: transparent;
  
}
.marginLeft{
    margin-left: -25px;
}
.content-left {
    padding: 40px 0px 0px 339px;
 
    background-color: #ffffff;
}
.expertise-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.expertise-list li {
  padding: 28px 20px;
  font-size: 25px;
  border-bottom: 1px solid #e63744;
  cursor: pointer;
  display: flex;
  align-items: center;
 
  position: relative;
   transition: 
    font-size 0.3s ease,
    padding 0.3s ease,
    color 0.3s ease,
    background-color 0.3s ease;
}
.expertise-list li h3:hover {
color:#3a6e90;
}

.triangles {
  display: flex;          
  flex-direction: row;      
  gap: 4px;                
  opacity: 0;              
  transition: opacity 0.3s ease;
  margin-right: 10px;  
  margin-left: 135px;    
}


.triangle {
    border-left: 69px solid #f5d862;
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
}
.triangle-back {

  opacity: 0.5;
  right: -36px;
    position: relative;
}


.triangle-front {
  z-index: 1; 
}

.expertise-list li:hover .triangles,
.expertise-list li.active .triangles {
  opacity: 1;
}
.expertise-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #457b9d;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s ease;
}


.expertise-list li.active {
  background-color: transparent;
 
  padding-left: 16px;
}

.expertise-list li.active::before {
  background-color: #f5d862;
  transform: scale(1.3);
}

.expertise-list li.active {
  color: #1d3557;
  font-size: 30px;
  font-family: "Century Gothic Bold";
      padding: 25px 30px;
}
.expertise-list li.active h3 {
color: #1d3557;
font-size: 30px;
font-family: "Century Gothic Bold";
}
.expertise-list li:hover {
  color: #3a6e90;
  /* font-size: 30px; */
  /* font-family: "Century Gothic Bold"; */
}
.content-right {
  position: relative;
   margin-top: 135px;
   margin-left: 185px;
}

.nd-satellite2 {
    position: absolute;
    left: -9%;
    top: -32%;
    height: 700px;
    width: 700px;
    z-index: -1;
}

.nd-satellite2 span {
    position: relative;
    display: block;
    border: 1px solid #1d3557;
    border-radius: 100%;
    height: 100%;
    width: 100%;
}

/* .nd-satellite2 span:after {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background: #f5d862;
    left: 50%;
    top: -7.5px; 
    margin-left: -7.5px; 
    transform-origin: 7.5px 357.5px; 
    animation: circle 6s linear infinite;
} */
/* .liste-services li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.liste-services .icon-li {
    color: #1d3557; 
    margin-right: 8px; 
    font-size: 20px;
    transition: transform .3s ease;
} */


.icon-ser {
  width: 40px; 
  height: auto;
  margin-right: 10px; 
  transition: transform .3s ease;
}


/* .liste-services li:hover .icon-ser {
    transform: translateX(4px);
} */
.liste-sous-pages {
    list-style: none;
    padding: 5px;
    margin: 0;
    position: absolute;
    bottom: -114px;
    right: -46px;
    color: #ffff;
}

.liste-sous-pages li {
    margin-bottom: 12px;
     position: relative;
   
    background: transparent;
    text-align: center;
    color: #ffff;
   
    transition: transform 0.3s ease, background 0.3s ease, border 0.3s ease;
}
.liste-sous-pages li a {
    display: block;
    width: 100%;
    padding: 15px 39px;
    background-color: #3a6e90;
    transition: transform 0.5s ease;
    color: #ffff;
    
 
}

.liste-sous-pages li::before {
    content: "";
    position: absolute;
    left: 20px; 
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid #f5d862; 
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
     transition: border-color 0.3s ease; /* animation fluide */
}
.liste-sous-pages li:hover::before {
    border-left-color: #1e3a5f; 
    z-index: 1;
}
/* .liste-sous-pages li:hover {
    color: #1e3a5f;
    transform: scale(1.04);
    background: #f5d862;
   
} */


.liste-sous-pages a {
   
    color: #fff;
    text-decoration: none !important;
    transition: color 0.3s ease;
}


.liste-sous-pages li:hover a {
     color: #1e3a5f;
    transform: scale(1.04);
    background: #f5d862; 
      
}




/* /////// */
.liste-sous-pages-sx {
    list-style: none;
    padding: 5px;
    margin: 0;
    position: absolute;
    bottom: -114px;
    right: -159px;
    color: #ffff;
}

.liste-sous-pages-sx li {
    margin-bottom: 12px;
     position: relative;
    background: #1e3a5f;
    text-align: center;
    color: #ffff;
  
     transition: transform 0.3s ease, background 0.3s ease, border 0.3s ease;
}
.liste-sous-pages-sx  li a {
    display: block;
    width: 100%;
    padding: 15px 39px;
    background-color: #3a6e90;
    transition: transform 0.5s ease;
    color: #ffff;
 
} 

.liste-sous-pages-sx li::before {
    content: "";
    position: absolute;
    left: 20px; 
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid #f5d862; 
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transition: border-color 0.3s ease; /* animation fluide */
}
.liste-sous-pages-sx li:hover::before {
    border-left-color: #1e3a5f; 
    z-index: 1;
}

/* .liste-sous-pages-sx li:hover {
      background: #1e3a5f;
     transform: scale(1.04); 
    border: 1px solid #f5d862;
} */


.liste-sous-pages-sx a {
    color: #fff;
    text-decoration: none !important;
    transition: color 0.3s ease;
}


.liste-sous-pages-sx li:hover a {
   color: #1e3a5f;
    transform: scale(1.04);
    background: #f5d862; 
    
}


/* Animation de rotation */
@keyframes circle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


.expertise-contenu {
  display: none;
  animation: fadeIn 0.4s ease;
}

.expertise-contenu.active {
  display: block;
}


.image-wrapper {
    margin-top: 15px;
    text-align: center;
    height: 400px;
    position: relative;
    margin-right: -11px;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    
}


.image-wrapper .circle-number {
    position: absolute;
    right: 15px;    
    top: 15px;       
    color: #347c9e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 72px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2); 
}

.image-wrapper .circle-number::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -369px;
    width: 352px;
    height: 6px;
    background-color: #347c9e;
    transform: translateY(-50%);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.hidden {
  display: none !important;
}

@keyframes fadeIn {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}





.back-image {

  justify-content: flex-end;
  background-image: url(../images/Object_before_about1.webp);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px; 
  padding-right: 50px;

}
/* ==============================
   style section de Nos Secteur
================================ */

/* .section-secteurs {
  position: relative;
  
}
.section-secteurs .row_cards {
    display: flex;
    gap: 53px;
    justify-content: center;
}
.card-secteur {
    position: relative;
    background: #fff;
    border: 1px solid #d7cfcf;
    padding: 12px 25px;
        width: 334px;
    height: 300px;
    transition: all 0.3s ease;
}

.card-secteur:hover {
  transform: translateY(-8px);
  border-color: none;
  border: none;
 box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.card-secteur img {
  width: 70px;
  margin-bottom: 15px;
}

.card-secteur h3 {
  font-size: 18px;
  color: #1d3557;
  margin-bottom: 10px;
  font-weight: 600;
}


.card-description {
    height: 122px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    
    margin-bottom: 10px;
}

.card-description p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #002137;
}

.lire-plus {
     color: #1a304f;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  font-family: "Lato Bold";
  border-bottom: 2px solid #1a304f;
}
.lire-plus:hover {
  color: #1a304f; 
  border-bottom-color: #1a304f;
}

.card-deco {
    position: absolute;
    bottom: 20px;
    right: 30px;
    opacity: 0.08;
    z-index: 0;
}

.card-deco img {
  width: 150px;
  height: auto;
}


.card-secteur .card-bg {
  position: absolute;
  inset: 0;
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.05;
  z-index: 0;
}


.card-accent {
    position: absolute;
    bottom: -15px;
    left: 26px;
    width: 30px;
    height: 15px;
    background-color: currentColor;
    z-index: -1;
}


.color-blue { color: #1d3557; }
.color-red { color: #e63946; }
.color-blue2 { color: #457b9d; }
.color-yellow { color: #e1c65a; }
.color-pink { color: #fadadc; }

.section-secteurs .image-box {
    position: relative;
   
    height: 160px;
     display: flex;                
    justify-content: center;     
    align-items: center;  
}

.section-secteurs .image-box img {
    width: 84%;
    height: 90%;
    object-fit: cover;
    transition: transform 0.5s ease;
    filter: grayscale(100%);
}

.section-secteurs .image-box:hover img {
  transform: scale(1.05);
  filter: grayscale(0%);
} */


.section-secteurs {
  position: relative;
}

.section-secteurs .row_cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0px;
  /* max-width: 1800px; */
  margin: 0 auto;
  padding: 0 20px;
}

.card-link {
  text-decoration: none;
  color: inherit;
}

.card-secteur {
  position: relative;
  background: #fff;
  border: 1px solid #d7cfcf;
  padding: 12px 20px;
  height: 300px;
  width: 100%;
  transition: all 0.3s ease;
}

.card-secteur:hover {
  transform: translateY(-8px);
  border: none;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.card-secteur img {
  width: 70px;
  margin-bottom: 15px;
}

.card-secteur h3, .card-secteur .h3 {
  font-size: 18px;
  color: #1d3557;
  margin-bottom: 0px;
  font-weight: 600;
}

.card-description {
  height: 122px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
  margin-bottom: 10px;
}

.card-description p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #002137;
}

.lire-plus {
  color: #1a304f;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  font-family: "Lato Bold";
  border-bottom: 2px solid #1a304f;
}

.lire-plus:hover {
  color: #1a304f; 
  border-bottom-color: #1a304f;
}

.card-deco {
  position: absolute;
  bottom: 20px;
  right: 30px;
  opacity: 0.08;
  z-index: 0;
}

.card-deco img {
  width: 150px;
  height: auto;
}

.card-secteur .card-bg {
  position: absolute;
  inset: 0;
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.05;
  z-index: 0;
}

.card-accent {
  position: absolute;
  bottom: -15px;
  left: 26px;
  width: 30px;
  height: 15px;
  background-color: currentColor;
  z-index: -1;
}

.color-blue { color: #1d3557; }
.color-red { color: #e63946; }
.color-blue2 { color: #457b9d; }
.color-yellow { color: #e1c65a; }
.color-pink { color: #fadadc; }

.section-secteurs .image-box {
  position: relative;
  height: 160px;
  display: flex;                
  justify-content: center;     
  align-items: center;  
}

.section-secteurs .image-box img {
  width: 84%;
  height: 90%;
  object-fit: cover;
  transition: transform 0.5s ease;
  filter: grayscale(100%);
}

.section-secteurs .image-box:hover img {
  transform: scale(1.05);
  filter: grayscale(0%);
}

/* Responsive Design */
@media (max-width: 1600px) {
  .section-secteurs .row_cards {
    grid-template-columns: repeat(5, 1fr);
  }
.section-secteurs .row_cards{
gap:25px;
}
}

@media (max-width: 1200px) {
  .section-secteurs .row_cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}

@media (max-width: 992px) {
  .section-secteurs .row_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .section-secteurs .row_cards {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .card-secteur {
    height: auto;
    min-height: 300px;
  }
}
/* ==============================
   style section de Nos qualite
================================ */
/* ==============================
   style section de Nos actualite
================================ */

.section_actualite {
  padding: 60px 0;
  background-color: #f5f5f5;
}

.actu_item {
  
 
  overflow: hidden;
 position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}



.actu_item a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}


.actu_img {
  width: 100%;
  height: 240px !important;
  overflow: hidden;
  position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.actu_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.actu_item:hover .actu_img img {
  transform: scale(1.05);
}


.actu_item .actu_content {
    padding: 17px 17px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    top: 105%;
    left: 50%;
    transform: translate(5%, -25%);
    width: 284px;
    height: 100%;
    border-bottom: 4px solid transparent;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.color-blue .actu_content {
    border-bottom-color: #1d3557;
}

.color-red .actu_content {
    border-bottom-color: #e63946;
}

.color-blue2 .actu_content {
    border-bottom-color: #457b9d;
}

.color-yellow .actu_content {
    border-bottom-color: #e1c65a;
}

.color-pink .actu_content {
    border-bottom-color: #fadadc;
}


.actu_date {
  font-size: 14px;
  color: #1a304f;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
   font-family: "Lato Bold";
}


.actu_item h3 {
  font-size: 16px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 12px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.actu_item:hover h3 {
  color: #1a304f;
}


.actu_description {
  font-size: 15px;
  color: #030d28;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}


.actu_link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #1a304f;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  border-bottom: 2px solid #1a304f;
  padding-bottom: 3px;
  transition: all 0.3s ease;
  align-self: flex-start;
  font-family: "Lato Bold";
}

.actu_link:hover {
  color: #1a304f;
  border-bottom-color: #1a304f;
  padding-left: 5px;
}



.actu_item {
  position: relative;
}

.actu_item:hover::after {
  transform: scaleX(1);
}



.owl-actu.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff !important;
  color: #333 !important;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-size: 24px;
  transition: all 0.3s ease;
}

.owl-actu.owl-carousel .owl-nav button:hover {
  background: #007bff !important;
  color: #ffffff !important;
}

.owl-actu.owl-carousel .owl-nav button.owl-prev {
  left: -20px;
}

.owl-actu.owl-carousel .owl-nav button.owl-next {
  right: -20px;
}

.owl-actu.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.owl-actu.owl-carousel .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ddd;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.owl-actu.owl-carousel .owl-dot.active {
  background: #007bff;
  width: 30px;
  border-radius: 5px;
}

/* Responsive */
@media (max-width: 768px) {
  .actu_img {
    height: 200px;
  }
  
  .actu_item h3 {
    font-size: 18px;
  }
  
  .actu_description {
    font-size: 14px;
  }
}


/* ==============================
   style section de contact
================================ */
.section_contact {
  background: #fff;
  color: #1d3557;
 
}
.titre-section .rec-titre-section {
    position: absolute;
    width: 45%;
    height: 70px;
    display: flex
;
    align-items: center;
    justify-content: flex-end;
    left: 0;
}
.titre-section2 .rec-titre-section2 {
    position: absolute;
    width: 49.5%;
    height: 70px;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    right: 0;
    
}
.titre-section h2 {
    position: absolute;
    font-size: 45px;
    line-height: 60px;
    z-index: 2;
    opacity: 1;
    margin: 0;
    top: -45%;
     font-family: "Century Gothic Bold";

}
.titre-section2 h2 {
    position: absolute;
    font-size: 45px;
    line-height: 60px;
    z-index: 2;
    opacity: 1;
    margin: 0;
    top: -45%;
    font-family: "Century Gothic Bold";
 
}
.color-rouge {
    color: #e63744;
}
.titre-section .rec-titre-section::before {
    content: '';
    background: #c8c8c8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.212;
    z-index: 1;
}
.titre-section2 .rec-titre-section2::before {
    content: '';
    background: #c8c8c8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.212;
    z-index: 1;
}
.info-wrap {
  background-color: #1a304f; 
  
}

.info-wrap h3 {
  font-weight: 600;
  margin-bottom: 10px;
}

.label {
  font-weight: 600;
  color: #1a304f;
}

.form-control {
  border: 1px solid #ccc;
  
  padding: 12px;
  font-size: 1rem;
}

.form-control:focus {
  border-color: #e63744;
  box-shadow: 0 0 8px rgba(230, 55, 68, 0.2);
  outline: none;
}
.info-wrap .dbox

 {
    width: 100%;

    margin-bottom: 25px;
}
.info-wrap .dbox .icon span {
    font-size: 20px;
    color: #e63744;
}
.btn-1 {
  background-color: #e63744;
  color: #fff;
  border: none;
  padding: 12px 35px;
 
  transition: 0.3s;
}

.btn-1:hover {
  background-color: #1a304f;
  color: #fff;
}
.wrapper {
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.dbox .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.2rem;
  color: #fff;
}

.map-div iframe {
  width: 100%;
  height: 450px;
  border: 0;
  
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.input-icon {
    position: relative;
}

.input-icon i {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #1a304f;
    font-size: 16px;
    pointer-events: none;
    z-index: 2;
}

.input-icon .form-control {
    padding-left: 45px;
    height: 45px;
}

.input-icon textarea.form-control {
    padding-left: 45px;
    padding-top: 12px;
    min-height: 100px;
}


.input-icon .form-control:focus ~ i {
    color: #e63744;
}
.textarea-icon i {
    top: 25px;
}

.btn-1 {
  background-color: #e63744;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 0px;
  text-transform: uppercase;
  transition: background 0.3s ease;
}

.btn-1:hover {
  background-color: #c82f3b;
}

/* =====================================
   style section de page presentation 
======================================== */
 .section-propos-entreprise{
            padding: 80px 0;
           position: relative;
           overflow: hidden;
        }
.section-propos-entreprise::before {
    content: '';
    position: absolute;
    right: -328px;
    top: -5px;
    width: 38%;
    height: 114%;
    background-image: url(../images/Object_before_about2.webp);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.3;
}
        .details-section {
            position: relative;
            margin: 0 auto;
                padding: 40px 0px;
        }

      .detail-item {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        padding: 20px;
        position: relative;
        transition: transform 0.3s ease;
        }
        .detail-item:hover {
            transform: translateX(5px);
        }

     

   .detail-header {
    background: #1e3a5f;
    color: white;
    padding: 6px 25px;
    font-size: 18px;
    min-width: 238px;
    height: 60px;
    text-align: center;
    margin: 0px auto;
    margin-right: 20px;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}

        .detail-item:nth-child(2) .detail-header {
            background: #5b8db8;
        }

        .detail-item:nth-child(3) .detail-header {
            background: #e63946;
        }


.detail-content {
  flex: 1;
  font-size: 17px;
  line-height: 1.5;
  text-align: justify;
  position: relative;
 
  transition: all 0.4s ease;
}
.detail-content strong {
    color: #1d3557;
    font-family: "Century Gothic Bold";
}


.detail-item.expanded .detail-content {
 margin-bottom: 25px;
}

.expand-btn {
  width: 32px;
  height: 32px;
  background: #f0f0f0;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  bottom: 0; 
  right: 10px;
  opacity: 0;
  transition: opacity 0.3s ease, background 0.3s ease;
}
.detail-item:hover .expand-btn {
  opacity: 1; 
}
.detail-item.expanded .expand-btn {
  opacity: 1;
}
.expand-btn:hover {
  background: #e0e0e0;
}

.expand-btn::after {
  content: "+";
  font-size: 20px;
  color: #444;
  font-weight: bold;
}


.detail-item.expanded .expand-btn::after {
  content: "–";
}
        .triangles-show {
            display: flex;
            flex-direction: row;
            gap: 4px;
            transition: opacity 0.3s ease;
            margin-right: 10px;
        
        }
        @media (max-width: 768px) {
            .detail-item {
                flex-direction: column;
            }

            .arrow {
                border-left: 20px solid #f4c542;
                border-top: 15px solid transparent;
                border-bottom: 15px solid transparent;
                margin-bottom: 15px;
            }

            .detail-header {
                margin-bottom: 15px;
                margin-right: 0;
                width: 100%;
            }

            .detail-content {
                margin-bottom: 10px;
            }
        }



/* =====================================
   style section de pageOne
======================================== */

        .section-pageOne {
          
            padding: 80px 20px;
            min-height: 400px;
        }
        .bg_bleu{
            background: #467c9d; 
        }
        /* Cercle blanc à gauche */
        .circle-container {
            flex-shrink: 0;
        }

        .white-circle {
            width: 375px;
            height: 375px;
            border-radius: 50%;
            background-color: #fff;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        }

        .white-circle img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .triangles-show1 {
            display: flex;
            flex-direction: row;
            gap: 4px;
            transition: opacity 0.3s ease;
            margin-right: 10px;
            position: relative;
            margin-left: -168px;
        
        }

     
        .title-section {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
            gap: 15px;
        }

        .title-section h2, .title-section .h2 {
            font-size: 30px;
            color: #ffffff;
            font-family: "Century Gothic Bold";
            margin: 0;
            display: flex;
            align-items: center;
            gap: 15px;
        }
        /* .title-section h3 {
            font-size: 32px;
            color: #ffffff;
            font-family: "Century Gothic Bold";
            margin: 0;
            display: flex;
            align-items: center;
            gap: 15px;
        } */
        .title-global{
          font-size: 32px;
          
            font-family: "Century Gothic Bold";
            margin: 0;
            display: flex;
            align-items: center;
            gap: 15px;
        }
        .orange-dot {
            width: 12px;
            height: 12px;
            background: #f5d862;
            border-radius: 50%;
        }


        .content-text p {
            font-size: 17px;
            line-height: 1.8;
            margin-bottom: 15px;
            text-align: justify;
            color: rgba(255, 255, 255, 0.95);
        }

        .content-text p:last-child {
            margin-bottom: 0;
        }

        /* Responsive */
        @media (max-width: 968px) {
            .container {
                flex-direction: column;
                gap: 40px;
                text-align: center;
            }

            .title-section {
                justify-content: center;
            }

            .white-circle {
                width: 220px;
                height: 220px;
            }

            .content-text p {
                text-align: center;
            }
        }

        @media (max-width: 576px) {
            .section-pageOne {
                padding: 50px 15px;
            }

            .white-circle {
                width: 180px;
                height: 180px;
            }

            .title-section h2 {
                font-size: 26px;
            }

            .triangle-blue {
                border-width: 20px 0 20px 28px;
            }

            .triangle-yellow {
                border-width: 24px 0 24px 36px;
            }
        }
/* =====================================
   style section de pageTwo
======================================== */

.section-pageTwo {
  
  padding: 80px 20px;
  min-height: 450px;
  color: #333;
  margin-top: -16px;
  position: relative;
}
.bg_gris{
    background: #f5f5f5; 
}

.section-pageTwo .content-left {
  color: #222;
}

/* 
.main-title h3 {
  font-size: 28px;
  color: #1d3557;
  margin-bottom: 5px;
} */

.main-title .highlight {
   color: #1d3557;
   font-family: "Century Gothic Bold";
}

.subtitle {
  color: #e54b4b;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 25px;
}

.title-section {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}

.section-pageTwo .title-section h2, .section-pageTwo .title-section h1 {
    font-size: 30px;

    color: #1d3557;
    margin: 0;
    font-family: "Century Gothic Bold";
}




.section-pageTwo .content-text p {
  /* font-size: 17px;
  line-height: 1.8;
  margin-bottom: 12px;
  text-align: justify;
  color: #030d28; */
  font-size: 17px;
    line-height: 1.8;
    color: #1d3557;
    margin-top: 15px;
    text-align: justify;
}

.section-pageTwo .content-text ul {
  padding-left: 18px;
  margin-bottom: 15px;
}

    .section-pageTwo .content-text li {
    font-size: 17px;
    line-height: 1.8;
    list-style: none;
    position: relative;
    color: #1d3557;
    text-align: justify;
    }



.section-pageTwo .white-circle-numbered {
    position: relative;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.section-pageTwo .white-circle-numbered img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-pageTwo .white-circle-numbered .circle-number {
  position: absolute;
  top: 9%;
  right: 20%;
  font-size: 72px;
  font-weight: 700;
  color: #347c9e;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
}

.section-pageTwo .white-circle-numbered .circle-number::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -172px;
    width: 165px;
    height: 6px;
    background-color: #347c9e;
    transform: translateY(-50%);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 968px) {
  .section-pageTwo .row {
    flex-direction: column-reverse;
    gap: 40px;
    text-align: center;
  }

  .white-circle-numbered {
    width: 220px;
    height: 220px;
  }

  .circle-number {
    font-size: 56px;
    top: 35%;
    right: 30%;
  }

  .title-section {
    justify-content: center;
  }

  .content-text ul {
    text-align: left;
  }
}

@media (max-width: 576px) {
  .main-title h3 {
    font-size: 22px;
  }

  .title-section h2 {
    font-size: 18px;
  }

  .white-circle-numbered {
    width: 180px;
    height: 180px;
  }

  .circle-number {
    font-size: 46px;
  }
}

/* --------------------------- page three ------------ */

    .section-plasturgie {
      background: #ffffff;
      padding: 60px 20px;
    }

    .container {
      max-width: 1200px;
      margin: 0 auto;
    }

    /* En-tête */
   .section-plasturgie .section-header {
      margin-bottom: 50px;
    }

   .section-plasturgie .section-header h2 {
      font-size: 28px;
      font-weight: 300;
      color: #333;
      margin-bottom: 5px;
    }

    .section-plasturgie .section-header h2 .highlight {
      color: #d4a017;
      font-weight: 600;
    }

   .section-plasturgie .section-subtitle {
      font-size: 14px;
      color: #666;
      font-style: italic;
    }

    .section-plasturgie .section-header .section-description {
      font-size: 17px;
      line-height: 1.8;
      color: #1d3557;
      margin-top: 15px;
      text-align: justify;
    }

  
     .section-plasturgie .main-content {
      display: flex;
      align-items: flex-start;
      gap: 40px;
      margin-bottom: 50px;
      position: relative;
    }

    
    .section-plasturgie .main-content .image-container3 {
        position: relative;
        overflow: hidden;
            height: 390px;
        width: 95%;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }

    .section-plasturgie .main-content .image-container3 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    
    }
 .triangles-show2 {
    display: flex;
    flex-direction: row;
    gap: 4px;
    transition: opacity 0.3s 
ease;
    margin-right: 10px;
    position: absolute;
    top: 45px;
    right: 0px;
}


    /* Bloc de texte avec icône */
    .text-block {
  flex: 1;
  background: #ffffff;
  padding: 25px 30px;
  position: relative;
  z-index: 2;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); /* Ombre douce */
}
/* Élément derrière le bloc */
.text-block-background {
    position: absolute;
    top: 20px;
    left: 45px;
    width: 90%;
    height: 100%;
    background: #e4c95b;
    z-index: 1;
    transition: transform 0.3s ease;
}
/* Effet de mouvement au survol */
.col-md-7:hover .text-block-background {
  transform: translate(5px, 5px);
}
    .icon-wrapper {
    
     
      padding: 10px 15px;
      display: flex;
      align-items: center;
      justify-content:left;
    }

    .icon-wrapper img{
     width:40px;
   
    }

    .text-block h3 {
      font-size: 18px;
      font-weight: 700;
      color: #333;
      margin-top: 30px;
      margin-bottom: 15px;
    }
     .text-block h2 {
      font-size: 18px;
      font-weight: 700;
      color: #333;
      margin-top: 30px;
      margin-bottom: 15px;
    }

    .text-block p {
      font-size: 15px;
      line-height: 1.8;
      /* color: #555; */
    }

    /* Barre de séparation */
    .separator-bar {
      height: 4px;
      background: linear-gradient(to right, #d4a017 0%, #f4d03f 50%, #d4a017 100%);
      margin: 40px 0;
      border-radius: 2px;
      opacity: 0.25;
    }

    /* Cartes en bas */
    .cards-container {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
    }

   .card-item {
        background: #f1f1f1;
        /* border-radius: 8px; */
        overflow: hidden;
        min-height: 180px;
        transition: transform 0.3s 
    ease;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        height: 300px;
        width: 445px;
    }
    .card-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    }

    /* Responsive */
    @media (max-width: 968px) {
      .main-content {
        flex-direction: column;
        align-items: center;
      }

      .triangle-decoration {
        right: auto;
        bottom: -25px;
        top: auto;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
      }

      .text-block {
        width: 100%;
      }

      .cards-container {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 576px) {
      .section-header h2 {
        font-size: 22px;
      }

      .image-container img {
        width: 100%;
        max-width: 300px;
      }

      .text-block {
        padding: 25px 20px;
      }
    }


    /* ------------------------------------ page sectionfour----------------------- */





        .section-pageFour.section-header {
            text-align: center;
            margin-bottom: 30px;
        }

      
       

   .hero-image {
    width: 100%;
    height: 475px;
    background-color: #e8e8e8;
    margin-bottom: 20px;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #999;
}
.hero-image img{
        width: 100%;
    height: 100%;
    object-fit: cover;
}
.second-image{
width:100%;
height:200px;
}
.second-image img{
width:100%;
height:100%;
object-fit:cover;
}
       .section-pageFour .description {
            text-align: center;
            color: #666;
            font-size: 17px;
            line-height: 1.8;
            margin-bottom: 40px;
            padding: 0 20px;
        }

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.card_item {

  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card_item:hover {
  transform: translateY(-5px);
  
}

/* Image */
.card_img {
  width: 100%;
  height: 240px;
object-fit: cover;
 
}

.card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.card_item:hover .card_img img {
  transform: scale(1.05);
}

/* Contenu */
.card_item .card_content {
  padding: 12px 20px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: #ffffff;

    transform: translate(3%, -25%);
    width: 284px;
    border-bottom: 4px solid transparent;
}
.color-blue .card_content {
    border-bottom-color: #1d3557;
}

.color-red .card_content {
    border-bottom-color: #e63946;
}

.color-blue2 .card_content {
    border-bottom-color: #457b9d;
}

.color-yellow .card_content {
    border-bottom-color: #e1c65a;
}

.color-pink .card_content {
    border-bottom-color: #fadadc;
}

.card_date {
  font-size: 14px;
  color: #1a304f;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Lato Bold";
}

.card_content h3 {
  margin-bottom: 10px;
  color: #1a304f;
  font-size: 18px;
  font-weight: bold;
}

.card_description {
  font-size: 15px;
  color: #030d28;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.card_link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #1a304f;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  border-bottom: 2px solid #1a304f;
  padding-bottom: 3px;
  transition: all 0.3s ease;
  align-self: flex-start;
  font-family: "Lato Bold";
}

.card_link:hover {
  color: #0b1e3f;
  border-color: #0b1e3f;
}


        .sidebar {
            background: #fff;
        }

        .sidebar-header {

            color: #fff;
            padding: 15px;
            margin-bottom: 15px;
        }

.sidebar-header h2 {
    font-size: 18px;
    font-weight: normal;
    color: #1d3557;
    display: inline; 
    position: relative; 
}

.sidebar-header h2::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 265px; 
    height: 2px;
    background-color: #1d3557;
    opacity: 0.25;
    margin-left: 10px;
}

.sidebar-header .highlight {
   color: #1d3557;
   font-family: "Century Gothic Bold";
}



        .article-item {
            display: flex;
            gap: 15px;
            padding: 15px;
            border-bottom: 1px solid #e0e0e0;
            transition: background-color 0.3s;
        }

        .article-item:hover {
            background-color: #f5f5f5;
        }

        .article-image {
            width: 80px;
            height: 80px;
            background-color: #333;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 12px;
        }
        .article-image img{
        width: 100%;
    height: 100%;
    object-fit: cover;
}
   

        .article-content h4 {
            font-size: 14px;
            color: #2c3e50;
            margin-bottom: 5px;
            line-height: 1.4;
        }
           .article-content h4 a{
            font-size: 14px;
            color: #2c3e50;
            margin-bottom: 5px;
            line-height: 1.4;
        }

        .article-date {
            font-size: 12px;
            color: #999;
        }

/* ---------------------------------------- page theree------------------------  */
.section-pagethree{
    padding: 60px 0px;
        margin-top: -30px;
}

.section-pagethree .white-circle-numbered {
    position: relative;
    width: 375px;
    height: 375px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.section-pagethree .white-circle-numbered .circle-number {
    position: absolute;
    top: 9%;
    right: 20%;
    font-size: 72px;
    font-weight: 700;
    color: #347c9e;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
}
.section-pagethree .white-circle-numbered .circle-number::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -172px;
    width: 165px;
    height: 6px;
    background-color: #347c9e;
    transform: translateY(-50%);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}





.sections-wrapper {
    position: relative;
    overflow: hidden;
}
.sections-wrapper1 {
    position: relative;
    overflow: hidden;
}


/* .sections-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 537px;
  width: 47%;
  height: 67%;
  background-image: url(../images/Object_before_about2.webp);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  z-index: 0;
} */

.sections-wrapper1::before {
    content: '';
    position: absolute;
    right: -267px;
    top: -5px;
    width: 36%;
    height: 67%;
    background-image: url(../images/Object_before_about2.webp);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.3;
}

.sections-wrapper > * {
    position: relative;
    z-index: 1;
}
.sections-wrapper1 > * {
    position: relative;
    z-index: 1;
}

.expertise-list li:last-child {
    border-bottom: none;
}


/* ---------------------------------------- page metions------------------------  */
    .section-mention {
    
        margin: 0 auto;
        padding: 160px 0px 0px 0px;
    }
        .intro-text {
            color: #7f8c8d;
            font-size: 1.1em;
            margin-bottom: 50px;
            line-height: 1.6;
        }

        .info-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px 40px;
            margin-bottom: 60px;
        }

        .info-item {
            border-left: 3px solid #3a6e90;
            padding-left: 20px;
        }

        .info-item b {
            color: #2c3e50;
            font-size: 0.9em;
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
        }

        .info-value {
           font-family: "Century Gothic Bold";
            font-size: 17px;
        }

        .legal-section {
            margin-top: 60px;
            padding-top: 40px;
            border-top: 1px solid #ecf0f1;
        }

        .legal-section h3 {
            color: #2c3e50;
            font-size: 1.5em;
            margin-bottom: 25px;
            font-weight: 400;
        }

        .legal-text p {
            color: #555;
            line-height: 1.9;
            margin-bottom: 20px;
            text-align: justify;
            font-size: 0.98em;
        }

        .legal-text p:last-child {
            margin-bottom: 0;
        }

        .footer-image {
            text-align: left;
            margin-top: 40px;
            padding-top: 40px;
            border-top: 1px solid #ecf0f1;
        }

        .footer-image img {
            max-width: 200px;
            opacity: 0.6;
        }

        @media (max-width: 768px) {
            .container {
                padding: 40px 25px;
            }

            h2 {
                font-size: 2em;
            }

            .info-grid {
                grid-template-columns: 1fr;
                gap: 25px;
            }
        }

.white-circle-numbered img{
        width: 100%;
    height: 100%;
    object-fit: cover;
}


/* .actu_description::after {
  content: ' [...]';
  position: absolute;
  
  bottom: 0;
  background: linear-gradient(to right, transparent, #fff 50%);
  padding-left: 4px;
} */

/* ------------------------------------------style de page actualite ---------------------------- */
/* Mise en page des cartes */
.section_actualite_unique {
    margin-bottom: 50px;
}

.bloc_actu_unique {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
 
}



.carte_actu_unique {

    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.carte_actu_unique:hover {
    transform: translateY(-5px);
  
}

.image_actu_unique img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}


.contenu_actu_unique {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-bottom: 4px solid transparent;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: -20px; 
    position: relative;
    z-index: 2;
    width: 380px;
        height: 230px;
    left: 35px;
}

.date_actu_unique {
    font-size: 14px;
    color: #1a304f;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: "Lato Bold";
}

.titre_actu_unique {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 12px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.texte_actu_unique {
    font-size: 15px;
    color: #030d28;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    flex-grow: 1;
}


.lien_actu_unique {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #1a304f;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-bottom: 2px solid #1a304f;
    padding-bottom: 3px;
    transition: all 0.3s ease;
    align-self: flex-start;
    font-family: "Lato Bold";
    margin-top: auto; 
}

.lien_actu_unique:hover {
    text-decoration: underline;
}


.color-blue .contenu_actu_unique {
    border-bottom-color: #1d3557;
}

.color-red .contenu_actu_unique {
    border-bottom-color: #e63946;
}

.color-blue2 .contenu_actu_unique {
    border-bottom-color: #457b9d;
}

.color-yellow .contenu_actu_unique {
    border-bottom-color: #e1c65a;
}

.color-pink .contenu_actu_unique {
    border-bottom-color: #fadadc;
}


@media (max-width: 992px) {
    .acts-items {
        flex: 0 0 calc(50% - 15px); 
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .acts-items {
        flex: 0 0 100%; 
        max-width: 100%;
    }
    
    .bloc_actu_unique {
        gap: 20px;
    }
}
/***********************************FILTRE CATGEORIE ****************/
.categorie-item .cat_img {
    border: 1px solid #1d3557;
    padding: 12px;
    border-radius: 18px;
    border-top-right-radius: unset;
    margin-bottom: 5px;
    flex-shrink: 0; 
    background: #ffffff;
}
.categorie-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; 
    text-align: center;
    padding: 10px;
    cursor: pointer;
    transition: transform 0.3s;
    min-height: 140px; 
}

.filter_btn_cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 40px 0;
    padding: 20px 0;
    background-color: #e9ecef;
    border-radius: 50px;
        border-top-right-radius: unset;
}

 .cat_title h4 {
  white-space: normal; 
  word-break: break-word; 
  text-align: center;
  max-width: 120px; 
  margin: 0 auto;
  line-height: 1.2;
  font-size: 14px;
}

.categorie-item .cat_img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    
}
.categorie-item.active .cat_img img {
    filter: brightness(0) invert(1);
    transform: scale(1.1);
}
.categorie-item.active .cat_img {
    background: #1d3557;
}
.triangles-show3 {
    display: flex;
    flex-direction: row;
    gap: 4px;
    transition: opacity 0.3s ease;
   
    position: absolute;
    top: 25px;
    left: 145px;
    transform: rotate(32deg);
        z-index: 3;

}
.triangles-show4 {
    display: flex;
    flex-direction: row;
    gap: 4px;
    transition: opacity 0.3s 
ease;
    position: absolute;
    top: 457px;
    right: 433px;
    transform: rotate(180deg);
}
.triangle-inverse {
    border-left: 69px solid #f5d862;
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
}
.image_actu_unique{
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.styleCosme{
    /* padding: 31px 40px 25px 53px !important */
}

.stylePlasti{
    /* padding: 31px 40px 25px 100px !important */
}
.icon_contact{
    width: 40px;
    height: 40px;
        filter: brightness(0) invert(1);
}

.card-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* =====================================
   style section de pageFive
======================================== */


.section-pageFive{
    position: relative;
    padding: 40px 0px;
}
.section-pageFiveTwo{
    position: relative;
    padding: 40px 0px;
}
.section-pageFive .image-container {
  position: relative;
  z-index: 1;
   border-radius: 50%;
    width: 100%;
    max-width: 500px;
    aspect-ratio: 1;
    text-align: center;
      margin: 0px auto;
}

.section-pageFive .image-container::before {
    content: "";
    position: absolute;
    width: 569px;
    height: 569px;
    background: #f5d862;
    border-radius: 50%;
    top: 50%;
    left: 57%;
    transform: translate(-50%, -50%);
    z-index: -1;
    
}
/* =======================
=========== section service===================*/

 .section-services {
  padding: 80px 0;
  position: relative;
  
}
/*
.section-services .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
} */

.cercles-deco {
    position: absolute;
    top: -41px;
    right: 229px;
    z-index: 0;
}


.cercle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
  animation: pulse 6s ease-in-out infinite;
}


.cercle1 {
  width: 120px;
  height: 120px;
   background: #1e3a5f;
  top: 0;
  left: -75px;
  animation-delay: 0s;
}

.cercle2 {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #1e3a5f 0%, #3a5f8f 100%);
  top: 40px;
  left: -2px;
  animation-delay: 2s;
}

.cercle3 {
  width: 80px;
  height: 80px;
   background: linear-gradient(135deg, #1e3a5f 0%, #3a5f8f 100%);
  top: 100px;
  left: -87px;
  animation-delay: 4s;
}
.img-service {
    width: 50px;
    height: 50px;
    transition: filter 0.3s ease; /* animation douce */
}


@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.6;
  }
}
/* .section-services .titre-principal {
  font-size: 2.2rem;
 
  text-align: center;
  margin-bottom: 20px;
 
  letter-spacing: 1px;
}

.section-services .intro-text {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.1rem;
 
}

.services-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 25px;
}

.services-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  padding: 18px 20px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.services-list li:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.1);
}

.services-list .icon {
  font-size: 1.8rem;
  flex-shrink: 0;
  color: #f5d862;
  margin-top: 3px;
}

.services-list p {

  font-size: 16px;
    line-height: 1.8;
    color: rgb(29, 53, 87);
    margin-top: 15px;
    text-align: justify;
 
}


@media (max-width: 768px) {
  .services-list {
    grid-template-columns: 1fr;
  }
} */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 40px;
}

.service-card {
  position: relative;
  background: #ffffff;

  padding: 35px 25px;
  box-shadow: 0px 6px 18px rgba(0,0,0,0.07);
  transition: transform 0.3s ease;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-6px);
}

.service-card .icon {
  font-size: 36px;
  color: #f5d862;
  margin-bottom: 15px;
  display: block;
  transition: color 0.4s ease;
}

.service-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #1d3557;
  text-align: justify;
}


.service-card .decor {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #f5d862;
    opacity: 1;
    border-radius: 50px;
    transition: all 0.4s ease;
}

.decor-top-left {
    top: -25px;
    left: -20px;
}

.decor-bottom-right {
    bottom: -25px;
    right: -20px;
}

.service-card:hover {
  background: #1e3a5f; 
}

.service-card:hover .icon,
.service-card:hover p,
.service-card:hover strong {
  color: #ffffff; 
}

.service-card:hover .decor {
  background: #f5d862;
  opacity: 1;
  transform: scale(1.2);
}
.service-card:hover .img-service {
    filter: brightness(0) invert(1); /* => Force l’image en blanc */
    transition: filter 0.3s ease;
}
@media(max-width: 991px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}
/* =======================
=========== section service===================*/







.section-logistique {
  padding: 80px 0;
  background: #f8f9fa;
  position: relative;
}
.cercles-deco1 {
    position: absolute;
    top: -167px;
    right: 265px;
    z-index: 65;
}
.section-logistique .images-circles {
  position: relative;
  min-height: 320px;
}

.section-logistique .images-circles .circle-img {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #3a6e90;
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
  transition: transform 0.4s ease;
}

.circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.circle-img:hover {
  transform: scale(1.05);
}


.section-logistique .circle1 {
    width: 450px;
    height: 450px;
    top: -150px;
    left: -144px;
}

.section-logistique .circle2 {
    width: 250px;
    height: 250px;
    bottom: -13px;
    right: 24px;
}


.logistique-text p {
 
 font-size: 17px;
    line-height: 1.8;
    color: #1d3557;
    margin-top: 15px;
    text-align: justify;
}

/* =========================================
=====section qualite ======================
================ */


.image_container_qualite {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 380px;
}


.cercle_qualite {
 
position:absolute;
  
  /* box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15); */
  transition: transform 0.4s ease;
}

.cercle_qualite img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  
}

.cercle_qualite:hover {
  transform: scale(1.05);
}


.cercle1_qualite {
   
    width: 280px;
    height: 280px;
    top: 0;
    left: 67px;
}
/* .cercle1_qualite::before {
      content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: #1a3a5c;
    
    top: 50%;
    left: 57%;
    transform: translate(-50%, -50%);
    z-index: -1;
} */
.cercle2_qualite {
  width: 220px;
  height: 220px;
  bottom: 30px;
  right: 50px;
}
/* .cercle2_qualite::before {
      content: "";
    position: absolute;
    width:220px;
    height: 220px;
    background: #467c9d;
   
    top: 50%;
    left: 57%;
    transform: translate(-50%, -50%);
    z-index: -1;
} */
.cercle3_qualite {
    width: 180px;
    height: 180px;
    top: 256px;
    right: -171px;
}
/* .cercle3_qualite::before {
      content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: #e63a46;
    
    top: 50%;
    left: 57%;
    transform: translate(-50%, -50%);
    z-index: -1;
} */

/* /////////////////// */




.cercle1_qualite1 {
    width: 280px;
    height: 250px;
    top: -90px;
    left: 320px;
}
/* .cercle1_qualite1::before {
      content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: #1a3a5c;
 
    top: 50%;
    left: 57%;
    transform: translate(-50%, -50%);
    z-index: -1;
} */
.cercle2_qualite1 {
    width: 220px;
    height: 220px;
    bottom: 45px;
    right: 58px;
}

/* .cercle2_qualite1::before {
      content: "";
    position: absolute;
    width:220px;
    height: 220px;
    background: #467c9d;
   
    top: 50%;
    left: 57%;
    transform: translate(-50%, -50%);
    z-index: -1;
} */
.cercle3_qualite1 {
    width: 180px;
    height: 180px;
    top: 134px;
    right: 432px;
}
/* .cercle3_qualite1::before {
      content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: #e63a46;
  
    top: 50%;
    left: 57%;
    transform: translate(-50%, -50%);
    z-index: -1;
} */


.cercle4_qualite1 {
    width: 220px;
    height: 220px;
    top: -60px;
    right: 408px;
}
/* .cercle4_qualite1::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    background: #f5d862;

    top: 50%;
    left: 57%;
    transform: translate(-50%, -50%);
    z-index: -1;
} */


.paddig_bas{
    padding-bottom: 100px;
}


.btp-liste {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0px;
  column-gap: 20px;
  margin-top: 30px;
  padding: 0;
}

/* Style commun */
.btp-liste li {
    font-family: "Century Gothic Bold";
    padding: 12px 20px 12px 35px; 
    text-align:left;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative; 
}


.btp-liste li::before {
    content: "";
    position: absolute;
    left: 10px; 
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #d72027;
  
}


/* 
.btp-liste li:nth-child(-n+3) {
  width: 28%;
}


.btp-liste li:nth-child(n+4) {
  width: 40%;
  justify-content: center;
} */



.cards-container-btp {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;

}

.card-btp {
  background: #ffffff;
position: relative;
  padding: 25px 20px;
  width: 30%;
  min-width: 260px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.card-btp:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
}

.card-btp p {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-top: 12px;
}

.card-icon {
  font-size: 38px;
  color: #3a6e90; 
}


.card-accent1 {
    position: absolute;
    bottom: -15px;
    left: 26px;
    width: 30px;
    height: 15px;
    background-color: currentColor;
    z-index: 0;
}


.card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}


.card-link .lire-plus {
  pointer-events: none; 
}

.main_navbar .nav-link {
    position: relative;
    color: #fff !important;
    text-decoration: none;
    font-size: 17px;
    font-family: "Century Gothic Regular";
    padding: 13px 31px !important;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: 0.3s;
    height: 100%;
}
.main_navbar .navbar-nav {
    list-style: none;
    margin: 0;
    padding: 3px 0px;
    display: flex
;
    flex-direction: row;
    align-items: center;
    gap: 0;
    height: 100%;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.header .navbar-light .navbar-toggler-icon::after, .header .navbar-light .navbar-toggler-icon::before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: rgb(233 221 221);
    top: 27px;
    left: 15px;
    content: "";
    z-index: 2;
    transition: 300ms linear;
}
.header .navbar-light .navbar-toggler-icon::after {
    top: 8px !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);
}
.header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.main_navbar .nav-item:nth-last-child(2)::after {
    display: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 2rem;
        padding-left: 2rem;
        font-size: 18px;
    }
.navbar-nav {
   
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background: #1e3a5f;
   
    position: relative;
   padding: 5px 20px;
}
.main-menu{
    display: flex;
}

.lang-switch {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex
;
}
.lang-btn {
    background: transparent;
    border: none !important;
    cursor: pointer;
    display: flex
;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 4px;
}
   .flag-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border:none;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #ffffff;
        font-family: "Century Gothic Bold";
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
     color: #ffffff;
        /* font-family: "Century Gothic Bold"; */
}
.navbar-light .navbar-nav .nav-link {
    position: relative; 
    z-index: 1;
}


.navbar-light .navbar-nav .active > .nav-link::before, .navbar-light .navbar-nav .nav-link.active::before, .navbar-light .navbar-nav .nav-link.show::before, .navbar-light .navbar-nav .show > .nav-link::before

 {
    width: 100% !important;
    height: 4px;
        top: 48px;
}

.navbar-light .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 48px;
    width: 0;
    height: 0%;
    background-color: #e63744;
    z-index: -1;
    transition: width 0.3s 
ease;
}
.nav-link .img_nav {
  transition: filter 0.3s ease;
  

  filter: brightness(0) invert(1);
}

.nav-link.active .img_nav {

  filter: none;
}



.navbar-light .navbar-nav .active > .nav-link::before,
.navbar-light .navbar-nav .nav-link.active::before,
.navbar-light .navbar-nav .nav-link.show::before,
.navbar-light .navbar-nav .show > .nav-link::before {
    width: 234%;
}


.dropdown-toggle::after {
    display: none;
  
}

.separator {
    color: #ffffff;
    padding: 0 12px;
    font-size: 18px;
    line-height: 1; 
    display: flex;
    align-items: center;
}

.navbar-light .navbar-nav .nav-link {
  
    color: #ffff;
}

/* .dropdown-item {
    display: block;
    width: 100%;
    padding: 1.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    
} */


.navbar-nav .nav-link,
.navbar-nav .nav-item > .nav-link {
    position: relative;     
    display: inline-block;  
    z-index: 1;
    overflow: visible;
}



.navbar-nav .nav-link:hover::before {
   width: 100% !important;
    height: 4px;
}



.dropdown-item.active, .dropdown-item:active {
    color: #1e3a5f;
    text-decoration: none;
 
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #1e3a5f !important;
    text-decoration: none;
    font-weight: 500;
    background-color: #cccdce;
}



    .header .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s ease;
        border-radius: 0px;
        box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
    }
    .header .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
	}
    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        font-weight: 500;
        color: #1e3a5f;
        display: block;
        border-bottom: 1px solid #e9e9e9;
        
    }
        .navbar .dropdown ul li:last-child > a {
        border-bottom: none;
    }

.dropdown-item {
    position: relative; 
    overflow: hidden;   
}

/* Cercle avant (petit) */
/* .dropdown-item::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 16%;
    transform: translateY(-50%);
    width: 28px;
    height: 32px;
    background-color: #1e3a5f;
    border-radius: 50%;
    transition: transform 0.3s 
ease, opacity 0.3s 
ease;
    opacity: 0.4;
}
.dropdown-item::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 80%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #e4c95b;
    border-radius: 50%;
    transition: transform 0.3s 
ease, opacity 0.3s 
ease;
    opacity: 0.5;
} */
/* Effet hover */
/* .dropdown-item:hover::before {
    transform: translateY(-50%) scale(1.35);
    opacity: 1;
}

.dropdown-item:hover::after {
    transform: translateY(-50%) scale(1.25);
    opacity: 1;
} */

button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.inspection-section {
  padding: 80px 0;
      position: relative;
  
}

.inspection-section .triangles-show {
    display: flex;
    flex-direction: row;
    gap: 4px;
    transition: opacity 0.3s ease;

    margin-left: -128px;
}
.inspection-section .triangle {
    border-left: 69px solid #1d3557;
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
}
.inspection-item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  flex-wrap: wrap; /* pour responsive */
}

.inspection-item.reverse {
  flex-direction: row-reverse;
}

.inspection-image {
      width: 300px;
    height: 300px;
    border-radius: 50%;
}

.inspection-image img {

    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.inspection-image img:hover {
  transform: scale(1.03);
}

.inspection-text {
  flex: 1;
}

.inspection-text p {
  font-size: 17px;
  line-height: 1.8;
  color: #1d3557;
  text-align: justify;
}



/* Responsive */
@media(max-width: 991px) {
  .inspection-item {
    flex-direction: column;
  }
  .inspection-item.reverse {
    flex-direction: column;
  }
}



 .sx_icon {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.cards-qualite {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 25px;
    align-items: stretch;
}




.icon-qualite {
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  object-fit: contain; 
  filter: grayscale(0);
  transition: transform .4s ease, filter .4s ease; 
}

.card-qualite:hover .icon-qualite {
  filter: grayscale(0);
  transform: scale(1.12); 
}


@media (max-width: 1200px) {
  .cards-qualite {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .cards-qualite {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .cards-qualite {
    grid-template-columns: repeat(1, 1fr);
  }
}

.valeurs-container1 {
    display: flex;
    justify-content: space-around;
    gap: 92px; /* il manquait px */
    margin-top: 30px;
}

/* Boutons */
.valeur-btn1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 50px;
    font-size: 14px;
    font-weight: 600;
    width: 230px;
    text-align: center;
    position: relative; /* pour le triangle */
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

/* Triangle jaune */
.valeur-btn1::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid #f5d862;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-right: 12px;
}

/* Arrière-plans */
.valeur-btn1.active {
    background-color: #1a3a5c;
    color: white;
}

.valeur-btn1.qualite {
    background-color: #467c9d;
    color: white;
}

/* Hover → Zoom fluide */
.valeur-btn1:hover {
    transform: scale(1.06);
    cursor: pointer;
}

/* Optionnel : triangle devient plus vif au hover */
.valeur-btn1:hover::before {
    border-left-color: #ffd000;
}

/********************section histoire********************/
.section-histoire {
    padding: 80px 0;
}

.bloc-histoire {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Image */
.histoire-image-wrapper {
    position: relative;
    width: 100%;
   
}

.histoire-image {
    width: 100%;
    height: auto;
    display: block;
   
}



.histoire-contenu {
    margin-top: 40px;
 
}

.histoire-titre {
    font-size: 36px;
    margin-bottom: 20px;
}

.histoire-titre span {
    color: var(--color-yellow);
}

.histoire-texte {
    font-size: 17px;
    line-height: 1.7;
        color: #1d3557;
    margin-bottom: 18px;
  text-align: justify;
}

.big_quote_start {
    position: relative;
    margin: 0 auto;
  
}
.big_quote_start:before {
    position: absolute;
    content: "\f6b0";
    font-family: bootstrap-icons !important;
    color: #f5d862;
    font-size: 35px;
    margin-right: 8px;
    top: -21px;
    left: -35px;
}

.big_quote_start:after {
    position: absolute;
    content: "\f6b0";
    font-family: bootstrap-icons !important;
    color: #f5d862;
    font-size: 35px;
    bottom: -20px;
    right: -33px;
    transform: rotate(180deg);
}
.font-bold{
    font-family: "Century Gothic Bold";
}

.white-dot {
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 50%;
}






.section-autre {
  padding: 60px 0;
}

.section-autre-header {
  margin-bottom: 40px;
}

.autre-titre {
  font-size: 32px;
  font-weight: 700;
}

.autre-highlight {
  color: #eb6d00;
}

.autre-intro {
  
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.6;
  text-align: left;
    color: #1d3557;
}

/* -------- IMAGE CERCLE ----------- */

.autre-image-circle {
  position: relative;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  margin: 0 auto 30px;
  box-shadow: 0px 6px 20px rgba(0,0,0,0.15);
}

.autre-image-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.autre-circle-number {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #eb6d00;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* -------- TEXTES -------- */

.autre-contenu-texte p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 18px;
      color: #1d3557;
}

/* -------- LISTE SERVICES -------- */

.autre-liste-services {
  list-style: none;
  padding: 0;
  margin: 0;
}

.autre-liste-services li {
 font-size: 16px;
      color: #1d3557;
  gap: 12px;
  margin-bottom: 18px;
}

.autre-icon {
  width: 35px;
  flex-shrink: 0;
}

/* -------- FOOTER -------- */

.section-autre-footer {
  margin: 35px 0;
  font-size: 16px;
  line-height: 1.7;
}
.section-autre-footer p{
  color: #1d3557;
  font-size: 16px;
  line-height: 1.7;
}
/* -------- LISTE PAGES -------- */

.autre-liste-pages {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.autre-liste-pages a {
  font-weight: 600;
  color: #1d3557;
  text-decoration: none;
  transition: 0.3s;
}

.autre-liste-pages a:hover {
  color: #eb6d00;
  text-decoration: underline;
}


.section-autre .white-circle-numbered {
    position: relative;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.section-autre .white-circle-numbered img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-autre .white-circle-numbered .circle-number {
  position: absolute;
  top: 9%;
  right: 20%;
  font-size: 72px;
  font-weight: 700;
  color: #347c9e;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
}

.section-autre .white-circle-numbered .circle-number::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -172px;
    width: 165px;
    height: 6px;
    background-color: #347c9e;
    transform: translateY(-50%);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}



.autre-link-secteur {
  font-weight: 600;
    color: #e5303d; /* Orange corporate */
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
}

.autre-link-secteur::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #e5303d;
  transform: scaleX(1);
  transform-origin: left;
  transition: 0.3s ease;
}

.autre-link-secteur:hover {
  color: #1d3557;
}

.autre-link-secteur:hover::after {
  background: #1d3557;
}




.details-row {
    margin-bottom: 60px;
}
.details-col {
    display: flex;
    justify-content: center;
}

.details-img-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.details-item-autre {
    /* padding-left: 20px; */
    position: relative;
}

.details-title-autre {
    font-size: 28px;
    font-weight: 700;
    color: #1d3557;
    margin-bottom: 15px;
    position: relative;
}

.details-title-autre::before {
    content: "";
    width: 40px;
    height: 3px;
    background: #e63744;
    position: absolute;
    left: 0;
    top: -10px;
    border-radius: 2px;
}

.details-text-autre {
    font-size: 16px;
    color: #1d3557;
    text-align: justify;
   
}

.details-img-wrap {
    height: 250px;
    width: 50%;
   
}
.sections-details-autre{
    padding: 50px 0px 0px 0px;
    position: relative;
    overflow: hidden;
}

.sections-details-autre::before {
    content: '';
    position: absolute;
    right: -328px;
    top: -5px;
    width: 32%;
    height: 97%;
    background-image: url(../images/Object_before_about2.webp);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.3;
}





















































@media only screen and (max-width: 1530px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.8rem;
        padding-left: 0.8rem;
        font-size: 17px;
    }
    .navbar-light .navbar-nav .nav-link::before {
  
    top: 44px;
   
}
.separator {
    
    padding: 0 8px;
   
}
    .navbar-nav {
        padding: 8px 10px;
    }
     .main_navbar .nav-item.d-lg-none::after {
        display: none;
    }
    
    /* Cacher le séparateur de l'élément juste avant Contact */
    .main_navbar .nav-item:has(+ .d-lg-none)::after {
        display: none;
    }
	.logo_header {
    width: 150px;
}
      .main_navbar .nav-link {
        font-size: 15px;
        padding: 13px 28px !important;
    }
.main_navbar .navbar-nav {
 
    padding: 3px 0px;
}
      .home-link {
        padding: 14px 9px;
    }
       .btn-contact {
        padding: 16px 20px;
        width: 159px;
        margin-right: 0px;
        font-size: 17px;
    }
    .header-right

 {
        gap: 2px;
        margin-left: 12px;
        margin-right: 46px;
    }
.header .container-fluid {
    padding: 10px 0px !important;
}
.lang-btn {
  
    gap: 3px;
    padding: 5px 3px;

}
.menu-wrapper {
  
    gap: 3px;
}
.home-link a::before {
    left: -9px;
   
}
.main_navbar .nav-link::before {
   
    left: 0px;
   
}
.main_navbar .nav-item:not(:last-child)::after {

    margin: 0px 0px;
 
}
.home-link a.active::before {
    width: 161%;
    background-color: #e63744;
}
    .lang-switch {
        position: relative;
        margin-right: 0px;
        margin-left: -9px;
    }
.titre-bandeau-one {
    font-size: 28px;

}
.titre-bandeau-two {

    font-size: 25px;
 
}
.slide-item {

    min-height: 635px;
 
}
.section-secteurs .image-box img {
   
    height: 70%;
    
}
.card-deco img {
    width: 100px;
   
}
.card-deco {
 
    bottom: 17px;
    right: 14px;
   
}
.card-description {

    padding: 0 0px;
 
}
.card-secteur

 {
        padding: 12px 12px;
        height: 259px;
        width: 234px;
    }
.actu_item .actu_content {
    padding: 12px 8px;
    transform: translate(4%, -25%);
    width: 233px;
    height: 195px;
    
}

.actu_item h3 {
    font-size: 13px;

}
.actu_description {
    font-size: 13px;


    text-align: justify;
}
.expertise-list li.active {
    color: #1d3557;
    font-size: 20px;
    font-family: "Century Gothic Bold";
}
.expertise-list li {
    padding: 0px 20px;
    font-size: 18px;


}
.content-left {
    padding: 40px 0px 0px 100px;

}
.triangle {
    border-left: 60px solid #f5d862;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    margin-bottom: 8px;
}
.triangle-inverse {
    border-left: 60px solid #f5d862;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    margin-bottom: 8px;
}
.content-right {

    margin-top: 155px;
    margin-left: 60px;
}
.card-secteur h3 {
    font-size: 15px;
   
}

.content-wrapper {
    padding-left: 0px;
}
.sous-titre {
    font-size: 20px;
  
}
.texte-description {
    font-size: 14px;
  
}
.detail-content {

    font-size: 15px;
   
}
    .contenu_actu_unique {
       
        width: 330px;
        left: 2px;
        margin: 0px auto;
        top: -25px;
    }
.triangles-show3 {
   
    top: 25px;
    left: 49px;
   
}
    .triangles-show4 {
    
        top: 13px;
        right: 58px;
        transform: rotate(142deg);
    }
    .titre_actu_unique {
    font-size: 18px;
    
}
.footer .h5 {
    color: #e63946;
    font-size: 16px;
    font-family: "Century Gothic Bold";
}
.footer a {
    color: #1d3557;
    font-size: 14px;
}
    .card_item .card_content {
        padding: 12px 10px 12px;
        transform: translate(2%, -25%);
        width: 236px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
.card_img {
   
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.breadcrumb {
   gap: 0px;
    width: 459px;
   padding: 30px 40px 28px 30px;
   font-size: 15px;
}
.card-description p {

    font-size: 13px;
    
}
.breadcrumb.styleCosme {
    padding: 31px 0px 30px 4px !important;
    font-size: 13px;
}
.breadcrumb.stylePlasti {
    padding: 30px 3px 30px 6px !important;
    font-size: 13px;
}
.breadcrumb.styleActulite{
     font-size: 13px;
}
.sections-wrapper::before {
   
    left: -84px;
    top: 584px;
    width: 58%;
    height: 58%;

   
}
.section-propos-entreprise::before {

    right: -289px;
    top: -5px;
    width: 44%;
    height: 102%;
  
}
.content-text p {
    font-size: 15px;

    color: #ffffff;
}
.section-pageTwo .content-text p {
    font-size: 15px;
    
}
.services-list p {
    font-size: 14px;
   
}
.section-pageTwo .white-circle-numbered {
  
    width: 425px;
    height: 425px;
   
}
.section-pageTwo .content-text li {
    font-size: 14px;
   
}
.section-logistique .circle1 {
    width: 350px;
    height: 350px;
    top: -150px;
    left: -77px;
}
.logistique-text p {
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 15px;
}
.section-plasturgie .section-header .section-description {
    font-size: 15px;
    
}
.card-btp p {
    font-size: 14px;
    
}
.text-block p {
    font-size: 13px;
   
}


.cercle1_qualite {
    width: 200px;
    height: 200px;
    top: -23px;
    left: 29px;
}
.cercle1_qualite::before {
    width: 200px;
    height: 208px;
}
.cercle2_qualite {
    width: 180px;
    height: 180px;
    bottom: 84px;
    right: 158px;
}
.cercle2_qualite::before {

    width: 180px;
    height: 180px; 
}
.cercle3_qualite {
    width: 140px;
    height: 140px;
    top: 242px;
    right: -15px;
}
.cercle3_qualite::before {

    width: 140px;
    height: 140px;
   
}
    .cercle1_qualite1 {
        width: 200px;
        height: 149px;
        top: -22px;
        left: 337px;
    }
.cercle1_qualite1::before {

    width: 200px;
    height: 200px;
   
}
        .cercle2_qualite1 {
        width: 180px;
        height: 180px;
        bottom: 98px;
        right: 35px;
    }
.cercle2_qualite1::before {

    width: 180px;
    height: 180px;
    
}
        .cercle3_qualite1 {
        width: 140px;
        height: 140px;
        top: 128px;
        right: 366px;
    }
.cercle3_qualite1::before {
   
    width: 140px;
    height: 140px;
    
}
    .cercle4_qualite1 {
        width: 160px;
        height: 160px;
        top: -16px;
        right: 353px;
    }
.cercle4_qualite1::before {

    width: 160px;
    height: 160px;
    
}
.paddig_bas {
    padding-bottom: 20px;
}
.cercles-deco {
    position: absolute;
    top: -116px;
    right: 229px;
    z-index: 0;
}
.liste-sous-pages-sx {
   
    bottom: -192px;
    right: -67px;
   
}
.image-container {
   
    max-width: 450px;
  
}
.section-pageFiveTwo {
  
    margin-top: -37px;
    margin-bottom: -133px;
}
.badge-experience {

    top: -35px;
    left: -6px;
  
}
.histoire-contenu {
   
    max-width: 1083px;
}
.section-histoire {
    padding: 20px 0;
}
.flag-icon {
    width: 30px;
    height: 30px;
   
}
}

.link-ville{
color:#922b21;
}

.link-ville:hover{
color:#1d3557;
}