.videoforumyt {
    width: 600px;
    height: 400px;
    display: block;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#divcolispp {
    text-align: center;
}
.img-fluid{
    max-width:100%;
    height:auto;
}
.h2colispp{
    text-align: center;
    font-size: 1.2rem;
    margin: 2rem;
    margin-top:3rem;
    color: #a529a7;
    font-weight: 600;
}
#conteneur-commande-colis{
justify-content: center;
    text-align: center;
    margin-bottom: 3rem;
    width: 100%;
}


.btn-primary:hover
{
	background-color: #d3b6d3;
	border-color: #d3b6d3;
}
.btn{
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bouton-commande-pp{
    font-family: Hind;
    font-weight: 600;
    color: #fff;
    background-color: #a529a7;
    border-color: #a529a7;
    margin:2rem;
}


/*tablette*/
@media screen and (max-width: 767px) {
.videoforumyt {
		height: 300px;
		width: 100%;
    }
}
      