﻿/* ----------------------------------------------------------------
    Basic
-----------------------------------------------------------------*/
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?20200804');
    src: url('../fonts/icomoon.eot?20200804#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?20200804') format('truetype'),
    url('../fonts/icomoon.woff?20200804') format('woff'),
    url('../fonts/icomoon.svg?20200804#icomoon') format('svg');
    font-weight: normal;
    font-style: normal
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/* ----------------------------------------------------------------
    Typography
-----------------------------------------------------------------*/
html {
    font-size: 16px;
    height: 100%;
}

body {
    background: #eee;
    color: #222;
    font-family: "Lato", sans-serif
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #222;
    margin-bottom: 1.5rem
}

h1,
.h1 {
    font-size: 1.25rem!important;
    font-weight: 500!important;
    margin-bottom: 1.125rem!important;
}

h2,
.h2 {
    font-size: 1.5rem;
    font-weight: 400
}

h3,
.h3 {
    font-size: 1.625rem;
    font-weight: 600;
    font-style: italic;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
h3.h5,
.h5,
h3.h5 {
    font-size: 1.125rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p {
    color: #fff !important
}

a {
    color: #e20030;
    transition: 0.3s;
    outline: none;
}

a:hover,
a:hover .icnk {
    color: #333;
    text-decoration: none;
}

a.reverse {
    color: #333;
    transition: 0.3s;
}

a.reverse:hover {
    color: #e20030;
    transition: 0.3s
}

a:hover:before {
    text-decoration: none !important;
    transition: 0.3s
}

.underline {
    padding-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-width: 0.5px;
    width: fit-content;
    text-decoration: none!important;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

* {
    outline: none
}

/* ----------------------------------------------------------------
    Layout
-----------------------------------------------------------------*/

.container,
.container p {
    font-size: 1rem;
}

.container {
    position: relative;
    max-width: 1230px;
}

.row.low-gutters {
    margin-right: -4px;
    margin-left: -4px
}

.row.low-gutters > [class^="col-"],
.row.low-gutters > [class*=" col-"] {
    padding-right: 4px;
    padding-left: 4px
}

@media (max-width: 767px) {
    .container h3 {
        font-size: 1.125rem;
    }
}

@media (max-width: 575px) {
    .container {
        padding: 0
    }
}

/* ----------------------------------------------------------------
    Forms stuff
-----------------------------------------------------------------*/


select,
.custom-select {
    cursor: pointer;
    display: flex;
    align-items: center;
    -webkit-appearance: none;
}

.custom-select[disabled] {
    cursor: not-allowed;
}

.custom-select a,
.custom-select span {
    color: #495057;
    font-size: 0.875rem
}

.custom-select,
.form-control {
    padding: .5rem .75rem;
    font-size: 0.9rem;
    color: #222;
    height: auto;
    line-height: 1.125;
    border: 1px solid #ededed;
    border-radius: 0
}

.form-white .custom-select,
.form-white .form-control {
    background-color: #fff !important
}

textarea.form-control {
    min-height: 6rem
}

.form-control::-moz-placeholder {
    color: #000;
    font-style: italic;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #000;
    font-style: italic;
}

.form-control::-webkit-input-placeholder {
    color: #000;
    font-style: italic;
}

.form-white .form-control::-moz-placeholder {
    color: #999;
    font-style: normal;
    opacity: 1;
}

.form-white .form-control:-ms-input-placeholder {
    color: #999;
    font-style: normal;
}

.form-white .form-control::-webkit-input-placeholder {
    color: #999;
    font-style: normal;
}

.form-group {
    margin-bottom: .5rem
}

label.col-form-label {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.125rem
}

.form-check-label a{
    display: block;
}

.form-white .form-control.form-control-file {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 0;
    margin: 1rem 0;
    height: calc(2.25rem + 2px);
    background-color: #f5f5f5
}

.form-control.form-control-file {
    border: 0
}

.form-check-label,
.form-check,
.forget {
    font-size: 1rem;
}

.form-check-label input {
    position: relative;
    right: 10px
}

#fos_user_resetting_form {
    width: 100%
}

#js-address-container .form-check {
    display: inline-flex;
    list-style-type: none;
}

.contact h2 {
    font-size: 1.5rem;
    color: #e20030;
    font-weight: 600
}

.custom-file-input:lang(fr) ~ .custom-file-label::after {
    content: "Parcourir"
}

.custom-file-label {
    border-radius: 0;
    color: #999;
    font-size: 1rem
}

.custom-file-label::after {
    background-color: #f5f5f5;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

@media (max-width: 767px) {
    .custom-file-label {
        height: auto;
        position: relative;
        padding: .375rem 5rem .375rem .75rem;
        width: 100%;
    }

    .custom-file-input {
        height: auto;
    }
}

/* Custom Select */
.modal-body .select,
.package .select,
.sidebar .select {
    position: relative;
    display: block;
    height: 2.5em;
    line-height: 3;
    background: #fff;
    overflow: hidden;
    border: 1px solid #ddd;
    outline: none !important;
}

.modal-body select,
.package select,
.sidebar select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 0.5rem;
    cursor: pointer;
    color: #333;
    font-style: italic;
    position: relative;
    outline: none !important;
    border: 1px solid #eee;
    z-index: 1;
    font-weight: 400;
    line-height: normal;
}
.sidebar .select::after {
    font-size: 0.875rem !important;
}

/* Modale appliquer */

.modal-appliquer h4{
    text-align: left;
}
.modal-appliquer ul.striped-list > li:nth-of-type(2n+1){
    background-color: transparent;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 1rem 0;
}
.modal-appliquer .striped-list img{
    display: block;
    max-height: 60px;
    margin: 1rem 0;
}
.modal-appliquer ul.striped-list li:first-child{
    border-top: 0!important;
    padding-top: 0!important;
}

@media (max-width: 992px) {
    .modal-appliquer .text-center .btn{
        margin: 0.5rem 0;
    }
    .modal-appliquer .mx-auto,.modal-appliquer  .picto-card{
        margin-bottom: 1rem;
    }
    .modal-appliquer .custom-select{
         max-width: 100%!important;
     }
    .modal-appliquer h4{
        text-align: left!important;
    }
    .modal-appliquer .striped-list img{
        margin: 0!important;
        height: max-content;
        align-self: center;
        display: flex;
    }
}


.modal-body select::-ms-expand,
.package select::-ms-expand,
.sidebar select::-ms-expand {
    display: none;
}

/* Arrow */
.modal-body .select::after,
.package .select::after,
.sidebar .select::after {
    content: '+';
    position: absolute;
    top: -16px;
    right: 0;
    bottom: 0;
    padding: 0 11px;
    background: #70bf40;
    pointer-events: none;
    color: #fff;
    border: 1px solid #70bf40;
    z-index: 2;
    font-size: 1.5rem;
}

#js-form-attribute-selection {
    padding: 0;
}

@media (max-width: 575px) {
    .g-recaptcha {
        transform: scale(0.77) !important;
        transform-origin: 0 0 !important;
    }

    label.col-form-label {
        margin: 0.5rem 0 1rem 0;
    }
}


/* ----------------------------------------------------------------
    Alerts
-----------------------------------------------------------------*/
.notification-bar{
    background: #e20030;
    text-align: center;
    color: #fff;
    padding: 0.5rem;
}
.notification-bar a{
    color: #fff;
    font-weight: 600;
}
.alert-success {
    color: #599932;
    background-color: #fff;
    border-color: #70bf40
}

.alert-success .alert-link {
    color: #3b7831;
}

.alert-danger {
    color: #e20030;
    background-color: #fff;
    border-color: #e20030
}

.alert {
    border-radius: 0;
    margin: 1rem 0
}

.alert-success .close,.alert-info .close  {
    color: #599932 !important
}

.alert-danger .close {
    color: #e20030 !important
}

.alert-info {
    color: #599932;
    background-color: #e9ffdc;
    border-color: #599932;
}

.alert .close {
    font-size: 1.4rem;
    opacity: 1
}

.alert-warning {
    color: #b85700;
    background-color: #fff9e5;
    border-color: #b85700;
}

.alert-warning .close,
.alert-warning label {
    color: #b85700;
    font-weight: 600;
    font-style: normal
}

.alert-warning a{
    color: #b85700;
    font-weight: 600;
    font-style: normal
}

.alert-warning input {
    position: relative;
    left: 10px
}

.alert-warning label {
    margin-bottom: 0;
    padding: 1rem 0
}

.alert-sticky {
    text-align: center;
    position: sticky;
    position: -webkit-sticky;
    background: #e20030;
    font-weight: 600;
    color: #fff;
    top: 0;
    z-index: 2;
    padding: .75rem 6rem;
}

.alert-sticky::after {
    content: "\e90d";
    font-family: 'icomoon';
    right: 5vw;
    position: absolute;
    font-size: 2rem;
    transform: translateY(-50%);
    top: 50%;
}

.alert-sticky div{
    max-width: 90%;
    margin: 0 auto;
}

.alert-sticky a {
    color: white;
    text-decoration: underline;
}

.pictoeasy .alert-warning label {
    padding: 0
}

.order-detail .text-warning {
    color: #E2870F !important
}

.order-detail .text-success a {
    color: #e20030 !important
}

.close span {
    padding: 0 !important;
    cursor: pointer
}

.picto-notification{
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1.5rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
    color: #222;
    max-width: 300px;
    position: absolute;
    right: 5px;
    top: -10px;
    z-index: 100;
}

.picto-notification .close{
    position: absolute;
    top: 5px;
    right: 10px;
}

.picto-notification span{
    padding: 1rem;
    line-height: 1.35rem;
}

@media (max-width: 575px) {
    .alert-warning label {
        padding: 1.5rem 0;
    }

    .alert-warning {
        margin: 0.5rem 0 0.5rem 0;
    }
}

/* ----------------------------------------------------------------
    Tootltips
-----------------------------------------------------------------*/

.tooltip.bs-tooltip-right .tooltip-inner,
.tooltip-inner {
    color: #333;
    font-size: 1rem;
    font-style: italic;
    border: 1px solid #fff;
    z-index: 100;
    padding: 1rem;
    border-radius: 0;
    min-width: 250px;
    background: #f5f5f5;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3)
}

.tooltip {
    opacity: 1 !important;
    transition: opacity .15s ease-in-out;
}

.tooltip .arrow:before {
    display: none
}

@media (max-width: 575px) {
    .tooltip.bs-tooltip-right .tooltip-inner {
        min-width: 300px !important;
        width: 100% !important;
    }
}

/* ----------------------------------------------------------------
    Helpers
-----------------------------------------------------------------*/


.section {
    padding: 1.5rem 0;
    margin: 1.5rem 0
}

.h170 {
    min-height: 170px
}

.h370 {
    min-height: 370px
}

.w-10 {
    width: 10% !important
}

.w-20 {
    width: 20% !important
}

.w-40 {
    width: 40% !important
}
.mw-50{
    max-width: 50%;
}
.fslow {
    font-size: 1rem
}

.underline {
    text-decoration: underline
}

.small-txt {
    font-size: 1rem !important;
    letter-spacing: -0.3px;
}

.light {
    font-weight: 300;
}

.badge-full {
    border-radius: 0;
    border: 0;
    background: #e20030;
    color: #fff;
    padding: .5rem 1rem;
    font-size: 1.125rem;
    font-weight: 500;
    margin: 1rem 0 !important
}

.badge-full:first-child {
    margin-top: 0
}

.text-white .underline {
    border-bottom-color: #fff
}

a:hover.underline {
    text-decoration: none;
}

.color {
    color: #e20030 !important
}

.color-alt {
    color: #559231
}

.color-grey-dark {
    color: #333 !important
}

.color-grey {
    color: #999
}

.red {
    color: #e20030 !important;
}

.green {
    color: #70bf40 !important;
}

.white {
    color: #fff;
}

.bg-red {
    background-color: #e20030
}

.bg-green {
    background-color: #70bf40 !important
}

.bg-dark {
    background-color: #282828 !important
}

.bg-grey {
    background-color: #f5f5f5 !important
}

.bg-grey-alt {
    background-color: #dddee0 !important
}

.bg-grey-alt-2 {
    background-color: #ebebeb !important
}

.bg-black {
    background-color: #000
}

.box-shadow {
    box-shadow: 1px 3px 20px 0 rgba(0, 0, 0, 0.15)
}

.box-shadow-img {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    border: 25px solid #ffffff;
}

.sticky {
    position: sticky;
    position: -webkit-sticky
}

.m-991 {
    display: none
}

.btn-block + .btn-block {
    margin-top: 0 !important;
    vertical-align: initial!important;
}

.btn-block font {
    vertical-align: initial!important;
}


.mb-5 {
    margin-bottom: 2.5rem
}

.pointer {
    cursor: pointer
}

::-ms-reveal,
::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
.after-do::after,.after-dont::after{
    color: #fff;
    font-weight: bold;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: 0px;
    text-align: center;
}

.after-dont::after {
    content: "+";
    font-size: 2.5rem;
    background: #e20030;
    transform: rotate(45deg);
    line-height: 34px;
}
.after-do::after {
    font-family: 'icomoon';
    content: "\e90b";
    font-size: 1.4rem;
    background: #70bf40;
    line-height: 40px;
}

sup {
    top: -2px;
    margin-right: 5px
}

@media (min-width: 768px) {
    .current a,
    .sf-mega .current .dropdown_menu p,
    .current .packageGroup,
    .modal .current .sf-menu-a {
        color: #e20030
    }
}

@media (max-width: 991px) {
    .mb-5 {
        margin-bottom: 1.5rem !important;
    }

    .m-991 {
        display: block;
    }

    .m-992 {
        display: none;
    }
}

@media (max-width: 767px) {
    .section {
        margin: 0 !important;
        padding-top: 0 !important;
    }
}

@media (max-width: 575px) {
    .badge-full {
        font-size: 1rem;
    }

    .fslow {
        max-width: 290px;
    }
}

/* ----------------------------------------------------------------
    Icons
-----------------------------------------------------------------*/

.icon-glass:before {
    content: "\e909"
}

.icon-support:before {
    content: "\e901"
}

.icon-ssl:before {
    content: "\e900"
}

.icon-pay:before {
    content: "\e902"
}

.icon-cart:before {
    content: "\e903"
}

.icon-cart-small:before {
    content: "\e903"
}

.icon-cart-full:before {
    content: "\e90c"
}

.icon-user:before {
    content: "\e904"
}

.icon-sponsorship:before {
    content: "\e914"
}

.icon-alert:before {
    content: "\e90d"
}

.icon-clock:before {
    content: "\e94e"
}

.icon-search:before {
    content: "\e90a"
}

.icon-star:before {
    content: "\e9d9"
}

.icon-cancel-circle:before {
    content: "\ea0d"
}

.icon-cancel-circle {
    transform: rotate(45deg)
}

.icon-plus:before {
    content: "\ea0a"
}

.icon-box:before {
    content: "\e908"
}

.icon-pen:before {
    content: "\e907"
}

.icon-triangle-after:before {
    content: "\ea1c"
}

.icon-triangle-before:before {
    content: "\ea1d"
}

.icon-arrow-right:before {
    content: "\ea3c"
}

.icon-arrow-left:before {
    content: "\ea40"
}

.icon-google-plus:before {
    content: "\ea8b"
}

.icon-facebook:before {
    content: "\ea90"
}

.icon-instagram:before {
    content: "\ea92"
}

.icon-twitter:before {
    content: "\ea96"
}

.icon-youtube:before {
    content: "\ea9d"
}

.icon-linkedin:before {
    content: "\eaca"
}

.icon-pinterest:before {
    content: "\ead1"
}

.icon-pinterest2:before {
    content: "\ead2"
}

.icon-burger:before {
    content: "\e905"
}

.icon-voucher:before {
    content: "\e922"
}

.icon-logout:before {
    content: "\e906"
}

.icon-bin:before {
    content: "\e9ac"
}

.icon-chevron-down:before {
    content: "\e90b"
}

.icon-dingbat:before {
    content: "\e913"
}

.icon-meter:before {
    content: "\e911"
}

.icon-livraison:before {
    content: "\e910"
}

.icon-livraison-gratuite:before {
    content: "\e915";
    font-size: 3.5rem;
    position: relative;
    top: 0.4rem;
}

.icon-france:before {
    content: "\e90f"
}

.icon-eiffel:before {
    content: "\e90e"
}

.icon-price:before {
    content: "\e912"
}

.icon-upload:before {
    content: "\e916"
}

.icon-my_account:before {
    content: "\e917"
}

.icon-our_medias:before {
    content: "\e918";
    font-size: 2.5rem;
}

.icon-our_hangings:before {
    content: "\e919"
}

.icon-our_delays:before {
    content: "\e91a"
}

.icon-our_ships:before {
    content: "\e91b"
}

.icon-our_pickings_site:before {
    content: "\e91c"
}

.icon-our_packagings:before {
    content: "\e91d";
    font-size: 2.5rem;
}

.icon-our_tools:before {
    content: "\e91e"
}

.icon-our_advices:before {
    content: "\e91f";
    font-size: 2.75rem;
}

.icon-our_partners:before {
    content: "\e920";
    font-size: 3rem;
}

.icon-cgu:before {
    content: "\e921"
}

.icon-play:before {
    content: "\ea14"
}

.icon-pause:before {
    content: "\e927"
}

.icon-chain:before {
    content: "\e923"
}

.icon-unchain:before {
    content: "\e924"
}

.icon-crop:before {
    content: "\e925"
}

.icon-margin:before {
    content: "\e926"
}

.icon-place:before {
    content: "\e91c";
}

.icon-opti_manu:before {
    content: "\e9120";
    font-size: 0.9rem;
}

.icon-pictoeasy:before {
    content: "\e9121";
}

.icon-pictoeasy:before {
    content: "\e9122";
}

.icon-star-empty {
    width: 13px;
    height: auto
}

.icon-support, .icon-ssl, .icon-pay {
    font-size: 1.5rem;
    padding: 0.3rem 0 0 0;
    color: #818181
}

.icon-triangle-before {
    transform: rotate(180deg)
}

.icnk {
    display: inline-block;
    vertical-align: text-bottom;
    text-align: center;
    transition: 0.3s;
    color: #333
}

a .icnk,
form .icnk {
    color: #e20030
}

a .icnk:hover,
form .icnk:hover {
    color: #333;
    transition: 0.3s
}

.social-icon {
    color: #fff;
    display: block;
    float: left;
    margin: 4px 11px 7px 0;
    text-align: center !important;
    font-size: 16px;
    cursor: pointer;
    font-style: normal
}

.icon-flat {
    font-size: 10px;
    border-radius: 20px;
    border: 1px solid #e20030;
    margin-left: 5px;
    padding: 2px
}

@media (max-width: 575px) {
    .icnk {
        width: auto;
        font-size: 1rem;
    }
}

/* ----------------------------------------------------------------
    Header
-----------------------------------------------------------------*/

#logo {
    margin: 1rem 2rem 0 0
}

.standard-logo img {
    width: 130px;
    height: 68px
}

/* ----------------------------------------------------------------
    Top Bar
-----------------------------------------------------------------*/

.top-bar {
    position: relative;
    background: #ededed;
    min-height: 40px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center
}

.top-bar h1 {
    color: #333;
    font-size: 0.875rem!important;
    font-weight: 400;
    border-left: 1px solid #aaa;
    margin: 14px 0;
    padding: 3px 16px
}

.top-bar img {
    height: 15px;
    margin: 12px 16px
}

.top-bar .close-bar {
    font-size: 1rem;
    color: #333;
    position: relative;
    left: 10px;
}

@media (max-width: 575px) {
    .top-bar h1 {
        border-left: 0;
        text-align: center;
        padding: 3px 15%;
    }

    .top-bar img {
        display: none;
    }
    #logo {
        margin: 1rem 0
    }
}

/* ----------------------------------------------------------------
    Navs
-----------------------------------------------------------------*/



#thenav {
    background: #fff
}

.navbar .icnk {
    width: 22px;
    height: 22px;
}

.navbar-toggler {
    cursor: pointer;
    border-radius: 0;
    border-width: 2px
}

