body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
   /* justify-content: center;
            align-items: center; */
background-color: #f7f7f7;
}

header {
  /* background-color: #333; */
  background-color: #f7f7f7;
  padding: 1rem 2rem;
}



nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

p {
  color: #333;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo img {
  width: 30px; /* Adjust this value as needed */
  margin-right: 5px;
}

.logo-text {
  color: #0299A0 ;  /*#333;*/
  font-size: 1.5rem;
}


.menu-toggle-checkbox {
  display: none;
}


.burger {
  display: none;
}

.menu {
  list-style: none;
  padding: 0;
  display: flex;
}

/* .menu {
  display: none;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  height: 100%;
  background-color: #f8f9fa; 
  position: fixed;
  top: 0;
  
  z-index: 3;
  
 
  transform: translateX(100%);
  transition: transform 1.5s ease-in-out;
}

.menu-toggle-checkbox:checked ~ .menu {
  transform: translateX(0);
  transition: transform 0.5s ease-in-out;
  display: flex;
  right: 0;
} */


.menu li {
    margin: 0.5rem 0;
  }

/* .menu li {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  list-style-type: none;
} */


.menu li:last-child {
  border-bottom: none;
}

.menu a {
  display: block;
  padding: 1rem;
  text-decoration: none;
  color: #333;
  transition: color 0.2s;
}

.menu a:hover {
  color: #007bff;
}

.menu-toggle {
  /* display: none; */
  cursor: pointer;
  display: inline-block;
}

.menu-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px 0;
  background-color: #333;
}

.menu-close {
  display: none;

}

.menu-checkbox:checked ~ .menu .menu-close {
  display: block;
}




.content {
 /* background-color: #f7f7f7; */
  /* justify-content: center;
  align-items: center; */
  
  padding-left: 2rem; /* Add this line to give space on the left */
  padding-right: 2rem; /* Add this line to give space on the right */
  max-width: 1150px; /* Add this line to set a max-width for the big-card */
  margin-left: auto;  
  margin-right: auto;
 
}

.page-content {
  flex: 1; /* Make this div take up all the remaining space */
  background-color: #f7f7f7;
  justify-content: center;

}

/* .menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  height: 1rem;
  width: 1.5rem;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
}

.menu-toggle span {
  height: 2px;
  width: 100%;
  background-color: #333;
  display: block;
}

.menu {
  list-style: none;
  padding: 0;
  display: flex;
}

.menu li a {
  color: #333;
  text-decoration: none;
  margin-left: 1rem;
} */

.hero {
  background-image: url('hero_background.jpg');
  background-size: cover;

  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff; /* White text */
  /* background-color: #f7f7f7; */
  background-color: rgba(0, 0, 0, 0.9);
  padding: 4rem 0;
 
}



.container-hero-filter {
  position: relative;
  display: flex;
  flex: 1;
  background-color: rgba(6, 20, 0, 0.5);
}

.hero-filter {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 1rem;

}

.hero-text-container {
  margin: 0;
  background-color:
  /* rgba(255, 172, 1, 0.1);*/
  rgba(0, 0, 0, 0.05); /*Black with 50% opacity */
  /* padding: 1rem;*/
  border-radius: 20px; 
}

.hero h1 {
  font-size: 3rem;
}

.hero p {
  font-size: 1.5rem;
}

/* call to action find a teacher */
.cta {
  display: inline-block;
  /* background-color: #333; */
  background-color: #5FC4D8;
  color: #fff;
  text-decoration: none;
  padding: 1rem 2rem;
  margin-top: 2rem;
  border-radius: 20px;
}

footer {
  /* background-color: #333; */
  background-color: #FFAC01;
  color: #fff;
  text-align: center;
  padding: 2
rem 0;
}


.container-pre-footer {

  justify-content: center;  
  align-items: center;  
  display: flex;
   background-color: #f0f0f0;

}


.pre-footer {

  display: flex;
  padding: 2rem;
  background-color: #f0f0f0;
  max-width: 1000px;
  /* justify-content: center;  
  align-items: center;  */
  justify-items: start;
  justify-content: start;
}

.column-wrapper {
    display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /* justify-content: center;  /* aligns items on the horizontal line (if the flex direction is row) */
            /* align-items: center;  */
  align-items: start;
  /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap; */
  gap: 1rem;
   justify-items: start;
    justify-content: start;

  /* align-content: left; */
  
}



/* .column {
  justify-content: flex-start;
  align-items: flex-start;
  text-align: flex-start;

} */



.column {

   display: flex;
  flex-direction: column;
   align-items: flex-start; 
 /* align-items: center;*/
  /*text-align: center;*/
 
  /*flex: 1;*/
  
}



.column-footer {

   display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* align-items: center; */
  /* text-align: center; */
 
  /* flex: 1; */
  
}




