@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');


:root {
    --color-default: #222222;
    --color-primary: #ffffff;
    --color-secondary: #f85a40;
}
/* Smooth scroll behavior */
:root {
    scroll-behavior: smooth;
}
/*--------------------------------------------------------------
  # General
  --------------------------------------------------------------*/
body {
    font-family: nourd-bold;
    color: var(--color-default);
}
a {
    color: black;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
}
/*slidere*/
.slog > p {
    animation: glow 2s ease-in-out infinite;
}

@keyframes glow {
    0%,
    100% {
        color: #ffff;
        text-shadow: 0 0 12px orangered, 10px 60px 50px orangered,
            0 0 100px orangered;
    }

    0%,
    10% {
        color: #f6f2f2;
        text-shadow: none;
    }
}

/* ==========================================================
===DEPLOIEMENT================================================
*/
.imag {
    padding: 50px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
}
.imag span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #f17a18;
    text-align: center;
}
.imag p {
    color: #aaaaaa;
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.imag:hover {
    background: #ea8c3f;
    padding: 30px 30px 70px 30px;
    box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
.imag:hover span,
.imag:hover p {
    color: #0c0b0b;
}
@keyframes dev {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(50%);
        /* Adjust based on the number of slides */
    }
}
.dev {
    flex: 0 0 100%;
    display: flex;
}
.devel-container {
    box-shadow: 0px 2px 15px rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    position: relative;
    overflow: hidden;
}
.devel-container .devel .dev {
    display: flex;
    animation: dev 4s linear infinite;
}
.devel-container .devel .dev img {
    margin: 10px 10px 10px 10px;
    height: 200px;
    width: auto;
}
.devel-container .devel .dev .imag {
    margin: 10px 10px 10px 10px;
}
/* ==============================================================
==============FIN DEPLYEMENT=====================================
*/

/*--------------------------------------------------------------
  # Sections & Section Header
  --------------------------------------------------------------*/
section {
    padding: 10px 0;
    overflow: hidden;
}
.sections-bg {
    background-color: #f6f6f6;
}
.section-header {
    text-align: center;
    padding-bottom: 60px;
}
.section-header h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.section-header h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--color-primary);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.section-header p {
    margin-bottom: 0;
    color: #6f6f6f;
}

/*--------------------------------------------------------------
  # Breadcrumbs
  --------------------------------------------------------------*/
/* .breadcrumbs .page-header {
    padding: 60px 0 60px 0;
    min-height: 20vh;
    position: relative;
    background-color: var(--color-primary);
}
.breadcrumbs .page-header h2 {
    font-size: 56px;
    font-weight: 500;
    color: #fff;
    font-family: var(--font-secondary);
}
.breadcrumbs .page-header p {
    color: rgba(255, 255, 255, 0.8);
}
.breadcrumbs nav {
    background-color: #f6f6f6;
    padding: 20px 0;
}
.breadcrumbs nav ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-default);
}
.breadcrumbs nav ol a {
    color: var(--color-primary);
    transition: 0.3s;
}
.breadcrumbs nav ol a:hover {
    text-decoration: underline;
}
.breadcrumbs nav ol li + li {
    padding-left: 10px;
}
.breadcrumbs nav ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: var(--color-secondary);
    content: "/";
} */
/*--------------------------------------------------------------
  # Scroll top button
  --------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background: var(--color-secondary);
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
}
.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}
.scroll-top:hover {
    background: rgba(248, 90, 64, 0.8);
    color: #fff;
}
.scroll-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 15px;
}
/*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
.topbar {
    background: #e7b201;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
}
.topbar .contact-info i {
    font-style: normal;
    color: #fff;
    line-height: 0;
}
.topbar .contact-info i a,
.topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
}

@media (max-width: 575px) {
    .topbar .contact-info i a,
    .topbar .contact-info i span {
        font-size: 13px;
    }
}
.topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
}
.topbar .contact-info i a:hover {
    color: #fff;
    text-decoration: underline;
}
.topbar .social-links a {
    color: rgba(255, 255, 255, 0.7);
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
}
.topbar .social-links a:hover {
    color: #fff;
}
.header {
    transition: all 0.5s;
    z-index: 997;
    height: 90px;
    background-color: var(--color-primary);
}
.header.sticked {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 70px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}
.header .logo img {
    max-height: 40px;
    margin-right: 6px;
}
.header .logo h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: rgb(253, 141, 60);
    font-family: sans-serif;
}
.header .logo h1 span {
    color: #f96f59;
}
.sticked-header-offset {
    margin-top: 70px;
}
section {
    scroll-margin-top: 70px;
}

/*--------------------------------------------------------------
  # Desktop Navigation
  --------------------------------------------------------------*/
