/*27.TARIFS.CSS*/
.page-template-tarif #main .page .withwidget .entry-content {
  padding-right: 2%;
}
.page-template-tarif .type-page h2 {
  text-align: center;
  margin-bottom: 1.4em;
}
.page-template-tarif .type-page h2 strong {
  font-weight: 300;
}
.page-template-tarif .entry-content .infoPratiques {
  margin-bottom: 25px;
}
.page-template-tarif .entry-content .infoPratiques h3 {
  margin: 0 0 15px;
  color: #BA462B;
}
.page-template-tarif .entry-content .infoPratiques .paragraphe {
  margin: 1.5em 0;
}
.page-template-tarif .entry-content .infoPratiques .tableau {
  margin: 20px 0;
  overflow: scroll;
}
.page-template-tarif .entry-content .paiement {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 10px 0 30px;
}
@media (max-width: 767px) {
  .page-template-tarif .entry-content .paiement {
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
  }
}
.page-template-tarif .entry-content .paiement .bloc {
  -ms-flex: 1 1 50%;
      -webkit-box-flex: 1;
          flex: 1 1 50%;
  padding: 15px;
  background: #d8d8d8;
}
@media (max-width: 767px) {
  .page-template-tarif .entry-content .paiement .bloc {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.page-template-tarif .entry-content .paiement .bloc p {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
}
.page-template-tarif .entry-content .paiement .bloc.blue {
  background: #004782;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.page-template-tarif .entry-content .paiement .bloc.blue a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding-top: 55px;
  color: #FFFFFF;
  text-transform: uppercase;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-image: url("../../images/svg/icon/shop.svg");
  background-size: 15%;
}
.page-template-tarif .entry-content .tableau .ligne {
  padding: 15px;
  border-top: 1px solid #DEDEDE;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.page-template-tarif .entry-content .tableau .ligne:first-child {
  border: 0;
}
.page-template-tarif .entry-content .tableau .ligne .info {
  -ms-flex: 2 1 80%;
      -webkit-box-flex: 2;
          flex: 2 1 80%;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .page-template-tarif .entry-content .tableau .ligne .info{
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
.page-template-tarif .entry-content .tableau .ligne .info .intitule {
  font-weight: 700;
} 
.page-template-tarif .entry-content .tableau .ligne .info .mentions {
  padding: 0;
}
.page-template-tarif .entry-content .tableau .ligne .info .mentions p {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 0.25em 0 0;
  font-style: italic;
}
.page-template-tarif .entry-content .tableau .ligne .price {
  -ms-flex: 1 1 20%;
      -webkit-box-flex: 1;
          flex: 1 1 20%;
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
}

@media (max-width: 767px) {
  .page-template-tarif .entry-content .tableau .ligne .price {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

.page-template-tarif .entry-content .tabs-container .ligne .info,
.page-template-tarif .entry-content .tabs-container .ligne .price {
  -ms-flex: 1 1 0%;
      -webkit-box-flex: 1;
          flex: 1 1 0%;
}
.page-template-tarif .entry-content .tabs-container .ligne.links {
  text-align: right;
  display: block;
  padding: 5px 10px;
}
.page-template-tarif .entry-content .tabs-container .ligne.links span {
  padding: 0 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
}
.page-template-tarif .entry-content .tabs-container .ligne.links span.more {
  padding: 0 10px 3px;
  line-height: 1.2;
  background: #FFFFFF;
  color: #000000;
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
}
.page-template-tarif .entry-content .tabs-container .ligne.links a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: auto;
  background: #131926;
  padding: 2.5px;
  text-align: right;
}
.page-template-tarif .entry-content .tabs-container .ligne.links a span {
  color: #FFFFFF;
}
.page-template-tarif .entry-content .tabs-container .ligne.links a span.more {
  color: #131926;
}

/*27.FIN TARIFS.CSS*/
