@charset "UTF-8";
/* Reset des styles hérité de Daikin le du premier projet*/

.main-footer a {
    text-decoration: none;
}

.main-footer a:hover {
    text-decoration: underline;
}

/* @TODO nettoyer/organiser le css pour se passer des éléments dans /assets/scss/platform.scss */
h1:after, h2:after, h3:after, h4:after, h5:after,
.h1:after, .h2:after, .h3:after, .h4:after, .h5:after {
    content: none;
    border-bottom: none;
    width: auto;
    height: auto;
    margin: 0;
    background: none;
}

a.btn {
    text-decoration: none;
}

.bg-grey-light {
    background-color: #ebebeb !important;
}

.bg-hover-grey-light:hover,
a.bg-hover-grey-light:hover {
    background-color: #ebebeb !important;
}

.bg-light-grey-light {
    background-color: white !important;
}

.bg-light-hover-grey-light:hover,
a.bg-light-hover-grey-light:hover {
    background-color: white !important;
}

.text-grey-light {
    color: #ebebeb !important;
}

.text-grey-light:hover,
a.text-grey-light:hover {
    color: #ebebeb !important;
}

.border-grey-light {
    border-color: #ebebeb !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

.bg-hover-danger:hover,
a.bg-hover-danger:hover {
    background-color: #dc3545 !important;
}

.bg-light-danger {
    background-color: #fae3e5 !important;
}

.bg-light-hover-danger:hover,
a.bg-light-hover-danger:hover {
    background-color: #fae3e5 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.text-danger:hover,
a.text-danger:hover {
    color: #dc3545 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.text-normal {
    text-transform: none;
}

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

.font-size-smaller:hover,
.font-size-smaller {
    font-size: 0.5rem;
}

.font-size-small:hover,
.font-size-small {
    font-size: 0.8rem;
}

.font-size-regular:hover,
.font-size-regular {
    font-size: 1rem;
}

.font-size-big:hover,
.font-size-big {
    font-size: 1.5rem;
}

.font-size-bigger:hover,
.font-size-bigger {
    font-size: 2rem;
}

.font-size-parent-smaller:hover,
.font-size-parent-smaller {
    font-size: 0.5em;
}

.font-size-parent-small:hover,
.font-size-parent-small {
    font-size: 0.8em;
}

.font-size-parent-regular:hover,
.font-size-parent-regular {
    font-size: 1em;
}

.font-size-parent-big:hover,
.font-size-parent-big {
    font-size: 1.5em;
}

.font-size-parent-bigger:hover,
.font-size-parent-bigger {
    font-size: 2em;
}

.title-underline {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.title-underline:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #000000;
}

span[class*=rotate-] {
    display: inline-block;
}

.rotate-left-45 {
    rotate: -45deg;
    transform: rotate(-45deg);
}

.rotate-left-90 {
    rotate: -90deg;
    transform: rotate(-90deg);
}

.rotate-left-180 {
    rotate: -180deg;
    transform: rotate(-180deg);
}

.rotate-right-45 {
    rotate: 45deg;
    transform: rotate(45deg);
}

.rotate-right-90 {
    rotate: 90deg;
    transform: rotate(90deg);
}

.rotate-right-180 {
    rotate: 180deg;
}

.left-1 {
    left: 1%;
}

.left-1px {
    left: 1px;
}

.right-1 {
    right: 1%;
}

.right-1px {
    right: 1px;
}

.top-1 {
    top: 1%;
}

.top-1px {
    top: 1px;
}

.bottom-1 {
    bottom: 1%;
}

.bottom-1px {
    bottom: 1px;
}

.left-2 {
    left: 2%;
}

.left-2px {
    left: 2px;
}

.right-2 {
    right: 2%;
}

.right-2px {
    right: 2px;
}

.top-2 {
    top: 2%;
}

.top-2px {
    top: 2px;
}

.bottom-2 {
    bottom: 2%;
}

.bottom-2px {
    bottom: 2px;
}

.left-3 {
    left: 3%;
}

.left-3px {
    left: 3px;
}

.right-3 {
    right: 3%;
}

.right-3px {
    right: 3px;
}

.top-3 {
    top: 3%;
}

.top-3px {
    top: 3px;
}

.bottom-3 {
    bottom: 3%;
}

.bottom-3px {
    bottom: 3px;
}

.left-4 {
    left: 4%;
}

.left-4px {
    left: 4px;
}

.right-4 {
    right: 4%;
}

.right-4px {
    right: 4px;
}

.top-4 {
    top: 4%;
}

.top-4px {
    top: 4px;
}

.bottom-4 {
    bottom: 4%;
}

.bottom-4px {
    bottom: 4px;
}

.left-5 {
    left: 5%;
}

.left-5px {
    left: 5px;
}

.right-5 {
    right: 5%;
}

.right-5px {
    right: 5px;
}

.top-5 {
    top: 5%;
}

.top-5px {
    top: 5px;
}

.bottom-5 {
    bottom: 5%;
}

.bottom-5px {
    bottom: 5px;
}

.left-6 {
    left: 6%;
}

.left-6px {
    left: 6px;
}

.right-6 {
    right: 6%;
}

.right-6px {
    right: 6px;
}

.top-6 {
    top: 6%;
}

.top-6px {
    top: 6px;
}

.bottom-6 {
    bottom: 6%;
}

.bottom-6px {
    bottom: 6px;
}

.left-7 {
    left: 7%;
}

.left-7px {
    left: 7px;
}

.right-7 {
    right: 7%;
}

.right-7px {
    right: 7px;
}

.top-7 {
    top: 7%;
}

.top-7px {
    top: 7px;
}

.bottom-7 {
    bottom: 7%;
}

.bottom-7px {
    bottom: 7px;
}

.left-8 {
    left: 8%;
}

.left-8px {
    left: 8px;
}

.right-8 {
    right: 8%;
}

.right-8px {
    right: 8px;
}

.top-8 {
    top: 8%;
}

.top-8px {
    top: 8px;
}

.bottom-8 {
    bottom: 8%;
}

.bottom-8px {
    bottom: 8px;
}

.left-9 {
    left: 9%;
}

.left-9px {
    left: 9px;
}

.right-9 {
    right: 9%;
}

.right-9px {
    right: 9px;
}

.top-9 {
    top: 9%;
}

.top-9px {
    top: 9px;
}

.bottom-9 {
    bottom: 9%;
}

.bottom-9px {
    bottom: 9px;
}

.left-10 {
    left: 10%;
}

.left-10px {
    left: 10px;
}

.right-10 {
    right: 10%;
}

.right-10px {
    right: 10px;
}

.top-10 {
    top: 10%;
}

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

.bottom-10 {
    bottom: 10%;
}

.bottom-10px {
    bottom: 10px;
}

.left-11 {
    left: 11%;
}

.left-11px {
    left: 11px;
}

.right-11 {
    right: 11%;
}

.right-11px {
    right: 11px;
}

.top-11 {
    top: 11%;
}

.top-11px {
    top: 11px;
}

.bottom-11 {
    bottom: 11%;
}

.bottom-11px {
    bottom: 11px;
}

.left-12 {
    left: 12%;
}

.left-12px {
    left: 12px;
}

.right-12 {
    right: 12%;
}

.right-12px {
    right: 12px;
}

.top-12 {
    top: 12%;
}

.top-12px {
    top: 12px;
}

.bottom-12 {
    bottom: 12%;
}

.bottom-12px {
    bottom: 12px;
}

.left-13 {
    left: 13%;
}

.left-13px {
    left: 13px;
}

.right-13 {
    right: 13%;
}

.right-13px {
    right: 13px;
}

.top-13 {
    top: 13%;
}

.top-13px {
    top: 13px;
}

.bottom-13 {
    bottom: 13%;
}

.bottom-13px {
    bottom: 13px;
}

.left-14 {
    left: 14%;
}

.left-14px {
    left: 14px;
}

.right-14 {
    right: 14%;
}

.right-14px {
    right: 14px;
}

.top-14 {
    top: 14%;
}

.top-14px {
    top: 14px;
}

.bottom-14 {
    bottom: 14%;
}

.bottom-14px {
    bottom: 14px;
}

.left-15 {
    left: 15%;
}

.left-15px {
    left: 15px;
}

.right-15 {
    right: 15%;
}

.right-15px {
    right: 15px;
}

.top-15 {
    top: 15%;
}

.top-15px {
    top: 15px;
}

.bottom-15 {
    bottom: 15%;
}

.bottom-15px {
    bottom: 15px;
}

.left-16 {
    left: 16%;
}

.left-16px {
    left: 16px;
}

.right-16 {
    right: 16%;
}

.right-16px {
    right: 16px;
}

.top-16 {
    top: 16%;
}

.top-16px {
    top: 16px;
}

.bottom-16 {
    bottom: 16%;
}

.bottom-16px {
    bottom: 16px;
}

.left-17 {
    left: 17%;
}

.left-17px {
    left: 17px;
}

.right-17 {
    right: 17%;
}

.right-17px {
    right: 17px;
}

.top-17 {
    top: 17%;
}

.top-17px {
    top: 17px;
}

.bottom-17 {
    bottom: 17%;
}

.bottom-17px {
    bottom: 17px;
}

.left-18 {
    left: 18%;
}

.left-18px {
    left: 18px;
}

.right-18 {
    right: 18%;
}

.right-18px {
    right: 18px;
}

.top-18 {
    top: 18%;
}

.top-18px {
    top: 18px;
}

.bottom-18 {
    bottom: 18%;
}

.bottom-18px {
    bottom: 18px;
}

.left-19 {
    left: 19%;
}

.left-19px {
    left: 19px;
}

.right-19 {
    right: 19%;
}

.right-19px {
    right: 19px;
}

.top-19 {
    top: 19%;
}

.top-19px {
    top: 19px;
}

.bottom-19 {
    bottom: 19%;
}

.bottom-19px {
    bottom: 19px;
}

.left-20 {
    left: 20%;
}

.left-20px {
    left: 20px;
}

.right-20 {
    right: 20%;
}

.right-20px {
    right: 20px;
}

.top-20 {
    top: 20%;
}

.top-20px {
    top: 20px;
}

.bottom-20 {
    bottom: 20%;
}

.bottom-20px {
    bottom: 20px;
}

.left-21 {
    left: 21%;
}

.left-21px {
    left: 21px;
}

.right-21 {
    right: 21%;
}

.right-21px {
    right: 21px;
}

.top-21 {
    top: 21%;
}

.top-21px {
    top: 21px;
}

.bottom-21 {
    bottom: 21%;
}

.bottom-21px {
    bottom: 21px;
}

.left-22 {
    left: 22%;
}

.left-22px {
    left: 22px;
}

.right-22 {
    right: 22%;
}

.right-22px {
    right: 22px;
}

.top-22 {
    top: 22%;
}

.top-22px {
    top: 22px;
}

.bottom-22 {
    bottom: 22%;
}

.bottom-22px {
    bottom: 22px;
}

.left-23 {
    left: 23%;
}

.left-23px {
    left: 23px;
}

.right-23 {
    right: 23%;
}

.right-23px {
    right: 23px;
}

.top-23 {
    top: 23%;
}

.top-23px {
    top: 23px;
}

.bottom-23 {
    bottom: 23%;
}

.bottom-23px {
    bottom: 23px;
}

.left-24 {
    left: 24%;
}

.left-24px {
    left: 24px;
}

.right-24 {
    right: 24%;
}

.right-24px {
    right: 24px;
}

.top-24 {
    top: 24%;
}

.top-24px {
    top: 24px;
}

.bottom-24 {
    bottom: 24%;
}

.bottom-24px {
    bottom: 24px;
}

.left-25 {
    left: 25%;
}

.left-25px {
    left: 25px;
}

.right-25 {
    right: 25%;
}

.right-25px {
    right: 25px;
}

.top-25 {
    top: 25%;
}

.top-25px {
    top: 25px;
}

.bottom-25 {
    bottom: 25%;
}

.bottom-25px {
    bottom: 25px;
}

.left-26 {
    left: 26%;
}

.left-26px {
    left: 26px;
}

.right-26 {
    right: 26%;
}

.right-26px {
    right: 26px;
}

.top-26 {
    top: 26%;
}

.top-26px {
    top: 26px;
}

.bottom-26 {
    bottom: 26%;
}

.bottom-26px {
    bottom: 26px;
}

.left-27 {
    left: 27%;
}

.left-27px {
    left: 27px;
}

.right-27 {
    right: 27%;
}

.right-27px {
    right: 27px;
}

.top-27 {
    top: 27%;
}

.top-27px {
    top: 27px;
}

.bottom-27 {
    bottom: 27%;
}

.bottom-27px {
    bottom: 27px;
}

.left-28 {
    left: 28%;
}

.left-28px {
    left: 28px;
}

.right-28 {
    right: 28%;
}

.right-28px {
    right: 28px;
}

.top-28 {
    top: 28%;
}

.top-28px {
    top: 28px;
}

.bottom-28 {
    bottom: 28%;
}

.bottom-28px {
    bottom: 28px;
}

.left-29 {
    left: 29%;
}

.left-29px {
    left: 29px;
}

.right-29 {
    right: 29%;
}

.right-29px {
    right: 29px;
}

.top-29 {
    top: 29%;
}

.top-29px {
    top: 29px;
}

.bottom-29 {
    bottom: 29%;
}

.bottom-29px {
    bottom: 29px;
}

.left-30 {
    left: 30%;
}

.left-30px {
    left: 30px;
}

.right-30 {
    right: 30%;
}

.right-30px {
    right: 30px;
}

.top-30 {
    top: 30%;
}

.top-30px {
    top: 30px;
}

.bottom-30 {
    bottom: 30%;
}

.bottom-30px {
    bottom: 30px;
}

.left-31 {
    left: 31%;
}

.left-31px {
    left: 31px;
}

.right-31 {
    right: 31%;
}

.right-31px {
    right: 31px;
}

.top-31 {
    top: 31%;
}

.top-31px {
    top: 31px;
}

.bottom-31 {
    bottom: 31%;
}

.bottom-31px {
    bottom: 31px;
}

.left-32 {
    left: 32%;
}

.left-32px {
    left: 32px;
}

.right-32 {
    right: 32%;
}

.right-32px {
    right: 32px;
}

.top-32 {
    top: 32%;
}

.top-32px {
    top: 32px;
}

.bottom-32 {
    bottom: 32%;
}

.bottom-32px {
    bottom: 32px;
}

.left-33 {
    left: 33%;
}

.left-33px {
    left: 33px;
}

.right-33 {
    right: 33%;
}

.right-33px {
    right: 33px;
}

.top-33 {
    top: 33%;
}

.top-33px {
    top: 33px;
}

.bottom-33 {
    bottom: 33%;
}

.bottom-33px {
    bottom: 33px;
}

.left-34 {
    left: 34%;
}

.left-34px {
    left: 34px;
}

.right-34 {
    right: 34%;
}

.right-34px {
    right: 34px;
}

.top-34 {
    top: 34%;
}

.top-34px {
    top: 34px;
}

.bottom-34 {
    bottom: 34%;
}

.bottom-34px {
    bottom: 34px;
}

.left-35 {
    left: 35%;
}

.left-35px {
    left: 35px;
}

.right-35 {
    right: 35%;
}

.right-35px {
    right: 35px;
}

.top-35 {
    top: 35%;
}

.top-35px {
    top: 35px;
}

.bottom-35 {
    bottom: 35%;
}

.bottom-35px {
    bottom: 35px;
}

.left-36 {
    left: 36%;
}

.left-36px {
    left: 36px;
}

.right-36 {
    right: 36%;
}

.right-36px {
    right: 36px;
}

.top-36 {
    top: 36%;
}

.top-36px {
    top: 36px;
}

.bottom-36 {
    bottom: 36%;
}

.bottom-36px {
    bottom: 36px;
}

.left-37 {
    left: 37%;
}

.left-37px {
    left: 37px;
}

.right-37 {
    right: 37%;
}

.right-37px {
    right: 37px;
}

.top-37 {
    top: 37%;
}

.top-37px {
    top: 37px;
}

.bottom-37 {
    bottom: 37%;
}

.bottom-37px {
    bottom: 37px;
}

.left-38 {
    left: 38%;
}

.left-38px {
    left: 38px;
}

.right-38 {
    right: 38%;
}

.right-38px {
    right: 38px;
}

.top-38 {
    top: 38%;
}

.top-38px {
    top: 38px;
}

.bottom-38 {
    bottom: 38%;
}

.bottom-38px {
    bottom: 38px;
}

.left-39 {
    left: 39%;
}

.left-39px {
    left: 39px;
}

.right-39 {
    right: 39%;
}

.right-39px {
    right: 39px;
}

.top-39 {
    top: 39%;
}

.top-39px {
    top: 39px;
}

.bottom-39 {
    bottom: 39%;
}

.bottom-39px {
    bottom: 39px;
}

.left-40 {
    left: 40%;
}

.left-40px {
    left: 40px;
}

.right-40 {
    right: 40%;
}

.right-40px {
    right: 40px;
}

.top-40 {
    top: 40%;
}

.top-40px {
    top: 40px;
}

.bottom-40 {
    bottom: 40%;
}

.bottom-40px {
    bottom: 40px;
}

.left-41 {
    left: 41%;
}

.left-41px {
    left: 41px;
}

.right-41 {
    right: 41%;
}

.right-41px {
    right: 41px;
}

.top-41 {
    top: 41%;
}

.top-41px {
    top: 41px;
}

.bottom-41 {
    bottom: 41%;
}

.bottom-41px {
    bottom: 41px;
}

.left-42 {
    left: 42%;
}

.left-42px {
    left: 42px;
}

.right-42 {
    right: 42%;
}

.right-42px {
    right: 42px;
}

.top-42 {
    top: 42%;
}

.top-42px {
    top: 42px;
}

.bottom-42 {
    bottom: 42%;
}

.bottom-42px {
    bottom: 42px;
}

.left-43 {
    left: 43%;
}

.left-43px {
    left: 43px;
}

.right-43 {
    right: 43%;
}

.right-43px {
    right: 43px;
}

.top-43 {
    top: 43%;
}

.top-43px {
    top: 43px;
}

.bottom-43 {
    bottom: 43%;
}

.bottom-43px {
    bottom: 43px;
}

.left-44 {
    left: 44%;
}

.left-44px {
    left: 44px;
}

.right-44 {
    right: 44%;
}

.right-44px {
    right: 44px;
}

.top-44 {
    top: 44%;
}

.top-44px {
    top: 44px;
}

.bottom-44 {
    bottom: 44%;
}

.bottom-44px {
    bottom: 44px;
}

.left-45 {
    left: 45%;
}

.left-45px {
    left: 45px;
}

.right-45 {
    right: 45%;
}

.right-45px {
    right: 45px;
}

.top-45 {
    top: 45%;
}

.top-45px {
    top: 45px;
}

.bottom-45 {
    bottom: 45%;
}

.bottom-45px {
    bottom: 45px;
}

.left-46 {
    left: 46%;
}

.left-46px {
    left: 46px;
}

.right-46 {
    right: 46%;
}

.right-46px {
    right: 46px;
}

.top-46 {
    top: 46%;
}

.top-46px {
    top: 46px;
}

.bottom-46 {
    bottom: 46%;
}

.bottom-46px {
    bottom: 46px;
}

.left-47 {
    left: 47%;
}

.left-47px {
    left: 47px;
}

.right-47 {
    right: 47%;
}

.right-47px {
    right: 47px;
}

.top-47 {
    top: 47%;
}

.top-47px {
    top: 47px;
}

.bottom-47 {
    bottom: 47%;
}

.bottom-47px {
    bottom: 47px;
}

.left-48 {
    left: 48%;
}

.left-48px {
    left: 48px;
}

.right-48 {
    right: 48%;
}

.right-48px {
    right: 48px;
}

.top-48 {
    top: 48%;
}

.top-48px {
    top: 48px;
}

.bottom-48 {
    bottom: 48%;
}

.bottom-48px {
    bottom: 48px;
}

.left-49 {
    left: 49%;
}

.left-49px {
    left: 49px;
}

.right-49 {
    right: 49%;
}

.right-49px {
    right: 49px;
}

.top-49 {
    top: 49%;
}

.top-49px {
    top: 49px;
}

.bottom-49 {
    bottom: 49%;
}

.bottom-49px {
    bottom: 49px;
}

.left-50 {
    left: 50%;
}

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

.right-50 {
    right: 50%;
}

.right-50px {
    right: 50px;
}

.top-50 {
    top: 50%;
}

.top-50px {
    top: 50px;
}

.bottom-50 {
    bottom: 50%;
}

.bottom-50px {
    bottom: 50px;
}

.left-51 {
    left: 51%;
}

.left-51px {
    left: 51px;
}

.right-51 {
    right: 51%;
}

.right-51px {
    right: 51px;
}

.top-51 {
    top: 51%;
}

.top-51px {
    top: 51px;
}

.bottom-51 {
    bottom: 51%;
}

.bottom-51px {
    bottom: 51px;
}

.left-52 {
    left: 52%;
}

.left-52px {
    left: 52px;
}

.right-52 {
    right: 52%;
}

.right-52px {
    right: 52px;
}

.top-52 {
    top: 52%;
}

.top-52px {
    top: 52px;
}

.bottom-52 {
    bottom: 52%;
}

.bottom-52px {
    bottom: 52px;
}

.left-53 {
    left: 53%;
}

.left-53px {
    left: 53px;
}

.right-53 {
    right: 53%;
}

.right-53px {
    right: 53px;
}

.top-53 {
    top: 53%;
}

.top-53px {
    top: 53px;
}

.bottom-53 {
    bottom: 53%;
}

.bottom-53px {
    bottom: 53px;
}

.left-54 {
    left: 54%;
}

.left-54px {
    left: 54px;
}

.right-54 {
    right: 54%;
}

.right-54px {
    right: 54px;
}

.top-54 {
    top: 54%;
}

.top-54px {
    top: 54px;
}

.bottom-54 {
    bottom: 54%;
}

.bottom-54px {
    bottom: 54px;
}

.left-55 {
    left: 55%;
}

.left-55px {
    left: 55px;
}

.right-55 {
    right: 55%;
}

.right-55px {
    right: 55px;
}

.top-55 {
    top: 55%;
}

.top-55px {
    top: 55px;
}

.bottom-55 {
    bottom: 55%;
}

.bottom-55px {
    bottom: 55px;
}

.left-56 {
    left: 56%;
}

.left-56px {
    left: 56px;
}

.right-56 {
    right: 56%;
}

.right-56px {
    right: 56px;
}

.top-56 {
    top: 56%;
}

.top-56px {
    top: 56px;
}

.bottom-56 {
    bottom: 56%;
}

.bottom-56px {
    bottom: 56px;
}

.left-57 {
    left: 57%;
}

.left-57px {
    left: 57px;
}

.right-57 {
    right: 57%;
}

.right-57px {
    right: 57px;
}

.top-57 {
    top: 57%;
}

.top-57px {
    top: 57px;
}

.bottom-57 {
    bottom: 57%;
}

.bottom-57px {
    bottom: 57px;
}

.left-58 {
    left: 58%;
}

.left-58px {
    left: 58px;
}

.right-58 {
    right: 58%;
}

.right-58px {
    right: 58px;
}

.top-58 {
    top: 58%;
}

.top-58px {
    top: 58px;
}

.bottom-58 {
    bottom: 58%;
}

.bottom-58px {
    bottom: 58px;
}

.left-59 {
    left: 59%;
}

.left-59px {
    left: 59px;
}

.right-59 {
    right: 59%;
}

.right-59px {
    right: 59px;
}

.top-59 {
    top: 59%;
}

.top-59px {
    top: 59px;
}

.bottom-59 {
    bottom: 59%;
}

.bottom-59px {
    bottom: 59px;
}

.left-60 {
    left: 60%;
}

.left-60px {
    left: 60px;
}

.right-60 {
    right: 60%;
}

.right-60px {
    right: 60px;
}

.top-60 {
    top: 60%;
}

.top-60px {
    top: 60px;
}

.bottom-60 {
    bottom: 60%;
}

.bottom-60px {
    bottom: 60px;
}

.left-61 {
    left: 61%;
}

.left-61px {
    left: 61px;
}

.right-61 {
    right: 61%;
}

.right-61px {
    right: 61px;
}

.top-61 {
    top: 61%;
}

.top-61px {
    top: 61px;
}

.bottom-61 {
    bottom: 61%;
}

.bottom-61px {
    bottom: 61px;
}

.left-62 {
    left: 62%;
}

.left-62px {
    left: 62px;
}

.right-62 {
    right: 62%;
}

.right-62px {
    right: 62px;
}

.top-62 {
    top: 62%;
}

.top-62px {
    top: 62px;
}

.bottom-62 {
    bottom: 62%;
}

.bottom-62px {
    bottom: 62px;
}

.left-63 {
    left: 63%;
}

.left-63px {
    left: 63px;
}

.right-63 {
    right: 63%;
}

.right-63px {
    right: 63px;
}

.top-63 {
    top: 63%;
}

.top-63px {
    top: 63px;
}

.bottom-63 {
    bottom: 63%;
}

.bottom-63px {
    bottom: 63px;
}

.left-64 {
    left: 64%;
}

.left-64px {
    left: 64px;
}

.right-64 {
    right: 64%;
}

.right-64px {
    right: 64px;
}

.top-64 {
    top: 64%;
}

.top-64px {
    top: 64px;
}

.bottom-64 {
    bottom: 64%;
}

.bottom-64px {
    bottom: 64px;
}

.left-65 {
    left: 65%;
}

.left-65px {
    left: 65px;
}

.right-65 {
    right: 65%;
}

.right-65px {
    right: 65px;
}

.top-65 {
    top: 65%;
}

.top-65px {
    top: 65px;
}

.bottom-65 {
    bottom: 65%;
}

.bottom-65px {
    bottom: 65px;
}

.left-66 {
    left: 66%;
}

.left-66px {
    left: 66px;
}

.right-66 {
    right: 66%;
}

.right-66px {
    right: 66px;
}

.top-66 {
    top: 66%;
}

.top-66px {
    top: 66px;
}

.bottom-66 {
    bottom: 66%;
}

.bottom-66px {
    bottom: 66px;
}

.left-67 {
    left: 67%;
}

.left-67px {
    left: 67px;
}

.right-67 {
    right: 67%;
}

.right-67px {
    right: 67px;
}

.top-67 {
    top: 67%;
}

.top-67px {
    top: 67px;
}

.bottom-67 {
    bottom: 67%;
}

.bottom-67px {
    bottom: 67px;
}

.left-68 {
    left: 68%;
}

.left-68px {
    left: 68px;
}

.right-68 {
    right: 68%;
}

.right-68px {
    right: 68px;
}

.top-68 {
    top: 68%;
}

.top-68px {
    top: 68px;
}

.bottom-68 {
    bottom: 68%;
}

.bottom-68px {
    bottom: 68px;
}

.left-69 {
    left: 69%;
}

.left-69px {
    left: 69px;
}

.right-69 {
    right: 69%;
}

.right-69px {
    right: 69px;
}

.top-69 {
    top: 69%;
}

.top-69px {
    top: 69px;
}

.bottom-69 {
    bottom: 69%;
}

.bottom-69px {
    bottom: 69px;
}

.left-70 {
    left: 70%;
}

.left-70px {
    left: 70px;
}

.right-70 {
    right: 70%;
}

.right-70px {
    right: 70px;
}

.top-70 {
    top: 70%;
}

.top-70px {
    top: 70px;
}

.bottom-70 {
    bottom: 70%;
}

.bottom-70px {
    bottom: 70px;
}

.left-71 {
    left: 71%;
}

.left-71px {
    left: 71px;
}

.right-71 {
    right: 71%;
}

.right-71px {
    right: 71px;
}

.top-71 {
    top: 71%;
}

.top-71px {
    top: 71px;
}

.bottom-71 {
    bottom: 71%;
}

.bottom-71px {
    bottom: 71px;
}

.left-72 {
    left: 72%;
}

.left-72px {
    left: 72px;
}

.right-72 {
    right: 72%;
}

.right-72px {
    right: 72px;
}

.top-72 {
    top: 72%;
}

.top-72px {
    top: 72px;
}

.bottom-72 {
    bottom: 72%;
}

.bottom-72px {
    bottom: 72px;
}

.left-73 {
    left: 73%;
}

.left-73px {
    left: 73px;
}

.right-73 {
    right: 73%;
}

.right-73px {
    right: 73px;
}

.top-73 {
    top: 73%;
}

.top-73px {
    top: 73px;
}

.bottom-73 {
    bottom: 73%;
}

.bottom-73px {
    bottom: 73px;
}

.left-74 {
    left: 74%;
}

.left-74px {
    left: 74px;
}

.right-74 {
    right: 74%;
}

.right-74px {
    right: 74px;
}

.top-74 {
    top: 74%;
}

.top-74px {
    top: 74px;
}

.bottom-74 {
    bottom: 74%;
}

.bottom-74px {
    bottom: 74px;
}

.left-75 {
    left: 75%;
}

.left-75px {
    left: 75px;
}

.right-75 {
    right: 75%;
}

.right-75px {
    right: 75px;
}

.top-75 {
    top: 75%;
}

.top-75px {
    top: 75px;
}

.bottom-75 {
    bottom: 75%;
}

.bottom-75px {
    bottom: 75px;
}

.left-76 {
    left: 76%;
}

.left-76px {
    left: 76px;
}

.right-76 {
    right: 76%;
}

.right-76px {
    right: 76px;
}

.top-76 {
    top: 76%;
}

.top-76px {
    top: 76px;
}

.bottom-76 {
    bottom: 76%;
}

.bottom-76px {
    bottom: 76px;
}

.left-77 {
    left: 77%;
}

.left-77px {
    left: 77px;
}

.right-77 {
    right: 77%;
}

.right-77px {
    right: 77px;
}

.top-77 {
    top: 77%;
}

.top-77px {
    top: 77px;
}

.bottom-77 {
    bottom: 77%;
}

.bottom-77px {
    bottom: 77px;
}

.left-78 {
    left: 78%;
}

.left-78px {
    left: 78px;
}

.right-78 {
    right: 78%;
}

.right-78px {
    right: 78px;
}

.top-78 {
    top: 78%;
}

.top-78px {
    top: 78px;
}

.bottom-78 {
    bottom: 78%;
}

.bottom-78px {
    bottom: 78px;
}

.left-79 {
    left: 79%;
}

.left-79px {
    left: 79px;
}

.right-79 {
    right: 79%;
}

.right-79px {
    right: 79px;
}

.top-79 {
    top: 79%;
}

.top-79px {
    top: 79px;
}

.bottom-79 {
    bottom: 79%;
}

.bottom-79px {
    bottom: 79px;
}

.left-80 {
    left: 80%;
}

.left-80px {
    left: 80px;
}

.right-80 {
    right: 80%;
}

.right-80px {
    right: 80px;
}

.top-80 {
    top: 80%;
}

.top-80px {
    top: 80px;
}

.bottom-80 {
    bottom: 80%;
}

.bottom-80px {
    bottom: 80px;
}

.left-81 {
    left: 81%;
}

.left-81px {
    left: 81px;
}

.right-81 {
    right: 81%;
}

.right-81px {
    right: 81px;
}

.top-81 {
    top: 81%;
}

.top-81px {
    top: 81px;
}

.bottom-81 {
    bottom: 81%;
}

.bottom-81px {
    bottom: 81px;
}

.left-82 {
    left: 82%;
}

.left-82px {
    left: 82px;
}

.right-82 {
    right: 82%;
}

.right-82px {
    right: 82px;
}

.top-82 {
    top: 82%;
}

.top-82px {
    top: 82px;
}

.bottom-82 {
    bottom: 82%;
}

.bottom-82px {
    bottom: 82px;
}

.left-83 {
    left: 83%;
}

.left-83px {
    left: 83px;
}

.right-83 {
    right: 83%;
}

.right-83px {
    right: 83px;
}

.top-83 {
    top: 83%;
}

.top-83px {
    top: 83px;
}

.bottom-83 {
    bottom: 83%;
}

.bottom-83px {
    bottom: 83px;
}

.left-84 {
    left: 84%;
}

.left-84px {
    left: 84px;
}

.right-84 {
    right: 84%;
}

.right-84px {
    right: 84px;
}

.top-84 {
    top: 84%;
}

.top-84px {
    top: 84px;
}

.bottom-84 {
    bottom: 84%;
}

.bottom-84px {
    bottom: 84px;
}

.left-85 {
    left: 85%;
}

.left-85px {
    left: 85px;
}

.right-85 {
    right: 85%;
}

.right-85px {
    right: 85px;
}

.top-85 {
    top: 85%;
}

.top-85px {
    top: 85px;
}

.bottom-85 {
    bottom: 85%;
}

.bottom-85px {
    bottom: 85px;
}

.left-86 {
    left: 86%;
}

.left-86px {
    left: 86px;
}

.right-86 {
    right: 86%;
}

.right-86px {
    right: 86px;
}

.top-86 {
    top: 86%;
}

.top-86px {
    top: 86px;
}

.bottom-86 {
    bottom: 86%;
}

.bottom-86px {
    bottom: 86px;
}

.left-87 {
    left: 87%;
}

.left-87px {
    left: 87px;
}

.right-87 {
    right: 87%;
}

.right-87px {
    right: 87px;
}

.top-87 {
    top: 87%;
}

.top-87px {
    top: 87px;
}

.bottom-87 {
    bottom: 87%;
}

.bottom-87px {
    bottom: 87px;
}

.left-88 {
    left: 88%;
}

.left-88px {
    left: 88px;
}

.right-88 {
    right: 88%;
}

.right-88px {
    right: 88px;
}

.top-88 {
    top: 88%;
}

.top-88px {
    top: 88px;
}

.bottom-88 {
    bottom: 88%;
}

.bottom-88px {
    bottom: 88px;
}

.left-89 {
    left: 89%;
}

.left-89px {
    left: 89px;
}

.right-89 {
    right: 89%;
}

.right-89px {
    right: 89px;
}

.top-89 {
    top: 89%;
}

.top-89px {
    top: 89px;
}

.bottom-89 {
    bottom: 89%;
}

.bottom-89px {
    bottom: 89px;
}

.left-90 {
    left: 90%;
}

.left-90px {
    left: 90px;
}

.right-90 {
    right: 90%;
}

.right-90px {
    right: 90px;
}

.top-90 {
    top: 90%;
}

.top-90px {
    top: 90px;
}

.bottom-90 {
    bottom: 90%;
}

.bottom-90px {
    bottom: 90px;
}

.left-91 {
    left: 91%;
}

.left-91px {
    left: 91px;
}

.right-91 {
    right: 91%;
}

.right-91px {
    right: 91px;
}

.top-91 {
    top: 91%;
}

.top-91px {
    top: 91px;
}

.bottom-91 {
    bottom: 91%;
}

.bottom-91px {
    bottom: 91px;
}

.left-92 {
    left: 92%;
}

.left-92px {
    left: 92px;
}

.right-92 {
    right: 92%;
}

.right-92px {
    right: 92px;
}

.top-92 {
    top: 92%;
}

.top-92px {
    top: 92px;
}

.bottom-92 {
    bottom: 92%;
}

.bottom-92px {
    bottom: 92px;
}

.left-93 {
    left: 93%;
}

.left-93px {
    left: 93px;
}

.right-93 {
    right: 93%;
}

.right-93px {
    right: 93px;
}

.top-93 {
    top: 93%;
}

.top-93px {
    top: 93px;
}

.bottom-93 {
    bottom: 93%;
}

.bottom-93px {
    bottom: 93px;
}

.left-94 {
    left: 94%;
}

.left-94px {
    left: 94px;
}

.right-94 {
    right: 94%;
}

.right-94px {
    right: 94px;
}

.top-94 {
    top: 94%;
}

.top-94px {
    top: 94px;
}

.bottom-94 {
    bottom: 94%;
}

.bottom-94px {
    bottom: 94px;
}

.left-95 {
    left: 95%;
}

.left-95px {
    left: 95px;
}

.right-95 {
    right: 95%;
}

.right-95px {
    right: 95px;
}

.top-95 {
    top: 95%;
}

.top-95px {
    top: 95px;
}

.bottom-95 {
    bottom: 95%;
}

.bottom-95px {
    bottom: 95px;
}

.left-96 {
    left: 96%;
}

.left-96px {
    left: 96px;
}

.right-96 {
    right: 96%;
}

.right-96px {
    right: 96px;
}

.top-96 {
    top: 96%;
}

.top-96px {
    top: 96px;
}

.bottom-96 {
    bottom: 96%;
}

.bottom-96px {
    bottom: 96px;
}

.left-97 {
    left: 97%;
}

.left-97px {
    left: 97px;
}

.right-97 {
    right: 97%;
}

.right-97px {
    right: 97px;
}

.top-97 {
    top: 97%;
}

.top-97px {
    top: 97px;
}

.bottom-97 {
    bottom: 97%;
}

.bottom-97px {
    bottom: 97px;
}

.left-98 {
    left: 98%;
}

.left-98px {
    left: 98px;
}

.right-98 {
    right: 98%;
}

.right-98px {
    right: 98px;
}

.top-98 {
    top: 98%;
}

.top-98px {
    top: 98px;
}

.bottom-98 {
    bottom: 98%;
}

.bottom-98px {
    bottom: 98px;
}

.left-99 {
    left: 99%;
}

.left-99px {
    left: 99px;
}

.right-99 {
    right: 99%;
}

.right-99px {
    right: 99px;
}

.top-99 {
    top: 99%;
}

.top-99px {
    top: 99px;
}

.bottom-99 {
    bottom: 99%;
}

.bottom-99px {
    bottom: 99px;
}

.left-100 {
    left: 100%;
}

.left-100px {
    left: 100px;
}

.right-100 {
    right: 100%;
}

.right-100px {
    right: 100px;
}

.top-100 {
    top: 100%;
}

.top-100px {
    top: 100px;
}

.bottom-100 {
    bottom: 100%;
}

.bottom-100px {
    bottom: 100px;
}
.rounded-10{
    border-radius: 10px;
}
.rounded-20 {
    border-radius: 20px;
}

.rounded-25 {
    border-radius: 25px;
}

.rounded-30 {
    border-radius: 30px;
}

.rounded-35 {
    border-radius: 35px;
}

.rounded-40 {
    border-radius: 40px;
}

.rounded-45 {
    border-radius: 45px;
}

.rounded-50 {
    border-radius: 50px;
}

.rounded-55 {
    border-radius: 55px;
}

.rounded-60 {
    border-radius: 60px;
}

.rounded-65 {
    border-radius: 65px;
}

.rounded-70 {
    border-radius: 70px;
}

.rounded-75 {
    border-radius: 75px;
}

.rounded-80 {
    border-radius: 80px;
}

.rounded-85 {
    border-radius: 85px;
}

.box-shadow {
    box-shadow: 0 10px 20px rgba(196, 200, 208, 0.4);
}

.box-shadow-small {
    -webkit-box-shadow: -1px 2px 14px 5px rgba(0, 0, 0, 0.16);
    box-shadow: -1px 2px 14px 5px rgba(0, 0, 0, 0.16);
}

.table-no-border.table th, .table-no-border.table td {
    border-top: none;
}

.dev-info {
    color: #4d4d4d;
    background-color: #fae3e5 !important;
    border: 2px dashed grey;
    overflow-wrap: break-word;
}

@font-face {
    font-family: "icon37deux";
    src: url("../fonts/icon37deux.eot");
    src: url("../fonts/icon37deux.eot") format("embedded-opentype"), url("../fonts/icon37deux.ttf") format("truetype"), url("../fonts/icon37deux.woff") format("woff"), url("../fonts/icon37deux.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^=icon37-], [class*=" icon37-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon37deux" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon37-shopping-cart:before {
    content: "\e904";
}

.icon37-eye:before {
    content: "\e905";
}

.icon37-lock:before {
    content: "\e906";
}

.icon37-user:before {
    content: "\e907";
}

.icon37-minus:before {
    content: "\e908";
}

.icon37-edit:before {
    content: "\e90e";
}

.icon37-star:before {
    content: "\e90f";
}

.icon37-search:before {
    content: "\e912";
}

.icon37-shipping:before {
    content: "\e913";
}

.icon37-gift:before {
    content: "\e915";
}

.icon37-warning:before {
    content: "\e917";
    color: #f00;
}

.icon37-hotline {
    padding: 10px !important;
    font-size: 1em !important;
}

.icon37-hotline:before {
    content: "\e918";
}

.icon37-stats-graph:before {
    content: "\e919";
}

.icon37-arrow_left:before {
    content: "\e91a";
}

.icon37-close1:before {
    content: "\e91b";
}

.icon37-arrow_down:before {
    content: "\e91c";
}

.icon37-close:before {
    content: "\e91d";
}

.icon37-settings:before {
    content: "\e91e";
}

.icon37-map-pin:before {
    content: "\e91f";
}

.icon37-close-square .path1:before {
    content: "\e900";
}

.icon37-close-square .path2:before {
    content: "\e901";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.icon37-log-out:before {
    content: "\e916";
}

.icon37-minus-square:before {
    content: "\e902";
}

.icon37-plus-square:before {
    content: "\e903";
}

.icon37-motor:before {
    content: "\e909";
}

.icon37-info:before {
    content: "\e90a";
}

.icon37-home:before {
    content: "\e90b";
}

.icon37-heart-full:before {
    content: "\e90c";
}

.icon37-heart:before {
    content: "\e90d";
}

.icon37-download:before {
    content: "\e910";
}

.icon37-contact:before {
    content: "\e911";
}

.icon37-battery:before {
    content: "\e914";
}

.icon-20 {
    font-size: 20px !important;
}

.icon-25 {
    font-size: 25px !important;
}

.icon-30 {
    font-size: 30px !important;
}

.icon-35 {
    font-size: 35px !important;
}

.icon-40 {
    font-size: 40px !important;
}

.icon-45 {
    font-size: 45px !important;
}

.icon-50 {
    font-size: 50px !important;
}

.icon-60 {
    font-size: 60px !important;
}

.icon-70 {
    font-size: 70px !important;
}

.icon-80 {
    font-size: 80px !important;
}

.icon-90 {
    font-size: 90px !important;
}

.icon-100 {
    font-size: 100px !important;
}

.icon-150 {
    font-size: 150px !important;
}

.icon-200 {
    font-size: 200px !important;
}

.icon_progress {
    font-family: picto-progress, sans-serif;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.icon_progress-star-medal-ribbon:before,
.icon_progress-membre:before {
    content: "\e901";
}

.icon_progress-star-medal-foot:before,
.icon_progress-vip:before {
    content: "\e902";
}

.icon_progress-star-cup:before,
.icon_progress-ambassadeur:before {
    content: "\e900";
}

.theme-default .progress {
    overflow: visible;
    line-height: normal;
    margin: 100px 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}
.theme-default .progress__step-by-step > .step {
    position: absolute;
    top: -50px;
    z-index: 10;
}
.theme-default .progress__step-by-step .progress-icon {
    font-size: 2em;
    display: block;
}
.theme-default .progress__step-by-step > .step-start {
    right: 100%;
}
.theme-default .progress__step-by-step > .step-last {
    left: 100%;
}
.theme-default .progress-fill > .line-end {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.theme-default .progress__status-step {
    display: flex;
    align-items: stretch;
    height: 300px;
}
.theme-default .progress__status-step .step {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
}
.theme-default .progress__status-step .step-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    transform: translateX(-100px);
}
.theme-default .progress__status-step .is-hoverable {
    position: relative;
}
.theme-default .progress__status-step .is-hoverable .step-hover {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
    opacity: 0;
    transition: opacity 0.5s;
}
.theme-default .progress__status-step .is-hoverable:hover .step-hover {
    opacity: 1;
    transition: opacity 0.5s;
}
.theme-default .progress__status-step .step-icon {
    font-size: 6em;
}
.theme-default .progress__status-step .step-number {
    font-size: 2.5em;
    border-radius: 50%;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
.theme-default .progress__status-step .progress-bar {
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(35px);
    left: 0;
    height: 15px;
}

.toggle-password {
    position: absolute;
    right: 20px;
    top: 0;
    display: inline-block;
    z-index: 2;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
}

.p-relat {
    position: relative;
}

.bootstrap-select.form-control {
    border: 0 solid;
}

.bootstrap-select button.bs-placeholder[aria-expanded=false] {
    border: none !important;
}

.bootstrap-select button.dropdown-toggle,
.bootstrap-select button.bs-placeholder {
    color: inherit;
    border: none !important;
    background: none !important;
}
.bootstrap-select button.dropdown-toggle:focus,
.bootstrap-select button.bs-placeholder:focus {
    outline: none !important;
}

.select2-container .select2-dropdown-fix ul {
    height: 350px;
    overflow-y: scroll;
}

table.no-border th, table.no-border td {
    border: none;
}

/**
  @MANU modifications à vérifier avec VIRGINIE
  Liens icons dans le header
 */
#header {
    max-height: 100%;
}
#header_menu.main-menu {
    font-weight: bold;
}
.buttons-icon-group > div {
    display: flex;
    align-items: center;
}
.buttons-icon-group .switch-language #navbarDropdownItem-lang {
    background: none;
    border: none;
}
.buttons-icon-group .switch-language a {
    text-decoration: none;
}
.buttons-icon-group a.btn-link,
.buttons-icon-group a.btn-link:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    border: 0 solid transparent;
}
.buttons-icon-group a.btn-link:not(.btn-impersonation), .buttons-icon-group a.btn-link:not(.btn-impersonation):hover, .buttons-icon-group a.btn-link:not(.btn-show-content), .buttons-icon-group a.btn-link:not(.btn-show-content):hover, .buttons-icon-group a.btn-link:not(.dropdown-item), .buttons-icon-group a.btn-link:not(.dropdown-item):hover,
.buttons-icon-group a.btn-link:hover:not(.btn-impersonation),
.buttons-icon-group a.btn-link:hover:not(.btn-impersonation):hover,
.buttons-icon-group a.btn-link:hover:not(.btn-show-content),
.buttons-icon-group a.btn-link:hover:not(.btn-show-content):hover,
.buttons-icon-group a.btn-link:hover:not(.dropdown-item),
.buttons-icon-group a.btn-link:hover:not(.dropdown-item):hover {
    width: 55px;
    height: 55px;
}
.buttons-icon-group a.btn-link > i, .buttons-icon-group a.btn-link > em, .buttons-icon-group a.btn-link > span,
.buttons-icon-group a.btn-link:hover > i,
.buttons-icon-group a.btn-link:hover > em,
.buttons-icon-group a.btn-link:hover > span {
    font-size: 35px;
    padding: 5px;
}
.buttons-icon-group a + a {
    position: relative;
}
.buttons-icon-group a.btn-impersonation,
.buttons-icon-group a.btn-impersonation:hover {
    width: auto;
    height: 55px;
    line-height: 55px;
    padding: 0 5px;
    display: inline-block;
    border: none;
}
.buttons-icon-group a:not(.dropdown-item) + a:not(.without-separate):before {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #000000;
}
.buttons-icon-group .btn.btn-link {
    border-radius: 0 !important;
}
.buttons-icon-group .cart-count {
    top: 5px;
    right: 10px;
}
.buttons-icon-group .favorites-count {
    top: 5px;
    right: 10px;
}

/**
  menu principal
 */
#main-menu a {
    text-decoration: none;
}
#main-menu li:not(.bg-secondary) a:hover,
#main-menu li:not(.bg-secondary) a.active {
    text-decoration: none;
}

