/*
  .scss/_variables.scss
  Variables du framework
 */
/* COULEURS */
/* DIMENSIONS */
/* MENUS */
/* MENUS PAGINATION */
/* BOITES */
/* GRILLES */
body {
  /* font-family: 'Roboto', sans-serif; */
  font-family: 'Arial';
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px;
  background-color: #fff;
  color: #bbbbbb;
}

html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

h1, h2 {
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
  color: #3c3c3c;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

h3 {
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
  font-size: 24px;
  color: #3c3c3c;
}

h4 {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #222;
  border-bottom: 2px solid #fff;
  padding-top: 40px;
}

h5,
h6 {
  font-family: 'Lato', sans-serif;
  margin: 0 0 35px;
  letter-spacing: 1px;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 25px;
  color: #3c3c3c;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #222;
}

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

@media screen and (max-width: 640px) {
  p {
    font-size: 12px;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 20px;
  }
}

footer {
  padding: 0px 0;
  background-color: #5F9DB6;
}

footer div {
  padding: 30px;
}

footer p {
  font-size: 14px;
  margin: 0;
  color: #333;
}

footer a {
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  text-decoration: underline;
}

footer a:focus, footer a:hover {
  color: #8DB9CB;
  text-decoration: underline;
}

.bg-light {
  background: #ebf3f6 !important;
}

.bg-primary {
  background: #a5c8d6 !important;
}

.top-of-page {
  padding-top: 120px;
}

.top-of-page-alt {
  padding-top: 72px;
}

.padding-top-8px {
  padding-top: 8px;
}

.logos {
  width: 6em;
}

.no-margin {
  margin: unset !important;
}

.inline-block {
  display: inline-block;
}

.scroll-fix {
  position: relative;
  top: -45px;
}

.container-alt {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  border: 0;
}

#main-nav {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
}

#main-nav .navbar-toggler {
  font-size: 14px;
  color: #5F9DB6;
}

#main-nav .navbar-and {
  font-family: 'Raleway', sans-serif;
  letter-spacing: 5px;
  font-size: 40px;
}

#main-nav a {
  color: #111;
}

#main-nav .navbar-nav .nav-item:hover {
  color: #5F9DB6;
  outline: none;
}

#main-nav .navbar-nav .nav-item:active, #main-nav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #main-nav {
    letter-spacing: 1px;
    padding: 15px 0 15px 0;
  }
  #main-nav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: white;
  }
  #main-nav .nav-link {
    margin: 0 4px;
  }
  #main-nav .nav-link.active {
    color: #274855;
  }
  #main-nav .nav-link.active:hover {
    color: #5F9DB6;
  }
  #main-nav .nav-link:hover {
    color: #5F9DB6;
  }
}

.dropdown-menu {
  border: none;
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
}

.dropdown-item:hover {
  color: #5F9DB6 !important;
}

#brand-logo img {
  width: 173px;
  height: 100%;
  margin-top: -55px;
  margin-bottom: -49px;
}

#rdvmanager a {
  padding: 8px 12px 6px 12px;
  color: #111;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 28px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 0.5);
}

#rdvmanager .nav-link:hover {
  color: #EB8839 !important;
}

#telephone a:hover {
  color: #EB8839 !important;
}

#bg-hero {
  background: url("../img/hero.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.padding-5px {
  padding: 5px !important;
}

.carte-de-visite {
  text-align: center;
  position: relative;
  padding: 30px 0 30px 0;
  margin-top: 18%;
  max-width: 557px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
}

.main-title {
  text-align: center;
  position: relative;
  padding: 30px 0 30px 0;
  margin-top: 10%;
}

.main-title h2 {
  font-size: 36px;
  color: #fff;
  text-shadow: 0px 0px 7px black;
}

.carte-de-visite h2 {
  font-size: 28px;
  text-transform: none;
  padding-bottom: .4em;
}

.carte-de-visite h3 {
  color: #111;
  padding-top: .7em;
  font-size: 24px;
  text-transform: none;
}

.imacard {
  padding: 18px;
  margin: 18px;
  border: 1px solid #D9D2CA;
  border-radius: 6px;
  background: #a5c8d6;
  background-blend-mode: screen;
  min-height: 200px;
  max-width: 100%;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  -moz-transition: all 500ms ease-out;
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.imacard h3 {
  text-align: center;
}

.imacard p {
  font-size: 16px;
}

.imacard-top {
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.9);
  min-height: 60px;
  background-blend-mode: overlay;
}

