

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */


.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{transform:translate3d(0,-30px,0)}40%,43%,70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn)}0%,40%{animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95)}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{animation-timing-function:ease-in}40%{transform:perspective(400px) rotateX(-20deg)}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{animation-timing-function:ease-in}40%{transform:perspective(400px) rotateY(-20deg)}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg)}60%,80%{opacity:1}80%{transform:skewX(-5deg)}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}

/*

*/

.form-control {
  box-shadow: none !important;
}

.pharmacy_cgv_accepted {
  margin-bottom: 10px !important;
}

.well {
  box-shadow: none !important;
}

.panel {
  box-shadow: none !important;
}

.panel-title {
  color: #1898DA !important;
}

.thumbnail--white {
  background-color: #FFF !important;
}

p.help-block {
  /* Hint */
  font-size: 0.8rem;
  margin-left: 0.5rem;
}

span.help-block {
  /* Error */
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.095rem;
  color: #ed5a5a !important;
}

.has-error .form-control {
  border-color: #ed5a5a !important;
  box-shadow: none !important;
}

/* -------------------------------------
 * Utilities classes
 * These are examples of utilities classes
 * Feel free to change them and create your own
 * ------------------------------------- */
.padded {
  padding-top: 5em;
  padding-bottom: 5em;
}

.bg-grey {
  background: #aeaeae;
}

.bg-blue {
  background: #00a3e1;
}

.bg-dark-blue {
  background: #3b5998;
}

.is-hidden {
  display: none;
}

.text-bold {
  font-weight: 700;
}

.page-title {
  color: #565A5C;
  font-size: 41px;
  font-weight: 700;
  text-align: center;
  margin: 40px 0px;
}

.home_banner {
  padding: 20px 0px;
}

.page-content {
  padding: 2.7% 0;
  min-height: 440px;
  text-align: center;
  color: #565A5C;
  font-size: 15px;
  margin: 50px auto;
  width: 100%;
  max-width: 340px;
  position: relative;
  text-align: left;
}
.page-content input[type=email] {
  height: 40px;
  border-radius: 0.3em;
}

.h-separator {
  color: #e8ebed;
  margin: 0 15px;
}

.v-separator {
  border-bottom: 1px solid #e8ebed;
  margin: 15px 0;
}

label {
  color: #565A5C;
}

.pager {
  margin: 0 0 20px 0;
}
.pager li > a {
  border-radius: 5px;
  margin-right: 20px;
}

.op-hint p {
  font-weight: 300;
}

.panel--white {
  background-color: white !important;
}

.panel-body--light {
  font-weight: 300;
}

#invoices-panel {
  background-color: #fff;
  color: #565A5C;
  border: 1px solid #e8ebed;
  border-radius: 5px;
  padding: 30px 40px;
}
#invoices-panel ul li {
  list-style: none;
  margin-bottom: 5px;
}
#invoices-panel ul li:last-of-type {
  text-align: right;
  margin-bottom: 0;
  margin-top: 30px;
}
#invoices-panel ul li:last-of-type i {
  font-size: 13px;
  margin-left: 10px;
}
#invoices-panel ul li i {
  margin-right: 10px;
}

.alert--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

strong {
  font-weight: 500;
}

.services {
  display: flex;
  align-items: center;
}

.service {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  height: 120px;
  text-transform: uppercase;
  font-size: 20px;
  color: white;
  font-weight: 700;
}
.service:hover {
  cursor: pointer;
}

.service-title {
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-size: 17px;
  color: #565A5C;
}

.service-body {
  font-size: 1.4rem;
  line-height: 24px;
  color: #838d9a;
  padding-bottom: 1.5rem;
}

.btn-service {
  font-size: 14px;
  color: #FFF;
  background-color: #1898DA;
  border-radius: 3px;
  padding: 10px 25px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.btn-service:hover {
  color: #FFF;
  background-color: #1588c3;
  text-decoration: none;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.service-list {
  margin-top: 10%;
  margin-left: 5%;
}
.service-list li {
  color: #1588c3;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 25px;
}

.service-list--title {
  color: #1588c3;
}

.service-arrow {
  margin-left: 6px;
  vertical-align: middle;
  fill: currentColor;
}

.service-cta:hover {
  text-decoration: none;
}

.service-atout {
  font-weight: 300;
  color: #838d9a;
}

.services-page-title {
  color: #565A5C;
}

.services-page-subtitle {
  color: #838d9a;
}

.services-atouts {
  color: #565A5C;
}
.services-atouts h3 {
  margin-top: 1.3rem;
  margin-bottom: 0.5rem;
}
.services-atouts p {
  font-size: 1.4rem;
}

p.services-atouts-body {
  color: #838d9a;
  font-size: 1.5rem;
}

.service-atout-title {
  color: #565A5C;
}

.service-about-body {
  color: #838d9a;
}

.page-wrapper {
  margin: 30px 0;
}

.banner-seo {
  width: 100%;
  text-align: center;
  padding: 80px 0px 40px 0px;
  color: #565A5C;
}
.banner-seo h1 {
  font-weight: bold;
  font-size: 35px;
  line-height: 1.15em;
  height: auto;
  margin: 0;
}
.banner-seo p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.2em;
  height: auto;
  margin: 0.1em 0 0 0;
}

.collapsed svg {
  transform: rotate(-180deg);
}

.truncate-multiline-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#footer {
  background-color: #3E474F;
  min-height: 150px;
  padding: 25px 25px 10px 25px;
  font-size: 14px;
  font-weight: 300;
  color: #b2bac2;
}
#footer a {
  color: #b2bac2;
  text-decoration: none;
  transition: color 0.1s ease-in-out;
}
#footer a:hover {
  color: white;
  text-decoration: none;
}
#footer .brand-info {
  color: white;
}
#footer .brand-info h4 {
  font-weight: 700;
}
#footer .list-footer {
  min-height: 96px;
  min-width: 120px;
  margin-bottom: 25px;
}
#footer .list-title {
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: 700;
  color: white;
}
#footer .list-content ul {
  list-style: none;
}
#footer .list-content ul li {
  line-height: 1.4em;
}
#footer #footer-separator {
  border-top: 1px solid rgba(207, 207, 207, 0.15);
  margin-bottom: 10px;
}
#footer #bottom-footer .social svg {
  width: 25px;
  height: 25px;
}
#footer #bottom-footer .social svg circle {
  fill: #b2bac2;
  transition: hover 200ms ease-in-out;
}
#footer #bottom-footer .social .mail-icon {
  fill: #b2bac2;
}
#footer #bottom-footer .social .fbk-icon:hover circle {
  fill: #4267B2;
}
#footer #bottom-footer .social .twt-icon:hover circle {
  fill: #1DA1F2;
}
#footer #bottom-footer .copyright {
  font-size: 12px;
  text-align: right;
  margin-top: 7px;
}

@media screen and (max-width: 320px) {
  #footer {
    padding: 25px 0px 10px 0px;
  }
}
@media screen and (max-width: 375px) {
  #footer .list-footer {
    min-height: 110px;
    min-width: 140px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 736px) {
  .social, .copyright {
    text-align: center !important;
  }
  .social {
    margin-bottom: 7px;
  }
}
.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0.5em;
  background-color: white;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.flyout-menu {
  position: absolute;
  z-index: 50;
  right: 0;
  width: 100%;
}

li.nav-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5em;
}
li.nav-item:hover > a {
  background-color: rgb(243, 244, 246); /*bg-gray-100*/
  color: rgb(37, 99, 235); /*text-primary-600*/
}
li.nav-item a.bubble-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  height: 2.5rem; /* 10 x 0.25rem */
  width: 2.5rem; /* 10 x 0.25rem */
}
li.nav-item a.bubble-gray {
  background-color: rgb(243, 244, 246);
}
li.nav-item:hover > a.bubble-gray {
  background-color: rgb(37, 99, 235);
  color: white;
}
li.nav-item a.bubble-gray-inverse {
  background-color: rgb(37, 99, 235);
  color: white;
}
li.nav-item:hover > a.bubble-gray-inverse {
  background-color: rgb(243, 244, 246);
  color: rgb(37, 99, 235);
}