.navbar-toggler:hover {
    background: #fff;
    border-color: #eee
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(226,0,48, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-main {
    font-weight: 300
}

.navbar-main li {
    border-right: 0.75px solid #e2e2e2;
    padding: .8rem;
    margin-right: 0
}

.navbar-main ul li {
    border-right: 0
}

.navbar-main li:last-child {
    border-right: 0
}

.navbar-main .dropdown-menu li {
    padding: .2rem .8rem
}

.navbar-main li.dropdown.show {
    background: #fff;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1) !important;
}

.navbar-main a {
    font-size: 1rem;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
}

.navbar-main .nav-red a {
    color: #e20030
}

.navbar-main a:hover .qty {
    background: #333;
}

.nav-red a:hover,
.nav-red a:hover .icnk {
    color: #333 !important;
}

.dropdown a:hover {
    color: #e20030;
}

.navbar-main .nav-red.last span {
    display: inline-block;
    max-width: 120px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    top: 2px;
    position: relative
}

.sf-mega span {
    font-size: 0.8rem;
    display: block;
    width: 100%;
    font-weight: 300;
    color: #444;
}

.sf-mega span b{
    font-weight: 500;
    margin:0 2px;
}

.sub-menu {
    background: #ffffff;
    min-height: 2em;
}

.menu_level_1.submenu-container{
    z-index: 120;
    right: 0;
    top: 60px;
    left: 50%;
    transform: translate(-50%);
    width: max-content;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    display: flex;
    max-width: 1140px;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: start;
    margin-top:0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sub-menu li.nav-item:first-child .submenu-container{
    left: 0%;
    transform: translate(-0%);
}

.sub-menu li.nav-item:nth-child(2) .submenu-container {
    left: 10%;
    transform: translate(-10%);
}

.sub-menu li.nav-item:nth-child(3) .submenu-container{
    left: 23%;
    transform: translate(-23%);
}
.sub-menu li.nav-item:nth-child(4) .submenu-container{
    left: 36%;
    transform: translate(-36%);
}
.sub-menu li.nav-item:nth-child(6) .submenu-container{
    left: 70%;
    transform: translate(-70%);
}
.sub-menu li.nav-item:nth-child(7) .submenu-container{
    left: 80%;
    transform: translate(-80%);
}

.sub-menu li.nav-item:last-child .submenu-container{
    left: 100%;
    transform: translate(-100%);
}
.sub-menu li.nav-item {
    text-align: center;
    height: 40px;
    line-height: 2rem;
    position: relative;
    display: inline-block;
}

.sub-menu li a {
    font-size: 0.9rem;
    display: inline;
    text-decoration: none;
    color: #333
}

.sub-menu li:hover a {
    color: #e20030;

}
.sub-menu li.nav-item:hover
{
    border-bottom: 3px solid #333;
}

.sub-menu li:hover ~ .sf-mega {
    display: none !important
}

.dropdown-toggle::after {
    vertical-align: .175em;
    border-top: .15em solid #aaa;
    border-right: .15em solid transparent;
    border-left: .15em solid transparent;
    font-size: 1.25rem;

}

.navbar-nav .dropdown-menu {
    border: 0;
    border-radius: 0;
    margin-top: -1px;
    box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.1)
}

.navbar-main .dropdown-menu a {
    font-size: .875rem;
    display: inline-block;
    width: 100%;
    font-weight: 300
}

.icon-user {
    font-size: 1.2rem;
    width: 22px;
    position: relative;
    right: 4px;
    top: 1px
}

.navbar-expand-md .navbar-collapse {
    display: -webkit-flex;
}

#navmega .nav-item::after{
    border-top: .2em solid #333;
    border-right: .2em solid transparent;
    border-left: .2em solid transparent;
    font-size: 1.125rem;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .17em;
    content: "";
}

/* IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .menu_level_1.submenu-container{
        position: absolute;
        min-width: 100%;
        display: block;
        max-width: none;
        width: 100%;
    }
    .sub-menu li.nav-item{
        position: initial;
    }
}


@media (max-width: 1100px) {
    .menu_level_1.submenu-container{
        min-width: 100%;
        max-width: none;
        width: 100%;
    }
    .sub-menu li.nav-item{
        position: initial;
    }

    .sf-menu li ul img {
        height: 133px!important;
        width: 205px!important;
    }
}

@media (min-width: 991px) {
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-flex;
        flex-direction: row;
        justify-content: end;
    }
}


@media (max-width: 991px) {
    .navbar-main li.dropdown.show {
        box-shadow: none !important;
    }
    .menu_level_1.submenu-container{
        justify-content: space-between!important;
        top: 4.5rem!important;
    }
    .modal .mega-bloc img {
        margin: 0 !important
    }
    .search-input input{
        max-width: none!important;
    }
    .sub-menu .navbar-collapse {
        background: transparent;
        padding: 0;
    }

    .navbar {
        height: auto;
    }

    .navbar-collapse {
        text-align: center;
        padding: 0;
    }

    .navbar-main li {
        padding: 0 !important;
        margin: auto;
    }

    .navbar-main.navbar-main li{
        border: 0 !important;
        font-weight: 300;
        max-width: 200px;
        width: 100%;
        text-align: left;
    }

    .navbar-main li a {
        padding: 5px;
        display: block;
        width: 100%;
    }

    #thenav .form-control {
        margin: 0 auto;
        min-width: 0;
        width: 100%;
    }

    #navprincipale .form-inline {
        max-width: 200px;
        position: relative;
        left: 50% !important;
        transform: translateX(-50%)
    }

    .sub-menu.mb-4 {
        margin-bottom: 1rem !important;
    }

    .sub-menu li.nav-item {
        height: auto;
        padding: 0.5rem 0;
        border-left: 0 !important;
        text-align: left;
        line-height: 1rem;
    }
    .sub-menu li.nav-item:hover
    {
        border-bottom:0;
    }
    .sub-menu li a .mega-bloc:hover {
        transition: 0.2s;
    }

    .icon-user {
        right: 0 !important;
        top: 2px;
        margin-right: 9px;
    }

    .navbar-main li.dropdown.show {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }

    .navbar-main li.dropdown-item a{
        padding: 2px;
    }
    .navbar-nav .dropdown-menu{
        padding-top: 0!important;
    }
    .navbar-main li, .nav-item{
        text-align: left;
    }
    .menu_level_1 .dropdown-item{
        text-align: center;
    }
    #thenav .collapse.show ul{
        padding: 0 0 5px 0!important;
    }

}


@media all and (min-width: 992px) and (max-width: 1199px) {
    .navbar-main li {
        padding: .8rem .4rem;
    }

    .sub-menu li a {
        font-size: 0.8rem;
    }

    .sub-menu,
    .sub-menu li {
        height: auto;
        line-height: 2rem;
    }
}

@media (max-width: 767px) {
    .notification-bar{
        display:none;
    }

    .menu_level_1.submenu-container{
        position: relative!important;
        top: 0!important;
    }
    .sf-menu > li > a {
        padding-left: 0 !important;
        font-size: 1.125rem;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 1.25rem;

    }
    .sub-menu li.nav-item {
        display: inline-block;
        text-align: center;
        width: 100%;
        flex: unset
    }
    .sub-menu li.nav-item:hover
    {
        border-bottom: 0;
    }

    .sub-menu .nav-item + .nav-item {
        border: 0;
    }

    .sf-menu > li span.menu-mobile-grover::after {
        position: relative;
    }

    .sf-menu > li span.menu-mobile-grover.active {
        top: -20px;
    }

    .sf-menu > li span.menu-mobile-grover.active::after {
        border-top: 0 !important;
    }

    .mega-bloc p {
        font-size: 1.125rem !important;
        min-width: 250px;
    }

    .mega-bloc img {
        margin: 0 !important;
    }

    .container .navbar-toggler {
        display: block;
        margin: 0;
    }
    .navbar-expand-md{
        padding-bottom: 0.5rem;
    }
    .sf-menu > li > ul > li {
        width: 100% !important;
        height: auto;!important;
    }

    .sub-menu li a .mega-bloc, .mega-bloc {
        justify-content: center !important;
        margin: 0 auto !important;
    }
    #navmega .nav-item::after {
        display: none;
    }
}

@media (max-width: 575px) {
    .sub-menu li a .mega-bloc,
    .mega-bloc {
        line-height: 1rem;
        margin-bottom: 0 !important;
        padding: 1rem;
        flex-direction: column !important;
    }

    .mega-bloc p {
        padding: 5px;
    }

    .sidebar .nav-tabs .nav-item {
        width: 50%;
        text-align: center;
    }

    .navbar .icnk {
        width: auto;
    }

    .sf-menu > li span.menu-mobile-grover::after {
        display: none;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .sub-menu li.nav-item {
        position: static!important;
    }
    .menu_level_1.submenu-container{
        position: absolute!important;
        min-width: unset!important;
        width: 100%!important;

    }
}

/* ----------------------------------------------------------------
    Megamenu - superfish / megafish
-----------------------------------------------------------------*/

.sub-menu li a .mega-bloc,
.mega-bloc {
    width: 100%;
    line-height: 1rem;
    color: #333;
    text-align: center;
    letter-spacing: -0.5px;
    padding: 0 0.5rem;
    cursor: pointer;
}

.mega-bloc p {
    font-size: 0.85rem;
    color: #333;
    font-style: normal;
    padding:0;
    font-weight: 500;
    letter-spacing: normal;
    max-width: 194px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 5px auto 0 auto!important;
}

.mega-bloc img {
    border: 1px solid #e0e0e0;
    width: 250px;
}

.modal-body .owl-infobox {
    display: block
}

.modal-body-package {
    padding: 2rem 4rem
}

.sf-menu li {
    display: inline-block;
    padding-top: 5px;
}

.sf-menu ul li{
    width: auto;
}

.sf-menu li ul {
    height: auto;
    top: 33px !important;
    padding: 1.2rem 1rem 0.5rem 1rem;
}

.modal-body .sf-menu li ul {
    top: auto !important
}

.modal-body .mega-bloc a {
    font-size: 0.8125rem
}

.modal-body .modal-body .sub-menu {
    height: auto
}

.modal-body .sf-menu li:hover > .sf-mega,
.modal-body .sf-menu li.sfHover > .sf-mega {
    display: block;
}
.sf-menu li ul img {
    transition: 0.1s;
    height: 133px;
    width: 205px;
    border: 1px solid transparent;
}
.sf-menu li ul li:hover img {
    transition: 0.1s;
    border: 4px solid transparent;
}

.sf-menu li ul li:hover p {
    color: #000;
}

.sf-menu li ul li:hover span{
    color: #000;
}

.mega-bloc:hover a {
    color: #000 !important
}

@media (max-width: 1024px) {
    .modal-body .sf-menu li:hover > .sf-mega,
    .modal-body .sf-menu li.sfHover > .sf-mega {
        display: inline-block !important;
    }
}

@media (max-width: 768px) {
    .sf-menu li ul {
        flex-direction: column !important;
    }

    .sf-menu li {
        top: 0;
    }

    .sf-menu ul {
        padding: 0 !important;
        height: 100%;
    }

    .modal .sf-menu-a {
        margin: 0 1rem 0 0.5rem !important;
    }

    .modal-content .sf-menu > li {
        border-right: 1px solid #fff;
    }

    .modal-content .sf-menu {
        display: block;
    }

    .modal-content .sf-menu > li {
        text-align: center;
    }

    .modal-content .sf-menu li ul {
        top: auto !important;
        margin-top: 1rem !important;
    }

    .sub-menu li a .mega-bloc, .mega-bloc {
        padding: 0.25rem !important;
        margin: 0 !important;
        border-bottom: 1px solid #e2e2e2;
    }

    .modal-body .sub-menu li a {
        padding-top: 1rem;
    }

    .sf-mega li a {
        margin: 0;
    }

    .sf-menu-li a {
        margin: 0 5px;
    }

    .sub-menu .nav-item:hover > .sf-mega,
    .modal-body .sf-menu li:hover > .sf-mega,
    .modal-body .sf-menu li.sfHover > .sf-mega {
        display: flex !important;
        justify-content: flex-start !important;
    }
    .mega-bloc p {
        margin: 5px auto!important;
    }
}

/* ----------------------------------------------------------------
    Layer cookies
-----------------------------------------------------------------*/

.layerCookies {
    background: rgba(51, 51, 51, 0.97);
    bottom: 0;
    color: #fff;
    margin: 0;
    padding: 2rem;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
}

.layerCookies .close {
    color: #fff;
    opacity: 1;
}

.layerCookies .close:hover {
    opacity: 0.7;
}

.cc-banner.cc-bottom {
    padding: 0.75rem 2rem;
    display: flex;
    justify-content: center;
}

.cc-banner .cc-message {
    flex: initial !important;
    margin-right: 3rem;
}

.cc-btn {
    padding: 0.5rem 1rem !important;
    border: 1px solid #fff !important;
    white-space: nowrap !important;
}

@media (max-width: 575px) {
    .cc-banner .cc-message {
        margin-right: 1rem !important;
        padding: 1rem;
    }
}

/* ----------------------------------------------------------------
    Resultats de la recherche
-----------------------------------------------------------------*/

.search-input {
    position: relative;
    margin-right: 1rem;
}

.search-input .form-control {
    background: #fafafa;
    font-weight: 300;
    font-size: 0.95rem;
    width: 100%;
    max-width: 150px;
}

.search-input button {
    background: #ededed;
    position: absolute;
    border: 0;
    top: 0;
    right: 0;
    color: #666;
    cursor: pointer;
    height: 100%;
    width: 40px;
}

#simple_search_title {
    border-right: 0 !important
}

.search-input .icnk {
    color: #e20030;
    position: relative;
    top: 5px;
}

.search-input .icnk:hover {
    opacity: 0.5;
}

.search-results .infinite-item p {
    font-size: 1rem;
    font-weight: 300;
    margin: 0
}

.search-results .infinite-item h3 {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    text-decoration: underline
}

.search-results .search-input {
    display: none !important
}

.search-results .infinite-container {
    padding: 0 1rem;
    margin: 1.5rem 0
}

.search-results .infinite-item {
    padding: 1.5rem 0.5rem;
}

.search-results .infinite-item:last-of-type {
    border-bottom: 0
}

.search-results .infinite-item img{
    border: 1px solid #eee;
}


@media (min-width: 986px) and (max-width: 1200px) {
    .standard-logo img{
        width: 100px;
        height: 52px;
    }
    #logo {
        margin: 1rem 1.5rem 1rem 0;
    }

}

@media (min-width: 986px) and (max-width: 1048px) {
    .navbar-main a {
        font-size: 0.9rem;
    }

    .form-inline .form-control {
        font-size: 0.8rem;
        padding: .5rem .5rem;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .search-input button {
        margin-right: 0;
    }

}

@media (max-width: 768px) {
    #navprincipale .search-input {
        width: 100%;
        margin: 0.5rem 0;
    }

    .search-results .infinite-item h3 {
        margin: 1rem 0;
    }

    .icon-search:before {
        font-size: 20px;
    }
}

/* ----------------------------------------------------------------
    Cart
-----------------------------------------------------------------*/

.cart {
    position: relative
}

.cart > a > span.qty {
    position: relative;
    top: 4px;
    left: -14px;
    font-size: 10px;
    background: #e20030;
    color: #fff;
    font-weight: 600;
    padding: 0 3px 1px 3px;
    pointer-events: none;
    height: 13px;
    line-height: 12px;
    margin-right: -15px;
}

.icon-cart,
.icon-cart-full {
    font-size: 1.6rem;
    position: relative;
    top: -2px;
}

.icon-cart-full {
    left: -4px;
}

.icon-cart-small {
    font-size: 1.5rem;
    width: auto !important;
    position: relative;
    top: -2px;
    left: -4px;
}

.navbar-main .nav-red {
    padding: 0.8rem;
}

.empty-cart-link:hover,
.empty-cart-link .icnk:hover,
.empty-cart-link:hover .icnk {
    text-decoration: none;
    color: #e20030;
}

.empty-cart-link,
.empty-cart-link .icnk {
    position: relative;
    text-decoration: none;
    color: #333;
    right: 0.125rem;
    top: -1px;
    display: inline-block;
}

.empty-cart-link .icnk {
    font-size: 1rem;
}
.empty-cart-link{
    font-size: 1rem;
}

.anchor-settings {
    color: #333;
    font-size: 1rem;
    position: relative;
    right: -0.5rem;
    top: 0.1rem;
    text-decoration: underline
}

/* test */
.anchor-settings:hover {
    text-decoration: none
}

.js-scrollTo {
    color: #e20030;
    display: inline !important;
}

.sidebar .js-scrollTo,
.processContent .js-scrollTo {
    font-size: 1rem;
}

.final-size-label,
.final-size {
    font-size: 1rem;
    margin-top: 0.5rem;
    color: #555
}

.final-size-label {
    left: 1.5rem
}

@media (max-width: 575px) {
    .final-size-label {
        left: 0;
    }

    .icon-cart-small {
        font-size: 1.5rem;
        position: relative;
        top: -2px;
        left: -4px;
    }

    /*.icon-cart{*/
    /*left: -10px;*/
    /*}*/
}

@media (min-width: 400px) and (max-width: 991px) {
    /*.icon-cart,*/
    /*.icon-cart-full,*/
    /*.icon-cart-small {*/
    /*left: -10px;*/
    /*}*/
    .icon-cart {
        width: 30px !important;
    }
}

/* ----------------------------------------------------------------
    Elements
-----------------------------------------------------------------*/

.card {
    background: #fff;
    padding: 15px;
    border-radius: 0;
    border: 0
}

.homepage .card {
    padding: 0;
    min-height: 360px;
}

.card h1,
.card h2,
.card h3,
.card h4,
.card h5,
.card h6 {
    margin: 0
}

.cover {
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    height: 100%;
    min-height: 340px;
}

.homepage .cover div,
.our_papers{
    display: flex;
    background: #fff;
    font-weight: 300;
    text-align: justify!important;
    line-height: 1.25rem;
    min-height: 130px;
}

.products-list {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    font-size: 1.125rem
}

.card-supports h2,
.products-list h2,
#thegamme h2 {
    text-shadow: none !important
}

.products-list div div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-weight: 300;
}

.products-list img {
    border: 1px solid #e0e0e0;
    max-height: 80px;
}

.products-list div:last-of-type {
    margin-bottom: 0 !important
}

.wrap.products-list .row .col-sm-6 {
    font-style: italic;
    font-weight: 300;
    font-size: .925rem
}

.wrap.products-list .row h5 {
    font-style: normal;
    font-size: 1.125rem
}

.wrap.products-list .row {
    justify-content: center
}

.fl-1 {
    -ms-flex: 1;
    flex: 1
}

.fl-2 {
    -ms-flex: 2;
    flex: 2
}

.picto-card {
    background: #fafafa;
    border: 1px solid #ebebeb;
    padding: 1.5rem;
    font-size: 1rem;
    font-weight: 300;
    color: #333
}

.picto-card a {
    color: #333
}

.picto-card dt {
    margin-bottom: 0.5rem;
    line-height: 1.25rem;
    font-size: 1rem;
    display: block;
    font-weight: 500;
    width: 100%
}

.picto-card dt::before {
    content: "•";
    color: #ddd;
    position: relative;
    left: -10px
}

.picto-card em{
    font-weight: 300;
}

.picto-card dd {
    margin-left: 1rem;
    line-height: 1.3rem;
    display: inline-flex;
    width: 100%;
    line-break: anywhere;
}

.picto-card dd::before {
    content: "-";
    color: #ddd;
    position: relative;
    left: -5px
}

.picto-card h5 {
    font-size: 1.125rem;
    text-decoration: none;
    color: #333;
    font-weight: 300;
}
.picto-card .icnk {
    color: #e20030;
    font-size: 35px;
    min-height: 40px;
}
.picto-card .no-padding dd{
    margin-left: 0!important;
}
.picto-card .no-padding dt::before{
    display: none;
}
.articles-list img{
    width: 100%;
    height: auto;
    max-width: 115px;
}

.articles-list h5{
    font-size: 1rem;
    font-style: italic;
}

.articles-list .row{
    padding: 0.5rem 1rem;
}

@media (max-width: 1024px) {
    .sitemap .col-md-4 {
        padding: 0 5px !important;
    }
    .picto-card {
        padding: 1.5rem;
    }
    .slide-caption{
        margin: 0 auto!important;
    }
    .slide-caption h2,.slide-caption em {
        color: #fff!important;
        font-size: 1.75rem!important;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7), 1px 1px 7px #000, 0 0 40px #000!important;
    }
}

@media (max-width: 768px) {
    .picto-card {
        margin-bottom: 2rem;
    }
}

@media (max-width: 575px) {
    .card {
        padding: 10px;
    }
    .products-list img {
        max-height: none;
    }
    .articles-list .row{
       text-align: center;
    }
    .articles-list .btn{
        margin: 0 auto;
    }
    .articles-list h5 {
        padding: 1rem 0 0.5rem;
        max-width: 70%;
        margin: 0 auto;
    }
    .articles-list .row{
        width: 100%;
        margin: 0;
    }
    .homepage .cover div{
        display: block;
    }
    .homepage .card div p{
        width: 100%;
        margin-bottom: 2rem;
    }
    .slide-caption h2,.slide-caption em {
        font-size: 1.55rem!important;
    }

}

@media screen and (min-width: 768px) and (max-width: 1080px) {
    .articles-list .btn{
        width: min-content;
        margin-left: -1rem;
        padding: 4px 8px;
        font-size: 0.875rem;
    }
    .homepage .card div p{
        width: 100%;
        margin-bottom: 2rem;
    }
    .homepage .cover div{
        display: block;
    }
}

/* ----------------------------------------------------------------
    Boutons
-----------------------------------------------------------------*/

.btn {
    border-radius: 0;
    border-width: 1px;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    font-size: 1rem;
    box-shadow: none !important;
    z-index: 3 !important;
}

.btn .icnk,
.btn .icnk:hover {
    color: #fff
}

.btn-bottom {
    padding: 1rem 0 0 0
}

.dropdown-item:focus, .dropdown-item:visited, .dropdown-item:active {
    background: #f5f5f5 !important
}

.btn.btn-xxs {
    font-size: 0.9rem;
    line-height: 1;
    padding: .5rem;
    font-weight: 500
}

.btn.btn-desc {
    width: 100%;
    white-space: initial;
    padding: .7rem 2rem;
    background: #70bf40;
    border-color: #70bf40
}

.btn.btn-desc span {
    display: block;
    font-weight: 300;
    font-style: italic;
    text-transform: none
}

.btn.btn-xl.btn-desc {
    padding: 1.4rem 2rem
}

.btn-danger {
    background-color: #e20030;
    border-color: #e20030;
}

.btn.btn-border.active,
.btn-picto {
    color: #fff;
    background-color: #70bf40;
    border-color: #70bf40
}

.btn-picto-inverted {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}

.btn-lg.btn-picto,
.btn-lg.btn-secondary {
    font-size: 1.125rem
}

.btn-wide {
    padding-left: 3rem;
    padding-right: 3rem
}

.btn.btn-border {
    background: #fff;
    border: 1px solid #333 !important;
    color: #333
}

.btn.btn-border-inverted {
    background: transparent;
    border: 1px solid #fff !important;
    color: #fff
}

.btn.btn-border-inverted:hover {
    background: transparent;
    border: 1px solid #8b8a8a !important;
    color: #8b8a8a
}
/* .infobox-item .btn.btn-border {
    text-indent: 1rem
}*/


.infobox-item .btn.btn-border:before {
    display: none;
    content: "\e909";
    font-family: 'icomoon';
    font-size: 1rem;
    position: absolute;
    left: 1.2rem;
    font-style: normal;
}

.infobox-item .icon-arrow-right{
    display: none;
}
.btn.btn-border:hover,
.selected .btn.btn-border {
    background: #333 !important;
    color: #fff !important
}

.btn-picto:hover,
.btn.btn-border.active:hover {
    color: #fff;
    background: #559231;
    border-color: #559231
}

.btn span.icon-arrow-right {
    vertical-align: middle;
    font-size: 16px;
    margin-left: 3px
}

.btn.btn-xxs span.icon-arrow-right {
    vertical-align: bottom;
    font-size: 12px
}

.btn.btn-lg span.icon-arrow-right {
    vertical-align: middle;
    font-size: 22px
}

.edit-item-link {
    bottom: 1rem;
    right: 1rem;
}

.delete-item-link {
    color: #e20030;
    top: 1rem;
    right: 1rem;
}

.delete-item-link:hover {
    color: #000000;
    cursor: pointer
}

.btn.active {
    border: 0 !important
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
}

#payment_button_paypalButton{
    border-radius: 4px;
    background: url('/resources/medias/logo/paypal-transparent.png') center / cover no-repeat #ffc439;
    border: 1px solid #ffc439;
    background-size: 25%;
    color: transparent;
    margin-top: 1rem!important;
}

#payment_button_paypalButton:hover{
    background-color: #e5b032;
}

#payment_button_cbButton{
    border-radius: 4px;
    border: 1px solid #305e9f;
    background: #305e9f;
}

#payment_button_cbButton:hover{
    background: #24497d;
}

#payment_button_cbButton img{
    width: 28px;
    height: 20px;
    position: relative;
    top: -2px;
    right: 5px;
}

@media (max-width: 1024px) {
    .infobox-item .btn.btn-border:before {
        left: 1.1rem;
    }
}

@media (max-width: 767px) {
    .infobox-item .btn.btn-border:before {
        left: 1.1rem;
    }
}

@media (max-width: 575px) {
    .btn-wide {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (max-width: 400px) {
    .infobox-item .btn.btn-border:before {
        left: .5rem;
    }
}

/* ----------------------------------------------------------------
    homepage
-----------------------------------------------------------------*/

.homepage .card{
    height: 100%;
    display: flex;
}

.homepage h2 {
    font-style: italic;
    font-size: 1.5rem;
    z-index: 3;
    font-weight: 600;
    padding: 1rem;
}


.homepage .cover .d-flex {
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0
}

.homepage .card-group .card{
    padding: 0 2rem 0 2rem;
    text-align: center;
}

.homepage .card-group .btn{
    margin: 0 auto;
}

.homepage-slider,
.landing-slider {
    padding: 0 !important
}

.homepage .products-list h5 {
    font-size: 1.125rem;
}

.homepage .testi {
    font-size: 1rem;
    font-style: italic;
    line-height: 1.25rem;
}

.homepage .card-body {
    font-size: 1rem;
    font-style: italic;
    padding:0 1rem!important;
    line-height: 1.125rem;
    text-align: center;
    margin-bottom: 1rem;
}

.testi .card-body h5 {
    font-weight: 600;
    margin: 1rem auto 0.5rem auto;
}

.homepage .card-body .btn {
    letter-spacing: 0.2px;
}

.card.newsletter{
    height: auto;
    padding-bottom: 2rem;
}

.card.newsletter .input-group{
    padding:0 1rem;
}

.card.newsletter label{
    display: inline-block;
    width: 100%;
    padding-bottom: 1rem;
}

.btn-big{
    width: 100%;
    padding: 1.5rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.carousel-main-slide{
    padding: 0;
}
.nos_prestations{
    min-height: 350px!important;
}
.nos_prestations h5{
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    font-style: italic;
}

.nos_prestations b{
    color: #e20030;
}

.our_papers,
.qui_sommes_nous,
.our-medias-banner-home{
    min-height: 300px;
}

@media (max-width: 400px) {



}

@media (max-width: 767px) {
    .homepage .row .col-md-6 {
        margin-bottom: 2rem;
    }

    .homepage .row.mb-4 .card .mb-4 {
        margin-bottom: 1.5rem !important;
    }
    .homepage .articles-list .btn{
        width: 100%;
    }
    .articles-list img{
        max-width: none;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .homepage .products-list h5 {
        font-size: 1rem;

    }
    .products-list div div{
        padding-left: 0;
        line-height: 1rem;
    }
    .homepage .products-list .row .p-0 {
        padding: 0 !important;
    }

    .homepage .products-list .row {
        display: flex;
        align-items: center;
    }

    .homepage .products-list .row .btn {
        font-size: 0.8rem;
        padding: .375rem;
    }

    .card-supports {
        background-position: -12vw 5vw;
    }
}

@media (max-width: 575px) {
    .homepage .products-list .row {
        justify-content: center;
        margin-bottom: 0 !important;
    }

    .homepage .products-list .row div {
        text-align: center;
        padding: 1rem 0;
    }

    .card-supports {
        background-position: -12vw 5vw;
    }

}


/* ----------------------------------------------------------------
    thedragndrop
-----------------------------------------------------------------*/

#thedragndrop {
    height: 100%;
    background-color: transparent !important;
    flex-direction: column;
    color: #111;
    display: -webkit-flex;
    padding: 2rem;
    border: 4px dotted #333;
}

#thedragndrop .d-flex {
    max-width: 600px;
    display: -webkit-flex;
    margin: 0 auto;
    align-items: center
}

#js-homepage-upload, .js-uploader-state-default {
    height: 100%
}

#js-uploader-modal .modal-header,
#js-uploader-modal .modal-body {
    justify-content: center;
    padding: 0
}

