html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

img {
  display: block;
  outline: none;
}

img, input, textarea, button, select, input:focus, textarea:focus, button:focus, input:active, textarea:active, button:active,
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  border: 0;
  outline: 0;
}

a, a:hover, a:focus, a:active, a:link {
  text-decoration: none;
  cursor: pointer;
  outline: 0 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

i {
  font-style: inherit;
}

.table > thead {
  text-align: center;
}
.table a {
  color: #007bff;
}

.table-light {
  --bs-table-color: #4b4b4b;
}

em.placeholder {
  cursor: inherit;
  background-color: transparent;
  opacity: 1;
}

.draggable td.field-multiple-drag {
  vertical-align: middle;
}
.draggable a .handle {
  width: 24px;
  height: 24px;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #4b4b4b;
  background: #e9eaed;
}

/* Bootstrap Override */
.container-lg {
  max-width: 1200px !important;
}

/* Bootstrap Override */
#main-header {
  width: 100%;
  height: 70px;
  background: #0061a9;
  border-bottom: 2px #fce500 solid;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media (max-width: 767.5px) {
  #main-header {
    height: 140px;
  }
}
@media (max-width: 575.5px) {
  #main-header {
    height: 170px;
  }
}

#main-wrapper {
  width: 100%;
  padding-top: 80px;
}
@media (max-width: 767.5px) {
  #main-wrapper {
    padding-top: 150px;
  }
}
@media (max-width: 575.5px) {
  #main-wrapper {
    padding-top: 180px;
  }
}

@media (max-width: 991.5px) {
  .left-sidebar-col {
    display: none;
  }
}

.left-sidebar {
  background: #fff;
  border: 1px #dfe0e4 solid;
}

.main-content {
  min-height: 450px;
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 10px;
}

@media (max-width: 767.5px) {
  .right-sidebar .form-item {
    margin-bottom: 0px;
  }
}
@media (max-width: 767.5px) {
  .right-sidebar .form-actions {
    margin-top: 10px;
  }
}

.path-frontpage .main-content, .path-document-search .main-content, .page-node-type-document .main-content {
  background-color: transparent;
  padding: 0px;
}
.path-frontpage #block-michelin25-page-title h1, .path-document-search #block-michelin25-page-title h1, .page-node-type-document #block-michelin25-page-title h1 {
  margin: 0px;
}

@media (max-width: 991.5px) {
  .main-content-wrapper {
    flex-direction: column-reverse;
  }
}

.footer-wrapper {
  background: #fff;
  border: 1px #dfe0e4 solid;
  padding: 15px;
}
.footer-wrapper .copyrights {
  font-weight: 500;
  margin-top: 5px;
  font-size: 11px;
  line-height: 11px;
}

.hamburger-menu {
  /*display: none;*/
}

.header-logo {
  padding: 8px 0px;
}
.header-logo img {
  max-height: 55px;
  width: auto;
}
@media (max-width: 380.5px) {
  .header-logo img {
    max-height: 45px;
  }
}

@media (max-width: 767.5px) {
  .header-col-left {
    flex: 0 0 100%;
  }
  .header-col-left > div {
    justify-content: space-around;
  }
}

.lang-switcher {
  padding: 6px 5px;
  margin: 22px 0 0 0;
}
@media (max-width: 380.5px) {
  .lang-switcher {
    margin-top: 14px;
  }
}
.lang-switcher .dropdown {
  color: #fff;
}
.lang-switcher .dropdown .nav-link {
  padding: 0px 10px;
  font-size: 14px;
}
.lang-switcher .dropdown ul {
  min-width: 50px;
  max-width: 50px;
  text-align: center;
  left: -8px !important;
  top: 6px !important;
  padding: 0;
  box-shadow: 0 1px 7px 2px rgba(135, 158, 171, 0.2);
  border: none;
}
.lang-switcher .dropdown ul::before {
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 8px solid transparent;
  bottom: 100%;
  content: " ";
  height: 0;
  left: auto;
  margin-left: -3px;
  pointer-events: none;
  position: absolute;
  right: 50%;
  width: 0;
  margin-right: -8px;
  top: -8px;
}
.lang-switcher .dropdown ul li {
  border-bottom: 1px #eee solid;
}
.lang-switcher .dropdown ul li a {
  color: #0061a9;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px;
  display: block;
}

