/**
 *
 * BLEU : #009fe3 BLEU CLAIR/MAUVE : 669fe3 BLEU FRANC (1clic back) : 0084d3 BLEU TCLAIR : b9e5f0
 * NOIR : #1d1f30
 *
 */

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*--- OVERRIDE UIKIT ---*/
.uk-pagination > .uk-active > span {
	background: #009fe3;
}
.uk-pagination {
	font-family: 'Montserrat', sans-serif;
}
a, .uk-link {
	color: #009fe3;
}

a:hover,
.uk-link:hover,
a:focus,
.uk-link:focus,
a:active,
.uk-link:active {
	color: #009fe3;
    text-decoration: none;
}

.uk-dropdown,
.uk-dropdown-blank {
	width: auto;
}

.uk-dropdown a {
	white-space: nowrap;
}

html, body, li, dt, dd,
h1, h2, h3, h4, h5, h6 {
	line-height: normal;
}

.uk-grid + .uk-grid,
.uk-grid > * > .uk-panel + .uk-panel,
.uk-grid > * > .uk-panel + .uk-panel {
	margin-top: 0;
}

em {
	color: inherit;
}

.tm-toolbar,
.tm-headerbar,
.tm-navbar,
.tm-footer {
	margin: auto;
}

hr {
	border-top: 1px solid #b8b8b8;
}

/*--- GLOBAL ---*/
body {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 19px;
}

.inner-width {
	max-width: 1480px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	margin: auto;
}

#tm-middle {
	padding-top: 30px;
	padding-bottom: 30px;
}

.accueil #tm-middle {
	display: none;
}

.btn,
.uk-button {
	font-family: 'Montserrat', sans-serif;
	padding: 8px 12px;
	overflow: hidden;
	position: relative;
	min-height: 0;
	line-height: normal;
	text-transform: uppercase;
	font-weight: bold;
}

.btn::before,
.uk-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
	-webkit-transform: translate(-105%,0);
	transform: translate(-105%,0);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(255,255,255,1);
	background-color: rgba(255,255,255,0.25);
	pointer-events: none;
}

.btn:hover::before,
.uk-button:hover::before {
	opacity: 0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.uk-button-primary,
.uk-button-primary:hover,
.uk-button-primary:active,
.uk-button-primary:focus {
	color: #fff;
	background: #669fe3;
}

.uk-button-white,
.uk-button-white:hover,
.uk-button-white:active,
.uk-button-white:focus {
	color: #fff !important;
	border-color: #fff !important;
	background: none !important;
}

.uk-panel-box-primary {
    background-color: #b9e5f0;
    color: #0053ad;
}

.uk-panel-box-primary .uk-panel-title {
    color: #0053ad;
}

/*--- TYPO ---*/
h1 {
	color: #009fe3;
	font-family: 'Montserrat', sans-serif;
	font-size: 45px;
	font-weight: 900;
}
h2 {
	font-family: 'Ubuntu', sans-serif;
	color: #1d1f30;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 10px;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	color: #d3b891;
	font-size: 35px;
	font-weight: bold;
	margin: 20px 0 10px;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	color: #1d1f30;
	font-size: 27px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 20px 0 10px;
}

/*--- ALERTE ---*/
.alerte {
	color: #fff;
}

.alerte i.uk-icon-close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 30px;
}

.alerte {
	position: relative;
	padding: 20px;
	background: #177fff;
}

.alerte .inner-width {
	position: relative;
}

.alerte .inner-width::before {
	content: '';
	display: block;
	position: absolute;
	left: -125px;
	top: 50%;
	margin-top: -100px;
	width: 250px;
	height: 200px;
	background: url('/images/template/alerte-info.png') no-repeat 50%;
}

.alerte .inner {
	padding-left: 20px;
	border-left: 1px solid #ea82bc;
	margin: 10px 0;
	z-index; 2;
	position: relative;
}

.alerte .type {
	font-family: 'Montserrat', sans-serif;
	color: #6382bc;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
}

.alerte .titre {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-weight: 900;
}

.alerte .sous-titre {
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
}

.alerte p {
	margin: 0;
	font-size: 14px;
}

.alerte.alerte-orange {
	background: #ff8a17;
}

.alerte.alerte-orange .inner {
	border-color: #ffd200;
}

.alerte.alerte-orange .type {
	color: #ffd200;
}

