@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,400i,600,700');

html {
    overflow-x: hidden;
}

.bandeau-header {
    background-color: black;
    width: 100%;
    color: white;
}

.bandeau-header ul li {
    display: inline;
}

.bandeau-header a {
    text-decoration: none;
    color: white;
}

body {
    font-family: "Open Sans";
    overflow-x: hidden;
}




/***************************
Slider
***************************/

@keyframes slider-pulse {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.06);
    }
    100%{
        transform: scale(1);
    }
}

.owl-carousel{
    position: relative;
    margin-bottom: 0;
}
.owl-carousel .owl-item{
    overflow: hidden;
}

.owl-carousel .owl-item .sa_hover_container{
    height: 600px;
}
.owl-carousel .owl-item .sa_hover_background{
    transform-origin: center;
    animation: 15s infinite slider-pulse;
}


.owl-carousel h1{
    color: #fff;
    font-weight: 700;
    line-height: 120%;
}
.owl-carousel p{
    color: #fff;
    font-weight: 300;
    line-height: 120%;
}
.owl-carousel a{
    color: #fff;
}
.owl-carousel .slider-content{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%) translateX(-150%);
    max-width: 500px;
    padding: 30px;
    background: rgba(0,0,0,0.3);
    opacity: 0;
}
.owl-carousel .owl-item.active .slider-content{
    opacity: 1;
    transform: translateY(-50%) translateX(0);
    transition: transform 0.8s ease 0.2s;
}


/***************************
Footer
***************************/

/*****Footer-TP1 4-col*****/

footer .row {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 35px 0;
}

footer {
    background-color: #ffffff;
}

footer .copyright .textwidget {
    border-top: 1px solid #ddd;
    max-width: 1200px;
    margin: 0 auto;
}

footer h2 {
    color: #000;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

footer p {
    color: #000;
    font-size:13px;
}

footer ul {
    padding-left: 0px;
}

footer li {
    list-style: none;
}

footer li .fa-chevron-right {
    color: #e4013a;
    font-size: 11px;
}

footer li, footer li a {
    color: #000;
    font-size:13px;
    transition: all 0.2s ease-in-out;
}

footer li a:hover {
    color: #e4013a;
    font-size:13px;
    text-decoration:none;
}

footer .copyright p {
    text-align: left;
    font-size:11px;
    padding: 10px 15px;
    margin: 0px;
}

footer .copyright a {
    color: #ffffff;
}

footer .ik-logo-copyright {
    vertical-align: bottom;
    padding-right: 23px;
}

section.top-footer {
    max-width: 1200px;
    margin: 0 auto;
}

section.top-footer img {
    max-width: 80px;
    margin: 20px 0 0 0;
}

/*****Footer-TP1 4-col Responsive Tablet*****/

@media screen and (max-width: 991px){
    .top-footer .footer-col::after {
        display: none;
    }
    footer .row {
        max-width: 1024px;
        margin: 0 auto;
        padding: 45px 45px 35px 45px;
    }

    footer .footer-col:nth-child(3)::after {
        display:none;
    }

    .top-footer .footer-col:nth-child(-n+2) {
        margin-bottom: 50px;
    }
}

/*****Footer-TP1 4-col Responsive Mobile*****/

@media screen and (max-width: 768px){
    .top-footer .footer-col:nth-child(-n+2) {
        margin-bottom: unset;
    }

    footer .row {
        max-width: 1024px;
        margin: 0 auto;
        padding: 40px 25px 20px 25px;
        text-align: center;
    }

    footer h2 {
        text-align: center;
    }

    footer .footer-col:after {
        display:none;
    }

}

/***************************
Menu RS, Téléphone ...
***************************/

.bandeau-header {
    max-height: 30px;
    background-color: #212529;
}

nav.menu-menu-rs-container {
    max-width: 450px;
    float: left;
}

nav.menu-menu-telephone-container {
    max-width: 200px;
    display: inline-block;
}



.single-post .menu-principal {
    background: #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.04);
}

a.footer-rs {
    display: inline-block;
}

a.footer-rs {
    color: #000;
    border: 1px solid #000;
    border-radius: 100%;
    position: relative;
    height: 25px;
    width: 25px;
}

.top-footer .footer-rs svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 8px;
    max-height: 10px;
    margin: 0px;
}

.woocommerce main.main-content {
    max-width: 1200px;
    margin: 0 auto;
}

footer .newsletter-blc{
    margin-bottom: 35px;
}

.newsletter-blc {
    display: flex;
    width: 100%;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    max-width: 770px;
    position: absolute;
    border-radius: 10px;
    margin: 0px!important;
    padding: 14px;
    border: 1px solid rgba(0,0,0,0.10);
}
.newsletter-title{
    flex-shrink: 0;
    padding-right: 10px;
    margin-top: 3px;
}
.newsletter-title p{
    padding-left: 0;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 14px;
    text-align: left;
}
.newsletter-form{
    position: relative;
    display: flex;
    width: 100%;
    height: 32px;
    overflow: hidden;
}
.newsletter-form::after{
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: rgb(228, 1, 58);
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    border-radius: 100%;
}
.newsletter-form input[type=email]{
    width: 100%;
    border: none;
    background: rgba(0,0,0,0.05);
    font-size: 14px;
    color: #000;
    padding: 3px 10px;
    z-index: 0;
}
.newsletter-form input[type=submit]{
    background-color: transparent;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    border: none;
    cursor: pointer;
    width: 50px;
    line-height: 100%;
    z-index: 10;
}
.newsletter-form input[type=email]:focus{
    margin-top: 0;
}

