/*
Theme Name: GaincheTP
Theme URI: https://tiw3.buroscope-tiw.fr/
Author: Buroscope-tiw3
Author URI: https://tiw3.buroscope-tiw.fr/
Description: Site GaincheTP
Version: 1.0
Template: owlpress
*/
:root {
  --bs-primary: #e8c430;
}

#content {
  min-height: 73vh;
}

.indexContainer {
  margin-top: 22px;
}

.breadcrumb-left.breadcrumb-area .breadcrumb-content::before,
.breadcrumb-right.breadcrumb-area .breadcrumb-content::before {
  content: none;
}

.header-one .breadcrumb-area .breadcrumb-content {
  margin-top: 90px;
  margin-bottom: 70px;
}

#custom-header img {
  height: 6rem;
}

.navbar-area {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.tobii-zoom__icon {
  display: none;
}

.footer-copyright {
  background: url("/wp-content/uploads/2022/08/bg-header.png");
  background-position: bottom -80px right;
}

a.breadBtn {
  text-decoration: none;
  border: 1px solid black;
  border-radius: 3px;
  background-color: #e8c430;
  color: #fff;
  padding: 5px 10px;
}

#custom-header img {
  width: 100vw;
}

.presentationContainer .pageDetails__description {
  margin: 6vh auto;
}

.presentationContainer .slider .slick-arrow {
  color: black;
}

.presentationContainer .slider__slide {
  position: relative;
  max-height: 600px;
  overflow: hidden;
}

.presentationContainer .slider__slide_img {
  width: 100%;
}

.presentationContainer .slider__slide_description {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.presentationContainer .slider__slide_description p {
  margin: 1rem auto 1rem auto;
  font-size: 1.5rem;
}

.service-img {
  height: 270px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-link {
  text-decoration: none;
  color: black;
}

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

.service-link:hover p {
  color: black;
}

.service-link .card:hover {
  -webkit-box-shadow: 0px 0px 20px black !important;
          box-shadow: 0px 0px 20px black !important;
}

.gallery {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.gallery a {
  margin: 10px;
  background-color: lightgrey;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactPage {
  margin: 30px auto;
}

.contactPage form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contactPage form input {
  margin-bottom: 10px;
}

.contactPage form input.submitBtn {
  margin-top: 10px;
}

.contactPage .card {
  height: 100%;
  margin-bottom: 10px;
  color: black;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2vh;
}

.header .services {
  width: 50vh;
}

.header .service_image {
  width: 70vh;
  border-radius: 2vh;
}

.header .service_image:hover {
  background-color: black;
  opacity: 0.5;
}
/*# sourceMappingURL=style.css.map */