@import url("https://fonts.googleapis.com/css?family=Lato|Poppins|Tangerine");


.has-vertically-aligned-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

* {
  box-sizing: border-box;
}

html {
  font-family: 'Poppins', Lato, Tahoma, 'Tangerine', sans-serif;
  width: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
}


.animated-border-box, .animated-border-box-glow{
  /*min-height: 200px;
  min-width: 250px;
  height: 100%;
  width: 100%;
  position: absolute;*/
  overflow: hidden; 
  z-index: 0;
  /* Border Radius */
  border-radius: 10px;
}

.animated-border-box-glow{
  overflow: hidden;
  /* Glow Blur */
  filter: blur(20px);
}

.animated-border-box:before, .animated-border-box-glow:before {
  content: '';
  z-index: -2;
  text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
	width: 99999px;
	height: 99999px;
	background-repeat: no-repeat;
	background-position: 0 0;
  /*border color, change middle color*/
	background-image: conic-gradient(rgba(0,0,0,0), rgba(66, 33, 106,  1), rgba(0,0,0,0) 25%);
  /* change speed here */
	animation: rotate 4s linear infinite;
}

.animated-border-box:after {
	content: '';
	position: absolute;
	z-index: -1;
  /* border width */
	left: 5px;
	top: 5px;
  /* double the px from the border width left */
	width: calc(100% - 10px);
	height: calc(100% - 10px);
  /*bg color*/
	background: #1d192e;
  /*box border radius*/
	border-radius: 7px;
}



