html {
  box-sizing: border-box;
  font-size: 16px;
  background-color: #FBFBFB;
}
html, body {
  overflow-x: hidden;
  position: relative;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}



/*--------------FONTS--------------*/
/*@font-face {
  font-family: 'Anybody';
  src: url('assets/fonts/anybody/Anybody-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Anybody';
  src: url('assets/fonts/anybody/Anybody-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Anybody';
  src: url('assets/fonts/anybody/Anybody-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Anybody';
  src: url('assets/fonts/anybody/Anybody-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Anybody';
  src: url('assets/fonts/anybody/Anybody-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Anybody';
  src: url('assets/fonts/anybody/Anybody-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}*/

/*--------------FONTS--------------*/


/* NAV START */
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 100px;
}

.logo {
  height: 75px;
}

nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

nav ul li a {
  font-family: "Anybody";
  font-weight: 400;
  font-size: 1rem;
  color: #797979;
  list-style: none;
  text-decoration: none;
}

@media only screen and (min-width: 1824px) {
  nav {
    padding: 0px 300px;
  }
}

@media only screen and (max-width: 768px) {
  nav {
    padding: 50px;
    justify-content:center;
  }
  nav ul {
    display: none;
  }
}

/* NAV END */
/* BANNER START */
.banner {
  background-image:
  url('assets/images/bg-home-linear.png');
  width: 100%;
  height: 80vh;
  background-size: cover;
}

.banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 70px;
  color: #151515;
}

.banner-main-title-container {
  width: fit-content;
}



.banner-main-title {
  font-family: "Anybody";
  font-weight: 500;
  font-size: 3rem;
}

.banner-secondary-title {
  font-family: "Anybody";
  font-weight: 300;
  font-size: 4rem;
  width: 80%;
}

.banner-secondary-title span {
  font-family: "Anybody";
  font-weight: 700;
  font-size: 4rem;
  width: 60%;
  font-style: italic;
  color: #68AC3E;
}

@media only screen and (max-width: 320px){

  .banner {
    background-position: bottom;
    height: auto;
    padding-bottom: 50px !important;
  }
  .banner-content {
    align-items:center;
    justify-content: flex-start;
    padding-top: 50px;
  }
  .banner-main-title-container {
    width: min-content;
    display: flex;
    justify-content: center;
    align-items:center;
    flex-direction: column;
  }

  .banner-main-title {
    font-family: "Anybody";
  font-weight: 500;
    font-size: 2rem;
  }

  .banner-secondary-title {
    font-family: "Anybody";
    font-weight: 300;
    font-size: 2rem;
    width: 100%;
    text-align: center;
  }

  .banner-secondary-title span {
    font-size: 2rem;
  }
  
} 

@media only screen and (min-width: 320px) and (max-width: 768px){
  .banner {
    background-position: bottom;
    height: auto;
    padding-bottom: 50px !important;
  }
  .banner-content {
    align-items:center;
    justify-content: flex-start;
    padding: 50px 30px 0px 30px;
  }
  .banner-main-title-container {
    display: flex;
    justify-content: center;
    align-items:center;
    flex-direction: column;
  }

  .banner-main-title-container svg{
    width: 80%;
  }

  .banner-main-title {
    font-family: "Anybody";
  font-weight: 500;
    font-size: 2.5rem;
    text-align: center;
  }

  .banner-secondary-title {
    font-family: "Anybody";
    font-weight: 300;
    font-size: 2rem;
    width: 100%;
    text-align: center;
  }

  .banner-secondary-title span {
    font-size: 2rem;
  }
}

/* BANNER END */

