@font-face {
	font-family: 'adele';
	src: url('../font/adele/adele.eot');
	src: url('../font/adele/adele.eot?#iefix') format('embedded-opentype'),
		 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: 'Lato-Lig';
	src: url('../font/Lato-Lig/Lato-Lig.eot');
	src: url('../font/Lato-Lig/Lato-Lig.eot?#iefix') format('embedded-opentype'),
		 url('../font/Lato-Lig/Lato-Lig.woff') format('woff'),
		 url('../font/Lato-Lig/Lato-Lig.ttf') format('truetype'),
		 url('../font/Lato-Lig/Lato-Lig.svg#Lato-Lig') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Lato-Bol';
	src: url('../font/Lato-Bol/Lato-Bol.eot');
	src: url('../font/Lato-Bol/Lato-Bol.eot?#iefix') format('embedded-opentype'),
		 url('../font/Lato-Bol/Lato-Bol.woff') format('woff'),
		 url('../font/Lato-Bol/Lato-Bol.ttf') format('truetype'),
		 url('../font/Lato-Bol/Lato-Bol.svg#Lato-Bol') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'avantgarde';
	src: url('../font/avant-garde-book/avant-garde-book.eot');
	src: url('../font/avant-garde-book/avant-garde-book.eot?#iefix') format('embedded-opentype'),
		 url('../font/avant-garde-book/avant-garde-book.woff') format('woff'),
		 url('../font/avant-garde-book/avant-garde-book.ttf') format('truetype'),
		 url('../font/avant-garde-book/avant-garde-book.svg#avant-garde-book') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face{
	font-family: 'museo';
	src: url('../font/museosans/100/museos100.eot');
	src: url('../font/museosans/100/museos100.eot?#iefix') format('embedded-opentype'),
		 url('../font/museosans/100/museos100.woff') format('woff'),
		 url('../font/museosans/100/museos100.ttf') format('truetype'),
		 url('../font/museosans/100/museos100.svg#avant-garde-book') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face{
	font-family: 'raleway';
	src: url('../font/raleway/raleway.eot');
	src: url('../font/raleway/raleway.eot?#iefix') format('embedded-opentype'),
		 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: 'impact';
	src: url('../font/impact/impact.eot');
	src: url('../font/impact/impact.eot?#iefix') format('embedded-opentype'),
		 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: 'roboto';
	src: url('../font/roboto/roboto.eot');
	src: url('../font/roboto/roboto.eot?#iefix') format('embedded-opentype'),
		 url('../font/roboto/roboto.woff') format('woff'),
		 url('../font/roboto/roboto.ttf') format('truetype'),
		 url('../font/roboto/roboto.svg#roboto') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'robotobold';
	src: url('../font/robotobold/robotobold.eot');
	src: url('../font/robotobold/robotobold.eot?#iefix') format('embedded-opentype'),
		 url('../font/robotobold/robotobold.woff') format('woff'),
		 url('../font/robotobold/robotobold.ttf') format('truetype'),
		 url('../font/robotobold/robotobold.svg#robotobold') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'robotoitalic';
	src: url('../font/robotoitalic/robotoitalic.eot');
	src: url('../font/robotoitalic/robotoitalic.eot?#iefix') format('embedded-opentype'),
		 url('../font/robotoitalic/robotoitalic.woff') format('woff'),
		 url('../font/robotoitalic/robotoitalic.ttf') format('truetype'),
		 url('../font/robotoitalic/robotoitalic.svg#robotoitalic') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
    font-family: 'Proxima';
    src: url('../font/proxima/ProximaNovaA-Regular.woff2') format('woff2'),
        url('../font/proxima/ProximaNovaA-Regular.woff') format('woff'),
        url('../font/proxima/ProximaNovaA-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proximal';
    src: url('../font/proxima/ProximaNovaA-Light.woff2') format('woff2'),
        url('../font/proxima/ProximaNovaA-Light.woff') format('woff'),
        url('../font/proxima/ProximaNovaA-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html{
	min-height: calc(100vh);
	font-size:62.5%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body{
	min-height: calc(100vh);
	background: whitesmoke;
/*	background: url(../img/gbg4.jpg) fixed;*/
	background-size: cover;
	background-position: center center;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

p{
	margin: 0;
}



#wrap{
  min-height: 100vh;
  background: rgba(0,0,0,.2);

}


.resumemainwrap .homelinkresp{
	display: none;
}

.resumemain{
	padding-bottom: 0;
}

#baseinfosmain{
	top: 100px;
}

/*================================================================================================================*/
/*=================================================GENERAL========================================================*/
/*================================================================================================================*/

.fancybox__backdrop{
	background: rgba(0, 0, 0, .6)!important;
}

.fancybox__content{
	padding: 4px!important;
	background: rgba(255, 255, 255, .4)!important;
}

.fancybox__slide{
	padding: 14px!important;
}

.is-compact .fancybox__footer{
	position: relative!important;
}

#bgtext{
	height: calc(100vh);
	top: -2rem;
}

body{
	--background: #edb200;
	--borderjob: #000;
	--imgbg: #d5d6d7;
/*	--imgbg: #e5ddc6;*/
	font-family: Proximal;
}

.resume, .site-pusher, .site-content {
  height: inherit;
  min-height: inherit;
}

.container-home {
	height: 100vh;
	scroll-snap-align: start;
}

#headerwrap{
	min-height: calc(100vh);;
}

.site-pusher{
	min-height: inherit;
}

.split{
	padding-top: 100px;
	height: calc(100vh);
	display: flex;
	justify-content: center;
}

.half{
	
	min-height: calc(100vh - 112px);
	padding: 6px;
	clear: both;
}

#halfleft{
	width: calc(25%);
	background: var(--background);
	margin: 10px 5px 10px 10px;
}



#name{
	font-family: adele;
	text-transform: uppercase;
}

