

@font-face {
    font-family: "Helvetica Regular";
    src: url("../fonts/HelveticaRegular/a64ff11d2c24584c767f6257e880dc65.eot");
    src: url("../fonts/HelveticaRegular/a64ff11d2c24584c767f6257e880dc65.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaRegular/a64ff11d2c24584c767f6257e880dc65.woff2")format("woff2"),
    url("../fonts/HelveticaRegular/a64ff11d2c24584c767f6257e880dc65.woff")format("woff"),
    url("../fonts/HelveticaRegular/a64ff11d2c24584c767f6257e880dc65.ttf")format("truetype"),
    url("../fonts/HelveticaRegular/a64ff11d2c24584c767f6257e880dc65.svg#Helvetica Regular")format("svg");
}

@font-face {
    font-family: "Helvetica Bold";
    src: url("../fonts/HelveticaBold/Helvetica-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}

:root{
    --color-white:#fff;
    --color-rouge:#d91c25;
    --bg-rouge:#d91c25;
    --color-bleu:#221f5f;
    --bg-bleu:#221f5f;
    --bg-sec-red-left:#dc1a23;
    --bg-sec-red-right:#f60612;
    --color-border:#f40914;
    --bg-orange:#e35336;
    --color-orange:#e35336;
    --bg-contact: #f83942;
    --color-balck:#131226;
    --bg-phone:#272360;
    --color-text:#292929;
    --color-title:#221f5f;
    --bg-gris: #f3f2f1;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: "Helvetica 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: "Helvetica Regular";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #656565;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
html {
    scroll-behavior: smooth;
}
:target {
    scroll-margin-top: 200px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #7AB730;
  text-decoration: none;
  background-color: transparent;
	transition: all 0.2s ease-in-out
}

a:hover {
  color: #527a20;
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@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: var(--bg-rouge);
  box-shadow: 0px 0px 26.46px 0.54px rgb(0 0 0 / 14%);
  border-radius: 50%;
}
.back-to-top i{
	color:#fff;
}
.back-to-top.show{
	display:flex;
	align-items:center;
	justify-content:center;
}
.back-to-top:hover{
	background: var(--bg-bleu);
	transition: all 0.2s ease-in-out
}
.color-princip{
	color:#59b34f;
}
.bg-princip{
	background-color:#59b34f;
}
.w-50{
	width:50%;
}
label.error{
	color:red;
	font-size:13px;
}
.overflow-hidden{
	overflow:hidden;
}
.h-70{
	height:70%;
}

@media (min-width: 992px) {
	.header .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
	}
	.header .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
	}
}
.copyright_bottom{
	background: #121110;
    padding: 10px 0;
}
.slider_area.owl-carousel .slide-item{
	position:relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.slider_area.owl-carousel .slide-item:before{
	content:'';
	position:absolute;
	width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.28);
}
.slider_area.owl-carousel .slide-item img{
	height: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;
}

.slider_area.owl-carousel .slide-item .icon-slider{
width:25px;
height:25px;
}

/********************------------------ style header --------------------- ****************/
.header.sticky-menu{
	position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    padding-top: 0;
	width: 100%;
    z-index: 999;
    animation-name: fadeInDown;
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
}
.header {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
   
}
.header.inner-header{
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    transition: all 0.3s ease;
    background: white;
    z-index: 100;
    
}
.header.inner-header .navbar-brand img

 {
    height: 153px;
    width: auto;
}

.header.inner-header.sticky-menu {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    padding: 0px;
    width: 100%;
    z-index: 999;
       
    animation-name: fadeInDown;
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
  
}
/* .page-header {
    transition: margin-top 0.3s ease;
} */

/* .page-header.sticky-offset {
    margin-top: 75px;
} */



 .top_menu {
    background: transparent;
    width: 70%;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 40px;
    margin-left: auto;
    padding: 5px 15px;
    padding-right: 0px;
}


.info-phone {
    display: flex;
    align-items: center;
    font-size: 16px;
    background:var(--color-bleu);
    white-space: nowrap;
    padding: 10px 15px;
}
.info-adress {
    display: flex;
    align-items: center;
    font-size: 16px;  
}
.info-phone img {
    width: 25px;
    height: 25px;
    margin-right: 15px;
}
.info-adress img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
.phone-number {
    font-size: 18px;
    color: #fff;
    text-decoration: none; 
    font-weight: 600;
}
.phone-number:hover {
    color: #fff;  
}

.info-adress a {
    font-size: 20px;
    color: var(--color-balck) !important;
    text-decoration: none;
    font-weight: 600;
    
}
.info-adress:hover a {
    color: var(--color-black);  
}


.main_menu {
    position: relative;
    z-index: 1000;
}
.main_menu .container-fluid {
    padding: 0;
}
.main_menu .navbar {
    padding: 0;
}
.navbar-brand {
    padding: 0px 0px;
    margin: 0;
}
.navbar-brand img {
    width: auto;
}
.logo-position {
    position: absolute;
    top: -52px;
    /* left: 100px; */
    left: 125px;
}
.nav-wrapper {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    width: 78%;
    gap: 3px;
}

.top-nav-row {
    display: flex;
    justify-content: end;
    align-items: center;
    /* padding: 0px 0px 0px 10px; */
    gap: 3px;
}
.main-links {
    display: flex;
    align-items: center;
    background: #fff;
}


.main-links .separator {
    line-height: 1;
    display: flex;
    align-items: center;
}

.main-links .separator {
    color: var(--bg-bleu);
    /* margin: 0 6px; */
    font-size: 18px;
}
.main-links .nav-link {
    color: var(--color-bleu);
    text-decoration: none;
    font-size: 20px;
    padding: 12px 51px;
    transition: color 0.3s;
    position: relative;
    font-weight: 800;
}
.main-links .nav-link:hover::before {
    width: 100%;
    bottom: 0px;
}
.header.sticky-menu .main-links .nav-link {
    color: var(--color-title);
    text-decoration: none;
    font-size: 20px;
    padding: 10px 44px;
    transition: color 0.3s;
    position: relative;
}
.main-links .nav-link.active {
    color: var(--bg-rouge); 
        /* background-color: rgba(165, 231, 187, 0.1); */
}
.header.inner-header .main-links .nav-link {
    color: var(--color-title);
    text-decoration: none;
    font-size: 20px;
    /* padding: 10px 42px; */
    transition: color 0.3s;
    position: relative;
}
.main-links .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: var(--bg-rouge);
    transition: width 0.3s ease;
}

.main-links .nav-link.active::before {
    width: 100%;
    bottom: 0px;
}
.main-links .nav-link:hover {
    color: var(--color-rouge);
}
/* .main-links .separator {
    color: var(--bg-bleu);
    margin: 0 3px;
    font-size: 18px;
    font-weight: 500;
} */

.action-buttons {
    display: flex;
}

.btn-contact,
.btn-devis {
    padding: 13px 64px;
    border-radius: 0;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s;
    white-space: nowrap;
    border: none;
     position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-contact::before,
.btn-devis::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:-1;
    transition: all 0.6s ease;
    width: 100%;
    height: 0%;
    background: var(--bg-bleu);
    transform: translate(-50%, -50%) rotate(45deg);
}

.btn-contact:hover::before,
.btn-devis:hover::before {
      height: 500%;
}


.btn-contact {
    background: var(--bg-contact);
    color: #fff;
}

.btn-contact:hover {
    background: var(--bg-vert);
    color: #fff;
}

.btn-devis {
    background:var(--bg-rouge);
    color: #fff;
}

.btn-devis:hover {
    background: var(--bg-dvert);
    color: #fff;
}
.action-buttons .btn{
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* 
.action-buttons .btn::before{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    width:0%;
    height:0%;
    background: var(--color-bleu);
    transition:0.4s ease;
    z-index:-1;
} */


/* .action-buttons .btn:hover::before {
    width: 387%;
    height: 510%;
} */

.action-buttons .btn:hover{
    color:#fff;
}
.img-header{
    width: 74%;
    position: relative;
    /* left: 4px; */
    
}
.header.sticky-menu .logo-position .img-logo {
    height: 82px;
    width: auto;
}
.header.sticky-menu .main-links .nav-link {
    color: var(--color-bleu);
    text-decoration: none;
    font-size: 20px;
    padding: 10px 69px;
    transition: color 0.3s;
    position: relative;
}
.header.sticky-menu .logo-position{
    position: relative;
    top: -2px;
    left: 100px;
}
.header.sticky-menu .top_menu {
    display: none;
}
.header.sticky-menu .nav-wrapper {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    width: 90%;
    gap: 3px;
}
/**********************************************************************************************/
.footer{
	background-color: #211E1C;
	position:relative;
}
.footer .footer-top{
	padding-bottom: 3rem;
	padding-top: 3rem;
}
.footer p, .footer a, .footer i {
  color: #CCCCCC;
}
.footer .h5{
	color: #CCCCCC
}
.title{
	margin-bottom:20px;
}
.title .up_title{
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	position:relative;
	/* padding-left: 36px; */
	color: #211E1C;
	display: inline-block;
}
/* .title .up_title:before{
	content:'';
	position:absolute;
	width:30px;
	height:30px;
	background: url() no-repeat;
	background-position:center;
	background-size:100%;
	top:50%;
	left:0;
	transform: translateY(-50%);
} */
.title .h1{
	font-size: 35px;
	font-weight:700;
}
/**************************************************************************************************/
/* .page-header{
    position: relative;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
		padding: 3rem 0;
}
.page-header:before{
	content:'';
	position:absolute;
	width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.28);
}
.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 {
    position: relative;
    padding: 25px 0 25px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}


.page-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(34, 31, 95, 1) 0%, /* bleu */ rgba(34, 31, 95, 0.9) 35%, /* bleu soft */ rgba(217, 28, 37, 0.9) 70%, /* rouge */ rgba(227, 83, 54, 0.9) 100% /* orange */);
    z-index: 1;
}


