
/*************** Global ***************/
@font-face {
  font-family: user1;
  src:url("../fonts/Roboto-Light.ttf") 
}
@font-face {
  font-family: userReg1;
  src:url("../fonts/Roboto-Regular.ttf") 
}
@font-face {
  font-family: userReg;
  src:url("../fonts/Poiret_one.ttf") 
}


@font-face {
    font-family: MyFont;
    src:url("../fonts/MyriadWeb.ttf");
}

@font-face {
    font-family: Mont;
    src:url("../fonts/static/Montserrat-Thin.ttf");
}
@font-face {
    font-family: Mont_reg;
    src:url("../fonts/static/Montserrat-Regular.ttf");
}


/**********************************************/
{
	box-sizing: border-box;
}
html,body
{
	width: 100%;
	height: 100%;
	margin: 0;
	font-size: 13px;    
	color:white;
	background-color:rgba(40,40,40,1);
	font-family: 'Mont'; /*, ;  */
    font-weight: 100;
}
.stretchText {
        display: inline-block;
        -webkit-transform: scale(1, 1.15);
        -moz-transform: scale(1, 1.15);
        -o-transform: scale(1, 1.15);
        transform: scale(1, 1.15);
      }


h1{
    font-family: 'Mont';
	font-size: 3.8em;
    line-height: 115%;
    letter-spacing: 4px;	
    /*font-kerning: none;*/
    margin:0;
}
h2{
    font-size: 1.5em;
    line-height: 105%;
	color: #fb1;/*#e6b13b;*/
}
h3{
    font-family: 'userReg';
	font-size: 2.5em;
	margin: 0 0 0 0;
    padding: 60 0 45 45;   
    color: white; /*#ffff66;*/
}
h4{
	font-size:1.3em;
	font-weight: 100;
	margin: 0;
    font-family: 'userReg';
}
h5{
    font-size:2em;
    padding: 30 0 15 0; 
    color: black;
    margin: 0;
}
h6{
    font-family: 'Mont';
    font-size:1.1em;
    margin: 0.6em 0 0 0;
    color: #ffff66;
}
.black{
    color: black;  
}
.blackDesc{
    color: black;  
    font-family: 'Mont_reg';
}
.cream{
    color:cornsilk;
}
p{
	margin:5px;
}
a{
	cursor: pointer;
    text-decoration: none;
    color: white;
    font-family: 'userReg';
}
.hide{
    display:none;
}
.center
{
	text-align: center;
}
.relative{
	position: relative;
}
.bgcolor{
	background-color:rgba(40,40,40,1);
}
.highlightColor{
	color:#fb1;/*#e6b13b*/
}
.clear{
    clear: both;
}
.overlay{
	position: fixed;
	width:100%;
	height:100%;
	background-color: rgba(40,40,40,1);
	z-index: 9;
    display: none;
}

.wideWrapper{
	max-width: 1400px;
	margin: 0 auto;
}
.wrapper{
	width: 1000px;
	margin: 0 auto; /* maybe margin here was   margin: 0 auto;    */
}
.bulletpoints{
    padding: 5em 0px 1em 0px;
}

/*************** Parrallax images ***************/


.bgimgPh1{
    background: url("../images/site/backgnd1.jpg")fixed;
     background-size: cover;
    background-repeat: no-repeat;
   min-height: 700px;
    width: 100%;
}
.bgimgPh2{
    background: url("../images/site/bck3.jpg")fixed;
     background-size: cover;
    background-repeat: no-repeat;
   min-height: 600px;
    width: 100%;
}
.bgimgPh3{
    background: url("../images/site/backgnd3.jpg")fixed;
     background-size: cover;
    background-repeat: no-repeat;
   min-height: 700px;
    width: 100%;
}

.bgimgPh4{
    background: url("../images/site/san_sebastian.jpg")fixed;
     background-size: cover;
    background-repeat: no-repeat;
   min-height: 700px;
    width: 100%;
}
.bgimgPh5{
    background: url("../images/site/backgnd4.jpg")fixed;
     background-size: cover;
    background-repeat: no-repeat;
   min-height: 700px;
    width: 100%;
}
#testcolor{
	background-color: rgba(210,246,255,1);
}