#main-menu li.bg-secondary a.active {
    text-decoration: underline;
}

/**
  Block common_user_info
 */
#common-user-info {
    position: relative;
}
.welcome #common-user-info {
    z-index: 50;
}
#common-user-info .common-user-info-wrapper {
    margin-top: -150px;
    box-shadow: 0 20px 60px rgba(62, 62, 62, 0.0784313725);
    border-radius: 8px;
}

#common-user-info .common-user-info-wrapper .owl-stage {
    padding-top: 15px;
}

#common-user-info .common-user-info-wrapper .owl-item {
    height: 50px;
    margin: 10px 0 10px 0;
}

#common-user-info .common-user-info-wrapper .owl-item img {
    height: 50px;
    object-fit: contain;
}

#common-user-info .common-user-info-wrapper #brand_slider_banner .owl-item img {
    width: 125px !important;
}

.front-catalogue-homepage .owl-item {
    height: 50px;
    margin: 10px 0 10px 0;
}

.front-catalogue-homepage #brand_slider_banner .owl-item img {
    width: 125px !important;
}

.front-catalogue-homepage .owl-item img {
    height: 50px;
    object-fit: contain;
}

/**
  Correctif apporté par manu pour le header security
 */
.security-header {
    margin-top: 2%;
}

.security-header img.logo {
    position: relative;
}

