/*==================================
* Author        : "ThemeSine"
* Template Name :  Browny  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Poppins', sans-serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Header
3.  Welcome-hero
4.  About me 
5.  Education
6.  Skill
7.  Experience
8.  Profiles
9.  Portfolio
10. Clients
11. Contact
12. Mentions légales , CGU 



*/
@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}



/* Loader.css */
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(to top, #013094, #189ee0, rgb(109, 54, 141));
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fade-out 2s ease-in-out 2s forwards;
    /* Commence à disparaître après 2s */

}


.loader {
    height: 300px;
    /* Hauteur du loader */
    animation: spin 20s linear infinite;
    /* Animation de rotation */
}

.logoLoader {
    position: absolute;
    height: 170px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
* {
    padding: 0;
    margin: 0;
    font-family: 'Cinzel';
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#root {
    height: 100%;
}



.wave_canvas {
    height: 100% !important;
}

body {
    font-family: 'Cinzel', serif;
    font-size: 16px;
    color: #676a81;
    background-color: white;
    color: #efe4b0;
    margin: 0 auto;
    overflow-x: hidden;
}

a,
a:hover,
a:active,
a:focus {
    display: inline-block;
    text-decoration: none;
    color: #6a708e;
    font-size: 16px;
}

.h1_title {
    font-weight: 600;
    color: #FFD45A;
    font-size: 50px;
    letter-spacing: 10px;
    text-shadow: #000 3px 1px 2px;
    border-bottom: 2px solid #ffd35a9c;
    padding-bottom: 5px;

}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #efe4b0;
    font-size: 16px;
    text-transform: capitalize;
}

p {
    margin: 0;
    line-height: 1.8;
    color: #43485c;
    font-size: 14px;
    font-family: "Lora", serif;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

ul li {
    list-style: none;

}

select,
input,
textarea,
button {
    box-shadow: none;
    outline: 0 !important;
}

button {
    background: transparent;
    border: 0;
}

.download {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.downloadCv {
    margin-bottom: 160px;
}

.downloadCv.downloadLm {
    line-height: 20px;
    font-size: 17px;
    padding: 24px 0px 0px 0px;
}

html,
body {
    height: 100%;
    position: relative;
    overflow-x: clip;
}

[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s 0.3s ease;
    -moz-transition: opacity 0.3s 0.3s ease;
    -ms-transition: opacity 0.3s 0.3s ease;
    -o-transition: opacity 0.3s 0.3s ease;
    transition: opacity 0.3s 0.3s ease;
    opacity: 0;
}

.fix {
    position: relative;
    clear: both;
}

/*=============Style css=========*/

/*-------------------------------------
        2. Header
--------------------------------------*/
.top-area {
    position: sticky;
    z-index: 100;

}

#navbar-menu {
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 0;
    width: 100%;
}



.navbar.navbar-default.bootsnav.navbar-fixed.dark.on.no-full {
    background-color: rgba(30, 38, 60, 0.8);
    box-shadow: 0px 1px 5px #ffd45a;
}


nav.navbar.bootsnav.no-background {
    border: none;
    width: 100%;
    background-color: rgba(30, 38, 60, 0.8);
}

.navbar-brand {
    padding: 33px 0px 57px !important;
}

nav.navbar.bootsnav {
    border-bottom: none;
    background-color: #676a8100;
}

#bg {
    width: 100% !important;
    height: 100% !important;
}

.smooth-menu.active {
    background: linear-gradient(to left, #0130947c, #189de063, rgba(109, 54, 141, 0.479));
    border-radius: 40px;
}

nav.bootsnav .container {
    position: relative;
    width: 100%;
    box-shadow: 0px 1px 5px #ffd45a;
}

.title_logo {
    height: 150px;
    position: absolute;
    top: 30px;
    left: -350px;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-shadow: #000 5px 1px 2px;
    text-decoration: underline;
    font-family: 'Cinzel';
}

.logo_img {
    height: 90px;
    position: relative;
    left: 50px;
    top: -30px;
}

.logo_imgFooter {
    height: 80px;
    position: relative;
}

/*.navbar-brand*/
.navbar-header a.navbar-brand,
.navbar-header a.navbar-brand:hover,
.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: #d92cf9;
    font-size: 20px;
    font-weight: 600;
    padding: 33px 0px 57px !important;
    text-transform: uppercase;
}

/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav>li>a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    font-family: 'Cinzel';
}

.nav.navbar-nav.navbar-right {
    margin-bottom: 30px;
}

