/* Import Google font */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* ROOT STYLE */

:root {
  /* === Colors === */

  --bg-color: #2a62ab;
  --text-color: #fff;
  --headerFontColor: #fff;
  --bgSlideHeader: #0c356a;
  --crdStatsBgr1: #2a62ab;
  --bg-color1: rgb(6, 43, 92);
  --crdStatsBgr2: #b6d1f7;
  --crdStatsBgr3: #ff7f2a;
  --crdStatsBgr: #fc6b0b;
  --crdStatsBgr4: #ffc299;
  --crdStatsBgr5: #ffc299;
}

/* END PART OF R°°T STYLE °° */

/* NAVBAR STYLE */
.sideMenu {
  display: flex;
  /* justify-content: flex-end!important; */
  float: right;
  /* border-radius: 3px; */
  background-color: var(--headerFontColor);
  width: 250px;
  border: 1px solid#f1f1f1;
  /* padding: 20px; */
  border-left: 8px solid #fc6b0b;
}
.quizMenu {
  display: flex;
  float: left;
  background-color: var(--headerFontColor);
  width: 250px;
  border: 1px solid#f1f1f1;
  border-left: 8px solid var(--bgSlideHeader);
}

.small-screen {
  position: relative;
  display: none !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding: 20px;
}

/* END */

.contain-title {
  margin-top: 50px;
  margin-bottom: 50px;
}

.sidebar {
  padding: 0;
}

.quizbar {
  padding: 0;
}

.nav-links {
  color: var(--crdStatsBgr);
  font-family: "poppins" sans-serif;
  font-weight: 600;
  position: relative;
  display: flex;
  justify-content: end;
  text-decoration: none;
  line-height: 2rem;
  margin: 0;
  padding: 10px;
}

.navs-links {
  color: var(--bgSlideHeader);
  font-family: "poppins" sans-serif;
  font-weight: 600;
  position: relative;
  display: flex;
  justify-content: start;
  text-decoration: none;
  line-height: 2rem;
  margin: 0;
  padding: 10px;
}

.nav-links:hover {
  background-color: var(--crdStatsBgr2);
  /* margin: 10px; */
  color: var(--text-color);
  transition: 0.3s ease-in-out;
}

.navs-links:hover {
  background-color: var(--crdStatsBgr2);
  /* margin: 10px; */
  color: var(--text-color);
  /* transition: 0.3s ease-in-out; */
}

.nav-links::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  background-color: #fff;
  height: 1px;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

.nav-links:hover::before,
.nav-links.active::before {
  width: 100%;
  visibility: visible;
}

/* STYLE OF KALALI BACKGROUND °° */

