/******************************

[Table of Contents]

1. Fonts
2. Html - Body

******************************/


/*********************
1. Fonts
*********************/

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

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

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


/*********************
2. Html - Body
*********************/


/* menu top start */

.menu-top {
    background-color: #0D1315;
    padding: 0 80px 0 80px;
    font-size: .8rem;
}

.menu-t {
    padding: 0;
    margin: 0;
}

.menu-t>li {
    color: white;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.menu-t li>a {
    font-family: 'Hybrea-Regular';
    font-size: 1.2em;
    color: white;
    padding: 3px 14px;
    display: block;
}

.language-left .menu-t li a:first-of-type {
    padding-left: 0;
}


/* menu top end */

.text-home {
    font-family: 'Hybrea-Regular';
    /* font-weight: 600; */
    font-size: 2em;
}

.menu-center {
    margin: 0;
}

.menu-center>li {
    color: white;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.menu-center li>a {
    color: white;
    padding: 3px 14px;
    display: block;
}


/* Links */

a {
    color: #fff;
}

a:hover {
    color: #cd1719 !important;
    text-decoration: none;
}

.active {
    color: #cd1719 !important;
}

.sub-menu {
    color: #cd1719 !important;
}

.link-menu {
    color: #fff;
}

.link-menu:hover {
    background-color: transparent !important;
    text-decoration: none;
}

.dropdown-item {
    color: #fff;
    background-color: #0D1315 !important;
}

.dropdown-item:hover {
    /* color: #cd1719 !important;
    border: 1px solid #810204 !important; */
    color: #fff !important;
    background-color: #cd1719 !important;
}

.dropdown-menu {
    background-color: transparent !important;
    border: none;
}


/* Links end */

body {
    font-family: 'Hybrea-Regular';
    /* background-color: #0D1315;*/
    background-color: #2b2b2b;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.nav-link {
    /* color: #fff !important; */
    background-color: transparent !important;
    border-color: transparent !important;
}

.btn-light {
    padding: 0;
}

.link-page {
    color: #cd1719;
    background-color: transparent;
}

.link-page:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #cd1719;
    border-color: #cd1719;
}

p {
    font-family: 'Exo-Regular';
    font-size: 1em;
}

.oeuvres {
    font-family: 'Exo-Regular';
    background: #0D1315;
    width: 100%;
    font-size: 1em;
    /* height: 60px; */
    padding: 10px 0;
}

.image {
    width: 100%;
}

.media {
    width: 100%;
    /* -webkit-filter: sepia(1);
    filter: sepia(1); */
    /* -webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(2);
    filter: grayscale(100%) brightness(40%) sepia(10%) hue-rotate(-50deg) saturate(600%) contrast(0.8); */
}

.media:hover {
    /* -webkit-filter: none;
    filter: none; */
}

.overlay {
    padding: 10px;
    width: 100%;
}

.logo {
    width: 70px;
    height: 50px;
}

.ui-accordion-content {
    min-height: 800px;
}

.accordion-content {
    margin: 80px !important;
}

.next-prev {
    font-size: .9em !important;
    border-color: unset !important;
    border-color: transparent !important;
}

.next-prev:hover {
    color: #cd1719;
    background-color: unset !important;
}


/* For the "inset" look only */

html {
    overflow: auto;
}

body {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    padding: 30px;
    overflow-y: scroll;
    overflow-x: hidden;
}


/* Let's get this party started */

::-webkit-scrollbar {
    width: 12px;
}


/* Track */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #cd1719;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #cd1719;
}


/* 121 -  */

.line-height {
    line-height: 1.5;
}

.line-height2 {
    line-height: 1.7;
}


/* Modal center */

#modal-1 .modal-dialog,
#modal-2 .modal-dialog,
#modal-3 .modal-dialog,
#modal-4 .modal-dialog,
#modal-5 .modal-dialog,
#modal-6 .modal-dialog,
#modal-7 .modal-dialog,
#modal-8 .modal-dialog,
#modal-9 .modal-dialog,
#modal-10 .modal-dialog,
#modal-11 .modal-dialog,
#modal-12 .modal-dialog,
#modal-13 .modal-dialog {
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    margin: 0 auto;
}

.modal-content {
    background-color: #2b2b2b;
    color: white;
}

.last {
    background-color: #0D1315;
}

.logo-calq {
    width: 15%;
    height: 100%;
}

.media-logo {
    display: flex;
    justify-content: center;
}