/*
	Theme Name: Origine
	Description: Origine Coatching WordPress Theme
	Version: 0.0.1
	Author: jeremy PICARD (@z00keep)
	Author URI: http://jeremypicard.fr
	Tags: Blank, HTML5, CSS3

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:9px;
}
body {
	font-family: "AvenirNext";
	font-size: 1em;
	/* color:#122226; */
	color:#807e7e;
  overflow-x: hidden;
	
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	max-height:100%;
	vertical-align:bottom;
}
a {
	color:#807e7e;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {
  transform: scale(1);
  opacity: 0;
}
.logo-img {

}
/* nav */
.nav {
	padding-top: 8em;
  opacity: 0;
}
.nav ul{
	padding: 0;
  display: flex;
  justify-content: center;
}
.nav li{
  width: 280px;
  font-size: 2.2em;
  /* text-transform: capitalize; */
  list-style: none;
  text-align: center;
}
.current_page_item a{
	color: #3366ff;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	width: 100%;
   /*  display: flex;
   align-items: center;
   justify-content: center; */
    z-index: 30;
    background-color: white;
    position: relative;
}
/* .footer div{
    display: inline-flex;
    justify-content: center;
} */
.rs_icon{
  margin: 0 auto;
  display: flex;
  position: relative;
  justify-content: center;
  margin: 0.5em;
}
.rs_icon img{
  width: 40px;
}
.rs_icon img:hover{
  opacity: 0.8;
}
.copyright{
  display: flex;
  justify-content: center;
}
.follow{
  display: flex;
  justify-content: center;
  font-size: 1.4em;
}
.follow p{
  margin: 0.2em;
}
.spacer{
  width: 110px;
    /* height: 2px; */
    margin: 0 auto;
    border: 0.5px #666666 solid;
}
.footer p {
	width: 260px;
    font-size: 1.4em;
    text-align: center;
}
.link_popo:hover{
	color: #d47d13;
}
.link_jerem:hover{
	color: #398864;
}
section {
	min-height: 90vh;
	display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6em;
    margin-bottom: 13em;
}
section div{
	/* height: 90vh; */
	flex-grow: 1;
}
.contact-wrapper{
	min-height: 90vh;
}
section p{
	letter-spacing: -0.01em;
    font-size: 2em;
    
}
section a{
  color:red;
}
article{
	width: 600px;
  max-width: 90%;
  opacity: 0;
  margin: 0 auto;
}
.presentation-wrapper , .contact-wrapper{
		margin-bottom: 0em;
}
.contact-wrapper{
	margin-top: 0em;
}
.wpcf7{
	padding: 4em 0;
}
.contact-img {
	position: absolute;
    width: 100%;
    height: 900px;
    /* box-sizing: border-box; */
    bottom: -100%;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    transform: translateY(500px);
}
.contact-img img{
	display: block;
	position: absolute;
}
.contact-splash{
    left: 70%;
    top: 10%;
    width: 800px;
    max-height: initial;
    bottom: -50%;
    max-width: 800px;
}
.contact-origine{
	width: 1400px;
    /* max-width: 80%; */
    bottom: -26%;
    /* margin: 0 auto; */
    left: 20%;
    max-width: 1400px;
}
.contact-wrapper article{
	margin: 0 auto; 
}
.contact-wrapper p{
    margin-top:4em;
}
.wpcf7 p{
	width: 600px;
    margin: 1em auto; 
    margin-top:1em;
    max-width: 90%;
}
input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], textarea{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  min-height: 36px;
  padding: 8px 12px;
  width: 100%;
  margin-top: 5px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  font-size: 15px;
  color: #404040;
  outline: none;
  
}
input[type='submit'], button, .btn{
  color: white;
  text-decoration: none;
  background-color: rgba(0,0,0, .2);  /* change button color here */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
  border: 0px;
  outline: none;
  display: inline-block;
  padding: 8px 22px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: .12rem;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin: 0 auto;
  position: relative;
  display: block;
}

input[type='submit']:hover, button:hover, .btn:hover{
 background-color: rgba(0,0,0, .3);  /* change button color here */
}