#js-uploader-files {
    list-style-type: none;
    margin: 0;
    padding: 0
}

#js-uploader-files li {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0.5rem
}

.js-uploader-file {
    font-size: 1rem;
    max-width: 96%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.js-uploader-state {
    font-size: 0.875rem;
    color: #a7a7a7;
    padding: 0.5rem 0
}

#js-uploader-files li img {
    position: absolute;
    right: 0;
    bottom: 6px
}

.js-file-name{
    position: absolute;
    top: 0.2rem;
    right: 0;
    font-size: 0.85rem!important;
    color: #fff;
    width: 100%;
    text-align: center;
}

.js-file-uploaded{
    font-size: 1rem!important;
    padding-top: 1rem;
    text-align: center;
}

.js-uploader-percent{
    display: block;
    background: #addb93;
}

.progress {
    border-radius: 0
}

.progress-bar {
    background: #70bf40;
    color: transparent;
}

#thedragndrop p {
    font-size: 1.5rem;
    font-style: italic;
    width: 100%;
    padding: 0!important;
    margin: 0;
}

#thedragndrop a {
    color: #e20030;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .card.uploader {
        box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.2);
        padding: 0;
    }

    #thedragndrop p {
        padding: 1rem;
        line-height: 2rem;
        font-size: 1.5rem
    }
}

@media (max-width: 1024px) {
    #thedragndrop {
        background-position: 50% 35% !important;
    }
}

@media (max-width: 991px) {
    .card.uploader {
        padding: 15px;
    }

    .square-left,
    .square-right {
        width: 110px;
        height: 110px;
    }
}

@media (max-width: 767px) {
    #thedragndrop {
        background-size: 60% !important;
    }

    #js-homepage-upload, .js-uploader-state-default {
        min-height: 400px;
    }
}

@media (max-width: 575px) {
    #thedragndrop {
        background-size: 80% !important;
    }

    .card.uploader {
        padding: 1rem 0 0 0;
        box-shadow: initial !important;
    }

    #js-hover-container {
        background: #fff !important;
    }
}

/* ----------------------------------------------------------------
    Modal ICC / Optimisation
-----------------------------------------------------------------*/


#js-warnings-modal .modal-dialog{
    padding: 1rem 3rem 2rem 3rem;
    max-width: 800px;
    width: 100%
}

#js-warnings-modal .picto-card{
    min-height: 140px;
    padding: 1rem  1.5rem;
    font-weight: 400;
}

#js-warnings-modal .picto-card a{
    font-weight: bold;
    color: red !important;
    position: absolute;
    text-decoration: underline;
    right: 0;
    bottom: 0;
}

#js-warnings-modal img{
    max-width: 70px;
    height: auto;
    display: block;
}

#js-warnings-modal .text-center p{
    max-width: 70%;
    display: inline-block;
}

@media (max-width: 575px) {
    #js-warnings-modal .modal-dialog{
        padding: 0!important;
    }
    .modal.show .modal-dialog{
        width:100%!important;
    }
    #js-warnings-modal .text-center p{
        max-width: 100%;
    }
}



/* ----------------------------------------------------------------
    Error
-----------------------------------------------------------------*/
.error-page p {
    text-align: center
}

.error-page .wrap span {
    display: inline-block;
    width: 100%;
    padding: 0.5rem 0;
    font-size: 1.125rem
}

.error-page .btn {
    color: #fff !important;
    margin-top: 1rem
}

/* ----------------------------------------------------------------
    Layers DragnDrop
-----------------------------------------------------------------*/
#js-upload-hover .layer-container {
    z-index: 5 !important;
}

.layer-container {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.layer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 94%;
    width: 96%;
    margin: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 6;
    border: 5px dotted #fff;
    border-radius: 10px;
    color: #fff;
    padding: 1rem;
    text-align: center
}

.layer-content .layer-icons {
    width: 142px;
    height: 85px;
    margin: 0 auto
}

.layer h2, .layer label {
    font-style: italic;
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 1px 2px #333;
}

.layer {
    display: none
}

.layer label {
    font-size: 1.5rem;
}

.layer input {
    display: none
}

.layer-sidebar .layer-content,
.layer-sidebar .layer-container,
.layer-main-content .layer-content,
.layer-main-content .layer-container {
    position: absolute
}

.layer-sidebar .layer-content {
    height: 95%;
    width: 94%;
    justify-content: flex-start;
    padding-top: 5rem;
}

.layer-main-content .layer-content {
    height: 95%;
    width: 96%
}

.layer-sidebar .sticky {
    top: 28%;
    left: 0;
    right: 0
}

/* ----------------------------------------------------------------
    Modale
-----------------------------------------------------------------*/

.modal {
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 500;
    overflow: auto
}

.modal-dialog {
    height: 100%
}

.modal-header {
    border: 0;
    padding: 0
}

.modal-title {
    font-size: 1.65rem;
    line-height: 2rem;
    font-weight: 500;
    padding: 0.5rem 0 1rem 0
}

.modal-header h4 {
    font-weight: 500;
    font-size: 1.85rem;
    margin-bottom: 0
}

.modal-body {
    padding: 0 !important
}

.modal-content {
    padding: 2.5rem 3rem 2rem 3rem;
    margin-bottom: 2rem;
    box-shadow: 0 0 60px 0 rgba(170, 170, 170, 1);
    z-index: 100 !important;
    position: relative;
    border-radius: 0;
    border: 0;
    font-size: 1.125rem
}

.modal-content .tab-content{
    margin-top: 0;
}

.modal button.close {
    opacity: 1;
    color: #333;
    font-size: 2rem;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0
}

.modal button.close:hover {
    color: #e20030
}

.modal button span {
    font-size: 2rem;
    position: relative;
    right: 0;
    top: 0
}

.modal-content .modal-header .close {
    top: 1rem;
    right: 1rem
}

.modal-content .modal-header button span {
    right: 0.5rem
}

.modal-xl {
    max-width: 100%;
    margin: 10px
}

.modal-xl .modal-body {
    padding: 0
}

.modal .row.low-gutter,
.package-list {
    position: relative
}

.package-list .infobox-body {
    padding: 1rem;
}

#js-without-profil-modal .underline {
    margin: 1rem 0;
    display: inline-block
}

.modal-modpapier .js-read-more {
    position: absolute;
    right: 0
}

.icc {
    color: #e20030 !important;
    font-weight: 600
}
.js-textEdit{
    position: relative;
    top: -50px;
    float: right;
    right: 15px;
}

.uncheck{
    display: inline-block;
    padding: 6px;
}

#js-modal-preference-cookie .modal-content{
    font-size: 1rem;
    text-align: justify;
}

@media (min-width: 1300px) {
    .modal-xl {
        margin: 30px auto;
        max-width: 1230px;
    }
}

@media (max-width: 768px) {
    .card.infobox-item {
        margin: 0.5rem auto !important;
    }
}

@media (max-width: 575px) {
    .modal-content {
        padding: 3rem 2rem !important;
        margin-top: 0.5rem;
    }

    .modal-dialog {
        margin: 0;
    }

    .modal-title {
        font-size: 1.5rem;
        line-height: 1.5rem;
        padding-bottom: 0 !important;
        margin-bottom: 0;
    }

    .package-list {
        margin-bottom: 0 !important;
    }

    .modal button.close {
        right: 0.5rem;
    }
    .
}

/* ------------------------------------------------
    Loader
---------------------------------------------------------*/

.loading {
    position: fixed;
    display: none;
    z-index: 500;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6)
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.loading:not(:required)::after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    box-shadow: rgba(51, 51, 51, 0.75) 1.5em 0 0 0, rgba(51, 51, 51, 0.75) 1.1em 1.1em 0 0, rgba(51, 51, 51, 0.75) 0 1.5em 0 0, rgba(51, 51, 51, 0.75) -1.1em 1.1em 0 0, rgba(51, 51, 51, 0.75) -1.5em 0 0 0, rgba(51, 51, 51, 0.75) -1.1em -1.1em 0 0, rgba(51, 51, 51, 51.75) 0 -1.5em 0 0, rgba(51, 51, 51, 0.75) 1.1em -1.1em 0 0
}

.loading-dark:not(:required)::after {
    box-shadow: rgba(112, 191, 64, 0.75) 1.5em 0 0 0, rgba(112, 191, 64, 0.75) 1.1em 1.1em 0 0, rgba(112, 191, 64, 0.75) 0 1.5em 0 0, rgba(112, 191, 64, 0.75) -1.1em 1.1em 0 0, rgba(112, 191, 64, 0.75) -1.5em 0 0 0, rgba(112, 191, 64, 0.75) -1.1em -1.1em 0 0, rgba(112, 191, 64, 51.75) 0 -1.5em 0 0, rgba(112, 191, 64, 0.75) 1.1em -1.1em 0 0
}

.loading-dark:before {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.video-container .glyphicon{
    position: relative;
    top: -65px;
    float: right;
    right: 0;
    font-size: 2.5rem;
    opacity: 0.5;
    color:#000;
    cursor: pointer;
}

/* Animation */
@-webkit-keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* ----------------------------------------------------------------
    Modal Login
-----------------------------------------------------------------*/

.required:after {
    color: #e20030;
    content: "*";
    position: relative
}

.modal-login .modal-title {
    text-align: center;
    padding: 0 0 2rem 0
}

.modal-login .modal-dialog {
    max-width: 648px
}

.modal-login label.col-form-label {
    font-size: 1rem
}

#thenav .modal-login .form-control {
    padding: .5rem .75rem .5rem .5rem
}

.modal-login .form-check-label,
.modal-login .text-right {
    letter-spacing: -0.4px;
    font-size: 1rem;
    text-decoration: none
}

.modal-backdrop {
    display: none
}

@media (max-width: 768px) {
    .modal-login .btn-bottom .btn {
        margin-bottom: 1rem;
    }
}

/* ----------------------------------------------------------------
    Modal package
-----------------------------------------------------------------*/

#js-modal-change-package .modal-header,
#js-modal-change-package .modal-title {
    margin: 0;
    padding: 0;
}

#js-modal-change-package .modal-title {
    margin-bottom: 1rem;
}

#js-modal-change-package .modal-content {
    background: #f5f5f5;
    padding: 1.5rem 3rem 2rem 3rem;
}

.item-prestation {
    margin: 0.5rem 0 0 0;
    color: #333;
}

.item-prestation:hover span {
    color: #e20030;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.item-prestation img {
    opacity: 1;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.item-prestation:hover img {
    opacity: .5;
}

.item-prestation.current span {
    color: #e20030;
}

.item-prestation img {
    width: 138px;
    height: 92px;
    display: block;
    margin: 0 auto
}

.item-prestation span {
    text-align: center;
    display: inline-block;
    line-height: 0.9rem;
    font-size: 0.75rem;
    width: 100%;
    max-width: 140px;
    margin: 0.5rem 0;
}

.block-prestation {
    background: #fff;
    border: 1px solid #cdcdcd;
    height: 100%;
    max-height: 330px;
    overflow-y: auto;
    padding: 0.5rem 2rem
}

.block-prestation h3 {
    font-style: normal;
    font-weight: bold;
    color: #e20030;
    font-size: 1.125rem;
    margin: 0;
    padding: 0.5rem 0
}

.block-prestation .d-flex {
    justify-content: space-between;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .block-prestation .d-flex {
        justify-content: center;
    }

    .block-prestation {
        overflow-y: scroll;
    }
}

@media (max-width: 575px) {
    .block-prestation .d-flex {
        justify-content: space-around;
    }

    .block-prestation {
        max-height: none;
    }

    .item-prestation {
        margin: 10px;
    }
}

@media (max-width: 400px) {
    #js-modal-change-package .modal-title {
        margin-top: 1rem;
    }
}


/* ----------------------------------------------------------------
    Settings
-----------------------------------------------------------------*/


.image-not-null h3,
.image-not-null .param-add-message-desktop,
.param-item-image-null h3,
.param-item-image-null .param-add-message-desktop {
    display: none
}

.info-image {
    padding: 1rem;
    color: #fff
}

.info-image-infos {
    color: #afafaf
}

.media.basket {
    padding: 1rem;
    align-items: center !important
}

.media.basket .media-body {
    padding: 1rem;
    position: relative;
    top: 0.5rem;
}

#footer .media-body {
    font-size: 1rem;
    line-height: 1.125rem;
    max-width: 140px;
    top: 0.5rem;
    position: relative;
    text-align: right;
    color: #fff;
}

.media.basket .item_image_name {
    position: relative;
    top: -1rem;
    font-size: 0.875rem;
    max-width: 230px;
}

.media.basket .progress-cancel-file {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 1rem
}

.media.basket .progress-cancel-file img {
    position: absolute;
    top: 0;
}

#collapseOptions .setting-header {
    padding-top: 0 !important
}

.modal .settings .row {
    margin-bottom: 1rem
}

.enlargement-factor-low {
    color: #390
}
.enlargement-factor-low:hover {
    color: #70bf40
}

.enlargement-factor-medium {
    color: #c76c00
}
.enlargement-factor-medium:hover {
    color: #f58500
}

.enlargement-factor-high {
    color: #e20030
}
.enlargement-factor-high:hover {
    color: #c82333
}

.settings .sidebar .nav-tabs .nav-link {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 0.875rem;
    background: #ebebeb !important;
    color: #333;
    transition-duration: 0.2s;
}

.nav-link .icon-voucher::before {
    font-size: 1.4rem!important;
}

.settings .sidebar .nav-tabs .nav-link:hover {
    background: #559231 !important;
    color: #fff;
    transition-duration: 0.2s;
}

.settings .sidebar .nav-tabs .nav-link.active {
    background: #fff !important;
}

.settings .sidebar .nav-tabs .nav-link.active:hover {
    background: #559231 !important;
}

.settings .img-wrapper
.settings .wrap-full-col {
    padding: 1.5rem 2rem 2rem 2rem !important;
}

.products-setting h1 {
    color: #e20030;
    margin-bottom: 0.75rem !important;
    font-size: 1.125rem;
}

.products-setting h3 {
    color: #ababab !important;
    font-size: 1.125rem !important;
    font-weight: 300 !important;
    font-style: italic !important;
    margin-bottom: 1rem;
}

.products-setting .setting-result {
    margin-top: 1rem;
}

.products-setting .col-sm-8 {
    text-align: justify;
    padding-right: 2rem;
    font-size: 1rem;
}

.products-setting .shop-details span {
    font-size: 1rem;
}

.payment .text-danger {
    text-align: center;
    font-size: 1rem;
    line-height: 1.125rem;
}

.js-remaining-to-be-paid {
    margin-top: 1rem;
    text-align: right;
    font-weight: 400;
}

.payment .js-credits-type {
    margin-right: 5px;
}

.payment .order-list-item label {
    font-weight: 500;
}

.payment .order-list-item {
    margin: 0 0 1rem 0;
}

@media (max-width: 1199px) {
    .settings .sidebar .nav-tabs .nav-link {
        font-size: 0.75rem;
    }
}

/* setting-item

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

.setting-header {
    border-bottom: 1px solid #ddd;
    padding: 1.4rem 0 1rem .85rem
}

.setting-header h5 {
    margin-bottom: .5rem
}

.setting-header h5 small {
    font-size: .8rem
}

.setting-header label {
    margin-bottom: 0;
    margin-right: 0.5rem !important;
}

.setting-header .custom-select span {
    margin-right: 0;
    font-size: 0.875rem
}

.settings .row.low-gutters.col-sm-7 {
    line-height: 1.9rem
}

#js-item-format {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

#js-item-quantity {
    margin-right: 2rem
}

.js-select-product {
    width: 100%
}

.js-select-product span:last-child small {
    margin-right: 15px;
}

.collapse.show .js-select-product span:last-child small {
    position: relative;
    top: -1px
}

.setting-header a {
    text-decoration: none
}

.setting-alert {
    line-height: 2rem;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 5px;
    color: #e20030;

}
.setting-header .setting-alert{
    width: 100%;
}

.setting-item .w-80 {
    width: 80px
}

.setting-item input:not(.btn) {
    padding: .3rem .4rem;
    max-width: 55px;
}

.setting-item h5 .color {
    min-width: 20px;
    display: inline-block
}

.setting-body {
    font-size: 1rem;
    background: #f5f5f5;
    padding: 0 1rem 1rem .85rem
}

.setting-body p {
    text-align: center;
    font-size: 1.125rem
}

.setting-result {
    border-top: 1px solid #e20030
}

.setting-result .setting-header {
    border-bottom: 0
}

.custom-size-submit {
    display: none;
}

.settings .custom-size-submit--enabled{
    position: relative;
}

.settings .btn.btn-xxs{
    padding: .375rem .75rem!important;
}

.custom-size-submit.custom-size-submit--enabled {
    display:block!important;
    display:initial;
}

/* FIXME code commenté le temps de finaliser le fonctionnel sur la nouvelle gestion du format
.setting-header input:not(.btn) {
    max-width: 60px;
    margin-right: 0.2rem
}
*/

.settings .layer-content {
    z-index: 5;

}

.discount-price {
    color: #e20030;
}

.price-total {
    font-weight: 500 !important;
    display: inline-block;
}

.setting-result .price-ex-tax,
.setting-result .price-total,
.discount-price .price-ex-tax,
.discount-price .price-total {
    font-size: 1.125rem;
    line-height: 0.5rem
}

.setting-result .price-total,
.discount-price .price-total {
    margin-left: 0.5rem
}

.setting-result .price-ex-tax,
.discount-price .price-ex-tax {
    font-weight: 300
}

.setting-item .reverse {
    color: #e20030;
    font-weight: 300
}

.setting-header h5 small {
    margin-left: 0
}

.setting-item #item_quantity {
    text-align: right
}

.settings layer-main-content {
    display: block;
}

.total-qty {
    position: absolute;
    right: 2rem
}

.total-qty strong {
    font-size: 1.125rem;
    margin-right: 0.3rem
}

.sidebar .cart-items {
    overflow-x: hidden;
    max-height: 58rem;
    position: relative
}

.sidebar .cart-items .col-2.pl-2 {
    min-height: 54px;
}

.ellipsis {
    position: absolute;
    display: none;
    margin: -10px auto auto auto;
    left: 0;
    right: 0;
    width: 90%;
    height: 11px
}

.js-cart {
    margin: 0;
    padding: 0
}

.js-cart li {
    list-style-type: none
}

.js-cart li:nth-child(2n) {
    background: #e4e5e7
}

.js-cart li:nth-child(2n+1) {
    background: #dddee0
}

#cart-tab {
    font-size: .75rem;
    font-weight: 700;
}

#cart-tab-content {
    margin-top: 0;
}

#cart-tab-content li {
    margin-bottom: 0 !important;
}

#cart-tab-content li::before {
    display: none;
}

.setting-list-item {
    font-size: .65rem;
    padding: 0.3rem 0;
    display: flex;
    align-items: center;
    transition: background .2s ease-in-out
}

.setting-list-item .row div {
    line-height: 0.875rem
}

.setting-list-item:hover {
    background: #fff
}

.setting-list-item:hover h5 {
    text-decoration: underline !important;
    color: #333 !important;
    border-bottom: 0
}

.current .setting-list-item {
    background: #f5f5f5 !important
}

.setting-list h5 {
    font-size: .75rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    margin-top: 0.25rem;
}

#js-expander-hidden {
    margin-bottom: 1rem
}

.anchor-settings .icnk {
    transform: rotate(270deg);
    font-size: 1.5rem;
    opacity: 0.8
}

.anchor-settings .icnk:hover {
    opacity: 1
}

.anchor-settings {
    display: none
}

.free-delivery-alert {
    background-color: #70bf40;
    color: #fff;
    padding: 1rem;
    font-style: italic;
    margin-bottom: 1rem;
    line-height: 1.5rem;
}

.free-delivery-alert a {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .setting-list-item {
        border-bottom: 1px solid #fff;
    }

    #thenav .collapse.show ul {
        margin:0 auto;
        padding: 5px 0;
    }

    .setting-alert {
        line-height: 1rem;
        text-align: right;
        font-size: 0.8rem;
        text-decoration: none;
        padding: 0.5rem;
    }

    #js-item-quantity {
        margin-right: 0;
    }
}

@media (max-width: 990px) {
    #js-item-quantity {
        margin-right: 4vw;
    }

    .settings .sidebar {
        margin-top: 1rem;
    }
}

@media (max-width: 575px) {
    .setting-item.setting-result .justify-content-between {
        margin-bottom: 1rem;
    }

    .setting-body h5 {
        margin-bottom: 1rem;
    }

    .setting-header h5 {
        margin: 0.5rem 0;
    }

    #js-item-format {
        justify-content: space-around;
    }

    .settings .col-lg-8 {
        padding: 0;
    }

    .settings .col-sm-5.justify-content-end.align-items-center.row {
        padding: 0 1rem;
    }

    #js-expander-hidden h5 {
        margin: 1rem 0;
    }

    .setting-action {
        padding: 1rem;
    }

    .setting-item h5 .color {
        min-width: auto;
    }

    .setting-body p {
        text-align: left;
    }

    .setting-header .custom-select span {
        max-width: 75%;
        display: inline-block;
    }

    .setting-result span,
    .setting-result h5,
    .discount-price span {
        font-size: 1rem !important;
        padding-right: 0.5rem;
        margin: 0 !important;
    }

    #empty-cart-form {
        padding: 0 1rem 1rem 0;
        line-height: 1rem;
    }

    .container .products-setting {
        margin-bottom: 0.5rem !important;
    }

    .sidebar .tab-content .text-left {
        padding-top: 0 !important;
    }

    .sidebar .tab-content .anchor-settings {
        top: 0.2rem !important;
        font-size: 0.875rem;
    }
}

/* item-expand

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

.expand-item {
    background: #656565;
    color: #fff;
    display: none;
    padding: 1rem 2rem;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 10;
    left: 0;
    right: 0;
    top: 97%;
    margin-bottom: 0.5rem;
    margin-right: 15px;
    margin-left: 15px;
    overflow: auto;
    box-sizing: content-box;
    -moz-box-sizing: content-box
}

.expand-item-lightbox {
    position: relative;
    color: #fff;
    width: 100%;
    max-width: 100%;
    z-index: 200;
    margin: 0 auto;
    overflow: auto;
    box-sizing: content-box;
    -moz-box-sizing: content-box
}

.expand-item-lightbox p{
    line-height: 1.5rem;
    font-weight: lighter;
    font-style: normal;
}

.expand-item-lightbox em {
    margin: 1rem 0;
    display: block;
}

.expand-item-lightbox .img-wrapper{
    margin-top: 1.5rem;
}

.icon-icc{
    width: 20px!important;
    display: inline-block!important;
    padding-right: 5px;
}

.expand-item .col-sm-8 {
    text-align: justify;
    padding-right: 2rem;
}

.expand-item span {
    color: #fff!important;
}

.expand-item em {
    font-style: italic;
    font-weight: bold;
    font-size: 1.125rem;
    margin: 0.25rem 0;
    display: inline-block;
}

.expand-item .heading-block h1 {
    margin-bottom: 1rem !important;
    font-size: 1.125rem;
    font-weight: 500;
    color: #fff;
}

.expand-item h3 {
    margin: 1rem 0 !important;
    font-weight: 400 !important;
    font-size: 1.125rem !important;
    color: #fff;
}

.expand-item #theadvantage {
    margin-bottom: 0;
    justify-content: center !important
}

.expand-item .heading-block {
    position: relative;
    margin: 0.2rem 0 1rem 0
}

.expand-item a img {
    position: relative;
    left: 5px
}

@media (max-width: 991px) {
    .expand-item,
    .infobox-block.selected::after {
        display: none !important;
    }
}

@media (max-width: 400px) {
    #theadvantage {
        justify-content: center !important;
    }
}

/* Item preview
-----------------------------------------------------------------*/

.item-preview-container {
    background-color: #8b8b8b;
    position: relative;
}

.item-preview-container {
    padding: 40px 0 80px 0;
}

