@media only screen and (max-width: 640px) {
    .p-yes{
        text-align: center;
    }
    .p-yesd{
        text-align: center;
        margin-top: 10px !important;
    }
}

@media only screen and (max-width: 640px) {

    p{
        font-size: 16px !important;
    }
    h1{
        font-size: 2em !important;
    }

    h2{
        font-size: 1.6em !important;
    }
    .p-yes{
        text-align: center;
    }
    .p-yesd{
        text-align: center;
        margin-top: 10px !important;
    }
}

@media only screen and (max-width: 320px) {

    p{
        font-size: 14px !important;
    }
    h1{
        font-size: 9vw !important;
    }
    h2{
        font-size: 1.2em !important;
    }
    .p-yes{
        text-align: center;
    }
    .p-yesd{
        text-align: center;
        margin-top: 10px !important;

    }
}
@media only screen and (max-width: 160px) {

    p{
        font-size: 10px !important;
    }
    h1{
        font-size: 8vw !important;
    }
    h2{
        font-size: 1em !important;
    }
    .p-yes{
        text-align: center;
    }
    .p-yesd{
        text-align: center;
        margin-top: 10px !important;
    }
}
.dl{
    padding-top: 0% !important;
}
.citation{
    padding: 2%; 
}

.titre{
    padding: 2%;
    font-weight: 600;
    text-transform: uppercase;
    color: #060606;
    line-height: 1.8;
    background-color: white;
}

.tete{
    background-image: url('../img/banderole-Youtubeurs-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 12%;
}

.banner-titre{
    background-color: rgba(172, 162, 162, 0.1);
    padding: 4%;
}

.copyr{
    color:white;
    background-color: #0b0b0d;
}

.salon{
    background-color: #272727;
    color: #d4d4d4;
    padding: 4%;
}
.salon p{
    font-size: 18px;
}

.salon h2{
    text-transform: uppercase;
    color: white;
}
.del{

    background-color: #272727;
    color: #d4d4d4;
    font-size: 18px;
    padding: 6%;
}

.del h2{
    color:white;
}

hr{
    text-align: left;
    color: azure;
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #ccc;
    padding: 0; 
    margin: 0;
}

.yes{
    padding: 4% !important;
}

.p-yesd{
    margin-top: 6%;
}

.partenaire-titre{
    padding-bottom: 0% !important;
}

.boutton{
    margin-top: 2%;
    margin-left: 42%;
}



.zoom div img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.zoom div:hover img {
    filter: grayscale(1);
    -webkit-transform: scale(0.90);
	transform: scale(0.90);
}

.youtuber-box{
    overflow: hidden;
    position: relative;
}

.youtuber-title{
    position: absolute;
    bottom: 0;
    display: block;
    z-index: 8250;
    text-align: center;
    font-size: 1rem;
    background-color: #ff0000;
    transition: background-color, line-height, 0.2s ease-in-out;
    color: white;
    padding: 9px 15px;
    transform: translateY(50px);
}

.youtuber-box:hover .youtuber-title{
    transform: translateY(9px);
}

.ytb{
    width: 250px;
    height: 250px;
    margin: 10px;
}
#youtubers{
    margin-top: 80px;
}

.img-thumbnail{
    padding: 0 !important;
    border: none;
}
 