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

@font-face {
	font-family: "font";
	font-weight: bold;
    src: url('../fonts/font-bold.ttf');
}

body {
    min-height: 100%;
    font-family: "font";
}

.header__logo_img {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 80px;
    height: 90px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.core {
    width: 100%;
    margin-bottom: 50px;
    display: block;
    margin: auto;
}

.core__img {
    width: 100%;
    height: 100%;
}

.core__head {
    margin-top: 50px;
    width: 450px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.core__collection {
    max-width: 1052px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: grey;
    margin-bottom: 15px;
}

.core__table {
    text-align: center;
    display: table-cell;
    color: #a7a9ac;
}

.core__table span,
.core__head span {
    text-align: center;
    color: #a7a9ac;
    display: block;
}

.core__table img {
    width: 500px;
    height: 115px;
}

.core__barre-or {
    margin-left: 25px;
    margin-right: 25px;
    width: 2px;
    height: 60px;
    background-color: #cc9966;
}

.core__titre-bold {
    line-height: 35%;
    padding-bottom: 10px;
    margin-top: 0px;
    font-size: 26px;
    font-weight: bold;
}

.core__desc {
    font-size: 12px;
}

.core__bouton,
.core__head-bouton {
    margin-top: 30px;
    margin-bottom: 40px;
    width: 190px;
    height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.core__head-bouton {
    width: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.core__bouton-plaquette {
    width: 190px;
}

.core__bouton-site {
    width: 150px;
}

footer {
    color: white;
    background-color: #a7a9ac;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer__logo_img {
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25px;
    height: 25px;
}

.footer__text {
    color: white;
    text-align: center;
}

.footer__text a:link {
    color: white;
    text-decoration: none;
}

.footer__text a:visited {
    color: white;
    text-decoration: none;
}

.footer__text a:active {
    color: white;
}

.footer__cr {
    margin-top: 10px;
    font-size: 9px;
}    

@media only screen and (max-width: 980px) {
    .header__logo_img {
        width: 120px;
        height: 130px;
    }

    .core__img {
        margin-bottom: 50px;
    }

    .core__head-bouton {
        display: none;
    }

    .core__table,
    .core__table-head {
        display: block;
    }

    .core__titre {
        font-size: 25px;
    }
    
    .core__barre-or {
        width: 0px;
        height: 0px;
    }

    .core__desc {
        font-size: 9px;
    }

    .core__titre-bold {
        line-height: 50%;
        padding-bottom: 10px;
        margin-top: 0px;
        font-size: 45px;
        font-weight: bold;
    }

    .footer {
        position: fixed;
        bottom: 0;
    }

    .footer__text {
        font-size: 9px;
    }

    .footer__cr {
        font-size: 6px;
    }
}