.column h3 {
  margin-bottom: 1rem;
  text-align: left; 
  padding: 0;
}

/* .column a {
  margin-bottom: 1rem;
  text-align: left; 
} */

.column ul {
  list-style-type: none;
  padding: 0;
}

.column-footer ul {
  list-style-type: none;
  padding: 0;
}

.column li {
  display: flex;
  align-items: center;
}

.column-footer li {
  display: flex;
  align-items: center;
}


.column li i {
  margin-right: 0.5rem;
}


.column-footer li i {
  margin-right: 0.5rem;
}


.column li a {
  text-decoration: none;
  color: #333;
  /* text-align: right; */
}

.column-footer li a {
  text-decoration: none;
  color: #333;
  /* text-align: right; */
}

.column li a:hover {
  text-decoration: underline;
}

.column-footer li a:hover {
  text-decoration: underline;
}


.circle-avatar {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f0f0f0;
  margin-bottom: -0.5rem;
  /* color: #EBF9FA; */
  background-color: #EBF9FA;
}






.services {
  
  /* display: flex; */
  /* justify-content: space-around; */
  /* align-items: center;  */
  /* align-self: center; */
  
  display: grid;
  /* max-width: calc(4 * 400px + 3 * 1rem); */
  /* align-content: center; */
  /* justify-content: center; */
  /* flex-wrap: wrap; */
    /* margin: 0 auto; */

    /* grid-area: auto / auto / auto / auto; */
  /* grid-template-columns: auto auto; */
/* grid-template-rows: ;auto auto auto 1fr */
  /* grid-auto-rows: 1fr; */
  grid-template-columns: 
    /* 1fr 1fr 1fr 1fr; */
   /* repeat(4, minmax(10px, 1fr));      */
 repeat(4, 1fr);
  /* grid-gap: 20px;   */
  /* width: fit-content; */
/* gap: 1rem; */
  /* justify-content: center; */

  /* padding: 2rem; */
  padding: 2rem 0;
  /* margin: auto; */

  /* Add this line to give space on the left */
  /* padding-left: 2rem;  */
  
   /* Add this line to give space on the right */
  /* padding-right: 2rem; */
  /* max-width: 1150px;  */
   /* margin-left: auto; 
  margin-right: auto; */
}



.card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
   /* flex-direction: row; */

}

.card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 2rem;
  border-radius: 15px;
  width: 70%;
  text-align: center;
  cursor: pointer;
  margin-bottom: 1rem;
  height: 20px;

  transition: transform 0.3s;
  margin-right: 0;
  margin-left: 0;
  
}

.card:hover {
  background-color: #FFAC01;
}

.card i {
  margin-right: 8px; /* Adjust the space between the icon and the text */
}

/* .card:last-child{
 grid-column-start: 4;
  width: 80%;
} */

.big-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5rem;
  padding-bottom: 4rem;
  /* padding-right: 300px; */
   background-color: #333; 
  border: 1px solid #ccc; /* Add this line to apply a border similar to the Marketing card */
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  margin-bottom: 2rem; 
  /* max-width: 1150px; 
  margin-left: auto; 
  margin-right: auto; 
   /* padding: 2rem 0; */
}

.card-content {
   /* padding: 2rem; */
  padding-left: 2rem;
  /* padding-top: 2 rem; */
  flex: 1;
  /* margin-right: 2rem; */
}

.card-image img {
  max-width: 100%;
  padding-right: 2rem;
  width: 100px;
  height: 180px;
  border-radius: 20px;
  transform: rotate(-5deg);

}

.image-container {

  position: relative;
   display: flex;
  flex: 0.5; 
  align-items: center;
  justify-content: center;
  /* padding-right: 100px; */
  /* width: 145px; */
width: 8rem; 
  height: 200px;
   
}

.image-1 {
  transform: rotate(10deg); 
   position: absolute;
  /* position: flex; */
  border-radius: 20px;
  /* border: 2px solid red; */
  /* padding-top: 0; */

  /* top: -40px; */
  /* left: 0; */
  left: 90px;
  /* padding-right: 100px; */
  z-index: 1;
    width: 152px;
  height: 281px;
  /* width: 150px; */
  /* height: 500px; */

    
}


/* c'est l'image qui est au dessus */
.image-2 {
  position: absolute;
  border-radius: 20px;
  /* border: 2px solid red; */
  top: -70px;
  left: -80px;
  z-index: 2;
    width: 175px;
  height: 324px;
  transform: rotate(-5deg);
}


.app-icons {
  display: flex;
  align-items: center;
  gap: 1rem;
}


.app-icons img {
  width: 150px;
  cursor: pointer;
  transition: transform 0.3s;
}

.app-icons img:hover {
  transform: scale(1.05);
}


.card:hover {
  transform: scale(1.05);
}

.card h3 {
  margin: 0;
}



