/* Global Styles */
        body {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            font-family: 'Montserrat', sans-serif;
            background-color: #f4f4f9;
            color: #003366;
            line-height: 1.6;
            borde
        }

        h1, h2, h3 {
            margin: 0;
            font-weight: 700;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        .btn {
            display: inline-block;
            padding: 10px 20px;
            background-color: #9bb95a;
            color: #fff;
            border-radius: 5px;
            
        }

        .btn:hover {
            background-color: #47622d;
        }





        /* Topbar Start */
 
#topbar{
    background-color: #00509e !important;
}
#topbar i{
    color: #9bb95a;
}
.topbar .top-info {
    letter-spacing: 1px;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

#note {
    width: 500px;
    overflow: hidden;
    color: #ffffff;
}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 20s infinite;
    animation-timing-function: all;
}

@keyframes mymove {
    from {left: -100%;}
    to {left: 100%;}
}

/* Topbar End */







        /* Navbar */
        .navbar-brand {
            font-weight: 700;
            text-transform: uppercase;
            color: #003366;
            height: 60px;
        }

        .navbar-nav .nav-link {
            text-transform: uppercase;
            font-weight: 600;
        }

        .navbar-toggler {
            border: none;
        }

        .navbar-toggler:focus {
            box-shadow: none;
        }

        .btn-quote {
            text-transform: uppercase;
            font-weight: 600;
            background-color: #9bb95a !important;
            border: 0 !important;
            transition: background-color 0.3s linear;
        }

        .btn-quote:hover {
            background-color: #47622d !important;
        }



        /* Start Hero Section */
        .hero {
            background-color: #003366;
            color: white;
            padding: 50px 0;
            text-align: center;
        }

        .hero h1 {
            font-size: 2.5rem;
            margin-bottom: 20px;
        }

        .hero p {
            font-size: 1.2rem;
            margin-bottom: 30px;
            text-align: justify;
        }

        .hero .btn {
            display: inline-block;
            padding: 10px 20px;
            background-color: #9bb95a;
            color: white;
            text-transform: uppercase;
            font-weight: 600;
            border-radius: 5px;
            transition: background-color 0.3s ease;
            text-decoration: none;
        }

        .hero .btn:hover {
            background-color: #47622d;
        }

        /* End Hero Section */






        



        /* debut apropos */
#apropos h1{
    padding-bottom: 25px;
    padding-top: 60px;
    margin-left: 20rem;
    font-weight: bold;
} 
#apropos img{
    width: 40rem;
    height: 25rem;
    box-shadow: 0 0 15px black;
}
#apropos p{
    margin-left: 20rem;
    text-align: justify;
    margin-top: 25px;
    font-size: 17px;
}
/* fin apropos */



        /* Start Services section */
#service {
    background-color: #f4f4f9;
    padding: 50px 0;
    text-align: center;
    height: 700px;
}
#service h2 {
    margin-bottom: 40px;
}
#service h5{
    color: #00509e;
}
#service svg{
    margin: auto;
    margin-top: 20px;
}
#service .card{
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#service .btn{
    color: #9bb95a;
}

/* End Services section */





/* Start section 6 */
#section6{
    background-color: #00509e;
    height: 170px;
    margin: auto;
}
#section6 .btn{
    background-color: #9bb95a;
    float: right;
    font-size: 15px;
    letter-spacing: 2px;
    border-radius: 5px;
    border: none;
    margin-top: 13px;
}
#section6 h4{
    margin-top: 13px;
}
/* End section 6 */

















        /* Contact Section */
        .contact {
            padding: 50px 0;
        }

        .contact h2 {
            margin-bottom: 30px;
            text-align: center;
        }

        .contact-form {
            max-width: 600px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .contact-form input, .contact-form textarea {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }

        .contact-form button {
            background-color: #9bb95a;
            border: none;
            padding: 10px;
            color: white;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .contact-form button:hover {
            background-color: #47622d;
        }















































        /* Start infos-section */
#infos-section{
    background-color: #003366;
    height: 100% ;
    border-bottom: solid 1px #9bb95a;
}
#infos-section i,
#infos-section h1,
#infos-section h5{
    color: #9bb95a !important;
}
#infos-section a{
    font-size: 16px;
    letter-spacing: 2px;
    color: rgb(255, 255, 255) !important;
}
#infos-section p{
    color: rgb(255, 255, 255) !important;
    font-size: 16px !important;
}
.twitter-logo{
    width: 25px !important;
    height: 25px !important;
    margin-right: 20px !important;
}
.facebook-logo{
    width: 25px !important;
    height: 25px !important;
    margin-right: 20px !important;
}
.youtube-logo{
    width: 25px !important;
    height: 25px !important;
    margin-right: 20px !important;
}
.instagram-logo{
    width: 25px !important;
    height: 25px !important;
}
#infos-section input{
    width: 100%;
    padding: 8px 5px;
}
/* End infos section */

/* Start footer */
#footer-page{
    background-color: #00509e;
    text-align: center;
    height: 100%;
    color: white;
    font-size: 15px;
}
#footer-page .foot-links{
    color: #9bb95a;
    text-decoration: none;
}
/* End footer */
