/* Styles applicables */

/***************************
Spécifications Réutilisables
***************************/

html {
    --scroll-behavior: smooth;
    scroll-behavior: smooth;
}

/*Colors*/

.white {
	color : #FFFFFF;
}

.white-bg {
	background-color: #FFFFFF;
}

.purple {
	color : #6C0DD4;
}

.purple-bg {
	background-color : #6C0DD4;
}

.deep-blue {
	color : #1B0273;
}

.deep-blue-bg {
	background-color : #1B0273;
}

.blue {
	color : #3866F2;
}

.blue-bg {
	background-color : #3866F2;
}

.blue-light-1 {
	color : #0597F2;
}

.blue-light-1-bg {
	background-color : #0597F2;
}

.blue-light-2 {
	color : #05C7F2;
}

.blue-light-2-bg {
	background-color : #05C7F2;
}

.space-40 {
	margin-top: 40px;
}

.space-10 {
	margin-top: 10px;
}

.nav-element-word {
	font-family: "Karla", serif;
  	font-optical-sizing: auto;
  	font-weight: 600;
  	font-style: normal;
  	color: #1B0273;
}

.navbar-item a:hover {
	color: #6C0DD4;
}

.line {
	height: 1px;
	width: 160px;
	background-color: #FFFFFF;
	margin: 0 20px;
}

.line-xp {
	display: block;
	height: 1px;
	width: 90px;
	background-color: #05C7F2;
	margin: 25px 30px 0;
}

.container-white {
	-webkit-box-shadow: 0px -4px 8px 0px rgba(5,151,242,0.03), -4px 0px 8px 0px rgba(5,151,242,0.03), 4px 0px 8px 0px rgba(5,151,242,0.03), 0px 4px 8px 0px rgba(5,151,242,0.03); 
	box-shadow: 0px -4px 8px 0px rgba(5,151,242,0.03), -4px 0px 8px 0px rgba(5,151,242,0.03), 4px 0px 8px 0px rgba(5,151,242,0.03), 0px 4px 8px 0px rgba(5,151,242,0.03);
	border-radius: 10px;
	text-align: center;
	padding: 20px;
}

.container-white span {
	display: block;
	height: 1px;
	width: 80%;
	background-color: #1B0273;
	margin: 10px 10% 40px 10%;
}

.container-white h3, p {
	color: #1B0273;
}

.container-white p {
	font-weight: bold;
	padding-bottom: 20px;
}

#softwares {
	margin-top: 40px;
}

#softwares figure {
	width: 30px;
	margin: 10px 15px 10px 0;
}

#softwares p {
	font-size: 18px;
}

.software-box {
	background-color: #ffffff;
	border-radius: 50px;
	-webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.02), 0px -4px 6px 0px rgba(0,0,0,0.02), 4px 0px 6px 0px rgba(0,0,0,0.02), -4px 0px 6px 0px rgba(0,0,0,0.02); 
	box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.02), 0px -4px 6px 0px rgba(0,0,0,0.02), 4px 0px 6px 0px rgba(0,0,0,0.02), -4px 0px 6px 0px rgba(0,0,0,0.02);
	padding: 0px 20px;
	margin: 0 20px;
}

.footer-info {
	margin-top: 40px;
}

.footer-info div {
	margin: 0 20px 0 0;
}

.gauche {
	padding-right: 15%;
}

.link-white {
	color: #05C7F2;
	text-decoration: underline;
	font-size: 22px;
}

.link-white:hover {
	color: #ffffff;
	transition: 0.4s;
}

