body {
    margin: 0;
    font-family:'firasans-regular', serif;
    font-size: 14px;
    color: #360000;
}

.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: #6d0d0f;
    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: #6d0d0f;
    padding-top: 5px;
    padding-left: 20px;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 0;
}

.titres .h1 a {
    color: #6d0d0f;
    text-decoration: none;
}

.titres .slogan {
    margin-top: 0;
    padding-left: 60px;
    font-weight: bold;
    font-size: 12px;
    color: #360000;
}

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 #6d0d0f;
    margin-top: 25px;
}

.item-menu a {
    color: #360000;
    text-decoration: none;
}

@font-face {
    font-family: 'firasans-regular';
    src: url('http://www.wine-press.info/firasans-regular.ttf');
    font-style: normal;
    font-weight: 400;
}

zone{
    order: 4;
    width: 100%;
    display: block;
    margin: auto;
}

zone .content-intro {
    width: 100%;
    background-color: #6d0d0f;
    color: #FFFFFF;
}
zone .content-intro a{
   color: #FFFFFF;
}

zone .content-intro-container {
    width: 100%;
    max-width: 1169px;
    margin: 0 auto;
    display: flex;
   align-items: center;
}

zone .content-intro-container .content-intro-text {
    width: calc(50% - 40px);
    padding: 20px;
    padding-left: 0;
    display: inline-block;
}
zone .content-intro-container .content-intro-text h1 {
    color: #FFFFFF;
    font-size: 24px;
}
zone .content-intro-container .img_header {
    width: 50%;
    display: inline-block;
}
zone .content-intro-container .img_header img {
    width: 100%;
    display: block;
}
zone .content-intro-container .content-intro-text.content-no-image {
    width: 100%;
}

zone .content-part {
   width: 100%;
   background-color: #9e7e69;

}
zone .content-part:nth-of-type(even) {
    background-color: #796252;
}
zone .content-part.force-background {
    background-color: #796252;
}
zone .content-part-container {
    max-width: 1169px;
    margin: 0 auto;
    padding: 40px 20px;
}

zone .content-part-container h1{
   font-size: 21px;
}


img {
    max-width: 100%;
}
zone h1, h2, h3, h4, h5, h6 {
    color: #6d0d0f;
    font-family: 'firasans-regular', serif;
    text-transform: uppercase;
}

zone a {
   color: #6d0d0f;
}

autre {
    order: 5  ;
    max-width: 1169px;
    width: 100%;
    margin: auto;
    padding-bottom: 2em;
    padding-left: 20px;
    padding-right: 20px;
}
autre a{
    color: #6d0d0f;
}
footer {
    order: 6;
    background-color:#6d0d0f;
    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: 1169px) {
    zone .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;
    }
    zone .content-intro-container{
       display: block;
    }
    zone .content-intro-container .content-intro-text {
       width: auto;
    }
    zone .content-intro-container .img_header {
        width: auto;
        display: block;
        text-align: center;
    }
    zone .content-intro-container .img_header img{
        width: auto;
        display: block;
        margin: 0 auto;
    }
}


@media (max-width:745px) {
    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;
    }
}

.zone {
    display: flex;
    flex-direction: column;
}
.zone  .content-intro{
    order: 1;
}
.zone  .news{
    order: 2;
    max-width: 1169px;
    margin:0 auto;
}
.zone  > div{
    order: 3;
}
.news {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: baseline;
    padding-inline-start: unset;
    list-style-type: none;
}
.news > li {
   flex: 1;
   max-width: 33%;
   min-width:250px;
   margin: 8px;
   border: 1px solid #eeeeee;
}
.news > li .news-image{
  max-height: 188px;
  text-align: center;
  display: block;
}
.news > li .news-content{
  padding: 10px;
}
.news > li .news-image img{
  height: 188px;
}

.news > li .news-logo{
  display: inline-block;
  max-width: 30px;
}

.news > li .news-title{
  display: inline-block;
  width: calc(100% - 45px);
  margin-left: 15px;
  font-size: 19px;
  font-weight: bold;
  vertical-align: top;
}
.news > li .news-desc{
  margin-top: 10px;
  font-size: 13px;
}
.news > 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;
}

.dernieres-news-other {
    list-style: none;
    padding-left: 0;
}
.dernieres-news-other li{
    display: inline-block;
    width: 100%;
    border: 1px solid #6d0d0f;
    margin: 20px 0 20px 0;
    padding: 0 10px 0 10px;
}
.dernieres-news-other li > span{
    font-size: 1.5em;
}
.dernieres-news-other li .dernieres-news-image{
    float: left;
    max-width: 250px;
    padding-right: 10px;
    padding-bottom: 5px;
}
.dernieres-news-other li .dernieres-news-image img{
    max-height: 250px;
}
.dernieres-news-other li h3{
    display: block;
}
.dernieres-news-other li .view-more{
    display: block;
    padding: 4px;
    font-size: 2em;
    margin-top: 5px;
    font-weight: bold;
    color: #6d0d0f;
    text-decoration: underline;
}