/* LESS Document */
/*************************/
/* Imports */
/*************************/
@import "/include/css/ajaxStyle.css";
@import "/include/css/all.min.css";
@import "/include/css/bootstrap.min.css";
@import "/include/css/gijgo.min.css";
@import "/include/css/dataTables.bootstrap5.min.css";
@import "/include/css/responsive.bootstrap5.min.css";
@import "/include/css/app.min.css";
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs169vgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9ogUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZogUE.ttf) format('truetype');
}
.auth-fluid .auth-fluid-form-box {
  max-width: 480px;
  border-radius: 0;
  z-index: 2;
  padding: 3rem 2rem;
  background-color: #080808;
  position: relative;
  width: 100%;
}
.btn-admin {
  color: #fff;
  background-color: #ff8503;
  border-color: #ff8503;
}
.btn-admin:hover {
  color: #fff;
  background-color: #32333a;
  border-color: #32333a;
}
/* NavBar
========================================================*/
.nom-logo {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: 'Oswald', sans-serif;
}
@media only screen and (min-width: 560px) and (max-width: 768px) {
  .nom-logo {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 559px) {
  .nom-logo {
    font-size: 20px;
    line-height: 30px;
  }
}
.topbar-menu {
  position: relative;
  z-index: 1;
}
.topbar-menu li {
  float: left;
  max-height: 70px;
}
.topbar-menu li .show.nav-link {
  color: #212529;
}
.topbar-menu .nav-link {
  padding: 0;
  color: #fff;
  min-width: 32px;
  display: block;
  text-align: center;
  margin: 0 10px;
  position: relative;
}
.nav-user {
  padding: calc(31px * 0.5) 20px calc(31px * 0.5) 57px !important;
  text-align: left !important;
  position: relative;
  background-color: #ff8503;
  border: none;
  border-width: 0 1px;
  min-height: 70px;
}
.nav-user .account-user-avatar {
  position: absolute;
  top: calc(38px * 0.5);
  left: 15px;
}
.nav-user .account-user-avatar img {
  height: 32px;
  width: 32px;
}
.nav-user .account-position {
  display: block;
  font-size: 12px;
  margin-top: -3px;
}
.nav-user .account-user-name {
  display: block;
  font-weight: 600;
}
dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: none;
  margin-left: 0.2125em;
  vertical-align: 0.2125em;
  content: "";
  border-top: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-bottom: 0;
  border-left: 0.25em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #1f2029;
  background-clip: padding-box;
  border: none;
  border-radius: 0.25rem;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #fff !important;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background-color: #ff8503;
}
.fix-login {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
/* Titres
========================================================*/
.titre {
  color: #080808;
  font-size: 80px;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  margin-bottom: 22px;
}
@media only screen and (min-width: 560px) and (max-width: 768px) {
  .titre {
    line-height: 1;
  }
}
@media only screen and (max-width: 559px) {
  .titre {
    font-size: 62px;
    margin-bottom: 10px;
    line-height: 1;
  }
}
.titre span {
  font-weight: 300;
  color: #ff8503;
}
.sous-titre {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 27px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 559px) {
  .sous-titre {
    font-size: 30px;
  }
}
.sous-titre-passe {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 27px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 559px) {
  .sous-titre-passe {
    font-size: 30px;
  }
}
.sous-titre span {
  font-weight: 300;
  color: #ff8503;
}
.courses .title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-transform: uppercase;
}
.section-title .title {
  font-size: 50px;
  margin-bottom: 24px;
}
.title {
  color: #080808;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.title::after {
  content: "";
  background-image: url("../images/fleche-title.png");
  width: 37px;
  height: 41px;
  display: block;
  margin-left: 13px;
}
/* Boutons
========================================================*/
.btn-retour {
  -moz-user-select: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #ff8503 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-clip-path: polygon(90% 0, 100% 34%, 100% 100%, 10% 100%, 0 66%, 0 0);
          clip-path: polygon(90% 0, 100% 34%, 100% 100%, 10% 100%, 0 66%, 0 0);
  border-radius: 0;
  position: relative;
  font-family: 'Oswald', sans-serif;
}
.btn-retour:hover {
  color: #fff;
  background-color: #32333a;
}
@media only screen and (min-width: 560px) and (max-width: 768px) {
  .btn-retour {
    display: block;
    -webkit-clip-path: none;
            clip-path: none;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 559px) {
  .btn-retour {
    display: block;
    -webkit-clip-path: none;
            clip-path: none;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.btn-termine {
  -moz-user-select: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #da391a none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-clip-path: polygon(90% 0, 100% 34%, 100% 100%, 10% 100%, 0 66%, 0 0);
          clip-path: polygon(90% 0, 100% 34%, 100% 100%, 10% 100%, 0 66%, 0 0);
  border-radius: 0;
  position: relative;
  font-family: 'Oswald', sans-serif;
}
.btn-termine:hover {
  color: #fff;
  background-color: #32333a;
}
@media only screen and (min-width: 560px) and (max-width: 768px) {
  .btn-termine {
    display: block;
    -webkit-clip-path: none;
            clip-path: none;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 559px) {
  .btn-termine {
    display: block;
    -webkit-clip-path: none;
            clip-path: none;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.btn-annuler {
  -moz-user-select: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #FF8503 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-clip-path: polygon(90% 0, 100% 34%, 100% 100%, 10% 100%, 0 66%, 0 0);
          clip-path: polygon(90% 0, 100% 34%, 100% 100%, 10% 100%, 0 66%, 0 0);
  border-radius: 0;
  position: relative;
  font-family: 'Oswald', sans-serif;
}
.btn-annuler:hover {
  color: #fff;
  background-color: #32333a;
}
@media only screen and (min-width: 560px) and (max-width: 768px) {
  .btn-annuler {
    display: block;
    -webkit-clip-path: none;
            clip-path: none;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 559px) {
  .btn-annuler {
    display: block;
    -webkit-clip-path: none;
            clip-path: none;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.btn-mes-courses {
  font-family: 'Oswald', sans-serif;
  -moz-user-select: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #669933 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-clip-path: polygon(90% 0, 100% 34%, 100% 100%, 10% 100%, 0 66%, 0 0);
          clip-path: polygon(90% 0, 100% 34%, 100% 100%, 10% 100%, 0 66%, 0 0);
  border-radius: 0;
  position: relative;
}
.btn-mes-courses:hover {
  color: #fff;
  background-color: #32333a;
}
@media only screen and (min-width: 560px) and (max-width: 768px) {
  .btn-mes-courses {
    display: block;
    -webkit-clip-path: none;
            clip-path: none;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 559px) {
  .btn-mes-courses {
    display: block;
    -webkit-clip-path: none;
            clip-path: none;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
/* Badge - BG
========================================================*/
.badge {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  -webkit-clip-path: polygon(90% 0, 100% 34%, 100% 100%, 10% 100%, 0 66%, 0 0);
          clip-path: polygon(90% 0, 100% 34%, 100% 100%, 10% 100%, 0 66%, 0 0);
}
.bg-dark {
  background-color: #1f2029 !important;
}
.bg-primary {
  background-color: #080808 !important;
}
.bg-info {
  background-color: #FF8503 !important;
}
.bg-en-cours {
  background-color: #669933 !important;
}
.bg-termine {
  background-color: #da391a !important;
}
.bg-validation {
  background-color: #ff8503 !important;
}
.bg-a-venir {
  background-color: #1f2029 !important;
}
.bg-secondary {
  background-color: #080808 !important;
}
@media only screen and (max-width: 559px) {
  .bg-mobile {
    background-color: #ff8503 !important;
  }
}
/* Modal
========================================================*/
.modal-content {
  background-color: #1f2029 !important;
  background-clip: padding-box;
  border: none;
}
.modal-header {
  border-bottom: none;
}
.modal-footer {
  border-top: none;
}
.btn-close {
  background-color: #ff8503 !important;
  opacity: 1;
}
.btn-success {
  color: #fff;
  background-color: #669933;
  border-color: #669933;
}
.btn-success:hover {
  background-color: #32333a;
  border-color: #32333a;
}
.btn-success:focus {
  background-color: #669933;
  border-color: #669933;
}
.btn-info {
  color: #fff;
  background-color: #ff8503;
  border-color: #ff8503;
}
.btn-info:hover {
  background-color: #32333a;
  border-color: #32333a;
}
.btn-info:focus {
  background-color: #32333a;
  border-color: #32333a;
}
.btn-dark {
  color: #fff;
  background-color: #313a46;
  border-color: #313a46;
}
.btn-dark:hover {
  background-color: #ff8503;
  border-color: #ff8503;
}
.btn-danger {
  color: #fff;
  background-color: #da391a;
  border-color: #da391a;
}
.btn-danger:hover {
  background-color: #32333a;
  border-color: #32333a;
}
/* Tables
========================================================*/
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  background-color: #ff8503 !important;
}
