* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    outline: none;
  }

  :root{
    --black: black;
  }
  
  body {
    font-family: 'Montserrat';
    background: #242C39;
    color: #fff;
  }

  html{
    scroll-behavior: smooth;
  }
  
  .pourcentage{
    background: #363f4e;
    border-radius: 6%;
    box-shadow: inset 1.2px 1.2px 23px #12161D, inset -1.2px -1.2px 23px #323c4e;

    color: red;
    padding: 5px;
    text-align: center;
  }

  .ecrireMail{
    position: absolute;
    width: 400px;
    height: 0px;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-30%);
    background: rgb(0, 0, 0);
    z-index: 2;
    overflow: hidden;
    padding: 0em;
    border-radius: 5px;
    position: fixed;
    overflow: hidden;
  }
  .closeMail{
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    z-index: 1;
    overflow: hidden;
    background: transparent;
    position: fixed;
  }
  .closeMail.active{
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .ecrireMail.active{
    padding: 1em;
    width: 400px;
    height: auto;
  }
  .ecrireMail h1{
    padding-bottom: 1em;
  }
  .ecrireMail textarea{
    width: 100%;
    height: 200px;
    outline: none;
    padding: 1em;
    background: black;
    color: white;
  }
  .live {
    height: 120px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* overflow-x: scroll; */
    padding: 30px 0 0 20px;
    margin-bottom: 20px;
  }
  
  .live .person {
    position: relative;
    margin-right: 30px;
    text-align: center;
  }
  
  .live .profile-pic {
    position: relative;
    background-position: 50%;
    background-size: cover;
    height: 40px;
    width: 40px;
    border-radius: 50%;
  }
  
  
  .live .person:nth-child(1) .profile-pic {background-image: url('https://images.unsplash.com/photo-1438761681033-6461ffad8d80?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80');}
  .live .person:nth-child(2) .profile-pic {background-image: url('https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=634&q=80');}
  .live .person:nth-child(3) .profile-pic {background-image: url('https://images.unsplash.com/photo-1506919258185-6078bba55d2a?ixlib=rb-1.2.1&auto=format&fit=crop&w=815&q=80');}
  .live .person:nth-child(4) .profile-pic {background-image: url('https://images.unsplash.com/photo-1463453091185-61582044d556?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80');}
  .live .person:nth-child(5) .profile-pic {background-image: url('https://images.unsplash.com/photo-1505503693641-1926193e8d57?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=634&q=80');}
  .live .person:nth-child(6) .profile-pic {background-image: url('https://images.unsplash.com/photo-1484588168347-9d835bb09939?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=634&q=80');}
  .live .person:nth-child(7) .profile-pic {background-image: url('https://images.unsplash.com/photo-1488426862026-3ee34a7d66df?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=634&q=80./img/07.jpg');}
  .live .person:nth-child(8) .profile-pic {background-image: url('https://images.unsplash.com/photo-1450297350677-623de575f31c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=634&q=80');}
  
  
  .live .profile-pic::before {
    content: '';
    display: inline-block;
    border: 3px solid #454D5A;
    padding: 24px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .live .person .name {
    font-size: 12px;
    padding-top: 20px;
  }
  
  .live-active .profile-pic:before {
    border-color: #FFDF3B !important;
  }
  
  .live-active span {
    background: #FFDF3B;
    color: #000;
    width: 50px;
    display: inline-block;
    font-size: 10px;
    border-radius: 50px;
    padding: 2px 0;
    font-weight: 600;
  
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .live-active i {
    padding-right: 3px;
  }
  
  .newsfeed {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .allHeader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0em 1em;
  }
  .newsfeed .cards{
    width: 80%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2em;
  }
  .projets{
    padding-top: 3em;
    padding-bottom: 0em;
  }
  .allHeader{
    background-image: url('/assets/img/3491.jpg');
    background-position: 50%;
    background-size: cover;
    height: 70vh;
    padding: 0;
  }
  
  .newsfeed .realisations{
    width: 80%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2em;
  }
  .realisations .card{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0em;
    overflow: hidden;
    border: 1px solid #8b8b8b;
  }
  .realisations .card .head{
    font-size: 24px;
    padding-bottom: 1em;
  }
  .realisations .card .content{
    padding: 2em;
  }
  .realisations .card .img{
    height: 400px;
    overflow: hidden;
  }
  .realisations .card .img img{
    width: 100%;
    /* height: 100%; */
  }
  
  .card {
    width: 100%;
    height: 100%;
    background: #242c39;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.162);
    /* margin-bottom: 20px; */
    padding: 1em;
    border-radius: 10px;
    font-size: 14px;
    transition: all .3s linear;
    position: relative;
  }
  .card::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background: #242c39;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.162);
    transition: all .3s linear;
  }
  https://falesedidia.netlify.app/
  .card:hover{
    transition: all .3s linear;
    box-shadow: none;
    cursor: pointer;
  }
  .card:hover::before{
    width: calc(100% + 35px);
    height: calc(100% + 35px);
    border-radius: 5px;
    border-top: 1px solid #FFDF3B;
    border-bottom: 1px solid #FFDF3B;
  }
  .allHeader .card{
    width: 100%;
    height: auto;
    background: transparent;
    box-shadow: none;
    padding: 0em;
    border-radius: 0;
  }
  .allHeader .card:hover {
    margin-top: 0em;
    margin-bottom: 0em;
    cursor: pointer;
  }
  
  .card .picture {
    background-image: url('https://images.unsplash.com/photo-1508166785545-c2dd4c113c66?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80');
    background-position: 50%;
    background-size: cover;
    height: 200px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  .card .content {
    display: flex;
    flex-direction: column;
    padding: 15px 10px;
  }
  
  .card .header {
    display: flex;
    align-items: center;
  }
  
  .card .profile-pic {
    background-image: url('https://images.unsplash.com/photo-1438761681033-6461ffad8d80?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80');
    background-position: 50%;
    background-size: cover;
    height: 50px;
    width: 50px;
    border-radius: 50%;
  }
  
  .card .detail {
    margin-left: 10px;
  }
  
  .card .posted {
    font-size: 10px;
    padding-top: 3px;
  }
  
  .card .desc {
    padding-top: 10px;
    line-height: 1.5;
  }
  
  .card .tags {
    font-size: 12px;
    color: #FFDF3B;
    padding-top: 10px;
  }
  
  .card .footer {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
  }
  
  .card .footer .like {
    flex: 0 0 25%;
  }
  
  .card .footer .comment {
    flex: 1;
  }
  
  .card .footer .share {
    flex: 0 0 18%;
  }
  
  .card .footer i {
    padding-right: 3px;
  }
  
  .nav {
    background: #242C39;
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 -4px 25px 0 rgba(0, 0, 0, .12);
  }
  
  .nav .icon {
    flex: 1;
    text-align: center;
    color: #8E919A;
  }
  
  .nav .icon i {
    padding-bottom: 10px;
    font-size: 20px;
  }
  
  .nav .icon p {
    font-size: 12px;
  }
  
  
  .active {
    color: #FFDF3B !important;
  }
  
  ::-webkit-scrollbar {
    /* display: none; */
  }
  
  .space {
    /* height: 200px; */
  }

  .monLogo {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    padding: 4em .5em;
}
.monLogo .lgo{
    font-size: 86px;
    font-weight: bold;
}
.navB{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5em 0em;
}
.navB .navig{
    width: 80%;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    /* padding-top: 2em; */
}
.navB .navig .img{
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.navB a{
    font-size: 20px;
    color: #fff;
}
.navB a:last-child{
    font-size: 20px;
    border: 1px solid #fff;
    color: #fff;
    padding: .5em;
    border-radius: .2em;
    margin-left: 1em;
}

.contacts{
    height: 150px;
    width: 100%;
    background: #0000002a;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 -4px 25px 0 rgba(0, 0, 0, .12);
    margin-top: 5em;
}
.contacts > div{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contacts > div a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #242C39;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: .5em;
}
.contacts > div a i{
    font-size: 36px;
    color: #FFDF3B;
}

.titre, .titre2{
    padding-left: 10%;
    padding-bottom: 3em;
    font-size: 24px;
}
.titre2{
    padding-top: 5em;
}

.mySelf{
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: rgba(0, 0, 0, 0.897);
  display: flex;
  justify-content: center;
}
.mySelf .circ_picture{
  width: 400px;
  height: 400px;
  overflow: hidden;
  transition: all .3s linear;

  border-radius: 20em;
}
.mySelf .circ_picture img{
  width: 100%;
  overflow: hidden;
}
.allHeader h1{
  color: #FFDF3B;
  font-size: 36px;
  padding-bottom: .5em;
}
.mySelf .desc_dev{
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.btn_contact{
  padding: 1em;
  border-radius: 4px;
  text-align: center;
  margin-top: 2em;

  background: #0873c448;
  color: #ffffff;
  border-radius: 2%;
  box-shadow: 11.41px 11.41px 41px #04396200, -11.41px -11.41px 41px #ffffff00;
  cursor: pointer;
  transition: all .3s linear;
}
.btn_contact:hover{
  background: #0873c4da;
}
.titre{
  margin-top: 2em;
}
@media screen and (max-width: 1300px) {
  .mySelf .desc_dev{
    width: 90%;
  }
    .newsfeed .cards{
        width: 90%;
        display: grid;
        /* grid-template-columns: repeat(2, 1fr); */
        grid-gap: 2em;
    }
    .titre{
        padding-left: 5%;
    }
    .navB .navig{
        width: 90%;
    }
    

    .newsfeed .realisations{
        width: 90%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 2em;
    }
}
@media screen and (max-width: 1150px) {
    .newsfeed .cards{
        width: 90%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2em;
    }
    .mySelf .circ_picture{
      width: 300px;
      height: 300px;
      overflow: hidden;
    
      border-radius: 20em;
    }
}
@media screen and (max-width: 798px) {
  .mySelf .circ_picture img{
    display: none;
  }  
  
  .newsfeed .cards{
      width: 90%;
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 3em;
  }
  .titre{
      padding-left: 1.2em;
      padding-bottom: 3em;
      font-size: 24px;
  }
  .realisations .card .img{
      height: 450px;
      overflow: hidden;
  }
    .realisations .card{
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      padding: 0em;
      overflow: hidden;
    }
    
}
@media screen and (max-width: 578px) {
    .realisations .card .img{
        height: 250px;
        overflow: hidden;
      }
    
    .contacts > div a{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #242C39;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin: .5em;
    }
    .contacts > div a i{
        font-size: 26px;
        color: #FFDF3B;
    }
}

.desc,
p {
  font-size: 16px;
}