body{
background-color:#fff;
}	
@media screen and (max-width:707px) {
	.container {
	width: 90%;
		max-width:428px;
	margin: auto;
	font-family:Arial, Helvetica, sans-serif;
}
.intro {
	margin-top: 50px;
	text-align: center;
	
}
		.intro h2{
			font-size:18px;
		}
	.siteChoice{
		width:100%;
		padding:20px 0;
		margin:15px auto;
		z-index:2;
		background:#fff;
		text-align: center;
		//box-shadow:0 0 16px #666;
}
	.language {

}
	.language h2{
		font-size: 18px;
    color: #333;
		margin: 17px 0 0;
	}
	.language a{
text-decoration:none;
		display: inline-block;
		    margin: 0 13.4%;
	}
	.language a span{
		background-color: #29b5cf;
    width: 220px;
    color: #fff;
    display: block;
    float: left;
    text-transform: uppercase;
    font-size: 1.45em;
    padding: 11px 0;
    margin-top: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ie-border-radius: 3px;
    -o-border-radius: 3px;
	}
	}
@media screen and (min-width:708px) {
	.container {
		width:90%;
	max-width: 600px;
	margin: auto;
	font-family:Arial, Helvetica, sans-serif;
}
.intro {
	margin-top: 40px;
	display: flex;
	font-size:18px;
}
	.intro h2{
	font-size:18px;
}
	.intro_nl{
		    width: 320px;
    padding-right: 20px;
		text-align:right;
		    border-right: 1px solid #29b5cf;
	}
	.intro_fr{
		    width: 320px;
    padding-left: 20px;
		text-align:left;
	}
	.siteChoice{
		width:600px;
		padding:30px 0;
		justify-content: space-around;
		display: flex;
		margin:50px auto;
		z-index:2;
		background:#fff;
		text-align: center;
		box-shadow:0 0 16px #666;
}
	.language {
    display: flex;
    flex-direction: column;
    width: 50%;
    float: left;
}
	.language h2{
		font-size: 18px;
    color: #333;
		margin:10px 0 0;
	}
	.language a{
text-decoration:none;
		display: inline-block;
		    margin: 0 13.4%;
	}
	.language a span{
		background-color: #444443;
    width: 220px;
    color: #fff;
    display: block;
    float: left;
    text-transform: uppercase;
    font-size: 1.45em;
    padding: 11px 0;
    margin-top: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ie-border-radius: 3px;
    -o-border-radius: 3px;
	}
	}