/*****************************************************
Page article : Réalisation et blog
***************************************************/

/******************************/
/*Page pour chaque réalisation*/
/********************************/
#Art-Real #Bloc1
{
    padding-top: 0;
    height: 450px;
    background-color: var(--noir95);
    margin-top: -120px;
}

#Art-Real #Bloc1 img {
    float: right;
    margin-left: 45px;
    height: 80%;    
    margin-top: 250px;
}

#Art-Real #Bloc1 h1 {
    color: white;
    font-family: "Jost-Bold";
    text-transform: uppercase;
    margin: 0;
    line-height: 35px;
    position: relative;
    top: 400px;
    text-align: center;
    margin-bottom: 35px ;
    font-size: 3em;
}
.real-title-cross
{
  color: var(--orange-2024);
}

#Art-Real #Bloc1 h2 {
    font-family: "Jost-Bold";
    line-height: 1.2em;
    font-size: 2rem;
    text-align: center ;
    color: var(--noir95);
    position: relative;
    top: 400px;
}

#Art-Real #Bloc1Bis
{
  margin-top: 130px;
  margin-bottom: 50px;
}

#Art-Real #Bloc1Bis
{
  text-align: center;
}

#Art-Real #Bloc1Bis img
{
  width: 90%;
}


#Art-Real .carre-text
{
  color: var(--noir95);
  margin-bottom: 30px;
}


#Art-Real .carre-text .carre-img img
{
  max-width: 100%;
}

#Art-Real .carre-text.gauche .carre-img
{
  width: 25%;
  float: left;
  margin-right: 2%;
}

#Art-Real .carre-text.droite .carre-img
{
  width: 25%;
  float: right;
  margin-right: 2%;
}

#Art-Real .carre-text.gauche .blocText
{
  width: 60%;
  margin-left: 27%;
  padding: 20px;
  background-color: var(--gris50);
}

#Art-Real .carre-text.droite .blocText
{
  width: 60%;
  padding: 20px;
  margin-left: 10%;
  background-color: var(--gris20);
  text-align: right;
}


#Art-Real .carre-text .blocText .btn-orange
{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


#Art-Real .carre-text .blocText ul
{
  margin-left: 30px;
  text-align: left;
}


#Art-Real .carre-text .blocText .btn-orange a
{
  text-transform: uppercase;
}



#Art-Real .carre-text h3
{
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}
#Art-Real .carre-text .RealFleche
{
  margin-top: 10px;
  font-weight: bold;

}
#Art-Real .carre-text .RealFleche img
{
    width: 10px;
    margin-right: 5px;
}
 /******************************************************************/
@media (max-width: 1024px) 
{
  #Art-Real #Bloc1 {
      height: 380px;
  }
  #Art-Real #Bloc1 .container
  {
    text-align: center;
  } 
  
  #Art-Real #Bloc1 img 
  {
      float: none;
      margin-top: 150px;  
      max-width: 180px;
      height:auto;
      border-radius: 100%;
      margin-left: auto;
      margin-right: auto;
  }
  #Art-Real #Bloc1 h1 
  {
    color: var(--noir95);
    top: 50px;
  }

  #Art-Real #Bloc1 h2
  {
    color: var(--noir95);
    top: 50px;
  }

  #Art-Real #Bloc1Bis img
  {
    width: 95%;
  }

  #Art-Real #Bloc1Bis 
  {
    margin-top: 180px;
}


@media (max-width: 767px) 
{
  #Art-Real #Bloc1 h1 {
    font-size: 2em;
  }
  
  #Art-Real #Bloc1 h2 {
    font-size: 1.5em;
  }
  #Art-Real #Bloc1Bis img
  {
    width: 100%;
  }
  #Art-Real .carre-text.gauche .carre-img, #Art-Real .carre-text.droite .carre-img
  {
    max-width: 90%;
    min-width: 300px;
    text-align: center;
    float: none !important;
    margin-right: auto;
    margin-left: auto;
  }

  #Art-Real .carre-text.gauche .blocText, #Art-Real .carre-text.droite .blocText 
  {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

}