/* --------------------------------------- ZONES SPECIFIQUES PAGE PAR PAGE --------------------------------------- */

/* ----------------------------- Barre de navigation ----------------------------- */


/* ----------------------------- PAGE D'ACCUEIL ----------------------------- */
.home-page-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    padding-top: 55px;
}

.home-page-content_packobseques {
    background: url(../images/accueil/home_bkg_packobseques.jpg) no-repeat bottom;
    background-size: cover;
    height: calc(100vh - 120px);
}

.home-page-content_funeplus {
    background: url(../images/accueil/home_bkg_funeplus.jpg) no-repeat bottom;
    background-size: cover;
    height: calc(100vh - 120px);
}

.menu-home{
    /* width: 50%; */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-direction: column; */
    flex-wrap: wrap;
    overflow: auto;
    align-content: center;
}

.menu-home > div {
    width: 30%;
    padding: 20px;
}

.home-page-content a.custom-btn-base {
    width: 100%;
    height: 55px;
    line-height: 1;
}

 
@media  (min-width: 1440px) {
    .home-page-content {
        height: calc(100% - 120px);
    }
}

@media  (max-width: 1439px) {
    .home-page-content {
        height: calc(100vh - 90px);
    }
}

@media (min-width: 1671px) {
    .left-services,
    .right-services {
        width: 25%;
    }

    .menu-home{
        width: 50%;
    }
}

@media (max-width: 1670px) {
    .left-services,
    .right-services {
        width: 15%;
    }

    .menu-home{
        width: 65%;
    }
}

/* En dessous de 1300px on cache les services et le menu bouton prend toute la place*/
@media (max-width: 1299px) {
    .left-services,
    .right-services {
        width: 0%;
        overflow: hidden;
    }

    .menu-home{
        width: 100%;
    }

    .menu-home > div {
        width: 26%;
    }
}

/* En dessous de 900px on met les boutons 2 par 2 */
@media (max-width: 900px) {
    .menu-home {
        padding-top: 100px;
        padding-bottom :70px;
    }

    .menu-home > div {
        width: 40%;
    }
}

/* En dessous de 650px on met les boutons 1 par ligne */
@media (max-width: 650px) {
    .menu-home > div {
        width: 50%;
    }
}

@media (max-width: 1023px) {
    .home-page-content {
        height: calc(100vh - 80px);
    }
}




.line-btn-home {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.line-btn-home div{
    margin: 25px;
}


/* ----------------------------- PAGE SIMULATION ---------------------------- */

#tab-assure-1 .row_option_couple_deces {
    display: none;
}

.hide {
    display: none;
}

.noResult {
    background-color: #f0f0f0;
    border: #fff 1px solid !important;
}


/* ------------------------ PAGE SIMULATION EN COURS ------------------------ */

#nb_element {
    color: #a8d5ff;
}

form[name="recherche_tarification_en_cours"] label:not(.no_strong) {
    font-weight: 500;
}

.pagination>.gridjs-pages {
    display: flex;
}

.pagination button {
    border: none;
    background: transparent;
    padding: 4px 10px;
    color: #6f6f6f;
}

.pagination button.gridjs-currentPage {
    font-weight: bold;
    color: #142750;
}

.pagination button.prev {
    width: 32px;
    height: 29px;
    background: url("../images/tarification_en_cours/btn-prev_profilobseque.png") no-repeat;
}

.pagination select.gotoPage {
    height: 29px;
}

.pagination button.next {
    width: 32px;
    height: 29px;
    background: url("../images/tarification_en_cours/btn-next_profilobseque.png") no-repeat;
}

#type_affichage .toreorder .row {
    border-radius: 30px;
    background: #ebebeb;
    padding: 5px 10px;
    margin-bottom: 5px;
}

#type_affichage .toreorder .row input[type="checkbox"] {
    z-index: 100;
}


/**** RUSE CHAMP ACTIF ****/

.col-tarif-primes {
    display: none;
}

.nav-tabs {
    z-index: 5;
    background: #fff;
    margin-top: -2px;
}

#tab_assure_content.topnegative {
    margin-top: -45px;
    z-index: 0;
}

#tab_assure_content.topnegativeass {
    margin-top: 0px;
    z-index: 0;
}

#tab_assure_content.topnegative>.tab-pane .row>.col-sm-6:first-child .form-row {
    margin-top: 45px;
}

#tab_assure_content.topnegativeass>.tab-pane#tab_assure_1 .ajuste_position {
    margin-top: 0px;
}


/* #tab_assure_content.topnegativeass > .tab-pane#tab_assure_2 .ajuste_position,
#tab_assure_content.topnegativeass > .tab-pane#tab_assure_3 .ajuste_position {
    margin-top: 40px;
} */

.tab-pane .set_state_form {
    z-index: 100;
}


/* Réinitialisation de la simulation */

#reinit_simulation {
    cursor: pointer;
}


/* Message d'erreur */


/*
.error {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;

    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;

    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('https://i.imgur.com/GnyDvKN.png');
}*/

.error-msg {
    margin: 10px 0;
    padding: 10px;
    border-radius: 7px 7px 7px 7px;
    color: #D8000C;
    background-color: #FFBABA;
}

.info-msg {
    margin: 10px 0;
    padding: 10px;
    border-radius: 7px 7px 7px 7px;
    color: #1f4e7a;
    background-color: #9bcaed;
}

.scroll-insured,
.scroll-requirement,
.scroll-recomm,
.scroll-benef,
.scroll-recap,
.scroll-payment {
    overflow: auto;
    height: 75vh;
    padding-bottom: 7%;
}

.scroll-payment {
    overflow: auto;
    height: 65vh;
}