﻿
/******************************************************

$INDEX0 - FONTS AND RESET
$INDEX1 - GENERAL
$INDEX2 - HEADER COMMON
$INDEX3 - MENU COMMON
$INDEX4 - HEADER STANDARD
$INDEX5 - HEADER STANDARD REDUIT
$INDEX6 - HEADER MOBILE
$INDEX7 - MAIN CONTENT
$INDEX8 - PORTFOLIO
$INDEX9 - CONTACT
$INDEX10 - FOOTER
$INDEX11 - MEDIA QUERIES : MOBILES
$INDEX12 - MEDIA QUERIES : TABLETS

/******************************************************

$INDEX0 - FONTS AND RESET
	
******************************************************/	

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, textarea, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
li, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: none !important;
font-size: 100% !important;
/*font-family: Georgia, serif;*/
/*font-family: RalewayRegular;*/
}

* {
box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, li, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}

ol, ul {
list-style:none;
}
/*
@viewport {
width: device-width; 
zoom: 1; 
}
*/

/******************************************************

$INDEX1 - GENERAL
	
******************************************************/	
@font-face {
font-family: "F096MKSD Synapse";
    src: url("../fonts/WebFonts/981a1614c3bdde2ccb1aabdafc6bc35d.eot");
    src: url("../fonts/WebFonts/981a1614c3bdde2ccb1aabdafc6bc35d.eot?#iefix")format("embedded-opentype"),
    url("../fonts/F096MKSD/981a1614c3bdde2ccb1aabdafc6bc35d.woff2")format("woff2"),
    url("../fonts/F096MKSD/981a1614c3bdde2ccb1aabdafc6bc35d.woff")format("woff"),
    url("../fonts/F096MKSD/981a1614c3bdde2ccb1aabdafc6bc35d.ttf")format("truetype"),
    url("../fonts/F096MKSD/981a1614c3bdde2ccb1aabdafc6bc35d.svg#F096MKSD Synapse")format("svg");
}
/*
@font-face {
    font-family: "RalewayRegular";
    src: url("../fonts/Raleway/RalewayRegular/RalewayRegular.eot");
    src: url("../fonts/Raleway/RalewayRegular/RalewayRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Raleway/RalewayRegular/RalewayRegular.woff") format("woff"),
    url("../fonts/Raleway/RalewayRegular/RalewayRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
  }
*/

html {
background-color: transparent;
height: 100%;
}

body {
background-color: white;
min-height: 100%;
color: black;
text-align: center;
margin: auto;
}

a {
color: #a48439;
text-decoration: none;
}

h1 {
color: #a48439;
font-family: 'F096MKSD Synapse', Arial, sans-serif;
font-size: 2.0em !important;
text-align: center;
margin: 0;
padding: 0;
z-index: 1000;
}
/*
h1#slogan {
position: absolute;
left: -3000px;
margin: 0;
padding: 0;
transition: 0.5s;
}
*/
h2 {
font-family: 'F096MKSD Synapse', Calibri, Arial, sans-serif;
text-align: center;
font-size: 1.1em !important;
font-weight: bold;
padding: 5px 0 15px 0;
}

h3 {
color: #a48439;
font-family: F096MKSD Synapse;
font-size: 1.2em;
padding: 10px 0px 7px 0px;
}

h4{
font-family: Georgia, serif;
font-size: 1.0em;
font-weight: normal;
margin: 0 0px 10px 0;
}

p {
font-family: Georgia, serif;
font-weight: normal;
font-size: 0.98em !important;/*1.2*/
text-align: left;
line-height: 1.28em !important;
margin: 0 0 15px 0;
}

/******************************************************

$INDEX2 - HEADER COMMON
	
******************************************************/	

header {
background-color: black;
border-bottom: 3px solid #a48439;
position: fixed;
color: white;
top: -180px;
left: 0;
width: 100%;
z-index: 10000;
}

header h1 {
margin: 0;
border: none;
background-color: transparent;
transition: 0.5s;
}


/******************************************************

$INDEX3 - MENU COMMON
	
******************************************************/	

nav a {
font-family: 'F096MKSD Synapse', Calibri, Arial, sans-serif;
font-weight: 600;
transition: all 0.5s;
color: a48439;
}

nav a.current, nav a:hover, nav a:active {
color: white;	
}

