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

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 2rem;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-2 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.woocommerce-MyAccount-navigation ul {
  width: 80%;
  margin-left: auto !important;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--payment-methods a:before, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--orders a:before {
  content: "" !important;
}

.Search__Loader {
  display: table;
  margin: 0 auto;
}
.Search__Loader img {
  display: table;
  margin: 0 auto;
  max-width: 70%;
  padding: 40% 0 0;
}

.Search__Empty--Message {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
}
.Search__Empty--Message::after {
  content: "";
  position: absolute;
  width: 7%;
  height: 4px;
  background: #E30042;
  bottom: -40%;
  left: 50%;
  border-radius: 50px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .Search__Empty--Message {
    padding-top: 30%;
  }
}

#cci-acordion {
  padding: 2% 0;
  /*min-height: calc(60vh - 60px);*/
}
@media (max-width: 768px) {
  #cci-acordion .panel-title {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15% 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #cci-acordion .panel-title .date-formation {
    margin-bottom: 5%;
    font-weight: bold;
  }
}
@media (max-width: 768px) {
  #cci-acordion .panel-title .ville-formation {
    margin-bottom: 5%;
  }
}
@media (max-width: 768px) {
  #cci-acordion .panel-title .prix-formation {
    margin-bottom: 5%;
  }
}
@media (max-width: 768px) {
  #cci-acordion .panel-title .lien-inscription-formation {
    margin-bottom: 5%;
  }
}
@media (max-width: 768px) {
  #cci-acordion .panel-title .static-link {
    margin-bottom: 5%;
  }
}

