<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% Free To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */



/* =============================================================
   GENERAL STYLES
 ============================================================ */

body {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: "Montserrat", sans-serif;
    line-height: 28px;
    font-size: 13px;
    line-height: 3;
}

.set-radius-zero {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.content-wrapper {
    margin-top: 40px;
    min-height: 800px;
    padding-bottom: 90px;
}

.header-line {
    font-weight: 600;
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
    text-transform: uppercase;
}

.pad-botm {
    padding-bottom: 30px;
}


/* =============================================================
   NAVBAR &amp; MENU STYLES
 ============================================================ */

.right-div {
    float: right;
    padding: 20px;
}

#menu-top a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    padding: 25px 8px 25px 15px;
    text-transform: uppercase;
}

.menu-section {
    background-color: #FFFFFF;
    border-bottom: 1px solid #428BCA;
    width: 100%
}

.menu-top-active {
    background-color: #eeeeee;
}

.navbar-inverse {
    background-color: #FFF;
    border: 0;
    /*-border-color: rgba(155, 153, 153, 0.23);*/
}

.navbar {
    min-height: 90px;
    margin-bottom: 0px;
}

body &gt; form {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between; /* &lt;-- ligne ajoutée */
}
.navbar-collapse {
    transition: all 0.3s ease;
    background-color: #fff;
}

.navbar-nav &gt; li &gt; a {
    font-weight: 500;
    padding: 12px 18px;
    transition: background 0.3s;
}

    .navbar-nav &gt; li &gt; a:hover,
    .navbar-nav &gt; .dropdown:hover &gt; a {
        background-color: #f0f0f0;
    }
	
.navbar-toggle {
background-color: black !important;
border-color: white !important;
float:left !important;
}

.navbar-toggle .icon-bar {
background-color: white !important;
}

	

.dropdown-menu &gt; li &gt; a {
    padding: 10px 20px;
}

.navbar-brand img {
    opacity: 0;
    transform: translateY(-10px);
    animation: fadeSlideIn 0.8s ease-in-out forwards;
    z-index: 1;
    position: relative;
}

@keyframes fadeSlideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        text-align: center;
        margin: 0 auto;
        display: block !important;
        z-index: 30;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 20;
    }
}

.footer-section .row::after {
    content: "";
    display: table;
    clear: both;
}

.footer-section {
    margin-top: auto;
    overflow: hidden;
}

/* =============================================================
   DASHBOARD STYLES
 ============================================================ */

.img-comments {
    border: 3px double #e1e1e1;
    height: 60px;
}

.chat-widget-main {
    max-height: 330px;
    overflow: auto;
}

.slide-bdr {
    border: 5px solid #9170E4
}

.chat-widget-left:after {
    top: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: #F70E62;
    border-width: 15px;
    margin-left: -15px;
}

.chat-widget-left {
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #F70E62;
    font-size: 12px;
}

.chat-widget-right:after {
    top: 100%;
    right: 10%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: #5AA8CC;
    border-width: 15px;
    margin-left: -15px;
}

.chat-widget-right {
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #5AA8CC;
    font-size: 12px;
}

.chat-widget-name-left {
    color: #808080;
    margin-top: 30px;
    margin-left: 60px;
    text-align: left;
}

.img-left-chat {
    border: 3px double #e1e1e1;
    float: left;
    margin-right: 30px;
}

.img-right-chat {
    border: 3px double #e1e1e1;
    float: right;
    margin-left: 30px;
}

.chat-widget-main img-right {
    border: 3px double #e1e1e1;
    float: left;
}

.chat-widget-name-left h4 {
    font-weight: normal;
    font-size: 11px;
}

.chat-widget-name-left h5 {
    font-weight: normal;
    font-size: 10px;
}

.chat-widget-name-right h4 {
    font-weight: normal;
    font-size: 11px;
}

.chat-widget-name-right h5 {
    font-weight: normal;
    font-size: 10px;
}

.chat-widget-name-right {
    color: #808080;
    margin-top: 40px;
    margin-right: 60px;
    text-align: right;
}

.recent-users-sec img {
    max-height: 80px;
    margin: 15px;
}

.back-widget-set {
    background-color: transparent;
}