/******************************************************

$INDEX4 - HEADER STANDARD
	
******************************************************/	

.headermobile {
display: none;
}

.headerstandard {
height: 90px;
position: fixed;
transition: 0.5s;
transition-delay: 1.0s;
}

.headerstandard .headerstandard-inner {
width: 95%;
/*max-width: 69em;*/
margin: 0 auto;
padding: 0 1.875em;
}


/* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
.headerstandard h3,
.headerstandard nav.menustandard a,
.headerstandard div.logo {
line-height: 90p;
}

.headerstandard div.logo {
float: left;
margin: 7px 0px 5px 0;
transition: 0.5s;
}

#tag { 
position: relative;
float: left;
left: -1500px;
}

#tag.visible {
left: 0px;
transition: ease 0.5s;
transition-delay: 2s;
}

img.slogan {
width: 500px;
margin: 0;
}

#slogan { 
position: relative;
float: right;
right: -1500px;
}

#slogan.visible {
position: relative;
float: right;
right: 0px;
transition: ease 0.5s;
transition-delay: 2.5s;
}

.headerstandard nav.menu.menustandard {
display: inline-block;
position: absolute;
margin: 35px 0 0 0;
float: right;
right: -1500px;
transition: 0.5s;
}

.headerstandard h3 {
color: #a48439;
font-size: 1.6em !important;
float: right;
padding: 0;
display: inline-block;
opacity:1;
transition: 0.5s;
transition-delay: 0.1s;
margin: 35px 0 0 0;
}

.headerstandard h3 span {
font-family: F096MKSD Synapse;
font-weight: bold;
color: white;
}

.headerstandard h2 {
float: right;
}

.headerstandard nav.menustandard a {
margin: 0 0 0 8px;
font-size: 1.4em !important;
padding: 8px 10px;			
border-radius: 5px;
}

/******************************************************

$INDEX5 - HEADER STANDARD REDUIT
	
******************************************************/	

.headerstandard.headerstandard-short {
height: 90px;
position: fixed;
top:0;
}
 
.headerstandard.headerstandard-short h1,
.headerstandard.headerstandard-short nav.menustandard a,
.headerstandard-short div.logo {
line-height: 90p;
}
 
.headerstandard.headerstandard-short h3 {
position: relative;
right: 0;
/*display: none;*/
opacity: 0;
}

.headerstandard.headerstandard-short nav.menu.menustandard {
position: absolute;
right: 4.7%;
}

/******************************************************

$INDEX7 - MAIN CONTENT
	
******************************************************/	

div#loading {
background-color: white;
position: absolute;
margin: auto;
top: 40%;
width: 100%;
height: 100%;
}

#enterthewebsite {
display: block;
z-index: -100;
}

a#goodies {
background: black;
position: fixed;
top: 180px;
right: -600px;
width: 140px;
height: 40px;
padding: 5px 2px 5px 5px;
border-top-left-radius: 5px;
border-bottom: 1px dotted #a48439;
transition: 0.4s;
z-index: 100;
}

a#share_fb {
position: fixed;
top: 220px;
right: -600px;
background: black;
width: 140px;
height: 40px;
padding: 5px 2px 5px 5px;
border-bottom: 1px dotted #a48439;
transition: 0.4s;
z-index: 100;
}

a#share_x {
position: fixed;
top: 260px;
right: -600px;
background: black;
width: 140px;
height: 40px;
padding: 5px 2px 5px 5px;
border-bottom: 1px dotted #a48439;
transition: 0.4s;
z-index: 100;
}

a#share_whap {
position: fixed;
top: 300px;
right: -600px;
background: black;
width: 140px;
height: 40px;
padding: 5px 2px 5px 5px;
border-bottom: 1px dotted #a48439;
transition: 0.4s;
z-index: 100;
}

a#share_mail {
position: fixed;
top: 340px;
right: -600px;
background: black;
width: 140px;
height: 40px;
padding: 5px 2px 5px 5px;
border-bottom-left-radius: 5px;
transition: 0.4s;
z-index: 100;
}

a#goodies img, a#share_fb img, a#share_x img, a#share_whap img, a#share_mail img {
width:95%;
transition: 0.1s;
}

