@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:wght@200;300&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&family=Poppins:ital,wght@0,100;0,300;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: "poppins1";
    src: url("../police/poppins.woff") format('truetype');
    src: url("../police/poppins.woff2") format('truetype');
}

p,
span,
strong,
input,
textarea,
button,
label,
a,
input::placeholder {
    font-family: "poppins1" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "poppins1";
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #003B7D;
    --info: #215996;
    --secondary: #EA6F6F;
    --light: #F4F6F8;
    --dark: #040F28;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    color: rgb(82, 81, 81);
}

p {
    color: #5e6576;
    font: 400 1rem / 1.625rem "Open Sans", sans-serif;
}

body {
    width: 100%;
    height: 100%;
}

/* menu-header  */
.navbar-brand {
    color: #244d7a;
    font-size: 2rem;
    transition: 0.3s color;
}

.login-buuton {
    background-color: #244d7a;
    color: black;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s background-color;
}

.login-buuton:hover {
    color: #fcfcfc;
    background-color: #EA6F6F;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M3.646 3.646a.5.5 0 0 1 .708 0L8 7.293l3.646-3.647a.5.5 0 0 1 .708.708L8.707 8l3.647 3.646a.5.5 0 0 1-.708.708L8 8.707l-3.646 3.647a.5.5 0 0 1-.708-.708L7.293 8 3.646 4.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    /* background-image: none; */
    color: #003B7D;
    /* Change this if you need a different open icon */
}

.navbar-nav {
    text-align: center;
}

.navbar-nav .nav-item {
    margin: 0 10px;
}

.navbar-toggler {
    border: none;
    font-size: 1.25rem;
}

.navbar-toggler:focus .btn-close:focus {
    box-shadow: none;
    outline: none;
}

.nav-link {
    color: var(--dark);
    text-transform: capitalize;
    /* font-weight: 600; */
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary);
}

@media (min-width:991px) {
    .nav-link::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        background-color: #EA6F6F!important;
        visibility: hidden;
        transition: 0.3s ease-in-out;
    }

    .nav-link:hover::before,
    .nav-link.active::before {
        width: 100%;
        visibility: visible;
    }
}

