@font-face {
    font-family: "comic_sans_msregular";
    src: url("fonts/comic-webfont.woff2") format("woff2"),
         url("fonts/comic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    color: #FFF;
    font-size: 120%;
    font-family: 'comic_sans_msregular';
}

body {
    background-image: url("pics/dpns_fond.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #9D5FFF;
}

#container {
    max-width: 90%;
    height: auto;
    margin: 0 auto;
}

.casetop, .case, .casebot {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0 0 1% 0;
    border-radius: 25px;
    background: rgba(157, 95, 255, 0.5);
}

.casetop {
    overflow: auto;
    margin: 4% 0;
}

.case {
    margin: 4% 0;
}

.casebot {
    margin-top: 4%;
}

.logoinfo {
    float: left;
    width: 28%;
    height: auto;
    margin: 2% 0 0 0;
}

.logoinfo img {
    max-width: 100%;
    margin: 0 auto;
}

.info {
    width: 100%;
    height: auto;
    margin: 8% 0 0 0; 
}

.info p {
    text-align: justify;
    margin: 0 7%;
    padding: 3%;
    color: brown;
    border-radius: 15px;
    background: rgba(255, 213, 135, 0.8)
}

.intro {
    float: right;
    width: 65%;
    height: auto;
    padding: 2% 3%;
    margin: 2% 0 0 0;
}

.sep {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1% 0;
    border-radius: 25px 25px 0 0;
    background: rgba(157, 95, 255, 0.8)
}

.sep p {
    text-align: center;
    margin: 0;
    font-size: 200%;
    color: #FFF;
}

.box {
    width: 100%;
    height: auto;
    margin: 2% 0 2% 0;
    text-align: center;
}

.box img, .box a {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.boxpic {
    text-align: center;
}

.boxpic img {
    float: left;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.t-top {
    text-align: center;
    margin: 0;
    padding: 1%;
}

.t-txt {
    text-align: justify;
    margin: 0;
    padding: 1%;
}

.bot, .cre {
    width: 100%;
    height: auto;
    margin:0;
    text-align: center;
}

.bot p {
    padding: 0.5% 0;
    font-size: 80%;
}

.cre p {
    padding: 0.5% 0;
    font-size: 60%;
}

.cre a {
    text-decoration: none;
    color: white;
}