/************************ Barre de navigation ***************************/

.nav-link {
  color: turquoise;
}

.nav-item,
.dropdown {
  height: 50%;
}

h2 {
  text-align: center;
}

/************************ Fin barre de navigation ******************************/

/******************* A propos *******************/ 

/********** Mon cv ***********/

.monCv{
text-align: center;
  color:blue;

}

/******* Fin mon cv *********/

/******************** Fin A propos ***************/ 


/************************************* Accueil Projet (Template HOME allProjets) ****************************************/



body {
  background-repeat: no-repeat;
}

.imageperso {
  background: url("../assets/languages2.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



.text-center {
  height: 50px;
}

.containerProjet,
.containerLien {
  width: 80%;
}

.containerLien {
  margin: auto;
}

.projet {
  margin: 19px;
  display: inline-block;
  width: 30%;
}

.card-img-top-projet {
  width: 200px;
  height: 300px;
}

img {
  margin: auto;
}

.buttons {
  margin: 28px;
}

.imageCompetences,
.imageProjet {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.imageCompetences {
  background: url("../assets/codeInformatiqueFondEcranLangage.jpg");
}

.imageProjet {
  background: url("../assets/codeInformatiqueFondEcranProjet.jpg");
}


/* ---- Responsive de l'affichage des projets -----*/

@media (min-width: 400px) and (max-width: 768px) {
  .container {
    margin: auto;
  }

  .projet {
    width: 48%;
  }
}


@media (max-width: 768px) {
  .container {
    margin: auto;
  }

  .projet {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 878px) {
  .container {
    margin: auto;
  }

  .projet {
    width: 41%;
  }
}

@media (min-width: 878px) and (max-width: 1400px) {
  .container {
    margin: auto;
  }

  .projet {
    width: 41%;
  }
}

/* ---- Fin Responsive de l'affichage des projets -----*/

/************************************* Fin Accueil Projet (Template HOME allProjets) ****************************************/

/******************************************** Page single Projet ********************************************/

/****************************************** Fin Page single Projet ********************************************/

/******************************************** Page des différents types de compétences ********************************************/


.imageCompetences,
.imageProjet {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.containerBibli,.containerLang,.containerFram,.containerCms,.containerOutil {
   /*display: flex;
  justify-content: center;
  align-items: center;*/ 
  width: 80%;
  margin:auto;
}

/* .compLang,.compFram{
  display:inline-block;
  margin:auto;

} */


.couleurFondComp {
  background: linear-gradient(0deg, rgb(74, 74, 191), 40%, rgb(32, 127, 73));
}

.langage,
.outil,
.cms,
.framework,
.bibliotheque {
  
  /*display: flex;
    justify-content: center;
     align-items: center; */
     display:inline-block;
  width: 24%;
  margin: 19px;
}

.card-text {
  color: rgb(15, 15, 15);
  text-align: center;
}

.sousHR {
  width: 25%;
  margin: auto;
}

/************************** Responsive des différents types de compétences ************************/


 @media (max-width: 768px) {
  .containerBibli,.containerLang,.containerFram,.containerCms,.containerOutil {
    margin: auto;
  }

  .langage,
  .outil,
  .cms,
  .framework,
  .bibliotheque {
    
      width: 100%;
    }
  }


@media (min-width: 768px) and (max-width: 878px) {
  .containerBibli,.containerLang,.containerFram,.containerCms,.containerOutil {
    margin:auto;
  }

  .langage,
.outil,
.cms,
.framework,
.bibliotheque {
  
    width: 41%;
  }
}

@media (min-width: 878px) and (max-width: 1400px) {
  .containerBibli,.containerLang,.containerFram,.containerCms,.containerOutil {
    margin: auto;
    
  }

  .langage,
.outil,
.cms,
.framework,
.bibliotheque {
 
    width: 42%;
  }
} 

/************************** Fin Responsive des différents types de compétences ************************/

/****************************************** Fin Page compétences ********************************************/

/******************************************** Page all experiences vue ********************************************/

.experiences {
  width: 90%;
  margin: auto;
  background-color: rgb(0, 255, 234);
}

.exp {
  width: 80%;
  background-color: rgb(53, 129, 155);
  margin: 50px auto;
}

.boiteCercle{
  display:inline-block;
  width: 150px;
  height: 170px;
  }

.cercleDate {
  display: inline-block;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 3px solid black;
  background-color: rgb(72, 230, 182);
  margin: 20px 10px;
}

.dates {
  display: inline-block;
  margin: 40px 30px;
  font-weight: 900;
}

/* */

.boiteBarre{
  display:inline-block;
  width: 200px;
  height: 100px;
  
}


.barre {
  display: inline-block;
  background-color: brown;
  width: 100%;
  height: 15px;
  border: 3px solid black;
  border-radius: 35px 35px 35px 35px;
  margin: auto;
}

.rectDesc {
  margin: 5px -6px;
  display: inline-block;
  height: 200px;
  width: 810px;
  padding: 5vh;
  background-color: rgb(153, 160, 153);
  background-size: cover; /* etire l'image pour qu'elle rentre dans la balise */
  border: 3px solid black;
  margin: 1vh;
  transition: margin 0.5s; /* augmente le margin en 0.5 secondes grace à :hover */
  border-radius: 35px 35px 35px 35px;
}

/* ************************ Responsive pour android et tablettes **********************/


@media (min-width: 200px) and (max-width: 1200px) {
  .exp {
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction: column;
    width: auto;
    height: auto;
   
  }
  
  /* test formes */
  
  .boiteCercle{
    display:flex;
    width: 500px;
    height: 90px;
    
    justify-content: center;
    align-items: center;
    }
    
    .cercleDate{
        display:flex;
    border: 3px solid black;
    background-color: rgb(72, 230, 182);
        width:150px;
        height: 150px;
    border-radius: 50%;
    }
    
    .boiteBarre{
        display:flex;
        width: 500px;
        height: 220px;
        
        justify-content: center;
        align-items: center;
    }
    
    .barre{
    display:flex;
    border: 5px solid black;
        width:20px;
        height:175px;
        background-color: brown;
    }
    
    .rectDesc{
    display: flex;
        background-color: rgb(153, 160, 153);;
        height: auto;
    width: auto;
    border-radius: 35px 35px 35px 35px;
        word-wrap: break-word;
        border: 3px solid black;
        padding: 5vh;
        background-size: cover; 
    }
}


@media (min-width: 1200px) and (max-width: 1800px) {
  

  .boiteBarre{
    display:inline-block;
    width: 125px;
    height: 15px;
    
    justify-content: center;
    align-items: center;
}

.barre{
  display:flex;
  border: 3px solid black;
      width:125px;
      height:15px;
      background-color: brown;
  }


    .rectDesc{
    display: inline-block;
        background-color: rgb(153, 160, 153);;
        height: auto;
    width:550px;
    border-radius: 35px 35px 35px 35px;
        word-wrap: break-word;
        border: 3px solid black;
        padding: 5vh;
        background-size: cover; 
    }
}



/* fin test formes */

/******************************************** Fin Page all experiences vue ********************************************/

/* ----------------------------- Debut Footer --------------------------*/

.socialContainer {
  margin: 40px;
  text-align: center;
}

i {
  margin: 0px 15px;
}



/* ----------------------------- Fin Footer --------------------------*/

/****************************************** Fin Page all formations vue ********************************************/

/*********** Effets des images *********/

/*    .imgEffets{
    width: 320px;
    height: 320px;
    margin:70px auto;
}

.projet li{
    list-style-type: none;
    float:left;
    width:141px;
    height: 150px;
    margin:5px;
}

.projet li:nth-child(3){
    clear:both;
}

.projet li img{
    position:absolute;
    z-index: 1;
    height: 150px;
    box-shadow: 0 0 3px black;
    transition: .5s cubic-bezier(0,3, .4,1);
}

.projet li:hover img{
    z-index: 2;
    transform: scale(1.5);
    box-shadow: 0 0 10px black;
}

.projet:hover li:not(:hover) img{
    filter: grayscale(1) blur(5px);
}

style="width: 310px; height: 225px; object-fit: cover;"

*/
