/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    max-width: 100%;
}
body, html {
    height: 100%;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'Alte Haas Grotesk bold';
    src: url('../fonts/AlteHaasGrotesk_Bold.eot');
    src: url('../fonts/AlteHaasGrotesk_Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AlteHaasGrotesk_Bold.woff2') format('woff2'),
    url('../fonts/AlteHaasGrotesk_Bold.woff') format('woff'),
    url('../fonts/AlteHaasGrotesk_Bold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'iA Writer Quattro V italic';
    src: url('../fonts/iAWriterQuattroV-Italic.eot');
    src: url('../fonts/iAWriterQuattroV-Italic.eot?#iefix') format('embedded-opentype'),
    url('./fonts/iAWriterQuattroV-Italic.woff2') format('woff2'),
    url('../fonts/iAWriterQuattroV-Italic.woff') format('woff'),
    url('../fonts/iAWriterQuattroV-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro-Regular.eot');
    src: url('../fonts/MinionPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MinionPro-Regular.woff2') format('woff2'),
    url('../fonts/MinionPro-Regular.woff') format('woff'),
    url('../fonts/MinionPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'iA Writer Quattro V';
    src: url('../fonts/iAWriterQuattroV-Regular.eot');
    src: url('../fonts/iAWriterQuattroV-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iAWriterQuattroV-Regular.woff2') format('woff2'),
    url('../fonts/iAWriterQuattroV-Regular.woff') format('woff'),
    url('../fonts/iAWriterQuattroV-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alte Haas Grotesk';
    src: url('../fonts/AlteHaasGrotesk.eot');
    src: url('../fonts/AlteHaasGrotesk.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AlteHaasGrotesk.woff2') format('woff2'),
    url('../fonts/AlteHaasGrotesk.woff') format('woff'),
    url('../fonts/AlteHaasGrotesk.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* BASE */

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

.fade-delay-1 {
    opacity: 1;
    -moz-animation: fadein 500ms linear; /* Firefox */
    -webkit-animation: fadein 500ms linear; /* Safari and Chrome */
    -o-animation: fadein 500ms linear;/* Opera */
    animation: fadein 500ms linear;
}

body {
    margin: 0;
    font-family: 'iA Writer Quattro V', sans-serif;
    font-size:17px;
}

img {
    border: 0;
}

ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:active, a:focus {
    color: inherit;
    outline: none;
}

input, select {
    font-family: inherit;
    font-size: inherit;
    padding: 0;
    width: 100%;
    outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: inherit;
}
::-moz-placeholder { /* Firefox 19+ */
    color: inherit;
}
:-ms-input-placeholder { /* IE 10+ */
    color: inherit;
}
:-moz-placeholder { /* Firefox 18- */
    color: inherit;
}


/* slick */

.slick-prev:hover, .slick-prev:focus{
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E") 0;
    width: 27px;
    height: 44px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
    left: 6px;
    z-index: 999;
    transform: translateY(-50%);

}
.slick-prev{
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23AAAAAA'%2F%3E%3C%2Fsvg%3E") 0;
    width: 27px;
    height: 44px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
    left: 6px;
    z-index: 999;
    transform: translateY(-50%);
}
.slick-next{
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23AAAAAA'%2F%3E%3C%2Fsvg%3E") 0;
    width: 27px;
    height: 44px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: translateY(-50%);
    z-index: 999;
}
.slick-next:hover, .slick-next:focus{
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E") 0;
    width: 27px;
    height: 44px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
    z-index: 999;
    transform: translateY(-50%);

}

.slick-prev:before, .slick-next:before {
    content: ""
}
.slick-arrow.slick-disabled {
    display: none !important;
}
.slick-next{
    right: -90px;
}
.slick-prev {
    left: -90px !important;
}

#navigation {
    margin: 0 auto;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}


/* HOME */
.logoo img {
    width: 7em;
    position: absolute;
    top: 15px;
    left: 15px;
}

#logo-bottom img {
    /*width: 10%;*/
    /*position: fixed;*/
    /*bottom: 30px;*/
    /*right: 35px;*/
}
.logo, .log-menu {
    position: fixed;
    z-index: 9999999999999;
    padding-top: 30px;
    padding-left: 30px;
}


#menu {
    font-family: "iA Writer Quattro V", sans-serif;
}
.submenu {
    padding: 15px 0px 35px 0px;
    line-height: 20px;
    display: inline-block;
    font-family: Alte Haas Grotesk bold;
    position: fixed;
    right: 16px;
}

#acceuil {
    width:100%;
    background-image: url("../img/CHB_SITE_24_01.jpg");
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "iA Writer Quattro V", sans-serif;
}
#restauration {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    width:100%;
    height: 100vh;
    /*background-position: center;*/
    background-repeat: no-repeat;
    background-image: url("../img/CHB_SITE_24_02.jpg");


}
#contact {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/CHB_SITE_24_06.jpg");
}
.contact  {
    position: absolute;
    text-align: left;
    bottom: 50%;
    left: 35px;
    color: #000000;

    transform: translateY(50%);
    /*font-family: "Alte Haas Grotesk", sans-serif;*/

    line-height: 21px;
}

