.display-link:hover,
.sousnav a {
  text-decoration: none
}

body {
  font-family: "Roboto", Arial;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.8rem !important;
}

.h3 {
  line-height: 1.1;
}

.date-liste {
  width: 34px;
  min-width: 34px;
  margin-right: 10px;
}

.nocut {
  word-break: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}

.titre_liste {
  font-style: italic;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(30 30 30 / 0.8);
}

.navbar-light {
  border-bottom: 1px solid rgba(30, 30, 30, 0.16);
}

.nav-link {
  font-weight: 500;
}

.nav-ombre {
  box-shadow: 0 4px 13px -3px rgb(0 0 0 / 10%)
}

.sousnav a {
  position: relative;
  /* This is the reference for the after psuedo-element*/
  margin: 0px 10px 0px 0px;
  text-decoration: none;
  color: #212121;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.display-link:hover,
.display-link:hover a,
.display-link:hover h3,
.display-link:hover i,
.sousnav a:hover {
  color: #00A67C;
}

.sousnav a.active {
  color: #00A67C;
  font-weight: 900;
}

.sousnav a.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  /* Negative height */
  width: 70%;
  left: 15%;
  height: 3px;
  /* Height of border */
  background-color: #00A67C;
  border-radius: 5rem;
  /* This can be any number but is normally set very high for the pill-shape */
}

.article {
  font-size: 1.3rem;
  font-weight: 400;
  color: #333333;
  letter-spacing: -0.03em;
}

@media (max-width: 576px) {
  #article_titre {
    line-height: 1.08em;
    font-size: 2.7rem;
    font-weight: 900
  }

  .titre_section {
    font-size: 1.2rem;
    line-height: 1.1rem;
  }

  h3,
  .h3 {
    font-size: 2rem;
    line-height: 2rem;
  }

  h4,
  .h4 {
    font-size: 1.7rem;
    line-height: 1.7rem;
  }

  .article {
    letter-spacing: normal;
  }

}

@media (min-width: 576px) {
  #article_titre {
    line-height: 1.08em;
    font-size: 2.7rem;
    font-weight: 900
  }

  .titre_section {
    font-size: 1.4rem;
    line-height: 1.1rem;
  }

  .article {
    letter-spacing: normal;
  }
}

@media (min-width: 768px) {
  #article_titre {
    line-height: 1.08em;
    font-size: 2.7rem;
    font-weight: 900
  }

  .titre_section {
    font-size: 1.4rem;
    line-height: 1.1rem;
  }

  .article {
    letter-spacing: normal;
  }
}

@media (min-width: 992px) {
  #article_titre {
    line-height: 1.08em;
    font-size: 2.7rem;
    font-weight: 900
  }

  .dropdown-grid-menu {
    background: #fff;
    border-radius: 0.3125rem;
    border: 1px solid #dee2e6;
    padding: 1.125rem 1.125rem;
    box-shadow: 0 0.625rem 1.5rem rgba(0, 0, 0, 0.08);
    min-width: 10rem;
  }

  .article {
    letter-spacing: normal;
  }
}

@media (min-width: 1200px) {
  #article_titre {
    line-height: 1.08em;
    font-size: 3.2rem;
    font-weight: 900
  }

  .dropdown-grid-menu {
    padding-left: 0.75rem;
    border-left: 1px solid #dee2e6;
    border-color: rgba(255, 255, 255, 0.25);
  }

  .article {
    letter-spacing: normal;
  }

  h5,
  .h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  h6,
  .h6 {
    font-size: 1rem;
    letter-spacing: -.03rem;
  }

}

.article blockquote {
  /*
  background-color: rgb(0, 204, 153, 0.1);
  font-size: 1.6rem;
  line-height: 1.1em;
  font-family: "Roboto Slab";
  margin: 0 0 1rem 0;
  color: #00A67C;
  position: relative;
  border-radius: 0.625rem;
  padding: 2rem;
  left: auto;
  right: 40px;
  border-left: 10px #00A67C;
  */
  background-color: rgb(0, 204, 153, 0.1);
  font-size: 1.6rem;
  line-height: 1.1em;
  font-weight: 500;
  font-family: "Roboto Slab", Arial;
  padding: 1rem;
  margin: 1rem;
  color: #00A67C;
  position: relative;
  right: -40px;
  border-radius: 0.3125rem;
  float: right;
  width: auto;
  max-width: 50%;
  left: 40px;
}

