*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 12px;
	--logo-color: #1b1917;
	--bar-menu: #2F2A27;
	--yellow: #F2CB05;
	--anim-menu: 0.4s ease;
	list-style: none;
	text-decoration: none;
}


/* ------------------------------------------------------------------------------------------ 
 * ------------------------------------------------------------------------------------------ 
                                		Animation 
   ------------------------------------------------------------------------------------------ 
   ------------------------------------------------------------------------------------------ */


@-webkit-keyframes logo{
	from{stroke-dashoffset: 575; -ms-stroke-dashoffset: 575;}
	to{stroke-dashoffset: 0; -ms-stroke-dashoffset: 0;}
}
@keyframes logo{
	from{stroke-dashoffset: 575; -ms-stroke-dashoffset: 575;}
	to{stroke-dashoffset: 0; -ms-stroke-dashoffset: 0;}
}
@-webkit-keyframes logorev{
	from{stroke-dashoffset: 0;}
	to{stroke-dashoffset: 575;}
}
@keyframes logorev{
	from{stroke-dashoffset: 0;}
	to{stroke-dashoffset: 575;}
}
@-webkit-keyframes opacity{
	from{opacity: 0;}
	to{opacity: 1;}
}
@keyframes opacity{
	from{opacity: 0;}
	to{opacity: 1;}
}
@-webkit-keyframes mouv-lettres{
	from{letter-spacing: 10px;}
	to{letter-spacing: 4px;}
}
@keyframes mouv-lettres{
	from{letter-spacing: 10px;}
	to{letter-spacing: 4px;}
}
@-webkit-keyframes mouv-left{
	from{-webkit-transform: translateX(-100px);transform: translateX(-100px);}
	to{-webkit-transform: translateX(-40px);transform: translateX(-40px);}
}
@keyframes mouv-left{
	from{-webkit-transform: translateX(-100px);transform: translateX(-100px);}
	to{-webkit-transform: translateX(-40px);transform: translateX(-40px);}
}
@-webkit-keyframes mouv-right{
	from{-webkit-transform: translateX(100px);transform: translateX(100px);}
	to{-webkit-transform: translateX(40px);transform: translateX(40px);}
}
@keyframes mouv-right{
	from{-webkit-transform: translateX(100px);transform: translateX(100px);}
	to{-webkit-transform: translateX(40px);transform: translateX(40px);}
}
@-webkit-keyframes fuitedroite{
	from{-webkit-transform: translateX(40px);transform: translateX(40px);opacity: 1;}
	to{-webkit-transform: translateX(900px);transform: translateX(900px);opacity: 0;}
}
@keyframes fuitedroite{
	from{-webkit-transform: translateX(40px);transform: translateX(40px);opacity: 1;}
	to{-webkit-transform: translateX(900px);transform: translateX(900px);opacity: 0;}
}
@-webkit-keyframes fuitegauche{
	from{-webkit-transform: translateX(-40px);transform: translateX(-40px);opacity: 1;}
	to{-webkit-transform: translateX(-900px);transform: translateX(-900px);opacity: 0;}
}
@keyframes fuitegauche{
	from{-webkit-transform: translateX(-40px);transform: translateX(-40px);opacity: 1;}
	to{-webkit-transform: translateX(-900px);transform: translateX(-900px);opacity: 0;}
}
@-webkit-keyframes retourdroite{
	from{-webkit-transform: translateX(900px);transform: translateX(900px);opacity: 0;}
	to{-webkit-transform: translateX(40px);transform: translateX(40px);opacity: 1;}
}
@keyframes retourdroite{
	from{-webkit-transform: translateX(900px);transform: translateX(900px);opacity: 0;}
	to{-webkit-transform: translateX(40px);transform: translateX(40px);opacity: 1;}
}
@-webkit-keyframes retourgauche{
	from{-webkit-transform: translateX(-900px);transform: translateX(-900px);opacity: 0;}
	to{-webkit-transform: translateX(-40px);transform: translateX(-40px);opacity: 1;}
}
@keyframes retourgauche{
	from{-webkit-transform: translateX(-900px);transform: translateX(-900px);opacity: 0;}
	to{-webkit-transform: translateX(-40px);transform: translateX(-40px);opacity: 1;}
}
@-webkit-keyframes arrow{
	0%{height: 3px;top: 8px;opacity: 1;}
	30%{height: 12px;top: 8px;opacity: 1;}
	60%{opacity: 1;}
	80%{height: 0px;top: 20px;opacity: 0;}
	100%{opacity: 0;}
}
@keyframes arrow{
	0%{height: 3px;top: 8px;opacity: 1;}
	30%{height: 12px;top: 8px;opacity: 1;}
	60%{opacity: 1;}
	80%{height: 0px;top: 20px;opacity: 0;}
	100%{opacity: 0;}
}
@-webkit-keyframes scrolltop{
	0%{-webkit-transform: translateY(-10px);transform: translateY(-10px);opacity: 1}
	100%{-webkit-transform: translateY(-500px);transform: translateY(-500px);opacity: 0}
}
@keyframes scrolltop{
	0%{-webkit-transform: translateY(-10px);transform: translateY(-10px);opacity: 1}
	100%{-webkit-transform: translateY(-500px);transform: translateY(-500px);opacity: 0}
}
@-webkit-keyframes loader{
	0%{stroke-dashoffset: 0;-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	50%{stroke-dashoffset: 120;-webkit-transform: rotate(180deg);transform: rotate(180deg);}	
	100%{stroke-dashoffset: 240;-webkit-transform: rotate(359deg);transform: rotate(359deg);}
}
@keyframes loader{
	0%{stroke-dashoffset: 0;-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	50%{stroke-dashoffset: 120;-webkit-transform: rotate(180deg);transform: rotate(180deg);}	
	100%{stroke-dashoffset: 240;-webkit-transform: rotate(359deg);transform: rotate(359deg);}
}
@-webkit-keyframes formule{
	from{top: 0;font-size: 18px;}
	to{top: -25px;font-size: 15px;}
}
@keyframes formule{
	from{top: 0;font-size: 18px;}
	to{top: -25px;font-size: 15px;}
}
@keyframes ligne{
	0%{width: 225px;right: 0;background: #201F1E;}
	49%{width: 0;right: 225px;background: #201F1E;}
	50%{width: 0;right: 0;background: #C6155E;}
	100%{width: 225px;right: 0;background: #C6155E;}
}

@font-face {
    font-family: glyphicon;
    src: url(../fonts/glyphicons-halflings-regular.ttf),
    	 url(../fonts/glyphicons-halflings-regular.woff);
}
span.glyphicon{
	vertical-align: bottom;
}

section:first-of-type{
	margin-bottom: 25px;
}

div#main{
	overflow: hidden;
}

a:hover{
	text-decoration: none;
}


/* ------------------------------------------------------------------------------------------ 
 * ------------------------------------------------------------------------------------------ 
                                		Div - Loader 
   ------------------------------------------------------------------------------------------ 
   ------------------------------------------------------------------------------------------ */


div#loader{
	text-align: center;
	height: 100vh;
	background: var(--yellow);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 1000;
}
div#loader svg.logo-loader{
	height: 15vw;
	margin-top: 15%;
    transform: translateY(-50%);
}
div#loader svg.circle{
	display: inline-block;
	padding: 10px 0;
	height: 100px;
	stroke-dasharray: 120;
	stroke-dashoffset: 0;
	animation: loader 1.5s linear infinite;
	-webkit-animation: loader 1.5s linear infinite;
}
div#loader svg.circle .loader{
	fill:none;
	stroke:#1b1917;
	stroke-width:5;
	stroke-miterlimit:10;
}


/* ------------------------------------------------------------------------------------------ 
 * ------------------------------------------------------------------------------------------ 
                                	Menu Fixe + Menu Hamburger
   ------------------------------------------------------------------------------------------ 
   ------------------------------------------------------------------------------------------ */

div#content-fixe{
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	height: 100px;
}
div#content-fixe div#bg #logo{
	color: #1b1917;
	transition: color 0.5s ease 0s;
}
div#content-fixe div#bg.new-color{
	background: #F2CB05;
    transition: all 0.4s ease 0.5s;
}
div#content-fixe:hover div#bg #logo{
	color: #1b1917;
	transition: color 0.5s ease 0s;
}
div#content-fixe div#bg{
	background: var(--bar-menu);
	background: #ffffff;
	position: relative;
	top: 0;
	transition: top 0.4s ease 0.25s;
}
div#logo-fixe-menu{
	height: 100px;
}
a#logo svg{
	height: 50px;
}
a#logo{
	position: fixed;
	left: 10%;
	top: 25px;
	z-index: 2;
}
#path-logo{
	fill: var(--logo-color);
	fill: #201F1E;
	-webkit-transition: fill 0.5s ease 0.5s;
	-o-transition: fill 0.5s ease 0.5s;
	transition: fill 0.5s ease 0.5s;
}
div#content-fixe ul#fixe{
	height: 100px;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
	-ms-align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
