body{
    font-family: "montserrat", sans-serif;
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
}

.bg-lightblue{
    background-color: lightblue;
}

.btn-lightblue{
    background-color: lightblue;
}

:root{
    --main-bg-color: #add8e6;
    --main-text-color: #000000;
    --second-text-color: #ffffff;
    --second-bg-color: #f5f5dc; 
}

.primary-text{
    color: var(--main-text-color);
}

.second-text{
    color: var(--main-text-color);
}

.primary-bg{
    background-color: var(--main-bg-color);
}

.secondary-bg{
    background-color: var(--second-bg-color);
}

.rounded-full{
    border-radius: 100%;
}

#wrapper{
    overflow-x: hidden;
    background-image: linear-gradient(
        to right,
        #ffffff,
        #ffffff,
        #ffffff,
        #ffffff,
        #ffffff
    );
}

#sidebar-wrapper{
    min-height: 100vh;
    margin-left: -15rem;
    transition: margin 0.25s ease-out;
}

#sidebar-wrapper .sidebar-heading{
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#sidebar-wrapper .list-group{
    width: 15rem;
}

#page-content-wrapper{
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper{
    margin-left: 0;
}

#menu-toggle{
    cursor: pointer;
}

.list-group-item{
    border: none;
    padding: 20px 30px;
}

.list-group-item.active{
    background-color: transparent;
    color: var(--main-text-color);
    font-weight: bold;
    border: none;
}

.chart-card{
    margin-bottom: 20px;
    padding: 25px;
    box-sizing: border-box;
    -webkit-column-break-inside: avoid;
    border-radius: 10px;
    box-shadow: 10px 10px 10px black;
}

.shadow-sr{
    box-shadow: 10px 10px 10px black;
}

@media (min-width: 768px){
    #sidebar-wrapper{
        margin-left: 0;
    }

    #page-content-wrapper{
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper{
        margin-left: -15rem;
    }
}

.button{
    width: 370px;
}

.primary{
    height: 370px;
}

.position{
    position: absolute;
    top: 20px;
}

.height{
    height: 650px;
}

.height1{
    height: 200px;
}

.height2{
    height: 500px;
}

.top{
    background-color: blue;
    height: 300px;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.shadow-ss{
    box-shadow: 10px 10px 10px;
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.clignote{
    animation: blink 1s infinite;
}

.primary1{
    height: 139px;
    box-shadow: 30px, 30px, 30px solid black;
}

#back-to-top {
    display: none; /* Masquer le bouton par défaut */
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0000ff;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
  }
  
  #back-to-top:hover {
    background-color: #555;
  }


.round{
    border-radius: 30px;
}

.roundet{
    border-radius: 300px;
}

.roundd{
    border-radius: 10px;
}

.background-imge{
    background-image: url(../images/logo.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
}

.background-img{
    background-image: url(../images/blue.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;;
}

.bg-image{
    background-image: url(../images/dev1\ logo.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
}

.background-jpeg{
    background-image: url(../images/ordinateur1.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 90px;
}

.bg-ordina{
    background-image: url(../images/ordina1.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px;
}

.bg-black{
    padding: 20px;
}

.bg-png{
    background-image: url(../images/ASSOCIATION\ DIAPORA\ \(4\).png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-jpg{
    background-image: url(../images/ASSOCIATION\ DIAPORA\ \(5\).png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.radius{
    border-radius: 20px;
}

.text-right{
    text-align: right;
}

@media print {
    body * {
        visibility: hidden;
    }

    .receipt-content,
    .receipt-content * {
        visibility: visible;
    }
}

.bg-D{
    background-image: url(../images/ASSOCIATION\ DIAPORA\ \(2\).png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-D:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: maroon;
    opacity: 0.8;
    z-index: -1;
}