body {
    margin: 0;
    font-family:'slabo27px-regular', serif;
    font-size: 14px;
    color: #000000;
}

.topsite {
    order: 1;
    display: inline-block;
    width: 50%;
}

#main {
    display: flex;
    flex-flow: row wrap;
    margin: auto;
}

header {
    display: inline-block;
    margin: auto;
    background-position: center;
    padding-left: 30px;
}

h2 {
    color: #5FB632;
    text-transform: uppercase;
}

.logo {
    float: left;
    padding-left: 2px;
    padding-top: 2px;
}

.logo img{
    height: 60px;
}

.titres {
    float: left;
    font-weight: bold;
    margin-top: 12px;
}

.titres .h1 {
    color: #5FB632;
    padding-top: 5px;
    padding-left: 20px;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 0;
}

.titres .h1 a {
    color: #5FB632;
    text-decoration: none;
}

.titres .slogan {
    margin-top: 0;
    padding-left: 60px;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
}

nav {
    order: 2;
    margin-bottom: 0px;
    width: 50%;
    padding-top: 25px;
    text-align: right;
}

.bandeau {
    order: 3;
    width: 100%;
    text-align: center;
    height: 1px;
}

.item-menu {
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    margin-right: 15px;
}
.item-menu:last-child{
    margin-right: 30px;
}

.item-menu:hover:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #5FB632;
    margin-top: 25px;
}

.item-menu a {
    color: #000000;
    text-decoration: none;
}

@font-face {
    font-family: 'slabo27px-regular';
    src: url('http://www.ventedeecommerce.com/slabo27px-regular.ttf');
    font-style: normal;
    font-weight: 400;
}

post{
    order: 4;
    width: 100%;
    display: block;
    margin: auto;
}

post .content-intro {
    width: 100%;
    background-color: #5FB632;
    color: #FFFFFF;
}
post .content-intro a{
   color: #FFFFFF;
}

post .content-intro-container {
    width: 100%;
    max-width: 1245px;
    margin: 0 auto;
    display: flex;
   align-items: center;
}

post .content-intro-container .content-intro-text {
    width: calc(50% - 40px);
    padding: 20px;
    padding-left: 0;
    display: inline-block;
}
post .content-intro-container .content-intro-text h1 {
    color: #FFFFFF;
    font-size: 24px;
}
post .content-intro-container .img_header {
    width: 50%;
    display: inline-block;
}
post .content-intro-container .img_header img {
    width: 100%;
    display: block;
}
post .content-intro-container .content-intro-text.content-no-image {
    width: 100%;
}

post .content-part {
   width: 100%;
   background-color: #36651E;

}
post .content-part:nth-of-type(even) {
    background-color: #4A8D28;
}
post .content-part.force-background {
    background-color: #4A8D28;
}
post .content-part-container {
    max-width: 1245px;
    margin: 0 auto;
    padding: 40px 20px;
}

post .content-part-container h1{
   font-size: 21px;
}


img {
    max-width: 100%;
}
post h1, h2, h3, h4, h5, h6 {
    color: #5FB632;
    font-family: 'slabo27px-regular', serif;
    text-transform: uppercase;
}

post a {
   color: #5FB632;
}

linked {
    order: 5  ;
    max-width: 1245px;
    width: 100%;
    margin: auto;
    padding-bottom: 2em;
    padding-left: 20px;
    padding-right: 20px;
}
linked a{
    color: #5FB632;
}
footer {
    order: 6;
    background-color:#5FB632;
    text-align: center;
    width: 100%;
    padding: 25px 50px;
}

footer .language {
    display: inline-block;
    margin-top: 10px;
    width: 33%;
    text-align: left;
}

footer .footer-links {
    display: inline-block;
    text-align: center;
    width: 33%;
}
footer .footer-links a {
    display: block;
    color: #FFFFFF;
}
footer .footer-social {
    display: inline-block;
    width: 33%;
    text-align: right;
}

articles article {
    display: inline-block;
    width: 100%;
    padding-bottom: 25px;
}

articles article h3 {
    margin-bottom: 2px;
}

articles article .view-more {
    float: right;
    padding: 4px;
    margin-top: 50px;
    font-weight: bold;
    //background-color:%% site_style_liseret_color%%;
    color: white;
}

.img_resume_frame {
    padding: 0 10px 0 10px
}

.img_resume {
    float: left;
    width: 300px;
    margin: 10px;
}

