﻿/*=============== VARIABLES CSS ===============*/
:root {
    --nav-shadow: 0 4px 16px hsla(0, 0%, 0%, .3);
    --background: #C7C5F4;
    --navbar-dark-primary: #18283b;
    --navbar-dark-secondary: #2c3e50;
    --bs-nav-link-hover-color: white;
    --bs-nav-link-color: white;
}

body
{
    background: linear-gradient(90deg, #C7C5F4, #776BCC);
}

#navPrin.pro {
    --body-color: #0f1015;
    --header-bg: #1c1c26;
    --menu-bg: #eaebf033;
    background-color: white !important;
}


.navbar-brand {
    color: var(--background);
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.navbar .version {
    background: grey;
    font-size: 13px;
    color: #18283b;
    padding: .2rem .2rem .2rem .2rem;
}

.navbar {
    height: var(--header-height);
    /* background-color: var(navbar-dark-secondary)!important;*/
  padding: .5rem 1rem .5rem .5rem;
  border-radius: 4rem;
  display: flex;
  justify-content: space-between;
    align-items: center;
    box-shadow: var(--nav-shadow);
    margin: .5rem 1rem .5rem 1rem;
}


.navbar-toggler {
    background-color: #C7C5F4;
    width: 16px;
    height: 2px;
}

.nav-link {
    color: white;
    padding-right:5px;
}

.navbar .nav-link.active {
    color: #C7C5F4;
    font-weight: bold;
}

.navbar .nav-link:hover {
    color: #C7C5F4;
}

#logo {
    border-radius: 4rem;
}

    #logo:hover {
        transform: rotateY(-360deg);
    }
/******************************/
/*     02. Images déco        */
/******************************/
.deco-white-circle-1 {
    position: absolute;
    background-image: url('../images/decorative-white-circle.svg');
    /* background-position:-12rem 26rem;*/
    background-color: transparent;
    /*background-size:22rem 22rem;*/
    top: 26rem;
    left: -12rem;
    display: block;
    width: 22rem;
    height: 22rem;
    z-index: -1 !important;
}

.deco-white-circle-2 {
    position: absolute;
    background-image: url('../images/decorative-white-circle.svg');
    background-color: transparent;
    top: 19rem;
    right: -12rem;
    display: block;
    width: 20rem;
    height: 20rem;
    z-index: -1 !important;
}

.deco-blue-circle {
    position: absolute;
    background-image: url('../images/decorative-blue-circle.svg');
    background-color: transparent;
    top: 28rem;
    left: 5rem;
    display: block;
    width: 5rem;
    height: 5rem;
    z-index: -2 !important;
}

.deco-yellow-circle {
    position: absolute;
    background-image: url('../images/decorative-yellow-circle.svg');
    background-color: transparent;
    top: 9rem;
    right: 7rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    z-index: -1 !important;
}

.deco-green-diamond {
    position: absolute;
    background-image: url('../images/decorative-green-diamond.svg');
    background-color: transparent;
    top: 9rem;
    left: 4rem;
    display: block;
    width: 1rem;
    height: 1rem;
}

/**************************/
/*     03. Element        */
/**************************/
.element {
    --bgColorElt: honeydew;
    background-color: var(--bgColorElt);
    border-radius: 10px;
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);
    padding: 20px;
    z-index: 1;
}
/* =================== Bloc Titre ==================== */
/*BLOC TITRE*/
.bloc-titre {
    width: 100%;
    display: table;
    margin: -0.5em 0 1em 0;
    font-size: 67.5%;
}



    .bloc-titre .picto {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        /*-ms-border-radius: 50%;*/

        border-radius: 50%;
        width: 5.8em;
        height: 5.8em;
        z-index: 1;
    }



        .bloc-titre .picto .rond-blanc {
            background: #fff;
            /*background:black;*/

            width: 5.8em;
            height: 5.8em;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            /*-ms-border-radius: 50%;*/

            border-radius: 50%;
            padding: 0.5em;
            margin: 0 0 0 -0.5em;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
        }

        /* line 144, ../sass/style.scss */

        .bloc-titre .picto .rond-int {
            width: 4.8em;
            height: 4.8em;
            margin: 0 auto;
            display: table;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            /*-ms-border-radius: 50%;*/

            border-radius: 50%;
        }

        /* line 145, ../sass/style.scss */

        .bloc-titre .picto span {
            font-size: 2.4em;
            color: #fff;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
        }

    /* line 148, ../sass/style.scss */

    .bloc-titre .titre {
        display: table-cell;
        vertical-align: middle;
    }

    /* line 149, ../sass/style.scss */

    .bloc-titre h2 {
        font-family: "erbar", sans-serif;
        font-size: 3em;
        line-height: 1.3em;
        color: #fff;
        text-transform: uppercase;
        padding: 0 0 0 0.7em;
        margin: 0 0 0 -0.5em;
        display: block;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }



.titleLink > div > span {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}



.titleLink:hover > div > span {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
    text-decoration-line: none;
}

/**************************/
/*     04. Search Barre   */
/**************************/
.search-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.search-box {
    position: relative;
    background: white;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

    .search-box:focus-within {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
    }

.search-input {
    border: 2px solid #eee;
    border-radius: 30px;
    padding: 15px 25px;
    padding-right: 50px;
    width: 100%;
    transition: all 0.3s ease;
}

    .search-input:focus {
        border-color: #007bff;
        box-shadow: none;
    }

.search-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    transition: all 0.3s ease;
}

.search-box:focus-within .search-icon {
    color: #007bff;
}

.suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 15px;
    margin-top: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 50);
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.search-box:focus-within .suggestions {
    opacity: 5;
    transform: translateY(0);
}

.suggestion-item {
    padding: 12px 20px;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .suggestion-item:hover {
        background: #f8f9fa;
    }

    .suggestion-item i {
        margin-right: 10px;
        color: #666;
    }

.recent-searches {
    color: #666;
    font-size: 0.8rem;
    padding: 10px 20px;
    background: #f8f9fa;
    border-radius: 15px 15px 0 0;
}