/* HEADER */
#topLogo {
    display: inline-block;
    background-color: #fff !important;
    position: relative;
}

.navbar-right {
    display: flex;
    flex-direction: row;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .navbar-right {
        margin-left: 10px;
    }

    .navbar-right li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 385px) {
    #header .top-menu.trait {
        border: none;
        margin-left: -15px !important;
    }
}

.contact {
    margin-right: 10px;
}

@media only screen and (min-width: 768px) {
    .contact {
        color: #fff;
    }
}

@media only screen and (max-width: 385px) {
    .contact {
        display: none !important;
    }
}

.top-header .container-fluid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: right;
    align-items: center;
}

@media only screen and (max-width: 869px) {
    .top-header .container-fluid {
        justify-content: center;
    }
}

#sousNavigation .content li {
    text-align: left;
    font-size: 12px;
    margin: 5px 0;
}

@media only screen and (max-width: 321px) {
    #sousNavigation .content {
        overflow-y: scroll !important;
        overflow-x: hidden;
        top: 14.22rem;
        bottom: 4rem;
    }
}

.nav-side-menu ul > a,
.nav-side-menu li > a {
    padding: 3px 0;
}

#boutonPanierHaut {
    padding: 0;
    width: 100%;
}

.move-right {
    float: right;
}

@media only screen and (max-width: 499px) {
    #loginPopover div.popover {
        display: inline-block;
        width: 100vw;
    }
}

@media screen and (min-width: 768px) {
    .burger-menu {
        border: 1px solid red;
        position: absolute;
        top: 4px;
        right: 20px;
        z-index: 10001;
        cursor: pointer;
    }

    .burger-menu a {
        color: #fff;
        font-size: 2rem;
        padding: 1rem;
    }
}


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

    .dispo-nav-cote {
        position: fixed;
        z-index: 100;
        width: 100vw;
        transition: top 0.2s;
    }

    .openMenu {
        top: 142px;
    }
}

@media only screen and (max-width: 767px) {
    .openMenu {
        bottom: 4rem;
        overflow-y: scroll;
    }
}

@media only screen and (min-width: 500px) and (max-width: 767px) {
    .col-xs-12 {
        width: 50% !important;
    }
}

.home-product-list {
    display: flex;
    flex-wrap: wrap;
}

.content {
    text-align: center;
}

.img-responsive {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .img-responsive {
        display: flex;
    }
}

#barreLogo .toggle-button {
    font-size: 12px;
    position: relative;
    bottom: 0px;
}

/* PUBL */
.bloc-pub-home {
    text-align: center;
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    .bloc-pub-home {
        display: none;
    }
}

.nav-titre-commande a {
    font-weight: 400;
    font-size: 1.3rem;
}

@media only screen and (max-width: 1247px) {
    .nav-titre-commande a {
        font-size: 1.3rem;
    }
}

/* FOOTER */
@media only screen and (max-width: 767px) {
    #footer {
        text-align: center;
    }
}

.social-footer {
    padding: 20px 0;
    display: flex;
    justify-content: center;
}

.social-footer a,
.social-footer i,
.social-footer iframe {
    padding: 0 5px;
}

.navbar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .navbar-right {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 385px) {
    #header .top-menu.trait {
        border: none;
        margin-left: -15px !important;
    }
}

.contact {
    margin-right: 10px;
}

@media only screen and (max-width: 385px) {
    .contact {
        display: none !important;
    }
}

.top-header .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 869px) {
    .top-header .container-fluid {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#sousNavigation .content li {
    text-align: left;
    font-size: 12px;
    margin: 5px 0;
}

@media only screen and (max-width: 321px) {
    #sousNavigation .content {
        overflow-y: scroll !important;
        overflow-x: hidden;
        top: 14.22rem;
        bottom: 4rem;
    }
}

.header-buttons-row {
    margin-bottom: 5px;
}

.nav-side-menu ul > a,
.nav-side-menu li > a {
    padding: 3px 0;
}