.security .security-modal-btn {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
    right: 14em;
    left: unset;
    padding: 0.5em 0.5em 2em 0.5em;
    bottom: 0;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    transform: translateY(1.5em);
}

[class*=" --hover-effect-"],
[class^="--hover-effect-"] {
    transition: filter ease 1s;
}
[class*=" --hover-effect-"]:hover,
[class^="--hover-effect-"]:hover {
    transition: filter ease 1s;
}

.--hover-effect-grayscale:hover {
    filter: grayscale(100%);
}

.--hover-effect-show-image img {
    visibility: hidden;
}
.--hover-effect-show-image:hover img {
    visibility: visible;
}

.block-card {
    box-shadow: 0 10px 20px rgba(196, 200, 208, 0.4);
    border-radius: 20px;
    padding: 25px 30px;
}

.block-category .carousel .carousel-caption {
    top: 0;
    bottom: auto;
    left: 0;
    width: 50%;
    min-width: 300px;
    padding: 0;
}
.block-category .carousel .carousel-caption-title {
    padding: 15px;
}
.block-category .carousel .carousel-caption-description {
    padding: 15px;
}
.block-category .carousel .carousel-indicators {
    bottom: 130px;
}
.block-category .carousel .carousel-indicators > li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.carousel.--light .carousel-caption-title {
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    color: #000;
}
.carousel.--light .carousel-caption-description {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    color: #000;
}

