/*------------------------------*\
    #COMPOSANT mainhead
/*------------------------------*/
/* Ce composant est en position sticky */
.mainhead {
    top:70px;
    z-index: 2;
}

.mainhead.mainhead__profil {
    color: var(--main-color_profil);
}
.mainhead.mainhead__mission {
    color: var(--main-color_mission);
}
.mainhead.mainhead__ao {
    color: var(--main-color_ao);
}
.mainhead.mainhead__formation {
    color: var(--main-color_formation);
}

.mainhead.mainhead__esn {
    color: var(--main-color_esn-forfait);
}

.mainhead .mainhead__title,
.mainhead--apercu-messagerie .mainhead__title {
    font-size: calc(2 * var(--basePX) + 5px);
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: ClanOT, sans-serif;
}
.mainhead .mainhead__title--lister {
    font-size: calc(4 * var(--basePX) + 8px);
    margin-bottom: 0;
}

.mainhead .mainhead__subtitle,
.maincontent .maincontent__block .maincontent__block__subtitle,
.maincontent .maincontent__subtitle {
    font-family: "Poppins", sans-serif;
    font-size: calc(var(--basePX) + 4px);
    color: var(--text-color-secondaire-mission);
}
.maincontent .maincontent__title {
    font-family: "Poppins", sans-serif;
    font-size: calc(2 * var(--basePX) + 2px);
}
.maincontent .maincontent__title--secondary {
    color: var(--text-color-secondaire-mission);
    font-size: calc(2 * var(--basePX) + 2px);
}
.maincontent .maincontent__subtitle--secondary {
    color: var(--another-gray);
    font-size: calc(var(--basePX) + 5px);
}

.mainhead.mainhead__profil .mainhead__subtitle span {
    color: var(--main-color_profil);
}
.mainhead.mainhead__mission .mainhead__subtitle span {
    color: var(--main-color_mission);
}
.mainhead.mainhead__ao .mainhead__subtitle span {
    color: var(--main-color_ao);
}
.mainhead.mainhead__formation .mainhead__subtitle span {
    color: var(--main-color_formation);
}



.mainhead.mainhead__ao .mainhead__search input {
    background: url('/assets/img/svg/loupe_ao.svg');
}

.mainhead.mainhead__mission .mainhead__search input,
.mainhead.mainhead__profil .mainhead__search input,
.mainhead.mainhead__ao .mainhead__search input,
.mainhead.mainhead__formation .mainhead__search input {
    background-repeat: no-repeat;
    background-position: 20px 50%;
    padding: 0 35px 0 80px;
}
.mainhead .mainhead__search,
.mainhead .mainhead__search input,
.mainhead .mainhead__search md-autocomplete-wrap {
    height: 54px;
    line-height: 54px;
}

/* zone recherches */
.mainhead.mainhead__mission a.mainhead__search--advanced,
.mainhead.mainhead__profil a.mainhead__search--advanced,
.mainhead.mainhead__formation a.mainhead__search--advanced,
.mainhead.mainhead__mission a.mainhead__search--erase,
.mainhead.mainhead__profil a.mainhead__search--erase {
    color: currentColor;
}

.mainhead.mainhead__mission .mainhead__search input {
    background: url('/assets/img/svg/loupe_mission.svg');
}
.mainhead.mainhead__profil .mainhead__search input {
    background: url('/assets/img/svg/loupe_profil.svg');
}
.mainhead.mainhead__formation .mainhead__search input {
    background: url('/assets/img/svg/loupe_formation.svg');
}
.mainhead.mainhead__mission .mainhead__search input,
.mainhead.mainhead__profil .mainhead__search input,
.mainhead.mainhead__formation .mainhead__search input {
    background-repeat: no-repeat;
    background-position: 20px 50%;
    padding: 0 35px 0 80px;
}
.mainhead .mainhead__search,
.mainhead .mainhead__search input,
.mainhead .mainhead__search md-autocomplete-wrap {
    height: 54px;
    line-height: 54px;
    background-color: transparent;
}


@media (max-width: 991px) {
    .mainhead {
        top: 63px;
    }
}
@media (max-width: 575.98px) {
    /* desactive la position sticky pour les mobiles */
    .mainhead {
        position: initial!important;
    }

    /* supprimer tout sauf subtitle */
    .mainhead__reference,
    .mainhead__affaire,
    .mainhead__reponse,
    .mainhead__title,
    .mainhead__heure,
    .mainhead__subtitle,
    .maincontent__title,
    .maincontent__subtitle,
    .mainhead__title--lister {
        text-align: center;
    }
}
@media (min-height: 300px) {
    /* desactive la position sticky pour les mobiles */
    .mainhead {
        position: initial!important;
    }
}


.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);
}




.svg--missions.svg-title {
    height: 33px;
    width: 26px;
}


.mission-text--title {
    font-size: calc(2 * 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);
}

/*------------------------------*\
    #POSITION ABSOLUTE
/*------------------------------*/
/* --- repondre mission/profil --- */
.position-relative.reply-mission .wrapper-reply {
    z-index: 9999;
    top: 75px;
}

.wrapper-reply {
    top: 150%;
    max-width: 250px;
}

.wrapper-depot-publi {
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 1199.98px) {
    .wrapper-reply {
        top: 0;
        bottom: 0;
        right: 0;
        position: fixed!important;
        height: 200px;
        margin: auto 0;
    }
}

.reply-context {
    background: var(--background-menu-users-account);
    font-size: calc(var(--basePX) + 2px);
    border-radius: 20px;
}

/*------------------------------*\
    #PAGE HITECHLIVE home page
/*------------------------------*/

/**
*
* MAIN hitechlive_home
*
**/
.hitechlive_home {
    margin-bottom: 7rem;
}

.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(7 * var(--basePX));
    line-height: 70px;
    display: flex;
    align-items: center;
}

.hitechLive__content .number svg {
    width: 70px;
    height: 60px;
    margin-right: 10px;
}
.hitechLive__content .svg_large svg {
    height: 60px;
    width: 60px;
}
.hitechLive__content .svg_medium svg {
    height: 45px;
    width: 45px;
}
.hitechLive__content .title {
    font-size: calc(3 * var(--basePX) + 5px);
    line-height: 35px;
}
.hitechLive__content .title_mission-profil {
    font-size: calc(var(--basePX) + 4px);
    line-height: 14px;
}
.hitechLive__content .subtitle {
    font-size: calc(2 * var(--basePX));
    line-height: 20px;
}
.hitechLive__content .need {
    font-size: calc(2 * var(--basePX) + 2px);
    line-height: 24px;
}

.hitechLive__content .need svg {
    width: 100%;
    height: auto;
}

.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);
}
.hitechLive__content .arrow.arrow-P.arrow-right::before {
    background-color: var(--main-color_profil);
}
.hitechLive__content .arrow.arrow-P.arrow-right::after {
    border-left-color: var(--main-color_profil);
}

.hitechLive__content .arrow.arrow-M.arrow-right::before {
    background-color: var(--main-color_mission);
}
.hitechLive__content .arrow.arrow-M.arrow-right::after {
    border-left-color: var(--main-color_mission);
}

.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%;
    }
}