/*
  Auteur: Lucie Lüthi
	Date: 12.01.2024
	Description: La Thaïlande
*/

html {
  font: optional;
}
body {
  background-color: aliceblue;
}

/* Titre */
#drapeau {
  width: 100%;
  height: 9cm;
  border-radius: 10px;
  position: static;
}
#bandethailande {
  display: inline;
  font-size: 3em;
  margin: 0;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white; /* Couleur du texte */
}

/* Navigation */
nav {
  position: static;
  margin-top: 3mm;
  width: 80%;
  height: 2cm;
  background-color: black; /* Couleur de fond de la bande de menu */
  border-radius: 70px;
}
ul {
  list-style-type: none;
  margin: -10px;
  padding: -10px;
  display: flex;
  justify-content: center;
}
li {
  padding: 40px;
}
.navigation {
  size: 15px;
  text-decoration: none;
  color: #fff;
}
#titleUn {
  color: black;
}
#bandeNav {
  display: flex;
  justify-content: center;
}

a {
  color: white;
  text-decoration: none;
}
h2 {
  font-size: 1cm;
  margin-left: 1cm;
  color: black;
}

/*
.paragraphes {
  font-size: 25px;
  width: 44%;
  text-align: justify;
}
#Titre1erParagraphe {
  font-size: 0.6cm;
  color: black;
}
#imageCarte {
  width: 10%;
}
.articles {
  margin: 20px 30px 20px 30px;
}
#premierTitre {
  width: 35%;
}
#premiercontainer {
  display: flex;
  flex-direction: row;
}

*/


/* article 1 */
#textePhoto {
  display: flex;
  align-items: start;
}

#textePhoto > img {
    width: 60%;
    margin: 1cm;
}

#textePhoto > p {
  text-align: justify;
  padding: 0 1cm 1cm 1cm;
  font-size: 30px;
  width: 35%;
}

/* article 2 */
#textePhoto2 {
  display: flex;
  align-items: start;
}

#textePhoto2  video {
    width: 90%;
    margin: 0.5cm 2cm 1cm 2cm;
}

#textePhoto2 > p {
  text-align: justify;
  padding: 0 2cm 1cm 2cm;
  font-size: 24px;
  width: 70%;
}
/* article convertisseur de monnaie*/
#convertisseurContainer{
  display: flex;
  align-items: start;
}
#imgmonnaie {
  width: 11cm;
}
h3{
  margin: 3.3cm 0.5cm 3cm 2cm;
  font-size: 1cm;
}

/* article 3 */
#textePhoto3 {
  display: flex;
  align-items: start;
}

#textePhoto3 > img {
    width: 55%;
    margin: 1cm;
}

#textePhoto3 > p {
  text-align: justify;
  padding: 0 1cm 1cm 1cm;
  font-size: 22px;
  width: 32%;

}

/* article 4 */
#watmahamat {
  text-align: center;
}
#textWatmahamat {
  font-size: 23px;
  width: 26cm;
  text-align: justify;
  text-align: center;
  margin: 1cm 12cm 0 12cm;
}
#WatmahamatPhoto {
display: flex;
flex-direction: row;
}
#WatmahamatPhoto > img {
width: 25%;
margin: 2cm;
}

/* article 5 */
#WatSiSawai {
  text-align: center;
}
#textWatSiSawai {
  font-size: 23px;
  width: 26cm;
  text-align: justify;
  text-align: center;
  margin: 1cm 12cm 0 12cm;
}
#WatSiSawaiPhoto {
display: flex;
flex-direction: row;
}
#WatSiSawaiPhoto > img {
width: 25%;
margin: 2cm;
}


@media screen and (max-width: 600px) {

  /* Navigation */
  nav {
    height: 100%;
    margin-top: 3mm;
    width: 100%;
    background-color: black; /* Couleur de fond de la bande de menu */
    border-radius: 30px;
  }

  #bandeNav {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  ul {
    list-style-type: none;
    margin: -10px;
    padding: -10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  li {
    padding: 20px;
    text-align: center;
  }

  /* Article */
  #textePhoto {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  #textePhoto > p {
    text-align: justify;
    margin-right: 0px;
  }
}