
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: "Poppins", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #656565;
  text-align: left;
  background-color: #fff;
  font-family: "Lato", sans-serif;
  font-style: normal;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: black;
  text-decoration: none;
	transition: all 0.2s ease-in-out
}

a:hover {
  color: #fc1c1a;
  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;
}
.text-black{
color:black;
}
/*==============================================
================================================
===============================================*/
.section{
	position:relative;
	padding: 4rem 0;
}
.section_date{
position:relative;
padding: 2rem 0;
}
.container75{
	min-width:75vw;
}
.container85{
  min-width:90vw;
}
.container65 {
    min-width: 65vw;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 25px;
  bottom: 45px;
  z-index: 11;
	cursor:pointer;
	width: 40px;
  height: 40px;
	background: #fc1c1a;
  box-shadow: 0px 0px 26.46px 0.54px rgb(0 0 0 / 14%);
}
.back-to-top i{
	color:#fff;
}
.back-to-top.show{
	display:flex;
	align-items:center;
	justify-content:center;
}
.back-to-top:hover{
	background: #fd8281;
	transition: all 0.2s ease-in-out
}
.color-princip{
	color:#59b34f;
}
.bg-princip{
	background-color:#1c1c1c;
}
.bg-second{
  background-color:#fc1c1a;
}
.bg-third{
  background:#f5f6f8;
}
.bg-third-stock{
background-color:#f5f6f8;
}

.w-50{
	width:50%;
}
label.error{
	color:red;
	font-size:13px;
}
.overflow-hidden{
	overflow:hidden;
}
.h-70{
	height:70%;
}
.navbar{
  font-size:20px;
}
@media (min-width: 992px) {
.bg-third{
position:relative;
right:0;
width:100%;
}
	.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;
	}
}
.sticky-menu .navbar-secondary{
  background: #272727 ;
}
.sticky-menu .navbar-secondary .nav-link{
  color:white;
}

