/* FONTS */
@font-face {
  font-family: 'minimalregular';
  src: url('minimal-webfont.eot');
  src: url('minimal-webfont.eot?#iefix') format('embedded-opentype'),
       url('minimal-webfont.woff2') format('woff2'),
       url('minimal-webfont.woff') format('woff'),
       url('minimal-webfont.ttf') format('truetype'),
       url('minimal-webfont.svg#minimalregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/***** VERSION PC *****/

/**** INDEX ****/

/*** BODY ***/
body{
  font-family: 'Open Sans', arial, sans-serif;
}
/** HEADER **/
.menuNormal{
    display: block;
}
.menuBurger{
    display: none;
}
/* Menu Normal */
.menuNormal h1{
  font-size: 2.2em;
}
.menuNormal h2{
  font-size: 2.2em !important;
}
.menuNormal article p{
  text-align: center;
  font-size: 1.2em;
}
.menuNormal article a{
  color: black;
  text-decoration: none;
}
.menuNormal article a:visited{
  color: black;
}
.menuNormal article a:hover{
  color: black;
}
.menuNormal{
    display: flex;
    justify-content: space-around;
    height: 103px;
    background-color: white;
    align-items: center;
}
.menuNormal nav{
  width: 30%;
}
.menuNormal nav ul{
  display: flex;
  justify-content: space-around;
}
.menuNormal nav ul li{
    display: inline-block;
}
.menuNormal nav ul li a{
    text-decoration: none;
    color: black;
    font-size: 1.3em;
}
.menuNormal nav ul li a:hover{
    /* color: #57BBBF; */
    color: #7eadff;
}
.menuNormal nav ul li a:active{
    /* color: #57BBBF; */
    color: #7eadff;
}
/* Menu Burger */
.menuBurger ul.links {
    list-style-type: none;
    overflow:hidden;
    background-color: white;
}
.menuBurger ul.links li {float: left;}
.menuBurger ul.links li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 20px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
   transiton:all .5s ease-in-out
}
.menuBurger ul.links li a:hover {
  background-color: white;
}
.menuBurger ul.links li.icon {display: none;}
.menuBurger .links .menu {
   position: relative;
}
.menuBurger .links .menu .submenu{
  position: absolute;
  top:42px;
  left:0;
  width:220px;
  background:#fff;
  padding:10px;
  -webkite-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  display:none;
}
.menuBurger .links .menu .submenu li {
  padding: 10px;
}
.menuBurger .links .menu .submenu li a {
  color: #777;
  text-decoration:none
}
.menuBurger .links .menu .submenu:before {
  content:'';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  height:0;
  width:0;
  position:absolute;
  top:-6px;
  left: 30px;
}
.menuBurger .links .menu:hover .submenu {
  display:block;
}
/** MAIN **/
main p{
  font-family: 'minimalregular';
}
/* SECTION 1 */
.sectionMain1{
  /* Image Parallax */
  /* background-image: url("../img/banniere-img-portfolio.jpg"); */
  background-image: url("../img/background-parallaxe-effect-portfolio.jpg");
  /* Crédits  photo : Pexels */

  /* Taille voulue */
  min-height: 937px; 
      
  /* Effet voulu */
  background-attachment: fixed;
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;

  display: flex;
  align-items: center;
  justify-content: center;
}
.sectionMain1 article h2:first-of-type{
  font-size: 1.5em;
  text-transform: uppercase;
  text-shadow: white 2px 2px;
}
.sectionMain1 article h2:last-of-type{
  text-transform: uppercase;
  font-size: 7em;
  margin-top: 3%;
  letter-spacing: 20px;
  margin-left: 2%;
  text-shadow: white 2px 5px;
}
.sectionMain1 article{
  text-align: center;
}
.sectionMain1 .bouton1{
  background-color: black;
  border: none;
  color: white;
  padding: 2% 5%;
  font-size: 1em;
  cursor: pointer;
  margin-top: 5%;
  /* border-radius: 5vw; */
}
.sectionMain1 .bouton1:hover{
  background-color: transparent;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 1);
  color: black;
}
/* SECTION 2 */
.sectionMain2{
  display: flex;
  margin-top: 2%;
}
.sectionMain2 .article1{
  width: 50%;
  display: flex;
}
.sectionMain2 .article1 h3{
  font-size: 2.6em;
  font-weight: 600;
}
.sectionMain2 p{
  line-height: 25.5px;
  letter-spacing: 0.02em;
  font-weight: bold;
}
.sectionMain2 .article1 h3::first-letter{
  border-top: 2px solid black;
}
.sectionMain2 .article1 div{
  margin-left: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.sectionMain2 .article2{
  background-image: url("../img/Kevin-Elicot-Web-Marketeur.jpg");
  height: 766px;
  background-repeat: no-repeat;
  width: 50%;
}
.sectionMain2 .bouton2{
  margin: 0 auto;
  background-color: black;
  border: none;
  color: white;
  padding: 2% 5%;
  font-size: 1em;
  cursor: pointer;
  /* border-radius: 5vw; */
}
.sectionMain2 .bouton2:hover{
  background-color: transparent;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 1);
  color: black;
}
.sectionMain2 button a{
  color: white;
  text-decoration: none;
}
.sectionMain2 button a:hover{
  color: black;
}
.sectionMain2 p a{
  color: black;
  text-decoration: none;
}
.sectionMain2 p a:visited{
  color: black;
}
.sectionMain2 p a:hover{
  color: black;
}
/* SECTION 3 */
.sectionMain3{
  /* background-image: url("../img/parallax2.jpg"); */
  background-image: url("../img/background-image-parallaxe-pre-footer-portfolio.jpg");
  /* Crédits photo : Susan Cipriano */

  height: 936px;
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.sectionMain3 h3{
  font-size: 2.6em;
  font-weight: 600;
}
.sectionMain3 h3::first-letter{
  border-top: 2px solid black;
}
.sectionMain3 article{
  width: 50%;
  display: flex;
  background-color: white;
  padding: 5% 1% 5% 0;
  height: 200px;
}
.sectionMain3 div{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sectionMain3 div:last-of-type{
  border-left: 1px solid black;
}
.sectionMain3 div p{
  line-height: 25.5px;
  letter-spacing: 0.02em;
  font-weight: bold;
  margin-left: 2%;
}
.sectionMain3 div:last-of-type p{
  text-align: center;
}
.sectionMain3 h4{
  font-weight: 700;
  font-size: 1.5em;
  text-transform: uppercase;
}
.sectionMain3 h4:nth-of-type(2){
  margin: 3% 0;
}
.sectionMain3 span{
  background-color: black;
  color: white;
  font-weight: 700;
  font-size: 1.5em;
}
.sectionMain3 .bouton3{
  margin: 0 auto;
  background-color: black;
  border: none;
  color: white;
  padding: 0.75% 2%;
  font-size: 1em;
  cursor: pointer;
  padding: 1.5vh 1.5vw;
  font-size: 1em;
  cursor: pointer;
  /* border-radius: 5vw; */
}
.sectionMain3 .bouton3:hover{
  background-color: transparent;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 1);
  color: black;
}
.bouton3 a{
  color: white;
  text-decoration: none;
}
.bouton3 a:hover{
  color: black;
}
.sectionMain3 .bouton3a{
  margin: 4% auto 0 auto;
  background-color: #57BBBF;
  border: none;
  color: white;
  padding: 2% 4%;
  font-size: 1em;
  cursor: pointer;
  /* border-radius: 5vw; */
}
.sectionMain3 .bouton3a a{
  color: white;
  text-decoration: none;
}
.sectionMain3 .bouton3a a:visited{
  color: white;
}
.sectionMain3 .bouton3a:hover{
  background-color: #57BBBF;
  opacity: 0.75;
}
/** FOOTER **/
footer{
  /* background-color: #57bbbf; */
  background-color: #7eadff;
  height: 500px;
}
footer article a{
  text-decoration: none;
  color: black;
}
footer article a:visited{
  color: black;
}
footer article a:hover{
  opacity: 0.6;
}
footer section{
  height: 300px;
  align-items: center;
  width: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
}
footer h4 span{
  border-top: black 2px solid;
}
footer h4{
  font-weight: 700;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 3%;
}
footer input, footer textarea{
  background-color: transparent;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 1);
  border: none;
  padding: 8.2%;
}
footer textarea{
  padding: 5% 1.8vw 5% 5% !important;
  resize: none;
}
footer textarea::placeholder{
  color: black;
}
footer article{
  width: 50%;
}
.article2{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.diplomes{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 40%;
}
.fa-twitter, .fa-linkedin-in, .fa-instagram, .fa-discord{
  font-size: 1.5em;
  color: black;
}
.fa-twitter:hover, .fa-facebook-f:hover, .fa-instagram:hover, .fa-youtube:hover{
  opacity: 0.5;
}
footer form div{
  margin-bottom: 5%;
}
footer form div:last-of-type{
  text-align: end;
}
footer .bouton4{
  margin: 0 auto;
  background-color: black;
  border: none;
  color: white;
  padding: 3%;
  font-size: 1em;
  cursor: pointer;
}
footer .bouton4:hover{
  background-color: transparent;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 1);
  color: black;
}
footer article p{
  line-height: 25.5px;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-bottom: 3%;
}
footer .lastDiv{
  display: flex;
  justify-content: space-between;
  margin: 5% auto 0 auto;
  width: 52%;
}
footer .lastDiv a{
  color: black;
  position: fixed;
    bottom: 15vh;
    right: 5vw;
}
footer .lastDiv a:hover{
  opacity: 0.5;
}
footer .lastDiv a:visited{
  color: black;
}
footer article div{
  display: flex;
  justify-content: space-between;
  width: 35%;
}
.fa-arrow-up{
  font-size: 1.5em;
}
#gras{
  font-weight: bold;
}

