/* I wanted to center my loader */
#cycle-loader {
  height:32px;
  left:50%;
  margin:-8px 0 0 -8px;
  position:absolute;
  top:50%;
  width:32px;
  z-index:999;
}      
/*I want to avoid jumpiness as the JS loads, so I initially hide my cycle*/
#maximage {
  display:none;/* Only use this if you fade it in again after the images load */
  position:fixed !important;
}
.dimension {
  width: 100%;
  height: 100%; /* POUR FOOTER 95% !important; */
}      
/*Set my gradient above all images*/
#gradient {
  left:0;
  height:100%;
  position:absolute;
  top:0;
  width:100%;
  z-index:999;
}
#logo {
  bottom:30px;
  height:auto;
  left:30px;
  position:absolute;
  width:34%;
  z-index:1000;
}
#logo img {
  width:100%;
}
a {color:#666;text-decoration:none;}
a:hover {text-decoration:underline;}      
.light-text {color:#ddd;text-shadow: 0 1px 0 #666;}
.smaller-text {font-size:30px;}
.youtube-video, video {
  left:0;
  position:absolute;
  top:0;
}

/* DEBUT STYLES ELEMENTS CONTENTS */
.inter-840 p sup{ /** Reglage exposant TM **/
  font-size: 10px;
}
.in-slide-content {
  position:absolute;
  left:0;
  right:0;
  top:10%;
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
  height: 400px;
  color:#444a59;
  font-family:'Open Sans';
  text-align: center;
  font-size:40px;
  font-weight:100;
  padding:20px;
  z-index:1000; /* Show above .gradient */
  /*text-shadow: 0 1px 0 #fff;*/
  -webkit-font-smoothing:antialiased;
  cursor: pointer;
  /*display: none;*/
}
.in-slide-content p{
  text-align: left;
  /* Avant le 15-12-2016 margin-top: 3% !important; */
  font-size:18px;/** Avant 22px;**/
  line-height: 1.5em; /** Avant 1.8em **/
  font-weight: 100;
  margin-top:10px;
  margin-bottom: 0px;
}
/** debut css index.html **/
.in-slide-content-intro { /** Elements page index.html ---- Log site **/
  position:absolute;
  /** debut elements en plus **/
  top:32% !important;
  height: auto !important;
  /** fin elements en plus **/
  left:0;
  right:0;
  top:10%;
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
  color:#444a59;
  font-family:'Open Sans';
  text-align: center;
  font-size:40px;
  font-weight:100;
  padding:20px;
  z-index:1000; /* Show above .gradient */
  /*text-shadow: 0 1px 0 #fff;*/
  -webkit-font-smoothing:antialiased;
  cursor: pointer;
  /*display: none;*/
}
.in-slide-content-intro p{
  text-align: center;
  /* Avant le 15-12-2016 margin-top: 3% !important; */
  font-size:22px;
  line-height: 1.8;
  font-weight: 100;
  margin-top:10px;
  margin-bottom: 10px;
}
.in-slide-content-intro img{
  margin-top: 0px;
  margin-bottom: 25px;
}
.in-slide-content-intro a{
  cursor: pointer;
}
.logo-log {
  margin-bottom:5px ! important;
}
.lostpassword {
  font-size: 13px;
  text-align: center;
  color:#fff;
  margin-top: 0px ! important;
  text-decoration: none;
}
.lostpassword:hover{
  font-size: 13px;
  text-align: center;
  color:#fff;
  margin-top: 0px ! important;
  text-decoration: none;
}
.text-log {
  padding-top: 2px !important;
}
/** fin css index.html **/

.in-slide-content img{
  margin-top: 0px;
  margin-bottom: 25px;
}
.in-slide-content a{
  cursor: pointer;
}
#goto {
  margin-top: 10px;
  margin-bottom: 10px;
  z-index: 10;
  cursor: pointer;
}
.in-slide-content h1{
  font-size: 24px;
  font-family:'Open Sans';
  font-weight:100;
  margin-top: 1% !important;
  margin-bottom: 0% !important;
}
.in-slide-content h1 sup {
  font-size: 9px;
  vertical-align: 0.6em;
}
.in-slide-content h2 {
  font-size: 18px;
  margin-top: -16px !important;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-weight:100;
}
.in-slide-content h2 sup {
  font-size: 9px;
  vertical-align: 0.6em;
  letter-spacing: -0.4em;
}
.in-slide-content h3 {
  text-align: left;
  margin-top: 0%;
  margin-bottom: 0%;
  font-size: 28px; /** Avant 30px; **/
  font-family:'Open Sans';
  font-weight:700;
  line-height: 1.3;
  }
.in-slide-content h3 sup {
  font-size: 9px;
  vertical-align: 0.6em;
}
.in-slide-content p sup {
  font-size: 9px;
  vertical-align: 0.2em; 
}

/******** Part1 *********/
/*** Slide1 ***/
.slide1-part1-img1 {
  margin-top: 21px !important;
  margin-bottom: 0px !important;
}
.slide1-part1-img2 {
  margin-top: 0px !important;
  margin-bottom: 21px !important;
}
/*** Modif VG Titre slide1 ***/
.slide1-part1-p {
  line-height: 1.3 !important;
}
.slide1 {
  background:rgba(255,255,255, 0.75);
  /** background-color: #fff !important; **/
  top:25% !important;
  height: auto;
}
.slide1 p {
  text-align: center !important;
  font-size: 33px !important;
  line-height: 1.1 !important;
  margin-top: 0px !important;
}
.slide1 h3{
  text-align: center !important;
}
/*** Slide2 ***/

.slide2 p, .slide4 p, .slide3 p, .slide5 p {
  margin-top: 5%;
  font-size:24px;
  line-height: 1.8;
  font-weight: 100;
}
/*** Slide3 ***/
/** Placer les legendes hos des images + Elimination en plus gros !!! **/
.legende-slide3-text1 p, .legende-slide3-text2 p, .legende-slide3-text3 p {
  position: absolute;
  z-index:10000;
  font-size: 14px !important;
  text-transform: uppercase;
  float: center;
  margin-right: 0px;
  margin-top: 0px !important;
  margin-left: 0px;
  width: 200px;
  height: auto;
  top: 106px;
  left: 62px;
}
.legende-slide3-text2 p {
    color:#c51a1b;
top: 45px;
left: 98px;
}
.legende-slide3-text3 p {
  top: 41px;
  left: 121px;
}
/*** Debut de modif VG ***/
.ligne1-slide3, .ligne3-slide3{
position: relative;
float: left;
height: auto;
z-index: 9999;
text-align: center;
width: 840px;
}
.ligne2-slide3 {
  position: relative;
float: right;
height: auto;
z-index: 9999;
text-align: center;
width: 280px;
}
.ligne1-slide3 img, .ligne2-slide3 img, .ligne3-slide3 img {
  margin-bottom: 0px !important;
  height: auto;
}
.fleche1-slide3 {
  position: relative;
  z-index:9000;
  top: 65px;
}
.fleche2-slide3 {
  position: relative;
  z-index:9000;
  top: 0px;
  left: 0px;
}
.fleche3-slide3 {
  position: relative;
  z-index:9000;
  top: 0px;
}
.colonne3-slide3 {
  margin-top: -80px !important;
}
/*** Fin des modif VG ***/
.slide3 p, .slide5 p, .slide6 p{
  font-size: 18px;
}
.text-14-center {
  font-size:14px !important;
  text-align: center !important;
}
/*** Slide5 ***/
.text-18-lineheight {
  text-align: left !important;
  font-size: 16px !important; /** avant 18px !important **/
  line-height: 1.4em !important; /** Avant 1.6 !important **/
}
/*** Slide5 debut Modif VG ***/
.text-20-lineheight-center {
  text-align: center !important;
  font-size: 18px !important; /** Avant 20px !important **/
  font-weight: 700 !important;
  line-height: 1.5em !important; /** Avant 1.6em !important **/
  margin-top: 20px !important;
}
.text-14-lineheight-verticalalign {
  margin-left: 10px !important;
  text-align: left !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.image-slide5Bbis{
  position:relative;
  z-index: 9999;
  text-align: right;
  height: 195px;
  width: 500px;
  margin-top: 20px;
  margin-left: 0px;
}
.legende-slide5B-text1 p {
  position: absolute;
  z-index:10000;
  font-size: 16px !important;
  font-weight: 600;
  text-transform: uppercase;
 letter-spacing: 0.4em;
  margin-right: 0px;
  margin-top: 0px !important;
  margin-left: 0px;
top: 75px;
left: 138px;
}
.legende-slide5B-text2 p, .legende-slide5B-text3 p {
  position: absolute;
  z-index:10000;
  font-size: 15px !important;
  float: left;
  margin-right: 0px;
  margin-top: 0px !important;
  margin-left: 0px;
  width: 200px;
  height: auto;
  top: 207px;
  left: 0px;
}

.legende-slide5B-text3 p{
  width: 400px;
  top: 207px;
  left: 304px;
}

.image-slide5a, .image-slide5b {
  float: left;
  height: 192px; /*** Avant height: 207px; ***/
  width: 300px; /*** Avant width: 322px; ***/
  margin-top: 0px !important;
  margin-right: 10px;
}
.image-slide5aV2, .image-slide5bV2 {
  float: left;
  height: 141px; /*** Avant height: 207px; ***/
  width: 220px; /*** Avant width: 322px; ***/
  margin-top: 0px !important;
  margin-right: 10px;
}
.image-slide5cV2 {
  float: left;
  height: 141px; /*** Avant height: 207px; ***/
  width: 637px; /*** Avant width: 322px; ***/
  margin-top: 15px !important;
}
.deux-images-slide5 {
  float: left;
  position: relative;
  width: 820px;
  height: 218px;
}
.deux-images-slide5V2 {
  float: left;
  position: relative;
  width: 820px;
  height: 155px;
}
.legende-slide5 {
  float: right;
  position: relative;
  height: 192px;
  width: 190px;
}
.legende-slide5V2 {
  float: right;
  position: relative;
  height: 117px;
  width: 340px;
}
/*** Slide5 fin Modif VG ***/
.text-16-lineheight {
  margin-left: 10px !important;
  text-align: left !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}
/*** Sup modif VG 
.image-slide5 {
  text-align: right;
  height: 207px;
  width: 322px;
  margin-top: 5px !important;
  margin-right: 10px;
} ***/
/*** Slide5B ***/
.image-slide5B-a, .image-slide5B-b, .image-slide5B-c {
  width: 265px;
  height: auto;
  text-align: center;
  margin-right: 0px;
  margin-bottom: 5px !important;
}

.visuel-3cl p{
  font-size: 14px;
  text-align: center;
}
/*** Slide6 ***/
.text-18-lineheight-margin-left {
  text-align: left !important;
  margin-left: 10px !important;
  font-size: 16px !important; /** Avant 18 px !important **/
  line-height: 1.4 !important; /** Avant 1.6em !important **/
}
.text-18-lineheight-padding-left{
  padding-left: 40px !important; 
  text-align: left; 
  line-height: 1.4 !important; /** Avant 1.6em !important **/
  font-size: 16px !important; /** Avant 18 px !important **/
}
.image-slide6-1, .image-slide6-2 {
  text-align: right;
  height: 207px;
  width: 360px;
  margin-top: 5px !important;
  margin-right: 10px;
}
.image-slide6-2 {
  margin-top: 10px !important;
  margin-right: 5px;
}
.titre-molecule {
  font-size: 18px !important;
  text-transform: uppercase;
}
/*** Slide7 ***/
.text-18-lineheight-margin-left-bottom {
  margin-left: 0px  !important;
  margin-bottom:10px !important;
  text-align: left;
  line-height: 1.5 !important; /** Avant 1.6em !important **/
  font-size: 16px !important; /** Avant 18px !important **/
}

/*** Slide8 ***/
.text-18 {
  font-size: 16px !important; /** Avant 18px !important **/
}
.inter-840, .inter-840-results {
  position:relative;
  width: 840px;
  float:left;
  height: auto;
  margin-top: 15px;
  z-index:9999;
  text-align: center;
}
.inter-840-results {
  margin-top: 0px;
}
.colonnes4, .colonnes3, .colonnes2 {
  position:relative;
  width: 200px;
  float:left;
  height: auto;
  margin: 5px;
  z-index:9999;
  text-align: center;
}
.colonnes4 p {
  text-align: left;
  font-size: 16px;
  padding-right: 10px;
  padding-left: 10px
}
.peau p {
font-size: 14px !important;

line-height: 1.3em !important;
}
.colonnes3 {
  width: 280px;
  margin: 0px;
}
.colonnes3-trait {
  position:relative;
  width: 280px;
  float:left;
  border-left: solid 1px #6da9c0;
  height: auto;
  margin: 0px;
  z-index:9999;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
.colonnes2 {
  width: 410px;
  margin: 0px;
}
.colonnes2bis {
  position:relative;
  width: 212px;
  float:left;
  height: 306px;
  margin-top: 20px;
  margin-right: 45px;
  z-index:9999;
  text-align: center;
}  
.colonnes2bis2 {
  position:relative;
  width: 530px;
  float:left;
  height: auto;
  margin-top: 44px;
  z-index:9999;
  text-align: left;
}  
.visages3-txt {
  position:relative;
  width: 212px;
  float:left;
  height: auto;
  margin-top: 106px;
  margin-right: 0px;
  z-index:9999;
  text-align: center;
}  
.visages3 {
  position:relative;
  width: 585px;
  float:left;
  height: auto;
  margin-top: 0px;
  z-index:9999;
  text-align: left;
} 
/*** Slide7 ***/
.schema-slide7{
  position:relative;
  z-index: 9999;
  text-align: right;
  height: 81px;
  width: 223px;
  margin-top: 20px;
  margin-left: 38px;
}
.legende-slide7-text1 p, .legende-slide7-text2 p, .legende-slide7-text3 p {
  position: absolute;
  z-index:10000;
  font-size: 10px !important;
  float: left;
  margin-right: 0px;
  margin-top: 0px !important;
  margin-left: 0px;
  width: 200px;
  height: auto;
  top: 10px;
  left: 47px;
}
.legende-slide7-text2 p{
  top: 38px;
  left: 47px;
}
.legende-slide7-text3 p{
  top: 63px;
  left: 47px;
}
/*** Slide9 ***/ /*** Modification VG ***/
.ligne1-slide9 {
  width: 840px;
  height: 170px;
  margin-bottom: 0px !important;
}
.ligne2-slide9 {
  width:840px;
  height: auto;
}
.visuel-slide9-gauche{
  float:left;
  margin-bottom: 0px !important;
}
.floatdroite {
  float:right;
  margin-top: 0px !important;
}
.text-slide9 p {
  margin-left: 10px;
}
.btn-dark5 p {
text-align: left;
}
.btn-dark5 {
    margin-top: 39px !important;
}

/*** Slide10 ***/
.colonnes3-slide10 {
  position:relative;
  width: 280px;
  float:left;
  height: auto;
  margin: 0px;
  margin-top: 10%;
  z-index:9999;
  text-align: center;
}
.colonnes3-slide10 p {
  text-transform: uppercase;
  text-align: right;
  line-height: 0.9
}
.slide10-titre1{
  font-size: 44px;
}
.slide10-titre2{
  font-size: 24px;
  vertical-align: 0.6em;
}
.slide10-titre3 {
  font-size:18px;
}
/*** Slide 13 ***/
.box-products{
  text-align: center;
  width: 720px; /** Avant 800px **/
  height: 360px; /** Avant 360px **/
}

/*** Slide14 ***/
.slide14-logo{
  margin-bottom: 5px !important;
}

#pagination-slide {
  float: right;
  position: relative;
  width: 300px;
  height: 50px;
  float: right;
  padding-top: 10px;
  margin-bottom: 10px;
}
.pagination-chiffre1 {
  position: relative;
  text-align: right;
  float: right;
  background: #fff;
  margin: 0px 5px 0px 5px;
  width: 26px;
  height: 26px;
  line-height: 40px !important;
  border: 1px solid #000;
}
.pagination-chiffre1 p {
  text-align: center;
  font-size: 13px;
  line-height: 0.3;
  font-weight: 600;
  color: #000;
  padding-left: 3px;
}
.pagination-chiffre2 {
  position: relative;
  text-align: right;
  float: right;
  background: #000;
  margin: 0px 5px 0px 5px;
  width: 26px;
  height: 26px;
  line-height: 40px !important;
  border: 1px solid #000;
}
.pagination-chiffre2 p {
  text-align: center;
  font-size: 13px;
  line-height: 0.3;
  font-weight: 600;
  color: #fff;
  padding-left: 3px;
}
/*** Fin Modif VG ***/
/*** Avant 
th.colonne1 {
  width:150px;
  color:#fff;
  font-size: 10px;
  font-weight: 700;
  text-align: right;
  padding-right: 8px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border: 1pt solid #fff;
}
td.text1 {
  color:#fff; 
  font-size: 10px;
  text-align: right;
  font-weight: 700;
  line-height: 1.4 !important;
  padding-right: 8px !important;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1pt solid #fff;
}
td.text2, td.text2-strong {
  color:#fff; 
  font-size: 9px;
  text-align: left;
  line-height: 1.2 !important;
  padding: 8px;
  border: 1pt solid #fff;
}***/
td.text2-strong {
  font-weight: 700;
}
.colonnes3-slide10-left {
  position:relative;
  width: 280px;
  float:left;
  height: auto;
  margin: 0px;
  margin-top: 10%;
  z-index:9999;
  text-align: center;
}
.colonnes3-slide10-left p {
  text-transform: uppercase;
  text-align: left;
  line-height: 0.9
}
/*** Modif VG ***/
.image-P1-14-1, .image-P1-14-2, .image-P1-14-3, .image-P1-14-4 {
  width:380px;
  height: 203px;
  margin-top: 91px !important;
}
.logo-P1-14-1, .logo-P1-14-2, .logo-P1-14-3, .logo-P1-14-4 {
  margin-left: 15px;
}
.in-slide-content .text-16-lineheight-padding-left2 {
  padding-left: 0px !important; 
  text-align: left; 
  line-height: 1.4; /** Avant 1.5; **/
  font-size: 15px; /** Avant 16px; **/
}
/** Slide 15 **/
.slide15-text-legende1, .slide15-text-legende2, .slide15-text-legende3, .slide15-text-legende4, .slide15-text-legende5, .slide15-text-legende6, .slide15-text-legende7, .slide15-text-legende8, .slide15-text-legende9, .slide15-text-legende10 {
  position: absolute;
  z-index: 10000;
  float: left;
  margin-right: 0px;
  margin-left: 0px;
  width: 200px;
  height: auto;
  top: 216px;
  left:22px;
}
.slide15-text-legende2{
  top:255px;
}
.slide15-text-legende3{
  top:285px;
}
.slide15-text-legende4{
  top:330px;
}
.slide15-text-legende5{
  top:150px;
  left:581px;
}
.slide15-text-legende6{
  top:229px;
  left:581px;
}
.slide15-text-legende7{
  top:268px;
  left:581px;
}
.slide15-text-legende8{
  top:333px;
  left:581px;
}
.slide15-text-legende9{
  top:382px;
  left:581px;
}
/*** Modif VG ***/
.slide15-text-legende10{
  top:186px;
  left:581px;
}
.slide15-text-legende1 p, .slide15-text-legende2 p, .slide15-text-legende3 p, .slide15-text-legende4 p, .slide15-text-legende5 p, .slide15-text-legende6 p, .slide15-text-legende7 p, .slide15-text-legende8 p, .slide15-text-legende9 p, .slide15-text-legende10 p {
  text-transform: uppercase;
  margin-top: 15px !important;
  margin-right: 0px;
  margin-left: 0px;
  font-size: 13px !important;
  line-height: 1.4 !important;
  text-align: right;
}
.slide15-text-legende5 p, .slide15-text-legende6 p, .slide15-text-legende7 p, .slide15-text-legende8 p, .slide15-text-legende9 p, .slide15-text-legende10 p {
  text-align: left;
}
.text-slide27{
  position:relative;
  float:right;
  margin-top: 173px;
  margin-right: 15px !important;
  width: 300px;
  height: auto;
  z-index:10000;
} 
.text-slide27 p{
  text-transform: uppercase;
  letter-spacing: 0.4em !important;
  text-align: left;
  font-size:16px !important;
  line-height: 3.2 !important;
}
#cerclechiffre {
  background:#6da9c0;
  margin:10px 10px 30px 10px;
  width:50px;
  height:50px;
  border-radius:25px;
  -webkit-border-radius:25px;
  -moz-border-radius:25px;
  line-height: 40px !important;
}
#cerclechiffre p{
  text-align:center;
  font-size: 25px;
  line-height: 2.0;
  font-weight: 100;
  color:#fff;
}
#cerclechiffrepetit {
  position: absolute;
  background:#6da9c0;
  margin:10px 10px 0px 10px;
  width:38px;
  height:38px;
  border-radius:19px;
  -webkit-border-radius:19px;
  -moz-border-radius:19px;
  line-height: 28px !important;
}
#cerclechiffrepetit p{
  position: absolute;
  margin-left: 9px;
  /* line-height: 20px; */
  text-align:center;
  font-size: 19px;
  font-weight: 100;
  line-height: 0.9;
  color:#fff;
}
.colonnes3bis {
  position:relative;
  width: 280px;
  float:left;
  height: auto;
  margin-top: 10px;
  z-index:9999;
  text-align: center;
}
.colonnes3bis-trait {
  position:relative;
  width: 280px;
  float:left;
  border-left: solid 1px #6da9c0;
  height: auto;
  margin-top: 10px;
  z-index:9999;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
.ligne {
  position:relative;
  width: auto;
  float:left;
  height: auto;
  margin-top: 10px;
  z-index:9999;
  text-align: left;
}
.ligne2 {
  position:relative;
  width: auto;
  float:left;
  height: auto;
  z-index:9999;
  text-align: left;
}
.etape {
  position: absolute;
  z-index:10000;
}
.text-schema {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-left: 5px;
  width: 150px;
  height: auto;
}
.text-schema p{
  margin-right: 15px;
  margin-left: 10px;
  font-size: 13px !important; 
  line-height: 1.4 !important;
  text-align: left;
}
.imagescol2 {
  position: relative;
  float: left;
  margin-bottom: 5px !important;
  margin-top: 0px !important;
  margin-left: 30px;
  margin-right: 158px;
}
.text-col2 {
  text-align: left;
  font-size:14px !important;
  line-height: 1.2 !important;
  margin-top: 0px !important;
  margin-bottom: 20px !important;
  margin-left:30px;
  margin-right: 30px;
}
.legend-3col {
  text-align: left;
  font-size:15px !important;
  font-weight:400 !important;
  line-height: 1.4 !important;
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}
.text-schema-face {
  position: absolute;
  z-index:10000;
  float: left;
  margin-right: 0px;
  margin-left: 0px;
  width: 200px;
  height: auto;
  top: 252px;
  left: 205px;
}
.text-schema-face p{
  text-transform: uppercase;
  margin-top: 15px !important;
  margin-right: 0px;
  margin-left: 0px;
  font-size: 13px !important; 
  line-height: 1.4 !important;
  text-align: left;
}
.text-visage-veines1 {
  position: absolute;
  z-index:10000;
  float: left;
  margin-right: 0px;
  margin-left: 0px;
  width: 250px;
  height: auto;
  top: 201px;
  left: 243px;
}
.text-visage-veines1 p, .text-visage-veines2 p {
  color:#fff;
  text-align: right !important;
  line-height: 1.3 !important;
  font-size:16px !important;
  font-weight:300 !important;
}
.text-visage-veines2 {
  position: absolute;
  z-index:10000;
  float: left;
  margin-right: 0px;
  margin-left: 0px;
  width: 65px;
  height: auto;
  top: 190px;
  left: 538px;
}
.text-visage-veines2 p {
  text-align: left !important;
}
.picto-text1, .picto-text2, .picto-text3, .picto-text4 {
  position:relative;
  width: 670px;
  float:left;
  height: auto;
  margin-top: 15px;
  margin-left:130px;
  z-index:9999;
  text-align: left;
  margin-bottom: 10px;
}
.text-picto p, .text-picto2 p, .text-picto3 p, .text-picto4 p{
  margin-top: 13px !important;
}

.picto {
  float:left;
  position:relative;
  margin-right:30px;
  width: 50px;
  height: 50px;
}
.picto img{
  width: 65px;
  height: 65px;
}
.text-picto {
  position:relative;
  float: left;
  text-transform: uppercase;
  /**font-size: 18px;**/
  margin-top: 4px;
}
.text-picto p {font-size: 18px !important;}
.text-legende1, .text-legende2, .text-legende3, .text-legende4, .text-legende5, .text-legende6, .text-legende7, .text-legende8, .text-legende9, .text-legende10, .text-legende11, .text-legende12, .text-legende15, .text-legende16, .text-legende17, .text-legende18 {
  position: absolute;
  z-index:10000;
  float: left;
  margin-right: 0px;
  margin-left: 0px;
  width: 200px;
  height: auto;
  top: 0px;
  left: 155px;
}
.text-legende1 p, .text-legende2 p, .text-legende3 p, .text-legende4 p, .text-legende5 p, .text-legende6 p, .text-legende7 p, .text-legende8 p, .text-legende9 p, .text-legende10 p, .text-legende11 p, .text-legende12 p, .text-legende15 p, .text-legende16 p, .text-legende17 p, .text-legende18 p {
  text-transform: uppercase;
  margin-top: 15px !important;
  margin-right: 0px;
  margin-left: 0px;
  font-size: 13px !important; 
  line-height: 1.4 !important;
  text-align: left;
}
.text-legende2 {
  width: 170px;
  top: 130px;
  left: -7px;
}
.text-legende2 p{
  text-align: right;
}
.text-legende3 {
  top: 160px;
  left: 245px;
}
.text-legende4 {
  top: 300px;
  left: 302px;
}
.text-legende5 {
  top: -8px;
  left: 230px;
}
.text-legende6 {
  top: 109px;
  left: 230px;
}
.text-legende7 {
  top: 183px;
  left: 230px;
}
.text-legende8 {
  top: 268px;
  left: 230px;
}
.text-legende9 {
  width: 110px;
  top: 112px;
  left: 10px;
}
.text-legende10 {
  width: 80px;
  top: 164px;
  left: 12px;
}
.text-legende10 p{
  text-align: right;
}
.text-legende11 {
  width: 90px;
  top: 104px;
  left: 263px;
}
.text-legende12 {
  width: 80px;
  top: 177px;
  left: 263px;
}
.text-schema13{
  position: absolute;
  z-index:10000;
  float: left;
  margin-right: 0px;
  margin-left: 0px;
  width: 243px;
  height: auto;
  top: 43px;
  left: 233px;
}
.text-schema13 p, .text-schema14 p{
  color:#fff;
  margin-top: 15px !important;
  margin-right: 0px;
  margin-left: 0px;
  font-size: 17px !important; 
  line-height: 1.4 !important;
  text-align: center;
}
.text-schema14 {
  position: absolute;
  z-index:10000;
  float: left;
  margin-right: 0px;
  margin-left: 0px;
  width: 238px;
  height: auto;
  top: 285px;
  left: 506px;
}
.text-schema14 p{
  color:#c51a1b;
}
.text-legende15 {
  width: 110px;
  top: 100px;
  left: 660px;
}
.text-legende16 {
  width: 110px;
  top: 130px;
  left: 660px;
}
.text-legende17 {
  width: 110px;
  top: 155px;
  left: 660px;
}
.text-legende18 {
  width: 110px;
  top: 190px;
  left: 660px;
}

/** Debut Slide 17bBiS V2 **/
.slide17b-visuel {
  width: 47%;
  height: 47%;
  margin-left: 130px;
float: left !important;
}
.slide17b-text-legende1 p, .slide17b-text-legende2 p, .slide17b-text-legende3 p, .slide17b-text-legende4 p, .slide17b-text-legende5 p, .slide17b-text-legende6 p, .slide17b-text-legende7 p {text-transform: uppercase;
margin-top: 15px !important;
margin-right: 0px;
margin-left: 0px;
font-size: 13px !important;
line-height: 1.4 !important;
text-align: left;}

.slide17b-text-legende1, .slide17b-text-legende2, .slide17b-text-legende3, .slide17b-text-legende4, .slide17b-text-legende5, .slide17b-text-legende6, .slide17b-text-legende7 {
  position: absolute;
  z-index: 10000;
  float: left;
  margin-right: 0px;
  margin-left: 0px;
  width: 320px;
  height: auto;
  top: 62px;
left: 472px;
}
.slide17b-text-legende2{
  top:113px;
}
.slide17b-text-legende3{
  top:151px;
}
.slide17b-text-legende4{
  top:194px;
}
.slide17b-text-legende5{
  top: 250px;
left: 449px;
}
.slide17b-text-legende6{
top: 297px;
left: 444px;
}
.slide17b-text-legende7{
  top: 335px;
  left: 444px;
}
/** Fin Slide 17bBiS V2 **/

/** Debut Slide 17D bis V2 **/
.slide17dbis-visuel {
  width: 47%;
  height: 47%;
  margin-left: 80px;
float: left !important;
}
.slide17dbis-text-legende0 p, .slide17dbis-text-legende1 p, .slide17dbis-text-legende2 p, .slide17dbis-text-legende3 p, .slide17dbis-text-legende4 p, .slide17dbis-text-legende5 p, .slide17dbis-text-legende6 p, .slide17dbis-text-legende7 p, .slide17dbis-text-legende8 p, .slide17dbis-text-legende9 p, .slide17dbis-text-legende10 p, .slide17dbis-text-legende11 p, .slide17dbis-text-legende12 p {text-transform: uppercase;
margin-top: 15px !important;
margin-right: 0px;
margin-left: 0px;
font-size: 13px !important;
line-height: 1.4 !important;
text-align: left;}

.slide17dbis-text-legende0 p {line-height: 1.7 !important;}

.slide17dbis-text-legende0, .slide17dbis-text-legende1, .slide17dbis-text-legende2, .slide17dbis-text-legende3, .slide17dbis-text-legende4, .slide17dbis-text-legende5, .slide17dbis-text-legende6, .slide17dbis-text-legende7, .slide17dbis-text-legende8, .slide17dbis-text-legende9, .slide17dbis-text-legende10, .slide17dbis-text-legende11, .slide17dbis-text-legende12 {
  position: absolute;
  z-index: 10000;
  float: left;
  margin-right: 0px;
  margin-left: 0px;
  width: 320px;
  height: auto;
  top: 62px;
left: 472px;
}

.slide17dbis-text-legende1{
  top:50px;
    left: 277px;
}
.slide17dbis-text-legende2{
  top: 103px;
left: 291px;
}
.slide17dbis-text-legende3{
  top: 117px;
left: 304px;
}
.slide17dbis-text-legende4{
  top: 116px;
left: 249px;
}
.slide17dbis-text-legende5{
 top: 161px;
left: 284px;
}
.slide17dbis-text-legende6{
top: 173px;
left: 298px;
}
.slide17dbis-text-legende7{
  top: 235px;
left: 271px;
}
.slide17dbis-text-legende8{
top: 249px;
left: 256px;
}
.slide17dbis-text-legende9{
top: 253px;
left: 288px;
}
.slide17dbis-text-legende10{
top: 273px;
left: 294px;
}
.slide17dbis-text-legende11{
  top: 307px;
left: 248px;
}
.slide17dbis-text-legende12{
top: 340px;
left: 263px;
}

/** Fin Slide 17D bis V2 **/


/** Debut Slide bones V2 **/
.slide-19-bis-visuel {
width: 45%;
height: 45%;
margin-left: 0px;
float: left !important;
}
.image-slide18D-V2 {
  position:relative;
  z-index: 9999;
  text-align: center !important;
  height: auto;
  width:auto;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.slide-19-bis2-visuel {
width: 40%;
height: 40%;
margin-left: 51px;
float: left !important;
margin-top: 61px !important;
}
.legende-slide22-A-V2 p, .legende-slide22-B-V2 p{
  position: absolute;
  z-index:10000;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2em;
  float: left;
  margin-right: 0px;
  margin-top: 0px !important;
  margin-left: 0px;
  width: 300px;
  height: auto;
  top: 297px;
left: 453px;
}
.legende-slide22-B-V2 p{
 top: 297px;
  left: 629px !important;
}
/** Fin Slide bones V2 **/

/* FIN STYLES ELEMENTS CONTENTS */

table { 
    border-collapse: collapse; 
}
tr.border_bottom {
  border-bottom:1pt solid #bdc1c4;

}
tr.border_bottom td {
  border-bottom:1pt solid #bdc1c4;
}
/* FIN ELEMENTS CONTENT DU SLIDER */ 

/* DEBUT ELEMENTS VIDEO */
.vignette-video {
  max-height:216px; 
  max-width:384px;
}
#html5lightbox-video {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff !important;
}
#html5-watermark {
  visibility: hidden;
display: none;
}