div#content-fixe a{
	font-family: 'heebo', sans-serif;
	color: #1b1917;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1px;
}
ul#fixe li, ul#fixe li{
	position: relative;
	cursor: pointer;
}
ul#fixe li, ul#fixe li a{
	z-index: 1;
	cursor: pointer;
}
#bg:not(.new-color) ul#fixe li::before{
	content: "";
	display: block;
	width: 0;
	height: 30px;
	background: #F2CB05;
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translateY(-50%);
	z-index: -1;
	-webkit-transition: width var(--anim-menu) 0s;
	-o-transition: width var(--anim-menu) 0s;
	transition: width var(--anim-menu) 0s;
	-webkit-transition: width 0.4s ease 0s;
	-o-transition: width 0.4s ease 0s;
	transition: width 0.4s ease 0s;
}
#bg.new-color ul#fixe li::before{
	content: "";
	display: block;
	width: 0;
	height: 30px;
	background: #ffffff;
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translateY(-50%);
	z-index: -1;
	-webkit-transition: width var(--anim-menu) 0s;
	-o-transition: width var(--anim-menu) 0s;
	transition: width var(--anim-menu) 0s;
	-webkit-transition: width 0.4s ease 0s;
	-o-transition: width 0.4s ease 0s;
	transition: width 0.4s ease 0s;
}
#bg:not(.new-color) ul#fixe li::before,
#bg.new-color ul#fixe li::before{
	-webkit-transition: width var(--anim-menu) 0s;
	-o-transition: width var(--anim-menu) 0s;
	transition: width var(--anim-menu) 0s;
	-webkit-transition: width 0.4s ease 0s;
	-o-transition: width 0.4s ease 0s;
	transition: width 0.4s ease 0s;
}
#bg:not(.new-color) ul#fixe li:hover::before,
#bg.new-color ul#fixe li:hover::before{
	width: 150px;
	-webkit-transition: width var(--anim-menu) 0s;
	-o-transition: width var(--anim-menu) 0s;
	transition: width var(--anim-menu) 0s;
	-webkit-transition: width 0.4s ease 0s;
	-o-transition: width 0.4s ease 0s;
	transition: width 0.4s ease 0s;
}

