
body
{
    /* background: rgb(244, 244, 244) !important; */
    /* overflow: hidden; */
    color: #444 !important;
    font-family: 'Open Sans', sans-serif !important;
}
.topbar {
    /* background: #f0f0f0!important; */
    background: #693b9d !important;
    color: white;
    padding-left: 0;
    border-radius: 2px;
    position: fixed;
    top: 60px;

    width: 100%;
    /* margin-left: auto; */
    /* margin-right: auto; */
    z-index: 100;
    transition: top 0.2s;
    /* border-top: solid 1px rgba(0,0,0,0.1); */

    transform: translate(0);
box-shadow: 0 1px 3px rgba(0,0,0,.25);
}

.topbar span
{
  color : white !important ;
}
ul
{
    list-style: none !important;
}
.langbutton
{
    position: fixed;
    top: -30px;
    right: 10px;
    /* width: 100px; */
    height: 60px;
    overflow: hidden;
    z-index: 1000;
    transition: all linear 0.15s;
    background: gray;
    border-radius: 0 0 5px 5px;
    border : solid 1px white;
}

.langbutton:hover
{
    top : 0;
}

.langbutton a
{
    color : white !important;
}
.mainspec
{padding: 10px;
word-break: break-word;
}
.serveur
{
    background: rgba(0,0,0,0.65);
    text-align: center;
    padding: 15px 30px 20px 30px;
}
.serveur span
{

    font-weight: bold;
    font-size: 24px;
}

.serveur p
{
    text-align: left;
    font-size: 12px;
    text-transform: capitalize;
    font-family: 'Lato';
    font-style: italic;
}
.mainbigtitle
{
    color: #2a93c9;
    font-size: 16px;
    margin-bottom: 10px;
    /* font-family: 'exo'; */
    font-family: 'open sans';
    font-weight: bold;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    /* border-bottom: solid 1px rgba(42, 147, 201,0.2); */
}

.mainlocalisation
{
    font-family: 'Lato';
    font-weight: 700;
    font-size: 14px;
    border: solid 1px #e0e0e0;
    padding: 8px;
    width: 160px;
    border-radius: 3px;
    text-align: center;
    background: url(../images/Map-Location.png) no-repeat 10px center;
    background-size: 20px;
    padding-left: 20px;
}
 
.innerbottomcontainer
{
    height: 100%;overflow: hidden;
    border-bottom: 4px solid #56b0d2;
    border-radius: 3px;
    background: white;
    font-family:     Lato, sans-serif;
}

 
.ibsepar
{
    width: 3px;
    height: 50px;
    overflow: hidden;
    border-right: 1px solid rgba(86, 176, 210,0.25);
    position: absolute;
    right: 0;
    top: 35px;
}
.days
{
    color : #42474c;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.mainhours
{

color : #2a93c9;
font-weight:700;
font-size: 14px;
line-height: 22px;
}
.msgbanner
{
    width: 400px;
    height: 60px;
    overflow: hidden;
    background: rgba(255,255,255,0.65);
    position: absolute;
    z-index: 50;
    top: 110px;
    z-index: 10;
    right: 0;
    border-radius: 0 0 0 5px;
    padding-top: 25px;
    color: #EA5924;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    font-size: 18px;
}
.medmsgbanner {
    width: 600px;
    height: 50px;
    overflow: hidden;
    background: rgba(255,255,255,0.05);
    position: absolute;
    z-index: 50;
    top: 3px;
    left: calc(50% - 300px);
     
    padding-top: 13px;
    color: wheat;
     
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bolder;
  
    z-index: 500;
    font-family: 'open sans';
}s  
ul
{
    list-style: none;

}

.p-25 {
    padding: 25px !important;
}      

.section-title {
margin-top: 0;
/* position: relative; */
position: absolute;
line-height: 1;
border-left: 3px solid #6ebbbb !important;
color: #555555;
    padding-left: 10px;
margin-bottom: 30px;
font-weight: 500;
text-transform: uppercase;
}

 
 

.pagecontent
{
      padding-top: 45px;
    font-family: 'Exo', sans-serif;
    width: 96% !important;
    font-size: 16px;
    min-width: 1000px !important;
}
.boardloader {
    
      display: block;
      width: 50px !important;
      height: 50px !important;
      position : fixed;
      z-index : 9999;
      top : 50%;
      left : 50%;
      
    }
    
    .boardloaderoff
    {
      opacity: 0;
      visibility: collapse;
    }
    
    .boardbox {
      width: 45%;
      height: 45%;
      background: #ff2700;
      opacity: 0;
      -webkit-filter: blur(1px);
      animation: load 1s linear infinite;
    }
    .boardbox:nth-of-type(1) {
      position: absolute;
      top: 2.5%;
      left: 2.5%;
    }
    .boardbox:nth-of-type(2) {
      position: absolute;
      top: 2.5%;
      right: 2.5%;
      animation-delay: -0.25s;
    }
    .boardbox:nth-of-type(3) {
      position: absolute;
      bottom: 2.5%;
      right: 2.5%;
      animation-delay: -0.5s;
    }
    .boardbox:nth-of-type(4) {
      position: absolute;
      bottom: 2.5%;
      left: 2.5%;
      animation-delay: -0.75s;
    }
    
    @keyframes load {
      0% {
        opacity: 0;
      }
      30% {
        opacity: 0;
      }
      90% {
        opacity: 1;
      }
      100% {
        opacity: 0;
      }
    }
    
#mainpreloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 9999999;
    height: 100%;
    width: 100%;
}


#mainloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    background-color: #fdc501;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    -moz-animation: sk-rotateplane 1.2s infinite ease-in-out;
    -o-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}


@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
        transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
        transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
        transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }

}

@keyframes sk-rotateplane {
    0% {
        -moz-transform: perspective(120px) rotateX(0) rotateY(0);
        -ms-transform: perspective(120px) rotateX(0) rotateY(0);
        -o-transform: perspective(120px) rotateX(0) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0);
    }

    50% {
        -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -ms-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -ms-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }

}

.topheader
{
    position: fixed;
    height: 100px;
    /* box-shadow: 0 1px 3px rgba(0,0,0,.11); */
    box-shadow: 1px 0 3px red;

    background: white;
    width: 100%;
    top: 0;
    overflow: hidden;
    z-index: 100;
}

.call-us
{
    margin-top: 20px;
}

.clr
{
    clear: both;
}
 
.checkul
{
  list-style-image: url("../images/check.png");
  /* list-style-position: outside; */
}
.mainslideroverlay
{
    /* background-color: rgba(125,125,125,0.35); */
    background-color: rgba(255,255,255,0.35);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
    z-index:10;
    /* visibility: collapse; */
}
.primary
{ margin-top: 0 !important;
}
#mainNav
{
    margin-top: 70px;
    transition: all 0.2s;
}
/* .topbar
{
   background: #34abb1 !important;
   padding-left: 0;
   border-radius: 2px;
} */
.mainNavfixed
{
    margin-top: 0 !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background: white !important;
}


.bline
{
    border-bottom:solid 1px #edeff1;
    vertical-align: middle;
}
.icontd
{
    vertical-align: top;
    width: 100px;
    text-align: left;
}

.icontd img
{
    width: 60px;
}

.lined {
    margin-bottom: 15px;
    border-bottom: 1px dotted rgba(0,0,0,0.3);
    
}

.lined h2 {
    color: #333;
    margin: 0;
    font-size: 24px;
    font-family: "Dosis",sans-serif;
    font-size: bold;
}


.lined1
{
    /* background: url("../images/icon1.jpg") no-repeat left center; */
    float: left;
}
.lined span {
    
    /* font-size: medium; */
}
.bolded-line {
    display: block;
    margin-bottom: -1px;
    margin-top: 15px;
    width: 30px;
    height: 1px;
    background-color: rgba(0,0,0,0.5);
}


.toplogo
{
    background: url(../images/logo.jpg) no-repeat 5px 5px white;
    height: 55px;
    padding-left: 22px;
    color: #222 !important;
    /* margin-top: 5px; */
    font-family: "open sans";
    background-size: 32px;
    padding-left: 40px;
    font-weight: bold;
    font-style: initial;
    padding-top: 10px;
}

.toplogo span
{
    font-weight: 100;
    font-size: 12px;
    position: absolute;
    bottom: -5px;
    left: 30px;
    text-transform: uppercase;
}

.lb1
{
    margin-left: 5px;
}

.lb2
{
    margin-left: 25px;
    margin-top: -5px;
  
}
.twocolumns
{
  padding-left: 0;  
    columns: 2;

font-style: italic;
font-size: 13px;
}

.twocolumns li
{

background: url('../images/check.png') no-repeat left center;
padding-left: 30px;
}


/* 
.Pubcontainer
{
  text-transform: uppercase;
  max-width: 420px;
  color : rgba(0, 0, 0, 0.2);
  font-family: "Open Sans" !important;
  position: absolute; 
  z-index: 50;
  left: 100px;
  
  top: 220px;
} */

.WelcomeQuickLink
{
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
    height: 70px;
    color : white;
    width: 46%;
    cursor: pointer;
}
.WelcomeQuickLink1
{
    background: #00a3c8;
}

.WelcomeQuickLink2
{
    float: right;
    background: #ff2700;
}
.WelcomeQuickLink img
{
    float: left;
    height: 55px;
    margin-left: 10px;
    margin-top: 7px;
}
.WelcomeQuickLink h4
{
    font-family:Montserrat, Arial, sans-serif;
    font-size:12px !important;
    font-weight:600;
    line-height: 18px;
    color: white !important;
    float: left;
    margin-left: 10px;
}

.WelcomeQuickLink p
{
    font-family:Montserrat, Arial, sans-serif;
    font-size:12px !important;
    font-weight:400;
    line-height: 18px;
    color: rgb(34,34,34);
    margin-left: 50px;
    text-transform: lowercase;
}


.Welcome
{
 position: absolute; 
 z-index: 50;
 left: 0;top:100px;
}

.Welcomecontainer
{
  text-transform: uppercase;
  /* max-width: 420px; */
  width: 460px;
  color : white;
  
  position: absolute; 
  z-index: 50;
  left: 100px;
  top: 200px;
}
.qsncontainer
{
    color: white;
    width: 100%;
    height: 200px;
    overflow: hidden;
background: url('../images/qsnbg.jpg') no-repeat ;
background-size: cover;
 
}
.qsnicon
{
    
    border-radius: 50%;
    width: 160px;
    height: 160px;
    overflow: hidden;
    background: url('../images/qsnicon.jpg') no-repeat;
    background-size: cover;
}
.qsncontainer p
{
margin-left: 20px;
background: url('../images/qsnquote.png') no-repeat left top;
padding-top: 30px;
background-size: 30px;
}

