/**********/
/* GLOBAL */
/**********/
* {
    box-sizing: border-box; /* IE8 et plus */
    text-decoration: none;
}
html, body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    -webkit-font-smoothing: antialiased; /* Better Font Smoothing in Chrome & Safari */
}

body {
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
    background-color: #555555;
    color: #d3d3d3;
    webkit-tap-highlight-color: #222;
  	font-size: 16px!important; line-height: normal!important;
}

hr {
    max-width: 80px;
    border-width: 3px;
    opacity: 0.1;
    margin-top: 15px;
    margin-bottom: 15px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #9c27b0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #9c27c1;
    outline: 0;
}

h1,h2,h3,h4,h5,h6 {

}

p {
    font-size: 17px;
    line-height: 1.7;
    /*margin-bottom: 20px;*/
}

.wide-space {
    letter-spacing: 1.6px;
}

.bg-primary {
    background-color: #333;
}

.bg-dark {
    color: #eee;
    background-color: #222;
}

.cursive {
    font-family: 'Dancing Script', cursive;
    text-transform: none;
}

.text-faded {
    color: rgba(245,245,245,0.7);
}

.text-dark {
    color: #111;
}

.text-primary {
    color: #9c27b0;
}

.modal-content {
    background-color: #1d1d1d;
}

section {
    padding: 70px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}


/**********/
/* HEADER */
/**********/
#goToContact {
	position: fixed; z-index: 100; top:40px; right:310px; width:40px; height:28px;
	background: url('../img/icons/contact02.gif') no-repeat!important;
}
/* MENU */
#topNav {
	position: fixed; z-index: 100; top: -190px; width: 67px;
}
.navbar-fixed-top {
	left: 300px; right: auto;
}
.container-fluid > .navbar-header {
	margin-right: 15px!important; margin-bottom: 5px!important;
}
.navbar-default {
    border-color: rgba(35,35,35,.05);
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
    background-color: transparent;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.navbar-header > .navbar-brand {
	width: 60px; height:60px;
    color: #9c27b0; opacity: .9;
    margin-right: -15px!important; margin-top: 20px!important; margin-left: -20px!important;
    -webkit-transition: padding .2s ease-in;
    -moz-transition: padding .2s ease-in;
    transition: padding .2s ease-in;
    background: url(../img/icons/home_circle_bis.svg) no-repeat;
}
.navbar-header > .navbar-brand:nth-child(1) {
	/*margin-top: 30px!important;*/
}
.navbar-header > .navbar-brand:hover,
.navbar-header > .navbar-brand:focus {
    color: #8b27b0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #181818;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-collapse {
    border-color: transparent;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #eee;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #9c27b0;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #9c27b0 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover
{
    background-color: transparent;
}
/* end MENU */

/* LANDING */
header, footer, section {
	overflow: hidden;
	}
header {
    position: relative;
    min-height: 100%;
    text-align: center;
    color: #fff;
    width: 100%;
    background-color: white;
    background-image: url('../video/home_background.jpg') no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
header .header-content {
    position: absolute; z-index: 2;
    width: 35%; height: auto; color: #555555;
  	left: 50%; transform: translate(-50%, -50%);
    padding: 43% 15px 0 15px;
    text-align: center;
}

/*LOADER*/
.loader {
	position: absolute; z-index: 3;
	top:50%; left: 50%;
	border: 2px solid #ffffff;
	border-top: 2px solid #29BEBB;
	border-radius: 50%;
	width: 8vh;
	height: 8vh;
	margin: -1vh 0 0 -4vh;
	animation: spin 2s linear infinite;
}
.loading {
	position: absolute; z-index: 4;
	top:50%; left: 50%; transform: translate(-50%, -50%);
	font-size:18px!important; margin-top: 9vh; color: #11ae9e;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*End LOADER*/

/* BUBBLES FX*/

#bubbles { 
    position: absolute; z-index: -1;
    width: 100%; height: auto;
  	left: 50%; transform: translate(-50%, -50%);
    padding: 0 15px 0 15px;
    text-align: center;
}
.bubble {
    width: 8vh;
    height: 8vh;
    background: #11ae9e;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    position: absolute; z-index: -1;
}
.x1 {
	left: 22%;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.2;
    -webkit-animation: moveclouds 8s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: moveclouds 8s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -o-animation: moveclouds 8s linear infinite, sideWays 4s ease-in-out infinite alternate;
}
.x2 {
    left: 45%;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.20;
    -webkit-animation: moveclouds 13s linear infinite, sideWays 5s ease-in-out infinite alternate;
    -moz-animation: moveclouds 13s linear infinite, sideWays 5s ease-in-out infinite alternate;
    -o-animation: moveclouds 13s linear infinite, sideWays 5s ease-in-out infinite alternate;
}
.x3 {
    left: 40%;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.2;
    -webkit-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -o-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
}
.x4 {
    left: 35%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.15;
    -webkit-animation: moveclouds 7s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: moveclouds 7s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -o-animation: moveclouds 7s linear infinite, sideWays 2s ease-in-out infinite alternate;
}
.x5 {
    left: 45%;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.15; 
    -webkit-animation: moveclouds 11s linear infinite, sideWays 3s ease-in-out infinite alternate;
    -moz-animation: moveclouds 11s linear infinite, sideWays 3s ease-in-out infinite alternate;
    -o-animation: moveclouds 11s linear infinite, sideWays 3s ease-in-out infinite alternate;
}
@-webkit-keyframes moveclouds { 
    0% { 
        top: 500px;
    }
    100% { 
        top: -500px;
    }
}
@-webkit-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}
@-moz-keyframes moveclouds {     
    0% { 
        top: 500px;
    }

    100% { 
        top: -500px;
    }
}
@-moz-keyframes sideWays {
    0% {
        margin-left:0px;
    }
    100% {
        margin-left:50px;
    }
}
@-o-keyframes moveclouds {
    0% { 
        top: 500px;
    }
    100% { 
        top: -500px;
    }
}
@-o-keyframes sideWays {
    0% {
        margin-left:0px;
    }
    100% {
        margin-left:50px;
    }
}
/*End BUBBLES FX */

header .header-content img {
	opacity: 0; width: 30%; height: auto;
}
.logo {
	position: absolute; z-index: 10; width: 50px; height: 50px; background: url('../img/icons/home.png') no-repeat;
}
.logo-landscape {
	position: absolute; z-index: 10; width: 50px; height: 50px; background: url('../img/icons/home.png') no-repeat;
}
.header-content h1 {
	text-align: center;
	letter-spacing: .05rem;
	margin: 0; padding: 0;
}
.header-content h1 p {
	font-family: cormorant_garamondLtIt; font-size: 2.7rem; font-size: 2.2vw;
	line-height: normal!important; margin-bottom: 5px!important;
}
.name {
	font-family: cormorant_garamondbold_italic!important; line-height: 80%;
	margin: 0!important; font-weight: normal!important;
}
.header-content h2 {
	position: relative;
	margin-top: 1.5em!important;
}
.header-content h2 p {
	position: absolute; z-index: 5; width: 100%;
	font-family: opensansextrabold!important; font-size: 2.7vw!important;
	line-height: 1.2!important; text-transform: uppercase;
	margin: 0!important;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}
.header-content h2 p {
	opacity: 0;
}
.header-content h2 p:nth-child(1) {
	top: -0.2em;
	opacity: 0;
	color: #E8504F;
}
.header-content h2 p:nth-child(2) {
	top:1em;
	opacity: 0;
}
.header-content h2 p:nth-child(3) {
	top:-0.3em; left: 50%!important; z-index: 10!important; color: #555555;
}
.header-content h2 p:nth-child(4) {
	top:.9em; left: 49.4%!important; z-index: 10!important; color: #E8504F;
}
#video-background {
	display: none;
	position: absolute; z-index: 1;
	right: 0; bottom: 0;
  	top:0; left: 50%; transform: translate(-50%, 0%);
	min-width: 100%; min-height: 100%;
	width: auto; height: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../video/home_background.jpg');
}
#video-background.collapsing {
	display:none;
}
#scroll, #play {
	position: absolute; z-index: 20;
	font-family: overpassbold; font-size: 22px; text-transform: uppercase; color: #444444; letter-spacing: 0.3rem;
}
.landing-button {
	bottom: 50px!important; height: 100px!important; width: 100px!important;
}
#scroll {
	left: 25%; opacity: 0.6;
	background :url('../img/icons/scroll_icon.png') no-repeat;
}
#play {
	right: 24%; opacity: 0.6;
	background :url('../img/icons/pause_icon.png') no-repeat; cursor: pointer;
}
/* end LANDING */


