/* CSS Document */

@font-face {
    font-family: 'Avenir LT Std';
    src: url('fonts/AvenirLTStd-Light.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('fonts/AvenirNextLTPro-UltLtCn.woff2') format('woff2'),
        url('fonts/AvenirNextLTPro-UltLtCn.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

body{
	font-family: 'Avenir LT Std';
	background: url("images/salledebain.JPG") no-repeat center fixed;
	background-size: cover;
}

.strong{
	font-weight: bold;
}

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

.logo{
	display: block;
	margin: auto;
	width: 37%;
}

#texte_maintenance{
	padding: 20px 40px;
	background: rgba(255,255,255,0.5);
	width: 50vw;
	margin: auto;
	font-size: 3vw;
}

#texte_maintenance p{
	font-family: 'Avenir LT Std';
	text-align: left;
}

#texte_maintenance p span{
	font-family: 'Avenir Next LT Pro';
	font-size: 7vw;
}

.reseaux{
	text-align: center;
	font-size: 5vw;
	margin-left: 40%;
}

.reseaux a{
	text-decoration: none;
	color: #000000;
	margin: 5px;
}

.coordonnees{
	font-family: 'Avenir LT Std';
	font-size: 14px;
}


/*Médias queries*/

@media screen and (min-width:820px){
	#texte_maintenance {
		font-size: 30px;
	}
	
	#texte_maintenance p span {
		font-size: 80px;
	}
}


@media screen and (max-width:600px){
	#texte_maintenance {
		font-size: 15px;
	}
}







