/**************************************************************
					CMS Pages Styles
***************************************************************/
#cms #center_column .block-cms {
  padding-bottom: 20px;
}

#cms #center_column img {
  margin: 4px 0 17px;
  max-width: 100%;
  height: auto;
}

#cms #center_column #admin-action-cms {
  background: none repeat 0 0 #F6F6F6;
  border: 1px solid #d2d0d0;
  padding: 10px;
}

#cms #center_column #admin-action-cms p {
  margin: 0;
}

#cms #center_column #admin-action-cms p span {
  display: block;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #f44336;
}

#cms #center_column #admin-action-cms p .button {
  font: 700 17px/21px "Afacad", serif;
  padding: 0;
  border: 1px solid;
  padding: 10px 14px;
  display: inline-block;
}

#cms #center_column #admin-action-cms p .button.publish_button {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  border-color: #0079b6 #006fa8 #012740 #006fa8;
  background: #009ad0;
  background: -moz-linear-gradient(top, #009ad0 0%, #007ab7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
  background: -webkit-linear-gradient(top, #009ad0 0%, #007ab7 100%);
  background: -o-linear-gradient(top, #009ad0 0%, #007ab7 100%);
  background: -ms-linear-gradient(top, #009ad0 0%, #007ab7 100%);
  background: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7', GradientType=0);
}

#cms #center_column #admin-action-cms p .button.publish_button:hover {
  border-color: #01314e #004b74 #0079b6 #004b74;
  filter: none;
  background: #0084bf;
}

#cms #center_column #admin-action-cms p .button.lnk_view {
  color: #555555;
  text-shadow: 1px 1px white;
  border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ededed', GradientType=0);
}

#cms #center_column #admin-action-cms p .button.lnk_view:hover {
  border-color: #9e9e9e #9e9e9e #c8c8c8 #9e9e9e;
  filter: none;
  background: #e7e7e7;
}

/*****************************************
* Style d'éléments communs aux pages cms *
******************************************/
.cms-title {
  width: 80%;
  margin: 0 0 22px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}

.cms-subtitle {
  margin: 0 0 45px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #000;
}

@media (max-width:768px) {
  .cms-title {
    font-size: 28px;
  }

  .cms-subtitle {
    font-size: 26px;
  }
}

.cms-sub-sub-title {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}

.cms-intro {
  width: 80%;
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.45;
  color: #000;
}

.cms-legende {
  margin-top: 8px;
  font-size: 1.2rem;
  line-height: 1.4;
}

/*==================================================
= BOUTONS
==================================================*/
.cms-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cms-actions,
.cms-filters {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.cms-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none !important;
  transition:
    transform .25s ease,
    background-color .25s ease,
    color .25s ease;
}

.cms-btn:hover {
  text-decoration: none !important;
  transform: scale(1.05);
}

.cms-btn--primary,
.cms-btn--primary:visited,
.cms-btn--primary:focus,
.cms-btn--primary:active {
  background: #000;
  color: #fff;
}

.cms-btn--primary:hover {
  background: #000;
  color: #fff;
}

.cms-btn--secondary,
.cms-btn--secondary:visited,
.cms-btn--secondary:focus,
.cms-btn--secondary:active {
  background: #fff;
  color: #000;
}

.cms-btn--secondary:hover {
  background: #000;
  color: #fff;
}

.cms-btn,
.cms-btn:visited,
.cms-btn:focus,
.cms-btn:active {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.cms-btn:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

/* --- FAQ CMS --- */
.faq-cms {
  margin-bottom: 40px;
  color: #000;
}


/* INTRO */
.faq-cms__intro {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* --- ACCORDÉON --- */
.faq-cms__accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-cms__item {
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  background-color: rgba(255, 237, 171, 0.45);
  transition: all 0.3s ease;
}

.faq-cms__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  font-weight: 700;
  font-size: 2rem;
  cursor: pointer;
}

.faq-cms__chevron {
  font-size: 2.4rem;
  transition: transform 0.3s ease;
}

.faq-cms__content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  font-size: 1.6rem;
  line-height: 1.6;
  transition: all 0.3s ease;
}

