/* 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;
  }
}

h1 {
  font-family: "arial";
  font-size: 55px;
  margin:0px;
}
h2 { font-weight: 700; font-size: 35px; }

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: 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 2px solid;
}
header a {
  text-decoration:none;
  font-size:14px;
  color:#BAA56E;
}
#Theader {
  position: absolute;
  width: 1200px;
  left: 50%; margin-left: -600px;
}
#Theader td { vertical-align: middle; }
/* page index */
#logo {
  position: relative;
  float: right;
  margin-top: 150px;
}
#titre {
  position: relative;
  float: left; margin-top: 180px;
  width: 500px;
  color: white;
}
.center {
 position: absolute;
 width: 1200px;
 left: 50%; margin-left:-600px;
 display: none;
}
.Isection {
  position: relative;
  float: left;
  width: 350px;
}
.Dsection {
  position: relative;
  float: right;
  width: 650px;
  color: white;
}
.Dsection p {
   text-align: justify;
   font-size: 20px;
 }
.Button {
  background-color: #BAA56E;
  font-size: 20px; font-weight:900;
  padding: 15px 20px 15px 20px;
  text-align: center;
  border-radius: 15px;
  margin-top: 20px;
}
.boutils { margin-top: 20px; }
/* Footer */
footer {
  position: absolute;
  width:100%;
  bottom:0px; left:0px;
  height:100px;
  padding-top: 25px;
  z-index:10;
  background-color:#271E17;
  color:#BAA56E;
  border-top: 2px solid white;
}
#Footer table {
  position: relative;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
}
#Footer td { padding: 10px; vertical-align: bottom;}
#tps { 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;
}