/*
@media (min-width: 1280px) {
    .navbar {
        padding: 0;
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar > ul > li {
        white-space: nowrap;
        padding: 10px 0 10px 28px;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 3px;
        font-family: var(--font-secondary);
        font-size: 16px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.6);
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar > ul > li > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: var(--color-secondary);
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }

    .navbar a:hover:before,
    .navbar li:hover > a:before,
    .navbar .active:before {
        visibility: visible;
        width: 100%;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover > a {
        color: #fff;
    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 28px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
    }

    .navbar .dropdown ul li {
        min-width: 200px;
    }

    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        font-weight: 600;
        color: #006a5d;
    }

    .navbar .dropdown ul a i {
        font-size: 12px;
    }

    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover > a {
        color: var(--color-secondary);
    }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

@media (min-width: 1280px) {
    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }
}
*/
/*--------------------------------------------------------------
  # Mobile Navigation
  --------------------------------------------------------------*/
/*
@media (max-width: 1279px) {
    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }

    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 50px 0 10px 0;
        margin: 0;
        background: rgba(0, 131, 116, 0.9);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }
    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-family: var(--font-primary);
        font-size: 15px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.7);
        white-space: nowrap;
        transition: 0.3s;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover > a {
        color: #fff;
    }

    .navbar .getstarted,
    .navbar .getstarted:focus {
        background: var(--color-primary);
        padding: 8px 20px;
        border-radius: 4px;
        margin: 15px;
        color: #fff;
    }

    .navbar .getstarted:hover,
    .navbar .getstarted:focus:hover {
        color: #fff;
        background: rgba(0, 131, 116, 0.8);
    }

    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        transition: all 0.5s ease-in-out;
        background-color: #007466;
        border: 1px solid #006459;
    }

    .navbar .dropdown > .dropdown-active,
    .navbar .dropdown .dropdown > .dropdown-active {
        display: block;
    }

    .mobile-nav-show {
        color: rgba(255, 255, 255, 0.6);
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 9999;
        margin-right: 10px;
    }

    .mobile-nav-hide {
        color: #fff;
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 9999;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .navbar {
        right: 0;
    }

    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(0, 106, 93, 0.8);
        z-index: 9996;
    }
}
*/
/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/

/*-----------------DOMMAINES---------------------------------------------
# Hero Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .box {
    padding: 50px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
    border: none;
}

.why-us .box span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #f17a18;
}
.why-us .box h4 {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0;
    color: #2a2a2a;
}
.why-us .box p {
    color: #aaaaaa;
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.why-us .box:hover {
    background: #ea8c3f;
    padding: 30px 30px 70px 30px;
    box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
    color: #0c0b0b;
}
/*====================================fin==============================*/

/*==================================================================
========REALISATIONS==============================================
====================================================================*/
.btn-realisation {
    padding: 10px;
    border: none;
    outline: none;
    border-radius: 10%;
    margin: 10px;
}
.btn-realisation a i {
    color: #f17a18;
    font-weight: 900;
}
.video-area .realisation {
    height: 100px;
    width: 200px;
    margin: 15px 15px 15px 15px;
}
/*-----lire plus et reduire-----*/
.ch {
    display: none;
}
.ch:checked ~ label {
    display: none;
}
.ch:checked ~ .chdbt {
    display: block;
}
.chdbt {
    display: none;
}
.labe {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background-color: black;
    padding: 3px 13px;
    border-radius: 3px;
    margin-top: 12px;
}

