@media screen and (min-width: 1000px) {
    @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;
    }
    .idePc {
        display: none;
    }
    .video-player {
        width: 45%;
        left: 50%;
        top: 52%;
        transform: translate(-107%, -60%);
        position: fixed;
        display: none;
        border-top:1px solid rgb(207, 92, 92);
        border-bottom: 5px solid red;
        border-radius: 10px;
    }
    video:focus {
        outline: none;
    }
    .close-btn {
        position: absolute;
        width: 40px;
        height: 40px;
        transform: translate(-270%, 40%);
        cursor: pointer;
    }
    .cover {
        display: flex;
        flex-wrap: wrap;
        position: fixed;
        width: 42%;
        height: 57%;
        margin: 150px 50px;
        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;
    }
    @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 :750px;
        height :150px;
        margin-top:100px;
        padding :80px;
        border:none;
    }
    .astuces{
        color:var(--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:-10px;
        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-direction: column;
        position: absolute;
        top: 17%;
        left: 42%;
        width: 50vw;
        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;
        grid-gap:5px;
        width: 42vw;
        height: 9vw;
        margin-left: 100px;
        margin-bottom: 40px;
        border-radius: 10px;
        word-wrap: break-word;
        background: #1c1c1e;
        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;
    }
    .playBtn {
        width: 2.5vw;
        height:2.5vw;
        transform: translate(-325%, 145%);
        cursor: pointer;
    }
    .apercu{
        display: flex;
        width: 15vw;
        height: 9.5vw;
        border-radius: 6px;
    }
    .couv{
        width:100%;
    }
    .infos{
        display: flex;
        flex-wrap:wrap;
        justify-content: center;
        width: 25vw;
        height: 140px;
        border-radius: 6px;
    }
    .titre{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 25vw;
        height: 4vw;
        word-wrap: break-word;
    }
    p {
        font-family: arial;
        font-size: .9em;
        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: 17.5vw;
        height: 5vw;
        margin-top: -35px;
    }
    .responsive p{
        font-family: arial;
        font-size: .8em;
        color:var(--gray);
        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: 3vw;
        height: 5vw;
        margin-top: -35px;
    }
    .download svg{
    width:37px;
    }
    .download svg:hover path{
    fill:var(--red);
    transition: .4s ease-in-out;
    transform:translateY(-5px);
    animation: changeDownload .9s ease-in-out infinite;
    }
    .section {
        width: 200px;
        display: flex;
        justify-content: center;
        border: none;
        border-radius: 6px;
        margin: 20px auto;
        margin-bottom: 20px;
        background: var(--feature);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 15);
    }
    .section span {
        color: var(--white);
        padding: 10px;
    }
    footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 400px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .reseau img {
        background-color: #2B2B2B;
        width: 60px;
        border-radius: 50%;
    }
    .fb:hover {
        background:var(--blue);
        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: 15vw;
        margin-top: 20px;
        cursor: default;
    }
    .copyright span{
        color: var(--white);
        font-size: .8rem;
    }
}