@media only screen and (max-width: 1500px) {
  .section_gallery .slide .container {
    max-width: calc(100% - 25%);
  }
  .section_infos .bloc_infos {
    padding: 20px;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .section_infos .bloc_infos .info:before {
    height: 60px;
    transform: translateY(-50%);
    top: 50%;
  }
  .section_infos .bloc_infos .info {
    padding-left: 20px;
    min-width: 280px;
    flex: auto 0 0;
  }
}

@media only screen and (max-width: 1170px) {
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .section_gallery {
    max-height: calc(100vh - 120px);
  }
  .section_gallery .slide .container .bloc,
  .section_gallery .slide .descriptif {
    padding: 15px;
  }
  .section_gallery .slide .descriptif h1 {
    line-height: 30px;
    font-size: 30px;
  }
  .section_gallery .slide .descriptif h2 {
    line-height: 50px;
    font-size: 50px;
    margin: 15px 0;
  }
  .section_produits .bloc_product .products .product,
  .related.products .products .product,
  .upsells.products .products .product {
    margin: 0 0 20px;
    padding: 0 8px;
  }
  .img_top_parallax {
    height: 150px;
  }
  .parallaxator {
    display: flex;
    justify-content: center;
  }
  .parallaxator > .parallax_child {
    position: absolute;
    max-width: inherit;
    top: 0;
    width: auto;
  }
  .img_top_parallax .the_content * {
    width: auto;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-left: 10px;
    width: calc(100% - 300px);
    padding: 20px;
  }
  .woocommerce-account #compte-menu {
    padding: 20px 10px;
  }
  .template_panier .woocommerce .shop_table .actions .pos-left {
    width: calc(100% - 200px);
  }
  .template_panier .woocommerce .cart-collaterals {
    width: 300px;
  }
  .template_panier .woocommerce form.woocommerce-cart-form {
    margin-right: 20px;
    width: calc(100% - 320px);
  }
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt,
  #add_payment_method .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
  .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button,
  .woocommerce input.button-alt {
    padding: 10px;
  }
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
  }
  .tinv-wishlist .product-action .button > i {
    display: none !important;
  }
}

@media only screen and (max-width: 1060px) {
  .woocommerce table.shop_table td.woocommerce-orders-table__cell-order-actions {
    width: 175px;
    max-width: initial;
  }
}

