#messages-table tr:hover {
  background-color: #f8f9fa;
}
div#apiResult {
    white-space: pre;
}
.table tr:first-child th:first-child {
  border-top-left-radius: 5px;
}

.table tr:first-child th:last-child {
  border-top-right-radius: 5px;
}

.table {
  width: 100%;
  border-collapse: collapse;    
  font-family: "Rubik", Helvetica;
  font-size: 16px;
  font-weight: 500;
}

.table td{  
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.table>tbody>tr>td {  
  border: none;
}

.table>thead>tr>th {  
  border-bottom: none !important;
}

.table th, #messages-table td {
  padding: 15px;
  text-align: left;
}

.table th {
  background-color:rgba(255, 201, 94, 1);
  color: #333;    
}

.table tr:nth-child(even) {  
  background-color: rgba(243, 243, 241, 1);
}
/*.table tr:nth-child(odd) {  
  background-color: white;
}*/
.table-striped>tbody>tr:nth-of-type(odd) {  
  background-color: white;
}

.BreadcrumbTerrebonne {
  padding-left: 80px;
  padding-right: 80px;
}

.BreadcrumbTerrebonne H2 {
  font-size: 1em;
  color: var(--Noir, #1D1814);
  font-family: Rubik;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
  line-height: 20px;
  display: inline-block;
  min-width: 86px;
 }

.messages-heading {
  font-family: "Crimson Pro";
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 52px;
}

.messageSection-banner {
  position: relative;
  width: 100%;
  height: 300px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 20px;  
}

.messageSection-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.messageBanner-text {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Crimson Pro", Helvetica;
  font-weight: 400;
  font-size: 56px;
  letter-spacing: -1px;
  line-height: 52px;
  color: black;
  white-space: nowrap;
  font-style: normal;
}

/* Center the pagination */
ul.pagination {
  display: flex;
  justify-content: center;
  padding: 10px;
  list-style-type: none; /* Remove default list style */
}

/* Style each pagination item */
ul.pagination li {
  margin: 0 5px; /* Add space between items */
  font-size: 16px;
}

/* Style the links within pagination */
ul.pagination li a {
  color: #000; /* Text color */
  background-color: transparent;
  border: 2px solid #dcdcdc; /* Border color */
  padding: 8px 12px;
  border-radius: 10px; /* Rounded corners */
  text-decoration: none;
  transition: background-color 0.3s ease, border-color 0.3s ease; /* Smooth transition */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Hover effect for links */
ul.pagination li a:hover {
  background-color: #f0f0f0; /* Light background on hover */
  border-color: #000; /* Darker border on hover */
}

/* Active page styling */
ul.pagination li.active a {
  background-color: #ffc966; /* Soft yellow background color */
  color: #000; /* Black text color */
  border-radius: 12px; /* More rounded corners */
  font-weight: bold; /* Bold text */
  padding: 10px 14px; /* Adjust padding for more emphasis */
  border: none; /* Remove border */
}
.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
  color: #000;
}  
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover {
  background-color: #ffc966 !important;
  color: #000;
  border-radius: 10px;
}

/* Style previous and next buttons with arrow icons and boxes */
ul.pagination li.previous a {
  border-radius: 10px; /* Ensure rounded corners for previous button */
  border-color: #dcdcdc; /* Set border color */
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

ul.pagination li.previous a::before {
  content: "\2190"; /* Left arrow icon for Previous */
  margin-right: 5px;
}

ul.pagination li.next a {
  border-radius: 10px; /* Ensure rounded corners for next button */
  border-color: #000; /* Set border color */
}

ul.pagination li.next a::after {
  content: "\2192"; /* Right arrow icon for Next */
  margin-left: 5px;
}

ul.pagination li.disabled a {
  color: #dcdcdc; /* Lighter color for disabled state */
  border-color: #dcdcdc;
  background-color: transparent;
}

.left-panel {
  background-color: rgba(255, 201, 94, 1);;
  flex: 1;
  width: 100%; /* Adjust width as needed */
  min-width: 300px;
  max-width: 456px; /* Optional: restrict maximum width */  
  border-radius: 0px 0px 0px 0px;  
}

.left-panel h2 {
  position: relative;
  font-family: "Crimson Pro", Helvetica;
  font-weight: 400;
  font-size: 78px;  
  letter-spacing: -2px;  
  color: black;
  white-space: nowrap;
  font-style: normal;    
}

.left-panel-top-0 {
  width:576px;
  height: 580px;
  background-color: rgba(255, 201, 94, 1);
  display: flex; 
  justify-content: center; 
  align-items: center;
  position: relative;
  border-radius: 0 0 0 20px;
}

.left-panel-top-1 {
  width:456px; 
  height:min-content; 
  background-color:rgba(255, 201, 94, 1); 
  display: flex; 
  justify-content: center; 
  align-items: center;
  position: relative;
}

.menu-item {
  position: relative;  
  display: flex;
  align-items: center; /* Centers content vertically */
  justify-content: space-between; /* Positions span and image at opposite ends */  
  font-family: "Rubik", Helvetica;
  font-weight: 500;
  color: black;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;  
  height: 100%;
  width: 456px;  
}

.menu-item:first-of-type {
  margin-top: 40px;
}

.menu-item-line {
  position: relative;  
  width: 100%;
  height: 1px;
  object-fit: cover;  
  margin: 30px 0 30px 0;
  background-color: #B28C42;
}

#a-menuitem {
  text-decoration: none; /* Removes underline from the link */
  display: flex;
  align-items: center; /* Aligns the span and image vertically */
  width: 100%; /* Ensures full width usage */
}

.menu-item a {
  justify-content: space-between;  
}

.menu-item span {
  font-size: 18px;
  font-weight: 500;  
  margin-right: auto; /* Ensures span is at the leftmost edge */
}

.fether-icons-chevron-right {
  /*padding-top: 30px;*/
  width: 9.83px;
  height: 16.83px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  margin-left: auto; /* Pushes the image to the rightmost side */
  margin-right: -1.41px;  
}
.chevron-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-11xs) 0 0;
}

