html {
    margin:0;
    padding:0;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
}

main {
    flex: 1;
    overflow-y: auto;
    background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: fixed;
    padding-bottom: 85px; /* Hauteur du footer */
}
@font-face {
    font-family: "PeugeotNewLight";
    src: url("../font/PeugeotNewLight.otf");
}
@font-face {
    font-family: "PeugeotNewBold";
    src: url("../font/PeugeotNewBold.otf");
}
@font-face {
    font-family: "PeugeotNewBlack";
    src: url("../font/PeugeotNewBlack.otf");
}
@font-face {
    font-family: "PeugeotNewItalic";
    src: url("../font/PeugeotNewItalic.otf");
}


#logo {
    width:200px;
}

.PeugeotNewLight {
font-family: "PeugeotNewLight";
}

.PeugeotNewBold {
    font-family: "PeugeotNewBold";
}
.PeugeotNewBlack {
    font-family: "PeugeotNewBlack";
}
.PeugeotNewItalic {
    font-family: "PeugeotNewItalic";
}

#txt {
    font-family: "PeugeotNewLight";
    font-size: 18px;
}

#containerBody {
    position: absolute;
    left: 50%;
    transform: translate(-50%,50%);
}

.img-container img {
    display: block;
    transition: filter 0.3s ease;
    cursor: pointer;

}

#closeContainerDownload {
    cursor: pointer;
}

#containerDownload, #comingSoon {
    font-family: "PeugeotNewBold";
    font-size: 12px;

}


#containerBtnDownload, #containerNoFile {
    box-shadow: 0px 0px 11px -2px rgba(0,0,0,0.8);
    background-color: #ffffff;
    position: relative;
    display: none;
    max-width: 600px; /* Ajout du max-width */
    margin: 0 auto; /* Centre le contenu */
    padding: 0 20px;

}

#containerNoFile {
    max-width: 200px;
}

/* #btnAdmin {
    font-family: "PeugeotNewBold";
    font-size: 11px;
    text-decoration: none;
    color: #000000;
} */

.txtGreen {
    color:#bfdd0b;
}


#btnAdmin, #btnLogin, #btnSaveFiles {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #000000;
    overflow: hidden;
    font-family: "PeugeotNewBlack";
    font-size: 12px;
    background-color: #bfdd0b;

    position: relative;
    transition: all .35s;
}

#btnAdmin {
    background-color: #eb0c08 !important;
    color:#fff !important;
}

#bt1, #bt2 {
    color:#000000;
    display: block;
}

#title {
    width: 430px;
}
  
#btnAdmin  span, #bt1  span, #bt2 span, #btnLogin span, #btnSaveFiles span{
    position: relative;
    z-index: 2;
  }

  #btnAdmin:hover,#btnLogin:hover, #btnSaveFiles:hover {
    color:#fff !important;
  }
  
  #btnAdmin:after, #btnLogin:after, #btnSaveFiles:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #000;
    transition: all .35s;
    content: "";
  }

  #btnAdmin:hover:after, #btnLogin:hover:after, #btnSaveFiles:hover:after{
    width: 100%;
  }

  .home #containerMiddle {
    margin-top: 0px;
    position: absolute;
    right:15%;
  }


  @media (min-width: 768px) { 
    #bt1:hover, #bt2:hover {
        color:#fff !important;
      }
    
      #bt1:hover:after, #bt2:hover:after{
        width: 50%;
      }
      #bt1:after{
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #000;
        transition: all .35s;
        content: "";
      }
      #bt2:after{
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 100%;
        background: #000;
        transition: all .35s;
        content: "";
      }

      
}

  
.footer {
    
    width: 100%;
    height: 45px;
    flex-shrink: 0;
    position: fixed;
    bottom: 0;
}
.footerContainer {
    background-color: #000000;
}
.containerLogo {
    width: 100%;
    max-width: 1200px;
}






@media only screen and (max-device-width: 767px) and (orientation: landscape) {
    .footer {
        position: relative;
        bottom:0;
        width: 100%;
    }
}

/* Paysage sur les tablettes */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .footer {
        position: relative;
        bottom:0;
        width: 100%;
    }
}

@media (min-width: 575.98px) and (max-width: 767.98px) { 

    html {
        overflow-y: scroll !important;
    }
    body{
        height: 100%;
        min-height: 100vh;
        overflow-y: scroll !important;
    }
}

@media (max-width: 767.98px) { 
    #containerLangues {
        max-width: 220px;
    }

    #containerBtnDownload {
        width: 100%;
    }
    
    #containerBody {
        top:100px;
    }

    #title {
        width: 250px;
    }

    #containerPdf {
        border-top:0.01em solid #acacac;
    }

    #rowLogos img {
        width: 100%;
        max-width: 100px;
    }

    #logo {
        width: 150px;
    }
    #containerMiddle {
        margin-top: 50px;
      }
   
}

span .PeugeotNewLight {
    font-size: 8px;
}



@media (min-width: 1600px) { 
  
    #btnAdmin, #btnLogin, #btnSaveFiles {
        font-size: 16px;
    }

    #txt {
        font-size: 19px;
    }

    #containerBtnDownload {
        max-width: 800px;
    }

    #bt1, #bt2 {
        font-size: 16px;
    }

    span .PeugeotNewLight {
        font-size: 10px;
    }
}

/* @media (max-height: 635px) { 
    #containerBody {
        top:50px;
    }
} */


/** DELAY ANIMATION **/

.delay-0-7 {
    animation-delay: 0.7s;
}

.delay-0-9 {
    animation-delay: 0.9s;
}

.delay-1-1 {
    animation-delay: 1.1s;
}

.delay-1-3 {
    animation-delay: 1.3s;
}

.delay-1-5 {
    animation-delay: 1.5s;
}

.delay-1-7 {
    animation-delay: 1.7s;
}

.delay-1-9 {
    animation-delay: 1.9s;
}

.delay-2-1 {
    animation-delay: 2.1s;
}

.delay-2-3 {
    animation-delay: 2.3s;
}


/** BO **/

/* File drag and drop */
.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 450px;
    max-width: 100%;
    padding: 15px 25px;
    border: 1px dashed rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    transition: 0.2s;
}
.file-drop-area.is-active {
    background-color: rgba(255, 255, 255, 0.05);
}
.fake-btn {
    flex-shrink: 0;
    padding: 4px 15px;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #bfdd0b;
    color:#000000;
}
.file-msg {
    font-size: 14px;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#7f7f7f
}
.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}
.file-input:focus {
    outline: none;
}

/* Page connexion */

#identifiant, #mdp{
    border: 1px dashed #7f7f7f;
    border-radius: 0px;
    width: 250px;

}

#identifiant::placeholder, #mdp::placeholder{
    font-family: "PeugeotNewItalic";
    color:#7f7f7f;
    font-size: 13px;
}

#containerLogin {
    width: 400px;
    position: absolute;
    background-color: #ffffff;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    box-shadow: 0px 0px 12px 2px rgba(79,79,79,0.64);
}

@media (max-width: 399px) { 
    #containerLogin {
        width: 100%;
    }
    #identifiant, #mdp{
        width: auto;
    
    }
}

@media (max-width: 612px) { 


    .home #containerMiddle {
        margin-top: 0px;
        position: static;
      }

      main {
        background-image: url('../img/bg-mobile.jpg');
    }
}