/*
Theme Name: lou
Theme URI: http://localhost:8888/lou/
Author: Louise OBÉ
Author URI: https://louiseobe.com
Description: Thème pour un coach
Version: 1.0
Tags: louiseobe
*/
.section-container {
  position: relative;
  max-width: 1200px;
  padding: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
a.button {
  text-transform: uppercase;
  border: 1px solid #ffa11e;
  padding: 10px 45px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  color: #ffa11e;
  display: inline-block;
  font-weight: bold;
  border-radius: 30px;
  font-size: 13px;
  margin-top: 30px;
}
a.button:hover {
  background-color: #ffa11e;
  color: white;
}
h1 {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
}
h2 {
  font-weight: 800;
}
h3 {
  text-align: center;
  max-width: 800px;
  font-weight: 400;
  line-height: 25px;
}
header {
  background-color: #ffa11e;
}
header .header-container {
  max-width: 1200px;
  margin: 0 auto;
}
header .header-container img {
  width: 80px;
}
header .header-container a {
  font-weight: bold;
}
section {
  width: 100vw;
  overflow-x: hidden;
}
section#top-home-section {
  background-image: url("img/maison-hote-provence.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 75vh;
}
section#top-home-section:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(-180deg, #5f3e2500, #2A1B10);
  position: absolute;
  left: 0;
  opacity: 0.5;
}
section#top-home-section .section-container {
  justify-content: center;
}
section#top-home-section .section-container h1,
section#top-home-section .section-container h2 {
  color: white;
}
section#top-home-section .section-container h2 {
  font-style: italic;
  font-weight: 400;
  margin-top: 20px;
}
section#top-home-section .section-container img {
  width: 200px;
  max-width: 50vw;
  padding-bottom: 40px;
}
section#presentation .section-container h3 {
  margin-bottom: 100px;
}
section#presentation .section-container div.item {
  max-width: 900px;
  display: flex;
  gap: 80px;
}
section#presentation .section-container div.item .left img {
  max-width: 350px;
}
section#presentation .section-container div.item.conciergerie {
  flex-direction: row-reverse;
  margin-top: 100px;
}
section#presentation .section-container div.item p {
  max-width: 400px;
}
section#presentation .section-container div.item h4 {
  color: #ffa11e;
  font-size: 25px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
