* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: "Jura", sans-serif;
  padding: 0;
  margin: 0;
}
body h1, body h2, body h3 {
  font-family: "Playfair Display", serif;
  color: #0A064E;
}
body h1 {
  font-size: 2.2rem;
}
@media (max-width: 939px) {
  body h1 {
    text-align: center;
  }
}
body h2 {
  font-size: 3rem;
  margin: 15px 0;
}
@media (max-width: 939px) {
  body h2 {
    text-align: center;
    font-size: 2.5rem;
    margin: 10px 0;
  }
}
@media (max-width: 639px) {
  body h2 {
    text-align: center;
    font-size: 2rem;
    margin: 10px 0;
  }
}
body h3 {
  font-size: 2rem;
  margin: 15px 0;
}
@media (max-width: 639px) {
  body h3 {
    font-size: 1.6rem;
    margin: 10px 0;
  }
}

.jt-ul-clean {
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  display: flex;
  gap: 2rem;
}

.jt-section .jt-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  width: 100%;
}

.jt-z-index {
  z-index: 1;
}

.jt-overlay {
  background: rgba(4, 33, 80, 0.86);
  transition: background 0.2s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.jt-white {
  color: white;
}

.jt-title {
  position: relative;
  background-image: url(../../img/binary-code.jpg);
  background-position: center;
  margin-top: 7.5rem;
  min-height: calc(100vh - 7.5rem);
  display: flex;
  align-items: center;
}
.jt-title .intitule {
  color: white;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 15rem;
}

.jt-i-gmail-bw:before {
  content: "\e910";
}

.jt-i-linkedin-bw:before {
  content: "\e918";
}

.jt-blue {
  background-color: rgb(151, 218, 239);
}

.jt-marine {
  background-image: url(../../img/earth.jpg);
  background-size: cover;
}

.jt-earth {
  background-image: url(../../img/earth.jpg);
  background-size: cover;
}
@media (max-width: 940px) {
  .jt-earth {
    background-image: url(../../img/earth-tab.jpg);
  }
}
@media (max-width: 640px) {
  .jt-earth {
    background-image: url(../../img/earth-mob.jpg);
  }
}

.jt-bg-yellow {
  background-color: rgb(239, 206, 16);
}

.jt-bg-red {
  background-color: rgb(233, 74, 30);
}

.jt-bg-blue {
  background-color: rgb(16, 135, 239);
}

.jt-bg-green {
  background-color: rgb(16, 188, 13);
}

.jt-bg-pink {
  background-color: rgb(247, 48, 247);
}

.jt-menu-top {
  z-index: 3;
  transition: all 0.3s ease-in-out;
  background: #080448;
  background: radial-gradient(circle, rgb(8, 4, 72) 0%, rgb(18, 12, 102) 100%);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 7.5rem;
  box-shadow: 0 0 3px black;
}
.jt-menu-top .jt-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 941px) {
  .jt-menu-top .jt-nav {
    flex-wrap: wrap;
  }
}
.jt-menu-top .jt-nav .jt-logo {
  order: 0;
  position: relative;
  min-height: 58px;
  min-width: 128px;
}
.jt-menu-top .jt-nav .jt-logo svg#logo {
  opacity: 0;
  position: absolute;
  max-width: 8rem;
  height: auto;
  animation: 0.5s ease-in-out 1s forwards logo-up;
  filter: drop-shadow(0px 0px 5px black);
}
.jt-menu-top .jt-nav .jt-logo svg#logo path {
  fill: rgb(245, 247, 247);
}
.jt-menu-top .jt-nav .jt-logo img {
  max-width: 10rem;
}
@media (max-width: 940px) {
  .jt-menu-top .jt-nav .jt-menu-principal ul {
    gap: 1rem;
  }
}
.jt-menu-top .jt-nav .jt-menu-principal .jt-menu-link {
  color: white;
  text-decoration: none;
  text-shadow: 0 2px 4px black;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 5px;
}
.jt-menu-top .jt-nav .jt-menu-principal .jt-menu-link .jt-menu-link-icon {
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jt-menu-top .jt-nav .jt-menu-principal .jt-menu-link:focus-visible, .jt-menu-top .jt-nav .jt-menu-principal .jt-menu-link:hover {
  text-decoration: none;
  text-shadow: 0 0px 4px rgb(5, 5, 5);
  font-size: 1.2rem;
}
.jt-menu-top .jt-nav .jt-menu-principal .jt-menu-link:focus-visible .jt-menu-link-icon, .jt-menu-top .jt-nav .jt-menu-principal .jt-menu-link:hover .jt-menu-link-icon {
  font-size: 1.8rem;
}
@media (max-width: 940px) {
  .jt-menu-top .jt-nav .jt-menu-principal .jt-menu-link {
    font-size: 1.6rem;
  }
  .jt-menu-top .jt-nav .jt-menu-principal .jt-menu-link .jt-menu-link-label {
    display: none;
  }
}

.jt-presentation {
  background-image: url(../../img/fond-vert2.jpg);
  color: white;
  background-color: rgb(1, 24, 1);
  display: flex;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  background-position-y: 82%;
  background-repeat: no-repeat;
  background-size: cover;
}

.jt-bio {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  font-weight: bolder;
  color: white;
}
.jt-bio h1, .jt-bio h2, .jt-bio h3 {
  color: white;
}
.jt-bio h1 {
  margin: 0;
}
.jt-bio h2 {
  margin-top: 0;
  font-size: 1.5rem;
}
@media (max-width: 939px) {
  .jt-bio {
    flex-wrap: wrap;
  }
}
.jt-bio .jt-photo-switch {
  width: 275px;
  height: 371px;
  -webkit-perspective: 1000;
  background: transparent;
}
@media (max-width: 939px) {
  .jt-bio .jt-photo-switch {
    margin: 0 auto;
  }
}
.jt-bio .jt-photo-switch:hover .flipper {
  -webkit-transform: rotateY(180deg);
}
.jt-bio .jt-photo-switch .flipper {
  -webkit-transition: 1.5s;
  -webkit-transform-style: preserve-3d;
  position: relative;
}
.jt-bio .jt-photo-switch .flipper .front,
.jt-bio .jt-photo-switch .flipper .back,
.jt-bio .jt-photo-switch .flipper img {
  width: 275px;
  height: 371px;
}
.jt-bio .jt-photo-switch .flipper .front,
.jt-bio .jt-photo-switch .flipper .back {
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.jt-bio .jt-photo-switch .flipper .front {
  z-index: 2;
}
.jt-bio .jt-photo-switch .flipper .back {
  -webkit-transform: rotateY(180deg);
  background: rgb(218, 138, 138);
}

@keyframes logo-up {
  0% {
    top: -90px;
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
.jt-portfolio {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
@media (max-width: 639px) {
  .jt-portfolio {
    gap: 0;
    flex-wrap: wrap;
  }
}
.jt-portfolio .first-folio,
.jt-portfolio .second-folio {
  flex: 0 0 calc(50% - 1rem);
}
@media (max-width: 639px) {
  .jt-portfolio .first-folio,
  .jt-portfolio .second-folio {
    flex: 0 0 100%;
  }
}
.jt-portfolio .jt-card {
  margin-bottom: 2.5rem;
}
.jt-portfolio .jt-card .jt-card-info .jt-icones {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
}
.jt-portfolio .jt-card .jt-card-info .jt-card-techno {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.jt-portfolio .jt-card .jt-card-info .jt-card-techno .jt-techno {
  position: relative;
  display: flex;
  justify-content: center;
}
.jt-portfolio .jt-card .jt-card-info .jt-card-techno .jt-techno .jt-techno-name {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  font-size: 0.7rem;
  background: rgb(8, 4, 72);
  color: white;
  padding: 10px 15px;
  font-weight: 900;
  border-radius: 50px;
  position: absolute;
  top: -40px;
}
.jt-portfolio .jt-card .jt-card-info .jt-card-techno .jt-techno:hover > .jt-techno-name, .jt-portfolio .jt-card .jt-card-info .jt-card-techno .jt-techno:focus-visible > .jt-techno-name {
  opacity: 1;
}
.jt-portfolio .jt-card a {
  color: black;
  text-decoration: none;
}
.jt-portfolio .jt-card a:hover {
  color: rgb(36, 213, 216);
}
.jt-portfolio .jt-card a img {
  height: auto;
  width: 100%;
  margin-top: 2rem;
  border-radius: 0.8rem;
  box-shadow: 0 0 0.2rem black;
}

.jt-soft-wrappers {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 939px) {
  .jt-soft-wrappers {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.jt-soft-wrappers li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
}
@media (max-width: 939px) {
  .jt-soft-wrappers li {
    width: calc(50% - 1rem);
    text-align: center;
  }
}
.jt-soft-wrappers li span {
  font-size: 6rem;
}
.jt-soft-wrappers li p {
  font-size: 1.5rem;
  text-align: center;
}

.jt-progress {
  background-color: rgb(235, 232, 232);
  margin-bottom: 1.2rem;
  border-radius: 10px;
}
.jt-progress .jt-progress-item {
  padding: 7px 10px;
  font-size: 0.9rem;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 10px;
}

.jt-section-qualite {
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.jt-section-qualite .jt-container {
  width: 100%;
}
.jt-section-qualite .jt-container .jt-bounce-li {
  height: 255px;
}
.jt-section-qualite .jt-container .jt-bounce-li .jt-bounce-start {
  margin-top: 50px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 200px;
}
.jt-section-qualite .jt-container .jt-bounce-li .jt-bounce-start.jt-bounce {
  opacity: 1;
  margin-top: 0;
}

.jt-footer {
  color: white;
  min-height: calc(100vh - 7.5rem);
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
}
.jt-footer .jt-footer-button {
  display: flex;
  gap: 0.5rem;
}
.jt-footer .jt-footer-button a {
  color: black;
  text-decoration: none;
  background: white;
  padding: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-in-out;
}
.jt-footer .jt-footer-button a:hover {
  border-radius: 10rem;
  color: white;
  background: black;
}
.jt-footer .jt-footer-button a:hover span {
  color: white !important;
}
.jt-footer p {
  font-size: 1.2rem;
  font-weight: 600;
}

.jt-section-contact {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  animation: ken 10s infinite;
}
.jt-section-contact h2 {
  color: white;
}

@keyframes ken {
  0% {
    background-size: 150%;
  }
  50% {
    background-size: 157%;
  }
  100% {
    background-size: 150%;
  }
}
.jt-toogle-green .jt-menu-top {
  background: #011D09;
  background: radial-gradient(circle, rgb(1, 29, 9) 0%, rgb(3, 61, 20) 100%);
}
.jt-toogle-green .jt-overlay {
  background-color: rgba(2, 68, 2, 0.6);
}

/*# sourceMappingURL=main.css.map */
