/* dancing-script-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 400;
    src: url('../text/dancing-script-v24-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../text/dancing-script-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../text/dancing-script-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../text/dancing-script-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../text/dancing-script-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../text/dancing-script-v24-latin-regular.svg#DancingScript') format('svg'); /* Legacy iOS */
  }
  /* dancing-script-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 500;
    src: url('../text/dancing-script-v24-latin-500.eot'); /* IE9 Compat Modes */
    src: url('../text/dancing-script-v24-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../text/dancing-script-v24-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../text/dancing-script-v24-latin-500.woff') format('woff'), /* Modern Browsers */
         url('../text/dancing-script-v24-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../text/dancing-script-v24-latin-500.svg#DancingScript') format('svg'); /* Legacy iOS */
  }
  /* dancing-script-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 600;
    src: url('../text/dancing-script-v24-latin-600.eot'); /* IE9 Compat Modes */
    src: url('../text/dancing-script-v24-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../text/dancing-script-v24-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('../text/dancing-script-v24-latin-600.woff') format('woff'), /* Modern Browsers */
         url('../text/dancing-script-v24-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../text/dancing-script-v24-latin-600.svg#DancingScript') format('svg'); /* Legacy iOS */
  }
  /* dancing-script-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 700;
    src: url('../text/dancing-script-v24-latin-700.eot'); /* IE9 Compat Modes */
    src: url('../text/dancing-script-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../text/dancing-script-v24-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../text/dancing-script-v24-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../text/dancing-script-v24-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../text/dancing-script-v24-latin-700.svg#DancingScript') format('svg'); /* Legacy iOS */
  }
  html {
    box-sizing: border-box;
    display: block;
    
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.clear::after {
    clear: both;
}
.clear::before,
.clear::after {
    display: block;
    content: "";
}
.pgs-list.display {
    display: block;
}
h1, h2, h3, h4, p, a, div, ul, li {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;

}
img {
  vertical-align: top;
  width: 100%;
}
ul {
    list-style: none;
}
body{
    padding: 0;
    margin: 0;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #2d2d2d;
}
.top-bar{
    background-color:#ccb45f ;
    padding-bottom: 10px;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.display-button{
    cursor: pointer;
    width: 115px;
    padding: 10px 12px 13px 12px;
    margin-right: 5%;
    text-align: right;



}


.display-button span{
    background: #fff;
    display: block;
    height: 4px;
    margin-bottom: 5px;
    width: 30px;
    text-align: right;
}
.display-button p{
    float: right;
    margin-top: -30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.top-bar h2{
    background-color: #ffffff;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
    font-weight: 400;
    border-radius: 5px;
    cursor: pointer;
}
.nav-list li{
    background-color:#2d2d2d ;
    padding: 14px;
    padding-left: 30px;
    color: #ffffff;
    cursor: pointer;
    font-size: 17px;
}
.nav-list{
    margin-top: 50px;
    position: fixed;
    width: 100%;
    display: none;
}
.nav-list a{
    color: #ffffff;
display: block;
}
.active li{
    background-color: #fff;
}
.active a{
    color: #2d2d2d ;

}
.nav-list li:hover{
    background-color: #fff;
    color: #2d2d2d;
}
.nav-list.show{
    display: block;
}
.adress{
    text-align: center;
}
.adress h3{
    font-family: 'Dancing Script';
    font-size: 28px;
    font-weight: 300;
    padding-top: 30px;
}   
.adress img{
    width: 160px;
}
.adress h4{
    font-size: 13px;
    font-weight: 500;
}
.contactez{
    background-color: black;
    width: 300px;
    margin: 20px auto;
    border-radius: 5px;
    cursor: pointer;
}
.contactez p{
    padding: 10px;
    color: #fff;
    font-size: 18px;

}
.contactez:hover{
    background-color:#ccb45f ;
}
.imag{
    background-color: #fff;
    padding: 10px;
    text-align: center;
}
.imag img{
    max-width:450px ;
}
.container{
    padding: 15px;
}
.container h2{
    font-family: 'Dancing Script';
    font-weight: bold;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.container h3{
    font-family: 'Dancing Script';
    font-weight: bold;
    font-size: 22px;
    color: #ccb45f;
    padding-top: 10px;
    padding-bottom: 20px;
}
.container b{
    font-weight: 500;
}
.container h4{
    font-family: 'Dancing Script';
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.container p{
    text-align: justify;
    line-height: 22px;
    padding-top: 15px;
}
.luxo{

    background: hsla(0, 0%, 0%, 0.31) url(/images/vin.jpg) no-repeat top 0 center;
    background-size: cover;
    padding-bottom: 10px;
}
.content{
    padding: 20px;
}
.content h1{
    font-family: 'Dancing Script';
    font-size: 26px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.content h2{
    font-family: 'Dancing Script';
    font-size: 24px;


}
.content p{
    text-align: justify;
    padding-top: 10px;
    padding-bottom: 10px;
}
.moi{
    text-align: center;
}
.moi h2{
    font-family: 'Dancing Script';
    font-size: 32px;

}
.moi h3{
    font-size: 24px;
    font-weight: 500;
    border: 1px solid #000;
    border-radius: 5px;
    width: 200px;
    padding: 3px;
    margin: 10px auto;
    cursor: pointer;
}
.moi h3:hover{
    background-color: #000;
    color: #fff;
}
.content b{
    font-weight: 500;
}
.b-imag {
    padding: 5%;
    max-width: 450px;
   margin: 0 auto;
}
.text{
    padding: 15px;
}
.text h2{
    font-family: 'Dancing Script';

}
.text h3{
    font-family: 'Dancing Script';
    color: #ccb45f;
}
.text p{
    padding-top: 10px;
    padding-bottom: 10px;
}
.text li{
    background: url(/images/list-styless.png) no-repeat left 5px;
    padding-left: 23px;
    list-style: none;
    overflow: hidden;
    text-align: left;
}
.text b{
    font-weight: 500;
}
.perle{
    max-width: 450px;
    margin: 0 auto;
    cursor: pointer;
}
.suis{
    text-align: center;
    color: #626262;
}
.suis h2{
    font-size: 50px;
    font-family: 'Dancing Script';

}
.suis i{
    font-size: 52px;
}
.chriss{
    text-align: center;
}
.chriss p{
    font-size: 12px;
    cursor: pointer;
}
.cabinet{
    background-color: #ccb45f;
    text-align: center;
    color: #fff;
    padding: 20px;
}
.cabinet h2{
    font-family: 'Dancing Script';
    font-size: 30px;
}
footer{
    text-align: center;
    background-color: #2d2d2d;
    margin-top: 10px;
}
footer p{
    color: #fff;
    font-size: 14px;
    padding: 20px;
}
.doi{
    display: none;
}
.torres{
    display: none;
}
.trei{
    display: none;
}
.second{
    text-align: center;
}
.second h1{
    font-family: 'Dancing Script';
    color: #626262;
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 40px;
    text-align: left ;
}
.second img{
    width: 90%;
    padding: 15px;
}
.second p{
    text-align: justify;
    padding: 5px;
}

.second h2{
    text-align: left ;
    font-size: 30px;
    font-family: 'Dancing Script';
}

.second li{
    background: url(/images/list-styless.png) no-repeat left 5px;
    padding-left: 23px;
    list-style: none;
    overflow: hidden;
    text-align: left;
}
.second ul{
    padding-bottom: 20px;
    padding-top: 20px;
}
.second b{
    font-weight: 500;
}

.wind{
display: none;
}

.numero{
    display:none;
}

















@media (min-width:768px){
    .top-bar {
        display: none;
    }
    .adress{
        display: none;
    }
    .topf,.topc,.topr{
        width: 33%;
        float: left;
    }
    .wind{
        width: 100%;
    }
    .topc{
        text-align: center;
    }
.topr p{
    text-align: right;
    margin-top: 20px;
    margin-right: 20px;
    font-size: 18px;
}
.topf h2{
    margin-top: 20px;
    margin-left: 20 ;
    font-weight: 500;
    cursor: pointer;
}
.topc img{
    cursor: pointer;
}
.nav-list{
    display: inline-flex;
    position: inherit;
    margin-top: 0   ;

}
.nav-list li{
    font-size: 12px;
    background-color: transparent;
    font-weight: bold;
    padding: 4px;
    padding-top: 10px ;
    padding-bottom: 10px ;
    font-weight: 600;
   
}
.nav-list li:hover{
    background-color: transparent;
    color: #fff;
}
.active a{
    color: #fff;
}
.nav{
    background-color: #b79626;
    padding-top: 10px ;
    padding-bottom: 10px ;
}
.wrapper{
    width: 750px;
    margin: 0 auto;
}
.torres{
    background:rgba(255, 255, 255, 0.5) url(/images/slide12.jpg) no-repeat top 0 center;
    background-size: cover;
    text-align: center;
    padding-bottom: 120px;
}
.torres h2{
    text-align: center;
    font-family: 'Dancing Script';
    font-size: 60px;
    font-weight: 500;
    padding-top: 15vh;

}
.torres p{
    font-weight: 500;
    color: #fff;
    font-size: 30px;
    text-shadow: 1px 1px #000;
    padding-top: 20px;
}
.torres h3{
    width: 250px;
    margin: 20px auto;
    background-color: #b79626;
    font-weight: 500;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 7px;
    cursor: pointer;
}
.torres h3:hover{
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;

}

.unu{
    display: none;
}
.perle {
    max-width: 90%;
}
.doi{
    display: block;
}
.torres{
    display: block;
}
.cabinet{
    display: none;
}
.numero{
    background-color: #ccb45f;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    display:block;
}
.numero h3{
    font-family: 'Dancing Script';
    font-size: 22px;

}
.numero p{
    font-size: 14px;
}
.one,.dues,.tres{
    width: 33%;
    margin: 0 auto;
    float: left;
}
.l-chriss{
    width: 50%;
    float: left;
}
.r-chriss{
    width: 50%;
    float: left;
    margin-top: 50px;
}
.l-foot{
    width: 49%;
    text-align: right;
    float: left;
}
footer{
    text-align: left;
}
.r-foot{
    width: 49%;
    align-items: left;
    float: left;
    margin-top: 12px;
}
.wind{
    display: block;
}



}



@media (min-width:1200px){
.imag{
    float: right;
    margin-top: -40px;
}
.container {
    width: 800px;
}
.container h2{
    font-size: 30px;
}
.page-wrapper{
    max-width: 1400px;
    margin: 0 auto;
}
.content{
    width: 60%;
    float: left;
}

.moi{
    width: 29%;
    float: left;
    margin-top: 100px;
}
.b-imag {
    max-width: 39%;
    float: left;
}
.text{
    max-width: 60%;
    float: right;
    margin-top: 50px;
}
.doi{
    display: none;
}
.trei{
    display: block;
}
.suis img{
    max-height: 400px;
}
.wrapper{
    width: 1200px;
}
.nav-list li{
    font-size: 16px;
    padding-right: 30px;
}

















}