*{
    user-select: none;
}

body {
    background-color: #fafafa;
    color: #333; /* Texte en noir pour le contraste */
    font-family: 'Roboto', sans-serif; /* Harmonisation avec le style moderne */
    overflow-x: hidden;
}

/*------------------------------------------ Navbar ------------------------------------------ */


/* Navbar styles */
.navbars {
    background-color: #333;
    color: white;
    padding: 0.5rem 1rem;
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.containerNav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.navbar-brand {
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}

.navbar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 80%;
    display: flex;
    justify-content: space-around;
    gap: 1rem;
}


.nav-item {
    margin: 0;
}

.navbar-link {
    text-decoration: none;
    color: white;
    font-size: 1.6rem;
    transition: color 0.3s ease;
}



.navbar-link:hover {
    color: #00bcd4;
}

.logo {
    width: 50px; /* Ajuste cette valeur en fonction de tes besoins */
    height: auto;
}

.navbar-brand img {
    vertical-align: middle;
}

.navbar-brand {
    padding: 0.5rem; /* Ajuste cette valeur en fonction de tes besoins */
}

/* Responsive Design */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .navbar-brand img {
        width: 20px; /* Ajuste cette valeur en fonction de tes besoins */
    }

    .navbar-menu {
        display: none;
        flex-direction: column;
        gap: 0.5rem;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #333;
        width: 100%;
        padding: 1rem 0;
    }

    .navbar-menu.active {
        display: flex;
    }
}

/* ------------------------------------------ Slider ------------------------------------------ */

.slider-container {
    position: relative;
    width: 100vw;
    height: 70vh;
}

.image-container {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.dots-container {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}
.active {
    background-color: white;
}
.progress-container { 
    position: absolute; 
    bottom: 0px; 
    width: 100%; 
    height: 5px; 
    background-color: rgba(0, 0, 0, 0.5); 
} 
.progress-bar { 
    height: 100%; 
    background-color: white; 
    transition: width 0.5s linear;
}

@media (max-width: 991px) {
    .slider-container {
        position: relative;
        width: 100vw;
        height: 50vh;
    }
}

@media (max-width: 480px) {
    .slider-container {
        position: relative;
        width: 100vw;
        height: 39vh;
    }
}

/* ------------------------------------------ Services ------------------------------------------ */

.services-container {
    width: 80%;
    margin: 0 auto;
    padding: 80px 20px;
    display:flex
}

.citation-container{
    text-align: center;
    margin: 5rem 0 5rem 0;
    background-image: url('/uploads/visuel/NETINIX_white_background.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0 60px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.citation-container p{
    margin: 0 20px;
    font-size: 4rem;
    font-weight: bold;
    font-family: monospace;}
.services-menu {
    background-color: #333;
    overflow: hidden;
}
.services-menu span {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    cursor: pointer;
}
.services-menu span:hover {
    background-color: #111;
}
.active {
    background-color: #89b3cb;
}
.services-content {
    padding: 20px;
    background-color: white;
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.services-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #89b3cb;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}
.services-button:hover {
    background-color: darkorange;
}

.service-left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
}

.service-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;  /* Remplir la hauteur du parent */
}

.service-image i {
    font-size: 10rem;
    color: #000000;  /* Couleur de l'icône */
    /* Vous pouvez ajouter d'autres styles ici pour ajuster l'apparence de l'icône */
}

.service-image img {
    width: 50%;
    height: auto;
    border-radius: 5px;
    display: block;
}
.services-menu {
    background-color: #333;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.services-menu a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.services-menu a:hover {
    background-color: #111;
}
.services-active {
    background-color: orange;
}
.services-description {
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 100%;
    max-width: 700px;
}

.services-description p {
    font-size: 1.6rem;
    color: #555;
    line-height: 1.6;
    width: 100%;
}
.services-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: orange;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}
.services-button:hover {
    background-color: darkorange;
}

