body {
    --ns-bg: #ECEFF2;
    background-color: var(--ns-bg);
}

body.dark {
    --ns-bg: #121212;
    --main-bg: #1D2024;
}

body.dark .dark-btns {
    background-color: var(--grey-light);
}


.profil-container {
    max-width: 700px;
    width: calc(100% - 20px);
}

.btn-w-grey {
    border-color: transparent;
    background-color: transparent;
    color: var(--grey-dark);
    padding: 10px 10px;
}

.btn-w-grey:hover {
    background-color: var(--grey-light);
    border-color: transparent;
}



body.dark .profil-pictures-wrapper {
    background-color: #1D2024;
}

.profil-pictures-wrapper .banner-wrapper {
    z-index: 10;
    height: 150px;
}

.profil-pictures-wrapper .banner-wrapper img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.profil-pictures-wrapper .banner-wrapper .update-banner-wrapper {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #12121270;
    opacity: 0;
    transition: all .2s ease;
    cursor: pointer;
    color: white;
}

.profil-pictures-wrapper .banner-wrapper:hover .update-banner-wrapper {
    opacity: 1;
}

.profil-pictures-wrapper .profil-pic-wrapper {
    z-index: 15;
    margin-top: -30px;
    width: 140px;
    height: 140px;
    border: solid 4px var(--main-bg);
    background-color: var(--main-bg);
    color: white;
}

.profil-pictures-wrapper .profil-pic-wrapper .update-pp-wrapper {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #12121270;
    opacity: 0;
    transition: all .2s ease;
    cursor: pointer;
}

.profil-pictures-wrapper .profil-pic-wrapper:hover .update-pp-wrapper {
    opacity: 1;
}

body.dark .profil-pictures-wrapper .profil-pic-wrapper {
    border-color: #1D2024;
    background-color: #1D2024;
}


.profil-nav-section-wrapper {
    overflow-x: auto;
    padding-bottom: 10px;
}

.profil-nav-section-wrapper .item:first-child {
    margin-left: auto;
}

.profil-nav-section-wrapper .item:last-child {
    margin-right: auto;
}

.profil-nav-section-wrapper .item {
    padding: 10px 17px;
    background: rgba(255, 255, 255, 0);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
    margin: 2px;
}

.profil-nav-section-wrapper .item svg path {
    fill: var(--grey-dark);
}

.profil-nav-section-wrapper .item.active,
.profil-nav-section-wrapper .item:hover {
    color: white;
}

.profil-nav-section-wrapper .item.active svg path,
.profil-nav-section-wrapper .item:hover svg path {
    fill: white;
}

.profil-nav-section-wrapper .item.blue:hover,
.profil-nav-section-wrapper .item.blue.active {
    background: rgb(3, 160, 241);
    background: linear-gradient(180deg, var(--blue-start-gradient) 0%, var(--blue-end-gradient) 100%);
}

.profil-nav-section-wrapper .item.green:hover,
.profil-nav-section-wrapper .item.green.active {
    background: rgb(3, 160, 241);
    background: linear-gradient(180deg, var(--green-start-gradient) 0%, var(--green-end-gradient) 100%);
}

.profil-nav-section-wrapper .item.orange:hover,
.profil-nav-section-wrapper .item.orange.active {
    background: rgb(3, 160, 241);
    background: linear-gradient(180deg, var(--orange-start-gradient) 0%, var(--orange-end-gradient) 100%);
}

.profil-nav-section-wrapper .item.purple:hover,
.profil-nav-section-wrapper .item.purple.active {
    background: rgb(3, 160, 241);
    background: linear-gradient(180deg, var(--purple-start-gradient) 0%, var(--purple-end-gradient) 100%);
}

.no-more-posts-wrapper {
    z-index: 20;
}

.no-more-posts-wrapper * {
    position: relative;
    z-index: 15;
}

.no-more-posts-wrapper .circle {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 10;
    opacity: 0.4;
}

.no-more-posts-wrapper .circle circle {
    fill: #431453;
}

.no-more-posts-wrapper .business {
    position: absolute;
    z-index: 11;
    width: 176px;
    left: 57%;
    top: 48%;
    opacity: 0.4;
    transform: translate(-50%, -50%) rotate(3deg);
}

.profil-section {
    display: none;
}

.lessons-container .item .img-wrapper {
    height: 200px;
}