.header-search-wrap {
  margin-left: 50px;
  margin-top: 16px;
  margin-right: auto;
}
@media (max-width: 991.5px) {
  .header-search-wrap {
    margin-left: 0px;
  }
}
@media (max-width: 767.5px) {
  .header-search-wrap {
    margin-top: 10px;
  }
}
@media (max-width: 575.5px) {
  .header-search-wrap {
    flex: 0 0 100%;
  }
}
.header-search-wrap form {
  display: flex;
  gap: 10px;
  background-color: #fff;
  border-radius: 6px;
}
.header-search-wrap form .form-item {
  margin-bottom: 0px;
}
@media (max-width: 575.5px) {
  .header-search-wrap form .form-item {
    flex: 0 0 calc(100% - 50px);
  }
}
.header-search-wrap form .form-item .form-text {
  width: 160px;
  border: none !important;
  border-radius: 6px;
  transition: width 0.3s ease-in-out;
}
@media (max-width: 575.5px) {
  .header-search-wrap form .form-item .form-text {
    width: 100%;
  }
}
.header-search-wrap form .form-item .form-text:focus {
  width: 360px;
}
@media (max-width: 991.5px) {
  .header-search-wrap form .form-item .form-text:focus {
    width: 200px;
  }
}
@media (max-width: 575.5px) {
  .header-search-wrap form .form-item .form-text:focus {
    width: 100%;
  }
}
@media (max-width: 575.5px) {
  .header-search-wrap form .form-actions {
    flex-shrink: 0;
    width: 40px;
  }
}
.header-search-wrap form .form-actions .form-submit {
  min-width: 40px;
  max-width: 40px;
  font-size: 0;
  height: 35px;
  margin-right: 0;
  background: url("../images/icons/search-grey.png") no-repeat center center;
}

.header-right {
  margin-top: 23px;
}
@media (max-width: 767.5px) {
  .header-right {
    margin-top: 14px;
  }
}

.header-right-link {
  transition: 0.3s;
}
.header-right-link:hover {
  filter: invert(0.8);
  opacity: 0.7;
}
.header-right-link a {
  text-indent: -9999px;
  width: 21px;
  height: 21px;
  font-size: 0;
  display: block;
}

.header-download-link {
  margin-right: 25px;
}
@media (max-width: 575.5px) {
  .header-download-link {
    display: none;
  }
}
.header-download-link a {
  background: url("../images/icons/download.png") no-repeat center center;
}

.header-home-link {
  margin-right: 25px;
}
@media (max-width: 575.5px) {
  .header-home-link {
    display: none;
  }
}
.header-home-link a {
  background: url("../images/icons/home.png") no-repeat center center;
}

.header-profile-menu .dropdown-toggle::after {
  margin: 10px 0px 0px 5px;
}
.header-profile-menu button {
  color: #ffffff;
  padding: 0px;
  border: none;
  font-size: 14px;
  display: flex;
}
.header-profile-menu button:hover, .header-profile-menu button.show, .header-profile-menu button:focus, .header-profile-menu button:active {
  color: #fff !important;
}
.header-profile-menu button .profile-icon {
  max-width: 25px;
  border-radius: 2px;
}
.header-profile-menu button .profile-name {
  padding: 0px 5px;
  line-height: 24px;
}
.header-profile-menu ul {
  box-shadow: 0 1px 7px 2px rgba(135, 158, 171, 0.2);
  border: none;
  min-width: 140px;
  padding: 0;
}
.header-profile-menu ul:before {
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 8px solid transparent;
  bottom: 100%;
  content: " ";
  height: 0;
  left: auto;
  margin-left: -3px;
  pointer-events: none;
  position: absolute;
  right: 50%;
  width: 0;
  margin-right: -8px;
  top: -8px;
}
.header-profile-menu ul li a {
  color: #0061a9;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px #eee solid;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
}