.mainbottomcontainer
{
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 120px;
    /* color: red !important; */
    overflow: hidden;
    width: 100%;
    z-index: 30;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.Welcomecontainer h1
{
  font-size: 30px ;
 
  /* font-family: 'Aref Ruqaa', serif !important; */
  
  color:white;
}
/* issam */
.Welcomecontainer h2
{
	font-size: 22px;
    line-height: 8px;
    font-weight: 900;
 
    color : white;
}

.Welcomecontainer .h2container {
 
   
  
   
    margin: 0;  
    background : rgba(0, 0, 0, 0.5);
    
    padding: 10px;
    margin-bottom: 10px;
    /* width: auto; */
}
.Welcomecontainer p
{
    /* font-family: "DroidKufi-Regular"; */
    /* issam */
}




.horaires
 {
     color : #2a93c9;
     font-family: 'Lato', sans-serif;
     font-size: 14px;
     font-weight: 700;
 }
.ibc
{
    padding: 15px;
    padding-top: 10px !important;
    height: 150px !important;
}
.mainbottomcontainerspar
{
    border-left: 1px solid rgba(0,0,0,0.15);
    border-right: 1px solid rgba(255,255,255,0.15);
    height: 40px;width: 2px;overflow: hidden;
    right: 0;top:15px;position: absolute;
}

.mainbottomcontainer1
{
    
    height: 120px;
    overflow: hidden;
    /* padding-right: 0; 
    padding-left:0; */
   
    position: relative;

    background: url(../images/g0.png) no-repeat right center;
    background-size: 140px;
}
.mainbottomcontainer1 p
{
    
    
    font-size: 14px !important;
    font-style: normal !important;
    max-width: 90%;
}

.mainbottomcontainer2
{
    
    /* font-size: 13px !important; */
    font-style: normal !important;
    height: 150px;
    overflow: hidden;

    text-align: left;
    background: url(../images/g1.png) no-repeat right center;
    background-size: 140px;
}
.mainbottomcontainer3
{
    
    
    font-style: normal !important;
    height: 90px;
    overflow: hidden;
  
    background: url(../images/g2.png) no-repeat right center;
    background-size: 140px;

}

.mainbottomcontainerphone
{
    font-size: 20px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-align: center !important;
    color: #00D;
font-family: Lato, sans-serif;
font-size: 36px;
}

.mainadress
{
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 14px;
    color: #777;
}
.innerbottomcontainer2
{
    background: white;
    height: 105px;
    width: 100%;
    overflow: hidden;
    padding-right: 0; 
    padding-left:0;
    /* position: relative; */
    
}

.bx-wrapper
{
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}

.bxslider li
{
    margin-right: 10px;
}

.mainpresentation
{
    padding-left: 40px;padding-right: 40px;
    padding-top: 20px;
    text-align: center;
}

.SOC
{
    margin-top: 15px;
    padding-left: 20px;
   font-weight: bold;
   border-left: 4px solid #f7c51c;
   /* color: #f7c51c; */
   max-width: 140px;
}
.mainquote
{
    text-align: center;
    padding-top: 15px;
    font-style: italic;
}

.quote
{
    /* text-transform : uppercase;
    color : rgba(255,255,255,0.5);
    font-size : 14px;
    font-family: 'Oswald', sans-serif;
    background : url('../images/quote.png') no-repeat #305088;
    background-size : 80px;
    background-position : 20px -5px;
    
    padding : 20px;
    width : 100%;
    padding-left : 110px;
    border-radius : 5px; */

    margin-top: 15px;
    padding-left: 20px;
    font-weight: bold;
    border-left: 4px solid #f7c51c;
    
    
    font-size: 20px;
    
}

.gmap
{
    width: 100%;height: 100%;overflow: hidden;background: #E3CDCD;
    position: absolute;z-index: 0;
}

.topcontactinfo
{
    padding-top: 10px;
    height: 120px;
    width: 100%;overflow: hidden;
    position: absolute;top: 5px;left: 0;

}

.topcontactinfo p
{
    margin-bottom: 5px;
    max-width: 75%;
    font-style: normal;
    font-size: 13px;
    float: left;
}

.contactformcontainer
{
    position: absolute;z-index: 1;
    width: 400px !important;
    background: white;
    padding: 10px;
    right: 20px;
    height: 500px;
}
.Resptitle
{
    
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase; 
    margin-bottom: 15px;
    margin-top: 10px;
    padding-left: 35px;
    margin-bottom: 0;margin-top: 50px;  
}

.Resptitle span
{
    color : #00a3c8;
}
 
.innertitle
{
  color : #00a3c8;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase; 
  margin-bottom: 15px;
  margin-top: 10px;
  padding-left: 35px;
}

.missioninnertitle
{
  background: url('../images/mission.png') no-repeat left center;
  background-size: 24px;
}

.visioninnertitle
{
  background: url('../images/vision.png') no-repeat left center;
}
 
.valeursinnertitle
{
  background: url('../images/valeurs.png') no-repeat left center;
}
  /* .block { width:293px; height:170px; float:left; margin:0 40px 0 0; } */
  .block { width:300px; height:250px; float:left;transform: scale(0.85);}
  /* .last { margin-right:0; } */
  
  /*---------------
  ZOOM DEFAULT
  ---------------*/
  
  .zoom { 
      /* width:293px; 
      height:170px;
       */
      width:300px; 
      height:200px; 
      display:block; 
      position:relative; 
      overflow:hidden; 
      border:1px solid #ddd; 
      background:#fff url(../images/loader.gif) no-repeat center;
  }
  
      .zoom img { display:none }
  
          .zoomOverlay {
              position:absolute;
              top:0; left:0;
              bottom:0; right:0;
              display:none;
              background-image:url(../images/zoom.png);
              background-repeat:no-repeat;
              background-position:center;
          }
  
       
.qsndeptheader
{
  width: 100%;
  height: 49px;
  overflow: hidden;
  position: relative;
  /* margin-top: 30px */
}
.qsndeptbar
{
position: absolute;
width: 100%;
height: 1px;
background: #b0ccc6;
z-index: 0;
margin-top: 25px;
}

.qsndepticon
{
  background-size: 45px;
  width: 100%;
  height: 49px;
  overflow: hidden;
  position: absolute;
  background: url("../images/cons.png") center center no-repeat;
  z-index: 1;
  background-size: 45px;
}
   
.doctorpanel
{
  float : left;
  opacity: 0.1;
  transform:  scale(0.9);
  transition:  all 0.3s;
  margin-top: 45px;
}
.doctorpanelselected
{
  opacity: 1;
  transform: 1;
}

/* 
.consultationinner
{
  margin-left: 100px;margin-right: 100px;
  background : rgb(247, 247, 247);
  border-left: 2px solid rgb(0, 163, 200);
  min-height: 100px;
  padding-left: 20px;
 
}

.innerconsrdvbtn
{
  color: #fff;
  background-color: #00a3c8;
  border-color: #00a3c8;
  padding: 5px 10px;
  border-radius: 3px;
  margin-right: 25px;
  margin-top: -60px;
  cursor: pointer;
  border: none !important;
} */

.chefprofile
{
  text-align: center;  
   margin-top: -50px;
}

.chefprofile img
{
   width: 180px;  
     
   margin-top: 10px;
}
.chefprofile h2
{
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 10px;
  
  
}

.chefprofile span
{
  font-size: 12px;
  font-style: italic; 
}
.consultationshours
{
  padding: 15px;
  width: 100%;
   
   border: 7px solid #eeeeee;
}

.ch-title
{
  /* color: white; */
  text-align: left;
  height: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  width: 100%;
  
  /* border-bottom: 1px solid #21c2f8; */
  
}
 
.ch-item 
{
  height: 35px;
  font-size: 13px;
  margin-top: 2px;
  padding-top: 5px;
}


.ch-first
{
 /* border-bottom: 1px solid rgba(255,255,255,0.5); */
 border-top: 1px dashed #839290;
}

.ch-last
{
 /* border-bottom: 1px solid rgba(255,255,255,0.5); */
 border-bottom: 1px dashed #839290;
}

.ch-item td:last-of-type
{
  text-align: right;
}


.servicecontainer
{
  margin-top: 30px;
  margin-bottom: 30px;
}

.faqcontainer
{
  background: url('../images/faqbg.jpg') no-repeat left top;
  
}
.faqsection
{
   /* padding-left: 50px; */
}
.faqtitleicon
{
  color: #00a3c8;
  margin-top: 50px;
  margin-bottom: 10px;
  
  font-size: 18px;
}


/* =Structure
-------------------------------------------------------------- */
p {
  margin-bottom: 30px; }
  p:last-child {
    margin-bottom: 0; }

/* =Blockquote
-------------------------------------------------------------- */

.qsnquote {
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
position: relative;

  background:url(../images/qsnminibg.jpg) no-repeat;
  background-size: cover;
  /*
  background-size: 80px;
  background-position: 20px -5px; */
 
  padding: 20px;
  float: left;
  padding-left: 110px;
  border-radius: 5px;
  width: 450px;
  margin-top: 75px;
}

 
.qsnquote:after {
    content: "";
    width: 60px;
    height: 60px;
    background:url("../images/quote2.png") no-repeat ;
    top: -5px;
    left: 20px;
    position: absolute;
    display: inline-block;
}


blockquote {
  /* color: #505050; */
  color: rgb(89, 202, 202);
  font-family: "Ubuntu", sans-serif;
  position: relative;
  margin: 0;
  padding: 30px 120px;
  text-align: left;
  font-size: 17px; 
  border-left: 5px solid #f0f0f0;
}
  blockquote:before, blockquote:after {
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 90px;
    line-height: 1; }
  blockquote:before {
    top: 0;
    left: 30px;
    content: "\201C"; }
  blockquote:after {
    bottom: 0;
    right: 30px;
    content: "\201D"; }


    .innerquote
    {
      max-width: 300px;
    }
 
  
 
 .splititle
 {
   font-size: 14px;
   margin-left: 0;
   margin-right: 0;
 }
 .pagetitle span
 {
   color : #00a3c8;
 }
 
 /*.pagetitle:after
 {
 content: '';
     width: 40px;
     position: absolute;
     left: 0;
     bottom: 0;
     border-bottom: 2px solid #39c5de;
 }*/
 .innertitle
 {
   color : #00a3c8;
   text-transform: uppercase;
   font-size: 16px;
   font-weight: bold;
   text-transform: uppercase; 
   margin-bottom: 15px;
   margin-top: 10px;
   padding-left: 35px;
 }
 
.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	width:360px;
	height:270px;
  margin-top: 0 !important;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:180px;
	height:100%;
	text-align:center;
}

