@import url("general.css");

.container {
  font-size: 1em;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  background-color: rgb(255, 255, 255);
  border: 4px solid blue;
  margin: 0 auto;
  margin-left: 25%;
  width: 50%;
  text-align: justify;
  border-radius: 8px;
  margin-top: 100px;
}

h1 {
  text-align: center;
}

.paragraphe-texte {
  text-align: center;
}

/*parallex*/
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

.Securiation {
  height: 80%;
  width: 100%;
  background: url("images/img1.jpg") no-repat 00 fixed;
  background-size: cover;
  position: relative;
}

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/still-life-books-versus-technology.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-attachment: fixed;
  background-size: cover;
}
.s2 {
  background: url("../images/melange meubles.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-attachment: fixed;
  background-size: cover;
}
.s3 {
  background: url("../images/still-life-yoga-equipment.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-attachment: fixed;
  background-size: cover;
}
.s4 {
  background: url("../images/fyk9_u09v_220304.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-attachment: fixed;
  background-size: cover;
}
.blocTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 250px;
  background: rgb(47, 255, 200);
  border: solid 5px palevioletred;
  border-radius: 10px;
}
.sousTitreTxt {
  font-size: 45px;
  text-align: center;
}
.txt {
  font-size: 18px;
  padding: 10px 40px;
}
