
.presentation {
  padding-bottom: 2%;
}

.presentation h4 {
  color: #0079b2;
}
.presentation h4::before {
  content: '';
  display: inline-block;
  height: 16px;
  width: 20px;
  margin-right: 10px;
  background: url("../img/mortier.jpg") center center no-repeat;
  background-size: contain;
}
.presentation ul {
  list-style-image: url("../img/FRANCEPREP_ICON_LIST.png");
  padding-left: 40px;
}

.presentation .story-telling1,
.presentation .story-telling2,
.presentation .story-telling3 {
  margin-top: 20px;
}

.presentation .img-magistrale,
.presentation .img-usage,
.presentation .img-services{
  width: 100%;
}

@media screen and (max-width: 600px){
  .valign-wrapper{
    display: block;
  }
}
  


/* --------------- TIMELINE --------------- */
.timeline {
  position: relative;
}
.timeline .timeline-event {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
.timeline .timeline-event .timeline-content {
  position: relative;
  opacity: 0;
  transition: all ease 1s;
}
.timeline .timeline-event:first-child::before {
  display: none;
}
.timeline .timeline-event:last-child::after {
  display: none;
}
.timeline .timeline-event:nth-child(even) .timeline-content {
  margin-left: calc(50% + 50px);
}
.timeline .timeline-event:nth-child(odd) .timeline-content {
  margin-left: 0;
}

/* --------------- FIN TIMELINE --------------- */

img.presentation {
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  display: block;

}

#home-loader {
  z-index: 100;
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(247, 247, 247, 0.74);
  text-align: center;
}
#home-loader img {
  height: 150px;
  width: 150px;
  position: relative;
  margin-top: calc(50vh - 75px);
  animation: rubberBand infinite 1s;
}

/* --------------- ACCUEIL --------------- */
.accueil {
  position: relative;
}
.accueil > .row {
  padding: 50px 0;
  margin-bottom: 0;
}

.accueil .preparatoire {
  z-index: 50;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(0, 0, 0, 0),
    rgba(42, 37, 37, 0.663),
    rgba(17, 45, 45, 0)
  ),
    url("../img/preparatoire.jpeg");
  background-size:auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  position: relative;
  color: #fff;
  padding-top: 2%;
  display: grid;
  max-width: 90%;
}

.accueil .preparatoire h1{
  margin: 20px;
}

.accueil .preparatoire h2{
  margin: 20px;
}

.accueil .preparatoire .preparatoire-ordi{
  display: block;
}

.accueil .preparatoire .preparatoire-mobile{
  display: none;
}

@media screen and (max-width: 600px) {
  .accueil .preparatoire .preparatoire-ordi{
    display: none;
  }
  .accueil .preparatoire .preparatoire-mobile{
    display: block;
  }
}



