@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Cairo&family=Roboto:wght@500&display=swap);
@import url(https://fonts.googleapis.com/css?family=Heebo:400,700|Open+Sans:400,700);
body {
  font-family: "Cairo", sans-serif !important;
  background-color: #FAFAFA;
  overflow-x: hidden;
}

header .top-header {
  background-color: #01AEF0;
  font-size: 14px;
  padding: 15px;
  line-height: 15px;
}
header ul.top-link,
header ul.top-icons {
  display: flex;
  margin: 0;
}
header ul.top-icons {
  justify-content: end;
}
header ul.top-link li,
header ul.top-icons li {
  margin-right: 15px;
}
header ul.top-link li a,
header ul.top-icons li a {
  color: white !important;
}
header ul.top-link li a {
  color: white !important;
}
header .header-middle {
  padding: 15px 0 15px 0;
}
header .header-middle .logo {
  justify-content: center;
}
header .header-middle img {
  height: 114px;
  width: 128px;
  margin: 10px;
}
header .header-middle span.icon-box {
  color: #01AEF0;
  display: block;
  width: 54px;
  height: 54px;
  border: 2px solid #01AEF0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  position: relative;
}
header .header-middle span.icon-box i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 22px;
}
header .header-middle .icon-box-content {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
}
header .header-middle .icon-box-content span {
  font-size: 15px;
  color: gray;
}

/* navbar */
.bg-dark {
  background-color: #364E66 !important;
}

.erasmus {
  height: 25px;
}

/* feeds */
section.feeds .navigation-box {
  top: 0.4rem;
  right: 0.8rem;
  width: 2rem;
  position: absolute;
}

@media (min-width: 768px) {
  .breaking-caret:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 15px solid #007bff;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -15px;
    top: 0;
  }
}
main section.content {
  background-color: #01AEF0;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 60px 0px 60px 0px;
  text-align: center;
}
main section.content h1 {
  font-size: 64px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
main section.content h2 {
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  text-align: center;
}
main section.content h2:nth-child(2)::before,
main section.content h2:nth-child(2)::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 6px;
  margin: 0 15px 0 15px;
  background-color: white;
}
main section.content .icon-list ul li {
  padding-right: 10px;
}
main section.content .icon-list i {
  padding-right: 8px;
  padding-left: 8px;
}

/* section corona */
section.corona {
  height: 500px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
section.corona .myvideo {
  position: absolute;
  min-width: 100%;
}
section.corona .title {
  width: 100%;
  color: white;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
}
section.corona .title h1 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  mix-blend-mode: screen;
  margin-bottom: 15px;
}
section.corona .title h2 {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  mix-blend-mode: screen;
  margin-bottom: 15px;
}
section.corona .title p {
  color: #929292;
  padding: 30px 30px 0 30px;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
}

section.numbers {
  background-color: #01AEF0;
  padding: 45px 0;
  color: white;
  text-align: center;
  font-size: 0.8rem;
  position: relative;
  overflow: hidden;
}

section.numbers::before {
  content: "";
  width: 437px;
  height: 812px;
  background-color: #364E66;
  position: absolute;
  right: -411px;
  z-index: 1;
  top: 0;
  transform: rotate(40deg);
  transform-origin: top center;
}

section.numbers .col-md-3 {
  z-index: 1;
  margin-bottom: 15px;
}

section.numbers span {
  display: block;
  font-size: 3rem;
  font-weight: bold;
}

section.departement h1 {
  margin: 20px 0 30px 0;
}

section.departement .hat {
  width: 80px;
  transform: translate(34px, 26px) rotate(48deg);
  position: relative;
  z-index: 10;
}

section.departement .view img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

section.conventions {
  margin: 25px 0 50px 0;
  background-color: white;
}

section.conventions h1 {
  margin: 0 0 25px 0;
}

section.conventions .company {
  max-height: 100px;
  margin: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  align-content: center;
}

section.conventions .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

section.conventions .company img {
  width: 100%;
  height: 100%;
}

section.conventions .owl-item {
  display: flex;
  justify-content: center;
}

footer {
  background-color: #364E66;
  color: white;
}

footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.3137254902);
  text-align: center;
  padding: 25px 0;
  margin-top: 25px;
}

.dropdown-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.062745098);
}

