@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
body {
  background-color: white;
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  font-optical-sizing: auto;
  margin: 0;
  line-height: inherit;
  overflow-y: auto;
}

/* Barre de navigation */
nav.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin-top: 60px;
  margin: 0 auto;
}
nav.navbar ul {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0;
  list-style: none;
}
nav.navbar ul li {
  font-size: 20px;
}
nav.navbar ul li a {
  text-decoration: none;
  color: black;
}
nav.navbar .requestquote {
  width: 231px;
  height: 68px;
  border-radius: 14px;
  border: 1px solid black;
  background-color: transparent;
  font-size: 20px;
}

/* Conteneur principal */
.container {
  /* background-color: rgba(207, 106, 106, 0.521); */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 70px 0 0;
}
.container .content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.container .content .book {
  width: 531px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.container .content .book h1 {
  font-size: 60px;
  line-height: 77px;
  color: #000;
  margin-bottom: 20px;
}
.container .content .book .descbook {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
.container .content .book .consult {
  width: 264px;
  height: 68px;
  background: #191a23;
  border-radius: 14px;
  color: #f3f3f3;
  font-size: 20px;
  border: none;
  cursor: pointer;
  margin-top: 35px;
}
.container .content .imgbook {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .content .imgbook img {
  border-radius: 10px;
}
.container .marque {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  width: 100%;
  margin-top: 70px;
}
.container .marque img {
  filter: grayscale(1);
}

/* Styles pour la section HeadServices */
.HeadServices {
  width: 1440px;
  height: 51px;
  padding: 0 100px;
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  margin-top: 140px;
}
.HeadServices .Heading {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.HeadServices .Heading .Label {
  padding: 0 7px;
  background: #b9ff66;
  border-radius: 7px;
  display: flex;
  gap: 10px;
}
.HeadServices .Heading .Label .LabelText {
  color: black;
  font-size: 40px;
  font-weight: 500;
}
.HeadServices .ServiceDescription {
  width: 580px;
  font-size: 18px;
  font-weight: 400;
}

/* Styles pour les cartes dans ServicesBlock */
.ServicesBlock {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.ServicesBlock .CardsSection {
  display: flex;
  gap: 40px;
}
.ServicesBlock .CardsSection .Card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  gap: 77px;
  width: 600px;
  height: 310px;
  background: #f3f3f3;
  border: 1px solid #191a23;
  box-shadow: 0px 5px 0px #191a23;
  border-radius: 45px;
}
.ServicesBlock .CardsSection .Card.card-background-1 {
  background: #f3f3f3;
}
.Card .ServicesBlock .CardsSection .Card.card-background-3 {
  background: #191a23;
  color: white;
}
.Card .ServicesBlock .CardsSection .Card.card-background-3 .Label {
  color: white;
}
.ServicesBlock .CardsSection .Card .HeadingAndLink {
  display: flex;
  flex-direction: column;
  gap: 93px;
}
.ServicesBlock .CardsSection .Card .HeadingAndLink .Heading {
  display: flex;
  flex-direction: column;
}
.ServicesBlock .CardsSection .Card .HeadingAndLink .Heading .Label {
  padding: 0 7px;
  border-radius: 7px;
  display: flex;
  gap: 10px;
}
.ServicesBlock .CardsSection .Card .HeadingAndLink .Heading .Label:first-child {
  background: #b9ff66;
}
.ServicesBlock .CardsSection .Card .HeadingAndLink .Heading .Label:nth-child(2) {
  background: #b9ff66;
}
.ServicesBlock .CardsSection .Card .HeadingAndLink .Heading .Label .LabelText {
  color: black;
  font-size: 30px;
  font-weight: 500;
}
.ServicesBlock .CardsSection .Card .HeadingAndLink .Link {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.ServicesBlock .CardsSection .Card .HeadingAndLink .Link .Icon {
  width: 41px;
  height: 41px;
  background-color: black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.ServicesBlock .CardsSection .Card .HeadingAndLink .Link .Icon svg {
  width: 60%;
  height: 60%;
}
.ServicesBlock .CardsSection .Card .HeadingAndLink .Link .Icon svg path {
  fill: #b9ff66;
}
.ServicesBlock .CardsSection .Card .HeadingAndLink .Link .Label {
  color: black;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.ServicesBlock .CardsSection .Card .Illustration {
  width: 210px;
  height: 170px;
  position: relative;
}
.ServicesBlock .CardsSection .Card .Illustration img {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* CTA Section */
.cta {
  justify-content: flex-start;
  align-items: center;
  padding-right: 120px;
  width: 100%;
  height: 394px;
  margin-top: 123.5px;
  box-sizing: border-box;
  max-width: 1440px;
}
.cta .card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 347px;
  padding-left: 60px;
  padding-right: 60px;
  background: #f3f3f3;
  border-radius: 45px;
  position: relative;
}
.cta .card .text-button {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 26px;
  width: 500px;
}
.cta .card .text-button .heading {
  color: black;
  font-size: 30px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
}
.cta .card .text-button .description {
  color: black;
  font-size: 18px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  word-wrap: break-word;
}
.cta .card .text-button .button {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #191a23;
  border-radius: 14px;
}
.cta .card .text-button .button .label {
  color: white;
  font-size: 20px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  word-wrap: break-word;
}

.HeadCase {
  width: 1440px;
  height: 51px;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 163.5px;
}
.HeadCase .Heading {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}
.HeadCase .Heading .Label {
  padding: 0 7px;
  background: #b9ff66;
  border-radius: 7px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.HeadCase .Heading .Label .LabelText {
  color: black;
  font-size: 40px;
  font-weight: 500;
}

.CaseDescription p {
  max-width: 570px;
  margin: 0;
}

.case-studies-block {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.case-studies-block .case-studies {
  padding: 70px 60px;
  background: #191a23;
  border-radius: 45px;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.case-studies-block .case-studies .description {
  width: 286px;
  color: white;
  font-size: 18px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
}
.case-studies-block .case-studies .link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.case-studies-block .case-studies .link .label {
  color: #b9ff66;
  font-size: 20px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  line-height: 28px;
  word-wrap: break-word;
}

.Iconcase {
  width: 41px;
  height: 41px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.Iconcase svg {
  width: 60%;
  height: 60%;
}
.Iconcase svg path {
  fill: #b9ff66;
}

.HeadWork {
  width: 1440px;
  height: 51px;
  display: flex;
  gap: 40px;
  margin-top: 140px;
}
.HeadWork .Heading {
  display: flex;
}
.HeadWork .Heading .Label {
  padding: 0 7px;
  background: #b9ff66;
  border-radius: 7px;
  display: flex;
}
.HeadWork .Heading .Label .LabelText {
  color: black;
  font-size: 40px;
  font-weight: 500;
}

.ProcessBlock {
  margin-top: 80px;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  padding: 0;
}
.ProcessBlock .Card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 41px 60px;
  gap: 30px;
  width: 100%;
  max-width: 100%;
  height: auto;
  background: #f3f3f3;
  border: 1px solid #191a23;
  box-shadow: 0px 5px 0px #191a23;
  border-radius: 45px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.ProcessBlock .Card:first-child {
  height: 279px;
  background: #b9ff66;
}
.ProcessBlock .Card .Content {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.ProcessBlock .Card .Content .Label {
  display: flex;
  align-items: center;
  gap: 25px;
}
.ProcessBlock .Card .Content .Label div:first-child {
  color: black;
  font-size: 60px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
}
.ProcessBlock .Card .Content .Label .Consultation,
.ProcessBlock .Card .Content .Label .ResearchAndStrategyDevelopment,
.ProcessBlock .Card .Content .Label .Implementation,
.ProcessBlock .Card .Content .Label .MonitoringAndOptimization,
.ProcessBlock .Card .Content .Label .ReportingAndCommunication,
.ProcessBlock .Card .Content .Label .ContinualImprovement {
  width: 612px;
  color: black;
  font-size: 30px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
}
.ProcessBlock .Card .Content .PlusIcon {
  width: 58px;
  height: 58px;
  position: relative;
}
.ProcessBlock .Card .Line {
  width: 100%;
  height: 0;
  border-top: 1px solid black;
}
.ProcessBlock .Card .Description {
  width: 1114px;
  height: 60px;
  color: black;
  font-size: 18px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  word-wrap: break-word;
}

.Headteam {
  width: 1440px;
  height: 51px;
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  margin-top: 140px;
  margin-bottom: 80px;
}
.Headteam .Heading {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.Headteam .Heading .Label {
  padding: 0 7px;
  background: #b9ff66;
  border-radius: 7px;
  display: flex;
  gap: 10px;
}
.Headteam .Heading .Label .LabelText {
  color: black;
  font-size: 40px;
  font-weight: 500;
}

.group-of-cards .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.group-of-cards .row .card {
  flex: 1 1 calc(33.33% - 40px);
  max-width: 387px;
  padding: 40px 35px;
  background: white;
  border: 1px solid #191a23;
  border-radius: 45px;
  box-shadow: 0px 5px 0px #191a23;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.group-of-cards .row .card .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}
.group-of-cards .row .card .content .person {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.group-of-cards .row .card .content .person .picture-and-name {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.group-of-cards .row .card .content .person .picture-and-name .name .person-name {
  font-size: 20px;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  color: black;
}
.group-of-cards .row .card .content .person .picture-and-name .name .position {
  font-size: 18px;
  font-weight: 400;
  font-family: "Space Grotesk", sans-serif;
  color: black;
}
.group-of-cards .row .card .content .line {
  width: 100%;
  border-bottom: 1px solid black;
}
.group-of-cards .row .card .content .description {
  font-size: 18px;
  font-weight: 400;
  font-family: "Space Grotesk", sans-serif;
  color: black;
}

.linkedin-icon {
  padding-bottom: 96.82px;
}

.workbtn {
  width: 264px;
  height: 68px;
  background: #191a23;
  border-radius: 14px;
  color: #f3f3f3;
  font-size: 20px;
  border: none;
  cursor: pointer;
  display: inline-block;
}

.button-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 318%;
}

.Headtest {
  width: 1440px;
  height: 51px;
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  margin-top: 100px;
  margin-bottom: 61px;
}
.Headtest .Heading {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.Headtest .Heading .Label {
  padding: 0 7px;
  background: #b9ff66;
  border-radius: 7px;
  display: flex;
  gap: 10px;
}
.Headtest .Heading .Label .LabelText {
  color: black;
  font-size: 40px;
  font-weight: 500;
}

.TestimonialsBlock {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 41px 60px;
  gap: 30px;
  width: 100%;
  max-width: 100%;
  height: auto;
  background: #191a23;
  border: 1px solid #191a23;
  box-shadow: 0px 5px 0px #191a23;
  border-radius: 45px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.TestimonialsBlock .Testimonials {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
.TestimonialsBlock .Testimonials .Cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.TestimonialsBlock .Testimonials .Cards .Card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  display: flex;
  width: 100%;
}
.TestimonialsBlock .Testimonials .Cards .Card .Bubble {
  width: 606px;
  border: 1px solid #b9ff66;
  padding: 20px;
  background: #2a2b3a;
  border-radius: 20px;
  position: relative;
}
.TestimonialsBlock .Testimonials .Cards .Card .Bubble .TestimonialText {
  color: white;
  font-size: 18px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  margin-top: 10px;
}
.TestimonialsBlock .Testimonials .Cards .Card .Author {
  text-align: center;
  color: #b9ff66;
  font-size: 20px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
}
.TestimonialsBlock .Testimonials .Cards .Card .Author span {
  color: white;
  font-size: 18px;
  font-weight: 400;
}
.TestimonialsBlock .Testimonials .Navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 200px;
}

@media (max-width: 768px) {
  .TestimonialsBlock {
    padding: 20px;
  }
  .Cards {
    flex-direction: column;
    align-items: center;
  }
  .Card {
    max-width: 100%;
  }
}
.Headcontact {
  width: 1440px;
  height: 51px;
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  margin-top: 159px;
  margin-bottom: 80px;
}
.Headcontact .Heading {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.Headcontact .Heading .Label {
  padding: 0 7px;
  background: #b9ff66;
  border-radius: 7px;
  display: flex;
  gap: 10px;
}
.Headcontact .Heading .Label .LabelText {
  color: black;
  font-size: 40px;
  font-weight: 500;
}

.ContactBlock {
  width: 100%;
  height: 773px;
  padding: 0 100px;
  justify-content: center;
  align-items: center;
}
.ContactBlock .BlockWithIllustration {
  overflow: hidden;
  padding: 60px 0px 80px 100px;
  background: #f3f3f3;
  border-radius: 45px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.ContactBlock .BlockWithIllustration .Form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.ContactBlock .BlockWithIllustration .Form .RadioButtons {
  display: flex;
  gap: 35px;
}
.ContactBlock .BlockWithIllustration .Form .RadioButtons .RadioButton {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  color: black;
  cursor: pointer;
}
.ContactBlock .BlockWithIllustration .Form .RadioButtons .RadioButton input[type=radio] {
  appearance: none;
  width: 28px;
  height: 28px;
  background: white;
  border-radius: 50%;
  border: 1px solid black;
  position: relative;
  margin: 0;
}
.ContactBlock .BlockWithIllustration .Form .RadioButtons .RadioButton input[type=radio]:checked::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #b9ff66;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ContactBlock .BlockWithIllustration .Form .RadioButtons .RadioButton .Label {
  color: black;
}
.ContactBlock .BlockWithIllustration .Form .Fields {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.ContactBlock .BlockWithIllustration .Form .Fields .Field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ContactBlock .BlockWithIllustration .Form .Fields .Field label {
  font-size: 16px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  color: black;
}
.ContactBlock .BlockWithIllustration .Form .Fields .Field .Input {
  width: 556px;
  padding: 18px 30px;
  background: white;
  border-radius: 14px;
  border: 1px solid black;
  display: flex;
  align-items: flex-start;
}
.ContactBlock .BlockWithIllustration .Form .Fields .Field .Input .Placeholder {
  color: #898989;
  font-size: 18px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
}
.ContactBlock .BlockWithIllustration .Form .Fields .Field .Input.MessageInput {
  height: 190px;
}
.ContactBlock .BlockWithIllustration .Form .Button {
  width: 100%;
  padding: 20px 35px;
  background: #191a23;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ContactBlock .BlockWithIllustration .Form .Button .Label {
  color: white;
  font-size: 20px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
.ContactBlock .BlockWithIllustration .ImageContainer {
  object-fit: cover;
  object-position: left;
  width: 334px;
  height: 630px;
}

.footer {
  margin-top: 140px;
  background: #191a23;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 55px 60px 50px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  box-sizing: border-box;
}
.footer .navigation-and-contacts {
  display: flex;
  flex-direction: column;
  gap: 66px;
}
.footer .navigation-and-contacts .elements {
  display: flex;
  justify-content: space-between;
  gap: 155px;
  width: 100%;
}
.footer .navigation-and-contacts .elements .logo {
  position: relative;
  width: 180px;
  height: 29px;
}
.footer .navigation-and-contacts .elements .logo path {
  fill: white;
}
.footer .navigation {
  display: flex;
  gap: 40px;
}
.footer .navigation div {
  color: white;
  font-size: 18px;
  font-family: "Space Grotesk";
  font-weight: 400;
  text-decoration: underline;
}
.footer .social-icons {
  width: 130px;
  height: 30px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.footer .frame-info {
  display: flex;
  justify-content: space-between;
  gap: 154px;
}
.footer .frame-info .contact-us {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.footer .frame-info .contact-us .heading .label {
  padding: 0 7px;
  background: #b9ff66;
  border-radius: 7px;
  font-size: 20px;
  font-family: "Space Grotesk";
  font-weight: 500;
  color: black;
}
.footer .frame-info .contact-us .info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: white;
  font-size: 18px;
  font-family: "Space Grotesk";
  font-weight: 400;
}
.footer .frame-info .subscription-block {
  padding: 58px 40px;
  background: #292a32;
  border-radius: 14px;
  display: flex;
  gap: 20px;
  width: 634px;
}
.footer .frame-info .subscription-block .fieldsubs {
  padding: 30px 35px;
  border: 1px solid white;
  border-radius: 14px;
}
.footer .frame-info .subscription-block .emailsubs {
  color: white;
  font-size: 18px;
  font-family: "Space Grotesk";
  width: 285px;
}
.footer .frame-info .subscription-block .buttonsubs {
  padding: 20px 35px;
  background: #b9ff66;
  border-radius: 14px;
  text-align: center;
  width: 249px;
}
.footer .frame-info .subscription-block .buttonsubs .labelsubs {
  color: black;
  font-size: 20px;
  font-family: "Space Grotesk";
}

.line-and-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
.line-and-text .line {
  width: 100%;
  border: 1px solid white;
}
.line-and-text .text {
  display: inline-flex;
  align-items: flex-start;
  gap: 40px;
}
.line-and-text .text .all-rights, .line-and-text .text .privacy-policy {
  color: white;
  font-size: 18px;
  font-family: "Space Grotesk";
  font-weight: 400;
  line-height: 28px;
}
.line-and-text .text .privacy-policy {
  text-decoration: underline;
}

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

body {
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.6;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
}
.navbar .logo img {
  width: 120px;
}
.navbar ul {
  display: flex;
  gap: 1.5rem;
}
.navbar ul li {
  display: inline-block;
  font-size: 1rem;
}
.navbar ul .requestquote {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}

.container {
  padding: 2rem 4rem;
}

.content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.content .book {
  width: 50%;
}
.content .imgbook {
  width: 100%;
  max-width: 400px;
}

@media (max-width: 1024px) {
  .navbar {
    padding: 0 2rem;
  }
  .container {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .navbar ul {
    gap: 0.5rem;
  }
}
@media (max-width: 430px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }
  ul {
    flex-direction: column;
    width: 100%;
  }
  .container {
    padding: 0 1rem;
  }
}
.marque {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.marque img {
  width: 100px;
  flex-wrap: 1 1 auto;
}

.HeadServices, .ServicesBlock {
  padding: 2rem 0;
}

.CardsSection {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.CardsSection .card {
  flex: 1 1 45%;
  padding: 1rem;
  text-align: center;
}
.CardsSection .card img {
  width: 80px;
  margin: auto;
}

.cta .card {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 2rem;
}
.cta .card .text-button, .cta .card .frame {
  flex: 1 1 auto;
}
.cta .card .heading {
  font-size: 1.5rem;
}

@media (max-width: 1440px) {
  .container {
    padding: 1rem 2rem;
  }
}
@media (max-width: 1024px) {
  .navbar ul {
    gap: 1rem;
  }
  .content {
    flex-direction: column;
  }
  .content .book, .content .imgbook {
    width: 100%;
  }
  .CardsSection .card {
    flex: 1 1 100%;
  }
}
@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }
  ul {
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
  }
  .marque img {
    width: 80px;
  }
}
@media (max-width: 430px) {
  .container {
    padding: 1rem;
  }
  h1 {
    font-size: 1.8rem;
  }
  .navbar {
    align-items: center;
  }
  .cta .card {
    flex-direction: column;
  }
  .marque, .CardsSection {
    flex-direction: column;
    gap: 1rem;
  }
}

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