*{
    box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


body {
    background-image:url("../img/fondtest.jpg") ;
    object-fit:  contain;    
}

li {
    list-style: none;
}

div{
    align-items: center;
    align-content: center;
}
.photoProfil{
    width: 39.3vh;
    height: 30vh;   
    border-radius: 3vh; 
}

span {
    width: 15vh;
    font-weight: 600;

}

button{
    color: #0a0727;

}

li:hover {
    font-weight: 700;
}

a{
      text-decoration: none;
      color: #0a0727;
      cursor: pointer;
}


h1, h2, h3, h4, h5, h6 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 550;
    color: #0a0727;
}

span, p, ul, li{
color: #130d49;
}


.interligne {
    height: 1vh;
}

.profil {
    background: linear-gradient(90deg, rgba(146,146,148,1) 0%, rgba(210,210,213,1) 50%, rgba(240,241,241,0.3946310946253502) 100%);
    align-content: center;
    align-items: center;
}

.space {
    height: 5vh;
}

.ground{
    background: linear-gradient(90deg, rgba(146,146,148,1) 0%, rgba(210,210,213,1) 50%, rgba(240,241,241,0.3946310946253502) 100%) ;
    border: 0.25vh solid rgb(2, 213, 10);
    border-radius: 1vh;
}

.ground2{
    justify-self: center;
    background: linear-gradient(90deg, rgba(146,146,148,1) 0%, rgba(210,210,213,1) 50%, rgba(240,241,241,0.3946310946253502) 100%) ;
    height: auto;
    border: 0.25vh solid rgb(2, 213, 10);
    border-radius: 1vh;

}
.competence{
    background-color:  rgb(254, 254, 254) ;
}

  

   /* bouton réalisation */

   .boutonReal {
       font-weight: 600;
    width: 9em;
    height: 3em;
    border-radius: 30em;
    font-size: 15px;
    font-family: inherit;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow:  6px 6px 12px rgb(3, 94, 6),
    -6px -6px 12px rgb(2, 213, 10);
   }
   
   .boutonReal::before {
    content: '';
    width: 0;
    height: 3em;
    border-radius: 30em;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #0fd850 0%, #d1f824 100%);
    transition: .5s ease;
    display: block;
    z-index: -1;
   }
   
   .boutonReal:hover::before {
    width: 9em;
   }

   .boutonRealisation {
    width: 6em;
    height: 2em;
    border-radius: 30em;
    font-size: 15px;
    font-family: inherit;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 6px 6px 12px rgb(3, 94, 6),
                -6px -6px 12px rgb(2, 213, 10);
   }
   
   .boutonRealisation::before {
    content: '';
    width: 0;
    height: 2em;
    border-radius: 30em;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #0fd850 0%, #f9f047 100%);
    transition: .5s ease;
    display: block;
    z-index: -1;
   }
   
   .boutonRealisation:hover::before {
    width: 6em;
   }


   

     
 /* css partie vignette  */

.row,
.row > .column {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  display: none; /* Hide columns by default */
}

/* Clear floats after rows */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: rgb(254, 254, 254);
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: rgb(254, 254, 254);
  cursor: pointer;
}

/* Add a grey background color on mouse-over */
.btn:hover {
  background-color: #ddd;
}

/* Add a dark background color to the active button */
.btn.active {
  background-color: #666;
   color: white;
}

.vignette {
    border: rgb(2, 213, 10) 3px solid;
    background-color:  rgb(210,210,213);
    width: 18em;
    height: 18em;
    margin: 1vh;
    border-radius: 1vh;

}

.photoReal{
    width: 100%;
    height: 7em;
    object-fit: contain;
}

.contactLogo {
    width: 15vh;
    height: 15vh;
}

.modalCustom{
    width: 35vh;
    height: 35vh;
    object-fit: contain;

}

.visible {
    transform: translateX(0) ;
    opacity: 1;
    transition: transform 1s, opacity 1s;
  }
  
 .visible.non {

    transform: translateX(50px) ;
    opacity: 0;
    transition : transform 1s,  opacity 1s;

  }

