@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;0,900;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&display=swap');
body{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
}
.condensed {
    font-family: 'Open Sans Condensed', sans-serif;
}
.header{
    position: relative;
}
.header::after {
    content: '';
    position: absolute;
    height: 40px;
    bottom: -39px;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/header-shadow.png);
    width: 100%;
    background-size: contain;
}
.header-logo{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20%;
    z-index: 1000;
}
.title{
    font-weight: 900;
    color:#003661;
    font-size: 48px;
    letter-spacing: -1px;
}
.chapeau {
    font-size: 1rem;
    font-weight: 300;
}
.content {
    width: 80%;
    margin-top: 5rem;
}
.content-square {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -11px;
    width: 75px;
    height: 22px;
}
.ratio-1x1{
    padding-top: 100%;
}
.thumbs{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.view {
    position: absolute;
    top: 50%;
    left: 500%;
    transform: translate(-50%,-50%);
    transition: all .2s;
    cursor: pointer;
}
.thumbs:hover .ratio-1x1 {
    background-color: rgba(0,42,78,.2);
}
.thumbs:hover .view{
    left: 50%;
}

/* The Modal (background) */
.viewimg {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.viewimg-content {
    margin: auto;
    display: block;
    width: auto;
    max-height: 80vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:scale(1) translate(-50%,-50%)
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.viewimg-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)  translate(-50%,-50%)}
    to {-webkit-transform:scale(1)  translate(-50%,-50%)}
}

@keyframes zoom {
    from {transform:scale(0) translate(-50%,-50%)}
    to {transform:scale(1) translate(-50%,-50%)}
}

/* The Close Button */
.view-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.view-close:hover,
.view-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.villa-photos .carousel-control-prev {
    left: -100px;
}
.villa-photos .carousel-control-next {
    right: -100px;
}
.collapse-description {
    font-weight: 900;
    color: #f39d21;
    text-decoration: none;
}
.collapse-description:hover {
    color: #f39d21;
    text-decoration: none;
}
#description {
    background-color: #f39d21;
    color: #ffffff;
    position: relative;
}
.equipement {
    background-color: #9dc52d;
    color: #ffffff;
    position: relative;

}
.testimonial {
    background-color: #f19c14;
    color: #ffffff;
    position: relative;
}
.testimonial h5 {
    font-size: 12px;
    margin: 0;
    color: #9dc52d;
}
.testimonial h6 {
    font-size: 12px;
    margin: 0;
}
.testimonial h4 {
    font-size: 16px;
    margin: 0;
    color: #000;
}
.testimonial p {
    font-size: 12px;
    line-height: 100%;
    margin-bottom: .5rem;
}
#abritel, #airbnb {
    height: 500px;
}
.stars{
    color: orange;
}
.condition {
    background-color: #003661;
    color: #ffffff;
    position: relative;
}
.footer {
    background-color: #000a12;
    color: rgba(255,255,255,.6);
    position: relative;
    padding: 4rem !important;
}
.footer-logo {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.footer-square {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.bg-body {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .2;
}
.bg-white-50 {
    background-color: rgba(255,255,255,.8);
}
.sendForm {
    background-color: rgba(242,147,9,.5);
    position: absolute;
    top: 0;
    left: 2rem;
    max-width: 320px;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    box-shadow: 0 0 25px rgb(0, 0, 0, .6);
    line-height: normal;
    font-size: 12px;
    z-index: 10000;
}
.sendForm .btn-warning {
    color: #ffffff;
    background-color: #ff9700;
    border-color: #ff9700;
    font-weight: 900;
}
.sendForm .btn-warning:hover {
    color: #ffffff;
    background-color: #014881;
    border-color: #108bd0;
}
.sendForm input, .sendForm textarea, .sendForm select {
    background-color: rgba(255,255,255,.8);
    border: solid 2px rgb(1,72,129,.7);
    width: 100%;
    border-radius: .35rem;
    padding: .5rem .5rem .5rem 2.2rem !important;
}
.sendForm label {
    position: absolute;
    color: rgb(1,72,129,.55);
    font-size: 1.1rem;
    left: .75rem;
    top: .5rem;
}
.spooler {
    background-color: rgba(1,72,129,.8);
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    display: none;
}
.spooler .spinner{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.reponse {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 5rem;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
}
.table-curved {
    border-collapse: separate;
    border-spacing: 0;
}
.table-curved {
    border: solid #ccc 1px;
    border-radius: 8px;
    border-left:0px;
}
.table-curved td, .table-curved th {
    border-left: 1px solid #ccc;
    border-top: none;
}
.table-curved th {
border-top: none;
}
.table-curved th:first-child {
border-radius: 6px 0 0 0;
}
.table-curved th:last-child {
border-radius: 0 6px 0 0;
}
.table-curved th:only-child{
border-radius: 6px 6px 0 0;
}
.table-curved tr:last-child td:first-child {
border-radius: 6px 0 0 6px;
}
.table-curved tr:last-child td:last-child {
border-radius: 0 0 6px 0;
}

#maisonjardin .couv {
    position: absolute;
    width: 130px;
    top: 1rem;
    left: 1rem;
    border: solid 2px white;
    box-shadow: 0 0 5px black;
    transform: rotate(-6deg);
}
#maisonjardin h1, #maisonjardin .legend, #maisonjardin figcaption{
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
#maisonjardin h1{
    text-shadow: 1px 1px black;
    font-size: 4vw;
    width: 615px;
}
#maisonjardin .legend {
    font-size: 1.5rem;
}
#maisonjardin .legend {
    font-size: 1.2rem;
    line-height: 100%;
}
#maisonjardin .column{
    font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif;
    font-size: 1rem !important;
    column-width: 40ch;
    column-gap: 2rem;
}
#maisonjardin .column p {
    font-size: 1rem !important;
    line-height: normal !important;
    text-align: justify;
}
#maisonjardin .lettrine {
    font-size: 66px;
    padding: 0px 0px 0 0;
    margin-right: 5px;
    float: left;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    line-height: 90%;
}
#maisonjardin figure {
    margin: 1.5rem 0;
    padding: 0;
}

#maisonjardin figure img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
#maisonjardin figcaption {
    font-size: 14px;
}
@media (max-width: 440px) {

    #maisonjardin .couv {
        display: none;
    }
}

@media (max-width:768px){
    #maisonjardin h1{
        font-size: 1.5rem;
        width: 100%;
    }
    #maisonjardin .legend {
        font-size: .9rem;
    }
    #maisonjardin .column{
        column-width: 30ch;
        column-gap: 1.5rem;
    }
}
@media (max-width: 1024px)
{
    #maisonjardin .column{
        column-width: 30ch;
        column-gap: 1.5rem;
    }
    .title{
        font-size: 36px;
    }
    .header {
        padding-top: 188px;
    }
    .sendForm{
        position: inherit;
        margin-top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .villa-photos .carousel-control-prev, .villa-photos .carousel-control-next {
       display: none;
    }
    .header::after {
        display: none;
    }
    .header-logo {
        bottom: auto;
        top: 1rem;
    }
    .content {
        width: 90%;
        margin-top: 0;
}
}
::placeholder {
    font-size: 13px;
}