#loader {
    position: fixed;
    left: 50%;
    top: 50%;
    display: none; 
}
body {
    font-family: Arial, sans-serif;
    color: #333;
}
.cus-container {
    /* max-width: 1200px;*/ 
    padding: 2rem;
    background-color: whitesmoke;
    border-radius: 16px;
}

.cus-container textarea {
    padding: 1rem;
    border-radius: 16px;
}
.h1 {
    text-align: center;
}
p {
    font-size: 18px;
    line-height: 1.6;
}
.colors {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}
.color-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
}

.color-box {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 5px; /* Espacement entre la boîte de couleur et le code hexadécimal */
}

.color-code {
    font-weight: bold;
}
.btn-new-business { border-radius: 16px; }
.text-right { text-align: right; }
blockquote {
    position: relative;
    padding: 40px 70px;
}
blockquote p {
    margin: 0;
    font-style: italic;
    font-size: larger;
}
.copyright {
    margin-top: 1rem;
    margin-bottom: 0.25rem;
    margin-left: 0.5rem;
    bottom: 0;
}
.copyright a {
    color: var(--bs-secondary-color)!important;
    text-decoration: none;
}
.section {
    border-bottom: 1px solid lightgrey;
    margin-block: 1rem;
    padding: 1rem;
}
.section h1 {
    font-weight: bold;
}
.section h2 {
    font-size: larger;
    font-weight: 700;
}
.section p {
    text-align: justify;
}
.article h2 {
    font-size: larger;
    font-weight: bold;
}
.text-bold { font-weight: bolder; }

.article h1, .article h2, .article h3 {
    margin-block: .5rem;
    font-weight: bold;
    font-size: inherit;
}

#loading-message {
    font-style: italic;
}

.loader-container {
    display: none; /* Caché par défaut */
    text-align: center;
    padding: 20px;
}

.spinner-grow {
    width: 3rem;
    height: 3rem;
}

.loading-messages {
    margin-top: 20px;
}

.loading-message {
    display: none; /* Caché par défaut */
}

.list-group-item.active {
    background-color: cadetblue;
    border-color: cadetblue; 
}

#backToTop {
    display: none; /* Caché par défaut */
    z-index: 99; /* S'assurer qu'il apparaît au-dessus des autres éléments */
    border: none; /* Pas de bordure */
    outline: none; /* Pas de contour */
    background-color: #495e5e; /* Couleur de fond */
    color: white; /* Couleur du texte */
    cursor: pointer; /* Style de curseur */
    padding: 15px; /* Espacement intérieur */
    border-radius: 16px; /* Coins arrondis */
    font-size: 18px; /* Taille de la police */
    width: 60px;
    height: 60px;
}

#backToTop:hover {
    background-color: #333; /* Couleur de fond au survol */
}

.btn-square {
    padding: 3rem;
    border-radius: 16px;
}

.bg-business-plan {
    background-color: #bc8f8fee;
    color: #eee;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.bg-business-plan:hover {
    background-color: #cf9c9c;
    color: #eee;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    transition: all ease .5s;
}

.bg-chk-idea {
    background-color: #dac4a7;
    color: darkslategrey;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.bg-chk-idea:hover {
    background-color: #f0cfa3;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    transition: all ease .5s;
}

.bg-gmn-idea {
    background-color: #7fc97f;
    color: darkslategrey;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.bg-gmn-idea:hover {
    background-color: #a3eea3;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    transition: all ease .5s;
}

.bg-project {
    background-color: #8fa3c7;
    color: #eee;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.bg-project:hover {
    background-color: #89a8dd;
    color: #eee;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    transition: all ease .5s;
}

.bg-mr-idea {
    background-color: #c9bf7f;
    color: darkslategrey;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.bg-mr-idea:hover {
    background-color: #d1cba2;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    transition: all ease .5s;
}

.register-link {
    text-decoration: none;
}
.register-link:hover {
    text-decoration: underline;
}

.btn-cadet-blue {
    background: linear-gradient(120deg, cadetblue, #428fbb, #287548);
    background-size: 200% 200%;
    animation: animated-background 7s linear infinite;
    color: #eee;
}
.btn-cadet-blue:hover {
    background: linear-gradient(240deg, cadetblue, #428fbb);
    background-size: 200% 200%;
    animation: animated-background 7s linear infinite;
    color: #eee;
}
.border-radius-12px {
    border-radius: 12px;
}

.border-radius-16px {
    border-radius: 16px;
}
#result h1 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: lighter;
}

#result h2 {
    font-size: 1.3rem;
    font-weight: normal;
    margin-block: 1.2rem;
}

#result .one_liner {
    text-align: center;
    font-style: italic;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    50% { transform: rotate(5deg); }
    100% { transform: rotate(0deg); }
}
  

#contentBP {
    right: 1rem;
    bottom: 50%;
    padding: 1rem;
    width: 58px;
    border-radius: 16px;
    overflow: hidden;
    white-space: nowrap;
    transition: all .5s ease;
}

#contentBP.animate {
    animation: rotate 1s infinite alternate; /* Rotation infinie de 1 seconde dans les deux sens */
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}