nav.navbar.bootsnav ul.nav>li>a {
    padding: 15px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 700;
    text-shadow: #000 3px 1px 2px;
}

nav.navbar.bootsnav ul.nav>li>a:hover,
nav.navbar.bootsnav ul.nav>li>a:focus,
nav.navbar.bootsnav ul.nav>li.active>a {
    color: #d92cf9;
    font-weight: 700;
    font-size: 18px;
    border-radius: 10px;

}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
    content: "";
}

nav.navbar.bootsnav ul.nav>li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}

.header-area {
    display: flex;
    justify-content: flex-end;
}


.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav>li>a {
    color: #efe4b0;
}

.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav>li>a:hover,
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav>li>a:focus,
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav>li.active>a {
    color: #d92cf9;

}

/*.nav li*/



/*.menu-ui-design*/
.menu-ui-design {
    overflow-y: hidden;
}

.menu-ui-design::-webkit-scrollbar {
    width: 5px;
}

.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}

.menu-ui-design::-webkit-scrollbar-thumb {
    background-color: #d92cf9;
}

/*.menu-ui-design*/



/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #d92cf9;
    padding: 5px 10px 5px 10px;
    top: 0;
}

nav.navbar.bootsnav .navbar-toggle i {
    color: #d92cf9;
}

/*.navbar-toggle */



/*-------------------------------------
        3.  Welcome-hero
--------------------------------------*/
.welcome-hero {
    background-image: url("../images/welcome/banniere.webp");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100vh;
    flex-direction: column;

}

.welcomeMain {
    background-color: black;
    position: relative;
    z-index: 9999;
}

.welcome-hero:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    background: rgba(31, 44, 108, .65);
    width: 100%;
    height: 100%;
}

/*.header-text-area*/
.header-text h2 {
    font-family: 'Cinzel';
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    height: 80px;
    color: #fff !important;
    text-shadow: #000 3px 1px 2px;
    padding-top: 5px;
    letter-spacing: 2px;
}

.h_title {
    display: flex;
    flex-direction: column;
    align-items: center;
}



.header-text span {
    color: #d92cf9;
}

.header-text p {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Cinzel';
    text-shadow: #000 3px 1px 2px;
}


.logoWelcome {
    height: 150px;
    position: relative;
}

.welcomeLogo {
    height: 100vh;
    padding-top: 50px;
}

.header-text {
    padding-top: 20px;
}

.header-text a {
    width: 400px;
    height: 50px;
    line-height: 50px;
    border-radius: 15px;
    letter-spacing: 1px;
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    text-shadow: #000 3px 1px 2px;
    background: linear-gradient(to left, #013094, #189ee0, rgb(109, 54, 141));
    box-shadow: 2px 5px 20px rgba(0, 0, 0, .5);
    background-size: 200% 100%;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s ease-out;

}

.header-text a:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .4);
    background-position: -100% 0;
    outline: 1px solid #FFD45A;

}

/*.header-text-area*/

/*-------------------------------------
        4.  About
--------------------------------------*/
.about {
    background-color: #fff;
    height: auto;
    position: relative;
    z-index: 1;
    padding: 0 0 30px 0;
    box-shadow: 0 5px 20px #FFD45A;
}

.accueil {
    background-image: url("../images/welcome/banniere.webp");
    background-size: cover;
    background-position: center;
    height: 100%;
    padding-bottom: 150px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 2px 20px #ffd45a;
}


.h3P {
    margin: 0 !important;
    color: #fff !important;
}

.h3A {
    margin: 0 !important;
    color: #43485c !important;
    font-family: "Lora", serif !important;
}

.h3_about {
    text-align: center;
    display: inline;
}

.agency {
    display: flex;
    flex-direction: column;
}

.one_ul {
    padding-top: 50px;
}

.single-about-image {
    position: relative;
    box-shadow: 0 5px 20px #c45aff;
    border-radius: 20px;
    top: 20px;
    right: 250px;
}

.single-about-image img {
    border-radius: 20px;
}

.btn_services {
    width: 400px;
    height: 50px;
    line-height: 50px;
    border-radius: 15px;
    letter-spacing: 1px;
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    text-shadow: #000 3px 1px 2px;
    background: linear-gradient(to left, #013094, #189ee0, rgb(109, 54, 141));
    box-shadow: 2px 5px 20px rgba(0, 0, 0, .5);
    background-size: 200% 100%;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s ease-out;
    text-align: center;
    margin-bottom: 160px;
}

.btn_services:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .4);
    background-position: -100% 0;
    outline: 1px solid #FFD45A;
    font-size: 18px;
    color: #fff;
}





