@import"https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic|Source+Code+Pro:400";
@import"https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap";
* {
    user-select: none
}

:root {
    --bg-color: #081b29;
    --second-bg-color: #112e42;
    --text-color: #ededed;
    --main-color: rgb(0, 172, 240);
    --col-bg: #212121;
    --col-link: #a1d5ff;
    --col-text: #ebe7c5;
    --col-particle-stroke-hover: rgb(0, 172, 240);
    --col-particle-stroke: #a1d5ff;
    --col-particle: #ff6f6f;
}

p,
span,
i,
li {
    cursor: default;
}

body::-webkit-scrollbar {
    width: .35em
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1)
}

body::-webkit-scrollbar-thumb {
    background-color: #32a5f1
}

body #bg_container {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(234, 255, 243, 0.05) 90%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

body>div:not(.tooltip) {
    background-color: rgba(255, 255, 255, .3)
}

body>div:not(.tooltip)>div {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .07);
    background-color: rgba(255, 255, 255, .85)
}

#particles {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -999;
}

h1,

/* h2,  */

h3,
h4,
h5,
h6 {
    color: #545454;
    font-weight: 700
}


/* #a_propos .text-animate{
    position:relative;
    width:32.8rem;
} */

#ch_nav .div-avatar .circle-spin {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    width: 190px;
    height: 190px;
    border-radius: 50%;
    transition: 1s;
    filter: brightness(1);
    box-shadow: -5px 0px 0 0 rgb(0, 0, 0), 5px 0px 0 0 rgb(0, 171, 240, 0.5);
    /* border-top: .2rem solid var(--second-bg-color);
    border-bottom: .2rem solid var(--second-bg-color);
    border-left: .2rem solid rgb(0, 171, 240, 0.5);
    border-right: .2rem solid rgb(0, 171, 240, 0.5); */
    animation: aboutSpinner 8s linear infinite;
}

#a_propos .text-animate h2 {
    font-size: 3.2rem;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: .7px var(--main-color);
    background-image: linear-gradient(var(--main-color), var(--main-color));
    background-repeat: no-repeat;
    background-position: -54rem 0;
    -webkit-background-clip: text
}

#a_propos .text-animate h2 {
    animation: homeBgText 8s linear infinite;
    animation-delay: 2s;
}

#a_propos .text-animate h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-right: 2px solid var(--main-color);
    z-index: -1;
}

#a_propos .text-animate h2::before {
    animation: homeCursorText 8s linear infinite;
    animation-delay: 2s;
}


/*KEYFRAMES ANIMATION*/

@keyframes homeBgText {
    0%,
    10%,
    100% {
        background-position: -54rem 0;
    }
    65%,
    85% {
        background-position: 0 0;
    }
}

@keyframes homeCursorText {
    0%,
    10%,
    100% {
        width: 0;
    }
    65%,
    78%,
    85% {
        width: 100%;
        opacity: 1;
    }
    75%,
    81% {
        opacity: 0;
    }
}

@keyframes aboutSpinner {
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes showRight {
    100% {
        width: 0;
    }
}

@keyframes manipActiveHover {
    100% {
        pointer-events: auto;
    }
}

a:hover {
    text-decoration: none
}

#scrollUp {
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 88;
    color: #32a5f1;
    border: #32a5f1 solid 2px;
    background-color: rgba(255, 255, 255, .5);
    opacity: .7;
    text-align: center;
    padding-top: 3px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px)
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: rgba(255, 255, 255, .9);
    vertical-align: middle;
    border-radius: 1px;
    margin-right: 100px
}

#loader:not(.removing) {
    transition: .5s;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px)
}

#loader:not(.removing)+div {
    height: 50vh !important
}

#loader:not(.removing)+div * {
    overflow: hidden !important;
    max-height: 50vh
}

#loader.removing {
    transition: 1s;
    background-color: rgba(255, 255, 255, 0)
}

#loader .typing_loader {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    animation: typing 1s linear infinite alternate;
    margin: 48vh auto;
    position: relative;
    left: -48px
}

@-webkit-keyframes typing {
    0% {
        background-color: #32a5f1;
        box-shadow: 48px 0px 0px 0px rgba(0, 171, 240, .2), 90px 0px 0px 0px rgba(0, 171, 240, .2)
    }
    25% {
        background-color: rgba(0, 171, 240, .4);
        box-shadow: 48px 0px 0px 0px #32a5f1, 90px 0px 0px 0px rgba(0, 171, 240, .2)
    }
    75% {
        background-color: rgba(0, 171, 240, .4);
        box-shadow: 48px 0px 0px 0px rgba(0, 171, 240, .2), 90px 0px 0px 0px #32a5f1
    }
}

@-moz-keyframes typing {
    0% {
        background-color: #32a5f1;
        box-shadow: 48px 0px 0px 0px rgba(0, 171, 240, .2), 90px 0px 0px 0px rgba(0, 171, 240, .2)
    }
    25% {
        background-color: rgba(0, 171, 240, .4);
        box-shadow: 48px 0px 0px 0px #32a5f1, 90px 0px 0px 0px rgba(0, 171, 240, .2)
    }
    75% {
        background-color: rgba(0, 171, 240, .4);
        box-shadow: 48px 0px 0px 0px rgba(0, 171, 240, .2), 90px 0px 0px 0px #32a5f1
    }
}

