@charset "UTF-8";
/*
Theme Name: verhulst
Description: verhulst - thème
Version: 1.0.0
Author: Inside Web
Author URI: https://www.insideweb.be
*/
@font-face {
  font-family: "CircularStd";
  font-weight: 400;
  src: url("fonts/CircularStd-Book.ttf") format("opentype");
}
@font-face {
  font-family: "CircularStd";
  font-weight: 700;
  src: url("fonts/CircularStd-Bold.ttf") format("opentype");
}
:root {
  --white: #ffffff;
  --black: #000000;
  --bg: #FAFAFA;
  --grey: #B7B7B7;
  --red: #D9000D;
  --bordered: #C72A21;
  --green: #A4BC98;
  --blue: #454AFB;
  --lightblue: #b4b6ff;
}

body {
  font-weight: 400;
  margin: 0;
  overflow-y: scroll;
  font-size: 16px;
  color: var(--black);
  font-family: "CircularStd", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  letter-spacing: 0.27px;
  line-height: 28px;
}

a {
  color: var(--black);
  text-decoration: none;
}

a:hover,
.navbar-light .navbar-nav .nav-link:hover {
  text-decoration: none;
  color: var(--black);
}

img {
  width: 100%;
  display: block;
}

button {
  transition: all 0.5s ease 0s;
}

p:last-child {
  margin-bottom: 0;
}

nav.navbar-main {
  z-index: 9998;
}

#search .header h1,
#salles .header h1,
#salle .header h1,
#map .header h1,
#prestataires .header h1 {
  font-size: 45px;
  letter-spacing: 0px;
  line-height: 58px;
  font-weight: 700;
  padding: 15px 0px;
  color: var(--black);
  border-bottom: solid 1px var(--grey);
  margin-bottom: 0px;
}
#search .header h1 span,
#salles .header h1 span,
#salle .header h1 span,
#map .header h1 span,
#prestataires .header h1 span {
  color: var(--blue);
}

#prestataire .header h1 {
  font-size: 45px;
  line-height: 58px;
  font-weight: 700;
  margin-bottom: 0px;
  padding-bottom: 20px;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    -o-transform: scale(1);
    /* Opera */
    -moz-transform: scale(1);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    -o-transform: scale(1.2);
    /* Opera */
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}
/*Header*/
.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar .container {
  border-bottom: solid 1px var(--grey);
}
.navbar .container .navbar-brand {
  max-width: 200px;
}
.navbar .container .navbar-nav {
  gap: 15px;
}
.navbar .container a {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  letter-spacing: 0.24px;
  line-height: 19px;
  font-weight: 700;
  color: var(--black) !important;
  padding: 0px !important;
}
.navbar .container a:hover {
  color: var(--blue) !important;
}
.navbar .container .nav-item.active a {
  color: var(--blue) !important;
}
.navbar .container #navbarScroll {
  padding-top: 20px;
  padding-bottom: 20px;
}

header .logo {
  display: flex;
  justify-content: center;
}
header .logo img {
  margin: 25px 0;
}
header .admin {
  margin-right: 15px;
}

@media only screen and (max-width: 992px) {
  header .admin {
    margin-right: 0;
    margin-bottom: 15px;
  }
  header form.search {
    margin-top: 15px;
  }
}
header.mobile {
  display: none;
}

/*Footer*/
footer {
  background: var(--bg);
  color: var(--black);
  padding: 25px 0px;
}
footer .copyright {
  font-size: 16px;
  letter-spacing: 0.24px;
  line-height: 20px;
  color: var(--black);
}
footer .copyright a:hover {
  color: var(--blue);
}
footer .copyright span {
  font-weight: 700;
}
footer .resoc {
  font-size: 25px;
}
footer .resoc a:hover {
  color: var(--blue);
}