@media screen and (min-width: 576px) {
  .dropdown-menu {
    padding-top: 1.2em;
  }
  .nav-item:hover .dropdown-menu {
    display: block;
  }
  .flyout-menu {
    margin-right: -2em;
  }
}
.admin-toolbar {
  height: 3.40625rem;
  display: flex;
  align-items: center;
  padding: 0 20px;
  background: #EB2D63;
}
.admin-toolbar a {
  color: white;
}
.admin-toolbar a:hover {
  color: white;
  text-decoration: none;
}

.admin-toolbar--buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
.admin-toolbar--buttons a {
  color: white;
  font-weight: 300;
  font-size: 14px;
}

.edit-registration.form .choices {
  margin-bottom: 5px;
}

.card-expert__logo img {
  max-height: 112px;
  max-width: 100%;
  height: auto;
  width: auto;
}

.modal-header {
  font-size: 20px;
}

.search-container .form-control {
  width: 80%;
  font-size: 16px;
  color: #565A5C;
  border: 0;
  outline: 0;
  transition: 0.2s;
}

@media screen and (max-width: 768px) {
  .search-container {
    width: 100%;
  }
}
.panel--pharmacy-details .panel--pharmacy-img {
  position: relative;
}
.panel--pharmacy-details .panel--pharmacy-stats {
  margin-top: 10px;
  justify-content: flex-end;
  flex-direction: column;
}
.panel--pharmacy-details .panel--pharmacy-stats p {
  margin-bottom: 10px;
}
.panel--pharmacy-details .panel--pharmacy-stats p:last-of-type {
  margin-bottom: 0;
}

.avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.avatar-bordered {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border: white 1px solid;
}

.avatar-large {
  width: 50px;
}

.avatar-rounded-lg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.btn-fb {
  font-weight: 300;
  border: 1px solid #4267B2;
  color: #FFF;
  background-color: #4267B2;
  padding: 10px 0px;
}
.btn-fb:hover {
  color: #FFF;
  background-color: #3c5ea3;
}

.btn-login {
  color: #fff;
  background-color: #23544D;
  border: none;
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  border-radius: 0.3em;
  padding: 12px 0px;
  width: 100%;
  transition: all 200ms ease-in-out;
}
.btn-login:hover {
  outline-style: none;
  background-color: #2b665e;
  color: #fff;
}

.btn-pro {
  background: #1898DA;
  color: #FFF;
  padding: 10px 0px;
  width: 100%;
  border-radius: 0.3em;
  transition: all 200ms ease-in-out;
}
.btn-pro:hover {
  background-color: #25a5e7;
  color: #fff;
}

.btn-brand-dark {
  color: #fff;
  background-color: #23544D;
  border-radius: 0.3em;
  border: 1px solid #23544D;
  transition: all 200ms ease-in-out;
}
.btn-brand-dark:hover {
  border: 1px solid #2b665e;
  background-color: #2b665e;
  color: #fff;
}

.btn-brand-dark-outline {
  color: #23544D;
  background-color: transparent;
  border-radius: 0.3em;
  border: 1px solid #23544D;
  transition: all 300ms ease-in-out;
}
.btn-brand-dark-outline:hover {
  border: 1px solid #23544D;
  background-color: #23544D;
  color: #fff;
}

.btn-brand-light {
  color: #fff;
  background-color: #1898DA;
  border-radius: 2px;
  border: 1px solid #1898DA;
  transition: all 200ms ease-in-out;
}
.btn-brand-light:hover {
  border: 1px solid #25a5e7;
  background-color: #25a5e7;
  color: #fff;
}
.btn-brand-light[disabled]:hover {
  background-color: #1898DA;
  color: #fff;
}

.btn-brand-light-outline {
  color: #1898DA;
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid #1898DA;
  transition: all 200ms ease-in-out;
}
.btn-brand-light-outline:hover {
  border: 1px solid #1898DA;
  background-color: #1898DA;
  color: #fff;
}

.btn-brand-shine {
  color: #fff;
  background-color: #FCCA46;
  border-radius: 2px;
  border: none;
  transition: all 200ms ease-in-out;
}
.btn-brand-shine:hover {
  background-color: #fcd15f;
  color: #fff;
}

.btn-brand-grey {
  color: #565A5C;
  background-color: transparent;
  padding: 4px 5px;
}

.btn-price-silver {
  color: #fff;
  background-color: #2D8CDC;
  border-radius: 2px;
  border: 1px solid #2D8CDC;
  transition: all 200ms ease-in-out;
}
.btn-price-silver:hover {
  background-color: #59a4e3;
  color: #fff;
}

.btn-price-gold {
  color: #fff;
  background-color: #FCCA46;
  border-radius: 2px;
  border: 1px solid #FCCA46;
  transition: all 200ms ease-in-out;
}
.btn-price-gold:hover {
  background-color: #fdd878;
  color: #fff;
}

.btn-price-platinium {
  color: #fff;
  background-color: #0BC9CD;
  border-radius: 2px;
  border: 1px solid #0BC9CD;
  transition: all 200ms ease-in-out;
}
.btn-price-platinium:hover {
  background-color: #18eef3;
  color: #fff;
}

.btn-online {
  cursor: default;
  color: #5fcf80;
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid #5fcf80;
}
.btn-online i {
  margin-left: 10px;
  font-size: 10px;
  vertical-align: middle;
  margin-top: -2px;
}
.btn-online:hover {
  color: #5fcf80;
}

.btn-success-outline {
  color: #5fcf80;
  background-color: none;
  border: 1px solid #4bc970;
}
.btn-success-outline:hover {
  color: #5fcf80;
  cursor: default;
}

.btn-danger-outline {
  color: #ed5a5a;
  background-color: none;
  border: 1px solid #ed5a5a;
}
.btn-danger-outline:hover {
  color: #fff;
  background-color: #ed5a5a;
}

.button--transaction {
  line-height: 1.5;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  transition: all 150ms;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
  background: #32b259;
  border: 1px solid #32b259;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 1.5rem;
  width: 100%;
}
.button--transaction:hover {
  background: #12652c;
  border: 1px solid #12652c;
}

.btn-emploi {
  color: #FFF;
  font-size: 18px;
  letter-spacing: 0.05rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  padding: 17px 30px;
  margin-top: 35px;
}
.btn-emploi:hover {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.35);
  text-decoration: none;
}

.btn-lqtd {
  background-color: #369954;
  display: flex;
  align-items: center;
  color: white;
  padding: 0.5em 0.8em;
  border-radius: 2px;
}
.btn-lqtd svg {
  margin-right: 0.5em;
}
.btn-lqtd .btn-lqtd--title {
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 0.025em;
}
.btn-lqtd .btn-lqtd--subtitle {
  font-weight: 100;
  font-size: 0.7em;
  letter-spacing: 0.045em;
}
.btn-lqtd:hover, .btn-lqtd:focus {
  color: white;
  text-decoration: none;
}

.badge-container {
  position: relative;
  font-size: 25px;
  line-height: 30px;
  width: 30px;
  color: #565A5C;
  text-align: center;
}