/* --- ÉTAT OUVERT (piloté par JS) --- */
.faq-cms__item.is-open {
  border-color: #2D2C78;
  background-color: transparent;
}

.faq-cms__item.is-open .faq-cms__content {
  max-height: 1000px;
  padding: 12px 20px;
}

.faq-cms__item.is-open .faq-cms__chevron {
  transform: rotate(180deg);
}

/* HOVER léger (optionnel visuel) */
.faq-cms__item:hover {
  border-color: #2D2C78;
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .faq-cms__br {
    display: none;
  }

  .faq-cms__title-main,
  .faq-cms__title-sub {
    font-size: 2.5rem;
  }

  .faq-cms__content {
    font-size: 1.4rem;
  }

  .faq-cms__item:hover {
    border-color: #D9D9D9;
  }


  .faq-cms__label {
    font-size: 1.8rem;
    gap: 20px;
  }

  /* évite que le texte colle ou pousse le chevron */
  .faq-cms__label span,
  .faq-cms__label {
    flex: 1;
  }

  .faq-cms__chevron {
    flex-shrink: 0;
  }
}

@media (max-width: 480px) {

  .faq-cms__title-main {
    font-size: 2rem;
  }

  .faq-cms__title-sub {
    font-size: 1.9rem;
  }

  .faq-cms__intro {
    font-size: 1.4rem;
  }

  .faq-cms__label {
    font-size: 1.6rem;
  }

  .faq-cms__content {
    font-size: 1.3rem;
  }
}

/***********************************
* Style Page CMS Showroom mobilier *
************************************/

.showroom__container {
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
}

@media (max-width: 768px) {
  #center_column:has(.page-showroom) {
    padding: 0;
  }
}

/********************************
 * Première ligne du showroom
 ********************************/

.showroom__hero {
  margin-bottom: 50px;
}

/* Ligne 1 */

.showroom__hero-header {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 25px;
}

.showroom__hero-title .cms-title {
  width: 70%;
  margin-bottom: 0;
}

.showroom__hero-intro .cms-intro {
  width: 100%;
  margin: 10px 0 0;
}

/* Ligne 2 */

.showroom__hero-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: stretch;
}

.showroom__hero-video {
  display: flex;
}

.showroom__video {
  width: 100%;
  border-radius: 34px;
  overflow: hidden;
}

.showroom__video iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.showroom__hero-side {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.showroom__hero-map-wrap {
  border-radius: 34px;
  overflow: hidden;
}

.showroom__hero-map {
  display: block;
  width: 100%;
  height: 220px;
  border: 0;
}

.showroom__hero-hours {
  padding: 16px 18px;
  border-radius: 24px;
  background: rgba(255, 207, 33, .37);
}

.showroom__hero-hours .showroom__horaires {
  display: flex;
  gap: 16px;
}

.showroom__hero-hours .showroom__horaires-col {
  flex: none;
}

.showroom__hero-hours .showroom__horaires-col strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.5rem;
}

.showroom__hero-hours .showroom__horaires-col ul {
  margin: 0;
  padding-left: 1em;
  list-style: none;
}

.showroom__hero-hours .showroom__horaires-col li {
  position: relative;
  margin-bottom: 3px;
  padding-left: 1em;
  font-size: 1.2rem;
  line-height: 1.3;
}

.showroom__hero-hours .showroom__horaires-col li::before {
  content: "•";
  position: absolute;
  left: 0;
}

/********************************
 * Mobile
 ********************************/

