/*****************************************************
Expertises
***************************************************/
/*****************************************************
*Bloc1
***************************************************/
#Bloc1Expertises {
  position: relative;
  background-image: url("https://textile.aq-tech.fr/wp-content/themes/ThemeAQTechTextile2025/_MediaTheme2025/Image/Expertises/entete-Expertises2.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  color: white;
  text-align: left;
  padding-top: 200px;
  padding-bottom: 100px;
}

#Bloc1Expertises::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* noir transparent */
  z-index: 1;
}

/* Pour que le contenu passe au-dessus du voile */
#Bloc1Expertises .container {
  position: relative;
  z-index: 2;
}

#Bloc1Expertises h2
{
  font-size: 1.5em;
}

  /* Tablette (>=768px) */
  @media screen and (max-width: 1024px) {
  #Bloc1Expertises h1
  {
    font-size: 2em;
  }
  #Bloc1Expertises
  {
  padding-top: 100px;
  padding-bottom: 75px;
  }
}

  /* Mobile (<= 767px) */
  @media screen and (max-width: 767px) {
  #Bloc1Expertises {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 75px;
    padding-bottom: 50px;
  }
  #Bloc1Expertises img{
    height: 30px;
  }
  #Bloc1Expertises h1
  {
    font-size: 1.5em;
  }
  
  #Bloc1Expertises h2
  {
    font-size: 1.2em;
  }

}

  /* Mobile (<= 767px) */
  @media screen and (max-width: 550px) {
  #Bloc1Expertises {
    padding-left: 0px;
    padding-right: 0px;
  }
  #Bloc1Expertises img{
    height: 15px;
  }
  #Bloc1Expertises h1
  {
    font-size: 1.1em;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  
  #Bloc1Expertises h2
  {
    display: none;
  }

}
/*****************************************************
*Bloc2
***************************************************/
#Bloc2ExpertisesContent
{
  position: relative;
  z-index: 4;
  width: 80%;
  padding: 50px 50px;
  margin-top: -50px;
  text-align: center;
  color: white;
  background-color: var(--orange-2024);
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
}

#Bloc2ExpertisesContent .btn-blanc
{
  margin-top: 40px;
}

   /* Tablette (>=768px) */
   @media screen and (max-width: 1024px) {
    #Bloc2ExpertisesContent
    {
      width: 80%;
      margin-top: -50px;
    }
  }

    /* Tablette (>=768px) */
    @media screen and (max-width: 767px) {
    #Bloc2ExpertisesContent
    {
      width: 95%;
      margin-top: 10px;
      padding: 10px;
      font-size: 1em;
    }
  }
/*****************************************************
*Bloc3
***************************************************/
#Bloc3Expertises
{
  margin-top: 50px;
  margin-bottom: 50px;
}
#Bloc3Expertises .Carre3Images
{
  width: 90%; 
  margin-left: auto; 
  margin-right: auto;
}
/*****************************************************
*Bloc4
***************************************************/
#Bloc4Expertises
{
  background-color: var(--noir95);
  padding-top: 50px;
  padding-bottom: 100px;
}

#Bloc4Expertises .container
{
  background-color: white;
}

#Bloc4Expertises .sous-container
{
  padding: 50px;
}

#Bloc4Expertises h2
{
  color: var(--noir95);
}
#Bloc4Expertises .Carre4Images
{
  width: 80%; 
  margin-left: auto; 
  margin-right: auto;
}

#Bloc4Expertises .btn-orange
{
  margin-top: 75px;
  margin-bottom: 50px;
  text-align: center;
}

#Bloc4Expertises .BlocColonnes
{
  padding-left: 20px;
  padding-right: 20px;
}


@media (max-width: 1024px) {

  #Bloc4Expertises
  {
    padding-bottom: 150px;
  }

}

@media (max-width: 767px) {
  #Bloc4Expertises .sous-container
  {
    padding: 10px;
  }

  #Bloc4Expertises
  {
    padding-bottom: 50px;
  }

}

/*****************************************************
*Bloc5
***************************************************/
#Bloc5ExpertisesContent
{
  position: relative;
  z-index: 4;
  width: 80%;
  padding: 50px 50px;;
  margin-top: -50px;
  text-align: center;
  color: white;
  background-color: var(--orange-2024);
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;

  margin-bottom: 50px;
}

#Bloc5ExpertisesContent .btn-blanc
{
  margin-top: 40px;
  font-size: 1.2rem;
}

   /* Tablette (>=768px) */
   @media screen and (max-width: 1024px) {
    #Bloc5ExpertisesContent
    {
      width: 80%;
    }
  }

    /* Tablette (>=768px) */
    @media screen and (max-width: 767px) {
      #Bloc5ExpertisesContent
      {
      width: 95%;
      margin-top: 10px;
      padding: 20px 10px;
      font-size: 1em;
    }

    
    #Bloc5ExpertisesContent .btn-blanc
    {
      font-size: 1em;
    }

    #Bloc5ExpertisesContent
    {
      margin-bottom: 15px;
    }
  }
  /*****************************************************
  *Bloc6 : FAQ
  ***************************************************/

  #Bloc6Expertises
  {
    background-color: var(--noir95);
    padding-top: 50px;
    padding-bottom: 100px;
  }

  #Bloc6Expertises h2
  {
    color: white;
  }
