body {
    background: #f9f9f9;
    background: -webkit-linear-gradient(to right, #f9f9f9, #f9f9f9);
    background: linear-gradient(to right, #f9f9f9, #f9f9f9);
}

.card_profile {
    border-radius: 3%;
}

.alert {
    padding: 10px;
    margin: 1% 15% 1% 15%;
    border: 1px solid transparent;
    border-radius: 4px;
    z-index: 100;
    position: sticky;
    font-family: "Montserrat", serif !important;
}

.title-head {
    font-size: 3.5rem;
    font-family: "Montserrat", serif !important;
    font-weight: 300;
    line-height: 1.2;
    color: #000000;
    text-align: center;
}

.title-head-black {
    font-size: 2rem;
    font-family: "Montserrat", serif !important;
    font-weight: 150;
    line-height: 1.2;
    color: #000000;
    text-align: center;
}

.text-head {
    font-size: 1.25rem;
    font-family: "Montserrat", serif !important;
    font-weight: 300;
    color: #000000;
    text-align: center;
}

.text-head-black {
    font-size: 1rem !important;
    font-family: "Montserrat", serif !important;
    font-weight: 75 !important;
    color: #000000;
    text-align: center;
}

.text-head-date {
    font-size: 1.0rem;
    font-family: "Montserrat", serif !important;
    font-weight: 300;
    color: #000000;
    text-align: center;
}

.wrapper {
    position: fixed;
    top: 18%;
    left: 15%;
}

.wrapper .reset{
    position: fixed;
    top: 18%;
    left: 10%;
    max-width: 400px;
}

.logo {
    width: 100px;
    margin: auto;
    background-color: #FFFFFF;
    border-radius: 20% 20% 20% 20%/20% 20% 20% 20%;
}

.logo img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 20% 20% 20% 20%/20% 20% 20% 20%;
}

.wrapper .name {
    font-weight: 600;
    font-size: 1.4rem;
    font-family: "Montserrat", serif !important;
    letter-spacing: 1px;
    padding-left: 10px;
    color: #555;
}

.wrapper .form-field input {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    background: none;
    font-size: 1.2rem;
    font-family: "Montserrat", serif !important;
    color: #666;
    padding: 10px 15px 10px 10px;
    /* border: 1px solid red; */
}

.wrapper .form-field {
    padding-left: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #FFFFFF;
}

.wrapper .form-field:hover {
    background-color: #E4E9F0;
}

.wrapper .form-field .fas {
    color: #555;
}

.wrapper .btn {
    box-shadow: none;
    width: 100%;
    height: 46px;
    background-color: darkblue;
    color: #FFFFFF;
    border-radius: 25px;
    letter-spacing: 1px;
    font-family: "Montserrat", serif !important;
}

.wrapper .btn-txt {
    box-shadow: none;
    width: 100%;
    height: 40px;
    color: #F9F9F9;
    border-color: transparent;
    letter-spacing: 1px;
    font-family: "Montserrat", serif !important;
    background-color: transparent;
    text-decoration: underline;
}

.wrapper .btn:hover {
    background-color: darkblue;
    box-shadow: 0px 13px 14px -7px #276873;
    color: #FFFFFF;
}

.wrapper .btn:active {
    background-color: darkblue;
    box-shadow: none;
    color: #FFFFFF;
}

.wrapper .btn:focus {
    background-color: darkblue;
    box-shadow: none;
    color: #FFFFFF;
    border-color: transparent;
}

.wrapper .btn-txt:hover {
    font-weight: bold;
}

.wrapper a {
    text-decoration: none;
    font-size: 0.8rem;
    color: #03A9F4;
    font-family: "Montserrat", serif !important;
}

.wrapper a:hover {
    color: #039BE5;
}

.wrapper .txt {
    color: #FFFFFF;
    font-family: "Montserrat", serif !important;
}

.wrapper .title {
    color: #FFFFFF;
    font-size: larger;
    margin-bottom: 2%;
    font-family: "Montserrat", serif !important;
}

#close {
    float:right;
    display:inline-block;
    padding-right: 3px;
    padding-left: 3px;
    background:#fff;
    border-radius: 6%;
}

#close:hover {
    float:right;
    display:inline-block;
    padding-right: 3px;
    padding-left: 3px;
    background:#fff;
    color: #f44336;
    border-radius: 6%;
}

.profile_div {
    margin: 40px 0;
}

.show-grid div {
  border:1px solid ;

}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #4CAF50;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: none; /* Hide the loader by default */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.small-button {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    background-color: #f44336;
    color: white;
    border: none;
    cursor: pointer;
    font-family: "Montserrat", serif;
}

.vertical-separator {
    border-left: 1px solid #000;
    height: 100%;
}

/* Divide the screen into two sections */
.container-keywords {
    display: flex;
}

