/*

Theme Name: Sputnik
Description: Personal portfolio theme
Version: 2.0
Author: Amaru Ruales
Author URI: http://amarucreative.com
Tags: salade, tomate, oignons

*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0; padding:0;}
table{ border-collapse:collapse; border-spacing:0;}
fieldset,img{ border:0;}
address,caption,cite,code,dfn,var{ font-style:normal; font-weight:normal;}
ol,ul{ list-style: none;}
caption,th{ text-align:left;}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal;}
q:before,q:after{ content:'';}
abbr,acronym{ border:0;}

body,button,input,select,textarea{ color:#555; font-family:barlow, Helvetica, Arial, Verdana, sans-serif; font-weight: 300; font-size:1.2rem; line-height:1.60rem;}

/* Balises block */
.post-content h1{ }
.post-content h2{ }
.post-content h3{ }
.post-content h4{ }
.post-content h5{ }
.post-content h6{ }
/*.post-content p{ }*/
.post-content ul{ }
.post-content ol{ }
.post-content blockquote{ }
.post-content pre{ }
.post-content address{ }
.post-content address{ }

/* Balises inline */
.post-content strong{ }
.post-content em{ }
.post-content acronym{ }
.post-content code{ }
.post-content del{ }
.post-content ins{ }

/* Classes des images */
.alignleft{ display:inline; float:left;}
.aligncenter{ clear:both;	display:block; margin-left:auto; margin-right:auto;}
.alignright{ display:inline; float:right;}
.size-auto{max-width: 100%; height: auto; }
.size-medium{max-width: 100%; height: auto; }
.size-large{max-width: 100%; height: auto;}
.size-full{max-width: 100%; height: auto; }
.wp-caption{ }
.wp-caption img{ }
.gallery{ }
.gallery .gallery-item{ }

/*CSS AMAROO*/



/*Captcha*/

.grecaptcha-badge { visibility: hidden; }

/*Captcha*/






html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  height: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body{
	height: 100%;
}

body.blackout img{
	display: block;
    margin: 200px auto 0;
}

img {
  max-width: 100%;
}

a{
	color:#998C58;
	text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}

.main h3.post-title a:hover{
	color:#FF371F;
}

h3{
	font-size: 1.3rem;
	margin-bottom: 0.8rem;
}

h2{
	font-size: 1.5rem;
	margin-bottom: 2rem;
	color: black;
    font-family: "futura-pt", helvetica, arial, sans-serif;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -1px;
}

p{
	margin-bottom: 15px;
}

p.post-info{
	font-size: 0.7rem;
	color: #666;
}

.single-projet .wrap{
    max-width: 100%;
}

body.single-projet{
    background-color: #fff;
    background-image: none;
}

.wrap{
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.home .wrap {
	top: 0;
    max-width: 100%;
}

input#submit[type=submit]{
    border-color: #CCCCCC #AAAAAA #AAAAAA #CCCCCC;
    border-image: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-right: 1px solid #AAAAAA;
    border-style: solid;
    border-width: 1px;
    color: #444444;
    cursor: pointer;
    display: inline-block;
    font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 20px;
    padding: 8px 10px;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, 0.75);
}

input[type=text], input[type=email]{
	margin: 10px 0;
	border: none;
	height: 2.5rem;
}


/*Header>*/

.header{
    width: 100%;
    z-index: 100;
    background: #fff;
    display: block;
}

.header .wrap-header{	
    padding: 0;
    width: 100%;
}

.site-title {
	margin: 10px 10px;
	position: absolute;
}

.svg-logo-amarucreative {
  fill: #222;
}

.site-title .svg-logo-amarucreative .svg-pointe-logo {
  fill: #E63838;
}

.site-subtitle {
	margin: 0;
}

/*<Header*/

/* MENU NAVIGATION */

#menu-nav-header{
	font-size: 0;
    float: right;
}

#menu-nav-header .menu-item{
	display: inline-block;
    min-width: 120px;
    text-align: center;
}

