/*
Theme Name: Xrival Child
Theme URI: https://xrival.qodeinteractive.com
Description: A child theme of Xrival
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: xrival
Template: xrival
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
li {
  font-family: "Poppins", sans-serif !important;
}

body {
  font-size: 18px;
}

.tag-course {
  background-color: rgb(14, 15, 84);
  color: white;
}

.elementor-icon svg path.cls-1 {
  fill: white !important;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--predefined .qodef-e:hover .qodef-e-logo,
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--predefined .qodef-e:hover .qodef-e-copy-logo {
  transform: unset;
}

.elementor-icon-box-content {
  padding-top: 5px;
}
.qodef-header--standard #qodef-page-header-inner,
.qodef-header-sticky-inner {
  padding: 0 40px !important;
}

.login-cta,
.login-cta:hover {
  display: flex;
  align-items: center;
  color: white;
  gap: 10px;
}

.login-cta {
  position: relative;
}
.login-cta::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d9f20b;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.login-cta:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

#tablepress-1 th,
#tablepress-2 th {
  text-transform: uppercase;
}

#tablepress-1 th.column-2,
#tablepress-1 td.column-2,
#tablepress-2 th.column-2,
#tablepress-2 td.column-2 {
  width: 140px;
  min-width: 140px;
}

.elemenetskit-tablepress.ekit-wid-con caption {
  display: none !important;
}

body.elementor-template-full-width #qodef-page-inner {
  width: 100% !important;
}

.dt-layout-row .dt-layout-cell.dt-layout-end,
.dt-layout-row .dt-layout-cell.dt-layout-start {
  display: none !important;
}

body.single-actualite .qodef-page-title {
  display: none !important;
}
body.single-actualite #qodef-page-inner {
  padding-top: 20px !important;
}
body.single-actualite #qodef-page-inner h1.qodef-e-title {
  font-size: 32px !important;
  margin-top: 20px !important;
  font-weight: 600 !important;
}
@media screen and (max-width: 768px) {
  body.single-actualite #qodef-page-inner h1.qodef-e-title {
    font-size: 24px !important;
  }
}

tr.row-1 td.column-1 {
  opacity: 0;
  border: 0 !important;
}

tr.row-1 {
  border: 0 !important;
}

table.tablepress {
  border: 0 !important;
}

.slider-partner .swiper-wrapper {
  transition-timing-function: linear !important;
}
.slider-partner .swiper-wrapper .swiper-slide-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-partner .swiper-wrapper .swiper-slide-inner img {
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 150px !important;
}

.partner-logo .gallery-columns-3 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .partner-logo .gallery-columns-3 {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }
}
.partner-logo .gallery-item {
  padding: 0 !important;
}
.partner-logo .gallery-item img {
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 250px !important;
}

.grid-parnter .gallery {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 2rem;
  justify-content: center;
  align-items: center;
}
.grid-parnter .gallery img {
  width: 7rem;
  height: 3.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 300ms;
}
.grid-parnter .gallery img:hover {
  filter: grayscale(0);
  opacity: 1;
}
@media (min-width: 768px) {
  .grid-parnter .gallery img {
    width: 9rem;
    height: 4rem;
  }
}

.wpcf7-textarea {
  color: var(--qode-text-color) !important;
  padding: 8px 20px !important;
}
.wpcf7-textarea::-moz-placeholder {
  color: var(--qode-text-color) !important;
}
.wpcf7-textarea::placeholder {
  color: var(--qode-text-color) !important;
}

div.elementor-widget-text-editor p a {
  color: inherit !important;
  font-weight: 500 !important;
}

.elementor-counter .elementor-counter-title {
  font-size: 19px !important;
  font-family: "Tanker-Regular", sans-serif !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}

@media screen and (max-width: 1536px) {
  .grid-counter {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
  }
}
@media screen and (max-width: 1250px) {
  .grid-counter {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media screen and (max-width: 992px) {
  .grid-counter {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.container-footer-copyright {
  flex-wrap: nowrap;
  align-items: stretch;
}
.container-footer-copyright > .e-con-full {
  border-right: 1px;
  border-right-style: solid;
  border-right-color: #c0cac9 !important;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-footer-copyright > .e-con-full .elementor-widget-image {
  padding: 12px 25px;
}
.container-footer-copyright > .e-con-full p {
  margin: 0 !important;
  font-size: 13px !important;
  padding: 15px 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .container-footer-copyright > .e-con-full p {
    font-size: 10px !important;
  }
}

#sib_signup_form_1 .sib-FIRSTNAME-area input,
#sib_signup_form_1 .sib-LASTNAME-area input,
#sib_signup_form_1 .sib-email-area input {
  border-radius: 9999px;
  border: 1px solid white;
  color: white;
  background: transparent;
  padding: 12px 24px;
  width: 100%;
  margin-bottom: 5px !important;
}
#sib_signup_form_1 .sib-FIRSTNAME-area input::-moz-placeholder, #sib_signup_form_1 .sib-LASTNAME-area input::-moz-placeholder, #sib_signup_form_1 .sib-email-area input::-moz-placeholder {
  color: white;
  opacity: 1;
}
#sib_signup_form_1 .sib-FIRSTNAME-area input::placeholder,
#sib_signup_form_1 .sib-LASTNAME-area input::placeholder,
#sib_signup_form_1 .sib-email-area input::placeholder {
  color: white;
  opacity: 1;
}
#sib_signup_form_1 input[type=submit] {
  margin-top: 15px;
  border-radius: 9999px;
  border: 1px solid white;
  color: #0e0f54;
  background: white;
  padding: 12px 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#sib_signup_form_1 input[type=submit]:hover {
  background: white;
  color: #0e0f54;
}

@media screen and (min-width: 767px) {
  .qodef-header-logo {
    position: relative !important;
  }
  .qodef-header-navigation {
    padding-left: unset !important;
    padding-right: unset !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.qodef-header-sticky {
  display: none;
}

@media screen and (min-width: 1280px) and (max-width: 1560px) {
  .reduce-counter .elementor-counter-number {
    font-size: 40px !important;
  }
  .reduce-counter .elementor-counter-title {
    font-size: 16px !important;
  }
}
body.single-actualite #qodef-page-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.single-actualite #qodef-page-inner main#qodef-page-content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  html, body {
    overflow-x: hidden !important;
  }
  .video-banner {
    min-height: 30vh !important;
    margin-top: 80px !important;
  }
  .video-banner video {
    width: 100% !important;
    height: 100% !important;
  }
  .bb-logo-repeater .bb-nav-arrow {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */