 

/*------------------------------------------------------------------------------------------*/
/* 1. Defaults & Reset of specific styles across browsers */
/*------------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, blockquote, th, td {
    margin: 0;
    padding: 0;
    direction: ltr;
    font-family: 'Poppins', sans-serif;

    
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

p {
    line-height: 25px;
}

.row img {
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
    line-height: inherit;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

iframe {
    border: 0 !important;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

figure {
    margin: 0;
}

/* Page Border */

.page-border {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}

.page-border .bottom-border, .page-border .left-border, .page-border .right-border, .page-border .top-border {
    background: #f3f3ef;
    position: fixed;
    z-index: 9999;
}

.page-border > .top-border, .page-border > .right-border, .page-border > .bottom-border, .page-border > .left-border {
    padding: 11px;
    background: #ffffff;
}

.page-border .bottom-border, .page-border .top-border {
    width: 100%;
    padding: 10px;
    left: 0;
}

.page-border .left-border, .page-border .right-border {
    padding: 10px;
    height: 100%;
    top: 0;
}

.page-border .top-border {
    top: 0;
}

.page-border .right-border {
    right: 0;
}

.page-border .bottom-border {
    bottom: 0;
}

.page-border .left-border {
    left: 0;
}

#wrapper {
    margin:0 15px;
    padding: 15px 0;
    position: relative;
}


/* --------- 1.1 Input Elements ---------- */

input, textarea {
    border: 1px solid #e1e1e1;
    padding: 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 3px;
}

input {
    height: 40px;
    margin: 3px 0;
    outline: none;
    line-height: normal;
    font-size: 14px;
}

input[type="submit"] {
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
    padding-top: 0;
    padding-bottom: 0;
}

select {
    border: 1px solid #e1e1e1;
    height: 40px;
    padding: 5px;
}

input:focus, textarea:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

*:focus {
    outline: none;
}

/*------------------------------------------------------------------------------------------*/
/* 2. Layout Elements */
/*------------------------------------------------------------------------------------------*/

section {
    clear: both;
    overflow: hidden;
}

/* Rows and Columns */

.row {
    max-width: 1245px;
    margin: 0 auto;
    padding: 75px 0;
    position: relative;
}

.no-padding-bottom .row, .no-padding-bottom div, .no-padding-bottom.row {
    padding-bottom: 0;
}

.no-padding-top.row, .no-padding-top div {
    padding-top: 0;
}

.big-padding-top {
    padding-top: 75px !important;
}

.big-padding-bottom {
    padding-bottom: 85px !important;
}

/* Targets all elements */

[class*='col-'] {
    float: left;
    padding: 20px;
}

#clients .col-2-3 [class*='col-'] {
    padding: 0;
}

/* Clearfix */

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* Main Widths */

.col-1 {
    width: 100%;
}

.col-2 {
    width: 50%;
}

.col-3 {
    width: 33.33%;
}

.col-4 {
    width: 25%;
}

.col-5 {
    width: 20%;
}

.col-6 {
    width: 16.6666666667%;
}

.col-7 {
    width: 14.2857142857%;
}

.col-8 {
    width: 12.5%;
}

.col-9 {
    width: 11.1111111111%;
}

.col-10 {
    width: 10%;
}

.col-11 {
    width: 9.09090909091%;
}

.col-12 {
    width: 8.33%;
}

.col-2-3 {
    width: 66.66%;
}

.col-3-4 {
    width: 75%;
}

.col-9-10 {
    width: 90%;
}

/* Golden Ratio */
.col-61 {
    width: 61.8%;
}

.col-38 {
    width: 38.2%;
}

/* --------- 2.1 Header --------- */

#header {
    height: 71px !important;
    overflow: visible;
    z-index: 9999;
    width: 100%;
    position: absolute !important;
}

#header .row {
    padding: 0;
}

#header aside {
    text-align: right;
}

#header ul {
    text-align: center;
}

#header li {
    display: inline-block;
    list-style: none;
    margin: 0;
}

/* --------- 2.2 Logo ---------- */

#logo {
    float: left;
    height: 71px;
    line-height: 66px;
    margin-right: 15px;
}

#logo h1, #logo h2 {
    display: inline-block;
}

