/* Style appliqués sur l'ensemble du site */

*{
  box-sizing: border-box;
}
body{
  margin:0;
}

h1{
  font-size: 70px;
}
h2{
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  
  color: rgba(9,9,121,1);
}
/* partie formations */
.formaz{

  background: rgb(2,0,36);
  background: -moz-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#00d4ff",GradientType=1); 
  color: white;
}


/* partie profil  */
.gla{
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  color:rgb(37, 37, 32);
}

/* partie compétences  */


div.styl{
  width: 30%
}
canvas{
  width: 100%;
  color:white;
  
}


/* partie réalisations */
img{
  width: 100%;
}

ul{
  list-style-type: none;
}


.image-border{
  border:1px solid #CED4DA;;
  border-radius: 0.5rem;
  max-height: 365px;
  overflow: hidden;
  margin-bottom:10px ;
  position: relative;
}

.hover-image{
  position: absolute;
  width: 100%;
  height:100%;
  left:0;
  top:0;
  opacity:0;  
  background-color:  rgba(0,212,255,1);
  border-radius: 0.5rem;
  display: block;
  z-index:10;
  cursor: pointer;
}

.hover-image:hover{
  opacity:0.7; 
}


.hover-image i{
  position: absolute;
  color: white;
  top: 50%; left: 50%; /* à 50%/50% du parent référent */
  transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
  font-size: 35px;
}




/* partie formations */
.date {
  color:  rgb(4, 23, 58);
  line-height: 112px;
  text-align: center;
  background:rgb(254, 254, 255);
  margin-top:13px;
  padding: 0px; 
  width: 112px;
  height: 112px;
  border-radius: 58px;
}
/* background formation*/



/* curseur pour remonter */

#toTop {
  position: fixed;
  bottom: 25px;
  right: 1.2rem;
  margin-right: 0;
  z-index: 100;
  width: 35px;
  height : 35px;
  background-color: #363636;
  border: 0 none;
  transition: all 0.6s;
  text-decoration: none;
  font-size: 1.3em;
  border-radius: 5px;
  display: block;
  }
  #toTop i{
    display: block;
    line-height: 35px;
    text-align: center;
    color:white;
  }
  .fa:hover{
    transform: rotate(360deg);
  }

/* partie formulaire contact */
  



  .btn-secondary{
    background-color: #51A35F;
  }



.colore{
  background: rgb(2,0,36);
  background: -moz-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#00d4ff",GradientType=1); 
}

.btn{
  background-color: rgba(9,9,121,1);
}

.fas{
  color:rgba(9,9,121,1);
}


/* page admin.php */
.btnmodif{
  background-color: blanchedalmond!important;
} 

.admi{
  background-color: blue;
}
hr{
  height: 10px;
  background: rgb(2,0,36);
  background: -moz-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#00d4ff",GradientType=1);
}