


/* 8 Story Section
==================================================== */

/*story section images*/
.story-img-1{ background: url("../img/project/project1/3.jpg") no-repeat scroll center center / cover rgba(0, 0, 0, 0); }
.story-img-2{ background: url("../img/project/project1/10.jpg") no-repeat scroll center center / cover rgba(0, 0, 0, 0); }
.story-img-3{ background: url("../img/project/project1/12.jpg") no-repeat scroll center center / cover rgba(0, 0, 0, 0); }
.story-img-4{ background: url("../img/project/project1/8.jpg") no-repeat scroll center center / cover rgba(0, 0, 0, 0); }

.story-img {
	height: 14rem;
	width: 100%;
	border-radius: 3px;
}
.story-img-1,
.story-img-2,
.story-img-3,
.story-img-4 {
  height: 17rem;
  border-radius: 3px;
}

#story .tline-title{
	margin-top: 17px;
}
.tline-thumbnail{
	margin-bottom: 3rem;
}
.tline-head{
	width:100%;	
}
.timeline{ 
	list-style: outside none none;
	padding: 0;
	position: relative;
}
.timeline:before{
	background: none repeat scroll 0 0 #9b9285;
	bottom: 280px;
	content: " ";
	left: 50%;
	position: absolute;
	top: 30px;
	width: 1px;
}
.tline-arrow{
	position: absolute;
	top: 34px;
}
.tline-arrow:after,
.tline-arrow:before{
	border: medium solid transparent;
	content: " ";
	position: absolute;    
}
.tline-left-side .tline-arrow{	
	right: 33px;    	
}
.tline-left-side .tline-arrow:after,
.tline-left-side .tline-arrow:before{
	right: 100%;
}
.tline-left-side .tline-arrow:after{

	border-width: 6px;
	margin-top: -6px;
}
.tline-left-side .tline-arrow:before{
	border-color: rgba(222, 3, 127, 0);
	border-right-color: #9b9285;
	border-width: 7px;
	margin-top: -7px;
}
.tline-right-side .tline-arrow{
	left: 33px;   
}
.tline-right-side .tline-arrow:after,
.tline-right-side .tline-arrow:before{
	left: 100%;
}
.tline-right-side .tline-arrow:after{

	border-width: 6px;
	margin-top: -6px;
}
.tline-right-side .tline-arrow:before{
	border-color: rgba(222, 3, 127, 0);
	border-left-color: #9b9285;
	border-width: 7px;
	margin-top: -7px;
}
.tline-right-side i, .tline-left-side i{
	color: #7d7365;
	font-size: 15px;
	line-height: 24px;
}
.timeline span{
		
}
.tline-left-side i{
	margin-left:10px;
}
.tline-right-side i{
	margin-right:10px;
}
.timeline-content{
	border: 1px solid #9b9285;
	border-radius: 6px;
	padding: 15px;
}
.story-date{
    font-size: 0.9rem;
    margin-top: 22px;
    color: #8b8b8b;
 }


/* carrés présents sur le filet vertical du parcours - page chef */ 
.date-circle:after {
	background: none repeat scroll 0 0 #9b9285;
    content: "";
    height: 19px;
    position: absolute;
    top: 25px;
    width: 19px;
}




.tline-left-side.date-circle:after {
	right: -9px;
}
.tline-right-side.date-circle:after {
	left: -9px;
}
.img-date-left, .img-date-right{
	position: absolute;    
    background: rgba(255,255,255,0.87);
    padding: 5px;
    top: 1rem;
    border-radius: 3px;
    border-bottom: 3px solid #7d7365;
}
.img-date-left{
	left: 2rem;
}
.img-date-left .day{
color: #111;
}
.img-date-left .month,
.img-date-right .month{
	border-top: 1px solid #d2d2d2;
    color: #7d7365;
    padding: 0 5px;
}




/* 13 Event Section
==================================================== */
.pl-70{
	padding-left: 70px;
}
.pr-70{
	padding-right: 70px;
}



/* 24 Responsive
==================================================== */

