@charset "UTF-8";
/* CSS Document */

/* =============================================================================
GENERAL
========================================================================== */
*, *:after, *:before {
  padding: 0;
  margin: 0;
}
html {
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  color: #0a1425;
  background-color: #fff;
  font-weight: normal;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
}
::selection {
  background: #f2d662;
  color: #0a1425;
  text-shadow: none;
}
img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
}
/* =============================================================================
HEADER
========================================================================== */
header {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 50px 0 50px;
}
.top {
  position: relative;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.logo {
  max-width: 200px;
  min-width: 145px;
  margin-bottom: 20px;
  flex: 1;
}
nav a div {
  position: relative;
  font-size: 14px;
  width: 120px;
  height: 20px;
  border: 1px dotted #fff;
  margin: 2px 0 2px 0;
  border-radius: 4px;
  color: #0a1425;
  transition: all 1s ease;
}
nav a:hover div {
  color: #fff;
  background-color: #0a1425;
}
nav span {
  vertical-align: middle;
  margin-left: 5px;
  line-height: 20px;
}
nav a img {
  position: relative;
  margin-right: 2px;
  margin-left: 10px;
  height: 10px;
  vertical-align: middle;
  opacity: 0.8;
  transition: all 1s ease;
}
nav a:hover img {
  opacity: 1.0;
}
.bouton-portfolio {
  background: linear-gradient(to right, #00f7ff, #00deff);
}
.bouton-presentation {
  background: linear-gradient(to right, #65ffd3, #00ffce);
}
.bouton-boutique {
  background: linear-gradient(to right, #009dff, #106dff);
}
/* =============================================================================
   RETOUR VERS LE FUTUR
   ========================================================================== */
.backtothefuture {
  margin: 0 auto;
  width: 130px;
}
.backtothefuture a div {
  position: relative;
  font-size: 14px;
  width: 130px;
  height: 20px;
  border: 1px dotted #fff;
  margin: 2px 0 2px 0;
  border-radius: 4px;
  color: #fff;
  transition: all 1s ease;
}
.backtothefuture a:hover div {
  color: #0a1425;
  background-color: #ccc;
}
.backtothefuture span {
  vertical-align: middle;
  margin-left: 5px;
  line-height: 20px;
}
.backtothefuture a img {
  position: relative;
  margin-right: 2px;
  margin-left: 10px;
  height: 10px;
  vertical-align: middle;
  opacity: 0.5;
  transition: all 1s ease;
}
.backtothefuture a:hover img {
  opacity: 1.0;
}
.bouton-top {
  background-color: #0a1425;
}


/* =============================================================================
TYPO
========================================================================== */
p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 100;
}
h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  color: #0a1425;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 200;
  font-style: italic;
}
h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  color: #0a1425;
  text-align: left;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 5px;
}
h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  color: #0a1425;
  text-transform: uppercase;
  font-weight: 200;
}
.competences {
  font-family: "NarzissDrops";
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
}
.competences01 {
  transform: rotate(-3deg);
  color: #92b8e1;
}
.competences02 {
  transform: rotate(-3deg);
  color: #50cacb;
}
.competences03 {
  transform: rotate(-3deg);
  color: #00aced;
}
.tabulation {
  position: relative;
  padding-left: 100px;
  line-height: 20px;
}
.tabulation-note {
  position: relative;
  padding-left: 100px;
  width: 200px;
  line-height: 20px;
}
.tabulation-note div {
  display: inline-block;
}
.note {
  position: absolute;
  top: 5px;
  right: 0;
}
.note-01 {
  font-size: 20px;
  color: #1a9dd9;
}
.note-02 {
  font-size: 20px;
  color: #ccc;
}
ul.puces-01 {
  padding-left: 12px;
  padding-top: 10px;
  text-wrap: balance;
}
.puces-01 li {
  padding-left: 2px;
  margin-bottom: 2px;
}
ul.puces-02 {
  padding-left: 27px;
  line-height: 16px;
  text-wrap: balance;
  max-width: 400px;
}
.puces-02 li {
  list-style-type: circle;
}
/* =============================================================================
LIEN
========================================================================== */
a {
  text-decoration: none;
  font-style: italic;
  border: 0;
  color: #ccc;
  transition: all 1s ease;
}
a img {
  border: 0;
}
a:active, a:visited, a:link, a:hover {
  outline-style: none;
}
a:hover {
  border: 0;
  color: #0a1425;
  transition: all 1s ease;
}
.gris {
  color: #CCC;
}
.lienjaune {
  color: #f2d662;
}
.lienbleu {
  color: #00aced;
}
/* =============================================================================
   ENTREPRISES CV
   ========================================================================== */
