.TitreRubrique {
  color: #ffffff;
  /* font-weight: bold; */
  font-family: "Montserrat", sans-serif;
  /* margin-top: 10px; */
  cursor: pointer;
  /* border: 2px solid #000; */
  margin-bottom: 5px;
  padding: 8px;
  background-color: rgba(42, 42, 42, 0.5); /*background: #2a2a2a;*/
  text-align: center;
}

input[type="text"],
input[type="email"],
textarea,
select {
  color: #555;
  height: 30px;
  line-height: 15px;
  width: 90%;
  padding: 5px 5px 5px 5px;
  margin-top: 10px;
  border: 1px solid #e5e5e5;
  background: #fbfbfb;
  outline: 0;
  -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
  box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
  font: normal 14px/14px Arial, Helvetica, sans-serif;
  margin-left: 10px;
}

textarea {
  height: 100px;
  padding-top: 10px;
}
select {
  background: url("down-arrow.png") no-repeat right,
    -moz-linear-gradient(top, #fbfbfb 0%, #e9e9e9 100%);
  background: url("down-arrow.png") no-repeat right,
    -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #e9e9e9));
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  width: 100%;
  height: 30px;
}

input {
  color: #555;
  height: 30px;
  line-height: 15px;
  width: 100px;
  padding: 5px 5px 5px 5px;
  margin-top: 10px;
  border: 1px solid #e5e5e5;
  background: #fbfbfb;
  outline: 0;
  -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
  box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
  font: normal 14px/14px Arial, Helvetica, sans-serif;
  margin-left: 10px;
}

/*Awesome Fonts*/
i.fa-bars {
  font-size: 25px;
  color: #ffffff;
}

i.fa-server {
  font-size: 25px;
  color: #fff;
}

i.fa-share-alt {
  font-size: 25px;
  color: #fff;
}
i.fa-download {
  font-size: 25px;
  color: #ef2899;
}
i.fa-link {
  font-size: 25px;
  color: #ffffff;
}
i.fa-cog {
  font-size: 25px;
  color: #fff;
}

i.fa-envelope-o {
  font-size: 25px;
  color: #fff;
}

i.fa-times-circle {
  font-size: 25px;
  padding: 5px;
  margin-top: 1px;
  color: #fff;
}

i.fa-twitter {
  font-size: 35px;
  color: #fff;
  padding-left: 30px;
  padding-right: 0px;
}

i.fa-facebook {
  font-size: 35px;
  color: #fff;
  padding-left: 30px;
  padding-right: 0px;
}

i.fa-google-plus {
  font-size: 35px;
  color: #fff;
  padding-left: 30px;
  padding-right: 0px;
}

i.fa-linkedin-square {
  font-size: 35px;
  color: #fff;
  padding-left: 30px;
  padding-right: 0px;
}

/*Fin Awesome Fonts*/

#headbar .burger {
  cursor: pointer;
  width: 54px;
  height: 37px;
  /*background-image: url('menu_general.png');*/
  border: 0px solid #1787ba;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  /* background-color: white; */
  /* outline: 1px solid #ffffff; */
  margin: 1px;
  display: inline-block;
  float: left;
  margin-left: 0px;

  visibility: hidden;
}

#headbar .functionality_holder {
  display: none;
}

#paneling {
  width: 60px;
  /*height: 100%;*/
  left: 0px;
  top: 0;
  transition: left 0.5s;
  height: 40% !important;
  margin-top: 115px;
}
#paneling.active {
  left: 0px;
  top: 0;
}

#paneling .panel_functionality {
  width: 55px;
  float: left;
  top: 20px;
}

#paneling .panel_functionality .panel_functionality_holder {
  transform: none;
}

#paneling .panel_functionality .functionality {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  /*border: 2px solid #bbd100;*/
  margin-bottom: 10px;
  cursor: pointer;
  color: transparent;
  font-size: 1px;
  /* 	background-image: url('menu_general.png'); */
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px;
}

#paneling .panel_functionality .functionality.chapitres {
  /*background-image: url('menu_chapitres.png');*/
}
#paneling .panel_functionality .functionality.reseauxsociaux {
  /*background-image: url('menu_partager.png');*/
}

#paneling .panel_functionality .functionality.documents {
  /*background-image: url('menu_documents.png');*/
}
#paneling .panel_functionality .functionality.options {
  /*background-image: url('menu_options.png');*/
}

#paneling .panel_functionality .functionality.active {
  margin-bottom: 10px;
}

#paneling .panel {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  height: 100%;
}

#paneling #panel_holder {
  /*width: 300px;
    height:100%;
    height: auto;
    position: relative;
    top: 60px;
    left:250px;*/

  width: 0px;
  height: 100%;
  position: relative;
  /*top: -25px;*/
  left: 180px;
  background-color: rgba(5, 5, 5, 0.5);
  top: -75px;
}