#halfright{
	width: calc(100%);
	
	margin: 6px;
	
/*	border-left: none;*/
	display: flex;
	justify-content: center;
	position: relative;
	
}

p{
	margin: 0 0 8px 0;
}

.jay{
	position: absolute;
	top: -44px;
	letter-spacing: 3px;
	left: 6px;
	margin: auto 0;
	font-family: Lato-Lig;
	font-size: 3.4rem;
	line-height: 2rem;
	font-weight: lighter;
	text-transform: uppercase;
	color: #aaa;
}

.jay b{
	font-family: Lato-Bol;
}

.jay:before{
	content: '';
	border-top: solid 8px #aaa;
	border-left: solid 8px #aaa;
	width: 30px;
	height: 24px;
	display: block;
	position: absolute;
	left: -8px;
	top: -14px;
}

.jay:after{
	content: '';
	border-bottom: solid 8px #aaa;
	border-right: solid 8px #aaa;
	width: 30px;
	height: 24px;
	display: block;
	position: absolute;
	right: -8px;
	bottom: -14px;
}

/*.jay{

	font-family: raleway;
	font-size: 4rem;
	font-variant: small-caps;
	color: #ccc;
	justify-content: center;
	text-align: center;
	margin-top: -120px;
	padding-bottom: 80px;
}*/



#jobwrap{
	min-height: 120px;
	width: 100%;
	max-width: 700px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-flow: wrap;
	position: relative;
	top: -100%;
	flex-direction: row;
	background: rgba(255,255,255,.4);
border: solid 4px var(--background);
margin: auto;
	 transition: top ease-out 1.5s;
	 -webkit-transition: top ease-out 1.5s;
	 -o-transition: top ease-out 1.5s;
	 /*-webkit-transition-delay: 1.4s;
	 -o-transition-delay: 1.4s;
	 transition-delay: 1.4s;*/

}



