body {
    margin: 0;
    font-family: 'Quicksand', sans-serif !important;
}

/* particle js */
#particles-js {
    background: #f8f9fa;
    height: 100vh;
    position: fixed;
    z-index: 0;
}

footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}

footer div a {
    color: white;
    text-decoration: none;
}

footer div a:hover {
    color: black;
    text-decoration: none;
}

/* navbar */
#sizeNavbarImage {
    width: 2.5rem;
}

/* sideBar */
.sidenav {
    width: 0;
    height: 100%;
    position: fixed;
    overflow-x: hidden;
    transition: 0.5s;
    left: 0%;
    z-index: 6;
    box-shadow: -20px 0.01px 100px black;
    background-color: white;
}

#mySidenav li {
    background-color: #1f3668;
    width: 100%;
    margin: 0;
}

#mySidenav ul li a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9rem;
}

.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* for account */

#photoProfilAccount {
    max-width: 190px;
}

#signatureAccount {
    max-width: 300px;
}

.tab {
    float: left;
    width: 20%;
    min-height: 195px;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    color: #666666;
    background-color: transparent;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    color: black;
    border-left: solid grey;
}

/* Create an active/current "tab button" class */
.tab button.active {
    color: black;

}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid whitesmoke;
    width: 80%;
    border-left: none;
    min-height: 300px;
}

@media (max-width: 992px) {
    .tab {
        width: 100%;
        text-align: center;
    }

    .tabcontent {
        width: 100%;
    }

    .tab button {
        text-align: center;
    }
}

.fc-toolbar {
    text-transform: capitalize;
}

/* 
Pour la scrollbar */
::-webkit-scrollbar {
    background-color: white;
    width: 0.5rem;
}

::-webkit-scrollbar-thumb {
    background-color: grey;
    width: 0.1rem;
    border-radius: 1rem;
}

.cardHomepage :hover {
    background-color: #e5e6e8;
}

.listHomepage {
    height: 450px;
}

/* Signature pad js */

.m-signature-pad--body canvas {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid white;
}

#signature-pad {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

/* Size signature */

@media (min-width: 0px) and (max-width: 462px) {
    .imgSignatureStudent {
        width: 120%;
    }
}

@media (min-width: 463px) and (max-width: 572px) {
    .imgSignatureStudent {
        width: 90%;
    }
}

@media (min-width: 572px) and (max-width: 768px) {
    .imgSignatureStudent {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .imgSignatureStudent {
        width: 35%;
    }
}

@media (min-width: 1200px) {
    .imgSignatureStudent {
        width: 25%;
    }
}

.wrapper {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.borderAccordition {
    border-color: #666666;
}

.size-img-repository {
    width: 45%;
}

.bg-blur {
    background-color: rgb(248, 249, 250, 0.1) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    backdrop-filter: blur(5px) !important;
}

.title-section {
    color:#1F3668;
    font-weight: bold;
}

#logoInstagram {
    background: linear-gradient(to right, #833AB4, #FD1D1D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}