@font-face {
	font-family: 'impact';
	src: url('../font/impact/impact.eot'),
		 url('../font/impact/impact.woff') format('woff'),
		 url('../font/impact/impact.ttf') format('truetype'),
		 url('../font/impact/impact.svg#impact') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'RockSalt';
	src: url('../font/RockSalt/RockSalt.eot'),
		 url('../font/RockSalt/RockSalt.woff') format('woff'),
		 url('../font/RockSalt/RockSalt.ttf') format('truetype'),
		 url('../font/RockSalt/RockSalt.svg#RockSalt') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'adele';
	src: url('../font/adele/adele.eot'),
		 url('../font/adele/adele.woff') format('woff'),
		 url('../font/adele/adele.ttf') format('truetype'),
		 url('../font/adele/adele.svg#adele') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'raleway';
	src: url('../font/raleway/raleway.eot'),
		 url('../font/raleway/raleway.woff') format('woff'),
		 url('../font/raleway/raleway.ttf') format('truetype'),
		 url('../font/raleway/raleway.svg#raleway') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face{
	font-family:"Calvin";
	src:url(../font/CALVIN__.eot),
		url(../font/CALVIN__.otf),
		url(../font/CALVIN__.svg),
		url(../font/CALVIN__.ttf),
		url(../font/CALVIN__.woff);
}

@font-face {
    font-family: 'museo';
    src: url('../font/museos100/museos-100.eot');
    src: url('../font/museos100/museos-100.eot?#iefix') format('embedded-opentype'),
         url('../font/museos100/museos-100.woff') format('woff'),
         url('../font/museos100/museos-100.ttf') format('truetype'),
         url('../font/museos100/museos-100.svg#museos100') format('svg');
    font-style: normal;
    font-weight: normal;
}

html{
	font-size: 62.5%;
	height: 100%;
}

body{
}

*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
}

body.resumemainwrap {
    background: rgba(0, 0, 0, 0) url("../img/bg-black.jpg") no-repeat fixed 0 0 / cover;
        background-attachment: fixed;
}

h3{
    margin-bottom: 0;
    font-family: inherit;
    font-weight: bold;
    line-height: inherit;
}

.site-content.resumemain{
	padding-top: 0;
}

.site-content.resumemain h1.presentation-title{
	position: absolute;
	top: 40px;
	right: 0px;
	z-index: 4;
}

.resume, .site-pusher, .site-content{
	height: 100%;
}

#wrap2{
	position: relative;
	z-index: 4;
	padding-top: 10px;
	min-height: 100vh;
}

.nav-tabs {

    border-bottom: none;

}

/*#wrap2:before{
	content: "";
	height: 40px;
	left: 0;
	width: 100%;
	position: absolute;
	top: -25px;
	background: url(../img/separatoryellow.png) repeat-x;
}*/

#bgtext{
	color: rgba(255,255,255,.05);
	font-family: impact;
	text-transform: uppercase;
	position: absolute;
	top: -5rem;
	width: calc(100%);
	height: 100vh;
	overflow: hidden;
	z-index: -1;
}

#bgtext h1{
	font-size: 20rem;
	line-height: 17rem;
	text-align: left;
	position: absolute;
	left: -40px;
}

#bgtext h2{
	font-size: 8rem;
	line-height: 6.5rem;
	text-align: right;
	position: absolute;
	right: 0;
	top: 16.5rem;
}

#bgtext h3{
	font-size: 8rem;
	line-height: 6.5rem;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 1rem;
}

#wrap2{
	margin: 0 4px;
	background: rgba(37,37,37,.8);
	max-width: 880px;
	margin: auto;
}


/* ======================================================================================================== */
/* ================================================ HEADER ================================================ */
/* ======================================================================================================== */

#headerwrap{
	position: relative;
	z-index: 3;
	min-height: calc(100vh - 40px);
	color: white;
}


header#header{
	text-align: center;
	font-family: adele;
	text-transform: capitalize;
	font-variant: small-caps;
	font-size: 4rem;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 40px;
}

#headercenter{
	width: 100%;
}



/* ======================================================================================================== */
/* =============================================== SUB NAV ================================================ */
/* ======================================================================================================== */




nav#subnav
{
	margin:0 auto;
	overflow:hidden;
	height:39px;
	text-align: right;
	max-width: 880px;
}

nav#subnav li{
	list-style:none;
}

nav#subnav li a{
	list-style:none;
	width:148px;
	height:39px;
	margin:10px 3px 0 3px;
	display:inline-block;
	line-height:39px;
	vertical-align: top;
	text-align:center;
	background-image:url(../img/tab_nav_bar.png);
	box-shadow:0px -21px 4px -5px #333 inset;
	transition:ease-out 0.1s;
}

.nav-tabs .nav-link{
	border: none;
}

nav#subnav li a:hover
{
	margin-top:0;
	box-shadow:0px -7px 4px -5px #333 inset;
	transition:all 0.1s;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	background: none;
	border: none;
}