#right-panel {
  flex: 2;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 580px;
}

#right-panel img {
  width: 100%;
  height: auto;
  max-width: 100%;
  height: 580px; /* Limite la hauteur de l'image */
  object-fit: cover; /* Ajuste l'image pour qu'elle soit bien cadrée */
  border-radius: 0 0 20px 0;
}

.standard-button {
  display: block;
  background-color: #000;
  text-align: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-style: normal;  
  margin: 40px 0px 0px 0px;
  position: relative;
  width: 100%;
  font-family: "Rubik", Helvetica;
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.3px;
  line-height: 68px;
  white-space: nowrap;
  border-radius: 10px;
  height: 68px;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease; /* Smooth hover transition */
}
.standard-button:hover {
  background-color: #000;
  color: #fff;
  transform: scale(1.05); /* Slight scaling effect to emphasize hover */
}


.view-all-button {
  display: block;
  background-color: #000;
  padding: 0 15px;
  margin-top: 20px;
  float: inline-end;
  position: relative;
  width: 285px;
  font-family: "Rubik", Helvetica;
  font-weight: 500;
  color: white;
  font-size: 17px;
  letter-spacing: -0.3px;
  line-height: 45px;
  white-space: nowrap;
  font-style: normal;
  border-radius: 10px;
  height: 45px;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease; /* Smooth hover transition */
}
.view-all-button:hover {
  background-color: #000;
  color: #fff;
  transform: scale(1.05); /* Slight scaling effect to emphasize hover */
}
.view-all-button:focus {
  color: #fff;            
}

.research-button {
  display: block;
  background-color: #000;
  padding: 15px;
  margin-top: 20px;
  float: inline-end;
  position: relative;
  width: 100%;
  font-family: "Rubik", Helvetica;
  font-weight: 500;
  color: white;
  font-size: 17px;
  letter-spacing: -0.3px;
  line-height: 30px;
  font-style: normal;
  border-radius: 10px;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease; /* Smooth hover transition */
}
.research-button:hover {
  background-color: #000;
  color: #fff;
  transform: scale(1.05); /* Slight scaling effect to emphasize hover */
}
.research-button:focus {
  color: #fff;            
}

.requests-section {
  padding: 0px 80px;
  background-color: #fff;
}