.alerte.alerte-rouge {
	background: #ff1717;
}

.alerte.alerte-rouge .inner {
	border-color: #ffea00;
}

.alerte.alerte-rouge .type {
	color: #ffea00;
}

.alerte.alerte-rouge .inner-width::before {
	background-image: url('/images/template/alerte-rouge.png');
}

/*--- HEADER ---*/
#Header {
	position: relative;
}

#HeaderDiapo {
	position: relative;
	z-index: 1;
}

#HeaderDiapo::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 200px;
	pointer-events: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


#HeaderDiapo .inner {
	padding-bottom: 40px;
	text-align: right;
}

#HeaderDiapo .titre {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	background: #d3b891;
	padding: 20px;
	display: inline-block;
	max-width: 700px;
}

#HeaderDiapo .contenu {
	background: #fff;
	padding: 12px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #000;
	margin-right: 20px;
	margin-top: -8px;
	display: inline-block;
	max-width: 600px;
}

#HeaderDiapo .contenu p:last-child {
	margin-bottom: 0;
}

#HeaderDiapo .lien {
	margin-top: -6px;
	margin-right: 15px;
}

#HeaderDiapo .lien a.uk-button {
	padding: 6px 20px;
	background: #009fe3;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
}

#HeaderContent {
	position: relative;
	z-index: 3;
}

.tm-toolbar {
	padding: 10px;
}

.tm-toolbar a.uk-button {
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	margin: 0 3px;
	text-transform: none;
	padding: 6px 10px;
}

.uk-offcanvas .signaler-probleme a,
.tm-toolbar .signaler-probleme a {
	background: #d3b891;
}

.tm-toolbar .demarche a,
.uk-offcanvas .demarche a {
	background: #009fe3;
}

.uk-offcanvas .demarche a {
	margin-top: 12px;
	color: #009fe3;
	background: #fff;
}

.tm-toolbar .reseaux-sociaux {
	padding: 0 4px 0 10px;
}

.tm-toolbar .reseaux-sociaux a {
	color: #fff;
	font-size: 22px;
	display: inline-block;
	padding: 3px 8px;
}

.tm-toolbar .mod-languages {
	padding: 8px 0 8px 40px;
	position: relative;
}

.tm-toolbar .mod-languages::before {
	content: '●';
    position: absolute;
    left: 10px;
    color: #fff;
    font-size: 12px;
    top: 11px;
}

.tm-toolbar .mod-languages li {
	margin: 0 2px;
}

.tm-toolbar .mod-languages li.lang-active {
	display: none;
}

.uk-search:before {
	font-size: 20px;
}

.tm-toolbar input.uk-search-field {
    z-index: 2;
    position: relative;
    cursor: pointer;
    color: #fff;
    width: 30px;
    line-height: 38px;
    height: 30px;
}

.tm-toolbar input.uk-search-field::placeholder {
  color: #fff;
}

.tm-toolbar .uk-search-field:focus,
.tm-toolbar .uk-search.uk-active .uk-search-field {
    width: 180px;
    cursor: auto;
}

.uk-navbar-toggle {
	color: #fff;
}

@media (max-width:1023px) {
	.tm-toolbar {
		padding: 10px 20px;
	}
	.tm-toolbar a.uk-button {
		font-size: 14px;
	}
}

@media (max-width:767px) {
	#Header {
		height: 200px;
    	background-position: 50%;
	}
	#HeaderDiapo .titre {
		font-size: 30px;
	}
	.top-mobile {
		padding-top: 20px;
	}
	.uk-navbar-toggle {
		margin-top: 20px;
	}
}

/*--- MENU ---*/
#HeaderContent .tm-menu {
	margin-left: 20px;
}

#HeaderContent .uk-dropdown {
	min-width: 100%;
	background: #fff;
}

.uk-navbar-nav > li {
	padding: 0 15px;
}

.uk-navbar-nav > li > a,
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
	padding: 0;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	background: none;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
}

.uk-navbar-nav > li > a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 6px;
	left: 50%;
	width: 0;
	height: 2px;
	background: #fff;
	transition: all 0.2s ease-out;
}

.uk-navbar-nav > li:hover > a::after,
.uk-navbar-nav > li > a:focus::after,
.uk-navbar-nav > li.uk-open > a::after {
	left: 0;
	width: 100%;
}