.page-header::after {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 250px;
    height: 250px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    z-index: 1;
    animation: drift 10s linear infinite;
}


.banner-heading {
    position: relative;
    z-index: 2;
    max-width: 700px;
    color: #fff;
}


.banner-heading .h1 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #fff;
        opacity: 0.7;
}


.banner-heading .h1::before {
    content: attr(data-text);
    position: absolute;
    top: -40px;
    left: 0;
    font-size: 90px;
    font-weight: 900;
    color: rgba(255,255,255,0.08);
    z-index: -1;
}


.breadcrumb {
    display: inline-flex;
    gap: 10px;
    padding: 8px 16px;
    background: rgba(255,255,255,0.15);
    border-radius: 30px;
    backdrop-filter: blur(6px);
}


.breadcrumb li {
    font-size: 14px;
    color: #e2e8f0;
}


.breadcrumb li a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}


.breadcrumb li a:hover {
    color: var(--color-orange);
}


.breadcrumb li::after {
    content: "/";
    margin-left: 8px;
    color: rgba(255,255,255,0.5);
}

.breadcrumb li:last-child::after {
    display: none;
}


.breadcrumb .active {
    color: var(--color-orange);
    font-weight: 600;
}
/******************************************************************************************************/
.why-item{
	background: #f5f5f5;
	padding: 30px 40px;
	height:100%;
	position:relative;
	transition: 0.3s all;
}
.why-item img{
	height: 80px;
	margin-bottom: 15px;
	position:relative;
	transition: 0.3s all;
}
.why-item .h5{
	font-weight: 700;
	font-size: 20px;
}
.why-item:hover{
	background: #007bff;
	box-shadow: 0px 6px 26.46px 0.54px rgba(1, 2, 2, 0.11);
}
.why-item:hover .h5, .why-item:hover p{
	color: #fff;
}
.why-item:hover img{
	filter: brightness(0) invert(1);
}
.actu_item {
    padding: 20px;
}
.actu_item .actu_img {
    height: 450px;
    width: 100%;
    overflow: hidden;
}
.actu_item .actu_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s all;
}
.actu_item:hover .actu_img img{
	transform: scale(1.2);
}
.actu_item .h4{
	margin-top:15px;
	margin-bottom: 10px;
	font-size: 18px;
}
/* .actu_item .actu_date{
	color: #007bff;
	font-size:15px;
} */

.img_about{
	width:100%;
	height: 450px;
	position:relative;
}
.img_about:before{
	content:'';
	position:absolute;
	height: 200px;
	width:200px;
	background: #007bff;
	right:-20px;
	bottom:-20px;
	z-index:-1;
}
.img_about img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}


/********************************************* page ACCEUIL ************************************/



/* BANDEAU */
.banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ban-slide        { display: none; }
.ban-slide.active { display: block; }

.checkbox-text{
    text-align: justify;
}


.banner-left, .banner-right {
    width: 50%;
    height: 75vh;
    text-align: center;
}
.div-img-left img, .div-img-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
.div-img-left, .div-img-right{
    width: 100%;
    height: 100%;
    position: relative;

    
}
.banner-center {
    position: absolute;
    text-align: center;
    padding: 20px;
   z-index: 1;
    left: 50%;
    transform: translateX(-50%);
   
}
.title-ban{
    font-size: 55px;
    text-transform: uppercase;
    color: var(--color-white);
    background: rgba(39, 35, 97, 0.4);
    padding: 14px;
     font-family: "Helvetica Bold";
     margin-bottom: 14px;
}
.span-ban{
    color: var(--color-rouge);
    font-size: 55px;
    text-transform: uppercase;
    font-family: "Helvetica Bold";
    background: rgba(39, 35, 97, 0.4);
    padding: 14px;
}
.banner-link{
    position: relative;
    top: -35%;
    display: flex;
    justify-content: center;
    align-items: center;
   height: 50px;
    width: 60%;
    margin: 0px auto;
}
.banner-link.pro{
  
    background: var(--bg-bleu);
    
}
.banner-link.par{
   
    background: var(--bg-orange);
    
   
}
.banner-link img {
 
  height: 25px;
  display: block;
     width: 25px;

}
.banner-link.par img {
 filter: brightness(0) invert(1);

}


.btn-red {
 
  color: #fff;
  font-size: 18px;
      margin: 0;
       letter-spacing: 1px;
}
.btn-red:hover,.btn-blue:hover {
    color: #fff;
    text-decoration: none;
}
.btn-blue {

  color: #fff;
  font-size: 18px;
      margin: 0;
       letter-spacing: 1px;
}
.div-img-left::after {
    content: "";
    position: absolute;
    width: 100%;
    height:100%;
    background: url(../images/Calque-15.webp) no-repeat center / cover;
    top: 0px;
    left: 0px;
    z-index: 0;
  
}

/* style de section 1 **/
.sec-one{
    padding: 80px 0px;
    position: relative;
   
}
.bg-sec-one{
  background: #f7f7f7;
}

.experience-wrapper {
    position: relative;
    width: 100%;
    min-height: 450px;
     margin: 0 auto;
}


.img-box {
    position: absolute;
   
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 87%;
}


