
.containerMissions {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 30px 25px;
  border-radius: 30px;
  box-sizing: border-box;
 

  overflow-wrap: break-word;
  word-break: break-word; /* ← à ajouter pour plus de robustesse */

}


@media (max-width: 1023px) {
  
.containerMissions {
	font-family: 'Source Sans Pro', sans-serif;
	    font-size: clamp(1rem, 1.5vw, 1.3rem);
  max-width: 100%;
  width: 100%;
  padding: 20px;
  /* background-color: rgba(255, 255, 255, 0.9); */
  border-radius: 50px;
  box-sizing: border-box;
  margin: 0 auto;
  
    word-wrap: break-word;         /* pour couper les mots longs*/
  overflow-wrap: break-word;     /* alternative moderne */
 
}

  }
  
@media (min-width: 1024px) {
  .containerMissions {
	  font-family: 'Source Sans Pro', sans-serif;
	      font-size: clamp(1rem, 1.5vw, 1.3rem);
    width: 90%;
    max-width: 75%;
   
    padding: 40px;
    border-radius: 50px;
    box-sizing: border-box;
    display: block;
	    word-wrap: break-word;         /* pour couper les mots longs*/
  overflow-wrap: break-word;     /* alternative moderne */
/
	
	
  }
}

@media (min-width: 1025px) {
.containerMissions {
	
	font-family: 'Source Sans Pro', sans-serif;
	    font-size: clamp(1rem, 1.5vw, 1.3rem);
  max-width: 100%;
  width: 100%;
  padding: 20px;
  /* background-color: rgba(255, 255, 255, 0.9); */
  border-radius: 50px;
  box-sizing: border-box;
  margin: 0 auto;
      word-wrap: break-word;         /* pour couper les mots longs*/
  overflow-wrap: break-word;     /* alternative moderne */

}

}


.missions {
  list-style: inside url("../../images/check-cercle3.png");
  padding: 0;
  font-size: 1rem;
  color: var(--accent-color);
  line-height: 1.5;
}








@media screen and (max-width: 320px) {
.validMission2 ul li{

	margin-top:-150px;
	font-size:1.2rem;
	color:#904100bd;
	font-size:11px;
	margin-left:30px;
	height:150px; 
	 width:350px; 

}
}

@media screen and (max-width: 450px) {
a.discover{
font-size:16px;
margin-left:50px;

}
}

@media screen and (min-width: 450px) {
a.discover{
font-size:1.4rem;
margin-left:50px;
color:#357361C4;
}
}


@media screen and (min-width: 550px) {
a.discover{
font-size:1.5rem;
margin-left:80px;
font-weight:600;
color:#357361C4;
}
}

.discover{
	margin-left:80px;
	width:300px;
	color:#357361C4;
	
}

.discover2{
	padding-top:10px;
	width:650px;
}


@media screen and (max-width: 450px) {
.icone-lecteur{
margin-left:30px;
width:40px;
	height:40px;
background-image: url("../../images/icone-lecteur.png");

}
}

@media screen and (min-width: 450px){
.icone-lecteur{
	margin-left:75px;
	margin-bottom:5px;

	width:40px;
	height:40px;
background-image: url("../../images/icone-lecteur.png");
}
}


.superpose{
	 
	width:1024px;
	/* background-color:#ceab8f; */
	margin-left:150px;
	border-radius:40px;
	/* height:1024px; */
}

@media screen and (min-width: 1024px) {
.superpose{

	width:1024px;;
	/* background-color:#ceab8f; */
	margin-left:150px;
	border-radius:40px;
	/* height:1024px; */
}

}

@media screen and (max-width: 400px) {
.superpose{
	 
	width:320px;
	margin-left:30px;
	 background-color:#fff; 

	border-radius:40px;
	/* height:1024px; */
}
}

@media screen and (min-width: 500px) {
.superpose{
	 
	width:1048px;
	margin-left:0px;
	  background-color:#fff;  

	border-radius:40px;
	/* height:1024px; */
}
}

