<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
*
* ==========================================
* CSS - Barre de Nav
* ==========================================
*
*/
.sticky-top {
    transition: all 0.25s ease-in;
}
 
/* style for when sitcky is applied */
.stuck .sticky-top {
    background-color: #030304 !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    max-height: 110px;
     background: url("../images/fond-nav.jpg");
  background-position: center;
  background-repeat: repeat-x;
  
   
}

}
.stuck .navbar-dark .navbar-brand {

    color: #000 !important;
}

   .stuck .navbar-dark  .nav-link {

        color: #fff!important;


   }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}

   .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #ebdb29 !important;
}

  .stuck .active a {

        color: #2772a1 !important;


   }

   .stuck .navbar-toggler-icon {

   /* background-color:  #b01919 !important;*/

   }
   .ombre {

   /* box-shadow: 0 3px 4px rgba(0,0,0,0.1);*/
    padding: 5px 0;
   }

   .custom-toggler.navbar-toggler {
    border-color: rgb(255,102,203);
}
.navbar.navbar-dark .navbar-toggler-icon {

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); !important;
    cursor: pointer;

}

.logo {
    display: none;
}
  .stuck .logo 
  {
    display: inline;
  }

.bg-info{
     background-color: #318d95!important;
}

.logo-top {
    
    max-width: 300px;
}


@media (max-width: 990px) { 
    #top {
        
       min-height: 5em;  
    }
}


.vignette {
    position: relative;
    /*left: 40%;*/
    /*margin-left: -270px;*/
    max-width: 150px;
    bottom: -35px;
    z-index: 1000;
     
}
/*
*
* ==========================================
* FIN CSS - Barre de Nav
* ==========================================
*
*/
.ml-auto, .mx-auto {
    margin-left: auto !important;
}</pre></body></html>