/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


body{
  font-size: 1rem !important;
  line-height: 1.25em !important;
}
html{
  font-size: 1rem !important;
  line-height: 1.25em !important;
  font-family: 'Ciutadella', sans-serif !important;
}

.footer-container {
    margin-top: 0rem;
}

#footer {
    padding-top: 0rem;
}

.block-category {
    min-height: 5.45rem;
    display: none;
}

.quickview .images-container .product-images>li.thumb-container>.thumb {
    display: none;
}

.bootstrap-touchspin {
    display: none;
}

.product-images {
    display: none;
}

#wrapper {
    background: #f7f7f7;
    padding-bottom: 5rem;
    font-size: 14px !important;
}

#header .logo {
  max-width: inherit;
  height: 65px;
  border-radius: 1px;
  display: block;
}

/* icon = https://www.glyphicons.com/tools/social/ */
.facebook {
    background-image: url(https://www.glyphicons.com/img/tools/facebook.svg) !important;
}

.youtube {
    background-image: url(https://www.glyphicons.com/img/tools/youtube.svg) !important;
}

.twitter {
    background-image: url(https://www.glyphicons.com/img/tools/twitter.svg) !important;
}

.linkedin {
    background-image: url(https://www.glyphicons.com/img/tools/linkedin.svg) !important;
}

.facebook {
    background-color: white !important;
}

.twitter {
    background-color: white !important;
}

.youtube {
    background-color: white !important;
}

.linkedin {
    background-color: white !important;
}

body#category .container #left-column {
    display: none !important;
}

body#category .container #content-wrapper {
    width: 100% !important;
}

#header .header-nav {
    border-bottom: none !important;
    margin-bottom: 0px !important;
}

#header .header-top {
    padding-bottom: 5px !important;
}

#products .product-miniature .product-description {
    height: 120px !important;
    bottom: unset !important;
}

#products .product-miniature .thumbnail-container {
    box-shadow: 2px 32px 8px 0 rgb(0 0 0 / 20%);
}

#products .product-miniature {
    margin-bottom: 50px;
}

#products .product-price-and-shipping {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: normal !important;
}

#products .product-price-and-shipping span.price,
#products .product-price-and-shipping span.duration {
    font-weight: bold;
}

/*Pour cacher les flèches du carousel de la page d'accueil - Retirer si on veut les ravoir visibles*/
.carousel-control .icon-next .material-icons,
.carousel-control .icon-prev .material-icons {
    display: none !important;
}

div.product-add-to-cart div.download {
    margin-top: 1em !important;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
    text-align: center;
    text-transform: none;
    margin-top: 0.7rem;
}

#products .product-title,
#products .product-price-and-shipping {
    text-align: left !important;
    padding-left: 7px !important;
    top: 40px !important;
    /*à enlever lorsque les changements seront apportés aux vignettes pour l'affichage des prix membres/non membres*/
}

.h1,
.h2,
.h3 {
    text-transform: none;
    color: #232323;
}

#firstsection {
    text-align: left;
    float: left;
    width: 40%;
    align-items: center;
    padding-top: 35px;
    padding-left: 20px;
}

#firstlink {
    display: flex;
    align-items: center;
}

#secondsection {
    text-align: left;
    float: left;
    width: 40%;
    padding-top: 35px;
    padding-left: 20px;
}

#secondlink {
    display: flex;
    align-items: center;
}

div.cart-grid div.cart-grid-body a.label {
    font-size: 1em !important;
}

section.page-home section.custom-text2 {
    background: #fff;
    border-radius: 2px;
    margin-bottom: 1.5rem;
    padding: 3.125rem;
}

ul.catalogue-ordres-dedies li div.content-ordre-dedie {
    margin-top: 1em;
}

div.temporary-placeholder {
    height: 200px;
    background-color: white;
}

.fa-home:before {
    content: "\f015";
    font-size: 20px;
}

.cbp-hrmenu>ul>li#cbp-hrmenu-tab-116>a,
.cbp-hrmenu>ul>li#cbp-hrmenu-tab-116>span.cbp-main-link {
    color: #db4e23;
    font-size: 18px;
    font-weight: bold;
}

.fa-info-circle:before {
    content: "\f05a";
    font-size: 20px;
}

@media all and (max-width: 1199px) {

    #firstsection,
    #secondsection {
        float: none;
        width: 100%;
    }
}

.product-features>dl.data-sheet dd.value,
.product-features>dl.data-sheet dt.name {
    text-transform: inherit;
}

