.contenaire{
    background-color: rgb(150, 58, 21);
    padding: 10%;
    
}
.contenu{
    display: flex;
  
}
.gauche h3{
    color: rgb(232, 230, 230);
    font-family: 'Arial Narrow Bold', sans-serif;
    font-weight: bold;

}
.gauche p{
    color: rgb(232, 230, 230);
    font-size: 15px;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
}
.imageint img{
    width: 350px;
}
#droite h2{
    color: rgb(234, 234, 231);
    font-family: arial, sans-serif;
}
#droite p{
    color: rgb(234, 234, 231);
    font-family: arial, sans-serif;
}
.icon{
    color: white;
}
.ligne{
    display: flex;
}
h4{
    color:black;
    font-weight: bold;
}
@media all and (max-width:991px){
    .gauche h3{
        text-align: left;
        justify-content: start;
        font-size: medium;
    }
    .gauche p{
        justify-content: left;
    }
    .imageint img{
        width: 150px;
        margin-left:40%;
    }
    #droite h2{
       display: none;
    }
    #droite p{
        display: none;
     }
  
    .colonne{
        display: none;
    }
   
}
/* SERVICES */
.title{
    text-align: center;
    text-transform: capitalize;
    color:black;
    margin: 10px 0;
    margin-top: 6px;
    font-family: arial,sans-serif;
    font-weight: bold;
    
}
.service_class{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px 0;
}
.team-row{
  
   
    
}
.member{
    flex: 1 1 250px;
    margin: 20px;
    text-align: center;
    padding: 20px 10px;
    cursor: pointer;
    max-width: 300px;
    transition: all 0.3s;
}
.member:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transform: translateY(-20px);
}
.member h2{
    margin-top: 15px;
    font-family: arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.member p{
    margin-top: 15px;
}
/* FAQ*/
.title_faq{
   margin-left:32%;
}
.title_faq p{
   font-size: 20px;
   color:rgb(193, 100, 64);
   font-family: 'Arial Narrow Bold', sans-serif;
   font-weight: bold;
 }
 .title_faq h1{
    font-weight: bold;
}
.contenufaq{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-evenly;
}
.faqCategorie{
    padding: 4%;
    background-color:rgb(172, 80, 40) ;
    border-radius: 5px;
  
}
.faqCategorie a{
    text-decoration: none;
    cursor: pointer;
    color: rgb(58, 57, 57);
    border: solid white 2px;
    border-radius: 5px;
    padding:5px;
    background-color: rgb(222, 225, 224);
    
    
}
.faqcontact{
    margin-top: 25px;
    text-align: center;
    font-weight: 700;
}
.faqcontact a{
    text-decoration: none;
    color: green;
    
}
.btnfaq{
    border: solid green 1px;
    padding:10px;
    border-radius: 10px;
    color: green;
    font-weight: 100;
}
@media all and (max-width:991px){
    .title_faq{
        margin-left:20%;
     } 
    .title_faq h1 p{
     font-size: 30px;
    }
    .title_faq p{
     margin-left:3px;
     font-size: 12px;
    }
    .faqCategorie{
        margin-bottom:15px;
        width: 100%;
    }
    .faqCategorie p{
        text-align: center;
        margin: 15px;
    }

}
/*CSSS PAGE CONTACTS*/

h3{
    text-align: center;
}
.locataire1{
    width:150px;
    height:400px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
  
}
.icons{
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
}
@media all and (max-width:991px){
    
   .locataire1{
    width:150px;
    height:400px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

  .icons {
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
 }
 
}
/* BLOG */
.P_heading {
    font-size: 1.5rem;
    margin-top: 4rem;
    margin-bottom:3rem;
    border-left: 7px solid rgb(212, 95, 40);
    padding-left: 7px;
}
.contenu-blog{
    display: flex;
}
.article_info{
    margin: 20px;
    text-align: center;
    padding: 20px 10px;
    cursor: pointer;
    max-width: 300rem;
    transition: all 0.3s;
    background: white;
    border-radius: 15px;
    border: 1px solid rgb(18, 121, 247);
    box-shadow: rgb(152, 151, 151) 2px 5px 11px;

}
.article_info img{
    height: 40px;
}
.img-carte img{
   width: 150px;
   height: 100px;
   position: absolute;
   justify-content: center;
   display: flex;
   align-items: center;
  
    
}
.content-like{
    display: flex;
    padding: 10px;
    justify-content: space-evenly;
}
.contenuText-article p{
    text-align: justify;
}

.like{
    background-color: white;
    width:50px;
    border-radius:5px;
    padding: 5px;
}
@media all and (max-width:991px){
    .content-like{
        display: flex;
        justify-content: center;
        align-items: center;
        gap:35px;
    }
   .carte{
    display: flex;
   }
   .img-carte img{
    display: none;
   }
   .content-carte{
    /* display:inline-block; */
    /* display: flex; */
    flex-direction:column;
    justify-content: center;
    align-items: center;
    margin-left:-60%;
   }
   .contenuText-article p{
    text-align: justify;
}
}
/* details-Article */
.contentImg-like{
    display: flex;
    gap: 4px;
    /* padding: 10px; */
    /* justify-content: space-evenly; */
}


