/*! 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
   ========================================================================== */
.unvisible {
    display: none;
}

.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;
    vertical-align: top;
}

.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;
}
.form-select {
    max-width: 330px;
    margin-bottom: 10px !important;
}

.row-form input[type="text"],
.row-form input[type="password"],
.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;
}

.page-subheading {
    font-family: "ArcherBold";
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
    margin:0 0 30px 0;
    font-weight: normal;
    color: #D81327;
}
.page-subheading.adr {
    margin-bottom: 15px !important;
    margin-top: 25px !important;
}

@media only screen and (max-width: 768px) {
    .form-select {
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px !important;
    }   
}


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

html, body {
  height: 100%;
}


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

.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 {
    display: none;
}

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

.link-nav-back {
   font-family: 'Archer-BoldItalic';
   font-size: 19px;
   color: #000;
   text-decoration: none;
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
   font-weight: normal;
}


.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);
}

.btn-logout {
    margin-left: 10px;
    padding-left: 0 !important;
    vertical-align: middle;
    position: relative;
    top: 3px;
}
.btn-logout:hover .icon-logout {
    background: url(../img/logout-r.svg) no-repeat center center;
}
#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: #FFFFFF;
    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;*/
    top: -50px;
    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: 60px;
    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;
}

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

@media only screen and (max-width: 1200px){
    #footer .lien-journal {
        padding-right: 0;
        margin-right: 8px;
        font-size: 14px;
    }
    #footer .lien-journal:before {
        display: none;
    }

    #footer .input {
        width: 210px;
    }
}

@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;
    }
    .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 0px 0;
        text-align: left;
    }

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

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

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

    #footer .lien-journal-mobile {
        display: block;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 5px;
    }


    #footer .lien-journal-mobile .lien-journal {
        display: inline-block;
        text-align: center;
    }

    #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;
        z-index: -1;
        -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);
    }


    .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-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;
    }

}

@media only screen and (max-width: 435px) {
    .link-nav-top{
        margin-left: 0; 
    }
}




/* ==========================================================================
   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;
    }

    .icon-logout {
        display: inline-block;
        width: 18px;
        height: 20px;
        background: url(../img/logout.svg) no-repeat center center;
    }


/* ==========================================================================
   Main css
   ========================================================================== */

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

.ak-title.search {
    margin-bottom: 35px;
}

.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;
    }
    #main-nav-mobile.active .shadow-top {
        display: none;
    }
    
    .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;
    }

    .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;
    }

}

@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
   ========================================================================== */

.block-page-abo.block-title h2{
    font-family: "Archer-Semibold";
    font-size: 1.7em;
    text-transform: uppercase;
    color: #ed0f0f;
}

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

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

.catalogue .product-list-abonnement {
    margin-left: 1px;
    margin-right: 1px;
}

.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-list-abonnement .product {
    width: 224px;
    display: inline-table;
    margin-right: 120px;
    margin-bottom: 65px;
    position: relative;
}

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

.product-list-abonnement .product .img{
    margin-left: 38px;
}

.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.unvailable .img .rollover {
     background: rgba(0,0,0,0.4); 
}

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

.product.unvailable .img .rollover,
.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.unvailable .img .rollover .btn {
    display: none;
}

.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: 'ArcherBold';
    font-size: 16px;
    color: #000000;
    text-decoration: none;
}
.product .product-title h5 {
    display: inline;
    font-weight: normal;
}

.product .product-title a {
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
}

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

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


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

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

@media only screen and (max-width: 1460px){
   
     .product, .product-list-abonnement .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, .product-list-abonnement .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;
    }

    .product .img .rollover {
        opacity: 1;
        visibility: visible;
        z-index: 11;
        width: 50px;
        height: 50px;
        top: 50%;
        left: 50%;
        margin-top: -25px;
        margin-left: -25px;
        right: initial;
        bottom: initial;
        border-radius: 50px;
        background: rgba(0,0,0,0.7);
    }
    .unvailable.product .img .rollover {
         opacity: 0;
        visibility: hidden;
    }

    .product .img .rollover a, .product .img .rollover .btn {
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

}

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

    .product .img img, .product-list-abonnement .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 ul {
    margin: 0;
}

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

.info-product h1 {
    font-weight: normal;
    font-size: 46px;
    margin: 0;
    padding: 0;
    line-height: 46px;
    margin-bottom: 11px;
    text-transform: uppercase;
}
.info-product h1 p {
    margin: 0;
    padding: 0;
}

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

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

.desc-product img {
    max-width: 100% ;
}

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

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

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

.wrap-to-cart {
    position: relative;
    width: 212px;
    height: 39px;
    border: 1px solid #000000;
    margin-bottom: 10px;
}

.wrap-to-cart .wrap-input {
    display: inline-block;
    position: relative;
    width: 55px;
    padding-right: 20px;
    height: 100%;
}
.wrap-to-cart input {
    width: 100%;
    height: 100%;
    border: none !important;
    padding: 4px;
    text-align: center;
    font-size: 12px;
}

.product_quantity_down {
    position: absolute;
    bottom: 10px;
    right: 7px;
    display: block;
    width: 10px;
    height: 6px;
    background: url('../img/chevron-down-3.svg') no-repeat center;
}

.product_quantity_up {
    position: absolute;
    top: 10px;
    right: 7px;
    display: block;
    width: 10px;
    height: 6px;
    background: url('../img/chevron-up-3.svg') no-repeat center;
}

.wrap-to-cart a.btn-tocart {
    line-height: 37px;
}
.wrap-to-cart a.btn-tocart,
.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 a.btn-tocart:hover,
.wrap-to-cart button:hover {
    background: #000000;
}

.wrap-to-cart a.btn-tocart .ak-icon,
.wrap-to-cart button .ak-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
}

.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
   ========================================================================== */

.left-article {
    padding-right: 25px;
}

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

.image-article {
    width: 155px;
    float: left;
}

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

.body-article {
    margin-left: 200px;
    padding-right: 40px;
}

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

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

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