/***********/
/* CONTENT */
/***********/
/* SECTION PARCOURS */
.next {
	position: absolute; z-index: 20;
	height: 26px; width: 49px;
	margin-left: auto; margin-right: auto;
	left: 0; right: 0; bottom: 6%;
	background :url('../img/icons/scroll_arrow.png') no-repeat;
	opacity: 0.8;
}
#biere {
	/*z-index: 10;
	right: 0; bottom: 0;
  	top:50%; left: 50%; transform: translate(-50%, 0%);
	min-width: 100%; min-height: 100%;
	width: auto; height: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;*/
}
#prelude .next {
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
}
.arrow-white {
	background :url('../img/icons/scroll_arrow_white.png') no-repeat;
}
.arrow-black {
	background :url('../img/icons/scroll_arrow_black.png') no-repeat;
}
.cv-icon {
	position:absolute; top:12px; left: 1px;
	font-family:overpassbold; font-size:17px; color: #0354a5;
}
.cv-icon-footer {
	font-family:overpasslight; font-size:17px; color: #eeeeee;
}
#themes a:hover, #themes a:focus {
	text-decoration: none!important;
}
#parcours, #projets, #contact {
    position: relative;
    width: 100%; min-height: auto!important; height: auto;
    padding: 0; overflow: hidden; background-color: white;
}
#contact {
	background-color: #eeeeee;
}
.formation, .rubrique {
	width: 100%; min-height:0!important;  padding:0; overflow: hidden;
}
.formation .container, .rubrique .container {
	height:22.22%!important;
}
.formation .row {
	padding: 3.5% 0 2.5% 0;
}
.rubrique img {
	width: 130px; height: auto;
}
.projets-rubrique img {
	width: 100px; height: auto;
}
.rubrique .row:nth-child(1) {
	padding: 4% 0 0 0;
}
.rubrique .row:nth-child(2) {
	padding: 2% 0 0 0;
}
#projets .rubrique .row:nth-child(1) {
	padding: 3% 0 0 0;
}
#projets .rubrique .row:nth-child(2) {
	padding: 0.8% 0 0 0;
}
section.rubrique-footer {
	position:relative!important; background-color: #eeeeee!important; min-height: 130px!important; padding: 0!important;
}
.formation .chapo {
	font-family: overpassbold!important; color:#888888!important; line-height: 2vw; font-size: 1.5vw!important; text-transform: uppercase; letter-spacing: 0.03rem;
}
.rubrique .chapo {
	color:#666666!important;
}
#projets .rubrique .chapo {
	font-size: 30px!important;
}
.rubrique-color {
	color: #268482;
}
.rubrique hr {
	max-width: 80px;
	opacity: 1;
	border: 0;
	border-top: 1px solid #888888;
	margin-top: 15px;
	margin-bottom: 15px;
}
#projets .rubrique hr {
	margin-top: 0;
}
.light {
	font-family: overpasslight!important; text-transform: none; font-size: 1.5vw!important;
}
.date {
	font-family: overpasslight!important;
}
#prototype, #festival, #transsiberien, #pablo, #update, #abecedaire {
	position: relative;
	width: 100%; height: auto; overflow: hidden;
	padding: 3.5% 0 4.5% 0;
}
.icons-prototype {
	width: 80%!important; height: auto; margin-top: 10%;
}
#autostop {
	padding: 0.5% 0 2.5% 0;
}
#festival h6 .selection {
	font-family:overpassbold!important; text-transform: uppercase!important;
}
#projets .selection {
	text-transform: uppercase;
}
#projets .selection h6 {
	font-family:overpassextralight!important;
}
#festival h6 a, #festival h6 a:hover, #festival h6 a:focus {
	color: #0354a5!important;
}
#abecedaire {
	padding: 4.5% 0 2.5% 0;
}
#transsiberien, #autostop, #prototype {
	background-color: #eeeeee;
}
#biere {
	/*background-position: 25% 75%!important;*/
}
#matte {
	background-position: 75% 75%!important;
}
#pablo {
	background-color: white;
}
#parcours .container, #projets .container, #contact .container {
	height: 54.63%!important; color:#555555!important;
}
#autostop .container {
	padding-bottom: 20px;
}
#parcours h3, #projets h3 {
	font-family: overpassbold; font-size: 2.4rem!important; text-transform: uppercase; letter-spacing: 0.03rem; margin: 0;
}
#projets h3 {
	font-size: 2rem!important; letter-spacing: 0.03rem;
}
#parcours h6, #projets h6 {
	font-family: overpasslight; line-height: 1.2rem; font-size: 0.9rem!important; margin: 0; margin-bottom: 15px;
}
#parcours p, #projets p {
	font-family: overpasslight; line-height: 1.3rem; font-size: 1rem!important; text-transform: uppercase; margin: 0;
}
#prototype h3, #abecedaire h3, #update h3 {
	font-size: 2rem!important; letter-spacing: 0.03rem;
}
#projets p {
	font-family: overpassextralight;
}
#projets p.intro-autostop {
	text-transform: none!important; margin-bottom: 30px;
}
#projets .infos {
	padding-left: 40px; margin-left: 0;
}
hr.style-one {
    border: 0; opacity: 0.5;
    max-width: 35px; height: 1px;
	margin-top: 3px;
	margin-bottom: 5px;
    text-align: left;
    background: #555555
}
#parcours img, #festival img, #pablo img, #update img, #abecedaire img, #autostop img {
		display: block; max-width:100%; width:100%; height: auto;
}
#autostop img {
	padding-top: 20px; padding-bottom: 10px;
}