.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}
.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    background-color: #ABABAB;
    border-radius: 50%;
}
.owl-carousel .owl-dots .owl-dot.active {
    background-color: #555555;
}

.common-banner-and-slider > div, .common-banner-and-slider > div > a {
    position: relative;
}
.common-banner-and-slider > div > a {
    display: block;
}
.common-banner-and-slider .block-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.slider-investigation img {
    max-height: 500px;
    object-fit: cover;
}

.slider-investigation.owl-carousel {
    z-index: 0;
}

.slider-video-wrapper {
    position: relative;
}
.slider-video-wrapper:before, .slider-video-wrapper:after {
    content: "";
    position: absolute;
    top: -20px;
    bottom: -20px;
    width: 10%;
}
.slider-video-wrapper:before {
    left: 0;
    z-index: 10;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.4) 86%, rgba(255, 255, 255, 0) 100%);
}
.slider-video-wrapper:after {
    right: 0;
    z-index: 1;
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.4) 86%, rgba(255, 255, 255, 0) 100%);
}
.slider-video-wrapper .slider-video-next,
.slider-video-wrapper .slider-video-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    border: none;
    background: none;
    font-size: 40px;
    color: #707070;
}
.slider-video-wrapper .slider-video-next {
    right: 5%;
}
.slider-video-wrapper .slider-video-prev {
    left: 5%;
}
.slider-product-wrapper {
    position: relative;
    margin: 0 80px 0 80px;
}
.slider-product-wrapper .slider-product-prev,
.slider-product-wrapper .slider-product-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    height: 44px;
    width: 44px;
    text-align: center;
    background: none;
    margin: auto 0;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.8);
}
.slider-product-wrapper .slider-product-prev i,
.slider-product-wrapper .slider-product-next i {
    font-size: 36px;
    line-height: 36px;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    font-weight: bold;
}
.slider-product-wrapper .slider-product-prev {
    right: 100%;
    translate: -25px -22px;
}
.slider-product-wrapper .slider-product-next {
    left: 100%;
    translate: 25px -22px;
}
.slider-product-wrapper .owl-stage-outer {
    padding: 10px 0;
}
.slider-product-wrapper .owl-stage-outer,
.slider-product-wrapper .owl-stage,
.slider-product-wrapper .owl-item {
    height: 100%;
}
.slider-product-wrapper .slide-product {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-decoration: none !important;
}

