/* Pop-up */
.pop-up-container {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
}

.pop-up-container .pop-up {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 80px;
}

.pop-up-container .pop-up .content {
    text-align: center;
    background-color: white;
    width: 525px;
    margin: 0 auto;
    color: #29193d;
    font-weight: bold;
    padding: 25px 50px;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
}

.pop-up-container .pop-up .content .title {
    font-size: 20px;
}

.pop-up-container .pop-up .content .description {
    margin-top: 15px;
    font-size: 13px;
}

.pop-up-container .pop-up .content .delete-input {
    margin: 10px auto;
    display: block;
    border-radius: 50px;
    border: 1px solid #968e9d;
    padding-left: 10px;
    text-align: center;
}

.pop-up-container .pop-up .content .confirm-btn {
    background-color: #71d2d8;
    color: #F1F1F1;
    font-weight: bold;
    border-radius: 50px;
    border: none;
    padding: 5px 15px;
    transition: .5s;
}

.pop-up-container .pop-up .content .confirm-btn:hover {
    background-color: #5ab4b9;
    cursor: pointer;
}

/* Mon Profil et ma famille */
.profile-family-block {}


.profile-family-block .rounded-img {
    border-radius: 50%;
}

.separation {
    margin: 20px;
    height: 2px;
    background-color: #AAA;
}

.profile-family-block .action-btn {
    padding: 5px 25px;
    border-radius: 30px;
    box-shadow: none;
    border: none;
    background-color: #29193d;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    width: 100%;
    margin: 10px 0;
    transition: .5s;
}

.profile-family-block .action-btn:hover {
    -webkit-box-shadow: 3px 6px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 6px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.profile-family-block .action-btn.alternative {
    background-color: #fff;
    color: #29193d;
    border: 1px solid #29193d;
}

.profile-family-block .success-message {
    text-align: center;
    font-weight: bold;
    color: teal;
}

.profile-family-block .error-message {
    text-align: center;
    font-weight: bold;
    color: tomato;
}

.profile-family-block .column-block {
    font-family: 'Quicksand', sans-serif;
    background-color: #29193d;
    border: 1px solid #F1F1F1;
    color: #fff;
    padding: 15px;
    /* -webkit-box-shadow: 10px 15px 35px -1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 10px 15px 35px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 15px 35px -1px rgba(0, 0, 0, 0.5); */
}

.profile-family-block .column-block.alternative {
    background-color: #fff;
    color: #29193d;
}

.profile-family-block .column-block .empty {
    text-align: center;
}

.profile-family-block .column-block .item {
    margin: 15px 5px;
    display: flex;
}

.profile-family-block .column-block .item .informations {
    display: inline-block;
    vertical-align: middle;
}

.profile-family-block .column-block .item .informations .name {
    text-transform: uppercase;
    font-weight: bold;
}

.profile-family-block .column-block .item .avatar {
    display: inline-block;
    width: auto;
    height: 100px;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 50%;
    /* border: 2px solid #241735; */
}

.profile-family-block .column-block .header {
    margin: 15px;
    text-align: center;
}

.profile-family-block .column-block .button-link {
    text-align: center;
    margin: 10px;
}

.profile-family-block .column-block .add-button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: .6s;
}

.profile-family-block .column-block .add-button:hover {
    -webkit-box-shadow: 3px 6px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 6px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.profile-family-block .column-block .header .img-header {
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
}

.profile-family-block .column-block .header .title-header {
    text-transform: uppercase;
    font-weight: bold
}

.profile-family-block .form-block input[type=text],
.profile-family-block .form-block input[type=password] {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #E5E5E5;
    padding: 5px 10px;
}

.profile-family-block .avatar-block {
    margin-bottom: 15px;
}

/* Radio button */

.current_items {
    width: 100%;
    margin: auto;
    transition: 0.4s;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: left;
}

.current_items__row {
    text-align: center;
}

.current_items .wrapper_input {
    position: relative;
    margin: 20px 0;
    margin-right: 10px;
    display: inline-block;
}

.current_items input {
    display: none;
}

.current_items input:checked+label:after {
    transform: scale(1);
    opacity: 1;
}

.current_items label {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    padding-left: 25px;
    display: inline-block;
    position: relative;
    color: #241735;
}

.current_items label.alternative {
    color: white;
}

.current_items label:before {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    border: 1px solid #29193d;
    /* background: white; */
    margin-top: -10px;
}

.current_items label:after {
    background: #29193d;
    left: 0;
    top: 50%;
    transition: 0.3s;
    opacity: 0;
    margin-top: -10px;
    width: 19px;
    height: 19px;
    content: "";
    position: absolute;
    /* left: 1px; */
}

.current_items label.alternative:before {
    border: 1px solid white;
}

.current_items label.alternative:after {
    background: white;
}

/*** CUSTOM FILE INPUT STYE ***/
.wrap-custom-file {
    position: relative;
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    text-align: center;
}

.wrap-custom-file input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 2px;
    overflow: hidden;
    opacity: 0;
}

.wrap-custom-file label {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
     width: 150px;    height: 150px;
    overflow: hidden;
    padding: 0 0.5rem;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -ms-transition: -ms-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s;
}

.wrap-custom-file label span {
    display: block;
    margin-top: 2rem;
    font-size: 1.4rem;
    color: #777;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

.wrap-custom-file label .fa {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
    font-size: 1.5rem;
    color: lightcoral;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

.wrap-custom-file label:hover {
    -webkit-transform: translateY(-1rem);
    -moz-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    -o-transform: translateY(-1rem);
    transform: translateY(-1rem);
    /* -moz-box-shadow: 5px 5px 10px 0px #656565;
    -webkit-box-shadow: 5px 5px 10px 0px #656565;
    -o-box-shadow: 5px 5px 10px 0px #656565;
    box-shadow: 5px 5px 10px 0px #656565; */
}

.wrap-custom-file label:hover span,
.wrap-custom-file label:hover .fa {
    color: #333;
}

.wrap-custom-file label.file-ok {
    background-size: cover;
    background-position: center;
}

.wrap-custom-file .text-helper {
    color: white;
    font-weight: bold;
    text-shadow: 3px 3px 3px black;
}

.wrap-custom-file label.file-ok span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.3rem;
    font-size: 1.1rem;
    color: #000;
    background-color: rgba(255, 255, 255, 0.7);
}

.wrap-custom-file label.file-ok .fa {
    display: none;
}
.edit-suppleant{
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 23px;
}