#bnf {
	background:url(../img/bnf.jpg);
}
#matte div div:nth-child(3), #biere div div:nth-child(3), #voyageurs div div:nth-child(3), #envol div div:nth-child(3), #bnf div div:nth-child(3), #miroirs div div:nth-child(3), #gier div div:nth-child(3), #brume div div:nth-child(3), #prelude div div:nth-child(3), #melting div div:nth-child(3) {
	float: right;
}
#matte div div:nth-child(4), #biere div div:nth-child(4), #voyageurs div div:nth-child(4), #envol div div:nth-child(4), #bnf div div:nth-child(4), #miroirs div div:nth-child(4), #gier div div:nth-child(4), #brume div div:nth-child(4), #prelude div div:nth-child(4), #melting div div:nth-child(4) {
	float: right; clear: right;
}
#prelude {
	position: relative; padding-top:5%; background:url(../img/prelude.jpg) no-repeat;  background-size: cover;
}
#melting {
	padding-top: 5%;
}
#melting .container {
	height:100%!important; color: white!important;
	background:url(../img/melting_pot_hd.jpg) no-repeat; background-size: cover;
}
.video-js-responsive-container {
	width: 100%; position: relative;
}
.video-js-responsive-container .video-js {
    height: 100% !important; 
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
.video-js-responsive-container.vjs-hd {
    padding-top: 56.25%;
}
.video-js-responsive-container.vjs-sd {
    padding-top: 75%;
}
#video1 {
	width: 100%;
}
#video1_html5_api {
	width: 100%; height: auto;
}

/* SECTION CHAPO */
#chapo {
	position: relative;
	background-color: white; min-height: 40%!important;
}
.chapo {
	font-family: overpassbold!important; /*color:#0354a5!important;*/ color:#666666!important; line-height: 1.8vw; font-size: 1.7vw!important; text-transform: uppercase; letter-spacing: 0.03rem;
}
.margin-top-0 {
    margin-top: 0;
}
.reddot {
	color:#E8504F;
}
/* end CHAPO */

