/**************************************************************
 Lawyer'it
 Copyright 2001-2021 Develop'it
 
 Version : 8.0.1
 Date    : 29/03/2021
 Fichier : css/Entete.css
**************************************************************/

/*************************** Entete ***************************/
#Entete {
  display: block;
  position: fixed;
  width: 100%;
  top: 30px;
  left: 0px;
  right: 0;
  height: 80px;
  background-position: center;
  z-index: 2000;
  background-color: rgba(254, 254, 254, 1);
  box-shadow: 0 3px 3px rgba(20, 20, 20, 0.05);
}

#Entete .ZoneLogo {
  height: 80px;
  padding: 15px 0;
  position: relative;
}

#Entete .grid-x {
  height: 100px;
}
#Entete h1 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(40, 40, 40, 1);
  display: inline;
  top: 10px;
  left: 60px;
  position: absolute;
}
#Entete #Logo {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  float: left;
}
#Entete h2.Slogan {
  margin: 0;
  position: absolute;
  top: 48px;
  left: 62px;
  font-size: 12px;
  opacity: 0.8;
  text-transform: none;
  color: rgba(30, 30, 30, 1);
}

@media only screen and (min-width: 1024px) {
  /* large */
}

@media only screen and (max-width: 1023px) {
  /* medium */
  #Entete .ZoneLogo {
    height: 80px;
    padding: 20px 0;
  }

  #Entete #Logo {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    float: left;
  }
  #Entete h1 {
    font-size: 26px;
    font-weight: 500;
    top: 12px;
    left: 50px;
  }
  #Entete h2.Slogan {
    top: 45px;
    left: 52px;
  }
}

@media only screen and (max-width: 639px) {
  /* small */
  #Entete {
    min-height: 0px;
    height: auto;
    height: 60px;
    top: 0px;
  }
  #Entete .ZoneLogo {
    height: 60px;
    padding: 10px 0;
  }
  #Entete #Logo {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    float: left;
  }
  #Entete .grid-x {
    height: 60px;
  }
  #Entete h1 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    top: 8px;
    left: 50px;
  }
  #Entete h2.Slogan {
    top: 33px;
    left: 50px;
  }
}
