span {
  color: #122d30;
}


/* custom image format*/

.custom-imgsq-s{
    aspect-ratio: 1 / 1;
    width: 5rem !important;
}
.custom-imgsq-m{
    aspect-ratio: 1 / 1;
    width: 15rem !important;
}
.custom-imgsq-l{
    aspect-ratio: 1 / 1;
    width: 20rem !important;
}

.custom-underligne{
    border-bottom: 2px solid #101d2d;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}


.custom-bulle-groupe{
    width: 100%;
    position: relative;
}
.custom-bulle{
    position:relative;
    margin: auto;
    padding: 3% 4% 3% 4%;
    width: 100%;
    aspect-ratio: 6000/2340;
    background-image: url("/assets/img/home/bulleG.png");
    background-size: contain;
    z-index: 80;
    display: flex;
}

.custom-bulle-text{
    font-family: "Roboto Mono", monospace;
    margin: auto;
    width: 70%;
    color: antiquewhite;
    text-align: center;
   
}


.custom-bulle-image-img{  
    padding: 5%;
    width: 30%;
    margin: auto;
    filter: brightness(0) invert(1);
    margin: auto;
    aspect-ratio: 1/1;
   
}

@media (min-width: 500px) {
    .custom-bulle-text{font-size: 2rem;}
}
@media (min-width: 780px) {
    .custom-bulle{width: 70%;}
    .custom-bulle-text{font-size: 1.7rem;}
}
@media (min-width: 1200px) {
    .custom-bulle{width: 60%;}
    .custom-bulle-text{font-size: 2.3rem;}
}
@media (min-width: 1700px) {
    .custom-bulle{width: 50%;}
    
}


.custom-bulle-svg{
    position:absolute;
    width:100%;
    height:100%;
    pointer-events:none;
    z-index: 79;
}
.custom-bulle-svg path {
    stroke-dasharray: 10, 6;
    stroke-dashoffset: 1000;
    animation: drawPath 0.4s ease-out forwards;
  }
  
  @keyframes drawPath {
    to {
      stroke-dashoffset: 0;
    }
  }

  .custom-contact{
    
    height:fit-content;
}

.c-hero.custom-otherpages::before {
    height: 280px !important;
}
.custom-thin-band{
  width: 100%;
  background-color: #101d2d;
  height: 100px;
}

/* ================================= send mail css ==================================*/
.custom-anim-center{
  width: 100%;
  display: flex;
}

.custom-anim-mp4{
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  aspect-ratio: 1/1;
}
/* =================================  send mail css end ==================================*/


/* ================================= catalogue css ==================================*/
.custom-container-split{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}

.custom-catalog-menu{
  width: 100%;
  min-height: 60px;
  padding: 1rem;

}

.custom-catalog-menu-container{
  background-color: #cbd5e1;
  height: 100%;
  border-radius: 3px;
  padding: 1rem;
}
.custom-catalog-menu-container button{
  background-color: #29d2d3;
  color: #101d2d;
  padding: 0.5rem;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
  margin: 0.3rem;

}
.custom-catalog-menu-container button:hover{
  background-color: #1b8d8d;
  color: #101d2d;
 

}


.custom-catalog{
  width: 100%;
  min-height: 500px;
  margin-bottom: 4rem;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;  
  justify-content: flex-start; /* S'assurer que les éléments sont alignés à gauche */
 
}

.custom-catalog-card{
  width: 100%;
  aspect-ratio: 9 / 12;
  padding: 0.8rem;
  margin: unset !important;
}


@media (min-width: 570px) {
  .custom-catalog-card{
    width: 50%;
   
  }
}
@media (min-width: 700px) {
  .custom-catalog-card{
    width: 33%;
   
  }
}
/* =================================  menu break point*/

@media (min-width: 990px) {
 
  .custom-catalog-menu{width: 20%;}
  .custom-catalog{width: 80%;}

}
@media (min-width: 1600px) {
  .custom-catalog-card{
    width: 25%; 
   }
}
@media (min-width: 2000px) {
  .custom-catalog-card{
   width: 20%;
    
  }
}

.custom-catalog-card-container{
  border: solid #3a919200;
  border-radius: 3px;
  width: 100%;
  height: 100%;
}


.custom-catalog-card-title{
  color: #fff;
  background-color: #23494c;
  border-radius: 0 0 3px 3px;
  font-size: 1.5rem;
  text-align: center;
  padding: 0.5rem;  
}
.custom-catalog-card-thumbnail{
  aspect-ratio: 4/3;
  width: 100%;
  border-radius: 3px 3px 0 0;
  object-fit: cover;

}
.custom-catalog-card-tags{
  aspect-ratio : 2/1;
  width: 100%; /* ou une autre largeur fixe ou relative */
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
  align-content: flex-start; /* pour que les lignes se superposent au top */
  position: relative; /* utile si on ajoute un masque ou autre effet plus tard */
}


.custom-catalog-card-tag{
  border-radius: 8px;
  font-size: 0.9rem;
  padding: 2px;
  margin: 4px;
  max-width: 100%; /* empêche l’élément d’être plus large que le conteneur */
  white-space: nowrap; /* empêche les mots longs de forcer un retour à la ligne */
  overflow: hidden;
  text-overflow: ellipsis; /* optionnel : ajoute "..." si le texte dépasse */
  box-sizing: border-box;
  border: solid #1b8d8d;
  border-width: 0  0.1rem 0.1rem 0;
}
/* =================================  catalogue css end ==================================*/

/* =================================  detail css  ==================================*/

.custom-container-detail{
  margin: 1rem 25rem 1rem 25rem;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  background-color: #cbd5e15d;
  border-radius: 23px;
}
.custom-container-detail-title{
  width: 100%;
  color: #3a9092;
  font-size: 1.8rem;
  text-decoration: underline;
}
.custom-container-detail-photo{
  width: 80%;
  padding: 2rem;
}
.custom-container-detail-photo img{
  aspect-ratio: 4/3;
  width: 100%;
  border-radius: 3px;
  object-fit: cover;
}
.custom-container-detail-picselect{
  width: 20%;
  padding: 1rem;
  border-radius: 26px;
  background-color: #cbd5e199;
}
.custom-container-detail-picselect img{
  cursor: pointer;
  width: 48%;
  padding: 1%;
  object-fit: cover;
  aspect-ratio: 1/1;
  
}
.custom-container-detail-picselect img.selected{
  border: 2px solid #3a9092;
  
}


.custom-container-detail-tags{
  width: 80%;
  display: flex;
  flex-wrap: wrap;
}
.custom-container-detail-tag{
  width: fit-content;
  border-radius: 10px;
  background-color: #23494c;
  color: #fff;
  padding: 1rem;
  margin: 0.2rem;
}
.custom-container-detail-desc{
  margin: 1rem 25rem 1rem 25rem;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  background-color: #cbd5e15d;
  border-radius: 23px;
}
.custom-container-detail-desc h1{
  width: 100%;
  margin-bottom: 2rem;
  color: #3a9092;
}
.custom-container-detail-desc p{
  width: 100%;
  font-size: larger;
}
.custom-container-detail-creator{
  margin: 1rem 25rem 1rem 25rem;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;

}
.custom-container-detail-creator-card {
 width: fit-content;
 background-color: #cbd5e1;
 border-radius: 23px;
 padding: 1rem;
}
.custom-container-detail-creator-card h1{
  color: #122d30;
}


/* =================================  detail css end ==================================*/
/* =================================  admin catalog css end ==================================*/
.custom-catloguelist{
  display: flex;
  flex-wrap: wrap;
  background-color: #cbd5e199;
  padding: 0.5rem;
  border-radius: 23px;
}
.custom-catloguelist-cover{
  width: 10%;
}
.custom-catloguelist-cover img{
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 23px;
  object-fit: cover;
}
.custom-catloguelist-title{
  padding-left: 0.5rem;
  width: 50%;
  color: #23494c;
  display: grid;
  align-content:center;
  font-size:1.4rem;
}
.custom-catloguelist-tags{
  width: 20%;
}
.custom-catloguelist-menu{
  justify-content: center;
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  align-content:center;
}
.custom-catloguelist-menu img{
  aspect-ratio: 1/1;
  padding: 1%;
  object-fit: cover;
  width: 30%;
  margin: 5%;
  border-radius: 10px;
  background-color: #cbd5e1ab;
  cursor: pointer;
}
.custom-catloguelist-menu img:hover{
  background-color: #bdcee2ce;
}

.custom-med-image{
  aspect-ratio: 1/1;
  max-width: 200px;
  object-fit: cover;
}

/* =================================  admin catalog css end ==================================*/
/* ================================= message css ==================================*/
.custom-message-success{
  background-color: #00d25b;
  border-radius: 33px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  color: #fff;
}
.custom-message-warning{
  background-color:#ffab00;
  border-radius: 33px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  color: #fff;
}
.custom-message-danger{
  background-color: #fc424a;
  border-radius: 33px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  color: #fff;
}


/* ================================= message css end ==================================*/










/* ================================= from css ==================================*/

/** Variables **/

:root {
    --color-background: #cbd5e1;
    --color-background-alt: #3a9092;
    --color-border-active: #23494c;
    --color-border-default: #94a3b8;
    --color-highlight: #7ecac7;
    --color-primary: #23494c;
    --color-primary-active: #122d30;
    --color-text-default: #0f172a;
    --color-text-muted: #475569;
  
    --font-family-body: "Work Sans", system-ui, sans-serif;
    --font-family-display: "IBM Plex Serif", system-ui, sans-serif;
  }
  
  /** Base **/
  
  *,
  ::before,
  ::after {
    box-sizing: border-box;
  }
  
  * {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  body {
    -webkit-font-smoothing: antialiased;
    font-family: var(--font-family-body);
    font-optical-sizing: auto;
    font-style: normal;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
  }
  
  [type="checkbox"],
  [type="radio"],
  [type="range"] {
    appearance: none;
    flex-shrink: 0;
    padding: 0;
    user-select: none;
  }
  
  [type="checkbox"]:focus,
  [type="radio"]:focus,
  [type="range"]:focus {
    outline: none;
  }
  
  /** Components **/
  
  .fs-form {
    display: grid;
    row-gap: 1rem;
  }
  
  .fs-form:where(.fs-layout__2-column) {
    column-gap: 0.75rem;
    grid-template-columns: 1fr 1fr;
  }
  
  fieldset {
    display: grid;
    margin: 1rem 0;
    row-gap: 1rem;
  }
  
  .fs-form:where(.fs-layout__2-column) fieldset {
    column-gap: 0.75rem;
    grid-template-columns: 1fr 1fr;
    grid-column: 1 / -1;
  }
  
  .fs-fieldset-title {
    color: var(--color-text-default);
    font-family: var(--font-family-display);
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75rem;
    margin-bottom: 1rem;
    grid-column: 1 / -1;
  }
  
  .fs-field {
    display: flex;
    flex-direction: column;
    row-gap: 0.375rem;
  }
  
  .fs-label {
    color: var(--color-text-default);
    display: block;
    font-family: var(--font-family-display);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
  }
  
  .fs-description {
    color: var(--color-text-muted);
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  
  .fs-button-group {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 0.75rem;
  }
  
  .fs-form:where(.fs-layout__2-column) .fs-button-group {
    grid-column: 1 / -1;
  }
  
  .fs-button {
    background-color: var(--color-primary);
    border-radius: 0.375rem;
    color: white;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1rem;
    padding: 1rem 2rem;
    transition-duration: 200ms;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .fs-button:hover {
    background-color: var(--color-primary-active);
  }
  
  .fs-button:focus-visible {
    background-color: var(--color-primary-active);
    outline: 3px solid var(--color-highlight);
  }
  
  .fs-input,
  .fs-select {
    appearance: none;
    border-radius: 0.375rem;
    border-width: 0;
    box-shadow: var(--color-border-default) 0 0 0 1px inset;
    color: var(--color-text-default);
    font-size: 0.875rem;
    height: 2rem;
    line-height: 1.25rem;
    outline: none;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  
  .fs-input:focus-visible,
  .fs-select:focus-visible {
    box-shadow: var(--color-border-active) 0 0 0 1.5px inset;
    outline: 3px solid var(--color-highlight);
    outline-offset: 0;
  }
  
  .fs-input::placeholder {
    color: var(--color-text-muted);
  }
  
  .fs-checkbox-group,
  .fs-radio-group {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
  }
  
  .fs-checkbox-field,
  .fs-radio-field {
    column-gap: 0.5rem;
    display: flex;
  }
  
  :is(.fs-checkbox-field, .fs-radio-field) .fs-label + .fs-description {
    margin-top: 0.125rem;
  }
  
  .fs-checkbox-wrapper,
  .fs-radio-wrapper {
    align-items: center;
    display: flex;
    height: 1.25rem;
  }
  
  .fs-checkbox,
  .fs-radio {
    background-color: #fff;
    border: 1px solid var(--color-text-default);
    height: 1rem;
    width: 1rem;
  }
  
  .fs-checkbox {
    border-radius: 0.25rem;
  }
  
  .fs-radio {
    border-radius: 100%;
  }
  
  .fs-checkbox:checked,
  .fs-radio:checked {
    background-color: var(--color-primary);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-color: transparent;
  }
  
  .fs-checkbox:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
  }
  
  .fs-radio:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  }
  
  .fs-checkbox:focus-visible,
  .fs-radio:focus-visible {
    outline: 3px solid var(--color-highlight);
    outline-offset: 0;
  }
  
  .fs-select {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
  }
  
  .fs-slider {
    background: transparent;
    cursor: pointer;
    height: 1.25rem;
    width: 100%;
  }
  
  .fs-slider::-moz-range-track {
    background-color: var(--color-background);
    border-radius: 0.5rem;
    height: 0.5rem;
  }
  
  .fs-slider::-webkit-slider-runnable-track {
    background-color: var(--color-background);
    border-radius: 0.5rem;
    height: 0.5rem;
  }
  
  .fs-slider::-moz-range-thumb {
    background-color: var(--color-primary);
    border: none; /* Removes extra border that FF applies */
    border-radius: 50%;
    height: 1.25rem;
    width: 1.25rem;
  }
  
  .fs-slider::-webkit-slider-thumb {
    appearance: none;
    background-color: var(--color-primary);
    border-radius: 50%;
    height: 1.25rem;
    margin-top: -0.375rem; /* Centers thumb on the track */
    width: 1.25rem;
  }
  
  .fs-slider:focus-visible::-moz-range-thumb {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
  }
  
  .fs-slider:focus-visible::-webkit-slider-thumb {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
  }
  
  .fs-switch {
    background-color: var(--color-background-alt);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
    background-position: left center;
    background-repeat: no-repeat;
    border-radius: 1.5rem;
    cursor: pointer;
    height: 1.5rem;
    transition-duration: 200ms;
    transition-property: background-color, background-position;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    width: 2.75rem;
  }
  
  .fs-switch:checked {
    background-color: var(--color-primary);
    background-position: right center;
  }
  
  .fs-switch:focus-visible {
    outline: 3px solid var(--color-highlight);
    outline-offset: 0;
  }
  
  .fs-textarea {
    appearance: none;
    border-radius: 0.375rem;
    border-width: 0;
    box-shadow: var(--color-border-default) 0 0 0 1px inset;
    color: var(--color-primary);
    font-size: 0.875rem;
    line-height: 1.25rem;
    outline: none;
    padding: 0.5rem 0.75rem;
    resize: vertical;
  }
  
  .fs-textarea:focus-visible {
    box-shadow: var(--color-border-active) 0 0 0 1.5px inset;
    outline: 3px solid var(--color-highlight);
    outline-offset: 0;
  }
  
  .fs-textarea::placeholder {
    color: var(--color-text-muted);
  }
  
  /** Utilities **/
  
  .col-span-full {
    grid-column: 1 / -1;
  }
  
  .fs-textarea::placeholder {
    color: var(--color-text-muted);
  }
  
  .slider-label-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 0.25rem;
  }
  
  .slider-label-text {
    font-size: 0.75rem;
    color: var(--color-text-muted);
    text-align: center;
    white-space: nowrap;
  }