/*  MARGIN - PADDING  */
.mt-100{
    margin-top: 100px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mb-100{
    margin-bottom: 100px;
}
.pt20{
    padding-top: 20px !important;
}
@media screen and (max-width: 1024px){
    .mt-100{
        margin-top: 20px !important;
    }
    .mb-100{
        margin-bottom: 20px !important;
    }
}
/* ************ */

/*  GENERAL FONT  */
body{
    font-family: 'Federo', sans-serif !important;
}
.federo{
    font-family: 'Federo', sans-serif !important;
}
.borealis{
    font-family: 'Dr Sugiyama', cursive;
}
.text-uppercase{
    text-transform: uppercase !important;
}
.justifier{
    text-align: justify !important;
}
.fontBlanc{
    color: #fff !important;
}
.fontOrange{
    color: #fe6432;
}
.fontVert{
    color: #304137;
}
.noBorder{
    border-color: transparent;
}
h6 {
    font-size: 12px;
    color: #515151 !important;
    font-family: 'Federo', sans-serif !important;
    font-size: 13px;
    line-height: 15px;
    font-weight: 1 !important;
    letter-spacing: 0px;
}
.h3Shop {
    font-size: 30px;
}
.fontTaille07{
    font-size: 0.7em;
}
.dn{
    display: none;
}
/* *********** */

/*  header menu  */
.header-split #Top_bar {
    position: absolute;
    background-color: transparent;
}
#Top_bar {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 30;

}
.header-split #Header .top_bar_left .menu_right {
	float: right;
	width: 40%;
	text-align: center;
}
.header-split #Header .top_bar_left .menu_left {
	float: left;
	width: 40%;
	text-align: center;
}
#Top_bar #logo, .header-fixed #Top_bar #logo, .header-plain #Top_bar #logo, .header-transparent #Top_bar #logo {
    height: 217px;
}
.callTo{
    background-image:url('../../img/voixetvibrations.fr/icones/tel-blanc-24px.png');
    background-repeat:no-repeat;
}
.Subheader2{
    background-image:url('../../img/voixetvibrations.fr/slider/slider1.jpg');
    background-size: cover;
}
.Subheader3{
    background-image:url('../../img/voixetvibrations.fr/slider/slider5.jpg');
    background-size: cover;
}
.Subheader4{
    background-image:url('../../img/voixetvibrations.fr/slider/slider5.jpg');
    background-size: cover;
}
@media screen and (max-width: 557px){
    #Top_bar #logo img {
        max-height: 100%;
    }
    .mt-100{
        margin-top: 20px !important;
    }
    .mb-100{
        margin-bottom: 20px !important;
    }#Top_bar {
        top: 0px;
        /*background-color: #00574f !important;*/
    }
    
}

.section_wrapper, .container {
    max-width: 100%;
}


/*  PAGE ACCUEIL*/
.intro{
    background-image:url('../../img/voixetvibrations.fr/icones/fondIntro.png');
    background-repeat:no-repeat;
    background-position:center top;
    padding:150px 5% 0;
}
.intro2{
    background-image:url('../../img/voixetvibrations.fr/icones/fondIntro2.png');
    background-repeat:no-repeat;
    background-position:center top;
    padding:150px 5% 0;
}
.intro3{
    background-image:url('../../img/voixetvibrations.fr/icones/fondIntro3.png');
    background-repeat:no-repeat;
    background-position:center top;
    padding:150px 5% 0;
}

/*  BACKGROUND  */
.bg-creme{
    background-color: #fbf4ed; 
}
.bg-vert{
    background-color: #304137; 
}



#reponse{
    display: none !important;
} 

.avisClients{
    background-color: #f4c47e;
}
.noStyleFooter{
    text-decoration: none !important;
    color: #fff;
}


@media only screen and (max-width: 768px) {
    .cacher{
        display: none !important;
    }
}


