@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;700&family=Oxygen:wght@300;400;700&display=swap');
.fa,
.fab,
.fal,
.far,
.fas {
	font-family: "Font Awesome 6 Pro" !important;
}
p {
    line-height: 1.5 !important;
}
.invalid-feedback,
.yp-form__alert.yp-alert--error {
  display: block;
}
.yp-extension--tracker{
  margin-top:1% !important;
}
.yp-tracker__btn{
    background-color:#ffce27 !important;
  width:250px;
}
.yp-col--portalier-1 {
    font-size: 16px !important;
}
.yp-slider__caption {
    background-color: rgba(0, 111, 172, 0.7) !important;
    color: white !important;
}
.yp-form__group-check {
    position: relative;
    display: inline !important;
    padding-left: 2rem!important;
}
.yp-articles-list__thumb-img {
 object-fit: contain !important;
}

.yp-container--content .yp-article-single__featured img {
  opacity: initial !important;
}
.yp-article-single__gallery img {
    opacity: initial !important;
}

.yp-row--intro .yp-article-single__header .yp-title,
.yp-container--content .yp-article-single__header {
  color: #00aff2 !important;
}
  
body[class*="realisations"] .yp-container--content .no--hover .yp-articles-list__thumb img {
  height: auto;
}

.header + div p {
  font-weight: 700;
  margin: -19px 0 5px;
}

.yp-container--content .yp-article-single__body {
  max-width: 820px !important;
  width: 100% !important;
}

@media (min-width: 768px) {
  body[class*="realisations"] .yp-container--content .yp-articles-list__item {
    flex: 0 0 calc(50% - 30px);  	    
  }
}
  
@media (max-width: 768px) {
   .yp-container--content .yp-article-single__featured img {
     height: 100%;
     object-fit: cover;
  }
  
  table td {
    display: block;
  }
  
  table td > *[style*="margin-"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .yp-row--slider {display: none; }
  .yp-slider__caption {
    bottom: 40px;
    padding: 2px 15px !important;
    position: absolute;
  }
  .yp-slider__withtitle {
    border: 0 !important;
  }
}
.yp-form__group-check {
    position: relative;
    display: inherit!important;
    padding-left: 2rem!important;
}


.tracker-text {
	cursor: pointer;
}

.yp-article-single--30755 .yp-article-single__body p:last-child {
	display: flex;
  	flex-wrap:wrap;
  	justify-content: space-evenly;
}

.yp-article-single--30755 .yp-article-single__body p:last-child > .btn{
	margin-bottom: 2rem;
}

.yp-col--entreprise-2 .yp-article-single__body table img.loaded {
 position: relative !important;
}

/* Affichage temporaire pour le 1er slide "Les immanquable de l'Automne" */

.yp-slider__item[data-slick-index="0"] .yp-slider__img {
  background-color: #f3f3f3;
  object-fit: contain;
}

@media (max-width: 768px) {
  .yp-row--slider {
    display: block;
  }

  .yp-slider__item[data-slick-index="0"] .yp-slider__img {
	position: relative;
    width: 200%;
    max-width: none;
    margin-left: -100%;
    object-fit: initial;
  }
}


.yp-row--avis .yp-article-single__header {
  height: 70px;
}