div#menu-mobile{
	display: none;
	position: fixed;
	z-index: 5;
	height: 50px;
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--bar-menu);
	background: #2F2A27;
	-webkit-animation: descente 1s ease 1s;
	        animation: descente 1s ease 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	text-align: right;
}
a.logo-h {
    position: absolute;
    top: 0;
    left: 0;
}
div#menu-h{
	display: inline-block;
    width: 21px;
    height: 21px;
    position: relative;
    top: 15px;
    right: 49px;
    cursor: pointer;
}
div.h-middle{
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
div.h-middle,
div.h-top,
div.h-bottom{
	width: 21px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
}
div.h-top,
div.h-bottom{
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
div.h-top.click-top{
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	        transform-origin: center;
	-webkit-transform: rotate(-135deg);
	    -ms-transform: rotate(-135deg);
	        transform: rotate(-135deg);
	top: 8px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
div.h-bottom.click-bottom{
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	        transform-origin: center;
	-webkit-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	        transform: rotate(135deg);
	top: 8px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
div.h-middle.click-middle{
	width: 0;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
div.h-middle{
	top: 8px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
div.h-bottom{
	top: 16px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
div#menu-mobile > ul#hamburger.slide{
	right: 0;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
div#menu-mobile > ul#hamburger{
	display: block;
    background: rgba(47, 42, 39, 0.95);
    height: 100vh;
    min-width: 200px;
    position: absolute;
    z-index: 1;
    top: 50px;
    right: -200px;
    padding: 15px 25px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
ul#hamburger{
	text-align: right;
}
ul#hamburger > li > ul > li {
    padding-right: 20px;
}
ul#hamburger li a {
    font-size: 18px;
    font-family: 'heebo', sans-serif;
    line-height: 40px;
    color: #fff;
}
.logo-h > img{
	height: 25px;
	margin: 10px 0 10px 40px;
}


/* ------------------------------------------------------------------------------------------ 
 * ------------------------------------------------------------------------------------------ 
                                		Arrow To Top
   ------------------------------------------------------------------------------------------ 
   ------------------------------------------------------------------------------------------ */


.scroll-to-top{
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 15px;
	right: 7px;
	display: none;
	z-index: 2;
	overflow: hidden;
	-webkit-transition: opacity 0.5s linear 0.2s, -webkit-transform 0.3s linear 0s;
	transition: opacity 0.5s linear 0.2s, -webkit-transform 0.3s linear 0s;
	-o-transition: transform 0.3s linear 0s, opacity 0.5s linear 0.2s;
	transition: transform 0.3s linear 0s, opacity 0.5s linear 0.2s;
	transition: transform 0.3s linear 0s, opacity 0.5s linear 0.2s, -webkit-transform 0.3s linear 0s;
}
.scroll-to-top div{
	width: 4px;
	height: 20px;
	background: var(--yellow);
	position: relative;
	top: calc( 50% - 10px );
    left: calc( 50% - 2px );
}
.scroll-to-top div:before, .scroll-to-top div:after {
	content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 15px;
    background: var(--yellow);
    bottom: 7px;
}

.scroll-to-top div:before {
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    right: -1px;
}

.scroll-to-top div:after {
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: 1px;
}
a.scroll-to-top:hover {
	-webkit-transform: translateY(-10px);
	    -ms-transform: translateY(-10px);
	        transform: translateY(-10px);
}
a.scroll-to-top:active{
	-webkit-transform: translateY(-15px);
	    -ms-transform: translateY(-15px);
	        transform: translateY(-15px);
}


/* ------------------------------------------------------------------------------------------ 
 * ------------------------------------------------------------------------------------------ 
                                		Section Header
   ------------------------------------------------------------------------------------------ 
   ------------------------------------------------------------------------------------------ */


header{
	width: 100%;
	background: #F2CB05;
	opacity: 0;
	-webkit-animation: opacity 1s ease 0s;
	        animation: opacity 1s ease 0s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
div#logomain{
	margin-bottom: 15px;
}
svg.accueil {
	height: 300px;
}
svg.accueil .lettre-j {
	fill: none;
	stroke-dasharray: 575;
	stroke-dashoffset: 575;
	-webkit-animation: logo 2s ease 0s;
	        animation: logo 2s ease 0s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
svg.accueil .partie-logo {
	fill: none;
	stroke: #1b1917;
	stroke-width: 12;
	stroke-miterlimit: 10;
}
svg.accueil .st3 {
	fill: none;
	stroke: #F2CB05;
	stroke-width: 12;
	stroke-miterlimit: 10;
}
.logo{
	color: #1b1917;
}
.head-index, h2{
	color: #1b1917;
	font-family: 'heebo', sans-serif;
	font-size: 35px;
	font-weight: 800;
	display: block;
	letter-spacing: 4px;
	text-transform: inherit;
}
.head-index{
	-webkit-transform: translateX(-40px);
	    -ms-transform: translateX(-40px);
	        transform: translateX(-40px);
	-webkit-animation: mouv-left 0.7s ease-out 0s;
	        animation: mouv-left 0.7s ease-out 0s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
h2{
	-webkit-transform: translateX(40px);
	    -ms-transform: translateX(40px);
	        transform: translateX(40px);
	-webkit-animation: mouv-right 0.7s ease-out 0s;
	        animation: mouv-right 0.7s ease-out 0s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
div#reseaux{
	z-index: 100;
	display: inline-block;
	position: fixed;
	bottom: 20px;
	left: 20px;
}
div#reseaux a{
	display: block;
}
div#reseaux img{
	width: 30px;
	padding: 1px;
	margin: 2px;
}
div#reseaux img:hover{
	width: 34px;
	margin: 0;
}


/* ------------------------------------------------------------------------------------------ 
 * ------------------------------------------------------------------------------------------ 
                                		Souris Scroll
   ------------------------------------------------------------------------------------------ 
   ------------------------------------------------------------------------------------------ */


div#scroll{
	height: 35px;
	width: 18px;
	border-radius: 18px;
	border: 1px solid #1b1917;
	position: absolute;
	bottom: 50px;
	left: calc( 50% - 10px )
}
div#scroll:before{
	content: "";
	display: block;
	width: 1px;
	height: 3px;
	background: #1b1917;
	position: absolute;
	top: 8px;
	left: calc( 50% - 0.5px );
	-webkit-animation: arrow 1s ease 0s infinite running;
	        animation: arrow 1s ease 0s infinite running;
}
div#scroll:hover:before{
	-webkit-animation-play-state: paused;
	        animation-play-state: paused;
}


