/*==Outils Alignement Flex==*/
.flex_aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex_aligner_item {
    max-width: 50%;
}
.flex_aligner_top {
    align-self: flex-start;
}
.flex_aligner_bottom {
    align-self: flex-end;
}
.title_gradient{
    font-family: 'Open sans', sans-serif;
    font-size: 30px;
    font-weight: 800;
    font-style: normal;
    background-image: linear-gradient(to left, #9758be, #3197ce), linear-gradient(to bottom, #ececec, #ececec);
    font-stretch: normal;
    line-height: 1.10;
    letter-spacing: normal;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn_gradient{
    border-radius: 35px;
    background-image: linear-gradient(to left, #9758be, #3197ce);
    padding: 8px 22px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    height: 48px;
    transition: 0.6s ease;
    min-height: 48px;
    border: 0px;
    cursor: pointer;
}
.js_loadding{
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #3495ce;
}
.min_width-40{
    min-width: 50px;
}
.min_width-80{
    min-width: 80px;
}
.max_width-80{
    max-width: 80px;
}
.min_width-110{
    min-width: 110px;
}
.max_width-130{
    max-width: 130px;
}

.title_gradient {
    font-family: 'Open sans', sans-serif;
    font-size: 28px;
    font-weight: 800;
    font-style: normal;
    background-image: linear-gradient(to left, #9758be, #3197ce), linear-gradient(to bottom, #ececec, #ececec);
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: normal;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*Turn off up down arrows on input number*/
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button, select {
    -webkit-appearance: none;
    margin: 0;
}
.btn_gradient {
    border-radius: 35px;
    background-image: linear-gradient(to left, #9758be, #3197ce);
    padding: 8px 22px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    height: 48px;
    transition: 0.6s ease;
    min-height: 48px;
    border: 0px;
}
.bloc_gris_cadres {
    position: relative;
    min-height: 160px;
    background-color: #ececec;
}
.bloc_gris_cadres .bloc_gris_content {
    min-height: 160px;
    display: block;
    margin: 20px auto;
    max-width: 730px;
}
.bloc_gris_cadres .recap_situation {
    min-height: 160px;
}
.bloc_gris_cadres .recap_situation .text-bleu {
    font-family: 'Open sans', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #3296ce;
}
.bloc_gris_cadres{
    position: relative;
}
.bloc_content {
    background: #fff;
    min-height: 160px;
    display: block;
    margin: 40px auto;
    padding: 25px;
    max-width: 842px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.15);
}
.bloc_content .title {
    font-family: 'Open sans', sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #3e3e3e;
}
.bloc_content .title_bleu {
    font-family: 'Open sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #448bcb;
}
.bloc_content p {
    font-family: 'Open sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #3e3e3e;
}
.text-bleu {
    color: #448bcb!important;
}
.text-violet {
    color: #9758be!important;
}

.chevron_select {
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: #3595ce;
}
@media(max-width: 860px){
    .bloc_gris:after {
        display: none;
    }
    .bloc_gris:before {
        display: none;
    }
    .bloc_gris_cadres:after {
        height: 50px;
        width: 50px;
        bottom: -4%;
        right: -5%;
    }
    .bloc_gris_cadres::before {
        height: 50px;
        width: 50px;
        top: -4%;
        left: -5%;
    }
}