.badge--navbar {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 10px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  width: 18px;
  text-align: center;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.badge-red {
  background: #EE5F5B;
}

.badge-green {
  background: #32B796;
}

.badge-blue {
  background: #469AE0;
}

.badge-black {
  background: black;
}

.badge-bordered {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border: white 1px solid;
}

.label--purple-o {
  color: #79589F;
  border: 1px solid #79589F;
  font-weight: 300;
}

.theme-card {
  color: #565A5C;
}
.theme-card h2 {
  margin-top: 0;
  font-size: 20px;
}
.theme-card p {
  font-size: 14px;
}

.label-blue {
  display: inline-flex;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  background-color: #DBEAFE;
  color: #1E40AF;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  align-items: center;
  border-radius: 0.375rem;
}

.element-card {
  background-color: #fff;
  color: #565A5C;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 28px 20px;
  box-shadow: 0 2px 0 0 #e9eff2;
}
.element-card h2,
.element-card h3 {
  font-weight: 500;
  font-size: 20px;
  margin-top: 0px;
}
.element-card h4 {
  font-weight: 500;
  font-size: 18px;
}
.element-card p {
  font-weight: 300;
  font-size: 17px;
  color: #717f86;
}

.element-card-mini {
  background-color: #fff;
  color: #565A5C;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 14px 10px;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
.element-card-mini h2,
.element-card-mini h3 {
  font-weight: 500;
  font-size: 18px;
  margin-top: 0px;
}
.element-card-mini h4 {
  font-weight: 500;
  font-size: 16px;
}
.element-card-mini p {
  font-weight: 300;
  font-size: 14px;
  color: #717f86;
}

.quote {
  background-color: #fff;
  color: #565A5C;
  border-radius: 5px;
  padding: 40px;
  box-shadow: 0 5px 15px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.02);
}
.quote p {
  position: relative;
  font-weight: 300;
  font-size: 13px;
  font-style: normal;
  text-align: justify;
  color: #717f86;
}
.quote .img-quote {
  position: absolute;
  top: 5%;
  left: 10%;
}

.map-card {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 20px;
}
.map-card img {
  width: 40px;
}

.media-heading {
  font-size: 18px;
  font-weight: 700;
}

.service-card {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
.service-card .service-card--title {
  color: #1898DA;
}
.service-card .service-card--subtitle {
  color: #565A5C;
  font-weight: 500;
}
.service-card .service-card--body {
  color: #565A5C;
  font-weight: 300;
  font-size: 17px;
}

.search-card {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  margin-top: 4%;
  margin-bottom: 8%;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}

.img-center {
  display: block;
  margin: 0 auto;
}

.partnership-interfimo {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #565A5C;
}
.partnership-interfimo > * {
  margin: 5px;
}

.banner-component-container {
  color: white;
  text-align: center;
  height: 70vh;
  /* if you have a 70px navbar => height: calc(100vh - 70px); */
  background-size: cover !important;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-component p {
  font-size: 25px;
  margin-bottom: 30px;
}

.pdf-component {
  margin: 10px auto 50px;
}
.pdf-component object {
  height: 650px;
  width: 100%;
}
@media (max-width: 720px) {
  .pdf-component object {
    height: 380px;
    width: 100%;
  }
}
.pdf-component iframe {
  height: 650px;
  width: 100%;
}
@media (max-width: 720px) {
  .pdf-component iframe {
    height: 380px;
    width: 100%;
  }
}

.video-component {
  text-align: center;
  width: 100%;
  margin: 15px 0;
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-component iframe {
  height: 315px;
}
@media (max-width: 720px) {
  .video-component iframe {
    height: 260px;
  }
}

.navbar-component {
  width: 100%;
  height: 50px;
  font-family: "Roboto", "Helvetica", "sans-serif";
  font-weight: normal;
  border: 1px solid rgba(34, 36, 38, 0.15);
  box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #252939;
  transform: translateZ(0);
  will-change: transform;
  transition: transform 0.5s;
}
.navbar-component ul {
  list-style: none;
  display: flex;
  padding: 0 5%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.navbar-component ul > li {
  display: inline-block;
  float: left;
  flex-shrink: 0;
}
.navbar-component ul > li a {
  text-decoration: none;
  color: #fff;
  font-weight: lighter;
  opacity: 0.6;
  line-height: 50px;
  padding: 0 1em;
}
.navbar-component ul > li a:hover {
  opacity: 1;
}

.card-component {
  margin: 50px auto;
}

.card_item_component {
  position: relative;
  height: 300px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  min-height: 0;
  background: #fff;
  padding: 0;
  border: 0;
  border-radius: 0.28571429rem;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}
.card_item_component .content {
  flex-grow: 1;
  border: 0;
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  background: 0 0;
  margin: 0;
  padding: 1em;
  box-shadow: none;
  font-size: 1em;
  border-radius: 0;
}
.card_item_component .header {
  font-weight: 700;
  font-size: 1.28571429em;
  margin-top: -0.21425em;
  line-height: 1.28571429em;
}
.card_item_component .meta {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.4);
  white-space: nowrap; /* ensure no wrapping */
  overflow: hidden;
  text-overflow: ellipsis;
}

.card_item_background {
  background-size: cover !important;
  height: 200px;
  border-radius: 0.28571429rem 0.28571429rem 0 0;
}

.card-component-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  background: black;
  opacity: 0;
}
.card-component-link:hover {
  opacity: 0.1;
}

.contact-component img {
  max-width: 300px;
  max-height: 300px;
}

.text-component {
  margin: 50px auto 10px;
}

.picture-component {
  margin: 10px auto 50px;
}

@media screen and (max-width: 720px) {
  .carousel-inner > .item {
    height: 40vh;
  }
}
@media screen and (min-width: 720px) {
  .carousel-inner > .item {
    height: 70vh;
  }
}
.carousel-inner > .item > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 800px;
  width: auto;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.banner-transition-component {
  color: white;
  text-align: center;
  height: 33vh;
  background-size: cover !important;
  background-position: center;
  background-attachment: fixed;
}
.banner-transition-component .items-center {
  display: flex;
  align-items: center;
  height: 100%;
}
.banner-transition-component h2 {
  font-size: 40px;
}
.banner-transition-component p {
  font-size: 20px;
  font-weight: lighter;
  color: rgb(255, 255, 255);
  opacity: 0.8;
}

.frame-component {
  margin: 50px auto;
}

.team-component-wrapper {
  margin: 10px auto 50px;
}
.team-component-wrapper h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #252939;
}
.team-component-wrapper h4 {
  font-weight: lighter;
  font-size: 16px;
  margin: 0;
}
.team-component-wrapper p {
  font-weight: lighter;
  font-size: 16px;
  text-align: justify;
}

.team-item-component {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-bottom: 30px;
  background: #FFFFFF;
  padding: 0em;
  border: none;
  box-shadow: 0px 1px 3px 0px #D4D4D5, 0px 0px 0px 1px #D4D4D5;
}

.team-item-background {
  height: 200px;
  width: 200px;
  margin: 10px;
  box-shadow: 0 0 0.5px 0.5px #D4D4D5;
}

.team-item-content {
  max-width: 850px;
  padding: 15px;
  text-align: justify;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.html_component {
  margin: 10px auto 50px;
}
.html_component p {
  margin: 35px auto;
  font-weight: lighter;
  font-size: 16px;
}
@media (max-width: 720px) {
  .html_component iframe {
    width: 100%;
  }
}

.article_component {
  margin: 10px auto 50px;
}

.footer_component {
  margin: 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-component-links {
  display: flex;
  align-items: center;
}

.footer-component-links a {
  opacity: 0.6;
  text-decoration: none;
  font-size: 48px;
  padding: 0px 10px;
}
.footer-component-links a:hover {
  opacity: 1;
}

.partner-title {
  height: 20px;
}
.partner-title h1 {
  color: transparent;
  font-size: 6px;
  max-height: 15px;
  margin: 0;
}

.edit-component {
  border: dashed 2px gray;
  padding: 20px;
}

.modal-header {
  background: #F4F7F8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  text-align: center;
}
.modal-header p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  color: #565A5C;
}
.modal-header .modal-subtitle {
  font-weight: 300;
  font-size: 16px;
  color: #565A5C;
}

.modal-content {
  border-radius: 5px;
}

.modal-phone {
  display: flex;
  align-items: baseline;
  padding: 30px;
}

.desactivate__modal__options {
  display: flex;
}
.desactivate__modal__options .desactivate__modal__option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  flex: 1;
  margin-right: 1em;
}
.desactivate__modal__options .desactivate__modal__option:last-of-type {
  margin-right: 0;
}
.desactivate__modal__options .desactivate__modal__option i {
  font-size: 2em;
  color: rgba(245, 12, 12, 0.6509803922);
  margin-bottom: 0.1em;
}
.desactivate__modal__options .desactivate__modal__option p {
  font-weight: 400;
  text-transform: uppercase;
}
.desactivate__modal__options .desactivate__modal__option span {
  font-weight: 100;
  text-align: justify;
  margin-bottom: 1em;
  flex: 1;
}

.no-result {
  text-align: center;
  font-size: 0.9em;
  padding-top: 20px;
  font-weight: 300;
}
.no-result a {
  color: #1898DA;
  font-weight: 400;
}

.stats {
  margin: 30px 0;
}
.stats .row {
  margin-bottom: 30px;
}
.stats .stat {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  color: #565A5C;
  border: 1px solid #e8ebed;
  border-radius: 5px;
  padding: 10px;
  height: 100px;
}
.stats .stat span {
  font-size: 30px;
  font-weight: 700;
}
.stats .stat p {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
}
.stats .stat .progress {
  width: 100%;
  height: 5px;
  margin-bottom: 0;
  margin-top: 5px;
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .stat {
    margin-bottom: 10px;
  }
}
.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.site-content {
  flex-grow: 1;
}

.ck-content * {
  all: revert;
}

.images-loader {
  display: flex;
  margin: 20px;
}
.images-loader li + li {
  margin-left: 1.25rem;
}
.images-loader input[type=radio] {
  position: absolute;
  left: -9999px;
}
.images-loader input[type=radio] + label > img {
  transition: 500ms all;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.images-loader input[type=radio]:checked + label > img {
  border: 3px solid rgb(29, 78, 216);
  transform: rotateZ(-10deg) rotateX(10deg);
}

#wrapper-slider-amount {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#debt-amount-slider {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  position: relative;
  width: 100%;
  height: 60px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#debt-amount-slider::before {
  content: " ";
  position: absolute;
  height: 2px;
  width: 100%;
  width: calc(100% * 0.75);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #c3ddfd;
}
#debt-amount-slider input,
#debt-amount-slider label {
  box-sizing: border-box;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
#debt-amount-slider label {
  display: inline-block;
  position: relative;
  width: 20%;
  height: 100%;
  margin-bottom: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#debt-amount-slider label::before {
  content: attr(data-debt-amount);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 45px);
  font-size: 10px;
  letter-spacing: 0.4px;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0.85;
  transition: all 0.15s ease-in-out;
}
@media screen and (min-width: 580px) {
  #debt-amount-slider label::before {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  #debt-amount-slider label::before {
    font-size: 14px;
  }
}
#debt-amount-slider label::after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border: 2px solid #c3ddfd;
  background: #fff;
  border-radius: 50%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
#debt-amount-slider label:hover::after {
  transform: translate(-50%, -50%) scale(1);
  border-color: #1c64f2;
}
#debt-amount-slider input {
  display: none;
}
#debt-amount-slider input:checked + label::before {
  font-weight: 800;
  opacity: 1;
}
#debt-amount-slider input:checked + label::after {
  border-width: 4px;
  border-color: #1c64f2;
  transform: translate(-50%, -50%) scale(0.75);
}
#debt-amount-slider input:checked ~ #debt-amount-pos {
  opacity: 1;
}
#debt-amount-slider input:checked:nth-child(1) ~ #debt-amount-pos {
  left: 12.5%;
}
#debt-amount-slider input:checked:nth-child(3) ~ #debt-amount-pos {
  left: 37.5%;
}
#debt-amount-slider input:checked:nth-child(5) ~ #debt-amount-pos {
  left: 62.5%;
}
#debt-amount-slider input:checked:nth-child(7) ~ #debt-amount-pos {
  left: 87.5%;
}

#debt-amount-pos {
  display: block;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  background: #1c64f2;
  border-radius: 50%;
  transition: all 0.15s ease-in-out;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  opacity: 0;
  z-index: 2;
}

/* -------------------------------------
 * SASS code SPECIFIC TO your home page
 * (margin/padding adjustments, background image, etc..)
 * ------------------------------------- */
#jumbo {
  background-image: image-url(/~/app/assets/images/pharma.jpg);
  background-position: center;
  position: relative;
}
#jumbo .jumbo-filter {
  background: rgba(8, 80, 120, 0.7);
}
#jumbo .jumbo-filter .accroche {
  padding: 150px 0px;
}
#jumbo .jumbo-filter .accroche span {
  color: white;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 35px;
  text-transform: uppercase;
}
#jumbo .jumbo-filter .accroche p {
  color: #fff;
  font-size: 22px;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 45px;
}

.searchbar {
  padding: 30px 15px;
  background-color: rgba(0, 0, 0, 0.2);
}
.searchbar input,
.searchbar select {
  border-radius: 0;
}

.searchbar-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 32px;
  color: #b3b3b3;
}

.searchbar-select {
  position: relative;
}
.searchbar-select:before {
  content: "▼";
  position: absolute;
  pointer-events: none;
  color: #82888a;
  line-height: 1;
  right: 0;
  width: 2em;
  text-align: center;
  transform: scale(0.84, 0.42);
  top: 50%;
  margin-top: -7px;
}

.search-ca {
  margin-right: -5px;
}

.search-distance {
  margin-right: -5px;
}

.search-city {
  margin-right: -5px;
}

#announces {
  padding: 60px 0;
}
#announces #seo {
  padding: 60px 0;
}

#role {
  padding: 60px 0;
  min-height: 500px;
}

#medias {
  padding: 60px 0;
  min-height: 530px;
}
#medias .fb-video-container p {
  margin-top: 10px;
  font-weight: 300;
  font-size: 0.95em;
}
#medias .fb-video-container .fb-video-player {
  margin-top: 60px;
  display: flex;
  height: 318px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#medias .fb-video-container .fb-video-player .wrapper {
  position: relative;
}
#medias .fb-video-container .fb-video-player .wrapper .glyphicon {
  position: absolute;
  color: white;
}
@media (max-width: 768px) {
  #medias .fb-video-container .fb-video-player .wrapper .glyphicon {
    font-size: 4em;
    top: 38%;
    left: 42%;
  }
}
@media (min-width: 768px) {
  #medias .fb-video-container .fb-video-player .wrapper .glyphicon {
    font-size: 8em;
    top: 35%;
    left: 40%;
  }
}
#medias .fb-video-container .fb-video-player .wrapper .glyphicon:hover {
  opacity: 0.7;
}

#folders {
  padding: 60px 0;
}
#folders .folders {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-left: 5%;
  margin-right: 5%;
}
#folders .element-card {
  text-align: center;
  max-width: 430px;
  width: 100%;
  min-height: 240px;
  height: 100%;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}
#folders .element-card h3 {
  margin-bottom: 30px;
}
#folders .element-card p {
  margin-bottom: 15px;
  margin-top: 5px;
}
#folders .element-card svg {
  width: 45px;
}

#profiles {
  padding: 60px 0;
}

#experts {
  padding: 60px 0;
}
#experts .category-card {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.3em;
  border: 1px solid #E9E9E9;
  background: #FFF;
  padding: 50px;
  border-radius: 3px;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 100ms ease-in;
}
#experts .category-card:hover {
  background: #3087CB;
  color: #FFF;
}

#contact .circles,
.contact .circles {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 600px;
  margin: 60px auto;
}
#contact .circle,
.contact .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #E9EAED;
  transition: all 0.1s ease-in-out;
}
#contact .circle:hover,
.contact .circle:hover {
  border: 3px solid #565A5C;
  text-decoration: none;
}
#contact .circle i,
.contact .circle i {
  font-size: 1.8em;
  color: #565A5C;
  text-decoration: none;
}
#contact .circle a .btn .disabled,
.contact .circle a .btn .disabled {
  pointer-events: auto !important;
}

@media screen and (min-width: 768px) {
  .searchbar .form-inline .form-control {
    height: 50px;
    font-weight: 300;
  }
  .btn-search {
    height: 50px;
    font-weight: 300;
  }
}
@media screen and (max-width: 770px) {
  .searchbar .form-inline {
    display: block !important;
  }
}
@media screen and (max-width: 440px) {
  .navbar-wagon-logo {
    width: 140px;
    margin-left: 10px;
  }
  .searchbar .form-inline {
    display: block !important;
  }
  .btn-create {
    display: none;
  }
  .icon-badge-container {
    font-size: 1em;
  }
  #jumbo .jumbo-filter .accroche {
    padding: 160px 0px 80px 0px;
  }
  #jumbo .jumbo-filter .accroche span {
    font-size: 35px;
    margin-top: 10%;
    margin-bottom: 2%;
    letter-spacing: 0.05rem;
    line-height: 1em;
  }
  #jumbo .jumbo-filter .accroche p {
    font-size: 18px;
    margin-bottom: 25%;
  }
  #announces h1 {
    font-size: 1.8em;
  }
  #announces .pharm-card {
    margin-bottom: 15%;
    height: 100%;
  }
  #announces .pharm-footer {
    display: none;
  }
  #profiles .section-header p {
    font-weight: 100;
    font-size: 0.8em;
    margin-top: 0.5em;
  }
  #profiles .cards {
    justify-content: center;
  }
  #profiles .card {
    margin-bottom: 30px;
  }
  #medias {
    min-height: 395px;
  }
  #medias .fb-video-container p {
    margin-top: -55px;
  }
}
#searchfields .field div.default.text {
  color: rgba(191, 191, 191, 0.87);
}

