@charset "UTF-8";

@font-face {
    font-family: 'LayGrotesk_Medium'; /* Donne un nom à ta police */
    src: url("font/Lay_Grotesk-Medium_Web/LayGrotesk-Medium.woff") format('woff'); /* Mets le bon chemin vers ton fichier WOFF */
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
	color:#ff0000;
    height: 100%;
	font-family: 'LayGrotesk_Medium';
    overflow: hidden;}


        .carousel, .containp {
            width: 100%; 
            height: 50vh; 
            overflow: hidden;
			margin:50px 0px;
		    padding-bottom: 0px;}




       
        .carousel-cell {
            width: 80%;
            height: 100%; 
			margin: 0px 0px;
			padding: 2px;}

        .carousel-cell img {
            width: 100%; 
            height: 100%; 
            object-fit: contain;}
		
		 .flickity-button {
            display: none;  }
		
		.mini-carousel {
    width: 100%;
    height: 90px; 
    margin: 10px;
    overflow: hidden; 
}

/* Stylisation de chaque cellule dans le mini-carrousel */
.mini-carousel .carousel-cell {
    width: 33%; /* Ajustez la largeur pour afficher plusieurs images en ligne */
    margin: 5px; /* Petit espace entre les cellules */
    padding: 0;
}

/* Images dans les cellules du mini-carrousel */
.mini-carousel .carousel-cell img {
    width: 100%; /* Image prend la largeur complète de la cellule */
    height: auto; /* Conserve le ratio de l'image */
    object-fit: contain; /* Pour un bon ajustement sans déformation */
}
	

 .no-select {
            user-select: none;
            -webkit-user-select: none; /* Support pour Safari/Chrome */
            -moz-user-select: none;    /* Support pour Firefox */
       -ms-user-select: none;     /* Support pour IE/Edge */}



 #coeur {position: absolute;
            z-index: 1000;
            pointer-events: none;
            transition: transform 0.1s ease;}

.contact
{width:25%;}

.logo
{background-image: url("../img/pictogrammes/coeur.svg");
width: 35px;
background-repeat: no-repeat;}

.playground .logo
{background-image: url("../img/contacts/coeurngtv.svg");
width: 35px;
background-repeat: no-repeat;}

#demo
{font-size:0.9em;
padding-right: 15px;}

p
{font-size:0.9em;}

h4
{font-size:2.9em;}

h2
{font-size: 4em;
text-transform: uppercase;}

@media (min-width: 576px) {
	
.contact{width:18%;}
	
#demo
{font-size: 40px;
padding-right: 10px;}

	 .carousel-cell {
            width: 66%; /* Largeur de chaque cellule du carrousel*/
            height: 100%; /* Hauteur de chaque cellule du carrousel */
			margin: 0px 0px;
			padding: 5px;}

.mini-carousel .carousel-cell {
    width: 20%; /* Ajustez la largeur pour afficher plusieurs images en ligne */
    margin: 5px; /* Petit espace entre les cellules */
    padding: 0;}
}


@media (min-width: 768px) {
	
.contact{width:15%;}
#demo
{font-size: 40px;
padding-right: 10px;}

.logo
{background-image: url("../img/contacts/logo.svg");
width: 50%;
background-repeat: no-repeat;}
	
.playground .logo
{background-image: url("../img/contacts/logongtv.svg");
width: 50%;
background-repeat: no-repeat;}
 .carousel-cell {
            width: 46%; /* Largeur de chaque cellule du carrousel*/
            height: 100%; /* Hauteur de chaque cellule du carrousel */
			margin: 0px 0px;
			padding: 0px;}

.mini-carousel .carousel-cell {
    width: 9%; /* Ajustez la largeur pour afficher plusieurs images en ligne */
    margin: 5px; /* Petit espace entre les cellules */
    padding: 0;}}