/*-------------------------------------------------------*/
#testimonial_area {
    padding: 10% 0;
}
.box-area {
    padding: 30px;
    position: relative;
    display: block;
    border-radius: 10px;
    background: #fff;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 40px 10px;
}
.box-area h5 {
    font-size: 19px;
    font-weight: 900;
    color: #f17a18;
    margin-top: 40px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.box-area span {
    min-height: 110px;
    color: #262626;
    display: block;
    font-size: 15px;
    margin: 0 0 15px;
    font-weight: 400;
    font-family: fantasy;
}
.box-area .content {
    color: #262626;
    font-family: "Times New Roman", Times, serif;
}
.box-area .img-area {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -40px;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    z-index: 1;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);
}

.box-area .img-area img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.socials {
    margin-top: 30px;
}

@media only screen and (max-width: 991px) {
    .owl-nav {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .box-area {
        text-align: center;
    }
    .owl-nav {
        display: none;
    }
}


/*==================================================================
========DISTINCTION et REALISATION2 ================================
====================================================================
*/
.secteur {
    display: grid;
    place-items: center;
    height: 85vh;
    background-color: rgb(255, 255, 255);
    border-radius: 25px;
}
.secteur-header {
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 900;
    padding-bottom: 25px;
    color: #362828;
    text-decoration: none;
}
.secteur-header:after {
    content: "";
    height: 3px;
    width: 200px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
    background: #d29119;
}
.secteur-header span {
    display: block;
    font-size: 15px;
    font-weight: 300;
}
.testimonials {
    max-width: auto;
    padding: 0 15px 20px;
    margin: 0 auto 8px auto;
    max-height: auto;
}
.single-item {
    box-shadow: -10px 10px 40px rgba(0, 0, 0, 0.25);
    background: #ffffff;
    color: #111;
    padding: 15px;
    margin: 50px 15px;
    border-radius: 30px;
    border-top: 3px solid #f1a013;
    border-bottom: 3px solid #f18407;
    height: auto;
}
.profile {
    margin-bottom: 30px;
    text-align: center;
}
.img-area {
    margin: 0 15px 15px 15px;
}
.img-area img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    border: 3px solid rgb(208, 105, 2);
}
.content {
    margin-top: 15px;
    font-size: 18px;
    display: grid;
}
.content p {
    font-family: "Berkshire Swash", cursive;
    text-align: justify;
}
.stars i {
    color: rgb(255, 225, 0);
    font-size: 22px;
    text-align: center;
}
.content h4 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(216, 55, 30);
    font-size: 25px;
}
.content span {
    font-size: 18px;
    margin-right: 20px;
    color: rgb(24, 15, 14);
}
.socials i {
    margin-right: 25px;
}
.bio h4 {
    font-family: "Berkshire Swash", cursive;
    color: rgb(131, 10, 10);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: rgb(222, 71, 25);
}

.delt {
    box-shadow: -10px 10px 40px rgba(0, 0, 0, 0.25);
    background: #ffffff;
    color: #111;
    padding: 15px;
    margin: 50px 15px;
    border-radius: 30px;
    border-top: 3px solid #e06421;
    border-bottom: 3px solid #db6115;
}
/*====================================fin==============================*/

/* ===============DISTINCTION========================================
------------------------------*/
.testimoniales {
    --color-background: #f4f4f4;

}
.testimoniales .info h3 {
    color: var(--color-secondary);
    font-weight: 800;
    font-size: 32px;
}
.testimoniales .swiper {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
    background: var(--color-box-background);
}
.testimoniales .testimonials-carousel,
.testimoniales .testimonials-slider {
    overflow: hidden;
}
.testimoniales .testimonial-item {
    box-sizing: content-box;
    min-height: 200px;
    position: relative;
    margin: 30px;
}
.testimoniales .testimonial-item .testimonial-img {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    border: 6px solid var(--color-background);
    margin-right: 10px;
}
.testimoniales .testimonial-item h3 {
    color: var(--color-secondary);
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}
.testimoniales .testimonial-item h4 {
    color: rgba(var(--color-default-rgb), 0.5);
    font-size: 14px;
    margin: 0;
}
.testimoniales .testimonial-item .stars {
    margin: 10px 0;
}
.testimoniales .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}
.testimoniales .testimonial-item .quote-icon-left,
.testimoniales .testimonial-item .quote-icon-right {
    color: rgba(var(--color-primary-rgb), 0.4);
    font-size: 26px;
    line-height: 0;
}
.testimoniales .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}
.testimoniales .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1);
}
.testimoniales .testimonial-item p {
    font-style: italic;
    margin: 15px auto 15px auto;
}

