.module-article{
    color: white !important;
}
.client{
    background: url(/img/fond-select1-home.jpg);
    background-size: cover;
    height: 188px;
}
.sport{
    background: url(/img/fond-select2-home.jpg);
    background-size: cover;
    margin-top: 15px;
    height: 188px;
}
.client h2{
    margin-left: 15px !important;
    color: #da4b17;
    font-size: 2rem !important;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    background: #fff;
    padding: 15px 20px 10px 20px;
    text-transform: uppercase;
    display: inline-block;
    margin: 30px 0 0 6%;
}
.sport h2{
    margin-left: 15px !important;
    font-size: 34px;
    width: 69%;
    margin-left: 16px;
    color: #1b67c1;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    background: #fff;
    padding: 15px 20px 10px 23px;
    text-transform: uppercase;
    display: inline-block;
    margin: 30px 0 0 6%;

}
.client #valider1{
    color: #da4b17;
    font-family: 'Oswald', sans-serif;
    font-size: 22px !important;
    height: 54px;
    background: #fff;
    padding: 12px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
    vertical-align: bottom;
}
.client span {
    font-family: 'Oswald';
    font-size: 19px;
    padding: 0 !important;
    margin: 0 0 0 10px;
    position: relative;
    top: 12px;
}
@media(max-width:1400px){
    .client span{
        font-size: 15px;

    }
    .sport h2{
        font-size:23px;
    }
}
.client .contenu .btn-valide, .sport .contenu .btn-valide{
    width:20%;
}
.sport #valider2{
    color: #1b67c1;
    font-family: 'Oswald', sans-serif;
    font-size: 22px !important;
    height: 54px;
    background: #fff;
    padding: 12px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
    vertical-align: bottom;

}
.contenu{
    margin-top: 20px;
}
.selection{
    height: 54px !important;
}
@media screen and (max-width: 1200px){
  .title.responsive{
  display: flex;
  flex-direction: column;
}
  .title.responsive span{
      margin: 0 0 12px 16.5px !important;
  }
  .client h2{
  font-size: 1.7rem !important;
  width: 11.5rem;
  }
}
@media (max-width:575px){
    .client{
        background: url(/img/fond-select1-home.jpg);
        background-size: cover;
        height: auto !important;
    }
    .sport{
        background: url(/img/fond-select2-home.jpg);
        background-size: cover;
        margin-top: 15px;
        height: auto !important;
    }
   
    
    }

.seo-txt-home .seo-txt-home-content blockquote{
    border-left: 5px solid #eeeeee;
    padding: 9px 18px;
    margin: 0 0 18px;
}
.seo-txt-home .seo-txt-home-content blockquote p{
    font-weight: bold;
    font-size: 16.25px;
    line-height: 1.25;
}