@charset "utf-8";

.required:after {
  content:" *";
  color: red;
}


.ImageHeader{
  background-image: url("../images/header-F9t6OIt.png");
  background-color: #4A7BC0;
  background-repeat: no-repeat;
  background-size: cover;
}

.centre {
  padding-top: 25px;
}


.border-2 {
  border: 2px solid;
}

.colorB1 {
  background-color: #B3F5FF;
}
.colorB2 {
  background-color: #7AC1FA;
}
.colorB3 {
  background-color: #9698FA;
}


.fond1 {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-image: url("../images/fond-1ERchvD.jpg");
  background-repeat: no-repeat;
  background-position: center;

}

nav img {
  position: absolute;
  top: 0 ;
  transition : all 1s ease;
}
.bleu {
  background-color: #4A7BC0;
}
.bleu2 {
  background-color: rgba(74,123,192,0.80);
}

.bleu3 {

  padding-top: 20px;
  background-image: -webkit-linear-gradient(270deg,rgba(74,123,192,1.00) 0%,rgba(10,78,175,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(74,123,192,1.00) 0%,rgba(10,78,175,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(74,123,192,1.00) 0%,rgba(10,78,175,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(74,123,192,1.00) 0%,rgba(10,78,175,1.00) 100%);
}

.hauteur {
  padding-top: 4px;
  padding-bottom: 4px;
}
.hauteur2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;

}

.display-6 {
  font-size: 2rem;
  font-weight: 250;
  line-height: 1.2;
}
.display-7 {
  font-size: 1.5rem;
  font-weight: 250;
  line-height: 1.2;
}
.logo{

}
.logo1{
  visibility: visible;
  position: absolute;
  top: 0px;
  left: 5%;
  z-index: 2;
}
.logo2{
  visibility: hidden;
}
.blue {
}

.rounded-1 {
  border-radius: 0.5rem !important;
}
.rounded-2 {
  border-radius: 0.75rem !important;
}
.rounded-3 {
  border-radius: 1rem !important;
}

.no-padding  {
  padding:0;
  margin:0;
}


.img1 {
  background-repeat: no-repeat;
}

.centreVerticalement {
  display: flex;
  align-items: center;
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 48px; /* Height of navbar */
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar {
  .nav-link {
    font-weight: 500;
    color: #333;
  }
  .nav-link.active {
    color: #007bff;
  }
  .nav-link .feather {
    margin-right: 4px;
    color: #999;
  }
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

.ja-content {
  min-height: 500px;
}

.user-profile {
  .card {
    margin-top: 1rem !important;
    box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
    margin-bottom: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 100%;
    word-wrap: break-word;
    background-color: #ffffffde;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.2rem;
  }
  .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
  }

  #navbarUser {
    ul.list-group {
      width:100%;
    }
  }

  h5 {
    font-weight: 500;
  }
  
  .card-title {
    color: #3e4676;
    font-size: 0.9375rem;
    line-height: 1.5;
  }
  .mb-0, .my-0 {
    margin-bottom: 0 !important;
  }
}

.qcm-question {
  margin-left:1.5rem;
  legend {
    float:none;
  }
}

.qcm-answers {
  margin-left:2rem;
}

.widget-units {

  font-weight: 400;
  font-size: 13px;
  margin-top: .5rem;

}

.widget-units-item {
  display: list-item;
  color: #727686;
}

.border-start-primary {
  border-left-color: #0061f2 !important;
}
.border-start-secondary {
  border-left-color: #6900c7 !important;
}
.border-start-success {
  border-left-color: #00ac69 !important;
}
.border-start-lg {
  border-left-width: 0.25rem !important;
}
.h-100 {
  height: 100% !important;
}

h6.dd-title {
  margin:0px;
  line-height: 2;
  text-align: center;
}

h6.dropdown-item.dd-title.alert-primary:hover {
  background-color:#cfe2ff;
  color: #084298;
}

h6.dropdown-item.dd-title.alert-dark:hover {
  color: #141619;
  background-color: #d3d3d4;
}