.copyright_bottom{
	background: #121110;
    padding: 10px 0;
}
.slider_area.owl-carousel .slide-item{
	position:relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.slider_area.owl-carousel .slide-item:before{
	content:'';
	position:absolute;
	width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.28);
}
.slider_area.owl-carousel .slide-item img{
	height:600px;
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider_area.owl-carousel .slid_content{
	position: absolute;
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.slider_area.owl-carousel .slid_content .h1{
	font-size: 45px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
}
.slider_area.owl-carousel .slid_content .p{
	font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
}
.slider_area.owl-carousel .slid_content .moreBtn a{
	display: inline-block;
    padding: 5px 25px;
    background: #000;
    color: #fff;
    transition: 0.2s all;
}

.header.sticky-menu{
	position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    padding-top: 0;
		width: 100%;
    z-index: 999;
}
.top_menu{
	background: #1c1c1c;
	color:#fff;
	position: relative;
}
.top_menu ul.info_box{
		margin: 0;
    padding: 0;
}

@media(width>=1530px) {
  .top_menu ul.info_box .li_info {
    position: relative;
    padding: 0 25px;
    font-size: 15px;
    display: flex;
    align-items: center;
  }
}
@media(1469px<width<1530px){
  .top_menu ul.info_box .li_info {
    position: relative;
    padding: 0 20px;
    font-size:15px;
    display:flex;
    align-items:center;
  }
}
@media(1405px<width<=1469px) {
  .top_menu ul.info_box .li_info {
    position: relative;
    padding: 0 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
  }
}
@media(width<=1405px) {
  .top_menu ul.info_box .li_info {
    position: relative;
    padding: 0 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
  }
}

.top_menu ul.info_box .li_info i{
	margin-right: 8px;
}
.btn-menu{
	display: inline-block;
    font-size: 18px;
    padding: 8px 20px;
    text-align: center;
    border-radius: 0;
    background: #c5c4c2;
    color: black;
		transition: 0.3s all;
}
.btn-menu:hover{
    background: #000;
    color: #fff;
}
.main_menu .navbar-nav .nav-link{
	color: #211E1C;
	padding:5px 15px;
	text-align: center;
}
.navbar-nav .navHover:hover{
	color: #fc1c1a !important;
  transition: 0.3s all;
}

.navbar-nav .text-white:hover{
  color: #341d65 !important;
  transition: 0.3s all;
}
.devisHover:hover{
  background-color: #fc1c1a !important;
  transition: 0.3s all;
}

.btn-Readmore{
  position:absolute;
  display: inline-block;
  padding: 5px 25px;
  color: #fff;
  background:#341d65;
  bottom: 8%;
  right: 0;
  /* margin: 20px; */
}

.footer{
	background-color: #170f26;
	position:relative;
  z-index:2;
  /*margin-top: 20rem;*/
}
.footer.contact_page{
	margin-top: 0;
}
.footer .footer-top{
	padding-bottom: 3rem;
	padding-top: 8rem;
}
.footer.contact_page .footer-top{
	padding-top: 3rem;
}
.footer p, .footer a, .footer i {
  color: #CCCCCC;
}
.footer .h5{
	color: #CCCCCC
}
.title{
	margin-bottom:20px;
}
@media (width>=1470px) {
  .title .up_title {
    font-family: "Poppins", sans-serif;
    font-size: 35px; /* 22px*/
    position: relative;
    /* padding-left: 36px; */
    color: #211E1C;
    display: inline-block;
  }
}
@media (1455px<=width<1470px) {
  .title .up_title {
    font-family: "Poppins", sans-serif;
    font-size: 34px; /* 22px*/
    position: relative;
    /* padding-left: 36px; */
    color: #211E1C;
    display: inline-block;
  }
}
@media (1386px<width<1455px) {
  .title .up_title {
    font-family: "Poppins", sans-serif;
    font-size: 33px; /* 22px*/
    position: relative;
    /* padding-left: 36px; */
    color: #211E1C;
    display: inline-block;
  }
}
@media (width<=1386px) {
  .title .up_title {
    font-family: "Poppins", sans-serif;
    font-size: 32px; /* 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%);
} */
@media (width>1470px){
  .title .h1{
    font-size: 35px;
    font-weight:600;
  }
}
@media (1455px<width<=1470px){
  .title .h1{
    font-size: 34px;
    font-weight:600;
  }
}
@media (1453px<width<=1455px){
  .title .h1{
    font-size: 33px;
    font-weight:600;
  }
}
@media (1404px<width<=1453px){
  .title .h1{
    font-size: 32px;
    font-weight:600;
  }
}
@media (width<=1404px){
  .title .h1{
    font-size: 31px;
    font-weight:600;
  }
}

.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(53, 29, 101 , 0);
}
.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: #351d65;
}
.page-header li+li{
	padding-left: 25px;
}

@media (width>=1717px) {
  .why-item {
    background: #f5f5f5;
    padding: 30px 35px;
    height: 100%;
    position: relative;
    transition: 0.3s all;
  }
}
@media (1645px< width<1717px) {
  .why-item {
    background: #f5f5f5;
    padding: 30px 30px;
    height: 100%;
    position: relative;
    transition: 0.3s all;
  }
}
@media (1393px<width<=1645px) {
  .why-item {
    background: #f5f5f5;
    padding: 30px 20px;
    height: 100%;
    position: relative;
    transition: 0.3s all;
  }
}
@media (width<=1393px) {
  .why-item {
    background: #f5f5f5;
    padding: 30px 15px;
    height: 100%;
    position: relative;
    transition: 0.3s all;
  }
}
/*@media (width<=1645px) {*/
/*  .why-item {*/
/*    background: #f5f5f5;*/
/*    padding: 30px 25px;*/
/*    height: 100%;*/
/*    position: relative;*/
/*    transition: 0.3s all;*/
/*  }*/
/*}*/


@media (width>1860px) {
  .why-item img{
    height: 80px;
    margin-bottom: 15px;
    position:relative;
    transition: 0.3s all;
  }
}

@media (width<=1860px) {
  .why-item img{
    height: 80px;
    margin-bottom: 15px;
    position:relative;
    transition: 0.3s all;
  }
}
@media (width<=1727px) {
  .why-item img{
    height: 80px;
    margin-bottom: 15px;
    position:relative;
    transition: 0.3s all;
  }
}
@media (width>1727px) {
  .why-item p{
    font-weight: 400;
    font-size: 1rem;
  }
}
@media (1404px < width <=1727px) {
  .why-item p{
    font-weight: 300;
    font-size: 1rem;
  }
}
@media (width <=1404px) {
  .why-item p{
    font-weight: 250;
    font-size: 16px;
  }
}
/*@media ( width <=1645px) {*/
/*  .why-item p{*/
/*    font-weight: 300;*/
/*    font-size: 15px;*/
/*  }*/
/*}*/

.why-item:hover{
	background: #d29f4c;
	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 {

}
.actu_item .actu_img {
    height: 450px;
    width: 100%;
    overflow: hidden;
		position: relative;
}
.actu_item .actu_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s all;
}
.actu_item:hover .actu_img img{
	transform: scale(1.2);
}
.actu_item .h4{
	margin-top:15px;
	margin-bottom: 10px;
	font-size: 18px;
}
.actu_item .actu_date{
	color: #007bff;
	font-size:15px;
}
.owl-carousel {
position: relative; /* obligatoire pour que .owl-nav soit bien placé */
width: 100%;
}

.owl-carousel .owl-nav{
		display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.owl-carousel .owl-nav .owl-prev{
  margin-right:10px;
  position:absolute;
  left:-10%;
  top:50%;
  transform:scale(2);
}
.owl-carousel .owl-nav .owl-next{
  position:absolute;
  right:-10%;
  top:50%;
  transform: rotate(180deg) scale(2);
}

@media (max-width: 767px) {
.owl-carousel .owl-nav .owl-prev{
transform: translateY(-50%) scale(0.8);
left:-6%;
}
.owl-carousel .owl-nav .owl-next{
transform: translateY(-50%) scale(0.8) rotate(180deg);
right:-6%;
}

.owl-carousel .owl-nav {
padding: 0 10px;
}
}


.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;
}


.size-p {
  font-size: 16px;
}

.size-h4 {
  font-size: 22px;
}

.size-h5 {
  font-size: 20px;
}


.size-h1 {
  font-size: 35px;
}

.size-h2 {
  font-size: 28px;
}

.size-h3 {
  font-size: 25px;
}

.color-white {
  color: white;
}

.color-rouge {
  color: #c43b3f;
}

.color-orange {
  color:  #ed8d3a;
}

.color-gris {
  color: #555555;
}

.color-black {
  color: black;
}
.color-black2 {
  color: #282828;
}

.opensan-thin {
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.opensan-light {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.opensan-regular {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.opensan-medium {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.opensan-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.opensan-black {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.opensan-thin-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.opensan-light-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.opensan-regular-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.opensan-medium-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.opensan-bold-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.opensan-black-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  font-style: italic;
}
.bandeau_icon{
	padding-right: 15px;
    padding-left: 15px;
	flex: 0 0 33.333333%;
        max-width: 33.333333%;
}
.bandeau_icon > a{
	height:100%;
	display:block;
}
.logo_zone{
	flex: 0 0 25%;
	max-width: 25%;
}
.menu_zone{
	flex: 0 0 75%;
	max-width: 75%;
}
.other_page .logo_zone{
	text-align:center;
}
.menu_zone__in{
	clip-path: polygon(115px 0, 100% 0, 100% 100%, 0% 100%);
	z-index: 999;
    position: relative;
}
.logo_zone img{
	padding-left: 55px;
	height: 220px;
}
.logo_zone img.transformSize{
	height: 111px;
}
.sticky-menu .logo_zone{
	text-align:center;
	display: flex;
    align-items: center;
    justify-content: center;
}
.sticky-menu .logo_zone img,
.sticky-menu .logo_zone img.transformSize{
	padding-left: 45px;
    height: 77px;
}
.sticky-menu .menu_zone__in {
    clip-path: polygon(85px 0, 100% 0, 100% 100%, 0% 100%);
}
.top_info{
	    width: 52%;
    margin-left: auto;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%);
    padding-left: 55px;
		position: absolute;
    z-index: 22;
    right: 0;
    top: 0;
}
.pr_8{
	padding-right:8%;padding-left:8%;
}
.contact_us{
	flex: 0 0 35%;
        max-width: 35%;
}
.contact_map{
	flex: 0 0 65%;
        max-width: 65%;
        height:400px;
}
.contact_map_fram{
	width:100%;
	height: 100%;
}
header{
	position: relative;
   
}

/*#btnToggleMobile:focus{*/
/*	border:none !important;*/
/*	outline:none;*/
/*}*/
.footer-contact-map{
	margin-top: -25rem;
}
.footer.contact_page .footer-contact-map{
	display:none;
}

#btnToggleMobile {
position: relative;
z-index: 10001;
color: black;
font-size: 1.5rem; /* si trop petit */
display:none;
}
@media (max-width: 991px) {
#btnToggleMobile {
display: block;
}
}
.menuMobile{
	background: rgb(28 28 28 / 94%);
	color: #fff;
	position:fixed;
	z-index:10000;
	height:100%;
	width:0;
	left:0;
	top:0;
	opacity:0;
	visibility:hidden;
	transition: 0.3s ease-in-out;

}
.menuMobile.open{
	width:100%;
	opacity:1;
	visibility:visible;

}
.menuMobile .closeMenu{
	display: flex;
    justify-content: flex-end;
}
.menuMobile .closeMenu .btnCloseMenuMobile{
	border: none;
    box-shadow: none;
    background: transparent;
    color: #D29F4C;
    font-size: 30px;
    padding: 8px 20px;
}
.menuMobile .menuMobile__inner{
	    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 30px;
		max-height: calc(100vh - 70px);
    overflow-y: scroll;
}
.menuMobile .menuMobile__inner .menuMobile_ul{}
.menuMobile .menuMobile__inner .menuMobile_ul ul{
	    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid #404040;
    text-align: center;
}
.menuMobile .menuMobile__inner .menuMobile_ul ul:last-child{
	 border-bottom: none;
}
.menuMobile .menuMobile__inner .menuMobile_ul ul li{
	padding-bottom: 8px;
}
.menuMobile .menuMobile__inner .menuMobile_ul ul li a{
	color: #fff;
}
.menuMobile .menuMobile__inner .menuMobile_ul ul li a:hover{
	color: #D29F4C;
}

.parc_item{
	position:relative;
	margin: 0 16px;
	padding-bottom: 40px;
}
.parc_item a{
	position:relative;
	display:block;
}

.parc_item .parc_text {
	position: absolute;
  z-index: 2;
  background-color: #351d65;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 8px 15px;
  transition:0.3s ease-in-out;
  bottom: -30px;
  opacity:1;
  visibility:visible;
  color:#fff;
}
.contact_us p{
	padding: 4% 11% 0; 
	color: white;
}
.navbar.nav-mid{
	padding-top: 50px;
	
}
.principMenu{
	clip-path: polygon(33px 0, 100% 0, 100% 100%, 0% 100%);
    padding-left: 55px;
}
.p0110{
	padding: 0% 11% 0;
}
.img__2{
	height:350px;
	width:100%;
	object-fit:cover;
	padding: 0 30px;
}
.overlay:before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background: rgba(0, 0, 0, 0.7);
}
.first_section{
	padding-top: 10rem;
}
.icone_bg_orange_div.style2{
	height:300px;
	top: 6rem;
}
.bloc1_item{
	position:relative;
	height: 100%;
}
.bloc1_item .icon_logo{
	position:absolute;
	border-radius: 100% 100% 30% 30%;
	left: 50%;
	transform: translateX(-50%);
	top:-42px;
}
.card_image img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.project-area .labels_rea{
	
}
.project-area .labels_rea label{
	height:75px;
	width:235px;
	background: #f5f5f5;
 padding: 10px 10px;
  position: relative;
	margin: 20px 10px;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	cursor:pointer;
	transition: 0.3s all;
}
.project-area .labels_rea label:hover,
.project-area .labels_rea label.active {
    background: #351d65;
		color: #fff;
}
.project-area .labels_rea label img{
	height: 80px;
	padding-bottom:8px;
}
.project-area .labels_rea label:hover img,
.project-area .labels_rea label.active img{
    filter: brightness(0) invert(1);
}
.actu1_item .card_image{
	height:300px;width:100%
}
.map_contact_page{
  margin-top:15px;
	height: 300px;
	width:100%;
	border:0;
}
.form-control{
	border-radius: 0;
    height: 45px;
}
textarea.form-control{
	height: 125px;
}

.menu__1 .navbar-nav .nav_between:after {
  content: '|';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #2a3043;
  font-size: 20px;
  font-weight: 400;
}
.scrolled .menu__1 .navbar-nav .nav_between.stickyOnly .nav_between:before{
  content: '|';
  position:absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
  color: #2a3043;
  font-size: 20px;
  font-weight: 400;
}

.menu__1 .navbar-nav .nav-link {
  position: relative;
  padding: 0 35px !important;
}
.border-footer{
  border-right: 1px solid #373737;
  padding: 5%;
  /* height: 400px; */
}
.top-bar{
  display:flex;
}

.sticky-menu .top-bar{
  display:none;
}
.phone_display{
  display:none;
  background-color:#351d65;
}

.phone_display:hover{
  background-color:#fc1c1a;
}

.sticky-menu .phone_display{
  display:flex;
}

.real_item .real_text {
  position: absolute;
  z-index: 2;
  /*bottom: -55px;*/
  background-color: #fff;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 8px 15px;
  /*opacity:0;*/
  /*visibility:hidden;*/
  transition:0.3s ease-in-out;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;

bottom: -30px;
opacity:1;
visibility:visible;
}

.real_item:hover .real_text{


}
/************************Yassmine********************/

.span_contact a {
  color: #351d65;
  margin-left: 45px;
  font-size: 17px;
  font-weight: 600;
   padding-left: 25px; 
  position: relative;
  text-decoration: none;
}

.span_contact a::before {
  content: "📦";         
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;     
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.span_contact a:hover::before {
  opacity: 1;           
  transform: translateY(-50%) translateX(-3px); 
}
.span_contact a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #351d65;
  transition: width 0.3s ease;
}

.span_contact a:hover::after {
  width: 100%; 
}
.pdf-container {
  text-align: right; 
}

.bloc-infos .pdf-container {
text-align:left!important;
}

.pdf_btn {
  display: inline-flex;              
  align-items: center;
  gap: 8px;                           
  margin-top: 15px;                   
  background-color: #d32f2f;          
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.pdf_btn:hover {
  background-color: #b71c1c;         
  transform: translateY(-2px);   
  text-decoration: none;
}

.pdf_btn i {
  font-size: 18px;
}
.ral_btn {
    padding: 10px 4px;
    font-weight: 600;
    position: relative;
  padding-left: 30px; /* espace pour l'image */
}
.ral_btn::before {
       content: "";
    position: absolute;
    left: 6px;
    top: 61%;
    transform: translateY(-50%) scale(1);
    width: 44px;
    height: 54px;
    background-image: url(../images/icons/promotion.png);
    background-size: contain;
    background-repeat: no-repeat;
  
  animation: zoomPulse 1.5s infinite;
}

@keyframes zoomPulse {
  0%   { transform: translateY(-50%) scale(1); }
  50%  { transform: translateY(-50%) scale(1.2); } 
  100% { transform: translateY(-50%) scale(1); }    
}

#intervention {
    scroll-margin-top: 100px; 
}
.map-container {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 600px; /* Ajuste selon ton besoin */
}

.map-img {
  width: 100%;
  height: auto;
  display: block;
}

/* Point Pavilly */
.pulse {
  position: absolute;
  width: 14px;
  height: 14px;
  background: red;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px 5px rgba(255,0,0,0.4);
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
  100% { transform: translate(-50%, -50%) scale(2); opacity: 0; }
}

/* Flèches */
.arrows {
    position: absolute;
    top: 11px;
    left: -45px;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
@media (max-width:577px){
.arrows{
left:-26px;
}

}
.arrows line {
  stroke: red;
  stroke-width: 2;
  stroke-linecap: round;
  opacity: 0.8;
  stroke-dasharray: 5 20;
  animation: moveArrow 2s infinite linear;
}

@keyframes moveArrow {
  0% { stroke-dashoffset: 25; opacity: 0; }
  50% { stroke-dashoffset: 0; opacity: 1; }
  100% { stroke-dashoffset: -25; opacity: 0; }
}
.composition-stylos {
	position: relative;
	width: 100%; 
	height: 100%;
}


.composition-stylos .stylo {
	position: absolute;

	object-fit: cover;
	box-shadow: 0 4px 12px rgba(0,0,0,0.25);
	transition: 0.3s;
}

.composition-stylos .stylo:hover {
	transform: scale(1.05);
}


.stylo-1 {
    width: 552px;
    top: 56px;
    left: 0;
    z-index: 1;
}

.stylo-2 {
    width: 380px;
    top: 85px;
    right: 145px;
    z-index: 2;
}

.icon-header{
    width: 21px;
}

@media (max-width: 768px) {
.hide-on-mobile {
position: absolute;
visibility: hidden;
}
}

.height-pro{
height:230px;
}

@media (max-width:768px){
.height-pro{
height:100%;
}

}

@media (min-width: 992px) {
.col-lg-3.mr2-fix {
flex: 0 0 calc(25% - 0.5rem);
max-width: calc(25% - 0.5rem);
}
}

.p-title{
font-size:16px;
margin-top: 0;
font-family: "Lato", sans-serif;
margin-bottom: 1rem;
color:#656565;
display:inline;
}

.p-inline {
display:inline;
}