@keyframes typing {
    0% {
        background-color: #32a5f1;
        box-shadow: 48px 0px 0px 0px rgba(0, 171, 240, .2), 90px 0px 0px 0px rgba(0, 171, 240, .2)
    }
    25% {
        background-color: rgba(0, 171, 240, .4);
        box-shadow: 48px 0px 0px 0px #32a5f1, 90px 0px 0px 0px rgba(0, 171, 240, .2)
    }
    75% {
        background-color: rgba(0, 171, 240, .4);
        box-shadow: 48px 0px 0px 0px rgba(0, 171, 240, .2), 90px 0px 0px 0px #32a5f1
    }
}

#main {
    padding-bottom: 15px;
}

#main section {
    margin-top: 85px;
    margin-bottom: 85px;
    margin-left: 175px;
    margin-right: -175px;
    padding-top: 10px;
    border-radius: 18px
}

#main section:not(:last-child) {
    border-bottom: 5px solid rgba(84, 84, 84, .1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

#main section>div>h3 {
    position: sticky;
    margin-top: -11px;
    top: 0;
    z-index: 100;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #32a5f1;
    color: #fff;
    padding: 10px;
    border-radius: 0px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
    border: 2px solid rgba(255, 255, 255, 0);
    transition: 1s;
    font-family: "Oswald", sans-serif;
    letter-spacing: 2.5px
}

#main section>div>h3::before,
#main section>div>h3::after {
    transition: 1s;
    content: "";
    position: absolute;
    width: 37px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0);
    z-index: 100;
    top: -2px
}

#main section>div>h3::before {
    left: -25.5px
}

#main section>div>ul,
#main section>div .tech {
    padding: 0
}

#main section:not(#a_propos) {
    border-left: 2px solid rgba(0, 171, 240, 0);
    border-right: 2px solid rgba(0, 171, 240, 0);
    border-top: 2px solid rgba(0, 171, 240, 0)
}

#main section:not(#a_propos).active-section,
#main section:not(#a_propos):has(~.active-section) {
    transition: .5s;
    border-color: rgba(0, 171, 240, .3);
    background-color: rgba(255, 255, 255, .25);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px)
}

#main section:not(#a_propos).active-section>div,
#main section:not(#a_propos):has(~.active-section)>div {
    position: relative
}

#main section:not(#a_propos).active-section>div>h3,
#main section:not(#a_propos):has(~.active-section)>div>h3 {
    transition: 1s border-radius .3s opacity;
    border-radius: 0 0 45px 45px
}

#main section:not(#a_propos).active-section>div>h3::before,
#main section:not(#a_propos).active-section>div>h3::after,
#main section:not(#a_propos):has(~.active-section)>div>h3::before,
#main section:not(#a_propos):has(~.active-section)>div>h3::after {
    transition: 1s border-radius .3s border
}

#main section:not(#a_propos).active-section>div>h3::before,
#main section:not(#a_propos):has(~.active-section)>div>h3::before {
    left: -37.6px;
    border-top-right-radius: 21px;
    box-shadow: 17px 0px #32a5f1
}

#main section:not(#a_propos).active-section>div>h3::after,
#main section:not(#a_propos):has(~.active-section)>div>h3::after {
    right: -37.6px;
    border-top-left-radius: 21px;
    box-shadow: -17px 0px #32a5f1
}

#main section.active-section>div>h3 {
    opacity: 1;
    transition: 1s
}

#main section:has(~.active-section)>div>h3 {
    opacity: .9;
    transition: 1s
}

#main section:has(~.active-section)>div>h3::before,
#main section:has(~.active-section)>div>h3::after {
    transition: 1s border-radius .3s border .3s left .3s right
}

#main section:has(~.active-section)>div>h3::before {
    left: -33.9px
}

#main section:has(~.active-section)>div>h3::after {
    right: -33.9px
}

.contacts {
    align-content: center;
    align-items: center;
    display: flex;
    /* list-style: none; */
    /* font-size: 16pt; */
    margin-top: auto;
    margin-bottom: auto;
    padding-right: initial;
    padding-left: initial;
}

.contacts li {
    display: inline;
    transition: .5s
}

.contacts li:not(:last-child) {
    margin-right: 10px
}

.contacts li:hover {
    transition: .5s;
    position: relative;
    top: -3px
}

.contacts li a {
    color: #656565;
    transition: .3s
}

.contacts li a:hover {
    transition: .3s;
    color: #545454;
    text-shadow: 0 13px 5px rgba(0, 0, 0, .1);
    cursor: none
}

.contacts .label {
    display: none;
}

.btn_imprimer {
    padding: 3px 8px;
    border: none;
    outline: none;
    transition: .3s;
    background-color: rgba(255, 255, 255, .2)
}

.btn_imprimer:hover {
    transition: .3s;
    background-color: rgba(255, 255, 255, .5)
}

.btn_imprimer:focus {
    box-shadow: unset
}

.mdl_note {
    display: none
}

.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: rgb(0, 171, 240, .7)
}

.tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: rgb(0, 171, 240, .7)
}

.tooltip.bs-tooltip-left .arrow::before {
    border-left-color: rgb(0, 171, 240, .7)
}

.tooltip.bs-tooltip-right .arrow::before {
    border-right-color: rgb(0, 171, 240, .7)
}

.tooltip .tooltip-inner {
    background-color: rgb(0, 171, 240, .99);
    border: 1px solid #fff
}