#paneling.active #panel_holder {
  width: 250px;
}

#paneling #panel_holder .chapitres .chapitre {
  /* width: auto; */
  width: 85%;
  margin-right: 10px;
  margin-left: 5px;
  /*height: 20px;*/
}

#paneling #panel_holder .chapitres .chapitre .image {
  display: none;
}

#paneling #panel_holder .chapitres .chapitre .contenu {
  /*height: 54px;*/
}
#paneling #panel_holder .options .column {
  width: 100%;
}

#paneling #panel_holder .options .column .row .control {
  width: 20%;
}

#paneling #panel_holder .options .column .row .legend {
  width: 76%;
  color: #fff;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 14px;
}

#paneling .panel_close {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("left.png");
  display: none;
}
#paneling .panel_close1 {
  height: 100%;
  width: 40px;
  position: absolute;
  top: calc(100% - 100px);
  right: 0;
  background-image: url("bas.png");
  background-repeat: no-repeat;
}

#paneling .panel.chapitres {
  width: auto;
  height: 100%;
}

#panel_holder .rubrique .titre {
  color: #ffffff;
  /* font-weight: bold; */
  font-family: "Montserrat", sans-serif;
  /* margin-top: 10px; */
  cursor: pointer;
  /* border: 2px solid #000; */
  margin-bottom: 5px;
  padding: 8px;
  background-color: rgba(42, 42, 42, 0.5); /*background: #2a2a2a;*/
  text-align: center;
}

/************** DEPUIS APP.CSS ********************/

#paneling {
  position: absolute;
  top: 0px;
  width: 55px;
  height: 100%;
  background-color: #6dbcce;
  /* background: rgba(255,114,0, 1);*/
  /* border-bottom: 1px solid #ffffff; */
  z-index: 9500;
  transition: top 0.5s;
}

#paneling .panel.chapitres .chapitre {
  background: rgba(0, 0, 0, 0); /*background: ##353535;*/
  /*color:#22334455;*/
  color: #006d52;
  /*border: 2px solid white;*/
}

#paneling .panel.chapitres .chapitre.active {
  background: rgba(0, 0, 0, 0); /*background: #393738;*/
  color: #006d52;
  /*color:#fe7201;*/
  /*border: 2px solid white;*/
}

#paneling .panel.chapitres .chapitre {
  cursor: pointer;
  /* border: 2px solid #000; */
  margin-bottom: 5px;
  padding: 8px;
  /*background: rgba(20, 20, 186, 0.5);*/
}
#panel_holder .chapitres .chapitre {
  display: inline-block;
  width: 300px;
  /* height: calc(100% - 10px); */
  /* border: 1px solid #ffffff; */
  margin-right: 30px;
}

#paneling .panel_functionality .functionality.active {
  /* color: #ffffff; */
  /* text-transform: uppercase; */
  border: 2px solid #428fa1;
  /* padding: 9px 11px; */
  /* margin: 0 5px; */
  background-color: #428fa1;
}

.control {
  width: 262px;
  display: block;
  text-align: right;
  top: calc(100% - 212px);
  right: 19px;
  position: absolute;
}

.switch_bitonio {
  position: absolute;
  width: 16px;
  height: 16px;
  background: black;
  border-radius: 15px;
  left: 2px;
  top: 2px;
  transition: left 0.5s;
}

.switch_holder {
  width: 38px;
  height: 20px;
  background-color: #6dbcce;
  border-radius: 15px;
  display: inline-block;
}

.switch_bitonio.active {
  left: 20px;
  /* background-color: #2d2d2d; */
  background-color: #fff;
}

#headbar {
  background: #2d2d2d;
  position: fixed;
  top: 0;
  height: 50px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  z-index: 9999;
}

#headbar .titre {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  float: left;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  margin-top: 12px;
  margin-left: 0;
}

.providerLogo2 {
  cursor: pointer;
  /*background-image: url(img_trophees_assurances/logo_cegedim.png);*/
  /*background-size: contain;*/
  position: absolute;
  top: 0px;
  width: 169px;
  height: 39px;
  background-repeat: no-repeat;
  background-position: 93%;
  background-color: #2d2d2d;
  /*left: calc(95% - 100px);*/
  right: 150px;
}

a span {
  position: absolute;
  margin-top: 0px;
  margin-left: -20px;
  color: #116084;
  background: rgba(255, 255, 255, 0.9);
  padding: 4px;
  border-radius: 4px;
  box-shadow: 2px 2px 2px 2px rgba(131, 141, 287, 0.1);
  transform: scale(0) rotate(-12deg);
  transition: all 0.25s;
  opacity: 0;
  font-size: 8px;
  z-index: 1;
}

