@import url('https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

.dropdown:hover>.dropdown-menu {
    display: block;
}
.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.nav-item a {
    color: white !important;
    font-size: 18px;  
}
.nav-item a:hover {
    color: #ccc !important;
}
.dropdown {
}
.dropdown a {
    color: white !important;
}
.dropdown-menu {
    background-color: #062E40 !important;
}
a.dropdown-item {
    color: white !important;
}
a.dropdown-item:hover {
    background-color: #062E40;
    color: gray !important;
}


html, body {
  font-family: "Ubuntu", serif;	
}

.navbar-brand {
  font-size: 28px;  
  color: white !important;  
}
.navbar ul.actual-links > li {
  padding: 30px 15px;
}


.sticky {
  background: #062E40;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  margin-top: 0px;
  color: #fff;
}

.header_h1 {
  font-family: "Ubuntu", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
  font-size: 60px;
}

.padding-block {
  padding: 60px 15px;
}

.home-header {
  background-image: url('https://gitedegroupe.manoir-le-cosquer.com/assets/uploads/images/manoir-cosquer-gite-de-charme.jpg'); 
  background-position: center center; 
  background-size: cover; 
  color: white; 
  padding-top: 220px; 
  padding-bottom: 160px
}

.container {
  max-width: 1140px !important;
}


p {
	font-size: 14pt;
}

.btn {
	padding: 12px 24px;
	border-radius: 0;
	font-weight: bold;
	border: 0;
}

address {
  font-family: "Nothing You Could Do", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;  	
  display: block;
  margin: 30px 0px;
  text-align: center;
}

.padding-block h1 {
  text-align: center;
}

/*
.padding-block img {
  margin-top: 10px;
  padding-left: 80px;
}
*/

@media (max-width: 1199.98px) {

  .nav-item-2 a {
    width: 100%;
  }

}

@media (max-width: 575.98px) {

  .navbar-dark {
    background: #062E40;
  }

  .navbar ul.actual-links li {
    padding: 0px 10px;
    background: #062E41;
  }

  .padding-block {
    padding: 30px 15px;
  }

  .home-header {
    background-image: url('https://manoir-le-cosquer.com/wp-content/uploads/2022/02/manoir-cosquer-gite-de-charme.jpg'); 
    background-position: center center; 
    background-size: cover; 
    color: white; 
    padding-top: 60px; 
    padding-bottom: 40px
  }

  .header_h1 {
    font-size: 30px;
  }

}

@media (min-width: 576px) and (max-width: 767.98px) {

  .navbar-dark {
    background: #062E40;
  }
  
  .navbar ul.actual-links li {
    padding: 0px 10px;
    background: #062E41;
  }

  .padding-block {
    padding: 30px 15px;
  }

  .home-header {
    background-image: url('https://manoir-le-cosquer.com/wp-content/uploads/2022/02/manoir-cosquer-gite-de-charme.jpg'); 
    background-position: center center; 
    background-size: cover; 
    color: white; 
    padding-top: 120px; 
    padding-bottom: 80px
  }

  .header_h1 {
    font-size: 40px;
  }

}

@media (min-width: 768px) AND (max-width: 1199.98px) {

  .navbar ul.actual-links li {
    padding: 0px 10px;
    background: #062E41;
  }

}

@media (min-width: 1900px) {
  .home-header {
    padding-top: 240px; 
    padding-bottom: 180px  
  }
}

@media (min-width: 2200px) {
  .home-header {
    padding-top: 320px; 
    padding-bottom: 280px  
  }
}

@media (min-width: 2500px) {
  .home-header {
    padding-top: 480px; 
    padding-bottom: 440px  
  }
}

.footer {
  background: #062E40;
  color: white;
  ---height: 300px;
}

    .swiper {
      width: 100%;
      height: 360px;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .swiper-button-next {
      --swiper-navigation-color: white;
      --swiper-navigation-size: 100px;
    }
    .swiper-button-prev {
      --swiper-navigation-color: white;
      --swiper-navigation-size: 100px;
    }


      .booking .content {
        color: white;
        background: #238823;
      } 
      .booking .no-content {
        color: black;
        background: #D2222D;
          background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 10 10'> <path d='M0 0 L0 10 L10 10' fill='red' /></svg>");       
      }
      .booking a, .booking .checkbox {
        height: 100%;
        width: 100%;
        border: 2px solid #ddd;
        display: flex;
        justify-content: center;
        align-items: center;        
      }
      .booking .checkbox:hover {
        background: #FFBF00 !important;
      }
      .booking .checkbox {
        cursor: pointer;
      }
      .booking input[type=checkbox] {
          display: none;
      }
      .booking input[type=checkbox]:checked + .checkbox {
        color: #eee;
        background-color: #aaa;
        border: 2px dashed #eee;
        font-weight: bolder;
        color: black;
      }
      .booking .months th, .booking .days td {
        text-align: center;
        margin: 0 !important;
        padding: 0 !important;
      }

.fas {
  color: #062E40 !important;
}