/********* GENERAL ************/
html
{
  height: 100vh;
}
body
{
  position: relative;
  margin: 0;
  height: 100%;
  width: 100%;
  padding: 15px;
}
.boxSize
{
  box-sizing: border-box;
}
.flexRow
{
  display: flex;
  flex-flow: row wrap;
}
.flexColumn
{
  display: flex;
  flex-direction: column;
}
.spaceArround
{
  justify-content: space-around;
}
.spaceBeetween
{
  justify-content: space-between;
}
.justifyCenter
{
  justify-content: center;
}
.itemsCenter
{
  align-items: center;
}
.whiteColor
{
  color: white;
}
.h100
{
  height: 100%;
}
.w100
{
  width: 100%;
}
/* TODO: main container */
/******************************************************************************/
/***** Main container ********/
.exitPage
{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white;
}

.mainContent
{
  position: relative;
  display: flex;
  flex-flow: row nowrap;
}
#buttonSmartphone
{
  /*position: absolute;/**/
  border-radius: 50%;
  background-color : white;
  position: fixed;
}
/* TODO: home */
/******************************************************************************/
/***** Start section *******/
.start
{
  position: relative;
  background-image: url('../img/electronicBackground.png');
  background-size: cover;
  background-position: center;
  border: solid 5px orange;
}
.startButton
{
  position: absolute;
  border-radius: 50%;
  background-image: url('../img/startNoActive.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  border: solid 5px red;
}
.startButton:hover
{
  cursor: pointer;
}
.electricContainer
{
  position: absolute;
  background-color: whiteSmoke;
}
.electricCourant
{
  width: 0%;
  background-color: #00A8E5;/**/
}

/* TODO: prestation */
/******************************************************************************/
/***** Showing section *******/
.prestationGlobal
{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.showing
{
  background: linear-gradient(to right bottom, #4ea1ae, #4f9dd3, #9b8cdd, #e570b4, #ff6767)/**/;
  text-align: center;
  width: 40%;
  height: 100%;
  border-right: 6px solid white;
}
.photo
{
  height: 250px;
  width: 250px;
  border-radius: 50%;
  background-image: url('/src/img/profilPhoto.jpg');
  background-size: cover;
  background-position: center;
}

/******************************************************************************/
/***** Folio section ********/
/* Nav */

.navOngletContainer
{
  display: flex;
  flex-direction: row;
  height: 5%;
  position: static;
  z-index: 0;
}
.ongletLink1, .ongletLink2, .ongletLink3, .ongletLink4
{
  padding: 0.5rem;
  color: white;
  border-radius: 7px 7px 0 0;
  margin: 0;
  text-decoration: none;
}
.ongletLink1
{
  background-color: #4f9dd3;
  opacity: 50%;
  color: black;
}
.ongletLink2
{
  background-color: #9b8cdd;
  opacity: 50%;
  color: black;
}
.ongletLink3
{
  background-color: #e570b4;
  opacity: 50%;
  color: black;
}
.ongletLink4
{
  background-color: #ff6767;
  opacity: 50%;
  color: black;
}

/* Onglets Actif */
.activeOnglet1
{
  background: linear-gradient(to bottom, #4f9dd3 0%, #539fd4 100%);
  opacity: 100%;
  color: white;
}
.activeOnglet2
{
  background: linear-gradient(to bottom, #9b8cdd 0%, #9f90de 100%);
  opacity: 100%;
  color: white;
}
.activeOnglet3
{
  background: linear-gradient(to bottom, #e570b4 0%, #e77bba 100%);
  opacity: 100%;
  color: white;
}
.activeOnglet4
{
  background: linear-gradient(to bottom, #ff6767 0%, #ff7c7c 100%);
  opacity: 100%;
  color: white;
}


.timeLineContainer
{
  background: linear-gradient(to bottom right, #4f9dd3 0%, #ffffff 131%);
}
.xpMain
{
  background: linear-gradient(to bottom right, #9b8cdd 0%, #ffffff 200%);
}
.carrouselContainer
{
  background: linear-gradient(to bottom right, #e570b4 0%, #ffffff 131%);
}
.displaySkills
{
  background: linear-gradient(to bottom right, #ff6767 0%, #ffffff 131%);
}
.folio
{
  width: 60%;
}
.curentOngletContainer
{
  height: 95%;
}
/* Pro experiences */
.expCategories
{
  height: 80%;
}
.expContainer
{
  width: 30%;
  height: 100%;
  background-color: orange;
  border-radius: 5px;
}

/* Time line */
.timeLineContainer
{
  position: relative;
}
.timeLine
{
  height: 90%;
  width: 2%;
  position: relative;
}
.theLine
{
  height:100%;
  width: 50%;
  background-color: #9AD0FF;
  position: absolute;
  left: 25%;
}
.cursor
{
  position: absolute;
  border-radius: 50%;
  background-color: #9AD0FF;
  z-index: 20;
  border: white 5px solid;
}
.description
{
  background-color: #DDF2FF;
  position: absolute;
  text-align: center;
  border-radius: 0 12px 0px 12px;
  margin: 0;
  opacity: 0;
  border: white 5px solid;
}
/* arrow */
.descrip2008::after
{/*
  position: absolute;
  content: url(../img/tVisBis.png);
  top: -15%;
  z-index: 10;/**/
}
/***** Folio experiences ********/
.proXp, .persXp
{
    background-color: #E0CFFF;
    width: 80%;
    padding: 2%;
    border-radius: 1rem 0 1rem 0;
    border: solid white 0.33rem;
}

/***** Folio creation ********/
.elipseCarouselContent
{
  position: relative;
  background-color: #DDF2FF;
  border: solid 0.5rem white;/**/
  border-radius: 50%;
}
.elipseCarousel
{
  position: absolute;
  border: solid 6px white;
  border-radius: 50%;/**/
}
.creat3
{
  background-color: #9d95d0;
  color: white;
  text-align: center;
}
#creat3Content
{
  background-image: url('../img/vdc/prestationVdc.JPG');
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}.creat4
{
  background-color: #9d95d0;
  color: white;
  text-align: center;
}
#creat4Content
{
  background-image: url('../img/gameShiro/prestationGameShiro.jpg');
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}
.modal
{
  position: absolute;
  background-color: black;
  display: none;/**/ /* modal background */
  top: 0;
  left: 0;
  opacity: 0.70;
}
/***** Folio skills ********/
.displayLogo
{
  height: 170px;
  width: 170px;
  padding: 1rem;
}
.titleSkill
{
   z-index: 1000;
   padding-left: 1rem;
}

/* Skills Bars */
.skillsBars
{
  height: 50%;
  width: 100%;
}
.barContainer
{
  position: relative;
  height: 2rem;
  width: 75%;
  background-color: whiteSmoke;
  border-radius: 15px;
  color: white;
}
.levelBar
{
  position: absolute;
  height: 2rem;
  background-color: #4da9ff;
  border-radius: 15px;
}
.levelJs
{
  width: 67%;
}
.levelCSS
{
  width: 80%;
}
.levelPHP
{
  width: 65%;
}
.levelHTML
{
  width: 80%;
}

/********************************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/************************** RESPONSIVE ****************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/********************************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************************/

@media (max-width: 768px) {
  body
  {
    padding: 0 2px 0 2px;
  }
  .mainContent
  {
    height: 100vh;
    border: solid 2px green;
  }
  /* TODO: prestation */
  /******************************************************************************/
  .prestationGlobal
  {
    display: flex;
    flex-direction: column-reverse;
    overflow-y: auto;
    height: 200%;
    width: 100%;
  }
  /***** Showing section *******/
  .showing
  {
    /* background: linear-gradient(to left, #003d88 0%, #426fa7 100%);/*linear-gradient(to left, #5e63a1 0%, #66ccff 100%)/**/; */
    text-align: center;
    width: 100%;
    border-right: 6px solid white;
    height: 50%;
  }
  .photo
  {
    height: 15.625rem;
    width: 15.625rem;
    border-radius: 50%;
    background-image: url('http://cyrg.hopto.org/src/img/profilPhoto.jpg');
    background-size: cover;
    background-position: center;
  }

  /******************************************************************************/
  /***** Folio section ********/
  .folio
  {
    width: 100%;
    height: 50%;
    position: relative;
  }
  /* Nav */
  .navOngletContainer
  {
    height: 5%;
  }
  /******************************************************************************/
  /***** Folio section ********/
  .ongletLink
  {
    padding: 0.3rem;
  }
  .curentOngletContainer
  {
    height: 100%;
    width: 100%;
  }

  /* Time line */
  .timeLineContainer
  {
    position: relative;
  }
  .timeLine
  {
    height: 90%;
    width: 2%;
    position: relative;
  }
  .description
  {
    background-color: #DDF2FF;
    position: absolute;
    text-align: center;
    border-radius: 0 12px 0px 12px;
    margin: 0;
    opacity: 0;
    border: white 5px solid;
  }
  /***** Folio experiences ********/
  .xpMain
  {
    overflow: scroll;
    justify-content: space-between;
  }
  .proXp, .persXp
  {
      background-color: #DDF2FF;
      width: 80%;
      margin: 0.15rem 0 0.15rem 0;
      font-size: 1rem;
      padding: 2%;
      border-radius: 1rem 0 1rem 0;
      border: solid white 0.33rem;
  }

  /*********** NAV BAR ***********/

  /* Nav */
  .navOngletContainer
  {
    display: flex;
    flex-direction: column;
    height: 50%;
    width: auto;
    position: absolute;
    z-index: 2;

  }
  .ongletLink1, .ongletLink2, .ongletLink3, .ongletLink4, .buttonNav
  {
    padding: 0.5rem;
    color: white;
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    margin: 0;
    text-decoration: none;
    color: black;
  }
  .buttonNav
  {
    border: solid black 2px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 4rem;
    width: 4rem;
    background-color: white;
    opacity: 50%;
    color: black;
    margin-left: 2%;
  }
  .square
  {
    height: 0.5rem;
    width: 0.5rem;
    background-color: black;
  }
  .ongletLink1
  {
    background-color: #4f9dd3;
    opacity: 100%;

  }
  .ongletLink2
  {
    background-color: #9b8cdd;
    opacity: 100%;
  }
  .ongletLink3
  {
    background-color: #e570b4;
    opacity: 100%;
  }
  .ongletLink4
  {
    background-color: #ff6767;
    opacity: 100%;
  }
  .ongletLink1 > div
  {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-image: url('../img/logos/iconeDiplome.png');
    z-index: 5;
  }
  .ongletLink2 > div
  {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-image: url('../img/logos/xp.png');
    z-index: 5;
  }
  .ongletLink3 > div
  {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-image: url('../img/logos/creation.png');
    z-index: 5;
  }
  .ongletLink4 > div
  {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-image: url('../img/logos/lvl.png');
    z-index: 5;
  }
  .logoContent
  {
    background-position: center;
    background-size: cover;
  }

  /* Onglets Actif */
  .activeOnglet1
  {
    background: linear-gradient(to bottom, #4f9dd3 0%, #539fd4 100%);
    opacity: 100%;
    color: white;
  }
  .activeOnglet2
  {
    background: linear-gradient(to bottom, #9b8cdd 0%, #9f90de 100%);
    opacity: 100%;
    color: white;
  }
  .activeOnglet3
  {
    background: linear-gradient(to bottom, #e570b4 0%, #e77bba 100%);
    opacity: 100%;
    color: white;
  }
  .activeOnglet4
  {
    background: linear-gradient(to bottom, #ff6767 0%, #ff7c7c 100%);
    opacity: 100%;
    color: white;
  }

}

/***** Folio creation ********//*
.elipseCarouselContent
{
  position: relative;
  background-color: #DDF2FF;
  /*border: solid 6px white;
  border-radius: 50%;
}
.elipseCarousel
{
  position: absolute;
  background-color: #DDF2FF;
  border: solid 6px white;
  border-radius: 50%;
}/**/

.modal
{
  position: absolute;
  background-color: black;
  display: none;/**/ /* modal background */
  top: 0;
  left: 0;
  opacity: 0.70;
}
/***** Folio skills ********/
.displayLogo
{
  height: 170px;
  width: 170px;
  padding: 1rem;
}
.titleSkill
{
   z-index: 1000;
   padding-left: 1rem;
}

/* Skills Bars */
.skillsBars
{
  height: 50%;
  width: 100%;
}
.barContainer
{
  position: relative;
  height: 2rem;
  width: 75%;
  background-color: whiteSmoke;
  border-radius: 15px;
}
.levelBar
{
  position: absolute;
  height: 2rem;
  background-color: #2D9BFF;
  border-radius: 15px;
}
.levelJs
{
  width: 67%;
}
.levelCSS
{
  width: 80%;
}
.levelPHP
{
  width: 65%;
}
.levelHTML
{
  width: 80%;
}
