@font-face {
    font-family: 'Cotta';
    src: url('fonts/Cotta-Regular.ttf') format('truetype'),
         url('fonts/Cotta-Regular.eot') format('eot'),
         url('fonts/Cotta-Regular.svg#Cotta-Regular') format('svg');
         font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a {
    text-decoration: none;
}


html {
    width: 100%;
    overflow-x: hidden;
}

header a, .btnLk {
    z-index: 50;
}


.menu {
    display: none;
    height: 0vh;    
    overflow: hidden;
    transition: all .2s cubic-bezier(.15,.57,.66,.88);
}

.menu.open {
    position: fixed;
    background-color: #232323;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 150px 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
    transition: all .2s cubic-bezier(.15,.57,.66,.88);
}

.boutonBurger {
    border: solid 1px #9f8755;
    height: 60px;
    width: 120px;
    padding: 20px 30px 10px 30px;
    border-radius: 0 0 90px 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 20 !important;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    transition: all .2s cubic-bezier(.15,.57,.66,.88);

}

.boutonBurger span {
    background-color: #9f8755;
    height: 1px;
    width: 40px;
    display: block;
    margin-top: 10px;
    transition: all .2s cubic-bezier(.15,.57,.66,.88);
}

.boutonBurger:hover {
    height: 80px;
    width: 150px;  
    border-radius: 0 0 110px 110px;  
    transition: all .2s cubic-bezier(.15,.57,.66,.88);

}

.boutonBurger:hover span {
    background-color: #9f8755;
    height: 1px;
    width: 30px;
    transition: all .2s cubic-bezier(.15,.57,.66,.88);
}

.boutonBurger.open span:nth-child(1) {
    display: none;
}

.boutonBurger.open span:nth-child(2) {
    rotate: 50deg;
    transition: all .2s cubic-bezier(.15,.57,.66,.88);
}

.boutonBurger.open span:nth-child(3) {
    rotate: -50deg;
    transition: all .2s cubic-bezier(.15,.57,.66,.88);
    position: absolute;
    top: 41px;
    margin-top: 0;
}


.boutonBurger.open span:nth-child(2) {
    rotate: 50deg;
    transition: all .2s cubic-bezier(.15,.57,.66,.88);
    margin-top: 0;
    position: absolute;
    top: 41px;
}


.boutonBurger span:nth-child(1) {
    width: 20px;
}

.menu-drawer {
    display: none;
}
/* color: #363636;
#B29B6B */

.fullBc {
    margin-bottom: 100px;
}

header {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 160px);
    margin: 20px auto 20px auto;
    align-items: center;
    flex-wrap: wrap;
}

body {
    background-color: #F5F5F3;
    color: #363636;
    font-size: 18px;
    position: relative;
    margin: 0;
    overflow-x: hidden;
}

.blocET img {
    max-height: 330px;
    object-fit: cover;
    overflow: hidden;
    background-color: #c3bbaa;
}

 .ct {
    FONT-WEIGHT: 100;
    margin: 0 auto 150px auto;
    width: calc(100% - 250px);
}

.ctTop {
    padding-top: 100px;
}

 h1 {
    color: #363636;
    font-family: 'Cotta', sans-serif;
    font-size: 100px;
    text-align: center;
    font-weight: 100;
    margin: auto;
}

h2 {
    font-family: 'Abhaya Libre', serif;
        font-size: 60px;
    color: #363636;
    letter-spacing: 2px;
    padding-bottom: 20px;
    margin: 0;
    font-weight: 400;
    line-height: 1;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #363636;
    display: block;
    max-width: 90px;
    text-align: right;
}


p {
    font-size: 14px;
    font-family: 'Montserrat';
    line-height: 22px;
    margin: 0 auto 20px auto;
}

a.btn {
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 2;
    font-family: 'Montserrat';
    color: #b29b6b;
    font-size: 14px;
}

span.numb {
    font-size: 89px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: #f5f5f3;
    opacity: 0.5;
}

.btnLink {
    color: #B29B6B;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    display: block;
}


