body {
  margin: 0;
  background-color: rgb(241, 241, 241);
}

* {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h1 {
  margin-bottom: -15px;
}

h3 {
  color: rgb(190, 190, 190);
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

.menuLink {
  color: black;
}

.menu {
  display: flex;
  width: 60%;
  margin-right: 70px;
  margin-left: 70px;
  justify-content: space-around;
  border-top: solid rgba(155, 155, 155, 0.459) 1px;
  border-bottom: solid rgba(155, 155, 155, 0.459) 1px;
}

#menu {
  display: flex;
  justify-content: center;
}

.blockMenu {
  width: 15em;
}

input[type="text"],
input[type="tel"] {
  border: solid 2px grey;
  border-radius: 5px;
  height: 35px;
  width: 190px;
  margin: 40px 0 0 0;
}

input[type="email"],
select {
  border: solid 2px grey;
  border-radius: 5px;
  width: 400px;
  height: 35px;
  margin: 40px 0 0 0;
}

.error {
  color: red;
}

.error span {
  visibility: visible;
  opacity: 1;
  color: red;
}

.boxe {
  display: flex;
  align-items: center;
  flex-direction: column;

  border: solid 1px rgba(155, 155, 155, 0.459);
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.459);

  margin: 50px 30% 50px 30%;
  padding-bottom: 15px;
}

.nameBoxe {
  display: flex;
  justify-content: space-between;
}

.btn {
  width: 120px;
  text-align: center;
}

.contactInformation {
  text-align: center;
}

.messageText {
  text-align: center;
}

.lign {
  border-bottom: grey 2px solid;
  width: 30%;
  margin-bottom: 22px;
}

.messageTextBoxe {
  display: flex;
  justify-content: space-between;
}

.contactInformationTextBoxe {
  display: flex;
  justify-content: space-between;
}

.submitBoxe {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  width: 100%;
}

#message {
  width: 400px;
  height: 200px;
  border: solid 2px grey;
  border-radius: 5px;
  margin-top: 10px;
  resize: none;
}

input[type="submit"] {
  border: solid grey 2px;
  width: 100px;
  height: 40px;
  border-radius: 10px;
}

input[type="submit"]:hover {
  border: solid rgb(78, 78, 78) 2px;
  background-color: rgb(216, 216, 216);
}

.checkMail {
  display: flex;

  margin: 30px 0 -40px 0;
}

.spanCourt {
  font-size: 0.7rem;
  width: 190px;
}

.spanLong {
  font-size: 0.7rem;
  width: 400px;
}

.lastName-container,
.firstName-container,
.phone-container,
.email-container,
.confirm-container,
.sujet-container,
.message-container {
  display: flex;
  flex-direction: column;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.pFooter {
  width: 60%;
  border-top: 1px solid rgba(51, 49, 49, 0.459);
  text-align: center;
  padding: 20px;
  font-size: 0.8rem;
}

.about {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

#tristanPicture {
  width: 200px;
  height: 200px;
  margin: 20px;
}

.textAbout {
  width: 50%;
}

.sectPhoto {
  margin-top: 50px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#mainPhoto {
  max-width: 700px;
  max-height: 500px;
  width: auto;
  height: auto;
}

.miniature {
  max-width: 128px;
  max-height: 72px;
  width: auto;
  height: auto;
  border-radius: 10px;
  margin: 0 10px 0 10px;
}

.miniature:hover {
  rotate: 1deg;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.301);
}

.miniPhotos {
  margin-top: 80px;
}

.boxPhotoMain {
  width: 600px;
  height: 350px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
