.demarche-node {
  position: relative;
}

.page-node-type-demarche h1.page-header{
  max-width: 65%;
}

.service-ministry {
  position: relative;
  width: 100%;
}

.service-ministry .dot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.service-ministry .service-ministry-link {
  padding-left: 18px;
  font-weight: bold;
  font-size: 1rem;
}

.service-small-infos {
  margin-top: 10px;
  color: #1D1F1D;
}

.service-small-infos, .service-small-infos > span {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.service-small-infos > span:not(:first-child) {
  margin-left: 30px;
}

.service-small-infos > span > img {
  width: 20px;
  margin-right: 10px;
  opacity: 0.8;
}

.service-description {
  font-size: 1rem;
  margin-top: 20px;
  max-width: 90%;
}

.service-conditions, .service-steps, .service-pieces {
  margin-top: 50px;
}

.service-faq {
  margin-top: 90px;
}

.service-faq article > h2, .service-faq article > footer {
  display: none;
}

.service-faq article {
  margin-top: 20px;
}

.service-conditions h3 {
  margin-bottom: 20px;
}

.service-conditions .field--name-field-les-conditions {
  display: flex;
  flex-wrap: wrap;
}

.service-conditions .field--name-field-les-conditions article img {
  width: 100%;
  padding: 10px 54px;
  background: #F6F7F6;
  border-radius: 10px;
}

.service-conditions .field--name-field-les-conditions article {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin-right: 35px;
}

.service-conditions .field--name-field-les-conditions article h2 {
  font-size: 1rem;
  text-align: center;
}
.service-conditions .field--name-field-les-conditions article a,
.service-pieces .field--name-field-pieces-justificatives article a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}

.service-steps h3 {
  margin-bottom: 30px;
}

.service-steps .field--name-body p {
  font-size: 0.9rem;
}
.service-steps .field--name-body h1, .service-steps .field--name-body h2, .service-steps .field--name-body h3, .service-steps .field--name-body h4, .service-steps .field--name-body h5 {
  font-family: Lato;
  font-size: 1.2rem;
  font-weight: bold;
}

.service-pieces h3 {
  margin-bottom: 20px;
}

.service-pieces .field--name-field-pieces-justificatives article {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 20px;
  position: relative;
}

.service-pieces .field--name-field-pieces-justificatives article h2 {
  min-width: 300px;
  font-size: 1rem;
  margin: 0;
  padding: 22px 15px;
  background-color: #F6F7F6;
  border-radius: 5px;
}
.service-pieces .field--name-field-pieces-justificatives .field--name-field-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background-color: #F6F7F6;
  border-radius: 5px;
  min-height: 64px;
  padding: 0 10px;
  width: 60px;
}

.service-pieces .field--name-field-pieces-justificatives .field--name-field-price {
  position: absolute;
  bottom: -25px;
  left: 73px;
}

.audio-player {
  position: absolute;
  top: -20px;
  right: 16.66%;
  transform: translateX(50%);
}

.audio-player .mep-container {
  width: 100px !important;
  background-color: transparent;
  height: auto !important;
}

.audio-player .mep-container .mep-poster, .audio-player .mep-container .mep-overlay {
  display: none !important;
}

.audio-player .mep-container .mep-controls {
  background-color: #FF873C;
  height: auto;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
}

.s-pros .audio-player .mep-container .mep-controls {
  background-color: #4CB542;
}

.audio-player .mep-container .mep-controls .mep-playpause-button {
  background: transparent;
  width: 100%;
}

.audio-player .mep-container .mep-controls .mep-playpause-button span {
  height: 20px;
  margin: auto;
}

.audio-player .mep-container .mep-controls .mep-playpause-button.mep-play span {
  background: transparent url('../../images/audio/Play.png') 0 0 no-repeat !important;
}

.audio-player .mep-container .mep-controls .mep-playpause-button.mep-pause span {
  background: transparent url('../../images/audio/Pause.png') 0 0 no-repeat !important;
}

.audio-player .mep-container .mep-controls div:first-child {
  margin-left: 0;
}

.audio-player .mep-container .mep-controls .mep-volume-button {
  position: absolute;
  top: 1px;
  right: 1px;
  background: transparent;
  z-index: 100;
}

.audio-player .mep-container .mep-controls .mep-time,
.audio-player .mep-container .mep-controls .mep-time-rail {
  display: none;
}

.primary-container {
  background-color: #FEDFCB;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
}

.s-pros .primary-container {
  background-color: #DEF6DD;
}

.text-eservice {
  font-size: 1rem;
}

.service-files {
  margin-top: 20px;
}

.service-address {
  border: 4px solid #FFFFFF;
  border-radius: 5px;
}
.service-address-text {
  font-size: 1rem;
  margin-top: 20px;
  margin-bottom: 5px;
}

.btn-eservice {
  margin: 20px auto 0 auto;
}
.service-external-links .field--name-field-external-links {
  margin-top: 20px;
}

.service-external-links .field--name-field-external-links .field--item {
  background-color: white;
  padding: 10px 15px;
  font-size: 1rem;
  box-shadow: 0px 0px 15px rgba(194, 194, 194, 0.14);
  border-radius: 10px;
  position: relative;
}

.service-external-links .field--name-field-external-links .field--item:not(:last-child) {
  margin-bottom: 10px;
}

.service-external-links .field--name-field-external-links .field--item .dot {
  position: absolute;
  top: 19px;
}

.service-external-links .field--name-field-external-links .field--item .item-link {
  margin-left: 18px;
}

.e-service-mobile-block {
  display: none;
}

.flag.flag-favorites {
  position: absolute;
  top: 5px;
  right: 25px;
}

.flag.flag-favorites .js-flag-message, .flag.flag-favorites .flag-waiting {
  display: none;
}

