/*!
 * OPTF Stylesheet
 */
html {
    position:relative;
    min-height: 100%;
}

html, body {
	margin: 0;
}

ul {
	padding-left: 3%;
}

ul li {
    list-style: disc;	
}

a.button {
	color: #fff;
	background-color: black;
	border-style: solid;
	border-radius: 0;
}

a.button:hover {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	background-color: #000;
	z-index: 500;
}

header h2 {
	float: left;
	vertical-align: bottom;
}

h1 {
    font-family: times new roman, Georgia;
    font-weight: bold;
    font-size: 2.4em;
    clear: both;
}

h2 {
    font-family: times new roman, Georgia;
    margin: 20px 0 35px 0;
    font-size: 175%;
    font-weight: bold;
    clear: both;
}

h3 {
    font-family: times new roman, Georgia;
    font-size: 150%;
    font-weight: bold;
    vertical-align: bottom;
    clear: both;
}

.formsHeader.level1 {
	font-family: times new roman, Georgia;
}

section {
	margin-bottom: 50px;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.right {
    margin: 0 auto;
    text-align: right;
}

#title_bottom {
    display: table-cell;
    height:100%;
    vertical-align: bottom;
}

#calcore {
	position: fixed;
    top: 20%;
    bottom: 70px;
    left: 0;
    right: 0;
	margin: 0 auto;
	background-color: blue;
	width: 95%;
	max-width: 1120px;
}

#calcore div.content {
	position: relative;
	width: 25%;
	height: 100%;
	float: left;
	border: solid #000 1px;
}

#calcore div.calendar {
	position: relative;
    width: 75%;
    height: 100%;
}

img.eventMain {
	margin-top: -30px;
}

img.eventList {
	margin: -10px;
	padding: 0;
    width: 100%;
}

div.dealerList {
	height: 120px;
}

img.dealerList {
	margin: 0;
    padding: 0 !important;
    max-width: 100%;
    max-height: 90px;
    border: none;
}

ul.informations {
	position: relative;
	top: 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: times new roman, Georgia;
    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;
}

p.inline {
	display: inline-block;
	vertical-align: top;
}

div.inline {
	display: inline-block;
	vertical-align: top;
}

.calcontainer {
	position: absolute;
	margin: 50px auto 0;
	width: 100%;
    max-width: 1120px;
	/*overflow: hidden;*/
	top: 20px;
	left: 0;
	right: 0;
	bottom: 50px;
	box-sizing: border-box;
}

.calframe {
    position: absolute;
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 99%;
    box-sizing: border-box;
}

.calblock {
	position: absolute;
    margin: 0;
    width: 100%;
    top: 60px;
    bottom: 0;
}

#calinfo {
	position: absolute;
	display: block;
	float: left;
	width: 25%;
	padding-top: 0;
	margin-top:0;
	/*height: 100%;*/
	top: 39px;
	bottom: 2px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	box-sizing: border-box;
	overflow: hidden;
}

#calinfo .header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 22px;
	width: 100%;
	/*margin: -35px 0 10px 0;*/
	padding: 2px 10px;
    background-color: #000;
    border-right: solid #000 0px;
    color: #fff;
    font-size: .9em;
    font-weight: bold;
    text-transform: uppercase;
}

#calinfo .close {
	cursor: pointer;
}

#calinfo .close:before {
    content: "\2716";
    font-size: 100%;
    font-weight: bold;
    top: 0;   
}

#calinfoReset {
	display: none;
	padding: 10px;
	font-weight: bold;
	font-size: 80%;
	color: #000;
	text-transform: uppercase;
    cursor: pointer;
}

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

#contentSearch {
	position: absolute;
	top: 26px;
	bottom: 0;
	left:0;
	right: 0;
	overflow: auto;
}

#calinfo .content {
	padding: 5px 0 5px 0;
	font-size: 1.2em;
	font-weight: bold;
}

#calinfo .content.event {
	margin-top: 35px;
    padding: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

#calinfo .content p {
	display: block;
    margin: 0;
    padding: 3px 0;
    font-size: .7em;
    font-weight: bold;
    line-height: 14px;
}

#calinfo .zone {
    height: 18px;
    padding: 3px;
    font-size: .7em;
    font-weight: bold;
    text-transform: uppercase;
}

#calinfo .content img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

#calinfo .content h5 {
	margin: 0;
	padding: 0;
	font-size: .8em;
    font-weight: bold;
    text-transform: uppercase;
}

#calinfo .description {
	
}

#contentEvent div.description, #contentEvent div.description p {
    display: block;
    font-size: .7em;
    padding: 0;
    font-size: .7em;
    font-weight: bold;
}

#contentEvent img.ticket {
	max-width: 20px;
	max-height: 20px;
	float: right;	
}

#calinfo .more {
	position: absolute;
    padding: 5px;
    bottom: 0;
    height: 30px;
    left: 0;
    right: 0;
    background-color: #fff;
}

