.logo {
width : auto;
height : 20%;
position: fixed;
left: 25px;
top: -.0em;
}

.pseudo {
    margin-top: 10px;
    margin-right: 15px;
    text-decoration: none;
}

@media all and (min-width: 990px){

    .bell-btn {
        text-decoration: none !important;
        color: white !important;
        position: absolute;
        display: flex;
        top: 20px;
        font-size: 20px;
        transform: scale(1);
        transition: 0.2s;
        right: 165px;
    }

    .friends-btn {
        text-decoration: none !important;
        color: white !important;
        position: absolute;
        display: flex;
        top: 20px;
        font-size: 20px;
        transform: scale(1);
        transition: 0.2s;
        right: 105px;
    }

    .friends-btn:hover {
        transform: scale(1.1);
        transition: 0.2s;
    }

    .bell-btn:hover {
        transform: scale(1.1);
        transition: 0.2s;
        animation: bell-ring 0.3s ease;
    }

    @keyframes bell-ring {
        0% {
            transform: rotate(15deg);
        }
        25% {
            transform: rotate(-15deg);
        }
        50% {
            transform: rotate(15deg);
        }
        75% {
            transform: rotate(-15deg);
        }
        100% {
            transform: rotate(0deg);
        } 
    }

  .phone-menu {
    text-decoration: none;
    display: none;
  }
.button-1 {
    position: relative;
    margin-right: 2px;
    text-decoration: none;
    align-items: center;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-family: 'Ubuntu', -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 40px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    touch-action: manipulation;
    transition: all .75s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    transform: scale(1);
    transition: all .25s;
  }
  
  .button-1:hover,
  .button-1:focus {
    transform: scale(1.15);
    transition: all .25s;
    color: #ffffff;
    text-decoration: none;
  }
  
  .button-1:active {
    color: rgb(255, 255, 255, .7);
  }
  
  .button-1:disabled { 
    cursor: not-allowed;
    background: rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .3);
  }

  .button-2 {
    position: absolute;
    margin-right: 2px;
    text-decoration: none;
    align-items: center;
    background-color: #656565;
    border: 0;
    border-radius: 100px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-family: 'Ubuntu', -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 40px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
  }
  
  .button-2:hover,
  .button-2:focus { 
    background-color: #515151;
    color: #ffffff;
  }
  
  .button-2:active {
    background: #09223b;
    color: rgb(255, 255, 255, .7);
  }
  
  .button-2:disabled { 
    cursor: not-allowed;
    background: rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .3);
  }

  html{
    scroll-behavior: smooth;
  }

  .button-4 {
    margin-right: 6px;
    float: right;
    text-decoration: none;
    align-items: center;
    background-image: linear-gradient(0deg, #ee0979 0%, #ff6a00 100%);
    opacity: 1;
    transition: all .75s;
    border: 0;
    border-radius: 100px;
    box-sizing: border-box;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-flex;
    font-family: 'Ubuntu', -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 40px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    transform: scale(1);
    transition: all .75s;
}
  
  .button-4:hover,
  .button-4:focus { 
    opacity: 1;
    transform: scale(1.1);
    transition: all .75s;
  }
  
  .button-4:active {
    background: #09223b;
    color: rgb(255, 255, 255, .7);
  }
  
  .button-4:disabled { 
    cursor: not-allowed;
    background: rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .3);
  }

  .button-5 {
    margin-right: 0px;
    float: right;
    text-decoration: none;
    align-items: center;
    border: 0;
    color: white !important;
    cursor: pointer;
    display: inline-flex;
    font-family: 'Ubuntu', -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 40px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    transform: scale(1);
    transition: all .25s;
}
  
  .button-5:hover,
  .button-5:focus { 
    transform: scale(1.15);
    transition: all .25s;
  }
  
  .button-5:disabled { 
    cursor: not-allowed;
    background: rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .3);
  }

  .button-7 {
    margin-right: 6px;
    float: right;
    text-decoration: none;
    border: 0;
    color: white;
    cursor: pointer;
    display: inline-flex;
    font-family: 'Ubuntu', -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 40px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    transform: scale(1);
    transition: all .25s;
  }
  
  .button-7:hover,
  .button-7:focus { 
    transform: scale(1.15);
    transition: all .25s;
  }
  
  .button-7:disabled { 
    cursor: not-allowed;
    background: rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .3);
  }

  .compte-icon {
    margin-top: 0%;
    height: 35px;
}
}
.logo {
    float: left;
    margin-top: 0%;
    margin-right: 5%;
    height: 40px;
    position: relative;
}
nav {
top: 0;
background-color: rgb(62, 62, 62);
display: relative;
padding-top: 10px;
height: 60px;
margin-top: 0px;
width: 100%;
z-index: 10;
box-shadow: rgba(0, 0, 0, 0.48) 0px 3px 8px;
position: fixed;
}
*{
  padding: 0;
  margin: 0;
}

label
{
    display: none;
}
 