.ok {
    background-color: lightgreen;
    padding: 0.3em;
}

.error {
    background-color: lightpink;
    padding: 0.3em;
}

@media (max-width: 1245px) {
    post .content-intro-container .content-intro-text{
       padding-left: 20px;
   }
    .topsite {
        width: 100%;
    }
    header {
        display: block;
        padding-left: 5px;
        padding-right: 30px;
    }
    .logo {
        padding-left: 20px;
    }
    .titres {
        float: right;
    }
    nav {
        width: 100%;
        text-align: left;
        padding-bottom: 20px;
    }
    .item-menu:last-child {
        margin-right: 0;
    }
    .item-menu:first-child {
        margin-left: 30px;
    }
    post .content-intro-container{
       display: block;
    }
    post .content-intro-container .content-intro-text {
       width: auto;
    }
    post .content-intro-container .img_header {
        width: auto;
        display: block;
        text-align: center;
    }
    post .content-intro-container .img_header img{
        width: auto;
        display: block;
        margin: 0 auto;
    }
}


@media (max-width:645px) {
    footer .language {
        display: block;
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }

    footer .footer-links {
        display: block;
        text-align: center;
        width: 100%;
    }
    footer .footer-social {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.post {
    display: flex;
    flex-direction: column;
}
.post  .content-intro{
    order: 1;
}
.post  .nouveaux-articles{
    order: 2;
    max-width: 1245px;
    margin:0 auto;
}
.post  > div{
    order: 3;
}
.nouveaux-articles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: baseline;
    padding-inline-start: unset;
    list-style-type: none;
}
.nouveaux-articles > li {
   flex: 1;
   max-width: 33%;
   min-width:250px;
   margin: 8px;
   border: 1px solid #eeeeee;
}
.nouveaux-articles > li .nouveaux-articles-image{
  max-height: 188px;
  text-align: center;
  display: block;
}
.nouveaux-articles > li .nouveaux-articles-content{
  padding: 10px;
}
.nouveaux-articles > li .nouveaux-articles-image img{
  height: 188px;
}

.nouveaux-articles > li .nouveaux-articles-logo{
  display: inline-block;
  max-width: 30px;
}

.nouveaux-articles > li .nouveaux-articles-title{
  display: inline-block;
  width: calc(100% - 45px);
  margin-left: 15px;
  font-size: 19px;
  font-weight: bold;
  vertical-align: top;
}
.nouveaux-articles > li .nouveaux-articles-desc{
  margin-top: 10px;
  font-size: 13px;
}
.nouveaux-articles > li .view-more{
   display: block;
   text-transform: uppercase;
   color: #%% site_header_background_color%%;
   padding-left: 10px;
   padding-top: 10px;
   font-size: 13px;
   font-weight: 900;
}

.journal-actu-other {
    list-style: none;
    padding-left: 0;
}
.journal-actu-other li{
    display: inline-block;
    width: 100%;
    border: 1px solid #5FB632;
    margin: 20px 0 20px 0;
    padding: 0 10px 0 10px;
}
.journal-actu-other li > span{
    font-size: 1.5em;
}
.journal-actu-other li .journal-actu-image{
    float: left;
    max-width: 250px;
    padding-right: 10px;
    padding-bottom: 5px;
}
.journal-actu-other li .journal-actu-image img{
    max-height: 250px;
}
.journal-actu-other li h3{
    display: block;
}
.journal-actu-other li .view-more{
    display: block;
    padding: 4px;
    font-size: 2em;
    margin-top: 5px;
    font-weight: bold;
    color: #5FB632;
    text-decoration: underline;
}
.affil-content{
    background-color:white;
}
.itemProduct{
    overflow:hidden;
    display:flex;
}
.product-block-img{
    display:inline-block;
    float:left;
}
.product-img{
    max-width:200px;
}
.info-product{
    display:inline-block;
    padding-left:10px;
}
.product-name{
    display: inline-block;
    font-size: 1.33em;
    font-weight: bold;
    margin-bottom: 4px;
}
.product-price{
    font-size: 2.5em;
    font-weight: normal;
    margin-right: 5px;
    white-space: nowrap;
    color: #f00;
}
.product-cart{
    border-radius: 5px;
    background-color: green;
    margin: auto;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    font-weight: bold;
    color: white;
    font-size: 1.3em;
    text-transform: uppercase;
}
.atc:hover {
    text-decoration: underline;
    cursor: pointer;
}