.holidays{
    position: absolute;
    text-align: left;
    top: 20%;
    left: 35px;
    color: #000000;
    font-weight: bold;
    /*font-family: "Alte Haas Grotesk", sans-serif;*/

    line-height: 21px;
}
h6, H3 {
    font-family: "Alte Haas Grotesk bold", sans-serif;
    font-size: 40px;
    margin-bottom: 15px;
}

/*.vacations {*/
/*    position: absolute;*/
/*    text-align: left;*/
/*    bottom: 40%;*/
/*    left: 35px;*/
/*    font-size: 40px;*/
/*    line-height: 40px;*/
/*    color: #ffffff;*/
/*    font-family: "Alte Haas Grotesk bold", sans-serif;*/
/*}*/
/*#secondPage {*/
/*    -webkit-background-size: cover;*/
/*    -moz-background-size: cover;*/
/*    -o-background-size: cover;*/
/*    position: relative;*/
/*    width:100%;*/
/*    height: 100vh;*/
/*    background-image: url("../img/CHB-SITE2.jpg");*/
/*    background-position: center;*/
/*    !*background-size: 100% 100%;*!*/
/*    background-repeat: no-repeat;*/
/*    min-height: 50vh;*/

/*}*/
/* menu mobile */
.menu-toggle2 {
    cursor: pointer;
}
.menu-toggle, .nav {
    display: none;
    cursor: pointer;
}
.nav {
    display: none;
    position: fixed;
    background-color: #ffffff;
    color: black;
    width: 100%;
    z-index: 9999999999999;

}

.nav.active {
    display: block;
}

#chambres {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    width:100%;
    height: 100vh;
    background-image: url("../img/chateaudelahauteborde_r3_04.jpg");
    background-position: center;
    background-repeat: no-repeat;
}
#staysContent {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    width:100%;
    height: 100vh;
    background-color: #d6d1c1;
    background-position: center;
    background-repeat: no-repeat;
}

.about {
    position: absolute;
    text-align: left;
    bottom: 30px;
    left: 35px;
    font-size: 26px;
    line-height: 28px;
    color: #ffffff;
}
.title-bedroom {
    font-family: "Alte Haas Grotesk bold", sans-serif !Important;
    font-size: 57px !important;
    padding-bottom: 30px;

}
.bedroom-text p, .stays-text p, .private-text p {
    font-family: "iA Writer Quattro V", sans-serif;
    font-size: 17px !important;
    line-height: 23px;
}

.bedroom-text, .private-text {
    position: absolute;
    top: 40%;
    left: 3%;
    font-size: 17px !important;
}

.home-text {
    position: absolute;
    top: 15%;
    left: 30px;
    line-height: 23px;
    font-weight: bolder;
}

bedroom-text-mob {
    display: none !important;
}
.mailto {
    text-align: center;
    margin-top: 39px;
    font-family: "iA Writer Quattro V", sans-serif;
}
.mailtoPrivacy {
    margin-top: 39px;
    font-family: "iA Writer Quattro V", sans-serif;
}
.mailto a{
    border: 1.5px solid black;
    padding: 6px 30px 6px 30px;
}
.mailtoPrivacy a{
    border: 2px solid #000000;
    padding: 6px 30px 6px 30px;
}
.mailtoEvent a {
    border: 2px solid #000000;
    padding: 6px 20px 6px 20px;
}
.buttonResto {
    position: absolute;
    top: 20%;
    right: 116px;

}

/*.blockPdf {*/
/*    display: inline-block;*/
/*    color:#000000*/
/*}*/

.pdf {
    color: #ffffff;
    font-size: 22px;
    line-height: 40px;
}
@media (max-aspect-ratio: 16/9) {
    .video-background {
        width: 177.78vh;
        height: 100vh;
    }
}