#article_chapeau {
  line-height: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -.03em;
}

.article em {
  font-weight: 400;
  /*background-image: linear-gradient(transparent 0%, rgba(0, 204, 153, 0.08) 0%);*/
  background-image: linear-gradient(transparent 0%, #e85a0b24);
}

mark,
.mark {
  padding: 0.4em;
  background-color: #8000806e;
  border-radius: 50%;
}

.article_contenu a {
  box-shadow: #E85A0B80 0px -4px 0px inset;
  transition: box-shadow 0.3s ease-in-out 0s;
  color: #333333;
  font-weight: normal;
}

.article_contenu a:hover {
  box-shadow: #e8580b80 0px -10px 0px inset;
  color: #333333;
  font-weight: normal;
}

.article h2 {
  font: 1.6rem "Roboto Condensed", Arial;
  font-weight: 700;
  z-index: 1;
  display: inline;
  margin-top: 1rem;
  /*background-image: linear-gradient(transparent 0%, rgba(0, 204, 153, 0.2) 0%);*/
}

.article h3 {
  font: 1.4rem "Roboto Condensed", Arial;
  font-weight: 700;
  z-index: 1;
  display: inline;
  margin-top: 1rem;
  /*background-image: linear-gradient(transparent 0%, rgba(0, 204, 153, 0.2) 0%);*/
}

.text-small {
  font-size: 85%;
  font-weight: 400;
}

.article li:before {
  content: '- ';
}

.article .positif li:before {
  content: url('/image/svg/plus-circle.svg');
  color: #00CC99;
  padding-right: 1rem;
}

.positif {
  border-left: #00CC99 4px solid;
}

.article .negatif li:before {
  content: url('/image/svg/dash-circle.svg');
  color: #BD1716;
  padding-right: 1rem;
}

.negatif {
  border-left: #BD1716 4px solid !important;
}

.rounded-link {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 8rem;
  padding: 0.5rem 1rem;
  color: rgba(255, 255, 255, 0.8);
}

.rounded-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 1);
}

.video,
.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.video::after,
.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.video iframe,
.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.display-theme {
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
}

.display-link {
  font-weight: 500;
  color: #1E1E1E;
}

.display-link:hover,
.display-link:hover i,
.display-link:hover a,
.display-link:hover h3 {
  color: #00A67C;
}

.display-link:hover {
  text-decoration: none;
}

.display-link:hover h3 {
  text-decoration: underline;
}

.display-link:visited {
  color: #a2a2a2;

}

.slab {
  font-family: 'Roboto Slab', Arial;
}

.condensed {
  font-family: 'Roboto Condensed', Arial;
}

.hover-shadow-10n:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
}

.btn-whatsapp {
  color: #fff !important;
  background-color: #25D366;
  border: none;
}

.btn-whatsapp:hover {
  color: #fff !important;
  background-color: #075E54;
  border: none;
}

.btn-facebook {
  color: #fff !important;
  background-color: #3b5998;
  border: none;
}

.btn-facebook:hover {
  color: #fff !important;
  background-color: #2f477a;
  border: none;
}

.btn-twitter {
  color: #fff !important;
  background-color: #1da1f2;
  border: none;
}

.btn-twitter:hover {
  color: #fff !important;
  background-color: #0d95e8;
  border: none;
}

.btn-linkedin {
  color: #fff !important;
  background-color: #0e76a8;
  border: none;
}

.btn-linkedin:hover {
  color: #fff !important;
  background-color: #0b5e86;
  border: none;
}

