@media print{
    body{
        width: 100%;
        margin: 0 auto;
        padding: 0;
    } 
    nav,audio,.presentation-text > a{
        display: none !important;
    }
    #logo-decoration img{
        margin: 2.5rem 43% 0;
        width: 15%;
        height: 15%;
    }
    .interest{
        width: 80%;
        margin: 1rem auto;
    }
    .interes-title{
        margin: 0.1rem;
    }
    .cadre-form{
        margin: auto;
        width: 50%;
        box-shadow: none;
    }
    input{
        background: none;
    }
    textarea {
        height: 5rem;
    }
    #scroll-vedette{
        display: flex;
        gap: 1rem;
        margin: 0 0 1rem;
        padding: 1.2rem 5% .1rem;
    }
    .info-plus > a{
        display: none !important;
    }
    .info-plus >.interes-title{
        color: black;
    }
	.screen{
		margin-top:20%;
        margin-left: 25%;
        margin-right: 25%;
    }
    .gateway > h2{
        font-size: 1.8rem;
        line-height: 1.5rem;
        margin-bottom: 1.1rem;
    }
    .gateway > h2 > span{
        font-size: 1.4rem;
    }
    .gateway > h3{
        font-size: 1.7rem;
        font-weight: 550;
    }
}