/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 29 2022 | 09:25:37 */
#qaligo-formations {
  font-family: "Lato", sans-serif;
}

#qaligo-formations .onglets {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

#qaligo-formations .onglets .item {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Lato", sans-serif;
  font-size: 22px;
}

#qaligo-formations .onglets .item:not(:last-child) {
  padding-right: 25px;
  border-right: 1px solid var(--e-global-color-primary);
}

#qaligo-formations .onglets .item:not(:first-child) {
  padding-left: 25px;
}

#qaligo-formations .onglets .item a {
  display: block;
  padding: 3px 0;
  border-bottom: 1px solid transparent;
  transition: .3s ease;
}

#qaligo-formations .onglets .item a:not(.active) {
  cursor: pointer;
}

#qaligo-formations .onglets .item :is(a:hover, a.active) {
  border-bottom-color: var(--e-global-color-accent);
}

#qaligo-formations .contents .item {
  overflow-y: hidden;
  transition: height .3s ease;
}

#qaligo-formations .contents .item .title {
  background-color: var(--e-global-color-primary);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
  padding: 15px 20px 15px 50px;
  font-size: 23px;
  font-weight: 400;
  cursor: pointer;
}

#qaligo-formations .contents .item .title span {
  font-size: 25px;
  transform: rotate(90deg);
  opacity: .5;
  transition: .3s ease;
}

#qaligo-formations .contents .item.open .title span {
  transform: rotate(-90deg);
}

#qaligo-formations .contents .item .description {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-column-gap: 25px;
}

#qaligo-formations .contents .item .description .texte {
  padding: 10px 25px 10px 50px;
  border-right: 1px solid var(--e-global-color-primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#qaligo-formations .contents .item .description .texte .bloc {
  overflow-y: hidden;
  transition: .3s ease;
}

#qaligo-formations .contents .item .description .texte .bloc:not(:first-child) {
  margin-top: 20px;
}

#qaligo-formations .contents .item .description .texte .bloc h4 {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 5px 0;
  cursor: pointer;
}

#qaligo-formations .contents .item .description .texte .bloc h4 span {
  opacity: .3;
  margin-right: 15px;
  transition: .3s ease;
}

#qaligo-formations .contents .item .description .texte .bloc.active h4 span {
  transform: rotate(90deg);
}

#qaligo-formations .contents .item .description .texte .bloc p {
  font-size: 16px;
}

#qaligo-formations .contents .item .description .infos-bloc {
  width: 100%;
  max-width: 100%;
  background-color: var(--e-global-color-secondary);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#qaligo-formations .contents .item .description .infos-bloc .infos {
  list-style-type: none;
  padding-inline-start: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 15px 15px 30px;
}

#qaligo-formations .contents .item .description .infos-bloc .infos > li:not(:last-child) {
  margin-bottom: 15px;
}

#qaligo-formations .contents .item .description .infos-bloc .infos li {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

#qaligo-formations .contents .item .description .infos-bloc .infos > li span {
  margin-right: 10px;
  font-size: 26px;
}

#qaligo-formations .contents .item .description .infos-bloc .infos > ul {
  margin-bottom: 15px;
  margin-top: -15px;
  list-style-type: none;
  padding-inline-start: 50px;
}

#qaligo-formations .contents .item .description .infos-bloc a {
  display: block;
  width: max-content;
  text-align: center;
  padding: 5px 25px;
  background-color: var(--e-global-color-primary);
  border: 2px solid #fff;
  color: #fff;
  margin: 10px auto;
  transition: .3s ease;
  font-size: 18px;
}

#qaligo-formations .contents .item .description .infos-bloc a:hover {
  background-color: var(--e-global-color-accent);
  border: 2px solid var(--e-global-color-primary);
  color: var(--e-global-color-text);
}

.solutions .elementor-tabs-wrapper .elementor-tab-title {
  padding: 10px 25px;
}

.solutions .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
  background-color: var(--e-global-color-primary);
}

.solutions .elementor-tabs-wrapper .elementor-tab-title:not(.elementor-active) {
  text-decoration: underline;
  display: flex;
  flex-wrap: wrap;
}


/* .solutions .elementor-tab-content a:last-of-type {
  color: #fff;
  border: 1px solid var(--e-global-color-primary);
  transition: .4s ease;
  background-color: var(--e-global-color-primary);
  padding: 5px 15px;
}

.solutions .elementor-tab-content a:last-of-type:hover {
  color: var(--e-global-color-primary);
  background-color: #fff;
} */