.accueil::before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    background: rgba(31, 44, 108, .65);
    width: 100%;
    height: 100%;
}

.liste_agence {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.liste_agence h4 {
    color: #FFD45A;
    font-size: 2.5rem;
    font-weight: 700;
    text-shadow: #000 2px 2px 1px;
    letter-spacing: 2px;
    border-bottom: 1px solid #ffd45a;
    display: inline-block;
    padding-bottom: 2px;
    margin-bottom: 10px;
}

.li_agence {
    font-family: "Lora", serif;
    font-size: 2rem;
    color: #43485c;
    padding: 5px;
    margin-top: 5px;
}



.li_agence div {
    font-family: "Lora", serif;
}

#aboutTitle {
    text-shadow: #000 2px 2px 1px;
    font-weight: 700;
    padding-top: 50px;
    border-top: none;
    position: relative;
    color: #ffd45a
}

.about-content {
    padding-top: 120px;
}

#aboutDetail {
    font-size: 16px;
}

.col-about-4 {
    padding-left: 15px;
}

.break {
    display: block;
}

.progressText {
    font-size: 17px;
}


/*.single-about-txt*/
.single-about-txt {
    height: auto;
    margin-bottom: 60px;
    margin-top: 15px;
}

.single-about-txt h3 {
    text-shadow: #000 2px 2px 1px;
    font-size: 3rem;
    font-weight: 700;
    color: #ffd45a;
    text-transform: initial;
    line-height: 1.8;
    letter-spacing: 1px;
    border-bottom: 1px solid #ffd35a96;
    display: inline;
}

.single-about-txt p {
    font-size: 2rem;
    color: rgb(0, 0, 0);
    margin: 20px 78px 0 0;
    overflow: hidden;
    text-align: justify;
}

.single-about-txt a {
    font-size: 16px;
    color: rgb(254, 252, 209);
    padding: 35px 0 43px;
    border-bottom: 1px solid white;
    ;
}

.single-about-add-info {
    margin: 35px 0;
}

.single-about-add-info h3 {
    color: #efe4b0;
    font-size: 16px;
    text-transform: capitalize;
}

.single-about-add-info p {
    font-weight: 300;
    border: 0;
    padding: 0;
    margin-top: 3px;
}

/*.single-about-txt*/

/*.single-about-img */
.single-about-img {
    position: relative;
    box-shadow: 0 5px 20px #FFD45A;
    border-radius: 20px;
    top: 50px;
}




.single-about-img img {
    max-width: 100%;
    border-radius: 20px;
}

.about-list-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/*.ab-list-icon */
.about-list-icon ul {
    display: flex;
}

.about-list-icon ul li a {
    padding-right: 22px;
    cursor: pointer;
    color: #efe4b0;
}

.about-list-icon ul li a {
    cursor: pointer;
    color: #efe4b0;
    display: inline-block;
    border: 2px solid;
    margin-left: 20px;
    border-radius: 8px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}

.about-list-icon ul li a i {
    margin-left: 6px;
}

/*.ab-list-icon */

/*.single-about-img */

/*-------------------------------------
        5.  Education
--------------------------------------*/

.education {
    padding-top: 50px;
}

.education-horizontal-timeline {
    padding: 80px 0;
}





/*.education-horizontal-timeline*/
.education-horizontal-timeline .col-study-4 {
    padding: 0 2px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 100px;
    padding-bottom: 20px;
    letter-spacing: 0.3rem;
    border-bottom: #a606c3 5px dotted;
}



.single-horizontal-timeline .experience-time h3 {
    text-transform: capitalize;
}

.single-horizontal-timeline .experience-time h3 span {
    text-transform: lowercase;
}

.single-horizontal-timeline .timeline-content h5 {
    margin: 15px 0;
}

.single-horizontal-timeline p {
    color: #efe4b0;
    letter-spacing: 1px;
}

