:root {
    --gold: #A6915F;
    --black: #181818;
  }

body {
    max-width: 1920px;
    margin: auto;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

* {
    box-sizing: border-box;
    font-family: 'Playfair Display', serif;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #333333;
}

ul li {
    list-style-type: disc;
    font-size: 16px;
}

main {
    max-width: 1920px;
    margin: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
}

section {
    width: 100%;
}

section > div {
    width: 100%;
    height: 100%;
    padding: 20px 90px;
}

#succes {
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    transition-duration: .6s;
}

#succes.active {
    display: flex;
}

#succes.hidden {
    visibility: hidden !important;
    opacity: 0 !important;
}

#succes > div {
    text-align: center;
    font-size: 24px;
    z-index: 1;
    color: #FFFFFF;
    background-color: var(--gold);
    background-color: #A6915F;
    padding: 60px;
    line-height: 1.5;
    position: relative;
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 30px;
    color: #FFFFFF;
}

p, p a, a, #contact a {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 15px;
    text-decoration: none;
}

a, button, input[type="submit"] {
    transition-duration: .3s;
    font-size: 20px;
    color: var(--gold);
    color: #A6915F;
    cursor: pointer;
}

input[type="submit"]:hover {
    color: var(--gold) !important;
    color: #A6915F !important;
}

img {
    -webkit-user-drag: none;
}

sup {
    font-size: .6em;
}

h1 {
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 1px;
    max-width: 100%;
    margin-bottom: 15px;
}

h2 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.button {
    background-color: var(--gold);
    background-color: #A6915F;
    color: #fff !important;
    border-radius: 5px;
    height: 57px;
    border: none;
    padding: 0 15px;
    min-width: 120px;
    translate: all 0.6s linear;
}

.button:hover,
.button-2:hover {
    border: 2px solid var(--gold);
    border: 2px solid #A6915F;
    background-color: transparent;
    color: var(--black) !important;
    color: #181818 !important;
}

.button-2 {
    background-color: var(--gold);
    background-color: #A6915F;
    color: #fff !important;
    display: block;
    border-radius: 5px;
    height: 57px;
    line-height: 57px;
    width: 240px;
    text-align: center;
    margin-bottom: 30px;
    border: 2px solid var(--gold);
    border: 2px solid #A6915F;
}

li {
    margin-bottom: 10px;
    list-style-type: decimal;
    font-size: 20px;
    margin-left: 25px;
}

/* width */
::-webkit-scrollbar {
    width: 15px;
    overflow: hidden;
}

/* Track */
::-webkit-scrollbar-track {
    background: #D7D4D1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--gold);
    background: #A6915F;
    border-radius: 7.5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #999999;
}

/* HEADER ***********************************/

header {
    width: 100%;
    max-width: 1920px;
    position: fixed;
    margin: auto;
    padding: 10px 90px;
    z-index: 101;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    transition-duration: .6s;
}

header.active {
    background-color: #D7D4D1CC;
}
header.active-menu {
    background-color: #D7D4D1CC !important;
}

header.active .logo, header.active-menu .logo {
    -webkit-filter: none;
            filter: none;
}

#menu-btn {
    display: none;
    background-color: transparent;
    position: fixed;
    cursor: pointer;
    z-index: 105;
    height: 50px;
    border: none;
    width: 50px;
    right: 15px;
    top: 15px;
    padding: 0 5px;
}

#menu-btn span, #menu-btn span::before, #menu-btn span::after {
    content: "";
    width: 40px;
    height: 2px;
    display: block;
    position: absolute;
    background-color: #FFFFFF;
    box-shadow: 0 0 2px rgba(0, 0, 0, .5);
}

#menu-btn span::before {
    top: 13px;
}

#menu-btn span::after {
    bottom: 13px;
}

.menu {
    display: flex;
    align-content: center;
    flex-direction: row;
}

.menu a {
    color: #fff;
    font-size: 18px;
    /* width: 148px; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 15px;
    padding: 0 15px;
    text-transform: capitalize;
    transition: all 0.4s linear;
}

header.active .menu a {
    color: #333333;
}

.menu a:hover {
    opacity: .6;
    transform: scale(1.1);
    color: var(--gold);
    color: #A6915F;
    text-shadow: 1px 1px 1px #fff;
}

.logo { 
    position: relative;
    -webkit-filter: contrast(0) brightness(2);
            filter: contrast(0) brightness(2);
}

.logo2 { 
    -webkit-filter: none; 
            filter: none;
}

.logo img {
    height: 100px;
}

/* Header img**********************************/

#header {
    height: 100vh;
}