.dropdown-submenu {
  position: relative;
  min-width: 210px;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.dropdown-item {
  min-width: 210px;
}

a.dropdown-item {
  max-width: 200px;
  white-space: break-spaces;
  font-size: 16px;
}

/* ********************************************* */
:root {
  --color: #3c3163;
  --transition-time: 0.5s;
}

.articles .card {
  font-family: "Heebo";
  --bg-filter-opacity: 0.5;
  background-image: linear-gradient(rgba(0, 0, 0, var(--bg-filter-opacity)), rgba(0, 0, 0, var(--bg-filter-opacity))), var(--bg-img);
  height: 20em;
  /* width: 15em; */
  font-size: 1.5em;
  color: white;
  border-radius: 1em;
  padding: 1em;
  margin: auto;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 5em -1em black;
  transition: all, var(--transition-time);
  position: relative;
  overflow: hidden;
  border: 10px solid #ccc;
  text-decoration: none;
}

.articles .card:hover {
  transform: rotate(0);
}

.articles .card h1 {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.2em;
}

.articles .card p {
  font-size: 0.75em;
  font-family: "Open Sans";
  margin-top: 0.5em;
  line-height: 2em;
}

.articles .card .tags {
  display: flex;
}

.articles .card .tags .tag {
  font-size: 0.75em;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.3rem;
  padding: 0 0.5em;
  margin-right: 0.5em;
  line-height: 1.5em;
  transition: all, var(--transition-time);
}

.articles .card:hover .tags .tag {
  background: var(--color);
  color: white;
}

.articles .card .date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75em;
  padding: 1em;
  line-height: 1em;
  opacity: 0.8;
}

.articles .card:before,
.articles .card:after {
  content: "";
  transform: scale(0);
  transform-origin: top left;
  border-radius: 50%;
  position: absolute;
  left: -50%;
  top: -50%;
  z-index: -5;
  transition: all, var(--transition-time);
  transition-timing-function: ease-in-out;
}

.articles .card:before {
  background: #ddd;
  width: 250%;
  height: 250%;
}

.articles .card:after {
  background: #01AEF0;
  width: 200%;
  height: 200%;
}

.articles .card:hover {
  color: var(--color);
}

.articles .card:hover:before,
.card:hover:after {
  transform: scale(1);
}

.articles .info {
  font-size: 1.2em;
  display: flex;
  padding: 1em 3em;
  height: 3em;
}

.articles .info img {
  height: 3em;
  margin-right: 0.5em;
}

.articles .info h1 {
  font-size: 1em;
  font-weight: normal;
}

/* MEDIA QUERIES */
@media screen and (max-width: 900px) {
  .articles .info {
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .articles .cards-wrapper {
    padding: 4rem 2rem;
  }

  .articles .card {
    max-width: calc(100vw - 4rem);
  }

  h2:nth-child(2)::before,
h2:nth-child(2)::after {
    width: 40px;
  }
}
@media screen and (max-width: 450px) {
  .articles .info {
    display: block;
    text-align: center;
  }

  .articles .info h1 {
    margin: 0;
  }
}
.overlay-loader {
  background: black;
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 10;
  /* loader */
}
.overlay-loader .con {
  width: 150px;
  height: 150px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overlay-loader .l {
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-animation: rot 3s ease-in-out infinite;
          animation: rot 3s ease-in-out infinite;
  position: relative;
  overflow: hidden;
  border-radius: 0 25px;
}
@-webkit-keyframes rot {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rot {
  100% {
    transform: rotate(360deg);
  }
}
.overlay-loader .l span {
  -webkit-animation: rot 3s ease-in-out infinite;
          animation: rot 3s ease-in-out infinite;
  position: absolute;
  width: 100px;
  height: 100px;
  background: #364E66;
  border-radius: 25px;
}
.overlay-loader .l span:nth-child(1) {
  top: -25px;
  left: -25px;
}
.overlay-loader .l span:nth-child(2) {
  top: -25px;
  right: -25px;
}
.overlay-loader .l span:nth-child(3) {
  bottom: -25px;
  left: -25px;
}
.overlay-loader .l span:nth-child(4) {
  bottom: -25px;
  right: -25px;
}
.overlay-loader .overlay-loader {
  background: black;
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 10;
}