.bgimg2 {
    padding: 0 0 60 0;
}
.bgimg3 {
	position: relative;
    z-index: 1;
   	background: url("../textures/spiration-light.png") repeat fixed;
   	/*min-height: 800px;*/
    padding: 0 0 60 0;
}
.bgimg4 {
	position: relative;
    z-index: 1;
   	/*background: url("../textures/spiration-lite003.png") repeat fixed;*/
    background: url("../textures/T3w_02.png") repeat fixed;
   	min-height: 800px;
    padding: 0 0 60 0;
}
.bgwrapper{
	/*max-width: 2800px;
	margin: 0 auto;*/
}
/*************** Logo ***************/
svg *{
	fill: none;
	stroke: currentColor;
}
#logo{
    position: fixed;
    z-index: 999;
}
#logoAnimated:hover{
    color:#ffff66;
}

#logoAnimated{
	color: white;
	position:fixed;
	display: inline-block;
	top:40%;
	left:calc(50% - 170px);
	height: 100%;
	z-index: 999;
    width: 360px; 
	height: 240px;
    background: url("../images/logo/logo_yellow_animated_edit.svg");
}

.logoResize{
	animation: logoResize 0.8s cubic-bezier(.36,.07,.19,.97) both;
	cursor: pointer;
}
@keyframes logoResize{
	100%{
		position:fixed;
    	display: inline-block;
		top:5;
		left:calc(40% - 470px); /*left:calc(40% - 470px);*/
        width: 150px; 
	    height: 100px;
		z-index: 10;    
	}
}


/* http://maxwellito.github.io/vivus/ */
/*************** Splashscreen with Logo ***************/
#introContainer{
	/*display: none;*/
	position: absolute;
    width:360px;
	height: 100px;    	        
    top:0;
    bottom: 0;
    left: 0;
    right: 0;	
    margin: auto;
	transform: translate(0px,-200px);
	z-index: 10;
}
#nomContain{
	padding-bottom:40px;
}
#logosec{
    padding-top: 3px;
    padding-bottom: 3px;    
    border-top:  0px solid #ffff66;
    border-bottom:  2px solid #ffff66;   
}
#portfolio{
    position: absolute;    
    /*margin:17px 0 0 0;*/
    text-align: left;
}
#innerBdr{
	position: relative;
    height: 340px;
	width:360px;
    /*padding-top: 50px;*/
    border-top: 0px white solid;
    border-bottom: 1px white solid;
}
#ouvrir{
	font-size:2em;
	text-align: center;
    position: absolute;
    bottom: 0;
    width:360px;
	cursor: pointer;
    margin: 0;
    padding: 20px;
    animation: bounce 2.5s infinite;
    animation-delay: 1.8s;
}

/********************** bounce animation***********************/
 @keyframes bounce {
        0%   { transform: scale(1,1) translateY(0); }
        40%   { transform: scale(1,1) translateY(0); opacity:1;}
        70%  { transform: scale(1.1,.9) translateY(5px);opacity:0.7; }
        80%  { transform: scale(.9,1.1)   translateY(-24px);opacity:1;}
        88%  { transform: scale(1.05,.95) translateY(0); }
        92%  { transform: scale(1,1) translateY(-7px); }
        98%  { transform: scale(1,1) translateY(0);}
        100% { transform: scale(1,1) translateY(0);}
    }

@-webkit-keyframes bounce {
        0%   { transform: scale(1,1) translateY(0); }
        40%   { transform: scale(1,1) translateY(0); opacity:1;}
        70%  { transform: scale(1.1,.9) translateY(5px);opacity:0.7; }
        80%  { transform: scale(.9,1.1)   translateY(-24px);opacity:1;}
        88%  { transform: scale(1.05,.95) translateY(0); }
        92%  { transform: scale(1,1) translateY(-7px); }
        98%  { transform: scale(1,1) translateY(0);}
        100% { transform: scale(1,1) translateY(0);}
}
/**************************************************************/