.article .author .name {
    text-decoration: underline;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.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 .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;
}


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


.
.infos-summary {
    margin-bottom: 0px;
    padding-left: 20px;

}

.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;
}
.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 0px;
    display: block;
    color: #000000;
    text-decoration: none;
    position: relative;
}

.article-summary .li .cat {
    font-family: "ArcherBold";
    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;
    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 h2 {
    font-family: "ArcherBold";
    font-size: 17px;
    margin: 0 0 0 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: 5px;
    margin-bottom: 10px;
}

.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;
}

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

.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-inscription .info strong {
    font-family: 'Archer-BoldItalic';
    font-weight: normal;
    display: inline-block;
    margin-left: 14px;
}


.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;
}


.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;

}

.last-num li img {
    width: 100%;
    border: 1px solid #B3B3B3;
}

.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 ;
    border: 1px solid #666666;
    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-article .summary {
    display: none;
}
.body-article .summary:hover {
    background: #D81327;
    color: #FFF;
}
.body-article .summary:hover a {
    color: #FFF;
}

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


/*** page edito *****/

.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;
}
.edito .image-edito {
    width: 300px;
    text-align: center;
}

.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;
}
.page-edito .sep-art {
    /*display: none;*/
    border: none;
    margin-bottom: 30px;
}

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

    #close-summary {
        display: inline-block;
    }

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


    .body-article .summary {
        margin-top: 15px;
        display: inline-block;
    }

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

    .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) {
    .body-article h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .articles {
        margin-top: 39px;
    }

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

}

@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: 1px;
}
.block-acount .link {
    color: #EB4330;
}

.block-acount .link:hover {
    color:#000;
}

.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 .add {
    font-family: "ArcherBold";
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #EB4330;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    color: #EB4330;
    margin-left: 10px;
    padding: 0;
}

.block-acount .line .add:hover {
    color: #FFF;
    background: #EB4330;
}

.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 .line-adr:first-child,
.block-acount .line .name {
    font-family: "ArcherBold";
    font-size: 17px;
    margin-right: 15px;
}

.block-acount .line .status  {
    margin-top: 20px;
}
.block-acount .line .line-adr:first-child {
    margin-bottom: 20px;
}
.block-acount .line-adr {
    margin: 0;
    padding: 0;
}

.block-acount .line-adr span {
    margin: 0;
}

.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;
}

#auth-for-reabo .ak-btn {
    width: auto;
}

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



.line-abo.first {
    border-top: none !important;
}


.line-title {
    font-family: "ArcherBold";
    font-size: 28px;
    margin-left: 180px;
    margin-bottom: 30px;
    font-weight: normal;
    position: relative;
    padding-left: 40px;
    line-height: 30px;
    vertical-align: middle;
}

.line-title .number {
    width: 29px;
    height: 29px;
    display: block;
    text-indent: -999999999999px;
    overflow: hidden;
    position: absolute;
    top: 1px;
    left: 0;
}

.line-title .align-middle {
    /*margin-left: 40px;*/
    display: block;
}

.line-title .number.num-1 { background: url('../img/num/1-noir.svg') no-repeat center center; }
.line-title.red .number.num-1 { background: url('../img/num/1-rouge.svg') no-repeat center center; }
.line-title .number.num-2 { background: url('../img/num/2-noir.svg') no-repeat center center; }
.line-title .number.num-3 { background: url('../img/num/3-noir.svg') no-repeat center center; }
.line-title .number.num-4 { background: url('../img/num/4-noir.svg') no-repeat center center; }


.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 .selector {
    width: 285px;
    display: inline-block;
}

.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 span.bradio {
    width: 24px;
    display: block;
    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;
}

.ak-login .ak-btn {
    margin-bottom: 15px;
}

.line-abo.with-padding {
    padding: 0;
    margin-top: 35px;
}

#auth-for-reabo {
    padding: 25px 25px 45px 25px;
}

.with-padding .ak-login {    
    margin-left: -10px;
    margin-right: -10px;
}
.with-padding .ak-login .table {
    border-spacing: 10px 0;
}

.with-padding .ak-login .table-cell {
    width: 50%;
    position: relative;
    border: 10px solid #E9E4E1;
    padding: 20px 50px;
}

.with-padding .ak-login .ak-form {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
}



.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;
}

.select-abo  .selector {
    margin-left: 190px;
}

#notif-date {
    display: none;
    margin-left: 190px;
    color: #EB4330;
}

#all-abo {
    display: none;
}

@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;
    }

    .with-padding .ak-login .table-cell {
        padding: 20px;
    }


}

@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;
    }
     .ak-login .table-cell {
        display: block ;
        width: 100% !important;
        padding: 0;
    }

    .with-padding .ak-login .table-cell {
        display: table-cell; ;
        width: 50% !important;
        padding: 10px;
    }
    .subtitle-row, .line-abo select {
        margin-left: 0;

    }
    .line-abo select {
        max-width: 100%;
    }
    .select-abo  .selector {
        margin-left: 0;
        width: 100%;
    }
    #notif-date {
        margin-left: 0;
    }


}

@media only screen and (max-width: 768px) {
    .line-abo, #auth-for-reabo {
        padding: 25px 0 35px 0;
    }
    .select-abo  .selector {
        width: 100%;
    }
}
@media only screen and (max-width: 634px)  {
    .with-padding .ak-login .table-cell {
        display: block ;
        width: 100% !important;
        padding: 15px;
    }

    .with-padding .ak-login .table-cell {
        margin-bottom: 45px;
    }
    .with-padding .ak-login .table-cell:first-child {
        padding-right: 20px;
        margin-bottom: 20px;
    }
}
@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;*/
    }

    .with-padding .ak-login .table-cell {
        border: 7px solid #E9E4E1;
        padding: 10px;
    }
    .with-padding .ak-login .table-cell:first-child {
        padding-right: 10px;
    }
}

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

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

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

