@font-face {
    font-family: 'Walkway-Black';
    src: url('../font/Walkway-Black.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Walkway-Bold';
    src: url('../font/Walkway-Bold.woff') format('woff');
    font-display: swap;
}

html.sr .load-hidden {
    visibility: hidden;
}

html { font-size: 62.5%; }



body {
    font-family: 'Walkway-Bold';
    letter-spacing: 0.1rem;
    box-sizing: border-box;
    background-color: #FFFF;
    color: #4f2051;
    margin: 0;
    width: 100%;
}


/************************Partie header***************************/
.title {
    background-color: #FFFF;
    z-index: 100;
    position: relative;
}
.title-space {
    margin: auto;
    padding: 1.5rem;
    padding-right: 14%;
}

h1 {
    font-family: 'Walkway-Black';
    font-size: 4.3em;
    letter-spacing: 1rem;
    color: #ffcB24;
}


.title a:hover {
    text-decoration: none;
}

.logo {
    width: 8rem;
}

.partie-nav {
    width: 80rem;
}

a.nav-link {
    font-family: 'Walkway-Bold';
    font-size: 2rem;
    color: #4f2051;
    transition: color 0.5s;
}

a.nav-link:hover {
    color:#ffcB24
}
.cahe-text {
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;

}

.fixed-bande {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  
}
 

/* Style the video: 100% width and height to cover the entire window */
.band-demo  iframe {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.band-demo {
    position: relative;
    padding:56.25% 0 0 0;
    left: 0;
    width: 100%;
    background-color: white;
}

/* Arrow on the video*/
.down {
    z-index: 2;
    position: absolute;
    width: 100%;
    text-align:center;
    top: 3rem;
}

.down img {
    width: 3rem;
    margin-top: 3rem;
    transition: width 0.3s;
}

.down img:hover {
    width: 4rem;
}

/****Title content***********************************/

.menu-title {
    padding-top: 6rem;
    padding-bottom: 5rem;
}


.title-content {
    font-family: 'Walkway-Black','sans-serif';
    font-size: 3rem;
    color: #ffcB24;
}

/**************Partie Motion ************/

.motion {
    margin: 0 auto 0 auto;
}

figure.ImgBox {
    position: relative;
    overflow: hidden;
    margin: 5px;
    width: 30rem;
    height: 30rem;
    background:whitesmoke;
    color: #4f2051;
    text-align: left;
}

figure.ImgBox * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

figure.ImgBox img {
    width: 30rem;
    height: 30rem;
    position: relative;
    opacity: 1;
}
figure.ImgBox video {
    width: 30rem;
    height: 30rem;
    position: relative;
    opacity: 1;
}
figure.ImgBox figcaption {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    z-index: 1;
    opacity: 0;
}

figure.ImgBox h4,
figure.ImgBox p {
    margin: 0;
}

figure.ImgBox h4 {
    font-size: 2.3rem;
    display: inline-block;
    text-transform: uppercase;
}


figure.ImgBox p {
    font-size: 1.3rem;
}


figure.ImgBox:after {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: '';
    background: #ffffff;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

figure.ImgBox a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

figure.ImgBox:hover img,
figure.ImgBox.hover img {
    opacity: 0.5;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.ImgBox:hover video,
figure.ImgBox.hover video {
    opacity: 0.5;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.ImgBox:hover figcaption,
figure.ImgBox.hover figcaption {
    opacity: 1;
}

figure.ImgBox:hover:after,
figure.ImgBox.hover:after {
    opacity: 0.5;
}


/**************Partie NonMotion ************/
.container {
    margin: 0 auto 0 auto;
    max-width: 960px;
}


.container, .content{
    background-color: #FFFF;
    position: relative;
    z-index: 2;
}

figure.ImgBoxc {
    position: relative;
    overflow: hidden;
    margin: 5px;
    max-width: 30rem;
    max-height: auto;
    width: 100%;
    height: auto;
    background: rgba(245, 245, 245, 0);
    color: #4f2051;
    text-align: left;
}

figure.ImgBoxc * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

figure.ImgBoxc img {
    width: 30rem;
    min-width: 30rem;
    height: auto;
    position: relative;
    opacity: 1;
}

figure.ImgBoxc video {
    width: 30rem;
    min-width: 30rem;
    height: auto;
    position: relative;
    opacity: 1;
}

figure.ImgBoxc figcaption {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    z-index: 1;
    opacity: 0;
}

figure.ImgBoxc h4,
figure.ImgBoxc p {
    margin: 0;
}

figure.ImgBoxc h4 {
    display: inline-block;
    text-transform: uppercase;
}

figure.ImgBoxc:after {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: '';
    background: #ffffff;
    position: absolute;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    opacity: 0;
}

figure.ImgBoxc a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

figure.ImgBoxc:hover img,
figure.ImgBoxc.hover img {
    opacity: 0.5;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.ImgBoxc:hover video,
figure.ImgBoxc.hover video {
    opacity: 0.5;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.ImgBoxc:hover figcaption,
figure.ImgBoxc.hover figcaption {
    opacity: 0.8;
}

figure.ImgBoxc:hover:after,
figure.ImgBoxc.hover:after {
    opacity: 0.5;
}

hr {
    border-color: #ffcB24;
    border-width: 3px;
}

/****about me *******************************************************/

.profile {
    width: 70%;
    text-align: center;
    padding: 0rem 2rem 3rem 3rem;
}

.profil-name {
    font-family: 'Walkway-Black';
    font-size: 2.5rem;
}

.img-profile {
    padding-left: 0.5rem;
    padding-bottom: 4.5rem;
}

.text-profile {
    font-size: 1.5rem;
    line-height: 1.2;
}

.mail {
    margin-top: 1rem;
    color:#4f2051;
}

.adress {
    font-size: 1.3rem;
    color:#4f2051;
    transition: font-size 0.5s;
}

.adress:hover {
    font-size: 1.5rem;
    text-decoration: none;
    color: #ffcB24;
}

.logos_footer {
    text-align: center;
    font-family: 'Walkway-Black','sans-serif';
    font-size: 3rem;
    color: #ffcB24;
    margin-top: 6rem;
    margin-bottom: 5rem;
}

.logos_client {
    width: 100%;
    margin-bottom: 2rem;
}

/****footer**********************************************/
footer {
    padding-top: 2rem;
    background-color: white;
    padding-bottom: 3rem;
}

.logosns {
    color: #4f2051;
    transition: color 0.3s;
    margin: 0.5rem;
}

.logosns:hover {
    color: #ffcB24;
   
}

#mention-link:link {
    text-decoration: none;
    color: #4f2051;
}

#mention-link:visited {
    color: #4f2051;
  }
#mention-link:hover {
    color: #4f2051;
}

.cookies {
    text-decoration: none;
    color: #4f2051;
}

.cookies:hover {
    color: #4f2051;
    text-decoration: none;
}

#axeptio_overlay button.AxeptioButton__AxeptioButtonStyle-sc-40u05m-0 {
    visibility: hidden;
}

/****bouton top*****************************************/
#page_top{
    width: 5rem;
    height: 5rem;
    position: fixed;
    right: 2.5rem;
    bottom: 1.50rem;
    margin-right: 2rem;
    margin-bottom: 3rem;
    opacity: 0.5;
  }

  #page_top a{
    position: relative;
    display: block;
    width: 5rem;
    height: 5rem;
    text-decoration: none;
    text-align: center;
  }

  #page_top a::before{
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    top: 1rem;
    bottom: 3rem;
    right: 0;
    left: 0;
    margin: auto;
  }