#jobwrap.trans{
	top: 0px;
	 transition: top ease-out 1.5s;
	 -webkit-transition: top ease-out 1.5s;
	 -o-transition: top ease-out 1.5s;
	 /*-webkit-transition-delay: 1.4s;
	 -o-transition-delay: 1.4s;
	 transition-delay: 1.4s;*/

}

.titledesc{
	text-align-last: left;
	display: block;
	align-self: flex-start;
}





#jobwrap{
	
}



.jobitem img{
	width: 54px;
	margin: auto;
	margin-top: 10px;
	display: block;
	background: var(--imgbg);
	border-radius: 50%;
}

.job{
	padding: 1px 0 0 0;
	font-family: Proximal;
	text-align: center;
	border-top: dotted 1px var(--borderjob);
	border-bottom: dotted 1px var(--borderjob);
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.8rem;
	font-size: 1.8rem;
	color: #000;
}







/*===================================================JOBROW=========================================================*/

.jobrow{
	margin: 6px;
	min-height: 100vh;
	padding-top: 20px;
}

.snapscroll{
	scroll-snap-align: start;
	scroll-margin-top: 10px;
}

.jobtitle{
	margin-top: 10px;
	padding: 18px 4px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: rgba(0, 0, 0, .4);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .8);
	
}

.jobtitle h2{
	position: relative;
	text-transform: uppercase;
	line-height: 3rem;
	letter-spacing: 3px;
	font-family: Lato-Bol;
	font-size: 3rem;
	color: rgba(255, 255, 255, .8);
	margin: 0;

}

.jobtitle h2::before {
  content: '';
  border-top: solid 4px var(--background);
  border-left: solid 4px var(--background);
  width: 42px;
  height: 24px;
  display: block;
  position: absolute;
  left: -12px;
  top: -10px;
}

.jobtitle h2::after {
  content: '';
  border-bottom: solid 4px var(--background);
  border-right: solid 4px var(--background);
  width: 42px;
  height: 24px;
  display: block;
  position: absolute;
  right: -12px;
  bottom: -10px;
}

.jobtitle img{
	max-width: 50px;
	border-radius: 50%;
	background: var(--imgbg);
	margin-top: 8px;
}

.jobdesc{
	display: flex;
	flex-flow: wrap;
	width: 100%;
	justify-content: space-evenly;
	margin-top: 20px;
}

.jobdesc p{
	max-width: 680px;
	color: #333;
	font-size: 1.3rem;
	line-height: 1.7rem;
	font-family: Proximal;
	color: rgba(255, 255, 255, .4);
}




/*================================================================================================================*/
/*===================================================HOME=========================================================*/
/*================================================================================================================*/






/*================================================================================================================*/
/*=============================================== PORTFOLIO ======================================================*/
/*================================================================================================================*/






/*================================================================================================================*/
/*===================================================WEB==========================================================*/
/*================================================================================================================*/
.separator{
	height: 1px;
/*	background: #000;*/
border-bottom: dashed 1px #444;
	width: 100%;
	margin-bottom: 40px;
}

.item.webwrap{
	display: inherit;
	margin-top: 8px;
}

.viewmain{
	display: flex;
	justify-content: space-evenly;
	flex-flow: wrap;

	max-width: inherit;
margin: auto;
overflow: inherit;
border-top: none;
border-left: none;
}

.view {
		width: 90px;
		height: 90px;
		border-radius: 8px;
		box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
    text-align: center;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background-clip: content-box;
    margin: 12px 4px 0 0;
}
.view .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.view img {
    max-width: 100%;
    display: block;
}

.view a {
    display: block;
}

.view h2 {
    text-transform: uppercase;
    color: #000;
    text-align: center;
    position: relative;
    font-size: 1.4rem;
    padding: 4px;
    margin: 0 0 0 0;
    font-family: roboto;
    font-style: normal;
}