.carousel-product.carousel {
    margin: 30px auto 60px;
    padding: 0 80px;
}
.carousel-product.carousel .carousel-item {
    text-align: center;
    overflow: hidden;
}
.carousel-product.carousel .carousel-item h4 {
    font-family: "Varela Round", sans-serif;
}
.carousel-product.carousel .carousel-item img {
    max-width: 100%;
    display: inline-block;
}
.carousel-product.carousel .carousel-item .btn {
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    background: #A177FF;
    padding: 6px 15px;
    margin-top: 5px;
}
.carousel-product.carousel .carousel-item .btn:hover {
    background: #8C5BFF;
}
.carousel-product.carousel .carousel-item .btn i {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}
.carousel-product.carousel .thumb-wrapper {
    display: block;
    margin: 5px;
    text-align: left;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-decoration: none !important;
}
.carousel-product.carousel .thumb-wrapper .img-box {
    display: block;
}
.carousel-product.carousel .thumb-wrapper .thumb-content {
    display: block;
    padding: 15px;
    font-size: 13px;
}
.carousel-product.carousel .thumb-wrapper .thumb-content p {
    color: #212529 !important;
}
.carousel-product.carousel .carousel-control-prev, .carousel-product.carousel .carousel-control-next {
    height: 44px;
    width: 44px;
    background: none;
    margin: auto 0;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.8);
}
.carousel-product.carousel .carousel-control-prev i, .carousel-product.carousel .carousel-control-next i {
    font-size: 36px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -19px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    font-weight: bold;
}
.carousel-product.carousel .carousel-control-prev i {
    margin-left: -3px;
}
.carousel-product.carousel .carousel-control-next i {
    margin-right: -3px;
}
.carousel-product.carousel .carousel-indicators {
    bottom: -50px;
}
.carousel-product.carousel .carousel-indicators li {
    background: #ABABAB;
}
.carousel-product.carousel .carousel-indicators li.active {
    background: #555555;
}
.carousel-product.carousel .carousel-indicators li,
.carousel-product.carousel .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 4px;
    border: none;
}