/*Login*/
#login .login {
  background: url("https://verhulst.insideweb.be/layout/uploads/2022/03/chalet_robinson.png");
  height: 100vh;
  background-size: auto;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  align-items: center;
}
#login .login form {
  background: rgba(255, 255, 255, 0.3);
  max-width: 500px;
  text-align: center;
  padding: 40px;
  backdrop-filter: blur(5px);
}
#login .login h1 {
  font-weight: 700;
  font-size: 40px;
  color: var(--black);
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}
#login .login h1 span {
  color: var(--red);
}
#login .login input {
  margin-bottom: 20px;
  background: transparent;
  border: unset;
  border-bottom: solid 3px var(--black);
  outline: unset;
  box-shadow: unset;
  font-size: 18px;
  font-weight: 700;
}
#login .login input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--black) !important;
  opacity: 1 !important;
}
#login .login input::-moz-placeholder { /* Firefox 19+ */
  color: var(--black) !important;
  opacity: 1 !important;
}
#login .login input:-ms-input-placeholder { /* IE 10+ */
  color: var(--black) !important;
  opacity: 1 !important;
}
#login .login input:-moz-placeholder { /* Firefox 18- */
  color: var(--black) !important;
  opacity: 1 !important;
}
#login .login input::placeholder {
  color: var(--black) !important;
  opacity: 1 !important;
}
#login .login button {
  background: transparent;
  border: solid 3px black;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 20px;
  margin-top: 20px;
}
#login .login button:hover {
  border-color: var(--blue);
}
#login img {
  max-width: 380px;
  margin-bottom: 50px;
}

/*Home*/
#home .header img {
  margin-top: 30px;
  height: 62vh;
  object-fit: cover;
  min-height: 300px;
}
#home .header h1 {
  font-size: 60px;
  letter-spacing: 1.5px;
  line-height: 70px;
  font-weight: 400;
  color: var(--white);
  text-align: center;
  margin-bottom: 45px;
}
#home .header h1 span {
  font-weight: 700;
}
#home .header .overlay {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 100%;
  margin: auto;
}
#home .header form {
  max-width: 300px;
  margin: auto;
  display: flex;
  height: 40px;
}
#home .header form .search {
  display: flex;
}
#home .avant {
  padding-top: 40px;
  padding-bottom: 50px;
}
#home .avant h2 {
  font-size: 45px;
  letter-spacing: 0px;
  line-height: 58px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 45px;
}
#home .avant h2 span {
  color: var(--blue);
}

/*Salles tuile*/
.salles .carousel-item img {
  aspect-ratio: 1;
  object-fit: cover;
}
.salles .info-salle h3 {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 40px;
  margin-bottom: 7px;
  padding-top: 22px;
}
.salles .info-salle h4 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.33px;
  line-height: 28px;
  margin-bottom: 0px;
}
.salles .salle a:hover h3 {
  color: var(--blue);
}

.carousel-control-prev,
.carousel-control-next {
  height: fit-content;
  margin: auto;
  opacity: 1;
  width: fit-content;
  transition: all 0.5s ease 0s;
  display: none;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  transition: all 0.5s ease 0s;
  opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  margin: 5px;
  width: 35px;
  height: 45px;
  cursor: pointer;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-indicators button {
  min-width: 8px;
  min-height: 8px;
  border-radius: 100%;
  max-width: 8px;
  max-block-size: 8px;
  opacity: 1 !important;
}
.carousel-indicators button.active {
  background-color: var(--red);
}

.single-prestataires .carousel-control-prev,
.single-prestataires .carousel-control-next,
.single-salles .carousel-control-prev,
.single-salles .carousel-control-next,
.salle:hover .carousel-control-prev,
.salle:hover .carousel-control-next,
.gm-style-iw-d:hover .carousel-control-prev,
.gm-style-iw-d:hover .carousel-control-next {
  display: flex;
}

.carousel-indicators {
  margin-bottom: unset;
  padding-bottom: 15px;
}

.salle:hover h3 span {
  color: var(--red);
}

/*Salles*/
#salles .filtres {
  margin-top: 30px;
  margin-bottom: 30px;
}

#salles .salles .salle {
  margin-bottom: 50px;
}