/**** BLOG ****/

/*** BODY ***/
.blogbody{
  font-family: 'Open Sans', arial, sans-serif;
  /* background:rgb(123, 158, 158); */
  background: rgb(86 143 222);
  
}
/** HEADER **/
.blogbody h1{
  font-style: normal;
  text-align: center;
  font-size: 3em;
  margin-top: 5%;
  font-style: italic;
}
.blogbody h2{
  text-align: center;
  font-size: 1.5em;
  margin-top: 5%;
}
/** MAIN **/
.blogbody h3{
  text-align: center;
  font-size: 3em;
  margin-top: 5%;
  font-style: italic;
}
.NB h3{
  font-size: 1.9em;
  padding-bottom: 10px;
}
.NB p{
  text-align: center;
  font-family: 'Open sans';
  font-size: 0.9em;
  line-height: 20px;
}
.NB{
  width: 50%;
  margin: auto;
}
.photoshop{
  text-align: center;
  margin-bottom: 5%;
}
.photoshop h3{
  font-size: 2em;
  margin-bottom: 2%;
}
.illustrator{
  margin: 8% 0;
}
#categories{
  overflow:hidden;
  width:90%;
  margin:0 auto;
}
#categories div i{
  cursor: pointer;
  color: white;
  margin-left: 7px;
}
#categories div i:hover{
  color: #57BBBF;
}
.clr:after{
  content:"";
  display:block;
  clear:both;
}
#categories li{
  position:relative;
  list-style-type:none;
  width:27.85714285714286%; /* = (100-2.5) / 3.5 */
  padding-bottom: 32.16760145166612%; /* =  width /0.866 */
  float:left;
  overflow:hidden;
  visibility:hidden;
 
  -webkit-transform: rotate(-60deg) skewY(30deg);
  -ms-transform: rotate(-60deg) skewY(30deg);
  transform: rotate(-60deg) skewY(30deg);
}
#categories li:nth-child(3n+2){
  margin:0 1%;
}
#categories li:nth-child(6n+4){
  margin-left:0.5%;
}
#categories li:nth-child(6n+4), #categories li:nth-child(6n+5), #categories li:nth-child(6n+6) {
	margin-top: -6.9285714285%;
  margin-bottom: -6.9285714285%;
  
  -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
  -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
  transform: translateX(50%) rotate(-60deg) skewY(30deg);
}
#categories li:nth-child(6n+4):last-child, #categories li:nth-child(6n+5):last-child, #categories li:nth-child(6n+6):last-child{
  margin-bottom:0%;
}
#categories li *{
  position:absolute;
  visibility:visible;
}
#categories li > div{
  width:100%;
  height:100%;
  text-align:center;
  color:#fff;
  overflow:hidden;
  
  -webkit-transform: skewY(-30deg) rotate(60deg);
  -ms-transform: skewY(-30deg) rotate(60deg);
  transform: skewY(-30deg) rotate(60deg);
  
	-webkit-backface-visibility:hidden;
  
}

