/*************************** **
**Tableau page video coching **
**************************** */

.table > thead > tr.colonne_clair > th, .table > tbody > tr.colonne_clair > th, .table > tfoot > tr.colonne_clair > th, .table > thead > tr.colonne_clair > td, .table > tbody > tr.colonne_clair > td, .table > tfoot > tr.colonne_clair > td {
    border: 2px solid #fff;
    width: 21%;
    min-width: 190px;
    text-align: center;
    vertical-align: inherit;
    white-space: inherit;
}
.table > tbody > tr.colonne_clair > td.second, .table > tbody > tr.colonne_clair > th.first {
  width: 15%;
  min-width: 160px;
}
.site-main .table {
  margin-bottom: 0;
}
tr.colonne_clair{
    background-color: #efefef;
}
tr.colonne_clair .first {
    background-color: #ffffff;
}
tr.colonne_clair th{
    font-family: 'Leelawadee Gras', 'Leelawadee';
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    color: #7DCA8C;
}
tr.colonne_clair .second {
    background-color: #7dca8c;
}
tr.colonne_clair td.second{
    color: #ffffff;
}
tr.colonne_clair td span {
  font-size: 13px;
}
tr.colonne_clair td.second span {
  font-size: 15px;
}

/* ************************** **
** page videos coaching admin **
** ************************** */
#exercices-accordion{
    clear: both;
    padding-top: 25px;
}
#exercices-accordion .card{
  clear: both;
}
#exercices-accordion .card-body{
  margin-top: 20px;
}
#exercices-accordion form{
  margin-bottom: 5px;
}
#exercices-accordion .card:not(:last-child) {
  margin-bottom: 15px;
}
.exercice-header {
    background: #7dca8c;
    color: #fff;
    padding: 7px 10px;
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    text-align: left;
    cursor: pointer;
}
#exercices-accordion .card-body{
    margin-bottom: 20px;
}
#modal_add_exercice .modal-header {
    border-bottom: 0 none;
    padding-bottom: 5px;
}
#modal_add_exercice .modal-title {
    font-weight: bold;
    margin-bottom: 50px;
}
#modal_add_exercice .modal-body{
    padding: 0 30px 15px;
}
#modal_add_exercice label{
    font-weight: normal;
}
#modal_add_exercice .modal-content{
  margin-top: 50px;
}
.green_button{
    border: none;
    background-color: #7dca8c;
    font-size: 13px;
    height: 33px;
    color: #fefefe;
    float: right;
    border-radius: 5px;
    padding: 5px 10px;
}
#modal_add_exercice .submit-container{
display: flex;
justify-content: flex-end;
}
.exercice-added{
   position: fixed;
   top: 40px;
   right: 10px;
}
.empty-exercices{
  text-align: center;
}
.deadline-container{
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.video-brief{
  position: relative;
}
.edit-video {
  position: relative;
  right: 0;
  top: 0;
  margin: 15px 5px;
}
.video-brief .fas{
  font-size: 10px;
}
.video-brief .edit-video span{
  cursor: pointer;
  transition: 0.3s;
}
.video-brief .edit-video .edit:hover{
  color: #5b8a79;
}
.video-brief .edit-video .remove:hover{
  color: #da6d6d;
}
.bg-button{
  background: url('./../img/icon-video.png') #7dca8c no-repeat 10px;
  padding: 7px 7px 7px 30px;
  margin-bottom: 15px;
}
.video-brief-confainer embed{
  width: 100%;
  min-height: 320px;
}
#exercices-accordion input[data-action=edit_exercice]{
  margin: 15px 0 5px;
}
#exercices-accordion input[data-action=remove_exercice]{
  margin: 15px 15px 5px 0;
  background-color: #565656;
}
.deadline-container input:focus {
  border-color: #7dca8c;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(39, 175, 75, 0.35);
}
.deadline-container input {
  min-width: 185px;
  padding: 7px;
  border-radius: .25rem;
  border: 1px solid #b3b3b3;
  transition: .3s;
}
.table-participants .thead-participants{
  color: #7dca8c;
}
.table-participants td, .table-participants th{
  background-color: #efefef;
  text-align: center;
  border: none!important;
  vertical-align: middle!important;
  width: 25%;
  min-width: 160px;
  white-space: normal!important;
}
.table-participants input[type="radio"]{
  cursor: pointer;
}
.participants_exercice p{
  margin: 20px 0;
}
.table-participants{
  border-collapse: separate;
  border-spacing: 3px;
}
.video-participant-container img{
  max-width: 125px;
}
.end-date-video {
  margin-top: 10px;
}
.table-participants .txt-drag{
  white-space: normal;
}
/** popup wait */
#modal_wait p{
  color: #ffffff;
}
#modal_wait.modal {
  text-align: center;
}
#modal_wait.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
#modal_wait .modal-dialog {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
/* ************************** **
** Upload video **
** ************************** */
  form.form-upload-video {
    margin: 0;
  }
  .txt-drag {
    padding: 5px 5px 5px;
    font-size: 13px;
    height: 30px;
    background-color: #ffffff;
    border: 1px dashed #797979;
  }
  .done, .error {
    display: none;
  }
  .upload_video input[type="file"] {
    display: none;
  }
  
  .upload_video a.video-coaching.upload_videoAlternative {
    float: none;
    margin: 0;
    white-space: nowrap;
  }
  .upload_video .txt-drag span{
    font-size: 13px;
  }
  
  .done {
    height: 50px;
    width: 50px;
    border : none;
    background: url('../img/lecture-video.png') no-repeat;
    background-size: 50px 50px;
  }
  .error {
    color: #da6d6d;
    clear: both;
    padding-top: 10px;
  }
  progress {
    display: none;
    margin-top: 60px;
    width: 100%;
  }
  .upload_video button:last-of-type {
    background: #4bc5c3;
  }
  .lds-roller {
    margin: auto;
    display: none;
    position: relative;
    width: 64px;
    height: 64px;
  }
  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
  }
  .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    margin: -3px 0 0 -3px;
  }
  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }
  .lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
  }
  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }
  .lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
  }
  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }
  .lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
  }
  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }
  .lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
  }
  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }
  .lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
  }
  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }
  .lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
  }
  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }
  .lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
  }
  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }
  .lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
  }
  @keyframes lds-roller {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .txt-drag-container{
    position: relative;
  }

  .upload_video .drag-and-drop-buttons .txt-drag-container .txt-drag.hover:after {
    content: "";
    background: rgba(15, 120, 180,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
  }
  /** Animation when upload new video **/
  .msg-feedback-animation {
    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 3s; /* Firefox < 16 */
     -ms-animation: fadein 3s; /* Internet Explorer */
      -o-animation: fadein 3s; /* Opera < 12.1 */
         animation: fadein 3s;
         display: block!important;
  }
  @keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
  /* Firefox < 16 */
  @-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
  /* Safari, Chrome and Opera > 12.1 */
  @-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
  /* Internet Explorer */
  @-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
  /* Opera < 12.1 */
  @-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
  /** End Animation when upload new video **/
  
  /** Model-Error-msg **/
  .Error-info .modal-content p, .Error-info-2 .modal-content p {
    color: #721c24;
    margin: 0;
  }
  .Error-info .modal-content .close, .Error-info-2 .modal-content .close {
    background: none;
  }
  .Error-info .modal-dialog, .Error-info-2 .modal-dialog {
    top: 30%;
  }
  .Error-info .modal-body, .Error-info-2 .modal-body {
    padding: 15px!important;
  }
  /** End Model-Error-msg **/

/****** End Upload video *****/

/* ************************** **
**  Header **
** ************************** */

.headerWelcome{
    color: white;
    text-transform: uppercase;
    float:right;
    text-align: right;
}
.spanGroup{
    display: inline-block;
    min-width: 200px;
    text-align: left;
}
.spanDeconnect a{
    font-size: 12px;
    color: white;
}
span.separator {
    padding-left: 8px;
    padding-right: 8px;
}
/** ************************** */
/* ** page Home Extranet ** */
/** ************************** */
#crumbs a {
	font-size: 12px!important;
	line-height: 24px;
  text-transform: capitalize;
}
.bloc_haut_part_Extra {
  cursor: pointer;
  height: 280px;
}
.bloc_haut_part_Extra p {
    color: #212121;
}
/* ************************** **
** page Training Materials**
** ************************** */

.singleCat {
  background: #efefef;
  margin-bottom: 5px;
  padding: 7px 15px 7px 15px;
  cursor: pointer;
  min-height: 60px;
  display: flex;
  align-items: center;
}
.singleCat span {
  font-size: 16px;
  font-weight: 500;
  color: #7dca8c;
  letter-spacing: 1px;
}
.singleCat p {
  text-align: left;
  margin-bottom: 0;
  margin: 0 0 0 10px;
}
.singleCat img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}
.overCat {
  background: #7dca8c;
  margin-bottom: 5px;
  padding: 20px 25px 15px 15px;
}
.overCat span{
  padding-left: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 1px;
}
.overCat-side {
  margin: 20px 0 10px 0;
}
.overCat-side span{
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 1px;
}
.img-pdf {
  width: 39px;
  height: 39px;
}
.pdf_cat {
  padding: 15px 0px 20px 0px;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 5px;
}
.card-body .pdf_cat:last-child {
  border: none;
}
.pdf_cat span {
  padding-left: 10px;
}
.card.row {
  margin:0;
}
#attatchment-accordion .collapsing {
  transition: 0s!important;
}
#attatchment-accordion .singleCat[aria-expanded="true"], #attatchment-accordion .singleCat.active{
  background: #7dca8c;
}
#attatchment-accordion .singleCat[aria-expanded="true"] span, #attatchment-accordion .singleCat.active span{
  color: #ffffff;
}
/****** End Training Materials *****/
body.home {
    background-color: #fff;
}
.blocTraining p{
    color: #212121;   
}
.blocTraining{
    background-color: #efefef;
    padding: 35px 15px; 
    text-align: center;
}
.imgBloc{
    margin-bottom: 30px;
}