.item-preview {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.item-preview-container-lg .item-preview {
    height: 380px;
    max-width: 600px;
}

.item-preview-container-md .item-preview {
    height: 269px;
    max-width: 336px;
}

.nav-settings{
    position: relative;
    bottom: 0;
    z-index: 100;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    border-bottom: 0;
    margin-top: -56px;
}

.nav-settings.nav-dark{
    margin-top: -64px;
    padding-bottom: 1.5rem;
}

.nav-settings .nav-link{
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 1rem;
    background: #666666;
    margin-right: 2px;
    margin-left: 2px;
    z-index: 500;
}

.nav-settings .nav-link span{
    font-size: 0.75rem;
    margin-right: 0.5rem;
}

.nav-settings .nav-link:hover{
    background: #7a7a7a;
    color: #fff;
}

.nav-settings.nav-dark .nav-link:hover{
    background: #555;
    color: #fff;
}

.nav-settings .nav-link.active:hover{
    background: #f5f5f5;
    color: #333;
}

.nav-settings.nav-dark .nav-link.active:hover{
    background: #282828;
    color: #fff;
}

.nav-settings .nav-link.active{
    background: #f5f5f5;
    border-radius: 0;
    color: #333;
}

.nav-settings.nav-dark .nav-link.active{
    background: #282828;
    color: #fff;
}

.settings .image-not-null{
    top: 0;
    height: 20%;
}

.settings .layer-content{
    border: 0;
}

.nav-settings .nav-item{
    margin-bottom: 0;
}

.nav-settings .icon-our_tools{
    position: relative;
    top: 1px;
    font-size: 0.9rem;
}

@media (max-width: 480px) {
    .nav-settings .nav-item{
        width: 100%!important;
    }

    .nav-settings .nav-link{
        font-size: 1rem;
        background: #282828;
    }
    .nav-settings.nav-dark .nav-link.active:hover,
    .nav-settings.nav-dark .nav-link.active{
        background: #444!important;
    }
    .settings .form-control{
        display: inline-block;
    }
    .enlargement-factor-low{
        margin-bottom: 1.5rem;
        display: block;
    }

}

/* Custom Ratio Checkbox */

.ratio-checkbox input[type="checkbox"],
.ratio-checkbox .icon-chain {
    display: none;
}

.ratio-checkbox input[type="checkbox"]:checked ~ .icon-chain
{
    display: inline-block;
    opacity: 1;
}

.ratio-checkbox input[type="checkbox"]:checked ~ .icon-unchain
{
    display: none;
}

.icon-unchain{
    background: #70bf40;
    padding: 6px;
}

.ratio-checkbox{
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    background: #8b8b8b;
    color: #fff;
    cursor: pointer;
    transition: 0.1s;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-shadow: 1px 1px 0px #aaa;
}
.ratio-checkbox:hover{
    transition: 0.2s;
    background:#70bf40;
}

.bg-dark .ratio-checkbox{
    border: 1px solid #8b8a8a;
    background: #282828;
    z-index: 50;
    margin-left: 14px;
}

.bg-dark .ratio-checkbox:hover{
    background:#70bf40;
    border: 1px solid #fff;
    color: #fff;
}

.bg-dark .icon-unchain{
    background: #70bf40;
    opacity: 1;
    padding: 6px;
    border: 1px solid #fff;
}

.bg-dark .ratio-checkbox:hover .icon-chain{
    color: #fff;
}

.bg-dark .icon-chain{
    color: #8b8a8a;
}

#js-custom-size-container .unit{
    padding-left: 1rem;
}

#js-custom-size-container span span{
    display: inline-block;
    width:20px;

}

/* Outil d'ajout de marge */


.margin-tool label {
    margin-bottom: 0;
}

.margin-tool .input-group-text{
    border-radius: 0;
    background: #7a7a7a;
    color: #fff;
    border: 0;
}
.margin-tool .input-group{
    width: 140px;
}
.margin-tool .text-right{
    border: 0;
}
.margin-tool h2{
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
}
.margin-tool .col-md-4 input{
    margin-right: 5px;
}
.margin-tool .col-md-4.text-right label{
    position: absolute;
    bottom: 0;
    display: block;
}
.margin-tool label{
    font-size: 0.9rem;
}
.margin-tool label span{
    font-size: 0.875rem;
    margin-left: 3px;
    cursor: pointer;
}
.margin-tool .col-md-4:nth-child(1) {
    border-right: 1px solid #444;
}
.margin-tool .col-md-4:nth-child(2) {
    border-left: 1px solid #000;
    border-right: 1px solid #444;
}
.margin-tool .col-md-4:nth-child(3) {
    border-left: 1px solid #000;
}

.image-not-null, .param-item-image-null {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    color: #fff;
    z-index: 10;
    color: #fff;
    height: auto;
    background: #000;
    font-size: 0.875rem;
    transition-delay: 0.1s;
    transition: opacity .15s ease-out
}

@media (max-width: 575px) {
   .margin-tool .col-md-6{
       text-align: center!important;
   }
    .ml-4.mr-4{
        margin-right: 0.5rem!important;
    }
    .mr-4.ml-4{
        margin-left: 0.5rem!important;
    }

}

/* Outil de recadrage */

#js-custom-size-container .js-custom-size{
    max-width: 100px;
}

#js-custom-size-container{
    position: relative;
}

.bg-ratio{
    background-image: url('../images/bg-ratio.png');
    width: 30px;
    height: 61px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 5px 0 0 15px;
}

.bs-tooltip-bottom tooltip,
.bs-tooltip-bottom .tooltip-inner{
    background: #333;
    border: 0;
    color: #fff;
    font-size: 0.875rem;
    font-style: normal;
    padding: 0.5rem;
    min-width: 200px;
    box-shadow: none;
}

/* Chrome, Safari, Edge, Opera */
.settings input::-webkit-outer-spin-button,
.settings input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.settings input[type=number] {
    -moz-appearance: textfield;
    text-align: right;
}

@media (max-width: 575px) {
    .bg-dark .icon-unchain{
        right: 7px;
    }
    #js-aspect-ratio{
        margin:0.5rem 0 1.5rem 0;
    }
    #js-custom-size-container{
        margin-bottom: 1rem;
    }
}

/* Outil d'optimisation */

.optimization-icon{
    width: 80px;
    height: 74px;
    display: block;
    background-size: 200%;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,1);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,1);
    max-width: none;
    min-width: none;
}
.optimization-tool{
    text-align: justify;
}
.optimization-tool h2{
    font-size: 1.25rem;
    font-weight: bold;
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
}
.optimization-tool p a{
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
}
.optimization-tool p:first-of-type{
    text-indent: 96px;
    margin-top: -1rem;
}
.optimization-tool form,
.js-opti-comment,
.optimization-tool textarea{
    margin-top: 1rem;
}
.optimization-tool .form-check-label{
    margin-left: 10px;
}

.optimization-tool hr{
    border-bottom: 1px solid #000;
    border-top: 1px solid #3f3f3f;
}

.optimization-tool h3{
    font-size: 1.15rem!important;
    font-style: italic!important;;
    text-align: center;
}

.optimization-payant span{
    font-style: normal;
    font-weight: 400;
}
.optimization-payant{
    display: inline-block;
    font-style: italic;
    text-indent: 0!important;
    margin-top: 0!important;
    line-height: 1.25rem;
    font-weight: 300;
}

.optimization-label{
    display: block;
    background: #e20030;
    padding: 4px 10px;
    position: absolute;
    right: 10px;
    top: 4px;
}

.optimization-options{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 180px;
    margin: 0 1rem;
}

.optimization-options span{
    margin-top: 1rem;
    min-height: 48px;
    line-height: 1.25rem;
}

.optimization-tool .col-md-5 span{
    white-space: inherit;
    text-align: center;
    max-width: 200px;
    line-height: 1.25rem;
    background: none;
    border: 0;
    padding: 0;
    margin-top: 1rem;
}
/* .optimization-tool .col-md-5 .btn{
    white-space: inherit;
    text-align: center;
    max-width: 200px;
    line-height: 1.25rem;
    background: none;
    border: 0;
    padding: 0;
} */
/* DragSetting
-----------------------------------------------------------------*/

.dropzone.nw:hover .layer-main-content {
    display: block !important
}

.dropzone.nw:hover .image-not-null,
.dropzone.nw:hover .param-item-image-null {
    opacity: 1;
    transition: opacity .15s ease-out
}

.dropzones {
    position: relative;
}

.dragsettings p {
    font-size: 1em
}

.dragsettings p span {
    display: inline-block;
    font-size: 1.5em;
    margin-bottom: 10px
}

.cart-preview {
    background: no-repeat center center;
    height: 60px;
    width: 60px;
}

.cart-item-model {
    position: absolute;
    bottom: 0;
    width: 60px;
    text-align: center;
    background-color: #70bf41;
    color: #fff;
    font-weight: 400;
    opacity: 0.9;
}

.thumbnail-loading {
    background-size: 150px 150px
}

@media (max-width: 991px) {
    .cart-preview {
        margin-left: 20% !important;
        max-width: 50%;
    }
}

@media (max-width: 575px) {
    .dropzones {
        padding: 0 1rem;
    }

    .cart-preview {
        margin-left: 10% !important;
        max-width: initial;
    }
}

@media screen and (min-device-width: 575px) and (max-device-width: 992px) {
    .thumbnail-loading {
        width: 50%;
    }
}

/* DragSidebar
-----------------------------------------------------------------*/

.dragsidebar {
    background: #8b8b8b;
    padding: 2%;
}

.dragsidebar a {
    color: #fff;
    font-weight: 600;
    z-index: 0 !important;
}

.dragsidebar .text-center {
    border: 4px dotted #fff;
    font-size: 1.3rem;
    padding: 1rem .5rem 1.25rem .5rem;
    line-height: 1.4rem;
    color: #fff
}

.dragsidebar span {
    display: inline-block;
    font-weight: 300;
    font-size: 1rem
}

.dragsidebar .uploader-param-error {
    font-size: 1rem;
    margin: 1rem 1rem 0.5rem 1rem;
    line-height: 1.2rem;
    color: #333
}

/* ----------------------------------------------------------------
    thegamme
-----------------------------------------------------------------*/
#thegamme .cover h3,
#thegamme .cover h4 {
    font-size: 2.188rem;
    font-weight: 600;
    font-style: italic;
    color: #FFF;
    margin-bottom: 0.5rem;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7)
}

#thegamme .cover p {
    font-style: italic;
    padding: 0 0.5rem 1.5rem 0.5rem;
    font-size: 1rem;
    z-index: 5;
    line-height: 1.5rem;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7)
}

#thegamme .cover {
    min-height: 370px;
    height: 100%;
    position: relative;
    overflow: hidden
}

#thegamme .cover div {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    height: 370px;
    min-height: 370px;
    z-index: 4;
    flex-direction: column
}

#thegamme .cover:before {
    transition: background .3s ease-in-out;
    content: "";
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.9) 100%);
    position: absolute;
    display: block;
    width: 100%;
    height: 89%;
    bottom: 0;
    top: 0;
    opacity: 1;
    z-index: 4
}

#thegamme a:hover {
    text-decoration: none
}

#thegamme a:hover span.btn {
    background: #559231;
    border-color: #559231
}

#thegamme a:hover .cover:before {
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(to top, transparent 40%, rgba(0, 0, 0, 0.95) 100%)
}

#thegamme .col-md-4:nth-child(1) .cover {
    background: url('/resources/medias/cms/homepage/home-picto-online.jpg?1630053101')
}

#thegamme .col-md-4:nth-child(2) .cover {
    background: url('/resources/medias/cms/homepage/home-picto-pro.jpg?1630053101')
}

#thegamme .col-md-4:nth-child(3) .cover {
    background: url('/resources/medias/cms/homepage/home-picto-pro.jpg?1630053101')
}

@media screen and (min-device-width: 400px) and (max-device-width: 767px) {
    #thegamme .cover {
        background-size: cover !important;
    }
}

@media (max-width: 767px) {
    #thegamme .card .col-md-4 {
        margin-bottom: 1rem;
    }
}


/* Hero Header
-----------------------------------------------------------------*/

.heading-block h1 {
    font-size: 1.125rem;
    font-weight: 600
}

.header-container {
    background: #fff;
    padding: 1rem 6rem 0
}

.header-container h1 {
    padding: 0.2rem 0;
    color: #e20030;
    text-transform: uppercase;
    font-weight: 300 !important;
    font-size: 1.5rem !important;
}

.header-container .heading-block {
    position: relative
}

.product .header-container span {
    margin-bottom: 1.5rem !important;
    display: inline-flex
}

@media (max-width: 1199px) {
    .header-container,
    .blog-header {
        background: #fff;
        padding: 1rem 2rem 0 !important;
    }
}

@media (max-width: 767px) {
    #thegamme .cover p {
        padding: 0 2rem 1rem 2rem;
        font-size: 1.5rem;
        line-height: 1.6rem;
    }

    #thegamme .cover h3 {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 575px) {
    .heading-block h1 {
        font-size: 2rem;
    }

    .header-container,
    .blog-header {
        padding: 1rem 1.5rem 0 !important;
    }

    #thegamme .cover p {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
}

/* Headings
-----------------------------------------------------------------*/

h1.page-title {
    font-style: normal;
    padding: 0;
    text-align: center;
    font-weight: 500;
    color: #333;
    font-size: 1.5rem
}

.middle-content h1 {
    font-weight: 400;
}

.breadcrumb.main-bread {
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
    font-size: .8rem;
    padding: 0
}

.breadcrumb.main-bread a {
    color: #999
}

.breadcrumb-item {
    color: #e20030;
    float: none;
    display: inline-block;
    font-style: italic;
    font-weight: 300;
    font-size: 1.5rem;
}

.breadcrumb-item.active,
.breadcrumb-item::before {
    color: #aeaeae !important;
}

@media (max-width: 991px) {
    h1.page-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
}

/* Heading Block
-----------------------------------------------------------------*/

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4 {
    margin-bottom: 0;
    color: #333
}

.heading-block > span {
    font-size: 1.125rem;
    font-weight: 300;
}

/* Content
-----------------------------------------------------------------*/

.container h3 {
    font-size: 1.125rem;
    font-weight: 500;
    font-style: normal;
    color: #e20030
}

.container h3.lowerstyle,
.container h3.upperstyle {
    font-size: 1.125rem;
    font-weight: 600
}

.container .upperstyle {
    text-transform: uppercase
}

.container .blockquote {
    font-weight: 300;
    font-style: italic;
    border-left: 4px solid #eee;
    padding-left: 2.4rem
}

.container .wrap,
.container .wrap-wide,
.container .wrap-full,
.container .wrap-full-col {
    background: #fff;
    padding: 2rem;
}

.container .wrap {
    display: inline-block;
    width: 100%;
}

.container .wrap-full-col {
    padding: 1rem
}

.container .wrap-wide {
    padding: 2rem 2.5rem
}

.addContent img {
    margin-bottom: 1rem
}

.addContent {
    font-size: 1.125rem
}

@media (max-width: 575px) {
    .container .wrap-wide {
        padding: 1rem 1.5rem;
    }

    .container .wrap,
    .container .wrap-full {
        padding: 1rem;
    }

    .container .wrap-full-col {
        padding: 1rem 2rem;
    }
}

@media (max-width: 767px) {
    .container .wrap,
    .container .wrap-full {
        padding: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .container .wrap,
    .container .wrap-wide {
        padding: 2rem 6rem;
    }

    .container .wrap-full {
        padding: 2rem 3rem;
    }
}

/* Posts
-----------------------------------------------------------------*/

.entry-content a:hover {
    text-decoration: none
}

.entry-content h3 a {
    color: #333;
    font-weight: 500;
    font-size: 1.5rem
}

.entry-content {
    font-size: 1rem;
    margin-bottom: 1.5rem
}

.entry-content:after {
    content: " ";
    display: block;
    /*background: linear-gradient(to right,#fff, #ccc, #fff);*/
    height: 1px;
    width: 50%;
    margin: 1rem auto 0 auto;
}

.entry-content br {
    display: none;
}

/*.entry-meta li {*/
/*margin-top: .4rem;*/
/*font-style: normal;*/
/*font-weight: 500;*/
/*font-size: 1rem;*/
/*}*/
.entry-meta li span {
    color: #aaa;
    font-size: .9rem;
    margin-right: .35rem
}

.post-item .entry-meta li {
    margin-top: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 0.75rem;
    color: #333;
}

.post-item p {
    font-weight: 300
}

.entry-content a.read-more {
    display: inline-block;
    margin-top: 2rem;
    font-size: 1rem;
    margin-right: .5rem
}

.entry-content a.read-more:hover,
.entry-content a.read-more:hover .icon-flat {
    color: #333;
    border-color: #333
}

.entry-content img {
    display: block;
    height: auto;
}

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

.read-more,
.read-less {
    margin: 1rem 0
}

.read-more a,
.read-less a {
    font-size: 1.125rem
}

.entry-content h3{
    font-style: italic;
    color: #333;
    font-weight: 400;
    margin: 1rem 0;
}

.entry-content h5 {
    text-align: center;
    color: #333;
    font-weight: 300;
    margin: 1rem 0;
    font-size: 1.25rem;
}

.entry-content h4 {
    padding: 1rem 0;
    font-style: italic;
    font-size: 1.125rem;
    margin-bottom: 0
}

.entry-c {
    position: relative;
    overflow: hidden;
    max-width: 700px
}

.entry-c h5 {
    text-align: center;
    font-weight: 500;
    color: #333 !important
}

.entry-content div {
    font-weight: lighter;
    text-align: justify;
}
@media (max-width: 767px) {
    .entry-content h5 {
        text-align: center;
    }
}

/* Pagination
-----------------------------------------------------------------*/

.paginate {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: -2rem;
    right: 0;
    left: 0;
    margin: auto
}

.paginate a {
    color: #e20030;
    font-size: .9rem;
    padding: 10px
}

.paginate a:hover,
.paginate .icnk:hover,
.page-link:hover .icnk {
    color: #fff
}

.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #333;
    border-color: #333
}

.page-link {
    border-color: #eee;
    border-radius: 0 !important
}

.page-item .icnk {
    height: 100%;
    font-size: 0.75rem;
    height: 15px
}

/* Sidebar
-----------------------------------------------------------------*/

#sidebar-menu {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.125rem;
    margin-bottom: 3rem;
    height: 100%;
    top: 0;
    position: sticky;
    position: -webkit-sticky;
}

.sidebar h4.widget-title {
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 600;
    background: #eee;
    color: #222;
    padding: 1rem;
    margin-bottom: 0;
    text-align: center;
    font-style: italic;
}

.widget-content{
    padding: 1rem;
}
.sidebar-address {
    background: #f5f5f5
}

.sidebar-address .order-list-item {
    padding-bottom: 0 !important;
    min-height: auto !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important
}

.sidebar-address .underline {
    margin-right: 1rem
}

.sidebar-address hr {
    border: 8px solid #fff;
    width: 100%
}

.sidebar .card h2 {
    color: #fff;
}


.widget-block {
    border: 1px solid #ebebeb;
}

.widget-content span{
    color: #cac9c4;
}

.widget-social span{
    color: #fff;
    font-size: 0.8rem;
}

.widget-links li a {
    line-height: 2rem;
    display: inline-block;
    font-weight: lighter;
    border: none !important;
    color: #222222;
    font-size: 1rem;
    padding-left: 0.5rem;

}

.widget-links li a:hover {
    text-decoration: underline;
}

.widget-block p {
    font-size: 0.9375rem;
    text-align: center
}

.widget-social {
    display: flex;
    justify-content: center
}

.widget-social a {
    width: 25px;
    height: 25px;
    margin: 0 5px 5px;
    transition-duration: 0.2s;
    background-color: #999;
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex
}

.widget-social a:hover, .entry-social a:hover {
    transition-duration: 0.2s;
    background-color: #e20030;
    text-decoration: none;
    color: #fff
}

.instagram-picto {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.instagram-picto img {
    width: 74px;
    height: 38px;
    display: block
}

.instagram-wall {
    margin: 1.5rem auto 0 auto;
    padding: 0 .5rem;
    justify-content: center
}

.instagram-wall .thumbnail img {
    margin: 5px;
    width: 65px;
    height: 65px
}

.post-item .entry-related h6 a {
    color: #333;
    font-weight: 500;
    font-style: italic;
    font-size: 1.125rem
}

.post-item .entry-related h6 {
    margin-bottom: .5rem
}

.entry-related .widget-content{
    max-height: 430px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.entry-related .post-item {
    padding-bottom: .5rem;
    line-height: 1rem;
    position: relative;
}

.entry-related .post-item img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: filter .23s ease-in-out;
}

.entry-related .post-item:hover img{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: filter .23s ease-in-out;
}

.entry-related .post-item:hover span{
    text-decoration: underline;
}

.entry-related .row:nth-child(1) {
    padding-top: 0.5rem;
}

.entry-date {
    font-size: .825rem;
    margin-bottom: 0.5rem;
    font-weight: 300;
    color: #3A3A3A;
    display: block;
}

.entry-title {
    font-size: 1rem;
    color: #333!important;
    display: block;
    font-weight: 300;
    padding: 0 0 0.75rem 0;
}

.entry-related a:hover {
    text-decoration: none;
}

.entry-related img {
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
}

.entry-tags a {
    padding: .4em .6em;
    font-size: .925rem;
    margin-right: 0.5rem;
    border: 1px solid #70bf40;
    color: #70bf40;
    margin-bottom: 0.5rem;
    transition: all .2s ease-in-out
}

.entry-tags a:hover {
    color: #fff;
    background: #70bf40;
    text-decoration: none
}

.img-product-preview {
    max-width: 136px;
    height: auto;
}

.blog .breadcrumb-item {
    font-size: 1rem !important;
}

@media (max-width: 1280px) {
    #sidebar-menu .navbar-nav {
        line-height: 1.1rem;
    }
}

@media (max-width: 767px) {
    .sidebar .bg-grey .mt-5 {
        margin-top: 0 !important;
    }

    .sidebar .bg-grey {
        margin-top: 0 !important;
        padding: 2rem !important;
    }

    #sidebar-menu {
        margin-bottom: 1rem;
        position: relative !important;
    }
}

@media (max-width: 575px) {
    #sidebar-menu {
        margin-left: 1rem;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 992px) {
    .sidebar .btn-wide {
        padding: .5rem 1rem;
    }

    .sidebar .bg-grey {
        padding: 2rem !important;
    }
}

/* Strate theadvantage
-----------------------------------------------------------------*/

#theadvantage {
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.adv-item {
    margin: 1.5rem;
    max-width: 92px;
    position: relative;
    text-align: center
}

.adv-item-txt {
    position: absolute;
    max-width: 90%;
    max-height: 40%;
    top: 10%;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 1.125rem;
    font-weight: 500;
    font-style: italic;
    letter-spacing: -1px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.adv-item-label {
    font-size: 0.875rem !important
}

.adv-item img {
    width: 92px;
    height: 92px;
    border: 1px solid #bcbcbc;
    cursor: pointer
}

.adv-item .icon-star {
    color: #fff !important;
    text-shadow: 0 0.5px 0.5px rgba(0, 0, 0, 0.6) !important
}

/* Info Box
-----------------------------------------------------------------*/

#infobox {
    background-color: #f5f5f5;
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 300;
    font-style: italic
}

.infobox-item {
    padding: 1rem;
    border: 1px solid #f1f1f1;
    margin-bottom: 1rem;
    background: #fafafa;
}

.infobox-btn {
    width: 100%;
    position: relative;
}

.infobox-item.row .btn-border {
    margin-bottom: 1rem;
}

.infobox-item .btn:nth-last-child(1) {
    margin-bottom: 0;
}

.infobox-btn .btn {
    font-size: 1rem !important;
}

.infobox-item .infobox-image img {
    border-radius: 0;
    display: block;
    height: auto;
    margin: 0 auto
}

.infobox-image {
    margin: 0;
    padding: 0;
}

.infobox-item .ribbon {
    background: url('../medias/icon/bg-connaisseur.png') no-repeat center left;
    position: absolute;
    display: inline-block;
    right: 0;
    top: 10px;
    padding: 3px 12px 5px 40px;
    color: #fff;
    line-height: 1.2;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: 500;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2)
}

.infobox-item .infobox-body {
    font-style: italic;
    font-size: 1.125rem;
    transition: background .1s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    min-height: 80px;
    justify-content: space-between;
}

.modal-body .infobox-item .infobox-body {
    justify-content: center;
}

.infobox-item.row .infobox-body {
    padding-top:0!important;
    padding-bottom:0!important;
}

