/* Déclaration */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,700|Playfair+Display');
@media screen and (max-width: 320px) {
  #contact_infos img {
    left: 20% !important;
  }
}
@media screen and (min-width: 1025px) {
  .navbar #logo {
    position: absolute !important;
    top: -67px !important;
  }
  .tarifsbox ul li span {
    margin-left: 9%;
  }
  #contactform {
    padding-left: 0 !important;
  }
  #contact_infos img {
    left: -105px;
  }
}
@media screen and (max-width: 1024px) {
  .menuMobile {
    text-transform: uppercase;
    border-bottom: 1px solid #0098cc;
  }
  .navbar {
    height: auto !important;
    border: none !important;
  }
  .navbar .navbar-brand #logo {
    width: 100%;
  }
  .pseudoslidercontainer .button {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  h1 {
    font-size: 2.8em !important;
  }
  h2 {
    font-size: 1.8em !important;
  }
  h3 {
    font-size: 1.5em !important;
  }
  p {
    font-size: 1em !important;
  }
  input,
  textarea {
    font-size: 0.8em !important;
  }
  .pseudoslidercontainer {
    padding-top: 15% !important	;
  }
  #contact_infos {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #contact_infos img {
    display: none;
  }
  .menuMobile .navbar a {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .scrolltop i {
    display: none;
  }
  h1 {
    font-size: 2em !important;
  }
  h2 {
    font-size: 1.6em !important;
  }
  h3 {
    font-size: 1.5em !important;
  }
  p {
    font-size: 0.9em !important;
  }
  input,
  textarea {
    font-size: 0.7em !important;
  }
  .menuMobile {
    text-transform: uppercase;
    position: fixed !important;
    width: 100% !important;
    overflow: hidden !important;
    z-index: 10000 !important;
  }
  .content .arrow i {
    font-size: 3.5em !important;
    top: -10% !important;
    left: 44% !important;
  }
  .content_interne {
    padding-top: 100px;
  }
  .content_interne p:first-child {
    margin-top: 0 !important;
  }
  .content_tarifs .tarifsbox {
    margin-top: 10%;
  }
  .pseudoslider {
    height: 89vh !important;
    padding-top: 70px;
    background-attachment: initial !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-position: 20% 170%;
  }
  .pseudoslidercontainer h1 {
    background: none !important;
  }
  .pseudoslidercontainer .row {
    margin-right: -15px !important;
  }
  .pseudoslidercontainer .row .button {
    text-align: center !important;
    background-color: #0098cc;
    margin: 3% 0 !important;
    padding: 3% !important;
    transition-duration: 0.2s;
    transition-property: all;
    font-size: 1em !important;
  }
  .pseudoslidercontainer .row .button:hover {
    background-color: #fff;
    color: #0098cc;
  }
  .pseudoslidercontainer .row .button a {
    color: #fff !important;
    text-decoration: none !important;
  }
  .pseudoslidercontainer .row .button a:hover {
    color: #0098cc !important;
    text-decoration: none !important;
  }
  .prefooter {
    height: auto !important;
  }
  .prefooter #contact {
    height: auto !important;
    padding-bottom: 10% !important;
  }
  .prefooter #contact_infos {
    height: auto !important;
    padding-bottom: 15% !important;
  }
  .prefooter #contact_infos img {
    display: none;
    position: relative !important;
    transform: rotate(90deg);
    top: -44px !important;
    left: 26% ;
  }
  footer {
    height: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .pseudoslidercontainer .row .button a {
    color: #fff;
    text-transform: uppercase;
    padding: 3% ;
  }
  .pseudoslidercontainer .row .button a:hover {
    text-decoration: none;
    color: #0098cc;
  }
}
body {
  color: #000;
  font-family: 'Montserrat', sans-serif;
}
body h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 3.2em;
  color: #fff;
}
body h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 1.9em;
  color: #0098cc;
  text-transform: uppercase;
  margin: 5% 0%;
}
body h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 1.7em;
  color: #000;
}
body p {
  font-family: 'Montserrat', sans-serif;
  font-weight: light;
  font-size: 0.875em;
  line-height: 1.7em;
}
body input,
body textarea {
  font-size: 0.875em;
}
body .navbar-light .navbar-toggler {
  border: none !important;
  color: #0098cc;
  background: none !important;
}
body a {
  color: #0098cc;
}
body .button {
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 1.3em;
  line-height: 1.3em;
  width: 80%;
  background-color: #0098cc;
  margin: 0 auto;
  padding: 2% 7%;
  transition-duration: 0.2s;
  transition-property: all;
}
body .button:hover {
  background-color: #fff;
}
body .blue {
  color: #0098cc;
}
body .textbox {
  font-family: 'Montserrat', sans-serif;
  font-weight: light;
  font-size: 1.14;
}
body .navbar {
  padding: 0 !important;
  height: 100px;
  border-bottom: 2px solid #000;
}
body .navbar .menu {
  max-height: 100px;
}
body .navbar .menu ul {
  list-style: none;
  line-height: 100px;
}
body .navbar .menu ul li {
  display: inline;
  margin-left: 5%;
}
body .navbar .menu ul li a {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
body .navbar .menu ul li a:hover {
  text-decoration: none;
  color: #0098cc;
}
body .navbar .menu ul li a:active {
  color: #0098cc;
}
body .navbar button,
body .navbar .dropdown-item {
  background-color: #0098cc;
  border-radius: 0;
  color: #fff;
}
body .navbar .dropdown-item {
  padding: .25rem 1.28rem;
}
body .navbar .dropdown-menu {
  min-width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
body .pseudoslider {
  height: 670px;
  background: url('../img/home_instrument.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
body .pseudoslider .pseudoslidercontainer {
  display: none;
  padding-top: 8%;
}
body .pseudoslider .pseudoslidercontainer .container {
  padding-top: 5%;
}
body .pseudoslider .pseudoslidercontainer h1 {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  font-weight: 600;
}
body .content {
  position: relative;
}
body .content .arrow i {
  font-size: 2.5em;
  position: absolute;
  top: -9%;
  left: 49%;
  background-color: #fff;
  padding: 0 0.5%;
}
body .pro p:first-child {
  margin-top: -3% !important;
}
body .content_interne {
  background-color: #f8f8f8;
}
body .content_interne h1 {
  color: #000;
  margin-top: 5%;
}
body .content_interne p:first-child {
  margin-top: 3%;
}
body .content_interne .img-fluid {
  margin-bottom: 10%;
}
body .pro .tarifsbox {
  padding-bottom: 3% !important;
}
body .content_tarifs .tarifsbox {
  padding: 0 3%;
  border: 1px dashed #0098cc;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  margin-bottom: 5%;
}
body .content_tarifs .tarifsbox h3 {
  margin: 10% 0;
  text-transform: uppercase;
}
body .content_tarifs .tarifsbox ul {
  list-style: none;
  padding: 0 !important;
  text-align: left !important;
}
body .content_tarifs .tarifsbox ul li {
  font-size: 0.875em;
  margin: 3% 0;
}
body .content_tarifs .tarifsbox ul li i {
  margin-right: 3%;
  font-size: 1.2em;
}
body .content_tarifs .tarifsbox img {
  margin: 5% 0 10% 0;
}
body .content_tarifs .tarifsbox a {
  text-transform: uppercase;
  font-size: 0.7em;
  text-decoration: underline;
}
body .content_tarifs .tarifsbox .far {
  margin-right: 2%;
}
body .content_tarifs .tarifsbox p:last-child {
  line-height: 1em;
}
body .prefooter {
  margin-top: 2%;
  position: relative;
}
body .prefooter #contact {
  background-color: #f8f8f8;
}
body .prefooter #contact h2 {
  margin: 7% 0;
}
body .prefooter #contact input {
  background: none !important;
  text-transform: uppercase;
  color: #000;
  border: none;
  border-radius: 0px !important;
  border-bottom: 1px solid #000;
  padding-left: 0;
  margin-bottom: 5%;
}
body .prefooter #contact input:placeholder {
  color: red !important;
}
body .prefooter #contact textarea {
  background: none !important;
  color: #000;
  border-radius: 0px !important;
  border: 1px solid #000;
  margin-top: 5%;
  resize: none;
  min-height: 180px;
}
body .prefooter #contact #rgpd {
  font-size: 0.8em;
  position: relative;
  margin-top: 3%;
}
body .prefooter #contact #rgpd #rgpdconsent {
  position: absolute;
}
body .prefooter #contact #rgpd span {
  float: right;
  margin-left: 5%;
}
body .prefooter #contact #rgpd span a {
  text-decoration: underline;
}
body .prefooter #contact button {
  color: #fff;
  background-color: #0098cc;
  text-transform: uppercase;
  padding: 1% 7%;
  border: 1px solid #0098cc;
  transition-duration: 0.2s;
  transition-property: all;
  margin: 5% 0;
}
body .prefooter #contact button:hover {
  text-decoration: none;
  color: #0098cc;
  background-color: #fff;
  border: 1px solid #0098cc;
}
body .prefooter #contactform {
  padding-top: 1%;
}
body .prefooter #contact_infos {
  background-color: #0098cc;
}
body .prefooter #contact_infos img {
  position: absolute;
  top: 50%;
}
body .prefooter #contact_infos .vcard {
  background-color: #fff;
  padding: 5% 3% 3% 3%;
}
body .prefooter #contact_infos .vcard a {
  color: #0098cc;
}
body .prefooter #contact_infos .vcard:first-child {
  margin-top: 12%;
}
body .prefooter #contact_infos .vcard:last-child {
  margin-top: 5%;
}
body .scrolltop {
  display: none;
  position: fixed;
  right: 5%;
  z-index: 999999;
  bottom: 8%;
}
body .scrolltop i {
  color: #fff;
  font-size: 2em;
  padding: 25%;
  background-color: #000;
  opacity: 0.8;
}
body footer {
  background-color: #000;
  color: #fff;
  position: relative;
  padding: 1%;
}
body footer p {
  margin-bottom: 0 !important;
}
body footer p a {
  color: #fff;
}
body footer p a:hover {
  color: #fff;
  text-decoration: none;
}
