/**************************************************************
 SIHP (www.sihp.fr)
 Copyright 2009-2023 Develop'it
 
 Version : 6.2.1
 Date    : 27/01/2023
 Fichier : css/Entete.css
**************************************************************/

/*************************** Entete ***************************/
#Entete {
  display: block;
  /*
  position: fixed;
*/
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0;
  height: 195px;
  z-index: 800;
/*  background-color: rgba(243, 246, 249, 1);*/
  background-color: rgb(var(--clr-bleufonce),0.05);
  backdrop-filter: blur(10px);
/*  color: rgba(47, 91, 154, 1);*/
  color: rgb(var(--clr-bleufonce));
  position: relative;
  transition: height 0.3s ease, background 0.3s ease;
}
#Entete .ZoneLogo {
  position: relative;
  top: 30px;
}
#Entete H1, #Entete H2 {
	display:none;
}
/*
#Entete H1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: 0.1em;
  position: absolute;
  left: 120px;
  top: 0;
  transition: all 0.3s ease;
}
#Entete H2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  max-width: 200px;
  text-align: left;
  text-transform: none;
  position: absolute;
  left: 120px;
  top: 55px;
  line-height: 21px;
  margin: 0;
  transition: all 0.3s ease;
}
*/
#Entete #Logo {
  height: 120px;
  /*
  width: 100px;
  margin-right: 10px;
  float: left;
  */
}

@media only screen and (min-width: 1024px) {
  #Entete.Fixe {
    position: fixed;
    height: 100px;
    background-color: rgba(243, 246, 249, 0.9);
    box-shadow: 0 0 5px 5px rgba(30, 30, 30, 0.1);
    transition: none;
    z-index: 2000;
  }
  #Entete.Fixe .ZoneLogo {
    top: 15px;
  }
  #Entete.Fixe #Logo {
  /*  width: 70px;*/
    height: 70px;
  }
/*
  #Entete.Fixe H1 {
    font-size: 30px;
    left: 90px;
  }
  #Entete.Fixe H2 {
    font-size: 12px;
    line-height: 1.1em;
    left: 90px;
    top: 37px;
    width: 130px;
  }
*/
}
/*

#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 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) {
}
*/

@media only screen and (max-width: 1023px) {
  /* medium */
  #Entete {
    height: 80px;
    top: 0px;
    position: fixed;
    background-color: rgba(243, 246, 249, 0.9);
    box-shadow: 0 0 5px 5px rgba(30, 30, 30, 0.1);
    transition: none;
    z-index: 100;
  }
  #Entete .ZoneLogo {
    top: 10px;
    height: 80px;
    padding: 0px 0;
  }

  #Entete #Logo {
    /*width: 70px;*/
    height: 60px;
  }
  #Entete h1 {
    font-size: 26px;
    font-weight: 500;
    top: 7px;
    left: 85px;
  }
  #Entete h2.Slogan {
    font-size: 12px;
    line-height: 1.1em;
    width: 130px;
    top: 40px;
    left: 85px;
  }
}

@media only screen and (max-width: 639px) {
  /* small */
  #Entete {
    height: 60px;
    top: 0px;
    position: fixed;
    background-color: rgba(243, 246, 249, 0.9);
    box-shadow: 0 0 5px 5px rgba(30, 30, 30, 0.1);
    transition: none;
  }
  #Entete .ZoneLogo {
    top: 10px;
    height: unset;
    padding: 0;
  }
  #Entete #Logo {
/*    width: 40px;*/
    height: 40px;
  }
  #Entete H1 {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1;
    top: 8px;
    left: 50px;
  }
  #Entete H2 {
    display: none;
  }
}
