.vdg-color {
  color: #ba752e;
}

body {
  font-family: "Poppins";
}

.navbar-nav a {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 700;
}

.navbar-light {
  background-color: #fff;
}

.navbar-light .navbar-brand {
  color: #ba752e;
  font-size: 1.563rem;
  font-weight: 900;
  letter-spacing: 2px;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #ba752e;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #ba752e;
}

.nav-link {
  padding: 0.2rem 1rem;
}

.navbar-toggler {
  padding: 1px 5px;
  font-size: 1.125rem;
  line-height: 0.3;
  background: #fff;
}

.carousel-item {
  height: 90vh;
  min-height: 300px;
}

.fisrt {
  background: #485683;
  opacity: 0.8;
}

.carousel-caption {
  bottom: 220px;
}

.carousel-caption h1 {
  font-size: 3.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 25px;
  font-weight: 900;
}

.carousel-caption p {
  font-size: 1.125rem;
  margin: auto;
  width: 60%;
  line-height: 1.9;
}

.carousel-caption .m-normal {
  margin: initial;
}

.carousel-caption a {
  text-transform: uppercase;
  background: darkorange;
  padding: 10px 30px;
  display: inline-block;
  color: #fff;
  margin-top: 15px;
  border-radius: 50px;
}

@media (max-width: 1300px) {
  .carousel-caption {
    bottom: 100px;
  }
}

@media (max-width: 1024px) {
  #carouselExampleIndicators .carousel-item {
    height: auto !important;
  }
}

@media only screen and (max-width: 960px) {
  .carousel-caption {
    bottom: 55px;
  }
  .carousel-item {
    height: auto;
  }
  .navbar {
    padding-bottom: 0;
  }
  .navbar .navbar-brand {
    font-size: 1.375rem;
  }
  .navbar-nav {
    margin-bottom: 0 !important;
  }
  .navbar-nav li a {
    text-align: center;
    background: #fff;
    border-top: 0;
    border-bottom: 1px solid lightgrey;
    line-height: 2rem;
    padding: 0.8rem 0;
    font-weight: normal;
    font-weight: 800;
    font-size: 0.875rem;
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
}

section#greetings .h2-greetings,
#section-success .h2-greetings {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  position: relative;
}

section#greetings .h2-greetings::after,
#section-success .h2-greetings::after {
  content: ' ';
  display: block;
  width: 8rem;
  height: 2px;
  margin: 1.2em auto 1.8em;
  background-color: #222222;
}

section#greetings span,
#section-success span {
  font-family: "PT serif";
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  color: #808369;
}

section#greetings .title-bg,
#section-success .title-bg {
  position: relative;
  background-image: url("../images/vdg-title-green.webp");
  background-repeat: no-repeat;
  position: absolute;
  width: 17.929rem;
  height: 6.929rem;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 0;
  background-size: contain;
}

@media (min-width: 960px) {
  .h2-greetings {
    font-size: 2.5rem;
  }
}

section#showcase-vdg-1 .container,
section#showcase-vdg-2 .container,
section#showcase-vdg-3 .container {
  max-width: 1510px;
}

section#showcase-vdg-1 .container .row .showcase-img,
section#showcase-vdg-2 .container .row .showcase-img,
section#showcase-vdg-3 .container .row .showcase-img {
  margin-top: 3%;
}

section#showcase-vdg-1 .container .row .showcase-text,
section#showcase-vdg-2 .container .row .showcase-text,
section#showcase-vdg-3 .container .row .showcase-text {
  position: relative;
  float: right;
}

section#showcase-vdg-1 .container .row .showcase-text .h5,
section#showcase-vdg-2 .container .row .showcase-text .h5,
section#showcase-vdg-3 .container .row .showcase-text .h5 {
  font-size: 3.6667rem;
  font-family: "Fira Sans", sans-serif;
}

section#showcase-vdg-1 .container .row .showcase-text p,
section#showcase-vdg-2 .container .row .showcase-text p,
section#showcase-vdg-3 .container .row .showcase-text p {
  font-family: "Karla", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}

section#showcase-vdg-1 .container .row .showcase-text a,
section#showcase-vdg-2 .container .row .showcase-text a,
section#showcase-vdg-3 .container .row .showcase-text a {
  border-radius: 0;
  background: white;
  color: #95989f;
  border-color: #95989f;
}