/* HEX CONTENT */
#categories li img{
  left:-100%; right:-100%;
  width: auto; height:100%;
  margin:0 auto;   
}

#categories div h3, #categories div p{
  width:90%;
  padding:0 5%;
  background-color:#008080; background-color: rgba(0, 128, 128, 0.8);
  font-family: 'Raleway', sans-serif;
  
  -webkit-transition: top .2s ease-out, bottom .2s ease-out, .2s padding .2s ease-out;
  -ms-transition: top .2s ease-out, bottom .2s ease-out, .2s padding .2s ease-out;
  transition: top .2s ease-out, bottom .2s ease-out, .2s padding .2s ease-out;
}
#categories li h3{
  bottom:110%;
  font-style:italic;
  font-weight:normal;
  font-size:1.5em;
  padding-top:100%;
  padding-bottom:100%;
}
#categories li h3:after{
	content:'';
  display:block;
  position:absolute;
  bottom:-1px; left:45%;
  width:10%;
  text-align:center;
  z-index:1;
  border-bottom:2px solid #fff;
}
#categories li p{
	padding-top:50%;
	top:110%;
	padding-bottom:50%;
}


/* EFFET DU HOVER  */

#categories li div:hover h3 {
  bottom:50%;
  padding-bottom:10%;
}