/*** Slide-FIN ***/
.slide-fin {
  display:none;
  background-color: #fff !important;
  top:25% !important;
}
.slide-fin p{
  text-align: center;
}
.slide-fin h3{
  text-align: center;
  margin-top:11% !important;
}
.btn-gauche {
  margin-right:16px; font-size: 16px; border-radius: 3!important;
}
.btn-droite {
  margin-left:16px; font-size: 16px; border-radius: 3!important;
}
.btn-center-center {
  margin-right:0px; font-size: 16px; border-radius: 3!important;
}
.btn-gauche:hover, .btn-droite:hover, .btn-center-center:hover {
  font-size: 16px !important;
}
.btn-gauche:active, .btn-droite:active, .btn-center-center:active {
  box-shadow: none !important;
}
/*** Part2 ***/

/*** Slide DEBUT ***/
.slide-debut {
  display:none;
  background-color: #fff !important;
  top:25% !important;
}

.slide-debut-part8 {
  display:none;
  background-color: #fff !important;
  top:25% !important;
  background-image: url("../../lib/images/algeness-injection-2018.jpeg");
	background-repeat: no-repeat;
	background-position: center right;
  background-size: cover;
}
.slide-debut-part8 h1{
font-size: 24px;
font-family: 'Open Sans';
font-weight: 100;
margin-top: 11% !important;
margin-bottom: 0% !important;
text-align: left !important;
margin-left: 18% !important;
}
.slide-debut-part8 img {
    margin-top: 0px;
    margin-bottom: 25px;
    text-align: left !important;
    margin-left: -33% !important;
}