#menu-nav-header .menu-item a{
	color: #222;
    display: block;
    line-height: 70px;
    text-decoration: none;
    font-family: "futura-pt", helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 0.8rem;
}

#menu-nav-header .menu-item a:hover{
	color: #998C58;
}

.clear{
	clear: both;
}


/*Slide-->*/


.slide-home{
    min-height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.content-slide{
    display: block;
    margin: 0 auto;
    position: relative;
    min-height: 600px;
}

#imgShufflr{
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 10rem 0 17rem;
  background: url("img/bg-bat.gif") 50% 0;
  background-size: cover;
}

.content-slide .accroche-home{
    display: block;
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.content-slide h1{
	font-family: "futura-pt", helvetica, arial, sans-serif;
	color: #222;
    margin-bottom: 1rem;
	line-height: 3rem;
	letter-spacing: -0.2rem;
	text-transform: uppercase;
    font-weight: bolder;
    padding: 0;
}

.content-slide h2{
	color: #998C58 ;
    font-family: "barlow", helvetica, arial, sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    letter-spacing: normal;
}

/*.content-slide h2 span{
	color: #fff;
}*/
/*
.background-home{
	background: url("http://localhost:8888/site/wp-content/uploads/2012/11/bg.jpg") no-repeat scroll 50% 0 transparent;
    height: 100%;
    position: absolute;
    width: 100%;
}
*/


/*Banner-->*/

.banner{
	position: relative;
	background: url("img/bg-about.jpg");
	z-index: 10;
    top: -50px;
    margin-bottom: 70px;
}

.banner a:hover p{
	color: #000;
}

.banner p{
	    padding: 40px 40px 40px 280px;
	    color: #222;
	    line-height: 1.5rem;
	    font-size: 0.95rem;
    background: url("img/plus.png") no-repeat 100px 50%;
    margin-bottom: 0;
}

.banner p span{
	color: #E63838;
	font-size: 1rem;
}

/*Side-->*/

.side{
	width: 240px;
	float: left;
	padding: 30px;
}

.side a{
	font-size: 0.8rem;
}

.side .widget{
	margin-bottom: 2rem;
}

.side .widget h4{
	font-weight: bold;
}

/*<--Side*/

.footer{
	clear: both;
	color: #999;
	font-size: 12px;
	padding: 3rem 0;
	text-align: center;
}

.footer .menu{
	margin: 10px 0 10px 0;
	font-size: 0.9rem;
}

.footer .menu li{
	display: inline;
	margin: 0 7px;
}

.footer .menu li a{
    color: #999;   
}


.footer .menu li a:hover{
	color: #998C58;
}

.footer .copyright{
}

/* HOME */


body.home {
  background-color: #111;
}

.works-home{
	position: relative;
    margin: -17rem auto 0;
    max-width: 1400px;
}

.works-home-content{
	position: relative;
}

.home .intro-bg{
	height: 160px;
}

.main h3.post-title a{
	color: #333;
}

.main{
	width: 100%;
	clear: both;
}

a.all-works{
	/*background: url("img/bg-about.jpg");*/
    font-size: 0.8rem;
    line-height: 30px;
    padding: 0 10px;
    position: absolute;
    right: 70px;
    top: 0;
    color: #666;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	/*background: url("img/bg-dark.jpg");*/
	text-decoration: none;
	z-index: 10;
	border: 1px solid #333;
}

a.all-works span{
	color: #e63838;
}

a.all-works:hover{
	color: white;
}

.home .main .about-content {
    margin: 0 0 10rem;
}

.about-intro .presentation {
    padding-bottom: 10rem;
    padding-top: 8rem;
    max-width: 700px;
    margin: 0 auto;
}


.about-intro p{
  color: #999;
  margin-bottom: 3rem;
  font-size: 1.3rem;
  line-height: 1.8;
}

.about-intro{
  max-width: 1200px;
  background: none;
  margin: 0 auto;
  padding: 0;
}


/*CV*/

.cv-container {
  max-width: 800px;
  margin: 0 auto 5rem;
}

.cv-link {
  width: 50%;
  float: left;
  text-align: center;
  margin-bottom: 2rem;
  font-family: "futura-pt", helvetica, arial, sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.cv-link a{
  padding: 2rem;
}

.fleche-container {
  width: 1rem;
  display: inline-block;
  transform: translate(0, -2px);
}

.cv-fleche {
  color: #E63838;
  margin-left: 0.5rem;
  transition: all .1s ease-in-out;
  margin-top: -5px;
}

.cv-link:hover .cv-fleche{
  margin-left: 1rem;
}

/*HOME*/


/*INSTA*/


.insta-wrap{
  max-width: 900px;
  margin: 0 auto;
}

.insta-inner li{
  padding: 2%;
  line-height: 0;
}

.insta-inner h2{
  text-align: center;
  color: #fff;
  margin-bottom: 4rem;
}

/*INSTA*/


/*TEMPLATE*/

.page-template .intro-bg{
	padding-top: 90px;
}

/*TEMPLATE*/


/* TRAVAUX */

.clear{
	clear: both;
}

.single-projet .page-template h1{
    color: white;
}

.projet h3{
    color: #998C58;
    font-family: "futura-pt", helvetica, arial, sans-serif;
    text-transform: uppercase;
    z-index: 10;
    padding: 0 10%;
    width: 100%;
    text-align: center;
    align-self: center;
    font-size: 1.6rem;
    letter-spacing: -1px;
    opacity: 0;
    -webkit-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;

}

.main .projet a:hover h3{
    opacity: 1;
}


.main .projet{
	display: block;
    margin-right: 0;
    position: relative;
}

.main .projet img.attachment-original{
	width: 100%;
	height: auto;
	display: block;
}

.bg-wrapper{
	/*background-color: white;*/
	padding: 70px;
	position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}


html body .page-template-portfolio-php{
	background-color: #333;
}

.main .taxonomy-name li{
	display: inline-block;
}

.main .taxonomy-name{
	display: none;
	text-align: center;
	background: url("img/bg-about.jpg") 0 110px;
}

.kakao{
	background: url("img/bg-thumbs.png");
    height: 100%;
    position: absolute;
    display: flex;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.main .projet a:hover .kakao{
	opacity: 1;	
}


/* SINGLE */
h1{
	font-size: 3.5rem;
	line-height: 3rem;
	font-family: "futura-pt", helvetica, arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
    padding-top: 10rem;
    letter-spacing: -0.2rem;
}

.page-template-portfolio-php .main .post{
	text-align: center;
	margin-bottom: 10px;
}

#control-posts ul li.next a, #control-posts ul li.previous a{
	text-decoration: none;
}

#control-posts ul li.next, #control-posts ul li.previous{
	display: inline;
}

.single-projet .main .main-content{
	color: #333;
}

.single-projet h1{
    color: #000;   
}

.single-projet .main .post .post-intro{
    color: #555;
    max-width: 800px;
    margin: 5rem auto 0;
    text-align: center;
}

.single-projet .main .post .post-intro .post-info{
	font-size: 0.8rem;
	color: #666;
	line-height: 1rem;
    margin: 20px 0;
}

.single-projet .main .post .post-intro .descriptif{
    margin: 0 auto;
    padding: 20px;
    max-width: 600px;
    font-size: 1.1rem;
    line-height: 1.80rem;
}

.single-projet .main .post .post-intro .descriptif p{
	margin-bottom: 0;
}

.single-projet .main .post .post-intro .descriptif p a{
	font-size: 0.8rem;
}

.single-projet .main .post .post-intro .descriptif p a:hover{
	color: #E63838;
}

.single-projet .main .post .share{
	/*display: none;*/
    margin-top: 20px;
}


*::selection {
	background:#333;
	color:#E63838;
}

*::-moz-selection {
	background:#333;
	color:#E63838;
}

*::-webkit-selection {
	background:#333;
	color:#E63838;
}

.single-projet .main .post .head-post{
    margin: 0 auto;
    padding: 0 50px 100px 50px;
}

.single-projet .main .post .control-posts{
    width: 129px;
    height: 50px;
    margin: 30px auto 50px;
}


.single-projet .main .post .post-intro .post-info li, .main .taxonomy-name li a{
    color: #555;
	font-family: "futura-pt", helvetica, arial, sans-serif;
	text-transform: uppercase;
    margin: 0 5px;
    text-decoration: none;
    font-size: 0.9rem;
    letter-spacing: -0.04rem;
    display: inline-block;
}

.post-intro .post-info li+li::before { 
  content: '\b7';
    padding-right: 5px;
}
/*ONGLET CATEGORIES*/

.main .taxonomy-name li a:hover{
	color: white;
    background: url("img/onglet-cat.png") no-repeat 50% 100%;
}

.main .taxonomy-name li a{
    line-height: 70px;
    display: inline-block;
}

/*ONGLET CATEGORIES*/


.control-posts ul li a{
	color: white;
    display: block;
    line-height: 50px;
    text-decoration: none;
    margin: 0 10px;
    float: right;
}

.control-posts ul li.retour-travaux a{
	background: url("img/grille.png") no-repeat scroll 0 50% transparent;
	height: 50px;
	width: 29px;
	display: block;
}

.control-posts ul li.next a{
	background: url("img/next-arrow.png") no-repeat scroll 0 50% transparent;
	height: 50px;
	width: 20px;
	display: block;
}

.control-posts ul li.previous a{
	background: url("img/previous-arrow.png") no-repeat scroll 0 50% transparent;
	height: 50px;
	width: 20px;
	display: block;
}

.single-projet .main .post-content{
	/*padding: 7.2727272727272725%;*/
}

.single-projet .main .post-content p:first-child{
	margin: 0;
}

.single-projet .dispo{
	background:none;
	color: #999;
}

.single-projet .main .post-content .dispo p{
	margin-bottom: 30px;
}

/*SINGLE*/

.project-section {
margin-bottom: 15rem;
}

.project-section .wp-video {
  margin: 0 auto;
}

/* BUY A PART */

.postid-325 .post {
  background-color: #f8f7f9;
}

.postid-325 .post-content {
  max-width: 1200px;
  margin: 0 auto;
}

.postid-325 .bap-logo {
  max-width: 900px;
  margin: 100px auto 200px;
}

.postid-325 .bap-web {
  max-width: 900px;
  margin: 0 auto 300px ;
}


.postid-325 .bap-charte img {
  margin: 100px 0;
}



/* LES NOUVEAUX ATELIERS */


.wrap-na{
	width: 100%
}

.wrap-na .papet{
	background-color: #9dd1de;

}

.wrap-na .charte{
	background-color: #dbdbdb;

}

.wrap-na .suport{
	background-color: #041f28;

}
.wrap-na img{
	max-width: 80%;
	margin: 0 auto;
	position: relative;
	display: block;
}

.wrap-na .web-na{
    background-color: #25292c;
}

.wrap-na .web-na img{
    padding: 50px 0;   
}

.wrap-na .web-na{
    padding: 50px 0;   
}

.wrap-na .web-na .h2-na{
    width: auto;   
}

.wrap-na ol, ul {
	list-style: none;
}
.wrap-na blockquote, q {
	quotes: none;
}
.wrap-na blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
.wrap-na table {
	border-collapse: collapse;
	border-spacing: 0;
}

.single-projet.postid-259 .main .post-content{
    padding: 0;   
}

/* PORTADAS */


body.postid-131
{
	background: url("img/bg-portadas.jpg");
}


/* LOGOS */
.postid-50 .post-content img{
	padding: 100px 0;
}


/*ATALIAN*/
.postid-128 .main .main-content
{
	background: #F4F4F4;
}



/* POLESTAR */
.postid-44 .bg-wrapper{
	background-color: #8eb0ba;
}

.postid-44 .main .main-content{
	background: #8eb0ba;
}


/* MCP */

body.postid-124.single-projet{
	background: #efece7;
}


/* H&D */

.postid-35 .main .main-content{
	background: url("img/hd-pattern.jpg") 22px 8px;
}

.single-projet.postid-35 .main .post-content{
	padding: 0;
}


/* TTT */

.postid-47.single-projet{
	background: #000;
}

.postid-47 h1{
    color: #fff;   
}

.single-projet.postid-47 .main .post-content img{
	padding: 5% 0;
}


/* webdesign */

body.postid-285{
background: #222;
}


.postid-285 h1{
    color: #fff;   
}

.postid-285 .main .main-content img{
    padding: 50px 0;   
}

.postid-285 .main .main-content img.linebreak{
border-bottom: 1px solid #333;
margin-bottom: 50px;
    padding-bottom: 100px;
}




/*ABOUT*/

.titre-onglet{
	background: none;
	padding: 0;
	margin-bottom: 4rem;
	color: #fff;
}


.main .post p.chapo {
	padding: 30px 40px 50px;
	margin: 0 auto;
    max-width: 800px;
    font-family: "futura-pt", helvetica, arial, sans-serif;
	text-transform: uppercase;	
	font-size: 1.55rem;
	line-height: 2rem;
	text-align: center;
	color: #444;
	/*padding-left: 360px;*/
	
	}
	
.main .post p span{
	color: #E6E6E6;
}


/* anim */

.full{
	position: relative;
	width: 310px;
	height: 310px;
	display: block;
	margin:  0 auto;
	margin: 0 0 0 70px;
	float: left;
}

#maGalerie{
	-webkit-animation: flow 2s ease-in-out infinite alternate;
	-moz-animation: flow 2s ease-in-out infinite alternate;
	-o-animation: flow 2s ease-in-out infinite alternate;
	animation: flow 2s ease-in-out infinite alternate;

}

