/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 02 2021 | 14:01:49 */
html, body {
  overflow-x: hidden;
}

::selection {
  background-color: var(--e-global-color-primary);
  color: #fff;
}

.m0 {
  margin-top: 0!important;
  margin-right: 0!important;
  margin-bottom: 0!important;
  margin-left: 0!important;
}

.read_more-text {
  overflow-y: hidden;
  transition: height .4s ease;
}

.read_more-text h6 {
  background-color: var(--e-global-color-accent);
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  margin-top: 15px;
}

.read_more-btn {
  cursor: pointer;
}

.read_more-btn .elementor-icon-wrapper {
  display: flex;
}

.read_more-btn.icon {
  transition: .4s ease;
}

.x-hidden {
  overflow-x: hidden;
}

.y-hidden {
  overflow-y: hidden;
}

.x-visible {
  overflow-x: visible;
}

.y-visible {
  overflow-y: visible;
}

.elementor-widget-icon-list svg {
  height: unset!important;
}

.elementor-editor-active > .programme-details,
.elementor-editor-active > #qaligo-formations,
.elementor-editor-active > #timeline-formation,
.elementor-editor-active > #filtre_formations {
  display: none;
}

.width-65 {
  width: 65%!important;
}

.fit-content > .elementor-widget-container {
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
}