.side-category-wrapper .accordion-item {
  border: none;
  margin-bottom: 10px;
}
.side-category-wrapper .accordion-item .accordion-header {
  display: flex;
  padding: 7px 10px;
  border-left: 2px #fff solid;
}
.side-category-wrapper .accordion-item .accordion-header:hover {
  border-left: 2px #0061a9 solid;
  background-color: #dee0e3;
}
.side-category-wrapper .accordion-item .accordion-header:has(> button:not(.collapsed), .side-category-wrapper .accordion-item .accordion-header:hover) {
  border-left: 2px #0061a9 solid;
  background-color: #dee0e3;
}
.side-category-wrapper .accordion-item .accordion-header .cat-icon {
  margin-right: 10px;
  width: 17px;
  height: 20px;
  border-radius: 2px;
}
.side-category-wrapper .accordion-item .accordion-header a {
  font-size: 14px;
  color: #323232;
  flex-grow: 1;
}
.side-category-wrapper .accordion-item button {
  padding: 0px;
  font-size: 0px;
  border-radius: 0px !important;
  max-width: 20px;
  background: transparent;
}
.side-category-wrapper .accordion-item button:after {
  background: url("../images/icons/menu-plus.png") no-repeat right center;
}
.side-category-wrapper .accordion-item button:focus {
  box-shadow: none;
}
.side-category-wrapper .accordion-item button:not(.collapsed) {
  background-color: #dee0e3;
}
.side-category-wrapper .accordion-item button:not(.collapsed):after {
  transform: none;
  background: url("../images/icons/menu-minus.png") no-repeat right center;
}
.side-category-wrapper .accordion-item .accordion-body {
  padding: 0px;
}
.side-category-wrapper .accordion-item .accordion-body li {
  margin: 0 0 0 25px;
}
.side-category-wrapper .accordion-item .accordion-body li a {
  background: #fff url("../images/icons/arrow-small.png") no-repeat left 10px;
  padding: 5px 5px 5px 15px;
  font-size: 14px;
  color: #323232;
  display: block;
}

#hamburger-menu #burgernav {
  display: none;
  width: 28px;
  height: 18px;
  margin-top: 30px;
  margin-right: 20px;
}
@media (max-width: 991.5px) {
  #hamburger-menu #burgernav {
    display: block;
  }
}
#hamburger-menu #burgernav span {
  background: #fff;
  display: block;
  height: 2px;
  margin: 6px 0;
  width: 28px;
}
#hamburger-menu #burgernav:before, #hamburger-menu #burgernav:after {
  content: "";
  display: block;
  background: #fff;
  height: 2px;
  width: 28px;
}

#ham-menu .ham-menu-link-wrap {
  border-color: rgba(0, 0, 0, 0.15);
  align-items: center;
}
#ham-menu .ham-menu-link-wrap img {
  margin-right: 10px;
  width: 17px;
  height: 20px;
  margin-left: 20px;
}
#ham-menu .ham-menu-link-wrap a {
  padding: 0px;
  padding: 10px 0px;
}
#ham-menu .ham-menu-link-wrap a:hover {
  background-color: transparent;
}
#ham-menu .ham-menu-link-wrap .mm-btn--next {
  width: 65px;
  max-width: 65px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
#ham-menu .ham-menu-link-wrap .mm-counter {
  float: none;
  padding-inline-start: 12px;
}
#ham-menu .mm-listitem:after {
  inset-inline-start: 0;
}