.img-1 {
    width: 60%;
    height: 380px;
    top: 0;
    right: -165px;
    z-index: 0;
    position: relative;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.img-1::before {
    content: "";
    position: absolute;
    background: var(--bg-rouge);
    width: 80px;
    height: 9px;
    bottom: 0px;
    left: -170px;
    z-index: 2;
}

.img-2 {
    width: 33%;
    height: 50%;
    top: -38px;
    right: 20px;
    z-index: 2;
    
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.experience-card {
    position: absolute;
    bottom: 40px;
    left: 83px;
    background: var(--bg-rouge);
    padding: 25px 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 3;
    text-align: center;
    display: flex;
    gap: 15px;
}

.experience-card .number {
    font-size: 70px;
     font-family: "Helvetica Bold";
    color: var(--color-white);
    line-height: 1;
        margin-bottom: -12px;
}

.experience-card .text {
    font-size: 20px;
    color: var(--color-white);
    font-family: "Helvetica Bold";
    text-align: justify;
}
.experience-card .text span {
    font-size: 30px;
    color: var(--color-white);
}

.div-header .div-title {
    color: var(--color-rouge);
    font-size: 17px;
    font-family: "Helvetica Bold";
    position: relative;
    padding-left: 46px;
    margin-bottom: 10px;
}

.div-header .div-title::before {
    content: "";
    position: absolute;
       width: 40px;
    height: 40px;
    background-image: url(../images/Objet-back.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.titre-bb {
    font-size: 27px;
    text-transform: uppercase;
    color: var(--color-bleu);
    font-family: "Helvetica Regular";
}

.titre-b {
    color: var(--color-bleu);
    font-family: "Helvetica Bold";
}
.des-g{
    font-size: 18px;
    text-align: justify;
    color: var(--color-text);
}
.div-savoir {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.en-savoir {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Helvetica Bold";
    color: #fff;
    background: var(--color-bleu);
    padding: 12px 40px;
    border-radius: 8px;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease;
}




.en-savoir::before {
   content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.6s ease;
    width: 100%;
    height: 0%;
    background: var(--bg-rouge);
    transform: translate(-50%, -50%) rotate(45deg);
}

.en-savoir:hover::before {
    height: 475%;
   

}


.en-savoir:hover {
    color: var(--color-white);
}

/****** style section 2*****/
.bloc-par {
    background: var(--bg-orange);
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.section-pro-par .titre{
    color: var(--color-white);
}
.item-image {
    width: 70%;
    background: white;
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}


.item-image:hover {
    background: var(--bg-bleu);
}
.bloc-pro .item-image:hover {
    background: var(--bg-rouge);
}

.item-image:hover img {
    filter: brightness(0) invert(1);
}
.item-t-par{
    color: var(--color-white);
    font-size: 16px;
}
.section-pro-par{
  
    position: relative;
}
.bloc-itm{
    padding: 25px;
}
.bloc-par {
  background: var(--bg-orange);
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bloc-pro {
  background: var(--bg-bleu);
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-pro-par .titre {
    color: var(--color-white);
    text-align: center;
    margin-bottom: 20px;
    font-family: "Helvetica Bold";
    font-size: 30px;
}

.item-image {
  width: 90%;
  background: white;
  padding: 35px;
  margin: auto;
  
}
.owl-par .owl-nav .owl-prev{
    position: relative;
    left:-23px ;
}
.owl-par .owl-nav .owl-next{
    position: relative;
    right:-23px ;
}
.owl-pro .owl-nav .owl-prev{
    position: relative;
    left:-23px ;
}
.owl-pro .owl-nav .owl-next{
    position: relative;
    right:-23px ;
}
.item-image img {
  width: 75% !important;
  height: 100%;
  object-fit: cover;
  display: flex;
  justify-content: center;
  margin: 0px auto;
}

.item-t-par {
  color: var(--color-white);
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
}

.bloc-itm {
  padding: 25px;
  width: 100%;
}
.text-red{
    color: var(--color-rouge);
}

.owl-par .owl-nav {
    position: absolute;
    top:35% !important;
    width: 100%;
    transform: translateY(-50%);
    z-index: -1;
    

}
.owl-pro .owl-nav {
    position: absolute;
    top:35% !important;
    width: 100%;
    transform: translateY(-50%);
    z-index: -1;
    

}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 16px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    border: 2px solid #fff;
    opacity: 0.4;
}
/* boutons */
.owl-par .owl-nav button {
    pointer-events: all;
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.6) !important;
    border-radius: 50%;
    border: none;
    transition: 0.3s;
}
.owl-pro .owl-nav button {
    pointer-events: all;
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.6) !important;
    border-radius: 50%;
    border: none;
    transition: 0.3s;
}
.owl-par .owl-nav{
	display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 0 0px;
}
.owl-pro .owl-nav{
	display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 0 0px;
}
.owl-theme .owl-nav {
    margin-top: 0px;
}
/******************/
.bloc-sec-three {
    background: linear-gradient(to right, var(--bg-sec-red-left), var(--bg-sec-red-right));
    padding: 20px 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden; 
}
.div-contact {
    display: flex;
    align-items: center;
    justify-content: end;
}
.en-contact {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #fff;
    background: var(--color-bleu);
    padding: 8px 59px;
    border-radius: 8px;
    font-size: 24px;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease;
}

.en-contact::before {
  content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.6s ease;
    width: 100%;
    height: 0%;
    background: var(--color-white);
    transform: translate(-50%, -50%) rotate(45deg);
}
.en-contact:hover {
 
    color: var(--color-bleu);
    
}
.en-contact:hover::before {
    height: 380%;
    width: 100%;
}
.bloc-p1{
    font-size: 35px;
     font-family: "Helvetica Bold";
     margin:0;
     text-transform: uppercase;
}
.bloc-p2{
    font-size: 35px;
     
}
.sec-three{
    position: relative;
    margin-top: -80px;
}

/**************************section blog *********/
.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: 223px;
     border-left: 1px solid var(--bg-rouge);
    border-bottom: 4px solid var(--bg-rouge);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
} */
.actu_item .actu_content {
    padding: 17px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    width: 284px;
    height: 250px;
    top: -30px;
    border-left: 1px solid var(--bg-rouge);
    border-bottom: 4px solid var(--bg-rouge);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.actu_item .actu_content::before {
     content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.6s ease;
    width: 100%;
    height: 0%;
    background: var(--bg-rouge);
    transform: translate(-50%, -50%) rotate(45deg);

    z-index: -1;
}
.actu_item:hover .actu_content::before {
    width: 300%;
    height: 300%;
}
.actu_item:hover .actu_content .actu_date,
.actu_item:hover .actu_content h3,
.actu_item:hover .actu_content .actu_description,
.actu_item:hover .actu_content .actu_link {
    color: var(--color-white);
}

.actu_item:hover .actu_content .actu_link {
    border-bottom: 2px solid var(--color-white);
}

.actu_item:hover .actu_content {
    color: var(--color-white);
    border-left: 1px solid var(--bg-bleu);
    border-bottom: 4px solid var(--bg-bleu);
}

.actu_date {
  font-size: 14px;
  color: var(--color-rouge);
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  
}


.actu_item h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 12px;
  line-height: 1.4;
  transition: color 0.3s ease;
}




.actu_description {
  font-size: 15px;
  color: var(--color-text);
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
  text-align: justify;
}


.actu_link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text);
  
  letter-spacing: 0.5px;
  text-decoration: none;
  border-bottom: 2px solid #1a304f;
  padding-bottom: 3px;
  transition: all 0.3s ease;
  align-self: flex-start;
 
}



.sec-two .div-header .div-title::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
       background-image: url(../images/Objet-back.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 46%;
    top: 50%;
    transform: translateY(-50%);
}

.actu_item {
  position: relative;
}

.actu_item:hover::after {
  transform: scaleX(1);
}
.owl-actu {
display:flex !important;
justify-content:center;
}
.owl-rea {
display:flex !important;
justify-content:center;
}
.sec-two{
    padding: 80px 0px;
    position: relative;

}
.titre-g {
    font-size: 30px;
    text-transform: uppercase;
    color: var(--color-vert);
    font-family: "Helvetica Regular";
}


.div-bloc-4 {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.bloc-img {
    width: 55px;
    height: 55px;
}

.bloc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0) invert(1);
}
.bloc-cc p {
    font-size: 25px;
    color: var(--color-white);
    margin: 0;
}
.sec-two2{
    padding: 30px 0px;
}
.bg-red{
        background: linear-gradient(to right, var(--bg-sec-red-left), var(--bg-sec-red-right));
}
.sec-two-two .actu_item .actu_content{
    width: 85%;
}

/************** section realisation ********/
.card-rea {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.card-rea::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(53, 41, 124, 0.4); 
    opacity: 0; 
    transition: opacity 0.3s ease; 
    pointer-events: none; 
    z-index: 1;
}


.card-rea:hover::before {
    opacity: 1;
}

.card-img-wrapper {
    position: relative;
    height: 600px;
}

.card-img-principal {
    width: 100%;
    display: block;
    height: 100%;
  object-fit: cover;
}

.card-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; 
    transition: opacity 0.3s ease;
    pointer-events: none; 
    z-index: 1;
}

.card-overlay .overlay-img {
    width: 40px; 
    height: 40px;
    filter: brightness(0) invert(1);
}

.card-rea:hover .card-overlay {
    opacity: 1; 
}
.sec-two3{
    position: relative;
    padding: 80px 0px;
}
.sec-two3 .div-header .div-title::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url(../images/Objet-back.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 45%;
    top: 50%;
    transform: translateY(-50%);
}

.card-rea a.card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; 
    text-indent: -9999px; 
    overflow: hidden;
    display: block;
}
/*************************section recrutement ******************/

.section-rec{
    padding: 60px 0px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.section-rec::before {
    content: "";
    position: absolute;
   
    width: 26%;
    height: 59%;
    background: url(../images/Objet-dynamique-vectoriel.webp) no-repeat center / cover;
    z-index: -1;
    pointer-events: none;
    right: 0px;
}

.bloc-rec-link {
    text-decoration: none;
    color: inherit;
    display: block;
}
.bloc-rec{
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
     overflow: hidden; 
    transition: 0.4s ease;
    z-index: 1;
    background: #fff;
    margin-bottom: 20px;
}

 .bloc-rec::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 0%;
    background: var(--color-bleu);
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}



.bloc-rec:hover .bloc-contenu-rec p,
.bloc-rec:hover .en-postuler,
.bloc-rec:hover strong
 {
    color: #fff;
}

.bloc-rec:hover .div-type1 span,
.bloc-rec:hover .div-type2 span
 {
    color: var(--color-text);
}
.bloc-rec:hover .bloc_img img {
    filter: none;
}
.bloc-date p{
   color: var(--color-rouge);
    font-size: 16px;
}
.bloc-contenu-rec h3{
       color: var(--color-rouge);
font-family: "Helvetica Bold";
       font-size: 25px;
}
.bloc-type-haut{
    display: flex;
    gap: 15px;
}
.bloc_img{
    width: 30px;
    height: 30px;
}
.bloc_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
   
    
}
.bloc-badge p{
    margin: 0px;
     font-family: "Helvetica Bold";
     font-size: 18px;
     color: var(--color-text);
}
.div-type1{
    padding: 1px 24px;
    background: #f3f2f1;
    border-radius: 8px;
}
.div-type1 span{
   font-size: 14px;
   color: var(--color-text);
   transition: color 0.3s, transform 0.3s;
}
.div-type2 span{
   font-size: 14px;
   color: var(--color-text);
   transition: color 0.3s, transform 0.3s;
}
.div-type2 {
    padding: 1px 24px;
    background: #f3f2f1;
    border-radius: 8px;
    position: relative;
    right: -5px;
}
.div-postuler {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 25px;
}

.back-img {
    position: relative;
    overflow: hidden;
}

.back-img::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: url(../images/Objet-dynamique.webp) no-repeat center / cover;
    z-index: -1; 
    pointer-events: none;
}

.section-rea,
.section-rec {
    position: relative;
    z-index: 1; 
}



.bloc-type-postuler {
    display: flex;
    align-items: center;
    justify-content:flex-start;
    flex-wrap: wrap; 
    gap: 30px;
}

.bloc-type {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}


.div-type1, .div-type2 {
    padding: 2px 12px;
    background: #f3f2f1;
    border-radius: 8px;
    font-size: 14px;
}


.div-postuler {
    display: flex;
    align-items: center;
    justify-content: end;
}

.en-postuler {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: #fff;
     background: var(--bg-rouge);
    padding: 4px 20px;
    border-radius: 8px;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
}


.bloc-rec::before { 
    content: ""; 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    width:100%; 
    height: 0; 
    background: var(--color-bleu); 
    transform: translate(-50%, -50%) rotate(45deg); 
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); 
    z-index: 0; 
}
.bloc-rec:hover::before { width: 110%; height: 275%; }
.bloc-rec > * { position: relative; z-index: 1; }

.espace{
    gap: 30px;
}
.bloc-contenu-rec p{
    color: var(--color-text);
    font-size: 16px;
}
.div-type1:hover span {
   color: var(--color-text) !important;
}
.div-type2:hover span {
   color: var(--color-text) !important;
}
.size-p{
    font-size: 18px;
}
/***********************section footer *********/