a#goodies:hover, a#share_fb:hover, a#share_x:hover, a#share_whap:hover, a#share_mail:hover {
right: 0px !important;
transition: 0.4s;
}

a#goodies:hover img, a#share_fb:hover img, a#share_x:hover img, a#share_whap:hover img, a#share_mail:hover img {
filter: brightness(200);
transition: 0.1s;
}

.bio-visible a#goodies,
.bio-visible a#share_fb,
.bio-visible a#share_x,
.bio-visible a#share_whap,
.bio-visible a#share_mail,
.walls-visible a#goodies, .walls-visible a#share_fb, .walls-visible a#share_x, .walls-visible a#share_whap, .walls-visible a#share_mail,
.edition-visible a#goodies, .edition-visible a#share_fb, .edition-visible  a#share_x, .edition-visible a#share_whap, .edition-visible a#share_mail,
.studio-visible a#goodies, .studio-visible a#share_fb, .studio-visible a#share_x, .studio-visible a#share_whap, .studio-visible a#share_mail,
.shop-visible a#goodies, .shop-visible a#share_fb, .shop-visible a#share_x, .shop-visible a#share_whap, .shop-visible a#share_mail,
.contact-visible a#goodies, .contact-visible a#share_fb, .contact-visible a#share_x, .contact-visible a#share_whap, .contact-visible a#share_mail {
right: -95px;
}


section#accueil  {
padding:0;
}

#main section{
position: relative;
text-align: center;
overflow: hidden;
padding: 130px 0 130px 0;
}
/*
section {
padding-top: 130px;
padding-bottom: 130px;
}
*/
div.content {
width: 80%;
background-color: white;
margin: auto;
overflow: hidden;
}

section#accueil.visible {
opacity: 1;
z-index: 100;
}

#home {
width: 100%;
position: relative;
margin: auto;
padding: 2.5% 0 0 0;
opacity: 0;
filter: blur(15px);
transition: 1.2s;
transition-delay:0.5s;
z-index: 9999;
}

#home.visible {
opacity: 1;
filter: blur(0px);
}

#home_mobile {
display: none;
}

a#enter img {
background-color: none;
margin: 20% 0 20% 0;
transform: rotate(-360deg);
transition: 0.3s;
}

a#enter img:hover {
transform: rotate(0deg);
}

#main .home h1{
font-family: 'F096MKSD Synapse', Calibri, Arial, sans-serif;
font-size: 1.8em;
font-weight: 700;
width: 100%;
border: none;
text-shadow: none;
padding-top: 0px;/*245*/
margin: 0px auto;/*20 auto*/
line-height: 0.8em;
}	

div.intro {
margin: 0 0 100px 0;
}

/******************************************************

$INDEX8 - ABOUT

******************************************************/

img.bio {
width: 100%;
margin: 0px 0 30px 0;
position: relative;
top: -1000px;
transition: 0.5s;
transition-delay: 0.3s;
}

.bio-visible img {
top: 0px;
position: relative;
}

img.bio_mobile {
display: none !important;
}

div#version_eng {
display: none;
}

h3.bio {
color: black;
font-family: 096kmsd;
font-size: 1.2em !important;
font-weight: ;
text-align: ;
text-transform: uppercase;
border-bottom:2px dotted #a48439;
padding: 10px 0 10px 0px;
margin: 20px 0 40px 0;
}

.bio_trick {
margin-top: 700px !important;
}

a.english {
display: block;
width: 20%;
position: 
float: left;
font-family: F096mksd Synapse;
color: #a48439;
background: black;
border-radius: 5px;
padding: 12px 15px;
margin: 0 0 30px 0;
transition: 0.5s;
cursor: pointer;
}

a.english:hover {
color: white;
}

p.bio {
font-weight: 300;
color: black;
text-align: center;
line-height: 1.5 !important;
margin: 0 0 10px 0;
}

a.portfolio {
float: right;
font-family: F096mksd Synapse;
color: #a48439;
background: black;
border-radius: 5px;
padding: 12px 25px;
margin: 30px 0 0 0;
transition: 0.5s;
cursor: pointer;
}

a.portfolio:hover {
color: white;
}

/******************************************************

$INDEX8 - WALLS

******************************************************/

img.graffs {
float: left;
width: 33.05%;
margin: 0 5px 5px 0px;
position: relative;
top: 2000px;
transition: 0.5s;
pointer-events: none;
}