#banner #logo h1 {
    font-size: 28px;
    margin-right: 10px;
    font-weight: 900;
    padding: 0;
}

#logo h2 {
    font-size: 18px;
    padding: 0;
}

#logo img {
    max-height: 22px;
    vertical-align: middle;
    margin-right: 15px;
}

#navigation-logo {
    display: none;
}

.nav-solid #logo #banner-logo {
    display: none;
}

.nav-solid #logo #navigation-logo {
    display: inline-block;
}

/* --------- 2.3 Buttons ---------- */

.call-to-action {
    padding: 35px 0 35px 0;
}

/*Style*/

/* .button {
    font-size: 16px;
    margin: 35px 0;
    padding: 11px 16px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
    border-width: 3px;
    border-style: solid;
} */
.section-subtitle{
    text-align: justify;
}

/* Play Button */

 


/* --------- 2.4 Navigation ---------- */

#header {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

#header aside {
    float: right;
}

#header nav ul {
    text-transform: uppercase;

}

#header nav a {
    height: 71px;
    line-height: 71px;
    display: block;
    padding: 0 10px;
}

#header nav a:hover {
    opacity: 0.6;
}

/*Navigation Solid*/

#header.nav-solid [class*='col-'] {
    padding: 0 20px;
}

#header.nav-solid {
    background: #fff;
    box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.2);
    position: fixed !important;
    left:0;
}

#header.nav-solid nav a {
    border-bottom: 3px solid;
    border-color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#header.nav-solid nav a:hover {
    opacity: 1;
}

/* Social Elements when Solid*/

#header.nav-solid .social-icons a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.5;
}

#header.nav-solid .social-icons a:hover {
    opacity: 1;
    color: #e4473c;
}

/* Responsive Nav Styling */

#nav-trigger {
    display: none;
    text-align: right;
}

#nav-trigger span {
    display: inline-block;
    width: 38px;
    height: 71px;
    color: #111;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#nav-trigger span:after {
    font-family: "fontAwesome";
    display: inline-block;
    width: 38px;
    height: 71px;
    line-height: 75px;
    text-align: center;
    content: "\f0c9";
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#nav-trigger span.open:after {
    content: "\f00d";
}

#nav-trigger span:hover, .nav-solid #nav-trigger span.open:hover, .nav-solid #nav-trigger span:hover {
    opacity: 0.6;
}

#nav-trigger span.open, #nav-trigger span.open:hover {
    color: #111;
}

.nav-solid #nav-trigger span.open:hover {
    color: #999;
}

.nav-solid #nav-trigger span {
    color: #999;
    opacity: 1;
}

nav#nav-mobile {
    position: relative;
    display: none;
}

nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
}

nav#nav-mobile ul:after {
    display: none;
}

nav#nav-mobile li {
    margin: 0 20px;
    float: none;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}

nav#nav-mobile li:last-child {
    border-bottom: none;
}

.nav-solid nav#nav-mobile li {
    border-top: 1px solid #e1e1e1;
    border-bottom: none;
}

nav#nav-mobile a {
    display: block;
    padding: 12px 0;
    color: #333;
    width: 100%;
    height: auto;
    line-height: normal;
    display: block;
    border-bottom: none !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

nav#nav-mobile a:hover {
    background: #fafafa;
    opacity: 1;
}

/* --------- 2.5 Social Elements ---------- */

#header .col-4 {
    text-align: right;
}

.social-icons {
    display: inline-block;
    list-style: none;
}

.social-icons a {
    display: inline-block;
    width: 32px;
    text-align: center;
}

.social-icons a:hover {
    opacity: 0.7;
}

.social-icons span {
    display: none;
}

#header .social-icons {
    margin-top: 27px;
}

/* --------- 2.6 Images ---------- */

/*Alignment*/

img {
    vertical-align: top;
}

.image-center {
    display: block;
    margin: 0 auto;
}

a img {
    border: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
}

a img:hover {
    opacity: 0.7;
}

/*------------------------------------------------------------------------------------------*/
/* 3. Fonts */
/*------------------------------------------------------------------------------------------*/

h1 {
    padding: 20px 0;
    font-family: 'Poppins', sans-serif;
}

h2 {
    padding: 14px 0;
    font-family: 'Poppins', sans-serif;
}
.h3, h4, h2 {
    font-family: 'Poppins', sans-serif;
}