.btn-primary {
  color: #fff;
  border-radius: 250px;
  background-image: -webkit-linear-gradient(48deg, rgb(189, 23, 22), #E85A0B);
  background-image: -o-linear-gradient(48deg, #BD1716, #E85A0B);
  background-image: linear-gradient(48deg, rgb(189, 23, 22), #E85A0B);
  background-color: #E85A0B;
  border: none;
}

.btn-primary:hover {
  color: #fff;
  background-image: -webkit-linear-gradient(318deg, #8E1111, #BB4B09);
  background-image: -o-linear-gradient(318deg, #8E1111, #BB4B09);
  background-image: linear-gradient(48deg, #8E1111, #BB4B09);
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(189, 23, 22, 0.5);
}

.opacity_bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.7));
}

.opacity_bg_photos_dark {
  background-image: linear-gradient(35deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.opacity_bg_photos_white {
  background-image: linear-gradient(35deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.0));
}

.rotate20 {
  transform: rotate(-20deg);
}

div.rounded {
  border-radius: 0.3125rem !important;
}

.rounded {
  border-radius: 0.3125rem !important;
}

.overlay:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(195deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 1) 72%);
  border-radius: 0.3125rem;
}

.overlay.card:after {
  border-radius: 0.3125rem;
}

.dropdown-menu .card {
  border-top: 3px solid #E95C0B;
  border-radius: 0;
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}

.dropdown-menu .card a {
  color: #E95C0B;
}

.dropdown-menu .card a:hover {
  color: #BD1716;
}

.photo_article,
.photo_une {
  background-size: cover;
  background-position: 50% 50%;
  /*width: 100%;
  height: 100%;*/
  min-width: 100%;
  min-height: 200px;
  /*max-height: 250px;*/
  border-radius: 0.3125rem;
}

@media (min-width: 576px) {
  .photo_une {
    min-height: 250px;
    max-height: 250px;
  }

  .photo_article {
    min-height: 200px;
    max-height: 300px;
  }
}

@media (min-width: 768px) {
  .photo_une {
    min-height: 350px;
    max-height: 350px;
  }

  .photo_article {
    min-height: 250px;
    max-height: 300px;
  }
}

@media (min-width: 992px) {
  .photo_une {
    min-height: none;
    max-height: 450px;
  }

  .photo_article {
    min-height: none;
    max-height: 275px;
  }
}

@media (min-width: 1200px) {
  .photo_une {
    min-height: none;
    max-height: 600px;
  }

  .photo_article {
    min-height: none;
    max-height: 250px;
  }
}

.photo_actu_liee {
  border-radius: 0;
}

.evenement-slider {
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) calc(15% - 2px),
      rgba(0, 204, 153, 1) calc(15%),
      rgba(0, 0, 0, 0) calc(15% + 2px));
}

.hide-if-empty:empty {
  display: none;
}

.fa-comments:before {
  margin-right: .5em;
}

.fa-fire:before {
  margin-left: .3em;
}

.comments>p {
  margin-top: .8rem;
}

.breadcrumb-item {
  font-size: 1rem;
}

.breadcrumb-item.active {
  display: none;
  font-weight: 400;
}

@media (min-width: 768px) {
  .breadcrumb-item {
    font-size: 0.9rem;
  }

  .breadcrumb-item.active {
    display: flex;
  }
}

.card-link:hover svg {
  transform: translate3d(6px, 0, 0);
  fill: #8E1111;
}

/* Gere le hover sur les cards */
.fast-transition {
  position: relative;
  /* For positioning the pseudo-element */
  box-shadow: none;
  border-radius: .625rem;
}

.fast-transition::before {
  /* Position the pseudo-element. */
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Create the box shadow at expanded size. */
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.3);
  border-radius: .625rem;
  /* Hidden by default. */
  opacity: 0;
  transition: opacity 250ms;
}

.fast-transition:hover::before {
  /* Show the pseudo-element on hover. */
  opacity: 1;
}

/* Ajout du hover sur les menu dropdown */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
    margin-top: 0;
  }

  .navbar .nav-item:hover .nav-link {
    color: #8E1111;
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .dropdown-menu {
    left: auto !important;
  }
}

.menu-item:hover {
  background: rgba(36, 36, 36, 0.06);
  border-radius: 0.3125rem;
}

.nav-item>a {
  text-decoration: none;
  color: rgba(36, 36, 36, 0.8) !important;
}

.nav-item>a:hover {
  text-decoration: none;
  color: #242424 !important;
}

