@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,700');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

.gr-1{background: linear-gradient(170deg, #01E4F8 0%, #1D3EDE 100%);}
.gr-2{background: linear-gradient(170deg, #B4EC51 0%, #429321 100%);}
.gr-3{background: linear-gradient(170deg, #C86DD7 0%, #3023AE 100%);}
.gr-4{background: linear-gradient(170deg, #ffb41e 0%, #fcdfa6 100%);}
/*.gr-4{background: linear-gradient(170deg, #FFA800 0%, #FF4D00 100%);}*/

*{transition: .5s;}

html, body {
  height: 100%;
}

.text-menu {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  color: rgba(56, 55, 55, 1);
}

.column{
  margin-bottom:3rem;
  padding-left:3rem;
  &:hover{
    padding-left:0;
    .card .txt{
      margin-left:1rem;
      h1, p{
        color:rgba(255,255,255,1);
        opacity:1;
      }
    }
    a{
      color:rgba(255,255,255,1);
      &:after{
      width: 10%;
      }
    }
  }
}
.card{
  min-height:170px;
  margin: 0;
  /*padding: 1.7rem 1.2rem;*/
  border: none;
  /*border-radius: 0;*/
  color:rgba(0,0,0,1);
  letter-spacing: .05rem;
  font-family: 'Oswald', sans-serif;
  /*box-shadow: 0 0 21px rgba(0,0,0,.27);*/
  .txt{
    margin-left:-3rem;
    z-index: 1;
    h1{
      font-family: 'Oswald', sans-serif;
      font-size:1.5rem;
      font-weight: 300;
      text-transform: uppercase;
    }
    p{
      font-size:.7rem;
      font-family: 'Open Sans', sans-serif;
      letter-spacing: 0rem;
      margin-top:33px;
      opacity:0;
      color:rgba(255,255,255,1);
    }
  }
  a{
    z-index:3;
    font-size: .7rem;
    color:rgba(0,0,0,1);
    margin-left:1rem;
    position:relative;
    bottom: -.5rem;
    text-transform: uppercase;
    &:after {
      content:"";
      display: inline-block;
      height: 0.5em;
      width: 0;
      margin-right: -100%;
      margin-left: 10px;
      border-top: 1px solid rgba(255,255,255,1);
      transition: .5s;
    }
  }
  .ico-card{
    position:absolute;
    top: 0;
    left:0;
    bottom:0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  i{
    position: relative;
    right: -50%;
    top:5%;
    font-size: 12rem;
    line-height: 0;
    opacity: .2;
    color:rgba(255,255,255,1);
    z-index: 0;
   }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(49, 48, 48, 0.507);

}

.hidden {
  display: none;
}

/*CUSTOM*/

.image-choice-container .image-choice{
  margin-top: 10px;
  width: auto;
  height: auto;
  transform-origin: center top;
  transform-style: preserve-3d;
  transform: translateZ(0);
  transition: 0.3s;
}


.image-choice-container .image-choice:after{
  content: '';
  z-index: 10;
  width: 200%;
  height: 100%;
  top: -90%;
  left: -20px;
  opacity: 0.1;
  transform: rotate(45deg);
  background: linear-gradient(to top, transparent, #ffffff 15%, rgba(255, 255, 255, 0.5));
  transition: 0.3s;
}
.image-choice-container .image-choice:hover,
.image-choice-container .image-choice:focus,
.image-choice-container .image-choice:active{
 /* box-shadow: 0 4px 2px -3px rgba(253, 101, 0, 0.6);*/
  transform: translateY(-3px) scale(1) rotateX(15deg);
}

.image-choice-container .image-choice:hover:after,
.image-choice-container .image-choice:focus:after,
.image-choice-container .image-choice:active:after{
  transform: rotate(25deg);
  top: -40%;
  opacity: 0.15;
}


.image-choice-container {
  display: flex;
  justify-content: space-between;
}

.image-choice {
  margin: 10px;
  text-align: center;
}

.image-choice img {
  /*width: auto;
  height: auto;*/
  cursor: pointer;
  border: 2px solid transparent;
}

.image-choice input[type="radio"] {
  display: none;
}

.image-choice input[type="radio"]:checked + label img {
  border: 1px solid #e07904; 
}

.bg-custom {
  background-color: #e07904 !important;
  color: #fff;
}

/*ASANA*/
.table {
  width: 100%;
  margin: 20px 0;

  overflow: hidden;
}

.table-striped {
  border-collapse: collapse;
}

.table-striped th, .table-striped td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
}

.table-striped tr:nth-child(even) {
  background-color: #f9f9f9;
}

.table-striped tr:hover {
  background-color: #f1f1f1;
}

.completed {
  background-color: #DFF2BF; /* couleur de fond pour les tâches complètes */
}

.alert-info {
  background-color: #E7F1FF; /* couleur d'alerte */
  border-color: #BCE6FD; /* bordure d'alerte */
  color: #31708F; /* couleur de texte d'alerte */
}

.alert {
  border-radius: 5px;
  padding: 15px;
  margin: 10px 0;
}

table.table-hover.table-custom-hover tbody tr:hover {
  background-color: #e07904 !important;
}

/*---------------------------*/
.form-step {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.form-step.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.progress-bar {
  transition: width 0.5s ease-in-out;
}