h3 {
    padding: 10px 0;
    font-family: 'Poppins', sans-serif;
}

h4 {
    padding: 7px 0;
    font-family: 'Poppins', sans-serif;
}

h5 {
    padding: 7px 0;
    font-family: 'Poppins', sans-serif;
}

h6 {
    padding: 7px 0;
    font-family: 'Poppins', sans-serif;
}

/* Text Alignment */

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/* Section Headings */

.section-heading {
    padding: 0 0 15px 0;
}

.section-subtitle {
    font-size: 18px;
    padding-top: 0;
}

.section-heading h3 {
    font-size: 14px;
    font-weight: bold;
    color: #ccc;
    letter-spacing: 2px;
    padding-bottom: 0;
}

/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/

 /* Bannière principale */
#banner {
    background-size: cover;
}

#banner-content.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Espace entre texte et image */
    align-items: center; /* Centrer verticalement */
    padding-top: 80px;
    padding-bottom: 100px;
}

#banner h1 {
    padding-top: 5%;
    text-align: center; /* Texte centré par défaut */
}
/* Animation de l'apparition */
.fade-in {
    opacity: 0; /* Commençer invisible */
    transform: translateY(20px); /* Décaler légèrement vers le bas */
    transition: opacity 1s ease, transform 1s ease; /* Animation fluide */
}

.fade-in.active {
    opacity: 1; /* Devenir visible */
    transform: translateY(0); /* Remonter à sa position initiale */
}

#banner .section-heading:before {
    content: "";
    display: block;
    width: 70px;
    height: 5px;
    margin-top: 30px;
}

/* Colonne principale */
.col-38 {
    flex: 1; /* Texte prend tout l'espace disponible */
    text-align: justify; /* Justifie le texte */
}

/* Image circulaire avec des effets */
.profile-image {
    flex-shrink: 0; /* L'image ne rétrécit pas */
    margin: 0 auto; /* Centre l'image horizontalement */
    text-align: center;
}

.profile-image img {
    width: 200px; /* Taille par défaut pour les grands écrans */
    height: 200px;
    border-radius: 50%; /* Cercle parfait */
    object-fit: cover; /* Ajuste l'image */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1); /* Ombre élégante */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Agrandissement progressif au survol */
.profile-image img:hover {
    transform: scale(1.3); /* Zoom 130% */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3), 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* Responsive : Petits écrans */
@media (max-width: 768px) {
    #banner-content {
        flex-direction: column; /* Colonne pour les petits écrans */
        text-align: center; /* Centre le contenu */
        align-items: center; /* Centre l'image et le texte */
    }

    .profile-image {
        order: -1; /* Image passe en premier */
        margin-bottom: 20px; /* Espacement avec le texte */
    }

    .profile-image img {
        width: 150px; /* Taille réduite pour petits écrans */
        height: 150px;
        margin-top: 25px;
    }

    .col-38 {
        text-align: justify; /* Texte justifié */
        padding: 0 20px; /* Ajoute de l'espace autour du texte */
    }
}

@media (max-width: 480px) {
    h2 {
        font-size: 1rem; /* Réduit la taille pour les très petits écrans */
    }

    .profile-image img {
        width: 120px; /* Taille minimale pour les petits écrans */
        height: 120px;
    }

    .col-38 {
        padding: 0 15px; /* Réduction de l'espacement pour très petits écrans */
    }
}




/*------------------------------------------------------------------------------------------*/
/* 5. Content Elements */
/*------------------------------------------------------------------------------------------*/

/* --------- 5.1 Icons ---------- */

/*Font Icon sizes*/

.fa-1x {
    font-size: 15px !important;
}

/*Icon Block*/

/* --------- 5.3 Divider ---------- */


/*------------------------------------------------------------------------------------------*/
/* 6. Landing Page Sections */
/*------------------------------------------------------------------------------------------*/

/* --------- 6.1 Introduction ---------- */

 

/* --------- 6.2 Features ---------- */

.features.row {
    padding-left: 5%;
    padding-right: 5%;
}

.features div:nth-child(4) {
    clear: both;
}

/* --------- 6.3 Testimonials ---------- */

