.page-product {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 55px;
    flex-wrap: wrap;
    overflow: auto !important;
    width: 100%;
}

.row-select-product {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.div-img-select-product {
    width: 22%;
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
    height: 140px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.img_select_product {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.img_select_product:hover {
    cursor: pointer;
}

.custom-nav-link.active .benef-del-icon:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
}

/* ------------------------- SIMULATION MENU GAUCHE ------------------------- */

.left-nav-sel-steps {
    height: calc(100vh - 120px);
}

.left-nav-list-item-nb>a span.left-nav-numb {
    padding: 8px 15px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 500;
    margin-left: 20px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-nav-list-item-nb>a.left-nav-active span.left-nav-numb {
    padding: 8px 15px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 500;
}

.left-nav-list-item-dot>a span.left-nav-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 30px;
    margin-right: 14px;
}

.left-nav-list-item-dot>a.left-nav-active span.left-nav-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 30px;
    margin-right: 14px;
}

.left-nav-list a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* ------------------------------ GAMIFICATION ------------------------------ */

.style-percentage-total {
    color: #fff;
    font-size: 12px;
    height: 40px;
    display: flex;
    position: relative;
    left: -10px;
    padding: 10px;
    padding-left: 20px;
    align-items: center;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.style-user-score {
    font-size: 15px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    z-index: 2;
    cursor: pointer;
}

.style-user-score:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: relative;
}

/* ---------------------- TARIF EN COURS / PROP EMISES ---------------------- */

.left-nav-search {
    height: calc(100vh - 120px);
    overflow-y: scroll;
}

/* --------------------------------- BOUTONS -------------------------------- */

.pagination button.next {
    width: 32px;
    height: 29px;
}

.pagination button.prev {
    width: 32px;
    height: 29px;
}

.pagination-select {
    width: 40px;
    height: 29px;
}

.custom-btn-vide:after {
    right: -7px;
}

.custom-btn-vide-high:after {
    right: -7px;
}

/* -------------------------------- TABLEAUX -------------------------------- */
.custom-docs-table .table-head {
    border: none;
    color: #fff;
    font-weight: 500;
}

.custom-tarif-table .table-head {
    color: #fff;
    font-weight: 500;
}

.selected-border-left-right {
    font-weight: bold !important;
    font-size: 15px !important;
}

.selected-border-top {
    line-height: 0 !important;
    height: 0 !important;
    padding: 0 !important;
}

.last-line-cell {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

.selected-border-header {
    font-weight: bold !important;
    font-size: 16px !important;
}

.overlay .page-preloader-spin {
    position: absolute;
    left: 40%;
    top: 40%;
    z-index: 1001;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: PreloaderSpin 2s linear infinite;
    animation: PreloaderSpin 2s linear infinite;
}

.overlay .page-preloader-spin:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: PreloaderSpin 3s linear infinite;
    animation: PreloaderSpin 3s linear infinite;
}

.overlay .page-preloader-spin:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: PreloaderSpin 1.5s linear infinite;
    animation: PreloaderSpin 1.5s linear infinite;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #21384e;
    border-width: 1px;
    background-color: #fff;
    /* margin-right: 10px; */
}

.custom-checkbox .custom-control-label::before,
.custom-control-label::before {
    position: absolute;
    top: 0;
    left: -25px;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #21384e solid 1px;
    cursor: pointer;
}

.custom-checkbox .custom-control-label.label-with-inputs::before {
    top: 5px;
}

.custom-checkbox .custom-control-input~.custom-control-label.active::after {
    opacity: 1;
}

.custom-checkbox-inside-table {
    margin: 0 5px;
}

.custom-checkbox-inside-table .custom-control-label::before {
    left: 0;
}

.custom-checkbox-inside-table .custom-control-label-inside-table::before,
.custom-control-label-inside-table::before {
    position: absolute;
    top: -14px;
    left: -10px;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #21384e solid 1px;
    cursor: pointer;
}

