@keyframes moveBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
#hSub a {
    color: #000000;
    text-decoration: none;
}
#hSub {
    all: unset;
    font-family: sans-serif;
    font-size: 15px;
    background-image: url('https://pierrepapierciseaux.net/img/carreaux.png');
    /* background-repeat: repeat-x; */
    animation: 20s linear 0s infinite normal none running moveBackground;
    background-repeat: repeat;
    font-size: small;
    margin: 0px;
    padding: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-left: 10px;
    padding-top: 4px;
    position: fixed;
    left: 20px;
    top: 80px;
    width: calc(100% 5px);
    color: #ffffff00;
    height: 15px;
    z-index: 300;
    -webkit-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
    -moz-box-shadow:    9px 7px 5px rgba(50, 50, 50, 0.77);
    box-shadow:         9px 7px 5px rgba(50, 50, 50, 0.77);
}
#header {
    all: unset;
    font-family: Arial;
    font-size: 15px;
    background: #ffffffd6;
    color: #ffffff00;
    position: fixed;
    width: calc(100% - 12px);
    height: 72px;
    padding: 5px;
    left: 0px;
    top: 0px;
    margin-bottom: 40px;
    border-bottom: 1px solid #00000024;
    padding-left: 10px;
    padding-top: 6px;
    overflow: hidden;
    z-index: 300;
-webkit-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
		-moz-box-shadow:    9px 7px 5px rgba(50, 50, 50, 0.77);
		box-shadow:         9px 7px 5px rgba(50, 50, 50, 0.77);
}

a.logo {
    color: #000000;
    text-decoration: none;
}

#container{
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
.logo {
    font-size: 0;
    content: url(https://cdn.worldvectorlogo.com/logos/myspace-2.svg);
    position: relative;
    zoom: 6%;
    top: 450px;
    left: 296px;
}

.boxHead {
    background: #020202;
    color: white;
    padding: 3px;
    padding-bottom: 4px;
    padding-left: 6px;
}

.avatar {
    width: 200px;
    margin-right: 20px;
    cursor: zoom-in;
    image-orientation: from-image;
    border-radius: 20%;
}
.url{
	border: solid 2px #feffff00;
	padding: 2px;
}

.extended {
    border: 1px solid #00000000;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15px;
    position: fixed;
    width: 600px;
    top: 0;
    z-index: 30000000000000;
}
.boxContainer {
    display: flex;
    gap: 10px;
}

.boxButton {
    flex: 1;
    display: flex;
    width: 346px;
    justify-content: center;
    /* align-items: center; */
    background: none;
    color: #000;
    font-weight: bold;
    /* padding: 15px 20px; */
    cursor: pointer;
    transition: all 0.3s ease;
}

.boxButton::before,
.boxButton::after {
    content: none;
}

.boxButton:hover {
    transform: scale(1.15);
    color: #fff;
    background-color: #000;
}

.boxButton.selected {
    transform: scale(1.15);
    color: #fff;
    background-color: #000;
}

.boxContainer.hasSelected .boxButton:not(.selected) {
    transform: scale(0.95);
    opacity: 0.7;
}
#sMsg {
    background-repeat: no-repeat;
    background-image: url(/sendMailIcon.gif);
} 
#report {
    background-repeat: no-repeat;
    background-image: url(/icon_rank_user4.gif);
}
#add {
    background-repeat: no-repeat;
    background-image: url(/addFriendIcon.gif);
}
#block {
   display: none;
}