/**
 * Theme Name:     Centre assal theme
 * Author:         Exponent
 * Template:       hello-elementor
 * Text Domain:	   centre-assal-theme
 * Description:    Hello Elementor child theme
 */
.bouton-telechargement {
  background: #8c8279;
  padding: 5px 5px 5px 32px;
  border-radius: 40px;
  color: white;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
}

.bouton-telechargement:hover {
  color: #fff;
}

.liste-documents {
  display: inline-flex;
  flex-direction: column;
}

.btn-icon {
  background: white;
  padding: 13px 13px 13px 13px;
  border-radius: 50%;
  display: inline-flex;
  align-content: center;
  align-items: center;
}

.btn-icon img {
  width: 12px;
  height: 12px;
  margin-left: 0;
}

.btn-text {
  margin-right: 17px;
}

#formation-filtre {
  z-index: 0 !important;
}

.cky-revisit-bottom-left {
  right: 15px !important;
  left: unset !important;
}



@media (max-width: 767px) {
  .bouton-telechargement {
    font-size: 14px;
    padding: 5px 5px 5px 15px;
  }

  .btn-icon {
    padding: 8px 8px 8px 8px;
  }
  
  .btn-icon img {
    width: 12px;
    height: 12px;
    margin-left: 0px;
  }
}
