/* --- DEFAULT STYLES (Mobile First) --- */
/* This code runs on phones by default */

body {
  /* The Image Path */
  /* background-image: url('IMAGES/your-background.jpg');  */
  background-image: none !important;
  background: #141414 !important;

  /* This keeps the background fixed while the content scrolls over it */
  background-attachment: fixed;
  height: 100vh;
  /* Clean up default browser spacing */
  margin: 0;
  padding: 0;
}

.page-container {
  background-image: none !important;
  background: #141414 !important;
  /* Fill the screen */
  background-position: center;
  /* Keep the focus in the middle */
  background-repeat: no-repeat;
  /* Don't tile the image */
  height: 100vh;
  /* Sets height to 100% of the Viewport Height */

}

.form-box {
  max-width: auto;
  margin: auto;
  height: 100vh;
  background: #ffffff;
  color: white;

  /*display: grid;
  grid-template-columns: 1fr;
  border-radius: 0px !important;
  /* 1 Column: '1fr' means 1 fraction of available space */

}


.DivCopyrigh {
  width: 100%;
  background: #202020 !important;
  ;
  /*  display: none !important; */
  /* !important; FORCE LELEMENT A DISPARAITRE */

}