.testimonial {
    padding: 15px;
}

blockquote {
    position: relative;
}

.testimonial img {
    max-height: 120px;
    border-radius: 250em;
}

.testimonial footer {
    padding-top: 12px;
}

/* Style Classic - Avatar above Testimonial */

.testimonial.classic img {
    display: inline-block;
    margin-bottom: 25px;
}

.testimonial.classic q {
    display: block;
}

.testimonial.classic footer:before {
    display: block;
    content: "";
    width: 30px;
    height: 4px;
    margin: 10px auto 15px auto;
}

/* Style Big */

 
.download-button {
    display: inline-block;
    padding: 15px 30px; /* Ajoute de l'espace intérieur */
    font-size: 1.2em; /* Taille du texte */
    font-weight: bold; /* Gras pour attirer l'attention */
    text-decoration: none; /* Supprime le soulignement */
    color: #ffffff; /* Texte blanc */
    background-color: #000000; /* Fond noir */
    border: 2px solid #000000; /* Bordure noire */
    border-radius: 30px; /* Ajoute un effet arrondi */
    transition: all 0.3s ease; /* Transition douce pour l'effet hover */
}

.download-button:hover {
    color: #000000; /* Texte noir au survol */
    background-color: #ffffff; /* Fond blanc au survol */
    border-color: #000000; /* Garde la bordure noire */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Ajoute une ombre légère au survol */
}

.testimonial.bigtest q {
    font-size: 22px;
}
.section-heading h2 {
    text-align: justify; /* Justifie uniquement le texte du h2 */
  
}

 /*--------- 6.6 Clients ---------- */



/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer {
    clear: both;
}

#landing-footer .row {
    padding: 0;
}

#landing-footer p {
    margin: 0;
}

#landing-footer ul {
    list-style: none;
    text-align: right;
}

#landing-footer li {
    display: inline-block;
}

/* Scroll Up */

#scrollUp {
    bottom: 15px;
    right: 30px;
    width: 70px;
    height: 80px;
    margin-bottom: -10px;
    padding: 0 5px 20px 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-transition: margin-bottom 150ms linear;
    -moz-transition: margin-bottom 150ms linear;
    -o-transition: margin-bottom 150ms linear;
    transition: margin-bottom 150ms linear;
}

#scrollUp:hover {
    margin-bottom: 0;
}

#scrollUp:before {
    background: #ccc;
    font-family: "fontawesome";
    font-size: 2.4em;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #fff;
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    content: "\f106";
    opacity: 1;
}

/*Preloader*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 99999; /* makes sure it stays on top */
}

#status {
    width: 110px;
    height: 110px;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 50%; /* centers the loading animation vertically one the screen */
    background-position: center;
    margin: -55px 0 0 -55px; /* is width and height divided by two */
    text-align: center;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-triangle-path,
