/*------------------------------*\
    #page recherche avançée
/*------------------------------*/

.mainhead__svg svg {
    width:25px;
    height:30px;
    margin-right: 1rem;
}

.ligne-horizontale {
    overflow: hidden;
    text-align: center;
    font-size: calc(var(--basePX) + 2px);
    color: var(--input-modal-txt);
    text-transform: uppercase;
}

.ligne-horizontale:before,
.ligne-horizontale:after {
    background-color: var(--input-modal-txt);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 30%;
}
.ligne-horizontale:before {
    right: 0.5em;
    margin-left: -50%;
}
.ligne-horizontale:after {
    left: 0.5em;
    margin-right: -50%;
}
.ligne-horizontale--large {
    font-size: calc(2 * (var(--basePX)) + 2px);
    color: var(--main-color_esn-forfait);
}
.ligne-horizontale--large:before,
.ligne-horizontale--large:after {
    background-color: var(--main-color_esn-forfait);
    width: 50%;
}

/*---------------*/
.arrow--thin {
    position: absolute;
    padding: .5rem; /* Arrow size */
    box-shadow: 1px -1px 0 0 var(--main-color_esn-forfait) inset;
    color: var(--main-color_esn-forfait);
    border: solid transparent;
    border-width: 0 0 2rem 2rem;
    transition: 0.2s;

    top: -50%;
    left: -35px;
}
.arrow--thin:hover {
    box-shadow: 2px -2px 0 2px var(--main-color_esn-forfait) inset;
}

/*------------------------------*\
    #page mission/profil/ao voir
/*------------------------------*/

/* fleche next/before condition quand unique element */
.next-before-wrapper a:nth-child(1):last-child {
    margin-left: auto;
    margin-right: auto;
}

/*------------------------------*\
    #page mission/profil/ao lister
/*------------------------------*/

/* corrige le fond de la derniere TR dans le tableau */
#missions tbody tr.loading td:last-of-type,
#profils tbody tr.loading td:last-of-type {
    background-color: transparent!important;
    height: 100%;
    min-height: 100%;
}

/*------------------------------*\
    #page parametre general
/*------------------------------*/

a:not(.collapsed) .on-the-top {
    transform: rotate(-180deg);
    top: 16px;
    right: 22px;
}
a.collapsed .on-the-top {
    top: 12px;
    right: 0;
}
.disabled-after:after {
    display: none;
}

/*------------------------------*\
    #COMPOSANT baromètre
/*------------------------------*/
.chart {
    width: 100%;
    height: 500px;
    max-width: 100%;
}

/* --- listing baromètre non connecté avec chaque variantes  --- */
/* attention, l'ordre est ultra important, si Phu venait à changer l'ordre, il faut aussi le faire ici */

.barometre--non-conecte {
    background: url("/assets/img/barometre-flou.jpg");
    background-size: cover;
    height: 400px;
    width: 600px;
}

.barometre--non-conecte .svg--barometre {
    height: 150px;
    width: 150px;
}