#contentBP .contentBP-text {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    display: inline-block;
    transition: max-width 1s ease, opacity 1s ease;
    white-space: nowrap;
}

#contentBP:hover {
    width: auto;
}

#contentBP:hover .contentBP-text {
    max-width: 300px; /* Vous pouvez ajuster cette valeur en fonction de la longueur de votre texte */
    opacity: 1;
}
.head-section:hover {
    border: 5px solid antiquewhite;
    padding-inline: 1.2rem;
    border-radius: 16px;
    background-color: #faebd754;
}

.regenerate-section {
    display: none;
    border-radius: 16px;
    border: 1px solid antiquewhite;
    padding: 1rem;
    background-color: antiquewhite;
    margin-bottom: 1rem;
}

.head-section:hover .regenerate-section {
    display: inline; 
    border-radius: 16px;
    border: 1px solid antiquewhite;
    padding: 1rem;
    background-color: antiquewhite;
    margin-bottom: 1rem;
}

.cus-progress {
    right: 1rem;
    bottom: 40%;
}

.font-size-1rem {
    font-size: 1rem !important;
}

.progress {
    width: 58px;
    height: 58px;
    background: none;
    position: relative;
    border-radius: 100%;
}
  
.progress .progress-left,
.progress .progress-right {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    clip: rect(0, 100px, 100px, 50px);
}
  
.progress .progress-left {
    clip: rect(0, 50px, 100px, 0px);
}
  
.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-color: #007bff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
  
.progress .progress-value {
    width: 58px;
    height: 58px;
    font-size: 24px;
    color: #000;
    line-height: 70px;
    text-align: center;
    background: #fff;
    position: absolute;
    z-index: 1;
}
  
#notation {
    background-color: antiquewhite;
    width: fit-content;
    padding: 1rem;
    border-radius: 16px;
    border: 2px solid #dac4a7;
    margin: 2rem auto;
}
.evident {
    background-color: antiquewhite;
    padding: .5rem;
    border-radius: 16px;
    width: fit-content;
}
.link-body-emphasis {
    color: white !important;
}

.small-nav * {
    font-size: small !important;
    padding: 1rem;
    margin: 0 auto !important;
}
nav {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    color: rgba(255, 255, 255, 0.238);
}
.nav-btn-home {
    border-radius: 16px;
    border: none;
    background-color: #8fa3c7b7;
    padding-inline: 1.5rem;
    color: whitesmoke;
}
.nav-btn-home:hover {
    border-radius: 16px;
    border: none;
    background-color: #94a6c6;
    padding-inline: 1.5rem;
    color: whitesmoke;
}
.nav-item .nav-btn {
    border-radius: 16px;
    border: none;
    background-color: #8fa3c7b7;
    padding-inline: 1.5rem;
    color: whitesmoke;
}
.nav-item .nav-btn:hover {
    border-radius: 16px;
    border: none;
    background-color: #94a6c6;
    padding-inline: 1.5rem;
    color: whitesmoke;
}
.nav-item .nav-btn-logout {
    border-radius: 16px;
    border: none;
    background-color: #bc8f8fee;
    padding-inline: 1.5rem;
    color: whitesmoke;
}
.nav-item .nav-btn-logout:hover {
    border-radius: 16px;
    border: none;
    background-color: #cf9c9c;
    padding-inline: 1.5rem;
    color: whitesmoke;
}
.logo img {
    width: 48px;
    border-radius: 100%;
    transition: all .7s ease-in-out;
}
.logo img:hover {
    width: 48px;
    border-radius: 100%;
    background-color: cadetblue;
    transition: all .7s ease-in-out;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

:root {
    --bs-accordion-border-radius: 30px;
    --bs-accordion-active-bg: whitesmoke !important;
    --bs-accordion-bg: whitesmoke !important;
    --bs-primary-bg-subtle: whitesmoke !important;
}
.btn-language {
    position: fixed;
    bottom: .5rem;
    left: .5rem;
    border-radius: 16px;
    padding: .5rem;
    background-color: transparent;
    transition: all .7s ease;
    color: white;
    border: 0;
}
.btn-language:focus, .btn-language:focus-visible, .btn-language:focus-within {
    outline: 0;
}
.btn-language:hover {
    position: fixed;
    bottom: .5rem;
    left: .5rem;
    border-radius: 16px;
    padding: .5rem;
    background-color: rgba(95, 158, 160, 0.555);
    color: white;
    border: 0;
}