.custom-checkbox-inside-table .custom-control-input~.custom-control-label-inside-table::after {
    background-image: none;
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    top: -13px;
    width: 8px;
    height: 15px;
    border: solid #8dc63f;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.custom-checkbox .custom-control-input~.custom-control-label::after {
    background-image: none;
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    width: 18px;
    height: 18px;
    border-width: 0 4px 4px 0;
    opacity: 0;
}

.custom-checkbox-inside-table .custom-control-input:checked~.custom-control-label-inside-table::after {
    opacity: 1;
}

.custom-checkbox-inside-table .custom-control-label-inside-table::before {
    border-radius: .25rem;
}

.recap-separator {
    border-top: 1px solid #c3d6ec;
}

.copyright {
    position: absolute;
    bottom: 0;
    width: 99%;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    z-index: 20;
}

.img_message {
    width: 8%;
}

.txt_message {
    font-size: 2em;
    font-weight: bold;
}

/* SIGNATURE */
fieldset.fsign1,
fieldset.fsign2,
fieldset.fsign4 {
    transform: scale(1);
    transition: transform .3s ease;
    border-radius: 16px;
    border: none !important;
}

fieldset.fsign2,
fieldset.fsign3 {
    width: 90%;
}

fieldset.fsign1 > div:nth-of-type(1),
fieldset.fsign2 > div:nth-of-type(1),
fieldset.fsign3 > div:nth-of-type(1),
fieldset.fsign4 > div:nth-of-type(1) {
    padding: 8px;
    text-transform: uppercase;
    font-weight: 800;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
}

fieldset.fsign1 > div:nth-of-type(2) {
    height: 200px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: black !important;
    padding: 0 20px;
}

fieldset.fsign2 > div:nth-of-type(2),
fieldset.fsign3 > div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: black !important;
    padding: 0 20px;
}

fieldset.fsign3 > div:nth-of-type(2) {
    height: 50px;
}

fieldset.fsign4 > div:nth-of-type(2) {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: black !important;
    padding: 0 20px;
}

fieldset.fsign1.trans:hover,
fieldset.fsign2.trans:hover {
    transform: scale(1.05);
    transition: transform .3s ease;
}

.field90 {
    width: 95%;
}

.margin-sign {
    margin-bottom: 2rem !important;
}

.tarif-title-sign {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.container-signature {
    padding-left: 25px;
    padding-right: 25px;
}

.lateral div.row div:nth-of-type(2) {
    color: rgb(213, 226, 255);
    font-weight: 600;
    margin-top: 10px;
}

#divToUpload {
    position: relative;
}

#divToUpload button{
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    height: 85%;
    width: 100%;
    z-index: 999;
    margin-top: 10px;
}

.prop-text {
    color: rgb(213, 226, 255);
    font-weight: 600;
    margin-top: 10px;
}

fieldset.fsign3 form div div div input:focus {
    border: solid 2px rgb(100, 100, 100);
}

/* ADMIN */

.labelAff,
.labelAff label {
    font-weight: bolder;
}

.sectionBorder {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ebebeb;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-color: #00ac00;
    border-width: 2px;
}

.main-left-title {
    color: white;
    font-size: 19px;
    font-weight: bold;
}

.modal-maj{
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    background-color: #7674747a;
}

.modal-maj > .body-maj{
    position: absolute;
    top: 30%;
    height: 220px;
    width: 600px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: black;
    border-radius: 15px;
    border: 4px solid #1a4786;
}

.modal-info-PP {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    background-color: #7674747a;
}

.modal-info-PP > .body-maj{
    position: absolute;
    width: 40%;
    min-width: 40%;
    min-height: 60%;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: black;
    border-radius: 15px;
    border: 3px solid #000;
    overflow: hidden;
}

.modal-info-PP > .body-maj-2{
    position: absolute;
    width: 40%;
    min-width: 40%;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: black;
    border-radius: 15px;
    border: 3px solid #000;
    overflow: hidden;
}

.modal-info-PP > .body-maj-2 .footer{
    display: flex;
    justify-content: end;
    padding: 0px 15px 15px 15px;
}