.formation-filters {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .formation-filters {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .formation-filters {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.formation-filters .city_session_sel {
  margin: 0 2rem;
}
@media (max-width: 768px) {
  .formation-filters .city_session_sel {
    margin: 5% 0 0 0;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .formation-filters .cci_calendar {
    width: 100%;
  }
}

.events-filters {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0 !important;
  padding: 2% 0;
}
@media (max-width: 768px) {
  .events-filters {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .events-filters {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5%;
  }
}
.events-filters .cci_search_key {
  max-width: 400px;
  min-width: 400px;
}
@media (max-width: 768px) {
  .events-filters .cci_search_key {
    max-width: 100%;
    min-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .events-filters .cci_search_key {
    max-width: 100%;
    min-width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .events-filters .cci_search_key {
    max-width: 330px;
    min-width: 330px;
  }
}
.events-filters select {
  margin-top: 0;
}
@media (max-width: 768px) {
  .events-filters select {
    max-width: 100%;
    min-width: 100%;
    margin-top: 5%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .events-filters select {
    max-width: 100%;
    min-width: 100%;
    margin-top: 5%;
  }
}

.filter_events_wrapper {
  padding: 3%;
}
@media (max-width: 768px) {
  .filter_events_wrapper .cci-banner-title {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .filter_events_wrapper .cci-banner-title .heading-text {
    position: relative;
    border-left: none;
  }
}
@media (max-width: 767px) {
  .filter_events_wrapper .cci-banner-title .heading-text:after {
    content: "";
    position: absolute;
    background: #E30042;
    width: 10%;
    height: 4px;
    bottom: -3%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#revue_month_sel,
#revue_year_sel {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background-image: url(../img/select_magenta.png) !important;
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#revue-filter-list {
  min-height: 200px;
}

#revue_filter {
  background-color: #E30042 !important;
  border: none;
  font-weight: bold !important;
}
@media (max-width: 768px) {
  #revue_filter {
    -webkit-transform: unset !important;
        -ms-transform: unset !important;
            transform: unset !important;
    margin-top: 5%;
  }
}

/*#agenda_formation_filters #event_keyword {
  max-width: 300px;
  min-width: 300px;
}
#agenda_formation_filters .order_by {
  max-width: 100px;
  min-width: 100px;
}*/
@media (max-width: 768px) {
  #agenda_formation_filters .order_by {
    max-width: 100%;
    min-width: 100%;
  }
}

.session_place-title {
  font-weight: bold;
  color: black;
}

.session_place-place {
  color: #4A4A4A;
  /*text-transform: capitalize;*/
}

@media (max-width: 768px) {
  #all_formations_wrapper {
    min-height: 300px;
  }
}

.data-container-formations .Search__Empty--Message {
  margin: 5% 0;
}

#event_filters_main .cci_search_key {
  max-width: 300px;
  min-width: 300px;
}

#message-modal h1 {
  text-align: center;
}
#message-modal .btn-container {
  width: 100%;
  text-align: center;
}
#message-modal .btn-container #btn-close-modal {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  cursor: pointer;
}

.cci-cart__form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid-all-events--cart {
  margin-top: 1rem;
  width: 70%;
}
.grid-all-events--cart .grid-item-all-events .all-events-basics {
  padding: 1rem;
}
.grid-all-events--cart .grid-item-all-events .all-events-basics .formation-category p {
  font-size: 12px !important;
}
.grid-all-events--cart .grid-item-all-events .all-events-add .post-link a {
  color: #E30042;
}

.cci-sidebar-widget--cart {
  margin-top: 1rem;
  width: 28%;
  padding-left: 24px;
  padding-right: 24px;
}
.cci-sidebar-widget--cart .cart-total {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000000;
  font-size: 24px;
  font-family: "Roboto-Regular";
  font-weight: bold;
  margin-bottom: 1.2rem;
}
.cci-sidebar-widget--cart .cart-total .order-total strong span bdi {
  font-size: 24px;
  color: #000000;
}
.cci-sidebar-widget--cart .cart-submit {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #707070;
}
.cci-sidebar-widget--cart .cart-submit a {
  background-color: #E30042 !important;
  color: #ffffff !important;
  width: 100%;
  border: 1px solid var(--magenta-color)!important;
}
.cci-sidebar-widget--cart #mj-cart-submit a:hover{border: 1px solid var(--magenta-color)!important;background-color: transparent!important;color:var(--magenta-color)!important;}
.cci-cart__form .cci-sidebar-widget--cart{height: fit-content!important;}
#mj-custom-store-notice .wc-notice{background-color: transparent;margin-bottom: 0!important;padding: 18px 0!important;}
#mj-custom-store-notice .wc-notice li,.woocommerce-cart .wc-notice.woocommerce-message{color: var(--magenta-color)!important;line-height: 20px;}
.mj-cart-coupons-amount{margin-bottom: 1.2rem;display:flex;flex-direction: column;}
.mj-coupon-item{display: flex;justify-content: space-between;margin-bottom: 12px;}
.mj-coupon-item-amout a{display:block;text-align: right;color: var(--magenta-color)!important;}
.mj-coupon-item-amout a:hover{text-decoration:underline;}
.mj-coupon-item-code,.mj-coupon-item-amount span{color: var(--font-color)!important;}
/*.cci-sidebar-widget--cart .coupon {
  text-align: center;
}*/

.cci-sidebar-widget--cart .coupon label {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}
.cci-sidebar-widget--cart .coupon-input {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.cci-sidebar-widget--cart .coupon-input .input-text {
  width: 60%;
  height: 40px;
  margin: 0 !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.cci-sidebar-widget--cart .coupon-input .button {
  width: 40%;
  height: 40px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0;
  background-color: #E30042 !important;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

.cci-checkout-form .col-lg-7 {
  padding-right: 18px !important;
}
.cci-checkout-form .col-lg-3 {padding-top: 0 !important;padding-left: 18px!important;}
.cci-checkout-form__back {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #E30042 !important;
  margin-bottom: 2rem;
  display: block;
}
.cci-checkout-form__card {
  background-color: #ffffff;
  border-radius: 5px;
  display: block;
  padding: 32px;
}
.cci-checkout-form__card--right {
  padding: 0 !important;
}
.cci-checkout-form__card--right #payment {
  display: none;
}
.cci-checkout-form__card-header {
  width: 100%;
  display: block;
}
.cci-checkout-form__card-header--blue {
  background-color: #0C1C5A;
  color: #ffffff !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 14px;
}
.cci-checkout-form__card-header--blue h2 {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff !important;
}
.cci-checkout-form__card-body .woocommerce-billing-fields__field-wrapper {
  border: none !important;
}
.cci-checkout-form__card-body .woocommerce-billing-fields__field-wrapper label {
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
  font-size: 16px;
}
.cci-checkout-form__card-body .woocommerce-billing-fields__field-wrapper input {
  height: 50px;
  border-radius: 5px;
  border-color: #707070;
}
.cci-checkout-form__card-body--total {
  display: block;
  padding: 32px;
  padding-bottom: 18px;
}
.cci-checkout-form__card-footer {
  padding: 0!important;
}
.cci-checkout-form__card-footer-container ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0;
}
.cci-checkout-form__card-footer-container ul li {
  margin: 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cci-checkout-form__card-footer-container ul li .subtotal-qty {
  font-size: 1.2rem;
  font-weight: 700;
  color: #000000;
}
.cci-checkout-form__card-footer-container ul li.checkout-total {
  margin: 2rem auto !important;
}
.cci-checkout-form__card-footer-container ul li.checkout-total .total-label {
  font-size: 1.2rem;
  font-weight: 700;
  color: #000000;
}
.cci-checkout-form__card-footer-container ul li.checkout-total .total-qty {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
}
.cci-checkout-form__card-footer #place_order {
  height: 40px;
  width: calc( 100% - 64px);
  padding: 0 !important;
  background-color: #E30042 !important;
  border: 1px solid #E30042 !important;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
  transform: translateX(32px);
}
.cci-checkout-form__card-footer #place_order:hover {
  color: #E30042 !important;
  background-color: transparent !important;
  transition: all 0.4s ease;
}
.cci-checkout-form__title {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0 !important;
  font-size: 24px !important;
}
.cci-checkout-form__title img {
  width: 40px;
  height: 40px;
  margin-right: 0.5rem;
}
.cci-checkout-form__number {
  font-size: 35px;
  font-weight: 400;
  background: #E5E5E5;
  border-radius: 50%;
  padding: 0px 12px;
  margin-left: 1rem;
  margin-right: 1rem;
  line-height: 0;
}
.cci-checkout-form__secure {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
.cci-checkout-form__secure img {
  width: 20px;
  height: 20px;
}

.cci-total__list-items {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cci-total__list-items .cci-total__list-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0 !important;
  margin-bottom: 18px;
}
.cci-total__list-items .cci-total__list-item img {
  width: 30%;
  height: auto;
}
.cci-total__list-items .cci-total__list-item-container {
  padding-left: 0.7rem;
  padding-right: 4rem;
  width: 70%;
  height: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cci-total__list-items .cci-total__list-item-info h4 {
  font-size: 13px !important;
  margin: 0 !important;
  line-height: 1 !important;
  color: #000000;
  font-weight: normal;
}
.cci-total__list-items .cci-total__list-item-price {
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1 !important;
  color: #000000;
}

.cci-bg-gray {
  background-color: #E5E5E5;
}

.cci-confirmation__title {
  font-size: 24px !important;
  color: #000000;
  font-weight: 700;
}

.cci-confirmation__image {
  width: 60px;
}

.cci-confirmation__info-image {
  width: 20px;
  margin-right: 5px;
}

.cci-confirmation__info-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1.5rem 0;
}
.cci-confirmation__info-container span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cci-confirmation__service-title {
  font-size: 18px !important;
  color: #4A4A4A;
  font-weight: 700;
}

.cci-confirmation__btn {
  height: 40px;
  width: 100%;
  color: #ffffff;
  background-color: #E30042;
  display: block;
  font-size: 20px !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  font-weight: 700;
}

.cci-confirmation__link {
  font-size: 20px;
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}
.cci-confirmation__link:hover {
  text-decoration: underline;
}

.request-quote-modal {
  z-index: 1001 !important;
  padding: 72px !important;
  top: 15% !important;
  margin-left: -250px;
  width: 500px;
  background: var(--white-color);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.161);
}
.request-quote-modal h2 {
  padding-bottom: 18px;
  position: relative;
  color: var(--black-color) !important;
  text-align: center !important;
}
.request-quote-modal h2:before {
  width: 36px;
  height: 36px;
  background: url(../../images/register-form-icon.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  top: -50px;
  left: 50%;
  margin-left: -18px;
  content: "";
  display: block;
  position: absolute;
}
.request-quote-modal .col-lg-12 {
  padding: 0 !important;
}

.cci-menu-carousel {
  padding: 1rem 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.cci-menu-carousel .slick-slide {
  width: auto !important;
  margin: 0 1rem;
}
.cci-menu-carousel .slick-slide span a {
  font-size: 16px !important;
  color: #a0a0a0;
  font-weight: 700 !important;
}
.cci-menu-carousel .slick-slide span.active {
  border-bottom: 3px solid #E30042;
}
.cci-menu-carousel .slick-slide span.active a {
  color: #000000;
}
.cci-menu-carousel .slick-next {
  right: -50px !important;
  top: 15px;
}
.cci-menu-carousel .slick-prev {
  left: -35px;
  top: 15px;
}

.cci-products-not-founds {
  height: 300px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.formation-header--prestation {
  height: 300px !important;
}
.formation-header--prestation .prestation-info {
  position: absolute;
  padding: 18px;
  bottom: 0;
  left: 0;
}
.formation-header--prestation .prestation-info h2 {
  font-size: 1.2rem !important;
  font-weight: 700;
}

.all-events-dates p {
  font-size: 13px !important;
  color: #000000 !important;
}

.prestation-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 210px;
  position: relative;
}
.prestation-item__info {
  position: absolute;
  bottom: 0;
  padding: 0px 12px 5px 12px;
}
.prestation-item__title {
  font-size: 20px !important;
  font-weight: 700;
}
.prestation-item__desc {
  font-size: 12px !important;
  line-height: 1.3 !important;
  padding-right: 25px;
}
.prestation-item button {
  position: absolute;
  bottom: 0;
  right: 0;
}
.prestation-item button a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
}

.paginationjs-pages {
  padding: 0 35%;
}

.Cci_Pagination--wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Cci_Pagination--wrapper .paginationjs-prev {
  -webkit-transform: rotate(180deg) translateX(-1px);
      -ms-transform: rotate(180deg) translateX(-1px);
          transform: rotate(180deg) translateX(-1px);
}
.Cci_Pagination--wrapper li {
  border: 1px solid #CCCCCC;
  padding: 15px 20px;
}
.Cci_Pagination--wrapper li a {
  font-weight: bold !important;
  font-size: 1.2em !important;
}
.Cci_Pagination--wrapper li.active a {
  color: #E30042;
}

.hidde_element {
  visibility: hidden !important;
}

body {
  background: white !important;
}

.is_stuck {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 768px) {
  #masthead {
    min-height: 100%;
  }
}

.fixed-position {
  position: fixed;
}

.responsive_stuck {
  max-height: calc(100% - 50px);
  overflow-y: auto;
}

.cci_select {
  border: 1px solid #A0A0A0;
  color: #0F0F0F;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  background-image: url("../img/arrow-forward.svg") !important;
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  padding: 15px 10px 15px 10px;
  max-width: 200px;
  /*min-width: 200px;*/
  min-width: auto;
  margin-left: 1%;
  width: 200px;
}

.cci_text {
  border: 1px solid #A0A0A0;
  color: #0F0F0F;
  margin-top: 0;
  padding: 15px 10px 15px 10px;
}

.cci_calendar {
  width: 230px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  background-image: url("../img/calendar.svg") !important;
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
}
.cci_calendar::-webkit-input-placeholder {
  color: #0F0F0F !important;
}
.cci_calendar::-moz-placeholder {
  color: #0F0F0F !important;
}
.cci_calendar:-ms-input-placeholder {
  color: #0F0F0F !important;
}
.cci_calendar::placeholder {
  color: #0F0F0F !important;
}

.cci_search_key {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  background-image: url("../img/input_search.svg") !important;
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
}
.cci_search_key::-webkit-input-placeholder {
  color: #0F0F0F !important;
}
.cci_search_key::-moz-placeholder {
  color: #0F0F0F !important;
}
.cci_search_key:-ms-input-placeholder {
  color: #0F0F0F !important;
}
.cci_search_key::placeholder {
  color: #0F0F0F !important;
}

@media (max-width: 959px){
.cci-cart__form{display:block;}
.cci-cart__form #all_formations_wrapper,.cci-cart__form .cci-sidebar-widget--cart{width:100%;}
.cci-cart__form .all-events-basics,.cci-cart__form .all-events-add{padding: 1rem!important;}
.cci-cart__form .all-events-add{display: grid;grid-template-columns: repeat(2, 2fr);grid-row-gap: 1rem;}
.cci-cart__form .cart_item{padding:0!important;}
.cci-cart__form .all-events-image{border-bottom-left-radius: 0!important;border-bottom-right-radius: 0!important;}
.cci-cart__form .all-events-days p{margin-top:0!important;}
.cci-cart__form .post-link {grid-column-start: 1;grid-column-end: 3;display: contents;}
}

@media (min-width: 960px) and (max-width: 1299px){
.cci-cart__form .cart_item{padding: 0 0 18px 0!important;}
.cci-cart__form .all-events-image{border-bottom-right-radius: 0!important;border-top-right-radius: 0!important;}
.grid-all-events--cart .grid-item-all-events .all-events-basics {width:50%;}
.cci-cart__form .all-events-add{width:20%;}
.cci-cart__form .cart-total,.cci-sidebar-widget--cart .cart-total .order-total strong span bdi{font-size: 18px!important;}
.cci-sidebar-widget--cart{padding:1rem!important;}
.cci-cart__form .all-events-basics .all-events-title h3{margin-top:0!important;}
.cci-cart__form .all-events-basics .formation-category{margin-bottom:8px;}
.cci-cart__form .all-events-add:before {top: 0!important;height: 100%!important;margin-top: 0!important;}
.mj-coupon-item-code,.mj-coupon-item-amout{font-size:13px;}
}

@media (max-width: 424px){
.cci-cart__form .cart-total{display: block;text-align: center;}
.mj-cart-coupons-amount{display: block;text-align: center;}
.mj-coupon-item,.mj-coupon-item-code{display: block;}
.mj-coupon-item-amout a{text-align: center;}
}

@media (max-width: 768px) {
  #main-logo .navbar-brand img {
    display: block !important;
  }
}

.show-menu-login {
  display: block !important;
}

@media (max-width: 768px) {
  .heading-text {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .heading-text {
    text-align: center;
  }
}

.slick-slider-services-home .slick-slide.slick-active .service-content-container {
  box-shadow: 2px 2px 14px -3px #7d787d;
}

.slick-slider-services-home .item-slick {
  max-width: 370px;
}

.Slider__Main {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  #cci-dark-blue-bg-item-with-btn.slider_main_footer .uncont {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #cci-dark-blue-bg-item-with-btn.slider_main_footer .uncont .uncode_text_column {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #cci-dark-blue-bg-item-with-btn.slider_main_footer .uncont .uncode_text_column {
    text-align: center;
  }
}

@media (max-width: 768px) {
  #cci-dark-blue-bg-item-with-btn.slider_main_footer .btn-container {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .uneven_image_row_left .custom-height-280-1 .uncont {
    position: relative;
    left: unset;
    bottom: unset;
  }
}
@media (max-width: 768px) {
  .uneven_image_row_left .uncol {
    overflow: hidden !important;
  }
}
@media (max-width: 768px) {
  .uneven_image_row_left #cancel_responsive_padding {
    padding-left: 0 !important;
  }
}