.side-profile {
  margin: 15px 10px;
  justify-content: flex-start;
}
.side-profile .side-profile-img {
  max-width: 60px;
}
.side-profile .side-profile-img img {
  border: 1px #dee0e3 solid;
  border-radius: 5px;
}
.side-profile .side-profile-name {
  margin: 0 10px;
  align-self: center;
  text-align: left;
}
.side-profile .side-profile-name h4 {
  color: #27509b;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}
.side-profile .side-profile-name h5 {
  color: #98949c;
  font-size: 13px;
  font-weight: 400;
}

nav.navbar-top-content {
  display: block;
}

.form-item {
  margin-bottom: 15px;
}
.form-item label {
  display: block;
  font-size: 13px;
}
.form-item .form-text, .form-item .form-email, .form-item .form-tel, .form-item .form-number, .form-item .form-date, .form-item .form-select {
  border: 1px #ccc solid !important;
  height: 35px;
  line-height: 35px;
  color: #000;
  font-size: 13px;
  padding: 0 5px;
  display: block;
  width: 100%;
  border-radius: 3px;
  margin-top: 0px;
}
.form-item .form-select[multiple] {
  height: 120px;
}
.form-item .form-textarea {
  border: 1px #ccc solid !important;
  color: #000;
  font-size: 13px;
  border-radius: 3px;
}
.form-item .error {
  border: 2px solid #dc3545 !important;
}

.form-actions .form-submit, .form-actions .button--danger {
  min-width: 140px;
}

.button--danger {
  color: #ff0000 !important;
  border: 1px solid #ff0000;
  padding: 0 20px;
  min-width: 140px;
  display: inline-block;
  line-height: 30px;
  border-radius: 3px;
}

.dialog-cancel {
  padding: 0px 20px;
  line-height: 32px;
  min-width: 120px;
  border-radius: 3px;
}

.form-check-input {
  width: 20px;
  height: 20px;
}
.form-check-input:checked {
  background-color: #0061a9;
  border-color: #0061a9;
}

.field--type-datetime h4 {
  font-size: 13px;
  font-weight: 400;
}

.form-submit {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  background-color: #0061a9;
  padding: 0px 20px;
  color: #fff;
  border: none;
  height: 32px;
  border-radius: 3px;
  margin-right: 10px;
}

.form-textarea {
  border: 1px #ccc solid !important;
  color: #000;
  font-size: 13px;
  padding: 0 5px;
  width: 100%;
  border-radius: 0;
}

.validation-error {
  font-size: 11px;
  color: #ff0000;
}

#block-michelin25-page-title h1 {
  color: #337ab7;
  font-size: 20px;
  margin-bottom: 20px;
}

