.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Regular.ttf) format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Light.ttf) format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Medium.ttf) format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Bold.ttf) format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Black.ttf) format('truetype');
  font-weight: 900;
}
@font-face {
  font-family: 'League Gothic';
  src: url(../fonts/LeagueGothic-Regular-VariableFont_wdth.ttf) format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?ehux8t');
  src: url('../fonts/icomoon.eot?ehux8t#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?ehux8t') format('truetype'), url('../fonts/icomoon.woff?ehux8t') format('woff'), url('../fonts/icomoon.svg?ehux8t#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-telephone:before {
  content: "\e914";
}
.icon-enveloppe:before {
  content: "\e911";
}
.icon-linkedin:before {
  content: "\e912";
}
.icon-guillemet:before {
  content: "\e913";
}
.icon-bulles:before {
  content: "\e900";
}
.icon-chevron:before {
  content: "\e901";
}
.icon-compte:before {
  content: "\e902";
}
.icon-course:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-finish:before {
  content: "\e905";
}
.icon-fleche:before {
  content: "\e906";
}
.icon-immeuble:before {
  content: "\e907";
}
.icon-instagram:before {
  content: "\e908";
}
.icon-loupe:before {
  content: "\e909";
}
.icon-maison:before {
  content: "\e90a";
}
.icon-map-marker:before {
  content: "\e90b";
}
.icon-mont:before {
  content: "\e90c";
}
.icon-natation:before {
  content: "\e90d";
}
.icon-panier:before {
  content: "\e90e";
}
.icon-play:before {
  content: "\e90f";
}
.icon-youtube:before {
  content: "\e910";
}
section.texte-avec-multimedia {
  background-position: top center;
  padding: 96px 0;
  background-size: contain;
  position: relative;
  overflow: hidden;
}
section.texte-avec-multimedia .image-de-fond {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  min-height: 520px;
}
section.texte-avec-multimedia .image-de-fond:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #000000;
  background: linear-gradient(90deg,#000000 0%,rgba(0,0,0,0.61) 100%);
  opacity: .76;
  height: 100%;
}
section.texte-avec-multimedia .image-de-fond img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  z-index: -1;
  transform: translate(-50%,-50%);
  max-width: none;
  height: 100%;
}
section.texte-avec-multimedia.theme-blanc {
  background-image: url(../img/xp-fond-blanc.jpg);
}
section.texte-avec-multimedia.theme-noir {
  background-color: black;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.texte-avec-multimedia.theme-noir {
    background-image: url(../img/xp-fond-noir.jpg);
  }
}
@media screen and (max-width: 768px) {
  section.texte-avec-multimedia.theme-noir {
    background-color: black;
  }
  section.texte-avec-multimedia.theme-noir:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 900px;
    display: block;
    background-image: var(--fond-noir-section);
    z-index: 0;
  }
}
section.texte-avec-multimedia.theme-noir .container {
  position: relative;
  z-index: 1;
}
section.texte-avec-multimedia.theme-rouge {
  background-image: url(../img/xp-fond-rouge.jpg);
}
section.texte-avec-multimedia.theme-rouge .textuel .accroche {
  color: #FFFFFF;
}
section.texte-avec-multimedia.theme-rouge .textuel .boutons .bouton {
  background-color: #000000;
}
section.texte-avec-multimedia.theme-rouge .textuel .boutons .bouton:before {
  background-color: #FFFFFF;
}
section.texte-avec-multimedia.theme-rouge .textuel .boutons .bouton:hover {
  color: #E10819;
}
section.texte-avec-multimedia:not(.theme-blanc) .textuel {
  color: #FFFFFF;
}
section.texte-avec-multimedia .textuel .boutons {
  margin-top: 47px;
}
section.texte-avec-multimedia .textuel .boutons .bouton {
  margin-right: 25px;
}
section.texte-avec-multimedia .textuel .boutons .bouton:last-child {
  margin-right: 0;
}
section.texte-avec-multimedia .visuel .carousel .swiper .swiper-wrapper {
  margin-bottom: 41px;
}
section.texte-avec-multimedia .visuel .carousel .swiper .swiper-wrapper .swiper-slide .image {
  padding-bottom: 67.95%;
  position: relative;
  overflow: hidden;
}
section.texte-avec-multimedia .visuel .carousel .swiper .swiper-wrapper .swiper-slide .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%,-50%);
  height: 100%;
}
section.texte-avec-multimedia .visuel .carousel .swiper .swiper-pagination {
  position: relative;
  font-size: 0;
  text-align: center;
  z-index: -1;
}
section.texte-avec-multimedia .visuel .carousel .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  margin: 0;
  opacity: .3;
  background-color: #707070;
  margin-right: 5px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
