/* --------------------------------------------------- */
/* Footer Front */
/* --------------------------------------------------- */
.container-animation .container-animation-page {
    animation: slide-down 0.4s ease;
    animation-fill-mode: forwards;
}

@keyframes slide-down {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

h1 {
    font-size: 46px;
}

div[data-src] [data-value*="shadow_title"] {
    text-shadow: 0px 4px 4px rgb(0 0 0 / 35%);
}

[data-value*="shadow_title"] {
    text-shadow: 0px 4px 4px rgb(0 0 0 / 35%);
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 20px;
}

body {
    font-family: var(--main-font);
    font-size: 15px;
    min-height: 100vh;
    height: auto !important;
}

.btn.btn-primary, .btn.btn-secondary, .btn.btn-third, .btn.btn-fourth, .btn.btn-fifth, .btn.btn-six, .btn.btn-white, .btn.btn-black {
    font-weight: bold;
    font-size: 13px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 36px;
    }
}

/* --------------------------------------------------- */
/* Fin du Footer Front */
/* --------------------------------------------------- */

/* FORM */
.form-control {
    height: 44px;
    padding: 10px 18px;
    transition: all 0.2s;
    box-shadow: none;
}

.form-control:focus {
    border-color: var(--main-primary-color);
    box-shadow: none;
}

.input-group {
    display: flex;
}

.input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group .form-control:first-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.input-group-addon {
    position: absolute;
    right: 25px;
    z-index: 100;
    top: 9px;
    background-color: transparent;
    border: none;
}

.input-group-addon > i {
    background: #fff;
}

.input-group-password .input-group-password-verify {
    position: absolute;
    right: 50px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 44px;
    font-size: 13px;
    z-index: 10;
}

.input-group-password .input-group-password-verify.success {
    color: green;
}

.input-group-password .input-group-password-verify.error {
    color: red;
}

.input-group-password .input-group-password-verify i {
    font-size: 23px;
}

/* FORM */
.form-group.form-group-default {
    background-color: #fff;
    position: relative;
    border: 1px solid rgba(33, 33, 33, 0.14);
    border-top-color: rgba(8, 7, 7, 0.14);
    border-radius: 2px;
    padding-top: 5px;
    padding-left: 9px;
    padding-right: 9px;
    padding-bottom: 4px;
    overflow: hidden;
    width: 100%;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    cursor: text;
}

.form-group.form-group-default.focused label {
    opacity: 0.67;
    font-size: 12px;
}

.form-group.form-group-default.required:after {
    color: #D83C31;
    content: "*";
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 2px;
}

