body {
    margin: 0;
    font-family:'ubuntu-regular', serif;
    font-size: 14px;
    color: black;
}

.topsite {
    order: 1;
    display: inline-block;
    width: 120px;
    top: 0;
    background-color: #12A6A5;
    width: 100%;
}

#main {
    display: flex;
    flex-flow: row wrap;
    margin: auto;
    max-width: 1240px;
    position: relative;
}

header {
    display: inline-block;
    margin: auto;
    background-position: center;
    display: inline-block;
    position: fixed;
    width: 120px;
    top: 0;
    height: 100%;
    background-color: #32ECEA;
}

h2 {
    color: black;
    text-transform: uppercase;
}

.logo {
    float: left;
    padding-left: 2px;
    padding-top: 2px;
}

.logo img{
    max-height: 60px;
    padding-left: 15px;
    padding-top: 10px;
    max-width: 85px;
}

.titres {
    float: left;
    font-weight: bold;
    margin-top: 12px;
    width: 120px;
    text-align: center;
}

.titres .h1 {
    color: black;
    font-size: 10px;
    text-decoration: none;
    margin-bottom: 0;
}

.titres .h1 a {
    color: #FFFFFF;
    text-decoration: none;
}

.titres .slogan {
    margin-top: 0;
    font-weight: bold;
    font-size: 9px;
    color: #000000;
    text-align: center;
    padding-top: 5px;
    text-transform: uppercase;
}

nav {
    order: 2;
    margin-bottom: 0px;
    position: fixed;
    top: 170px;
    text-align: center;
    width: 120px;
}

.bandeau {
    display: none;
}

.item-menu {
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    width: 100px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.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 #32ECEA;
    margin-top: 25px;
}

.item-menu a {
    //color: #000000;
    color: #FFF;
    text-decoration: none;
}

@font-face {
    font-family: 'ubuntu-regular';
    src: url('https://www.gs-europe.com/ubuntu-regular.ttf');
    font-style: normal;
    font-weight: 400;
}

article{
    order: 4;
    width: 100%;
    display: block;
    margin: auto;
}

article .article {
    margin-left: 120px;
}

article .content-intro {
    width: 100%;
    background-color: #32ECEA;
    color: black;
}
article .content-intro a{
   color: #FFFFFF;
}

article .content-intro-container {
    width: 100%;
    max-width: 1240px ;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}

article .content-intro-container .content-intro-text {
    width: calc(50% - 40px);
    padding: 40px;
    display: inline-block;
    position: absolute;
    width: 50%;
    right: 0;
    background-color: #32ECEA;
    margin-top: 60px;
    text-align: justify;
}
article .content-intro-container .content-intro-text h1 {
    color: #FFFFFF;
    font-size: 20px;
}
article .content-intro-container .content-intro-text h2,
article .content-intro-container .content-intro-text h3,
article .content-intro-container .content-intro-text h4 {
    color: #FFFFFF;
}
article .content-intro-container .img_header {
    width: 100%;
    display: inline-block;
}
article .content-intro-container .img_header img {
    width: 100%;
    display: block;
}
article .content-intro-container .content-intro-text.content-no-image {
    width: 100%;
}

article .content-part {
   width: 100%;
   background-color: #FFFFFF;
    text-align: center;

}
article .content-part:nth-of-type(even) {
    background-color: #16D5D4;
}
article .content-part:nth-of-type(odd) {
    background-color: #12A6A5;
}
@media (min-width:810px) {

    article .content-part:nth-of-type(2) {
        width: 50%;
        display: inline-block;
        background-color: #12A6A5;
        text-align: left;
    }
    article .content-part:nth-of-type(3) {
        width: 50%;
        display: inline-block;
        background-color: #FFFFFF;
        text-align: left;
        vertical-align: top;
    }
}

article .content-part.force-background {
    background-color: #16D5D4;
}
article .content-part-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 40px 20px;
}

article .content-part-container h1{
   font-size: 21px;
}


img {
    max-width: 100%;
}
article h1, h2, h3, h4, h5, h6 {
    color: black;
    font-family: 'ubuntu-regular', serif;
    text-transform: uppercase;
}

article a {
   color: #32ECEA;
}

others {
    order: 5  ;
    max-width: 1240px;
    width: 100%;
    margin: auto;
    padding-bottom: 2em;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 120px;
}
others a{
    color: #32ECEA;
}
footer {
    order: 6;
    background-color:#32ECEA;
    text-align: center;
    width: 100%;
    //padding: 25px 50px;
}

