.brad-0 {
    border-radius: 0 !important;
}

.brad-2 {
    border-radius: 2px;
}

.brad-3 {
    border-radius: 3px;
}

.brad-5 {
    border-radius: 5px;
}

.brad-8 {
    border-radius: 8px;
}

.brad-10 {
    border-radius: 10px;
}

.brad-50percent {
    border-radius: 50%;
}

.hw-10px {
    width: 10px;
    height: 10px;
}

.hw-20px {
    width: 20px;
    height: 20px;
}

.hw-30px {
    width: 30px;
    height: 30px;
}

.hw-50px {
    width: 50px;
    height: 50px;
}

.hw-80px {
    width: 80px;
    height: 80px;
}


.hw-100px {
    width: 100px;
    height: 100px;
}


.hw-130px {
    width: 130px;
    height: 130px;
}

.hw-150px {
    width: 150px;
    height: 150px;
}

.hw-200px {
    width: 200px;
    height: 200px;
}

.hw-300px {
    width: 300px;
    height: 300px;
}

.w-30px {
    width: 30px;
}

.w-40px {
    width: 40px;
}

.w-50px {
    width: 50px;
}

.w-60px {
    width: 70px;
}

.w-70px {
    width: 70px;
}

.w-80px {
    width: 80px;
}

.w-100px {
    width: 100px;
}

.w-110px {
    width: 110px;
}

.w-120px {
    width: 120px;
}

.w-130px {
    width: 130px;
}

.w-140px {
    width: 140px;
}

.w-150px {
    width: 150px;
}

.w-180px {
    width: 180px;
}

.w-200px {
    width: 200px;
}

.w-400px {
    width: 400px;
}

.h-20px {
    height: 20px;
}


.h-30px {
    height: 30px;
}

.h-50px {
    height: 50px;
}

.h-130px {
    height: 130px;
}

.h-150px {
    height: 150px;
}

.h-200px {
    height: 200px;
}

.h-260px {
    height: 260px;
}

.h-300px {
    height: 300px;
}

.h-60vh {
    height: 60vh;
}

.h-75vh {
    height: 75vh;
}

.h-100vh {
    height: 100vh;
}

.min-h-80px {
    min-height: 80px;
}

.min-h-100px {
    min-height: 100px;
}

.min-h-200px {
    min-height: 200px;
}

.max-h-20vh {
    max-height: 20vh;
}

.max-h-30vh {
    max-height: 30vh;
}

.max-h-60vh {
    max-height: 60vh;
}

.max-h-100px {
    max-height: 100px;
}

.max-h-180px {
    max-height: 180px;
}

.max-h-200px {
    max-height: 200px;
}

.max-h-300px {
    max-height: 300px;
}

.min-h-500px {
    min-height: 500px;
}

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

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

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

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

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

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

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

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


.max-w-600px {
    max-width: 600px !important;
}

.max-w-767px {
    max-width: 767px !important;
}

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

.max-w-850px {
    max-width: 850px !important;
}

.max-w-860px {
    max-width: 860px !important;
}

.max-w-900px {
    max-width: 900px !important;
}

.max-w-950px {
    max-width: 950px !important;
}

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

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

.min-w-300px {
    min-width: 300px;
}

.min-w-350px {
    min-width: 350px;
}

.min-w-400px {
    min-width: 400px;
}

.align-sub {
    vertical-align: sub;
}

.shadow-jos {
    box-shadow: 3px 3px 10px 0;
}

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

.z-index-0 {
    z-index: 0;
}

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

/* Bottom left text */
.position-bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

/* Top left text */
.position-top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

/* Top right text */
.position-top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

/* Bottom right text */
.position-bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

/* Centered text */
.position-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Centered left text */
.position-centered-left {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

/* Bottom right text */
.position-centered-bottom {
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%, -50%);
}

.btn-outline-black {
    color: #000;
    background-color: transparent;
    background-image: none;
    border-color: #000;
}

.btn-outline-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000;
    background-color: transparent;
}

.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
.show > .btn-outline-black.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

input.statutrange[type=range] {
    -webkit-appearance: none;
    background: none;
    width: 70px;
}

input.statutrange[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin-top: -5px;
    position: relative;
}

input.statutrange[type=range]::-ms-thumb {
    -webkit-appearance: none;
    border: none;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin-top: -5px;
    position: relative;
}

input.statutrange[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin-top: -5px;
    position: relative;
}

input.statutrange[type=range]::-webkit-slider-runnable-track {
    height: 15px;
    border: none;
    border-radius: 15px;
}

input.statutrange[type=range]::-ms-track {
    height: 15px;
    border: none;
    border-radius: 15px;
}

input.statutrange[type=range]::-moz-range-track {
    height: 15px;
    border: none;
    border-radius: 15px;
}

input.statutrange[type=range]:focus {
    outline: none;
}

input.statutrange[type=range]:focus::-webkit-slider-thumb:after {
    position: absolute;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #eee;
    border-radius: 5px;
    padding: 5px 10px;
}

input.statutrange[type=range]:focus::-ms-thumb:after {
    position: absolute;
    top: -35px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #eee;
    border-radius: 5px;
    padding: 5px 10px;
}

