.start-header-steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.start-header-steps-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}
.start-header-label {
    font-size: 1.2em;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
}
.start-header-label.selected {
    font-weight: 700;
    color: #da091b;
}
.start-header-number {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0 auto 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: none;
}
.start-header-number.selected {
    color: #fff;
    background-color: #da091b;
}
.start-form-title {
    font-weight: 700;
    font-size: 2.2em;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.4em;
}
.start-form-label {
    font-weight: 700;
    font-size: 1.4em;
    line-height: 1.4em;
}
.start-form-label-2 {
    font-weight: 700;
    font-size: 2.1em;
    line-height: 1.4em;
}
.start-form-label-text {
    font-size: 1em;
    line-height: 1.2em;
}
.form-input-date {
    width: 50px;
    font-size: 0.8em;
}
.form-input-login {
    width: -webkit-fill-available;
    font-size: 1em;
    margin: auto;
}
#upload-image,
#loading-spinner,
#popup-overlay,
.dest-item-prototype,
#label-input-image-sub,
#label-input-image-social-sub,
#FormAccountForgotPText,
#FormAccountBackSpan,
#FormAccountCreateSpan,
#FormAccountForgotMDP {
    display: none;
}
#FormAccountConnectSpan,
#FormAccountForgotPText,
#FormAccountBackSpan,
#FormAccountCreateSpan,
#FormAccountForgotMDP {
    cursor: pointer;
}
#FormAccountConnectSpan:hover,
#FormAccountBackSpan:hover,
#FormAccountCreateSpan:hover,
#FormAccountForgotMDP:hover {
    text-decoration: underline;
}
#list-dest {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#list-dest div {
    padding: 10px;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin: 5px;
}
#block-destinataire-autocomplete {
    background: #fff;
    margin: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#list-dest-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#list-dest-input .dest-item {
    padding: 10px 20px 10px 10px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 5px 0 0 5px;
    position: relative;
}
#list-dest-input .dest-item span {
    cursor: pointer;
    position: absolute;
    padding: 5px;
    right: 0;
    top: 5px;
}
#autocomplete-destinataire {
    margin: 0;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    outline: none;
}
#label-input-image,
#label-input-image-social {
    text-align: center;
    cursor: pointer;
    color: #2e3242;
    border: 1px solid #2e3242;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 30%;
    margin: 0 auto;
    z-index: 200;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#label-input-image:hover,
#label-input-image-social:hover {
    color: #fff;
    background: #2e3242;
}
#label-input-image-sub,
#label-input-image-social-sub {
    text-align: center;
    cursor: pointer;
    color: #2e3242;
    border: 1px solid #2e3242;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 70%;
    margin: 0 auto;
    margin-top: 10px;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}
