@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
    margin : 0;
    padding : 0;
    box-sizing: border-box;
    font-family:'Montserrat';
    background-color : black;
    color :white;
      
}

.container{
    width: 100%;
    height: 100vh;
    display:flex;
    align-items: center;
    justify-content: center;
}
.content{
    text-align: center;
}
 h1{
    margin-left: 5%;
    font-size: 100px;
    color:white;
    font-weight: 900;   
}
.backgroundclip{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index : -1;   
}


.hdeux{
	height:40px;
	background-color:black;
	color:#FFF;

}

.hdeux h1{
	font-size:30px;
	line-height:40px;
	text-transform:uppercase;
	margin:0;
	margin-left:10px;
	margin-right:10px;
	display:inline-block;
	vertical-align: top;
}

.hdeux nav{
	vertical-align: top;
	display:inline-block;
	height:100%;
}

.hdeux nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	height:100%;
}

.hdeux nav ul li{
	display:inline-block;
	margin:0;
	height:100%;
	width:150px;
	text-align:center;
}

.hdeux nav ul li a{
	display:block;
	width:100%;
	height:100%;
	line-height:40px;
	color:#FFF;
	text-decoration:none;
}


img{
    width: 200px;  
    border-radius : 20px;
}
.portfolio{
    display:flex;
    align-items: center;
    justify-content: space-between;
}

button{
    margin-left: 35%;
}

.lien{
    margin-top: 20px;
    position : relative;
    border-radius: 30px;
    font-weight: 900;
    color : black;
    background-color: white;
    border-color: white ;
    padding: 10px;  
}
.tout{
    display:flex;
    justify-content: center;
}
.block-photo{
    margin:20px;

}

form,p, table{
    color : white;
}

.formun{
    display :flex;
    gap :40px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #bdbfc9;
    font-size: 1.4rem;
    color: #bdbfc9;
    padding: 5px 10px;
}
.formun input{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #bdbfc9;
    font-size: 1.4rem;
    color: white;
    padding: 5px 10px;
    
}

.formdeux{
    padding: 60px;
    background-color: transparent;
    color: #bdbfc9;
    width: 50%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 7px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    
}

.formdeux input{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #bdbfc9;
    font-size: 1.4rem;
    color: white;
    
}
.envoie input{
    background-color: red;
}
.texte{
   margin : 10px;
   padding: 15px;
   font-weight : 500;
}

.widedropdown {
    width: 300px;
    background-color: black;
    border: none;
}
.widedropdown input {
    background-color: black;
    border: none;
    border-bottom: 1px solid #bdbfc9;
    font-size: 1.4rem;
    color: #bdbfc9;
    padding: 5px 10px;
}

.nbbconcert{
    flex: 1;
    margin: 10px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    min-width: 200px;
       
    }
.nbbconcert h3{
    text-align :center;
    padding : 5px;
    margin : 5px;
    color : black;
} 

    .concert{
        font-size : 100px;
        font-weight : 900;
        display : flex;
        justify-content : center;
    }
    

    
    
.festival{
   display: flex;
    justify-content: space-between; 
    align-items: flex-start;
    flex-wrap: nowrap; 
    width: 90%;
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    gap: 10px;
}    

.concert, .taille {
    font-size: 1em;
    color: black;
}

.paragraphe {
    margin-bottom: 10px;
}

.paragraphe p {
    margin: 0;
    color: black;
}


table{
    background-color : white;
    border-radius : 10px;
    color : black;
}

th, td{
    border-radius : 10px;
}
 