@charset "UTF-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0;
}
body{
	background-image: url("../images/fond.png");
	font-family: Helvetica, Impact, Arial, sans-serif;
    font-size: 18px;
	color:#202020;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
header{
	background: url("../images/headeer2.png");
	width: auto;
	height: auto;
    text-align: center;
	
}


.logo-container{
	display: inline-block;
	
}

.logo{
	padding: 20px;
	max-width: 15%;
	height: auto;
	transition: filter 0.5s;
}
.logo:hover {
	filter: blur(5px);
}



.topnav{
	background-color: #202020;
	padding: 14px 20px;
	color:#F99CA5;
	overflow: hidden;
	
}
.topnav a {
	float: left;
    display: block;
	text-decoration: none;
	color: white;
	margin-right: 30px;
	
}

.topnav a:hover{
	color: #F99CA5;
	filter: blur(5px);
	text-decoration: none;
}

.topnav .icon {
  display: none;
}

.topnav a.active {
  background-color:#ff7bca;
	color: white;}


 .container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            align-items: center;
            padding: 0px;
	
}


.box{
	flex: 1;
	padding: 30px;
	box-sizing: border-box;
	
	
}

.image-box img{
	width: 80%;
	height: auto;
	padding: inherit;
}
.text-box{
	margin-right: 50px;
	padding: 15px;
	font-family: Consolas, 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', Monaco, 'Courier New', 'monospace';
	font-size: 20px;
	
}
h1{
	margin: 20px;
	font-size: 65px;
	
	}


h2{
    margin: 10px;
	font-size: 65px;	
}

h4{
	margin-left: 20px;
}

.lettre-colore{
	color:#ff7bca;
}
.texte-barre{
	text-decoration: line-through;
	text-decoration-color: #ffe001;
	text-decoration-thickness: 8px;
}


.container-gallery {
	background: url("#");
	background-size: 100%;
	display: flex;
	justify-content: center;

}
.container-gallery img{
	width: 100%;
	height: 100%;
	
}



.container-gallery-2{
	display: flex;
	justify-content:center;
	
}



.container-next{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.next{
	padding: 20px;
}

 .container-next .next a {
        text-decoration: none;
        color: inherit; /* Optionnel : conserve la couleur par défaut du texte */
    }

.cursor img{
	max-width: 100%;
	height: auto;
	width: 120px;
	margin-right: 30px;
}

.art{
	margin:20px 60px 20px 0px;
	font-size: 15px
}

.rs img{
	max-width: 100%;
	width: 40px;
	height: auto;
	margin: 10px 10px 0px 0px;
}

.ml-texte{
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	margin: 30px;
	
	
}
.liens{
	text-decoration: none;
	color: #f0e8e6;
}

footer{
	background-color: #202020;
	display: flex;
	flex-direction: row;
	justify-content:flex-end;
	text-decoration: none;
	color:white;
	
	
}

	/* Styles for Cookie Consent */
.cookie-consent {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f0f0f0;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: none;
}

.cookie-consent p {
    margin: 0;
    padding: 0;
}

.cookie-consent button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}


/* début formulaire */
.formulaire{
	display: flex;
	justify-content: center;
	padding: 50px 0px;
}
.formbox{
	width:300px;
	margin: 10 auto;
	background:url("../images/headeer.png") no-repeat center;/*Pour mettre une image de fond a la box*/
	padding:15px;
	border-radius:10px;
	box-shadow:  #202020 2px 2px 10px;
	
	}
 fieldset{
	 width:280px;
	 height: auto;
	 padding:10px;
	 }
.contchamp{
		display: flex;
	    flex-direction: column;
	    justify-content: space-between;
		}
.champ{
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	    margin-bottom: .5em;
		}
label{
		margin-right: auto;
	}

input:valid{
	box-shadow: 0 0 2px 1px green;/*Permet de choisir la couleur des champ bien rempli*/
	}
input:invalid{
			box-shadow: 0 0 2px 1px red;
		}
.effacer{
	margin-left:120px;
	}

/* fin formulaire */

/* début gallerie */

.contenedor {
    width: 90%;
    max-width: 1200px;
    overflow: hidden;
    margin: auto;
    padding: 60px 0;
}

.subtitulo {
    text-align: center;
    font-weight: 700;
    color: #9f8ad0;
    margin-bottom: 40px;
    font-size: 40px;
}

.gallery {
    background: #202020;
}

.contenedor-galeria{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.img-galeria {
    object-fit:contain;
    width: 30%;
    display: block;
    margin-bottom: 40px;
    box-shadow: 0 0 6px grey;
    cursor: pointer;
}

.img-galeria:hover{
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
}

.imagen-light{
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(100%);
    transition: transform .2s ease-in-out;
}

.show{
    transform: translate(0);
}

.agregar-imagen {
    object-fit: cover;
    width: 60%;
    border-radius: 10px;
    transform: scale(0);
    transition: transform .3s .2s;
}

.showImage{
    transform: scale(0.5);
}

.close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    cursor: pointer;
    color:#fff;
    font-size: 25px;
}

/* fin gallerie */
.container-webdesign img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
	
}
/* debut profil */

.profil{

	width: 30%;/*Largeur de la colonne de gauche*/
	margin: 0.8em;/*Marge pour la colonne*/
	box-shadow: 1px 1px 5px black;/*Ombrage de l'élément*/
	background-color: #f0e8e6;
}

.infoperso{
	height: 10%;/*Hauteur du container info*/
	margin: 1em 0;/*Marge de l'élément*/
	padding: 0 0 0 0.5em;/*Marge intérieure de l'élément*/
	display: flex;/*Rend les enfants flexibles*/
	flex-direction: column;/*Donne l'axe principal des flex*/
	justify-content: space-between;/*Dispatche les enfants sur toute la largeur selon l'axe avec les espace entre*/
	
}

hr{/*Configuration de la ligne de separation*/
	border:0;
	border-top:1px solid #202020;
	width: 100%;
	margin:10px auto;
}
.skills{
	padding: 0 0 0 0.5em;
	margin: 1em 0;
}
.cont-barre-prog{
	border-radius: 16px;/*Arrondi de la sous barre de progression*/
	background-color: #ffe001;
	margin: 0.2em 0.2em 0.8em 0;
}
.contenu-prog{
	border-radius: 16px;/*Arrondi de la barre de progression*/
	background-color: #ff7bca;
	text-align: center;/*Alignement du texte dans la barre*/
}
.container-profil {
  padding: 30px;
	
}


.current{/*Configuration de l'élément current*/
	border-radius: 4px;
	background-color: #ffe001;
	color: #e72174;
	margin-left: 0.8em;
	padding: 5px 8px;
}


/* fin profil */

/* début Responsive */
/* navigation */
@media screen and (max-width: 600px){
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav.responsive {position:relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0px;
    top: 15px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	}
	
	/* gallerie */

 .img-galeria {
        width: 100%; /* Ajustez la largeur selon vos besoins pour les écrans plus petits */
        cursor: default; /* Désactive le curseur de la souris pour indiquer qu'il n'est pas cliquable */
        box-shadow: none; /* Supprime l'ombre sur les images pour indiquer qu'elles ne sont pas cliquables */
    }

    .img-galeria:hover {
        transform: none; /* Annule l'effet de zoom au survol sur les écrans plus petits */
    }
 h1, h2 {
        font-size: 50px; /* Ajustez la taille de police pour les écrans plus petits */
    }


 .container {
                flex-direction: column;
            }
}
/* fin responsive */