/* SECTION THEMES */
#themes {
    min-height: 60%;
	/*background-color: #013e7a;
	background-color:#37a9aa ;*/
	background: #4fd2da;
	background: linear-gradient(70deg,#4fd2da 0%, #1a5958 100%);
	background: -webkit-linear-gradient(70deg,#4fd2da 0%, #1A5958 100%);
	background: -moz-linear-gradient(70deg,#4fd2da 0%, #1A5958 100%);
}
.feature {
    margin: 30px auto 0;
    max-width: 400px;
}
.feature h3 {
	font-family: overpassbold; font-size: 26px; color: white; text-transform: uppercase;
}
.feature h3:nth-child(3) {
	margin-top: 0!important; padding-top: 0!important;
}
.feature p {
    margin-bottom: 0;
}
#competences p.text-muted {
	font-family: overpassextralight; font-size: 15px; line-height: 20px; margin-top: 10px; margin-bottom: 4%;
}
.parcours, .competences, .projets {
	width: 240px; height: 240px; margin-left: auto; margin-right: auto;
}
.parcours {
	background: url('../img/icons/parcours_emeraude.png') no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.competences {
	background: url('../img/icons/competences_emeraude.png') no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.projets {
	background: url('../img/icons/projets_emeraude.png') no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.scale {
	-webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
.parcours:hover {
	background: url('../img/icons/parcours_hover.png') no-repeat;
}
.competences:hover {
	background: url('../img/icons/competences_hover.png') no-repeat;
}
.projets:hover {
	background: url('../img/icons/projets_hover.png') no-repeat;
}
/* end THEMES */

/* SECTION COMPETENCES */
#competences {
}
/* end COMPETENCES */

/* SECTION PROJETS */
#projets {
}
/* end PROJETS */

/**********/
/* FOOTER */
/**********/
footer {
	padding: 2% 0 1% 0; background-color:#2d2d2d;
}
footer h4 {
	color: #eeeeee!important;
}
footer a, footer a:hover, footer a:focus {
	font-family: overpasslight; font-size: 16px; color: #aaaaaa;
}


/***************/
/* VIDEO MODAL */
/***************/
.target {
	cursor: pointer;
}
#galleryVideo {
	width: 100%;
}
#videoBox_html5_api {
	width: 100%; height: auto!important;
}
#videoBoxSD {
	overflow: hidden;
}
#videoBoxSD_html5_api {
	height: auto!important;
}
#videoBoxPrototype {
	width: 40%; min-width:200px; height: auto!important;
}
#videoBoxPrototype_html5_api {
	width: 100%; height: auto!important;
}
#iframeBox {
	width: 100%; height: 100%!important; overflow: hidden;
}
.vjs-big-play-button {
	background :url('../img/icons/play_icon.png') no-repeat!important;
	height: 80px!important; width: 80px!important; background-size: cover!important;
	border-radius: 0!important; border:0!important; margin-top: -1em!important; margin-left: -1em!important;
}
.vjs-big-play-button::before {
	content: none!important;
}
.modal-body {
    padding: 6px 10px 8px 10px !important; text-align: right; width: 100%;
}
.modal-body-prototype {
    padding: 0!important; text-align: right; width: 100%;
}
.modal-content-prototype {
	width: 40%; min-width:200px; height: auto!important; margin-left: 6%;
}
.ion-android-close {
	font-size: 30px; padding: 0 4px 5px 0; cursor: pointer;
}
.video-js-responsive-container.vjs-hd {
    padding-top: 56.25%;
}
.video-js-responsive-container.vjs-sd {
    padding-top: 75%;
}
.video-js-responsive-container .video-js {
    height: 100% !important; 
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
.video-js .vjs-control {
	margin: 0!important;
}
.vjs-poster {
    /*background-size:cover;*/
}
.gallery-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    overflow:hidden;
}

.gallery-box .gallery-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(44,44,44,.8);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.gallery-box .gallery-box-caption .gallery-box-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.gallery-box:hover .gallery-box-caption {
    opacity: 1;
}

.gallery-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-box img {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}



::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}


/***********/
/* BUTTONS */
/***********/
.icon-lg {
    font-size: 60px;
}
.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
    opacity: 0.7;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
    opacity: 0.7;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn.btn-primary {
    background-color: transparent;
    border:1px solid #f0f0f0;
    border-color:#f0f0f0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn.btn-primary:hover {
    opacity: 0.7;
}

.btn {
    border: 0;
    border-radius: 290px;
    font-family: 'Helvetica Neue',Arial,sans-serif;
}

.btn-xl {
    padding: 15px 30px;
    font-size: 20px;
}

/* PARCOURS BUTTONS */
#parcours .btn, #projets .btn {
	font-family: overpasslight!important; width: 100%!important; height: auto!important; /*height: 54px!important;*/
}
#parcours button:nth-child(1) {
	margin: 30px 0 10px 0;
}
#projets button {
	max-width: 210px; margin: 0 0 10px 0;
}
#parcours .page-scroll button:nth-child(1) {
	margin: 0;
}
.btn.outline {
    background: none;
    padding: 12px 22px;
}
.btn-primary.outline {
    border: 1px solid #555555;
    color: #555555;
}
#matte .btn-primary.outline {
    border: 1px solid #aaaaaa;
    color: #aaaaaa;
}
#voyageurs .btn-primary.outline, #envol .btn-primary.outline {
    border: 1px solid #aaaaaa;
    color: #aaaaaa;
}
#bnf .btn-primary.outline, #miroirs .btn-primary.outline, #gier .btn-primary.outline, #brume .btn-primary.outline, #melting .btn-primary.outline {
    border: 1px solid white;
    color: white;
}
.btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
    color: #888888;
    border-color: #888888;
}
.btn-primary.outline:active, .btn-primary.outline.active {
    border-color: #333333;
    color: #333333;
    box-shadow: none;
}
.sharp {
  border-radius:0;
}
.call-to-action h2 {
    margin: 0 auto 20px;
}
.construction {
	font-size: 12px;
}

