/****************************
* Table des matiÃ¨res :
*
* 0.0 General
*
* 1.0 Menu layout responsive
*
* 2.0 Blue box responsive
*
* 3.0 Carousel multiple items
*
* 4.0 Page Home
*
* 5.0 Page repair
*
* 6.0 Page tracking
*
* 7.0 Page product ( rma )
*
* 8.0 Page rma recap
*
* Fin Footer
*   Fin.1 Page Contact
*****************************/

/* 0.0 General */

@media only screen and (min-width: 90.063em) {
    .outer-con {
        /*outline: 1px solid red;*/
        margin: 0px auto;
        width: 80em;
    }

    .outer-con.header {
        /*outline: 1px solid red;*/
        /*margin: 0px auto;
        padding: 1em 1em 0;
        width: 78em;*/
        /*Deleganet*/
        margin: 0px auto;
        padding: 0em;
        width: 76em;

    }

    .outer-con.footer {
        /*outline: 1px solid red;*/
        margin: 0px auto;
        padding: 0 1em;
        width: 92em;
    }

    .outer-con.title {
        clear: both;
        /*outline: 1px solid red;*/
        margin: 0px auto;
        width: 74em;
    }

    #inmain {
        clear: both;
        /*outline: 1px solid red;*/
        margin: 0px auto;
        width: 74em;
    }
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
    .outer-con {
        /*outline: 1px solid red;*/
        margin: 0px auto;
        width: 90%;
    }

    .outer-con.header {
        /*outline: 1px solid red;*/
        margin: 0px auto;
        padding: 0 1em 0;
        width: 96%;
    }

    .outer-con.footer {
        /*outline: 1px solid red;*/
        margin: 0px auto;
        padding: 0 1em 0;
        width: 96%;
    }


    .outer-con.title {
        clear: both;
        /*outline: 1px solid red;*/
        margin: 0px auto;
        width: 58em;
    }

    #inmain {
        clear: both;
        /*outline: 1px solid red;*/
        margin: 0px auto;
        width: 60em;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .outer-con {
        margin: 0px auto;
        width: 90%;
    }

    .outer-con.header {
        /*outline: 1px solid red;*/
        margin: 0px auto;
        padding: 1em 1em 0;
        width: 88%;
    }

    .outer-con.footer {
        /*outline: 1px solid red;*/
        margin: 0px auto;
        padding: 0 1em 0;
        width: 88%;
    }

    #inmain {
        clear: both;
        /*outline: 1px solid red;*/
        margin: 0px auto;
        width: 88%;
    }
}

@media only screen and (max-width: 40em) {
    .outer-con {
        /*outline: 1px solid red;*/
        margin: 0px auto;
        width: 90%;
    }

    .outer-con.header {
        /*outline: 1px solid red;*/
        margin: 0px auto;
        padding: 1em 1em 0;
        width: 88%;
    }

    .outer-con.footer {
        /*outline: 1px solid red;*/
        margin: 0px auto;
        padding: 0 1em 0;
        width: 88%;
    }

    .outer-con h2 {
        font-size: 2.8em;
        margin-bottom: 1em;
    }

    #inmain {
        clear: both;
        /*outline: 1px solid red;*/
        margin: 0px auto;
        width: 88%;
    }
}

/*-- 1.0 menu layout --*/

@media screen and (max-width: 1080px){
    .topnav {
        padding: 0px 8px;
    }
}

@media screen and (max-width: 1024px){
    .topnav {
        padding: 0;
        min-height: 100px;
    }

    .topnav .logo {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        text-align: center;
    }

    .topnav .space-menu {
        display: none;
    }

    .topnav .text-logo {
        display: none;
    }

    .topnav nav {
        display: none;
    }

    .topnav .track {
        display: none;
    }

    .mobileNav {
        display: block;
        overflow: hidden;
        background: #cc0000;
    }

    .mobileNav.responsive {
        position: relative;
    }

    .mobileNav a {
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 16px;
        display: none;
    }

    .mobileNav a:hover {
        background: #991724;
        color: #fff;
    }

    .mobileNav.responsive a {
        display: block;
        float: none;
        text-align: left;
        text-transform: uppercase;
    }

    .mobileNav a.icon {
        float: right;
        display: block;
    }

    .mobileNav .mobile-logo {
        background: transparent;
    }
}

/*-- Blue box responsive --*/

@media screen and (max-width: 641px){
    .outer-con {
        margin: 0px auto;
        width: 90%;
    }
}



@media (min-width: 768px) and (max-width: 991px) {
    /* Show 4th slide on md if col-md-4*/
    .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    /* Show 3rd slide on sm if col-sm-6*/
    .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -50%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) {
    .carousel-item {
        margin-right: 0;
    }
    /* show 2 items */
    .carousel-inner .active + .carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
        transition: none;
    }
    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be also positioned for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
