/*
Theme Name: Agence Citadelle
Author: Kreyatika
Author URI: https://kreyatika.com
Description: A simple WordPress theme with Bootstrap integration
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: agencecitadelle-kreyatika
Tags: Agence Citadelle, Kreyatika, WordPress, Bootstrap, Responsive, Simple
*/

/* Add any custom CSS below this line */

body {
    padding:0px !important;
    margin:0px !important;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .site-header {
        background: #fff;
    }
}

.site-header {
    @media (min-width: 768px) {
        position: absolute;
    }
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    border-bottom: 1px solid #364f95;
}

.navbar-brand img {
    width: 220px;
    height: auto;
}

.navbar-nav {
    margin-left: auto;
    
    @media (max-width: 767px) {
        margin-top: 20px;
    }
}

.navbar-nav .nav-link {
    padding: 1rem 5rem 5rem 5rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin: 0 10px;
}

@media (max-width: 767px) {
    .navbar-nav .nav-link {
        color: #000;
        padding: 0px 0px 20px 0px;
    }
}

.nav-spaced .nav-item {
    margin: 0 10px;
}

.navbar-nav .nav-link:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-nav .nav-link:hover {
        color: #ED6C05;
    }
}

.navbar-nav .nav-link.active {
    color: #ED6C05;
}

@media (max-width: 767px) {
    .navbar-nav .nav-link.active {
        color: #ED6C05;
    }
}

.page-title {
    text-align: center;
    margin-bottom: 50px;
}

.page-title h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
}

.header-image {
    background-image: linear-gradient(rgba(30, 59, 138, 0.7), rgba(30, 59, 138, 0.7)), url(./images/helico.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    padding-top: 230px;
}

@media (max-width: 767px) {
    .header-image {
        height: 200px;
        padding-top: 50px;
    }
}

/* Footer Styles */
.site-footer {
    background-color: #1E3A8A;
    color: #fff;
    padding: 70px 0 30px;
    margin-top:50px;
}

.footer-heading {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
}

.footer-heading:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 2px;
    background-color: #fff;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    font-size: 0.95rem;
}

.footer-links a:hover {
    color: #fff;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #fff;
    color: #1E3A8A;
}

.social-icon i {
    font-size: 1.2rem;
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info li {
    display: flex;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .5);
}

.contact-info i {
    margin-right: 15px;
    color: #fff;
    font-size: 1.2rem;
}

.copyright-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, .5);
    font-size: 0.9rem;
}

.copyright-bar a {
    color: rgba(255, 255, 255, .5);
}

.copyright-bar a:hover {
    color: #fff;
}
/* FOOTER */