/* End-menu-header */
/* hero content */
h1 {
    color: var(--primary);
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.4;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

h1 span {
    color: var(--secondary);
}

.heure h2 {
    display: inline-block;
    font-weight: 800;
    font-style: normal;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.border-right .form-group {
    padding: 10px;
}

.border-heure-1 {
    width: 1rem;
    height: 3px;
    position: relative;
    left: 0;
    background-color: #EA6F6F;
    border-right: 2px solid #EA6F6F;
    transform: rotate(-90deg);
}

/* hero content */
/* Contact */
.contact-form {
    background-color: #003B7D;
    margin: auto;
    border-radius: 20px;
    /* height: 30vw; */
    overflow: hidden;
}

.form-contact {
    margin: auto;
    padding: 20px;
}

.form-group {
    position: relative;
    display: block;
    margin-bottom: 48px;
}

.form-group span {
    font-size: 15px;
    color: #ffffff;
    position: absolute;
    top: 11px;
    transition: all .2s ease;
    transform-origin: 0 0;
    cursor: text;
}

.form-group .etoile-x::after {
    content: "*";
    margin-left: 0.3rem;
}

.form-group span.border {
    height: 2px;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 41px;
    transform: scaleX(0);
    transition: all .15s ease;
    background: #fff;
}

.form-control {
    border: none;
    border-bottom: 2px solid #ffffff;
    display: block;
    width: 100%;
    height: 43px;
    font-size: 15px;
    background: none;
    box-shadow: none;
    border-radius: 4px 4px 0 0;
}

.form-control:focus,
.form-control:valid {
    color: #000000;
    box-shadow: 0 0 0 0.01rem rgba(0, 59, 125, 0.25);
    outline: none;
    border-bottom: 2px solid #fff;
}

.form-control:focus+span,
.form-control:valid+span {
    transform: translateY(-26px) scale(0.8);
}

.form-control:focus+span+.border,
.form-control:valid+span+.border {
    transform: scaleX(1);
}

textarea.form-control-outline {
    height: 25%;
    border: 2px solid #ffffff;
}

textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
}

textarea.form-control-outline::placeholder {
    color: #fff;
}

.form-wi75 {
    width: 75%;
}

/* En-form-contact */
/* A propos */
.propos .title-propos {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #003B7D;
    font-size: 25px;

}
.title-propos {
    position: relative; 
    display: inline-block; 
    color: #003366; 
    font-weight: bold; 
}

.title-propos::after {
    content: "";
    display: inline-block;
    width: 100px;  
    height: 3px;
    background-color: #E35B5B; 
    margin-left: 10px; 
    vertical-align: middle; 
}

.a-propos {
    width: 125px;
    height: 3px;
    /* background-color: #EA6F6F; */
    border: 2px solid var(--secondary);
}

.card-border {
    width: 100%;
    height: 100%;
    border: 2px solid #003B7D;
    border-radius: 10px;
}

.card-border:hover {
    border: 2px solid #244d7a;
    transition: all ease-in-out 0.1s;
}

.card-h5 {
    align-items: center;
    text-transform: uppercase;
    color: var(--primary);
    width: 100%;
    height: 100%;
}

.card-h5::before {
    content: '';
    padding: 0 9px 0 13px;
    margin-right: 5px;
    width: 15px;
    height: 50px;
    border-radius: 10px;
    background-color: #EA6F6F;
}

.hero-img-wrap:after {
    content: "";
    /* background-color: aqua; */
    position: absolute;
    width: 90px;
    height: 120px;
    background-image: url(../image/dot/dots-light.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(37.7rem, 10.8rem);
    top: 94rem;
}

.title-service {
    color: var(--primary);
    font-size: 3.4rem;
    font-weight: 600;
    text-align: center;
}

.bg-danger-service {
    background-color: var(--secondary);
}

.bg-primary-service {
    background-color: var(--info);
    transition: all ease 0.5s;
}

.bg-info-service {
    background-color: var(--primary);
    opacity: 1;
    transition: all ease 0.5s;
}

/* .service-app {
    height: 40vw; 
     margin: 3rem auto; 
} */

.service-app .iconbox,
.app-web,
.text-icon,
.prix-bordered {
    height: 100%;
    margin: 2rem auto;
}

.app-web {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.text-icon {
    font-family: 'Poppins', sans-serif;
    color: #F4F6F8;
    font-size: 16px;
}

.prix-bordered {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    /* font-weight: bold; */
    display: inline-block;
    padding: 5px 10px;
    border-top: 2px solid #fcfcfc;
    border-bottom: 2px solid #fcfcfc;
}

/* /porfolio */
/* Section Portfolio */
.portfolio .project {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.portfolio .project img {
    transition: transform 0.3s ease;
}

.portfolio .project:hover img {
    transform: scale(1.1);
}

.portfolio .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.portfolio .project:hover .overlay {
    opacity: 1;
}

.portfolio .btn {
    font-weight: bold;
}

/*  */
.project {
    position: relative;
    overflow: hidden;
}

.overlay-first {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.project {
    border-top: 0.7rem solid var(--secondary);
}

.project:hover .overlay {
    opacity: 1;
}

.btn-primary-plus {
    background-color: var(--secondary);
    border-color: #ea6f6fce;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.btn-primary-plus:hover {
    background-color: var(--primary);
    border-color: #040f28ad;
}

.btn-custom {
    background-color: #215996;
    color: white;
    border: 2px solid #244d7a;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-custom:hover {
    background-color: #215996;
    ;
    color: #fff;
    border-color: #244d7a;
    transform: scale(1.05);
}

.btn-custom:active {
    transform: scale(0.98);
}

/* End-Porfolio */
.technos {
    width: 55vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2rem auto;
    gap: 2rem;
}

.techno {
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.35s ease;
}

.techno:hover {
    cursor: pointer;
    transform: translate(5px);
}

.techno h6 {
    margin: 0;
    color: var(--dark);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.logo-techno {
    width: 60px;
    height: 60px;
    overflow: hidden;
}

/*  */
.card-border-service {
    border: 1px solid var(--secondary);
    border-radius: 15px;
}

.card-border-service:hover {
    border: 1px solid var(--primary);
    transition: all 0.5s ease-in-out;
}

.card-border-service h5 {
    color: var(--secondary);
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
}

.card-border-service p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    margin: 1.5rem auto;
    text-align: center;
    padding: 10px;
}

.card-border-service span {
    color: var(--secondary);
    font-size: 2rem;
    font-weight: bolder;
}

/*  */
.dot-deco {
    transform: rotate(270deg);
    width: 3rem;
    background-image: -webkit-repeating-radial-gradient(center center, rgba(211, 211, 211, 0.2), rgba(169, 169, 169, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(211, 211, 211, 0.2), rgba(169, 169, 169, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(211, 211, 211, 0.2), rgba(169, 169, 169, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(211, 211, 211, 0.2), rgba(169, 169, 169, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(211, 211, 211, 0.2), rgba(169, 169, 169, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 1px, transparent 1px, transparent 100%);
    background-size: 10px 10px;
}

/* Témoignages */
.imag-text .dot-deco,
h3 {
    display: inline-block;
    align-items: center;
    margin-bottom: 0.25rem;
}

.about-dev {
    margin: 4rem auto;
    background-image: -webkit-repeating-radial-gradient(center center, rgba(128, 128, 128, 0.2), rgba(128, 128, 128, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(128, 128, 128, 0.2), rgba(128, 128, 128, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(128, 128, 128, 0.2), rgba(128, 128, 128, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(128, 128, 128, 0.2), rgba(128, 128, 128, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(128, 128, 128, 0.2), rgba(128, 128, 128, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 5px 5px;
}

/* end-bg-dot temoignage*/

/* caroussel-start*/
#myCarousel {
    background-color: transparent !important;
}
.carousel-inner {
    background-color: transparent !important;
}
.carousel-item {
    background-color: transparent !important; 
}

.btn-carousel {
    margin-right: 8.8rem;
    margin-left: 0.8rem;
}

.border-carousel-item {
    border: 2px solid #EA6F6F;
    border-radius: 8px;
}

.border-carousel-item:hover {
    border: 2px solid var(--primary);
    transition: all 0.3s ease-in;
}

.border-carousel-item,
.border-right-bottom {
    border-right: 2px solid #EA6F6F;
}

.border-carousel-item:hover,
.border-right-bottom:hover {
    border-right: 2px solid var(--primary);
    transition: all 0.3s ease-in;
}

.carousel-controls {
    margin: 4rem auto;
    transform: rotate(-90deg);
}

.carousel-controls button {
    transform: rotate(-90deg);
    background: #EA6F6F;
    box-shadow: none;
    border-radius: 20px;

    color: rgb(255, 255, 255);

    margin: 10px;

    align-items: center;
    justify-content: center;
    display: flex;

    width: 40px;
    height: 40px;
    font-size: 20px;
}

.text-danger-qoute {
    color: var(--secondary);
}

/* caroussel-end */
.bg-primary-contact {
    background-color: var(--info);
    overflow: hidden;
}

.title-contact {
    margin: 2rem auto;
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
}

.bg-primary-contact-1 {
    background-color: var(--secondary);
}

.btn-send-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: var(--secondary);
}

.btn-send-primary:hover {
    color: #fff;
    background-color: #4A75A2;
}
.btn-send-primary:focus {
    outline: none;
    border: none!important;
    box-shadow: 0 0 0 0.1rem rgba(74, 117, 162, 0.5); 
    background-color: #4A75A2;
    color: #fff; 
}
.btn-send-secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: var(--info);
}

.btn-send-secondary:hover {
    color: #fff;
    background-color: var(--primary);
}
.btn-send-secondary:focus {
    outline: none;
    border: none!important;
    box-shadow: 0 0 0 0.1rem rgba(74, 117, 162, 0.5); 
    background-color: #4A75A2;
    color: #fff; 
}

.img-contact-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem auto;
}

.container-dot-contact {
    display: block;
    justify-content: center;
    align-items: center;
    margin: 2rem 0 1rem;
    width: 100%;
    height: auto;
    /* background-color: #ca7575; */
    background-image: -webkit-repeating-radial-gradient(center center, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 1px, transparent 1px, transparent 100%);
    background-size: 10px 10px;
}

.container-dot {
    display: block;
    justify-content: center;
    align-items: center;
    margin: 2rem 0 1rem;
    width: 100%;
    height: 40%;
    /* background-color: #ca7575; */
    background-image: -webkit-repeating-radial-gradient(center center, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 1px, transparent 1px, transparent 100%);
    background-size: 10px 10px;
}

.bg-dots-H {
    height: 15rem;
    width: 5rem;
    /* background-color: #040F28; */
    background-image: -webkit-repeating-radial-gradient(center center, rgba(211, 211, 211, 0.2), rgba(169, 169, 169, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(211, 211, 211, 0.2), rgba(169, 169, 169, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(211, 211, 211, 0.2), rgba(169, 169, 169, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(211, 211, 211, 0.2), rgba(169, 169, 169, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(211, 211, 211, 0.2), rgba(169, 169, 169, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 1px, transparent 1px, transparent 100%);
    background-size: 10px 10px;
}

.bg-dots-office {
    height: auto;
    /* background-color: #040F28; */
    background-image: -webkit-repeating-radial-gradient(center center, rgba(211, 211, 211, 0.2), rgba(169, 169, 169, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(211, 211, 211, 0.2), rgba(169, 169, 169, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(211, 211, 211, 0.2), rgba(169, 169, 169, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(211, 211, 211, 0.2), rgba(169, 169, 169, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(211, 211, 211, 0.2), rgba(169, 169, 169, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 1px, transparent 1px, transparent 100%);
    background-size: 10px 10px;
}


.social-icons {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.social-icons a {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 2px solid var(--primary);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin-left: 5px;
    transition: all 0.4s ease;
    border: 2px solid var(--primary);
}

.social-icons a:hover {
    color: var(--primary);
    background-color: transparent;
    border-color: var(--info);
    transform: scale(1.2);
}

.footre-copy {
    background-color: var(--dark);
}

.footre-copy span {
    color: #fff;
    font-size: 16px;
    /* padding: 15px 0; */
}

/* End-footer */
/* Media queries for responsiveness */
@media screen and (max-width: 768px) {
    .offcanvas {
        background-color: #00000065;
    }

    .offcanvas-header {
        background-color: var(--light);
    }

    .nav-link {
        color: var(--secondary)
    }

    .nav-link:hover,
    .nav-link.active {
        color: var(--primary);
    }

    .navbar-toggler button {
        border: none !important;
    }

    .hero {
        margin-top: 5rem
    }

    .card-propos {
        text-align: center;
    }

    .card-propos .card {
        max-width: 100%;
    }

    .title-propos {
        font-size: 1.3em !important;
    }

    .card-h5 {
        text-align: start;
        font-size: 11px;
    }

    .title-contact-form {
        font-size: 1.5rem;
    }

    .title-contact {
        font-size: 2rem;
    }

    .softimad-desc p {
        font-size: 0.8em;
    }

    .form-contact,
    .form-wi75 {
        width: 100%;
    }

    .card-h5 {
        font-size: 13px;
    }

    /* .card-border {
         margin: 1rem auto; 
    } */

    .bg-dots-H {
        display: none;
    }


    .tarification .text-tarif-mois {
        width: 11.5rem;
        font-size: 0.8rem;
        padding: 5.5px;
    }

    .title-contact-form {
        text-align: start !important;
        font-size: 1rem;
    }

    .text-icon {
        text-align: start;
        font-size: 0.8em;
    }

    .text-tarif-mois {
        text-align: center;
    }

    .carousel-items-H {
        display: inline-block;
    }

    .carousel-controls {
        transform: translate(6rem, -6rem);
        text-align: center;
        /* transform: rotate(180deg); */
    }

    .hero-img-wrap:after {
        display: none;
    }

    .overlay h4 {
        font-size: 1rem;
    }

    .btn-primary-plus {
        font-size: 1.2rem;
    }

    .btn-carousel {
        margin-right: 13.8rem;
        margin-left: 0.8rem;
    }

    .technos {
        width: 100%;
    }

    .technos .techno,
    .logo-techno img {
        font-size: 2rem;
    }

    .techno h6 {
        font-size: 0.8rem;
    }
}

@media (max-width:426px) {
    .navbar-nav {
        background: none;
    }

    .nav-link {
        color: var(--primary);
    }

    .nav-link:hover,
    .nav-link.active {
        color: var(--primary) !important;
    }

    .hero {
        margin-top: 5rem
    }

    .title-solution,
    .title-contact {
        font-size: 1.5rem;
    }

    .title-service {
        font-size: 1.5rem;
    }

    .card-border-service h5 {
        font-size: 1rem;
    }

    .card-border-service p {
        text-align: start;
    }

    .about-dev p,
    span {
        font-size: 0.8rem;
        text-align: center;
    }

    .border-right {
        border-right: none;
    }

    .border-right p {
        text-align: start;
        font-size: 0.9em;
    }

    .softimad-desc p {
        font-size: 0.9em;
    }

    .tarification,
    .txt-tarif {
        text-align: center;
    }

    .card-propos {
        width: 100%;
        text-align: center;
    }

    .form-wi75 {
        width: 100%;
    }

    .container-dot {
        display: none;
    }

    .techno h6 {
        display: none;
    }

    .grid {
        margin: 2rem;
    }

    .softimad-desc {
        width: 130%;
        margin: auto;
    }

    .grid .card-h5 {
        text-align: start;
    }

    .logo-techno {
        width: 53px;
        height: 53px;
    }

    .title-propos {
       white-space: nowrap;
       font-size: 0.9em !important;
    }

    .a-propos {
        border: none;
    }

    .form-contact {
        padding: 1rem !important;
    }
}

/* Général */
.tarif {
    /* background-color: #f8f9fa; */
    padding: 60px 0;
}

.tarification .title-It {
    color: var(--primary);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2rem;
}

.tarification .title-It span {
    color: #EA6F6F;
}

.txt-tarif-Jours {
    font-size: 1.8rem;
    font-weight: bold;
}

.txt-tarif-Jours,
.txt-tarif {
    color: var(--light);
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 500;
}

.txt-tarif::before {
    content: "+";
    /* color: rgb(255, 0, 0); */
    margin-right: 0.5rem;
}

.text-tarif-mois {
    color: #fff;
}

.text-prix-mois {
    font-size: 1rem;
    line-height: 1.5;
}

.icon-arrow-down {
    width: 20rem;
    height: 10rem;
    margin: auto;
    padding: 10px;
    background-color: #003B7D;
    clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.icon-arrow-down:hover {
    cursor: pointer;
    transform: scale(1.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.animated-title {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 2px;
}

/*  */
.icon-arrow-left {
    width: 20rem;
    height: 10rem;
    margin: auto;
    padding: 10px;
    background-color: #003B7D;
    clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.icon-arrow-left:hover {
    cursor: pointer;
    transform: scale(1.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.bg-dot-icon {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 59, 125, 0.2), rgba(0, 59, 125, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 59, 125, 0.2), rgba(0, 59, 125, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 59, 125, 0.2), rgba(0, 59, 125, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 59, 125, 0.2), rgba(0, 59, 125, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 59, 125, 0.2), rgba(0, 59, 125, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 10px 10px;
    animation: move-dots 10s linear infinite;
}

/* Animation keyframes */
@keyframes move-dots {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 50px 50px;
    }
    100% {
        background-position: 0 0;
    }
}

.bg-dark-It {
    background-color: var(--secondary);
    padding: 5rem;
    border-radius: 8px;
}



/* crousel */
.carousel-indicators span {
    width: 20px !important;
    height: 20px !important;
    border-radius: 100%;
    background-color: var(--secondary) !important;
    margin-bottom: -3rem !important;
}

.carousel-indicators .active {
    background-color: #003B7D !important;
}

/* Form-contact */
.form-floating .form-control {
    border: 1px solid #003B7D;
     border-radius: 4px;
}

.form-floating .form-control:focus {
    border-color: #003B7D!important;
    box-shadow: 0 0 0 0.01rem rgba(0, 59, 125, 0.25);
    outline: none!important; 
}
.form-floating label {
    color: #003B7D;   
transition: all 0.2s ease-in-out;
}
/* End form-contact */


.contact-item h3{
    color: #003B7D;
}
.circle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* background-color: ; */
    color: #215996;
    border: 2px solid #003B7D;
    font-size: 24px;
    box-shadow: 0px 4px 6px gba(0, 0, 0, 0.1);
}

.circle-icon:hover {
    border: 2px solid #EA6F6F;
    transform: scale(1.2);
}

/* Style du bouton Scroll to Top */
#toTopBtn {
    display: none; 
    position: fixed; 
    bottom: 70px; 
    right: 20px;
    z-index: 99; 
    background-color: #EA6F6F;
    color: white; 
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 18px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    transition: background-color 0.3s ease, transform 0.3s ease; 
    font-size: 18px; 
    display: flex; 
    align-items: center;
    justify-content: center;
}

#toTopBtn:hover {
    background-color: #003B7D;
     transform: scale(1.1);
}
.toTopBtnUp{
    color: #fff;
}


@media (max-width: 1440px) {
    .hero-img-wrap:after {
        top: 99rem;
    }

    .txt-tarif-Jours {
        font-size: 2.1rem;
    }

    .text-prix-mois,
    .text-tarif-mois {
        font-size: 1.1rem;
    }

    .tarification {
        padding: 20px;
        min-height: 60%;
    }

    .count-up span {
        font-size: 2.5rem;
    }
}

@media (max-width: 1024px) {
    .hero-img-wrap:after {

        transform: translate(26rem, 4rem);
    }

    .txt-tarif-Jours {
        font-size: 1.5rem;
    }

    .text-prix-mois,
    .text-tarif-mois {
        font-size: 1rem;
    }

    .tarification {
        padding: 15px;
        min-height: 50%;
    }

    .count-up span {
        font-size: 2rem;
    }
}

/* Responsive Design */
@media (max-width: 768px) {

    .bg-primary-start,
    .bg-danger-right {
        flex: 1 1 100%;
        text-align: center;
    }

    .txt-tarif-Jours {
        font-size: 1.25rem;
    }

    .tarification .title-It {
        font-size: 1.3rem;
    }

    .text-prix-mois,
    .text-tarif-mois {
        font-size: 0.9rem;
    }

    .bg-dark-It .row {
        flex-direction: column;
        text-align: center;
    }

    .bg-dark-It .col-md-6 {
        width: 100%;
        text-align: center;
    }

    .project {
        margin-top: 20px;
    }

}

@media (max-width: 576px) {
    .txt-tarif-Jours {
        font-size: 1rem;
    }

    .text-prix-mois,
    .text-tarif-mois {
        font-size: 0.8rem;
    }

    .count-up {
        margin: 10px 0;
    }

    .custom-img {
        order: 2;
    }

    .icon-arrow-down,
    .icon-arrow-left,.bg-dot-icon {
        display: none;
    }

    .project {
        margin-top: 10px;
    }
}


/*NOUVEAU DESIGN_____________________________________________________________________________*/
.pourquoi-nous {
    text-align: center;
    margin-top: -60px;
    padding: 0 20px;
    font-family: Arial, sans-serif;
  }
  
  .pourquoi-nous h2 {
    font-size: 32px;
    color: #002f5f;
    margin-bottom: 40px;
    font-weight: 700;
    letter-spacing: 1px;
  }
  
  .box-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
  }
  
  .box {
    background-color: white;
    border-radius: 25px;
    padding: 10px 15px;
    width: 260px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    position: relative;
    text-align: center;
    border: 8px solid;
  }
  
  .icoPQ {
    width: 40px;
    height: auto;
  }

  .box .icon::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid transparent; /* <-- valeur de base (ne sera pas affichée) */
  }  
  
  .box .icon {
    position: relative; /* obligatoire pour ::after */
    background-color: inherit;
    font-size: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -45px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .box p {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
  }
  
  .box.blue {
    border-color: #57b6e6;
    color: #2d6a8b;
  }
  
  .box.red {
    border-color: #f2686b;
    color: #c0392b;
  }
  
  .box.blue .icon {
    background-color: #57b6e6;
    color: white;
  }
  
  .box.red .icon {
    background-color: #f2686b;
    color: white;
  }

  /* Flèche bleue */
.box.blue .icon::after {
    border-top-color: #57b6e6;
  }
  
  /* Flèche rouge */
  .box.red .icon::after {
    border-top-color: #f2686b;
  }
  
  
  /* Desktop layout for triple boxes */
  .box-container.triple-boxes {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  
  .box-container.triple-boxes .box {
    flex: 1;
    max-width: 32%;
  }
  
/* Responsive - une seule colonne pour tablette et mobile */
@media (max-width: 1024px) {
    .pourquoi-nous {
        margin-top: 20px; /* Suppression du margin-top négatif */
    }

    .box-container,
    .box-container.triple-boxes {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .box,
    .box-container.triple-boxes .box {
        width: 100%;
        max-width: 400px;
        flex: none;
    }

    .box .icon {
        margin-top: -40px;
    }
}

/* Ajustements supplémentaires pour petits mobiles */
@media (max-width: 480px) {
    .pourquoi-nous h2 {
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .box {
        min-height: 160px;
        padding: 20px 15px;
    }

    .box p {
        font-size: 15px;
    }
}
  

/*A PROPOS ______________________________________*/
.apropos-section {
    text-align: center;
    font-family: Arial, sans-serif;
    margin-top: -60px; /* remonte de 60px */
    padding: 40px 20px;
  }
  
  .apropos-title {
    font-size: 36px;
    color: #002f5f;
    margin-bottom: 40px;
    position: relative;
  }
  
  .apropos-title::before,
  .apropos-title::after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 2px;
    background-color: #e45d68;
    margin: 0 15px;
    vertical-align: middle;
  }
  
  .apropos-container {
    display: flex;
    justify-content: center;      /* centre les éléments */
    flex-wrap: wrap;
    gap: 40px;                    /* espace entre les cards */
    padding: 0 20px;
  }
  
  
  .apropos-card {
    position: relative;
    width: 320px;
    padding: 20px 20px 20px 20px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border: 8px solid;
    text-align: center;
  }
  
  .apropos-label {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 25px;
    border-radius: 8px 8px 0 0;
    background-color: inherit;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  
  .apropos-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
  }
  
  .apropos-red {
    border-color: #f2686b;
    color: #c0392b;
  }
  
  .apropos-red .apropos-label {
    background-color: #f2686b;
  }
  
  .apropos-blue {
    border-color: #57b6e6;
    color: #2d6a8b;
  }
  
  .apropos-blue .apropos-label {
    background-color: #57b6e6;
  }
  
  @media (max-width: 768px) {
    .apropos-container {
      flex-direction: column;
      align-items: center;
    }
  
    .apropos-card {
      width: 90%;
    }

    .apropos-title {
        font-size: 24px;
        margin-bottom: 30px;
      }
    
      .apropos-title::before,
      .apropos-title::after {
        width: 40px;
        margin: 0 8px;
      }
  }
  

  /*TARIF ___________________________________________*/
  .tarif-section {
    font-family: Arial, sans-serif;
    padding: 40px 20px;
    background-color: #ffffff;
  }
  
  .tarif-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .tarif-text {
    flex: 1;
    min-width: 320px;
    max-width: 600px;
  }
  
  .tarif-text h2 {
    font-size: 36px;
    color: #002f5f;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .tarif-text h2 span {
    color: #002f5f;
  }
  
  .tarif-text p {
    font-size: 18px;
    color: #777;
    margin-bottom: 30px;
  }
  
  .tarif-box {
    background-color: #003b73;
    color: white;
    border-radius: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px 20px;
    max-width: 600px; /* ← augmenté de 500px à 600px */
    margin-left: -20px; /* ← pour qu'elle dépasse un peu sur la droite */
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  }
  
  
  .tarif-item {
    text-align: center;
    flex: 1;
  }
  
  .tarif-number {
    font-size: 48px;
    font-weight: bold;
    color: white;
  }
  
  .tarif-number span {
    font-size: 32px;
    color: white;
  }
  
  .tarif-label {
    font-size: 16px;
    margin-top: 10px;
    color: white;
  }
  
  .tarif-divider {
    width: 1px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 20px;
  }
  
  .tarif-image {
    flex: 1;
    text-align: center;
    min-width: 300px;
  }
  
  .tarif-image img {
    max-width: 100%;
    height: auto;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .tarif-container {
      flex-direction: column;
      text-align: center;
    }
  
    .tarif-box {
        flex-direction: column;
        gap: 20px;
        padding: 20px 15px;
        margin-left: 0; /* Supprimer le décalage à gauche */
        max-width: 100%; /* S'adapte à l'écran */
    }
  
    .tarif-divider {
      display: none;
    }
    .tarif-text h2 {
        font-size: 24px;
      }
  }
  
/*ECRAN PC________________________*/
.laptop-mockup {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }
  
  .laptop-screen {
    position: relative;
    width: 100%;
    height: 340px;
    background-color: #000;
    border: 10px solid #333;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  }
  
  .laptop-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .laptop-base {
    width: 100%;
    height: 30px;
    background: #333;
    border-radius: 0 0 20px 20px;
    box-shadow: inset 0 4px 8px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
  }
  
  .laptop-bottom {
    width: 110%;
    height: 20px;
    background: #333;
    margin: 1px auto 0;
    border-radius: 10px;
    transform: translateX(-5%); /* Recentrage visuel */
  }
  
  @media (max-width: 768px) {
    .laptop-mockup {
      max-width: 100%;
    }
  
    .laptop-screen {
      height: 180px; /* ↓ Réduit la hauteur du cadre écran */
      border-width: 6px; /* Réduit l'épaisseur du cadre */
    }
  
    .laptop-base {
      height: 18px;
    }
  
    .laptop-bottom {
      height: 12px;
    }
  }
  
  

/*NOS SERVICES DIGITAUX ______________________________________________*/
.services-section {
    background: linear-gradient(to bottom, #003b73 50%, #ffffff 50%);
    padding: 60px 20px;
    color: #003b73; /* Couleur par défaut des textes (pour bas) */
  }
  
  
  .services-section h2 {
    font-size: 36px;
    color: white;
    margin-bottom: 40px;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
  }
  
  .service-card {
    background-color: white;
    border: 2px solid #f04c4c;
    border-radius: 15px;
    padding: 25px 20px;
    color: #003b73;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
  }
  
  .service-card img {
    max-width: 100%;
    height: 160px;
    object-fit: cover;
    margin-bottom: 20px;
    margin-top: -10px;
    
    border: 2px solid #a7dffc;
    border-radius: 12px;
    padding: 1px;
    background-color: #f5faff; /* optionnel : ajoute un fond bleu très clair */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); /* effet subtil */
    transition: transform 0.3s ease;
  }
  
  .service-card:hover img {
    transform: scale(1.03);
  }
  
  
  .service-card h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #003b73;
  }
  
  .service-card p {
    font-size: 14px;
    color: #555;
    margin-bottom: 25px;
    text-align: center;
  }
  
  .price-button {
    background-color: #003b73;
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    margin-top: auto;
    width: fit-content;
    text-decoration: none; /* Supprime le soulignement du lien */
    display: inline-block; /* Assure que padding et border-radius s’appliquent correctement */
    text-align: center; /* Centrer le texte si nécessaire */
}

.price-button:hover {
    background-color: #f04c4c;
    color: white;
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(240, 76, 76, 0.3);
    text-decoration: none; /* Toujours pas de soulignement au hover */
}

/*PORTFOLIO________________________________________________________*/
  
  .project-slider-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    text-align: center;
  }
  
  .project-slider-container {
    overflow: hidden;
    position: relative;
  }
  
  .project-slider-track {
    display: flex;
    transition: transform 0.6s ease-in-out;
    width: 400%; /* 100% par slide (3 slides = 400%) */
  }
  
  .project-slider-slide {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 30px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  
  .project-slider-card {
    background: linear-gradient(135deg, #003c7c, #0059b3, #ed6060);
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
    height: 300px; /* hauteur fixe */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  
  .project-slider-card img {
    width: calc(100% - 20px); /* laisse un petit espace à gauche/droite */
    display: block;
    margin: 10px auto 0; /* ajoute une marge en haut et centre l'image */
    border-radius: 15px;
    object-fit: cover;
    height: 80%; /* augmenté pour occuper plus de place */
    object-position: top; /* affiche la partie haute de l’image */
  }
  
  
  .project-slider-card p {
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    margin: 15px 0;
    text-align: center;
  }
  
  .project-slider-card:hover {
    transform: scale(1.03);
  }
  
  /* Pagination Dots */
  .project-slider-pagination {
    margin-top: 20px;
  }
  
  .project-slider-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background-color: #ccc;
    border-radius: 50%;
    transition: background 0.3s;
    cursor: pointer;
  }
  
  .project-slider-dot.active {
    background-color: #003c7c;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .project-slider-slide {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 480px) {
    .project-slider-slide {
      grid-template-columns: 1fr;
    }
  }

  /* MODAL _________*/
  .image-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.85);
  }
  
  .image-modal-content {
    margin: 5% auto;
    display: block;
    max-width: 90%;
    max-height: 80%;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  }
  
  .image-modal-close {
    position: absolute;
    top: 30px;
    right: 45px;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
  }
  
  .image-modal-close:hover {
    color: #ff4f4f;
  }
  
  
  /*PROCESS________________________________________________*/
  .steps-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
  }
  
  /* Boîte étape */
  .step-box {
    position: relative;
    width: 250px;
    padding: 100px 20px 30px;
    border: 4px solid #005a9e;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }
  
  /* Hover effet */
  .step-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }
  
  /* Étapes 2 et 4 : marge en haut seulement */
  .step-2,
  .step-4 {
    margin-top: 30px;
    border-color: #5db5fd;
  }
  
  /* Étapes 1 et 3 : marge en bas seulement */
  .step-1,
  .step-3 {
    margin-bottom: 30px;
  }
  
  /* Cercle supérieur */
  .step-circle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px; /* élargi un peu */
    height: 60px; /* plus haut pour un arc plus arrondi */
    background-color: #005a9e;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
    z-index: 1;
  }  
  
  /* Cercle clair */
  .step-circle-light {
    background-color: #5db5fd;
  }
  
  
/* Icône : plus grande */
.step-icon img {
    width: 65px; /* anciennement 50px */
    height: 65px;
    margin-bottom: 10px; /* réduit pour coller au titre */
    margin-top: -10px; /* rapproche de la zone du haut */
  }
  
  /* Titre */
  .step-title {
    font-size: 16px;
    font-weight: bold;
    color: #005a9e;
    text-transform: uppercase;
    margin-bottom: 6px; /* réduit */
  }
  
  /* Texte */
  .step-text {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    margin: 0; /* supprime les marges par défaut éventuelles */
  }

/*EQUIPE_______________________________________________*/
.testimonial-wrapper {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 50px auto;
    padding: 0 60px; /* espace pour les flèches */
    box-sizing: border-box;
  }
  
  .testimonial-slide {
    display: none;
  }
  
  .testimonial-slide.active {
    display: block;
  }
  
  .testimonial-card {
    background-color: #cce7ff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
    min-height: 220px;
  }
  
  
  .testimonial-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #004b8d;
    color: white;
    padding: 25px 20px;
    border-radius: 15px;
    width: 200px;
    height: 100%;
    /* Supprimer le débordement */
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    margin-right: 20px; /* espace entre profil et texte */
  }
  
  
  
  .testimonial-img img {
    width: 110px;      /* anciennement 90px */
    height: 110px;
    border-radius: 50%;
    border: 5px solid white;
    object-fit: cover;
    margin-bottom: 12px;
  }
  
  
  .testimonial-info h3 {
    margin: 0;
    font-size: 16px;
    color: white;
  }
  
  .testimonial-info p {
    margin: 5px 0 0;
    font-size: 13px;
    color: white;
  }
  
  .testimonial-right {
    flex: 1;
    font-size: 15px;
    font-style: italic;
    color: #003366;
    line-height: 1.5;
  }
  
  
  
  /* Flèches pagination */
  .testimonial-pagination {
    position: absolute;
    top: 50%;
    right: -60px; /* décalé à droite du bloc */
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .testimonial-arrow {
    background-color: #004b8d;
    border: none;
    color: white;
    width: 35px;
    height: 35px;
    font-size: 18px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .testimonial-arrow:hover {
    background-color: #007bff;
  }

  
  /* Responsive */
  @media screen and (max-width: 768px) {
    .testimonial-card {
      flex-direction: column;
      align-items: center;
    }
  
    .testimonial-left {
      width: 100%;
      margin: 0 0 15px 0;
    }
  
    .testimonial-right {
      text-align: center;
    }
  
    .testimonial-pagination {
      flex-direction: row;
      justify-content: center;
      margin-top: 20px;
      position: static;
    }
  }
  
/*GENERAL___________________________________________*/
.repat-title h2 {
    font-size: 42px;
    color: #002f5f;
    margin-top: 20px;       /* ✅ marge en haut ajoutée */
    margin-bottom: 25px;    /* ✅ marge en bas réduite */
    font-weight: 800;
    letter-spacing: 1.5px;
    text-align: center;
    line-height: 1.3;
  }
  
  @media screen and (max-width: 768px) {
    .repat-title h2 {
      font-size: 28px;
      margin-top: 15px;
      margin-bottom: 20px;
    }
  }
  

    /*PIECE JOINTE___________________________________________*/
    .file-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .file-list li {
        display: flex;
        align-items: center;
        background: #f1f1f1;
        padding: 6px 10px;
        border-radius: 6px;
        margin-bottom: 5px;
    }
    
    .file-list .delete-file {
        margin-left: auto;
        cursor: pointer;
        color: #e63946;
        font-weight: bold;
    }
    