@media (max-width: 768px) {
  .uneven_image_row_right .custom-height-280-2 .uncont {
    position: relative;
    left: unset;
    bottom: unset;
  }
}
@media (max-width: 768px) {
  .uneven_image_row_right .uncol {
    overflow: hidden !important;
  }
}
@media (max-width: 768px) {
  .uneven_image_row_right #cancel_responsive_padding_right {
    padding-right: 0 !important;
  }
}

@media (max-width: 768px) {
  #home_pre_footer .column_parent {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  #home_pre_footer .column_parent:nth-child(1) {
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  #home_pre_footer .column_parent:nth-child(2) {
    margin-left: 0 !important;
    margin-top: 18px !important;
  }
}
@media (max-width: 768px) {
  #home_pre_footer .column_parent .uncol {
    position: unset !important;
  }
}

@media (max-width: 768px) {
  #pos_header_main .last-press-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #pos_header_main .last-press-item .post-link {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #pos_header_main .last-press-item .post-link:before {
    display: none;
  }
}

@media (max-width: 768px) {
  .home-slider-services,
#Shedule_slider,
#cci-slider-actualites,
#cci-posts-grid-4 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .home-slider-services .inline-heading,
#Shedule_slider .inline-heading,
#cci-slider-actualites .inline-heading,
#cci-posts-grid-4 .inline-heading {
    display: block;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .home-slider-services .cci-link-to-all,
#Shedule_slider .cci-link-to-all,
#cci-slider-actualites .cci-link-to-all,
#cci-posts-grid-4 .cci-link-to-all {
    display: block;
    text-align: center;
    margin-bottom: 5%;
  }
}