#ch_nav {
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    height: 100vh;
    /* overflow-y: auto; */
    z-index: 10;
    background: linear-gradient(to bottom right, rgba(57, 57, 57, 0.9), rgb(0, 171, 240, 0.95));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: .3s
}

#ch_nav.scrolling:not(.in-bottom) {
    border-top-left-radius: 4.6vw;
    overflow-y: auto;
    background: linear-gradient(to bottom right, rgba(0, 171, 240, 0.05), rgba(0, 171, 240, 0.1));
    transition: .3s
}

#ch_nav.scrolling:not(.in-bottom) * {
    color: #32a5f1;
}

#ch_nav.scrolling:not(.in-bottom) .btn_imprimer path {
    stroke: #32a5f1 !important
}

#ch_nav.scrolling:not(.in-bottom) a:hover:not(.active) {
    background-color: rgba(0, 171, 240, .1) !important;
    color: #32a5f1 !important
}

#ch_nav.scrolling:not(.in-bottom):not(:hover) {
    box-shadow: -5px 0px 15px 0 rgba(0, 171, 240, .05);
    transition: 1s
}

#ch_nav.scrolling:not(.in-bottom):not(:hover) #nav ul li {
    border-bottom-color: rgba(0, 0, 0, 0)
}

#ch_nav.scrolling:not(.in-bottom):not(:hover) #nav ul li a.active {
    box-shadow: 0 5px 17px 0 rgba(0, 171, 240, .1)
}

#ch_nav.scrolling:not(.in-bottom):not(:hover) .div-avatar {
    transition: 1s
}

#ch_nav.scrolling:not(.in-bottom) .div-avatar {
    transition: 1s;
    width: 100px;
    height: 100px;
    filter: brightness(1);
    /* box-shadow: -5px 0px 0 0  var(--second-bg-color), 5px 0px 0 0 rgb(0, 171, 240, 0.5); */
}

#ch_nav.scrolling:not(.in-bottom) .div-avatar .avatar,
#ch_nav.scrolling:not(.in-bottom) .div-avatar video {
    transition: 1s;
    transform: scale(1) translateY(0)
}


/* .div-avatar img{
    width: 90%;
    border-radius: 50%;
    border: .2rem solid var(--main-color);

} */

#ch_nav.scrolling:not(.in-bottom) .div-avatar .circle-spin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: 1s;
    filter: brightness(1);
    box-shadow: -5px 0px 0 0 var(--second-bg-color), 5px 0px 0 0 rgb(0, 171, 240, 0.5);
    /* border-top: .2rem solid var(--second-bg-color);
    border-bottom: .2rem solid var(--second-bg-color);
    border-left: .2rem solid rgb(0, 171, 240, 0.5);
    border-right: .2rem solid rgb(0, 171, 240, 0.5); */
    animation: aboutSpinner 5s linear infinite;
}

#ch_nav.scrolling:not(.in-bottom) #nav ul li a {
    font-size: 13pt;
    font-weight: normal
}

#ch_nav * {
    color: #fff;
}

#ch_nav .contacts {
    margin-bottom: 0
}

#ch_nav:not(.scrolling) .contacts {
    opacity: 0;
    height: 0;
    width: 0;
    padding: 0;
    pointer-events: none
}

#ch_nav .btn_imprimer {
    transition: .3s
}

#ch_nav.in-bottom .btn_imprimer {
    transition: .3s;
    opacity: 0;
    height: 0;
    width: 0;
    padding: 0;
    pointer-events: none
}

#ch_nav li {
    list-style: none
}

#ch_nav header {
    padding: 0 10px;
}

#ch_nav header .div-avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 150px;
    height: 150px;
    margin: 60px auto 25px auto;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: -9px 0px 0 0 rgb(0, 171, 240, 0.3), 9px 0px 0 0 rgba(57, 57, 57, .3);
    filter: brightness(1.15);
    transition: 1s;
    pointer-events: none
}

#ch_nav header .div-avatar .avatar,
#ch_nav header .div-avatar #presentation-video {
    transition: .3s;
    width: 100%;
    border-end-end-radius: 50%;
    border-end-start-radius: 50%;
    position: absolute;
    transform: scale(1.18) translateY(-9px)
}

#ch_nav header .div-avatar:has(#presentation-video:not(.hidden-video-presentation)) {
    box-shadow: -3px 0px 0 0 rgba(57, 57, 57, 0), 3px 0px 0 0 rgba(0, 171, 240, 0)
}

#ch_nav header .div-avatar:has(#presentation-video:not(.hidden-video-presentation)) .avatar {
    opacity: 0;
    transition: .3s
}

#ch_nav header .div-avatar #presentation-video {
    transition: .3s;
    border-radius: 50%;
    opacity: .9
}

#ch_nav header .div-avatar #presentation-video.hidden-video-presentation {
    opacity: 0;
    transition: .3s;
    transform: scale(0.5) translateY(-9px);
    filter: blur(5px)
}

#ch_nav header #prenom {
    font-size: 18pt;
    font-family: "Oswald", sans-serif;
    letter-spacing: 3px
}

#ch_nav header .proffession {
    font-family: "Oswald", sans-serif;
    letter-spacing: 3.5px;
    font-weight: 600;
    font-size: 11pt;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 10px;
    position: relative;
    top: -12px;
    color: #f3e217;
    line-height: 25px
}

#ch_nav header .note {
    margin-left: 0;
    position: relative;
    top: -25px;
    opacity: 1
}

#ch_nav header .note i {
    font-size: 5pt !important
}