.testimoniales .swiper-wrapper {
    height: auto;
}
.testimoniales .swiper-pagination {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.testimoniales .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(var(--color-default-rgb), 0.15);
    opacity: 1;
    border: none;
}
.testimoniales .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
}

@media (max-width: 767px) {
    .testimoniales .testimonials-carousel,
    .testimoniales .testimonials-slider {
        overflow: hidden;
    }
    .testimoniales .testimonial-item {
        margin: 15px;
    }
}

/* SONDAGE
  ------------------------------*/
.faq .content h3 {
    color: black;
    font-weight: 400;
    font-size: 34px;
}

.faq .content p {
    font-size: 15px;
    color: rgba(var(--color-default-rgb), 0.7);
}

.faq .faq-container .faq-item {
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 5px 25px 0px rgba(var(--color-default-rgb), 0.1);
    overflow: hidden;
}

.faq .faq-container .faq-item:last-child {
    margin-bottom: 0;
}
.faq .faq-container .faq-item h3 {
    color: var(--color-secondary);
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin: 0 30px 0 0;
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
}
.faq .faq-container .faq-item h3 .num {
    color: black;
    padding-right: 5px;
}
.faq .faq-container .faq-item h3:hover {
    color: black;
}
.faq .faq-container .faq-item .faq-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.faq .faq-container .faq-item .faq-content p {
    margin-bottom: 0;
    overflow: hidden;
}
.faq .faq-container .faq-item .faq-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    line-height: 0;
    transition: 0.3s;
    cursor: pointer;
}
.faq .faq-container .faq-item .faq-toggle:hover {
    color: black;
}
.faq .faq-container .faq-active h3 {
    color: black;
}
.faq .faq-container .faq-active .faq-content {
    grid-template-rows: 1fr;
    visibility: visible;
    opacity: 1;
    padding-top: 10px;
}
.faq .faq-container .faq-active .faq-toggle {
    transform: rotate(90deg);
    color: var(--color-primary);
}
/*====================================fin==============================*/

/*==================================================================
========ACTUALITE==============================================
====================================================================*/
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 100px;
}

.topHeadlines .right .topNews::-webkit-scrollbar {
    width: 6px;
}
.topHeadlines .right .topNews::-webkit-scrollbar-thumb {
    background-color: #777;
}
.img-area-ar {
    margin: 5px 5px 5px 5px;
    padding: auto;
}
.img-area-ar img {
    height: 190px;
    width: 190px;
    border-radius: 10%;
    margin: 5px;
    padding: auto;
}
.topHeadlines .card {
    background-color: rgb(211, 205, 205);
}
.topHeadlines .all_live {
    background-color: #807979;
    box-shadow: -10px 10px 40px rgba(36, 31, 31, 0.929);
}

.topHeadlines {
    background-color: rgb(248, 248, 248);
    padding: 100px 50px 50px;
    width: 100%;

}
.topHeadlines .left {
    padding: 10px 30px;
}
.topHeadlines .left > .title {
    font-size: 20px;
    padding: 15px;
    text-align: center;
}
.topHeadlines .left .img {
    width: 100%;
    height: 400px;
    background-color: rgb(225, 205, 182);
}
.topHeadlines .left .img img {
    width: 100%;
    height: 100%;
}
.topHeadlines .left .text {
    padding: 20px 15px 10px;
    text-align: center;
}
.topHeadlines .left .text .title a {
    text-decoration: none;
    text-align: center;
}
.topHeadlines .left .text .title a p {
    font-size: 20px;
    color: #050404;
    letter-spacing: 1px;
    display: inline;
    cursor: pointer;
    font-weight: 700;
}
.topHeadlines .left .text .title a p:hover {
    font-size: 20px;
    color: #f85a40;
}