@media (max-width: 768px) {
  #Shedule_slider #cci-dark-blue-bg-item-with-btn .row-child {
    padding: 12px 12px 12px 12px !important;
  }
}
#Shedule_slider #cci-dark-blue-bg-item-with-btn .btn-container a {
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 5%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .home-slider-services .service-title h3 {
    min-height: 50px;
  }
}
@media (max-width: 768px) {
  .home-slider-services .service-title h3 {
    min-height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-slider-services .service-subtitle {
    min-height: 86px;
  }
}

@media (max-width: 768px) {
  .single-post-image {
    min-height: 200px;
  }
}

@media (max-width: 768px) {
  #cci-two-items-post {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  #cci-two-items-post .single-post-item:nth-child(2) {
    margin-top: 10%;
  }
}

@media (max-width: 768px) {
  .single-post-content {
    padding: 5% !important;
  }
}

@media (max-width: 768px) {
  #cci-dev-son-activity .column_parent {
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  #cci-dev-son-activity .uncode_text_column {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #cci-dev-son-activity .btn-container a {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 10%;
  }
}

@media (max-width: 768px) {
  .slick-slider-cat-services .slick-dots {
    width: 100%;
    bottom: -40px;
  }
}
@media (max-width: 768px) {
  .slick-slider-cat-services .item-slick {
    width: 340px !important;
  }
}

@media (max-width: 768px) {
  .light-blue-background .wpb_column:first-child:before {
    display: none !important;
  }
}

@media (max-width: 768px) {
  #cci-height-items-post {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .formations-grid-container {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .formations-grid-container .formation-item:nth-child(2) {
    display: none;
  }
}
@media (max-width: 768px) {
  .formations-grid-container .formation-item:nth-child(6) {
    display: none;
  }
}

