  
/* ------------------------------------------ */	 	
/* --------- Styles GENERIQUE START --------- */	  
/* ------------------------------------------ */	  
	  
/* ---------- FONTS ---------- */	
	  
      @font-face {
        font-family: 'Queens-Medium';
        src: url('../Fonts/Queens-Medium.eot?$staticlink$');
        src: url('../Fonts/Queens-Medium.eot?#iefix&$staticlink$') format('embedded-opentype'),
            url('../Fonts/Queens-Medium.woff2?$staticlink$') format('woff2'),
            url('../Fonts/Queens-Medium.woff?$staticlink$') format('woff'),
            url('../Fonts/Queens-Medium.ttf?$staticlink$') format('truetype'),
            url('../Fonts/Queens-Medium.svg?$staticlink$#DitaSweet') format('svg');
        font-weight: normal;
        font-style: normal;
    }
	
	    @font-face {
        font-family: 'Queens-Light';
        src: url('../Fonts/Queens-Light.eot?$staticlink$');
        src: url('../Fonts/Queens-Light.eot?#iefix&$staticlink$') format('embedded-opentype'),
            url('../Fonts/Queens-Light.woff2?$staticlink$') format('woff2'),
            url('../Fonts/Queens-Light.woff?$staticlink$') format('woff'),
            url('../Fonts/Queens-Light.ttf?$staticlink$') format('truetype'),
            url('../Fonts/Queens-Light.svg?$staticlink$#DitaSweet') format('svg');
        font-weight: normal;
        font-style: normal;
    }
	
	    @font-face {
        font-family: 'Queens-Bold';
        src: url('../Fonts/Queens-Bold.eot?$staticlink$');
        src: url('../Fonts/Queens-Bold.eot?#iefix&$staticlink$') format('embedded-opentype'),
            url('../Fonts/Queens-Bold.woff2?$staticlink$') format('woff2'),
            url('../Fonts/Queens-Bold.woff?$staticlink$') format('woff'),
            url('../Fonts/Queens-Bold.ttf?$staticlink$') format('truetype'),
            url('../Fonts/Queens-Bold.svg?$staticlink$#DitaSweet') format('svg');
        font-weight: normal;
        font-style: normal;
    }
	
	    @font-face {
        font-family: 'Queens-Regular';
        src: url('../Fonts/Queens-Regular.eot?$staticlink$');
        src: url('../Fonts/Queens-Regular.eot?#iefix&$staticlink$') format('embedded-opentype'),
            url('../Fonts/Queens-Regular.woff2?$staticlink$') format('woff2'),
            url('../Fonts/Queens-Regular.woff?$staticlink$') format('woff'),
            url('../Fonts/QQueens-Regular.ttf?$staticlink$') format('truetype'),
            url('../Fonts/Queens-Regular.svg?$staticlink$#DitaSweet') format('svg');
        font-weight: normal;
        font-style: normal;
    }
	  
/* ---------- FONTS END---------- */	  

/* ---------- Body Styles ---------- */

body {
    margin: 0;
}
/* ---------- SEPARATEUR ---------- */
.separator-ps {
    width: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 1px;
    background-color: white;
}
/* ---------- CTA Styles ---------- */

.effect-cta-ps {
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #00141c;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding: 14px 0px;
    width: 160px;
    overflow: hidden;
    margin-top: 15px;
    transform: translateY(0);
    border: 1px solid #00141c;
    opacity: 1;
    transition: transform 0.6s ease-in-out, opacity 0.4s ease-in-out;
}

.effect-cta-ps:hover {
    transition: all 0.25s linear 0s;
    background-color: transparent;
    color: #00141c;
}

/* ---------------------------------------- */
/* --------- Styles GENERIQUE END --------- */
/* ---------------------------------------- */

/* --------------------------------------- */
/* --------- Styles Slider START --------- */
/* --------------------------------------- */

