
@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
*{
  box-sizing: border-box;
}
:root {
  --darkbackground: #1d1d22;
  --redhighlight: #ff4f4f;
  --pinkshade: #ff00dc;
  --blueskyyellow:rgb(74, 224, 241);
  --graybackground: #34343e;
}

body{
  font-family: "Roboto", Helvetica, sans-serif;
  /*background:-moz-repeating-linear-gradient(to bottom,#696969,#010405);*/
  /*background: linear-gradient(to top,white, #859398);*/
  background: linear-gradient(to top,#696969,#011b22);
  color:#000000;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  .form{
    display: none;
  }
  .paragraph-p{
    display: none;
  }
  }
  .container{
    margin-bottom: 50px;
  }

  a { color: initial; }
  

Ce code CSS 
  header{
    /*color: #000000;*/
    color: #000000;
    font-family: "Pacifico";
    font-weight: bolder;
   background-size: cover; /* pour ajuster la taille de l'image au conteneur */
   /*background:linear-gradient(to bottom,#F5F5F5,#696969);*/

   margin: 0;
   padding: 0;
  }
  .entete{
    color:whitesmoke;
    font-family: "pacifico",recursive;
    margin-top: 0;
    margin-left: 10px;
    font-weight:lighter;
    font-size: 14px ;
    text-shadow: 5px 5px 700px rgba(0, 0.4, 0.5, 0.6);
  }
  h3{
    color:whitesmoke;
    text-align: center;
  }
  #home-home{
    color: whitesmoke;
  }
  #bienvenue{
    font-size: 13px;
    text-transform: uppercase;
    color:rgb(24, 158, 242);
    text-shadow: 5px 5px 700px rgba(0, 0.4, 0.5, 0.6);
   
  }
 
  .bienvenue{
    display: inline;
    text-align: center;


  }
  
  .bien-bienvenue{
    font-family: 'Pacifico',cursive;
    font-size: 40px;
    font-weight: 700px;
    margin-bottom: 10px;
    margin-top: 60px;
    word-spacing: 5px;
    text-shadow: 2px 2px 200px rgba(0, 0.4, 0.5, 0.6);


  }

  
  /*------------------------------------------------------------------------------------
                                 navbar-top
  --------------------------------------------------------------------------------------*/
.navbar-top{
position: fixed;
width: 100%;
background-color:transparent;
opacity: 0.9;
/*  background-image: url(images/photo2.JPG);*/
overflow: hidden;


}
.nav-container-top ul{
  display: flex;
  list-style-type: none;
  margin-left: 950px;
  

}
.nav-container-top ul li{
 padding: 10px;
}
.nav-container-top ul li a{
  /*color: whitesmoke;*/
  color: greenyellow;
  text-shadow: 2px 2px 500px rgba(0, 0.3, 0.4, 0.6);

 }
.nav-container-top ul li a:hover{
  color: rgb(24, 158, 242);
    border-bottom: rgb(192, 220, 236) 2px solid;
    transition: all 200ms ease;
    text-shadow: 2px 2px 500px rgba(0, 0.3, 0.4, 0.6);


 }
.nav-container-top ul li.active a{
  color: rgb(24, 158, 242);
    border-bottom: rgb(192, 220, 236) 2px solid;
  
 }



  /*------------------------------------------------------------------------------------
                                 bouton
  --------------------------------------------------------------------------------------*/                               
  
  button {
    appearance: none;
    background: transparent;
    border: none;
    isolation: isolate;
    color: #000;

  }
  .text-text{
    color: #000;
  }
  .text-text:hover{
    color:whitesmoke;
  }
  
   
  .button {
    font-size: 9px;
    font-weight: bolder;
    line-height: 0.7;
    width: 71px;
    border-radius: 9999rem;
    background: #efefef;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    isolation: isolate;
    overflow: hidden;
    margin-bottom: 102px;
    background-color:whitesmoke;
    /*color:#3b4249	;*/
    border-radius: 30px;
    padding: 4px 6px;
    margin-bottom: 140px;

  
    & >span > .text-text {
      color: #121212;
      width: 75%;
      text-align: left;
      padding-block: 5px;
      padding-left: 0px;
      z-index: 1;
      transition: all 200ms ease;
    }
    & > a {
      color:black;
      width: 90px;
      height: calc(100% - 1px);
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding: 6px;
      border-radius: inherit;
  
      background-color:lightskyblue;

      position:static;
      
      right: 1px;
      z-index: 1;
      transition: all 400ms ease;
      /*margin-left: 5px;*/
    }
    &:is(:hover, :focus) {
      & > span.text {
        /*color: black;*/
        color:whitesmoke;
      }
      & > a  {
        width: calc(100% - 2px);
        transition: width 200ms ease;

      }
    }
  }
    /*a:hover{
    background-color: #0b2434;
    /*color:#1d9eef;*/
    /*color:whitesmoke;
   /*}*/

   .button:hover{
    background-color: #1d9eef;
    color: whitesmoke;
   }
    
  
  
  
  /*.bouton{
    font-family: "Robotto", Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 160px;
    background-color:whitesmoke;
    color:#3b4249	;
    border-radius: 30px;
    padding: 7px 8px;
    font-size: 13px;
  }*/
  /*a{
    text-decoration: none;
  }*/

  .bouton:hover{
    background-color:lightskyblue;
    color:var(--graybackground);
  }
  .grid-container{
    padding-top: 30px;
    display:grid;
    grid-column-gap: 30px;
    
    grid-template-columns: repeat(3,1fr); 
        
  }

  .grid-item  {
    font-family: "Pacifico";
    font-size: 20px;
    border-width: 5px;
    /*border-style: solid;*/
    /*border-color: darkgray;*/
   /* border-radius: 2%;*/
    /*background: linear-gradient(to bottom, #F5F5F5, #696969);*/
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}
span {
  font-style: italic;
  /*color:aliceblue;*/
 color:#778899	;

}

 .grid-item-middle  {
    background-image:url(images/home.PNG);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border: 5px solid darkgray;
    /* Supprimer les bordures à droite et à gauche */
    border-left: none;
    border-right: none;
    border-radius: 5%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 69.5vh;

}

  .div-grid-item{
 
    background-image:linear-gradient(to bottom, #FFFFFF	,#F0FFFF); 
    /*background-image: linear-gradient(to bottom, #F0F8FF,#B0C4DE);*/

    border-style: 5px solid  darkgray;
    border-left: none;
    border-right: none;

    align-self: center;
    /*border-style:none;*/
    /*border-color:transparent;*/
    border-radius: 5%;
    position:relative;
    padding:20px; 
    margin-left: 20px; 
    margin-right: 20px; 
    box-shadow: 2px 2px 500px rgba(0, 0.3, 0.4, 0.6);
    
  }
  #pense-si{
    background-image:linear-gradient(to bottom, #2b2c37	,#044484);
    color: whitesmoke; 
  
   padding: 20px;
  }
  #pense-si p{
    color: whitesmoke;
    font-family: "Roboto", sans-serif;
  }
  #pense{
    color:rgb(24, 23, 31)
  }


  hr{
    width: 50px;
    height: 3px;
    border: none;
    background-color: #333;
  }
    
    
  
#por{
  font-weight:"strong" ;
  /*color:#696969;*/
  color:whitesmoke;
  text-shadow: 5px 5px 700px rgba(0, 0.4, 0.5, 0.6);


}  
/*------------------------------------------------------------------------------------------
                                        A propos
-------------------------------------------------------------------------------------------------*/                                        

.title-propos{
  display: flex;
justify-content: center;
align-items: center;
height: 10vh;
margin-bottom: 20px;
margin-top: 0;
padding-top: 5px;

}
.section-title {
  text-align: center;
}

.section-title{
  color: whitesmoke;
  font-family: "Pacifico",cursive;
  font-size: 40px;
  font-style: italic;
  margin-bottom: 10px;
  text-shadow: 5px 5px 700px rgba(0, 0.4, 0.5, 0.6);


}


.biographie-container{
  display: grid;    
  grid-template-columns: repeat(2,1fr); 
  text-align: center;
  justify-content:center;
  align-items: center;
  
      
}

.bio-photo {
  grid-column: 2 / 3; /* Définit que cette colonne occupe la deuxième colonne de la grille */
height:550px;
}
.div-biographie{
  grid-column:1/2;
position: relative;
text-align: center;
border: solid;
border-width: 5px;
border-color: grey;
align-self: center;
border-radius: 5%;
border-left: none;
border-right: none;
background-image:linear-gradient(to top, #FFFFFF	,#F0FFFF); 
margin-left:10px;
margin-right:10px;
padding: 20px;
max-height: 550px;
width: 850px;
box-shadow: 2px 2px 500px rgba(0, 0.3, 0.4, 0.6);


}



.bio-texte{
  
display:flex;
justify-content: center;
align-items: center;
text-align: center;
width:50%;
padding:0px;
margin:0px;
box-shadow: 2px 2px 500px rgba(0, 0.3, 0.4, 0.6);

}


.nom{
  font-family:"Pacifico", recursive;
  text-transform:uppercase;
  word-spacing: 5px;
  font-size: 16px;

}
/*----------------------------------photo---------------------------------
----------------------------------------------------------------------------*/
 .signe{
  margin-top: 15px;
  width: auto;
  height: 95%;
  border-radius: 5%;
  border: solid;
border-left: none;
border-right: none;
box-shadow: 2px 2px 500px rgba(0, 0.3, 0.4, 0.6);

 }
 /*.bio-photo{
  width: auto;
 }*/
 /*------------------------------------------------------------------------------------------
                                           navbar
 --------------------------------------------------------------------------------------------*/
 .navbar{
  position: fixed;
  bottom: 30px;
  /*left: 0;*/
  right: 5px;
  width: 30%;
  background-color: transparent;
/*  background-image: url(images/photo2.JPG);*/
  overflow: hidden;
  z-index: 1000;
 }
 .nav-container h2{
   float: left;
   padding:0 3 3 0;
   /*text-transform: uppercase;*/
   font-family:"Pacifico";

    word-spacing: 5px;
  
 }

 .nav-container span{
  color:whitesmoke;
  padding-left:3px;
 }

.nav-container ul{
  list-style: none;
  padding-left: 0;
  overflow: hidden;
  float:right;

}
.nav-container ul li{
  float: left;
  padding: 10px;

}
.nav-container ul li a{
  color:whitesmoke;
  text-decoration: none;
  transition: color 0.3s;
  text-shadow: 2px 2px 500px rgba(0, 0.4, 0.5, 0.6);


}
.nav-container ul li a:hover {
  /*color: darkblue;
  color: darkblue;*/
  color:rgb(24, 158, 242) 2px;
  text-shadow: 2px 2px 7px rgba(0, 0.4, 0.5, 0.6);


}
 .navbar ul li.active a, .navbar ul li a:hover {
/*  color: #1d9eef;*/
  /*color: blue;*/
color:rgb(24, 158, 242);
  border-bottom:rgb(192, 220, 236) 2px solid;
  box-shadow: 2px 2px 500px rgba(0, 0.3, 0.4, 0.6);

}
.nom{
  font-size: 20px;
}

/*------------------------------------------------------------------------------------
                                           PORTOFOLIO
-----------------------------------------------------------------------------------*/


.porto-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
    list-style: none;
    margin-top: 40px;
    overflow: hidden;

}

