@font-face {
  font-family: 'OpenSansLight';
  src: url('/fonts/OpenSans-Light-webfont.eot');
  src: url('/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/OpenSans-Light-webfont.woff') format('woff'),
       url('/fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansRegular';
  src: url('/fonts/OpenSans-Regular-webfont.eot');
  src: url('/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/OpenSans-Regular-webfont.woff') format('woff'),
       url('/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'francois_oneregular';
  src: url('/fonts/francoisone-webfont.eot');
  src: url('/fonts/francoisone-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/francoisone-webfont.woff') format('woff'),
       url('/fonts/francoisone-webfont.svg#francois_oneregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'blokletters_balpenbalpen';
  src: url('/fonts/Blokletters-Balpen-webfont.eot');
  src: url('/fonts/Blokletters-Balpen-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Blokletters-Balpen-webfont.woff') format('woff'),
       url('/fonts/Blokletters-Balpen-webfont.svg#blokletters_balpenbalpen') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Pompiere';
  src: url('/fonts/Pompiere.ttf.woff') format('woff'),
       url('/fonts/Pompiere.ttf.svg#Pompiere') format('svg'),
       url('/fonts/Pompiere.ttf.eot'),
       url('/fonts/Pompiere.ttf.eot?#iefix') format('embedded-opentype'); 
  font-weight: normal;
  font-style: normal;
}

@media (min-width: 768px) {

	html {		
		background-image: url('/images/dust_scratches.png');
		background-size: auto;
		background-attachment: fixed;
	}

}

body {
	background-color: transparent;
	color: #444444;
	font-family: OpenSansRegular,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-rendering: optimizeLegibility;
	/*
	background-image: url('/images/marraine.png');
	background-position: right -50px bottom 100px;
	background-repeat: no-repeat;
	*/
}

* {
	outline: none !important;
}



/* ---------- Tools ---------- */

.tools {
	position: absolute;
	right: 15px;
	top: 0px;
	width: 100%;
	z-index: 50;
}

.tools .navbar-right {
  background-color: rgba(255, 255, 255, .95);
  border-radius: 0px 0px 10px 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.175);
  height: 35px;
  /*margin-bottom: 30px;*/
}

.tools .navbar-nav > li.local,
.tools .navbar-nav > li.press {
	border-right: 1px solid #eeeeee;
}

.tools .local .btn {
	background-color: transparent;
	border: 0px;
	border-radius: 0px 0px 0px 10px;
  color: #e6005f;
  display: inline-block;
  font-family: francois_oneregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-top: 7px;
  padding-bottom: 8px;
  padding-right: 12px;
  padding-left: 12px;
  text-transform: uppercase;
}

.tools .navbar-nav > li.local > div > .dropdown-menu > li > a {
  font-family: francois_oneregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 12px;
  padding-left: 12px;
}

.tools .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333;
	background-color: transparent;
}

.tools .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333;
	background-color: transparent;
}

.tools .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tools .navbar-nav > li > span {
  color: #444444;
  display: inline-block;
  font-family: francois_oneregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 12px;
  padding-left: 12px;
  text-transform: uppercase;
}

.tools .navbar-nav > li > a {
  color: #e6005f;
  display: inline-block;
  font-family: francois_oneregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-top: 7px;
  padding-bottom: 8px;
  padding-right: 12px;
  padding-left: 12px;
  text-transform: uppercase;
}

.tools .navbar-nav > li > a:hover {
	background-color: transparent;
  color: #444444;
}

.tools .navbar-nav > li > span {
  color: #444444;
  display: inline-block;
  font-family: francois_oneregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-top: 7px;
  padding-bottom: 8px;
  padding-right: 12px;
  padding-left: 12px;
  text-transform: uppercase;
}

/*
.tools .navbar-nav > li.local span:first-child,
.tools .navbar-nav > li.local a:first-child {
	padding-left: 12px;
	padding-right: 6px;
}

.tools .navbar-nav > li.local span:last-child,
.tools .navbar-nav > li.local a:last-child {
	padding-left: 6px;
	padding-right: 12px;
}
*/

.tools .compte a {
	background-color: #7ebe25;
  border-radius: 0px 0px 10px 10px;
	color: #ffffff !important;
}

.tools .compte a:hover {
  background-color: transparent;
  color: #7ebe25 !important;
}

.tools .navbar-form {
  margin-top: 5px;
}

.tools .form-control {
  height: 24px;
  padding: 3px 12px;
}

.tools .btn {
  padding: 1px 12px;
}

.tools .navbar-nav > li.social {
	margin: 0px 0px 0px 5px;
}

.tools .navbar-nav > li.social a {
	background-color: #e6005f;
	border-radius: 14px;
	color: #ffffff;
	display: inline-block;
	font-size: 15px;
	height: 28px;
	line-height: 28px;
	margin: 3px 0px 0px 5px;
	padding: 0px;
	text-align: center;
	width: 28px;
}

.tools .navbar-nav > li.social a:hover {
	background-color: #444444;
}

.tools .navbar-nav > li.social a span {
	color: #ffffff;
}

.tools .dropdown-menu {
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  z-index: 100000;
}

@media (max-width: 767px) {

	.tools {
		display: none;
	}

}


/* ---------- Nav ---------- */

@media (max-width: 991px) {
	
  .navbar-default .navbar-header {
      float: none;
  }
  .navbar-default .navbar-toggle {
      display: block;
  }
  .navbar-default .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-default .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-default .navbar-nav {
      float: none!important;
      margin: 7.5px 15px 7.5px -10px;
  }
  .navbar-default .navbar-nav>li {
      float: none;
  }
  .navbar-default .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .navbar-default .navbar-collapse.collapse.in {
    	border-bottom: 1px solid #cccccc;
      display: block !important;      
  }
  .navbar-default .collapsing {
    	background-color: #ffffff;
    	border-bottom: 1px solid #cccccc;
    	box-shadow: 0 3px 5px -3px #aaaaaa;
      overflow: hidden !important;
  }
    
}

@media (min-width: 992px) {

	.navbar-default {
		top: 35px;
		z-index: 50;
	}

}

.navbar-default {
  background-color: rgba(255, 255, 255, .90);
  border: 0px;
  border-radius: 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.175);
	position: absolute;
	top: 65px;
}

.navbar-brand img {
	margin-top: -20px;
	width: 265px;
}

@media (max-width: 767px) {

	.navbar-default {
		position: fixed;
		top: 0px;
		z-index: 50;
	}

	.navbar-brand img {
		margin-top: -5px;
		width: 140px;
	}

	.dropdown-menu > li > a {
	  color: #e6005f !important;
	}
	
	.navbar-nav > li > a > br {
		display: none;
	}
	
	.navbar-header .compte {
		color: #7ebe25;
		font-size: 16px;
		margin-right: 20px;	
	}

}

@media (max-width: 991px) {
	
	.navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #eeeeee;
		border-right: 0px !important;
	}
	
	.navbar-nav > li > a > br {
		display: none;
	}

	.dropdown-menu {
		background-color: transparent !important;
	  -webkit-box-shadow: 0 0 0 rgba(0,0,0,.175) !important;
	  box-shadow: 0 0 0 rgba(0,0,0,.175) !important;
	  position: relative;
	}

}

