@charset "UTF-8";
/* PRIMARY COLOR */
/*gris*/
/*bleu foncé de la vague de séparation*/
/*bleu clair du fond du logo VGJ*/
/* SECONDARY COLOR */
/*rouge*/
/* RED VENDEE */
/* FONT COLOR */
/* PRIMARY COLOR RGBA */
/* font typo */
/* Répertoire image */
/* Banner principal du site */
/*$banner_site: "https://dev.vendee-pp.safetyhost.fr//mangerlocal10/fileadmin/templates/site/svg/banner_header_edap_anime.svg";*/
/* Picto principal thématique site */
/* university */
/* theater-masks*/
/* book-reader */
/* user-graduate */
/* Picto liste à puce du site */
/* right alt arrow */
/* Picto menu header site */
/* globe */
/* crayon */
/* lettre */
/* user */
/* billetterie */
/* loupe */
/* couleur des layouts (colorswitcher) */
.news {
  position: relative;
}
.news .news-carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 6rem;
  color: #ffffff;
  height: 140px;
  text-align: center;
  background-color: rgba(3, 17, 17, 0.3);
}
.news .news-carousel-caption .title {
  font-size: 22px;
  font-weight: 700;
}
.news .all-news-link {
  position: absolute;
  bottom: 140px;
  right: 0;
  z-index: 100;
}
.news .all-news-link a {
  background: #b61a08;
  color: #031111;
  padding: 0 10px;
  clear: both;
  display: block;
  height: 23px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  font-weight: 700;
}
.news .all-news-link a:hover {
  text-decoration: underline;
}
.news .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.news .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #898989;
  margin: 3px;
}
.news .owl-nav {
  margin: 0;
}
.news .owl-nav .owl-prev, .news .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  background: none;
  margin: 0;
  padding: 0;
}
.news .owl-nav .owl-prev::before, .news .owl-nav .owl-next::before {
  content: "";
  border: solid rgba(255, 255, 255, 0.6);
  border-width: 0 10px 10px 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 45%;
  z-index: 5;
  width: 25px;
  height: 25px;
}
.news .owl-nav .owl-prev {
  left: 0;
}
.news .owl-nav .owl-prev:hover {
  background: none;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
}
.news .owl-nav .owl-prev::before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.news .owl-nav .owl-next {
  right: 0;
}
.news .owl-nav .owl-next:hover {
  background: none;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
}
.news .owl-nav .owl-next::before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.header-portal .news .all-news-link a {
  color: #ffffff;
}

/* Carousel focus outline */
.news .carousel .carousel-inner:focus {
  outline: -webkit-focus-ring-color auto 1px !important;
}

.news .carousel .carousel-item a:focus {
  outline: -webkit-focus-ring-color auto 1px !important;
}

.news .carousel .carousel-prev-next .carousel-control-prev:focus::before,
.news .carousel .carousel-prev-next .carousel-control-next:focus::before {
  outline: -webkit-focus-ring-color auto 1px !important;
}

.news .carousel .carousel-indicators button:focus {
  outline: #000000 solid 4px !important;
}