.requests-section h2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Crimson Pro", Helvetica;
  font-weight: 400;
  font-size: 56px;
  letter-spacing: -1px;
  line-height: 52px;
  color: black;
  white-space: nowrap;
  font-style: normal;
}

.requests-section p {
  margin-bottom: 20px;
  color: #666;
}
.tooltip .tooltip-inner {
  background-color: black; /* Couleur de fond de l'intérieur */
  color: white; /* Couleur du texte */
}
.requests-section .view-pagination .pagination {
  visibility: hidden; 
  display: none;
}
.requests-section #filterDropdownId{
  visibility: hidden; 
}

#requests-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Rubik, Helvetica;
}

#requests-table th, #requests-table td {
  padding: 15px;
  text-align: left;  
  word-break: auto-phrase;
}

@media (max-width: 767px) {

  #requests-table th,
  #requests-table .table-fluid td {
    /*!important pour override le padding qui affiche les entete - JP*/
    padding: 3px 0px 1px 5px !important;
  }

  td[data-attribute="gs_customregardingname"]
  {
display:none;

  }
}


.show-link a.details-link {
  color: blue;
  text-decoration: underline;
}

#requests-table th {
  background-color: #FFC95E;
  color: #333;
}

#requests-table tr:nth-child(even) {
  background-color: #f8f8f8;
}

.hover-window {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 15px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  /* max-width: 300px; */
  border-radius: 10px;
  pointer-events: none; /* Prevent hover window from causing flickering */
  display: none;
}

.dotted-underline {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
}

#info-section {
  padding: 20px 80px 20px 80px;
  /*margin: 0 0 20px 0;*/
  border-radius: 8px;
  background: var(--Bg, #F3F3F1);
  margin: 80px 80px 20px 80px;
}

#info-section h2 {
  position: relative;
  align-self: stretch;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: "Crimson Pro", Helvetica;
  font-weight: 500;
  color: black;
  font-size: 38px;
  letter-spacing: -0.5px;
  line-height: 38px;
  font-style: normal;
}

#info-section p {
  margin-bottom: 20px;
  color: var(--Paragraphe, rgba(0, 0, 0, 0.80));
  font-family: Rubik;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

#search-button {
  display: inline-block;
  background-color: inherit;
  padding: 10px 15px;
  border-radius: 5px;
  margin-top: 10px;
  cursor: pointer;
  color: black;
  font-family: Rubik;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; 
  letter-spacing: -0.3px;
  border: #000 solid .05em;
  margin-bottom: 30px;
}

#plus {
  padding: 0px;
  color: black;
  margin: 15px;
  font-weight: 500;
}

.cell-bordered-aligned {
  padding: 0px !important;
  width: 100% !important;
  margin: 10px 15px 0px 15px;
  padding: 5px;
  width: 100%;
  display: block;
}

.micrositeSubThemesRESO {
  padding-bottom: 3px;
  margin-left: 15px;
}

#menu-list{
display: flex;
}
.theme-cell {
  margin: 5px;
  background: var(--Bg, #F3F3F1);
  border-radius: .5em;
}

a>.cell-bordered-aligned {
  color: #444;
  display: flex;

}

a>.cell-bordered-aligned:hover {
  color: #007DB9;
  text-decoration: none;
}

.cell-img {
  display: table; 
}

.cell-img>img {
  height: 30px;
  width: 30px;
  margin-left: -7px;
  padding-bottom: 10px;
  margin-top: 5px;
}

.theme-info>.theme-title {
  color: var(--Noir, #1D1814);
  font-family: Rubik;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
}

.theme-info>.theme-desc {
  font-size: 13px;
  text-align: left;
}

.col-sm-spacing {
  display: block;
  padding-right: 12px;
  padding-left: 11px;
}

.col-sm-spacing>.themelink {
  color: #444;
  white-space: inherit;
  word-wrap: break-word;
  display: inherit;
  cursor: pointer;
}

.show-for-small-device.show-spacing {
  padding-top: 30px;
}

#micrositeThemesRESO>.row {
  padding-top: 5px;
  padding-bottom: 5px;
}

#micrositeThemesRESO>.row>.col-sm-6 {
  width: 50%;
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 0px;
  padding-right: 0px;
}

#micrositeThemesRESO>.row:after {
  clear: both;
}