.infobox-item.row .infobox-body h4{
    margin-bottom: 0.5rem;
}

.infobox-item.row .infobox-body strong{
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem;
}

.infobox-item .infobox-body.row  {
    padding-left: 1.5rem;
}

.infobox-item .infobox-body .text-danger {
    font-weight: 600;
}

.infobox-body h4{
    font-size: 1.2rem;
}

.infobox-body p{
    font-size: 1rem;
    line-height: 1.125rem;
}

.infobox-body .icc{
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: underline;
    float: right;
}

.infobox-body .small{
    font-size: 1rem;
}

.lightbox-medias .modal-content{
    background: #555555;
    color: #fff;
    padding: 2rem;
}

.lightbox-medias h1{
    color: #fff;
    font-size: 1.25rem;
    font-style: normal;
}

.lightbox-medias p span{
    color: #fff!important;
}

.lightbox-medias .small{
    display: inline-block;
    text-align: left;
    width: 100%;
    margin: 1rem 0;
    color: #fff !important;
    font-weight: lighter;
    font-size: 1rem;
    font-style: normal;
}

.lightbox-medias .icc{
    color: #fff !important;
    font-weight: bold;
    font-size: 1rem;
    font-style: normal;
}

.product-media-reflection {
    float: right;
    display: none
}

.infobox-item .infobox-title {
    padding: 0.5rem 0 1rem 0;
    font-size: 1.125rem;
    font-style: italic
}

.infobox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    transition: opacity .4s ease-in-out;
}

.infobox-overlay .light {
    opacity: 1;
}

.infobox-content p {
    line-height: 1.125rem;
    margin-bottom: 1rem !important
}

.infobox-content p:nth-child(2) {
    font-size: 1.125rem;
    line-height: 1.5rem
}

.infobox-content p:nth-child(4) {
    font-size: 1rem;
    font-weight: 300
}

.infobox-content p:nth-child(5) {
    font-size: 1rem;
    font-weight: 500
}

.infobox-content p:nth-child(6) {
    font-size: 1rem;
    font-weight: 300
}

.infobox-image:hover .infobox-overlay {
    opacity: 1
}

.infobox-item .infobox-overlay .infobox-content {
    padding: 0 1rem;
    color: #333;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 600;
    font-style: italic;
    transition: margin .3s ease-in-out
}

.infobox-image:hover .infobox-content {
    margin-top: 20px
}

.infobox-block {
    position: relative;
    margin-top: 0.5rem
}

.infobox-block.selected:after {
    content: '';
    position: relative;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 20px solid #656565;
    clear: both;
    top: -16px
}

.infobox-item .col-6 .product-picker-form.col-6 {
    width: 100%;
    max-width: 100%;
    padding: 0
}

@media (max-width: 575px) {
    .infobox-item .infobox-body {
        min-height: auto !important;
        padding: 0.5rem!important;
    }

    .infobox-block {
        width: 100% !important;
        margin: 0 auto;
    }
    .package .infobox-item .text-right{
        margin: 1rem 0.5rem;
    }
}

@media (max-width: 767px) {
    .infobox-item .infobox-image {
        max-height: none;
    }
}

@media (max-width: 991px) {
    .infobox-item .infobox-image img {
        max-height: none;
    }

    .infobox-item .col-6 {
        margin: 0 auto;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .package .infobox-block {
        margin: 0.5rem auto;
    }
    .package .infobox-item .btn,
    .package .infobox-item .text-right{
        margin-bottom: 0.5rem;
    }
    .package .infobox-image{
        margin-bottom: 1rem;
    }
    .package .infobox-body p{
        margin-bottom: 0.5rem;
    }
    .package .infobox-body span{
        line-height: 1.125rem;
    }
}

/* @media screen and (min-device-width: 991px) and (max-device-width: 1024px) {
    .infobox-item .btn.btn-border {
        text-indent: 0.2rem !important;
    }
}*/

/* bandeau professional
-----------------------------------------------------------------*/
.professional::after {
    content: 'Connaisseurs';
    color: #fff;
    font-weight: 600;
    font-size: 1.125rem;
    font-style: italic;
    padding: 1px 10px 4px 8px;
    background-color: #e20030;
    position: absolute;
    z-index: 100;
    bottom: 8.5rem;
    right: 0;
    text-shadow: 0 0.5px 1px #333
}

.professional::before {
    content: '';
    height: 35px;
    width: 26px;
    position: absolute;
    z-index: 100;
    bottom: 8.5rem;
    right: 120px;
    background-image: url('../medias/icon/ribbon.png');
    background-repeat: no-repeat;
    background-size: 26px 35px
}

.professional.img-wrapper::after {
    font-size: 1.5rem;
    bottom: 1.5rem
}

.professional.img-wrapper::before {
    bottom: 1.5rem;
    height: 41px;
    right: 144px;
    background-size: 26px 41px
}

.img-wrapper {
    position: relative
}

/* Package
-----------------------------------------------------------------*/

.detail-product {
    max-width: 1010px;
    position: relative;
    right: -8px;
    top: 50%;
    transform: translateY(-50%) !important;
}

.detail-product img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
}

.detail-product .close{
    text-shadow:none;
    color: #fff!important;
}
.package hr {
    margin: 2rem 0
}

.package h3 {
    font-size: 1.5rem;
}

.package h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.desc-block {
    margin-top: 1.5rem;
}

.desc-block h4 {
    font-style: italic;
}

.order-qty {
    display: flex;
    flex-direction: column;
}

.order-qty a {
    text-decoration: none !important;
    font-weight: 600;
}

.btn-qty {
    border: 1px solid #ced4da;
    background-color: #fff;
    color: #333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
}

.price-free {
    position: relative;
    left: -0.5rem;
}

span.item-qty {
    margin: 0.5rem;
    display: inline-block;
}

@media (max-width: 400px) {
    .package hr {
        margin: 1rem 0
    }
}

@media (max-width: 575px) {

    .order-qty {
        flex-direction: row !important;
        justify-content: space-between;
    }

    .order-qty div {
        width: 100%;
    }
}

/* Page boutique
-----------------------------------------------------------------*/
.desc-shop {
    float: left;
    margin-right: 2rem;
}

.settings.shop .img-wrapper {
    background: #fff;
    padding: 1.5rem 2rem 0.5rem 2rem;
}

.settings.shop .wrap-full-col {
    padding: 1rem 2rem;
    background: #f5f5f5;
}

.shop-details {
    border-left: 1px dotted #e0e0e0;
    padding-left: 2rem;
}

.shop-details h3 {
    color: #333 !important;
    margin-top: 0 !important;
    font-weight: 600 !important;
    font-style: italic;
    font-size: 1.125rem !important;
}

.shop-details span {
    display: block;
}

.shop-details small {
    font-weight: 300;
    display: inline;
}

@media (max-width: 768px) {
    .desc-shop {
        float: none;
    }

    .desc-block h4 {
        margin-top: 1.5rem !important;
    }
}

/* Shipping
-----------------------------------------------------------------*/
.block-paybox {
    min-height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.block-paybox div:first-of-type {
    position: relative;
    top: -5px;
}
.block-paybox img {
    max-width: 95%;
    height: auto;
    display: block;
}

.block-paybox small {
    font-weight: 300;
    width: 100%;
    font-style: italic;
    display: inline-block;
    font-size: 10px;
    margin-top: -10px;
}

.block-paybox .col-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.shipping .breadcrumb {
    padding: 0;
    background: transparent;
    display: block;
    text-align: center
}

.shipping .breadcrumb-item {
    float: none;
    display: inline-block;
    font-style: italic;
    font-weight: 400;
    font-size: 1.5rem;
    color: #aeaeae
}

.shipping h2 {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    font-style: italic !important;
    color: #333 !important;
    margin: 0 !important
}

.shipping .order-list-item .edit-item-link,
.shipping .order-list-item .delete-item-link {
    display: inline-block;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    position: absolute !important;
    padding: 0 !important;
}

.personalize-order .float-right:before {
    content: "\e9ac";
    color: #e20030;
    font-family: 'icomoon';
    font-size: 1.125rem
}

.shipping .justify-content-between {
    position: relative;
}

.personalize-order .float-right {
    font-size: 0
}

.personalize-order p {
    margin-bottom: 1.5rem
}

.personalize-order h2 {
    margin: 2rem 0 !important
}

.shipping h3 {
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    font-style: normal !important;
    color: #e20030 !important
}

.shipping .breadcrumb-item + .breadcrumb-item::before {
    color: #f1f1f1;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    content: ">"
}

.shipping .sidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 15px;
    margin-top: 69px;
    height: 100%
}

.shipping.step-2 .sidebar {
    margin-top: 80px
}

.shipping.step-3 .sidebar {
    margin-top: 114px
}

.shipping .price-ex-tax {
    width: 100%;
    display: block;
    font-weight: 500;
}

.shipping .sidebar .order-list-item a {
    font-size: 1.2rem !important
}

.shipping .box-shadow {
    padding: 1rem 0 1rem 1rem;
    background: #f5f5f5;
    border: 1px solid #fff
}

.shipping .sidebar .order-list-item div div {
    white-space: initial;
    line-height: 1.5rem;
}

#js-delete-shipping-comment,
#js-add-shipping-comment {
    position: absolute;
    bottom: 20px;
    right: 20px
}

.order-comment {
    min-height: 200px !important;
    font-size: 1.125rem !important
}

.sidebar .crossed-price {
    font-weight: 300;
    margin-right: 0.2rem;
}

.order-list-item {
    background: #f5f5f5;
    color: #333;
    font-size: 1rem;
    font-weight: 300;
    height: auto;
    padding: 1.4rem;
    margin: 1rem 0;
    position: relative;
    transition: background .2s ease-in-out
}

.order-list-item-title {
    padding: 0.3rem 0 0 1.4rem;
    font-weight: 400;
    font-size: 1rem
}

.order-list-item div div {
    text-overflow: ellipsis;
    position: initial;
    line-height: 1.125rem;
    padding-right: 1rem;
    margin-bottom: 3px;
}

.order-list-item div div:nth-last-child(1) {
    padding-right: 0.5rem;
}

.order-list-item .modal-content {
    padding-right: 3rem!important;
    overflow: unset!important;
}

.col-md-4 .order-list-item div div:nth-last-child(1),
.sidebar .order-list-item div div:nth-last-child(1) {
    padding-right: 1rem !important;
}

.order-list-item.recap div {
    position: initial;
}

.order-list-item.recap div div {
    font-weight: 500;
}

.order-list-item.recap a {
    margin: 0 auto;
}

.col-9.justify-content-between {
    min-height: 100px;
}

.order-list-item div div span,
.order-list-item div div .filename {
    font-weight: 300;
}

.order-list-item label {
    margin-bottom: 0
}

.order-list-item div small {
    line-height: 1.25rem;
}

.order-list-item hr {
    background-color: transparent;
    height: 1px;
    color: #fff;
    border-top: 1px solid #fff;
    box-sizing: content-box;
    width: 100%;
    margin: 0.6rem auto
}

.addresses .order-list-item {
    padding: 0 !important;
    min-height: auto !important;
    margin: 0
}

.order-list-item:nth-child(even) {
    background: #f5f5f5
}

.sidebar .order-list-item {
    background: #f5f5f5 !important;
    padding: 1.4rem
}

.js-packaging-link, .js-control-link {
    cursor: pointer
}

#js-modal-packaging .modal-body {
    padding: 0 1rem !important
}

.list-packaging,
.list-control {
    display: flex;
    min-height: 90px;
    height: 90px;
    align-items: center;
    background: #f5f5f5 !important
}

.list-packaging .icnk,
.list-control .icnk {
    font-size: 1.7rem;
    position: relative;
    margin: 0 auto;
    display: block;
}

.address-container {
    padding: 1rem 0
}

.order-address {
    position: relative;
    font-size: 0.95rem;
    min-height: 220px
}

.order-address .order-address {
    min-height: auto;
    padding: 0
}

.order-address.order-list-item .float-right a {
    position: absolute;
    bottom: 1rem;
    left: 1rem
}

.order-address.order-list-item div {
    line-height: 1.4rem
}

.order-address.order-list-item div:nth-child(4) {
    max-width: 60%
}

.order-address hr {
    margin: 1.5rem auto 1rem 0
}

.order-edit-address {
    text-decoration: underline;
    position: absolute;
    top: 20px;
    right: 20px
}

.order-address .edit-address {
    position: absolute;
    right: 1.2rem
}

.order-address .pull-right {
    position: absolute;
    right: 1.5rem
}

.order-address .pull-right span {
    font-size: 1rem;
}

.order-default-address-text {
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 600;
    margin: 0.5rem 0
}

.js-update-address {
    padding-right: 1.5rem;
    margin-bottom: 0.5rem;
}

.sidebar .order-edit-address {
    position: relative;
    top: 0;
    right: 0
}

.order-add-address {
    margin-left: 0.5rem;
}

.shipping .order-add-address {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.order-list-item a {
    font-size: 1.125rem;
    text-decoration: underline
}

.order-address strong {
    margin: 0.5rem 0;
    font-size: 1rem;
    display: inline-block
}

.order-address p {
    margin-bottom: 0.5rem
}

.edit-addresses {
    position: absolute;
    top: 0.7rem;
    right: 1rem
}

.order-list-item h5,
.order-list-item .h5 {
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    padding-right: 0.5rem;
    display: block;
    white-space: initial;
    margin-bottom: 0;
}

.order-list-item h5 span {
    display: block;
}

.order-list-item .act {
    font-weight: 500;
    padding-left: 1rem;
    border-left: 1px solid #e6e6e6;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.order-list-item .act label {
    padding-bottom: 0.25rem;
}

.order-list-item .act .light {
    display: none;
}

.order-list-item .icon-bin {
    margin-left: 0.5rem
}

.order-list .icon-cancel-circle {
    font-size: 1.25rem;
    position: relative;
    top: 1px;
    right: 2px
}

.order-detail .fa::after {
    font-family: 'icomoon';
    position: relative;
    left: -2px;
    color: #e20030;
    font-style: normal;
    margin-right: 0.5rem;
    font-size: 1.3rem
}

.order-detail .fa-trash::after {
    content: "\e9ac"
}

.order-detail .fa-shopping-basket::after {
    content: "\e903"
}

.compte .table-responsive a:hover .fa::after {
    color: #333 !important
}

#codepromo {
    margin-top: 1rem
}

#codepromo .btn {
    color: #fff;
}

#codepromo.input-group .form-control {
    padding: 0 .5rem;
    font-size: .8rem;
    background: #fff !important;
    border: 1px solid #cccccc;
}

.shipping input:not(.btn),
.shipping .custom-select {
    border-radius: 0;
    border: 1px solid #ccc;
    font-size: 1rem;
    font-weight: 300
}

.shipping .js-update-address-form {
    align-self: flex-start;
    flex-direction: row;
    width: 100%;
}

.shipping input:not(.btn) {
    padding: .3rem .4rem
}

.min-64 {
    min-height: 64px;
}

.link-edit-shipping {
    float: right;
    text-decoration: underline
}

.carrier {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.carrier a {
    color: #e20030;
    font-style: italic;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: underline;
}

.js-select-carrier {
    max-width: 95%
}

.caret .icon-triangle-after {
    transform: rotate(90deg);
    color: #333;
    font-size: 1rem;
    height: auto;
    margin-left: 0.2rem
}

.modal-order .modal-content {
    padding: 1rem
}

.modal-order .modal-header {
    padding: 0 1rem
}

.modal-order h6 {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 1rem 0
}

.modal-order span {
    font-size: 1.125rem;
    line-height: 1.4rem;
    padding: 1rem 0;
    display: inline-block
}

.modal-order .btn {
    margin: 1rem 0;
    min-width: 140px
}

.modal-order .btn.selected {
    opacity: 0.6
}

.btn.unavailable {
    opacity: 0.6;
    cursor: default !important
}

.crossed-price {
    text-decoration: line-through;
    font-weight: 300 !important;
    white-space: nowrap;
    font-size: 0.875rem !important;
}

.line-diagonal {
    background-image: gradient(linear, 19.1% -7.9%, 81% 107.9%, color-stop(0, transparent), color-stop(.48, transparent), color-stop(.5, #000), color-stop(.52, transparent), color-stop(1, transparent));
    background-image: repeating-linear-gradient(163deg, transparent 0%, transparent 48%, #fff 50%, transparent 52%, transparent 100%);
}

.order-discount-price {
    color: #e20030;
    font-weight: 600 !important;
}

#js-save-order-form label,
#js-transfer-form label {
    padding: 1rem 0;
    max-width: 100%
}

#js-modal-save .modal-header {
    padding: 0
}

.transfer-success p {
    font-size: 1.125rem
}

#js-credit-note-modal .modal-content {
    padding: 0
}

#js-credit-note-modal .modal-body {
    padding: 1rem 0 2rem 0
}

#js-credit-note-modal .pull-left.p-4 {
    font-size: 1.125rem
}

.credit-note h5 {
    text-align: center;
    padding: 0 1rem
}

.shipping .img-fluid {
    display: block;
    height: auto;
    margin: 0 auto
}

.block-promo, .block-fidelity-points {
    color: #e20030;
    padding: 1.4rem;
    background: #f5f5f5;
    margin-bottom: 1rem;
}

.block-fidelity-points{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.block-fidelity-points p{
    font-weight: 300;
    font-size: 0.9rem!important;
    padding-bottom: 1px;
}

.block-fidelity-points a{
    font-weight: bold;
    font-size: 0.8rem!important;
    position: relative;
    top: -2px;
}
.block-fidelity-points a:hover{
    color: #111;
}

.block-fidelity-points p{
    position: relative;
    display: table;
    line-height: 100%;
}

@-moz-document url-prefix() {
    .block-fidelity-points a{
        font-size: 1.25rem!important;
    }
}

.settings .block-fidelity-points{
    background: #fff;
}

.icon-fidelity{
    font-size: 0.65rem;
    font-weight: 600!important;
    display: inline-block;
    background: #e20030;
    color: #fff;
    border-radius: 10px;
    height: 17px;
    width: 17px;
    text-align: center;
    padding: 2px;
    font-family: "Lato", sans-serif !important;
    box-shadow: 0 0 0 2px #e20030;
    border: 1px solid #fff;
    float: left;
    margin-right: 10px;
}
.block-promo p {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.25rem;
    font-weight: 300;
}

@media (max-width: 400px) {
    .shipping .img-fluid {
        display: block;
        margin: 0 auto 1rem auto
    }

    .shipping .order-list-item h5 {
        font-size: 0.875rem;
        margin-top: 0.5rem;
    }

    .shipping .price-ex-tax,
    .shipping .price-total {
        margin-top: 0.2rem;
        display: block;
    }

    .shipping .order-list-item .p-2 {
        padding: 0 !important;
    }

    .order-list-item h5,
    .order-list-item .h5 {
        margin-bottom: 0 !important;
    }

    .order-address.order-list-item .float-right a {
        position: relative;
        display: block;
        margin: 2rem 2rem 0 0;
    }

    .order-list-item {
        padding: 1rem;
    }

    .link-edit-shipping {
        float: none;
    }

    .list-packaging,
    .list-control {
        min-height: auto;
        height: auto;
        padding: 1rem;
    }

    .personalize-order p {
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    .carrier {
        padding: 0.5rem 0 0 0.5rem;
    }

    .shipping .carrier.pull-right {
        text-align: center !important;
        line-height: 1.3rem;
    }

    .modal-order h6 {
        margin-top: 1rem;
    }

    .alert-packaging {
        display: inherit;
    }

    .shipping .order-list-item {
        position: relative;
        padding: 1rem;
    }

    .shipping .order-action {
        margin-top: 2rem !important;
    }

    .price-free {
        position: absolute;
        top: -10px;
        right: 5px;
        font-size: 0.875rem;
    }

    .shipping .order-list-item div div {
        font-size: 1rem;
        line-height: 1.5rem;
        border: 0 !important;
    }

    .shipping .order-list-item div .row {
        padding: 1rem 0 !important;
    }

    .shipping .order-list-item div .row:nth-child(1) {
        border-top: 0 !important;
    }

    .shipping .wrap-full {
        padding: 1rem;
    }

    .shipping.step-3 .alert-danger {
        padding: 1rem 2rem;
    }

    .shipping.step-3 .alert-danger::after {
        content: '';
    }

    .price-ex-tax, price-total {
        display: inline-block;
        margin-right: 10px;
    }

    .order-list-item .act {
        text-align: right;
        padding-right: 2.5rem;
        padding-left: 0;
    }

    .order-list-item label {
        text-align: center;
    }

    .order-list-item h5 span {
        margin-top: 0.5rem;
    }

    .shipping.step-1 .col-lg-8 .order-list-item div div,
    .shipping.step-3 .col-lg-8 .order-list-item div div {
        font-size: 1rem !important;
    }
}

@media (max-width: 576px) {
    .order-list-item.recap h5 {
        text-align: left;
        margin: 1rem 0 !important;
        line-height: 1.125rem;
        font-size: 1rem !important;
        text-transform: uppercase;
    }

    .order-list-item.recap div div {
        margin: 0.25rem auto;
        text-align: left;
        padding: 0;
    }

    .order-list-item .act.qty {
        padding: 0 1rem;
    }

    .shipping .order-list-item.recap div .row {
        padding: 0.5rem 0 !important;
    }

    .shipping .order-list-item.recap {
        padding: 2.5rem 2rem !important;
    }

    .order-list-item .filename {
        margin-bottom: 1rem;
    }

    ol.breadcrumb {
        line-height: 2rem;
    }

    .order-list-item.recap div img {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .order-list-item .act {
        border-left: 0;
        padding: 0 !important;
    }

    .price-free {
        position: static;
    }

    span.item-qty {
        text-align: center;
    }

    .min-64 {
        display: none;
    }

    .shipping h3.upperstyle {
        margin: 0.5rem;
    }
}

@media (max-width: 991px) {
    .shipping.step-3 .alert-danger::after {
        right: 5vw !important;
    }

    a.order-edit-address,
    .order-add-address a {
        font-size: 0.9rem;
    }

    .sidebar .order-list-item {
        padding: 1rem;
        margin: 0.5rem 0 1rem 0;
    }

    .shipping .breadcrumb {
        margin-top: 0 !important;
    }

    .shipping .breadcrumb-item {
        width: 100%;
    }

    .shipping .breadcrumb-item::before {
        display: none;
    }

    .shipping h2 {
        text-align: center;
        font-size: 1.5rem !important;
    }

    .shipping .sidebar {
        margin-top: 0 !important;
        position: relative;
        top: 0 !important;
    }

    .order-list-item-title {
        padding: 0.3rem 0 0 1rem;
    }

    .order-list-item h5,
    .order-list-item .h5,
    .shipping .order-list-item div div {
        font-size: 0.875rem !important;
    }

    .order-list-item.recap .row {
        align-items: flex-start !important;
    }

    .order-address {
        min-height: auto;
    }
}

@media (max-width: 1199px) {

    .order-list-item h5,
    .order-list-item .h5,
    .shipping .order-list-item div div {
        font-size: 1rem;
        overflow: initial;
        white-space: normal;
    }

    .shipping .filename {
        font-size: 0.875rem;
    }

    .order-list-item .act {
        padding-left: 0.5rem !important;
    }
    .sidebar button {
        font-size: 0.8rem!important;
    }
    .sidebar .empty-cart-link{
        margin-right: 1rem;
        padding-bottom: 0.5rem;
    }
    .sidebar .block-fidelity-points .red{
        font-size: 0.85rem;
    }
    .sidebar .icon-fidelity {
        font-size: 0.5rem;
        height: 15px;
        width: 15px;
        padding: 2px;
    }
    @-moz-document url-prefix() {

        .sidebar .block-fidelity-points .red{
            font-size: 1rem;
        }
    }
}


/* Blog
-----------------------------------------------------------------*/

.blog-header {
    background-color: #fff;
    padding: 2rem 3rem 0 3rem;
    position: relative
}

.blog-main {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 5;
    padding: 2rem;
    position: relative;
    min-height: 430px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column
}

.blog p {
    font-weight: 300;
    font-size: 1rem;
}

.blog .text-right {
    margin-bottom: 0;
}

.blog h1 {
    color: #e20030;
    font-size: 1.875rem;
    font-weight: 600;
    border-left: 8px solid #e20030;
    padding-left: 1rem;
    margin-bottom: 1rem;
}

.blog .blog-header h2 {
    color: #fff;
    font-size: 1.875rem;
    font-weight: 600;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
    max-width: 560px;
    margin-bottom: 0
}

.blog .entry-content h1,
.blog .entry-content h1 a {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    color: #333;
    font-style: italic;
    font-weight: 400;
    border-left: 0 !important;
    padding-left: 0;
}

.blog .entry-content h1:after {
    content: " ";
    display: block;
    background: #70bf40;
    height: 4px;
    width: 100px;
    margin-top: 1.5rem
}

.blog .entry-content h2 {
    font-weight: 400;
    font-size: 1.125rem;
    color: #e20030;
}

.blog .entry-content h3 {
    font-weight: 300;
    font-size: 1 r .25em;
    text-transform: uppercase;
    font-style: normal;
}

.blog .entry-content h4 {
    font-weight: 600;
    font-size: 1rem;
    font-style: normal;
}

.blog-products {
    margin: 0 0 3rem 0
}

.blog-products .row {
    justify-content: space-between;
    width: 100%;
    max-width: 890px;
    margin: 0 auto
}

.entry-meta {
    font-size: 0.875rem;
    font-weight: 300;
    margin: 0;
    display: block
}

.card-products {
    width: 180px;
    height: 120px;
    transition-property: filter;
    transition-duration: 0.3s;
    background: no-repeat center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important
}

.card-products:hover {
    filter: brightness(90%);
    transition-property: filter;
    transition-duration: 0.1s
}

.card-products span {
    text-decoration: none !important
}

.blog-products h3 {
    text-align: center;
    font-weight: normal;
    width: 100%;
    font-style: italic !important;
    color: #333 !important;
    margin: 0 0 2rem 0
}

.blog-products div span {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    max-width: 80%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4)
}

.entry-products-content {
    border: 1px solid #ebebeb;
    padding: 1rem;
    max-width: 220px;
    background: #eeeeee;
    transition-duration: 0.3s;
}

.entry-products-content:hover {
    background: #fff;
    transition-duration: 0.3s
}

.entry-products .btn {
    font-size: 0.75rem;
    color: #fff;
}

.entry-products .col-6 {
    padding: 0 10px !important;
}

.entry-products img {
    display: block;
    margin: 0 auto;
    transition-property: filter;
    transition-duration: 0.3s;
    max-width: 138px;
    max-height: 92px;
}

.widget-content .entry-products img {
    display: block;
    width: 100%;
}

.entry-products a {
    color: #666;
    text-decoration: none;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1rem
}

.entry-products span {
    font-weight: 300;
    line-height: 1rem;
    font-size: 0.875rem;
    width: 100%;
    text-align: center;
    color: #111;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.sidebar .entry-products span {
    text-align: left;
    font-size: 0.8rem;
    line-height: 0.9rem;
}

.sidebar .icon-arrow-right {
    display: none;
}

.entry-products .col-sm-4 {
    margin-top: 1rem;
}

.entry-social {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
}

.entry-tags {
    display: flex !important;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
}

.entry-social a {
    width: 30px;
    height: 30px;
    transition-duration: 0.2s;
    background-color: #999999;
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 2rem .5rem;
    font-size: 1rem
}

.entry-footer {
    clear: both;
}

.entry-footer .entry-social img {
    margin: 1.5rem .5rem 0 .5rem
}

.entry-img-fluid {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
}

.entry-img-center {
    margin: 1rem auto;
    max-width: 100%;
    float: none !important;
}

.entry-txt-right,
.entry-img-right {
    width: 50%;
    float: right;
    padding: 0 0 1rem 1rem;
    display: block;
}

.entry-txt-left,
.entry-img-left {
    width: 50%;
    float: left;
    padding: 0 1rem 1rem 0;
    display: block;
}

@media (max-width: 767px) {
    .entry-products span {
        margin: 0 0 1rem 0;
    }

    .entry-products .btn {
        max-width: initial;
    }
}

@media all and (min-width: 991px) and (max-width: 1200px) {
    .entry-products img {
        max-width: 110px;
    }

    .entry-products .col-sm-6.mb-2 {
        padding: 0;
    }
}

@media all and (min-width: 768px) and (max-width: 992px) {
    .widget-social a {
        margin: 0 2px 2px;
    }
}

@media (max-width: 991px) {
    .blog-header {
        padding: 1.5rem
    }

    .blog-products .row {
        justify-content: center;
    }

    .card-products {
        margin: 1rem !important;
    }

    .entry-content {
        margin-bottom: 2rem;
    }

    .entry-social,
    .entry-tags {
        justify-content: center !important;
    }

    .entry-txt-right,
    .entry-img-right {
        width: 100%;
        float: none;
        padding: 1rem 0;
    }

    .entry-txt-left,
    .entry-img-left {
        width: 100%;
        float: none;
        padding: 1rem 0;
    }

    .widget-block {
        background: #f5f5f5;
        padding: 1rem;
        max-width: 600px;
        margin: 0 auto;
    }

    .entry-meta {
        margin: 0;
    }

    .entry-title {
        margin-bottom: 1rem;
    }

    .entry-related img {
        margin-bottom: 1rem;
    }

    .sidebar .entry-products span {
        text-align: center;
    }

    .entry-products .col-6 {
        padding: 0 15px !important;
    }
}
@media (max-width: 440px) {
    .entry-products img{
        max-width: none;
        max-height: none;
    }
}
/* Demande de Rattachement
     -----------------------------------------------------------------*/

.rattachement h1 {
    margin-bottom: 0
}

.rattachement-content {
    background: #fafafa;
    border: 1px solid #ebebeb;
    padding: 1rem
}

.rattachement-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 0
}

/* Détail de la comande
     -----------------------------------------------------------------*/

.detail-commande .order-list-item, .detail-commande .order-list-item:nth-child(2n) {
    background: #f5f5f5
}

.detail-commande .badge-full {
    margin-top: 0 !important
}

.detail-commande .page-title {
    padding: 0;
}

.detail-commande .order-list-item.recap {
    margin-bottom: 2rem;
}

.detail-commande .order-list-item div div {
    line-height: 1.5rem;
}

.order-info-state {
    text-align: right;
}

.image-invalid {
    background-color: #ebccd1 !important
}

.order-shipping-address h3 {
    color: #e20030 !important
}

.order-info-title, .order-delay-title {
    color: #333;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    font-size: 1.125rem;
    font-style: italic
}

.order-delay {
    margin-top: 0.5rem
}

.reference {
    line-height: 1.5rem;
}

.order-total {
    line-height: 1.7rem;
}

.order-return-btn {
    margin-left: 1rem
}

.detail-commande .order-package-block .order-list-item {
    padding: 0 1.5rem
}

.js-update-ship-method{
    font-size: 1.125rem;
}

@media (max-width: 991px) {
    #js-update-ship-method-form li {
        margin-bottom: 1rem;
    }

    .order-total {
        line-height: 1.6rem;
        font-size: 1rem;
    }
}

