@media screen and (min-width: 769px) and (max-width: 992px){
@font-face{
    font-family: Candarab;
    src: url("../font/Candarab.ttf");
}
@font-face{
    font-family: BRLNSR;
    src: url("../font/BRLNSR.TTF");
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body{
    background-color: var(--black);
}
.video-player{
    width: 100%;
    height:28%;
    top:10%;
    margin :0 auto;
    background-color:black;
    position :fixed;
    display :none;
    border-radius:6px;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 15);
    border-top:2px solid red;
    border-left:2px solid red;
    border-right:2px solid red;
    border-bottom: 5px solid red;
    border-radius: 10px;
    z-index:10;
}
.close-btn{
    position: absolute;
    top: 20px;
    left: 10px;
    width: 40px;
    cursor: pointer;
}
.cover{
    display:none;
    position: fixed;
    width: 100%;
    height: 40%;
    margin: 0 auto;
    border: 1px solid transparent;
    border-radius :10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 15);
    background: linear-gradient(-45deg,#d1312f, #808080, #222);
    background-size: 400% 400%;
    animation: change 10s ease-in-out infinite;
    user-select: none;
    z-index: 3;
}
@keyframes change{
    0%  {background-position:   0% 50%;}
    50% {background-position: 100% 50%;}
    100%{background-position:   0% 50%;}
    }
.resultat{
    display :grid;
    justify-content:center;
    align-content:center;
    align-items:center;
    width :600px;
    height :150px;
    margin: 150px auto;
    padding :10px;
    border:none;
}
.astuces{
    color:white;
    font-size: 1.5rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
}
.astuceImg{
    display :flex;
    justify-content:center;
    align-content:center;
    align-items:center;
    background :#222;
    border:1px solid #fff;
    margin :0 auto;
    margin-top:-90px;
    border-radius:50%;
    width :60px;
    height :60px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 15);
    cursor: pointer;
}
.astuceImg img{
    margin :0 auto;
    width :40px;
}
.container{
    display: flex;
    flex-wrap:wrap;
    position: absolute;
    top: 15%;
    width: 100%;
    margin :0 auto;
    margin-bottom: 40px;
    height: auto;
    z-index: 1;
}
.container img{
    border-radius: 6px;
}
@keyframes changeFeature{
    0%  {background-position: 0% 50%;transform:translateY(0px);}
    50% {background-position: 100% 50%;transform:translateY(-1px);}
    100%{background-position: 0% 50%;transform:translateY(0px);}
    }
.feature{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 350px;
    height: 97px;
    margin:0 auto;
    margin-bottom: 40px;
    border-radius: 6px;
    word-wrap: break-word;
    background: var(--feature);
    border: 2px solid #1c1c1e;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 15);
    overflow: hidden;
}
.feature:hover{
    transition:.3s ease-in-out;
    border:2px solid red;
    animation: changeFeature .9s ease-in-out infinite;
}
.couv{
    width: 100%;
}
.playBtn{
    width: 35px;
    height: 35px;
    position: absolute;
    transform: translate(-10%, 80%);
    cursor: pointer;
}
.apercu{
    display: flex;
    justify-content: center;
    float: left;
    width: 150px;
    height: 96px;
    border-radius: 6px;
    background-color: red;
    margin-left: -5px;
    }
    .infos{
    display: flex;
    flex-wrap:wrap;
    grid-gap: 5px;
    justify-content: center;
    width: 190px;
    height: 95px;
    border-radius: 6px;
    }
    .titre{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 55px;
    word-wrap: break-word;
    }
    p {
    font-family: arial;
    font-size: .5em;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    word-wrap: break-word;
    font-weight: 550;
    }
    .responsive {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content:center;
    width: 120px;
    height: 30px;
    }
    .responsive p{
    font-family: arial;
    font-size: .5em;
    color: #818182;
    letter-spacing: 1px;
    text-align: center;
    word-wrap: break-word;
    font-weight: 700;
    }
    @keyframes changeDownload{
    0%  {fill: var(--white);transform:translateY(0px);}
    50% {fill: var(--red);transform:translateY(-5px);}
    100%{fill: var(--white);transform:translateY(0px);}
    }
    .download {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 30px;
    }
    .download svg{
    width:25px;
    }
    .download svg:hover path{
    fill:var(--red);
    transition: .4s ease-in-out;
    transform:translateY(-5px);
    animation: changeDownload .9s ease-in-out infinite;
    }
	.section{
    width: 70%;
    height:50px;
    display: block;
    justify-content: center;
    text-align:center;
    border:none;
    border-radius: 6px;
    margin: 0 auto;
    margin-bottom: 40px;
    background: var(--feature);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 15);
	}
	.section span{
    color: white;
    font-size:2.5rem;
	}
	footer{
    display: grid;
    width: 90%;
    justify-content:center;
    margin :0 auto;
    margin-bottom: 50px;
	}
	.reseau{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
	}
	.reseau img{
    background-color:#2B2B2B;
    width: 60px;
    border-radius: 50%;
	}
	.fb:hover {
    background: #0a36f9;
    transition: 0.8s;
	}
	.inst:hover {
    background: #f90a4a;
    transition: 0.8s;
	}
	.copyright{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    width: 55vw;
    margin: 0 auto;
    margin-top: 20px;
    cursor: default;
	}
	.copyright span{
    color: white;
    font-size: .8rem;
	}
}