.blocTraining h2 {
    color: #7dca8c;
    font-weight: 400;
}
.imgh{
    display: none;
}
.blocTraining.access:hover {
    background-color: #7dca8c;
}
.blocTraining.access:hover .imgh{
    margin-right: 48px;
    display: inline-block!important;
}
.blocTraining.access:hover .textBloc {  
    color: #fff;
}

/* ** Modal Select group ** */
#btntgrpselect{
 background: #7dca8c;
 border: none;
}
.modal-header h5 {
    font-weight: bold;
}
.labeldiv label{
    padding-left: 15px;
    font-size: 14px;
    font-weight:normal;
}
#selectgrp{
    width: 100%;
}
.modal-body .labeldiv{
    padding-left: 0px;
}
.modalgroup .modal-header, .modalgroup .modal-footer{
    border:none;
}
.modalgroup .modal-header, .modalgroup .modal-body, .modalgroup .modal-footer{
    padding: 25px 40px 15px 30px;
}
.modalgroup .close{
    padding: 10px;
}
.modalgroup .modal-dialog {
    top: 30%;
}
.modalgroup .modal-footer {
    margin-bottom: 20px;
}
.modalgroup h3, .modal-title{
  font-size: 18px;
}

/** custom loader */
.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}
.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.access-group button.green_button {
  float: none;
}
.access-group {
  text-align: center;
  margin-bottom: 50px;
}