#categories li div:hover p{
  top:50%;
  padding-top:10%;
}
#fork{
  position:fixed;
  top:0;
  left:0;
  color:#000;
  text-decoration:none;
  border:1px solid #000;
  padding:.5em .7em;
  margin:1%;
  transition: color .5s;
  overflow:hidden;
}
#fork:before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 130%; height: 100%;
  background: #000;
  z-index: -1;
  transform-origin:0 0 ;
  transform:translateX(-100%) skewX(-45deg);
  transition: transform .5s;
}
#fork:hover {
  color: #fff;
}
#fork:hover:before {
  transform: translateX(0) skewX(-45deg);
}

/** FOOTER **/

/*** MENTIONS LEGALES ***/

/** BODY **/

/** HEADER **/

/** MAIN **/
#mainML{
  width: 80vw;
  margin: auto;
  margin-bottom: 5%;
}
#mainML h2{
  margin-bottom: 5%;
}
/** FOOTER **/

/***** RESPONSIVE *****/

/**** PC PORTABLE ****/
@media screen and (max-width:1536px) {
  /**** INDEX ****/
  
  /*** BODY ***/
  
  /** HEADER **/
  
  /** MAIN **/

  /** FOOTER **/
  footer textarea{
    padding: 5% 1.4vw 5% 5% !important;
    resize: none;
  }
  /**** BLOG ****/

  /*** BODY ***/

  /** HEADER **/

  /** MAIN **/

  /** FOOTER **/
}
/**** TABLETTE 800px ****/
@media screen and (max-width:800px) {
/**** INDEX ****/

/*** BODY ***/

/** HEADER **/
.menuNormal nav{
  width: 60%;
}
/** MAIN **/
.sectionMain1{
  background-position: center;
}
.sectionMain2 .article1 div{
  margin-left: 5%;
}
.sectionMain3 article{
  width: 90%;
}
.sectionMain3 h4{
  font-size: 1.3em;
}
#fork{
  display: none;
}
/** FOOTER **/
footer textarea{
  padding: 5% 15% 5% 5% !important;
}
footer .lastDiv{
  width: 80%;
}
footer article div:first-of-type{
  width: 80%;
}
}
/**** MOBILE 680px ****/
/**** INDEX ****/

/*** BODY ***/

/** HEADER **/
/* Menus PC + Burger */
@media screen and (max-width:680px) {
    .menuBurger{
        display: block;
    }
    .menuNormal{
        display: none;
    }
}
/* Menu Normal */

/* Menu Burger */
@media screen and (max-width:680px) {
    .menuBurger ul.links li:not(:first-child) {display: none;}
    .menuBurger ul.links li.icon {
    float: right;
    display: inline-block;
  }
}
@media screen and (max-width:680px) {
    .menuBurger ul.links.responsive {position: relative;}
    .menuBurger ul.links.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .menuBurger ul.links.responsive li {
    float: none;
    display: inline;
  }
  .menuBurger ul.links.responsive li a {
    display: block;
    text-align: left;
  }


/* MAIN */
.sectionMain1 article h2:first-of-type{
  font-size: 1em;
}
.sectionMain1 article h2:last-of-type{
  font-size: 4em;
}
.sectionMain2 .article1{
  width: 100% !important;
}
.sectionMain2 .article2{
  width: 100% !important;
}
.sectionMain2{
  display: block;
  margin-top: 5%;
}
.sectionMain2 .article1 div{
  margin-left: 5%;
}
.sectionMain2 .article1 h3{
  font-size: 2em;
  margin-bottom: 2%;
}
.sectionMain3 h3{
  font-size: 2em;
}
.sectionMain3 div:last-of-type p{
  display: none;
}
.sectionMain3 .bouton3a{
  display: none;
}
.sectionMain3 article{
  width: 100%;
  height: auto;
  display: block;
}
.sectionMain3 div{
  width: 100%;
}
.sectionMain3{
  height: 500px;
}

/* FOOTER */
footer{
  height: auto;
}
footer section{
  display: block;
  height: auto;
  padding: 5% 0;
}
footer article{
  width: 100%;
}
footer article:first-of-type{
  margin-bottom: 10%;
}
footer .lastDiv{
  width: 100%;
}
footer textarea{
  padding: 5% 15.5% 5% 5% !important;
}
/**** BLOG ****/

/*** BODY ***/

/** HEADER **/

/** MAIN **/
#fork{
  display: none;
}
#categories li h2{
  font-size: 0.7em;
}
#categories li p{
  font-size: 0.45em;
}
#categories li h3{
  font-size: 0.7em;
}
/** FOOTER **/
.diplomes a{
  font-size: 0.9em;
  line-height: 20px;
}
.diplomes{
  width: 100% !important;
}