#header * {
    color: #FFFFFF;
    text-shadow: 0 0 5px rgba(0,0,0,.4);
}

#header img {
    height: auto;
    max-width: 100%;
}

.overflow {
    overflow: hidden;
    margin: 0;
    padding: 0 !important;
}

.parallax {
    width: 100%;
    height: 100%;
    background-position: center;
}

.parallax::after {
    content: "";
    background-color: rgba(0,0,0,.25);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#scroll-down {
    width: 50px;
    height: 50px;
    background-color: var(--gold);
    background-color: #A6915F;
    display: flex;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30px;
    -webkit-animation: blinkAnimation 4s infinite linear;
            animation: blinkAnimation 4s infinite linear;
}

#scroll-down::after {
    content: "";
    display: inline-block;
    border-top: solid 15px transparent;
    border-left: solid 15px transparent;
    border-bottom: solid 10px #FFFFFF;
    border-right: solid 10px #FFFFFF;
    transform: scaleX(.8) rotate(45deg);
    margin-top: -10px;
}

@-webkit-keyframes blinkAnimation {
    0% { opacity: 0.2; }
    50% { opacity: 0.8; }
    100% { opacity: 0.2; }
}

@keyframes blinkAnimation {
    0% { opacity: 0.2; }
    50% { opacity: 0.8; }
    100% { opacity: 0.2; }
}

.parallax > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .parallax > div > div {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    color: #FFFFFF;
}

#header .parallax p {
    width: 50%;
    max-width: 100%;
    font-weight: bold;
}

.header-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.header-title--img {
    width: 100px;
}

h1 {
    /* color: #120A58; */
    font-size: 64px;
    text-shadow: 0 0 5px rgba(0,0,0,.4);
    text-transform: uppercase;
}

/* PROJET ***********************************/

.green {
    background-color: var(--gold);
    background-color: #A6915F;
}

.green * {
    color: #FFFFFF;
}

.white-green > div {
    padding: 0 90px 0 0;
}

.white-green.reverse > div {
    flex-direction: row-reverse;
    padding: 0 0 0 90px;
}

.reverse .combe-row .image .green {
    left: auto;
    right: 0;
}

.combe-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.combe-row > div {
    height: 760px;
}

.combe-row .text {
    width: 58%;
    padding: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.combe-row .image {
    width: 58%;
    position: relative;
}

.combe-row .image .green {
    height: 100%;
    width: 40%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -44;
}

.combe-row .image .img {
    padding: 80px 0;
    height: 760px;
    display: flex;
}
.combe-row .image .img img {
   width: 100%;
   -o-object-fit: cover;
      object-fit: cover;
}

.combe-row .image .img > div {
    height: auto;
    width: 100%;
    z-index: 1;
    border-radius: 15px;
}

/* SITUATION ********************************/

#situation > div {
    padding: 0 0 0 90px;
}

/* #situation2 > div {
    flex-direction: row-reverse;
} */

#situation .combe-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

#situation .combe-row .text {
    /* padding: 0;
    width: 42%; */
    padding-right: 60px;
    padding-left: 0px;
}

#situation .combe-row .text h2 {
    white-space: nowrap;
}

#situation .combe-row .image {
    width: 65%;
    margin-right: 70px;
}

#situation .image .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 30px;
}

#situation .arrows {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    left: 0;
    margin: auto;
    background-color: var(--gold);
    background-color: #A6915F;
    width: 90px;
    display: flex;
    justify-content: space-between;
}

.maps, .plans {
    position: relative;
    overflow: hidden;
}

.map, .plan {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition-duration: .6s;
    background-size: contain;
}

.map, .map img {
    border-radius: 15px;
}

/*
.map::after {
content: "";
display: block;
box-shadow: 0 0 30px 40px #FFFFFF inset;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
*/

#map2, #map3, #plan2, #plan3 {
    position: absolute;
    top: 0;
    left: 0;
}

.map.active, .plan.active {
    opacity: 1;
} 

/* PLANS ET PRIX ****************************/
#plans-et-prix  > div {
    padding: 10px 90px;
}

table {
    border-bottom: solid 15px var(--gold);
    border-bottom: solid 15px #A6915F;
    border-collapse: collapse;
    /*table-layout: fixed;*/
    max-width: 100%;
    margin: 10xp 0;
    width: 100%;
}

.tab {
    width: 100%;
    overflow-x: auto;
}

