
body {
    font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    background-color: #F2F3E4;
}

h1, h2, h3 {
    font-family: 'Parisienne', cursive;
}

h2 {
    font-size: 36px;
    color: #A19EA6;
}

.contenu-principal {
    background-color: white;
    width: 80%;
    max-width: 1024px;
    margin: auto;
}

.side-title {
    font-family: 'Parisienne', cursive;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;

}

/* VIDEO YOUTUBE*/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nav-pages {
    text-align: center;
    margin: 10px;
}

.num-page {
    border-radius: 0;
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1;
    margin: 0 0 1rem;
    padding: 0.85em 1em;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #14679E;
}

.title-image {
    display: block;
    text-align: center;
    min-height: 60px;
}
.copyright {
    background-color: #d9d9cc;
    padding: 5px;
    text-align:center;
}

.ariane {
    background-color: #d9d9cc;
    padding: 5px;
    text-align:left;
    font-weight: bold;
    color: white;
}
.ariane a {
    color: white;
    text-decoration: none;
    border-bottom: dotted 1px white;
}
.rs a {
    background-image: url("../img/reseauxsociaux.png");
    background-repeat: no-repeat;
    width: 47px;
    height: 47px;
    display: block;
    float: right;
    margin: 3px;
}

.rs .twitter {
    background-position: 0 0;
}

.rs .twitter:hover {
    background-position: 0 -50px;
}

.rs .rss {
    background-position: 0 -100px;
}

.rs .rss:hover {
    background-position: 0 -150px;
}

.rs .youtube {
    background-position: 0 -200px;
}

.rs .youtube:hover {
    background-position: 0 -250px;
}

.rs .facebook {
    background-position: 0 -300px;
}

.rs .facebook:hover {
    background-position: 0 -350px;
}

.clear {
    clear:both;
}