.topHeadlines .left .title h2 {
    font-weight: 700;
    color: rgb(236, 7, 7);
    font-family: fantasy, Helvetica, sans-serif, Geneva, Tahoma, sans-serif;
}
.topHeadlines .right .title h2 {
    font-weight: 700;
    color: rgb(125, 52, 52);
    font-family: fantasy, Helvetica, sans-serif, Geneva, Tahoma, sans-serif;
}

.topHeadlines .left .text .description {
    font-size: 15px;
    margin-top: 10px;
    color: #6b6868;
    letter-spacing: 1px;
}
.topHeadlines .left .text .info-date {
    color: rgb(0, 0, 0);
    font-weight: 500;
}
.topHeadlines .right {
    padding: 10px;
    width: 1005;
    height: 500px;
}
.topHeadlines .right > .title {
    font-size: 20px;
    padding: 15px;
    text-align: center;
}
.topHeadlines .right .topNews {
    padding: 7px;
    height: 85%;
    border: 1px solid #382121;
    border-radius: 4px;
    overflow-y: scroll;
}
.topHeadlines .right .topNews .news {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: -10px 10px 40px rgba(171, 166, 166, 0.929);
}
.topHeadlines .right .topNews .news .img {
    width: 170px;
    height: 100%;
    max-height: 120px;
    min-height: 90px;
    background-color: #f85a40;
}
.topHeadlines .right .topNews .news .img img {
    width: 100%;
    height: 100%;
}
.topHeadlines .right .topNews .news .text {
    margin-inline: 10px;
    display: flex;
    align-items: center;
}
.topHeadlines .right .topNews .news .text .title a {
    text-decoration: none;
}
.topHeadlines .right .topNews .news .text .title a p {
    color: #000000;
    display: inline;
}
.topHeadlines .right .topNews .news .text .title a p:hover {
    color: #f85a40;
}
.topHeadlines .actu-titre {
    font-weight: 800;
    color: black;
}
.topHeadlines .actu-titre:hover {
    color: rgb(11, 10, 10);
}

.page2 {
    width: 100%;
    background-color: #16161d;
    min-height: 100vh;
    padding: 50px;
}
.page2 .news {
    padding: 30px 0;
    border-bottom: 1px solid #555;
}
.page2 .news:last-child {
    padding: 30px 0;
    border-bottom: none;
}
.page2 .news > .title h2 {
    font-size: 40px;
    cursor: pointer;
    display: inline;
}
.page2 .news > .title h2:hover {
    text-decoration: underline;
}
.page2 .news .newsBox {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.page2 .news .newsBox .newsCard {
    width: calc(100% / 5 - 20px); /*20px is the margin given to each card*/
    margin: 10px;
}
.page2 .news .newsBox .newsCard .img {
    width: 100%;
    height: 150px;
    background-color: rgb(240, 194, 175);
    border-radius: 5px;
}
.page2 .news .newsBox .newsCard .img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.page2 .news .newsBox .newsCard .text {
    padding: 10px;
}
.page2 .news .newsBox .newsCard .text .title a {
    text-decoration: none;
}
.page2 .news .newsBox .newsCard .text .title a p {
    font-size: 15px;
    color: #ba1010;
    display: inline;
    cursor: pointer;
}
.page2 .news .newsBox .newsCard .title a p:hover {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .topHeadlines .right .topNews .news .img {
        width: 150px;
    }
    .topHeadlines .right .topNews .news .text .title a p {
        font-size: 14px;
    }
    .page2 .news .newsBox .newsCard .img {
        height: 120px;
    }
    .page2 .news .newsBox .newsCard .text {
        padding: 5px;
    }
    .page2 .news .newsBox .newsCard .text .title a p {
        font-size: 14px;
    }
}
@media (max-width: 600px) {
    .topHeadlines .left {
        padding: 10px 0px;
    }
    .topHeadlines .right .topNews .news .img {
        width: 150px;
    }
    .topHeadlines .right .topNews .news .text .title a p {
        font-size: 14px;
    }
    .page2 .news .newsBox .newsCard {
        width: calc(100% / 2 - 20px);
    }
}
@media (max-width: 425px) {
    .topHeadlines {
        padding: 100px 20px 50px;
    }
    .page2 {
        padding: 50px 20px;
    }
    .page2 .news .newsBox .newsCard {
        width: 100%;
        display: grid;
    }
    .page2 .news > .title h2 {
        font-size: 30px;
    }
    .page2 .news .newsBox .newsCard .img {
        height: 100%;
        min-height: 150px;
    }
    .page2 .news .newsBox .newsCard .text .title a p {
        font-size: 16px;
    }
}
/*====================================fin==============================*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


/*------------------FIN---------------------------------------*/

/*==============================================================
=========================DOMMAINES==============================
================================================================*/
/* ===================== RESET ===================== */
/* ================== CONTAINER ================== */
/* ================== CARDS SERVICES ================== */
.services-carousel .service-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.services-carousel .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
}