/*OVERLAY*/
.image-overlay {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  border-radius: 5px;
  transition: .5s ease;
  background: rgb(5,199,242);
	background: -moz-linear-gradient(145deg, rgba(5,199,242,1) 0%, rgba(5,151,242,1) 20%, rgba(108,13,212,1) 100%);
	background: -webkit-linear-gradient(145deg, rgba(5,199,242,1) 0%, rgba(5,151,242,1) 20%, rgba(108,13,212,1) 100%);
	background: linear-gradient(145deg, rgba(5,199,242,1) 0%, rgba(5,151,242,1) 20%, rgba(108,13,212,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#05c7f2",endColorstr="#6c0dd4",GradientType=1);;
}

.image-overlay:hover .overlay {
  opacity: 1;
}

.radius img {
	border-radius: 5px;
}

.text {
  color: white;
  position: absolute;
  text-align: center;
}

.date {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 40px;
}

.tag-home {
	color: #ffffff;
	padding: 5px 20px;
	margin: 0 10px;
	border: 1px solid #ffffff;
	border-radius: 25px;
	text-align: center;
}

/* Other Pages */
.selected {
	color: #6C0DD4 !important;
}

.moove-left {
	margin-left: 60px;
}

.tag-work-pres {
	margin: 40px 20px 20px 0px;
	padding: 5px 20px;
	border: 1px solid #3866F2;
	border-radius: 20px;
}

.tag-work-pres p {
	color: #3866F2;
	font-size: 20px;
}

.work-description {
	padding: 0 60px;
}

.work-description p {
	font-size: 18px;
	margin-top: 20px;
}

.CTA {
	margin-top: 40px;
	padding: 10px 20px;
	border: 1px solid #6C0DD4;
	border-radius: 40px;
	color: #6C0DD4;
}

.CTA:hover {
	background-color: #6C0DD4;
	color: #ffffff;
}

.lien-pres {
	color: #05C7F2 !important;
}


.lien-pres:hover {
	color: #0597F2 !important;
	transition: 0.4s;
}

/***************************
Spécifications Poctuelles
***************************/

#pimp-nav {
	margin-top: 20px;
	padding: 0px 35px;
	background-color: #FFFFFF;
	border-radius: 35px;
	box-shadow: 0px -4px 8px 0px rgba(0,0,0,0.02),-4px 0px 8px 0px rgba(0,0,0,0.02),4px 0px 8px 0px rgba(0,0,0,0.02),0px 4px 8px 0px rgba(0,0,0,0.02);
}

.nav-space {
	margin: 0 40px;
}

.nav-space-last {
	margin: 0 0 0 40px;
}

.button.is-primary {
	border: 1px solid #6C0DD4;
	border-radius: 20px;
	background-color: #FFFFFF;
	color: #6C0DD4;
	padding: 5px 18px;
	margin: 5px 0;
}

.buttons:last-child {
	margin-bottom: 0;
}

.button.is-primary:hover {
	background-color: #6C0DD4;
	color: #FFFFFF !important;
	transition: 0.4s;
}


.gradient {
	background: rgb(5,199,242);
	background: -moz-linear-gradient(131deg, rgba(5,199,242,1) 0%, rgba(5,151,242,1) 29%, rgba(108,13,212,1) 80%);
	background: -webkit-linear-gradient(131deg, rgba(5,199,242,1) 0%, rgba(5,151,242,1) 29%, rgba(108,13,212,1) 80%);
	background: linear-gradient(131deg, rgba(5,199,242,1) 0%, rgba(5,151,242,1) 29%, rgba(108,13,212,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#05c7f2",endColorstr="#6c0dd4",GradientType=1);
	height: 62%;
	width: 100vw;
	margin-top: -5.5rem;
	position: absolute;
	z-index: -1;
}

#bulb {
	width: 10%;
	margin: 8% 0 0 25%;
}

#notebook {
	width: 7%;
	margin: 0 0 0 73%;
}

#construct {
	width: 8%;
	margin: -2% 0 0 20.5%;
}

#intro {
	text-align: center;
}

.hero-body {
	padding: 40px 0 20px;
}

#lucas-hero {
	width: 53vw;
}

.navbar-end div:nth-child(2) {
	display: inline-flex;
}

#section-2 {
	margin-top: 120px;
	-webkit-box-shadow: 0px -4px 8px 0px rgba(108,13,212,0.02), -4px 0px 8px 0px rgba(108,13,212,0.02), 4px 0px 8px 0px rgba(108,13,212,0.02), 0px 4px 8px 0px rgba(108,13,212,0.02); 
	box-shadow: 0px -4px 8px 0px rgba(108,13,212,0.02), -4px 0px 8px 0px rgba(108,13,212,0.02), 4px 0px 8px 0px rgba(108,13,212,0.02), 0px 4px 8px 0px rgba(108,13,212,0.02);
	padding: 40px;
}

