body {
  font: 20px/1.1em Arial, sans-serif;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

#print {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #ffffff;
  color: #384454;
  margin: 1vw;
  padding: 0.5vw;
  z-index: 1000;
  cursor: crosshair;
  font-family: Font5;
  border: 1px solid #000;
}

#recherche {
  display: block;
  top: 0;
  right: 0;
  background-color: #ffffff;
  color: #384454;
  margin: 1vw;
  padding: 0.5vw;
  z-index: 1000;
  cursor: crosshair;
  font-family: Font5;
  border: 1px solid #000;
  font-size: 15pt;
}

#addImage {
  display: block;
  top: 0;
  right: 0;
  background-color: #ffffff;
  color: #384454;
  margin: 1vw;
  padding: 0.5vw;
  z-index: 1000;
  cursor: crosshair;
  font-family: Font5;
  border: 1px solid #000;
  font-size: 15pt;
}

.imagefond1 {
  position: fixed;
  display: flex;
  width: 17%;
  left: 20%;
  top: -80%;
}

.imagefond2 {
  position: fixed;
  display: flex;
  width: 17%;
  left: 70%;
  top: -30%;
}

.imagefond3 {
  position: fixed;
  display: flex;
  width: 17%;
  top: 10%;
}


html,
body {
  height: 100%;
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
}

/* SECTIONS */
.section {
  height: 100vh;
  display: flex;
  align-items: center;
  scroll-snap-align: start;
  width: 100%;
  padding: 20px;
  position: relative;
}

.section:nth-child(3) {
  background-color: #384454;
}

/* TITLE */
.title-section {
  display: flex;
  margin-left: 2%;
}

.title-container {
  max-width: 80%;
}

.title-ar {
  font-size:40pt;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000000;
  font-family: Font6;
}

.title {
  font-family: Font1;
  font-size: 70pt;
  margin-bottom: 20px;
  color: #000000;
}

.text-box {
  background: #ffffff;
  color: #384454;
  font-size: 1.5rem;
  line-height: 1.1;
  padding: 10px;
  width: 80%;
  border-radius: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 10px;
}

.column {
  flex: 1;
  max-width: 45%;
}

.column-fr {
  text-align: left;
  direction: ltr;
  font-family: Font2;
}

p {
  font-size: 10pt;
}

.column-ar {
  text-align: right;
  direction: rtl;
  font-family: Font4;
}

.column-ar .p{
  font-family: Font4;
}

.button-link {
  padding: 10px 10px;
  background: rgb(255, 255, 255);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  margin-top: 20px;
  display: inline-block;
}

.section-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
}


.content-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  font-family: Font5;
  font-size: 20pt;
}

.top-arrow{
  font-size: 2rem;
  font-weight: bold;
  color: black;
  text-align: center;
}

.middle-arrow {
  font-size: 2rem;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-align: center;
  width: 50px;
}

.text-left p{
  margin-left: 7%;
  margin-right: 7%;
}

.text-left {
  display: flex;
  background: #ffffff;
  color: #384454;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1.1;
  padding: 10px;
  border-radius: 1em;
  left: 10%;
  gap: 10px;
  width: 80%;
}

.mon_prénom{
  display: flex;
  background: #ffffff;
  color: #384454;
  justify-content: center;
  font-size: 14pt;
  line-height: 1.1;
  padding: 10px;
  border-radius: 1em;
  left: 10%;
  gap: 10px;
  width: 80%;
  margin-top: 5%;
}

.text-left-fr {
  font-family: Font2;
}

.text-left-ar{
  font-family: Font4;
}

.step {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

/* Affichage image */
.image-display {
  width: 60%;
  max-height: 400px;
  aspect-ratio: 1 / 1.414;
  background: rgb(255, 255, 255);
  border: 1px solid black;
  display: flex;
  justify-content: center;
  
}

/* Cache la 2em image !!  */
.step:first-of-type .image-display{
  display: none;
}

.image-display>img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

/* URL*/
.input-text {
  width: 60%;
  background: #f0f0f0;
  padding: 10px;
  text-align: left;
  margin-top: 10px;
  border-radius: 1em;
}

/* mise en page ecran*/

#memory{
  display: none;
}

@font-face {
  font-family: Font1;
  src: url(Font/Telma_Complete/Telma-Variable.ttf);
}

@font-face {
  font-family: Font2;
  src: url(Font/Chubbo_Complete/Chubbo-Variable.ttf);
}

@font-face {
  font-family: Font3;
  src: url(Font/Supreme_Complete/Supreme-Variable.ttf);
}

@font-face {
  font-family: Font4;
  src: url(Font/Kufam-VariableFont_wght.ttf);
}

@font-face {
  font-family: Font5;
  src: url(Font/Merchant\ Copy.ttf);
}

@font-face {
  font-family: Font6;
  src: url(Font/ReemKufi-Regular.ttf);
}