/* ----------------- APPLI ----------------- */
.accueil .application {
  z-index: 50;
  height: 100%;
  background: url("../img/app2.png") no-repeat center;
  background-size:cover;
  position: relative;
  color: #fff;
  padding-top: 2%;
  display: inline-block;
}
.accueil .application h2 {
  text-align: center;
  font-size: 4rem;
}
.accueil .application p,
.accueil .application ul {
  font-size: 1.4rem;
}
.accueil .application ul li {
  margin-bottom: 20px;
}
.accueil .application .app-list {
  padding-left: 40px;
}
.accueil .application .app-list li i {
  position: relative;
  top: 8px;
  margin-right: 5px;
}
.accueil .application .screens {
  text-align: center;
  position: relative;
  height: 400px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.accueil .application .screens img {
  transition: opacity ease 0.5s, margin-left ease 0.5s, left ease 0.6s;
  position: absolute;
  height: 90%;
  width: auto;
  left: 1000px;
}
.accueil .application .screens img.preloaded {
  opacity: 1;
  left: calc(50% - 100px);
}
.accueil .application .screens .app1 {
  height: 100%;
  margin-top: -2.5%;
  z-index: 11;
}
.accueil .application .screens .app2.preloaded.loaded {
  margin-left: -100px;
}
.accueil .application .screens .app3.preloaded.loaded {
  margin-left: 120px;
}
.accueil .application .screens .app1:hover ~ .app2 {
  margin-left: -150px;
}
.accueil .application .screens .app1:hover ~ .app3 {
  margin-left: 170px;
}
@media screen and (max-width: 1117px) {
  .accueil .application {
    z-index: 50;
    height: 100%;
    background: url("../img/app2.png") no-repeat center;
    background-size:cover;
    position: relative;
    color: #fff;
    padding-top: 2%;
  }

  .accueil .application p,
  .accueil .application ul {
    font-size: 1rem;
  }
  .accueil .application ul li {
    margin-bottom: 5px;
  }
  .accueil .application .screens {
    text-align: center;
    position: relative;
    height: 250px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .accueil .application .screens img.preloaded {
    opacity: 1;
    left: calc(50% - 50px);
  }
  .accueil .application .screens .app2.preloaded.loaded,
  .accueil .application .screens .app1:hover ~ .app2 {
    margin-left: -70px;
  }
  .accueil .application .screens .app3.preloaded.loaded,
  .accueil .application .screens .app1:hover ~ .app3 {
    margin-left: 80px;
  }
}
@media screen and (max-width: 993px) {
  .accueil .application h2 {
    text-align: center;
    font-size: 3rem;
  }
  .accueil .application p,
  .accueil .application ul {
    font-size: 1.1rem;
  }
  .accueil .application .app-list {
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .accueil .application .app-list {
    padding-left: 10px;
    padding-right: 10px;
  }
  .accueil .application .app-list li i {
    font-size: 2rem;
  }
}
/* --------------- FIN APPLI --------------- */

.accueil .herboristerie {
  z-index: 50;
  height: 100%;
  padding-top: 2%;
  background-image: linear-gradient(
    120deg,
    rgba(0, 0, 0, 0),
    rgba(42, 37, 37, 0.663),
    rgba(17, 45, 45, 0)
  ),
  url("../img/herboristerie.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: auto, cover;
  color: #fff;
  display: grid;
  max-width: 90%;
}

.accueil .herboristerie h1{
  margin: 20px;
}

.accueil .herboristerie h2{
  margin: 20px;
}

.accueil .herboristerie .herboristerie-ordi{
  display: block;
}

.accueil .herboristerie .herboristerie-mobile{
  display: none;
}

@media screen and (max-width: 600px) {
  .accueil .herboristerie .herboristerie-ordi{
    display: none;
  }
  .accueil .herboristerie .herboristerie-mobile{
    display: block;
  }
}

.accueil .cbd {
  z-index: 50;
  height: 100%;
  padding-top: 2%;
  background-image: linear-gradient(
    120deg,
    rgba(0, 0, 0, 0),
    rgba(42, 37, 37, 0.663),
    rgba(17, 45, 45, 0)
  ),
  url("../img/cbd.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: auto, cover;
  color: #fff;
  display: grid;
  max-width: 90%;
}

.accueil .cbd h1{
  margin: 20px;
}

.accueil .cbd h2{
  margin: 20px;
}

.accueil .cbd .cbd-ordi{
  display: block;
}

.accueil .cbd .cbd-mobile{
  display: none;
}

@media screen and (max-width: 600px) {
  .accueil .cbd .cbd-ordi{
    display: none;
  }
  .accueil .cbd .cbd-mobile{
    display: block;
  }
}

.accueil #remboursement {
  z-index: 50;
  height: 100%;
  padding-top: 2%;
  background-image: linear-gradient(
    120deg,
    rgba(0, 0, 0, 0),
    rgba(42, 37, 37, 0.663),
    rgba(17, 45, 45, 0)
  ),
  url("../img/etapes/saisie.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: auto, cover;
  color: #fff;
  display: grid;
  max-width: 90%;
}

.accueil #remboursement p > a{
  color: rgba(136, 204, 235, 0.9);
}

.accueil #remboursement p > a:hover{
  color:rgba(45, 171, 229, 0.9)!important;
}

.accueil #remboursement h1{
  margin: 20px;
}

.accueil #remboursement h2{
  margin: 20px;
}

.accueil #remboursement .remboursement-ordi {
  display: block;
}

