@import url("general.css");
 
body{
    background-image:url("../images/veritable-fond-ardoise_103577-3460.avif");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
 
.accordeonConteneur {
    padding: 30px;
    background: #808080;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 10%;
  }
  .accordeonItem {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
 
  .accordeonItemHeader {
    cursor: pointer;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    background: rgb(43, 42, 42);
    color: yellow;
    border-radius: 3px;
    box-sizing: border-box;
  }
 
  .fermer .accordeonItemContenu {
    height: 0px;
    transform: scaleY(0);
  }
  .ouvert .accordeonItemContenu {
    padding: 20px;
    background: #b5acac;
    border: 1px solid #ddd;
    width: 100%;
    margin: 0px 0px 10px 0px;
    transform: scaleY(1);
    transform-origin: top;
    box-sizing: border-box;
  }
  .ouvert .accordeonItemHeader {
    margin: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background: rgb(43, 42, 42);
    color: yellow;
  }

  
.accueil {
  background: url("images/img1.jpg");
}

h1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 120px;
  text-align: center;
  color: #363636;
  width: 100%;
}

.section{
  height:100vh;
  width:100%;
  position:relative;
}

.s1 {
  background: url("images/img2.jpg");
  background-size: cover;
  background-position: 0 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.s2 {
  background: url("images/img3.jpg");
  background-size: cover;
  background-position: 0 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.s3 {
  background: url("../images/");
  background-size: cover;
  background-position: 0 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.s4 {
  background: url("images/img5.jpg") no-repeat 0 0 fixed;
  background-size: cover;
  
}
.blocTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 300px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}
.sousTitreTxt {
  font-size: 45px;
  text-align: center;
}
.txt {
  font-size: 18px;
  padding: 10px 40px;
}