.faq-title {
    text-transform: uppercase;
    font-family: 'ArcherBook';
    font-size: 33px;
    line-height: 35px;
    color: #000000;
    overflow: hidden;
}

.faq-stitle {
    text-transform: none;
}

.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-contact textarea,
.page-faq textarea {
    height: 160px;
}

.page-contact div.selector,
.page-faq div.selector {
    border: 1px solid #E9E4E1;
}

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


.page-contact .send-message {
    max-width: 850px;
}

@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;
    }
}

.fancybox-overlay {
    z-index: 9999999999999999999999;
}

.pagination {
    list-style: none;
    margin: 10px 0 3px 0;
    padding: 0;
}

.pagination li {
    display: inline-block;
    border: 1px solid #000;
   
    transition:  all 0.4s;
    font-family: 'ArcherBold';
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;

    /*padding: 2px 8px;*/
    margin-bottom: 4px;
}


.pagination li a, .pagination li span {
    display: block;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    text-transform: capitalize;
    padding: 2px 8px;
}

.pagination li a span {
    padding: 0;
}

.pagination li:hover, .pagination li.current {
    /*background: #EB4330;*/
}

.pagination li:hover a, .pagination li:hover a span, .pagination li.current span {
    color: #EB4330;
}

.pagination li.truncate {
    border: none;
    color: #000 !important;
    background: transparent !important;
    cursor: initial;
}

.pagination li b {
    font-weight: normal;
}

.pagination li.disabled {
    background: #E9E4E1;
    color: #000;
    width: auto;    
    text-transform: capitalize;
    padding: 0;
}

.icon-close {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../img/close-2.svg) no-repeat center;
}



/* ==========================================================================
   page commande rapide
   ========================================================================== */

#cart_wrap {
    padding: 20px;
}
#cart_wrap .line-title {
    margin: 0 0 20px 0;
    color: #de2b35;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 28px;
    padding: 0;
}

table.w-100 {
    width: 100%;
}
table {
    border: 1px solid #E9E4E1;
    color: #4d4d4d;
    font-size: 13px;

}

table thead, table tfoot {
    background: #fbfbfb;
}

table td,table th {
    border: 1px solid #E9E4E1;
    padding: 10px;
}

table th {
    font-size: 15px;
    color: #000;
    font-weight: normal;
    font-family: 'ArcherBold';
    text-align: left;
}
#cart_summary p {
    margin: 0;
}

.cart_description a {
    color: #4d4d4d;
    text-decoration: none;
}
.cart_description a:hover {
    color: #de2b35;
}
#cart_summary tbody td.cart_description small {
    display: block;
    font-size: 11px;
    padding: 5px 0 0 0;
}
#cart_summary tbody td.cart_unit .price span.old-price {
text-decoration: line-through;
}
.price-percent-reduction {
    background: #f13340;
    border: 1px solid #d02a2c;
    color: white;
    padding: 0 5px 0 3px;
    display: inline-block;
}
.special-price {
    color: #f13340;
}

table .text-right {
    text-align: right;
    font-family: 'ArcherBold';
    font-size: 15px;
    color: #000;
}
table .price , table .cart_total {
    text-align: right;
}
.cart_voucher {
    text-align: right;
}
.cart_voucher h4 {
    font-weight: normal;
    display: inline-table;
    margin-right: 10px;
}

.cart_voucher .input {
    width: 250px;
}
#total_price_container {
    color: #de2b35;
    font-family: 'ArcherBold';
    font-size: 15px;
}
.cart_voucher button {
    background: transparent;
    font-family: 'ArcherBold';
    font-size: 15px;
    color:  #000;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    vertical-align: middle;
}
table .total_price_container {
    color: #de2b35;
    text-transform: uppercase;
    border-top: 1px solid #E9E4E1 !important;
}
.cart_voucher button:hover {
    color :#de2b35;
}

#order-detail-content {
    margin-bottom: 20px;
}

#cart_title, a.btn-black {
    font-family: 'SentinelSemiboldItalic';
    color: #000000;
    font-size:20px;
    line-height: 20px;
    margin-bottom: 10px;
    text-decoration: none;
}

.cart_delete a {
    font-size: 14px;
    color: #000;
}

@media only screen and (max-width: 768px)  {
       /*--------- cart ---*/
    .cart_voucher .input {
        width: 195px;
        margin-top: 10px;
    }
    .cart_voucher button {
       vertical-align: middle;
    }

    #order-detail-content #cart_summary table, #order-detail-content #cart_summary thead, #order-detail-content #cart_summary tbody, #order-detail-content #cart_summary th, #order-detail-content #cart_summary td, #order-detail-content #cart_summary tr {
    display: block; }
    #order-detail-content #cart_summary thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
    #order-detail-content #cart_summary tr {
    border-bottom: 1px solid #E9E4E1;
    overflow: hidden; }
    #order-detail-content #cart_summary td {
    border: none;
    position: relative;
    display: block;
    white-space: normal;
    font-size: 16px;
     }
    #order-detail-content #cart_summary td.cart_avail {
      clear: both; }
    #order-detail-content #cart_summary td.cart_quantity {
        clear: both;
        text-align: left;
        padding: 0 0 0 10px;
    }
    #order-detail-content #cart_summary td.cart_quantity:before {
        display: inline-block;
    }
    #order-detail-content #cart_summary td.cart_delete {
        width: 247px;
        clear: both;
        text-align: left;
        padding: 0 0 0 10px;
    }
      #order-detail-content #cart_summary td.cart_delete:before {
        display: inline-block;
        padding-right: 0.5em;
        position: relative;
        top: 3px; }
   
    #order-detail-content #cart_summary td:before {
    content: attr(data-title);
    display: block;
     font-family: 'ArcherBold';
     font-size: 16px;
     margin-bottom: 10px;
     }
    #order-detail-content #cart_summary tfoot td {
    float: none; }
    #order-detail-content #cart_summary tfoot td:before {
      display: inline; }
    #order-detail-content #cart_summary tfoot tr .text-right, #order-detail-content #cart_summary tfoot tr tbody td.cart_unit, #order-detail-content #cart_summary tbody tfoot tr td.cart_unit, #order-detail-content #cart_summary tfoot tr tbody td.cart_total, #order-detail-content #cart_summary tbody tfoot tr td.cart_total, #order-detail-content #cart_summary tfoot tr .price {
    display: block;}

    .cgv-text {
        font-size: 14px !important;
    }
    .cgv-text a {
        font-size: 14px !important;
    }

}