.barometre--non-conecte:nth-of-type(1) .svg--barometre {
    background: url(/assets/img/svg/barometre_1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.barometre--non-conecte:nth-of-type(2) .svg--barometre {
    background: url(/assets/img/svg/barometre_2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.barometre--non-conecte:nth-of-type(3) .svg--barometre {
    background: url(/assets/img/svg/barometre_3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.barometre--non-conecte:nth-of-type(4) .svg--barometre {
    background: url(/assets/img/svg/barometre_4.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.barometre--non-conecte:nth-of-type(5) .svg--barometre {
    background: url(/assets/img/svg/barometre_5.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.barometre--non-conecte:nth-of-type(6) .svg--barometre {
    background: url(/assets/img/svg/barometre_1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.barometre--non-conecte:nth-of-type(7) .svg--barometre {
    background: url(/assets/img/svg/barometre_2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.barometre--non-conecte:nth-of-type(8) .svg--barometre {
    background: url(/assets/img/svg/barometre_3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.barometre--non-conecte:nth-of-type(9) .svg--barometre {
    background: url(/assets/img/svg/barometre_4.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.barometre--non-conecte:nth-of-type(10) .svg--barometre {
    background: url(/assets/img/svg/barometre_5.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.barometre--non-conecte:nth-of-type(11) .svg--barometre {
    background: url(/assets/img/svg/barometre_1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.barometre--non-conecte:nth-of-type(12) .svg--barometre {
    background: url(/assets/img/svg/barometre_2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.chart svg {
    font-family: "Poppins", sans-serif;
    font-size: calc(var(--basePX) + 2px);
    color: var(--main-color_paragraphe);
}

/*------------------------------*\
    #COMPOSANT fleche ouvert/fermé
/*------------------------------*/

/* effet de retournement de la fleche car le bloc est ouvert/fermé */
a:hover .arrow--thin {
    box-shadow: 2px -2px 0 2px var(--main-color_esn-forfait) inset;
}
.arrow--thin-up    { transform:rotate(135deg) }
.arrow--thin-right { transform:rotate(225deg) }
.arrow--thin-down  { transform:rotate(-45deg) }
.arrow--thin-left  { transform:rotate(45deg) }

/*------------------------------*\
    #COMPOSANT loader
/*------------------------------*/

.loader {
	position: relative;
	margin: 75px auto;
	width: 150px;
	height: 150px;
	display: block;
	overflow: hidden;
}
.loader div {
    height: 100%;
}
/* loader 4 */
.loader, 
.loader div {
    border-radius: 50%;
    padding: 8px;
    border: 2px solid transparent;
    animation: rotate linear 3.5s infinite;

	border-radius: 50%;
	padding: 4px;
}

/* loader missions */
.loader.loader_mission, 
.loader.loader_mission div {
    animation: rotate_missions 4s infinite linear;
}
/* loader profils */
.loader.loader_profils, 
.loader.loader_profils div {
    animation: rotate_profils 4s infinite linear;
}
/* loader AO */
.loader.loader_AO, 
.loader.loader_AO div {
    animation: rotate_AO 4s infinite linear;
}
/* loader formation */
.loader.loader_formation, 
.loader.loader_formation div {
    animation: rotate_formation 4s infinite linear;
}
/* loader messagerie */
.loader.loader_messagerie, 
.loader.loader_messagerie div {
    animation: rotate_messagerie 4s infinite linear;
}
.loader div:hover {
	animation-play-state: paused;
}
.loader, 
.loader * {
	will-change: transform;
}



.strain {
    width: 100px;
    height: 1px;
    background-color: #dbdbdb;
    position: relative;
    margin: 0px auto;
    margin-top: 14px;
    margin-bottom: 14px;
    animation-name: rotate-strain;
    animation-duration: 1.7s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
  }
  .strain:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--main-color_esn-forfait);
    left: 0;
    margin-top: -4.5px;
    margin-left: -4.5px;
    animation-name: strain-size-left;
    animation-duration: 1.7s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
  }
  .strain:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--main-color_esn-forfait);
    right: 0;
    margin-top: -4.5px;
    margin-right: -4.5px;
    animation-name: strain-size-right;
    animation-duration: 1.7s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
  }
  .strain:nth-child(1), .strain:nth-child(1):before, .strain:nth-child(1):after {
    animation-delay: 0;
  }
  .strain:nth-child(2), .strain:nth-child(2):before, .strain:nth-child(2):after {
    animation-delay: 0.15s;
  }
  .strain:nth-child(2):after {
    background-color: var(--main-color_abonnement);
  }
  .strain:nth-child(3), .strain:nth-child(3):before, .strain:nth-child(3):after {
    animation-delay: 0.30s;
  }
  .strain:nth-child(3):after {
    background-color: var(--main-color_mission);
  }
  .strain:nth-child(4), .strain:nth-child(4):before, .strain:nth-child(4):after {
    animation-delay: 0.45s;
  }
  .strain:nth-child(4):after {
    background-color: var(--main-color_profil);
  }
  .strain:nth-child(5), .strain:nth-child(5):before, .strain:nth-child(5):after {
    animation-delay: 0.60s;
  }
  .strain:nth-child(6), .strain:nth-child(6):before, .strain:nth-child(6):after {
    animation-delay: 0.75s;
  }
  .strain:nth-child(7), .strain:nth-child(7):before, .strain:nth-child(7):after {
    animation-delay: .9s;
  }
  .strain:nth-child(8), .strain:nth-child(8):before, .strain:nth-child(8):after {
    animation-delay: 1.05s;
  }
  .strain:nth-child(9), .strain:nth-child(9):before, .strain:nth-child(9):after {
    animation-delay: 1.2s;
  }
  .strain:nth-child(9):after {
    background-color: var(--main-color_formation);
  }
  .strain:nth-child(10), .strain:nth-child(10):before, .strain:nth-child(10):after {
    animation-delay: 1.35s;
  }
  .strain:nth-child(10):after {
    background-color: var(--main-color_freelance);
  }
  .strain:nth-child(11), .strain:nth-child(11):before, .strain:nth-child(11):after {
    animation-delay: 1.5s;
  }
  .strain:nth-child(11):after {
    background-color: var(--main-color_ao);
  }
  .strain:nth-child(12), .strain:nth-child(12):before, .strain:nth-child(12):after {
    animation-delay: 1.65s;
  }
  
  @-webkit-keyframes rotate-strain {
    0% {
      width: 100px;
    }
    25% {
      width: 0;
    }
    50% {
      width: 100px;
    }
    75% {
      width: 0;
    }
    100% {
      width: 100px;
    }
  }
  
  @keyframes rotate-strain {
    0% {
      width: 100px;
    }
    25% {
      width: 0;
    }
    50% {
      width: 100px;
    }
    75% {
      width: 0;
    }
    100% {
      width: 100px;
    }
  }
  @-webkit-keyframes strain-size-left {
    0% {
      transform: scale(1) translateX(0px);
    }
    25% {
      transform: scale(0.5);
    }
    50% {
      transform: scale(1) translateX(1005px);
    }
    75% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1) translateX(0px);
    }
  }
  @keyframes strain-size-left {
    0% {
      transform: scale(1) translateX(0px);
    }
    25% {
      transform: scale(0.5);
    }
    50% {
      transform: scale(1) translateX(100px);
    }
    75% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1) translateX(0px);
    }
  }
  @-webkit-keyframes strain-size-right {
    0% {
      transform: scale(1) translateX(0px);
    }
    25% {
      transform: scale(1.5);
    }
    50% {
      transform: scale(1) translateX(-100px);
    }
    75% {
      transform: scale(0.5);
    }
    100% {
      transform: scale(1) translateX(0px);
    }
  }
  @keyframes strain-size-right {
    0% {
      transform: scale(1) translateX(0px);
    }
    25% {
      transform: scale(1.5);
    }
    50% {
      transform: scale(1) translateX(-100px);
    }
    75% {
      transform: scale(0.5);
    }
    100% {
      transform: scale(1) translateX(0px);
    }
  }




/*------------------------------*\
    #COMPOSANT grid (situé dans recherches populaires)
/*------------------------------*/
.grid-item {
    display: inline-block;
    padding: 10px;
    margin: 5px;
}
.grid-item .number {
    font-size: calc(4 * var(--basePX));
    margin-right: 0;
    line-height: 45px;
}
.grid-item .competences {
    font-size: calc(var(--basePX) + 5px);
    line-height: 18px;
    font-weight: bold;
}
.grid--wSmall {
    width: 120px;
    min-width: 120px;
}
.grid--hSmall {
    height: 120px;
    min-height: 120px;
}
.grid--wSmall article {
    justify-content: center;
    margin: auto;
    text-align: center;
}
.grid--wMiddle article {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: auto auto auto 10%;
    text-align: left;
}
.grid--wBig article {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    text-align: center;
}
.grid--wMiddle article .number {
    margin-right: 10px;
}
.grid--wMiddle {
    width: 400px;
    min-width: 400px;
}
.grid--hMiddle {
    height: 110px;
    min-height: 110px;
}
.grid--wBig {
    width: 270px;
    min-width: 270px;
}
.grid--hBig {
    height: 180px;
    min-height: 180px;
}

@media (max-width: 499.98px) {
    .grid--wBig,
    .grid--wMiddle {
        width: calc(100% - 10px); /* les 10px de la marge 5px de .grid-item */
    }
}
.grid-item-green {
    background-color: var(--draggable-bleu-vert);
}
.grid-item-velvet {
    background-color: var(--draggable-bleu-nuit);
}
.grid-item-blue {
    background-color: var(--main-color_esn-forfait);
}
.grid-item-dark {
    background-color: var(--main-color_paragraphe);
}
/* Draggabilly adds is-dragging */
.grid-item.is-dragging,
/* Packery adds class while transitioning to drop position */
.grid-item.is-positioning-post-drag {
  background: var(--color-jaune);
  z-index: 2; /* keep dragged item on top */
}

/*------------------------------*\
    #COMPOSANT badge
/*------------------------------*/
/*---- dans mission -----*/
#missions .badge-success {
    background: var(--main-color_mission);
    color: var(--white);
    text-transform: uppercase;
    padding: .5em .8em;
    font-weight: initial;
}
#missions .badge-preembauche {
    margin-top: 7px;
    text-transform: uppercase;
    background: var(--main-color_esn-forfait);
    color: var(--white);
    padding: .5em .8em;
    font-weight: initial;
}
/*---- dans profil -----*/
#profils .badge-freelance {
    background: var(--secondary-color_profil);
    color: var(--white);
    text-transform: uppercase;
    padding: .5em .8em;
    margin-top: 5px;
    font-weight: initial;
}
#profils .badge-preembauche, 
.mainhead__profil .badge-preembauche, 
.mainhead__mission .badge-preembauche, 
.mainhead .badge-preembauche {
    margin-top: 7px;
    text-transform: uppercase;
    background: var(--main-color_esn-forfait);
    color: var(--white);
    padding: .5em .8em;
    font-weight: initial;
}

/*---- dans AO ---- */
#ao .badge-freelance {
    background: var(--main-color_ao);
    color: var(--white);
    text-transform: uppercase;
    padding: .5em .8em;
    margin-top: 5px;
    font-weight: initial;
}

/* badge freelance */
.mr-2.badge.badge-pill.badge-success.badge-success {
    margin-top: 7px;
    text-transform: uppercase;
    background: var(--main-color_freelance);
    color: var(--white);
    padding: .5em .8em;
    font-weight: initial;
}

/* pas de télétravail */
.badge-teletravail-1 {
    background: var(--white-gray);
    color: var(--white);
    padding: .5em .8em;
    margin-top: 5px;
    font-weight: initial;
    text-shadow: none!important;
}
/* hybrdide (uniquement) */
.badge-teletravail-2 {
    background: var(--white-gray);
    color: var(--black);
    padding: .5em .8em;
    margin-top: 5px;
    font-weight: initial;
    text-shadow: none!important;
}
/* full remote */
.badge-teletravail-3 {
    background: var(--white-gray);
    color: var(--black);
    padding: .5em .8em;
    margin-top: 5px;
    font-weight: initial;
    text-shadow: none!important;
}
/* full remote & hybride */
.badge-teletravail-4 {
    background: var(--white-gray);
    color: var(--black);
    padding: .5em .8em;
    margin-top: 5px;
    font-weight: initial;
    text-shadow: none!important;
}
.badge-new {
    background: var(--color-rouge);
    color: var(--white);
    padding: .5em .8em;
    margin-top: 5px;
    font-weight: initial;
}

.img--user {
    width: 28px;
    height: 28px;
    border: 1px solid var(--main-color_paragraphe);
    border-radius: 50%;
}

/* --- forfait ESN --- */
.calendar {
    height: 50px;
    width: 37px;
    color: var(--white);
    background-image: url("/assets/img/svg/calendar.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.forfait:nth-of-type(odd) {
    background: rgba(var(--main-color_esn-forfait_rgb), .1);
}
.forfait:nth-of-type(even) {
    background: rgba(var(--main-color_esn-forfait_rgb), .2);
}

/* --- fleche precedente pour profil/mission --- */

.arrow {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
}
.arrow::before, .arrow::after {
    content: '';
    border-color: transparent;
        border-right-color: transparent;
    border-style: solid;
    position: absolute;
}

.arrow-right::before {
    border: none;

    height: 30%;
    width: 50%;
    top: 35%;
    left: 0;
}
.arrow-right::after {
    left: 50%;
    top: 0;
    border-width: 10px 10px;
}
.arrow-left::before {
    border: none;

    height: 30%;
    width: 50%;
    top: 35%;
    left: 50%;
}
.arrow-left::after {
    left: -50%;
    top: 0;
    border-width: 10px 10px;
}

.arrow-profil .arrow-right::before,
.arrow-profil .arrow-left::before {
    background-color: var(--main-color_profil);
}
.arrow-profil .arrow-left::after {
    border-right-color: var(--main-color_profil);
}
.arrow-profil .arrow-right::after {
    border-left-color: var(--main-color_profil);
}

.arrow-mission .arrow-right::before,
.arrow-mission .arrow-left::before {
    background-color: var(--main-color_mission);
}
.arrow-mission .arrow-left::after {
    border-right-color: var(--main-color_mission);
}
.arrow-mission .arrow-right::after {
    border-left-color: var(--main-color_mission);
}

/* ** mini fleche ** */

.wrapper-dial-arrow {
    border: 1px solid var(--main-color_mission);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    display: flex;
}
.arrow-dial {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 2px solid var(--main-color_mission);
    border-right: 2px solid var(--main-color_mission);
    margin-top: -5px;
}

.arrow-dial.arrow-bottom {
    transform: rotate(135deg);
}
.arrow-dial.arrow-bottom.reverse {
    transform: rotate(315deg);
    margin-top: 10px;
}
.color--mission[aria-expanded="true"] .wrapper-dial-arrow:nth-last-of-type(2),
.color--mission[aria-expanded="false"] .wrapper-dial-arrow:last-of-type {
    display: none;
}

.color--mission[aria-expanded="false"] .wrapper-dial-arrow:nth-last-of-type(2),
.color--mission[aria-expanded="true"] .wrapper-dial-arrow:last-of-type {
    display: inline-block;
}

.color--hitechpro-blue[aria-expanded="false"] .title-collapse svg {
    transform: initial;
}
.color--hitechpro-blue[aria-expanded="true"] .title-collapse svg {
    transform: rotate(0.5turn);
}

 /* fin fleche precedente pour profil/mission */
 /* mettre en place un systeme de classe quand il y a plusieurs paragraphe ou non : ex without-paragraph, with-1-paragraph, with-2-paragraph... */
 @media (min-width: 1200px) {
    .pop-in-contact_tips {
        transition: margin 300ms;
        position: sticky;
        top: 25%;
        width: 50%;
        margin: 8rem auto 0;
    }
    .pop-in-contact_tips.param {
        top: 35%;
    }
    .pop-in-contact_tips.societe {
        top: 10%;
    }
 }

 @media (min-width: 991.01px) and (max-width: 1200px) {
    .pop-in-contact_tips {
        width: 50%;
        margin: auto;
    }
    .pop-in-contact_tips.param {
        margin-top: 5%;
    }
 }

.image-cropper-company {
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    padding: 3px;
}
.profile-pic-company {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}

.col-2 .input-paper,
.col-12 .input-paper {
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
}

/*------------------------------*\
    #COMPOSANT radius
/*------------------------------*/
.radius--20 {
    border-radius: 10px!important;
}

.delete_img {
    padding: 2px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: calc(var(--basePX) + 5px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color_paragraphe);
    border: 1px solid var(--main-color_paragraphe);
    background: var(--white);
    top: -10px;
    right: -10px;
}

/*------------------------------*\
    #COMPOSANT Jessica
/*------------------------------*/

.form-check svg {
    width: var(--size, 120px);
    height: var(--size, 100px);
}

.col-12.col-lg-6 .form-check svg {
    width: var(--size, 170px);
    height: var(--size, 130px);
}

.border-radius_10 {
    border-radius: 10px;
}
.border-radius_30 {
    border-radius: 30px!important;
}

.z_index_1001 {
    z-index: 1001;
}
.custom_z-index_modal-free {
    z-index: 77!important; /* pour laisser les modal angular passer au dessus du menu principal et header */
}
.svg--wrapper_title,
.svg--wrapper_title svg {
    width: 40px;
    height: 40px;
}

/*.logoSVG {
    -webkit-backface-visibility: initial !important;
    -webkit-transform-origin: 50% 50%;
}*/
body:not(.dark) .logoHTP span:last-of-type,
body:not(.dark) .sidebar_list .depot--mission img:last-of-type {
    display: none;
}
body.dark .logoHTP span:first-of-type,
body.dark .sidebar_list .depot--mission img:first-of-type {
    display: none;
}
/*.navbar-brand.logoHTP #logo_clair,
.navbar-brand.logoHTP #logo_dark {
    width: 95%!important;
}*/

.inscript_nbr_membre .small svg,
.recap .small svg {
    width: 15px;
    height: 15px;
}

.charte-hitechpros .position-sticky {
    z-index: 77;
}

.cursor-pointer {
	cursor: pointer;
}

/**
*
* devMod viewport
*
*
**/

.devMod_viewport {
    position:fixed;
    height: 40px;
    line-height: 40px;
    font-size: calc(var(--basePX) + 1px);
    width: 250px;
    z-index: 1000;
    top: 0;
    left: 0;
    background: var(--another-gray_2);
    color: var(--textarea-color);
    padding: 0 0 0 .5rem;
}

/* image de la recherche sous le message de bienvenue */

body:not(.dark) .width-in-mobile-only:last-of-type {
    opacity: 1;
    height: initial;
    display: block;
}
body.dark .width-in-mobile-only:last-of-type,
body:not(.dark) .width-in-mobile-only:first-of-type {
    display: block;
    opacity: 0;
    height: 0;
}

/* svg AO block de droite */
.custom_breakpoint_xl.sidebar_list svg.diamant_AO {
    width: 70px;
    height: 70px;
    margin: auto;
    display: inherit;
    color: currentColor;
}
/* svg AO block de droite */
.custom_breakpoint_xl.sidebar_list svg {
    width: 50px;
    height: 50px;
    margin: auto;
    display: inherit;
}

/* notification pulse */
#new-messages,
.new-messages {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    bottom: -4px;
    right: -8px;
    position: absolute;
    background: var(--secondary-color_ao);
    
    box-shadow: 0 0 0 0 rgba(var(--secondary-color_ao_rgb), 1);
	transform: scale(1);
	animation: pulse 2s infinite;
}

.rounded-0 {
    border-radius: 0!important;
}

/**--- form & gestion erreurs ---**/
.error-feedback {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
}

.label--upload-img {
    cursor: pointer;
    position: relative;
}
.label--upload-img:hover:after {
    position: absolute;
    content:"Poids image < 2MB";
    padding: 5px;
    font-size: var(--basePX);
    letter-spacing: 1px;
    text-transform: initial;
    border: 1px dotted var(--secondary-color_ao);
    color: var(--secondary-color_ao);
    width: 100%;
    height: auto;
    top: 100%;
    left: 0;
}

.svg--stroke--currentcolor svg {
    color: currentColor!important;
}

.mainhead.mainhead__profil .mainhead__search input {
    border: 1px solid var(--main-color_profil);
    border-radius: 30px;
}
.mainhead.mainhead__mission .mainhead__search input {
    border: 1px solid var(--main-color_mission);
    border-radius: 30px;
}
.mainhead.mainhead__formation .mainhead__search input {
    border: 1px solid var(--main-color_formation);
    border-radius: 30px;
}
.mainhead.mainhead__ao .mainhead__search input {
    border: 1px solid var(--main-color_ao);
    border-radius: 30px;
}
.mainhead.mainhead__esn .mainhead__search input,
.mainhead.mainhead__profil.mainhead__esn .mainhead__search input {
    border: 1px solid var(--main-color_esn-forfait);
    border-radius: 30px;
}

.custom-control-input:disabled ~ .custom-control-label, 
.custom-control-input[disabled] ~ .custom-control-label {
    color: var(--gray);
}

md-switch {
    width: 90px;
}
md-switch .md-bar{
    top: -6px!important;
}
.custom--switch .md-thumb {
    top: -4px!important;
}

.htp_carousel li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid var(--main-color_esn-forfait);
    background: transparent;
}

.htp_carousel svg {
    width: initial!important;
    height: initial!important;
    text-align: center;
}