/*GENERAL*/

h1, .uk-h1 {
  	font-size: 30px !important;
  	line-height: 40px !important;
}

h2, .uk-h2 {
  font-size: 30px !important;
  line-height: 40px !important;
}

.pagination{
	text-align: center;
	text-transform: uppercase;

}

.pagination ul > li > a, .pagination ul > li > span{
	background-color: #F9F9F9;
}

/*MENU + LOGO*/
@media (min-width: 768px) {
	.uk-navbar{
  	float: right;
	}
}

@media (min-width: 1220px){
	.tm-headerbar, .tm-navbar, .tm-footer {
  	margin-bottom: 20px;
  	margin-top: 25px;
	}

	.tm-navbar {
  	margin-top: 10px;
	}
}

@media (max-width: 900px) {
	.uk-navbar-nav > li > a {
	  padding: 0px 7px;
	  line-height: 44px;
	  /* 2 */
	  color: #666;
	  font-size: 14px;
	  letter-spacing: 1px;
	}
}


/*EB : PROCESS REGISTRATION*/
@media (max-width: 900px){
}

/*BREADCRUMB*/
ul.uk-breadcrumb{
	background-color: #f6f6f6;
	padding: 10px 20px;
	text-transform: uppercase;
}

/*SLIDESHOW ACCUEIL*/
h1.titre-slideshow{
	font-size: 54px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 66px;
	text-shadow:1px 1px 2px rgba(0,0,0,0.2);
}

h1.titre-slideshow span{
	font-size: 64px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 78px;
}

.uk-overlay-background {
    background: rgba(0, 0, 0, 0.3);
}

/*DEFINITION LIST*/
dt {
  	font-size: 16px !important;
}

dl.uk-description-list-horizontal dt, dl.uk-description-list-horizontal dd {
  	line-height: 24px;
}

dl.uk-description-list-horizontal > dd{
	margin-bottom: 15px;
}

/*ACCORDION*/

.uk-accordion-title {
	margin-top: 0;
	margin-bottom: 20px;
	padding: 5px 20px !important;
	background: #2aa22e;
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 0;
}

h3.uk-accordion-title{
	padding: 5px 20px !important;
}

/*EB : CATEGORY*/
#eb-category h1.eb-page-heading {
  margin: 0 0 20px 0 !important;
  border-bottom: 4px solid #eaeaea;
  text-transform: uppercase;
}


div.eb-event-date-container div.eb-event-date{
	background-color: #fbbc00;
}

div#eb-events.eb-events-timeline{
	background-color: #ffffff;
  	padding: 25px;
} 

@media (min-width: 1200px){
	.row {
	  margin-left: 0px;
	}
}

.eb-event-date-info > span{
	padding-right: 10px;
	border-right: 1px solid #e6e6e6;
}

.eb-event-date-info > span+span{
	padding-left: 10px;
	padding-right: none;
	border-right: none;
}

.eb-events-timeline .eb-taskbar{
	height: 30px;
	padding: 30px 0;
}

.eb-taskbar ul{
  	display: inline-block;
}

.uk-button, .btn{
	border-radius: 0 !important;
}

.eb-event-price-container{
	background-color: #2aa22e;
}

/*EB : EVENT*/

#eb-categories .eb-box-heading, #eb-events .eb-box-heading, #eb-event-page .eb-box-heading{
   	background: none; 
   	border: none;
    padding: 0;
}

h1.eb-page-heading {
   border-bottom: 4px solid #eaeaea;
}

#eb-categories .eb-description, #eb-events .eb-description, #eb-event-page .eb-description {
  border: none;
}

#map_canvas{
	width: 100% !important;
	height: 400px !important;
}

/*EB : PROCESS REGISTRATION*/
div.form-group{
	margin-bottom: 5px;
}

/* BENJA ADAPTATIONS */

div.tm-headerbar{
	position:fixed;
	width:100%;
	z-index:10;
	top:0;
	box-shadow:0px 0px 4px rgba(0,0,0,0.25);
	-moz-box-shadow:0px 0px 4px rgba(0,0,0,0.25);
	-webkit-box-shadow:0px 0px 4px rgba(0,0,0,0.25);
}

.tm-headerbar{
    margin-bottom: 0px;
    margin-top: 0px;
    background-color:#ffffff;
}


.tm-navbar {
    margin-top: 25px;
}

.uk-navbar-nav > li.uk-active > a {
    background-color: transparent;
    border-bottom: 0px solid #fbbc00;
    font-weight: bold;
}

.uk-navbar-nav > li > a:hover, .uk-navbar-nav > li > a:focus {
    background-color: transparent;
    border-bottom: 0px solid #fbbc00;
}

.uk-navbar-nav > li > a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 50px;
    padding: 0 20px;
    line-height: 44px;
    color: #666;
    font-size: 14px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-top: -1px;
    margin-left: -1px;
    text-shadow: 0 0px 0 #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

section#tm-top-b{
	margin-top:-80px;
}

