/*** UM6 ***/
.action-inscription {
  position: absolute;
    top: 60px;
    right: 25px;
}
.hidden-icon {
  display: block;
}
.show-text {
  display: none;
}
@media (min-width: 500px) {
  .hidden-icon {
    display: none;
  }
  .show-text {
    display: block;
  }
}

.lh-text {
  line-height: 1.5;
}

@media (min-width: 1200px) and (max-width: 1920px) {
  .w-logo {
      width: 80%;
  }

  .mt-logo {
    margin-top: 25% !important;
  }

  .mt-inscription {
    margin-top: 15%;
  }

  @keyframes fadeinLogo {
      from {
          margin-top: 20%;
          opacity:0;
      }
      to {
          margin-top: 25%;
          opacity:1;
      }
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .w-logo {
    width: 80%;
  }

  .mt-logo {
    margin-top: 40% !important;
  }

  .mt-inscription {
    margin-top: 15%;
  }

  @keyframes fadeinLogo {
      from {
          margin-top: 35%;
          opacity:0;
      }
      to {
          margin-top: 40%;
          opacity:1;
      }
  }
}

@media (max-width: 991px) {
  .w-logo {
    width: 80%;
  }

  .mt-logo {
    margin-top: 15% !important;
  }

  .mt-inscription {
    margin-top: 0;
  }

  @keyframes fadeinLogo {
      from {
          margin-top: 10%;
          opacity:0;
      }
      to {
          margin-top: 15%;
          opacity:1;
      }
  }
}

.mt-12 {
  margin-top: 10%;
}

.logo-alone {
  /*width: 80px;
  height: 50px;*/
  width: 290px;
}
#text_Entete{
 	color: #000000;
 	 
}
select option:disabled {
    color: #d7d8d9;
	font-size: 12px;
  }
 .form-control::placeholder {
    color: #acaeb0;
    font-size: 14px;
  }
.btn-rounded, .label-rounded {
    border-radius: 10px;
}

.vh-100 {
  height: 100vh;
}

.logo-event {
  width: 100px;
}

.bg-event {
   background-image: url(../../assets/images/login/UM6SS-PRE.png);
  /* background-image: url(../../assets/images/login/bg-login.jpg);*/
   background-repeat: no-repeat; 
  /* background-attachment: fixed;*/
   Background-size: cover;
   Background-position: left;

}
.mt-logo{
   background-image: url(../../assets/images/login/text-portail.png);
  /* background-image: url(../../assets/images/login/bg-login.jpg);*/
   background-repeat: no-repeat; 
  /* background-attachment: fixed;*/
   Background-position: center;

   background-origin: border-box;
   background-size: contain;
   /*margin-top:  unset !important;
   height:100%;*/
   margin-top:  10% !important;
   height:80%;
}
.bot-element-event {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
}

.bot-element-ins {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25%;
}

.load-bottom-element img {
  animation: fadeinBot 2s;
}

.load-logo {
  animation: fadeinLogo 2s;
}

@keyframes fadeinBot {
    from {
        bottom: -20px;
        opacity:0;
    }
    to {
        bottom: 0;
        opacity:1;
    }
}

.font-40 {
  font-size: 40px;
}

@media (min-width: 991px) {
 .mouse-scroll {
   display: none;
 }
}
 .line-mouse1 {
   animation:line-mouse1-scroll 2s infinite;
 }

 @keyframes line-mouse1-scroll {
     0%{transform:translate3d(0, 0, 0);}
     50%{transform:translate3d(0, 10px, 0);}
     100%{transform:translate3d(0, 0, 0);}
 }

 @keyframes ripple {
	 0% {
		 box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.0);
	}
	 50% {
		 box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
	}
	 100% {
		 box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
	}
}




/* --------------- UPLOAD AVATAR ----------------- */

.avatar-upload {
    position: relative;
    max-width: 200px;
    margin: auto;
}

    .avatar-upload .avatar-edit {
        position: absolute;
        right: 12px;
        z-index: 1;
        top: 10px;
    }

        .avatar-upload .avatar-edit input {
            /*display: none;*/
            visibility: hidden;
        }

            .avatar-upload .avatar-edit input + label {
                display: inline-block;
                width: 34px;
                height: 34px;
                margin-bottom: 0;
                border-radius: 100%;
                background: #FFFFFF;
                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: #f1f1f1;
                    border-color: #d6d6d6;
                }

                .avatar-upload .avatar-edit input + label:after {
                    content: "\f044";
                    font-family: 'Font Awesome 5 Free';
                    color: #757575;
                    position: absolute;
                    top: 7px;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: auto;
                }

    .avatar-upload .avatar-preview {
        width: 170px;
        height: 172px;
        position: relative;
        border-radius: 100%;
        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: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }



/** RADIO BUTTON **/


.md-radio {
	 margin: 16px 0;
}
 .md-radio.md-radio-inline {
	 display: inline-block;
}
 .md-radio input[type="radio"] {
	 display: none;
}
 .md-radio input[type="radio"]:checked + label:before {
	 border-color: #337ab7;
	 animation: ripple 0.2s linear forwards;
}
 .md-radio input[type="radio"]:checked + label:after {
	 transform: scale(1);
}
 .md-radio label {
	 display: inline-block;
	 min-height: 20px;
	 position: relative;
	 padding: 0 30px;
	 margin-bottom: 0;
	 cursor: pointer;
	 vertical-align: bottom;
}
 .md-radio label:before, .md-radio label:after {
	 position: absolute;
	 content: '';
	 border-radius: 50%;
	 transition: all 0.3s ease;
	 transition-property: transform, border-color;
}
 .md-radio label:before {
	 left: 0;
	 top: 0;
	 width: 20px;
	 height: 20px;
	 border: 2px solid rgba(0, 0, 0, 0.54);
}
 .md-radio label:after {
	 top: 5px;
	 left: 5px;
	 width: 10px;
	 height: 10px;
	 transform: scale(0);
	 background: #337ab7;
}

.font-30 {
  font-size: 30px;
      line-height: normal;
}

.overflow {
  overflow-y: scroll;

}


/****** VALIDATE ICON *****/

.validate-icon {
  width: 70px;
  height: 70px;
}
.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

/***** INPUT ****/

input:focus:invalid {
  border-color: rgb(153,0,0);
}

select:focus:invalid {
  border-color: rgb(153,0,0);
}

.error {
  color: rgb(153,0,0);
  font-size: 0.8rem;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

 @media (min-width: 991px) {
  .overflow-100 {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
  }
}
