body {
    background-color : #E1E8ED
}
header {
    text-align :center;
    display : flex;
    justify-content : space-around;
    align-items : center;
}
img {
    max-width : 150px;
}
h1 {
    font-weight : bold;
    font-size : 3em;
    margin-bottom : 0;
}
hr {
    margin : 0 20%;
}
h2 {
    font-size : 2em;
    margin-top : 0;
}
aside {
    width : 35%;
   }
h3 {
    color : #ED0CC8;
	font-size : 1.5em;
}
.adresse {
    margin :10px 0;
}
h4 {
    color : #2F1AE8;
	font-size : 1.2em;
}
li {
	font-size : 1em;
}
main {
    padding-left : 20px;
    width : 55%
    
}
#container {
    display:flex;
    justify-content : space-around;
}
.technique {
    margin : 35px 0;
}
.liste li{
    margin : 20px 0;
}
@media (max-width: 1030px){
#container{
    display : block;
	margin-left : 10%;
}
aside {
    width : 100%
}
}


    