nav#subnav a
{
	color:black;
	font-family:RockSalt;
	text-decoration: none;
	font-weight: normal;
	font-size:1.4em;
}

nav#subnav .nav-tabs .nav-link.active
{
	margin-top:0;
	box-shadow: none;
	transition:all 0.1s;
}

/* ======================================================================================================== */
/* ============================================= BASIC INFOS ============================================== */
/* ======================================================================================================== */


#baseinfosmain{
	font-family: adele;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	position: relative;
	top: -500px;
	 transition: top ease 1.5s;
	 -webkit-transition: top ease 1.5s;
	 -o-transition: top ease 1.5s;
	 -webkit-transition-delay: 1.4s;
	 -o-transition-delay: 1.4s;
	 transition-delay: 1.4s;

}

#baseinfosmain.trans{
	top: 0px;
	 transition: top ease 1.5s;
	 -webkit-transition: top ease 1.5s;
	 -o-transition: top ease 1.5s;
	 -webkit-transition-delay: 1.4s;
	 -o-transition-delay: 1.4s;
	 transition-delay: 1.4s;

}

.baseinfoscontainer{
	display: inline-block;
	width: calc(100% / 4);
	text-align: center;
	min-width: 205px;

}
.baseinfoitem{
	width: 205px;
	padding: 5px 4px;
	margin: auto;
	border-top: solid 1px white;
	border-bottom: solid 1px white;

}
.baseinfoitem h4{
	font-size: 3rem;

}
.baseinfoitem p{
	font-size: 2rem;

}

/* ======================================================================================================== */
/* ================================================ ABOUT ================================================= */
/* ======================================================================================================== */
#about{
	padding-top: 40px;
}

#about p{
	font-family: raleway;
	max-width: 700px;
	text-align: center;
	font-size: 1.5rem;
	margin: auto;
}


/* ======================================================================================================== */
/* ================================================ INFOS ================================================= */
/* ======================================================================================================== */

.poste{
	font-family: RockSalt;
	max-width: 370px;
	margin: auto;
	font-size: 1.5rem;
	font-weight: lighter;
	margin-bottom: 40px;
}

.poste h2{
	line-height: 3rem;
}

.row.work-row{
	font-family: museo;
	padding: 4px;
}

.row.work-row .presentationreg{
	/*border-bottom: solid 1px black;*/
	margin-bottom: 20px;
	text-align: left;
}

.skills p{
	display: inline-block;
	font-size: 1.2rem;
	margin-right: 15px;
}

.row.work-row .presentationreg h1{
	text-align: left;
}

.row.work-row .presentationreg h3.desc{
	text-align: left;
}

.row.work-row .presentationreg h1{
    color: #ccc;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 4px;
    padding-left: 8px;
    line-height: 2rem;
    margin-bottom: 8px;
}

.row.work-row .presentationreg h1 i{
	color: #C55A11;
	margin-right: 4px;
	line-height: 2rem;
	font-size: 1.6rem;
}

.row.work-row:nth-child(2n+0) .presentationreg h1 i{
	color: #003882;
}

.row.work-row .presentationreg h3 {
    background: #C55A11;
    font-size: 1.6rem;
    color: white;
    position: relative;
    display: block;
    padding: 2px 0px;
    width: 110px;
    text-align: center;
    border-radius: 2px 18px 0 18px;
}

.row.work-row:nth-child(2n+0) .presentationreg h3 {
    background: #003882;
}

.row.work-row #violetteskills {
	color: #818181;
    background: none;
    margin: 10px 0 0 0;
    padding: 0px;
    border: none;
}

.row.work-row .presentationreg fieldset{
	border-top: solid 1px rgba(0,56,130,1);
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.row.work-row .presentationreg legend{
	padding: 0px 10px 0px 0px;
	display: inherit;
    width: inherit;
    max-width: inherit;
    margin-bottom: 0;
    font-size: inherit;
}

.range{
	font-size: 1.4rem;
	text-align: left;
}

.rangewrap{
	position: relative;
}

.rangewrap:before{
	content: '';
	background: #C55A11;
	height: 2px;
	width: calc(100% - 20px);
	left: 15px;
	bottom: 0px; 
	position: absolute;
}

.row.work-row:nth-child(2n+0) .rangewrap:before {
    background: #003882;
}

#violettedetail ul{
	width: inherit;
	display: block;
	text-align: left;
	padding-left: 40px;
}

.presentationreg li{
	color: #aaa;
}

/* ======================================================================================================== */
/* =============================================== FORMATION ============================================== */
/* ======================================================================================================== */
.formationlist{
	text-align: left;
	margin-top: 40px;
}

.formationlist li{
	list-style: none;
	font-size: 1.8rem;
	color: #aaa;
	padding-left: 8px;
}

.formationlist h2{
	font-family: RockSalt;
	text-align: center;
}

.formationlist i {
    color: #C55A11;
    line-height: 2rem;
    font-size: 1.6rem;
    margin-right: 4px;
}

.row.work-row:nth-child(2n) .formationlist li i {
    color: #003882;
}