section#tm-top-b div.uk-panel{
		border-radius: 5px;
		background-color: #ffffff;
}

#tm-top-b .uk-panel-space {
    padding-top: 50px;
    padding-bottom:15px;
}

section#tm-top-b h2{
	margin-bottom:0px;
}

section#tm-top-b h3{
 font-size:18px;
 line-height: 26px;
 letter-spacing: 1px;
 text-transform: none;
 margin-top: 5px;
}

h1, h2, h3, h4, h5, h6{
	text-transform: uppercase;
}

#tm-top-a a.uk-button{
	font-size:21px;
	font-weight: normal;
	letter-spacing: 1px;
	border:0px;
	padding:5px 15px;
}

#tm-top-a a.uk-button:hover{
	background-color:#f4a400;
}

.uk-panel-box .uk-panel-title {
    color: #444444;
    font-size:21px;
    text-transform: uppercase;
}

body{
	font-size:16px;
	line-height:22px;
}

body.home-specifique{
	background-color:#ffffff;
}

body.home-specifique #tm-main-top .uk-panel-box {
    padding: 30px;
}

div.bandeau-menu{
	max-width:1500px;
	margin:auto;
	position:relative;
	padding:0px 20px;
}

@media(max-width:1600px){
	div.bandeau-menu{
	max-width:1140px;
}}

@media(max-width:1200px){
	div.bandeau-menu{
	max-width:960px;
}

a.tm-logo img{
	max-width:210px;
	height:auto;
	padding-top:12px;
}

h1.titre-slideshow{
	font-size: 22px!important;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 50px;
	text-shadow:1px 1px 2px rgba(0,0,0,0.2);
}

h1.titre-slideshow span{
	font-size: 42px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 48px;
}

.uk-navbar-nav > li > a {
    
    padding: 0 13px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
}}

.uk-container.uk-container-center{
	margin-top:70px;
}

body.home-specifique .uk-container{
	margin-top:0px;
}

body.home-specifique .uk-panel-box {
    padding: 20px;
    background: #fafafa;
    color: #444444;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    /* border-radius: 4px; */
}


.uk-form-horizontal .uk-form-label {
    width: 250px;
    margin-top: 5px;
    float: left;
    text-align: right;
}

.uk-form-horizontal .uk-form-controls {
    margin-left: 280px;
}

@media(max-width:960px){
	.uk-form-horizontal .uk-form-label {
    width: 120px;
    }

.uk-form-horizontal .uk-form-controls {
    margin-left: 140px;
}}

@media(max-width:767px){
	div.uk-right{
		margin-top:30px;
	}
}

.rsform-block-envoyer{
	float:left;
}

div.formControls input.rsform-submit-button{
color:#ffffff;
padding:5px 15px;
font-size:18px!important;
}

#tm-bottom-a{
	margin-top:15px;
	background-color:#f6f6f6!important;
}

div.contact-home{
	padding-top:20px;
	max-width:1000px;
	position:relative;
	margin:auto;
	width:100%;
}

@media(max-width:767px){
	a.tm-logo-small img{
		max-width:180px;
		margin-top:-5px;
	}
	.tm-navbar {
    margin-top: 10px;
    margin-bottom:10px;
}}

@media(max-width:440px){
	a.tm-logo-small img{
		max-width:150px;
		margin-top:-5px;
}

div.bandeau-menu{
	padding-left:20px; padding-right:0px;
}

.uk-navbar-center{
	max-width:none;
}

h1.titre-slideshow{
	font-size: 14px!important;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 26px!important;
	text-shadow:1px 1px 2px rgba(0,0,0,0.15);
}

h1.titre-slideshow span{
	font-size: 23px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 34px;
}

h2{
	font-size:22px!important;
	line-height:32px!important;
	}


#tm-top-b .uk-panel-space {
    padding-top: 30px;
    padding-left:0px;
    padding-right:0px;
    padding-bottom: 10px;
}

section#tm-top-b{
	margin-top:0px;
}

a.uk-slidenav-previous, a.uk-slidenav-next{
	display:none!important;
}}

@media(max-width:480px){
	.uk-form-horizontal .uk-form-label {
	margin:0px;
    float:left;
    text-align: left;
    }

.uk-form-horizontal .uk-form-controls {
    margin-left: 0px;
    float:left;
}}

.uk-form input:not([class*='uk-form-width-']):not([class*='uk-width-']):not([type="radio"]):not([type="checkbox"]), .uk-form select:not([class*='uk-form-width-']):not([class*='uk-width-']), .uk-form textarea:not([class*='uk-form-width-']):not([class*='uk-width-']) {
    width: 100%;
}

div#ancre{
	position:absolute;
	top:-160px;
}

i.uk-icon-home-width{
	font-size:18px;
	margin-top:1px;
	position: relative;
}

i.uk-icon-lock-width{
	font-size:17px;
	margin-top:2px;
	position: relative;
}

i.uk-icon-envelope-width{
	font-size:16px;
	position: relative;
}