*{
  margin: 0;
  padding: 0;
}

body{
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.8;
  text-align: center;
  background-color: #242424;
}


h1 {
  font-family: 'New Rocker', cursive;
  font-weight: 200;
}

li{
  list-style: none;
}

p{
    text-wrap: balance;
}

a{
  font-weight: 600;
  font-size: 0.95em;
  text-decoration: none;
}

a:hover{
    color: #B65335;
}

/*** header ***/

header{
  position: fixed;
  top:0;
  width: 100%;
  min-height: 80px;
  border-bottom: solid 2px #B65335;
  background-color: #242424;
}
.bandeau{

}

header nav{
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 10px 0;
}

header nav img{
  display: block;
  margin: auto 0;
  max-height: 4em;
}

header nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}

header nav ul li {
  padding: 20px;
}

header nav ul li a{
  text-transform: uppercase;
  text-align: right;
  color: #ffffff;
}

header nav ul li .reservation{
  color: #B65335;
}

header nav ul li .reservation:hover{
  color: #ffffff;
}

header nav ul li #current{
  border-bottom: solid 2px #B65335;
}

#Part0{
    margin-top: 80px;
}

.forge {
  background-image: url(images/header.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: auto;
  width: 100%;
  height: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.forge article{
  text-align: center;
  color: #FFFFFF;
}

.forge article .name h1{
  font-size: 8em;
  margin-bottom: 50px;
}


.forge article .description{
  margin: 30px 0;
}

.forge article .description h2{
  font-size: 2em;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.9em;
}

#line{
  margin: 20px auto 40px auto;
  border-bottom: solid 3px #ffffff;
  width: 50px;
}

.forge article .lien{
  margin-top: 150px;
}

.forge article .lien a{
  padding: 15px 40px;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  border: solid 1px #ffffff;
  background-color: #B65335;
}

.forge article .lien a:hover{
    background-color: #ffffff;
    color: #B65335;
}


/*** All Part ***/

#Part1, #Part2, #Part3{
     background-color: #242424;
}

.container{
    display: flex; 
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
    width:62.5%;
    margin:auto;
}

.container .titre {
 text-align: center;
 margin: auto;
}

#line2{
  margin: 20px auto;
  border-bottom: solid 3px #B65335;
  width: 50px;
}

/*** Partie 1 ***/

#Part1 .container{
  margin: auto;
  width: 62.5%;
}

#Part1 .container article{
  width: 65%px;
  text-align: center;
}

#Part1 .container article p{
  margin: 20px auto;
}

/*** Part2 ***/

#Part2 {
  background-image: url(images/Parchemin_1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#Part2 .container{
  margin: auto;
  width: 75%;
}

#Part2 ul{
  margin: auto;
  display : flex;
  justify-content: space-between;
  align-items: stretch;
  max-height: 45em;
}

#Part2 ul li{
  width: 40%;
  background-color: #242424;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#Part2 ul li img{
    width:100%;
}

#Part2 ul li h1{
    padding: 30px auto;
    margin-top: 20px;
}

#Part2 ul li p{
    width: 80%;
    margin-bottom: 30px;
}

#Part2 ul li a{
  padding: 10px 20px;
  font-size: 1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #FFFFFF;
  border: solid 3px #ffffff;
  background-color: #B65335;
  margin-top: auto;
  margin-bottom: 30px;
}

#Part2 ul li a:hover{
    background-color: #ffffff;
    color: #B65335;
}
/*** Part 3 ***/

#Part3 .container{
  margin: auto;
  width: 50%;
}

#Part3 .container p{
}

#Part3 .google-reviews {
    margin-top: 30px;
    width: 100%;
    height: 30em;
    overflow: hidden;
    border-radius: 16px;
}

#Part3 .google-reviews iframe {
  width: 100%;
  height: 100%;
}

/*** Part 4 ***/
#Part4 {
  color: #242424;
  background-image: url(images/Parchemin_1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#Part4 .container{
  width: 62.5%;
  margin: auto;
}

#Part4 .contact-form{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#Part4 .form-group{
    border-bottom: solid 1px #242424;
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#Part4 .form-group label{
    margin-top: 20px;
    margin-bottom: 0;
}

#Part4 .form-group input{
    width: 100%;
    height: 30px;
    border: 0px;
    background: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
}

#Part4 #form-message{
    width: 80%;
}

#Part4 .form-group textarea{
    width: 100%;
    height: 100px;
    border: 0px;
    background: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    resize: vertical;
}

#Part4 button{
    margin-top: auto;
    padding: 20px 10px;
    width: 18%;
    height: auto;
    background-color: #B65335;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    text-align: center;
    border: 0px;
}

#Part4 button:hover{
    background-color: #ffffff;
    color: #B65335;
}

/*** footer ***/

footer{
  background-color: #242424;
  border-bottom: solid 20px #B65335;

}

footer .container{
  width: 67.5%;
  margin: auto;
  padding: 50px 0;
  flex-direction: row;
  align-content: flex-start;
  text-align: left;
  align-items: stretch;
}

footer .container .footer-group{
    width: 33%;
    display: flex;
    flex-direction: column;
}

footer h1{
    font-family: "Montserrat";
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.3em;
}

footer img{
    display: block;
    margin: auto 0;
    max-height: 48em;
    width: 4em;
}

