.header .container {
  position: relative;
  padding-top: 18rem; }

.header a {
  color: #333; }
  .header a:hover, .header a:focus {
    text-decoration: none; }

.header .form-search {
  position: absolute;
  border: 0;
  top: 12rem;
  right: 0rem;
  left: auto;
  bottom: auto;
  width: 100%;
  z-index: 1;
  background: 0;
  padding: 0 15px; }
  .header .form-search a {
    color: #fff; }
    .header .form-search a:first-child {
      flex: 0 1 auto; }
  .header .form-search .btn {
    padding: 1rem 1.5rem; }
  .header .form-search > div::before {
    display: none; }
  .header .form-search input[type='search'] {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.3rem;
    flex: 1; }
  .header .form-search button {
    flex: 0;
    min-width: 50px; }

.header .navbar-brand {
  padding: 0 15px;
  position: absolute;
  top: 2rem;
  left: 0rem;
  z-index: 10;
  margin: 0; }

.header .navbar {
  justify-content: space-between;
  padding: 0;
  margin: 0 -15px;
  background: #333;
  color: #fff; }

.header .navbar-nav {
  padding: 0;
  flex: 1 1 auto;
  -ms-flex: 1;
  flex-wrap: wrap; }

.header .nav-item {
  flex: 1 1 auto;
  -ms-flex: 1;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  border-bottom: 1px solid #5a5a5a; }
  .header .nav-item:last-child {
    border: 0; }
  .header .nav-item:hover {
    background-color: #009ace;
    color: #fff;
    transition: all 300ms; }

.header .nav-link {
  padding: 1rem 1rem;
  line-height: 28px;
  height: 48px;
  color: #fff; }

.header .nav-item-home {
  min-width: 54px; }

.header .nav-item-home .nav-link {
  padding: 1rem 1.5rem;
  line-height: 1em; }

.header .nav-item.active .nav-link {
  background: #009ace;
  color: #fff; }

.header .banner-simple {
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  height: 160px;
  background-size: cover; }

.navbar-collapse {
  background: #fff; }

.navbar-collapse .navbar-nav .nav-item {
  border-bottom: 1px solid #e7e7e7; }

.navbar-collapse .navbar-nav .nav-link {
  align-items: center;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  line-height: 1em;
  padding: 0.5rem 1rem; }
  .navbar-collapse .navbar-nav .nav-link .material-icons {
    border: 2px solid transparent;
    border-radius: 50%;
    color: #fff;
    margin-right: 1rem;
    padding: 0.5rem; }
  .navbar-collapse .navbar-nav .nav-link.active, .navbar-collapse .navbar-nav .nav-link:hover, .navbar-collapse .navbar-nav .nav-link:focus {
    color: #fff; }
    .navbar-collapse .navbar-nav .nav-link.active .material-icons, .navbar-collapse .navbar-nav .nav-link:hover .material-icons, .navbar-collapse .navbar-nav .nav-link:focus .material-icons {
      background: none;
      border: 2px solid #fff;
      color: #fff; }

.navbar-collapse .navbar-nav .bg-blue-eni-hover.active, .navbar-collapse .navbar-nav .bg-blue-eni-hover:hover, .navbar-collapse .navbar-nav .bg-blue-eni-hover:focus {
  color: #333; }
  .navbar-collapse .navbar-nav .bg-blue-eni-hover.active .material-icons, .navbar-collapse .navbar-nav .bg-blue-eni-hover:hover .material-icons, .navbar-collapse .navbar-nav .bg-blue-eni-hover:focus .material-icons {
    border-color: #333;
    color: #333; }

@media (min-width: 576px) {
  .header .navbar {
    margin: 0; }
  .header .navbar-nav {
    flex-direction: row; }
  .header .nav-item {
    border-bottom: 0;
    border-right: 1px solid #5a5a5a; } }

@media (min-width: 768px) {
  .header .container {
    padding-top: 0; }
  .header .form-search {
    width: 370px;
    top: 3rem;
    right: 5rem; }
  .header .navbar-brand {
    left: 5rem; } }

@media (min-width: 992px) {
  .header-fix .form-search {
    position: fixed;
    width: 930px;
    max-width: 100%;
    top: 4px;
    padding: 0;
    z-index: 10;
    right: 50%;
    transform: translateX(50%); }
    .header-fix .form-search > div {
      margin-left: 80%; }
    .header-fix .form-search .form-control {
      min-width: 0; }
  .header-fix .form-search a.btn {
    display: none !important; }
  .header-fix .header::before {
    content: '';
    background: #fff;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 52px;
    z-index: 9; }
  .header-fix .header .navbar {
    position: fixed;
    top: 4px;
    z-index: 10;
    width: 80%;
    max-width: 744px; }
  .header-fix .header .nav-link {
    height: 44px; } }

@media (min-width: 1200px) {
  .navbar-collapse:not(.show) {
    display: flex !important; }
  /*
    .navbar-toggler {
        display: none;
    }
    */
  .navbar-collapse {
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between; }
  .header-fix .form-search {
    width: 1110px; }
  .header-fix .header .navbar {
    max-width: 888px; } }

@media (max-width: 1199px) {
  /*
    // scss-lint:disable ImportantRule
    .collapse:not(.show) {
        display: none !important;
    }
    */
  /*
    .navbar-toggler {
        border: 0;
        border-right: 1px solid $grey-light2;
        font-size: 2rem;
        height: 6rem;
        left: -15px;
        padding: 0;
        position: relative;
        width: 6rem;


        .navbar-toggler-icon {
            height: 18px;
            position: relative;
            width: 20px;

            &::before,
            &::after {
                display: none;
            }

            span {
                background: $grey-dark;
                display: block;
                height: 3px;
                margin-bottom: 3px;
            }

            span:last-child {
                margin-bottom: 0;
            }
        }
    }
    */
  /*
    .collapsing {
        transition: none;
    }
    */ }

@media (max-height: 500px) and (max-width: 991px) {
  .header {
    position: absolute; } }

.btn {
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem !important;
  font-weight: 500;
  line-height: 1;
  padding: 1.5rem; }

.btn-primary {
  background-color: #009ace;
  color: #fff; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #333; }

.btn-secondary {
  background-color: #333 !important;
  color: #fff; }
  .btn-secondary:hover, .btn-secondary:focus {
    background-color: #333;
    color: #fff; }

.btn-facebook {
  background-color: #3b5998;
  color: #fff; }
  .btn-facebook:hover, .btn-facebook:focus {
    background-color: #2d4373;
    color: #fff; }

.btn-twitter {
  background-color: #1da1f2;
  color: #fff; }
  .btn-twitter:hover, .btn-twitter:focus {
    background-color: #0c85d0;
    color: #fff; }

.btn-dark {
  background-color: #666;
  transition: all 0.2s; }
  .btn-dark:hover, .btn-dark:focus {
    background-color: #fff;
    color: #000; }

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: #f0f0f0;
  color: #666; }

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #333;
  color: #fff; }

.footer {
  background: linear-gradient(90deg, #008582 0%, #007ba9 50%, #0db4e6 100%);
  color: #fff;
  font-size: 1.4rem;
  padding: 3rem 0;
  text-align: center;
  position: relative;
  margin-top: 4rem;
  min-height: 260px; }
  .footer a {
    color: #009ace;
    text-decoration: underline; }
  .footer .btn-top-page {
    position: absolute;
    top: 0;
    right: 2rem;
    transform: translateY(-50%);
    background: #fff;
    color: #009ace;
    text-decoration: none;
    padding: 1rem 1.5rem;
    line-height: 1em;
    font-weight: normal;
    border: 1px solid #009ace; }
    .footer .btn-top-page .material-icons {
      font-size: 1.8rem; }
  .footer .links-bottom {
    line-height: 1.8em;
    color: #fff; }
    .footer .links-bottom a {
      color: inherit; }
  .footer .particulars li {
    display: block;
    flex: 1;
    margin: 0 0 2rem 0;
    padding: 0 1rem 0 0; }
  .footer .particulars h4 {
    color: #fff;
    margin-bottom: 2.5rem; }
  .footer .bg-image-footer {
    position: absolute;
    bottom: 0;
    right: 5rem;
    width: 22%;
    display: none;
    max-height: 150px;
    overflow: hidden; }

@media (min-width: 992px) {
  .footer .bg-image-footer {
    display: block; } }

@media (min-width: 1200px) {
  .footer {
    /*
        .particulars {
            li {
                padding-right: 4rem;
            }

        }
        */ } }

.custom-select-contain {
  position: relative; }
  .custom-select-contain .fake-select,
  .custom-select-contain select {
    background: transparent;
    border: 1px solid #b2b2b2;
    border-radius: 0;
    font-size: 1.5rem;
    line-height: 1.8em;
    height: 5rem;
    padding: 1rem 4rem 1rem 2rem;
    text-align: left;
    width: 100%;
    max-width: 300px;
    word-break: break-all;
    word-wrap: break-word; }
  .custom-select-contain select {
    -moz-appearance: none;
    -webkit-appearance: none;
    min-width: 150px;
    background: #009ace;
    color: #333;
    border: 0; }
  .custom-select-contain.form-directory .form-select {
    font-size: 14px;
    padding-left: 2rem;
    color: white; }
    .custom-select-contain.form-directory .form-select:focus,
    .custom-select-contain.form-directory .form-select option {
      color: #333; }
  .custom-select-contain .js-form-item label {
    display: none; }
  .custom-select-contain .fake-select {
    background: #009ace;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    border: 0; }
    .custom-select-contain .fake-select span {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #fff; }
    .custom-select-contain .fake-select ul {
      background: #333;
      color: #fff;
      border: 0;
      display: none;
      left: 0px;
      list-style: none outside;
      margin: 0;
      padding: 0;
      position: absolute;
      right: 0px;
      top: 100%;
      z-index: 10; }
      .custom-select-contain .fake-select ul li {
        margin: 0;
        padding: 1rem 2rem;
        border-bottom: 1px solid #5a5a5a;
        word-break: break-word;
        line-height: 1.2; }
        .custom-select-contain .fake-select ul li.active, .custom-select-contain .fake-select ul li:hover {
          background: #5a5a5a;
          border-bottom: 1px solid #666; }
  .custom-select-contain .form-item {
    margin-right: 2rem;
    position: relative; }
    .custom-select-contain .form-item::after {
      background: none;
      color: #fff;
      content: 'expand_more';
      font-family: 'Material Icons', sans-serif;
      font-size: 24px;
      position: absolute;
      right: 1.5rem;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none; }

.form-generic ::-webkit-input-placeholder {
  color: #333; }

.form-generic ::-moz-placeholder {
  color: #333;
  opacity: 1; }

.form-generic :-ms-input-placeholder {
  color: #333; }

.form-generic :-moz-placeholder {
  color: #333; }

.form-generic label {
  cursor: pointer;
  font-weight: normal;
  margin: 0; }
  .form-generic label.required::after {
    content: ' *';
    position: absolute; }

.form-generic select,
.form-generic textarea,
.form-generic .custom-file-label,
.form-generic [type='file'],
.form-generic [type='date'],
.form-generic [type='tel'],
.form-generic [type='password'],
.form-generic [type='email'],
.form-generic [type='search'],
.form-generic [type='text'] {
  background: #fff;
  border: 1px solid #f0f0f0;
  color: #333;
  font-size: 1.5rem;
  height: 4rem;
  padding: 1rem 2rem; }

.form-generic .custom-file-label,
.form-generic [type='file'],
.form-generic [type='date'],
.form-generic select,
.form-generic textarea {
  border: 1px solid #f0f0f0;
  height: auto;
  min-height: 4rem; }

.form-generic select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: initial;
  padding: 1rem 4rem 1rem 1rem; }

.form-generic textarea {
  border-radius: initial;
  display: block;
  min-height: 200px;
  padding: 1rem 1.5rem;
  width: 100%; }

.form-generic .custom-file {
  height: auto; }

.form-generic .custom-file-input {
  cursor: pointer; }

.form-generic .custom-file-label {
  line-height: 2rem;
  overflow: hidden;
  padding: 1.5rem 2rem;
  white-space: nowrap; }
  .form-generic .custom-file-label::after {
    background: #666;
    color: #fff;
    content: 'PARCOURIR' !important;
    font-size: 1.5rem;
    height: auto;
    padding: 1.5rem 2rem; }
  .form-generic .custom-file-label.selected::after {
    background: #f0f0f0;
    color: #666; }

.form-generic .form-error {
  color: #db5e46; }
  .form-generic .form-error ::-webkit-input-placeholder {
    color: #db5e46; }
  .form-generic .form-error ::-moz-placeholder {
    color: #db5e46;
    opacity: 1; }
  .form-generic .form-error :-ms-input-placeholder {
    color: #db5e46; }
  .form-generic .form-error :-moz-placeholder {
    color: #db5e46; }
  .form-generic .form-error button,
  .form-generic .form-error textarea,
  .form-generic .form-error input {
    color: #db5e46; }

.form-generic .msg-error {
  background: #db5e46;
  color: #fff;
  padding: 1rem;
  text-align: left; }

.form-generic .msg-info {
  font-size: 1.2rem; }

.form-generic .form-check {
  padding-left: 3rem; }
  .form-generic .form-check input {
    margin-left: -3rem;
    margin-right: 2rem;
    opacity: 0; }
  .form-generic .form-check a {
    text-decoration: underline; }
  .form-generic .form-check [type='checkbox']:not(:checked) + label::before,
  .form-generic .form-check [type='checkbox']:checked + label::before {
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    content: '';
    height: 2rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 2rem; }
  .form-generic .form-check [type='checkbox']:not(:checked) + label::after,
  .form-generic .form-check [type='checkbox']:checked + label::after {
    color: #333;
    content: 'done';
    font-family: 'Material Icons', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    height: 1em;
    left: 2px;
    line-height: 1em;
    position: absolute;
    top: 1px;
    transition: all 0.2s; }
  .form-generic .form-check [type='checkbox']:not(:checked) + label::after {
    opacity: 0;
    transform: scale(0); }
  .form-generic .form-check [type='checkbox']:checked + label::after {
    opacity: 1;
    transform: scale(1); }

.form-generic .custom-date {
  position: relative; }
  .form-generic .custom-date::after {
    content: '\f073';
    font-family: 'Font Awesome 5 Free', sans-serif;
    position: absolute;
    right: 2rem;
    top: 1rem; }
  .form-generic .custom-date:hover::after {
    display: none; }
  .form-generic .custom-date input:focus {
    background: #fff;
    position: relative;
    z-index: 1; }

html {
  font-size: 62.5%;
  height: 100%; }

body {
  background-color: #f0f0f0 !important;
  color: #333;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.5rem !important;
  min-height: 100%;
  min-width: 370px;
  position: relative;
  width: 100%; }

h1,
h2,
h3,
.like-h1,
.like-h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal; }

h1,
.like-h1 {
  font-size: 4rem; }

h2,
.like-h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.8rem; }

h4 {
  font-size: 1.6rem; }

p {
  font-size: 1.4rem; }
  p strong {
    font-weight: 700; }

a {
  color: #333; }

ul {
  padding: 0; }

.gradient-button {
  position: relative;
  cursor: pointer;
  border: none;
  background-clip: padding-box;
  transition: 0.6s all;
  text-decoration: none;
  z-index: 1; }
  .gradient-button:after {
    transition: 0.6s all;
    position: absolute;
    inset: 0;
    content: '';
    z-index: -1;
    background: linear-gradient(90deg, #008582 0%, #007ba9 50%, #0db4e6 100%);
    background-size: 200% 100%;
    background-position: 0% 0;
    opacity: 0; }
  .gradient-button:hover {
    color: white; }
    .gradient-button:hover:after {
      opacity: 1;
      background-position: 50% 0; }

.container-fluid {
  max-width: 1568px; }

.cookies-row {
  background: #666;
  bottom: 0;
  box-shadow: 0 0 20px rgba(110, 110, 110, 0.6);
  color: #f0f0f0;
  display: none;
  left: 0;
  padding: 0.5rem 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 50; }
  .cookies-row button,
  .cookies-row a {
    border: 0;
    cursor: pointer;
    flex: 0 0 auto;
    margin: 0 1rem;
    padding: 0.5rem 1rem; }
    .cookies-row button:hover, .cookies-row button:focus,
    .cookies-row a:hover,
    .cookies-row a:focus {
      text-decoration: none; }
  .cookies-row p {
    flex: 0 1 auto;
    margin: 0 2rem 0 0; }

.nowrap {
  white-space: nowrap; }

.text-wrap {
  white-space: normal; }

.text-underline {
  text-decoration: underline; }

.no-radius {
  border-radius: 0; }

.text-small {
  font-size: 1.3rem; }

.bloc-border-btn {
  border: 1px solid #e7e7e7;
  border-bottom: 0; }

.border-full {
  border: 1px solid #e7e7e7; }

.border-b {
  border-bottom: 1px solid #e7e7e7; }

.border-deco::after {
  background: #333;
  content: '';
  display: block;
  height: 3px;
  margin-top: 0.5rem;
  width: 60px; }

.breadcrumb-item + .breadcrumb-item::before {
  content: '>'; }

.breadcrumb {
  background: 0;
  font-size: 1.2rem;
  margin: 0;
  padding: 1rem 0; }
  .breadcrumb li a {
    color: #666;
    font-weight: bold; }

.link-back,
.link-more {
  font-size: 1.4rem;
  text-decoration: underline; }
  .link-back i,
  .link-more i {
    font-size: 3rem;
    width: 2rem; }
  .link-back:hover,
  .link-more:hover {
    color: #666; }

.link-back {
  margin-left: -1rem; }
  .link-back i {
    width: auto; }

.avatar-add {
  position: relative;
  -webkit-font-smoothing: antialiased; }
  .avatar-add:hover, .avatar-add:focus {
    text-decoration: none; }
  .avatar-add::after {
    background: #333;
    border-radius: 50%;
    bottom: 0;
    box-shadow: none;
    color: #fff;
    content: 'add_a_photo';
    font-family: 'Material Icons', sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 46px;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: none;
    transform: translate(25%, 25%);
    width: 46px; }

.box-title {
  border: 1px solid #e7e7e7; }
  .box-title .title {
    background: #666;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    padding: 1rem 1rem 1rem 1.5rem; }
    .box-title .title .material-icons {
      font-size: 2.2rem;
      margin-right: 0.5rem;
      vertical-align: text-bottom; }
  .box-title .content {
    background: #fff;
    padding: 1.5rem; }
    .box-title .content h1 {
      margin-top: 0; }

section.box-title > .content {
  min-height: 420px; }

.news-list-old {
  list-style: none outside; }
  .news-list-old li {
    border-bottom: 1px solid #e7e7e7;
    margin: 0 0 1rem;
    padding: 0 0 1rem; }
    .news-list-old li p {
      flex-grow: 1;
      font-size: 1.4rem;
      max-height: 42px;
      overflow: hidden; }
  .news-list-old .btn {
    padding: 0; }
    .news-list-old .btn .material-icons {
      font-size: 3.2rem; }
  .news-list-old .first-news p {
    font-size: 1.6rem;
    max-height: 48px; }
  .news-list-old .first-news .btn {
    padding: 0.3rem; }

.wysiwyg h2 {
  font-size: 28px;
  margin-bottom: 1.5rem; }

.wysiwyg h3 {
  font-size: 20px;
  margin-bottom: 1rem; }

.wysiwyg strong {
  font-weight: bold; }

.wysiwyg a {
  text-decoration: underline;
  font-weight: bold;
  color: #333; }

.wysiwyg ul {
  margin-left: 3rem;
  font-weight: bold;
  font-size: 1.4rem; }

.wysiwyg .float-right {
  margin: 0 0 0.5rem 2rem; }

.wysiwyg .float-left {
  margin: 0 2rem 0.5rem 0; }

.wysiwyg .clearfix {
  clear: both; }

.wysiwyg .news-title {
  font-size: 20px;
  margin-bottom: 1rem; }
  .wysiwyg .news-title a {
    text-decoration: none; }

.wysiwyg img {
  max-width: 100%; }

.pager {
  margin: 0; }
  .pager .pager__item--first,
  .pager .pager__item--last {
    display: none; }
  .pager .pager__item--previous {
    margin-right: 1rem !important; }
    .pager .pager__item--previous:hover {
      background: #009ace !important; }
  .pager .pager__item--next {
    margin-left: 1rem !important; }
    .pager .pager__item--next:hover {
      background: #009ace !important; }
  .pager .btn-group {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap; }
  .pager .btn {
    padding: 1.2rem 1.5rem !important;
    margin-bottom: 1rem !important; }
  .pager .btn-light {
    background: #333 !important;
    color: #fff !important; }
    .pager .btn-light a {
      color: #fff !important; }
    .pager .btn-light.active {
      background: #009ace !important; }
    .pager .btn-light:hover {
      background: #009ace !important; }

.alert-bloc {
  background: #ca003a;
  color: #fff;
  position: relative; }
  .alert-bloc .material-icons {
    position: absolute;
    top: 50%;
    right: 2rem;
    font-size: 13rem;
    opacity: 0.2;
    transform: translateY(-50%); }
  .alert-bloc img {
    display: none; }

.links-list {
  list-style: none outside; }
  .links-list li .d-flex {
    background: #009ace;
    color: #fff;
    padding: 0.5rem 0; }
    .links-list li .d-flex span:first-child {
      flex-grow: 1;
      padding: 0 1rem; }
  .links-list a:focus,
  .links-list a:hover {
    text-decoration: none; }
    .links-list a:focus .btn,
    .links-list a:hover .btn {
      background: #009ace;
      color: #fff; }
  .links-list .btn {
    padding: 0.5rem; }
    .links-list .btn .material-icons {
      font-size: 2.2rem; }

.tab-content {
  border: 1px solid #e7e7e7;
  border-top: 0; }

.nav-tabs .nav-item {
  flex-grow: 1;
  text-align: center;
  color: #fff;
  background: #333;
  border-radius: 0;
  border-color: #666;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  padding: 1rem; }
  .nav-tabs .nav-item.active {
    background: #fff;
    color: #333; }

.icon-application {
  min-width: 30px;
  font-size: 2rem; }

.btn-tool {
  background: #009ace; }
  .btn-tool .picto {
    align-items: center;
    background: #fff;
    border: 1px solid #b2b2b2;
    display: flex;
    justify-content: center;
    max-width: 86px;
    min-height: 86px;
    min-width: 86px; }
  .btn-tool:focus, .btn-tool:hover {
    color: #000;
    text-decoration: none; }

.accordion-item {
  border: 1px solid #b2b2b2; }
  .accordion-item .accordion-head {
    background: #e7e7e7; }
    .accordion-item .accordion-head a {
      color: #333; }
  .accordion-item .accordion-body {
    border-top: 1px solid #b2b2b2;
    padding: 2rem; }

.notifications {
  border: 1px solid #e7e7e7; }
  .notifications .item {
    border-bottom: 1px solid #e7e7e7;
    padding: 1rem; }
    .notifications .item span:first-child {
      flex: 0 0 80px; }
    .notifications .item:last-child {
      border: 0; }
  .notifications a.item {
    padding-right: 3rem;
    position: relative; }
    .notifications a.item::after {
      align-items: center;
      background: #009ace;
      bottom: 0;
      color: #333;
      content: 'chevron_right';
      display: flex;
      font-family: 'Material Icons', sans-serif;
      font-size: 2.2rem;
      padding: 0 0.2rem;
      position: absolute;
      right: 0;
      top: 0; }
  .notifications a:hover,
  .notifications a:focus {
    background: #333;
    color: #fff;
    text-decoration: none; }
  .notifications .no-read {
    font-weight: bold; }

.message-list {
  border: 1px solid #b2b2b2; }
  .message-list .item {
    align-items: center;
    border-bottom: 1px solid #b2b2b2;
    color: #333;
    padding: 1rem;
    position: relative; }
    .message-list .item .col-avatar {
      flex: 0 0 52px; }
      .message-list .item .col-avatar[data-notif] {
        position: relative; }
        .message-list .item .col-avatar[data-notif]::before {
          background: #fff;
          border-radius: 50%;
          box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.2);
          color: #333;
          content: attr(data-notif);
          display: inline-block;
          font-size: 1.3rem;
          left: 3rem;
          line-height: 1.5rem;
          position: absolute;
          text-align: center;
          top: 0;
          width: 1.5rem; }
    .message-list .item .col-name,
    .message-list .item .col-object {
      flex: 1 1 auto;
      -ms-flex: 1;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .message-list .item .col-name {
      align-self: flex-start; }
    .message-list .item .col-object {
      bottom: 1rem;
      left: calc(52px + 1rem);
      position: absolute;
      right: calc(60px + 1rem); }
    .message-list .item .col-time {
      flex: 0 0 60px;
      text-align: right; }
    .message-list .item:last-child {
      border: 0; }
  .message-list .no-read {
    background: #009ace; }
    .message-list .no-read svg path {
      fill: #333 !important; }
    .message-list .no-read svg g[stroke] {
      stroke: transparent !important; }
    .message-list .no-read .col-name {
      font-weight: bold; }

.btn-add-group:hover, .btn-add-group:focus {
  color: #666;
  text-decoration: none; }

.btn-add-group i {
  font-size: 3.4rem; }

.message-item .message {
  display: inline-block;
  max-width: 550px;
  padding: 0 calc(1.5rem + 40px);
  width: 100%; }
  .message-item .message .bulle {
    border: 1px solid #e7e7e7;
    margin-bottom: 0.5rem;
    padding: 0.5rem 1rem;
    text-align: left;
    word-wrap: break-word;
    word-break: break-word; }
  .message-item .message .nb-read {
    font-size: 1.2rem;
    font-style: italic;
    text-align: right; }

.message-item-right {
  text-align: right; }
  .message-item-right .header-message {
    flex-direction: row-reverse; }
  .message-item-right .message .bulle {
    background: #e7e7e7; }

.messenger {
  padding-bottom: 6rem; }
  .messenger .form-messenger {
    background: #fff;
    border-top: 1px solid #e7e7e7;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0; }
    .messenger .form-messenger textarea {
      min-height: 44px; }
    .messenger .form-messenger .btn {
      padding: 0.5rem 1.5rem; }

.dropdown-filter .dropdown-toggle {
  min-width: 112px; }
  .dropdown-filter .dropdown-toggle::after {
    display: none; }

.dropdown-filter.show .dropdown-toggle {
  background: #333; }

.dropdown-filter .dropdown-menu {
  background: #333;
  color: #fff;
  font-size: 1.6rem;
  margin: 1rem 0;
  min-width: 200px; }
  .dropdown-filter .dropdown-menu::before {
    border: 10px solid transparent;
    border-bottom-color: #333;
    bottom: 100%;
    content: '';
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 40px;
    width: 0; }
  .dropdown-filter .dropdown-menu .form-check {
    line-height: 2rem; }
    .dropdown-filter .dropdown-menu .form-check [type='checkbox'] + label::before {
      background: #fff;
      border-color: #fff; }
  .dropdown-filter .dropdown-menu .btn-primary:hover,
  .dropdown-filter .dropdown-menu .btn-primary:focus {
    background: #009ace;
    color: #fff; }

.form-search {
  background: #fff;
  border-top: 1px solid #e7e7e7;
  bottom: 0;
  left: 0;
  padding: 1rem;
  position: fixed;
  right: 0;
  z-index: 10; }
  .form-search > div {
    position: relative; }
  .form-search > div::before {
    content: 'search';
    font-family: 'Material Icons', sans-serif;
    font-size: 2.8rem;
    left: 1.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .form-search input[type='search'] {
    height: auto;
    padding-left: 5rem; }
  .form-search .dropdown-filter .dropdown-menu {
    min-width: 100%; }
    .form-search .dropdown-filter .dropdown-menu::before {
      border-bottom-color: transparent;
      border-top-color: #333;
      bottom: auto;
      top: 100%; }

.form-search-noicon > div::before {
  display: none; }

.main .bg-green-hover:hover,
.main .bg-green {
  background: #74af66; }

.main .bg-blue-hover:hover,
.main .bg-blue {
  background: #4f9dba; }

.main .bg-red-hover:hover,
.main .bg-red {
  background: #c64242; }

.main .bg-blue-eni-hover:hover,
.main .bg-blue-eni {
  background: #009ace; }

.main .bg-pink-hover:hover,
.main .bg-pink {
  background: #f08386; }

.main .bg-purple-hover:hover,
.main .bg-purple {
  background: #284669; }

.main .bg-orange-hover:hover,
.main .bg-orange {
  background: #ff8546; }

.main .bg-grey-hover:hover,
.main .bg-grey {
  background: #5a5a5a; }

.modal-header {
  align-items: center;
  border: none; }

.modal-body ul {
  font-size: 1.6rem;
  padding-left: 3rem; }

.modal-body p {
  font-size: 1.5rem; }

.modal-body .modal-title {
  font-size: 3rem;
  line-height: 1; }

.block-page-title-block {
  display: none; }

.player {
  position: relative;
  padding-top: 56.4%; }
  .player iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

div#sliding-popup,
div#sliding-popup .eu-cookie-withdraw-banner,
.eu-cookie-withdraw-tab {
  background: #009ace;
  color: #333; }

#sliding-popup h1,
#sliding-popup h2,
#sliding-popup h3,
#sliding-popup p,
#sliding-popup label,
#sliding-popup div,
.eu-cookie-compliance-more-button,
.eu-cookie-compliance-secondary-button,
.eu-cookie-withdraw-tab {
  color: #333; }

div#sliding-popup .decline-button {
  background: #333;
  color: #fff;
  border-radius: 0;
  border: 0;
  padding: 0.5rem 1.5rem;
  box-shadow: none;
  text-shadow: none;
  margin-left: 2rem; }

@media (min-width: 576px) {
  .messenger {
    padding-bottom: 6rem;
    position: relative; }
    .messenger .form-messenger {
      bottom: -1.5rem;
      position: absolute; }
  .form-search {
    border: 0;
    padding: 0;
    position: relative; }
    .form-search .dropdown-filter .dropdown-menu {
      min-width: 200px; }
      .form-search .dropdown-filter .dropdown-menu::before {
        border-bottom-color: #333;
        border-top-color: transparent;
        bottom: 100%;
        top: auto; } }

@media (min-width: 768px) {
  .w-md-35 {
    width: 35%; }
  .modal-lg {
    max-width: 80%; }
  .bg-modal {
    background-position: 30px 110px;
    background-size: 500px auto; }
  .notifications .item span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .message-list .item .col-name {
    align-self: center; }
  .message-list .item .col-object {
    flex: 0 0 290px;
    margin-left: 1rem;
    position: static; }
  .wysiwyg .column-2 {
    column-count: 2;
    column-gap: 2rem; } }

.news-list .mask-news {
  position: relative;
  overflow: hidden;
  height: 100px; }
  .news-list .mask-news::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, white 0%, white 30%, rgba(255, 255, 255, 0) 100%);
    height: 60px; }

.news-list .wysiwyg img {
  display: none; }

.highlight-bloc h1,
.highlight-bloc h2,
.highlight-bloc h3,
.announcement-bloc h1,
.announcement-bloc h2,
.announcement-bloc h3 {
  font-weight: bold; }

.highlight-bloc img,
.announcement-bloc img {
  display: none; }

@media (min-width: 992px) {
  .w-lg-auto {
    width: auto; }
  .modal-lg {
    max-width: 800px; }
  .message-list .item .col-object {
    flex: 0 0 450px; }
  .message-item .message {
    max-width: 580px;
    padding: 0 calc(3rem + 40px); } }

.error_page .footer {
  margin-top: 0; }

.error_page .error_container {
  min-height: 50vh;
  padding-top: 4rem;
  position: relative;
  overflow: hidden; }
  .error_page .error_container .card {
    max-width: 650px;
    min-height: 200px;
    background-color: #fff;
    padding: 12px;
    font-weight: bold; }
    .error_page .error_container .card .title {
      font-size: 36px;
      padding-bottom: 8px;
      border-bottom: 1px solid #f0f0f0; }
    .error_page .error_container .card .text {
      margin-top: 12px;
      font-size: 14px; }
  .error_page .error_container img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%; }

@media (max-width: 992px) {
  .error_container img {
    display: none; } }
