@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300;400&family=Cormorant:ital,wght@0,300;0,400;1,300;1,400&display=swap');
:root {
    --dark-color: #000000;
    --light-color: #ffffff;
    --width-right-detail: 232px;
    --width-carousel: 1581px;
    --heightImg-carousel: 890px;
    --height-carousel: 915px;
}
/* Reset */
* {
    margin: 0;
    padding:0;
    box-sizing: border-box;
}
/* Main Styling */
html,body {
    line-height: 18px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    /*min-height: 100vh;*/
}
body{
    /*overflow: auto;*/
    /*height: 100vh;*/
}
a{
    text-decoration: none;
    color: var(--dark-color);
    cursor: pointer;
}
a:hover{
    cursor: pointer;
}

.pb-5{
    padding-bottom: 5px;
}
.pb-10{
    padding-bottom: 10px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-100{
    padding-bottom: 100px;
}
.pt-5{
    padding-top: 5px;
}
.pt-10{
    padding-top: 10px;
}
.pt-20{
    padding-top: 20px;
}
.px-20{
    padding-right: 20px;
    padding-left: 20px;
}
.m-45{
    margin: 45px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-60{
    margin-bottom: 60px;
}
.mt-45{
    margin-top: 45px;
}
.right{
    width: 100%;
    text-align: right;
}
.container{
    display: flex;
    flex-direction: row;
    height: 100vh;
}
.container-column{
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
.center{
    justify-content: center;
    align-items: center;
}
.top{
    justify-content: left;
    align-items: flex-start;
}
.bgDark{
    background-color: var(--dark-color);
    color: var(--light-color);
}
.bgLight{
    background-color: var(--light-color);
    color: var(--dark-color);
}
.videoBord {
    border: 1px solid var(--dark-color) ;
}
.main-content{
    position: relative;
    max-width: 2600px;
    padding: 40px 0;
    display: flex;
    width: 100%;
    flex-direction: row;
}
.landing{
    max-width: 345px;
}
.sidebar{
    display: flex;
    position: sticky;
    flex-direction: column;
    justify-content: space-between;
    max-height: 95vh;
    min-height: 85vh;
    margin-left: 40px;
    margin-right: 40px;
}
.header{
    padding-right: 40px;
}
.header .right{
    align-items: self-end;
}

.header a {
    display: flex;
    justify-content: flex-end;
}
.mainSide{
    width: 100%;
    margin-right: 45px;
}
.menu{
    display: flex;
    flex-direction: column;
}
.widthSmall{
    width: 9px;
}
/*taille des images*/
.sizeAmbre{
    width: 523px;
    padding-bottom: 120px
}
.sizeAbout{
    width: 523px;
    padding-bottom: 70px
}
.sizeRetour{
    width: 100px;
    padding-bottom: 20px
}
.sizeSRetour{
    width: 80px; }
.sizeBrand{
    width: 918px;
    padding-bottom: 0;
    margin-bottom: -10px;
}
.sizePrint{
    width: 466px;
    padding-bottom: 15px
}
.sizeIllu{
    width: 762px;
    padding-bottom: 15px
}
.sizeFont{
    width: 445px;
    padding-bottom: 15px
}
.sizePhoto{
    width: 837px;
}
.sizeImage{
    width:250px;
}
.sizeSmallImage{
    width:200px;
}
.pr_res {
    padding-right: 30px;
    width: 55px;
    padding-left: 15px;
}
.mesImages{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
      align-items: flex-start;
}
.one {
    margin-right: 30px;
    margin-bottom: 30px;
}
.two {
    margin-right: 60px;
    margin-top: 30px;
}
.three {
   margin-right: 20px;
}
.four {
    margin-top: 30px;
    margin-right: 60px;
    margin-left: 40px;
}
.five {
     margin-top: 20px;
    margin-right: 30px;
}
.six {
     margin-top: 60px;
    margin-right: 30px;
}
.seven {
     margin-right: 80px;
}
.eight {
     margin-top: 80px;
}

.main-container{
    max-width: 1920px;
    padding: 40px;
    display: flex;
    flex-direction: column;
}
/*#headerProject{*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-items: flex-start;*/
/*    justify-content: space-between;*/
/*}*/
#projetTitle{
    font-family: 'Cormorant Infant', serif;
    font-size: 24px;
    font-weight: 700;
    /*padding-bottom: 20px;*/
    font-style: italic;
    line-height: 26px;
}
#projetDate{
    font-family: 'Cormorant Infant', serif;
    font-size: 14px;
    font-weight: 500;
    /*padding-bottom: 20px;*/
    font-style: italic;
    padding-top: 5px;
}
#retour{
    width: 20%;
    max-width: 40px !important;
    padding-left: 40px;
    padding-right: 80px;
    align-self: flex-end;
}
#mainProjet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.item-left{
    overflow : hidden;
    -webkit-box-flex : 1;
    -ms-flex : 1 1 auto;
    flex : 1 1 auto;
    width : 80%;
    margin-top : 20px;
    margin-right : 0;
    margin-left : 0;
}
.item-right{
    overflow : hidden;
    -webkit-box-flex : 1;
    -ms-flex : 1 1 auto;
    flex : 1 1 auto;
    max-width: 600px;
    margin-top : 0;
    margin-right : 20px;
    margin-bottom : 20px;
    -ms-flex-item-align : left;
    font-family: 'Cormorant', serif;
    font-size: 18px;
    line-height: 24px;
}
  .owl-carousel>img{
      width: 100%;
  }
  #top-carousel{
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-items: flex-end;
      justify-content: space-between;
      padding-bottom: 20px;
      vertical-align: bottom;
  }