@keyframes rotate {
	100% {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}

.card {
  background: #191c29;
  width: var(--card-width);
  height: var(--card-height);
  padding: 3px;
  position: relative;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  font-size: 1.5em;
  color: rgb(88 199 250 / 0%);
  cursor: pointer;
  font-family: cursive;
}

.card::before {
  content: "";
  width: 104%;
  height: 102%;
  border-radius: 8px;
  background-image: linear-gradient(
    var(--rotate)
    , #5ddcff, #3c67e3 43%, #4e00c2);
    position: absolute;
    z-index: -1;
    top: -1%;
    left: -2%;
    animation: spin 2.5s linear infinite;
}

.card::after {
  position: absolute;
  content: "";
  top: calc(var(--card-height) / 6);
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transform: scale(0.8);
  filter: blur(calc(var(--card-height) / 6));
  background-image: linear-gradient(
    var(--rotate)
    , #5ddcff, #3c67e3 43%, #4e00c2);
    opacity: 1;
  transition: opacity .5s;
  animation: spin 2.5s linear infinite;
}

.hero {
  /*background:   left 5% top 5%  no-repeat url(../img/transparent_logo_white.png),
  linear-gradient(#57346e, rgb(0 0 0 / 70%)),
  center / contain no-repeat url(https://source.unsplash.com/featured/800x450/?abstract);
  background-attachment: fixed, fixed, fixed;
  background-size: 50px, cover, cover;
  */
  background:   left 3% top 10px  no-repeat url(../img/transparent_logo_white.png),
  linear-gradient(#2B2443, rgb(0 0 0 / 70%));
  background-color: #43485c;
  background-color: #2B2443; 
  background-size: 50px, cover, cover;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  font-family: 'Poppins', sans-serif;
    /* Create the parallax scrolling effect */
  background-attachment: fixed;

}

.hero .title {
    font-family: 'Tangerine';
    font-weight: 100;
    transform: rotate(-15deg);
    font-size: 12rem;
    color: whitesmoke;
	text-shadow: 3px 4px 5px #9568ad96;
    text-indent: -230px;
    line-height: 0.9;
}

.box {
    background-color:#0d0b14;
	background-color: rgba(0,0,0,.33);
    color: #fff;
    opacity: .7;
}


.box::before {
	/*content: "Regardez cette boite orange.";
	background-image:linear-gradient(90deg,#ffbe0b 0,#ff0075 31.19%,#0076ff 68.63%,#3bdcff);
	padding:.125rem;
	animation: rotate-gradient linear 1s infinite;*/
}

.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 100px; height: 100px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#B6BAC9 0%, #808080 100%);
  background: linear-gradient(#351d55 0%, #372a49 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #808080;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #808080;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #808080;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #808080;
}
.downArrow{
	position: fixed;
	bottom: 45%;
	left: 50%;
}

.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


@keyframes rotate-gradient {
  to { transform: rotate(360deg) }
}

.hero iframe {
  background:   left 3% top 3%  no-repeat url(../img/transparent_logo_white.png),
  linear-gradient(#57346e, rgb(0 0 0 / 70%));
  background-color: #43485c;
  background-size: 50px, cover, cover;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
  filter: blur(3px) sepia(90%);
}

@media (min-aspect-ratio: 16/9) {
  .hero iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
    
@media (max-aspect-ratio: 16/9) {
  .hero iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}

.hero .subtitle {
  padding: 5px;
  font-size: 2.5rem;
  color: whitesmoke;
  text-transform: uppercase;
}

.hero .profession {
  padding-top: 50px;
  font-size: 1.7rem;
  text-transform: uppercase;
}

.hero .hero-foot {
  height: 50px;
  --background: white;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.082);
}

@media (max-width: 599px) {
  .hero .hero-foot {
    display: none;
  }
}

.hero .hero-foot .hero-foot--wrapper {
  margin: 7px auto;
  height: 50px;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop {
  line-height: 38px;
  font-weight: 600;
  text-transform: lowercase;
  letter-spacing: 1px;
  font-size: 1rem;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li.is-active a {
  border-bottom: 2px solid #43485c;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a {
  color: #43485c;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a:hover {
  color: #43485c;
  transition: all .2s ease-in-out;
  border-bottom: 2px solid #43485c;
}



.tabs a {
	border-bottom-style: none;	
}

.menu-list a.is-active {
  background-color: rgba(66, 33, 106, 0.65);
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
    color: #fff;

}

.main-content {
  //color: #3c4172;
  //color: var(--bulma-info-70-invert);
  font-family: 'Poppins', sans-serif;
}

.main-content .section-dark {
  background-color: #f0f3f5;
  background-color: var(--has-background-grey);
  padding: 120px 0px;
}

.main-content .section-dark.resume {
  height: 400px;
  padding-top: 100px;
}

@media (max-width: 599px) {
  .main-content .section-dark.resume {
    padding-top: 75px;
  }
}

.main-content .section-dark.resume .title {
  padding: 20px;
}

.main-content .section-dark.resume button {
  border: 2px solid #43485c;
  background: white;
  color: #43485c;
  height: 50px;
  width: 250px;
  font-size: 1rem;
  text-transform: uppercase;
}

.main-content .section-dark.resume .fa-download {
  color: #43485c;
}

.main-content .section-dark.my-work {
  padding: 120px;
}

@media (max-width: 599px) {
  .main-content .section-dark.my-work {
    padding: 75px 20px;
  }
}

.main-content .section-dark.my-work .work-item {
  margin-bottom: 1rem;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

.main-content .section-dark.my-work .work-item:hover {
  -webkit-transform: scale(1.055) translateY(-2px);
  transform: scale(1.055) translateY(-2px);
  -webkit-box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
  box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
}

.main-content .section-light {
  padding: 20px;
}

.main-content .section-light.about-me {
  padding: 120px 20px;
  background-color: var(--bulma-text-strong-l);
}

.main-content .section-light.about-me .is-larger {
  font-size: 1.2rem;
}

@media (max-width: 599px) {
  .main-content .section-light.about-me .about-links {
    text-align: center;
  }
}

.main-content .section-light.about-me .right-image img {
  border-radius: 11px;
  margin: 20px;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

@media (max-width: 599px) {
  .main-content .section-light.about-me .right-image img {
    margin: auto;
  }
}

.main-content .section-light.skills {
  padding: 100px;
}

@media (max-width: 599px) {
  .main-content .section-light.skills {
    padding: 50px 20px 40px 20px;
    padding-bottom: 20px;
  }
}

.main-content .section-light.skills h1 {
  padding: 10px;
}

.main-content .section-light.contact {
  padding: 200px;
  padding: 50px 20px 40px 20px;
}

.main-content .section-light.contact .work-item  {
  margin-bottom: 1rem;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
  padding: 50px;
}

@media (max-width: 599px) {
	.main-content .section-light.contact {
	  padding: 30px;
	}
	.main-content .section-light.contact .work-item  {
	  padding: 30px;
	}
		
}

.main-content .section-light.contact .work-item:hover {
  -webkit-transform: scale(1.055) translateY(-2px);
  transform: scale(1.055) translateY(-2px);
  -webkit-box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
  box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
}


.main-content .section-light.contact button {
  width: 100%;
  background-color: #43485c;
  color: white;
  height: 50px;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 599px) {
  .main-content .section-light.contact {
    padding: 60px 20px;
  }
}

.main-content .section-color.services {
  padding: 100px 20px;
  //background-color: #43485c;
  //color: white;
}

.main-content .section-color.services .title,
.main-content .section-color.services .subtitle {
  //color: white;
}

.main-content .section-color.services i {
  font-size: 3rem;
  padding: 20px;
}

.main-content .section-title {
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 2px;
  padding-bottom: 30px;
}

.foot {
  bottom: 0;
  width: 100vw;
  padding: 0;
  height: 80px;
  line-height: 25px;
  text-align: center;
  background-color: #43485c;
  color: whitesmoke;
  padding-top: 2rem;
}

.foot a {
  padding: 0rem 1rem 1rem 1rem;
  color: lightgrey;
}

.foot a i {
  font-size: 1.5rem;
  padding: 0px 10px;
}

.foot a .nav-item {
  color: whitesmoke;
}

.fa-download {
  color: #43485c;
}

#toTop {
  height: 3rem;
  width: 3rem;
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  border: none;
  outline: none;
  background-color: rgba(66, 33, 106, 0.65);
  color: white;
  cursor: pointer;
  border-radius: 50%;
  font-size: 1.5rem;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
  z-index: 999;
}

#toTop a {
  color: white;
}

#toTop:hover {
  background-color: #43485c;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(245, 245, 245, 0);
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #43485c;
}

body.preloader-site {
  overflow: hidden;
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #43485c;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 16px solid ghostwhite; /* Light grey */
  border-top: 16px solid  rgba(66, 33, 106, 0.65); /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.white
{color:ghostwhite}

@media only screen and (max-width: 599px) {
    /* Styles */
	.hero {
	    
	}
	.hero .title {
		font-size: 3rem;
		text-indent: -60px;
		line-height: 1;
	}
	
	.hero .subtitle {
		font-size: 0.9rem;
	}
	
	.hero .profession {
	  font-size: 1rem;
	}
	
	

}

.navbar-item img{
    filter: contrast(0%);
}

.navbar-burger {
  color: #fff;
  background-color: rgba(0,0,0,.2) !important;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.5);  
  -moz-box-shadow:    0px 0px 8px 1px rgba(0,0,0,0.5);
  box-shadow:         0px 0px 8px 1px rgba(0,0,0,0.5);
}

.sticky {
  z-index: 1;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff !important;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.082);
}

.chevron {
    color: #9568ad;
	--animation: spin 2s linear infinite;
}

.image .work-item {
  margin-bottom: 1rem;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

.image .work-item:hover {
  -webkit-transform: scale(1.055) translateY(-2px);
  transform: scale(1.055) translateY(-2px);
  -webkit-box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
  box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
}

.iframe_assoconnect {
	filter: hue-rotate(215deg) contrast(100%);
	box-shadow: 0 7px 15px rgba(0, 0, 0, 0.5);
}

.coloriframe {
	filter: hue-rotate(90deg) contrast(100%);
	box-shadow: 0 7px 15px rgba(0, 0, 0, 0.5);
}

.qrcode {
  margin-bottom: 1rem;
  padding : 1rem;
  background-color: white;
  border-radius: 5px;  
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);  
}

.gray {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}	

 .message a:not(.button):not(.tag):not(.dropdown-item) {
      text-decoration: none;
      color: inherit;
 }