.buttonPerso {
    width: 100%;
    border-color: transparent !important;
}

/*  POPUP  */
.img-modal{
  width:100%;
  height:100%;
}
.modal-content {
    top: 100px;
    position: relative;
    background-color: #304137;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-title{
    color: #fff;
}
.btn-close{
    color: #fff;
}
.modalFontTitre{
    color: #ffffff;
    font-size: 30px;
}
.modalFontContenu{
    color: #ffffff;
    font-size: 20px;
}


/*  SOCIAL */
.colorFacebook{
    color: #3b5998 !important;
}
.colorTwitter{
    color: #00acee !important;
}
.colorLinkedin{
    color: #007BB5 !important;
}



/* SHOP  */
.chevron {
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ced4da' d='M2 0L0 2h4L2 0z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: .65em auto;
    padding-right: 2.25rem; /* Pour éviter que le texte ne chevauche le chevron */
    appearance: none; /* Supprime le style natif */
    -webkit-appearance: none;
    -moz-appearance: none;
}
/*Slider */
/* Conteneur Swiper */
.swiper-container {
    width: 100%;
    overflow: hidden; /* Empêche les débordements */
}

/* Wrapper des slides */
.swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease-in-out; /* Animation fluide */
}

/* Slide individuelle */
.swiper-slide {
    flex: 0 0 auto; /* Taille fixe gérée par Swiper */    
    box-sizing: border-box; /* Inclut les paddings et bordures */    
}

/* Images dans les slides */
.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

/* Pagination */
.swiper-pagination {
    bottom: 15px; /* Ajustement du positionnement */
    text-align: center;
}

.swiper-pagination-bullet {
    background: #ccc;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #333;
}

/* Boutons de navigation */
.swiper-button-prev, .swiper-button-next {
    font-size: 10px !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;  /* Pour les rendre ronds */
    background-color: #484a7d;  /* Couleur de fond blanche */
    color: #000;  /* Couleur de l'icône noire */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;  /* Opacité légère */
    transition: opacity 0.3s ease;  /* Transition pour l'opacité au survol */
}
&.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev, & ~ .swiper-button-next, & .swiper-button-next {
	left: auto;
	right: var(--swiper-navigation-sides-offset,0px) !important;
	top: 94px !important;
}
&.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next, & ~ .swiper-button-prev, & .swiper-button-prev {
	left: var(--swiper-navigation-sides-offset,0px) !important;
	right: auto;
	top: 94px !important;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: 1;  /* Opacité à 1 au survol */
    background-color: #fff;  /* Fond noir au survol */
    color: #484a7d;  /* Texte de couleur blanche au survol */
}

/* Responsive */
@media (min-width: 1200px) {
    .swiper-slide {
        width: calc(100% / 4); /* 4 slides */
    }
}
@media (max-width: 1199px) and (min-width: 993px) {
    .swiper-slide {
        width: calc(100% / 3); /* 3 slides */
    }
}
@media (max-width: 992px) and (min-width: 769px) {
    .swiper-slide {
        width: calc(100% / 2); /* 2 slides */
    }
}
@media (max-width: 480px) {
    .swiper-slide {
        width: 100%; /* 1 slide */
    }
}

.h2Shop{
    font-size: 40px;
}
@media (max-width: 480px) {
    .h2Shop{
        font-size: 25px;
    }
}
#notificationLienShop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8); /* Fond sombre et semi-transparent */
    color: white;
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 4px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1000;
}

#notificationLienShop.visible {
    opacity: 1;
    transform: translateY(0);
}

.hiddenNotificationShop {
    display: none;
}

.thumbnail-shop {
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s;
}
.thumbnail-shop:hover {
    opacity: 1;
}
.mt70Shop{
    margin-top: 10px;
}
@media only screen and (max-width: 767px) {
    .section_wrapper .custom-width {
        margin: 0;
        width: 25% !important;
        clear: inherit;
    }  
    .mt70Shop{
        margin-top: 70px;
    }
}





