/* ---------- colors ---------- */
html,
body {
  height: auto !important;
}
.full-width {
  width: 100% !important;
}
.title__container {
  position: relative;
  margin-bottom: 20px;
}
.title__container .xls-link {
  position: absolute;
  top: 0;
  right: 0;
}
.title__container .xls-link.forbidden {
  cursor: not-allowed;
}
.regulations .regulations__filters__icon {
  float: left;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25em;
  opacity: .6667;
  margin-top: 10px;
  text-align: center;
  width: 20px;
  margin-right: 0;
  margin-left: 10px;
}
.regulations .domains__tree__title {
  border-bottom: none !important;
}
.regulations .regulations__domains__button {
  width: 100%;
  margin-bottom: 7px !important;
}
.regulations .domains__tree {
  width: 100% !important;
}
.regulations .domains__tree .domains__tree__active {
  font-weight: bold !important;
  font-size: 1.1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.regulations .domains__tree .domains__tree__button.button__prev {
  margin-right: 10px;
}
.regulations .domains__tree .domains__tree__button.button__texts {
  float: right;
  margin-left: 10px;
}
.regulations .domains__tree .domains__tree__button .icon {
  text-align: center !important;
  font-weight: 900;
  font-size: 1em;
}
.regulations__filters .ui.form .field .ui.input input,
.regulations__filters .ui.form .fields .field .ui.input input {
  width: 100%;
}
.regulation__classements > .menu {
  width: 100% !important;
  overflow-x: hidden !important;
  margin-top: 0;
}
.regulation__classements .regulation__classement .menu {
  width: 100% !important;
  margin: 1em 0 0 0 !important;
}
.regulation__classements__filter {
  margin: 0 4px 4px 0 !important;
}
.regulation__classements__filter:hover {
  text-decoration: line-through;
}
.regulation__classements .trigger__icon {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 10px;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  padding: .5em !important;
}
.regulation__classements .trigger__icon:hover,
.regulation__classements .trigger__icon:focus,
.regulation__classements .trigger__icon:active {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.regulation__classements .trigger__icon .icon {
  text-align: center !important;
  font-weight: bold;
}
.search__highlight {
  color: #fff;
  background-color: #00A7B5;
  padding: 1px 2px;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
}
.regulations__text__comments {
  padding: 0 1em;
}
.regulations__text__comments .message {
  margin-top: 0 !important;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 11pt;
}
.regulations__text__comments .message .header {
  font-style: normal;
  margin-bottom: 10px !important;
}
.regulation__details__sidebar .ui.card {
  width: 100% !important;
}
.regulation__text__attachments {
  margin-top: 1.5em;
}
.regulations__details {
  margin-bottom: 5em;
}
.regulation__text__attachments .regulation__text__attachments__title {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
.regulation__text {
  border-right: 1px solid #ddd;
  padding: 0 1em;
}
.regulation__text p {
  margin: 0.15cm 0;
  line-height: 1.2;
  display: inline-block;
  width: 100%;
}
.regulation__text table,
.regulation__text td {
  border: 1px solid #000 !important;
}
.regulation__text table {
  border-collapse: collapse !important;
}
.regulation__text ul li p {
  vertical-align: text-top !important;
  margin-top: 0 !important;
}
.regulation__text.regulation__text__trial {
  position: relative;
  height: 800px;
  overflow: hidden;
}
.regulation__text.regulation__text__trial .trial__content {
  position: relative;
  display: block;
  height: inherit;
  padding: 0 20px;
}
.regulation__text.regulation__text__trial .trial__content::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background: linear-gradient(to top, #F2F2F2 75%, #F2F2F205 88%, transparent 100%);*/
  background: url(/images/trial_opacity.png) no-repeat center / 100% 90%;
  z-index: 1;
}
.regulation__text.regulation__text__trial .regulation__text_trial__link {
  position: absolute;
  min-width: 800px;
  width: auto;
  top: 33.3334%;
  left: 50%;
  text-align: center;
  z-index: 2;
  transform: translate(-50%, 0);
}
.ui.label.regulation__text__attachment {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 4px;
  margin-left: 0;
  font-size: .85em;
}
.ui.label.regulation__text__attachment .regulation__text__attachment__label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: calc(100% - 40px);
}
.ui.label.regulation__text__attachment > .detail {
  position: absolute;
  width: 40px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.regulation__text__date {
  font-weight: normal;
}
.regulation__text__date .regulation__date__diff {
  font-style: italic;
}
.back__button {
  overflow: hidden;
}
/* F.A.Q */
.faq__panel {
  display: block !important;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 25%;
  min-width: 400px;
  max-height: 100vh;
  background-color: #fff;
  box-shadow: -8px 0 65px -21px rgba(0, 0, 0, 0.75);
  overflow: hidden;
  opacity: 0;
  z-index: 9999;
  transform: translateX(110%);
  transition: transform .3s, opacity .3s;
}
.faq__panel.expand {
  right: 0;
  transform: translateX(0);
  opacity: 1;
}
.faq__panel .faq__container {
  position: relative;
  padding: 0;
  display: block;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.faq__panel .faq__container .faq__header {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
  background-color: #00A7B5;
  color: #fff;
}
.faq__panel .faq__container .faq__header .faq__close {
  position: absolute;
  height: inherit;
  line-height: inherit;
  top: 0;
  right: 20px;
  margin: 0;
  padding: 0;
  color: #fff;
  cursor: pointer;
  font-size: .85em;
  opacity: .4;
  font-style: normal !important;
  font-weight: normal !important;
  transition: opacity .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.faq__panel .faq__container .faq__header .faq__close:hover {
  opacity: 1;
}
.faq__panel .faq__container .faq__list .faq__item .title:hover {
  color: #00A7B5;
  transition: color .3s;
}
.faq__panel .faq__container .faq__list .faq__item .title.active {
  background-color: #00A7B5;
  color: #fff;
}
.regulations__list .is-abrogated {
  background-color: rgba(88, 87, 89, 0.12) !important;
}
.regulations__list .is-integral {
  background-color: rgba(0, 167, 181, 0.05) !important;
}
.regulations__list .regulation__title {
  padding-right: 5.75rem !important;
}
.regulations__list .regulation__title-abrogated {
  padding-right: 11rem !important;
}
.regulations__list [class^="regulation__title"]:hover {
  color: #00A7B5 !important;
}
.regulation__domains__title,
.regulation__domains__buttons {
  display: inline-block !important;
}
.regulation__domains__buttons {
  margin-left: 1em !important;
}
.regulation__domains__buttons .ui.button .icon {
  font-weight: bold !important;
}
.regulations__subdomains__title {
  border-bottom: none !important;
}
.prevent-scroll {
  overflow: hidden !important;
  height: 100% !important;
}
#regulations__filters_sticky {
  height: 100% !important;
}
#regulations__filters_sticky.ui.sticky.fixed {
  left: auto !important;
}
.ui.basic.button.regulation__list__more__results {
  color: #00A7B5 !important;
}
.ui.basic.button.regulation__list__more__results:hover,
.ui.basic.button.regulation__list__more__results:active,
.ui.basic.button.regulation__list__more__results:visited,
.ui.basic.button.regulation__list__more__results:focus {
  box-shadow: none !important;
}
.texts__by__domains {
  width: 100%;
}
.texts__by__domains .title {
  width: 100%;
  color: #fff;
  background-color: #00A7B5;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 10px 0 10px 20px;
  margin: 30px 0 15px 0;
  font-weight: bold;
}
.texts__by__domains .title::before,
.texts__by__domains .title::after {
  display: none;
}
.texts__by__domains .content {
  padding: 0 10px;
}
.regulation__searchform {
  position: relative;
}
.regulation__searchform .regulation__searchform__input {
  padding-left: 50px !important;
}
.regulation__searchform .regulation__searchform__submit {
  position: absolute;
  top: 50%;
  right: auto;
  left: 5px;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: rgba(0, 0, 0, 0.334);
  z-index: 100;
  width: 40px;
  text-align: center;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