.service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e3c72;
    margin-bottom: 15px;
}

.service-description {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 15px;
}

.service-points {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
    text-align: left;
}

.service-points li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.service-points li img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.service-static {
    background: #eef6ff;
    border-left: 4px solid #00bfff;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #333;
}

/* ================== BARRE DECORATIVE ================== */
.decorative-bar {
    height: 4px;
    width: 120px;
    background: linear-gradient(90deg, #00bfff, #1e3c72);
    margin: 50px auto 30px;
    border-radius: 2px;
}

/* ================== TEXTE INCITATION ================== */
.contact-cta {
    padding: 40px 15px;
    background: #f9fbff;
    border-radius: 20px;
    max-width: 900px;
    margin: 0 auto 80px;
}

.contact-cta h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1e3c72;
}

.contact-cta p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
}

.btn-contact {
    display: inline-block;
    padding: 12px 30px;
    background: #00bfff;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-contact:hover {
    background: #1e3c72;
    transform: translateY(-3px);
}

/* ================== RESPONSIVE ================== */
@media(max-width: 992px){
    .services-carousel .service-card { margin-bottom: 30px; }
}

@media(max-width: 576px){
    .service-title { font-size: 1.3rem; }
    .contact-cta h3 { font-size: 1.5rem; }
}

/*====================================fin==============================*/

/*==================================================================
========ARCHIVES==============================================
====================================================================
*****/

.cla {
    position: relative;
    width: 450px;
    height: 350px;
    margin: 10px;
}
.container2 {
    position: relative;
    display: flex;
    height: auto;
    box-shadow: -10px 10px 40px rgba(0, 0, 0, 0.25);
    margin: 2px 2px;
    padding: 15px;
}
.photos {
    border-left: 1px solid rgb(12, 7, 1);
    border-top: 1px solid rgb(10, 6, 2);
    border-bottom: 1px solid rgb(10, 6, 2);
    box-shadow: -10px 10px 40px rgba(36, 31, 31, 0.929);
    border-radius: 10px;
    background-color: #ffffff;
    margin: 10px;
}

.actuallite-top img {
    border-radius: 10%;
    margin: 10px;
}

.img-area-archi img {
    height: 100px;
    width: 100px;
    border-radius: 10%;
    margin: 10px;
    padding: auto;
    border: 0px solid rgb(0, 0, 0);
}
.archives-texte {
    position: relative;
    font-family: monospace;
    margin: 20px;
}
.archives-texte h4 {
    font-weight: 600;
    position: relative;
    width: auto;
    color: #780404;
    border-radius: 10%;
    border-radius: 10px;

}
.archives-texte p {
    margin: 10px;
    color: #000000;
    font-size: 20px;
}
.archives-texte .date {
    color: #fd0a0a;
    font-weight: 500px;
    margin: 5px;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    font-family: Arial, Helvetica, sans-serif;
}
/*====================================fin==============================*/