/***********/
/* CONTACT */
/***********/
#contact .rubrique .row:nth-child(1) {
    padding: 0;
}
.smartphone {
	font-family: overpasslight; font-size: 28px; color: #555555;
	opacity: 0.8;
}
.m-bottom {
	margin-bottom: 8%;
}
.linkedin, .linkedin:hover, .linkedin:focus,
.facebook, .facebook:hover, .facebook:focus,
.pinterest, .pinterest:hover, .pinterest:focus {
	font-family: overpasslight; text-transform: uppercase; font-size:20px; color:#555555; text-decoration: none;
}
.linkedin, .facebook, .pinterest {
	color: #cccccc;
}
.contact-wrapper{
}
.contact-wrapper .form-inline .form-control {
    display         : inline-block;
    width           : 100%;
    border-radius   : 0;
    vertical-align  : middle;
}
textarea .form-control {
	margin-bottom: 2% !important;
}
.form-group {
	text-align: center;
}
.contact-wrapper .section-title{
	font-family: overpassbold; font-size: 40px; color:#0354a5; text-transform: uppercase; margin: 6% 0 6% 0 !important;
}
.contact-wrapper .p-padding{
    color   : #fff;
}
.contact-wrapper  form{
    margin-top  : 0;
}
.contact-wrapper input, .contact-wrapper textarea, .contact-wrapper button{
    margin  : 0 0 15px 0;
}
.contact-wrapper .costom-btn{
    width                   	: 100%;
    background                  : #0155a5;
    border                      : 1px solid #0155a5;
    border-radius				: 0;
    font-family                 : overpasslight;
    font-size					: 18px;
    color                       : white;
    text-transform              : uppercase;
    letter-spacing              : 1.5px;
    -webkit-transition          : all ease 0.4s ;
    -moz-transition             : all ease 0.4s ;
    -ms-transition              : all ease 0.4s ;
    -o-transition               : all ease 0.4s ;
    transition                  : all ease 0.4s ;
}
.contact-wrapper .costom-btn:hover{
    background          : transparent;
    color               : #0155a5;
    border              : 1px solid #0155a5;
}
.contact-wrapper .success, .contact-wrapper .error{
    display         : none;
    text-align      : center;
    padding         : 6px; 
    text-transform  : uppercase;
}
.contact-wrapper .success{
    background : #DFF0D8;
}
.contact-wrapper .error{
    background  : rgba(253,231,231,1);
}
.contact-wrapper .validation{
    background  : rgba(253,231,231,1);
    border      : 2px solid rgba(101,13,12,0.9);
    box-shadow  : 0 0 2px rgba(101,13,12,0.5) inset;
}
.contact-wrapper .form-control:-ms-input-placeholder
{
    font            : 300 13px/22px 'Open Sans', sans-serif;
    color           : #5c5c5c;
    text-transform  : capitalize;
    font-weight     : 300;
    letter-spacing  : 1.1px;
}
.contact-wrapper .form-control::-webkit-input-placeholder {
    font            : 300 13px/22px 'Open Sans', sans-serif;
    color           : #5c5c5c;
    text-transform  : capitalize;
    font-weight     : 300;
    letter-spacing  : 1.1px;
}
.contact-wrapper .form-control::-moz-placeholder
{
    font            : 300 13px/22px 'Open Sans', sans-serif;
    color           : #5c5c5c;
    text-transform  : capitalize;
    font-weight     : 300;
    letter-spacing  : 1.1px;
}
.contact-wrapper .form-control:focus {
    border              : 1px solid rgba(1,85,165,1);
    outline             : 0;
    -moz-box-shadow     : 0px 0px 3px rgba(1,85,165,0.9);
    -webkit-box-shadow  : 0px 0px 3px rgba(1,85,165,0.9);
    -ms-box-shadow      : 0px 0px 3px rgba(1,85,165,0.9);
    -o-box-shadow       : 0px 0px 3px rgba(1,85,165,0.9);
    box-shadow          : 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 3px rgba(1,85,165,0.9);
}


.contact-wrapper .contact-or {
    width           : 68px;
    height          : 68px;
    margin          : 0 auto;
    border-radius   : 50%;
    background      : #ffffff;
    text-transform  : uppercase;
}
.contact-wrapper .contact-or p{
    font                : bold 25px/22px 'Roboto Condensed', sans-serif;
    color               : #e84700;
    padding             : 0;
    margin              : 0 auto;
    letter-spacing      : 1.5px;
    text-align          : center;
    line-height         : 69px;
}
.contact-wrapper .icon-text{
    font            : normal 16px/22px 'Open Sans', sans-serif;
    text-align      : center;
    color           : #ffffff;
    text-transform  : uppercase;
    margin          : 25px 0;
}
.contact-wrapper .icon-holder{
    width           : 300px;
    margin          : 0 auto;
}
.contact-wrapper .icon-holder ul li {
    display             : inline-block;
    margin              : 0 10px;
    width               : 38px;
    height              : 38px;
    text-align          : center;
    border-radius       : 50%;
    border              : 1px solid #ffffff; 
    background          : rgba(232, 71, 0, 0);
    -webkit-transition  : background  ease 0.50s;
    -moz-transition     : background  ease 0.50s;
    -o-transition       : background  ease 0.50s;
    -ms-transition      : background  ease 0.50s; 
    transition          : background ease 0.50s; 
}
.contact-wrapper .icon-holder ul li:first-child{
    margin  : 0 10px 0 0;
}
.contact-wrapper .icon-holder ul li:last-child{
    margin  : 0 0 0 10px;
}
.contact-wrapper .icon-holder ul li a{
    width       : 38px;
    height      : 38px;
    color       : #ffffff;
}
.contact-wrapper .icon-holder ul li .fa{
    line-height     : 37px;
}
.contact-wrapper .icon-holder ul li:hover{
	background      : rgba(232, 71, 0, 1);
	border          : 1px solid rgba(255,255,255,0.5);
}
#submit {
	margin-bottom: 7%!important;
}

/*****************/
/* MEDIA QUERIES */
/*****************/
@media(min-width:768px) {
	/* MENU */
    .navbar-default {
        border-color: transparent;
        background-color: transparent;
        min-height: 60px;
    }

    .navbar-header > .navbar-brand {
        color: rgba(255,255,255,0.7);
        padding: 19px;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #f4f4f4;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,0.8);
        padding: 20px;
        letter-spacing: 1.1px;
        text-shadow: 1px 1px 1px rgba(60,60,60,0.7);
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fefefe;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #222;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 15px;
        color: #9c27b0;
        padding: 20px;
        letter-spacing: 1px;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #8b27b0;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #ddd;
        text-shadow: 1px 1px 1px rgba(30,30,30,0.7);
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #9c27b0;
    }
    /* end MENU */
    
    header {
        min-height: 100%;
    }
    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }
    
    section {
        min-height: 600px;
        padding: 100px 0;
    }
    #themes {
		padding: 4% 0 5.5% 0;
	}
}

