/*****--**--****-|SECTION 4 - Print|-****--**--*****/
    #sectionprint{
        background-color: darkorange;
    }

    #sectionprint h1{
        color: black;
    }

    #sectionprint article{
        display: flex;
    }

    #sectionprint article div{
        width: 60%;
        padding: 21px 0 0 21px;
    }

    #sectionprint article div h2{
        text-transform: uppercase;
        font-size: 4vw;
        padding: 6px 0;
        display: inline-block;
        padding: 11px;
    }

    #sectionprint article div h2:hover{
        color: white;
    }

    #sectionprint article aside{
        width: 40%;
        padding: 21px;
    }

    #sectionprint article aside img{
        width: 100%;
    }

    /*****--**--****-|Responsive Tablette - Print|-****--**--*****/
        @media screen and (max-width: 960px){
            #sectionprint article{
                flex-direction: column;
            }

            #sectionprint article div, #sectionprint article aside{
                width: 100%;
            }

            #sectionprint article div h2{
                display: block;
                font-size: 7vw;
                margin: -2vw 0;
            }
        }
    /*****--**--****-|Responsive Tablette - Print|-****--**--*****/

    /*****--**--****-|Responsive Mobile - Print|-****--**--*****/
        @media screen and (max-width: 576px){

        }
    /*****--**--****-|Responsive Mobile - Print|-****--**--*****/
/*****--**--****-|SECTION 4 - Print|-****--**--*****/
