@charset "UTF-8";
/*!
Theme Name: Groupe Curious
Description: Créer par Groupe Curious
Author: Groupe Curious
Template: hello-elementor
Text Domain: groupe-curious
*/
.d-none {
  display: none !important;
}

@media (max-width: 767px) {
  body p:not(:last-child), body ul:not(:last-child), body ol:not(:last-child) {
    margin-bottom: 10px;
  }
}
* p:last-child {
  margin-bottom: 0;
}

.elementor-location-header #before-header .elementor-widget-wrap {
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 35px;
}
.elementor-location-header #before-header .elementor-widget-wrap > div {
  width: max-content;
}
.elementor-location-header #header > .elementor-container > .elementor-column > .elementor-widget-wrap {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.elementor-location-header #header > .elementor-container > .elementor-column > .elementor-widget-wrap .elementor-widget-theme-site-logo {
  width: max-content;
}
.elementor-location-header nav {
  width: 100%;
}
.elementor-location-header nav > ul {
  justify-content: end;
}
.elementor-location-header nav .sub-menu {
  padding: 0 10px 5px !important;
}
.elementor-location-header nav .sub-menu a {
  padding-left: 0 !important;
  border-left: none !important;
}
.elementor-location-header nav > li:nth-child(5) {
  border-bottom: 0px !important;
}
.elementor-location-header nav .current-menu-ancestor > a {
  color: #EC7405 !important;
}
.elementor-location-header .elementor-nav-menu--dropdown {
  padding: 10px;
}

@media (max-width: 575px) {
  .elementor-location-header #before-header .elementor-widget-wrap {
    flex-direction: column;
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .elementor-location-header nav .sub-menu {
    padding: 20px !important;
    margin-top: 46px !important;
    border-radius: 40px;
    box-shadow: 0 3px 6px rgba(26, 26, 26, 0.5);
  }
}
.elementor-widget-text-editor ul {
  padding: 0;
  list-style-position: inside;
}
.elementor-widget-text-editor ul > li > ul {
  padding-left: 20px;
}

.el-image-cover {
  height: 100%;
}
.el-image-cover > div {
  height: 100%;
}
.el-image-cover img {
  height: 100% !important;
  object-fit: cover;
}

li:not(:first-child) {
  margin-top: 10px;
}

ul ul > li {
  margin-top: 10px;
}

.twae-slider-wrapper.swiper-wrapper {
  overflow: visible !important;
}

.d-none {
  display: none !important;
}

.btn {
  background: #EC7405;
  color: #FFFFFF !important;
  font-family: "Raleway", Sans-serif;
  font-size: 14px !important;
  font-weight: bold !important;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 16px;
  padding: 10px 20px 10px 20px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-11f3659);
  border-radius: 20px 20px 20px 20px;
  transition: all 0.3s;
}
.btn:hover {
  background: #FFFFFF;
  color: #EC7405 !important;
  text-decoration: none !important;
}

.btn-link:hover,
.btn-link a:hover {
  text-decoration: underline !important;
}