input[type='submit']:active, button:active, .btn:active{
  background-color: rgba(0,0,0, .3);  /* change button color here */
  border: 0px;
  -webkit-box-shadow: inset 0px 2px 2px 2px rgba(0, 0, 0, .15);
  box-shadow: inset 0px 2px 2px 2px rgba(0, 0, 0, .15);
}
div.wpcf7-response-output {
    font-size: 2em;
    background-color: white;
    border: 2px solid #8c0c27;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #d47d13;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398864;
}
span.wpcf7-not-valid-tip{
	color: #8c0c27;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
h1{
	font-family: 'itc_avant_garde_gothic_ltbook';
	margin: 0 auto;
}
h2{
	font-size: 2.4em;
	font-family: 'itc_avant_garde_gothic_ltbook';
	letter-spacing: 0.3em;
	margin-bottom: 3em;
  margin-top: 2em;
}
.wp-block-pullquote{
	padding: 0;
    margin-top: 3em;
    margin-bottom: 3.6em;
}
.wp-block-pullquote p {
    font-size: 1.6em;
    font-family: 'itc_avant_garde_gothic_ltbook';
    letter-spacing: 0.3em;
    text-align: left;
    margin: 0;
}
.post-edit-link{
  font-size: 2em;
}
blockquote{
	margin: 0;
}

/* .logo{
	padding: 5vh;
	height: 100vh;
} */
.splash{
	width: 100%;
    min-height: 100vh;
}
.logo-img{
	margin: 0 auto;
	display: block;
	max-height: 20vh;
  opacity: 0;
  transform: scale(1);
}
.splash .logo-img{
  margin: 0 auto;
  display: block;
  max-height: 20vh;
  opacity: 0;
  transform: scale(0);
}
.origine{
	display: inline-block;
    width: 6.3em;
    height: 2em;
    /* top: -50%; */
    transform: translate(0px, 1em);
    background-size: contain;
}
/* .origine img{
    height: 2em;
    vertical-align: top;
    margin-bottom: -2em;
} */
.home_img{
	width: 100%;
	height:40vh;
  opacity: 0;
  transform: translateY(-400px);
}
.home_img img{
    margin: 0 auto;
    display: block;
    max-height: 140%;
    position: absolute;
    top: -40%;
    /* transform: translate(0px, -30%); */
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.quoteContent{
    height: 25vh;
    display: flex;
    align-items: center;
    opacity: 0;
  transform: translateY(80px);
}
.quote{
	font-family: 'itc_avant_garde_gothic_ltbook';
	display: block;
    font-size: 1em;
    max-width: 100%;
    margin: 0 auto;
}
.sentence{
	font-size: 1.9em;
	letter-spacing: 0.3em;
	margin: 0;
}
.author{
	font-size: 1.4em;
	letter-spacing: 0.3em;
	text-align: right;
	margin: 0.9em;
}
.enter{
  font-family: "AvenirNext";
  font-size: 2.3em;
  letter-spacing: -0.01em;
  height: 15vh;
  display: flex;
  text-transform: uppercase;
  justify-content: center;
  /* align-items: center; */
  opacity: 0;
  transform: scale(0) translateY(80);
}
.enterTxt p{
  margin: 0.16em;
  color: #c4c4c4;
  opacity: 1;
  transition-duration: 500ms;
}.enterTxt .spacer{
  border-color: #c4c4c4;
}
.enterTxt p:hover{
  opacity:0.7; 
  transition-duration: 500ms;
}

.red .wp-block-pullquote{color: #8c0c27;}
.green .wp-block-pullquote{color: #398864;}
.blue .wp-block-pullquote{color: #3366ff;}
.orange .wp-block-pullquote{color:#d47d13;}
.pink .wp-block-pullquote{color:#e83966;}

.has-red-color{color: #8c0c27;}
.has-green-color{color: #398864;}
.has-blue-color{color: #3366ff;}
.has-orange-color{color:#d47d13;}
.has-pink-color{color:#e83966;}

.red .origine{background-image: url(./img/origine-red.png);}
.green .origine{background-image: url(./img/origine-green.png);}
.blue .origine{background-image: url(./img/origine-blue.png);}
.orange .origine{background-image: url(./img/origine-orange.png);}
.pink .origine{background-image: url(./img/origine-pink.png);}


section.red a{color: #8c0c27;}
section.green a{color: #398864;}
section.blue a{color: #3366ff;}
section.orange a{color:#d47d13;}
section.pink a{color:#e83966;}

section a:hover{
  opacity: 0.8;
}

.portrait{
	width: 480px;
  transform: translateX(800px);
  opacity: 0;
}
/* .section1-img img{
	width: 380px;
} */
.sur_mesure{
  width: 400px;
}
.verticalite{
  width: 400px;
}
.tout_est_simple{
	width: 595px;
}
.section2-img img{
	width: 200px;
}
.centerImg{
	margin: 0 auto;
    display: block;
}
.rightAnnim{
  transform: translateX(500px);
  opacity: 0;
}
.leftAnnim{
  transform: translateX(-500px);
  opacity: 0;
}
.rel{
	position: relative;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/



@font-face {
  font-family: "AvenirNext";
  src: url("./fonts/AvenirNextCondensed-Regular.eot"); /* IE9 Compat Modes */
  src: url("./fonts/AvenirNextCondensed-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/AvenirNextCondensed-Regular.otf") format("opentype"), /* Open Type Font */
    url("./fonts/AvenirNextCondensed-Regular.svg") format("svg"), /* Legacy iOS */
    url("./fonts/AvenirNextCondensed-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/AvenirNextCondensed-Regular.woff") format("woff"), /* Modern Browsers */
    url("./fonts/AvenirNextCondensed-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'itc_avant_garde_gothic_ltbook';
    src: url('./fonts/itc_avant_garde_gothic_lt_book_regular-webfont.woff2') format('woff2'),
         url('./fonts/itc_avant_garde_gothic_lt_book_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1280px) {

}
@media only screen and (max-width:1140px) {

}
@media only screen and (max-width:1024px) {

}
@media only screen and (max-width:768px) {
  .nav ul{
    display: block;
  }
  .nav li{
    margin: 0 auto;
  }
}
@media only screen and (max-width:599px) {
	section{
		display:block;
	}
	.quote {
    	font-size: 0.6em;
	}
	.copyright{
		display: block; 
	}
	.footer p{
		margin: 0.2em auto 0.4em auto;
	}
  .portrait{
    max-width: 60%;
  }
  .sur_mesure{
    max-width: 60%;
  }
  .verticalite{
    max-width: 60%;
  }

}
@media only screen and (max-width:480px) {

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

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