#searchfields .field div.text {
  color: rgba(64, 64, 64, 0.87);
}

#home-blog {
  padding-bottom: 40px;
}

.background-grey {
  top: 70px;
  right: 0;
  left: 0;
  background-color: #edefed;
  padding: 20px 0px;
}

.card-title {
  padding: 30px;
  font-weight: 300;
  font-size: 40px;
}

.subtitle-orange {
  padding: 30px;
  color: #ee6e3a;
  font-weight: 300;
  font-size: 30px;
}

.subtitle-green {
  padding: 30px;
  color: #549988;
  font-weight: 300;
  font-size: 30px;
}

.title-intro {
  padding: 30px;
  color: #565A5C;
  font-weight: 300;
  font-size: 40px;
}

.intro {
  color: #565A5C;
  font-weight: 300;
  font-size: 20px;
}

.content-first-time {
  color: #565A5C;
  font-weight: 300;
  font-size: 18px;
  padding: 0px 50px;
}

.content-project {
  color: #565A5C;
  font-weight: 300;
  font-size: 18px;
  padding: 0px 50px;
}

.content-after-quote {
  color: #565A5C;
  font-weight: 300;
  font-size: 18px;
  max-width: 840px;
  margin: 0 auto;
}

.content-title {
  font-weight: 400;
  color: #565A5C;
  margin-top: 30px;
  margin-bottom: 5px;
}

.learn-more {
  color: white;
  border: solid 1px;
  border-color: white;
  margin: 30px;
  font-weight: 300;
}
.learn-more a {
  color: white;
}
.learn-more:hover {
  background-color: white;
}
.learn-more:hover a {
  color: #565A5C;
}

.background-white {
  background: white;
  padding: 20px 0px;
  padding-bottom: 60px;
}

.container-center {
  max-width: 840px;
  margin: auto;
}

.card-background {
  padding: 20px;
}

.card-content {
  background-color: white;
  margin: 28px;
  padding: 20px;
  color: #565A5C;
  text-align: center;
  font-weight: 300;
  box-shadow: 0px 0px 10px -4px black;
}
.card-content h3 {
  font-weight: 300;
}
.card-content span {
  font-weight: 300;
  font-size: 28px;
  margin-top: 100px;
  color: #565A5C;
}
.card-content a {
  margin: 20px;
}
.card-content p {
  font-size: 18px;
}

.btn-blue-jean {
  font-weight: 300;
  background-color: #565A5C;
  color: white;
  font-size: 18px;
}
.btn-blue-jean:hover {
  color: #565A5C;
  border-color: #565A5C;
  background-color: transparent;
}
.btn-blue-jean:focus {
  color: white;
  border-color: #565A5C;
}

.page-content-header {
  padding: 80px 0px 40px 0px;
}
.page-content-header h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #565A5C;
}
.page-content-header h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #565A5C;
}

.page-content-main p {
  color: #565A5C;
}
.page-content-main h2,
.page-content-main h3 {
  font-size: 18px;
  margin-top: 0;
  font-weight: 700;
  color: #565A5C;
}
.page-content-main h4 {
  font-size: 16px;
  margin-top: 0;
  font-weight: 700;
  font-style: italic;
  color: #565A5C;
}
.page-content-main li {
  list-style: none;
  margin-left: 15px;
  line-height: 1.4;
}

.content-list {
  margin-bottom: 1rem;
}
.content-list li {
  list-style: circle;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.content-list p {
  font-size: 18px;
  margin-top: 0;
  font-weight: 400;
  color: #565A5C;
}
.content-list h3 {
  font-size: 20px;
  margin-top: 0;
  font-weight: 700;
  color: #565A5C;
}

table,
th,
td {
  color: #565A5C;
}

.hr {
  background-color: transparent;
}

.error-page {
  min-height: calc(100vh - 95px);
}

.cd-container {
  background-color: #EDEFED;
}

.cd-timeline-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.cd-title {
  padding: 50px;
  text-align: center;
  background-color: #EDEFED;
  color: #3D7296;
  font-size: 40px;
  font-weight: 300;
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
}

#cd-timeline::before {
  /* this is the vertical line */
  content: "";
  position: absolute;
  left: 18px;
  height: 85%;
  width: 4px;
  background: #d7e4ed;
}

@media only screen and (min-width: 1170px) {
  #cd-timeline {
    padding: 30px;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
}
.cd-timeline-number {
  position: absolute;
  color: white;
  font-size: 24px;
  font-weight: bold;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  padding: 1.2%;
}

.cd-timeline-number.cd-one {
  background: #75ce66;
}

.cd-timeline-number.cd-two {
  background: #c03b44;
}

.cd-timeline-number.cd-three {
  background: #f0ca45;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-number {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 0.6s;
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  border-radius: 5px;
  background-color: #FFF;
  padding: 20px;
  color: #565A5C;
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
}
.cd-timeline-content h3 {
  font-weight: 300;
}
.cd-timeline-content a {
  margin: 20px;
}
.cd-timeline-content p {
  font-size: 18px;
}

.cd-timeline-content h2 {
  color: #303e49;
}

.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
}

.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}

.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
  float: right;
  padding: 0.8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
  float: left;
  padding: 0.8em 0;
  opacity: 0.7;
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
  }
  .cd-timeline-content p {
    font-size: 16px;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
.content-wrapper {
  padding: 50px;
}
.content-wrapper h2 {
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 50px;
}

.bg-wrapper {
  background-image: image-url(/~/app/assets/images/founders.jpg);
  background-repeat: no-repeat;
  background-position: 50% 35%;
  height: 500px;
  margin-top: 56px;
}

#regions h1 {
  font-size: 24px;
}
#regions h2 {
  font-size: 14px;
}

#content-nav .dpt-infos {
  text-align: justify;
  font-size: 16px;
  font-weight: 100;
  color: #6f7475;
  margin-bottom: 20px;
}

#hero-heading {
  margin-bottom: 10px;
}
#hero-heading h1 {
  text-shadow: initial;
  word-spacing: 2px;
  letter-spacing: 1px;
  text-align: center;
  color: #22292F;
  font-weight: 700;
}

#content-section {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  #content-section {
    padding-top: 20px;
  }
}
@media screen and (max-width: 420px) {
  #content-section {
    padding-top: 0px;
  }
}

.blog-entry--article {
  min-height: 200px;
}

.blog-entry--title {
  margin-top: 13px;
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 22px;
  color: #22292F;
}
.blog-entry--title .blog-entry-link {
  color: #22292F;
}

.blog-entry--meta {
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 300;
  color: #606f7b;
}

.blog-entry--summary {
  color: #3D4852;
  margin-bottom: 20px;
  font-size: 1.25rem;
}

.blog-entry--more {
  font-size: 16px;
  display: block;
  margin-bottom: 30px;
}

#blog-sidebar-section .blog-cat-title {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #22292F;
}
#blog-sidebar-section .blog-cat-item {
  list-style-type: none;
  padding-bottom: 13px;
  font-size: 15px;
}

