@font-face{
    font-family: "Playfair Display";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
}
body{
    line-height: 1.2em;
}

header{
    background-size: cover;
    display: block;
    padding-top: 10px;
    text-align:center;
    background-image:url("../img/fond.jpg");
    background-position: center;
    color: white;
    height:475px;
}
h1{
    font-size:2em;
    font-family: "Kaushan Script";
    text-shadow: 2px 2px 5px black;
    padding-top:50px;
    text-align: center;
}
nav a{
    padding: 20px;
    font-family: "Kaushan Script";
    font-size: 1.5em;
    display: inline-block;
    color: white;
}
nav a:hover{
    background-color: #8F68B7;
}
span{
    color: #966DBB;
}
.fas, .far{
    display:block
}

#promo{
    background-size: cover;
    background-color: rgba(142, 68, 173, .1);
    font-family: "Playfair Display";
    text-align: center;
    text-shadow: 2px 2px 3px black;
}

main{
    width: 100%;
    margin:0 auto;
    vertical-align: top; 
    margin-top:50px;
}
#lorem{
    width:95%;
    font-family: "Playfair Display";
    font-size: 1em;
    margin:0 auto;
    padding:10px;
}
#lorem article1 img{
    float: left;
    width:250px;
}
#lorem article2 img{
    float: right;
    margin-bottom:15px;
}
.p1{
    text-align:right;
}
.p2{
    text-align: left;
}
hr{
    margin: 8%;
    width:90%;
}

#profs{
    background-position: center bottom;
    background-size: cover;
    font-size: 1em;
    background-image:url(../img/background_section.jpg);
    display: inline-block;
    padding: 15px;
    text-align: center;
    margin-bottom: auto;
}
#profs article{
    color: white;
    display: inline-block;
    width: 27%;
    vertical-align:top;
    padding: 20px;
    margin: 20px;
}
#profs img{
    width: 150px;
}
h2{
    font-family: "Playfair Display";
    font-size:1.2em;
    text-align: center;
}
iframe{
    width: 100%;
}


/*Album photos*/
table{
    width: 100%;
    margin:0 auto;
    vertical-align: top;
    margin-top:50px;
}
td{
    text-align: center;
}
table img{
    width:250px;
}


/*Nous contacter*/
table{
    width:90%;
    border-collapse: collapse;
    color: #424949 ;
}
tbody tr:nth-child(even){
    background-color: #e5e7e9;
}
tbody tr:nth-child(odd){
     background-color: white;
}
td, th, tr{
    border: 1px solid gray;
    padding: 10px;
}
caption{
    font-size:2em;
    font-family:"Playfair Display";
    margin:20px;
    margin-bottom: 30px;
}
thead{
    font-size:1.6em;
    font-family:"Kaushan Script";
    text-align: left;
    background-color:#C5AEE6;
    color: white;
}
tbody{
    font-size:1em;
    font-family: "Playfair Display";
}

td{
    text-align: left;
}
.reserver{
    text-align: center;
    color: #966DBB;
}
section{
    text-align: center;
    color: #424949 ;
    margin: 20px;
}
.formulaire{
    margin: 30px;
    font-size: 1.5em;
}
li{
    display: inline;
}
legend{
    text-align: center;
    margin: 0 auto;
    font-size: 1.2em;
    font-weight: bold;
    font-family: "Playfair Display";
}
form{
    padding: 30px;
    font-family: "Playfair Display";
}
label{
    padding: 20px;
}
#select{
    width:90%;
}
button{
    background-color: #966DBB;
    text-align: center;
    color: white;
    padding:10px;
    font-family: "Arial";
    font-size: 15px;
}
#licence{
    font-family: "Cardo";
    text-align:center;
    font-size: 15px;
    background-color:#6A62C5;
    padding-top:10px;
    color: white;
}
#licence a{
    color: white;
}
footer img{
    width: 50px;
}