.single-horizontal-timeline ul {
    color: #efe4b0;
    letter-spacing: 1px;
    margin: 0;
    line-height: 1.8;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

/*.timeline-horizontal-border*/
.timeline-horizontal-border {
    display: flex;
    align-items: center;
    padding: 26px 0 30px;
}

.timeline-horizontal-border i {
    font-size: 10px;
    color: #d92cf9;
    margin-right: 5px;
}

span.single-timeline-horizontal {
    display: inline-block;
    background: #b2c1ce;
    height: 1px;
    width: 380px;
}

span.single-timeline-horizontal.spacial-horizontal-line {
    width: 88px;
}

/*.timeline-horizontal-border*/

/*.education-horizontal-timeline*/

/*-------------------------------------
        6.  Skills
--------------------------------------*/

.skillImg {
    height: 40px;
    position: relative;
    top: -2px;
    left: 15px;
    background-color: #efe4b0d0;
    box-shadow: 4px 4px 15px rgb(0, 0, 0);
    border-radius: 10px;
    margin: 5px;
    padding: 2px;
}

strong {
    text-decoration: underline 2px;
    text-underline-offset: 6px;
}

.skills {
    background-color: white;
    position: relative;
    z-index: 2;
    box-shadow: 0px 2px 20px #ffd45a;
}

.col-md-6 {
    margin-bottom: 100px;
}

.service_h2 {
    color: #ffd45a;
    font-weight: 900;
    font-size: 36px !important;
    border-bottom: 2px solid #ffd45a !important;
    text-align: center;
    text-shadow: #000 3px 1px 2px;
}

.end_expertise {
    height: auto;
}

.img_expertise {
    position: relative;
    z-index: 50;
    height: 500px;
    top: -300px;
    left: 500px;
}

.h3_expertise {
    font-size: 3rem;
    font-weight: 700;
    color: #ffd45a;
    text-transform: initial;
    line-height: 1.8;
    letter-spacing: 1px;
    border-bottom: 2px solid #ffd45a !important;
    display: inline;
    text-shadow: #000 2px 2px 1px;
    margin-bottom: 20px;
}

.titleH3Anim {
    min-width: 200px;
}

.p_expertise {
    font-weight: 600;
    text-align: justify;
    width: 100%;
    padding: 15px;
    font-size: 1.5rem;
    font-family: "Lora", serif !important;
}

.section_text {
    width: 50%;
}


.skillImgE {
    width: 80px;
    height: 30px;
    position: relative;
    top: -2px;
    left: 15px;
}

.skill-content {
    padding: 50px 0 0;
}

.single-skill-content {
    padding-top: 100px;
}

.section-heading h2 {
    border-bottom: 2px solid #ffd45a !important;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 50px;
    padding-top: 50px;
    letter-spacing: 0.3rem;
    color: #ffd45a
}



/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/


.h4_title {
    display: flex;
    justify-content: center;
    padding-left: 20px;
    text-shadow: #000 2px 2px 1px;
}


.team h4 {
    text-align: center;
    color: #FFD45A;
    font-size: 2.5rem;
    font-weight: 700;
    text-shadow: #000 2px 2px 1px;

    letter-spacing: 2px;
    padding-top: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffd45a;
    margin-bottom: 50px;
    position: relative;
}

.team {

    padding: 60px 0;
}

.team .team-member .member-img {
    border-radius: 8px;
    overflow: hidden;
    height: 430px;
}

.team .team-member .social {
    position: absolute;
    left: 0;
    top: -18px;
    right: 0;
    opacity: 0;
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team .team-member .social a {
    transition: color 0.3s;
    color: black;
    background: white;
    margin: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    transition: 0.3s;
}

.team .team-member .social a i {
    line-height: 0;
    font-size: 22px;
    transition: background 0.8s ease-in-out;

}

.team .team-member .social a {
    transition: background 0.8s ease-in-out;
    /* Augmentation de la durée */
    margin-right: 10px;
    position: relative;
    z-index: 5;
}

.team .team-member .social a:hover {
    background: -webkit-linear-gradient(bottom right, #b205c9, #06acb8, #0733f7);
    transition: background 0.8s ease-in-out;
}

.team .team-member .social i {
    font-size: 18px;
    margin: 0 2px;
}

.team .team-member .member-info {
    background-color: black;
    text-align: center;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    background: -webkit-linear-gradient(bottom right, #b205c9, #06acb8, #0733f7);
    margin: -50px 10px 0 10px;
    position: relative;
    border-radius: 8px;
    height: 130px;
}

.team-entier {
    display: flex;
    justify-content: center;
}

.card-member {
    display: flex;
    justify-content: center;
}


.team-member {
    width: 60%;
}



.team .team-member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
}

.team .team-member .member-info span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-shadow: #000 3px 1px 2px;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    font-family: "Lora", serif;
}

.team .team-member .member-info p {
    font-style: italic;

    font-size: 14px;
    line-height: 26px;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.team .team-member:hover .social {
    opacity: 1;
}

.btn_team {
    position: relative;
    height: 50px;
    line-height: 15px;
    border-radius: 15px;
    letter-spacing: 1px;
    font-weight: 900;
    font-size: 18px;
    padding: 20px;
    color: #fff;
    text-shadow: #000 3px 1px 2px;
    background: linear-gradient(to left, #013094, #189ee0, rgb(109, 54, 141));
    box-shadow: 2px 5px 20px rgba(0, 0, 0, .5);
    background-size: 200% 100%;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s ease-out;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
}

.btn_team:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .4);
    background-position: -100% 0;
    outline: 1px solid #FFD45A;
    font-size: 18px;
    color: #fff;
}





.single-progress-txt {
    display: flex;
}

.single-progress-txt h3 {
    width: 10%;
    color: #a606c3;
    position: relative;
    top: 6px;
    left: 20px;
}

#collapse_content {
    padding-top: 10px;
    text-transform: none;
    color: #000000;
    font-weight: 600;
}


.barWrapper {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 50px;

}

.progress {
    border-radius: 3px;
    overflow: visible;
    background: #e6ecf3;
    height: 8px;
    margin-top: 15px;
    width: 85%;
    margin-bottom: 37px;
}

.background {
    width: 100%;
    height: 100%;
    position: fixed;
    margin-top: 60px;
    top: 0;
    left: 0;
    z-index: -1;
    /* Assurez-vous que le canvas est en arrière-plan */

}

.progress-bar {
    background: #b636ff;
    border-radius: 3px;
    width: 0%;
    transition: width 1.5s ease-in-out;
}

.tooltip {
    position: relative;
    float: right;
}

.tooltip>.tooltip-inner {
    background-color: transparent;
    padding: 1px 5px;
    color: #b636ff;
    font-weight: 500;
    font-size: 12px;
    border-radius: 0;
}

.popOver+.tooltip>.tooltip-arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff00;
    bottom: -1px;
    transform: translateX(-50%);
    margin-left: 0;
}