#innerBdr{
    cursor: pointer;
}


/*************** Nav ***************/
#nav{
	position:fixed;
	width:100%;
	text-align: right;	
	z-index: 2;
	background-color: 
}
nav{
	min-width:1000px;
}
nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
    font-size: 1.4em;
	margin:60px 20px 8px 20px;
    padding: 10px;
	text-decoration: none;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
}

nav a:hover,
nav a:focus {
	outline: none;
}

/* gold color linkEffect */
.linkEffect a {
	color: #FFF;
	text-shadow: 0 0 1px rgba(111,134,134,0.3);
}

.linkEffect a::before {
	color: #ffff66;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	/*text-shadow: 0 0 1px rgba(255,255,255,0.3);*/
    transform: scale(0.8) translateX(25px) translateY(-45px) rotate(4deg);
    transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: scale(0.8) translateX(25px) translateY(-45px) rotate(4deg);
	-moz-transform: scale(0.8) translateX(25px) translateY(-45px) rotate(4deg);	
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;	
	pointer-events: none;
}

.linkEffect a:hover::before,
.linkEffect a:focus::before {
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}

.mobileNav i{
    display: none;
}


/*************** Name Title text ***************/
#nameHeader h1{
	/*letter-spacing: 4px;*/
	/*font-size: 3em;*/
	/*padding: 1px;*/
}
#nameHeader{
	position:absolute;
	z-index: 0;
	top:50%;
	left:50%;
	width:600px;
	transform: translate(-300px,-10px);
	background: url("../textures/grey92.png")
}
#nameHeaderInner{
	text-align: center;
	padding:25px 0 30px 0;
	margin:15px;
	border:1px solid #ffff66; /* #e6b13b solid;*/
    /*outline: 1px solid #ffff66;
    outline-offset: -3px;*/
    
}

/**************** Scroll Gif ***************/
#scrollNow{
	background-image: url("../images/down-chevron.gif");
	background-size:contain;
	position:absolute;
	top:500px;
	left:50%;
	height:100px;
	width:100px;
	transform: translateX(-50px);
	cursor: pointer;
}

/*************** About Me ***************/
#aboutSection{
	position: relative;	
	background-color: rgba(40,40,40,1);
}
#aboutContainer{
	position: relative;
	background-color: rgba(40,40,40,1);
	width:1000px;
}
#aboutDesc{
	display: inline-block;
	padding: 0px 0px 40px 0px;
    font-size: 1.3em;
    /*line-height: 1.5em;*/
    text-align: justify;
    text-justify: inter-word;
}
#formation{
    margin: 0.7em 0px;
}
/***Visit virtuelle***/

#aboutVisit{
    display: inline-block;
	padding: 20px 0px 20px 0px;
    font-size: 1.3em;
    /*line-height: 1.5em;*/
    text-align: justify;
    text-justify: inter-word;
}
#visitPointContainer{
    justify-content: space-around;
    margin-bottom: 20px;
}
.visitpoints
{
    padding: 70px 10px 70px 10px;
    width: 205px; 
    text-align: center;
    font-size: 16px;
    border:1px solid #ffff66;
    border-radius: 205px;
    /*background-color: rgba(40,40,40,0.5);*/
    background-color: rgba(100,100,100,0.2);
    margin:10 10 30 10;
}
#visitSub{
    font-size:1.3em;
    padding: 10 0 40 0;
    width: 100%;
    text-align: center;
}
/************* VisitSection **************/
#portfolioSection{
    padding: 10px 0 0 0;
}

/*************** Projects ***************/
/*
.VgradTop{
	width:100%;
	height: 100px;
	background: linear-gradient(to top, rgba(255,255,255,0) 20%,rgba(40,40,40,1) 90%), center;
} */

