@font-face {
    font-family: "Outfit";
    src: url("../fonts/Outfit-Light.ttf"),
        url("../fonts/Outfit-Regular.ttf");
}

body {
    padding-bottom: 40px;
    background-color:#FFF952;
    font-family: Outfit !important;
}

/*** SURCHAGE BOOTSTRAP ***/
.modal-content{
    border-radius: 0px !important;
    box-shadow: none !important;
}

.form-control{
    border-radius: 0px !important;
}

.modal-lg{
    width: 99% !important;
}

/**** BUTTONS ****/
.btn-green{
    background-color: #DAF7A6 !important;
    width: 100%;
    border-radius: 0px !important;
    border: 0px !important;
    color: #000 !important;
    margin-top: 10%;
    padding-top: 20% !important; 
    padding-bottom: 20% !important;
    font-size: 25px !important;
}

.btn-yellow{
    background-color: #FFC300 !important;
    width: 100%;
    border-radius: 0px !important;
    border: 0px !important;
    color: #000 !important;
    margin-top: 10%;
    padding-top: 20% !important; 
    padding-bottom: 20% !important;
    font-size: 25px !important;
}

.btn-orange{
    background-color: #FF5733 !important;
    width: 100%;
    border-radius: 0px !important;
    border: 0px !important;
    color: #000 !important;
    margin-top: 10%;
    padding-top: 20% !important; 
    padding-bottom: 20% !important;
    font-size: 25px !important;
}

.btn-red{
    background-color: #C70039 !important;
    width: 100%;
    border-radius: 0px !important;
    border: 0px !important;
    color: #000 !important;
    margin-top: 10%;
    padding-top: 20% !important; 
    padding-bottom: 20% !important;
    font-size: 25px !important;
}

.btn-indian{
    background-color: #CD5C5C !important;
    width: 100%;
    border-radius: 0px !important;
    border: 0px !important;
    color: #000 !important;
    margin-top: 10%;
    padding-top: 20% !important; 
    padding-bottom: 20% !important;
    font-size: 25px !important;
}

.btn-coral{
    background-color: #F08080 !important;
    width: 100%;
    border-radius: 0px !important;
    border: 0px !important;
    color: #000 !important;
    margin-top: 10%;
    padding-top: 20% !important; 
    padding-bottom: 20% !important;
    font-size: 25px !important;
}

.btn-salmon{
    background-color: #FA8072 !important;
    width: 100%;
    border-radius: 0px !important;
    border: 0px !important;
    color: #000 !important;
    margin-top: 10%;
    padding-top: 20% !important; 
    padding-bottom: 20% !important;
    font-size: 25px !important;
}

.btn-lightsalmon{
    background-color: #FFA07A !important;
    width: 100%;
    border-radius: 0px !important;
    border: 0px !important;
    color: #000 !important;
    margin-top: 10%;
    padding-top: 20% !important; 
    padding-bottom: 20% !important;
    font-size: 25px !important;
}

/**** LOGIN PAGE ****/
.linkLogin{
    color: #000;
    font-size: 12px;
    margin-top:-10px;
}

.login-form-1{
    padding: 5%;
    background-color:#FFF952;
}
.login-form-1 h3{
    text-align: center;
    color: #333;
}

.login-container form{
    padding: 10%;
    margin-top: -33%;
    z-index: 1;
    position: relative;
}

.login-container form input{
    border-radius: 0px;
    text-align: center;
    height: 40px;
}

.login-container form button{
    border-radius: 0px;
    width: 50%;
    height: 40px;
}

.btnSubmit{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    border: none;
    cursor: pointer;
}

.login-form-1 .btnSubmit{
    font-weight: 600;
    color: #fff;
    background-color: #524E52;
}

.login-form-2 .btnSubmit{
    font-weight: 600;
    color: #0062cc;
    background-color: #fff;
}

.login-form-2 .ForgetPwd{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.login-form-1 .ForgetPwd{
    color: #0062cc;
    font-weight: 600;
    text-decoration: none;
}


/**** MENU ****/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 16px 10px;
    text-decoration: none;
    font-size: 25px;
    color: #FFF952;
    display: block;
    transition: 0.3s;
    text-align: center;
}

.sidenav a:hover {
    color: #FFF952;
    text-decoration: none;
    transform: scale(1.1);
}

.sidenav #closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#btnMenu{
    font-size: 40px;
    cursor: pointer;
    margin-left: 10px;
}

.menu_open{
    width: 25%;
}

.menu_close{
    width: 0%;
}

.first_menu{
    margin-top: 50px;
}

.accueilLink{
    position: absolute;
    width: 20%;
    margin-left: 40%;
    top: 0px;
    padding: 0px !important;
    margin-top: 10px
}

