
@font-face {
    font-family: "BenchNine Regular";
    src: url('police/BenchNine-Regular.ttf');
}


@font-face {
    font-family: "BenchNine Light";
    src: url('police/BenchNine-Light.ttf');
}

@font-face {
    font-family: "BenchNine Bold";
    src: url('police/BenchNine-Bold.ttf');
}

* {
    font-family: 'BenchNine Regular', 'Helvetica Neue';
    font-size: 18px;
}

h3 {
    font-family: 'BenchNine Bold', 'Helvetica Neue' !important;
    font-size: 38px !important;
}

.vertical-center {
    min-height: 85vh;
    display: flex;
    align-items: center;
}

body {
    background-image: url("../images/fond/fond--1.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center ;
}

.colorcontain{ 

    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.6);
}


#footer{
    position:fixed;
    bottom: 2%;
    width: 100%;
    text-align: right;
}

.roundedImage{
    border-radius:      1em;
    height:             100px;
    -moz-border-radius: 1em;
    background-color: darkorange;
    position: absolute;
    width: 100px;
    margin-top: -18%;
    margin-left: -7%;
}

.borderHome{
    border: solid;
    border-color: darkorange; 
     border-radius: 25px;
}
