@font-face {
  font-family: "stretchpro";
  src: url("StretchPro.otf");
}

@font-face {
  font-family: "printer";
  src: url("Printer.otf");
}



.fondacc {
    background-image:url('http://www.example.com/yourfile.gif');
    background-position: center;
    background-size: cover;
}

main {
 display : flex; /* tous les éléments immédiatement inclus dans main sont impactés*/
 align-content: space-around;
 justify-content : space-evenly;
 align-items: center;
 background-color: darkslategrey;
 flex-shrink: 4; /* default 1 */
 flex-grow: 4; /* default 0 */
 flex-wrap: wrap;
 flex-flow: row wrap;
 font-weight: bold;
 flex: 1 100%;
 align-self: auto;
 font-family: "stretchpro";
 background-color: black;
 color: white; 
 margin-top: 100px;
}

img {
    width: 200px;
    margin-left: 100px;
    margin-top: 3%;

}

.contenu img {
    width: 700px;
    margin-left: 7%;
}

.contenu1 img {
    width: 500px;
    margin-left: 30%;
    pading-top: 20px;
}


.article img {
    align-content: center;
    width: 700px;
    margin-left: 27%;
    margin-top: ;
}


main div {
 min-width : 120px; /* on attribue une largeur et une hauteur minimum à tous les div contenus dans main */
 min-height : 120px;
 border-radius: 10px;

}

.slider {
 margin-top: 50px;
 width:75%;
 background-color : black;
 margin-left: 5%;
 
}

.slider1 {
 width:700px;
 background-color: black;
 width: 100%;
}

.slider1 img {
    width: 100%;
    margin-left: 0px;
}

.contenu{
 width:30%;
 background-color : black;
 margin : 20px;
 margin-top: 6%; 
}

.article2 img {
    display: flex;
    width: 700px;
    margin-left: 10%;
    margin-top: 20%;
}

.contenuNFT{
 width:40%;
 background-color : black;
 margin : 20px;
 margin-top: 50px; 
}

.bodyindex {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-image: url("gifindex.gif");
    background-attachment: fixed;
    height: 100%;
    font-family: "stretchpro";
}


.bodyindex a {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    color: white;
    text-decoration: none;
    font-size: 24px;
    overflow: hidden;
    transition: 0.2s;
}
    

.bodyindex a:hover{
    color: limegreen;
}




.contenuNFT img{
    width: 700px;
    margin: 3%;
}

.icones {
 width:75%;
 background-color : black; 
 margin-top: 5%;
 
}
.article {
 width:75%;
 margin : 20px 0px 10px 0; 
 background-color : black;
 margin-top: 3%;
}
.article1 {
 width:75%;
 margin : 20px 0px 10px 0; 
 background-color : black;
 margin-top: 3%;
}
img .article1{
    align-content: center;
    width: 700px;
    margin-left: 20%;
    margin-top: 80%;
}

.wrapper {
  display: flex;  
  flex-flow: row wrap;
  font-weight: bold;
  text-align: center; 
}

.wrapper > * {
  padding: 10px;
  flex: 1 100%;
}

@media all and (min-width: 600px) {
  .aside { flex: 1 0 0; }
}

@media all and (min-width: 800px) {
  .main    { flex: 3 0px; }
  .slider { order: 1; } 
  .contenu    { order: 2; }
  .icones { order: 3; }
  .article  { order: 4; }
}

h2 {
    font-size: 26px;
    font-weight: 100;
}

h1 {
    color: white;
}

h3 {
    font-weight: 100;
    font-family: "printer";
}

script {
    font-family: "stretchpro";
}


.site-navigation a {  
   text-decoration: none;  
   color: white; 
   text-transform: capitalize;
   transition: all 0.3s ease; 
   text-transform: capitalize;
  }  
  .site-navigation a:hover{  
    color: limegreen;
   


 
  }  
  .site-header {   
   border-bottom: 1px solid #ccc;  
   padding: .5em 1em;  
   display: flex;  
   justify-content: space-between;
   background-color: black;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 1;

  }  
  .site-identity h1 {  
   font-size: 1.5em;  
   margin: .6em 0;  
   display: inline-block;  
  }  
  .site-navigation ul,   
  .site-navigation li {  
   margin: 0;   
   padding: 0;  
  }  
  .site-navigation li {  
   display: inline-block;  
   margin: 1.4em 8em 1em 1em;  
  }  


h3 a {  
   text-decoration: none;  
   color: white; 
   text-transform: capitalize;
   transition: all 0.3s ease; 
   text-transform: capitalize;
  }  
  h3 a:hover{  
    color: limegreen;
    
}




@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body{
    line-height: 1.5;
    font-family: "stretchpro";
    background-color: black;
}
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
.container{
    max-width: 1170px;
    margin:auto;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
ul{
    list-style: none;
}
.footer{
    background-color: #101010;
    padding: 70px 0;
    margin-top: 7%;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}
.footer-col h4::before{
    content: '';
    position: absolute;
    left:0;
    bottom: -10px;
    background-color: black;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}
.footer-col ul li:not(:last-child){
    margin-bottom: 10px;
}
.footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: white;
    display: block;
    transition: all 0.3s ease;
}
.footer-col ul li a:hover{
    color: limegreen;
    padding-left: 8px;
}
.footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: white;
    margin:0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 20%;
    color: black;
    transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
    color: black;
    background-color: limegreen;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}





       