.theme-default .list-catalogue-link {
    text-decoration: none;
    padding: 10px;
    position: relative;
}
.theme-default .list-catalogue-link.active::after, .theme-default .list-catalogue-link:hover::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    bottom: 0;
    left: 10px;
    background: red;
}
.collapse-group-product .collapse-item[aria-expanded=false] small i {
    margin-top: 4px;
}
.collapse-group-product .collapse-item[aria-expanded=false] small i.fa-plus {
    display: inline;
}
.collapse-group-product .collapse-item[aria-expanded=false] small i.fa-minus {
    display: none;
}

.collapse-group-product .collapse-item[aria-expanded=true] small i {
    margin-top: 4px;
}
.collapse-group-product .collapse-item[aria-expanded=true] small i.fa-plus {
    display: none;
}
.collapse-group-product .collapse-item[aria-expanded=true] small i.fa-minus {
    display: inline;
}
.theme-default .collapse-item-title {
    font-weight: bold;
    border-bottom: 1px solid #C6C6C5;
    padding-bottom: 10px;
}
.theme-default .second-wrapper {
    background: none;
}
.theme-default .btn-input-spinner,
.theme-default .btn-input-spinner-up,
.theme-default .btn-input-spinner-down {
    border: 1px #d4d4d4 solid !important;
    border-radius: 0 !important;
    height: 100%;
    width: 36px;
}

