/*------------------------------*\
    #PAGE HITECHLIVE
/*------------------------------*/
.hitechLive__header {
    z-index: 2;
    top:90px;
    top:70px;
    padding-bottom: 1rem;
}
@media (max-width: 991px) {
    .hitechLive__header {
        top: 63px; /* avant 86px */
    }
}
@media (max-width: 575.98px) {
    .hitechLive__header.position-sticky {
        position: initial!important;
    }
}

.hitechLive__header--title {
    color: var(--main-color_paragraphe);
    font-size: calc(var(--basePX) * 2 + 5px);
}

.hitechLive__header--title strong {
    color: var(--main-color_freelance);
}
.hitechLive__header--subtitle {
    color: var(--main-color_paragraphe);
    font-size: calc(var(--basePX) + 5px);
}

.hitechLive__header .svg {
    height: 20px;
    width: 20px;
}
.svg_agent_hitechlive svg {
    height: 80px;
    width: 80px;
    margin: auto;
}

@media (min-width: 576px) {
    .svg_agent_hitechlive svg {
        position: absolute;
        bottom: 1.5rem;
        right: 1.5rem;
        margin: initial;
    }
}

.mission-color-wrapper svg {
    width: var(--size, 35px);
    height: var(--size, 35px);
}

header .mission-title {
    font-size: 2 * calc(var(--basePX) + 4px);
    letter-spacing: 0;
    text-transform: uppercase;
    /*font-family: "Poppins", sans-serif;*/
    font-family: ClanOT, sans-serif;
}
@media (max-width: 575.98px) {
    .hitechLive__header .mission-title {
        text-align: center;
    }
}

header .mission-text {
    font-family: "Poppins", sans-serif;
    font-size: calc(var(--basePX) + 4px);
    color: var(--text-color-secondaire-mission);
}
.mission-title {
    font-size: calc(var(--basePX) + 4px);
    letter-spacing: 0;
    font-family: "Poppins", sans-serif;
}

.svg--missions.svg-title {
    height: 33px;
    width: 26px;
}

.mission-text {
    font-family: "Poppins", sans-serif;
    font-size: calc(var(--basePX) + 4px);
    color: var(--text-color-secondaire-mission);
}

.mission-text--title {
    font-size: 2 * calc(var(--basePX) + 2px);
    color: black;
}

.title-societe {
    color: var(--text-color-secondaire-mission);
}
.infos-societe {
    font-size: calc(var(--basePX) + 5px);
    color: var(--another-gray);
}

.wrapper_svg_actions svg,
.wrapper_svg_actions div svg {
    width: var(--size, 30px);
    height: var(--size, 30px);
}

.wrapper_svg_actions svg:hover,
.wrapper_svg_actions div svg:hover {
    cursor: pointer;
}

.btn.reply-block svg {
    width: var(--size, 40px);
    height: var(--size, 40px);
}

/*------------------------------*\
    #PAGE HITECHLIVE home page
/*------------------------------*/

/**
*
* MAIN hitechlive_home
*
**/
.hitechlive_home {
    margin-bottom: 7rem;
}
.hitechLive__header--wrapper {
    overflow: hidden;
}
@media (min-width: 991.01px) {
    .hitechLive__header--wrapper::before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0px 0 10vh 100vw;
        /*border-width: 0px 0 10vh calc(100vw - 276px);*/
        border-color: transparent transparent var(--white)transparent;
        z-index: 2;
        position: absolute;
        content:"";
        bottom: 0;
        left: -15px;
        right: -15px;
    }

    .hitechLive__header--wrapper::after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10vh 100vw 0 0;
        /*border-width: 10vh calc(100vw - 276px) 0 0;*/
        border-color: var(--white)transparent transparent transparent;
        z-index: 2;
        position: absolute;
        content:"";
        top: 0;
        left: -15px;
        right: -15px;
    }
}

@media (max-width: 768px) {
    .hitechLive__header--wrapper::before,
    .hitechLive__header--wrapper::after {
        border: 0;
    }
}

