.fixed-plugin {
    position: fixed;
    top: 81px;
    right: 0;
    background: rgba(0,0,0,.3);
    z-index: 1031;
    border-radius: 8px 0 0 8px;
    text-align: center;
    color: #ffffff;
}
.cal_icon {
    position: absolute;
    right: 2%;
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
    color: rgb(66, 133, 244);
    top: 3px;
    pointer-events: none;
}

.fixed-plugin i {
    color:#fff;
    font-size: 1.5em;
}
.sex_icon{ 
	 height: 100px;
	 width: 100px;
	 background-position: center;
	 background-size: 80%;
	 background-repeat: no-repeat;
	 cursor:pointer;
	 opacity:1;
	 filter: grayscale(1);
}


.was-validated .sexe_choice.form-check-input + label .sex_icon {
	filter: invert(30%) sepia(94%) saturate(1385%) hue-rotate(328deg) brightness(87%) contrast(99%);
}


 .sexe_choice:checked + label .sex_icon{
	 background-size: 90%;	 
	 cursor:default;
	 opacity:1;
	 filter: grayscale(0) !important;
}



 .sexe_icon_man{
	 background-image: url(../images/manS.png);
 }
 .sexe_icon_woman{
	 background-image: url(../images/womanS.png);
 } 