@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);body{
  font-family : "Poppins", sans-serif!important;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  @charset "UTF-8";

.text-white {
  color: #ffffff !important;
}

.background-white {
  background-color: #ffffff;
}

.text-black {
  color: #000000 !important;
}

.background-black {
  background-color: #000000;
}

.text-blue-dark {
  color: #003A68 !important;
}

.background-blue-dark {
  background-color: #003A68;
}

.text-blue-grey {
  color: #5F83A0 !important;
}

.background-blue-grey {
  background-color: #5F83A0;
}

.text-blue-light {
  color: #6BAAC6 !important;
}

.background-blue-light {
  background-color: #6BAAC6;
}

.text-light-blue {
  color: #eff9ff !important;
}

.background-light-blue {
  background-color: #eff9ff;
}

.text-blue-bg {
  color: #F5F9FB !important;
}

.background-blue-bg {
  background-color: #F5F9FB;
}

.text-red {
  color: #D5307C !important;
}

.background-red {
  background-color: #D5307C;
}

.text-grey {
  color: #404040 !important;
}

.background-grey {
  background-color: #404040;
}

.text-grey-bg {
  color: #F0F0F0 !important;
}

.background-grey-bg {
  background-color: #F0F0F0;
}

.text-green {
  color: #4FC3B7 !important;
}

.background-green {
  background-color: #4FC3B7;
}

.text-purple {
  color: #6B72C6 !important;
}

.background-purple {
  background-color: #6B72C6;
}

/* TYPO */

.fsz-10 {
  font-size: 10px;
}

.fsz-11 {
  font-size: 11px;
}

.fsz-12 {
  font-size: 12px;
}

.fsz-13 {
  font-size: 13px;
}

.fsz-14 {
  font-size: 14px;
}

.fsz-15 {
  font-size: 15px;
}

.fsz-16 {
  font-size: 16px;
}

.fsz-17 {
  font-size: 17px;
}

.fsz-18 {
  font-size: 18px;
}

.fsz-19 {
  font-size: 19px;
}

.fsz-20 {
  font-size: 20px;
}

.fsz-25 {
  font-size: 25px;
}

.fsz-30 {
  font-size: 30px;
}

.fsz-35 {
  font-size: 35px;
}

.fsz-40 {
  font-size: 40px;
}

.fsz-45 {
  font-size: 45px;
}

.fsz-50 {
  font-size: 50px;
}

/* SPACINGS */

.mt-0 {
  margin-top: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.mh-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mv-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.ph-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pv-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.bpt-0:before {
  content: "";
  display: block;
  padding-top: 0%;
}

.mt-5 {
  margin-top: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.mh-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mv-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.ph-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pv-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.bpt-5:before {
  content: "";
  display: block;
  padding-top: 5%;
}

.mt-8 {
  margin-top: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.mh-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mv-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.ph-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pv-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.bpt-8:before {
  content: "";
  display: block;
  padding-top: 8%;
}

.mt-10 {
  margin-top: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.mh-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mv-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.ph-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pv-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.bpt-10:before {
  content: "";
  display: block;
  padding-top: 10%;
}

.mt-12 {
  margin-top: 12px;
}

.pt-12 {
  padding-top: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.mh-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mv-12 {
  margin-left: 12px;
  margin-right: 12px;
}

.ph-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pv-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.bpt-12:before {
  content: "";
  display: block;
  padding-top: 12%;
}

.mt-15 {
  margin-top: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mh-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mv-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.ph-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pv-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.bpt-15:before {
  content: "";
  display: block;
  padding-top: 15%;
}

.mt-20 {
  margin-top: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.mh-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mv-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.ph-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pv-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.bpt-20:before {
  content: "";
  display: block;
  padding-top: 20%;
}

.mt-25 {
  margin-top: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.mh-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mv-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.ph-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pv-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.bpt-25:before {
  content: "";
  display: block;
  padding-top: 25%;
}

.mt-30 {
  margin-top: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.mh-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mv-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.ph-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pv-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.bpt-30:before {
  content: "";
  display: block;
  padding-top: 30%;
}

.mt-35 {
  margin-top: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.mh-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mv-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.ph-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pv-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.bpt-35:before {
  content: "";
  display: block;
  padding-top: 35%;
}

.mt-40 {
  margin-top: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.mh-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mv-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.ph-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pv-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.bpt-40:before {
  content: "";
  display: block;
  padding-top: 40%;
}

.mt-45 {
  margin-top: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.mh-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mv-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.ph-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pv-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.bpt-45:before {
  content: "";
  display: block;
  padding-top: 45%;
}

.mt-50 {
  margin-top: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.mh-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mv-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.ph-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pv-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.bpt-50:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.mt-55 {
  margin-top: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.mh-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.mv-55 {
  margin-left: 55px;
  margin-right: 55px;
}

.ph-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.pv-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.bpt-55:before {
  content: "";
  display: block;
  padding-top: 55%;
}

.mt-60 {
  margin-top: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.mh-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mv-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.ph-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pv-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.bpt-60:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.mt-70 {
  margin-top: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.mh-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mv-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.ph-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pv-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.bpt-70:before {
  content: "";
  display: block;
  padding-top: 70%;
}

.mt-80 {
  margin-top: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.mh-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mv-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.ph-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pv-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.bpt-80:before {
  content: "";
  display: block;
  padding-top: 80%;
}

.mt-100 {
  margin-top: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.mh-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mv-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.ph-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pv-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.bpt-100:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.mt-150 {
  margin-top: 150px;
}

.pt-150 {
  padding-top: 150px;
}

.mb-150 {
  margin-bottom: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.ml-150 {
  margin-left: 150px;
}

.pl-150 {
  padding-left: 150px;
}

.mr-150 {
  margin-right: 150px;
}

.pr-150 {
  padding-right: 150px;
}

.mh-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.mv-150 {
  margin-left: 150px;
  margin-right: 150px;
}

.ph-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.pv-150 {
  padding-left: 150px;
  padding-right: 150px;
}

.bpt-150:before {
  content: "";
  display: block;
  padding-top: 150%;
}

.mt-200 {
  margin-top: 200px;
}

.pt-200 {
  padding-top: 200px;
}

.mb-200 {
  margin-bottom: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.ml-200 {
  margin-left: 200px;
}

.pl-200 {
  padding-left: 200px;
}

.mr-200 {
  margin-right: 200px;
}

.pr-200 {
  padding-right: 200px;
}

.mh-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.mv-200 {
  margin-left: 200px;
  margin-right: 200px;
}

.ph-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.pv-200 {
  padding-left: 200px;
  padding-right: 200px;
}

.bpt-200:before {
  content: "";
  display: block;
  padding-top: 200%;
}

/*!
 * Icon Font IJA
 * Made with love by Icons8 [ https://icons8.com/ ] using webfont [ https://github.com/itgalaxy/webfont ]
 *
 * Contacts:
 *    [ https://icons8.com/contact ]
 *
 * Follow Icon8 on
 *    Twitter [ https://twitter.com/icons_8 ]
 *    Facebook [ https://www.facebook.com/Icons8 ]
 *    Google+ [ https://plus.google.com/+Icons8 ]
 *    GitHub [ https://github.com/icons8 ]
 */

@font-face {
  font-family: "IJA";
  src: url(/fonts/IJA.eot?81687bbbb939acf64cf54b4621cbc99e);
  src: url(/fonts/IJA.eot?81687bbbb939acf64cf54b4621cbc99e) format("embedded-opentype"), url(/fonts/IJA.woff2?65b17cecc8b6ab8feae4def9a6327655) format("woff2"), url(/fonts/IJA.woff?92a1c98b89ac2f099214e715498c1e7e) format("woff"), url(/fonts/IJA.ttf?27f9e47956d03ff24cc469bba7290d4f) format("truetype"), url(/fonts/IJA.svg?b0524933377feae05571ec4c522fabbc) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
    font-family: "IJA";
    src: url(/fonts/IJA.svg?b0524933377feae05571ec4c522fabbc) format("svg");
}
}

.icons8-notification:before,
.icons8-power-off-button:before,
.icons8-synchronize:before,
.icons8-add-user-male:before,
.icons8-eye:before,
.icons8-expand-arrow:before,
.icons8-search:before,
.icons8-plus:before,
.icons8-pdf:before,
.icons8-video-call:before,
.icons8-delete:before,
.icons8-checkmark:before,
.icons8-document:before,
.icons8-duplicate:before,
.icons8-download:before,
.icons8-trash-can:before,
.icons8-edit:before,
.icons8-reply-all-arrow:before,
.icons8-important-mail:before,
.icons8-home:before,
.icons8-phone:before,
.icons8-woman-profile:before,
.icons8-student-male:before,
.icons8-suitcase:before,
.icons8-ask-question:before,
.icons8-calendar-12:before,
.icons8-historical:before,
.icons8-auction:before,
.icons8-contract:before,
.icons8-pass-fail:before,
.icons8-medal:before,
.icons8-gift:before,
.icons8-menu:before,
.icons8-photo-gallery:before,
.icons8-more:before,
[data-icons8]:before {
  display: inline-block;
  font-family: "IJA";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

[data-icons8]:before {
  content: attr(data-icons8);
}

.icons8-notification:before {
  content: "";
}

.icons8-power-off-button:before {
  content: "";
}

.icons8-synchronize:before {
  content: "";
}

.icons8-add-user-male:before {
  content: "";
}

.icons8-eye:before {
  content: "";
}

.icons8-expand-arrow:before {
  content: "";
}

.icons8-search:before {
  content: "";
}

.icons8-plus:before {
  content: "";
}

.icons8-pdf:before {
  content: "";
}

.icons8-video-call:before {
  content: "";
}

.icons8-delete:before {
  content: "";
}

.icons8-checkmark:before {
  content: "";
}

.icons8-document:before {
  content: "";
}

.icons8-duplicate:before {
  content: "";
}

.icons8-download:before {
  content: "";
}

.icons8-trash-can:before {
  content: "";
}

.icons8-edit:before {
  content: "";
}

.icons8-reply-all-arrow:before {
  content: "";
}

.icons8-important-mail:before {
  content: "";
}

.icons8-home:before {
  content: "";
}

.icons8-phone:before {
  content: "";
}

.icons8-woman-profile:before {
  content: "";
}

.icons8-student-male:before {
  content: "";
}

.icons8-suitcase:before {
  content: "";
}

.icons8-ask-question:before {
  content: "";
}

.icons8-calendar-12:before {
  content: "";
}

.icons8-historical:before {
  content: "";
}

.icons8-auction:before {
  content: "";
}

.icons8-contract:before {
  content: "";
}

.icons8-pass-fail:before {
  content: "";
}

.icons8-medal:before {
  content: "";
}

.icons8-gift:before {
  content: "";
}

.icons8-menu:before {
  content: "";
}

.icons8-photo-gallery:before {
  content: "";
}

.icons8-more:before {
  content: "";
}

body .olark-text-button {
  right: auto !important;
  left: 5px !important;
}

body .olark-launch-button-wrapper:focus-within {
  right: auto !important;
}

.animation-element {
  transition: all 1s ease;
}

.animation-element.from-top:not(.in-view) {
  opacity: 0;
  transform: translateY(-200px);
}

.animation-element.from-left:not(.in-view) {
  opacity: 0;
  transform: translateX(-200px);
}

.animation-element.from-right:not(.in-view) {
  opacity: 0;
  transform: translateX(200px);
}

.animation-element.from-bottom:not(.in-view) {
  opacity: 0;
  transform: translateY(100px);
}

.animation-element.from-opacity:not(.in-view) {
  opacity: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: 300;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  height: 100%;
}

body {
  line-height: 1;
  overflow-x: hidden;
  min-height: 100%;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

textarea {
  resize: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  cursor: pointer;
  color: #ffffff;
}

a:hover {
  text-decoration: none;
  color: #ffffff;
}

a:focus {
  text-decoration: none;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #404040;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #404040;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #404040;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #404040;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #404040;
}

.title-m {
  font-weight: 700;
  color: #003A68;
  font-size: 22px;
}

.title-m::after {
  content: "";
  display: block;
  background-color: #D5307C;
  width: 80px;
  height: 2px;
  margin: 10px auto;
}

.title-m.left {
  display: inline-block;
}

.title-m.left::after {
  content: "";
  display: block;
  background-color: #D5307C;
  width: 80px;
  height: 2px;
  margin: 10px 0px !important;
}

.lh-24 {
  line-height: 24px;
}

.text-bold {
  font-weight: bold;
}

.text-light {
  font-weight: 300;
}

.text-italic {
  font-weight: 300;
  font-style: italic;
}

.text-decoration-underline {
  text-decoration: underline;
}

.btn {
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-primary {
  background-color: #D5307C;
  color: #ffffff;
  font-weight: 600;
  border: 1px solid #D5307C;
  transition: 0.4s ease;
  text-transform: uppercase;
}

.btn-primary:hover {
  background-color: #ffffff;
  border-color: #D5307C;
  color: #D5307C;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.show {
  background-color: #D5307C !important;
  border-color: #D5307C !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.btn-primary.small {
  text-transform: inherit;
  padding: 7px 15px;
  font-size: 12px;
}

.btn-primary.depot-copy {
  min-width: 190px;
}

.btn-outline-primary {
  color: #D5307C;
  border: 1px solid #D5307C;
  background-color: transparent;
  font-weight: 600;
  transition: 0.4s ease;
  text-transform: uppercase;
}

.btn-outline-primary:hover {
  background-color: #D5307C;
  border-color: #D5307C;
  color: #ffffff;
}

.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.show {
  background-color: #D5307C !important;
  border-color: #D5307C !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.btn-outline-primary.small {
  text-transform: inherit;
  padding: 7px 15px;
  font-size: 12px;
}

.btn-secondary {
  background-color: #003A68;
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 600;
  transition: 0.4s ease;
  border: 1px solid #003A68;
  min-width: 150px;
}

.btn-secondary.big {
  text-transform: uppercase;
  padding: 8px 20px;
  font-weight: 600;
  border: 1px solid #003A68;
  font-size: 14px;
}

.btn-secondary:hover {
  background-color: #6BAAC6;
  color: #ffffff;
  border: 1px solid #6BAAC6;
}

.btn-secondary.red {
  background-color: #D5307C;
  border: 1px solid #D5307C;
}

.btn-secondary.red:hover {
  background-color: transparent;
  border: 1px solid #D5307C;
  color: #D5307C;
}

.btn-ghost {
  background-color: #ffffff;
  border: 1px solid #6BAAC6;
  color: #6BAAC6;
  transition: 0.4s ease;
}

.btn-ghost:hover {
  background-color: #6BAAC6;
  color: #ffffff;
}

a[disabled],
a[disabled]:hover,
a[disabled]:focus,
button[disabled],
button[disabled]:hover,
button[disabled]:focus {
  background-color: #404040;
}

.student-progress .btn-secondary {
  min-width: initial;
}

.modal-notification {
  position: relative;
}

.modal-notification .picto-new-notification {
  position: absolute;
  top: -2px;
  right: 0px;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/

.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 380px;
  height: 100%;
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Right*/

.modal.right.fade .modal-dialog {
  right: 0px;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

.modal-backdrop {
  background-color: #6BAAC6;
}

.progress-bar {
  background-color: #6BAAC6;
}

.form-group {
  margin: 0 10px;
  min-width: 180px;
}

@media (max-width: 576px) {
  .form-group {
    min-width: 100%;
  }
}

.form-group .form-control {
  border-radius: 50px;
  color: #ffffff;
  cursor: pointer;
  height: calc(2em + .75rem + 2px);
  font-size: 14px;
}

.form-group .form-control.blue-dark {
  background-color: #003A68;
  border: 1px solid #003A68;
}

.form-group .form-control.blue-light {
  background-color: #6BAAC6;
  border: 1px solid #6BAAC6;
}

.form-group .form-control.blue-grey {
  background-color: #5F83A0;
  border: 1px solid #5F83A0;
}

.has-search {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.has-search .form-control {
  padding-left: 1.5rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  font-size: 20px;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  right: 20px;
}

input,
select,
textarea {
  border-radius: 50px;
  padding: 8px 20px;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #6BAAC6;
  font-size: 14px;
  color: #003A68;
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 14px;
  color: #003A68;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  font-size: 14px;
  color: #003A68;
}

textarea {
  border-radius: 10px;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
}

.search {
  width: auto !important;
  padding: 10px;
  margin-right: 10px;
}

.search::-moz-placeholder {
  padding-left: 10px;
}

.search::placeholder {
  padding-left: 10px;
}

.background-transparent {
  background-color: #ffffff;
  border: 1px solid #003A68;
  cursor: pointer;
}

.form-group.has-search {
  min-width: 240px;
}

tbody th,
tbody td {
  font-size: 14px;
  color: #003A68;
  vertical-align: middle !important;
  line-height: 20px;
}

table tr th {
  color: #003A68;
  font-weight: bold;
}

.table thead th {
  border-bottom: 1px solid #6BAAC6 !important;
}

.table td,
th {
  border-top: none !important;
}

.table tr {
  height: 50px;
}

div strong {
  font-weight: bold;
  color: #003A68;
}

.drop-btn {
  border: none;
  cursor: pointer;
  background: none;
  font-size: 20px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 50px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 20px;
  top: 0px;
}

.dropdown-content a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.list-legendes__single {
  padding: 10px 20px;
  color: #ffffff;
  border-radius: 5px;
  font-size: 12px;
  margin: 0 8px;
}

.vdatetime-calendar {
  height: 350px;
}

.separateur-vertical {
  height: 90%;
  border-left: 1px solid #6baac6;
}

.vjs-control:after {
  display: none !important;
}

.input-profil-pic {
  background-image: url(/images/picto-change.svg?cd2b81590b872858b68fa1aa39495ee5);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  height: 152px;
  width: 120px;
  cursor: pointer;
}

.input-profil-pic input[type=file] {
  display: none;
}

.input-profil-pic img {
  transition: all 0.2s;
}

.input-profil-pic:hover img {
  opacity: 50%;
}

.attestation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 26px;
  border: 1px solid #6baac6;
  background: white;
  padding: 5px 15px;
}

.documents {
  min-width: 200px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 26px;
  border: 1px solid #6baac6;
  background: white;
  max-width: 200px;
  cursor: pointer;
  transition: all 0.3s;
}

.documents .label-global-document {
  display: none;
}

.documents.empty-doc {
  border-color: #D5307C;
  box-shadow: 0 0 5px #D5307C;
}

.documents.empty-doc .label-global-document {
  margin-top: 10px;
  margin-bottom: -10px;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  color: #D5307C;
  display: block;
}

.documents input[type=file] {
  display: none;
}

.documents p {
  text-wrap: balance;
  text-align: center;
  font-weight: 500;
}

.documents:hover {
  box-shadow: 0 4px 4px #6baac6;
}

.documents:hover.empty-doc {
  box-shadow: 0 4px 5px #D5307C;
}

.modal-document input[type=file] {
  display: none;
}

.modal-document .btn-secondary {
  min-width: 200px;
}

.modal-document .btn-primary {
  padding: 0 10px !important;
}

.modal-document .btn-primary:hover .icons8-trash-can {
  color: #D5307C !important;
}

.id-separator {
  color: #6baac6;
  text-align: center;
  display: flex;
  width: 100%;
}

.id-separator .line-blue {
  width: 100%;
  border-bottom: 1px solid #6baac6;
  margin: 0 20px;
  height: 9px;
}

.icon-btn {
  padding: 5px;
  border-radius: 50px;
}

.icon-secondary {
  background-color: #003A68;
}

.icon-primary {
  background-color: #D5307C;
}

.stage-icon {
  border: 0;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #003A68;
  height: 3px;
  padding: 3px 0;
}

input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 26px;
  background: #003A68;
  cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #003A68;
  cursor: pointer;
}

.sidebar-menu {
  min-height: 100vh;
}

@media (max-width: 576px) {
  .sidebar-menu {
    min-height: auto;
  }
}

@media (max-width: 576px) {
  .sidebar-menu .navbar {
    justify-content: center;
  }
}

.sidebar-menu .navbar .nav-item {
  margin: 10px 0;
  position: relative;
}

.sidebar-menu .navbar .nav-item.active .nav-link {
  font-weight: 600;
  line-height: 20px;
}

.sidebar-menu .navbar .nav-item.active .nav-link::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  left: 35px;
  bottom: 0px;
}

.sidebar-menu .navbar .nav-item .nav-link {
  font-size: 14px;
  line-height: 22PX;
}

@media (max-width: 576px) {
  .img-logo {
    display: none;
  }
}

.dropdown-menu {
  position: initial !important;
  background-color: transparent;
  color: #ffffff;
  border: none;
}

.dropdown-menu .dropdown-item {
  color: #ffffff;
  font-size: 12px;
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.dropdown-menu .dropdown-item.active {
  color: #6BAAC6;
  font-weight: bold;
  background-color: transparent;
}

.dropdown-menu .dropdown-item.active::before {
  background-color: #6BAAC6;
  height: 1px;
}

.dropdown-menu .dropdown-item.active:hover {
  background-color: transparent;
}

.dropdown-menu .dropdown-item::before {
  content: "";
  background-color: #ffffff;
  display: inline-block;
  width: 20px;
  height: 1px;
  margin-right: 10px;
}

.dropdown-menu .dropdown-item:hover {
  background-color: transparent !important;
}

.navbar-nav .nav-item {
  margin: 2px 0;
  font-size: 14px;
}

.navbar-nav .nav-item a {
  display: flex;
  align-items: center;
  line-height: 16px;
}

@media (max-width: 576px) {
  .nav-filters-top {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .nav-filters-top .nav-filters-select {
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
  }

  .nav-filters-top .nav-filters-select .form-group {
    width: 100%;
  }
}

.avatar-default {
  width: 50px;
  height: 50px;
}

@media (max-width: 576px) {
  .box-professional {
    margin: 20px 0;
  }
}

.box-professional .icons8-more {
  position: absolute;
  right: 0px;
}

.box-professional .dropdown {
  position: absolute;
  right: 0px;
}

@media (max-width: 576px) {
  .list-actions-formations {
    width: 100%;
  }
}

.list-actions-formations a {
  margin: 0 10px;
}

@media (max-width: 576px) {
  .list-actions-formations a {
    width: 100%;
    margin: 7px 0;
  }
}

@media (max-width: 576px) {
  .list-box-formations {
    flex-direction: column;
    display: flex;
    padding-left: 0px;
  }
}

.list-box-formations > li {
  width: 100%;
  text-align: center;
}

.box-single-formation {
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 576px) {
  .box-single-formation {
    margin: 20px 0;
    min-width: 100%;
  }
}

.box-single-formation .icons8-more {
  position: absolute;
  right: 5px;
  top: 10px;
}

.box .icons8-more {
  position: absolute;
  right: 5px;
  top: 10px;
}

.box-actions {
  margin-top: 50px;
}

.box-actions .btn {
  margin: 0 10px;
}

.ui.search.dropdown > .text {
  color: #003A68;
  font-size: 14px;
  font-style: normal;
}

.ui.selection.dropdown {
  border: 1px solid #6BAAC6 !important;
}

.swal2-title {
  font-size: 1.5em !important;
}

.swal2-popup {
  padding: 2.25em !important;
}

.swal2-confirm.swal2-styled {
  background: #003A68 !important;
}

.swal2-cancel.swal2-styled {
  background: #D5307C !important;
}

.vue-notification-group {
  top: 92px !important;
  width: 320px !important;
  z-index: 9999 !important;
}

.vue-notification {
  padding: 20px !important;
  font-size: 14px !important;
}

.vue-notification .notification-title {
  margin-bottom: 7px;
}

.vue-notification.error {
  background: #D5307C !important;
}

.close {
  cursor: pointer;
}

.loading-text {
  font-size: 12px;
  font-weight: 600;
}

.loader {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top: 4px solid #003A68;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  margin-right: 15px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.connexion-page {
  height: 100vh;
}

.connexion-page .container {
  height: 100%;
}

.connexion-page .container .connexion-page__block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.connexion-page .container form {
  width: 50%;
}

@media (max-width: 576px) {
  .connexion-page .container form {
    width: 100%;
  }
}

.connexion-page .container .input {
  margin-bottom: 20px;
}

.key-figures {
  margin: 15px 0;
}

.key-figures__picto {
  padding: 10px;
  border-radius: 50px;
}

.key-figures__picto .icon {
  color: #ffffff;
}

.key-figures__content {
  padding-left: 20px;
}

.key-figures__content__number {
  font-size: 25px;
  font-weight: bold;
  color: #404040;
  margin-bottom: 5px;
}

.delete {
  position: absolute;
  right: -4px;
  top: -15px;
  background-color: #D5307C;
  border-radius: 50px;
  padding: 8px;
}

.delete .icon {
  color: #ffffff;
}

.box-professional {
  position: relative;
}

.box-professional .picto-new-notification {
  position: absolute;
  right: -4px;
  top: -4px;
}

@media (max-width: 576px) {
  .block-copies {
    margin: 20px 0;
  }
}

.block-copies__matiere {
  background-color: #a0bed6;
  padding: 15px;
  border-radius: 10px;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
}

.block-copies__epreuve {
  background-color: #6BAAC6;
  padding: 5px;
  border-radius: 10px;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
}

.block-copies__exercices {
  border: 1px solid #003A68;
  padding: 5px 20px;
  border-radius: 10px;
  margin: 20px 0 20px 30px;
}

@media (max-width: 576px) {
  .block-copies__exercices {
    margin: inherit;
  }
}

.block-copies__exercices__exercice {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 576px) {
  .block-copies__exercices__exercice {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .block-copies__exercices__exercice__actions {
    margin: 20px 0;
  }
}

.block-copies__correction {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

@media (max-width: 576px) {
  .block-copies__correction {
    flex-direction: column;
  }
}

.block-copies__correction__note {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 576px) {
  .block-copies__correction__note {
    flex-direction: column;
  }
}

.block-copies__correction__note input {
  width: 80px !important;
}

.block-copies__correction__note p {
  margin-right: 10PX;
  text-decoration: underline;
  color: #003A68;
  font-size: 14px;
}

.block-copies__correction__note span {
  margin-left: 10px;
  text-decoration: none;
  color: #003A68;
  font-size: 14px;
}

.block-copies__correction__field {
  text-decoration: underline;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}

@media (max-width: 576px) {
  .block-copies__correction__field {
    flex-direction: column;
  }
}

.block-copies__correction__field input {
  width: auto !important;
}

.block-copies__correction__field p {
  margin-right: 10PX;
  text-decoration: underline;
  color: #003A68;
  font-size: 14px;
}

.new {
  position: relative;
}

.new .picto-new-notification {
  position: absolute;
  top: 0px;
  right: 0px;
}

.box-question {
  margin: 10px 0;
}

.reponse #reponse {
  width: 100%;
  border: 1px solid #6BAAC6;
  color: #6BAAC6;
  font-size: 14px;
  padding: 20px;
}

.text-initial {
  text-transform: initial;
}

.img-formation {
  width: 100%;
  aspect-ratio: 1.60/1;
  background: #CCDBE6;
}

.bg-light-blue {
  background-color: #eff9ff;
}

.btn-formation {
  width: 100%;
  margin: auto;
}

.border-sequence {
  display: flex;
  flex-direction: column;
}

.border-sequence .collapsing {
  transition: all 0.5s;
}

.list-box-formations > li {
  height: auto;
}

.list-box-formations > li > div {
  height: 100%;
}

.list-box-formations > li > div .text-bold {
  line-height: 24px;
}

.name-sequence {
  display: flex;
  justify-content: space-between;
}

.content-btn {
  font-weight: bold;
  text-align: left;
  display: flex;
  text-wrap: balance;
  justify-content: center;
  align-items: center;
}

.box-content-formation {
  min-height: 200px;
}

.box-content-formation > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.box-content-formation .text-bold {
  height: 72px;
}

.box-stage-formation {
  min-height: 200px;
}

.box-stage-formation > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.color-formation {
  height: 22px;
  width: 100%;
}

.content-btn {
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .list-box-formations {
    margin: 0 !important;
  }
}

@media (max-width: 1756px) {
  .content-btn {
    width: 70%;
  }
}

@media (max-width: 1520px) {
  .content-btn {
    width: 80%;
  }
}

@media (max-width: 1416px) {
  .content-btn {
    width: 90%;
  }
}

body {
  font-family: 'Open Sans', sans-serif;
}

.w-70 {
  width: 70%;
}

.border-radius-box {
  border-radius: 30px;
}

.border-radius-top {
  border-radius: 30px 30px 0 0;
}

.border-radius-bot {
  border-radius: 0 0 30px 30px;
}

.box-shadow {
  box-shadow: 0px 3px 6px #00000029;
  transition: box-shadow .3s;
}

.box-single-formation {
  box-shadow: 0px 10px 10px #00000030;
  transition: box-shadow .3s;
}

.box-single-formation:hover {
  box-shadow: 0px 0px 15px #00000050 !important;
}

.icons8-more::before {
  transform: rotate(90deg);
}

.notification {
  background-color: #D5307C;
  width: 20px;
  height: 20px;
  display: inline-block;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
}

.picto-new-notification {
  background-color: #D5307C;
  height: 15px;
  width: 15px;
  display: inline-block;
  content: "";
  border-radius: 50%;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.default-img {
  border-radius: 50px;
}

.background-dotted {
  border: 2px dotted #6BAAC6;
  background-color: #ffffff;
}

.element-after-line::after {
  content: "";
  display: block;
  background-color: #6BAAC6;
  width: 150px;
  height: 1px;
  margin: 20px auto;
}

.mandatory {
  white-space: nowrap;
}

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

body {
  overflow: hidden;
}

.below-sidebar-as-header,
.sidenav {
  overflow: auto;
  height: 88vh;
}

.scorm-file {
  height: 99%;
}

#app {
  /*  #app-container {
        margin-top: 108px;
    }*/
}

#app > div > nav {
  top: 0;
  z-index: 100;
  background-color: white;
}

@media (min-width: 0px) and (max-width: 1023.98px) {
  #app .below-sidebar-as-header {
    margin-top: 30px;
    z-index: 99;
    height: 87vh;
    overflow: auto;
  }

  #app header {
    position: absolute;
  }
}

@media (min-width: 1024px) {
  #app .below-sidebar-as-header {
    margin-top: 0;
  }

  #app header {
    min-height: 100vh;
    position: fixed;
  }
}

input[type="file"] {
  background: white;
  padding: 15px 10px;
  border: 1px solid #6BAAC6;
}

.message {
  padding: 15px 0;
  text-align: center;
  color: white;
}

.message.error {
  background: #D5307C;
}

.message.success {
  background: #4FC3B7;
}

.vm--overlay {
  z-index: 0 !important;
}

.border-sequence {
  padding-top: 20px;
}

.border-sequence:first-of-type {
  border-top: none;
}

.listing-topics > li {
  padding: 20px 0;
}

.listing-topics > li:first-child {
  border-bottom: 0;
}

.name-sequence {
  padding: 15px 0 20px 0;
  border-bottom: 1px solid #003A68;
  margin-bottom: 20px;
}

.name-sequence:hover {
  cursor: pointer;
}

.w-85 {
  width: 85%;
  min-width: 1200px;
  /* @media (max-width : 1200px) {
        width : 90%;
        min-width : auto

    }*/
}

@media (max-width: 1600px) {
  .w-85 {
    width: 90%;
    min-width: auto;
  }
}

@media (max-width: 1200px) {
  .w-85 {
    width: 100%;
    min-width: auto;
  }
}

.font-600 {
  font-weight: 600;
}

#scorm_document_type {
  padding: 15px 10px;
  width: initial;
}

hr.course-forms {
  margin: 30px 0;
}

header {
  max-width: 90px !important;
  transition: all 0.3s;
}

header.open {
  max-width: 17% !important;
}

.h-12 {
  height: 12vh;
}

header.open .navbar {
  max-width: 17% !important;
}

header.open li {
  height: auto;
  width: auto;
}

header .openner {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 30px !important;
  height: 40px !important;
  color: white;
  text-align: center;
  cursor: pointer;
  font-size: 30px !important;
}

header .nav-item {
  width: 24px;
  overflow-x: hidden;
  transition: all 0.3s;
}

header .nav-item a {
  line-height: 5px !important;
}

.open .nav-item a {
  line-height: 16px !important;
}

header nav {
  position: fixed !important;
}

.fsz-12 .content-btn {
  font-size: 12px !important;
}

@media (min-width: 1024px) {
  #app .below-sidebar-as-header {
    margin-top: 0;
  }

  #app header {
    min-height: 100vh;
    position: static;
  }
}