@media all and (min-width: 576px) and (max-width: 992px) {
    .detail-commande .col-sm-2.d-flex.flex-column.justify-content-center {
        padding: 0 !important;
    }
}

@media all and (min-width: 768px) and (max-width: 992px) {
    .detail-commande .btn.btn-picto.btn-block.btn-xxs.btn-border {
        font-size: 0.8rem;
    }
}

@media (max-width: 575px) {
    .detail-commande .order-list-item div div h5 {
        padding: 0;
        font-size: 1.125rem;
    }

    .detail-commande .order-list-item div div {
        padding: 0;
    }

    .detail-commande .order-list-item .row {
        margin: 0.5rem 0 !important;
        /*border-bottom: 1px solid #fff;*/
    }

    .detail-commande .order-list-item .row:last-child {
        border-bottom: 0 !important;
    }

    .detail-commande .order-package-block .order-list-item {
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .detail-commande .order-package-block .list-packaging {
        padding: 1rem 0;
    }

    .detail-commande .order-list-item.recap .img-fluid {
        margin: 0 auto;
    }

    .detail-commande .order-list-item.recap .col-sm-9 div {
        text-align: center;
    }
}


/* Partage Réseaux Sociaux
-----------------------------------------------------------------*/

.partager {
    position: relative;
    padding-left: 5px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    margin: 2rem 0 1.5rem
}

.partager span {
    color: #666;
    line-height: 36px;
    font-size: .9rem
}

/* Social Icons
-----------------------------------------------------------------*/

.social-icon {
    margin: -1px 0;
    font-size: 1rem;
    width: 40px;
    height: 40px;
    line-height: 3rem;
    color: #333;
    text-shadow: none;
    overflow: hidden
}

.social-icon i {
    line-height: 2.4rem;
    padding-top: 0;
    display: block;
    position: relative;
    transition: all .3s ease
}

.social-icon i:last-child {
    color: #FFF;
}

.social-icon:hover i:first-child {
    margin-top: -2.4rem;
}

.social-icon:hover {
    color: #FFF;
    border-color: transparent
}

/* Parrainage
-----------------------------------------------------------------*/

.icon-sponsorship {
    font-size: 1.4rem !important;
}

.sponsorship .order-list-item {
    font-size: 1.125rem;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sponsorship .modal-dialog {
    max-width: 648px;
}

.sponsorship .modal h5 {
    text-align: center;
    width: 100%;
}

.sponsorship .modal .form-control-label {
    font-size: 1rem;
}

.sponsorship .modal input:not(.btn) {
    padding: .5rem .75rem;
    background-color: #fff !important;
    font-size: 1rem;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 0;
}

.sponsorship .modal .btn {
    color: #fff;
    background: #70bf40;;
    border-color: #70bf40;
    display: block;
    padding: 0.3rem 1rem;
    margin: 2rem auto 0 auto;
}

.sponsorship table .danger td {
    text-decoration: line-through !important;
}

.sponsorship .table-danger, .sponsorship .table-danger > td, .sponsorship .table-danger > th {
    background: #fff !important;
    text-decoration: line-through !important;
}

.sponsorship .table-danger, .sponsorship .table-danger > td, .sponsorship .table-danger > th {
    background: #fff !important;
    text-decoration: line-through !important;
}


/* Mon compte
    -----------------------------------------------------------------*/

.compte h1.page-title{
    text-align: left;
    font-weight: 300;
}

.compte .form-control-label{
    line-height: 1.5rem!important;
}

.compte .nav-tabs .nav-link, .compte .table thead th {
    margin: 0 2rem 0 0;
    width: auto
}

.compte .tab-process.nav-tabs .nav-link:hover,
.compte .nav-tabs .nav-link.active:hover {
    border-bottom: 3px solid #e20030 !important;
    color: #e20030 !important;
    background: none !important;
    transition: background 200ms ease
}

.compte .order-address {
    min-height: 240px
}
.compte #nav-passee .btn{
    margin: 1rem 0;
}

.customer-info-body p {
    font-size: 1rem;
    margin: 0
}

.customer-info-body .show-default-address {
    background: #e5e5e5;
    font-size: 1.1rem;
    line-height: 1.5
}

.customer-info-body h3{
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
}

.customer-info {
    padding: 1rem 0
}

.customer-info .form-check-label{
    margin: 0 0 0.5rem;
    padding: 0 1rem 0 1rem;
}

.customer-info .col-form-label{
    padding-right: 2rem;
}

.customer-billing-address {
    color: #999
}

.customer-panel-discount div:nth-last-of-type(1){
    color: #70bf40;
}

.customer-info-body .customer-panel-discount:nth-last-of-type(1){
    border-bottom: 0;
}

.customer-panel-discount{
    border-bottom: 1px solid #ddd;
    padding: 1rem 0;
}

.compte .form-check-label .underline{
    text-align: right;
}

.compte .table-responsive a {
    color: #333
}

.compte .pb-4{
    border-bottom: 1px solid #eee;
    margin-top: 0.5rem;
}

.compte h3.upperstyle {
    margin: 1rem 0
}

.compte .icon-user {
    margin-right: 0.8rem !important;
    left: 0 !important;
}

.nav-compte {
    background: #e20030;
    padding: 0 0 0 2rem
}

.nav-compte a {
    color: #fff;
    padding: .7rem 1.5rem .8rem 1.1rem;
    margin: .4rem -1.8rem 0 2rem;
    transition: all .2s ease-in-out;
    font-size: 1.125rem
}

.nav-compte a.nav-link-logout {
    background: #111;
    margin-top: 0;
    margin-right: 0;
    padding: .9rem 1.2rem .8rem 1.6rem
}

.nav-compte a.nav-link-logout:hover {
    background: #333;
    color: #fff
}

.nav-compte a:hover,
.nav-compte a.active {
    background: #fff;
    color: #000
}

.nav-compte a.active:hover {
    color: #e20030
}

.nav-compte a span.icn {
    margin-right: .9rem;
    margin-top: .2rem;
    float: left
}
.nav-compte a span.icon-our_tools {
    margin-top: .3rem;
}

.nav-compte a.nav-link-logout span.icn {
    margin-top: .3rem
}

.nav-compte a.nav-link span.icon-burger {
    margin-top: .4rem
}

.processes-column,
.process-inline {
    min-width: 33%
}

.compte .custom-select {
    color: #333;
    padding-right: 2rem
}

.compte input:not(.btn),
.compte .custom-select {
    background-color: #f5f5f5;
    border-radius: 0;
    border: 0;
    font-size: 1rem
}

.compte .table tbody .order-id {
    color: #aaa;
    font-weight: 400;
    font-size: 1rem
}

.compte .table tbody .order-id::before {
    content: "#"
}

.compte .nav-tabs {
    background: #fff;
    padding: 0 3rem;
    text-transform: uppercase;
    font-size: 1.05rem;
    font-weight: 600
}

.compte .nav-tabs .nav-link {
    padding: 2rem 0;
    border: 0;
    text-transform: uppercase;
    font-size: 1.05rem;
    font-weight: 400;
    color: #333
}

.compte .nav-tabs .nav-link:hover,
.compte .nav-tabs .nav-link.active {
    border-bottom: 3px solid #e20030;
    color: #e20030
}

.compte .table thead th {
    border-bottom: 0;
    border-top: 0;
    font-size: 1.125rem;
    font-weight: 400;
    background-color: #f5f5f5
}

.compte .table td,
.compte .table th {
    padding: 1.5rem .8rem;
    line-height: 1.8rem;
    vertical-align: middle;
    text-align: center
}

.compte .table tbody tr {
    font-size: 1.125rem
}

.compte .table tbody tr a:hover {
    text-decoration: none !important
}

.compte .table tbody tr:first-child th,
.compte .table tbody tr:first-child td {
    border-top: 0
}

.compte .table-hover tbody tr:hover .order-id,
.compte .table-hover tbody tr:hover {
    color: #e20030
}

.compte .table-count {
    border-top: 1px solid #e9ecef;
    padding: 1.5rem;
    font-size: 1rem
}

.js-link-address-default {
    color: #333;
    font-weight: 600;
    font-style: italic;
    display: inline-block;
    padding-top: 1rem
}

@media (max-width: 991px) {
    .compte .table thead th,
    .compte .table tbody tr,
    .compte .table td,
    .compte .table th {
        font-size: 0.875rem;
        line-height: 1.2rem;
        padding: 2rem 0.5rem;
    }

    .compte .nav-tabs .nav-link {
        font-size: 0.9rem;
        margin: 0 1rem 0 0;
    }

    .js-link-address-default {
        font-size: 1rem !important;
    }

    .processes-column,
    .process-inline {
        min-width: 50%;
    }

    .nav-compte {
        padding: 0;
    }

    .nav-compte a {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .compte .nav-tabs {
        justify-content: flex-start;
        padding: 0 2rem;
    }

    .nav-compte .nav-link {
        width: 100%;
        margin: 0;
    }

    .nav-compte {
        padding: 0;
    }
}

@media (max-width: 575px) {
    .compte .nav-tabs .nav-link {
        width: 100%;
        border-bottom: 3px solid #fff;
        padding: 1rem 0;
    }

    .processes-column,
    .process-inline {
        width: 100%;
    }
}


/* Tarifs
-----------------------------------------------------------------*/

.tarifs .collapse-side {
    background: #f5f5f5;
    margin-bottom: 1rem
}

.tarifs .collapse-side h3 {
    margin-bottom: 0;
    padding: 1rem;
    font-size: 1.125rem;
    font-weight: 500 !important
}

.tarifs .collapse-side h3 a:hover {
    text-decoration: none
}

.tarifs .collapse-side ul {
    display: inline-block;
    padding: 0 2rem;
    margin-bottom: 1rem;
    list-style: none;
    font-size: 1rem
}

.tarifs .collapse-side ul a {
    color: #333
}

.tarifs .collapse-side ul a:hover {
    color: #e20030
}

.table thead th {
    border-bottom: 0;
    border-top: 0
}

.tarifs .sidebar {
    padding-left: 2rem
}

.tarifs .col-lg-9 {
    padding: 0 1rem
}

.product-price h3 {
    text-transform: uppercase;
    font-weight: 600
}

.tarifs .linebreak-light {
    margin: 1rem 0 2rem 0;
    color: #999;
    background-color: #999
}

.tarifs tr > *:not(:first-child) {
    text-align: center !important
}

.tarifs .collapse-side .tarifs-current a {
    color: #e20030 !important;
    font-weight: 600
}

@media (max-width: 575px) {
    .product-price-table {
        width: 100%;
        overflow-x: auto;
        margin: 0 0 1em;
    }

    .tarifs .col-lg-9 {
        padding: 2rem !important;
    }

    .tarifs .sidebar {
        padding: 1rem !important;
    }
}

/* Systèmes d'accrochage
-----------------------------------------------------------------*/

.accrochage .media {
    align-items: center;
    background: #f5f5f5;
    border: 15px solid #fff;
    border-bottom: 10px;
}

.accrochage .media div {
    padding: 1rem
}

.accrochage {
    background: #fff;
}

.accrochage .media span {
    font-weight: 300;
}

.accrochage .media h3 {
    color: #e20030;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    font-weight: 400
}

.accrochage .media img {
    width: 100%;
    height: auto;
    display: block
}

@media (max-width: 575px) {
    .accrochage .media h4 {
        font-size: 1.125rem;
    }
}

/* Simulateur
-----------------------------------------------------------------*/

.simu-format {
    background: #fff;
    padding: 2rem
}

.simu-format input {
    max-width: 120px
}

.simu-format form {
    width: 100%
}

.simu-format h4 {
    font-weight: 600;
    color: #e20030
}

.simu-format div {
    justify-content: space-around;
    align-items: center;
    font-weight: 600
}

.simu-format select {
    width: auto
}

.simulateur .sidebar {
    color: #fff;
    padding: 2.5rem;
    background: #231f20
}

.simulateur .sidebar label {
    font-weight: 600;
    font-size: 1.25rem
}

.simulateur .sidebar span {
    font-size: 1.125rem
}

.simulateur .sidebar h3 {
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem !important;
    margin-bottom: 2rem
}

.simulateur .sidebar hr {
    color: #393637;
    background: #393637
}

.simu-menu {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    top: 45%;
    padding: 2rem;
    background: #fff;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3)
}

.price-total-label, .price-unit-label {
    width: 100%;
    display: inline-block
}

.simulateur .price-ex-tax,
.simulateur .price-unit-ht {
    font-weight: 300;
    opacity: 0.7
}

.simulateur .price-total,
.simulateur .price-unit-ttc {
    font-weight: 600
}

.simu-finitions li {
    background: #ffffff;
    margin: 0.5rem 0;
    padding: 1.5rem;
    border-left: 6px solid #dddddd;
    font-size: 1.125rem
}

.simu-finitions a {
    right: 1rem;
    top: 0.2rem;
    position: absolute
}

.simulateur .col-sm-6 {
    font-weight: 300;
    padding-right: 2rem
}

.simulateur .col-sm-2 {
    font-size: 1rem;
}

.simulateur h4 {
    font-weight: 600
}

.simu-finitions {
    position: relative
}

.simu-finitions li div {
    display: flex;
    align-items: center
}

#js-menu-modal {
    width: 290px;
    height: 260px;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
    background: #fff;
    position: absolute !important;
    right: 0;
    left: initial !important;
    bottom: initial !important;
    font-size: 1.125rem;
    padding: 1rem 1.5rem
}

#js-menu-modal li span {
    margin-bottom: 0.5rem;
    line-height: 1.35rem;
    font-size: 1.125rem;
    display: inline-flex;
    font-weight: 500;
    width: 100%
}

#js-menu-modal li span::before {
    content: "•";
    color: #ddd;
    position: relative;
    left: -10px
}

#js-menu-modal li a {
    font-size: 1rem;
    font-weight: 300;
    color: #333;
    margin-left: 1rem
}

#js-menu-modal li a::before {
    content: "-";
    color: #333;
    position: relative;
    left: -10px
}

#js-menu-modal li a:hover {
    text-decoration: none
}

@media (max-width: 768px) {
    .simu-format input {
        max-width: 70px;
    }

    .simulateur .sidebar {
        text-align: right;
        padding-right: 3rem;
    }
}

@media (max-width: 400px) {
    .simu-format input {
        max-width: 100%;
        margin-bottom: 0.5rem;
        width: 100%;
        text-align: right;
    }

    .simu-format select {
        margin-bottom: 0.5rem;
    }
}
/* Package group
-----------------------------------------------------------------*/
.package-group-item{
    background: #fbfbfb;
    border:1px solid #eee;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}
.package-group table{
    margin: 1.5rem 0 3.5rem 0;
}
.package-group p{
    padding: 1rem 2rem 2rem 2rem;
    font-style: italic;
    font-family: 'Cormorant', serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    text-align: center;
}
.package-group h2{
    font-style: italic;
    font-size: 1.25rem;
    font-weight: 600;
}
.package-group span{
    font-size: 1.125rem;
}
.package-group .flex-column{
    min-height: 120px;
}
@media (max-width: 767px) {
    .package-group-item{
        text-align: center;
    }
    .package-group-item .col-md-6{
        padding-bottom: 0!important;
    }
    .package-group-item .col-md-3{
        padding-top: 0!important;
    }
    .package-group-item .align-items-end{
        text-align: center!important;
        align-items: center!important;
    }
    .package-group .flex-column {
        min-height: auto;
    }
}
/* Tables
-----------------------------------------------------------------*/
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}
.table-striped {
    font-size: 0.875rem;
    border: 1px solid #eee;
}
.table-striped thead {
    font-weight: 600;
}
.table-striped tbody {
    font-weight: 300;
    color: #111;
}
.table-striped td, .table-striped th{
    border-top: 0;
    border-bottom: 1px solid #eee;
}
.table-striped tbody tr:nth-of-type(2n) td,
.table-striped thead td{
    border-right: 1px solid #eee!important;
}
.table-striped tbody tr:nth-of-type(2n+1) td{
    border-right: 1px solid #fff;
}
.table-striped tbody td:first-child{
    font-weight: 400;
}
.table-striped.table-btn tbody td:last-child {
    border: 1px solid white!important;
    background: #fff!important;
}

.table-striped a{
    color: #fff!important;
}
.supports table {
    flex-wrap: wrap;
    padding: 0;
    margin: 2.5rem 1rem 1rem 1rem;
    display: table;
    width: 95%
}
.supports .table-cell {
    box-sizing: border-box;
    flex-grow: 1;
    padding: 0.8em 1.2em;
    overflow: hidden;
    list-style: none
}
.supports table img {
    width: 15px
}
.supports table thead th,
.sponsorship table thead th {
    padding: 0.5rem;
    height: 60px;
    vertical-align: middle;
    width: auto;
}
.supports table tr:nth-child(odd),
.sponsorship table tr:nth-child(odd) {
    background: #fff
}

.supports table tr:nth-child(even),
.supports table thead th,
.sponsorship table tr:nth-child(even),
.sponsorship table thead th {
    padding: 1rem;
    background: #ecedee !important
}

.supports table tr,
.sponsorship table tr {
    border-bottom: 1px solid #dedfe0;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1rem
}

.supports table tr:last-child,
.sponsorship table tr:last-child {
    border-bottom: none
}

.supports table td,
.sponsorship table td {
    padding: 1rem;
    text-align: left;
    vertical-align: middle;
    width: auto;
}

.formats table {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 0.5rem;
    box-sizing: border-box;
    border: 10px solid white;
    border-top: 0
}

.formats table tbody,
.formats table thead {
    display: inline-table;
    width: 100%
}

.modal-xl .formats table {
    background: #f5f5f5;
    padding: 1rem
}

.cms table,
.faq table{
    font-size: 0.875rem;
    width: 100%;
    margin: 1.5rem 0;
}

