.equipeIm{
	width:20em;
	height:20em;
	overflow:hidden;
	border-radius: 50%;
	justify-content:center;
	align-items:center;
	margin-bottom: 1em;
	display: inline-block;
	text-align: left;
}


.equipeIm img{
	height: 100%;
    width: auto;
	object-fit:cover;
}

@media(min-width:1024px){
	.equipeIm{
		width:15em;
		height: 15em;
		border: solid 2px black;
	}
}

.equipe{
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*
.container {
	text-align: center; 
  
  .title {
	display: inline-block; 
  
  .paragraph {
	text-align: left;
	position: relative;
  }*/
  
  
.text{
	position: relative; /* Nécessaire pour appliquer left */
    text-align: left;
    
}

.bureau{
	margin-bottom: var(--spacing);
}

main strong{
	font-family: 'noto-sans-bold';
}
h3{
	font-family: 'noto-sans-bold';
	margin-bottom: 20px;
}

.equipeIm{
	margin-bottom: var(--spacing);
}

h2{
	margin-bottom: 0.8em;
}

 main p{
	margin-bottom: var(--spacing);
}

.comite, .histoire, .valeurs, .statuts{
	display:none;
}

@media(min-width: 1024px){
	.comite, .histoire, .valeurs, .statuts{
		display:flex;
		flex-direction: column;
		align-items: center;
		text-align: left;
	}
	.comite p{
		line-height: 2em;
	}

	
	.text{
		display: none;
	}
	.tab{
		display:grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 350px 470px 350px;
	}
	
	
	.equipes{
		display:flex;
		justify-content: space-between;
		margin-top:5px;
	
	}
	#a{
		margin-left: 10px;
	}
	#b{
		margin-right: 10px;
	}

	.histoire p{
		margin-right: 40px;
	}
	.valeurs p{
		margin-left: 40px;
	}
	
}



@media(min-width: 1024px){
	h2, h3{
		font-family: 'noto-sans-bold';
		font-size: 1.4em;
	}
	h3{
		text-decoration: underline;
		text-decoration-thickness: 3px;
		text-align:center;
		margin-bottom:var(--spacing);
	}
}