/* ------------------------------------------------------------------------------------------ 
 * ------------------------------------------------------------------------------------------ 
                                		Anim js - Scroll
   ------------------------------------------------------------------------------------------ 
   ------------------------------------------------------------------------------------------ */


.fuitedroite{-webkit-animation: fuitedroite 1s ease 0s;animation: fuitedroite 1s ease 0s;}
.fuitegauche{-webkit-animation: fuitegauche 1s ease 0s;animation: fuitegauche 1s ease 0s;}
.retourdroite{-webkit-animation: retourdroite 1s ease 0s;animation: retourdroite 1s ease 0s;}
.retourgauche{-webkit-animation: retourgauche 1s ease 0s;animation: retourgauche 1s ease 0s;}
.fuitedroite, .fuitegauche, .retourdroite, .retourgauche{
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
svg.descenteanim{
	-webkit-animation: logorev 1s ease 0s;
	        animation: logorev 1s ease 0s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
svg.monteanim{
	-webkit-animation: logo 1.25s ease 0s;
	        animation: logo 1.25s ease 0s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}


/* ------------------------------------------------------------------------------------------ 
 * ------------------------------------------------------------------------------------------ 
                                		Section - Moi
   ------------------------------------------------------------------------------------------ 
   ------------------------------------------------------------------------------------------ */


div#moi, div#competences{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
h3,h1 {
	color: var(--logo-color);
	font-family: 'heebo', sans-serif;
	font-size: 45px;
	font-weight: 500;
	display: block;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: center;
}
h3 {
	margin-top: 80px;
	margin-bottom: 50px;
	position: relative;
}
h3::after {
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 3px;
	background: #F2CB05;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
}
.description h3::after {
	display: none;
}
hr {
    width: 30px;
    height: 3px;
    background: var(--yellow);
	background: #F2CB05;
    border: none;
}
section#propos p, section#propos p strong{
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 20px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
section#propos p strong{
	font-weight: 600;
}
div.sect > div > div {
    margin-bottom: 50px;
}


/* ------------------------------------------------------------------------------------------ 
 * ------------------------------------------------------------------------------------------ 
                                	Section - Competences
   ------------------------------------------------------------------------------------------ 
   ------------------------------------------------------------------------------------------ */

div#competences > div > div:nth-of-type(2){
	margin: auto;
}
div.compt{
	margin: 0;
}
div#competences div.compt p.stc{
	font-size: 25px;
	font-weight: 200;
	font-variant: small-caps;
	text-decoration: underline;
}
div#competences div.compt p{
	font-size: 20px;
	display: inline-block;
}
div.compt img{
	height: 35px;
	margin-right: 10px;
}
div.grid12.xl12.m4.xs12.scenter{
	padding-left: 25%;
}
div a.cv{
	font-family: 'heebo', sans-serif;
	font-size: 25px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	color: #201F1E;
	border: 2px solid #201F1E;
	padding: 10px 25px;
	transition: all 0.5s ease 0s;
}
div a.cv:hover{
	color: #fff;
	background: #201F1E;
}


