.wrapper{
    width:100%;
    max-width:1320px;
    margin:0 auto;
}
.padding_container{
    display:block;
    width:100%;
    height:0px;
    font-size: 0px;
    position:relative;
}
.height_container{
    position: absolute;
    width:100%;
    height:100%;
    z-index:1;
}
.wrapper{
    background:url('../images/front/bg-office.jpg') no-repeat;
    background-position: top center;
    background-size: cover;
    width:100%;
    height:100vh;
    position:relative;
}
body.home .wrapper{
    background-image:none;
    height: auto;
}
/* intro */
.intro .height_container{
    display:table;
    height:60%;
}
.intro .content{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.intro nav{
    display:inline-block;  
    vertical-align: middle;  
}
.intro nav ul{
    margin:0;
    list-style-type: none;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
.intro nav li{
    display:block;
    padding:3px;
    margin:7px;
}
.intro nav li a{
    display:block;
    width:46px;
    height:46px;
    text-align: center;
    line-height:48px;
    text-decoration: none;
    border:1px solid #000;
    color:#000;
    box-sizing: content-box;
}
.intro nav li a span{
   /*font-family: 'futura';*/
   font-family: 'Nunito', sans-serif;
   font-size:21px;
}
.intro nav li:hover{
    padding:0;
}
.intro nav li:hover a{
    border:4px solid #003884;
    color:#003884;
    border-radius: 3px;
}
.intro nav li:hover a span{
    /*font-family:'futurabold';*/
    font-family: 'Nunito', sans-serif;
    font-weight:700;
}
.intro .logo{
    display:inline-block;
    vertical-align: middle;  
    margin:5% 10% 0 5%;
}
.intro .logo-mob{
    display:none;
}
@media (orientation: portrait) {
    .intro .logo{
        margin:0;
        display:none;
    }
    .intro .logo-mob{
        display:block;
    }
    .intro .logo-mob img{
        display:block;
        width:70%;
        max-width: 100%;
        margin:0 auto;
    }
    .intro nav li a{
        background:#fff;
    }
}
@media (orientation: landscape) and (max-width:1023px) {
    .intro .height_container{
        height:100%;
    }
    .intro nav li a{
        background:#fff;
    }
}
@media (orientation: landscape) and (max-width:768px) {
    .intro .logo {
        display: inline-block;
        vertical-align: middle;
        margin: 5% 10% 0 5%;
        width: 50%;
    }
    .intro .logo img{
        width:100%;
        max-width: 100%;
    }
}
/* header */
header {
    display: block;
    background: #fff;
    padding-bottom: 15px;
}
header nav{
    border-bottom:2px solid #000;
}
header nav ul{
    display:block;
    text-align: center;
    padding:15px 0;
    margin:0;
}
header nav ul li{
    display:inline-block;
    text-align: center;
    margin:0 25px;
}
header nav ul li:first-child{
    margin-left:0;
}
header nav ul li:last-child{
    margin-right:0;
}
header nav ul li a{
    /*font-family: 'futura';*/
    font-family: 'Nunito', sans-serif;
    font-size:20px;
    text-decoration: none;
    color:#000;
}
@media (max-width:1280px){
    header nav ul li a{
        font-size:18px;
    }
}
@media (max-width:480px){
    header nav ul li a{
        font-size:24px;
        line-height:30px;
    }
}
@media (max-width:360px){
    header nav ul li a{
        font-size:22px;
        line-height:28px;
    }
}
@media (max-width:979px) {
    header nav {
        position: fixed;
        z-index: 900;
        background: #fff;
        width: 100vw;
        left:-100vw;
        transition: all ease 0.2s;
        border-bottom:0;
    }
    header nav.active {
        left:0;
    }
    header nav ul li{
        display:block;
        text-align: left;
        margin:0;
        padding:7px 0 7px 20px;
    }
    header{
        border-bottom:2px solid #000;
    }
}
header .logo{
    margin-top:30px;
    margin-bottom:30px;
    padding:0 20px;
}
header .lang{
    position:absolute;
    right:10px;
    top:20px;
}
header .lang ul{
    margin:0;
    list-style-type: none;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
header .lang li{
    display:block;
    padding:1px;
    margin:3px;
}
header .lang li a{
    display:block;
    width:26px;
    height:26px;
    text-align: center;
    line-height:28px;
    text-decoration: none;
    border:1px solid #000;
    color:#000;
    box-sizing: content-box;
}
header .lang li a span{
   /*font-family: 'futura';*/
   font-family: 'Nunito', sans-serif;
   font-size:12px;
}
header .lang li:hover{
    padding:0;
}
header .lang li:hover a{
    border:2px solid #003884;
    color:#003884;
    border-radius: 2px;
}
header .lang li:hover a span{
    font-family: 'Nunito', sans-serif;
    font-weight:700;
}
header .ham{
    display:none;
    position:absolute;
    top:0;
    left:10px;
    height:100%;
}
@media (max-width:979px) {
    header .row{
        position:relative;
    }
    header .ham{
        display:block;
    }
    header .ham div.table{
        display:table;
        height: 100%;
    }
    header .ham div.cell{
        display:table-cell;
        vertical-align: middle;
    }
    header .ham a{
        display:block;
        width:70px;
        height:58px;
        position:relative;
        cursor:pointer;
    }
    header .ham div a span{
        position:absolute;
        display:block;
        width:100%;
        height:calc(25% - 2px);
        background:#003884;
        border-radius: 2px;
    }
    header .ham span:first-child{
        top:0px;
    }
    header .ham span:last-child{
        bottom:0px;
    }
    header .ham a::before{
        position:absolute;
        top:calc(25% + 1px);
        display:block;
        width:100%;
        height:calc(25% - 2px);
        content:" ";
        background:#003884;
        border-radius: 2px;
    }
    header .ham a::after{
        position:absolute;
        bottom:calc(25% + 1px);
        display:block;
        width:100%;
        height:calc(25% - 2px);
        content:" ";
        background:#003884;
        border-radius: 2px;
    }
    header .lang {
        top: 0;
        height: 100%;
    }
    header .lang div {
        display:table;
        height: 100%;
    }
    header .lang div ul{
        display:table-cell;
        vertical-align: middle;
    }
    header .lang li {
        display: inline-block;
    }
    header .lang li a {
        width: 50px;
        height: 50px;
        line-height: 52px;
    }
    header .lang li a span {
        font-size: 22px;
    }
}
@media (max-width:480px){
    header .ham a{
        width:60px;
    }
    header .lang li a {
        width: 44px;
        height: 44px;
        line-height: 46px;
    }
}
@media (max-width:360px){
    header .ham a{
        width:50px;
        height:50px;
    }
    header .lang li a {
        width: 38px;
        height: 38px;
        line-height: 40px;
    }
}
/* footer */
footer{
    padding-top:45px;
    padding-bottom:30px;
    border-top:2px solid #000;
}
footer nav ul{
    display:block;
    text-align: right;
}
footer nav ul li{
    display:inline-block;
    text-align: right;
    margin:0 0 0 25px;
}
footer nav ul li a{
    /*font-family: 'futura';*/
    font-family: 'Nunito', sans-serif;
    font-size:20px;
    text-decoration: none;
    color:#000;
}
@media (max-width:480px){
    footer nav ul{
        text-align: center;
        margin:30px 0;
        padding:0;
    }
    footer nav ul li{
        display:block;
        text-align: center;
        margin:0;
    }
    footer nav ul li a{
        padding:10px 0;
        display:block;
    }
}

/* main */
a.down{
    display:block;
    height:26px;
    background:url('../images/front/arrow-down-blue.png') no-repeat center;
}
main h2{
    font-size: 65px;
    /*font-family:'futuralight';*/
    font-family: 'Nunito', sans-serif;
    text-align: center;
    font-weight: 200;
}
main.qsmmain{
    background:url('../images/front/bg-office-white.jpg') no-repeat top center;
    background-attachment: fixed;
    background-position: center; 
}
@media (max-width:1280px){
    main h2{
        font-size: 58px;
    }
}
@media (max-width:980px){
    main h2{
        font-size: 40px;
    }
}
@media (max-width:768px){
    main h2{
        font-size: 30px;
    }
}
@media (max-width:360px){
    main h2{
        font-size: 26px;
    }
}
main h3{
    font-size:18px;
    color:#8eabe6;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    font-size:25px;
}
@media (max-width:980px){
    main h3{
        font-size:16px;
    }
}
@media (max-width:768px){
    main h3{
        font-size:18px;
    }
}
@media (max-width:360px){
    main h3{
        font-size:15px;
    }
}
section#intro .padding_container{
    padding-bottom:59.0909090909091%;
}
section#intro .padding_container .height_container{
    height:69.2307692307692%;
    z-index:1;
}
section#intro .padding_container .height_container2{
    height:30.7692307692308%;
    bottom:0;
    top:69.2307692307692%;
    z-index:1;
}

@media (max-width:480px){
    section#intro .padding_container{
        padding-bottom:94.7916666666667%;
    }
    section#intro .padding_container .height_container{
        height:16.4835164835165%;
    }
    section#intro .padding_container .height_container2{
        height:83.5164835164835%;
        top:16.4835164835165%;
    }
}
section#intro .blueblock,
section#qsm-title .blueblock{
    display:block;
    background:rgba(0,56,132,.8);
    height:30.7692307692308%;
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    z-index:0;
    transition: all ease 2s;
}
section#intro .blueblock.full,
section#qsm-title .blueblock{
    height:100%;
}
section#intro h1{
    display:block;
    overflow: hidden;
    position: relative;
}
section#intro h1 span{
    position: absolute;
}
section#intro h1 img{
    margin:0 auto;
    margin-top:80px;
}
section#qsm .padding_container{
    padding-bottom: 18.030303030303%;
}
@media (max-width:480px){
    section#intro .blueblock{
        height:83.5164835164835%;
    }
    section#qsm .padding_container{
        padding-bottom:78.9583333333333%;
    }
}
section#intro h2{
    color:#fff;
    display:table;
    width:100%;
    height:100%;
    margin:0;
}
section#intro h2 span{
    position: relative;
    display:table-cell;
    vertical-align: middle;
}
/*section#intro h2:after{    
    display: block;
    height: 26px;
    background: url('../images/front/arrow-down-white.png') no-repeat center;
    content: " ";
    position: absolute;
    bottom: -7%;
    width: 100%;
    left: 0;
    background-size: contain;
}*/
@media (max-width:480px){
    section#intro h2{        
        height:30%;
        position:relative;
    }
}
@media (max-width:768px){
    section#intro h2{
        padding:5% 0;
    }
    /*section#intro h2:after {
        height: 18px;
    }*/
}
@media (max-width:480px){
    /*section#intro h2:after {
        height: 14px;
    }*/
}
@media (max-width:480px){
    section#intro h2{
        position:relative;
        height:auto;
    }
}
section#qsm .block{
    background:#003884;
    padding: 10% 0;
}
section#qsm p,
section#intro p{
    color:#fff;
    /*font-family: 'futuralightbt';*/
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    font-size:22px;
    vertical-align: top;
}
@media (max-width:1280px){
    section#intro p{
        font-size:18px;
    }
}
@media (max-width:360px){
    section#intro p{
        font-size:16px;
    }
}
.extralink{
    float: right;
    display:table;
    width:150px;
    height:150px;
    text-decoration: none;  
    border:2px solid #90a8dd;  
}
.extralink span{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #90a8dd;
    /*font-family: 'futurabold';*/
    font-family: 'Nunito', sans-serif;
    font-weight:700;
    font-size: 20px;
}
@media (max-width:1280px){
    .extralink{
        width:130px;
        height:130px;
    }
    .extralink span{
        font-size: 18px;
    }
}
@media (max-width:980px){
    .extralink{
        width:120px;
        height:120px;
    }
    .extralink span{
        font-size: 15px;
    }
}
@media (max-width:480px){
    .extralink{
        float:none;
        margin:0 auto;
    }
}
section#qsm .more{
    display: inline-block;
    width:28px;
    height:28px;
    background:url('../images/front/more.png') no-repeat;
}
section#auteurs .padding_container{
    padding-bottom:63.4090909090909%;
}
@media (max-width:768px){
    section#auteurs .padding_container{
        padding-bottom:78.125%;
    }
}
@media (max-width:480px){
    section#auteurs .padding_container{
        padding-bottom:114.583333333333%;
    }
}
section#auteurs h2{
    position: relative;
    color:#003884;
    display:table;
    width:100%;
    height:100%;
    margin:0 0 3% 0;
    padding:7% 0;
}
section#auteurs h2 span{
    display:table-cell;
    vertical-align: middle;
}
section#auteurs h2:after{    
    display: none;
    height: 26px;
    background: url('../images/front/arrow-down-blue.png') no-repeat center;
    content: " ";
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    background-size: contain;
}

@media (max-width:768px){
    section#auteurs h2{
        padding:5% 0;
    }
    section#auteurs h2:after {
        height: 18px;
    }
}
@media (max-width:480px){
    section#auteurs h2:after {
        height: 14px;
    }
}



section#auteurs p{
    color:#003884;
    /*font-family: 'futuralightbt';*/
    font-family: 'Nunito', sans-serif;
    font-weight:300;
    font-size:22px;
    text-align: center;
    line-height: 28px;
}
@media (max-width:1280px){
    section#auteurs p{
        font-size:18px;
        line-height: 22px;
    }
}
@media (max-width:980px){
    section#auteurs p{
        font-size:16px;
        line-height: 20px;
    }
}
@media (max-width:768px){
    section#auteurs p{
        font-size:18px;
        line-height: 22px;
    }
}
@media (max-width:600px){
    section#auteurs p{
        font-size:16px;
        line-height: 20px;
    }
}
@media (max-width:480px){
    section#auteurs p{
        font-size:18px;
        line-height: 21px;
    }
}
@media (max-width:360px){
    section#auteurs p{
        font-size:16px;
        line-height: 18px;
    }
}
section#auteurs .more{
    display: inline-block;
    width:28px;
    height:28px;
    background:url('../images/front/more-blue.png') no-repeat;
}
section#parutions .padding_container{
    background-color: #90a8dd;
    padding-bottom:29.5454545454545%;
}
section#parutions h2{
    position: relative;
    color:#fff;
    display:table;
    width:100%;
    height:100%;
    margin:0;
}
section#parutions h2 span{
    display:table-cell;
    vertical-align: middle;
}
section#parutions h2:after{    
    display: block;
    height: 26px;
    background: url('../images/front/arrow-down-white.png') no-repeat center;
    content: " ";
    position: absolute;
    bottom: 15%;
    width: 100%;
    left: 0;
    background-size: contain;
}
@media (max-width:768px){
    section#parutions h2{
        padding:5% 0;
    }
    section#parutions h2:after {
        height: 18px;
    }
}
@media (max-width:480px){
    section#parutions h2:after {
        height: 14px;
    }
}
section#parutions .slick-slide{
    font-size:14px;
    /*font-family:'futura';*/
    font-family: 'Nunito', sans-serif;
    text-align: left;
    margin:0 10px;
}
@media (max-width:480px){
    section#parutions .slick-slide{
        font-size:20px;
        text-align: center;
    }
}
@media (max-width:360px){
    section#parutions .slick-slide{
        font-size:16px;
    }
}
section#parutions .slider{
    width:calc(100% - 160px);
    max-width: 980px;
    margin:80px auto 20px;
}
section#parutions .slick-arrow{
    display:block;
    position:absolute;
    width:50px;
    height:100%;
    top:0;
    border:0;
    overflow: hidden;
    content: " ";
    cursor: pointer;
    -webkit-appearance: none;
    cursor: pointer;
}
section#parutions .slick-prev{
    left:-65px;
    background:url('../images/front/arrow-prev.png') #fff no-repeat center center;
}
section#parutions .slick-next{
    right:-65px;
    background:url('../images/front/arrow-next.png') #fff no-repeat center center;
}
.slick-slide img {
    display: block;
    width:100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;;
}
section#parutions a.more{
    display: inline-block;
    width:28px;
    height:28px;
    background:url('../images/front/more.png') no-repeat;
    margin:1% auto 2%;
}
/* qui sommes nous */
section#qsm-title .padding_container{
    padding-bottom:28.5606060606061%;
}
@media (max-width:480px){
    section#qsm-title .padding_container{
        padding-bottom:84.375%;
    }
}
section#qsm-title h2 span{
    color:#fff;
    position:relative;
}
/*section#qsm-title h2 span:after{    
    display: block;
    height: 26px;
    background: url('../images/front/arrow-down-white.png') no-repeat center;
    content: " ";
    width: 100%;
    left: 0;
    background-size: contain;
    margin-top:5%;
}
@media (max-width:768px){
    section#qsm-title h2 span:after{ 
        height: 18px;
        width: 100%;
    }
}*/
.height_container .table{
    display:table;
    height: 100%;
    width:100%;
}
.height_container .cell{
    display:table-cell;
    vertical-align: middle;
    text-align: center;
    position:relative;
}

section#qsm-title .extralink{
    float:none;
    position:absolute;
    right:10%;
    transform: translateY(50%);
    top:10%;
}
@media (max-width:1024px){
    section#qsm-title .extralink{
        top:5%;
        right:5%;
    }
}
@media (max-width:768px){
    section#qsm-title .extralink{
        top:-5%;
        width:100px;
        height:100px;
    }
}
@media (max-width:480px){
    section#qsm-title .extralink {
        top: auto;
        position: relative;
        right: auto;
        margin: 0 auto;
        transform: none;
    }
    section#qsm-intro p,
    section#qsm-reseau h3,
    section#qsm-reseau {
       text-align:center;
    }
}




section#qsm-title .extralink span::after {
    position: absolute;
    bottom: 5px;
    display: block;
    content: " ";
    width: 28px;
    height: 28px;
    background: url(../images/front/more.png) no-repeat;
    background-size: contain;
    left: calc(50% - 14px);
}
@media (max-width:980px){
    section#qsm-title .extralink span::after {
        width: 20px;
        height: 20px;
        left: calc(50% - 10px);
    }
}
section#qsm-intro .padding_container{
    padding-bottom:19.3939393939394%;
}
@media (max-width:1024px){
    section#qsm-intro .padding_container{
        padding-bottom:23%;
    }
}
@media (max-width:600px){
    section#qsm-intro .padding_container{
        padding-bottom:26%;
    }
}
@media (max-width:480px){
    section#qsm-intro .padding_container{
        padding-bottom:83.3333333333333%;
    }
}
section#qsm-intro p{
    font-size:18px;
    color:#003884;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    text-align: left;
    margin-top:15%;
}
@media (max-width:768px){
    section#qsm-intro p{
        font-size:16px;
        margin-top:14%;
    }
}
@media (max-width:480px){
    section#qsm-intro p{
        text-align: center !important;
    }
}
section#qsm-reseau .grey-block{
   background:rgba(219,219,219,.8);
   padding:2% 0 5%;
   margin-bottom:5%;
}
section#qsm-reseau p{
  font-size:18px;
  font-family: 'Nunito', sans-serif;
}
section#qsm-reseau p b{
    font-weight: 700;
    color:#003884;
}
@media (max-width:768px){
    section#qsm-reseau p{
      font-size:16px;
    }
}
section#auteurs-nous .padding_container{
    padding-bottom:14.6969696969697%;
}
@media (max-width:480px){
    section#auteurs-nous .padding_container{
        padding-bottom:38.3333333333333%;
    }    
}

section#auteurs-nous .padding_container .cell{
    vertical-align: bottom;
}
section#auteurs-nous .padding_container .row{
    background:rgba(156,179,220,.7);
}
section#auteurs-nous .padding_container .row p{
    margin:10px 0;
    padding:0;
    font-size:18px;
    font-family: 'Nunito', sans-serif;
    text-align: left;
    font-weight: 700;
    color:#fff;
}
section#auteurs-nous .row.text{
    background:rgba(239,239,239,.8);
    margin-bottom:65px;
}
section#auteurs-nous .row.text p{
    margin:6% 0;
    padding:0;
    font-size:18px;
    font-family: 'Nunito', sans-serif;
    text-align: left;
    color:#000;
}


section#auteurs-chacun .row{
    background:rgba(150,160,178,.8)
}
section#auteurs-chacun .row p{
    margin:10px 0;
    padding:0;
    font-size:18px;
    font-family: 'Nunito', sans-serif;
    text-align: left;
    font-weight: 700;
    color:#fff;
}
section#auteurs-chacun .row.text{
    background:rgba(239,239,239,.8);
    margin-bottom:65px;
}
section#auteurs-chacun .row.text p{
    margin:5% 0;
    padding:0;
    font-size:18px;
    font-family: 'Nunito', sans-serif;
    text-align: left;
    color:#000;
    font-weight: 400;
}


section#auteurs-rejoindre .row{
    background:rgba(156,179,220,.8);
}
section#auteurs-rejoindre .row p{
    margin:10px 0;
    padding:0;
    font-size:18px;
    font-family: 'Nunito', sans-serif;
    text-align: left;
    font-weight: 700;
    color:#fff;
}
section#auteurs-rejoindre .row.text{
    background:rgba(239,239,239,.8);
    margin-bottom:65px;
}
section#auteurs-rejoindre .row.text p{
    padding:0;
    font-size:18px;
    font-family: 'Nunito', sans-serif;
    text-align: left;
    color:#000;
    font-weight: 400;
}
section#auteurs-rejoindre .row.text li{
    font-size:18px;
    font-family: 'Nunito', sans-serif;
    text-align: left;
    color:#000;
    font-weight: 400;
}
section#auteurs-rejoindre .row.text p:first-child{
    margin-top:5%;
}
section#auteurs-rejoindre .row.text p:last-child{
    margin-bottom:5%;
}


section#auteurs-franchise .row{
    background:rgba(189,198,215,.8);
}
section#auteurs-franchise .row p{
    margin:10px 0;
    padding:0;
    font-size:18px;
    font-family: 'Nunito', sans-serif;
    text-align: left;
    font-weight: 700;
    color:#fff;
}
section#auteurs-franchise .row.text{
    background:#efefef;
    margin-bottom:65px;
}
section#auteurs-franchise .row.text p{
    margin:5% 0;
    padding:0;
    font-size:18px;
    font-family: 'Nunito', sans-serif;
    text-align: left;
    color:#000;
    font-weight: 400;
}
@media (max-width:480px){
    section#auteurs-nous .padding_container .row p,
    section#auteurs-nous .row.text p,
    section#auteurs-chacun .row p,
    section#auteurs-chacun .row.text p,
    section#auteurs-rejoindre .row p,
    section#auteurs-rejoindre .row.text p,
    section#auteurs-franchise .row p,
    section#auteurs-franchise .row.text p{
        text-align:center;
        font-size:18px;
    }
    section#auteurs-nous .row.text,
    section#auteurs-chacun .row.text,
    section#auteurs-rejoindre .row.text,
    section#auteurs-franchise .row.text{
        margin-bottom:40px;
    }
}
@media (max-width:360px){
    section#auteurs-nous .padding_container .row p,
    section#auteurs-nous .row.text p,
    section#auteurs-chacun .row p,
    section#auteurs-chacun .row.text p,
    section#auteurs-rejoindre .row p,
    section#auteurs-rejoindre .row.text p,
    section#auteurs-franchise .row p,
    section#auteurs-franchise .row.text p,
    section#auteurs-rejoindre .row.text li{
        text-align:center;
        font-size:16px;
    }
}
section#mentions p{
    font-size:16px;
    font-family: 'Nunito', sans-serif;
    text-align: left;
    color:#000;
    font-weight: 400;
    line-height:22px;
}
section#contacts .padding_container{
    padding-bottom:49.7727272727273%;
}
@media (max-width:480px){
    section#contacts .padding_container{
        padding-bottom:85.546875%;
    }
}
section#contacts p{
    font-size:16px;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    color:#000;
    font-weight: 400;
    line-height:22px;
}
section#contacts a{
    font-size:16px;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    color:#003884;
    font-weight: 400;
    line-height:22px;
}
section#books h2{
    color:#003884;
    font-size:20px;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    color:#003884;
    font-weight: 400;
}
section#books .parutions{
    text-align: center;
}
section#books .ouvrage{
    display:inline-block;
    width:165px;
    margin:0 20px;    
}
section#books .ouvrage .height_container .table{
    margin-top: 145%;
    box-sizing: border-box;
    height:120px;
}
section#books .cell{
    text-align: left;
    font-size:14px;
    font-size:16px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    vertical-align: top;
}
section#books .parutions .padding_container{
    padding-bottom:212.413793103448%;
}
section#books div.img{
    display:block;
    height:0;
    width:145px;
    padding-bottom:143.448275862069%;
}
section#clients{
    background:url('../images/front/bg-clients.jpg') no-repeat;
    background-size: contain;
}


section#clients .clients{
    text-align: center;
    padding:30px 0;
}
section#clients .client{
    display:inline-block;
    width:198px;
    margin:0 15px 20px;    
}
section#clients .clients .padding_container{
    padding-bottom:53.030303030303%;
    overflow: hidden;
}
section#clients img{
    vertical-align: top;
    margin:0 auto;
}

section#autors .autor{
    display:inline-block;
    width:145px;
    margin:0 10px;    
}
section#autors .autor .height_container{
    z-index: -1;
}
section#autors .autor .height_container .table{
    margin-top:180px;
    box-sizing: border-box;
    height:40px;
}
section#autors .cell{
    text-align: left;
    font-size:14px;
    font-size:16px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    vertical-align: top;
}
section#autors .autors{
    text-align: center;
}
section#autors .autors .padding_container{
    padding-bottom:151.724137931034%;
}
section#autors div.img{
    display:block;
    height:0;
    width:145px;
    padding-bottom:111.724137931034%;
}
section#autor{
    padding:30px 0;
}
section#autor h2{
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    text-align:left;
    margin:0 0 30px 0;
    font-size:24px;
    color:#003884;
}
section#autor p{
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    text-align:left;
    margin:0 0 30px 0;
    font-size:16px;
}
section#autor a{
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    text-align:left;
    font-size:16px;
    color:#003884;
    text-transform: capitalize;
}