@media (max-width:768px) {

  .showroom__hero-header,
  .showroom__hero-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .showroom__hero-title .cms-title,
  .showroom__hero-intro .cms-intro {
    width: 100%;
    margin-top: 0;
  }

  .showroom__hero {
    margin-bottom: 20px;
  }

  .showroom__hero-content {
    gap: 24px;
  }

  .showroom__video {
    aspect-ratio: 16/9;
  }

  .showroom__hero-side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: start;
  }

  .showroom__hero-map-wrap {
    grid-column: 1;
  }

  .showroom__hero-side>.cms-legende {
    display: none;
  }

  .showroom__hero-hours {
    grid-column: 2;
    padding: 14px;
  }

  .showroom__hero-hours .showroom__horaires {
    flex-direction: column;
    gap: 12px;
  }

  .showroom__hero-hours .showroom__horaires-col strong {
    font-size: 1.4rem;
  }

  .showroom__hero-hours .showroom__horaires-col li {
    font-size: 1.2rem;
  }

  .showroom__hero-map {
    height: 180px;
  }
}

/* Barre de contact */
.showroom__contact-bar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;

  background: #FFF7D9;
  padding: 10px;
  margin-bottom: 30px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-left: calc(50vw - 50% + 40px);
  padding-right: calc(50vw - 50% + 40px);
}

.showroom__contact-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  justify-self: end;
}

.showroom__contact-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-width: 260px;
  padding: 10px 15px;
  background: #fff;
  border-radius: 34px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
}

.showroom__contact-btn,
.showroom__contact-btn:hover,
.showroom__contact-btn:visited,
.showroom__contact-btn:focus,
.showroom__contact-btn:active {
  color: #000;
}

@media (max-width: 768px) {
  .showroom__contact-bar {
    justify-content: space-between;
    gap: 16px;
    padding: 15px 20px;
    line-height: 1.4;
  }

  .showroom__contact-text {
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 400;
  }

  .showroom__contact-btn {
    min-width: auto;
    padding: 14px 18px;
    font-weight: 400;
  }
}

/********************************
 * Présentation showroom
 ********************************/

.showroom__presentation {
  margin-bottom: 50px;
}

.showroom__cards {
  display: flex;
  gap: 30px;
  margin-bottom: 25px;
}

.showroom__card {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;

  padding: 20px 40px;
  border-radius: 34px;
  overflow: visible;
  text-decoration: none;
  transition: transform .3s;
}

.showroom__card:hover {
  transform: translateY(-3px);
}

.showroom__card--blue {
  background: #2D2C78;
}

.showroom__card--yellow {
  background: #FFCF21;
}

.showroom__card-text {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.showroom__card--blue .showroom__card-text {
  color: #fff;
}

.showroom__card--yellow .showroom__card-text {
  color: #000;
}

#cms #center_column .showroom__card-icon {
  margin: 0;
  max-width: none;
  position: absolute;
  top: -16px;
  right: -6px;

}

.showroom__card-icon.services-icon {
  width: 72px;
}

.showroom__card-icon.localisation-icon {
  width: 50px;
}

@media (max-width:768px) {

  .showroom__cards {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
  }

  .showroom__card {
    flex: 0 0 auto;
    width: auto;
    padding: 14px 22px;
    border-radius: 28px;
  }

  .showroom__card-text {
    font-size: 1.5rem;
    white-space: nowrap;
  }

  .showroom__card-icon.services-icon {
    width: 40px;
    top: -10px;
    right: -4px;
  }

  .showroom__card-icon.localisation-icon {
    width: 26px;
    top: -10px;
    right: -4px;
  }

}

.showroom__intro-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.showroom__intro-cols p {
  margin: 0;
  text-align: justify;
}

@media (max-width: 768px) {
  .showroom__intro-cols {
    grid-template-columns: 1fr;
  }

  .showroom__intro-cols p {
    font-size: 13px;
  }
}


/********************************
 * 3 bonnes raisons
 ********************************/

.showroom__ligne3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  align-items: stretch;
  margin-bottom: 60px;
}

.showroom__ligne3-intro {
  margin: 0;
}