#panel_holder .chapitres .chapitre .titre,
#panel_holder .documents .document .titre {
  color: #ffffff;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  /* margin-top: 10px; */
  background: rgba(0, 0, 0, 0);
  font-size: 14px;
}

#panel_holder .chapitres .chapitre.active .titre {
  color: #fe7201;
  background: rgba(0, 0, 0, 0);
  /* margin-top: 10px; */
}

#paneling .panel.chapitres .chapitre:hover {
  background: rgba(0, 0, 0, 0); /*background: #474747;*/
}

#paneling .panel.chapitres .chapitre {
  cursor: pointer;
  /* border: 2px solid #000; */
  margin-bottom: 5px;
  padding: 3px;
  background: rgba(0, 0, 0, 0); /*background: #383838;*/
}

#panel_holder .chapitres .chapitre .contenu {
  color: #fff;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 14px;
  margin-top: 0px;
  /* height: 105px; */
  overflow: hidden;
}

#panel_holder .documents .document .downloadLinkHolder a {
  color: #009697;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  font-size: 14px;
}

.windowed {
  position: absolute;
  bottom: 40px;
  right: 20px;
  width: 260px;
  height: 146px;
  border: 1px solid #123456;
  outline: 1px solid #654321;
  /* padding: 2px; */
  z-index: 9000;
  transition: width 1s, height 1s, top 1s, right 1s, bottom 1s, left 1s;
  display: none;
}

/*Liens et documents depuis app*/
#panel_holder .documents .document {
  background: rgba(17, 93, 132, 0); /*background-color: #116084;*/
  margin-bottom: -20px;
  padding: 10px;
}

/***********************************MEDIAS********************************/
@media (max-width: 768px) {
}

.slide.active {
  display: block;
  height: auto;
}

.slide {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  display: none;
  max-width: 100%;
  height: auto;
}

/*   le menu est toujours la */
#paneling .panel_close1 {
  display: none;
}

/**********medias depuis app***************/

@media (max-width: 479px) {
  #headbar .titre {
    font-size: 10px;
    margin-left: 30px;
    width: 200px;
  }

  #searchinput {
    display: none;
  }

  .providerLogo {
    /*display:none;*/
  }

  #paneling .panel_close1 {
    display: none;
  }

  .logo-mobile {
    border: 0px solid #1787ba;
    margin-top: -19px;
  }

  .logopicto {
    background-image: url(logo.jpg);
    float: right;
    width: 25px;
    height: 25px;
    margin-top: 0px;
  }

  a span {
    position: absolute;
    margin-top: -16px;
    margin-left: -38px;
    color: #116084;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px;
    border-radius: 6px;
    box-shadow: 2px 2px 2px 2px rgba(131, 141, 287, 0.1);
    transform: scale(0) rotate(-12deg);
    transition: all 0.25s;
    opacity: 0;
    font-size: 8px;
    z-index: 1;
  }

  a:hover span,
  a:focus span {
    transform: scale(1) rotate(0);
    opacity: 1;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  #headbar .titre {
    font-size: 14px;
    margin-left: -30px;
    width: 500px;
  }

  .providerLogo2 {
    left: calc(80% - 100px);
  }

  #searchinput {
    display: none;
  }

  .providerLogo {
    /*display:none;*/
  }

  #paneling .panel_close1 {
    display: none;
  }

  .logo-mobile {
    border: 0px solid #1787ba;
    margin-top: -19px;
  }

  .logopicto {
    background-image: url(logo.jpg);
    float: right;
    width: 25px;
    height: 25px;
    margin-top: 5px;
  }

  #paneling .panel_functionality {
    left: 40%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  #headbar .titre {
    font-size: 13px;
    margin-left: 30px;
    width: 600px;
    margin-top: 17px;
  }

  #searchinput {
    display: none;
  }

  .providerLogo {
    /*display:none;   */
  }

  #paneling .panel_close1 {
    display: none;
  }

  .logo-mobile {
    border: 0px solid #1787ba;
    margin-top: -19px;
  }

  .logopicto {
    background-image: url(logo.jpg);
    float: right;
    width: 25px;
    height: 25px;
    margin-top: 2px;
  }

  a span {
    position: absolute;
    margin-top: -7px;
    margin-left: -19px;
    color: #116084;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px;
    border-radius: 6px;
    box-shadow: 2px 2px 2px 2px rgba(131, 141, 287, 0.1);
    transform: scale(0) rotate(-12deg);
    transition: all 0.25s;
    opacity: 0;
    font-size: 8px;
    z-index: 1;
  }

  a:hover span,
  a:focus span {
    transform: scale(1) rotate(0);
    opacity: 1;
  }
}

/**********Fin medias depuis app***************/