/*******************page detail***********************************/

.btn_design {
    letter-spacing: 0.08rem;
    color:#4f2051;
    font-size: 2rem;
    width: 15rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.btn_design span {
    display:inline-block;
    transition: 0.5s;
}


.btn_design:hover span {
    color: #ffcB24;
    letter-spacing: 0.3rem;
    transform: rotateX(360deg);
}

.hover-effect {
    margin-top: 6rem;
}


/****************non motion detail page*************************************/

.artwork-name {
    color: #4f2051;
    font-size: 4rem;
}

.artwork-desc {
    font-size: 2rem;
}

.artwork {
    margin-top: 2rem;
}

.image img {
    width: 930px;
    
    height: auto;
}

.image.text-center video {
    width: 930px;
  
    height: auto;
}

.line {
    margin-top: 7rem;
}
/******************mentions légales ****************************************/

.lettre {
    font-size: 1.5rem;
}

.lien:link {
    color: #ffcB24;
    text-decoration: none;
}

.lien:visited {
    color: #ffcB24;
  }

  
/******************media query********************************************/
/***************tablette**********************************/
@media only screen and (max-width: 991.98px){

    .menu-title {
        padding-bottom: 1rem;
    }

    figure.ImgBox {
        width: 22rem;
        height: 22rem;
    }

    figure.ImgBox a {
        z-index: 3;
    }

    figure.ImgBoxc {
        width: 22rem;
    }
    figure.ImgBoxc img {
        max-width: 22rem;
        min-width: 22rem;
    }

    figure.ImgBoxc video {
        max-width: 22rem;
        min-width: 22rem;
    }

    figure.ImgBoxc a {
        z-index: 3;
    }

    .image img {
        width: 700px;
        height: auto;
    }
    
    .image.text-center video {
        width: 700px;
        height: auto;
    }

    .logos_client {
        width: 100%;
        margin-bottom: 2rem;
    }

    .logos_footer {
        font-size: 2rem;
        margin-top: 4rem;
        margin-bottom: 2rem;
    }
    

}


/*****************************Portable***************/
@media only screen and (max-width: 600px){
    .container {
        margin: 0 auto 0 auto;
        max-width: 760px;
        position: relative;
        margin-top: -10px;
    }

    
    .title {
        z-index: 3;
        position: sticky;
        top: 0;
    }

    h1 {
        font-size: 1.5rem;
        letter-spacing: 0.25rem;
    }

    .logo {
        width: 3.25rem;
        height: 3.25rem;
    }

    a.nav-link {
        font-size: 1.5rem;
        font-weight: bold;

    }

    ul.nav.justify-content-around {
        justify-content: center !important;
    }

    .title-space {
        margin: auto;
        padding:0;
        padding-right: 0;
    }

    .down {
       display: none;
    }
    
    /****************Title content****/

    .menu-title {
        margin: 1rem;
        padding: 1rem;
    }

    .title-content {
        font-size: 2rem;
        margin-top: 1rem;
    }

    /*********************motion*****/
    figure.ImgBox {
        width: 15.5rem;
        height: 15.5rem;
        background: none;
        text-align: left;
    }

    figure.ImgBox img {
        width: 15.5rem;
        height: 15.5rem;
    }

    figure.ImgBox video {
        width: 15.5rem;
        height: 15.5rem;
        position: relative;
        opacity: 1;
    }

    figure.ImgBox figcaption {
        z-index: 3;
    }

    figure.ImgBox:after {
        background: none;
        position: absolute;
        background-color:#ffcB24;
        -webkit-transition: none;
        transition: none;
    }

    figure.ImgBox h4 {
        font-size: 1.5rem;
        display: block;
    }

    figure.ImgBox:hover img,
    figure.ImgBox.hover img {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    figure.ImgBox:hover video,
    figure.ImgBox.hover video {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    figure.ImgBox:hover:after,
    figure.ImgBox.hover:after {
        opacity: unset;
    }


    figure.ImgBox * {
        -webkit-transition: none;
        transition: none;
    }

    

    /***********non motion*****/

    figure.ImgBoxc {
        color: #4f2051;
        min-width: 15.5rem;
        max-width: 15.5rem;
        width: 100%;
        background: none;
    }

    figure.ImgBoxc img {
        min-width: 15.5rem;
        max-width: 15.5rem;
    }
    figure.ImgBoxc video {
        min-width: 15.5rem;
        max-width: 15.5rem;
    }

    figure.ImgBoxc figcaption {
        z-index: 3;
    }

    figure.ImgBoxc:after {
        background: none;
        position: absolute;
        background-color:#ffcB24;
        -webkit-transition: none;
        transition: none;
    }

    figure.ImgBoxc h4 {
        font-size: 1.5rem;
    }

    figure.ImgBoxc:hover img,
    figure.ImgBoxc.hover img {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    figure.ImgBoxc:hover video,
    figure.ImgBoxc.hover video {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    figure.ImgBoxc:hover:after,
    figure.ImgBoxc.hover:after {
        opacity: unset;
    }


    figure.ImgBoxc * {
        -webkit-transition: none;
        transition: none;
    }

    /*******************profile mobile 600********************/
    .profile {
       width: 320px;
        padding: 2rem;
    }
    
    .img-profile {
       width: 345px;
       padding: 0;
    }

    .about-me {
        padding-left: 0px;
        padding-right: 0px;
    }

    .logos_client {
        width: 100%;
    }

    .logos_footer {
        font-size: 1.8rem;
        margin-top: 4rem;
        margin-bottom: 0rem;
    }
    
    /**************************page detail non motion***************/
    .artwork-name {
        color: #4f2051;
        font-size: 2rem;
    }

    .artwork-desc {
        font-size: 1.5rem;
    }

    .image img {
        width: 320px;
        
        height: auto;
    }
    
    .image.text-center video {
        width: 320px;
      
        height: auto;
    }

    
    
    /**************************footer*****/
    footer {
        padding-bottom: 0rem;
        padding-top: 0px;
        margin-top: unset;
    }

    .logosns {
        font-size: 3rem;
        color: #4f2051;
    }

    #page_top{
        width: 2rem;
        height: 2rem;
        position: fixed;
        right: 2.5rem;
        bottom: 1.50rem;
        opacity: 0.6;
        margin-right: 1rem;
        margin-bottom: 3rem;
      }

    .hover-effect {
        margin-top: 0;
        text-align: center
    }

    .btn_design span {
        display:inline-block;
        transition: none;
        font-size: 1.8rem;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .about-me {
        padding-left: 0;
    }

  
}

@media only screen and (max-width: 360px){
    
    figure.ImgBoxc img{
       
        min-width: 15.5rem;
        max-width: 15.5rem;
        
    }

    figure.ImgBoxc video{
       
        min-width: 15.5rem;
        max-width: 15.5rem;
        
    }
    .about-me {
        padding-left: 0;
    }
}

/********Portable Iphon5 petit************/
  
@media only screen and (max-width: 320px){

    .logo {
        width: 3rem;
        height: 3rem;
    }

    .logos_footer {
        font-size: 1.5rem;
    }

    a.nav-link {
        font-size: 1.5rem;
    }

    .menu-title {
        margin: 0rem;
    }

    figure.ImgBox {
        width: 13.5rem;
        height: 13.5rem;
    }

    figure.ImgBox figcaption {
        padding: 0px;
    }

    figure.ImgBox h4 {
        font-size: 1.2rem;
    }

    figure.ImgBox p {
        font-size: 1rem;
    }

    figure.ImgBox img {
        width: 13.5rem;
        height: 13.5rem;
    }

    figure.ImgBox video {
       width: 13.5rem;
        height: 13.5rem;
        position: relative;
        opacity: 1;
    }

    figure.ImgBoxc img {
        min-width: 13.5rem;
        max-width: 13.5rem;
    }

    figure.ImgBoxc video {
        min-width: 13.5rem;
        max-width: 13.5rem;
    }

    figure.ImgBoxc h4 {
        font-size: 1.2rem;
    }

    figure.ImgBoxc p {
        font-size: 1rem;
    }
   
    figure.ImgBoxc {
        min-width: 13.5rem;
        max-width: 13.5rem;
    }

    .hover-effect {
        margin-top: 2em;
        text-align: center;
        font-size: 1rem;
    }
    .btn_design span {
        margin-top: 0px;
    }
    
    .image img {
        width: 290px;
        
        height: auto;
    }
    
    .image.text-center video {
        width: 290px;
      
        height: auto;
    }
}