/*.private-text > p {*/
/*    line-height: 20px;*/
/*}*/
.video-background {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw; /* ratio 16:9 */
    min-height: 100vh;
    min-width: 177.78vh; /* ratio inverse pour couvrir l’écran */
    transform: translate(-50%, -50%);
    z-index: -1;
    overflow: hidden !important;
}
/*.video-background iframe {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border: none;*/
/*}*/

/*.video-background2 {*/
/*    position: fixed;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    width: 100vw;*/
/*    height: 56.25vw; !* ratio 16:9 *!*/
/*    min-height: 100vh;*/
/*    min-width: 177.78vh; !* ratio inverse pour couvrir l’écran *!*/
/*    transform: translate(-50%, -50%);*/
/*    z-index: -1;*/
/*    overflow: hidden;*/
/*}*/
.video-background2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    overflow: hidden;
}
/*#evenements-mobile {*/
/*    display: block;*/
/*    -webkit-background-size: cover;*/
/*    -moz-background-size: cover;*/
/*    -o-background-size: cover;*/
/*    position: relative;*/
/*    width:100%;*/
/*    height: 100vh;*/
/*    background-image: url("../img/CHB_SITE_24_04.jpg");*/
/*    background-position: center;*/
/*    !*background-size: 100%;*!*/
/*    background-repeat: no-repeat;*/
/*    font-family: "iA Writer Quattro V italic", sans-serif;*/
/*}*/
/*.private-text {*/
/*    position: absolute;*/
/*    top: 40%;*/
/*    left: 35px;*/
/*}*/

#evenements {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    width:100%;
    height: 100vh;
    /*background: url("https://player.vimeo.com/video/1135795167?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479&amp;autoplay=1&amp;muted=1&amp;loop=1");*/
    background-position: center;
    /*background-size: 100%;*/
    background-repeat: no-repeat;
    font-family: "iA Writer Quattro V", sans-serif !important;
    color: white;
    overflow: hidden;
}
#artsPage >select {
    color: #ffffff;
}

#arts {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    width:100%;
    height: 100vh;
    /*background-image: url("../img/CHBArts_PabloBolumar_PedroSerrano6.jpg");*/
    background-position: center;
    background-repeat: no-repeat;
    letter-spacing: 1.5px;
    overflow: hidden;
}
.absoluteCenter {
    position: absolute;
    top: 50%;
    left: 35px;
    color: #FFFFFF;
    /*font-size: 35px;*/
    z-index: 99999999999;
}

#reservationPage {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    width:100%;
    min-height: 100vh;
    background-position: center;
    background-size: contain;
    background-repeat: repeat !important;
    background-color: #ebebeb;
}
#apartmentIframeAll {
    padding-top: 80px;
    text-align: center;
}
#footer {
    padding: 30px;
    background-color: #ae7955;
}

.instagramFeed {
    margin-top: 50px;
    margin-bottom: 20px;
}
.hometextMob{
    font-size: 13px !important;
}



.instagramPicture {
    position: relative;
    overflow: hidden;
    max-height: 480px;
}

.instagramPicture img {
    width: 100%;
}
.instagramContainer {
    width: 33%;
    display: inline-block;
    border-style : none ;
    vertical-align: top;
    padding: 30px 0px;
    box-sizing: border-box;
    overflow: hidden;
    max-height: 505px;
    overflow: hidden !important
}
.instagramBackground:hover  {
    opacity: 1;
}
.contact-mobile {
    display: none;
}
.instagramPicture a {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.instagramPicture a iframe {
    background: #000;
    border: none;
    /* flex-grow: 1;*/
}
.hometextMob {
    display: none !important;
}
.homeInstagramOverlay {
    position: absolute;
    opacity: 0;
    width: 100%;
    top: 50%;
    font-size: 25px;
    transform: translateY(-50%);
    color: #FFFFFF;
}

.instagramBackground {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 2px;
    text-align: center;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    transition: opacity .5s;
    color: #ffffff;
}
.homeInstagramOverlayIcon {
    display: inline-block;
    padding-right: 10px;
}
.instagramOverlay {
    position: absolute;
    width: 100%;
    top: 50%;
    font-size: 25px;
    transform: translateY(-50%);
    color: #FFFFFF;
}

.homeInstagramTitle{
    padding-left: 10px;
}
.instagramLatest {
    margin: 36px;
}

/* FOOTER */
#footer {
    font-size: 12px;
    font-weight: 100;
}