section#showcase-vdg-1 .showcase-text {
  background-color: #95989f;
}

section#showcase-vdg-1 .showcase-text::before {
  background-color: #95989f;
  z-index: -1;
}

section#showcase-vdg-2 .showcase-text {
  background-color: #837e8f;
}

section#showcase-vdg-2 .showcase-text::before {
  background-color: #837e8f;
  z-index: -1;
}

section#showcase-vdg-1 .showcase-text,
section#showcase-vdg-2 .showcase-text {
  margin-top: -41%;
  position: relative;
}

section#showcase-vdg-1 .showcase-text::before,
section#showcase-vdg-2 .showcase-text::before {
  content: '';
  width: 230px;
  top: 0;
  bottom: 0;
  left: -230px;
  position: absolute;
  display: block;
}

section#showcase-vdg-1 img,
section#showcase-vdg-2 img {
  border-right: 5px solid #fff;
  border-top: 5px solid #fff;
}

section#showcase-vdg-3 .showcase-text {
  margin-top: 115px;
  position: relative;
  background: #3f4756;
}

section#showcase-vdg-3 .showcase-text::after {
  content: '';
  width: 230px;
  top: 0;
  bottom: 0;
  right: -230px;
  position: absolute;
  display: block;
  background: #89afc3;
  background: #3f4756;
  z-index: -1;
}

section#showcase-vdg-3 img {
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

@media (max-width: 767.98px) {
  section#showcase-vdg-1 .container .row .showcase-img,
  section#showcase-vdg-2 .container .row .showcase-img,
  section#showcase-vdg-3 .container .row .showcase-img {
    margin-top: 0%;
  }
  section#showcase-vdg-1 .container .row .showcase-text,
  section#showcase-vdg-2 .container .row .showcase-text,
  section#showcase-vdg-3 .container .row .showcase-text {
    margin-top: -7%;
  }
  section#showcase-vdg-1 .container .row .showcase-text .h5,
  section#showcase-vdg-2 .container .row .showcase-text .h5,
  section#showcase-vdg-3 .container .row .showcase-text .h5 {
    font-size: 1.6667rem;
  }
  section#showcase-vdg-1 .container .row .showcase-text::before, section#showcase-vdg-1 .container .row .showcase-text::after,
  section#showcase-vdg-2 .container .row .showcase-text::before,
  section#showcase-vdg-2 .container .row .showcase-text::after,
  section#showcase-vdg-3 .container .row .showcase-text::before,
  section#showcase-vdg-3 .container .row .showcase-text::after {
    display: none;
  }
  section#showcase-vdg-1 .container .row img,
  section#showcase-vdg-2 .container .row img,
  section#showcase-vdg-3 .container .row img {
    border: none;
  }
  section#showcase-vdg-3 .showcase-img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  section#showcase-vdg-1 .container .row .showcase-text .h5,
  section#showcase-vdg-2 .container .row .showcase-text .h5,
  section#showcase-vdg-3 .container .row .showcase-text .h5 {
    font-size: 1.6667rem;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  section#showcase-vdg-1 .container .row .showcase-text .h5,
  section#showcase-vdg-2 .container .row .showcase-text .h5,
  section#showcase-vdg-3 .container .row .showcase-text .h5 {
    font-size: 2.995rem;
  }
}

@media (max-width: 1280px) {
  section#showcase-vdg-3 .showcase-text {
    margin-top: 0px;
  }
}

section#services {
  background-image: url("../images/vdg/techniques.jpg");
}

section#services .bordered {
  border: #c19b57 solid 1px;
}

section#services .music {
  background-position: center;
}

@media (min-width: 1024px) and (max-width: 1400px) {
  section#services .ftNormal {
    font-size: 1rem;
  }
}

section#visite {
  background-color: #f5f2ed;
}

section#place-to-be {
  background-color: #f5f2ed;
}

section#place-to-be .divider-separator {
  color: #82827a;
  border: 1px solid #82827a;
  content: '';
}

section#place-to-be p {
  color: #82827a;
}

section#place-to-be p span {
  font-size: 1.2rem;
}