.porto-list{
  padding: 0 8px 8px;
}
.porto-ul a{
  /*color: black;*/
  /*color:rgb(24, 158, 242);*/
  color:rgb(74, 224, 241);

  /*color:whitesmoke;*/
}
.porto-ul .active a{
  /*color: blue;*/
  /*color:rgb(74, 224, 241);*/
  color:rgb(228, 238, 239);

  /*border-bottom: 2px solid blue;*/
  /*border-bottom:rgb(24, 158, 242) 2px solid;*/
  border-bottom:rgb(192, 220, 236) 2px solid;



}
.porto-ul  a:hover{
  /*color: blue;*/
  /*color:rgb(74, 224, 241);*/
  color:rgb(228, 238, 239);


/*  border-bottom: 2px solid blue;*/
  /*border-bottom:rgb(24, 158, 242) 2px solid;*/
  border-bottom:rgb(192, 220, 236) 2px solid;


}
.nav_porto{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.nav-porto-list{
  margin-top: 50px;
  text-transform: uppercase;

}



/*#projects {
  width: 100%;
  padding-bottom: 2px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  margin-bottom: none;
 
}*/

hr {
  width: 50px;
  height: 3px;
  border: none;
  background-color:grey; 
  /*box-shadow: 2px 2px 500px rgba(0, 0.3, 0.4, 0.6);*/

}
/*hr {
  box-sizing: content-box;
  height: 0;
}*/
/*-----------------projets-grid----------------------
------------------------------------------------------------*/

.projects-grid {
  display: grid;

  justify-content: space-around; /*Pour espacer les balises horizontalement */
  align-items: center; /* Pour aligner verticalement si besoin*/ 
  text-align: center;
  grid-template-columns:repeat(2,1fr);
  grid-gap: 2em;
  grid-template-areas:
      "projx"
      "proj1"
      "proj2"
      "proj3"
      "proj4";
  place-items: center;
  place-content: center;
}

#projx{
  grid-column: 1 / span 2;
  /*--------ajout------------*/
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width:90%;
  margin: 0 20px,20px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image:linear-gradient(to bottom, #cdd3d7, #b9c0c0	);
 border: 5px solid gray;
 border-radius: 5px;
  border-left: none;
 border-right: none;
 padding-left: 20px;
/*padding-right: 20px;*/
}
/*#proj1 {
  grid-area: proj1;
}*/
#proj1{
  grid-column: 1;
}
#proj2{
  grid-column: 2;
}
#proj3{
  grid-column: 1;
}
#proj4{
  grid-column: 2;
}

/*#proj2 {
  grid-area: proj2;
}

#proj3 {
  grid-area: proj3;
}

#proj4 {
  grid-area: proj4;
}*/


.project-tile {
  /* fill up area to make a square*/ 
  width: 45%;  /*Pour définir la largeur de chaque projet*/ 
  margin-bottom: 20px; /* Pour espacer les projets verticalement */
}

.project-image {
 /*take up size of project-tile*/ 
  width: 100%;
  height: 80%;
  border-radius: 1.2em 1.2em 0 0;
  border-left: none;
  border-right: none;
  border-radius: 5%;
  border-color: #696969;
}

.project-title {
  margin-top: 0.5em;
  color: black;
  color:rgb(228, 238, 239);

  /*transition: all 0.5s ease 0s;*/
  
}