@media all and (max-width: 991px){

  .bar2 {
    display: none;
    width: 310px;
    height: 1px;
    background: black;
    margin-top: 10px;
    margin-bottom: 10px;
}

  .logo {
    align-items: center ;
    width : auto;
    }

  .phone-menu {
    text-decoration: none;
    z-index: 8;
    display: flex;
    color: white;
    font-size: 40px;
    float: left;
    margin-top: -15px;
    margin-left: 15px;
  }
  .button-1 {
      display: none;
    }
    
    .button-1:hover,
    .button-1:focus {
      transform: scale(1.15);
      transition: all .25s;
      color: #ffffff;
      text-decoration: none;
    }
    
    .button-1:active {
      color: rgb(255, 255, 255, .7);
    }
    
    .button-1:disabled { 
      cursor: not-allowed;
      background: rgba(0, 0, 0, .08);
      color: rgba(0, 0, 0, .3);
    }
  
    .button-2 {
      display: none;
    }
    
    .button-2:hover,
    .button-2:focus { 
      background-color: #515151;
      color: #ffffff;
    }
    
    .button-2:active {
      background: #09223b;
      color: rgb(255, 255, 255, .7);
    }
    
    .button-2:disabled { 
      cursor: not-allowed;
      background: rgba(0, 0, 0, .08);
      color: rgba(0, 0, 0, .3);
    }
  
    .button-4 {
        margin-right: 6px;
        float: right;
        text-decoration: none;
        align-items: center;
        background-image: linear-gradient(0deg, #ee0979 0%, #ff6a00 100%);
        opacity: 1;
        transition: all .75s;
        border: 0;
        border-radius: 100px;
        box-sizing: border-box;
        color: #ffffff;
        cursor: pointer;
        display: inline-flex;
        font-family: 'Ubuntu', -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-weight: 600;
        justify-content: center;
        line-height: 20px;
        max-width: 480px;
        min-height: 40px;
        min-width: 0px;
        overflow: hidden;
        padding: 0px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        touch-action: manipulation;
        user-select: none;
        -webkit-user-select: none;
        vertical-align: middle;
      }
      
      .button-4:hover,
      .button-4:focus { 
        opacity: 1;
        transition: all .75s;
      }
      
      .button-4:active {
        background: #09223b;
        color: rgb(255, 255, 255, .7);
      }
      
      .button-4:disabled { 
        cursor: not-allowed;
        background: rgba(0, 0, 0, .08);
        color: rgba(0, 0, 0, .3);
      }
  
    .button-5 {
      display: none;
    }
    
    .button-5:hover,
    .button-5:focus { 
      transform: scale(1.15);
      transition: all .25s;
    }
    
    .button-5:disabled { 
      cursor: not-allowed;
      background: rgba(0, 0, 0, .08);
      color: rgba(0, 0, 0, .3);
    }

    .button-7{
      display: inline-flex;
      float: right;
      margin-right: 10px;
      z-index: 0;
    }

    .compte-icon {
      display: none;
      margin-top: 0%;
      height: 35px;
  }
 
    label 
    {
        position: flex;
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        font-size: 40px;
        color: white;
        cursor: pointer;
    }
}
 
@media all and (max-width: 991px)
{

    .bell-btn {
        text-decoration: none !important;
        color: white !important;
        position: absolute;
        display: flex;
        right: 135px;
        top: 20px;
        font-size: 20px;
        transform: scale(1);
        transition: 0.2s;
    }

    .friends-btn {
        text-decoration: none !important;
        color: white !important;
        position: absolute;
        display: flex;
        right: 80px;
        top: 20px;
        font-size: 20px;
        transform: scale(1);
        transition: 0.2s;
    }

    .friends-btn:hover {
        transform: scale(1.1);
        transition: 0.2s;
    }

    .bell-btn:hover {
        transform: scale(1.1);
        transition: 0.2s;
        animation: bell-ring 0.3s ease;
    }

    @keyframes bell-ring {
        0% {
            transform: rotate(15deg);
        }
        25% {
            transform: rotate(-15deg);
        }
        50% {
            transform: rotate(15deg);
        }
        75% {
            transform: rotate(-15deg);
        }
        100% {
            transform: rotate(0deg);
        } 
    }

    nav {
        height: 60px;
        left: 0;
    }
 
    nav .main_pages 
    {
        display: none;
        flex-direction: column;
        background: #48435C;
        height: 220px;
    }
 
    nav .main_pages a {
        width: 50%;
    }
 
    label
    {
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        font-size: 40px;
        color: white;
        cursor: pointer;
    }
 
    #toggle:checked + .main_pages {
        display: flex;
    }
}

#popupMenu {
    top: 0;
    position: fixed;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 11;
    background: rgb(255, 255, 255);
    padding: 30px 20px;
    transform: translateX(-110%);
}

@keyframes slide-in {
	0% {
		transform: translateX(-110%);
	}
	100% {
		transform: translateX(0%);
	}
}
@keyframes slide-out {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-110%);
	}
}

.close-btn{
  text-decoration: none;
  height: 30px;
  font-size: 50px;
  margin-top: -38px;
  margin-right: 410px;
  color: black;
  font-weight: 200;
  font-family: 'Ubuntu', -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
}

.button-6 {
  text-decoration: none;
  margin-top: 40px;
  margin-bottom: 5px;
  position: fixed;
  color: #000000;
  cursor: pointer;
  font-family: 'Ubuntu', -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  overflow: hidden;
  padding: 20px;
}

.style-button{
  text-decoration: none;
  color: black;
}

.opacity {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 4;
    background: rgb(0, 0, 0);
    padding: 30px 20px;
    opacity: 0.4;
    filter: blur(100%);
}

.profile_picture {
  z-index:1;
  margin-top: 0px;
  border-radius: 60px;
  object-fit: cover;
}