.services {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.services-title-container {
  width: fit-content;
  position: relative;
}

.rounded-underline {
  position: absolute;
  top: -50%;
  left: -20%;
  width: 140%;
}


.services-container {
  display: flex;
  width: 100%;
  gap: 10px;
}

.audit-card {
  width: 35%;
  height: 400px;
  background-color: #A8D27F;
  background-image: url('assets/images/wavy-bg.png');
  background-repeat: no-repeat;
  background-size:cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  color: #FFFFFF
}

.audit-card-title {
  font-size: 3rem;
  font-family: "Anybody";
  font-weight: 400;
  text-align: center;
}

.audit-card-price {
  font-size: 1rem;
  font-family: "Anybody";
    font-weight: 300;
  text-align: center;
}

.small-card-container {
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.small-card-container-under {
  width: auto;
  display: flex;
  gap: 10px;
}

.devis-card {
  width: 100%;
  height: 195px;
  background-color: #5FC3D1;
  background-image: url('assets/images/grainy.png');
  background-repeat: no-repeat;
  background-size:cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  color: #FFFFFF;
  cursor: pointer;
}

.devis-card-title {
  font-size: 2rem;
  font-family: "Anybody";
  font-weight: 400;
  text-align: center;
  width: 90%;
}

.devis-card-price {
  font-size: 1rem;
  font-family: "Anybody";
    font-weight: 300;
  text-align: center;
}

.eval-card {
  width: 100%;
  height: 195px;
  padding:  0 20px 0 20px;
  background-color: #3C3C3C;
  background-image: url("assets/images/grid-pattern.png");
  background-repeat: round;
  background-size:cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  color: #FFFFFF;
  cursor: pointer;
}

.eval-card div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: radial-gradient(circle, rgba(60,60,60,1) 90%, rgba(236,94,2,0) 100%);
  padding: 20px;
}

.eval-card-title {
  font-size: 2rem;
  font-family: "Anybody";
  font-weight: 400;
  text-align: center;
}

.rdv-card-title {
  font-size: 2rem;
  font-family: "Anybody";
  font-weight: 400;
  text-align: center;
}

.eval-card-price {
  font-size: 1rem;
  font-family: "Anybody";
    font-weight: 300;
  text-align: center;
}

.rdv-card {
  width: 100%;
  height: 195px;
  background-color: #D0D0D0;
  background-image: url("assets/images/small-cross.png");
  background-repeat: no-repeat;
  background-size:cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  color: black;
}

.rdv-card-title {
  font-size: 2rem;
  font-family: "Anybody";
  font-weight: 700;
  text-align: center;
  width: 80%;
}

@media only screen and (max-width: 320px){
  .services {
    align-items: center;
  }
  .services-container {
    flex-direction: column;
  }
  .audit-card {
    width: 100%;
  }
  .audit-card-title {
    font-size: 2.5rem;
  }
  .small-card-container {
    width: 100%;
  }
  .devis-card {
    padding: 20px;
    height: auto;
  }
  .hide-word {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px){
  .small-card-container-under {
    flex-direction: column;
  }
  .services {
    align-items: center;
  }
  .services-container {
    flex-direction: column;
  }
  .audit-card {
    width: 100%;
    padding: 20px;
    height: auto;
    min-height: 150px;
    cursor: pointer;
  }
  .audit-card-title {
    font-size: 2.5rem;
  }
  .small-card-container {
    width: 100%;
  }
  .devis-card {
    padding: 20px;
    height: auto;

    height: auto;
    min-height: 150px;
  }
  .eval-card {
    padding: 20px;

    height: auto;
    min-height: 150px;
  }
  .rdv-card {
    padding: 20px;

    height: auto;
    min-height: 150px;
  }
  .rdv-card-title {
    width: 90%;
  }
  .hide-word {
    display: none;
  }
}


.section-title {
  font-size: 1.25rem;
  font-family: "Anybody";
  font-weight: 500;
  color: #4C4C4C;
}

.section-padding {
  padding: 100px 50px 0 50px;
}

@media only screen and (min-width: 1824px) {
  .section-padding {
    padding: 100px 350px 0px 350px;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1824px) {
  .section-padding {
    padding: 100px 150px 0px 150px;
  }
}

@media only screen and (max-width: 768px) {
  .section-padding {
    padding: 100px 20px 0px 20px;
  }
}

.bolder {
  font-family: "Anybody";
  font-weight: 500;
}
.about {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.about-main-title-container {
  display: flex;
  align-items: center;
}

.about-main-title-container svg:nth-child(1) {
  transform: rotate(160deg);
}

.about-main-title-container svg path {
  stroke: #55AB25;
  stroke-width:2
}

.about-container {
  display: flex;
  height: 80vh;
  width: 100%;
  gap: 10px;
}

.about-title-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 40px;
  padding: 30px;
  height: 100%;
}

.exp-title {
  font-family: "Anybody";
  font-weight: 500;
font-size: 3rem;
}

.con-title {
  font-family: "Anybody";
    font-weight: 300;
  font-size: 3rem;
  font-style: italic;
}

.pas-title {
  font-family: "Anybody";
  font-weight: 400;
  font-size: 3rem;
}

.profil {
  width: max-content;
  flex-grow: 1;
  min-width: 300px;
  border-radius: 10px;
  transition: flex-grow 0.3s ease;
  position: relative;
}

.ludo {
  flex-grow: 2;
  background-color: #CCE8BF;
}

.ludo img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.benji {
  background-color: #E8D0BF;
}
.benji img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 768px){
  .benji:hover {
    flex-grow: 3;
  }
  
  .benji:hover ~ .ludo {
    flex-grow: 1;
  }
}


@media only screen and (max-width: 320px){
  .about {
    align-items:center;
  }
  .about-container {
    flex-direction: column;
  }
  .about-title-container {
    align-items:center;
    height: auto;
  }
  .ludo {
    flex-grow: 1;
  }
  .profil {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px){
  .about {
    align-items:center;
  }
  .about-container {
    flex-direction: column;
  }
  .about-title-container {
    align-items:center;
    height: auto;
  }
  .ludo {
    flex-grow: 1;
  }
  .profil {
    width: 100%;
  }
}

.vision {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.vision-container {
  width: 100%;
  display: flex;
  gap: 25px;
  justify-content: space-between;
}

.vision-title-container {
  width: fit-content;
  display: flex;
  flex-direction: column;
}

.vision-title-container svg {
  stroke:#55AB25;
  stroke-width:1;
}

.vision-cta-container {
  height: 100%;
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.vision-cta-container h3 {
  font-size: 3rem;
  font-family: "Anybody";
  font-weight: 600;
  background: linear-gradient(to bottom right, #000000, #68AC3E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vision-cta-container p {
  font-size: 1.5rem;
  font-family: "Anybody";
    font-weight: 300;
}

.btn-cta {
  font-size: 1.25rem;
  font-family: "Anybody";
  font-weight: 500;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #000000;
  color: #FFFFFF;
  outline: none;
  border: none;
  cursor: pointer;
}

.btn-cta a {
  text-decoration: none;
  color: #FFFFFF;
}

.vision-cards-container {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items:center;
  gap: 20px;
  padding: 0 10px;
}

.vision-card-row {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: end;
}

.vision-card {
  width: 300px;
  height: 300px;
  border-radius: 10px;
  box-shadow: 0 0 10px 1px rgba(171, 171, 171, 0.25);
  background-color: #FFFFFF;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vision-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #68AC3E4D;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vision-card-title {
  font-family: "Anybody";
  font-weight: 500;
  font-size: 1rem;
}

.vision-card-text {
  font-family: "Anybody";
    font-weight: 300;
  font-size: 1rem;
}

.chiffres{
  display: flex;
  flex-direction: column;
  align-items:center;
  gap: 100px;
}

.chiffres-title {
  font-size: 1.25rem;
  font-family: "Anybody";
  font-weight: 600;
  color: #4C4C4C;
}

.chiffres-container {
  display: flex;
  justify-content: center;
  align-items:center;
  gap: 100px;
}

.chiffres-card {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.chiffres-card span {
  font-size: 5rem;
  font-family: "Anybody";
  font-weight: 700;
  background: linear-gradient(to bottom, #000000, #68AC3E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.chiffres-card p {
  font-size: 1.25rem;
  font-family: "Anybody";
  font-weight: 500;
}

@media only screen and (max-width: 320px){
  .vision {
    flex-direction: column;
    align-items:center;
  }
  .vision-container {
    flex-direction: column;
  }
  .vision-cta-container {
    width: auto;
    align-items:center;
  }
  .vision-cta-container h3,p {
    text-align: center;
  }
  .vision-card-row {
    flex-direction: column;
    align-items:center;
  }
  .chiffres-title {
    text-align: center;
  }
  .chiffres-container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px){
  .vision {
    flex-direction: column;
    align-items:center;
  }
  .vision-container {
    flex-direction: column;
  }
  .vision-cta-container {
    width: auto;
    align-items:center;
  }
  .vision-cta-container h3,p {
    text-align: center;
  }
  .vision-card-row {
    flex-direction: column;
    align-items:center;
  }
  .chiffres-title {
    text-align: center;
  }
  .chiffres-container {
    flex-direction: column;
  }
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.faq-title-container {
  display: flex;
  align-items:center;
  gap: 10px;
}

.faq-title-container svg{
  transform: rotate(45deg);
}

.faq-description {
  font-family: "Anybody";
  font-weight: 300;
 font-size: 1.25rem;
 text-align: center;
}

.faq-line  {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items:center;
  padding:  50px 150px;
  cursor: pointer;
}

.faq-line-container > :nth-child(1) {
  background-color: #0E0E0E;
}

.faq-line-container > :nth-child(2) {
  background-color: #0E0E0E;
}

.faq-line-container > :nth-child(3) {
  background-color: #212121;
}

.faq-line-container > :nth-child(4) {
  background-color: #212121;
}

.faq-line-container > :nth-child(5) {
  background-color: #2D2D2D;
}

.faq-line-container > :nth-child(6) {
  background-color: #2D2D2D;
}

.faq-line > div {
  display: flex;
  gap: 50px;
  color: #FFFFFF;
  font-family: "Anybody";
  font-weight: 500;
  font-size: 1.5rem;;
}

@media only screen and (max-width: 768px){
  .faq-line {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 30px;
  }
  .faq-line > div {
    font-size: 1rem;
  }
  .faq-panel-content div {
    padding: 30px !important;
  }
}

.faq-line img {
  transform: rotate(-90deg);
}

.faq-panel {
  display: grid; 
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.faq-panel.open {
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.3s ease;
}

.faq-line img {
  transition: transform 0.3s ease;
}

.faq-line.open img {
  transform: rotate(0deg);
}

.faq-panel-content {
  font-family: "Anybody";
  font-weight: 400;
  color: white;
  overflow: hidden;
}

.faq-panel-content div {
  padding:  20px 200px 50px 200px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact {
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.contact-title-container {
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.contact-title-container svg {
  width: fit-content;
  stroke:#55AB25;
  stroke-width:2;
}

.contact-container {
  display: flex;
  gap: 50px;
  justify-content: center;
}

.contact-form {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-group {
  margin-bottom: 15px;
  font-family: "Anybody";
  font-weight: 400;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1em;
  resize: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: 2px solid #55AB25; 
  outline-offset: 2px; 
}

.send-button {
  background: rgb(30, 30, 30);
  color: #fff;
  width: 100%;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1em;
  font-family: "Anybody";
  font-weight: 400;
}

.send-button:hover {
  background: #000000;
}

.map {
  height: auto;
  width: 60%;
  border-radius: 10px;
}

.map  .leaflet-control-attribution {
  display: none;
}

@media only screen and (max-width: 768px){
  .contact-container {
    flex-direction: column;
    gap: 50px;
  }

  .contact-form {
    width: 100%;
  }

  .map {
    width: 100%;
    height: 200px;
  }
}

.info-message {
  display: block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 10px;
  width: auto;
  height: auto;
  font-family: "Anybody";
  font-weight: 400;
  font-size: 1rem;
  padding: 10px 30px;
  transform: translateY(100px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.success {
  background: #55AB25;
}

.showMessage {
  transform: translateY(0);
}

.error {
  background: rgb(226, 143, 132);
}

footer  {
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(17,44,0,1) 100%);
  padding-bottom: 50px !important;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

footer div {
  display: flex;
  justify-content: space-between;
  align-items:start;
  color: #FFFFFF;
}

footer h4 {
  font-family: "Anybody";
  font-weight: 600;
  font-size: 1.25rem;
}

footer div div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

footer div ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-size: 1rem;
  font-family: "Anybody";
    font-weight: 300;
  color: #B5B5B5;
}

footer div div ul li a  {
  font-family: "Anybody";
    font-weight: 300;
  font-size: 1rem;
  color: #B5B5B5;
  text-align: center;
  text-decoration: none;
}

footer p {
  color: #B5B5B5;
  text-align: center;
  font-family: "Anybody";
    font-weight: 300;
  font-size: 0.75rem;
}



@media only screen and (max-width: 768px){
  footer > div {
    flex-direction: column;
    gap: 30px;
  }
}

@media only screen and (min-width: 425px ) and (max-width: 768px){
  footer > div {
    flex-direction: column;
    gap: 30px;
    padding: 0px 150px;
  }
  footer > div > div {
    align-items: center;
    width: 100%;
  }
  footer ul li {
    text-align: center;
  }
}


.section-padding-bottom-last {
  margin-bottom: 150px !important;
}

/*---------------------------*/

.rf-intro {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.rf-intro-desc {
  font-family: "Anybody";
  font-weight: 400;
  font-size: 1.25rem;
  text-align: center;
}

.why-us {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.why-us-container {
  width: 100%;
  display: flex;
  gap: 25px;
  justify-content: space-between;
}

.why-us-title-container {
  width: fit-content;
  display: flex;
  flex-direction: column;
}

.why-us-title-container svg {
  stroke:#55AB25;
  stroke-width:1;
}

.why-us-cta-container {
  height: 100%;
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.why-us-cta-container h3 {
  font-size: 3rem;
  font-family: "Anybody";
  font-weight: 600;
  background: linear-gradient(to bottom right, #000000, #68AC3E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.why-us-cta-container p {
  font-size: 1.5rem;
  font-family: "Anybody";
  font-weight: 300;
}


.why-us-cards-container {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items:center;
  justify-content: center;
  gap: 20px;
  padding: 0 10px;
}

.why-us-card {
  width: 300px;
  height: 200px;
  border-radius: 10px;
  box-shadow: 0 0 10px 1px rgba(171, 171, 171, 0.25);
  background-color: #FFFFFF;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.why-us-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #68AC3E4D;
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-us-card-title {
  font-family: "Anybody";
  font-weight: 500;
  font-size: 1rem;
}

.why-us-card-text {
  font-family: "Anybody";
  font-weight: 300;
  font-size: 1rem;
}

.rf-techs {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.rf-techs-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px
}

.rf-techs-texts-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  justify-content: space-between;
  padding: 10px;
}

.rf-techs-texts-container div {
  height: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.rf-techs-texts-container div h3 {
  font-size: 1.25rem;
  font-family: "Anybody";
  font-weight: 500;
  color: #4C4C4C;
}

.rf-techs-texts-container div p {
  font-family: "Anybody";
  font-weight: 400;
  font-size: 1rem;
  color: #797979;
  list-style: none;
  text-decoration: none;
}

.rf-when {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.rf-when-text-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.rf-when-text-container h3 {
  font-size: 3rem;
  font-family: "Anybody";
  font-weight: 600;
  background: linear-gradient(to bottom right, #000000, #68AC3E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rf-when-text-container ul {
  font-size: 1.25rem;
  font-family: "Anybody";
  font-weight: 300;
}

.rf-when-text-container li {
  padding: 20px 10px;
}

.rf-sat div {
  width: 100%;
  background-color: #CCE8BF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 30px;
}

.rf-sat > div {
  box-shadow: 0 0 10px 1px rgba(171, 171, 171, 0.25);
}

.rf-sat div h3 {
  font-size: 2.5rem;
  font-family: "Anybody";
  font-weight: 400;
  text-align: center;
}

.rf-sat div div {
  background-color: #FFFFFF;
  padding: 20px;
  width: 80%;
  height: auto;
}

.rf-sat div div p {
  font-size: 1.25rem;
  font-family: "Anybody";
  font-weight: 300;
  font-style: italic;
  text-align: center;
}

.rf-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px
}

.rf-cta h3 {
  font-size: 2.5rem;
  font-family: "Anybody";
  font-weight: 400;
  color: #68AC3E;
  text-align: center;
}

.rf-cta p {
  font-size: 1.25rem;
  font-family: "Anybody";
  font-weight: 300;
  text-align: center;
}

@media only screen and (max-width: 1440px) {
  .why-us-cards-container {
    flex-wrap: wrap;
    align-items: center;
  }
}

@media only screen and (max-width: 768px){
  .why-us-cards-container, .rf-techs-container {
    flex-direction: column;
  }
  .rf-techs-texts-container div {
    height: auto;
  }

  .rf-techs-texts-container div h3{
   text-align: center;
  }

  .rf-techs-texts-container {
    gap: 20px;
  }

  .rf-when {
    flex-direction: column;
  }
}

@media only screen and (min-width: 425px ) and (max-width: 768px){

}

/*----Relecture de devis page----*/

.rd-intro {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.rd-intro-desc {
  font-family: "Anybody";
  font-weight: 400;
  font-size: 1.25rem;
  text-align: center;
}

.why-rd {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.why-rd-container {
  width: 100%;
  display: flex;
  gap: 25px;
  justify-content: space-between;
}

.why-rd-title-container {
  width: fit-content;
  display: flex;
  flex-direction: column;
}

.why-rd-title-container svg {
  stroke:#55AB25;
  stroke-width:1;
}

.why-rd-cta-container {
  height: 100%;
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.why-rd-cta-container h3 {
  font-size: 3rem;
  font-family: "Anybody";
  font-weight: 600;
  background: linear-gradient(to bottom right, #000000, #68AC3E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.why-rd-cta-container p {
  font-size: 1.5rem;
  font-family: "Anybody";
  font-weight: 300;
}


.why-rd-cards-container {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items:center;
  justify-content: center;
  gap: 20px;
  padding: 0 10px;
}

.why-rd-card {
  width: 300px;
  height: 200px;
  border-radius: 10px;
  box-shadow: 0 0 10px 1px rgba(171, 171, 171, 0.25);
  background-color: #FFFFFF;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.why-rd-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #68AC3E4D;
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-rd-card-title {
  font-family: "Anybody";
  font-weight: 500;
  font-size: 1rem;
}

.why-rd-card-text {
  font-family: "Anybody";
  font-weight: 300;
  font-size: 1rem;
}

.rd-meth {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.rd-meth-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px
}

.rd-meth-texts-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  justify-content: space-between;
  padding: 10px;
}

.rd-meth-texts-container div {
  height: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.rd-meth-texts-container div h3 {
  font-size: 1.25rem;
  font-family: "Anybody";
  font-weight: 500;
  color: #4C4C4C;
}

.rd-meth-texts-container div p {
  font-family: "Anybody";
  font-weight: 400;
  font-size: 1rem;
  color: #797979;
  list-style: none;
  text-decoration: none;
}

.rd-kind {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.rd-kind-text-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.rd-kind-text-container h3 {
  font-size: 3rem;
  font-family: "Anybody";
  font-weight: 600;
  background: linear-gradient(to bottom right, #000000, #68AC3E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rd-kind-text-container p {
  font-size: 1.25rem;
  font-family: "Anybody";
  font-weight: 300;
}

.rd-sat div {
  width: 100%;
  background-color: #CCE8BF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 30px;
}

.rd-sat > div {
  box-shadow: 0 0 10px 1px rgba(171, 171, 171, 0.25);
}

.rd-sat div h3 {
  font-size: 2.5rem;
  font-family: "Anybody";
  font-weight: 400;
  text-align: center;
}

.rd-sat div div {
  background-color: #FFFFFF;
  padding: 20px;
  width: 80%;
  height: auto;
}

.rd-sat div div p {
  font-size: 1.25rem;
  font-family: "Anybody";
  font-weight: 300;
  font-style: italic;
  text-align: center;
}

.rd-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px
}

.rd-cta h3 {
  font-size: 2.5rem;
  font-family: "Anybody";
  font-weight: 400;
  color: #68AC3E;
  text-align: center;
}

.rd-cta p {
  font-size: 1.25rem;
  font-family: "Anybody";
  font-weight: 300;
  text-align: center;
}

.rd-why-us-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px
}

.rd-why-us {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.rd-why-us-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px
}

.rd-why-us-content div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: 30%;
  background-color: rgb(95, 195, 209);
  padding: 30px;
  border-radius: 10px;
  color: #FFFFFF;
  flex: 1;
}

.rd-why-us-content h4 {
  font-size: 1.5rem;
  font-family: "Anybody";
  font-weight: 400;
}
.rd-why-us-content p {
  font-size: 1rem;
  font-family: "Anybody";
  font-weight: 300;
}

@media only screen and (max-width: 1440px) {

  .why-rd-cards-container {
    flex-wrap: wrap;
    align-items: center;
  }

}

@media only screen and (max-width: 768px){
  .why-rd, .rd-why-us, .rd-meth {
    justify-content: center;
    align-items: center;
  }

  .why-rd-cards-container, .rd-meth-container  {
    flex-direction: column;
  }

  .rd-meth-texts-container {
    gap: 50px;
  }

  .rd-meth-texts-container div h3 {
    text-align: center;
  }

  .rd-why-us-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .rd-why-us-content div {
    width: 100%;
  }

  .rd-kind-text-container h3 {
    text-align: center;
  }
}


/*----Diag page----*/
.dt-intro {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.dt-intro-desc {
  font-family: "Anybody";
  font-weight: 400;
  font-size: 1.25rem;
  text-align: center;
}

.dt-what-desc p {
  font-family: "Anybody";
  font-weight: 300;
  font-size: 1.25rem;
  text-align: center;
}


.dt-techs {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.dt-techs-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px
}

.dt-techs-texts-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  justify-content: space-between;
  padding: 10px;
}

.dt-techs-texts-container div {
  height: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.dt-techs-texts-container div h3 {
  font-size: 1.25rem;
  font-family: "Anybody";
  font-weight: 500;
  color: #4C4C4C;
}

.dt-techs-texts-container div p {
  font-family: "Anybody";
  font-weight: 400;
  font-size: 1rem;
  color: #797979;
  list-style: none;
  text-decoration: none;
}


.why-us-dt {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.why-us-dt-container {
  width: 100%;
  display: flex;
  gap: 25px;
  justify-content: space-between;
}

.why-us-dt-title-container {
  width: fit-content;
  display: flex;
  flex-direction: column;
}

.why-us-dt-title-container svg {
  stroke:#55AB25;
  stroke-width:1;
}

.why-us-dt-cta-container {
  height: 100%;
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.why-us-dt-cta-container h3 {
  font-size: 3rem;
  font-family: "Anybody";
  font-weight: 600;
  background: linear-gradient(to bottom right, #000000, #68AC3E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.why-us-dt-cta-container p {
  font-size: 1.5rem;
  font-family: "Anybody";
  font-weight: 300;
}


.why-us-dt-cards-container {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items:center;
  justify-content: center;
  gap: 20px;
  padding: 0 10px;
}

.why-us-dt-card {
  width: 300px;
  height: 200px;
  border-radius: 10px;
  box-shadow: 0 0 10px 1px rgba(171, 171, 171, 0.25);
  background-color: #FFFFFF;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.why-us-dt-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #68AC3E4D;
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-us-dt-card-title {
  font-family: "Anybody";
  font-weight: 500;
  font-size: 1rem;
}

.why-us-dt-card-text {
  font-family: "Anybody";
  font-weight: 300;
  font-size: 1rem;
}

.dt-who {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.dt-who-text-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dt-who-text-container h3 {
  font-size: 3rem;
  font-family: "Anybody";
  font-weight: 600;
  background: linear-gradient(to bottom right, #000000, #68AC3E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dt-who-text-container ul {
  font-size: 1.25rem;
  font-family: "Anybody";
  font-weight: 300;
}

.dt-who-text-container li {
  padding: 20px 10px;
}


.dt-acc div {
  width: 100%;
  background-color: #CCE8BF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 30px;
}

.dt-acc > div {
  box-shadow: 0 0 10px 1px rgba(171, 171, 171, 0.25);
}

.dt-acc div h3 {
  font-size: 2.5rem;
  font-family: "Anybody";
  font-weight: 400;
  text-align: center;
}

.dt-acc div div {
  background-color: #FFFFFF;
  padding: 20px;
  width: 80%;
  height: auto;
}

.dt-acc div div p {
  font-size: 1.25rem;
  font-family: "Anybody";
  font-weight: 300;
  font-style: italic;
  text-align: center;
}


.dt-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px
}

.dt-cta h3 {
  font-size: 2.5rem;
  font-family: "Anybody";
  font-weight: 400;
  color: #68AC3E;
  text-align: center;
}

.dt-cta p {
  font-size: 1.25rem;
  font-family: "Anybody";
  font-weight: 300;
  text-align: center;
}

@media only screen and (max-width: 1440px) {

  .why-us-dt-cards-container {
    flex-wrap: wrap;
    align-items: center;
  }

}

@media only screen and (max-width: 768px){
  .dt-techs-container, .why-us-dt-cards-container {
    flex-direction: column;
  }

  .dt-who-text-container h3 {
    font-size: 2rem;
  }

  .dt-acc div h3 {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 425px ) and (max-width: 768px){

}