/*-------------------------------------
        7. Experience
-------------------------------------*/
.experience {
    padding: 50px 0 100px;
    border-top: 1px solid #e5ebf2;
}

.experience-content {
    padding-top: 100px;
}

.single-timeline-box {
    margin-bottom: 75px;
}

/*experience-time*/
.experience-time {
    position: relative;
    background-color: hsla(291, 94%, 39%, 0.146);
    text-align: center;
    border-radius: 20px;
    padding: 5px;
}

.experience-time h2 {
    font-weight: 700;
}

.experience-time h3 {
    font-size: 18px;
    font-weight: 700;
    color: #efe4b0;
    margin-top: 14px;
    text-transform: uppercase;
}

/*experience-time*/

/*main-timeline*/
.main-timeline {
    position: relative;
}

.main-timeline:before {
    content: "";
    width: 2px;
    height: 84%;
    background: #b2c1ce;
    position: absolute;
    top: 1.5%;
    left: 45.8%;
    z-index: -1;
}

.main-timeline .timeline {
    position: relative;
}

.timeline-content span>i,
.experience-time span>i {
    color: #d92cf9;
    position: absolute;
    font-size: 10px;
    left: -14.5%;
    z-index: 1;
}

.timeline-content h4.title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.timeline-content h5 {
    color: #efe4b0;
    font-size: 16px;
    font-weight: 300;
    margin: 18px 0 20px;
}

.main-timeline .description {
    font-size: 14px;
    color: white;
}

.main-timeline .timeline-content.right {
    float: right;
    text-align: left;
}

.timeline-single-before:before {
    content: '';
    top: 57px;
    left: -3px;
    position: absolute;
    width: 100%;
    height: 400px;
    border-left: 15px solid #fff;
}

.experience-time-responsive {
    display: none;
}

/*-------------------------------------
        8. Profiles
--------------------------------------*/
.profiles {
    padding: 50px 0 100px;
    border: 1px solid #e5ebf2;
}

.profiles-content {
    padding-top: 100px;
}

.profiles-content .col-sm-3 {
    padding: 0;
}

