
/* GÉNÉRAL */


@font-face {
        font-family: 'Fraunces28ptSoftWonky-Regular';
        src:  url('-polices/Fraunces28ptSoftWonky-Regular.otf');
        }


@font-face {
        font-family: 'Fraunces28ptSoftWonky-LightItalic';
        src : url('-polices/Fraunces28ptSoftWonky-LightItalic.otf');
	}


*
{
    font-family: 'Fraunces28ptSoftWonky-Regular', Times New Roman, Sérif;
    color: black;
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;

}

/* fond */
*::-webkit-scrollbar {
    background: whitesmoke;
  width: 7px;
  height: 7px;
}
/* Ascenseur */
*::-webkit-scrollbar-thumb {
  background: #fff578;
  border-radius: 0px;
}




/* -------- */


#bloc_page
{
        display: flex;
        background-color: whitesmoke ;
        min-height: 100vh;
        flex-wrap: nowrap;
        
scrollbar-color: #fff578xs;
scrollbar-width: auto;
}


.bloc
{
        background: white;
        width: 265px;
        min-width: 265px;
        padding: 24px;
        max-height: 100%;
        overflow-y: auto;
}


.apropos
{
        margin-bottom: 130px;
}


#contact
{
        padding: 0;
        margin: 0;
}

#parcours
{
        padding: 0;
        margin: 0;
        margin-bottom: 130px;
}

#experience
{
        padding: 0;
        margin: 0;
}


li
{
        margin-bottom: 30px;
}


h1
{
        margin-bottom: 130px;
}

.insta 
{
        text-decoration: none;
        font-family: 'Fraunces28ptSoftWonky-Regular';

}

a 
{
        text-decoration: none;
        font-family: 'Fraunces28ptSoftWonky-LightItalic';

}

a:hover
{
        text-decoration: underline;
        font-family: 'Fraunces28ptSoftWonky-LightItalic';
}


.dates
{
        font-family: 'Fraunces28ptSoftWonky-LightItalic';
}




.draggable {
        cursor: url("-images/z_papillons/cursor_grab.png"), grab;
      }


  /*Remember to set the cursor type to show when the browser can’t use the provided image, otherwise your code will not work.*/
  cursor: url(-images/z_papillons/cursor_grab.png), grab;