.formationlist h2{
	background: #C55A11;
	font-size: 2rem;
	padding: 8px 12px;
	color: white;
	line-height: 2rem;
	border-radius: 2px 24px 2px 24px;
	text-shadow: 1px 1px 1px #222;
}

.row.work-row:nth-child(2n) .formationlist h2 {
    background: #003882;
}

#myTabContent {
    padding-bottom: 40px;
}

.resumemain{
	padding-bottom: 20px;
}

/* ======================================================================================================== */
/* ================================================ TECH IMG ================================================ */
/* ======================================================================================================== */
.skillimg{
	margin-top: 20px;
}

.skillimg img{
	display: inline-block;
	width: calc(100% / 10);
	max-width: 100%;
	padding: 4px
}

/* ======================================================================================================== */
/* ================================================ SKILLS ================================================ */
/* ======================================================================================================== */
.chart{
	height: 180px;
	position: relative;
	vertical-align: bottom;
	display: inline-block;
}

.bordervert{
	content: '';
	position: absolute;
	border-left: dotted 2px black;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
}

.borderhor{
	content: '';
	position: absolute;
	background: darkblue;
	display: block;
	left: 0;
	height: 4px;
	width: 100%;
	bottom: -4px;
}

.border{
	content: '';
	position: absolute;
	border-bottom: dotted 1px black;
	height: 0px;
	width: 100%;
	display: block;
}

.border25{
	top: 75%;
}

.border50{
	top: 50%
}

.border75{
	top: 25%
}

.border100{
	top: 0;
}

.percentage.firstchild{
	margin-left: 15px;
}

.percentage{
	background: wheat;
	width: 40px;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	margin-left: 5px;
}

.percentage span{
	font-family: adele;
	font-size: 1.4rem;
	margin-top: 10px;
	display: block;
}

.percentage p{
	position: absolute;
	bottom: -60px;
	font-family: adele;
	font-variant: small-caps;
	text-align: center;
	width: 100%;
}

.percentage img{
	position: absolute;
	bottom: -47px;
	max-width: 100%;
	left: 0;
}

.percent-00{
	height: 0%;
}

.percent-10{
	height: 10%;
}

.percent-15{
	height: 15%;
}

.percent-20{
	height: 20%;
}

.percent-25{
	height: 25%;
}

.percent-30{
	height: 30%;
}

.percent-35{
	height: 35%;
}

.percent-40{
	height: 40%;
}

.percent-45{
	height: 45%;
}

.percent-50{
	height: 50%;
}

.percent-55{
	height: 55%;
}

.percent-60{
	height: 60%;
}

.percent-65{
	height: 65%;
}

.percent-70{
	height: 70%;
	margin-top: 54px;
}

.percent-75{
	height: 75%;
}

.percent-80{
	height: 80%;
}

.percent-85{
	height: 85%;
}

.percent-90{
	height: 90%;
}

.percent-95{
	height: 95%;
}

.percent-100{
	height: 100%;
}








.tabs {
  position: relative;   
  min-height: 200px; /* This part sucks */
  clear: both;
  margin: 25px 0;
}
.tab {
  float: left;
}
.tab label {
  background: #eee; 
  padding: 10px; 
  border: 1px solid #ccc; 
  margin-left: -1px; 
  position: relative;
  left: 1px; 
}
.tab [type=radio] {
  display: none;   
}
.content {
  position: absolute;
  top: 28px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px;
  border: 1px solid #ccc; 
}
[type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
}
[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}

/* ======================================================================================================== */
/* ============================================= MEDIA QUERY ============================================== */
/* ======================================================================================================== */
@media (max-width: 1180px) {
	#bgtext{
		width: calc(100%);
	}

	#bgtext h1 {
	    font-size: 10rem;
	    line-height: 10rem;
	    text-align: left;
	    position: absolute;
	    left: 0px;
	}

	#bgtext h2 {
	    font-size: 4rem;
	    line-height: 4.5rem;
	    text-align: right;
	    position: absolute;
	    right: 0;
	    top: 8.4rem;
	}
}

@media (max-width: 800px) {
	header#header{
		font-size: 3rem;
		padding-bottom: 20px;
	}

	.site-content.resumemain h1.presentation-title{
		top: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 550px) {	
	.chart{
		width: 100%;
	}

	.percentage.firstchild {
	    margin-left: 0px;
	}

	.percentage{
		width: calc(100% / 10 - 6px);
	}

	.percentage p{
		display: none;
	}

	.skillimg img{
		width: calc(100% / 5);
	}
}

@media (max-width: 450px) {
	#bgtext{
		width: 100%;
	}

	#bgtext h1 {
	    font-size: 10rem;
	    line-height: 17rem;
	    text-align: left;
	    position: absolute;
	    left: -40px;
	}

	#bgtext h2 {
	    font-size: 4rem;
	    line-height: 6.5rem;
	    text-align: right;
	    position: absolute;
	    right: 0;
	    top: 11.5rem;
	}
}

@media (max-width: 400px) {	
	header#header{
		font-size: 2rem;
		padding-bottom: 20px;
	}
}

