.p1 {
    font-family: gadugi;
    font-size: 18px;
}

body {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.bg {
    background-size: cover;
    /* background-image: url("../image/emf.jpg");*/
    background-image: linear-gradient(-180deg, #cbcad0 0%, #5b5d5f 100%);
    background-position: center center;
    background-attachment: fixed;
}

.gras {
    font-weight: bold;
}

.center2 {
    text-align: center;
    align-items: center;
    align-content: center;
    align-self: center;
}

.profil {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.topProfil {
    margin-bottom: 3em;
}

.right {
    text-align: right;
}

table {
    width: 100%;
}

h5 {
    padding-bottom: 8px;
    padding-top: 8px;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

#mapid {
    height: 640px;
    width: 1000px;
    padding: auto;
    margin: auto;
}

.combo {
    height: 40px;
    width: 200px;
}

.combo2 {
    padding-top: 2em;
}

.buttons {
    cursor: pointer;
    position: relative;
    border-radius: 1.75rem;
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border: 1px solid #012880;
    background-image: linear-gradient(-180deg, #4b66fa 0%, #1f7ac0 100%);
    box-shadow: 0 1rem 1.25rem 0 rgba(22, 75, 195, 0.50), 0 -0.25rem 1.5rem rgb(15, 146, 155) inset, 0 0.75rem 0.5rem rgba(255, 255, 255, 0.4) inset, 0 0.25rem 0.5rem 0 rgba(180, 70, 207, 1) inset;
}

.trGames {
    border-bottom: 1px solid black;
}

.carte {
    margin-top: 1em;
}

.form1 {
    text-align: center;
    align-content: center;
    color: #2429bf;
    padding-top: 2em;
    font-size: 20px;
    padding-bottom: 2em;
}

label {
    display: inline-block;
    clear: left;
    width: 215px;
    text-align: right;
}

input {
    display: inline-block;
}

.accueil {
    color: #2429bf;
}

.titre2 {
    margin-top: 0.5em;
    font-size: 4em;
}

.p2 {
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
}

.titre {
    margin-top: 0.5em;
    font-size: 5em;
}

h1 {
    font-family: impact;
    text-align: center;
    margin-top: 3em;
}

h2 {
    font-family: impact;
    text-align: center;
}

h4 {
    text-align: left;
    padding-top: 1em;
    padding-bottom: 0.5em;
}

h6 {
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    padding-top: 1em;
    padding-bottom: 0.5em;
}

.menuNav {
    margin-top: 2em;
    width: 14em;
    height: 5em;
}

h1 img {
    width: 3em;
    height: 3em;
}

.active {
    background-color: #0545BE;
}

.card {
    opacity: 0.8;
}

.imgMap {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.copyright {
    background-color: #333333;
    color: white;
    font-size: 18px;
    position: sticky;
    bottom: 0;
    width: 100%;
}

.copyright2 {
    background-color: #333333;
    color: white;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
}