
@media screen and (max-width: 640px) {

.sel i {
  color: white;
}

.sel {
  text-align:center;
}

.navigation{
}

.logo{
    width: 30%;
}
.container-slider{
	width: 100vw;
    height: 55vh;
    margin-top: 10vh;
}

.container-title-slider{
    display:block;
}

#portfoliomobile {
  background-size: cover;
  background-position: center;
  background-color:#165C63;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:flex;
  flex-direction: column;

}

.portfoliomobile-container {
  flex: 1 0 auto;
  overflow:hidden;
  justify-content: normal;
  height:80vh;
}

.toto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  }

.aboutme-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
    display:flex;
    flex-direction: column;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top:18vh;
    margin:0;
    height:100%;

} 
.aboutme-content-container{
    overflow: hidden;

} 

.aboutme-content-container {
    justify-content: flex-end;
}
.aboutme-box-txt ul {
    margin-left: 2vw;
}
.aboutme-box{
    width: auto;
} 

.aboutme-box:first{
    margin-top:10vh;
} 
.fake-txt{
    margin-top: 0;
} 

.aboutme-box-txt{
    margin-top: 18px;
    margin-right: 1vw;
    margin-left: 10vw;
    font-size:0.9em;
} 


.header-title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display:flex;
    flex-direction: column;
    justify-content: center;
}
.title-job {
    position:static;
    font-size: 30px;
    font-weight: 100;
}

.title-name {
    position:static;
    font-size: 25px;
    font-weight: 900;
}



.portfolio-theme-selection{
    border: none;
    background-color:transparent;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.categorie-selector {
    margin: 3em 2em;
    margin-top: 20px;
    margin-bottom: 15px;
}
.mobile-selector {
    display: grid;
    grid-template-columns: 50vw 50vw;
    grid-template-rows: 5vh 5vh 5vh;
  }

.mobile-selector div{
    background-color:red;
    border: 1px #165c63 solid;
}

.swiper-slide {
    border: 1px #165c63 solid;
    background-size:cover;
    
}
.projet-description-mobile {
    margin-left: 40px;
    margin-top: 10px;
    margin-right: 5px
}
.projet-description-mobile h1{
    padding-bottom: 5px;
    margin-left: 0;
	color: #FFF;
	font-weight: 300;
	font-size: 1.3em;
}
.projet-description-mobile ul{
    font-size: 16px;
	color: #9D9D9D;
}
  
  /* ===== Select Box ===== */
  .sel {
    font-size: 1em;
    display: inline-block;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    width: 100%;
  }


  footer {
      padding: 0;
      -webkit-align-self: flex-end;
      align-self: flex-end;
  }

  footer p {
      margin: 2px;
  }
  footer a p{
      font-weight:900;
      color: #5D5D5D
  }
  
  .sel::before {
    position: absolute;
    font-size: 2em;
    color: #FFF;
    right: 20px;
    top: calc(50% - 0.5em);
  }
  
  .sel.active::before {
    transform: rotateX(-180deg);
  }
  
  .sel__placeholder {
    display: inline-block;
    font-size: 1.3em;
    color: #FFF;
    padding: 0.2em 0.5em;
    text-align: center;
    pointer-events: none;
    user-select: none;
    visibility: visible;

  }
  
  .sel.active .sel__placeholder {
    visibility: hidden;
  }
  
  .sel__placeholder::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.2em 0.5em;
    content: attr(data-placeholder);
    visibility: hidden;
  }
  
  .sel.active .sel__placeholder::before {
    visibility: visible;
  }
  
  .sel__box {
    position: absolute;
    top: calc(100% + 4px);
    left: -4px;
    display: none;
    list-style-type: none;
    text-align: left;
    font-size: 1em;
    background-color: #FFF;
    width: calc(100% + 8px);
    box-sizing: border-box;
  }
  
  .sel.active .sel__box {
    display: block;
    animation: fadeInUp 500ms;
  }
  
  .sel__box__options {
    display: list-item;
    font-size: 1.3em;
    color: #838e95;
    padding: 0.5em 1em;
    user-select: none;
  }
  
  .sel__box__options::after {
    font-size: 0.5em;
    margin-left: 5px;
    display: none;
  }
  
  .sel__box__options.selected::after {
    display: inline;
  }
  
  .sel__box__options:hover {
    background-color: #ebedef;
  }
  
  /* ----- Select Box Black Panther ----- */
  .sel {
    border-bottom: 2px solid #FFF;;
  }
  
  .sel--black-panther {
    z-index: 3;
  }
  
  /* ----- Select Box Superman ----- */
  .sel--superman {
  /*   display: none; */
    z-index: 2;
  }

  .swiper-pagination-bullet-active {
    background-color: #FFC933;
  }
  
  /* ===== Keyframes ===== */
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translate3d(0, 20px, 0);
    }
  
    to {
      opacity: 1;
      transform: none;
    }
  }
  
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
    }
  }

  .toto1 {
      background-size: contain;
  }


    .swiper-container {
      width: 100%;
      height: 30vh;
      margin-top: 10px;
    margin-bottom: 10px;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
  
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      background-size:cover;
    }
    
}