@media screen and (max-width: 768px) {
    @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;
    }
    .video-player {
        width: 100%;
        height: 28%;
        top: 10%;
        margin: 0 auto;
        background-color: var(--feature);
        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-radius: 6px;
        z-index: 10;
    }
    .close-btn {
        position: absolute;
        top: 20px;
        left: 10px;
        width: 40px;
        cursor: pointer;
    }
    .cover {
        display:grid;
        justify-content:center;
        align-content:center;
        position: relative;
        width: 350px;
        height: 250px;
        margin: 0 auto;
        z-index: 3;
        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%;
	    position: relative;
		animation: change 10s ease-in-out infinite;
		user-select: none;
  }
  @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 :350px;
    height :150px;
    margin-top:100px;
    padding :20px;
    border:none;
    }
    .astuces{
    color:var(--white);
    text-align: center;
    }
    .astuceImg{
    display :flex;
    justify-content:center;
    align-content:center;
    align-items:center;
    background :var(--black);
    border:1px solid #fff;
    margin :0 auto;
    margin-top:-10px;
    border-radius:50%;
    width :50px;
    height :50px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 15);
    overflow:hidden;
    }
    .astuceImg img{
    margin :0 auto;
    width :30px;
    }
    .container {
        display: block;
        flex-direction: column;
        position: absolute;
        top: 40%;
        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;
        width: 355px;
        height: 107px;
        margin: 0 auto;
        margin-bottom: 30px;
        border:1px solid var(--feature);
        border-radius: 6px;
        word-wrap: break-word;
        background-color: var(--feature);
        box-shadow: 0 4px 30px rgba(0, 0, 0,1);
    }
    .feature:hover{
    	transition:.3s ease-in-out;
    	border:1px solid red;
    	animation: changeFeature .9s ease-in-out infinite;
    }
    .couv {
        width: 150px;
    }
    .playBtn {
        width: 40px;
        height: 40px;
        position: absolute;
        transform: translate(-10%, 80%);
        cursor: pointer;
    }
    .apercu{
    display:flex;
    justify-content:center;
    width: 150px;
    height: 105px;
    border-radius: 6px;
    }
    .infos{
    display: flex;
    flex-wrap:wrap;
    grid-gap: 5px;
    justify-content: center;
    width: 200px;
    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: .8em;
    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: right;
    align-items: center;
    width: 60px;
    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: 180px;
        display: flex;
        justify-content: center;
        border-radius: 6px;
        margin: 0 auto;
        margin-bottom: 30px;
        background: var(--feature);
        border: 2px solid #1c1c1e;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 15);
    }
    .section span {
        color: var(--white);
        padding: 7px;
    }
    footer {
        display: grid;
        justify-content: center;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .reseau img {
        background-color: var(--img);
        width: 60px;
        border-radius: 50%;
    }
    .fb:hover {
        background: var(--blue);
        transition: 0.8s;
    }
    .inst:hover {
        background:var(--rose);
        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: var(--white);
        font-size: .8rem;
    }
}