.h1Shop{
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 0px;
}
.btnAddPanier{
    width: 100%;
/*    background-color: #00164d;*/
}
.btnAddPanier:hover{
    width: 100%;
/*    background-color: #fff;
    color: #00164d;
    border-color: #00164d !important;*/
}
.post-footerBis {
	background: rgba(0, 0, 0, .00);
}
/* Conteneur de la modale "produit mis au panier" "*/
.modal-overlay-shop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; /* Prendre toute la largeur de l'écran */
    height: 100%; /* Prendre toute la hauteur de l'écran */
    background-color: rgba(0, 0, 0, 0.5); /* Fond semi-transparent */
    display: flex; /* Utilisation de flexbox pour centrer le contenu */
    justify-content: center; /* Centrer horizontalement */
    align-items: center; /* Centrer verticalement */
    z-index: 9999; /* Assurez-vous que la modale est par-dessus tout */
}
/* Contenu de la modale */
.modal-content-shop {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    max-width: 400px; /* Largeur maximale de la modale */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}
/* Icône dans la modale */
.modal-content-shop i {
    color: #f39c12; /* Couleur de l'icône */
    margin-right: 10px;
}
/* MENU */
.bodyShop {
  background: transparent;
  width: 100%;
}
#menuShop.sticky {
    position: fixed;
    top:60px;
    left:0;
    right:0;
    z-index: 1000;
}
.containerShop {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
/*le total dans le menu */
.al{
    padding-right: 100px;
    color: #f4c47e;
    font-size: 1.5em !important;
}
.total{    
    padding-top: 15px !important;
}
.a-right{
    text-align: right !important;
}
.f-right{
    float: right;
}
@media only screen and (max-width: 767px){
    .a-left{
        margin-left: 20px;
    }
    .a-right{
        margin-right: 20px;
    }
}
/*le panier */
.widthfImg{
    width: 3.5rem;
}
@media(max-width:767px){
    .card{
        margin: 3vh auto;
        width: 100% !important;
    }
    .dnPanier{
        display: none;
    }
}
.hrPanier{
    margin-top: 1.25rem;
}
.btnPanier{
    background-color: #fe6432;
    border-color: #fe6432;
    color: white;
    width: 100%;
    font-size: 1.2rem;
    margin-top: 4vh;
    padding: 2vh;
    border-radius: 0;
}
.btnPanier:focus{
    box-shadow: none;
    outline: none;
    box-shadow: none;
    color: white;
    -webkit-box-shadow: none;
    -webkit-user-select: none;
    transition: none; 
}
.btnPanier:hover{
    color: white;
}
.mb40Shop{
    margin-bottom: 40px !important;
}
.mt40Shop{
    margin-top: 40px !important;
}
@media(max-width:767px){   
    .mt40Shop{
        margin-top: 10px;
    }
}
.colorCarre{
    background-color: orangered !important;
    position: absolute;
    right: -17px;
    top: 73px;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 0px;
    height: 17px;
    line-height: 18px !important;
    text-align: center;
    font-size: 11px;
    color: #fff;
}
.is-sticky .colorCarre{
    background-color: orangered !important;
    position: absolute;
    right: -17px;
    top: 8px;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 0px;
    height: 17px;
    line-height: 18px !important;
    text-align: center;
    font-size: 11px;
    color: #fff;
}
button:disabled {
	background-color: activecaption;
	color: #fff;
}
.myInputPanier {
	width: 100% !important;
	display: flex !important;
        border-width: 1px !important;
    box-shadow: unset;
    resize: none;
    border-radius: 3px !important;
}
.labelPanier{
    font-weight: 700;
}
.imgBonCadeauPanier{
    width: 260px;
}
.content {
  height: 200px;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #def1f0;
  position: relative;
  top: 15px;
  right: -5px;
  content: '';
}
 @media only screen and (max-width:767px) {
    .al {
        padding-top: 22px;
        color: #fff;
        font-size: 1.5em !important;
        padding-right: 30px;
    }
    .colorCarre{
        background-color: orangered !important;
    }    
    .arrow-down {
      border-top: 5px solid #505050;
      position: absolute;
      top: 20px;
      right: 10px;
      color: #fff !important;
    }    
    .responsivePlacementPanier{
        top: 0px;
        right: 9px;
        position: absolute;
    }
}
 @media only screen and (max-width:1199px) {
    .container { width: 96%; }
}
.myButton {
        display: inline-block;
        padding: 11px 20px;
        margin-bottom: -15px;
        cursor: pointer;
        margin-right: 7px;
        border: 0;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        position: relative;
        overflow: hidden;
        background-color: #f4c47e;
        color: #fff;
}
.grid .post-footer {
    text-align: center;
    width: 100%;
}
.grid .post-footer {
    text-align: center;
    width: 100%;
}
.panierLateral{
    position: fixed;
    z-index: 1000;
    background-color: #304137;
    top: 0;
    left: 0;
    padding: 10px 40px 20px 20px;
}
.attributPanier{
    color: #fff;
    background-color: orangered !important;
    top: 10px;
    right: 20px;
    position: absolute;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 5px 0px 5px;
}
@media only screen and (max-width: 767px){
      .panierLateral{
    top: auto;                /* IMPORTANT : annule top */
    bottom: 0;                /* place en bas */
    left: 0;                  /* occupe toute la largeur si besoin */
    right: 0;
    width: 100%;
    height: auto;             /* ou height: 72px; selon design */
    padding: 17px 16px calc(12px + env(safe-area-inset-bottom)); /* safe area */
    text-align: center;
    box-sizing: border-box;
  }
    .attributPanier{
        right: 154px;
        top: 5px;
    }
    .grid .post-footerBis {
        text-align: center;
        width: 100%;
    }
    .post-footer {
	background: rgba(0,0,0,.02);
	padding: 0px 0px;
	overflow: hidden;
	line-height: 0px;
    }
    a.button, a.tp-button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	padding: 11px 10px;
    }
}
@media (max-width: 767px) {
    .rev-slidebg {
        width: 100% !important; /* Ajustez la largeur selon vos besoins */
        height: auto; /* Assurez-vous que la hauteur s'ajuste proportionnellement */
    }    
}
.ui-tabs .ui-tabs-nav li.ui-state-active a::after, body:not(.woocommerce-page) table tr:hover td, body:not(.woocommerce-page) table tr:hover td a {
	color: #333333;
}


