/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.footer-container {
  margin-top: 0rem;
}

#footer {
  padding-top: 0rem;
}

.block-category {
  min-height: 5.45rem;
  display: none !important;
}

.quickview .images-container .product-images>li.thumb-container>.thumb {
  display: none;
}

.bootstrap-touchspin {
  display: none;
}

.product-images {
  display: none;
}

#wrapper {
  padding-bottom: 5rem;
}

#header .logo {
  max-width: inherit;
  height: 62px;
  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: 90px !important;
  bottom: unset !important;
}


#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: 2px !important;
  /*à enlever lorsque les changements aux vignettes seront apportés - 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;
}

.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: 16pt;
  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;
  }
}

/*Style pour cacher les flèches du carousel sur la page d'accueil*/
section.page-home div#carousel div.direction a.carousel-control {
  display: none;
}

/*Cacher les modes de paiement sur les fiches produits pour tous les thèmes*/
div.product-additional-info div.ps_checkout.payment-method-logo-block {
  display: none !important;
}

/*Styles pour fiches miniatutes des catalogues*/
div#js-product-list article.product-miniature div.thumbnail-container div.product-description {
  background-color: #f1f1f1;
}

/* FIX RESPONSIVE COLIN ------------------------------------------- */

/* FIX BURGER MENU PRESTASHOP */
@media screen and (max-width: 767px) {
  .header-top {
    padding-top: 20px;
  }

  #menu-icon {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  img.logo.img-responsive {
    margin-left: 15px;
  }
}

/* FIX RESPONSIVE IQITMENU */
#iqitmegamenu-shower.clearfix {
  background: #005952;
  background-color: #005952;
}

#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: #005952;
  opacity: 0.4;
}

.cbp-spmenu-overlay.cbp-spmenu-overlay-show #cbp-close-mobile {
  background: #005952;
  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 propres à l'OCQ***************/
body {
  font-family: 'Open sans', Arial, sans-serif;
}

main>section#wrapper {
  background: white;
  box-shadow: none;
}

main>footer#footer {
  background: #F1F1F1;
  border-top: 2px solid #c4c4c4;
}

div.mailchimpFooter {
  height: 15px;
}

div#iqitmegamenu-horizontal li {
  font-weight: 700;
}

.btn-primary {
  color: #fff;
  border-radius: 0;
  font-size: 12px;
  padding: 8px 17px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

nav#cbp-hrmenu>ul>li:not(#cbp-hrmenu-tab-168):hover span {
  text-decoration: underline !important;
}

header#header>div.header-top img.logo {
  margin-bottom: 20px;
}


#products .thumbnail-container {
  box-shadow: none;
}

a,
.tabs .nav-tabs .nav-link.active {
  color: #007470;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
  border-color: #007470;
}

.group-span-filestyle .btn-default,
div.mailchimpFooter,
.btn-primary {
  background: #005952;
}

/****Styles OCQ A_PMI_DASHBOARD****/
#order-list th {
  background: #007470;
  color: #fff;
  padding: 10px;
}

body#module-a_pmi_dashboard-tdb div.dashboard-container-subtabs div#mes-formations thead tr th {
  border-bottom: 3px solid #212121;
}

/*****Style registration fields custom - type radio pour mettre les boutons côte à côte*****/
fieldset#registration_fields div.rf_input_wrapper .type_multiboxes {
  display: inline-block;
  margin-right: 10px;
  /* Adjust spacing between radio buttons */
}

fieldset#registration_fields div.rf_input_wrapper .type_multiboxes+.clearfix {
  display: none;
}

/****Styles module custom text****/
div#content-wrapper section#main div#custom-text {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #f1f1f1;
}

div#content-wrapper section#main div#custom-text p {
  color: #067571 !important;
  font-size: 17.5px !important;
  line-height: 1.428571429 !important;
}

/***Style header SSO****/
header#header div.header-top {
  margin-top: 10px;
}

/*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;
}

/* new footer logo CSS */
.footer-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 25px;
  flex-wrap: wrap;
  width: 100%;   
  padding: 0 16px;
  margin: 0 auto 25px auto;
  box-sizing: border-box;  
}

.footer-logo-item {
  flex: 1;
  text-align: center;
}
/* new footer logo CSS - end */

/* nouvelle caractéristique - 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: #f1f1f1;
  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; }
}

/* 0) Nettoyage : si tu avais déjà mis un ::after sur .thumbnail-container, on le coupe */
.product-miniature[data-id-product="579"] .thumbnail-container::after,
.product-miniature[data-id-product="586"] .thumbnail-container::after,
.product-miniature[data-id-product="587"] .thumbnail-container::after, 
.product-miniature[data-id-product="639"] .thumbnail-container::after {
  content: none !important;
}

/* 1) Contexte : on positionne le badge DANS l'image seulement */
.product-miniature .product-thumbnail{
  position: relative;     /* référentiel pour le ::after */
  overflow: hidden;       /* rien ne déborde dans le gris */
  display: block;         /* robustesse */
}

/* 2) Badge déontologie (579/586/587) — ENTIEREMENT dans l'image */
.product-miniature[data-id-product="579"] .product-thumbnail::after,
.product-miniature[data-id-product="586"] .product-thumbnail::after,
.product-miniature[data-id-product="587"] .product-thumbnail::after, 
.product-miniature[data-id-product="639"] .product-thumbnail::after {
  content: "⚖️ Cette formation est reconnue comme contributrice de formation continue en déontologie de l’Ordre.";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;            /* ⬅️ reste DANS l'image (augmente à 14–18px si besoin) */
  z-index: 2;

  background: rgba(255,255,255,.94);
  border: 1px solid #e6e8eb;
  border-radius: 10px;
  padding: 6px 10px;
  font-size: 11.5px;
  line-height: 1.3;
  font-weight: 600;
  color: #2f343a;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,.06);
  pointer-events: none;    /* ne bloque aucun clic */
  white-space: normal;     /* ok si 2 lignes */
}

/* =========================================================
   
   ========================================================= */

  /* ---------*/
  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;
  }
  