/* cmsms stylesheet: front modified: 08/02/2023 12:41:17 */
.titleIntern,
h5 {
    font-weight: 700;
}
.itemBox1:hover,
.itemBox2:hover,
.itemBox3:hover,
.itemBox4:hover {
    cursor: pointer;
}
.modal {
    margin: 0 auto !important;
}
.link-blanc,
link-blanc:hover {
    color: #fff !important;
}
#cntInter a,
#listcntTab a {
    text-decoration: underline;
}
.btnLinks,
.btncustom,
.nolink {
    text-decoration: none !important;
}
.titleIntern {
    color: #ff9600;
}
.itemcntTab {
    height: auto !important;
}
div[data-header] h3 {
    margin-top: 50px !important;
}
.labelTitletxt2 {
    margin: 0 !important;
    padding: 0 !important;
}
.itemQuest > div > div > div > label {
    font-weight: 500;
    margin-top: 20px;
}
#rubrique_save {
    margin-top: 40px;
}
#message-modal {
    z-index: 100000;
}
#identite_edit label {
    width: 200px !important;
}
a,
a:focus {
    text-decoration: none;
    outline: 0;
}
.tab .nav-tabs {
    border: none;
    margin: 0;
}
.nav-tabs li a {
    padding: 10px;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #293241;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: 0 0;
    z-index: 2;
    position: relative;
    transition: 0.3s;
}
.nav-tabs li a:after {
    content: "";
    width: 0;
    height: 4px;
    background: #727cb6;
    border: 1px solid #727cb6;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: 1s;
}
.tab-content {
    padding: 15px 20px;
    margin-top: 20px;
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 30px;
    background: #727cb6;
    position: relative;
}
@media only screen and (max-width: 479px) {
    .nav-tabs li {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .tab-content {
        margin-top: 0;
    }
}
