/*HERE GOES MEDIA QUERIES*/

/* was 768 initially - changed on 20200731 */
@media only screen and (max-width: 1200px) {

  footer {
    padding: 2em 0;
  }

  footer::before {
    display: none;
  }

  .footer-logo {
    padding-bottom: 1em;
    border-bottom: 2px solid var(--darker-grey);
  }

  .footer-links .hidden-xs-up {
    margin-top: 1.5em;
  }

  .footer-links .hidden-xs-up span,
  .footer-text .hidden-xs-up span,
  .footer-rs .hidden-xs-up span {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 600;
  }

  .footer-text div.hidden-xs-up {
    margin-bottom: 1em;
  }

  .footer-text .hidden-xs-up span {
    font-size: 18px;
    font-weight: 600;
  }

  .footer-top {
    align-items: normal;
    flex-direction: column;
    padding-bottom: 1.2em;
    margin-bottom: 2em;
  }

  .footer-bot {
    flex-direction: column-reverse;
    align-items: normal;
  }

  .footer-links .navbar-nav {
    padding-left: 12px;
  }

  .footer-text {
    display: flex;
    flex-direction: column;
  }

  .footer-copyright {
    font-size: 15px;
    color: #ffffff;
    padding: 0 21px;
  }

  .footer-phone {
    margin-left: 0;
    margin-top: 1em;
    padding-left: 21px;
  }

  .footer-mail {
    margin-top: 1em;
    padding-left: 21px;
  }

  .footer-phone a,
  .footer-mail a {
    font-size: 15px;
  }

  .footer-rs {
    border-bottom: 2px solid var(--darker-grey);
    margin-bottom: 2em;
  }

  .footer-rs .social-menu {
    display: flex;
    padding-left: 21px;
  }
}
footer {
  background-color: var(--dawn-black);
  border-top: 5px solid var(--main-color);
  padding: 3em 0;
  position: relative;
  overflow: hidden;
}

footer::before {
  position: absolute;
  right: 35%;
  content: '';
  width: 0;
  height: 0;
  border-left: 48px solid transparent;
  border-right: 45px solid transparent;
  border-bottom: 83px solid #000000;
  opacity: .2;
  transform: scale(12);
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid var(--darker-grey);
  padding-bottom: 2em;
  margin-bottom: 2em;
}

.footer-links .navbar-nav li a {
  color: #ffffff;
  font-weight: normal;
  font-size: 15px;
}

.footer-bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-text {
  z-index: 10;
}

.footer-copyright {
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--lighter-grey);
}

.footer-phone {
  margin-left: 6em;
}

.footer-phone a,
.footer-mail a {
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}

.footer-phone a:before {
  font-family: 'urbalyon';
  content: "\e905";
  font-size: 8px;
  color: var(--main-color);
  position: absolute;
  left: -23px;
  top: 5px;
}

.footer-phone a:hover {
  color: var(--main-color);
}

.footer-rs .navbar-nav li a {
  color: #ffffff;
}

.footer-rs .navbar-nav li a:hover,
.footer-rs .navbar-nav li a:focus {
  color: var(--main-color);
  background-color: transparent;
}
/*HERE GOES MEDIA QUERIES*/

@media only screen and (max-width: 768px) {
  .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    height: 100%;
  }

  .mobile.carousel-sliders {
    text-align: right;
    margin-top: 1em;
    margin-right: 1em;
  }

  .mobile.carousel-sliders a .urb {
    color: #888;
    border: 1px solid #888;
    border-radius: 50%;
    font-size: 13px;
    padding: 7px 11px;
  }

  .mobile .currentSlide,
  .mobile .totalSlides {
    color: #888;
    font-size: 14px;
    font-weight: 600;
  }

  .mobile .currentSlide {
    color: var(--main-color);
  }

  .transition-timer-carousel-progress-bar {
    top: 0;
    position: relative;
  }

  .bar-bg {
    position: relative;
    height: 6px;
    top: -7px;
    margin: 0;
    width: 100%;
    background-color: var(--pastel-white);
  }

  .item{
    height: 370px !important;
  }

  .carousel-caption {
    right: 0;
    padding: 1em;
  }

  .carousel-caption .carousel-title .dash {
    margin-right: 1em;
  }

  .carousel-caption .carousel-info {
    margin-bottom: 1em;
  }

  .carousel-caption .carousel-title {
    margin-bottom: 1.2em;
  }

  .carousel-caption .carousel-title .title {
    font-size: 30px;
    padding-right: 5%;
  }

  .carousel-caption .carousel-description {
    font-size: 13px;
  }

  .carousel-caption .carousel-info {
    margin-bottom: 1em;
  }

  .carousel-caption .carousel-foot {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .carousel-description {
    display: none;
  }

  .row-front-divers {
    display: flex;
  }

  .col-front-mediatheque {
    order: 3;
  }

  /* by @res */
  .carousel-caption .carousel-foot .read-more {
    font-size: 80%!important;
  }
  .carousel-sliders {
    transform: scale(.75);
  }
}