body {
  padding-top: 88px;
  background-image:url(../img/grille.jpg);
  background-color: #808080;
  background-repeat:repeat;
  background-attachment:fixed;

}

.border-top {
    border-top: 1px solid #dee2e6!important;
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
}

.titre {
    padding: 5px 10px;
    color: #fff;
    font-size: 30px;
    position: relative;
    top: -25px;
    display: inline-block;
    min-height: auto;
    margin: 0;
    width: auto;
    border-radius: 3px;
    background-image: linear-gradient(to right, #9e1a18, #af1d1b, #bf201e, #d12422, #e22725);
}

.titreclock {
    padding: 5px 10px;
    color: #fff;
    font-size: 35px;
    position: relative;
    top: -25px;
    display: inline-block;
    min-height: auto;
    margin: 0;
    width: auto;
    border-radius: 3px;
    background-image: linear-gradient(to right, #af1d1b, #bf201e, #d12422, #e22725);
}


.affiche {
  padding: 20px;
  text-align:center;
}

@media (max-width: 50em) {
  .affiche img{
  	width: 80%
  }
}

#video {
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

.boutton {
  background: #ff0000;
  border-radius: 60px;
  text-shadow: 0px 0px 5px #000000;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 40px 10px 40px;
  margin: 20px;
  text-decoration: none;
}

#sticky-footer {
  flex-shrink: none;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.footer {
  left: 0;
  bottom: 0;
  width: 100%;
 }

a {
  color: #9e1a18;
  text-decoration: none;
  text-transform: uppercase;
}

a:hover {
  color: #9e1a18;
  text-decoration: none;
  text-transform: uppercase;
}


#clock{
  padding-top: 50px;
  text-align: center;
}

#clockdiv{
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 80px;
  font-weight:bold;
}

#clockdiv > div{
  padding: 10px;
  color: #9e1a18;
  display: inline-block;
}

#clockdiv div > span{
  padding: 15px;
  color: #e22725;
  display: inline-block;
}

.smalltext{
  padding-top: 5px;
  font-size: 40px;
  font-weight:bold;
}

