.wrapper-data {
    width: 400px;
    background: #fff;
    padding: 10px;
}

.wrapper-data .input-data {
    height: 40px;
    width: 100%;
    position: relative;
}

.wrapper-data .input-data input {
    height: 100%;
    width: 100%;
    border: none;
    border-bottom: 1px solid silver;
}

.wrapper-data .input-data input:focus {
    height: 100%;
    width: 100%;
    outline: none;
    border-bottom: 1px solid #4e73df;
}

.wrapper-data .input-data label,
.wrapper-data .select-data label {
    position: absolute;
    bottom: 10px;
    left: 1px;
    color: gray;
    pointer-events: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.input-data input:focus~label,
.input-data input:valid~label {
    transform: translateY(-20px);
    font-size: 12px;
    color: #4158d0;
}

.input-data input:blur~label {
    transform: translateY(-20px);
    font-size: 12px;
    color: #4158d0;
}

.select-data {
    display: flex;
    justify-content: center;
    position: relative;
    height: 40px;
}

.select-data select {
    border: none;
    border-bottom: 1px solid silver;
    width: 100%;
    outline: none !important;
}


.select-data select:not([value=""]):valid~label {
    transform: translateY(-22px);
    font-size: 12px;
    color: #4158d0;
}

.btn-tsaratantana {
    cursor: pointer;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    border: none;
    border-radius: 5px;
    height: 40px;
    background: rgb(104, 49, 200);
    background: linear-gradient(90deg, rgba(104, 49, 200, 1) 0%, rgba(213, 15, 196, 1) 100%);
}

.btn-tsaratantana:hover {
    background: rgb(125, 242, 69);
    background: linear-gradient(90deg, rgba(125, 242, 69, 1) 0%, rgba(23, 222, 32, 1) 98%);
}

.h-100-tt{
    height: 200px;
}

.app-tsaratantana{
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    
   
}

.body-tsaratantana2{
  background: url("../img/banner.jpg");
}
.app-item{
    border:2px solid gray;
    width: 500px;
    height: 100px;
    text-align: center;
    margin: 3px;
    border-radius: 10px;
    background: transparent;
    color: #fff;
}

.app-item:hover{
    border:2px solid white;
    width: 500px;
    height: 100px;
    text-align: center;
    margin: 3px;
    border-radius: 10px;
    background: transparent;
    color: #4158d0;
}
.body-tsaratantana{
    /* background-image: url(../img/bg.jpg); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background: rgb(104, 49, 200);
    background: linear-gradient(90deg, rgba(104, 49, 200, 1) 0%, rgba(213, 15, 196, 1) 100%);
    /*background: rgb(33,105,249);
    background: linear-gradient(90deg, rgba(33,105,249,1) 0%, rgba(93,58,196,1) 100%);*/
}


.ag-format-container {
    width: 1142px;
    margin: 0 auto;
  }

  .ag-courses_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  
    padding: 10px 0;
  }
  .ag-courses_item {
    -ms-flex-preferred-size: calc(33.33333% - 30px);
    flex-basis: calc(33.33333% - 30px);
  
    margin: 0 15px 5px;
  
    overflow: hidden;
  
    border-radius: 28px;
    border: 1px solid gray;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  }
  .ag-courses-item_link {
    display: block;
    padding: 10px 15px;
    /* background-color: #121212; */
    background-color: transparent;
    overflow: hidden;
  
    position: relative;
  }
  .ag-courses-item_link:hover,
  .ag-courses-item_link:hover .ag-courses-item_date {
    text-decoration: none;
    color: #FFF;
  }
  .ag-courses-item_link:hover .ag-courses-item_bg {
    -webkit-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
  }
  .ag-courses-item_title {
    min-height: 87px;
    margin: 0 0 25px;
  
    overflow: hidden;
  
    font-weight: bold;
    font-size: 30px;
    color: #FFF;
  
    z-index: 2;
    position: relative;
  }
  .ag-courses-item_date-box {
    font-size: 18px;
    color: #FFF;
  
    z-index: 2;
    position: relative;
  }
  .ag-courses-item_date {
    font-weight: bold;
    color: #f9b234;
  
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease
  }
  .ag-courses-item_bg {
    height: 128px;
    width: 128px;
    background-color: #f9b234;
  
    z-index: 1;
    position: absolute;
    top: -75px;
    right: -75px;
  
    border-radius: 50%;
  
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  .ag-courses_item:nth-child(2n) .ag-courses-item_bg {
    background-color: #3ecd5e;
  }
  .ag-courses_item:nth-child(3n) .ag-courses-item_bg {
    background-color: #e44002;
  }
  .ag-courses_item:nth-child(4n) .ag-courses-item_bg {
    background-color: #952aff;
  }
  .ag-courses_item:nth-child(5n) .ag-courses-item_bg {
    background-color: #cd3e94;
  }
  .ag-courses_item:nth-child(6n) .ag-courses-item_bg {
    background-color: #4c49ea;
  }
  
  
  
  @media only screen and (max-width: 979px) {
    .ag-courses_item {
      -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
    }
    .ag-courses-item_title {
      font-size: 24px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .ag-format-container {
      width: 96%;
    }
  
  }
  @media only screen and (max-width: 639px) {
    .ag-courses_item {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
    }
    .ag-courses-item_title {
      min-height: 72px;
      line-height: 1;
  
      font-size: 24px;
    }
    .ag-courses-item_link {
      padding: 22px 40px;
    }
    .ag-courses-item_date-box {
      font-size: 16px;
    }
  }

.nav-item-tt{
    display: inline-block;
    font-size: 18px;
    padding: 10px;
    color: #FFF;
    margin: 0 6px;
}

.navbar-nav-tt {
    margin-top: 15px;
  }

  .curent{
    /* background-color:#0b32f1; */
    border-radius: 30px;
    border: 1px solid #0b32f1;
  }

  .nav-item-tt a{
    color: #FFF;
  }

  .nav-item-tt a:hover{
    color: #3ecd5e;
    text-decoration: none;
  }

.vide{
    width: 100%;
    height: 2px;
    border-bottom: 1px solid rgba(213, 15, 196, 1);
    margin: 0 30px;
}

.nav-item-tt:hover{
    color: white;
    background: rgb(104, 49, 200);
    background: linear-gradient(90deg, rgba(104, 49, 200, 1) 0%, rgba(213, 15, 196, 1) 100%);
    border-radius: 30px;
    border: 1px solid white;
  }

  .right-tt{

    float: left;
    width: 50%;
    height: 500px;
    background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(136,8,214,1) 51%, rgba(68,9,186,1) 100%);
    border-bottom-right-radius: 50%;
  }
  .left-tt{
    float: left;
    width: 50%;
    height: 500px;
    border-bottom-left-radius: 50%;
    background: rgb(68,9,186);
  background: linear-gradient(90deg, rgba(68,9,186,1) 0%, rgba(136,8,214,1) 50%, rgba(0,0,0,0) 100%);
  }
  .intro-tt{
    color: #fff;
    padding: 20px 20px;
    font-style: italic;
    background: url('../img/gest.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-bottom-left-radius: 50%;
    
  }
  .name_titre{
    color: #000;
    font-size: 50px;
    margin-top: 20%;
    margin-left: 10%;
  }
  .a.btn-tsaratantana{
    height: 50px;
  }

  .main-layout-app{
    /*background: url(../img/banner.jpg);
    background-repeat: no-repeat;
    min-height: 862px;
    background-position: center center;
    background-size: 100% 100%;*/
    
  }

  .header_app{
    background: url(../img/banner.jpg);
    background-repeat: no-repeat;
    /* min-height: 862px; */
    background-position: center center;
    background-size: 100% 100%;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  }
  .image-show{
    width: 130px;
    height: 130px;
    /* border: 2px solid gray; */
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  }

  .img_user{
    width: 30px;
    border-radius: 50%;
    height: 30px;
    margin-right: 2px;
  }
  #dataTable_paginate {
    float: right !important;
  }
  #dataTable_length{
    margin-top: 5px;
  }

  select[name="dataTable_length"], select[name="dataTable_length"]::after{
    border: 1px solid #858796;
    border-radius: 5px;
    margin: 0px 5px;
    color: #858796;
  }
  tr.selected{
    /* background : rgba(13, 110, 253, 0.9) !important; */
    background : #36b9cc !important;
    box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9) !important;
    color:rgb(255, 255, 255)!important
  }
  .table-bordered th, tr.selected .table-bordered td{
    border: none;
  }

  .drop-zone {
    max-width: 100%;
    height: 200px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 4px dashed #009578;
    border-radius: 10px;
  }
  
  .drop-zone--over {
    border-style: solid;
  }
  
  .drop-zone__input {
    display: none;
  }
  
  .drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
  }
  
  .drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
  }
  
  .title_customize{
      text-shadow: 0 1px 0 #20c9a6, 
                     0 2px 0 #20c9a6,
                     0 3px 0 #20c9a6,
                     0 4px 0 #20c9a6,
                     0 5px 0 #aaa,
                     0 6px 1px rgba(0,0,0,.1),
                     0 1px 3px rgba(0,0,0,.3),
                     0 3px 5px rgba(0,0,0,.2),
                     0 5px 10px rgba(0,0,0,.25),
                     0 10px 10px rgba(0,0,0,.2),
                     0 20px 20px rgba(0,0,0,.15),
                     0 30px 20px rgba(0,0,0,.1);              
      
  }

  .content {
    position: relative;
  }
  
  .content h2 {
    position: absolute;
    transform: translate(-100%, -50%);
    font-size: 2.5em;
  }
  
  .content h2:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 3px #333;
    filter: blur(3px);
  }
  
  .content h2:nth-child(3) {
    color: #fff;
    filter: drop-shadow(0 15px 15px #fff);
    z-index: 1;
    text-shadow: -15px 15px 15px rgba(0, 0, 0, 0.2),
      15px -15px 15px rgba(255, 255, 255, 0.2);
  }
  
  .content h2:nth-child(2) {
    color: #03a9f4;
    z-index: 2;
    animation: animate 4s ease-in-out infinite;
  }
  
  @keyframes animate {
    0%,
    100% {
      clip-path: polygon(
        0% 45%,
        7% 42%,
        13% 40%,
        20% 41%,
        26% 42%,
        32% 46%,
        37% 51%,
        44% 53%,
        51% 55%,
        55% 60%,
        64% 60%,
        71% 62%,
        80% 62%,
        84% 59%,
        90% 57%,
        94% 55%,
        98% 54%,
        100% 51%,
        100% 100%,
        0% 100%
      );
    }
    50% {
      clip-path: polygon(
        0% 63%,
        4% 61%,
        9% 63%,
        14% 66%,
        20% 67%,
        29% 67%,
        36% 67%,
        45% 64%,
        52% 60%,
        60% 57%,
        67% 54%,
        74% 53%,
        79% 49%,
        85% 47%,
        89% 47%,
        94% 44%,
        96% 41%,
        100% 37%,
        100% 100%,
        0% 100%
      );
    }
  }

  .active_side{
    border-left: 3px solid white;
    background-color: #1cc88a;
  }

  .img-rounded-logo{
    width: 30px;
    height: 30px;
    border-radius: 3px;
  }