td:nth-child(7), th:nth-child(7) {
    min-width: 90px;
}

td, th {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
}

th {
    background-color: var(--gold);
    background-color: #A6915F;
    color: #FFFFFF;
}

tr:nth-child(odd) td {
    background-color: #E6E6E6;
}

#plans h2 {
    text-align: center;
}

#plans > div {
    width: 900px;
    margin: auto;
    max-width: 100%;
}

#plans .buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

#plans .button {
    background-color: var(--gold);
    background-color: #A6915F;
    color: #FFFFFF !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(33.33% - 10px);
    font-size: 14px;
    text-align: center;
    min-width: 230px;
}

#plans-et-prix  .combe-row > div {
    min-height: 560px;
    height: 100%;
}

.combe-row .text {
    padding: 0 20px;
}

/* GALERIE **********************************/

#galerie {
    background-image: url(imgs/mask.png);
    background-position: right;
    background-size: contain;
}

#galerie h2 {
    text-align: center;
}

.gal {
    height: 36vw;
    /*overflow: hidden;*/
    position: relative;
    cursor: -webkit-grab;
    cursor: grab;
}

#roller {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    transition-duration: .6s;
    left: 0%;
}

#roller div {
    width: 33.33%;
    min-width: 33.33%;
    transition-duration: .6s;
    transform: scale(.9);
    opacity: .7;
    z-index: 1;
}

#roller img {
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
    transition-duration: .6s;
    display: block;
    border-radius: 7.5px;
}

#roller .active {
    transform: scale(1.5);
    transition-delay: .6s;
    opacity: 1;
    z-index: 2;
}

#roller .active.smaller-scale {
    transform: scale(1.3);
}

.arrows {
    margin: auto;
    text-align: right;
    width: 90px;
    display: flex;
    justify-content: space-between;
    z-index: 3;
    position: relative;
}

.arrows button {
    border: none;
    background-color: transparent;
    padding: 5px;
    display: flex;
}

/* CONTACT **********************************/

#contact {
    height: 100vh;
    min-height: 900px;
    background-color: #202020;
}

#contact * {
    color: #FFFFFF;
}

#contact .parallax > div {
    align-items: flex-start;
}

#contact .parallax > div > div {
    display: block;
    padding: 120px 30px;
}

.contact-form {
    width: 45%;
}

#contact .contact-logo {
    width: 200px;
    max-width: 100%;
    margin-bottom: 30px;
    display: block;
}

#contact .contact-logo img {
    width: 100%;
    display: block;
}

#contact .lonfat {
    width: 220px;
}

#contact .lonfat img {
    background-color: #FFFFFF;
}

input[type="text"], input[type="email"], textarea {
    background-color: transparent;
    margin-bottom: 15px;
    color: #FFFFFF;
    padding: 15px;
    border: none;
    resize: none;
    width: 80%;
    border: solid 2px var(--gold);
    border: solid 2px #A6915F;
    border-radius: 2px;
}

input:focus, textarea:focus {
    box-shadow: 0 0 0 4px #A4A39F;
    border-radius: 3px;
}

textarea {
    height: 160px;
}

.icon {
    vertical-align: middle;
    margin-right: 10px;
    height: 25px;
}

#contact a {
    display: inline-block;
    margin-bottom: 5px;
}

.contact-info {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.contact-info--details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}


.contact-info--details-box {
   width: 47%;
   height: 280px;
   margin-bottom: 10px;
}

.contact-info--details-box-inside {
    display: flex;
    flex-direction: column;
    align-items: center;
 }

 .contact-info--details-box-inside div {
  width: 100%;
  height: 50%;
 }

 .contact-logo img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
 }

.contact-info hr {
    margin: 10px 0;
}

input::-webkit-input-placeholder, message::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
}

input:-ms-input-placeholder, message:-ms-input-placeholder {
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
}

input::-moz-placeholder, message::-moz-placeholder {
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
}

input::-ms-input-placeholder, message::-ms-input-placeholder {
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
}

input::placeholder, message::placeholder {
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
}

::-webkit-input-placeholder { /* Chrome */
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
}
:-ms-input-placeholder { /* IE 10+ */
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
}
::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
}
:-moz-placeholder { /* Firefox 4 - 18 */
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
}

/* FOOTER ***********************************/

footer {
    background-color: var(--black);
    background-color: #181818;
    padding: 40px 90px;
}

footer * {
    color: #FFFFFF;
}

footer > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#avp p, #avp a {
    font-size: 12px;
    margin: 0;
}

