/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	font-family: "Theinhardt-Regular", Theinhardt-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #000;
	-webkit-transition: background 600ms ease-out;
	-moz-transition: background 600ms ease-out;
	-ms-transition: background 600ms ease-out;
	-o-transition: background 600ms ease-out;
	transition: background 600ms ease-out;
	font-size: 18px;
	
}
::selection{background:#e11529;color:#000}::-moz-selection{background:#e11529;color:#000}

body.whitebg {
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Theinhardt-Regular;
}
h1 {
	font-family: "DidotElder-Display", DidotElder-Display, Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-weight: 400;
	font-size: 2em;
}
hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
	border-top: 1px solid #000;
}
.intro {
	border-left: 10px solid #000;
	border-right: 10px solid #000;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	background-color: #000;
	opacity: 0;
	z-index: 1980;
	
}
.intro.noOpacity {
	opacity: 1;
}
#intro_logo {
	z-index: 1998;
	width: 100%;
}
#intro_logo img {
}
#intro_claim {
	z-index: 1999;
	width: 100%;
}
a {
	outline: 0;
	color: #000;
}
a:hover, a:focus {
	outline: 0;
	text-decoration: none;
	color: #E11529;
}

.relative{
	position: relative;
}

.navbar-brand{
		font-family: "DidotElder-Display", DidotElder-Display, Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
		color: white;
		font-size: 1.4em;
	
}

.navbar-inverse{
	background-color: black;
}

.navbar-inverse .navbar-brand{
color: white;
	
}

/* ---------- MENU ---------- */
#wrap-mc-menu {
	width: 75px;
	height: 100%;
	float: left;
}
#mc-menu {
	width: 75px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	cursor: pointer;
	background-color: #000;
	color: #fff;
	-webkit-transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-ms-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
}
#mc-menu:hover {
	background-color: #E11529;
}
#mc-menu:hover #claim {
	color: #fff;
}
#mc-menu-logo h1 {
	font-size: 2em;
}
#mc-menu-logo h1 a {
	color: #fff;
	display: block;
	text-align: center;
}
#mc-menu #claim {
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	width: 300px;
	font-size: 1.5em;
	left: 25%;
	position: absolute;
	bottom: 0;
	font-family: Theinhardt-Regular;
	color: #505050;
	-webkit-transition: color 200ms ease-out;
	-moz-transition: color 200ms ease-out;
	-ms-transition: color 200ms ease-out;
	-o-transition: color 200ms ease-out;
	transition: color 200ms ease-out;
}
#logo-menu {
	color: #fff;
	display: none;
	font-family: Theinhardt-Regular;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	-o-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	position: relative;
	top: 40px;
}
#logo-menu h3 {
	font-size: 1.5em;
}
#mc-menu:hover #mc-menu-logo {
	display: none;
}
#mc-menu:hover #logo-menu {
	display: block;
}
#wrapper {

	-webkit-transition: all .4s ease 0;
	-moz-transition: all .4s ease 0;
	-ms-transition: all .4s ease 0;
	-o-transition: all .4s ease 0;	
	transition: all .4s ease 0;
	width: 100%;


}

#intro{
	width: auto;
	
	
}
#sidebar-wrapper {
	top: 0;
	width: 0;
	-webkit-transition: width .3s ease;
	-moz-transition: width .3s ease;
	-ms-transition: width .3s ease;
	-o-transition: width .3s ease;	
	transition: width .3s ease;
	float: left;
	position: relative;
	height: 100%;
}
#sidebar-wrapper.open {
	width: 20%;
}
.sidebar-nav {
	width: inherit;
	height: 100%;
	overflow: hidden;
	position: fixed;
	background-color: #f3f3f3;
	font-size: 48px;
	font-family: Theinhardt-thin;
	line-height: 54px;
}
.sidebar-nav a, .sidebar-nav .divider {
	margin: 0;
	padding-left: 15px;
}

.sidebar-nav a.active{
	color: #E11529;
}


/* ---------- page-content ---------- */





#page-content-wrapper {

	background-color: rgb(225, 21, 41);
	float: right;
	width: 100%;
-webkit-transition: width .3s ease;
	-moz-transition: width .3s ease;
	-ms-transition: width .3s ease;
	-o-transition: width .3s ease;	
	transition: width .3s ease;
	position: relative;
	
}
#page-content-wrapper.open {
width: 80%;
	width: -webkit-calc(80% - 15px);
	width: -moz-calc(80% - 15px);
	width: calc(80% - 15px);
}


#page-content-wrapper #projectList article:first-child{
/*
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.3);
box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.3);
*/
	
}


#page-content-wrapper article {
	position: relative;
}
#page-content-wrapper article figure > a {
	background-color: black;
	display: block;
	cursor: pointer;
}
#page-content-wrapper article figure {
/*     overflow: hidden; */
    
}
#page-content-wrapper article figure > a img {

	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	width: 100%;

}

#page-content-wrapper article figure > a:hover img {
}

.wrapper-cartel {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
filter:progid:DXImageTransform.Microsoft.Shadow(color=#333333, Direction=NaN, Strength=5);

	
	
}
.cartel {
	height: 220px;
	width: 356px;
	text-align: center;
	background-color: rgba(255,255,255,0.90);
	overflow: hidden;
	
	
}
#page-content-wrapper article figure > a:hover .cartel {
color: black;
}