.box {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box::after {
content: "";
top: 0;
left: 0;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
opacity: 0;
-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box:hover {
-webkit-transform: scale(1.25, 1.25);
transform: scale(1.1, 1.1);
}*/

.box:hover .project-title{
 /*change text color on hover*/ 
  color: var(--blueskyyellow);
}

.box:hover::after {
  opacity: 1;
}*/
/*.resume{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image:linear-gradient(to bottom, #cdd3d7, #b9c0c0	);
 border: 2px solid gray;
 border-radius: 5px;
  border-left: none;
 border-right: none;
 padding-left: 20px;
padding-right: 20px;
}*/


/*.resume-titre{
  margin-top: 20px;
}*/


#formation{
  grid-column: 1 / span 2;
  /*--------ajout------------*/
  justify-content:center;
  align-items: center;
  margin-top: 20px;
  width:90%;
  background-image:linear-gradient(to bottom, #cdd3d7, #b9c0c0	);
 border: 5px solid gray;
 border-radius: 5px;
  border-left: none;
 border-right: none;
}
.container-resume{
/*width: 550px;*/
width: 100%;
height: 200px;
margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
padding-top: 30px;

}
/*--------------------------------------------------------------------------------------
                              competences
----------------------------------------------------------------------------------------*/                     
.section-competences{
  display: grid;

  grid-template-columns: repeat(4,1fr);;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0.7;
  grid-column-gap: 10px; /* Ajoute un espace de 10px entre chaque colonne */
  grid-row-gap: 10px; /* Ajoute un espace de 10px entre chaque ligne */

}

 
.competences-id {
  margin: 0 auto;

  font-family: "Roboto", Helvetica, sans-serif;
  background-image:linear-gradient(to bottom, #FFFFFF	,#F0FFFF); 
  width: 286px;
  height: 116px;
  grid-gap: 30px;
  text-align: center;
  align-self: center;
  border: 5px solid darkgray;
  /* Supprimer les bordures à droite et à gauche */
  border-left: none;
  border-right: none;
  border-radius: 5%;
  box-shadow: 2px 2px 500px rgba(0, 0.3, 0.4, 0.6);

 
}
.metho{
  color:rgb(182, 238, 243);

}
.metho:hover{
  color:rgb(228, 238, 239);
}

.competences-id a, .competences-id {
  font-family: "Roboto", Helvetica, sans-serif;
  background-image:linear-gradient(to bottom, #5a5ace	,#310f86); 
 
  grid-gap: 30px;
  color:#000000;
}
.competences-id a, .competences-id:hover {
  font-family: "Roboto", Helvetica, sans-serif;
  background-image:linear-gradient(to bottom, #dbd8eb	,#3d17a7);

  grid-gap: 30px;
  /*color:skyblue;*/
  color:rgb(228, 238, 239);

  
}


/*.competences-id a, .competences-id:visited{
  color: #000;
}*/

h4{
  margin-top: 0;
}


.images{
  width: 40px;
  height: 40px;
}


/*----------------------------------------------------------------------
                      ME CONTACTER
-------------------------------------------------------------------------*/
/*.contact-me{
  text-align: center;
  
}
.container{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  
}  

textarea{
  width: 250px;
  height:200px;
  background-color: #34343e;
  color: #F0FFFF;
}
form{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
}
input{
  height: 10px;
  position:fixed;
}*/

/* Start Contact Me */
.container{
  display: flex;
  flex-wrap: wrap;
  /*grid-template-columns: repeat(2,1fr);*/
  justify-content: center;
  align-items: center;
  text-align:justify;
  width: 100%;
  
}  


.contact-me {
  background-color: #252f31;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 70px;
}

.contact-me h2 {
  color: #fff;
  margin-left: 40px;
  text-align: center;
}

.contact-me p , .contact-me address{
  
  color:whitesmoke;
  margin-left: 40px;
  
}

.contact-me p strong{
  color: #d1d6da;
}

/*.contact-me .info, .contact-me .form {
  width: 45%;
  float: left;
}*/
.contact-me .form{
  margin-top: 10px;
  margin-left: 5%;
  background-color: #000000;
}
.contact-me .form label{
  display: block;
  color: #d1d6da;
  margin-bottom: 20px;
  margin-top: 20px;
}
.contact-me .form input[type="text"]{
  color: #fff;
  background-color:#4b5557;
  border: 0;
  width: 50%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.contact-me .form input[type="email"]{
  color: #fff;
  background-color:#4b5557;
  border: 0;
  width: 50%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.contact-me .form input[type="name"]{
  color: #fff;
  background-color:#4b5557;
  border: 0;
  width: 80%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.contact-me .form textarea{
  color: #fff;
  background-color:#4b5557;
  border: 0;
  width: 50%;
  padding: 10px;
  margin-bottom: 5px;
  margin-right: 200px;
  border-radius: 5px;
}
.contact-me .form input[type="submit"]{
  background-color: #191e22;
  color: #fff;
  padding: 0px 20px;
  text-align: center;
  width: 363px;
  height: 40px;
  border: 0;
  margin-top: 0px;
  border-radius: 30px;
  display: block;
  transition: all .2s ease-in-out;

}
.contact-me .form input[type="submit"]:hover{
background-color:  #1d9eef;
color:black;
text-decoration: underline;
/*padding: 15px 30px;
font-size: 13px;*/
cursor:pointer;
transform: translate3d(0px, -7px, 0px);


}

/*.info{
  text-align: center;
  margin-left: 50px;
  margin-top: 150px;
  padding-right: 0px;

}*/
#mailto{
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-left: 310px;
  margin-top: 2px;
  background-color: transparent;
  border: 0;

}
#mailto-p{
  display: block;
  color:#1d9eef;
  float: right;
  margin-right: 150px;


}

/*-------------------------------------------------
                    FOOTER
--------------------------------------------------*/

footer {
  position: relative;
  width: 100%;
  padding: 2em 0;
    background: linear-gradient(to bottom, #3e4243,hsl(213, 46%, 10%));
  
  text-align: center;
}
/*.suivre{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border:solid,2px,blue;
}*/
.co{
  margin-top: 7px;
width: 44px;
height: 40px;
border-radius: 50%;
/*border: solid,5px whitesmoke;*/
border-left: none;
border-right: none;
box-shadow: 2px 2px 500px rgba(0, 0.3, 0.4, 0.6);

} 
.suivre p{
color:whitesmoke;
height: 30px;
text-shadow: 2px 2px 200px rgba(0, 0.4, 0.5, 0.6);


}

/*#social-media {
  width: 16em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#social-media img {
  width: 5em;
  height: auto;
  margin-right: 1em;
}

.icon-container {
  background-color: var(--graybackground);
  width: 1.4em;
  border-radius: 0.3em;
  padding-top: 0.1em;
  padding-bottom: 0.05em;
}

i.fab {
  font-size: 2.5em;
  color: var(--pinkshade);
}

.icon-jump {
transition: transform 0.3s ease-out;
}

.icon-jump:hover {
transform: translateY(8px);
}*/

/* Social Media Icons */

/*.fa{
  width: 40px;
  height: 40px;
  background-image: transparent;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  padding:0; 
  margin: 0;


}*/
/*.footer-copyright{
  color: #1d9eef;
  text-transform: uppercase;
  font-size: 10px;
  bottom: 0;
}*/
/*.footer {
  position:relative;
  min-height: 100vh;
}*/

.footer-copyright {
  position: absolute;
  bottom: 7px;
  width: 50%;
  /*background-color: #f8f9fa;*/
  /*color: #1d9eef;*/
  color: whitesmoke;
  text-transform: uppercase;
  font-size: 10px;
  margin-left: 200px;
}
/*footer{
  background-color: #000000;
}*/
/*.social-media-list {
  position: relative;
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}*/

/*.social-media-list li a {
  color: #fff;
}*/
.social-media-list li{
  list-style: none;
  /*position: left;*/
  /*display: flex;
  flex-wrap: wrap;*/
  display: inline-block;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
}
.social-media-list li:nth-child(1),li:nth-child(2), li:nth-child(3) {
  float: left;
  margin-top: 0px;
  margin-left: 0;
}
.social-media-list li:nth-child(4) {
  float:left;

} 

/*.social-media-list li {
  position: relative; 
  display: inline-block;
  height: 60px;
  width: 60px;
  margin: 10px 3px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(27,27,27);
  cursor: pointer; 
  transition: all .2s ease-in-out;
}*/

/*.social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 60px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all .2s ease-in-out;
}*/

/*.social-media-list li:hover {
  /*background-color: #fff;*/ 
 /* padding: 2px;
  margin: 0;
  width: 40px;
  height: 40px;*/

/*}*/

/*.social-media-list li:hover:after {
  opacity: 1;  
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
  padding: 2px;
  margin: 0;
  width: 40px;
  height: 40px;

}

.social-media-list li:hover a {
  color: #000;
  border-radius: 100%;
  padding: 2px;
  margin: 0;
  width: 40px;
  height: 40px;

}
li{
  list-style-type: none;
  border-radius: 100%;
  margin:2px;
  padding: 5px;
  border: 2px,solid,white;

}
/*---------------------------------------------------------------------------
                        LE RESPONSIVE DESIGN
 ---------------------------------------------------------------------------------*/                       


 /* 1350:TABLETTE*/
 @media  All and (max-width: 1350px){

  
  /*--------------------------------ou----------------------*/
  /*.paragraph-p{
    display: none;
  }*/

  /*-----------------------------------projets----------------------
  ---------------------------------------------------------------*/

  .projects-grid {
    display: grid;
 
    justify-content: space-around;  /*Pour espacer les balises horizontalement*/ 
    align-items: center;  /*Pour aligner verticalement si besoin*/ 
    text-align: center;
  
    grid-template-columns:repeat(1,1fr);
    grid-gap: 2em;
    grid-template-areas:
        "projx"
        "proj1"
        "proj2"
        "proj3"
        "proj4";
    place-items: center;
    place-content: center;
  }
  #projx{
    grid-column: 1;
  }
  #proj1{
    grid-column: 1;
  }
  #proj2{
    grid-column: 1;
  }
  #proj3{
    grid-column: 1;
  }
  #proj4{
    grid-column: 1;
  }

  /*--------------------button------------------------
  ----------------------------------------------------*/
  
  .button {
    font-size: 9px;
    font-weight: bolder;
    line-height: 0.7;
    width: 71px;
    margin-left: 30px;
    border-radius: 9999rem;
    background: #efefef;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    isolation: isolate;
    overflow: hidden;
    margin-bottom: 160px;
    background-color:whitesmoke;
    /*color:#3b4249	;*/
    border-radius: 30px;
    padding: 4px 6px;
  }

  /*--------------------------------------container-------------------------*/
  .grid-container{
    padding-top: 30px;
    display:grid;    
    grid-template-columns: repeat(1,1fr); 
    justify-content:center;
    align-items: center;
  }

  /*--------------------------------grid-item-middle------------------
  -----------------------------------------------------------------*/
  .grid-item-middle {
  background-image: url(images/home.PNG);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border: 5px solid darkgray;
  border-left: none;
  border-right: none;
  border-radius: 5%;
  justify-content:space-around;
  grid-column: 1 / span 2;
  height: 40.5vh;
  width: 100%;
}
  
    a:hover{
    background-color: #0b2434;
    /*color:#1d9eef;*/
    color:whitesmoke;
   }
  
    /*---biographie*/
    /*.biographie-container{
      display:flex;
      flex-wrap: wrap;
      /*display: grid;    
      grid-template-columns: repeat(1,1fr); 
      text-align: center;
      justify-content: space-around;
      /*grid-column-gap: 120px;*/
    /*}*/
    
    .biographie-container{
      
      display: grid;    
      grid-template-columns: repeat(1,1fr); 
      align-items: center;
      text-align: center;
      justify-content: space-around;
      grid-gap: 20px;
    }
    .signe{
      margin: 0;
    }

    /*.div-biographie {
      position: relative;
      text-align: center;
      border: solid;
      border-width: 5px;
      border-color: grey;
      align-self: center;
      border-radius: 5%;
      border-left: none;
      border-right: none;
      background-image: linear-gradient(to top, #FFFFFF, #F0FFFF);
      margin-left: 10px;
      margin-right: 10px;
      padding: 20px;
      max-height: 550px;
      width:fit-content;
      box-shadow: 2px 2px 500px rgba(0, 0.3, 0.4, 0.6);
  }*/
    .div-biographie {
      position: relative;
      text-align: center;
      border: solid;
      border-width: 5px;
      border-color: grey;
      align-self: center;
      border-radius: 5%;
      border-left: none;
      border-right: none;
      background-image: linear-gradient(to top, #FFFFFF, #F0FFFF);
      margin-left: 10px;
      margin-right: 10px;
      padding: 20px;
      max-height: 550px;
      width:fit-content;
      box-shadow: 2px 2px 500px rgba(0, 0.3, 0.4, 0.6);
  }


    /*-----input submit--*/
    .contact-me .form input[type="submit"]{
      background-color: #191e22;
      color: #fff;
      padding: 0px 20px;
      text-align: center;
      width: 250px;
      height: 40px;
      border: 0;
      margin-top: 0px;
      border-radius: 30px;
      display: block;
      transition: all .2s ease-in-out;
    }
      /*-----mailto----*/
      /*#mailto-p{
        display: inline-block;
        color:#1d9eef;
        margin: 15px;
        padding: 0;
      
      
      }*/
      .container{
        display: grid;
        grid-template-columns: repeat(2,1fr);
      }
      
      /*#mailto{
        margin: 0;
        margin-top: 12px;
      }*/
    
      /*-----------competences-------*/
      .section-competences{
        display: grid;
      
        grid-template-columns: repeat(3,1fr);
        justify-content: space-around;


      }
      /*------------navbar-top-------------------*/
      
  .navbar-top{

    width:100%;
    background-color:transparent;
    opacity: 0.9;
    /*  background-image: url(images/photo2.JPG);*/
    overflow: hidden;
    
    }

    .nav-container-top ul{
      display: flex;
      list-style-type: none;
      margin-left:250px;
    
    }
    .bio-photo{
      width: 100%;
    }

    
    img{
      width:auto;
    }

    /*---------------------------------------suivre----------------------------------
------------------------------------------------------------------------*/
.suivre p{
  margin: 3px;
  font-size: 10px;
}
.co{
  margin: 0;
  width: 30px;
  height: 30px;
}
/*p{
  height: 10px;
}*/


/*.social-media-list{
  margin: 0;
}*/
/*------------------------------copyright---------------------------
------------------------------------------------------------------------*/
li .footer-copyright{
  font-size: 8px;
  margin-left:420px;
  padding-right: 20px;
  display: inline-block;
  width: 150px;
  position:sticky;
  margin-bottom: 0;
 }
 
.fo-co div{
  padding: 0;
  display: inline;
  bottom: 0;
  
}
li .fo-co{
  bottom: 0;
}
.contact-me .form input[type="submit"] {
  background-color: #191e22;
  color: #fff;
  padding: 0px 20px;
  text-align: center;
  width: 100px;
  height: 30px;
  border: 0;
  margin-top: 0px;
  border-radius: 30px;
  display: block;
  transition: all .2s ease-in-out;
}
.form{
  background-color: #000000;
}

#mailto-p {
  display: block;
  color: #1d9eef;
  float: right;
  margin-right: 250px;
}
.footer-copyright{
  font-size: 17px;
}
.button{
  margin-bottom: 0;
}
.container{
  margin-bottom: 50px;
}


  }

  @media All and (max-width:1260){
    #mailto-p{
      margin-left: 1500px;
    }
    #mailto{
      margin:0;
    }
    .footer-copyright{
      font-size: 17px;
    }
    .container{
      display: grid;
      grid-template-columns: repeat(1,1fr);
    }

    
  }


  /*@media All and (min-width:1250px){
    .paragraph-p{
      display: none;
      text-align: center;
    }
    .form{
      background-color: #000;
    }
   
  }*/


  
    /*-----------------------NOTEBOOK1100px --------------
    
    --------------------------------------------------*/