#micrositeThemesRESO>.row:before,
#micrositeThemesRESO>.row:after {
  content: " ";
  display: table;
}

.micrositeSubThemesRESO-2 {
  margin-left: 0px;
}

.requesttypelink,
.micrositeSubThemesRESO>ul>li>a:visited,
.micrositeSubThemesRESO>ul>li>a:link {
  color: #444;
  padding: 0px;
  text-decoration: none;
}

.micrositeSubThemesRESO>ul>li>a:hover {
  color: #C25700;
  text-decoration: none;
}

.micrositeSubThemesRESO>ul>li>a {
  font-size: 18px;
}

.micrositeSubThemesRESO>ul {
  list-style-type: none;
}

.micrositeSubThemesRESO>ul>li {
  display: flex;
  margin-left: 0px;
}

.micrositeSubThemesRESO>ul>li>img {
  height: 9px;
  margin-right: 10px;
  margin-top: 7px;
  filter: grayscale(10);
}

.theme-requesttype-options>.theme-title {
  text-align: left;
  margin-bottom: 3px;
  color: var(--Noir, #1D1814);
  font-family: Rubik;
  font-style: normal;
  line-height: 24px;
  letter-spacing: -0.09px;
}

.theme-requesttype-options .theme-desc {
  font-size: 12px;
  text-align: left;
}

.cell-img-subtype {
  display: table;
}

#theme-title {
  font-weight: 500;
  display: flex;
  gap: .5em;
}

.container {
  padding-left: 0px ;
  padding-right: 0px ;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.messageTitle {
  font-size: 48px;
  margin-bottom: 60px;
  margin-top: 60px;
  line-height: 48px;
  font-family: "Crimson Pro", Helvetica;
}

.messageField {
  font-size: 25px;
  font-family: "Rubik", Helvetica !important;
}

.messageContent {
  padding: 25px 18px;
}

.messageFieldBold {
  font-weight: 500;
}

.messageAttachedFile {
  margin-top: 20px;
}

.messageRequestButton {
  margin-top: 20px;
  text-align: center;
  width: 300px;
  margin-bottom: 70px;
}

.messageBottomBorder {
  margin-bottom: 60px;
}

.messageLongRightArrow {
  vertical-align: baseline;
  margin-right: 15px;
  width: 36px;
  height: 17px;
  transform: rotate(180deg);
}

.case-info {
  width: 100%;
  max-width: 100%;
  margin: auto;
  position: relative;  
}

.requestListCommentSeperator {
  padding-top: 10px;
}

.requestListCommentBottomSeperator {
  padding-bottom: 10px; 
  border-bottom: 1px solid var(--color-gray-100);
}

#name-page{
  padding-left: 80px;
  padding-right: 80px;
}

#name-page h2{
  font-size: 1em;
  color: var(--Noir, #1D1814);
  font-family: Rubik;
  font-style: normal;
  font-weight: 400;
  /* text-decoration: underline; */
  line-height: 20px;
  display: inline-block;
  min-width: 86px;
 }

 #requests-sectionAr {
  /* margin-top: 40px; */
  padding: 20px 80px;
  background-color: #fff;
}

#requests-sectionAr h2 {
  font-size: 2em;
  margin-bottom: 10px;
  color: var(--Noir, #1D1814);
  font-family: "Crimson Pro";
  font-style: normal;
  font-weight: 400;
  line-height: 52px; /* 92.857% */
  letter-spacing: -1px;
}

#requests-sectionAr p {
  margin-bottom: 20px;
  color: #666;
  width: 350px;
}

#requests-section {  
  padding: 20px 80px;
  background-color: #fff;
}

#requests-section h2 {
  font-size: 56px;  
  color: var(--Noir, #1D1814);
  font-family: "Crimson Pro",Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -1px;
  margin-top: 0px;
  margin-bottom: 0px;
  align-self: normal;
}

#requests-section p {
  margin-bottom: 20px;
  margin-right: 5px;
  color: #666;
  width: 500px;
  margin-top: 10px;
  align-self: center;
  text-align: justify;
}

.messageBackToMessagesLink {
  border-top: #000 2px solid;
  padding: 20px 0px;
  text-align: left;
  margin: 0px;
}

a.btn.btn-primary {
  margin-bottom: 20px;
}