.accueil #remboursement .remboursement-mobile {
  display: none;
}

@media screen and (max-width: 600px) {
  .accueil #remboursement .remboursement-ordi {
    display: none;
  }
  
  .accueil #remboursement .remboursement-mobile {
    display: block;
  }
}

.accueil .veto {
  z-index: 50;
  height: 100%;
  padding-top: 2%;
  background-image: linear-gradient(
    120deg,
    rgba(0, 0, 0, 0),
    rgba(42, 37, 37, 0.663),
    rgba(17, 45, 45, 0)
  ),
  url("../img/veto.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: auto, cover;
  color: #fff;
  display: grid;
  max-width: 90%;
}

.accueil .veto h1{
  margin: 20px;
}

.accueil .veto h2{
  margin: 20px;
}

.accueil .veto .veto-ordi{
  display: block;
}

.accueil .veto .veto-mobile{
  display: none;
}

@media screen and (max-width: 600px) {
  .accueil .veto .veto-ordi{
    display: none;
  }
  .accueil .veto .veto-mobile{
    display: block;
  }
}

.accueil .preparation-magistrale {
  height: auto;
  background: rgba(44, 44, 44, 0.24) url("../img/ordonnance.jpg") no-repeat
    fixed center center;
  background-size: cover;
}
.accueil .preparation-magistrale * {
  text-align: center;
}
.accueil .preparation-magistrale .items .item i.material-icons {
  font-size: 5rem;
  color: #fff;
  padding: 20px;
  background-image: linear-gradient(
    135deg,
    rgba(249, 143, 132, 0.95),
    rgba(240, 18, 53, 0.95)
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.accueil .preparation-magistrale h2 {
  font-size: 3.2rem;
  color: #ffffff;
}
.accueil .preparation-magistrale p {
  color: #3b3b3b;
  font-size: 1.2rem;
}
.accueil .preparation-magistrale .items {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}
.accueil .preparation-magistrale .items .item {
  border-radius: 10px;
  width: 33.33%;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all ease 0.5s;
  margin: 15px;
  padding: 20px;
}
.accueil .preparation-magistrale .item:hover {
  box-shadow: 0 10px 10px #5c5c5c;
  transform: translateY(-5px);
}
@media screen and (max-width: 993px) {
  .accueil .preparation-magistrale {
    height: auto;
    background: rgba(44, 44, 44, 0.24) url("../img/ordonnance.min.jpg")
      no-repeat fixed center center;
    background-size: cover;
  }
  .accueil .preparation-magistrale .items {
    padding-top: 20px;
    display: block;
  }
  .accueil .preparation-magistrale .items .item {
    width: auto;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all ease 0.5s;
    margin: 10px;
  }
  .accueil .preparation-magistrale .items .item i.material-icons {
    font-size: 3rem;
    padding: 5px;
  }
}

.accueil .espace-client {
  background-color: #eee;
}

.accueil .espace-client * {
  text-align: center;
}
.accueil .espace-client h2 {
  font-size: 3.2rem;
}
.accueil .espace-client p {
  font-size: 1.2rem;
}
.accueil .espace-client .items .item i.material-icons {
  font-size: 3rem;
  color: #fff;
  padding: 20px;
  background-image: linear-gradient(
    135deg,
    rgba(105, 188, 215, 0.9),
    rgba(0, 121, 178, 0.9)
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.accueil .espace-client .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.accueil .espace-client .item {
  border-radius: 10px;
  max-width: calc(33.33% - 30px);
  width: calc(33.33% - 30px);
  background-color: rgba(255, 255, 255, 0.9);
  margin: 15px;
  box-shadow: 0 0 3px #a5a5a5;
  padding: 20px;
  position: relative;
  transition: all ease 0.5s;
}
@media screen and (max-width: 993px) {
  .accueil .espace-client .item {
    margin: 5px;
    max-width: calc(50% - 10px);
    width: calc(50% - 10px);
    padding: 5px;
  }
}
.accueil .espace-client .item:hover {
  box-shadow: 0 10px 10px #a5a5a5;
  transform: translateY(-5px);
}

/* RUPTURES */

.accueil .ruptures {
  background-color: #ffffff !important;
}
.accueil .ruptures * {
  text-align: center;
}
.accueil .ruptures h2 {
  font-size: 3.2rem;
}
.accueil .ruptures p {
  font-size: 1.2rem;
}
.accueil .ruptures .items .item i.material-icons {
  font-size: 3rem;
  color: #fff;
  padding: 20px;
  background-image: linear-gradient(
    135deg,
    rgba(105, 188, 215, 0.9),
    rgba(0, 121, 178, 0.9)
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.accueil .ruptures .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.accueil .ruptures .item {
  border-radius: 10px;
  max-width: calc(40% - 30px);
  width: calc(40% - 30px);
  /* width: 40%; */
  background-color: rgba(255, 255, 255, 0.9);
  margin: 15px;
  box-shadow: 0 0 3px #a5a5a5;
  padding: 20px;
  position: relative;
  transition: all ease 0.5s;
}
@media screen and (max-width: 993px) {
  .accueil .ruptures .item {
    margin: 5px;
    max-width: calc(50% - 10px);
    width: calc(50% - 10px);
    padding: 5px;
  }
}
.accueil .ruptures .item:hover {
  box-shadow: 0 10px 10px #a5a5a5;
  transform: translateY(-5px);
}


/* --------------- FIN ACCUEIL --------------- */


/******************* BOUTON TUTORIEL APPLICATION *******************/

.tutoriel{
  color: #fff;
  font-size: 1.0em;
  padding: 1%;
  border-radius: 10px;
  border: #fff solid 3px;
  background: rgba(255, 255, 255, 0.2);
}



/******************* FIN BOUTON TUTORIEL APPLICATION *******************/

/******************* BOUTON TUTORIEL APPLICATION *******************/

.remboursement-btn{
  /* color: #fff; */
  color: #ffffff;
  font-size: 1em;
  margin-top: 2%;
  margin-left: 46%;
  padding: 0.5%;
  border-radius: 10px;
  border: 3px solid #c44141;
  background: #c44141;
  box-shadow:0px 0px 10px #c44141;
  /* -webkit-animation-name: clignote; 
-webkit-animation-duration: 1s; 
-webkit-animation-iteration-count:infinite;  */

}

/* @-webkit-keyframes clignote {
  0%{box-shadow:0px 0px 40px #00b7e3;}
  50%{box-shadow:0px 0px 0px #00b7e3;}
  100%{box-shadow:0px 0px 40px #00b7e3;}
  } */



/******************* FIN BOUTON TUTORIEL APPLICATION *******************/

.aRuptures{
  color: #ffffff !important;
}

.titreAppli{
  font-size: 2em;
}

/*--------------------CAROUSEL-----------------------*/

.carousel.carousel-slider.center{
  margin-top: 0px;
  margin-bottom: 50px;
}

.accueil .carousel.carousel-slider {
  height:650px;
}

@media screen and (max-width: 1117px){
  .accueil .carousel.carousel-slider {
    height:550px;
  }
}

@media screen and (max-width: 736px){
  .accueil .carousel.carousel-slider {
    height:710px;
  }
}

@media screen and (max-width: 600px){
  .accueil .carousel.carousel-slider {
    height:550px;
  }
}

.middle-indicator .material-icons {
  font-size: 50px;
  background-color: #3b3b3b;
}

.middle-indicator{
  position:absolute;
  top:50%;
}
.middle-indicator-text{
  font-size: 4.2rem;
}
a.middle-indicator-text{
  color:white !important;
}
.content-indicator{
  width: 50px;
  height: 50px;
  background: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px; 
}

@media screen and (max-width: 993px) {
  .indicator-ordi{
    display: none;
  }
}

.title.video {
  border-left: 5px solid red;
  padding-left: 10px;
}

.container.video {
  margin-top: 40px;
  margin-bottom: 40px;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 95%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
img.card-reveal:hover{
  display: block;
  transform: translateY(-100%)!important;
}