/*Redefine Bootstrap default class*/
.tooltip-inner {
    background: rgba(0, 0, 0, 0.9);
    color: #FFFFFF;
    margin: auto;
    padding: 2px 4px;
}

/** CSS header.html **/
#header {
    margin: 0 105px;
}

.contact_autajon {
    position: relative;
    display: inline-block;
}

.contact_autajon,
#connexion form button,
#non_authenticate_login a {
    font-family: Roboto, sans-serif;
}

.title_autajon_contact {
    border-radius: 4px;
    border: solid 1px #A4A4A4;
}

.title_autajon_contact,
#connexion form button,
#non_authenticate_login a {
    font-size: 15px;
}

.fas.fa-user-circle {
    font-size: 18px;
    color: #F5D1CE;
    background-color: #DD5B51;
    border-radius: 50%;
}

.info_autajon_contact {
    display: none;
    border: solid 1px #A4A4A4;
    border-radius: 0 0 4px 4px;
}

.info_autajon_contact > p {
    font-size: 11px;
}

.info_autajon_contact > p > span {
    font-size: 13px;
    color: #652222;
}

.contact_autajon.open .title_autajon_contact {
    border-radius: 4px 4px 0 0;
}

.contact_autajon.open .info_autajon_contact {
    display: block;
    width: 100%;
}

#connexion form button,
#non_authenticate_login a {
    background-color: #D52B1E;
    color: #FFFFFF;
    box-shadow: 0 .4rem .6rem rgba(213,43,30,.11),0 .1rem .3rem rgba(0,0,0,.18);
    transition: all .15s ease;
}

#connexion form button:hover,
#non_authenticate_login a:hover,
#connexion form button:focus,
#non_authenticate_login a:focus,
#connexion form button:active,
#non_authenticate_login a:active {
    box-shadow: 0 .7rem 1.4rem rgba(213,43,30,.2),0 .3rem .6rem rgba(0,0,0,.23);
    transition: all .15s ease;
}

#connexion form button {
    border-radius: 5px;
}

#non_authenticate_login a {
    border-radius: 3px;
}

/** CSS footer.html **/
#parent_footer {
    background-color: #343F4E;
}

#footer {
    margin-left: 12%;
}

#footer > div:first-child {
    padding: 30px;
}

.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: lightgray;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
}

.icon-circle:hover {
    background-color: #ddd;
}

h5 {
    font-size: 16px;
    font-family: 'Bell Gothic Std Light', Roboto, sans-serif;
    font-weight: lighter;
}

p.fw-bold.text-black, #help-popup-text, #rights_reserved, #nutri_viti_version {
    font-size: 16px;
    font-family: Roboto, sans-serif;
}

#footer > div:first-child a {
    font-size: 20px;
}

#footer > div:first-child i {
    font-size: 20px;
    background-color: lightgray;
    color: #0f3a42;
}

#footer > div:nth-child(2) {
    line-height: 31px;
}

.help-popup-content > div:first-child {
    background-color: #E5EEF4;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

/* Pop-up style */
.help-popup {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.help-popup-content {
    background-color: #fefefe;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 590px;
}

.help-popup-content button {
    display: none;
    padding: 3% 5%;
    border-radius: 8px;
    cursor: pointer;
    background-color: #D52B1E;
    float: right;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    transition: none;
}

.help-popup-content button:hover {
    background-color: #D52B1E;
}

#report_btn, #cancel_btn {
    box-shadow: 0 .4rem .6rem rgba(213, 43, 30, .11), 0 .1rem .3rem rgba(0, 0, 0, .18);
    transition: all .15s ease;
}

#report_btn:hover, #report_btn:active, #report_btn:focus,
#cancel_btn:hover, #cancel_btn:active, #cancel_btn:focus {
    box-shadow: 0 .7rem 1.4rem rgba(213, 43, 30, .2), 0 .3rem .6rem rgba(0, 0, 0, .23);
    transition: all .15s ease;
}

h3 {
    font-size: 18px;
    font-family: 'Bell Gothic Std Light', Roboto, sans-serif;
}

#help-popup-text {
    border-left: 2px solid #7D6666;
}

#report_info_message {
    font-size: 15px;
    font-family: Inter, Roboto, sans-serif;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.alert-success, .alert-report {
    color: #50A458;
    background: none;
    border: none;
}

.alert-success, .alert-report > i {
    color: #50A458;
}

.alert-error {
    color: #DD5B51;
    background: none;
    border: none;
}

.alert-error > i {
    color: #D52B1E;
}

#rights_reserved_div {
    background-color: #2A313A;
    padding: 10px;
}

a, #footer-info {
    color: #B2B7BC;
    font-weight: lighter;
    font-family: Roboto, sans-serif;
}

#footer-info p {
    font-size: 13px;
}

.text-first-letter-uppercase::first-letter {
    text-transform: uppercase;
}
