:root {
  • -primary-color: #8fb955;
  • -secondary-color-1: #2b5456;
  • -secondary-color-2: #D78958;
  • -neutral-color: #333;
  • -neutral-soft-color: #b0b1b3;
  • -neutral-light-color: #fff;
  • -success-color: #3cab3b;
  • -danger-color: #d8604c;
  • -warning-color: #D78958;
  • -main-text-color: var(--neutral-color);
  • -main-text-fontsize: 18px;
  • -main-text-lineheight:1.4em;
  • -main-text-fontfamily: 'Source Sans Pro', sans-serif;
  • -main-selected-text-bg:rgb(254, 224, 52);
  • -main-bg-color:white;
  • -main-container-bg-color:transparent;
}
.bouton-espace .btn {
  • margin:5px;
}
.navbar-brand img {
max-height: 75px;
width: auto;
margin-top: -28px;
}
.navbar-nav > li > a {
  • text-transform: uppercase;
}

#yw-header h1 {
  • color: var(--secondary-color-1);
  • font-size: 4em;
  • font-weight: bold;
  • text-transform: uppercase;
}

h1,h2,h3,h4,h5,h6 {
  • font-family: 'Playfair Display', serif;
    • line-height:1.1em;
    • color:var(--secondary-color-1);
}

h1 {
  • color: var(--primary-color);
  • font-size: 2.5em;
}
.accueil-col-light .article {
margin-bottom:1em;
}
.accueil-col-light .img-blog {
width:124px;
}
.accueil-col-light .title-article {
font-size:1.1em;
}
.accueil-col-light .desc {
font-size: 14px;
line-height: 1.2em;
margin:0;
}
.accueil-col-light .link-more {
font-size: 14px;
}
.footer {
  • border-bottom: var(--secondary-color-1);
}

.footer a {
  • color: var(--secondary-color-1);
}

.footer::after {
  • background-color: var(--secondary-color-1);
}
#yw-footer .list-unstyled ul {
  • padding-left: 0;
  • list-style: none;
}

.id33 .BAZ_label {display:none}
.id33 [data-id=bf_chapeau]{font-size:1.2em;}

.attached_file > a {
overflow:hidden;
display:block;
}
.cards img {
width:260px;
height:150px;
object-fit: cover;
  • object-position: center;
  • webkit-transform: scale(1);
  • transform: scale(1);
  • transition: opacity 0.3s ease,transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94),-webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);

}
.cards img:hover, .bigcards img:hover {
/transform: scale(1.2);/
}
.cards h2 {
font-size:1.35rem;
}

.bigcards img {
width:520px;
height:300px;
object-fit: cover;
object-position: center;
  • webkit-transform: scale(1);
    • transform: scale(1);
    • transition: opacity 0.3s ease,transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94),-webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.bigcards h2 {
font-size:1.35rem;
}