/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.eael-timeline-post-excerpt{display:none;}
.eael-timeline-post-inner{border-radius:20px;background:rgb(255, 255, 255) !important;}
.eael-timeline-post-image{border-radius:10px;}
.eael-timeline-post-image:hover{background-color:#ffffff !important;}
.eael-timeline-post-inner .button-delete-post-gallery {
    display: none;
    position: absolute;
    right: 8px;
    top: 7px;
    color: white;
    background: #3093CC;
    width: 34px;
    text-align: center;
    border-radius: 50%;
    height: 34px;
    line-height:34px;
    cursor:pointer;
    z-index: 2;
}
.eael-timeline-post-inner:hover .button-delete-post-gallery{
  display:block;
}
.gleespecial{
  position:relative;
}
.gleespecial .bar {
    cursor: pointer;
    display: none;
}
.gleespecial:hover .bar {
    display: block;
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    width: 100%;
    text-align: center;
    background: rgb(0 0 0 / 38%);
    color: white;
}

.formulaire-new-img #newPic{
  overflow: hidden;
  margin-top:20px;
}
.formulaire-new-img .btnok{
  display:block;
  margin:auto;
}

.lds-roller {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: auto;
    margin-top: 40px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5fbc91;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

label[for="form-field-nouvelle_image_gal"],
input[type="file"] + label{
  text-align:center;
  flex-basis:50%;
  border:3px solid #3093CC;
  border-radius:5px;
  width:50%;
  background-color:#BBDDF0;
  color:#fff;
  transition:0.3s ease;
  font-family:'Roboto';font-weight:400;color:#3093CC;font-size:0.9em;
  margin:auto;
}
label[for="form-field-nouvelle_image_gal"],
input[type="file"] + label:hover{
  transform:scale(0.9);
}

input[type="file"] {
    height: 1px;
    width: 1px;
    appearance: none;
    opacity: 0;
    position: relative;
    font-size: 0em;
}
.elementor-field-type-submit{
  margin:auto;
}

.wp_login_error p{
  color:#bc0000;
  font-size:14px;
}
.wp_login_error p a{
  color:#bc0000;
  font-size:14px;
}

#display_pass{
  height: 30px;
  width: 30px;
  position: absolute;
  bottom: 25px;
  right: 7px;
  cursor: pointer;
  font-family: WooCommerce;
}