html {
    background: url(/images/sudouestsecurite/metal_maison.png) no-repeat center center fixed;
    background-size: cover;
}

.logo_container{
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    justify-content: center;
    width: 20%;
}

#logo_boxing{
    width: 100%;
}

#logo_sds{
    height: 200px;
    width: 200px;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

main {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}

.header{
    margin: 20px 20px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 20%;
}

@media only screen and (max-width: 1080px){
    #logo_boxing{
        width: 100%;
    }

    .logo_container{
        width: 45%;
        margin-right: 27.5%;
        margin-left: 27.5%;
        margin-bottom: 20px;
    }

    #logo_sds{
        display: none;
    }

    .header{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media only screen and (max-width: 445px){
    
    #logo_boxing{
        width: 100%;
        max-height: 280px;
    }

    .logo_container{
        width: 80%;
        margin-right: 10%;
        margin-left: 10%;
    }

    #logo_sds{
        display: none;
    }

    .header{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

.section{
    margin: 150px 0 150px 0;
}

li{
    list-style-type: none;
}

p{
    text-align: justify;
}

#map_boxing { 
	width: 100%;
	height: 300px;
	margin: 0;
	border-radius: 5px;
}