/*==================================================================
========APPLICATION==============================================
====================================================================
*****/
.img-area-app img {
    height: 100px;
    width: 100px;
    border-radius: 10%;
    border: 1px solid rgb(208, 105, 2);
    border: 1px solid rgb(208, 105, 2);
}
.all-app {
    box-shadow: -10px 10px 40px rgba(0, 0, 0, 0.25);
    background: #ffffff;
    color: #111;
    padding: 10px;
    border-radius: 30px;
    border-right: 3px solid #e06421;
    border-bottom: 3px solid #db6115;
}
.appd {
    padding: 10px;
    margin: 10px 15px;
    border-radius: 30px;
    border-top: 3px solid #e06421;
    border-bottom: 3px solid #db6115;
}
.bio h6 {
    font-family: "Berkshire Swash", cursive;
    color: rgb(0, 0, 0);
}
.download-catalog span:hover {
    color: rgb(255, 0, 0);
}
/*=================================FIN==============================*/

/*==================================================================
========Gallery Images ========================================
====================================================================
*****/
.gallery {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px;
}
.gallery .image {
    margin: 10px;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    max-width: 250px;
    max-height: 250px;
}
.gallery .image img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: transform 0.2s;
}
.gallery .image h4 {
    background-color: #ffffff;
    color: #000000;
    padding: 10px;
    margin: 0;
    text-decoration: none;
    font-weight: 700;
}
.gallery .image a {
    color: #000000;
    text-decoration: none;
}
.gallery .image:hover {
    transform: scale(1.05);
}
/*====================================fin==============================*/

/*===============================================================
==================Images=========================================
=================================================================*/
.album {
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.album .album-title {
    text-align: center;
    margin: 20px 0;
}
.album .image-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 10px;
    margin: 0 20px;
}
.album .image {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
}
.album .image img {
    /*position: relative;
    max-width: 100%;
    height: auto;
    display: block;
    transition: transform 0.2s;
    */
}
.album .image:hover {
    transorm: scale(1.05);
}
/*============================fin======================================*/

/*=====EQUIPE ====================================================
====================================================================
*/
.team {
    --color-background: #f4f4f4;
    --color-box-background-rgb: 0, 0, 0;
}

.team .member {
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
    margin: 0 80px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 4px solid #ffffff;
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
    .team .member .member-img {
        margin: 0 60px;
    }
}

.team .member .member-img img {
    position: relative;
    z-index: 1;
}

.team .member .member-info {
    margin-top: 30px;
}

.team .member .member-info h4 {
    color: #e4440a;
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 18px;
}

.team .member .member-info span {
    font-style: italic;
    display: block;
    font-size: 15px;
    font-weight: 800;
    color: #a1a1a1;
    margin-bottom: 10px;
}

.team .member .member-info p {
    margin-bottom: 0;
    font-size: 14px;
}

.team .member:hover .member-img .social {
    padding-bottom: 0;
    visibility: visible;
    opacity: 1;
}
/*====================================fin==============================*/

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
    padding: 10px 0;
    background-color: rgb(225, 101, 23);
}

.clients .swiper {
    padding: 20px 0;
}

.clients .swiper-slide img {
    border-radius: 18px;
    transition: 0.3s;
    width: 90px;
    height: 90px;
}
.clients .swiper-slide .box {
    padding: 50px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
    border-radius: 15px;
    transition: 0.3s;
}

.clients .swiper-slide img:hover {
    transform: scale(1.5);
}

.clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
}

/*=======================REPORTAGE ================================================*/
/*--------------------------------------------------------------
  # Blog Page
  --------------------------------------------------------------*/
/* Blog Section - Blog Page
  ------------------------------*/
.blog .posts-list article {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.blog .posts-list .post-img {
    max-height: 240px;
    margin: -30px -30px 15px -30px;
    overflow: hidden;
}
.blog .posts-list .post-category {
    font-size: 16px;
    color: rgba(var(--color-default-rgb), 0.6);
    margin-bottom: 10px;
}
.blog .posts-list .title {
    font-size: 22px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0;
}
/*=======================FIN================================================*/