@media All and (max-width: 1100px){
  /*------------------------button-------------------------
  -------------------------------------------------------*/
  .button {
    font-size: 9px;
    font-weight: bolder;
    line-height: 0.7;
    width: 71px;
    margin-left: 70px;
    border-radius: 9999rem;
    background: #efefef;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    isolation: isolate;
    overflow: hidden;
    margin-bottom: 300px;
    background-color:whitesmoke;
    /*color:#3b4249	;*/
    border-radius: 30px;
    padding: 4px 6px;  
    & >span > .text-text {
      color: #121212;
      width: 75%;
      text-align: left;
      padding-block: 5px;
      padding-left: 0px;
      z-index: 1;
      transition: all 200ms ease;
    }
    & > a {
      color:black;
      width: 90px;
      height: calc(100% - 1px);
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding: 6px;
      border-radius: inherit;
  
      background-color:lightskyblue;

      position:static;
      
      right: 1px;
      z-index: 1;
      transition: all 400ms ease;
      /*margin-left: 5px;*/
    }
    &:is(:hover, :focus) {
      & > span.text {
        /*color: black;*/
        color:whitesmoke;
      }
      & > a  {
        width: calc(100% - 2px);
        transition: width 200ms ease;

      }
    }
  }
  
  .nav-container-top ul{
    display: flex;
    list-style-type: none;
    margin-left: 250px;
    
  
  }
  .contact-me .form input[type="submit"] {
    background-color: #191e22;
    color: #fff;
    padding: 0px 20px;
    text-align: center;
    width: 100px;
    height: 30px;
    border: 0;
    margin-top: 0px;
    border-radius: 30px;
    display: block;
    transition: all .2s ease-in-out;
  }

   /*-------------------------------------footer------------------
---------------------------------------------------------------*/
/*footer {
  position:relative;
  bottom: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin: 0;
  padding: 0;
}*/

/*---------------------------------------suivre----------------------------------
------------------------------------------------------------------------*/
.suivre p{
  margin: 3px;
  font-size: 8px;
}
.co{
  margin: 0;
  width: 20px;
  height: 20px;
}
/*p{
  height: 10px;
}*/


/*.social-media-list{
  margin: 0;
}*/
/*------------------------------copyright---------------------------
------------------------------------------------------------------------*/
li .footer-copyright{
  font-size: 13                                                               px;
  margin-left:180px;
  padding-right: 20px;
  display: inline-block;
  width: 150px;
  position:sticky;
  margin-bottom: 0;
 }
 .suivre p{
  font-size: 17px;
 }
 .co{
  width: 40px;
  height: 40px;
 }
 
.fo-co div{
  padding: 0;
  display: inline;
  bottom: 0;
  
}
li .fo-co{
  bottom: 0;
}
.button{
  margin-bottom: 0px;
}
.container{
  margin-bottom: 50px;
}
  

}



/*----------------------------------1024:NOTEBOOK-------------------------
-------------------------------------------------------------------------*/

 @media All and (max-width: 1024px){
  /*----------------------------------formation-formation----------------------
  ---------------------------------------------------------------*/
  #formation-formation{
    font-size: 12px;
  }
  /*----------------------------------message----------------------
  ---------------------------------------------------------------*/
  .form textarea{

    width: 30%;
    padding: 0;
    margin: 0;
  }
  #Message{
    margin: 0;

    width: 100%;
  }
  /*--------------------button------------------------
  ----------------------------------------------------*/
  .button {
    font-size: 9px;
    font-weight: bolder;
    line-height: 0.7;
    width: 71px;
    margin-left: 30px;
    border-radius: 9999rem;
    background: #efefef;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    isolation: isolate;
    overflow: hidden;
    margin-bottom: 160px;
    background-color:whitesmoke;
    /*color:#3b4249	;*/
    border-radius: 30px;
    padding: 4px 6px;
    margin-bottom: 0;
  }
  
    a:hover{
    background-color: #0b2434;
    /*color:#1d9eef;*/
    color:whitesmoke;
   }
  /*--------------------------------------container-------------------------*/
  .grid-container{
    padding-top: 30px;
    display:grid;
    
    grid-template-columns: repeat(1,1fr); 
  }
    /*---biographie*/
    .biographie-container{
      display:flex;
      flex-wrap: wrap;
      /*display: grid;    
      grid-template-columns: repeat(1,1fr); 
      text-align: center;
      justify-content: space-around;
      /*grid-column-gap: 120px;*/
    }
    /*-----input submit--*/
    .contact-me .form input[type="submit"]{
      background-color: #191e22;
      color: #fff;
      padding: 0px 20px;
      text-align: center;
      width: 250px;
      height: 40px;
      border: 0;
      margin-top: 0px;
      border-radius: 30px;
      display: block;
      transition: all .2s ease-in-out;
    }
      /*-----mailto----*/
      #mailto-p{
        display: inline-block;
        color:#1d9eef;
        margin: 15px;
        margin-top: 9px;
        margin-left: 250px;
        padding: 0;
      
      
      }
      .container{
        display: grid;
        grid-template-columns: repeat(2,1fr);
      }
      
      #mailto{
        margin: 0;
        margin-top: 12px;
      }
      /*-----------competences-------*/
      .section-competences{
        display: grid;
      
        grid-template-columns: repeat(3,1fr);
        justify-content: space-around;


      }
      /*------------navbar-top-------------------*/
      
  .navbar-top{

    width:100%;
    background-color:transparent;
    opacity: 0.9;
    /*  background-image: url(images/photo2.JPG);*/
    overflow: hidden;
    
    }

    .nav-container-top ul{
      display: flex;
      list-style-type: none;
      margin-left: 250px;
      
    
    }
    input[type="submit"]:hover {
  background-color: #1d9eef;
  color: black;
  text-decoration: underline;
  padding: 15px 30px;
  font-size: 13px;
  cursor: pointer;
  transform: translate3d(0px, -7px, 0px);
}
@media (max-width: 1024px) {
  .contact-me .form input[type="submit"] {
    background-color: #191e22;
    color: #fff;
    padding: 0px 20px;
    text-align: center;
    width: 100px;
    height: 30px;
    border: 0;
    margin-top: 0px;
    border-radius: 30px;
    display: block;
    transition: all .2s ease-in-out;
  }

    }

    #mailto{
      margin-left: 320px;
    }
     #mailto-p{
      margin-right: 200px;
     }

     .form{
      background-color: #000;
     }
     
     

 }
 

 @media All and (min-width:850px){
  .paragraph-p{
    display: none;
  }
  /*.container{
    align-items: center;
  justify-content: center;
  grid-template-columns: repeat(1,1fr);
  }*/
   /*.form{
    padding-top: 50px;
    margin-top: 250px;
    background-color:black;
    width: 100vh;
   }
   #mailto{
  margin-left: 400px;
   }
   #mailto-p{
    margin-right: 150px;
   }
   .suivre p{
    font-size: 16px;
   }*/
  
 }
          
    


/*------------------------------------850:TABLETTE*----------------------------

--------------------------------------------------------------------------------*/
 @media All and (max-width: 850px){
  

  /*---------------------------------grid-item---------------------
  -----------------------------------------------------------------*/
/*.box:hover{
  display: none;
  padding: 0;

}*/

/*.projects-grid {
  display: grid;
  justify-content:space-around;  Pour espacer les balises horizontalement 
  align-items: center;  Pour aligner verticalement si besoin 
  text-align: center;

  grid-template-columns:repeat(1,1fr);
  grid-template-areas:
      "projx"
      "proj1"
      "proj2"
      "proj3"
      "proj4";
  place-items: center;
  place-content: center;
  margin: 0,30px,30px;
  width: 30%;
}*/
/*.project-image{
  margin: 0;
}
#projx{
  grid-column: 1;
}
#proj1{
  grid-column: 1;
}
#proj2{
  grid-column: 1;
}
#proj3{
  grid-column: 1;
}
#proj4{
  grid-column: 1;
}*/

   

  /*------------------------image-------------------------------------
  ------------------------------------------------------------------*/
  .grid-item-middle  {
    background-image:url(images/home.PNG);
  
    background-size:100%;
    background-repeat:initial ;
    overflow: hidden;
    border: 5px solid darkgray;
    /* Supprimer les bordures à droite et à gauche */
    border-left: none;
    border-right: none;
    border-radius: 5%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    max-height: 49.5vh;

}
/*---------------------------porto-ul----------------------------------*/

.porto-ul{
  font-size: 11px;
}


  /*---------------------------------------button-------------------*/
  .button {
    font-size: 9px;
    font-weight: bolder;
    line-height: 0.7;
    width: 71px;
    margin-right: 90px;
    border-radius: 9999rem;
    background: #efefef;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    isolation: isolate;
    overflow: hidden;
    margin-bottom: 180px;
    background-color:whitesmoke;
    /*color:#3b4249	;*/
    border-radius: 30px;
    padding: 4px 6px;  
    & >span > .text-text {
      color: #121212;
      width: 75%;
      text-align: left;
      padding-block: 5px;
      padding-left: 0px;
      z-index: 1;
      transition: all 200ms ease;
    }
    & > a {
      color:black;
      width: 90px;
      height: calc(100% - 1px);
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding: 6px;
      border-radius: inherit;
  
      background-color:lightskyblue;

      position:static;
      
      right: 1px;
      z-index: 1;
      transition: all 400ms ease;
      /*margin-left: 5px;*/
    }
    &:is(:hover, :focus) {
      & > span.text {
        /*color: black;*/
        color:whitesmoke;
      }
      & > a  {
        width: calc(100% - 2px);
        transition: width 200ms ease;

      }
    }
  }
  
  /*--------NAVBAR-----*/
  .navbar-top{
    float:none;
    /*left: 0;*/
    width: 100%;
    background-color:transparent;
    opacity: 0.9;
    /*  background-image: url(images/photo2.JPG);*/
    overflow: hidden;
    
    }
  
    .nav-container-top ul{
      display: flex;
      list-style-type: none;
      margin-left: 250px;
      
    
    }
  

  
    .nav-container-top ul li.active a{
      color: rgb(24, 158, 242);
      
     }  
  

  /*---------mailto-------------*/
   
  #mailto{
    margin: 0;
    margin-left: 1000px;
    top: 0;
  }
  #mailto-p{
    display: inline-block;
    color:#1d9eef;
    margin:0;
    padding: 0;
    margin-top: 5px;
  
 }
 .form{
  margin-top: 50PX;
 }
 .paragraph-p{
  text-align: center;
 }
 
 /*---------------button--------***/