@media (min-width: 992px) { 
.contact{width:13%;}
#demo
{font-size: 30px;
padding-right: 10px;}

 .carousel-cell {
            width: 46%; /* Largeur de chaque cellule du carrousel*/
            height: 100%; /* Hauteur de chaque cellule du carrousel */
			margin: 0px 0px;
			padding: 0px;}

.mini-carousel .carousel-cell {
    width: 9%; /* Ajustez la largeur pour afficher plusieurs images en ligne */
    margin: 5px; /* Petit espace entre les cellules */
    padding: 0;}

.link-title
{font-size: 2.9em;} }


@media (min-width: 1200px) { 
.contact{width:12%;}
#demo
{font-size: 50px;
padding-right: 10px;}}


@media (min-width: 1400px) { 
.contact{width:10%;}
#demo
{font-size: 60px;
padding-right: 10px;}}




/* cv*/
.cv
{border-style: solid ;
border-color:#ff0000;
border-width: 1px;
border-radius: 50px;
padding: 5px 20px;}

a.cv:hover, a.cv:active
{text-decoration: none;
color: #ffffff;
background-color: #ff0000;
border-style: solid ;
border-color:#ff0000;
border-width: 1px;
border-radius: 50px;
padding: 5px 20px;}


/* lien*/
a:link, a:visited, a 
{text-decoration: none;
color: #ff0000;}

a:active, a:hover
{text-decoration: underline;
color: #ff0000;}

.spotify_link
{background-image: url("../img/about/spotif_blanc.svg");
background-repeat: no-repeat;
background-size: 50%;
height: 100px;}

.spotify_link:hover
{background-image: url("../img/about/spotify_rouge.svg");
background-repeat: no-repeat;
background-size: 50%;
height: 100px;}


/*about*/




/* filet*/
.filet
{height: 1px;
background-color: #ff0000;}

/* Playground*/
.playground
{color: white;
background-color: #ff0000;}

.playwithrandom
{height:700px;
background-color: #ff0000;}

.filetngtv
{height: 1px;
background-color: #ffffff;}

.playground a:link, .playground a:visited
{text-decoration: none;
color: #ffffff;}

.playground a:active, .playground a:hover
{text-decoration: underline;
color: #ffffff;}

.cvngtv
{border-style: solid ;
border-color:#ffffff;
border-width: 1px;
border-radius: 50px;
padding: 5px 20px;
color: #ffffff;
background-color: #ff0000;}

a.cvngtv:hover, a.cvngtv:active
{text-decoration: none;
border-style: solid ;
border-color:#ffffff;
background-color: #ffffff;
color: #ff0000;
border-width: 1px;
border-radius: 50px;
padding:5px 20px;}

.playground .call:link, .playground .call:visited {
    background-image: url("../img/contacts/callngtv.svg");
    width: 200px; 
    height: 200px;
    background-repeat: no-repeat; 
    background-size: contain;
	background-position: center;
    display: inline-block;
    transition: background-image 0.3s;}

.playground .call:hover, .playground .call:active {
    background-image: url("../img/contacts/call.svg");}

.playground .mail:link, .playground .mail:visited {
    background-image: url("../img/contacts/mailngtv.svg");
    width: 200px; /* Réduis la taille pour correspondre */
    height: 200px;
    background-repeat: no-repeat; 
    background-size: contain;
	background-position: center;
    display: inline-block;
    transition: background-image 0.3s;}

.playground .mail:hover, .playground .mail:active {
    background-image: url("../img/contacts/mail.svg");}
/*Fin de playground*/

   .switch {
            position: relative;
            display: inline-block;
            width: 50px;
            height: 27px;}

        /* Cacher l'input */
        .switch input {
            opacity: 0;
            width: 0;
            height: 0;}

        /* Le slider (le tube du switch) */
        .slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ff0000;
            transition: 0.4s;
            border-radius: 34px;}

        /* Le bouton rond à l'intérieur */
        .slider:before {
            position: absolute;
            content: "";
            height: 27px;
            width: 27px;
            background-color:#ffffff;
            transition: 0.4s;
            border-radius: 50%;	
			border-style: solid ;
			border-color:#ff0000;
			border-width: 1px;
			}

        /* Quand l'input est checked (activé) */
        input:checked + .slider {
            background-color: #ffffff;
			}

        /* Déplacement du rond */
        input:checked + .slider:before {
            transform: translateX(26px);
			background-color: #ff0000;
			border-style: solid ;
			border-color:#ffffff;
			border-width: 1px;}

    footer.zindex {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 1rem;
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;}

footer {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 1rem;
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;}

    .playground section {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0rem 0rem 28rem 0rem;
        z-index: 100;
        display: flex;
        align-items: center;
        width: 100%;}

/*Timbres*/
.call:link, .call:visited, .call:hover, .call:active {
    background-image: url("../img/contacts/call.svg");
    width: 200px; 
    height: 200px;
    background-repeat: no-repeat; 
    background-size: contain;
	background-position: center;
    display: inline-block;
    transition: background-image 0.3s;}

.call:hover, .call:active {
    background-image: url("../img/contacts/red_call.svg");}

.mail:link, .mail:visited, .mail:hover, .mail:active {
    background-image: url("../img/contacts/mail.svg");
    width: 200px; /* Réduis la taille pour correspondre */
    height: 200px;
    background-repeat: no-repeat; 
    background-size: contain;
	background-position: center;
    display: inline-block;
    transition: background-image 0.3s;}

.mail:hover, .mail:active {
    background-image: url("../img/contacts/red_mail.svg");}
/*Fin timbres*/

 /* INDEX */
        .link-list {
            list-style: none;
            padding: 0;
            margin: 0;
           margin: auto;}
       
        .link-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0px 0;
            border-bottom: 1px #ff0000 solid;}



        .link-left {
            display: flex;
            align-items: center;}

        .link-image {
            height: 80px;
            object-fit: cover;
padding: 5px 0px;}

  .link-item:last-child {
            border-bottom: none;
        }

 .scattered-container {
        position: relative;
        width: 100vw;
        height: 100vh;
        overflow: hidden;
    }

.link-title
{font-size: 1.2em;
text-transform: uppercase;}

    /* Style de base pour chaque lien */
    .scattered-link {
        position: absolute;
        color: red;
        text-decoration: none;
        font-weight: bold;
        font-size: 18px;
        display: flex;
        align-items: center;
        transition: color 0.3s ease;
    }

    /* Pictogramme à gauche du texte du lien */
    .scattered-link .icon {
        font-size: 24px;
        margin-right: 8px;
    }

    /* Image de fond au survol */
  .scattered-link::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%; /* Utilise la taille de l'image d'origine */
    height: 100%;
    background-size: contain;
    background-position: center;
    z-index: -1;
    opacity: 0;
    transform: translate(0%, -50%) scale(2); /* Échelle à 10 % */
    transition: opacity 0.3s ease, transform 0.3s ease;
}


    /* Images spécifiques pour chaque lien */
    .link-1:hover::after {
        background-image:url("../img/projects/last_call_1/screen.jpg");
        opacity: 1;background-repeat: no-repeat;
		 
    }
    .link-2:hover::after {
        background-image: url('../img/projects/shortcut/screen.jpg');
        opacity: 1;
		background-repeat: no-repeat;}

    .link-3:hover::after {
        background-image: url('../img/projects/last_call_2/screen.jpg');
        opacity: 1;
background-repeat: no-repeat;}
   
 .link-4:hover::after {
        background-image: url('../img/projects/mddoc/screen.jpg');
        opacity: 1;
background-repeat: no-repeat;}

 .link-5:hover::after {
        background-image: url('../img/projects/fringale/screen.jpg');
        opacity: 1;
background-repeat: no-repeat;}

 .link-6:hover::after {
        background-image: url('../img/projects/ballades/screen.jpg');
        opacity: 1;
background-repeat: no-repeat;}

 .link-7:hover::after {
        background-image: url('../img/projects/city/screen.jpg');
        opacity: 1;
background-repeat: no-repeat;}


        

        
  

       