#section-2 p {
	margin-top: 20px;
}

#exp .column {
	padding: 0;
}

#exp-mobile {
	display: none;
}

#works {
	margin-top: 160px;
}

#works h2 {
	margin-bottom: 20px;
}

#section-4 {
	margin-top: 160px;
}

#section-4 h2 {
	margin-bottom: 20px;
}

#middle {
	background-color: #1B0273;
	z-index: 5;
}

#middle * {
	color: #ffffff;
}

#middle span {
	background-color: #ffffff;
}

#section-5 {
	margin-top: 160px;
	margin-bottom: 120px;
}

#footer {
	background-color: #1B0273;
	color: #ffffff;
	border-radius: 15px;
	padding: 40px 0;
	margin-bottom: 20px;
}

#line-footer {
	margin-top: 40px;
	height: 1px;
	background-color: #ffffff;
	width: 70%;
	text-align: center;
	opacity: 0.3;
}

/* Other Pages */
#breadcrumbs {
	margin-top: 40px;
}

#breadcrumbs li a{
	color: #0597F2;
}

#breadcrumbs li a:hover{
	color: #3866F2;
}

#breadcrumbs li.is-active p {
	color: #1B0273 !important;
	margin: 0 12px;
}

#work-pres {
	margin-top: 40px;
	margin-bottom: 160px;
}

/***************************
Slider
***************************/


/* Slideshow container */
.slideshow-container-home {
	margin-top: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px -4px 8px 0px rgba(108,13,212,0.02), -4px 0px 8px 0px rgba(108,13,212,0.02), 4px 0px 8px 0px rgba(108,13,212,0.02), 0px 4px 8px 0px rgba(108,13,212,0.02); 
	box-shadow: 0px -4px 8px 0px rgba(108,13,212,0.02), -4px 0px 8px 0px rgba(108,13,212,0.02), 4px 0px 8px 0px rgba(108,13,212,0.02), 0px 4px 8px 0px rgba(108,13,212,0.02);
	border-radius: 15px;
}

#work-pres.slideshow-container {
  background: #ffffff;
}

/* Slides */
.mySlides {
  display: none;
  padding: 20px 60px;
}

.mySlides h3 {
  margin-bottom: 20px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #3866F2;
  font-weight: bold;
  font-size: 20px;
  border-radius: 5px;
  user-select: none;
  border: 1px solid #3866F2;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #3866F2;
  color: white;
  border-radius: 5px;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #ffffff;
  border: 1px solid #3866F2;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active {
  background-color: #3866F2;
  width: 45px;
  border-radius: 8px;
}

/* Add a background color to the active dot/circle */
.dot:hover {
  background-color: #3866F2;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}

/***************************
Responsive
***************************/

/* Nav */
@media (max-width: 1023px) {

	
	#pimp-nav {
		margin-top: 0px;
		padding: 0px 35px;
		background-color: #FFFFFF;
		border-radius: 0px;
	}
	.navbar-menu {
		box-shadow: none;
	}

	.nav-space {
		margin: 0;
	}
	.nav-space-last {
		margin: 0;
	}

	#softwares {
		display: block !important;
	}

	.software-box {
		margin: 20px 20%;
		width: 60%;
		text-align: center;
	}
	
}

/* Small screen custom */
@media (max-width: 768px) {

	#section-2 {
		margin-top: 60px;
	}

	#exp {
		display: none;
	}

	#exp-mobile {
		display: block;
		text-align: center;
	}

	#exp-mobile .column {
		padding: 0;
	}

	/*SKILLS*/
	.small-screen-adjust {
		display: block !important;
	}

	.small-screen-adjust div {
		margin: 20px 10%;
		width: 80%;
		text-align: center;
	}

	/*FOOTER*/
	.footer-info {
		display: block !important;
		text-align: center;
	}
	
	.footer-info div {
		display: block !important;
		margin: 0 0 20px;
	}

	.footer-info figure {
		margin: 0 47%;
	}

	.gauche {
		padding-right: 0;
	}

}