.mega-menu {
	min-width: 750px;
	padding: 10px;
}

.mega-menu-left {
	position: relative;
}

.mega-menu .menu-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 37px;
    position: absolute;
    left: 25px;
    bottom: -10px;
    background: #009fe3;
    max-width: 280px;
    display: inline-block;
    padding: 4px 10px;
}

.mega-menu ul.nav.menu > li {
	color: #1d1f30;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0 0;
}

.mega-menu ul.nav.menu > li > ul {
	border-left: 1px solid #009fe3;
	margin: 10px 0 0;
	padding-left: 12px;
}

.mega-menu ul.nav.menu > li > ul > li {
	padding: 2px 0;
}

.mega-menu ul.nav.menu > li > ul > li > * {
	color: #009fe3;
	text-transform: none;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
    white-space: normal;
}

.mega-menu ul.nav.menu > li > ul > li > *:hover {
    color: #6382bc;
}

.en1clic-container {
	position: relative;
}

.en1clic-btn {
	display: inline-block;
	width: 96px;
	height: 96px;
	/*background: url('/images/template/btn-1clic.svg') no-repeat;*/
	background-size: 100%;
	cursor: pointer;
	transition: all 0.2 ease-out;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.en1clic-btn.masquer {
	opacity: 0;
	z-index: 0;
}

.en1clic-container .title {
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	position: relative;
	padding: 25px 75px 25px 50px;
	background: #0084d3;
}

.en1clic-container .title i {
	position: absolute;
	font-size: 25px;
	top: 32px;
	right: 36px;
	font-weight: 900;
}

.en1clic-content {
	transition: opacity 0.2s ease-out;
	pointer-events: none;
	opacity: 0;
}

.en1clic-content.active {
	display: block;
	pointer-events: auto;
	opacity: 1;
}

.en1clic-container .items {
	padding: 20px;
	background: #009fe3;
}

.en1clic-container a {
	font-family: 'Montserrat', sans-serif;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	text-align: right;
	padding: 5px 55px 5px 10px;
	position: relative;
	overflow: hidden;
}
.en1clic-container a::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	right: -100%;
	transition: right 0.2s ease-out;
	background: rgba(255, 255, 255, 0.2);
}

.en1clic-container a:hover::after {
	right: 0;
}

.en1clic-container a i {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
	font-weight: normal;
}

.sub-menu {
	position: relative;
}

.sub-menu .header-title {
	position: absolute;
	left: 0;
	bottom: 40px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 50px;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	background: #d3b891;
}

.nav>li>a {
    color: #1d1f30;
}

.nav>li>a:hover, .nav>li>a:focus {
    color: #6382bc;
	background: none;
}



/*--- ACCUEIL ---*/
.accueil #HeaderDiapo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 460px;
}

.accueil #HeaderDiapo .uk-dotnav > * > * {
	width: 8px;
	height: 8px;
	border-radius: 0;
	background: #fff;
	transition: all 0.2s ease-out;
}

.accueil #HeaderDiapo .uk-dotnav > .uk-active > * {
	background: #6382bc;
	transform: scale(1.5);
}


.home-bloc {
	padding-top: 100px;
	padding-bottom: 100px;
}

.home-titre {
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 40px;
}

.home-profils .home-titre {
	color: #009fe3;
}

.home-profils .selection {
	position: relative;
	z-index: 2;
	background: #fff;
	padding-bottom: 30px;
}

.home-profils .selection a {
	display: block;
	text-align: center;
}

.home-profils .profil-bloc {
	font-size: 0;
	display: inline-block;
	width: 200px;
	height: 150px;
	background: url('/images/pages/accueil/profils.png') no-repeat;
}

.home-profils .adulte .profil-bloc { background-position: -200px 0 }
.home-profils .famille .profil-bloc { background-position: -400px 0 }
.home-profils .senior .profil-bloc { background-position: -600px 0 }
.home-profils .ado:hover .profil-bloc, .home-profils .ado.active .profil-bloc { background-position: 0 -150px }
.home-profils .adulte:hover .profil-bloc, .home-profils .adulte.active .profil-bloc { background-position: -200px -150px }
.home-profils .famille:hover .profil-bloc, .home-profils .famille.active .profil-bloc { background-position: -400px -150px }
.home-profils .senior:hover .profil-bloc, .home-profils .senior.active .profil-bloc { background-position: -600px -150px }