@media(min-width:992px) {
    .feature {
        margin: 40px auto 0;
    }
}
@media(min-width:1900px) {
	.modal-lg {
	    width: 1200px;
	}
}
@media screen and (max-width:1800px){
	#goToContact {
		right:30px;
	}
	.navbar-fixed-top {
		left: 20px;
	}
	.header-content h2, .header-content h2 {
		line-height: 45px; line-height: 2.4vw; font-size: 29px!important; font-size: 1.8vw!important;
	}
}
@media screen and (max-width:1600px){
	.formation .chapo, .rubrique .chapo {
		line-height: 2vw; font-size: 30px!important;
	}
	#projets .rubrique .chapo {
		font-size: 25px!important;
	}
}
@media screen and (max-width:1199px){
	#transmedia-element div div:nth-child(3) {
		display: none;
	}
}
@media screen and (max-width:1280px){
	#goToContact {
		top: 30px;
	}
	.navbar-header > .navbar-brand {
		width: 60px; height: 60px; margin-top: 15px!important;
	}
	#melting .container {
		background:url(../img/melting_pot.jpg) no-repeat; background-size: cover;
	}
	section.rubrique-footer {
		position:relative!important; background-color: #eeeeee!important; min-height: 90px!important; padding: 0!important;
	}
	.projets-rubrique img {
		width: 70px; height: auto;
	}
	#projets .rubrique .row:nth-child(1) {
	    padding: 2% 0 0 0;
	}
}
@media screen and (min-width:1280px){
	.next {
		bottom: 4%;
	}
}