.la-ball-triangle-path > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-triangle-path {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-ball-triangle-path.la-dark {
    color: #333;
}

.la-ball-triangle-path > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-triangle-path {
    width: 32px;
    height: 32px;
}

.la-ball-triangle-path > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.la-ball-triangle-path > div:nth-child(1) {
    -webkit-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
    -moz-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
    -o-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path > div:nth-child(2) {
    -webkit-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
    -moz-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
    -o-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path > div:nth-child(3) {
    -webkit-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
    -moz-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
    -o-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path.la-sm {
    width: 16px;
    height: 16px;
}

.la-ball-triangle-path.la-sm > div {
    width: 4px;
    height: 4px;
}

.la-ball-triangle-path.la-2x {
    width: 64px;
    height: 64px;
}

.la-ball-triangle-path.la-2x > div {
    width: 20px;
    height: 20px;
}

.la-ball-triangle-path.la-3x {
    width: 96px;
    height: 96px;
}

.la-ball-triangle-path.la-3x > div {
    width: 30px;
    height: 30px;
}

/*
 * Animations
 */
@-webkit-keyframes ball-triangle-path-ball-one {
    0% {
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@-moz-keyframes ball-triangle-path-ball-one {
    0% {
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@-o-keyframes ball-triangle-path-ball-one {
    0% {
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@keyframes ball-triangle-path-ball-one {
    0% {
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@-webkit-keyframes ball-triangle-path-ball-two {
    0% {
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@-moz-keyframes ball-triangle-path-ball-two {
    0% {
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@-o-keyframes ball-triangle-path-ball-two {
    0% {
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@keyframes ball-triangle-path-ball-two {
    0% {
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@-webkit-keyframes ball-triangle-path-ball-tree {
    0% {
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

@-moz-keyframes ball-triangle-path-ball-tree {
    0% {
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

@-o-keyframes ball-triangle-path-ball-tree {
    0% {
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

@keyframes ball-triangle-path-ball-tree {
    0% {
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

/*------------------------------------------------------------------------------------------*/
/* Responsive Elements */
/*------------------------------------------------------------------------------------------*/

/* =Media Queries for Nav
===============================*/
@media all and (max-width: 1024px) {
    #nav-trigger {
        display: block;
    }

    nav#nav-main {
        display: none;
    }

    nav#nav-mobile {
        display: block;
    }

    nav#nav-mobile li {
        display: block;
    }

    #header aside {
        display: none;
    }
}

/* Landscape mobile & down
===============================*/
@media (max-width: 480px) {

    #wrapper {
        margin:0;
        padding:0;
    }

    .page-border, #scrollUp, #scrollUp:before {
        display:none;
    }

    .row {
        padding: 15px !important;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-3, .col-3-4, .col-9-10, .col-61, .col-38, .row {
        width: 100%;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-3, .col-3-4, .col-9-10, .col-61, .col-38 {
        padding-right: 0;
        padding-left: 0;
    }

    /*-----------------Header Elements-----------------*/
    #header .row {
        padding: 0 15px !important;
    }

    #header.nav-solid [class*="col-"] {
        padding: 0;
    }

    /*Logo*/
    #logo h2 {
        padding: 0;
    }

    /* Social */
    #header aside {
        clear: both;
        padding: 0;
    }

    #header ul.social-icons {
        margin-top: 0;
    }

    #banner-content.row {
        padding-top: 85px !important;
    }

    /*-----------------Sections-----------------*/

    /* Call to Action*/
    .call-to-action {
        padding-bottom: 25px;
    }

    /* Video */
    .slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
        height: 270px !important;
    }

    /* Footer */
    #landing-footer #copyright {
        float: left;
        width: 50%;
    }

    #landing-footer .social-icons {
        float: right;
        width: 50%;
    }

    /*-----------------Typography-----------------*/
    h1 {
        font-size: 38px;
    }

    #banner h1 {
        font-size: 48px;
    }

    /* Hide Elements */
    a#scrollUp {
        display: none !important;
    }

}

/* Mobile to Tablet Portrait
===============================*/
@media (min-width: 480px) and (max-width: 767px) {

    #wrapper {
        margin:0;
        padding:0;
    }

    .page-border, #scrollUp, #scrollUp:before {
        display:none;
    }


    .row {
        padding: 15px 0 !important;
    }

    .col-1, .col-2, .col-5, .col-7, .col-9, .col-11, .col-2-3, .col-3-4, .col-61, .col-38, .row {
        width: 100%;
    }

    .col-3, .col-4, .col-6, .col-8, .col-10, .col-12 {
        width: 50%;
    }

    /*-----------------Header Elements-----------------*/
    #header .row {
        padding: 0 !important;
    }

    #header aside {
        display: inline-block;
        position: absolute;
        top: 40px;
        right: 60px;
        padding-top:3px;
        padding-right: 5px;
    }

    #header.nav-solid aside {
        top: 20px;
    }

    #header aside ul {
        margin-top: 0 !important;
        padding-top: 6px;
    }

    #banner-content.row {
        padding-top: 85px !important;
    }

    /*Navigation*/
    nav#nav-mobile ul {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /*-----------------Sections-----------------*/

    /* Video */
    .slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
        height: 370px !important;
    }

    /* Footer */
    #landing-footer #copyright {
        float: left;
        width: 50%;
    }

    #landing-footer .social-icons {
        float: right;
        width: 50%;
    }

}

/* Landscape Tablet to Desktop
===============================*/
@media (min-width: 768px) and (max-width: 1024px) {

    #wrapper {
        margin:0;
        padding:0;
    }

    .page-border {
        display:none;
    }

    .big-padding-top {
        padding-top: 45px !important;
    }

    /*-----------------Header Elements-----------------*/
    #header aside {
        display: inline-block;
        position: absolute;
        top: 40px;
        right: 60px;
        padding-top:3px;
        padding-right: 5px;
    }

    #header.nav-solid aside {
        top: 20px;
    }

    #header aside ul {
        margin-top: 0 !important;
        padding-top: 6px;
    }

    /*Navigation*/
    nav#nav-mobile ul {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /*-----------------Sections-----------------*/

    /* Video */
    .slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
        height: 432px !important;
    }

}