/*-------------------------------------------------*\
               Order-adress
\*-------------------------------------------------*/
.addr-row {
    background: #fbfbfb;
    border: 1px solid #E9E4E1;
    margin-top: 15px;
}

.addresses div.selector {
    border: 1px solid #E9E4E1;
}

.addresses div.selector span {
    height: 29px;
    line-height: 29px;
}

.addresses label {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.address .page-subheading {
    font-family: 'ArcherBold';
    color: #d81327;
    margin:0 0 18px 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    
}

.addresses ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.address {
    display: block;
    height: 100%;
    padding: 15px;
    width: 440px;
    list-style: none;
}

.address li {
    font-size: 13px;
    line-height: 14px;
}

.address_update a, #address_invoice_form a {
    color: #333;
    display: inline-block;
    margin-top: 15px;
}

.address_update a:hover, #address_invoice_form a:hover {
    color: #d81327;
}

.wrap-chekbox {
    color: #000;
    font-size: 20px;
    font-family: 'SentinelSemiboldItalic';
    margin-top: 15px;
}
.cgv-text {
    font-size: 17px;
}
.cgv-text div.checker {
    top: -2px;
}
.cgv-text a {
    color: #000;
    text-decoration: none;
    font-size: 17px;
}
.cgv-text a:hover {
    color: #DE2B35;
}

/*.color-green.cgv-text, .color-green.cgv-text a {
    color: #94c07d;
}*/

.opc-box {
    background: #E9E4E1;
    padding: 10px;
    margin-bottom: 10px;
}
.box-white {
    background: #FFFFFF;
    border: 10px solid #E9E4E1;
    padding: 25px;
    margin-bottom: 30px;

}
#opc_payment_methods-content {
    padding: 10px 10px 1px 10px;
}

p.payment_module {
    margin: 0;
    padding: 0;
}
 #HOOK_PAYMENT p.warning {
    margin:0 0 10px 0;
    padding: 10px 15px;
    position: relative;
    background: #FFF;
}

p.payment_module a {
    display: block;
    font-size: 17px;
    line-height: 23px;
    color: #333;
    display: block;
    padding: 10px 15px;
    margin:0 0 10px 0;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: -1px;
    position: relative;
    background: #FFF;
}

p.payment_module a:hover {
    background-color: rgba(255,255,255,0.8); 
}

p.payment_module a.bankwire, p.payment_module a.cheque {
     padding: 10px 15px 10px 99px;
    min-height: 90px;
     
}
p.payment_module a.bankwire {
    background-image: url(../img/bankwire.png);
    background-repeat: no-repeat;
    background-position: 15px 12px;
}
p.payment_module a.cheque {
    background-image: url(../img/cheque.png);
    background-repeat: no-repeat;
    background-position: 15px 15px;
}

#opc_account_form {
    margin-bottom: 30px;
}
#openLoginFormBlock {
    text-decoration: none;
    font-size: 20px;
    color: #333;
    font-family: 'SentinelSemiboldItalic';
}
.lost_password {
    font-size: 13px;
    color: #333333;
}
.lost_password:hover {
    color: #d81327;
}

#bottom_opc {
    /*display: none;*/
}


/*-------------------------------------------------*\
                    Form - opc
\*-------------------------------------------------*/
.form-required {
    color: #DE2B35;
    margin-bottom: 15px;
}
.form-group-tunnel label, .form-inline label {
    display: block;
    margin-bottom: 5px;
    text-align: left;
    font-size: 13px;
    line-height: 13px;
}

.label_generate span {
    vertical-align: middle;
}

.form-radio .top {
    margin-right: 15px;
}

label div.radio {
    margin-right: 4px;
}

.form-inline {
    display: table;
}
.form-left {
    padding-right: 10px;
}
.form-right {
    padding-left: 10px;
}
.form-inline .inline {
    display: table-cell;
    width: 50%;
}

.input {
    border: 1px solid #E9E4E1;
    padding: 4px 10px;
    background: transparent;
}

.form-group-tunnel .input,
.form-inline .input,
.form-group-tunnel .textarea {
    border: 1px solid #E9E4E1;
    background: transparent;
    display: block;
    width: 100%;
    padding: 4px 10px;
}


.form-group-tunnel, .form-inline, .form-radio {
    width: 100%;
    max-width: 600px;
    margin-bottom: 20px;
}

.wrap-select .select {
    display: inline-table;
    width: 52px;
    vertical-align: top;
}
.wrap-select .select-2 {
    width: 81px;
    display: inline-table;
    vertical-align: top;
}
.date-select .select, .wrap-select .select-2 {
    margin-bottom: 5px;
}

.date-select div.selector {
    padding-right: 0;
}

.form-group-tunnel div.selector,
.wrap-select  div.selector {
    border-color: #E9E4E1;
}


.footer_links {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 20px;
}
.footer_links li {
    margin-bottom: 0px;
}
.footer_links li a {
    font-size: 13px;
    color: #333;
}
.footer_links li a:hover {
    color: #d81327;
}

.info-title {
    margin-bottom: 10px;
    padding: 0;
}

@media only screen and (max-width: 768px) {
     .box-white {
        border: none;
        padding: 0;
    } 
    .form-inline .inline {
        display: block;
        width: 100%;
    }
    .form-left {
        padding-right: 0;
    }

    .form-right {
        padding-left: 0;
        margin-top: 20px;
    }
}



/*-------------------------------------------------*\
               page adresses :=)
\*-------------------------------------------------*/