#boutonPanierHaut {
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    #boutonPanierHaut {
        height: 22px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.move-right {
    float: right;
}

@media only screen and (max-width: 499px) {
    #loginPopover div.popover {
        display: inline-block;
        width: 100vw;
    }
}


.burger-menu a {
    color: #fff;
    font-size: 2rem;
    padding: 1rem;
}

.burger-menu:hover {
    cursor: pointer;
}


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

    .nav-side-menu {
        margin: 0;
        padding: 0;
    }

    .dispo-nav-cote {
        position: fixed;
        z-index: 100;
        width: 100vw;
        -webkit-transition: top 0.2s;
        transition: top 0.2s;
        padding-left: 0;
    }

    .openMenu {
        top: 145px !important;
        bottom: 2rem;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    }

    .header-info {
        overflow-y: scroll;
        overflow-x: hidden;
        top: 145px;
        bottom: 0;
    }
}

#mainContent #mainBody {
    padding-top: 3.4rem;
}

@media only screen and (max-width: 768px) {
    #mainContent #mainBody {
        padding-top: 1rem;
    }

    #mainContent #mainBody > div {
        padding: 1rem;
    }
}

@media only screen and (min-width: 500px) and (max-width: 767px) {
    .col-xs-12 {
        width: 50% !important;
    }
}

@media only screen and (max-width: 1200px) {
    p {
        font-size: 1.2rem;
    }
}

.home-product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content {
    text-align: center;
}

.img-responsive {
    display: inline-block;
}

#barreLogo .toggle-button {
    font-size: 12px;
    position: relative;
    bottom: 0px;
}

/* ------ PUBL ------ */
.bloc-pub-home {
    text-align: center;
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    .bloc-pub-home {
        display: none;
    }
}

.nav-titre-commande a {
    font-weight: 400;
    font-size: 1.3rem;
}

@media only screen and (max-width: 1247px) {
    .nav-titre-commande a {
        font-size: 1.2rem;
    }
}

/* ------ FOOTER ------ */
@media only screen and (max-width: 767px) {
    #footer {
        text-align: center;
    }
}

.social-footer {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social-footer a,
.social-footer i,
.social-footer iframe {
    padding: 0 5px;
}

@media only screen and (max-width: 1200px) {
    .title-footer {
        margin-top: 20px;
    }
}

/* -------------------------- */
/* ----- CREATE ACCOUNT ----- */
/* -------------------------- */
#mainBody {
 /*   overflow-x: hidden;*/
}

#account-creation-wrapper {
    margin: 0 5px;
}

#button_register {
    margin-left: 10px;
}

.signup-title-center {
    margin-left: -8px;
}

@media only screen and (max-width: 1200px) {
    .alert-info {
        font-size: 1.3rem;
    }

    .form-horizontal .control-label {
        font-size: 1.3rem;
    }

    .text-danger {
        font-size: 1.2rem;
        width: 100%;
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .form-container {
        padding: 0 30px !important;
        overflow-x: hidden;
    }

    .signup-title-center {
        margin-left: 10px;
    }
}

/* -------------------------- */
/* ------ ACCOUNT PAGES ----- */
/* -------------------------- */
@media only screen and (max-width: 767px) {
    #leftContent {
        position: fixed;
        z-index: 200;
        width: 100vw !important;
        top: -20%;
        -webkit-transition: top 0.2s;
        transition: top 0.2s;
        background-color: #fff;
        padding-top: 1rem;
    }

    .openMenuAccount {
        top: 140px !important;
        bottom: 4rem;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    }
}

#zone-messages {
    position: relative;
    top: 3.5rem;
}

.alert {
    margin-bottom: 20px !important;
}

@media only screen and (max-width: 767px) {
    #zone-messages {
        top: 1rem;
    }
}

@media only screen and (max-width: 1200px) {
    #zone-messages {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 767px) {
    .account-content {
        margin-left: -10px !important;
    }

    .fixed-table-body {
        padding-bottom: 10px !important;
    }
}

