.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: var(--color_white);
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: var(--color3);
  border-color: #d6d6d6;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 10%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 10%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.roundedImage {
    overflow:hidden;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
}


.checkbox-inline-flex {
    display: inline-flex;
}
.checkbox-inline-flex label {
    padding-top: 5px;
}
.inline-flex {
    display: inline-flex;
}

.tweet_user_name {
    margin-right: 3px;
    font-weight: bold;
    display: flex;
}
.tweet_user_name span {
    margin-right: 2px;
}
.tweet_user_username, .verified-icon {
    margin-right: 8px;
}
.verified-icon {
    width: 16px;
}

.tweet-item {
    margin: 20px 0;
    padding: 10px 0;
    background-color: var(--color4);
    border-radius: 5px;
}
.tweet-item time {
    word-spacing: 5px;
}
.tweet-text {
    margin-bottom: 10px;
}
.tweet-info div {
    padding: 10px 0;
    border-bottom: 1px solid;
    border-top: 1px solid;
    text-align: center;
}


.hbContainer {
    max-width: 400px;
    margin: auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.calendarList1 {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(1, 40px);
    align-items: center;
    justify-items: center;
    grid-gap: 2px;
    font-size: 13px;
    color: #707070;
}

.calendarList2 {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(5, 30px);
    align-items: center;
    justify-items: center;
    grid-gap: 2px;
    font-size: 13px;
    color: #707070;
    margin-bottom: 24px;
}

.calendarYearMonth {
    margin-top: 24px;
     
        color: #4F46E5;
}

.calendarYearMonth p {
    display: inline-block;
    vertical-align: middle;

}

.tableAide{
    margin: auto;
    border-collapse: separate;
    border-spacing: 2em;
}

.txt-bleu{
    color:#1ea7ac;
}
.video-container {
    position:relative;
    padding-bottom:86.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