/*-----input submit--*/
.contact-me .form input[type="submit"]{
  background-color: #191e22;
  color: #fff;
  padding: 0;
  text-align: center;
  font-size: 10px;
  width: 70px;
  height: 20px;
  border: 0;
  margin-top: 0px;
  border-radius: 30px;
  display: block;
  transition: all .2s ease-in-out;
}
/*-------------formation------------*/
.formation{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-image:linear-gradient(to bottom, #e4e9ec	,#7a8484);
  margin-top: 20px;
}

footer {
  position: relative;
  width: auto;
  height:100px;
  bottom: 0;
  margin-bottom: 0;
    background: linear-gradient(to bottom, #3e4243,hsl(213, 46%, 10%));
  
  text-align: center;
}
/*---------------div footer--------*/
.footer-copyright {
  position: absolute;
  bottom: 7px;
  width: auto;
  /*background-color: #f8f9fa;*/
  /*color: #1d9eef;*/
  color: whitesmoke;
  text-transform: uppercase;
  font-size: 10px;
  margin:0;
}
/*------------image---------------*/
img{
  width:70%;
  margin-left: 200px;
  border-radius: 5%;
  border: solid;
border-left: none;
border-right: none;
box-shadow: 2px 2px 500px rgba(0, 0.3, 0.4, 0.6);

 }
 /*----------------competences-title-----------------*/
 .competences-id {

  position: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
 }
 .images{
  margin: 10px;
 }
 .bio-photo{
  position: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
  align-items: center;
  max-width:590px;
  max-height: 450px;
  padding: auto;
 }
 /*-------------------form------------*/
 .form {
  display: block;
  top: 0;
  width: 15%;
  float: left;
  height: 100%;
}

input[type="text"] {
  color: #fff;
  background-color: #4b5557;
  border: 0;
  width: 25%;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
}
/*------------------contact-----------------*/
.contact-me{
  height: auto;
  margin-top: 30px;
  padding-top: 30px;
}

/* 800 PX:NOTEBOOK*/
@media All and (max-width: 800px){
  .grid-container{
    padding-top: 30px;
    display:grid;
    
    grid-template-columns: repeat(1,1fr); 
  }
  /*-------------------container-------------*/
  .container-resume {
    /* width: 550px; */
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    margin-bottom: 20px;
}
    /*---biographie*/
    .biographie-container{
      display:flex;
      flex-wrap: wrap;
      /*display: grid;    
      grid-template-columns: repeat(1,1fr); 
      text-align: center;
      justify-content: space-around;
      /*grid-column-gap: 120px;*/
    }
    /*-----input submit--*/
    .contact-me .form input[type="submit"]{
      background-color: #191e22;
      color: #fff;
      padding: 0px 20px;
      text-align: center;
      width: 250px;
      height: 40px;
      border: 0;
      margin-top: 0px;
      border-radius: 30px;
      display: block;
      transition: all .2s ease-in-out;
    }
      /*-----mailto----*/
      #mailto-p{
        display: inline-block;
        color:#1d9eef;
        margin: 15px;
        padding: 0;
      
      
      }
      .container{
        display: grid;
        grid-template-columns: repeat(2,1fr);
      }
      
      #mailto{
        margin: 0;
        margin-top: 12px;
      }
      /*-----------competences-------*/
      .section-competences{
        display: grid;
      
        grid-template-columns: repeat(2,1fr);
        justify-content: space-around;

      }
      /*------------navbar-top-------------------*/
      
  .navbar-top{
    float:none;
    /*left: 0;*/
    width: 100%;
    background-color:transparent;
    opacity: 0.9;
    /*  background-image: url(images/photo2.JPG);*/
    overflow: hidden;
    
    }

    .button {
      font-size: 9px;
      font-weight:lighter;
      line-height: 0.7;
      width: 71px;
      height: 20px;
      margin-left: 240px;
      border-radius: 9999rem;
      background: #efefef;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      isolation: isolate;
      overflow: hidden;
      margin-bottom: 20px;
      margin-left: 5px;
      background-color:whitesmoke;
      /*color:#3b4249	;*/
      border-radius: 30px;
      padding: 4px 6px;  
    }

    }





/*-----------------------------650px----------------------------
-------------------------------------------------------------------*/
@media All and (max-width:650px) {
  /*--------------------------------container------------------------------
  ----------------------------------------------------------------------*/
  .section-competences{
    display: grid;
    grid-template-columns: repeat(1,1fr);
  }
  /*--------------------------------nav-container-------------------------
  ----------------------------------------------------------------*/


  .nav-container-top ul{
    display: flex;
    list-style-type: none;
    margin-left:0;
    padding-left:40px;
  }  
  /*------------------------------button-------------------
  -----------------------------------------------------------*/
  .button {
    font-size: 9px;
    font-weight: bolder;
    line-height: 0.7;
    width: 71px;
    margin-left: 240px;
    border-radius: 9999rem;
    background: #efefef;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    isolation: isolate;
    overflow: hidden;
    margin-bottom: 80px;
    margin-left: 5px;
    background-color:whitesmoke;
    /*color:#3b4249	;*/
    border-radius: 30px;
    padding: 4px 6px;  
  }

} 

/*-----------------------------grid-item-middle-----------------
------------------------------------------------------------------*/

.grid-item-middle  {
  background-image:url(images/home.PNG);

  background-size:100%;
  background-repeat:initial ;
  overflow: hidden;
  border: 5px solid darkgray;
  /* Supprimer les bordures à droite et à gauche */
  border-left: none;
  border-right: none;
  border-radius: 5%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-height: 35.5vh;

}
#pense{
  font-size: 15px;
}
#pense-2{
  font-size: 15px;
}
#defi{
  font-size: 12px;
}



.project-image{
  margin: 0;
}
/*-----------------------------------contact-----------------------------
-----------------------------------------------------------------------*/
.contact-me .form input[type="text"] {
  color: #fff;
  background-color: #4b5557;
  border: 0;
  width: 50%;
  height: 19px;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.contact-me .form input[type="email"] {
  color: #fff;
  background-color: #4b5557;
  border: 0;
  width: 50%;
  height: 19px;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.contact-me h2 {
  color: #fff;
  text-align: center;
}
.contact-me{
  display: block;
  padding: 0;
}
.container{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  /*grid-auto-flow: column;*/
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  
}
/*.contact-me .info{
  width: 100%;
  grid-column: 1/1;
  /*float: left;
}*/
.contact-me .form {
width: 100%;
grid-column: 1/1;
/*float:right;*/
}
.contact-me .form label {
  display: block;
  color: #d1d6da;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 10px;
}
#monmail{
  margin: 0;
  margin-left: 65px;
}
/*.info{
  grid-column: 1;
  display: flex;
  flex-direction: column;
 
}*/
.me{
  font-size: 10px;
}
.form{
  grid-column: 2; 
  margin: 30px;

}
#message{
  margin-left: 30px;
}
#mailto{
  margin: 0;
  margin-left: 80px;
}
#mailto-p a{
  font-size: 10px;
 margin-left: 25px;

}
#mailto-p{
  display: inline-block;
  font-size: 10px;
  margin:0;
}
/*------------------------------copyright---------------------------
------------------------------------------------------------------------*/
li .footer-copyright{
  font-size: 7px;
  margin-left:50px;
  padding-right: 20px;
  display: inline-block;
  width: 150px;
  position:sticky;
  margin-bottom: 0;
 }
 
.fo-co div{
  padding: 0;
  display: inline;
  bottom: 0;
}
li .fo-co{
  bottom: 0;
}
/*--------------------------------nom--------------------------------
---------------------------------------------------------------------*/
.nom{
  font-size: 13px;
}
.suivre p{
  margin: 3px;
  font-size: 8px;
}
.co{
  margin: 0;
  width: 20px;
  height: 20px;
}
/*p{
  height: 10px;
}*/


/*.social-media-list{
  margin: 0;
}*/
.fo-co div{
  margin:80px;
  padding: 0;
  display: inline;
  bottom: 0;
}
li .fo-co{
  bottom: 0;
}
.contact-me p, .contact-me address {
  color: whitesmoke;
  margin-left: 40px;
  font-size: 13px;
}
/*.info{
  margin:0;
}*/
#monmail{
  margin-right: 150px;
}
#mailto{
  margin-left: 170px;
}

/*----------------------------ou---------------------------*/
.paragraph-p{
  text-align: center;
 }
 #mailto{
  margin-left: 320px;
}
 #mailto-p{
  margin-right: 200px;
 }

 /*------------------------------copyright---------------------------
------------------------------------------------------------------------*/
li .footer-copyright{
  font-size: 16px;
  text-align: center;
  margin-left:25px;
  margin-right:5px;
  /*padding-right: 5px;*/
  /*display: inline-block;*/
  /*display:inline;*/
 /* width: 150px;*/
   width: 100%;
  position:sticky;
  margin-bottom: 0;
 }
 