/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */
.footer-section {
    padding: 25px 50px 25px 50px;
    color: #000;
    font-size: 13px;
    background-color: #f7f7f7;
    text-align: right;
}

    .footer-section a, .footer-section a:hover {
        color: #000;
    }

@media (max-width: 768px) {
    .navbar-collapse {
        position: absolute;
        top: 0; /* pour l’ouvrir tout en haut */
        left: 0;
        width: 100%;
        z-index: 9999;
        background-color: white; /* ou la couleur souhaitée */
    }

    .navbar-header {
        position: relative;
        z-index: 10; /* logo en dessous */
    }
}


input, button, select, textarea {
    color: black;
}

.navbar-brand img {
    max-width: 100%;
    max-height: auto;
}

select {
    height: 35px !important;
}


@media screen and (max-width : 600px) {
    .navbar-brand img {
        max-width: 80% !important;
        max-height: auto;
    }
}

@media (min-width: 992px) {
    .col-md-12 {
        /*width:initial !important;*/
    }
}

.header-card {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 25%;
    background: #7F7F7F;
    color: white;
    z-index: 10000;
    padding: 20px;
    margin-bottom: 20px;
}




.navbar-nav &gt; li &gt; a {
    line-height: 10px !important;
    margin-top: 10px;
}

.header-banner {
    /*position: fixed;
top: 0;
left: 0;*/
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #5483AB 60%, #7ba9d6 100%);
    color: #fff;
    padding: 0.8em;
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    flex-wrap: wrap;
    gap: 1em;
    z-index: 10000; /* Très haut pour être au-dessus de tout */
}

    .header-banner .openai-logo {
        width: 38px;
        height: 38px;
        margin-right: 0.9em;
        display: flex;
        align-items: center;
        background: #fff;
        border-radius: 50%;
        padding: 6px;
    }

    .header-banner .banner-content {
        flex: 1;
        min-width: 220px;
        /*margin:20px;*/
    }

    .header-banner strong {
        font-size: 2em;
        color: #fdff7c;
    }
	
	@media (max-width: 768px) {
	  body {
		padding: 15px;
	  }

	  .content-wrapper {
		padding: 15px;
	  }
	  
	  .header-line
	  {
		margin-top:70px;
	  }
	}

    .cta-btn {
        background: #fff;
        color: #5483AB;
        border: none;
        border-radius: 20px;
        padding: 0.3em 1em;
        font-weight: bold;
        font-size: 1.1em;
        text-transform: uppercase;
        cursor: pointer;
        transition: background 0.27s, color 0.2s;
        margin-left: 1em;
        box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    }

        .cta-btn:hover {
            background: #e6eefe;
            color: #315377;
        }

@media (max-width: 650px) {
    .header-banner {
        flex-direction: column;
        text-align: center;
        gap: 0.7em;
    }

        .header-banner .openai-logo {
            margin: 0 auto 0.5em auto;
        }

        .header-banner .cta-btn {
            margin: 1em auto 0.2em auto;
        }
}


.modern-menu &gt; li &gt; a {
    font-size: 13px;
    padding: 10px 14px;
    color: #ffffff;
    transition: all 0.3s ease;
}

    .modern-menu &gt; li &gt; a:hover,
    .modern-menu &gt; li.active &gt; a {
        background-color: #5483AB;
        color: #ffffff !important;
        border-radius: 5px;
    }

/* Dropdown */
.dropdown-menu {
    background-color: #ffffff;
    border-radius: 5px;
    min-width: 200px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

    .dropdown-menu li a {
        color: #333333;
        padding: 10px 15px;
        transition: background 0.3s ease, color 0.3s ease;
    }

        .dropdown-menu li a:hover {
            background-color: #5483AB;
            color: #ffffff;
        }

/* Highlight Store */
.btn-store {
    background-color: #E1306C;
    color: #ffffff !important;
    padding: 8px 14px;
    border-radius: 6px;
    margin-left: 10px;
}

.menu-top-active {
    background-color: #5483AB;
    color: #ffffff !important;
    padding: 8px 14px;
    border-radius: 6px;
    margin-left: 10px;
}



.btn-store:hover {
    background-color: #436c8f;
    color: #ffffff !important;
}
</pre></body></html>