footer p, footer a{
    font-weight: 100;
    color: #ffffff;
    text-decoration: none;
    padding: 2px 0;
    font-size: 0.9em;
}


/**************** Toute section ****************/
#presentationSection{
    background-image: url(images/Parchemin_1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #242424;
    font-weight:600;
}

#presentationSection .container{
    width: 75%;
    margin: auto;
    padding: 40px 0;
}

#duoSection{
    width: 100%;
    background-color: #242424;
    
}

#duoSection .container{
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0;
    align-items: stretch;
}

#duoSection .container .duoText{
    width: 35%;
    min-height: 300px;
    padding: 100px 7.5%;
    background-color: #242424;
}

#duoSection .container .duoText p{
    text-align: left;
    font-weight: 300;
    padding-top: 10px;
}

#duoSection .container .duoImage{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}

.bandeau-presentation{
    margin-top: 80px;
    background-image: url(images/TA_0.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    min-height: 500px;
    display: flex;
    align-items: center;
    border-bottom: solid 5px #B65335;
}

.bandeau-presentation .container{
    background-color: rgba(0,0,0, 0.5);
}

.bandeau-presentation .container h1{
    font-size: 3em;
    width: 75%
}

.bandeau-presentation .container article{
    width: 75%
}
.bandeau-presentation .container article p{
    font-weight: 500;
    margin: auto;
}

/**************** A domicile ****************/

#presDomicile{
    background-image: url(images/AD_0.jpg);
}

#imgAD1{
    background-image: url(images/AD_1.jpg);
}

#imgAD2{
    background-image: url(images/AD_2.jpg);
}

#imgAD3{
    background-image: url(images/AD_3.jpg);
}

#imgAD4{
    background-image: url(images/AD_4.jpg);
}

/**************** Entreprises ****************/

#presEntreprises{
    background-image: url(images/ET_0.jpg);
}

#imgET1{
    background-image: url(images/ET_1.jpg);
}

#imgET2{
    background-image: url(images/ET_2.jpg);
}

#imgET3{
    background-image: url(images/ET_3.jpg);
}

/**************** Scenario ****************/

#presScenarios{
    background-image: url(images/SE_0.jpg);
}

#imgSE1{
    background-image: url(images/SE_1.jpg);
}

#imgSE2{
    background-image: url(images/SE_2.jpg);
}

#imgSE3{
    background-image: url(images/SE_3.jpg);
}

#imgSE4{
    background-image: url(images/SE_4.jpg);
}

#imgSE5{
    background-image: url(images/SE_5.jpg);
}


/**************** Réservations ****************/

#presReservation{
    background-image: url(images/RE_0.jpg);
}

#reservation-page article{
    text-align: left;
    font-weight: 400;
}

/**************** Tarifs ****************/

#presTarifs{
    background-image: url(images/TA_0.jpg);    
}

#tarification .container{
    padding: 50px 0;
}

#tarification a{
    color: #B65335;
}

#tarification a:hover{
    color: #ffffff;
}

#tarification ul{
    width: 100%;
    padding: 50px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

#tarification ul li{
    padding : 20px;
    width: 25%;
    border: solid;
    border-width: 3px;
    border-radius: 15px;
    border-color: #B65335;
}

#tarification h2{
    text-transform : uppercase;
    font-weight: 800;
    color: #B65335;
}

#tarification h3{
    font-weight: 500;
    font-size: 3em
}

#tarification ul li p{
    font-size: 1em;
    width: 75%;
    margin: auto;
}

#tarification ul li article{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#tarification ul li article h3{
    text-align: right;
    margin-right: 10px;
}

#tarification ul li article p{
    margin: 0;
    width: auto;
}


/**************** Contrat Social ****************/

#presContratsocial{
    margin-top: 80px;
    background-image: url(images/SO_0.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}

/**************** Contact ****************/

#contact-page{
    margin-top: 100px;
}

.contact-intro p{
    width: 75%;
    margin:auto;
}

.contact-intro ul{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 70px 0;
}

.contact-intro li{
    width: 33%;
}

.contact-intro a{
    color: #242424;
    font-size:1em;
}

.contact-intro a:hover{
    color: #B65335;
}

.contact-intro img{
    max-width: 4em;
}
/**************** Infos légales ****************/
#infos-legales{
    text-align: left;
}

#infos-legales div{
    width: 65%;
    margin: 150px auto;
}

#infos-legales h2{
    margin-top: 30px;
}

/**************** Responsive ****************/

@media (max-width:1300px){

  #Part1 .container article{
    width: 75%;
    font-size: 1.2em;

  }

  #Part1 .container .photos{
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  #Part1 .container .photos img{
    width: 75%;
    margin: 20px auto;
  }

  #Part3 .container article{
    width: 75%;
    font-size: 1.2em;
  }

  #Part3 .container .photos{
    display: flex;
    flex-direction: column;
    width: 75%;
    margin: auto;
  }

  #Part3 .container .photos figure{
    width: 100%;
    margin: 20px 0;
  }

  #Part3 .container .photos figure img{
    width: 100%;
  }

  #Part3 .container .photos figure figcaption h3{
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 300;
  }

  #Part3 .container .photos figure figcaption p{
    text-align: center;
    font-size: 1.2em;
    color: #808080;
  }
}