/* Style for the DataTable section (70% width) */
.datatable-keywords-section {
    width: 70%;
    padding: 10px;
    background-color: white;
    margin-left: 5%;
    align-items: center;
}

/* Style for the Cards section (30% width) */
.cards-keywords-section {
    width: 30%;
    padding: 10px;
    margin-left: 3%;
    margin-right: 5%;
}

.dotted-separator {
    border-top: 5px dashed #34495e; /* Define dashed line properties */
}

.ui-datepicker {
     box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
     margin-top: 0.5%;
     border: none !important;
}

/* Changer le fond et la couleur du texte du header */
.ui-datepicker .ui-datepicker-header {
    background-color: #0d6dfb;
    color: white;
    border: none;
}

/* Changer le fond des jours */
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
    background-color: #f8f9fc;
    color: #858796;
}

/* Changer le style des jours survolés */
.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
    background-color: #eaf2fd;
}

/* Changer le style des jours sélectionnés */
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background-color: #0d6dfb;
    color: white;
}

/* les boutons de navigation */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 2px;
}

/* les boutons de navigation */
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
    background-color: #FFFFFF;
}

.required::after {
    content: ' *';
    color: red;
}

.half-circle-background {
    position: fixed; /* Position fixe par rapport au viewport */
    top: 0; /* Aligné en haut */
    left: 0; /* Aligné à gauche */
    width: 50vw; /* Largeur à 50% du viewport */
    height: 100vh; /* Hauteur à 100% du viewport */
    border-radius: 100% 100% 100% 0/0 100% 100% 0;
    background: #0671B7; /* Couleur de fond du demHi-cercle */
    z-index: -1; /* Place l'élément en arrière-plan */
}

.btn-validate {
    height: 10%;
    max-height: 10%;
    width: 40%;
    max-width: 40%;
    font-family: "Montserrat", serif !important;
}

@keyframes move-randomly1 {
  0% { transform: translateX(0); }
  25% { transform: translateX(30px); }
  50% { transform: translateX(-50px); }
  75% { transform: translateX(70px); }
  100% { transform: translateX(0); }
}

@keyframes move-randomly2 {
  0% { transform: translateX(0); }
  25% { transform: translateX(-20px); }
  50% { transform: translateX(40px); }
  75% { transform: translateX(-60px); }
  100% { transform: translateX(0); }
}

.circle {
    position: fixed;
    border-radius: 50%;
    background: #0671B7; /* Couleur par défaut des cercles */
    animation-duration: 20s; /* Plus longue durée pour un mouvement plus subtil */
    animation-timing-function: ease-in-out; /* Accélération et ralentissement pour un effet plus naturel */
    animation-iteration-count: infinite;
    animation-fill-mode: forwards; /* Gardez le cercle dans sa nouvelle position après l'animation */
}

.circle:nth-child(odd) {
  animation-name: move-randomly1;
}

.circle:nth-child(even) {
  animation-name: move-randomly2;
}

  /* Vous pouvez personnaliser les positions et les tailles des cercles comme suit: */
  .circle.small {
    width: 60px;
    height: 60px;
    top: 30%;
    right: 40%;
  }

  .circle.medium {
    width: 100px;
    height: 100px;
    top: 50%;
    right: 30%;
  }

  .circle.medium2 {
    width: 95px;
    height: 95px;
    top: 60%;
    right: 45%;
  }

  .circle.large {
    width: 130px;
    height: 130px;
    top: 20%;
    right: 20%;
  }

  .circle.x-large {
    width: 180px;
    height: 180px;
    top: 70%;
    right: 10%;
  }

  /* Exemple de cercles avec des couleurs différentes */
  .circle.grey {
    background: #E7E6E3;
  }

  .circle.black {
    background: #34495e;
  }

  .circle.black.blue {
      background: #193760;
  }


/* Assurez-vous que votre contenu principal a une position relative pour positionner correctement les éléments absolus à l'intérieur */
.content {
  position: relative;
  z-index: 1;
}

.content_nav {
    position: relative;
    margin-left: 10%; /* Ajoute une marge à gauche égale à la largeur de la navbar */
    padding: 0px 10px; /* Ajoute du padding */
}

/* Style de base pour le séparateur */
.separator {
  height: 35px; /* Épaisseur du séparateur */
  background-color: transparent; /* Couleur du séparateur */
  margin: 5px 0; /* Espacement autour du séparateur */
}

/* Style de base pour le séparateur */
.separator-sm {
  height: 10px; /* Épaisseur du séparateur */
  background-color: transparent; /* Couleur du séparateur */
  margin: 10px 0; /* Espacement autour du séparateur */
}

.separator-smart {
    width: 0px;
    height: 0px; /* Hauteur de l'espace séparateur */
    background-color: transparent; /* Gardez-le transparent */
    display: none;
}