#ch_nav #nav ul {
    padding: 0
}

#ch_nav #nav ul li {
    font-size: 13pt;
    letter-spacing: .5px;
    border-bottom: 2px solid rgba(255, 255, 255, .1)
}

#ch_nav #nav ul li a {
    transition: .1s padding;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    font-weight: 500;
    position: relative
}

#ch_nav #nav ul li a i {
    opacity: 0;
    position: absolute;
    font-size: 8pt;
    right: 0;
    width: 20px;
    height: 20px;
    padding-top: 4px;
    top: 17px;
    color: #32a5f1
}

#ch_nav #nav ul li a.active {
    padding: 10px 0;
    background: #ffff;
    color: #32a5f1
}

#ch_nav #nav ul li a.active i {
    opacity: 1
}

#ch_nav #nav ul li a.active::before,
#ch_nav #nav ul li a.active::after {
    content: "";
    position: absolute;
    right: 0px;
    width: 50px;
    height: 15px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 15px 0px #fff;
    z-index: 100
}

#ch_nav #nav ul li a.active::before {
    top: -15px;
    border-bottom-right-radius: 50px
}

#ch_nav #nav ul li a.active::after {
    bottom: -15px;
    border-top-right-radius: 50px
}

#ch_nav #nav ul li a:hover:not(.active) {
    background-color: rgba(255, 255, 255, .1);
    color: #fff
}

#ch_nav .btn_imprimer {
    background-color: rgba(0, 0, 0, 0)
}

#a_propos {
    padding-top: 70px !important
}

#a_propos header {
    background-image: url("/images/logo/main techno.svg");
    background-position: right bottom;
    background-repeat: no-repeat
}

#a_propos header #btn-speech-presentation {
    position: relative;
    left: -30px
}

#a_propos header h2 {
    color: #32a5f1;
    font-size: 3em;
    margin-bottom: 20px;
    font-family: "Oswald", sans-serif;
    letter-spacing: 2.5px;
    position: relative
}

#a_propos header h2+p {
    font-family: "Oswald", sans-serif;
    letter-spacing: 2.5px;
    font-size: 1.9em;
    font-weight: bold;
    line-height: 38px
}

#a_propos header .row {
    margin-bottom: 8px
}

#a_propos header .row span i {
    width: 25px !important;
    font-size: 10pt;
    position: relative;
    top: -2px;
    text-align: center;
}

#a_propos header .row span.profile-item-value sub {
    font-size: 8pt
}

#a_propos #intro {
    text-align: justify;
    position: relative
}

#a_propos #intro .btn-speech {
    position: absolute;
    left: -2.8em;
    top: -8px
}

#a_propos hr {
    margin: 30px 0
}

#a_propos .contacts a {
    text-shadow: 0 10px 5px rgba(0, 0, 0, 0);
    transition: .3s
}

#a_propos .contacts a i {
    font-size: 21px !important;
}

#a_propos .contacts a .label {
    font-weight: 300;
    position: relative;
    top: -2px;
}

#a_propos .contacts a:hover {
    cursor: none;
    transition: .3s;
    text-shadow: 0 13px 5px rgba(0, 0, 0, .1);
    color: #32a5f1 !important
}

@media screen {
    .pour_impression {
        display: none
    }
}

#experience>div>ul {
    margin-top: 60px;
    list-style-type: none;
    position: relative
}

#experience>div>ul>li {
    border-bottom: 5px solid #32a5f1;
    top: -5px;
    position: relative;
    padding: 30px 20px 30px 50px;
    list-style: none;
    text-align: justify
}

#experience>div>ul>li>i~* {
    max-width: max-content
}

#experience>div>ul>li ul {
    list-style: disc !important
}

#experience>div>ul>li:nth-child(odd) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 30px;
    border-left: 5px solid #32a5f1;
    padding-right: 38px
}

#experience>div>ul>li:nth-child(even) {
    border-bottom-right-radius: 30px;
    border-right: 5px solid #32a5f1
}

#experience>div>ul>li:nth-child(even)>i {
    float: right !important;
    position: relative !important;
    margin-right: -50px !important
}

#experience>div>ul>li:last-child {
    border-bottom-right-radius: 30px
}

#experience>div>ul>li>i {
    margin-top: -58px;
    margin-left: -79px;
    position: absolute;
    border-radius: 50%;
    background: #32a5f1;
    text-align: center;
    color: #fff;
    height: 3em;
    width: 3em;
    line-height: 2.7em;
    font-weight: 900;
    border: 3px solid #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2)
}

#experience>div>ul>li>.title {
    font-size: 17pt;
    font-weight: bold;
    color: #555
}

@media screen {
    #experience>div>ul>li .date {
        display: block
    }
}

#experience>div>ul>li>.lieu {
    display: block;
    font-size: 12pt;
    font-weight: bold;
    padding-left: 7px;
    color: #32a5f1
}

#experience>div>ul>li>p {
    margin-left: 8px;
    margin: 10px
}

#experience>div>ul>li>ul {
    margin-left: 8px
}

#experience>div>ul>li a {
    color: #087797
}

#experience>div>ul>li .btn-speech {
    position: absolute;
    top: -9px;
    left: -2.5em
}

#diplome ul {
    overflow-x: visible
}

#diplome ul li:not(.d-none) {
    list-style: none;
    padding: 8px 0
}

#diplome ul li:not(.d-none):not(:last-child) {
    border-bottom: 2px solid rgba(84, 84, 84, .1)
}

