/**
 * Styles of all SPLA elements	*
**/
.clear{
    clear: both;
}
.events{
	display: block;
}
ul.events li:hover{
	background: #F3F4F3;
}
.events .clear{
	clear: both;
}
/** Box **/
.events .box-l{
	float: left;
	display: block;
}
.events .box-r{
	float: left;
	display: block;
	max-width: 225px;
	padding-left: 10px;
}/** Pitcure **/
.events .box-l img{
	max-width: 90px;
}
/** Infos **/
.events .box-r .genre span{
	background: #c02026;
	color: #fff;
	padding: 0 5px;
	font-family: Voltaire;
}
.events .box-r .title{
	font-size: 16px;
	font-family: Voltaire;
	color: #292929;
	margin: 5px 0;
}
ul.events li:hover .box-r .title{
	color: #c02026;
}
/** Partners events  **/
.partners{
	display: block;
	border: 1px solid #F3F4F3;
	margin-bottom: 10px;
}
.partners ul.events li:hover{
	background: none;
}
.partners ul.events li:first-child{
	padding: 7px 0px;
}
.partners ul.events li{
	border-bottom: none !important;
	height: 120px;
}
.partners .events .box-r{
	max-width: 200px;
}
.partners .events .box-l img{
	max-width: 90px;
	max-height: 120px;
}
.partners .structure{
	background: #F3F4F3;
}
.partners .structure span{
	display: block;
	padding: 5px;
	color: #292929;
	font-size: 16px;
}
.more{
	font-size: 12px;
	text-align: right;
	width: 100%;
	display: inline-block;
}


/**************************** CAROUSEL ****************************/
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
}
.carousel-control.right {
  right: 0;
  left: auto;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/**From element**/
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 70%;
  margin: auto;
}
/***by Lionel ***/
.events_left:before{
	content: url(../../admin/img/arrow-left.png);
	height: 120px;
	line-height: 120px;
	vertical-align: middle;
	opacity: 0.4;
}
.events_right:before{
	content: url(../../admin/img/arrow-right.png);
	height: 120px;
	line-height: 120px;
	vertical-align: middle;
	opacity: 0.5;
}
.events_right:hover:before, .events_left:hover:before{
	opacity: 1;
}


/***************** Plus d'infos *****************/
.plusdinfos{
	margin-bottom: 15px;
}
.plusdinfos .table{
	background: #F4F3F4;
	padding: 5px 10px;
	color: #292929;
	font-size: 16px;
}
.plusdinfos .table i{
	margin-right: 5px;
}
.plusdinfos ul{
	margin-top: 10px;
}
.plusdinfos ul li{
	padding-left: 10px;
}


/* ** ****** Search engine for events ****** ** */
.engine_calendar #keywords{
	width: 295px;
}
.engine_calendar .agenda_box{
	margin-bottom: 10px; 
}
.engine_calendar .agenda_box label{
	width: 80px;
	display: inline-block;
}
.engine_calendar .agenda_box .rechercher{
	background: #c02026;
	color: #fff;
	float: right;
	border: none;
}
.engine_calendar .agenda_box .rechercher:hover{
	background: #292929;
}


/**************************** Last mag ****************************/
.mag{
	display: block;
	margin-bottom: 20px;
	width: 100%;
}
.mag a{
	text-decoration: none;
}
.mag a img{
	max-width: 100%;
}


/**************************** Last mag ****************************/
.our_publications{
	display: block;
	width: 100%;
}
.our_publications .item{
	display: inline-block;
	vertical-align: top;
	padding: 0 16px;
}
@media screen and (min-width: 800px) and (max-width: 1070px) {
.our_publications .item{ padding: 0; }
} /* nszlosek sinon colonne droite homepage buggée sur desktop +/- 1000px */
.our_publications .item .title{
	color: #292929;
	font-family: Voltaire;
	font-size: 16px;
	margin-bottom: 5px;
	text-align: center;
}
.our_publications .item img{
	max-height: 190px;
}
.our_publications .item:hover img{
	opacity: 0.7;
}
.our_publications .item:hover .title{
	color: #c02026;
}
.our_publications .sabonner{
	background: #c02026;
	color: #fff;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: 5px;
	padding: 5px;
	width: 100px;
}
.our_publications .sabonner:hover{
	background: #292929;
}



/**************************** Contact personne ****************************/
.ctp_line{
	margin: 11px 0;
}
.ctp_line label#ctp_objet{
	margin-right: 40px;
}
#ctp_email {
    width: 207px;
}
#ctp_objet{
    width: 207px;
}
#ctp_message {
	width: 237px;
    margin-left: 18px;
}
.ctp_alert{
	margin: 11px 0;
	font-size: 12px;
	background: #F3F4F3;
	padding: 4px;
}
#ctp_envoyer{
	background: #292929;
	color: #fff;
	float: right;
}
#ctp_envoyer:hover{
	background: #c02026;
}
.g_captcha{
	float: right;
	display: block;
	margin-bottom: 11px;
}
.msg_form{
	margin: 12px 0;
	padding: 4px;
	color: #000;
	text-align: center;
	background-color: rgba(192, 32, 38, 0.5);
}
.done_form{
	background-color: rgba(4, 180, 95, 0.5) !important;
}