.pale-rose-background .wpb_column:first-child:before {
  display: none !important;
}

@media (max-width: 768px) {
  .slick-slider-events-home .slick-dots {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .slick-slider-services-home .slick-dots {
    bottom: -20px;
    width: 100%;
  }
}

@media (min-width: 1500px) {
  .slick-slider-actu .item-slick {
    height: 466px !important;
  }
}
@media (min-width: 1800px) {
  .slick-slider-actu .item-slick {
    height: 470px !important;
  }
}

@media (min-width: 1500px) {
  .slick-slider-services-home .slick-prev {
    left: unset;
    right: calc(0% + 116px) !important;
  }
}

@media (min-width: 1500px) {
  .slick-slider-services-home .slick-next {
    left: calc(80% - 25px) !important;
  }
}

.Slider__Main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}
.Slider__Main__Header.inline-heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Slider__Main__Footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #0E1D56;
  padding: 3% 5%;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .slick-slider-events .slick-dots li button:before {
    color: white;
  }
}

@media (max-width: 768px) {
  .cci-classic-banner .cci-banner-title {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cci-classic-banner .cci-banner-subtitle {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .grid-past-events {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    gap: 0 !important;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .grid-past-events a {
    -webkit-flex-grow: unset !important;
        -ms-flex-positive: unset !important;
            flex-grow: unset !important;
    width: 100% !important;
  }
}

.grid-item-past-events:after {
  background: linear-gradient(-180deg, #fdfdfd00, #040404);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98%;
  opacity: 0.75;
}

@media (max-width: 768px) {
  .all-events-image {
    min-height: 180px;
    border-radius: 3px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .all-events-image {
    min-height: 250px;
    border-radius: 3px;
  }
}

@media (max-width: 768px) {
  .grid-item-all-events {
    padding: 5%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid-item-all-events {
    padding: 6%;
  }
}

@media (max-width: 768px) {
  .all-events-add:before {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .grid-past-events {
    grid-template-columns: repeat(2, 2fr) !important;
    padding: 0 3%;
  }
}

.sidebar-infos-prestation-container {
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
  z-index: inherit;
}
@media (max-width: 768px) {
  .sidebar-infos-prestation-container {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sidebar-infos-prestation-container {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .cci-classic-banner .formation-category {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cci-classic-banner .formation-infos {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .cci-tabs-formation .ui-tabs-nav {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .cci-tabs-formation .ui-tabs-nav li {
    display: block;
    width: 100% !important;
    margin: 0 !important;
  }
}
.cci-tabs-formation .tab-content {
  padding: 10px 20px !important;
}

@media (max-width: 768px) {
  .single-formation-documents .documents-container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .single-formation-documents .documents-container .documents-item {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .single-formation-documents .documents-container .documents-item:nth-child(even) {
    margin-top: 5%;
  }
}

@media (max-width: 768px) {
  .related-formations {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .related-formations {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .formation-header {
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .cci-footer-menu,
.cci-footer-social-container,
.cci-footer-social-text,
.cci-footer-copyright-legal,
.footer-copyright-links {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cci-footer-menu,
.cci-footer-social-container,
.cci-footer-social-text,
.cci-footer-copyright-legal,
.footer-copyright-links {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .cci-footer-menu-section .icon-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cci-footer-menu-section .icon-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .cci-footer-menu-section .icon-box .icon-box-icon {
    width: 100% !important;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cci-footer-menu-section .icon-box .icon-box-icon {
    width: 100% !important;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cci-footer-menu-section .icon-box .icon-box-content {
    text-align: center !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cci-footer-menu-section .icon-box .icon-box-content {
    text-align: center !important;
  }
}

@media (max-width: 768px) {
  .footer-cci-store-img .async-done {
    width: 60% !important;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer-cci-store-img .async-done {
    margin: 0 auto;
    width: 50% !important;
  }
}

@media (max-width: 768px) {
  .cci-footer-site-link {
    display: block;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cci-footer-site-link {
    display: block;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .all-posts-image {
    min-height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .all-posts-image {
    min-height: 220px;
  }
}

@media (max-width: 768px) {
  #image-sb-widget img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .custom-tabs-heading .row-inner {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .custom-prestation-tabs-heading p a {
    margin: 5% 0 !important;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (max-width: 768px) {
  .magenta-border h2 {
    position: relative;
    border-left: none !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 768px) {
  .magenta-border h2:after {
    content: "";
    position: absolute;
    bottom: -22%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 25%;
    height: 3px;
    background: #E30042;
  }
}
@media (max-width: 768px) {
  .magenta-border h4 {
    border-left: none !important;
    padding-left: 0 !important;
  }
}

@media (max-width: 768px) {
  .custom-tabs .custom-margin-bottom {
    padding: 8%;
  }
}

@media (max-width: 768px) {
  .custom-padding-left .custom-tabs-content-heading-h4 {
    padding-left: 0 !important;
  }
}

@media (max-width: 768px) {
  #public-concerne .custom-padding-left .uncode_text_column,
#objectifs .custom-padding-left .uncode_text_column {
    padding-left: 0 !important;
  }
}
@media (max-width: 768px) {
  #public-concerne .custom-padding-right .uncode_text_column,
#objectifs .custom-padding-right .uncode_text_column {
    padding-right: 0 !important;
  }
}
@media (max-width: 768px) {
  #public-concerne .custom-tabs-content-heading-h4,
#objectifs .custom-tabs-content-heading-h4 {
    padding-left: 0 !important;
  }
}

@media (max-width: 768px) {
  #programme {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  #programme .limit-width {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  #programme .custom-padding-left .uncode_text_column {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #programme .custom-padding-left .uncode_text_column {
    padding-left: 0 !important;
  }
}
@media (max-width: 768px) {
  #programme .number-list ol li:before {
    z-index: 2;
  }
}
@media (max-width: 768px) {
  #programme .number-list.list-2 ol:before {
    top: -28%;
    height: 107%;
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #programme .wpb_row .row-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 768px) {
  .custom-nos-offres {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .custom-nos-offres .cci-icon-boxes-offres .row-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .custom-nos-offres .cci-icon-boxes-offres .row-inner .single-internal-gutter {
    margin-bottom: 5%;
  }
}

@media (max-width: 768px) {
  #cci-dark-blue-bg-item-with-btn-no-img[data-section="7"] {
    margin-top: 0 !important;
  }
}
@media (max-width: 768px) {
  #cci-dark-blue-bg-item-with-btn-no-img[data-section="7"] .row-parent {
    padding: 12px 12px !important;
  }
}
@media (max-width: 768px) {
  #cci-dark-blue-bg-item-with-btn-no-img[data-section="7"] .uncont {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #cci-dark-blue-bg-item-with-btn-no-img[data-section="7"] .btn-container {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #cci-dark-blue-bg-item-with-btn-no-img[data-section="7"] .btn-container a {
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 5%;
  }
}

#cci-dark-blue-bg-item-with-btn[data-section="8"] .row-parent {
  padding: 12px 12px 12px 12px !important;
}
@media (max-width: 768px) {
  #cci-dark-blue-bg-item-with-btn[data-section="8"] .uncont {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #cci-dark-blue-bg-item-with-btn[data-section="8"] .uncode_text_column {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  #cci-dark-blue-bg-item-with-btn[data-section="8"] .btn-container {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #cci-dark-blue-bg-item-with-btn[data-section="8"] .btn-container a {
    width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  #cci-documents-of-interest[data-section="9"] {
    padding: 36px 0 0 0 !important;
  }
}
@media (max-width: 768px) {
  #cci-documents-of-interest[data-section="9"] #ccc-highlighted-docs {
    padding-right: unset !important;
  }
}
@media (max-width: 768px) {
  #cci-documents-of-interest[data-section="9"] #ccc-highlighted-docs .uncode_text_column p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #cci-documents-of-interest[data-section="9"] .wpb_column {
    padding: unset !important;
  }
}

@media (max-width: 768px) {
  .cci-video-embed {
    padding-left: 0 !important;
  }
}

@media (max-width: 768px) {
  .async-done {
    display: none !important;
  }
}

.slick-slider-formations .formation-title h4 {
  min-height: 50px;
}

@media (max-width: 768px) {
  .slick-slider-formations .item-slick {
    margin: 10px 10px 36px 10px !important;
  }
}

@media (max-width: 768px) {
  .related-services-grid-container {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media (max-width: 768px) {
  #related-services {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  .cci-subtitle-block-content .uncont {
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .cci-subtitle-block-content .uncont #cci-social-share {
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .cci-subtitle-block-content .uncont #cci-social-share .share-button ul {
    padding: 0 !important;
  }
}
.cci-subtitle-block-content .uncont #cci-social-share .share-button ul .social-paper-plane {
  visibility: unset !important;
  display: none !important;
}

@media (max-width: 768px) {
  #cci-block-subtitle-text-img-left #cci-bullets-right.content-50-percent-right .uncol {
    padding: 26px 0 0 0 !important;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #cci-block-subtitle-text-img-left #cci-bullets-right.content-50-percent-right .cci-custom-bullets-text-list ul:before {
    visibility: hidden !important;
  }
}

@media (max-width: 768px) {
  #cci-block-subtitle-text-img-left #cci-bullets-left.content-50-percent-left .uncol {
    padding: 0 0 26px 0 !important;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #cci-block-subtitle-text-img-left #cci-bullets-left.content-50-percent-left .cci-custom-bullets-text-list ul:before {
    visibility: hidden !important;
  }
}

@media (max-width: 768px) {
  #dev-opt-fact {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  .cat-links ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .grid-item-all-posts {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media (max-width: 768px) {
  #other__info_wr .grid-item-half .related-services-grid-item {
    height: auto !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 768px) {
  #other__info_wr .grid-item-half .related-services-grid-item .related-services-content {
    padding: 12% 5% 12% 5% !important;
  }
}
@media (max-width: 768px) {
  #other__info_wr .grid-item-half .related-services-grid-item .related-services-content .centered {
    text-align: left !important;
  }
}
@media (max-width: 768px) {
  #other__info_wr .grid-item-quarter-1,
#other__info_wr .grid-item-quarter-2 {
    margin-left: 0 !important;
  }
}

@media (max-width: 768px) {
  #no-top {
    padding: 5% 0px 0px 0px;
  }
}

@media (max-width: 768px) {
  .center_res_btn {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .grid-item-quarter .related-services-grid-item {
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .grid-item-quarter .related-services-grid-item .related-services-content {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0% 5% 12% 5% !important;
  }
}

@media (max-width: 768px) {
  #intro-rules .limit-width {
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  #intro-rules .limit-width .async-done {
    display: block !important;
    width: 50%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .documents-grid {
    grid-template-columns: repeat(1, 2fr) !important;
  }
}

@media (max-width: 480px) {
  .custom-grid-4 .row-inner {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media (max-width: 768px) {
  #solutions-documents-bullets {
    padding-right: 0 !important;
    border-right: none !important;
  }
}

@media (max-width: 768px) {
  #ses_competences_icons {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  .custom-tabs-section-formation-search .nav-tabs {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .custom-tabs-section-formation-search .nav-tabs li {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .bordered-inner-row {
    padding: 26px;
  }
}

@media (max-width: 768px) {
  .cci-documents-formations .row-inner {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  #cci_doc_forma .col-lg-8 {
    padding-left: 36px !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  #cci_doc_forma .col-lg-8:nth-child(1) {
    margin-bottom: 10%;
  }
}
@media (max-width: 768px) {
  #cci_doc_forma .col-lg-4 {
    padding-left: 36px !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 768px) {
  #benefits_dev_sec .cci-icon-boxes-offres .row-inner {
    grid-template-columns: repeat(1, 2fr) !important;
  }
}
@media (max-width: 768px) {
  #benefits_dev_sec .cci-icon-boxes-offres .column_child:nth-child(2) .uncol {
    margin: 10% 0 !important;
  }
}

@media (max-width: 768px) {
  .plain-colored-box-formation-search {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  #univers_eco .plain-colored-box-formation-search a:nth-child(1),
#entreprener-services-shortcode .plain-colored-box-formation-search a:nth-child(1) {
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  #univers_eco .plain-colored-box-formation-search a:nth-child(2),
#entreprener-services-shortcode .plain-colored-box-formation-search a:nth-child(2) {
    margin-left: 0 !important;
    margin-top: 10%;
  }
}
@media (max-width: 768px) {
  #univers_eco .plain-colored-box-formation-search .wpb_column,
#entreprener-services-shortcode .plain-colored-box-formation-search .wpb_column {
    padding: 32px !important;
  }
}
@media (min-width: 1023px) and (max-width: 1200px) {
  #univers_eco .plain-colored-box-formation-search .wpb_column .heading-text h3 span,
#entreprener-services-shortcode .plain-colored-box-formation-search .wpb_column .heading-text h3 span {
    min-height: 50px;
  }
}

@media (max-width: 768px) {
  .custom-benefits-formation-search {
    margin: 0 !important;
  }
}

@media (max-width: 480px) {
  .custom-tabs-section-formation-search .number-list {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 480px) {
  .custom-tabs-section-formation-search .number-list ol {
    width: 70%;
    display: table;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  #entreprener-offres {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 768px) {
  .other-services-grid-container {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .grid-item-quarter .grid-item-quarter-1 {
    margin-left: 0 !important;
  }
}

@media (max-width: 768px) {
  #other_infos_entrepener .related-services-grid-item {
    height: auto !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  #other_infos_entrepener .related-services-grid-item .grid-item-quarter-1 {
    margin-left: 0 !important;
  }
}
@media (max-width: 768px) {
  #other_infos_entrepener .grid-item-quarter-2 {
    margin-left: 0 !important;
  }
}

@media (max-width: 768px) {
  #more-info-entrepren {
    padding-left: 0 !important;
  }
}

@media (max-width: 768px) {
  #center-res-btn {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 480px) {
  #center-res-btn {
    display: block;
  }
}

/* Menu fixes */
.menu-smart ul li {
  margin-bottom: 4px !important;
}

.menu-item-description {
  display: none;
}

@media only screen and (min-width: 960px) {
  .menu-item-description {
    display: block;
  }

  #menu-item-84174 .drop-menu {
    display: block !important;
    z-index: 3;
    width: auto;
    min-width: 13em;
    max-width: 20em;
    top: 18px;
    left: 0px;
    margin-left: 0;
    position: relative;
    padding: 0 !important;
    box-shadow: none;
  }

  #menu-item-84173 .drop-menu {
    display: block !important;
    z-index: 3;
    width: auto;
    min-width: 13em;
    max-width: 20em;
    top: 18px;
    left: 0px;
    margin-left: 0;
    position: relative;
    padding: 0 !important;
    box-shadow: none;
  }

  #menu-item-84172 .drop-menu {
    display: block !important;
    z-index: 3;
    width: auto;
    min-width: 13em;
    max-width: 20em;
    top: 18px;
    left: 0px;
    margin-left: 0;
    position: relative;
    padding: 0 !important;
    box-shadow: none;
  }

  #menu-item-84175 .drop-menu {
    display: block !important;
    z-index: 3;
    width: auto;
    min-width: 13em;
    max-width: 20em;
    top: 18px;
    left: 0px;
    margin-left: 0;
    position: relative;
    padding: 0 !important;
    box-shadow: none;
  }

  #menu-item-84171 .drop-menu {
    display: block !important;
    z-index: 3;
    width: auto;
    min-width: 13em;
    max-width: 20em;
    top: 18px;
    left: 0px;
    margin-left: 0;
    position: relative;
    padding: 0 !important;
    box-shadow: none;
  }

  #menu-item-84156 .drop-menu {
    display: block !important;
    z-index: 3;
    width: auto;
    min-width: 13em;
    max-width: 20em;
    top: 18px;
    left: 0px;
    margin-left: 0;
    position: relative;
    padding: 0 !important;
    box-shadow: none;
  }

  #menu-item-84154 .drop-menu {
    display: block !important;
    z-index: 3;
    width: auto;
    min-width: 13em;
    max-width: 20em;
    top: 18px;
    left: 0px;
    margin-left: 0;
    position: relative;
    padding: 0 !important;
    box-shadow: none;
  }

  #menu-item-92706 ul.open-animated {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-width: 95% !important;
    left: 35% !important;
    -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding: 3% !important;
    overflow: hidden;
  }
  #menu-item-92706 ul.open-animated a i {
    display: none !important;
  }

  .menu-column-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .services-menu-column {
    background: #E5E5E5;
    position: absolute;
    top: 0;
    right: 0;
    width: 23%;
    height: 100%;
    padding: 3% 2%;
    box-sizing: border-box;
  }
  .services-menu-column #menu-item-85016 a {
    font-size: 16px !important;
    font-weight: bold !important;
    color: var(--black-color) !important;
    margin-bottom: 18px;
    line-height: 12px !important;
  }
  .services-menu-column li:nth-child(2) {
    background: #2FABD7;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 3% 5% 3% 25%;
  }
  .services-menu-column li:nth-child(2) a {
    position: relative;
    color: white !important;
    font-size: 15px !important;
    font-weight: bold !important;
    line-height: 1.3em !important;
  }
  .services-menu-column li:nth-child(2) .menu-item-description {
    color: white;
    font-size: 0.9em !important;
    line-height: 0.9rem !important;
    margin-top: 5px !important;
  }
  .services-menu-column li:nth-child(3) {
    background: #FE9B27;
    margin-bottom: 15px;
    color: white;
    border-radius: 10px;
    padding: 3% 5% 3% 25%;
  }
  .services-menu-column li:nth-child(3) a {
    color: white !important;
    font-size: 15px !important;
    font-weight: bold !important;
    line-height: 1.3em !important;
  }
  .services-menu-column li:nth-child(3) .menu-item-description {
    color: white;
    font-size: 0.9em !important;
    line-height: 0.9rem !important;
    margin-top: 5px !important;
  }
  .services-menu-column li:nth-child(4) {
    background: #155F8D;
    color: white;
    border-radius: 10px;
    padding: 3% 5% 3% 25%;
  }
  .services-menu-column li:nth-child(4) a {
    color: white !important;
    font-size: 15px !important;
    font-weight: bold !important;
    line-height: 1.3em !important;
  }
  .services-menu-column li:nth-child(4) .menu-item-description {
    color: white;
    font-size: 0.9em !important;
    line-height: 0.9rem !important;
    margin-top: 5px !important;
  }

  #menu-item-85017 {
    position: relative;
    min-height: 70px;
  }
  #menu-item-85017:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    background-image: url(../img/icon-chart.png) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 47px;
    height: 47px;
  }

  #menu-item-85019 {
    position: relative;
    min-height: 70px;
  }
  #menu-item-85019:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    background-image: url(../img/icon-idea.png) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 47px;
    height: 47px;
  }

  #menu-item-85018 {
    position: relative;
    min-height: 70px;
  }
  #menu-item-85018:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    background-image: url(../img/icon-protection.png) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 47px;
    height: 47px;
  }

  .menu-column-first li,
