body{
    padding: 0 20px;
    color: #000;
}
/*#anim-car{
    position: relative;
    display:inline-block;
    width: 80%;
    height: 80px;
    padding: 0;
}
#anim-car img:nth-child(1)
{
    position: relative;
    top: -10px;
}
#anim-car span:last-of-type img
{
    width: 60px;
    height: 60px;
}
#anim-car span:first-of-type img
{
    width: 70px;
    height: 70px;
}
#anim-car span:first-of-type{
    position: relative;
    top: 15px;
    left: 20px;
}
#anim-car span:last-of-type{
    position: relative;
    top: 15px;
    left: 880px;
}
#anim-car img:nth-child(2)
{
    position: relative;
    width: 70px;
    height:70px;
    top: -15px;
    left: -3px
}
#anim-car span:nth-child(2){
    position: absolute;
    top:5px;
    left: 800px;
    transition: 7s ease-in-out	;

    animation-name: rocket;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}
@keyframes rocket {
    from {
      transform: translate(0px, 0);
    }
    to {
      transform: translate(-700px, 0);
    }
  }*/

#title {
    position:relative;
    top: -10px;
    display: flex;
    align-items: center;
    justify-content:center;
    width:70%;
    margin-left: 15%;
}
#title:hover{
    cursor: pointer;
}
#title h1{
   font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight:900;
    font-size: 150pt;
    user-select: none; 
}
#title h3{
    user-select: none; 
    position:relative;
    top: 55px;
}

#connection-btns{
  float: right;
  padding: 10px;
}
#connection-btns button:last-of-type{
    margin-left: 10px;
}
#dp{
    position: relative;
    border-radius: 10px;
    border: 3px solid black;
    padding: 20px;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
}
#acheter::before{
    content: '';
    position: absolute;
    display: inline-block;
    top:0;
    left:0;
    width: 30%;
    height:100%;
    background:rgba(255,255,255,0.5);
    transform:skewX(45deg) translateX(1000px);
    transition:0.3s;
}
#acheter:hover::before{
    transform:skewX(45deg) translateX(-700px);
}
#acheter:hover{
transform: translateY(-15px);
cursor: pointer;
}
#vendre:hover{
    transform: translateY(-15px);
    cursor: pointer;
    }
#vendre:hover::before{
        transform:skewX(45deg) translateX(-700px);
    }
#vendre::before{
        content: '';
        position: absolute;
        display: inline-block;
        top:0;
        left:0;
        width: 30%;
        height:100%;
        background:rgba(255,255,255,0.5);
        transform:skewX(45deg) translateX(1000px);
        transition:0.3s;
}
#btnvendre:hover{
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    transform-origin: 0 100%;
}
#types{
    width:100%;
    height:100%;
}
#m-app{
    position:relative;
    margin-top: -20px;
    border-radius: 22px;
    background: rgba(31, 18, 216, 0.774);
    padding: 15px 25px;
    top:650px;
}
#m-app h2{
    font-size:30pt;
    font-weight:900;
    color:white;
}
#m-app p{
    display: inline-block;
    padding-top: 20px;
    color:white;
    font-size:15pt;
}
#m-app span img{
    padding: 0;
    position: absolute;
    width: 20%;
    height:80%;
    top: 5px;
    right: 0;

}
#m-app a img{
    width:60px;
    height:60px;
}
#footer{
    position: absolute;
    top:1400px;
    width: 97%;
    height:100%;
}
#part1{
    position:relative;
    display: inline-block;
    width: 33%;
    height:50%;
    border:2px solid rgba(0, 0, 0, 0.527);
    border-radius: 22px;
    padding-right: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}
#part1 span{
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
}
#part1 span:hover{
    cursor: pointer;
}
#part1 span img{
    width:100%;
    border-radius: 22px;
}
#part1 ul{
margin-top: 20px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
ul li{
    position:relative;
    list-style: none;
}
ul li a{
    position: relative;
    width: 80px;
    height: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color:rgba(255,255,255,0.5);
    margin: 0 10px;
    text-decoration: none;
    font-size: 30px;
    border-radius: 50%;
    color: #e2e2e2;
    box-shadow: inset -1px -1px 2px rgba(0,0,0,0.2),2px 2px 5px rgba(0,0,0,0.2);
    transition: 0.5s;

}
ul li a:hover{
    color: #fff;
    transform: translateY(-20px);
    box-shadow: inset -1px -1px 2px rgba(0,0,0,0.2),2px 24px 10px rgba(0,0,0,0.1);
}
ul li a .fa{
    position: relative;
    z-index: 1;
}
ul li a::before
{
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    border: 2px solid rgba(0,0,0,0.1);
}
ul li:nth-child(1) a::before
{
    background: #1877f2;
}
ul li:nth-child(2) a::before
{
    background: #25d366;
}
ul li:nth-child(3) a::before
{
    background:#0d8af0 ;
}
ul li:nth-child(4) a::before
{
    background:#ea4c89 ;
}
#connection-btns button{
    border: 2px solid #0f0;
    -webkit-box-reflect: below 0px linear-gradient(transparent,rgba(0, 0, 0, 0.508));
    transition: 0.5s;
    background:#fff;
    color: #0f0;
    font-weight: 600;
}
#connection-btns button:hover{
    background:rgba(0, 255, 0, 0.5);
    color: black;
}
#connection-btns button:nth-child(2){
    filter: hue-rotate(80deg);
}
#part2{
    position: relative;
    display: inline-block;
    top: -30px;
  width: 33%;
  height:50%;
  border:2px solid rgba(0, 0, 0, 0.527);
  border-radius: 22px;
  margin-left:10px;
  padding: 20px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}
#part2 h3{
    text-align: center;
    font-size:30pt;
    font-weight: 900;
    margin-bottom:15px;
}
#part2 p{
    text-align: center;
    font-size:15pt;
}
#part2 a {
    top: 50px;
    position: relative;
    left: 130px;
}
#part3{
    position: relative;
    display: inline-block;
    top:-40px;
  width: 30%;
  height:50%;
  border:2px solid rgba(0, 0, 0, 0.527);
  border-radius: 22px;
  margin-left:10px;
  padding: 20px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}
#part3 h3{
    text-align: center;
    font-size:30pt;
    font-weight: 900;
    margin-bottom:15px;
}
#part3 span p{
    text-align: center;
    font-size:15pt;
}
#vendre{
    position: absolute;
    margin-top: 40px;
    left: 690px;
    margin-bottom: 15px;
    border-radius: 22px;
    background-image: url('../img/2.jpg');
    width: 47%;
   height: 80%;
    overflow: hidden;
}
#acheter{
    position: absolute;
      margin-top: 40px;
      margin-bottom: 15px;
      border-radius: 22px;
      background-image: url("../img/1.jpg");
      width: 47%;
      height: 80%;
      overflow: hidden;
}
@media only screen and (max-width: 600px) {
   
    #title{
        width:80%;
    }
    #title h1{
        font-size:80pt;
    }
    #title h3{
        top: 20px;
    }
    #acheter{
        width:100%;
        position: relative;
    }
    #vendre{
        width:100%;
        position: relative;
        left:0;
        
    }
    #m-app img{
        display: none;
    }
    #m-app{
        position: relative;
        width:100%;
        top: 10px;
        padding:5px 8px;
    }
    #m-app a{
        margin-top: 4px;
        margin-left:12px;
        font-size: 12pt;
    }
    #part1 img{
        display: none;
    }
    #part1{
       display: none;
    }
    #part2{
        display: none;
    }
    #part3{
        display: none;
    }
    #footer{
        position: relative;
        top:20px;
        width: 100%;
    }
  }