body {
  background: black;
  margin: 0;
  padding: 0;
  height: 100vh;
}

a {
  color: #d39b3a;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.content {
  flex-grow: 1;
}

.links {
  padding: 30px;
}

.links a {
  display: inline-block;
  text-align: center;
}

a.boutonjaune {
  padding: 0 15px;
  text-decoration: none;
  cursor: pointer;
  background: #d39b3a;
  border: 2px solid #d39b3a;
  color: #fff;
  line-height: 30px;
  font-size: 15px;
  font-weight: bold;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

a.boutonjaune:hover {
  background: none;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: none;
}

.logo {
  text-align: center;
  border-bottom: #d39b3a 4px solid;
  padding: 12px 0;
}

.global {
  position: relative;
  font-size: 12px;
  font-family: Century Gothic, sans-serif;
  color: #fff;
  line-height: 16px;
  margin: 0px auto;
}

@media (min-width: 576px) {
  .global {
    width: 980px;
  }
}

.picto-dailymotion {
  margin-left: 5px;
  float: left;
  display: block;
  width: 115px;
  height: 19px;
  background: url("../images/dailymotion_footer.png") no-repeat;
}
.picto-dailymotion:hover {
  background: url("../images/dailymotion_footer_hover.png") no-repeat;
}
.picto-youtube {
  margin-left: 5px;
  float: left;
  display: block;
  width: 32px;
  height: 34px;
  background: url("../images/youTube_footer.png") no-repeat;
}
.picto-youtube:hover {
  background: url("../images/youTube_footer_hover.png") no-repeat;
}
.picto-facebook {
  margin-left: 5px;
  float: left;
  display: block;
  width: 32px;
  height: 34px;
  background: url("../images/facebook_footer.png") no-repeat;
}
.picto-facebook:hover {
  background: url("../images/facebook_footer_hover.png") no-repeat;
}
.picto-twitter {
  margin-left: 5px;
  float: left;
  display: block;
  width: 32px;
  height: 34px;
  background: url("../images/twitter_footer.png") no-repeat;
}
.picto-twitter:hover {
  background: url("../images/twitter_footer_hover.png") no-repeat;
}
.picto-linkedin {
  margin-left: 5px;
  float: left;
  display: block;
  width: 32px;
  height: 34px;
  background: url("../images/linked_in.png") no-repeat;
}
.picto-linkedin:hover {
  background: url("../images/linked_in_hover.png") no-repeat;
}
.picto-viadeo {
  margin-left: 5px;
  float: left;
  display: block;
  width: 29px;
  height: 34px;
  background: url("../images/viadeo.png") no-repeat;
}
.picto-viadeo:hover {
  background: url("../images/viadeo_hover.png") no-repeat;
}

/* PIED DE PAGE */
#piedpage {
  margin-top: 30px;
}
.piedpage {
  width: 170px;
  margin-left: 85px;
  margin-bottom: 10px;
  float: left;
  text-align: left;
  clear: both;
}

@media (min-width: 576px) {
  .piedpage {
    clear: none;
    margin-left: 0;
    margin-bottom: 0;
  }
}

.piedpage strong {
  text-transform: uppercase;
  color: #d39b3a;
}
#piedpage #picto {
  width: 420px;
  float: right;
  margin-top: 40px;
}
#piedpage #picto a {
  margin: 0 5px;
}
#piedpage a {
  color: #fff;
  text-decoration: none;
}
#piedpage a:hover {
  color: #fff;
  text-decoration: none;
}
#copyright {
  background: #d39b3a;
  height: 14px;
  line-height: 14px;
  margin-top: 20px;
  font-size: 11px;
}
#copyright a {
  color: #fff;
}
#copyright a:hover {
  color: #272727;
  text-decoration: none;
}

#copyright {
  background: #d39b3a;
  height: 14px;
  line-height: 14px;
  margin-top: 20px;
  font-size: 11px;
}

h1 {
  font-family: Overlock, sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #d39b3a;
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
}

.content-wrapper {
  padding: 0 16px;
  text-align: center;
}

@media (min-width: 768px) {
  .content-wrapper {
    padding: 0;
  }
}