.view h2:after {
	content: '';
	width: 80%;
	display: block;
	height: 1px;
    background: rgba(0, 0, 0, 0.3);
    margin: auto;
    position: relative;
    top: 4px;

}

.view p {
    font-family: roboto;
    font-style: italic;
    font-size: 1rem;
    position: relative;
    color: #000;
    padding: 4px;
    text-align: center;
}

.view p:last-child {

}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000;
    font-family: Oswald;
    font-style: normal;
    font-size: 1.7rem;
}
.view a.info:hover {
    box-shadow: 0 0 5px #000;
}

.item .view-first img{
	margin: 0;
	border: none;
}

.view-first img {
    transition: all 0.2s linear;
    margin: 0;
}
.view-first .mask {
    opacity: 0;
    background: url("../projects/web/bgweb.jpg");
    transition: all 0.4s ease-in-out;
}
.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first p {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear;
}
.view-first a.info{
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.view-first:hover img {
    transform: scale(1.1);
}
.view-first:hover .mask {
    opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.view-first:hover p {
    transition-delay: 0.1s;
}
.view-first:hover a.info {
    transition-delay: 0.2s;
}



/*=========================================================================*/
/*=================================WEB DETAIL==============================*/
/*=========================================================================*/




/*=========================================================================*/
/*====================================COMM================================*/
/*=========================================================================*/


.item {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-evenly;
  max-width: 900px;
	margin: auto;
	margin-bottom: 44px!important;

	border-bottom: none;
padding: 0;
overflow: inherit;
text-align: inherit;
}

.item a {
  display: inherit;
  width: inherit;
  overflow: inherit;
}

.item img{
	border: solid 1px black;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
	max-width: 100%;
	max-height: 100px;
	margin: 12px 4px 0 0;
}

.subskill{
	margin: 10px 0;
}

.skillother{
	margin-top: 14px;
}

.skillgraph,
.skillweb{
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: center;

}

.skillgraph img{
	width: 40px;
	margin: 0 10px 12px 10px;
}

.skillweb img{
	width: 34px;
	margin: 0 24px;
	margin: 0 10px 6px 10px;
}

.comskills .bandeau{
	margin: 0 0px 4px 0px;
}



/*================================================================================================================*/
/*==================================================GLINCH========================================================*/
/*================================================================================================================*/




/*================================================================================================================*/
/*==================================================PHOTO=========================================================*/
/*================================================================================================================*/
#container2, #sliderabout {
  width: auto;
  margin: auto;
}

#sliderabout, #sliderabout img {
  display: block;
  margin: auto;
  max-height: 100vh;
  max-width: 100vw;
  vertical-align: middle;
}

#sliderabout{
	margin-bottom: 44px;
}

#sliderabout img{
	border: solid 8px black;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
}

.photodesc{
	margin: 20px 0 24px 0;
}


/*================================================================================================================*/
/*================================================REGISSEUR=======================================================*/
/*================================================================================================================*/


.skillslist{
	display: flex;
	justify-content: space-evenly;
	max-width: 1200px;
	flex-flow: wrap;
	margin: auto;
	margin-top: 24px;
	margin-bottom: 20px;


}
.skillitem{
	max-width: calc(100% / 3);
	padding: 12px 22px;
}

.skilldetail{
	text-align: center;
}

.skilldetail h6{
	font-size: 2.6rem;
	font-family: Proxima;
	font-weight: 900;
	font-style: italic;
	margin: 8px 0;
	color: rgba(255, 255, 255, .4);
}

.skilldetail img{
	width: 80px;
	background: rgba(255, 255, 255, .4);
	border-radius: 50%;
	border: solid 2px var(--background);
}

.skilldesc p{
	font-size: 1.3rem;
	line-height: 1.7rem;
	color: #333;
	text-align: left;
}



p b{
	font-weight: bolder;
	font-style: italic;
}