#diplome ul li:not(.d-none)>span:first-child {
    font-size: 17pt;
    font-weight: bold
}

#diplome ul li:not(.d-none)>span.ecole {
    display: block;
    font-size: 12pt;
    font-weight: bold;
    padding-left: 5px;
    color: #32a5f1
}

@media screen {
    #diplome ul li:not(.d-none)>span.date {
        display: block
    }
}

#competence h4 {
    margin-bottom: 20px
}

#competence li {
    list-style: none
}

#competence li ul li {
    display: inline-block;
    position: relative;
    width: 32.5%;
    vertical-align: middle;
    margin-bottom: 35px
}

#competence li ul li img {
    position: relative;
    top: -3px;
    max-width: 1.8em;
    display: inline;
    margin-right: 20px
}

#competence li ul li sub {
    margin-left: 4px;
    font-size: 8pt
}

#competence li ul li sub:before {
    content: "v";
    margin-right: 2px
}

#competence li ul:hover .note {
    opacity: 1
}

#competence li ul.ai-tools li {
    display: list-item;
    margin-bottom: 10px;
    width: 100%
}

#realisation {
    padding-bottom: 40px !important
}

#realisation .realisation {
    transition: .3s !important;
    background-color: rgba(255, 255, 255, .8);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    padding: 15px !important;
    position: relative
}

#realisation .realisation:hover {
    transition: .5s !important;
    top: -10px
}

#realisation .realisation img+img {
    margin-top: 10px !important
}

#qualite ul li {
    line-height: 18px;
    padding: 0 8px 0 10px;
    margin-bottom: 3px;
    display: inline-block
}

#qualite ul li:not(:first-child) {
    border-left: 3px solid rgb(0, 171, 240, 0.4)
}

#centre_interet ul,
#realisation ul {
    padding-left: 25px !important
}

header .btn-speech {
    line-height: 32px;
    font-size: 2rem;
    width: 60px;
    height: 60px;
    padding: 10px
}

.btn-speech {
    margin-top: 8px;
    line-height: 22px;
    color: #007bff;
    border: 1px solid #007bff;
    font-weight: 400;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    font-size: 1rem;
    position: relative;
    top: -3px;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    transition: all 1.5s ease-in-out, color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, opacity .2s ease-in-out;
    transform: rotate(15deg);
    animation: pulse-box-blue 3s infinite ease-in-out both
}

.btn-speech:focus {
    outline: none
}

.btn-speech:not(.reading) {
    opacity: .3
}

.btn-speech:not(.reading):hover {
    opacity: 1;
    transition: transform .5s ease-in-out, border-radius .5s ease-in-out;
    border-radius: 50%;
    transform: rotate(-90deg);
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-speech:not(.reading):hover i {
    transition: transform .5s ease-in-out;
    transform: rotate(90deg)
}

@keyframes pulse-box-blue {
    0% {
        box-shadow: 0 0 10px 0 rgba(0, 123, 255, .4)
    }
    50% {
        box-shadow: 0 0 10px 20px rgba(0, 123, 255, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0)
    }
}

.btn-speech i {
    max-width: max-content;
    transition: transform .3s ease-in-out
}

.btn-speech.reading {
    border: 1px solid #dc3545;
    color: #dc3545;
    transform: scale(1.2) rotate(-15deg);
    transition: all .2s ease-in-out;
    top: -7px;
    animation: pulse-box .8s infinite ease-in-out both alternate;
    border-radius: 5px
}

@keyframes pulse-box {
    0% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0)
    }
    25% {
        box-shadow: 0 0 10px 5px rgba(220, 53, 69, .3)
    }
    50% {
        box-shadow: 0 0 20px 10px rgba(220, 53, 69, 0)
    }
    75% {
        box-shadow: 0 0 10px 5px rgba(220, 53, 69, .3)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
}

.btn-speech.reading i {
    animation: pulse 2s infinite
}

.btn-speech,
.btn-speech * {
    cursor: pointer
}

.btn-speech.hidden-btn-speech {
    opacity: .3;
    transition: all .3s ease-in-out
}

.content-reading {
    animation: content-reading-pulse 5s infinite ease-in-out both alternate;
    border-radius: 20px
}

@keyframes content-reading-pulse {
    0% {
        box-shadow: inset 0 0 100px 0 rgba(0, 171, 240, 0), 0 0 50px 0 rgba(0, 171, 240, 0)
    }
    25% {
        box-shadow: inset 0 0 100px 40px rgba(0, 171, 240, .1), 0 0 50px 20px rgba(0, 171, 240, .1)
    }
    50% {
        box-shadow: inset 0 0 100px 80px rgba(0, 171, 240, 0), 0 0 50px 40px rgba(0, 171, 240, 0)
    }
    75% {
        box-shadow: inset 0 0 100px 40px rgba(0, 171, 240, .1), 0 0 50px 20px rgba(0, 171, 240, .1)
    }
    100% {
        box-shadow: inset 0 0 100px 0 rgba(0, 171, 240, 0)
    }
}

#footer {
    text-align: left
}

#footer .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 5rem;
    background-color: rgba(222, 222, 222, .95);
    position: absolute;
    /* margin-left: 0 !important; */
}

#footer .container p {
    margin: 0
}

