

{# 
    CONFIGURATION DU STYLE
#}

{# 
    
    GESTION DES SECTIONS

#}



.btn-primary {
    background-color: #EC4C5D !important;
    border:1px solid rgba(255,255,255,0.2);
}

.btn-secondary {
    background-color: #1c2b34 !important;
    border:1px solid rgba(255,255,255,0.2);
}

nav {
    background-color: #2b3e50;
    color: #fff;
}

nav a {
    color: #fff !important;
}

nav i {
    color: #EC4C5D !important;
}



{# Accueil #}

#slogan {
    background-color: #2b3e50;
    color: #fff;
}

#slogan i {
    color: #EC4C5D;
}

#slogan i {
    color: #fff;
}

{# Presentation #}

#presentation {
    background-color: #fff;
    color: #666;
}

#presentation .bg-icon {
    background-color: #EC4C5D;
    color:#fff;
}

{# Services #}
#services {
    background-color: #1c2b34;
    color: #fff;
}

#services i {
    color: #EC4C5D;
}

{# Profils #}
#profiles {
    background-color: #2b3e50;
    color: #fff;
}

#profiles i {
    color: #EC4C5D;
}

{# Approach #}
#approach {
    background-color: #fff;
    color: #666;
}

#approach i {
    color: #EC4C5D;
}

{# Technologies #}
#technologies {
    background-color: #2b3e50;
    color: #fff;
}

#technologies i {
    color: #EC4C5D;
}

{# Avis #}
#google-reviews {
    background-color: #fff;
    color: #666;
}

#google-reviews i {
    color: #EC4C5D;
}

{# Partners #}
#partners {
    background-color: #2b3e50;
    color: #fff;
}

#partners i {
    color: #EC4C5D;
}

{# Values #}
#values {
    background-color: #fff;
    color: #666;
}

#values i {
    color: #EC4C5D;
}

{# Clients #}

#clients {
    background-color: #2b3e50;
    color: #fff;
}

#clients i {
    color: #EC4C5D;
}

{# Contact #}
#contact {
    background-color: #fff;
    color: #666;
}

#contact i {
    color: #fff;
}

#contact .bg-icon {
    background-color: #2b3e50;
}

{# Projects #}

#projects {
    color: black;
}

#projects a{
    color: black;
    font-weight:bold;
}

{# Footer #}
footer {
    background-color: #2b3e50;
    color: #fff;
}

footer i {
    color: #EC4C5D;
}


{# 

    RESET CSS
    
#}


html, body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

/* Condition pour la langue arabe */


p {
    font-size:1.5rem;
}

h1 {
    font-size:50px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight:bold;
}


i {
    font-size: 3rem;
    margin-bottom: 1rem;
    transition: transform 0.3s ease-in-out;
}


{# 

    NAVIGATION
    
#}


.fixed-top {
    z-index:999999;
}

.navbar-dark .navbar-nav .nav-link.active {
    font-weight:bold;
}

.navbar-dark .navbar-nav .nav-link.contact {
    border: 1px solid #fff;
    border-radius: 5px;
    background: transparent;
    color: black;
    font-weight:bold;
}


{# 
    Services Section
#}


.card-img-top {
    min-height:230px;
}

.section-5 {
    width: 100%;
    overflow: hidden;
}

{# 

    NOS PROFILS
    
#}

.card-profile {
    padding: 20px;
    text-align: center;
    background-color: transparent; /* Remove background */
}

.card-profile img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

.card-profile h5, .card-profile p {
    margin-top: 10px;
}


{# 

    SECTION CONTACT
    
#}

#map-container {
    width: 100%;
    height: 400px;
}

#contact {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
}

.contact-card {
    background-color: white;
    border: 10px solid #2b3e50;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
    top: 60px; right: 20px; width: 300px; z-index: 9999;
}

.contact-card .card-body {
    padding: 20px; /* Ajustez le padding selon vos besoins */
}


{#
    

    SECTION REVIEWS
    
#}

.review-card {
    background-color: #f9f9f9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.rating i {
    margin-right: 5px;
}

.total-reviews h4 {
    margin-top: 1rem;
    font-weight: bold;
}

.total-reviews .rating {
    font-size: 1.5rem;
    color: #ffc107; /* Couleur des étoiles */
    display: flex;
    align-items: center;
}

.total-reviews .rating span {
    font-size: 1.25rem;
    margin-left: 10px;
    color: #34303B;
}


{#
    
    SECTION PARTENAIRE

    
#}

.partner-logo, .client-logo {
    flex: 1 1 30%; /* Largeur flexible pour les logos */
    max-width: 150px; /* Largeur maximale des logos */
    transition: transform 0.3s ease-in-out;
}

.partner-logo img, .client-logo img {
    max-width: 100%; /* S'assure que l'image ne dépasse pas du conteneur */
    height: auto;
    display: block;
    margin: 0 auto;
}

.partner-logo:hover, .client-logo:hover {
    transform: scale(1.1); /* Effet de zoom au survol */
}



{# 

    FOOTER

#}

footer .bottom-bar {
    background: #2b3e50;
}

.wave-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave-container svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 75px;
}

footer i {
    font-size:1rem;
}

footer a {
    text-decoration:none;
    color: #fff;
}


{# 

    BUTTONS
    
#}


.btn-services {
    background-color: #D9364D !important;
    color: #fff !important;
}

.btn-contact {
    background-color: #fff !important;
    border:1px solid #fff;
    color: #fff !important;

}

.rounded-circle {
    border: 8px solid #1c2b34;
}

{# 

    NOTRE APPROCHE

#}

.approach {
    height:300px;
    background:url('../images/approach.jpg') no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius:10px;
    border:10px solid #EC4C5D;
}


{# 

    NOS VALEURS

#}

#values .col-md-2:hover .value-icon {
    transform: scale(1.2); /* Effet de zoom au survol */
}




{# 
 
    COMMON CLASSES
    
#}

.fw-bold {
    font-weight: 900;
}

.small-text {
    font-size:1rem !important;

}  

{#
    caroussel
#}

.carousel-item > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.carousel-control-prev, .carousel-control-next {
    fill: #fff;
}


{# 

    RESPONSIVE

#}

@media (max-width: 768px) {
    .text-left, p, h2 {
        text-align: center !important;
    }
}


@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link.contact {
        border: none;
        border-radius: 0;
        background: none;
        color: inherit;
        font-weight: normal;
        margin:0 !important;
    }
}