.showroom__ligne3-intro p {
  margin: 0;
  font-size: 2.5rem;
  text-align: end;
  line-height: 1.3;
  font-weight: 400;
}

.showroom__reasons {
  grid-column: 2 / 5;
  display: flex;
  gap: 25px;
}

.showroom__reason-card {
  flex: 1;
  background: rgba(45, 44, 120, 0.27);
  border-radius: 28px;
  padding: 30px 26px;
  transition: transform 0.4s ease, background 0.4s ease;
}

.showroom__reason-card:hover {
  transform: translateY(-8px);
  background: #FFCF21;
}

.showroom__reason-number {
  margin-bottom: 14px;
  font-size: 5rem;
  line-height: 1;
  font-weight: 700;
}

.showroom__reason-text {
  margin: 0;
  font-size: 1.9rem;
  text-align: left;
}

/********************************
 * Mobile
 ********************************/
@media (max-width: 768px) {

  .showroom__ligne3 {
    display: block;
    margin-bottom: 40px;
  }

  .showroom__ligne3-intro {
    margin: 0 0 20px;
    text-align: center;
  }

  .showroom__ligne3-intro p {
    font-size: 2.2rem;
    text-align: center;
  }

  .showroom__reasons {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .showroom__reason-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 18px;
    border-radius: 20px;
    transition: none;
  }

  .showroom__reason-card:hover {
    transform: none;
    background: rgba(45, 44, 120, 0.27);
  }

  .showroom__reason-number {
    margin: 0;
    flex-shrink: 0;
    font-size: 3.8rem;
  }

  .showroom__reason-text {
    margin: 0;
    font-size: 1.5rem;
  }

}

/********************************
 * Nos services
 ********************************/

.showroom__ligne4 {
  margin-bottom: 60px;
}

.showroom__capsule {
  position: relative;
  display: flex;
  align-items: center;

  width: 48%;
  padding: 20px 40px;

  margin-bottom: 30px;
  border-radius: 34px;
  background: #2D2C78;
  overflow: visible;
  box-sizing: border-box;
}

.showroom__capsule::after {
  content: "";
  position: absolute;
  top: -16px;
  right: -6px;
  width: 72px;
  height: 72px;
  background: url('/img/showroom/bulle-texte.png') no-repeat center;
  background-size: contain;
}

.showroom__capsule-title {
  width: auto;
  margin: 0;
  color: #fff;

  /* on surcharge .cms-subtitle */
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.showroom__ligne4-intro {
  margin-bottom: 40px;
  width: 90%;
}

.showroom__ligne4-h3 {
  margin: 0 0 20px;
  text-align: left;
}

.showroom__ligne4-text {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: left;
}

.showroom__service-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px;
  align-items: start;
  margin-bottom: 40px;
}

/* Bloc 1 : image (6 colonnes) + texte (4 colonnes) + 2 colonnes vides */

.showroom__service-image-wrap {
  grid-column: 1 / span 6;
  width: 100%;
  border-radius: 34px;
  overflow: visible;
}

.showroom__service-text {
  grid-column: 7 / span 4;
  align-self: start;
}

/* Bloc 2 : 2 colonnes vides + texte (4 colonnes) + image (6 colonnes) */

.showroom__service-row--reverse .showroom__service-text {
  grid-column: 3 / span 4;
  grid-row: 1;
}

.showroom__service-row--reverse .showroom__service-image-wrap {
  grid-column: 7 / span 6;
  grid-row: 1;
}

.showroom__service-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 34px;
  transition: transform .35s ease;
}

.showroom__service-image-wrap:hover .showroom__service-image {
  transform: scale(1.05) translate(8px, 8px);
}

.showroom__service-text p {
  margin: 0;
  font-size: 1.6rem;
  text-align: left;
}

/********************************
 * Mobile
 ********************************/