.home-profils .profil-bloc-titre {
	position: relative;
	display: inline-block;
	padding: 4px 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: 900;
	color: #1d1f30;
	transition: color 0.2s ease-out;
	overflow: hidden;
}

.home-profils a .profil-bloc-titre::before  {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	width: 100%;
	left: -100%;
	z-index: -1;
	background: #009fe3;
	transition: left 0.2s ease-out;
}

.home-profils a.active .profil-bloc-titre,
.home-profils a:hover .profil-bloc-titre {
	color: #fff;
}

.home-profils a.active .profil-bloc-titre::before,
.home-profils a:hover .profil-bloc-titre::before {
	left: 0;
}

.home-profils .resultats {
	position: relative;
	z-index: 1;
}

.home-profils .resultats.active {
	border-top: 1px solid #009fe3;
}

.bloc-profil {
	display: none;
}

.bloc-profil.active {
	display: block;
}

.bloc-profil .legend {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 300;
	padding: 20px 0 40px;
    color: #009fe3;
}

@media (max-width:767px) {
	.bloc-profil-item {
		margin-top: 20px !important;
	}
}



.home-agenda {
	background: #009fe3;
	color: #fff;
}

.home-agenda a {
	color: #fff;
}

.com-agenda-grid .item,
.home-agenda .item,
.com-agenda-event-detail-picture {
	position: relative;
}

.com-agenda-grid .item .tag-categorie,
.home-agenda .item .tag-categorie,
.com-agenda-event-detail-picture .tag-categorie {
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 12px;
	background: #009fe3;
	color: #fff;
	padding: 4px 8px;
	font-size: 14px;
	text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.agenda-featured-module a.agenda-item,
.cinema-programme a.cinema-item {
	display: block;
	position: relative;
	padding: 15px;
}

.agenda-featured-module a.agenda-item::before,
.cinema-programme a.cinema-item::before {
	content: '';
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	background: rgba(255, 255, 255, 0.2);
	opacity: 0;
	transition: all 0.2s ease-out;
	z-index: -1;
}

.agenda-featured-module a.agenda-item:hover::before,
.cinema-programme a.cinema-item:hover::before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
}

.agenda-featured-module .date-outer,
.com-agenda-grid .date-outer {
	padding-top: 10px;
}

.agenda-featured-module .date .day,
.com-agenda-grid .date .day {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 68px;
}

.agenda-featured-module .sep,
.com-agenda-grid .sep {
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 68px;
	padding: 0px 15px 20px;
}

.agenda-featured-module .date .month,
.com-agenda-grid .date .month {
	font-family: 'Montserrat', sans-serif;
	text-align: right;
	font-weight: bold;
	font-size: 17px;
	transform: translateX(-8px) translateY(-8px);
}
.com-agenda-grid .date .month {
	transform: translateY(-8px);
}

.agenda-featured-module .titre-evt,
.com-agenda-grid .titre-evt,
.cinema-programme .titre-film {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 20px;
	text-align: right;
	position: relative;
	padding: 0;
	overflow: hidden;
	padding: 20px 10px 0 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap:break-word;
    line-height:1.2;
    max-height:3.7rem;
    transition: color 0.2s ease-out;
}

.agenda-featured-module .titre-evt::before,
.com-agenda-grid .titre-evt::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 8px;
	width: 47px;
	height: 9px;
	background: #fff;
}

.com-agenda-grid .titre-evt {
	color: #669fe3;
}

.agenda-featured-module .owl-nav button.owl-prev,
.agenda-featured-module .owl-nav button.owl-next,
.cinema-programme .owl-nav button.owl-prev,
.cinema-programme .owl-nav button.owl-next {
	color: #fff;
	position: absolute;
	top: 140px;
	font-size: 50px;
	outline: none !important;
}

.cinema-programme .owl-nav button.owl-prev,
.agenda-featured-module .owl-nav button.owl-prev {
	left: -50px;
}

.cinema-programme .owl-nav button.owl-next,
.agenda-featured-module .owl-nav button.owl-next {
	right: -50px;
}


.cinema-programme .owl-nav button.owl-prev,
.cinema-programme .owl-nav button.owl-next {
	top: 200px;
}