.container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.progress-card {
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    width: 250px;
    position: relative;
    transition: transform 0.3s;
}

.progress-card:hover {
    transform: translateY(-5px);
}

.progress-icon {
    font-size: 3rem;
    color: #4caf50;
    margin-bottom: 10px;
}

.progress-circle {
    width: 150px;
    height: 150px;
    position: relative;
    margin: 0 auto;
}

.progress-circle svg {
    transform: rotate(-90deg);
}

.progress-circle circle {
    fill: none;
    stroke-width: 10;
}

.circle-bg {
    stroke: #e6e6e6;
}

.circle-progress {
    stroke: #ffdd00;
    stroke-linecap: round;
    stroke-dasharray: 400;
    stroke-dashoffset: var(--progress);
    transition: stroke-dashoffset 1s ease-out;
}

.progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    font-weight: 600;
}

.progress-title {
    margin-top: 10px;
    font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
    .container {
        gap: 20px;
    }

    .progress-card {
        width: 45%;
    }
}

@media (max-width: 480px) {
    .progress-card {
        width: 100%;
    }
}


/* Progress Circle Colors Based on Class */

.html5 .circle-progress {
    stroke: #e34c26; /* HTML5 color */
}

.css3 .circle-progress {
    stroke: #264de4; /* CSS3 color */
}

.javascript .circle-progress {
    stroke: #f7df1e; /* JavaScript color */
}

.php .circle-progress {
    stroke: #787cb5; /* PHP color */
}

.databases .circle-progress {
    stroke: #4db33d; /* Databases color */
}

.frameworks .circle-progress {
    stroke: #000; /* Frameworks color */
}

.kali-linux .circle-progress {
    stroke: #ffa515; /* Kali Linux color */
}

.john-ripper .circle-progress {
    stroke: #d9534f; /* John the Ripper color */
}

/* .circle-progress {
    transition: stroke-dashoffset 1.5s ease-out, stroke 0.5s ease-in-out;
}
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.progress-card:hover {
    animation: bounce 0.6s ease-out;
} */


/* Portfolio Section */
.portfolio {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    padding: 2rem;
    font-family: 'Poppins', sans-serif;

    
}

/* Project Card */
.project-card {
    background: #1b1a1a;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    width: 300px;
    transition: transform 0.3s ease;
    text-align: left;
    height: 400px;
    margin-top: -20px;
    gap: 10px;
}
.projects-heading {
    text-align: center;
    margin-top: 80px;
    color: #000;
}
.project-card:hover {
    transform: translateY(-10px);
}

/* Project Image */
.project-image img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
    cursor: pointer;
    border-radius: 20px;
    transform: scale(1.1);
    
}

.project-image img:active {
    transform: scale(1.1);
}

/* Project Details */
.project-details {
    padding: 1rem;
    margin-top: 20px;
}

.project-details h2 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: #ffffff;
    margin-top: -15px;
    font-family: 'Poppins', sans-serif;
}

.project-details p {
    font-size: 0.9rem;
    color: #bbbbbb;
    margin-bottom: 0.8rem;
    margin-top: -20px;
    text-align: justify;
}

/* Project Icons */
.project-icons {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.8rem;
    margin-top: -15px;
}

.icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 5px;
}

.icon-box i {
    font-size: 1rem;
}

/* Visit Link */
.visit-link {
    text-decoration: none;
    color: #ffffff;
    font-size: 0.9rem; /* Ajustement de la taille */
    float: left;
    transition: color 0.3s ease;
    margin-top: -8px;
}

.visit-link:hover {
    color: #5372f0;
}