@media print {
    * {
        color: #000 !important
    }
    a {
        text-decoration: none !important
    }
    body {
        font-size: 12pt;
        line-height: 1.5rem;
        position: relative
    }
    body #bg_container {
        background: rgba(255, 255, 255, .7);
        max-width: 100% !important;
        padding: 0px !important;
        margin: 0px !important
    }
    .contacts,
    #footer,
    .note,
    .btn-speech,
    #scrollUp {
        display: none !important
    }
    #main {
        max-width: 100% !important
    }
    #main section {
        padding: 10px 0 10px 0 !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        border: none !important;
        margin: 0px !important;
        background: rgba(255, 255, 255, .95) !important
    }
    #main section h3 {
        font-size: 18pt;
        padding: 10px !important;
        top: 0px !important;
        line-height: 20px !important;
        background: rgba(0, 171, 240, .9) !important;
        border-radius: 0px !important
    }
    #main section h3+div,
    #main section h3+ul {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
    #ch_nav {
        background: rgba(0, 0, 0, 0) !important;
        position: absolute;
        right: 0;
        height: initial;
        box-shadow: none !important;
        border-top-left-radius: 0px !important
    }
    #ch_nav nav,
    #ch_nav footer,
    #ch_nav #prenom,
    #ch_nav .proffession {
        display: none
    }
    #ch_nav .div-avatar {
        overflow-y: visible !important;
        width: auto !important;
        min-height: 7cm;
        border-radius: 0px !important
    }
    #ch_nav .div-avatar .avatar {
        position: relative;
        right: 20px !important;
        width: 5cm !important
    }
    #ch_nav .div-avatar video {
        display: none
    }
    #a_propos {
        width: 100%;
        font-size: 14pt;
        line-height: 30px
    }
    #a_propos>.container {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
        margin-bottom: 15px;
        background: rgba(0, 171, 240, .05) !important;
        border-radius: 70px 100px 800px 50px !important;
        box-shadow: none !important
    }
    #a_propos header+hr {
        display: none
    }
    #a_propos header h2 {
        font-size: 2.3rem;
        margin-bottom: 10px;
        margin-right: 10px;
        color: #32a5f1 !important
    }
    #a_propos header .row span i {
        width: 22px !important
    }
    #a_propos header .row span.profile-item-value {
        margin-left: 40px
    }
    #a_propos hr {
        margin: 5px
    }
    #diplome {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        overflow-x: visible
    }
    #diplome>.container,
    #diplome h3 {
        width: 100% !important
    }
    #diplome ul {
        padding-left: 0px !important
    }
    #diplome li:not(#diplome li.d-print-none):last {
        border-bottom: none !important
    }
    #experience>div>ul {
        margin-top: 0px
    }
    #experience>div>ul>li {
        padding-right: 0 !important;
        padding-left: 0px !important;
        padding: 5px 0px 5px 50px;
        border: none !important;
        border-bottom: 2px solid rgba(84, 84, 84, .1) !important;
        border-radius: 0 !important;
        transform: none !important
    }
    #experience>div>ul>li>.title {
        font-size: 16pt
    }
    #experience>div>ul>li p {
        margin: 4px
    }
    #experience>div>ul>li * {
        transform: none !important
    }
    #experience>div>ul>li i {
        display: none
    }
    #competence div>div {
        padding-left: 0px !important
    }
    #competence h4 {
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 16pt;
        text-decoration: underline
    }
    #competence ul {
        padding-left: 0 !important
    }
    #competence ul li {
        vertical-align: top;
        display: inline-block;
        margin-top: 10px;
        width: 48%
    }
    #competence ul li ul {
        padding: 0 20px !important
    }
    #competence ul li ul.tech li {
        min-width: 48%;
        max-width: 48%
    }
    #competence ul li ul li {
        margin-top: 0px;
        line-height: 30px;
        width: initial !important;
        margin-bottom: 10px;
        font-size: 15pt;
        padding-right: 10px;
        padding-left: 10px
    }
    #competence ul li ul li img {
        width: 20px;
        padding-top: 3px;
        margin-right: 10px
    }
    #competence ul li ul li img+span {
        display: inherit !important
    }
    #qualite>div>* {
        line-height: .1em
    }
    #qualite ul {
        padding-left: 0px !important
    }
    #qualite ul li {
        padding: 0;
        border-left: none;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 18px;
        padding-right: 10px;
        padding-left: 10px
    }
    #qualite ul li:not(:first-child)::before {
        content: ", ";
        position: relative;
        left: -10px
    }
    #centre_interet div>* {
        line-height: 1.4em;
        display: inline-block !important;
        vertical-align: top
    }
    #centre_interet ul {
        padding-left: 40px !important
    }
}

.page-break-before {
    page-break-before: always
}

.page-break-after {
    page-break-after: always
}

@media screen and (min-width: 767px) {
    #ch_nav {
        border-top-right-radius: 7vw;
        min-width: 205px;
        right: -11px
    }
    #ch_nav header .div-avatar {
        width: 150px
    }
    #experience>div>ul>li:nth-child(odd) {
        transform: skewX(-2deg);
    }
    #experience>div>ul>li#additional_experiences {
        transform: skewX(0);
        background: rgba(0, 171, 240, .1);
        border-start-end-radius: 30px
    }
    #experience>div>ul>li:nth-child(odd) *:not(.btn-speech) {
        transform: skewX(0deg)
    }
    #experience>div>ul>li:nth-child(odd) .title {
        padding-left: 7px
    }
    #experience>div>ul>li:nth-child(odd) .btn-speech {
        left: -2.6em
    }
    #experience>div>ul>li:nth-child(even) {
        transform: skewX(2deg);
        padding-left: 50px
    }
    #experience>div>ul>li:nth-child(even) *:not(.btn-speech) {
        transform: skewX(-2deg) !important
    }
    #experience>div>ul>li:nth-child(even) .title {
        padding-left: 9px
    }
    #experience>div>ul>li:nth-child(even) .lieu {
        padding-left: 8px
    }
    #experience>div>ul>li#additional_experiences {
        transform: skewX(0);
        background: rgba(0, 171, 240, .1);
        border-start-end-radius: 30px
    }
}