section.texte-avec-multimedia .visuel .carousel .swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
section.texte-avec-multimedia .visuel .carousel .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
section.texte-avec-multimedia .visuel .carousel .swiper .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}
section.texte-avec-multimedia .visuel .carousel .swiper .swiper-buttons {
  position: relative;
}
section.texte-avec-multimedia .visuel .carousel .swiper .swiper-buttons div[class*="swiper-button-"] {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #707070;
  width: auto;
  height: auto;
  font-size: 22.17px;
  height: 22.17px;
  position: static;
}
section.texte-avec-multimedia .visuel .carousel .swiper .swiper-buttons div[class*="swiper-button-"] i {
  display: inline-block;
}
section.texte-avec-multimedia .visuel .carousel .swiper .swiper-buttons div[class*="swiper-button-"]:after {
  display: none;
}
section.texte-avec-multimedia .visuel .carousel .swiper .swiper-buttons div[class*="swiper-button-"].swiper-button-prev {
  float: left;
  margin-left: 5%;
}
section.texte-avec-multimedia .visuel .carousel .swiper .swiper-buttons div[class*="swiper-button-"].swiper-button-prev i {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
section.texte-avec-multimedia .visuel .carousel .swiper .swiper-buttons div[class*="swiper-button-"].swiper-button-next {
  float: right;
  margin-right: 5%;
}
section.texte-avec-multimedia .visuel .carousel .swiper .swiper-buttons div[class*="swiper-button-"].swiper-button-next i {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
section.texte-avec-multimedia .visuel .carousel .swiper .swiper-buttons div[class*="swiper-button-"]:hover {
  color: #E10819;
}
section.texte-avec-multimedia .visuel .nf-form-cont .nf-form-content .nf-row {
  margin: 0 -12px;
}
section.texte-avec-multimedia .visuel .nf-form-cont .nf-form-content .nf-row .nf-cell {
  padding: 0 12px;
}
section.texte-avec-multimedia .visuel .nf-form-cont .nf-form-content .nf-field-container {
  margin-bottom: 17px;
}
section.texte-avec-multimedia .visuel .nf-form-cont .nf-form-content .nf-field-container.submit-container {
  margin-top: 26px;
  margin-bottom: 31px;
}
section.texte-avec-multimedia .visuel .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element input {
  border-radius: 0;
}
section.texte-avec-multimedia .visuel .nf-form-cont .nf-form-content .nf-field-container.html-container {
  margin: 0;
}
section.texte-avec-multimedia .visuel .nf-form-cont .nf-form-content .nf-field-container.html-container .nf-field-element {
  font-size: 14px;
  line-height: 20px;
  max-width: 354px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  section.texte-avec-multimedia .textuel .boutons {
    margin-top: 30px;
  }
  section.texte-avec-multimedia .textuel .boutons .bouton {
    margin-left: 0;
  }
  section.texte-avec-multimedia .visuel .carousel .swiper .swiper-buttons div[class*="swiper-button-"] {
    font-size: 16px;
    height: 16px;
  }
  section.texte-avec-multimedia .visuel .nf-form-cont .nf-form-content .nf-field-container.submit-container {
    margin-top: 0px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  section.texte-avec-multimedia {
    padding: 30px 0;
  }
  section.texte-avec-multimedia .textuel {
    margin-bottom: 20px;
  }
  section.texte-avec-multimedia .textuel .boutons {
    margin-top: 20px;
  }
  section.texte-avec-multimedia .textuel .boutons .bouton {
    margin-right: 15px;
  }
  section.texte-avec-multimedia .textuel .boutons .bouton:last-child {
    margin-right: 0;
  }
  section.texte-avec-multimedia .visuel .nf-form-cont .nf-form-content .nf-field-container.html-container .nf-field-element {
    font-size: 12px;
    line-height: 16px;
  }
}
.postid-5607 .row .visuel {
  margin-top: auto;
  margin-bottom: auto;
}
.postid-5607 .row .swiper {
  margin-top: auto;
  margin-bottom: auto;
}
.postid-476 .row img[src="https://yottaxp.com/wp-content/uploads/2023/11/prize-money-Yotta-XP-600x304.png"] {
  max-width: 600px;
}
@media screen and (max-width: 600px) {
  .postid-476 .row img[src="https://yottaxp.com/wp-content/uploads/2023/11/prize-money-Yotta-XP-600x304.png"] {
    max-width: 425px;
  }
}
