/* ======================== */
/*         General          */
/* ======================== */

*{
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	background-color: #181d22;
}

h1,
h2,
h3,
h4,
h5 {
	font: 'Bahnschrift';
	color : #d4d8db;
	font-family: "Bahnschrift", Arial, Sans-serif;
}


p {
	font: 'Helvetica';
	font-size: 1.2em;
	color : #d4d8db;
	font-family: 'Helvetica', "Bahnschrift", Arial, Sans-serif;
}

nav {
	font-size: 1em;
	font-family: 'Bahnschrift', Arial;
	text-transform: uppercase;
	line-height: 3vw;
	font-weight: 600;
}

html{	
	scroll-behavior: smooth;
}

.has-text-white {
	color: #d4d8db !important;
}
.has-text-pure-white {
	color: #FFF !important;
}
.has-text-orange {
	color: #e36a59  !important;
}
.has-text-yellow {
	color: #e93a21   !important;
}
.has-text-grey {
	color: #4d4d4d !important;
}

.has-text-italic{
	font-style: italic !important;
}
.has-text-bold {
	font-weight: 600 !important;
}
.flip-picture {
	-moz-transform: scaleX(-1) !important;
	-o-transform: scaleX(-1) !important;
	-webkit-transform: scaleX(-1) !important; 
	transform: scaleX(-1)!important;
}

/* ======================== */
/*         Header           */
/* ======================== */


/* Background header homepages */
/*        ---------------      */
/* Modified in w650 and w1000 */
.home-header{
	background-image: url("Images/barthaud_main_background_650.webp") !important;
	loading: eager;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	min-height: 70vw;
	width: 100%;
	
	margin: 0 auto;
	padding: 0;
	border: 0;
	top: 0;
	left: 0;
	
	z-index: -10;
	
	cursor: default;
}

.header-name{
	position: absolute;
	left: 0;
	top: 0;
	margin: 6vw 5vw 0 4vw;
	font-size: 2vw;
	letter-spacing: 0.5px;
    font-weight: normal;
	
	cursor: default;
}

.header-pages{
	display: none;
	z-index: 1;
}

.menu {
	list-style: none;
	margin-right: 10vw;
	margin-top: 3.5vw;
}


.menu li {
	display: inline-block;
	z-index: 10;
}


.menu li:first-child {
	margin-left: 0;
}


.menu li h1 {
	font-weight: 400;
	font-size: 1.5vw;
	padding: 0 30px;
	display: block;
	color: 	#fff;
	letter-spacing: 0.5px;
}


.menu li:hover > h1 {
	background-color: rgba(0, 0, 0, 0.05);
	cursor: pointer;
}





/* ~~~~~~~~~~~~ GLOBAL SETTINGS ~~~~~~~~~~~~ */


.container-head-button {	
	--def: #e36a59 ; 	
	--inv: #FFF;
	min-width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.container-head-button a {	
	text-decoration: none;
}

.button {		
	position: relative;	
	padding: 0.5vw 0.75vw 0.5vw 0.75vw;
	color: var(--inv);
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);	
	cursor: pointer;
	user-select: none;
}


.button:before, .button:after {
	content: '';
	position: absolute;	
	transition: inherit;
	z-index: -1;
}

.button:hover,
.button:hover h1 {
	color: var(--def);
	transition-delay: .5s;
}

.button:hover:before {
	transition-delay: 0s;
}

.button:hover:after {
	transition-delay: .35s;
}

/* From Left */

.anim-from-left:before, 
.anim-from-left:after {
	top: 0;
	width: 0;
	height: 100%;
}

.anim-from-left:before {
	right: 0;
	border: 1px solid var(--inv);
	border-left: 0;
	border-right: 0;
	box-sizing: border-box;
}

.anim-from-left:after {
	left: 0;
}

.anim-from-left:hover:before,
.anim-from-left:hover:after {
	width: 100%;
}


.header-pages-mobile{
	display: block;
	position: absolute;
	right: 0;
}

.header-pages-mobile img{
	width: 6vw;
	margin-top: 6vw;
	margin-right: 5vw;
	
}