@media (min-width:768px) and (max-width:1600px) {
	.cinema-programme .owl-nav button.owl-prev {
		left: 30px;
	}

	.cinema-programme .owl-nav button.owl-next {
		right: 30px;
	}

	.cinema-programme .owl-nav button.owl-prev,
	.cinema-programme .owl-nav button.owl-next {
		color: #fff !important;
	}
}

@media (max-width:767px) {
	.cinema-programme {
		overflow: hidden;
	}
}

.accueil .voir-toutes {
	margin-top: 50px;
	text-align: center;
}

.accueil .voir-toutes a {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 300;
	position: relative;
	display: inline-block;
}

.accueil .voir-toutes a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	width: 0;
	left: 50%;
	height: 1px;
	background: #fff;
	transition: all 0.2s ease-out;
}

.accueil .voir-toutes a:hover::after {
	width: 100%;
	left: 0;
}

.com-agenda-evenement-detail .date-date {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0;
}

.com-agenda-evenement-detail .date-time {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #009fe3;
	margin: 20px 0;
}

.com-agenda-evenement-detail .location .titre {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #009fe3;
}

@media (max-width:1550px) {
	.home-agenda {
		padding-left: 80px;
		padding-right: 80px;
	}
}

@media (max-width: 1399px) {
	.agenda-featured-module .date .day,
	.com-agenda-grid .date .day,
	.agenda-featured-module .sep,
	.com-agenda-grid .sep {
		font-size: 48px;
	}
}

@media (max-width: 1023px) {
	.agenda-featured-module .date .day,
	.com-agenda-grid .date .day,
	.agenda-featured-module .sep,
	.com-agenda-grid .sep {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.home-agenda {
	    padding-left: 40px;
	    padding-right: 40px;
	}
	.agenda-featured-module .owl-nav button.owl-prev,
	.agenda-featured-module .owl-nav button.owl-next,
	.cinema-programme .owl-nav button.owl-prev,
	.cinema-programme .owl-nav button.owl-next {
		padding: 0 20px !important;
	}
}

.home-actus .moduletable {
	padding: 30px 0;
}

.home-video-video,
.actu-category {
	color: #d3b891;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.actu-title {
	color: #1d1f30;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 5px 0 10px;
}

.home-actus .voir-toutes a {
	color: #1d1f30;
}

.home-actus .voir-toutes a::after {
	background: #1d1f30;
}

.home-video {
	color: #fff;
	background-size: cover;
	background-position: 50%;
}


.home-video .inner-width {
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 1200px;
}

.home-video .inner-width .uk-flex {
	min-height: 378px;
}

.home-video-left img {
	border: 1px solid #fff;
}

.home-video-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
	font-weight: bold;
	margin: 5px 0 25px;
}

.home-video-description {
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	font-weight: 300;
}

.home-contact {
	padding-top: 120px;
	padding-bottom: 120px;
	background: url('/images/template/home-contact-background.png') no-repeat 50% 0;
}

.home-contact-left {
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	color: #1d1f30;
	font-size: 16px;
	font-weight: normal;
}

.garder-contact {
	color: #009fe3;
	font-family: 'Montserrat', sans-serif;
	font-size: 37px;
	font-weight: bold;
}

.intro-newsletter {
	margin: 20px 0;
}

.acyterms {
	font-size: 12px;
}

.home-contact-left .inputbox {
	border: none;
	background: none;
	border-bottom: 1px solid #bbe2ec;
	color: #d3b891;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.home-contact-left .acyterms input {
	transform: translateY(-2px);
}


.home-contact-right {
	position: relative;
}

.home-contact-right .labels {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: right;
}

.home-contact-right .demarches {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	background: #d3b891;
	padding: 10px 20px;
	transition: transform 0.2s ease-out;
}

.home-contact-right .demarrer {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background: #009fe3;
	padding: 4px 16px;
	margin-top: -4px;
	margin-right: 15px;
	transition: transform 0.2s ease-out;
}

.home-contact-right a:hover .demarches {
	transform: translateX(-20px);
}

.home-contact-right a:hover .demarrer {
	transform: translateX(10px);
}