img.rightwalls {
margin: 0 0px 5px 0;
}

.walls-visible img {
top: 0px;
}

/******************************************************

$INDEX10 - EDITION

******************************************************/

img.edition {
width: 49.75%;
float: left;
margin: 0px 5px 5px 0px;
}

img.left {
position: relative;
left: -2000px;
transition: 0.5s;
}

img.right {
margin: 0 0 5px 0;
position: relative;
left: 2000px;
transition: 0.5s;
}

.edition-visible img.left, .edition-visible img.right {
left: 0px;
}

/******************************************************

$INDEX8 - STUDIO

******************************************************/

div.studio {
display: block;
}

div.studio_mobile {
display: none;
}

img.studio {
width: 100%;
margin: 0 0 30px 0 !important;
position: relative;
top: 2000px;
transition: 0.5s;
}

.studio-visible img {
top: 0px;
}


/*************************ç*****************************

$INDEX9 - SHOP

******************************************************/

li.shop {
float: left;
width: 49.75%;
margin: 0 5px 0px 0;
}

li.shopleft {
position: relative;
left: -2000px;
transition: 0.5s;
}

li.shopright {
margin: 0 0 5px 0;
position: relative;
left: 2000px;
transition: 0.5s;
}

.shop-visible li.shopleft, .shop-visible li.shopright {
left: 0px;
}

li.shop img{
width: 100%;
margin: 0 0 10px 0;
}

a.shop {
font-family: F096mksd Synapse;
color: #a48439;
font-size: 1.5em!;
font-weight: bold;
display: inline-block;
margin: 15px 0 20px 0;
padding: 15px 30px ;
background-color: black;
border-radius: 10px;
transition: 0.5s;
}

a.shop:hover {
color: white;
transition: 0.5s;
}

p.shop{
float: right;
margin: 30px 0 0 0;
width: 100%;
}


/******************************************************

$INDEX9 - CONTACT

******************************************************/

div#contact {
background-color: transparent;
display:flex;
flex-direction:row;
}

.leftbloc {
float: left;
width: 50%;
text-align: center;
background-color: black;
color: white;
position: relative;
top: 1000px;
transition: 0.5s;
}

.rightbloc {
width: 50%;
float: right;
background-color: white;
border-left: 4px solid white;
position: relative;
top: -1000px;
transition: 0.5s;
}

.contact-visible .leftbloc, .contact-visible .rightbloc {
top: 0px;
}

h3.contact {
margin: 50px 0 50px 0;
padding: 0 0 50px 0;
color: transparent;
font-family: F096mksd Synapse;
font-size: 1.4em !important;
text-transform: uppercase;
border-bottom: 3px dotted #a48439;
}

a.contactplus_mobile {
display: none;
}

.contactplus {
font-family: F096mksd Synapse; 
text-color: white;
text-align: center;
width: 100%;
padding: 5px;
margin: 80px 0 0 0;
font-size: 1.0em !important;
font-weight: bold;
}

.contactplus1 {
font-family: F096mksd Synapse; 
font-size: 1.1em !important;
color: #a48439;
font-weight: normal;
text-align: center;
margin: 5px;
border: 0;
transition: 0.5s;
alignment-baseline: middle;
}

.contactplus1:hover {
color: white;
transition: 0.5s;
}

p.contactplus2 {
font-family: ;
color: white;
font-size: 1.0em !important;
text-align: center;
margin: 5px;
border: 0;
}

p.contactplus3 {
font-family: ;
color: #a48439;
font-size: 0.9em!important;
text-align: center;
margin: 5px;
border: 0;
}

p.contactplus4 {
font-family: Georgia;
text-align: center;
width: 100%;
padding: 5px;
margin: 80px 0 0 0;
font-size: 1.0em !important;
font-weight: bold;
alignment-baseline: text-bottom;
}

p.contactplus5 {
font-family: Georgia;
text-align: center;
width: 100%;
padding: 5px;
margin: 250px 0 0 0;
font-size: 1.0em !important;
font-weight: bold;
alignment-baseline: text-bottom;
}

div.social_networks {
margin: 20px 0 0 0;
}

div.social_networks_mobile {
display: none;
}