.ca-item-main{
	/*padding:20px;*/
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#fff;
	overflow:hidden;
	/*-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);*/
}
.ca-icon{
	width:100%;
	height:100%;
	position:relative;
	margin:0 auto;
  background:transparent url(../images/qsn/s2.jpg) no-repeat center center;
  background-size: contain;
}
.ca-item-2 .ca-icon{
	background-image:url(../images/qsn/s1.jpg);
}
.ca-item-3 .ca-icon{
	background-image:url(../images/qsn/s3.jpg);
}
.ca-item-4 .ca-icon{
	background-image:url(../images/qsn/s4.jpg);
}
.ca-item-5 .ca-icon{
	background-image:url(../images/qsn/s5.jpg);
}
.ca-item-6 .ca-icon{
	background-image:url(../images/animal6.png);
}
.ca-item-7 .ca-icon{
	background-image:url(../images/animal7.png);
}
.ca-item-8 .ca-icon{
	background-image:url(../images/animal8.png);
}

.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}
 
 
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(../images/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
  visibility: collapse;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}

#map {
    width: calc(100% - 300px);
    left: 300px;

    position: absolute;
    z-index: 0;
}

.mapoverlay {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 450px;
    
    height: 570px;
    overflow: hidden;
    background-size: cover !important;
    background: url(/images/contactbg2.jpg) left top no-repeat;
}