.slide-debut p{
  text-align: center;
}
.slide-debut h3 {
    text-align: center;
    margin-top: 6% !important;
}
/*** Slide DEBUT ***/

/*** Slide16 ***/
.image-slide16 {
  height: 400px;
  width: 357px;
  margin-top: 0px;
  margin-left: 0px;
}
.legende-slide16-A p, .legende-slide16-B p, .legende-slide16-C p, .legende-slide16-D p, .legende-slide16-E p{
  position: absolute;
  z-index:10000;
  text-align: center;
  width: 50px;
  height: auto;
  font-size:13px !important;
  line-height: 1.0 !important;
  margin-right: 0px;
  margin-top: 0px !important;
  margin-left: 0px !important;
  top: 81px;
  left: 98px;
}
.legende-slide16-B p{
  top: 56px;
  left: 138px;
}
.legende-slide16-C p{
  top: 43px;
  left: 180px;
}
.legende-slide16-D p{
  top: 56px;
  left: 222px;
}
.legende-slide16-E p{
  top: 81px;
  left: 257px;
}
/*** Modif VG ***/
/*** Slide 16 modif ***/
.colonne2-center {
  margin-left: 210px;
  width: 410px;
  height: auto;
}
/*** Slide17 ***/
/*.image-slide17 {
  height: 400px;
  width: 357px;
  margin-top: 0px !important;
  margin-left: 0px;
}*/
/*** Slide17A ***/ /* Modif VG */
.image-slide17a {
  height: 388px;
  width: 355px;
  margin-top: 0px !important;
  margin-left: 0px;
}
.margin-top-slide17A {
  margin-top: 90px !important;
}
/*** Slide17B ***/
.schema-slide17Bbis{
  position:relative;
  z-index: 9999;
  text-align: right;
  height: 300px;
  width: 840px;
  margin-top: 20px;
  margin-left: 0px;
}
.legende-slide17Bbis-A p, .legende-slide17Bbis-B p, .legende-slide17Bbis-C p, .legende-slide17Bbis-D p, .legende-slide17Bbis-E p, .legende-slide17Bbis-F p, .legende-slide17Bbis-G p, .legende-slide17Bbis-H p {
  position: absolute;
  z-index:10000;
  font-size: 13px !important;
  text-transform: uppercase !important;
 letter-spacing: 0.1em;
  margin-right: 0px;
  margin-top: 0px !important;
  margin-left: 0px;
top: 228px;
left: 223px;
}
.legende-slide17Bbis-A p, .legende-slide17Bbis-B p{
  font-weight: bold;
}
.legende-slide17Bbis-B p{
  top:228px;
  left:529px;
}
.legende-slide17Bbis-C p{
  top:91px;
  left:57px;
}
.legende-slide17Bbis-D p{
  top: 167px;
  left: 81px;
}
.legende-slide17Bbis-E p{
  top:210px;
  left:39px;
}
.legende-slide17Bbis-F p{
  top:35px;
  left:708px;
}
.legende-slide17Bbis-G p{
  top:146px;
  left:708px;
}
.legende-slide17Bbis-H p{
  top:179px;
  left:708px;
}
/*** Slide 17C ***/ /* Modif VG */
.image-slide17C {
  position:relative;
  z-index: 9999;
  text-align: right;
  height: 300px;
  width: 840px;
  margin-top: 20px;
  margin-left: 0px;
}
.legende-slide17C-1 p,.legende-slide17C-2 p,.legende-slide17C-3 p,.legende-slide17C-4 p {
  text-align: left !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
 letter-spacing: 0.1em;
}
.legende-slide17C-1, .legende-slide17C-2, .legende-slide17C-3, .legende-slide17C-4 {
  position: absolute;
  z-index:10000;
  width: 260px;
  height: 15px;
  margin-right: 0px;
  margin-top: 0px !important;
  margin-left: 0px;
  top: 107px;
left: 653px;
}
.legende-slide17C-2 {
  top: 150px;
left: 653px;
}
.legende-slide17C-3 {
  top: 193px;
left: 653px;
}
.legende-slide17C-4 {
  top: 236px;
left: 653px;
}

/*** Slide17D ***/ /* Modif VG */
.margin-top-slide17D {
  margin-top: 90px !important;
}