@media (max-width: 768px) {

  .showroom__ligne4 {
    margin-bottom: 45px;
  }

  .showroom__capsule {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    padding: 14px 48px 14px 18px;
    margin-bottom: 24px;
  }

  .showroom__capsule-title {
    font-size: 2rem;
  }

  .showroom__capsule::after {
    width: 48px;
    height: 48px;
    top: -8px;
    right: -8px;
  }

  .showroom__ligne4-h3 {
    margin-bottom: 16px;
  }

  .showroom__ligne4-intro {
    width: 100%;
  }

  .showroom__ligne4-text,
  .showroom__service-text p {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .showroom__service-row,
  .showroom__service-row--reverse {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
  }

  /* On annule les placements de la grille desktop */
  .showroom__service-row--reverse .showroom__service-image-wrap,
  .showroom__service-row--reverse .showroom__service-text {
    grid-column: auto;
    grid-row: auto;
  }

  .showroom__service-image-wrap {
    width: 100%;
  }

  .showroom__service-image-wrap:hover .showroom__service-image {
    transform: none;
  }

}

/********************************
 * Où nous trouver ?
 ********************************/

.showroom__ligne-localisation {
  margin-bottom: 60px;
}

.showroom__capsule--yellow {
  background: #FFCF21;
}

.showroom__capsule--yellow::after {
  background: url('/img/showroom/localisation.png') no-repeat center;
  background-size: contain;
}

.showroom__capsule-title--black {
  color: #000;
}

.showroom__localisation-intro {
  margin: 0 0 40px 0;
  font-size: 3rem;
  font-weight: 200;
  line-height: 1.3;
  font-style: italic;
  text-align: left;
}

.showroom__localisation-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px;
  align-items: start;
}

.showroom__map-wrap {
  grid-column: 1 / span 8;
}

.showroom__map {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 34px;
}

.showroom__localisation-text {
  grid-column: 9 / span 4;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.showroom__localisation-description {
  margin: 0 0 30px;
  font-size: 1.6rem;
  text-align: justify;
}

.showroom__horaires {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
}

.showroom__horaires-col strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.8rem;
}

.showroom__horaires-col ul {
  margin: 0;
  padding-left: 1em;
  list-style: none;
}

.showroom__horaires-col li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 4px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.showroom__horaires-col li::before {
  content: "•";
  position: absolute;
  left: 0;
}

.showroom__localisation-text .cms-legende {
  margin-top: auto;
}

@media (max-width:768px) {

  .showroom__ligne-localisation {
    margin-bottom: 45px;
  }

  .showroom__localisation-intro {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }

  .showroom__localisation-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  /* ordre mobile */

  .showroom__localisation-text {
    display: contents;
  }

  .showroom__localisation-description {
    order: 1;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .showroom__map-wrap {
    order: 2;
  }

  .showroom__adresse {
    order: 3;
    margin: 0 auto;
  }

  .showroom__horaires {
    order: 4;
    display: flex;
    justify-content: center;
    gap: 18px;
  }

  .showroom__map {
    min-height: 300px;
  }

  .showroom__horaires-col strong {
    font-size: 1.5rem;
  }

  .showroom__horaires-col li {
    font-size: 1.3rem;
  }

}

/********************************
 * FAQ Showroom
 ********************************/
.showroom-faq__title {
  margin-bottom: 30px;
  text-align: left;
  color: #000;
  font-weight: 400;
}

.showroom-faq__title strong {
  font-weight: 700;
}

.showroom-faq__layout {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 40px;
  align-items: start;
}

.showroom-faq__text {
  margin: 0;
  line-height: 1.6;
}

.showroom-faq__main .faq-cms {
  margin-bottom: 0;
}

.showroom-faq__main .faq-cms__title {
  margin-bottom: 30px;
}

.showroom-faq__main .faq-cms__title-sub {
  margin-left: 0;
}

@media (max-width:768px) {

  .showroom-faq__layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

/* Fin style Page CMS Showroom mobilier */