input.statutrange[type=range]:focus::-moz-range-thumb:after {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: #eee;
    border-radius: 5px;
    padding: 5px 10px;
}

/* Statut range 0 */

input.range0[type=range]::-webkit-slider-thumb {
    background: #cf3530;
}

input.range0[type=range]::-ms-thumb {
    background: #cf3530;
}

input.range0[type=range]::-moz-range-thumb {
    background: #cf3530;
}

input.range0[type=range]::-webkit-slider-runnable-track {
    background: #e29592;
}

input.range0[type=range]::-ms-track {
    background: #e29592;
}

input.range0[type=range]::-moz-range-track {
    background: #e29592;
}

input.range0[type=range]:focus::-webkit-slider-runnable-track {
    background: #e29592;
    /*background-image: linear-gradient(to right, #a63433, #9c581e, #887625, #6f8e48, #55a177);*/
}

input.range0[type=range]:focus::-ms-track {
    background: #e29592;
}

input.range0[type=range]:focus::-moz-range-track {
    background: #e29592;
}

/* Statut range 1 */

input.range1[type=range]::-webkit-slider-thumb {
    background: #555;
}

input.range1[type=range]::-ms-thumb {
    background: #555;
}

input.range1[type=range]::-moz-range-thumb {
    background: #555;
}

input.range1[type=range]::-webkit-slider-runnable-track {
    background: #ddd;
}

input.range1[type=range]::-ms-track {
    background: #ddd;
}

input.range1[type=range]::-moz-range-track {
    background: #ddd;
}

input.range1[type=range]:focus::-webkit-slider-runnable-track {
    background: #ddd;
}

input.range1[type=range]:focus::-ms-track {
    background: #ddd;
}

input.range1[type=range]:focus::-moz-range-track {
    background: #ddd;
}

/* Statut range 2*/

input.range2[type=range]::-webkit-slider-thumb {
    background: #3a834c;
}

input.range2[type=range]::-ms-thumb {
    background: #3a834c;
}

input.range2[type=range]::-moz-range-thumb {
    background: #3a834c;
}

input.range2[type=range]::-webkit-slider-runnable-track {
    background: #97bca0;
}

input.range2[type=range]::-ms-track {
    background: #97bca0;
}

input.range2[type=range]::-moz-range-track {
    background: #97bca0;
}

input.range2[type=range]:focus::-webkit-slider-runnable-track {
    background: #97bca0;
}

input.range2[type=range]:focus::-ms-track {
    background: #97bca0;
}

input.range2[type=range]:focus::-moz-range-track {
    background: #97bca0;
}

.accordion *[aria-expanded="true"] .icon_indicator {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: transform 0.4s;
}

.accordion *[aria-expanded="false"] .icon_indicator {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: transform 0.3s;
}

.frame-round {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
}

.frame-round .crop {
    border-radius: 50%;
}

.crop {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.crop img {
    display: block;
    width: 160%;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
}

.underline {
    text-decoration: underline !important;
}

.no-underline {
    text-decoration: none !important;
}

.text-barree {
    text-decoration: line-through !important;
}

.strikethrough {
    position: relative;
}

.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;

    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.no-underline:link, .no-underline:visited, .no-underline:hover, .no-underline:active {
    text-decoration: none !important;
}

.no-outline:focus, .no-outline:active {
    outline: none !important;
    box-shadow: none;
}

.resize-none {
    resize: none;
}

.cursor_pointer {
    cursor: pointer;
}

.border-light-50 {
    border-color: #f0f0f0 !important;
}

.border-x-0 {
    border-left: 0 !important;
    border-right: 0 !important;
}

.border-y-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.bg-black {
    background: #000;
}

.bg-black-50 {
    background: rgba(0, 0, 0, 0.5);
}

.bg-black-075 {
    background: rgba(0, 0, 0, 0.075);
}

.bg-dark-50 {
    background: rgba(52, 58, 64, 0.5);
}

.bg-success-001 {
    background-color: rgba(40, 167, 69, 0.1);
}

.bg-info-001 {
    background-color: rgba(23, 162, 184, 0.1);
}

.bg-primary-001 {
    background-color: rgba(0, 123, 255, 0.1);
}

.bg-warning-001 {
    background-color: rgba(255, 193, 7, 0.1);
}

.bg-danger-001 {
    background-color: rgba(220, 53, 69, 0.1);
}

.fs-inh {
    font-size: inherit;
}

.fs-8{
    font-size: 8px;
}

.fs-10{
    font-size: 10px;
}

.fs-12{
    font-size: 12px;
}

.fs-14{
    font-size: 14px;
}

.fs-16{
    font-size: 16px;
}

.fs-18{
    font-size: 18px;
}

.fs-20{
    font-size: 20px;
}

.fs-22{
    font-size: 22px;
}

.fs-24{
    font-size: 24px;
}

.fs-26{
    font-size: 26px;
}

.fs-28{
    font-size: 28px;
}

.fs-30{
    font-size: 30px;
}

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

.fs-34{
    font-size: 34px;
}

.fs-36{
    font-size: 36px;
}

.ls-014{
    letter-spacing: 0.14em;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}