@media screen and (max-width: 320px) {
.superpose{
	 
	width:350px;
	/* background-color:#ceab8f; */
	margin-left:10px;
	border-radius:40px;
	/* height:1024px; */
}
}






.video-entreprise{
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:10px;
	margin-left:40px;
	width:auto;
	height:auto;
}


@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 100px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {

  display: flex;
  justify-content: center;  /* centre horizontalement */
  align-items: center;      /* centre verticalement */
  padding-bottom: 30px;
  
  padding-left:10px;
  position: relative;
  border-radius: 40px;
  margin-bottom: 20px;
  flex-direction: column;   /* utile si tu as plusieurs éléments empilés */
  min-height: 110px;         /* assure une hauteur minimale pour vertical centering */
    display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; /* optionnel, selon la structure */

  
}

  


@media (min-width: 768px){
.section-title {

  text-align: center;
  padding-bottom: 30px;
  position: relative;
  border-radius :40px;
  margin-bottom:20px;
  
}
}




@media (min-width: 400px) {
  .section-title h2 {
    font-size: 16px;
  }
}

@media (min-width: 500px) {
  .section-title h2 {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .section-title h2 {
    max-width: 70%;
  }
}

@media (min-width: 1024px) {
  .section-title h2 {
    font-size: 1.8rem;
    max-width: 78%;
  }
}

@media (min-width: 1200px) {
  .section-title h2 {
    margin-left: auto;  /* évite le margin-left: 190px */
    margin-right: auto;
    max-width: 78%;
  }
}


@media (min-width: 1024px) {
  .inner-title3 h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 10px;
    background: #FFFFFFE0;
    color: #379863;
    font-size: 1.8rem;
    font-weight: 500;
    height: 40px;
    padding: 5px 10px;
    max-width: 78%;
    margin: 24px auto 20px auto; /* centré horizontalement */
    text-align: center;
  }
}




.section-title h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
  background-color: #FFFFFFE0;
  color: #357361;
  border-radius: 10px;
  max-width: 85%;
  height: 40px;
  margin: 0 auto;
  padding: 5px 10px;
  font-size: 1.2rem;
  text-align: center;
  position: relative;
  
width:500px;
  
}




.GrilleRef2{
	
	color:black;
	background-color:black;
  grid-template-columns: 100px 50px 100px;
  grid-template-rows: 80px auto 80px;
  grid-column-gap: 10px;
  grid-row-gap: 15px;
}


.master{
	background-color:#f9fff547;
	padding:18px;
	border-radius:20px;

	
}



.grid{
display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* responsive */
  grid-auto-rows: auto;
  gap: 20px;
  padding: 50px 20px;
  margin: 30px auto;
  width: 100%;
  max-width: 1200px;
  background-color: #D2966757;
  color: white;
  text-align: center;
  box-sizing: border-box;
  border-radius:50px;
}



.grid-item{
    position:relative;
	padding-top:25px;
		text-align:left;
	
	
}

.grid-item b{
	
	color: white;
	font-weight:800;
	
}





.grid-item::before, 
.grid-item::after {
	
	
	/* height:200px; */
	/* margin-top:-10px; */
	/* width:100vw; */
	 /* height: 3px; */
   content: '';
   position: absolute;
   /* background-color: white; */
   z-index: 1;
}

.grid-item::after {
	padding-top:2px;
  width: 100vw;
  height: 1px;
  left: 0;
  top: -1px;
   background-color: white;
}


.grid-item::before {
width: 1px;
  /* height: 100vh; */
  left: -1px;
  top: 0;
   background-color: white;
}






.grid-item2{
	
    position:relative;
	padding-top:25px;
	justify-items: left;
	height:400px;
	line-height:1.5rem;
	text-align:left;
	/* width:500px; */
	/* margin-left:-150px; */
     /* justify-items: center; */
}


.grid-item2 b,u {

	color: white;
	font-weight:800;
	
}







