.user-page {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    align-items: flex-start;
    max-width: 1400px;
    margin: 40px auto;
}

.user-page .user-informations {
	margin:0 auto;
    flex: 1 1 0%;
    position:sticky;
    position: -webkit-sticky;
    top:120px;
}

@media (max-width:789px) {
    .user-page .user-informations {
        position: static;
    }
}

.user-page .user-informations figure {
    height: 250px;
    width: 250px;
    overflow: hidden;
    margin:auto;
    margin-bottom: 20px;    
    border-radius: 10px;
}

.user-page .user-informations figure img{
    object-fit: cover;
    border-radius: 10px;
}

.user-page .user-informations h1 > span.firstname {
    text-transform: none;
}

.user-page > section {
    flex:1 1 500px;
}

.user-page .user-administratives-informations {
    padding: 20px;
    color:#FFF;
}

.user-page .user-administratives-informations -moz::selection,
.user-page .user-administratives-informations ::selection {
    background:#FFF;
    color: #000;
}

.user-page .user-administratives-informations .user-team {
    /* font-weight: bold; */
}

.user-page .user-administratives-informations .user-team a {
    color:var(--hover-textcolor);
    text-decoration: underline;
}
.user-page .user-administratives-informations .user-team a:hover {
    color:#333;
}

.user-page .user-siteperso
{
    background: rgba(244, 237, 237, 0.5);
    padding: 2px 13px;
}

.user-page .user-siteperso:hover {
	color:#FFF;
}

.user-page .deploy {
    display: none;
}

.user-page .author-content {
    padding: 20px;
}

/*************    TABS    **************/

.users-tabs {
	list-style-type:none;
	position:relative;
	max-width:1200px;
}

.users-tabs label {
	display:block;
	padding:5px 20px;
	/* border-radius:5px; */
	border-bottom: 1px solid var(--theme-color);
	margin-top:5px;
	cursor:pointer; /* changement de curseur de souris */
    transition: all 0.2s;
}
.darkmode .users-tabs label {
    color:#333;
}

[type="checkbox"]:checked + label {
	/* border-radius:5px 5px 0 0; */
}

.users-tabs label:hover,
.users-tabs [type="checkbox"]:checked + label {
	border-bottom: 3px solid var(--theme-color);
    font-weight: bold;
}

.users-tabs article,
.user-page .users-tabs [type="checkbox"] {
	display:none;
	padding:20px;
}

.users-tabs article {
	border-radius:0 0 5px 5px;
	margin-bottom:10px;
}

.users-tabs [type="checkbox"]:checked ~ article {
	display:block;
}


/****
* AFFICHAGE DES CARTES 
*/

section.userpage-list.users-cards {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
}

section.userpage-list.users-cards > div.firstletterList {
    width: 100%;
    position: relative;
    margin-top:40px;
    font-size: 2.5rem;
}

section.userpage-list.users-cards > div.firstletterList span{
    position: absolute;
    left:-30px;
}

@media (max-width:1110px) {
    section.userpage-list.users-cards.alignwide > div.firstletterList span,
    section.userpage-list.users-cards.alignfull > div.firstletterList span
    {
        position: static;
    }
}

.userpage-list.users-cards > article {
    flex:0 1 400px;
    margin:10px;
    border-radius:5px;
    /* border:1px solid #D0D0D0; */
}

/* alignwide */
.userpage-list.users-cards.alignwide > article {
    flex:0 1 350px;
}

.userpage-list.users-cards > article > a {
    padding:20px;
    display: flex;
    height: 100%;
    align-items: center;
    text-decoration: none;
    color:#333;
}

.userpage-list.users-cards > article > a:hover {
    background: #F0F0F0;
}

.userpage-list.users-cards > article > a:hover > div > *{
    color:#666;
}

.userpage-list.users-cards > article figure {
    flex:0 0 75px;
    /* border-radius: 10px; */
    height: 75px;
    overflow: hidden;
    margin-right: 20px;
    background:#CCC;
    line-height: 75px;
    text-align: center;
}

.userpage-list.users-cards > article figure .userLetters {
    width: 100%;
    height: 100%;
    font-size: 1.5625rem;
    text-transform: uppercase;
}

.userpage-list.users-cards > article figure img{
    margin:0;
    object-fit: cover;
}

.userpage-list.users-cards > article > a p{
    margin-bottom:0;
    margin-top:0;
    text-align: left;
}

.userpage-list.users-cards .sedoo_userpage_infos {
    font-size: .9rem;
}

.userpage-list.users-cards .sedoo_userpage_infos .sedoo_userpage_contact p {
    margin:0;
}

.hideEmail {
    display: none;
}

.userpage-list > .sedoo_userpage_ul {
    margin:10px;
}

.userpage-list > .sedoo_userpage_ul li {
    padding: 5px;
}

.userpage-list > .sedoo_userpage_ul li:hover  {
    background:#f9f9f9;
}

.userpage-list > .sedoo_userpage_ul li span{
    margin-right: 5px;
}

.userpage-list > .sedoo_userpage_ul.sedoo_line li{
    display: inline-block;
}

.userpage-list > .sedoo_userpage_ul.sedoo_line li span{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/***** FILTERS ****/

#user-filter {
    border-bottom: 3px solid var(--theme-color);
    padding:10px;
    position: sticky;
    background: #FFF;
    top: 100px;
}

#user-filter #user-search-container {
    margin-bottom: 20px;
}
#user-filter #user-search-container input[type="text"] {
    padding: 10px;
}

#autocomplete-results {
    border: 1px solid #ccc;
    position: absolute;
    background: #fff;
    list-style: none;
    padding: 0;
    margin-top: 2px;
    max-height: 150px;
    overflow-y: auto;
    /* width: 100%; */
    z-index: 10;
  }
  
  #autocomplete-results li {
    padding: 5px 10px;
    cursor: pointer;
  }
  
  #autocomplete-results li:hover {
    background-color: #eee;
  }

  .letter {
    display: inline-block;
    margin-left: 3px;
    width:25px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
  }
  .letter.active, .letter:hover {
    background-color: var(--theme-color);
    font-weight: bold;
  }


/* LOADER */

[id^="loader"].display-none {
    display: none !important;
}

[id^="loader"].overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}
 

[id^="loader"].lds-dual-ring {
    display: inline-block;
}

[id^="loader"].lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 5% auto;
    /* margin:auto; */
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: var(--theme-color) transparent #fff transparent;
    /* border-color: #fff var(--theme-color) #fff var(--theme-color); */
    /* border-color: var(--theme-color) transparent var(--theme-color) transparent; */
    /* animation: lds-dual-ring 1.2s linear infinite; */
    animation: lds-dual-ring 2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}