/* --- RESPONSIVITÉ --- */
@media (max-width: 768px) {
    .portfolio {
        gap: 1.5rem; /* Espacement entre les cartes */
        padding: 1rem; /* Espacement global réduit */
        flex-direction: column; /* Cartes empilées */
        align-items: center;
    }

    .project-card {
        width: 70%; /* Largeur maximale disponible */
        margin: 20px 0; /* Espacement vertical supplémentaire */
        width: 300px;
    }

    .project-image img {
        height: 200px; /* Hauteur fixe pour les images */
        object-fit: cover; /* Garde la mise en page propre */
    }

    .project-details {
        text-align: left; /* Centre les détails dans la carte */
    }

    .project-details p {
        text-align: justify; /* Maintient un bon alignement pour le texte */
    }
}
/* Container principal */


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.timeline-page {
	background-color: #ffffff; /* Fond blanc */
	font-family: 'Poppins', sans-serif;
}

.timeline-section {
	background-color: #ffffff; /* Fond blanc */
	min-height: 100vh;
	padding: 100px 15px;
}

.timeline-items {
	max-width: 1000px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.timeline-items::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: #000000;
	left: calc(50% - 1px);
}

.timeline-item {
	margin-bottom: 40px;
	width: 100%;
	position: relative;
}

.timeline-item:last-child {
	margin-bottom: 0;
}

.timeline-item:nth-child(odd) {
	padding-right: calc(50% + 30px);
	text-align: right; /* Alignement à droite */
}

.timeline-item:nth-child(even) {
	padding-left: calc(50% + 30px);
	text-align: left; /* Alignement à gauche */
}

.timeline-dot {
	height: 16px;
	width: 16px;
	background-color: #2c2c2c;
	position: absolute;
	left: calc(50% - 8px);
	border-radius: 50%;
	top: 10px;
}

.timeline-date {
	font-size: 18px;
	color: #000000;
	margin: 6px 0 15px;
}

.timeline-content {
	background-color: #0e2129;
	padding: 30px;
	border-radius: 5px;
}

.timeline-content h3 {
	font-size: 20px;
	color: #ffffff;
	margin: 0 0 10px;
	text-transform: capitalize;
	font-weight: 500;
}

.timeline-content p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
    text-align: justify;
}

/* Responsive */
@media (max-width: 767px) {
	.timeline-items::before {
		left: 7px;
        
	}

	.timeline-item:nth-child(odd) {
		padding-right: 0;
		text-align: left;
	}

	.timeline-item:nth-child(odd),
	.timeline-item:nth-child(even) {
		padding-left: 37px;
	}

	.timeline-dot {
		left: 0;
	}
}
#header {
    position: fixed; /* Fixe la barre de navigation en haut */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Met le header au-dessus des autres éléments */
    transition: background 0.3s ease-in-out; /* Transition fluide */
}

#content {
    margin-top: 80px; /* Décalage pour éviter que le contenu chevauche le header */
}

.wrapper1 {
    margin: auto;
    width: 90%;
    max-width: 900px;
    background: #000;
    border-radius: 5px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-top: 50px;
}

.wrapper1 header {
    font-size: 24px;
    font-weight: 600;
    padding: 20px;
    text-align: center;
    color: #fff;
}

form {
    padding: 20px;
}

form .dbl-field, .message {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.field {
    position: relative;
    width: 100%;
}

form i {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 18px;
}

form input, form select {
    width: 100%;
    padding: 12px 15px 12px 45px;
    border: 1px solid #333;
    border-radius: 5px;
    background: #111;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    box-sizing: border-box;
}

.message {
    position: relative;
}

.message i {
    position: absolute;
    top: 12px;
    left: 15px;
    font-size: 18px;
    color: #aaa;
}

form textarea {
    width: 100%;
    padding: 12px 15px 12px 45px;
    border: 1px solid #333;
    border-radius: 5px;
    background: #111;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    box-sizing: border-box;
    resize: none;
    height: 120px;
}

form button {
    width: 100%;
    padding: 15px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background 0.3s;
}

form button:hover {
    background: #0056b3;
}

#statusMessage {
    text-align: center;
    margin-top: 15px;
}

/* Media Query for Mobile */
@media (max-width: 768px) {
    .dbl-field {
        flex-direction: column;
    }
}