.blog-tags {
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.blog-tags li {
  display: inline-block;
}

.blog-article--title {
  font-size: 40px !important;
  color: #22292F;
  font-weight: 900;
  margin-bottom: 20px;
  padding-top: 0;
  margin-top: 0;
}

.blog-article--content {
  color: #3D4852;
  margin-top: 10px;
  font-size: 21px;
  line-height: 1.5em;
}
.blog-article--content h2 {
  color: #22292F;
  font-size: 21px;
  font-weight: 700;
  margin-top: 3rem;
}

.blog-article--meta {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
  color: #606f7b;
}

.share-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.share-link {
  flex: 0 0 24%;
  color: white;
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  transition: all 150ms;
}
.share-link:hover {
  color: white;
}

.bg-gplus {
  border: 1px solid #DB4437;
  color: #DB4437;
  background-color: #DB4437;
}
.bg-gplus:hover {
  background: #df584d;
}

.bg-email {
  border: 1px solid #7f919e;
  color: #7f919e;
}
.bg-email:hover {
  background: #8e9da9;
}

.bg-twitter {
  border: 1px solid #1DA1F2;
  color: #1DA1F2;
  background-color: #1DA1F2;
}
.bg-twitter:hover {
  background: #35abf3;
}

.bg-facebook {
  border: 1px solid #4267B2;
  color: #4267B2;
  background-color: #4267B2;
}
.bg-facebook:hover {
  background: #5074be;
}

.social-share--hint {
  font-size: 14px;
  font-weight: 300;
}

.blog-featured--title {
  color: #22292F;
  overflow: hidden;
  height: 20px;
  font-size: 15px;
  margin-top: 11px;
  margin-bottom: 7px;
}

.blog-featured--summary {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 300;
}

.blog-featured--more {
  font-size: 13px;
}

.blog-article-main-picture {
  margin-bottom: 40px;
}

/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/
/*
==============================================
slideDown
==============================================
*/
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(8%);
  }
  65% {
    transform: translateY(-4%);
  }
  80% {
    transform: translateY(4%);
  }
  95% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*
==============================================
slideUp
==============================================
*/
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-8%);
  }
  65% {
    transform: translateY(4%);
  }
  80% {
    transform: translateY(-4%);
  }
  95% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*
==============================================
slideLeft
==============================================
*/
.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@keyframes slideLeft {
  0% {
    transform: translateX(150%);
  }
  50% {
    transform: translateX(-8%);
  }
  65% {
    transform: translateX(4%);
  }
  80% {
    transform: translateX(-4%);
  }
  95% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*
==============================================
slideRight
==============================================
*/
.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@keyframes slideRight {
  0% {
    transform: translateX(-150%);
  }
  50% {
    transform: translateX(8%);
  }
  65% {
    transform: translateX(-4%);
  }
  80% {
    transform: translateX(4%);
  }
  95% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*
==============================================
slideExpandUp
==============================================
*/
.slideExpandUp {
  animation-name: slideExpandUp;
  -webkit-animation-name: slideExpandUp;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease -out;
  visibility: visible !important;
}

@keyframes slideExpandUp {
  0% {
    transform: translateY(100%) scaleX(0.5);
  }
  30% {
    transform: translateY(-8%) scaleX(0.5);
  }
  40% {
    transform: translateY(2%) scaleX(0.5);
  }
  50% {
    transform: translateY(0%) scaleX(1.1);
  }
  60% {
    transform: translateY(0%) scaleX(0.9);
  }
  70% {
    transform: translateY(0%) scaleX(1.05);
  }
  80% {
    transform: translateY(0%) scaleX(0.95);
  }
  90% {
    transform: translateY(0%) scaleX(1.02);
  }
  100% {
    transform: translateY(0%) scaleX(1);
  }
}
/*
==============================================
expandUp
==============================================
*/
.expandUp {
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes expandUp {
  0% {
    transform: translateY(100%) scale(0.6) scaleY(0.5);
  }
  60% {
    transform: translateY(-7%) scaleY(1.12);
  }
  75% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(0%) scale(1) scaleY(1);
  }
}
/*
==============================================
fadeIn
==============================================
*/
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/*
==============================================
expandOpen
==============================================
*/
.expandOpen {
  animation-name: expandOpen;
  -webkit-animation-name: expandOpen;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}

@keyframes expandOpen {
  0% {
    transform: scale(1.8);
  }
  50% {
    transform: scale(0.95);
  }
  80% {
    transform: scale(1.05);
  }
  90% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
/*
==============================================
bigEntrance
==============================================
*/
.bigEntrance {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}

@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2;
  }
  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }
  45% {
    transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  75% {
    transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  90% {
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}
/*
==============================================
hatch
==============================================
*/
.hatch {
  animation-name: hatch;
  -webkit-animation-name: hatch;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  visibility: visible !important;
}

@keyframes hatch {
  0% {
    transform: rotate(0deg) scaleY(0.6);
  }
  20% {
    transform: rotate(-2deg) scaleY(1.05);
  }
  35% {
    transform: rotate(2deg) scaleY(1);
  }
  50% {
    transform: rotate(-2deg);
  }
  65% {
    transform: rotate(1deg);
  }
  80% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*
==============================================
bounce
==============================================
*/
.bounce {
  animation-name: bounce;
  -webkit-animation-name: bounce;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

@keyframes bounce {
  0% {
    transform: translateY(0%) scaleY(0.6);
  }
  60% {
    transform: translateY(-100%) scaleY(1.1);
  }
  70% {
    transform: translateY(0%) scaleY(0.95) scaleX(1.05);
  }
  80% {
    transform: translateY(0%) scaleY(1.05) scaleX(1);
  }
  90% {
    transform: translateY(0%) scaleY(0.95) scaleX(1);
  }
  100% {
    transform: translateY(0%) scaleY(1) scaleX(1);
  }
}
/*
==============================================
pulse
==============================================
*/
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.4;
  }
}
/*
==============================================
floating
==============================================
*/
.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*
==============================================
tossing
==============================================
*/
.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
/*
==============================================
pullUp
==============================================
*/
.pullUp {
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

@keyframes pullUp {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
  }
}
/*
==============================================
pullDown
==============================================
*/
.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}

@keyframes pullDown {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
  }
}
/*
==============================================
stretchLeft
==============================================
*/
.stretchLeft {
  animation-name: stretchLeft;
  -webkit-animation-name: stretchLeft;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
}

@keyframes stretchLeft {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}
/*
==============================================
stretchRight
==============================================
*/
.stretchRight {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}

@keyframes stretchRight {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}
.view-announce {
  margin-top: 45px;
  margin-bottom: 20px;
}
.view-announce .unvailable-mask {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-announce .unvailable-mask span {
  text-align: center;
  font-size: 24px;
  color: #23544D;
  font-weight: 700;
  margin: 0 5%;
}

.items-verticaux .team {
  padding: 20px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 3px 3px;
  margin-bottom: 20px;
}
.items-verticaux .local {
  padding: 0px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 2px 2px;
  margin-bottom: 20px;
}

.description p, .information p, .rpps p {
  padding: 20px 20px;
}

.information i {
  margin-right: 40px;
}

.local p {
  padding: 10px 20px;
  margin: 0px;
}

.team p {
  padding: 5px 20px;
  margin: 0px;
}

.team, .information, .local {
  background-color: white;
}

.information .table th {
  font-weight: 400;
  text-transform: uppercase;
}

.rpps-form {
  margin: 20px;
}

.rpps-button {
  margin-top: -16px;
  margin-bottom: 15px;
}

.pharmacy-pub-date {
  color: #FCCA46;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .panel-title.with-logo {
    flex-direction: column;
  }
}
.pe-banner {
  margin-top: 0;
}

@media (min-width: 1024px) {
  .pe-banner {
    margin-top: 80px;
  }
}
.pe-banner__revendiq {
  background-color: #0D1B41;
}
.pe-banner__revendiq .container {
  margin-bottom: 0px !important;
}

.pe-banner__header .container {
  margin-bottom: 10px !important;
}

.modal-header {
  font-size: 20px;
}

.search-container .form-control {
  width: 80%;
  font-size: 16px;
  color: #565A5C;
  border: 0;
  outline: 0;
  transition: 0.2s;
}

@media screen and (max-width: 768px) {
  .search-container {
    width: 100%;
  }
}
.panel--pharmacy-details .panel--pharmacy-img {
  position: relative;
}
.panel--pharmacy-details .panel--pharmacy-stats {
  margin-top: 10px;
  justify-content: flex-end;
  flex-direction: column;
}
.panel--pharmacy-details .panel--pharmacy-stats p {
  margin-bottom: 10px;
}
.panel--pharmacy-details .panel--pharmacy-stats p:last-of-type {
  margin-bottom: 0;
}

.log {
  width: 25%;
  margin: 30px auto;
  padding: 1px 20px;
  background-color: #F5F5F5;
}

.modal-background {
  background: rgba(8, 80, 120, 0.8);
  background: linear-gradient(to left, rgba(8, 80, 120, 0.8), rgba(133, 216, 206, 0.8));
  position: absolute;
  right: 0;
  left: 0;
  top: 68px;
  bottom: 0;
}

.modal-pharma {
  width: 900px;
  margin: 30px auto;
}

.form-sign .form-control::-webkit-input-placeholder {
  color: #565A5C;
  font-size: 15px;
}

.form-sign .form-control:-moz-placeholder {
  color: #565A5C;
  font-size: 15px;
}

.form-sign .form-control::-moz-placeholder {
  color: #565A5C;
  font-size: 15px;
}

.form-sign .form-control:-ms-input-placeholder {
  color: #565A5C;
  font-size: 15px;
}

.sign-background {
  max-width: 430px;
  margin: 0 auto;
  padding: 0px 20px;
  background-color: #F5F5F5;
}
.sign-background h2 {
  font-weight: 300;
  color: #565A5C;
  padding: 35px 0px;
  margin: 0px;
}

.sign-separator {
  border-top: 1px solid #dfdfdf;
  height: 0;
  margin: 30px 0;
  text-align: center;
}

.sign-separator span {
  background: #FFFFFF;
  display: inline-block;
  padding: 0 14px;
  position: relative;
  top: -10px;
  font-size: 14px;
  color: #565A5C;
}

.banner {
  width: 100%;
  text-align: center;
  padding: 40px 0px 40px 0px;
  color: #565A5C;
}
.banner h2,
.banner .header-banner {
  font-weight: bold;
  font-size: 35px;
  line-height: 1.15em;
  height: auto;
  margin: 0;
}
.banner p,
.banner h1 {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.2em;
  height: auto;
  margin: 0.1em 0 0 0;
}

.content-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.ouipharma-garantie h3,
.ouipharma-garantie h4 {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0;
  margin: 0;
}
.ouipharma-garantie h4 {
  font-size: 24px;
  margin: 0 0 30px 0;
}
.ouipharma-garantie p {
  margin: 0 0 35px;
}
.ouipharma-garantie ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 2em;
}
.ouipharma-garantie ul li {
  display: list-item;
  padding-left: 36px;
  margin-bottom: 1.5em;
  background: image-url(/~/app/assets/images/icon_check.svg) no-repeat left center;
  letter-spacing: 0;
}
.ouipharma-garantie ul li span {
  color: #1898DA;
  font-weight: 300;
  font-size: 0.93em;
}

