/*
 *
 *   Proweb - Responsive Base Theme
 *   Copyright 2019 Proweb https://proweb.ca
 *
*/
.banner {
  height: 400px;
  position: relative;
  overflow: hidden; }
  .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .banner .content {
    position: absolute;
    top: 45%;
    left: 5%;
    height: auto; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.carousel .carousel-inner {
  z-index: 1; }

.carousel .carousel-item img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 900px;
  max-width: 100%; }

.carousel-indicators {
  margin: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  right: inherit;
  z-index: 2; }
  .carousel-indicators li {
    width: 24px;
    height: 24px;
    margin: 0 5px;
    background: inherit;
    text-indent: inherit; }
    .carousel-indicators li.active {
      background: inherit; }

.carousel-control-next,
.carousel-control-prev {
  width: 75px;
  z-index: 2; }

.carousel-control-next-icon,
.carousel-control-prev-icon {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 42px;
  height: 42px; }

.carousel-control-prev:hover .carousel-control-prev-icon {
  background-image: url(/images/carousel/fleche-gauche-over.png);
  background-size: 100%; }

.carousel-control-prev .carousel-control-prev-icon {
  background-image: url(/images/carousel/fleche-gauche.png);
  background-size: 100%;
  right: 0; }

.carousel-control-next:hover .carousel-control-next-icon {
  background-image: url(/images/carousel/fleche-droite-over.png);
  background-size: 100%; }

.carousel-control-next .carousel-control-next-icon {
  background-image: url(/images/carousel/fleche-droite.png);
  background-size: 100%;
  left: 0; }

.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  display: block;
  left: 50px;
  right: 50px;
  bottom: inherit;
  width: calc(100% - 100px);
  text-transform: uppercase; }

.pwLinkPosition {
  bottom: 0;
  overflow: visible !important;
  position: fixed;
  right: 0;
  z-index: 9999; }
  .pwLinkPosition:hover {
    right: 0; }

.btnClose {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  color: #fff !important;
  cursor: pointer;
  font-size: 70%;
  padding: 2px 12px;
  position: absolute;
  right: 10px;
  text-decoration: none;
  top: -25px; }
  .btnClose:hover {
    font-weight: bold;
    right: 8px; }

.pwLink {
  background: url("/images/pingouin/pingouin-R01.png") 0 0 no-repeat;
  display: block;
  position: absolute;
  right: -50px;
  top: 0;
  transition: right 1s; }
  .pwLink:hover {
    background-position: 0 100%;
    right: 0; }

.pwLinkPosition, .pwLink {
  height: 499px;
  width: 313px; }