@media screen and (max-width: 767px) {
    #qualite ul li {
        border-left: 3px solid rgb(0, 171, 240, 0.4);
    }
    body>div>div {
        box-shadow: none
    }
    #a_propos .text-animate h2 {
        font-size: 3.2rem;
        font-weight: 700;
        color: transparent;
        -webkit-text-stroke: .7px var(--main-color);
        background-image: linear-gradient(var(--main-color), var(--main-color));
        background-repeat: no-repeat;
        background-position: -30rem 0;
        -webkit-background-clip: text
    }
    #a_propos .text-animate h2 {
        animation: homeBgText 8s linear infinite;
        animation-delay: 2s;
    }
    #a_propos .text-animate h2::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        border-right: 2px solid var(--main-color);
        z-index: -1;
    }
    #a_propos .text-animate h2::before {
        animation: homeCursorText 8s linear infinite;
        animation-delay: 2s;
    }
    /*KEYFRAMES ANIMATION*/
    @keyframes homeBgText {
        0%,
        10%,
        100% {
            background-position: -28rem 0;
        }
        65%,
        85% {
            background-position: 0 0;
        }
    }
    @keyframes homeCursorText {
        0%,
        10%,
        100% {
            width: 0;
        }
        65%,
        78%,
        85% {
            width: 100%;
            opacity: 1;
        }
        75%,
        81% {
            opacity: 0;
        }
    }
    #bg_container {
        padding: 10px 0
    }
    #ch_nav {
        top: -40px;
        position: relative;
        height: initial;
    }
    #ch_nav>*,
    #ch_nav header * {
        display: inline-block;
    }
    #ch_nav header {
        text-align: center;
        width: 100%
    }
    #ch_nav .div-avatar .circle-spin {
        position: absolute;
        top: 48%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(0);
        width: 100%;
        height: 100%;
        border-radius: 60%;
        transition: 1s;
        width: 190px;
        height: 190px;
        filter: brightness(1);
        box-shadow: -5px 0px 0 0 rgb(0, 0, 0), 5px 0px 0 0 rgb(0, 171, 240, 0.5);
        /* border-top: .4rem solid var(--second-bg-color); */
        /* border-bottom: .4rem solid var(--second-bg-color); */
        /* border-left: .4rem solid rgb(0, 171, 240, 0.5); */
        /* border-right: .4rem solid rgb(0, 171, 240, 0.5); */
        animation: aboutSpinner 6s linear infinite;
    }
    #ch_nav header #avatar {
        height: 100px;
        width: auto;
        margin: 25px
    }
    #ch_nav header #prenom {
        font-size: 1.8rem;
        display: block
    }
    #experience>div>ul>li#additional_experiences {
        transform: skewX(0);
        background: rgba(0, 171, 240, .1);
        border-start-end-radius: 30px
    }
    #ch_nav header .proffession {
        margin-top: 20px;
        display: block;
        font-size: 1rem
    }
    #ch_nav nav {
        display: none
    }
    #ch_nav footer {
        width: 100%;
        text-align: right;
        padding: 0 10px
    }
    #ch_nav footer ul {
        margin: 0
    }
    #ch_nav footer ul li {
        opacity: .2;
        transition: .3s
    }
    #ch_nav footer ul li:hover {
        opacity: 1
    }
    section {
        margin-top: 40px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 0 !important;
    }
    section>div>h3 {
        font-size: 1rem
    }
    section.active-section>div>h3 {
        border-radius: 0 0 19px 19px !important
    }
    .btn_imprimer {
        top: 174px;
        left: 0;
        font-size: 10pt
    }
    /* #a_propos #nom_prenoms span {
        display: block !important
    } */
    #a_propos header .row span:last-child:not(.d-print-inline) {
        position: absolute;
        /* align-items: center; */
        padding-left: 125px;
        /* align-content: center; */
    }
    #a_propos header .row .contacts li {
        display: block !important;
        margin-bottom: 15px
    }
    #a_propos header .row .contacts li .label {
        position: absolute;
        align-items: center;
        /* display: block; */
        /* padding: 10px; */
        align-items: center;
        align-content: center;
        align-content: center;
        /* column-span: all; */
    }
    #experience>div>ul>li {
        padding: 30px 20px 30px 10px
    }
    #experience>div>ul>li .float-right {
        display: block;
        float: none !important
    }
    #experience>div>ul>li .btn-speech {
        opacity: 1
    }
    #experience>div>ul>li .btn-speech.reading {
        transform: scale(1.2) rotate(-15deg) translateX(5px)
    }
    #experience>div>ul>li:nth-child(odd) {
        transform: skewX(0deg);
        padding-right: 0px
    }
    #experience>div>ul>li:nth-child(odd) *:not(.btn-speech) {
        transform: skewX(0deg)
    }
    #experience>div>ul>li:nth-child(odd) .btn-speech {
        left: -4.1em
    }
    #experience>div>ul>li:nth-child(even) {
        transform: skewX(0deg);
        padding-left: 0px
    }
    #experience>div>ul>li:nth-child(even) *:not(.btn-speech) {
        transform: skewX(0deg)
    }
    #experience>div>ul>li:nth-child(even) .btn-speech {
        left: -3.2em
    }
    #experience>div>ul>li>i {
        margin-left: -40px
    }
    #experience>div>ul>li>ul {
        margin-left: 0px;
        padding-left: 25px
    }
    #competence li ul li {
        width: 100%;
        padding-left: 20px
    }
    #qualite ul li {
        display: block;
        margin-left: 15px;
        margin-bottom: 10px
    }
    #footer .container {
        width: 100%;
        position: relative;
        padding-left: 0rem;
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 450px) {
    #qualite ul li {
        border-left: 3px solid rgb(0, 171, 240, 0.4);
    }
    #ch_nav {
        height: 80vh !important;
        display: flex;
        align-items: center
    }
    #ch_nav .contacts {
        display: block
    }
    body>div>.container {
        box-shadow: none
    }
    #a_propos {
        padding-top: 70px !important
    }
    #a_propos header h2 {
        font-size: 2.5em
    }
    #a_propos .text-animate h2 {
        font-size: 3.2rem;
        font-weight: 700;
        color: transparent;
        -webkit-text-stroke: .7px var(--main-color);
        background-image: linear-gradient(var(--main-color), var(--main-color));
        background-repeat: no-repeat;
        background-position: -20rem 0;
        -webkit-background-clip: text
    }
    #a_propos .text-animate h2 {
        animation: homeBgText 8s linear infinite;
        animation-delay: 2s;
    }
    #a_propos .text-animate h2::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        border-right: 2px solid var(--main-color);
        z-index: -1;
    }
    #a_propos .text-animate h2::before {
        animation: homeCursorText 8s linear infinite;
        animation-delay: 2s;
    }
    /*KEYFRAMES ANIMATION*/
    @keyframes homeBgText {
        0%,
        10%,
        100% {
            background-position: -22rem 0;
        }
        65%,
        85% {
            background-position: 0 0;
        }
    }
    @keyframes homeCursorText {
        0%,
        10%,
        100% {
            width: 0;
        }
        65%,
        78%,
        85% {
            width: 100%;
            opacity: 1;
        }
        75%,
        81% {
            opacity: 0;
        }
    }
}