.navbar-nav {
	float: none;
}

.navbar-default .navbar-nav > li > a {
	border-right: 1px solid #eeeeee;
  font-family: francois_oneregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 12px;
  padding-left: 12px;
}

.navbar-default .navbar-nav > li:last-child > a {
	border-right: 0px solid #eeeeee;
}

.navbar-default .navbar-nav > li > a {
  color: #e6005f;
  font-size: 15px;
  text-transform: uppercase;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555555;
  background-color: transparent;
}

.navbar-default .navbar-nav > li:hover > a {
  color: #ffffff;
	background-color: rgba(230,0,95,.9);
}

.navbar-default .navbar-nav > .active > a:hover {
  color: #555555;
	background-color: rgba(230,0,95,.9);
}

.navbar-form {
  padding: 0px 0px 0px 12px;
}

.dropdown-menu {
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.flag {
	border: 1px solid #f2f2f2;
	height: 14px;
	margin-right: 8px;
	width: 20px;
} 

.yamm {
	width: 100%;
}

.yamm .yamm-content {
  padding: 0px 15px 10px 25px;
}

.yamm .yamm-content a {
  font-family: francois_oneregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.8em;
}

.yamm .yamm-content a span {
  font-family: francois_oneregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.8em;
  -webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

@media (min-width: 768px) {

	.yamm .nav,
	.yamm .collapse,
	.yamm .dropup,
	.yamm .dropdown {
	  position: relative;
	}

}

@media (min-width: 992px) {
	 
	.yamm .nav,
	.yamm .collapse,
	.yamm .dropup,
	.yamm .dropdown {
	  position: static;
	}
	
	.yamm .container {
	  position: relative;
		position: static;
	}
	
	.yamm .dropdown-menu {
		background-color: rgba(230,0,95,.9);
	  left: auto;
	}
	
	.yamm .yamm-content {
	  padding: 20px 15px;
	}
	
	.yamm .dropdown.yamm-fw .dropdown-menu {
	  left: 0;
	  right: 0;
	}
	
	.yamm .yamm-content .columns {
		-moz-column-count: 6;
	  -webkit-column-count: 6;
		column-count: 6;
		-moz-column-gap: 30px;
		-webkit-column-gap: 30px;
		column-gap: 30px;
	}
	
	.yamm .yamm-content a {
		color: #ffffff;
	  font-family: francois_oneregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 14px;
		line-height: 1.5em;
	}
	
	.yamm .yamm-content .supagenda {
		border-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		padding: 0px 25px;
	}
	
	.yamm .yamm-content .agenda {
		background-color: #f1f1f1;
		height: 100% !important;
	}
	
	.yamm .yamm-content .agenda .title {
		color: #e6005f;
		font-size: 14px;
		margin: 10px 10px 0px 10px;
	}
	
	.yamm .yamm-content .agenda .date {
		color: #1292a9;
		font-size: 12px;
		margin: 0px 10px 10px 10px;
	}
	
	.yamm .yamm-content .agenda p {
		font-size: 14px;
		margin: 7px 10px;
	}
	
	.yamm .yamm-content .agenda p a {
		color: #1292a9;
		font-family: OpenSansRegular,"Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 14px;
	}
	
	.yamm .yamm-content .agenda a img {
		/*height: 115px;*/
		float: right;
		margin: 0px;
		padding: 3%;
		width: 94%;
	}

}

@media (max-width: 767px) {

	.navbar-default .navbar-nav > li > a {
	  font-size: 16px;
		line-height: 1.5em;
	}

	.yamm .yamm-content .columns {
		-moz-column-count: 2;
	  -webkit-column-count: 2;
		column-count: 2;
		-moz-column-gap: 30px;
		-webkit-column-gap: 30px;
		column-gap: 30px;
	}

	.yamm .yamm-content a {
		color: #444444;
	  font-family: francois_oneregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 16px;
		line-height: 2em;
	}

	.yamm .yamm-content a img {
		display: none;
	}

}

@media (max-width: 992px) {

	.dropdown-menu {
	  float: none;
	}

	.yamm .yamm-content {
	  padding: 0px 15px 20px 15px;
	}

	.yamm .yamm-content a {
		color: #444444;
	  font-family: francois_oneregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 14px;
		line-height: 2em;
	}

	.yamm .yamm-content .columns {
		-moz-column-count: 3;
	  -webkit-column-count: 3;
		column-count: 3;
		-moz-column-gap: 30px;
		-webkit-column-gap: 30px;
		column-gap: 30px;
	}

}


/* ---------- nav hamburger ---------- */

.navbar-toggle {
	background-color: #ffffff !important;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #444444;
}

.navbar-toggle .icon-bar:nth-child(2) {
  top: 1px;
}

.navbar-toggle .icon-bar {
  position: relative;
  transition: all 300ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-child(2) {
  top: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-child(3) {
  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-child(4) {
  top: -6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}



/* ---------- Carousel ---------- */

.slide {
	border: 15px solid #ffffff;
	border-radius: 6px;
	box-shadow: 0px 0px 10px #aaaaaa;
	margin-bottom: 45px;
	margin-top: 150px;
}

.carousel-caption {
	background-color: rgba(230,0,95,.70);
	bottom: auto;
	left: 37%;
	padding: 15px 15px 5px 15px;
	right: 37%;
	top: 45%;
}

.carousel-caption a span {
	color: #ffffff !important;
	display: inline-block;
	margin-bottom: 10px;
}

.carousel-caption .title {
	color: #ffffff !important;
	font-family: OpenSansLight,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 22px;
	line-height: 1.1em;
}

.carousel-inner > .item > a > img {
  width: 100%;
}

.carousel-indicators {
  bottom: 10px;
}

.carousel-indicators li {
	box-shadow: 0px 0px 8px #444444;
}


@media (max-width: 767px) {

	.carousel {
	  margin-top: 50px;
	}

	.carousel-caption {
		left: 18%;
		padding: 10px 10px 0px 10px;
		right: 18%;
		top: 25%;
	}
	
	.carousel-caption .title {
		font-size: 13px;
		line-height: 1.3em;
	}

	.carousel-indicators {
		display: none;
	}

}



/* ---------- Home à la une ---------- */

.home-alaune {
}

.home-alaune .bloc {
	background-color: #ffffff;
	border-radius: 6px;
	box-shadow: 0px 0px 10px #aaaaaa;
	margin-bottom: -15px;
	margin-top: -15px;
	overflow: hidden;
	padding: 0px;
	position: relative;
}

.home-alaune .thumbnail {
	border: 0px;
	margin-bottom: 0px;
	margin-top: 15px;
	padding: 0px;
}

.home-alaune .thumbnail h3 {
	color: #444444 !important;
  font-family: francois_oneregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin-top: 10px;
	text-transform: uppercase;
}

.home-alaune .thumbnail .caption {
  padding: 10px 0px 0px 0px;
  color: #333;
}


/* ---------- Home news ---------- */

.home-alaune .bloc.home-alaune-news {
	padding: 15px;
}

.home-alaune-news p .date {
	color: #999999;
}

.home-alaune-news p a {
	color: #444444;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.home-alaune-news p a:hover {
	color: #7ebd25;
	text-decoration: none;
}

.home-alaune hr {
	margin-bottom: 10px;
	margin-top: 0px;
}

.home-alaune-news hr {
	margin-bottom: 10px;
	margin-top: 10px;
}

@media (max-width: 992px) {

	.home-alaune .bloc.home-alaune-news {
		margin-bottom: -15px;
		margin-top: 30px;
	}

}



/* ---------- Home news ---------- */

.home-news {
	background-color: #7ebe25;
	background-color: #f3f3f3;
	background-color: #eaeaea;
	/*background-image: url('/images/background-news.jpg');
	background-position: center top;
	background-repeat: repeat-x;*/
	margin: 0px 0px 0px 0px;
}

.home-news .bloc {
	background-color: #ffffff;
	border-radius: 6px;
	box-shadow: 0px 0px 10px #aaaaaa;
	min-height: 510px;
	margin-bottom: -15px;
	margin-top: -15px;
	overflow: hidden;
	padding: 15px 22px 0px 22px;
	position: relative;
}

.home-news .bloc .row > div {
  padding-left: 7px;
  padding-right: 7px;
}

.home-news .bloc .categorie {
	margin: 3px 0px;
  font-family: francois_oneregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

.home-news .bloc .simple {
	height: 180px;
	overflow: hidden;
}

.home-news .bloc .double {
	height: 300px;
	position: relative;
	overflow: hidden;
}

/* --- une --- */

.home-news .bloc .une {
	background-color: #27221c;
	margin-bottom: 15px;
	overflow: hidden;
}

.home-news .bloc .une img {
	width: 100%;
	height: auto;
}

.home-news .bloc .une a {
	background-color: rgba(0,0,0,.5);
	bottom: 0px;
	color: #ffffff;
	padding: 15px;
	position: absolute;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 100%;
}

.home-news .bloc .une a:hover {
	background-color: rgba(0,0,0,.7);
	text-decoration: none;
}

.home-news .bloc .une a span.title {
	color: #ffffff !important;
	display: block;
	font-size: 18px;
	margin: 0px;
}

.home-news .bloc .une a span.intro {
	color: #ffffff;
	display: block;
	font-size: 13px;
	margin: 3px 0px 0px 0px;
}


/* --- agenda --- */

.home-news .bloc .agenda {
	background-color: #f1f1f1;
	margin-bottom: 15px;
}

.home-news .bloc .agenda .categorie {
	color: #e6005f;
}

.home-news .bloc .agenda .date {
	color: #1292a9;
	font-size: 12px;
	margin: -10px 15px 10px 15px;
}

.home-news .bloc .agenda p {
	font-size: 14px;
	line-height: 1.4em;
	margin: 13px 15px 10px 15px;
}

.home-news .bloc .agenda p a {
	color: #1292a9;
	font-size: 14px;
}

.home-news .bloc .agenda.double img {
	bottom: 0px;
	margin-left: -10%;
	max-height: 45%;
	position: absolute;
}

.home-news .bloc .agenda.simple .row .col-md-6 {
	padding-left: 15px;
	overflow: hidden;
}

.home-news .bloc .agenda.simple .row img {
	margin-left: -25%;
}


/* --- actualite --- */

.home-news .bloc .actualite {
	background-color: #e6005f;
	margin-bottom: 15px;
}

.home-news .bloc .actualite .categorie {
	color: #cbe8ed;
}

.home-news .bloc .actualite .date {
	color: #ffffff;
	font-size: 12px;
	margin: -10px 15px 10px 15px;
}

.home-news .bloc .actualite p {
	font-size: 14px;
	line-height: 1.4em;
	margin: 13px 15px 10px 15px;
}

.home-news .bloc .actualite p a {
	color: #ffffff;
	font-size: 14px;
}

.home-news .bloc .actualite.double img {
	bottom: 0px;
	margin-left: -10%;
	max-height: 45%;
	position: absolute;
}

@media (max-width: 767px) {

	.home-news .bloc {
		margin-bottom: 0px;
	}

	.home-news .bloc .simple {
		height: auto;
		min-height: 100px;
	}
	
	.home-news .bloc .double {
		height: auto;
		min-height: 100px;
	}
	
	.home-news .bloc .simple img,
	.home-news .bloc .double img {
		position: relative !important;
	}

	.home-news .bloc .une a span.intro {
		display: none;
	}

}

.home-news .twitter-timeline {
	box-shadow: 0px 0px 10px #aaaaaa;
	margin: -15px 0px 10px 0px !important;
}

@media (max-width: 992px) {

	.home-news .twitter-timeline {
		margin: 30px 0px 0px 0px !important;
	}

	.home-news .embed-responsive {
		margin: 30px 0px 20px 0px !important;
	}

}


.newsletter #country {
	display: none;
}

/*
.newsletter {
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	margin: 10px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
}

.newsletter p.title {
	color: #ffffff !important;
	margin-bottom: 5px;
}

.newsletter #country {
	display: none;
}

/* Cet élément block le script injecté dans l'iframe. On le cache 
#fb-root { display: none; }

/* on redéfini la taille du contenu 
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	height: auto;
	width: 100% !important;
}
*/


/* ---------- Home dossier à la une ---------- */

.home-news .alaune {
	min-height: 525px;
	padding: 15px 18px 5px 18px;
}

.home-news .alaune h2 {
	color: #e6005f;
  font-family: francois_oneregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 17px;
	margin: 0px 0px 10px 0px;
  font-weight: normal;
  text-transform: uppercase;
}

.home-news .alaune ul {
	padding-left: 15px;
}

.home-news .alaune ul li {
	margin-bottom: 3px;
	margin-top: 3px;
}

.home-news .alaune ul li a {
	color: #e6005f;
}


/* ---------- Home dossiers ---------- */

.home-dossiers {
	background-color: #ffffff;
	padding: 50px 0px 60px 0px;
}

.home-dossiers h2 {
	border-left: 0px;
	color: #337ab7;
	color: #e6005f;
	font-family: Pompiere,OpenSansLight,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 42px;
	margin-bottom: 25px;
	padding-left: 0px;
	text-transform: uppercase;
	word-spacing: .15em;
}

.home-dossiers .intro {
	font-family: OpenSansLight,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	overflow: hidden;
}

.home-dossiers a {
	color: #337ab7;
	color: #e6005f;
}


/* ---------- Home social ---------- */

.home-social {
	background-color: #ffffff;
	padding: 25px 0px 30px 0px;
}

.home-social h2 {
	border-left: 0px;
	color: #dc0064;
	font-family: Pompiere,OpenSansLight,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 42px;
	margin-bottom: 25px;
	padding-left: 0px;
	text-transform: uppercase;
	word-spacing: .15em;
}

.home-social img.left {
  float: left;
  height: auto;
  margin: 4px 10px 5px 0px;
  max-width: 100%;
}

.home-social .date {
	color: #999999;
	font-size: .85em;
}


/* ---------- Home focus ---------- */

.home-focus {
	background-color: #ffffff;
	padding: 70px 0px 50px 0px;
}

.home-focus > .container > .bloc {
	background-color: #ffffff;
	border-radius: 0px 0px 10px 0px;
	box-shadow: 0px 0px 10px #aaaaaa;
	margin: 50px 0px 50px 0px;
	padding: 10px 20px 10px 20px;
}

.home-focus h2 {
	border-left: 0px;
	color: #7ebd25;
	font-family: Pompiere,OpenSansLight,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 42px;
	margin-bottom: 25px;
	margin-top: 0px;
	padding-left: 0px;
	text-transform: uppercase;
	word-spacing: .15em;
}

.home-focus a {
	color: #e6005f;
}

.home-focus img.left {
	margin: 0px 25px 5px 0px;
}

.home-focus hr {
  margin-bottom: 17px;
  margin-top: 8px;
}

.alaune .btn-default,
.home-focus .btn-default,
.home-partenaires .btn-default {
	background-color: #7ebe25;
	border-color: #7ebd25;
	color: #ffffff !important;
}


/*
.home-focus .marraine {
	background-image: url('/images/marraine.png');
	position: absolute;
	bottom: 0px;
	height: 885px;
	right: -400px;
	width: 520px;
	z-index: 50;
}
*/

/* ---------- Home membres ---------- */

.home-membres {
	background-color: #e5005f;
	min-height: 250px;
	padding: 0px 0px;
}

.home-membres .row .col-sm-4 {
	padding-bottom: 20px;
	padding-top: 20px;
}

@media (max-width: 767px) {

	.home-membres .row div h2 {
		border-top: 0px solid #ed4d8f;
		margin-top: 30px;
		padding-bottom: 0px;
		padding-top: 0px;
	}
	
	.home-membres .row div + div h2 {
		border-top: 1px solid #ed4d8f;
		margin-top: 0px;
		padding-bottom: 0px;
		padding-top: 30px;
	}

	.home-membres .row .col-sm-4 {
	  padding-top: 0px;
	}

}

.home-membres h2 {
	color: #ffffff;
	font-family: Pompiere,OpenSansLight,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 32px;
	margin: 10px 0px;
	text-transform: uppercase;
	word-spacing: .15em;
}

.home-membres h2 i.fa {
	color: #7ebd25;
	font-size: 32px;
}

.home-membres p {
	color: #ffffff;
	margin: 10px 0px 10px 0px;
}

.home-membres p.bulle {
	background-color: #ffffff;
	border-radius: 15px;
	color: #e5005f;
	padding: 15px;
}

.home-membres p.bulle a {
	color: #e5005f;
	text-decoration: none;
}

.home-membres p.bulle a:hover {
	color: #444444;
	text-decoration: none;
}

.home-membres p.auteur {
	display: inline-block;
	margin: 0px;
	position: relative;
}

.home-membres p.auteur .triangle {
	border-top: 15px solid #ffffff;
	border-right: 15px solid transparent;
	display: inline-block;
	height: 0;
	position: absolute;
	right: -27px;
	top: -10px;
	width: 0;
}



/* ---------- Home sondage ---------- */

.home-membres .sondage .radio {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.home-membres .sondage .radio label {
  color: #ffffff;
}

.home-membres .sondage input {
	background-color: #ffffff;
	color: #e5005f;
}


/* ---------- Home partenaires ---------- */
/*
.home-partenaires {
	background-color: #ffffff;
	margin-bottom: -40px;
	padding-bottom: 55px;
	padding-top: 35px;
}

@media (max-width: 767px) {

	.home-partenaires {
	  margin-bottom: 0px;
	}

}

.home-partenaires h2 {
	border-left: 0px;
	color: #889994;
	font-family: Pompiere,OpenSansLight,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 30px;
	margin-top: 40px;
	padding-left: 0px;
	text-transform: uppercase;
}

.home-partenaires p,
.home-partenaires a {
	color: #889994;
}

.home-partenaires img {
	margin-top: 20px;
}
*/

.home-partenaires {
	background-color: #ffffff;
	background-color: #f3f3f3;
	padding: 25px 0px 30px 0px;
}

.home-partenaires h2 {
	border-left: 0px;
	color: #dc0064;
	font-family: Pompiere,OpenSansLight,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 42px;
	margin-bottom: 25px;
	padding-left: 0px;
	text-transform: uppercase;
	word-spacing: .15em;
}




/* ---------- Sidebar ---------- */

.nav-sidebar {
  background-color: transparent;
  border-radius: 10px 10px 10px 10px;
	margin: 0px 0px 30px 0px;
	padding: 5px 0px;
}

/*
.nav-sidebar:first-of-type {
  border-radius: 10px 10px 0px 0px;
}

.nav-sidebar:last-of-type {
  border-radius: 0px 0px 10px 10px;
}

.nav-sidebar:first-of-type:last-of-type {
  border-radius: 10px;
}
*/

.nav-sidebar .profil {
	background-color: #e0e5ef;
	background-color: #666666;
  border-radius: 10px;
	color: #ffffff;
  font-family: francois_oneregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	margin: -5px 0px 0px 0px;
  padding: 10px 15px 8px 15px;
}

.nav-sidebar > li {
  border-top: 0px solid #eeeeee;
  margin: 0px 10px;
  text-transform: uppercase;
}

.nav-sidebar li + li {
  border-top: 1px solid #ffffff;
}

.nav-sidebar > li > a {
  color: #444444;
  font-family: francois_oneregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
  padding: 7px 0px;
}

.nav-sidebar > li > a.aide {
	color: #397b9e;
}

.nav-sidebar > li > a:focus,
.nav-sidebar > li > a:hover {
	background-color: transparent;
	color: #dc0064;
  /*text-decoration: underline;*/
}

.nav-sidebar li.active > a {
  color: #ea0d72;
  
	font-weight: normal;
}

.nav-sidebar ul.nav.dates {
	list-style: none;
  margin: -5px 0px 10px 10px;
}

.nav-sidebar .nav.dates li {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  margin: 4px 0px 4px 0px;
}

.nav-sidebar .nav.dates li a {
	display: inline;
  font-family: francois_oneregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  padding: 1px 4px;
}

.nav-sidebar .nav.dates li.active a {
  font-weight: normal;
}

.nav-sidebar > li > ul {
	list-style: none;
  margin: 0px 0px 10px -25px;
}

.nav-sidebar > li > ul > li {
  border: 0px;
  font-size: 13px;
  margin: 0px 0px 5px 0px;
  text-transform: uppercase;
}

.nav-sidebar > li > ul > li > a {
	color: #555555;
  font-family: francois_oneregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.nav-sidebar > li > ul > li > a:focus,
.nav-sidebar > li > ul > li > a:hover {
	background-color: transparent;
	color: #dc0064;
  text-decoration: none;
}

@media (max-width: 800px) {

  .sidebar {
    background-color: #f9f9f9;
    padding-top: 30px;
  }

}



/* ---------- Gauche ---------- */

.gauche {
	/*background-color: #ffffff;*/
	margin: 0px 0px 30px 0px;
	overflow: hidden;
}

.gauche p img {
	border-radius: 10px;
	margin: 0px 0px 10px 0px;
}


/* ---------- Presse ---------- */

.presse {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 10px;
	margin: -10px 0px 20px 0px;
	padding: 5px 0px 5px 15px;
}


/* ---------- Share ---------- */

.share {
	background-color: #f1f1f1;
	background-color: #666666;
	border-radius: 10px;
	/*box-shadow: 0px 0px 10px #aaaaaa;*/
	margin: 0px 0px 30px 0px;
	padding: 5px 0px 5px 15px;
}

.share h4 {
	color: #ffffff;
	font-family: Pompiere,OpenSansLight,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 23px;
	font-weight: normal;
	text-transform: uppercase;
	word-spacing: .15em;
}

.share a {
	background-color: #7f7f7f;
	border: 0px;
	border-radius: 19px;
	color: #ffffff !important;
	display: inline-block;
	font-size: 17px;
	height: 38px;
	margin: 3px 8px 0px 0px;
	padding: 7px 0px;
	text-align: center;
	width: 38px;
}

.share a:last-of-type {
	margin: 3px 0px 0px 0px;
}

.share a.face:hover {
	background-color: #3b5998;
}

.share a.twit:hover {
	background-color: #00aced;
}

.share a.link:hover {
	background-color: #1b85bd;
}

.share a.viad:hover {
	background-color: #ed7052;
}

.share a.goog:hover {
	background-color: #df4a32;
}


/* ---------- Breadcrumb ---------- */

.breadcrumb {
  padding: 0px;
  background-color: transparent;
  -webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.container > .breadcrumb {
	margin: 0px 10px 15px 295px;
}

.container > .breadcrumb.large {
	margin: 0px 10px 15px 20px;
}

@media (max-width: 992px) {
	
	.container > .breadcrumb {
		margin: 0px 10px 20px 0px;
	}
	
}

.breadcrumb li {
	color: #777777;
  display: inline;
  font-size: 12px;
}

.breadcrumb > li + li::before {
  content: ">";
}

.breadcrumb > li + li::before {
	color: #888888;
}

.breadcrumb li a {
	color: #777777;
  font-size: 12px;
}

.breadcrumb > .active {
	color: #999999;
}

.home .row {
	margin-bottom: 30px;
}

.home a.lien {
	background-color: #eeeeee;
	display: block;
	height: 100%;
	padding: 50px 30px;
	width: 100%;
}




/* ---------- Texte ---------- */

.section {
	margin-top: 130px;
	min-height: 400px;
}

.section > .container > .row .bloc {
	border-bottom: 2px dashed #cccccc;
	margin: 0px 0px 30px 0px;
	padding-bottom: 20px;
}

.section > .container > .row .bloc:last-child {
	border-bottom: 0px dashed #cccccc;
	padding-bottom: 20px;
}

.section > .container > .row .bloc p:last-of-type {
	margin-bottom: 0px;
}

.section > .container > .row .bloc p:last-of-type + ol,
.section > .container > .row .bloc p:last-of-type + ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (min-width: 767px) {
	
	.section > .container > .row .bloc {
		background-color: #ffffff;
		border: 0px solid #dddddd;
		border-radius: 10px 10px 10px 10px;
		box-shadow: 0px 0px 10px rgba(0,0,0,.175);
		margin: 0px 0px 30px 0px;
		padding: 20px 20px 20px 20px;
	}
	
}

.section > .container > .row .bloc-info {
	background-color: #edf4ff;
	border: 0px solid #dddddd;
}

.section > .container > .row .bloc-info h2 {
	color: #4f658e;
}

@media (max-width: 767px) {

	.section {
		margin-top: 70px;
	}
	
}

.section h1 {
	/*font-family: please_write_me_a_songmedium,OpenSansLight,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family: Pompiere,OpenSansLight,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 38px;
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	word-spacing: .14em;
}

.section h2 {
	/*border-left: 5px solid #e9006a;*/
	color: #e9006a;
	/*font-family: OpenSansLight,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family: Pompiere,OpenSansLight,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 10px;
	margin-top: 0px;
	overflow: hidden;
	/*padding-left: 15px;*/
	text-transform: uppercase;
}

.section p + h2,
.section ul + h2,
.section ol + h2,
.section div + h2 {
	margin-top: 35px;
}

.section ul,
.section ol {
	overflow: hidden;
}


@media (max-width: 767px) {

	.section h1 {
		font-size: 32px;
	}

	.section h2 {
		font-size: 24px;
	}

}

/*
.row > div > h2:first-child {
	margin-top: 0px !important;
}
*/

h3 {
	font-family: OpenSansLight,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 19px;
	line-height: 1.3em;
	margin-top: 25px;
	text-transform: uppercase;
}

h4 {
	font-family: OpenSansLight,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 18px;
}

.section a {
	color: #7ebd25;
}

.section .intro {
	font-family: OpenSansLight,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 30px;
	overflow: hidden;
}

.section .intro:last-child {
	margin-bottom: 10px;
}

p {
	margin: 0px 0px 12px 0px;
}

blockquote {
  background: #f9f9f9;
  background-color: #f5f5f5;
  border-left: 0px solid #ccc;
	font-size: 16px;
  margin: 4px 0px 20px 30px;
  padding: 1.2em 15px 0.9em 20px;
  quotes: "\201C""\201D""\2018""\2019";
  width: 50%;
  max-width: 350px;
  float: right;
}

blockquote:before {
  color: #e9006a;
  content: open-quote;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 5em;
  line-height: 0em;
  margin-right: 0.05em;
  vertical-align: -0.44em;
}

blockquote:after {
  color: #e9006a;
  content: close-quote;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 3em;
  line-height: 0em;
  margin-left: 0.1em;
  vertical-align: -0.4em;
}

blockquote p {
	color: #555555;
  display: inline;
	font-family: blokletters_balpenbalpen,OpenSansLight,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: .85em;
  font-style: normal;
  line-height: 1.5em !important;
}

@media (max-width: 767px) {

	blockquote {
  	background: #f1f1f1;
	  margin: 10px 0px 10px 0px;
	  width: 100%;
	  float: none;
	}

	blockquote:before {
	  font-size: 4em;
	}
	
	blockquote:after {
	  font-size: 2.5em;
	}

	blockquote p {
  	font-size: .8em;
		line-height: 1.3em !important;
  }

}

table {
	max-width: 100% !important;
}

table .label {
	/*line-height: 28px;*/
}

.title,
.title a {
	color: #444444 !important;
  font-family: francois_oneregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
}

.empty,
.empty .title {
	color: #bbbbbb !important;
}

.date {
	color: #999999;
}

.article .date::after {
  content: "";
  display: block;
  background-color: #aaaaaa;
  width: 70px;
  height: 1px;
  position: relative;
  margin: 20px 0px;
}

.date .badge {
  background-color: #999999;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  margin-top: -3px;
}

.date .btn {
	color: #ffffff;
	margin-left: 10px;
}

.label {
	font-weight: normal;
	line-height: 24px;
}

.label-profil {
	background-color: #dc0064;
}

.label-secteur {
	background-color: #3d76ad;
}

.label-region {
	background-color: #f2ae29;
}

.label-primaire {
	background-color: #7ebe25;
}

.label-action {
	background-color: #556879;
}

hr {
  background-color: #ffffff;
  border-top: 2px dotted #cccccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

h2 + hr {
  margin-top: 20px;
}

div.texte + hr {
  margin-bottom: 20px;
  margin-top: 20px;
}


/* ---------- Media ---------- */

img.left,
img.align-left,
figure.left {
  float: left;
  height: auto;
  margin: 4px 25px 5px 0px;
  max-width: 100%;
}

img.right,
img.align-right,
figure.right {
  float: right;
  height: auto;
  margin: 4px 0px 5px 25px;
  max-width: 100%;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

img.img-responsive {
	min-width: 100%;
}

figure.image {
  display: inline-block;
  border: 0px solid gray;
  margin: 0px 0px 20px 0px;
}

figure.align-left {
  float: left;
}

figure.align-right {
  float: right;
}

figure.image img {
  margin: 0px 0px 5px 0px;
}

figure.image figcaption {
	border-left: 1px solid #999999;
	color: #999999;
	font-size: 12px;
	font-weight: normal;
  margin: 5px 0px 0px 0px;
  padding-left: 10px;
  text-align: left;
}

figure.image figcaption * {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
}

.media .media-object {
  margin: 0px 15px 5px 0px;
  width: 150px;
}

iframe {
	max-width: 100%;
}

.video {
	margin-bottom: 20px;
}

.video > a > img {
  margin-bottom: 3px;
}

.vid {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
}
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-list-thumbs > div > a:hover{
	background-color:#000;
	transition:all 500ms ease;
	box-shadow:0 2px 4px rgba(0,0,0,.3);
	text-decoration:none
}

.video-list-thumbs .glyphicon-play-circle {
		color: #ffffff;
    font-size: 60px;
    opacity: 0.6;
    position: absolute;
    right: 39%;
    top: 17%;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.video-list-thumbs > div > a:hover .glyphicon-play-circle{
	color:#fff;
	opacity:1;
	text-shadow:0 1px 3px rgba(0,0,0,.8);
	transition:all 500ms ease;
}
.video-list-thumbs .duration{
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 2px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	left: 12px;
	line-height: 13px;
	padding: 2px 3px 1px;
	position: absolute;
	top: 12px;
}
.video-list-thumbs > div > a:hover .duration{
	background-color:#000;
	transition:all 500ms ease;
}

/*
.video-list-thumbs > div {
  -webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.video-list-thumbs > div > span {
  display: inline;
}
*/

.video-list-thumbs > div > span {
  display: inline-block;
  height: 40px;
}



/* ---------- Régions ---------- */

.section .pagetitle {
	position: relative;
}

.section .pagetitle h1 {
	color: #ffffff;
	font-size: 65px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 10px 20px 15px 30px;
	text-shadow: 2px 2px 0px #222222;
}

@media (max-width: 767px) {

	.section .pagetitle h1 {
		font-size: 30px;
		font-weight: bold;
		margin: 10px 20px 10px 20px;
		text-shadow: 0px 0px 10px #111111;
	}
	
}

.alerte h3 {
	font-family: Pompiere,OpenSansLight,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 25px;
	line-height: 1.3em;
	margin: 10px 0px;
	text-transform: uppercase;
	word-spacing: .15em;
}

.alerte .fas {
	font-size: 5em;
	margin: 15px 0px;
}


/* ---------- Agenda ---------- */

/*
.agenda img {
	margin: 4px 0px 5px 0px;
}
*/


/* ---------- Listes ---------- */

.row.liste + hr {
	margin-top: 25px;
}

.row.liste:last-of-type + hr {
	display: none;
}

.row.liste img {
	margin: 4px 0px 5px 0px;
}

.row.liste-marraine + hr {
	margin-bottom: 15px;
	margin-top: 7px;
}

.row.liste-marraine:last-of-type + hr {
	display: block;
	margin-bottom: 20px;
}

 hr:last-child {
	display: none !important;
}

.row.liste.complet {
	filter: grayscale(100%);
	opacity: .50;
}


/* ---------- Graph ---------- */

#graph {
	height: 275px;
	width: 100%;
}


.team-member {
	height: 260px;
  text-align: center;
  margin-bottom: 50px;
}

.team-member img {
	margin: 0px auto;
	width: 150px;
}


/* ---------- Live ---------- */

.dialogfeed-wall-1 #wall_container.dialogfeed-wall {
  margin: 0px !important;
}

.dialogfeed-wall-1 dialogfeed-post.dialogfeed-wall article {
  width: calc(100% - 2 * 7px);
  margin: 0px 7px 7px 7px;
}

.dialogfeed-post-0 article.dialogfeed-post {
	border-color: #cccccc !important;
	box-shadow: none !important;
}


/* ---------- Asides ---------- */

aside {
	background-color: #f2f2f2;
	border-radius: 10px;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

aside.bloc {
	background-color: #f4f2e8 !important;
	padding: 0px 0px 15px 0px !important;
}

aside h3 {
	background-color: #e6005f;
	border-radius: 10px 10px 0px 0px;
	color: #ffffff;
	font-family: Pompiere,OpenSansLight,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 23px;
	line-height: 1.3em;
	margin: 0px 0px 15px 0px;
	padding: 15px 15px 12px 15px;
	text-transform: uppercase;
	word-spacing: .15em;
}

aside p {
	margin: 10px 15px;
}

aside hr {
	margin: 15px 15px;
}

.panel-chiffres {
  border: 0px;
	margin-top: 30px;
}

.panel-chiffres > .panel-heading {
  color: #ffffff;
  background-color: #999999;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
	font-family: OpenSansLight,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 23px;
	text-transform: uppercase;
	word-spacing: .15em;
}

.panel-chiffres > .panel-body {
  background-color: #f2f2f2;
  border: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.panel-chiffres > .panel-body h2 {
  border-left: 0px;
  color: #444444;
	font-size: 22px;
  margin-bottom: 10px;
  margin-top: 0px;
  padding-left: 0px;
}



/* ---------- Colonnes ---------- */

.colonnes {
  -webkit-column-width: 160px;
  -moz-column-width: 160px;
  column-width: 160px;
  margin-top: 20px;
}

.colonnes p {
	-webkit-column-break-inside: avoid;
  page-break-inside: avoid;
	break-inside: avoid;
}

fieldset .colonnes {
  -webkit-column-width: 170px;
  -moz-column-width: 170px;
  column-width: 170px;
  margin: 10px 0px 10px 0px;
}

.form-group .colonnes {
  margin-top: 0px;
}

fieldset .colonnes2 {
  -webkit-column-width: 300px;
  -moz-column-width: 300px;
  column-width: 300px;
  margin: 0px;
}

fieldset .colonnes div label,
fieldset .colonnes2 div label {
  -webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

fieldset .colonnes .checkbox,
fieldset .colonnes .radio,
fieldset .colonnes2 .checkbox,
fieldset .colonnes2 .radio {
  margin-top: 0px;
  margin-bottom: 5px;
}



/* ---------- Onglets ---------- */

.nav-tabs {
  border-bottom: 5px solid #ea0d72;
  margin-top: 20px;
  overflow: initial !important;

}

.nav-tabs li a,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  background-color: #f9f4f7;
  border: 1px solid #f9f4f7;
  border-radius: 0px;
  color: #444444;
  padding: 9px 20px;
  text-transform: uppercase;
}

.nav-tabs li a .badge {
  background-color: #ea0d72;
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
}

.nav-tabs li a:hover {
  text-decoration: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #ea0d72;
  border: 1px solid #ea0d72;
  border-radius: 0px;
  color: #ffffff;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.nav-tabs li.active a .badge {
  background-color: #ffffff;
  color: #ea0d72;
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
}

.tab-content > .tab-pane {
  border-bottom: 1px solid #ea0d72;
  margin-bottom: 20px;
  padding: 25px 0px 15px 0px;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
	display: block;
  height: 0px;
  overflow: hidden;
}

.tab-content > .active,
.pill-content > .active {
  height: auto;
}


/* ---------- Onglets blocs ---------- */

.nav-blocs {
  border-bottom: 0px solid #ea0d72;
  margin-top: 20px;
  overflow: initial !important;
}

.nav-blocs > li {
  float: left;
  margin-bottom: 0px;
}

.nav-blocs li a,
.nav-blocs > li > a:focus,
.nav-blocs > li > a:hover {
  background-color: #e6005f;
	border: 0px solid #dddddd;
	border-radius: 10px 10px 0px 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.175);
  color: #ffffff;
  margin: 0px 5px 0px 0px;
	padding: 12px 20px 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

/*
.nav-blocs li a::after {
  background-color: #ffffff;
  height: 20px;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0px;
  right: 0px;
}
*/

.nav-blocs > li.active > a,
.nav-blocs > li.active > a:focus,
.nav-blocs > li.active > a:hover {
  background-color: #ffffff;
  border: 0px solid #ea0d72;
	border-radius: 10px 10px 0px 0px;
  color: #444444;
	padding: 12px 20px 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  text-decoration: none;
}

.tab-blocs > .tab-pane {
  border-bottom: 0px solid #ea0d72;
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
}

.tab-blocs > .tab-pane::after {
  background-color: #ffffff;
  height: 10px;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}

.section > .container > .tab-blocs .tab-pane .bloc:first-of-type {
	background-color: #ffffff;
	border: 0px solid #dddddd;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.175);
	margin: 0px 0px 30px 0px;
	padding: 20px 20px 20px 20px;
}

.section > .container > .tab-blocs .bloc {
	background-color: #ffffff;
	border: 0px solid #dddddd;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.175);
	margin: 0px 0px 30px 0px;
	padding: 20px 20px 20px 20px;
}



/* ---------- Datatables ---------- */

.filtre {
  background-color: #f2f2f2;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 15px;
  margin-top: 15px;
	position: relative;
}

.filtre label {
	position: relative;
}

.dataTables_wrapper .dataTables_filter {
  margin: 15px 10px 5px 10px;
	text-align: left !important;
}

.dataTables_wrapper .dataTables_length {
  margin: 15px 10px 10px 10px;
	text-align: right !important;
}

div.dataTables_wrapper div.dataTables_length select {
	width: 90px;
}

.filtre.avance {
	padding: 5px 0px;
}

.filtre.avance .row {
  margin: 10px 0px;
}

.filtre.avance div span {
  display: inline-block;
  margin-right: 0px;
  text-align: left;
}

.filtre.avance div .logique {
  width: 0px;
}

.filtre.avance div .logique select {
  width: 0px;
}

.filtre.avance div .parenthese select {
  width: 50px !important;
}

.filtre.avance div .champ select {
  width: 170px;
}

.filtre.avance div .operateur select {
  width: 180px;
}

.filtre.avance div .valeur input {
  width: 200px;
}

.filtre.avance div .valeur select {
  width: 200px;
}

.filtre.avance div .boutons {
  width: 100px;
}

.filtre.avance div .boutons input {
	padding-bottom: 2px;
	padding-top: 2px;
}

.filtre.avance div .motscles input {
	width: 170px;
}

.tab-pane .filtre {
  /*
  background-color: transparent;
  border: 0px solid #dddddd;
  margin-bottom: 15px;
  padding: 0px;
	position: relative;
	*/
}

.tab-pane .filtre span {
	margin-right: 5px !important;
}


.table tr[id]:hover td {
	background-color: #e9006a !important;
	border-bottom: 0px solid #333333;
	border-top: 0px solid #333333;
	color: #ffffff !important;
	cursor: pointer;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
  border-top: 0px solid #ddd;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}

.table tr.raye td {
	opacity: .3;
	text-decoration: line-through;
}


/* ---------- Maps ---------- */

#gmap {
  height: 350px;
  margin-bottom: 20px;
  width: 100%;
}

#acmap {
  height: 550px;
  margin-bottom: 20px;
  width: 100%;
}

#gdmap {
  height: 600px;
  width: 100%;
}

#carte {
  margin-bottom: 10px;
	width: 100%;
	height: calc(attr(width) * 16 / 9);
}

.gmap h3,
.gdmap h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
}

.gm-style-iw {
	max-width: 250px;
}

.gm-style-iw + div {
	display: none;
}

#gdmap .gm-style-iw img {
	margin-top: -10px;
}


/* ---------- Agenda ---------- */

.fc {
  margin: 20px 0px;
}

.fc h2 {
	border-left: 0px;
	line-height: 1em;
	margin-bottom: 0px;
}

.fc-day-number .fa {
  cursor: pointer;
  float: left;
  margin: 3px;
  opacity: .4;
}

.fc-day-number .fa:hover {
  float: left;
  opacity: 1;
}

.fc-event {
  border-radius: 0px;
  color: #ffffff !important;
  text-decoration: none !important;
}

.fc-day-grid-event .fc-content {
  white-space: normal;
}

.fc-unthemed .fc-today {
  background-color: #DFE7EC;
}

.fc-nonbusiness {
  background-color: #eeeeee;
}


/* ---------- Formulaires ---------- */

.btn {
	border-radius: 0px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

section .btn-default,
div.section .btn-default {
	background-color: #7ebe25;
	border-color: #7ebd25;
	color: #ffffff;
}

.btn-default:focus,
.btn-default:hover {
	background-color: #ffffff !important;
	border-color: #7ebd25 !important;
	color: #7ebe25 !important;
}

.btn-primary {
	background-color: #dc0064;
	border-color: #dc0064;
	color: #ffffff;
}

.btn-primary:focus,
.btn-primary:hover {
	background-color: #ffffff;
	border-color: #dc0064;
	color: #dc0064;
}

.btn-info {
	background-color: #31b0d5;
	border-color: #31b0d5;
	color: #ffffff !important;
}

.btn-warning {
	background-color: #ffffff;
	border-color: #cccccc;
	color: #444444 !important;
}

.btn-warning:focus,
.btn-warning:hover {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #ffffff !important;
}

.btn-info:focus,
.btn-info:hover {
  background-color: #ffffff;
  border-color: #31b0d5;
  color: #31b0d5 !important;
}

label + .checkbox,
label + .radio {
	margin-top: 0px;
}

.alert {
  margin-bottom: 30px;
	margin-top: 20px;
}

.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    margin: 20px 0px 0px 0px;
    position: relative;
    width: 50%;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
/*
.stepwizard-row:before {
    top: 20px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
*/

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0px;
    font-size: 14px;
    line-height: 37px;
    border-radius: 20px;
}

.help-block {
	font-style: italic;
  margin-bottom: 0px !important;
}

form label,
.form-horizontal label {
	font-weight: normal;
}

form.eta fieldset {
	background-color: rgba(255,255,255,.85);
	padding-top: 15px;
}

select > optgroup {
	background-color: #eeeeee;
	text-transform: uppercase;
}

select > optgroup > option {
	background-color: #ffffff;
	text-transform: none;
}

form .date {
	color: #555555;
}


/* ----- Popup ----- */

h4.modal-title {
	font-family: Pompiere,OpenSansLight,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 25px;
	line-height: 1em;
	margin: 5px 0px 0px 0px;
	text-transform: uppercase;
	word-spacing: .15em;
}

#voeux .modal-dialog {
}

/*Sets the maximum height of the entire modal to 95% of the screen height*/
#voeux .modal-content {
	background-color: #fbfbfb;
  max-height: 95vh;
}

/*Sets the maximum height of the modal body to 90% of the screen height*/
#voeux .modal-body {
  max-height: 90vh;
  text-align: center;
}

/*Sets the maximum height of the modal image to 69% of the screen height*/
#voeux .modal-body img {
	margin: 0px auto;
  max-height: 85vh;
  max-width: 100%;
}


/* ----- Visuels ----- */

.visuels > div {
  margin: 0px 0px 20px 0px !important;
}

.visuels > div > img {
	border: 1px solid #eeeeee;
  padding: 3px;
}

.visuels > div.main > img {
	border: 2px solid #dc0064;
  padding: 2px;
}

.visuels > div.main > a.del {
	color: #dc0064;
}

.visuels > div > a.del {
	color: #777777;
	font-size: 11px;
	line-height: 16px;
	margin-right: 10px;
}

.visuels > div > a.pri {
	color: #777777;
	font-size: 11px;
	line-height: 16px;
}

.visuels > div > a.del:hover {
	text-decoration: underline;
}

.visuels > div > a.del > img {
	float: left;
	margin-right: 3px;
}



/* ----- Selfie ----- */

.selfies > div > img {
	border: 1px solid #eeeeee;
  padding: 3px;
}



/* ----- Dropzone ----- */

.dropzone {
  background-color: #ffffff !important;
  border: 2px dashed #cccccc !important;
  border-radius: 5px;
  height: 180px;
  margin: 0px 0px 20px 0px;
  width: 100%;
}

.dropzone.dz-clickable .dz-message {
  margin-top: 40px !important;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  background-color: transparent !important;
  color: #cccccc;
  font-size: 16px;
  font-style: italic;
}

.dropzone .dz-preview {
  margin: 0px;
}

.dropzone .dz-preview .dz-remove {
  font-size: 12px;
}

.dropzone .dz-preview .dz-progress {
  margin-top: 0px;
}

.dropzone .dz-preview .dz-details {
	font-size: 12px;
}

.dropzone .dz-preview .dz-details .dz-size {
	margin-bottom: 1px;
	font-size: 15px;
}


/* ---------- Liste des marraines ---------- */

#listemar thead {
	/*display: none;*/
}

#listemar > tbody > tr > td,
#listemar > tbody > tr > th,
#listemar > tfoot > tr > td,
#listemar > tfoot > tr > th,
#listemar > thead > tr > td,
#listemar > thead > tr > th {
  padding: 5px 0px 7px 0px;
}

