body {
  background: #f4f6f9;
}
.header h2 {
  margin-top: 8px;
}
.home-content .block,
.home-content .content {
  height: auto !important;
}
.bloclog {
  margin: 35px 0 65px 0px;
  opacity: 0.96;
  background-color: #f4f6f9;
}
.bloclog .form-control {
  margin: 0px;
}
.bloclog .form-group {
  margin-bottom: 7px !important;
}
.bloclog #bt_valid {
  border-radius: 4px;
  box-shadow: none;
}
.bloclog h2 {
  font-weight: bold;
}
.textcr {
  margin-top: 15px;
}
.logbg {
  background-color: #e6e9f0;
  overflow: hidden;
  position: relative;
  padding-left: 0px !important;
}
#bgvid {
  position: fixed;
  right: 0;
  bottom: 240px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  overflow: hidden;
  background: url("img/bgoutvid.png") no-repeat;
  background-size: cover;
}
.img-container-default {
  background: url("../img/background_connexion.jpg") round;
  width: 100%;
  height: 707px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.img-container-premier {
  background: url("../img/fond_premier.png") round;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.img-container-ludo {
  background: url("../img/bandeau-orphee-ludo.jpg") round;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.img-container-cfg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
video {
  display: block;
}
.titreh1accclr1,
.titreh1accclr2 {
  padding: 5px 10px;
  display: inline-block;
  margin: 2.5px;
}
.titreh1accclr1:empty,
.titreh1accclr2:empty {
  padding: 0;
}
h1 span.titreh1accclr1,
h1 span.titreh1accclr2 {
  color: white;
}
.textacch1 {
  margin-top: 40px;
  font-size: 50px;
}
.animated {
  animation-duration: 2.5s;
  animation-fill-mode: both;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
/* FrameWork MIR */

.form-control::-moz-placeholder {
  color: #373d4d;
}
.padding {
  padding: 10px;
}
.nopadding {
  padding: 0px;
}
.margetop {
  margin-top: 10px;
}
.margetopsm {
  margin-top: 5px;
}
.nomargebottom {
  margin-bottom: 0px;
}
.margebottom {
  margin-bottom: 10px;
}
.margeright {
  margin-right: 35px;
}
.text-center {
  text-align: center;
}
.margerightsm {
  margin-right: 10px;
}
.full {
  width: 100%;
}
select {
  color: #cccccc;
}
#version {
  padding: 8px;
  border-radius: 6px;
}
