@font-face {
    font-family: 'Augustus';
    src: url('../fonts/Augustus.ttf');
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.ttf');
}

@font-face {
    font-family: 'Myron';
    src: url('../fonts/Myron.otf');
}

@font-face {
    font-family: 'CalibriL';
    src: url('../fonts/Calibril.ttf');
}

@font-face {
    font-family: 'SnellRoundhand-Script';
    src: url('../fonts/SnellRoundhand-Script.ttf');
}

html {
	width: 100%;
}

body {
    margin: 0px;
    font-family: 'CalibriL';
    min-width: 300px;
    font-size: 12pt;
    float: left;
    width: 100%;
}

section {
    float: left;
    width: 100%;
    background-color: #8496b0;
    color: white;
}

section:nth-child(even) {
    background-color: #ffffff;
    color: black;
}

.page {
    position: relative;
    width: calc(100% - 20px);
    max-width: 900px;
    min-width: 300px;
    margin: auto;
}

p, label {
    float: left;
    width: 100%;
}


h1, h2, h3, h4 {
    font-family: 'Augustus';
    text-align: center;
    margin-top: 100px;
    margin-bottom: 45px;
    float: left;
    width: 100%;
    font-size: 35px;
}

h3 {
    font-size: 20px;
    margin-top: 25px;
}

article {
    min-width: 300px;
    float: left;
	width: 100%;
}

.blue {
    background-color: #8496b0;
    color: #ffffff !important;
}

.white {
    background-color: #ffffff;
    color: #000000 !important;
}

/*#home-sec, #carte-visite-sec, #a-propos-sec, #contact-sec, #connection-sec, #edit-sec {*/
/*    background-color: #8496b0;*/
/*    color: white;*/
/*}*/

/*#presentation-sec, #prestations-sec, #ressource-sec {*/
/*    background-color: #ffffff;*/
/*    color: black;*/
/*}*/

#Retour {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
    background-color: transparent;
    z-index: 1000;
    border: 1px solid #505050;
    cursor: pointer;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-image: url("../files/arrow_2.png");
}

#Retour:hover {
    /*background-color: #505050;*/
    background-image: url("../files/arrow_3.png");
}

#ascrail2000 {
    z-index: 1001 !important;
}

.important {
    font-family: Augustus;
}

@media screen and (max-width: 916px){
    img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video {
        max-width: 100%;
    }
	.page {
		width: calc(100% - 40px);
		margin-left: 20px;
		
	}
}

p {
    margin: 0;
}
