/*!
 * Vitality v2.1.0 (http://themes.startbootstrap.com/vitality-v2.1.0)
 * Copyright 2013-2018 Start Bootstrap
 * Purchase a license to use this theme at (https://wrapbootstrap.com)
 */
html,
body {
  height: 100%;
}

hr {
  max-width: 100px;
  height: 2px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

hr.colored {
  border-color: #ff00ff;
}

@media (min-width: 992px) {
  hr {
    max-width: 150px;
  }
}

section.page-section {
  padding: 5%;
}

@media (max-width: 767px) {
  section.page-section {
    padding: 4% 0;
  }
}

::-webkit-input-placeholder {
  font-weight: 300;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

:-moz-placeholder {
  font-weight: 300;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

::-moz-placeholder {
  font-weight: 300;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

:-ms-input-placeholder {
  font-weight: 300;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
  font-weight: 300;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a {
  color: #ff00ff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover, a:focus {
  color: #860eff;
  text-decoration: none;
}

p {
  font-size: 18px;
  line-height: 1.5;
}

.detailp {
  font-size: 16px;
  line-height: 1.5;
}

p.lead {
  font-size: 24px;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 50px;
  }
}

#home {
  height: 5%;
}

.text-logo {
  margin-top: 2%;
  margin-bottom: 2%;
}

#mainNav {
  background-color: #222;
}

#mainNav .navbar-toggler {
  padding: 1%;
  color: white;
  font-size: 14px;
}

#mainNav .navbar-toggler:focus, #mainNav .navbar-toggler:hover {
  color: #222;
  background-color: white;
}

#mainNav .navbar-brand {
  color: white;
  font-size: 24px;
  line-height: 44px;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

#mainNav .navbar-brand img {
  height: 2%;
}

#mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
}

#mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link:focus, #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link:hover {
  color: rgba(255, 255, 255, 0.5);
}

#mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active, #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active:focus, #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active:hover {
  color: #ff00ff;
}

@media (min-width: 992px) {
  #mainNav {
    padding: 30px 0;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    background-color: transparent;
  }
  #mainNav.navbar-shrink {
    padding: 5px 0;
    background-color: #222;
  }
  #mainNav .navbar-brand {
    font-size: 26px;
    line-height: 50px;
  }
  #mainNav .navbar-brand img {
    height: 46px;
  }
  #mainNav .navbar-collapse .navbar-nav > .nav-item {
    margin-right: 5px;
  }
  #mainNav .navbar-collapse .navbar-nav > .nav-item:last-child {
    margin-right: 0;
  }
  #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link {
    padding: 0 15px;
  }
  #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active, #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active:focus, #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active:hover {
    color: #ff00ff;
    border-radius: 0;
    border-radius: 5px;
    background-color: white;
  }
}

header.masthead {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #222;
  background-size: cover;
  background-attachment: scroll;
}