.left-content {
  max-width: 440px;
  width: 100%;
  color: #565A5C;
  position: relative;
}
.left-content .link {
  margin: 10px;
}
.left-content h3,
.left-content h4 {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0;
  margin: 0;
}
.left-content h4 {
  font-size: 24px;
  margin: 35px 0 30px 0;
}
.left-content p {
  margin: 0 0 35px;
}
.left-content ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 2em;
}
.left-content ul li {
  align-items: center;
  display: flex;
  padding-left: 36px;
  height: 40px;
  background: image-url(/~/app/assets/images/icon_check.svg) no-repeat left center;
  padding-top: 3px;
  color: #565A5C;
}
.left-content ul li:hover {
  opacity: 0.7;
}

#performance {
  max-width: 440px;
  width: 100%;
  margin: 40px auto;
  color: #565A5C;
  padding: 0 10px;
}
#performance h3,
#performance h4 {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0;
  margin: 0;
}
#performance h4 {
  font-size: 24px;
  margin: 35px 0 30px 0;
}
#performance p {
  margin: 0 0 35px;
}
#performance ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 2em;
}
#performance ul li {
  display: list-item;
  padding-left: 36px;
  margin-bottom: 1.5em;
  background: image-url(/~/app/assets/images/icon_check.svg) no-repeat left center;
  letter-spacing: 0;
}
#performance ul li span {
  color: #1898DA;
  font-weight: 300;
  font-size: 0.93em;
}

.ouipharma-registration h3 {
  margin: 0 0 1em 0;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.ouipharma-registration .link-new {
  text-align: left;
  margin: 20px 0 5px 0;
  font-size: 0.85em;
}
.ouipharma-registration .link-new a {
  color: #777777;
}
.ouipharma-registration input[type=text],
.ouipharma-registration input[type=email],
.ouipharma-registration input[type=password] {
  height: 40px;
}
@media (min-width: 1280px) {
  .ouipharma-registration .inline-field {
    display: flex;
    -moz-column-gap: 0.5em;
         column-gap: 0.5em;
  }
  .ouipharma-registration .inline-field .form-group {
    flex: 1;
  }
}
.ouipharma-registration .inline-field .form-group {
  margin-bottom: 0.5em;
}
.ouipharma-registration hr {
  border-top: 1px solid #E9E9E9;
}

.right-content {
  max-width: 440px;
  width: 100%;
  margin: 0;
  color: #565A5C;
  padding: 0 10px;
}
.right-content h3 {
  margin: 0 0 1em 0;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.right-content .link-new {
  text-align: left;
  margin: 20px 0 5px 0;
  font-size: 0.85em;
}
.right-content .link-new a {
  color: #777777;
}
.right-content input[type=text],
.right-content input[type=email],
.right-content input[type=password] {
  height: 40px;
}
.right-content .inline-field {
  display: flex;
  justify-content: space-between;
}
.right-content .inline-field .user_first_name,
.right-content .inline-field .user_last_name {
  width: 48%;
}
.right-content hr {
  border-top: 1px solid #E9E9E9;
}

#creation-compte {
  max-width: 440px;
  width: 100%;
  margin: 40px auto;
  color: #565A5C;
  padding: 0 10px;
}
#creation-compte span.step-one {
  display: block;
  margin: 0 0 0.7em 0;
  font-weight: 500;
  letter-spacing: 0.03em;
}
#creation-compte .link-new {
  text-align: left;
  margin: 10px 0 5px 0;
  font-size: 0.75em;
  font-weight: 300;
}
#creation-compte .link-new a {
  color: #777777;
  font-weight: normal;
}
#creation-compte input[type=text],
#creation-compte input[type=email],
#creation-compte input[type=password] {
  height: 40px;
}
#creation-compte .inline-field {
  display: flex;
  justify-content: space-between;
}
#creation-compte .inline-field .user_first_name,
#creation-compte .inline-field .user_last_name {
  width: 48%;
}
#creation-compte .help-block {
  text-align: left;
}
#creation-compte hr {
  border-top: 1px solid #E9E9E9;
}

.why-signup {
  max-width: 965px;
  margin: 6% auto 4% auto;
  padding: 0 5%;
  text-align: center;
  color: #565A5C;
}
.why-signup h3 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.why-signup p {
  text-align: justify;
  font-size: 16px;
  line-height: 1.5em;
}

@media screen and (max-width: 414px) {
  .content-wrapper {
    padding: 0;
  }
  .why-signup h3 {
    font-size: 23px;
  }
  .why-signup p {
    font-size: 15px;
  }
}
.sub-banner {
  margin-bottom: 40px;
  color: #565A5C;
  text-align: center;
}
.sub-banner .sub-banner--title {
  font-size: 35px;
  font-weight: 700;
}
.sub-banner p {
  font-size: 18px;
  font-weight: 300;
}

.recaptcha__container {
  margin-bottom: 1rem;
}

.recaptcha__errors {
  font-weight: 300;
  color: #ed5a5a;
  font-size: 1.1rem;
  margin: 0.5rem 0 0.9375rem;
}

.pharmacy_cgv_accepted,
.pharmacy_mandate_or_owner {
  font-size: 14px;
}

.cart-title h3 {
  padding: 10px 20px;
  color: #1c5148;
}

.cart_header {
  background-color: #f5f5f5;
  padding: 10px 20px;
  color: #1c5148;
}

.cart-content {
  padding: 20px;
}

