* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100vw;
  font-family: "arial";
}

p {
  font-size: 2rem;
}

.box {
  border-radius: 40px;
}

.photo {
  justify-self: center;
  align-self: flex-end;
  margin-bottom: -40px;
}

.hdleft {
  width: 50vw;
  display: flex;
  flex-direction: column;
}

.hdright {
  width: 50vw;
  display: flex;
  justify-content: center;
}

body {
  background-color: #fff;
}

main {
  height: fit-content;
  width: 100vw;
  background-color: #f3f3f3;
  color: #191a23;
  padding: 100px 50px 0 50px;
}

header {
  display: flex;
  background-color: #b3af8f;
  height: 1000px;
  width: 100vw;
  padding: 0 50px 0 50px;
}

img[alt="photo de yohan lemaire"] {
  width: auto;
  height: 800px;
  box-shadow: #000 0px 0px 40px 0px;
}

h1 {
  margin: 100px 0 50px 0;
  font-size: 7rem;
  justify-self: center;
  max-width: 800px;
}

h2 {
  font-size: 6rem;
}

h3 {
  font-size: 3rem;
  margin-bottom: 50px;
  font-weight: 400;
}

.socials {
  display: flex;
  flex-direction: row;
}

.button {
  font-size: 2rem;
  color: #fff;
  padding: 15px;
  background-color: #2b3a67;
  width: fit-content;
  border-radius: 40px;
  margin: 50px 50px 50px 0px;
}

a {
  margin: 10px;
}

hr {
  margin: 40px auto;
  height: 10px;
  width: 150px;
  background-color: #b3af8f;
}

.about-me {
  justify-items: center;
  padding-top: 100px;
  width: 100%;
  background-color: #f3f3f3;
}
.about-me p {
  margin: 20px auto;
  max-width: 800px;
}

.comps {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 100px 50px;
}
.comps hr {
  margin: 40px 0;
}
.comps p {
  max-width: 100%;
}

.lcomp {
  justify-content: left;
  max-width: 50%;
}

.table {
  justify-self: right;
  padding: 15px;
  border-radius: 40px;
  background-color: #fff;
  width: fit-content;
  height: fit-content;
  align-self: center;
  border-spacing: 1rem;
}

th {
  padding: 5px 15px;
  color: #2b3a67;
  font-size: 2rem;
  text-align: left;
}

td {
  padding: 5px 15px;
  font-size: 2rem;
  line-height: 4rem;
}

.creation {
  display: flex;
  justify-content: space-between;
  background-color: #e4e4e4;
  padding: 100px 50px;
}
.creation hr {
  margin-left: 0;
}

.wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  grid-auto-rows: minmax(475px, auto);
}

.card1 {
  grid-column: 1;
  grid-row: 1;
  border-radius: 40px;
  max-height: 430px;
  max-width: 430px;
}
.card1 img {
  border-radius: 40px 40px 0 0;
  max-height: 430px;
  max-width: 430px;
}
.card1 p {
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 0 0 40px 40px;
}
.card1 a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  text-decoration: none;
  color: #191a23;
}

.card2 {
  grid-column: 2;
  grid-row: 1;
  border-radius: 40px;
  max-height: 430px;
  max-width: 430px;
}
.card2 img {
  border-radius: 40px 40px 0 0;
  max-height: 430px;
  max-width: 430px;
}
.card2 p {
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 0 0 40px 40px;
}

.card3 {
  grid-column: 1;
  grid-row: 2;
  border-radius: 40px;
  max-height: 430px;
  max-width: 430px;
}
.card3 img {
  border-radius: 40px 40px 0 0;
  max-height: 430px;
  max-width: 430px;
}
.card3 p {
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 0 0 40px 40px;
}

.card4 {
  grid-column: 2;
  grid-row: 2;
  border-radius: 40px;
  max-height: 430px;
  width: 430px;
}
.card4 img {
  border-radius: 40px 40px 0 0;
  max-height: 430px;
  width: 430px;
}
.card4 p {
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 0 0 40px 40px;
}

.crea {
  padding-left: 40px;
  align-content: center;
  width: 50%;
}

.contact {
  padding: 100px;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-items: center;
  text-align: center;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.contact input {
  padding: 10px;
  width: 50vw;
  line-height: 3;
  border-radius: 5px;
  border: none;
  margin: 30px 0;
}

input[type=textarea] {
  height: 100px;
  margin: 50px;
  text-align: start;
}

footer {
  height: 300px;
  background-color: #b3af8f;
}

/*# sourceMappingURL=style.css.map */