.menu-column-second li,
.menu-column-third li {
    margin: 10px 0 !important;
  }

  .header-level-3 {
    padding: 1% 2% !important;
    transition: 0.3s;
  }
  .header-level-3:hover {
    background-color: #E30042;
    transition: 0.3s;
  }
  .header-level-3:hover a {
    color: white !important;
  }
}
/* End fixes menu */
@media only screen and (min-width: 960px) and (max-width: 1100px) {
  #pos_header_main .last-press-item .post-link:before {
    display: none;
  }

  #Shedule_slider {
    padding-left: 3% !important;
  }

  .home-slider-services .service-title h3 {
    min-height: 50px;
  }
  .home-slider-services .service-subtitle {
    min-height: 86px;
  }

  .slick-slider-events-home .item-slick {
    height: 454px !important;
  }

  .slick-slider-actu .item-slick {
    height: 531px !important;
  }

  #cci-block-subtitle-text-img-left #cci-bullets-right.content-50-percent-right .cci-custom-bullets-text-list ul:before {
    left: 3.1% !important;
    height: 80% !important;
  }

  #cci-block-subtitle-text-img-left #cci-bullets-left.content-50-percent-left .cci-custom-bullets-text-list ul:before {
    left: 3.1% !important;
    height: 80% !important;
  }
}
.content_press {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
  .uneven_image_row_left .custom-height-280-1 .uncont {
    position: relative;
    left: unset;
    bottom: unset;
  }
  .uneven_image_row_left .uncol {
    overflow: hidden !important;
  }
  .uneven_image_row_left #cancel_responsive_padding {
    padding-left: 0 !important;
  }

  .uneven_image_row_right .custom-height-280-2 .uncont {
    position: relative;
    left: unset;
    bottom: unset;
  }
  .uneven_image_row_right .uncol {
    overflow: hidden !important;
  }
  .uneven_image_row_right #cancel_responsive_padding_right {
    padding-right: 0 !important;
  }

  .single-post-image {
    min-height: 250px;
  }

  #pos_header_main .last-press-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  #pos_header_main .last-press-item .post-link {
    text-align: center;
  }
  #pos_header_main .last-press-item .post-link:before {
    display: none;
  }

  #image-sb-widget img {
    width: 100%;
  }

  #programme .number-list.list-2 ol:before {
    top: 0 !important;
    height: 80% !important;
  }

  #cci-block-subtitle-text-img-left #cci-bullets-right.content-50-percent-right .uncol {
    padding: 26px 0 0 0 !important;
  }
  #cci-block-subtitle-text-img-left #cci-bullets-right.content-50-percent-right .cci-custom-bullets-text-list ul:before {
    left: 1.3% !important;
  }

  #cci-block-subtitle-text-img-left #cci-bullets-left.content-50-percent-left .uncol {
    padding: 0 0 26px 0 !important;
  }
  #cci-block-subtitle-text-img-left #cci-bullets-left.content-50-percent-left .cci-custom-bullets-text-list ul:before {
    left: 1.3% !important;
  }

  #dev-opt-fact .cci-icon-boxes-offres .column_child:nth-child(1) {
    padding-top: 36px !important;
  }

  #intro-rules .limit-width .async-done {
    width: 30%;
    margin: 0 auto;
  }

  #solutions-documents-bullets {
    padding-right: 0 !important;
    border-right: none !important;
  }
}
.login_message {
  display: block;
  text-align: center;
}
.login_message a {
  cursor: pointer;
  color: #E30042;
}

.hide_message {
  display: none !important;
}

/* Marc J. 02-2021 */
@media (max-width: 1023px){
.cci_select {margin-left:0;}
}
@media (min-width: 1024px){
.cci_select{width:100%;}
}
/*.grecaptcha-badge { visibility: hidden; }*/
