/* MODALS : GENERAL */

.modal-content {
    background-image: url(../img/bgParchemin.jpg);
    background-size: cover;
}

#french-modal,
#french-winner-modal,
#french-fight-modal {
    display: none;
}

/* MODALS : HEADER */

.modal-header {
    border-bottom: 0px !important;
}

.modal-header button:focus {
    outline: none;
}

.modallang button {
    font-family: "Walter Turncoat", cursive;
    background-color: rgba(220, 157, 80, 0.4);
    border-radius: 3px;
    border: 1px;
    box-shadow: 1px 1px 2px rgb(220, 157, 80);
    color: #000;
    height: 23px;
    width: 35px;
    text-align: center;
    padding: 0px;
}

.modallang :hover {
    background-color: rgba(220, 157, 80, 1);
}

.modallang :focus {
    outline-width: 0px;
}

#french-button:focus,
#french-fight-button:focus,
#french-winner-button:focus {
    background-image: url(../img/french_flag.png);
    background-size: cover;
    color: transparent;
}

#english-button:focus,
#english-fight-button:focus,
#english-winner-button:focus {
    background-image: url(../img/english_flag.png);
    background-size: cover;
    color: transparent;
}

.close {
    font-family: "Walter Turncoat", cursive;
    color: #000;
}

/* MODALS : BODY */

.modal-body {
    margin-left: 20px;
}

.modal-body .row {
    margin-bottom: 40px;
}

.modal-body img {
    height: 80px;
    width: 80px;
}

.boldpts {
    font-weight: bold;
}

.modalcol2 {
    align-self: center;
}

#credits {
    color: #555;
    font-size: medium;
    margin-top: 40px;
    font-style: italic;
}

#credits a {
    color: #555;
    text-decoration: none;
}

#credits a:hover {
    color: #000;
}

/* MODALS : FOOTER */

.modal-footer {
    border-top: 0px !important;
}

.start-fight-btn {
    height: 50px !important;
    width: 100px !important;
    margin-bottom: 20px;
}