.email-format {
  margin: 0 auto;
  min-width: 320px;
  max-width: 800px;
  word-wrap: break-word;
  word-break: break-word;
  background-color: transparent;
}

.returnToLabel {
  color: black;
  font-family: 'Rubik', Helvetica;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
}

#visible {
  display: flex;
  justify-content: space-between;
  margin: 10px 0px 10px 0px;
  align-items: center;
}

.requestConfirmationContent {
  width: 100%; 
  margin-top: 10em; 
  margin-right: 10em; 
  margin-bottom: 10em; 
  margin-left: 10em;
}
.frame-parent5 {
  align-self: stretch;
  gap: 35px;
  font-size: var(--desktop-h5-size);
  padding: 20px 80px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  color: #000000;
  background-color: #e4e4e4;
}

.dropdown-menu{
  font-size: 17px;
}

.standard-button:focus {
  color: white;  
}
.standard-button:hover {
  border: 0px;
  color: white;
}

.dropdown-toggle {
  border: 1px;
  border-color: #e0e0e0;
  border-style: solid;
  border-radius: 5px !important;
  font-size: 17px;
  font-weight: 500;
}

.dropdown-toggle:focus {
  color: black;
  border: 1px;
  border-color: #e0e0e0;
  border-style: solid;
  border-radius: 5px !important;
}

.dropdown-toggle:hover {
  color: black;
  border: 1px;
  border-color: #e0e0e0;
  border-style: solid;
  border-radius: 5px !important;
}

.selected-view.dropdown-toggle:focus, .selected-view.dropdown-toggle:hover {
  outline: 0px auto -webkit-focus-ring-color;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
  background-color: white;
  border-color: #000000;
}

.nav>li>a:hover, .nav>li>a:focus {
  background-color: white;
}

/* Replace the caret with a custom image */
.caret {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url('/chevron-menu-microsite-down.png') no-repeat center center;
  background-size: contain;
  border: none;
  margin-left: 10px;
}

/* Remove the default down-arrow icon, if any */
.caret[aria-hidden="true"]::before {
  content: none;
}

.input-group {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  /*flex-direction: row-reverse;  Inverse l'ordre des éléments 
  Retiré JP 2025-03-17 :  Problématique sur les bouton lookup
  */
  align-items: center; 
  height: 36px;
}
  
.input-group .query {
  border: none;
  box-shadow: none;
  padding: 0px;
  flex-grow: 1; 
  color: var(--Noir, #1D1814);
  font-family: Rubik;
  line-height: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.054px;  
  background: none;
}
  
.input-group .query:focus {
  outline: none;
}
  
.input-group .input-group-btn {
  width: auto;
  border: none;
  background: none;
}
  
.input-group .btn-hg {
  border: none;
  background: none;
  padding: 0px;
  top: 1px;
}

a.selected-view .fa.fa-list {
  display: none; /* Completely hides the element */
}

.input-group .fa-search {
  color: #666; /* Ajustez la couleur de l'icône */
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
  z-index: 3;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline:none;
}

button {
  width: auto;
  min-width: 50px;
  margin-top: 0px;
  transition: background 1s ease 0s;  
}

#Microsoft_Omnichannel_LCWidget_Chat_Iframe_Window {
  z-index: 1049 !important;
}

#iframeBody {
  width: 100%;
  height: 88%;
  border: none;
}

