html, body {
	font-size: 17px;
	font-family: ubuntulight;
}

h1, h2, h3 {
    font-family: ubuntumedium;
}

h1 {
	font-size: 32px;
	text-transform: uppercase;
}

a {
    color: #4c7a61;
    font-family: ubuntumedium;
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline;
}
	
b, strong {
	font-family: ubuntumedium;
}

.error {
    color: #cf1124;
}

nav {
	background-color: #000;
}


nav ul {
	position: relative;
	padding: 0;
    margin: 20px 0;
    width: 100%;
    background-color: #000;
}
	
nav ul li {
	padding: 0;
	margin: 25px 0;
	list-style: none;
	color: #fff;
    font-size: 13px;
    text-align: center;
}
nav ul li a {
	color: #fff;
	text-decoration: none;
}

nav ul li img {
	padding: 5px 5px 0 5px;
    margin: 0;
	width: 20px;
}

nav ul li span {
	display: block;
}
	
nav img.logo {
    position: fixed;
    padding: 10px;
	width: 50px;
	text-align: center;
}

#logo-mobile {
    display: none;
}

.title {
	margin: auto;
	width: fit-content;
}

#calfilters {
    background-color: #fff;
}

#calfilters div.calfilters-header {
    font-family: ubuntumedium;
    font-size: 17px;
    color: #fff;
    background-color: #000;
}

#calfilters-reset {
    font-size: 80%;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

#calfilters-reset::before {
    content: "\2716";
    font-size: 100%;
    font-weight: bold;
    top: 0;
}

#calfilters div.search-zone {
    font-family: ubuntumedium;
    text-transform: uppercase;
    cursor: pointer;
}

#calfilters div.search-zone.active::before {
    content: "\25b6";
    position: relative;
    top: -1px;
    margin-right: 10px;
}

#calfilters div.search-zone.disabled {
    opacity: 0.35;
}


#calfilters div.search-zone:hover {
    opacity: 1;
}

#calfilters input.reshsearch {
	border: solid 1px #000;
}

#calfilters input.reshsearch.focus {
    border: solid 1px #000;
}

#calfilters button {
	border-radius: 0;
}

#calfilters form.exhibition  {
	font-family: ubuntumedium;
	font-size: 14px;
}

/*
#calfilters div.search-zone.more::before {
    content: '\0271A';
    margin: 0 8px;
}
*/

div.dealers {
    padding: 20px;
    color: #000;
    background-color: #fff;
    border-radius: 6px;
    border: 3px solid #000;
    box-sizing: border-box;
}

div.dealers .content {
	 height: calc(100% - 65px);
}

div.dealers .website {
    display: flex;
    justify-content: left;
    align-items: flex-end;
    height: calc(100% - 85px);
}

div.dealers .img {
	display: flex;
	justify-content: center;
    align-items: center;
    height: calc(100% - 65px);
}

div.dealers img {
    display: block;
    margin: 40px auto;
    max-width: 100%;
    max-height: 130px;
}

div.dealers-header {
	margin-bottom: 20px;
}

div.dealers-header h1 a {
	color: #000;
}

div.dealers-header img {
	max-width: 100%;
	max-height: 80px;
	float: right;
}

div.menuinfo {
	min-width: 180px;
}

div.events {
    padding: 20px;
    min-width: 300px;
    color: #000;
    background-color: #fff;
    box-sizing: border-box;
}

div.events .content {
     height: calc(100% - 55px);
}

div.events img, div.event img {
    width: 100%;
}

div.events .detail div {
    margin-top: 10px;
}

div.events .detail .label {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

div.events .detail .label :first-child {
    margin-right: 15px;
}

div.events button {
    float: right;   
    margin: 25px 0 0 0;
}

div.events {
	border-radius: 12px;
	border: 3px solid #000;
}

div.events h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    font-size: 22px;
    line-height: 1.2;
}

div.event header h1 {
    padding: 0;
    margin: 20px 0;
    font-weight: normal;
    font-family: ubuntumedium, sans-serif;
    font-size: 50px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #000;
}

div.event header .label, div.event section .label {
    margin: 20px 0;
}

div.event footer p.social {
	margin-top: 32px;
}

div.event footer p.social img {
	margin-right: 16px;
	width: 32px;
	height: 32px;
}

/*
    INFORMATIONS
*/
ul.informations {
	position: relative;
	top: 0;
	padding: 0;
}

ul.informations li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background-color: #fcfcfc;
	font-family: ubuntumedium;
    font-weight: bold;
    font-size: 110%;
    text-transform: uppercase;
    text-decoration: none;  
}

ul.informations li.first {
    border-right: 1px solid #bbb;
    background-color: #fff;
    height: 10px;
}

ul.informations li.active {
    border-right: none;
    background-color: #fff;
}

ul.informations li.last {
	position: relative;
    border-right: 1px solid #bbb;
    border-bottom: none;
    background-color: #fff;
    bottom: 0;
    min-height: 300px;
}

ul.informations li:hover {
	background-color: #000;
	color: #fff;
	border-right: none;
	cursor: pointer;
}

ul.informations li.active:hover {
    background-color: #fff;
    color: #000;
    border-right: none;
    cursor: default;
}

ul.informations li.first:hover, ul.informations li.last:hover {
	border-right: 1px solid #bbb;
    background-color: #fff;
    color: #fff;
    cursor: default;
}

@media (max-width: 749px) {

    #core {
        padding: 0 20px;
    }
    
    #coreyout.calendar #core {
        padding: 0;
    }
    
    #menu-mobile-bg {
        background-image: url('../images/borderbg.webp');
        background-position: top left;
        background-size: auto;
        background-repeat: repeat-y;
        transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
    }

    nav ul {
        padding-top: 20px;
        margin: 0;
    }

    nav ul li {
        margin: 0 0 35px;
        font-size: 17px;
        text-align: left;
    }
    nav ul li a {
        display: flex;
        color: #fff;
        text-decoration: none;
    }

    nav ul li img {
        margin: 0 10px 0 20px;
        align-content: center;
    }

    nav ul li span {
        align-content: center;
        margin-top: 3px;
    }
        
    nav img.logo {
        width: inherit;
        height: 30px;
    }
    
    #logo {
        display: none;
    }

    #logo-mobile {
        display: block;
    }

}