.fo-co div{
  padding: 0;
  display: inline;
  bottom: 0;
  
}
li .fo-co{
  bottom: 0;
}
/*---------------------------button----------------------
-------------------------------------------------------------*/
.button {
  font-size: 9px;
  font-weight:lighter;
  line-height: 0.7;
  width: 71px;
  height: 20px;
  margin-left: 240px;
  border-radius: 9999rem;
  background: #efefef;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  margin-bottom: 10px;
  margin-left: 5px;
  background-color:whitesmoke;
  /*color:#3b4249	;*/
  border-radius: 30px;
  padding: 4px 6px;  
}
.info{
  margin: 0;
}  
.form{
  margin: 0;
}
/*----------------------------ou---------------------------*/
.paragraph-p{
  text-align: center;
 }
 .container{
  align-items: center;
justify-content: center;
grid-template-columns: repeat(auto-fit,100%);
}
 .form{
  padding-top: 50px;
  margin-top: 250px;
/*  background-color:#1d9eef;*/
  background-color:black;
  width: 100vh;
 }
 #mailto{
margin-left: 400px;
 }
 #mailto-p{
  margin-right: 150px;
 }
 .suivre p{
  font-size: 17px;
 }
 .paragraph{
  width: 100%;
 }
 .paragraph-p{
  margin-top: 50px;
  margin-bottom: 50px;
 }
 .container{
  align-items: center;
justify-content: center;
display: grid;
/*grid-template-columns: repeat(1,1fr);*/
grid-template-columns: repeat(auto-fit,100%);
justify-content:center;
align-items: center;
}
.fo-co div{
  display:grid
;
  width: 100%;
  margin: 0;
  margin-bottom: 0;
  font-size: 16px;
  margin-left: 50px;
}
 .form{
  padding-top: 50px;
  margin-top: 250px;
/*  background-color:#1d9eef;*/
  background-color:black;
  width: 100vh;
 }
 .paragraph-p{
  margin-top: 50px;
  margin-bottom: 50px;
 }
 #mailto{
margin-left: 400px;
 }
 #mailto-p{
  margin-left: 70px;
 }
 .paragraph p{
  width: 50%;
 }
 .suivre p{
 font-size: 15px;
  margin-top: 0;
 
}
.container{
  margin-bottom: 50px;
}
 }
/*---------------------------------770 px ---------------------
--------------------------------------------------------------*/
@media All and (max-width:770px){
#mailto{
  margin-left: 320px;
}
 #mailto-p{
  margin-right: 200px;
 }

 /*------------------------------copyright---------------------------
------------------------------------------------------------------------*/
li .footer-copyright{
  font-size: 16px;
  text-align: center;
  margin-left:20px;
  margin-right:5px;
  /*padding-right: 5px;*/
  /*display: inline-block;*/
  /*display:inline;*/
 /* width: 150px;*/
   width: 100%;
  position:sticky;
  margin-bottom: 0;
 }
 
.fo-co div{
  padding: 0;
  display: inline;
  bottom: 0;
  
}
li .fo-co{
  bottom: 0;
}
/*---------------------------button----------------------
-------------------------------------------------------------*/
.button {
  font-size: 9px;
  font-weight:lighter;
  line-height: 0.7;
  width: 71px;
  height: 20px;
  margin-left: 240px;
  border-radius: 9999rem;
  background: #efefef;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  margin-bottom: 10px;
  margin-left: 5px;
  background-color:whitesmoke;
  /*color:#3b4249	;*/
  border-radius: 30px;
  padding: 4px 6px;  
}
.info{
  margin: 0;
}  
.form{
  margin: 0;
}
/*----------------------------ou---------------------------*/
.paragraph-p{
  text-align: center;
 }
 /*.container{
  align-items: center;
justify-content: center;
grid-template-columns: repeat(1,1fr);
}*/
 .form{
  padding-top: 50px;
  margin-top: 250px;
/*  background-color:#1d9eef;*/
  background-color:black;
  width: 100vh;
 }
 #mailto{
margin-left: 400px;
 }
 #mailto-p{
  margin-right: 150px;
 }
 .suivre p{
  font-size: 16px;
 }
 .container{
  align-items: center;
justify-content: center;
display: grid;
/*grid-template-columns: repeat(1,1fr);*/
grid-template-columns: repeat(auto-fit,100%);
justify-content:center;
align-items: center;
}
.fo-co div{
  display:grid
;
  width: 100%;
  margin: 0;
  margin-bottom: 0;
  font-size: 16px;
  margin-left: 50px;
}
 .form{
  padding-top: 50px;
  margin-top: 250px;
/*  background-color:#1d9eef;*/
  background-color:black;
  width: 100vh;
 }
 .paragraph-p{
  margin-top: 50px;
  margin-bottom: 50px;
 }
 #mailto{
margin-left: 400px;
 }
 #mailto-p{
  margin-left: 70px;
 }
 .paragraph p{
  width: 50%;
 }
 .suivre p{
 font-size: 15px;
  margin-top: 0;

 
 }
 .container{
  margin-bottom: 50px;
}




}
/*---------------------------------610 px ---------------------
--------------------------------------------------------------*/
@media All and (max-width:610px){
.nav-container-top{
  margin-bottom: 20px;
}
.bien-bienvenue{
  margin-bottom: 20px;
}
/*.div-grid-item{
  margin-bottom: 20px;
}
.grid-item-middle{
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}*/
.container{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  /*grid-auto-flow: column;*/
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  
}
/*.contact-me .info{
  width: 100%;
  grid-column: 1/1;
  /*float: left;
}*/
/*.contact-me .form {
width: 100%;
grid-column: 1/1;
/*float:right;*/
/*}*/
/*----------------------------ou---------------------------*/
.paragraph-p{
  text-align: center;
 }

}
/*----------------------------------------- 485:SMARTPHONE--------------
---------------------------------------------------------------------------*/
 /*@media All and (max-width: 485px){
  /*-----------------------------nav-container-top---------
  --------------------------------------------------------
  .nav-container-top ul{
    display: flex;
    list-style-type: none;
    margin-left:0;
    padding-left:10px;
    
  
  }

  .grid-item-middle  {
    background-image:url(images/home.PNG);
  
    background-size:100%;
    background-repeat:initial ;
    overflow: hidden;
    border: 5px solid darkgray;
    /* Supprimer les bordures à droite et à gauche 
    border-left: none;
    border-right: none;
    border-radius: 5%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    max-height: 49.5vh;

}
  /*---------------------------------------button-------------------
  .button {
    font-size: 9px;
    font-weight:lighter;
    line-height: 0.7;
    width: 71px;
    height: 20px;
    margin-left: 240px;
    border-radius: 9999rem;
    background: #efefef;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    isolation: isolate;
    overflow: hidden;
    margin-bottom: 60px;
    margin-left: 5px;
    background-color:whitesmoke;
    /*color:#3b4249	;
    border-radius: 30px;
    padding: 4px 6px;  
  }

  

  /*-----------competences-------
  .section-competences{
    display: grid;
  
    grid-template-columns: repeat(1,1fr);
    justify-content: space-around;


  }

  /*--------NAVBAR-----
  .navbar-top{
    float:none;
    /*left: 0;
    width: 100%;
    background-color:transparent;
    opacity: 0.9;
    /*  background-image: url(images/photo2.JPG);
    overflow: hidden;
    
    }
  
    .nav-container-top ul{
      display: flex;
      list-style-type: none;
      margin-left: 250px;
    }
  
    .nav-container-top {
    font-size: 8px;
    }

  
    .nav-container-top ul li.active a{
      color: rgb(24, 158, 242);
      
     }  
  

  /*---------mailto-------------
   
  #mailto{
    margin: 0;
    margin-left: 120px;
    top: 0;
  }
  /*#mailto-p{
    display: inline-block;
    color:#1d9eef;
    margin-left: 220px;
    padding: 0;
    margin-top: 5px;
  
 }*/
 /*---------------button--------
/*-----input submit--
.contact-me .form input[type="submit"]{
  background-color: #191e22;
  color: #fff;
  padding: 0;
  text-align: center;
  font-size: 10px;
  width: 70px;
  height: 20px;
  border: 0;
  margin-top: 0px;
  border-radius: 30px;
  display: block;
  transition: all .2s ease-in-out;
}
/*-------------formation------------
.formation{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-image:linear-gradient(to bottom, #e4e9ec	,#7a8484);
  margin-top: 20px;
}

/*footer {
  position: relative;
  width: auto;
  height:100px;
  bottom: 0;
  margin-bottom: 0;
    background: linear-gradient(to bottom, #3e4243,hsl(213, 46%, 10%));
  
  text-align: center;
}*/
/*---------------div footer--------
.footer-copyright {
  position: absolute;
  bottom: 7px;
  width: auto;
  /*background-color: #f8f9fa;
  /*color: #1d9eef;
  color: whitesmoke;
  text-transform: uppercase;
  font-size: 10px;
  margin:0;
}
/*------------image---------------
img{
  margin-top: 100px;
  width: 100%;
  height: 70%;
  border-radius: 5%;
  border: solid;
border-left: none;
border-right: none;
box-shadow: 2px 2px 500px rgba(0, 0.3, 0.4, 0.6);

 }
 /*----------------competences-title-----------------
 .competences-id {

  position: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
 }
 .images{
  margin: 10px;
 }
 .bio-photo{
  position: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
  align-items: center;
  max-width:590px;
  max-height: 450px;
  padding: auto;
 }
 /*-----------------------------------------form------------
        ------------------------------------------------------------------------
 .form {
  display: block;
  top: 0;
  width: 15%;
  float: left;
  height: 100%;
}

input[type="text"] {
  color: #fff;
  background-color: #4b5557;
  border: 0;
  width: 25%;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
}
/*------------------contact-----------------
.contact-me{
  height: auto;
  margin-top: 30px;
  padding-top: 30px;
}
/*-----------------------info------------------------
---------------------------------------------------------
.info{
  max-width: 150px;
  margin: 0;
  padding: 0;
}
/*.paragraph{
  font-size: 8px;
  padding-right: 0;
}*/