/* Styles pour les grands écrans d'ordinateur (e.g., plus de 1600px) */
@media (min-width: 1600px) {
    .wrapper {
        left: 10%; /* ou plus, selon la marge souhaitée */
        width: 30%; /* ou la largeur maximale souhaitée */
        padding: 50px; /* ajustez en fonction de l'espace disponible */
        /* autres ajustements */
    }

    .wrapper .reset{
        left: 10%; /* ou plus, selon la marge souhaitée */
        width: 30%; /* ou la largeur maximale souhaitée */
        padding: 50px; /* ajustez en fonction de l'espace disponible */
        /* autres ajustements */
        max-width: none;

    }

      /* Vous pouvez personnaliser les positions et les tailles des cercles comme suit: */
  .circle.small {
    width: 100px;
    height: 100px;
    top: 30%;
    right: 40%;
  }

  .circle.medium {
    width: 140px;
    height: 140px;
    top: 50%;
    right: 30%;
  }

  .circle.medium2 {
    width: 135px;
    height: 135px;
    top: 60%;
    right: 45%;
  }

  .circle.large {
    width: 170px;
    height: 170px;
    top: 20%;
    right: 20%;
  }

  .circle.x-large {
    width: 210px;
    height: 210px;
    top: 70%;
    right: 10%;
  }

}

/* Styles responsives pour les écrans plus petits */
@media (max-width: 820px) { /* Pour les tablettes */

    .half-circle-background {
        position: fixed; /* Position fixe par rapport au viewport */
        width: 100%; /* Largeur à 50% du viewport */
        height: 100%; /* Hauteur à 100% du viewport */
        background: #0671B7; /* Couleur de fond du demHi-cercle */
        border-radius: 0 0 0/0 0 0 0;
        z-index: -1; /* Place l'élément en arrière-plan */
    }

    .circle {
        display: none; /* Cela cachera les cercles */
    }

    .wrapper {
        top: 10%;
        left: 5%;
        width: 90%;
        margin: 0;
        padding: 20px;
    }

    .wrapper .reset{
        top: 10%;
        left: 5%;
        width: 90%;
        margin: 0;
        padding: 20px;
        max-width: none;

    }

    .wrapper .name {
        font-size: 1.2rem;
    }

    .wrapper .form-field input {
        font-size: 1rem;
    }

    .content_nav {
        margin-left: 0%; /* Ajoute une marge à gauche égale à la largeur de la navbar */
        padding: 0px 0px; /* Ajoute du padding */
    }

    .profile_div {
        margin: 0px 0;
    }

    .text-head {
        font-size: 0.8rem;
        font-weight: 300;
        color: #000000;
        text-align: center;
    }

    .dotted-separator {
        border-top: 3px dashed #34495e; /* Define dashed line properties */
    }

    .title-head {
        font-size: 2rem;
        font-weight: 300;
        line-height: 1.2;
        color: #000000;
        text-align: center;
    }

    .separator-smart {
        height: 10px;
        width: 10px; /* Hauteur de l'espace séparateur */
        background-color: transparent; /* Gardez-le transparent */
        display: block;
    }

}

@media (max-width: 480px) { /* Pour les mobiles */

    .half-circle-background {
        position: fixed; /* Position fixe par rapport au viewport */
        width: 100%; /* Largeur à 50% du viewport */
        height: 100%; /* Hauteur à 100% du viewport */
        background: #0671B7; /* Couleur de fond du demHi-cercle */
        border-radius: 0 0 0/0 0 0 0;
        z-index: -1; /* Place l'élément en arrière-plan */
    }

    .circle {
        display: none; /* Cela cachera les cercles */
    }

    .wrapper {
        top: 5%;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 15px;
    }

    .wrapper .reset{
        top: 5%;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 15px;
        max-width: none;

    }

    .logo {
        width: 80px;
    }

    .logo img {
        height: 80px;
    }

    .wrapper .name {
        font-size: 1rem;
    }

    .wrapper .form-field input {
        font-size: 0.9rem;
    }


}

@media(max-width: 380px) {

    .half-circle-background {
        position: fixed; /* Position fixe par rapport au viewport */
        width: 100%; /* Largeur à 50% du viewport */
        height: 100%; /* Hauteur à 100% du viewport */
        background: #0671B7; /* Couleur de fond du demHi-cercle */
        border-radius: 0 0 0/0 0 0 0;
        z-index: -1; /* Place l'élément en arrière-plan */
    }

    .circle {
        display: none; /* Cela cachera les cercles */
    }

    .wrapper {
        margin: 30px 20px;
        padding: 40px 15px 15px 15px;
    }

    .wrapper .reset{
        margin: 30px 20px;
        padding: 40px 15px 15px 15px;
        max-width: none;
    }
}

.modal {
    z-index: 10000; /* Value need to be higher than the z-index of .content_nav */
}

.loading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.disabled-link {
  pointer-events: none;
}