@media screen and (max-width:1920px) and (min-height:1080px){
    .cover{
        height: 50vh;
    }
    .cover .text a{
        width: 50%;
    }
    .cover .text p{
        font-size: 1.2rem;
    }

    .about p{
        font-size: 1.2rem;
    }

    .proced{
        height: 50vh;
    }

    .reglement{
        font-size: 2rem;
    }

    .contacts div{
        font-size: 1.2rem;
    }
}
@media screen and (min-width:1025px) and (max-width:1200px) {
    .cover{
        height: 30vh;
    }
    .about a{
        padding:15px;
    }

    .proced{
        height: 25vh;
    }

    .steps .step{
        width: 30%;
    }
    .step h2{
        font-size: 1.2rem;
    }

    .contacts{
        height: 10vh;
    }
}

@media screen and (min-width:769px) and (max-width:1024px) {
    .cover{
        height: 30vh;
    }
   	.cover .text a, .cover .text a.laureat{
		width:80%;
		font-size:1.2rem;
    }
    .about a{
        padding:15px;
    }

    .proced{
        height: auto;
        padding: 20px;
    }
    .proced .steps{
        width: 100%;
        flex-direction: column;
    }
    .steps .step{
        width: 80%;
        height: 25%;
        margin: 10px 0;
    }
}

@media screen and (min-width:481px) and (max-width:768px){
    .cover{
        height: 50vh;
		display:flex;
		flex-direction:column;
    }
    .cover .text p:nth-child(1){
        font-size: 3rem;
    }
    .cover .text p span{
        margin-right: 5px;
    }
    .cover .logo__illustration{
        width: 80%;
        height: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cover .logo__illustration img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .cover .text{
        width: 60%;
    }

	.cover .text a, .cover .text a.laureat{
		width:100%;
        font-size: 1rem;
		margin-bottom:5px;
    }

    .about a{
        padding:15px;
    }

    .proced{
        height: auto;
        padding: 20px;
    }
    .proced .steps{
        width: 100%;
        flex-direction: column;
    }
    .steps .step{
        width: 80%;
        height: 25%;
        margin: 10px 0;
    }

    .contacts{
        width: 100%;
        height: 30vh;
        display: flex;
        flex-direction: column;
    }
    .contacts div{
        width: 100%;
    }
    .contacts div i{
        font-size: 2rem;
    }
}
@media screen and (min-width:320px) and (max-width:480px) {
    .cover{
        width: 100%;
        height: 70vh;
        box-sizing: border-box;
		display:flex;
		flex-direction:column;
        padding-top: 20px;
    }

    .cover .logo__illustration{
        width: 100%;
        height: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cover .logo__illustration img{
        width: 100%;
        height: 100%;
    }
    .cover .text{
        width: 100%;
        height: 60%;
    }
    .cover .text p{
        font-size: 1rem;
    }
    .cover .text p span{
        margin-right: 5px;
    }
    .cover .text p:nth-child(1){
        text-transform: uppercase;
        font-size: 3rem;
        margin-bottom: 0;
        color: #E4CD6F;
    }
    .cover .text a, .cover .text a.laureat{
        font-size: 12px;
		margin-bottom:5px;
    }

    .about a{
        padding: 10px;
    }

    .proced{
        width: 100%;
        height: auto;
        padding: 20px;
    }
    
    .proced .steps{
        width: 100%;
        flex-direction: column;
    }
    .steps .step{
        width: 100%;
        height: 25%;
        margin: 10px 0;
    }
    .step h2{
        font-size: 1.2rem;
    }

    .reglement{
        font-size: 1rem;
    }
    .reglement a{
        font-size: 1.2rem;
    }

    .contacts{
        width: 100%;
        height: 50vh;
        display: flex;
        flex-direction: column;
    }
    .contacts div{
        width: 100%;
    }
    .contacts div i{
        font-size: 2rem;
    }
}
@media screen and (max-width:320px) {
    .cover{
        height: 100vh;
    }
}


/*HEIGHT*/

@media screen and (min-width:1080px) and (max-height:1920px) and (orientation: portrait){
    body{
        background: red;
    }
    .cover .text p{
        font-size: 1rem;
    }
    .cover .text a{
        width: 80%;
        font-size: 1rem;
    }

    .about p{
        font-size: 1rem;
    }

    .reglement{
        font-size: 1.2rem;
    }
}
@media screen and (max-width:1366px) and (min-height:1024px) and (orientation: landscape){
    .cover{
        height: 40vh;
    }

    .proced{
        height: 50vh;
    }
}

@media screen and (max-width:1024px) and (max-height:768px) and (orientation: landscape){

    .cover{
        height: 60vh;
    }
    .contacts{
        width: 100%;
        height: 30vh;
        display: flex;
        flex-direction: column;
    }
    .contacts div{
        width: 100%;
    }
    .contacts div i{
        font-size: 2rem;
    }
}
@media screen and (max-width:812px) and (max-height:600px) and (orientation: landscape) {
    .cover{
        height: 80vh;
    }
    .cover .text a{
        font-size: 1rem;
    }
}
@media screen and (max-height:414px) and (orientation: landscape) {
    .cover{
        height: 100vh;
    }
    .cover .text p span{
        margin-right: 10px;
    }
    .cover .text p:nth-child(1){
        font-size: 3rem;
    }

    .contacts{
        height: 50vh;
    }
}
@media screen and (max-height:320px) and (orientation: landscape) {
    .cover{
        height: 100vh;
    }
    .cover .text a{
        font-size: .8rem;
    }
    .cover .text p:nth-child(1){
        font-size: 2rem;
    }
}