.link-footer {
    position: relative;
}
.link-footer::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/icons/building.webp) no-repeat center / cover;
    top: 0px;
    left: -26px;
    z-index: 0;
}
.footer {
    background-color: #100f2e;
    position: relative;
}
.footer .footer-top {
    padding-bottom: 4rem;
    padding-top: 4rem;
    margin-left: -12%;
}
.footer_contact .footer-icon {
    width: 28px;
    height: 28px;
    object-fit: cover;
    margin-right: 12px;
}
.img-footer {
    width: 100%;
    height: 100%;
    filter: brightness(0) invert(1);
}
.bloc-footer {
    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: 0px;
}
.footer .h5 {
    color: var(--color-rouge);
     font-family: "Helvetica Bold";

}
.footer a {
    color: var(--color-white);
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.footer a:hover {
    color: var(--color-rouge) !important;
    text-decoration: underline;
}
.text-bleu{
    color: var(--color-bleu);
}
.contact-footer {
    background-color: var(--bg-rouge);
    color: var(--color-white);
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.3s;
}

.footer .contact-footer:hover {
    background-color: var(--bg-sec-red-right);
    color: var(--color-white) !important;
    text-decoration: none !important;
}
/****************************----------------------page Groupe ----------------------*******************************/

.contact-form {
    max-width: 100%;
}


.form-group-custom {
    position: relative;
    margin-bottom: 15px;
}


.form-group-custom input,
.form-group-custom textarea {
    width: 100%;
    padding: 14px 15px 14px 45px;
    border: 1px solid #ddd;
    border-radius: 15px;
    font-size: 15px;
    background: #fff;
    transition: all 0.3s ease;
    outline: none;
}


.form-group-custom input:focus,
.form-group-custom textarea:focus {
    border-color: var(--color-bleu);
    box-shadow: 0 0 0 3px rgba(101, 82, 204, 0.1);
}


.form-group-custom label {
    position: absolute;
    left: 45px;
    top: 14px;
    color: #999;
    font-size: 14px;
    transition: 0.3s ease;
    pointer-events: none;
    background: #fff;
    padding: 0 5px;
}


.form-group-custom input:focus + label,
.form-group-custom input:not(:placeholder-shown) + label,
.form-group-custom textarea:focus + label,
.form-group-custom textarea:not(:placeholder-shown) + label {
    top: -8px;
    font-size: 12px;
    color: var(--color-bleu);
}


.input-icon {
    position: absolute;
    left: 15px;
    top: 15px;
    color: var(--bg-bleu);
    font-size: 14px;
    transition: 0.3s;
}


.form-group-custom input:focus ~ .input-icon,
.form-group-custom textarea:focus ~ .input-icon {
    color: var(--color-bleu);
}


.textarea-group textarea {
    resize: none;
}


.check-custom {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 13px;
}

.check-custom input {
    margin-right: 10px;
    margin-top: 4px;
}


/* .btn-contact {
    background: var(--color-vert);
    border: none;
    padding: 14px 35px;
    
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
} */

.btn-contact i {
    margin-right: 8px;
}

/* .btn-contact:hover {
    background: #008a55;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,150,90,0.2);
} */
.section_contact{
    position: relative;
    overflow: hidden;
}
.bak-img1{
    position: relative;
}
.section_contact::before {
    content: "";
    position: absolute;
    width: 28%;
    height: 37%;
    background: url(../images/objet-back2.webp) no-repeat center / cover;
    top: 62%;
    right: 0%;
    z-index: 0;
    opacity: 0.2;
}

.info_item {
    padding: 30px 70px 30px 35px;
    position: relative;
    margin-bottom: 25px;
    background: #f7f9f8;
    width: 95%;
    left: 5%;
}
.info_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}


.info_content h5 {
    margin-bottom: 8px;
    text-transform: uppercase;
    color: var(--color-rouge);
    font-family: "Helvetica Bold";
}

.info_content p {
    margin: 0;
    color: var(--color-text);
}


.info_img {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background:var(--bg-rouge);
    display: flex;
    align-items: center;
    justify-content: center;
}

.info_img img {
    width: 22px;
    height: 22px;
    filter: brightness(0) invert(1);
}

.map-div{
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.custom-checkbox input:checked + .checkmark {
    background-color: var(--bg-rouge);
}
.custom-checkbox .checkmark {
    width: 22px;
    height: 22px;
    border: 2px solid var(--bg-rouge);
    border-radius: 6px;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-top: 3px;
}
.custom-checkbox {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    position: relative;
    gap: 12px;
    width: 97%;
}
.rgpd-check {
    margin-top: 15px;
}
.custom-checkbox input:checked + .checkmark::after {
    transform: rotate(45deg) scale(1);
}

.custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    transition: 0.2s ease;
}
.custom-checkbox input {
    display: none;
}

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
/******************************************* style page mentions légales ****************************/

.section-mention{
    padding: 60px 0px;
    position: relative;
}
.mentions-row p {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
}

.left-side p,
.right-side p {
  position: relative;
  padding-left: 30px; 
  margin-bottom: 12px;
}

.left-side p::before,
.right-side p::before {
  content: "";
  position: absolute;
  width: 20px;     
  height: 20px;     
  background: url(../images/icons/building.webp) no-repeat center / cover;
  top: 0;            
  left: 0;           
}

.mentions-row{
    margin-bottom: 50px;
    margin-top: 50px;
}

.left-side{
    background: var(--bg-gris);
    padding: 25px;
    border-radius: 12px;
}
.right-side{
    background: var(--bg-gris);
    padding: 25px;
    border-radius: 12px;
}
.left-side p b , .right-side p b{
    color: var(--color-title);
}

/*******************************************/

.sx-title{
    position: relative;
    padding-left: 45px;
    color: var(--color-bleu);
    font-family: "Helvetica Bold";
    margin-bottom: 20px;
}
.sx-header .sx-title::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/Calque1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.section-two{
    padding: 70px 0px;
    position: relative;
}
.sx-images {
    display: flex;
    gap: 10px; 
}


.img__1  {
    width: 50%;     
    height: 300px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


.img__2 {
    width: 50%;
    height: 290px;
    top: 30px;
    position: relative;
    border: 5px solid; 
    border-image: linear-gradient(to right, var(--bg-sec-red-left), var(--bg-sec-red-right)) 1;
    border-radius: 12px; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


.img__1 img {
    width: 100%;     
 height: 100%;
 object-fit: cover;
}


.img__2 img {
    width: 100%;      
 height: 100%;
 object-fit: cover;
}


.sx-title2{
    position: relative;
    padding-left: 45px;
    color: var(--color-bleu);
    font-family: "Helvetica Bold";
    margin-bottom: 20px;
    text-transform: uppercase;
}
.sx-header .sx-title2::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url(../images/Objet-back.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.color-bleu{
    color: var(--color-bleu);
transition:0.2s all ease-in-out;
}
.color-bleu:hover{
color:#d91c25;
}
.team-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 20px;
}

.team-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: var(--color-text);
}
.team-list li::first-letter {
    text-transform: uppercase;
}
.team-list li i {
    width: 35px;
    height: 35px;
    background: #eff6ff; 
    color: var(--bg-bleu); 
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
}

.team-list li:hover i {
    background: var(--bg-bleu);
    color: #fff;
    transform: scale(1.1);
    transition: 0.3s;
}

.highlight-paragraph {
    position: relative;
    padding: 15px 20px 15px 50px; 
       background: rgb(100 91 91 / 5%);
    border-left: 5px solid var(--color-rouge); 
    border-radius: 6px;
    color: #1e293b; 
    font-size: 18px;
    line-height: 1.6;
    margin: 20px 0;
}

.highlight-paragraph i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-rouge); 
    font-size: 20px;
}


.valeurs-split {
    padding: 80px 0;
    background: #f9fafc;
    position: relative;
}

.split-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}


.split-left {
    flex: 1;
}

.split-left img {
    width: 100%;
    /* border-radius: 12px; */
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}



.split-right h2 {
    font-size: 32px;
    color: var(--bg-bleu);
    margin-bottom: 20px;
}


.valeurs-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.valeurs-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 18px;
    color: var(--color-text);
}

.valeurs-list li i {
    font-size: 18px;
    color: var(--color-white);
    flex-shrink: 0;
}
.icon-badge {
    width: 35px;
    height: 35px;
    background: var(--bg-rouge); 
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
    transition: transform 0.3s, background 0.3s;
}

.valeurs-list li:hover .icon-badge {
    transform: scale(1.1);
    background: var(--bg-rouge); 
}
.image-wrapper{
    width: 100%;
    height: 450px;
}
.image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.color-red{
    color: var(--color-rouge);
}


.valeurs-cards-section {
    padding: 30px 0;
   
}


.valeurs-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}


.valeur-card {
       display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;

    border-radius: 12px;
  
    transition: transform 0.3s, box-shadow 0.3s;
}

.valeur-card:hover {
    transform: translateY(-5px);
    
}


.icon-badge {
    width: 100px;
    height: 100px;
    background: #ef4444;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 62px;
    flex-shrink: 0;
}


.valeur-text h5 {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-white);
}

.valeur-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.85;
}

/* SECTION */
.certifications-section {
    padding: 80px 0;
    background: #f9fafc;
}

/* TEXTE GAUCHE */
.cert-text h2 {
    font-size: 32px;
    color: var(--bg-bleu);
    margin-bottom: 20px;
}




.cert-gallery .gallery-wrapper {
    position: relative;
    width: 100%;
    height: 400px; 
}