@media only screen and (max-width: 991px) {
  #main-navigation {
    display: none;
  }
  .open-menu {
    display: block;
    margin: 8px 20px 0 0;
    height: auto;
    position: initial;
  }
  #main-navigation-mobile .open-menu {
    top: 5px;
    right: 18px;
    left: auto;
    position: absolute;
    height: 30px;
    margin: 0;
  }
  #main-navigation-mobile {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    background: #fafafa;
    z-index: 20;
    width: 100vw;
    border-top: 5px solid #58585a;
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    display: block;
  }
  #main-navigation-mobile.active {
    max-height: 100vh;
    visibility: visible;
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
  }
  #main-navigation-mobile .sf-menu {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 50px 20px 20px;
  }
  #main-navigation-mobile .sf-menu > li {
    width: 100%;
  }
  #main-navigation-mobile .sf-menu > li.menu-item-has-children .after {
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    right: 0;
    border-left: 1px solid #58585a;
    align-items: center;
    justify-content: center;
    color: #004692;
    top: 0;
    z-index: 2;
    cursor: pointer;
  }
  #main-navigation-mobile .sf-menu > li.menu-item-has-children .after .caret {
    border-top: 8px dashed;
    border-top: 8px solid\9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
  }
  #main-navigation-mobile .sf-menu > li.menu-item-has-children.active .after .caret {
    transform: rotate(180deg);
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
  }
  #main-navigation-mobile .sf-menu > li.menu-item-has-children:hover .after,
  #main-navigation-mobile .sf-menu > li:hover > a,
  #main-navigation-mobile .sf-menu > li.current-menu-item > a,
  #main-navigation-mobile .sf-menu > li.menu-item-has-children.active .after,
  #main-navigation-mobile .sf-menu > li.menu-item-has-children.active > a {
    color: #fff !important;
    background-color: #eba923;
  }
  #main-navigation-mobile .sf-menu > li > a {
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #777;
    display: inline-block;
    font-size: 18px;
    padding: 10px 5px 5px;
  }
  .sf-menu > li:last-child > a {
    border-right: none;
  }
  .sf-menu li:hover > ul {
    max-height: 0;
    display: inherit;
  }
  .sf-menu ul li a {
    margin-bottom: 20px;
  }
  .sf-menu ul.sub-menu.open {
    max-height: 100vh;
    display: block;
  }
  .sf-menu ul.sub-menu {
    padding: 0 30px;
    position: relative;
  }
  .sf-menu ul.sub-menu:after {
    background: #777;
    left: 0;
    min-width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 99;
    height: 1px;
    content: '';
  }

  .related.products .products.columns-4 .product,
  .upsells.products .products.columns-4 .product,
  .home .section_produits .bloc_product .products.columns-4 .product {
    width: 50%;
  }

  h2 {
    font-size: 30px;
    margin: 15px 0;
  }
  h2 br {
    display: none;
  }
  h3 {
    font-size: 26px;
    margin: 15px 0;
  }
  .template_validation .woocommerce .col2-set,
  .template_validation .woocommerce-page .col2-set,
  .template_validation .woocommerce .customer_totals {
    width: 100%;
  }
  .woocommerce-account #compte-menu {
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    margin: 20px 0 0;
  }
  .woocommerce-order-pay .template_panier .woocommerce form {
    flex-direction: column;
  }
  .woocommerce-order-pay .template_panier .woocommerce form#epayncstd_payment_form {
    flex-direction: row;
  }
  .template_panier .woocommerce form.woocommerce-cart-form,
  .template_panier .woocommerce .cart-collaterals {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: calc(50% - 10px);
    padding: 10px 10px 60px;
  }
  .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
  .woocommerce .woocommerce-form-register .woocommerce-form-register__submit {
    bottom: 20px;
  }
  .related.products .products.columns-4 .product,
  .section_produits .bloc_product .products.columns-4 .product,
  .upsells.products .products.columns-4 .product {
    width: 50%;
  }
  .section_sommes_nous .container {
    margin-bottom: 50px;
    flex-direction: column;
  }
  .section_sommes_nous .bloc_right {
    width: 100%;
  }
  footer {
    padding: 20px 0 50px;
  }
  footer .footer_top {
    padding-bottom: 20px;
  }
  footer .footer_bottom {
    padding-top: 20px;
    flex-direction: column;
    align-items: inherit;
  }
  footer .footer_bottom .bloc_right {
    justify-content: flex-start;
  }
  .section_qui_sommes_nous {
    margin: 50px 0;
  }
  .section_qui_sommes_nous .bloc_video {
    margin: 80px 0 50px;
  }
  .section_contact {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  header .header_top {
    padding: 10px 0px;
  }
  header .header_top .search_bar {
    width: 230px;
  }
  header .header_top .topbar_list > div > a {
    background: rgba(235, 168, 35, 1);
    border-radius: 100%;
    padding: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header .header_top .topbar_list > div a i {
    margin-right: 0;
    color: #fff;
  }

  header .header_top .topbar_list > div a span {
    display: none;
  }
  header .header_bottom {
    padding: 10px 0px;
  }
  .main-menu_category {
    margin-right: 20px;
  }
  .main-menu_category_btn {
    padding: 14px 5px;
    width: 200px;
  }
  .main-menu_category_btn:after {
    right: 10px;
  }
  .dj-listes-items {
    max-height: calc(100vh - 300px);
    overflow: auto;
  }
  .section_gallery {
    max-height: calc(100vh - 60px);
  }
  .section_gallery .slide .descriptif h2 {
    line-height: 30px;
    font-size: 30px;
    margin: 10px 0;
  }
  .section_gallery .slide .lien {
    margin-top: 10px;
  }
  .section_gallery .slide .container {
    max-width: 100%;
  }
  .section_gallery .owl-carousel .owl-nav {
    display: none;
  }
  .section_gallery .owl-carousel .owl-dots {
    position: absolute;
    top: inherit;
    left: 50%;
    bottom: 45px;
    right: inherit;
    z-index: 100;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 6px;
    padding: 0;
    margin: 0;
    height: 20px;
    line-height: 0;
  }
  h2 {
    font-size: 30px;
    margin: 15px 0;
  }

  .template_produits .section_produits .sidebar-product {
    width: 100%;
    padding: 0 0 30px;
  }
  .template_produits .section_produits .bloc_product {
    width: 100%;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }
  .template_validation .woocommerce-form-coupon-gen .checkout_coupon,
  .template_validation .woocommerce-form.woocommerce-form-login {
    padding: 10px;
  }
  .woocommerce table.shop_table td.woocommerce-orders-table__cell-order-actions {
    width: 100%;
  }
  .woocommerce .col2-set,
  .woocommerce-page .col2-set {
    flex-direction: column;
  }
  .woocommerce .woocommerce-Addresses.col2-set .col-1,
  .woocommerce-page .woocommerce-Addresses.col2-set .col-1,
  .woocommerce .woocommerce-Addresses.col2-set .col-2,
  .woocommerce-page .woocommerce-Addresses.col2-set .col-2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .woocommerce-order-pay .template_panier .woocommerce form a.button,
  .woocommerce-order-pay .template_panier .woocommerce form input.button-alt {
    flex: calc(50% - 10px) 0 0;
  }
  .woocommerce-order-pay .template_panier .woocommerce ul.order_details {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .woocommerce ul.order_details li {
    margin-bottom: 1em;
    border-bottom: 1px dashed #d3ced2;
    padding-bottom: 1em;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
  }
  .woocommerce-order-pay .template_panier .woocommerce form#epayncstd_payment_form {
    flex-direction: column;
  }
  .woocommerce-order-pay .template_panier .woocommerce form a.button,
  .woocommerce-order-pay .template_panier .woocommerce form input.button-alt {
    flex: 100% 0 0;
    margin-bottom: 10px !important;
  }
  .template_panier .woocommerce .shop_table .product-remove,
  .template_panier .woocommerce .shop_table .product-subtotal,
  .template_panier .woocommerce .shop_table .product-price,
  .woocommerce .shop_table .product-quantity {
    width: 100%;
    padding: 5px;
  }
  .template_panier .woocommerce .shop_table tr th,
  .template_panier .woocommerce .shop_table tr td {
    padding: 5px;
  }
  .template_panier .woocommerce .shop_table.cart tbody .product-name,
  .template_panier .woocommerce .shop_table.woocommerce-checkout-review-order-table tbody .product-name {
    width: 100%;
    padding: 5px;
  }
  .template_panier .woocommerce .shop_table .actions .row-actions {
    flex-direction: column;
  }
  .template_panier .woocommerce .shop_table .actions .pos-left,
  .template_panier .woocommerce .shop_table .actions .pos-right {
    width: 100%;
  }
  .woocommerce .col2-set,
  .woocommerce-page .col2-set {
    padding: 0px 0 10px;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-template-page-favoris .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .page-template-page-favoris .tinv-wishlist tfoot .tinvwl-to-right {
    width: 100%;
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody tr.wishlist_item:nth-child(2n + 1) {
    background: #efefef;
  }
  .related.products .products.columns-4 .product,
  .section_produits .bloc_product .products.columns-4 .product,
  .upsells.products .products.columns-4 .product {
    width: 50%;
  }
  .section_map .container {
    margin-bottom: 50px;
    padding-top: 0;
  }
  .section_map .bloc_left {
    position: relative;
    padding: 10px;
    left: 0;
    width: 100%;
  }
  .section_map .bloc_left .titre .icon {
    width: 28px;
    height: 28px;
    background-size: cover;
  }
  .template_produits .section_produits .container {
    flex-direction: column-reverse;
  }
  .section_qui_sommes_nous .bloc_bottom {
    flex-direction: column;
  }
  .section_qui_sommes_nous .bloc_bottom .bloc_right .img {
    width: auto;
    height: auto;
    max-width: 100%;
    height: auto;
  }
  .img_top_parallax .container h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .section_contact .lcb-form .form-input {
    flex: 100% 0 0;
  }
}

@media only screen and (max-width: 600px) {
  header .header_top .container {
    flex-wrap: wrap;
    gap: 15px;
  }
  header .header_top .container .pos-center {
    flex: 100%;
    order: 3;
    justify-content: center;
    display: flex;
  }
  .section_gallery .slide .container {
    justify-content: flex-start;
  }
  .main-slider__circle {
    position: relative;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    left: 50px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    flex-direction: column;
  }
  .template_validation .woocommerce-form-coupon-gen .checkout_coupon .form-row.form-row-first {
    width: 100% !important;
  }
  .template_validation .woocommerce .customer_totals {
    padding: 10px;
  }
  .template_validation .woocommerce .col2-set,
  .template_validation .woocommerce-page .col2-set {
    padding: 10px;
  }
  .template_panier .woocommerce .shop_table tbody .product-name {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .related.products .products.columns-4 .product,
  .upsells.products .products.columns-4 .product,
  .home .section_produits .bloc_product .products.columns-4 .product {
    width: 100%;
  }

  .related.products .products.columns-4 .product,
  .section_produits .bloc_product .products.columns-4 .product {
    width: 100%;
  }
  .section_produits .bloc_product .products.columns-3 .product,
  .template_validation .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit {
    width: 100%;
  }
  .template_validation .woocommerce-form-coupon-gen .checkout_coupon .form-row.form-row-last {
    width: 100% !important;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 10px;
  }
  .woocommerce .shop_table.woocommerce-table--order-details tfoot tr:last-child th,
  .woocommerce .shop_table.woocommerce-table--order-details tfoot tr:last-child td {
    min-width: 100px;
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
  }
  .template_panier .woocommerce .shop_table .actions .pos-left .coupon {
    flex-wrap: wrap;
  }
  .template_panier .woocommerce .shop_table .actions .pos-left .coupon #coupon_code {
    flex: 100% 0 0;
    margin-bottom: 5px;
  }
  .template_panier .woocommerce .shop_table .actions .pos-right .button {
    float: left;
    width: 200px;
  }
  .related.products .products.columns-4 .product,
  .section_produits .bloc_product .products.columns-4 .product,
  .upsells.products .products.columns-4 .product {
    width: 100%;
  }

  footer .footer_top {
    flex-wrap: wrap;
    gap: 20px;
  }
  footer .footer_bottom .bloc_right {
    gap: 15px;
    flex-direction: column;
  }
}

@media only screen and (max-width: 360px) {
  .woocommerce .section_single div.product form.cart .button {
    width: calc(100% - 60px);
    padding: 10px;
    line-height: 20px;
  }
}
