<style>

    .counts {
      padding: 30px 0 30px;
    }
    
    .counts .icon-count {
      background-color: #2897E7;
      border-radius: 50%;
      width: 85px;
      height: 85px;
      margin-right: auto !important;
      margin-left: auto !important;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    
    .counts .count-box {
      padding: 30px 30px 25px 30px;
      width: 100%;
      position: relative;
      text-align: center;
      background: #EBF4FA;
    }
    
    .counts .count-box i {
      /* position: absolute;
      top: -28px;
      left: 50%;
      transform: translateX(-50%); */
      font-size: 24px;
      /* background: #106eea; */
      color: #ffffff;
      width: 56px;
      /* height: 56px; */
      line-height: 0;
      /* border-radius: 50px;
      border: 5px solid #fff; */
      /* display: inline-flex;
      align-items: center;
      justify-content: center; */
    }
    
    .counts .count-box span {
      font-size: 25px;
      display: block;
      font-weight: 600;
      color: #ffffff;
    }
    
    .counts .count-box p {
      padding: 0;
      margin: 0;
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      color: #2897E7;
      font-weight: 400;
      margin-top: 1.5rem !important;
      text-transform: uppercase;
    }
    
    
    .section-title {
      text-align: center;
      padding-bottom: 30px;
    }
    
    .section-title h2 {
      font-size: 13px;
      letter-spacing: 1px;
      font-weight: 700;
      padding: 8px 20px;
      margin: 0;
      background: #e7f1fd;
      color: #106eea;
      display: inline-block;
      text-transform: uppercase;
      border-radius: 50px;
    }
    .section-title1 h3 {
      font-size: 13px;
      letter-spacing: 1px;
      font-weight: 700;
      padding: 8px 20px;
      margin-left: 38%;
      background: #e7f1fd;
      color: #106eea;
      display: inline-block;
      text-transform: uppercase;
      border-radius: 50px;
      margin-bottom: 35px;
    
    }

	
    .section-title12 h3 {
      font-size: 17px;
      letter-spacing: 1px;
      font-weight: 700;
      padding: 8px 20px;
      margin-left: 28%;
      background: #e7f1fd;
      color: #106eea;
      display: inline-block;
      text-transform: uppercase;
      border-radius: 50px;
      margin-bottom: 35px;
    
    }
    
    
    
    .section-title h3 {
      margin: 15px 0 0 0;
      font-size: 32px;
      font-weight: 700;
    }
    
    .section-title h3 span {
      color: #106eea;
    }
    
    .section-title p {
      margin: 15px auto 0 auto;
      font-weight: 600;
    }
    
    @media (min-width: 1024px) {
      .section-title p {
        width: 50%;
      }
    }
    
    
    
    
    /* Conteneur principal */
    .domain-service {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, #18a446, #f0612c);
      color: white;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
      cursor: pointer;
    }
    
    /* Effet au survol */
    .domain-service:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    }
    
    /* Texte à l'intérieur */
    .domain-service p {
      margin: 0;
      text-align: center;
    }
    
    /* Icône SVG */
    .domain-service .service-icon {
      display: block;
      margin-bottom: 5px;
    }
    
    /* Lien */
    .domain-service a {
      color: white;
      text-decoration: none;
      font-weight: bold;
      font-size: 13px;
    }
    
    .domain-service a:hover {
      text-decoration: underline;
    }
    
    /* Responsive padding for different screen sizes */
    @media (max-width: 768px) {
      .domain-service {
        height: auto;
        padding: 15px 10px;
      }
    }
    
    </style>
	
	
	<style>

    .counts {
      padding: 30px 0 30px;
    }
    
    .counts .icon-count {
      background-color: #2897E7;
      border-radius: 50%;
      width: 85px;
      height: 85px;
      margin-right: auto !important;
      margin-left: auto !important;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    
    .counts .count-box {
      padding: 30px 30px 25px 30px;
      width: 100%;
      position: relative;
      text-align: center;
      background: #EBF4FA;
    }
    
    .counts .count-box i {
      /* position: absolute;
      top: -28px;
      left: 50%;
      transform: translateX(-50%); */
      font-size: 24px;
      /* background: #106eea; */
      color: #ffffff;
      width: 56px;
      /* height: 56px; */
      line-height: 0;
      /* border-radius: 50px;
      border: 5px solid #fff; */
      /* display: inline-flex;
      align-items: center;
      justify-content: center; */
    }
    
    .counts .count-box span {
      font-size: 25px;
      display: block;
      font-weight: 600;
      color: #ffffff;
    }
    
    .counts .count-box p {
      padding: 0;
      margin: 0;
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      color: #2897E7;
      font-weight: 400;
      margin-top: 1.5rem !important;
      text-transform: uppercase;
    }
    
    
    .section-title {
      text-align: center;
      padding-bottom: 30px;
    }
    
    .section-title h2 {
      font-size: 13px;
      letter-spacing: 1px;
      font-weight: 700;
      padding: 8px 20px;
      margin: 0;
      background: #23A137;
      color: #FFFFFF;
      display: inline-block;
      text-transform: uppercase;
      border-radius: 50px;
    }
    .section-title1 h3 {
      font-size: 17px;
      letter-spacing: 1px;
      font-weight: 700;
      padding: 8px 20px;
      margin-left: 38%;
      background: #23A137;
      color: #FFFFFF;
      display: inline-block;
      text-transform: uppercase;
      border-radius: 50px;
      margin-bottom: 35px;
    
    }
    .section-title12 h3 {
      font-size: 17px;
      letter-spacing: 1px;
      font-weight: 700;
      padding: 8px 20px;
      margin-left: 28%;
      background: #23A137;
      color: #FFFFFF;
      display: inline-block;
      text-transform: uppercase;
      border-radius: 50px;
      margin-bottom: 35px;
    
    }
     
    .section-title h3 {
      margin: 15px 0 0 0;
      font-size: 32px;
      font-weight: 700;
    }
    
    .section-title h3 span {
      color: #23A137;
    }
    
    .section-title p {
      margin: 15px auto 0 auto;
      font-weight: 600;
    }
	/* === Pagination === */
	.pagination .page-link {
	color: #23A137;
	border: 1px solid #23A137;
	}

	.pagination .page-item.active .page-link {
	background-color: #23A137;
	border-color: #23A137;
	color: #fff;
	}
/* Domaines */	
	.card {
    border: 1px solid #23A137 !important;
    transition: all 0.3s ease-in-out;
	}

	.card:hover {
    border-color: #F07D00 !important;
    background-color: #F07D00 !important;
    box-shadow: 0 0 12px rgba(240, 125, 0, 0.4);
    transform: translateY(-4px);
	}

	/* Texte et icône deviennent blancs au survol */
	.card:hover h5,
	.card:hover i {
    color: #FFFFFF !important;
	}


	/* Conteneur du slider */
	.item {
    position: relative;
    overflow: hidden;
	}

	/* L'image du slider en CERCLE à GAUCHE */
	.main-slider__bg {
    position: absolute;
    left: 60%; /* 👉 Déplacé à gauche */
    top: 10%;
    transform: translateY(-50%);
    
    width: 450px;     /* Taille du cercle */
    height: 450px;
    border-radius: 50%;

    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;

    border: 8px solid #ffffff; /* 👉 Bordure blanche */
    box-shadow: 0 0 20px rgba(0,0,0,0.2);

    z-index: 1;
	}

	/* Le contenu passe devant l'image */
	.main-slider__content {
    position: relative;
    z-index: 2;
	}
	
	.publication-list {
	border-left: 1px solid #23A137;
	/* Remplacez #your-color par la couleur que vous souhaitez */
	border-bottom: 1px solid #23A137;
	/* Remplacez #your-color par la couleur que vous souhaitez */
	margin-left: 10px;
	}

	.publication-list {
	list-style-type: none;
	/* Pour supprimer les puces par défaut */

	}

	.publication-list li:before {
	content: "";
	/* Code pour le caractère rond (•) */
	border: solid transparent;
	background-color: #23A137;
	/* Couleur du rond */
	border-radius: 50%;
	/* Rendre le rond en forme de cercle */
	display: inline-block;
	width: 12px;
	/* Taille du rond */
	height: 12px;

	}


    
    @media (min-width: 1024px) {
      .section-title p {
        width: 50%;
      }
    }
    </style>