

{# 

    RESET CSS
    
#}


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

/* Condition pour la langue arabe */


.navbar-toggler {
    background-color:#003260!important;
}

p {
    font-size:1.5rem;
    color: #2B2B2B;

}

h1 {
    font-weight:bold;
}

h1, h2, h3, h4, h5, h6 {
    color: #34303B;
    font-weight:bold;
}


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


{# 

    NAVIGATION
    
#}

nav {
    background-color: #fff;
}

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

.navbar-dark .navbar-nav .nav-link {
    color: #2B2B2B !important;
}

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

.navbar-dark .navbar-nav .nav-link.contact {
    border: 1px solid #2B2B2B;
    border-radius: 5px;
    background: #fff;
    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 #003260;
    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 */
}

.bg-icon {
    background: #003260;
}

.bg-icon i {

    color: #fff;

}


{#
    

    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 {
    background: #003260;
}

footer h4 {
    color: #e5f1fa;
}

footer .bottom-bar {
    background: #003260;
}

.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 {
    color: #e5f1fa;
    font-size:1rem;
}

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


{# 

    BUTTONS
    
#}


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

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

}


{# 
    
    GESTION DES SECTIONS

#}

.section-1 {
    background-color: #fff;
    color: #fff;
}

.section-2 {
    background-color: #e5f1fa;
    color: #fff;
}


.section-3 {
    background-color: #fff;
    color: #fff;
}

.section-4 {
    background-color: #e5f1fa;
    color: #fff;
}

.section-5 {
    background-color: #fff;
    color: #fff;
}

.section-6 {
    background-color: #e5f1fa;
    color: #fff;
}

.section-8 {
    background-color: #e5f1fa;
}

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

{# 

    NOTRE APPROCHE

#}

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


{# 

    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;

}  