.divPlugins{
    padding-top: 1em;
}
hr{
    width: 60%;
    margin-top: 3%;
    margin-bottom: 3%;
    background-color: #d2d2d2;
    border: none;
    height: 2px;
}

#slideshow{
    height: 25em;
    position: relative;
}
.slider{
    height: 100%;
    
}
.titreSlider{
    color: #0f83cc;
    position: absolute;
    top: 29%;
    margin: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 10000;
    font-family: 'nunito';
    font-size: 34px;
    width: 100%;
    text-shadow: 1px 2px gray;
}
.titreSlider img{
    width: 12%;
    border-radius: 50%;
    border: 2px solid gray;
}
.slider img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: none;
    opacity: 0.3;
}
#videoPresentation{
    margin-top: 1%;
    text-align: center;
}
#videoPresentation video{
    width: 32%;
}

.slider img.active {
    display: block;
    animation: fade 1s;
  }
  @keyframes fade {
    from {
      opacity: 0;
    }
    to {
      opacity: 0.3;
    }
  }

#sActualites{
    display: flex;
    flex-direction: column;
    align-items: center;

}
#sActualites h1{
    color: #0f83cc;
    font-size: 2em;
    margin: 0;
}
.divActualites a{
    text-decoration: none;
    color: #424643;
    font-family: 'nunito';
    padding-left: 3%;
    margin-left: 33%;

}

.divActualites a:hover{
    color: #424643;

}

.divActualites{
    display: flex;
    flex-direction: column;
    margin-bottom: 2%;
    margin-top: 1%;
    width: 100%;
    justify-content: center;
    height: 10em;
    padding-top: 1%;
}
.actualite{
    padding-bottom: 1%;
    font-size: 20px;
    background-image: url('../img/balleTennisActu.png');
    background-repeat: no-repeat;
}



.trainingAddictDiv{
    display: flex;
    justify-content: center;
    width: 100%;
}

.hrefTrainingAddictTexte{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 5%;
    width: 50%;
    

}
.hrefTrainingAddictTexte a{
    text-decoration: none;
    color: #424643;
    font-size: 20px;
}
.hrefTrainingAddictTexte a:hover{

    color: #424643;
}

.hrefTrainingAddictLogo{
    width: 50%;
}

.imgTrainingAddict{
    width: 13%;
}
.imgTrainingAddict:hover{
    box-sizing: border-box;
    border: 2px solid #0f83cc;
}







#sQSN-NVP{
    font-family: 'nunito';
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    justify-content: space-around;
}
#sQSN-NVP div h2{
    text-align: center;
    color: #0f83cc;
}

.divQSN{
    border-right: 1px solid grey;
    padding-right: 2%;
    width: 50%;
}

.pepsSportSante{
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.divQSN p{
text-align: center;
}

.divNVP{
    border-left: 1px solid grey;
    padding-left: 2%;
    width: 50%;
    display: flex;
    flex-direction: column;
}

.divNVP ul li{
    list-style-type: none;
}

.divNVP div{
    width: 100%;
    text-align: center;
}
.divNVP div ul{
    padding: 0;
}
.divNVP div div{
    display: flex;
    justify-content: space-around;
}



.divNVP div img{
    width: 10%;
}

.hrefSportSante{
    width: 50%;
}

.hrefPeps{
    width: 20%;
}

.logoPeps{
    width: 100%;
}

.logoSportSante{
    width: 100%;
}

.pepsSportSante div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.liveCourts{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
}



@media screen and (max-width: 1280px){
}

@media screen and (max-width: 750px){
    #slideshow{
        height: 13em;
    }
    .titreSlider{
        font-size: 19px;
    }
    .titreSlider img{
        width: 8em;
    }
    .divActualites  a{
        padding-left: 5%;
    }
    .divNVP div img{
        width: 20%;
    }
    .hrefTrainingAddictLogo{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #videoPresentation video{
        width: 50%;
    }
    .liveCourts{
        display: flex;
        flex-direction: column;
    }

    .liveCourt1 iframe, .liveCourt2 iframe{
        width: 75%;
        height: 75%;
    }

}

@media all and (max-width: 480px)
{
    .titreSlider{
        font-size: 15px;
    }

    .titreSlider img{
        width: 6em;
    }
    .imgTrainingAddict{
        width: 45%;
    }

    .divActualites  a{
        padding-left: 7%;
        margin-left: 3%;
    }

    .hrefTrainingAddictTexte a{
        text-align: center;
        padding-left: 8%;
    }
    .hrefTrainingAddictTexte{
        font-size: 20px;
    }
    .hrefPeps{
        width: 45%;
    }
    .hrefSportSante{
        width: 65%;
    }

    .divQSN p, .divNVP ul{
        font-size: 0.9em;
    }
    #sQSN-NVP{
        flex-direction: column;

    }
    .divQSN, .divNVP{
        padding: 0;
        width: 100%;
        border: none;
    }
    .divQSN{
        border-bottom: 1px solid grey;
        padding-bottom: 3%;
    }
    .divNVP{
        border-top: 1px solid grey;
    }


}
