.acc-footer {
  background-image: url('/themes/custom/apprentissage/images/fondfoot.png');
  width: 1049px;
  min-width: 1049px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 15px;
  color: #CCC;
  font-family: "CabinRegular";
  font-size: 13px;
}

/* Liens */
.acc-footer a {
  color: #CCC;
  text-decoration: none;
  font-family: "CabinRegular";
  font-size: 13px;
  margin: 0 10px;
  line-height: 25px;
}

.acc-footer a:hover {
  color: #09F;
}

/* Majuscules */
.cap {
  text-transform: uppercase;
}

/* Sections */
.acc-footer__top {
  margin-bottom: 10px;
}

.acc-footer__bottom {
  margin-top: 10px;
}

