@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik+Doodle+Shadow&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700|Roboto:100,300,400,500,700,900");
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 8px rgb(77, 77, 77);
}
.nav {
    background-image: linear-gradient(160deg, #0094e9c2 10%, #2a9be7c8 100%);
}
.main {
    width: 100%;
    background: linear-gradient(180deg, #ffffff, #ffffff);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    overflow-y: auto;
}
.navbar.fixed {
    position: fixed;
    width: 100%;
    background: white;
    border-bottom: 1px solid red;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #f4f8ff;
    top: 0;
    left: 0;
    z-index: 123;
}

/* Styles pour les logos */
.logo-small {
    width: 60px;
    height: auto;
    opacity: 0.7;
    transition: opacity 0.3s ease-in-out;
}

.logo-small:hover {
    opacity: 1;
}

/* Logo principal mis en évidence */
.logo-main {
    width: 100px;
    height: auto;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.3));
    transition: transform 0.3s ease-in-out;
}

.logo-main:hover {
    transform: scale(1.1);
}

.pulse {
    float: right;
}
.main .header .title {
    color: rgba(113, 99, 186, 255);
}
.main .header .user-info {
    display: block;
    align-items: center;
}

.header .user-info .search input {
    background-color: #fff;
    padding: 4px;
    height: 50px;
    border-radius: 0px 10px 10px 0px;
    font-size: 14px;
    border-left: none;
    transition: all 1s ease;
}
.icons {
    background-color: #fff;
    font-weight: bold;
    border-radius: 12px 0px 0px 12px;
    font-size: 14px;
    border-color: #cccccc;
    border-right: none;
}

select {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}
.P {
    padding-top: 15px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 600;
    font-style: normal;
}
span .Titre {
    font-size: 12px;
}
.right {
    position: fixed;
    z-index: 3;
    display: flex;
    width: 90px;
    gap: 15px;
}
.right i {
    font-size: 20px;
}
.qds {
    display: none;
    padding-left: 10px;
}
.qds ul li {
    height: 25px;
    font-size: 9px;
}
.hidden {
    display: block;
}
.formations {
    display: none;
}
.formations ul li {
    height: 25px;
    font-size: 13px;
}
.hiddens {
    display: block;
}

.hidden1 {
    display: block;
}
#menu-icons {
    margin-right: 20px;
}

.homepage img .logo {
    height: 100px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
}
.homepage1 img .logo {
    height: 100px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
}
.homepage2 img .logo {
    height: 100px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
}
.homepage img {
    width: 50%;
    margin-top: 5%;
    display: none;
}
.homepage1 img {
    width: 50%;
    margin-top: 5%;
    display: none;
}
.homepage2 img {
    width: 50%;
    margin-top: 5%;
    display: none;
}
.text {
    padding: 0 8% 0 8%;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color: black; /* Gras */
    font-style: italic;
}

.button-63 {
    align-items: center;
    box-shadow: 0.4rem 0.4rem 2.4rem 0.2rem hsla(236, 50%, 50%, 0.3);
    background: linear-gradient(
        to right bottom,
        hsl(236, 50%, 50%),
        hsl(195, 50%, 50%)
    );
    border: none;
    border-radius: 20px;
    box-sizing: border-box;
    color: #ffffff;
    display: flex;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    justify-content: space-around;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    user-select: none;
    font-weight: bold;
    transition: 0.3s;
}

.button-63:hover,
.button-63:focus {
    color: white;
    transform: translateX(-0.4rem);
    box-shadow: 0 0 4.4rem 0.4rem hsla(236, 50%, 50%, 0.4);
}

.center .texte {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}
.menu-responsive a {
    text-decoration: none;
    color: black;
}
.menu-responsive li {
    list-style: none;
    margin-bottom: 10px;
}
.icon-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #333333;
    background: #dddddd;
    border: none;
    outline: none;
    border-radius: 50%;
}

.icon-button:hover {
    cursor: pointer;
}

.icon-button:active {
    background: #cccccc;
}

.icon-button__badge {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: red;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 13px;
}

.logo1 {
    width: 75px;
    height: 75px;
}
.navbar-nav li:hover {
    background-color: rgb(91, 156, 255);
}
.sidebar-heading p {
    font-size: 13px;
    color: black;
    font-weight: bold;
}
#content {
    background-color: #f8fff9;
}
.navbar-nav li a span {
    color: black;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
}
.logo1 img {
    width: 100%;
}
.app {
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: rgb(0, 0, 0);
    font-style: normal;
}
.navbar-collapse {
    max-height: 400px;
}
.flex {
    display: flex;
    gap: 70px;
}
.lisformation {
    display: none;
    opacity: 0;
    transition: 0.3s ease;
}

/* Afficher listform1 lorsque la classe 'active' est présente */
.lisformation.active {
    display: block;
    opacity: 1;
    transition: 0.5s cubic-bezier(0.52, 0.56, 0.52, 0.56);
}
.lisformation2 {
    display: none;
    opacity: 0;
    transition: 0.3s ease;
}

/* Afficher listform1 lorsque la classe 'active' est présente */
.lisformation2.active {
    display: block;
    opacity: 1;
    transition: 0.5s cubic-bezier(0.52, 0.56, 0.52, 0.56);
}
.dp-down {
    text-align: left;
    border-radius: 0px 0px 5px 5px;
    background-color: white;
    margin-top: 0px;
    padding: 10px;
}
.centered-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    position: relative; /* Pour l'effet de la pseudo-classe ::after */
}