.cartel:hover div {
	color: #E11529;
}
.cartel > div {
	margin: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;

}
.cartel h2 {
	font-size: 1.5em;
}
.cartel h1 {
	font-size: 2.5em;
}
.cartel h2, .cartel h1, .cartel p {
	margin: 0;
}
.cartel p {
	margin-top: 15px;
		font-size: 12px;

}
.cartel h2 {
	font-family: DidotElder-RomanIta;
}

/* ---------- carousel ---------- */

#carousel{

	font-family: "DidotElder-Display", DidotElder-Display, Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-weight: 400;
	font-size: 3.5em;
	text-align: center;
}




.open .carousel-caption{
}

.carousel .item{
 cursor: progress;
 

}

.carousel .item.black{ 
	background-color: black;


}
.carousel .item.red{
	background-color: #E11529;
	
}


.carousel .item.yellow{
	background-color: yellow;
	
}

.carousel .item.orange{
	background-color: #ff3800;
	
}


.carousel .item.orange-light{
	background-color: #ff9a00;
	
}


.carousel-caption{
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
right: auto;
bottom: auto;
text-shadow:none;
padding: 0;	
width: 70%;
color: black;
text-transform: uppercase;
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-ms-transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
transition: all 200ms ease-out;
z-index: auto;

}

.black .carousel-caption{
color: white;

}

.carousel-control{
	font-family: "Theinhardt-Regular", Theinhardt-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;

}

.carousel-control.left, .carousel-control.right, .carousel-indicators{
	background-image:none;
	opacity: 0;
-webkit-transition: all 1s ease-out;
-moz-transition: all 1s ease-out;
-ms-transition: all 1s ease-out;
-o-transition: all 1s ease-out;
transition: all 1s ease-out;
z-index: auto;
	
}

.carousel-indicators{
	z-index: 1;

}
.carousel-control span{
	position: absolute;
top: 50%;
z-index: 5;
display: inline-block;

}
.carousel-control span.fleche-left{
left: 50%;	
	
}
.carousel-control span.fleche-right{
right: 50%;	
	
}



.carousel:hover .carousel-indicators, .carousel:hover .carousel-control.left,.carousel:hover  .carousel-control.right {
opacity: 1;	
	
}

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


/* ---------- modal open ---------- à revoir  */


.modal-content {
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 rgba(0,0,0,0);
	border: 1px solid white;
}
.modal-content > div{
		border: 1px solid white;

}


.titrage > div{
	text-align:center;}

.modal img{
	margin: 20px 0;}

.modal h1, .modal h2, .modal h3,.modal p{
	margin:0;}   


	
.modal h2{
	font-family: DidotElder-RomanIta;
	font-size:1.5em;
	}

.modal h3, .modal .titrage p{
	font-family: "Theinhardt-Regular", Theinhardt-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:12px;}
	
	
.modal h3{
	text-align:left;}
	
.modal p{
	margin-top:15px;
	margin-bottom: 15px;
	font-size: 1.5em;
/* 		font-family: "DidotElder-Display", DidotElder-Display, Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif; */
	
	}
	
.modal a{
		color: #E11529;

}	
	
.modal hr{
	border-top: 1px solid grey;}

.modal-backdrop.in{

opacity: 1;
filter: alpha(opacity=100);
background-color: white;
background-color: rgba(255,255,255,1);
	
}



.modal-backdrop{
	background-color: white;
}

:focus{
	outline: 0;
}

.modal #retour {
	position: fixed;
	right: 20px;
	top:60px;
font-family: Theinhardt-Regular;
-webkit-transform-origin: 50%;
-moz-transform-origin: 50%;
-o-transform-origin: 50%;
-ms-transform-origin: 50%;
transform-origin: 50%;
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-o-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
font-size: 1.5em;
	
}

.modal #retour a{
	color: black;
}

.modal #retour a:hover{
	color: #E11529;

}

/* Responsive */



@media (min-width: 992px){



#wrapper {

	width: -webkit-calc(100% - 75px);
	width: -moz-calc(100% - 75px);
	width: calc(100% - 75px);
	float: right;
		position: relative;
}




}


@media (max-width: 1200px) {
#carousel {
	font-size: 2.5em;
}

.sidebar-nav{
font-size: 32px;
line-height: normal;
	
	
}

}




@media (min-width: 970px) {
.open #carousel{
	font-size: 2.5em;

}

}


@media (max-width: 991px) {

.navbar-fixed-top, .navbar-fixed-bottom{
	z-index: 1080;
}


.modal-dialog{
margin-top: 80px;
	
}

body{ padding-top: 50px;}



.modal #retour{
	top: 60px;
	right: 20px;
	font-size: 1em;
	position: absolute;
	
-webkit-transform: rotate(0deg); 
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}



}


@media (max-width: 780px) {

#carousel {
	font-size: 1.5em;
}

.wrapper-cartel{
	display: none;
}

 .modal p {font-size: 1em;}

#headerMobile {
	-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}

#headerMobile.bounce{
	top:-50px;
}


}

@media (max-width: 480px){

#carousel {
	font-size: 1em;
}

}


@media (min-width: 1070px) {

#intro{
position: fixed;
z-index: auto;
}


.modal,.modal-backdrop{
	left:75px;
	
}
.modal-lg {
width: 970px;

}

.modal h1{
	font-size:4em;
	text-align:center;
	padding-bottom:5px;
	}
	
.modal h2{
	font-family: DidotElder-RomanIta;
	font-size:1.5em;
	}


}
	