h1 span {
    color: #363636;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-weight: 200;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

h1 span::before {
    display: block;
    content: '';
    height: 40px;
    width: 1px;
    margin-bottom: 20px;
    margin-top: 10px;
    background-color: #b29b6b;
}

.blocET {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(100% - 160px);
    margin: auto;
}

.blocET_child  {
    margin-bottom: 100px;
    opacity: 0;
    scale: 0;
}

.blocET_child h2 {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #363636;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row !important;
    padding: 10px 0 0 0;
}

.blocET_child h2::after {
    content: '';
    background-image: url(images/flecheTop.svg);
    display: block;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.blocET_child {
    /* max-width: 6900px; */
    width: calc(100% / 3);
    display: block;
}

.blocET_child:nth-child(1),
.blocET_child:nth-child(4) {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
}

.blocET_child:nth-child(4), .blocET_child:nth-child(5) {
    margin-top: -170px;
}

.blocET_child:nth-child(1) {
    margin-top: 0px;
}

.blocET_child:nth-child(2) {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 155px;
}

.blocET_child a.small {
    text-decoration: none;
    max-width: 270px;
    display: block;
}

.bcAnim {
    font-family: 'Abhaya Libre';
    font-size: 165px;
    color: #b29b6b;
    opacity: 0.1;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 50%;
    z-index: -1;
    margin-top: 0;
}

.bcAnim span {
    display: block;
    padding-bottom: 150px;
}

.bcAnim span:nth-child(2), .bcAnim span:nth-child(4) {
    text-align: right;
}

.ct img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    margin-bottom: 10px;
}


.ct.ctSmall {
    display: flex;
    max-width: 700px;
    justify-content: space-between;
}

.colDouble_txt {
    width: calc((100%/2) - 40px);
}

.slider_img {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    object-fit: cover;
    display: block;
    margin-bottom: 150px;
}



.slider_img::after {
    content: '';
    background-color: #000000;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    opacity: 0.5;
}

.slider_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: -2 !important;
}


.slider_img  h2 {
    text-align: center;
    color: #ffffff;
}


.slider_img  span::before {
    display: block;
    content: '';
    height: 50px;
    width: 1px;
    margin: 30px auto;
    background-color: #b29b6b;
}

.slider_img  span {
    display: block;
    font-size: 16px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 4px;
}
.slider_img  h2 {
    font-size: 80px;
}