.table-dark a{
    color: #70bf40;
}
.cms td, .cms th {
    padding: 0.75rem 1rem;
    text-align: left;
}

.cms table.table-alt tr td:nth-child(1) {
    width: 30%
}

.cms table.table-alt tr td:nth-child(2) {
    width: 70%
}

/* .processContent table tr:nth-child(even) {
    background: #f5f5f5 !important;
}

.processContent table {
    margin-bottom: 1rem;
    font-size: 1rem
}

.processContent table td, .processContent table th {
    padding: .75rem;
    vertical-align: top
}

.processContent table td, .processContent table, .processContent table th {
    border: 0
}
*/


/* Supports
-----------------------------------------------------------------*/

#openAll {
    display: none
}

#closeAll {
    display: inline
}

.supports .acc .card-header {
    padding: 0;
    background: transparent;
    border-top: 1px solid #e9ecef;
    border-bottom: 0
}

.supports .acc:first-child .card-header {
    border-top: 0
}

.supports .card-header h5 {
    font-weight: 500;
    margin-bottom: 0
}

.supports .card-header h5 a {
    display: block;
    width: 100%;
    padding: 1.25rem;
    text-decoration: none
}

.supports .card-header h5 a:hover {
    background: #e9ecef
}


.supports h3 {
    font-size: 1.25rem !important;
    margin: 0;
    padding-right: 3rem
}

.supports h3 a:hover {
    text-decoration: none
}

.supports .icon-star {
    height: 15px !important;
    color: #666 !important
}

.group-collapse {
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    width: 100%;
    padding: 2rem 0;
    position: relative
}

.process-title {
    color: #333
}

.process-title:after {
    content: '-';
    font-size: 1.5rem;
    padding-bottom: 4px;
    padding-left: 1px;
    font-weight: 300;
    display: flex;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 2.2rem;
    top: 2.1rem;
    color: #333;
    border: 1px solid #333
}

.process-title.normal:after {
    content: '+';
    color: #e20030;
    font-size: 1.2rem;
    border: 1px solid #e20030;
    padding-bottom: 2px
}

@media (max-width: 767px) {
    .group-collapse {
        width: 100%;
        overflow-x: scroll;
        margin: 0 0 1em;
    }

    .supports table {
        width: 100%;
        margin: 1rem 0;
    }

    .process-title:after {
        right: 0;
    }
}

/* Prestation
-----------------------------------------------------------------*/

.tab-content {
    font-size: 1.125rem;
    margin-top: 1rem
}

.tab-process.nav-tabs {
    border-bottom: 0
}

.tab-process.nav-tabs .nav-link,
.nav-pills .nav-link {
    border-radius: 0 !important;
    text-align: center;
    padding: 1rem;
    border: 1px solid #333;
    margin: 0 1rem 1rem 0;
    color: #333;
    line-height: 1.2;
    text-decoration: none;
    transition: background 200ms ease
}

.tab-process.nav-tabs .nav-link:hover, .nav-tabs .nav-link.active:hover {
    border-color: #559231;
    background: #559231;
    transition: background 200ms ease;
    color: #fff
}

.tab-process.nav-tabs .nav-link.active,
.nav-pills .nav-link.active {
    border-color: #70bf40;
    background-color: #70bf40;
    color: #fff
}

#js-formats-modal .modal-title {
    padding: 0
}

.formats .tab-pane {
    background: #ffffff
}

.tab-pane.process-tab-panel h3 {
    margin-bottom: 1rem !important;
    font-size: 1.5rem;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 300;
    color: #111
}

.js-format-container {
    border-bottom: 1px solid #e6e6e6 !important;
    justify-content: space-between !important;
    width: 100%;
    align-items: center;
    min-height: 50px;
    padding: 1.5rem 0
}

.formats.tab-content > .active {
    display: flex !important
}

#js-form-attribute-selection label {
    font-weight: 600;
    font-style: italic;
}

.view-in .picto-card{
    padding: 1rem 1.5rem;
}
.view-in .picto-card h5{
    font-size: 1rem;
    min-height: 70px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 1rem;
}
.view-in .picto-card a{
    color: #fff;
}
.view-in .img-fluid{
    width: 100%;
}

@media all and (min-width: 767px) and (max-width: 1200px) {
    #js-formats-modal .btn {
        font-size: 1rem;
    }

    .js-format-container {
        font-size: 1rem;
        line-height: 1rem;
    }
}

@media (max-width: 768px) {
    .tab-content h3 {
        margin-bottom: 2rem !important;
    }
}

@media (max-width: 575px) {
    .tab-pane.process-tab-panel h3 {
        margin-top: 1.5rem !important;
    }
}


/* Pictos Home
-----------------------------------------------------------------*/

.pictos-home .col-lg-3 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.pictos-home .picto-home-item {
    background: #fff;
    position: relative;
    text-align: center;
    color: #555;
    margin: 1px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    padding: 1rem;
}

.pictos-home {
    background: #fff;
    padding-bottom: 1rem;
}

.pictos-home p {
    font-size: 0.875rem;
    line-height: 1rem;
    max-width: 120px;
    margin: 5px auto 0 auto;
}

.pictos-home .icnk {
    margin: 0 auto;
    color: #555;
    font-size: 3rem;
    width: 100%;
}

.pictos-home .icon-price,
.pictos-home .icon-eiffel {
    font-size: 4rem;
}

.pictos-home .icon-meter,
.pictos-home .icon-livraison {
    font-size: 3.5rem;
}

.mention-livraison {
    font-size: 0.6rem;
    font-style: italic;
    position: absolute;
    top: 0.2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.logos-home img {
    transition: 0.5s;
}

.logos-home img:hover {
    opacity: 0.5;
    transition: 0.2s;
}

@media (max-width: 991px) {
    .homepage .row.pictos-home {
        margin-bottom: 2rem !important;
    }

    .logos-home img {
        margin: 1rem;
    }
}

@media (max-width: 768px) {
    .homepage .row.pictos-home {
        margin-bottom: 0 !important;
    }
}


/* Témoignages
-----------------------------------------------------------------*/
#thetesti.slide {
    height: auto;
}

#thetesti img {
    max-width: 160px;
    margin: 0 auto
}

.testi-content p {
    font-family: 'Cormorant', serif;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    font-style: italic;
    display: inline-block;
    max-width: 600px;
}

.testi-meta {
    font-family: 'Cormorant', serif;
    font-weight: 500;
    margin-top: 10px;
    color: #666;
    font-size: 20px
}

.testi-meta:before,
.testi-meta:after {
    content: '\2013'
}

#thetesti .carousel-control-next, #thetesti .carousel-control-prev {
    opacity: 1;
    background-color: transparent !important;
}

#thetesti .carousel-control-next-icon,
#thetesti .carousel-control-prev-icon {
    color: transparent;
    transition: 0.2s;
}

#thetesti.carousel:hover .carousel-control-next-icon,
#thetesti.carousel:hover .carousel-control-prev-icon {
    color: #333 !important;
    opacity: 0.7;
    transition: 0.2s;
}

#thetesti .carousel-control-next-icon:hover,
#thetesti .carousel-control-prev-icon:hover {
    color: #333;
    opacity: 1 !important;
    transition: 0.1s;
}

@media (max-width: 991px) {
    .testi-content p {
        padding: 1rem 2rem;
        width: 100%;
        white-space: normal;
    }

    #thetesti .carousel-control-next,
    #thetesti .carousel-control-prev {
        display: block;
    }

    #thetesti .carousel-control-next-icon,
    #thetesti .carousel-control-prev-icon {
        color: #333;
    }

}

/* MAIN SLIDER  */

/* ----------------------------------------------------------------
    Carousel
-----------------------------------------------------------------*/

.carousel-item {
    z-index: 1 !important;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-item-light .slide-caption h2 {
    text-shadow: none;
    color: #111;
}

.carousel-item-dark .slide-caption h2 {
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
}

.carousel-item .link-cgu {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    position: absolute;
    bottom: 14px;
    right: 0;
}

.carousel-item-light .link-cgu {
    color: #222;
}

.carousel-item-dark .link-cgu {
    color: #fff;
}

.slide-caption {
    padding: 1rem 2rem;
    position: absolute;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 0 0 auto;
    width: 100%;
    max-width: 400px;
    z-index: 10;
}

.slide-caption .btn {
    font-style: normal;
    margin: 0 auto;
    vertical-align: middle;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3)
}

.slide-caption h2 {
    color: #fff;
    font-style: italic;
    font-size: 1.8rem;
    margin: 0;
    z-index: 3;
    font-weight: 600;
}

.carousel-inner {
    height: 100%;
    width: 100%;
}

.icon-arrow-right {
    opacity: 1 !important;
}

.carousel-indicators {
    bottom: 0;
    z-index: 2;
    padding-bottom: 1rem;
}

.carousel-indicators li {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 0.5rem;
}

.carousel-indicators .active {
    background-color: #e20030;
}

.carousel-control-next,
.carousel-control-prev {
    background-color: rgba(34, 34, 34, 0.7);
    opacity: 0;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    margin: auto 0.3rem;
    z-index: 1;
    top: 0;
    bottom: 0;
    transition: 0.3s;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    background: #e20030;
}

.carousel-control-next-icon,
.carousel-control-prev-icon,
.packageslider ::before{
    background-image: none;
    font-family: icomoon;
}

.carousel-control-next-icon::before,
.carousel-control-next span::before{
    content: "\ea3c";
}

.carousel-control-prev-icon::before,
.carousel-control-prev span::before {
    content: "\ea40";
}

.carousel-control-next-icon::before,
.carousel-control-prev-icon::before {
    position: relative;
    top: -3px;
}

.carousel-control-next span span,
.carousel-control-prev span span{
    font-size: 0;
}

.carousel-inner:hover ~ .carousel-control-next,
.carousel-inner:hover ~ .carousel-control-prev {
    opacity: 1;
    transition: 0.3s;
    background-color: rgba(34, 34, 34, 0.7);
}
.carousel-caption{
    position: relative;
    bottom: 0;
    z-index: 10;
    color: #fff;
    text-align: center;
    min-height: 90px;
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    padding: 1rem;
    right: 0;
    left: 0;
}
.carousel-caption h5{
    font-size: 1.125rem!important;
    color: #222!important;
    margin-bottom: 0!important;
}
.slide {
    background-size: cover;
    height: 350px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
}

.packageslider{
    height: auto!important;
    width: 100%!important;
    max-width: 1008px!important;
    margin: 2rem auto 2.5rem auto;
}

@media screen and (min-width: 1020px) and (max-width: 1200px) {
    .slide-caption h2 {
        font-size: 1.6rem;
        line-height: 1.7rem;
    }
    .slide-caption {
        max-width: 350px;
    }
    .carousel-item {
        background-position: right;
    }
}


.our_papers {
    background-image: url('/resources/medias/cms/homepage/home-our_papers.jpg?1630053101');
    background-image: image-set(url('/resources/medias/cms/homepage/home-our_papers@1x.jpg?1630053101') 1x, url('/resources/medias/cms/homepage/home-our_papers@2x.jpg?1630053101') 1.5x);
    background-size: cover;
    background-position-x: center;
}

.picto_charter {
    background-image: url('/resources/medias/cms/homepage/home-picto_charter.jpg?1630053101');
    background-image: image-set(url('/resources/medias/cms/homepage/home-picto_charter@1x.jpg?1630053101') 1x, url('/resources/medias/cms/homepage/home-picto_charter@2x.jpg?1630053101') 1.5x)
}

.why_picto {
    background-image: url('/resources/medias/cms/homepage/home-why_picto.jpg?1630053101');
    background-image: image-set(url('/resources/medias/cms/homepage/home-why_picto@1x.jpg?1630053101') 1x, url('/resources/medias/cms/homepage/home-why_picto@2x.jpg?1630053101') 1.5x)
}

.qui_sommes_nous{
    background-image: url('/resources/medias/cms/homepage/home-qui_sommes_nous.jpg?1630053101');
    background-image: image-set(url('/resources/medias/cms/homepage/home-qui_sommes_nous@1x.jpg?1630053101') 1x, url('/resources/medias/cms/homepage/home-qui_sommes_nous@2x.jpg?1630053101') 1.5x)
}

.pictoeasy {
    text-align: center
}

.pictoeasy .header-container {
    text-align: left
}

.pictoeasy section {
    display: flex;
    justify-content: center
}

.pictoeasy ol {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    justify-content: center;
    padding: 0;
    max-width: 75%;
    margin: 0 auto 1.5rem auto
}

.pictoeasy .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.8rem;
    border-radius: 50%;
    background: #666;
    color: #fff !important;
    z-index: 10;
    position: relative;
    box-sizing: content-box;
    border: 2px solid #fff
}

.pictoeasy .step {
    width: 100%;
    max-width: 120px
}

.pictoeasy .step:after {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    position: relative;
    bottom: 18px;
    background: #666;
    z-index: 1
}

.pictoeasy .step:last-of-type:after {
    width: 64%
}

.pictoeasy li:first-of-type:after {
    left: 50%;
    width: 50%
}

.pictoeasy li:last-of-type .btn-circle:after {
    content: "";
    display: block;
    height: 3px;
    position: relative;
    bottom: 14px;
    left: 32px;
    background: linear-gradient(to right, #70bf40 0%, #ffffff 100%)
}

.pictoeasy .active-step .btn-circle {
    background-color: #70bf40
}

.pictoeasy-question {
    font-size: 1.375rem;
    font-style: italic;
    color: #333;
    margin: 1rem 0 2rem 0;
    text-align: center
}

.pictoeasy .card {
    cursor: pointer;
    height: 100%;
    justify-content: flex-start
}

.pictoeasy .card-title {
    font-size: 1.375rem;
    margin: 0.5rem 0 0.3rem 0
}

.pictoeasy .card-text {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-style: italic;
    font-weight: 300
}

.pictoeasy .alert-warning {
    padding: 1rem 3rem;
}

.custom-checkbox {
    position: relative;
    display: block;
    right: 0;
    left: 0;
    margin: auto;
    width: 50px;
    top: -35px
}

.custom-checkbox label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    z-index: 12;
    cursor: pointer;
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
    transition: background-color 200ms ease, border-color 200ms;
    transition-property: top;
    transition-duration: 0.3s
}

.custom-checkbox label:after {
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 12px;
    left: 13px;
    opacity: 0;
    position: absolute;
    top: 17px;
    transform: rotate(-45deg);
    width: 0
}

.custom-checkbox input[type="radio"] {
    visibility: hidden
}

.custom-checkbox input[type="radio"]:checked + label {
    background-color: #70bf40;
    border-color: #70bf40;
    transition: background-color 200ms ease, border-color 2s
}

.custom-checkbox input[type="radio"]:checked + label:after {
    opacity: 1;
    width: 24px;
    transition: width 400ms ease
}

.pictoeasy .card-img {
    border: 1px solid #cfcfcf;
    padding: 10px;
    z-index: 10;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0;
    max-height: 316px;
    transition-property: transform;
    transition-duration: 0.3s;
    cursor: pointer
}

.pictoeasy-card {
    margin-bottom: 2rem;
    width: 80%;
    display: inline-block;
}

.pictoeasy-card:hover .card-img {
    transform: scale(1.6);
    z-index: 11;
    transition-property: transform;
}

.pictoeasy-card:hover .custom-checkbox label {
    top: 4rem;
    transition-property: top;
}

.pictoeasy .btn-picto, .pictoeasy .btn-picto:hover {
    background: #e20030;
    border-color: #e20030;
    margin-top: 2rem
}

.pictoeasy .btn-picto .icon-arrow-left,
.pictoeasy .btn-picto .icon-arrow-right {
    top: 0;
}

.btn-picto .icon-arrow-left,
.btn-picto .icon-arrow-right {
    position: relative;
    top: -1px;
    margin: 0 5px
}

.blog .btn-picto .icon-arrow-left,
.blog .btn-picto .icon-arrow-right {
    top: -1px;
}

.infobox-btn .icon-arrow-right {
    top: 0
}

.sidebar .card h3 {
    font-style: italic;
    font-weight: 600;
    z-index: 5;
    position: relative;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7)
}

@media (max-width: 1024px) {
    .pictoeasy-card:hover .card-img {
        transform: none !important;
    }

    .pictoeasy-card:hover .custom-checkbox label {
        top: initial !important;
    }

    .pictoeasy-card {
        opacity: 1 !important;
    }
}

@media (max-width: 991px) {
    .pictoeasy-banner-settings {
        background-image: url('/resources/medias/picto_easy/banner_package@2x.jpg?20181210') !important;
    }
}

@media (max-width: 767px) {
    .pictoeasy-banner {
        background-position: left 60% !important;
        background-size: 180% !important;
        background-repeat: repeat-x !important
    }

    .pictoeasy-banner:before {
        background: linear-gradient(to top, transparent 50%, rgba(0, 0, 0, 0.9) 100%) !important;
        background: -webkit-linear-gradient(to top, transparent 50%, rgba(0, 0, 0, 0.9) 100%) !important;
        height: 100% !important;
        opacity: 0.7 !important;
    }

    .pictoeasy-banner-settings {
        background-size: cover;
        background-position: center;
    }
}

@media (max-width: 400px) {
    .pictoeasy-banner {
        background-position: center 90% !important;
        background-size: 210% !important;
    }
}

/* CGV
-----------------------------------------------------------------*/

.cgv h2,
.modal-cgv h2 {
    font-size: 1.25rem;
    margin: 1.5rem 0 1rem 0;
    color: #e20030;
    font-weight: 500;
    text-indent: 1px;
}

.cgv ol {
    margin: 0;
    padding: 0;
    padding: 0.5rem 3rem;
    background: #fafafa;
    text-align: justify;
}

.modal-cgv .cgv ol {
    padding: 0;
    background: #fff
}

.modal-cgv p, .modal-cgv ol {
    padding: 0;
    margin: 0;
}

/* AIDE
-----------------------------------------------------------------*/
.help-menu {
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    column-count: 3;
}

.help-menu-item {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1.5rem;
}

.help-menu-item .menu-icon{
    display: block;
    height: 90px;
    width: 90px;
    margin: 0 auto;
    background-size: cover!important;
}

.help-menu-item.our_services .menu-icon{
    background: url('/resources/medias/icon/our_services.jpg');
}
.help-menu-item.our_advices .menu-icon{
    background: url('/resources/medias/icon/our_advices.jpg');
}
.help-menu-item.our_partners .menu-icon{
    background: url('/resources/medias/icon/our_partners.jpg');
}
.help-menu-item.my_account .menu-icon{
    background: url('/resources/medias/icon/my_account.jpg');
}
.help-menu-item.our_tools .menu-icon{
    background: url('/resources/medias/icon/our_tools.jpg');
}
.help-menu-item.cgu .menu-icon{
    background: url('/resources/medias/icon/cgu.jpg');
}


.help-menu-item a {
    color: #333;
}

.help-menu-item a:hover {
    color: #e20030;
}

.help-menu dt a {
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    color: #e20030;
}

.help-menu h3 {
    font-size: 1.125rem;
    margin: 1rem 0 0.75rem 0;
    color: #222;
    font-weight: bold;
}

.help-menu dd {
    font-weight: 300;
    margin-bottom: 0.25rem !important;
    padding-left: 1rem;
}

.help-menu dt {
    margin-bottom: 0.25rem;
    text-align: center;
}

.card.picto-card:hover .help-dropdown-menu {
    display: block;
    animation: showNav 250ms ease-in-out both;
}
.card-group{
    padding: 1rem;
}

.card-body {
    padding: 1.25rem 0 !important;
}

.trames .card-header {
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    margin: 0 !important;
}

.trames .card-body {
    border: 1px solid #dddddd
}

.trames .card-text {
    color: #333 !important;
    text-align: center !important;
}


@media (max-width: 768px) {
    .trames .img-fluid {
        margin: 0 auto !important;
    }
}

@media (max-width: 640px) {
    .help-menu {
        column-count: 1;
    }
}


/* Aide - Évaluer rapidement le rendu de son écran
-----------------------------------------------------------------*/

.collapseScans[aria-expanded="false"]:after{
    content: "Plus de résultats";
}

.collapseScans[aria-expanded="true"]:after{
    content: "Moins de résultats";
}

/* CMS
-----------------------------------------------------------------*/

.cms {
    font-size: 1rem
}

.cms .middle-content ul {
    margin-bottom: 1rem;
    padding: 0;
    list-style-type: none
}

.cms .middle-content li {
    margin: 0.5rem;
}

.cms .middle-content ol {
    padding-left: 1rem;
}

.cms .question li {
    line-height: 1.5rem;
    list-style-type: none;
    margin: 0 0 1rem 0;
}

.cms .middle-content li::before {
    content: "•";
    color: #ccc;
    position: relative;
    left: -8px;
    float: left;
    margin-left: -8px;
}

.cms .middle-content ol li::before,
.cms .middle-content li li::before,
.cms .middle-content .question li::before {
    content: ""
}

.cms .middle-content li ul {
    margin-top: 0.5rem;
}

.cms .middle-content li li {
    margin: 0 0 0 0.5rem;
    font-weight: 300;
    color: #000!important;
}

.cms .middle-content img {
    margin: 1rem 0;
    display: inline-block;
    height: auto
}

.cms .middle-content div {
    position: relative;
    text-align: justify;
    line-height: 1.25rem;
}

.cms .middle-content {
    text-align: justify;
}

.cms .middle-content .img-fluid {
    margin: 1.5rem auto;
    display: block;
}

.card-img-top {
    border-radius: 0;
}

.cms .middle-content p {
    margin-right: 1rem;
}

.cms .middle-content .col-sm-6 p {
    margin-bottom: 1rem;
    text-align: justify;
}

.cms .navbar-nav .current .nav-link {
    color: #e20030
}

.cms .navbar-nav .nav-link {
    color: #333;
    text-decoration: none;
}

.cms .navbar-nav .nav-link:hover {
    text-decoration: underline
}

.cms .navbar-nav .nav-link.active {
    color: #e20030
}

.cms sup {
    color: #e20030
}

.cms .puces {
    font-size: 1rem;
    margin-top: 1rem;
    font-weight: 300
}

.cms .question {
    color: #e20030;
    font-size: 1.125rem;
    margin: 0 0 1rem 0 !important;
}

.modal-body .cms .middle-content {
    padding-left: 0;
}

.cms .middle-content,
.generic .middle-content {
    width: 100%
}

.cms h1 {
    color: #e20030
}

.generic .header-container img {
    margin-bottom: 0;
}

.generic p {
    padding: 0.5rem 0;
    margin-bottom: 0;
    width: 100%;
    position: relative;
}

.generic p:last-of-type::after {
    background: transparent;
}

.generic ul {
    margin-bottom: 1rem;
    margin-top: 1rem;
    list-style-type: none;
    background: #fafafa;
    padding: 1.5rem 2rem;
    font-size: 1.125rem;
    font-weight: 300;
    color: #333;
    width: 100%;
    border-right: 6px solid #eeeeee;
}

.generic h2 {
    font-weight: 300
}

.generic h3 {
    font-family: 'Cormorant', serif;
    font-weight: 600;
    display: flex;
    font-style: italic;
    font-size: 1.5rem;
    margin: 0.75rem 0 1rem 0
}

.generic hr {
    width: 25%;
}

.generic img {
    margin-bottom: 1rem
}

.generic .middle-content .row .img-fluid {
    box-shadow: 0.51px 3px 15px 0 rgba(0, 0, 0, 0.2);
}

.generic .col-md-6 p::after {
    content: none;
}

.generic .col-md-6 {
    padding-right: 1rem !important;
}

.generic a {
    color: #333
}

.cms-why-choose-picto h3 {
    margin: 0.75rem 0 0 0;
}

.cms-why-choose-picto p {
    padding: 1.5rem 1rem;
}

.cms-why-choose-picto strong {
    color: #ccc;
    font-family: "Lato", sans-serif;
    font-size: 1.5rem;
    position: relative;
    left: -6px;
    top: 2px;
}

.generic .middle-content .row img {
    margin-bottom: 1rem;
    margin-left: 1rem;
}

.cms-why-choose-picto .header-container img,
.cms-picto-news .header-container img {
    visibility: hidden;
    display: none;
    margin-bottom: 1rem
}