.cart {
  background-color: white;
  margin: 50px auto;
  padding: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.item-description,
.item-price,
.item-compute {
  font-weight: 600;
  color: #1c5148;
}

.item-compute {
  font-size: 18px;
}

.pricing {
  text-align: center;
  border: 1px solid #f0f0f0;
  color: #777;
  font-size: 14px;
  padding-left: 0;
  margin-bottom: 30px;
}

.pricing img {
  display: block;
  margin: auto;
  width: 32px;
}

.pricing li:first-child,
.pricing li:last-child {
  padding: 20px 13px;
}

.pricing li {
  list-style: none;
  padding: 13px;
}

.pricing li + li {
  border-top: 1px solid #f0f0f0;
}

.pricing big {
  font-size: 32px;
}

.pricing h3 {
  margin-bottom: 0;
  font-size: 36px;
}

.pricing span {
  font-size: 12px;
  color: #999;
  font-weight: normal;
}

.pricing li:nth-last-child(2) {
  padding: 30px 13px;
}

.pricing button {
  width: auto;
  margin: auto;
  font-size: 15px;
  font-weight: bold;
  border-radius: 50px;
  color: #fff;
  padding: 9px 24px;
  background: #aaa;
  opacity: 1;
  transition: opacity 0.2s ease;
  border: none;
  outline: none;
}

.pricing button:hover {
  opacity: 0.9;
}

.pricing button:active {
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
}

/* pricing color */
.p-green big,
.p-green h3 {
  color: #4c7737;
}

.p-green button {
  background: #4c7737;
}

.p-yel big,
.p-yel h3 {
  color: #ffbb42;
}

.p-yel button {
  background: #ffbb42;
}

.p-red big,
.p-red h3 {
  color: #e13c4c;
}

.p-red button {
  background: #e13c4c;
}

.p-blue big,
.p-blue h3 {
  color: #3f4bb8;
}

.p-blue button {
  background: #3f4bb8;
}

.cc-panel {
  background-color: white;
  color: #565A5C;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.cc-cards {
  font-size: 25px;
  margin-top: 12%;
}

.cc-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.cc-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.cc-secure {
  color: limegreen;
  font-weight: 300;
  font-size: 10px;
}
.cc-secure i {
  font-size: 20px;
}

.cc-liner {
  border: 1px solid #edeff0;
  margin-bottom: 15px;
}

.cc-billing {
  margin-top: 15px;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}

.payment-errors {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0px 0px 10px 0px;
  display: block;
}

#payment-form input[type=submit] {
  margin-top: 20px;
}

.bannercrumb {
  padding: 80px 0px 40px 0px;
  display: flex;
  justify-content: center;
}

.cc-footer {
  font-size: 11px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 0;
}

.cc-invoice {
  font-size: 15px;
  font-weight: 700;
  color: #edeff0;
}

.cc-hint {
  font-size: 10px;
}

.cc-cta {
  background: #565A5C;
  color: white;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.cc-cta i {
  font-size: 30px;
  color: white;
  margin-right: 20px;
}
.cc-cta:hover {
  background-color: #4a4d4f;
}

#success-panel {
  margin-bottom: 20px;
  background: #dff0d8;
  color: #3c763d;
  border: 1px solid #3c763d;
  box-shadow: none;
  text-align: center;
}
#success-panel .cc-title {
  margin-bottom: 0;
}

#cc-complete {
  margin-bottom: 20px;
}

.payment__choices .payment__checkboxes {
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
}

.StripeElement {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #565a5c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d8dae0;
  border-radius: 2px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#error-message,
#card-errors {
  margin-top: 12px;
  margin-bottom: -18px;
  color: #fa755a;
  min-height: 20px;
  font-size: 14px;
}

#mandate-acceptance {
  font-weight: 200;
  font-size: 0.9em;
  margin-top: 1em;
  color: #9e9e9e;
}

.or:before {
  background-color: #f6f6f9;
}

#contactmodal .modal-dialog {
  max-width: 500px;
}
#contactmodal .modal-header {
  font-size: 20px;
}
#contactmodal .inline-field {
  display: flex;
  justify-content: space-between;
}
#contactmodal .inline-field .user_first_name, #contactmodal .inline-field .user_last_name,
#contactmodal .inline-field .user_profile_year_of_experiment, #contactmodal .inline-field .user_profile_contribution_amount,
#contactmodal .inline-field .modal-form__item {
  width: 49%;
}
#contactmodal .form-group {
  margin-bottom: 10px;
}

@media screen and (max-width: 414px) {
  #contactmodal .modal-header {
    font-size: 18px;
  }
  #contactmodal .inline-field {
    display: block;
  }
  #contactmodal .inline-field .user_first_name, #contactmodal .inline-field .user_last_name,
  #contactmodal .inline-field .user_profile_year_of_experiment, #contactmodal .inline-field .user_profile_contribution_amount,
  #contactmodal .inline-field .modal-form__item {
    width: 100%;
  }
}
.side-nav {
  background-color: #3E474F;
  position: fixed;
  top: 50px;
  left: 0;
  bottom: 0;
  width: 30%;
  padding: 30px 20px;
  overflow-y: scroll;
}
.side-nav p {
  font-size: 16px;
  color: #FFF;
}
.side-nav ul {
  list-style: none;
  margin-left: 15px;
}
.side-nav ul li {
  margin-top: 6px;
  margin-bottom: 6px;
}
.side-nav ul li a {
  text-decoration: none;
  color: #b2bac2;
  font-size: 14px;
  font-weight: 300;
  transition: color 0.1s ease-in-out;
}
.side-nav ul li a h2, .side-nav ul li a h3 {
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
}
.side-nav ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.side-nav ul li:last-of-type {
  margin-bottom: 35px;
}

#content-nav {
  position: fixed;
  width: 70%;
  top: 50px;
  right: 0;
  bottom: 0;
  padding: 30px 40px;
  overflow-y: scroll;
}
#content-nav .head-nav {
  font-size: 41px;
  font-weight: 700;
  color: #565A5C;
}
#content-nav .head-nav i {
  font-size: 32px;
}
#content-nav .head-nav a {
  text-decoration: underline;
  font-size: 12px;
  font-weight: 100;
}
#content-nav .city-insee p {
  text-align: justify;
  font-size: 16px;
  font-weight: 100;
  color: #6f7475;
  margin-bottom: 20px;
}
#content-nav .city-insee p span {
  font-weight: 400;
}

.letter {
  font-size: 25px;
  font-weight: 700;
  color: #565A5C;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #content-nav {
    width: 100%;
  }
  .side-nav {
    display: none;
  }
}
.profile-card form {
  border: 2px solid #EDEFF0;
  text-align: center;
  transition: 0.2s all ease-in-out;
}
.profile-card form:hover {
  border: 2px solid #565A5C;
}
.profile-card form button {
  background: #F6F8FB;
  width: 100%;
  height: 100%;
}
.profile-card svg {
  width: 150px;
  height: 180px;
}

.profile-resume {
  display: flex;
  justify-content: space-between;
}
.profile-resume .profile-img-lg svg {
  border: 2px solid #f6f8fb;
  padding: 20px;
}
.profile-resume .profile-stats {
  font-size: 15px;
}
.profile-resume .profile-stats i {
  margin-right: 5px;
}

body {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.main-content {
  margin-top: 0;
  padding-top: 47px;
}

.panel--item .date {
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.2);
}
.panel--item .panel-body .label-success {
  font-size: 80%;
}
.panel--item .media-heading {
  color: #565A5C;
}
.panel--item .media-body p {
  color: #81878c;
  font-weight: 300;
}
.panel--item .media-body .tags--item {
  font-size: 16px;
  font-weight: 300;
}
.panel--item .media-body .tags--item span {
  margin-right: 4px;
}
.panel--item .media-body .tags--item span:last-of-type {
  margin-right: 0px;
}
.panel--item #flex-tag--items {
  display: flex;
  justify-content: space-around;
}

.profile--online {
  color: #5fcf80;
  font-size: 14px;
}
.profile--online i {
  font-size: 10px;
}

.profile--offline {
  color: #ed5a5a;
  font-size: 14px;
}
.profile--offline i {
  font-size: 10px;
}

#breadcrumb__container {
  padding: 0 0 1rem 0;
}

.fix-alerts {
  position: relative;
  z-index: 1000;
  animation-duration: 2s;
  animation-delay: 3s;
  position: absolute;
  right: 0;
  top: 70px;
}

.cities-list li {
  line-height: 2.5em;
}

.poll .radio-inline label {
  font-weight: normal;
}

.fa-heart,
.fa-heart-o {
  color: #ed5a5a;
}