.sidenav img{
    width: 100%;
}

/**** ACCUEIL ****/
.logo img{
    margin-top: -40px;
}

.files-folder{
    margin: 20px 0px;
}

.files-folder:hover{
    cursor: pointer;
}

.files-folder a{
    text-decoration: none;
    color: #000;
}

.files-folder .text-center{
    height: 60px;
}

/*** parti GP ***/
.at-wrap {
    width: 100%;
    height: 80vh;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
  }

  .at-content {
    position: relative;
    overflow: hidden;
    flex: 1 1 auto;
  }

  /** Sidebar **/
  .at-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 70px;
    width: auto;
    display: flex;
    align-content: stretch;
    z-index: 1001;
    overflow: hidden;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    background: #f7f7f7;
  }

  .at-sidebar:hover {
    max-width: 400px;
    transition: max-width 0.2s;
    overflow-y: auto;
  }

  .at-viewport {
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 70px;
    right: 0;
    bottom: 0;
    padding-right: 20px;
  }

  .at-footer {
    flex: 0 0 auto;
    background: #436d9d;
    color: #fff;
  }

  /** Overlay **/

  .at-overlay {
    /** Fill Parent */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;

    /* Blurry dark shade */
    backdrop-filter: blur(3px);
    background: rgba(0, 0, 0, 0.5);

    /** center content */
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .at-overlay-content {
    /* white box with drop-shadow */
    margin-top: 20px;
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    padding: 10px;
  }

  /** Track selector **/
  .at-track {
    display: flex;
    position: relative;
    padding: 5px;
    transition: background 0.2s;
    cursor: pointer;
  }

  .at-track:hover {
    background: rgba(0, 0, 0, 0.1);
  }

  .at-track > .at-track-icon,
  .at-track > .at-track-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .at-track > .at-track-icon {
    flex-shrink: 0;
    font-size: 32px;
    opacity: 0.5;
    transition: opacity 0.2s;
    width: 64px;
    height: 64px;
    margin-right: 5px;
    align-items: center;
  }

  .at-track-name {
    font-weight: bold;
    margin-bottom: 5px;
  }

  .at-track:hover > .at-track-icon {
    opacity: 0.8;
  }

  .at-track.active {
    background: rgba(0, 0, 0, 0.03);
  }

  .at-track.active > .at-track-icon {
    color: #4972a1;
    opacity: 1;
  }

  .at-track > .at-track-name {
    font-weight: 500;
  }

  /** Footer **/
  .at-controls {
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    background: #FFF952;
    color: #000;
  }

  .at-controls > div {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
  }

  .at-controls > div > * {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 4px;
    margin: 0 3px;
  }

  .at-controls .btn {
    color: #000;
    border-radius: 0;
    height: 40px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .at-controls .btn.disabled {
    cursor: progress;
    opacity: 0.5;
  }

  .at-controls a.active {
    background: #5588c7;
    text-decoration: none;
  }

  .at-controls .btn i {
    vertical-align: top;
  }

  .at-controls select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    height: 40px;
    background: #436d9d;
    padding: 4px 10px;
    color: #fff;
    font-size: 16px;
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    cursor: pointer;
  }

  .at-song-title {
    font-weight: bold;
  }

  .at-cursor-bar {
    /* Defines the color of the bar background when a bar is played */
    background: rgba(255, 242, 0, 0.25);
  }

  .at-selection div {
    /* Defines the color of the selection background */
    background: rgba(64, 64, 255, 0.1);
  }

  .at-cursor-beat {
    /* Defines the beat cursor */
    background: rgba(64, 64, 255, 0.75);
    width: 3px;
  }

  .at-highlight * {
    /* Defines the color of the music symbols when they are being played (svg) */
    fill: #0078ff;
    stroke: #0078ff;
  }

  /*** FAVORIS ***/
  .favoris:hover{
    cursor: pointer;
  }


/**** ADMINISTRATION ****/
.titleAdministration{
    font-size: 20px;
}

@media screen and (max-width: 1279px) {
    .menu_open{
        width: 50%;
    }

    .files-folder{
        font-size: 14px;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .files-folder .text-center{
        overflow: hidden;
        text-overflow: ellipsis;
        height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .menu_open{
        width: 100%;
    }

    .modal-lg{
        width: auto !important;
    }

    .files-folder .text-center{
        overflow: hidden;
        text-overflow: ellipsis;
        height: 60px;
    }

    .modal-body{
        padding: 0px !important;
    }

    .at-sidebar{
        max-width: 50px;
    }

    .at-track > .at-track-icon{
        width: 44px;
    }
}