﻿h1 {
    color:black;
    text-align: center;
    margin: 20px 0;
    padding: 0;
    font-family: "Playfair Display", serif;
}
h2, h3 {
    color:white;
    text-align: left;
    margin: 0 0;
    padding: 0;
	position: absolute;
}
h2 {
    font-family: "Playfair Display", serif;
    font-size: 64px;
	bottom: 10%;
	left: 2%;
}
.banner-interieur h2 {
	bottom: 10%;
	left: 2%;
}
h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 28px;
	bottom: 7%;
	left: 2%;
}
.banner-interieur h3 {
	bottom: 5%;
	left: 2%;
}
a {
	font-weight: bold;
}
.footer p.titleFooter {
    font-family: "Playfair Display", serif;
	font-size: 28px;
}
.navigation {
    overflow: hidden; 
    display: flex; 
    justify-content: center; 
    margin: 0 0;
    padding: 0 0;
}
.navigation ul {
    list-style-type: none;
}
.navigation li {
    float: left;
}
.navigation li a {
    display: block;
    color: black;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 10px;
    text-transform:uppercase;
}

.navigation li a:hover, .navigation li a.current {
text-decoration: underline;
}
.banner, .banner2 {
    background-image: url('./img/photo1src.jpg'); 
    background-size: cover; 
    background-position: center; 
    height: 750px; 
    width: 100%; 
	position: relative;
    /*display: flex;
    justify-content: center;
    align-items: center; 
    flex-direction: column; */
  }
  .banner2 {
    background-image: url('./img/banner2.png'); 
  }
  .banner-interieur {
	position: relative;
    height: 375px;
    background-image: url('./img/banner-interieur.png'); 
    background-size: cover; 
    background-position: center; 
    width: 100%; 
}
.section1 {
    background-image: url('./img/marbre.png'); 
    background-size: cover; 
    background-position: center; 
    height: 750px; 
    width: 100%; 
    display: flex;
    justify-content: center;
    align-items: center; 
    flex-direction: column; 
    margin: 0;
    padding: 0;
}
.section1 p {
    color: black; 
    text-align: center; 
    background-color: f4f4f6;
    width: 100%;
    margin:0;
}
.section2 {
    padding: 40px 0;
    background-color: #f4f4f6;
    text-align: center;
}
p.bigTxt {
    font-family: "Playfair Display", serif;
    font-size: 48px;
    padding:0px 0;
}
p.mediumTxt {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 22px;
    padding:50px 0;
  }
  p.regularTitle {
    font-family: "Playfair Display", serif;
    font-size: 38px;
    padding:0;
    margin:0 0 80px 0;
  }
  p.regularTxt {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding:0;
    margin:20px 0 0 0;
  }
  .section3 {
    background-color: #f4f4f6;
    display: grid;
    grid-template-columns: 1fr 1fr; 
    text-align: center;
    align-items: center; 
  }
  .footer {
    text-align: center;
  }
  .footer p {
    font-size: 18px;    
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}
.section-interieur {
    padding: 80px 0;
    background-color: #f4f4f6;
    justify-content: center;
    display: flex;
    align-items: center; 
    flex-direction: column; 
    
}
.section-interieur p.regularTitle {
    margin:0 0 40px 0;
}
.section-interieur p {
    width: 80%;
}










.playfair-display {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }
  

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
  }