body {
    margin: 0;
    font-family:'oswald-regular', serif;
    font-size: 14px;
    color: #000000;
}

.topsite {
    order: 1;
    display: inline-block;
    width: 120px;
    top: 0;
    background-color: #1ACDF1;
    width: 100%;
}

#main {
    display: flex;
    flex-flow: row wrap;
    margin: auto;
    max-width: 1134px;
    position: relative;
}

header {
    display: inline-block;
    margin: auto;
    background-position: center;
    display: inline-block;
    position: fixed;
    width: 120px;
    top: 0;
    height: 100%;
    background-color: #79E3F8;
}

h2 {
    color: #79E3F8;
    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 #79E3F8;
    margin-top: 25px;
}

.item-menu a {
    //color: #000000;
    color: #FFF;
    text-decoration: none;
}

@font-face {
    font-family: 'oswald-regular';
    src: url('http://www.les-fantaisies-de-leonie.fr/oswald-regular.ttf');
    font-style: normal;
    font-weight: 400;
}

section{
    order: 4;
    width: 100%;
    display: block;
    margin: auto;
}

section .section {
    margin-left: 120px;
}

section .content-intro {
    width: 100%;
    background-color: #79E3F8;
    color: #FFFFFF;
}
section .content-intro a{
   color: #FFFFFF;
}

section .content-intro-container {
    width: 100%;
    max-width: 1134px ;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}

section .content-intro-container .content-intro-text {
    width: calc(50% - 40px);
    padding: 40px;
    display: inline-block;
    position: absolute;
    width: 50%;
    right: 0;
    background-color: #79E3F8;
    margin-top: 60px;
    text-align: justify;
}
section .content-intro-container .content-intro-text h1 {
    color: #FFFFFF;
    font-size: 20px;
}
section .content-intro-container .content-intro-text h2,
section .content-intro-container .content-intro-text h3,
section .content-intro-container .content-intro-text h4 {
    color: #FFFFFF;
}
section .content-intro-container .img_header {
    width: 100%;
    display: inline-block;
}
section .content-intro-container .img_header img {
    width: 100%;
    display: block;
}
section .content-intro-container .content-intro-text.content-no-image {
    width: 100%;
}

section .content-part {
   width: 100%;
   background-color: #FFFFFF;
    text-align: center;

}
section .content-part:nth-of-type(even) {
    background-color: #49D8F5;
}
section .content-part:nth-of-type(odd) {
    background-color: #1ACDF1;
}
@media (min-width:710px) {

    section .content-part:nth-of-type(2) {
        width: 50%;
        display: inline-block;
        background-color: #1ACDF1;
        text-align: left;
    }
    section .content-part:nth-of-type(3) {
        width: 50%;
        display: inline-block;
        background-color: #FFFFFF;
        text-align: left;
        vertical-align: top;
    }
}

section .content-part.force-background {
    background-color: #49D8F5;
}
section .content-part-container {
    max-width: 1134px;
    margin: 0 auto;
    padding: 40px 20px;
}

section .content-part-container h1{
   font-size: 21px;
}


img {
    max-width: 100%;
}
section h1, h2, h3, h4, h5, h6 {
    color: #79E3F8;
    font-family: 'oswald-regular', serif;
    text-transform: uppercase;
}

section a {
   color: #79E3F8;
}

additional {
    order: 5  ;
    max-width: 1134px;
    width: 100%;
    margin: auto;
    padding-bottom: 2em;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 120px;
}
additional a{
    color: #79E3F8;
}
footer {
    order: 6;
    background-color:#79E3F8;
    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: 1134px) {
    section .content-intro-container .content-intro-text{
       padding-left: 20px;
   }
    .topsite {
        width: 100%;
    }
    header {
        display: block;
    }
    .logo {
    }
    .titres {
        float: right;
    }
}


@media (max-width:710px) {
    section .content-intro-container{
        display: block;
    }
    section .content-intro-container .content-intro-text {
        width: auto;
        position: inherit;
        text-align: left;
        margin-top: 0;
    }

    section .content-intro-container .img_header {
        width: auto;
        display: block;
        text-align: center;
    }
    section .content-intro-container .img_header img{
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    section .content-part:nth-of-type(2) {
        width: 100%;
        display: inline-block;
        background-color: #1ACDF1;
        text-align: left;
    }
    section .content-part:nth-of-type(3) {
        width: 100%;
        display: inline-block;
        background-color: #FFFFFF;
        text-align: left;
        vertical-align: top;
    }

}
.section {
    display: flex;
    flex-direction: column;
}
.section  .content-intro{
    order: 1;
}
.section  .news{
    order: 2;
    max-width: 1134px;
    margin:0 auto;
}
.section  > 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%;
   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;
}

.informations-recentes-other {
    list-style: none;
    padding-left: 0;
}
.informations-recentes-other li{
    display: block;
    min-height: 190px;
}
.informations-recentes-other li .informations-recentes-image{
    float: left;
    max-width: 175px;
    padding-right: 10px;
    padding-bottom: 5px;
}
.informations-recentes-other li .informations-recentes-image img{
    max-width: 170px;
    max-height: 135px;
}
.informations-recentes-other li h3{
    display: block;
}
.informations-recentes-other li .view-more{
    display: block;
    padding: 4px;
    margin-top: 5px;
    font-weight: bold;
    color: #79E3F8;
    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;
}