/*filtres*/
.filtres .col {
  max-width: 235px;
}
.filtres .row {
  justify-content: center;
  gap: 10px;
}
.filtres select:focus {
  border-color: var(--black) !important;
  outline: none !important;
  box-shadow: none !important;
}
.filtres .filter-select {
  border: 1px solid var(--black);
  padding: 0px 15px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.4px;
  color: var(--black);
  border-radius: 0px;
  height: 40px;
  -webkit-appearance: menulist;
  -moz-appearance: none;
  appearance: none;
}

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0'%3e%3cpath fill='none' stroke='rgba(164, 188, 152, 1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

/*Salle*/
#salle .header {
  padding-top: 20px;
}
#salle .header h2 {
  font-size: 25px;
  font-weight: 400;
  color: var(--grey);
  margin-bottom: 0px;
}
#salle .photos {
  padding-top: 30px;
  padding-bottom: 35px;
}
#salle .photos .col-md-7 {
  padding-right: 8px;
}
#salle .photos .col-md-7 img {
  height: 40vh;
  object-fit: cover;
  min-height: 350px;
}
#salle .photos .col-md-5 {
  padding-left: 8px;
}
#salle .photos .col-md-5 img {
  height: 40vh;
  object-fit: cover;
  min-height: 350px;
}
#salle .photos .col-md-4 img {
  height: 27vh;
  object-fit: cover;
  margin-top: 16px;
  min-height: 250px;
}
#salle .photos .col-md-4:nth-child(4) {
  padding-left: 8px;
  padding-right: 8px;
}
#salle .photos .col-md-4:nth-child(5) {
  padding-left: 8px;
}
#salle .photos .col-md-4:nth-child(3) {
  padding-right: 8px;
}
#salle h3 {
  font-size: 40px;
  letter-spacing: 0px;
  line-height: 58px;
  font-weight: 400;
  margin-bottom: 0px;
  color: var(--blue);
}
#salle h4 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  margin-bottom: 0px;
}
#salle .description {
  padding-top: 35px;
  padding-bottom: 30px;
}
#salle .description .bloc {
  padding-right: 5vw;
}
#salle .description a {
  font-size: 20px;
  letter-spacing: 0.33px;
  line-height: 28px;
  font-weight: 400;
}
#salle .description a:hover {
  color: var(--red);
}
#salle .description iframe {
  display: block;
  margin-top: 20px;
  width: 100%;
  max-height: 450px;
  height: 40vh;
  min-height: 400px;
}
#salle .infos {
  padding: 60px 0px;
  background-color: var(--blue);
}
#salle .infos .com {
  font-size: 14px;
}
#salle .infos a:not(.btn) {
  color: var(--white);
}
#salle .infos a:not(.btn):hover {
  color: var(--grey);
}
#salle .infos .card {
  background-color: transparent;
  border: none;
  color: var(--white);
}
#salle .infos .card .card-header {
  background-color: transparent;
  border-color: var(--lightblue);
  color: var(--white);
}
#salle .infos .card .card-header h3 {
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: 400;
  color: var(--white);
}
#salle .infos .card .card-header h3 i.fa {
  font-size: 0.8em;
}
#salle .infos .card h4 {
  color: var(--white);
}
#salle .infos .card .list-group-item {
  background-color: transparent;
  border-color: var(--lightblue);
  color: var(--white);
}
#salle .offreetcomment {
  padding-top: 55px;
  padding-bottom: 20px;
}
#salle .offreetcomment h3 {
  margin-top: 50px;
}
#salle .offreetcomment .commentaires {
  border-left: solid 1px var(--grey);
  padding-bottom: 50px;
}
#salle .offreetcomment .commentaires .commentaire {
  border-top: solid 1px var(--grey);
  padding-bottom: 25px;
  padding-top: 25px;
}
#salle .offreetcomment .commentaires .commentaire:nth-child(2) {
  border-top: unset;
  padding-top: 0px;
}
#salle .offreetcomment .commentaires .commentaire .date {
  color: var(--grey);
  margin-bottom: 20px;
}
#salle .offreetcomment .offres .bloc {
  padding-right: 60px;
}
#salle .offreetcomment .commentaires .bloc {
  padding-left: 60px;
}
#salle .offreetcomment .offres .offre {
  border-top: solid 1px var(--grey);
  padding-bottom: 25px;
  padding-top: 25px;
}
#salle .offreetcomment .offres .offre button {
  background: #FAFAFA;
  padding: 5px 15px 5px 20px;
  margin-top: 20px;
  border: unset;
}
#salle .offreetcomment .offres .offre button i {
  margin-right: 15px;
}
#salle .offreetcomment .offres .offre button:hover {
  color: var(--red);
}
#salle .offreetcomment .offres .offre:nth-child(2) {
  border-top: unset;
  padding-top: 0px;
}
#salle .offreetcomment i.fa {
  color: var(--blue);
}

/*Map*/
#map .filtres {
  padding: 30px 0px;
}

.acf-map {
  width: 100%;
  height: 90vh;
  min-height: 600px;
}
.acf-map img {
  max-width: inherit !important;
}
.acf-map .gm-style img {
  width: 250px;
  height: 150px;
  object-fit: cover;
}
.acf-map .gm-style .gm-style-iw-c {
  padding: 0px;
  max-width: 250px !important;
}
.acf-map .gm-style .gm-style-iw-d {
  max-height: 100% !important;
  width: 250px;
  overflow: hidden !important;
}

