/* VS - Consolidated CSS File */
/* WT- Breadcumb */

.section-breadcamps {
  padding-top: 50px;
  padding-left: 0px !important;
}

/* Force breadcrumb to use "<" instead of ">" */
.breadcrumb>li+li:before,
.breadcrumb-item+.breadcrumb-item::before {
  content: url('/Vector/');
  padding: 0 5px;
  color: #555;
  /* optional, change color if needed */
}

.breadcrumb {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  color: #223654 !important;
  padding: 0px !important;
}

.breadcrumb>.active {
  color: #000000;
  color: var(--Texte-Dfaut, #223654);
  font-family: var(--font-family-content, "Open Sans");
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}

.breadcrumb>li a {
  /* color: #323130; */
  color: var(--Texte-Dfaut, #223654);
  font-family: var(--font-family-Texte-courant, "Open Sans");
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

/* WT- Breadcumb-end */


/* WT- Footer.html */
.footerLink {
  padding-left: 15px;
  padding-right: 15px;
  color: var(--qc-color-blue-regular);
  font-size: 14px;
}

.footerLink a {
  text-decoration: none;
  color: var(--Liens-Dfaut, #095797);
}

/* WT- Footer.html - END */


/* #################################################################################################################### */


/* WT- section- Header.html  */

.dropdown-menu li {
  background-color: var(--qc-color-blue-light);
}

.dropdown-menu li a {
  background-color: var(--qc-color-blue-light);
}

.menu-section {
  background-color: var(--qc-color-blue-pale);
  display: none;
}

.languages a {
  background-color: var(--qc-color-blue-piv) !important;
}


.menu-section .dropdown-menu {
  margin-top: 0px !important;
  background-color: #eee !important;
}

.menu-section .dropdown-menu li {
  background-color: #eee !important;
  margin-bottom: 0px !important;

}

.menu-section .dropdown-menu ul li {
  background-color: #eee !important;
  margin-bottom: 0px !important;

}

.menu-section .dropdown-menu li a {
  background-color: #eee !important;
}

.navbar {
  margin-bottom: 0px !important;
}

.navbar-default {
  background-color: var(--qc-color-blue-pale) !important;
}




.section {
  float: left;
  width: 100%;
}

.popover {
  float: left;
  width: 60%;
  background-color: green;
  overflow: auto;
}

.qc-h1 {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
  font-size: var(--qc-font-size-h2);
  color: #2D3654 !important;
}

.main-container {
  display: flex;
}

.lightBulb {
  background-color: #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.notificationContent {
  padding: 10px;
}

.btn-primary a {
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.align-right {
  float: right;
}

.SagIcon {
  width: 28px;
  display: inline;
  padding-left: 5px;
  padding-bottom: 5px;
}

.page-header {
  color: var(--qc-color-blue-medium);
}

.error {
  font-size: 0.8em !important;
  font-weight: 600 !important;
  color: var(--qc-color-error) !important;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid var(--qc-color-blue-piv);
  ;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader-container {
  height: 100%;
  width: 100%;
  z-index: 999;
  /* position: absolute; */
  align-items: center;
  display: flex;
  justify-content: center;
  /* top: 0px;
  left: 0px; */
  position: fixed;
  top: 50%;
  left: 50%;
  /* background-color: rgba(255, 255, 255, 0.7); */
  /* ssemi-transparent background */
  transform: translate(-50%, -50%);
  /* Center the element */
  z-index: 9999;
  /* Stay above other elements */
}


.w3-teal {
  background-color: white !important;
  color: var(--qc-color-blue-medium);
}

p {
  color: var(--qc-color-blue-medium);
}

/* WT- section- Header.html - END  */

/* #################################################################################################################### */
/* WT- section- WT_Not-Urgent-Care  */

.no-ug-c-warning {
  display: flex;
  align-items: stretch;
  /* 🔑 forces children to match full height */
  border: 1px solid var(--Bordure-Dfaut, #C5CAD2);
  background: var(--Fond-Dfaut, #FFF);
}

.no-ug-c-warning-icon {
  background: var(--Fond-Avertissement, #F8E69A);
  width: 40px;
  display: flex;
  padding-top: 24px;
  justify-content: center;
}


.no-ug-c-warning-icon img {
  width: 20px;
  height: 20px;
}

.no-ug-c-warning-text {
  display: flex;
  padding: 24px 24px 24px 16px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}

.no-ug-c-warning-heading {
  color: var(--Texte-Dfaut, #223654);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 4px;
}

.no-ug-c-warning-parag {
  color: var(--Texte-Dfaut, #223654);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.no-ug-c-content-sec {
  display: flex;
  padding: 0 50px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  padding-top: 25px;
}

.no-ug-c-adv-condition {
  width: 980px;
  height: 42px;
  color: var(--Couleurs-Texte, #223654);

  /* Titres/Titre N3 */
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 114.286% */
}

.no-ug-c-adv-condition-more {
  width: 980px;
  margin-left: 15px;
}

.no-ug-c-adv-condition-more-bold {
  color: var(--Couleurs-Texte, #223654);

  /* Titres/Titre N4 */
  font-family: Roboto;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 152.381% */
}

.no-ug-c-adv-condition-more-mid {
  color: var(--Couleurs-Texte, #223654);

  /* Titres/Titre N5 */
  font-family: Roboto;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.no-ug-c-adv-condition-more-small {
  color: var(--Couleurs-Texte, #223654);

  /* Paragraphe */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;

}

.symptom-list {
  display: block;
  /* makes span behave like a div */
  color: #223654;
  /* same default text color */
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.symptom-list ul {
  margin: 0;
  padding-left: 20px;
  /* indent bullets nicely */
}

.symptom-list li {
  margin-bottom: 6px;
  /* spacing between items */
}

.no-ug-c-adv-condition-check {
  flex: 1 0 0;
  color: var(--Texte-Dfaut, #223654);

  /* Paragraphe */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 15px;

}

.adv-condition-label {
  display: flex;
  align-items: flex-start;

  cursor: pointer;
  margin-left: 15px;
}

/* .adv-condition-label input[type="checkbox"] {
        margin-top: 3px;
        width: 24px;
        height: 24px;
        fill: var(--Fond-Dfaut, #FFF);
        stroke-width: 2px;
        stroke: var(--Bordure-Formulaire-Dfaut, #223654);
    } */

.no-ug-c-adv-condition-check-text {
  color: var(--Texte-Dfaut, #223654);

  /* Paragraphe */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.no-ug-c-end-buttons {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  row-gap: 20px;
  column-gap: 26px;
  /* margin-top: 56px; */
  font-family: "Noto Sans", sans-serif;
}

.adv-condition-label input[type="checkbox"] {
  width: 24px;
  height: 24px;
  margin: 0;
  margin-right: 12px;
  cursor: pointer;
  accent-color: #1565C0;
  flex-shrink: 0;
  margin-top: 2px;
  /* resets default OS styling */
  -webkit-appearance: none;
  /* Safari/Chrome fix */
  border: 2px solid #223654;
  /* matches your theme */
  cursor: pointer;
}

.adv-condition-label input[type="checkbox"]:checked {
  background-color: #1472BF;
  /* checked background */
  position: relative;
}

.adv-condition-label input[type="checkbox"]:checked::after {
  content: "✓";
  /* checkmark */
  color: white;
  font-size: 23px;
  position: absolute;
  top: -6px !important;
  left: 0px;
}

#continue-btn:disabled {
  background-color: #d1d5db !important;
  /* grey */
  color: #fff !important;
  /* white text */
  border: none !important;
  /* remove border */
  cursor: not-allowed !important;
  /* show disabled cursor */
  box-shadow: none !important;
  /* remove any shadows */
  opacity: 1 !important;
  /* keep consistent look */
}



/* WT- section- WT_Not-Urgent-Care-end  */



/* #################################################################################################################### */





/* WT- section- WT- Privacy Policy.html */


.subh1 {
  color: var(--Couleurs-Texte, #223654);

  /* Titres/Titre N3 */
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 114.286% */
}

.subh2 {
  color: var(--Couleurs-Texte, #223654);

  /* Titres/Titre N3 */
  font-family: Roboto;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 114.286% */
}



.ext-site {
  cursor: pointer;
}

a:not(.btn) {
  text-decoration: none !important;
}

.link-hover-underline {
  transition: text-decoration 0.2s ease;
}

/* WT- section- WT- Privacy Policy.html - END */

/* #################################################################################################################### */


/* WT- section- WT- Answer Identified-Petal   */

.hideDiv {
  display: none;
}

#sub-heading-petal {
  color: var(--qc-color-blue-medium);
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  width: 961px;
  height: 54px;
  flex-shrink: 0;
}


.btn-link-p {
  display: flex !important;
  padding: 16px 16px 16px 8px !important;
  align-items: center !important;
  gap: 8px;
  flex: 1 0 0 !important;
  justify-content: space-between;
  font-size: 24px;
  font-family: 'Open Sans' !important;
  border-top: 1px solid var(--Bordure-Dfaut, #C5CAD2);
  border-bottom: 1px solid var(--Bordure-Dfaut, #C5CAD2);
  background: var(--Fond-Dfaut, #FFF);
  cursor: pointer;
  text-decoration: none;
  color: var(--Liens-Dfaut, #095797);
}

.btn-link-p:hover {
  border-top: 1px solid var(--Bordure-Dfaut, #C5CAD2);
  border-bottom: 1px solid var(--Bordure-Dfaut, #C5CAD2);
  background: var(--Fond-Dfaut, #F1F1F3);
  color: var(--Liens-Dfaut, #095797);
}

.arrow {
  font-size: 20px;
  outline: none;
}

.btn-Quit {
  width: auto;
  color: var(--qc-color-blue-piv);
  background-color: white;
  border: none;
  margin-left: 30px;
  margin-bottom: 0%;
  /* margin-top: 80px; */
  font-size: 16px;
  font-weight: 600;
}

.btn-Quit:hover {
  text-decoration: underline;
}

img.QuitOrientationExit-img {
  display: inline;
}

.end-buttons-p {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  row-gap: 20px;
  column-gap: 20px;
  margin-top: 20px;
  font-family: "Noto Sans", sans-serif;

}

/* button {
    height: 40px;
    border-radius: 3px;
} */

.Btn-Proceed {
  color: var(--qc-color-blue-piv);
  border-color: var(--qc-color-blue-piv);
  background-color: white;
}

a:link {
  text-decoration: none;
  color: var(--qc-color-blue-piv);
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: var(--qc-color-blue-piv);
}

a:active {
  text-decoration: underline;
  color: var(--qc-color-blue-piv);
}

.hideradiooption {
  margin-top: 15px;
}

select.raison {
  width: 300px;
}

.exlinktxt-petal {
  /* color: var(--qc-color-blue-light) !important; */
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  width: 961px;
  height: 54px;
  flex-shrink: 0;
}

/* .btn-no { 
    width: 100px;
    height: 40px;
    border-color: var(--qc-color-blue-regular);
    color: var(--qc-color-blue-regular);
    font-weight: 600;
    background-color: white;
    border-radius: 3px;

} */

.spinner {
  border: 7px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}



.question {
  font-weight: bolder;
  font-family: var(--font-family-Texte-courant, "Open Sans");
}

.marginlr {
  padding-top: 40px;
  padding-left: 60px;
  padding-bottom: 54px;
  ;
}

/* WT- section- WT- Answer Identified-Petal- end   */

/* #################################################################################################################### */

/* WT- section- WT- Answer Identified-in- person   */

.page-content {
  color: var(--qc-color-blue-medium);
}

.Quit {
  color: var(--qc-color-blue-piv);
  border-color: var(--qc-color-blue-piv);
  background-color: white;
}

.txt811 {
  color: var(--qc-color-blue-regular);
  font-weight: bolder;
  font-size: x-large;
}

.btn-link-ip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin: 20px 0;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  cursor: pointer;
  text-decoration: none;
  color: var(--qc-color-blue-regular);
}

.popHead::after {
  content: "";
  display: block;
  margin-top: 4px;
  width: 48px;
  padding-top: 0.1rem;
  border-bottom: 4px solid var(--qc-color-accent);
  color: var(--qc-color-blue-medium);
}



.back-btn {
  background-color: white !important;
}

.btn-link-ip,
.btn-link-ip:hover,
.btn-link-ip:focus,
.btn-link-ip:active {
  border-color: #ccc;
}

.tile {
  border-radius: 10px;
  border: 1px solid rgba(197, 202, 210, 0.70);
  background: #FFF;

  /* Élévation 1 */
  box-shadow: 0 1px 4px 0 rgba(34, 54, 84, 0.24);
  display: flex;
  width: 961px;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-left: 18px;

}

.tileheader {

  border-radius: 5px;
  background: var(--Fond-Information, #DAE6F0);
  display: flex;
  min-width: 768px;
  padding: 18px;
  /* justify-content: center; */
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  color: var(--Colors-Text-text-primay, #223654);
  font-family: Roboto;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;

}

.marker-img,
.apartment-img,
.clock-img {
  max-width: 87%;
  padding-right: 10px;
}

.Btn-Proceed-self {
  color: var(--qc-color-blue-piv);
  /* border-color: var(--qc-color-blue-piv); */
  background-color: white;
  font-weight: 700;
  /* padding: 7px; */
  /* margin-bottom: 20px; */
  /* border-radius: 4px; */

  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 2px solid var(--Bouton-Secondaire-Libell, #095797);
}

.Btn-Proceed-self:hover {
  background-color: #d7e4ed !important;
}

h4 {
  color: var(--qc-color-blue-medium);
}

.txt-info {
  display: flex;
  padding: 10px 0px;
  align-items: center;
  gap: 5px;
  align-self: stretch;
}


.btn-primary {
  margin-bottom: 20px;
  float: right;
  background: #0056b3;
  color: #fff;
}

.btn-primary:hover {
  background: #004494;
}


.end-buttons-sip {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 20px;
  padding-top: 30px;
}



.marginlr-selfinpersn {
  margin: 0px 45px;

}

.sub-heading-inperson {
  color: var(--Couleurs-Texte, #223654);
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-top: 50px !important;
  padding-bottom: 33.566px;
}

.btn-type-self-proceed {
  float: right;
  box-shadow: 0 1px 4px 0 var(--lvation-Ombrage-Couleur, rgba(34, 54, 84, 0.24));
  max-width: 360px;
  /* min-height: 40px; */
  /* max-height: 64px; */
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-left: 40px;
  display: flex;
  /* padding: 8px 16px; */
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  /* border: 1px solid var(--Bouton-Principal-Dfaut, #095797); */
  background: var(--Bouton-Principal-Dfaut, #095797);
  max-width: 288px;
  color: var(--Bouton-Principal-Libell, #FFF);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--font-family-Texte-courant, "Open Sans");
  font-size: var(--font-size-Texte-courant-Normal, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-Texte-courant-Normal, 24px);
  /* height: 40px; */

  min-width: 112px;
  min-height: 56px;
  max-height: 80px;
  padding: 16px 24px;
  border: 2px solid var(--Bouton-Principal-Dfaut, #095797);

}

.btn-type-self-proceed:hover {
  border-color: #156bb2 !important;
  background-color: #156CB2 !important;
  transform: smooth;
}

.btn-type-self-proceed:active {
  border-color: #3783c9 !important;
  background-color: #3783c9 !important;
}

.btn-type-self-proceed:focus {
  border-color: var(--qc-color-blue-dark) !important;
  box-shadow: 0 2px 8px rgba(34, 54, 84, 0.24), 0 0 0 2px var(--qc-color-blue-light) !important;
}


.add-btn-space {
  padding: 40px;
}


/* WT- section- WT- Answer Identified-Selfcare-in- person- end   */

/* #################################################################################################################### */

/* WT- section- WT- Answer Identified-Selfcare-Telephone*/

.btn-link-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin: 20px 0;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  cursor: pointer;
  text-decoration: none;
  color: var(--qc-color-blue-piv);
}

.btn-link-t:hover {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}


.end-buttons-st {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 20px;
  /* margin-left: 38px; */
  padding-top: 30px;
}

.exlinktxt-selftel {
  font-size: var(--qc-font-size-h5);
  cursor: pointer;
  color: var(--qc-color-blue-light);
}

/* .tile {
        border-radius: 2px;
        border: 2px;
        box-shadow: 1px 2px 2px 2px var(--qc-color-grey-light);
        margin-left: 50px;
        padding-top: 15px;
    } */

.telephone-img,
.apartment-img,
.clock-img {
  max-width: 87%;
  padding-right: 10px;
}

.marginlr-selftel {
  margin: 0px 45px;
}

/* WT- section- WT- Answer Identified-Selfcare-Telephone end   */


/* #################################################################################################################### */


/* WT- section- WTAnswer identified- Self- Virtual  */

span#exlinktxt-selfvirtual {
  color: var(--Bleu-Bleu, #1472BF);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.select-img,
.apartment-img,
.clock-img {
  max-width: 87%;
  padding-right: 10px;
}

.end-buttons-aisv {
  padding-top: 50px;
}

/* WT- section- WTAnswer identified- Self- Virtual  - END */

/* #################################################################################################################### */

/* WT- section- WTAppointment Confirmed  */


.app-conf-text-sub-p2 {
  align-self: stretch;
  color: var(--Couleurs-Texte, #223654);

  /* Paragraphe */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.Ref-Num {
  color: var(--qc-color-blue-regular);
}

.end-buttons-appc {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 20px;
  margin-left: 0;
}

.confapphead {
  margin-top: 0px;
  align-self: stretch;
  color: var(--Couleurs-Texte, #223654);

/* Titres/Titre N2 */
font-family: Roboto;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 111.111% */
}
 .app-conf-DandT{
    color: var(--Couleurs-Texte, #223654);

/* Titres/Titre N4 */
font-family: Roboto;
font-size: 21px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 152.381% */
height: 32px;
min-height: 32px;
align-self: stretch;
  }
  .Ref-Num {
    align-self: stretch;
    color: var(--Bleu-Bleu-PIV, #095797);
    font-family: Roboto;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

/* WT- section- WTAppointment Confirmed - END */

/* #################################################################################################################### */


/* WT- section- WTAppointment List- V2  */

.arrow-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.arrow-button {
  font-size: 2rem;
  cursor: pointer;
  user-select: none;
  padding: 0 10px;
}

.scrollable-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.scrollable-cards {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 10px;
  padding: 10px;
  max-width: 80vw;
}

.appointment-container {
  border: 1px solid var(--qc-color-blue-light);
  padding: 30px;
  margin-bottom: 10px;
  border-radius: 5px;
  padding-bottom: 30px;
}

/* .appointment-card {
  flex: 0 0 250px;
  margin: 10px;

  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

  background-color: white;
} */

.appointment-card {
  /* flex: 0 0 19%;
  /* ~5 cards with spacing 
  margin: 5px;
  min-width: 200px;
  min-height: 220px;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 1px 4px var(--qc-color-grey-light);
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #ccc; */
  margin-top: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 16px;
  border: 1px solid rgba(197, 202, 210, 0.70);
  min-height: 548px;
  width: 1140px;

}


.appointment-card:hover {
  box-shadow: 0 2px 8px var(--qc-color-grey-light);
}

.appointment-heading {
  font-size: 0.9em;
  display: inline-block;
  background-color: var(--qc-color-blue-pale);
  padding: 2px 2px 2px 20px;
  width: 100%;
  background: #e6f0ff;
  font-weight: bold;
  align-items: center;
  border-bottom: 1px solid #d0d0d0;

}

.appointment-schedule {
  font-size: 1em;
}

.appointment-card.selected {
  border-color: var(--qc-color-blue-regular) !important;
  border: 2px solid;
}

.appointment-card.selected .appointment-heading {
  background-color: #095797;
  color: white;
}

.appointment-l3 {
  font-size: 1em;
}

.appointment-time {
  font-size: 1em;
}

.btn-more-appointment {
  width: 50%;
}

.button-row-list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 10px;
}

.selected-card .appointment-heading {
  background-color: var(--qc-color-blue-piv) !important;
  color: var(--qc-color-grey-pale) !important;
}

.selected-card {
  border: 2px solid var(--qc-color-blue-piv);
  border-radius: 8px;
  min-height: 225px;
}

/* .main-para {
  font-size: 1em;
  padding: 10px;
} */

.main-para {
  font-family: var(--font-family-Texte-courant, "Open Sans");
}

.question-applist {
  font-size: 1em;
  font-weight: 700;
  font-family: var(--font-family-Texte-courant, "Open Sans");
  /* margin-left: 10px; */
}

/* h3 {
    color: var(--qc-color-blue-medium);
  }

  h2 {
    color: var(--qc-color-blue-medium);
  } */

h2 {
  color: var(--qc-color-text-primary) !important;
}

.move-prev {
  float: left;
  font-size: 2em;
  font-weight: bolder;
  padding-left: 5px;
  cursor: pointer;
}

.arrow-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* vertical centering */
  height: 100%;
  /* Or set a specific height if needed */
  margin-bottom: 10px;
  /* Optional spacing */
}

.move-next {
  float: right;
  font-size: 2em;
  font-weight: bolder;
  padding-right: 10px;
  cursor: pointer;
}


.card-scroll-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 20px 0;
}

.arrow-box {
  font-size: 2em;
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  display: none;
}

.list-container-wrapper {
  overflow-x: auto;
  flex: 1;
  padding: 0 10px;
}


.error-message {
  color: red;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}


.spinner-lock {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.messagev2 {
  text-align: center;
  margin-top: 20px;
  font-style: italic;
  color: #555;
}

.btn-refusal {
  color: var(--qc-color-blue-piv);
  font-size: 16px;
  font-weight: 550;
}

.container .fa {
  line-height: inherit;
  color: grey;
}

.marginlr-applist {
  padding-top: 40px;
  padding-left: 60px;
}

.inbox-para {
  font-size: medium;
}

.endspacing {
  padding-bottom: 50px;
}

.btn.btn-sm {
  margin-bottom: 3px;
  font-weight: bold;
}


#continueBtn:disabled {
  background-color: #C4CAD1 !important;
  border-color: #C4CAD1 !important;
  color: white !important;
}


.card-body {
  font-size: 14px;
  line-height: 1.4;
  padding: 12px;
}

.info-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
}

.app-list-icon {
  flex: 0 0 16px;
  font-size: 14px;
  margin-right: 10px;
  margin-top: 2px;
}

.clock3-img {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  object-fit: contain;
}

.app-list-text {
  flex: 1;
}

.col-md-6.left-filter-Applist {
  background: var(--Couleurs-Gris-Gris-ple, #F1F1F2);
  display: flex;
  width: 560px;
  height: 67px;
  padding: 20px 20px 20px 35px;
  justify-content: space-between;
  align-items: flex-start;
  /* margin-left: 15px; */
}

.col-md-6.right-filter-Applist {

  background: var(--Couleurs-Gris-Gris-ple, #F1F1F2);
  display: flex;
  width: 560px;
  height: 67px;
  padding: 20px 20px 20px 35px;
  justify-content: space-between;
  align-items: flex-start;
}

.row.filter-sec-app-list {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.modifier-sec-App-list {
  max-width: 288px;
  color: var(--Liens-Dfaut, #095797);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */

  /* Align icon & text */
  display: inline-flex;
  align-items: center;
  gap: 6px;
  /* space between icon and text */
  text-align: center;
  /* if inside a wider container */
  cursor: pointer;
}

.id-sec-Appl-list {
  font-weight: 700;
}

/* ---------- Information Section ---------- */

/* select {
    display: flex;
    width: 354px;
    min-width: 160px;
    max-width: var(--max-content-width, 825px);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    margin-left: 25px;
  } */

/* ---------- Appointment Card ---------- */

a.modifier-sec-App-list {
  color: var(--portalThemeColor1);
}

.btn-secondary {
  background: white;
  color: #333;
  max-width: 288px;
  color: var(--Bouton-Secondaire-Libell, #095797);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border-radius: 4px;
  border: 2px solid var(--Bouton-Secondaire-Libell, #095797);
  height: 58px;
}

.btn-secondary:hover {
  background-color: #d7e4ed !important;
  color: #095797;
}

/* Responsive */
@media (max-width: 768px) {
  .info-left {
    flex-direction: column;
    height: auto;
  }
}

.row.app-list-info-head-sec {
  display: flex;
  justify-content: space-between;
  /* left/right sections apart */
  align-items: center;
  /* vertical center */
  padding: 25px;

}

.col-md-8.app-listinfo-left-time {
  display: flex;
  flex-direction: row;
  /* row instead of column */
  align-items: center;
  /* center vertically */
  gap: 10px;
  border-radius: 10px 0 0 10px;
  background-color: rgba(218, 230, 240, 0.70) !important;
  height: 64px;
  padding: 0 20px;
}

.col-md-4.app-listinfo-right-timer {

  display: flex;
  flex-direction: row;
  /* row instead of column */
  align-items: center;
  /* center vertically */
  gap: 10px;
  justify-content: flex-end;
  /* push contents to the right */
  border-radius: 0 10px 10px 0;
  background-color: rgba(218, 230, 240, 0.70) !important;
  width: 400px;
  height: 64px;
  padding: 0 20px;
}

.col-md-6.app-list-info-details-sec {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  padding-left: 25px;
}

.col-md-5.app-list-map-sec {
  border: 1px solid var(--Couleurs-Gris-Gris-moyen, #6B778A);
  background: url(<path-to-image>) lightgray -24.843px 0px / 113.6% 110.615% no-repeat;
  width: 365px;
  height: 369px;
  flex-shrink: 0;
  aspect-ratio: 79/80;
  margin-left: 50px;
}

.doctor-name {
  display: flex;
  align-items: stretch;
  /* vertical alignment */
  gap: 15px;
  padding-left: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.doctor-info {
  margin-bottom: 25px;
}

.doctor-name .usericon {
  display: block;
  width: 24px;
  /* adjust as needed */
  height: 24px;
  /* adjust as needed */
}

img.apptmenticon {
  width: 20px;
  height: 20px;
  aspect-ratio: 1 / 1;
}

img.userprofileicon {
  width: 23px;
  height: 23px;
  aspect-ratio: 1 / 1;
}

img.usericon {
  display: block;
  width: 24px;
  height: 24px;
}

img.Mapmakericon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

img.AddresslocatorIcon {

  width: 20px;
  height: 20px;
  aspect-ratio: 1 / 1;
}

.applist-detail-doc-info-text {
  color: var(--Colors-Text-text-primay, #223654);

  /* Paragraphe */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */

}

.applist-detail-info-text {
  color: var(--Colors-Text-text-primay, #223654);

  /* Paragraphe */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.app-list-bottm-sec {
  display: flex;
  padding: 0 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.applist-note {

  flex: 1 0 0;
  color: var(--Texte, #223654);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.Applist-buttons-sec {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.app-list-out-of-content-info {
  flex: 1 0 0;
  color: var(--Texte, #223654);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.app-list-out-of-cont-refuse-sec {
  max-width: 288px;
  color: var(--Liens-Dfaut, #095797) !important;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  min-width: 80px;
  max-width: 360px;
  min-height: 40px;
  max-height: 64px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.app-list-inner-sec-date {
  color: var(--Colors-Text-text-primay, #223654);
  font-family: Roboto;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  align-items: flex-start;
  padding-top: 25px;

}

.app-list-inner-sec-date-timer {
  color: var(--Colors-Text-text-primay, #223654);
  font-family: Roboto;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  align-items: flex-start;
  /* padding-top: 25px; */
  margin-bottom: 0px !important;
}

div#btm-content-applist {
  padding-left: 65px;
  /* padding-top: 50px; */
}

#divClockStatic {
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-top: 20px;
}

#divClockStatic img {
  vertical-align: middle;
  padding-right: 10px;
  padding-bottom: 4px;
}

.applist-ext-timerpopup {
  font-family: Roboto;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

.applist-ext-timerpop-text {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

#divClockStatic span {
  padding-right: 10px;
  font-weight: bold;
}


.form-select,
.crmentityformview select {
  background-image: none !important;
}

.app-list-filter-opt-txt {
  color: var(--Texte-Dfaut, #223654);
  font-feature-settings: 'liga' off, 'clig' off;

  /* Paragraphes (Open Sans)/Normal (16px)/Regular */
  font-family: var(--font-family-content, "Open Sans");
  font-size: var(--font-size-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-100, 24px);
  /* 150% */
  flex: 1 0 0;
}

.preferences-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #333;
}

.help-icon {
  width: 20px;
  height: 20px;
  background-color: #095797;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  cursor: help;
}

.app-list-multiselect-container {
  position: relative;
  width: 48%;
}

.app-list-pref-multiselect-display {
  color: var(--Icnes-Comme-liens, #095797);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 8px; */
  padding: 4px;
  border: 1px solid #6B778A;
  background-color: white;
  cursor: pointer;
  min-height: 19px;
  height: 26px;
}

.app-list-pref-multiselect-display:hover {
  border-color: #999;
}

.app-list-pref-multiselect-display.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  /* border-bottom-color: #095797; */
  border-color: #69c;
  outline: 0;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.app-list-pref-display-content {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  /* padding: 6px 8px 6px 0; */
}

.app-list-pref-clear-btn {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  font-size: 16px;
  padding: 0;
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  display: none;
}

.app-list-pref-clear-btn:hover {
  color: #333;
}

.app-list-pref-dropdown-arrow {
  margin-left: auto;
  transition: transform 0.3s ease;
  color: #666;
}

.app-list-pref-dropdown-arrow.open {
  transform: rotate(180deg);
}

.app-list-pref-multiselect-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #095797;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
}

.app-list-pref-multiselect-dropdown.show {
  display: block;
}

.app-list-pref-multiselect-option {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s ease;
}

.app-list-pref-multiselect-option:last-child {
  border-bottom: none;
}

.app-list-pref-multiselect-option:hover {
  background-color: #f8f9fa;
}

.app-list-pref-multiselect-option input[type="checkbox"] {
  margin-right: 10px;
  transform: scale(1.2);
}

.app-list-pref-multiselect-option label {
  cursor: pointer;
  margin: 0;
  font-size: 14px;
  color: #333;
}

/* Custom checkbox styling */
.app-list-pref-multiselect-option input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #095797;
  border: 2px solid #223654;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}

.app-list-pref-multiselect-option input[type="checkbox"]:checked {
  background-color: var(--Bordure-Formulaire-Selected, #1472BF);
}

.app-list-pref-multiselect-option input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='13' viewBox='0 0 17 13' fill='none'%3E%3Cpath d='M5.83325 12.4998C5.65806 12.5 5.48453 12.4655 5.32269 12.3984C5.16086 12.3313 5.01391 12.2329 4.89026 12.1088L0.890259 8.10876C0.640292 7.85867 0.499906 7.51949 0.5 7.16589C0.500094 6.81229 0.640648 6.47323 0.890747 6.22327C1.14085 5.9733 1.47999 5.83291 1.83359 5.83301C2.18719 5.8331 2.52628 5.97366 2.77625 6.22375L5.83325 9.28076L14.2242 0.890747C14.348 0.766911 14.495 0.668669 14.6567 0.601624C14.8184 0.534579 14.9918 0.500046 15.1669 0.5C15.342 0.499954 15.5153 0.534359 15.6771 0.601318C15.8389 0.668278 15.9859 0.766488 16.1097 0.890259C16.2336 1.01403 16.3318 1.16095 16.3989 1.32269C16.4659 1.48443 16.5004 1.6578 16.5005 1.83289C16.5005 2.00797 16.4661 2.18136 16.3991 2.34314C16.3322 2.50491 16.234 2.65192 16.1102 2.77576L6.77725 12.1088C6.65348 12.233 6.50635 12.3315 6.34433 12.3986C6.18231 12.4657 6.00862 12.5001 5.83325 12.4998Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.app-list-txt-prefe {
  color: var(--Texte-Dfaut, #223654);
  font-feature-settings: 'liga' off, 'clig' off;

  /* Paragraphes (Open Sans)/Normal (16px)/Bold */
  font-family: var(--font-family-content, "Open Sans");
  font-size: var(--font-size-md, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-100, 24px);
  /* 150% */
}

.app-list-perf-selcndcross {
  background: var(--Fond-Information, #DAE6F0);
  display: flex;
  min-width: 56px;
  min-height: 32px;
  /* max-height: 32px; */
  padding-left: 8px;
  padding-right: 8px;
  align-items: center;

}

.select-dropdown-arrow{
    position: absolute;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    pointer-events: none; 
    z-index: 1; 
}
.select-dropdown-arrow svg.open {
  transform: rotate(180deg);
}



/* WT- section- WTAppointment List- V2 - END  */

/* #################################################################################################################### */

/* WT- section- WTConfirmAppointment   */

input#checkbox-courriel {
  width: 24px;
  height: 24px;
  fill: var(--Fond-Dfaut, #FFF);
  stroke-width: 2px;
  stroke: var(--Bordure-Formulaire-Dfaut, #223654);
}

input#checkbox-appel {
  width: 24px;
  height: 24px;
  fill: var(--Fond-Dfaut, #FFF);
  stroke-width: 2px;
  stroke: var(--Bordure-Formulaire-Dfaut, #223654);
  padding-top: 16px !important;
}

input#checkbox-sms {
  width: 24px;
  height: 24px;
  fill: var(--Fond-Dfaut, #FFF);
  stroke-width: 2px;
  stroke: var(--Bordure-Formulaire-Dfaut, #223654);
}

div#courrielInputContainer {
  margin-left: 20px;
  display: block;
  display: flex;
  padding: 10px 10px 16px 10px;
  ;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

input#courrielEmail {
  display: flex;
  max-width: var(--Largeur-des-contenus-Maximum, 825px);
  width: 358px;
  padding: 8px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border: 1px solid var(--Bordure-Champ-Dfaut, #6B778A);
  background: var(--Fond-Dfaut, #FFF);
}


div#appelInputContainer {
  margin-left: 20px;
  display: block;
  display: flex;
  padding: 10px 10px 16px 10px;
  ;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

input#appelNumber {
  display: flex;
  max-width: var(--Largeur-des-contenus-Maximum, 825px);
  width: 358px;
  padding: 8px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border: 1px solid var(--Bordure-Champ-Dfaut, #6B778A);
  background: var(--Fond-Dfaut, #FFF);
}

div#smsInputContainer {
  margin-left: 20px;
  display: block;
  display: flex !;
  padding: 10px 10px 16px 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

input#smsNumber {
  display: flex;
  max-width: var(--Largeur-des-contenus-Maximum, 825px);
  padding: 8px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border: 1px solid var(--Bordure-Champ-Dfaut, #6B778A);
  background: var(--Fond-Dfaut, #FFF);
}

#courrielEmail::placeholder {
  color: grey !important;
  opacity: 1;
  /* Ensures full visibility of the color */
}

#appelNumber::placeholder {
  color: grey !important;
  opacity: 1;
  /* Ensures full visibility of the color */
}

#smsNumber::placeholder {
  color: grey !important;
  opacity: 1;
  /* Ensures full visibility of the color */
}

.normal-capp {
  color: var(--qc-color-blue-medium);
}

.warn-capp {
  color: var(--qc-color-accent);
  margin-bottom: 0px !important;
  font-weight: bold;
}

.errorC {
  color: var(--qc-color-error);
  margin-bottom: 0px !important;
  font-weight: bold;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.addspac {
  margin-top: 30px;
}

.App-subhead {
  color: var(--qc-color-blue-medium);
  padding-bottom: 10px;
}

.row.lftalign {
  margin-left: 1px;
}

button#btnNext {
  font-weight: bold;
}

.btn.btn-sm.btn-primary {
  margin-right: 0px !important;
}

.methoddecomm-lable-align {
  display: flex;
  max-width: var(--max-content-width, 825px);
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.errorMsg-capp {
  font-size: 0.8em !important;
  font-weight: 600 !important;
  color: var(--qc-color-error) !important;
}

/* WT- section- WTConfirmAppointment - END  */

/* #################################################################################################################### */

/* WT- section- WTLongConsent  */


.consentment-first-img {
  width: 340px;
  height: 183px;
  flex-shrink: 0;
  aspect-ratio: 340 / 183;
  margin: 130px 30px 0 -50px;
  /* background: url(<path-to-image>) lightgray 50% / cover no-repeat; */
}

.consent-sec-row-title {
  height: 39px;
  align-self: stretch;
  color: var(--Couleurs-Texte, #223654);
  font-family: Roboto;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 16px 0 15px 0;
}


.consent-sec-row-img {
  width: 260px;
  height: 241px;
  aspect-ratio: 219/203;
}

.consent-imgtxt-row {
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 13px;
  align-self: stretch;
  margin-left: 32px;
}

.consent-imgtxt-bg {
  width: 240px;
  height: 35px;
  background: var(--Couleurs-Bleu-Bleu-ple, #DAE6F0);
}

.consent-imgtxt {
  width: 235px;
  position: absolute;
  left: 3px;
  bottom: 5px;
  color: var(--Couleurs-Base-Texte, #223654);
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.end-buttons-consent {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  row-gap: 20px;
  column-gap: 20px;
  margin-top: 56px;
  font-family: "Noto Sans", sans-serif;
}

.consent-sub-head {
  color: var(--qc-color-blue-primary);
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 23px;
}

.hwthishelp {
  color: #223654;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.tAndc {
  color: var(--Couleurs-Texte, #223654);
  /* Paragraphe */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

/* WT- section- WTLongConsent - END  */

/* #################################################################################################################### */

/* WT- section- WTMy- Appointment  */


.nodata {
  display: none;
  margin-top: 30px;
  margin-left: 20px;
  font-weight: 700;
  color: var(--qc-color-blue-medium);
  font-size: x-large;
}

.button-cell {
  text-align: right;
  vertical-align: middle;
}

.button-cell button {
  width: auto;
  display: block;
  margin: auto;
  margin-right: 30px;
  background-color: #095797;
  color: white;
  font-weight: bold;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 3px;
}

button-cell button:hover {
  opacity: 1;
  background-color: #1472bf;
}

.refNo {
  color: #095797;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  /* Paragraphe/Libellé */
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
}

.apptLine {
  color: var(--Colors-Text-text-primay, #223654);
  /* Surtitre */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.btn-keepapp {
  background-color: white;
  font-weight: bold;
  color: var(--qc-color-blue-piv);
  border-color: var(--qc-color-blue-piv);
  height: 40px;
  border: none;
  min-width: 150px;
}

.btn-keepapp:hover {
  background-color: var(--qc-color-grey-pale);
  opacity: 1;
  text-decoration: underline;
}

#patientFullName {
  font-weight: 700;
}

.patientName {
  color: var(--Colors-Text-text-primay, #223654);
  /* Titres/Titre N5 */
  font-family: Roboto;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 126.316% */
}

/* .info {
    padding-bottom: 12px;
    color: var(--qc-color-blue-regular);
    font-weight: 600;
  } */

.identity {
  color: #000;
  /* Paragraphe */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.info-bar-top {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid black;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-weight: 700;
}

.row.dt-layout-row {
  border-bottom: 3px solid;
  padding-bottom: 30px;
  margin-bottom: 0px !important;
}

.info-split {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.total-entries {
  text-align: left;
}

.range-info {
  text-align: right;
}

.timestamp {
  text-align: right;
  font-style: italic;
  margin-top: 30px;
  display: none;
}

.cancel-appointment-button {
  display: flex;
  padding: 8px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;

  border-radius: 4px;
  border: 1px solid var(--Couleurs-Gris-Gris-clair, #C5CAD2);
  background: var(--Couleurs-Gris-Gris-clair, #C5CAD2);

  max-width: 288px;
  color: var(--Bouton-Principal-Libell, #FFF);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;

  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;

  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

/* Standard hover effect */
.cancel-appointment-button:hover {
  background-color: #095797;
}

/* FIRST button (top of list) */
.cancel-appointment-button.first-button {
  opacity: 0.5;
}

/* Hover for other buttons */
.cancel-appointment-button.regular-button:hover {
  background-color: #1472bf;
}

/* On hover, make it fully active */
.cancel-appointment-button.first-button:hover {
  opacity: 1;
  background-color: #1472bf;
}

button#Fermer {
  display: flex;
  padding: 8px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  max-width: 288px;
  color: var(--Liens-Dfaut, #095797);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  height: 60px;
  border: 2px solid var(--Bouton-Secondaire-Libell, #095797);

}

.identifi {
  color: #000;

  /* Titres/Titre N5 */
  font-family: Roboto;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 126.316% */
}

button.cancel-appointment-button.inactive-button {
  background-color: lightgrey;
}

/* WT- section- WTMy- Appointment - END */


/* #################################################################################################################### */

/* WT- section- WTN0AppointmentAvailable  */

.btn-link-noapp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  margin: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  text-decoration: none;
    padding: 16px 16px 16px 8px;
    gap: 8px;
    flex: 1 0 0;
    margin-bottom: 0px;
    flex: 1 0 0;
    color: var(--Liens-Dfaut, #095797);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--font-family-Texte-courant, "Open Sans");
    font-size: var(--font-size-Texte-courant-Normal, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-Texte-courant-Normal, 24px);
    display: flex;
    width: 568px;
    min-width: var(--Largeur-des-contenus-Minimum, 288px);
    max-width: var(--Largeur-des-contenus-Maximum, 825px);
    align-items: center;
    gap: 8px;
}

.btn-link-noapp:hover {
  border-top: 1px solid var(--Bordure-Dfaut, #C5CAD2);
  border-bottom: 1px solid var(--Bordure-Dfaut, #C5CAD2);
  background: var(--Fond-Dfaut, #f5f5f5);
  color: var(--Liens-Dfaut, #095797);
}

.foot-space {
  padding-bottom: 60px;
}

.middle-content {
 display: block;
    padding: 0 50px;
    justify-content: space-around;
    gap: 50px;
    align-self: stretch;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}

.end-buttons-noapp {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 85px;
}

/* .marginlr-nodestn {
  margin-top: 40px;
} */


.paddvert {
  color: var(--Couleurs-Base-Texte, #223654);

/* Titres/Titre N3 */
font-family: Roboto;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 38px;
}

.ans-id-vir-sub-p {
  height: 32px;
  min-height: 32px;
  align-self: stretch;
  color: var(--Couleurs-Base-Texte, #223654);
  font-feature-settings: 'liga' off, 'clig' off;

  /* Paragraphes (Open Sans)/Normal (16px)/Regular */
  font-family: var(--font-family-content, "Open Sans");
  font-size: var(--font-size-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-100, 24px);
  /* 150% */
}

/* WT- section- WTN0AppointmentAvailable - END */

/* #################################################################################################################### */

/* WT- section- WTN0DestinationAvailable */

.end-buttons-nda {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 68px;
}

h4.nodest-info {
  color: var(--qc-color-blue-medium);
  color: var(--Couleurs-Texte, #223654);
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  display: flex;
  width: 960px;
  min-height: 80px;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;


}

/* WT- section- WTN0DestinationAvailable - END */

/* #################################################################################################################### */

/* WT- section- WTPatient- Details  */
.minutewarningmsg {
  border-radius: 10px;
  border: 2px solid var(--Couleurs-Gris-Gris-clair, #C5CAD2);

  /* Élévation 1 */
  box-shadow: 0 1px 4px 0 rgba(34, 54, 84, 0.24);
  display: inline-flex;
  height: 146px;
  padding: 35px 50px 35px 20px;
  align-items: flex-start;
  gap: 15px;
  flex-shrink: 0;
}

.minutewarningmsg-txt {
  width: 294px;
  height: 72px;
  flex-shrink: 0;
  color: var(--Couleurs-Base-Texte, #223654);

  /* Paragraphe */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.row.subhead {
  /* padding-top: 20px; */
  margin-left: 40px;
}

.insupopup img {
  max-height: 400px;
  width: 400px;
}

.insupopup {
  display: flex;
  justify-content: center;
  align-items: center;
   

}
.popup-pref {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Couleurs-Base-Texte, #223654);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--font-family-content, "Open Sans");
    font-size: var(--font-size-sm, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-90, 20px);
    align-self: stretch;

}

.divwid {
 
    width: 327px !important;
    height: 617px !important;
    min-width: auto !important;
    
}

.popup-prefer-mid{
  display: flex;
    width: 370px !important; 
    min-width: 216px;
    max-width: 320px;
    min-height: 68px;
    max-height: 160px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    
    border: 1px solid var(--Bordure-Dfaut, #C5CAD2);
    background: var(--lvation-Surface-lvation-2, #FFF);
    box-shadow: 0 2px 8px 0 var(--lvation-Ombrage-Couleur, rgba(34, 54, 84, 0.24));
}

.form-field-error {
  border-color: var(--qc-color-error) !important;
}

.subh-identification {
  color: var(--Couleurs-Texte, #223654) !important;
  font-family: Roboto !important;
  font-size: 28px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  min-height: 42px;
}

.page-head-pd {
  color: var(--Texte-Dfaut, #223654);
  font-feature-settings: 'liga' off, 'clig' off;

  /* Niveaux de titres (Roboto)/Bureau/Niveau 1 */
  font-family: var(--font-family-Titres-et-sous-titres, Roboto);
  font-size: 48px;
  font-style: normal;
  font-weight: var(--font-weight-Titres-et-sous-titres, 700);
  line-height: 56px;
  /* 116.667% */
}

.form-group {
  margin-bottom: 20px;
  color: var(--portalThemeColor10)#223654;
  width: 400px;
}

i.fa.fa-question-circle {
  color: var(--qc-color-blue-piv);
}

.form-control {
  display: flex;
  width: 400px;
  max-width: var(--Largeur-des-contenus-Maximum, 825px);
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  max-width: var(--Largeur-des-contenus-Maximum, 825px);
  padding: 8px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  display: block;
  height: 40px !important;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border: 1px solid var(--Bordure-Champ-Dfaut, #6B778A);
  background: var(--Fond-Dfaut, #FFF);
  overflow: hidden;
  color: var(--Couleurs-Base-Texte, #223654);
  font-feature-settings: 'liga' off, 'clig' off;
  text-overflow: ellipsis;

  /* Paragraphes (Open Sans)/Normal (16px)/Regular */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

#txtSeq {
  display: flex;
  width: 188px;
  max-width: var(--Largeur-des-contenus-Maximum, 825px);
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

#ddlGender {
  display: flex;
  width: 188px;
  max-width: var(--Largeur-des-contenus-Maximum, 825px);
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.btn-pd-btnsec {
  justify-content: normal !important;
  padding-top: 60px;
  padding-bottom: 80px;
}

.dob-style {
  gap: 8px;
  align-self: stretch;
  display: flex;
  width: 400px;
  justify-content: space-between;
  align-items: flex-start;
}

.day-style {
  display: flex;
  width: 65px;
  max-width: var(--Largeur-des-contenus-Maximum, 825px);
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.month-style {
  display: flex;
  width: 215px;
  max-width: var(--Largeur-des-contenus-Maximum, 825px);
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

#ddlMonth option[disabled] {
  color: var(--Texte-Trs-subtil, #6B778A);
  font-family: var(--font-family-Texte-courant, "Open Sans");
  font-size: var(--font-size-Texte-courant-Normal, 16px);
  font-weight: 400;
  font-style: normal;
  line-height: var(--line-height-Texte-courant-Normal, 24px);
}

.year-style {
  display: flex;
  width: 84px;
  max-width: var(--Largeur-des-contenus-Maximum, 825px);
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding-left: 7px;
}

.postal-info {
  color: var(--Couleurs-Texte, #223654);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  align-self: stretch;
}

.dob-txtbox {
  height: 40px !important;
  display: flex;
  max-width: var(--Largeur-des-contenus-Maximum, 825px);
  padding: 8px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border: 1px solid var(--Bordure-Champ-Dfaut, #6B778A);
  background: var(--Fond-Dfaut, #FFF);
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}

.dob-txtbox:focus {
  border-color: #69c;
  outline: 0;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.form-control::placeholder {
  color: grey !important;
  opacity: 1;
  /* Ensures full visibility of the color */
}

#txtDay::placeholder {
  color: grey !important;
  opacity: 1;
  /* Ensures full visibility of the color */
}

#txtYear::placeholder {
  color: grey !important;
  opacity: 1;
  /* Ensures full visibility of the color */
}

#ddlGender option[disabled] {
  color: grey;
}

#suivant-btn-pd:disabled {
  background-color: #C4CAD1 !important;
  border-color: #C4CAD1 !important;
  color: white !important;
}

.pd-right-sec {
  background-color: #ffffff;
  padding: 35px 50px 35px 20px;
  width: 80%;
  max-width: 800px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  border-radius: 10px;
  border: 2px solid var(--Couleurs-Gris-Gris-clair, #C5CAD2);

  /* Élévation 1 */
  box-shadow: 0 1px 4px 0 rgba(34, 54, 84, 0.24);

}

.pd-info-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;

  flex: 0 0 180px;

}

.pd-info-icon {
  flex-shrink: 0;
  border-radius: 50%;
  /* background-color: #dbeafe; */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .info-icon::before {
    content: "i";
    color: #3b82f6;
    font-weight: 600;
    font-size: 14px;
} */

.pd-info-icon img {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin-top: 0px;

}

.pd-info-header p {
  color: var(--Couleurs-Base-Texte, #223654);
  font-family: Roboto;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  width: 308px;
  flex-shrink: 0;
}

.pd-info-step {
  margin-bottom: 20px;
  display: flex;
  max-width: 360px;
  /* height: 513px; */
  flex-direction: column;
  align-items: flex-start;
  padding-left: 40px;
}

.pd-info-step:last-child {
  margin-bottom: 0;
}

.pd-step-title {
  margin: 0 0 12px 0;
  font-size: 19px;
  font-weight: 700;
  color: #223654;
  letter-spacing: 0.05em;
}

.pd-step-heading {
  margin: 0 0 16px 0;
  font-size: 19px;
  font-weight: 600;
  color: #223654;
  line-height: 1.3;
}

.pd-step-text {
  margin: 0;
  font-size: 16px;
  color: #223654;
  line-height: 1.6;
}

/* Tablet responsive */
@media (max-width: 1024px) {
  .pd-right-sec {
    max-width: 700px;
    padding: 28px;
    gap: 32px;
  }

  .info-steps-container {
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .pd-right-sec {
    padding: 24px;
  }

  .pd-info-header p {
    font-size: 16px;
  }

}

@media (max-width: 640px) {
  .pd-right-sec {
    padding: 20px;
    border-radius: 8px;
  }


  .pd-info-icon {
    width: 20px;
    height: 20px;
  }

  .pd-info-icon::before {
    font-size: 12px;
  }


  .pd-info-step {
    margin-bottom: 18px;
  }

  .pd-step-title {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .pd-step-text {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .pd-right-sec {
    padding: 16px;
    margin: 0 8px;
  }

  .pd-info-icon {
    width: 18px;
    height: 18px;
    margin-top: 1px;
  }

  .pd-info-icon::before {
    font-size: 11px;
  }

  .pd-info-header p {
    font-size: 14px;
    line-height: 1.3;
  }

  .pd-info-step {
    margin-bottom: 16px;
  }

  .pd-step-title {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .pd-step-text {
    font-size: 12px;
    line-height: 1.5;
  }
}

@media (max-width: 320px) {
  .pd-right-sec {
    padding: 14px;
    margin: 0 4px;
  }

  .pd-info-header p {
    font-size: 13px;
  }

  .pd-step-text {
    font-size: 11px;
  }
}

.pc-nam-pg {
  align-self: stretch;
  color: var(--Couleurs-Texte, #223654);

  /* Surtitre */
  font-family: "Open Sans";
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

/* WT- section- WTPatient- Details - END */

/* #################################################################################################################### */

/* WT- section- WTPostal-Code */
.pc-checkbox-item {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}.pc-bottom-spacing{
  padding-bottom: 100px;
   display: flex; 
   flex-wrap: wrap;
}
.pc-checkbox-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  margin-right: 12px;
  cursor: pointer;
  accent-color: #1565C0;
  flex-shrink: 0;
  margin-top: 2px;
}

.pc-checkbox-item label {
  flex: 1 0 0;
  color: var(--Texte-Dfaut, #223654);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--font-family-content, "Open Sans");
  font-size: var(--font-size-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-100, 24px);
}

.btn-sec-postal {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}

.button-row-postal {
  padding-bottom: 10px;
  padding-top: 24px;
}

.err-msg-postal {
  color: red;
  display: none;
  font-weight: bold;
}

@media (min-width: 993px) {
  .w3-modal-content {
    width: 50%;

  }
}


.postal-code-subhead {
  color: var(--qc-color-blue-medium);
  height: 42px;
  flex-shrink: 0;
  align-self: stretch;
  color: var(--Couleurs-Texte, #223654);

  /* Titres/Titre N3 */
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 114.286% */
}


.code-postal-item {
  display: flex;
  max-width: var(--max-content-width, 825px);
  flex-direction: column;
  align-items: flex-start;
}

.code-postal-input {
  display: flex;
  width: 140px;
  max-width: var(--max-content-width, 825px);
  padding: 8px;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--Bordure-Champ-Dfaut, #6B778A);
  background: var(--Fond-Dfaut, #FFF);
  color: var(--Couleurs-Bleu-Bleu-fonc, #223654);
  font-feature-settings: 'liga' off, 'clig' off;
  text-overflow: ellipsis;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.submit-btn-disabled:disabled {
  background-color: #C4CAD1 !important;
  border-color: #C4CAD1 !important;
  color: white !important;
}

.PCSubhead {
  margin-top: 10px;
}

#txtPostalCode::placeholder {
  color: grey !important;
  opacity: 1;
  /* ensures the color isn't transparent */
}

/* .sec {
        margin-left: 20px;
    } */



.postal-code-lbl {
    color:  #223654;
    font-family: "Open Sans";
    font-size:  16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
    margin-bottom: 0px !important;
}
.pc-btn-no{
  border-radius: 4px;
    background-color: white;
    color: var(--qc-color-blue-regular);
    border-color: var(--qc-color-blue-regular);
    min-width: 130px;
    max-width: 360px;
    min-height: 56px;
    max-height: 80px;
    flex-direction: column;
    align-items: flex-start;
    color: var(--Bouton-Secondaire-Libell, #095797);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--font-family-Texte-courant, "Open Sans");
    font-size: var(--font-size-Texte-courant-Normal, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-Texte-courant-Normal, 24px);
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    height:56px;
    

}
.txtnam-lbl{
    color:  #223654;
    font-family:  "Open Sans";
    font-size:  16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

/* WT- section- WTPostal-Code - END */

/* #################################################################################################################### */

/* WT- section- VAIQuestions */


#remainingC {
  font-size: 0.75em;
  float: right;
}

/* .radio-item [type="radio"] {
  display: none;
} */

.radio-item [type="radio"] {
  position: absolute;
  opacity: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap;
}


.radio-item+.radio-item {
  margin-top: 15px;
}

.radio-item label {

  min-width: 500px;
  white-space: normal;
  position: relative;
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--font-family-Texte-courant, "Open Sans");
  font-size: var(--font-size-Texte-courant-Normal, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--line-height-Texte-courant-Normal, 24px);
  min-height: 56px;
  padding: 14px 10px 10px 50px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
  transition: box-shadow 0.3s ease, border-color 0.3s ease, border-radius 0.3s ease;
  word-wrap: break-word;

}

.radio-item label:after,
.radio-item label:before {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.radio-item label:after {
  height: 16px;
  width: 16px;
  border: 1px solid #223654;
  left: 21.5px;
  top: calc(50% - 8px);
}

.radio-item label:before {
  background: #095797;
  height: 12px;
  width: 12px;
  left: 23.5px;
  top: calc(50% - 6px);

  opacity: 0;
  visibility: hidden;

}

/* when radio is focused, apply style to the label */
.radio-item input[type="radio"]:focus+label::after {
  /* outline: 2px solid #095797; 
  outline-offset: 2px; */
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


.radio-item [type="radio"]:checked~label {
  border-color: #c5cad2;
  background-color: #dae6f0;
}

.radio-item [type="radio"]:checked~label::before {
  opacity: 1;
  visibility: visible;

}

.button-row-que div {
  display: inline;
  float: right;
  padding-top: 40px;
}

.button-row-que {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 0px;
}

.form-group-que {
  margin-bottom: 15px;
  margin-left: 14px;
}

.message {
  font-size: 0.8em !important;
  font-weight: 600 !important;
  color: var(--qc-color-success) !important;
}


.response-title-vaique {
  color: var(--qc-color-blue-medium);
  width: 968px;

  flex-shrink: 0;
  color: var(--Couleurs-Texte, #223654);


  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  padding-left: 15px;
  padding-bottom: 40px;


}

#txtSearch::placeholder {
  color: var(--qc-color-grey-regular) !important;
}

#txtSearch:focus {
  border-color: #69c;
  outline: 0;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.w3-teal,
.w3-hover-teal:hover {
  color: var(--qc-color-blue-medium) !important;
  background-color: white !important;
}

.marginlr-vaiQ {
  margin: 10px 55px;
  font-size: 16px;
  color: var(--qc-color-blue-dark);
  font-family: 'Open Sans';
}

textarea#txtSearch {
  min-height: 100px;
  margin-top: 40px;
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  width: 100%;
}

.error-message-que {
  color: red !important;
  font-size: medium;
  margin-top: 10px;
  display: block;
  margin-left: 55px;
}

#submitButton:disabled {
  background-color: #C4CAD1 !important;
  border-color: #C4CAD1 !important;
  color: white !important;
}

.col-md-3.btn-sec-vai {
  display: flex;
  justify-content: flex-start;
  gap: 32px;
}

label.complaint-que {
  height: 42px;
  align-self: stretch;
  color: var(--Couleurs-Texte, #223654);
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;

}

/* .radio-item input[type="radio"] {
  display: none;
} */



.radio-item label:hover {
  box-shadow: 0 0 2px #0f6cbd;
  border-color: #0f6cbd;
}

.radio-item input[type="radio"]:checked+label {
  box-shadow: 0 0 2px #0f6cbd;
  border-color: #0f6cbd;
}

.radio-item {
  display: flex;
  width: 430px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.reassurance-txt {
  color: #223654;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}


/* WT- section- VAIQuestions- END */

/* #################################################################################################################### */


/* WT- section- WTFAQall-category */
:root {
  --Bordure-Dfaut: #C5CAD2;
  --Fond-Subtil: #F1F1F2;
  --Fond-Dfaut: #FFF;
}

.faq-item {
  display: flex;
  width: 1096px;
  flex-direction: column;
  align-items: flex-start;

  color: var(--Texte-Dfaut, #223654);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--font-family-content, "Open Sans");
  font-size: var(--font-size-md, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--line-height-100, 24px);
  /* 150% */
}

.faq-question {
  width: 1096px;
  background: var(--Fond-Subtil);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  gap: 16px;
  cursor: pointer;
  font-weight: 600;

  border-top: none;
  border-left: none;
  border-right: none;
}

.faq-item.active .faq-question {
  border-top: 1px solid var(--Bordure-Dfaut);
  border-left: 1px solid var(--Bordure-Dfaut);
  border-right: 1px solid var(--Bordure-Dfaut);
}

.faq-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-answer {
  display: none;
  width: 100%;
  padding: 24px 16px;
  background: var(--Fond-Dfaut);
  align-items: flex-start;
  gap: 8px;

  color: var(--Texte-Dfaut, #223654);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--font-family-content, "Open Sans");
  font-size: var(--font-size-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-100, 24px);
  /* 150% */

  border-left: 1px solid var(--Bordure-Dfaut);
  border-right: 1px solid var(--Bordure-Dfaut);
  border-bottom: 1px solid var(--Bordure-Dfaut);
  margin-top: -1px;
}


.faq-item.active .faq-answer {
  display: block;
}

a.FAQanslink {
  font-size: medium;
}

.faq-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.subh {
  width: 1010px;
  height: 21px;
  flex-shrink: 0;
  color: var(--Couleurs-Texte, #223654);
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

/* WT- section- WTFAQall-category- END */

/* #################################################################################################################### */


/* WT- section- WTFA-home */
/* ✅ Modal overlay */
.cookie-modal {
  position: fixed;
  inset: 0;
  background: rgba(34, 54, 84, 0.6);
  /* Grey background */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  /* On top of everything */
}

/* ✅ Content box */
.home-cookiebanner-cookie-content {
  border: 1px solid var(--Bordure-Dfaut, #C5CAD2);
  background: var(--Fond-Dfaut, #FFF);
  box-shadow: 0 2px 8px rgba(34, 54, 84, 0.24);
  border-radius: 2px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 56px;

  max-width: 1110px;
  min-width: 660px;
  padding: 32px 48px;
  height: 240px;
}

/* ✅ Left text */
.home-cookiebanner-cookie-text {
  flex: 1;
  color: var(--Texte-Dfaut, #223654);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.home-cookiebanner-cookie-title {
  color: var(--Texte-Dfaut, #223654);
  font-feature-settings: 'liga' off, 'clig' off;
  margin-bottom: 8px;
  /* Paragraphes (Open Sans)/Normal (16px)/Bold */
  font-family: var(--font-family-content, "Open Sans");
  font-size: var(--font-size-md, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-100, 24px);
  /* 150% */
  align-self: stretch;
}

.home-cookiebanner-cookie-desc {
  color: var(--Texte-Dfaut, #223654);
  font-feature-settings: 'liga' off, 'clig' off;
  /* Paragraphes (Open Sans)/Normal (16px)/Regular */
  font-family: var(--font-family-content, "Open Sans");
  font-size: var(--font-size-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-100, 24px);
  /* 150% */
  align-self: stretch;
}

.home-cookiebanner-cookie-desc a {
  color: var(--Liens-Dfaut, #095797);
  font-feature-settings: 'liga' off, 'clig' off;

  /* Liens (souligné)/Normal (16px)/Regular */
  font-family: var(--font-family-content, "Open Sans");
  font-size: var(--font-size-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-100, 24px);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* ✅ Right button */
.home-cookiebanner-cookie-actions {
  display: flex;
  min-width: 209px;
  max-width: 627px;
  padding-left: 50px;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px 24px;
  flex-wrap: wrap;
}

.home-cookiebanner-btn-continue {
  border: 2px solid var(--Bouton-Principal-Dfaut, #095797);
  background: var(--Bouton-Principal-Dfaut, #095797);
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  overflow: hidden;
  color: var(--Bouton-Principal-Libell, #FFF);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  text-overflow: ellipsis;
  font-family: var(--font-family-content, "Open Sans");
  font-size: var(--font-size-md, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-100, 24px);
  display: -webkit-box;
  max-width: 288px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  flex: 1 0 0;
}

.home-cookiebanner-btn-continue:hover {
  border-color: #156bb2 !important;
  background-color: #156CB2 !important;
}

.btn-category-FAQhome {
  width: 352px;
  height: 135px;
  min-width: 256px;
  max-width: 352px;
  padding: 24px 52px 24px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 8px;
  color: var(--Texte-Dfaut, #223654);
  font-feature-settings: 'liga' off, 'clig' off;

  /* Paragraphes (Open Sans)/Large (18px)/Bold */
  font-family: var(--font-family-Texte-courant, "Open Sans");
  font-size: var(--font-size-Texte-courant-Large, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-Texte-courant-Large, 28px);
  /* 155.556% */
  flex: 1 0 0;
  border: 1px solid var(--Bordure-Dfaut, #C5CAD2);
  background: var(--lvation-Surface-lvation-1, #FFF);

  /* Ombrages/Élévation 1 */
  box-shadow: 0px 1px 4px 0px var(--lvation-Ombrage-Couleur, rgba(34, 54, 84, 0.24));
}

.questtion-p-txt-faqh {
  color: var(--Couleurs-Base-Texte, #223654);

  /* Titres/Titre N5 */
  font-family: Roboto;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 126.316% */
}

.subh2-sec-faqh {
  display: flex;
  width: 1010px;
  padding-bottom: 21px;
  justify-content: center;
  align-items: center;
}

.sbh2-faqh {
  width: 1010px;
  height: 21px;
  /* flex-shrink: 0; */
  color: var(--Couleurs-Texte, #223654);

  /* Titres/Titre N3 */
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 114.286% */
}

.home-end-row-card-sec {
  margin-left: 0;
  margin-top: 20px;
  gap: 24px !important;
  display: flex
}

.home-end-row-card-sec-CS {
  width: 344px;
  padding-right: 0px;
  margin-left: -38px !important;
}

.home-end-row-card-sec-CS-btn {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;

}

.postnampopuperror img {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  flex-shrink: 0;
  display: block;
  /* Prevents inline spacing issues */
}

.postnampopuperror {
  display: flex;
  max-width: 825px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  margin-top: 8px;
}

.postnampopuperror-txt {
  flex: 1 0 0;
  color: var(--Couleurs-Rouge-Rouge, #CB381F);
  font-feature-settings: 'liga' off, 'clig' off;

  /* Paragraphes (Open Sans)/Normal (16px)/Regular */
  font-family: var(--font-family-Texte-courant, "Open Sans");
  font-size: var(--font-size-Texte-courant-Normal, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-Texte-courant-Normal, 24px);
  /* 150% */
}

/* WT- section- WTFA-home- end */

/* #################################################################################################################### */



/* WT- section- HomeAM- end */

/* .tile1 {
    height: 300px;
    background-color: #DAE6F0;
    box-shadow: 0 1px 4px var(--qc-color-grey-light);
  }

  .title3 {
    margin-top: 5% !important;
  } */

  a.home-am-end-sec-anch-txt{

  color: var(--Liens-Dfaut, #095797);
font-feature-settings: 'liga' off, 'clig' off;

/* Liens (souligné)/Normal (16px)/Regular */
font-family: var(--font-family-Texte-courant, "Open Sans");
font-size: var(--font-size-Texte-courant-Normal, 16px);
font-style: normal;
font-weight: 400;
line-height: var(--line-height-Texte-courant-Normal, 24px); /* 150% */
text-decoration-line: underline !important;
text-decoration-style: solid !important;
text-decoration-skip-ink: none;
text-decoration-thickness: auto !important;
text-underline-offset: auto;
text-underline-position: from-font;
}

.first-tile-homeam {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  height: 385px;
  cursor: pointer;
  border: 1px solid var(--Bordure-Dfaut, #C5CAD2) !important;
  /* background: rgba(218, 230, 240, 0.70); */
  /* Ombrages/Élévation 1 */
  box-shadow: 0px 1px 4px 0px var(--lvation-Ombrage-Couleur, rgba(34, 54, 84, 0.24));
  background-color: #FFF;
  padding: 32px 24px !important;
  width: 100%;
}

.first-tile-content-homeam {
  align-self: stretch;
  color: var(--Texte, #223654);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin-bottom: -5px;
  padding-bottom: 8px;
}

.btn-sag-homeam {
  color: var(--qc-color-blue-regular) !important;
  font-weight: bold;
  background-color: white;
  border-radius: 5px;
  border-color: var(--qc-color-blue-regular) !important;
  padding: 3%;
}

.btn-sag-homeam-connect {
  color: var(--Bouton-Principal-Libell, #FFF);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  
  /* Paragraphes (Open Sans)/Normal (16px)/Semibold */
  font-family: var(--font-family-Texte-courant, "Open Sans");
  font-size: var(--font-size-Texte-courant-Normal, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--line-height-Texte-courant-Normal, 24px); /* 150% */
  display: flex;
  padding: 8px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid var(--Bouton-Principal-Dfaut, #095797);
  background: var(--Bouton-Principal-Dfaut, #095797);
}


.disable-tile{
  border: 1px solid var(--Bordure-Dfaut, #C5CAD2);
  background: rgba(241, 241, 242, 0.50);
  color: var(--Colors-Text-text-secondary, #4E5662);
}

.tile12-homeam {
  height: 220px;
  display: flex;
  /* margin-top: -20px; */
}

.tile9-homeam {
  margin-top: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
/*
 .div.title1 {
    width: 100%;
    height: auto;
    background-image: src('/Illustration_comp');
  } */
   
.Humans-img-homeam {
  /* transform: scaleX(-1) scale(1.5); */
  transform: scaleX(-1);
  height: 100%;
  width: 100%;
  /* margin-left: 210px; */
  /* max-width: 87%; */

}

.btn-commencer {
  color: var(--qc-color-blue-regular);
  font-size: large;
  display: flex;
  justify-content: flex-end;
  margin-top: -20px;
  border: none;
  background-color: none;
  /* padding-right: 20px; */
  opacity: 0;
  /* hidden */
  visibility: hidden;
  /* prevent accidental clicks */

}

.btn-start-Commencer-homeam {
  border: none;
  background-color: transparent;
  font-weight: bold;
  padding-right: 0px;
  padding-left: 0px;
  color: var(--Liens-Dfaut, #095797);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Open Sans";
  font-size: var(--font-size-md, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--line-height-100, 24px);
  /* 150% */
  max-width: 288px;
}

.row2-homeam {
  background-color: var(--qc-color-grey-pale);
  padding-bottom: 40px;
}

.tile-heading-homeam {

  /* max-inline-size: 825px; */
  color: var(--Texte-Dfaut, #223654);
  /* Titres/Titre N4 */
  font-family: Roboto;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 152.381% */
  text-align: left;
}

.illustration-img-homeam {
  /* padding-top: 20px !important; */
  max-width: 100% !important;
  padding-top: 0px !important;
}

.tile-head-homeam {
  /* color: #223654;
    font-size: large;
    font-weight: bolder; */
  color: var(--Texte-Dfaut, #223654);
  font-feature-settings: 'liga' off, 'clig' off;
  /* Paragraphes (Open Sans)/Large (18px)/Bold */
  font-family: var(--font-family-Texte-courant, "Open Sans");
  font-size: var(--font-size-Texte-courant-Large, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-Texte-courant-Large, 28px);
  /* 155.556% */
}


/* Figma code updated for all tile */

.homeam-tile {
  position: relative;
  display: flex;
  width: 344.102px;
  min-width: 256px;
  max-width: 352px;
  padding: 32px 24px 40px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border: 1px solid var(--Bordure-Dfaut, #C5CAD2);
  background: var(--lvation-Surface-lvation-1, #FFF);
  box-shadow: 0px 1px 4px 0px var(--lvation-Ombrage-Couleur, rgba(34, 54, 84, 0.24));
  transition: border 0.2s ease, box-shadow 0.2s ease;
  /* Optional for smooth effect */
  cursor: pointer;
  height: 180px;
  /* margin-top: 4%; */
}

.homeam-tile:hover,
.first-tile-homeam:hover {
  border: 1px solid #1472bf !important;
  box-shadow: 0px 2px 8px rgba(34, 54, 84, 0.24);

}

.first-tile-homeam:hover .btn-commencer {
  opacity: 1;
  visibility: visible;
}

.first-tile-homeam:hover {
  background: rgba(218, 230, 240, 0.70);
}

.mid-tile-content-homeam {
  color: var(--Texte-Dfaut, #223654);
  font-feature-settings: 'liga' off, 'clig' off;

  /* Paragraphes (Open Sans)/Small (14px)/Regular */
  font-family: var(--font-family-Texte-courant, "Open Sans");
  font-size: var(--font-size-Texte-courant-Small, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-Texte-courant-Small, 20px);
  /* 142.857% */
  text-align: left;
}

.mid-tile-title-content-homeam {
  width: 658.276px;
  height: 42px;
  flex-shrink: 0;
  display: inline-block;
  color: var(--Couleurs-Texte, #223654);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 37px;
}

.last-tile-content-homeam {
  color: var(--Couleurs-Texte, #223654);
  /* Paragraphe */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-bottom: 0px;
}

.first-head-content-homeam {
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
}

/* .tile {
    position: relative;
    padding: 24px;
    min-height: 140px;
    box-shadow: 0 1px 4px var(--qc-color-grey-light);
    cursor: pointer;
    transition: all 0.3s ease;
  } */

.homeam-tile .fa-external-link {
  position: absolute;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.homeam-tile:hover .fa-external-link {
  opacity: 1;
}

.homeam-tile .fa-arrow-right {
  position: absolute;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.homeam-tile:hover .fa-arrow-right {
  opacity: 1;
}


/* WT- section- HomeAM- end */

/* WT- section- Answer Identified OHP */
.btn-link-ohp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin: 20px 0;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  cursor: pointer;
  text-decoration: none;
  color: var(--qc-color-blue-piv);
}

.btn-link-ohp:hover {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

.exlinktxt-ohp {
  font-size: var(--qc-font-size-h5);
  cursor: pointer;
  color: var(--qc-color-blue-light);
}

/* WT- section- Answer Identified OHP - end */


/* Common- section- for Question-answer-Timeline - Start */

.comm-sec-timeline-container {
  border-radius: 5px;
  border: 1px solid var(--Couleurs-Gris-Gris-clair, #C5CAD2);
  box-shadow: 0 1px 4px 0 rgba(34, 54, 84, 0.24);
  display: flex;
  padding: 25px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  position: relative;
  padding-left: 50px;
  /* space for SVG circles */
  width: 961px;
}

.comm-sec-timeline-item {
  position: relative;
  margin-bottom: 18px;
  padding-left: 20px;
}

.comm-sec-timeline-item::before {
  content: '';
  position: absolute;
  left: -13px;
  top: 0;
  width: 26.268px;
  height: 26.268px;
  background-image: url('Ellipse.svg');
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  z-index: 2;
}

.comm-sec-expand-questions-ans {
  display: flex;
  padding: 22px 0;
  flex-direction: row;
  /* justify-content: start;
    align-items: flex-start; */
  gap: 8px;
  align-self: stretch;
  color: var(--Liens-Dfaut, #095797);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--font-family-Texte-courant, "Open Sans");
  font-size: var(--font-size-Texte-courant-Normal, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-Texte-courant-Normal, 24px);
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}

.comm-sec-expand-text-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none !important;
  background-color: white !important;
}

.comm-sec-reference-no-txt {
  color: var(--Couleurs-Texte, #223654);
  /* Titres/Titre N6 */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 137.5% */
  padding: 10px 0 !important;
  margin: 0 !important;
}

.comm-sec-print-info {
  color: var(--Couleurs-Base-Texte, #223654);
  font-family: Roboto;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0px;
  padding-bottom: 15px;
}

.comm-sec-app-date-txt {
  color: var(--Couleurs-Texte, #223654);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin: 0px;
  padding-bottom: 25px;
}


/* Vertical line */
.comm-sec-timeline-item::after {
  content: "";
  position: absolute;
  left: 13px;
  /* align with circle center */
  top: 33%;
  /* start at circle center */
  width: 2.5px;
  height: 110%;
  /* go full height to reach next circle */
  background: #095797;
  z-index: 0;
}

.comm-sec-timeline-item:last-child::after {
  display: none;
}

.comm-sec-circle-wrapper {
  position: absolute;
  left: 0px;
  top: 0;
  width: 27px;
  height: 27px;
  z-index: 1;
  /* keep circle above line */
}

.comm-sec-circle-wrapper svg {
  width: 27px;
  height: 27px;
}

.comm-sec-circle-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: bold;
  color: white;
}

.comm-sec-question {
  font-weight: 600;
  margin-bottom: 4px;
  margin-left: 32px;
  color: var(--Texte-Dfaut, #223654);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 171.429% */
}

.comm-sec-answer {
  color: #333;
  margin-left: 32px;
  color: var(--Texte-Dfaut, #223654);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* Initially collapsed */
#que-ans {
  display: none;
}

/* Optional: rotate arrow when expanded */
.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.comm-taskid-sec {
  color: var(--Colors-Text-text-primay, #223654);

  /* Paragraphe */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  /* width: 450px; */
  /* padding: 16px 0; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-left: 0px !important;
  padding-right: 46px;
}


/* Common- section- for Question-answer-Timeline - end */

.ans-id-vir-sub-p {
  height: 32px;
  min-height: 32px;
  align-self: stretch;
  color: var(--Couleurs-Base-Texte, #223654);
  font-feature-settings: 'liga' off, 'clig' off;

  /* Paragraphes (Open Sans)/Normal (16px)/Regular */
  font-family: var(--font-family-content, "Open Sans");
  font-size: var(--font-size-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-100, 24px);
  /* 150% */
}

.comm-head-and-quit-sec {
  display: flex;

  height: 180px;
  min-width: 1060px;
  padding: var(--Niveaux-de-titres-Bureau-H1-Marge-du-haut, 72px) 0 var(--Niveaux-de-titres-Bureau-H1-Marge-du-bas, 40px) 0;
  align-items: center;
  gap: 24px;

}
.comm-head-and-quit-sec-app-confirm {
  display: flex;
  margin-left: -40px;
  height: 180px;
  min-width: 1060px;
  padding: var(--Niveaux-de-titres-Bureau-H1-Marge-du-haut, 72px) 0 var(--Niveaux-de-titres-Bureau-H1-Marge-du-bas, 35px) 0;
  align-items: center;
  gap: 25px;
align-items: flex-start;
align-content: flex-start;
/* gap: 35px 29px; */
align-self: stretch;
flex-wrap: wrap;

}

.comm-sec-for-QandTid {
  display: flex;
  min-width: 1060px;
  align-items: center;

}

.comm-sec-self-t-desc-lebel-sec {
  color: var(--Colors-Text-text-primay, #223654);

  /* Paragraphe */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
}


.tile-header-homeam {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.tile-header-homeam .icon-homeam {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.tile-heading-homeam {
  color: var(--Colors-Text-text-primay, #223654);

  /* Titres/Titre N3 */
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 114.286% */
}

.feedback-button {
  display: flex;
  min-width: 80px;
  max-width: 360px;
  min-height: 40px;
  max-height: 64px;
  /* height: 40px !important;
    width: 80px !important; */
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--Bouton-Secondaire-Libell, #095797);
  background-color: white;
}

.feedback-button strong {
  overflow: hidden;
  color: var(--Bouton-Secondaire-Libell, #095797);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  text-overflow: ellipsis;
  white-space: nowrap;

  /* Paragraphes (Open Sans)/Normal (16px)/Semibold */
  font-family: var(--font-family-content, "Open Sans");
  font-size: var(--font-size-md, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--line-height-100, 24px);
  /* 150% */
}


.feedback-link {
  color: var(--Liens-Dfaut, #095797);
  font-feature-settings: 'liga' off, 'clig' off;
  /* Liens (souligné)/Normal (16px)/Regular */
  font-family: var(--font-family-content, "Open Sans");
  font-size: var(--font-size-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-100, 24px);
  /* 150% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.comment {
  display: flex;
  height: 232px;
  min-width: 240px;
  max-width: 528px;
  min-height: 108px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

.reason {
  display: flex;
  min-width: 240px;
  max-width: var(--max-content-width, 825px);
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.service {
  display: flex;
  width: 1280px;
  height: 788px;
  min-width: var(--Largeur-des-contenus-Minimum, 288px);
  max-width: 1280px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.submit-feedback {
  display: flex;
  min-width: 80px;
  max-width: 360px;
  min-height: 40px;
  max-height: 64px;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  background-color: #095797;
  color: white;
  padding: 8px 16px;
  align-items: center;
  align-self: stretch;
  border: none;
}

.required-star {
  color: #CB381F;
}

textarea#txtarea {
  min-height: 100px;
  margin-top: 40px;
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  width: 100%;
}


/* Fix alignment for "Vos questions et réponses" */
/* #referenceText {
  /* replace with the actual class/id of that element 
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin: 0 !important;
  padding: 5px 0 !important;
} */

/* Fix alignment for footer */
@media (min-width: 992px) {
  .col-md-4.contact-info-row {
    padding-left: 70px;
  }
}


/* printing alignment for all pages*/
@media print {
  @page {
    /* Only control margins, not orientation */
    margin: 10mm 15mm;
  }

  body {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
   .row {
    display: flex !important;
    flex-wrap: nowrap !important;
  }

  .container {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: visible;
    word-wrap: break-word;
    /* padding-left: 100px;
    padding-right: 100px; */
  }

  img,
  table {
    max-width: 100% !important;
    height: auto !important;
    page-break-inside: avoid !important;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    word-break: break-word;
  }
 
  .col-md-8 {
    width: 66.6666% !important;
    float: left !important;
  }
.btn-Quit {
  white-space: nowrap !important;
  font-weight: 600 !important;
  background: white !important;
  border: none !important;
  color: #003366 !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
}

 #que-ans {
    display: block !important;
    visibility: visible !important;
  }



footer .row {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 20px !important; 
}

footer .col-md-4 {
  width: 32% !important; 
  padding: 0 10px !important; 
  box-sizing: border-box !important;
}

footer .col-md-4:last-child {
  margin-right: 0 !important;
}


  
  
}


.ai-sens-self-dynamic-txt {
  color: var(--Colors-Text-text-primay, #223654);
  /* Paragraphe */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 0;
  align-self: stretch;
}

/* @media print and (orientation: landscape) {
    @page {
        size: A4 landscape;
        margin: 15mm 20mm;
    }
    
    body {
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 12px;
    }
}
*/



/* WT-PostalNamPopup    --- start */

.nam-pop-end-txt {
  font-size: 14px;
  color: var(--Couleurs-Texte, #223654);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  height: 60px;
  flex-direction: column;
  justify-content: center;
}





/* WT-PostalNamPopup    --- end */


.consent-check{
display: flex;
padding: 10px 0;
align-items: flex-start;
gap: 10px;
align-self: stretch;
}
 
.consent-check-label{
color: var(--Texte-Dfaut, #223654);
font-family: "Open Sans";  font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
padding-top: 4px;
}

.consent-body-align-sec-subh{
  display: flex;
padding: 0 50px;
flex-direction: column;
align-items: flex-start;
gap: 50px;
align-self: stretch;
}

.consent-body-align-sec{
  display: flex;
padding: 0 50px;
flex-direction: column;
align-items: flex-start;

align-self: stretch;
}
.txt-info-vir{
  display: flex;
    align-items: center;
    gap: 5px;
    align-self: stretch;
    padding-bottom: 30px;
}

.pd-mid-sec{display: flex;width: 1080px;padding: 0 50px 20px 15px;flex-direction: column;align-items: flex-start;margin-top: 30px;}


.websitelink-destination{
  color: var(--Bleu-Bleu, #1472BF);
  /* Paragraphe */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}


#txtNAMHeader {
  text-transform: uppercase;
}

  .disabled-btn-class,
    .disabled-btn-class:hover {
      
        background-color: #C5CAD2 !important;
        border-color: #C5CAD2 !important;
        color: #FFF !important;
        opacity: 0.5;
        cursor: not-allowed;
    }

    .app-conf-h{
      display: flex;
flex-direction: column;
align-items: flex-start;
gap: 5px;
flex: 1 0 0;
    }
 
    
/* section for the resize modal  */
/* #myModal{
  padding-top: 102px;
}

.custom-fullscreen-modal  {
  width: 100vw;
  height: 100vh;
  margin: 0;
  max-width: none;
}

.custom-fullscreen-modal .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.custom-fullscreen-modal .modal-content .modal-body {
  padding-left: 10%;
}

.custom-fullscreen-modal .title-welcome {
  font-size: 36px !important;
} */
/* section for the resize modal  */