@font-face {
    font-family: 'Poppins';
    src: url(fonts/Poppins-Medium.ttf);
}

* {
    margin: 0;
    padding: 0;
}

body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #080808 !important;
    font-family: "Poppins, sans-serif";
    position: relative;
}

#valise {
    margin-left: 5%;
}

.infos {
    font-style: italic;
    font-weight: bold;
    color: #81312b;
    margin-left: 50px;
}

.checkin {
    font-weight: bold;
    color: #178f45;
}

.checkout {
    font-weight: bold;
    color: #86180a;
}

.lunch {
    color: #3c5a7c;
    font-weight: bold;
}

.hour {
    display: inline-block;
    width: 50px;
    color: #333333;
    font-weight: 500;
    border-right: 1px solid #d3d3d3;
    margin-right: 10px;
}

ul.subHours {
    list-style-type: none;
    margin: 0 75px;
    padding: 0 0;
}

ul.info {
    list-style-type: none;
    margin: 0 10px;
    padding: 0 0;
}

ul.info li {
    color: #000000;
    margin-left: 20px;
}

ul.flight {
    border-top: #c5b193 1px solid;
    list-style-type: none;
    margin: 0 10px;
    padding: 0 0;
}

.flightNumber {
    margin-left: 10px;
}

strong {
    color: red;
}

* {-moz-box-sizing: border-box; box-sizing: border-box;}

#header {
    display: block;
    float: left;
    width: 100%;
    height: 75px;
    background-color: #333333;
}

#header ul {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    list-style-type: none;
    margin-top: 20px;
}

#header ul li {
    display: inline-block;
    font-size: 1em;
    color: #ffffff;
    font-family: 'Poppins';
    margin-left: 1%;
}

#header ul li a {
    text-decoration: none;
    color: #ffffff;
}

#header ul li a:hover {
    color: #eb925f;
}

#pageContent {
    display: block;
    float: left;
    width: 100%;
    color: #000000;
    background-color: #ffffff;
}

h1 {
    margin-top: 85px;
    font-size: 2.5em;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-variant: small-caps;
}

hr {
    background-color: transparent;
    border:  transparent;
}

#column1 {
    display: block;
    float: left;
    margin-top: 1%;
    width: calc(100% - 215px);
    border-right: 1px solid #b8b8b8;
    color: #000000;
    background-color: #ffffff;
}

#column2 {
    display: block;
    float: right;
    width: 215px;
    min-height: 50vh;
    background-color: #ffffff;
}

#column2 ul {
    list-style-type: none;
}

.currentDay {
    display: block;
    float: left;
    width: 100%;
    border-bottom: #d4d4d4 1px solid;
    margin-bottom: 25px;
    text-align: center;
    color: #fc8a4a;
    font-size: 1.5em;
    font-weight: bold;
}

.day {
    display: block;
    float: left;
    width: 80%;
    margin: 2% 10% 0% 10%;
    border-radius: 5px 5px 0px 0px;
}

#accordionFlush {
    margin-top: 50px;
}

.accordion-item {
    margin-left: 1%;
}

.accordion-collapse {
    background-color: #ffffff;
    color: #000000;
    border: none;
}

.accordion-button.collapsed {
    background-color: #ffffff;
    color: #000000;

}

.accordion-button:not(.collapsed):hover { 
    background-color: #46442b; 
}

.accordion-button.collapsed:hover { 
    background-color: #eb925f; 
}

.accordion-button:not(.collapsed) {
    background-color: #ffffff !important;
    color: #eb925f !important;
}


.img {
    width: 32px;
    height: 32px;
    margin-left: 1%;
    margin-top: -2px;
}

#kpo {
    display: block;
    float: left;
    width: 100%;
    height: 400px;
    margin: 0;
}

.carousel-item {
    display: block;
    float: left;
    width: 100%;
    height: 400px;
}

.title {
    display: block;
    float: left;
    width: 100%;
    height: 40px;
    border-radius: 10px 10px 0px 0px;
    font-size: 2em;
    /*background: linear-gradient(90deg, rgba(252,138,74,1) 35%, rgba(225,85,7,1) 65%);*/
    background-color: #fc8a4a;
}

.title a {
    display: block;
    float: left;
    width: 100%;
    margin-top: 5px;
}

.title a .text {
    font-size: 1em;
    font-weight: bold;
    font-variant: small-caps;
    color: #ffffff;
    margin-left: 2%;
}

#footer {
	display: block;
    float: left;
    width: 100%;
    background-color: #080808;
    color: #ffffff;
}

#footer ul {
    list-style-type: none;
    margin-top: 1%;
}

#footer a {
    text-decoration: none;
    color: #ffffff;
}

#footer a:visited {
    text-decoration: none;
}

#footer a:hover {
    color: #fc8a4a;
}

input::after {
    background-color: #000000;
}


img.rokeLogo {
    display: block;
    float: left;
    width: 150px; 
    height:150px;
}

#aboutus {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 4%;
    background-color: #ffffff;
}

p.aboutus {
    display: block;
    float: left;
    width: 50%; 
    margin-left: 0%;
    margin-top: 3%;
}


/***********************
        CALENDAR        
************************/
#Calendar {
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: 5%;
}

#tCalendar {
    display: block;
    float: left;
    width: 200px;
    border: 1px solid #a1a1a1;
    text-align: center;
    border-radius: 5px;
    border-collapse: collapse;
}

#tCalendar tr {
    border-bottom: 1px solid #b8b8b8;
}

#tCalendar td.month {
    display: block;
    float: left;
    width: calc(200px - 2px);
    background-color: #47515e;
    border-bottom: #ffffff;
    color: #ffffff;
    margin: 0 0;
    font-size: 1.1em;
}

#tCalendar td {
    margin: 3px 0px;
    font-size: 0.9em;
}

#tCalendar td.one {
    display: inline-block;
    width: 28px;
}

#tCalendar td.two {
    display: inline-block;
    width: 28px;
}

#tCalendar td.three {
    display: inline-block;
    width: 28px;
}

#tCalendar td.four {
    display: inline-block;
    width: 28px;
}

#tCalendar td.five {
    display: inline-block;
    width: 28px;
}

#tCalendar td.six {
    display: inline-block;
    width: 28px;
}

#tCalendar td.seven {
    display: inline-block;
    width: 28px;
}

#tCalendar button.booked {
    width: 22px;
    background-color: #eb925f;
    color: #ffffff;
    border: none;
    border-radius: 18px;
    text-align: center;
}

#tCalendar button.notbooked {
    width: 22px;
    border: none;
    background-color: transparent;
    text-align: center;
    color: #838383;
}