@charset "UTF-8";
/* Shorthands and fuctions */
/* pink/magenta */
.custom-card {
  border: none;
  background: #f5f5f5;
  margin: 0.5rem;
}
.custom-footer {
  background-color: #c00b7b;
  color: #fff;
  font-weight: bold;
  justify-content: center;
}

.main-title {
  color: #c00b7b;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.text-sm-spacing {
  margin-bottom: 1rem;
}
.text-md-spacing {
  margin-bottom: 2rem;
}
.text-spaced {
  margin-top: 1.5rem;
}
.text-spaced-sm {
  margin-top: 1rem;
}

.card-image {
  height: 120px;
  object-fit: contain;
}
.card-section img {
  transition: all 0.3s ease-in-out;
}
.card-section:hover img, .card-section:focus img {
  opacity: 0.5; /* mimic placeholder look */
}

.prestation-title {
  color: #c00b7b;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.image-card {
  border: 1px solid #ddd;
  background: #fff;
  margin-bottom: 1.5rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.image-card img {
  width: 100%;
  height: auto;
  display: block;
}

.contact-button {
  background-color: #c00b7b;
  color: #fff;
  padding: 1rem 2rem;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.contact-button:hover {
  background-color: #a00969;
  color: #fff;
}

.section-title {
  color: #c00b7b;
  font-weight: bold;
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.section-subtitle {
  color: #c00b7b;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.highlight {
  color: #c00b7b;
  font-style: italic;
  margin-top: 1.5rem;
  font-size: 1.1rem;
}

.list-item-spaced {
  margin-bottom: 0.8rem;
}

.cristal-footer {
  background-color: #c00b7b;
  color: #fff;
  padding: 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}
.cristal-footer a {
  color: #fff;
  white-space: nowrap;
}

.expertise {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.expertise figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.expertise figure figcaption {
  background-color: #c00b7b;
  color: #fff;
  min-height: 24px;
  font-weight: bold;
  text-align: center;
}
.expertise figure img {
  display: flex;
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.expertise:hover figure img {
  opacity: 0.5;
}
.expertises {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  column-gap: clamp(1rem, 4vw, 2.5rem);
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media only screen and (max-width: 976px) {
  .expertises {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 444px) {
  .expertises {
    grid-template-columns: repeat(1, 1fr);
  }
}
.expertises.row:before {
  display: none;
  content: none;
}
.expertises + aside.row {
  margin-top: 1rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 2rem;
}
.expertises + aside.row p {
  margin-bottom: 8px;
  font-size: 14.4px;
}
.expertises + aside.row p a {
  text-decoration: underline #c00b7b;
  font-size: 12.8px;
}

.prestation-content .row-head,
.presentation-content .row-head {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: grid;
  grid-template: "article cristal" 1fr/1fr 300px;
  column-gap: 40px;
  row-gap: 2px;
}
@media only screen and (max-width: 1023px) {
  .prestation-content .row-head,
  .presentation-content .row-head {
    grid-template: "article article article" 1fr ". cristal ." auto/1fr 300px 1fr;
    margin: 0;
  }
}
@media only screen and (max-width: 459px) {
  .prestation-content .row-head,
  .presentation-content .row-head {
    grid-template: "article" 1fr "cristal" auto/1fr;
  }
}
.prestation-content .row-head .row-head-column,
.presentation-content .row-head .row-head-column {
  grid-area: article;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.prestation-content .row-head .row-head-column p,
.presentation-content .row-head .row-head-column p {
  width: 100%;
}
.prestation-content .row-head .row-head-column p:has(.contact-button),
.presentation-content .row-head .row-head-column p:has(.contact-button) {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.prestation-content .row-head .row-head-column p:has(.contact-button) .contact-button,
.presentation-content .row-head .row-head-column p:has(.contact-button) .contact-button {
  margin-bottom: 0;
  text-decoration: underline;
  min-width: 216px;
  min-height: 50px;
  margin: 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
}
.prestation-content .row-head .row-head-column ul,
.presentation-content .row-head .row-head-column ul {
  width: calc(100% - 25px);
}
.prestation-content .row-head .row-head-column.aside-cristal,
.presentation-content .row-head .row-head-column.aside-cristal {
  grid-area: cristal;
}
.prestation-content .row-head .row-head-column.aside-cristal figure,
.presentation-content .row-head .row-head-column.aside-cristal figure {
  margin-bottom: 0;
}
.prestation-content .row .column,
.presentation-content .row .column {
  margin-top: 0;
}
.prestation-content p,
.presentation-content p {
  margin-bottom: 0;
}
.prestation-content p + p,
.presentation-content p + p {
  margin-top: 1.25rem;
}
.prestation-content .stepped-column ol,
.presentation-content .stepped-column ol {
  margin-left: 0;
  list-style: inside none;
}
.prestation-content .stepped-column ol h4,
.presentation-content .stepped-column ol h4 {
  text-transform: initial;
  color: #c00b7b;
  transition: all 0.3s ease-in-out;
}
.prestation-content .stepped-column ol > li,
.presentation-content .stepped-column ol > li {
  position: relative;
  min-height: 37px;
  margin-top: 10px;
  padding-top: 8px;
  padding-left: 68px;
}
.prestation-content .stepped-column ol > li::marker,
.presentation-content .stepped-column ol > li::marker {
  display: none;
}
.prestation-content .stepped-column ol > li figure,
.presentation-content .stepped-column ol > li figure {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 44px;
  height: 37px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #c00b7b;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.prestation-content .stepped-column ol > li:before,
.presentation-content .stepped-column ol > li:before {
  content: "";
  top: 37px;
  left: 22px;
  height: calc(100% - 37px + 10px);
  width: 1px;
  background-color: #c00b7b;
  position: absolute;
  display: block;
  transition: all 0.3s ease-in-out;
  transform-origin: 0 0;
}
.prestation-content .stepped-column ol > li:last-of-type:before,
.presentation-content .stepped-column ol > li:last-of-type:before {
  display: none;
}
.prestation-content .stepped-column ol > li:hover h4,
.presentation-content .stepped-column ol > li:hover h4 {
  color: #3f7cb2;
}
.prestation-content .stepped-column ol > li:hover figure,
.presentation-content .stepped-column ol > li:hover figure {
  border-color: #3f7cb2;
}
.prestation-content .stepped-column ol > li:hover:before,
.presentation-content .stepped-column ol > li:hover:before {
  background-color: #707070;
}
.prestation-content .aside-cristal:only-child,
.presentation-content .aside-cristal:only-child {
  margin-top: 1rem;
  margin-left: 0.9375rem;
  max-width: calc(100% - 1.875rem);
  background-color: #eedfdf;
  padding: 1.2rem;
  border: 1px solid #eedfdf;
}
.prestation-content .aside-cristal:only-child p,
.presentation-content .aside-cristal:only-child p {
  text-align: center;
  margin: 0;
}
.prestation-content .aside-cristal:only-child p a,
.presentation-content .aside-cristal:only-child p a {
  color: inherit;
  text-decoration: underline;
}
.prestation-content .aside-cristal:only-child p a[href^="tel:"],
.presentation-content .aside-cristal:only-child p a[href^="tel:"] {
  text-decoration: none;
}
.prestation-content .aside-faq h3,
.presentation-content .aside-faq h3 {
  margin-bottom: 29px;
}
.prestation-content details summary,
.presentation-content details summary {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-size: 12.8px;
  padding-left: 20px;
  color: #c00b7b;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.prestation-content details summary:before,
.presentation-content details summary:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #c00b7b;
  transition: all 0.3s ease-in-out;
  transform: rotate(0);
  left: 0;
  top: 5px;
}
.prestation-content details summary:after,
.presentation-content details summary:after {
  content: "";
  width: 100%;
  transform-origin: 50% 50%;
  left: 0;
  top: 100%;
  background-color: #707070;
  height: 1px;
  transform: translate(0, -50%);
  position: absolute;
  display: block;
  transition: width 0.3s ease-in-out;
}
.prestation-content details summary:hover:after,
.presentation-content details summary:hover:after {
  width: 80%;
}
.prestation-content details[open] summary,
.presentation-content details[open] summary {
  color: rgb(34, 34, 34);
}
.prestation-content details[open] summary:before,
.presentation-content details[open] summary:before {
  transform: rotate(90deg);
  top: 3px;
  border-left-color: rgb(34, 34, 34);
}
.prestation-content details .summary-content,
.presentation-content details .summary-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 12.8px;
}
.prestation-content details .summary-content article,
.presentation-content details .summary-content article {
  width: 100%;
}
.prestation-content details .summary-content article p,
.presentation-content details .summary-content article p {
  font-size: inherit;
}
.prestation-content details .summary-content article a,
.presentation-content details .summary-content article a {
  color: inherit;
  text-decoration: underline;
}
.prestation-content details .summary-content article a[href^="tel:"],
.presentation-content details .summary-content article a[href^="tel:"] {
  text-decoration: none;
}
.prestation-content details .summary-content article:last-of-type,
.presentation-content details .summary-content article:last-of-type {
  margin-bottom: 1.5rem;
}
.prestation-content details .summary-content article h4,
.presentation-content details .summary-content article h4 {
  text-transform: initial;
  color: #595959;
  margin: 0;
}

.boutique-marques .emd-home h5 {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 0.87em;
  margin-top: 24px;
}
.boutique-marques .emd-home figure {
  position: relative;
}
.boutique-marques .emd-home figure figcaption {
  font-size: 10.3px;
  text-transform: uppercase;
  text-align: center;
  padding: 8px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #c00b7b;
  opacity: 0.87;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}

.page-emd {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.page-emd h1 {
  color: #c00b7b;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.page-emd h2 {
  font-weight: bold;
  font-size: 12.8px;
  margin-bottom: 10px;
}
.page-emd header {
  width: 100%;
  margin-bottom: 0;
}
.page-emd header figure {
  min-height: 363px;
  width: 100%;
  position: relative;
  border: 1px solid #707070;
  margin: 0;
}
.page-emd header figure img {
  height: auto;
  width: 100%;
  display: flex;
}
.page-emd header figure figcaption {
  position: absolute;
  min-height: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 316px;
  background-color: #c00b7b;
  opacity: 0.83;
  padding: 11px;
  color: #fff;
  font-size: 14px;
}
.page-emd .details-wrapper {
  display: flex;
  flex-direction: column;
  gap: 13px;
  color: #595959;
}
.page-emd .details-wrapper details summary {
  display: grid;
  grid-template: "aside span" 1fr/157px 1fr;
  gap: 21px;
  position: relative;
  user-select: none;
  min-height: 108px;
  cursor: pointer;
}
@media only screen and (max-width: 449px) {
  .page-emd .details-wrapper details summary {
    grid-template: "aside span" 1fr/100px 1fr;
  }
}
.page-emd .details-wrapper details summary aside,
.page-emd .details-wrapper details summary h3 {
  grid-area: aside;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 11px;
  background-color: #c00b7b;
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}
@media only screen and (max-width: 449px) {
  .page-emd .details-wrapper details summary aside,
  .page-emd .details-wrapper details summary h3 {
    font-size: 11px;
  }
}
.page-emd .details-wrapper details summary span,
.page-emd .details-wrapper details summary h4 {
  grid-area: span;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #707070;
  font-weight: bold;
  font-size: 12.8px;
  color: #595959;
}
.page-emd .details-wrapper details summary:before, .page-emd .details-wrapper details summary:after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.page-emd .details-wrapper details summary:before {
  width: 18px;
  height: 18px;
  background-color: #c00b7b;
  cursor: pointer;
  border-radius: 50%;
  bottom: 13px;
  right: 0;
}
.page-emd .details-wrapper details summary:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0px 5px;
  border-color: #fff transparent transparent transparent;
  transform: translate(-50%, -50%) rotate(0deg);
  bottom: 13px;
  right: -1px;
}
.page-emd .details-wrapper details[open] summary:after {
  transform: translate(-50%, -50%) rotate(180deg);
  bottom: 14px;
}
.page-emd .details-wrapper details .details-content {
  padding-top: 23px;
  padding-left: 178px;
}
@media only screen and (max-width: 449px) {
  .page-emd .details-wrapper details .details-content {
    padding-left: 0;
  }
}
.page-emd .details-wrapper details .details-content ul {
  color: #595959;
  list-style: inside none;
  margin-left: 0;
}
.page-emd .details-wrapper details .details-content ul li::marker {
  display: none;
}
.page-emd .details-wrapper details .details-content ul li:before {
  content: "• ";
  color: #c00b7b;
}/*# sourceMappingURL=prestation.css.map */