@media (min-width: 1024px) {
  header.masthead {
    background-attachment: fixed;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  header.masthead {
    background-attachment: scroll;
  }
}

header.masthead .masthead-img {
  max-width: 150px;
  max-height: 150px;
}

header.masthead .masthead-title {
  font-size: 4rem;
  line-height: 4rem;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

header.masthead .masthead-subtitle {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

header.masthead .scroll-down {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

header.masthead .scroll-down .btn {
  font-size: 30px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  padding: 0;
  letter-spacing: normal;
  color: white;
  border: 2px solid white;
  border-radius: 100% !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header.masthead .scroll-down .btn:hover {
  color: rgba(255, 255, 255, 0.5) !important;
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
}

header.masthead .scroll-down .btn:focus, header.masthead .scroll-down .btn:active {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5) !important;
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 700px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .masthead-img {
    max-width: 30%;
    max-height: 30%;
  }
  header.masthead .masthead-title {
    font-size: 5rem;
    line-height: 5rem;
  }
  header.masthead .masthead-subtitle {
    font-size: 2rem;
    line-height: 2rem;
  }
}

header.video {
  background: transparent;
}

header.video .overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
}

header.video .container {
  position: relative;
}

header.video .container,
header.video .scroll-down {
  z-index: 999;
}

@media (min-width: 992px) {
  header.video .overlay {
    opacity: 0.5;
  }
}

#Ligne2 {
  padding:5%;
}

.citation {
  margin-top:15%;
}

.texte-citation {

  text-align: center;
  padding-top: 10%;
  margin-left: 20%;
  margin-right: 20%;

}

.texte-bio {

  text-align: center;
  margin-left: 20%;
  margin-right: 20%;
}

.call-to-action {
  padding: 100px 0;
  text-align: center;
  color: white;
  background-color: #222;
  background-size: cover;
  background-attachment: scroll;
}

@media (min-width: 1024px) {
  .call-to-action {
    background-attachment: fixed;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .call-to-action {
    background-attachment: scroll;
  }
}

.call-to-action span.quote {
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
  display: block;
}

@media (min-width: 768px) {
  .call-to-action {
    padding: 150px 0;
  }
  .call-to-action span.quote {
    font-size: 36px;
    line-height: 38px;
  }
}

@media (min-width: 992px) {
  .call-to-action {
    padding: 300px 0;
  }
  .call-to-action span.quote {
    font-size: 40px;
    line-height: 42px;
  }
}

.services .media {
  margin-bottom: 30px;
}

.services .media i.fa {
  font-size: 30px;
  line-height: 70px;
  width: 75px;
  height: 75px;
  text-align: center;
  border: 3px solid #222;
}

.services .media .media-body {
  min-width: none;
  padding-left: 15px;
}

.services .media .media-body h3 {
  margin-bottom: 15px;
}

.services .media .media-body ul {
  padding: 0;
  list-style: inside;
}

.services .media .media-body ul li {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .services .media {
    margin-bottom: 0;
    margin-left: 3%;
  }
}

.testimonials {
  text-align: center;
}

.testimonials .testimonials-carousel .item .testimonial-img {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.testimonials .testimonials-carousel .item .testimonial-img img {
  vertical-align: baseline;
}

.testimonials .testimonials-carousel .item .testimonial-author {
  display: inline-block;
}

.testimonials .testimonials-carousel .item .testimonial-author .name {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.testimonials .testimonials-carousel .item .testimonial-author hr.colored {
  max-width: 50px;
  margin: 3px auto;
}

.testimonials .testimonials-carousel .item .testimonial-author p {
  margin: 0;
}

.testimonials .testimonials-carousel .item .testimonial-author .stars {
  color: #f1c40f;
}

@media (min-width: 992px) {
  .testimonials .testimonials-carousel .item {
    padding: 0 100px;
  }
}

.pricing {
  color: black;
  background-color: #222;
  background-size: cover;
  background-attachment: scroll;
}

@media (min-width: 1024px) {
  .pricing {
    background-attachment: fixed;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .pricing {
    background-attachment: scroll;
  }
}

.pricing .pricing-item {
  z-index: 1;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
  color: #222;
  background: white;
  -webkit-box-shadow: 0 0 30px 5px rgba(34, 34, 34, 0.75);
  box-shadow: 0 0 30px 5px rgba(34, 34, 34, 0.75);
}

.pricing .pricing-item h3 {
  margin: 0;
}

.pricing .pricing-item hr {
  max-width: 100px;
}

.pricing .pricing-item .price {
  margin-bottom: 20px;
}

.pricing .pricing-item .price .number {
  font-size: 50px;
  font-weight: 900;
}

.pricing .pricing-item .price .number sup {
  font-size: 30px;
}

.pricing .pricing-item .list-group-item {
  border-radius: 0;
}

@media (min-width: 992px) {
  .pricing .pricing-item {
    margin-bottom: 0;
  }
  .pricing .pricing-item.featured-first {
    margin-top: 15px;
    margin-right: -15px;
  }
  .pricing .pricing-item.featured {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 45px 30px;
  }
  .pricing .pricing-item.featured-last {
    margin-top: 15px;
    margin-left: -15px;
  }
}

.signup-form .input-group .form-control {
  border: 0;
  border-color: white;
  border-radius: 0;
}

.signup-form .input-group .input-group-btn .btn {
  padding: 12px 18px;
}

.signup-form .input-group .input-group-btn .btn-primary {
  border: 0;
  border-radius: 0;
  background-color: #ff00ff;
  font-size: 1rem;
}

.signup-form .input-group .input-group-btn .btn-primary:hover, .signup-form .input-group .input-group-btn .btn-primary:focus {
  color: white;
  background-color: #9227ff;
}

.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e1e1e1;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  resize: none;
}

.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.5s ease,opacity 0.5s ease;
  transition: top 0.5s ease,opacity 0.5s ease;
}

.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #e1e1e1;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #ff00ff;
}

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e1e1e1;
}

footer.footer {
  padding: 50px 0 20px;
  color: rgba(255, 255, 255, 0.7);
  background-size: cover;
  background-attachment: scroll;
}

@media (min-width: 1024px) {
  footer.footer {
    background-attachment: fixed;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  footer.footer {
    background-attachment: scroll;
  }
}

footer.footer a {
  color: rgba(255, 255, 255, 0.7);
}

footer.footer a:hover {
  color: white;
}

footer.footer p {
  font-size: 22px;
}

footer.footer .footer-contact-details {
  margin: 75px 0;
}

footer.footer .footer-social {
  margin-bottom: 75px;
}

footer.footer .copyright {
  font-size: 1rem;
}

.btn {
  font-weight: 900;
  padding: 12px 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-primary {
  border: 1px solid white;
  background-color: transparent;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  color: #ff00ff !important;
  border-color: white !important;
  background-color: white !important;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(172, 90, 255, 0.5) !important;
  box-shadow: 0 0 0 3px rgba(172, 90, 255, 0.5) !important;
}

.btn-secondary {
  border: 1px solid #222;
  background-color: transparent;
  color: #222;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  color: white !important;
  border-color: #ff00ff !important;
  background-color: #ff00ff !important;
}

.btn-secondary:active, .btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(172, 90, 255, 0.5) !important;
  box-shadow: 0 0 0 3px rgba(172, 90, 255, 0.5) !important;
}

button:hover {
  cursor: pointer;
}

.btn-full-width {
  font-size: 26px;
  font-weight: 200;
  padding: 50px 0;
  letter-spacing: normal;
  text-transform: none;
  color: white;
  border: 0;
  border-radius: 0;
  background-color: #222;
}

.btn-full-width:hover {
  color: white;
  background-color: #ff00ff;
}

.btn-full-width:focus {
  color: white;
}

.text-primary {
  color: #ff00ff !important;
}

a.text-primary {
  color: #ff00ff !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #860eff !important;
}

.bg-inverse {
  background-color: #222 !important;
}

.owl-carousel.owl-theme .owl-controls {
  margin-top: 0;
}

.owl-carousel.owl-theme .owl-controls .owl-prev,
.owl-carousel.owl-theme .owl-controls .owl-next {
  font-size: 30px !important;
  line-height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 60px;
  margin: auto 0 !important;
  text-align: center;
  color: white !important;
  border-radius: 0 !important;
  background-color: #ff00ff !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.owl-carousel.owl-theme .owl-controls .owl-prev:hover,
.owl-carousel.owl-theme .owl-controls .owl-next:hover {
  opacity: 1;
}

.owl-carousel.owl-theme .owl-controls .owl-prev {
  left: 15px;
}

.owl-carousel.owl-theme .owl-controls .owl-next {
  right: 15px;
}

.owl-carousel.owl-theme .owl-controls .owl-page span {
  background: rgba(34, 34, 34, 0.5);
}

.owl-carousel.owl-theme.portfolio-carousel .owl-controls .owl-prev {
  left: 0;
}

.owl-carousel.owl-theme.portfolio-carousel .owl-controls .owl-next {
  right: 0;
}

.slideshow-container {
  color: black;
  background-color: white;
  margin-top: 15%;
  padding-top: 5%;
  max-width: 100%;
  height: 400px;
  -webkit-box-shadow: 0 0 30px 5px rgba(34, 34, 34, 0.75);
}

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

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

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

.detail {
  color: black;
}

.mySlides {
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 4rem;
}


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

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


@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
