body {
    margin: 0;
    font-family:'roboto-regular', serif;
    font-size: 14px;
    color: #000000;
}

.topsite {
    order: 1;
    display: inline-block;
    width: 120px;
    top: 0;
    background-color: #111A55;
    width: 100%;
}

#main {
    display: flex;
    flex-flow: row wrap;
    margin: auto;
    max-width: 917px;
    position: relative;
}

header {
    display: inline-block;
    margin: auto;
    background-position: center;
    display: inline-block;
    position: fixed;
    width: 120px;
    top: 0;
    height: 100%;
    background-color: #2032AC;
}

h2 {
    color: #2032AC;
    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: #FFFFFF;
    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 #2032AC;
    margin-top: 25px;
}

.item-menu a {
    //color: #000000;
    color: #FFF;
    text-decoration: none;
}

@font-face {
    font-family: 'roboto-regular';
    src: url('http://www.fiona-schmidt.net/roboto-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: #2032AC;
    color: #FFFFFF;
}
article .content-intro a{
   color: #FFFFFF;
}

article .content-intro-container {
    width: 100%;
    max-width: 917px ;
    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: #2032AC;
    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: #192680;
}
article .content-part:nth-of-type(odd) {
    background-color: #111A55;
}
@media (min-width:860px) {

    article .content-part:nth-of-type(2) {
        width: 50%;
        display: inline-block;
        background-color: #111A55;
        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: #192680;
}
article .content-part-container {
    max-width: 917px;
    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: #2032AC;
    font-family: 'roboto-regular', serif;
    text-transform: uppercase;
}

article a {
   color: #2032AC;
}

others {
    order: 5  ;
    max-width: 917px;
    width: 100%;
    margin: auto;
    padding-bottom: 2em;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 120px;
}
others a{
    color: #2032AC;
}
footer {
    order: 6;
    background-color:#2032AC;
    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: 917px) {
    article .content-intro-container .content-intro-text{
       padding-left: 20px;
   }
    .topsite {
        width: 100%;
    }
    header {
        display: block;
    }
    .logo {
    }
    .titres {
        float: right;
    }
}


@media (max-width:860px) {
    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: #111A55;
        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  .new-article{
    order: 2;
    max-width: 917px;
    margin:0 auto;
}
.article  > div{
    order: 3;
}
.new-article {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: baseline;
    padding-inline-start: unset;
    list-style-type: none;
}
.new-article > li {
   flex: 1;
   max-width: 33%;
   margin: 8px;
   border: 1px solid #eeeeee;
}
.new-article > li .new-article-image{
  max-height: 188px;
  text-align: center;
  display: block;
}
.new-article > li .new-article-content{
  padding: 10px;
}
.new-article > li .new-article-image img{
  height: 188px;
}

.new-article > li .new-article-logo{
  display: inline-block;
  max-width: 30px;
}

.new-article > li .new-article-title{
  display: inline-block;
  width: calc(100% - 45px);
  margin-left: 15px;
  font-size: 19px;
  font-weight: bold;
  vertical-align: top;
}
.new-article > li .new-article-desc{
  margin-top: 10px;
  font-size: 13px;
}
.new-article > 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;
}

.last-infos-other {
    list-style: none;
    padding-left: 0;
}
.last-infos-other li{
    display: block;
    min-height: 190px;
}
.last-infos-other li .last-infos-image{
    float: left;
    max-width: 175px;
    padding-right: 10px;
    padding-bottom: 5px;
}
.last-infos-other li .last-infos-image img{
    max-width: 170px;
    max-height: 135px;
}
.last-infos-other li h3{
    display: block;
}
.last-infos-other li .view-more{
    display: block;
    padding: 4px;
    margin-top: 5px;
    font-weight: bold;
    color: #2032AC;
    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;
}