.reach-goals-card {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  text-align: center;
}

.columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}


.column {
   display: flex;
  flex-direction: column;
  align-items: center;
 
  text-align: center;
 
  flex: 1;
  
}


/* .column div i {

  
  align-items: center;

  
} */




/* .column-pre-footer {
   display: flex;
  flex-direction: column;
  align-items: left;
  /* padding-left: 2rem; */
  /* text-align: center;
 
  flex: 1;
  
} */ 


/* .column-pre-footer ul {
  list-style-type: none;
  padding: 0;
}

.column-pre-footer li {
  display: flex;
  align-items: center;
}

.column-pre-footer li i {
  margin-right: 0.5rem;
}

.column-pre-footer li a {
  text-decoration: none;
  color: #333;
}

.column-pre-footer li a:hover {
  text-decoration: underline;
} */



.column img {
  width: 60px;
  margin-bottom: 1rem;
}



.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #333;
  color: #fff;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  z-index: 1000;
  display: none;
}

.cookie-consent button {
  background-color: #4CAF50;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}

.blur-content {
  filter: blur(5px);
  pointer-events: none;
  user-select: none;
}

/* Responsive styles */

@media (max-width: 992px) {
  .services {
    flex-wrap: wrap;
    justify-content: space-evenly;
    grid-template-columns: repeat(3, 1fr);
  }

  .card {
   /* width: calc(100% / 2 - 2rem); /* Adjust the width for medium-sized screens */
    width: 60%;
    margin-bottom: 1rem;
  }

  
  .card-content {
    /* margin-right: 2rem;
    margin-bottom: 2rem; */
      flex: 0.3;
  }

   .image-container {
 

  /* display: flex; */
  flex: 0.55;
  
  /* padding-right: 100px; */
  /* width: 145px; */
/* width: 8rem; */
  /* height: 400px; */
}


  .image-1 {
 
 
  left: 80px;
  
}

}



@media (max-width: 768px) {
  .menu {
  display: none;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  height: 100%;
  background-color: #f8f9fa; /* Change this to your desired background color */
  position: fixed;
  top: 0;
  /* left: 0; */
  z-index: 3;
  /* margin-top: 60px; */
 
  transform: translateX(100%);
  transition: transform 1.5s ease-in-out;
}

.burger {
  display: flex;
}


.menu-close {
  /* display: none; */
  /* position: absolute; */
  /* background-color: #333; */
  top: 10px;
  text-align: right;
  right: 10px;
  font-size: 1.5rem;
  cursor: pointer;
  padding-right: 20px;
}

.menu li {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  list-style-type: none;
} 


.menu-toggle-checkbox:checked ~ .menu {
  transform: translateX(0);
  transition: transform 0.5s ease-in-out;
  display: flex;
  right: 0;
}

   .big-card {
    flex-direction: column;
    height: 360px;
    
  }




   .card-content {
    margin-right: 1rem;
    margin-bottom: 1rem;
  }

  .image-container {
 
  position: relative;
  /* display: flex; */
  flex: 0.8;
  align-items: center;
  justify-content: center;
  /* padding-right: 100px; */
  /* width: 145px; */
/* width: 8rem; */
  /* height: 400px; */
}


  .image-1 {
  position: absolute;
  border-radius: 20px;
  top: 10px;
  /* left: 0; */
  left: 90px;
  /* padding-right: 100px; */
  z-index: 1;
    width: 110px;
  height: 216px;
    transform: rotate(10deg);
}


/* c'est l'image qui est au dessus */
.image-2 {
  position: absolute;
  border-radius: 20px;
  top: -10px;
  left: -30px;
  z-index: 2;
    width: 130px;
  height: 260px;
    /* width: 100px;
  height: 216px; */
  transform: rotate(-5deg);
}


  /* .column {
  
    margin-bottom: 1rem;
    align-items: flex-start;
  } */

  .menu.open {
    display: flex;
  }

  .menu li {
    margin: 0.5rem 0;
  }

  .menu li a {
    margin-left: 0;
  }

  .menu-toggle {
    /* display: none; */
    display: flex;
    position: relative;
    /* order: -1;  */
  }

  nav {
    flex-wrap: wrap; /* Add flex-wrap to allow wrapping of the menu elements */
  }


.column-wrapper {
    display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap; */
  gap: 1rem;
}

}




@media (max-width: 576px) {

  .column-wrapper {
    display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap; */
  gap: 1rem;
}


   .big-card {
   
    height: 400px;
    
  }


  .services {
    grid-template-columns: repeat(2, 1fr);
  }

  .card {
    width: 60%;
   /* width: calc(100% - 2rem); /* Adjust the width for small-sized screens */
  }


/* .column-pre-footer {
   display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* padding-left: 2rem; */
  /* text-align: center;
 
  flex: 1;
  
} */ 


}

