@import url('https://fonts.googleapis.com/css2?family=Khand:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');

.box-main {
    width: 100%;
    min-height: 100vh;
    display: flex;
    background-color: transparent;
    flex-direction: column;
}

.box-realisation {
    width: 100%;
    margin: 0;
    background-color: #24273A;
    display: flex;
    flex-direction: column;
}

.container-fiche-realisation {
    display: flex;
    justify-content: flex-start; /* Aligner à gauche pour faire défiler vers la gauche */
    align-items: center;
    width: 100%;
    height: 350px;
    overflow: hidden; /* Masquer le débordement pour limiter la largeur visible */
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%); /* Déplacez l'ensemble de la largeur du conteneur vers la gauche */
    }
}

.fiches-container {
    display: flex;
    animation: scrollLeft 30s linear infinite;
}

.box-realisation > h3 {
    color: white;
    font-family: 'Khand', sans-serif;
    font-size: 3em;
    letter-spacing: 1px;
    margin: 10px 0 0 20px;
    padding: 0;
}

.fiche-realisation {
    width: 470px !important;
    height: 300px !important;
    margin: 20px;
}

.text-box {
    justify-content: center;
}

.text-white {
    color: white;
}

.text-white p h3 h4 {
    color: white;
}

.text-box > a {
    text-decoration: none;
    font-weight: bold;
}

.fond-bleue {
    background-color: #24273adf;
}

.fond-bleue > div {
    width: 45%;
}

.fiche-realisation > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-titre {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-titre {
    width: 90%;
    display: flex;
    border-bottom: solid 8px #E37611 ;
    margin-bottom: 20px;
    padding-bottom: 40px;
}

.box-left {
    width: 60%;
    height: 100%;
}

.box-center {
    width: 100%;
    height: 100%;
}

.box-center > p {
    width: 90%;
    margin-left: 50px;
}

.box-center > h5 {
    margin-top: 20px;
    margin-left: 100px;
}

.right {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 40%;
    z-index: 10;
}

.box-right {
    display: flex;
    flex-direction: column;
    width: 33%;
    height: 90%;
}

.box-img-text {
    background-color: #1E1E1E;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 50%;
    position: relative; /* Ajout de cette ligne */
    overflow: hidden;   /* Ajout de cette ligne */
}

.filtre {
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    background: radial-gradient(circle at center, rgba(36, 39, 58, 0) 0%, rgba(36, 39, 58, 1) 100%);

}

.center-align {
    justify-content: center;
    align-items: center;
}

.box-img-text > h3 {
    color: white;
    font-size: large;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Khand', sans-serif;
    margin: 0;
    letter-spacing: 2px;
}

.box-img-text > p {
    color: white;
    margin: 0 50px 0 50px;
    text-align: center;
    font-size: small;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.box-img-text > a {
    margin-top: 30px;
    color: #E37611;
    font-size: large;
    padding: 5px 20px 5px 20px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    background-color: #D9D9D9;
    border-radius: 10px;
}

.box-img-text > a:hover {
    background-color: #d9d9d9e6;
    border: solid 1px white;
}

.box-img-text > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-left > h3 {
    font-family: 'Khand', sans-serif;
    font-size: 3em;
    margin: 20px 0 0 0;
    letter-spacing: 1px;
}

.box-left > h4 {
    font-family: 'Khand', sans-serif;
    margin-left: 30px;
    font-size: 1.5em;
}

.box-left > p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-left: 50px;
    margin-right: 100px;
    font-size: 1em;
}

.text-left > h3 {
    padding-left: 100px;
}

.text-left > h4 {
    padding-left: 100px;
}

.text-left > p {
    padding-left: 100px;
}

.box-titre > h3 {
    font-family: 'Khand', sans-serif;
    font-size: 3em;
    letter-spacing: 1px;
}

.display-column {
    flex-direction: column;
    height: 850px !important;
}

.center-div {
    background-image: url("/assets/images/fond 24U danderolle.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.formulaire {
    width: 50%;
    min-height: 580px;
    margin-left: 20%;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.838);
    border: solid 8px #24273A;
    border-radius: 25px;
    z-index: 10;
}

.hidden {
    display: none !important;
}

.box-imput {
   display: flex;
   width: 100%;
   height: 55px;
   padding: 10px;
   justify-content: space-around;
}

.box-imput > label {
   width: 50%;
   text-align: left;
   font-family: 'Khand', sans-serif;
   font-size: x-large;
}

.box-imput > input {
   width: 50%;
   font-family: 'Khand', sans-serif;
   font-size: x-large;
   text-align: center;
}

.box-imput > select {
   width: 50%;
   font-family: 'Khand', sans-serif;
   font-size: x-large;
   text-align: center;
}

.textarea {
    height: 150px !important;
}

.box-imput > textarea {
   width: 50%;
   height: 150px !important;
   font-family: 'Khand', sans-serif;
   font-size: x-large;
   text-align: center;
}

.margin-top {
    margin-top: 50px;
    height: 60px;
}

.box-imput > button {
    width: 200px;
    height: 100%;
    background-color: #2A2832;
    font-family: 'Khand', sans-serif;
    color: white;
    font-size: x-large;
    border-radius: 10px;
    padding: 0;
}

.box-imput > button:hover {
    background-color: #2a2832e4;
    border: solid 1px black;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.tableau {
    flex-direction: column;
    align-items: center;
}

.messagerie-lue > td {
    color: rgba(0, 0, 0, 0.531);
}

.messagerie-non-lue > td {
    background-color: white;
    font-weight: bold;
}

.messagerie-statut {
    width: 5vh;
    text-align: center;
}

.messagerie-statut > input {
    width: 20px;
    height: 20px;
}

.messagerie-contenue {
    width: 12vh;
}

.customers {
    width: 90%;
    margin-top: 20px;
    z-index: 90;
}

table > tbody > tr > td {
    justify-content: center;
    align-items: center;
}

table > tbody > tr > td > input  {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    border: 1px solid #E37611;
    text-align: left;
    padding: 8px;
}

th {
    background-color: #24273A;
    color: white;
}

.bottom-margin {
    margin-bottom: 20px;
}



