/**************************************************************
 Lawyer'it
 Copyright 2001-2021 Develop'it
 
 Version : 8.0.0
 Date    : 17/02/2021
 Fichier : css/Illustration.css
**************************************************************/

/*************************** Illustration ***************************/
#Illustration {
  position: relative;
  right: 0;
  left: 0;
  padding: 10px 0;
  /*
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #e8e8e8;
*/
  height: 260px;
  background-image: url("../image/Illustration_Fond.jpg");
}
#Illustration .grid-container {
  position: relative;
}

#Illustration .Titre {
  position: absolute;
  top: 40px;
  width: 50%;
  font-size: 24px;
  font-weight: 600;
  transform: translate(0px, 70px);
  opacity: 0;
}
#Illustration .SousTitre {
  position: absolute;
  top: 95px;
  width: 50%;
  font-size: 16px;
  font-weight: 400;
  transform: translate(0px, 50px);
  opacity: 0;
}
#Illustration .Bouton {
  position: absolute;
  top: 140px;
  padding: 5px 10px;
  font-size: 0.71428571428571428571428571428571em; /* 10px */
  transform: translate(0px, 30px);
  opacity: 0;
  padding: 5px 10px;
  background-color: rgba(194, 73, 54, 1);
  color: rgba(254, 254, 254, 1);
  border-radius: 3px;
  text-transform: uppercase;
}
#Illustration .Droite .Titre,
#Illustration .Droite .SousTitre,
#Illustration .Droite .Bouton {
  left: 50%;
  text-align: left;
}
#Illustration .Gauche .Titre,
#Illustration .Gauche .SousTitre,
#Illustration .Gauche .Bouton {
  right: 50%;
  text-align: right;
}

#Illustration .active .Titre {
  transition: all 0.35s ease-in-out 0.8s;
  transform: translate(0px, 0px);
  opacity: 1;
}
#Illustration .active .SousTitre {
  transition: all 0.35s ease-in-out 1s;
  transform: translate(0px, 0px);
  opacity: 1;
}
#Illustration .active .Bouton {
  transition: all 0.35s ease-in-out 1.2s;
  transform: translate(0px, 0px);
  opacity: 1;
}
#Illustration .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 10px;
  display: block;
}
#Illustration::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  height: 100px;
  left: 0;
  width: 100%;
  z-index: 120;
  background-image: url("../image/Illustration_Pied.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  pointer-events: none;
}

/*************************** Illustration ***************************/
@media only screen and (min-width: 1024px) {
  /* large */
}
@media only screen and (max-width: 1023px) {
  /* medium */
  #Illustration {
    height: 170px;
  }
  #Illustration .Titre {
    position: absolute;
    top: 20px;
    width: 50%;
    font-size: 20px;
    font-weight: 600;
    transform: translate(0px, 70px);
    opacity: 0;
  }
  #Illustration .SousTitre {
    position: absolute;
    top: 55px;
    width: 50%;
    font-size: 15px;
    font-weight: 400;
    transform: translate(0px, 50px);
    opacity: 0;
  }
  #Illustration .Bouton {
    position: absolute;
    top: 100px;
    padding: 5px 10px;
    font-size: 0.733333333333em;
    transform: translate(0px, 30px);
    opacity: 0;
  }
}
@media only screen and (max-width: 639px) {
  /* small */
  #Illustration {
    height: 110px;
  }
  #Illustration .owl-dots {
    position: relative;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    height: 10px;
    display: block;
  }
  #Illustration .Titre {
    top: 0px;
    width: 50%;
    height: 100%;
    display: grid;
    align-content: center;
    font-size: 4.4vw;
    line-height: 5.1vw;
  }
  #Illustration .SousTitre {
    display: none;
  }
  #Illustration .Bouton {
    display: none;
  }
}