.contactinfo {
    position: absolute;
    z-index: 2;
    width: 300px;
    padding-top: 75px;
padding-right: 50px;
    overflow: hidden;
    left: 200px;
    background: rgba(255, 255, 255, 0.96);
    
 
font-size: 14px;
top: 0;
}
.homefootertitle {
    color: rgb(0, 163, 200);
   
   
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal !important;
}

.topcoord
{
    height: 50px;
    background-size: 30px !important;
    padding-left: 50px !important;
    font-size: 14px;
}

.topcoord span
{
    color: rgba(68,68,68,.4);
}
.tophome
{
    background : url('../images/HomeBig.png') no-repeat;
    background-position: 155px center;
    font-family: 'open sans';
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding-top: 7px;
    padding-left: 200px !important;
}

.topphone
{
    background : url('../images/topphone.png') no-repeat;
    background-position: 5px center;
    font-family: 'open sans';
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding-top: 7px;
    padding-left: 50px;
}


.topspecialiste
{
     
    background: #8adbd3;
    color: white;
    width: 200px;
    height: 70px;
    top: -10px;
    position: absolute;
    padding-top: 5px;
    -webkit-box-shadow: 0 10px 6px -6px #999;
    -moz-box-shadow: 0 10px 6px -6px #999;
    box-shadow: 0 10px 6px -6px #999;
}

 

.sp1
{
    font-family: 'open sans';
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    text-align: center;
    letter-spacing: 5px;
    font-size: 18px;
}
 
.sp2
{
    text-align: center;
    text-transform: uppercase;
}
.simplecolumns
{
    
    padding-right: 0;
}

.simplecolumns li
{
    background: url(../images/check.png) no-repeat left 5px;
    padding-left: 25px;
}

.LoaderPanel
{
    background: white;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 200;
}

.inner-tabheader-container
{
    float: left;
    width: 200px;

}
.inner-tabheader
{
  min-width: 160px;
  min-height: 35px;
  padding : 10px;
  cursor : pointer;
  text-transform: uppercase;
  transition : all linear 0.2s;
  font-size: 12px;
}

.ithselected
{
    background : #009a9c;
    color : white;
}

.inner-tab
{
    padding: 20px;
    float: left !important;
    border-left: 3px solid #009a9c;
    width: calc(100% - 200px);
    transition: all linear 0.2s;
    opacity: 1;
    position: relative;
}
.inner-tabhidden
{
    opacity : 0;
}

.servicetabcontent
{
    transition:  all linear 0.1s;
    opacity : 0;   
    /* position: absolute; */
    left: 0;
    top: 0; 
    width: 100%;
    /* padding-right: 15px; */
    padding: 20px;
}
.serviceon
{
   opacity: 1;
}


.done
{
    position : absolute;
    z-index : 50;
     top : calc(50% - 25px);
     left : calc(50% - 200px);
     transition : all 0.2s;
     opacity : 1;

}
  /* .contactcontainer
  {
    margin-top: 20px;
  }       */
.donehid
{
    opacity : 0;
}


.sendmailwait
{
    position : absolute;
    z-index : 50;
     top : calc(50% - 25px);
     left : calc(50% - 25px);
     transition : all 0.2s;
     opacity : 1;

}   
  
.swhidden
{
   opacity : 0;
}   
    .empImage {
        margin: 6px 16px;
        float: left;
        width: 50px;
        height: auto;
    }
    .ename {
        display: block !important;
        opacity: .87;
        font-size: 16px;
        margin-top: 8px;
    }


        #map {
            width: calc(100% - 300px);
            left: 300px;