.bloc_adresses .table-cell {
    padding: 0 20px 0 0;
    float: left;
    width: 50%;
}

.bloc_adresses .box-white {
    border: 10px solid #E9E4E1;
    padding: 25px;
    border-bottom: 30px solid #E9E4E1;
    position: relative;
}

.bloc_adresses .box-white ul {
    width: auto !important;
}

.bloc_adresses .address_update {
    position: absolute;
    bottom: -22px;
    right: 0;
}
.bloc_adresses .address_update a {
    display: inline-block;
    font-family: "ArcherBold";
    font-size: 12px;
    color: #000;
    text-decoration: none;
    margin: 0 0 0 10px;
    text-transform: uppercase;
}

.bloc_adresses .page-subheading {
    font-family: "ArcherMedium";
    color: #000;
    margin-bottom: 10px !important;
}

.bloc_adresses .address_update a:hover {
    color: #D81327;
}

.page_adresses .address_add a {
    font-family: 'ArcherBold';
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    background: #d81327;
    color: #FFF;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-table;
    text-decoration: none;
}

.page_adresses .address_add a:hover {
    background: #333;
}

.page_adresses .page-subheading {
    margin: 0;
}

.page_adresses .addresses {
    margin-top: 30px;
}

.separator {
    height: 1px;
    width: 100%;
    background: #333;
}

@media only screen and (max-width: 1200px) {
    .bloc_adresses .table,
    .bloc_adresses .table-cell {
        display: block;
        width: 100%;
        padding: 0;
    }
}

.authentication .table-cell {
    width: 50%;
    padding-bottom: 50px;
    position: relative;
}

.authentication .ak-btn {
    position: absolute;
    bottom: 0;
}
.authentication .col-1 .ak-btn {
    right: 20px;
}
.authentication .col-2 .ak-btn {
    left: 20px;
}

.authentication .col-1 {
    text-align: right;
    padding-right: 20px;
}

.authentication .col-2 {
    text-align: left;
    padding-left: 20px;
}

.authentication .input {
    width: 100%;
    max-width: 500px;
}

.authentication label, #form_forgotpassword label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

.authentication .form-group {
    margin-bottom: 20px;
}

#form_forgotpassword .input {
    width: 100%;
    max-width: 500px;
}
.select-address {
    margin-top: 10px;
    max-width: 500px;
    display: none;
}

.select-address div.selector select,
.select-address div.selector span {
    font-size: 14px;
}

.select-address .ak-btn {
    font-size: 14px;
    margin-top: 10px;
    padding: 7px 15px;
}

/*-------------------------------------------------*\
                Alert
\*-------------------------------------------------*/

.alert {
font-weight: bold; }
.alert ul, .alert ol {
padding: 0;
margin-top: 5px;
line-height: 16px; }
.alert ul li, .alert ol li {
  margin-top: 5px;
  list-style-type: none;
  font-weight: normal; }


.alert {
  font-size: 13px;
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 0px;
  margin-top: 20px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ol,
  .alert > ul {
    margin: 0;
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }
  .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

  .alert-success {
    background: rgba(0, 128, 0, 0.5);
    color: #FFFFFF;
    font-weight: normal;
  }
  .alert-success hr {
    border-top-color: #419f49; }
  .alert-success .alert-link {
    color: #e6e6e6; }


.alert-danger {
  background-color: #EB4330;
  border-color: #EB4330;
  color: white; }
  .alert-danger hr {
    border-top-color: #c32933; }
  .alert-danger .alert-link {
    color: #e6e6e6; }
.alert .lnk {
    margin-top: 10px;
}
.alert .lnk a {
    color: #eae5df;
}
.alert .lnk a:hover {
    color: #333;
}

.ak-authentification .alert-danger ,
#login_form .alert-danger,
#create_account_error {
    background-color: transparent;
    border-color: transparent;
    color: #d4323d;
    padding: 0;
    margin: 0 0 10px 0;
}
#login_form .alert-danger {
    text-align: left;
}

#create_account_error {
    max-width: 500px;
    float: right;
}

@media only screen and (max-width: 768px) {
     .authentication {
        margin-top: 40px;
    }  

}

@media only screen and (max-width: 580px) {
   
    .authentication {
        margin: 20px 0;
    }   
    .authentication.table {
        display: block;
        width: 100%;
    }
    .authentication .table-cell {
        display: block;
        width: 100%;
    }
    .authentication .col-1 {
        padding-right: 0;
        text-align: left;
        margin-bottom: 30px;

    }

    .authentication .col-2 {
        padding-left: 0;
    }
    .authentication .col-1 .ak-btn {
        right: 0;
    }
    .authentication .col-2 .ak-btn {
        left: auto;
        right: 0;
    }
}


/*-------------------------------------------------*\
                page history
\*-------------------------------------------------*/

.wrap-order-list {
    margin-bottom: 45px;
}

#order-list {
    margin-bottom: 10px;
}

#order-list,
#order-list td,
#order-list th {
    border: none;
}


#order-list td,
#order-list th {
   padding: 15px 0px 0px 0px;
   vertical-align: top;
}
#order-list thead {
    text-transform: uppercase;
    background: #FFFFFF;
    background: transparent;
    border-bottom: 1px solid #000;
}
#order-list th {
    padding-bottom: 10px;
}

#order-list .footable-sort-indicator {
    display: none;
}

#block-history .color-myaccount {
    color: #D81327;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #D81327;
     /*margin-bottom: 10px;*/
    display: inline-block;
}

#order-detail-content table .order_qte_input {
    display: none;
} 
.top-history {
    margin-bottom: 45px; 
}
.top-history .page-subheading {
    display: inline;
    color: #000;
    border-bottom: 1px solid #000;
}

.top-history.messages {
    margin-top: 30px;
}

#history-message td,
#history-message th,
#history-message {
    border: none;
}
#history-message td,
#history-message th {
    padding: 0 35px 12px 0px;
    vertical-align: top;
}
#history-message .from {
  width: 150px;
}

#block-history p {
    margin: 0;
}

.inline_block {
    display: inline-block;
    vertical-align: top;

    padding-right: 35px;
}

#block-order-detail .inline_block {
    margin-right: 45px;
}

#block-order-detail .address {
    padding: 0;
    margin: 0 0 15px 0;
    width: 100%;
    max-width: 440px;
}

#block-order-detail .adresses_bloc {
    margin-top: 45px;
    margin-bottom: 45px;
}

#block-history p.state {
    margin-bottom: 4px;
}

#block-history p.state .step-by-step-date {
    margin-right: 10px;
}

@media only screen and (max-width: 1020px) {
    .responsive-table {
        overflow-y: hidden;
        overflow-x: auto;
    }
     .responsive-table table {
        min-width: 500px;
     }
}

#order-list .footable-row-detail-cell {
    padding: 10px 0 15px 20px;

}

@media only screen and (max-width: 768px) {
    .top-history {
        margin-top: 35px;
    }
}

/*-------------------------------------------------*\
              css3 spinner
\*-------------------------------------------------*/
.ak-loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    display: none;
    z-index: 999999999;
}
.ak-loading.visible {
    display: block;
}
#preloader {
    position:absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px; 
    width: 80px;
    height: 80px;
    margin: 0 auto;
    transition: all 0.4s;
}

#preloader.show {
    opacity: 1;
    visibility: visible;
}



#preloader span {
    position:absolute;
    border: 2px solid #EB4330;
    border-top: 2px solid transparent;
    border-radius:999px;
}

#preloader span:nth-child(1){
    width:40px;
    height:40px;
    animation: spin-1 2s infinite linear;
}
#preloader span:nth-child(2){
    top: 10px;
    left: 10px;
    width:20px;
    height:20px;
    animation: spin-2 1s infinite linear;
}
@keyframes spin-1 {
    0% {transform: rotate(360deg); opacity: 1;}
    50% {transform: rotate(180deg); opacity: 0.5;}
    100% {transform: rotate(0deg); opacity: 1;}
}
@keyframes spin-2 {
    0% {transform: rotate(0deg); opacity: 0.5;}
    50% {transform: rotate(180deg); opacity: 1;}
    100% {transform: rotate(360deg); opacity: 0.5;}
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }
.icon-circle-blank:before {
content: "\f111";
}
.icon-circle:before {
content: "\f111";
}


.info-product .summary, .body-article .summary {
    position: relative;
}

.ak-wrap-sommaire {
   background: #E9E4E1;  
    display: none;
    padding: 20px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
}

#ak-close-summary {
    font-family: 'ArcherBold';
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

#ak-close-summary:hover {
    color:#EB4330;
}


.pagenotfound {
    margin: 30px auto 90px auto;
    text-align: center;
}

.img-404 {
    margin: 0;
    font-size: 150px;
    line-height: 150px;
    font-weight: bold;
    font-family: 'ArcherBold';
}
.pagenotfound h1 {
    margin-top: 20px;
    font-size: 30px;
    font-family: 'ArcherBold';
    margin-bottom: 10;
    font-weight: normal;
}

.pagenotfound .buttons {
    margin-top: 20px;
}

.btn-tocart {
    font-family: 'ArcherBold';
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    background: #333;
    color: #eae5df;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-table;
    text-decoration: none;
}

.btn-tocart:hover {
    background: #d81327;
}

.ak-wrap {
    background: #fbfbfb;
    border: 1px solid #E9E4E1;
    padding: 25px 20px;
}

.ak-order-notif {
    font-family: 'SentinelBook';
    font-size: 19px;
    margin-bottom: 15px;
}

.ak-order-notif p {
    margin: 0;
}
.title-payment {
    margin-bottom: 15px !important;
}

.ak-wrap .cart_navigation {
    margin-top: 15px;
}
.ak-link,.ak-wrap a, #cms a {
    color: #333;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ak-link:hover, .ak-wrap a:hover,  #cms a:hover {
    color: #EB4330;
}

.head-payment {
    margin-bottom: 10px !important;
}

/*.no-alert .alert {
    display: none !important;
}*/

#error_offert {
    color: red;
    margin: 15px 0;
}

.choose-option {
    width: 100%;
    max-width: 500px;
    text-align: center;
    color: #EB4330;
    position: relative;
    text-transform: uppercase;
    /*margin: 40px 0;*/
}
.choose-option strong{
    background: #FFF;
    padding: 4px;

}

.choose-option:before {
    /*content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    background: #EB4330;
    left: 0px;
    right: 0;
    top: 50%;
    z-index: -1;*/
}
.label-lost_mail {
    cursor: pointer;
}

.lost_mail {
    display: none;
}


#module-formulairele1-form #fixed-nav-top,
#module-formulairele1-form #main-nav-mobile,
#module-formulairele1-form #main-nav,
#home-boutique #footer,
#module-formulairele1-form #footer {
    display: none;
}

#module-formulairele1-form .layout {
    padding: 0;
    margin: 0;

}

#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;
    }
 }

.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);
  }
}

#newsletter_form .spinner {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 8px;
    display: none;
}

#newsletter_form .loading .btn-ok  {
    display: none;
}

#newsletter_form .loading .spinner {
    display: block;
}

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

.out-of-stock {
    color:  red;
}

.available-now {
    color: green;
}

label.gender {
    margin-right: 10px;
}

@media only screen and (max-width: 634px)  { 
    label.gender, .account_creation .form-radio label  {
        display: inline-block;
        width: 45%;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 768px)  { 
    .page-authentification {
        padding: 30px 0;
    }
}

.address .offert .page-subheading {
    display: none;
}

#HOOK_BLOCK_OFFERT {
    margin-top: 20px;
}

.notif-adress {
    font-size: 14px;
}

.notif-adress p {
    margin-top: 0;
}