.grid-item2::before, 
.grid-item2::after {
	
	
	/* height:200px; */
	/* margin-top:-10px; */
	/* width:100vw; */
	 /* height: 3px; */
   content: '';
   position: absolute;
   /* background-color: white; */
   z-index: 1;
}

.grid-item2::after {
	padding-top:2px;
  width: 100vw;
  height: 1px;
  left: 0;
  top: -1px;
   background-color: white;
}


.grid-item2::before {
width: 1px;
  /* height: 100vh; */
  left: -1px;
  top: 0;
   background-color: white;
}





















.boite1 {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  background-color:black;
}

.boite2 {
	  background-color:black;
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}





/* .section-title h2:after { */
	
/*  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #379863;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}*/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(0deg, var(--background-color) 0%, color-mix(in srgb, var(--background-color) 90%, white 10%) 100%);
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}

.hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  min-height: 70vh;
  margin-top:20px;
  padding-top: 0px;
}

.hero h2 {
  margin-bottom: 30px;
  font-size: 28px;
  margin-top:80px;
  font-family: var(--default-font);

}

.hero p {
	color : #904100;
  max-width: 75%;
  animation-delay: 0.4s;
  /* margin: 10 auto 30px auto; */
  font-family: var(--default-font);
  background-color:#ffffff;
  border-radius:30px;
  margin-top:5px;
  margin-right:auto;
  margin-bottom:20px;
  margin-left:auto;
  
  
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  width: 10%;
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

.hero .btn-get-started {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 18px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin-top:-5px;
  
  animation-delay: 0.8s;
  color: var(--default-color);
  border: 2px solid #ffffff;

}

.hero .btn-get-started:hover {
  background: #379863a6;
  color: var(--contrast-color);
  text-decoration: none;
}

@media (min-width: 1024px) {
  .hero p {
    max-width: 80%;
	line-height:1.4em;
	font-size:1.6em;
	text-justify: auto;
	margin-top:15px;
	font-family: var(--default-font);
	padding:8px;
  }
  
  
@media (max-width: 1024px) {
  .hero p {
    max-width: 85%;
	line-height:1.6em;
	font-size:1.9em;
	margin-left:100px;
	margin-top:15px;
	font-family: var(--default-font);
	text-align:left;
  }

  .hero .carousel-control-prev,
  .hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 768px) {
  .hero .carousel-container {
    min-height: 90vh;
  }

  .hero h2 {
    font-size: 28px;
  }
}


@media (max-width: 320px) {
.hero p {
	font-size:1.2em;
  max-width: 80%;
  animation-delay: 0.4s;
  margin: 40px auto 30px auto;
  font-family: var(--default-font);
  
  
}
}



@media (max-width: 320px) {
  .hero .carousel-container {
    min-height: 90vh;
  }

  .hero h2 {
    font-size: 15px;
  }
}



.hero .hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
}

.hero .wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
  fill: var(--default-color);
  opacity: 0.6;
}

.hero .wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
  fill: var(--default-color);
  opacity: 0.4;
}

.hero .wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
  fill: var(--default-color);
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

@media (max-width: 320px) {
.pressoir{
	
	max-width:200px;
	max-height:200px;
	margin-left:20px;
}
}


@media (max-width: 320px) {
.pressoir{
	
	max-width:200px;
	max-height:200px;
	margin-left:100px;
	  display: flex;
}
}


@media (max-width: 1024px) {
img.pressoir{
	
	
	margin-left:-190px;
	text-align:left;
}
}


@media (max-width: 1024px) {
img.pressoir2{
	
	
	margin-left:90px;
	text-align:left;
}
}


@media (min-width: 1024px) {
.notclean{
	visibility:hidden;
	
}
}


@media (max-width: 1024px) {
	
.notclean{
	visibility:hidden;	
}

}


