/**************************************************************
 Follow'it (www.followit.info)
 Copyright 2001-2021 Develop'it
 
 Version : 5.0.0
 Date    : 04/05/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;
  width: 32%;
  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);
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@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;
    margin-bottom: 0;
  }
  #Entete h2.Slogan {
    font-size: 11px;
    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: 18px;
    left: 50px;
  }
  #Entete h2.Slogan {
    top: 33px;
    left: 50px;
    text-align: unset;
    display: none;
  }
}