.txt_slider {
    top: 50%;
    z-index: 100 !important;
    color: #ffffff;
    max-width: 500px;
    display: flex;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ct-sect_child {
    display: flex;
    padding-bottom: 49px;
    border-bottom: solid 1px #000000;
    padding-top: 50px;
    align-items: flex-end;
    justify-content: space-between;
}

.ct-sect_child:nth-child(1) {
    padding-top: 0px;
}

.ct-sect_child h2 {
    padding-bottom: 0;
    font-size: 50px;
}

.ct.ct_colImgTxt {
    display: flex;
    flex-direction: revert;
}


.sect_child_c {
    padding-right: 40px;
}

.sect_child_c.img_sect a {
    text-decoration: none;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

.sect_child_c p {
    margin: auto;
}


.sect_child_c:nth-child(3) {
    padding-right: 0px;
    display: flex;
    align-items: flex-end;
}

.sect_child_c:nth-child(1) {
    width: 400px;
}

.sect_child_c:nth-child(2) {
    width: 440px;
}

.sect_child_c img {
    border-radius: 105px;
    margin-left: 40px;
    object-fit: cover;
    max-width: 140px;
    max-height: 180px;
}

.motsAnim_child {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}



.motsAnim_child:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.bc_Anim_child span {
    font-family: 'Abhaya Libre';
    font-size: 150px;
    color: #b29b6b;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    transition-duration: 0.4s;
}



.bc_Anim_child img {
    display: block;
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(calc(50% - 190px)) rotate(-35deg);
    width: 120px;
    overflow: hidden;
    opacity: 0;
    transition-duration: 0.4s;
border-radius: 250px;
rotate: 90;
}



.bc_Anim_child:hover img {

    transform: translateX(calc(50% - 290px)) rotate(-35deg);
    width: 150px;
    overflow: hidden;
    opacity: 1;
    transition-duration: 0.4s;

}


.bc_Anim_child span:after {
    content: '';
    display: block;
    background-color: #b29b6b;
    width: 5px;
    height: 5px;
    border-radius: 15px;
    margin-right: 100px;
    margin-left: 100px
}

.bc_Anim_child:nth-child(3) span:after {
    display: none;
}

.full.motsAnim {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 0;
    height: 100vh !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.bc_Anim_child {
    display: flex;
    flex-direction: row;
    align-items: center;
    opacity: 0.5;
    cursor: pointer;
    transition-duration: 0.4s;
    position: relative;
}



.bc_Anim_child:hover {
    opacity: 1;
    transition-duration: 0.4s;
}

.ctFull.ct_colImgTxt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    padding-bottom: 150px;
}

.ch_txt {
    padding: 50px 100px;
    width: calc(35% - 200px);
}

.ch_img {
    width: 65%;
    overflow: hidden;
    height: auto;
    margin-bottom: 10px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
}

a.img-slider {
    display: block;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    min-width: 100%;
}

.ct.ct_col3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ct.ct_col2 {
    display: flex;
    flex-direction: revert;
    justify-content: space-between;
}

.ct_col2Child:nth-child(1) {
    margin-right: 10px;
}
.ct_col2Child:nth-child(2) {
    margin-left: 10px;
}

.ct.little-bot {
    margin-bottom: 20px;
}


a.ct_col3Child, .ct_col3Child {
    width: calc((100% / 3) - 40px);
    margin: 0 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    text-decoration: none !important;
    padding: 0;
}



.ch_img h2 {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row !important;
    padding: 20px 0 0 0;
    width: calc(100% - 60px);
    margin: auto;
    position: absolute;
    bottom: 20px;
    margin-left: 30px;
    border-top: solid 1px #fff;
}

a.ct_col3Child h2::after,  .ct_col3Child h2::after {
    content: '';
    background-image: url(images/pictos/flecheTop-bl.svg);
    display: block;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


/* PAGE LISTING PORTFOLIO  */

.ct.ct-4col {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

a.ct-4col_child img {
    height: 40vh;
    object-fit: cover;
    min-height: 250px;
}

.ct-4col_child h2 {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #363636;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row !important;
    padding: 10px 0 0 0;
}

.ct-4col_child h2::after {
    content: '';
    background-image: url(images/flecheTop.svg);
    display: block;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

a.ct-4col_child {
    width: calc(25% - 20px);
    overflow: hidden;
    display: block;
    justify-content: space-around;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 0 10px 50px 10px;
    text-decoration: none;
}

a.ct-4col_child:nth-child(3), a.ct-4col_child:nth-child(4), a.ct-4col_child:nth-child(7), a.ct-4col_child:nth-child(10) {
    width: calc(50% - 20px);
}


.slider_img a {
    display: block;
    font-size: 16px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #ffffff;
}

.slider_img a::before {
    display: block;
    content: '';
    height: 50px;
    width: 1px;
    margin: 30px auto;
    background-color: #b29b6b;
}

/* PORTFOLIO DETAIL */

.portfolio header {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 160px );
    margin: 0px auto 20px auto;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 111;
    padding: 20px 80px;
}

.portfolio .ct_col3Child img:nth-child(2) {
    margin-top: 40px;
}

.portfolio .ct_col3Child.cl3-db img {
    height: calc(50% - 20px);
    background-color: #ffffff;
}

.portfolio .ct_col3Child img {
    object-fit: cover;
    width: 100%;
}

.slider_img h1 {
    color: #ffffff;
}

.portfolio  .slider_img span {
    display: block;
    font-size: 16px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #ffffff;
} 


.portfolio  .ct_col3Child {
    width: calc((100% / 3) - 20px);
    overflow: hidden;
}

.ctFull img {
    width: 100%;
    height: auto;
}


.portfolio  a.btnLink {
    color: #ffffff;
}

.ct-center h2 {
    text-align: center;
}

.bc-colors {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
}


.colPal {
    margin: 0 35px;
}

.colPal h2 {
    font-family: 'Montserrat';
    font-size: 16px;
}



span.colorPlt {
    display: block;
    height: 90px;
    background-color: #9bb2dc;
    width: 75px;
    margin-bottom: 20px;
    border-radius: 40px 40px 0 0;
    margin: 0 auto 20px auto;
}



.colPal h2::before {
    display: block;
    content: '';
    height: 50px;
    width: 1px;
    margin: 30px auto;
    background-color: #b29b6b;
}


h2 span {
    display: block;
    font-size: 16px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 4px;
}


  .bcAnim span {
    display: block;
    padding-bottom: 150px;
}



ul li a {
    font-family: 'Abhaya Libre';
    font-weight: 400;
    font-size: 5em;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    transition: all .2s cubic-bezier(.15,.57,.66,.88);
    filter: blur(0);
    transform: skew(0deg) scale(1) translateX(0);
}


li {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

ul li a:hover {
    color: rgba(255,255,255,.7);
    filter: blur(1px);
    transform: skew(-5deg) scale(1.2) translateX(0);
}


footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px;
    border-top: solid 1px;
    background-color: #232323;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 24px;
    text-decoration: none !important;
}
  footer {
    letter-spacing: 2px;
  }

footer a {
    color: #fff;
    text-decoration: none !important;
}

footer img {
    margin-bottom: 30px;
}

.ct.no-margin-bot {
    margin-bottom: 50px;
}

p.price {
    text-align: left;
    margin: 0 auto 0 0;
    color: #000000;
}

.ct_col3 h3 {
    text-align: left;
    width: 100%;
    display: block;
    max-width: initial;
    margin-bottom: 0px;
}

.ct.ct-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* Anim fixed */

#parrallaxe {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    /* z-index: -10; */
    opacity: 0.8;
}

#stars01 {
    position: absolute;
    bottom: 90px;
    left: 500px;
}

#stars02 {
    position: absolute;
    top: 240px;
    right: 80px;
}

#stars03{
    position: absolute;
    top: 100px;
    left: 200px;
  }

  /* ----------------------- */

  #stars04 {
    position: absolute;
    bottom: 220px;
    right: 280px;
    opacity: 0.2;
}