/*** Slide18 ***/
.titre-slide18 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2em;
  font-weight:100;
}
#visuel-slide18 {
  position: relative;
  width: 100%;
  height: 100%;
}
.image-slide18 {
  height: 212px;
  width: 840px;
  margin-top: 0px !important;
  margin-left: 0px;
}
.legende-slide18-A p, .legende-slide18-B p, .legende-slide18-C p, .legende-slide18-D p, .legende-slide18-E p{
  position: absolute;
  z-index:10000;
  text-align: left;
  width: 140px;
  height: auto;
  font-size:13px !important;
  line-height: 1.0 !important;
  margin-right: 0px;
  margin-top: 0px !important;
  margin-left: 0px !important;
  top: 160px;
  left: 384px;
}
.legende-slide18-B p{
  top: 195px;
}
.legende-slide18-C p{
  top: 250px;
}
.legende-slide18-D p{
  top: 294px;
}
.legende-slide18-E p{
  top: 314px;
}
/*** Modif VG ***/
.image-slide17B {
  height: 300px;
  width: 840px;
  margin-top: 10px !important;
  margin-left: 0px;
}
/*** Modif VG ***/
.image-slide18A {
  height: 333px;
  width: 400px;
  margin-top: 10px !important;
  margin-left: 0px;
}
/*** Slide18D ***/
.image-slide18D {
  position:relative;
  z-index: 9999;
  text-align: center !important;
  height: 343px;
  width: 515px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
/*** Slide18Ebis ***/
.image-slide18Ebis {
  position:relative;
  z-index: 9999;
  text-align: right;
  height: 300px;
  width: 840px;
  margin-top: 20px;
  margin-left: 0px;
}
.slide18Ebis-strong, .chiffre-slide18Ebis-A p, .chiffre-slide18Ebis-B p, .chiffre-slide18Ebis-C p, .chiffre-slide18Ebis-D p, .chiffre-slide18Ebis-E p, .chiffre-slide18Ebis-F p, .chiffre-slide18Ebis-G p, .chiffre-slide18Ebis-H p, .chiffre-slide18Ebis-I p, .chiffre-slide18Ebis-J p, .chiffre-slide18Ebis-K p, .chiffre-slide18Ebis-L p, .chiffre-slide18Ebis-M p, .chiffre-slide18Ebis-N p, .chiffre-slide18Ebis-O p, .chiffre-slide18Ebis-P p {
  font-size: 13px !important;
  font-weight: 600;
   letter-spacing: 0.03em;
}
.chiffre-slide18Ebis-A p, .chiffre-slide18Ebis-B p, .chiffre-slide18Ebis-C p, .chiffre-slide18Ebis-D p, .chiffre-slide18Ebis-E p, .chiffre-slide18Ebis-F p, .chiffre-slide18Ebis-G p, .chiffre-slide18Ebis-H p, .chiffre-slide18Ebis-I p, .chiffre-slide18Ebis-J p, .chiffre-slide18Ebis-K p, .chiffre-slide18Ebis-L p, .chiffre-slide18Ebis-M p, .chiffre-slide18Ebis-N p, .chiffre-slide18Ebis-O p, .chiffre-slide18Ebis-P p {
    position: absolute;
    width: 20px;
  height: 15px;
  z-index: 10000;
  top:124px;
  left: 400px;
}
.chiffre-slide18Ebis-B p {
  top:72px;
  left: 353px;
}
.chiffre-slide18Ebis-C p {
  top:146px;
  left: 418px;
}
.chiffre-slide18Ebis-D p {
  top:132px;
  left: 325px;
}
.chiffre-slide18Ebis-E p {
  top:129px;
  left: 360px;
}
.chiffre-slide18Ebis-F p {
  top:190px;
  left: 381px;
}
.chiffre-slide18Ebis-G p {
  top:216px;
  left: 321px;
}
.chiffre-slide18Ebis-H p {
  top:212px;
  left: 364px;
}
.chiffre-slide18Ebis-I p {
  top:232px;
  left: 366px;
}
.chiffre-slide18Ebis-J p {
  top:254px;
  left: 352px;
}
.chiffre-slide18Ebis-K p {
  top:288px;
  left: 352px;
}
.chiffre-slide18Ebis-L p {
  top:293px;
  left: 393px;
}
.chiffre-slide18Ebis-M p {
  top:314px;
  left: 378px;
}
.chiffre-slide18Ebis-N p {
  top:179px;
  left: 423px;
}
.chiffre-slide18Ebis-O p {
  top:240px;
  left: 423px;
}
.chiffre-slide18Ebis-P p {
  top:320px;
  left: 423px;
}
.legende-slide18Ebis-A p, .legende-slide18Ebis-B p, .legende-slide18Ebis-C p, .legende-slide18Ebis-D p, .legende-slide18Ebis-E p, .legende-slide18Ebis-F p, .legende-slide18Ebis-G p, .legende-slide18Ebis-H p {
  position: absolute;
  z-index:10000;
    width: 260px;
  height: 15px;
  text-align: right !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
 letter-spacing: 0.1em;
  margin-right: 0px;
  margin-top: 0px !important;
  margin-left: 0px;
top: 40px;
left: 21px;
}
.legende-slide18Ebis-B p{
  top:72px;
}
.legende-slide18Ebis-C p{
  top:104px;
}
.legende-slide18Ebis-D p{
  top:136px;
}
.legende-slide18Ebis-E p{
  top:168px;
}
.legende-slide18Ebis-F p{
  top:200px;
}
.legende-slide18Ebis-G p{
  top:232px;
}
.legende-slide18Ebis-H p{
  top:264px;
}
.legende-slide18Ebis-I p, .legende-slide18Ebis-J p, .legende-slide18Ebis-K p, .legende-slide18Ebis-L p, .legende-slide18Ebis-M p, .legende-slide18Ebis-N p, .legende-slide18Ebis-O p, .legende-slide18Ebis-P p {
  position: absolute;
  z-index:10000;
  width: 260px;
  height: 15px;
  text-align: left !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
 letter-spacing: 0.1em;
  margin-right: 0px;
  margin-top: 0px !important;
  margin-left: 0px;
top: 40px;
left: 573px;
}
.legende-slide18Ebis-J p{
  top:72px;
}
.legende-slide18Ebis-K p{
  top:104px;
}
.legende-slide18Ebis-L p{
  top:136px;
}
.legende-slide18Ebis-M p{
  top:168px;
}
.legende-slide18Ebis-N p{
  top:200px;
}
.legende-slide18Ebis-O p{
  top:232px;
}
.legende-slide18Ebis-P p{
  top:264px;
}
/*** Slide18D ***/
.image-slide18E {
  position:relative;
  z-index: 9999;
  text-align: left;
  float: left;
  height: 454px;
  width: 820px;
  margin-top: 20px;
  margin-left: 0px;
}
/*** Slide18M ***/
.image-slide18M {
  float: left;
  margin-top: 10px !important;
  margin-left: 0px;
  width: 50%; /* Avant 602px */
  height: 50%; /* Avant 403px */
}
.legende-face-anatomy{
  position: absolute;
  z-index:10000;
  width: 260px;
  height: 80px;
top: 230px;
left: 284px;
}
.legende-face-anatomy p{
  text-align: center !important;
  font-size: 14px !important;
  margin-right: 0px;
  margin-top: 0px !important;
  margin-left: 0px;
  line-height: 1.4;
}

/** Slide 18M bis V2 **/
.slide18Mbis-visuel {
  width: 47%;
  height: 47%;
  margin-left: 80px;
float: left !important;
}
.slide18Mbis-text-legende0 p, .slide18Mbis-text-legende1 p, .slide18Mbis-text-legende2 p, .slide18Mbis-text-legende3 p, .slide18Mbis-text-legende4 p, .slide18Mbis-text-legende5 p, .slide18Mbis-text-legende6 p, .slide18Mbis-text-legende7 p, .slide18Mbis-text-legende8 p, .slide18Mbis-text-legende9 p, .slide18Mbis-text-legende10 p, .slide18Mbis-text-legende11 p, .slide18Mbis-text-legende12 p, .slide18Mbis-text-legende13 p, .slide18Mbis-text-legende14 p {text-transform: uppercase;
margin-top: 15px !important;
margin-right: 0px;
margin-left: 0px;
font-size: 13px !important;
line-height: 1.4 !important;
text-align: left;}

.slide18Mbis-text-legende0 p {line-height: 1.7 !important;}

.slide18Mbis-text-legende0, .slide18Mbis-text-legende1, .slide18Mbis-text-legende2, .slide18Mbis-text-legende3, .slide18Mbis-text-legende4, .slide18Mbis-text-legende5, .slide18Mbis-text-legende6, .slide18Mbis-text-legende7, .slide18Mbis-text-legende8, .slide18Mbis-text-legende9, .slide18Mbis-text-legende10, .slide18Mbis-text-legende11, .slide18Mbis-text-legende12, .slide18Mbis-text-legende13, .slide18Mbis-text-legende14 {
  position: absolute;
  z-index: 10000;
  float: left;
  margin-right: 0px;
  margin-left: 0px;
  width: 320px;
  height: auto;
  top: 62px;
left: 472px;
}

.slide18Mbis-text-legende1{
top: 190px;
left: 186px;
}
.slide18Mbis-text-legende2{
top: 222px;
left: 230px;
}
.slide18Mbis-text-legende3{
top: 87px;
left: 225px;
}
.slide18Mbis-text-legende4{
top: 161px;
left: 205px;
}
.slide18Mbis-text-legende5{
top: 228px;
left: 273px;
}
.slide18Mbis-text-legende6{
top: 283px;
left: 273px;
}
.slide18Mbis-text-legende7{
top: 58px;
left: 302px;
}
.slide18Mbis-text-legende8{
top: 180px;
left: 359px;
}
.slide18Mbis-text-legende9{
top: 217px;
left: 397px;
}
.slide18Mbis-text-legende10{
top: 280px;
left: 329px;
}
.slide18Mbis-text-legende11{
top: 332px;
left: 363px;
}
.slide18Mbis-text-legende12{
top: 275px;
left: 413px;
}
.slide18Mbis-text-legende13{
top: 89px;
left: 371px;
}
.slide18Mbis-text-legende14{
top: 180px;
left: 421px;
}

/** Fin slide 18M bis V2 **/


/*** Fin Part 2 ***/

/*** Debut Part 3 ***/
/*** Slide2 ***/
.image-slide2-part3 {
  float: center;
  margin-top: 10px !important;
  width: 820px;
  height: 405px;
}
.image-slide2-part3bis {
  float: left;
  margin-top: 30px !important;
  margin-left: 0px;
  width: 820px;
  height: 358px;
}
/*** Slide3 ***/
.image-slide3-part3 {
  float: center; /* avant left */
  margin-top: 10px !important;
  /* avant 0px */
  width: 643px; /*avant 820px */
  height: 400px; /*avant 510px */
}
/*** Slide4 ***/
.image-slide4-part3 {
  float: left;
  margin-top: 10px !important;
  margin-left: 0px;
  width: 755px;
height: 330px;
}
.legende-face-nerves {
  position: absolute;
  z-index:10000;
  width: 260px;
  height: 80px;
top: 230px;
left: 474px;
}

p.legende1-nerves-anatomy, p.legende2-nerves-anatomy, p.legende3-nerves-anatomy, p.legende4-nerves-anatomy{
text-align: left!important;
text-transform: uppercase;
  font-size: 12px !important;
  margin-right: 0px;
  margin-top: 0px !important;
  margin-left: 0px;
  line-height: 1.4;
}
.legende1-nerves-anatomy, .legende2-nerves-anatomy, .legende3-nerves-anatomy, .legende4-nerves-anatomy {
  position: absolute;
  z-index:10000;
  width: 260px;
  height: 80px;
top: 20px;
left: 354px;
}

.legende2-nerves-anatomy {
top: 117px;
left: 354px;
}
.legende3-nerves-anatomy {
top: 175px;
left: 354px;
}
.legende4-nerves-anatomy {
top: 248px;
left: 354px;
}
.legende-face-nerves p{
text-align: left!important;
text-transform: uppercase;
  font-size: 12px !important;
  margin-right: 0px;
  margin-top: 0px !important;
  margin-left: 0px;
  line-height: 1.4;
}
.legende-face-nerves p b{
  margin-right: 15px;
}

.legende1-facial-nerve-blocks, .legende2-facial-nerve-blocks, .legende3-facial-nerve-blocks {
  position: absolute;
  z-index:10000;
  width: 130px;
height: 40px;
top: 177px;
left: 614px;
}
.legende2-facial-nerve-blocks {
top: 231px;
left: 614px;
}
.legende3-facial-nerve-blocks {
top: 289px;
left: 614px;
}
.legende1-facial-nerve-blocks p, .legende2-facial-nerve-blocks p, .legende3-facial-nerve-blocks p {
text-align: left!important;
text-transform: uppercase;
  font-size: 12px !important;
  margin-right: 0px;
  margin-top: 0px !important;
  margin-left: 0px;
  line-height: 1.4;
}

/*** Debut Part 4 ***/
.part4-algeness-box {
  width: 60%;
  height: 60%;
}

/*** Slide19 ***/
.tabulation {
  margin-left:20px;
}
.text-slide19{
  font-size: 18px !important; 
  text-transform: uppercase !important;
  letter-spacing: 0.2em !important; 
  font-weight:100 !important;
} 
.image-slide19A {
  text-align: left;
  height: 306px;
  width: 212px;
  margin-top: 0px !important;
  margin-left: 0px;
}
.image-slide19B {
  text-align: left;
  height: 218px;
  width: 372px;
  margin-top: 0px !important;
  margin-left: 0px;
}
/*** Slide20 ***/
.image-slide20A {
  text-align: left;
  margin-top: 10px !important;
  margin-left: 0px;
}
.image-slide20B {
  text-align: left;
  margin-top: 30px !important;
  margin-left: 0px;
}
.colonnes2-padding-right, .colonnes2-padding-right-magin-top{
  position:relative;
  width: 410px;
  float:left;
  height: auto;
  margin: 0px;
  z-index:9999;
  text-align: center;
  padding-right: 15px;
}
.colonnes2-padding-right-magin-top{
  margin-top: 20px;  
}
/*** Slide22 ***/
.image-slide22 {
  position:relative;
  z-index: 9999;
  text-align: right;
  height: 375px;
  width: 820px;
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.legende-slide22-A p, .legende-slide22-B p{
  position: absolute;
  z-index:10000;
  font-size: 20px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2em;
  float: left;
  margin-right: 0px;
  margin-top: 0px !important;
  margin-left: 0px;
  width: 300px;
  height: auto;
  top: 313px;
  left: 20px;
}
.legende-slide22-B p{
  top: 313px;
  left: 430px;
}
/*** Slide23 ***/
.visuel-image23 {
  height: 452px;
  width: 735px;
}
.schema-slide23 {
  position:relative;
  z-index: 9999;
  text-align: right;
  float: left;
  margin-top: 0px !important;
  margin-left: 0px;
}
.legende-slide23-chiffre1 p, .legende-slide23-chiffre2 p, .legende-slide23-chiffre3 p, .legende-slide23-chiffre4 p, .legende-slide23-chiffre5 p{
  position: absolute;
  z-index:10000;
  font-size: 20px !important;
  font-weight: 700;
  color:#fff;
  text-transform: uppercase !important;
  float: left;
  margin-right: 0px;
  margin-top: 0px !important;
  margin-left: 0px;
  width: 300px;
  height: auto;
  top: 158px;
  left: 134px;
  margin-bottom: 0px !important;
}
.legende-slide23-chiffre2 p{
  top: 209px;
  left: 156px;
}
.legende-slide23-chiffre3 p{
  top: 170px;
left: 379px;
}
.legende-slide23-chiffre4 p{
  top: 218px;
left: 340px;
}
.legende-slide23-chiffre5 p{
 top: 321px;
left: 300px;
}
.legende-slide23-text1 p, .legende-slide23-text2 p, .legende-slide23-text3 p, .legende-slide23-text4 p, .legende-slide23-text5 p {
  position: absolute;
  z-index:10000;
  font-size: 20px !important;
  text-transform: uppercase !important;
  line-height: 1;
  float: left;
  margin-right: 0px;
  margin-top: 0px !important;
  margin-left: 0px;
  width: 300px;
  height: auto;
  top: 33px;
  left: 545px;
  margin-bottom: 0px !important;
}
.legende-slide23-text2 p{
  top: 114px;
}
.legende-slide23-text3 p{
  top: 195px;
}
.legende-slide23-text4 p{
  top: 277px;
}
.legende-slide23-text5 p{
  top: 360px;
}
.legende-slide23-text-chiffre1 p, .legende-slide23-text-chiffre2 p, .legende-slide23-text-chiffre3 p, .legende-slide23-text-chiffre4 p, .legende-slide23-text-chiffre5 p{
  position: absolute;
  z-index:10000;
  font-size: 20px !important;
  text-transform: uppercase !important;
  line-height: 1;
  float: right;
  font-weight: 700;
  margin-right: 0px;
  margin-top: 0px !important;
  margin-left: 0px;
  width: 300px;
  height: auto;
  top: 33px;
  left: 506px;
  margin-bottom: 0px !important;
}
.legende-slide23-text-chiffre2 p{
  top: 114px;
}
.legende-slide23-text-chiffre3 p{
  top: 195px;
}
.legende-slide23-text-chiffre4 p{
  top: 277px;
}
.legende-slide23-text-chiffre5 p{
  top: 360px;
}

/*** Slide25 ***/
.schema-slide25 {
  position:relative;
  z-index: 9999;
  text-align: right;
  height: 385px;
  width: 820px;
  float: left;
  margin-top: 10px !important;
  margin-left: 0px;
}
.title-slide25-left p, .title-slide25-right p{
  position: absolute;
  z-index:10000;
  font-size: 19px !important;
  font-weight: 600;
  text-transform: uppercase !important;
  float: left;
  margin-right: 0px;
  margin-top: 0px !important;
  margin-left: 0px;
  width: 300px;
  height: auto;
  top: 17px;
  left: 40px;
  margin-bottom: 0px !important;
}
.title-slide25-right p{
  left: 540px;
}
.legende-slide25-chiffre1 p, .legende-slide25-chiffre2 p, .legende-slide25-chiffre3 p, .legende-slide25-chiffre1b p, .legende-slide25-chiffre2b p, .legende-slide25-chiffre3b p, .legende-slide25-chiffre4b p, .legende-slide25-chiffre5b p {
  position: absolute;
  z-index:10000;
  font-size: 15px !important;
  font-weight: 700;
  text-transform: uppercase !important;
  float: left;
  margin-right: 0px;
  margin-top: 0px !important;
  margin-left: 0px;
  width: 30px;
  height: auto;
  top: 149px;
  left: 201px;
  margin-bottom: 0px !important;
}
.legende-slide25-chiffre2 p{
  top: 177px;
  left: 208px;
}
.legende-slide25-chiffre3 p{
  top: 201px;
  left: 189px;
}
.legende-slide25-chiffre1b p{
  top: 139px;
  left: 565px;
}
.legende-slide25-chiffre2b p{
  top: 146px;
  left: 619px;
}
.legende-slide25-chiffre3b p{
  top: 162px;
  left: 570px;
}
.legende-slide25-chiffre4b p{
  top: 197px;
  left: 558px;
}
.legende-slide25-chiffre5b p{
  top: 188px;
  left: 607px;
}
.legende-slide25-text1 p, .legende-slide25-text2 p, .legende-slide25-text3 p, .legende-slide25-text1b p, .legende-slide25-text2b p, .legende-slide25-text3b p, .legende-slide25-text4b p, .legende-slide25-text5b p {
  position: absolute;
  z-index:10000;
  font-size: 18px !important;
  text-transform: uppercase !important;
  line-height: 1;
  float: left;
  margin-right: 0px;
  margin-top: 0px !important;
  margin-left: 0px;
  width: 300px;
  height: auto;
  top: 291px;
  left: 49px;
  margin-bottom: 0px !important;
}
.legende-slide25-text-chiffre1 p, .legende-slide25-text-chiffre2 p, .legende-slide25-text-chiffre3 p, .legende-slide25-text-chiffre1b p, .legende-slide25-text-chiffre2b p,  .legende-slide25-text-chiffre3b p,  .legende-slide25-text-chiffre4b p,  .legende-slide25-text-chiffre5b p  {
  position: absolute;
  z-index:10000;
  font-size: 18px !important;
  text-transform: uppercase !important;
  font-weight: 700;
  line-height: 1;
  float: left;
  margin-right: 0px;
  margin-top: 0px !important;
  margin-left: 0px;
  width: 30px;
  height: auto;
  top: 291px;
  left: 19px;
  margin-bottom: 0px !important;
}
.legende-slide25-text2 p{
  top: 311px;
}
.legende-slide25-text-chiffre2 p{
  top: 311px;
  left: 19px;
}
.legende-slide25-text3 p{
  top: 348px;
}
.legende-slide25-text-chiffre3 p{
  top: 348px;
  left: 19px;
}
.legende-slide25-text1b p{
  top: 259px;
  left: 494px;
}
.legende-slide25-text-chiffre1b p{
  top: 259px;
  left: 464px;
}
.legende-slide25-text2b p{
  top: 279px;
  left: 494px;
}
.legende-slide25-text-chiffre2b p{
  top: 279px;
  left: 464px;
}
.legende-slide25-text3b p{
  top: 299px;
  left: 494px;
}
.legende-slide25-text-chiffre3b p{
  top: 299px;
  left: 464px;
}
.legende-slide25-text4b p{
  top: 319px;
  left: 494px;
}
.legende-slide25-text-chiffre4b p{
  top: 319px;
  left: 464px;
}
.legende-slide25-text5b p{
  top: 339px;
  left: 494px;
}
.legende-slide25-text-chiffre5b p{
  top: 339px;
  left: 464px;
}

/*** Slide26 ***/
.slide26 p{
  margin-top: 25% !important;
  text-align: center !important;
  font-size: 60px !important;
}
.titre-slide26 {
  text-align: center !important;
  font-size: 60px !important;
}
/*** Slide27 ***/
.text-18-lineheight-strong {
  text-align: left !important;
  font-size: 16px !important; /** Avant 18px !important **/
  line-height: 1.5 !important; /** Avant 1.6em !important **/
  font-weight: 500 !important;
}
/*** Slide28 ***/
.image-slide28 {
  float: left;
  margin-top: 0px !important;
  margin-left: 0px;
  width: 585px;
  height: 385px;
}
/*** Slide29 ***/
.image-slide29 {
  float:left;
  margin-top: 20px !important;
  margin-left: 0px;
  width: 469px;
  height: 380px;
}
.text-slide29 {
    position: relative;
    float: right;
    margin-top: 160px;
    margin-right: 15px !important;
    width: 300px;
    height: auto;
    z-index: 10000;
    line-height: 1.42857143;
}
.text-slide29 p{
text-transform: uppercase;
  letter-spacing: 0.4em !important;
  text-align: left;
  font-size:16px !important;
  line-height: 3.0 !important;
}
/*** Slide30 ***/
/***.image-slide30 {
  float: left;
  margin-top: 0px !important;
  margin-left: 0px;
  width: 820px;
  height: 510px;
}***/
/*** Slide31 ***/
.image-slide31 {
  float: left;
  margin-top: 10px !important;
  margin-left: 0px;
  width: 820px;
  height: 360px;
}
/*** Slide32 ***/
.image-slide32 {
  text-align: left;
  margin-top: 10px !important;
  margin-left: 0px;
  width: 820px;
  height: 355px;
}
.legende-image-slide32 {
position: absolute;
  z-index:10000;
  width: 260px;
  height: 80px;
top: 150px;
left: 464px;
}
.legende-image-slide32 p{
text-align: left!important;
text-transform: uppercase;
  font-size: 12px !important;
  margin-right: 0px;
  margin-top: 0px !important;
  margin-left: 0px;
  line-height: 1.4;
}
.legende-image-slide32 p b{
  margin-right: 15px !important;
}
/*** Slide34 ***/
.cartouche {
  margin-right: 100px;
  margin-top:20px !important;
  margin-bottom: 20px !important;
}
/*** Slide 35 ***/
.cartouche2 {
  margin-right: 100px;
  margin-top:10px !important;
  margin-bottom: 20px !important;
}
th.tab-slide35A {
  color:#444958;
  font-size: 18px;
  text-align: left;
   padding-top:5px; /** Avant 7px */
  padding-bottom: 5px; /** Avant 7px */
  padding-left: 10px
  width:150px;
  letter-spacing: 0.4em;
}
td.tab-slide35B {
  color:#444958;
  font-size: 15px; /** Avant 16px **/
  text-align: left;
  padding-top:5px; /** Avant 7px */
  padding-bottom: 5px; /** Avant 7px */
  padding-left: 10px
}
/*** Slide37 ***/
.image-slide37 {
  float: left;
  margin-top: 10px !important;
  margin-left: 0px;
  width: 61%; /* Avant 602px */
  height: 61%; /* Avant 403px */
}
/*** Slide38 ***/
.image-slide38 {
  text-align: left;
height: 480px;
width: 420px;
margin-top: 38px !important;
margin-left: 0px;
top: -120px;
position: absolute;
left: 10px;
float: left;
}
/*** Slide39 **/
.image-slide39 {
  text-align: left;
  height: 185px;
  width: 840px;
  margin-top: 10px !important;
  margin-left: 0px;"
}

/*** Slide40 ***/
.video-slide40A {
  float: left;
  height: 147px;
  width: 260px;
  margin-top: 10px !important;
  margin-left: 0px;
  margin-bottom: 0px !important;
}
.video-slide40B, .video-slide40C  {
  float: left;
  height: 147px;
  width: 260px;
  margin-top: 67px !important;
  margin-left: 0px;
}

/*** Slide41 ***/
.ligne1-slide41 {
  position: absolute;
width: auto;
float: left;
height: auto;
z-index: 9999;
text-align: left;
top: 0px;
}
.ligne2-slide41 {
  position: absolute;
width: auto;
float: left;
height: auto;
z-index: 9999;
text-align: left;
top: 217px;
}
.colonnes2-video {
position: absolute;
top:0px;
}
.colonnes2-text {
 position: absolute;
top: 0px;
margin-left: 20px;
width: 470px;
height: 200px;
left: 300px;
}

.text-18-lineheightV2 {
  font-size:16px !important; /** Avant 18px !important **/
  line-height: 1.4 !important; /** Avant 1.4em !important **/
}
.image-slide41 {
  float: left;
  height: 189px;
  width: 260px;
  margin-top: 10px;
  margin-left: 0px;
}
.video-slide41 {
  float: left;
height: 160px;
width: 280px;
margin-left: 0px;
margin-top: 5px !important;
margin-right: 30px;
margin-bottom: 5px !important;
}
/*** Slide42 ***/
.text-18-lineheight-bottom {
  text-align: left;
  font-size:16px !important; /** Avant 18px !important **/
  line-height: 1.5 !important; /** Avant 1.6em !important **/
  margin-bottom: 15px;
}
.image-slide42A {
  float: left;
  height: 405px;
  width: 244px;
  margin-top: 0px !important;
  margin-left: 0px;
}
.uppercase-slide42 {
  text-transform: uppercase;
}
.legende-slide42A {
  margin-top: 60px !important;
}
.legende-slide42B {
  margin-top: 96px !important;
}
.legende-slide42C {
  margin-top: 55px !important;
}
.legende-slide42D {
  margin-top: 49px !important;
}
.image-slide42B {
  float: left;
  height: 26px;
  width: 165px;
  margin-top: 50px !important;
}
.image-slide42B-V2 {
  float: left;
  height: 36px;
  width: 165px;
  margin-top: 50px !important;
}
.image-slide42C {
  float: left;
  height: 26px;
  width: 165px;
}
/*** Slide43 ***/
.video-slide43 {
  float: left;
  height: 217px; /** avant 200px **/
  width: 380px; /** avant 350px **/
  margin-top: 0px !important;
  margin-left: 0px;
  margin-right: 30px;
  margin-bottom:5px !important;
}
.image-slide43A {
  float: left;
  height: 216px;
  width: 260px;
  margin-top: 10px !important;
  margin-left: 0px;
}
.image-slide43B {
  float: left;
  height: 216px;
  width: 260px;
  margin-top: 10px !important;
  margin-left: 0px;
}
/*** Slide44 ***/
.image-slide44 {
  float: right !important;
  height: 380px;
width: 362px;
  margin-top: 0px !important;
  margin-left: 0px;
  margin-bottom:5px !important;
}
/*** Slide45 ***/
.video-slide45 {
  float: left;
  height: 217px;
  width: 380px;
  margin-top: 0px !important; 
  margin-left: 0px; 
  margin-right: 0px; 
  margin-bottom:5px !important;
}
.colonnes2-text-45 {
 position: absolute;
top: 0px;
margin-left: 20px;
width: 500px;
left: 300px;

}
.image-slide45 {
  float: left; 
  height: 153px;
width: 280px;
  margin-top: 20px !important; 
  margin-left: 0px; 
  margin-right: 30px;
}
/*** Slide46 ***/
.image-slide46A {
  float: left;
  height: 216px;
  width: 380px ;
  margin-top: 0px !important;
  margin-left: 0px;
  margin-right: 30px;
  margin-bottom:5px !important;
  border: solid 1px #aaaaaa;
}
.image-slide46B {
  float: left;
  height: 305px;
  width: 314px;
  margin-top: 0px !important;
  margin-left: 0px;
}
.legende-slide46A {
  margin-top: 91px !important;
}
.legende-slide46B {
  margin-top: 18px !important;
}
.legende-slide46C {
  margin-top: 23px !important;
}
.legende-slide46D {
  margin-top: 15px !important;
}
.legende-slide46E {
  margin-top: 17px !important;
}
/*** Slide47 ***/
.image-slide47A, .image-slide47B {
  float: left;
  height: 216px;
  width: 380px ;
  margin-top: 0px !important;
  margin-left: 0px;
  margin-right: 30px;
  margin-bottom:15px !important;
}
.image-slide47B {
  height: 361px;
  width: 380px ;
  margin-top: 20px !important; 
}
.image-slide47B-V3 {
  margin-top: 0px !important; 
}
.chiffre01-video1, .chiffre02-video2{
  float: left;
}
.chiffre01-video1 p, .chiffre02-video2 p {
  text-align: left;
font-size: 14px;
line-height: 1.2em;
font-weight: 600;
margin-top: 2px !important;
margin-bottom: 0px;
padding-right: 5px;
margin-left: -10px !important;
}
.text-14-slide47 {
  text-align: left;
  margin-left:30px;
  font-size:14px !important;
  line-height: 1.2 !important;
}
/** Debut Modification 01/2019 **/
.zone-vignettes {
width: 820px !important;
height: auto;
float: left;
position: relative;
text-align: center;
}
.colonnes4-V3-2019 {
width: 160px !important;
margin-left: 0px !important;
}
.video-slide47-V3-2019 {
float: left;
height: 89px !important;
width: 157px !important;
margin-top: 0px !important;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 5px !important;
}
.zone-download {
width: 820px;
height: auto;
position: relative;
float: left;
text-align: center;
z-index: 9999;
}
.colonnes2-V3 {
position: relative;
width: 280px;
float: left;
height: auto;
margin: 0px;
z-index: 9999;
text-align: left;
}
.zone-2colonnes {
position: relative;
width: 820px;
float: left;
height: auto;
margin-top: 0px;
z-index: 9999;
clear:both;
text-align: center;
}
.image-slide47B-V3-2019 {
  height: 310px !important;
  width: 326px !important;
  margin-top: -60px !important; 
  margin-right:80px;
}
.vignette+text {
margin-top:10px;
}
/** Fin Modification 01/2019 **/

/*** Slide48 ***/
.image-slide48A, .image-slide48B {
  float: left;
  height: 405px;
  width: 244px;
  margin-top: 0px !important;
   margin-left: 0px;
}
.legende-slide48A {
  margin-top: 60px !important;
}
.legende-slide48B {
  margin-top: 96px !important;
}
.legende-slide48C {
  margin-top: 55px !important;
}
.legende-slide48D {
  margin-top: 49px !important;
}
/*** Slide49 ***/
.colonnes2-video49 {
    position: absolute;
    top: 0px;
    width: 300px;
}
.video-slide49 {
  float: left;
  height: 216px;
  width: 380px ;margin-top: 0px !important;
  margin-left: 0px;
  margin-right: 30px;
  margin-bottom:5px !important;
}
.image-slide49 {
  position: relative;
float: left;
height: 190px;
width: 280px;
margin-top: 0px !important;
  margin-left: 0px;
  margin-right: 30px; 
  margin-top:20px !important;
}

/*** Slide50 ***/
.image-slide50 {
float: left;
height: 372px;
width: 755px;
margin-top: 10px !important;
margin-left: 0px;
}

.text-visage-veines1-slide50 p, .text-visage-veines2-slide50 p {
  color:#fff;
  text-align: right !important;
  line-height: 1.3 !important;
  font-size:16px !important;
  font-weight:300 !important;
}
.text-visage-veines2-slide50 {
    position: absolute;
    z-index: 10000;
    float: left;
    margin-right: 0px;
    margin-left: 0px;
    width: 65px;
    height: auto;
top: 139px;
left: 471px;
}
.text-visage-veines1-slide50 {
position: absolute;
z-index: 10000;
float: left;
margin-right: 0px;
margin-left: 0px;
width: 250px;
height: auto;
top: 182px;
left: 203px;
}
/*** Slide51 ***/
.image-slide51 {
  float: left;
  height: 405px;
  width: 840px;
  margin-top: 0px;
  margin-left: 0px;
}
/*** Slide52 ***/
.image-slide52 {
  float: left;
  height: 405px;
  width: 347px;
  margin-top: 0px;
  margin-left: 0px; 
}
/*** Slide53 ***/
.image-slide53A, .image-slide53B {
  float: left;
  height: 405px;
  width: 400px;
  margin-top: 0px;
  margin-left: 0px;
}
.image-slide53B {
  margin-left: 10px;
}
/*** Slide54 ***/
.image-slide54 {
  float: left;
  margin-top: 10px !important; 
  margin-left: 0px;
  width: 420px;
}

/*** Slide56 ***/
.text-slide56A {
  margin-top: 0px !important;
  font-size: 18px !important;
  line-height: 1.4 !important;
}
.text-slide56B, .text-slide56C {
  font-size: 16px !important;
  line-height: 1.4 !important;
  padding-right:20px;
}

/*** Slide58 ***/
.text-slide58A {
text-transform: uppercase;
line-height: 1.4 !important;
margin-top: 0px !important;
}
.exposant58A {
font-size:10px;
}
.text-slide58B, .text-slide58C, .text-slide58D {
  font-size:16px !important; /** Avant 17px !important **/
  line-height: 1.4 !important;
  padding-right: 20px;
}
.text-slide58C {
  padding-right: 10px; 
  padding-left: 10px;
}

/***PART4 ***/
.image-slide7-PART4 {
  float: left;
height: 217px;
width: 380px;
margin-top: 0px !important;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 5px !important;
  border: 1px solid #444a59;
}

.video-slide47 {
  float: left;
height: 153px;
width: 280px;
margin-top: 0px !important;
margin-left: 0px;
margin-right: 70px;
margin-bottom: 5px !important;
}

.video-slide47-V3, .video-slide47-V3-droite {
    float: left;
    height: 108px;
    width: 190px;
    margin-top: 0px !important;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px !important;
}
.colonnes4-V3 {
  width: 190px !important;
  margin-left: 0px !important;
}

.text-margin0 {
  margin-top: 0px !important;
}


/*** PART RESULTS ***/
.text-results-name-product {
  font-size: 20px !important;
  line-height: 1;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.legende-results, .legende-results2 {
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2em;
  font-weight:100;
  text-align: center !important;
  margin-top: 0px !important;
}
.legende-results2 {
  padding-left: 10px;
}
.text-16-lineheight-results {
  margin-left: 0px !important;
  font-size: 16px !important;
  line-height: 1.3 !important;  
}
.cartouche-results {
  z-index: 10000;
  position: absolute;
  top: 46px;
  right: 20px !important;
  float:right;
  text-align: center;
  width: 220px;
  height: 32px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase !important;
  letter-spacing: 0.2em;
  border: 1px solid #444a59;
  padding: 5px;
}


/*** Slide60 ***/
.result-slide60A, .result-slide60B {
  float: left;
  width: 390px;
  height: 305px;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.result-slide60B {
  float: right;
}
/*** Slide61 ***/
.result-slide61A, .result-slide61B {
  float: left;
  width: 390px;
  height: 305px;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.result-slide61B {
  float: right;
}
/*** Slide62 ***/
.result-slide62A, .result-slide62B {
  float: left;
  width: 390px;
  height: 240px;
  margin-top: 10px !important;
}
.result-slide62B {
  float: right;
}

/*** Slide84 ***/
.slide84 p{
  margin-top: 25% !important;
  text-align: center !important;
  font-size: 60px !important;
  line-height: 1.2 !important;
}
/*** Slide86 ***/
th.tab-slide86A {
color: #444958;
font-size: 18px;
text-align: left;
   padding-top:5px; /** Avant 7px **/
  padding-bottom: 5px; /** Avant 7px **/
  padding-left: 10px;
width: 400px;
letter-spacing: 0.3em;
line-height: 1em;
}
.sous-titre86 {
  font-size: 14px !important;
  letter-spacing: 0em !important;
  line-height: 1em;
}
td.tab-slide86B {
  color:#444958;
  font-size: 16px;
  text-align: left;
     padding-top:5px; /** Avant 7px **/
  padding-bottom: 5px; /** Avant 7px **/
  padding-left: 10px;
  line-height: 1.1em !important;
}
/*** Slide93 ***/
.image-slide93 {
  float:left;
  height: 185px;
  width: 569px;
  margin-top: 10px !important;
}


/* DEBUT ELEMENTS VIDEO */
/*** debut elements pour telecharger les videos code pour safari ***/
.no-adownload .box { color: red; }
.adownload .box { color: green; }
/*** fin elements pour telecharger les videos code pour safari ***/

/*** debut code pour lien telecharger les videos ***/
.text_telecharger {
  position: relative;
  width: 400px;
  float: left !important;
  height: auto;
  margin: 0px !important;
  z-index: 9999;
}
.text_telecharger a{
  margin-top: 10px !important;
  font-size: 14px !important;
  text-align: left !important;
  float: left;
  margin-bottom: 10px !important;
  font-weight: 400;
  color:#6da9c0;
}
.text_telecharger a:hover{
  font-size: 14px !important;
  text-align: left !important;
  font-weight: 400;
  color:#6da9c0 !important;
  text-decoration: none !important;
}
.text_telecharger a:active,
.text_telecharger a:focus {
  font-size: 14px !important;
  text-align: left !important;
  color:#6da9c0 !important;
  text-decoration: none !important;
}
p.text_linkmovie{
  margin-top: 0px !important;
  font-size: 14px !important;
  font-weight: 400;
  color:#6da9c0 !important;
}
.text_linkmovie a {
  margin-top: 0px !important;
  font-size: 14px !important;
  text-align: left !important;
  font-weight: 400;
  color:#6da9c0 !important;
}
.text_linkmovie a:hover{
  font-size: 14px !important;
  text-align: left !important;
  font-weight: 400;
  margin-top: 0px !important;
  color:#6da9c0 !important;
  text-decoration: none !important;
}
.text_linkmovie p a:active,
.text_linkmovie p a:focus {
  font-size: 14px !important;
  text-align: left !important;
  margin-top: 0px !important;
  color:#6da9c0 !important;
  text-decoration: none !important;
}
/*** fin code pour lien telecharger les videos ***/

/*** Slide 86 ***/
th.tab-slide86A {
    font-size: 16px;
}
.sous-titre86 {
    font-size: 12px !important;
}
td.tab-slide86B {
  font-size: 15px;
  line-height: 1.2 !important;
}
td.padslide86 {
  padding-bottom: 5px;
  padding-top: 5px;
}


/* NAVIGATION SLIDESHOW */
/*#navigation{ /** Ancienne version 
  bottom: 7%;
  position:absolute;
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
  left:0;
  right:0;
  text-align: center;
  z-index:999;
}*/

#navigation {
  bottom: 11%;
position: fixed;
margin-left: auto;
margin-right: auto;
left: 0;
right: 30px;
z-index: 999;
height: 40px !important;
text-align: center;
max-width: 880px;
}
#navigation btn{
  text-align: left;
}
#navigation sup{
  font-size: 8px;
  font-family:'Open Sans'! important;
  font-weight:400;
  vertical-align: 0.3em;
}

/*Set my logo in bottom left*/
/*#logo {
  bottom:30px;
  height:auto;
  left:30px;
  position:absolute;
  width:34%;
  z-index:1000;
}
#logo img {
  width:100%;
}*/

/* 2. Navmenu */
/* */
/* COPYRIGHT */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrap {
  color:#444a58;
  font-family: 'Open Sans';
  font-size: 10px;
  padding: .25em;
  position: fixed;

  bottom: 10px;
  left: 0;
  transform-origin: top left;
  transform: translateY(100%) rotate(-90deg);
}

.navbar-default {
  border: none;
  border-radius: 0px;
  /* MODIFICATION CED - AVANT border-bottom: 1px solid rgba(255,255,255,0.15);*/
  border-bottom: 1px solid #fff;
  background-color: #fff;
  z-index: 99999999;
}

.navbar-default .navbar-brand {
  font-family: 'Open Sans',sans-serif;
  color: #fff;
  margin-left: 26%;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active {
  color: #fff;
  background: none !important;
}

.navbar-default .navbar-collapse {
  /* MODIFICATION CED - AVANT border-color: rgba(255,255,255,.02);*/
  border-color: #222;
}

.navbar-default .navbar-toggle {
  border-color: #222;
  background-color: #222;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #999;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #333;
}

.navbar-default .nav li a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Open Sans',sans-serif;
  font-weight: 100;
  color: #b5b7bd;
  font-size: 11px;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 15px 11px 10px 7px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  outline: 0;
  color: #444a59;
  font-weight: 400;
}

.navbar-default .navbar-nav >.active > a {
  border-radius: 0;
  color: #444a59 !important;
  background: none !important;
  font-weight: 400;
}

.nav-header-custom {
  background: none repeat scroll 0% 0% #fff !important;
  padding: 10px 0px !important;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
}

.nav-animate {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transition: .5s !important;
  z-index: 99990;/*999999999*/
  background: #fff !important;
  padding: 10px 0 !important;
  margin-top: 0px;
}

#arrow_left, #arrow_right {
  bottom:-69px !important;
  height:67px;
  position:absolute;
  right:51px;
  width:36px;
  z-index:1000;
}
#arrow_left {
  right:116px;
}
      
