@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: clip;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.section-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-flex {
  display: flex;
  flex-wrap: wrap;
}

.section-image {
  width: 50%;
}

.section-image img {
  width: 100%;
  height: auto;
}

.section-content {
  width: 50%;
  padding: 20px;
  display: flex;
}

.content--flex {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.title {
  text-align: center;
  padding-bottom: 15px;
}

.section-content h2 {
  color: #a5876a;
  font-family: "Noto Sans Arabic", sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.section-content p {
  font-size: 18px;
  font-family: "Noto Sans Arabic", sans-serif;
}

form p {
  margin-bottom: 25px;
  font-family: "Noto Sans Arabic", sans-serif;
}

label {
  font-size: 14px;
  color: #a5876a;
  line-height: 1.7;
  font-family: "Noto Sans Arabic", sans-serif;
  margin-bottom: 10px;
  display: block;
}

.section-content input[type=text],
.section-content input[type=email],
.section-content input[type=tel] {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
}

.section-content input[type=radio] {
  margin-right: 10px;
}

.section-content input[type=submit] {
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  border-radius: 6px;
}

.btn input:hover {
  background-color: #c4a974;
}

p input {
  box-shadow: 0px 0px 0px 0px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #a5876a;
  font-family: "Noto Sans Arabic", sans-serif;
}

input:focus {
  outline: none;
}

.btn input {
  width: 100%;
  background-color: #a5876a;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  border-color: transparent;
  font-family: "Noto Sans Arabic", sans-serif;
  transition: background-color 0.5s ease;
}

::-moz-placeholder {
  font-size: 18px;
  color: #a5876a;
}

::placeholder {
  font-size: 18px;
  color: #a5876a;
}

.fond {
  background: rgb(239, 166, 61);
  padding: 11px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.points_child-item {
  background: #a5876a;
  padding: 37px;
  border-radius: 31px;
}

.points_child-item__title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.points_child-item__title span {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: #ffffff;
  font-family: "Noto Sans Arabic", sans-serif;
}

.content p {
  font-size: 18px;
  line-height: 1.36;
  font-weight: 400;
  color: #fff;
  font-family: "Noto Sans Arabic", sans-serif;
  text-align: justify;
  padding-top: 10px;
}

.points_child {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.points__parent {
  text-align: center;
}

.points__title {
  font-size: 50px;
  line-height: 1.47;
  font-weight: 500;
  text-align: center;
  color: #a5876a;
  position: relative;
  font-family: "Noto Sans Arabic", sans-serif;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 30px;
}

.Btn_télécharger {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  padding-bottom: 20px;
}

.Btn_télécharger a {
  border: 1px solid #a5876a;
  border-radius: 50px;
  font-family: "Noto Sans Arabic", sans-serif;
  font-size: 20px;
  padding: 10px 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  color: #a5876a;
  transition: all 0.25s ease-out;
}

.Btn_télécharger a:hover {
  background: none;
  color: #000000;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
}

p span {
  font-weight: bold;
}

.response-contact.sent {
  color: rgb(106, 160, 106);
}

@media (max-width: 1025px) {
  .points_child {
    grid-template-columns: 1fr 1fr;
  }
  .section-image,
  .section-content {
    width: 100%;
    margin-bottom: 20px;
  }
  .section-content {
    padding: 15px;
  }
  .section-content h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .section-content input[type=submit] {
    width: 100%;
    padding: 10px;
  }
  .content--flex {
    max-width: 100%;
  }
  .points__title {
    font-size: 37px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
  .points_child {
    grid-template-columns: 1fr;
  }
  .points__title {
    font-size: 29px;
    line-height: 1.4;
  }
  .points_child-item {
    padding: 15px;
  }
  .content p {
    font-size: 15px;
  }
  .section-content h2 {
    font-size: 21px;
    line-height: 1.2;
  }
  .section-content p {
    line-height: 1.5;
  }
  ::-moz-placeholder {
    font-size: 16px;
  }
  ::placeholder {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */