/* Space out content a bit */

body {
  padding-top: 20px;
  padding-bottom: 0px;
}
a, a:hover {
  color: #FFFFFF;
}
.header h1 {
  margin-bottom: 10px;
}
.header p {
  font-family: 'museo_sans_rounded500', sans-serif;
  font-size: 1.6em;
  color: #646363;
  text-transform: uppercase;
}
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 0px;
}

.content {
  margin-top: 20px;
}

.btn-particulier {
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #636363;
  padding: 20px 20px 20px 20px;
  text-decoration: none;
  display: block;
  margin-left: 8.413001912046%;
  margin-right: 10.707456978967%;
}
.btn-particulier:hover {
  background: #7f7f7f;
  text-decoration: none;
}
.btn-particulier span,
.btn-asso-entreprise span {
  font-family: 'museo_sans_rounded900', sans-serif;
  font-size: 1em;
  text-transform: none;
}
.btn-particulier,
.btn-asso-entreprise {
  font-family: 'museo_sans_rounded500', sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
}
.btn-asso-entreprise {
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #a92021;
  padding: 20px 20px 20px 20px;
  text-decoration: none;
  display: block;
  margin-right: 8.413001912046%;
  margin-left: 10.707456978967%;
}
.btn-asso-entreprise:hover {
  background: #801818;
  text-decoration: none;
}

/* Customize container */

@media (min-width: 768px) {
  .container-fluid {
    max-width: 1045px;
  }
}

/* Customize container */

@media (max-width: 768px) {
  .content {
    margin-top: 0;
  }
  .btn-particulier {
    margin-right: 4.296875%;
    margin-left: 4.166666666667%;
    margin-bottom: 10px;
  }
  .btn-asso-entreprise {
    margin-right: 4.296875%;
    margin-left: 4.166666666667%;
  }
  H1 img {
  	width:123px;
  }
}

@media (max-width: 1024px) {
  .header p {
    font-size: 1.4em;
  }
}

@media (max-width: 430px) {
  .header p {
    font-size: 1.2em;
  }
}