img.socialnetwork {
margin: 0 15px;
padding: 0px;
transition: 0.5s;
background: #a48439;
border-radius: 50%;
}

img.socialnetwork:hover, img.socialnetwork:active{
background-color: white;
}

h3.trick {
color: transparent;
border-bottom: 3px dotted #a48439;
margin: 25% 0 0 0; 
}

img.contact {
float: right;
display: block;
width: 100% !important;
}

section#contact {
padding-bottom: 350px;
}

/******************************************************

$INDEX10 - FOOTER

******************************************************/	

footer {
width: 100%;
margin: 0;
padding: 20px 0 20px 0;
text-align: center;
background-color: black;
border-top: 3px solid #a48439;
color: white;
}

img.logos {
display: block;
width: 20%;
margin: 20px auto 20px auto;
opacity:0;
transition: 2s;
}

.footer-visible img.logos {
opacity:1;
}

h3#footer {
text-align: center;
font-family: F096mksd Synapse;
font-size: 1.4em !important;
font-weight: normal;
color: #a48439;
padding: 15px 0 10px 0;
margin: 0;
}

img.slogan_footer {
width: 450px;
display: block;
margin: 5px auto 5px auto;
}

p.footer {
color: white;
text-align: center;
font-size: 0.75em !important;
margin: 25px 0 5px 0;
}

.webmaster{
font-family: F096mksd Synaps;
color: #a48439;
font-weight: bold;
alignment-baseline: text-top;
}

.scroll {
position: relative;
bottom: -15%;
right: 1%;
height: 80px;
width: 80px;
cursor: pointer;
background: url("../img/scroll.png") no-repeat scroll center top transparent; 
transition: 0.5s;
}


.bio-visible .scroll, 
.walls-visible .scroll, 
.edition-visible .scroll, 
.studio-visible .scroll,
.shop-visible .scroll,
.contact-visible .scroll {
position: fixed;
bottom: 1%;
transition-delay: 1s;
}

.scroll:hover{
transition: 0.5s;
filter: opacity(50%);
}


/******************************************************

$INDEX11- MEDIA QUERIES : MOBILES PORTRAIT
	
******************************************************/	

@media screen and (max-width: 900px) and (orientation: portrait) {

/******************************************************

 HEADER
	
******************************************************/	

div# {
top: 34%;
width: 40%;
left: 0;
}

header.headerstandard {
display: none;
}

header.headermobile {
display: block;
position: fixed;
width: 100%;
height: auto;
margin: 0;
padding: 0;
z-index: 10000;
border: none;
transition: 0.5s;
transition-delay: 0.5s;
}

div#bandeau {
width: 100%;
background-color: black;
border-bottom: #a48439 3px solid;
float: left;
}

img.logo {
width: 75px;
float: left;
margin: 10px 12px;
}

#releaseMenu {
background: transparent url(../img/nav-icon.png) no-repeat scroll center center;
position: absolute;
right: 0px;
width: 40px;
height: 40px;
border: none;
cursor: pointer;
margin: 15px 10px 0px 10px;
border: 0;
outline: none;
}

#releaseMenu:active {
background: transparent url(../img/nav-icon2.png) no-repeat scroll center center;
}

button {
border: 0px;
outline: none;
}

.menumobile {
display: none;
height: 100%;
top: 0;
z-index: 10000;
}

.menumobile a {
display: inline-block;
text-transform: uppercase;
color: #a48439;
font-size: 1.0em;
font-weight: bold;
width: 100%;
text-align: center;	
padding: 1.3em 0;
border-bottom: 1px solid #2D241E;
transition: none;				
}

.menumobile a:hover, .menumobile a:active, .menumobile a.current  {
background-color: #a48439;
color: white;
border-bottom: 1px solid #a48439;
}

nav.menumobile {
width: 100%;
height: 100vh;
background: black;
}

a.goodies, a.share {
display: none;
}

a#share_icon {
background: #a48439;
border-right: none;
pointer-events: none;
}

a#share_mail_mobile {
border-right: none;
}

a.share_mobile {
width: 20%;
float: left;
padding: 12px 0;
border-right: 1px solid #2D241E;
}

a.share_mobile:hover, a.share_mobile:active {
border-bottom: none;
}

a.goodies_mobile img, a.share_mobile img {
width: 30px;
}

