/* @override 
	https://utopsie.com/work/concoursaffichessociales/style.css */



@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wdth,wght@0,75,100..700;1,75,100..700&display=swap');

* {
	box-sizing: border-box;
}
body {
  font-family: "IBM Plex Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 75;
	font-size: 1.125rem;
	line-height: 1.3;
	/*line-height: normal;*/
	color: #303030;
	margin: 0;
	padding: 0;
	
}
a {
	color: #dd0000;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}	
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}	
h1 {
	font-size: 3rem;
	margin-top: 1rem;
}
h2 {
	font-size: 1.33rem;
	margin-top: 1rem;
	margin-bottom: 0.25rem;
}
.centerer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2rem;
	height: 99dvh;
}
.cadre {
	width: 100%;
	/*min-height: calc(100vh - 4rem);*/
	max-width: 40rem;
	margin: auto auto;
	/*border: 1px solid #333;*/
	
/*	display: flex;
	flex-direction: column;
	justify-content: center;*/
	/*padding-top: 1rem;*/
	/*margin-left: 2rem;*/
	/*margin-right: 2rem;*/
}
.images {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: .5rem;
	margin-top: 1rem;
	position: relative;
}
.images img {
	width: 25%;
	flex: 1 1 20%;
    height: auto;
}