.profile-txt {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.single-profile {
    position: relative;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #b2c1ce;
    overflow: hidden;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}



.profile-icon-name {
    text-transform: capitalize;
    color: #efe4b0;
    font-size: 16px;
}

.single-profile.profile-no-border {
    border-right: transparent;
}

.profile-border {
    border-bottom: 1px solid #b2c1ce;
}

.single-profile-overlay {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    background: #d92cf9;
    background: -moz-linear-gradient(left, #d92cf9 0%, #b636ff 100%);
    background: -webkit-linear-gradient(left, #d92cf9 0%, #b636ff 100%);
    background: linear-gradient(to right, #d92cf9 0%, #b636ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d92cf9', endColorstr='#b636ff', GradientType=1);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.single-profile:hover .single-profile-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    top: 0;
}

.single-profile:hover .profile-icon-name,
.single-profile:hover .profile-txt a>i {
    color: #fff;
}

.single-profile:hover .profile-border {
    border: transparent;
}

/*-------------------------------------
        9. Portfolio
--------------------------------------*/
.portfolio {
    padding: 50px 0 100px;
}

.remainingProjects {
    color: #ffd45a;
    font-weight: bold;
    font-size: 20px;
    text-shadow: #000 1px 1px 1px;
    background-color: rgba(0, 0, 0, 0.76);
    margin-top: 10px;
    padding: 10px;
    border-radius: 20px;
}

.noMoreProjects {
    color: rgb(199, 72, 72);
    font-weight: bold;
    font-size: 20px;
    text-shadow: #000 1px 1px 1px;
}

.title-Projects {
    text-shadow: #000 3px 1px 1px;
    padding-top: 50px;
    border-top: none;
    position: relative;
    color: #ffd45a;
    font-weight: 1200 !important;
    font-size: 36px !important;
}

.showMoreBtn {
    background: #9f00ff;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    font-weight: 900;
    transition: .5s;
    margin-bottom: 50px;
}


.showMoreBtn:hover {
    background: #fff;
    color: #b636ff;
    border: 1px solid #b636ff;
    transition: .5s;
}

.arrowProjetsUp {
    animation-name: arrowBounceUp;
    /* Utiliser le nom de l'animation */
    animation-direction: alternate;
    /* Alterne entre le début et la fin */
    animation-iteration-count: infinite;
    /* L'animation se répète à l'infini */
    animation-duration: 1.2s;
    /* Durée de l'animation */
}

/* Définir l'animation */
@keyframes arrowBounceUp {
    0% {
        transform: translateY(0);
        /* Position d'origine */
    }

    50% {
        transform: translateY(5px);
        /* Monte de 10px */
    }

    100% {
        transform: translateY(0);
        /* Retourne à la position d'origine */
    }
}

.arrowProjetsDown {
    animation-name: arrowBounceDown;
    /* Utiliser le nom de l'animation */
    animation-direction: alternate;
    /* Alterne entre le début et la fin */
    animation-iteration-count: infinite;
    /* L'animation se répète à l'infini */
    animation-duration: 1.2s;
    /* Durée de l'animation */
}

/* Définir l'animation */
@keyframes arrowBounceDown {
    0% {
        transform: translateY(0);
        /* Position d'origine */
    }

    50% {
        transform: translateY(-5px);
        /* Monte de 10px */
    }

    100% {
        transform: translateY(0);
        /* Retourne à la position d'origine */
    }
}

.portfolio-content {
    padding-top: 100px;
}



.linkCards {
    display: initial;
}

.linkCards:hover {
    display: initial;
    scale: 1.5em;
}

.linkCards:active {
    display: initial;
}

/* ---- .item ---- */
.isotope:after {
    content: '';
    display: block;
    clear: both;
}

.isotope .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

/*.item img*/
.isotope .item img {
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.isotope .item:hover img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

/*.item img*/

/*.isotope-overlay*/
.isotope-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(31, 44, 108, .5);
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    flex-direction: row;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.isotope-overlay a {
    display: inline-block;
    color: #efe4b0;
    font-size: 14px;
    text-align: center;
}

.isotope .item:hover .isotope-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    top: 0;
}

/*.isotope-overlay*/




/*-------------------------------------
        10. Clients
--------------------------------------*/
.clients {
    padding-top: 50px;
}

.clients-area {
    display: flex;
    align-items: center;
    height: 250px;
}

.clients-area .item {
    padding: 0 25px;
}

.clients .clients-area .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
}

#shadowProject {
    position: relative;
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

/*-------------------------------------
        11. Contact
--------------------------------------*/
.contact {
    background-image: url("../images/welcome/banniere.webp");
    background-size: cover;
    background-position: center;
    height: auto;
    position: relative;
    z-index: 2;
    padding: 0 0 30px 0;
    box-shadow: 0px -4px 5px #ffd45a;
}


#contactText {
    position: relative;

}

.contact::before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    background: rgba(31, 44, 108, .65);
    width: 100%;
    height: 100%;
}

.contact_img {
    position: relative;
    box-shadow: 0 5px 20px rgba(157, 0, 255, 0.422);
    border-radius: 20px;
    top: 70px;
    left: -70px;
}

.logo_contact {
    color: #ffd45a;
    display: inline-block;
    border: 2px solid;
    border-radius: 8px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}

.titleLink {
    line-height: 30px;
    color: #ffd45a !important
}

.linkContact {
    color: #efe4b0;
}

.linkContact:active {
    color: #efe4b0;
}

.linkContact:focus {
    color: #efe4b0;
}

.linkContact:hover {
    background: -webkit-linear-gradient(top left, #ffffff, #06acb8, #0733f7);
    -webkit-background-clip: text;
    /* Applique le fond du dégradé au texte */
    -webkit-text-fill-color: transparent;
}


#linkDetail {
    color: #efe4b0;
}


.single-contact-box {
    padding-top: 100px;
}

.contact-form {
    color: black;
}

.contact-form .form-group {
    margin-bottom: 20px;

}

.contact-form .form-control {
    padding: 25px;
    font-size: 14px;
    font-family: 'Lora', serif !important;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 0px;
    box-shadow: none;
    outline: 0 !important;
    background: #fff;
    resize: none;
}

.message-send {
    color: #b636ff;

}

.btn_services {
    width: 400px;
    height: 50px;
    line-height: 50px;
    border-radius: 15px;
    letter-spacing: 1px;
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    text-shadow: #000 3px 1px 2px;
    background: linear-gradient(to left, #013094, #189ee0, rgb(109, 54, 141));
    box-shadow: 2px 5px 20px rgba(0, 0, 0, .5);
    background-size: 200% 100%;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s ease-out;
    text-align: center;
    margin-bottom: 160px;
}

.btn_services:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .4);
    background-position: -100% 0;
    outline: 1px solid #FFD45A;
    font-size: 18px;
    color: #fff;

}