.theme-default .filter-title {
    border-bottom: 1px solid #C6C6C5;
    padding-bottom: 10px;
}
.theme-default .filter-title h5 {
    font-weight: bold;
    font-size: 0.8rem;
}
.theme-default .form-check + .form-check,
.theme-default .form-check + .form-check-list {
    margin-top: 5px;
}
.theme-default .form-check input[type=checkbox].form-check-input {
    margin-top: 0;
    width: 20px;
    height: 20px;
}
.theme-default .form-check input[type=checkbox].form-check-input + label {
    margin-left: 10px;
}
.theme-default .form-check input[type=checkbox].form-check-input:before {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    content: "";
    background: #FFF;
}
.theme-default .form-check input[type=checkbox].form-check-input:after {
    position: relative;
    display: block;
    left: 0;
    top: -20px;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #C6C6C5;
    content: "";
}
.theme-default .form-check input[type=checkbox].form-check-input:checked:after {
    left: 7px;
    top: -20px;
    width: 8px;
    height: 15px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.theme-default .form-check input[type=checkbox].form-check-input:disabled:after {
    -webkit-filter: opacity(0.4);
}
.theme-default .form-check input[type=checkbox].form-check-input:not(:disabled):hover:after {
    border-color: #C6C6C5;
}
.theme-default .form-check input[type=checkbox].form-check-input:not(:disabled):hover:before {
    border-color: #C6C6C5;
}
.theme-default .filter-search {
    display: flex;
    align-items: center;
}
.theme-default .filter-search #keywords {
    padding-right: 35px;
}
.theme-default .filter-search .search-wrapper {
    position: relative;
    flex-grow: 1;
    flex-basis: 0;
}
.theme-default .filter-search #clear_search {
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 3px;*/
}
.theme-default .filter-search #apply_search {
    font-size: 1.5em;
}

.theme-default .main-products .product-thumb {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}
.theme-default .main-products .product-thumb .caption {
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.theme-default .main-products .product-thumb .name {
    font-weight: bold;
    text-align: left;
    line-height: normal;
    height: auto;
    color: #000;
}
.theme-default .main-products .product-thumb .marque {
    font-weight: bold;
    text-align: left;
    line-height: normal;
    height: auto;
}
.theme-default .main-products .product-thumb .stats {
    background: none;
}
.theme-default .main-products .product-thumb .stats span {
    margin: 0px;
}
@media (min-width: 1600px) {
    .theme-default .main-products .product-layout:not(.swiper-slide) {
        padding: 10px;
        width: calc(33.3333333333% - 0.01px);
    }
}

.charitips-charity > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.charitips-charity .charity-cover {
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 250px;
}
.charitips-charity .charity-logo {
    max-width: 100px;
    max-height: 100px;
    margin: 15px;
}
#donationWidget {
    height: 100vh;
}
#donationWidget iframe {
    height: 100%;
}

.theme-default.profile_page {
    background: #FBFBFB;
}
.theme-default .user-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
}
.theme-default .user-menu > li {
    width: auto;
    border: none;
}
.theme-default .user-menu > li:first-child {
    border: none;
}
.theme-default .user-menu > li:hover, .theme-default .user-menu > li.active {
    border-top: none;
    border-bottom: 2px solid;
}
.theme-default .user-menu > li a {
    border: none;
    padding: 10px;
    float: none;
    text-decoration: none;
}
.theme-default .user-menu > li.active a {
    border-left: none;
}

.theme-default.cart {
    background: #FBFBFB;
}

.theme-default .btn-cart-item-delete {
    position: absolute;
    top: 0;
    right: 0;
    color: black;
    margin-right: 10px;
}