.cms-picto-news .col-img {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.cms-picto-news h5,
.cms-why-choose-picto h5 {
    font-family: 'Cormorant', serif;
    font-weight: 500;
    font-style: italic;
    font-size: 1.5rem;
    margin: 2rem 0 0.5rem 0;
    text-align: center
}

.cms-picto-news .middle-content ul {
    border-right: 6px solid #eeeeee;
    margin-bottom: 2rem;
}

.cms-picto-news .middle-content li {
    display: flex;
}

.cms-why-choose-picto li::before {
    content: "" !important;
}

.cms-why-choose-picto h1,
.cms-picto-news h1 {
    margin-bottom: 0
}

.generic li::before,
.tab-content li::before {
    content: "•";
    color: #777;
    position: relative;
    left: -8px
}

.tab-content ul {
    line-height: 1.5rem
}

.tab-content li {
    margin-bottom: 0.8rem
}

.generic p {
    text-align: justify
}

.cms h2 {
    font-size: 1.15rem;
    margin: 1rem 0;
    color: #e20030;
    font-weight: 600;
}

.cms h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
}

.cms h4 {
    margin-bottom: 1rem;
    max-width: 85%;
    font-family: 'Cormorant', serif;
    font-style: italic;
    font-size: 1.5rem;
}

.cms .top {
    position: absolute;
    top: 1px;
    font-size: 1rem;
    right: 0
}

.cms .middle-content li a:hover {
    color: #e20030;
    text-decoration: underline
}

.cms ol li:first-of-type {
    padding-top: 1rem
}


.processContent em{
    font-size: 0.875rem;
    line-height: 1rem;
}

.processContent hr{
    display: none;
}


.processContent thead tr {
    background: #f5f5f5 !important;
}

.processContent ul  {
    margin: 1rem;
}

.processContent ul  li{
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.processContent ul ul {
    margin: 0.5rem;
}

.processContent ul ul li {
    margin-bottom: 0;
    font-weight: 300;
}

.processContent ul ul li::before {
    content: "-";
    color: #222;
    position: relative;
    font-weight: 600;
    left: -8px;
    font-size: 14px;
    top: -2px;
}

#package_description .js-scrollTo {
    position: absolute;
    right: 2.5rem;
    bottom: 1rem;
}

.faq-menu {
    background: #fafafa;
    border: 1px solid #ebebeb;
    padding:1.5rem 2rem;
    font-weight: 300;
    color: #333;
    display: inline-block;
    width: 100%;
    margin-bottom: 1.5rem;
}


.faq-menu dt {
    float: left;
    width: 50%;
    cursor: pointer;
}

.picto-card.faq-menu dt::before {
    display: none;
}

.picto-card.faq-menu dt{
    margin-bottom: 0.75rem;
}

.faq li::before {
    content: "•";
    color: #e5e5e5;
    position: relative;
    left: -8px
}

#faqmenu li::before {
    display: none;
}

#faqmenu .js-scrollTo{
    text-decoration: none;
    margin: 0.5rem 0;
}
.faq li li {
    margin-left: 1rem;
}

.faq li li::before {
    content: "-";
    color: #e5e5e5;
    position: relative;
    left: -8px
}

.faq ol li::before {
    display: none;
}

.faq .js-scrollTo {
    text-align: right;
    font-size: 1rem;
    color: #333;
    text-decoration: underline;
}

.faq .js-scrollTo:hover {
    color: #e20030;
}

.faq br {
    clear: left;
}

.faq h2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #e20030;
    margin-bottom: 1rem !important;
}

.faq p {
    margin-bottom: 2rem;
}

.faq-txt {
    margin: 0 !important
}

.faq-txt a {
    text-decoration: none;
}

.faq-txt a:hover {
    text-decoration: underline;
}

.list-unstyled{
    list-style-type: none;
}

li.no-before::before{
    display: none
}

li.no-before{
    margin: 0!important;
}

.bullet-delivery::before {
    content: "\e915";
    font-size: 2.3rem;
    position: relative;
    top: 0.5rem;
    font-family: 'icomoon';
    font-weight: normal;
    margin-right: 0.5rem;
}

/* just for IE10 and IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cms-picto-news .col-img {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .cms .middle-content {
        padding-left: 1rem;
    }

    .cms table tr td:nth-child(1) {
        width: 40%
    }

    .cms .question li {
        margin: 0 0 1.5rem 0;
        text-align: left;
    }

    .cms .middle-content div h2 {
        max-width: 70%;
        text-align: left;
    }

    .cms .middle-content {
        padding-left: 0;
    }

    .cms .top {
        font-weight: 300;
        letter-spacing: -0.5px;
    }

    .cms .middle-content div {
        text-align: left;
    }

    .faq-menu li {
        width: 100%;
        min-height: auto;
    }

}

@media (max-width: 575px) {
    .processContent table {
        width: 100%;
        overflow-x: scroll !important;
        margin: 0 0 1em;
    }

    .cms .middle-content p,
    .cms .middle-content,
    .generic p {
        text-align: left;
        margin-bottom: 0;
    }

    .generic .middle-content ul {
        margin: 1rem 0;
    }

    .generic img {
        margin: 1rem 0;
    }

    .faq h2 {
        margin-bottom: 0 !important;
    }

    .faq .js-scrollTo {
        margin-bottom: 0.5rem;
    }

    .cms .middle-content .img-fluid {
        width: 100%;
    }
}

/* PICKUP
-----------------------------------------------------------------*/
p.pickup {
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: left !important;
    margin-bottom: 0.5rem !important;
}

.cms h3.red {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

p.pickup iframe {
    max-width: 600px;
    width: 100%;
    height: 120px;
}


/* SCHOOL
-----------------------------------------------------------------*/

.school, .associations {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.school img,
.associations img {
    width: 100%;
    height: auto;
    margin: 1rem !important
}

.school img {
    max-width: 200px;
    border: 1px solid #f5f5f5;
}

.associations img {
    max-width: 120px;
    margin: 2rem !important;
}

@media (max-width: 1024px) {
    .school img {
        max-width: 180px !important;
    }
}

@media (max-width: 991px) {
    .school, .associations {
        justify-content: center;
    }

    .school img {
        max-width: 120px !important;
    }
}

@media (max-width: 575px) {
    .school img {
        max-width: 220px !important;
    }
}

/* ----------------------------------------------------------------
    Pré-footer : réassurance
-----------------------------------------------------------------*/

#thereassurance {
    background: #fff;
    margin-top: 2rem;
    padding: 0.5rem 0 0 0
}

#thereassurance h5 {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 300;
    text-align: center;
    padding: 0.2rem 2rem 0.2rem 0;
    font-style: italic;
    display: flex;
    justify-content: center
}

#thereassurance .icnk {
    vertical-align: middle;
    height: 36px;
    line-height: 1.2rem;
    margin-right: 5px;
    font-weight: 500
}

@media (max-width: 1024px) {
    #thereassurance h5 {
        padding: 0.5rem;
    }
}

@media (max-width: 991px) {
    #thereassurance {
        padding: 1em 0;
        margin: 0;
    }
}

@media (max-width: 575px) {
    #thereassurance {
        padding: 1rem !important;
        margin-top: 0 !important;
    }

    #thereassurance h5 {
        display: inline-flex;
        padding: 0.5rem 1rem !important;
        width: 100%;
    }

    #thereassurance .icnk:before {
        position: relative;
        left: -2px;
        top: -2px;
    }
}

/* ----------------------------------------------------------------
    Footer
-----------------------------------------------------------------*/

footer .container{
    background: transparent;
}

.cookie-banner {
    overflow: hidden;
    padding: 1rem 1rem 1.5rem 1rem;
    background: rgba(0,0,0,0.85);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    vertical-align: middle;
    color: #fff;
    text-align: center;
}

.cookie-banner p {
    display: inline-block;
    margin-bottom: 1rem;
    width: 100%;
}

.cookie-banner form {
    display: inline-block;
}

.cookie-banner a {
    color: #fff;
    text-decoration: underline;
    margin-bottom: 1rem;
    display: inline-block;
}

.cookie-banner > * {
    margin: 0.5rem 1rem;
}

.form-check-label {
    font-weight: bold;
}

#footer {
    padding: 0 0 2em 0;
    background: #171717;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
    line-height: 1.6rem;
    font-size: 1rem;
}

#footer ul.lang-switch {
    font-size: 1.125rem
}

#footer ul.lang-switch img {
    margin-right: .5rem;
    width: 37px;
}

#footer a {
    color: #e5e5e5;
    text-decoration: none
}

#footer a:hover {
    color: #fff
}

#footer .col-md-5 {
    margin-bottom: 0.5rem;
    font-weight: 300;
    text-align: left;
    padding-left: 3rem;
    box-sizing: border-box;
}

#footer .coords address {
    margin-bottom: 0
}

#footer .col-md-5 li {
    text-decoration: none !important;
}

#footer .col-md-5 li:nth-child(1) {
    font-weight: 600;
}

#footer .col-md-5 ul {
    line-height: 1.4rem;
    margin-bottom: 0;
    text-align: left;
}

#footer .col-md-5:nth-child(3) ul::after {
    content: '';
    height: 0 !important;
}

#footer .form-control::-moz-placeholder {
    color: #cccccc;
}

#footer .form-control:-ms-input-placeholder {
    color: #cccccc;
}

#footer .form-control::-webkit-input-placeholder {
    color: #cccccc;
}

#footer .form-control {
    font-weight: 300;
    border: 1px solid #686868;
    background: #686868;
    color: #cccccc;
    font-size: 18px
}

#footer .col-md-3,
#footer .col-md-6{
    padding: 0 2vw
}

#footer .col-md-3:nth-child(3) div:nth-child(2) img {
    height: 62px;
    width: 62px
}

#footer .media {
    display: flex;
}

#verified-reviews {
    display: flex;
    justify-content: flex-end;
}

#verified-reviews img {
    width: auto !important;
    height: auto !important
}

footer address strong {
    display: inline-block;
    margin-bottom: 0.5rem
}

.footer-address{
    padding: 1.5rem 0;
    background: #f2f2f2;
}
.package_footer{
    background: #242424;
    padding: 2rem 0;
    border-bottom: 1px solid #5b5b5b;
}

.package_footer h2{
    margin-bottom: 1rem;
    color: #fff;
    text-transform: uppercase;

}

.package_footer ul{
    height: 350px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.package_footer li a{
    color: #999999;
    font-weight: 300;
}

.package_footer li.heading,
.package_footer li.heading a{
    color: #fff;
    font-weight: 600;
    margin: 0 0 5px 0
}

.package_footer li.break{
    height: 15px;
    color: lightgrey;
}

.package_footer li:first-of-type {
    margin-top: 0!important
}

.footer-bottom{
    background:#171717;
    padding: 2rem 0;
}

.footer-bottom a{
    font-weight: 300;
}

.footer-bottom img{
    height: auto;
    padding: 0.5rem;
}

.footer-logo{
    display: block;
    margin: 0 auto;
}

.footer-bottom h3{
    margin-bottom: 1.5rem!important;
}

.footer-bottom small{
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    font-style: italic;
    display: block;
    font-size: 10px;
    position: relative;
    margin-top: -8px;
    text-align: center;
    line-height: 100%;
}

#footer .socially {
    font-style: italic;
    display: flex;
    width: 100%;
    position: relative;
    padding: 2rem 0 1rem 0
}

#footer a.social-icon {
    border-radius: 50%;
    height: 22px;
    width: 22px;
    line-height: 1.5rem;
    font-size: 12px;
    color: #666;
    margin-right: 10px
}

#footer a.social-icon:hover {
    color: #666;
    background: #e5e5e5
}

.footer-bottom span::before {
    color: #fff;
}

.footer-copyright{
    color: #fff;
    font-weight: 300;
    margin-top: 1rem;
}

.social-icon:hover {
    background: transparent!important;
}

.color-facebook{
    background: #3b5998!important;
}

.color-instagram{
    background: #F77737!important;
}

.color-pinterest{
    background: #c8232c!important;
}

.color-twitter{
    background: #1da1f2!important;
}

.color-youtube{
    background: #c4302b!important;
}

.title_labo {
    color: #e20030;
}

.title_labo:before {
    content: "\e91c";
    font-family: 'icomoon';
    color: #e20030;
    margin-left: -22px;
    padding-right: 6px;
}


@media (max-width: 991px) {
    #footer {
        padding:0;
    }
    .footer-address {
        padding: 1.5rem;
    }
    .footer-bottom {
        padding: 1rem;
    }
}

@media (max-width: 767px) {
    #footer {
        text-align: center;
        margin-top: 1.5rem;
    }

    .package_footer ul{
        height: auto;
    }

    #footer .socially {
        justify-content: center;
    }

    #footer .form-group {
        margin: 0 auto;
    }

    #footer .form-group .btn-picto {
        margin: 1.5rem auto !important;
    }

    #footer .media {
        justify-content: center;
        margin: 0 auto !important;
    }

    #thereassurance {
        padding: 2rem 0;
    }

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

    .products-list h2 {
        padding: 1.5rem 0 0 0;
    }

    .products-list .col-sm-6, .wrap.products-list .col-sm-3 {
        padding: 0;
    }

    .products-list .btn {
        padding: 0.2rem;
    }

    .products-list .col-sm-6 {
        padding: 0 0.4rem !important;
        line-height: 2rem;
        text-align: left;
    }

    .wrap.products-list .col-sm-6 {
        max-width: 50%;
    }

    #verified-reviews {
        justify-content: center;
        margin-top: 3rem;
    }

    #footer .col-md-5 ul {
        text-align: center;
        padding-left: 0;
    }
    .footer-copyright{
        margin-top: 3rem;
    }
}

@media (max-width: 576px) {
    .cookie-banner {
        padding: 1rem 1rem 5rem 1rem;
    }
    .cookie-banner a {
        margin: 0 0.5rem;
    }
    .cookie-banner p{
        width: auto;
    }
    .wrap.products-list .col-sm-6 {
        max-width: inherit;
        padding: 1.5rem 0 !important;
        line-height: inherit;
        text-align: center;
    }

    .products-list .btn {
        padding: 0.5rem 1rem;
        margin: 1rem;
    }

    .products-list .img-fluid {
        max-width: 70%;
        margin: 0 auto;
    }

    .footer-address {
        padding: 1.5rem 3rem;
    }

    #footer .socially {
        padding: 0.5rem 0;
    }
    #footer .col-md-5 ul {
        text-align: center;
        padding: 0;
    }
    .footer-copyright{
        margin-top: 3rem;
    }
    .footer-logo{
        padding: 1rem!important;
        width: 100%;
        height: auto;
    }

}

.product-not-available {
    background-color: #ebccd1 !important;
}

/* Transfert de Commande */
.anonymous-transfert .small-txt {
    font-size: 1rem !important;
}

.anonymous-transfert .price {
    font-weight: 300 !important;
    font-size: 1rem !important;
    padding: 2rem;
}

.anonymous-transfert .price-ex-tax {
    display: flex;
}

/* Landing Christmas
-----------------------------------------------------------------*/
.christmas-landing {
    background: url('/resources/medias/landing_noel/bg-landing.jpg') #000 no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 100%;
    max-width: 1350px;
    margin: 0 auto;
    background-position: 0 -2rem;
}

.christmas-landing #logo {
    margin: 0 auto;
    width: 180px;
    padding: 2.5rem 0 2rem 0;
}

.christmas-landing #logo svg {
    width: 100%;
    height: auto;
}

.christmas-landing h1 {
    font-size: 2.25rem;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    color: #fff;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.9);
}

.christmas-landing h1 span,
.christmas-landing h2 span {
    font-weight: 600;
}

.christmas-landing h2 {
    font-size: 1.875rem;
    font-weight: 300;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.9);
}

.christmas-landing svg {
    -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 1));
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 1));
}

.christmas-landing .container {
    margin: 15rem auto 0 auto;
    max-width: 740px;
    position: relative;
}

.christmas-landing .col-sm-4 {
    text-align: center;
}

.christmas-landing h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 3px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.christmas-landing .col-sm-4 span {
    display: block;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.christmas-landing .col-sm-4 span:nth-of-type(1) {
    color: #fff;
    font-size: 1rem;
    display: inline;
}

.christmas-landing .col-sm-4 span:nth-of-type(2) {
    color: #fff;
    font-size: 1rem;
    display: inline;
}

.christmas-landing .col-sm-4 span:nth-of-type(3) {
    color: #e20030;
    font-size: 1.25rem;
    font-weight: 600;
}

.christmas-landing .col-sm-4 .btn {
    font-size: 1.25rem;
    padding: 0.75rem 1.5rem;
    margin-top: 0.5rem;
}

.christmas-landing .btn .icnk {
    font-size: 2rem !important;
}

.christmas-landing .col-sm-4 .btn:hover {
    background: #70bf40;
    color: #fff;
    border-color: #70bf40;
}

.christmas-landing p:nth-of-type(1) {
    margin: 2rem auto;
    text-transform: uppercase;
    font-size: 1.5rem;
    max-width: 600px;
    text-align: center;
    font-weight: 300;
    color: #fff2bf;
}

.christmas-landing p:nth-of-type(2) {
    margin: 1rem auto 1rem auto;
    color: #fff;
    font-size: 1rem;
    line-height: 1.25rem;
    max-width: 400px;
    text-align: center;
}

.christmas-landing .line-diagonal {
    color: #aaa !important;
    font-size: 0.9rem !important;
}

.btn.cta {
    font-weight: 600;
    font-size: 1.875rem;
    margin: 0 auto;
    display: table;
    padding: 1rem 2rem;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.btn.cta:after {
    content: " ";
    display: block;
    background-color: #4f862d;
    width: 120%;
    position: relative;
    height: 5px;
    top: 22px;
    left: -10%;
}

.btn.cta .icon-upload {
    margin-right: 5px;
}

.cta-phrase {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 200;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 2.5rem 0 1rem 0;
    transition: 0.3s;
}

.cta-phrase:hover {
    text-decoration: none;
    color: #70bf40;
    transition: 0.3s;
}

.cta-phrase:after {
    content: " ";
    width: 50px;
    height: 50px;
    display: inline-block;
    background: url('/resources/medias/landing_noel/after-arrow.gif');
    background-size: 50%;
    background-repeat: no-repeat;
    position: relative;
    left: 10px;
}

.cta-phrase span {
    font-weight: 600;
    text-decoration: underline;
}

.christmas-mention {
    display: inline-block;
    text-align: center;
    font-size: 0.85rem;
    padding: 1rem;
    color: #888;
    width: 100%;
}

.christmas-landing .socially {
    display: block;
    margin: 0 auto;
    width: 240px;
}

.christmas-footer {
    background: #101010;
    width: 100%;
    border-top: 1px solid #313131;
    padding: 1rem 0;
}

.christmas-social {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 2rem;
}

.christmas-footer .pictos-home {
    max-width: 1200px;
    margin: 0 auto;
}

.christmas-footer .picto-home-item {
    text-align: center;
    background: transparent;
    color: #fff;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    padding: 1rem;
    position: relative;
}

.christmas-footer .pictos-home .icnk {
    margin: 0 auto;
    color: #fff;
    font-size: 3rem;
    width: 100%;
}

.christmas-footer a.social-icon {
    background: #fff;
    border-radius: 50%;
    margin: 0 0.5rem;
    transition: 0.3s;
}

.christmas-footer a.social-icon:hover {
    background: #70bf40;
    text-decoration: none;
    transition: 0.3s;
}

.christmas-footer .social-icon span::before {
    color: #000;
    position: relative;
    top: -2px;
}

.url-picto {
    background: #e20030;
    padding: 1.5rem;
    text-align: center;
    display: block;
}

.url-picto a {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
}

.url-picto a:hover {
    text-decoration: none;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .christmas-landing {
        background: url('/resources/medias/landing_noel/bg-landing@2x.jpg') #000 no-repeat;
        background-size: contain;
    }
}

@media (max-width: 1600px) {
    .christmas-landing .container {
        margin: 16vw auto 0 auto;
    }

    .christmas-landing {
        background-position: 0 -3rem;
    }

    .christmas-landing #logo {
        width: 150px;
        padding: 2rem 0 1.5rem 0;
    }
}

@media (max-width: 1400px) {
    .christmas-landing .container {
        max-width: 800px;
    }
}

@media (max-width: 1200px) {
    .christmas-landing #logo {
        width: 140px;
        padding: 2rem 0 1rem 0;
    }

    .christmas-landing {
        background-position-x: center !important;
        background-position-y: -80px;
        background-size: 150%;
    }

    .christmas-landing .container {
        margin: 28vw auto 0 auto !important;
    }
}

@media (max-width: 991px) {
    .christmas-landing {
        background-size: 185% !important;
    }

    .christmas-landing .container {
        margin: 30vw auto 0 auto !important;
    }

    #js-homepage-upload, .js-uploader-state-default {
        min-height: auto !important;
    }
}

@media (max-width: 690px) {
    .christmas-landing {
        background-position-y: -30px !important;
    }
}

@media (max-width: 575px) {
    .christmas-landing {
        background-position-y: 60px !important;
    }

    .christmas-landing h1 {
        padding: 0 3rem;
    }

    .christmas-landing .container {
        margin: 40vw auto 0 auto !important;
    }

    .christmas-landing .col-sm-4 {
        text-align: center;
        margin: 2rem auto 1rem auto;
    }

    .cta-phrase {
        padding: 0 5rem;
    }

    .christmas-landing h2 br {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .christmas-landing h1 {
        font-size: 2rem;
    }

    .christmas-landing h2 {
        padding: 0 2rem;
        font-size: 1.5rem;
    }

    .christmas-landing {
        background-position-y: 160px !important;
    }

    .cta-phrase {
        font-size: 2rem;
        padding: 0 2rem;
        line-height: 2.5rem;
    }
}

@media (max-width: 400px) {
    .christmas-landing {
        background-position-y: 200px !important;
    }

    .christmas-landing .btn {
        font-size: 1.75rem;
    }

    .cta-phrase::after {
        display: none;
    }
}

/* Blog Christmas
-----------------------------------------------------------------*/
.blog-christmas .breadcrumb-item.active {
    display: none;
}

.blog-christmas .entry-content h3 {
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    font-style: normal;
    font-size: 1.65rem;
}

.blog-christmas .entry-content h3::after {
    display: none;
}

.blog-christmas .entry-content h4 {
    font-family: 'Dancing Script', cursive;
    font-size: 2rem;
    text-align: center;
}

.blog-christmas .entry-content h4::before,
.blog-christmas .entry-content h4::after {
    font-family: 'icomoon';
    content: "\e913";
    position: relative;
    top: 5px;
}

.blog-christmas .entry-content h4::before {
    left: -20px
}

.blog-christmas .entry-content h4::after {
    left: 20px
}

.christmas-link span {
    text-align: center;
    color: #333;
    font-size: 1rem;
    font-style: italic;
    width: 100%;
    display: inline-block;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.christmas-link img {
    transition: 0.2s;
}

.christmas-link:hover img {
    opacity: 0.8;
    transition: 0.1s;
}

.btn-christmas {
    background: linear-gradient(to left, #c10029, #e20030, #c10029) #c10029;
    text-transform: uppercase;
    border: none;
    font-weight: 300;
    text-shadow: 1px 1px 3px #5d0014;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
}

.btn-christmas:hover {
    background: #c10029;
    border-color: #c10029;
    transition: 0.3s;
}

.blog-christmas .picto-home-item {
    padding: 0.65rem;
    width: 49%;
    float: left;
}

@media (max-width: 480px) {
    .blog-christmas .entry-content h4::before,
    .blog-christmas .entry-content h4::after {
        display: none;
    }
}

/* Filet Passe partout Nielsen
-----------------------------------------------------------------*/
.product-25TJZML3411 .image-preview,
.product-25TJZML3423 .image-preview,
.product-25TJZML3434 .image-preview,
.product-25TJZML4511 .image-preview,
.product-25TJZML4523 .image-preview,
.product-25TJZML4534 .image-preview,
.product-25TJZML5611 .image-preview,
.product-25TJZML5623 .image-preview,
.product-25TJZML5634 .image-preview,
.product-25TJZML6811 .image-preview,
.product-25TJZML6823 .image-preview,
.product-25TJZML6834 .image-preview {
    border: 1px solid rgb(217, 217, 217);
}

/* Toolbar Picto Welcome
-----------------------------------------------------------------*/
#picto-welcome-toolbar {
    position: fixed;
    left: 0;
    bottom: 3rem;
}

#picto-welcome-toolbar.picto-welcome-disabled {
    opacity: 0.5;
}

#picto-welcome-toolbar:hover.picto-welcome-disabled {
    opacity: 1;
}