body {
    font-family: 'Dosis', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    /*color: #58422b;
    font-size: 14px;
    line-height: 1.6em;*/
}

.temp-Bloc {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
}

.temp-Bloc_impair {
    background-color: #81b829;
}

.temp-Bloc_pair {
    background-color: #5e7d8d;
}

.temp-Container {
    padding-bottom: 20px;
}

.temp-Contenu {
    margin: auto;
    box-sizing: border-box;
    max-width: 850px;
    padding: 10px 20px;
    color: #fff;
}

.temp-Contenu a {
    color: #fff;
}

.temp-Bloc_impair .temp-Contenu {
    padding-right: 100px;
}

.temp-Bloc_pair .temp-Contenu {
    text-align: right;
    padding-left: 100px;
}

.temp-Bloc:last-child .temp-Contenu{
    padding-right: 20px;
    padding-left: 20px;
}


.temp-Boutons {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.temp-Bouton {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 10px;
    font-size: smaller;
    text-decoration: none;
}

.temp-Bouton:hover {
    text-decoration: underline;
}

.temp-Bloc_impair a.temp-Bouton {
    color: #81b829;
    margin-right: 10px;
}

.temp-Bloc_pair a.temp-Bouton {
    color: #5e7d8d;
    margin-left: 10px;
}

.temp-Bloc_pair .temp-Boutons {
    justify-content: flex-end;
}

.temp-Logo {
    width: 100%;
    height: 110px;
    background-image: url("images/logo.png");
    background-repeat: no-repeat;
    background-position: 20px 10px;
    background-color: #fff;
}

.temp-Titre {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    padding: 20px;
    text-align: center;
    font-size: smaller;
}

ul.spip {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

ul.spip li {
    padding-left: 0;
    margin-left: 0;
}

@media screen and (min-width: 900px) {
    
    .temp-Logo {
        height: 120px;
        position: fixed;
        margin: 0;
    }
    
    .temp-Titre {
        padding-top: 120px;
    }
}

@media screen and (min-width: 760px) {
    
    .temp-Row {
        display: flex;
    }
    .temp-Col {
            width: 50%;
    }
    .temp-Col:nth-child(even) {
           text-align: right;
    }
}