top:0;
            position: absolute;
            z-index: 0;
        }

        .mapoverlay {
            z-index: 1;
            position: absolute;
            left: 0;
            top: 0;
            width: 450px;
            
            /* height: 570px; */
            overflow: hidden;
            background-size: cover !important;
            background: url('/images/contactbg2.jpg') left top no-repeat;
        }

        .contactinfo {
            position: absolute;
            z-index: 2;
            width: 300px;
            padding-top: 75px;
padding-left: 50px;
font-family: 'exo';
            overflow: hidden;
            left: 200px;
            background: rgba(255, 255, 255, 0.96);
          
    
    font-size: 16px;
        }

        .contactinfobig
        {
            width : 800px;
        }

        .msgpanel
        {
            position: absolute;
            z-index: 3;
            transition : all 0.2s;
            padding: 25px;
            overflow: hidden;
            left: 200px;
            /* width: 405px;  issam */
            width: 350px; 
            height : 100%;
            padding : 15px;
        }

        .msgpanelinner
        {
            transition : all 0.2s;
            background : white;
            position : absolute;
            width : 340px;
            height: calc(100% - 50px);
            padding : 15px;
            top : 0;
            opacity :0;
            z-index : 5;
            border-right : 1px solid #019195;
        }
        
        .msgpanelinneractive
        {
         opacity :1;
        }
        .contcatform
        {
            position : absolute;
            opacity : 0;
            transition : all 0.2s;
            width: calc(100% - 50px);

        }

        .contcatformout
        {
            opacity : 1;
        }
        .msgpanelout
        {
            left : 550px;
        }
        .msgpanelicon
        {
            transition : all 0.2s;
            position : absolute;
            top : 100px;
            right : 10px;
            width : 40px;
            height : 40px;      
            background : url('/images/Message Mail-WF.png') no-repeat #019195;
            background-position : center center; 
            background-size : 18px;
            cursor: pointer;
        }

        #sendmailbtn
        {
            display: inline-block; padding: 12px 23px; margin-bottom: 0;
            color: #fff; background-color: #ec6051;
        }


.pagefooter {
    background: white;
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 50px;
    transition: all linear 0.1s;
}
.pagefooterhidden
{
    opacity: 0;
    visibility: hidden;
}
.rdvbutton
{
    /* background: url('/images/analyses2.png') 10px center no-repeat #EA5924 !important;
    background-size: 45px !important; 
   font-size: 22px !important;
    height: 60px !important;
    text-align: right;
    direction: rtl;*/
    opacity: 0.95;
    width: 149px;
    height: 50px;
    overflow: hidden;
       background: url('/images/patloginfr.png') left top no-repeat  !important;
 
}


.labobutton
{
    opacity: 0.95;
    width: 149px;
    height: 50px;
    overflow: hidden;
       background: url('/images/medloginfr.png') left top no-repeat  !important;
 
}


.animbox
{
    padding-top: 30px;
}


.icon-close
{
    width: 30px !important;
    height: 30px !important;
    overflow: hidden;
    background: url('/images/CloseWF.png') center center no-repeat;
}

.msghidden
{
    visibility: hidden !important;
    opacity: 0;
}
 
 

#paramul{
    width:100%;
}
#paramul li{
   
    float:left;   
    width:25%;
     margin-right:10px;    
     transition: all linear 0.15s;
}

#paramulhidden
{
    height: 0;
    opacity: 0;
}

.alphainnerliGroup
{
    font-weight: Bold;
    color : #ff2700;
    width: 100% !important;
  font-size: 26px;
}


.alphainnerliGroup:not(:first-of-type)
{
    margin-top: 50px;
}
 
.letter {
    float: left;
    height: 30px;
    width: 25px;
    padding: 5px;
    border-left: solid 1px #ececec;
    border-top: solid 1px #ececec;
    border-bottom: solid 1px #ececec;
    text-align: center;
    cursor: pointer;
}
.letterlast {
    border-right: solid 1px #ececec;
}

.alph-searchbar
{
    margin-top: -20px;
    margin-bottom: 10px;
    background: #ececec;
    height: 50px;
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 5px;
 
    /* position: relative; */
    top: 90px;
    left: 0;
    z-index: 200;
}


#paramscroll
{
    margin-top: 60px !important;
}
#paramsearch
{
    border-radius: 15px;
    border: solid 1px #ccc;
    padding: 3px 3px 3px 10px;
}

 
.servtable
{
    width:100%;
}

.servtable ul, .servtable
{
    padding-left : 0 !important;
}

.servtable li
{
  
    text-transform: uppercase;
    min-height: 30px;
    background: url(../images/bullet_red.png) no-repeat -3px -1px !important;
    padding-left: 15px !important;
}
.bld li
{
    font-weight: bold;
}
.antable {
    width: 100%;
}
.linktr {
    border-bottom: solid 1px #ddd;
    height: 75px;
    font-size: 16px;
    font-family: 'Exo', sans-serif;
    font-weight: bold;
}

.actiontd {
   float: right;
}

.nametd {
   
    font-size: 16px;
}


.pdflink {
    width: 30px;
    height: 40px;
    overflow: hidden;
    background: url(../images/pdfdownload.png) no-repeat;
    background-size: cover;
    float: right;
    margin-right: 20px;
}


.mainbutton
{
    width: 190px;
    height: 45px;
    overflow: hidden;
    background: white;
    color: #545454;
    font-family: 'open sans';
    font-weight: bold;
    border: none;
    position: absolute;
    margin-top: 20px;
    text-transform: uppercase;
    padding-left: 75px;
    text-align: left;
    border-radius: 4px;
    font-size: 12px;
    box-shadow: 0 5px 3px -4px #555;
}


.mainpatbutton
{
   
}

.mainmedbutton
{
   right: 0;
}

.rsholder 
{
    position: absolute;
    height: 45px;
    width: 65px;
    top: 0;
    left: 0;    
    overflow: hidden;
}

 
.rsholderpat
{
    background: url('../images/patbuttonbg.png') no-repeat left center;
}