.modal-info-PP .text-info > div{
   margin: 15px;
   color: black;
}

.modal-info-PP .underline{
   text-decoration: underline;
}

.title-maj{
    text-align: center;
    border-bottom: 1px solid gray;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 600;
    border-radius: 9px 9px 0px 0px;
}

.text-maj{
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-maj{
    width: 100px;
}

.valid-maj{
    text-align: end;
    padding: 0px 15px 15px 15px ;
}

.btn-valid-maj{
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    height: 40px;
    width: 160px;
    border-radius: 10px;
    text-align: center;
    border: none;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 25%);
    color: #fff;
    justify-content: center;
    align-items: center;
}

.custom-modal  {
    color: black;
    border-radius: 15px;
    border: 4px solid #1a4786;
    overflow: hidden;
}

.custom-modal  .modal-header{
    color: rgb(255, 255, 255);
    background-repeat: repeat-x;
}

/* .row-carence {
    display: flex;
    justify-content: center;
} */

.aide-label-remise{
    font-size: 10px !important;
    font-weight: normal !important;
}

.row-carence .warning-health{
    width: 44vw;
}

.warning-health {
    color: #d10028;
    font-weight: 700;
}

.warning-health .recommendation{
    text-decoration: underline;
}

.remise-first-year{
    text-decoration: underline;
}



/* A tester car pas du coté addamas */
.custom-checkbox .need_at_least_multiple_assures_chck.hideLabel.custom-control-label::before {
    left: -10px;
}

.custom-checkbox .need_at_least_multiple_assures_chck.hideLabel.custom-control-label::after {
    left: -9px;
}

.custom-checkbox {
    position: relative;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label.label-with-inputs::after {
    top: 6px;
}

/* A tester car pas du coté kairos et addamas */

.custom-checkbox-inside-table .custom-control-input~.custom-control-label::after {
    left: 6px;
}

.custom-checkbox .custom-control-input~.custom-control-label.is_alone_custom::after {
    left: -9px;
}

/* .custom-checkbox .custom-control-input~.custom-control-label.is_alone_custom::after {
    left: -7px;
} */

/* Pas dans funéris */
.custom-checkbox .custom-control-label.is_alone_custom::before,
.custom-control-label.is_alone_custom::before {
    left: -13px;
}

.info-menu {
    width: 90% !important;
    
}

.info-menu > div {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
}

.info-menu .message{
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    border: none;
    position: relative;
    outline: none !important;
    line-height: 1;
    width: 90%
}

.info-menu .message div {
    margin: 4px;
}

.info-menu .bell {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #264596;
}

.reduc-option .turn{
    transform: rotate(90deg);
}
.reduc-option div{
   font-size: 11px;
   padding-left: 10px;
}

/* Contact-modal */
#contactModal .div-btn-send {
    position: relative;
}

#contactModal .overlay-contact{
    position: absolute;
    margin: 0px;
    width: 100%;
    height: 100%;
    /*background-color: #6b6b6b73;*/
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Sinistre */

.list-contract-sinister{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: auto;
    height: 66vh;
    /* flex-direction: column; */
    margin-top: 60px;
}

.list-contract-sinister .contract {
    border: 2px solid #1a4786;
    border-radius: 5px;
    cursor: pointer;
    margin: 5px;
    width: 24%;
}

.list-contract-sinister .contract .checkbox {
    margin: 5px;
}

.list-contract-sinister .contract .info-contract {
    padding: 25px;
}

.icone-sinister span {
    font-size: 18px;
    cursor: pointer;
    margin-right: 5px;
    font-weight: 300;
}

.spinner-border {
    margin-left: 10px;
    width: 20px;
    height: 20px;
    color: #324f74;
}

/* Instance */
/* .instance-line {

} */

.instance-line td {
    padding: 1px !important;
}

/* .logo-table-sort {
    display: flex;
    justify-content: center;
    align-items: center;
} */

/* .propo-table-sort {
    
} */