html{
     width: 100%;
     font-size: 1.2em;
    }
body, main, html, ul, h1{
    Margin: 0;
    padding: 0;
    }
h1{
    font-size: 1.6em;
    margin-left: 5%;
    }
h1,h2,h3,.boite2,.boite a,li{
	text-align: center;
    }
h3{
    font-size: 1.3em;
    }
.tl{
    color: red;
    background-color: #e8f6f3;
    }
a{
    color: #000;
    text-decoration: none;
    }
a:hover, .g a{
    color: grey;
    }
strong, b{
	font-size: 1.1em;
    }
img, .boite2 b, .boite a{
    display: block;
    }
img{
    margin: 0 auto;
    max-width: 70%;
    height: auto;
    }
li{
    list-style: none;
    font-weight: bold;
    min-width: 75px;
    min-height: 55px;
    line-height: 50px;
    }
nav li{
	margin: 0 40px 0 0;
	display: inline-block;
    }
header{
	border-bottom: 10px solid red;
	padding-left: 1%;
    }
nav{
	margin:auto 0 0 auto;
    }
section, header{
	flex-wrap: wrap;
    }
header, nav, section{
    display: flex;
    }
.boite{
	text-align: justify;
	padding: 2%;
	min-width: 250px;
	width: 40%;
    }
.boite, .boite1{
    border-radius: 15px;
	border: 7px solid #e8f6f3;
	word-wrap: break-word;
	flex: auto;
	margin: 1% 0.5%;
    }
.boite a{
    margin-top: 50px;
    font-size: 1.6em;
    }
.boite a, .boite2 a{
    border-bottom: 1px solid;
    border-right: 1px solid;
	border-radius: 8px;
    background-color: #e8f6f3;
    }
.boite1{
    padding: 1% 5%; 
    }
.boite2{
    padding-bottom: 16px;
    }
.boite2 a{
    padding: 15px;
    }
.boite2 b{
    padding: 35px 0 8px 0;
    }
.boite3 a{
     display: inline-block;
     margin: 1.5%;
     width: 46%;
    }
.boite3{
	margin: 0 10%;
    }
.boite3 img, .boite img{
    width: 800px;
    }
footer{
	font-size: 0.8em;
	border-top: 1px solid red;
	margin-top: 1%;
	}
.boite4, .boite5, address{
	text-align: center;
	flex: auto;
	margin: 0 auto;
	min-width: 180px;
    }
address{
    padding-top:8px;
    }