.rsholdermed
{
    background: url('../images/medbuttonbg.png') no-repeat left center;
}

.pad
{
    margin-left: 5px;
}


.logintitle h4 {
    font-size: 16px !important;
    font-weight: bold;
}
.logintitle p {
    margin-top: 40px;
}





.loginwindow
{
    height: 260px;
    width: 240px;
	overflow : hidden;
    background : white;
     
    border-radius : 4px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 4px 12px;
    z-index : 100;
    text-align: center;
}
.mainpagelogincontainer h4
{
	font-size : 14px;
	text-transform : uppercase;
}

.mainpagelogincontainer p
{
	font-size : 12px;
	margin-top : 20px;
}
.logintitle
{
    width: 180px;
    background: url(../images/logo.jpg) no-repeat;
    height: 60px;
    background-size: 30px;
    background-position: left 15px;
    /* padding-left: 20px; */
    padding-top: 20px;
    /* margin-left: 30px; */
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 40px;
}

.logintitle1
{
    color : #0fa2d5 !important;
    width: 200px;
}


.logintitle1 span
{
       color : #0c6c8e !important;

}


.logintitle2
{
	   color : #d9bd90;
}
.logintitle2 span
{
    color : #948055;
}

.logintitle3
{
    color : #c318c9 !important;
	padding-left: 15px !important; 
}


.logintitle3 span
{
       color : #c318c9bb !important;

}


