@media only screen and (min-width: 320px) {
  body .specs .spec {
    max-width: calc(50% - 30px);
  }
}
@media only screen and (min-width: 768px) {
  body .extra-content .content.equipements .list-items {
    -webkit-columns: 2;
    columns: 2;
  }
}
@media only screen and (min-width: 1025px) {
  body .resa-container.popbox-on .popbox {
    bottom: 70px;
    top: auto;
  }
  body .resa-container.popbox-on .popbox.visible.on {
    bottom: 82px;
    top: auto;
  }
  body .resa-bar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-wrap: none;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    width: 100%;
    max-width: 1280px;
  }
  body .volute {
    position: absolute;
    bottom: 0;
    width: 256px;
    height: 96px;
  }
  body .layout-1 .volute {
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  body .layout-2 .volute {
    left: 0;
  }
  body .container .title-big {
    font-size: 120px;
    line-height: 122px;
  }
  body .container .title-big .flower {
    bottom: 10px;
  }
  body .container .title-big .flower::after {
    font-size: 72px;
  }
  body .container .title-big .premium::after {
    background-position: 0 -143px;
    background-size: 750px;
    width: 230px;
    height: 53px;
  }
  body .container .row.row-1.layout-1.intro {
    margin: 35px auto 0 auto;
  }
  body .container .row.row-1.layout-1.intro .image-block {
    margin: 0 0 50px 0;
    -webkit-align-items: center;
    align-items: center;
  }
  body .container .row .paragraph {
    max-width: 600px;
  }
  body .container .row .paragraph.special p {
    font-size: 24px;
    line-height: 32px;
  }
  body .container .row .paragraph.special p .flower::after {
    font-size: 20px;
  }
  body .container .row .bt {
    margin: 48px 0 0 0;
  }
  body .container .row img.fleche {
    display: block;
    margin-top: 54px;
  }
  body .container .row.multi.row-3,
  body .container .row.multi.row-4 {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
  }
  body .container .row.multi.row-3 .text-block,
  body .container .row.multi.row-4 .text-block {
    max-width: 600px;
    max-height: 330px;
    padding-bottom: 38px;
    overflow: hidden;
    z-index: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body .container .row.multi.row-3 .text-block.expanded,
  body .container .row.multi.row-4 .text-block.expanded {
    max-height: 1600px;
  }
  body .container .row.multi.row-3 .text-block::after,
  body .container .row.multi.row-4 .text-block::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #f6f0ea;
    background: -moz-linear-gradient(top,rgba(246,240,234,0) 0%,#f6f0ea 100%);
    background: -webkit-linear-gradient(top,rgba(246,240,234,0) 0%,#f6f0ea 100%);
    background: linear-gradient(to bottom,rgba(246,240,234,0) 0%,#f6f0ea 100%);
  }
  body .container .row.multi.row-3 .text-block.no-extra-content::after,
  body .container .row.multi.row-4 .text-block.no-extra-content::after {
    display: none;
  }
  body .container .row.multi.row-3 .read-more,
  body .container .row.multi.row-4 .read-more {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    display: block;
    text-align: center;
    width: auto;
    position: relative;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 20px 10px 20px;
    text-decoration: underline;
    max-width: 600px;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    margin-bottom: 30px;
  }
  body .container .row.multi.row-3 .read-more::after,
  body .container .row.multi.row-4 .read-more::after {
    position: relative;
    content: "";
    border: solid #ab8f79;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform-origin: 75% 50%;
    -moz-transform-origin: 75% 50%;
    -ms-transform-origin: 75% 50%;
    -o-transform-origin: 75% 50%;
    transform-origin: 75% 50%;
  }
  body .container .row.multi.row-3 .read-more.expanded::after,
  body .container .row.multi.row-4 .read-more.expanded::after {
    border: solid #ab8f79;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    border-width: 0 3px 3px 0;
  }
  body .container .row.multi.row-3 .read-more:hover,
  body .container .row.multi.row-4 .read-more:hover {
    color: #26262a;
  }
  body .container .row.multi.row-3 .read-more:hover::after,
  body .container .row.multi.row-4 .read-more:hover::after {
    border: solid #26262a;
    border-width: 0 3px 3px 0;
  }
  body .container .row.row-5 {
    margin-top: 70px;
  }
  body .container .row.row-5 .title {
    margin: 0 auto 50px auto;
    font-size: 60px;
    line-height: 60px;
  }
  body .svg.plante-1 {
    right: 0;
    left: auto;
    bottom: -70px;
    width: 142px;
    height: 417px;
  }
  body .svg.plante-2 {
    right: calc(172px + 20px);
    left: auto;
    bottom: -70px;
    width: 72px;
    height: 280px;
  }
  body .extra-content.last-resa-btn {
    padding: 24px 24px 94px 24px;
  }
  body .extra-content .content {
    max-width: 1120px;
  }
  body .extra-content .content .title {
    margin: 0 auto 50px auto;
    font-size: 60px;
    line-height: 60px;
  }
  body .extra-content .content.dispos {
    min-height: 607px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-wrap: none;
    -webkit-box-lines: single;
    -moz-box-lines: single;
  }
  body .extra-content .content.dispos .paragraph {
    margin-right: 30px;
    margin-top: 90px;
  }
  body .extra-content .content.dispos .paragraph .title {
    font-size: 48px;
    line-height: 60px;
    margin: 0;
  }
  body .extra-content .content.dispos .paragraph p {
    font-size: 16px;
    line-height: 24px;
  }
  body .extra-content .content.dispos .dispo-container {
    margin: 90px auto 0 auto;
  }
  body .extra-content .content.avis-clients .plan-link {
    margin: 170px auto;
    width: 640px;
  }
  body .extra-content .content.equipements iframe {
    min-height: 1000px;
  }
  body .extra-content .content.equipements .list-items {
    -webkit-columns: 3;
    columns: 3;
  }
  body .extra-content .content.reservation .bt {
    margin: 96px auto;
  }
  body .specs .spec {
    font-size: 16px;
    line-height: 18px;
    width: auto;
    max-width: 100%;
  }
  body .heb-resa-link {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
  }
  body .carrousel-container {
    overflow: visible;
  }
  body .carrousel {
    margin: 52px auto 52px auto;
    padding: 0 0 0 0;
    max-width: 1280px;
    overflow: visible;
  }
  body .carrousel .slick-prev,
  body .carrousel .slick-next {
    display: block !important;
  }
  body .carrousel .slick-prev {
    left: auto;
    right: 58px;
  }
  body .carrousel .slick-next {
    left: auto;
    right: 24px;
  }
  body .carrousel .slick-dots {
    margin: 20px 0 0 34px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
  }
  body .carrousel .slick-list {
    overflow: visible;
  }
  body .carrousel .heb {
    margin-right: 80px;
    max-width: 718px;
    padding-left: 32px;
    padding-top: 32px;
  }
  body .carrousel .heb >a,
  body .carrousel .heb >div {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    padding-right: 32px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: rgba(255,255,255,0);
  }
  body .carrousel .heb >a:before,
  body .carrousel .heb >div:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    border: 4px solid #ffffff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body .carrousel .heb >a:hover,
  body .carrousel .heb >div:hover {
    background-color: #ffffff;
  }
  body .carrousel .heb >a:hover:before,
  body .carrousel .heb >div:hover:before {
    border: 8px solid #e5d9d0;
  }
  body .carrousel .heb >a:hover picture:before,
  body .carrousel .heb >div:hover picture:before {
    border: 8px solid #e5d9d0;
    background-color: rgba(38,38,42,0.5);
  }
  body .carrousel .heb >a:hover .short-info .read-more,
  body .carrousel .heb >div:hover .short-info .read-more {
    text-decoration: none;
    color: #ffffff;
  }
  body .carrousel .heb >a:hover .short-info .read-more::before,
  body .carrousel .heb >div:hover .short-info .read-more::before {
    width: 100%;
  }
  body .carrousel .heb >a:hover .short-info .read-more::after,
  body .carrousel .heb >div:hover .short-info .read-more::after {
    background-position: -94px -1px;
  }
  body .carrousel .heb picture {
    min-width: 448px;
    min-height: 299px;
    -webkit-transform: translate(-32px,-32px);
    -moz-transform: translate(-32px,-32px);
    -ms-transform: translate(-32px,-32px);
    -o-transform: translate(-32px,-32px);
    transform: translate(-32px,-32px);
  }
  body .carrousel .heb picture:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #ffffff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: rgba(38,38,42,0);
  }
  body .carrousel .heb picture img {
    border: none;
  }
  body .carrousel .heb .short-info {
    margin-top: 0;
    margin-left: -32px;
  }
  body .carrousel .heb .short-info.line-1 {
    font-size: 24px;
    line-height: 32px;
  }
  body .carrousel .heb .short-info.line-2 .flowers {
    font-size: 24px;
    line-height: 32px;
  }
  body .carrousel .heb .short-info.line-2 .flowers .flower {
    font-size: 150%;
  }
  body .carrousel .heb .short-info.line-2 .nb-rooms {
    font-size: 18px;
    line-height: 32px;
  }
  body .carrousel .heb .short-info.line-3 {
    font-size: 14px;
    line-height: 24px;
  }
  body .carrousel .heb .short-info .read-more {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    width: auto;
    display: inline-block;
    border-bottom: 1px solid #26262a;
    margin: 30px 0 10px 0;
    padding: 5px 24px 5px 5px;
    z-index: 1;
  }
  body .carrousel .heb .short-info .read-more::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: width .15s cubic-bezier(0.65, 0, 0.35, 1);
    -moz-transition: width .15s cubic-bezier(0.65, 0, 0.35, 1);
    -ms-transition: width .15s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition: width .15s cubic-bezier(0.65, 0, 0.35, 1);
    transition: width .15s cubic-bezier(0.65, 0, 0.35, 1);
    background-color: #26262a;
  }
  body .carrousel .heb .short-info .read-more::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("https://www.leserignanplage.com/wp-content/themes/serignan/img/sprite.png");
    background-repeat: no-repeat;
    background-position: -83px -1px;
    width: 10px;
    height: 10px;
  }
  body #calendar-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
  }
  body #calendar-box .daterangepicker .drp-calendar.left {
    margin-right: 15px;
  }
  body #calendar-box .daterangepicker .drp-calendar.right {
    margin-left: 15px;
    display: block;
  }
  body .popbox {
    border: 1px solid #e5d9d0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    top: 70px;
    margin-left: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    width: auto;
    height: auto;
    padding-top: 24px;
    padding-bottom: 90px;
  }
  body .popbox div.close-popbox {
    display: none;
  }
  body .popbox.visible.on {
    top: 82px;
  }
  body #calendar-box {
    width: auto;
    overflow: hidden;
  }
  body .daterangepicker .drp-calendar {
    max-width: none;
  }
  body .popup-full.on {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  body .popup-full .popup-container .popup-header .title {
    font-size: 36px;
    line-height: 38px;
    margin: 24px;
    max-width: calc(100% - 56px - 82px - 48px);
  }
  body .popup-full .popup-container .popup-header .title .flower::after {
    font-size: 26px;
  }
  body .popup-full .popup-container .popup-header .title .premium::after {
    background-position: 0 -75px;
    background-size: 400px;
    width: 120px;
    height: 29px;
  }
  body .popup-full .popup-container .popup-header .popup-nav .prev-link,
  body .popup-full .popup-container .popup-header .popup-nav .next-link {
    cursor: pointer;
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -ms-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
  }
  body .popup-full .popup-container .popup-header .popup-nav .prev-link:hover,
  body .popup-full .popup-container .popup-header .popup-nav .next-link:hover {
    color: #f6f0ea;
  }
  body .popup-full .popup-container .popup-inner {
    padding: 0;
  }
}