/*----------------------suivre p---------------------
------------------------------------------------------------
.suivre p {
  color: whitesmoke;
  font-size: 10px;
  text-shadow: 2px 2px 500px rgba(0, 0.4, 0.5, 0.6);


 }
 li .footer-copyright{
  font-size: 7px;
  margin-right:900px;
  padding-right: 20px;
  display: inline-block;
  width: 150px;
  position:sticky;
  margin-bottom: 0;
 }
 /*-------------------------------------footer------------------
---------------------------------------------------------------*/
/*footer {
  position:relative;
  bottom: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin: 0;
  padding: 0;
}*/

/*---------------------------------------suivre----------------------------------
------------------------------------------------------------------------
.suivre p{
  margin: 3px;
  font-size: 8px;
}
.co{
  margin: 0;
  width: 20px;
  height: 20px;
}
/*p{
  height: 10px;
}*/


/*.social-media-list{
  margin: 0;
}*/
/*------------------------------copyright---------------------------
------------------------------------------------------------------------
li .footer-copyright{
  font-size: 8px;
  margin-left:50px;
  padding-right: 20px;
  display: inline-block;
  width: 150px;
  position:sticky;
  margin-bottom: 0;
 }
 
.fo-co div{
  padding: 0;
  display: inline;
  bottom: 0;
}
li .fo-co{
  bottom: 0;
}
/*--------------------------------nom--------------------------------
---------------------------------------------------------------------*/
.nom{
  font-size: 13px;
}
/*-----------------------------------contact-----------------------------
-----------------------------------------------------------------------
.contact-me .form input[type="text"] {
  color: #fff;
  background-color: #4b5557;
  border: 0;
  width: 50%;
  height: 19px;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.contact-me .form input[type="email"] {
  color: #fff;
  background-color: #4b5557;
  border: 0;
  width: 50%;
  height: 19px;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.contact-me h2 {
  color: #fff;
  text-align: center;
}
.contact-me{
  display: block;
  padding: 0;
}
.container{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  /*grid-auto-flow: column;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  
}
/*.contact-me .info{
  width: 100%;
  grid-column: 1/1;
  /*float: left;*/
/*}
.contact-me .form {
width: 100%;
grid-column: 1/1;
/*float:right;
}
/*.contact-me .form label {
  display: block;
  color: #d1d6da;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 10px;
}
#monmail{
  margin: 0;
  margin-left: 65px;
}
/*.info{
  grid-column: 1;
  display: flex;
  flex-direction: column;

}

.me{
  font-size: 10px;
}
/*.form{
  grid-column: 1; 
  margin: 30px;

}
#message{
  margin-left: 30px;
}
#mailto{
  margin: 0;
  margin-left: 80px;
}
#mailto-p a{
  font-size: 10px;
 margin-left: 25px;

}
#mailto-p{
  display: inline-block;
  font-size: 10px;
  margin:0;
}
/*-----------------------------hach---------------------------------
----------------------------------------------------------------
.hach{
  font-size: 21px;
}
#pense{
  font-size: 13px;
}
/*----------------------------------nav-container----------------------
---------------------------------------------------------------------
.nav-container-top ul{
  display: flex;
  list-style-type: none;
  margin-left: 20px;
  opacity: 0.9;
  background-color: transparent;

}

.nav-container-top ul li a{
  font-size: 8px;

}

/*-----------------------------------contact-----------------------------
-----------------------------------------------------------------------
.contact-me .form input[type="text"] {
  color: #fff;
  background-color: #4b5557;
  border: 0;
  width: 50%;
  height: 19px;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.contact-me .form input[type="email"] {
  color: #fff;
  background-color: #4b5557;
  border: 0;
  width: 50%;
  height: 19px;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.contact-me h2 {
  color: #fff;
  text-align: center;
}
.contact-me{
  display: block;
  padding: 0;
}
.container{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  /*grid-auto-flow: column;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  
}
/*.contact-me .info{
  width: 100%;
  grid-column: 1/1;
  /*float: left;
}
.contact-me .form {
width: 100%;
grid-column: 1/1;
/*float:right;
}
.contact-me .form label {
  display: block;
  color: #d1d6da;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 10px;
}
#monmail{
  margin: 0;
  margin-left: 65px;
}
/*.info{
  grid-column: 1;
  display: flex;
  flex-direction: column;
 
  
}
.me{
  font-size: 10px;
}
.form{
  grid-column: 2; 
  margin: 30px;

}
#message{
  margin-left: 30px;
}
#mailto{
  margin: 0;
  margin-left: 80px;
}
#mailto-p a{
  font-size: 10px;
 margin-left: 25px;

}
#mailto-p{
  display: inline-block;
  font-size: 10px;
  margin:0;
}
/*------------------------------copyright---------------------------
------------------------------------------------------------------------
li .footer-copyright{
  font-size: 7px;
  margin-left:50px;
  padding-right: 20px;
  display: inline-block;
  width: 150px;
  position:sticky;
  margin-bottom: 0;
 }
 
.fo-co div{
  padding: 0;
  display: inline;
  bottom: 0;
}
li .fo-co{
  bottom: 0;
}
/*--------------------------------nom--------------------------------
---------------------------------------------------------------------
.nom{
  font-size: 13px;
}
.suivre p{
  margin: 3px;
  font-size: 8px;
}
.co{
  margin: 0;
  width: 20px;
  height: 20px;
}
/*p{
  height: 10px;
}*/


/*.social-media-list{
  margin: 0;
}
.fo-co div{
  margin:80px;
  padding: 0;
  display: inline;
  bottom: 0;
}
li .fo-co{
  bottom: 0;
}
.contact-me p, .contact-me address {
  color: whitesmoke;
  margin-left: 40px;
  font-size: 13px;
}
.info{
  margin:0;
}
#monmail{
  margin-right: 150px;
}
#mailto{
  margin-left: 170px;
}*/

@media  All  and (max-width:550px){
  #mailto{
    margin-left: 280px;
  }
   #mailto-p{
    margin-right: 50px;
   }
   .footer-copyright{
    font-size: 17px;
   }
   .footer-copyright{
    font-size: 17px;
   }
}


 

/*----------------------------485------------------------------
---------------------------------------------------------------*/
@media All and (max-width:485px) {
.nav-container-top ul{
  padding: 0;
}
#mailto{
  margin-left: 150px;
}
 #mailto-p{
  margin-right: 50px;
 }
 .container{
  margin-bottom: 50px;
}


}
/*----------------------------430------------------------------
---------------------------------------------------------------*/


@media All and (max-width:432px) {
  .button {
    font-size: 9px;
    font-weight:lighter;
    line-height: 0.7;
    width: 71px;
    height: 20px;
    margin-right: 5px;
    border-radius: 9999rem;
    background: #efefef;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    isolation: isolate;
    overflow: hidden;
    margin-bottom: 0px;
    margin-left: 5px;
    background-color:whitesmoke;
    /*color:#3b4249	;*/
    border-radius: 30px;
    padding: 4px 6px;  

}
.footer-copyright{
  font-size: 17px;
}
/*------------------------------copyright---------------------------
------------------------------------------------------------------------*/
li .footer-copyright{
  font-size: 9px;
  text-align: center;
  margin-left:5px;
  margin-right:5px;
  /*padding-right: 5px;*/
  /*display: inline-block;*/
  /*display:inline;*/
 /* width: 150px;*/
   width: 100%;
  position:sticky;
  margin-bottom: 0;
 }
 
.fo-co div{
  padding: 0;
  display: inline;
  bottom: 0;
  
}
li .fo-co{
  bottom: 0;
}
/*---------------------------button----------------------
-------------------------------------------------------------*/
.button {
  font-size: 9px;
  font-weight:lighter;
  line-height: 0.7;
  width: 71px;
  height: 20px;
  margin-left: 240px;
  border-radius: 9999rem;
  background: #efefef;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  margin-bottom: 10px;
  margin-left: 5px;
  background-color:whitesmoke;
  /*color:#3b4249	;*/
  border-radius: 30px;
  padding: 4px 6px;  
}
.info{
  margin: 0;
}  
.form{
  margin: 0;
}
/*----------------------------ou---------------------------*/
.paragraph-p{
  text-align: center;
 }
 .container{
  align-items: center;
justify-content: center;
/*grid-template-columns: repeat(1,1fr);*/
grid-template-columns: repeat(auto-fit,300px);
justify-content:space-around;
}
.fo-co div{
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-bottom: 0;
  font-size: 12px;
}
 .form{
  padding-top: 50px;
  margin-top: 250px;
/*  background-color:#1d9eef;*/
  background-color:black;
  width: 100vh;
 }
 #mailto{
margin-left: 120px;
 }
 #mailto-p{
  margin-left: 70px;
 }
 .paragraph p{
  width: 30px;
 }

 /*.container{
  align-items: center;
justify-content: center;
grid-template-columns: repeat(1,1fr);
}*/
 .form{
  padding-top: 50px;
  margin-top: 250px;
/*  background-color:#1d9eef;*/
  background-color:black;
  width: 100vh;
 }
 #mailto{
margin-left: 75px;
 }
 #mailto-p{
  margin: 0px;
  /*------------------enfin-------------------------*/
  
 }

}
@media All and (max-width:420px) {
  /*.container{
    display: grid;
    grid-template-columns: repeat(auto-fit,200px);
    align-items: center;
    justify-content: center;
    
  }*/
  .paragraph {
    font-size: 10px;
    max-width: 70%;
    display:flex;;
    justify-content:center;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
  }
    /*.paragraph-p{
      margin-top: 30px;
    }
    .paragraph p{
      font-size: 20px;
    }*/
    .me{
      font-size: 15px;
    }
    #maito-p{
      margin-right:350px;
      display: inline;
    }
    #maito{
      margin-left: 500px;
    }
    /*----------enfin--------------*/
    /*----------------------------ou---------------------------*/
.paragraph-p{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
 }
 .container{
  align-items: center;
justify-content: center;
/*grid-template-columns: repeat(1,1fr);*/
grid-template-columns: repeat(auto-fit,300px);
justify-content:space-around;
}
.fo-co div{
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-bottom: 0;
  font-size: 12px;
}
 .form{
  padding-top: 50px;
  margin-top: 250px;
/*  background-color:#1d9eef;*/
  background-color:black;
  width: 100vh;
 }
 #mailto{