.default-block-user-info-img {
    position: relative;
}
.default-block-user-info-img .section-img {
    width: 90%;
}
.default-block-user-info-img .section-img > img {
    border-radius: 8px;
}
.default-block-user-info-img .section-content {
    background: #fff;
    position: absolute;
    right: 0;
    width: 45%;
}
.default-block-image-text-translate {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.default-block-image-text-translate a {
    display: block;
    height: 100%;
}
.default-block-image-text-translate .block-img {
    display: block;
    height: 100%;
}
.default-block-image-text-translate .block-img > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.default-block-image-text-translate .block-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.default-block-image-text-translate .block-content .content-text {
    padding: 25px;
    transform: translate(0, 0);
    transition: transform 0.7s ease;
}
.default-block-image-text-translate .block-content .content-link {
    background: rgba(0, 0, 0, 0.7);
    align-self: end;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30%;
    width: 150px;
    transition: width 0.7s ease;
}
.default-block-image-text-translate .block-content .icon {
    font-size: 40px;
    display: flex;
    align-items: center;
    order: 1;
}
.default-block-image-text-translate .block-content .link {
    width: 0;
    opacity: 0;
    transition: opacity 0s ease;
    order: 2;
}
.default-block-image-text-translate a:hover .content-text {
    transform: translate(-100%, 0);
    transition: transform 0.7s ease;
}
.default-block-image-text-translate a:hover .content-link {
    width: 100%;
    justify-content: center;
    transition: width 0.7s ease;
}
.default-block-image-text-translate a:hover .link {
    width: 100%;
    font-size: 30px;
    opacity: 1;
    transition: opacity 0.35s ease 0.35s;
}
.default-block-image-text-translate a:hover .icon {
    display: none;
}

.block-category {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.block-category .block-content {
    padding: 1.5rem;
    border-radius: 5px;
    -webkit-box-shadow: 3px 11px 37px 4px rgba(0, 0, 0, 0.32);
    box-shadow: 3px 11px 37px 4px rgba(0, 0, 0, 0.32);
    background: #fff;
    width: 75%;
}
.block-category.block-category-image .block-img {
    width: 100%;
    height: 525px;
}
.block-category.block-category-image .block-img > a {
    padding: 0;
}
.block-category.block-category-image .block-img > a:hover {
    background: none;
}
.block-category.block-category-image .block-img > a, .block-category.block-category-image .block-img > img {
    width: 100%;
    height: 100%;
    border: none;
}
.block-category.block-category-image .block-img img {
    border-radius: 35px;
    width: 100%;
    height: 500px;
    object-fit: cover;
    -webkit-box-shadow: 3px 11px 37px 4px rgba(0, 0, 0, 0.32);
    box-shadow: 3px 11px 37px 4px rgba(0, 0, 0, 0.32);
}
.block-category.block-category-image .block-content {
    text-align: center;
}
.block-category.block-category-image .block-content.--content-position-bottom {
    transform: translateY(-35%);
}
.block-category.block-category-image .block-content.--content-position-center {
    position: absolute;
    top: 25%;
}
.block-category.block-category-image .block-content.--content-width-full {
    max-width: 100%;
}
.block-category.block-category-image .block-content.--content-width-600 {
    max-width: 600px;
}
.block-category.block-filelist-icon .block-ico, .block-category.block-category-icon .block-ico {
    width: 150px;
    transform: translateY(40px);
}
.block-category.block-filelist-icon svg, .block-category.block-category-icon svg {
    max-width: 100%;
}
.--max-width-full .block-category {
    max-width: 100%;
}
.--max-width-600 .block-category {
    max-width: 600px;
}

.block-icon-text-link-image {
    height: 300px;
    position: relative;
    padding: 40px;
    margin-bottom: 40px;
}
.block-icon-text-link-image .block-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.block-icon-text-link-image .block-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block-icon-text-link-image .block-content {
    padding: 20px 40px;
    border-radius: 8px;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.block-icon-text-link-image .block-content > a:last-child {
    position: absolute;
    bottom: 0;
    translate: 0 50%;
    left: auto;
    right: auto;
}
.block-icon-text-link-image .block-content-icon {
    rotate: -90deg;
    font-size: 64px;
    width: 64px;
    height: 64px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    translate: 0 10px;
}
.block-icon-text-link-image .block-content-icon > * {
    display: block;
}
.block-icon-text-link-image:hover .block-content {
    border-color: transparent !important;
}

.booster-products-list .booster-products-list-product {
    background-position: center;
    background-size: contain;
    height: 100%;
}
.booster-products-list .booster-products-list-product .booster-products-list-product--default {
    display: block;
}
.booster-products-list .booster-products-list-product .booster-products-list-product--active {
    visibility: hidden;
}
.booster-products-list .booster-products-list-product:hover .booster-products-list-product--active {
    visibility: visible;
}
.booster-products-list .booster-products-list-product:hover .booster-products-list-product--default {
    display: none;
}
/*.booster-products-list .booster-products-list-product .booster-products-list-product--default {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}*/

.booster-product-showcase {
    background-size: cover;
    background-position: center;
}
.booster-product-showcase .block-left > .booster-products-list-product--img-wrapper {
    max-width: 75%;
    margin: 0 auto;
}
.booster-product-showcase .block-right .display-hover {
    text-align: center;
}
.booster-product-showcase:hover .block-left > .booster-products-list-product--img-wrapper {
    transform-origin: top center;
    scale: 1.5 1.5;
    translate: 0 -35px;
}
.booster-product-showcase:hover .display-default--title {
    visibility: hidden;
}
.booster-product-showcase .display-default--title {
    visibility: visible;
}
.booster-product-showcase:hover .display-default,
.booster-product-showcase .display-hover {
    display: none;
}
.booster-product-showcase .display-default, .booster-product-showcase:hover .display-hover {
    display: block;
}

.progression-highlight {
    position: relative;
}
.progression-highlight .owl-item {
    display: flex;
    justify-content: center;
}
.progression-highlight .step-icon-circle {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-box-shadow: -1px 2px 14px 5px rgba(0, 0, 0, 0.16);
    box-shadow: -1px 2px 14px 5px rgba(0, 0, 0, 0.16);
}
.progression-highlight .step-active .step-icon-circle {
    width: 110px;
    height: 110px;
}
.progression-highlight .step-not-active .step-result {
    transform: translateY(20px);
}
.progression-highlight .step-not-active .step-data {
    transform: translateY(-20px);
}
.progression-highlight .step-active img {
    transform: scale(1.10);
}
.progression-highlight .step-result {
    font-size: 1.5em;
}
.progression-highlight .step-data {
    font-size: 1.5em;
}
.progression-highlight img {
    transform: scale(0.70);
}
.progression-highlight .progress-bar {
    position: absolute;
    z-index: -1;
    top: 55%;
    transform: translateY(-35px);
    left: 0;
    height: 15px;
    opacity: 0.3;
}
.progression-highlight-variant .progress-bar.progress-fill {
    opacity: 1;
}

.progression-highlight-variant {
    position: relative;
    margin-top: 6rem;
}
.progression-highlight-variant .crown-pos {
    position: absolute;
    top: -115px;
}
.progression-highlight-variant .modal_hover_info {
    position: absolute;
    z-index: 50;
    min-width: 70em;
    top: 90px;
    background-color: white;
    border: 1rem ridge #FFD700;
    border-radius: 20px;
    display: none;
    transition: display 0.2s linear;
}
.progression-highlight-variant .modal_hover_info--left {
    right: 0;
}
.progression-highlight-variant .modal_hover_info_pointer {
    cursor: pointer;
}
.modal_hover_info_open {
    display: inherit !important;
}
.modal_hover_info_close {
    font-size: 3em;
    position: absolute;
    right: 5%;
    top: 5%;
    cursor: pointer;
    z-index: 99;
}
.progression-highlight-variant .step-icon-circle {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-box-shadow: -1px 2px 14px 5px rgba(0, 0, 0, 0.16);
    box-shadow: -1px 2px 14px 5px rgba(0, 0, 0, 0.16);
}
.progression-highlight-variant .step-active .step-icon-circle {
    width: 110px;
    height: 110px;
    transform: translateY(-20px);
}
.progression-highlight-variant .step-icon-circle {
    display: flex;
    justify-content: center;
    align-items: center;
}
.progression-highlight-variant .step-active .step-data {
    transform: translateY(20px);
}
.progression-highlight-variant .progress-bar {
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(-40px);
    left: 0;
    height: 15px;
    opacity: 0.3;
}
.progression-highlight-variant .progress-bar.progress-fill {
    opacity: 1;
}

.verticale-progression-highlight .picto-text {
    width: 4.5em;
}

.verticale-progression-highlight .picto-text.--picto-text-2 {
    width: 2.0em;
}
.verticale-progression-highlight .picto-text.--picto-text-35 {
    width: 3.5em;
}

.section-icon-top {
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    translate: 0 -50%;
}

.idea-box {
    border-top-width: 20px !important;
}
.idea-box .rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.idea-box .rating-stars ul > li.star {
    display: inline-block;
}
.idea-box .rating-stars ul > li.star > i.fa {
    font-size: 2.5em;
    color: #ccc;
}
.idea-box .rating-stars ul > li.star.hover > i.fa {
    color: #FFCC36;
}
.idea-box .rating-stars ul > li.star.selected > i.fa {
    color: #FF912C;
}

.portal-card {
    text-decoration: none;
}

.portal-card-date_end{
    margin-bottom: 15px;
}
.theme-default > .wrapper {
    min-height: 100vh;
}
.banner #banner {
    max-height: 500px;
    object-fit: cover;
}
.banner {
    padding-bottom: 1em;
}

.search-hover-hide {
    border: unset !important;
    margin-left: 15px;
}
.search-hover-hide {
    outline: none !important;
    box-shadow: none !important;
}

.img_hover_background{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.img_hover_text_content{
    width: 700px;
    height: 600px;
    opacity: 0;
    transition: opacity 0.1s linear;
}

.img_hover_absolute{
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.img_hover_hover{
    width: 700px;
    height: 600px;
    opacity: 1;
    transition: opacity 0.1s linear;
}

.img_hover_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_hover_hover:hover~.img_hover_text_content{
    opacity: 1;
}

.img_hover_hover:hover{
    opacity: 0;
}

/*# sourceMappingURL=main.css.map */