.bootstrap-table .search {
    float: left !important;
}

@media only screen and (max-width: 1200px) {
    #carnetAdresses .adresse-snippet {
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
    }

    #carnetAdresses .label-default {
        position: relative;
        bottom: 8px;
        font-size: 1rem;
    }

    #carnetAdresses .th-inner {
        font-size: 1.2rem;
    }

    .panel-heading {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 1200px) {
    .form-horizontal {
        margin-bottom: 20px;
    }

    #rightContent .text-danger {
        margin-top: 15px;
    }
}

.nav-multi-fac {
    margin: 3px !important;
}

@media only screen and (max-width: 767px) {
    .nav-multi-fac a {
        font-size: 1.3rem !important;
    }
}

@media only screen and (max-width: 1200px) {
    .extraction-factures {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
        flex-flow: column !important;
    }
}

.flatpickr-input {
    margin-bottom: 5px;
    margin-right: 5px;
}

.extraction-factures__action {
    padding: 5px 10px;
    background-color: #4c90aa;
    color: #fff;
    font-size: 1.3rem;
    height: 36px;
    line-height: 26px;
    width: 175px;
    border: none;
    border-radius: 5px;
    position: relative;
    bottom: 1px;
    margin-top: 20px;
    margin-left: 10px;
}

@media only screen and (max-width: 767px) {
    .submit-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .submit-btn .btMonCompte {
        width: 200px;
    }
}

@media only screen and (min-width: 768px) {
    .submit-btn .btMonCompte {
        position: relative;
        left: 25.5%;
    }
}

#accueilReclamations .main-title {
    margin-left: 0 !important;
}

#accueilReclamations .steps-container {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .contain-rec-pass {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .cart-items-contain,
    .cart-middle-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .totals-panel {
        width: 100% !important;
    }

    .action-section {
        width: 100% !important;
    }

    .action-section__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .action-section__button--left {
        position: relative;
        left: 0 !important;
        margin-bottom: 10px;
    }

    .cart-addresses__middle-wrapper {
        flex-flow: column;
    }

    .cart-payment-tables__left {
        width: 100%;
    }

    .alert.alert-warning a.btn {
        white-space: normal;
    }

    .cart-send-files {
        text-align: center;
    }
}

@media only screen and (max-width: 1200px) {
    .cart-items-contain span,
    .cart-items-contain table {
        font-size: 1.2rem;
    }

    .cart-middle-section > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cart-recap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .totals-panel {
        margin-left: 0;
    }

    .aside_actions {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .aside_actions > div {
        margin-left: 0;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    #configurateur #formulaireConfigurateur #rightContent {
        display: none !important;
    }

    #configurateur {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #configurateur #formulaireConfigurateur #leftMenu {
        margin: 0 auto;
    }

    #formulaireConfigurateur {
        max-width: 100%;
        margin: 0 auto;
    }

    #dummy-price-block {
        display: none;
    }

    .tooltip {
        left: 5% !important;
        width: 90% !important;
        margin-top: 40px;
    }

    .tooltip-arrow {
        display: none;
    }

    .tooltip-inner {
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .imp-perso-color,
    .imprimer-personnaliser {
        margin-left: 0;
        margin-right: 0;
    }

    .carousel-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

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


    .bouton-charte {
        position: relative;
        top: 30px;
    }
}

.row-correct {
    display: inline-block;
    margin-right: 10px !important;
}

.cart-table .table-responsive .table {
    width: 100%;
    border: 1px solid #ddd;
}

.cart-table .table-responsive .table thead {
    height: 30px;
    line-height: 30px;
    font-size: 1.3rem;
}

.cart-table .table-responsive .table thead th {
    padding-left: 15px;
}

.cart-table .table-responsive .table tr td {
    padding: 10px;
    font-size: 1.3rem;
    border-bottom: 1px solid #ddd;
}

/*# sourceMappingURL=maps/styleAdd.css.map */