.note {
    line-height: 5pt;
    height: 5px;
    margin-left: 51px;
    opacity: .2;
    transition: .5s
}

.note i {
    font-size: 8pt;
    color: rgba(101, 101, 101, .5)
}

[note="1"] .note i:nth-child(1) {
    color: #32a5f1 !important
}

[note="1"].personnel .note i:nth-child(1) {
    color: #f3e217 !important
}

[note="2"] .note i:nth-child(1) {
    color: #32a5f1 !important
}

[note="2"].personnel .note i:nth-child(1) {
    color: #f3e217 !important
}

[note="2"] .note i:nth-child(2) {
    color: #32a5f1 !important
}

[note="2"].personnel .note i:nth-child(2) {
    color: #f3e217 !important
}

[note="3"] .note i:nth-child(1) {
    color: #32a5f1 !important
}

[note="3"].personnel .note i:nth-child(1) {
    color: #f3e217 !important
}

[note="3"] .note i:nth-child(2) {
    color: #32a5f1 !important
}

[note="3"].personnel .note i:nth-child(2) {
    color: #f3e217 !important
}

[note="3"] .note i:nth-child(3) {
    color: #32a5f1 !important
}

[note="3"].personnel .note i:nth-child(3) {
    color: #f3e217 !important
}

[note="4"] .note i:nth-child(1) {
    color: #32a5f1 !important
}

[note="4"].personnel .note i:nth-child(1) {
    color: #f3e217 !important
}

[note="4"] .note i:nth-child(2) {
    color: #32a5f1 !important
}

[note="4"].personnel .note i:nth-child(2) {
    color: #f3e217 !important
}

[note="4"] .note i:nth-child(3) {
    color: #32a5f1 !important
}

[note="4"].personnel .note i:nth-child(3) {
    color: #f3e217 !important
}

[note="4"] .note i:nth-child(4) {
    color: #32a5f1 !important
}

[note="4"].personnel .note i:nth-child(4) {
    color: #f3e217 !important
}

[note="5"] .note i:nth-child(1) {
    color: #32a5f1 !important
}

[note="5"].personnel .note i:nth-child(1) {
    color: #f3e217 !important
}

[note="5"] .note i:nth-child(2) {
    color: #32a5f1 !important
}

[note="5"].personnel .note i:nth-child(2) {
    color: #f3e217 !important
}

[note="5"] .note i:nth-child(3) {
    color: #32a5f1 !important
}

[note="5"].personnel .note i:nth-child(3) {
    color: #f3e217 !important
}

[note="5"] .note i:nth-child(4) {
    color: #32a5f1 !important
}

[note="5"].personnel .note i:nth-child(4) {
    color: #f3e217 !important
}

[note="5"] .note i:nth-child(5) {
    color: #32a5f1 !important
}

[note="5"].personnel .note i:nth-child(5) {
    color: #f3e217 !important
}


/*# sourceMappingURL=style.css.map */