/*--contct button--*/
.contact-form .single-contact-btn {
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    text-transform: capitalize;
    margin-top: 3px;
    color: #fff;
    background: linear-gradient(to left, #013094, #189ee0, rgb(109, 54, 141));
    box-shadow: 2px 5px 20px rgba(0, 0, 0, .5);
    background-size: 200% 100%;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: 700;
}

.contact-form .single-contact-btn .contact-btn,
.contact-form .single-contact-btn .contact-btn:focus {
    margin-top: 0px;
    outline: 0 !important;
    border: 0;
    color: #efe4b0;
    border-radius: 0px;
    font-size: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;

}

.contact-btn {
    text-shadow: #000 3px 1px 2px;
}

.single-contact-btn:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .4);
    background-position: -100% 0;
    outline: 1px solid #FFD45A;
}

/*--contct button--*/

/* contact-adress */
.contact-add-head h3 {
    font-size: 24px;
}

.contact-add-head p {
    font-size: 16px;
    text-transform: capitalize;
    color: #efe4b0;
    font-weight: 300;
    margin-top: 6px;
}

/* contact-adress */

/*.contact-add-info */
.contact-add-info {
    margin: 42px 0 52px;
}

.single-contact-add-info h3 {
    color: #efe4b0;
    font-weight: 500;
}

.single-contact-add-info p {
    color: #efe4b0;
    font-size: 16px;
    margin-top: 18px;
}

.single-contact-add-info {
    margin-bottom: 26px;
}

.icon_title {
    display: flex;
    gap: 10px;
}

/*.contact-add-info */


.hm-foot-icon ul li {
    float: left;
}

.hm-foot-icon ul li>a {
    color: #efe4b0;
    margin-right: 18px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.hm-foot-icon ul li>a:hover {
    color: #b636ff;
}

/*hm-foot-icon*/

#footer-copyright {
    background-color: rgb(30, 38, 60);
    display: flex;
    box-shadow: 0px -1px 5px #ffd45a;
    position: relative;
    z-index: 2;
}

.brandFooter {
    padding: 15px !important;
}

.hm-footer-copyright.text-center {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.citation {
    color: #ffffff;
    font-style: italic;
}


.citation:hover {
    color: #efe4b0;
    font-style: italic;
}

cite {
    color: #ffd45a
}

.hm-footer-copyright p {
    color: #efe4b0;
    text-transform: capitalize;
    padding: 38px 0 15px 0;
}

.mentionlegal {
    padding-bottom: 30px;
}

.hm-footer-copyright p a {
    color: rgb(239, 228, 176);
}

#title_projet {
    color: #ffd45a;
    text-shadow: #b636ff 1px 0 5px;
}

.projet {
    background-image: url("../images/welcome/banniere.webp");
    background-size: cover;
    background-position: center;
    position: relative;
}

.projectDiv {
    padding: 20px;
}

.projet::before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    background: rgba(31, 44, 108, .65);
    width: 100%;
    height: 100%;
}