.bg-mi .nav-item>a {
  text-decoration: none;
  color: rgba(255, 255, 255, .8) !important;
}

.bg-mi .nav-item>a:hover {
  text-decoration: none;
  color: #fff !important;
}

blockquote>em {
  background: none !important;
  font-style: normal !important;
}

.fancybox__thumb::after {
  border-color: #8E1111 !important;
}

.margin0 {
  margin-bottom: 0 !important;
}

.navmobile {
  height: 5rem;
  min-height: 5rem;
}

.active_menu {
  font-weight: 900 !important;
  color: #8E1111 !important;
  background: -webkit-linear-gradient(48deg, #BD1716, #E95C0B);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.active_menu:hover,
.active_menu:hover span,
.active_menu:hover i {
  color: #8E1111 !important;
  background: -webkit-linear-gradient(48deg, #BD1716, #E95C0B);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn .active {
  color: #ffffff;
  background-color: #00A67C !important;
}

.noscroll::-webkit-scrollbar {
  /* Hide scrollbar for Chrome, Safari and Opera */
  display: none;
}

.noscroll {
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.bg-mi {
  background-image: -webkit-linear-gradient(48deg, #BD1716, #E95C0B);
  background-image: -o-linear-gradient(48deg, #BD1716, #E95C0B);
  background-image: linear-gradient(48deg, #BD1716, #E95C0B);
}

.bg-secondary {
  background-image: -webkit-linear-gradient(48deg, #00A67C, #00CC99);
  background-image: -o-linear-gradient(48deg, #00A67C, #00CC99);
  background-image: linear-gradient(48deg, #00A67C, #00CC99);
}

.text-mi {
  background: -webkit-linear-gradient(48deg, #BD1716, #E95C0B);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-carbon {
  background:
    linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
    linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
    linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
    linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
    linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
    linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424) !important;
  background-color: #131313 !important;
  background-size: 18px 18px !important;
}


.navbar[data-sticky="top"].scrolled.navbar-carbon {
  background:
    linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
    linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
    linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
    linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
    linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
    linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424) !important;
  background-color: #131313 !important;
  background-size: 18px 18px !important;
}

.nav-link.btn.active {
  background: #fff !important;
  box-shadow: 0px 0px 10px 2px #0000001f !important;
}

.nav-link.soft.active {
  background: linear-gradient(transparent 59%, rgba(0, 204, 153, 0.5) 0%);
  text-decoration: none;
}

#nav_bottom_mobile .small {
  font-size: 0.75rem;
  line-height: .8rem;
  padding-top: 0.3rem;
}

progress.reading-position {
  height: 6px !important;
}

.article-progress {
  min-height: 6px !important;
}

.form-control:focus {
  color: #1E1E1E;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}

.hover-arrow-gauche:before {
  display: inline-block;
  margin-right: .375rem;
  transition: transform 0.2s ease;
  background-image: url(../image/svg/arrow-left.svg);
  content: ' ';
  background-size: 20px 30px;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
}

.hover-arrow-gauche:hover:before {
  transform: translate3d(-6px, 0, 0);
}



#sidebar ::-webkit-scrollbar {
  width: 8px;
}

#sidebar ::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 100px;
}

#sidebar ::-webkit-scrollbar-thumb {
  background-color: #33333350;
  border-radius: 100px;
  width: 6px;
}

#sidebar ::-webkit-scrollbar-thumb:hover {
  background-color: #333333;
}

.abonne-degrade {
  background: linear-gradient(to bottom, rgba(169, 208, 113, 0) 0%, rgba(255, 255, 255, 1) 90%);
  bottom: 0;
  position: absolute;
  height: 5rem;
  width: 100%;
}

/*
.abonne-degrade-reverse {
  background: linear-gradient(to top, rgba(169, 208, 113, 0) 50%, rgba(255, 255, 255, 1) 95%);
  top: 0;
  position: relative;
  min-height: 300px;
  height: 300px;
  z-index: 10;
}
*/

@media (max-width: 576px) {
  .norounded-mobile {
    border-radius: 0 !important;
  }
}

.modal {
  backdrop-filter: blur(10px);
}