/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


/*---- Confirmation ----*/










.seo-h1-hidden {
    /* Cache l'élément de la vue */
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
section#order-confirmation {
    display: flex;
    width: 75%;
    justify-content: space-between;
    align-items: center;
    margin: 100px auto;
    text-align: justify;
}
.link_social{
    width: 27.5%;
    text-align: end;
}
.third_infos{
    margin-bottom: 30px;
}
.third_infos a {
    margin-right: 10px;
    display: inline-block;
}

section#order-confirmation h1 {
    font-family: 'Red Hat Display';
    font-weight: bold;
    font-size: 41px;
    color: #000 !important;
    text-align: left;
}

.center{
    text-align: center;
}
.img_prodevis{
    width: 50%
}

.info_complementaire{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #444342;
}
span.info_complementaire a:hover {
    text-decoration: underline;
}
span.info_complementaire a {
    color: #444342;
}

section#order-confirmation .left {
    margin-right: 7%;
}

section#order-confirmation .left .btn {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

section#order-confirmation .left .btn a {
    width: 45%;
    padding: 15px 25px;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    transition: 300ms;
}

section#order-confirmation .left .btn a:hover {
    background: transparent;
    color: #000;
}

section#order-confirmation .left .btn a.back-product-list {
    background: #DC0400;
    border: 1px solid #DC0400;
}

section#order-confirmation .left .btn a.back-product-list:hover {
    background: transparent;
    color: #DC0400;
}
#order-confirmation .definition-list p {
    color: black;
    margin-top: 10px;
    font-size: 16px;
    width: 100%;
}
/*---- End Confirmation ----*/

.label-panier{
    color: #444342;
    font-size: 16px;
    font-weight: 500;
}
.logo-brands img {
    width: 160px;
}
.links .collapse {
    font-weight: normal;
}

@media (max-width: 1400px) {

    div#_desktop_top_menu{
        text-align: center;
    }
}

@media (max-width: 600px) {
    .third_infos {
       display: flex;
    }
    .header-nav .container .search {
        order: 2;
    }
    #header .header-nav .container {
        flex-wrap: wrap;
    }
    nav.header-nav .search-widget form input.ui-autocomplete-input {
        width: 485px!important;
    }
}
@media (max-width : 500px) {
    .header-nav .container .search {
        order: 2;
    }
    #header .header-nav .container {
        flex-wrap: wrap;
    }
    nav.header-nav .search-widget form input.ui-autocomplete-input {
        width: 392px!important;
    }
    section#order-confirmation .left .btn {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding: 0;
    }
    section#order-confirmation .left .btn a {
        width: 100%;
        margin-bottom: 15px;
    }
    .definition-list dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .definition-list dl dd {
      margin-bottom: 15px;
    }
    .right img{
        display: none;
    }
    .product-reference{
        padding-top : 20px;
    }
}
@media (max-width: 450px) {

    nav.header-nav .search-widget form input.ui-autocomplete-input {
        width: 310px!important;
    }
}

@media (max-width: 400px) {
    nav.header-nav .search-widget form input.ui-autocomplete-input {
        width: 270px!important;
    }
}


/* Input Password */
.password_input {
    display: flex;
    align-items: stretch;
}

.password_input .btn {
    background-color: #DC0400;
    color: #fff;
}

p.paymentfee {
    display: none;
}