.cv-entreprises {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
}
.cv-entreprises img {
  height: 50px;
  max-width: 70px;
  flex: 1 1 auto;
  object-fit: contain;
}
/* =============================================================================
   ENTREPRISES
   ========================================================================== */
.entreprises {
  text-align: center;
  margin: 50px 20px 50px 20px;
}
.entreprises img {
  max-height: 70px;
  height: 70px;
  margin: 20px 10px 10px 10px;
}
img.entreprises-logo-small {
  max-height: 70px;
}
img.entreprises-logo-small {
  max-height: 50px;
}
img.entreprises-logo-middle {
  max-height: 30px;
}
img.entreprises-logo-big {
  max-height: 20px;
}
img.entreprises-logo-extrabig {
  max-height: 15px;
}
/* =============================================================================
CONTACT
========================================================================== */
.contact a {
  vertical-align: middle;
  height: 18px;
  line-height: 20px;
  padding: 0 10px 0 10px;
  border: 1px dotted #fff;
  margin: 2px 0 0 0;
  display: inline-block;
  border-radius: 4px;
  background: #0a1425;
  color: #fff;
  opacity: 1;
  width: 130px;
}
.contact img {
  margin: 0 5px 2px 0;
  height: 10px;
  vertical-align: middle;
  opacity: 0.5;
  transition: all 1s ease;
}
.contact a:hover img {
  opacity: 1;
}
.contact a:hover {
  opacity: 0.5;
}
/* =============================================================================
   FOOTER
   ========================================================================== */
.footer {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 50px 10px 50px;
}
.copyright {
  text-align: center;
}
.copyright a {
  position: relative;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 16px;
  color: #0a1425;
  transition: all 1s ease;
}
.copyright a:hover {
  opacity: 0.5;
  color: #0a1425;
  transition: all 1s ease;
}
/* =============================================================================
CONTENT
========================================================================== */
.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.content .portfolio {
  margin: 20px 0;
}
/* =============================================================================
PORTFOLIO
========================================================================== */
.portfolio {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1000px;
  margin: auto;
  padding: 10px;
}
/* Images et vidéos responsives */
.portfolio img, .portfolio video {
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}
.portfolio .double {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.portfolio .double img, .portfolio .double video {
  flex: 1;
  max-width: calc(50% - 5px);
}
.portfolio h1 {
  margin-bottom: 10px;
}
.portfolio h1, .portfolio h2 {
  border-right: 1px dotted #0a1425;
  padding-right: 15px;
  text-align: right;
}
.descriptif h1 {
  margin-top: 10px;
  margin-bottom: 0px;
}
.descriptif h1, .descriptif h2 {
  border-left: 1px dotted #0a1425;
  border-right: 0px dotted #0a1425;
  padding-left: 15px;
  text-align: left;
  margin-top: 1px;
}
.descriptif a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
img.fleche-droite {
  position: relative;
  margin-right: 2px;
  height: 10px;
  vertical-align: middle;
  padding-bottom: 2px;
  opacity: 0.3;
  transition: all 1s ease;
}
a:hover img.fleche-droite {
  opacity: 1;
}


@media (max-height: 820px) and (orientation: landscape) {
  header {
    padding: 50px 100px 0 100px;
  }
 .portfolio {
    padding: 10px 100px;
  }
	
	  .logo {
    max-width: 150px;
    min-width: 145px;
    margin-bottom: 18px;
  }
  .top {
    margin-bottom: 10px;
  }
	
	
}
@media only screen and (max-width: 600px) {
  header {
    padding: 30px 50px 0 50px;
  }
  .logo {
    max-width: 150px;
    min-width: 145px;
    margin-bottom: 18px;
  }
  .top {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .logo {
    max-width: 140px;
    min-width: 140px;
    margin-bottom: 15px;
  }
  .top {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 400px) {
  .logo {
    max-width: 130px;
    min-width: 130px;
    margin-bottom: 12px;
  }
  .top {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 300px) {
  .logo {
    max-width: 120px;
    min-width: 120px;
    margin-bottom: 10px;
  }
  .top {
    margin-bottom: 10px;
  }
}



