@font-face {
	font-family: 'Roboto-Light';
	src: url('font/Roboto-Light.woff2') format('woff2'),
        url('font/Roboto-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Bold';
	src: url('font/Roboto-Bold.woff2') format('woff2'),
        url('font/Roboto-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Black';
	src: url('font/Roboto-Black.woff2') format('woff2'),
        url('font/Roboto-Black.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Bold-condensed';
	src: url('font/robotocondensed-bold-webfont.woff2') format('woff2'),
        url('font/robotocondensed-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}












html {
    height: 100%;    
}
body {
	margin: 0 auto;
    height : 100%;    
	text-align: center;  
    font-family: 'Roboto-Light', sans-serif;
    -webkit-box-shadow: inset 0 6px 0 #f10204;
    background-image: url("images/fond.jpg");
    background-position: center;
    background-size: cover;
}
h1 {
    margin: 0;
    padding: 0;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.7px;
}
#corps {
    width : 1200px;
    margin : 0 auto;
}
#bd_top {
	margin: 0 auto;
	width: 100%;
    display: flex;
    justify-content: space-between;

}

#bd_top img{
    margin-top: 6px;
}
#bd_h {
    margin: 0 auto;
    width: 100%;
    background-color: black;
    border-top : 5px solid #282828;
    border-bottom : 5px solid #282828;
    padding : 8px 0;
}
#contenu {
    margin: 0 auto;
    width:1200px;
    text-align: left;
    background-color: rgba(0,0,0,0.90);
    font-family: 'Roboto-Light', sans-serif;
    color: white;
    font-size: 14px;
}


#footer {
    padding: 10px 0px;
    color: white;
    width : 100%;
    background-color: black;
    border-top : 6px solid #f10204;

    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;


}


#footer a {
	text-decoration: none;
    color: white;
}

.acceuil-cont {
    padding: 20px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: flex-start;
}

#bassin {
    text-align: center;
    padding : 0 40px;
}
#bassin p{
    width : 300px
}
#presentation img {
    padding  : 30px;
    margin-left : 40px;
}

#contact-formulaire {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
#contact-formulaire div{
    margin : 20px;
}

#contact-formulaire INPUT, #contact-formulaire TEXTAREA{
    background-color: rgba(0,0,0,0.7);
    color : white;
    border : 1px solid white;
    padding : 5px;
}
.lien {
    border : 1px solid white;
}


#mentions {
    padding: 40px;
}
/* ================================================= */
/* RESPONSIVE */
@media (max-width: 900px) {
    #corps {
        width: 100%;
        border: none;
    }

    #contenu {
        width: 90%;
    }

    #bd_top {
        height: auto;
        flex-direction: column;
        text-align: center;
        margin: 0 auto;
    }

    #contenu_page {
        flex-direction: column;
        width: 100%;

    }

    #footer-contenu {
        width: 100%;
        flex-direction: column;
    }

    #footer {
        height: 220px;
    }

    #contact-formulaire {
        flex-direction: column;
    }

    #contact-div-input {
        width: 100%;
        text-align: center;
    }

    #contact-zone-saisie {
        width: 100%;
        text-align: center;
    }

    img {
        max-width: 99%;
    }

    .cols {
        flex-direction: column;
    }

    .col-2 {
        width: 100%;
        text-align: center;
    }

    .col-2 .trait110 {

        width: 100%;

    }
    .acceuil-cont {
        flex-direction: column;
    }
    #presentation img {
        maring : 0;
        width : 90%;
        padding : 0;
        padding-bottom: 40px;
    }
}