.hitechlive_home .block-element {
    background-color:var(--block-profil-skew);
    background-size:cover;
    background-position:center;
    height: 75vh;
    color: var(--background-menu-users-account);
    overflow-wrap: break-word; /* empeche le texte de sortir du bloc */
    hyphens: auto;

    /* animation d'agrandissement/retrecissement */
    transition: all 1s .5s;
}

.hitechlive_home .block-element > article {
    padding-left: 5rem;
    max-width: 500px;
}

.hitechlive_home .block-element--profil {
    background-image: url('/assets/img/hitechlive/nbr-profil.png');
}
.hitechlive_home .block-element--mission {
    background-image: url('/assets/img/hitechlive/nbr-mission.jpg');
}
.block-element__title {
    font-size: clamp(3rem, -0.875rem + 4.333333vw, 4rem);
    font-weight: bold;
    text-shadow: var(--main-color_paragraphe) 1px 1px 10px;
}
.block-element__subtitle {
    font-size: clamp(1.5rem, -0.430rem + 2.161616vw, 2rem);
    font-weight: bold;
    text-shadow: var(--main-color_paragraphe) 1px 1px 10px;
}

.block-element__btn {
    padding: 20px 40px;
    background-color: var(--background-menu-users-account);
    margin-top: 50px;
}

@media (max-width: 768px) {
    .hitechlive_home .block-element {
        height: calc(50vh - 32px);
    }
    .hitechlive_home .block-element > article {
        padding: 2rem;
        text-align: center;
        width: 100%;
    }
    .hitechlive_home {
        margin-bottom: 0;
    }
}

/**
*
* MAIN hitechlive_home block button fixed bottom
*
**/
/*
* pour compenser le skew
*/
.wrapper-block-element-access {
    width: calc(100% - 276px);
    bottom: -10px;
    position: fixed;
    z-index: 3;
    /*right: 0; /* pour justifier à droite le block */
    /*left: initial; /* pour annuler la position de bootstrap */
}
.block-element-access {
    transform: translateZ(0) skew(360deg, -3deg);
    width: 220px;
    background-color: var(--background_menu-gauche);
    border-radius: 0;
    position: relative;
    display: inline-block;
}
.block-element-access > div {
    color: var(--background-menu-users-account);
    font-size: calc(var(--basePX) + 5px);
    transform: translateZ(0) skew(360deg, 3deg);
}

/*------------------------------*\
    #PAGE HITECHLIVE ma page connectée
/*------------------------------*/

.hitechLive__content .number {
    font-size: calc(var(--basePX) * 6);
    line-height: 60px;
}
.hitechLive__content .svg_large svg {
    height: 60px;
    width: 60px;
}
.hitechLive__content .svg_medium svg {
    height: 45px;
    width: 45px;
}
.hitechLive__content .title {
    font-size: 3 * calc(var(--basePX) + 5px);
    line-height: 35px;
}
.hitechLive__content .title_mission-profil {
    font-size: calc(var(--basePX) + 4px);
    line-height: 14px;
}

.hitechLive__content .need {
    font-size: 2 * calc(var(--basePX) + 2px);
    line-height: 24px;
}
.hitechLive__content a {
    font-size: calc(var(--basePX) + 6px);
    line-height: 16px;
}

.hitechLive__content .arrow.arrow-right::before {
    background-color: var(--main-color_esn-forfait);
}
.hitechLive__content .arrow.arrow-right::after {
    border-left-color: var(--main-color_esn-forfait);
}

.bg--temoignage {
    background-image: url(../img/hitechlive/temoignage.gif);
    background-position: 0 0;
    background-size: 70%;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .bg--temoignage {
        background-size: 40%;
    }
}
@media (max-width: 576px) {
    .bg--temoignage {
        background-size: 50%;
    }
}

/* dans dashboard */
.link--nohover:hover {
	text-decoration: none;
}