.heroheader-ps {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("ho_d_slider_page_bijoutier.jpg?$staticlink$");

    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    padding: 40px 20px;
    min-height: 400px;
}
.services-bijoutiers-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-family: "roboto";
    font-weight: 300;
    letter-spacing: 0.4px;
}
.heroheader-ps .heroheader-title-ps {
    font-size: 48px;
    font-family: "Queens-Bold";
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 10px;
}

.heroheader-ps .heroheader-description-ps {
    font-size: 16px;
    font-family: "roboto";
    line-height: 1.5;
    max-width: 800px;
    margin: 0 auto;
}

/* -------------------------------------- */
/* --------- Styles Slider END ---------- */
/* -------------------------------------- */

/* --------------------------------------- */
/* --------- Styles Slider START --------- */
/* --------------------------------------- */

.heroheader2-ps {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("ho_d_slider_page_service_en_ligne.jpg?$staticlink$");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    padding: 40px 20px;
    min-height: 400px;
}
.services-bijoutiers-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-family: "roboto";
    font-weight: 300;
    letter-spacing: 0.4px;
}
.heroheader2-ps .heroheader-title-ps {
    font-size: 48px;
    font-family: "Queens-Bold";
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 10px;
}

.heroheader2-ps .heroheader-description-ps {
    font-size: 16px;
    font-family: "roboto";
    line-height: 1.5;
    max-width: 800px;
    margin: 0 auto;
}

/* -------------------------------------- */
/* --------- Styles Slider END ---------- */
/* -------------------------------------- */



/* --------------------------------------- */
/* --------- Styles Sidebar START -------- */
/* --------------------------------------- */

.sidebar-ps {
    width: 300px;
    background: #fff;
    padding: 20px 0;
}