#label-input-image-sub:hover,
#label-input-image-social-sub:hover {
    color: #fff;
    background: #2e3242;
}
#popup-upload {
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    width: 350px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    overflow: scroll;
    max-width: 90%;
    max-height: 85%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation-name: popup;
    -o-animation-name: popup;
    animation-name: popup;
    -webkit-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
    height: 120px;
}
#popup-upload img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
@-webkit-keyframes popup {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-o-keyframes popup {
    from {
        -o-transform: scale(0);
        transform: scale(0);
    }
    to {
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes popup {
    from {
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
#drop-zone {
    width: 80%;
    height: auto;
    border: 2px dashed rgba(0, 0, 0, 0.3);
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.mousedragover {
    border: 2px dashed rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5);
    width: 100%;
}
#drop-zone input {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 100;
}
#drop-zone img {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#drop-zone #imgs {
    width: 36%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#drop-zone #pic {
    height: 70px;
}
#drop-zone #arrow {
    height: 50px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
#select-cat-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cat-block-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 18%;
}
.cat-block-label {
    font-size: 1.2em;
    text-align: center;
    line-height: 1em;
}
.cat-block-label.selected {
    font-weight: 700;
    color: #da091b;
}
.cat-block-icon {
    margin: 15px 15px 5px;
    height: 102px;
    width: 100px;
    cursor: pointer;
    border: 2px dashed #666;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cat-block-icon.selected {
    background-color: #da091b;
    border: 2px solid #da091b;
}
.cat-block-icon.selected i {
    color: #fff;
}
.cat-icon {
    font-size: 3em;
}
#FormAccountCreateBlock {
    max-width: 700px;
}
.block-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#FormAccountBottom {
    font-size: 0.8em;
}
@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .previous-step {
        margin-right: 0.5rem !important;
    }
    .form-input,
    .form-input-login {
        width: 90%;
    }
    #drop-zone {
        width: 100%;
    }
    #label-input-image,
    #label-input-image-social {
        width: 75%;
        padding: 0.5rem !important;
    }
    .cat-block-item {
        width: 44%;
    }
    .cat-block-label {
        font-size: 1em;
    }
    body .px-m-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .cat-icon {
        font-size: 2em;
    }
    .cat-block-icon {
        margin: 30px 15px 5px;
        height: 92px;
        width: 90px;
    }
}
.progress-bar {
    display: flex;
    user-select: none;
}
.progress-bar .step {
    text-align: center;
    width: 100%;
    position: relative;
}
.progress-bar .step.active {
    cursor: pointer;
}
.progress-bar .step p {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
}
.progress-bar .step .bullet {
    height: 25px;
    width: 25px;
    border: 2px solid #000;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    transition: 0.2s;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
}
.progress-bar .step .bullet.active {
    border-color: #da091b;
    background: #da091b;
    cursor: pointer;
}
.progress-bar .step .bullet.current {
    border-color: #da091b;
    color: #da091b;
}
.progress-bar .step .bullet span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.progress-bar .step .bullet.active span {
    display: none;
}
.progress-bar .step .bullet.active:after {
    background: #d43f8d;
    transform: scaleX(0);
    transform-origin: left;
    animation: animate 0.3s linear forwards;
}
@keyframes animate {
    100% {
        transform: scaleX(1);
    }
}
.progress-bar .step p.active {
    color: #da091b;
    transition: 0.2s linear;
}
.progress-bar .step .check {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    display: none;
}
.progress-bar .step .check.active {
    display: block;
    color: #fff;
    cursor: pointer;
}
.progress-bar .step .check.current {
    display: block;
    color: #da091b;
    cursor: pointer;
}
.block-tip {
    font-size: 1.1rem;
}
.progress-bar .step .bullet.current.active {
    background: white !important;
    color: #da091b !important;
}
.progress-bar .step .bullet.current.active + .check.active {
    color: #da091b !important;
}
#content_progress {
  position: relative;
  width: 90%;
  margin: auto;
  height: 16px;
  background-color: #cccccc;
  border-radius: 50px;
}

#value_progress {
  position: relative;
  width: 3.2%;
  height: 16px;
  /*background-color: #eabf59; jaune*/ 
  /*background-color: #CAD9EA; /* bleu */
  /*background-color: #7ec384; /* vert */
  background-color: #DA0A1B; /* rouge */
  border-radius: 50px;
  z-index: 1;
}

.step_progress {
  position: absolute;
  top: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #49494a;
}

.step_progress.step2{
  left: 19%;
}

.step_progress.step3{
  left: 39%;
}

.step_progress.step4{
  left: 59%;
}

.step_progress.step5{
  left: 79%;
}

#step_user {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  /*background-color: #f6e4a7; jaune*/
  /*background-color: #6A9BC9; /*bleu */
  /*background-color: #3F7856; /* vert */
  background-color: #EDE9D0; /*rouge */
  z-index: 2;
}

.step_progress.filled {
  background-color: #EDE9D0;
  cursor: pointer;
  z-index: 2;
}
.count-char {
    font-family: Asap,sans-serif!important;
    font-style: italic;
    color: #49494a;
    font-size: 0.9em;
}

.container-progress-bar-text {
    position: relative;
}

.progress-bar-wrap-text {
    width: 100%;
    height: 2px;
    background-color: #e2e2e2;
    position: absolute;
    top: -2px;
    left: 0px;
}
.progress-bar-text {
  width: 0;
  height: 5px;
  background-color: #da091b;
  transition: all .3s linear 0s;
}