#sow-texte-115 p {
    margin-bottom :.5em;
}

#sow-texte-115 p:nth-child(2)::before, #sow-texte-115 p:nth-child(2)::after {
    content:"";
    display:block;
    height: 2px;
    margin: .5em auto;
    width: 19px;
    background-color: #444444;
}


/**bulle maps***/
#sow-google-map2-3 .so-widget-sow-google-map2 > div {
    background-color: #eaeaea;
}

#sow-google-map2-3 .flex-row {
    background-color : #fff;
}


#sow-google-map2-3 span {
    color: #444444;
    text-transform: uppercase;
}

.so-widget-sow-google-map2 h4 {
    font-weight    : 500;
    font-family: garamond, serif;
    text-transform : uppercase;
    font-size: 1.3em;
}

.so-widget-sow-google-map2 a {
    color: #444444;
}


/***blog***/
#sow-texte-117 > div {
    padding-top:55px;
}

#sow-texte-117 h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 2.8em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin-bottom:0;
}

#sow-texte-117 p {
    font-size: .8em;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

#sow-texte-117 a {
    border-bottom: 1px solid white;
    letter-spacing: 0.07em;
    font-size: 1.25em;
    font-weight: 700;
}


/**********/
#sow-list-post-40 .flex-row {
    max-width: 962px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 55px;
}

#sow-list-post-40 .plasma-widget {
    margin-left:.5em;
    margin-right: .5em;
}

#sow-list-post-40 article {
    /* animation magic */
    transition         : all 0.2s ease-in-out;
}

#sow-list-post-40 article:hover {
    opacity: .5;
}

#sow-list-post-40 h3 {
    font-family: 'Alegreya', serif;
    font-weight: 500;
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.2;
}

#sow-list-post-40 .post_tags {
    text-transform : uppercase;
    letter-spacing : 0.05em;
    margin         : 1em 0;
}

/*!* Tablette *!**************************************************************************************************/
@media only screen and (min-width : 800px)and (max-width : 1200px) {
    /*************liste paragraphe*****************/
    #sow-texte-117 h2 {
        font-size      : 2em;
        letter-spacing : 0.1em;
        line-height    : 1.2;
    }

    #sow-texte-117 p {
        margin-bottom : 20px;
    }

    #sow-texte-117 a {
        font-size : 1.1em;
    }

    /****blog****/
    #sow-list-post-40 .flex-row {
        max-width : 862px;
    }

    #sow-list-post-40 .plasma-widget {
        margin-left  : .25em;
        margin-right : .25em;
    }

    #sow-list-post-40 h3 {
        font-size : 1.13em;
    }

    #sow-list-post-40 .post_tags {
        font-size : 0.9em
    }
}


/*!* Mobile *!*!**************************************************************************************************/
@media only screen and (max-width : 800px) {
    /*************liste paragraphe*****************/
    #sow-texte-117 h2 {
        font-size      : 1.9em;
    }

    #sow-texte-117 p {
        margin-bottom  : 20px;
    }

    #sow-texte-117 a {
        font-size      : .9em;
    }

    /****blog****/
    #sow-list-post-40 .flex-row {
        max-width      : 350px;

    }

    #sow-list-post-40 .plasma-widget {
        margin-left  : 0;
        margin-right : 0;
    }

    #sow-list-post-40 article {
        margin-bottom: 35px;
    }

    #sow-list-post-40 .sow-media {
        height: 25vh;
    }

    #sow-list-post-40 h3 {
        font-size      : 1.1em;
    }

    #sow-list-post-40 .post_tags {
        font-size: .8em
    }

}