.plyr--full-ui input[type=range],.plyr__progress input[type=range]{
    color: orange!important;
  }
  .plyr__controls .plyr__controls__item svg  {
    fill:white!important;
}
.plyr__controls .plyr__controls__item.plyr__time {
    color:white!important;
}
  
  .plyr__control--overlaid {
    background: rgba(255, 255, 255, 0.8)!important;
  }
  
  .plyr--video .plyr__control.plyr__tab-focus,
  .plyr--video .plyr__control:hover,
  .plyr--video .plyr__control[aria-expanded=true] {
    background: orange!important;
  }
  
  .plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 5px rgba(255,255,0, .5)!important;
  }
  
  .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
    background: orange!important;
  }

html {
    scroll-behavior: smooth;
  }

header {
    background: url(/wp-content/uploads/header-cfia2.jpg) center no-repeat!important;
    background-size: cover;
    min-height: 334px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
  }
  .videoWrapper video {
    max-width: 100%;
    height:auto;
    object-fit: cover !important;
    background-color: white!important;
  }
  
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.cfia .intro {
    margin-top: 40px;
}

.cfia .intro .ctas {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.cfia .intro .ctas .cta {

}
.cfia .intro .ctas .cta a {
    display: block;
    padding: 0.8em;
    text-decoration: none;
    background: #2c3273;
    color:#fff;
    margin-right : 30px;
    border-radius: 8px;
    font-size: 0.8em;
}
.cfia .intro .ctas .cta:nth-child(2) a {
    background-color: #f08468;
}

.cfia .intro h1 {
    font-size: 30px;
    font-weight: 600;
    border-left: 5px solid #2c3273;
    padding: 0 20px 0 38px;
    line-height: 40px;
}
.cfia .intro h1 strong {
    font-weight: 800;
}

.cfia .intro .lead {
    margin-top: 3em;
    font-size: 1.15em;
}

.cfia .blog {
    margin-top: 100px;
}
.cfia .blog.col {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    border-bottom: 1px solid #fff;
}
.cfia .blog .col:hover {
    background-color: #00000005;
    border-bottom: 1px solid #f08468;
}
.cfia .blog h1 {
    font-size: 30px;
    font-weight: 600;
    border-left: 5px solid #2c3273;
    padding: 0 20px 0 38px;
    line-height: 40px;
    margin-bottom: 40px;
}

.cfia .blog h1:before {
    content: 'Découvrez notre expertise';
    position: absolute;
    display: block;
    top: -38px;
    left: 0;
    font-size: 0.5em;
    color: #505050;
    text-transform: uppercase;
}
.cfia .blog img {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.cfia .blog h3 {
    font-size: 18px;
    margin: 0;
}

.cfia .blog .cat {
    color: #505050;
    font-size: 12px;
}
.cfia .blog a:hover {
    text-decoration: none;
}

.cfia.chiffres {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.cfia.chiffres .col {
    color: #fff!important; 
    font-weight: bold;
}



.cfia .livre {
    margin-top: 100px;
}

.cfia .livre h1 {
    font-size: 30px;
    font-weight: 600;
    border-left: 5px solid #2c3273;
    padding: 0 20px 0 38px;
    line-height: 40px;
    margin-bottom: 40px;
}

.cfia .livre h1:before {
    content: 'Une meilleure compréhension de la filtration';
    position: absolute;
    display: block;
    top: -38px;
    left: 14px;
    font-size: 0.5em;
    color: #505050;
    text-transform: uppercase;
}

.cfia .livre #dwlsubmit {
    display: inline-block;
    padding: 0.8em;
    text-decoration: none;
    background: #2c3273;
    color:#fff;
    margin-right : 30px;
    border-radius: 8px;
    font-size: 0.8em;
    max-width: 377px;
    margin-top: 1em;
}

.cfia .livre label {
    margin-bottom: -0.5rem!important;
}

.cfia.contact {
    background: #2c3273;
    padding:2em;
}
.cfia.contact h1 {
    font-size: 30px;
    font-weight: 600;
    border-left: 5px solid #ffffff;
    color: #fff;
    padding: 0 20px 0 38px;
    line-height: 40px;
    margin-bottom: 40px;
}
.cfia.contact label {
    color: #fff;
    margin-bottom: -0.5rem!important;
}
.cfia.contact img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.cfia.contact textarea { 
    height: 85px;
}

#wpcf7-f19652-o1 p {
    margin-bottom: 0!important;
    line-height: 1;
}
#wpcf7-f19652-o1 .row {
    margin: 0;
    padding: 0;
}