.home-header-social-media{
	float: left;
	left: 0;
	margin-top: 13.5vw;
	margin-left: 10vw;
}

.home-header-social-media-img{
	display: flex; 
	flex-direction: column;
	width: 6vw;
	padding: 1vw;
	
}

.home-header-social-media-img :nth-child(1) { order: 1; }
.home-header-social-media-img :nth-child(2) { order: 2; }
.home-header-social-media-img :nth-child(3) { order: 3; }
.home-header-social-media-img :nth-child(4) { order: 4; }
.home-header-social-media-img :nth-child(5) { order: 5; }


.home-header-social-media-line{	
	display: none;
}
.home-header-social-media-line-under{
	display: none;
}

.home-header-name{
	list-style: none;
	float: left;
	width : 100%;
	margin-top: 5vw;
	margin-bottom: 20vw;
	
	display: block;
}
.home-header-name h1 {	
	font-weight: 300;
	font-size: 6vw;
	letter-spacing: 0.4px;
	margin-left: 6vw;
}
.home-header-name h2 {	
	font-weight: 300;
	font-size: 4vw;
	letter-spacing: 0.4px;
	margin-left: 6vw;
}
.home-header-name h3 {	
	font-weight: 300;
	font-size: 3.5vw;
	margin-top: 5px;
	letter-spacing: 0.4px;
	margin-left: 6vw;
}

.home-header-name-arrow {
	width: 3vw;
	position: absolute;
	left: 50%;
}

/* ======================== */
/*          ABOUT           */
/* ======================== */



.wrapper {
	position: relative;
	width: 300px;
	margin: 0 auto;
	margin-bottom: 1vw;
}

.wrapper-header{
	min-height: 50px;
	width: 100%;
	margin-bottom: 2vw;
	display: flex;
	justify-content: center;
	align-items: center;
	
	cursor: default;
}
.wrapper-header img {
	position: absolute;
	width: 110%;
	z-index: -10;
}