#services{
	color:black;
	padding: 0.5em 0px 3em 0px;
    font-size: 1.5em;
    line-height: 1.5em;
    text-align: justify;
    text-justify: inter-word;
}
.gridContainer{
	display: flex;
	flex-wrap:wrap;
	/*justify-content:space-between;*/
}
.flex{
    display:flex;
}
.boxHorizontal{
	width:430px;
	height: 400px;
	margin: 35px;
}
.boxVertical{
	width:30%;
	height: 500px;
}
/*
boxVertical p{
    transform: translate(0, -100px);
}
*/
.box{
    cursor: pointer;
	margin-top:40px;
	padding: 5px;
	border: 1px solid lightgray;
	border-radius: 5px;
	background-color: rgba(255,255,255,1);
}
.box:hover{
	animation: highlightwork 0.3s cubic-bezier(.36,.07,.19,.97) both;
}
@keyframes highlightwork{
	0%{
		transform: scale(1);
         box-shadow: 11px 13px 25px -12px black;
        
	}
	100%{
		transform: scale(1.06);        
        box-shadow: 18px 23px 50px -28px black;
	}
}

fig{
	 /*overflow: hidden;*/
}
figcaption{   
	font-size:2.2em;
    font-weight: 700;
	color: black;    
    text-align: center;
	padding:25px 0px 0 0px;
}

.workImg{
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center top;
}
#work{
    padding: 0 0 50 0;
}
/******************* Map *************/
#map {
    padding: 20px 0 0 0;
}
/*************** polaroid effect ***************/
.shadow{
    box-shadow:  0px 0px 0px 0px rgba(0,0,0,0.41);
}

/* Contacts */
footer{
   padding: 0; 
}
footer a:hover{
    color:#fb1;
}
#aboutContact{
	display: inline-block;
	padding: 0px 0px 5px 0px;
    font-size: 1.3em;
    /*line-height: 1.5em;*/
    text-align: justify;
    text-justify: inter-word;
}
#mail{
    display:inline-block; 
     background-image: url("../images/logo/Contact.png");
    background-repeat: no-repeat;
    background-size: contain;
    height:30px;
    width: 210px;       
}
#mailLink{
    width: 100%;
    text-align: right;
}
#contact{
    display:inline-block;  
    background-image: url("../images/mail.png");
    background-repeat: no-repeat;
    background-size: contain;
    height:40px;
    width: 170px;
    margin-top:4px; 
}
.networks{
    float:right;
	text-align: right;
	font-size: 2.5em;
    margin: 0 30px 30px 0;
}

#contactForm{
    padding: 0 0 120 0;
}
/*************** Tooltip ***************/
/* Tooltip container */
.contactTooltip {
    position: relative;
    display: inline-block;
}
/* Tooltip text */
.contactTip .contactTiptext {
    visibility: hidden;
    width: 100px;
    text-align: right;
    font-size: 0.5em;
    font-family: 'Muli', sans-serif;
    border-radius: 6px;
    position: absolute;
    transform: translate(-63px,-19px);
    z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.contactTip:hover .contactTiptext {
    visibility: visible;
}

#MailModal{
  border: 5px solid;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
}


.shadow {
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.41);
}
.box {
    cursor: pointer;
    margin-top: 40px;
    padding: 5px;
    border: 1px solid lightgray;
    border-radius: 5px;
    background-color: rgba(255,255,255,1);
}
/***********Header color animation***********/
.animate-charcter
{
 text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,     
    #ff1361 0%,
    #ff1361 5%,
    #ffff66 30%,
    #ffff66 85%,
    #ff1361 95%      
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 6s linear infinite;
  display: inline-block;
    font-size: 50px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

/*Maps*/

#zoneDesc{    
    font-size: 1.3em;
    /*line-height: 1.5em;*/
    text-align: justify;
    text-justify: inter-word;
    min-width: 300px;
}
#zoneFlex{
    padding-top: 60px;
    justify-content: space-around;
}

#zoneContainer{
    width:300px;
    padding: 20px 40px 40px 30px;
}
#googleMap{
    width: 500px;
    height:400px;
    border-radius: 15px;
}

/****************header scroll animation ***/
.reveal{
  position: relative;
  transform: translateY(60px);
 
  opacity: 0;
  transition: 1s all ease;
    
}
.reveal.active{
    ;
  transform: translateY(0);
  opacity: 1;
}
