/* 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=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}
input[type="checkbox"]:checked {
  position: relative;
  &:before {
    content: "X";
    display: block;
    text-align: center;
    color: red;
    font-weight: 600;
  }
}
#slide {
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

table { border-spacing:0; border-collapse:collapse; }
a { text-decoration:none; }
a:visited { border: none; color: inherit; }

.bsubmit {
  background-color: #2CB7F1;
  font-family: "Bahnschrift Condensed";
  font-size: 20px;
}

/* header */
#logoh { height: 80px; }
header {
  position:fixed;
  width:100%;
  top:0px; left:0px;
  height:100px;
  padding-top: 20px; padding-bottom: 10px;
  z-index:10;
  background-color:#271E17;
  color:#BAA56E;
  border-bottom: white 2px solid;
}
header a {
  text-decoration:none;
  font-size:14px;
  color:#BAA56E;
}
#Theader {
  position: absolute;
  width: 88%;
  left: 5%;
  font-size: 35px;
}
#Theader td { vertical-align: middle; }
#Ilogin { height: 60px; }
#prewgc { font-size: 25px;}
/* page index */
.center {
 position: absolute;
 width: 90%;
 left: 5%;
 display: none;
}
.secleft {
  clear: both;
  position: relative; float: left;
  left: 0px;
}
.secright {
  position: relative; float: right;
  right: 0px;
}
.Button {
  background-color: #BB9C57;
  font-size: 35px; font-weight:900;
  color: white;
  padding: 15px 20px 15px 20px;
  text-align: center;
  border-radius: 15px;
  margin-top: 20px;
}
/* Footer */
footer {
  position: absolute;
  width:100%;
  left:0px;
  height:200px;
  padding-top: 25px;
  z-index:10;
  background-color:#271E17;
  color:#BAA56E;
  border-top: 2px solid white;
}
#Footer table {
  position: relative;
  width: 90%;
  left: 5%;
}
#Footer td {
  padding: 10px;
  vertical-align: bottom;
  font-size: 25px;
}
#tpc { 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;
}