.gallery-item {
    position: absolute;
    /* border-radius: 12px; */
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* avant 330px */
/* .item-center {
    width: 50%;  
    height:330px; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
} */
.item-center {
    width: 100%;
    height: 100%;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* z-index: 2; */
}

.item-top-right {
    width: 220px; 
    height: 220px;
    top: 0;
    right: 0;
    z-index: 1;
}

.item-bottom-left {
    width: 220px; 
    height: 220px;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.highlight-cert {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px 20px;
    border-left: 4px solid var(--bg-rouge); 
    background: #fff; 
    
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.highlight-cert i {
    color: var(--color-rouge); 
    font-size: 24px;
    flex-shrink: 0;
    margin-top: 2px;
}

.highlight-cert p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: var(--color-text);
}


/************************************************* style de page prof****************************/


.service-card {
    background: var(--bg-bleu);
    color: #fff;
    text-align: center;
    padding: 22px 5px;
    font-weight: 500;
    font-size: 16px;
    transition: transform 0.3s, box-shadow 0.3s;
    
    margin-bottom: 7px;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}


.service-card-full {
    padding: 22px 5px;
      background: var(--bg-bleu); 
}
.div-sec-prof{
    padding: 80px 0px;
    position: relative;
}
.bloc-prof-image{
    width: 100%;
    height: 560px;
}
.bloc-prof-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.div-par{
    position: relative;
}
.div-bloc-color{
    position: absolute;
    background-color: var(--bg-bleu);
}
.bloc-prof-image1 {
    width: 100%;
    height: 460px;
}
.bloc-prof-image1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.div-bloc-color {
    position: absolute;
    background-color: var(--bg-bleu);
    top: 80%;
    left: -37px;
    width: 100%;
    padding: 20px 45px;

}

.he-image{
    width: 100%;
    height: 500px;
}
.he-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bb-bloc-section {
    display: flex;
    flex-direction: column;
    gap: 25px;
}


.bb-item {
    display: flex;
    align-items: stretch;
    margin-left: -100px;
    width: 117%;
}


.bb-icon {
    background: #2f2a72;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
}

.bb-icon img {
    width: 120px;
    height: auto;
    filter: brightness(0) invert(1);
}


.bb-content {
   
    padding: 20px;
    flex: 1;
}

.bb-content p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
    color: var(--color-text);
}
.bloc-center-sect{
    display: flex;
    justify-content: center;
    align-items: center;

}
.he-image1 {
    width: 100%;
    height: 370px;
}
.he-image1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/***************/
.section-pageSeven {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}
.content-container{
        padding: 35px;
    margin-left: 74px;
}
.carousel_images_page7 {
    display: flex;
    justify-content: center;
    height: 400px;
    position: relative;
    
}

#owl-prof {
    width: 820px; 
    height: 400px;
}

#owl-prof .item {
    width: 470px; 
    height: 400px; 
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

#owl-prof .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


#owl-prof .owl-nav {
    position: absolute;
    bottom: 20px;
    right: 20px;
    /* display: flex; */
    gap: 10px;
}

#owl-prof .owl-nav .owl-prev {
      color: #010d3f;
    font-size: 14px;
    margin: 5px;
    padding: 10px 7px;
    background: #f4e7e7;
    display: inline-block;
    cursor: pointer;
    height: 40px;
    border-radius: 22px;
    width: 40px;
}

#owl-prof .owl-nav .owl-next {
      color: #010d3f;
    font-size: 14px;
    margin: 5px;
    padding: 10px 7px;
    background: #f4e7e7;
    display: inline-block;
    cursor: pointer;
    height: 40px;
    border-radius: 22px;
    width: 40px;
}
#owl-prof .owl-nav .owl-prev:hover,
#owl-prof .owl-nav .owl-next:hover {
    background-color: #007bff !important;
    color: white !important;
    transform: scale(1.1);
}


@media (max-width: 992px) {
    .row {
        flex-direction: column;
    }

    .col-7, .col-5 {
        flex: 0 0 100%;
    }

    .carousel_images_page7 {
        justify-content: center;
    }

    #owl-prof {
        width: 100%;
        max-width: 820px;
    }

    #owl-prof .owl-stage-outer {
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    #owl-prof {
        height: 300px;
    }

    #owl-prof .item {
        height: 300px;
    }
}

@media (max-width: 576px) {
    #owl-prof {
        height: 250px;
    }

    #owl-prof .item {
        height: 250px;
    }
}
.last-section{
    padding: 60px 0px;
    position: relative;
}
.div-note {
    background: #f8f9fa;
    padding: 15px;
    margin-bottom: 16px;
}
.div-note-content {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.icon-projet {
    min-width: 50px;
    height: 50px;
    background: var(--color-bleu);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    transition: 0.3s ease;
}
.icon-projet i{
    
    color: #fff;
    font-size: 20px;

}
.div-note:hover .icon-projet {
    transform: rotate(15deg) scale(1.1);
}
.img-stack {
    position: relative;
    width: 100%;
}


.img-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.img-top {
    width: 65%;
    height: 326px;
    margin-top: -95px;
}

.img-bottom {
    width: 65%;
    height: 288px;
    margin-top: 0px;
    margin-left: auto;
    border: 10px solid transparent;
    border-image: linear-gradient(to bottom, var(--bg-sec-red-right), var(--bg-sec-red-left)) 1;
}

.hu__hu__invertslow {
    animation: hu__hu__invertslow infinite 15s ease-in-out;
}
.hu__hu__slow {
    animation: hu__hu__slow infinite 15s ease-in-out;
}
@keyframes hu__hu__slow {
   
   50% {
    transform: translateY(20px);
}
    
}
@keyframes hu__hu__invertslow {
    
   50% {
    transform: translateY(-20px);
}
    
}


.sec-con{
    padding: 50px 0px;
    position: relative;
}



.cv-images {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.div_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.div_img {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

}
.fils__1 {
    width: 50%;
    height: 300px;
}
.fils__2 {
    width: 50%;
    height: 300px;
    margin-top: 150px;
    margin-left: -20px;
    border: 5px solid #fff;
    
}
.cv-back {
    position: relative;
}
.cv-back::before {
    content: "";
    position: absolute;
    width: 273px;
    height: 350px;
    background: rgb(218 236 255 / 45%);
    top: 61px;
    left: 209px;
    z-index: 0;
}
.bloc {
    position: relative;
    padding: 20px 20px 20px 60px;
    background: #f7f7f7;
    border-left: 4px solid var(--bg-bleu);
    border-radius: 8px;
    transition: 0.3s ease;
}

.bloc:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}


.bloc::before {
    content: "\f058"; 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 22px;
    font-size: 22px;
    color: var(--bg-bleu);
}


.section-entretion {
    padding: 60px 0px;
    position: relative;
    z-index: 1;
}
.bloc-col-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.images-parent {
    display: flex;
    gap: 20px;
}
.image-child2 {
    flex: 1;
    height: 450px;
}
.image-child2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
   
}
.text-with-border {
    border-left: 4px solid var(--bg-orange);
    padding-left: 20px;
    margin-bottom: 20px;
    
}
.div-entre {
    position: relative;
}

.div-entre::before {
    content: "";
    position: absolute;
        top: -58px;
    right: -95px;
    width: 100px;
    height: 100px;
    background-image: url(../images/icons/solution.webp);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(28deg);
    background-position: center;
    opacity: 0.4;
}
.certifications-section1 {
    padding: 80px 0;
    position: relative;
    z-index: 1;
  
}
.div-back{
    position: relative;
    overflow: hidden;
}
.div-back::before {
    content: "";
    position: absolute;
    top: 37%;
    right: -7%;
    width: 48%;
    height: 35%;
    background-image: url(../images/Objet-dynamique-vectoriel5.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
}
.div-back1{
    position: relative;
    overflow: hidden;
}
.div-back1::before {
    content: "";
    position: absolute;
    top: 53%;
    left: -15%;
    width: 48%;
    height: 46%;
    background-image: url(../images/Objet-dynamique-vectoriel7.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
    z-index: 0;
}
.div-back1::after {
    content: "";
    position: absolute;
    top: -5%;
    right: -15%;
    width: 48%;
    height: 46%;
    background-image: url(../images/Objet-dynamique-vectoriel3.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
    z-index: -1;
}
.div-back2{
    position: relative;
    overflow: hidden;
}
.div-back2::before {
    content: "";
    position: absolute;
    top: 37%;
    right: -7%;
    width: 48%;
    height: 73%;
    background-image: url(../images/Objet-dynamique-vectoriel8.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
}
.mar_bo{
    margin-bottom: 48px;
}
.bloc-entretien {
    display: flex;
    align-items: flex-start;
    gap: 15px;

    padding: 20px;
    background: #f8f9fb;
    border-left: 4px solid var(--bg-orange);
 

    transition: 0.3s ease;
    margin-bottom: 15px;
}

.bloc-entretien:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}


.icon-box {
    min-width: 70px;
    height: 70px;
    background: var(--bg-orange);

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius:50%;
}


.icon-box img {
    width: 40px;
    height: auto;
    filter: brightness(0) invert(1);
}

.sectionfore{
    padding: 60px 0px;
    position: relative;
    /* overflow: hidden; */
}

.for-image{
    width: 80%;
    height: 300px;
}
.for-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bloc-for {
    background: var(--bg-rouge);
    padding: 27px;
    width: 100%;
    position: relative;
    left: 118px;
    z-index: 1;
}
.bloc-for.sans-img {
left:0;
}
.bloc-for:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    border-left: 24px solid transparent;
    border-right: 0 solid transparent;
    border-top: 15px solid var(--bg-rouge);
}
.bloc-for::before {
    content: "";
    position: absolute;
    top: -15px;       
    right: 0;        
    border-right: 24px solid transparent;  
    border-left: 0 solid transparent;
    border-bottom: 15px solid var(--bg-rouge); 
}
.bloc-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sectionfore::before {
    content: "";
    position: absolute;
    top: -122px;
    right: -132px;
    width: 340px;
    height: 283px;
    margin-right: -35px;
    margin-top: -30px;
    opacity: 0.4;
    transform-origin: 48% 50%;
    border-radius: 70%;
    box-shadow: rgba(255, 0, 0, 0.67) 0px 0px 100px inset, rgba(255, 100, 100, 0.23) 10px 0px 95px inset;
    animation: drift 10s linear infinite;
    z-index: 0;
}

.sectionfore::after {
    content: "";
    position: absolute;
    right: -95px;
    top: -84px;
    width: 300px;
    height: 240px;
    opacity: 0.3;
    border-radius: 60%;
    box-shadow: rgba(4, 0, 255, 0.5) 0px 0px 80px inset, rgba(255, 100, 100, 0.2) 5px 5px 70px inset;
    animation: drift2 25s linear infinite;
    z-index: 0;
}

/* animation flottante */
@keyframes drift {
    0% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(-15px, 10px) rotate(15deg); }
    100% { transform: translate(0, 0) rotate(0deg); }
}

@keyframes drift2 {
    0% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(10px, -15px) rotate(-10deg); }
    100% { transform: translate(0, 0) rotate(0deg); }
}