a.goodies_mobile:hover img, a.share_mobile:hover img, a.goodies_mobile:active img, a.share_mobile:active img {
filter: brightness(0) invert(1);
}

/******************************************************

 MAIN CONTENT

******************************************************/
#home {
display: none;
}

#home_mobile {
display: block;
width: 100%;
position: relative;
margin: auto;
padding: 0 0 0 0;
opacity: 0;
filter: blur(15px);
transition: 1.2s;
transition-delay: 0s !important;
}

#home_mobile.visible {
opacity: 1;
filter: blur(0px);
}

h1#slogan {
font-size: 1.6em !important;
line-height: 1.0em !important;
}

p {
font-size: 1.0em;
/*font-weight: 600;*/
}

/*
#main section{
padding: 70px 0;
margin:  auto;
}
*/
section#accueil {
display: block;
}

#enterthewebsite {
display: none !important;
}

div.content {
width: 95% !important;
margin: auto;
overflow: hidden;
}

#main section {
padding: 75px 0 75px 0 !important;
}
	
#main h1{
font-size: 1.8em !important;
margin: 0 0 15px 0;
}

#main h2 {
/*display: block;*/
font-size: 1.0em;
}

.leftbloc, .rightbloc {
width: 100%;
float: none;
margin: 0;
padding: 0;
}

/******************************************************

ABOUT

******************************************************/

img.bio {
display: none !important;
}

img.bio_mobile {
display: block !important;
position: relative;
width: 100%;
top: 0px;
transition: 0.5s;
}
/*
.bio-visible img {
top: 0px;
}
*/
h3.bio {
font-size: 1.1em !important;
margin: 20px 0;
}

p.bio {
padding: 0;
}

a.english, a.portfolio {
float: none;
display: inline-block;
width: 50%;
margin: 30px 0;
transition: 0s;
}

a.english:hover, a.portfolio:hover, 
a.english:active, a.portfolio:active {
background: #a48439;
color: white;
}

/******************************************************

WALLS

******************************************************/

img.graffs {
width: 100% !important;
margin: 0 0 10px 0;
position: relative;
top: 0px;
transition: 0.5s;
}
/*
.walls-visible img {
top: 0px;
}
*/
/******************************************************

EDITION

******************************************************/

img.edition {
width: 100%;
margin: 0 0 10px 0;
}

img.left, img.right {
position: relative;
left: 0px;
top: 0px;
transition: 0.5s;
}
/*
.edition-visible img {
top: 0px;
}
*/
#boutique {
alignment-baseline: text-middle;
font-family: Georgia;
font-weight: normal;
}

/******************************************************

STUDIO

******************************************************/
div.studio {
display: none;
}

div.studio_mobile {
display: block;
}

img.studio {
width: 100%;
margin: 0 0 10px 0 !important;
position: relative;
top: 0px;
transition: 0.5s;
}
/*
.studio-visible img {
top: 0px;
}
*/
/******************************************************

SHOP

******************************************************/

li.shop {
width: 100%;
}

li.shopleft, li.shopright {
position: relative;
left: 0px;
top: 0px;
transition: 0.5s;
}
/*
.shop-visible li {
top: 0px;
}
*/
a.shop {
transition: 0s;
}


a.shop:hover, a.shop:active {
background-color: #a48439;
color: white;
transition: 0s;
}

/******************************************************

CONTACT
	
******************************************************/	

.leftbloc {
border: none;
background-color: white !important;
position: relative;
top: 0px;
transition: 0.5s;
margin: 0;
padding: 0 !important;
}
/*
.contact-visible .leftbloc {
top: 0px;
}
*/

div#contact {
background-color: white !important;
}

#contact p {
color: black;
}

h3.trick {
margin: 0;
border: none;
}

.contactplus {
margin: 45px 0 0 0;
}

p.contactplus {
display: none;
}

a.contactplus_mobile {
display: block;
font-family: F096mksd Synapse;
color: #a48439;
font-size: 1.5em!;
font-weight: bold;
display: inline-block;
margin: 50px 0 30px 0;
padding: 20px 25px ;
background-color: black;
border-radius: 10px;
transition: 0s;
}

a.contactplus_mobile:hover, a.contactplus_mobile:active {
background-color: #a48439;
color: white;
transition: 0s;
}

.contactplus1 {
font-size: 1.0em !important;
}

