.text-principal {
    color: #7e2f1e;
}

.overlay-2{
	position:relative;
}
.overlay-2:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:100%;
	opacity:0.8;
}

.why-choose .choose-center {
  text-align: center;
}

.why-choose .choose-center h3 {
  font-size: 24px;
  font-weight: 600;
  color: #2c2d3f;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 24px;
}

.why-choose .choose-center h3:before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 2px;
  width: 50px;
  background: #000;
}

.why-choose .choose-center p {
  margin-bottom: 35px;
}

.why-choose .choose-center .list {
  display: inline-block;
  text-align: left; /* Pour bien aligner les puces à gauche même si le bloc est centré */
}

.why-choose .choose-center .list li {
  color: #868686;
  margin-bottom: 12px;
}

.why-choose .choose-center .list li:last-child {
  margin-bottom: 0px;
}

.why-choose .choose-center .list li i {
  height: 15px;
  width: 15px;
  line-height: 15px;
  text-align: center;
  background: #ccffcc;
  color: #fff;
  font-size: 14px;
  border-radius: 100%;
  padding-left: 2px;
  margin-right: 16px;
}

.call-action .content {
    text-align: center;
    padding: 50px 150px;
}

.slider .single-slider:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
}

.a-new{
  padding-left: 5px;
  padding-right: 5px;

  color: black;
}
.a-new:hover {
  background-color: #ccffcc;
  color: black;

  padding-left: 5px;
  padding-right: 5px;
}

.truncate-blog-title {
  white-space: nowrap;
  /* Empêche le retour à la ligne */
  overflow: hidden;
  /* Cache le texte qui dépasse */
  text-overflow: ellipsis;
  /* Ajoute "..." */
  width: 100%;
  /* Ou une largeur fixe selon vos besoins */
  display: block;
  /* Important pour que ça fonctionne */
}

.truncate-blog-contenu {
  display: -webkit-box;
  -webkit-line-clamp: 5; /* Nombre de lignes avant troncature */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.ligne-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Nombre de lignes avant troncature */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.blog-img{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 200px;
}

.sh-testimony{
    padding: 20px;
    box-shadow: 0px 0px 10px #0000001a;
    border-radius: 5px;
}