@media (max-width: 1399px) {
	.home-contact-right .demarches {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.home-contact {
		background: none;
	}

	.home-contact-right {
		margin-top: 100px;
	}

	.home-contact-right .demarches {
		font-size: 24px;
	}

	.home-video {
		padding: 50px 0;
	}
}

.home-social-wall {
	background: #1d1f30;
	color: #fff;
}

.home-social-wall .home-titre .bagnols {
	font-family: 'Montserrat', sans-serif;
	color: #009fe3;
	font-size: 29px;
	font-weight: bold;
	font-style: italic;
}

.home-social-wall h1,
.home-social-wall .feed-item.juicer {
	display: none !important;
}

/*--- CINEMA ---*/
.cinema-programme a.cinema-item {
	padding: 0;
}

.cinema-programme .titre-film {
	color: #1d1f30;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
}

.cinema-programme .owl-nav button.owl-prev,
.cinema-programme .owl-nav button.owl-next {
	color: #009fe3;
}

.titre-programme {
	font-size: 30px;
	color: #d3b891;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin: 40px 0;
	border-top: 1px solid #b8b8b8;
	padding: 15px 0;
}

.cinema-horaires th {
	color: #1d1f30;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.cinema-horaires th.day {
	white-space: nowrap;
	padding-right: 40px;
}

.cinema-horaires th.bleft,
.cinema-horaires td {
	border-left: 1px solid #ccc;
}

/*--- AGENDA ---*/
.com-agenda-grid .date-outer {
	margin-top: -25px;
}

.com-agenda-grid img {
	border: 1px solid #ddd;
}

.com-agenda-grid .date-inner {
	background: #fff;
	color: #669fe3;
	padding: 8px 12px;
	margin-right: 10px;
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

.com-agenda-grid .date-inner {
	background: #669fe3;
	color: #fff;
}

.com-agenda-grid .date .day {
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 60px;
}

.com-agenda-grid .sep {
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 38px;
	padding: 0 10px 25px;
}

.com-agenda-grid .date .month {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 15px;
}

.com-agenda-grid .titre-evt {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 27px;
	padding: 0;
	overflow:hidden;
	padding: 20px 10px 0 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap:break-word;
    line-height:1.2;
    max-height:64px;
    transition: color 0.2s ease-out;
}

.com-agenda-grid .titre-evt {
	color: #669fe3;
}

.com-agenda-grid .item:hover .date-inner {
	background: #d3b891;
	color: #fff;
}

.com-agenda-grid .item:hover .titre-evt {
	color: #d3b891;
}

.date-picker-wrapper {
	z-index: 10;
}

.date-picker-wrapper .footer {
	display: none;
}

.date-picker-wrapper .drp_top-bar {
	display: none !important;
}

#ComAgendaGridFilterForm input,
#ComAgendaGridFilterForm select {
	margin-bottom: 0;
	border: 1px solid #669fe3;
	color: #669fe3;
}

#ComAgendaGridFilterPeriode {
	cursor: pointer;
	border: 1px solid #669fe3;
	color: #669fe3;
	margin: 0 10px;
	height: 30px;
	padding: 0 10px;
	font-size: 16px;
}

#ComAgendaGridFilterForm .uk-button {
	margin-left: 10px;
}

.date-picker-wrapper {
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.date-picker-wrapper .month-wrapper {
	background: none;
	border: none;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
	background: #c6eae1;
	color: #fff;
}

.date-picker-wrapper .month-wrapper table .day.real-today {
	background: #fff;
}

.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected {
	background: #d3b891 !important;
	color: #fff !important;
}

.date-picker-wrapper .month-wrapper table th {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	text-transform: lowercase;
	color: #565a5c;
}

.date-picker-wrapper td {
	border: 1px solid #e4e7e7;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

.date-picker-wrapper .month-wrapper table .day {
	padding: 7px 4px;
}

.date-picker-wrapper .month-wrapper table .month-name,
.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
	color: #669fe3;
	text-transform: lowercase;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}

@media (max-width:1599px) {
	.agenda-featured-module .date .day,
	.com-agenda-grid .date .day {
		font-size: 40px;
	}
	.agenda-featured-module .sep,
	.com-agenda-grid .sep {
		padding-bottom: 15px;
	}
	.agenda-featured-module .date .month,
	.com-agenda-grid .date .month {
		font-size: 13px;
	}
	.agenda-featured-module .titre-evt,
	.com-agenda-grid .titre-evt {
		font-size: 22px;
	}
}

@media (max-width:1399px) {
	.agenda-featured-module .date .day,
	.com-agenda-grid .date .day {
		font-size: 30px;
	}
	.agenda-featured-module .sep,
	.com-agenda-grid .sep {
		font-size: 25px;
	}
	.agenda-featured-module .date .month,
	.com-agenda-grid .date .month {
		font-size: 12px;
	}
	.agenda-featured-module .titre-evt,
	.com-agenda-grid .titre-evt {
		font-size: 18px;
	}
}

@media (max-width:999px) {
	.agenda-featured-module .full-width {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.home-agenda {
	    padding-left: 40px;
	    padding-right: 40px;
	}
	.com-agenda-filters > form {
		display: block;
	}
	#ComAgendaGridFilterForm input,
	#ComAgendaGridFilterForm select {
		display: block;
		width: 100%;
		margin: 20px 0;
		box-sizing: border-box;
		height: 30px;
	}
	#ComAgendaGridFilterPeriode {
		display: block;
		margin: 0;
	    padding: 10px;
	    height: auto;
	}
	.com-agenda-grid a .item  {
		border-bottom: 1px solid #ccc;
		padding-bottom: 30px;
		margin-bottom: 20px;
	}
}

