#actulist
{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100% !important;
    text-align: center;
}

.actubox
{
    background-color: rgba(56, 55, 59, 10);
    /* transform: skew(-8deg); */
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
}

.actubox video
{
    position: absolute;
    background-color: black;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.actubox > *
{
    width: 100%;
}

/* *************************************************** */

.actubox
{
    width: 400px;
    min-height: 400px;
}

.actubox > h3
{
    font-weight: bold;
    font-size: large;
    height: 100px;
}

.actubox > .bande
{
    height: 150px;
    width: calc(100% + 20px);
    left: -10px;
    position: relative;
    background-size: cover;
    background-position: center center;
}

@media (orientation: landscape)
{
    @media (max-width: 1700px)
    {
	.actubox
	{
	    width: 300px;
	    height: 300px;
	}
	.actubox h3
	{
	    font-size: medium;
	    height: 70px;
	}
	.actubox > .bande
	{
	    height: 120px;
	}
    }

    @media (max-width: 1500px)
    {
	.actubox
	{
	    width: 250px;
	    height: 250px;
	}
	.actubox h3
	{
	    font-size: small;
	}
	.actubox > .bande
	{
	    height: 100px;
	}
    }
}

@media (orientation: portrait)
{
    #actulist
    {
	padding-top: 50px;
    }
}