.footerDescription {
    font-size: 20px;
    line-height: 22px;
    /*font-family: "Alte Haas Grotesk", sans-serif;*/

}
.footerTitle {
    font-family: "Alte Haas Grotesk bold", sans-serif;
    font-size: 25px;
    padding-bottom: 10px;
}
/* bedroom */
.bedroomTitle, .adminTitle {
    padding-top: 50px;
    text-align: center;
    font-family: "Alte Haas Grotesk bold", sans-serif;
    font-size: 25px;
    padding-bottom: 10px;
}

#bedroomReservPage {
    max-width: 1600px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    width:100%;
    min-height: 100vh;
    background-position: center;
    background-size: contain;
    background-repeat: repeat !important;
    background-color: unset;
}
.roomDescription {
    text-align: center;
    padding-bottom: 50px
}
.roomDescription p {
    /*font-family: "Alte Haas Grotesk", sans-serif;*/
    line-height: 26px;
    font-size: 16px;
}
.reserveColor{
    margin:0 auto;
    padding:20px 50px 50px 0px;
}
.alreadyReserved {
    background: #F3BFBE;
    height: 30px;
    width: 60px;
    display: inline-block;
    vertical-align: middle;

}
.alreadyReservedText {
    display: inline-block;
    width: 130px;
    vertical-align: middle;
    font-family: 'iA Writer Quattro V';
}

/* SLICK */
.sliderReservation {
    padding: 15px 50px;
}
.slider-for{
    width: 500px;
    height: 300px;
    margin: 0 auto 1px;
    overflow: hidden;
    border-width: 15px;
}
.slider-nav{
    width: 500px;
    margin: auto;
    padding: 15px 0px 0px 0px;
    display: block;
}
.slider-nav .item {
    margin: auto 10px;
    border-radius: 7px;
}
.slider-nav .slick-track{
    height: 200px;
}
.rotate {
    webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    /*font-family: 'Alte Haas Grotesk bold';*/
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 30%;
    left: 40px;

}

.picturesReservation {
    display: none !important;
}
.picturesReservation .item {
    display: inline-block;
    vertical-align: middle;
    padding: 15px;
}
.picturesReservation {
    padding: 60px;
}
.reservationPageIframe {
    padding: 95px 60px 0 60px;
}

/* ADMIN */
#createArtcliePage h1 {
    text-align: center;
    margin: 15px;
}
.adminMenu {
    text-align: center;
    justify-content: center;     /* Alignements des liens dans le menu */
    display:flex;
    margin: 0 auto;
}
.adminMenu > li {
    display: inline-block;
    margin: 0 auto;
    font-family: "Alte Haas Grotesk", sans-serif;
    line-height: 26px;
    font-size: 16px;
    border-bottom: 1px solid black;
}
.input-item {
    background: #fff;
    color: #333;
    border:1px solid black;
    padding: 14.5px 5px 15px 9px;
    margin: 10px 0;
    border-radius: 5px 0px 0px 5px;
}
textarea {
    background: #fff;
    color: #333;
    width: 100%;
    height: 200px;
    border:1px solid black;
    padding: 14.5px 5px 15px 9px;
    margin: 10px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    text-align: center;
}
.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background: #93a0a6;
    padding: 15px 20px;
    display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background: white;
    color: #93a0a6;
    border: 1px solid #93a0a6;
}
.inputfile + label {
    cursor: pointer; /* "hand" cursor */
}

.button {
    position: relative;
    background-color: #0096FF;
    border: none;
    font-size: 28px;
    color: #FFFFFF;
    padding: 10px;
    width: 150px;
    border-radius:10px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}
th,td {
    border:1px solid lightGrey;
}

.listNews {
    margin: 50px 30px 0 30px;
}
.news {
    overflow: hidden;
    max-width: 100%;
    padding: 30px 0;

}
.homeNewsTitle {
    font-size: 30px;
    color: #000000;
    text-align: center;
    margin: 45px;
    font-family: 'iA Writer Quattro V' !important;
}
.newsPageTitle {
    margin: 30px 0;
    color: #000;
}

/* COOKIES*/
.cookie-banner {
    position: fixed;
    bottom: 40px;
    left: 10%;
    right: 10%;
    width: 80%;
    padding: 23px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(0,0,0,0.8);
    border-radius: 5px;
    color: #ffffff !important;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.close {
    height: 20px;
    cursor: pointer;
}
/* ADMIN */
.connexionForm {
    width: 50%;
    margin: 0 auto;
}


