@charset "UTF-8";

/*!
 * Version - 1.1.1
 * Copyright (c) 2023 Sirexe <2A Digital>

 * L’autorisation est accordée à toute personne qui en obtient une copie de ce style.
 * Il est strictement interdit de publier(vendre) sans l'autorisation préalable des auteurs.
 * Des spécialistes sont à l'origine des documents fournis.
*/
/* @import url('../fonts/font.css'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');
@import url('../vendor/bootstrap/css/bootstrap.min.css');
@import url('color.css');
@import url('loader.css');

/*  ==========================================
*   ================= GENERAL ================
*/
* {
    font-family: var(--ff-source);
    color: var(--dark);
    font-weight: 500;
    transition: all .3s linear;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

/*  ============================================
*   ================ TYPOGRAPHY ================
*/
p {
    font-size: 1rem !important;
    font-weight: 500 !important;
}

.s-fs-13 {
    font-size: 13px !important;
}

.s-fs-14 {
    font-size: 14px !important;
}

h1 {
    font-weight: 800 !important;
}

h2 {
    font-weight: 700 !important;
}

/*  =================================================
*   ================= END TYPOGRAPHY ================
*/

/*  ================================================
*   ================= STYLE SIREXE =================
*/
.-barner {
    /* background-color: #23221f !important; */
    background-image: url("../images/barner.webp");
    background-size: cover;
    background-position: center center;
    color: var(--light) !important;
}

/* Exposer */
#participer {
    background-color: #F5F2F0 !important;
}

#expose h3 {
    color: var(--light) !important;
    font-size: calc(0.975rem + 1vw);
}

#expose p {
    color: var(--light) !important;
    font-weight: 300 !important;
    font-size: 15px !important;
}

#expose .item {
    border-bottom-width: 10px;
    border-style: solid;
}

#expose .item.orange {
    border-bottom-color: var(--primary) !important;
}

#expose .item.white {
    border-bottom-color: var(--light) !important;
}

#expose .item.green {
    border-bottom-color: var(--secondary) !important;
}

#action .action {
    background-image: url(../images/call-to-action.png);
    background-size: cover
}


.form-control {
    background-color: transparent !important;
    border-color: var(--dark) !important;
    color: var(--dark) !important;
}

.underline.underline-center:after {
    left: calc(50% - 50px);
}

.underline:after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 5px;
    margin-top: 10px;
    background: var(--primary);
}

/*  ====================================================
*   ================= END STYLE SIREXE =================
*/

/*  =========================================
*   ================== HEADER ==================
*/

header {
    background-color: #ffffff !important;
}

.nav .nav-link,
.nav .nav-link.active {
    font-size: 16px !important;
}

.nav .nav-link {
    color: var(--dark);
    font-weight: 600 !important;
    font-size: 16px !important;
}

.nav .nav-link.active {
    border-bottom: 2px solid var(--dark) !important;
    color: var(--dark) !important;
    font-weight: 700 !important;
}

#nav .nav-button {
    position: relative;
}

#nav .nav-button::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-100%) scaleX(0);
    transform-origin: 50% 50%;
    width: 90%;
    height: 1.5px;
    background-color: var(--dark);
    transition: transform 250ms;
}

#nav .nav-button:hover,
#nav .dropdown:hover>a {
    color: var(--dark) !important;
    font-weight: 700 !important;
}

#nav .nav-button:not(.active):hover::after {
    color: var(--dark) !important;
    transform: translateX(-50%) scaleX(1);
}

#nav .dropdown:hover>.dropdown-menu {
    display: block;
}

#nav .dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

#nav .dropdown-item.active,
#nav .dropdown-item:active,
#nav .dropdown-item:hover {
    background-color: var(--secondary) !important;
    color: var(--light) !important;
}

/*  =========================================
*   ================== END HEADER ==================
*/

/*  =========================================
*   ================== FOOTER ==================
*/
footer {
    background-color: #f9f9f9 !important;
    font-size: 16px;
    letter-spacing: 0.2px;
}

footer p {
    color: var(--dark) !important;
    font-weight: 500 !important;
    font-size: 15px !important;
}

footer ul li {
    color: var(--dark) !important;
    font-weight: 400 !important;
    font-size: 14px;
}

footer ul li i {
    color: var(--dark) !important;
}

footer #follow li a {
    border: 1px solid var(--dark) !important;
}

#copyright {
    background-color: var(--primary) !important;
}

#copyright li a {
    font-size: 13px !important;
    font-weight: 500 !important;
}

#copyright li a:hover {
    color: var(--dark-gray) !important;
    font-weight: 700 !important;
}

#newsletter {
    border-top: 5px solid var(--primary) !important;
}

#newsletter-form input {
    border: 1px solid var(--dark) !important;
    color: var(--dark) !important;
    font-size: 15px !important;
}

/*  =========================================
*   ================== FORM ==================
*/

.fc-border-white::placeholder {
    color: var(--light) !important;
}

.fc-border-white {
    border-color: var(--light) !important;
    color: var(--light) !important;
    font-size: 15px !important;
    font-weight: 400;
}

/*  =========================================
*   ================== END FORM ==================
*/

/*  ===============================================
*   ============== Variables Global ===============
*/

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px var(--light);
    background-color: var(--light);
}

*::-webkit-scrollbar {
    width: 10px;
    background-color: var(--dark-gray);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--dark-gray) !important;
}

::selection {
    background-color: var(--primary);
    color: var(--dark);
}

/* VARIABLES */
:root {
    --primary: #F18511;
    --secondary: #007B39;
    --dark-gray: #1E1E1D;
    --dark: #000000;
    --light: #ffffff;
    --gray: #f0f0f0;

    --ff-source: "Inter", sans-serif;
}