@media (min-width: 1024px) {
.refMissions{
 /* background-image: url("../img/about.jpg") ;  */
margin-left:50px;
margin-top:-80px;
  width: 100%;
  max-width: 400px;
  height: auto;

 }
}
 
 
 
 @media (max-width: 1024px) {
.refMissions{
 /* background-image: url("../img/about.jpg") ;  */
margin-left:50px;
margin-top:-80px;
  width: 100%;
  max-width: 400px;
  height: auto;
  

 }
}
 
 
 
 
.refMissions{
 /* background-image: url("../img/about.jpg") ;  */
margin-left:50px;
margin-top:-80px;
  width: 100%;
  max-width: 400px;
  height: auto;

 }





@media (max-width: 1024px) {
.pressoir2{
	
	width:750px;
	max-height:300px;

	text-align:left;
}
}




@media screen(max-width: 320px) {
.pressoir2{
	
	width:200px;
	height:200px;

}
}



@media screen(max-width: 320px) {
h2.inner-title3 {
padding-top:20px;
text-align:center;
		border-radius:40px;
	 max-width: 80%;
	 max-height:40%;
	 padding-left:55px;
  font-size: 2.75rem;
  font-weight: 700;
 text-align:center;
 color:#FFFFFFC4;
 height:50px;
  /* color :color-mix(in srgb, var(--default-color), transparent 20%); */
}

}


.section-title
.inner-title2 {
padding-top:5px;
text-align:center;

	 padding-left:0px;
 
 text-align:center;
font-family: 'Roboto', sans-serif;
     /* margin: -20px auto -20px auto;*/
 	margin-top:30px;
	max-width: 70%;
	width:400px;
	 background-color: #FFFFFFE0;
	color:#FFFFFFE3;
  font-size: 1.4rem;
  font-weight: 500;

  padding-bottom: 10px;
  position: relative;

height:40px;
padding-top:5px;

display: flex;
  align-items: center;   /* centrage vertical du texte */
  justify-content: center; /* centrage horizontal du texte */
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;

 
 
 
  /* color :color-mix(in srgb, var(--default-color), transparent 20%); */
}



}




@media (min-width: 1200px) {

.section-title
.inner-title2 {
	
padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 0;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    width: 580px;
    max-width: 83%;
    background-color: #FFFFFFE0;
    color: #357361;
    position: relative;
    height: 40px;
 
 
 display: flex;
  align-items: center;   /* centrage vertical du texte */
  justify-content: center; /* centrage horizontal du texte */
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
 
 
}
 
  /* color :color-mix(in srgb, var(--default-color), transparent 20%); */
}



@media (min-width: 1024px) {
  .g-4, .gy-4 {
    --bs-gutter-y: 1.5rem;

    border-radius: 20px;
    width: 100%;
  }
}


@media (min-width: 1400px) {

.section-title
.inner-title2 {


  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 0;

  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
width:580px;
  max-width: 83%;
  background-color: #FFFFFFE0; /* blanc avec transparence */
  color: #357361;              /* couleur lisible et valide */

  position: relative;
  height: 40px;
}


 
}
 
  /* color :color-mix(in srgb, var(--default-color), transparent 20%); */
}




@media (min-width: 1024px) {

.section-title
.inner-title3 {
	
padding-top:5px;
text-align:center;
font-family: 'Quicksand', sans-serif;
	 padding-left:0px;
  font-weight: 500;
 text-align:center;
	max-width: 60%;
 background-color: rgba(255, 255, 255, 0.6);
	color:#FFFFFFE3;
  font-size: 1.4.rem;

     margin: 20px auto 20px auto; /* centrer horizontalement */
  padding-bottom: 10px;
  position: relative;

height:40px;
padding-top:5px;


}
  /* color :color-mix(in srgb, var(--default-color), transparent 20%); */
}


@media (min-width: 1200px) {
.section-title
.inner-title3 {
padding-top:5px;
text-align:center;
font-family: 'Quicksand', sans-serif;
	 padding-left:0px;
  font-weight: 500;
 text-align:center;
	max-width: 60%;
	 background-color: rgba(255, 255, 255, 0.6);
	color:#379863;
  font-size: 1.4.rem;

  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
 margin-top:20px;
height:50px;
padding-top:5px;

}
 
 
  /* color :color-mix(in srgb, var(--default-color), transparent 20%); */
}