.lessons-container .item .img-wrapper img {
    left: 50%;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.faq-container .faq-item {
    margin: 10px 0px 0px 0px;
    width: 100%;
    max-width: none;
}

.faq-container .faq-item .faq-title {
    border-color: transparent;
}

.review-list-container .review-list-item {
    display: flex;
}

.review-list-container .review-list-item .review-list-profil {
    padding: 0px 40px 0px 0px;
}

.review-list-container .review-list-item .review-list-profil img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.review-list-container .review-list-item .review-list-content {
    flex: 1;
}

.review-list-container .review-list-item .review-answer-container {
    display: flex;
    margin-top: 20px;
}

.review-list-container .review-list-item .review-answer-container .review-answer-profil {
    margin-right: 20px;
}

.review-list-container .review-list-item .review-answer-container .review-answer-content {
    position: relative;
}

.review-list-container .review-list-item .review-answer-container .review-answer-profil img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

@media screen and (max-width:850px) {
    .profil-tab-container .review-item-container {
        flex-direction: column;
    }

    .profil-tab-container .review-item-container .review-item {
        padding: 5px;
    }

    .profil-tab-container .review-item-container .review-item hr {
        position: relative;
        width: 200px;
        margin: 20px auto;
        margin-bottom: 10px;
        height: 2px;
        transform: none;
        top: auto;
        right: auto;
    }
}

@media screen and (max-width:700px) {
    .review-list-container .review-list-item .review-list-profil {
        padding: 0px 20px;
    }
}

@media screen and (max-width:640px) {
    .review-list-container .review-list-item {
        flex-direction: column;
        justify-content: center;
    }

    .review-list-container .review-list-item .review-list-profil img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .review-list-container .review-list-item .review-list-content {
        margin-top: 20px;
    }
}

@media screen and (max-width:500px) {
    .review-list-container .review-list-item .review-answer-container {
        flex-direction: column;
        padding-left: 20px;
        position: relative;
    }

    .review-list-container .review-list-item .review-answer-container::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 2px;
        background-color: #19CF89;
        left: 0px;
        top: 0px;
    }
}

.profil-pop-up {
    display: none;
    position: relative;
}

.profil-pop-up.active {
    display: block;
}

.profil-pop-up .background {
    position: fixed;
    transition: all .3s ease;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    pointer-events: all;
    width: 100%;
    height: 100%;
    z-index: 9998;
    left: 0px;
    top: 50px;
    backdrop-filter: blur(3px);
}

.profil-pop-up .content {
    position: fixed;
    z-index: 9999;
    max-height: calc(100vh - 130px);
    min-height: calc(100vh - 130px);
    overflow: hidden;
    max-width: 1850px;
    min-width: 600px;
    /* width: 95%; */
    padding: 30px;
}

.profil-pop-up .content .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 45px;
    height: 45px;
    z-index: 20;
}

.profil-pop-up.reservation .content {
    max-width: 600px;
}

.profil-pop-up.reservation .content .img-lessons-wrapper {
    height: 200px;
}