.wrapper-header-title-container {	
	position: absolute;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.wrapper-header-title-container h1, 
.wrapper-header-title-container h2{
	background-color: #181d22;
	padding-left: 1.5vw;
	padding-right: 1.5vw;
}
.wrapper-header-title {
	flex-direction: row;
	margin: 0 auto;
	justify-content: center;
}
.wrapper-header-title h1 {
	font-size: 1.75em;
	color: #FFF;
}
.wrapper-header-title h2 {
	font-size: 1.25em;
}





.categorie-banner{
	position: relative;
	min-height: 45vw;
	
	margin-top: 2vw;
	margin-bottom: 5vw;
	
	cursor: default;
}

.categorie-banner h1 {
	position: absolute;
	width: 100%;
	margin: 0 auto;	
	margin-top: 16vw;
	font-weight: 400;
	font-size: 8vw;
	color : #FFF;
}
.categorie-banner p {	
	position: absolute;
	width: 100%;
	font-size: 1.4vw;
	margin: 0 auto;	
	margin-top: 25vw;
	line-height: 1.3vw;
	color : #FFF;
}

.themes-headers-pictures {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0 auto;
	
	z-index: -10;
}


.home-description{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 50px;
}

.home-description-img{
	width: 50%;
	display: flex;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 50px;
}

.home-description-img img{
	width: 100%;
}
.home-description-text-area{
	width: 100%;
}

.home-description-title{
	font-size: 1.5em;
	padding-left: 5vw;
	color: #FFF;
}
.home-description-p {
	margin-bottom: 25px;
}



.skills {
	height: auto;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

.skills-height p {
	font-size: 1em;
}

.skills-titles {
	font-size: 1.25em;
	padding-left: 1vw;
	padding-top: 5vw;
	margin-bottom: 15px;
}

.skills-titles:first-child {
	padding-top: 0vw;
}

.skills:last-child {
	margin-bottom: 7vw;
}

.languages-height {
	min-height: 150px;
	height: 12vw;
	margin-bottom: 5vw;
}
.languages-height p {
	font-size: 2.4vw;
}

.column-central {
}

.column-left {
	height: 100%;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

.column-right {
	height: 100%;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}


.type-of-skill-text {
	width: 100%;
	min-height: 25px;
	height: 1.5vw;
	margin-top: 1vw;
}




.meter { 
	height: 15px;
	position: relative;
	background: #d4d8db;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 0px;
	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}

.meter > span {
    display: block;
    height: 100%;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background-color: #e44b35;
    background-image: linear-gradient(
        center bottom,
		e58804,
		ffa900,
  );
    box-shadow: 
      inset 0 2px 9px  rgba(255,255,255,0.2),
      inset 0 -2px 6px rgba(0,0,0,0.5);
    position: absolute;
    overflow: hidden;
}


.meter-red > span {
  background-color: #f0a3a3;
  background-image: linear-gradient(to bottom, #f0a3a3, #f42323);
}

.meter > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    -45deg, 
    rgba(255, 255, 255, .2) 25%, 
    transparent 25%, 
    transparent 50%, 
    rgba(255, 255, 255, .2) 50%, 
    rgba(255, 255, 255, .2) 75%, 
    transparent 75%, 
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
  overflow: hidden;
}

.animate > span:after {
  display: none;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

.meter > span:after, .animate > span > span {
  animation: move 2s linear infinite;
}


.experiences-height{
	min-height: 600px;
	margin-bottom: 5vw;
	margin-top: 5vw;
}

.experience-container{
	display: flex;
	align-items: center;
	margin-bottom: 10vw;
}

.experience-container h2{
	font-size: 1.25em;
	font-weight: 500;
	margin-bottom: 0.6vw;
}
.experience-container h3{		
	font-size: 1.5em;
	margin-bottom: 0.2vw;
	text-transform : uppercase; 
}
.experience-container p{		
	font-size: 1em;
	margin-bottom: 1.25vw;
}

.experiences-icon{
	min-width: 40px;
	max-width: 25%;
	margin-left: 3%;
	float: left;
}


.formations-height{
	min-height: 350px;
	height: 20vw;
	margin-bottom: 25vw;
}

.formations-container{
	min-height: 140px;
	
	display: flex;
	align-items: center;
	
	margin-bottom: 2vw;
}

.formations-container h2{
	font-size: 1.5em;
	font-weight: 500;
	margin-bottom: 0.6vw;
}
.formations-container h3{		
	font-size: 1.2em;
	margin-bottom: 0.2vw;
	text-transform : uppercase; 
}
.formations-container p{		
	font-size: 1em;
	font-style: italic;
	margin-bottom: 1.25vw;
}

.formations-icon{
	min-width: 20px;
	max-width: 10%;
	margin-left: 3%;
	float: left;
}












/* ======================== */
/*         PROJECTS         */
/* ======================== */


.professional-projects-container{
	min-height: 200px;
	margin-bottom: 10vw;
}

.personnal-projects-container{
	min-height: 200px;
	margin-bottom: 5vw;
}

.projects-banner{
	min-height: 90px;	
	
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  
	align-items: center;	
	margin-bottom: 1.5vw;
}
.projects-banner img {
	width: 100%;
	
	cursor: pointer;
}
































@media only screen and (max-width: 650px) {
	.home-description-p {
		font-size: 1em;
	}
}

@media only screen and (min-width: 650px) {
	.home-header{
		background-image: url("Images/barthaud_main_background_1000.webp") !important;
	}
	.home-header{	
		min-height: 55vw;
		width: 100%;
	}

	.header-name{
		position: absolute;
		left: 0;
		top: 0;
		margin: 3.5vw 3.5vw 0 4vw;
		font-size: 1vw;
		color: 	#FFF;
		letter-spacing: 0.5px;
		font-weight: normal;
		
		cursor: default;
	}

	.header-pages{
		display: block;
		position: absolute;
		right: 0;
	}

	.header-pages-mobile{
		display: none;
	}
	.menu {
		list-style: none;
		margin-right: 10vw;
		margin-top: 3.5vw;
	}


	.menu li {
		display: inline-block;
		z-index: 10;
	}


	.menu li:first-child {
		margin-left: 0;
	}


	.menu li h1 {
		font-weight: 400;
		font-size: 1.5vw;
		padding: 0 30px;
		display: block;
		letter-spacing: 0.5px;
	}


	.menu li:hover > h1 {
		background-color: rgba(0, 0, 0, 0.05);
		cursor: pointer;
	}




	.home-header-social-media{
		float: left;
		left: 0;
		margin-top: 6.5vw;
		margin-left: 7vw;
	}

	.home-header-social-media-img{
		display: flex; 
		flex-direction: column;
		width: 3vw;
		padding: 0.5vw;
		
	}

	.home-header-social-media-img :nth-child(1) { order: 1; }
	.home-header-social-media-img :nth-child(2) { order: 2; }
	.home-header-social-media-img :nth-child(3) { order: 3; }
	.home-header-social-media-img :nth-child(4) { order: 4; }
	.home-header-social-media-img :nth-child(5) { order: 5; }


	.home-header-social-media-line{		
		display: block; 
		margin-left: 1.9vw;
		height: 7vw;
	}
	.home-header-social-media-line-under{
		display: block; 
		margin-left: 8.8vw;
		height: 12vw;
	}
	
	.home-header-name{
		list-style: none;
		float: left;
		width : 100%;
		margin-top: 0px;
		margin-top: 0px;
		
		display: block;
		color: 	#FFF;
	}
	
	.home-header-name h1 {	
		font-size: 3vw;
		letter-spacing: 0.4px;
		margin-left: 6vw;
	}
	.home-header-name h2 {	
		font-size: 1.9vw;
		letter-spacing: 0.4px;
		margin-left: 6vw;
		color: #FCD757;
	}
	.home-header-name h3 {	
		font-size: 1.7vw;
		letter-spacing: 0.4px;
		margin-left: 6vw;
	}
	.categorie-banner h1 {
		font-size: 5vw;
	}
	.wrapper {
		width: 625px;
	}
	
	.wrapper-header img {
		width: 100%;
	}
	.wrapper-header-title h1 {
		font-size: 3em;
	}
	.wrapper-header-title h2 {
		font-size: 1.5em;
	}
	.home-description{ 
		width: 80%;
	}
	
	.home-description-title{
		font-size: 1.75em;
		padding-left: 5vw;
	}
	
	.column-central {
		width: 90%;
		margin: 0 auto;
	}
	.languages-height p {
		font-size: 2vw;
	}
	
	.experiences-height{
		min-height: 750px;
	}

	.experience-container{
		min-height: 250px;
		
		display: flex;
		align-items: center;
		
		margin-bottom: 2vw;
	}

	.experience-container h2{
		font-size: 3vw;
	}
	.experience-container h3{		
		font-size: 2.25vw;
	}
	.formations-height{
		min-height: 450px;
		margin-bottom: 10vw;
	}

	.formations-container{
		min-height: 200px;
	}
	
	.professional-projects-container{
		min-height: 350px;
		margin-bottom: 10vw;
	}

	.personnal-projects-container{
		min-height: 350px;
	}

	.projects-banner{
		min-height: 150px;
		margin-bottom: 3vw;
	}
}

@media only screen and (min-width: 1000px) {
	.home-header{
		background-image: url("Images/barthaud_main_background_1350.webp") !important;
	}
	
	.home-header{	
		min-height: 55vw;
	}

	.header-name{
		position: absolute;
		left: 0;
		top: 0;
		margin: 3.5vw 3.5vw 0 4vw;
		font-size: 1vw;
		color: 	#FFF;
		letter-spacing: 0.5px;
		font-weight: normal;
		
		cursor: default;
	}

	.header-pages{
		position: absolute;
		display: block; 
		right: 0;
	}

	.header-pages-mobile{
		display: none;
	}
	.menu {
		list-style: none;
		margin-right: 10vw;
		margin-top: 3.5vw;
	}


	.menu li {
		display: inline-block;
		z-index: 10;
	}


	.menu li:first-child {
		margin-left: 0;
	}


	.menu li h1 {
		font-weight: 400;
		font-size: 1.5vw;
		padding: 0 30px;
		display: block;
		letter-spacing: 0.5px;
	}


	.menu li:hover > h1 {
		background-color: rgba(0, 0, 0, 0.05);
		cursor: pointer;
	}

	



	.home-header-social-media{
		float: left;
		left: 0;
		margin-top: 6.5vw;
		margin-left: 7vw;
	}

	.home-header-social-media-img{
		display: flex; 
		flex-direction: column;
		width: 3vw;
		padding: 0.5vw;
		
	}

	.home-header-social-media-img :nth-child(1) { order: 1; }
	.home-header-social-media-img :nth-child(2) { order: 2; }
	.home-header-social-media-img :nth-child(3) { order: 3; }
	.home-header-social-media-img :nth-child(4) { order: 4; }
	.home-header-social-media-img :nth-child(5) { order: 5; }


	.home-header-social-media-line{		
		display: block; 
		margin-left: 1.9vw;
		height: 7vw;
	}
	.home-header-social-media-line-under{
		display: block; 
		margin-left: 8.8vw;
		height: 12vw;
	}

	.home-header-name{
		list-style: none;
		float: left;
		width : 100%;
		margin-top: 0px;
		margin-top: 0px;
		
		display: block;
		color: 	#FFF;
	}
	.home-header-name h1 {	
		font-size: 3vw;
		letter-spacing: 0.4px;
		margin-left: 6vw;
	}
	.home-header-name h2 {	
		font-size: 1.9vw;
		letter-spacing: 0.4px;
		margin-left: 6vw;
		color: #FCD757;
	}
	.home-header-name h3 {	
		font-size: 1.7vw;
		letter-spacing: 0.4px;
		margin-left: 6vw;
	}
	
	.wrapper {
		width: 950px;
	}
	
	.home-description{
		margin-bottom: 5vw;
		display: flex;
	}

	.home-description-img{
		width: 30%;
		display: flex;
		align-items: center;
		margin: 0;
	}

	.home-description-text-area{
		width: 70%;
		padding-left: 5%;
	}
	.skills-height p {
		font-size: 1.2em;
	}
	.skills-titles {
		font-size: 1.5em;
		padding-top: 3vw;
	}
	.column-central {
		width: 80%;
	}
	.languages-height p {
		font-size: 1.5vw;
	}
	
	.experiences-height{
		min-height: 650px;
	}

	.experience-container h2{
		font-size: 2vw;
	}
	.experience-container h3{		
		font-size: 1.35vw;
	}
	.experience-container p{		
		font-size: 1.2em;
	}

	.experiences-icon{
		max-width: 20%;
	}

	.formations-container h2{
		font-size: 2em;
	}
	.formations-container h3{		
		font-size: 1.5em;
	}
	.formations-container p{		
		font-size: 1.2em;
	}
	
	
	.professional-projects-container{
		min-height: 460px;
		margin-bottom: 10vw;
	}

	.personnal-projects-container{
		min-height: 460px;
	}

	.projects-banner{
		min-height: 200px;	
		margin-bottom: 5vw;
	}
}

@media only screen and (min-width: 1350px) {
	.home-header{
		background-image: url("Images/barthaud_main_background_1920.webp") !important;
	}
	
	.wrapper {
		width: 1300px;
	}
	
	.wrapper-header-title h2 {
		font-size: 2em;
	}
	
	.skills {
		flex-wrap: nowrap;
	}
	.skills-height p {
		font-size: 1vw;
	}
	.skills-titles {
		font-size: 1.75em;
	}
	.languages-height p {
		font-size: 1vw;
	}

	.languages-height {
		min-height: 150px;
		height: 12vw;
		margin-bottom: 5vw;
	}

	.column-left {
		float: left;
		width: 43%;
		margin-right: 0%;
		margin-left: 5.5%;
	}
	
	.column-right {
		float: right;
		width: 43%;
		margin-left: 0%;
		margin-right: 5.5%;
	}
	
	.experiences-icon{
		max-width: 15%;
	}
}

@media only screen and (min-width: 1920px) {
	.home-header{
		background-image: url("Images/barthaud_main_background_2000.webp") !important;
	}
	.home-description-p {
		font-size: 1.35em;
	}
	.home-description-title{
		font-size: 2.25em;
		padding-left: 5vw;
		color: #FFF;
	}

	.wrapper-header-title h1 {
		font-size: 4em;
	}
}