#arrow_left:hover, #arrow_right:hover {
  bottom:-69px !important;
}
#arrow_left:active, #arrow_right:active {
  bottom:-69px !important;
}
a {
  color:#444a59;
  text-decoration:none;
  font-size:18px;
}
a:hover {
  color:#fff !important;
  text-decoration:none;
  font-size:18px;
}
a.btn-telecharger {
  color:#444a59;
}
a:hover.btn-telecharger {
  color:#444a59 !important;
}
.open > a,.sidebar-nav li a:hover {
  background: rgba(255,255,255,0.2);
} 

/** Modif Vincent ***/
/**.sidebar-nav li a:hover {
  background: rgba(255,255,255,0.2);
} 

a .dropdown-toggle :active {
 background: rgba(255,255,255,0.2);
} **/



.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 320px;
  padding: 5px 0;
  margin: 0px 0 0;
  color:#fff;
  font-weight: 100;
  font-size: 13px;  
  text-align: left;
  list-style: none;
  background-color: #696d79;
  border-radius: 0px !important;
  border:none !important;
  -webkit-box-shadow:none;
  box-shadow: none;
  /*-webkit-background-clip: padding-box;
          background-clip: padding-box;*/
  /*border: 1px solid #fff;*/
  /*border: 1px solid rgba(34, 34, 34, .5);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(34, 34, 34, .5); 
          box-shadow: 0 6px 12px rgba(34, 34, 34, .5); */ 
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  margin-left: 8px;
  clear: both;
  font-weight: 100;
  line-height: 1.42857143;
  color: #fff;
  font-size:13px;
  white-space: nowrap;
}
.last-li {
  margin-bottom: 11px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  /*line-height: 1.42857143;*/
  color: #444958 !important;
  font-size:13px;
  white-space: nowrap;
  font-weight: 100 !important;
  font-family: 'Open Sans';
  text-decoration: none;
  background-color: #696d79;/* Color de fd de la li au survol*/
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #444958 !important;
  text-decoration: none;
  background-color: #428bca;

  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
/*** Reglages CSS pour ecran portable **/
@media (max-width: 992px){
  .inter-840 p sup{ /** Reglage exposant TM **/
  /*font-size: 7px; *//* avant 10px */
}

.in-slide-content p{
  font-size:14px; /* avant 15px */
  line-height: 1.2; /*avant 1.3 */
  margin-top:7px; /* avant 10px */
  margin-bottom: 7px; /* avant 10px */
}
.in-slide-content p sup {
  font-size: 8px !important;
  vertical-align: 0.1em !important;
}
.in-slide-content h1{
  font-size: 20px; /* avant 24px */
}
.in-slide-content h1 sup {
  font-size: 7px; /* avant 9px */
  vertical-align: 0.8em; /* avant 0.6em */
}
.in-slide-content h2 {
  font-size: 12px; /* avant 18px */
  margin-top: -12px !important; /* avant -16px */
}
.in-slide-content h2 sup {
  font-size: 7px; /* avant 9px */
  vertical-align: 0.6em; /* avant 0.6em */
  letter-spacing: -0.4em;
}
.in-slide-content h3 {
  text-align: left;
  margin-top: 3%; /* avant 5% */
  font-size: 21px; /* avant 22px */
  line-height: 1.1; /* avant 1.3 */
  }
.in-slide-content h3 sup {
  font-size: 7px; /* avant 9px */
  vertical-align: 0.8em; /* avant 0.6em */
}

/*** Debut Slide 3 de modif VG ***/
.ligne1-slide3, .ligne3-slide3{
position: relative;
float: left;
height: auto;
z-index: 9999;
text-align: center;
width: 840px;
}
.ligne2-slide3 {
  position: relative;
float: right;
height: auto;
z-index: 9999;
text-align: center;
width: 280px;
}
.ligne1-slide3 img, .ligne2-slide3 img, .ligne3-slide3 img {
  margin-bottom: 0px !important;
   width: 75%;
  height:75%;

}
.legende-slide3-text1 p, .legende-slide3-text2 p, .legende-slide3-text3 p {
font-size: 13px !important;
top: 97px;
left: 80px;
}
.legende-slide3-text2 p{
  top:36px;
  left:100px;
}
.legende-slide3-text3 p{
  top:31px;
  left:108px;
}
.btn-rouge {
    margin-top: 7% !important;
}
.colonne3-slide3 {
  margin-top: -86px !important;
}



/*** Slide5 ***/
.text-18-lineheight, .titre-slide18, .text-slide19 {
  font-size: 14px !important; /** Avant 15px !important **/
  line-height: 1.3 !important; /** Avant 1.3em !important **/
}
.text-16-lineheight {
  margin-left: 10px !important;
  font-size: 14px !important;
  line-height: 1.3 !important;  
}

/*** Slide6 ***/
.text-18-lineheight-margin-left {
  margin-left: 10px !important;
  font-size: 14px !important; /** Avant 15px !important **/
  line-height: 1.4 !important;
}
.text-18-lineheight-padding-left{
  padding-left: 40px !important; 
  line-height: 1.4 !important; 
  font-size: 14px !important; /** Avant 15px !important **/
}
.image-slide6-1, .image-slide6-2 {
  margin-bottom: 0px !important;
}

/*** Slide7 ***/
.text-18-lineheight-margin-left-bottom {
  line-height: 1.4 !important; 
  font-size: 14px !important; /** Avant 15px !important **/
}

/*** Slide9 ***/
.btn-dark5 p {
text-align: left;
}
.btn-dark5 {
    margin-top: 55px !important;
}

/*** Slide10 ***/
.colonnes3-slide10 p {
  text-align:right !important;
}
.slide10-titre1{
  font-size: 34px;
}
.slide10-titre2{
  font-size: 18px;
  vertical-align: 0.6em;
}
.slide10-titre3 {
  font-size:14px;
  line-height: 1.0 !important;
}
/*** Slide 13 ***/
.box-products{
  margin-top:15px !important;
  width: 656px;
  height: 328px;
}
/*** Slide 14 ***/
.slide14-logo{
  margin-bottom: 5px !important;
}
/*table.color-fd-tab {
  background-color: #444958;
}
th.colonne1 {
  width:150px;
  color:#fff;
  font-size: 10px;
}
th.colonne2 {
  width: 230px;
  border: 1pt solid #fff;
}
th.colonne2 img{
  width: 75% !important;
  height: 75% !important;
}
td.text1 {
  font-size: 10px; 
  font-weight: 600; 
  line-height: 1.1 !important; 
  padding-top: 5px; 
  padding-bottom: 5px;
}
td.text2, td.text2-strong {
  font-size: 10px;
  line-height: 1.1 !important;
  padding: 5px; 
  border: 1pt solid #fff;
} */
.in-slide-content .text-16-lineheight-padding-left2 {
  line-height: 1.3 !important; 
  font-size: 15px !important;
}

/*** Slide 15 ***/
.slide15-visuel {
  width: 80%;
  height: 80%;
}
.slide15-text-legende1{
  top: 167px;
  left:60px;
}
.slide15-text-legende2{
  top: 200px;
  left:60px;
}
.slide15-text-legende3{
  top: 224px;
  left:60px;
}
.slide15-text-legende4{
  top: 258px;
  left:60px;
}
.slide15-text-legende5{
  top:115px;
  left:550px;
}
.slide15-text-legende6{
  top: 177px;
  left:550px;
}
.slide15-text-legende7{
  top: 205px;
  left:550px;
}
.slide15-text-legende8{
  top: 261px;
  left:550px;
}
.slide15-text-legende9{
  top: 301px;
  left:550px;
}

.slide15-text-legende10{
  top: 144px;
left: 550px;
}

/*** Part 2 ***/
.slide-debut h3 {
  text-align: center;
  margin-top: 6%;
}
/*** Slide 18 ***/

.image-slide18 {
  float:left;
  width: 85%;
  height: 85%;
}
.legende-slide18-A p, .legende-slide18-B p, .legende-slide18-C p, .legende-slide18-D p, .legende-slide18-E p{
  text-align: left;
  width: 140px;
  height: auto;
  font-size:11px !important;
  line-height: 1.0 !important;
  top: 119px;
  left: 327px;
}
.legende-slide18-B p{
  top: 148px;
}
.legende-slide18-C p{
  top: 196px;
}
.legende-slide18-D p{
  top: 233px;
}
.legende-slide18-E p{
  top: 250px;
}
/*** Slide 19 ***/
.image-slide19A {
  width: 75%;
  height: 75%;
}
.image-slide19B {
  width: 54%;
  height: 54%;
}
/*** Slide 18E corrections VG ***/
.image-slide18E img {
  height: 85%;
  width: 85%;
  margin-left: 75px;
}

/*** Slide 20 ***/
.image-slide20A, .image-slide20B {
  width: 80%;
  height: 80%; 
}

/*** Slide 22 ***/
.image-slide22 img {
  width: 80%;
  height: 80%;
  float: left;
}
.legende-slide22-A p{
  font-size: 15px !important;
  top: 271px;
  left: 20px;
}
.legende-slide22-B p{
  font-size: 15px !important;
  top: 271px;
  left: 350px;
}
/*** Slide 23 ***/
.schema-slide23 img {
  width: 75%;
  height: 75%;
  float: left;
}
.legende-slide23-chiffre1 p, .legende-slide23-chiffre2 p, .legende-slide23-chiffre3 p, .legende-slide23-chiffre4 p, .legende-slide23-chiffre5 p{
  font-size: 15px !important;
  top: 132px;
  left: 119px;
}
.legende-slide23-chiffre2 p {
  top: 170px;
  left: 135px;
}
.legende-slide23-chiffre3 p {
  top: 141px;
  left: 315px;
}
.legende-slide23-chiffre4 p {
  top:200px;
  left:287px;
}
.legende-slide23-chiffre5 p {
  top:270px;
  left:246px;
}
.legende-slide23-text1 p, .legende-slide23-text2 p, .legende-slide23-text3 p, .legende-slide23-text4 p, .legende-slide23-text5 p{
  font-size: 15px !important;
  left:460px;
  top:43px;
}
.legende-slide23-text-chiffre1 p, .legende-slide23-text-chiffre2 p, .legende-slide23-text-chiffre3 p, .legende-slide23-text-chiffre4 p, .legende-slide23-text-chiffre5 p{
  font-size: 15px !important;
  left:430px;
  top:43px;
}
.legende-slide23-text2 p, .legende-slide23-text-chiffre2 p {
  top:93px;
}
.legende-slide23-text3 p, .legende-slide23-text-chiffre3 p {
  top:143px;
}
.legende-slide23-text4 p, .legende-slide23-text-chiffre4 p {
  top:193px;
}
.legende-slide23-text5 p, .legende-slide23-text-chiffre5 p {
  top:243px;
}

/*** Slide 25 ***/
.legende-slide25-text-chiffre1 p, .legende-slide25-text-chiffre2 p, .legende-slide25-text-chiffre3 p, .legende-slide25-text1 p, .legende-slide25-text2 p, .legende-slide25-text3 p, .legende-slide25-text-chiffre1b p, .legende-slide25-text-chiffre2b p, .legende-slide25-text-chiffre3b p, .legende-slide25-text-chiffre4b p, .legende-slide25-text-chiffre5b p, .legende-slide25-text1b p, .legende-slide25-text2b p, .legende-slide25-text3b p, .legende-slide25-text4b p, .legende-slide25-text5b p{
  font-size: 15px !important;
  line-height: 1.1;
}

/*** Slide 26 ***/
.titre-slide26 p, .slide26 p, .slide84 p{
  margin-top: 20% !important;
  font-size: 54px !important;
}

/*** Slide 28 ***/
.image-slide28 {
  width: 90%;
  height: 90%;
}
.visage3-text {
  margin-top: 125px;
}

/*** Slide 29 ***/
.image-slide29 {
  width: 46%;
  height: 46%;
}
.text-slide27 {
    margin-top: 140px;
    margin-right: 132px !important;
}
.text-slide27 p{
  font-size: 15px !important; 
  line-height: 2.5 !important; 
}

/*** Slide 29 corrections VG ***/
.text-slide29 {
    margin-top: 140px;
    margin-right: 134px !important;

}
.text-slide29 p {
        font-size: 14px !important;
  line-height: 2.75!important;
}


/*** Slide 30 ***/
.image-slide30 {
  width: 73%;
  height: 73%;
}

/*** Slide 31 ***/
.image-slide31 {
  width: 82%;
  height: 82%;
}
/*** Slide 32 ***/
.image-slide32 {
  width: 88%;
  height: 88%;
}
/** Slide5 PART 3 
slide32 **/
.legende-image-slide32 {
position: absolute;
  z-index:10000;
  width: 260px;
  height: 80px;
top: 95px;
left: 464px;
}

/*** Slide 35 ***/
th.tab-slide35A {
  font-size: 16px;
}
td.tab-slide35B {
  font-size: 15px;
}

/*** Slide 37 ***/
.image-slide37 {
  width: 51%;
  height: 51%;
}

/*** Slide 38 ***/
.image-slide38{
  width: 80%;
  height: 80%;
}

/*** Slide 41 ***/
.ligne {
  margin-top: 0px;
}
.video-slide41{
  width: 73%;
  height: 73%;
  margin-bottom:0px !important;
}
.text-18-lineheightV2 {
  font-size: 14px !important; /** Avant 15px !important **/
  line-height: 1.2 !important;
}
.colonnes3bis, .colonnes3bis-trait {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border: none;
}
#cerclechiffrepetit {
  width: 27px !important;
  height: 27px !important;
}
#cerclechiffrepetit p {
  font-size: 13px;
  margin-left: 6px;
  margin-top:8px;
}
.image-slide41 {
  width: 75%;
  height: 75%;
}
.image-slide41 img{
  margin-bottom: 0px;
}
/*** Slide 42 ***/
.image-slide42A {
  width: 50%;
  height: 50%;
}
.legende-slide42A {
  margin-top: 51px !important;
}
.legende-slide42B {
  margin-top: 71px !important;
}
.legende-slide42C {
  margin-top: 40px !important;
}
.legende-slide42D {
  margin-top: 37px !important;
}

