@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import "tailwindcss";
@plugin "flowbite/plugin";
@source "../node_modules/flowbite";


*{
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Figtree', sans-serif !important;

}

a{
    text-decoration: none !important;
}

p{
    font-size: 13pt;
}

.contenu{
  width: 95%;
  text-align: left;
  margin-left: 1rem;
}

.text-1{
  width: 95% !important;
  margin-top: -1rem !important;
}

.table{
  width: 95% !important;
}

.accordion-button{
  outline: none !important;
  border-radius: 5px !important;
}


button{
    padding: 10px;
    border: none;
    border-radius: 20px !important;
    background-color: rgb(29, 29, 220);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    color: white;
    cursor: pointer;
}

.header{
    width: 90%;
    height: 33rem;
    background-color: antiquewhite;
    margin-top: 2rem;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-image: url(../img/background-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;  
}

.head_ctn{
    text-align: left;
    color: #000;
    margin-left: 2rem;
}

.head_ctn img{
    width: 5rem;
    margin-bottom: 1rem;
}

.head_ctn h1{
    font-size: 3rem;
    font-weight: 600;
}
.img_cnt{
    width: 8rem;
    height: auto;
    margin-top: 10rem;
}

.contenu{
    width: 90%;
    text-align: left;
}

.contenu h2{
    font-size: 2rem;
    font-weight: 600;
    margin-top: 2rem;
}

.contenu p{
   width: 60%;
   padding-top: 1rem;
}

    /* Responsive fixes */
@media screen and (max-width: 768px) {
  .head_ctn {
    margin-left: 0;
    text-align: center;
  }

  .header {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: auto;
    aspect-ratio: auto;
    padding: 2rem 1rem;
  }

  .head_ctn h1 {
    font-size: 2rem;
  }

  .contenu p {
    width: 100% !important;
  }

  .p-3 {
    height: 14rem;
    font-size: 18pt;
  }

  .p-3 h2 {
    font-size: 22pt;
  }


  .footer-col {
    width: 100%;
  }

  .social-links a {
    display: block;
    margin: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  p, ul {
    width: 100%;
  }
}

.deco{
    width: 6rem;
    background-color: rgb(29, 29, 220);
    height: 0.5rem;
}



.desc_txt{
    width: 70%;
    margin-top: 1rem;
    font-size: 1.2rem;
}

.desc_txt2{
  text-align: left;
  margin-top: -0rem;
}


.fs-5{
  margin-bottom: 0rem !important;
}

.page_cnt{
    width: 90%;
    margin-top: 10rem;
    text-align: left;
}

.sub_ct{
  margin-top: 1rem;
  padding-left: 2rem;
}

.p-3{
    border-radius: 15px;
     display: flex;
    align-items: center; 
    height: 20rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-position: center;
    background-size: cover;
}

.p-3 h2{
    font-weight: 600;
    font-size: 27pt;;
}

.p-3:hover{
    transition: 0.3s all ease-in;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.295);
}

.footer {
  background-color: #f8f9fa;
  color: #000100;
  padding: 40px 20px 20px;
  font-family: 'Figtree', sans-serif;
  text-align: left;
}

.footer-container {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.footer-col {
  flex: 1 1 250px;
}

.footer-col h3, .footer-col h4 {
  margin-bottom: 15px;
}

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

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col a {
  color: #000100;
  text-decoration: none;
}

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

.social-links a {
  display: inline-block;
  margin-right: 15px;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: #aaa;
}

.footer img{
    width: 7rem;
}

@media screen and (max-width: 768px) {
  p, ul {
    width: 100%;
  }

.page_cnt{
  text-align: left !important;
  margin-left: 1rem !important;
  width: 95%;
}

.sub_ct{
  margin-left: 1rem !important;
}

.footer {
  background-color: #f8f9fa;
  color: #000100;
  padding: 40px 20px 20px;
  font-family: 'Figtree', sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.footer-col {
  flex: 1 1 250px;
}

.footer-col h3, .footer-col h4 {
  margin-bottom: 15px;
}

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

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col a {
  color: #000100;
  text-decoration: none;
}

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

.social-links a {
  display: inline-block;
  margin-right: 15px;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: #aaa;
}

.footer img{
    width: 7rem;
}

}