#avp a:hover {
    color: var(--gold);
    color:#A6915F
}

#avp br {
    display: none;
}

footer .logos {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    padding: 10px 15px 5px 10px;
}

.cbz-immobilier {
    margin-bottom: 0;
}

footer .logos img {
    height: 40px;
}

footer .menu a {
    font-size: 16px;
}

/********************************************/

@media only screen and (max-width: 1400px) {
    header {
        padding: 30px 90px;
    }

    .combe-row .image .img, .combe-row > div {
        height: 790px;
    }

    .icons img {
        height: 55px;
    }

    .white-green .text {
        padding-right: 45px;
    }

    #situation .combe-row .text {
        padding: 0;
        width: 50%;
        padding-right: 60px;
        padding-left: 0px;
    }
    
    #situation .combe-row .text h2 {
        white-space: nowrap;
    }
    
    #situation .combe-row .image {
        /* width: 65% !important; */
        margin-right: 70px;
    }
    #situation .map {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #situation .image .img img {
        width: 100%;
        height: 60%;
        -o-object-fit: cover;
           object-fit: cover;
    }

    input[type="text"], input[type="email"], textarea {
        padding: 10px;
    }

    textarea {
        height: 120px;
    }

    #avp br {
        display: inline;
    }

    #plans-et-prix .combe-row {
            flex-direction: column;
    }

    #plans-et-prix > div {
        padding: 0px 90px;
    }

    #plans-et-prix  .combe-row .image {
        width: 100%;
    }

    #plans-et-prix .combe-row .text {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    #plans-et-prix .combe-row .image .img {
        padding: 0;
    }
    
    /* contact page */
    .contact-info--details-box {
        width: 49%;
        height: 300px;
        margin-bottom: 10px;
    }

}

@media only screen and (max-width: 1280px) {
    h2 {
        font-size: 28px;
    }

    ul li {
        font-size: 16px !important;;
    }
    
    .combe-row .text {
        width: 65% !important;
    }

    .combe-row .image .img, .combe-row > div {
        height: 800px !important;
    }

    #situation > div {
        padding: 0 0 0 55px;
    }

    #situation .combe-row .image .img, .combe-row > div {
        height: 850px !important;
    }

    #situation .combe-row .text {
        width: 70% !important;

    }

    #situation h2 {
        white-space: normal !important;
    }

    #situation .combe-row .image {
        width: 65%;
        margin-right: 25px;
    }

    #situation .image .img img {
        height: 40%;
    }
   
    footer .menu a {
        width: auto;
    }

    .white-green > div {
        padding: 0 60px 0 0;
    }

    .white-green.reverse > div {
        padding: 0 0 0 60px;
    }

    section > div, .combe-row .text {
        padding: 60px;
    }

    .combe-row .text, .combe-row .image {
        width: 50%;
    }

    #contact .parallax > div {
        padding: 0 30px;
    }

    .button {
        height: 50px;
    }

    header {
        padding: 30px 60px;
    }

    footer {
        padding: 30px 60px;
    }

    input[type="submit"], .button {
        font-size: 18px;
    }

    .menu a {
        padding: 0;
    }

    #plans-et-prix .combe-row {
        padding: 0px 10px;
    }

    #plans-et-prix .combe-row .text {
        width: 100% !important;
        padding: 90px 0;
        margin-bottom: 20px;
    }
    
}