@media (min-width: 1400px) {
.section-title
.inner-title3 {
padding-top:5px;
text-align:center;
color:#357361C4;
	 padding-left:0px;

 text-align:center;
	max-width: 60%;
	 background-color: #FFFFFFE0;
	color:#379863;
  font-size: 1.4.rem;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
 margin-top:20px;
height:50px;
padding-top:5px;

}
 
 
  /* color :color-mix(in srgb, var(--default-color), transparent 20%); */
}



@media (min-width: 1024px) {

.section-title
.inner-title4 {
	
padding-top:5px;
text-align:center;
font-family:'ComicSansMS';
	 padding-left:0px;
  font-weight: 500;
 text-align:center;
	max-width: 60%;
	 background-color: rgba(255, 255, 255, 0.6);
	color:#379863;
  font-size: 1.4.rem;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
 margin-top:20px;
height:50px;
padding-top:5px;


}
  /* color :color-mix(in srgb, var(--default-color), transparent 20%); */
}


@media (min-width: 1200px) {
.section-title
.inner-title4 {
padding-top:5px;
text-align:center;

	 padding-left:30px;
  font-weight: 500;
 text-align:center;
	max-width: 60%;
	background-color: #30913e87;
	color:#ffffffe0;
  font-size: 1.4.rem;

  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
 margin-top:20px;
height:50px;
padding-top:5px;

}
 


}








.about .inner-title {
	margin-top:-10px;
	margin-left:20px;
		border-radius:40px;
	 max-width: 80%;
	 padding-left:5px;
  font-size: 2rem;
  font-weight: 600;
 text-align:center;
  margin: 25px 0;
  /* color :#a05732a3; */
}

@media (min-width: 991px) {
  .about .inner-title {
	  	margin-left:20px;
    max-width: 78%;
    margin: 30 0 80px 0;
	background-color:#ffffff;
	border-radius:40px;
	padding-left:5px;
  }
}





.about .our-story {
  padding: 20px;
  /* background-color: color-mix(in srgb, var(--default-color), transparent 75%); */
  /* width: 1280px; */
  
}

@media (min-width: 991px) {
  .about .our-story {
  
	border-radius:20px;
  }
}



@media (max-width: 320px) {
  .about .our-story {
    padding-right: 35%;
	margin-top:150px;
  }
}

.about .our-story h4 {
  text-transform: uppercase;
  font-size: 1.1rem;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.about .our-story h3 {
  font-size: 2.25rem;
  font-weight: 700;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.about .our-story p:last-child {
  margin-bottom: 0;
}



@media (max-width: 320px) {
	.about ul{
		
	 list-style: none;
  padding: 0;
  font-size: 16px;
  max-width:80%;
  margin-top:20px;
  margin-bottom:20px;
	}
}


.about ul {
  /* list-style: none; */
  
  /* padding: 0; */
  padding-top:5px;
  font-size: 16px;
  max-width:100%;
  margin-top:-20px;
  margin-bottom:20px;
  /*  */
}


.spanTeam{
	
	
}




.spanMission{
	padding-top:20px;
	padding-left:5px;
	
}


@media (max-width: 320px){
.about ul li {
/* padding: 5px 0; */
    display: flex;
    align-items: center;
    color: #2F5D50;
    font-size: 1.3rem;
    line-height: 1.3rem;
	padding-top:20px;

}
}




.concours{
	margin-top:-35px;
	
}


.competences2{
	margin-top:-32px;
		height:30px;
	
	
}

.competences3{
	margin-top:-30px;

}

.competences4{

	
}



.about{


background-image: url("../images/douglas.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* padding: 60px 20px; */
  color: white;
	
	
}





.services{
	
	
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), /* filtre noir léger */
              url('../../images/douglas.jpg');
    background-size: cover;
    background-position: center;
     background-blend-mode: multiply; 
	
}


.about ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 5px;
  padding-top: 20px;
}

.about ul li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 18px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #138061FC;
}