.dossieritem{
	margin: 14px 2px 24px 2px ;
	z-index: 1;
}

.dossier img{
  width: 80px;
	background: rgba(255, 255, 255, .4);
	border-radius: 50%;
	border: solid 2px var(--background);
}

.dossieritemlist{
	display: flex;
	flex-flow: wrap;
	justify-content: space-evenly;
	max-width: 900px;
	margin: auto;
}

.dossieritemlist{
	position: relative;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .8) inset;
	background-image: url("../img/plan.jpg");
  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, .4);
}

.dossieritemlist:before{
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
}

.dossier .dossieritem img{
	max-width: 80px;
	display: block;
	margin-bottom: 4px;
	border: solid 1px black;
	border-radius: inherit;
	box-shadow: 1px 1px 2px rgba(0,0,0,.4);
}

.jobdesc{
	flex-direction: column;
	align-items: center;
}

.subskill p b{
	color: rgba(255, 255, 255, .6);
}

.dossier .jobdesc p.firstletter:first-letter{
	/*float: left;
	font-family: impact;*/
	font-style: italic;
	font-size: 3rem;
	/*line-height: 2rem;
	margin-top: 3px;
	padding: 2px 8px 2px 2px ;*/
	margin-right: 4px;
}

.dossier .jobdesc p.firstletter b{

}

.bandeau {
	max-width: 540px;
	position: relative;
	text-transform: uppercase;
	font-size: 2rem;
	font-family: Proxima;
	font-weight: 900;
	font-style: italic;
	margin: 20px 0 12px 0;
	color: rgba(255, 255, 255, .6);
}



.bandeau:before{
	content: '';
	background: var(--background);
	height: 40%;
	top: 7px;
	width: 40px;
	position: absolute;
	left: -48px;
}

.bandeau:after{
	content: '';
	background: var(--background);
	height: 40%;
	top: 7px;
	width: 40px;
	position: absolute;
	right: -48px;
}








/*================================================================================================================*/
/*=================================================CONTACT========================================================*/
/*================================================================================================================*/

/*////////////////////////////////////////////////// FORM ////////////////////////////////////////////////////////*/
.contactsection{
	display: inherit;
}

.cvlink{
	max-width: 550px;
	margin: auto;
	display: flex;
	margin-bottom: 20px;
}

.cvlink a{
	background: var(--background);
	color: whitesmoke;
	padding: 12px 28px;
	font-size: 2rem;
	border-radius: 6px;
	text-decoration: none;
	font-family: avantgarde;
}


.contact{
	max-width: 550px;
	margin: auto;
	position: relative;
	padding-bottom: 60px;
}

.emptyerror{
	font-family: raleway;
	color: white;
	line-height: 2.6rem;
	background: rgba(139, 0, 0, .8);
	font-size: 1.4rem;
	position: absolute;
	top: -34px;
	display: block;
	width: 100%;
	box-shadow: 0px 4px 3px #777;
	border-radius: 2px;
	text-align: center;
}


#contactform input[type="text"], #contactform input[type="email"], #contactform textarea{
    color: #222;
    font-family: raleway;
    line-height: 1.7rem;
}

::placeholder{
	color: #222;
    font-style: italic;
}

#contactform textarea{
	resize: vertical;
}

#contactform .contactform-addon{
	position: absolute;
	left: 0;
	width: 40px;
	text-align: center;
	color: #F8AE45;
	padding-right: 5px;
}

#contactform .ccform-addon .fa-2x {
    font-size: 2em;
}

#contactform .contactform-addon .fa-4x{
	font-size: 3.2rem;
}

#contactform .contactform-addon .fa-3x{
	font-size: 2.8rem;
}

#contactform .contactformbtn {
    background: none repeat scroll 0 0 #f8ae45;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: right;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
}

#contactform input[type="submit"]{
	border-radius: 0;
	-webkit-appearance: none;
}