.leftBckgrd {
  position: fixed;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background-image: url(/assets/img/kalalibg/kalali.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 600px;
  padding: 0;
}
/* END OF KALALI BACKGROUND */

/* STYLE OF RIGHT CONTENTS */

.rightContent {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin-left: 600px;
  width: calc(100% - 600px);
  font-family: "poppins";
}

.formContent {
  width: 100%;
  height: 85%;
}

.footers-right {
  display: flex;
  flex-direction: row;
  margin-top: 8vh;
  height: 15%;
  align-items: center;
  justify-content: center;
  background-color: #f4f1f4;
  width: 100%;
}

.footers-right .iconKal {
  width: 45px !important;
  padding: 0;
  /* margin-left: 5px; */
  margin: 0 10px 0 0;
}

.signUp-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.signUp-title {
  font-size: 24px;
  font-family: "roboto";
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #000000;
}

.signUp-valid {
  padding: 13px;
  border-radius: 4px;
  background-color: var(--crdStatsBgr1);
  margin-top: 10px;
  margin-bottom: 20px;
  border: none;
  width: 40%;
  color: white;
  cursor: pointer !important;
}

.btn-returns {
  padding: 10px;
  border-radius: 4px;
  margin-top: 15px;
  background-color: var(--crdStatsBgr3);
  border: none;
  /* width: 20%; */
  color: white;
  cursor: pointer;
}

.btn-returns:hover {
  background-color: var(--crdStatsBgr);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.signUp-valids {
  padding: 13px;
  border-radius: 4px;
  background-color: var(--crdStatsBgr3);
  margin-top: 10px;
  margin-bottom: 20px;
  border: none;
  width: 40%;
  color: white;
  cursor: pointer !important;
}

.signUp-valids:hover {
  background-color: var(--crdStatsBgr);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.signUp-valid:hover {
  background-color: var(--bgSlideHeader);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.signUp-btn-inscrire {
  padding: 13px;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 22px;
  background-color: var(--crdStatsBgr3);
  border: none;
  width: 40%;
  margin: auto;
  color: white;
  cursor: pointer;
}

.signUp-btn-inscrire:hover {
  background-color: var(--crdStatsBgr4);
  color: #000000;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.headerSignUp-title {
  font-family: "poppins";
  font-weight: 600;
  line-height: 16px;
  size: 14px;
  color: #0c356a;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

/* .text-muted {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  padding-top: 20px;
} */

.container-profil {
  padding-top: 20px;
}

.accordion-container {
  width: calc(100% - 250px);
}

/* STYLE DE MES FORMATIONS */

.learning-title {
  /* margin: auto; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.learning-title h1 {
  color: #000000;
  text-align: center !important;
  font-size: 40px;
  font-family: "roboto";
  font-weight: 700;
  /* padding-top: 100px; */
}

.learning-title .fa-bookmark {
  font-size: 30px;
  padding: 0 10px 0 0;
  color: #000000;
  /* padding-top: 100px; */
  margin: auto;
}

.formations {
  display: flex;
  width: 100%;
  /* max-width: 1300px; */
  margin: 70px auto 0;
  flex-wrap: wrap;
  justify-content: center;
}

.item {
  width: 300px;
  height: 500px;
  margin: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.item .card {
  height: 100%;
}
.item img {
  width: 100%;
  height: auto;
}

/* Style for vidéothèque */
.titres {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.titres h1 {
  color: #f1f1f1;
  text-align: center;
  font-size: 40px;
  font-family: "roboto";
  margin-top: 70px auto 0;
}

.titres .fa-video {
  font-size: 30px;
  padding: 0 10px 0 0;
  color: #f1f1f1;
}

.videotheques {
  display: flex;
  width: 80%;
  max-width: 1300px;
  margin: 70px auto 0;
  flex-wrap: wrap;
  justify-content: center;
}

.items-movies {
  width: 300px;
  height: 200px;
  margin: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.items-movies video {
  width: 100%;
  height: auto;
}

.main {
  display: flex;
  flex-direction: row;
}

.besoin {
  margin-left: 20px;
  padding: 10px;
  border-radius: 4px;
  margin-top: 15px;
  background-color: var(--crdStatsBgr3);
  border: none;
  transition: 0.3s ease-in-out;
  color: white;
  cursor: pointer;
}

.besoin1 {
  margin-left: 20px;
  padding: 10px;
  border-radius: 4px;
  margin-top: 15px;
  background-color: var(--crdStatsBgr2);
  border: none;
  transition: 0.3s ease-in-out;
  color: white;
  cursor: pointer;
}
.besoin2 {
  margin-left: 20px;
  padding: 10px;
  border-radius: 4px;
  margin-top: 15px;
  background-color: var(--crdStatsBgr1);
  border: none;
  transition: 0.3s ease-in-out;
  color: white;
  cursor: pointer;
}

.besoin:hover {
  background-color: var(--crdStatsBgr);
  color: var(--text-color);
}

.besoin1:hover {
  background-color: var(--bgSlideHeader);
  color: var(--text-color);
}

.besoin2:hover {
  background-color: var(--bg-color1);
  color: var(--text-color);
}
/* END FORMATIONS */

.tabs {
  background-color: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
  width: 20%;
  cursor: pointer;
  border-left: 8px solid var(--bgSlideHeader);
}

.tabs:hover {
  color: var(--text-color) !important;
}

.tabs-list:hover {
  background-color: var(--crdStatsBgr2);
  transition: 0.3s ease-in-out;
}

.tabs .tabs-list {
  max-width: 300px;
  text-align: center;
  padding: 10px;
  list-style: none;
  border: 1px solid;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom-color: var(--crdStatsBgr1);
}

.tabs-list .tabs-items {
  color: var(--bgSlideHeader);
  line-height: 2.5em;
  font-weight: 900;
  text-decoration: none;
}

.container-forms {
  margin-left: 10px;
  border-radius: 5px;
  border: 1px solid color rgba(0, 0, 0, .5) !important;
  padding: 10px;
}

/* MEDIAS QUERIES */
@media (max-width: 800px) {
  .sideMenu {
    display: none;
  }

  .accordion-container {
    width: 100%;
  }
}

@media (max-width: 801px) {
  .small-screen {
    display: block !important;
    transition: 0.3s ease-in-out;
  }

  .header-menu {
    display: none !important;
  }
}