/****************page abonnement ************/
.icon-number {
    display: inline-block;
    width: 34px;
    height: 34px;
    vertical-align: middle;
}
.number-1 {
    background: url(../img/abo/un.svg) no-repeat center center;
    
}
.number-2 {
    background: url(../img/abo/deux.svg) no-repeat center center;
    
}
.number-3 {
    background: url(../img/abo/03.svg) no-repeat center center;
    
}
.number-4 {
    background: url(../img/abo/04.svg) no-repeat center center;
    
}
.number-5 {
    background: url(../img/abo/05.svg) no-repeat center center;
    
}

.icon-gift {
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    background: url(../img/abo/gift.svg) no-repeat center center;
}

.icon-radio {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url(../img/abo/radio.svg) no-repeat center center;
}

label.active .icon-radio {
    background-image: url(../img/abo/radio-selected.svg) !important;
}
.nline label:hover .icon-radio {
    background-image: url(../img/abo/radio-red.svg);
}
.nline label:hover .icon-gift,
.nline label.active .icon-gift {
  background-image: url(../img/abo/gift-red.svg);
}

.n-aboonnement {
    margin: 90px 40px;
}
.n-aboonnement .inner-abo {
    position: relative;
    border-left:1px solid #000;
    border-bottom:1px solid #000;

    padding: 0 25px 55px 25px;
}

.inner-abo .title {
    position: relative;
    font-family: "ArcherBold";
    font-size: 28px;
    color: #000;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 30px;
}

.inner-abo .icon-number {
    position: absolute;
    left: -42px;
    top: -3px;
}

.nline {
    padding-bottom: 45px;
    margin-bottom: 100px;
    position: relative;
}

.nline:before {
    content: '';
    display: block;
    width: 12px;
    height: 15px;
    background: url(../img/abo/down.svg) no-repeat center center;
    position: absolute;
    bottom: 0;
    left: -32px;
}
.nline.last:before {
    display: none;
}

.nline input[type="radio"] {
    opacity: 0;
    display: none;

}
.nline .wrap-label {
    display: inline-block;
    vertical-align: top;
}

.nline .wrap-label.type, #etape2 .wrap-label {
    display: none;
}

.nline label {
    display: inline-block;
    border: 2px solid #ada197;
    border-radius: 2px;
    margin-right: 65px;
    margin-bottom: 25px;
    padding: 5px 40px 6px 10px;
    position: relative; 
    font-family: "ArcherMedium";
    font-size: 19px;
    color: #ada197;
    cursor: pointer;
    vertical-align: middle;
    background: #FFF;
    line-height: normal;
}

.nline label.offert {
    padding-left: 45px;
}
.nline label.offert .icon-gift {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -13px;
}

.nline label.active,
.nline label:hover {
    border-color: #EB4330;
    background-color: #EB4330;
    color: #FFF;
}

.nline label .icon-radio {
    position: absolute;
    top: -15px;
    right: -15px;
}


.nline .produit {
    vertical-align: top;
    width: 30%;
    width: 300px;
    margin-right: 60px;
    /*margin-right: 1.3%;*/
    margin-bottom: 45px;
    display: inline-block;
}

.nline .produit img {
    max-width: 144px;
}

.nline .produit .name {
    font-family: "ArcherMedium";
    font-size: 26px;
    line-height: 31px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #ada197;
}

.nline .produit .link {
    font-family: "ArcherBold";
    font-size: 16px;
    color: #ada197;
    transition: all 0.4s;

}
.nline .produit.selected .name,
.nline .produit.selected .link {
    color: #000;
}

.nline .produit label {
    margin-bottom: 5px;
}

.nline .produit .link:hover {
    color: #EB4330;
}

.abo-submit {
    width: 285px;
    height: 46px;
    position: absolute;
    right: 0;
    bottom: -23px;
}
.abo-submit:before {
    content: '';
    display: block;
    width: 12px;
    height: 15px;
    background: url(../img/abo/down-right.svg) no-repeat center center;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: -12px;
}
.abo-submit .ak-btn {
    width: 285px;
    height: 100%;
    font-family: "ArcherBold";
    font-size: 18px;
    position: absolute;
    right: 0;
}

.abo-submit .icon-number {
    position: absolute;
    top: 50%;
    margin-top: -16px; 
    left: -120px;
}

.gift-text {
    color: #EB4330;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    margin-top: 20px;
    padding-left: 30px;
}

.gift-text .icon-gift {
    background-image: url(../img/abo/gift-red.svg); 
    position: absolute;
    left: 0;
    top: 0;
}

.n-select-pays {
    width: 256px;
     background: #FFF;
}

.n-select-pays div.selector {
    height: 41px;
    line-height: 40px;
}

.n-select-pays div.selector span {
    height: 41px;
    line-height: 40px;
}

.picto-1 {
    width: 216px;
    height: 217px;
    background: url(../img/abo/picto1.png) no-repeat center;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
} 

.picto-2 {
    width: 178px;
    height: 212px;
    background: url(../img/abo/picto2.png) no-repeat center;
    position: absolute;
    right: -65px;
    bottom: -150px;
    z-index: -1;
}

.ico-france {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../img/abo/france-white.svg) no-repeat center;
    vertical-align: middle;
    position: relative;
    top: -1px;
}


label.active .ico-france,
label:hover .ico-france {
     background-image: url(../img/abo/france.svg)
}
.ico-dom {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../img/abo/dom.svg) no-repeat center;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

label.active .ico-dom,
label:hover .ico-dom {
     background-image: url(../img/abo/dom-white.svg)
}

@media only screen and (max-width: 980px) {
    .nline .wrap-label {
        display: block;
    }

}