/* début css pour les FAQ */
.accordion {
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
  }
  
  .accordion-item {
    background-color: #fff;
    color: #111;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  }
  
  .accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    text-align: left;
  }
  
  .accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
  }
  
  .accordion-item-header.active::after {
    content: "\2212";
  }
  
  .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  
  .accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
    margin: 0cm;
    font-size: 12pt;
    font-family: Calibri, sans-serif;
    text-align: left;
  }
  
  .video-js {
    width: 100%;
  }
  
  .accordion-item-body-content p {
    overflow: auto;
  }
  
  p {
    text-align: left;
  }
  
  /* Début CSS pour la page CMS FAQ */
  .faq-tab-title-bold-tag {
    font-family: Calibri, sans-serif;
    font-size: 16px;
  }
  
  .faq-tab-title-span-tag {
    font-size: 14pt;
    font-family: 'Calibri Light', sans-serif;
    color: #2f5496;
  }
  
  .faq-tab-paragraph-start {
    margin: 0cm;
    font-size: 12pt;
    font-family: Calibri, sans-serif;
  }
  
  .faq-tab-paragraph-bold-cancelling {
    font-size: 12pt;
    background: #FFFFFF;
    font-weight: normal;
  }
  
  .faq-tab-paragraph-empty-segoe {
    font-size: 12pt;
    font-family: 'Segoe UI', sans-serif;
  }
  
  .faq-tab-segoe-hyperlink {
    font-size: 12pt;
    font-family: 'Segoe UI', sans-serif;
    font-weight: normal;
  }
  
  .faq-tab-hyperlink-color {
    color: #005952;
  }
  
  .faq-tab-white-background {
    background: #FFFFFF;
  }
  
  .faq-tab-12pt-font-size {
    font-size: 12pt;
  }
  
  .faq-tab-mso-image-placers {
    margin: 0cm;
    font-size: 12pt;
    font-family: Calibri, sans-serif;
    text-align: center;
    overflow: auto;
  }
  
  .faq-viewing-problem-tab-paragraph-start {
    margin-right: 0cm;
    margin-left: 0cm;
    font-size: 12pt;
    font-family: Calibri, sans-serif;
  }
  
  .faq-viewing-problem-tab-white-background {
    font-size: 12pt;
    font-family: Calibri, sans-serif;
    background: #FFFFFF;
  }
  
  .faq-tab-empty-blue-span {
    font-size: 16pt;
    font-family: Calibri, sans-serif;
    color: #2f5496;
  }
  
  .faq-viewing-problem-colon-lines {
    margin: 0cm;
    font-size: 12pt;
    font-family: Calibri, sans-serif;
    background: #FFFFFF;
  }
  
  .faq-viewing-problem-tab-underlined-text {
    margin: 0cm;
    font-size: 12pt;
    font-family: Calibri, sans-serif;
    background: #FFFFFF;
    text-decoration: underline;
    margin-bottom: 1em;
  }
  
  .faq-tab-unordered-list {
    list-style-type: disc;
    padding-left: 4em;
  }
  
  .faq-tab-bullet-points {
    margin: 0cm;
    font-size: 12pt;
    font-family: Calibri, sans-serif;
    background: #FFFFFF;
    margin-bottom: 5px;
  }
  
  .faq-tab-centered-image {
    text-align: center;
    overflow: auto;
  }
  
  .faq-tab-connection-button-hyperlink-outer-span {
    font-family: Calibri, sans-serif;
  }
  
  .faq-tab-connection-button-hyperlink-anchor {
    color: #0000ff;
  }
  
  .faq-tab-connection-button-hyperlink-inner-span {
    font-weight: normal;
  }
  
  .faq-payment-modes-tab-title {
    margin: 0cm;
    font-size: 12pt;
    font-family: Calibri, sans-serif;
    text-align: left;
  }
  
  .faq-tab-15px-margin {
    margin: 15px;
  }
  
  .faq-csv-to-excel-tab-margins {
    margin: 15px 0;
  }
  
  .faq-csv-to-excel-tab-list-item {
    margin-bottom: 15px;
  }
  
  /* Début CSS pour la page CMS FAQ */
  
  /* fin css pour les FAQ */
  
  .buy-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .login-form-footer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .group-span-filestyle {
    padding-left: 10px;
  }
  
  /* css test pour responsive FAQ en mobile */
  @media (max-width: 767px) {
    html {
      font-size: 14px;
    }
  }


/* css test pour responsive FAQ en mobile */
@media (max-width: 767px) {
    html {
        font-size: 14px;
    }
}

/* FIX RESPONSIVE IQITMENU */
#iqitmegamenu-shower.clearfix {
  background:#000000;
  background-color: #000000;
}

#iqitmegamenu-accordion {
  z-index: 190;
}

.cbp-spmenu-overlay.cbp-spmenu-overlay-show {
  position: absolute;
  z-index: 100;
  width: 100vw;
  height: 100vh;
}

.cbp-spmenu-overlay.cbp-spmenu-overlay-show::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #44748d;
  opacity: 0.4;
}