section#presentation .section-container div.item h4 img {
  width: 20px;
  display: inline;
}
section#valeurs {
  background-image: url("img/texture.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
section#valeurs:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #A17A54;
  position: absolute;
  left: 0;
  opacity: 0.25;
}
section#valeurs .section-container h2 {
  text-transform: uppercase;
  color: white;
  margin-bottom: 50px;
}
section#valeurs .section-container .trio {
  display: flex;
  justify-content: space-around;
}
section#valeurs .section-container .trio div {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
}
section#valeurs .section-container .trio div img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: inline-block;
  margin-bottom: 30px;
}
section#valeurs .section-container .trio div h5 {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
section#valeurs .section-container .trio div p {
  text-align: center;
}
section#about-us {
  padding: 50px 0;
}
section#about-us .section-container {
  max-width: 900px;
  flex-direction: row;
  gap: 50px;
}
section#about-us .section-container h2 {
  color: #ffa11e;
  margin-bottom: 30px;
}
section#about-us .section-container img {
  max-width: 300px;
}
section#homeb-deco {
  background-image: url("img/texture.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
section#homeb-deco:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #A17A54;
  position: absolute;
  left: 0;
  opacity: 0.45;
}
section#homeb-deco .section-container {
  color: white;
  flex-direction: row;
  gap: 20px;
}
section#homeb-deco .section-container h2 {
  margin-bottom: 20px;
}
section#homeb-deco .section-container p {
  max-width: 300px;
  padding-right: 20px;
}
section#homeb-deco .section-container img {
  height: 300px;
  border: 2px solid white;
}
section#footer {
  background-color: #ffa11e;
}
section#footer .section-container {
  width: 95vw;
  flex-direction: row;
  justify-content: space-between;
  color: white;
}
section#footer .section-container h2 {
  font-size: 14px;
  text-align: left;
}
section#footer .section-container p {
  font-size: 14px;
  margin: 10px 0;
  text-align: left;
}
section#footer .section-container li {
  list-style-type: none;
  width: 30%;
  text-align: center;
}
section#footer .section-container li.socials {
  text-align: right;
}
section#footer .section-container li img {
  display: inline-block;
  width: 30px;
  margin-right: 20px;
}
section#footer .section-container li img#logo-footer {
  width: 200px;
  margin: 0;
}
p.bottom {
  padding: 15px;
  background-color: #9A8A7A;
  color: white;
  font-size: 12px;
  text-align: center;
}
p.bottom a {
  color: white;
  font-size: 12px;
}
.banner {
  height: 370px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.banner .section-container {
  color: white;
}
.banner .section-container h1 {
  text-transform: uppercase;
  margin-top: 30px;
}
.banner .section-container h2 {
  font-style: italic;
  font-weight: 300;
}
.title-leaf {
  color: #ffa11e;
  margin-top: 50px;
}
.title-leaf img {
  display: inline;
  width: 20px;
  margin: 0 10px;
}
.title-leaf img:nth-child(2) {
  transform: scaleX(-1);
}
#banner-conciergerie {
  background-image: url("img/maison-hote-provence.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow-y: hidden;
}
#banner-conciergerie:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(-180deg, #5f3e2500, #2A1B10);
  position: absolute;
  left: 0;
  opacity: 0.5;
}
#banner-conciergerie .section-container {
  color: white;
}
#banner-conciergerie .section-container h1 {
  margin-top: 30px;
}
#banner-conciergerie .section-container img {
  width: 200px;
}
section#prestations .section-container h2 {
  margin-bottom: 50px;
  position: relative;
}
section#prestations .section-container h2:after {
  content: "";
  position: absolute;
  width: 80%;
  right: 0;
  margin: 0 auto;
  border-bottom: 1px solid #ffa11e;
  bottom: -10px;
  left: 0;
}
section#prestations .section-container div.list {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  flex-wrap: wrap;
}
section#prestations .section-container div.list li {
  list-style-type: none;
  width: 25%;
  padding: 30px 40px;
  text-align: center;
}
section#prestations .section-container div.list li img {
  height: 40px;
  margin: 0 auto;
  padding-bottom: 20px;
}
section#prestations .section-container div.list li h3 {
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 17px;
}
section#prestations .section-container div.list li h3:after {
  content: "";
  position: absolute;
  width: 50%;
  right: 0;
  margin: 0 auto;
  border-bottom: 1px solid brown;
  bottom: -20px;
  left: 0;
}
section#prestations .section-container div.list li p {
  font-family: 'EB Garamond', serif;
  font-size: 14px;
  line-height: 20px;
  margin-top: 30px;
}
#banner-locations,
#banner-contact {
  background-image: url("img/banner-biens.jpg");
  align-items: center;
}
#banner-locations:before,
#banner-contact:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(-180deg, #CABEB200, #423D39);
  position: absolute;
  left: 0;
  opacity: 0.25;
}
section#list-biens .section-container .list {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
}
section#list-biens .section-container .list li {
  width: 250px;
  height: 330px;
  list-style-type: none;
  position: relative;
  box-shadow: 0 0 0 8px white, 0 0 0 9px #9A8A7A;
  transition: all 0.2s;
}
section#list-biens .section-container .list li a.link-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
}
section#list-biens .section-container .list li:hover {
  box-shadow: 0 0 0 4px #ffa11e;
}
section#list-biens .section-container .list li .photo {
  width: 100%;
  height: 70%;
}
section#list-biens .section-container .list li .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#list-biens .section-container .list li .top {
  background-image: url("img/bg-top-bien.jpg");
  color: white;
  height: 30%;
  width: 100%;
  padding: 15px;
  position: relative;
}
section#list-biens .section-container .list li .top h5 {
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  max-width: 180px;
}
section#list-biens .section-container .list li .top p {
  font-style: italic;
  position: absolute;
  bottom: 10px;
}
section#list-biens .section-container .list li .top span {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
section#list-biens .section-container .list li .top span img {
  width: 18px;
  display: inline;
  padding-left: 3px;
}
section#list-biens .section-container .list li a.button {
  background-color: #ffa11e;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: white;
  padding: 5px 10px;
  font-size: 11px;
}
section#list-biens .section-container .list li a.button:hover {
  background-color: white;
  color: #ffa11e;
}
section.banner-single-location {
  height: 370px;
}
section.banner-single-location img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.detail-location {
  background-color: #fffce8;
}
section.detail-location .section-container h1 {
  color: #ffa11e;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
  margin-top: 20px;
}
section.detail-location .section-container h1:after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #ffa11e;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -8px;
}
section.detail-location .section-container p span.city {
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0.05em;
}
section.detail-location .section-container p span.capacite {
  font-weight: bold;
}
section.detail-location .section-container p span.capacite img {
  display: inline;
  width: 15px;
}
section.detail-location .section-container h3 {
  margin: 50px 0;
}
section.detail-location .section-container div.block {
  flex-direction: row;
  display: flex;
  gap: 50px;
  width: 100%;
  justify-content: space-between;
}
section.detail-location .section-container div.block .left {
  padding: 30px;
  border: 1px solid #ffa11e;
  padding-right: 50px;
}
section.detail-location .section-container div.block .left p {
  font-size: 15px;
  margin: 8px 0;
  line-height: 24px;
}
section.detail-location .section-container div.block .left div.border {
  width: 100%;
  border-bottom: 1px solid #ffa11e;
  margin-top: 30px;
  margin-bottom: 30px;
}
section.detail-location .section-container div.block .left h3 {
  color: #ffa11e;
  font-weight: 900;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 10px;
}
section.detail-location .section-container div.block .right .swiper {
  width: 450px;
  height: 100%;
  max-height: 600px;
}
section.detail-location .section-container div.block .right .swiper-pagination-bullet-active {
  background-color: #ffa11e;
}
section.detail-location .section-container div.block .right .swiper-wrapper {
  align-items: center;
}
section.detail-location .section-container div.block .right .swiper-wrapper .swiper-slide img {
  height: 100%;
  object-fit: cover;
}
section.detail-location .section-container div.block .right .swiper-button-next,
section.detail-location .section-container div.block .right .swiper-button-prev {
  color: white;
  width: 25px;
  height: 25px;
  background-color: #00000024;
  border-radius: 50px;
}
section.detail-location .section-container div.block .right .swiper-button-next:after,
section.detail-location .section-container div.block .right .swiper-button-prev:after {
  font-size: medium;
}
section.detail-location .section-container .button {
  margin-top: 80px;
}
#banner-drome {
  background-image: url("img/banner-drome.jpg");
  align-items: center;
}
#banner-drome:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(-180deg, #5f3e2500, #2A1B10);
  position: absolute;
  left: 0;
  opacity: 0.5;
}
#container-drome .section-container {
  max-width: 1000px;
}
#container-drome .section-container h3 {
  margin-bottom: 50px;
}
#container-drome .section-container article {
  display: flex;
  height: 350px;
  gap: 10px;
  margin-bottom: 40px;
}
#container-drome .section-container article:nth-child(even) {
  flex-direction: row-reverse;
}
#container-drome .section-container article .left {
  background-color: #F9F4EE;
  padding: 50px;
  width: 65%;
  padding-right: 90px;
}
#container-drome .section-container article .left h2 {
  color: #ffa11e;
  margin-bottom: 20px;
}
#container-drome .section-container article .left p {
  font-family: 'EB Garamond', serif;
  font-size: 15px;
  line-height: 20px;
}
#container-drome .section-container article .right {
  width: 35%;
}
#container-drome .section-container article .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#block-contact .section-container {
  flex-direction: row;
  max-width: 900px;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 100px;
}
#block-contact .section-container img {
  width: 55%;
}
#block-contact .section-container p.info {
  padding-top: 80px;
  margin-bottom: 30px;
}
#block-contact .section-container .right {
  width: 40%;
  padding-bottom: 50px;
}
#block-contact .section-container .orange {
  background-color: #ffa11e;
  color: white;
  padding: 50px 30px;
}
#block-contact .section-container .orange h3 {
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}
#block-contact .section-container .orange p {
  margin-bottom: 10px;
}
#block-contact .section-container .orange p.tel {
  font-size: 25px;
  font-weight: bold;
}
#block-contact .section-container .orange img {
  width: 100%;
  margin-top: 30px;
}
nav#mobile-menu {
  background-color: #ffa11e;
}
#mentions .section-container {
  max-width: 900px;
}
@media screen and (max-width: 1050px) {
  section#homeb-deco .section-container img:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  section#prestations .section-container div.list {
    justify-content: center;
  }
  section#prestations .section-container div.list li {
    width: 30%;
    max-width: 300px;
  }
  section.detail-location .section-container div.block {
    gap: 0;
  }
  .banner {
    background-size: cover;
  }
  #container-drome .section-container article .left {
    padding: 30px;
  }
}
@media screen and (max-width: 900px) {
  section#prestations .section-container div.list {
    justify-content: center;
  }
  section#prestations .section-container div.list li {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  section.detail-location .section-container div.block .right .swiper {
    width: 100%;
  }
  section.detail-location .section-container h1 {
    margin-top: 0;
  }
  section.detail-location .section-container div.block {
    flex-direction: column-reverse;
  }
  .section-container {
    max-width: 100vw;
    padding: 50px 30px;
  }
  #block-contact .section-container {
    flex-direction: column-reverse;
    padding-top: 0px;
  }
  #block-contact .section-container .right,
  #block-contact .section-container .left,
  #block-contact .section-container img {
    width: 100%;
  }
  #block-contact .section-container p.info {
    padding-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  section#top-home-section {
    height: 50vh;
  }
  section#top-home-section .section-container h1 {
    font-size: 20px;
  }
  section#top-home-section .section-container h2 {
    font-size: 18px;
  }
  h1 {
    font-size: 22px;
  }
  section#presentation .section-container div.item,
  section#presentation .section-container div.item.conciergerie {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  section#presentation .section-container h3 {
    margin-bottom: 40px;
  }
  section#valeurs .section-container .trio {
    flex-direction: column;
  }
  section#valeurs .section-container .trio div {
    width: auto;
    margin-bottom: 40px;
  }
  section#about-us {
    padding: 30px 0;
  }
  section#about-us .section-container {
    flex-direction: column;
  }
  section#homeb-deco .section-container {
    flex-direction: column;
  }
  section#homeb-deco .section-container div {
    width: 100%;
  }
  section#homeb-deco .section-container img {
    width: 100%;
    object-fit: cover;
  }
  section#footer .section-container {
    flex-direction: column;
  }
  section#footer .section-container li,
  section#footer .section-container li.socials {
    width: 100%;
    margin-bottom: 40px;
    text-align: left;
  }
  section#prestations .section-container div.list li {
    width: 100%;
  }
  section#list-biens .section-container .list {
    margin-top: 50px;
  }
  #container-drome .section-container article,
  #container-drome .section-container article:nth-child(even) {
    flex-direction: column-reverse;
    height: auto;
    width: 100%;
    gap: 0;
  }
  #container-drome .section-container article .left {
    width: 100%;
    padding: 20px;
  }
  #container-drome .section-container article .right {
    width: 100%;
  }
}
