/* @import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,600;0,700;1,600;1,700&display=swap");

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

:root {
  --animate-delay: 1s;
  --font-title: "Montserrat", sans-serif;
  --font-text: "open-sans", sans-serif;
  --color-main: #222f3d;
  --color-contrast: #d4aa48;
  --color-light: #3498db;
  --color-title: #131c26;
  --bg: #ffffff;
  --bg-tinted: #f2f4f7;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--bg);
  font-family: var(--font-text);
}

h2,
h3 {
  color: var(--color-title);
  text-align: center;
  font-family: var(--font-title);
}

h2 {
  padding: 80px 0;
}

.container {
  position: relative;
  max-width: 1440px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
} */

header {
  display: flex;
  flex-direction: column;
  color: var(--bg-tinted);
  width: 100%;
  height: calc(100vh - 150px);
  position: relative;
  background-color: #222f3d;
}
*/ header ul {
  display: flex;
  justify-content: flex-end;
  padding: 25px 10px 10px;
  margin: 0 2%;
}

header ul li {
  list-style-type: none;
}

/* header ul a {
  text-decoration: none;
  padding: 5px 10px;
  color: var(--bg-tinted);
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 1.5rem;
  font-family: var(--font-title);
} */

header ul li::first-letter {
  color: var(--color-contrast);
}

.welcome {
  display: flex;
  flex-grow: 1;
  width: 70%;
  height: 60%;
  margin: 0 auto;
  padding: 40px 0 0;
  flex-direction: column;
  justify-content: space-between;
}

.welcome span {
  display: flex;
  font-family: "Lato", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  padding-inline: 5%;
  letter-spacing: 5px;
}

.welcome span strong {
  color: var(--color-contrast);
}

/* .welcome span:nth-of-type(1) {
} */

.welcome span:nth-of-type(2) {
  justify-content: center;
  /* padding-right: 181px; */
}
.welcome span:nth-of-type(3) {
  justify-content: flex-end;
  /* padding-right: 181px; */
}

.welcome span:nth-of-type(4) {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 50px;
  justify-content: center;
  font-size: 1.5rem;
  font-family: "raleway", sans-serif;
  text-align: center;
  font-style: italic;
}

.welcome span:nth-of-type(4)::after {
  content: "";
  height: 2px;
  width: 0%;
  background-color: rgba(212, 170, 72, 1);
  position: absolute;
  bottom: -25px;
  animation: 1s 2.5s linear souligne forwards;
  -webkit-animation: 2s 2.5s ease souligne forwards;
}

@keyframes souligne {
  from {
    width: 10%;
  }
  50% {
    width: 80%;
  }
  to {
    width: 60%;
  }
}
/* Top Separator */
.custom-shape-divider-top-1682093178 {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1682093178 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.custom-shape-divider-top-1682093178 .shape-fill {
  fill: #222f3d;
}

main {
  padding-top: 100px;
  position: relative;
}

.name {
  text-align: center;
  padding: 45px 0;
}

.name h1 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 2px;
}

.name span {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 1px;
}

.job {
  display: inline-block;
  margin-top: 12px;
}

.presentation {
  margin: 55px auto 0;
  max-width: 900px;
  font-size: 20px;
  padding: 0 25px 25px;
}

.presentation-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px;
}

.presentation-wrapper p {
  /* margin-bottom: 24px; */
  padding: 50px 20px;
  line-height: 1.5;
}
.presentation-wrapper img {
  max-width: 350px;
  height: auto;
}

.services {
  position: relative;
  padding-top: 100px;
  background-color: #f2f4f7;
}

.services .shape-fill {
  fill: #fff;
}

.line {
  margin: 0 auto;
  width: 80%;
  height: 2px;
  background-color: rgba(212, 170, 72, 1);
}

.card-wrapper {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 100px;
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--bg-tinted);
  padding: 20px 40px;
  flex-basis: 50%;
  /* max-width: 350px; */
  /*border: 1px solid var(--color-light);
  */
  background: var(--color-main);
  border-radius: 5px;
  box-shadow: 0px 0px 3.1px rgba(0, 0, 0, 0.1), 0px 0px 25px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 16px;
}

.card:hover {
  box-shadow: 0px 0px 30.1px rgba(0, 0, 0, 0.2), 0px 0px 65px rgba(0, 0, 0, 0.4);
}

.card h3 {
  color: var(--bg);
  margin: 25px 0;
  font-size: 26px;
}

.card h4 {
  text-align: center;
}

.card ul {
  list-style-type: none;
}

.card li {
  padding: 10px 0;
}

.prix {
  text-align: center;
  padding: 25px;
  font-size: 20px;
}

.prix strong {
  font-size: 26px;
}

.btn {
  cursor: pointer;
  margin: 20px auto;
  padding: 1rem 2rem;
  text-align: center;
  background-color: var(--color-contrast);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.form-data button {
  font-size: 18px;
  text-decoration: none;
  color: var(--color-title);
  font-weight: 700;
  text-transform: capitalize;
}

.form-data button {
  border: none;
}
footer {
  position: relative;
  background-color: var(--color-title);
  color: var(--bg-tinted);
  display: flex;
  /* flex-direction: column; */
  /* align-items: center; */
  /* justify-content: space-between; */
  font-size: 18px;
  padding: 20px 10px;
}

footer ul {
  margin: 0 auto;
  display: flex;
  gap: 25px;
}
footer li {
  list-style-type: none;
  text-align: center;
}

footer ul a {
  text-decoration: none;
  color: var(--bg-tinted);
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}

footer ul a:hover {
  color: var(--color-contrast);
}

.form {
  background-color: var(--color-main);
}
.form h2 {
  color: var(--bg-tinted);
  padding: 20px 0;
}
.form input,
textarea {
  width: 450px;
  font-size: 16px;
  padding: 5px;
  /* font-family: "Chivo", sans-serif; */
}

textarea {
  resize: none;
}

#contact {
  padding-bottom: 20px;
}

.form-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 20px;
}

.form-data p {
  padding: 15px 10px 0;
}

.form-data label {
  display: flex;
  align-items: baseline;
}

/* .form-data button {
  cursor: pointer;
  padding: 0.3rem 1.5rem;
  background-color: rgba(212, 170, 72, 1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-family: "Chivo", sans-serif;
  font-size: 16px;
  font-weight: 600;
} */

/* 
Breakpoint 800px
*/
@media (max-width: 799px) {
  .presentation {
    padding: 0 inherit;
  }
  .presentation-wrapper,
  .card-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .presentation-wrapper:last-child {
    flex-direction: column-reverse;
  }

  .presentation-wrapper img {
    max-width: 250px;
    height: auto;
  }

  /* .form input,
  textarea {
    width: 400px;
  } */
}

@media (max-width: 470px) {
  .custom-shape-divider-top-1682093178 svg {
    height: 75px;
  }
  .form input,
  textarea {
    width: 300px;
  }
}
/* 
Breakpoint 620px passage de 2 à 1 Img/ligne
Passer en mode slider d'image pour plus de confort
*/
