*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    text-decoration: none;
    }
body {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.header{
   max-height:100%;
   height:98vh;

}
@font-face{
    font-family:"menu";
    src: url("../font/VanillaRavioli_Demo.ttf")
}
p{
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 1.1em;
}
.menu{
    color:black;
    font-size:25px;
    text-decoration: none;
    letter-spacing: 0.2em;
    justify-content: left;
}
.nav{
  display:flex;
  justify-content: center;
}
.containers{
    width:80%;
    margin:auto;
    background-color:white
}
#menu{
    text-align: end;
}
li {
    margin: 0 auto;
    display: inline-block;
    list-style: none;
    padding: 2vh;
    font-family: "menu";
}
.menu:hover{
    background-color: white;
    padding:1vh;
    border-radius: 2vh;
}
.img-accueil{
    width:100%;
    opacity: 0;

}
.container{
    width:80%;
    justify-content: center;
    margin:auto;
}
.content{
    position:relative;
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.content .textbox{
    position:relative;
    max-width:600px;
}

.content .textbox h2{
  color: #333;
  font-size: 4em;
  font-weight: 500;
  font-variant-caps: small-caps;
}
.content .textbox h2 span{
    font-size:0.9em;
    font-weight:900px;
}

.content .textbox p{
    color:#333;
}
.content .imgBox{
    width:600px;
    display:flex;
    justify-content: flex-end;
    margin-right:50px;
    margin-top:50px;
}
.circle{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:98%;
    clip-path: circle(40.2% at 96% 98%);
}
.circle1{
    clip-path: circle(20.0% at 0 0);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:98%;
}
/************************** main *************/
.intro{
    display:flex;
    justify-content: space-between;
    margin-top: 5vh;
    margin-bottom: 5vh;
    
  }
  .image img{
    width:30%;
    margin-left:10vh;
  }
/******************** Footer ***********************/
footer{
    height:40vh;
}
.moi-footer{
    padding-top:20vh;
    font-size:40px;
    font-family: "menu";
    text-align:center;
}
.polygon{
    clip-path: circle(20.0% at 0 0);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:98%;
    clip-path: polygon(0 92%, 100% 94%, 100% 100%, 0 100%);; 
}
.réseau-sociaux{
  display: flex;
    flex-direction: column;
}
.fussé {
  all: unset; 
  position: fixed;
  right: 25px;
  bottom: 25px;
  cursor: pointer;
  transform:scale(1.8);
  transition: .3s;
  color:rgb(194, 129, 255);
  width:2%;
  }
body {
    margin:0;
    padding:0;
    background:#ccc;
    font-family: 'Roboto Condensed', sans-serif;
  
  }
  
  .sociaux {
    position:relative;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    display:flex;
    margin:0;
    padding:0;
  }
  
  .social {
    list-style:none;
    margin:0 5px;
  }
  
  .social a .fa {
    font-size: 40px;
    color: #262626;
    line-height:80px;
    transition: .5s;
    padding-right: 14px;
  }
  
  .social a span {
    padding:0;
    margin:0;
    position:absolute;
    top: 30px;
    color: #262626;
    letter-spacing: 4px;
    transition: .5s;
  }
  
  .social a {
    text-decoration: none;
    display:absolute;
    display:block;
    width:210px;
    height:80px;
    background: #fff;
    text-align:left;
    padding-left: 20px;
    transform: rotate(-30deg) skew(25deg) translate(0,0);
    transition:.5s;
    box-shadow: -20px 20px 10px rgba(0,0,0,.5);
  }
  .social a:before {
    content: '';
    position: absolute;
    top:10px;
    left:-20px;
    height:100%;
    width:20px;
    background: #b1b1b1;
    transform: .5s;
    transform: rotate(0deg) skewY(-45deg);
  }
  .social a:after {
    content: '';
    position: absolute;
    bottom:-20px;
    left:-10px;
    height:20px;
    width:100%;
    background: #b1b1b1;
    transform: .5s;
    transform: rotate(0deg) skewX(-45deg);
  }
  
  .social a:hover {
    transform: rotate(-30deg) skew(25deg) translate(20px,-15px);
    box-shadow: -50px 50px 50px rgba(0,0,0,.5);
  }
  
  .social:hover .fa {
    color:#fff;
  }
  
  .social:hover span {
    color:#fff;
  }
  
  .social:hover:nth-child(1) a{
    background: #0e76a8;
  }
  .social:hover:nth-child(1) a:before{
    background: #365492;
  }
  .social:hover:nth-child(1) a:after{
    background: #4a69ad;
  }
  
  .social:hover:nth-child(2) a{
    background: #FF0000;
  }
  .social:hover:nth-child(2) a:before{
    background: #c21010;
  }
  .social:hover:nth-child(2) a:after{
    background: #cc250f;
  }
  
  /************** Fusée */
  .fussé {
    all: unset; 
    position: fixed;
    right: 25px;
    bottom: 25px;
    cursor: pointer;
    transform:scale(1.8);
    transition: .3s;
    color:rgb(194, 129, 255);
    width:4%;
    }
    .fussé img{
      width:100%;
    }