#calinfo .more a {
	position: absolute;
    display: block;
    padding: 5px;
    bottom: 0;
    height: 20px;
    left: 0;
    right: 0;
    font-size: 12px;
    background-color: #000;
    text-align: right;
	color: #fff;
	text-decoration: none;
}

#calinfo .more a.share {
    position: absolute;
    display: block;
    padding: 5px;
    bottom: 0;
    height: 20px;
    left: 0;
    width: 10px;
    font-size: 12px;
    background-color: #000;
    text-align: left;
    color: #fff;
    text-decoration: none;
    z-index: 200;
}
/*
#calinfo .more a:after {
	content: "\f138";
}
*/
#calinfo div.searchZoneMore, #calinfo div.searchZoneLess {
	width: 88%;
	padding: 5px 6%;
	margin: 5px 0;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

#calinfo div.searchZoneMore:before {
    content: "\0271A"; /*U+0002B*/
}

#calinfo div.searchZoneLess:before {
    content: "\02012";
}

#calinfo .search:before {
    content: "\26B2";
    font-size: 100%;
    font-weight: bold;
    top: 0;
    transform: rotate(45deg);
}

#calinfo div.searchZoneList {
	display: none;
	width: 84%;
    padding: 5px 8%;
    margin: 5px 0;
    font-size: 90%;
    font-weight: bold;
    cursor: pointer;
}

#calinfoType {
	width: 90% !important;
	padding: 5%;
}

.chosen-container {
	width: 100% !important;
}

.chosen-select {
	min-width: 100px;
	width: 100% !important;
}

#calendar {
	position: relative;
	display: block;
    float: right;
	width: 75%;
	bottom: 6px;
}

#calendar-private {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 30px;
}

#calendar-iframe {
    position: relative;
    display: block;
    width: 100%;
}

#loading {
    position: absolute;
    display: none;
    top: 38px;
    bottom: 0;
    margin-left: 25%;
    width: 75%;
    background-color: rgb(0,0,0,0.1);
    background-image: url('img/loading.gif');
    background-repeat: no-repeat;
    background-position: center; 
    z-index: 2000;
}

#modx-topnav #limenu-OPTF>a:after{content:"\f0e8"}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    padding: 10px;
    background-color: #000;
    text-align: center;
    font-size: 12px;
    color: #fff;
    z-index: 10;
}

/*
footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #000;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
*/
footer a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

@media screen and (max-width: 960px) {
    #modx-topnav #limenu-OPTF > a:after {
      content: "";
      /* "\f0f6" */ }

}

p.bloc-info {
    padding: 13px 16px 0 16px;
    height: 30px;
    width: 230px;
    line-height: 1.625rem;
    border-color: transparent;
    box-shadow: 0 3px 5px 0 rgba(60,64,67,.18),0 1px 3px 1px rgba(60,64,67,.22)
}
p.bloc-info:hover {
    color: #fff;
    background-color: #000;
}

/*
lightbox
*/

.close.icon {
  color: #000;
  position: absolute;
  margin-top: 0;
  margin-left: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.close.icon:before {
  content: '';
  position: absolute;
  top: 10px;
  width: 30px;
  height: 2px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.close.icon:after {
  content: '';
  position: absolute;
  top: 10px;
  width: 30px;
  height: 2px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#shadowbody {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2999;
}

.preventscroll {
  overflow: hidden;
}

#lightbox {
  display: none;
  position: fixed;
  top: 25px;
  bottom: 6px;
  left: 20%;
  right: 20%;
  padding-top: 35px;
  background-color: #fff;
  box-shadow: 1px 1px 15px #555;
  z-index: 3000;
  overflow-y: auto;
}

#lightbox.strong {
	padding-top: 0px;
	top: 10px;
	left: 1%;
	right: 1%;
	width: 98%;
	margin: 0 auto;
	max-width: 1150px;
}
	
#lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  z-index: 10000;
}

#lightbox .close.icon {
  color: #000;
}

#lightbox .close.icon:hover::before {
  box-shadow: 0 0 15px #aaa;
}

#lightbox .close.icon:hover::after {
  box-shadow: 0 0 15px #aaa;
}

#lightbox .close.icon:active::before {
  box-shadow: 0 0 6px #aaa;
}

#lightbox .close.icon:active::after {
  box-shadow: 0 0 6px #aaa;
}

#lightbox h1 {
  width: 90%;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

#lightbox hr {
  border-color: #000;
}

#lightbox li {
  /*line-height: 1.4rem;*/
}

#form_contact .complement {
	display: none;
}

@media screen and (max-width: 960px) {
	#lightbox {
      top: 10px;
	  bottom: 6px;
	  left: 3%;
	  right: 3%;
	  box-shadow: 1px 1px 1px #555;
	}
	#lightbox h1 {
	  width: 85%;
	}
}