/* Image à gauche des <li> */
.about ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url("../../images/check-cercle3.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/*  Mobile : ajustements pour petits écrans */
@media (max-width: 768px) {
  .about ul li {
    font-size: 1rem;
    padding-left: 32px;
  }

  .about ul li::before {
    width: 20px;
    height: 20px;
    top: 5px;
  }
}

/*  Très grands écrans : +1200px */
@media (min-width: 1200px) {
  .about ul li {
    font-size: 1.25rem;
   padding-left: 50px;
  }

  .about ul li::before {
    width: 40px;
    height: 40px;
    top: 3px;
  }
}





.about .watch-video i {
  font-size: 2rem;
  transition: 0.3s;
  color: var(--accent-color);
  
  
}

.about .watch-video a {
  font-weight: 600;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-left: 8px;
  transition: 0.3s;
}

.about .watch-video:hover a {
  color: var(--accent-color);
}

.about .about-img {
  min-height: 400px;
  position: relative;
}




@media (min-width: 992px) {
  .about .about-img {
	  
    position: absolute;
    top: 0;
    right: 0;
	width:660px;
	height:400px;
  }
}



@media (min-width: 768x) {
  .about .about-img {
    position: absolute;
    top: 0;
    right: 0;
  	width:600px;
	height:400px;
  }
}

@media (min-width: 320px) {
  .about .about-img {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 200px;
  }
}



@media (max-width: 320px) {
  .pressoir  {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 200px;
	
  }
}











.about .about-img img {
	margin-top:50px;
  position: absolute;
  inset: 0;
  display: block;
  width: 92%;
  height: 90%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  margin-left:150px;
}




 @media (min-width:1024px){
.about .about-img img {
	margin-left:350px;
	margin-top:50px;
  position: absolute;
  inset: 0;
  display: none;
  width: 40%;
  height: 80%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
}





 @media (max-width:1024px){
.about .about-img img {
	margin-left:350px;
	margin-top:50px;
  position: absolute;
  inset: 0;
  display: block;
  width: 40%;
  height: 80%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
}


 @media (min-width:1200px){
.about .about-img img {
	margin-left:220px;
	margin-top:140px;
  position: absolute;
  inset: 0;
  display: block;
  width: 92%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
}



 @media (min-width:1400px){
.about .about-img img {
	margin-left:100px;
	margin-top:120px;
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
}









/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Clients Section



/* Section des clients */
.clients {
  padding: 50px 0; /* Espacement vertical pour la section */
  /* background-color: #f9f9f9; /* Fond clair */ */
}

/* Wrapper des logos */
.logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px; /* Espacement entre les lignes */
}

/* Logos clients */
.client-logo {
  max-width: 100%; /* Les images ne dépasseront pas la largeur du conteneur */
  height: auto; /* Maintien du ratio d'aspect des logos */
  padding: 15px; /* Espacement autour des logos */
  transition: transform 0.3s ease; /* Transition au survol */
}

/* Effet de survol pour les logos */
.client-logo:hover {
  transform: scale(1.05); /* Légère augmentation au survol */
}

/* Grille Bootstrap, gestion du nombre de logos par ligne */



.col-xl-2, .col-lg-3, .col-md-4, .col-6 {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Media Queries pour la réactivité */
@media (max-width: 768px) {
  .col-xl-2, .col-lg-3, .col-md-4, .col-6 {
    flex: 0 0 50%; /* Deux logos par ligne sur les petits écrans */
  }
}

@media (max-width: 480px) {
  .col-xl-2, .col-lg-3, .col-md-4, .col-6 {
    flex: 0 0 100%; /* Un logo par ligne sur les très petits écrans */
  }
}




@media (max-width: 640px) {
  .clients .client-logo {
    padding: 15px 10px;
  }
}

