.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: #ffffff;
}
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: 0;

  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 {
  color: grey;
  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: #78c4d4;
  /* 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 #144f71;
  /* padding: 9px 11px; */
  /* margin: 0 5px; */
  background-color: #144f71;
}

.control {
  width: 262px;
  display: block;
  text-align: right;
  /*top: calc(100% - 227px);*/
  bottom: calc(100% - 90px);
  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: #c50423;
  border-radius: 15px;
  display: inline-block;
}

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

#headbar {
  background: #78c4d4;
  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;
  margin-left: 30px;
  float: left;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  margin-top: 12px;
  margin-left: 0px;
}

.providerLogo2 {
  cursor: pointer;
  background-image: url(img_trophees_assurances/CL.png);
  background-size: contain;
  position: absolute;
  top: 0px;
  width: 169px;
  height: 39px;
  background-repeat: no-repeat;
  background-position: 93%;
  background-color: #78c4d4;
  left: calc(95% - 140px);
}

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);
}

#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: 50px !important;*/
  /*right: 20px !important;*/
  top: 95px;
  right: 20px;

  /*top: 80% !important;*/
  /*left: 82% !important;*/
  width: 260px;
  height: 146px;
  /*border: 1px solid #000000;*/
  /*outline: 1px solid #ffffff;*/
  /* padding: 2px; */
  z-index: 9000;
  /*transition: width .3s, height .3s, top .3s, right .3s, bottom .3s, left .3s;*/
  transition: none !important;
}

.windowed .slide.active {
  margin-top: -1px;
  cursor: move;
}

/*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 (min-width: 1900px) {
  .windowed {
    position: absolute;
    top: 95px;
    right: 20px;
    width: 500px;
    height: 281px;
    /*border: 1px solid #000000;*/
    /*outline: 1px solid #ffffff;*/
    /* padding: 2px; */
    z-index: 9000;
    transition: width 1s, height 1s, top 1s, right 1s, bottom 1s, left 1s;
    /*transition: none !important;*/
  }

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

.control > div:first-child,
.control > div:last-child {
  background-color: #2d2e30;
  color: #fff !important;
  text-shadow: none !important;
  padding: 1% 2%;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.control .switch_holder {
  background-color: #78c4d4;
  border: 1px solid #aaa;
  box-shadow: 0px 0px 3px #444;
}

.control .switch_holder > .switch_bitonio {
  background-color: #000;
}

#slides .goto_next.clickable:hover {
  background-image: url("right_clab.png");
  background-position: 90% 50%;
}
#slides .goto_prev.clickable:hover {
  background-image: url("left_clab.png");
  background-position: 10% 50%;
}

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

.fullscreen .slide.active {
  margin-top: 50px;
  max-height: 95%;
  width: 100%;
}

#video.windowed > .fa-arrows-alt {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateX(-50%);
  cursor: pointer;
}
#video.windowed {
  padding-left: 2%;
}

#slides.windowed > .fa-arrows-alt {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateX(-50%);
  cursor: pointer;
}
/*#slides.windowed{*/
/*padding-left: 2%;*/
/*}*/
/*#slides.windowed .slide{*/
/*width: 92%;*/
/*margin-left: 5%;*/
/*}*/

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

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

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

@media (max-width: 479px) {
  #headbar .titre {
    font-size: 12px;
    margin-left: -41px;
    width: 230px;
  }

  #searchinput {
    display: none;
  }

  .providerLogo2 {
    cursor: pointer;
    background-image: url(img_trophees_assurances/CL.png);
    background-size: contain;
    position: absolute;
    /*top: 15px;*/
    /*width: 120px;*/
    height: 39px;
    background-repeat: no-repeat;
    background-position: 93%;
    background-color: #c50423;
    /*left: calc(95% - 140px);*/
    /*top: 75px;*/
    width: 80px;
    /*left: calc(95% - 70px);*/
    top: -30px;
    left: 0;
  }

  #paneling .panel_close1 {
    display: none;
  }

  #paneling {
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    background-color: #78c4d4;
    z-index: 9500;
    /*height: 50px;*/
    left: 0;
    top: 20px;
    height: 50px !important;
    margin-top: 90px;
  }

  #paneling.active {
    top: 20px !important;
  }
  #paneling .panel_functionality {
    width: 100%;
    float: left;
    top: -35px;
  }

  .control {
    width: 262px;
    display: block;
    text-align: right;
    /*top: calc(100% - 260px);*/
    top: 110px;
    right: 19px;
    position: absolute;
    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;
  }

  .windowed {
    position: absolute;
    top: 160px;
    right: 0px;
    width: 100%;
    height: 146px;
    /*border: 1px solid #000000;*/
    /*outline: 1px solid #ffffff;*/
    /* padding: 2px; */
    z-index: 7000;
    /* transition: width 1s, height 1s, top 1s, right 1s, bottom 1s, left 1s; */
  }

  .fullscreen {
    top: 130px;
  }

  #paneling #panel_holder .chapitres .chapitre {
    width: 95%;
    margin-right: 10px;
    margin-left: 5px;
    /*height: 40px;*/
    z-index: 14996;
    margin-bottom: 20px;
  }

  #paneling #panel_holder {
    height: 350px;
  }

  #paneling .panel.chapitres {
    width: auto;
    height: 350px;
    position: absolute;
    z-index: 16000;
    top: 30px;
    overflow-x: scroll;
  }

  #panel_holder .chapitres .chapitre .titre {
    margin-left: 5px;
  }

  #headbar {
    height: 120px;
  }

  .TitreRubrique {
    margin-top: 10px;
  }
}

/* iPhone Portrait */
/*@media screen and (max-device-width: 480px) and (orientation: portrait) {*/
/*}*/

/*!* iPhone Landscape *!*/
/*@media screen and (max-device-width: 480px) and (orientation: landscape) {*/
/*}*/

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .control {
    display: none;
  }
}
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .control {
    display: none;
  }
}
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .control {
    display: none;
  }
}
/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .control {
    display: none;
  }
}
/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .control {
    display: none;
  }
}
/* ----------- Galaxy S3 ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  .control {
    display: none;
  }
}
/* ----------- Galaxy S4, S5 and Note 3 ----------- */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .control {
    display: none;
  }
}
/* ----------- Galaxy S6 ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .control {
    display: none;
  }
}
/* ----------- Google Pixel ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .control {
    display: none;
  }
}
/* ----------- Google Pixel XL ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .control {
    display: none;
  }
}
/* ----------- HTC One ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .control {
    display: none;
  }
}
/* ----------- Windows Phone ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 480px) and (device-height: 800px) {
  .control {
    display: none;
  }
}
/* 1792x828px at 326ppi - Iphone XR */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .control {
    display: none;
  }
}

/* 2436x1125px at 458ppi - Iphone XS */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .control {
    display: none;
  }
}
/* 2688x1242px at 458ppi - Iphone XS Max*/
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .control {
    display: none;
  }
}

@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***************/

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

.finChapitreBackground {
  position: absolute;
  width: 100%;
  top: 50px;
  height: calc(100% - 50px);
  background: #000000;
  z-index: 9999;
  opacity: 0.7;
  display: none;
}
.finChapitre {
  position: absolute;
  width: 100%;
  top: 50px;
  height: calc(100% - 50px);
  z-index: 9999;

  background: #000000;
  z-index: 9999;
  opacity: 0.7;

  display: none;
}
.finChapitreActionHolder {
  width: 100%;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.finChapitreGoto {
  display: inline-block;
  margin: 30px;
  border: 5px solid #ffffff;
  padding: 35px 35px;
  width: 100px;
  border-radius: 100px;
}