@media (max-width: 768px) {
  a.btn.btn-primary {
      margin-left: 10px;
  }
  .messageBackToMessagesLink {
    margin: 0px 10px;
  }
  #info-section {
    margin: 20px 20px 20px 20px;
  }
  .messageField {
    padding: 0px 18px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .messageTitle {
    font-size: 30px;
    line-height: 30px;
    margin: 30px 18px;
  }
  #micrositeThemesRESO>.row {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #micrositeThemesRESO>.row>.col-sm-6 {
    width: 100% !important;
    float: none !important;
  }
  #name-page {
    padding-left: 20px; 
    padding-right: 20px; 
  }
  .requests-section {
    padding: 2em; 
  }
  .requests-section h2 {
    font-size: 40px;
  }
  #requests-section p {
    width: 100%;
  }
  #requests-section {
    padding-left: 20px; 
    padding-right: 20px; 
    padding-top: 0;
  }
  #requests-sectionAr {
    padding-left: 20px; 
    padding-right: 20px; 
  }
  .BreadcrumbTerrebonne {
    padding-left: 20px; 
    padding-right: 20px; 
  }
  .frame-parent5 {
    padding: 20px 20px;
  }
  .theme-cell {
    margin-left: 0px;
    margin-right: 0px; 
    margin-top: 0px;
  }
  .vdt-main-content {
    padding: 0px;
  }
  #visible {
    flex-direction: column;
    align-items: flex-start;
  }  
  .messageLongRightArrow {
    height: 15px;
  }
  .returnToLabel {
    font-size: 20px;
    line-height: 20px;    
  }
  .messageBottomBorder {
    margin-bottom: 30px;
  }
  .messageRequestButton {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .requestConfirmationContent {
    width: 100%; 
    margin-top: 2em; 
    margin-right: 0; 
    margin-bottom: 2em; 
    margin-left: 0;
  }
  .requestConfirmationHeader1 {
    font-size: 40px;
    line-height: 40px;     
  }    
  #subject{
    width: 100% !important;
      max-width: 100% !important;
  }
  input#ticketnumberxxx {
    width: 100% !important;
  }
  #iframeBody {
    height: 80%;
  }
}

@media (max-width: 512px) {
  .pull-right.toolbar-actions {
      float: none !important; /* Override the float property */
      margin-left: 3px;
  }  
  .input-group {
    margin-top: 10px;
  }
}
div#userwayAccessibilityIcon {
  position: fixed;
  right: 20px;
  top: 140px;
  margin: 0 !important;
  transform: none;
}
body .uwy {
  z-index: 1049 !important;
}
.uwaw-initial .uwaw-btn_blue {
  background-color: #FFC95E !important;
  border: none;
}

main.uwaw.main.uwaw_2-col.uw-light-theme.uwaw-initial.free_widget {
  background-color: #FFC95E !important;
}
label#header_info_label {
  font-family: "Crimson Pro", Helvetica;
  font-weight: 400;
  font-size: 56px;
  border: none;
  margin-bottom: 50px;
  margin-top: 50px;
  line-height: normal;
}
input::placeholder {
  font-size: 17px;
  line-height: 24px;
  text-align: left;
  color: #000000CC;
}
/* .msos-container:not(.msos-disabled).msos-focused {
  box-shadow: none !important;
} */
.msos-glyph:after {
  color: black;
  font-weight: bold;
  text-shadow: 0 -1px black;
}
button.msos-caret-button {
  justify-content: flex-end;
}
div#trb_att_typedemande_multi_i {
  min-height: 32px !important;
}
.msos-container:not(.msos-disabled) {
  border: 1px solid #1D181480;
  border-radius: 6px ;
}
.msos-label {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 24px;
  text-align: left;
  /* border: 1px solid #1D181480; */
  border-radius: 6px;
  color: #000000CC;
  min-height: 30px;
}
.msos-label .msos-label-text {
  padding: 0px 0px 0px 35px !important;

}
.msos-label:hover,.msos-label-text:hover{
  background-color:highlight;
}
h3#text-explicatif {
  font-size: 20px;
  background-color: #a7a6a6;
  padding: 20px;
  border-radius: 5px;
  border: 1px #1D181480 solid;
  display: none;
}
span.icone {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  background-color: #d9534f;
  color: white;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
}
a.details-link:focus, a.details-link:active {
  outline: none;
}
.formatted-date {
  text-decoration: underline;
}
#subject{
  width: 210%;
    max-width: 210%;
}
.spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
#displayDiv {
  display: flex;
  align-items: center;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.spinner-small {
  width: 20px;
  height: 20px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 5px;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

button.btn.btn-default.clearlookupfield {
  margin-bottom: 3px;
}
button.btn.btn-default.launchentitylookup {
  margin-bottom: 3px;
}
#input-group-2,#input-group-0,#input-group-4 {
  flex-direction: row;
}
.entity-grid .view-grid {
    overflow-x: hidden;
}

a:hover,a:focus, .btn-link:hover, .btn-link:focus 
  {
  text-decoration: none
}

div[data-name="tab_Instructions"] ul li p,
div[data-name="tab_Instructions"] ul li div {
  display: inline;
}