.menu-header-ps {
    padding: 25px 25px;
    background-color: #f6f6f6;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
    transition: background 0.3s ease, color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.menu-header-ps:hover {
    background: #e8e8e8;
    color: #fff !important;
}

.menu-header-ps.no-toggle .toggle-icon {
    pointer-events: none;
}

.toggle-icon {
    font-size: 12px;
    font-weight: bold;
    color: #00141c;
    margin-right: -5px;
}

.nav-title-ps {
    font-family: "Roboto";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #00141c;
    margin: 0;
}

.submenu-ps {
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    transition: height 0.4s ease, opacity 0.4s ease, visibility 0s linear 0.4s;
}

.submenu-ps.open {
    height: var(--height, auto);
    opacity: 1;
    visibility: visible;
    transition: height 0.4s ease, opacity 0.4s ease;
}

.submenu-ps a {
    padding: 20px 30px;
    font-family: "roboto";
    color: #00141c;
    text-decoration: none;
    display: block;
    font-size: 12px;
    letter-spacing: 0.2px;
    transition: background 0.3s ease, color 0.3s ease;
}

.submenu-ps a:hover {
    background: #e8e8e8;
    color: #00141c;
}
.submenu-ps a.active-ps:hover {
    background: #e8e8e8;
    color: #a11e2f;
}
.submenu-ps a.active-ps {
    background: #fff;
    color: #a11e2f;
    font-weight: bold;
}

/* -------------------------------------- */
/* --------- Styles Sidebar END --------- */
/* -------------------------------------- */

/* -------------------------------------- */
/* -------- Styles Content START -------- */
/* -------------------------------------- */

/* -------- Styles Container -------- */

.container-ps {
    max-width: 1470px;
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
}

/* -------- Styles Rightside -------- */

.content-ps {
    flex: 1;
    padding: 20px 0 20px 50px;
}

.content-ps span {
    font-family: "roboto";
    font-weight: 300;
    letter-spacing: 0.2px;
    color: #00141c;
    font-size: 16px;
    text-transform: uppercase;
}

/* -------- Styles Bloc title -------- */

.title-content-ps {
    margin-bottom: 50px;
}

.title-content-ps h1 {
    font-size: 36px;
    color: #a11e2f;
    font-family: "Queens-Bold";
    margin: 0;
    margin-top: 5px;
    font-weight: 500;
    letter-spacing: 1.01px;
}

.title-content-ps p {
    font-family: "roboto";
    margin: 0;
    font-size: 14px;
    ont-weight: 300;
    letter-spacing: 0.4px;
    line-height: 1.7;
    color: #9b9b9b;
}

/* -------- Styles Bloc Info (H2 + Texte) -------- */

.content-ps-info {
    margin-bottom: 40px;
}

.content-ps-info h2 {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.content-ps-info p {
    font-family: "Roboto";
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.4px;
    line-height: 1.8;
    color: #00141c;
}

.nb-txt {
    font-size: 14px !important;
    text-transform: none !important;
    color: #9b9b9b !important;
}
/* -------- Styles Bloc Double Entry -------- */

.content-ps-info-2i {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: flex-start;
    margin-bottom: 50px;
}

.content-ps-info-2i-item {
    background-color: #fafafa;
    border-radius: 20px;
    padding: 35px 30px;
    flex: 1 1 300px;
    max-width: 500px;
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.content-ps-info-2i-item-title {
    margin: 0;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d9d9d9;
}
.content-ps-info-2i-item-title h3 {
    font-size: 28px;
    color: #00141c;
    font-family: "Queens-Bold";
    font-weight: 500;
    margin: 0;
    letter-spacing: -0.2px;
}

.content-ps-info-2i-item-title span {
    display: block;
    font-family: "roboto";
    font-weight: 300;
    letter-spacing: 0.2px;
    color: #00141c;
    font-size: 16px;
    text-transform: uppercase;
}

.content-ps-info-2i-item-desc {
    font-family: "Roboto";
    font-weight: 300;
    letter-spacing: 0.2px;
    color: #00141c;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 20px;
}
/* -------- Styles Bloc Triple Entry -------- */

.content-ps-info-3i {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: flex-start;
    margin: 20px 0 50px 0;
}

.content-ps-info-3i-item {
    background-color: #fafafa;
    border-radius: 20px;
    padding: 30px 25px;
    flex: 1 1 300px;
    max-width: 500px;
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.content-ps-info-3i-item-title {
    margin: 0;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d9d9d9;
}
.content-ps-info-3i-item-title h3 {
    font-size: 28px;
    color: #00141c;
    font-family: "Queens-Bold";
    font-weight: 500;
    margin: 0;
    letter-spacing: -0.2px;
}

.content-ps-info-3i-item-title span {
    display: block;
    font-family: "roboto";
    font-weight: 300;
    letter-spacing: 0.2px;
    color: #00141c;
    font-size: 16px;
    text-transform: uppercase;
}

.content-ps-info-3i-item-desc {
    font-family: "Roboto";
    font-weight: 300;
    letter-spacing: 0.2px;
    color: #00141c;
    font-size: 12px;
    line-height: 1.7;
    margin-top: 20px;
}
.content-ps-info-3i-item-desc span {
    font-family: "Roboto";
    font-weight: bold;
    letter-spacing: 0.2px;
    color: #00141c;
    font-size: 12px;
    line-height: 1.7;
    margin-top: 20px;
}
/* -------- Styles Bloc triple Entry + border-------- */

.content-ps-info-3ib {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: flex-start;
    margin-bottom: 50px;
}

.content-ps-info-3ib-item {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    flex: 1 1 300px;
    max-width: 500px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.content-ps-info-3ib-item-center {text-align: center !important;}
.content-ps-info-3ib-item-title {
    margin: 0;
}
.content-ps-info-3ib-item-title h3 {
    font-size: 12px;
    color: #00141c;
    font-family: "Roboto";
   
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -0.2px;
}

.content-ps-info-3ib-item-title span {
    font-size: 12px !important;
    font-family: "Roboto";
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #00141c;
    font-size: 16px;
    text-transform: uppercase;
}

.content-ps-info-3ib-item-desc {
    font-family: "Roboto";
    font-weight: 300;
    letter-spacing: 0.2px;
    text-align: center;
    color: #00141c;
    font-size: 12px;
    line-height: 1.7;
    margin-top: 20px;
}
/* -------- Styles Bloc Table -------- */

.content-ps-table {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.row-table-ps {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
}

.row-table-ps:nth-child(odd) {
    background-color: #fafafa;
}

.row-table-ps:nth-child(even) {
    background-color: #ffffff;
}

.row-table-ps .image-table-ps {
    flex: 0 0 auto;
    margin-right: 20px;
}

.row-table-ps .image-table-ps img {
    width: 100%;
}

.row-table-ps .text-table-ps {
    flex: 1;
}

.text-table-ps {
    font-family: "Roboto";
    color: #00141c;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.2px;
}
.text-table-ps span {
    font-family: "Roboto";
    color: #00141c;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.catalogue-container {
    max-width: 1120px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    padding: 40px 20px;
    box-sizing: border-box;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
}

.catalogue-item {
    width: calc((100% - 100px) / 6); /* 5 gaps de 20px */
    text-align: center;
    text-decoration: none;
    color: inherit;
}

.catalogue-item img {
    width: 100%;
    max-width: 165px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto 10px;
}

.catalogue-item span {
    font-size: 12px;
    font-weight: 700;
    display: block;
}

	.info-bold {	font-family: "Roboto";
		margin: 0;
		font-size: 14px !important;
		font-weight: bold !important;
		letter-spacing: 0.4px !important;
		line-height: 1.8 !important;
		color: #00141C !important;}
	
		.etape-row:nth-child(even) {
    flex-direction: row-reverse;
  }
	
	.etape-block {
      max-width: 1120px;
      margin: 0 auto;
      font-family: 'Roboto', Arial, sans-serif;
    }
    .etape-row {
      display: flex;
      align-items: stretch;
      margin-bottom: 10px;
      gap: 0;
    }
    .etape-row:last-child {
      margin-bottom: 0;
    }
    .etape-img {
      width: 350px;
      height: 250px;
      object-fit: cover;
      flex-shrink: 0;
      background: #eaeaea;
      display: block;
    }
    .etape-text {
      background: #FAFAFA;
      padding: 32px 32px 32px 50px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex: 1 1 0;
      min-width: 0;
    }
    .etape-titre {
      text-transform: uppercase;
      font-family: 'Roboto', Arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      color: #00141C;
      margin-bottom: 18px;
      letter-spacing: 1px;
    }
    .etape-desc {
      font-family: 'Roboto', Arial, sans-serif;
      font-size: 14px;
      font-weight: 300;
      color: #00141C;
      line-height: 1.7;
      letter-spacing: 0;
    }
    .etape-row-inverse {
      flex-direction: row-reverse;
    }
 
	
	
	.faq-block-ps {
  max-width: 1120px;
  margin: 40px auto;
  font-family: "Roboto", Arial, sans-serif;
}

.faq-row-ps {
  border-radius: 0;
  transition: background 0.2s;
  overflow: hidden;
  
}

.faq-row-ps:nth-child(odd) .faq-question-ps {
  background: #F4F4F4;
}
.faq-row-ps:nth-child(even) .faq-question-ps {
  background: #FFF;
}

.faq-question-ps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 22px 28px;
  font-size: 14px;
  color: #00141C;
	font-weight: bold;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  transition: background 0.2s;
  position: relative;
}

.faq-question-ps .toggle-icon {
  font-size: 22px;
  font-weight: bold;
  color: #00141C;
  margin-left: 20px;
  transition: transform 0.3s;
  user-select: none;
}

.faq-row-ps:nth-child(odd) .faq-answer-ps {
  background: #F4F4F4;
}

	


	
	
.faq-answer-ps {
  max-height: none;
  height: 0;             /* contr&agrave;´l&eacute; en JS */
  opacity: 0;
	 font-family: "Roboto", Arial, sans-serif;
padding: 0 28px;
	font-size: 12px;
	line-height: 1.7;
      letter-spacing: 0.2px;
	color: #00141C;
	font-weight: 400;
  overflow: hidden;
  /* retire la transition sur max-height; on laisse le JS animer height */
  transition: opacity 500ms cubic-bezier(0.22,1,0.36,1);
}

	.faq-answer-ps span {font-size: 12px !important; font-weight: bold !important; text-transform: none !important;}	
	
	
.faq-row-ps.open .faq-answer-ps {
  
  opacity: 1;
	
  
}

	 .faq-question-ps span {
		font-family: "roboto";
		font-weight: bold;
		letter-spacing: 0.2px;
		color:#00141C;
		font-size: 14px;
		text-transform: uppercase;
    }














/* ------------------------------------ */
/* -------- Styles Content END -------- */
/* ------------------------------------ */

/* ------------------------------- */
/* -------- MEDIA QUERIES -------- */
/* ------------------------------- */

@media (max-width: 900px) {
    .container-ps {
        flex-direction: column;
        margin-top: 0;
        padding: 0 0 20px 0;
    }

    .heroheader-ps {
        background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("ho_m_slider_page_bijoutier.jpg?$staticlink$") !important;
        background-position: center center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }
	
	.heroheader2-ps {
        background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("ho_m_slider_page_service_en_ligne.jpg?$staticlink$") !important;
        background-position: center center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }
    .sidebar-ps {
        width: 100%;
        max-width: 100%;
        padding: 10px 0;
        border-radius: 0;
        margin: 0 auto;
        box-shadow: none;

        overflow-y: auto;
        margin-bottom: 30px;
        background-color: #f6f6f6;
        max-height: none;
        overflow-y: visible;
    }

    .menu-header-ps,
    .submenu-ps a {
        padding: 15px 18px;
        font-size: 13px;
        background-color: #f6f6f6;
    }

    .menu-header-ps:hover {
        background: #f6f6f6;
    }

    .submenu-ps a:hover {
        background: #f6f6f6;
        color: #00141c;
    }
    .submenu-ps a.active-ps:hover {
        background: #f6f6f6;
        color: #a11e2f;
    }
    .submenu-ps a.active-ps {
        background: #f6f6f6;
        color: #a11e2f;
    }
    .menu-header-ps {
        padding: 22px 0;
        font-size: 13px;
        background-color: #f6f6f6;
        border-bottom: 1px solid #ececec;
        max-width: 90%;
        margin: 0 auto;
    }
    .content-ps {
        width: 100%;
        padding: 18px 5% 0 5%;
        box-sizing: border-box;
    }

    .content-ps-table {
        width: 100vw;
        margin-left: -5vw;
        padding: 0;
    }

    .row-table-ps {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0;
        padding: 0 0 40px 0;
    }
    .noborder-mob {
        border: none !important;
    }
    .row-table-ps .image-table-ps {
        margin-right: 0;
        margin-bottom: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .row-table-ps .image-table-ps img {
        width: 120px;
        max-width: 100%;
        display: block;
    }

    .row-table-ps .text-table-ps {
        width: 100%;
        text-align: center;
    }

    .text-table-ps {
        padding: 0 5%;
    }

    .heroheader-title-ps,
    .title-content-ps h1 {
        margin-top: 5px;
        text-align: center;
        line-height: 0.9;
        margin-bottom: 20px;
    }

    .title-content-ps {
        text-align: center !important;
    }
    .catalogue-item {
        width: calc((100% - 20px) / 2);
    }
	
	
	
	 
  .faq-block-ps {
    max-width: none;
    width: 100vw;   /* pleine largeur */
    margin: 0;      /* aucune marge */
    padding: 0;     /* aucun padding */
  }
  .faq-question-ps,
  .faq-answer-ps {
    padding-left: 12px;
    padding-right: 12px;
  }
	
	.faq-block-ps	{    margin: 0;}
	
	 .etape-row,
      .etape-row-inverse {
        flex-direction: column !important;
        align-items: stretch;
      }
      .etape-img {
        width: 100%;
        height: auto;
        max-width: 100vw;
        min-height: 180px;
        margin-bottom: 0;
      }
      .etape-text {
        padding: 24px 16px 24px 16px;
        text-align: center;
        align-items: center;
      }

	
	
	
	.etape-row:nth-child(even) {
    flex-direction: row-reverse;
  }
	
	
	
	.faq-block-ps	{    margin: 0;}
	
	
}