/** ------------------------------------------------------------ */
/** CSS PIED DE PAGE DÉBUT                                       */
/** 2021-11-12                                                   */
/** 2022-11-08 AJOUTÉ DANS ve2cev-debut-baniere-pied_de_page.css */
/** ------------------------------------------------------------ */
#Pied_de_page {
  /** POUR QUE LE PIED DE PAGE RESTE EN BAS */
  /** position : sticky; */
  /** bottom:0; */
  display: flex;
  /** 2022-12-18 UTILISER VARIABLES */
  max-width: var(--AffichageLargeurMax);
  align-items: center;
  justify-content: left;
  font-size: .8rem;
  height: auto;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  background-image: url(/images/pied/fondpied1.png);
  background-size: 100% 100%; /** COVER OU CONTAIN OU AUTO AUTO AJOUTER 2015-02 */
  background-repeat: no-repeat; /** AJOUTER 2022-09-08 */
  /** CADRE LIGNE VISIBLE EN HAUT */
  border-style:solid;
  border-width: 0px;
  border-top-width: 4px;
  border-color: var(--VarMonBleuPale);
}

#Pied_de_page #Pied_de_page_gauche {
  float: left;
  width: 170px;
  height: auto;
}

#Pied_de_page #Pied_de_page_gauche a { /** rien ici */ }

#Pied_de_page #Pied_de_page_gauche a img { /** POUR METTRE LE LOGO AU CENTRE */
  object-fit: contain;
  width: 80%;
  height: auto;
  padding-left: 20px;
}

#Pied_de_page #Pied_de_page_droit {
  text-align: left;
  max-height: 100%;
  /** width: auto; */
  width: 100%;
  overflow: hidden;
  padding-top: 3px;
  padding-left: 10px;
  padding-right:0px;
  padding-bottom: 4px;
  margin: 0px 0px 0px 10px;
}
/** ------------------------- */
/** CSS PIED DE PAGE FIN      */
/** ------------------------- */