@media only screen and (max-width: 768px) {
    .n-aboonnement {
        margin: 90px 20px;
    }
   
    .nline {
        padding-bottom: 15px;
        margin-bottom: 20px;
        position: relative;
    }
    .nline:before {
        bottom: auto;
        top: 60px;
    }
    .abo-submit {
        width: 100%;
    }

    .abo-submit .icon-number {
        top: -50px;
        margin-top: 0;
        left: -14px;
    }

    .abo-submit:before {
        background: url(../img/abo/down.svg) no-repeat center center;
        top: -5px;
        margin-top: 0;
        left: -7px;
    }
    .nline .produit {
        width: 100%;
        display: block;
        margin-right: 0;
        position: relative;
        margin-bottom: 25px;
        padding-bottom: 30px;
    }
    .nline .produit:after {
        display: block;
        content: '';
        height: 1px;
        border-bottom: dotted 1px #ada197;
        position: absolute;
        left: -25px;
        right: -55px;
        bottom: 0; 
    }
    .nline .produit:last-child:after {
        display: none;
    }

    .picto-1, .picto-2 {
        display: none;
    }
}

#adresse_principale {
    padding: 20px 0;
}

#adresse_principale .page-subheading {
    margin-bottom: 15px;
}

.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;
}

.intro-decouverte h1,
.intro-decouverte h2,
.intro-decouverte h3,
.intro-decouverte h4,
.intro-decouverte h5,
.intro-decouverte h6 {
    font-family: "ArcherBold";
    font-weight: normal;
}

.intro-decouverte h1 strong,
.intro-decouverte h2 strong,
.intro-decouverte h3 strong,
.intro-decouverte h4 strong,
.intro-decouverte h5 strong,
.intro-decouverte h6 strong {
    font-weight: normal;
}

#cms h1,
#cms h2,
#cms h3,
#cms h4,
#cms h5,
#cms h6 {
    font-family: "ArcherBold";
    font-weight: normal;
}

#cms h3 {
    font-size: 2em;
}

.no-cursor {
   cursor:default
}

/**************************************************************************\
                    recap panier
\**************************************************************************/

.cart-recap {
    position: fixed;
    background: #FFF;
    width: 260px;
    padding: 20px;
    z-index: 9999999;
    top: 60px;
    right: 1px;
    border: 1px solid #D9D8DA;
    display: none;
}

.cart-recap.hide-cart {
    display: none;
}

.cart-recap .cart-images {
    float: left;
    width: 80px;
    display: block;
}

.cart-recap .cart-images img {
    max-width: 100%;
}

.cart-recap .cart-info {
    margin-left: 90px;
}

.cart-recap .product-name {
    display: table;
    table-layout: fixed;
}

.cart-recap .quantity-formated, .cart-recap .cart_block_product_name {
    vertical-align: middle;
    display: table-cell;
}

.cart-recap .quantity-formated {
    font-family: "ArcherBold";
    color: #E44838;
    font-size: 16px;
}

.cart-recap .cart_block_product_name {
    font-family: 'ArcherMedium';
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    padding-left: 7px;
}

.cart-recap .itemp {
    margin-bottom: 10px;
}

.cart-recap .bloc-price {
    margin-top: 20px;
}

.cart-recap .wrap-price {
    font-family: 'ArcherMedium';
    font-size: 15px;
}

.cart-recap .wrap-remove {
    width: 22px;
}

.cart-recap .ajax_cart_block_remove_link {
    display: block;
    background: url('../img/trash.svg') no-repeat center center;
    width: 20px;
    height: 20px;
    text-indent: -999999999999999px;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.cart-recap .ajax_cart_block_remove_link:hover {
    opacity: 0.5;
}

.cart-recap .title {
    text-align: center;
    font-family: 'ArcherMedium';
    font-size: 17px;
    color: #000;
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
}

.cart-recap .title strong {
    display: block;
    text-transform: uppercase;
    color: #D22B29;
}

.cart-recap .cart-prices-line.last-line {  
    font-family: 'ArcherMedium';
    font-size: 15px;
    text-transform: uppercase;  
    border-top: 1px solid #D9D8DA;
    border-bottom: 1px solid #D9D8DA;
    padding: 10px 0;
}

.cart-prices-line .cart_block_total {
    text-align: right;
}
.cart-recap  .cart-buttons {
    text-align: center;
    margin-bottom: 0
}
.cart-recap  #button_order_cart {
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    font-family: "ArcherBold";
    font-size: 15px;
    text-transform: uppercase;
    color: #FFF;
    background: #E44838;
    font-weight: normal;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.cart-recap  #button_order_cart:hover {
    background: #000;
}

.cart_block_no_products {
    text-align: center;
    padding: 10px;
     font-family: 'ArcherMedium';
    font-size: 18px;
}

.error-cart {
    text-align: center;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.error-cart h3 {
    font-family: "ArcherBold";
    font-weight: normal;
    font-size: 31px;
    color: #fc4d1e;
    margin-top: 0;
    margin-bottom: 15px;
}

/*.error-cart a {
    background: #fc4d1e;
    color: #FFF;
    font-family: "ArcherMedium";
    font-size: 23px;
    text-decoration: none;
    display: inline-block;
    padding: 0 40px;
    height: 37px;
    margin-top: 40px;
}*/

.error-cart a.ak-btn {
    padding-left: 40px;
    padding-right: 40px;
    text-transform: uppercase;
    margin-top: 40px;
}

@media only screen and (max-width: 768px) {
    .cart-recap {
        display: none;
    }
}

/*******/
.wrap-cover {
    height: 100vh;
    width: 100%;
    position: relative;
}
.decouverte {
    position: relative;
    z-index: 5;
    padding: 20px;
}

#slick-slider .el {
    float: left;
    height: 100%;
    min-height: 1px;
}

.h1 {
    display: table-cell;
    font-family: 'ArcherMedium';
    font-size: 37px;
    padding: 25px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    width: 70%;
    font-weight: normal;
}

@media only screen and (max-width: 1600px) {
    .h1 {
        font-size: 27px;
    }
}
@media only screen and (max-width: 980px) {
    .h1 {
        font-size: 18px;
        width: 66%;
    }
}

@media only screen and (max-width: 768px) {
    .h1 {
        display: block;
        text-align: center;
        width: 100%;
        padding: 0;
        font-size: 15px;
        margin-bottom: 10px;
    }
}