@media screen and (max-width: 1024px) {
  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 5px 10px;
  }
  * {
    font-size: 16px;
    line-height: normal;
  }
  section {
    max-width: 100vw;
  }
  main {
    padding-bottom: 35px;
  }
  section.lc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2vw 6vw;
  }
  section.lc div {
    width: 100%;
  }
  body .txt-img {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .button {
    padding: 5px 10px 7px 10px;
    margin: 3vw 4vw 1vw 0;
  }
  .display1, .display2, .display3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 75px 5vw 0vw 5vw;
  }
  .display2 {
    margin-top: 35px;
  }
  .presentation-block.large, .presentation-block.xlarge {
    max-width: 100%;
  }
  .display1 .column-right .presentation-block:nth-child(1) {
    margin-top: 9vw;
  }
  .presentation-block.small {
    max-width: 100%;
    margin: auto;
    width: inherit;
  }
  .display2 .column-left .presentation-block:nth-child(2) {
    margin-left: initial;
  }
  .display3 .column-left .presentation-block:nth-child(2) {
    margin-top: 10vw;
    margin-left: initial;
  }
  .mobile-menu-content ul.menu {
    margin-left: initial;
    list-style: none;
  }
  .mobile-menu-content ul.menu li {
    cursor: pointer;
    margin-top: 4%;
  }
  .mobile-menu-content ul.menu li a {
    text-decoration: none;
    text-transform: capitalize;
  }
  body .mobile-menu-content {
    width: 100%;
    height: 100%;
    background-color: white;
  }
  body .desktop-nav, body header .dourbie-logo, body .small-header {
    display: none;
  }
  body .mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid;
  }
  body .domaine section {
    margin: 5vw 0vh;
  }
  body .domaine .description-domaine {
    padding: 0px 3vw;
  }
  body .immersion section {
    padding: initial;
  }
  body .txt-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px;
    margin-top: initial;
    margin-bottom: 30px;
  }
  body .txt-img.inverted {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0px;
  }
  body .txt-img p {
    text-align: center;
    max-width: 90%;
    padding-bottom: 5vw;
  }
  body .mobile-nav {
    position: relative;
  }
  body .mobile-nav .mobile-logo {
    width: 50vw;
    border-right: solid 1px;
  }
  body .mobile-nav .mobile-logo svg {
    width: 150px;
    display: block;
    margin: auto;
    /* transform: translateY(50%); */
    padding: 8%;
  }
  body .mobile-nav .burger-logo {
    position: absolute;
    right: 28px;
    top: 5px;
  }
  body .mobile-nav .burger-logo .burger-icon {
    width: 7vw;
    height: 0.4vw;
    background-color: black;
    margin: 1.9vw 0;
  }
  body .separator {
    height: 50px;
    margin: 30px;
  }
  body .title-xxl {
    font-size: 8.7vw;
    line-height: 8.7vw;
    margin: 6.5vw 0px 10px 0px;
  }
  body .title-xl {
    line-height: normal;
    margin: initial;
    font-size: initial;
  }
  body .title-l {
    font-size: 26px;
    line-height: 32px;
    margin: 2.5vw 0px 0.5vw 0px;
  }
  body .title-m {
    font-size: 18px;
    line-height: normal;
    margin: 2.5vw 0px 1.5vw 0px;
  }
  body .title-s {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  body .title-xs {
    font-size: 15px;
    line-height: normal;
  }
  body .main-slider {
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    max-height: 320px;
  }
  body .main-slider .main-slider-picture {
    -ms-grid-column: 2;
    -ms-grid-column-span: 22;
    grid-column: 2/24;
  }
  body .main-slider .main-slider-slogan {
    -ms-grid-column: 2;
    -ms-grid-column-span: 23;
    grid-column: 2/25;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  body .carrousel {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }
  body .carrousel .product {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 15vw;
    margin-top: 20px;
  }
  body .display2 .column-right .presentation-block:nth-child(1), body .display3 .column-right .presentation-block:nth-child(1) {
    margin-top: 11vw;
    margin-left: initial;
  }
  body .quality-label {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
  }
  body .quality-label .intro {
    margin-left: 11vw;
    font-size: 4.5vw;
    line-height: 5.7vw;
  }
  body .quality-label .labels img {
    max-width: 50px;
  }
  body .site-footer.main-container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
  }
  body .site-footer.main-container .footer-left-part {
    -ms-grid-rows: 60px 1fr;
        grid-template-rows: 60px 1fr;
    border-right: none;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  body .site-footer.main-container .footer-left-part .footer-newsletter {
    margin-top: 6vw;
  }
  body .site-footer.main-container .footer-right-part {
    grid-column: initial;
    margin-top: -65px;
    border-top: solid 1px black;
  }
  body .site-footer.main-container .footer-right-part li {
    line-height: 32px;
    font-size: 16px;
  }
  body .site-footer.main-container .list-title {
    line-height: 7.8vw;
    font-size: 4.6vw !important;
  }
  body .site-footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5vw;
  }
  body .site-footer-bottom .copyright {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-right: none;
    padding: 10vw 0 10vw;
    margin: auto;
  }
  body .site-footer-bottom .copyright svg {
    width: 8vw;
  }
  body .site-footer-bottom .copyright span {
    position: relative;
    font-size: 3.1vw;
  }
  body .site-footer-bottom .footer-bottom {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0px;
  }
  body .site-footer-bottom .footer-bottom .link {
    font-size: 11px;
  }
  .wine-club .intro .top-intro {
    line-height: 1.8rem;
  }
  .wine-club section.display2 .column-right .presentation-block:nth-child(1).av1 {
    margin-left: initial;
  }
  .display2 .column-right .presentation-block:nth-child(2) {
    margin-left: initial;
  }
  .immersion .display5 p.title-xs {
    line-height: 5.6vw;
  }
  .immersion .display5 .txt-img.inverted {
    margin: initial;
  }
  .wine-club .tarifs p {
    text-align: center;
    line-height: 4.8vw;
  }
  .wine-club section {
    padding-bottom: 5vw;
    padding-top: 5vw;
  }
  .wine-club .separator {
    display: none;
  }
  .wine-club section.display2 {
    padding: initial;
  }
  .wine-club section.member p.intro {
    line-height: 8vw;
  }
  .post {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .post .article-text {
    max-width: 100vw;
    margin-bottom: 15px;
  }
  .post .article-text p {
    margin: 0px;
    line-height: normal;
  }
  .contact .adress {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact .adress .adress-details {
    padding: 15px 0 35px 0;
    text-align: center;
    width: initial;
    line-height: 22px;
  }
  .contact .adress .adress-details strong {
    margin-bottom: 5px;
  }
  .contact .adress .separator {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .contact #contact-form {
    padding-top: 25px;
    padding-bottom: 35px;
  }
  .contact .form form {
    width: initial;
  }
  .contact .form form .submit {
    width: initial;
  }
  .contact .team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact .team .member {
    width: initial;
    margin-bottom: 35px;
  }
  body .mobile-menu-content .button {
    display: block;
    margin-top: 10px;
    margin-left: 9vw;
    margin-right: 9vw;
    text-align: center;
  }
  .oneotour-text p {
    font-size: 1.8rem !important;
  }
  section.lc.vin1 div {
    min-height: initial;
  }
  section.lc div .margin_up {
    margin-top: initial;
  }
  section.lc.vin1 img {
    width: initial;
  }
  section.lc.vin1 :nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  section.lc.vin1 :nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  section.lc.vin1 :nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  section.lc.vin1 :nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  section.lc.vin1 :nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  section.lc.vin1 :nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  section.lc.vin2 :nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  section.lc.vin2 :nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .product.slick-slide {
    margin-top: 6vw;
  }
  .display2 .column-right .presentation-block:nth-child(2) {
    margin-top: 12vw;
  }
  .domaine .intro .title-s {
    margin: 19px 0px 20px 0px;
    text-align: center;
  }
  .domaine .description-domaine .title-xs, .description-domaine p.title-xs {
    margin-top: 10px;
  }
  .tarifs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wine-club section.member p {
    line-height: 5vw;
  }
  .wine-club .outro {
    padding: initial;
  }
  .delivery-top {
    font-size: 2.8vw !important;
    padding: 10px;
  }
  div.summary.entry-summary {
    max-width: initial;
  }
  .summary .price {
    margin: initial;
  }
  .woocommerce-product-details__short-description p {
    line-height: normal;
  }
  .footer_product .footer_product_content .footer_product_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_product .footer_product_content .footer_product_container .footer_product_right {
    width: initial;
  }
  .footer_product .footer_product_content .footer_product_container .footer_product_attributes {
    width: initial;
    border-right: initial;
  }
  .footer_product .footer_product_content .footer_product_container .footer_product_attributes ul {
    width: initial;
  }
  .footer_product_attributes ul li, .footer_product_label p {
    line-height: initial;
  }
  .woocommerce-cart .wc-proceed-to-checkout a.button {
    width: 100%;
    padding: 2.5vw 1vw;
  }
  .post-7 .entry-title, .post-8 .entry-title {
    font-size: 4.4vw;
  }
  .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: none;
    width: 100%;
    border-right: initial;
    padding-right: initial;
  }
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
    padding-left: initial;
  }
}
/*# sourceMappingURL=mobile.css.map */