@media only screen and (max-width: 1024px) {
    section > div, .combe-row .text {
        padding: 30px;
    }

    #contact .parallax {
        padding: 60px;
    }

    #contact .parallax > div > div {
        padding: 0;
    }

    #contact {
        height: auto;
    }

    #contact .parallax > div {
        position: relative;
        flex-direction: column-reverse;
        text-align: center;
    }

    .contact-info--details-box {
        height: 250px;
    }

    .contact-logo {
        margin: 0 auto;
    }

    .contact-form {
        width: 100%;
    }

    .white-green.reverse > div {
        padding: 0 0 0 30px;
    }

    .white-green > div {
        padding: 0 30px 0 0;
    }

    h1 {
        font-size: 55px;
    }

    h2 {
        font-size: 32px;
      
    }

    p, a, p a, #contact a {
        font-size: 14px;
    }

    .combe-row .image .green {
        width: 30%;
    }

    .combe-row .image .img, .combe-row > div {
        height: 540px;
    }

    #situation > div {
        padding: 0 0 0 35px;
    }

    .menu a {
        font-size: 16px;
        margin: 0 auto;
        padding: 15px;
        width: 100%;
    }

    header {
        padding: 15px;
        height: 80px;
    }

    header > div, header .logo, header .logo img {
        height: 100%;
    }

    #avp p, #avp a {
        font-size: 10px;
    }

    footer {
        padding: 30px 60px;
    }

    textarea {
        height: 100px;
    }

    input[type="submit"], .button {
        font-size: 16px;
        height: 40px;
    }

    #menu-btn {
        display: block;
    }

    header .menu {
        position: fixed;
        top: 80px;
        background-color: #D7D4D1CC;
        padding: 15px;
        width: 300px;
        flex-direction: column;
        align-items: center;
        height: calc(100vh - 80px);
        right: -300px;
        transition-duration: .6s;
    }

    header .menu a {
        color: #333333;
    }

    header .menu.active-menu {
        right: 0;
    }

    input[type="text"], input[type="email"], textarea {
        width: 100%;
    }

    footer .menu {
        width: 280px;
        flex-direction: column;
    }

    footer .menu a {
        /* width: 140px; */
        padding: 0 5px;
        font-size: 12px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 800px) {
 #situation .arrows {
        position: static;
        margin-bottom: 30px;
    }

    #contact .parallax {
        padding: 30px 15px;
    }

    .img {
        min-height: 400px;
    }

    #situation h2 {
        padding-top: 30px;
    }

    .plans {
        padding-top: 30px;
        overflow: visible;
    }

    .combe-row .image .img > div, .map, .map img {
        border-radius: 0;
    }

    #architecture2 .image {
        display: none;
    }

    #situation .combe-row .image .img {
        height: 500px !important;
    }

    #situation .image .img img {
        height: 100%;
    }

    #contact {
        min-height: auto;
    }

    td, th {
        font-size: 12px;
        padding: 5px;
    }

    h1 {
        font-size: 35px;
        text-align: center;
    }

    h2 {
        padding-top: 0px;
    }

    #projet2 .image {
        display: none;
    }

    #header .parallax > div > div > * {
        margin-bottom: 10px;
    }

    footer, section > div, .combe-row .text, .white-green .text, #situation .text, .parallax > div {
        padding: 30px;
    }

    .white-green > div {
        padding: 0 !important;
    }

    .combe-row .image .img, .combe-row > div {
        height: auto !important;
    }

    .combe-row {
        flex-direction: column !important;
    }

    .combe-row .text {
        width: 100% !important;
        height: auto;
    }

    .image .green {
        display: none;
    }

    #situation > div, #situation2 > div, .combe-row .image, .combe-row .image .img {
        width: 100%;
        padding: 0;
    }

    #situation .combe-row .text {
        padding: 30px;
        width: 100% !important; 
    }

    #situation .combe-row .image {
        width:100%;
        margin-right: 0px;
    }

    .icons {
        max-width: 400px;
    }

    .gal {
        height: 55vw;
    }

    #header .parallax p {
        width: 100%;
    }

    .p2 {
        transform: none !important;
        position: relative;
    }

    #contact .parallax > div {
        flex-direction: column-reverse;
        position: relative;
        padding: 0;
    }

    #contact .parallax > div > div {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    #contact {
        height: auto;
    }

    footer .menu {
        display: none;
    }

    #roller .active {
        transform: scale(2);
    }

    .arrows {
        width: 100%;
    }

    footer > div {
        flex-direction: column;
    }

    #avp {
        margin-top: 15px;
        text-align: center;
    }

    #plans > div {
        padding: 30px 10px;
    }

    #plans-et-prix table tr th:nth-child(3),
    #plans-et-prix table tr td:nth-child(3),
    #plans-et-prix table tr th:nth-child(6),
    #plans-et-prix table tr td:nth-child(6),
    #plans-et-prix table tr th:nth-child(7),
    #plans-et-prix table tr td:nth-child(7) {
        display: none;
    }

    #plans-et-prix .combe-row .text {
        padding-top: 0;
    }

    #accueil .img img {
        height: 400px;
    }

    td, th {
        white-space: normal;
    }

    /* gallery page */
    .contact-info--details {
     flex-direction: column;
    text-align: center;
    }

    .contact-info--details-box {
        width: 100%;
        height: 250px;
        text-align: center;
        margin-bottom: 0px;
    }
    
    .contact-logo {
        margin: 0 auto;
    } 

    .button-2 {
        margin-bottom: 0px;
    }

    #plans-et-prix .combe-row .text {
        padding: 30px 0 ;
        margin-bottom: 0px;
    }
}