@media screen and (max-width: 576px){

	#primary-navbar-box.affix{
		min-width: 100%;
	}


	section,
	.section{
		padding: 6rem 0;
	}
	.margin-sm-b-2{
		margin-bottom: 2rem;
	}
	.main-order-xs-1{
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		        order: 1;
	}
	.main-order-xs-2{
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		        order: 2;
	}
	
	/* slider */
	#slider p,
	#video-bg p {
	    margin-bottom: 2rem;
	}
	.slider-img-holder {
	    top: -115px;
	}
	#slider h2,
	#video-bg h2{
		padding-top: 0;
	}

	/* story */
	.tline-arrow,
	.timeline:before,
	.tline-right-side .tline-arrow:after,
	.tline-left-side.date-circle:after,
	.tline-right-side.date-circle:after {
	    display: none;
	}
	#story .tline-title {
	    margin-top: 0;
	}
	.tline-left-side{
		text-align: left !important;
	}
	.tline-thumbnail{
		margin-bottom: 1rem;
	}
	.big-head-wrap{
		top: 2px;
	}
	.img-date-right{
		left: 2rem;
	}
	/* people */
	.people-img {
	    margin-left: 0;
	}

	/* event */
	.pr-70{
		padding-right: 15px; 
	}
	.pl-70{
		padding-left: 15px;
	}
	#accordion.line:before {
	    left: 35px;
	}
	#event .text-right{
		text-align: left !important;
	}

}
/* Small devices (landscape phones, 578px and 767px) */
@media screen and (min-width: 578px) and (max-width: 767px){ 

	#primary-navbar-box.affix{
		min-width: 100%;
	}

	.margin-sm-b-2{
		margin-bottom: 2rem;
	}
	.big-head-wrap{
		top: -5px;
	}
	.main-order-sm-1{
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		        order: 1;
	}
	.main-order-sm-2{
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		        order: 2;
	}
	
	/* slider */
	#slider p,
	#video-bg p{
	    margin-bottom: 1rem;
	}
	.slider-img-holder {
	    top: -115px;
	}

	/* story */
	.tline-arrow,
	.timeline:before,
	.tline-right-side .tline-arrow:after,
	.tline-left-side.date-circle:after,
	.tline-right-side.date-circle:after {
	    display: none;
	}
	#story .tline-title {
	    margin-top: 0;
	}
	.tline-left-side{
		text-align: left !important;
	}
	.tline-thumbnail{
		margin-bottom: 1rem;
	}
	.img-date-right{
		left: 2rem;
	}

	/* people */
	.people-img {
	    margin-left: 0;
	}

	/* event */
	#event .text-right{
		text-align: left !important;
	}
	.pr-70{
		padding-right: 15px; 
	}
	.pl-70{
		padding-left: 15px;
	}
	#accordion.line:before {
    	left: 36px;
	}

 }

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-width: 992px) { 

	#primary-navbar-box.affix{
		min-width: 100%;
	}

	.big-head-wrap{
		top: -20px;
	}

	/* slider */
	.slider-img-holder {
	    top: -96px;
	}
	#slider h2, #video-bg h2{

	}
	#slider p, #video-bg p{
		margin-bottom: 4rem;
	}
	.margin-sm-b-2{
		margin-bottom: 2rem;
	}

	/* story */
	.tline-right-side, .tline-left-side{
		margin-bottom: 2rem;
	}
	.tline-arrow,
	.tline-right-side .tline-arrow:after {
	    display: none;
	}
	.img-date-right{
		right: 2rem;color: #111;
	}

	/* event */
	.pr-70{
		padding-right: 30px; 
	}
	.pl-70{
		padding-left: 30px;
	}
	#accordion.line:before {
    	left: 51px;
	}

 }

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) and (max-width: 1200px) { 


	/* Nav */
	nav .dropdown:hover .dropdown-menu {
		display: block;
	}
	.big-head-wrap{
		top: -28px;
	}
	.img-date-right{
		right: 2rem;color: #111;
	}
	.dropdown-menu {
	    border-top: 3px solid #7d7365;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding: 1.625rem 1rem;
	}
	.navbar {
	    padding: 0;
	}

 }

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) { 


	/* Nav */
	nav .dropdown:hover .dropdown-menu {
		display: block;
	}
	.img-date-right{
		right: 2rem;color: #111;
	}
	.dropdown-menu {
	    border-top: 3px solid #7d7365;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding: 1.625rem 1rem;
	}
	.navbar {
	    padding: 0;
	}

 }