@media screen and (max-width: 767px) {
  .btn-link .elementor-button-content-wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .btn-link .elementor-button-content-wrapper .elementor-button-icon {
    margin-left: 0 !important;
  }
}
.elementor-widget-uael-posts .uael-post__body .uael-post__bg-wrap {
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
}
.elementor-widget-uael-posts .uael-post__body .uael-post__inner-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.elementor-widget-uael-posts .uael-post__body .uael-post__content-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.elementor-widget-uael-posts .uael-post__body .uael-post__content-wrap .uael-post__title {
  order: 2;
}
.elementor-widget-uael-posts .uael-post__body .uael-post__content-wrap .uael-post__meta-data {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.elementor-widget-uael-posts .uael-post__body .uael-post__content-wrap .uael-post__meta-data .uael-post__date {
  order: 2;
}
.elementor-widget-uael-posts .uael-post__body .uael-post__content-wrap .uael-post__meta-data .uael-post__terms-meta {
  order: 1;
}
.elementor-widget-uael-posts .uael-post__body .uael-post__content-wrap .uael-post__meta-data .uael-post__terms-meta .uael-listing__terms-link {
  padding: 8px 16px;
  background-color: #E9E8E6;
  font-size: 12px;
  line-height: 20px;
  color: #837F7F;
  border-radius: 15px;
}
.elementor-widget-uael-posts .uael-post__body .uael-post__content-wrap .uael-post__excerpt {
  order: 3;
}
.elementor-widget-uael-posts .uael-post__body .uael-post__content-wrap .uael-post__read-more {
  order: 4;
  margin-top: auto;
  margin-left: auto;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .blog .elementor-widget-uael-posts .uael-post-wrapper {
    padding: 0 20px !important;
  }
}
.uael-post__header {
  padding: 0 10px;
}
.uael-post__header .uael-post__header-filter {
  font-family: "Raleway", Sans-serif;
  font-size: 14px !important;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 16px;
  padding: 10px 20px 10px 20px !important;
  border: solid 1px var(--e-global-color-11f3659) !important;
  border-radius: 20px;
  transition: all 0.3s;
}
.uael-post__header .uael-post__header-filter:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  .elementor-widget-uael-posts .uael-post-grid__inner .uael-post-wrapper:last-child {
    margin-bottom: 0 !important;
  }
}
.gc-post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gc-post-categories > span {
  padding: 5px 10px;
  background: #FFFFFF;
  color: #837F7F;
  font-size: 12px;
  line-height: 20px;
  border-radius: 25px;
}

.home__activities > .elementor-container {
  gap: 30px;
  justify-content: center;
}
.home__activities > .elementor-container .elementor-widget-wrap {
  flex-direction: column;
}
.home__activities > .elementor-container .elementor-widget-wrap > div:last-child {
  margin-top: auto;
}

.home__number .elementor-counter {
  width: 300px;
  height: 300px;
  border: 2px solid #EC7405;
  border-radius: 50%;
  padding: 0 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.home__number .elementor-counter .elementor-counter-number-wrapper {
  flex-direction: column;
}
.home__number .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number {
  text-align: center;
  font-size: 70px;
  font-weight: bold;
  line-height: 75px;
}
.home__number .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
}

@media screen and (min-width: 768px) {
  .home__activities > .elementor-container {
    flex-wrap: nowrap !important;
  }
  .home__activities > .elementor-container > div {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .home__number .elementor-counter {
    width: 300px;
    height: 300px;
    padding: 0 35px;
  }
}
.smart-energy__projects .elementor-widget-image-box figure,
.smart-energy__projects .elementor-widget-image-box figure img {
  width: 90px !important;
  height: 90px;
  object-fit: cover;
  max-width: 90px;
}
.smart-energy__projects .elementor-widget-image-box .elementor-image-box-content {
  width: auto;
}

@media screen and (min-width: 1025px) {
  .smart-energy__projects .elementor-widget-image-box figure,
.smart-energy__projects .elementor-widget-image-box figure img {
    width: 190px !important;
    height: 190px;
    max-width: 190px;
  }
}
.join-arria__step p span {
  font-size: 40px;
}

.join-arria__card-flip .elementor-flip-box__layer__inner {
  display: flex;
  flex-direction: column-reverse;
  gap: 25px;
}
.join-arria__card-flip .elementor-flip-box__layer__inner > * {
  margin: 0 !important;
}

@media screen and (min-width: 1275px) {
  .join-arria__step::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    top: 40%;
    position: absolute;
    color: #FFFFFF;
    right: -45%;
    font-size: 30px;
  }
}
#join-networks__accordion .elementor-accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#join-networks__accordion .elementor-accordion .elementor-accordion-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#join-networks__accordion .elementor-tab-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #EC7405;
  border-radius: 40px;
}
#join-networks__accordion .elementor-tab-title .elementor-accordion-title {
  order: 1;
  display: flex;
  align-items: center;
  gap: 20px;
}
#join-networks__accordion .elementor-tab-title .elementor-accordion-title svg {
  min-width: 80px;
}
#join-networks__accordion .elementor-tab-title .elementor-accordion-icon {
  order: 2;
  min-width: 50px;
  width: 50px;
  border: 1px solid #EC7405;
  border-radius: 50%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#join-networks__accordion .elementor-tab-content {
  background: #E9E8E6;
  border-radius: 40px;
}

