/* declaration des font */

@font-face {
  font-family: Montserrat;
  src: url("../font/1629122056476.ttf");
}

@font-face {
  font-family: Baskerville;
  src: url("../font/LibreBaskerville-Bold.ttf");
}

body
{
  padding: 0px;
  background-color: #101825;
  font-family: arial;
}


input[type="text"] {
  font-size: 20px;
  padding: 5px;
  border : none;
  border-radius: 5px;
  background-color: white;
}
legend { padding-left: 20px; padding-right: 20px; }
table { border-spacing:0; border-collapse:collapse; }
a { text-decoration:none; }
a:visited { border: none; color: inherit; }
main {
  position: absolute;
  width: 1200px;
  left: 50%; margin-left:-600px;
  color: white;

}
#slide {
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.bsubmit {
  background-color: #2CB7F1;
  font-family: "Bahnschrift Condensed";
  font-size: 20px;
}
/* header */
#logoh { height: 40px; }
header {
  position:fixed;
  width:100%;
  top:0px; left:0px;
  height:40px;
  padding-top: 10px; padding-bottom: 10px;
  z-index:10;
  background-color:#271E17;
  color:#BAA56E;
  border-bottom: white;
}
header a {
  text-decoration:none;
  font-size:14px;
  color: white;
}
#Theader {
  position: absolute;
  width: 1200px;
  left: 50%; margin-left: -600px;
}
#Theader td { vertical-align: middle; }
#Ilogin { height: 30px; }
/* page index */
.center {
 position: absolute;
 width: 1200px;
 left: 50%; margin-left:-600px;
 display: none;
}
.secleft {
  position: relative; float: left;
  left: 0px;
}
.secright {
  position: relative; float: right;
  right: 0px;
}
.Button {
  font-size: 20px; font-weight:900;
  padding: 15px 20px 15px 20px;
  text-align: center;
  border-radius: 15px;
  margin-top: 20px;
  cursor: pointer;
  color:white; background-color: #BB9C57;
  border: none;
}
/* Footer */
footer {
  position:absolute;
  width:100%;
  left:0px;
  height:100px;
  padding-top: 25px;
  z-index:10;
  background-color:#271E17;
  color:#BAA56E;
  border-bottom: white;
  display: none;
}

#Footer table {
  position: relative;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
}

#Footer td {
  padding: 10px;
  vertical-align: bottom;
  padding-left: 50px;
}
#tsm { display: none; }

/* fenetre de telechargement */
#download {
  position: fixed;
  left: 50%; margin-left: -400px;
  top: 50%; margin-top: -200px;
  width: 800px; height: 400px;
  background-color: #0D3653;
  border-radius: 30px;
  display: none;
}
#fond {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  width: 100%; height: 100%;
  left:0px; top:0px;
}
#logodown {
  position: relative;
  width: 90px;
  left: 50%; margin-left: -45px;
  margin-top: 40px;
}
.Indown {
  clear: both;
  position: relative;
  margin-top: 30px;
  width: 400px; height: 20px;
  left:50%; margin-left: -200px;
  border-radius: 20px;
  border: none;
  padding: 10px;
}
.bIsubmit {
  position: relative;
  float: right; right: 200px;
  margin-top: 30px;
}
