/* .home-page
{
    margin: 10px auto;
} */

/* .slick-prev,.slick-next
{
  display: none !important;
} */
/* .styled-list p {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.styled-list br {
  content: "";
  display: block;
  margin-bottom: 2em;
} */
.footer .copy , .copy a , .links a
{
  color: #3E335B;
}
.styled-list {
  margin: 0;
  padding: 0;
}

.styled-list div {
  margin-bottom: 1em; /* espace entre les phrases */
}

.styled-list div:last-child {
  margin-bottom: 0; /* pas d'espace après le dernier élément */
}

a:hover
{
  text-decoration: none !important;
}

.col
{
  height: 570px !important;
}
#header-sticky
{
  width: 100%;
  background-color: transparent;
  transition: top 0.3s;
  padding: 10px 0;
}


.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0px;
  right: 0;
  z-index: 1000;
  animation-name: fadeInUp;
    animation-duration: 1s;
}
.fa-linkedin {
  color: white;
  background: #3e345c;
  padding: 25px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.logo-cs
{
  animation-name: fadeInUp;
    animation-duration: 1s;
  display: none;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    top: -50px;
  }
  
  to {
    opacity: 1;
    top: 0;
  }
}


#section-col-1
{
    background: #b06c7b;

}

#section-col-1 p 
{
    color: white;
    padding: 33px;
    line-height: 1;
}

#section-p1
{
    font-size: 43px;
}

#section-p2
{
    font-size: 33px;
    text-align: right;
}

#section-col-2
{
    background-image: url("../../assets/images/1-img-collectif.png");
    background-size: cover;
    background-position: center;

}

#section2-col-2
{
    background: #8ab2dd;
}

#section2-col-1
{
    background: #8ab2dd;
}

#section2-p1
{
    font-size: 60px;
    padding: 35px;
    line-height: 1;
    color: #1d3856;
}

#section2-p2
{
    font-size: 43px;
    text-align: right;
    line-height: 1;
    color: #1d3856;
}

.contact-block .orange-block
{
    background: #ed6b65;
    border-radius: 45px;
    padding: 10px;
    text-align: center;
    max-width: 88%;
    margin: 0 auto;
}

.contact-block .orange-block:hover
{
    background: #b06c7b;
}

#client
{
  background: #3b3354;
  border-radius: 45px;
  padding: 10px;
  text-align: center;
  max-width: 88%;
  margin: 0 auto;
}
#client h2
{
color: white;
font-size: 50px;
}

.mb-4, .my-4
{
  margin-bottom: 0px !important;
}

.client-block img {
  margin: 10px;
}
.client-block .logo-item {
  display: flex;
  align-items: center;
}
.client-block .logo-item:not(:last-child)::after {
  content: 'X';
  font-size: 9px;
  margin-left: 10px;
  margin-right: 10px;
  color: white; /* couleur orange */
}

.contact-block p
{

    color: white;
}

.contact-block a:hover
{

  text-decoration: none;
}


#section3-col-1
{
    background: #eae7ba;
}

#section3-col-1 p 
{
    color: #332a53;
    padding: 33px;
    line-height: 1;
}

#section3-p1
{
    font-size: 60px;
}

#section3-p2
{
    font-size: 43px;
    text-align: right;
}

#section3-col-2
{
    background-image: url("../../assets/images/2-img-approche.png");
    background-size: cover;
    background-position: center;

}

#myVideo
{
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

#section4 .row {
  padding: 30px;
  overflow: hidden; /* Masque le débordement horizontal */
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
  flex-wrap: nowrap; /* Garde les éléments sur une seule ligne */
  background-image: url("../../assets/images/3-fond-vignettes.png");
  background-size: cover;
  background-position: center;
  box-sizing: border-box; /* Inclut le padding et les bordures dans la largeur totale */
}

#section4 .p-section4.active {
  cursor: grabbing; /* Indique que l'utilisateur est en train de glisser */
}

.p-section4 {
  text-align: center;
  background-color: #eae8ba;
  padding: 15px;
  height: 376px !important;
  border-radius: 31px;
  width: 212px !important;
  margin: 20px;
  flex: 0 0 auto; /* Garde une taille fixe */
  /* cursor: grab; */
}

.carousel-container {
  position: relative;
}

/* .prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
} */
/* 
.prev {
  left: 10px;
  z-index: 1;
}

.next {
  right: 10px;
} */

.no-select {
  user-select: none;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}




#section5-col-2
{
    background: #dfc8b6;
}

#section5-col-2 p 
{
    color: #3b3354;
    padding: 33px;
    line-height: 1.2;
    /* width: 480px; */
}

#section5-p1
{
    font-size: 43px;
}
#section5-p2
{
  margin-top: -45px;
    font-size: 27px;
    text-align: left;
}
#section5-col-1
{
    background-image: url("../../assets/images/4-img-références.png");
    background-size: cover;
    background-position: center;

}

#section6 .row
{
  
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #3b3354;;

}

#section6 .container
{
    
    background-image: url("../../assets/images/5-fond-articles.png");
    background-size: cover;
    background-position: center;



}

.p-section6 {
  text-align: center;
  background-color: white;
  padding: 15px;
  height: 376px;
  border-radius: 31px;
  width: 282px;
  margin: 20px;
  flex: 0 0 auto; /* Garde une taille fixe */
}

.a-section6
{
  background: #ed6c65;
    color: white;
    padding: 8px;
    border-radius: 8px;
}

.a-section6-plus
{
  background: white;
    color: #3b3354;
    padding: 9px;
    border-radius: 15px;
    margin: 19px auto;
    width: 254px;
    font-size: 28px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.a-section6-plus:hover
{
  background: #8ab2dd;
  color: #3b3354;
}


.a-section6:hover
{
  text-decoration: none;
  background-color: #b06c7b;
  color: white;
}

#section7-col-1
{
    background: #8ab2dd;

}

#section7-col-1 p 
{
    color: white;
    line-height: 1;
    font-size: 30px;
}

#section7-p1
{
    font-size: 43px;
}

#section7-p2
{
    font-size: 33px;
    text-align: right;
}

#section7-col-2
{
    background-image: url("../../assets/images/6-img-contact.png");
    background-size: cover;
    background-position: center;

}




.p-section7 {
  position: relative;
  top: 4%;
  text-align: center;
  background-color: #bc667a;
  color: white;
  padding: 15px;
  border-radius: 31px;
  max-width: 100%;
  margin: 20px;
  height: 456px;
}

.p-section7 .row:nth-child(3):hover
{
  background-color:  #8ab2dd !important;
  cursor: pointer;
}

.a-section7-contact
{
  color: #3b3354;
  font-size: 27px;

  padding: 16px;
 
}

.a-section7-contact:hover
{
  text-decoration: none;
  color: #3b3354 !important;
}






/** Mentions legal**/

.page__body
{
  color: #3e345c;
}






.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  