/* Rules for Desktop HD */
@media (min-width: 1601px) and (max-width: 1920px) {

	/*INTRO*/
	#bulb {
		width: 10%;
		margin: 12% 0 0 22%;
	}

	#notebook {
		width: 7%;
		margin: 0 0 0 77%;
	}

	#construct {
		width: 8%;
		margin: -2% 0 0 16%;
	}
	.gradient {
		height: 75vh;
	}
	#lucas-hero {
		width: 62vw;
	}

}

/* Rules for Desktop widescreen */
@media (min-width: 1408px) and (max-width: 1600px) {

	/*INTRO*/
	#bulb {
		width: 11%;
		margin: 14% 0 0 20%;
	}

	#notebook {
		width: 8%;
		margin: 0 0 0 78%;
	}

	#construct {
		width: 9%;
		margin: 0% 0 0 14%;
	}
	.gradient {
		height: 75vh;
	}
	#lucas-hero {
		width: 65vw;
	}

}

/* Rules for Desktop */
@media (min-width: 1216px) and (max-width: 1408px) {

	/*INTRO*/
	#bulb {
		width: 11%;
		margin: 20% 0 0 22%;
	}

	#notebook {
		width: 8%;
		margin: 0 0 0 75%;
	}

	#construct {
		width: 9%;
		margin: -3% 0 0 16%;
	}
	.gradient {
		height: 80vh;
	}
	#lucas-hero {
		width: 60vw;
	}

}

/* Rules for Tablette wide */
@media (min-width: 1024px) and (max-width: 1216px) {

	/*INTRO*/
	#bulb {
		width: 11%;
		margin: 25% 0 0 22%;
	}

	#notebook {
		width: 8%;
		margin: 0 0 0 75%;
	}

	#construct {
		width: 9%;
		margin: -3% 0 0 16%;
	}
	.gradient {
		height: 80vh;
	}
	#lucas-hero {
		width: 60vw;
	}

}


/* Rules for Tablette */
@media (min-width: 769px) and (max-width: 1024px) {

	/*INTRO*/
	#bulb {
		width: 14%;
		margin: 35% 0 0 10%;
	}

	#notebook {
		width: 10%;
		margin: 0 0 0 87%;
	}

	#construct {
		width: 13%;
		margin: 0% 0 0 3%;
	}
	.gradient {
		height: 50vh;
	}
	#lucas-hero {
		width: 85vw;
	}

	/* Next & previous buttons */
	.prev, .next {
	  top: 35%;
	  margin-top: -30px;
	}
	#breadcrumbs {
	margin-left: 20px;
	}

	.moove-left {
		margin-left: 60px;
	}

	.tag-work-pres {
		margin: 40px 10px 20px 0px;
		padding: 5px 10px;
	}

	.tag-work-pres p {
		font-size: 14px;
	}

}

/* Rules for Mobile huge */
@media (min-width: 480px) and (max-width: 769px) {

	/*INTRO*/
	#bulb {
		display: none;
	}

	#notebook {
		display: none;
	}

	#construct {
		display: none;
	}

	.line {
		width: 50px;
	}

	.gradient {
		height: 50vh;
	}
	#lucas-hero {
		width: 85vw;
	}

	/* Next & previous buttons */
	.prev, .next {
	  top: 28%;
	  margin-top: -30px;
	}
	#breadcrumbs {
	margin-left: 20px;
	}

	.moove-left {
		margin-left: 60px;
	}

	.tag-work-pres {
		margin: 40px 10px 20px 0px;
		padding: 5px 10px;
	}

	.tag-work-pres p {
		font-size: 14px;
	}

}

/* Rules for Mobile */
@media (min-width: 180px) and (max-width: 480px) {

	/*INTRO*/
	#bulb {
		display: none;
	}

	#notebook {
		display: none;
	}

	#construct {
		display: none;
	}

	.line {
		width: 50px;
	}

	.gradient {
		height: 45vh;
	}
	#lucas-hero {
		width: 85vw;
	}

	/* Next & previous buttons */
	.prev, .next {
	  top: 20%;
	  margin-top: -30px;
	}
	#breadcrumbs {
	margin-left: 20px;
	}

	.moove-left {
		margin-left: 20px;
	}

	.tag-work-pres {
		margin: 40px 10px 20px 0px;
		padding: 5px 10px;
	}

	.tag-work-pres p {
		font-size: 14px;
	}

	body {
		overflow-x: hidden;
	}


}