@import url('../../assets/css/responsive.css');

.frosted-glass-hover .picture img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.frosted-glass-hover:hover .picture img,
.frosted-glass-hover:focus .picture img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.text-dark {
    color: #252932 !important
}

.color_black {
    color: black !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #040506 !important
}

.text-decoration-none {
    text-decoration: none !important
}

.frosted-glass-shadow {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform
}

.frosted-glass-shadow .picture {
    z-index: 9;
    position: relative;
    overflow: hidden;
    height: 98%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #e5e5e5;
    min-height: 100px;
    border-radius: 6px
}

.frosted-glass-shadow .picture img {
    width: 100%;
    min-height: 100px;
    -o-object-fit: cover;
    object-fit: cover
}

.frosted-glass-shadow .shadow {
    position: absolute;
    width: 91%;
    margin: auto;
    height: 80%;
    top: 20%;
    left: 0;
    right: 0;
    opacity: 0.9
}

@media (max-width: 575.98px) {
    .frosted-glass-shadow .shadow {
        display: none
    }
}

.frosted-glass-shadow .shadow img {
    width: 100%;
    height: 100%;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.frosted-glass-shadow .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 10px;
    text-align: center;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
    overflow: hidden
}

.blog-picture {
    max-height: 200px
}

.rounded {
    border-radius: 6px
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-black {
    font-weight: 700
}

.font-size-1 {
    font-size: 0.75rem
}

.font-size-2 {
    font-size: 0.875rem
}

.font-size-3 {
    font-size: 1rem
}

.font-size-4 {
    font-size: 1.125rem
}

.font-size-5 {
    font-size: 1.5rem
}

.font-size-6 {
    font-size: 2.25rem
}

.font-size-7 {
    font-size: 3rem
}

.font-size-13px {
    font-size: 13px
}

@media (min-width: 576px) {
    .font-size-sm-3 {
        font-size: 1rem
    }
}

@media (min-width: 576px) {
    .font-size-sm-4 {
        font-size: 1.125rem
    }
}

@media (min-width: 992px) {
    .font-size-lg-3 {
        font-size: 1rem
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: 0.25rem !important
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important
}

.m-2 {
    margin: 0.5rem !important
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important
}

.mr-2,
.mx-2,
.ReactModal__Overlay .modal-step-indicator {
    margin-right: 0.5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important
}

.ml-2,
.mx-2,
.ReactModal__Overlay .modal-step-indicator {
    margin-left: 0.5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.ypj-in-numbers-icon,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4,
.slide-x-enter>div,
.slide-x-exit>div {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4,
.slide-x-enter>div,
.slide-x-exit>div {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.m-6 {
    margin: 4rem !important
}

.mt-6,
.my-6 {
    margin-top: 4rem !important
}

.mr-6,
.mx-6 {
    margin-right: 4rem !important
}

.mb-6,
.my-6 {
    margin-bottom: 4rem !important
}

.ml-6,
.mx-6 {
    margin-left: 4rem !important
}

.p-0,
.ReactModal__Overlay .modal-step-indicator {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: 0.25rem !important
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important
}

.p-2 {
    padding: 0.5rem !important
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.p-6 {
    padding: 4rem !important
}

.pt-6,
.py-6 {
    padding-top: 4rem !important
}

.pr-6,
.px-6 {
    padding-right: 4rem !important
}

.pb-6,
.py-6 {
    padding-bottom: 4rem !important
}

.pl-6,
.px-6 {
    padding-left: 4rem !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 600 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

.text-muted {
    color: #6c747e !important
}

.text-align-justify {
    text-align: justify;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.d-flex {
    display: flex;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(34, 41, 47, 0.125);
    border-radius: 0.428rem;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: 0.428rem;
    border-top-right-radius: 0.428rem;
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: 0.428rem;
    border-bottom-left-radius: 0.428rem;
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.5rem 1.5rem;
}

.card-title {
    margin-bottom: 1.5rem;
}

.card-subtitle {
    margin-top: -0.75rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link+.card-link {
    margin-left: 1.5rem;
}

.card-header {
    padding: 1.5rem 1.5rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0 solid rgba(34, 41, 47, 0.125);
}

.card-header:first-child {
    border-radius: 0.428rem 0.428rem 0 0;
}

.card-footer {
    padding: 1.5rem 1.5rem;
    background-color: transparent;
    border-top: 0 solid rgba(34, 41, 47, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 0.428rem 0.428rem;
}

.card-header-tabs {
    margin-right: -0.75rem;
    margin-bottom: -1.5rem;
    margin-left: -0.75rem;
    border-bottom: 0;
}

.card-header-tabs .nav-link.active {
    background-color: #fff;
    border-bottom-color: #fff;
}

.card-header-pills {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: 0.428rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: 0.428rem;
    border-top-right-radius: 0.428rem;
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: 0.428rem;
    border-bottom-left-radius: 0.428rem;
}

.card-group>.card {
    margin-bottom: 1rem;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.571rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
    color: #6e6b7b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d8d6de;
    appearance: none;
    border-radius: 0.357rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control[type="file"] {
    overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control:focus {
    color: #6e6b7b;
    background-color: #fff;
    border-color: #7367f0;
    outline: 0;
    box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1);
}

.form-control::-webkit-date-and-time-value {
    height: 1.45em;
}

.form-control::placeholder {
    color: #b9b9c3;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #efefef;
    opacity: 1;
}

.form-control::file-selector-button {
    padding: 0.571rem 1rem;
    margin: -0.571rem -1rem;
    margin-inline-end: 1rem;
    color: #6e6b7b;
    background-color: #fff;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background 0s, border 0s;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #f2f2f2;
}

.form-control::-webkit-file-upload-button {
    padding: 0.571rem 1rem;
    margin: -0.571rem -1rem;
    margin-inline-end: 1rem;
    color: #6e6b7b;
    background-color: #fff;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background 0s, border 0s;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #f2f2f2;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.571rem 0;
    margin-bottom: 0;
    line-height: 1.45;
    color: #6e6b7b;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    min-height: 2.142rem;
    padding: 0.188rem 0.857rem;
    font-size: 0.857rem;
    border-radius: 0.357rem;
}

.form-control-sm::file-selector-button {
    padding: 0.188rem 0.857rem;
    margin: -0.188rem -0.857rem;
    margin-inline-end: 0.857rem;
}

.form-control-sm::-webkit-file-upload-button {
    padding: 0.188rem 0.857rem;
    margin: -0.188rem -0.857rem;
    margin-inline-end: 0.857rem;
}

.form-control-lg {
    min-height: 3.2857rem;
    padding: 0.75rem 1.143rem;
    font-size: 1.143rem;
    border-radius: 0.357rem;
}

.form-control-lg::file-selector-button {
    padding: 0.75rem 1.143rem;
    margin: -0.75rem -1.143rem;
    margin-inline-end: 1.143rem;
}

.form-control-lg::-webkit-file-upload-button {
    padding: 0.75rem 1.143rem;
    margin: -0.75rem -1.143rem;
    margin-inline-end: 1.143rem;
}

textarea.form-control {
    min-height: 2.714rem;
}

textarea.form-control-sm {
    min-height: 2.142rem;
}

textarea.form-control-lg {
    min-height: 3.2857rem;
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: 0.571rem;
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control-color::-moz-color-swatch {
    height: 1.45em;
    border-radius: 0.357rem;
}

.form-control-color::-webkit-color-swatch {
    height: 1.45em;
    border-radius: 0.357rem;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.571rem 1rem 0.571rem 1rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
    color: #6e6b7b;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d8d6de' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 15px 14px;
    border: 1px solid #d8d6de;
    border-radius: 0.357rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}

.form-select:focus {
    border-color: #7367f0;
    outline: 0;
    box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 1rem;
    background-image: none;
}

.form-select:disabled {
    background-color: #efefef;
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #6e6b7b;
}

.form-select-sm {
    padding-top: 0.188rem;
    padding-bottom: 0.188rem;
    padding-left: 0.857rem;
    font-size: 0.857rem;
}

.form-select-lg {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.143rem;
    font-size: 1.143rem;
}

.form-check {
    display: block;
    min-height: 1.45rem;
    padding-left: 1.785rem;
    margin-bottom: 0;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.785rem;
}

.form-check-input {
    width: 1.285rem;
    height: 1.285rem;
    margin-top: 0.0825rem;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #d8d6de;
    appearance: none;
    /* color-adjust: exact; */
}

.form-check-input[type="checkbox"] {
    border-radius: 3px;
}

.form-check-input[type="radio"] {
    border-radius: 50%;
}

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #7367f0;
    outline: 0;
    box-shadow: 0 2px 4px 0 rgba(115, 103, 240, 0.4);
}

.form-check-input:checked {
    background-color: #7367f0;
    border-color: #7367f0;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}


/* _____________ style custom _____________ */

.border-right {
    border-right: 2px solid #E6E6E6 !important;
    position: relative !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.w_100 {
    width: 100% !important;
}

.animate-textarea .textarea:focus {
    outline: none;
    opacity: 1;
}

.animate-textarea .textarea:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

textarea:focus~label,
textarea:valid~label {
    top: -10px;
    font-size: 12px;
    color: #B1B1B1;
    opacity: 1;
}

.h-40px input,
textarea {
    height: 40px;
    color: black !important;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.bloc-forum {
    background: white;
    padding: 30px 0;
}

.w_100 {
    width: 100%;
}

.mtop-10 {
    margin-top: 10px;
}

.single-page .single-left {
    margin-bottom: 35px;
}

.single-page .single-center .div-content-single-card img {
    margin: 0;
    float: none;
    width: 100%;
}

.single-center {
    text-align: justify;
}

.blog_item_img {
    width: 80%;
    height: 280px;
}

.blog_item_img img {
    width: 100%;
    height: 100%;
}

.size-logo {
    display: flex !important;
    align-items: center;
    padding: 7.5px 0 !important;
}

.h-card-paiement {
    padding: 20px !important;
    height: auto !important;
}

.h-card-paiement svg {
    color: #a7aaae !important;
}

.top-padding-250px {
    padding-top: 250px !important;
}

.img-other-in_flex img {
    border-radius: 14px;
    width: 100%;
}

.d-flex-between {
    display: flex;
    justify-content: space-between;
}


/* style card top deal Home page */

.card-topdeat-home a .slide_title {
    font-size: 1.5rem !important;
    z-index: 1;
    position: relative;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.form-circle::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: url(../../uploads/images/circle-form-top-deal-decoupe.png);
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
}

.ptop-55px {
    padding-top: 75px !important;
}

.position_inherit {
    position: inherit;
}

.limite-paragraph * {
    all: unset;
    background-color: white !important;
    color: #818693 !important;
    font-style: normal;
    font-size: 14px !important;
    position: relative;
    z-index: 1;
}

.limite-paragraph {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.limite-paragraph br {
    display: none;
}

.limite-paragraph-page-best-dealMoment * {
    all: unset;
    color: #818693 !important;
    background-color: transparent !important;
    font-style: normal;
    font-size: 14px !important;
    position: relative;
    z-index: 1;
}

.other-card-most_popular-section .slider_item__content .region:before {
    background: url('https://api.iconify.design/ic/baseline-location-on.svg?color=%23818693') no-repeat center center / contain;
}

.limite-paragraph-page-best-dealMoment {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.limite-paragraph-page-best-dealMoment br {
    display: none;
}

.img-page-best-topdealMoment {
    background-image: url(/uploads/images/annonces/641167c….jpeg);
    height: 260px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.bg-white-gradient {
    background-color: white;
}

.other-card-most_popular-section .slider_item__content .title {
    color: #102d69;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.5rem;
}

.other-card-most_popular-section .slider_item__content .region {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.other-card-most_popular-section .slider_item__content .region span {
    color: #818693;
    font-weight: 600;
    font-size: 14px;
}

.other-card-most_popular-section .slider_item:before {
    background: transparent;
}

/* .page_content.two-columns .section-title {
    color: #102D69;
    font-weight: 900;
} */

.other-card-most_popular-section .slider_item__content {
    max-width: none;
    position: initial;
}

.most_populardeal-img {
    height: 180px;
}

.most_populardeal-img img {
    vertical-align: middle;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.other-card-most_popular-section .slider_item {
    /* height: 724px; */
    height: 634px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    display: grid;
    align-items: end;
    margin-bottom: 20px !important;
    max-height: 525px;
    min-height: 525px;
}

.page_content.two-columns .main .most_popular__section .slider_item-annonce {
    width: 98%;
    margin-top: 0;
    height: 320px;
}

.badge {
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 20px;
}

.bg-yellow {
    background-color: #fedb3f;
}

.bg-grey {
    background: #f7f7f7 !important;
}

.bg-grey-white {
    background-color: #fdfdfd;
}

.bg-grey-white-other {
    background-color: #f6f6f6;
}

.bg-blue-white {
    background-color: #d4eaff;
}

.bg-white {
    background: white !important;
}

.blog:before {
    background: linear-gradient(#ffffff 0%, #ffffff 57.64%, rgba(0, 0, 0, 0) 100%) !important;
}

.last-section:after {
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #ffffff 100%) !important;
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #ffffff 100%) !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #ffffff 100%) !important;
}
.badge-light-primary-white{
    background-color: rgba(115, 103, 240, 0.12);
    color: #ffffff !important;
}
.badge.badge-light-primary {
    background-color: rgba(115, 103, 240, 0.12);
    color: #e22488 !important;
}

.badge.badge-light-success {
    background-color: rgba(40, 199, 111, 0.12);
    color: #28c76f !important;
}

.badge.badge-orange {
    background-color: rgb(232 147 0 / 12%) !important;
    color: #f8a918 !important;
    display: none !important;
}

.badge {
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 20px;
}

.badge {
    display: inline-block;
    padding: 0.3rem 0.5rem;
    font-size: 80%;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.358rem;
}

.card-topdeat-home {
    height: 100%;
    background-color: white;
    min-height: 545px;
    max-height: 545px;
}

.card-topdeat-home .slide_item_content,
.slide_footer,
.slide_item_img {
    border: none !important;
    border-radius: 0 !important;
}

.img-card-home {
    border-radius: 0 !important;
}

.space-empty {
    height: 100px;
}

/* style card top deal Home page */

.bg-transparent {
    background: transparent !important;
}

.p-30_50 {
    padding: 30px 30px 50px !important;
}

.all-background-grey .search_tour {
    position: relative;
    padding-bottom: 80px;
    background-color: #f6f6f6;
    max-width: 250px;
    width: 100%;
}

.text_center {
    text-align: center;
}

.all-background-grey .search_tour:before {
    display: none;
}

.other-card-most_popular-section {
    background-color: #f6f6f6 !important;
    /* display: flex;
    flex-wrap: wrap; */
}

.ribbon-home::after {
    position: absolute;
    top: -2.5em;
    right: -90px;
    content: "";
    height: 7em;
    width: 16em;
    transform: rotatez(40deg);
    background-color: #e22488;
    z-index: -1;
}

.flex-grid-end {
    display: grid !important;
    align-items: end;
}

.ribbon-home {
    position: absolute;
    display: inline-block;
    top: 0.3em;
    right: 0.8em;
    max-width: 5em;
    color: #fff;
    z-index: 1;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
}

/* .badge.badge-light-info {
    background-color: rgba(0, 207, 232, 0.12);
    color: #00cfe8 !important;
} */
.badge.badge-light-info {
    background-color: rgb(115 117 118 / 12%);
    color: #000000 !important;
}

.responsive-badge {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    text-align: left;
}

.responsive-badge .badge {
    margin-bottom: 5px !important;
}

/* 
.other-card-most_popular-section .slider_item:nth-child(even) {
    margin-left: 0 !important;
}

.other-card-most_popular-section .slider_item {
    width: 47%;
    margin: 2% !important;
} */

.page_content .main .pagination ul li.current a {
    background: #E6007E;
    color: #fff !important;
}

.page_content .main .pagination ul li a {
    background: rgb(255 255 255);
    color: #000;
}

.pad-card-voir_plus {
    padding: 65px 36px 0 !important;
}

.padx_0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.flex_wrap-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

/* style filter in homepage */
.custom-filter-style .field .field_wrap {
    border: 0px solid #bfbfbf !important;
    border-radius: 13px !important;
}

.custom-filter-style .field .field_wrap::before {
    display: none;
}

.custom-filter-style .field .field_wrap input,
select {
    border: 2px solid #bfbfbf !important;
    font-weight: bold !important;
    color: #3E4559;
    opacity: 1;
    border-radius: 13px;
}

.custom-filter-style .field .field_wrap input::placeholder {
    color: #3E4559 !important;
    opacity: 1 !important;
}

.custom-filter-style .field .field_wrap input:focus::placeholder {
    color: #3E4559 !important;
    opacity: 1 !important;
}

.custom-filter-style .field .label {
    color: #bfbfbf !important;
}

.f-size-32 {
    font-size: 32px;
}

.white-color {
    color: white !important;
}

/* style filter in homepage */

.img-size_actualite {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.other-card-actualité {
    background: white;
}

.other-card-actualité::before {
    background: none !important;
}

.other-card-actualité .slider_item__content .title {
    color: #102D69;
    font-size: 18px;
    margin: 0;
}

.other-card-actualité .slider_item__content .description {
    color: #3E4559;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.other-card-actualité .slider_item__content .time span {
    color: #3E4559;
}

.other-card-actualité {
    padding: 0;
    height: 430px !important;
    margin: 0;
    text-align: center;
    display: grid;
    align-items: center;
    justify-content: center;
}

.d_grid_center {
    display: grid;
    justify-content: center;
}

.other-card-actualité .slider_item__content {
    padding: 0;
    display: grid;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-width: none;
}

.m-auto_w-auto {
    width: auto;
    margin: auto;
}

.w_auto {
    width: auto;
}

.btn.btn__choose_tour:before {
    display: none;
}

/* ______________ */


#range-slider {
    max-width: 100%;
    margin: 0 auto;
}

#slider-range {
    background-color: white;
    border-color: white;
    height: 3px !important;
    display: flex;
    align-items: center;
    padding: 0;
}

.ui-slider-horizontal .ui-slider-range {
    background-color: #102D69;
    height: 3px;
    top: -1px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    background-color: #36A9E1 !important;
    border: 1px solid #36A9E1 !important;
    outline: none;
}

.ui-slider .ui-slider-handle {
    /* box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.20); */
    border-radius: 50%;
    height: 25px;
    width: 25x;
}

.min-max {
    border: 0;
    max-width: 70px;
    padding: 0;
    margin-bottom: 15px;
    color: black;
    font-weight: 700;
    opacity: 1;
    margin-top: 5px;
    font-size: 14px;
}

.ui-slider .ui-slider-handle {
    /* box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.20); */
    border-radius: 50%;
    height: 25px;
    width: 25px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    background: #102D69;
    /* margin-left: -0.6em; */
    margin-left: -13px;
    top: auto;
    cursor: pointer;
}

.ui-widget.ui-widget-content {
    box-shadow: none;
    width: 100%;
}

.label-range {
    position: initial;
    color: #242424;
    opacity: 1;
    font-size: 14px;
}

/* _____________ */

.btn-search-filter {
    position: relative !important;
    float: none;
    margin: auto;
    background-color: #102D69!important;
}

.mx-w-search-filter {
    max-width: 400px;
}

.mx-w-search-filter .search_tour_form {
    padding: 30px 25px !important;
    border-radius: 14px;
    background: #f8a918;
    box-shadow: none;
    height: fit-content;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.16);
}

.groupe-input-orange-theme-filter .label {
    color: #242424 !important;
    font-weight: 600 !important;
}

.orangeFilter-input_select {
    background: white !important;
    opacity: 1;
    border-radius: 10px !important;
    color: black;
    height: 38px !important;
}

.groupe-input-orange-theme-filter div {
    border: none !important;
}

.groupe-input-orange-theme-filter .field_wrap {
    height: auto !important;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
}

.justify_content_center {
    justify-content: center !important;
}

.text-end {
    text-align: end;
}

.b-color-white {
    border-color: white !important;
}

.search_tour .search_tour_form .fields__block .submit {
    border-radius: 90px !important;
    max-width: 65px !important;
    max-height: 65px;
}

.title-custom-other {
    font-size: 30px;
    font-weight: 900;
    color: #102D69;
}

.sub-title-custom-other {
    font-size: 24px !important;
    font-weight: 700;
    color: #102D69;
}

.w-auto-margin-r_2rem-nowrap {
    width: auto;
    margin-right: 2rem;
    white-space: nowrap;
}

.circle-list-style {
    padding-left: 33rem;
}

.circle-list-style li {
    list-style: disc;
    display: list-item;
    line-height: 1.8rem;
}

.text-medium-width-orange {
    color: #f8a918;
    font-size: 18px;
    font-weight: 700;
}

.bg-with-image {
    position: relative;
    height: 460px;
}

.bg-with-image::after {
    content: '';
    background-image: url(../../img/backgound-magnifying-glass.png);
    width: 280px;
    height: 460px;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
}

.img-float-right-w-300px {
    width: 290px;
    float: right;
    overflow: hidden;
}

.float-none * {
    float: none;
}

.p-custom-other {
    line-height: 2rem;
}

.h3-subtitle-custom {
    font-size: 24px;
    font-weight: 500;
    color: #36a9e1;
}

.mini-card-form {
    width: auto;
    height: 120px;
    text-align: center;
    border-radius: 40px;
    font-weight: 700;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    max-width: 220px;
    margin-left: 40px;
    margin-bottom: 40px;
}

.mini-card-form.orange {
    background: #f8a918;
}

.mini-card-form.blue {
    background-color: #2daae2;
}

.mini-card-form.purple {
    background: #e22488;
}

.mleft-50px {
    margin-left: 50px;
}

.pleft-50px {
    padding-left: 50px;
}

.section-py {
    padding: 32px 0;
}

.destination_home-card {
    max-width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.destination_home-card .item {
    width: 100% !important;
    height: 100% !important;
    margin-bottom: 10px !important;
}

.destination_home-card .item .sq_parent {
    height: 100% !important;
}

.w_80 {
    width: auto !important;
    min-width: 80px;
    max-width: 80px;
}

/* .page_content.two-columns .section-title {
    color: #fff !important;
} */

.page_content.two-columns .section-title-blue {
    color: #102D69 !important;
    font-size: 40px;
    font-weight: 900;
    position: relative;
    z-index: 1;
    margin-bottom: 44px;
}

.btn-red_fornt {
    background: #e74e40;
    padding: 0px 20px !important;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    font-size: 14px;
}

.sub-nav-actuality li {
    line-height: 40px;
    text-align: center;
    width: auto;
    padding: 0px 10px;
    font-size: 14px;
    font-weight: 600;
}

.flex_end {
    display: flex;
    justify-content: end
}

.h3-subtitle-other-custom {
    font-size: 20px;
    font-weight: 600;
    color: #3E4559;
}

.card-show-actualite {
    border-radius: 13px;
    padding: 40px 30px;
}

.div-content-single-card {
    text-align: center;
    width: 650px;
    float: none;
    margin: auto;
    margin-bottom: 0.5rem !important;
}

.div-content-single-card .time span {
    color: #3E4559 !important;
}

.most_popular__section .slider_item__content .time:before {
    width: 18px !important;
    height: 18px !important;
}

.most_popular__section .slider_item__content .time {
    padding-left: 25px;
}

.single-actuality-title-form {
    font-size: 28px !important;
    max-width: 930px;
    margin: auto;
    float: none;
    color: #3E4559;
}

.similary-card-form {
    height: 420px !important;
}

.similary-card-form .img-size_similary-actuality {
    width: 100%;
    height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.similary-card-form::before {
    display: none;
}

.similary-card-form .slider_item__content .title {
    color: #102D69;
    text-align: center;
}

.similary-card-form .slider_item__content .time span {
    color: #3E4559;
}

.first-card-actuality {
    width: 100%;
    height: auto !important;
    margin: 0;
    background: transparent;
    padding: 20px 20px;
}

.first-card-actuality .first-item-content {
    display: flex;
}

.first-card-actuality .first-text-content {
    padding-left: 20px;
    display: grid;
    align-items: center;
    align-content: space-between;
}

.first-card-actuality .img-size_actualite {
    border-radius: 8px;
    height: 250px;
}

.first-card-actuality .first-text-content .title {
    font-size: 18px;
    font-weight: 800;
    color: #102D69;
    margin-bottom: 10px;
    transition: all .2s linear;
}

.first-card-actuality .first-text-content .description {
    color: #3E4559;
    font-size: 14px;
}


.first-card-actuality .first-item-content .first-text-content .time {
    position: relative;
    padding-left: 25px;
}

.first-card-actuality .first-item-content .first-text-content .time:before {
    width: 18px;
    height: 18px;
    background: url(../../img/time.svg) center left no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}

.last-info-card {
    background: transparent;
    margin: 0px 0px 30px 0px !important;
    min-width: 240px;
    padding-top: 0;
    max-height: 350px;
}

.last-info-card .slider_item__content .title {
    font-size: 14px;
    color: #1a1d27;
}

.last-info-card .slider_item__content .description {
    font-style: normal;
    font-size: 14px;
}

.last-info-card .slider_item__content .time span {
    font-size: 14px;
}

.all-text-white_grey .description p {
    color: #3E4559 !important;
}

.font_weight_bold {
    font-weight: 600 !important;
}


/* ___________________ */

.analy .typing_input {
    border: 1px solid transparent !important;
    color: hsl(0, 0%, 31%);
    font-size: 15px;
    height: 50px;
    /* margin: 10px 0 0; */
    padding: 10px 20px;
    width: 380px;
    background-color: white;
    border-radius: 18px;
    opacity: 1;
    font-weight: bold !important;
    width: 500px;
    box-shadow: 1px 3px 5px 0px rgb(0 0 0 / 9%);
}

.typing_input::placeholder {
    color: #3E4559 !important;
    opacity: 1 !important;
}

.typing_input:focus::placeholder {
    color: #3E4559 !important;
    opacity: 1 !important;
}

a {
    text-decoration: none;


}

.typing_input[type="button"] {
    cursor: pointer;
}

#animate_text,
#animate_text2 {
    display: none
}

#caption {
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
    height: fit-content;
    margin: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
}

#cursor {
    line-height: 20px;
    font-size: 20px;
    margin-left: 3px;
}

.max_w-and-w100 {
    width: 100% !important;
    max-width: none !important;
}

.max-w-160px {
    max-width: 160px;
}

.flex_align-items-center {
    display: flex;
    align-items: center;
}

.author-style {
    width: auto;
    margin-right: 5px;
}

.author-style .name-author-style {
    font-weight: 600;
    color: black !important;
}

.date-article-style {
    margin: 0;
    width: auto;
}

.date-article-style .color-blue {
    color: #3E4559 !important;
    font-size: 16px;
    font-weight: 600;
}

.header-bg-white {
    background: white;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 9%);
    width: 100%;
    position: relative;
    height: 149.59px;
    border-radius: 8px;
}

.position-header {
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.owl_carousel-custom {
    height: 360px;
    overflow: hidden;
    /* border-radius: 8px; */
}

.form-owl-carousel-slide {
    /* padding: 0 10px; */
    /* margin-bottom: 10px; */
    position: relative;
}

.search-home-form {
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 60px;
    width: auto;
}

.button-search-home {
    width: 62px;
    height: 62px;
    background: #F7A600;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: block;
    transition: all .2s linear;
}

.button-search-home::before {
    width: 26px;
    height: 26px;
    background: url(../../img/search-icon.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    content: '';
}

.width-search-home {
    width: fit-content;
    position: relative;
    padding-right: 72px;
}

.new-before-title-home {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: white;
    margin-bottom: 12px;
    text-shadow: 3px 2px 3px rgba(255, 255, 255, .2),
        3px 2px 5px rgba(0, 0, 0, 0.50);
}

.new-title-home {
    font-size: 28px;
    font-weight: 400;
    color: white;
    margin-bottom: 30px;
    text-shadow: 3px 2px 3px rgba(255, 255, 255, .2),
        3px 2px 5px rgba(0, 0, 0, 0.50);
}

.slide-img img {
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
    /* border-radius: 8px; */
}

.slide-img {
    width: 100% !important;
    height: 100% !important;
}

.group-slide-owl-carousel_custom {
    width: 100% !important;
    overflow: hidden !important;
    display: block !important;
}

.categories_item .icon .icon-wrap {
    width: 135px !important;
}

.new-btn-blue {
    border-color: #102D69 !important;
    color: #102D69 !important;
    background-color: white !important;
}

.new-btn-blue:hover {
    border-color: #102D69 !important;
    background-color: #102D69 !important;
    color: white !important;
}

.text-pink {
    color: #E6007E !important;
}

.text-blue {
    color: #102D69 !important;
}

.text-grey {
    color: #3E4559 !important;
}

.single-page .main .title-blue {
    font-size: 40px;
    color: #102D69;
    font-weight: 700;
    text-shadow: none;
}

.about-page .team .item {
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 9%);
}

.input-style-other {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.input-style-other input {
    border-left: none;
    border-right: none;
    border-top: none;
    width: 100%;
}

.input-style-other textarea {
    width: 100%;
}

.input-style-other label {
    left: 10px;
}

.width_owl_carousel .owl-stage-outer .owl-stage .owl-item {
    max-width: 200px;
}

._title {
    margin-top: 10px !important;
}

.contact_info {
    height: auto !important;
}

.contacts-page .socials {
    padding-top: 30px !important;
}

.test {
    background-color: red;
}

/*profile prestataire dans annonce*/
.infocardContainer {
    display: flex;
    height: 120px;
    width: 120px;
    border-radius: 100px;
    background: rgb(0, 159, 255);
    background: linear-gradient(121deg, rgba(255, 255, 255, 0) 13%, rgba(226, 36, 136, 1) 100%);
    transition: all 500ms ease-in;
    transition-delay: 1s;
    margin: auto;
}

/* .infocardContainer:hover {
    width: 500px;
    border-radius: 100px 10px 100px 100px;
    transition: all 1s ease-out;
    word-break: break-all;
} */

.infocardContainer div {
    text-color: white;
    flex-shrink: 1;
    width: 100%;
    --background-color: green;
}

.infocardContainer div * {
    display: flex;
    --flex: inherit;
    overflow: hidden;
    text-overflow: hidden;
    --background-color: yellow;
    color: white;
    white-space: nowrap;
    width: 0;
    height: auto;
    transition: all 450ms ease-in;
    transition-delay: 1s;
}

/* .infocardContainer:hover div * {
    --background-color: purple;
    display: flex;
    visibility: visible;
    transition: all 1s ease-out;
    transition-delay: 500ms;
    width: 100%;
    height: auto;
} */

.infocardContainer #main,
.infocardContainer #main img {
    --background-color: red;
    height: 120px;
    width: 120px;
    padding-right: 10px;
    border-radius: 100%;
    flex-shrink: 0;
    object-fit: cover;
}

.infocardContainer #main img {
    height: 115px;
    width: 115px;
    transition: none;
    display: float;
    position: relative;
    border: 10px solid #2daae2;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.infocardContainer #textbois {
    position: relative;
    margin-left: 10px;
}

.infocardContainer #textbois #hotlinks {
    max-width: 60%;
    max-height: 30px;

    --background-color: white;
    position: absolute;
    bottom: 5px;
    display: flex;
    justify-content: space-between;
    border-radius: 13px;
}

.infocardContainer #textbois #hotlinks * {
    background-color: white;
    max-width: 30px;
    --margin: 0 1px 0 1px;
    border-radius: 25px;
}
.contacts-page {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.centrer{
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.start{
    display: flex !important;
    justify-content: start;
    align-items: center;
}
.mailing{
    width: 26px;
    height: 18px;
 } 
 .contact_infofo {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.image-bg {
    filter: blur(10px);
    transition: background-image 0.3s ease-in-out, filter 0.5s ease-in-out;
}
.image-bg.loaded {
    filter: blur(0);
}