#datafetchlist {
  padding: 25px;
}
#datafetchlist img {
  height: 15vw;
  object-fit: cover;
}
#datafetchlist .carousel-inner {
  border-radius: 15px;
}
#datafetchlist .salle {
  margin-bottom: 20px;
}

#datafetchmap h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--red);
}
#datafetchmap h4 {
  font-size: 16px;
  font-weight: 400;
}
#datafetchmap .info-salle {
  padding: 10px;
}
#datafetchmap .carousel-indicators {
  padding-bottom: 7px;
}

.gm-ui-hover-effect {
  background-color: rgba(0, 0, 0, 0.4) !important;
  top: 5px !important;
  right: 5px !important;
  border-radius: 100%;
  width: 25px !important;
  height: 25px !important;
  opacity: 1;
}
.gm-ui-hover-effect span {
  width: 15px !important;
  height: 15px !important;
  margin: 5px !important;
  background-color: #fff;
}

.gm-style-iw-tc {
  display: none;
}

/*Tuiles Prestataires*/
.prestataires .prestataire img {
  object-fit: contain;
}
.prestataires .prestataire .logo {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-content: center;
  background: var(--bg);
  padding: 3rem !important;
  transition: padding 0.2s ease-out;
}
.prestataires .prestataire h3 {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 40px;
  margin-bottom: 7px;
  padding-top: 22px;
  transition: color 0.3s ease-out;
}
.prestataires .prestataire h4 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.33px;
  line-height: 28px;
  margin-bottom: 0px;
}
.prestataires .prestataire:hover h3 {
  color: var(--blue);
}
.prestataires .prestataire:hover .logo {
  padding: 2rem !important;
}

/*Prestataires*/
#prestataires .filtres {
  margin-top: 30px;
  margin-bottom: 30px;
}
#prestataires .prestataires .prestataire {
  margin-bottom: 50px;
}

/*Prestataire*/
#prestataire .header {
  padding-top: 20px;
}
#prestataire .header h2 {
  font-size: 25px;
  font-weight: 400;
  color: var(--grey);
  margin-bottom: 0px;
}
#prestataire .header .logo {
  position: absolute;
  right: 12px;
  top: -5px;
  height: 100%;
}
#prestataire .header .activite {
  color: var(--black);
  padding-bottom: 20px;
  border-bottom: solid 1px var(--black);
  font-weight: 700;
}
#prestataire .header .logo img {
  height: 130px;
  max-height: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}