#iqitmegamenu-mobile #iqitmegamenu-shower {
  background-color: #000000 !important;
}
.cbp-spmenu-overlay.cbp-spmenu-overlay-show #cbp-close-mobile {
  background: #000000;
  cursor: pointer;
  opacity: 1;
  z-index: 9999;
  transform: translateZ(100px);
}

@media (max-width: 999px) {
  .cbp-spmenu-push-toright {
    left: 0px;
  }
}

/* FIX DU FOOTER */
#wrapper {
  min-height: 75vh;
}

@media screen and (max-width: 999px) {
  #footer .footer-container .container .row .col-md-12 p.text-sm-center {
    display: flex;
    flex-direction: column;
  }
}
/*Styles pour les images de formateurs dans les fiches produits*/
div.product-container p.formateur {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}
  
div.product-container p.formateur img.formateur-image {
    width: 110px;
    margin-right: 10px;
}

#cbp-hrmenu > ul > li > a .cbp-mainlink-icon,
#cbp-hrmenu > ul > li > a .cbp-mainlink-iicon {
    font-size: 14px;
    max-height: 24px !important;
}

#cbp-hrmenu > ul > li > a, #cbp-hrmenu > ul > li > span.cbp-main-link {
  font-size: inherit;
}

/* nouveu characteristique - mise-en-ligne */
#products .product-description .feature-release {
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3em;
  
  /* to cover up the price otherwise it overlaps - logic is not to show anything other than this */
  background-color: #ffffff;
  padding: 0.5em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#products .product-description .feature-release span.date-label {
  font-weight: bold;
  color: black;
}
#products .product-description .feature-release span.date-data {
  font-weight: bold;
  color: black;
}

#products .product-description .feature-release .attention-icon {
  color: #4f84d9; 
  font-size: 1.2em;
  margin-right: 0.3em;
  animation: pulse 4s infinite ease-in-out;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.15); opacity: 1; }
}
/* Bandeau des commandites */
.sponsors-section {
  background: #fff;
  padding: 50px 0;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.sponsors-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
}

.sponsors-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #009fe3; /* couleur d'accent */
  margin: 10px auto 0;
  border-radius: 3px;
}

.sponsors-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px; /* espace entre logos */
}

.sponsors-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.sponsors-container a img {
  height: 80px; /* taille proche du footer */
  max-width: 160px;
  object-fit: contain;
  filter: none;
  transition: all 0.3s ease-in-out;
}

.sponsors-container a:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.partners-marquee {
  background: #fff;
  overflow: hidden;
  padding: 30px 0;
}

.partners-track {
  display: flex;
  animation: partnersScroll 25s linear infinite;
  width: calc(200px * 10); /* largeur totale en fonction du nb logos */
}

.partner-item {
  flex: 0 0 auto;
  width: 200px; /* largeur de chaque logo */
  text-align: center;
  padding: 10px;
}

.partner-item img {
  max-height: 70px;
  max-width: 160px;
  filter: none;
  opacity: 0.7;
  transition: all 0.4s ease-in-out;
}

.partner-item img:hover {
  filter: grayscale(0%) brightness(100%);
  opacity: 1;
  transform: scale(1.05);
}

/* Animation défilement */
@keyframes partnersScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.partners-marquee:hover .partners-track {
  animation-play-state: paused;
}

.ressources-titre{
  margin-bottom: 15px;
}
.ressources-titre::after{
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #009fe3; /* couleur d'accent */
  margin: 10px;
  border-radius: 3px;
}

/* .sponsors-container a img {
  height: 80px; 
  max-width: 160px;
  object-fit: contain;
  filter: grayscale(100%) brightness(90%); 
  transition: all 0.4s ease-in-out;
  opacity: 0.8;
}

.sponsors-container a:hover img {
  filter: grayscale(0%) brightness(100%); 
  opacity: 1;
  transform: scale(1.05);
} */
/* =========================================================
   
   ========================================================= */

  /* ---------*/
  body#contact #content-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }
  
  /* ---------*/
  body#contact #content.page-content {
    max-width: 900px !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
   /* ---------*/
   body#contact main,
   body#contact #wrapper,
   body#contact #content-wrapper {
     min-height: unset !important;
   }
   /* CONTACT – REMOVE BOTTOM SPACE OF WRAPPER */
body#contact #wrapper {
  padding-bottom: 0 !important;
}

/* EXTRA SAFETY */
body#contact .page-content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body#contact .fw-new-ticket-wrapper {
  padding-bottom: 0 !important;
}
/* ---------*/
body#contact #wrapper {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

 /* CONTACT – kill visual block */
body#contact section#wrapper {
	background: #fff !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
  }
  body#contact section#wrapper .container {
	background: transparent !important;
  }
 
	/* CONTACT – REMOVE CARD BORDER COMPLETELY */