.centered-link:hover {
    border-bottom: 2px solid white;
    transition: all ease-in-out 0.2s;
    background-color: white;
    color: rgb(131 179 252);
    border-top: none;
    border-left: none;
    border-right: none;
}

.different {
    border: none;
    position: relative;
}

.different:hover {
    border: none;
}

.different:hover .centered-link {
    border-bottom: none; /* Annule la bordure inférieure du lien sur le survol du parent */
}

.different::after {
    content: "";
    position: absolute;
    width: 0;
    height: 5px;
    left: 50%;
    bottom: 0;
    background-color: rgb(131 179 252);
    transition: all ease-in-out 0.2s;
}

.different:hover::after {
    width: 100%;
    left: 0;
}
.t-size {
    height: 70px;
    font-weight: bold;
}
.see_formation {
    padding: 20px;
}
.logoreduce {
    height: 210px;
    width: 210px;
}
@media (max-width: 991px) {
    .button-63 {
        font-size: 20px;
        min-width: 196px;
    }
    .reduct {
        display: none;
    }
    .t-size {
        height: 40px;
    }
    .navbar-collapse {
        overflow-y: auto;
    }
    .Navbar {
        display: none;
        width: auto;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 100%;
    }
    .Navbar .menu li span {
        display: none;
    }
    .P {
        display: none;
    }
    .logoreduce {
        height: 150px;
        width: 150px;
    }

    .qds ul li {
        display: none;
    }
    .text {
        display: none;
    }
    .homepage img {
        margin-top: 25%;
        width: 100%;
    }
    .homepage1 img {
        margin-top: 25%;
        width: 100%;
    }
    .homepage2 img {
        margin-top: 25%;
        width: 100%;
    }
    .main .header {
        width: 100%;
    }
    #delete_nav {
        display: none;
    }
    .video_iframe {
        height: max-content;
        width: max-content;
    }
}
@media (max-width: 770px) {
    .homepage img {
        display: none;
    }
    .homepage1 img {
        display: none;
    }
    .homepage2 img {
        display: none;
    }
    .app {
        margin-top: 40px;
    }
    .delate {
        display: none;
    }
    .reduct {
        margin: 0% 0% 2% 0%;
    }
    .motpresi {
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
    .presiword {
        display: flex;
        flex-wrap: wrap;
    }
    .marg {
        margin: 0px;
    }
}

.motpresi {
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 2%;
}

.style-btn {
    background-color: black;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.menu_icon {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    margin: 3px 5px 0px 0px;
}
.line {
    fill: none;
    stroke: black;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}
.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}
.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

#test_delete {
    animation: fadeIn 1s ease forwards;
}
#hide_password {
    animation: eyes 1s ease forwards;
}

#see_password {
    animation: eyes 1s ease forwards;
}
@keyframes eyes {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.style_transit {
    position: absolute;
    z-index: 125;
    border: none;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.13);
    min-width: 200px;
    animation: edit_style 1s ease forwards;
}

@keyframes edit_style {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

ul li {
    list-style: none;
}
.foot ul li a {
    color: white;
    text-decoration: none;
}

#descriptionProjet span {
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.modal__btn {
    border: 1px solid hsla(0, 0%, 100%, 0.4);
    border-radius: 100rem;
    padding: 5px 10px 5px 10px;
    color: inherit;
    background: transparent;
    font-family: Georgia, "Times New Roman", Times, serif;
    letter-spacing: 0.2rem;
    transition: 0.2s;
    cursor: pointer;
}
.modal__btn:hover,
.modal__btn:focus {
    transform: translateY(-0.2rem);
    box-shadow: 0 0 4.4rem 0.2rem hsla(236, 50%, 50%, 0.4);
}
.btn-close:hover,
.btn-close:focus {
    transform: translateY(-0.2rem);
    box-shadow: 0 0 4.4rem 0.2rem hsla(236, 50%, 50%, 0.4);
}
.btn-close {
    transition: 0.2s;
}
.auto_scroll {
    width: 100%;
    overflow: hidden;
}

/* Scroll content with animation */
.scroll-content {
    display: flex;
    animation: scroll 15s linear infinite;
}

/* Individual scroll items */
.scroll-item img {
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.scroll-item {
    margin-right: 20px;
    height: 150px;
    width: 150px;
    flex-shrink: 0;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0.4rem 0.4rem 2.4rem 0.2rem hsla(0, 0%, 25%, 0.3);
}

/* Animation for horizontal scroll */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(
            calc(-220px * 6)
        ); /* Adjust to the total width of visible elements */
    }
}
.my_white {
    background-color: white;
}
.searchfirst {
    position: absolute;
    margin-top: 68px;
    z-index: -1;
    width: 45%;
    padding-left: 100px;
    animation: fadeIns 0.5s ease forwards;
    display: none;
}
.searchfirst .user-info .search {
    box-shadow: 0 0 8px rgba(88, 88, 88, 0.418);
    border-radius: 10px;
}
@keyframes fadeIns {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.presiword {
    display: flex;
    align-items: center;
    gap: 10px;
}

.marg {
    margin: 0% 15% 0% 15%;
}