@media (max-width: 1000px) {
    .services-container {
        flex-direction: column;
        margin: 10px auto;
    }

    .services-menu{
        background-color: #333;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        margin: 6rem 0 3rem 0;
    }

    .service-left {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

}

/* ------------------------------------------ Projet ------------------------------------------ */

.projects-section {
    padding: 80px 20px;
    background-color: #f9f9f9;
}

.projects-container {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 20px;
}

.projects-header {
    text-align: center;
    margin-bottom: 50px;
}

.projects-title {
    font-size: 3.5rem;
    color: #333;
    font-weight: bold;
    margin: 0;
}

.projects-subtitle {
    font-size: 1.5rem;
    color: #555;
    margin-top: 10px;
}

.realizations-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.project-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 320px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 300px;
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.project-image {
    height: 63%;
}

.project-image img {
    width: 100%;
    height: auto;
}

.project-content {
    padding: 20px;
    text-align: left;
}

.project-title {
    font-size: 1.8rem;
    color: #488d8d;
    margin-bottom: 10px;
}

.project-description {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
}

.no-projects-message {
    font-size: 1.2rem;
    color: #777;
    text-align: center;
    width: 100%;
}


/* Style général pour le sidebar */
.project-sidebar {
    position: fixed;
    top: 0;
    right: -600px; /* Position cachée par défaut */
    width: 600px;
    height: 100%;
    background: linear-gradient(145deg, #1d3557, #457b9d); /* Dégradé bleu sombre */
    color: #f1faee;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
    transition: right 0.4s ease-in-out;
    overflow-y: auto;
    padding: 20px;
    z-index: 1000;
    font-family: 'Roboto', sans-serif; /* Police moderne */
}

.project-sidebar.open {
    right: 0; /* Position ouverte */
}

.load-more-container{
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}

/* ---------------------------- Contenu du sidebar ---------------------------- */
/* Contenu du sidebar */
.sidebar-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px;
}


.image-wrapper {
    display:none;
    position: relative;
    min-width: 100%;
    height: auto;
    overflow: hidden;
}

.image-wrapper.active {
    display: block;
}

.image-container { 
    display: flex; 
    flex-wrap: nowrap; 
    width: 100%; 
    height: 100%; 
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.image-text {
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    color: white;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 3rem; 
    font-family: Arial, sans-serif;
    text-align: center;
    max-width: 90%; 
    word-wrap: break-word; 
}


@media (max-width: 768px) {
    .image-text {
        font-size: 2.5rem; 
        padding: 8px 15px; 
    }
}

@media (max-width: 480px) {
    .image-text {
        font-size: 2rem; 
        padding: 5px 10px; 
    }
}

.sidebar-content>h3 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-top: 20px;
    color: #f1faee;
    text-align: center;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

.sidebar-content img{
    height: auto;
    border-radius: 5px;
}

.sidebar-content hr {
    border: none;
    border-top: 1px solid #a8dadc;
    margin: 15px 0;
}

.sidebar-content p {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #e9ecef;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    border-radius: 8px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

/* Bouton de fermeture */
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #e63946;
    border: none;
    font-size: 1.4rem;
    color: #fff;
    padding: 8px 12px;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.3s ease;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.sidebar-hr{
    width: 100%;
}

.close-button:hover {
    background: #b21f31;
    transform: scale(1.1);
}

/* Scrollbar personnalisée */
.project-sidebar::-webkit-scrollbar {
    width: 8px;
}

.project-sidebar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

.project-sidebar::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.6);
}

/* Animation du contenu */
.project-sidebar.open .sidebar-content {
    animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.sidebar-left{
    display:flex;
    width: 50%;
    flex-direction: column;
}

.sidebar-right{
    display:flex;
    width: 50%;
    height: 10vh;
    flex-direction: column;
    justify-content: space-around;
}

.info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    color: #555;
    margin-bottom: 10px;
}

.info-item i {
    margin-right: 10px;
    color: #488d8d;
}

.info-item span {
    font-weight: bold;
    color: #ffffff;
}

.info-item-category{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    color: #555;
    margin-bottom: 10px;
}

.info-item-category i {
    margin-right: 10px;
    color: #488d8d;
}

.info-item-category span {
    font-weight: bold;
    color: #ffffff;
}

.sidebar-date{
    width: 50%;
}


.sidebar{
    display: flex;
    gap: 1rem;
}

@media (max-width: 1449px) {
    .project-sidebar {
        padding: 15px; /* Réduction du padding */
        max-width: 500px; /* Réduction de la largeur maximale */
    }
}

@media (max-width: 750px) {
    .project-sidebar {
        padding: 15px; /* Réduction du padding */
        max-width: 400px; /* Réduction de la largeur maximale */
    }

    .sidebar {
        flex-direction: column;
        align-items: center;
    }

    .sidebar-left, .sidebar-right {
        display: flex;
        width: 90%;
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .project-sidebar {
        padding: 15px; /* Réduction du padding */
        max-width: 300px; /* Réduction de la largeur maximale */
    }

    .sidebar-content>h3 {
        font-size: 3rem;
        font-weight: bold;
        margin-top: 20px;
        color: #f1faee;
        text-align: center;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    }
}


/* ------------------------------------------ PANNEL ADMIN ------------------------------------------ */
.justify-content-between-admin{
    display: flex;
    flex-wrap: wrap; 
    gap: 20px; 
    justify-content: center;
}

.card-body-admin{
    width: 350px;
    height: 480px;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
}

.card-img-admin{
    width: 100%; 
    height: 230px; 
    object-fit: cover; 
    border-radius: 5px; 
    margin-bottom: 15px;
}


.mb-1-admin{
    font-size: 2rem;
    color: #409ace;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
}

.mb-1-admin::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 5px;
  }

.card-description-admin {
    font-size: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    text-align: justify; 
    margin-bottom: 20px;
    flex-grow: 1;
}

.card-description-admin::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(to right, transparent, #fff);
    padding-left: 5px;
  }

.hr-admin{
    margin-bottom: 60px;
    width: 100%;
    border: 0;
    border-top: 1px solid #d3d3d3;
}


.card-actions-admin{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.action-btn-admin {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    font-size: 1.2rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20px;
    left: 50%;
    gap: 10px;
  }
  
  .view-btn-admin {
    background-color: #50bfe6; /* Bleu clair */
  }
  
  .edit-btn-admin {
    background-color: #ffa500; /* Orange */
  }
  
  .delete-btn-admin {
    background-color: #ff4d4d; /* Rouge */
  }
  
  .action-btn:hover-admin {
    transform: scale(1.1); /* Agrandissement au survol */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  }

.category-info{
    font-size: 2rem;
    margin: 0;
}
.prices-section {
    padding: 80px 20px;
    background-color: #f9f9f9;
    text-align: center;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.prices-header {
    margin-bottom: 50px;
}

.prices-title {
    font-size: 3.5rem;
    color: #333;
    font-weight: bold;
    margin: 0;
}

.prices-subtitle {
    font-size: 1.5rem;
    color: #555;
    margin-top: 10px;
}

.prices-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.price-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 320px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.price-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.price-header {
    border-bottom: 2px solid #d8e9ef;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.price-title {
    font-size: 1.8rem;
    margin-bottom: 5px;
    color: #488d8d;
}

.price-value {
    font-size: 1.2rem;
    font-weight: bold;
    color: #eb5e28;
}

.price-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.price-features li {
    font-size: 1rem;
    color: #555;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.price-features li:last-child {
    border-bottom: none;
}

.price-card.starter {
    border-top: 5px solid #9bafae;
}

.price-card.business {
    border-top: 5px solid #91bcbf;
}

.price-card.ecommerce {
    border-top: 5px solid #488d8d;
}

.special-offers-section {
    padding: 80px 20px;
    background-color: #f9f9f9;
    text-align: center;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.offers-header {
    margin-bottom: 50px;
}

.prices-title {
    font-size: 3.5rem;
    color: #333;
    font-weight: bold;
    margin: 0;
}

.prices-subtitle {
    font-size: 1.5rem;
    color: #555;
    margin-top: 10px;
}

.offers-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.offer-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 320px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offer-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.offer-header {
    border-bottom: 2px solid #d8e9ef;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.offer-title {
    font-size: 1.8rem;
    margin-bottom: 5px;
    color: #488d8d;
}

.offer-value {
    font-size: 1.5rem;
    font-weight: bold;
    color: #eb5e28;
}

.offer-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offer-features li {
    font-size: 1rem;
    color: #555;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.offer-features li:last-child {
    border-bottom: none;
}

.offer-card.starter-web-branding {
    border-top: 5px solid #9bafae;
}

.offer-card.business-boost {
    border-top: 5px solid #91bcbf;
}

.offer-card.ecommerce-branding {
    border-top: 5px solid #488d8d;
}


/* ------------------------------------------ A propos ------------------------------------------ */

.about-section {
    padding: 80px 20px;
}

.about-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

.about-header {
    text-align: center;
    margin-bottom: 50px;
}

.about-title {
    font-size: 3.5rem;
    color: #333;
    font-weight: bold;
    margin: 0;
}

.about-subtitle {
    font-size: 1.5rem;
    color: #555;
    margin-top: 10px;
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.about-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.about-row.center {
    justify-content: center;
}

.about-block {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.left {
    order: 1;
    background-color: #89b3cb;
}

.right {
    order: 2;
    background-color: #89b3cb;
}

.full-width {
    flex: 1 0 100%;
}

.block-title {
    font-size: 2rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.block-text {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.skills-title {
    font-size: 2rem;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.skills-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: stretch; 
}

.skills-list li {
    flex: 0 1 calc(33.333% - 20px); 
    background-color: #89b3cb;
    color: #fff;
    font-size: 1.6rem;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    align-items: center; 
    justify-content: center; 
    min-height: 100px; 
}

.skills-list li:before {
    content: "\2713";
    color: #1d85b7;
    font-size: 1.2rem;
    margin-right: 10px;
}

/* Responsivité */
@media (max-width: 768px) {
    .skills-list li {
        flex: 0 1 calc(50% - 20px); 
    }
}

@media (max-width: 480px) {
    .skills-list li {
        flex: 0 1 calc(100% - 20px); 
    }
}

/* ------------------------------------------ FAQ ------------------------------------------ */

.faq-section {
    height: 81.6vh;
    padding: 80px 20px;
    background-color: #f9f9f9;
}

.faq-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.faq-title {
    font-size: 3.5rem;
    color: #333;
    font-weight: bold;
    margin: 0;
}

.faq-subtitle {
    font-size: 1.5rem;
    color: #555;
    margin-top: 10px;
}

.faq-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.faq-item {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.faq-question {
    font-size: 1.8rem;
    color: #488d8d;
    margin-bottom: 10px;
}

.faq-category {
    font-size: 1rem;
    color: #777;
    margin-bottom: 10px;
}

.faq-answer {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

.no-faq-message {
    font-size: 1.2rem;
    color: #777;
    text-align: center;
    width: 100%;
}

.faq-search {
    margin-bottom: 20px;
    text-align: right;
}

#faq-search {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.faq-item {
    display: block;
    margin-bottom: 20px;
}

.faq-question {
    font-weight: bold;
}

.faq-answer {
    margin-left: 20px;
}


.contact-section {
    padding: 80px 20px;
    background-color: #f9f9f9;
}

.contact-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-header {
    text-align: center;
    margin-bottom: 50px;
}

.contact-title {
    font-size: 3.5rem;
    color: #333;
    font-weight: bold;
    margin: 0;
}

.contact-subtitle {
    font-size: 1.5rem;
    color: #555;
    margin-top: 10px;
}

.contact-content {
    background: linear-gradient(135deg, #f9f9f9, #ffffff);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: auto;
    text-align: center;
    font-family: "Arial", sans-serif;
}

.contact-text {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
}

.contact-email {
    display: inline-block;
    background: #007bff;
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.contact-email:hover {
    background: #0056b3;
    color: white;
}

.contact-email:active {
    color: white;
}

.contact-phone {
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #444;
}
.contact-phone span {
    
    user-select: all;
}



.contact-form-group {
    margin-bottom: 20px;
}

.contact-form-group label {
    font-size: 1.5rem;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

.contact-form-group input,
.contact-form-group textarea, 
.contact-form-group select {
    width: 100%;
    padding: 10px;
    font-size: 1.6rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.contact-form-group input:focus,
.contact-form-group textarea:focus, 
.contact-form-group select:focus {
    border-color: #488d8d;
    outline: none;
}

.contact-btn-primary {
    background-color: #488d8d;
    color: #fff;
    padding: 10px 20px;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.contact-btn-primary:hover {
    background-color: #375d5d;
}

/* ------------------------------------------ Procédé ------------------------------------------ */

.container-processus {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    height: auto;
}

.processus-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 82vh;
    padding: 20px;
}

.grid-item-processus {
    background-color: #fff;
    padding: 20px;
    height: 50%;
    border-radius: 0 0 10px 10px;
}

.grid-item-processus i {
    font-size: 5rem;
}

.grid-item-processus-top {
    background-color: #fff;
    padding: 20px;
    height: 50%;
    border-radius: 10px 10px 0 0;
}

.grid-item-processus-top i{
    font-size: 5rem;
}
.grid-item-processus-middle {
    background-color: #89b3cb;
    padding: 20px;
    height: 50%;
    border-radius: 0 0 10px 10px;
}

.grid-item-processus-middle i{
    font-size: 5rem;
}

.grid-item-processus-middle-top {
    background-color: #89b3cb;
    padding: 9rem 2rem 0;
    height: 50%;
    border-radius: 10px 10px 0 0;
}

.grid-item-processus-middle-top i {
    font-size: 5rem;
}

h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #000000;
}

.grid-item-processus-middle, .grid-item-processus-middle-top, .grid-item-processus-top, .grid-item-processus, .grid-item-processus p {
    font-size: 1.6rem;
    color: #333333;
    text-align: justify;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.grid-container-processus {
    background-color: #6e4c4c;
    box-shadow: 0 -4px 6px 0 rgba(0, 0, 0, 0.1), 0 6px 6px 0 rgba(0, 0, 0, 0.1), -4px 0 6px 0 rgba(0, 0, 0, 0.1), 4px 0 6px 0 rgba(0, 0, 0, 0.1);
    height: 80%;
    position: relative; /* Added for proper positioning */
    z-index: 1; /* Set a lower z-index */
    border-radius: 10px;
}

.grid-container-processus-middle {
    background-color: #2125e9;
    box-shadow: 0 6px 6px 4px rgba(0, 0, 0, 0.1), 0 -6px 6px -4px rgba(0, 0, 0, 0.1);
    height: 100%;
    position: relative; /* Added for proper positioning */
    z-index: 2; /* Set a higher z-index to ensure it's above */
    border-radius: 10px;
}

@media (max-width: 991px) {

    .processus-container {
        display: flex;
        align-items: center;
        flex-direction: column;
        height: auto;
        padding: 20px;
    }
    
    .grid-item-processus {
        height: auto; /* Pour permettre un ajustement vertical sur petits écrans */
        font-size: 1.6rem;
    }
    
    .grid-item-processus-middle {
        height: auto; /* Ajustement pour la disposition verticale */
    }

    .grid-container-processus-middle {
        box-shadow: 
    0 6px 6px 4px rgba(0, 0, 0, 0.1), /* Ombre en bas */
    0 -6px 6px 4px rgba(0, 0, 0, 0.1), /* Ombre en haut */
    0 0 6px 4px rgba(0, 0, 0, 0.1); /* Ombre uniforme sur les côtés */
    }
    
    h2 {
        font-size: 1.6rem; /* Diminuez la taille pour les petits écrans */
    }

    .grid-item-processus-middle-top {
        background-color: #89b3cb;
        padding: 2rem 2rem 0;
        height: 50%;
        border-radius: 10px 10px 0 0;
    }

}

@media (max-width: 480px) {
    .grid-item-processus, 
    .grid-item-processus-middle {
        padding: 10px; /* Moins de padding sur les petits écrans */
    }
    
    h2 {
        font-size: 1.4rem; /* Ajustez encore pour les petits téléphones */
    }
    
    .grid-item-processus-middle, 
    .grid-item-processus p {
        font-size: 1.6rem; /* Police plus petite pour téléphones */
    }
}

/* ------------------------------------------ Footer ------------------------------------------ */

.footer {
    background-color: #f8f9fa;
    padding: 20px 0;
    color: #fff;
    font-family: Arial, sans-serif;
    background-color: #333;
}

.footer-container {
    width: 80%;
    margin: 0 auto;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.footer-logo img {
    max-width: 150px;
}

.footer-links ul {
    list-style-type: none;
    padding: 0;
}

.footer-links ul li {
    margin: 5px 0;
}

.footer-links ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.footer-links ul li a:hover {
    color: #007bff;
}

.reseau-sociaux {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.social-link {
    color: #fff;
    font-size: 20px;
}

.social-link:hover {
    color: #007bff;
}

.footer-mentions {
    margin-top: 15px;
    font-size: 14px;
}

.footer-mentions a {
    color: #fff;
    text-decoration: none;
}

.footer-mentions a:hover {
    color: #007bff;
}


