#Body {
  min-height: calc(100vh - 53px - 62px) !important;
}
html {
  margin: 0px !important;
  padding: 0px !important;
}
:root {
  --red: rgba(7, 66, 110, 1)/*#e30613*/;
  --black: #000000;
  --dark_grey: #d1d1d1;
  --light_grey: #f6f6f6;
  --white: #ffffff;
}
.bg-black {
  background-color: #000000 !important;
}
.color-white {
  color: white !important;
}

h2 {
  font-family: 'Oswald';
  font-size: 44px;
  font-weight: bold;
}
button {
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: white;
  /*background-color: #e30613;*/
  padding: 2px 19px;
  /*border: 2px solid #e30613;*/
  cursor: pointer;
}

hr {
  height: 2px;
  background: black;
}

copyright .list-inline-item {
  font-family: 'Raleway';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: white;
  padding: 18px;
}

copyright ul,
.menu-footer-template-basic {
  text-align: center;
  margin-bottom: 0px;
  color: white !important;
  /*text-transform: uppercase !important;*/
}
li a {
  color: white !important;
}
.list-inline-item:not(:last-child) {
  margin-right: 0px !important;
}
.list-inline-item {
  padding-right: 0px !important;
}
.picto_login {
  width: 18px;
  margin-right: 10px;
}