section#place-to-be .slick-prev,
section#place-to-be .slick-next {
  z-index: 1;
  color: #fff;
}

section#place-to-be .slick-prev {
  left: 2%;
}

section#place-to-be .slick-next {
  right: 2%;
}

section#place-to-be .slick-prev::before,
section#place-to-be .slick-next::before {
  color: #fff;
  opacity: 1;
  font-size: 2rem;
}

section#place-to-be .slick-dots {
  bottom: -35px;
}

@media (max-width: 1024px) {
  section#place-to-be .slick-prev {
    left: 3%;
  }
  section#place-to-be .slick-next {
    right: 4%;
  }
}

@media (max-width: 768px) {
  section#place-to-be .slick-dots {
    display: none !important;
  }
  section#place-to-be .slick-next {
    right: 6%;
  }
}

#formulaire {
  position: relative;
}

#formulaire:before {
  content: '';
  position: absolute;
  bottom: -6em;
  width: 17em;
  height: 8.5em;
  line-height: inherit;
  vertical-align: bottom;
  left: 0;
  right: 0.7857em;
  border-radius: 0 0 50em 50em;
  margin: auto;
  z-index: 1;
  text-align: center;
  background: white;
}

#formulaire h1 {
  font-family: "Poppins";
  font-size: 2.452rem;
  font-weight: 700;
  line-height: 3rem;
}

#formulaire .vdg-form-btn .btn {
  background-color: #b18941;
  border-color: #b18941;
}

#formulaire .vdg-form-btn .btn:focus {
  -webkit-box-shadow: rgba(193, 155, 87, 0.5) 0px 0px 0px 3.2px !important;
          box-shadow: rgba(193, 155, 87, 0.5) 0px 0px 0px 3.2px !important;
}

#formulaire .fst-italic {
  font-size: 0.875rem;
}

@media (max-width: 767.98px) {
  #formulaire:before {
    display: none;
  }
  footer .address_right a,
  footer .address_left a {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#section-success {
  margin-top: 8rem;
}

footer {
  background-color: #f2f2f2;
}

footer .address_right a,
footer .address_left {
  color: #ba752e;
  line-height: 1.313rem;
  font-weight: bold;
}

footer .address_right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .address_right a i {
  margin-right: 5%;
}

footer .address_right a:hover {
  color: #141f92;
}

footer .social-container {
  margin: 20px 0;
}

footer .social-container a {
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  background-color: #fff;
  text-decoration: none;
}

footer .social-container a:hover {
  color: #fff;
}

footer .vallee-de-grace-facebook {
  color: #4867aa;
  border: 1px solid #4867aa !important;
}

footer .vallee-de-grace-facebook:hover {
  background-color: #4867aa;
}

footer .vallee-de-grace-instagram {
  color: #ea4a66;
  border: 1px solid #ea4a66 !important;
}

footer .vallee-de-grace-instagram:hover {
  background-color: #ea4a66;
}

footer .vallee-de-grace-twitter {
  color: #1da1f2;
  border: 1px solid #1da1f2 !important;
}

footer .vallee-de-grace-twitter:hover {
  background-color: #1da1f2;
}

footer .vallee-de-grace-whatsapp {
  color: #35df57;
  border: 1px solid #35df57 !important;
}

footer .vallee-de-grace-whatsapp:hover {
  background-color: #35df57;
}

.pulse:hover,
.pulse:focus {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
  -webkit-box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
          box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #bb762e;
            box-shadow: 0 0 0 0 #bb762e;
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #bb762e;
            box-shadow: 0 0 0 0 #bb762e;
  }
}

.sub {
  background-color: #343a40;
}

.subfooter {
  color: #dfaa80;
}

.subfooter:hover {
  color: #fff;
}

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

.btn-group-lg > .btn,
.btn-lg {
  font-size: 1.09375rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.form-control {
  border-radius: 0;
}

.form-control:focus {
  color: #495057;
  border-color: #e3d2b4;
  outline: 0;
  background-color: #fff;
  -webkit-box-shadow: rgba(193, 155, 87, 0.25) 0px 0px 0px 3.2px;
          box-shadow: rgba(193, 155, 87, 0.25) 0px 0px 0px 3.2px;
}
/*# sourceMappingURL=style.css.map */