
/*.header-right {
    background: url(../img/header-right2.png);*/
    background: url(../img/header-right.png);*/
    width: 50%;
    float: right;
    background-color: #030303;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 22%;
}/*

/*-- Agenda --*/

.blog-post {
  position: relative;
  margin-bottom: 50px;
}

.blog-thumb {
  overflow: hidden;
  position: relative;
}

.blog-thumb img {
  width: 100%;
}

.blog-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  padding: 15px;
}

.content-show a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.content-show span {
  color: #f78e21;
}

.content-hide {
  margin-top: 15px;
  display: none;
}

.content-hide p {
  color: #fff;
}

/*-- End Agenda --*/

/*-- News --*/

#News {
  padding: 4em 0em 10em;
  background-color: rgba(225, 231, 231, 0.33);
}
#News .title h2 {
  font-size: 22px;
  color: #222222;
  font-weight: 700;
  margin: 100px 0 10px 0;
}
#News .title span {
  font-size: 15px;
  font-weight: 300;
  color: #f55858;
}
#News .work-item {
  margin-top: 40px;
}
#News .work-item h4 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin: 20px 0 5px 0;
}
#News .work-item span {
  color: #f55858;
}
#News .work-item .image-holder {
  overflow: hidden;
  position: relative;
}
#News .work-item .image-holder img {
  width: 100%;
}
#News .work-item .image-holder .overlay {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  top: 0;
  left: 0;
  text-align: center;
}
#News .work-item .image-holder .overlay a {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 650ms ease-in-out;
  -moz-transition: all 650ms ease-in-out;
  -o-transition: all 650ms ease-in-out;
  transition: all 650ms ease-in-out;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -50px;
  color: #ecc426;
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.9);
  display: block;
  text-align: center;
  line-height: 50px;
}
#News .work-item .image-holder:hover .overlay {
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  visibility: visible;
}
#News .work-item .image-holder:hover .overlay a {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
#News .filters {
  margin-top: 60px;
  margin-bottom: 40px;
  list-style: none;
  padding: 0;
}
#News .filters li {
  display: inline-block;
  margin: 0 15px;
  font-size: 14px;
  cursor: pointer;
}
#News .filters li.active {
  color: #f55858;
}
#News #Grid .mix {
  display: none;
  opacity: 0;
}
#News .news-date {
  list-style: none;
  padding: 0;
  color: #f55858;
}
#News .news-description {
  list-style: none;
  padding: 0;
  margin-bottom:10px;
}

/*-- End News --*/

/*-- Audio --*/

.audio-description {
  margin-top:50px;
}

.souncloud {
  padding-top:50px;
}

.soundcloud-detail {
  float:left;
  padding:30px 50px 0 0;
  width:470px;
}

/*-- End Audio --*/

/*-- Video --*/

.video-description {
  margin-top:50px;
}

.video-description a{
  color:#FFF;
}

.video-description a:hover{
  color:rgba(231, 76, 60, 1);;
}

 @media (min-width:860px){.featured-content{width:900px;}}
 @media (min-width:1240px){.featured-content{width:1270px;}}

/*-- End Video --*/

/*-- Shop --*/

.shop-description {
  margin-top:50px;
  margin-bottom:50px;
}

/*-- End Shop --*/

/*-- Photos --*/

 @media (min-width:860px){.gallery{width:900px;}}
 @media (min-width:1255px){.gallery{width:1270px;}}
 @media (min-width:1680px){.gallery{width:1700px;}}

.photos-description {
  margin-top:50px;
  margin-bottom:50px;
}

.album-container {
	width:360px;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
    margin-bottom:214px;
    }

.gallery {
	margin-right:auto;
	margin-left:auto;
    display:table;
    content:" ";
}

.grid_4 {
	position:absolute;
    z-index:1;
}

.album-title {
	background-color:#333; 
    width:360px; 
    height:40px; 
    position:absolute; 
    z-index:2; 
    margin-top:154px;
    opacity: 0.8; 
    color:#FFF; 
    padding: 10px 0 0 10px;
}

a.gal {
	display: block;
	margin-bottom: 23px;
	background: url(../img/magnify.png)  center center no-repeat #373737;
}