.login__row {
    height: 5rem;
    /*padding-top: 1rem;*/
    padding: 0 !important;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
  }
  .login__icon {
    margin-bottom: -0.4rem;
    margin-right: 0.5rem;
  }
  .login__icon.name path {
    stroke-dasharray: 73.50196075439453;
    stroke-dashoffset: 73.50196075439453;
    -webkit-animation: animatePath 2s 0.5s forwards;
            animation: animatePath 2s 0.5s forwards;
  }
      .login__icon.pass path {
          stroke-dasharray: 92.10662841796875;
          stroke-dashoffset: 92.10662841796875;
          -webkit-animation: animatePath 2s 0.5s forwards;
          -moz-animation: animatePath 2s 0.5s forwards;
          -o-animation: animatePath 2s 0.5s forwards;
          animation: animatePath 2s 0.5s forwards;
      }
  .login__input {
    display: inline-block;
    width: 22rem;
    height: 100%;
    padding-left: 1.5rem;
    font-size: 1.5rem;
    background: transparent;
    color: #0D0C0D;
  }
  .login__submit {
      position: relative;
      width: 60%;
      height: 35px;
      /*margin: 5rem 0 2.2rem;*/
      margin-top: 40px;
      color: rgba(255, 255, 255, 0.8);
      background: #F15a23;
      font-size: 14px;
      border-radius: 2px;
      cursor: pointer;
      overflow: hidden;
      border : none;
      outline : none;
      -moz-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
      -o-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
      -webkit-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
      transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
  }
  
  
      .login__submit:after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          margin-left: -10px;
          margin-top: -10px;
          width: 20px;
          height: 20px;
          border: 2px dotted #fff;
          border-radius: 50%;
          border-left: none;
          border-bottom: none;
          -webkit-animation: rotate 0.5s infinite linear;
          -moz-animation: rotate 0.5s infinite linear;
          -o-animation: rotate 0.5s infinite linear;
          animation: rotate 0.5s infinite linear;
          -webkit-transition: opacity 0.1s 0.4s;
          -moz-transition: opacity 0.1s 0.4s;
          -o-transition: opacity 0.1s 0.4s;
          transition: opacity 0.1s 0.4s;
          opacity: 0;
      }
  .login__submit.processing {
    width: 4rem;
    font-size: 0;
    margin-left: 85px !important;
  }
  .login__submit.processing:after {
    opacity: 1;
  }
      .login__submit.success {
          -webkit-transition: -webkit-transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
          -moz-transition: transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
          -o-transition: transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
          transition: transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
          -webkit-transform: scale(30);
          -ms-transform: scale(30);
          -moz-transform: scale(30);
          -o-transform: scale(30);
          transform: scale(30);
          opacity: 0.9;
      }
          .login__submit.success:after {
              -webkit-transition: opacity 0.1s 0s;
              -moz-transition: opacity 0.1s 0s;
              -o-transition: opacity 0.1s 0s;
              transition: opacity 0.1s 0s;
              opacity: 0;
          }
  
  
  .ripple {
    position: absolute;
    /*width: 15rem;
    height: 15rem;
    margin-left: -7.5rem;
    margin-top: -7.5rem*/;
  
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
  
    background: rgba(0, 0, 0, 0.4);
    
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-animation: animRipple 0.4s;
            animation: animRipple 0.4s;
    border-radius: 50%;
  }
  
  @-webkit-keyframes animRipple {
    to {
      -webkit-transform: scale(3.5);
              transform: scale(3.5);
      opacity: 0;
    }
  }
  
  @keyframes animRipple {
    to {
      -webkit-transform: scale(3.5);
              transform: scale(3.5);
      opacity: 0;
    }
  }
  @-webkit-keyframes rotate {
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes rotate {
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @-webkit-keyframes animatePath {
    to {
      stroke-dashoffset: 0;
    }
  }
  @keyframes animatePath {
    to {
      stroke-dashoffset: 0;
    }
  }
  
  
  
  
  
  
  
  
  
  
  
  /* -- Input styles ---------------------------------- */
  .form-group {
    position: relative;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    
    width : 80%;
    margin-left : 25px;
    
  }
  .input-group {
    position: relative;
  }
  .form-control {
    display: block;
    height: 36px;
    width: 100%; 
    border: none;
    border-radius: 0 !important;
  
    font-size: 12px;
    font-weight: 300;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #eee;
  }
  .input-group .form-control {
    position: relative;
    z-index: inherit;
    float: inherit;
    width: 100%;
    margin-bottom: 0;
  }
  .form-control:focus {
    border-color: #999;
    outline: none;
    box-shadow: none;
  }
  
  /* -- label styles ---------------------------------- */
  label {
    position: absolute;
    top: -18px;
    color: #999;
    font-size: 12px;
    font-weight: 300;
    
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }
  
  .form-horizontal .control-label {
    position: relative;
    top: 0;
    margin-bottom: 0;
  }
  
  @media (min-width: 768px) {
    .form-horizontal .control-label {
      font-size: 16px;
    }
  }
    
  
  
  
  
  .float-label {
    left: 10px;
    top: 9px;
    font-size: 12px;
    pointer-events: none;
  }
  
  /* active state */
  .form-control:focus ~ .float-label, .form-control:valid ~ .float-label {
    top: -18px;
    font-size: 12px;
  }
  
  
  /* input colors ---- */
  // default
  .form-control:focus {
    ~ label {
      color: #03a9f4;
    }
    
    ~ .form-bar:before, ~ .form-bar:after {
      background: #03a9f4;
    }
  }
  
  
  
  
  .form-control:valid ~ .control-label {
  
  }
  
  /* help-block */
  .form-group .help-block {
    position: absolute;
  }
  
  .help-block {
    color: #bdbdbd; // caption
    font-size: 12px;
    font-weight: 300;
  }
  
  /* input addon ---*/
  .input-group-addon {
    border: none;
    background: transparent;
  }
  
  /* ------  inline ----*/
  .input-group-addon, .form-inline .input-group {
    display: table-cell;
  }
  
  .input-group-addon, .input-group-btn {
    width: inherit;
  }
  
  .input-group {
    width: 100%;
  }
  
  @media (min-width: 768px) {
    .form-inline .form-group {
      margin-top: 16px;
    }
    
    .input-group-btn, .input-group .form-control, .input-group-addon, .form-inline .input-group {
      display: inline-block;
    }
    
    .input-group {
      width: auto;
    }
  }
  
  /* -- bar styles -------------------------------------- */
  .form-bar {
    position: relative;
    display: block;
    width: 100%;
  }
  .form-bar:before, .form-bar:after 	{
    content: '';
    height: 1px;
    width: 0;
    bottom: 0;
    position: absolute;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
  }
  .form-bar:before {
    left: 50%;
  }
  .form-bar:after {
    right: 50%;
  }
  
  /* active state */
  .form-control:focus ~ .form-bar:before, .form-control:focus ~ .form-bar:after {
    width: 50%;
  }
  
  /* -- highlighter styles ------------------------------ */
  .form-highlight {
    position: absolute;
    height: 60%;
    width: 60px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.4;
  }
  
  /* active state */
  .form-control:focus ~ .form-highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
  }
  
  /* -- highlighter animation --------------------------- */
  @-webkit-keyframes inputHighlighter {
    from { background:#5264AE; }
    to { width:0; background:transparent; }
  }
  @-moz-keyframes inputHighlighter {
    from { background:#5264AE; }
    to { width:0; background:transparent; }
  }
  @keyframes inputHighlighter {
    from { background:#5264AE; }
    to { width:0; background:transparent; }
  }
  


  .loginwait
{
    opacity: 0;
    visibility: collapse;
    transition: all linear 0.2s;
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    height: 130px;
    overflow: hidden;
    background: white;
    z-index: 500;
}

.wait
{
    position: absolute;
	top: 50%;
    left: 50%;
    color: red;
	-webkit-transform: translate3d(-50%, -50%, 0);
			transform: translate3d(-50%, -50%, 0);
	z-index: 501;
	text-align: center;
	 
}
.loginwaitvisible
{
    opacity: 1;
    visibility: visible;
}

/******************************************************/
 /*                    media queries                   */    
 /******************************************************/
 @media only screen and (max-width: 600px) {
.mapoverlay, .section-title, .horairesmobile
{
    display: none;
}
#map
{
    position: unset;
    width: 100% !important;
    left: 0 !important; 
}
.animbox
{
    padding-top: 0;
}
.contactinfo
{
    padding-top: 0;
    padding-left: 0;
    width: calc(100% - 40px) !important;
    position: absolute !important;
    right: 0;
    top: 0;
    height: 100px !important;
}

.contactinfo p
{
    max-width: 200px;
    font-size: 12px;
}
    .wrap
    {
        opacity: 0.1;
    }
#cssmenu
{
    left : 0;
}

#cssmenu ul
{
    background: white;
}
    .section-title
    {
        font-size: 24px;
    }
    .mainbutton
    {
        position: relative;
    }
 /* .msgbanner, .Welcomecontainer */
 .topbar, .serveur
  {
      display: none;
      z-index: 0;
      
  }  
  
.actiontd {
    float: left;
 }
     .msgbanner
     {
         position: fixed;
         top: 0;
         z-index: 100;
         display :none;
     }
    }