.profil-pop-up.reservation .content .img-lessons-wrapper img {
    left: 50%;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.profil-pop-up.reservation .review-list-container .review-list-item .review-list-profil img {
    width: 50px;
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.profil-pop-up.reservation .review-list-container .review-list-item .review-list-profil {
    padding: 0px 20px 0px 0px;
}

.profil-pop-up.reservation .content .slide-container {
    max-height: inherit;
    max-width: inherit;
    position: relative;
    transition: all .5s ease;
    padding-bottom: 50px;
    display: flex;
    z-index: 10;
    left: 0%;
}

.profil-pop-up.reservation .content .slide {
    max-height: inherit;
    max-width: inherit;
    overflow-y: scroll;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
}

.profil-pop-up.reservation .content .slide.padding-bottom {
    padding-bottom: 150px;
}

.profil-pop-up.reservation .content .btns-wrapper.position-absolute {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.profil-pop-up.reservation .content {
    padding: 20px 0px;
}

.profil-pop-up.reservation .content .step-bar-container .step-bar-wrapper {
    flex: 1;
    margin: 2px;
}

.profil-pop-up.reservation .content .step-bar-container .step-bar-wrapper .bar {
    height: 2px;
    width: 100%;
    background-color: var(--grey-light);
}

body.dark .profil-pop-up.reservation .content .step-bar-container .step-bar-wrapper .w5 {
    color: #838485;
}

.profil-pop-up.reservation .content .step-bar-container .step-bar-wrapper.active .w5 {
    color: var(--main-text) !important;
}

.profil-pop-up.reservation .content .step-bar-container .step-bar-wrapper.active .bar {
    background-color: var(--green-primary);
}

.profil-pop-up.reservation .content .resa-calendar {
    min-width: 0px;
}

.profil-pop-up.reservation .content .amount .boite-deroulante-container {
    max-width: 150px;
}

.profil-pop-up.reservation .content .amount .boite-deroulante-container select {
    border-color: transparent;
}

.profil-pop-up.reservation .content .item .hour {
    margin-left: auto;
    margin-right: auto;
    width: 70px;
    margin-top: 10px;
    padding: 15px;
}

.profil-pop-up.reservation .content .item {
    margin-left: auto;
    margin-right: auto;
    width: 70px;
}

.profil-pop-up.reservation .content .item:hover .hour {
    background: var(--grey-light);
}

.profil-pop-up.reservation .content .item input:checked+.hour {
    background: linear-gradient(180deg, var(--green-start-gradient) 0%, var(--green-end-gradient) 100%);
}

.medias-container .item {
    position: relative;
    flex: 0 0 173px;
    width: 173px;
    height: 173px;
    margin: 1px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.medias-container .item img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.medias-container .item[medias-type="img"] svg {
    right: 10px;
    top: 10px;
}

.medias-container .item svg {
    right: 5px;
    top: 5px;
}

@media screen and (max-width:800px) {
    .medias-container .item {
        flex: 0 0 calc(33% - 2px);
    }

    .profil-pop-up.reservation .content .img-lessons-wrapper {
        height: 180px;
    }

    .profil-pop-up.reservation .content {
        padding: 10px;
    }

    .profil-pop-up .content {
        min-width: 95%;
        width: 95%;
    }

    .profil-pop-up.reservation .review-list-container .review-list-item .review-list-profil img {
        margin-left: 0px;
        margin-right: 0px;
    }

    .profil-pop-up.reservation .review-list-container .review-list-item .review-list-profil img+.align-text-center {
        text-align: left;
        padding: 0px;
    }
}

@media screen and (max-width:540px) {
    .profil-nav-section-wrapper .item {
        padding: 10px;
    }

    .profil-nav-section-wrapper .item svg {
        margin-bottom: 7px;
    }
}

@media screen and (max-width:485px) {
    .profil-nav-section-wrapper .item {
        padding: 5px;
        font-size: 0.8rem;
    }

}

@media screen and (max-width:350px) {
    .profil-nav-section-wrapper .item {
        display: flex;
        width: 50px;
        height: 50px;
    }

    .profil-nav-section-wrapper .item .margin-top5 {
        display: none;
    }

    .profil-nav-section-wrapper .item svg {
        margin: auto;
    }
}

.ic-verified-wrapper .verified-text {
    background: linear-gradient(180deg, var(--blue-start-gradient) 0%, var(--blue-end-gradient) 100%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    font-size: 1rem;
    width: 115px;
    pointer-events: none;
    opacity: 0;
    color: white;
}

.ic-verified-wrapper:hover .verified-text {
    opacity: 1;
}

.ic-mentor-wrapper .mentor-text {
    background: linear-gradient(180deg, var(--green-start-gradient) 0%, var(--green-end-gradient) 80%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    font-size: 1rem;
    width: 115px;
    pointer-events: none;
    opacity: 0;
    color: white;
    z-index: 15;
}

.ic-mentor-wrapper:hover .mentor-text {
    opacity: 1;
}

.ic-premium-wrapper .premium-text {
    background: linear-gradient(180deg, var(--orange-start-gradient) 0%, var(--orange-end-gradient) 80%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    font-size: 1rem;
    width: 115px;
    pointer-events: none;
    opacity: 0;
    color: white;
    z-index: 15;
}

.ic-premium-wrapper:hover .premium-text {
    opacity: 1;
}


.medias-selection-wrapper .item {
    margin: 5px;
    transition: all .2s ease;
}

.medias-selection-wrapper .item:not([selection-type="img"]) svg {
    width: 30px;
    height: 30px;
    vertical-align: -9px;
}

.medias-selection-wrapper .item[selection-type="img"] svg {
    padding: 5px;
    width: 30px;
    height: 30px;
    vertical-align: -8px;
}

.medias-selection-wrapper .item {
    background-color: var(--main-bg);
}

.medias-selection-wrapper .item.active {
    background-color: var(--grey-light);
}

.rotate-pen {
    transform: rotate(180deg);
}

.add-xp {
    background-color: var(--grey-light);
}

.profil-section .search-bar-wrapper.dark-bg input.search-bar {
    background-color: var(--main-bg);
    border-color: var(--main-bg);
    background-image: none;
    padding: 10px 15px 10px 15px;
}

.profil-section .search-bar-wrapper.dark-bg input.search-bar::placeholder {
    color: #929292;
    font-weight: 400;
}

.profil-section .search-bar-wrapper.dark-bg input.search-bar+button {
    background-color: var(--grey-dark);
    border-color: var(--grey-dark);
}

body.dark .profil-section .search-bar-wrapper.dark-bg input.search-bar+button {
    background-color: var(--grey-light);
    border-color: var(--grey-light);
    box-shadow: none;
}

.profil-section .search-map-wrapper {
    width: 100%;
    height: 400px;
}

.profil-section .search-map-wrapper iframe.map-content {
    width: 100%;
    height: 100%;
}

@media screen and (max-width:800px) {
    .profil-section .search-map-wrapper {
        height: 300px;
    }

}

.mentors-head-wrapper .content {
    max-width: 400px;
    width: 100%;
}

.mentors-head-wrapper img.hand {
    position: absolute;
    right: 5px;
    z-index: -1;
    width: 180px;
    bottom: -80px;
    transform: rotate(12deg);
}

@media screen and (max-width:600px) {
    .mentors-head-wrapper img.hand {
        opacity: 0.2;
    }
}

.profil-section.infos-container .pres-video {
    height: 300px;
}

.profil-section.infos-container .presentation-chiffres .chiffre {
    margin: 5px;
    transition: all .2s ease;
    padding: 25px;
    background-color: var(--main-bg);
    flex: 1;
    border-radius: 15px;
}

.profil-section.infos-container .presentation-chiffres {
    margin-left: -5px;
    margin-right: -5px;
    padding: 0px;
}

.profil-section.infos-container .infos-wrapper {
    margin-left: -10px;
    margin-right: -10px;
    display:flex;
    flex-wrap:wrap;
}

@media screen and (max-width:550px){
    .profil-section.infos-container .infos-wrapper {
        flex-direction: column;
        flex-wrap: nowrap;
    }
}

.profil-section.infos-container .infos-wrapper .hover-link {
    padding: 5px 8px;
}

.profil-section.infos-container .infos-wrapper .hover-link:hover {
    background-color: var(--grey-light);
}

.profil-section.infos-container .bus-strengths-list li {
    padding: 5px 5px 5px 30px;
    position: relative;
}

.profil-section.infos-container .bus-strengths-list li:not(:first-child) {
    margin-top: 10px;
}

.profil-section.infos-container .bus-strengths-list li::after {
    content: '';
    width: 15px;
    height: 15px;
    background-color: var(--purple-primary);
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 9px;
}

.profil-section.infos-container .join-us-wrapper,
.profil-section.infos-container .video-edit-wrapper {
    padding: 25px;
    border: solid 3px var(--blue-primary);
    /*background-image: url(../images/bus_mozaique2.png);
    background-size: cover;*/
}

.profil-section.infos-container .join-us-wrapper.purple {
    border-color: var(--purple-end-gradient);
}

.profil-section.infos-container .join-us-wrapper.orange,
.profil-section.infos-container .video-edit-wrapper.orange {
    border-color: var(--orange-end-gradient);
}

.profil-section.infos-container .join-us-wrapper button.contact, .profil-btns-wrapper button.contact {
    background-color: var(--grey-light);
    background-image: url(../images/icons/ic_phone_purple.svg);
    background-position: left 18px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 52px;
    padding-right: 20px;
    border: none;
}

.profil-section.infos-container .join-us-wrapper button.download, .profil-btns-wrapper button.download {
    background-color: var(--grey-light);
    background-image: url(../images/icons/ic_phone_purple.svg);
    background-position: left 18px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 52px;
    padding-right: 20px;
    border: none;
}

.profil-section.infos-container .join-us-wrapper.purple button.contact, .profil-btns-wrapper button.purple.contact {
    background-image: url(../images/icons/ic_phone_purple.svg);
}

.profil-section.infos-container .join-us-wrapper.orange button.contact, .profil-btns-wrapper button.orange.contact {
    background-image: url(../images/icons/ic_phone_orange.svg);
}

.profil-section.infos-container .join-us-wrapper.orange .btn-action.contact {
    color: white;
}

.profil-section.infos-container .join-us-wrapper.orange button.download, .profil-btns-wrapper button.orange.download {
    background-image: url(../images/icons/ic_download_orange.svg);
}

.profil-section.infos-container .join-us-wrapper button.btn-grey {
    background-color: var(--grey-light);
    border: none;
}

.profil-section.infos-container .join-us-wrapper button:hover {
    filter: brightness(1.1);
}

.profil-section.infos-container .join-us-wrapper.purple .candidate {
    background: var(--purple-start-gradient);
    background: linear-gradient(180deg, var(--purple-start-gradient) 0%, var(--purple-end-gradient) 100%);
    border: none;
}

.profil-section.infos-container .join-us-wrapper.orange .candidate {
    background: var(--orange-start-gradient);
    background: linear-gradient(180deg, var(--orange-start-gradient) 0%, var(--orange-end-gradient) 100%);
    border: none;
}

#reviewsSlide .box .box-profil-img {
    max-width: 140px;
}

@media screen and (min-width:800px) {
    #reviewsSlide .box {
        max-width: 400px;
    }
}

#reviewsSlide+.slide-nav .nav-dots li {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    max-height: 15px;
    max-width: 15px;
    min-width: 15px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    background-color: #929292;
    border-radius: 50%;
    transition: all .1s ease;
    box-shadow: 0px 3px 5px 0px rgba(121, 151, 191, 0.25);
}

#reviewsSlide+.slide-nav .nav-dots li.active {
    background-color: #FF9100;
}

#reviewsSlide+.slide-nav .nav-dots button {
    display: none;
}

#reviewsSlide .owl-stage {
    display: flex;
}

.navigation-wrapper .nav-arrow.prev {
    left: 5px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

.navigation-wrapper .nav-arrow.next {
    right: 5px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}

.profil-campus-wrapper iframe {
    width: 100%;
    height: 300px;
}

.director-wrapper .content {
    min-width: 250px;
}

@media screen and (max-width:800px) {
    .director-wrapper .profil-wrapper {
        flex: 1;
    }
}

.edit-box-pen.position-absolute {
    top: 10px;
    right: 10px;
}

.etab-stats-container .donut-hole {
    fill: var(--main-bg);
}

.etab-stats-container .no-margin-wrapper {
    margin-left: -10px;
    margin-right: -10px;
}


@media screen and (max-width:800px) {
    .etab-stats-container .no-margin-wrapper .flexauto {
        flex: 0 0 calc(100% - 20px);
    }
}

.etab-stats-container .stats-rank {
    padding-left: 20px;
    font-weight: 600;
    position: relative;
}

.etab-stats-container .stats-rank li {
    position: relative;
    z-index: 2;
    padding: 10px 50px 10px 10px;
}

.etab-stats-container .stats-rank li:nth-child(2n+2)::after {
    content: '';
    position: absolute;
    width: 1920px;
    height: 100%;
    z-index: -1;
    /*background-color: var(--grey-light);*/
    top: 0px;
    left: -500px;
}

.etab-stats-container .stats-rank li span {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.profil-events-wrapper .events-item {
    display: flex;
    overflow: hidden;
    border-radius: 8px;
    transition: all .2s ease;
}

.profil-events-wrapper .events-item {
    display: flex;
    overflow: hidden;
    border-radius: 8px;
    transition: all .2s ease;
}

.profil-events-wrapper .events-item .events-date {
    flex: 0 0 150px;
    background-color: #03A0F1;
    display: flex;
}

.profil-events-wrapper .events-item.orange .events-date {
    background: var(--orange-start-gradient);
    background: linear-gradient(180deg, var(--orange-start-gradient) 0%, var(--orange-end-gradient) 100%);
}

.profil-events-wrapper .events-item.purple .events-date {
    background: var(--purple-start-gradient);
    background: linear-gradient(180deg, var(--purple-start-gradient) 0%, var(--purple-end-gradient) 100%);
}

.profil-events-wrapper .events-item .events-content {
    padding: 10px 20px;
    flex: 1;
    position: relative;
}

.profil-events-wrapper .events-item .events-content .edit-btns {
    width: 45px;
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    background-color: var(--grey-light);
}

.profil-events-wrapper .events-item .events-content .edit-btns.modif {
    background-image: url(../images/icons/ic_pencil_orange.svg);
    right: 65px;
    top: 10px;
}

.profil-events-wrapper .events-item .events-content .edit-btns.delete {
    background-image: url(../images/icons/ic_bin_red.svg);
    right: 10px;
    top: 10px;
}

.profil-events-wrapper .events-item .events-infos li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    background-position: left center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

.profil-events-wrapper .events-item .events-infos li.ic-clock {
    background-image: url(../images/icons/ic_clock_blue.svg);
}

.profil-events-wrapper .events-item .events-infos li.ic-pin {
    background-image: url(../images/icons/ic_pin_blue.svg);
}

.profil-events-wrapper .events-item.orange .events-infos li.ic-clock {
    background-image: url(../images/icons/ic_clock_orange.svg);
}

.profil-events-wrapper .events-item.orange .events-infos li.ic-pin {
    background-image: url(../images/icons/ic_pin_orange.svg);
}

.profil-events-wrapper .events-item.purple .events-infos li.ic-clock {
    background-image: url(../images/icons/ic_clock_purple.svg);
}

.profil-events-wrapper .events-item.purple .events-infos li.ic-pin {
    background-image: url(../images/icons/ic_pin_purple.svg);
}

.profil-events-wrapper .events-item .events-more {
    cursor: pointer;
}

.profil-events-wrapper .events-item.open .events-more .arrow-right {
    transform: rotate(45deg);
    margin-left: 10px;
}

.profil-events-wrapper .events-item .events-description {
    max-height: 0px;
    transition: all .2s ease;
    overflow: hidden;
}

.profil-events-wrapper .events-item.open .events-description {
    max-height: 600px;
}

.profil-events-wrapper .events-item.edit .event-title {
    max-width: calc(100% - 100px);
}

.see-more-content .ql-editor-content
{
    transition: all .3s ease;
    max-height: 350px;
    overflow: hidden;
}

.xpDescription-content.see-more-content .ql-editor-content {
    transition: all .3s ease;
    max-height: 70px;
    overflow: hidden;
}

.see-more-content.full .ql-editor-content
{
    max-height: 3500px;
}

.profil-infos-container-v2 .profil-recap .item.lvl {
    position: relative;
    padding-left: 33px;
    background-image: url(../images/icons/ic_shard_small.png);
    background-size: 25px;
    background-position: left 0px top -6px;
    background-repeat: no-repeat;
}
.profil-infos-container-v2 .profil-recap .item:last-child {
    border-right: none;
}
.profil-infos-container-v2 .profil-recap .item {
    padding: 0px 10px;
    border-right: solid 2px var(--grey-dark);
}





.edit-exp-container {
    width: 110px;
    height: 10px;
    top: 0px;
    right: 0px;
}

    .edit-exp-container img {
        width: 30px;
        cursor: pointer;
    }

    .edit-exp-container .edit-exp-content {
        background-color: white;
        background-color: var(--main-bg);
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0px 5px 12px 0px rgba(121, 151, 191, 0.35);
        right: 0px;
        top: 25px;
        transition: all .2s ease;
        max-height: 0px;
        
        /*left: 50%;
        transform: translateX(-50%);
        top: 30px;
        width: 110px;
        padding-right: 10px;
        z-index: 499;*/
    }

    .edit-exp-container.open .edit-exp-content {
        max-height: 100px;
    }

    .edit-exp-container .edit-exp-content .edit-item {
        width: 110px;
        padding: 10px;
        cursor: pointer;
        transition: all .2s ease;
    }

        .edit-exp-container .edit-exp-content .edit-item:hover {
            background-color: #03A0F1;
            color: white;
        }










.added-pic-content {
/*    line-height: 0;
    column-count: 4;
    column-gap: 0px;
    width: 100%;*/
}

@media (max-width: 1000px) {
    .added-pic-content {
        column-count: 3;
    }
}

@media (max-width: 1050px) {
    .add-photo-head {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

@media (max-width: 800px) {
    .added-pic-content {
        column-count: 2;
    }

    .add-photo-head .add-photo-head-content {
        padding-left: 0px;
    }
}

@media (max-width: 500px) {
    .added-pic-content {
        column-count: 1;
    }
}

/*.added-pic-content {
    position: relative;
    display: inline-block;
    margin: 5px;
    border-radius: 10px;
    overflow: hidden;
    transition: all .2s ease;
    border: solid 3px #FCFCFC;
}

    .added-pic-content.loading:after {
        content: " ";
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
        position: absolute;
        left: calc(50% - 20px);
        top: calc(50% - 20px);
        z-index: 10;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
*/
.added-pic-content .loading img {
    opacity: 0.6;
    filter: blur(2px);
}

.added-pic-content.active > *:hover {
    border: solid 3px #03A0F1;
}

.added-pic-content .selected {
    /*transform: scale(0.95);*/
    border: solid 3px #03A0F1;
}

.added-pic-content img {
    width: 100%;
    vertical-align: middle;
}

.added-pic-content input[type="checkbox"] {
    display: none;
}

.added-pic-content .checkmark {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 25px;
    width: 25px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    border: solid 1px #03A0F1;
    transition: all .2s ease;
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.added-pic-content.active:hover .checkmark {
    opacity: 1;
    pointer-events: auto;
}

.added-pic-content.selected .checkmark {
    opacity: 1;
    pointer-events: auto;
}

.added-pic-content input[type="checkbox"]:checked ~ .checkmark {
    background-color: #03A0F1;
}

.added-pic-content input[type="checkbox"]:checked ~ span {
    color: #03A0F1;
    animation: checkedSpan .3s ease-in-out;
}

.added-pic-content .checkmark::before {
    display: none;
}

.added-pic-content input[type="checkbox"]:checked ~ .checkmark::before {
    display: block;
}

.added-pic-content .checkmark::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 3px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.added-pic-content .delete-pic-btn {
    position: absolute;
    font-weight: 800;
    font-size: 1.1rem;
    text-align: center;
    width: 20px;
    height: 25px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 50;
    transition: all .2s ease;
    background-image: url(../images/icons/ic_bin_red.svg);
    background-repeat: no-repeat;
    background-size: 20px 25px;
    opacity: 0;
    pointer-events: none;
}

.added-pic-content:hover .delete-pic-btn {
    opacity: 1;
    pointer-events: auto;
}

.added-pic-content.selected .delete-pic-btn {
    opacity: 1;
    pointer-events: auto;
}

.added-pic-content .delete-pic-btn:hover {
    transform: scale(1.07);
}


@media screen and (max-width:800px) {
    .added-pic-content:hover {
        border: none;
    }

        .added-pic-content:hover .delete-pic-btn {
            opacity: 0;
            pointer-events: none;
        }

        .added-pic-content:hover .checkmark {
            opacity: 0;
            pointer-events: none;
        }

    .added-pic-content .delete-pic-btn:hover {
        transform: none;
    }

    .added-pic-content.selected:hover {
        border: solid 3px #03A0F1;
    }

        .added-pic-content.selected:hover .delete-pic-btn {
            opacity: 1;
            pointer-events: auto;
        }

        .added-pic-content.selected:hover .checkmark {
            opacity: 1;
            pointer-events: auto;
        }

    .added-pic-content.selected .delete-pic-btn:hover {
        transform: none;
    }

    .add-photo-head {
        padding-bottom: 200px;
        padding-top: 20px;
    }

        .add-photo-head .tuto-add-photo {
            top: auto;
            transform: translateX(-50%);
            left: 50%;
            bottom: 30px;
        }

    .drag_zone_container {
        display: none;
    }
}


.tags-wrapper {
    user-select: none;
}

.tags-wrapper .tag {
    flex: 0 0 auto;
    padding: 5px 10px;
    margin: 3px 5px;
    cursor: pointer;
    border-radius: 17px;
    color: var(--grey-dark);
    border: solid 1px var(--grey-light);
}

@media screen and (min-width:1170px) {
    .tags-wrapper .tag:hover {
        border-color: var(--blue-light);
    }
/*    .tags-wrapper .tag.open:hover {
        border-color: var(--grey-light);
    }*/
}

.tags-wrapper .tag.open {
    border-color: var(--blue-light);
}
.tags-wrapper .tag.selected {
    background-color: var(--blue-light);
    color: white;
    border-color: var(--blue-light);
}
.tags-wrapper .tag.children-selected {
    border-color: var(--blue-light);
}

.tags-wrapper .domain-tag {
    border-color: var(--main-text);
    color: var(--main-text);
    border-radius: 5px;
}

.edit-profil-coach-popup {
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    background-color: var(--main-bg);
    padding: 50px 50px;
    border-radius: 20px;
    z-index: 55;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    min-width: 500px;
    width: 95%;
    max-width: 900px;
    display: none;
}

.edit-profil-coach-popup .close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
}

.edit-profil-coach-popup * {
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

.edit-profil-coach-popup-bg {
    position: fixed;
    transition: all .3s ease;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 53;
    backdrop-filter: blur(5px);
}

.edit-profil-coach-popup-bg.active {
    opacity: 1;
    pointer-events: all;
}

.edit-profil-coach-popup.active {
    display: block;
}

.profil-presentation-box .presentation-img {
    display: flex;
}

    .profil-presentation-box .presentation-img .item {
        flex: 1;
        max-width: 33%;
        min-width: 25%;
        height: 200px;
        margin-right: -10px;
        margin-left: -10px;
        overflow: hidden;
    }

    .profil-presentation-box .presentation-img .item {
        margin: 10px;
    }

        .profil-presentation-box .presentation-img .item img {
            width: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        .profil-presentation-box .presentation-img .item.last .background {
            z-index: 10;
            position: absolute;
            background-color: rgba(0, 0, 0, 0.2);
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            backdrop-filter: blur(4px);
        }

        .profil-presentation-box .presentation-img .item.last .see-more {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            z-index: 15;
            width: 90%;
            text-shadow: 2px 2px 4px #00000049;
        }


@media screen and (max-width:800px) {
    .profil-presentation-box .presentation-img .item {
        flex: 0 0 100%;
        margin-left: 0px;
        margin-right: 0px;
        max-width: 100%;
        height: 230px;
    }
}


.programEstab-slider-container, .studentOpinions-slider-container {
    max-width: 1000px;
    width: 95%;
}

    .programEstab-slider-container .slider-container, .studentOpinions-slider-container .slider-container {
        width: 100%;
        overflow: hidden;
        border-radius: 8px;
    }

    .programEstab-slider-container .owl-stage {
        display: flex;
        height: 600px;
        width: 100%;
    }

    .studentOpinions-slider-container .owl-stage {
        display: flex;
    }

    .studentOpinions-slider-container .owl-stage .item {
        background: var(--shadow);
        text-align: center;
        border-radius: 5px;
        height: 350px;
    }

    body.dark .studentOpinions-slider-container .owl-stage .item {
        background: #222222;
        text-align: center;
        border-radius: 5px;
        height: 350px;
    }

    .studentOpinions-slider-container .owl-stage .item .item-opinion {
        height: 100px;
    }

@media screen and (max-width:800px) {
    .programEstab-slider-container .owl-stage {
        height: 300px;
    }
}

@media screen and (max-width:500px) {
    .programEstab-slider-container .owl-stage {
        height: 200px;
    }
}

.programEstab-slider-container .slider-container .owl-item, .studentOpinions-slider-container .slider-container .owl-item {
    position: relative;
}

.programEstab-slider-container .slider-container img {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.programEstab-slider-container .slider-container .owl-item.active img {
    border-radius: 8px;
}

.programEstab-slider-container .nav-dots li, .studentOpinions-slider-container .nav-dots li {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    max-height: 15px;
    max-width: 15px;
    min-width: 15px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    background-color: #929292;
    border-radius: 50%;
    transition: all .1s ease;
    box-shadow: 0px 3px 5px 0px rgba(121, 151, 191, 0.25);
}

    .programEstab-slider-container .nav-dots li.active {
        background-color: var(--orange-primary);
    }

    .studentOpinions-slider-container .nav-dots li.active {
        background-color: var(--orange-primary);
    }

.programEstab-slider-container .slide-nav .arrow-left, .studentOpinions-slider-container .slide-nav .arrow-left {
    padding: 6px;
    border-width: 0 4px 4px 0;
}

.programEstab-slider-container .slide-nav .arrow-right, .studentOpinions-slider-container .slide-nav .arrow-right {
    padding: 6px;
    border-width: 0 4px 4px 0;
}

.show-formations
{
    background-color: var(--main-bg);
    padding: 20px;
    border-radius: 15px;
    border: solid 2px #F9F8FF;
    width: 300px;
}
.show-formations:hover {
    color: var(--orange-primary);
}


.interaction-footer {
    position: fixed;
    bottom: 0;
    background-color: var(--grey-light);
    width: calc(100% - 20px);
    max-width: 700px;
    min-height: 60px;
    z-index: 30;
}

.article-container .interaction-footer {
    width: 100%;
    max-width: unset;
}


@media screen and (max-width:800px) {
    .interaction-footer {
        bottom: 50px;
    }
}

.interaction-footer .action {
    padding: 13px 20px;
}

    .interaction-footer .action.react {
        padding-left: 47px;
        background-position: left 10px center;
        background-repeat: no-repeat;
        background-size: 27px 26px;
        background-image: url(../images/icons/ic_react_post.svg);
    }

    .interaction-footer .action.comment {
        padding-left: 44px;
        background-position: left 10px center;
        background-repeat: no-repeat;
        background-size: 23px 23px;
        background-image: url(../images/icons/ic_comment_post.svg);
    }

.interaction-footer .bookmark-btn {
/*    position: absolute;
    top: 0;
    right: 0;*/
    cursor: pointer;
    margin-top: 5px;
    margin-right: 10px;
}

@media screen and (max-width:500px){

}

    .interaction-footer .bookmark-btn .bookmark-tag, .interaction-footer .bookmark-btn .bookmark-saved-tag {
        opacity: 0;
    }

    .interaction-footer .bookmark-btn .bookmark-saved-tag, .interaction-footer .bookmark-btn .bookmark-tag {
        top: -30px;
        right: -25px;
    }

    .interaction-footer .bookmark-btn:not(.saved):hover .bookmark-tag {
        opacity: 1;
        transition: opacity 1s;
    }

    .interaction-footer .bookmark-btn.saved:hover .bookmark-saved-tag {
        opacity: 1;
        transition: opacity 1s;
    }

    .interaction-footer .bookmark-btn:hover svg path {
        fill: #F1F1F1;
        transform: scale(0.8) translate(20%, 20%);
    }

.interaction-footer .bookmark-btn.saved svg path {
    fill: var(--orange-primary);
}

.interaction-footer .like-share-container .share-profil-container .share-list {
    position: absolute;
    top: -50px;
    width: 170px;
    left: calc(50% - 85px);
    text-align: center;
    background-color: var(--grey-light);
    color: white;
    font-size: 1rem;
    z-index: 2;
    transition: all .2s ease-out;
    border-radius: 8px;
    padding: 5px 10px;
    opacity: 0;
}

.interaction-footer .like-share-container.share:hover .share-list {
    opacity: 1;
}

.interaction-footer .like-share-container.share:hover .share-profil-icon svg path {
    fill: #3354C2;
}

.interaction-footer .like-share-container .share-profil-container.mobile {
    /*display: block;*/
    margin-top: 0px;
    /*margin-left: 5px;*/
}

.interaction-footer .download {
    background-color: var(--grey-light);
    border: none;
}

@media screen and (min-width: 500px){
    .interaction-footer .contact-btn {
/*        position: absolute;
        left: 50%;
        transform: translate(-50%);*/
    }
}

@media screen and (max-width: 500px) {

    .interaction-footer .contact-btn span, .interaction-footer .download span {
        display: none;
    }
}

.like-share-container .share-profil-container {
    margin-left: 5px;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
}

.like-share-container .share-profil-container.mobile {
    display: none;
}

@media screen and (max-width:800px) {
    .like-share-container .like-share-container {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .like-share-container .share-profil-container.pc {
        display: none;
    }

    .like-share-container .share-profil-container.mobile {
        display: block;
        margin-top: 10px;
        margin-left: 5px;
    }
}

.like-share-container .share-profil-container.mobile {
    width: 30px;
    height: 30px;
    margin-left: 7px;
}

.like-share-container .share-profil-container svg {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.like-share-container .share-profil-container.mobile svg {
    width: 30px;
    height: 30px;
}

.like-share-container .share-profil-container svg .share {
    transition: all .2s ease;
}


.like-share-container .share-profil-container .share-list a {
    width: 30px;
    height: 30px;
}

.like-share-container .share-profil-container .share-list img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#mentors-container {
    margin: 20px 10px 10px 10px;
    background-image: url("../images/hand_fun.png");
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: right;
}

#mentors-container .title-section{
    max-width: 60%;
}

.mentor-xp
{
/*    border: 1px solid var(--green-primary);
    border-radius: 10px;*/
    padding: 10px;
    position: relative;
}

.mentor-xp:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-image: url("/images/about_ambassador_3.svg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    border-radius: 10px;
}
.social-network-btn {
    background: var(--main-bg);
    width: 45px;
    height: 45px;
    border-radius: 8px;
    margin: 5px;
    cursor: pointer;
    position: relative;
}
body.dark .social-network-btn {
    background: var(--grey-light);
}
.social-network-btn .social-network-legend {
    position: absolute;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    background-color: var(--grey-light);
    padding: 5px 8px;
    pointer-events: none;
    border-radius: 10px;
    z-index: 5000;
    font-size: 0.8rem;
    opacity: 0;
    font-weight: 500;
    transition: all .2s ease;
    color: var(--main-text) !important;
}
.social-network-btn:hover .social-network-legend {
    opacity: 1;
}