.sentmail{
	font-family: raleway;
	font-size: 1.6rem;
	color: #fff;
	position: absolute;
	z-index: 20;
	background: var(--background);
	top: 80px;
	margin: auto;
	width: 260px;
	text-align: center;
	right: 0;
	box-shadow: 4px 4px 4px rgba(0,0,0,.6);
	border-radius: 6px;
	padding: 24px 12px;
	font-weight: bolder;
	left: 0;
}


.sentmail{
    -webkit-animation: 3s ease-in 2s normal forwards 1 fadeout;
    animation: 3s ease-in 2s normal forwards 1 fadeout;
}

@keyframes fadeout{
    0% { opacity:1; }
    66% { opacity:0; }
    100% { opacity:0; }
}

@-webkit-keyframes fadeout{
    0% { opacity:1; }
    66% { opacity:0; }
    100% { opacity:0; }
}


.ccfield-prepend {
  margin-bottom: 6px;
}

.ccform-addon {
  color: #f8ae45;
  float: left;
  padding: 4px;
  width: 34px;
  background: #FFFFFF;
  text-align: center;
}


.ccformfield {
  color: #000000;
  background: #FFFFFF;
  border: none;
  padding: 5.5px;
  width: calc(100% - 34px);
  display: block;
  font-family: 'Lato',Arial,sans-serif;
  font-size: 14px;
}


.break:after{
	content: 'NO BREAK';
	background: rgba(255,255,255,.6) none repeat scroll 0 0;
    color: black;
    display: block;
    height: 30px;
    margin: auto;
    position: fixed;
    right: 6px;
    bottom: 6px;
    width: 200px;
    z-index: 10000;
    text-align: center;
    border-radius: 2px;
    font-size: 2.5rem;
    font-family: quicksand;
/*    box-shadow: 4px 4px 4px #222;*/
}







/*========================================================================*/
/*============================RESPONSIVE==================================*/
/*========================================================================*/
@media (max-width: 1900px) {
	.break:after{
		content: 'BREAK 1900';
	}
}

@media (max-width: 1180px) {
	.break:after{
		content: 'BREAK 1180';
	}

		
}

@media (max-width: 995px) {
	.break:after{
		content: 'BREAK 995';
	}
}

@media (max-width: 850px) {
	.break:after{
		content: 'BREAK 850';
	}

}


@media (max-width: 750px) {
	.break:after{
		content: 'BREAK 750';
	}

	
}

@media (max-width: 720px) {
	.break:after{
		content: 'BREAK 720';
	}

	
}

@media (max-width: 700px) {
	.break:after{
		content: 'BREAK 700';
	}

	

	
}

@media (max-width: 650px) {
	.break:after{
		content: 'BREAK 650';
	}

	#jobwrap{
		justify-content: center;
		flex-direction: column;
	}


	.jobitem img{
		width: 60px;
		margin-top: 6px;
		
	}

	.jobitem{
		margin: 20px 0;
	}

	.skillitem{
		max-width: 500px;
		margin: auto;
		padding: 6px 12px;
	}

	.skilldetail h6 {
	  font-size: 2.2rem;
	  margin: 4px 0;
	}

	.skilldetail img,
	.dossier img {
	  width: 60px;
	}
}

@media (max-width: 600px) {
	.break:after{
		content: 'BREAK 600';
	}

	

	
}

@media (max-width: 550px) {
	.break:after{
		content: 'BREAK 550';
	}


}

@media (max-width: 490px) {
	.break:after{
		content: 'BREAK 490';
	}

	
}

@media (max-width: 460px) {
	.break:after{
		content: 'BREAK 460';
	}

	
}

@media (max-width: 450px) {
	.break:after{
		content: 'BREAK 450';
	}
	
}

@media (max-width: 390px) {
	.break:after{
		content: 'BREAK 390';
	}

	
}

@media (max-width: 360px) {
	.break:after{
		content: 'BREAK 360';
	}
}