margin-left: 120px;
 }
 #mailto-p{
  margin-left: 70px;
 }
 .paragraph p{
  width: 30px;
 }
 .container{
  margin-bottom: 50px;
}

  }

@media All and (max-width:376px) {
  

/*-------------------------------------footer------------------
---------------------------------------------------------------*/
footer {
  position:relative;
  bottom: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin: 0;
  padding: 0;
}

/*---------------------------------------suivre----------------------------------
------------------------------------------------------------------------*/
.suivre p{
  margin: 3px;
  font-size: 8px;
}
.co{
  margin: 0;
  width: 20px;
  height: 20px;
}
/*p{
  height: 10px;
}*/


/*.social-media-list{
  margin: 0;
}*/


li .fo-co{
  bottom: 0;

}
.nav-container-top ul{
  display: flex;
  list-style-type: none;
  margin-top: 20px;

}

.nav-container-top ul li a{
  font-size: 13px;

}
.nav-container-top{
  font-size: 8px;
}
.bien-bienvenue {
  font-family: 'Pacifico',cursive;
  font-size: 40px;
  font-weight: 700px;
  word-spacing: 5px;
  text-shadow: 2px 2px 500px rgba(0, 0.4, 0.5, 0.6);
}
/*#por{
  font-size: 10px;
}*/
/*#bienvenue {
  font-size: 8px;
}*/
/*.hach{
font-size: 12px;
}*/
#pense{
  font-size: 10px;
}
#pense-2{
  font-size: 10px;
}
#defi{
  font-size: 10px;
}
#expe{
  font-size: 10px;
}
#formé{
  font-size: 10px;
}
/*-----------------------------------contact-----------------------------
-----------------------------------------------------------------------*/
.contact-me .form input[type="text"] {
  color: #fff;
  background-color: #4b5557;
  border: 0;
  width: 50%;
  height: 19px;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.contact-me .form input[type="email"] {
  color: #fff;
  background-color: #4b5557;
  border: 0;
  width: 50%;
  height: 19px;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.contact-me h2 {
  color: #fff;
  text-align: center;
}
.contact-me{
  display: block;
  padding: 0;
}
.container{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  padding: 0;
  margin: 0;
  justify-content:space-around;
  align-items: center;
}
.contact-me .info{
  width: 100%;
  /*float: left;*/
}
.contact-me .form {
width: 100%;
/*float:right;*/
}
.contact-me .form label {
  display: block;
  color: #d1d6da;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 10px;
}
#monmail{
  margin: 0;
  display: flex;
}
.info{
  grid-column: 1;
  display: flex;
  flex-direction: column;
 
  
}
.me{
  font-size: 10px;
}
.form{
  grid-column: 2; 
  margin: 30px;

}
#message{
  margin-left: 30px;
}
#mailto{
  margin: 0;
  margin-left: 180px;
   
}
#mailto-p a{
  font-size: 10px;
 margin-left: 25px;

}
#mailto-p{
  display: inline-block;
  font-size: 10px;
  margin:0;
}
  /*-------------------------------------footer------------------
---------------------------------------------------------------*/
/*footer {
  position:relative;
  bottom: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin: 0;
  padding: 0;
}*/

/*---------------------------------------suivre----------------------------------
------------------------------------------------------------------------*/
.suivre p{
  margin: 3px;
  font-size: 8px;
}
.co{
  margin: 0;
  width: 20px;
  height: 20px;
}
/*p{
  height: 10px;
}*/


/*.social-media-list{
  margin: 0;
}*/

.suivre{
  font-size: 17px;
}
/*------------------------------copyright---------------------------
------------------------------------------------------------------------*/
li .footer-copyright{
  font-size: 8px;
  text-align: center;
 
  /*margin-left:5px;
  margin-right:5px;*/
  /*padding-right: 5px;*/
  /*display: inline-block;*/
  /*display:inline;*/
 /* width: 150px;*/
   width: 100%;
  position:sticky;
  margin-bottom: 0;
 }
 
.fo-co div{
  padding: 0;
  display: inline;
  bottom: 0;
  
}
li .fo-co{
  bottom: 0;
}
/*---------------------------button----------------------
-------------------------------------------------------------*/
.button {
  font-size: 9px;
  font-weight:lighter;
  line-height: 0.7;
  width: 71px;
  height: 20px;
  margin-left: 240px;
  border-radius: 9999rem;
  background: #efefef;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  margin-bottom: 10px;
  margin-left: 5px;
  background-color:whitesmoke;
  /*color:#3b4249	;*/
  border-radius: 30px;
  padding: 4px 6px;  
}
.info{
  margin: 0;
}  
.form{
  margin: 0;
}
/*----------------------------ou---------------------------*/
.paragraph-p{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
 }
 .container{
  align-items: center;
justify-content: center;
/*grid-template-columns: repeat(1,1fr);*/
grid-template-columns: repeat(auto-fit,300px);
justify-content:space-around;
}
.fo-co div{
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-bottom: 0;
  font-size: 12px;
}
 .form{
  padding-top: 50px;
  margin-top: 250px;
/*  background-color:#1d9eef;*/
  background-color:black;
  width: 100vh;
 }
 #mailto{
margin-left: 120px;
 }
 #mailto-p{
  margin-left: 70px;
 }
 .paragraph p{
  width: 30px;
 }
 .container{
  margin-bottom: 50px;
}
}




@media All and (max-width:270px) {
  
  .bien-bienvenue{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #por{
    font-size: 25px;
  }
  /*---------------------------------hach------------------------
  ---------------------------------------------------------------*/

  .hach{
    font-size: 18px;
  }

  .grid-item {
    font-family: "Pacifico";
    font-size: 20px;
    border-width: 5px;
    /*border-style: solid;*/
    border-style: none;
    border-color: darkgray;
    border-radius: 2%;
    /*background: linear-gradient(to bottom, #F5F5F5, #696969);*/
    background:transparent;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  /*--------------------------------------middle------------------
  --------------------------------------------------------------------*/

  .grid-item-middle {
    background-image: url(images/home.PNG);
    background-size: 100%;
    background-repeat: initial;
    overflow: hidden;
    border: 5px solid darkgray;
    border-right-width: 5px;
    border-right-style: solid;
    border-right-color: darkgray;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: darkgray;
    border-left: none;
    border-right: none;
    border-radius: 5%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    max-height: 20.5vh;
    margin-top: 130px;
  }

/*-------------------------------------footer------------------
---------------------------------------------------------------*/
/*footer {
  position:relative;
  bottom: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin: 0;
  padding: 0;
}*/

/*---------------------------------------suivre----------------------------------
------------------------------------------------------------------------*/
.suivre p{
  margin: 3px;
  font-size: 8px;
}
.co{
  margin: 0;
  width: 20px;
  height: 20px;
}
/*p{
  height: 10px;
}*/


/*.social-media-list{
  margin: 0;
}*/
/*------------------------------copyright---------------------------
------------------------------------------------------------------------*/
li .footer-copyright{
  font-size: 8px;
  margin-left:0;
  padding-right: 20px;
  display: inline-block;
  width: 150px;
  position:sticky;
  margin-bottom: 0;
 }
 
.fo-co div{
  padding: 0;
  display: inline;
  bottom: 0;
}
li .fo-co{
  bottom: 0;
}
.nav-container-top ul{
  display: flex;
  list-style-type: none;
  margin-left: 10px;

}

.nav-container-top ul li a{
  font-size: 8px;

}
.bien-bienvenue {
  font-family: 'Pacifico',cursive;
  font-size: 30px;
  font-weight: 300px;
  word-spacing: 5px;
  height: 50px;
  text-shadow: 2px 2px 200px rgba(0, 0.4, 0.5, 0.6);
  margin-bottom: 150px;
}*/
/*#por{
  font-size: 10px;
}*/
/*#bienvenue {
  font-size: 8px;
}*/
/*.hach{
font-size: 12px;
}*/
#pense{
  font-size: 10px;
}
#pense-2{
  font-size: 8px;
}
#defi{
  font-size: 8px;
}
#expe{
  font-size: 10px;
}
#formé{
  font-size: 10px;
}
/*-----------------------------------contact-----------------------------
-----------------------------------------------------------------------*/
.contact-me .form input[type="text"] {
  color: #fff;
  background-color: #4b5557;
  border: 0;
  width: 50%;
  height: 19px;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.contact-me h2 {
  color: #fff;
  text-align: center;
}
.contact-me{
  display: block;
  padding: 0;
}
.container{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  padding: 0;
  margin: 0;
  justify-content: space-around;
}
.contact-me .info{
  width: 100%;
  float: left;
}
.contact-me .form {
width: 100%;
float:right;
}
.contact-me .form label {
  display: block;
  color: #d1d6da;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 10px;
}
#monmail{
  margin: 0;
  margin-left: 65px;
}
.info{
  grid-column: 1;
  display: flex;
  flex-direction: column;
 
  
}
.me{
  font-size: 10px;
}
.form{
  grid-column: 2; 
  margin-top: 50px;

}
#message{
  margin-left: 30px;
}
#mailto{
  margin: 0;
  margin-left: 80px;
}
#mailto-p a{
  font-size: 10px;
 margin-left: 25px;

}
#mailto-p{
  display: inline-block;
  font-size: 10px;
  margin:0;
}
.contact-me .form input[type="email"] {
  color: #fff;
  background-color: #4b5557;
  border: 0;
  width: 50%;
  height: 19px;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
}
* {
  box-sizing: border-box;
}
.container {
  text-align: justify;
}
.hach{
  font-size: 10px;
}

.grid-item{
  margin-top: 10px;
}
.navbar-top{
  height: 80px;
  
}
.nav-container-top ul li a{
  color:yellow;
  font-size: 9px;
}
#bienvenue{
  font-size: 13px;
}
#por{
  font-size: 30px;
}
.nom{
  font-size: 8px;
}
/*----------------------------ou---------------------------*/
.paragraph-p{
  text-align: center;
 }
 .container{
  margin-bottom: 50px;
}

}