.form-group.form-group-default label:not(.error) {
    color: #aaa;
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.form-group.form-group-default label {
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    display: block;
    opacity: 1;
    cursor: text;
    height: 25px;
    font-weight: normal;
}

.form-group.form-group-default .form-control {
    height: 25px;
    min-height: 25px;
    padding: 0;
    transition: all 0.2s;
    box-shadow: none;
    border: transparent;
}

.connection-bo .form-control:focus {
    border-color: var(--main-primary-color);
    box-shadow: none;
}

.connection-bo .input-group {
    display: flex;
}

.connection-bo .form-group-default.input-group {
    padding: 0;
}

.connection-bo .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group .form-control:first-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.connection-bo .input-group-addon {
    position: absolute;
    right: 25px;
    z-index: 100;
    top: 9px;
    background-color: transparent;
    border: none;
}

.connection-bo .input-group-addon > i {
    background: #fff;
}

.connection-bo .input-group-password .input-group-password-verify {
    position: absolute;
    left: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 44px;
}

.connection-bo .input-group-password .input-group-password-verify.success {
    color: green;
}

.connection-bo .input-group-password .input-group-password-verify.error {
    color: red;
}

.connection-bo .input-group-password .input-group-password-verify i {
    font-size: 23px;
}

.connection-bo .input-group-password .input-group-password-verify span {
    max-width: 200px;
    width: max-content;
}

.connection-bo .form-group-default.input-group label {
    margin-top: 6px;
    padding-left: 12px;
}

.connection-bo .form-group-default.input-group .form-control {
    margin-top: -2px;
    margin-bottom: 3px;
    padding-left: 12px;
    width: 100%;
}

.connection-bo .form-group-default.input-group .form-input-group {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.connection-bo .form-group-default.input-group .input-group-text {
    border: 0;
    border-radius: 0;
    min-width: 62px;
}

.connection-bo .form-group-default.input-group .input-group-text i {
    font-size: 17px;
    cursor: pointer;
    transition: all 0.2s;
}

.connection-bo .form-group-default.input-group .input-group-append {
    display: flex;
    margin-left: -1px;
}

.connection-bo .form-group-default.focused label {
    opacity: 0.5;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 12px;
    letter-spacing: normal;
}

.connection-bo .form-group-default .input-group-append .input-group-text:before {
    content: "";
    width: 1px;
    height: 80%;
    top: 0px;
    left: -20px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.16);
}

.connection-bo .input-group-text {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border-radius: .25rem;
    background-color: #fff;
    color: rgba(75, 75, 75, 0.67);
    font-size: 14px;
    line-height: 14px;
    border-top-color: rgba(33, 33, 33, 0.21);
    padding-left: 10px;
    padding-right: 10px;
}

.connection-bo .login-wrapper-connection .bg-pic {
    position: absolute;
    width: 100%;
    overflow: hidden;
}

.connection-bo .login-wrapper-connection > * {
    height: 100%;
}

.connection-bo .login-wrapper-connection .login-container {
    width: 496px;
    display: block;
    position: relative;
    float: right;
}
.connection-bo .login-wrapper-connection > * {
    height: 100%;
}


.connection-bo .bg-white {
    background-color: #fff !important;
    color: #4b4b4b;
    height: 100%;
}

.connection-bo .m-t-30 {
    margin-top: 30px;
}
.connection-bo .p-l-50 {
    padding-left: 50px !important;
}
.connection-bo .p-r-50 {
    padding-right: 50px !important;
}
.connection-bo .p-t-50 {
    padding-top: 50px !important;
}

.connection-bo .input-group-password .input-group-password-verify span {
    max-width: 200px;
    width: max-content;
}

@media screen and (max-width: 768px){
    .connection-bo .login-wrapper-connection .login-container {
        width: 100%;
    }
}

h1.connection-bo-h1{
    font-size: 28px;
    line-height: 40px;
    transform: translateY(-35px);
}

/*Reset password*/
.reset-password {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.reset-password .form-group-default {
    margin: 0px;
    background-color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    position: relative;
    border: 1px solid rgba(33, 33, 33, 0.14);
    border-top-color: rgba(8, 7, 7, 0.14);
    border-radius: 2px;
    padding-top: 5px;
    padding-left: 9px;
    padding-right: 9px;
    padding-bottom: 4px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    cursor: text;
}

.reset-password .form-group-default.required:after {
    color: #D83C31;
    content: "*";
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 2px;
}

.reset-password .form-control {
    height: 44px;
    padding: 10px 18px;
    transition: all 0.2s;
    box-shadow: none;
    border: transparent;
}

.reset-password .form-control:focus {
    border-color: var(--main-primary-color);
    box-shadow: none;
}

.reset-password .input-group {
    display: flex;
}

.reset-password .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group .form-control:first-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.reset-password .input-group-addon {
    position: absolute;
    right: 25px;
    z-index: 100;
    top: 9px;
    background-color: transparent;
    border: none;
}

.reset-password .input-group-addon > i {
    background: #fff;
}

.reset-password .input-group-password .input-group-password-verify {
    position: absolute;
    left: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 44px;
}

.reset-password .input-group-password .input-group-password-verify.success {
    color: green;
}

.reset-password .input-group-password .input-group-password-verify.error {
    color: red;
}

.reset-password .input-group-password .input-group-password-verify i {
    font-size: 23px;
}

.reset-password .input-group-password .input-group-password-verify span {
    max-width: 200px;
    width: max-content;
}

.reset-password .password-wrapper-reset-password {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.reset-password .password-wrapper-reset-password form {
    margin-bottom: 50px;
}

.reset-password .password-wrapper-reset-password .bg-pic {
    position: absolute;
    width: 100%;
    overflow: hidden;
}

.reset-password .password-wrapper-reset-password > * {
    height: 100%;
}

.reset-password .password-wrapper-reset-password .password-container {
    width: 496px;
    padding: 40px;
    display: block;
    position: relative;
    float: right;
}
.reset-password .password-wrapper-reset-password > * {
    height: 100%;
}
.reset-password .bg-white {
    background-color: #fff !important;
    color: #4b4b4b;
}

.reset-password .m-t-30 {
    margin-top: 30px;
}
.reset-password .p-l-50 {
    padding-left: 50px !important;
}
.reset-password .p-r-50 {
    padding-right: 50px !important;
}
.reset-password .p-t-50 {
    padding-top: 50px !important;
}

.reset-password .input-group-password .input-group-password-verify span {
    max-width: 200px;
    width: max-content;
}

@media screen and (max-width: 768px){
    .reset-password .password-wrapper-reset-password .password-container {
        width: 100%;
    }
}

h1.reset-password-h1{
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
    /* transform: translateY(-35px); */
}

button.btn.btn-primary.reset {
    display: block;
    margin: auto;
    transform: translateY(30px);
    width: 100%;
}

.grecaptcha-badge {
    z-index: 1;
}

.reset-password .bubble {
    margin-left: -10px;
}

.reset-password .form-group-informations-bublle {
    display: flex;
    background: #fff;
    color: var(--main-primary-color);
    margin: 15px 0px;
}

.reset-password .form-group-informations-bublle .form-group-informations-text-bubble > div {
    color: #333;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.reset-password .form-group-informations-bublle .form-group-informations-text-bubble > div > img {
    height: 20px;
    margin-right: 10px;
}

.reset-password .form-group-informations-bublle .form-group-informations-text-bubble > span {
    color: #8b8a8a;
    font-size: 11px;
}

.reset-password .form-group-default.input-group .form-input-group {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.reset-password .form-group-default.input-group .input-group-append {
    display: flex;
    margin-left: -1px;
}

.reset-password .form-group-default.input-group .input-group-text {
    border: 0;
    border-radius: 0;
    min-width: 50px;
}

.reset-password .input-group-text {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border-radius: .25rem;
    background-color: #fff;
    color: rgba(75, 75, 75, 0.67);
    font-size: 14px;
    line-height: 14px;
    border-top-color: rgba(33, 33, 33, 0.21);
    padding-left: 10px;
    padding-right: 10px;
}

.reset-password .form-group-default .input-group-append .input-group-text:before {
    content: "";
    width: 1px;
    height: 80%;
    top: 0px;
    left: -15px;
    z-index: 10;
    position: relative;
    background-color: rgba(0, 0, 0, 0.16);
}

.reset-password .form-group-default.input-group .input-group-text i {
    font-size: 17px;
    cursor: pointer;
    transition: all 0.2s;
}


/*Create password*/

.create-password .form-group-default {
    background-color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    position: relative;
    border: 1px solid rgba(33, 33, 33, 0.14);
    border-top-color: rgba(8, 7, 7, 0.14);
    border-radius: 2px;
    padding-top: 5px;
    padding-left: 9px;
    padding-right: 9px;
    padding-bottom: 4px;
    overflow: hidden;
    width: 100%;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    cursor: text;
}

.create-password .form-group-default.required:after {
    color: #D83C31;
    content: "*";
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 2px;
}

.create-password .form-control {
    height: 44px;
    padding: 10px 18px;
    transition: all 0.2s;
    box-shadow: none;
    border: transparent;
}

.create-password .form-control:focus {
    border-color: var(--main-primary-color);
    box-shadow: none;
}

.create-password .input-group {
    display: flex;
}

.create-password .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group .form-control:first-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.create-password .input-group-addon {
    position: absolute;
    right: 25px;
    z-index: 100;
    top: 9px;
    background-color: transparent;
    border: none;
}

.create-password .input-group-addon > i {
    background: #fff;
}

.create-password .input-group-password .input-group-password-verify {
    position: absolute;
    left: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 44px;
}

.create-password .input-group-password .input-group-password-verify.success {
    color: green;
}

.create-password .input-group-password .input-group-password-verify.error {
    color: red;
}

.create-password .input-group-password .input-group-password-verify i {
    font-size: 23px;
}

.create-password .input-group-password .input-group-password-verify span {
    max-width: 200px;
    width: max-content;
}

.create-password .password-wrapper-create-password {
    flex-direction: row-reverse;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.create-password .password-wrapper-create-password .bg-pic {
    position: absolute;
    width: 100%;
    overflow: hidden;
}

.create-password .password-wrapper-create-password > * {
    height: 100%;
}

.create-password .password-wrapper-create-password .password-container {
    width: 496px;
    display: block;
    position: relative;
    float: right;
    padding-bottom: 50px;
    height: auto;
}
.create-password .password-wrapper-create-password > * {
    height: 100%;
}
.create-password .bg-white {
    background-color: #fff !important;
    color: #4b4b4b;
}

.create-password .m-t-30 {
    margin-top: 30px;
}
.create-password .p-l-50 {
    padding-left: 50px !important;
}
.create-password .p-r-50 {
    padding-right: 50px !important;
}
.create-password .p-t-50 {
    padding-top: 50px !important;
}

.create-password .input-group-password .input-group-password-verify span {
    max-width: 200px;
    width: max-content;
}

@media screen and (max-width: 768px){
    .create-password .password-wrapper-create-password .password-container {
        width: 100%;
    }
}

h1.create-password-h1{
    font-size: 28px;
    line-height: 40px;
    transform: translateY(-35px);
}

button.btn.btn-primary.create {
    display: block;
    margin: auto;
    transform: translateY(30px);
}

.grecaptcha-badge {
    z-index: 1;
}

.create-password .bubble {
    margin-left: -10px;
}

.create-password .form-group-informations-bublle {
    display: flex;
    background: #fff;
    color: var(--main-primary-color);
    margin: 15px 0px;
}

.create-password .form-group-informations-bublle .form-group-informations-text-bubble > div {
    color: #333;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.create-password .form-group-informations-bublle .form-group-informations-text-bubble > div > img {
    height: 20px;
    margin-right: 10px;
}

.create-password .form-group-informations-bublle .form-group-informations-text-bubble > span {
    color: #8b8a8a;
    font-size: 11px;
}

.create-password .form-group-default.input-group .form-input-group {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.create-password .form-group-default.input-group .input-group-append {
    display: flex;
    margin-left: -1px;
}

.create-password .form-group-default.input-group .input-group-text {
    border: 0;
    border-radius: 0;
    min-width: 50px;
}

.create-password .input-group-text {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border-radius: .25rem;
    background-color: #fff;
    color: rgba(75, 75, 75, 0.67);
    font-size: 14px;
    line-height: 14px;
    border-top-color: rgba(33, 33, 33, 0.21);
    padding-left: 10px;
    padding-right: 10px;
}

.create-password .form-group-default .input-group-append .input-group-text:before {
    content: "";
    width: 1px;
    height: 80%;
    top: 0px;
    left: -10px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.16);
}

.create-password .form-group-default.input-group .input-group-text i {
    font-size: 17px;
    cursor: pointer;
    transition: all 0.2s;
}

/* N'affiche pas le cta si sa data-value est nulle  */
a.btn[data-value=''] {
    display: none;
}

/* Display none all if has not value */
[data-updatabletype][data-value=''] {
    display: none !important;
}

/* Lazyload */
@keyframes heroFadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

div[data-src], img[data-src] {
    opacity: 0;
}

div.lazyload[style], img.lazyload[src], div.lazyload.slick-slide {
    -webkit-transition: opacity .8s linear 0.2s;
    -moz-transition: opacity .8s linear 0.2s;
    transition: opacity .8s linear 0.2s;
    opacity: 1;
}

div.lazyload.slick-slide {
    animation: heroFadeIn 1s linear;
    opacity: 1;
}
/* End Lazyload */


/* Modals */
body.modal-open .navbar-menu.sticky {
    z-index: 0;
}

.modal.fade.slide-right .modal-dialog {
    position: absolute;
    right: 0;
    margin: 0;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -ms-transform: translate(100%, 0);
}

.modal .modal-footer button, .modal .modal-footer a {
    width: 100%;
}

.modal.fade.slide-right.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
}

.modal.fade.slide-right .modal-dialog form {
    height: 100%;
}

.modal.fade.slide-right .modal-dialog .modal-content {
    height: 100%;
}

.modal-dialog {
    z-index: 10000;
}

.modal-preview-image .modal-dialog {
    z-index: 10000;
    width: 100%;
}

.modal-preview-image .modal-dialog button.close {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    z-index: 1;
    opacity: 0.8;
}

.modal-preview-image .modal-dialog button.close:focus {
    outline: none;
}

.modal-preview-image .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    min-height: calc(100% - (1.75rem * 2));
}

.modal-preview-image .modal-content {
    width: 100%;
    height: 100%;
    background: transparent;
    box-shadow: none;
}

.modal-preview-image .modal-body {
    padding: 0px;
    height: 100%;
}

.modal-preview-image .modal-preview-image-slider {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-preview-image .modal-preview-image-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(0,0,0, 0.5);
    padding: 20px;
    color: #fff;
    border-radius: 4px;
    right: 20px;
}

.modal-preview-image .modal-preview-image-slider .slick-list {
    width: 100%;
}

.modal-preview-image .modal-preview-image-slider-item {
    cursor: pointer;
    opacity: 0.5;
    height: 50vh;
    aspect-ratio: 16/9;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: all 0.2s;
    margin: 0 35px;
    border-radius: 5px;
}

.modal-preview-image .modal-preview-image-zoom-item {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: all 0.2s;
    border-radius: 5px;
    max-width: 75%;
    max-height: 75%;
}

.modal-preview-image .modal-preview-image-slider-item:focus {
    outline: none;
}

.modal-preview-image .modal-preview-image-slider-item.active, .modal-preview-image .modal-preview-image-slider-item.slick-current {
    opacity: 1;
    height: 85vh;
    z-index: 10000;
}

.modal-preview-image .modal-preview-image-slider .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    margin: 0;
}

.modal-preview-image .modal-backdrop.in {
    opacity: 0.9;
}

.modal-preview-image-slider i.slick-arrow {
    font-size: 58px;
    position: absolute;
    z-index: 1;
    top: 44%;
    color: #ddd;
}

.modal-preview-image-slider i.slick-next.slick-arrow {
    left: auto;
    bottom: auto;
    right: 0;
}

.modal-preview-image-slider i.slick-prev.slick-arrow {
    left: 0;
    right: auto;
    bottom: auto;
}


@media (max-width: 968px) {
    .modal-preview-image .modal-preview-image-text {
        top: auto;
        bottom: 20px;
        width: auto;
        font-size: 11px;
    }
}

@media (max-width: 501px) {
    .modal-preview-image .modal-preview-image-slider-item {
        margin: 0 10px;
    }
}

/* Select2 pluggin */
.select2-container {
    height: 36px;
}

.select2-results {
    padding: 5px;
}

.select2-container--default .select2-selection--single {
    height: 36px;
    padding: 3px 6px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -10px;
    margin-top: 1px;
}

.select2-container--open .select2-dropdown--below {
    font-size: 14px;
}

.select2-container .select2-selection--multiple {
    max-height: 100%;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #aaa;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 14px;
    background-color: var(--main-primary-color);
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    align-items: flex-start;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px;
}

/* Style pour Chrome, Safari, et Edge */
input[type='range'] {
    -webkit-appearance: none;
    padding: 0px;
    border: none;
}

input[type='range']::-webkit-slider-runnable-track {
    /* background: linear-gradient(to right,  var(--main-primary-color) 0%,  var(--main-primary-color) 50%, black 50%); */
    background: #eee;
    height: 8px;
    border-radius: 4px;
}
  
input[type='range']::-webkit-slider-thumb {
    cursor: pointer;
    background: var(--main-primary-color); 
    width: 17px;
    height: 17px;
    border-radius: 50%; 
    -webkit-appearance: none; 
    margin-top: -5px;
}
  
input[type='range']::-moz-range-track {
    background: var(--main-primary-color);
    height: 8px;
    border-radius: 4px;
}
  
input[type='range']::-moz-range-thumb {
    cursor: pointer;
    background: var(--main-primary-color);
    width: 17px;
    height: 17px;
    border-radius: 50%;
}



/* Hide the browser's default checkbox */
.form-check {
    position: relative;
    display: flex;
    height: 22px;
    margin-bottom: 15px;
}

.form-check input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    margin-bottom: 0px;
    background-color: #fff;
    line-height: 0;
    border: 1px solid #E7EAF3;
    transition: all 0.2s;
}
  
/* On mouse-over, add a grey background color */
.form-check:hover input[type="checkbox"] ~ .checkmark {
    border-color: var(--main-primary-color);
}
  
/* When the checkbox is checked, add a blue background */
.form-check input[type="checkbox"]:checked ~ .checkmark {
    background-color: var(--main-primary-color);
    border-color: var(--main-primary-color);
}
  
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkmark:hover {
    background: #fff;
}
  
/* Show the checkmark when checked */
.form-check input[type="checkbox"]:checked ~ .checkmark:after {
    display: block;
}
  
.form-check span {
    margin-left: 32px;
    line-height: 18px;
    font-size: 15px;
    color: #26232A;
    font-weight: 400;
    cursor: pointer;
}

/* Style the checkmark/indicator */
.form-check .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Quill PART : text align */
.ql-align-justify {
    text-align: justify;
}

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