@media screen and (max-width:1279px){
	#topNav {
		position: fixed; z-index: 100; top: -190px; width: 67px;
	}
	.navbar-fixed-top {
		left: 20px;
	}
	header .header-content {
	    width: 50%; height: auto; color: #555555;
	  	left: 50%; transform: translate(-50%, -50%);
	    padding: 55% 15px 0 15px;
	}
	header .header-content img {
		opacity: 0; width: 35%; height: auto;
	}
	.header-content h1 p {
		font-size: 3.3vw!important;
	}
	.header-content h2 p {
		font-size: 3.5vw!important; margin:10px 0 0 0!important;
	}
	.chapo {
		line-height: 2.5vw; font-size: 25px!important;
	}
	.rubrique .chapo {
		line-height: 2.5vw; font-size: 30px!important;
	}
	#projets .rubrique .chapo {
		font-size: 25px!important;
	}
	#parcours h6, #projets h6 {
		font-family: overpasslight; color:#555555!important; line-height: 1.2rem; font-size: 0.8rem!important;
	}
	.formation .chapo {
		font-size: 22px!important;
	}
	.formation .chapo .light, .rubrique .chapo .light {
		font-family: overpasslight!important; text-transform: none; font-size: 1rem!important;
	}
	#projets .rubrique .projets-rubrique {
		/*display: none;*/
	}
}
@media(min-width:1025px) {
	#festival h3 {
		font-size: 2.1rem!important;
	}
}
@media(max-width:1024px) {
	.icon-lg {
	    font-size: 50px;
	}
	.next {
		bottom: 3%;
	}
	#goToContact {
		right:20px;
	}
	.navbar-fixed-top {
		left: 20px;
	}
	.container-fluid > .navbar-header {
		margin-left: 15!important;
	}
	.navbar-header > .navbar-brand {
		margin-left: -15px!important;
	}
	#parcours, #projets {
		display: list-item;
        min-height: inherit;
	}/* ipad fix */
	#parcours h3, #projets h3 {
		font-family: overpassbold; font-size: 1.8rem!important; text-transform: uppercase; letter-spacing: 0.03rem; margin: 0;
	}
	#matte h3 {
		font-size: 1.7rem!important;
	}
	#voyageurs h3, #envol h3 {
		font-size: 1.7rem!important;
	}
	#bnf {
		background: url('../img/bnf1024.jpg');
	}
	#bnf h3, #miroirs h3 {
		font-size: 1.6rem!important;
	}
	#parcours h6, #projets h6 {
		font-family: overpasslight; line-height: 1.2rem; font-size: 0.7rem!important;
	}
	#parcours p, #projets p {
		font-family: overpasslight; line-height: 1.2rem; font-size: 0.8rem!important; text-transform: uppercase; margin: 0;
	}
	#projets p {
		font-family: overpassextralight!important;
	}
	#parcours .btn, #projets .btn {
		font-size: 1rem!important;
	}
	.parcours, .competences, .projets, .parcours:hover, .competences:hover, .projets:hover {
		width: 200px; height: 200px;
		background-size: 100%;
	}
	.chapo {
		line-height: 2.5vw; font-size: 25px!important;
	}
	.rubrique .chapo {
		line-height: 2.5vw; font-size: 30px!important;
	}
	#projets .rubrique .chapo {
		font-size: 25px!important;
	}
	.rubrique .row:nth-child(2) {
		padding: 3% 0 0 0;
	}
	.rubrique img {
		width: 110px; height: auto;
	}
	.projets-rubrique img {
		width: 80px; height: auto;
	}
	section.rubrique-footer {
		position:relative!important; background-color: #eeeeee!important; min-height: 90px!important; padding: 0!important;
	}
	#festival, #transsiberien, #pablo, #update {
		padding: 6% 0 9% 0;
	}
	#abecedaire {
		padding: 7% 0 8% 0;
	}
	.landing-button {
		height: 80px!important; width: 80px!important; background-size: cover!important;
	}
}
@media(max-width:1024px) and (orientation:portrait){
	.next {
		bottom: 2.5%;
	}
	.navbar-header > .navbar-brand {
		width: 90px; height: 90px; margin-left: -10px!important;
	}
	#prelude {
		background :url('../img/prelude_mobile.jpg') no-repeat; background-size: cover;
	}
	#projets .rubrique .row:nth-child(2) {
	    padding: 1.5% 0 0 0;
	}
	.feature h3 {
		margin-top: 10px!important;
	}
	header .header-content {
	    width: 65%; height: auto; color: #555555;
	  	left: 50%; transform: translate(-50%, -50%);
	    padding: 80% 15px 0 15px;
	}
	header .header-content img {
		opacity: 0; width: 40%; height: auto;
	}
	.header-content h1 p {
		font-size: 4.5vw!important;
	}
	.header-content h2 p {
		font-size: 5vw!important; margin:20px 0 0 0!important;
	}
}
@media(max-width:991px) {
	.navbar-header > .navbar-brand {
		width: 60px; height: 60px;
	}
	#parcours button:nth-child(1), #projets button:nth-child(1) {
	    margin: 0 0 10px 0;
	}
	#matte div div:nth-child(3), #biere div div:nth-child(3), #voyageurs div div:nth-child(3), #envol div div:nth-child(3), #bnf div div:nth-child(3), #miroirs div div:nth-child(3), #gier div div:nth-child(3), #brume div div:nth-child(3), #prelude div div:nth-child(3), #melting div div:nth-child(3) {
		float: left!important;
	}
	#matte div div:nth-child(4), #biere div div:nth-child(4), #voyageurs div div:nth-child(4), #envol div div:nth-child(4), #bnf div div:nth-child(4), #miroirs div div:nth-child(4), #gier div div:nth-child(4), #brume div div:nth-child(4), #prelude div div:nth-child(4), #melting div div:nth-child(4) {
		float: left!important; clear: right;
	}
	#prelude {
		background :url('../img/prelude_mobile.jpg') no-repeat; background-size: cover;
	}
	.contact-wrapper .section-title{
		font-size: 26px;
	}
	#submit {
	    margin-bottom: 4% !important;
	}
}
@media(max-width:990px) {
	.icons-prototype {
		display: none!important;
	}
}
@media(max-width:800px) and (orientation:landscape) {
	#scroll {
		left: 20%;
	}
	#play {
		right: 16%;
	}
}
@media(max-width:768px) {
	.icon-lg {
	    font-size: 40px;
	}
	#parcours div div:nth-child(2) {
		padding-left: 40px!important;
	}
	#parcours div div:nth-child(4) {
		padding-right: 40px!important;
	}
	#matte div div:nth-child(3), #biere div div:nth-child(3),#voyageurs div div:nth-child(3), #envol div div:nth-child(3), #bnf div div:nth-child(3), #miroirs div div:nth-child(3), #gier div div:nth-child(3), #brume div div:nth-child(3), #prelude div div:nth-child(3), #melting div div:nth-child(3) {
		float: none;
	}
	#matte div div:nth-child(4), #biere div div:nth-child(4), #voyageurs div div:nth-child(4), #envol div div:nth-child(4), #bnf div div:nth-child(3), #miroirs div div:nth-child(4), #gier div div:nth-child(4), #brume div div:nth-child(4), #prelude div div:nth-child(4), #melting div div:nth-child(4) {
		float: none; clear: none;
	}
	.parcours, .competences, .projets, .parcours:hover, .projets:hover, .competences:hover {
		width: 150px; height: 150px;
		background-size: 100%;
	}
	.feature h3 {
		font-size: 23px;
	}
	#projets h3 {
		font-size: 1.7rem!important;
	}
}
@media(max-width:767px) {
	.navbar-fixed-top {
		left: 15px;
	}
	.navbar-header > .navbar-brand {
		width: 55px; height: 55px; margin-top: 15px !important; margin-left: 0px!important;
	}
	.chapo {
		line-height: 2.5vw; font-size: 20px!important;
	}
	.rubrique .chapo {
		line-height: 2.5vw; font-size: 25px!important;
	}
	#projets .rubrique .chapo {
		font-size: 23px!important;
	}
	#parcours div div:nth-child(2) {
		padding-left: 40px!important; padding-bottom: 10px!important;
	}
	#parcours div div:nth-child(3) {
		display: none;
	}
	#parcours div div:nth-child(4) {
		padding-right: 40px!important; padding-bottom: 10px!important;
	}
	.formation .row, .rubrique .row {
		padding: 6% 0 2.5% 0;
	}
	#projets .rubrique .row {
		padding: 6% 0 0 0;
	}
	#projets .rubrique .row:nth-child(2) {
		padding: 1.5% 0 0 0;
	}
	.rubrique .row:nth-child(3) {
		padding-top: 0!important;
	}
	#autostop .selection {
		display: none;
	}
	#autostop .intro-autostop {
		display: none;
	}
	#projets .btn {
		max-width: 100%!important;
	}
	#autostop .container {
		padding-bottom: 50px;
	}
	.m-bottom {
		margin-bottom: 4%;
	}
	.form-group {
	    margin-bottom: 0!important;
	}
	header .header-content {
	    width: 65%; height: auto; color: #555555;
	  	left: 50%; transform: translate(-50%, -50%);
	    padding: 70% 15px 0 15px;
	}
	header .header-content img {
		opacity: 0; width: 40%; height: auto;
	}
	.header-content h1 p {
		font-size: 4.5vw!important;
	}
	.header-content h2 p {
		font-size: 5vw!important; margin:20px 0 0 0!important;
	}
}
@media(max-width:640px) {
	#goToContact {
		top:20px; right:6px;
		background-size: 35px 24px!important;
	}
	.contact-wrapper .section-title{
		font-size: 24px;
	}
	.navbar-header > .navbar-brand {
		width: 50px; height: 50px; margin-top: 15px!important;
	}
	.landing-button {
		height: 60px!important; width: 60px!important; bottom: 60px!important; background-size: cover!important;
	}
	#scroll {
		left: 5%;
	}
	#play {
		right: 5%;
	}
	#parcours div div:nth-child(2) {
		padding-left: 25px!important;
	}
	#parcours div div:nth-child(4) {
		padding-right: 25px!important;
	}
	.rubrique img {
		width: 95px; height: auto;
	}
	.projets-rubrique img {
		width: 70px; height: auto;
	}
}
@media(max-width:640px) {
	#topNav {
		position: fixed; z-index: 100; top: -180px; width: 67px;
	}
	.next {
		bottom: 3%;
	}
	.formation .chapo {
		font-size: 18px!important;
	}
	.rubrique .chapo {
		line-height: 2.5vw; font-size: 22px!important;
	}
	#projets .rubrique .chapo {
		font-size: 20px!important;
	}
	.formation .chapo .light, .rubrique .chapo .light {
		font-family: overpasslight!important; text-transform: none; font-size: 0.7rem!important;
	}
	#parcours h3 {
		font-family: overpassbold; font-size: 1.6rem!important; text-transform: uppercase; letter-spacing: 0.03rem; margin: 0;
	}
	.feature h3 {
		font-size: 20px;
	}
	#projets h3 {
		font-size: 1.6rem!important;
	}
}
@media(max-width:480px) {
	#chapo {
		padding: 40px 15px 30px!important;
	}
	.chapo {
		line-height: 1rem!important;
	}
	.formation .chapo {
		font-size: 14px!important;
	}
	.rubrique .chapo {
		line-height: 2.5vw; font-size: 18px!important;
	}
	#projets .rubrique .chapo {
		font-size: 18px!important;
	}
	.formation .chapo:nth-child(2), .rubrique .chapo:nth-child(2) {
		margin-top: 10px!important;
	}
	.formation .chapo .light, .rubrique .chapo .light {
		font-family: overpasslight!important; text-transform: none; font-size: 0.8rem!important;
	}
	.formation .row {
		padding-top: 20px!important;
	}
	.rubrique .row:nth-child(2) {
		padding: 4.5% 0 0 0;
	}
	.rubrique .row:nth-child(3) {
		padding-top: 0!important;
	}
	#rubrique-projets p.text-muted {
		/*display: none;*/
		font-size: 0.6rem!important;
	}
	section.rubrique-footer {
		position:relative!important; background-color: #eeeeee!important; min-height: 60px!important; padding: 0!important;
	}
	.feature {
	    margin: 20px auto 0;
	}
	.parcours + h3 {
		padding-top: 0;
	}
	#festival, #transsiberien, #pablo, #update, #abecedaire {
		padding: 6% 0 10% 0;
	}
	#parcours h3, #projets h3 {
		font-family: overpassbold; font-size: 1.2rem!important; text-transform: uppercase; letter-spacing: 0.03rem; margin: 0;
	}
	#parcours h6, #projets h6 {
		font-family: overpasslight; line-height: 1rem; font-size: 0.7rem!important; margin: 0;
	}
	#parcours .btn, #projets .btn {
		height: auto!important;
	}
	#parcours button:nth-child(1), #projets button:nth-child(1) {
		margin: 5px 0 10px 0;
	}
	#competences p.text-muted {
		margin-top: 0;
	}
	.next {
		height: 18px; width: 36px;
		background-size: cover;
	}
	.rubrique hr {
	    margin-top: 5px;
	    margin-bottom: 10px;
	}
	#projets h3 {
		font-size: 1.4rem!important;
	}
	#projets p {
		line-height: 1rem;
	}
	#projets .rubrique .row:nth-child(1) {
	    padding: 15px 0 0 0;
	}
}
@media screen and (orientation:portrait) {
	#chapo {
		min-height: 15%!important;
	}
	#themes {
		min-height: 75%;
	}
	.feature h3 {
		padding-top: 0!important;
	}
}
@media (max-width:480px) and (max-height:800px) {
	header .header-content {
	    width: 65%; height: auto; color: #555555;
	  	left: 50%; transform: translate(-50%, -50%);
	    padding: 75% 15px 0 15px;
	}
	header .header-content img {
		opacity: 0; width: 55%; height: auto;
	}
	.header-content h1 p {
		font-size: 5.5vw!important;
	}
	.header-content h2 p {
		font-size: 5vw!important; margin:20px 0 0 0!important;
	}
}
@media (max-width:480px) and (orientation:portrait) {
	.landing-button {
		height: 40px!important; width: 40px!important; bottom: 65px!important; background-size: cover!important;
	}
	#scroll {
		left: 8%;
	}
	#play {
		right: 8%;
	}
	#parcours h6, #projets h6 {
		margin: 0;
	}
}
@media(width:768px) and (orientation:portrait) {
	#parcours h6, #projets h6 {
		margin: 0;
	}
}
@media screen and (min-height:1000px) and (orientation:landscape) {
	#chapo .container {
		margin-top: 50px!important;
	}
	#themes .container {
		margin-top: 80px!important;
	}
}
@media (max-width:420px) {
	.navbar-header > .navbar-brand {
		width: 45px; height: 45px; background-size: cover; margin-top: 15px!important; margin-left: 5px!important
		px!important;
	}
	.navbar-fixed-top {
		left: 6px;
	}
	#goToContact {
		top:10px; right:2px;
		background-size: 30px 21px!important;
	}
	#parcours .btn, #projets .btn {
		font-size: 13px!important;
	}
	#parcours button:nth-child(1), #projets button:nth-child(1) {
	    margin: 0 0 5px 0;
	}
	.btn.outline {
	    padding: 12px 12px;
	}
	.rubrique .chapo {
		line-height: 2.5vw; font-size: 15px!important;
	}
	#projets .rubrique .chapo {
		font-size: 16px!important;
	}
	.rubrique img {
		width: 80px; height: auto;
	}
	.projets-rubrique img {
		width: 65px; height: auto;
	}
	#projets h3 {
		font-size: 1.2rem!important;
	}
	#projets p {
		line-height: 1rem;
	}
	#projets .infos {
		margin-left: 15px;
	}
}
@media (max-width:376px) and (orientation:portrait) {
	.navbar-fixed-top {
	    right: -5px;
	}
	section.rubrique-footer {
		position:relative!important; background-color: #eeeeee!important; min-height: 50px!important; padding: 0!important;
	}
	.contact-wrapper .section-title{
		font-size: 21px;
	}
}
@media(max-height:420px) and (orientation:landscape) {
	header .header-content {
	    width: 45%; height: auto; color: #555555;
	  	left: 50%; transform: translate(-50%, -50%);
	    padding: 40% 15px 0 15px;
	}
	header .header-content img {
		opacity: 0; width: 40%; height: auto;
	}
	.header-content h1 p {
		font-size: 4rem!important; font-size: 3.5vw!important;
	}
	.header-content h2 p {
		font-size: 3.5vw!important; margin:10px 0 0 0!important;
	}
}