
	body {
	    /* font-family: Arial, sans-serif; */
	    font-size: 15px;
	    width: 100%;
	    height: 100%;
	    margin: 0;
	    padding: 0;
	    background: url(./agence-evenementielle.jpg) no-repeat center fixed;
	    -webkit-background-size: cover;
	    background-size: cover;
	}

	#entete, .main {
	    width: 100%;
	    margin: 0 auto;
	    padding: 0 10%;
	    box-sizing: border-box;
	    background-color: rgba(265,265,265,0.95);
	}
	.main{
		padding-bottom: 50px;
	}
	div#entete {
	    padding: 80px 10% 0;
	}

	#pre-selection h1 {
	    font-family: "Open Sans", Arial, sans-serif;
	    letter-spacing: 9px;
	    text-align: center;
	    font-size: 23px;
	    font-weight: 400;
	    margin: 0;
	    padding: 0;
	    border: none;
	}
	#pre-selection h1:first-letter{
		font-family: "Champignon", Georgia, serif;
		text-transform: lowercase;
		line-height: 25px;
		color: #ff1e00;
		font-size: 150px;
	    margin-right: -14px;
	}
	#pre-selection p {
	    min-height: 100px;
	}
	ul.multi-col{
	    width: 100%;
	    display: inline-flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: center;
	    margin: 25px 0;
	}

/* A personnaliser selon le nombre de colonnes qu'on veut. Par défaut, on part sur 3 colonnes */

	ul.multi-col li{
	    width: 45%;
	}


/* Image au premier plan */

	ul.multi-col li a img{
		width: 100%;
	    display: block;
	}
	ul.multi-col li a img:nth-child(2) {
	    width: 70%;
		margin: 12px auto 35px;
	    border-radius: 100%;
	}


/* Mise en page spécifique */

	ul.multi-col h3 {
	    text-align: center;
	    font-family: Arial, sans-serif;
	    letter-spacing: 5px;
	    font-weight: 400;
	    font-size: 12px;
	}
	ul.multi-col a{
		display: block;
		color: #000;
		text-decoration: none;
	}
	ul.multi-col a:hover p, ul.multi-col a:hover h3{
		opacity: 0.92;
	}

/* A ne mettre que si on veut des medaillons sur les images */
	
	/*
	ul.multi-col li img{
	    border-radius: 100%;
	}
	*/

/* MEDIA QUERIES */

	@media (max-width: 1100px){
		#entete, .main {
		    padding: 15px 5%;
    	}
    	ul.multi-col h3 {
		    font-size: 13px;
    	}
	}

	@media (max-width: 770px){
		body::before {
	    	background-image: url('https://www.lamaisondelavalse.paris/squelettes/bal-valse-media/agence-evenementielle.jpg');
		}
		body::before {
		    position: fixed;
		    top: 0;
		    left: 0;
		    right: 0;
		    bottom: 0;
		    display: block;
		    content: ' ';
		    background-position: center;
		    background-size: cover;
		    height: 100vh;
		    width: 100vw;
		    z-index: -10;
		}
	}

	@media (max-width: 700px){
		ul.multi-col li {
		    width: 100%;
		}
		ul.multi-col a p:after {
		    content: '↣';
		    display: block;
		    text-align: center;
		    font-size: 49px;
		    color: #464040;
		}
		#pre-selection h1 {
		    letter-spacing: 7px;
		    font-size: 20px;
		    color: #fff;
		    background: rgba(0,0,0,0.95);
	        padding: 32px 15px;
		    box-sizing: border-box;
		    border-bottom: 1px solid #000;
		}
		div#entete{
			background-color: rgba(265,265,265,0);
		    display: block;
	        margin: 0;
	        padding: 0;
		}
		#pre-selection p {
		    font-size: 14px;
		}
	}

	@media (min-width: 568px) AND (max-width: 699px){
		#entete, .main {
	   	    padding: 0 18%;
		}
		#entete{
			padding-top: 80px;
		}
		.main{
			padding-bottom: 50px;
		}
		#pre-selection h1 {
		    font-size: 27px;
	        padding-bottom: 30px;
		    border-bottom: 1px solid #000;
		}
		ul.multi-col h3 {
		    letter-spacing: 7px;
		    font-size: 16px;
		}
		#pre-selection p {
		    min-height: 0;
		}
	}

	@media (max-width: 450px){
		.main{
		    padding: 0 20px;
		}
		#pre-selection h1 {
		    letter-spacing: 7px;
		    font-size: 24px;
		    padding-top: 61px;
		}
		#pre-selection p {
		    font-size: 16px;
		    min-height: 44px;
		}	
		ul.multi-col li a img {
		    margin-top: -40px;
		}

	}

	@media (min-width: 375px) AND (max-width: 450px){
		ul.multi-col h3 {
		    font-size: 16px;
		}
	}

	@media (max-width: 320px){

		#pre-selection h1 {
		    font-size: 21px;
		}

	}