.top-menu-wrapper {
  margin-bottom: 10px;
}
.top-menu-wrapper .navbar {
  padding: 0px;
}
.top-menu-wrapper .navbar #navbarTopMenu {
  background-color: #fff;
}
.top-menu-wrapper .navbar .navbar-nav a {
  display: flex;
  column-gap: 10px;
  align-items: center;
  padding: 15px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-menu-wrapper .navbar .navbar-nav a:hover {
  color: #0056b3;
  background: #f3f4f6;
}
.top-menu-wrapper .navbar .navbar-toggler {
  border: none;
}
.top-menu-wrapper .navbar .navbar-toggler:focus {
  box-shadow: inherit;
}

div[data-drupal-messages] {
  margin-bottom: 10px;
  color: #fff;
}

div[aria-label="Error message"] {
  background-color: #d34444;
  padding: 10px 10px;
  border-radius: 2px;
}

nav.pager {
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
}
nav.pager ul {
  display: flex;
  gap: 10px;
  justify-content: center;
}
nav.pager ul li {
  background-color: #0061a9;
  padding: 0px 10px;
  border-radius: 2px;
}
nav.pager ul li a {
  color: #ffffff;
}
nav.pager ul li.is-active, nav.pager ul li:hover {
  background-color: #3f4042;
}

/* Anonynmous User Template */
.page-anonymous {
  background: #e9eaed url("../images/bg-login1.jpg") no-repeat center center fixed;
  background-size: cover;
  position: relative;
}
.page-anonymous:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: -moz-linear-gradient(312deg, rgba(0, 97, 169, 0.2) 0%, rgba(13, 117, 193, 0.64) 56%, rgb(255, 246, 158) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0, 97, 169, 0.2)), color-stop(56%, rgba(13, 117, 193, 0.64)), color-stop(100%, rgb(255, 246, 158)));
  background: -webkit-linear-gradient(312deg, rgba(0, 97, 169, 0.2) 0%, rgba(13, 117, 193, 0.64) 56%, rgb(255, 246, 158) 100%);
  background: -o-linear-gradient(312deg, rgba(0, 97, 169, 0.2) 0%, rgba(13, 117, 193, 0.64) 56%, rgb(255, 246, 158) 100%);
  background: -ms-linear-gradient(312deg, rgba(0, 97, 169, 0.2) 0%, rgba(13, 117, 193, 0.64) 56%, rgb(255, 246, 158) 100%);
  /* background: linear-gradient(138deg, rgba(0, 97, 169, 0.2) 0%, rgba(13, 117, 193, 0.64) 56%, rgba(255, 246, 158, 1) 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a9',endColorstr='#fff69e',GradientType=0);
}
.page-anonymous .login-container {
  position: absolute;
  z-index: 999;
  bottom: 40px;
  left: 50px;
  width: auto;
}
@media (max-width: 1199.5px) {
  .page-anonymous .login-container {
    bottom: 10px;
  }
}
@media (max-width: 480.5px) {
  .page-anonymous .login-container {
    left: 20px;
  }
}
@media (max-width: 380.5px) {
  .page-anonymous .login-container {
    left: 0px;
  }
}
.page-anonymous .loginlogo img {
  height: 110px;
}
@media (max-width: 1199.5px) {
  .page-anonymous .loginlogo img {
    height: 80px;
  }
}
.page-anonymous .main-content {
  background-color: #ffffff;
  width: 370px;
  margin: 0;
  min-height: inherit;
  box-shadow: 0 14px 16px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 0px;
}
@media (max-width: 480.5px) {
  .page-anonymous .main-content {
    width: 320px;
  }
}
.page-anonymous .main-content #block-michelin25-page-title {
  background-color: #337ab7;
  padding: 20px;
}
.page-anonymous .main-content #block-michelin25-page-title h1 {
  color: #fff;
  font-weight: 400;
  background-image: url("../images/icons/user-account-title.png");
  background-repeat: no-repeat;
  background-size: 42px 42px;
  margin-bottom: 0;
  line-height: 42px;
  padding-left: 60px;
  position: relative;
}
.page-anonymous .main-content #block-michelin25-page-title h1:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 110px;
  background-image: url("../images/michelin-icon.png");
  background-repeat: no-repeat;
  background-size: 120px auto;
  right: -32px;
  top: -30px;
}
.page-anonymous .main-content #block-michelin25-content {
  padding: 20px;
}
.page-anonymous .main-content #block-michelin25-content form .field-help-text, .page-anonymous .main-content #block-michelin25-content form p {
  font-size: 11px;
  line-height: 14px;
}
.page-anonymous .main-content #block-michelin25-content form .form-submit {
  width: 100%;
}
.page-anonymous .main-content #block-michelin25-content .user-login-link {
  text-align: right;
  margin-bottom: 20px;
}
.page-anonymous .main-content #block-michelin25-content .user-login-link a {
  color: #007bff;
}
.page-anonymous .main-content #block-michelin25-content .manage-old-claims-link {
  background-color: #ff0000;
  color: #ffffff;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  border-radius: 3px;
}
.page-anonymous .main-content #block-michelin25-content .manage-old-claims-link a {
  display: block;
  line-height: 32px;
}

/* Anonynmous User Template */
.htmlmail-body {
  background-color: #ff0000;
}

/*# sourceMappingURL=global.css.map */