/* Mentions légales & CGU */

.divLegales {
    padding-top: 100px;
    padding: 60px;
    position: relative;
}

.h1Mentions {
    font-size: 50px;
    margin-bottom: 60px;
    color: #ffd45a
}

.h2Mentions {
    color: #ffd45a;
    font-size: 36px;
    text-decoration: underline;
}

.legalNotice {
    text-align: center;
}

.pMentions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    padding-bottom: 40px;
}

.pMentions p {
    color: #fff;
    font-size: 20px;
}

.pMentions li {
    color: #fff;
    font-size: 20px;
}

.linkMention {
    font-size: 20px;
}

.linkMention:hover {
    font-size: 20px;
}

.linkMention:active {
    font-size: 20px;
}

.linkMention:focus {
    font-size: 20px;
}

.mainLegales {
    background-image: url("../images/welcome/banniere.webp");
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    height: auto;
}

.sectionLegale {
    min-height: 100vh;
    height: auto;
    position: relative;
}

.sectionLegale::before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    background: rgba(31, 44, 108, .65);
    width: 100%;
    height: 100%;

}


.sectionMention {
    padding-top: 50px;
}

.containLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    margin-bottom: 100px;
}

.retourFleche {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 60px;
    gap: 50px;
    z-index: 100;


}


.returnHome {
    font-size: 100px;

}

.retour {
    color: white;
    font-size: 20px;
    font-weight: 900;
    text-shadow: #000 3px 1px 2px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 50px;
    transition: 0.5s ease-out;
    background-color: #00000056;
    height: 50px;
    margin-top: 20px;
    padding: 10px;
}


.retour:hover {
    background: -webkit-linear-gradient(top left, #ffffff, #06acb8, #0733f7);
    -webkit-background-clip: text;
    /* Applique le fond du dégradé au texte */
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    display: flex;
    transition: 0.5s ease;
    transform: scale(1.5);
    text-shadow: none;
}

.logo_mentions {
    position: relative;
}

.proprietyP {
    text-align: center;
    padding: 10px;
}

.ulMentions li {
    font-family: 'Lora', serif;
}


/* Cookies */

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    /* Couleur de fond noire */
    color: #fff;
    /* Texte blanc */
    padding: 15px 0;
    text-align: center;
    z-index: 1000;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

.cookie-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1100px;
    width: 100%;
    margin: 0 20px;
}

.cookie-text {
    flex: 1;
    padding-right: 20px;
    font-family: Arial, sans-serif;
}

.cookie-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.cookie-buttons button,
.cookie-buttons .btn-more {
    padding: 8px 16px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
    text-decoration: none;
}

.btn-accept {
    background-color: #00aaff;
    /* Bleu clair */
    color: #fff;
}

.btn-reject {
    background-color: #e0e0e0;
    /* Gris clair */
    color: #333;
}

.btn-more {
    background-color: transparent;
    color: #00aaff;
    border: 1px solid #00aaff;
    padding: 8px 16px;
    font-size: 14px;
}

.cookie-buttons button:hover,
.cookie-buttons .btn-more:hover {
    opacity: 0.8;
}

.cookie-buttons button:focus,
.cookie-buttons .btn-more:focus {
    outline: none;
}

.cookie-banner a {
    color: #00aaff;
    text-decoration: none;
}


@media (max-width: 480px) {}


/*===============================
    Scroll Top
===============================*/
#scroll-Top .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #efe4b0;
    background: #b636ff;
    border: 1px solid #b636ff;
    border-radius: 50%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 2;
}

#scroll-Top .return-to-top:hover {
    background: #fff;
    color: #b636ff;
    border: 1px solid #b636ff;
}

#scroll-Top .return-to-top i {
    position: relative;
    bottom: 0;

}

#scroll-Top .return-to-top i {
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}

@keyframes example {
    0% {
        bottom: 0px;
    }

    100% {
        bottom: 7px;
    }
}


@media (max-width: 1024px) {
    .animated.fadeInUp {
        font-size: 30px;

    }




    .header-text .animated.fadeInDown {
        margin-top: 10px;
        margin-bottom: 100px;
    }

}

@media (max-width: 768px) {

    #collapse_content {
        font-size: 12px;
    }


    .education-horizontal-timeline .col-study-4 {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: transparent 0px dotted;
    }
}

@media (max-width: 480px) {
    .animated.fadeInUp {
        font-size: 20px;
        /* Taille pour les smartphones */
        height: 60px;

    }

    #welcome-hero {
        background-position-x: 76%;
    }





}

/*========================Thank you=================