@charset "UTF-8";


#main-content.page {
  text-align: center;
}

#main-content.page .container {
  background: none;
  padding: 0;
}

.service {
  font-size: 18px;
  font-family: 'AntagometricaBTLight-Regular';
  color: #878786;
  padding-left: 30px;
}

.service strong {
  font-family:  'AntagometricaBT-Bold';
}

.retour_accueil {
  font-family: 'AntagometricaBTLight-Regular';
  font-size: 18px;
  font-weight: normal;
  background: #e4e4e4;
  width: 197px;
  height: 62px;
  margin:auto;
  border-radius: 2px;
  line-height: normal;
  margin-bottom: 10px;
  transition: all 0.2s;
}

.retour_accueil:hover {
  background: #c9c9c9;
}

.retour_accueil a {
  padding-top:10px;
  color: #fff;
  display: inline-block;
  height: 62px;
}

.fleche {
  width: 70px;
  height: 100%;
  background:url('../images/fleche.png') no-repeat center left;
  background-position: 30px 10px;
  float: left;
}

.texte_accueil {
  width:127px;
  float: left;
  font-size: 16px;
}

.texte_accueil a:hover {
  color: #000;
}

.texte_accueil a {
  color: #fff;
}

.compatibilites {
  width: 100%;
  padding: 10px 0;
  background: url("../images/separatortiers.jpg") center top no-repeat;
}

.compatibilites img {
  vertical-align: middle;
}

#aide p {
  font-family: 'AntagometricaBTLight-Regular';
  font-weight: normal;
  font-size: 41px;
  margin: 0;
  line-height: normal;
}

#aide:after {
    position: relative;
    background: url("../images/separationbis.jpg") center center no-repeat;
    height: 12px;
    width:100%;
    display: block;
    margin: 21px auto 0;
    content: "";
}

#aide p strong {
  font-family: 'AntagometricaBT-Bold';
  font-size: 56px;
  line-height: normal;
}

#aide.particulier p strong {
    color: #00b1af;
}

#aide.prestataire p strong {
    color: #db007e;
}

#aide.professionnel p strong {
    color: #009bc4;
}

#aide.salariegrdf p strong {
    color: #0053a1;
}