/*--- ZOO ---*/
.zoo-bloc {
	min-height: 300px;
	box-sizing: border-box;
	padding: 20px;
}

.zoo-bloc-image img {
	width: 200px;
}
.zoo-bloc-title {
	margin-top: 20px;
	font-weight: 400;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.zoo-map-item {
	padding: 20px 0 20px 20px;
	text-align: center;
}

.zoo-map-item-title {
	margin-bottom: 10px;
}

/*--- FOOTER ---*/
#Footer {
	background: #009fe3;
	padding: 50px 0;
}

#Footer,
#Footer a {
	color: #fff;
}

#Footer .coordonnees {
	padding: 70px 0;
}

#Footer .big {
	font-family: 'Montserrat', sans-serif;
	font-size: 29px;
	font-weight: bold;
	margin: 4px 0;
	display: inline-block;
}

#Footer .contact {
	font-family: 'Montserrat', sans-serif;
	color: #d3b891;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 15px;
}

#Footer .menu-footer {
	padding: 50px 0 20px;
	text-align: center;
	text-transform: uppercase;
}

#Footer .menu-footer li {
	display: inline-block;
	padding: 0 10px 0 30px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

#Footer .menu-footer li::before {
	content: '•';
	position: absolute;
	left: 8px;
	top: 0;
}

#Footer .menu-footer li:first-child::before {
	display: none;
}

#Footer .menu-footer li a {
	background: none;
}

#Footer .copyright {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 300;
}

#Footer .copyright a {
	font-weight: bold;
}

@media (max-width:767px) {
	#Footer .big {
		font-size: 22px;
	}
}/*--- CONTACT ---*/
body.contact h3 {
	color: #009fe3;
	margin-bottom: 0;
}

body.contact h4 {
	text-transform: uppercase;
}

.contact-bloc {
	padding: 15px 15px 35px;
}

.contact-bloc .inner {
	padding-left: 15px;
	border-left: 5px solid #009fe3;
}

.fox-container .fox-form-stacked .control-label {
	display: none !important;
}

.fox-container .fox-form-stacked .controls {
	float: none !important;
}

.fox-container input,
.fox-container select,
.fox-container textarea,
.fox-container .control-group.success input,
.fox-container .control-group.success select,
.fox-container .control-group.success textarea {
	border: none !important;
	border-bottom: 1px solid #ccc!important;
    color: #6d5f5e !important;
    padding: 4px 0 !important;
	width: 100% !important;
}


.fox-container .fox-form select,
.fox-container .fox-form textarea,
.fox-container .fox-form input {
    border-radius: 0 !important;
}

.fox-container .fox-form input:hover,
.fox-container .fox-form input:focus,
.fox-container .fox-form textarea:hover,
.fox-container .fox-form textarea:focus {
     background: #fff !important;
	 box-shadow: none !important;
	 border-color: #009fe3  !important;
}

.fox-container .qq-upload-button,
.fox-container .qq-upload-button:hover,
.fox-container .control-group.success .help-block {
    color: #0B072B !important;
}

.fox-container .btn {
	background-color: #11a9b4 !important;
}

.fox-container .btn:hover span {
    color: #fff !important;
}

div#fox-container-m92 .submit-button span {
	color: #fff;
	text-shadow: none;
	font-size: 20px;
}

