@font-face {
    font-family: 'Trajan Bold';
    src: url('../fonts/Trajan_Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    font-family: "Segoe UI";
}

button {
    cursor: pointer;
    display: inline-block;
    font-size: 11pt;
    height: 50px;
    padding: 0px 25px;
    margin: 30px 60px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    border: none;
    background-color: #ac1e44;
}

*: focus {
    outline: none;
    outline-width: 0;
}

section > h1, header h1 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
    font-size: 38px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Trajan Bold';
    color: white;
}



section > h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Trajan Bold';
    line-height: 1.3em;
    margin: 8px 0 10px 0;
    padding-bottom: 15px;
    font-weight: normal;
    color: #ac1e44;
    position: relative;
}

section > h2.title:after {
    content: '';
    position: absolute;
    width: 8%;
    left: 0;
    height: 1px;
    bottom: 0;
    background-color: #ac1e44;
}

a {
    color: black;
    text-decoration: none;
    outline: 0;
}

header {
    height: 500px;
    background-image: var(--img);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    text-align: left;
    align-items: center;
    border: 1px solid silver;
    text-indent: 250px;
    line-height: 450px;
    background-attachment: fixed;
}

nav {
    height: 60px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

nav a {
    padding: 0 15px;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #95a0b7;
    position: relative;
}

nav a.active {
    color: #ac1e44;
}

nav a:hover:after {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 2px;
    bottom: 5px;
    background-color: #95a0b7;
    transition: all ease-in-out .2s;
    display: block;
}



section {
    width: 62.5%;
    display: block;
    min-height: 100px;
    margin: 0 auto;
    padding: 50px 20px;
    color: #7e7e7e;
    font-size: 15px;
}



section p {
    padding: 15px 0;
    margin-bottom: 50px;
}

section p.two-columns {
    column-count: 2;
    column-gap: 50px;
    column-width: 50%;
    text-align: justify;
}





footer {
    width: 100%;
    background-color: #f5f5f5;
    padding-top: 25px;
}

footer ol {
    list-style: none;
    display: inline-grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    grid-auto-flow: column;
}

footer ol li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 12.5px 25px 35px 25px;
}

footer ol li img {
    height: 40px;
    max-width: 40px;
    margin-bottom: 15px;
    display: block;
    object-fit: contain;
    object-position: center;
    filter: invert(15%) sepia(87%) saturate(3184%) hue-rotate(331deg) brightness(86%) contrast(89%);
}

footer ol li h3 {
    font-size: 11pt;
    text-align: center;
    font-weight: normal;
    color: black;

}

#home {
    background-image: url("../img/accueil_unactive.png");
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: center center;
    padding: 0;
    width: 22px;
}

p a {
    display: inline-block;
    color: #ac1e44;
}

p span.important {
    color: #ac1e44;
}

ul.liste {
    margin-bottom: 10px;
    list-style: square;
    color: #ac1e44;
}

ul.liste p {
    color: #7e7e7e;
    font-weight: normal;
    margin: 0 0 15px 25px;

    padding: 10px 0 0 0;
}

ul.liste li {
    font-weight: bold;
    margin-left: 14px;
    margin-bottom: 20px;
}