body#contact section#content.page-content.card.card-block {
	border: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
  }
  
  
/* ======================================================
   COMITÉ SCIENTIFIQUE – CSS FINAL
   ====================================================== */

/* Base */
#scientific-committee {
  text-align: left;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  overflow-x: hidden; /* empêche tout débordement mobile */
}

#scientific-committee .scientific-committee-title {
  text-align: center;
}

/* ======================================================
   DESKTOP / TABLETTE – TABLE MODERNE
   ====================================================== */

#scientific-committee .scientific-committee-table-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #eee;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  overflow: hidden;
  padding: 0;
}

#scientific-committee .scientific-committee-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  margin: 0;
}

/* Header */
#scientific-committee .scientific-committee-table thead {
  background: #f4f4f4;
}

#scientific-committee .scientific-committee-table th {
  padding: 16px;
  text-align: left;
  font-weight: 700;
  color: #222;
  border-bottom: 2px solid #e0e0e0;
  white-space: nowrap;
}

/* Cells */
#scientific-committee .scientific-committee-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
  color: #333;
  line-height: 1.35;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: none;
}

/* Zebra + hover */
#scientific-committee .scientific-committee-table tbody tr:nth-child(even) {
  background: #fbfbfb;
}

#scientific-committee .scientific-committee-table tbody tr:hover {
  background: #f6faff;
}

/* Colonnes */
#scientific-committee .scientific-committee-table th:nth-child(1),
#scientific-committee .scientific-committee-table td:nth-child(1) {
  width: 46%;
  font-weight: 600;
}

#scientific-committee .scientific-committee-table th:nth-child(2),
#scientific-committee .scientific-committee-table td:nth-child(2) {
  width: 18%;
}

#scientific-committee .scientific-committee-table th:nth-child(3),
#scientific-committee .scientific-committee-table td:nth-child(3) {
  width: 36%;
}

/* Pas de bordure sous la dernière ligne */
#scientific-committee .scientific-committee-table tbody tr:last-child td {
  border-bottom: 0;
}

/* ======================================================
   MOBILE – CARTES MODERNES
   ====================================================== */

@media (max-width: 768px) {

  /* On enlève le gros bloc blanc desktop */
  #scientific-committee .scientific-committee-table-wrapper {
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
    padding: 0 12px; /* marge interne propre */
  }

  /* Cache le header */
  #scientific-committee .scientific-committee-table thead {
    display: none;
  }

  /* Table -> blocs */
  #scientific-committee .scientific-committee-table,
  #scientific-committee .scientific-committee-table tbody,
  #scientific-committee .scientific-committee-table tr,
  #scientific-committee .scientific-committee-table td {
    display: block;
    width: 100%;
  }

  /* Chaque ligne = card */
  #scientific-committee .scientific-committee-table tbody tr {
    background: #ffffff !important;
    border: 1px solid #eaeef3;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(16, 24, 40, 0.06);
    margin: 12px 0; /* PLUS de débordement latéral */
    padding: 14px 14px;
    box-sizing: border-box;
  }

  /* Cells */
  #scientific-committee .scientific-committee-table td {
    border: 0;
    padding: 8px 0;
    line-height: 1.35;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: none;
  }

  /* Labels – jamais cassés */
  #scientific-committee .scientific-committee-table td::before {
    display: block;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #667085;
    margin-bottom: 4px;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
  }

  #scientific-committee .scientific-committee-table td:nth-child(1)::before {
    content: "Membre";
  }
  #scientific-committee .scientific-committee-table td:nth-child(2)::before {
    content: "Spécialité";
  }
  #scientific-committee .scientific-committee-table td:nth-child(3)::before {
    content: "Secteur d’activités";
  }

  /* Membre = titre */
  #scientific-committee .scientific-committee-table td:nth-child(1) {
    font-size: 1.02rem;
    font-weight: 800;
    color: #101828;
    padding-bottom: 12px;
    border-bottom: 1px solid #eef2f6;
    margin-bottom: 6px;
  }

  /* Valeurs */
  #scientific-committee .scientific-committee-table td:nth-child(2),
  #scientific-committee .scientific-committee-table td:nth-child(3) {
    color: #344054;
    font-weight: 500;
  }

  /* Dernière card : pas d’espace final */
  #scientific-committee .scientific-committee-table tbody tr:last-child {
    margin-bottom: 0;
  }
   /* Empêche la coupure au milieu des mots dans les VALEURS */
   #scientific-committee .scientific-committee-table td {
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }

  /* Sécurité : surtout pour la 2e colonne ("Spécialité" / Profession) */
  #scientific-committee .scientific-committee-table td:nth-child(2),
  #scientific-committee .scientific-committee-table td:nth-child(3) {
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }
}