.feedback-section {
    padding: 30px 20px; /* Reduced padding to bring the section higher */
    background-color: #f9f9f9;
}

.section-heading {
    margin-bottom: 20px; /* Reduced margin to make the section more compact */
}

.feedback-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title {
    font-size: 28px;
    color: #000;
}

.testimonials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    align-items: flex-start; 
    top: -100px;
}
.stars {
    margin-top: 10px;
    color: #fcd34d;
    font-size: 18px;
}

.stars i {
    margin-right: 2px;
}
.testimonial {
    max-width: 300px;
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    
}

.testimonial:hover {
    transform: translateY(-10px);
}

.testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.testimonial-text {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
    text-align: justify;
}

.testimonial footer {
    font-size: 12px;
    color: #999;
    font-style: italic;
}

@media (max-width: 768px) {
    .testimonials {
        flex-direction: column;
        align-items: center;
    }
}
.image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centrer horizontalement */
    align-items: flex-start; /* Aligner les images en haut */
    gap:  60px;
    margin: 0 auto; /* Centrer le conteneur */
    padding: 0; /* Supprimer les marges internes */
}

.image-container img {
    max-width: 220px; /* Largeur maximale des images */
    height: auto; /* Maintenir le ratio original */
    object-fit: cover; /* Ajuster l'image sans déformation */
    border-radius: 8px; /* Coins arrondis */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Effet d'ombre élégant */
    margin: 5px; /* Espacement supplémentaire autour de chaque image */
}

@media (max-width: 768px) {
    .image-container {
        gap: 15px; /* Réduire l'espacement entre images */
        padding: 10px; /* Ajouter un petit espace autour du conteneur */
    }

    .image-container img {
        max-width: 150px; /* Réduire la taille des images */
        height: auto; /* Adapter automatiquement la hauteur */
    }
}

/* Conteneur global */
.feedback-heading {
    text-align: center; /* Centrer les titres */
    margin-bottom: 20px; /* Espacement sous le conteneur */
}

/* Sous-titre : FEEDBACK */
.feedback-subtitle {
    font-size: 18px; /* Taille du texte */
    color: #ffffff; /* Couleur rouge-orangé */
    text-transform: uppercase; /* Mettre le texte en majuscule */
    letter-spacing: 2px; /* Espacement entre les lettres */
    margin: 0 0 10px; /* Espacement sous le sous-titre */
    font-weight: bold; /* Texte en gras */
}

/* Titre principal : What our customers are saying */
.feedback-title {
    font-size: 32px; /* Taille du texte */
    color: #333; /* Couleur gris foncé */
    font-weight: bold; /* Texte en gras */
    line-height: 1.4; /* Espacement entre les lignes */
    margin: 0; /* Supprimer les marges par défaut */
}

/* Effets supplémentaires pour l'accessibilité visuelle */


/* Responsive CSS for the #about section */

/* Base styles for smaller screens */
 /* Style par défaut (mobile-first) */
#about .row {
    display: flex;
    flex-direction: column; /* Par défaut, les colonnes sont empilées */
}

#about .col-3,
#about .col-2-3 {
    width: 100%; /* Occupe toute la largeur pour mobile */
    box-sizing: border-box; /* Inclure les marges et les bordures */
}

/* Media query pour tablettes et plus */
@media (min-width: 768px) {
    #about .row {
        flex-direction: row; /* Dispose les colonnes côte à côte */
        justify-content: space-between;
    }

    #about .col-3 {
        width: 35%; /* Largeur de la colonne 3 */
    }

    #about .col-2-3 {
        width: 60%; /* Largeur de la colonne 2-3 */
    }
}

/* Media query pour desktops */
@media (min-width: 1200px) {
    #about .col-3 {
        width: 35%; /* Gardez la largeur définie pour desktop */
    }

    #about .col-2-3 {
        width: 60%; /* Ajustement pour desktop */
    }
}

/* Justification pour le texte dans la colonne de droite */
#about .col-2-3 {
    text-align: justify; /* Justifie le texte dans la colonne */
}

/* Ajustement pour le texte spécifique à l'intérieur */
#about .col-2-3 p,
#about .col-2-3 h4 {
    text-align: justify; /* Assurez-vous que les paragraphes et titres sont justifiés */
}
 