/* ------------------------------------------------------------------------------------------ 
 * ------------------------------------------------------------------------------------------ 
                                	Page - Portfolio
   ------------------------------------------------------------------------------------------ 
   ------------------------------------------------------------------------------------------ */


.grid12.xl12.return {
    padding: 1% 0 0;
}
p.grid12.xl10.text-right {
    margin: 0;
}
div#title{
	padding: 0;
	margin-bottom: 50px;
	margin-top: 130px;
}
.projet div#title {
	margin-top: 0;
}
div.article{
	margin-top: 25px;
}
div#bg div#logo-fixe-menu a#logo-second{
	position: fixed;
	left: 10%;
	top: 25px;
	z-index: 2;
}
div#bg div#logo-fixe-menu a#logo-second svg{
	height: 50px;
}
div.filtre.grid-wrapper{
	margin-bottom: 20px;
	margin-top: 80px;
}
ul#btns{
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
}
ul#btns li{
	position: relative;
	opacity: 0.8;
	cursor: pointer;
	font-size: 18px;
	font-weight: 200;
	padding: 0;
}
.btn:active:focus, .btn:focus{
	outline: none;
}
.btn:active{
	box-shadow: none;
}
div#main div#row{
	margin-bottom: 50px;
}
/* div#main div#row article{
	position: relative;
} */
.prj img {
	height: 350px;
	object-fit: cover;
    width: 110%;
	margin-left: 50%;
    transform: translateX(-50%);
}
div#main div#row div.article div.project:hover aside div.prj{
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
div#main div#row div.article div.project:hover div#noir{
	top: 325px;
}
/* div#main div#row article.reverse:hover div#noir{
	top: 0;
} */
div#main div#row div.article div.project:hover div.pres h4,
div#main div#row div.article div.project:hover div.pres h5,
div#main div#row div.article div.project:hover div.pres p{
	color: #fff;
}
div#main div#row aside{
	overflow: hidden;
	position: relative;
}
div#main div#row aside div.prj{
	background-size: cover;
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
	-webkit-transition: -webkit-transform 0.5s ease 0s;
	transition: -webkit-transform 0.5s ease 0s;
	-o-transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