/*#sidebar-wrapper {*/
/*    background: lightgrey;*/
/*    position: fixed;*/
/*    background-image: url('./img');*/
/*    background-repeat: no-repeat;*/
/*    left: 0;*/
/*    background-position: bottom left 10%;*/
/*    background-size: 220% auto;*/
/*    height: 100%;*/
/*    z-index: 10000;*/
/*    overflow-y: scroll;*/
/*    transition: all .4s ease 0s;*/
/*}*/
#sidebar{
    padding-bottom: 20px;
}
.sidebar-nav {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-nav > .sidebar-brand a img {
    padding: 20px 10px;
    display: block;
    margin: auto;
}
#sidebar_menu li .nav-links,
.sidebar-nav li .nav-links {
    color: black;
    display: block;
    padding: 8px 0px;
    text-decoration: none;
    background-color: lightgrey;
    border-top: 1px solid #353d46;
    border-bottom: 1px solid #353d46;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -ms-transition: background .5s;
    transition: background .5s;
}
.sidebar-nav ul {
    list-style-type: none;
    padding-left: 0;
}
.sidebar-nav li .nav-links-child{
    color: #aeb9c5;
    display: block;
    font-size: 0.9rem;
    text-decoration: none;
    background: #343a42;
    border-top: none;
    text-indent: 0;
    padding: 0px 10px;
    border-bottom: none;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -ms-transition: background .5s;
    transition: background .5s;
}
.sidebar-nav li ul li{
    color: #aeb9c5;
    display: block;
    font-size: 0.9rem;
    background: #343a42;
    text-indent: 10px;
}
.sidebar_name {
    padding-top: 25px;
    color: #fff;
    opacity: .7;
}
.sidebar-nav li {
    text-align: left;
    line-height: 40px;
    text-indent: 20px;
    text-decoration: none;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
}
.sidebar-nav li a:hover {
    color: #fff;
    background-color: #525d69;
}
.sidebar-nav li a.active {
    color: #fff;
    background-color: #525d69;
}
.sidebar-nav > .sidebar-brand a {
    color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.sidebar-nav li .nav-links svg,
.sidebar-nav li .nav-links .fa,
.sidebar-nav li .nav-links img{
    margin-right: 10px;
}

* { box-sizing: border-box; }

/* force scrollbar */
html { overflow-y: scroll; }


/* ---- grid ---- */

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {

}

.grid-item {
    float: left;
    width: 32%;
}

.grid-item img {
    display: block;
    max-width: 100%;
}
.newsDetailsTitle{
    font-family: 'Alte Haas Grotesk bold';
    font-size: 30px;
    text-align: left;
    color: black;
}

.newsDetailsDate{
    font-family: 'Alte Haas Grotesk';
    padding:15px 0;
    font-size: 10px;
    text-align: left;
}
.newsDetailsContent {
    overflow: hidden;
    line-height: 25px;
    padding: 10px;
}
.newsDetailsContent p {
    margin: 30px;
}
.newsDetailsPictures{
    margin: 0 -15px 30px -15px;
    overflow: hidden;
}

.newsDetailPictures img {
    width: 100%;
    height: auto;
}
.newsDetail {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: auto;
}


/* code test */
.schedule {
    padding: 40px;
    position: relative;
}

.year {
    position: absolute;
    left: 90px;
    top: 30px;
    transform: rotate(-90deg) translateY(-50%);
    transform-origin: left top;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: "Alte Haas Grotesk bold", sans-serif;
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-left: 120px;
}

.card {
    position: relative;
    aspect-ratio: 1 / 1;
    border: 4px solid #000;
    background: #d6d1c1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Alte Haas Grotesk bold", sans-serif;
}

.card.image {
    background-image: url("../img/CHBArts_PabloBolumar_PedroSerrano6.jpg");
    background-size: cover;
    background-position: center;
}

.card.tba {
    font-size: 20px;
    font-weight: 500;
    text-transform: lowercase;
    font-family: "Alte Haas Grotesk bold", sans-serif;
}

.category {
    position: absolute;
    font-family: "Alte Haas Grotesk bold", sans-serif;
    top: 12px;
    right: 12px;
    font-weight: 600;
    font-size: 25px;
}

.place {
    position: absolute;
    font-family: "Alte Haas Grotesk bold", sans-serif;
    left: 30px;
    bottom: 12px;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    font-weight: 700;
    font-size: 25px;
}

.dates {
    font-family: "Alte Haas Grotesk bold", sans-serif;
    font-size: 50px;
    /*font-weight: 700;*/
    position: absolute;
    bottom: 0;
    right: 10px;
    line-height: 1.1;
}