footer .language {
    position: absolute;
    top: 15px;
    right: 15px;
}

footer .footer-links {
    position: fixed;
    bottom: 10px;
    width: 100px;
    padding-left: 10px;
}
footer .footer-links a {
    display: block;
    color: #FFFFFF;
}
footer .footer-social {
    margin-left: 120px;
}

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: 1240px) {
    article .content-intro-container .content-intro-text{
       padding-left: 20px;
   }
    .topsite {
        width: 100%;
    }
    header {
        display: block;
    }
    .logo {
    }
    .titres {
        float: right;
    }
}


@media (max-width:810px) {
    article .content-intro-container{
        display: block;
    }
    article .content-intro-container .content-intro-text {
        width: auto;
        position: inherit;
        text-align: left;
        margin-top: 0;
    }

    article .content-intro-container .img_header {
        width: auto;
        display: block;
        text-align: center;
    }
    article .content-intro-container .img_header img{
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    article .content-part:nth-of-type(2) {
        width: 100%;
        display: inline-block;
        background-color: #12A6A5;
        text-align: left;
    }
    article .content-part:nth-of-type(3) {
        width: 100%;
        display: inline-block;
        background-color: #FFFFFF;
        text-align: left;
        vertical-align: top;
    }

}
.article {
    display: flex;
    flex-direction: column;
}
.article  .content-intro{
    order: 1;
}
.article  .nouveaute{
    order: 2;
    max-width: 1240px;
    margin:0 auto;
}
.article  > div{
    order: 3;
}
.nouveaute > li .nouveaute-image{
  max-height: 188px;
  text-align: center;
  display: block;
}
.nouveaute > li .nouveaute-image img{
  height: 188px;
}

.nouveaute > li .nouveaute-logo{
  display: inline-block;
  max-width: 30px;
}

.nouveaute > li .nouveaute-title{
  display: inline-block;
  width: calc(100% - 45px);
  margin-left: 15px;
  font-size: 19px;
  font-weight: bold;
  vertical-align: top;
}
.nouveaute > li .nouveaute-desc{
  margin-top: 10px;
  font-size: 13px;
}
.nouveaute > 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;
}

.blog-other {
    list-style: none;
    padding-left: 0;
}
.blog-other li{
    display: block;
    min-height: 190px;
}
.blog-other li .blog-image{
    float: left;
    max-width: 175px;
    padding-right: 10px;
    padding-bottom: 5px;
}
.blog-other li .blog-image img{
    max-width: 170px;
    max-height: 135px;
}
.blog-other li h3{
    display: block;
}
.blog-other li .view-more{
    display: block;
    padding: 4px;
    margin-top: 5px;
    font-weight: bold;
    color: #32ECEA;
    text-decoration: underline;
}

.nouveaute > ul {
                               display: flex;
                               flex-wrap: wrap;
                               list-style-type: none;
                               padding: 0;
                               margin: 0;
                           }

.nouveaute > li {
                               border: 1px solid lightgray;
                               margin: 5px;
                               padding: 5px;
                               box-sizing: border-box;
                           }

.nouveaute > li img {
                               max-width: 100%;
                               height: auto;
                               display: block;
                           }

.nouveaute > li h3,
                           .nouveaute > li p {
                                                          display: block;
                                                          margin: 5px;
                                                      }


.nouveaute > li.articles-1 {
                               width: calc(100% - 22px);
                               display: flex;
                           }

.nouveaute > li.articles-1 .article-content {
                               display: flex;
                               width: 100%;
                           }

.nouveaute > li.articles-1 .text-content {
                               width: 50%;
                               padding-left: 10px;
                           }

.nouveaute > li.articles-2 {
                               width: calc(50% - 22px);
                           }

.nouveaute >  li.articles-3 {
                               width: calc(33.333% - 22px);
                           }

@media only screen and (max-width: 500px) {
    .nouveaute > li.articles-1 .article-content {
                                   flex-direction: column;
                               }

    .nouveaute > li.articles-1 img,
                               .nouveaute > li.articles-1 .text-content {
                                                              width: 100%;
                                                          }

    .nouveaute > li.articles-1 .text-content {
                                   padding-left: 0;
                               }

    .nouveaute > li.articles-3 {
                                   width: calc(100% - 22px);
                               }

    .nouveaute > li.articles-2 img {
                                   width: 100%;
                               }
}