/* MD */
@media (min-width: 768px) {
    /* show 3rd of 3 item slide */
    .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }
    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction */
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
/* LG */
@media (min-width: 991px) {
    /* show 4th item */
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    /* Show 5th slide on lg if col-lg-3 */
    .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction //t - previous slide direction last item animation fix */
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

/*-- 4.0 Page Home --*/

@media screen and (max-width: 1024px) and (max-width: 641px){
    .hiwblocks.l, .hiwblocks.m, .hiwblocks.r {
        border: none;
        margin-bottom: 5em;
        padding: 0 0 5em 0;
        text-align: center;
        width: 100%;
    }

    .s2mh {
        min-height: 22em !important;
    }
}

/*-- 3.0 Carousel multiple item home --*/

@media screen and (max-width: 992px){
    .hbbooking {
        text-align: center;
        min-height: 13em;
    }

    .hpcontent {
        min-height: 0em;
    }

    .hiwblocks {
        margin-bottom: 3.5em;
    }

    .hiwblocks p {
        text-align: center;
    }

    .hiwblocks a {
        margin-top: 25px;
    }

    .scroll-arrow-box {
        padding: 0em 0 4em 0;
    }

    .scroll-last-arrow {
        padding: 3em 0 4em 0;
    }

    .outer-con h2 {
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 641px){
    .homelogosectionlign1 {
        padding-top: 1.5em;
    }

    .homelogosectionlign2 .carousel-inner {
        padding: 0px;
    }
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
    #howitworks {
        margin: 0px auto;
        width: 58em;
    }
}

/*Section 3*/

@media screen and (max-width: 768px){
    .hpleft {
        margin-bottom: 4em;
    }

    .hpleft h3, .hpright h3 {
        text-align: center;
    }

    .hpleft p, .hpright p {
        text-align: justify;
    }

    .hpleft a, .hpright a {
        display: block;
        width: 100%;
    }
}

/* Section 4 */

@media screen and (max-width: 992px){
    #section4 {
        display: none;
    }
}

/*-- 5.0 Page repair --*/

@media screen and (max-width: 768px){
    #dias {
        width: 75%;
    }
}

@media screen and (max-width: 576px){
    #dias {
        width: 100%;
    }
}

/*-- 6.0 Page tracking --*/
@media (max-width: 768px) {
    .tracking-dflex {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .tracking-dflex label {
        padding-right: 10px;
        margin-bottom: 0;
        color: #333;
        font-family: weblysleek_uisemibold;
    }
}

/*-- 7.0 Page product ( rma ) --*/

@media screen and (max-width: 992px) {
    .flex-responsive {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
    }

    .byr-s-label {
        text-align: left;
        width: 100%;
    }

    .form-check-inline {
        margin-right: 0;
        display: block;
        align-items: left;
        margin-bottom: 15px;
    }

    .form-check-label {
        margin-left: 0;
    }

    .width-product-form {
        width: 100%;
    }

    .info-bulle-button {
        position: absolute;
        top: 5px;
        right: 0px;
    }

    .accordion-panel {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }

    .accordion-panel.open {
        max-height: none;
        min-height: 0;
        background-color: #f7f7f7;
        padding: 3em 4em 1em 4em;
    }

    .state-mobile-question {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
    }

    .button-boolean {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .form-check-button label {
        width: 73px;
    }

    .form-check-right {
        margin-left: 1px;
    }

    .state-mobile-question p {
        margin-bottom: 5px;
    }

    .form-check-inline.form-check-button {
        margin-bottom: 0;
    }

    .form-check-checkbox label{
        position: relative;
        margin-left: 20px;
        top: -8px;
    }
}

@media screen and (max-width: 768px) {
    .logistic-card {
        margin-bottom: 20px;
    }

    .logistic-inner {
        max-width: 75%;
        margin: auto;
    }
}

@media screen and (max-width: 576px) {
    .logistic-inner {
        max-width: 100%;
        margin: auto;
    }
}

/*-- Page recap rma --*/

@media screen and (max-width: 992px) {
    .infos-rma-card {
        margin-bottom: 30px;
    }
}

/*-- Fin Footer --*/

/* footer modal */

@media (min-width: 576px) {
    .modal-foot {
        max-width: 50em;
        margin: 1.5rem auto;
    }
}

/* Fin.1 Page contact */

@media (max-width: 768px) {
    .form-dflex {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .form-dflex label {
        width: 295px;
        padding-right: 0px;
        margin-bottom: 10px;
        text-align: left;
        color: #333;
        font-family: weblysleek_uisemibold;
    }

    .ppb-civility {
        width: 100% !important;
        padding-bottom: 10px !important;
    }

    .customer-name {
        width: 100%;
        margin-left: 0px;
    }
}
