@font-face {
  font-family: "Witch";
  src:
    local("Witch"),
    url("font/Witch.otf") format("opentype"),
}
html {
    height: 100%;
    font-family: "Witch", sans-serif;
}
body {
    margin: 0;
    height: 100%;
    width: 100%;
}
/* ========== HEADER ========== */
header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #151845;
    width: 100%;
    height: 150px;
}
header img {
    height: 100px;
}
/* ========== FOOTER ========== */
footer {
    display: flex;
    position: relative;
    flex-flow: row;
    align-items: center;
    justify-content: space-evenly;
    background-color: #151845;
    margin: 0;
    height: 50%;
    width: 100%;
}
.instagram {
    width: 50px;
    cursor: pointer;
}
footer a {
    font-size: 30px;
    cursor: pointer;
    text-decoration: none;
}
footer p {
    margin: 12px 0 0px 0;
}
.logo-footer {
    width: 300px;
}
/* ========== INDEX ========== */
.section-1 {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background-color: #ff8d00;
    margin: 0;
    height: 100%;
    width: 100%;
}
.babayaga {
    height: 60%;
    position: absolute;
    left: -3px;
}
.démonVolant {
    position: absolute;
    top: 200px;
    width: 150px;
    right: 100px;
}
.logo {
    /* height: 150px; */
    width: 600px;
}
p {
    color: white;
    text-shadow: 0 0 8px black;
    font-size: 35px;
}
P ~ p {
    font-size: 30px;
    margin: 10px 0 0px 0;
}
#home-input {
    text-align: center;
    border: solid 2px grey;
    border-radius: 20px;
    background-color: #efefefbf;
    font-size: 20px;
    width: 400px;
    height: 40px;
}
.section-2 {
    display: flex;
    position: relative;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    margin: 0;
    height: 100%;
    width: 100%;
}
.section-2 p {
    color: black;
    text-shadow: none;
    max-width: 900px;
}
/* .espritNuageux {
    position: absolute;
    top: 50px;
    width: 150px;
    left: 100px;
} */
.lordBeta {
    width: 250px;
    margin: 0 0 0 40px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.section-3 {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-evenly;
    background-color: #3b1545;
    margin: 0;
    height: 100%;
    width: 100%;
}
.contain-phtxt {
    width: 300px;
}
.contain-phtxt p {
    text-align: justify;
    text-justify: inter-word;
    font-size: 25px;
}
.photos {
    border: solid 2px red;
    border-radius: 10px;
    height: 200px;
    width: 280px;
    text-align: center;
    text-fit: grow;
}
/* ======== MENTIONS LEGALES ======== */
.main-mentions {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-mentions {
    display: flex;
    position: relative;
    flex-flow: column;
    justify-content: center;
    background-color: #ffffff;
    margin: 50px 0;
    min-height: 100%;
    max-width: 700px;
    font-family: calibri, sans-serif;
    color: #454545;
}
.section-mentions p {
    color: #454545;
    text-shadow: none;
    font-size: 17px;
    margin: 0 0 20px 0;
}
/* ======== NOUS CONTACTER ======== */
form {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    height: 400px;
    width: 100%;
}
form div {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
}
form div label {
    width: 200px;
}
form div input {
    height: 25px;
    width: 100%;
    border-radius: 10px;
    border: solid 2px grey;
}
#title-message {
    width: 100%;
    height: 30px;
    border-radius: 10px;
}
#user_message {
    width: 100%;
    height: 200px;
    border-radius: 5px;
}
#accord-infos {
    font-size: 12px;
}
#accord-infos input {
    width: auto;
    margin: 0 15px 0 0;
}
#accord-infos label {
    width: 100%;
}
#send-form {
    width: 250px;
    height: 25px;
    border-radius: 10px;
    border: solid 2px #391e12;
    background-color: #e1ae7c;
    color: #391e12;
}
/* ======== CONFIRMATION ======== */
.conteneur-img-confirm {
    display: flex;
    gap: 15px;
    height: 200px;
    width: 100%;
    justify-content: space-between;
    margin: 100px 0 50px 0;
}
.conteneur-img-confirm img {
  /* flex: 1; */
  min-width: 0;  
  object-fit: contain;
}