#stars05 {
    position: absolute;
    top: 320px;
    left: 230px;
    opacity: 0.2;
}

#stars06{
    position: absolute;
    top: 100px;
    right: 200px;
    opacity: 0.2;

  }

  .ct_col2Child.col2Dbl {
    display: flex;
    flex-direction: column;
}

.ct_col2Child.col2Dbl img:nth-child(1) {
    margin-bottom: 20px;
}


.ct_col2Child.col2Dbl img:nth-child(2) {
    margin-bottom: 0px;
}


.ct.ct_col3 {
    display: flex;
    flex-wrap: wrap;
}

.boutique a.ct_col3Child, .boutique .ct_col3Child  {
    margin: 0 20px 50px 20px;
}


.boutique h1 {
    font-size: 72px;
}

.boutique h1 br {
    display: none;
}

span.btn {
    font-size: 12px;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #000000;
    letter-spacing: 2px;
    font-weight: 300;
}



.boutiqueBijoux a.ct_col3Child p, .boutiqueBijoux .ct_col3Child p {
    font-weight: 400;
    color: #9f8755;
}


a.ct_col3Child .imgBjx, .ct_col3Child .imgBjx {
    height: 450px;
    width: 100%;    
    background-position: center;
    overflow: hidden;
    display: block;
}

a.ct_col3Child .imgBjx img, .ct_col3Child .imgBjx img {
    height: 100%;
    width: 100%;     
    scale: 1.2;
    transition: all 0.5s ease-out;}

a.ct_col3Child:hover .imgBjx img, .ct_col3Child:hover .imgBjx img { 
    scale: 1.6;
    transition: all 0.5s ease-out;
}



.ct_col3Child {
    min-width: 350px;
} 




@media screen and (max-width:1350px)  {

    .ct_col3Child {
        min-width: 250px;
    } 


    .ct_col3Child .imgBjx {
        height: 350px;
    } 
}


@media screen and (max-width:1150px)  {

    .ct_col3Child {
        min-width: 200px;
    } 

    .ct_col3Child .imgBjx {
        height: 250px;
    } 

    .ct {
        FONT-WEIGHT: 100;
        margin: 0 auto 70px auto;
        width: calc(100% - 100px);
    }
}




@media screen and (max-width:750px)  {

    
    .ct_col3Child {
        min-width: 90% !important;
    } 

    .ct_col3Child .imgBjx {
        height: 350px;
    } 

    .ct {
        FONT-WEIGHT: 100;
        margin: 0 auto 70px auto;
        width: calc(100% - 50px);
    }

    .boutique h1 {
        font-size: 52px;
    }

    .ct.ct_col3 {
        display: flex;
        flex-wrap: wrap;
flex-direction: column;        
justify-content: center;
align-items: center;
    }

    #parrallaxe {
        display: none;
    }

    .ctTop {
        padding-top: 50px;
    }


    header {
        display: flex;
        flex-direction: column-reverse;

    }

    header img {
        margin-top: 30px;
    }

}


  /* *{padding:0; margin:0;} */