div#main div#row div.pres{
	padding: 65px 20px 0;
	height: 325px;
}
h4, h5, div#main div#row div.pres p{
	color: #201F1E;
	-webkit-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}
h4, h5{
	font-family: 'heebo', sans-serif;
}
h4{
	font-size: 25px;
	font-weight: 800;
	text-transform: uppercase;
	padding-top: 5px;
}
h5{
	font-size: 17px;
	font-weight: 600;
	padding: 15px 0;
}
h5, div#main div#row div.pres p{
	text-align: left;
}
div#main div#row div.pres p{
	font-family: 'heebo', sans-serif;
	font-weight: 200;
	font-size: 15px;
	text-align: left;
	padding-bottom: 2px;
}
div#noir{
	background: #201F1E;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 15px;
	-webkit-transition: top 0.3s ease 0s;
	-o-transition: top 0.3s ease 0s;
	transition: top 0.3s ease 0s;
	z-index: -1;
	height: 350px;
}
/* .reverse div#noir{
	top: 350px;
} */
div.lien{
	position: absolute;
	bottom: -55px;
	right: 0;
	-webkit-transition: bottom 0.3s ease 0s;
	-o-transition: bottom 0.3s ease 0s;
	transition: bottom 0.3s ease 0s;
}
div#main div#row div.article div.project:hover aside div.lien{
	bottom: 0;
}
/* div#main div#row article.reverse aside div.lien{
	bottom: 345px;
}
div#main div#row article.reverse:hover aside div.lien{
	bottom: 290px;
} */
div.lien a:hover img{
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
}
div.lien a:last-child:hover img{
	-webkit-transform: scale(0.75);
	    -ms-transform: scale(0.75);
	        transform: scale(0.75);
}
div.lien a:hover svg{
	stroke-dashoffset: 0;
}
div.lien a img{
	position: absolute;
	height: 30px;
	right: 20px;
	bottom: 15px;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: -webkit-transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
div.lien a:last-child img{
	right: 65px;
}
div.lien a svg{
	display: block;
	position: absolute;
	bottom: 10px;
	right: 15px;
	height: 40px;
	stroke-dasharray: 155;
	stroke-dashoffset: 155;
	-webkit-transition: stroke-dashoffset 0.3s ease 0s;
	-o-transition: stroke-dashoffset 0.3s ease 0s;
	transition: stroke-dashoffset 0.3s ease 0s;
}
div.lien a:last-child svg{
	right: 60px;
}
svg#circle-more path.circle, svg#circle-link path.circle{
	fill:none;
	stroke:#201F1E;
	stroke-width:1.5;
	stroke-miterlimit:10;
}
div.projectcontent{
	position: relative;
	margin-bottom: 100px;
}
div.article div.filter{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 15px;
	background: url(../img/motif_filter.png);
	opacity: 0.9;
	z-index: 3;
	display: none;
	mix-blend-mode: multiply;
}
aside div.prj img#first-img.nb{
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
}
div.filtre ul#btns li.opac{
	opacity: 1;
	font-weight: 600;
}
.freepik{
	position: absolute;
	left: 0;
	bottom: 8px;
	color: #333;
	font-size: 10px;
}