/*** Slide 43 ***/
.video-slide43{
  width: 80%;
  height: 80%;
  margin-bottom:0px !important;
}
.legend-3col {
  margin-top: 0px !important;
    font-size: 12px !important;
    line-height: 1.1 !important;
}
.image-slide43A, .image-slide43B {
  margin-top: 0px !important;
  margin-left: 50px;
  width: 56%;
  height: 56%
}

/*** Slide 44 ***/
.image-slide44{
  width: 70%;
  height: 70%;
}

/*** Slide 45 ***/
.video-slide45{
  width: 80%;
  height: 80%;
  margin-bottom:0px !important;
}
.image-slide45{
  margin-top: 5px !important;
  width: 67%;
  height: 67%;
}

/*** Slide 46 ***/
.image-slide46A {
  width: 70%;
  height: 70%;
}
.image-slide46B {
  width: 48%;
  height: 48%;
}
.legende-slide46A{
  margin-top: 65px !important;
}
.legende-slide46B{
  margin-top: 7px !important;
}
.legende-slide46C{
  margin-top: 12px !important;
}
.legende-slide46D{
  margin-top: 7px !important;
}
.legende-slide46E{
  margin-top: 8px !important;
}

/*** Slide 47 ***/
.video-slide47 {
  margin-right: 50px;
}
.image-slide47B {
  width: 70%;
  height: 70%;
  margin-top: 0px;
  margin-right: 120px;
}

