@import url('https://fonts.googleapis.com/css2?family=Arimo&display=swap');
html{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    font-family: 'Arimo', sans-serif;
    background-color: #283747;  
}
h1 {
    font-family: 'Arimo', sans-serif;
}
/* ---Navigation--- */

div.container
{
    font-family: 'Arimo', sans-serif;
    margin: 0 ;
	padding: 2% ;
	text-align: center;
    top: 0;
}
.nav{
    margin-top: -1%;
    margin-bottom: -20%;
    width: 100%;
    position: fixed;
    background-color: #283747;
    margin-bottom: 10%;
    margin-top: -7%;
}
.nav a{
    text-align: center;
    
}
div.container a
{
    color: #FFF;
    text-decoration: none;
    font-family: 'Arimo', sans-serif;
    font: 20px;
    margin: 0px 10px;
    padding: 10px 10px;
    position: relative;
    z-index: 0;
    cursor: pointer;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}


div.container a:hover {
      color: orange;
    border-bottom: 2px solid gold;
}


/* ---Presentation--- */
.presentation{
    margin-left: 10%;
    height: 10%;
    max-height: 50%;
    width: 98%;
    background-color: #BDC3C7;
    max-width: 30%;
    margin-bottom: 3%;
    border-top-right-radius: 3% 30%;
    border-top-left-radius: 3% 30%;
    border-bottom-right-radius: 3% 30%;
    border-bottom-left-radius: 3% 30%;
    margin-top: 7%;

}
.box_presentation{
    margin-top: 1%;
    width: 90%;
    height: 100%;
    padding: 1%;
}


/* --CV-- */
.cv{
    margin-left: 22%;
    background-color: #BDC3C7;
    width: 98%;
    max-width: 55%;
    border-radius: 6%;
    margin-bottom: 5%;
}
.download_link_cv{
    margin-top: 5%;
    margin-left: 80%;
}

/* ---Competence--- */
.competence{
    background-color: #BDC3C7;
    display: flex;
    margin-left: 22%;
    max-width: 55%;
    margin-bottom: 5%;
    
    border-top-right-radius: 5% 12%;
    border-top-left-radius: 5% 12%;
    border-bottom-right-radius: 5% 12%;
    border-bottom-left-radius: 5% 12%;
}
.div_title{
    text-align: center;
}
.div_title h1{
    color: whitesmoke;
}
.comp_right{
    margin-left: 15%;
    margin-top: 2%;
    margin-bottom: 2%;
}
.comp_mid{
    margin-top: 2%;
    margin-bottom: 2%;
}
.comp_left{
    margin-left: 12%;
    max-width: 50%;
    width: 30%;
    margin-top: 2%;
    margin-bottom: 2%;
}
.image_projet{
    width: 50px;
    height: 50px;
}
.comp_ubuntu{
    margin-top: 10%;
}
.comp_debian{
    margin-top: 10%;
}
.comp_wserver{
    margin-top: 10%;
}
.comp_vmware{
    margin-top: 10%;
}
.comp_proxmox{
    margin-top: 10%;
}
.comp_php{
    margin-top: 10%;
}
.comp_html{
    margin-top: 10%;
}
.comp_windev{
    margin-top: 10%;
}
.comp_csharp{
    margin-top: 10%;
}
.comp_wserver .image_projet{
    width: 70px;
}
.comp_windev .image_projet{
    width: 70px;
}


/* ---Projet--- */
.projet{
    background-color: #BDC3C7;
    display: flex;
    margin-left: 14%;
    max-width: 70%;
    margin-bottom: 10%;
    border-top-right-radius: 4% 22%;
    border-top-left-radius: 4% 22%;
    border-bottom-right-radius: 4% 22%;
    border-bottom-left-radius: 4% 22%;
}
.pro_ligne1{
    margin-left: 10%;
}
.image_pro{
    margin-left: 10%;
    width: 100%;
    height: 100%;
}
.pro_lig1_card1 {
    margin-right : 5%;
    cursor: pointer;
    height: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align:center;
    }
.pro_lig1_card1 .fadedbox {
    margin-left: 18%;
    background-color: #666666;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 110%;
    padding: 35% 5%;
    margin-top: 10%;
    }
.pro_lig1_card1:hover .fadedbox { opacity: 0.7; }
.pro_lig1_card1 .text {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    }
.pro_lig1_card1 .title {
    font-size: 1em;
    text-transform: uppercase;
    opacity: 0;
    transition-delay: 0.2s;
    transition-duration: 0.3s;
    }
.pro_lig1_card1:hover .title,
.pro_lig1_card1:focus .title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    }
.pro_ligne1{
    
    display: flex;
}


.snip1361 {
    font-family: 'Arimo', sans-serif;
  position: relative;
  overflow: hidden;
  margin: 5%;
  min-width:30%;
  max-width: 90%;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 100%;
}
.snip1361 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10%;
  -webkit-transition: all 0.50s ease;
  transition: all 0.50s ease;
}
.snip1361 img {
    margin-left: 15%;
  max-width: 80%;
  vertical-align: top;
}
.snip1361 figcaption {
  position: absolute;
  top: calc(120%);
  width: 100%;
  background-color: #ffffff;
  padding: 15px 25px 65px;
}
.snip1361 figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80%;
  background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.snip1361 h3,
.snip1361 p {
  margin: 0 0 10px;
}
.snip1361 h3 {
  font-weight: 300;
  font-size: 1em;
  line-height: 1.2em;
  font-family: 'Arimo', sans-serif;
  text-transform: uppercase;
}
.snip1361 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
}
.snip1361 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.snip1361:hover figcaption,
.snip1361.hover figcaption {
  top: 100px;
}
footer{
    text-align: center;
    margin-top: -4%;
    margin-bottom: 10%;
}
.margin_botom{
    height: 10%;
    margin-top: 10%;
    background-color: #283747; 
}
.margin_botom p {
    color : #283747; 
    visibility: hidden;
}

/*-- Bouton retour vers le haut --*/

#button {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  