a.gal img {
transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a.gal:hover img {
	opacity: 0.5;
}

/*-- End Photos --*/

/*-- Timeline --*/


.timeline {
  margin-left: auto;
  margin-right: auto;
}

.timeline_6,
.timeline_12 {
  display:inline;
  float: left;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

.timeline .timeline_6 {
  width:570px;
}
.timeline .timeline_12 {
  width:1170px;
}

.timeline .clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/*----- style -----*/
.timeline h3 {
  text-align: center;
  font-size: 38px;
  line-height: 36px;
  color: #FF9;
  margin-bottom: 50px;
}
timeline h3.head__1 {
  margin-bottom: 75px;
}
#services h3 {
  font-size: 36px;
}

.story {
  padding-bottom: 243px;
  position: relative;
  margin-top: -8px;
}
.story:after {
  left: 50%;
  margin-left: -2px;
  width: 3px;
  background-color: #474b5d;
  position: absolute;
  content: '';
  top: -29px;
  bottom: 130px;
}
.block-1 {
  font-weight: normal;
}
.block-1 .text1 {
  font-size: 28px;
  font-style: normal;
  margin-bottom: 21px;
}
.block-1 .text2 {
  font-size: 28px;
  font-style: normal;
  margin-bottom: 21px;
  text-align:right;
}
.block-1 + .block-1 {
  margin-top: 70px;
}
.timeline .extra_wrapper {
	padding-top: 100px;
}
.timeline .extra_wrapper2 {
	padding-top: 100px;
  	text-align:right;
  	padding-right: 210px;
}

.block-1 + .block-1 .text1 {
  position: relative;
  top: 1px;
}
.block-1.inset__1 {
  margin-top: 70px;
  padding-top:50px;
  margin-bottom:-50px;
}
.block-1.inset__1 .cornered {
  float: left;
  margin-right: 30px;
  margin-left: -8px;
}
.block-1.inset__1 .cornered:after {
  left: -15px;
  margin-left: 0;
}
.cornered {
  color: #FF9;
  font-size: 24px;
  line-height: 36px;
  width: 194px;
  font-weight: normal;
  font-style: normal;
  position: relative;
  float: right;
  text-align: center;
  margin-top: 88px;
  margin-right: -8px;
}
.cornered:before {
  position: absolute;
  width: 137px;
  height: 137px;
  content: '';
  border: 1px solid #727582;
  left: 50%;
  margin-left: -69px;
  top: 50%;
  margin-top: -65px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  text-decoration: none !important;
}
.cornered:after {
  position: absolute;
  width: 14px;
  height: 14px;
  content: '';
  background-color: #474b5d;
  left: 100%;
  margin-left: -1px;
  top: 50%;
  margin-top: -4px;
  border-radius: 500px;
}
.cornered.pos__1 {
  position: absolute;
  left: 50%;
  margin-left: -97px;
  bottom: -42px;
  line-height: 30px;
}
.cornered.pos__1:before {
  margin-top: -68px;
}
.cornered.pos__1:after {
  left: 50%;
  margin-left: -7px;
  top: 0;
  margin-top: -53px;
}

/*-- End Timeline --*/

/*-- PAST EVENT --*/

.pastEvent {
	margin-bottom:20px;
}
div#allTourJour {
	float:left;
	background-color:#FFF;
	color:#333; 
	font-size:30px;
	font-weight: bold;
	padding: 15px; 
	margin-left:20px;

}
div#detailAllTour {
	float:left; 
	width:500px;
}
ul#allTourMois {
	margin: 0px; 
	color:#FFF; 
	font: bold 30px Arial, Helvetica, sans-serif;
}
ul#allTourLieu {
	margin: 0px; 
	color:#999; 
	font: bold 15px Arial, Helvetica, sans-serif;;
}
ul#allTourAdresse {
	font-size: 18px;
	font-weight: bold;
    color: rgba(231, 76, 60, 1);
}
ul#allTourAdresse a{
	font-size: 18px;
	font-weight: bold;
    color: rgba(231, 76, 60, 1);
}
ul#allTourAdresse a:hover{
	font-size: 18px;
	font-weight: bold;
    color: #6B6D6E;
}
div#detail2AllTour {
	clear:both; 
	color:#1c1c1c; 
	font: bold 13px Verdana, Helvetica, sans-serif; 
	margin: 5px 25px; 
	width:460px;
}
div#allTourHeure {
	float:left;
	margin-top: -15px;
	padding-left: 5px;
	color:#FFF;
}


/*-- End Past Event --*/