#listemar img.left {
	margin-bottom: 0px;
}

#resultat {
  background-color: #efd1e3;
  background-color: #d1efd2;
  border: 1px solid #2eb135;
	border-radius: 4px;
  color: #EB1E93;
  color: #2eb135;
  display: block;
	height: 34px;
  margin: 5px 0px 15px 0px;
	padding: 6px 12px;
  text-align: center;
}

#resultat b {
  font-size: 18px;
}

.table.marraines th {
	display: none;
}

.online {
	color: #5abb00;
}

.label-online {
	background-color: #5abb00;
	font-size: 65%;
}


/* ---------- Fiche marraines ---------- */

.badges div {
	font-size: 10px;
	line-height: 1.2em;
}


/* ---------- Liste des partenaires ---------- */

.fa-4x {
	margin-bottom: 5px;
}

#liste-partenaires {
	padding-bottom: 0px;
}

.logos div a {
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	color: #333333;
	display: block;
	margin-bottom: 20px;
	text-align: center;
	padding: 5px;
  -webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.logos div a img {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.logos div a img {
	margin: auto;
}

.logos div a:hover img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}


/* ---------- Forums ---------- */

span.label.new {
	float:left;
	font-size: 9px;
	line-height: 1em;
	margin: 5px 10px 5px 0px;
	padding: .5em .6em .6em .6em;
  writing-mode: sideways-lr;
}

.forum td i {
	color: #999999;
}



/* ---------- Cropping ---------- */

#preview {
	max-width: 100%;
	overflow: hidden;
}