/*** Slide 48 ***/
.image-slide48A {
  width: 55%;
  height: 55%;
}
.image-slide48B {
  width: 55%;
  height: 55%;  
}
.legende-slide48A{
  margin-top: 59px !important;
}
.legende-slide48B{
  margin-top: 83px !important;
}
.legende-slide48C{
  margin-top: 47px !important;
}
.legende-slide48D{
  margin-top: 42px !important;
}

/*** Slide 49 ***/
.video-slide49 {
  width: 80%;
  height: 80%;
}
.image-slide49{
  width: 80%;
  height: 80%;
  margin-top: 0px !important;
}
.text18-slide49 {
  margin-top: 0px !important;
}

/*** Slide 50 ***/
.text-18-slide50 {
  margin-top: 0px !important;
}
.image-slide50 {
  width: 80%;
  height: 80%;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.text-visage-veines1-slide50 {
top: 150px;
left: 155px;
}
.text-visage-veines2-slide50 {
top: 112px;
left: 413px;
}
.text-visage-veines1 p, .text-visage-veines2 p {
  font-size: 14px !important;
  font-weight: 500;
}

/*** Slide 51 ***/
.image-slide51 {
  width: 88%;
  height: 88%;
}
.text-schema13 p, .text-schema14 p {
  font-size: 13 !important;
}
.text-schema13 {
  top: 38px;
  left: 189px;
}
.text-schema14 {
  top: 255px;
  left: 429px;
}
.text-legende15 p, .text-legende16 p, .text-legende17 p, .text-legende18 p {
 font-size: 13 !important;
}
.text-legende15, .text-legende16, .text-legende17, .text-legende18 {
  top:88px;
  left:575px;
}
.text-legende16 {
  top:115px;
}
.text-legende17 {
  top:138px;
}
.text-legende18 {
  top:169px;
}

/*** Slide 52 ***/
.image-slide52 {
  width: 80%;
  height: 80%;
}
.text-legende9 p, .text-legende10 p, .text-legende11 p, .text-legende12 p {
  font-size: 11px !important;
  line-height: 1.2 !important;
}
.text-legende9 {
  top: 113px;
  left: 20px;
}
.text-legende10 {
  top: 159px;
  left: 10px;
}
.text-legende11 {
  top: 103px;
  left: 241px;
}
.text-legende12 {
  top: 162px;
  left: 244px;
}

/*** Slide 53 ***/
.image-slide53A {
  width: 83%;
  height: 83%;
}
.image-slide53B {
  width: 83%;
  height: 83%;
}
.text-legende1 p, .text-legende2 p, .text-legende3 p, .text-legende4 p, .text-legende5 p, .text-legende6 p, .text-legende7 p, .text-legende8 p {
  font-size: 13px !important;
  margin-top: 0px !important;
  line-height: 1.1 !important;
}
.text-legende1 {
  top:9px;
  left: 134px;
}
.text-legende2 {
  width: 95px;
  top: 125px;
  left: 41px;
}
.text-legende3 {
  top: 147px;
  left: 209px;
}
.text-legende4 {
  top: 266px;
  left: 276px;
}
.text-legende5, .text-legende6, .text-legende7, .text-legende8 {
  left: 191px;
  top: 5px;
}
.text-legende6 {
  top: 107px;
}
.text-legende7 {
  top: 169px;
}
.text-legende8 {
  top: 243px;
}

/*** Slide 54 ***/
.image-slide54 {
  width: 47%;
  height: 47%;
}

/*** Slide 55 ***/
.picto {
  margin-right: 18px;
}
.picto img{
  width: 78%;
  height: 78%;
}
.picto-text1, .picto-text2, .picto-text3, .picto-text4 {
  margin-top: 12px;
}

/*** Slide 56 ***/
.text-slide56A {
    margin-top: 0px !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
}
.text-slide56B, .text-slide56C {
    font-size: 14px !important;
    line-height: 1.3 !important;
    padding-right: 20px;
}
/*** Correction VG ***/
.pagination-chiffre1 {
  position: relative;
  text-align: right;
  float: right;
  background: #fff;
  margin: 0px 5px 0px 5px;
  width: 26px;
  height: 26px;
  line-height: 40px !important;
  border: 1px solid #000;
}
.pagination-chiffre1 p {
  text-align: center;
  font-size: 12px;
  line-height: 1.0;
  font-weight: 600;
  color: #000;
  padding-left: 1px;
}
.pagination-chiffre2 {
  position: relative;
  text-align: right;
  float: right;
  background: #000;
  margin: 0px 5px 0px 5px;
  width: 26px;
  height: 26px;
  line-height: 40px !important;
  border: 1px solid #000;
}
.pagination-chiffre2 p {
  text-align: center;
  font-size: 12px;
  line-height: 1.0;
  font-weight: 600;
  color: #fff;
  padding-left: 1px;
}

/*** Slide 58 ***/
.text-slide58A {
    margin-top: 0px !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
}
.text-slide58B, .text-slide58C, .text-slide58D {
    font-size: 14px !important;
    line-height: 1.3 !important;
    padding-right: 20px;
}

/*** Slide 84 ***/
.slide84 p{
  margin-top: 16% !important;
}

/*** Slide 86 ***/
td.padslide86 {
    padding-bottom: 4px;
    padding-top: 4px;
}

/*** Slide 93 ***/
.image-slide93 {
  width: 62%;
  height: 62%;
}

/*** PART 4 ***/
/*** Slide3-part3 ***/
.image-slide3-part3 {
  text-align:center;
  height: 72%;
  width: 72%;
}

/*** Debut Part 3 ***/
/*** Slide2 ***/
.image-slide2-part3 {
  width: 85%;
  height:85%;
}

/*** PART results ***/
.cartouche-results {
  top: 32px;
}

/*** Slide FIN ***/
.slide-fin h3 {
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
}
a {
  font-size:15px;
}

/*** MENU ***/
.dropdown-menu > li > a {
  padding: 0px 20px;
  line-height: 14px;
}
.dropdown-menu {
  width: 300px;

}



@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #222;
  background-color: #fff; /* couleur fd-texte pour sous-menu dans menu */
}
  
 
  
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #55acee;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}