div#fox-container-m92 .submit-button:hover {
	background-color: #fff;
}

.fox-container .submit-button {
	box-shadow: none !important;
	background: #009fe3 !important;
	border-radius: 0 !important;
	text-transform: uppercase !important;
	font-size: 20px;
	padding: 6px 20px !important;
	border: 1px solid #009fe3 !important;
	transition: color 0.2s ease-out, background-color 0.2s ease-out;
	font-family: 'Montserrat', sans-serif !important;
}

.fox-container .submit-button:hover {
	background: #fff !important;
}

.fox-container .submit-button span {
    color: #fff !important;
	font-weight: 500 !important;
    text-shadow: none;
    transition: color 0.2s ease-out;
}

.fox-container .submit-button:hover,
.fox-container .submit-button:active,
.fox-container .submit-button:focus {
    background: #fff !important;
}

.fox-container .submit-button:hover span,
.fox-container .submit-button:active span,
.fox-container .submit-button:focus span {
    color: #009fe3 !important;
}

.fox-container .fox-item-acceptance .controls {
	width: 100% !important;
}
.fox-container .fox-item-acceptance div {
	width: auto !important;
	border: none! important;
	height: auto !important;
	min-height: 0 !important;
	padding: 0 !important;
}

.fox-container .fox-item-acceptance  input[type="checkbox"] {
	width: auto !important;
	display: inline-block;
	transform: translateY(-3px);
}

/*--- WIDGETKIT ---*/

.uk-tab>li>a {
    color: #009fe3;
	font-family: 'Montserrat', sans-serif;
}

.uk-tab>li>a:hover {
    color: #fff;
	font-family: 'Montserrat', sans-serif;
	background-color: #009fe3;
}

/*--- COOKIES ---*/
#cadre_alert_cookies {
	bottom: -1px !important;
	z-index: 500 !important;
    line-height: normal;
}

#cadre_alert_cookies .cadre_inner_alert_cookies {
	padding: 8px 20px 5px;
    background-color: rgba(0,0,0,0.9)!important;
}

#cadre_alert_cookies .cadre_texte {
	line-height: normal;
}

#cadre_alert_cookies p {
	font-size: 14px;
	margin: 3px 0 0;
}

#cadre_alert_cookies .btn {
	margin: 0;
    line-height: normal;
    letter-spacing: 0;
	box-shadow: none;
}

#cadre_alert_cookies .btn_close .btn {
    margin: 0;
    line-height: normal;
    letter-spacing: 0;
    box-shadow: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    transition: all 0.2s ease-out;
    cursor: pointer;
    padding: 3px 8px;
    border-radius: 0px;
}
#cadre_alert_cookies .btn_close .btn::before,
#cadre_alert_cookies .btn-mini.read_more:before {
    display:none;
}
#cadre_alert_cookies .btn_readmore .btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500!important;
    font-size: 14px;
    text-transform: uppercase!important;
    padding: 3px 8px;
    border-radius: 0px;
}

#cadre_alert_cookies .col-sm-6 {
	padding-left: 5px;
	padding-right: 5px;
}

/*--- MENU MOBILE ---*/
.uk-offcanvas-bar {
	background: #009fe3;
}

.uk-offcanvas .uk-search {
	margin: 0;
}

.uk-offcanvas input.uk-search-field {
	background: #fff;
	color: #009fe3;
	border-color: #009fe3;
}

.uk-search:before {
	color: #fff;
}
	/*Titre catégorie*/
#offcanvas .uk-nav > li{
	padding-bottom: 15px;
}
#offcanvas .uk-nav > li > a {
	font-size: 19px;
    padding: 7px 30px;
}
	/*Titre sous-catégorie*/
#offcanvas .uk-nav-sub > li > a {
	font-weight: 300;
	font-size: 15px;
}
#offcanvas .uk-nav a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
    font-size: 14px;
	color: #fff;
}
#offcanvas .uk-nav a img{
	display: none;
}
#offcanvas .uk-nav li.uk-active > a {
	background: #009fe3;
	color: #fff;
}

#offcanvas ul.uk-nav-sub {
	border-left: 0;
    margin: 5px 20px 10px 20px;
}
#offcanvas .uk-nav ul a {
    padding: 6px 0;
}

.recherche .uk-badge-2 {
	display: none;
}