/* ------------------------------------------------------------------------------------------ 
 * ------------------------------------------------------------------------------------------ 
                                		Projet - X
   ------------------------------------------------------------------------------------------ 
   ------------------------------------------------------------------------------------------ */


@keyframes parallax{
	from{height: 0;}
	to{height: 75vh;}
}
@keyframes zoom{
	from{transform: translateY(-15%) scale(1.25);}
	to{transform: translateY(-15%) scale(1);}
}
.parallax-image{
	height: 0;
	position: relative;
	overflow: hidden;
	animation: parallax 1s ease-in-out 0s;
	animation-fill-mode: forwards;
}
.parallax-image img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	transform:translateY(-15%) scale(1.5);
	animation: zoom 1s ease-in-out 0s;
	animation-fill-mode: forwards;
}
div.return {
    text-align: center;
}
div.return a p span{
	display: inline-block;
    height: 30px;
    width: 30px;
    border: 2px solid #201F1E;
    border-radius: 50%;
    position: relative;
    transition: border 0.3s ease 0s;
}
div.return a p span:after{
	content: "\f00d";
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	left: 0;
	top: -2px;
	bottom: 0;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #201F1E;
    transition: color 0.3s ease 0s;
}
div.return a p span:hover, div.return a p span:hover:after{
	color: #F2CB05;
	border-color: #F2CB05;
}

iframe.megabanniere{
	width: 768px
}
iframe.megaskyscraper{
	width: 160px;
	height: 600px;
}
iframe.skyscraper{
	width: 120px;
	height: 600px;
}

article{
	position: relative;
	padding: 50px 0;
}
article:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	right: 50%;
	bottom: 0;
	width: 3px;
	background: #F2CB05;
	z-index: -1;
}
article ul{
	background: #fff;
}
article ul li{
	font-family: 'heebo', sans-serif;
	color: #201F1E;
}
article ul.clt{
	margin-bottom: 100px;
}
article ul.clt li:first-child{
	font-size: 50px;
	font-weight: 300;
}
article ul.clt li:first-child,
article ul.demande li:first-child,
article ul.outils li:first-child{
	text-transform: uppercase;
}
article ul.clt li:last-child,
article ul.demande li:first-child,
article ul.outils li:first-child{
	font-size: 35px;
	font-weight: 100;
}
article ul.demande li:first-child{
	margin-bottom: 15px;
}
article ul.demande li:last-child,
article ul.link li a{
	font-size: 30px;
	font-weight: 300;
}
article ul{
	padding: 10px 0;
}
article ul.demande{
	margin-bottom: 50px;
}
article ul.demande li:first-child,
article ul.outils li:first-child {
    padding-top: 10px;
}
article ul.outils{
	margin-bottom: 50px;
}
article ul.outils li:last-child img{
	padding: 10px;
}
article ul.link li a{
	text-decoration: none;
	color: #201F1E;
	position: relative;
}
article ul.link li a:after{
	content: "";
	display: block;
	height: 3px;
	background: #F2CB05;
	position: absolute;
	bottom: 0;
	left: -10px;
	right: 180px;
	transition: right 0.3s ease 0s;
}
article ul.link li a:hover:after{
	right: -10px;
}


li.link{
	position: relative;
}
a#site{
	display: inline;
	color: var(--logo-color);
	color: #201F1E;
	font-family: 'heebo', sans-serif;
	font-size: 25px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}
a#site:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 250px;
	height: 2px;
	background: var(--logo-color);
	background: #201F1E;
}
a#site:hover:after{
	-webkit-animation: ligne 0.3s ease 0s;
	        animation: ligne 0.3s ease 0s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}