.des-g-equipe {
    position: relative;
    padding-left: 50px;
    border-left: 4px solid var(--bg-rouge); 
   
    
    display: flex;
    align-items: center; 
    gap: 10px; 
}

/* style de l'icône */
.des-g-equipe i {
    font-size: 24px;
    color: var(--bg-rouge);
    flex-shrink: 0; 
}


.services-section {
    padding: 30px 0px;
    background: var(--bg-bleu);
}





.services-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); 
    gap: 30px;
    justify-items: center;
}

.service-card1 {
    text-align: center;
 
}

.service-img-wrapper {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto 15px auto;
}


.circle-red {
    position: absolute;
    top: 50%;
    left: 42%;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    background-color: var(--bg-rouge);
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.4s ease;
    z-index: 1; 
}


.circle-white {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: var(--color-white);
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    z-index: 2; 
}

.circle-white img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}


.service-card1:hover .circle-red {
    transform: translate(-50%, -50%) scale(1); 
}

.service-card1:hover .circle-white {
    transform: translate(-50%, -50%) scale(1.05); 
}

.service-card1 h3 {
    font-size: 18px;
    text-transform: uppercase;
}

.section-dep{
    padding: 60px 0px;
    position: relative;
}
.bolc-dep-imag{
    width: 100%;
    height: 500px;
}
.bolc-dep-imag img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-overlap {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}

.blocs-wrapper {
    margin-left: -80px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.bloc-texte {
    width: 100%;
    background-color: var(--bg-bleu);
    padding: 30px;
    color: var(--color-white);
    font-size: 18px;
 
    text-align: justify;
    height: 400px;
}

.bloc-for1 {
    background: var(--bg-rouge);
    padding: 27px;
    width: 100%;
    position: relative;
    right: 124px;
    z-index: 1;
}
.bloc-for1:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    border-left: 24px solid transparent;
    border-right: 0 solid transparent;
    border-top: 15px solid var(--bg-rouge);
}
.bloc-for1::before {
    content: "";
    position: absolute;
    top: -15px;       
    right: 0;        
    border-right: 24px solid transparent;  
    border-left: 0 solid transparent;
    border-bottom: 15px solid var(--bg-rouge); 
}
.sectionfore1 {
    padding: 60px 0px;
    position: relative;
    overflow: hidden;
}
.div-back3{
    position: relative;
    overflow: hidden;
}
.div-back3::before {
    content: "";
    position: absolute;
    top: 25%;
    right: -18%;
    width: 56%;
    height: 81%;
    background-image: url(../images/Objet-dynamique-vectoriel9.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
}
.div-back4{
    position: relative;
    overflow: hidden;
}
.div-back4::before {
    content: "";
    position: absolute;
    top: 20%;
    left: -14%;
    width: 48%;
    height: 28%;
    background-image: url(../images/Objet-dynamique-vectoriel10.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
}

/********************************** page rec**************************/
.section-rec1 {
    padding: 60px 0px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn-candida {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Helvetica Bold";
    color: #fff;
    background: var(--bg-orange);
    padding: 15px 40px;
    border-radius: 8px;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease;
}
.btn-candida::before {
       content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.6s ease;
    width: 100%;
    height: 0%;
    background: var(--bg-bleu);
    transform: translate(-50%, -50%) rotate(45deg);
}
.btn-candida:hover {
    color: var(--color-white);
}
.btn-candida:hover::before {
    height:400%;

}

.bloc-end{
    display: flex;
    justify-content: end;
}
/* Upload Zone */

.section-candidat .doc_drop {
    position: relative;
    margin-bottom: 25px;
}

.section-candidat .doc_drop input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.section-candidat .in_doc_drop {
    border: 2px dashed #dcdcdc;
    border-radius: 12px;
    padding: 35px 20px;
    text-align: center;
    background: #fafafa;
    transition: all 0.3s ease;
    position: relative;
}

.section-candidat .doc_drop:hover .in_doc_drop {
    border-color: var(--bg-rouge);
    background: #fff8f3;
}

.section-candidat .upload-icon {
    font-size: 28px;
    color: var(--bg-orange);
    margin-bottom: 10px;
}

.section-candidat .doc_title {
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.section-candidat .doc_info {
    font-size: 12px;
    color: #777;
}

.section-candidat .doc_name {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: var(--bg-orange);
    font-weight: 600;
}


.section-candidat .doc_drop.file-loaded .in_doc_drop {
    border-color: var(--bg-rouge);
    background: #fff8f3;
}
.section-candidat .div-header .div-title::before {
 
    
    left: 39%;
    top: 50%;
    transform: translateY(-50%);
    background-position: center center;
}
.candi-img{
    position: relative;
    overflow: hidden;
}
.candi-img::before {
    content: "";
    position: absolute;
    top: 37%;
    right: -10%;
    width: 48%;
    height: 73%;
    background-image: url(../images/Objet-dynamique-vectoriel12.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.09;
}

/********************************** page detail rec *******************/
.section-det-rec{
    padding: 60px 0px;
    position: relative;
}
.recrutement-info.card-style {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px 26px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}
.recrutement-info.card-style::before {
    content: "";
    position: absolute;
    top: 3px;
    right: 10px;
    width: 150px;
    height: 150px;
    opacity: 0.1;
    z-index: 1;
    background-image: url(../images/before/before-img1.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

.info-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-rouge);
    margin-bottom: 18px;
    position: relative;
    padding-left: 14px;
}

.info-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 70%;
    background: var(--bg-orange);
    transform: translateY(-50%);
    border-radius: 5px;
}


.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(0,0,0,0.08);
    font-size: 15px;
    color: var(--color-bleu);
}

.info-list li:last-child {
    border-bottom: none;
}


.info-list li img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    opacity: 0.85;
}


.info-list strong {
    font-weight: 600;
    color: #000;
}
.recrutement-documents.card-style {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px 26px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}
.recrutement-documents.card-style::before {
    content: "";
    position: absolute;
    top: 3px;
    right: 10px;
    width: 150px;
    height: 150px;
    opacity: 0.1;
    z-index: 1;
    background-image: url(../images/before/before-img1.webp);
    background-size: contain;
    background-repeat: no-repeat;
}


.recrutement-documents .title_global {
    font-size: 20px;
    font-weight: 700;
    color:var(--color-rouge);
    margin-bottom: 18px;
    position: relative;
    padding-left: 14px;
}

.recrutement-documents .title_global::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 70%;
    background:var(--bg-orange);
    transform: translateY(-50%);
    border-radius: 5px;
}


.documents-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.documents-list li {
    padding: 12px 0;
    border-bottom: 1px dashed rgba(0,0,0,0.08);
}

.documents-list li:last-child {
    border-bottom: none;
}


.document-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    text-decoration: none;
    transition: all 0.25s ease;
}

.document-link:hover {
    color:  var(--bg-rouge);
    transform: translateX(4px);
}


.document-link i {
    font-size: 15px;
    color:  var(--bg-orange) !important;
}
.first-word {
    color: var(--bg-orange); 
    font-family: "Helvetica Bold";
        text-transform: uppercase;
}

.rest-words {
    color: var(--color-bleu); 
    font-family: "Helvetica Bold";
        text-transform: uppercase;
}
.poste-title {
    position: relative;
    display: inline-block; 
    /* padding-left: 50px;     */
}

.job-description ul {
    list-style: none !important;
    padding-left: 30px;
    margin: 0;
}

.job-description li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.job-description b {
    color: #000000;
}

.job-description li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
       background: url(../images/icons/building.webp) no-repeat center / cover;
    background-size: cover;
    top: 4px;
    left: 0;
}
.apply-btn-wrapper {
    text-align: right;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.apply-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Helvetica Bold";
    color: #fff;
    background: var(--bg-orange);
    padding: 15px 40px;
    border-radius: 8px;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease;
}
.apply-btn::before {
       content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.6s ease;
    width: 100%;
    height: 0%;
    background: var(--bg-bleu);
    transform: translate(-50%, -50%) rotate(45deg);
}
.apply-btn:hover::before {
    height: 470%;
   
}
.apply-btn:hover {
    color: var(--color-white);
}


.section-candidature-offre .doc_drop {
    position: relative;
    margin-bottom: 25px;
}

.section-candidature-offre .doc_drop input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.section-candidature-offre .in_doc_drop {
    border: 2px dashed #dcdcdc;
    border-radius: 12px;
    padding: 35px 20px;
    text-align: center;
    background: #fafafa;
    transition: all 0.3s ease;
    position: relative;
}

.section-candidature-offre .doc_drop:hover .in_doc_drop {
    border-color: var(--bg-orange);
    background: #fff9f3;
}

.section-candidature-offre .upload-icon {
    font-size: 28px;
    color: var(--bg-orange);
    margin-bottom: 10px;
}

