
:root{
    --primary: #2563eb;
    --secondary: #0f172a;
    --accent: #22c55e;
    --danger: #ef4444;
    --bgH: #fff;
    --bg: #f8fafc;
    --text: #1e293b;
    --muted: #64748b;
    --border: #e2e8f0;

}




body{
    font-family: "Inter", sans-serif;
    background-color: var(--bg);
    color:  var(--text);
    line-height:1.6;
    margin:0;
  
}

h1, h2, h3, h4{
    color: var(--secondary);
    margin-bottom: 0.5rem;
}

h1{font-size: 2.3rem;}
h2{font-size: 1.6rem;}
h3{font-size: 1.3rem;}
h4{font-size: 1.1rem;}

p{
    color: var(--muted);
}

input, select, textarea{
    padding: 10px;
    border-radius: 6px;
    border: 1px solid var(--border);
    outline: none;
    font-size: 15px;
}


.navbar{
    background: #218ffe;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 2px 6px rgba(0,0,0,0, 0.5);
}

.navbar-brand{
    font-weight: 700;
    color: var(--primary) !important;
}

.navbar-link:hover{
    font-weight: 500;
    color: var(--primary) !important;
    background-color: #fff;

}
.navbar a{
    text-decoration: none;
    color: var(--secondary);
    font-weight: 600;
    font-size: 18px !important; 
    margin-left: 15px;
    color:#fff;
}

.navbar a:hover{
    color: var(--primary);
}

.btn-add{
    background-color: #ef4444;
    color:white;
}

a.btn-add:hover{
    background-color: white;
    color:#ef4444;
}





ul{
    list-style-type: none;
}

.list-home{
    list-style: none;
    padding-left: 0;
}
.list-home li{
  position: relative;
  padding-left: 1.8em;
}
.list-home li::before{
    /*content: "\f00c";*/
    content: "✔️";
    position: absolute;
    left: 0; 
    color: #28a745;
}

.steps {
  list-style: none;
  padding-left: 0;
  margin: 20px 0; /* marge autour de la liste */
}

.steps li {
  position: relative;
  padding-left: 40px;   /* espace texte ↔ losange */
  margin-bottom: 20px;  /* espace entre les items */
  line-height: 1.5;
}

/* losange */
.steps li::before {
  content: attr(data-num);
  width: 26px;          /* taille réduite */
  aspect-ratio: 1;
  background: #3498db;
  transform: rotate(45deg);

  position: absolute;
  left: 0;
  top: 0.2em;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

/* remet le chiffre droit */
.steps li::after {
  content: attr(data-num);
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 26px;
  aspect-ratio: 1;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}




.header{
    background-color: black !important;   
}
.header-top *{
    background-color: black;
    color: white;
}

.header-middle{
    background-color: rgb(229, 231, 235);
  
}
.logo{
    width:100%;
}
.logo img{
    max-height: 100%;
    max-width: 100%;
}


/************- Publicité **************-*/
.pub{
    overflow: hidden;
    border: 1px solid black;

}
.pub .pub-item{
    width:100%; height:100%; 
    border: 1px solid red; 
    background-color:rgb(58, 49, 49); 
    border: 2px solid black; 
    padding: 2px;  
    
}

.pub-item img{
    width: 100%;
    height: 100%;
}

.pub0{
    height: 100px;
}



.forme-icon{

 aspect-ratio: 1;
  padding: 12px;
  border-radius: 50%;
  background: #3498db;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}



/*********** Image *********/
.img-home{
    height: 250px;
    max-width: 100%;
    border: 1px solid gray;
    background-color: gray;
    border-radius: 10px;
}

.img-home img{
    height: 100%;
    width: 100%;
    border: 1px solid gray;
    
    background-color: gray;
    border-radius: 10px;
}

.img-obj {
    height: 400px;
    width: 100%;
    border: 1px solid gray;
    border-radius: 10px;
    background-color: #6b6b6b;
    display:flex;
    text-align: center;
     
}

.img-obj img{
    max-height: 100%;
    max-width: 100%;
    border-radius: 10px;   
}

.info-center{
    width: 80%;
    margin: auto;
    margin-top:25px;
    margin-bottom:25px;
    padding: 20px;
    border: 1px solid gray;
    border-radius: 10px;
    background-color: gray;

}

.raison{
    background-color: gray !important;
}
.raison-img{
    width: 100%;
    height: 100%;
    background-color:antiquewhite;
}

.raison-icon{
    background-color: rgb(19, 22, 180) !important;
    color: #fff;
    width:30px !important;
    height: 30px !important;
}

.img-temoin img{
    width:100px;
    height: 100px;
    border-radius: 50%;
    background-color: gray;
}

/*************** Activite ********************************/

.slider-container {
    display: flex;
    overflow-x: auto;
    gap: 30px;
    scroll-behavior: smooth;
    padding: 10px;
}

.slider-container::-webkit-scrollbar {
    display: none;
}

.activite {
    min-width: 200px;
    flex: 0 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

.activite img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.img-activite img{
    width:100%;
    height: auto;
    background-color: gray;
}
.activite:hover {
    transform: scale(1.08);
}

/*----------------------------------------*/

.service{
    background-color:rgba(0,0,0,0, 0.5);
}



/*----------------------------------------*/

/*-------------------------------------*/

.blog{

}

.blog a, .blog-min a{
    text-decoration: none;
}

.blog-img{
    width: 100%;
    height: 250px;
    background-color: #888783;
    display:flex;
}

.blog-img-min{
    width: 100%;
    height: 100px;
    background-color: #888783;
    display:flex;
}

.blog img, .blog-min img{
    max-width: 100%;
    max-height: 100%;
    margin:auto
}

.blog p{   
    margin:0;
    padding:0;
}
.blog p::first-letter{
   
    margin:0;
    padding:0;
    font-size:18px;
}

.blog-min .blog-meta{
    font-family:Georgia, 'Times New Roman', Times, serif;
    line-height: 20px;
}

.blog .blog-meta{
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    line-height: 20px;
}

.blog .blog-texte{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    line-height: 30px; 
    initial-letter: var(--accent);
    
}
/*---------------------------------------------------*/

.partenaire{
    position: relative;
    
}

.conteneur-partenaire{
    position: relative;
     width: 100%;
    overflow-x: hidden;
    border: 1px solid red;
    
}
.cadre-partenaire {
    display:flex;

}

.img-partenaire {
    width:400px;
    height:50px;
    background-color: gray;
    margin: 10px;
}


footer{
    background-color:rgb(5, 5, 5);
    color:#fff;
}

footer a{
    
    color:#fff;
}
 