.next a,
.prev a{
	color: #201F1E;
	font-family: 'heebo', sans-serif;
	font-size: 15px;
	font-weight: 600;
	transition: all 0.3s ease 0s;
    padding: 10px 20px;
    border: 1px solid #201F1E;
    margin: 20px 10px;
    background: transparent;
}
.next a:hover,
.prev a:hover{
	color: #F2CB05;
	border-color: #F2CB05;
}


/* ------------------------------------------------------------------------------------------ 
 * ------------------------------------------------------------------------------------------ 
                                		Contact
   ------------------------------------------------------------------------------------------ 
   ------------------------------------------------------------------------------------------ */


div.alert-success{
	position: absolute;
    right: 0;
    left: 0;
    bottom: 120px;
    font-family: 'heebo', sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #F2CB05;
}
.form{
	display: block;
}
.form-group { 
    position: relative;
}
input, textarea, label, span, button{
	font-family: 'heebo', sans-serif;
	font-size: 20px;
	font-weight: 500;
}
input, textarea{
	display: block;
	padding: 5px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	border-radius: 0;
}
label{
	position: absolute;
	top: 3px;
	padding-left: 5px;
	cursor: text;
	-webkit-transition: top 0.5s ease 0s;
	-o-transition: top 0.5s ease 0s;
	transition: top 0.5s ease 0s;
	width: 100%;
}
textarea~label{
	top: 0;
	-webkit-transition: top 0.5s ease 0s;
	-o-transition: top 0.5s ease 0s;
	transition: top 0.5s ease 0s;	
}
input, textarea{
	width: 100%;
	border: none;
	border-bottom: 2px solid var(--logo-color);
	margin-bottom: 40px;
	padding-left: 5px;
	outline: none;
	resize: none;
}
textarea:focus + label, textarea:valid +label, input:focus + label, input:valid + label{
	top: -25px;
	color: var(--yellow);
}
div input.invalid + label{
	top: -25px;
	color: var(--yellow);
	text-decoration: line-through;
}
label:after{
	content: "";
	display: block;
	height: 2px;
	width: 0;
	background: var(--yellow);
	position: absolute;
	margin: 0;
	left: 0;
	top: 30px;
	-webkit-transition: width 0.5s ease 0s, top 0.5s ease 0s;
	-o-transition: width 0.5s ease 0s, top 0.5s ease 0s;
	transition: width 0.5s ease 0s, top 0.5s ease 0s;
}
textarea + label:after{
	top: 172px;
}
textarea:focus + label:after, textarea:valid + label:after{
	top: 197px;
}
input:focus + label:after, textarea:focus + label:after{
	width: 100%;
}
input:valid + label:after, input:focus + label:after, div input.invalid + label:after{
	top: 58px;
}
button{
	background: none;
	border: 2px solid var(--logo-color);
	padding: 10px 15px;
	color: var(--logo-color);
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
button:focus{
	outline: none;
}
button:hover, button:focus{
	border: 2px solid var(--yellow);
}
button:hover{
	color: var(--yellow);
}


/* ------------------------------------------------------------------------------------------ 
 * ------------------------------------------------------------------------------------------ 
                                		Page 404
   ------------------------------------------------------------------------------------------ 
   ------------------------------------------------------------------------------------------ */
   

#page-error{
	background: #F2CB05;
	width: 100vw;
	height: 100vh;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
        align-items: center;
}
#page404 .title h1 {
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #1b1917;
    font-family: 'heebo', sans-serif;
    font-size: 350px;
    font-weight: 900;
	line-height: 300px;
	margin-top: 100px;
}
#page404 #txt p {
    margin-bottom: 100px;
    text-transform: uppercase;
    color: #1b1917;
    font-family: 'heebo', sans-serif;
    font-size: 50px;
    padding: 0 15%;
    text-align: center;
}
#page404 .btn-404 a {
	color: #201F1E;
	font-family: 'heebo', sans-serif;
	font-size: 15px;
	font-weight: 600;
	transition: all 0.3s ease 0s;
    padding: 10px 20px;
    border: 1px solid #201F1E;
    margin: 20px 10px;
	background: transparent;
	display: block;
}
#page404 .btn-404 a:hover {
	color: #F2CB05;
	background: #201F1E;
}	