@-webkit-keyframes flow {
	0% { margin-top : 20px; }
	100% { margin-top : 0; }
}

@-moz-keyframes flow {
	0% { margin-top : 20px; }
	100% { margin-top : 0; }
}

@-o-keyframes flow {
	0% { margin-top : 20px; }
	100% { margin-top : 0; }
}

@-keyframes flow {
	0% { margin-top : 20px; }
	100% { margin-top : 0; }
}

.text{
	position: relative;
	font-size: larger;
}

#maGalerie{
    position:absolute;
    width:310px; /* Largeur de ma galerie */
    height:310px; /* Hauteur de ma galerie */
}
#maGalerie img{
    display:none;
    position:absolute;
    top:0;
    left:0;
}
#maGalerie img.active{
    display:block;
}

/* anim */
.skills{
	max-width: 960px;
    margin: 0 auto 10rem;
}

.skills h3{
	color: white;
}

.skill{
	margin-bottom: 20px;
	max-width: 100%;
    width: 110px;
}

.trois-col{
	float: left;
	padding: 3rem;
    width: 33.33%;
}


.trois-col li{
	line-height: 1.8rem;
}

.skills .trois-col ul{
	color: #eee;	
}

.skills .trois-col.orange{
	/*background-color: #E63838;*/
}