.section-candidature-offre .doc_title {
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.section-candidature-offre .doc_info {
    font-size: 12px;
    color: #777;
}

.section-candidature-offre .doc_name {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: var(--bg-rouge);
    font-weight: 600;
}


.section-candidature-offre .doc_drop.file-loaded .in_doc_drop {
    border-color: var(--color-vert);
    background: #fff9f3;
}
.section-candidature-offre .div-header .div-title::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
       background-image: url(../images/Objet-back.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 38%;
    top: 50%;
    transform: translateY(-50%);
}
.section-candidature-offre{
    padding: 60px 0px;
    position: relative;
}

.card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.styledForm {
    border: 2.5px solid var(--bg-bleu);
    padding: 46px;
    border-radius: 9px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
    position: relative;
    z-index: 1;
}
.candi1-img{
    position: relative;
    overflow: hidden;
}
.candi1-img::before {
    content: "";
    position: absolute;
    top: -3%;
    left: -12%;
    width: 48%;
    height: 39%;
    background-image: url(../images/Objet-dynamique-vectoriel13.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
}
/*********************************** page realisation ************/
.sec-two4 {
    position: relative;
    padding: 80px 0px;
}
.sec-two4 .div-header .div-title::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url(../images/Objet-back.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 44%;
    top: 50%;
    transform: translateY(-50%);
}
.sec-two4 .card-rea .card-img-wrapper {
    position: relative;
    height: 450px;
}
.section-detail-rea {
    padding: 60px 0;
    
    position: relative;
}

.detail-content {
    padding-right: 40px;
}

/* ===== CATEGORIE ===== */
.up_title {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777;
    margin-bottom: 10px;
}

.rea-subtitle {
    color: #00ab4f;
    font-weight: 600;
}

/* ===== TITRE ===== */

.rea-title {
    position: relative;
    display: inline-block; 
    /* padding-left: 50px;     */
}
.rea-title::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/Calque1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.rea-result {
    font-size: 18px;
    font-family: "Helvetica Bold";
    color: var(--color-bleu);
    margin-bottom: 15px;
}

/* ===== DESCRIPTION ===== */
.rea-description {
    font-size: 16px;
    line-height: 1.8;
    color: var(--color-black);
    text-align: justify;
}

/* ===== IMAGE CARD ===== */

.detail-card {
    position: relative;
}


.detail-image-rea .rea_top .item {
    height: 450px;         
    overflow: hidden;
    width: 100%;
}

.detail-image-rea .rea_top .item img {
    height: 100%;            
    width: 100%;            
    object-fit: cover;       
    border-radius: 10px;
}




.rea_top .item a:hover img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
    cursor: pointer;
}
.rea_top .item a::after {
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.rea_top .item a:hover::after
 {
    opacity: 1;
}

/* ===== THUMBNAILS ===== */
.rea_bottom {
    margin-top: 15px;
}

.reau_thumb_item img {
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0.8;
    height: 100%;
    object-fit: cover;
}

.reau_thumb_item img:hover {
    opacity: 1;
    transform: scale(1.05);
}
.back-img6{
    position: relative;
}
.back-img6::before {
  content: "";
  position: absolute;
  width: 65%;
  height: 94%;
  background: url(../images/Objet-dynamique6.webp) no-repeat center / cover;
  top: 100px;
  left: 553px;
  z-index: 0;
  opacity: 0.06;
}
.reau_thumb_item {
    width: 100%;
    height: 130px;
    border: 2px solid var(--bg-rouge);
    border-radius: 12px;
}
.section-rea{
    padding: 60px 0px;
}
.section-rea .card-rea .card-img-wrapper {
    position: relative;
    height: 350px;
}
.section-rea::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: var(--bg-orange);
    background-size: cover;
    z-index: -1;
}

.titre-w {
    color: #fff;
    font-family: "Helvetica Bold";
}
.section-rea .div-header .div-title {
    color: var(--bg-bleu);
    font-size: 17px;
    font-family: "Helvetica Bold";
    position: relative;
    padding-left: 46px;
    margin-bottom: 10px;
}
/****************************** style detail actualite ************************/
.section-details-act {
            padding: 60px 0;
        }

      

        .detail-card {
            background: #fff;
            
            overflow: hidden;
            /* box-shadow: 0 4px 20px rgba(0,0,0,0.08); */
            margin-bottom: 40px;
        }

        .detail-image {
            width: 100%;
            height: 450px;
            overflow: hidden;
            position: relative;
        }

        .detail-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        /* .detail-image:hover img {
            transform: scale(1.05);
        } */

        .detail-content2 {
            margin-top: 25px;
        }

        .detail-meta {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 20px;
            color: #6c757d;
            font-size: 14px;
        }

        .detail-meta i {
            color: var(--bg-orange);
        }

        .detail-title {
            font-size: 25px;
            font-family: "Helvetica Bold";
            color: var(--color-bleu);
            text-transform: uppercase;
            margin-bottom: 15px;
            line-height: 1.3;
        }

        .detail-resume {
            font-size: 16px;
            text-align: justify;
            color: var(--color-black);
            font-weight: 500;
            margin-bottom: 25px;
            padding-bottom: 25px;
            border-bottom: 2px solid #e9ecef;
        }

        .detail-description {
            font-size: 15px;
            text-align: justify;
            line-height: 1.8;
             
        }
         .detail-description p {
            font-size: 16px;
            text-align: justify;
            line-height: 1.8;
             color: var(--color-black);
        }

        /* SECTION ACTUALITÉS SIMILAIRES */
        .similar-section {
            margin-top: 40px;
        }

        .similar-title {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 30px;
            color: #1a1a1a;
            padding-bottom: 15px;
            border-bottom: 3px solid #ee1b2e;
            display: inline-block;
        }

        .similar-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 25px;
        }

        .similar-card {
            background: #fff;
        
            overflow: hidden;
            box-shadow: 0 2px 15px rgba(0,0,0,0.06);
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .similar-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 8px 30px rgba(0,0,0,0.12);
        }

        .similar-image {
            width: 100%;
            height: 180px;
            overflow: hidden;
        }

        .similar-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .similar-card:hover .similar-image img {
            transform: scale(1.1);
        }

        .similar-content {
           padding: 20px;
           border: 5px solid #ddd;
        }

        .similar-date {
            font-size: 13px;
            color: #ee1b2e;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .similar-card-title {
            font-size: 16px;
            font-weight: 600;
            color: #333;
            margin-bottom: 8px;
            line-height: 1.4;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .similar-excerpt {
            font-size: 14px;
            color: #666;
            line-height: 1.5;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

    
        .sidebar {
            position: sticky;
            top: 20px;
        }

        .sidebar-widget {
            background: var(--color-bleu);
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        }

        .sidebar-widget-title {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 25px;
            color: #1a1a1a;
            padding-bottom: 15px;
            border-bottom: 2px solid #ee1b2e;
        }

        .sidebar-post {
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #e9ecef;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        /* .sidebar-post:last-child {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0;
        } */

        .sidebar-post:hover {
            padding-left: 10px;
        }

        .sidebar-post-thumb {
            flex-shrink: 0;
            width: 90px;
            height: 90px;
            
            overflow: hidden;
        }

        .sidebar-post-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .sidebar-post:hover .sidebar-post-thumb img {
            transform: scale(1.1);
        }

        .sidebar-post-content {
            flex: 1;
        }

        .sidebar-post-date {
            font-size: 12px;
            color: var(--color-rouge);
            font-weight: 600;
            margin-bottom: 6px;
        }

        .sidebar-post-title {
            font-size: 15px;
            font-weight: 600;
            color: #333;
            line-height: 1.4;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .sidebar-post:hover .sidebar-post-title ,.sidebar-post:hover .sidebar-post-date {
           color: var(--color-rouge);
        }
       .sidebar-post {
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #e9ecef;
            transition: all 0.3s ease;
            cursor: pointer;
            border: 1px solid var(--bg-vert);
            padding: 15px;
            border-radius: 10px;
            background: #ffffff;
        }

        /* RESPONSIVE */
        @media (max-width: 1024px) {
           

            .sidebar {
                position: static;
            }
        }

        @media (max-width: 768px) {
            .section-details-act {
                padding: 30px 0;
            }

            .detail-title {
                font-size: 24px;
            }

            .detail-resume {
                font-size: 16px;
            }

            .detail-content {
                padding: 25px;
            }

            .similar-grid {
                grid-template-columns: 1fr;
            }
        }

       
.sidebar-post-link {
    display: flex;
    gap: 15px;
    color: inherit;
    text-decoration: none;
    width: 100%;
}

.sidebar-post-link:hover {
    text-decoration: none;
}
.actu_top{
    position: relative;
}
.actu_top .item a::after {
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.image-popup {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.image-popup2 {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.actu_top .item img {
    height: 430px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    display: block;
}


.actu_bottom .owl-item.synced img {
    border: 2px solid var(--color-red);
}
.actu_bottom .owl-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.actu_top .item a:hover::after {
    opacity: 1;
}
.actu_top .item a:hover img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.detail-url {
    margin-top: 20px; 
    position: relative;
}

.detail-url .titre-lien {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #222;
}

.detail-url a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--color-bleu); 
    font-size: 17px;
    font-family: "Helvetica Bold";
    transition: color 0.3s;
}

.detail-url a:hover {
    color: var(--bg-bleu); 
}

.detail-url a .img-url {
    width: 30px;      
    height: auto;     
    margin-right: 8px; 
}
.sidebar-post-content {
    position: relative;
    padding-bottom: 30px; 
}

.sidebar-post-read {
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: 500;
    color: var(--color-white);
    cursor: pointer;
    background: var(--bg-rouge);
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 14px;
        font-family: "Helvetica Bold";
}
/*************************** style page devis ***************************/
.section-devis {
  padding: 60px 0 ;
  background: transparent;
  position: relative;
}
.section-devis .sx-header .sx-title2::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
        background-image: url(../images/Objet-back.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 31%;
    top: 50%;
    transform: translateY(-50%);
}
.checkbox-text {
    text-align: justify;
    font-size: 15px;
}

/* ---------- Header ---------- */
.devis-header {
  margin-bottom: 45px;
}

.devis-badge {
  display: inline-block;
  background: var(--bg-rouge);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 14px;
}


.devis-title {
  font-size: 36px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 14px;
}

.devis-title span {
  color: #f0a500;
}

.devis-desc {
  max-width: 600px;
  margin: 0 auto 20px;
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

.devis-separator {
  width: 60px;
  height: 3px;
  background: var(--bg-orange);
  margin: 0 auto;
}

/* ---------- Form row layout ---------- */
.devis-form-row {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.devis-col-left,
.devis-col-right {
  flex: 1;
 
  max-width: 100%;
  background: #fff;
  padding: 0 30px 30px;
  position: relative;
  margin-bottom: 25px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

/* ---------- Étiquette latérale vertical ---------- */
.devis-col-label {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  height: 100%;
  width: 42px;
  background: var(--color-bleu);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.devis-col-label.left {
  left: 0;
}

.devis-col-label.right {
  right: 0;
  transform: rotate(0deg);
}

.devis-col-left .devis-fields {
  padding-left: 50px;
  padding-top: 25px;
}

.devis-col-right .devis-fields {
  padding-right: 50px;
  padding-top: 25px;
}
.devis-btn-wrap .btn-devis:hover::before {
    height: 511%;
    width: 100%;
}
/* ---------- Duo row ---------- */
.form-row-duo {
  display: flex;
  gap: 14px;
}

.form-row-duo .form-group-custom {
  flex: 1;
}

.form-group-custom select
 {
  width: 100%;
  padding: 14px 14px 6px 38px;
  border: 1px solid #d0d0d0;
  border-radius: 15px;
  font-size: 14px;
  color: #333;
  background: #fff;
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
  appearance: none;
  -webkit-appearance: none;
}
 .form-group-custom label {
    position: absolute;
    left: 45px;
    top: 14px;
    font-size: 14px;
    color: #888;
    transition: all 0.3s ease;
    pointer-events: none;
    background: #fff;
    padding: 0 5px;
}


button:focus {
    outline: none !important;
    outline: none !important;
}



.form-group-custom select:focus + label,
.form-group-custom select.has-value + label {
  top: -8px;
  transform: none;
  font-size: 12px;
  color: var(--color-vert);
  font-weight: 600;
}
.devis-legal{
    font-size:10px;line-height: 14px;padding-top:20px
}

/* .bloc-footer {
      position: absolute;
    left: -451px;
    top: -12px;
    margin-top: -98px;

} */
.img-footer {
   
    /* width: 480px; */
  
}
.size_m{
    font-size: 22px;
}
.sec-two-two {
    padding: 80px 0px;
    position: relative;
}
.sec-two-two .div-header .div-title::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url(../images/Objet-back.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 46%;
    top: 50%;
    transform: translateY(-50%);
}
.falling-wrapper {
  position: relative;
  width: 100%;
  height: 80px;
  overflow: visible;
  background: transparent;
  margin-bottom: 10px;
  cursor: grab;
}

#fallingCanvas {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.falling-word {
  position: absolute;
  font-weight: 700;
  white-space: nowrap;
  user-select: none;
  z-index: 10;
  pointer-events: none;
  font-family: inherit;
}

.falling-word.highlighted {
  color: #2e7d32;
  font-weight: 900;
}

.falling-word.normal {
  color: #1a3a5c;
}
.section-devis {
    padding: 0px 0 80px 0px;
    background: transparent;
    position: relative;
}
.img2_article22 {
    position: absolute;
    z-index: 5;
    object-fit: cover;
    border-radius: 2%;
    width: 375px;
    height: 392px;
    bottom: -10px;
    left: 58%;
}


/* ── Services Row ── */
.service-dropdown {
    position: relative;
    display: inline-block;
}

.service-dropdown .service-submenu {
opacity: 0;
visibility: hidden;
transform: translateY(-5px);
transition: all 0.2s ease;

position: absolute;
top: 100%;
left: -46px;
background: #fff;
border: 1px solid #e0e0e0;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
list-style: none;
margin: 0;
padding: 8px 0;
min-width: 311px;
z-index: 9999;
}

.service-dropdown.active-dropdown .service-submenu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}

.service-dropdown:hover .service-submenu {
    display: block;
}

.service-submenu li a {
    display: block;
    padding: 10px 18px;
    color: var(--color-text);
    text-decoration: none;
    font-size: 15px;
    position: relative;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
}
.service-submenu li a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: var(--bg-rouge);
    transition: width 0.3s ease;
}

.service-submenu li a:hover,
.service-submenu li a.active {
    background: #f5f5f5;
    color: var(--bg-bleu);
}

.dropdown-arrow {
    margin-left: 5px;
    font-size: 12px;
}

.service-link  span{
    color: var(--color-white);
    font-size: 19px;
}
.service-link img {
    width: 30px;
    height: 30px;
    /* filter: brightness(0) invert(1); */
}
.header-left {
    /* background: var(--bg-rouge); */
    background: var(--bg-orange);
    padding: 10px 0px;
    width: 50%;
    text-align: center;
    overflow: visible;
}
.header-left  .service-link  img{
    filter: brightness(0) invert(1);
}
.header-right{
    background: #322d7d;
      padding:10px 0px;
    width: 50%;
    text-align: center;
}
.services-divider {
    width: 6px;
    /* height: 40px; */
    background-color: transparent;
    flex-shrink: 0;
}

.service-card1 {
    display: block;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
}
.service-card1 h3 {
    color: var(--color-white)
    !important;
    font-size: 16px;
    margin-top: 10px;
    transition: 0.3s;
}

/************************************** Filter Categorie*****************************************/
/* Centrer image et texte dans chaque catégorie */
.categorie-item {
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    transition: transform 0.3s;
}

.categorie-item:hover {
    transform: scale(1.1);
}
.categorie-item .cat_img  {
     border: 2px solid var(--bg-bleu);
    padding: 12px;
    border-radius: 18px;
    margin-bottom: 5px;
}
.categorie-item .cat_img img {
    width: 60px;   
    height: 60px;  
    object-fit: contain;
    margin-bottom: 5px;
}

.categorie-item .cat_title h4 {
    font-size: 14px;
    margin: 0;
}
.categorie-item .cat_title h3 {
    font-size: 14px;
    margin: 0;
}
.filter_btn_cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 40px 0;
    padding: 20px 0;
    background: #fafafa;
}


.categorie-item.active .cat_title h4 {
    color: var(--color-rouge);
        font-family: "Helvetica Bold";
   
}
.categorie-item.active .cat_title h3 {
    color: var(--color-rouge);
        font-family: "Helvetica Bold";
   
}

.categorie-item.active .cat_img img {
    transform: scale(1.15);
}
.categorie-item.active .cat_img {
    background: var(--bg-rouge); 
    border:var(--bg-rouge) ;
}

.categorie-item.active .cat_img img {
    filter: brightness(0) invert(1); 
    transform: scale(1.1);
}
/* .owl-carousel-container {
    position: relative;
    padding: 0 50px;
}

.owl-carousel-container .owl-nav {
    display: block !important;
}


#owl-categorie .owl-nav {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

#owl-categorie .owl-prev, 
#owl-categorie .owl-next {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
     background: #ffffff;
      width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 14px 7px;
       border: 1px solid #0042ff;
           box-shadow: -5px 1px 4px;
           color: #010d3f;
}


#owl-categorie .owl-prev.disabled, 
#owl-categorie .owl-next.disabled {
    display: block !important;
    background: #ffffff;
    border: 1px solid #0042ff;
    color: #010d3f;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 14px 7px;
    cursor: not-allowed !important;
    box-shadow: -5px 1px 4px;
}

#owl-categorie .owl-prev {
    left: -30px !important;
}

#owl-categorie .owl-next {
    right: -30px !important;
}


#owl-categorie {
    position: relative;
    padding: 0 40px;
} */
 .message-reslut{
    font-size:18px;
}
/* 
.img-no-result{
    max-width:150px; margin-bottom:20px;

}

.sticky-only {
    display: none;
}


.sticky-menu .sticky-only {
    display: flex;
}


.inner-header .services-row {
    display: flex;
}
.services-row {
    display: flex;
    justify-content: center;
    align-items: center;
   
    width: 100%;
margin-bottom: 1px;
    color: var(--color-white);
} */
 /* Remplace ton sticky-only actuel */
.sticky-only {
    display:none !important;
}

.header.sticky-menu .sticky-only {
    display: flex !important;
}


.inner-header .services-row {
    display: flex;
}

.services-row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 1px;
    color: var(--color-white);
}

.services-row .service-col {
display: block;
width: 100%;
}

.cv-images_par{
    width: 100%;
    height: 450px;
}
.cv-images_par img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cv-back55{
    position: relative;
}
.cv-back55::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(218 236 255 / 45%);
    top: 0px;
    left: 2px;
    z-index: -1;
    transform: rotate(-3deg);
}
.detail-description br{
    display: none;
}
.detail-description a{
    color: var(--bg-bleu);
        font-family: "Helvetica Bold";
}
.detail-description h3{
    color: var(--bg-bleu);
    font-size: 22px;
}
.detail-description h2{
    color: var(--bg-bleu);
    font-size: 22px;
}
.detail-description h2 strong{
    color: var(--bg-bleu);
    font-size: 26px;
}
.detail-description ol{
    color: var(--bg-bleu);
    font-size: 22px;
}
.detail-description ul li{
    /* color: var(--color-balck); */
    font-size: 18px;
}
.detail-description ul li::first-letter {
    text-transform: uppercase;
}
.detail-description ul {
list-style-type: square !important;
color: var(--bg-bleu);
font-size: 15px;
}