@font-face {
    font-family: 'Typography Times Regular';
    src: local('/fonts/Typography Times/Typography Times Regular.ttf');
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family:'Typography Times Regular', Courier, monospace; 
}

h1 {
    color: #60a4a4;
    font-family: arial, sans-serif;
    font-size: 48px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    padding-top:10px;   
    font-family:'Typography Times Regular', Courier, monospace; 
}

h2 {
    color: #ffffff;
    font-family: arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    padding-bottom:30px;   
}

.centrer {
    text-align: center;
}

.customText {
    color: #000000;
    font-family: arial, sans-serif;
    font-size: 20px;
}

/* .bandeau {
    background-color:#969696;
    margin-top:-30px;
} */

.btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:visited {
    background-color: #60a4a4 !important;
}