.contactplus1:hover {
color: black;
}

p.contactplus2 {
font-size: 1.0em !important;
font-weight: normal;
font-weight: 200;
}

span {
display: none;
}

h3#footer span {
display: inline-block;
}

p.contactplus3 {
font-size: 0.80em !important;
font-weight: normal;
color: #a48439 !important;
margin-top: 20px;
}

p.contactplus4 {
font-size: 1.0em !important;
font-weight: bold;
margin: 100px 0 20px 0;
}

p.contactplus5 {
color: #a48439 !important;
margin: 50px 0 70px 0;
}

div.social_networks {
display: none;
}

div.social_networks_mobile {
display: block;
}

img.socialnetwork {
margin: 0 15px;
padding: 5px;
transition: 0s;
background-color: black;
border-radius: 50%;
}

img.socialnetwork:hover, img.socialnetwork:active {
background-color: #a48439;
}


section#contact {
padding-bottom: 95px !important;
}

img.contact {
display: none;
}

/*
FOOTER
/**************************************/

footer {
height: auto; 
padding: 15px 1% 15px 1%;
}

img.logos { 
width: 50%;
margin: 10px auto;
}

img.slogan_footer {
width: 285px;
margin: 0px auto 10px auto;
}

h3#footer {
font-size: 1.0em !important;
margin: 0 0 6px 0;
transition:0;
/*text-transform: uppercase;*/
font-weight: bold;
}

p.footer {
font-size: 0.55em !important;
font-weight: normal;
margin: 15px 0 0px 0;

}

.webmaster {
alignment-baseline: middle;
}

.scroll {
position: fixed;
bottom: 2% !important;
right: 20px;
float: right;
height: 10px;
width: 10px;
background: url('../img/scroll-small.png') no-repeat 50% 50% #a48439;
border-radius: 5px;
padding: 15px;
z-index: 9999;
transition: 0.5s;
} 

.scroll:hover, .scroll:active {
background: url('../img/scroll-small.png') no-repeat 50% 50% #a48439;
filter: opacity(50%);
}
}


/******************************************************

$INDEX12 - MEDIA QUERIES : TABLETTES PORTRAIT
	
******************************************************/	

@media screen and (min-width: 481px) /*and (max-width: 900px)*/ and (orientation: portrait) {



#releaseMenu {
background: transparent url('../img/nav-icon_tablets.png') no-repeat scroll center center;
float: right;
margin: 38px 30px 30px 20px;
}

#releaseMenu:active {
background: transparent url('../img/nav-icon_tablets2.png') no-repeat scroll center center;
} 

header.headermobile div.logo {
width: 100%;
}

img.logo {
width: 120px !important;
margin: 20px 20px;
}

.menumobile a {
font-size: 1.2em !important;
padding: 2.0em 0 !important;
}

#main section {
padding: 140px 0 300px 0 !important;
}

h3.bio {
font-size: 1.4em !important;
margin: 30px 0;
}

p.bio {
font-size: 1.2em !important;
}

img.graffs, img.edition, img.studio, li.shop {
margin: 0 0 20px 0 !important;
}

img.logos { 
width: 40%;
}

h3#footer {
font-size: 1.2em !important;
}

h3#footer span {
display: inline-block;
}

p.contactplus2 {
font-size: 1.2em !important;
}

p.contactplus4 {
font-size: 1.2em !important;
}

a.contactplus_mobile {
font-size: 1.2em !important;
padding: 30px 35px;
}

p.footer {
padding: 15px 0 5px 0;
}

.scroll, .scroll:hover {
background: url('../img/scroll-small_tablets.png') no-repeat 50% 50% #a48439;
position: fixed;
right: 25px;
bottom: 20px;
border-radius: 5px;
padding: 30px;
z-index: 9999;
transition: none;
}

.scroll:active {
background: url('../img/scroll-small_tablets.png') no-repeat 50% 50% #a48439;
}
}


@media screen and (max-width: 1463px) and (orientation: landscape) {

h3.works {
padding-top: 20%;
}
}

img.graffs {
width: 33%;
}

img.studio {
margin: 0 0 20px 0;
}

div.leftbloc {
padding: 0 0 50px 0;
}

p.contactplus5 {
margin: 150px 0 0 0;
}

}
}
