#Jumbotron-Auto {
  border-radius: 0;
  background-size: cover;
  background-position: right center;
}

#Jumbotron-Quad {
  border-radius: 0;
  background-size: cover;
  background-position: left center;
}

.btn.border-white.btnBleu {
  background-color: #13007d;
  color: #fff;
  padding-bottom: 6px;
}

.btn.border-white.btnRouge {
  background-color: #EE1C25;
  color: #fff;
  padding-bottom: 6px;
}

.btn.border-white.btnBleu:hover {
  background-color: #7C65AD;
  color: #fff;
  cursor: pointer;
}

.btn.border-white.btnRouge:hover {
  background-color: #13007d;
  color: #fff;
  cursor: pointer;
}

#Pied {
  box-shadow: 0px -2px 5px 0px rgba(81,78,85,1);
  position: fixed;
  bottom: 0;
  width: 100%;
}

#Pied-Bloc {
  box-shadow: 0px -2px 5px 0px rgba(81,78,85,1);
}

#LienSoftinMedia {
  color: #fff;
  text-decoration: none;
}

#LienSoftinMedia:hover {
  color: #fff;
  text-decoration: underline;
}

.LienWhite:hover {
  color: #fff;
  text-decoration: underline;
}

