
/* general styles */

body {
    font-size: 14px;
    line-height: 1.42857143; /* espace entre les ligne */
    color: #333333;
    background: #f0f0f0;
    overflow-x: hidden; /* Ø§Ù„Ø²Ø§ÙŠØ¯ Ø¹Ù†Ø¯ Ø§Ù„Ø®Ø±ÙˆØ¬ Ù…Ù† Ø§Ù„Ø§Ø·Ø§Ø± */
}


/* col sm 8 styles*/

.col-sm-8 {
    text-align: center; /* specifie the horizontal alignement of text */
}

img {
    width: 70px;
}

#imgTh {
    width: auto;
    height: 400px;
    padding-left: 20px;
    padding-top: 20px;
}

#banier {
    width: 100%;
    height: auto;
}

.box {
    background: #ffffff;
    margin: 0 0 30px;
    border: solid 10px transparent;
    border-image: url(border1.png) 50 round;
    box-sizing: border-box;
    padding: 30px;
    box-shadow: 0px 5px 5px rgb(0, 0, 0, 0.8);
    color: #4fbfa8;
}
.col-sm-8 a .box h2 {
    position: relative;
    margin: 20 0 20px;
    font-weight: 300;
    z-index: 2;
}
.col-sm-8 .box p {
    position: relative;
    z-index: 2;
    color: #555555;
    font-size: 28px;
}

.product .text h3 a {
    color: rgb(85, 85, 85);
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

/* footer style */

#footer {
    background: #e0e0e0;
    padding: 20px 0;
}
#footer a {
    color: #999999;
    padding: 0;
    text-decoration: none;
}

#footer ul {
    list-style: none;
    padding-left: 0px;
}
#list {
    border: 10px solid transparent;

    border-image: url(border1.png) 30 stretch;
}
/* copyright style */
#copyright {
    background: #333333;
    color: #cccccc;
    padding: 20px 0px;
    font-size: 12px;
}
#copyright p {
    margin: 0px;
}

/* sidebar style */

.col-sm-2.sidenav .panel.sidebar-menu {
    box-sizing: border-box;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}
.col-sm-2.sidenav .panel.sidebar-menu ul.nav.category-menu {
    margin-bottom: 20px;
}
.col-sm-2.sidenav .panel.sidebar-menu ul.nav.category-menu li a {
    font-size: 26px;
}

.col-sm-2.sidenav .panel.sidebar-menu h3 {
    padding: 5px 0px;
    margin: 0px;
}

/* breadcrumb style */

/*tag style*/
#targ {
    float: right;
}
#targ a {
    width: 150px;
    margin-left: 60px;
    margin-bottom: 10px;
}
#titleTag a {
    font-size: 30px;
    text-decoration: none;
}


/* Style the lien nouveau */

#nouveau {
    font-size: 30px;
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background-color: #04aa6d;
    color: white;
    text-align: center;
}


#headrTop {
    padding: 0;
    margin-bottom: 5px;
}

#logotopbar {
    font-size: 30px;
    
    font-family: Bubblegum Sans;
    background-image: linear-gradient(
        to right,
        #ff4633 0% 35%,
        #00ffff 36% 47%,
        #f91fb3 47% 63%,
        #00ff00 63% 64%,
        #192cec 83%
    );

    display: inline-block;
    -webkit-background-clip: text;
    color: transparent;
}
#boutonheader {
    margin-top: 20px;
    margin-left: 15px;
}
@media (max-width: 991px) {
    #logotopbar {
        padding-top: 25px;
        font-size: medium;
    }
}
#boutonIns {
    padding-top: 8px;
    justify-content: space-between;
}
/*style tophead2 */ /* logo 125*49--- 83*33 */

/* bande haute style */
.edu-top-banner * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.edu-top-banner {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background: linear-gradient(135deg, #2c5aa0, #1e3a5f, #0d1929);
    box-shadow: 0 4px 20px rgba(44, 90, 160, 0.3);
    backdrop-filter: blur(10px);
    border-bottom: 3px solid rgba(255, 255, 255, 0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    direction: rtl;
    text-align: right;
    transition: top 0.4s ease-in-out;
}

.edu-banner-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.edu-banner-container a{
    text-decoration: none;
}


.edu-banner-content {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.edu-banner-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(45deg, #4CAF50, #66BB6A);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: eduPulse 3s ease-in-out infinite;
}

.edu-banner-icon::before {
    content: "📚";
    font-size: 20px;
}

@keyframes eduPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.edu-banner-message {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.edu-user-name {
    font-weight: 700;
    background: linear-gradient(45deg, #4CAF50, #66BB6A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.edu-user-menu {
    display: flex;
    align-items: center;
    gap: 12px;
}

.edu-login-btn,
.edu-register-btn,
.edu-dashboard-btn,
.edu-logout-btn {
    background: linear-gradient(45deg, #4CAF50, #66BB6A);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.edu-login-btn:hover,
.edu-register-btn:hover,
.edu-dashboard-btn:hover,
.edu-logout-btn:hover {
    background: linear-gradient(45deg, #45a049, #5cb85c);
    transform: translateY(-2px);
}

.edu-user-avatar {
    width: 35px;
    height: 35px;
    background: linear-gradient(45deg, #4CAF50, #66BB6A);
    border-radius: 50%;
    color: white;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.edu-status-badge {
    background: rgba(76, 175, 80, 0.2);
    color: #4CAF50;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
}

@media(max-width:991px){
    .edu-banner-container {
        padding: 5px;

    }

}

a .edu-login-btn,
.edu-register-btn,
.edu-dashboard-btn,
.edu-logout-btn {
        text-align: center;

}
@media(max-width:480px){
    .edu-banner-message {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.edu-login-btn{
    padding: 10px 10px;
    font-size: 10px;
    font-weight: 200;
}
.edu-user-menu {
    gap: 0;
}
}