/* ---------- Sphider ---------- */

#results .url {
	color: #999999;
	font-style: italic;
}

#results .description b {
	background-color: #ffff00;
	font-weight: normal;
	padding: 0px 5px;
}


/* ---------- Social ---------- */

/*
.social {
  background-color: #dc0064;
	min-height: 70px;
	line-height: 70px;
  margin-top: 30px;
}

.social input {
	margin-left: 10px;
}

.social label {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.social a {
	background-color: #ffffff;
	border-radius: 20px;
	color: #dc0064;
	display: inline-block;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	text-align: center;
	width: 40px;
}
*/


/* ---------- Notification cookie ---------- */

.cookie-message {
  position: fixed;
  bottom: 0px;
  display: none;
  left: 0px;
  right: 0px;
  padding: 5px 0px;
  background-color: #7ebe25;
  border-top: 1px solid #cccccc;
  z-index: 99;
}

.cookie-message p {
  color: #ffffff;
  font-size: 13px;
  margin: 5px 0px;
}


/* ---------- Footer ---------- */

footer {
  background-color: #f1f1f1;
  border-top: 5px solid #7ebd25;
  margin-top: 35px;
  padding: 20px 0px 10px 0px;
}

@media (max-width: 767px) {

	footer {
	  margin-top: 0px;
	}

}

footer .intro {
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.175);
	margin: -55px 0px 25px 0px;
	padding: 15px 15px 5px 15px;
}

footer .intro img {
	width: 150px;
}

footer .intro p {
	color: #777777 !important;
}

footer p {
	color: #e6005f;
	font-size: 13px;
	font-weight: normal;
}

footer a {
	color: #e6005f;
	font-size: 13px;
}

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

footer ul {
	color: #7ebd25;
	padding: 0px 0px 0px 15px;
}

footer ul li {
	margin: 0px;
}

footer .row .row [class*='col-']:before {
 background: #ffffff;
 bottom: 0;
 content: " ";
 left: 0;
 position: absolute;
 width: 1px;
 top: 0;
}

footer .row .row [class*='col-']:first-child:before {
 display: none;
}

footer p.legal {
	color: #555555 !important;
}

footer p.legal a {
	color: #555555 !important;
}