section.top-footer {
    position: relative;
}

@media screen and (max-width: 768px) {
    .newsletter-blc {
        top: 0%;
        transform: none;
        position: relative;
        margin: 20px 0px 0px 0px !important;
    }
}

div.woocommerce {
    max-width: 1200px;
    margin: 45px auto 10px auto;
    padding: 15px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text{
    min-width: 200px;
}

@media screen and (max-width: 500px) {
    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-page table.cart td.actions .coupon .input-text + .button {
        width: 100%;
    }
}

.woocommerce thead tr {
    background: rgb(228, 1, 58);
}

.woocommerce  thead {
    color: #fff;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: rgb(228, 1, 58);
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #fff!important;
    background-color: rgb(228, 1, 58);
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
    max-width: 48%;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
    max-width: 48%;
}

span.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce form .form-row input.input-text {
    border: 1px solid #bbb;
    height: 42px;
    padding: 0px 15px;
}

.woocommerce form .form-row textarea {
    padding: 15px 15px;
    height: 100%;
}

.select2-container .select2-selection--single {
    height: 42px;
    padding: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input {
    top: -3px;

}

div#order_review {
    padding: 15px;
}

h3#order_review_heading {
    padding: 40px 15px 0px 22px;
}

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

    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        float: left;
        width: 100%;
        max-width: 100%;
    }
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        float: right;
        width: 100%;
        max-width: 100%;
    }
    h3#ship-to-different-address {
        margin-top: 35px;
    }
    .newsletter-blc {
        right: 0px;
    }
    footer .row {
        padding: 40px 0px 20px 0px;
    }
}

.sib_signup_box_inside_1 p {
    text-align: left!important;
}

@media screen and (max-width: 650px) {
    .newsletter-title  {
        width: 100%;
    }
    .newsletter-title p {
        width: 100%;
        text-align: center!important;
        display: block;
    }
    .newsletter-blc {
        display: block;
    }
    .newsletter-form {
        margin-top: 15px;
    }
}

.woocommerce-MyAccount-content p a {
    color: rgb(228, 1, 58);
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: rgb(228, 1, 58);
}

li.woocommerce-MyAccount-navigation-link.is-active, li.woocommerce-MyAccount-navigation-link:hover {
    background: rgb(228, 1, 58);
}

nav.woocommerce-MyAccount-navigation a {
    font-size: 16px;
    color: #000;
}

li.woocommerce-MyAccount-navigation-link.is-active a, li.woocommerce-MyAccount-navigation-link:hover a {
    color: #fff;
    text-decoration: none;
}

nav.woocommerce-MyAccount-navigation ul {
    padding: 0px;
}

nav.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid #e7e7e7;
    padding: 6px 15px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a {
    background-color: transparent;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: rgb(228, 1, 58);
    padding: 5px 40px 5px 40px;
    border-radius: 30px;
    border: 1px solid rgb(228, 1, 58);
    display: inline-block;
    margin: 40px 5px 15px 5px;
    transition: all 0.1s ease-out;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
    border-bottom: 0px solid #e7e7e7;
    text-align: center;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout:hover {
    background: transparent;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background: rgb(228, 1, 58);
    color: #fff;
    border: 1px solid rgb(228, 1, 58);
}

.woocommerce-MyAccount-content p {
    font-size: 15px;
}

.woocommerce-MyAccount-content .woocommerce-message {
    width: 100%!important;
}

.woocommerce-account .addresses .title h3 {
    float: left;
    font-size: 20px;
    font-weight: 300;
    color: rgb(228, 1, 58);
}

.woocommerce-account .addresses .title .edit {
    float: left;
    color: rgb(228, 1, 58);
    text-decoration: underline;
    font-weight: 600;
    display: block;
    width: 100%;
}

.woocommerce-MyAccount-content legend {
    padding-top: 20px;
    display: block;
    position: relative;
}

.woocommerce-MyAccount-content button.woocommerce-Button.button {
    margin-top: 25px;
}

@media screen and (max-width: 768px) {
    .woocommerce-MyAccount-content form .form-row-first, .woocommerce-MyAccount-content form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100%;
        overflow: visible;
    }
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account.is-active a {
    position:relative;
}

.search main.main-content {
    max-width: 1200px;
    margin: 0 auto;
    min-height: 65vh;
}

.grecaptcha-badge {
    display: none !important;
}
/*
     FILE ARCHIVED ON 03:46:27 Oct 08, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:30:27 Jan 19, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 210.464
  exclusion.robots: 0.091
  exclusion.robots.policy: 0.082
  RedisCDXSource: 23.617
  esindex: 0.009
  LoadShardBlock: 157.252 (3)
  PetaboxLoader3.datanode: 138.859 (4)
  CDXLines.iter: 26.185 (3)
  load_resource: 60.849
  PetaboxLoader3.resolve: 45.409
*/