.skills .trois-col.violet{
	/*background-color: #494792;*/
	padding-top: 70px;
	padding-bottom: 70px;
	margin-top: -20px; 
}

.skills .trois-col.turquoise{
	/*background-color: #00A99D;*/
}

.dispo{
	padding: 100px;
	background: url("img/bg-damier.gif");
	font-size: 1.75rem;
	line-height: 2.5rem;
	text-align: center;
	color: #ccc;
}

.dispo p{
	margin-bottom: 30px;
}

.dispo a{
	font-family: "futura-pt", helvetica, arial, sans-serif;
	text-decoration: none;
	font-size: 1.1rem;
	color: black;
	background: url("img/bg-about.jpg") repeat scroll 0 0 transparent;
	padding: 10px 18px 10px 20px;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

.dispo a:hover{
	background: #E63838;
	padding: 12px 20px 12px 22px;
	color: white;
}

.dispo div{
	max-width: 680px;
	margin: 0px auto;
}

.page-template-about-php .bg-wrapper{
	padding-top: 40px;
}

.page-template-about-php .about-detail.bg-wrapper{
	background-color: #eee;
}

.main .about-left li{
	list-style: disc inside url("img/bullet-point-red.png");
}

.main .about-left{
	padding-right: 335px;
}

.main .about-left h2{
	padding-top: 20px;
}

.main .about-left .tools{
	padding-bottom: 20px;
	float: left;
}

.main .about-left span{
	color: #E63838;
}

.main .about-left ul{
	font-size: 0.90rem;
	margin-right: 40px;
}

.main .about-right{
	position: absolute;
    right: 0;
    top: -135px;
}

.main .about-right img.rosace-small{
	display: none;
}


/*CONTACT*/


.page-template-contact h1{
    color: #000;   
}

.contact-content{
	background: url("img/watermark.png") no-repeat scroll -130px 100% #F2F2F2;
    margin-top: 5rem;
}

.contact-info{
	width: 40%;
	float: left;
}

.contact-info p.intro-message{
	background: url("img/bg-intro.jpg") repeat scroll 0 0 transparent;
	padding: 16%;
	margin-bottom: 0;
	padding-bottom: 13%;
}

.disclaimer-recaptcha{
	padding: 16%;
    margin-bottom: 0;
    font-size: small;
}

.contact-info-wrapper span{
	color: #E63838;
}

.page-template-contact-php .formulaire{
	width: 60%;
	float: right;
	color: #fff;
    background-color: #333;
	position: relative;
}

.page-template-contact-php .formulaire .intro-bg{
	padding-top: 80px;
}

.titre-onglet-contact{
	padding: 0 0 0 12%;
	color: #fff;
}

.page-template-contact-php .formulaire .formulaire-wrapper{
	padding: 30px 12% 60px;
}

.page-template-contact-php .formulaire p{
	width: 100%;
	margin-bottom: 8px;
}


.wpcf7-form-control {
	width: 92%;
	padding: 0 4%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

.wpcf7-form-control.wpcf7-textarea{
	width: 96%;
	padding: 20px 0 0 4%;
	resize: none;
	font-size: 0.9rem;
	line-height: 1.4rem;
	border: none;
	margin-top: 10px;
}

.wpcf7-submit {
	width: auto;
	background-color: #E63838;
    border: medium none;
    color: white;
    padding: 9px 12px 8px 12px;
	font-family: "futura-pt", helvetica, arial, sans-serif;
	font-size: 1rem;
	text-transform: uppercase;
	cursor: hand;
	cursor: pointer;
	margin-top: 2rem;
}

.page-template-contact-php .formulaire .timbre{
	position: absolute;
	width: 168px;
	height: 149px;
	background: url("img/timbre.png");
	top: 0;
	right: 0;
}

.page-template-contact-php span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 #E63838;
    border: none;
    color: #fff;
    font-size: 10pt;
    left: 0;
    line-height: 2.6rem;
    margin: 10px 0;
    padding: 0 4% 0 4%;
    position: absolute;
    width: 92%;
    z-index: 100;
    top: inherit;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;

}

span.obligatoire{
	color: #E63838;
}


/* MEDIA QUERIES */

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


	.content-slide h1{
	font-size: 3rem;
	line-height: 2.5rem;
	}

	.content-slide h2{
    font-size: 1rem;
	}
	
    .bg-wrapper {
     grid-template-columns: 1fr 1fr;
    }

  
    .banner{
	    background-position: right;
	    margin-left: 0;
    }
    .banner p {
	    padding: 40px;
	    font-size: 0.85rem;
        background-image: none;
    }
    .bg-wrapper {
	    padding: 10%;
    }
    
    .single-projet .main .post h1{
	    display: inherit;
    }
        
    .single-projet .main .post .control-posts{
	    top: 0;
	    width: 130px;
    }
    
	
    
    .single-projet .main .post .control-posts.bottom{
	    right: 0;
    }
    
    .full{
		margin:  0 auto;
		float: none;
	}
    
    .main .about-intro .presentation {
	    padding: 2rem;
    }
    
    .trois-col{
	    float: none;
	    width: 100%;
	    padding: 4rem;
	    margin: 0;
    }
    
    .skills .trois-col.violet{
	    margin-top: 0;
    }
    
    .trois-col img{
	    float: left;
    }
    
    .skills .trois-col.turquoise{
	position: relative;
	}
    
    .trois-col .skill-detail{
	    padding: 0 0 0 240px;
    }
  
    .cv-link {
    width: 100%;
    float: none;
    }
    
    .page-template .about-content .intro-bg {
	margin-top: 0;
	}
	
   	.main .about-right {
    float: none;
    position: relative;
    margin: 0 auto 20px;
    top: auto;
    right: auto;
    }
    
    .main .about-right img.rosace-big{
	    display: none;
    }
    
    .main .about-right img.rosace-small{
		display: block;
		margin: 0 auto;
	}
    
    .main .about-left {
    max-width: 100%;
    padding: 0;
    }

	
	.contact-content{
		background-image: none;
	}
	
	.contact-info {
	float: none;
	width: 100%;
	background: url("img/watermark.png") no-repeat scroll -130px 100% transparent;
	}
	
	.contact-info p.intro-message {
		padding: 10%;
		text-align: center;
	}
	
	.contact-info-wrapper{
		padding: 10%;
	}
	
	.page-template-contact-php .formulaire{
		float: none;
		width: 100%
	}

}


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

    h1{
    line-height: 2rem;
    font-size: 2rem;
    letter-spacing: -0.1rem;
    }    

    .bg-wrapper {
     grid-template-columns: 1fr;
    }

  
  .bg-wrapper {
    padding: 12.962963%;
    }
        
    a.all-works {
    	display: none;
    }
    
    .trois-col img{
	    float: none;
    }
    
    .trois-col .skill-detail{
    padding: 0;
    }
    
   .trois-col{
	    padding: 70px 10% 70px 20%;
    }
   
    .single-projet .main .post .head-post {
    margin: 0 auto;
    padding: 0 20px 50px 20px;
    }
  
  .page-template .main .post h1{
	   font-size: 3.9rem;
   }
   
   .main .post p.chapo{
	   font-size: 1.3rem;
	   line-height: 1.6rem;
   }
   
   .main .about-intro .presentation{
	   padding-left: 10%;
	   padding-right: 10%;
   }
  
    .main .about-intro p{
      font-size: 1rem;
     }
  
    .dispo{
	padding-left: 10%;
	padding-right: 10%;
	font-size: 1.5rem;
	line-height: 2.2rem;
   }
   
   .dispo a{
	   font-size: 1rem;
   }
   	   	
   	
   	.page-template-contact-php .formulaire .intro-bg {
   	padding-top: 180px;
   	}
   	
   	body .content-slide h2{
	}

}

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

	
	.content-slide{
    height: 450px;
    }
    	
    .bg-wrapper {
    padding: 0;
    }
    
    .about-content .bg-wrapper {
    padding: 10%;
    }
    
    .page-template .main .post h1{
	   font-size: 3rem;
   }
    
    .main .post p.chapo{
	   font-size: 1.1rem;
	   line-height: 1.3rem;
	   padding:0 10px 30px;
   }
   
   .dispo{
	   font-size: 1.2rem;
	   line-height: 1.8rem;
   }
   
   .dispo a{
	   font-size: 0.9rem;
   }
}







/* --------- BOOTSTRAP GRID -  v4.5.2 - ROW COL + JUSTIFY CONTENT UNIQUEMENT  ------------*/




.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* --------- END /// BOOTSTRAP GRID -  v4.5.2 - ROW COL + JUSTIFY CONTENT UNIQUEMENT  ------------*/


/* --------- ANIMATE ------------*/

@charset "UTF-8";
/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
	-webkit-backface-visibility: hidden;
}
.animated {
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	   -moz-animation-duration: 2s;
	     -o-animation-duration: 2s;
	        animation-duration: 2s;
}


@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-40px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-40px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-40px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}




@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
/* line 1391, /Users/miguelperez/Sites/csstricks/source/stylesheets/keyframes.css.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }
