/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
*{
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: 0;
  outline: none;
}


html {
    font-family: 'PTSerif-Caption';
    color: #000;
    font-size: 1em;
    line-height: 1.4;
    
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
    vertical-align: top;
}

figure {
    margin: 0;
    padding: 0:
}

a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.svg-icon {
    display: inline-block;
    vertical-align: middle;
}

.article-summary .li.on .svg-icon {
    background: url("svg/sprite.svg") 16.4822179952735% 98.80095923261392%  no-repeat;
    width: 11.208px;
    height: 13.572px;
}

.align-middle {
    display: inline-block;
    vertical-align: middle;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.left {
    float: left;
}
.right {
    float: right;
}

.ak-btn {
    display: inline-block;
    font-family: "Archer-Semibold";
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    padding: 13px 15px;
    border: none;
    background: #EB4330;
    text-align: center;
}

.ak-btn:hover {
    background: #000;
}

.btn-gray {
    display: inline-block;
    font-family: "ArcherBook";
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #666666;
    font-size: 18px;
    border: 1px solid #666666;
    background: #E9E4E1;
    padding:4px 10px;
}

.btn-gray:hover {
    background: #000;
    color: #FFF;
}

/* ==========================================================================
   Formulaire
   ========================================================================== */
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=submit],
input[type=search],
textarea,
button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

select {
    border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;  
}

.row-form {
    margin-bottom: 10px;
    font-size: 14px;
}
.row-form label {
    margin-bottom: 5px;
    display: block;
}
.row-form input[type="text"],
.row-form textarea,
.row-form select {
    border: 1px solid #E9E4E1;
    padding: 5px 10px;
    width: 100%;
    font-size: 14px;
}

.row-form input[type=file] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
}
/*input,*/
.row-form input[type=file] + label {
    border: 1px solid #E9E4E1;
    font-size: 14px;
    padding: 5px 10px;
    text-align: left;
    margin: 0;
    left: 0;
    cursor: pointer;
    position: relative;
}

.row-form input[type=file] + label:hover {
 
}

.row-form ::-webkit-input-placeholder {
   color: #000000;
}

.row-form :-moz-placeholder { /* Firefox 18- */
   color: #000000;  
}

.row-form ::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;  
}

.row-form :-ms-input-placeholder {  
   color: #000000;  
}

.form-group-inline .row-form {
    display: inline-block;
}


/* ==========================================================================
   Layout + header
   ========================================================================== */

html, body {
  height: 100%;
}


.layout {
    position: relative;
    padding-top: 55px; 
    margin-left: 240px;
    min-height: 100%;
    margin-bottom: -64px; 
}

.layout:after {
  content: "";
  display: block;
  height: 63px;
}

.container {
    padding: 60px;
    padding: 45px;
}

#fixed-nav-top {
    height: 55px;
    background: #FFF;
    position: fixed;
    top: 0px;
    right: 0;
    left: 240px;
    z-index: 9999999;
    line-height: 35px;
    padding: 10px 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
    /*visibility: visible;*/
}

.home-page #fixed-nav-top, .home-page #footer {
    display: none;
}

.bouitque #footer {
    display: block;
}

#fixed-nav-top.hidden {
    opacity: 0;
    /*visibility: hidden;*/
}

.link-nav-back {
   font-family: 'Archer-BoldItalic';
   font-size: 21px;
   color: #000;
   text-decoration: none;
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
}
.link-nav-back:hover {
    color: #D81327;
}
.link-nav-top {
    display: inline-block;
    margin-left: 25px;
}

.link-nav-top a {
    font-family: 'ArcherBold';
    color: #000;
    font-size: 16px;
    text-decoration: underline;
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
   padding-left: 45px;
   position: relative;
   
}

.link-nav-top .ak-icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    /*background-color: #F2f2f2 !important;*/
}

.link-nav-top a:hover {
    color: #D81327;
}


.link-nav-top a:hover .acount {
     background-image: url(../img/acount-red.svg);
}

.link-nav-top a:hover .cart {
     background-image: url(../img/cart-red.svg);
}

.form-search {
    position: relative;
}
.form-search input {
    font-family: 'SentinelBook';
    font-size: 14px;
    width: 440px;
    padding: 5px 30px 5px 40px;
    border: 1px solid #CCCCCC;
}

.form-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.form-search input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.form-search input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.form-search input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.form-search .ak-loop,
.form-search  button {
    position: absolute;
}

.form-search button {
   border: none; 
   background: transparent;
   right: 5px;
   top: -1px;
   bottom: 0;
}

.form-search .ak-loop {
    left: 10px;
    top: 50%;
    margin-top: -10px;
}

#main-nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 240px;
    border-right: 1px dotted #666666;
    z-index: 99999;
    background: #FFF;
}

#main-nav .nav-top {
    position: absolute;
    top: 15px;
    bottom: 15px;
    width: 141px;
    left: 40px;
}

#main-nav .nav-top .top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: url(../img/logo-01.png) no-repeat center top;
}

#main-nav .nav-top .bottom {
    position: absolute;
    top: 160px;
    width: 100%;
    bottom: 0px;
    background: url(../img/logo-02.png) repeat-y top center;
}

#main-nav .main-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 75px;
    /*background: #E9E4E1;*/
    background: #FFF;
    border-top: 20px solid #FFF;
}

#main-nav .main-menu .hidden-menu {
    display: none;
}

.main-menu .inner-menu {
    border-top: 10px solid #000000;
    padding: 10px 10px;
    background: #E9E4E1;
}

.main-menu .wrap-menu {
    padding-bottom: 60px;
}

.main-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    font-family: 'ArcherBold';
    font-size: 16px;
}

.main-menu ul li {
    padding-bottom: 5px;
}
.main-menu ul a {
    text-decoration: none;
    color: #000000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.main-menu ul a:hover {
    color: #D81327;
}

#open-menu {
    background: #F2EDEA;
    width: 26px;
    height: 26px;
    margin: 10px auto;
    text-align: center;
    line-height: 26px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}

.rs {
    position: fixed;
    left: 0;
    width: 239px;
    bottom: 0px;
    background: #E9E4E1;
    padding: 10px;
}

.rs a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
    padding: 0 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.rs a:hover {
    opacity: 0.5;
}

#open-menu:hover {
    background: rgba(0,0,0,0.1);
}


.breadcrumbs {
    position: absolute;
    height: 20px;
    width: 100%;
    top: -45px;
    left: 35px;
}

.breadcrumbs .links {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 1000px;
    transform-origin: 0 0;
}

.breadcrumbs .links a {
    font-family: 'ArcherBook';
    font-size: 26px;
    font-size: 21px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.breadcrumbs .links a.current {
    font-family: 'ArcherBold';
}

.breadcrumbs .links a:hover {
    color: #D81327;
}

.breadcrumbs span.icon {
    text-align: center;
    display: inline-block;
    width: 32px;
    width: 42px;
    font-size: 24px;
    color: #D81327;
}

.breadcrumbs .links span {
    font-family: 'ArcherBold';
    font-size: 26px;
}


.mobile {
    display: none;
}

#footer {
    background: #FFF;
    line-height: 60px;
    height: 64px;
    position: relative;
    padding-left: 240px;
    border-top: 2px solid  #000;
}

#footer .nl {
    font-family: 'ArcherMedium';
    font-size: 14px;
    color: #000;
    margin-left: 15px;
}

#footer .nl label {
    margin-right:10px;
    color: #575757;
}

#footer .input {
    position: relative;
    display: inline-block;
    width: 240px;
    height: 24px;
    border: 1px solid #CCCCCC;
    line-height: initial;
    vertical-align: middle;
}

#footer .input input {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border: none;
    padding: 2px 30px 2px 5px;
    height: 22px;
    line-height: 22px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

#footer .input button {
    font-family: 'ArcherBold';
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    width: 35px;
    height: 22px;
    line-height: 22px;
    background: transparent;
    border: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    padding: 0 5px;
}
#footer .right {
    height: 100%;
}
#footer .input button:hover {
    color: #D81327;
}

#footer .lien-journal {
    font-family: 'ArcherBold';
    font-size: 15px;
    display: inline-block;
    position: relative;
    padding-right: 70px;
    color: #000;
    text-decoration: none;
    margin-right: 15px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

#footer .lien-journal:before {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    background: url(../img/footer-journal.svg) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -24px;
}

#footer .right-link {
    display: inline-block;
    list-style: none;
    padding: 0 25px;
    margin: 0;
    height: 100%;
    border-left: 1px dotted #666666;
    position: relative;
}

#footer .right-link li {
    display: inline-block;
}
#footer .right-link a {
    font-family: 'SentinelMedium';
    font-size: 11px;
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


#footer .right-link li:before {
     font-family: 'SentinelMedium';
    font-size: 11px;
    content: ".";
    display: inline-block;
    margin-left: 2px;
    margin-right: 5px;
}

#footer .right-link li:first-child:before {
    display: none;
}

#footer a:hover {
    color: #666666;
}

@media only screen and (max-width: 1200px){
    #footer .lien-journal {
        display: none;
    }
}

@media only screen and (max-width: 980px) {

    .layout {
        margin-bottom: 0;
        margin-left: 210px;
    }

    .layout:after {
        display: none;
        height: 0;
    }

    #fixed-nav-top {
        left: 210px;
    }

    #main-nav {
        width: 210px;
    }

    .form-search input {
        width: 345px;
    }
    .rs {
        width: 209px;
    }
    #main-nav .nav-top {
        left: 33px;
    }

    .container {
        padding: 45px 17px;
    }

    #footer {
        padding: 0 0 0 210px;
        line-height: normal;
    }

    #footer .nl {
        padding: 10px;
        margin: 10px 0 20px 0;
        text-align: left;
    }

    #footer .nl label {
        display: block;
        margin-bottom: 8px;
    }

     #footer .nl .input {
        width: 100%;
     }

    #footer .lien-journal {
        display: none;
    }

    #footer .left,
    #footer .right {
        float: none;
    }

    #footer .right-link  {        
        background-color: #E9E4E1;
        display: inline-block;
        padding: 24px 10px;
        border: none;
        width: 100%;
        text-align: center;
        height: auto;
    }
}

@media only screen and (max-width: 768px) {


    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .container {
        padding: 0px;
    }

    .layout {
        padding: 55px 10px 10px 10px;
        margin: 0;
        /*min-height: initial;*/
        margin-bottom: 0;
    }

    .layout:after {
        display: none;
        height: 0;
    }

    #fixed-nav-top {
        left: auto;
    }
    .link-nav-top a {
        padding-left: 0;
    }
    .link-nav-top .ak-icon {
        display: none;
    }

    #main-nav {
        position: fixed;
        top: 0;
        left: 0;
        bottom: auto;
        width: 100%;
        border: none;
        
    }

    #main-nav-mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #FFF;
        height: 55px;
        z-index: 999999;
        padding: 10px;
    }

    #main-nav-mobile .close-wrap {
        font-family: 'SentinelBook';
        font-size: 13px;
        position: absolute;
        right: 10px;
        top:10px;
        text-align: right;
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .shadow-top {
        width: 100%;
        height: 15px;
        position: absolute;
        top: 40px;
        left: 0;
        -webkit-box-shadow: 0px 10px 13px -4px rgba(0,0,0,0.55);
        -moz-box-shadow: 0px 10px 13px -4px rgba(0,0,0,0.55);
        box-shadow: 0px 10px 13px -4px rgba(0,0,0,0.55);
        z-index: -1;
    }


    .logo-m {
        display: inline-block;
        width: 16px;
        height: 36px;
        background: url(../img/le1-mobile.svg) no-repeat center center;
    }

    .burger {
        display: inline-block;
        position: relative;
        width: 23px;
        height: 20px;
        cursor: pointer;
        margin-left: 6px;
    }

    .burger span,
    .burger span:before,
    .burger span:after {
        content: "";  
        display: inline-block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #000;
    }

    .burger span {
        top: 50%;
        margin-top: -2px; 
    }
    
    .burger span:before {
         top: -8px;
    }

    .burger span:after {
        bottom: -8px;
    }

    .breadcrumbs {
        display: none;
    }

    #main-nav .main-menu {
        position: fixed;
        top: 0;
        padding-top: 55px;
        bottom: auto;
        border-top: none;
        max-height: 90%;
        overflow-y: auto;
        -webkit-transform: translateY(-104%);
        transform: translateY(-104%);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-box-shadow: 0px 10px 13px -4px rgba(0,0,0,0.55);
        -moz-box-shadow: 0px 10px 13px -4px rgba(0,0,0,0.55);
        box-shadow: 0px 10px 13px -4px rgba(0,0,0,0.55);
    }

    #main-nav.open .main-menu {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    #main-nav-mobile.active .burger {
        display: none;
    }
    #main-nav-mobile.active .close-wrap {
        opacity: 1;
        visibility: visible;
    }

    #main-nav-mobile.active .shadow-top {
        display: none;
    }
    .main-menu .decouvert {
        text-align: center;
        padding-bottom: 30px;
    }
    .main-menu .decouvert span {
        font-family: "ArcherMedium";
         font-size: 6px;
        vertical-align: middle;
    }

    .main-menu .decouvert a {
        font-family: "ArcherBold";
        font-size: 16px;
        color: #000;
        text-transform: uppercase;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .main-menu .wrap-menu {
        padding: 10px 0 5px 0;
    }

    .main-menu .inner-menu {
        border-top: none;
        background: #E9E4E1;
    }

    
    #main-nav .main-menu .hidden-menu {
        display: block !important;
    }

    #open-menu {
        display: none;
    }

    .rs {
        position: initial;
        left: auto;
        margin: 0 auto;
        background: #E9E4E1;
    }
    
    #footer {
        padding: 0;
    }

   /*
    #footer {
        padding: 0;
        line-height: normal;
    }

    #footer .nl {
        padding: 10px;
        margin: 10px 0 20px 0;
        text-align: left;
    }

    #footer .nl label {
        display: block;
        margin-bottom: 8px;
    }

     #footer .nl .input {
        width: 100%;
     }

    #footer .lien-journal {
        display: none;
    }

    #footer .left,
    #footer .right {
        float: none;
    }

    #footer .right-link  {        
        background-color: #E9E4E1;
        display: inline-block;
        padding: 24px 10px;
        border: none;
        width: 100%;
        text-align: center;
        height: auto;
    }*/



}




/* ==========================================================================
   Icon
   ========================================================================== */
   .ak-icon {
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center; 
        vertical-align: middle;
   }
    .ak-icon.arrow-left {
        background-image: url(../img/arrow-left.svg);
        width: 14px;
        height: 12px;
    }
    .ak-icon.acount {
        background-image: url(../img/acount.svg);
        width: 30px;
        height: 30px;
    }
    .ak-icon.cart {
        background-image: url(../img/cart.svg);
        width: 30px;
        height: 30px;
    }
    .ak-icon.cart-white {
        background-image: url(../img/cart-white.svg);
        width: 30px;
        height: 30px;
    }
    .ak-icon.down-red {
        background-image: url('../img/down-red.svg');
        width: 14px;
        height: 18px;
    }
    .ak-icon.ak-loop {
        background-image: url('../img/loop.svg');
        width: 20px;
        height: 20px;
    }

/* ==========================================================================
   Main css
   ========================================================================== */
.ak-link {
    color: #333;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ak-link:hover{
    color: #EB4330;
}

.ak-title {
    font-weight: normal;
    font-family: 'ArcherBold';
    font-size: 37px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    line-height: normal;
}

.home {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 160px;
    background-image: url(../img/home.jpg);
    background-repeat: no-repeat;
    background-position: center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home h1 {
    font-weight: normal;
    font-family: 'LandmarkDimensional';
    font-size: 21px;
    color: #FFFFFF;
    margin: 25px 0 0 60px;
}

.link-home {
    position: absolute;
    height: 97px;
    width: 100%;
    bottom: 63px;
    /*text-align: center;*/
    display: table;
    table-layout: fixed;
}

.link-home .row {
    display: table-cell;
    position: relative;
    padding-bottom: 4px;
    text-align: left;
    vertical-align: middle;
}

.link-home .row a {
    font-family: 'ArcherBold';
    text-transform: uppercase;
    text-decoration: none;
    font-size: 46px;
    color: #000;
    margin: 0 20px;
    border-bottom: 4px solid #000;
    padding-bottom: 2px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: inline-block;
    position: relative;
    padding: 0 13px;
}

.link-home .row a:hover {
    color: #D81327;
    border-color: #D81327;
}

.link-home .row:first-child {
    text-align: left;    
}

.link-home .row:last-child {
    text-align: right;
}

.link-home .row:last-child a img {
    position: absolute;
    left: -110px;
    top: -78px;
    width: 125px;
}

.link-home .row:first-child a {
    text-align: left;
    font-size: 21px;
    text-transform: initial;
    padding: 0;
}

.image-home {
    display: none;
}


.scroll-down {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 15px;
    left: 50%;
    margin-left: -10px;
    text-align: center;
    display: none;
}

@media only screen and (max-width: 1400px) { 
    .link-home .row a {
        font-size: 35px;
    }
}


@media only screen and (max-width: 1200px) { 
    .link-home .row a {
        font-size: 35px;
    }
    .link-home .row:first-child {
        display: none;
    }

}

@media only screen and (max-width: 980px) { 

    .home {
        bottom: 97px;
    }

    .link-home .row:last-child a img {
        display: none;
    }

    .link-home {
        bottom: 0;
    }

    .link-home .row a {
        padding: 0px;
    }

    .link-home .row {
        text-align: right;
    }

    .link-home .row:last-child {
        text-align: left;
    }

    .link-home .row:last-child:before {
        content: '/';
        color: #000;
    }
}

@media only screen and (max-width: 768px) { 
    .home-page #main-nav-mobile {
        top: -75px;
        -webkit-transition: top 0.4s;
        transition: top 0.4s;
    }
    
    .home-page #main-nav-mobile.open {
        top: 0;
    }
    
    .home {
        bottom: 0;
    }

    .home h1 {
        font-size: 17px;
        margin-left: 0;
        text-align: center;
    }
    .link-home {
        /*width: auto;*/
        left: 0;
        right: 0;
    }
    .link-home .row {
        vertical-align: top;
    }

    .link-home .row a {
        color: #FFF;
        font-size: 20px;
        border-bottom:2px solid #FFF; 
    }
    .link-home .row:last-child:before {
        color: #FFF;
    }

    .scroll-down {
        display: block;
    }

}

@media only screen and (max-width: 480px) { 
    .home {
        background: transparent;
        z-index: -1;
        padding-top: 55px;
        bottom: 97px;
    }
    
    .link-home {
        /*position: static;*/
    }

    .image-home {
        display: block;
        text-align: center;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .image-home img {
        max-height: 100%;  
        max-width: 100%; 
        width: auto;
        height: auto;
        position: absolute;  
        top: 0;  
        bottom: 0;  
        left: 0;  
        right: 0;  
        margin: auto;
    }
    .home h1 {
        font-size: 12px;
        top: 0px;
        width: 100%;
        color: #000;
        text-align: center;
        margin: 0;
        position: absolute;
        width: 100%;
        height: 55px;
        line-height: 55px;

    }

    .link-home {
        left: 0;
        right: 0;
    }

    .link-home .row a {
        font-size: 15px;
        border-bottom: 2px solid #000;
        color: #000;
        margin: 0 12px;
    }
    .link-home .row:last-child:before {
        color: #000;
    }

    .scroll-down .svg-icon {
        background: url("svg/sprite.svg") 0 99.63469775283771% no-repeat;
        width: 11.438px;
        height: 14.563px;
    }
   
}


/* ==========================================================================
   catalogue
   ========================================================================== */

.catalogue .aside {
    margin-top: 85px;
    width: 260px;
    float: left;
}

.catalogue .product-list {
    margin-left: 310px;
}

.ak-box {
    width: 100%;
    border: 1px dotted #666666;
    margin-bottom: 30px;
}

.ak-box .box-title {
    font-family: 'ArcherBold';
    text-align: center;
    font-size: 19px;
    color: #000;
    padding: 9px 20px;
    background: #E9E4E1;
}

.ak-box .box-content {
    padding: 20px;
}

.catalogue .products {
    margin-top: 40px; 
}

.product {
    width: 147px;
    display: inline-table;
    margin-right: 120px;
    margin-bottom: 65px;
    position: relative;
}



.product .img {
    background: #fff9f3;
    border: 1px solid #B3B3B3;
    position: relative;
    width: 147px;
    height: 217px;
    overflow: hidden;
    margin-bottom: 10px;
}

.product .img .rollover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.product .img .rollover a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-30%);
    transform: translate(-50%,-30%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.product .img:hover .rollover {
    opacity: 1;
    visibility: visible;
}
.product .img:hover .rollover a {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.product .img .rollover a:hover {
    opacity: 0.7;
}

.product .img img {
    max-width: 100%;
    position: absolute;
    left: -99999px;
    right: -99999px;
    top: -99999px;
    bottom: -99999px;
    margin: auto;
    height: auto;
}

.product .product-title {
    font-family: 'Archer-BoldItalic';
    font-size: 16px;
    color: #000000;
}

.product .summary a {
    font-family: 'Archer-BoldItalic';
    font-size: 15px;
    color: #000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.product .summary a:hover {
    color: #D81327;
}


@media only screen and (max-width: 1500px){

    .product.last {
        margin-right: 0;
    }
   
}

@media only screen and (max-width: 1360px){

     .product {
        margin-right: 50px;
        margin-bottom: 50px;
     }
     .product.last {
        margin-right: 50px;
    }
   
}

@media only screen and (max-width: 1200px){


    .product-list {
        text-align: center;
    }

    .catalogue .aside {
        display: block;
        width: 100%;
        float: none;
        margin-top: 0;
    }

    .product {
        margin-right: 25px;
        margin-bottom: 25px;
     }
     .product.last {
        margin-right: 25px;
    }

    .catalogue .product-list {
        margin-left: 0;
    }
   
}

@media only screen and (max-width: 768px) {
    .catalogue .aside {
        margin-top: 50px;
    }

}

@media only screen and (max-width: 480px) {
   .product {
        margin-right: 0;
        width: 100%;
        margin-bottom: 25px;
     }
     .product.last {
        margin-right: 0;
    }
    .product .img {
        width: 100%;
        height: auto;
    }

    .product .img img {
        z-index: 9;
        max-width: 100%;
        width: 100%;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin: auto;
        height: auto;
    }
}



/* ==========================================================================
   container - left/ right => fiche produit
   ========================================================================== */

.content-left {
    float: left;
    width: 280px;
}

.content-right {
    margin-left : 310px;
}

.detail-product {
    position: relative;
    margin-bottom: 60px;
}
.detail-product .content-left img {
    width: 100%;
}

.detail-product .table-cell:first-child {
    padding-right: 20px;

}

.detail-product .table-cell:last-child {
    width:30%;
}

.info-product {
    font-family: 'ArcherBold';
    color: #000;
    font-size: 15px;
}

.info-product span {
    font-size: 15px;
}

.info-product h1 {
    font-size: 46px;
    margin: 0;
    padding: 0;
    line-height: 46px;
    margin-bottom: 11px;
}

.single-article {
    margin-top: 30px;
}

.info-product .summary,
.body-edito .summary,
.body-article .summary {
    font-family: 'ArcherBold';
    font-size: 15px;
    display: inline-block;
    padding: 0px 9px;
    background: #E9E4E1;
    text-decoration: none;
    color: #000;
}
.info-product .summary a,
.body-edito .summary a,
.body-article .summary a {
    text-decoration: none;
    color: #000;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
}

.desc-product {
    margin-top: 25px;
    font-family: 'SentinelBook';
    font-size: 19px;
    line-height: 22px;
}

.detail-product .share {
    margin-top: 35px;
    font-family: 'SentinelBook';
    font-size: 16px;
}
.detail-product .share a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-left: 15px;
}

.detail-product .share a:hover {
    color: #D81327;
}

.detail-product .prix {
    font-family: 'ArcherBold';
    color: #000;
    font-size: 25px;
    margin-bottom: 5px;
}

.wrap-to-cart {
    position: relative;
    width: 212px;
    height: 39px;
    border: 1px solid #000000;
    margin-bottom: 10px;
}
.wrap-to-cart input {
    width: 50px;
    height: 100%;
    border: none;
    padding: 4px;
    text-align: center;
}

.wrap-to-cart button {
    position: absolute;
    right: 0;
    top: 0;
    width: 155px;
    height: 100%;
    background: #EB4330;
    color: #FFF;
    border: none;
    font-family: 'ArcherBook';
    font-size: 20px;
    text-align: left;
    padding: 0 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.wrap-to-cart button:hover {
    background: #000000;
}

.wrap-to-cart button .ak-icon {
    position: absolute;
    right: 10px;
}

.infos-product {
    font-family: 'SentinelBook';
    font-size: 14px;
    color: #000000;
}
.infos-product span {
    display: inline-block;
    margin-right: 5px;
}

.related-product .title {
    font-family: 'ArcherBook';
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {

    .content-left {
        width: 220px;
    }

    .content-right {
        margin-left: 260px;
    }

    .detail-product .table {
        display: block;
    }

    .detail-product .table-cell {
        display: block;
        width: 100%;
    }
     .detail-product .table-cell:last-child {
        width: 100%;
    }
}

@media only screen and (max-width: 980px){
    
    .detail-product {
        margin-top: 50px;
    }
    .content-left {
        width: 100px;
        float: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    .detail-product .content-left img {        
        width: auto;
        max-width: 100%;
        max-height: 125px;
    }

    .content-right {
        width: 100%;
        margin-left: 0;
    }


    .info-product {
        padding-right: 120px;
    }



}

@media only screen and (max-width: 634px){

    .info-product h1 {
        font-size: 30px;
        line-height: 30px;
    }

}

@media only screen and (max-width: 480px){
    .content-left {
        width: 80px;
    }

    .detail-product .content-left img {
        max-height: 80px;
    }

    .info-product {
        padding-right: 90px;
    }
}


/* ==========================================================================
   page article
   ========================================================================== */
.top-article {
    /*position: relative;*/
}
.left-article {
    padding-right: 25px;
}

.left-article .article {
    position: relative;
}

.right-article {
    width: 260px;
    vertical-align: top;
}

.body-article header {
    padding-right: 200px;
}

.image-article {
    width: 200px;
    /*float: left;*/
    float: none;
    position: absolute;
    right: 0;
    top: 0;
    
}

.image-article img {
    max-width: 100%;
    max-height: 100%;
}





.body-article {
    margin-left: 200px;
    padding-right: 40px;
}
.body-article header,
.body-article .entry-content {
    max-width: 800px;
}

.single-article .body-article header {
    max-width: 100%;
    position: relative;
}

.single-article .body-article header .authors,
.single-article .body-article .entry-content {
    max-width: 900px;
}

.body-article.no-marg {
    margin-left: 0;
}

.body-article .category-nd {
    margin: 0;
}

.body-article .category-nd a {
    font-family: "ArcherBold";
    font-size: 13px;
    color: #EB4330;
    text-decoration: none;
}
.body-article .category-nd a:hover {
    opacity: 0.8;
}

.body-article h1 {
    font-weight: normal;
    font-family: 'ArcherBold';
    font-size: 60px;
    text-transform: uppercase;
    line-height: 65px;
    margin: 0 0 0 0;
}

.body-article .stitre {
    padding: 0;
    margin: 0 0 10px 0;
}

.article .authors {
    font-family: 'ArcherBold';
    font-size: 17px;
}

.article .authors a {
    color: inherit;
    text-decoration: none;
}

.article .authors a:hover {
    color: #D81327;
}

.article .authors .desc p {
    margin-top: 0;
    margin-bottom: 0;
}

.article .authors .desc {
    display: none;
}

.article .author {
    font-size: 14px;
    margin: 0 0 5px 0;
}

.article .author .name, .text-article a {
    text-decoration: underline;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #000;
}

.text-article {
    max-width: 900px;
}
.text-article a {
    font-family: 'ArcherBold';
    font-style: italic;
}

.text-article img{
    max-width: 100%;
}

.text-article .img-left{
    float: left;
    max-width: 200px;
    width: 100%;
    padding-right: 20px;
    margin-top: 20px;
}
.text-article .content-text-right{
    float: right;
    max-width: 670px;
    width: 100%;
    margin-right: 30px;
    font-family: 'SentinelBook';
    font-size: 17px;
    margin-top: 20px;
    line-height: 26.5px;
}

.content-text-right p {
    margin: 0;
    margin-top: 5px;
    font-weight: normal;
    font-family: 'ArcherBold';
    font-size: 40px;
    line-height: 35px;
}

.article .author .name:hover, .text-article a:hover  {
    color: #D81327;
}
.article .entry-content {
    font-family: 'SentinelBook';
    font-size: 17px;
    margin-top: 30px;
    line-height: 26.5px;
}

.article .entry-content p {
    margin: 15px 0 0 0;
}

.article .entry-content .read {
    color: #EB4330;
    text-decoration: none;
}

.article .entry-content .read:hover {
    color: #333;
}
.article .entry-medias figure {
    margin-bottom: 10px;
}

.article .entry-medias img {
    width: 100%;
}

.article .associated {
    position: relative;
    padding-top: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.article .associated:before {
    content: '';
    display: block;
    height: 2px;
    width: 150px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
}

.article .associated .audio-player {
    margin-bottom: 20px;
}

.article .associated p {
    margin: 0;
}

.mp3-label,
.mp3-player {
  /*  display: inline-block;
    vertical-align: middle;*/
}
.associated .title {
    font-family: 'ArcherBold';
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: block;
}

.associated .linkvideo {
    display: block;
    font-family: Verdana;
    font-size: 11px;
    margin-bottom: 5px;
    margin-left: 10px;
    color: #666666;
}

.associated .linkvideo:hover {
    color: #D81327;
}

.article .share {
    font-family: 'ArcherBook';
    color: #808080;
    text-transform: uppercase;
    font-size: 14.17px;
}

.article .share span {
    margin-right: 30px;
}

.article .share a {
    color: #808080;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
     font-size: 18px;
     margin: 0 11px;
}

 .article .share a:hover {
    color: #D81327;
 }

.nav-article {
    font-family: 'SentinelBook';
    font-size: 14px;
    text-align: right;
    margin-top: 30px;
}

.nav-article a {
    color: #000; 
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    display: inline-block;
}

.nav-article a:before {
    content: "";
    position: absolute;
    width: 1px;
    background: #808080;
    right: -20px;
    top: 0;
    bottom: 0;
}
.nav-article a:last-child:before {
    display: none;
}

.nav-article a:hover {
    color: #EB4330;
}

.nav-article a.disabled {
    opacity: 0.4;
}


.right-article {
    /*padding-left: 20px;*/
}

.h1-webonly .left-h1 {
    width: 75px;
    float: left;
    margin-right: 15px;

}
.h1-webonly .left-h1 img {
    max-width: 100%;
}
.h1-webonly .right-h1 {
    width: 465px;
    float: left;
}
.h1-webonly .right-h1 h1 {
    font-size: 27px;
    line-height: 28px;
}
.h1-webonly .right-h1 span {
    font-family: "ArcherBold";
    font-size: 14px;

}


.infos-summary {
    margin-bottom: 0px;
    padding-left: 20px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;

}

.infos-summary:hover {
    opacity: 0.7
}


.infos-summary a {
    text-decoration: none;
    color: #75716E;
}

.infos-summary .num {
    font-family: "ArcherBold";
    font-size: 27px;
    color: #75716E;
    display: block;
}
.infos-summary .date {
    display: block;
    font-family: "SentinelBook";
    font-size: 14px;
}


.article-summary .li {
    border-top: dotted 1px #B3B3B3;
    padding: 10px 0;
}
.article-summary .title-summary {
    border-top: 1px solid #000;
    border-bottom: none;
    padding: 0;
}
.article-summary .title-summary:first-child {
    padding-top: 0;
    border-top: none;
    margin-bottom: 10px;
}
.article-summary .li strong {
    font-family: 'Sentinel-BoldItalic';
    font-weight: normal;
    font-size: 14px;
    /*text-transform: uppercase;*/
    color: #000;
    display: block;
    /*padding-left: 20px;*/
    padding-top: 20px;
}


.article-summary .li a {
    font-family: "ArcherBold";
    font-size: 16px;    
    padding: 0 0 0 20px;
    display: block;
    color: #000000;
    text-decoration: none;
    position: relative;
}

.article-summary .li .cat {
    font-family: "ArcherBold";
    padding-left: 20px;
    display: block;
    font-size: 13px;
    color: #EB4330;
}

.article-summary .li a .title {
    text-transform: uppercase;
}

.article-summary .li a .author {
    font-size: 13px;
    text-decoration: underline;
    display: block;
}

.article-summary .icon-left {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
}

.article-summary .li.first {
    padding-top: 5px;
    border-top: 0;
}


.article-summary .li a:hover {
    color: #EB4330;
}

.article-summary .li a:hover .icon-left {
    opacity: 1;
}


.last-post {
    margin-top: 35px;
    margin-bottom: 25px;
    padding-top: 35px;
    border-top: 1px solid #999999;
}



.last-post article {
    font-family: 'SentinelBook';
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0 15px 0px 15px;
    border-right: 1px dotted #000000;
}



.last-post article img {
    float: left;
    max-width: 80px;
    padding-right: 10px;
}

.sep-art {
    height: 1px;
    border-top: 1px solid #000;
    margin-bottom: 15px;
}

.last-post article a {
    text-decoration: none;
    color: #000;
}
.last-post article a .entry-content {
    -webkit-transition: all 0.4s; 
    transition: all 0.4s; 
}
.last-post article a:hover .entry-content {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.last-post article .cat {
    font-family: "ArcherBold";
    font-size: 13px;
    color: #EB4330;
}
.last-post article h2 {
    font-family: "ArcherBold";
    font-size: 17px;
    margin: 0 0 5px 0;
    font-weight: normal;
    line-height: normal;
}

.last-post article.post-2 h2,
.last-post article.post-1 h2 {
    font-size: 18px;
    text-transform: uppercase;
}

.last-post article .author {
    font-family: 'ArcherBold';
    font-size: 13px;
    color: #000;
    text-decoration: underline;
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.last-post .post-5,
.last-post .post-4,
.last-post .post-3 {
    display: inline-block;
    width: 33.3333333%;
    float: left;
}

.last-post .post-2,
.last-post .post-1 {
    width: 50%;
    float: left;
}

.last-post .post-3,
.last-post .post-1 {
    border-right: none;
}
.last-post .post-2 {
    padding-left: 0;
}

.block-gray {
    background: #B3B3B3;
    font-family: "ArcherBold";
    font-size: 17px;
    line-height: 22px;
    color: #000;
    padding: 20px;
    margin: 30px 0;
}

.block-image {
    width: 100%;
    margin: 0 0 30px 0;
}

.block-image img {
    width: 100%;
}

.block-image .mobile {
    display: none;
}

.box-inscription {
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid #000;
}

.box-inscription.popup-4 .c-list-2 {
    display: inline-table;
}

.box-inscription.popup-4 .c-list-2 ul {
    margin-top: 0;
    margin-left: 20px;
}

.no-border + .box-inscription {
    border-top: none;
}

.box-inscription .info-line {
    margin-top: 20px;
    /*padding-top: 5px;*/
    padding-left: 40px;
    font-family: "SentinelBook";
    font-size: 16px;
    color: #000;
    position: relative;
    display: table;
    min-height: 40px;
}
.box-inscription .info-line .inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.box-inscription .info-line .svg-icon {
    position: absolute;
    left: 0;
    top: 0;
}

.box-inscription .info {
    font-family: 'SentinelBook';
    font-size: 16px;
}

.box-inscription .box-title {
    font-family: "ArcherBold";
    font-size: 31px;
    color: #EB4330;
    margin-bottom: 20px;
}

.box-stitle {
     font-family: "Archer-Semibold";
    font-weight: normal;
    font-size: 22px;
    line-height: initial;
}
.box-stitle b,
.box-stitle strong {
    font-family: "ArcherBold";
}

.box-inscription .bottom .ak-btn {
    width: auto;
    padding: 20px 30px;
    font-size: 20px;
}


.box-inscription .ak-btn, .box-inscription .ak-btn:hover {
    color: #FFFFFF;
}

.box-inscription .info strong {
    font-family: 'Archer-BoldItalic';
    font-weight: normal;
    display: inline-block;
    margin-left: 14px;
}
.box-inscription .bottom .table-cell {
    vertical-align: bottom;
}

.box-inscription .table-cell:first-child {
    padding-right: 20px;
}

.box-inscription .table-cell:last-child {
    width: 33.3333333%;
}

.box-inscription .login {
    margin-top: 25px;
    position: relative;
    font-family: "SentinelBook";
    font-size: 16px;
    color: #000;
}
.box-inscription .login:before {
    content: '';
    display: block;
    margin-bottom: 8px;
    width: 20px;
    height: 1px;
    background: #000;
}

.box-inscription .login a {
    color: #000;
    text-decoration: underline;
    margin-left: 5px;
}
.box-inscription .login a:hover {
    color: #EB4330;
}


.box-header {
    padding-right: 240px;
    position: relative;
}
.bx-image {
    width: 230px;
    height: 230px;
    position: absolute;
    top: 0;
    right: 0;
}

.bx-image img {
    max-width: 100%;
    max-height: 100%;
}

.bx-wrap-title {
    position: relative;
    padding-left: 200px;
    min-height: 160px;
}

.bx-wrap-title img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 160px;
    max-height: 160px
}



.last-num {
    position: relative;
    padding-top: 17px;
    margin-top: 50px;
}

.last-num:before{
    /*content: "";
    display: block;
    position: absolute;
    left: -50px;
    right: 0;
    background: #000000;
    height: 2px;*/
}

.last-num ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /*display: inline-block;*/
    position: relative;
    padding-bottom: 40px;
}

.last-num ul li {
    float: left;
    margin-bottom: 20px;
    /*overflow: hidden;*/
    position: relative;
    width: 15.4%;
    margin-right: 5.75%;
}

.last-num ul li.last {
    margin-right: 0;
}

.last-num li a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.last-num li a:hover {
    opacity: 0.5;
}

.last-num li img {
    width: 100%;
    /*border: 1px solid #B3B3B3;*/
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.last-num li a:hover img {
    border-color: #000000;
}

.last-num li.view-all {
    border: none;
    width: auto;
    height: auto;
    position: absolute;
    right: 0px;
    bottom: -10px;
    margin: 0;
}

.last-num li.view-all a {
    font-family: 'ArcherBook';
    font-size: 14px;
    color: #666666;
    width: auto;
    height: auto;
    background: #E9E4E1;
    padding: 2px 10px ;
    text-transform: uppercase;
}
.last-num li.view-all a:hover {
    background: #000;
    color: #FFF;
}

.last-num h3 {
    font-family: "Archer-Semibold";
    font-weight: normal;
    font-size: 19px;
    text-transform: uppercase;
    margin: 15px 0;
}

.body-edito .summary,
.body-article .summary {
    display: none;
    z-index: 9999999;
}
.single-article .body-edito .summary,
.single-article .body-article .summary {
    display: inline-block;
}

.body-edito .summary:hover,
.body-article .summary:hover {
    background: #D81327;
    color: #FFF;
}
.body-edito .summary:hover a,
.body-article .summary:hover a {
    color: #FFF;
}

#close-summary {
    position: absolute;
    right: 10px;
    top: 20px;
    display: none;
    z-index: 999;
}

.relire .title-block {
    text-align: center;
    font-family: "ArcherBold";
    font-weight: normal;
    font-size: 42px;
    text-transform: uppercase;
    color: #000;
    margin: 10px 0 40px 0;
    max-width: 1188px;
}

.relire article {
    text-align: center;
}

.relire article .infos-right {
    margin-bottom: 30px;
}

.relire .last-post article img {
    float: none;
    max-width: 160px;
    /*max-height: 210px;*/
    max-height: 100%;

}

.relire .last-post article .image-relire {
    height: 120px;
}


/*** page edito *****/
.page-edito {
    margin-top: 20px;
}

.body-edito {
    padding-right: 15px;
}

.edito h1 {
    font-family: "ArcherBold";
    font-size: 60px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 24px 0;
    word-break: break-word;
}
.edito .image-edito {
    width: 300px;
    text-align: center;
}

@media only screen and (max-width: 1480px)  {
    .edito .image-edito {
        width: 200px;
    }
}

.edito .image-edito img {
    max-width: 100%;
}

.edito .entry-content {
    font-family: "ArcherBold";
    font-size: 17px;
    line-height: initial;
}

.page-edito .last-post {
    border-top: none;
    padding-top: 0;
    max-width: 1188px;
}
.page-edito .sep-art {
    /*display: none;*/
    border: none;
    margin-bottom: 30px;
}

.block-nl {
    position: relative;    
    margin-top: 20px;  
    /*min-height: 205px;*/
}
.block-nl .form {
    /*background: #E9E4E1;*/
    padding: 20px 20px 20px 150px;
    position: relative;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
}

.block-nl .form .form-nl {
    padding: 20px 20px 20px;
    background: #E9E4E1;
}

.block-nl .img {
    position: relative;
    z-index: 2;
    margin-left: 25px;
    margin-left: 0;
    display: inline-block;
    min-height: 100px;
    /*box-shadow: 0 0 20px rgba(0,0,0,0.4), 0 0 4px rgba(0,0,0,0.4);*/
    /*background: gray;*/
    /*width: 150px;*/
    /*display: inline-block;
    transform: rotate(5deg);
    transform-origin: center;*/
    /*    position: absolute;
    width: 150px;
    height: 205px;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: red;*/
}
.block-nl .img img {
    width: 150px;
}

.block-nl label {
    font-family: "ArcherBold";
    font-size: 21px;
    line-height: 22px;
    color: #000;
    margin-bottom: 13px;
    display: inline-block;
}

.block-nl .input {
    width: 240px;
    height: 26px;
    border: none;
    /*background: #FFF;*/
    position: relative;
}

.block-nl .input input {
    font-family: 'ArcherMedium';
    border: none;
    font-size: 14px;
    background: #FFF;
    padding-left: 10px;
    padding: 5px 30px 5px 5px;
    width: 100%;
    height: 100%;
}

.block-nl button {
    font-family: 'ArcherBold';
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    width: 35px;
    height: 26px;
    background: transparent;
    border: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    padding: 0 5px;
}

.block-nl input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.block-nl input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.block-nl input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.block-nl input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

@media only screen and (max-width: 980px) {
    .box-header {
        padding-right: 190px;
    }

    .bx-image {
        width: 180px;
        height: 180px;
    }

    .bx-wrap-title {
        position: relative;
        padding-left: 100px;
        min-height: 80px;
        margin-top: 33px;
    }

    .bx-wrap-title img {
        max-width: 80px;
        max-height: 80px;
    }
}

@media only screen and (max-width: 600px) {
    .nav-article {
        font-size: 12px;
    }
    .nav-article a {
        margin-left: 10px;
        margin-right: 10px;
    }

    .nav-article a:before {
        right: -10px;
    }

    .article .share {
        font-size: 12px;
    }
    .article .share span {
        margin-right: 0;
    }
    .article .share a {
        margin: 0 0 0 10px;
    }

    .block-nl .img {
        display: none;
    }

    .block-nl .form {
        position: relative;
        top: auto;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        padding: 10px;
    }

    .box-header {
        padding-right: 120px;
    }
    
    .bx-image {
        width: 110px;
        height: 110px;
    }
}
@media only screen and (max-width: 480px) {
    .article .share span {
        display: block;
    }
    .article .share a {
        margin: 0 10px 0 0;
    }

    .nav-article a:nth-child(2):before {
        display: none;
    }
    .nav-article a.top-page {
        display: block;
        margin-top: 10px;
    }

     .box-header {
        padding-right: 0;
    }

    .bx-image {
       display: none;
    }

    .bx-wrap-title {
       padding-left: 0;
    }

    .bx-wrap-title img {
       display: none;
    }

}

    .single-article #close-summary {
        display: inline-block;
    }

    .single-article .body-article {
        padding-right: 0;
    }


    .single-article .body-edito .summary,
    .single-article .body-article .summary {
        margin: 15px 0;
        display: inline-block;
    }

    .single-article .right-article {
        position: fixed;
        top: 0px;
        right: 0px;
        padding: 10px;
        background: #E9E4E1;
        bottom: 0;
        overflow-y: auto;
        transition: all 0.4s;
        right: -260px;
        z-index: 999999999;  
    }

    .single-article .right-article.open {
        right: 0;
    }
    .single-article .infos-summary {
        padding-left: 0;
    }

    .single-article .left-article {
        display: block;
        width: 100%;
        padding: 0;
    }


@media only screen and (max-width: 1500px) {

    .image-article {
         bottom: 0;
    }
}
@media only screen and (max-width: 1231px) {
    .text-article .content-text-right {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1200px) {
    .text-article .img-left{
        width: 25%;
        max-width: none;
    }
    .text-article .content-text-right{
        width: 75%;
        max-width: none;
    }
    #close-summary {
        display: inline-block;
    }

    .body-article {
        padding-right: 0;
    }


    .body-edito .summary,
    .body-article .summary {
        margin: 15px 0;
        display: inline-block;
    }

    .right-article {
        position: fixed;
        top: 0;
        right: 0px;
        padding: 10px;
        background: #E9E4E1;
        bottom: 0;
        overflow-y: auto;
        transition: all 0.4s;
        right: -260px;
        z-index: 999999999;  
    }

    .right-article.open {
        right: 0;
    }
    .infos-summary {
        padding-left: 0;
    }

    .left-article {
        display: block;
        width: 100%;
        padding: 0;
    }



}

@media only screen and (max-width: 980px) {
    .body-article h1 {
        font-size: 46px;
        line-height: 46px;
    }
    .body-article header {
        padding-right: 120px;        
    }

    .image-article {
        width: 100px;
        float: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    .image-article img {
        width: auto;
        max-width: 100%;
        max-height: 125px;
    }

    .left-article .article {
        position: relative;
    }

    .body-article {
        margin-left: 0;
        padding-right: 0;
    }

    .edito .image-edito {
        width: 200px;
    }

    .edito h1 {
        font-size: 40px;
        line-height: 35px;
    }

}

@media only screen and (max-width: 768px) {
    .text-article .img-left{
        width: 100%;
            padding: 0;
    }
    .text-article .content-text-right{
        width: 100%;
    }
    .text-article img {
        display: block;
        margin: 0 auto;
        width: 150px;
    }
    .content-text-right p {
        font-size: 30px;
        line-height: 30px;
    }
    .body-article h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .articles {
        margin-top: 39px;
    }

    .right-article {
        top: 55px !important
    }

    .last-num {
        margin-bottom: 40px;
    }

    .block-image .desktop {
        display: none;
    }

    .block-image .mobile {
        display: block;
    }

}

@media only screen and (max-width: 600px) {
   .box-inscription .table,
   .box-inscription .table-cell {
        display: block;
        width: 100% !important;
   }

   .box-inscription .table-cell {
        margin-top: 20px;
   }

   .last-post .post-5,
   .last-post .post-4,
   .last-post .post-3,
   .last-post .post-2,
   .last-post .post-1 {
        display: block;
        width: 100%;
        border-right: none;
        border-bottom: 1px dotted #000;
        padding-left: 0;
   }

   .last-post .post-3 {
        border: none;
   }

   .last-post .post-1 {
        border-bottom: none;
   }

   .edito .image-edito {
        width: 115px;
   }

}

@media only screen and (max-width: 480px) {
    .last-num ul li {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .edito h1 {
        font-size: 28px;
        line-height: 25px;
        margin-bottom: 15px; 
    }

    .edito .entry-content {
        font-size: 15px;
    }

   .edito .image-edito {
        width: 80px;
   }
}

/* ==========================================================================
   page mon compte
   ========================================================================== */

.header-acount {
    background: #EB4330;
    position: relative;
}

.header-acount .table-cell {
    font-family: 'ArcherMedium';
    font-size: 22px;
    padding: 15px 25px;
    height: 100%;
    border-right: 1px dotted rgba(255,255,255,0.3);
    color: #FFF;
}

.header-acount .table-cell:first-child {
    font-size: 31px;
}

.header-acount p {
    padding: 0;
    margin: 0;
}

.header-acount .table-cell:last-child {
    border: none;
    padding-right: 55px;
}

.header-acount .update {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-acount .update:hover {
    opacity: 0.6;
}

.body-acount {
    margin-top: 25px;
}

.block-acount {
    /*float: left;
    width: 50%;*/
    margin-bottom: 40px;
}

.block-acount .inner {
    position: relative;
    background: #E9E4E1;
    padding: 10px 10px 35px 10px;
    height: 100%;
    margin: 20px;
}

.block-acount.last .inner {
    padding-bottom: 0;
}

.block-acount .line {
    background: #FFF;
    min-height: 100px;
    padding: 12px 24px;
    margin-bottom: 10px;
    font-family: "SentinelBook";
    font-size: 15px;
}

.block-acount .line.adr {
    position: relative;
    padding-right: 50px;
}

.block-acount .line .update {
    position: absolute;
    right: 15px;
    top: 15px;
   /* -webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.block-acount .line.abo .btn-gray {
    width: 160px;
    margin-top: 5px;
    margin-bottom: 20px;
}



.block-acount .line .update:hover {
    opacity: 0.7;
}

.block-acount .line span {
    margin-right: 35px;
}
.block-acount .line p {
    margin: 0;
}

.block-acount .line.abo p {
    line-height: normal;
    display: inline-block;
    text-align: left;  
}

.block-acount .line.abo p:first-child {
    margin-top: 0;
}

.block-acount .line.abo .right {
    width: 40%;
    text-align: right;
}

.block-acount .line.abo .left {
    width: 60%;
} 

.block-acount .line .name {
    font-family: "ArcherBold";
    font-size: 17px;
    margin-right: 15px;
}
.block-acount .line .status  {
    margin-top: 20px;
}

.block-acount .status .svg-icon {
    margin-left: 10px;
}

.block-acount .line .name-abo {
    font-family: "Archer-Semibold";
    margin-left: 40px;
}

.block-acount .view-more {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-family: "ArcherBold";
    font-size: 17px;
    color: #000;
    text-decoration: none;

}

.block-acount .view-more:hover {
    color: #EB4330;
}

.title-acount {
    font-family: "ArcherMedium";
    font-size: 30px;
    text-transform: uppercase;
    padding-left: 20px;
}

.title-acount span {
    display: block;
    font-family: "ArcherBold";
    font-size: 13px;
}

.title-acount.small-screen {
    display: none;
}



@media only screen and (max-width: 1200px) {

    .block-acount .inner {
        margin: 10px;
    }
    .body-acount .table-row,
    .body-acount .table-cell,
    .body-acount .table {
        display: block;
    }
    .title-acount.small-screen {
        display: block;
    }
    .title-acount.large-screen {
        display: none;
    }

    .page-account.layout {
       padding-left: 0; 
       padding-right: 0; 
    }
}

@media only screen and (max-width: 600px) {
    .header-acount .table-cell,
    .header-acount .table {
        display: block;
    }

    .header-acount .update {
        top: 15px;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

}

@media only screen and (max-width: 480px) {
    .block-acount .line.abo .right,
    .block-acount .line.abo .left {
        display: block;
        float: none;
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }
}


/* ==========================================================================
   page abonnement
   ========================================================================== */

.page-abonnement .ak-title {
    padding: 25px;
}

.page-abonnement .ak-btn {
    padding: 11px 15px;
    width: 286px;
}


.line-abo {
    border-bottom: 1px solid #000;
    padding: 25px 25px 45px 25px;
}

.line-abo:last-child {
    border-bottom: none;
}

.line-abo .line-title {
    font-family: "ArcherBold";
    font-size: 28px;
    margin-left: 180px;
    margin-bottom: 30px;
    font-weight: normal;
}

.line-abo .line-title .number {
    width: 28px;
    height: 28px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 14px;
    display: inline-block;
    font-size: 23px;
    vertical-align: middle;
    line-height: 20px;
    margin-right: 10px;
}
.line-abo .line-title.red,
.line-abo .line-title.red .number {
    color: #EB4330;
}
.line-abo .line-title.red .number {
    border-color: #EB4330;
}

.line-abo .abo-option {
    font-size: 15px;
    color: #000;
}

.line-abo .abo-option .red {
    color: #EB4330;
}

.line-abo .abo-option label {
    margin-right: 60px;;
    margin-bottom: 15px;
    display: inline-block;
}

.line-abo select {
    width: 285px;
    border: 1px solid #808080;
    height: 35px;
    padding: 0 12px;
    cursor: pointer;
}

.line-abo .offre {
    /*width: 360px;*/
    width: 32.4%;
    float: left;
    margin-right: 15px;
    margin-right: 1.3%;
    margin-bottom: 35px;
    display: inline-block;
}

.line-abo .offre.last {
    margin-right: 0;
}

.line-abo .offre .top {    
    padding: 18px 10px;
}

.line-abo .offre .bottom {
    border-top: 1px dotted #bfbfbf;
    padding: 18px 10px;
    position: relative;
}

.line-abo .offre .bottom .svg-img--gift {
    position: absolute;
    left: 45px;
}
.line-abo .offre .bottom .offre-plus {
    padding-left: 80px;
    margin-bottom: 20px;
    margin-top: 25px;
}

.line-abo .offre .bottom label {
    font-family: "ArcherBold";
    font-size: 20px;
}
.iradio_minimal,
.icheckbox_minimal {
    margin-right: 15px;
}

.line-abo .offre .close {
    text-decoration: none;
    font-size: 12px;
    color: #000;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.line-abo .offre .close:hover {
    opacity: 0.7;
}

.line-abo .offre.bordered {
    border: 1px solid #bfbfbf;
}

.line-abo .offre .label-left {
    width: 24px;
    float: left;
}

.line-abo .offre .desc {
    margin-left: 35px;
}

.line-abo .offre .desc strong {
    font-family: "Archer-Semibold";
    font-size: 21px;
    color: #EB4330;
    line-height: 21px;
}

.line-abo .offre .prix {
    font-family: "Archer-Semibold";
    color: #000;
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 20px;
}

.line-abo .offre .text {
    font-size: 15px;
}

.ak-login .ak-form {
    text-align: right;
    /*float: right;*/
     max-width: 395px;
     margin-left: 190px;
}

.ak-login .row-form {
   
    text-align: left;

}

.ak-login .table-cell:first-child {
    padding-right: 95px;
}

.ak-login .table-cell:last-child {
    width: 40%;
}

.title-row, .ak-login .text {
    font-family: "Archer-Semibold";
    font-style: italic;
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 15px;
}

.title-row.red {
    color: #EB4330;
}

.title-row span {
    color: #000000;
    display: block;
    font-size: 14px;
}

.ak-login .row-submit a {
    color: #000000;
    font-size: 13px;
}
.ak-login .row-submit a:hover {
    color: #D81327;
}

.subtitle-row {
    text-decoration: none;
    text-align: right;
    text-transform: uppercase;
    font-family: "Archer-Semibold";
    font-size: 21px;
    color: #EB4330;
    vertical-align: middle;
    display: inline-block;
    margin-left: 145px;
    margin-bottom: 20px;
}

.select-abo label {
    font-family: "Archer-Semibold";
    font-size: 20px;
    font-style: italic;

}

.select-abo  select {
    margin-left: 190px;
    border-color: #c7c7c7;
}

@media only screen and (max-width: 1200px) {
    .line-abo .abo-option label {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 1280px) {

    .ak-login .ak-form {
        margin-left: 0;
    }
    .ak-login .table-cell:first-child {
        padding-right: 40px;
    }

    .ak-login .table-cell:last-child {
        width: : 46%;
    }

    .subtitle-row {
        margin-left: 0;
    }

}

@media only screen and (max-width: 1000px) {

   

    .line-abo .line-title {
        margin-left: 0;
    }
   
    .line-abo .abo-option label {
        display: block;
        margin-right: 0;
    }

    .line-abo .offre {
        width: 100%;
        margin-left: 0;
    }

    .page-abonnement .ak-btn {
        max-width: 100%;
    }
    .ak-login .table-cell {
        display: block ;
        width: 100% !important;
        padding: 0;
    }
    .ak-login .table-cell:first-child {
        padding-right: 0;
    }

    .ak-login .ak-form {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
    .subtitle-row, .line-abo select {
        margin-left: 0;

    }
    .line-abo select {
        max-width: 100%;
    }

}

@media only screen and (max-width: 768px) {
    .line-abo {
        padding: 25px 0 35px 0;
    }
}

@media only screen and (max-width: 480px) {
    .ak-title {
        font-size: 26px;
        line-height: 26px;
    }

    .line-abo .line-title {
        font-size: 21px;
        line-height: 21px;
    }
}

/* ==========================================================================
   faq
   ========================================================================== */

.page-faq {
    position: relative;
    padding: 60px 60px 60px 100px;
}

.ak-faq {
    margin-bottom: 60px;
}

.faq-title {
    font-family: 'ArcherBook';
    font-size: 33px;
    color: #000000;
}

.faq-element {
    background: #E9E4E1;
    margin-bottom: 5px;
}

.faq-question,
.faq-reponse {
    padding: 10px;
}

.faq-reponse a {
    color: #000;
}
.faq-reponse a:hover {
    color: #D81327;
}
.faq-question {
    font-family: "ArcherBold";
    font-size: 17px;
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}

.faq-question .svg-icon {
    width: 12px;
    height: 6px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;

    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.faq-question:hover {
    color: #D81327;    
}

.faq-question.open .svg-icon {
     -webkit-transform: rotate(-180deg); 
     transform:rotate(-180deg);
}

.faq-reponse {
    font-family: 'SentinelBook';
    font-size: 19px;
    padding-top: 0;
    display: none;
}

.faq-reponse p {
    margin: 0;
}


.page-faq .send-message {
    position: relative;
    padding-top: 35px;
}

.page-faq .send-message:before {
    content: '';
    display: block;
    height: 1px;
    /*width: 100%;*/
    border-top: 1px dotted #B3B3B3;
    position: absolute;
    top: 0;
    left: -100px;
    right: -60px;
}

.send-message .faq-title {
    margin-bottom: 15px;
}

.page-faq input[type="text"],
.page-faq input[type=file] + label ,
.page-faq select {
    width: 330px;
    padding: 9px 10px;
}
.page-faq select {
    padding: 8px 10px;
}

.form-group-inline input[type="text"] {
    margin-right: 10px;
}

.page-faq textarea {
    height: 160px;
}

.page-faq .ak-btn {
    padding: 11px 36px;
}


@media only screen and (max-width: 768px) {
    .page-faq {
        padding: 10px;
        margin-top: 25px;
    }
    .faq-title {
        font-size: 23px;
        line-height: 23px;
    }
    .page-faq input[type="text"],
    .page-faq input[type=file] + label,
    .page-faq select {
        width: 100%;
    }

    .page-faq .form-group-inline .row-form {
        display: block;
        width: 100%;
    }

    .page-faq .send-message:before {
        left: -20px;
        right: -20px;
    }
}


.main-home {
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 100px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bottom-editorial,
.bottom-home {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 100px;
    background: #FFF;
    display: table;
    table-layout: fixed;
}
.bottom-editorial {
    /*line-height: 100px;*/
}

.bottom-home { 
    
}

.bottom-home a,
.bottom-editorial a {
    height: 100%;
    font-family: 'ArcherMedium';
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}
.bottom-editorial a.first {
    /*float: left;*/
    width: 70%;
}
.bottom-editorial a {
    font-family: 'ArcherMedium';
    font-size: 37px;
    text-transform: uppercase;
    padding: 0px 50px;
    /*float: right;*/
}
.bottom-editorial a.last {
    font-family: 'ArcherBold';
    font-size: 27px;
    color: #EB4330;
    text-transform: uppercase;
    width: 30%;
    text-align: right;
}
.bottom-editorial a.last .ak-icon {
    position: relative;
    top: -3px;
}

.bottom-home a {
    padding: 15px 50px;
    /*float: left;*/
    width: 50%;
   
}

.bottom-home a:hover {
    background: #F7F2EF;
}

.bottom-home a.first {
    text-align: right;
    border-right: 1px dotted #000;
}

.bottom-home a span {
    display: block;    
    font-size: 31px;
    margin-bottom: 5px;
    text-decoration: underline;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bottom-home a.first span {
    color: #EB4330;
}

.block-subscription {
    position: fixed;
    top:0;
    right: 0;
    width: 190px;
    background: #FFF;
    z-index: 99999;
    box-shadow: 0 0 0px #000, 0 0 2px rgba(0,0,0,0.3);
}

.block-subscription .ak-auth.gray {
    background: #E9E4E1;
}
.block-subscription a {
    display: block;
    font-family: 'ArcherBold';
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    padding: 10px 15px;
    text-decoration: underline;
    color: #000;
}


.block-subscription .account-info {
    text-decoration: none;
    text-transform: initial;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /*max-width: 129px;*/
    padding-right: 40px;
    position: relative;
}

.block-subscription .account-info .svg-icon {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.block-subscription .account-info.active .svg-icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.block-subscription a .ak-icon {
    margin-left: 10px;
    
}
.block-subscription a:hover {
    color: #EB4330;
}
.block-subscription a:hover .ak-icon.acount{
    background-image: url(../img/acount-red.svg);
}
.block-subscription .top {
    background: #EB4330;
    font-size: 19px;
    color: #FFF;    
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
}
.block-subscription .top:hover {
    color: #000;
    background: #E9E4E1;
}


.ico-journal {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../img/journal-n.svg) no-repeat center center;
    vertical-align: middle;
    position: relative;
}
.block-subscription .top .ico-journal {
    margin-left: 5px;
}

.block-subscription .top:hover .ico-journal {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../img/journal-b.svg)  no-repeat center center;
}

.block-subscription .form-login {
    display: none;
    padding: 0 20px 20px 20px;
}
.block-subscription .form-login a {
    margin: 0;
    padding: 0;
    text-align: left;
    position: relative;
    line-height: initial;
    margin-bottom: 5px;
    text-transform: initial;
}
.block-subscription .form-login a:before {
    content: '.';
    position: absolute;
    left: -10px;
    top: 0; 
}

.block-subscription .form-login input {
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #000;
    padding: 2px 3px;
    font-family: 'ArcherBold';
    font-size: 16px;
}

.block-subscription .form-login input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.block-subscription .form-login input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.block-subscription .form-login input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.block-subscription .form-login input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.block-subscription .form-login .pwd {
    position: relative;
}

.block-subscription .form-login input[type="password"] {
    padding-right: 30px;
    margin-bottom: 0;
}

.block-subscription .form-login button {
   font-family: 'ArcherBold';
    font-size: 15px;
    text-transform: uppercase;
    border: none;
    background: transparent;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block-subscription .form-login button:hover {
    color: #EB4330;
}


.block-subscription .noel-link{
    padding: 10px 15px;
    font-size: 16px;
    font-family: 'ArcherBold';
    line-height: 20px;
    text-transform: uppercase;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 40% auto; 
    position: relative;
}
.block-subscription .noel-link a,
#main-nav-mobile .noel-link a{
    display: inline-block;
    color: #fff;
    background: #EB4330;
    text-decoration: none;
    padding: 5px 10px;
    margin-top: 20px;
}
#main-nav-mobile .noel-link a{
    margin-top: 0;
    padding: 2px 6px;
    vertical-align: middle;
}
#main-nav-mobile .noel-link span{
    vertical-align: middle;
}

.block-subscription .noel-link a:hover,
#main-nav-mobile .noel-link a:hover{
    color: #000;
    background: #E9E4E1;
}

.block-subscription .noel-link a.close-noel{
    position: absolute;
    padding: 0;
    margin: 0;
    top: 10px;
    right: 15px;
    background: transparent !important;
    line-height: 0;
}

#main-nav-mobile .noel-link{
    font-size: 16px;
    font-family: 'ArcherBold';
    line-height: 20px;
    color: #EB4330;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 75px;
    z-index: 1;
    transform: translateY(-50%);
    vertical-align: middle;
}
.noel-link .icon-close{
    width: 12px;
    height: 12px;
}
@media only screen and (min-width: 435px) {
    #main-nav-mobile .noel-link{
        padding-top: 10px
    }
}

.mb-bottom-home {
    display: none;
}

.ak-couv img {
    width: 100%;
}
.ak-couv span {
    background: #F35888;
    display: block;
    width: 100%;
    padding: 0 10px;
    font-family: "ArcherBold";
    color: #FFFFFF;
    font-size: 19px;
}
@media only screen and (max-width: 1600px) {
    .bottom-editorial a {
        font-size: 30px;
    }
    .bottom-editorial a.last {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1400px) {
    .bottom-editorial a {
        font-size: 25px;
    }
    .bottom-editorial a.last {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1200px) {
     .bottom-home a {
        font-size: 12px;
     }
    .bottom-home a span {
        font-size: 25px;
    }
    .bottom-editorial a {
        font-size: 20px;
    }
    .bottom-editorial a.last {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1100px ) {
    .bottom-home a span {
        font-size: 20px;
    }

    .bottom-editorial a {
        font-size: 18px;
        padding: 0 15px;
    }
    .bottom-editorial a.first{
        width: 65%;
    }
    .bottom-editorial a.last {
        font-size: 16px;
        width: 35%;
    }
}

@media only screen and (max-width: 980px ) {
    .bottom-editorial a {
        font-size: 15px;

    }
     .bottom-editorial a.last {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .block-subscription {
        display: none;
    }
    .home-page #main-nav-mobile {
        top: 0;
    }
    .main-home {
        top: 55px;
        bottom: 0;
    }
    .home-page #fixed-nav-top {
        display: block;
    }
    .home-page .link-nav-top.acount:last-child {
        display: none;
    }
    .bottom-home {
        display: none;
    }

    .mb-bottom-home {
        display: block;
        text-align: center;
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        color: #FFF;
    }
    .mb-bottom-home a {
        font-family: 'ArcherBold';
        text-decoration: none;
        text-transform: uppercase;
        font-size: 16px;
        border-bottom: 2px solid #FFF;
        color: #FFF;
        margin: 0 12px;
         /*text-shadow: 0 0 7px #000, 0 0 3px #000*/
    }

    .ak-couv {
        /*top:50px;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        bottom: auto;*/
    }

    .bottom-editorial {
        background: transparent;
        color: #FFF;
        display: block;
        text-align: center;
        height: auto;
        line-height: initial;
        bottom: 30px;
    }
     .bottom-editorial a {
        display: block;
        width: 100% !important;
        color:#FFF;
        margin-bottom: 10px;
        text-shadow: 0 0 7px #000, 0 0 3px #000
     }
     .bottom-editorial a.last {
        text-align: center;
        margin-bottom: 0;
     }
}


/* ==========================================================================
   page index - boutique
   ========================================================================== */

.ak-cover {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}
.wrap-cover {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}
.bouitque .block-subscription {
    position: absolute;
}
.bouitque .layout {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.bar-details {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
}

.bar-details .footer-home {
    background: #FFF;
}

.ak-couv {
    display: block;
    text-decoration: none;
    width: 200px;
    float: right;
   /* position: absolute;
    bottom: 30px;
    right: 50px;*/
    margin-bottom: 30px;
    margin-right: 50px;
    background: #E9E4E1;
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.23);*/
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.4), 0 0 4px rgba(0,0,0,0.4);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.4), 0 0 4px rgba(0,0,0,0.4);
    box-shadow:0 0 20px rgba(0,0,0,0.4), 0 0 4px rgba(0,0,0,0.4);
}

.footer-home {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.footer-home a {
    display: table-cell;
    font-family: 'ArcherMedium';
    font-size: 37px;
    padding: 25px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    width: 70%;
   
    
}
.footer-home a:last-child {
    text-align: right;
    width: 30%;
    font-family: "ArcherBold";
    font-size: 27px;
    color: #EB4330;
    
}

#section-decouverte {
    position: relative;
}

.fixed-nav {
    /*position: fixed;*/
    /*right: -15px;*/
}
.fixed-nav #nav-section {
    /*position: fixed;*/
    /*bottom: 100px !important;*/
    /*top: auto !important;*/
    /*bottom: 20%;*/
}
#nav-section {
    position: absolute;
    top: 0;
    right:5px;
    /*display: none;*/
}
#nav-section a {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    background: #FFF;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 5px;
}


#nav-section a.selected, #nav-section a:hover {
    background: #000;
}

.ak_wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px;
}

.ak_wrapper .col {
    display: table-cell;
    width: 50%;
    font-family: "SentinelBook";
    font-size: 16px;
}

.ak_wrapper .col h2 {
    margin: 0;
    font-family: 'ArcherMedium';
    font-size: 23px;
    text-transform: uppercase;
}
.ak_wrapper .auth {
    text-decoration: underline;
    color: #000;
    font-family: "ArcherBold";
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
}
.ak_wrapper .text {
    background: #F7F2EF;
    padding: 20px;
    vertical-align: middle;
}

.ak_wrapper .text .inner-col {
    max-width: 340px;
    margin: 0 auto;
}

.ak_wrapper .image {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}
.ak_wrapper .image img {
    width: 100%;
    opacity: 0;
}
.ak_wrapper .last {
    border-left: 10px solid #FFF;
}

.ak_wrapper .first {
    border-right: 10px solid #FFF;
}

#sticky {
    z-index: 9999999;
}
.new-sub-block {
    display: table;
    table-layout: fixed;
    border: 2px solid #5f5f5f;
    font-family: "ArcherBold";
    font-size: 17px;
    line-height: 21px;
    color: #000;
    text-transform: uppercase;
    width: 690px;
    float: right;
    margin-bottom: 30px;
    background: #FFF;
    z-index: 9999999 !important;

}

.new-sub-block.fixed {
    position: fixed;
    right: 20px;
    top: 0;
}

.new-sub-block .text,
.new-sub-block .link {
    display: table-cell;
    vertical-align: middle;
}

.new-sub-block .link {
    width: 170px;
    background: #EB4330;
    text-align: center;
}
.new-sub-block .link a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    color: #FFF;
    text-decoration: none;
}

.new-sub-block .text {
    padding: 25px 20px;
}
.intro-decouverte {
    display: table;
    table-layout: fixed;
    margin-bottom: 20px;
    margin-top: 75px;
}
.intro-decouverte .text,
.intro-decouverte .image {
    display: table-cell;
    vertical-align: bottom;
}
.intro-decouverte .image {
    width: 200px;
    /*float: left;*/
}
.intro-decouverte .image img {
    width: 100%;
}

.intro-decouverte .text {
     font-family: 'SentinelBook';
     font-size: 18px;
     padding-left: 20px;
    max-width: 550px;
}


.citation {
   margin: 20px 50px;
}
.citation .image,
.citation .text {
    overflow: hidden;
    display: table-cell; 
    vertical-align: middle;
}

.citation .text .right {
    font-family: 'SentinelBook';
    font-size: 18px;
    line-height: 21px;
    position: relative;
    margin-left: 60px;
    margin-right: 60px;
}
.citation .quote {
    position: absolute;
    top: -5px;
    left: -30px;
}
.quote {
    background-image: url(../img/quote.svg); 
    width: 22px;
    height: 18px;
}

.decouverte-slider {
    padding: 30px 100px 15px 100px;
    background: #F7F2EF;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.decouverte-slider .title {
    margin: 0 0 0 0;
    font-family: 'ArcherMedium';
    font-size: 23px;
    text-transform: uppercase;
}

.decouverte-slider .content-slider {
    font-family: 'SentinelBook';
    font-size: 16px;
    max-width: 530px;
    margin-bottom: 15px;

}
.decouverte-slider .content-slider p {
    margin: 0;
}
.decouverte-slider .images {
    /*text-align: center;*/
    overflow: hidden;
}
.decouverte-slider .images .el {
    display: inline-block;
    float: left;
    width: 185px;
    text-align: center;
    margin-left: 45px;
    margin-right: 45px;
    margin-bottom: 15px;
}
.decouverte-slider .images .el img {
    max-width: 100%;
}

.decouverte-slider .images .el .name {
    text-decoration: underline;
    color: #000;
    font-family: "ArcherBold";
    font-size: 13px;
}
.ak-icon.prev-slider {
    background-image: url('../img/prev.svg');
    width: 18px;
    height: 14px;
}
.ak-icon.next-slider{
    background-image: url('../img/next.svg');
    width: 18px;
    height: 14px;

}

#slide-prev {
    position: absolute;
    left: 20px;
    bottom: 30px;
    cursor: pointer;
}

#slide-next {
    position: absolute;
    right: 20px;
    bottom: 30px;
    cursor: pointer;
}
.slick-disabled {
    opacity: 0.4;
}
.form-sub {
    padding: 20px 60px;
}
.title-sub {
    font-family: 'ArcherMedium';
    font-size: 37px;
     padding: 10px 60px;
     margin-top: 60px;
}
.ak_wrapper .title {
    font-family: "ArcherBold";
    font-size: 21px;
    margin: 0 0 0 0;
    line-height: 22px;
    margin-bottom: 10px;
}

.ak_wrapper .description {
    font-family: 'SentinelBook';
    font-size: 14px;
    color: #000;
    line-height: 18px;
}
.form-sub .col.first .inner-col {
    max-width: 445px;
}

.form-sub .list {
    font-family: 'SentinelBook';
    font-size: 16px;
    margin-top: 50px;
}
.form-sub .list ul,
.form-sub .list ol {
    list-style: none;
    padding: 0;
}

.form-sub .list li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 45px;
    min-height: 40px;
}

.form-sub .list li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(svg/sprite.svg) 0 84.56962298912094% no-repeat;
    width: 34.841px;
    height: 34.841px;
    position: absolute;
    top: 5px;
    left: 0;
}

.form-sub .ak-form-row {
    width: 100%;
    max-width: 285px;
}
.form-sub .ak-form-row input {
    border: 1px solid #808080;
    width: 100%;
    padding: 7px 10px;
}
.form-sub .ak-btn {
    width: 100%;
    padding: 11px 15px;
}

.form-sub ::-webkit-input-placeholder {
   color: #000000;
}

.form-sub :-moz-placeholder { /* Firefox 18- */
   color: #000000;  
}

.form-sub ::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;  
}

.form-sub :-ms-input-placeholder {  
   color: #000000;  
}
.decouverte .auth-block {
    border-top: 2px solid #000;
    padding-top: 45px;
}

.decouverte .auth-block .title {
    margin-bottom: 15px;
}
.decouverte .auth-block .description {
    margin-bottom: 15px;
}

.decouverte .auth-block .ak-btn {
    max-width: 225px;
}

#survol_img {
    max-width: 260px;
    padding: 10px;
    border: 2px solid #000;
    font-size: 11px;
    background: #E9E4E1;
    position: absolute;
    z-index: 999999999;
    display: none;
    min-width: 150px;
}
#survol_img .bodys {
    position: relative;
}
#survol_img .bodys:after {
    content: '';
    
    position: absolute;
    bottom: -21px;
    left: 17px;
    width: 20px;
    height: 11px;
    display: block;
}


@media only screen and (max-width: 1600px ) {
    .footer-home a {
        font-size: 27px;
    }

    .footer-home a:last-child {
        font-size: 17px;
    }


}


@media only screen and (max-width: 980px ) {
    .footer-home a {
        font-size: 18px;
        width: 66%;
    }

    .footer-home a:last-child {
        font-size: 15px;
        width: 34%;
    }

   .new-sub-block {
        width: 100%;
        float: none;
        font-size: 15px;
   }

   .new-sub-block .text {
        padding: 10px;
   }

   .ak_wrapper {
        display: block;
        table-layout: auto;
   }

   .ak_wrapper .col {
        display: block;
        width: 100%;
        border: none !important;
        margin-bottom: 20px;
   }

   .ak_wrapper .text .inner-col {
        width: 100%;
        max-width: 100%;
   }
   .decouverte-slider, .form-sub {
    padding: 20px;
   }
   .form-sub .ak-form-row {
    max-width: 100%;
   }

   .title-sub {
    padding: 10px;
   }

   .citation .image, .citation .text {
        display: block;
        text-align: center;
        margin-bottom: 20px;
   }

   .citation .left, .citation .right {
     float: none;
   }
   .citation .text .right {
    margin: 0;
   }
}

@media only screen and (max-width: 768px ) {

    .bar-details .footer-home {
        background: transparent;
        padding: 15px 10px;
        display: block;
        text-shadow: 0 0 7px #000, 0 0 3px #000;
    }
    .footer-home a:first-child {
        color: #FFF;
    }
    .footer-home a, .footer-home a:last-child {
        display: block;
        text-align: center;
        width: 100%;
        padding: 0;
        font-size: 15px;
    }

    .ak-couv {
        float: none;
        margin: 0 auto 30px auto;
    }

    #sticky {
       top: 75px !important;
    }

    .new-sub-block {
        font-size: 12px;
    }

    .new-sub-block .link {
        width: 95px;
    }

    #survol_img {
        display: none !important;
    }
}

@media only screen and (max-width: 600px ) {
    .intro-decouverte {
        display: block;

    }
    .intro-decouverte .image {
        max-width: 200px;
        margin-left: auto; 
        margin-right: auto; 
        margin-bottom: 20px;
    }
    .intro-decouverte .image,.intro-decouverte .text {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 480px ) {

    .decouverte-slider .images .el img {
        max-width: 100%;
    }
}

.wrap-login-form {
    display: none;
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 99999999;
}

.ak-login-post {
    /*display: none;*/
    background: #FFF;
    position: fixed;
    padding: 26px 15px;
    width: 90%;
    max-width: 600px;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,55%) scale(0.999,0.999);
    transform: translate(-50%,55%) scale(0.999,0.999);
    transform-origin: 0 0; 
     z-index: 999999999;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    filter: alpha(opacity=0);
    opacity: 0;    
    visibility: hidden;
}

.ak-login-post.open {
    -webkit-transform: translate(-50%,-50%) scale(0.999,0.999);
    transform: translate(-50%,-50%) scale(0.999,0.999);
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

.ak-login-post input {
    border: none;
    border-bottom: 1px solid #a9a9ab;
    width: 90%;
    text-align: center;
    padding: 5px 5px 5px 5px;
    margin-bottom: 10px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    font-size: 14px;
}

.ak-login-post input:focus {
    
}

.ak-login-post  input.inputError {
    border-color:#EB4330;
}


.ak-login-post .ak-btn {
    padding: 10px 55px;
    font-size: 12px;
}

.ak-login-post .ak-link {
    font-size: 13px;
}

.ak-login-post h3 {
    font-family: 'ArcherBold';
    font-weight: normal;
}

.ak-login-post #close-login-form {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../img/close.svg) no-repeat center;
}

.ak-login-post .wrap-pwd {
    width: 90%;
    position: relative;
    margin: 0 auto;
}

.ak-login-post .wrap-pwd input {
    width: 100%;
    padding-right: 30px;
}

.ak-login-post .wrap-pwd .spinner {
    position: absolute;
    right: 5px;
    bottom: 15px;
    display: none;
}

.ak-login-post .notice {
    color: red;
    margin-top: 0;
}

.spinner {
  /*margin: 5% auto;*/
  height: 18px;
  width: 18px;
  border: 2px solid #000;
  border-right-color: #c30;
  border-top-color: #c30;
  border-radius: 100%;
  -webkit-animation: spin 800ms infinite linear;
          animation: spin 800ms infinite linear;
}

@-webkit-keyframes "spin" {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes "spin" {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.block-title h2 {
    display: inline-block;
    display: inline-table;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'ArcherBold';
    font-size: 40px;
    color: #000000;
    vertical-align: bottom;
    margin:0 0 20px 0;
    line-height: 49px;
}

.block-title h2 span {
    font-family: 'LandmarkInline';
    font-size: 60px;
    display: inline-block;
    margin-bottom: -5px;
}

@media only screen and (max-width: 768px) { 
    .block-title  {
        margin-top: 30px;
    }
    .block-title h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 9px;
    }

}

.page-actualite {
    color: #000000;
    line-height: 19px;
    font-family: "Georgia";
    font-size: 16px;
    line-height: 21px;
}

.page-actualite h1,
.page-actualite h2,
.page-actualite h3,
.page-actualite h4,
.page-actualite h5,
.page-actualite h6 {
    font-family: 'ArcherBold';
    font-weight: normal;
    line-height: 100%;
    margin: 0;
}

.page-actualite p {
    margin: 0 0 10px 0;
}

.page-actualite img {
    max-width: 100%;
    margin-bottom: 10px;
}

.page-actualite a {
    color: inherit;
}
.page-actualite a:hover {
    color: #D81327;
}


/* ==========================================================================
   page quis sommes nous
   ========================================================================== */
.page-cms .onlyMobile {
    display: none;
}
.page-cms h1{
    font-family: 'ArcherBold';
    font-size: 40px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}

.page-cms h3 {
    margin: 0;
    font-family: 'ArcherBold';
    font-size: 16px;
}

.content-cms {    
    margin-top: 30px;
    margin-bottom: 25px;
    font-family: 'Georgia';
}
.content-cms .element {
    margin-bottom: 10px;
}
.content-cms .element:last-child .sep {
    display: none;
}

.content-cms h2 {
    font-family: 'ArcherBold';
    font-size:24px;
    color: #D81327;
    line-height: 19px;
    font-weight: normal;
    margin: 30px 0 15px 0;

}
.content-cms .element h3 {
    font-family: 'ArcherBold';
     font-style: italic;
     font-weight: bold;
     font-size: 21px;
     line-height: 21px;
     margin: 0 0 0px 0;
}

.content-cms .element a.mail, .content-cms  p.mail {
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    margin: 0;
}

.title-element p.mail {
    margin-bottom: 10px;
}

.content-cms .element a.mail:hover {
    color: #D81327;
}

.content-cms .element .text {
    margin-top: 5px;
    font-size: 17px;
    line-height: 21px;
}

.content-cms .element .text a {
    color: #000;
}

.content-cms .element .text a:hover {
    color: #D81327;
}

.content-cms .element .text p {
    margin: 0;
}

.content-cms .element .sep {
    width: 15px;
    height: 1px;
    background: #000;
    display: block;
   margin-top: 20px;
    margin-bottom: 20px;
}
.content-cms .element .img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.content-cms .element .img img {
    max-height: 200px;
}

.img-zoom {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .page-cms {
        margin-top: 20px;
    }
}


.wrap-video {
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 999999999991;
    display: none;
}

.video-popup iframe, .video-popup .video {
    width: 100% !important;
    height: 100% !important;
}
.video-popup {
    width: 600px;
    height: 340px;
    background: #000;
    position: fixed;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -170px;
    z-index: 999999999992;
    display: none;
}

.video-popup .close_video {
    background: url("../img/close.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    text-indent: 30px;
    vertical-align: middle;
    font-size: 14px;
    font-family: 'ArcherMedium';
    color: #FFF;
    cursor: pointer;
    position: absolute;
    top: -25px;
    right: 2px;
    height: 17px;
}
 @media only screen and (max-width: 768px) {    
     .video-popup {
        width: 80%;
        height: 260px;
        margin-top: -130px;
        margin-left: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
     }
 }

 @media only screen and (max-width: 480px) {
     .video-popup {
        height: 200px;
        margin-top: -100px;
     }
 }

#wrap-popup-contact {
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: none;
}

#popup-contact {
    position: fixed;
    z-index: 999999999;
    background: #FFF;
    width: 80%;
    max-width: 800px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,55%);
    transform: translate(-50%,55%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    filter: alpha(opacity=0);
    opacity: 0;    
    visibility: hidden;
}

#popup-contact.open {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

#popup-contact .inner {
    font-family: 'SentinelBook';
    font-size: 16px;
    line-height: 19px;
    padding: 60px 0;
}

#popup-contact .inner .ak-btn {
    min-width: 180px;
    margin-top: 15px;
}

#popup-contact .title {
    font-weight: normal;
    padding: 0 45px;
    text-align: center;
    margin:0 0 45px 0;
    font-family: "ArcherBold";
    font-size: 31px;
    text-transform: uppercase;
    color: #EB4330
}

#popup-contact .txt {
    margin-top: 15px;
}

#popup-contact .txt p {
    margin-top: 0;
}

#popup-contact .table-cell {
    width: 50%;
    padding: 0 44px;
    vertical-align: bottom;
}
#popup-contact .first .table-cell {
    vertical-align: top;
}
#popup-contact .table-cell:first-child {
    padding-right: 22px;    
}
#popup-contact .table-cell:last-child {
    padding-left: 22px;    
}
#popup-contact .close_contact {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.icon-close {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../img/close-2.svg) no-repeat center;
}

#popup-contact .only-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    #popup-contact {
        max-height: 90%;
        overflow-y: auto;
    }
    #popup-contact .title,
    #popup-contact .table-cell {
       padding: 0 24px; 
    }
    #popup-contact .first .table-cell {
        text-align: center;
    }
    #popup-contact .table-cell:first-child {
        padding-right: 12px;    
    }
    #popup-contact .table-cell:last-child {
        padding-left: 12px;    
    }

    #popup-contact .inner {
        padding: 30px 0;
    }

    #popup-contact .align-center {
        text-align: center;
    }

   
}

 @media only screen and (max-width: 634px)  {
    #popup-contact .inner {
        padding: 25px 0 12px 0;
    }
    #popup-contact .close_contact {
        top: 12px;
        right: 12px;
    }
    #popup-contact .table,
    #popup-contact .table-cell {
        width: 100%;
        display: block;
        text-align: center;
    }
    #popup-contact .title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #popup-contact .table.first {
        display: none;
    }
    #popup-contact .table-cell {
        padding: 12px;
    }

    #popup-contact .only-mobile {
        display: block;
    }
 }

.contact-form ul.errors {
    list-style: none;
    margin: 3px 0 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    color: red;
}
.contact-form.add-art {
    padding: 15px 0;
    margin-top: 20px;
    width: 100%;
    max-width: 800px;

}

.contact-form textarea {
    height: 255px;
}
.contact-form .desc_contact .p {
    font-size: 14px;
    margin: 0;
    display: none;
}

.contact-form   #dec_contact_1 {
    display: block;
} 

.contact-form .msg-ok {
    height: 40px;
     background: rgba(0, 128, 0, 0.5);
    line-height: 40px;
    color: #FFF;
    font-size: 14px;
    text-indent: 10px;
    text-align: center;
    margin-bottom: 21px;
}

/* ==========================================================================
   page evennements
   ========================================================================== */



.event-list {
    margin-top: 35px;
    margin-bottom: 185px;
}
.event-element {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.event-element .img {
    width: 155px;
    height: 145px;
    border: 1px solid #000;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;

}

.event-element .img img {
    max-width: 140px;
    max-height: 130px;
    height: auto;
}
.event-header {
    display: table;
    margin-bottom: 10px;
}

.left-event, .right-event {
    vertical-align: top;
}
.left-event {
    padding-right: 10px;
    width: 155px;
    height: 145px;
}
.event-header h1,
.event-header h2 {
    font-family: "ArcherBold";
}
.event-header h1 {
    margin: 0;
    font-size: 22px;
    line-height: 26px;
}
.event-header h2 {
    margin: 0;
    font-size: 19px;
    line-height: 22px;
}
.event-header span {
    display: block;
    width: 10px;
    height: 1px;
    background: #000;
    margin-top: 13px;
    margin-bottom: 13px;
}

.event-content {
    font-family: "Georgia";
    font-size: 17px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 10px;
    max-width: 100%;

    white-space: -moz-pre-wrap !important;  
    white-space: -pre-wrap;   
    white-space: -o-pre-wrap;   
    white-space: pre-wrap;       
    word-wrap: break-word;      
    white-space: -webkit-pre-wrap;
    word-break: break-word;
    white-space: normal;
}
.event-content strong, .event-content b {
    font-weight: bold;
}
.event-content a {
    color: inherit;
    text-decoration: underline;
}
.event-content a:hover {
    color: #de2b35;
}

.event-content p {
    margin: 0;
}
.event-element .ak-btn {
    padding: 10px 15px;
    font-size: 16px;
}
.event-btn {
    font-family: 'ArcherBold';
    font-size: 20px;
    padding: 7px 12px;
    background: #a6a29d;
    color: #FFF;
    display: inline-table;
    margin-bottom: 14px;
    margin-top: 14px;
    text-decoration: none;
    font-weight: normal;
}
.event-btn:hover {
    background: #de2b35;
}


.form-nl .spinner {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 8px;
    display: none;

}

.form-nl .loading .btn-ok  {
    display: none;
}

.form-nl .loading .spinner {
    display: block;
}

.c-list-1,
.c-list-2 {
    font-family: "SentinelBook";
    font-size: 16px;
    color: #000;
}

.c-list-1 ul,
.c-list-1 ol,
.c-list-2 ul,
.c-list-2 ol {
    list-style: none;
    padding: 0;
}

.c-list-2 li,
.c-list-1 li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 45px;
    min-height: 40px;
}

.c-list-2 li a,
.c-list-1 li a {
    color: inherit;
    text-decoration: none;
}

.c-list-2 li a:hover,
.c-list-1 li a:hover {
    color: #EB4330;
}

.c-list-2 li span,
.c-list-1 li span {
    height: 40px;
    display: table-cell;
    vertical-align: middle;
}

.c-list-1 li:before {
    content: '';
    display: block;
    vertical-align: middle;
    background: url(../img/valide-n.svg) no-repeat center center;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0px;
    left: 0;
}
.c-list-2 li:before {
    content: '';
    display: block;
    vertical-align: middle;
    background: url(../img/journal.svg) no-repeat center center;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0px;
    left: 0;
}



.cookie {
    background: #000;
    background: rgba(0,0,0,0.8);
    color: #FFF9F3;
    padding: 20px 10px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    text-align: center;
    line-height: 15px;
    z-index: 9999999999999;
}
.cookie a {
    color: #D81327;
    text-decoration: underline;
    margin-left: 5px;
}
.cookie a:hover {
    color: #FFF;
}

.cookie_btn {
  cursor: pointer;
    display: inline-table;
    font-family: 'ArcherBold';
    font-size: 11px;
    text-decoration: none;
    padding: 2px 5px;
    background: #DE2B35;
    color: #FFF9F3;
    border: 1px solid #FFF;
    margin-left: 15px;
    margin-top: 5px;
    -webkit-box-shadow: 3px 3px 1px -1px rgba(0,0,0,0.74);
    -moz-box-shadow: 3px 3px 1px -1px rgba(0,0,0,0.74);
    box-shadow: 3px 3px 1px -1px rgba(0,0,0,0.74);
   
}
.cookie_btn:hover {
    background: #000;
    color: #DE2B35;
}


/*-----------------------------------------------------------------------*\
                        popup unsbscribed
\*-----------------------------------------------------------------------*/

#wrap-popup-unsbscribed {
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: none;
}

#popup-unsbscribed {
    position: fixed;
    z-index: 999999999;
    background: #FFF;
    width: 80%;
    max-width: 700px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,55%);
    transform: translate(-50%,55%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    filter: alpha(opacity=0);
    opacity: 0;    
    visibility: hidden;
}

#popup-unsbscribed.open {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}
#popup-unsbscribed.connexion-3 #close-unsbscribed {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

#popup-unsbscribed .inner {
    font-family: 'SentinelBook';
    font-size: 16px;
    line-height: 19px;
    padding:40px;
}
#popup-unsbscribed .table-cell:last-child {
    padding-left: 22px;    
}
#popup-unsbscribed .close_unsbscribed {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.unsbscribed-left {
    width: 130px;
    padding: 0;
    float: left;
    text-align: center;
}

.unsbscribed-left img {
    max-width: 100%;
}

.unsbscribed-right {
    padding: 0;
    margin-left: 130px;
}



#popup-unsbscribed .box-title {
    font-family: "ArcherBold";
    font-size: 31px;
    font-weight: normal;
    text-transform: uppercase;
    color: #EB4330;
    margin-top: 5px;
    margin-bottom: 30px;
    line-height: normal;
    text-align: center;
}

#popup-unsbscribed.connexion-3 .box-title {
    margin-bottom: 0;
    font-size: 40px;
}

#popup-unsbscribed .box-stitle {
    font-family: "Archer-Semibold";
    font-size: 31px;
    font-weight: normal;
    text-transform: uppercase;
    color: #EB4330;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: normal;
    text-align: center;
}



#popup-unsbscribed .box-text {
    font-family: "Archer-Semibold";
    font-size: 26px;
    line-height:normal;
    color: #000;
    margin-top: 20px;
    text-align: center;
}

.unsbscribed-submit {
    text-align: center;
    margin-top: 55px;
}

#close-unsbscribed {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

@media only screen and (max-width: 980px) {
    .h1-webonly .right-h1 {
        width: auto;
        margin-top: 0;
        margin-left: 89px;
        float: none;
    }
}

@media only screen and (max-width: 768px) {
    .unsbscribed-left {
        width: 65px;
        padding: 0px;
    }
    .unsbscribed-right {
        padding: 0 10px;
        margin-left: 0;
    }
    #popup-unsbscribed {
        overflow-y: auto;
         max-height: 80%;
    }
    #popup-unsbscribed .close_unsbscribed {
        top: 10px;
        right: 10px;
    }
    #popup-unsbscribed .inner {
        padding-top: 30px;
    }

    #popup-unsbscribed .info {
        margin-left: 55px;
    }

    .box-toptitle {
        margin-top: 35px;
    }
    
}

@media only screen and (max-width: 480px) {
    #popup-unsbscribed .box-title {
        font-size: 25px;
    }
}


/* ==========================================================================
   Formulaire page article
   ========================================================================== */

.box-inscription .table-cell {
    width: 50%;
    margin-bottom: 20px;
}

.box-inscription .row-form input {
    border: 1px solid #808080;
    width: 100%;
    padding: 7px 10px;
}

.box-inscription .row-form, .msg_errors  {
    width: 100%;
    max-width: 285px;
}

.box-inscription .row-form .error {
    border-color: red;
}

.box-inscription a {
    color: inherit;
}
.box-inscription a:hover {
    color: #EB4330;
}

.box-inscription .ak-btn {
   
    width: 100%;
}

.msg_errors p {
    margin: 0 0 10px 0;
    font-size: 13px;
    color: red;
}

@media only screen and (max-width: 768px) {
    .box-inscription .table-cell {
        display: block;
        width: 100%;
    }

    .box-inscription .row-form, .msg_errors  {
        max-width: 100%;
        width: 100%;
    }
}

/*
---------------------------------------------------------- AB 04-02-2019 */


#video_player p,
#video_player ul{
    margin: 0;
    padding: 0;
}
#video_player .intro{
    max-width: 455px;
}
#video_player .intro p{
    font-family: "ArcherBold";
    font-size: 17px;
    font-weight: normal;
    line-height: initial;
}
.video_iframe{
    max-width: 1000px;
    position: relative;
    margin-top: 31px;
}
.video_iframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none !important;
}

.video_iframe_trans{
    display: block;
    max-width: 100%;
    height: auto;;
}

.video_informations{
    max-width: 1000px;
    position: relative;
}
.video_informations .number{
    font-family: "ArcherBold";
    font-size: 13px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.video_informations .info-text{
    max-width: 465px;
    margin-top: 14px;
}
.video_informations .info-text p{
    font-family: 'SentinelBook';
    font-size: 16px;
}
.info-persons{
    display: inline-block;
    margin-top: 14px;
}
.info-persons li{
    list-style: none;
    font-family: 'Sentinel-BookItalic';
    font-weight: normal;
    font-size: 12px;
}
.info-persons .ip-type{
    display: inline-block;
    font-family: "ArcherBold";
}
.video_informations .details{
    margin-top: 18px;
    position: relative;
}
.date-duration{
    font-family: 'Sentinel-MediumItalic';
    font-size: 12px;
    position: relative;
    padding-top: 2px;
}
.date-duration:before{
    content: '';
    width: 6px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
}
.video_informations .link{
    position: absolute;
    top: 0;
    right: 0;
}
.video_informations a{
    background-color: #e9e4e1;
    border: 1px solid #666666;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 18px;

    font-family: "ArcherMedium";
    font-size: 16px;
    text-transform: uppercase;
    color: #666666;
    text-decoration: none;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.video_informations a:hover{
    /*color: #fff;*/
    color: #e9e4e1;
    background-color: rgba(0,0,0,.5);
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.video_informations a svg{
    margin-right: 34px;
    position: relative;
    top: -1px;
}
.video_informations a:hover polygon{
    fill: #010101;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.video_informations a:hover polygon{
    /*fill: #fff;*/
    fill: #e9e4e1;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
@media only screen and (max-width: 768px){
    .video_informations{
        padding-bottom: 15px;
    }
    .video_informations .number{
        position: static;
        margin-top: 15px;
    }
    .video_informations .link{
        position: static;
        text-align: right;
    }
}

/*
---------------------------------------- */

#le1-videos h1,
#le1-videos h2,
#le1-videos p,
#le1-videos ul{
    margin: 0;
    padding: 0;
}
.page-top-img{
    width: 420px;
    float: left;
}
.page-top-img img{
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}
.page-top-intro{
    width: calc(100% - 420px);
    max-width: 580px;
    float: left;
    padding-left: 25px;
}
.page-top-intro h1{
    /*font-family: "ArcherBold";*/
    font-family: "Archer-Semibold";
    font-size: 62px;
    line-height: 1;
    position: relative;
    top: -12px;
}
.page-top-intro-txt{
    max-width: 400px;
}
.page-top-intro-txt p{
    font-family: "ArcherBold";
    font-size: 17px;
}

#videos-list{
    width: 100%;
    max-width: 1024px;
    margin-left: -12px;
    display: flex;
    flex-wrap: wrap;
}
#videos-list .video{
    width: calc(50% - 18px);
    /*float: left;*/
    margin-top: 25px;
    /*display: flex;*/
    position: relative;
    z-index: 1;
}

.video.hover,
.mouseleave{
    z-index: 2 !important;
}
.video .video-content{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 12px;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.video.hover .video-content{
    z-index: 2;
    max-width: 650px;
    width: 650px;
    height: auto;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.72);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.72);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.72);

    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}




#videos-list .video:nth-child(2n){
    margin-left: 36px;
}
.video-thumbnail{
    position: relative;
    width: 100%;
}
.video-thumbnail:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-image: url(../img/play.svg);*/
    background-image: url(../img/play.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
.video-thumbnail img{
    width: 100%;
    height: auto;
}
#le1-videos .video-info h2{
    font-family: "ArcherBold";
    font-size: 20px;
    /*color: #EB4330;*/
    color: #000;
    line-height: 1;
    margin-top: 12px;
}
.video-info .txt{
    max-width: 320px;
    margin-top: 10px;
}
.video.hover .video-info .txt{
    max-width: 480px;
}
.video.hover .txt-mouseleave{
    display: none;
}
.txt-mouseenter{
    display: none;
}
.txt-mouseenter p{
    color: #666666;
}
.video.hover .txt-mouseenter{
    display: block;
}
.video-info .txt p{
    font-family: 'SentinelBook';
    font-size: 16px;
}
.video .info-persons{
    display: none;
}
.video .info-persons li{
    color: #666666;
}
.video.hover .info-persons{
    display: block;
    margin-bottom: 12px;
}
.video-info .date{
    display: block;
    font-family: 'Sentinel-MediumItalic';
    font-size: 12px;
    margin-top: 7px;
    position: relative;
    padding-top: 2px;
    margin-bottom: 2px;
}
.video.hover .video-info .date{
    color: #666666;
}
.video.hover .video-info .date:before{
    content: '';
    width: 6px;
    height: 1px;
    background-color: #666666;
    position: absolute;
    top: 0;
    left: 0;
}
.video-info .duree{
    display: none;
}
.video.hover .video-info .duree{
    display: inline-block;
}

.video .video-content .link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-content{
    margin-top: 62px;
}
.filter-by{
    font-family: 'ArcherBold';
    font-size: 17px;
    display: inline-block;
    position: relative;
}
#videos-filter form{
    display: inline-block;
    margin-left: 15px;
}
#video_player .show-title{
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'ArcherBold';
    font-size: 40px;
    color: #000000;
    vertical-align: bottom;
    margin: 0 0 20px 0;
    line-height: 49px;
    max-width: calc(100% - 250px);
}

.video-info{
    position: relative;
}
.le1number{
    font-family: "ArcherBold";
    font-size: 20px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}
.video.hover .le1number{
    opacity: 1;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#le1-videos .video.hover .video-info h2{
    max-width: 85%;
}

#intervenant .select-items div, #intervenant .select-selected {
    width: 170px;
}

@media only screen and (max-width: 1480px){
    #videos-list .video:nth-child(2n) {
        margin-left: 10px;
    }
    .video.hover .video-content{
        width: 38vw;
    }
    .page-top-img{
        width: 350px;
    }
    .page-top-intro {
        width: calc(100% - 350px);
    }
    .page-top-intro h1{
        top: 0;
        font-size: 58px;
    }
    .page-top-intro-txt{
        margin-top: 12px;
    }
}
@media only screen and (max-width: 1200px){
    .page-top-img{
        display: none;
    }
    .page-top-intro{
        width: calc(100% - 200px);
        float: none;
        padding-left: 0;
    }
}
@media only screen and (max-width: 1023px){
    #le1-videos{
        padding-top: 28px;
    }
    .page-top-intro{
        width: 100%;
    }
    .page-top-intro h1{
        font-size: 44px;
    }
    #videos-list{
        margin: 0;
    }
    .video .video-content{
        padding: 0;
    }
    #videos-list .video{
        width: calc(50% - 5px);
    }
    #videos-list .video:nth-child(2n) {
        margin-left: 10px;
    }
    .txt-mouseleave{
        display: none;
    }
    .txt-mouseenter{
        display: block;
    }
    .video .info-persons{
        display: block;
    }
    .video-info .duree {
        display: inline-block;
    }
    .video-info .date{
        margin-top: 15px;
    }
    .video-info .date:before{
        content: '';
        width: 6px;
        height: 1px;
        background-color: #000;
        position: absolute;
        top: 0;
        left: 0;
    }
    .le1number{
        opacity: 1;
        position: static;
        display: block;
        margin-top: 5px;
    }
}
@media only screen and (max-width: 767px){
    .page-top-intro-txt{
        max-width: 260px;
    }
    .page-content{
        margin-top: 30px;
    }
    .filter-by{
        display: block;
    }
    #videos-filter form{
        display: block;
        margin-left: 0;
        width: 100%;
    }
    #videos-list .video{
        width: 100%;
        margin-top: 35px;
    }
    #videos-list .video:nth-child(2n){
        margin-left: 0;
    }
    #video_player .show-title{
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 9px;
        max-width: 90%;
    }
    #intervenant .select-items div, #intervenant .select-selected {
        width: 100%;
    }
}