#prestataire .photos {
  padding-top: 30px;
  padding-bottom: 35px;
}
#prestataire .photos .col-md-7 {
  padding-right: 8px;
}
#prestataire .photos .col-md-7 img {
  height: 40vh;
  object-fit: cover;
  min-height: 350px;
}
#prestataire .photos .col-md-5 {
  padding-left: 8px;
}
#prestataire .photos .col-md-5 img {
  height: 40vh;
  object-fit: cover;
  min-height: 350px;
}
#prestataire .photos .col-md-4 img {
  height: 27vh;
  object-fit: cover;
  margin-top: 16px;
  min-height: 250px;
}
#prestataire .photos .col-md-4:nth-child(4) {
  padding-left: 8px;
  padding-right: 8px;
}
#prestataire .photos .col-md-4:nth-child(5) {
  padding-left: 8px;
}
#prestataire .photos .col-md-4:nth-child(3) {
  padding-right: 8px;
}
#prestataire .description {
  padding-top: 35px;
  padding-bottom: 30px;
}
#prestataire .description .bloc {
  padding-right: 5vw;
}
#prestataire .description a {
  font-size: 20px;
  letter-spacing: 0.33px;
  line-height: 28px;
  font-weight: 400;
}
#prestataire .description a:hover {
  color: var(--red);
}
#prestataire .description iframe {
  display: block;
  margin-top: 20px;
  width: 100%;
  max-height: 450px;
  height: 40vh;
  min-height: 400px;
}
#prestataire i.fa {
  color: var(--blue);
}
#prestataire h3 {
  font-size: 40px;
  letter-spacing: 0px;
  line-height: 58px;
  font-weight: 400;
  margin-bottom: 0px;
  color: var(--blue);
}
#prestataire h4 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.33px;
  line-height: 30px;
  margin-bottom: 0px;
}
#prestataire .infos {
  background-color: var(--blue);
  color: var(--white);
  padding: 60px 0px;
}
#prestataire .infos i.fa {
  color: var(--white);
}
#prestataire .infos h3 {
  color: var(--white);
}
#prestataire .infos p {
  margin-bottom: 3px;
  font-size: 18px;
}
#prestataire .infos h4 {
  margin-top: 20px;
}
#prestataire .infos h4:nth-child(2) {
  margin-top: 0px;
}
#prestataire .infos a:hover {
  color: var(--red);
}
#prestataire .infos button {
  background-color: var(--black);
  border: unset;
  font-size: 16px;
  letter-spacing: 0.4px;
  font-weight: 400;
  padding: 10px 30px;
  color: var(--white);
  margin-top: 10px;
}
#prestataire .infos button:hover {
  background-color: var(--white);
  color: var(--black);
}
#prestataire .infos .com {
  font-size: 14px;
}
#prestataire .infos a:not(.btn) {
  color: var(--white);
}
#prestataire .infos a:not(.btn):hover {
  color: var(--grey);
}
#prestataire .infos .btn-light:hover {
  color: var(--black);
}
#prestataire .infos .card {
  background-color: transparent;
  border: none;
  color: var(--white);
}
#prestataire .infos .card .card-header {
  background-color: transparent;
  border-color: var(--lightblue);
  color: var(--white);
}
#prestataire .infos .card .card-header h3 {
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: 400;
  color: var(--white);
}
#prestataire .infos .card .card-header h3 i.fa {
  font-size: 0.8em;
}
#prestataire .infos .card h4 {
  color: var(--white);
}
#prestataire .infos .card .list-group-item {
  background-color: transparent;
  border-color: var(--lightblue);
  color: var(--white);
}
#prestataire .offreetcomment {
  padding-top: 55px;
  padding-bottom: 20px;
}
#prestataire .offreetcomment h3 {
  margin-top: 50px;
}
#prestataire .offreetcomment .commentaires {
  border-left: solid 1px var(--grey);
  padding-bottom: 50px;
}
#prestataire .offreetcomment .commentaires .commentaire {
  border-top: solid 1px var(--grey);
  padding-bottom: 25px;
  padding-top: 25px;
}
#prestataire .offreetcomment .commentaires .commentaire:nth-child(2) {
  border-top: unset;
  padding-top: 0px;
}
#prestataire .offreetcomment .commentaires .commentaire .date {
  color: var(--grey);
  margin-bottom: 20px;
}
#prestataire .offreetcomment .commentaires .bloc {
  padding-left: 60px;
}
#prestataire .offreetcomment .offres .bloc {
  padding-right: 60px;
}
#prestataire .offreetcomment .offres .offre {
  border-top: solid 1px var(--grey);
  padding-bottom: 25px;
  padding-top: 25px;
}
#prestataire .offreetcomment .offres .offre button {
  background: #FAFAFA;
  padding: 5px 15px 5px 20px;
  margin-top: 20px;
  border: unset;
}
#prestataire .offreetcomment .offres .offre button i {
  margin-right: 15px;
}
#prestataire .offreetcomment .offres .offre button:hover {
  color: var(--red);
}
#prestataire .offreetcomment .offres .offre:nth-child(2) {
  border-top: unset;
  padding-top: 0px;
}

/*Search*/
#search .header {
  padding: 20px 0px;
}
#search .resultat {
  padding-top: 40px;
  padding-bottom: 20px;
}
#search .resultat .prestataire,
#search .resultat .salle {
  margin-bottom: 40px;
}

.post-edit-link {
  color: var(--grey);
  font-size: 14px;
}

.btn.btn-light {
  color: var(--blue);
}
.btn.btn-light:hover {
  color: var(--black);
}
.btn.btn-primary {
  background-color: var(--blue);
}
.btn.btn-primary:hover {
  background-color: var(--white);
  border-color: var(--blue);
  color: var(--blue) !important;
}
.btn.btn-outline-primary {
  border-color: var(--blue);
}
.btn.btn-outline-primary:hover {
  background-color: var(--blue);
}

[data-bs-toggle=collapse] {
  cursor: pointer;
}

#datafetch_concepts h3 a {
  color: var(--black);
}
#datafetch_concepts h3 a:hover {
  color: var(--blue);
}
#datafetch_concepts a.btn {
  line-height: unset;
}