/* RENDEZ-VOUS EN LIGNE */
/* icone bas de page rendez-vous */
.footer-calendarRdv {
  position: fixed;
  bottom: 20px; /* Distance par rapport au bas de l'écran */
  right: 20px; /* Distance par rapport au côté droit de l'écran */
  background-color: #f4c47e; /* Couleur de fond */
  border-radius: 0%; /* Rendre l'icône ronde */
  padding: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.footer-calendarRdv a {
  color: white;
  font-size: 24px;
  text-decoration: none;
}
.footer-calendarRdv:hover {
  background-color: #304137;
  transform: scale(1.1);
  transition: all 0.3s ease;
}
/*supprime la grille des heures*/
.fc-time-grid {
    display: none; /* Masque toute la grille horaire */
}
/* Masquer le conteneur principal du calendrier */
.fc-scrollgrid-section.fc-scrollgrid-section-body {
    display: none; /* Masque la section principale de la grille des heures */
}
.visible-bouton {
    display: inline-block !important; /* Force l'affichage */
    visibility: visible !important; /* Assurez-vous qu'ils sont visibles */
}
.button-container {
    display: block; /* Assurez-vous que le conteneur est affiché */
}
.button-container {
    margin-top: 10px; /* Pour espacer les boutons du jour */
}

.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
    width: 100%;
    text-align: center;
}
.modal h2 {
    margin-top: 0;
    font-size: 30px;
}
.modal p {
    margin: 10px 0;
}
.btn-close {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.btn-close:hover {
    background-color: #0056b3;
    color: white;
}
.modal .btn-valider {
    background-color: #f4c47e !important; 
    color: white !important; /* Couleur du texte initiale (blanc) */
    padding: 10px 20px;
    border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease; /* Transition pour l'effet hover */
}
/* Style lorsque le bouton est survolé */
.modal .btn-valider:hover {
    background-color: white !important; /* Couleur de fond lors du survol (blanc) */
    color: #f4c47e !important; /* Couleur du texte lors du survol (vert) */
    border-color: #f4c47e !important;
    border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.btnRdv {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primaryRdv {
    color: #fff;
    background-color: #f4c47e;
    border-color: #f4c47e;
}
.btn-primaryRdv:hover {
    color: #f4c47e;
    background-color: #fff;
    border-color: #f4c47e;
    text-decoration: none;
    outline: 0;
}
/* FIN RENDEZ-VOUS EN LIGNE */




/*

#Top_bar .responsive-menu-toggle, #Header_creative .creative-menu-toggle, #Header_creative .responsive-menu-toggle {
	color: #fff;
	background: #f4c47e;
}
@media only screen and (max-width: 767px){
    #Top_bar a.responsive-menu-toggle {
        top: 23px;
    }
    .mobile-sticky #Top_bar.is-sticky a.responsive-menu-toggle {
	top: 23px !important;
    }                
}
.imgPersoShop {
        max-width: 100% !important;
        height: 400px !important;
}
.boutonPlusMoins{
    padding: 2px 20px;
}
.alertPanier {
    margin-bottom: 0px;
    padding: 7px 1px 6px 12px;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
    .cover-bg {
      background: rgba(0,0,0,0.5);
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
    }
    .title-mobile {
      position: fixed;
      display: block;
        top: 10px;
        font-size: 20px;
        left: 100px;
        right: 100px;
        text-align: center;
        color: #FFF;
    }
.navShop a#header_cart {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 20px;
    margin-right: 15px;
}
.navShop a#header_cart span {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    font-size: 11px;
    color: #fff;
}
.nav-fostrap {
  display: block;
  margin-bottom: 15px 0;
  background: linear-gradient(45deg,rgba(48,65,55,1) 0%,rgba(48,65,55,1) 27%,rgba(48,65,55,1) 38%,rgba(48,65,55,1) 45%,rgba(48,65,55,1) 100%);  
}
.nav-fostrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}
.nav-fostrap li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  font-size: 14;
  color: #def1f0;
}
.nav-fostrap li a {
  padding: 15px 20px;
  font-size: 14;
  color: #fff;
  display: inline-block;
  outline: 0;
  font-weight: 400;
}
.nav-fostrap li:hover ul.dropdown { display: block; }
.nav-fostrap li ul.dropdown {
  position: absolute;
  display: none;
  width: 200px;
  background: #f4c47e;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  padding-top: 0;
  z-index: 5;
}
.nav-fostrap li ul.dropdown li {
  display: block;
  list-style-type: none;
}
.nav-fostrap li ul.dropdown li a {
  padding: 15px 20px;
  font-size: 15px;
  color: #fff;
  display: block;
  font-weight: 400;
}
.nav-fostrap li ul.dropdown li:last-child a { border-bottom: none; }
.nav-fostrap li:hover a {
  background: #f4c47e;
  color: #fff !important;
}
.nav-fostrap li:first-child:hover a { border-radius: 3px 0 0 3px; }
.nav-fostrap li ul.dropdown li:hover a { background: rgba(0,0,0, .1); }
.nav-fostrap li ul.dropdown li:first-child:hover a { border-radius: 0; }
.nav-fostrap li:hover .arrow-down { border-top: 5px solid #fff; }
.inputBorder {
    border-width: 1px;
    box-shadow: unset;
    resize: none;
    border-radius: 3px;
}
.title-mobile {
  display: none;
}
 @media only screen and (max-width:767px) {
    .margeInfo{
        margin-top: 20px;
    }
    l'icone du panier 
    .navShop a#header_cart {
            position: relative;
            top: 24px;
            display: block;
            float: right; 
            font-size: 20px;
            line-height: 20px;
            margin-right: 15px;
            z-index: 50;
            color: #fff;
    }
    .navShop a#header_cart span {
            position: absolute;
            right: -9px;
            top: -7px;
            display: block;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            width: 17px;
            height: 17px;
            line-height: 17px;
            text-align: center;
            font-size: 11px;
            color: #fff;
    }
    .nav-fostrap {
        background: linear-gradient(45deg,rgba(48,65,55,1) 0%,rgba(48,65,55,1) 27%,rgba(48,65,55,1) 38%,rgba(48,65,55,1) 45%,rgba(48,65,55,1) 100%);
        width: 200px;
        height: 100%;        
        position: fixed;
        left: -200px;
        top: 354px;
        -webkit-transition: left 0.25s ease;
        -moz-transition: left 0.25s ease;
        -ms-transition: left 0.25s ease;
        -o-transition: left 0.25s ease;
        transition: left 0.25s ease;
        margin: 0;
        border: 0;
        border-radius: 0;
        overflow-y: auto;
        overflow-x: hidden;
         height: 100%; 
        z-index: 5;
        color: #fff;
    }
    .title-mobile {
      position: fixed;
      display: block;
        top: 10px;
        font-size: 20px;
        left: 100px;
        right: 100px;
        text-align: center;
        color: #FFF;
    }
    .nav-fostrap.visible {
      left: 34px;
      -webkit-transition: left 0.25s ease;
      -moz-transition: left 0.25s ease;
      -ms-transition: left 0.25s ease;
      -o-transition: left 0.25s ease;
      transition: left 0.25s ease;
    }
    .nav-bg-fostrap {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      height: 50px;
      margin: 0;
      position: absolute;
      top: 0px;
      left: 0px;
      background: linear-gradient(45deg,rgba(48,65,55,1) 0%,rgba(48,65,55,1) 27%,rgba(48,65,55,1) 38%,rgba(48,65,55,1) 45%,rgba(48,65,55,1) 100%);padding: 12px 0 0 10px;
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
      -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
      -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
      -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    }
    .navbar-fostrap {
      display: inline-block;
      vertical-align: middle;
      height: 50px;
      cursor: pointer;
      margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        padding: 12px;
    }
    .navbar-fostrap span {
      height: 2px;
      background: #fff;
      margin: 5px;
      display: block;
      width: 20px;
    }
    .navbar-fostrap span:nth-child(2) { width: 20px; }
    .navbar-fostrap span:nth-child(3) { width: 20px; }
    .nav-fostrap ul { padding-top: 10px; }
    .nav-fostrap li { display: block; }
    .nav-fostrap li a {
      display: block;
      color: #fff;
      font-weight: 600;
    }
    .nav-fostrap li:first-child:hover a { border-radius: 0; }
    .nav-fostrap li ul.dropdown { position: relative; }
    .nav-fostrap li ul.dropdown li a {
      background: #2980B9 !important;
      border-bottom: none;
      color: #fff !important;
    }
    .nav-fostrap li:hover a {
      background: #03A9F4;
      color: #fff !important;
    }
    .nav-fostrap li ul.dropdown li:hover a {
      background: rgba(0,0,0,.1) !important;
      color: #fff !important;
    }
    .nav-fostrap li ul.dropdown li a { padding: 10px 10px 10px 30px; }
    .nav-fostrap li:hover .arrow-down { border-top: 5px solid #fff; }
 }*/