.imacard-top h3, .imacard-top p, .imacard-top button {
  opacity: 0;
  -moz-transition: all 500ms ease-out;
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.imacard-top:hover h3, .imacard-top:hover p, .imacard-top:hover button {
  opacity: 1;
  -moz-transition: all 500ms ease-out;
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

@media screen and (max-width: 525px) {
  .imacard-top > h3, .imacard-top > p, .imacard-top > button {
    display: none !important;
  }
}

.card-contact {
  background: url("../img/contact.jpg");
  background-color: #dedede;
  background-size: cover;
  background-position: center;
}

.card-contact:hover {
  background-color: #a5c8d6;
  background-blend-mode: lighten;
}

.card-pied {
  background: url("../img/pied.jpg");
  background-color: #dedede;
  background-size: cover;
  background-position: center;
}

.card-pied:hover {
  background-color: #a5c8d6;
  background-blend-mode: lighten;
}

.card-genou {
  background: url("../img/genou.jpg");
  background-color: #dedede;
  background-size: cover;
  background-position: center;
}

.card-genou:hover {
  background-color: #a5c8d6;
  background-blend-mode: lighten;
}

.card-hanche {
  background: url("../img/hanche.jpg");
  background-color: #dedede;
  background-size: cover;
  background-position: center;
}

.card-hanche:hover {
  background-color: #a5c8d6;
  background-blend-mode: lighten;
}

.card-active {
  box-shadow: unset;
  background-color: #aaa;
  background-blend-mode: color-dodge;
  border: 1px solid #eee;
}

.card-active p, .card-active h3 {
  color: #999;
}

.card-active button, .card-active button:hover {
  background-color: #aaa;
  border: 1px solid #aaa;
}

.card-active:hover {
  background-color: #aaa;
  background-blend-mode: color-dodge;
}

.illustration {
  width: 100%;
  padding: 7px 40px 40px 40px;
}

.btn-sec-nav.active {
  color: #274855;
}

.btn-sec-nav.active:hover {
  color: #5F9DB6;
}

.btn-sec-nav:hover {
  color: #5F9DB6;
}

.btn-sec-nav {
  margin: 0 10px;
  background: none;
  border: none;
  color: 111;
}

.btn-sec-nav:hover {
  color: #5F9DB6;
}

#contact {
  padding-top: 9em;
}

@media screen and (max-width: 767px) {
  #contact {
    text-align: center;
  }
}

.google-map {
  max-width: 100%;
  text-align: center;
}

iframe {
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
  max-width: 100%;
}

.iframe-dft {
  max-width: 175px;
}

@media screen and (max-width: 767px) {
  .iframe-dft {
    max-width: 100%;
  }
}

.iframe-alt {
  max-width: 100%;
}

.bloc-contact {
  padding: 15px 0 10px 0;
  margin: 30px 0 30px 0;
  background: #5F9DB6;
  background: linear-gradient(90deg, #5F9DB6 0%, #a5c8d6 43%, #274855 100%);
}

.bloc-contact a {
  color: #274855;
}

.bloc-contact a:hover {
  color: #5F9DB6;
}

#contact a:hover {
  color: #5F9DB6;
}

.contact-a-alt {
  color: #8DB9CB;
}

#rvs {
  border: 0;
  background-color: #EE964B;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 28px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 0.5);
}

#rvs p {
  margin-bottom: 1em;
}

#rvsButton {
  margin-top: 1em;
  background-color: #274855;
  border-radius: 2em;
  font-size: 130%;
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.4);
}

#rvsButton a {
  color: #eee;
}

#rvsButton #rvsButton:focus, #rvsButton:hover {
  color: #5F9DB6;
  background-color: #4c8ca6;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ddd;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #5F9DB6;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #3c3c3c;
}

.bounce-up .subject {
  opacity: 0;
  -moz-transition: all 500ms ease-out;
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  -moz-transform: translate3d(0px, 150px, 0px);
  -webkit-transform: translate3d(0px, 150px, 0px);
  -o-transform: translate(0px, 150px);
  -ms-transform: translate(0px, 150px);
  transform: translate3d(0px, 150, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view .subject {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