.join-networks__number .elementor-counter {
  width: 250px;
  height: 250px;
  border: 2px solid #EC7405;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.join-networks__number .elementor-counter .elementor-counter-number-wrapper {
  flex-direction: column;
}
.join-networks__number .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  line-height: 55px;
}
.join-networks__number .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
}

@media (max-width: 767px) {
  #join-networks__accordion .elementor-accordion-title svg {
    min-width: 50px !important;
    width: 50px !important;
  }
}
.formation-airria__number .elementor-counter {
  width: 300px;
  height: 300px;
  border: 2px solid #EC7405;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.formation-airria__number .elementor-counter .elementor-counter-number-wrapper {
  align-items: end;
}
.formation-airria__number .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number {
  text-align: center;
  font-size: 70px;
  font-weight: bold;
  line-height: 75px;
}
.formation-airria__number .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
}

@media screen and (max-width: 767px) {
  .formation-airria__number .elementor-counter {
    width: 250px;
    height: 250px;
    padding: 0 35px;
  }
}
.gc-list-jobs {
  max-width: 1140px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding: 10px;
}
.gc-list-jobs .gc-list-jobs__search {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 20px 10px;
  background: #281F34;
  border-radius: 70px;
  position: relative;
}
.gc-list-jobs .gc-list-jobs__search::before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.5.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1989.6 1751.8' style='enable-background:new 0 0 1989.6 1751.8;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath style='fill:none;stroke:%239C9C9B;stroke-width:3;stroke-miterlimit:10;' d='M943.8,666c-42.6,72.7-180.9,284-397.5,374.2c-229.8,95.1-447.8,78.7-459.3,78.1 c-0.6,3.4-37.8,220.5,144.7,353.5C738.4,1677.8,922.3,1085.7,943.8,666z'/%3E%3C/g%3E%3C/g%3E%3Cpath style='fill:none;stroke:%239C9C9B;stroke-width:3;stroke-miterlimit:10;' d='M943.8,666c4.1-79.3,2.8-153.2-2.6-215.6c-33.7-393.1,957-597.5,928.1-0.7 c-28.8,597.1-488.3,1110.7-886.4,1197.6c-398.3,87-686.9-134-686.9-134c0.2,0.1-64.5-41.6-64.3-41.5 C231.7,1471.7,851,1787.3,943.8,666z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.25;
}
.gc-list-jobs .gc-list-jobs__search h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.gc-list-jobs .gc-list-jobs__search form {
  display: flex;
  width: 100%;
  max-width: 670px;
  position: relative;
}
.gc-list-jobs .gc-list-jobs__search form input {
  border-radius: 20px;
  padding-right: 50px;
}
.gc-list-jobs .gc-list-jobs__search form button {
  position: absolute;
  right: 0;
  background: transparent !important;
  color: #EC7405;
  border: none !important;
}
.gc-list-jobs .gc-list-jobs__search form button:hover {
  font-weight: bold;
}
.gc-list-jobs .gc-list-jobs__search form button:focus {
  outline: none;
}
.gc-list-jobs .gc-list-jobs__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gc-list-jobs .gc-list-jobs__filters .nice-select {
  border-bottom-width: 1px !important;
  border-radius: 0;
  border: none;
  border-bottom-style: solid;
  font-size: 12px;
}
.gc-list-jobs .gc-list-jobs__filters .nice-select.selectize.open {
  border-color: #EC7405 !important;
}
.gc-list-jobs .gc-list-jobs__filters .nice-select.selectize.open > span {
  color: #EC7405 !important;
}
.gc-list-jobs .gc-list-jobs__filters .nice-select span, .gc-list-jobs .gc-list-jobs__filters .nice-select li:not(.selected) {
  font-weight: 500;
}
.gc-list-jobs .gc-list-jobs__filters .nice-select span, .gc-list-jobs .gc-list-jobs__filters .nice-select li {
  text-transform: uppercase;
  font-weight: bold;
}
.gc-list-jobs .gc-list-jobs__filters .nice-select li:hover, .gc-list-jobs .gc-list-jobs__filters .nice-select li.selected {
  color: #EC7405;
}
.gc-list-jobs .gc-list-jobs__filters .nice-select .nice-select-dropdown {
  margin-top: 10px;
  border-radius: 20px;
}
.gc-list-jobs .gc-list-jobs__filters .nice-select .nice-select-dropdown .option {
  background-color: transparent !important;
  padding-right: 18px;
}
.gc-list-jobs .gc-list-jobs__filters .nice-select .nice-select-dropdown .list {
  padding: 9px 0;
}
.gc-list-jobs .gc-list-jobs__filters .nice-select .nice-select-dropdown li {
  margin: 0;
  line-height: 25px;
}
.gc-list-jobs .gc-list-jobs__filters .nice-select .list {
  max-height: max-content;
}
.gc-list-jobs .gc-list-jobs__filters button {
  font-size: 12px;
  font-weight: bold;
}
.gc-list-jobs .gc-list-jobs__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 30px;
}
.gc-list-jobs .gc-list-jobs__container a:hover {
  text-decoration: none;
}
.gc-list-jobs .gc-list-jobs__container .gc-list-jobs-card {
  flex: 1;
  border-radius: 70px;
  border: 1px solid #281F34;
  box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.gc-list-jobs .gc-list-jobs__container .gc-list-jobs-card .gc-list-jobs-card__head {
  height: 284px;
  max-height: 284px;
  overflow: hidden;
  background: #281F34;
  padding: 60px 20px 30px;
}
.gc-list-jobs .gc-list-jobs__container .gc-list-jobs-card .gc-list-jobs-card__head h3 {
  color: #FFFFFF;
  font-weight: bold;
}
.gc-list-jobs .gc-list-jobs__container .gc-list-jobs-card .gc-list-jobs-card__body {
  background: #E9E8E6;
  padding: 20px 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}
.gc-list-jobs .gc-list-jobs__container .gc-list-jobs-card .gc-list-jobs-card__body .gc-list-jobs-card__body__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gc-list-jobs .gc-list-jobs__container .gc-list-jobs-card .gc-list-jobs-card__body .gc-list-jobs-card__body__filter span {
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 16px;
}
.gc-list-jobs .gc-list-jobs__container .gc-list-jobs-card .gc-list-jobs-card__footer {
  background: #E9E8E6;
  padding: 0px 20px 50px;
  display: flex;
  justify-content: space-between;
}
.gc-list-jobs .gc-list-jobs__container .gc-list-jobs-card .gc-list-jobs-card__footer a {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.gc-list-jobs .gc-list-jobs__container .gc-list-jobs-card .gc-list-jobs-card__footer a:hover {
  background: #EC7405;
  color: #FFFFFF;
  text-decoration: none;
}
.gc-list-jobs .gc-list-jobs-no-job {
  text-align: center;
}

.gc-job .gc-job__header {
  background: #E9E8E6;
  padding: 35px 10px;
}
.gc-job .gc-job__header > div {
  margin: 0 auto;
  max-width: 1140px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.gc-job .gc-job__header > div h2 {
  color: #281F34;
  font-weight: bold;
  margin: 0px;
}
.gc-job .gc-job__header > div .gc-job__header__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gc-job .gc-job__header > div .gc-job__header__filter span {
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 16px;
}
.gc-job .gc-job__header > div .gc-job__header__address {
  font-size: 14px;
}
.gc-job .gc-job__content {
  padding: 35px 10px;
  max-width: 1140px;
  margin: 0 auto;
}
.gc-job .gc-job__content h3 {
  color: #EC7405;
  font-weight: bold;
  margin: 20px 0;
}
.gc-job .gc-job__content .btn-container {
  text-align: center;
  margin: 30px 0 28px;
}
.gc-job .gc-job__content .btn-container i {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .gc-list-jobs {
    gap: 30px;
  }
  .gc-list-jobs .gc-list-jobs__search,
.gc-list-jobs .gc-list-jobs__container .gc-list-jobs-card {
    border-radius: 40px;
  }
  .gc-list-jobs .gc-list-jobs__container {
    grid-template-columns: repeat(1, 1fr);
  }
  .gc-list-jobs .gc-list-jobs__filters {
    flex-direction: column;
    gap: 0px;
    align-items: center;
  }
  .gc-list-jobs .gc-list-jobs__filters select {
    display: none;
  }

  .gc-job .gc-job__header,
.gc-job .gc-job__content {
    padding: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
