@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
html, body{
    font-family: "Titillium Web", sans-serif;
    color: #000000;
    font-size: 18px;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Encode Sans Condensed", sans-serif;
}
header{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.banner{
    background: url(../images/banner.jpg) no-repeat center/cover;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner h1{
    max-width: 860px;
    background-color: #ffffff;
    opacity: 0.75;
    border-radius: 10px;
    text-align: center;
    font-weight: 800;
    padding: 30px;
}
.copyright{
    font-size: 15px;
}
footer{
    background-color: #c37113;
    color: #ffffff;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
footer a{
    color: #ffffff;
    text-decoration: none;
}
footer a:hover{
    color: #ffa43d;
}
footer img{
    filter: invert(1);
}
.btn{
    background-color: white;
    border: 1px grey solid;
    border-radius: 25px;
    color: black;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.btn:hover{
    background-color: #ccc;
    border: 1px grey solid;
}
.titre_section{
    font-family: 'Encode Sans Condensed';
    font-size: 25px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px black dotted;
}
.well{
    box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
    border: 1px dotted #e7e6e6;
    background-color: #f5f5f5;
    border-radius: 0.4em;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.small, small {
    font-size: .875em;
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + calc(1px * 2));
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-success{
    background-color: #198754;
    border-color: #198754;
    color: #ffffff;
    border-radius: 0.375rem;
}
.btn-success:hover{
    background-color: #157347;
    border-color: #146c43;
}
#tnx{
    display: none;
}