
.btn {
    margin-top: 10px;
    padding: 7px 11px;
    border-radius: 50px;
    border: 3px solid #d9e200;
    background: #d9e200;
    color: #0a3c74;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    transition: all 400ms;
    display: inline-block;
    text-align: center;
}

.grid-item {
    padding-left: 5px;
}

.center-height-width {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: right;
}

hr {
    margin-top: 25px;
    box-sizing: border-box;
    height: 2px;
    border: 2px solid #4C84C1;
}

.grid {
    margin: 0 auto;
}

a:link,
a:active,
a:visited {
    color: rgba(255, 255, 255, 1);
}

a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.gray {
    color: #454346;
}

.team {
    margin: 40px;
}

.team-member {
    margin: 15px 0;
    padding: 0;
}

.team-member figure {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: 350px;
    background-size: cover;
    background-position: center center;
}

.team-member figcaption {
    padding: 50px;
    color: transparent;
    background-color: transparent;
    position: absolute;
    z-index: 996;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption {
    visibility: visible;
    color: #fff;
    background: rgba(10, 60, 116, 0.5);
    height: 100%;
}

.team-member figcaption p {
    font-size: 16px;
}

.team-member figcaption ul {
    list-style: none;
    margin: 0;
    padding: 0;
    visibility: visible;
    transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
    display: inline-block;
    padding: 10px;
}

.team-member h4 {
    margin: 10px 0 0;
    padding: 0;
}

.team-member figure:hover figcaption ul li a:hover {
    color: rgba(49, 49, 49, .97);
}

.team-member figure img {
    transform: scale(1) rotate(0) translateY(0);
    transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
    transform: scale(1.1) rotate(1deg) translateY(12px);
}

#title {
    font-size: 76px;
}

#sub-title {
    font-size: 17px;
}

#intro {
    font-size: 25px;
}

@media only screen and (max-width: 800px) {
    #title {
        font-size: 51px;
    }
}

.admin-nav {
    background-color: #8b0000 !important;
}

.modified-nav a {
    color: #a79d9d !important;
}

.bg--secondary {
    background-color: var(--secondary-color);
}

.stack__retour__lien {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.stack__retour__lien img {
    margin-right: 10px;
}

.modal-header figure {
    height: 350px;
    width: 300px;
    margin: auto;
    background-size: cover;
    background-position: center center;
}

.modal-header h3 {
    text-align: center;
    margin-bottom: 5px !important;
}

.modal-body {
    text-align: justify;
    padding-left: 30px;
    padding-right: 30px;
}

nav i {
    color: #4c84c1 !important;
}