#mobile{
    display: none;
    font-size: 24px;
}
.mobile{
    display: none;
    font-size: 24px;
}
#right-title{
    font-family: 'Cormorant Infant', serif;
  font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    text-align: right;
}
#right-detail{
    padding-top: 20px;
    line-height: 24px;
    font-family: 'Cormorant Infant', serif;
    font-size: 18px;
    font-weight: 500;
    width: 60%;
    padding-bottom: 30px;
}
#right-bottom{
    font-family: 'Cormorant Infant', serif;
        font-style: italic;
}
.detailProject{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
}
.size100{
     display: flex;
    flex-direction: column;
    width: 100%;
    }
.size50{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 5px
}
.size100 img, .size100 a {
    width: 100%;
    padding-bottom: 5px;
}

.size50 img, .size50 a, .size50 a img {
    width: 49.8%;
    padding-bottom: 5px;
    /*padding-right: 5px;*/
}


  .videoProject{
      text-align: center;
      margin: auto;
      left: 0;
      right: 0;
      position: relative;
      margin-bottom: 45px;
  }

@media  (max-width: 1850px) {
    .landing {
        max-width: 250px;
    }
}
.picture img{
    transition: transform .1s ease-in;
    padding-right: 15px;
}
.picture img:hover{
    -ms-transform: scale(1.02); /* IE 9 */
    -webkit-transform: scale(1.02); /* Safari 3-8 */
    transform: scale(1.02);
    opacity: 0.8;
}
.picture{
    margin-bottom: 10px;
}
a[message]:hover::after {
    position: absolute;
    top: 50px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Cormorant Infant', serif;
    right:108px;
    /*z-index: 10;*/
    content: attr(message);
    color: black;
}
.header a[message]:hover::after {
    position: absolute;
    top: 50px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Cormorant Infant', serif;
    right:130px;
    /*z-index: 10;*/
    content: attr(message);
    color: black;
}
#namePage{
    font-family: 'Cormorant Infant', serif;
    font-size: 16px;
    font-weight: 500;
    /*padding-bottom: 20px;*/
    font-style: italic;
    position: fixed;
    bottom:50px;
    padding: 5px;
    background-color: #ffffff;
    opacity: 0.7;
    right:50px
}
.numberProject{
    font-family: 'Cormorant Infant', serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    font-style: italic;
}
.flexTop, .flexTop2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    justify-content: flex-start;
    gap: 50px;
    align-items: flex-start;
}
#instagram, #about, #linkedin{
    /*font-family: 'Cormorant Infant', serif;*/
    font-size: 16px;
    cursor: pointer;
    max-width: 600px;
    font-weight: 500;
    padding-bottom: 20px;
    display: none;

}
.borderMessage{
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 10px;
}
#about-detail {
    font-family: 'Cormorant Infant', serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    max-width: 600px;
}
.between{
    justify-content: space-between;
}