.single-concepts .infos {
  padding: 60px 0px;
  background-color: var(--blue);
}
.single-concepts .infos .card {
  background-color: transparent;
  border: none;
  color: var(--white);
}
.single-concepts .infos .card .card-header {
  background-color: transparent;
  border-color: var(--lightblue);
  color: var(--white);
}
.single-concepts .infos .card .list-group-item {
  background-color: transparent;
  border-color: var(--lightblue);
  color: var(--white);
}

@media only screen and (max-width: 992px) {
  /*Header*/
  header.mobile {
    display: flex;
  }
  header.desktop {
    display: none;
  }
  header .logo {
    border-bottom: unset;
  }
  header .header-mobile {
    display: flex;
    justify-content: space-between;
  }
  header .navbar-toggler {
    color: var(--black) !important;
    border: unset !important;
    outline: unset !important;
    box-shadow: unset !important;
    font-size: 25px;
  }
  header .navbar-toggler i {
    color: var(--black);
  }
  header .navbar-collapse {
    text-align: end;
  }
  header .navbar-main {
    border-bottom: solid 1px var(--grey);
  }
  header .navbar-collapse {
    margin-bottom: 15px;
  }
  .navbar-nav {
    gap: 15px;
  }
  /*Salles tuile*/
  .salles .info-salle h3 {
    font-size: 25px;
    line-height: 30px;
    min-height: auto;
    padding-top: 14px;
  }
  .salles .info-salle h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .carouselsalleList {
    max-width: 400px;
  }
  .info-salle {
    width: fit-content;
  }
  .salles .salle {
    margin: auto;
    width: fit-content;
    margin-bottom: 30px;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 25px;
    height: 35px;
  }
  .carousel-indicators button {
    min-width: 6px;
    min-height: 6px;
    max-width: 6px;
    max-block-size: 6px;
  }
  .carousel-indicators {
    padding-bottom: 10px;
  }
  .salle .carousel-control-prev, .salle .carousel-control-next, .gm-style-iw-d .carousel-control-prev, .gm-style-iw-d .carousel-control-next {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  /*Header*/
  .nav-link {
    font-size: 14px;
    line-height: 17px;
  }
  header .logo img {
    max-width: 250px;
    width: 50vw;
    margin: 10px 0;
  }
  #home .header h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  #search .header h1,
  #salles .header h1,
  #salle .header h1,
  #map .header h1,
  #prestataires .header h1 {
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 40px;
    padding: 15px 0px;
    margin-bottom: 0px;
  }
  #prestataire .header h1 {
    font-size: 30px;
    line-height: 40px;
  }
  /*Footer*/
  footer {
    padding: 20px 0px;
  }
  footer .copyright {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  footer .resoc {
    font-size: 20px;
  }
  /*Login*/
  #login img {
    max-width: 250px;
  }
  #login .login h1 {
    font-size: 30px;
  }
  #login .login input {
    font-size: 16px;
  }
  #login .login button {
    font-size: 18px;
  }
  /*Home*/
  #home .header img {
    height: 70vh;
  }
  #home .header .overlay {
    width: 90%;
  }
  #home .header form {
    max-width: 300px;
    height: 30px;
  }
  #home .avant {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #home .avant h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  /*Salles*/
  #salles .filtres {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #salles .salles .salle {
    margin-bottom: 30px;
  }
  /*filtres*/
  .filtres .row {
    flex-direction: column;
    margin: auto;
    width: fit-content;
  }
  .filtres .filter-select {
    font-size: 14px;
    height: 35px;
  }
  /*Salle*/
  #salle .header {
    padding-top: 20px;
  }
  #salle .infos p {
    margin-bottom: 3px;
    font-size: 18px;
  }
  #salle .infos h4 {
    margin-top: 10px;
  }
  #salle .infos button {
    background-color: var(--black);
    border: unset;
    font-size: 16px;
    letter-spacing: 0.4px;
    font-weight: 400;
    padding: 10px 30px;
    color: var(--white);
    margin-top: 10px;
  }
  #salle .infos button:hover {
    background-color: var(--white);
    color: var(--black);
  }
  /*Map*/
  #map .filtres {
    padding: 20px 0px;
  }
  #datafetchmap h3 {
    font-size: 18px;
  }
  #datafetchmap h4 {
    font-size: 14px;
  }
  #prestataire .header .activite {
    border-bottom: unset;
  }
  #prestataire .header .logo {
    position: initial;
    padding-bottom: 20px;
    border-bottom: solid 1px var(--black);
  }
  /*Search*/
  #search .header {
    padding: 10px 0px;
  }
  #search .resultat {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  #search .resultat .salle {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
