
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
    background-color:#FCFCFC;
    font-family: Arial, sans-serif; 
    font-size: 16px;
    line-height: 1.6;
    margin: 0; 
    padding: 0; 
    color: #333;
    box-sizing: border-box;
    overflow-x: hidden;
}
.container-header{
    width: 80%;
    height: 100%;
    margin-left:auto;
    margin-right: auto;
    margin-top: 30px;
}
.packagetitle{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.TitleHomePage{
    font-size: 15px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    width: 60%;
}
.DescriptionHomepage{
    font-size: 15px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
}
.main{
    width: 80%;
    height: 100%;
    margin-left:auto;
    margin-right: auto;
    margin-top: 30px;
}
video {
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 5px;
    z-index: -1000; /* Assurez-vous que la vidéo est en arrière-plan */
  }
  .packagevideo{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo{
    width: 50px;
    height: 50px;
    margin-top: 15px;
  }

.imglogo{
    width: 50px;
    height: 50px;
    border-radius: 3px;
}
.menu > a:hover{
color: #fe8a31;
}
.allrightcont{
    width: 100%;
    display: flex;
    justify-content: center;
}
.Allright{
    font-size: 12px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
}
.svglogo{
    position: absolute ;

    width:15%;
}
.imageaff{
    width: 150px;
}
.btn-tag{
    font-size: 12px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    color:rgb(255, 255, 255);
    background-color: #FF7B17;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    width: 150px;
    height: 40px;
    cursor: pointer;
}
.btn-tag:hover{
    background-color: #fe8a31;
}
.card-items{
    background-color:#ffffff;
    box-shadow: 0px 4px 30px rgba(255, 255, 255, 0.401);
    border-radius: 5px;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom:30px;
    text-decoration: none;
    position: relative;
    color:#333;
    z-index: 10;
    width: 80%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.card-items2{
    width: 50%;
    height: auto;
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 20px;
    justify-content: center;
    align-items: flex-start;
}
.part2carditems{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    gap:20px;
}
.counterview{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:20px;
}
.titlecard{
    width: 100%;
    font-size: 20px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 800;
    margin-bottom: 0px;
}
.descriptioncard{
    width: 100%;
    font-size: 15px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    color:#545454
}
.pagination{
    width: 80%;
    height: auto;
    margin-left: auto;  
    margin-right: auto;
    text-decoration: none;
    display: flex;
    gap:10px;
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 30px;
}
.pagination > .current {
    width: 40px;
    height: 40px;
    background-color: #FCFCFC;
    border-color: #FF7B17 1px solid;
    color: #FF7B17;
    border-radius: 3px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination > .current > a {
    width: 40px;
    height: 40px;
    background-color: #FCFCFC;
    border-color: #FF7B17 1px solid;
    color: #FF7B17;
    border-radius: 3px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination > .current > a:hover{
    background-color: #fe8a31;
}
.pagination > .first {
    width: 40px;
    height: 40px;
    background-color:#FF7B17;
    border-color: #FF7B17 1px solid;
    color: #FCFCFC;
    border-radius: 3px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination > .first > a{
    width: 40px;
    height: 40px;
    background-color:#FF7B17;
    border-color: #FF7B17 1px solid;
    color: #FCFCFC;
    border-radius: 3px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination > .first > a:hover{
    background-color: #fe8a31;
}
.pagination > .previous {
    width: 40px;
    height: 40px;
    background-color:#FF7B17;
    border-color: #FF7B17 1px solid;
    color: #FCFCFC;
    border-radius: 3px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination > .previous > a {
    width: 40px;
    height: 40px;
    background-color:#FF7B17;
    border-color: #FF7B17 1px solid;
    color: #FCFCFC;
    border-radius: 3px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination > .previous > a:hover{
    background-color: #fe8a31;
}
.pagination > .page {
    width: 40px;
    height: 40px;
    background-color:#FF7B17;
    border-radius: 3px;
    color: white;  /* Définit la couleur du texte à blanc */
    text-decoration: none; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination > .page > a{
    width: 40px;
    height: 40px;
    background-color:#FF7B17;
    border-radius: 3px;
    color: white;  /* Définit la couleur du texte à blanc */
    text-decoration: none; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination > .page > a:hover{
    background-color: #fe8a31;
}
.pagination > .next{
    width: 40px;
    height: 40px;
    background-color:#FF7B17;
    border-color: #FF7B17 1px solid;
    color: #FCFCFC;
    border-radius: 3px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination > .next > a{
    width: 40px;
    height: 40px;
    background-color:#FF7B17;
    border-color: #FF7B17 1px solid;
    color: #FCFCFC;
    border-radius: 3px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination > .next > a:hover{
    background-color: #fe8a31;
}
.pagination > .last {
    width: 40px;
    height: 40px;
    background-color:#FF7B17;
    border-color: #FF7B17 1px solid;
    color: #FCFCFC;
    border-radius: 3px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination > .last > a{
    width: 40px;
    height: 40px;
    background-color:#FF7B17;
    border-color: #FF7B17 1px solid;
    color: #FCFCFC;
    border-radius: 3px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination > .last > a:hover{
    background-color: #fe8a31;
}

  /* responsive */
  @media screen and (max-width: 1000px) {
    .image-ebook{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .text-ebook{
        width: 100% !important;
    }
    .card-items2 {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        padding: 20px;
        justify-content: center;
        align-items: flex-start;
    }
    .part2carditems {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 20px;
        gap: 20px;
        width: 100%;
    }
  }
  @media screen and (max-width: 850px) {
    /* Ajoutez vos styles spécifiques pour les appareils mobiles ici */
    /* Par exemple : */
    .text-ebook{
        width: 100% !important;
    }
    .image-ebook{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .TitleHomePage{
        font-size: 15px;
        font-family: "Rubik", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 400;
        width: 100%;
    }
    .DescriptionHomepage{
        font-size: 15px;
        font-family: "Rubik", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 400;
    }
    .card-items2 {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        padding: 20px;
        justify-content: center;
        align-items: flex-start;
    }
    .card-items2{
        width: 100%;
    }
    .part2carditems {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }
  }

  @media screen and (max-width: 600px) {
    /* Ajoutez vos styles spécifiques pour les appareils mobiles ici */
    /* Par exemple : */
    .emailForm > div {
        width: 100%;  
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .emailForm {
        width: 98%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .text-ebook{
        width: 100% !important;
    }
    .image-ebook{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .TitleHomePage{
        font-size: 15px;
        font-family: "Rubik", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 400;
        width: 100%;
    }
    .DescriptionHomepage{
        font-size: 15px;
        font-family: "Rubik", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 400;
    }
    .titlecard {
        width: 100%;
        font-size: 2Opx;
        font-family: "Rubik", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 800;
        margin-bottom: 0px;
    }
    .card-items2 {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        padding: 20px;
        justify-content: center;
        align-items: flex-start;
    }
    .card-items2{
        width: 100%;
    }
  }


  /* navbar */
  header{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar {
    background-color:#FCFCFC;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    font-size: 24px;
}

.menu a {
    color:#333;
    text-decoration: none;
    margin: 0 10px;
}

.hamburger {
    display: none;
    cursor: pointer;
    border: none;
}

.hamburger span {
    display: block;
    background-color:#333;
    height: 3px;
    margin: 5px;
    width: 30px;
}
.menu2 {
    display:none;
}

.menu2 a {
    display:none;
}

.close {
 display:none;
}
@media (max-width: 900px) {

    .menu {
        display: block; /* Toujours affiché, mais hors de la vue */
        position: fixed; /* Utiliser fixed pour s'assurer qu'il reste en place lors du défilement */
        background-color:#FCFCFC;
        color:#333;
        right: -100%; /* Commencer à droite, hors de l'écran */
        top: 0; /* Aligner le menu en haut */
        height: 100%; /* Pleine hauteur */
        width: 250px; /* Largeur du menu */
        transition: transform 0.3s ease; /* Animation fluide */
        flex-direction: column;
        align-items: center;
        padding-top: 60px; /* Espacement pour le haut de la page */
    }

    .menu a {
        color:#333;
        background-color: #FCFCFC;
        padding: 10px;
        width: 100%;
        text-align: center;
    }

    .hamburger {
        display: block;
        background-color: #FCFCFC;
        color:#333;
    }
    .menu2 {
        position: fixed; /* Fixe le menu par rapport à la fenêtre du navigateur */
        top: 0;
        left: 0;
        width: 100%; /* Largeur totale de la fenêtre */
        height: 100%; /* Hauteur totale de la fenêtre */
        background-color: rgba(0, 0, 0, 0.9); /* Couleur de fond semi-transparente */
        display: none; /* Cache le menu initialement */
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index:1000;
    

    }
    
    .menu2 a {
        color: white;
        font-size: 24px;
        padding: 20px;
        text-decoration: none;
        display: block; /* Chaque lien sur une nouvelle ligne */
    }
    
    .close {
        display: block;
        position:relative;
     background-color: #FCFCFC;
        width: 50px;
        height: 50px;
        border-radius: 100px;
       border:none;
        color:#333;
        font-size: 32px;
        cursor: pointer;
    }
}

/* public/css/footer.css */
.footer {
    background-color:#FCFCFC;
    color: #333;
    font-size: 17px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 800;
    width: 80%;
    margin-top: 30px;
    margin-bottom:30px;
    margin-left: auto;
    margin-right: auto;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-section {
    flex: 1;

    min-width: 250px;
}

.footer-logo img {
    width: 150px;
    height: auto;
}

.footer-links, .footer-social-media {
    text-align: left;
}

.footer-links h4, .footer-social-media h4 {
    font-size: 18px;
    color: #f39c12;
}

.footer-links a, .footer-social-media a {
    display: block;
    color: #333;
    text-decoration: none;
    margin: 5px 0;
    transition: color 0.3s;
    font-size: 15px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
}

.footer-links a:hover, .footer-social-media a:hover {
    color: #f39c12;
}

.footer-social-media a {
    display: flex;
    align-items: center;
}

.footer-social-media i {
    margin-right: 8px;
}

@media screen and (max-width: 1000px) {
    .emailForm > div {
        width: 100%;
    }
    .emailForm {
        width: 98%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .footer-content {
        flex-direction: column;
        text-align: center;
        justify-content: space-between;
        gap:30px;
    }

    .footer-section {
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
       width: 100%;
    }
    .faq-title{
        background-color: #FF7B17;
        color: #ffffff;
        font-size: 17px;
        font-family: "Rubik", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 500;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        border-radius: 5px;
        padding:20px;
        gap:20px;
      }
}
/* CATEGORIES */

.Contenaire-catégorie{
    width: 80%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    color: #333;
    border-radius: 5px;
    position: relative;
    margin-top: 30px;
    padding:0px;
    z-index: 100;
    font-size: 15px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
}
.categorylist{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
    gap:20px;
    margin-bottom: 30px;
    padding:0;
}
.categoryname{
        font-size: 12px;
        font-family: "Rubik", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 400;
        color:rgb(255, 255, 255);
        background-color: #FF7B17;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 3px;
        width: 150px;
        height: 40px;
        cursor: pointer;
}
.categoryname:hover{
    background-color: #fe8a31;
}
.categoryname > a {
text-decoration: none;
color:#FCFCFC;
}
.categoryname a.active {
    font-size: 12px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    color:#FF7B17;
    background-color:#FCFCFC;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    width: 150px;
    height: 40px;
    cursor: pointer;
}

.politiquedeconfidentialité{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.politiquedeconfidentialité > h1{ 
    font-size: 20px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
}
.politiquedeconfidentialité > h2{
    font-size: 17px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
}
.politiquedeconfidentialité > p{
    font-size: 15px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
}

.FAQ-list{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.titleFAQ{
    font-size: 20px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
}

.FAQQuestion{
    font-size: 17px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    width: 90%;
}
.FAQReponse{
    font-size: 15px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    padding:30px;
    border-radius: 5px;
    background-color: #ff7c1706;
}

.faq-item{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    background-color: #ffffff;
    border-radius: 5px;
}

.FAQReponse {
    display: none; /* Cache toutes les réponses par défaut */
  }

  .FAQReponse.show {
    display: block; /* Affiche la réponse quand 'show' est ajouté */
  }

  .faq-title{
    background-color: #ffffff;
    /*border: #FF7B17 0.5px solid;*/
    color: #333;
    font-size: 17px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    padding:20px;
    gap:20px;
  }

  .btnfaq{
    background-color: #FF7B17;
    color: #ffffff;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    font-size: 15px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 900;
    border-radius: 5px;
  }
  .btnfaq:hover{
 background-color: #fe8a31;
  }
  .ttquestion{
    width: 90%;
  }

  .container-services{
    width: 80%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .numlistservices{
    width: 30px;
    height: 30px;
    background-color: #FF7B17;
    color: #ffffff;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .service-item{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    gap:30px;
    flex-wrap: wrap;
  }
  .cookie-consent-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FF7B17;
    color:#FCFCFC;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 4000;
}
.cookie-consent-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.cookie-consent-content p {
    margin: 0;
    font-size: 15px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
}
.btn-accept, .btn-close {
    border: none;
    background-color: #FCFCFC;
    color: #FF7B17;
    padding: 5px 10px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 5px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.btn-close {
    background-color: #FF7B17;
    color: #ffffff;
}

.cookie-consent-contentpar1{
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    align-items: center;
    z-index: 4000px;
}

.imageebook{
    width: 150px;
    padding: 20px;
    border-radius: 25px;
}

.Contenair-ebook{
    background-color: #ffffff;
    width: 80%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    overflow: hidden;
}

.text-ebook{
    font-size: 20px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    color:#333;
    padding: 20px;
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap:20px;
}


.Contenair-ebook2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap:10px;
    flex-wrap: wrap;
    z-index: 10;
    position: relative;
}
.formnewwsletter{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.btnemail{
    background-color: #FF7B17;
    color:#ffffff;
    font-size: 12px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    width: 150px;
    height: 40px;
}
.btnemail:hover{
    background-color: #fe8a31;
     }
.email{
    width: 100%;
    height: 20px;
    padding: 10px;
    border-radius: 5px;
    border: #545454 1px solid;
    padding-right: 0;
}

.emailaction{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap:30px;
}
.text-ebook > p {
    font-size: 20px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 800;
    margin: 0;
}
.label-promo{
    font-size: 12px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    color: #6e6e6e;
}
.promo-checkbox{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.emailForm{
    width: 98%;
    display: flex;
    flex-direction: column;
    gap:20px;
}
#email_form > div{
    margin-top: 20px;
    margin-bottom: 20px;
}

.promo-container{
    display: flex;
    flex-direction: row;
    gap:20px;
    justify-content: flex-start;
    align-items: center;
}


.alert {
margin-bottom: 10px;
}

.alert-success {
    color: #1bae1e;
    font-size: 12px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;

}

.alert-danger {
    color: #d13330;
    font-size: 12px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;

}

.pagination2 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination2 a {
    margin: 0 5px;
    padding: 10px 15px;
background-color: #FF7B17;
    text-decoration: none;
    color: #FCFCFC;
    border-radius: 3px;
}
.pagination2 a:hover{
    background-color: #fe8a31;
}
.pagination2 a.active {
    background-color: #FCFCFC;
    color: #FF7B17;

}

.h-one{
    width:80%;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
    margin-bottom:30px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
}
.h-one-h{
    font-size: 24px;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 800;
    
}
