/* https://coolors.co/palette/264653-2a9d8f-e9c46a-f4a261-e76f51 */
/*FONT FACE*/

@font-face {
  font-family: 'Goudy Old Style';
  src:  url('fonts/GOUDOS.ttf') format('ttf');
}


@font-face {
  font-family: 'Eastwood';
  src:  url('fonts/Eastwood.woff') format('woff');
  src:  url('fonts/Eastwood.woff2') format('woff2');
}

/*************/

/* MENU */
#menu{
    list-style: none inside none;
    margin: 0;
    padding: 0;
    float: left;
    width: 150px;
    height: 100%;
    overflow-y: scroll;
    font-family: "Eastwood", sans-serif;
    background-color: #F5EEDC;
    position: fixed;
    top: 0;
    left: 0;
}



#menu a{
    color: #E76F51;
    text-decoration: none;
    display: block;
    padding: 2px 5px 2px 15px;
    margin: 5px 0px;
    font-size: 1.6em;
}
#menu a:hover{
    background-color: #E9C46A;
    color: white;
}

/****************/

body{
	font-family: "Verdana", sans-serif;
    background-color: white;
    margin: 0 0 0 160px;
    padding:0 ;
    color: #264653;
}

a {
    color: #E76F51;
}


a:visited{
    color: #2A9D8F;
}

a:hover{
    color: #F4A261;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Eastwood", sans-serif;
}

h1 {
    font-family: "Eastwood", sans-serif;
    text-align: center;
    width: 100%;
    font-size: 3em;
    color: #E76F51;
}

h1.main{
    margin-bottom: 0;
}


h2{
    font-weight: normal;
    color: #2A9D8F;
    margin: 3px 5px;
}

h2.subtitle {
    font-style: italic;
    text-align: center;
    color: #E9C46A;
    margin-top: 0;
}


.fullw{
  width: 100%;
}

ul.nopuce{
    list-style: none;
}

.center {
  text-align: center;
}

img.pic.h128{
    max-height: 128px;
}

img.pic.w200{
    max-width: 200px;
}

img.pic.w300{
    max-width: 300px;
}

img.pic.w400{
    max-width: 400px;
}

/**** ACCUEIL *****/

.blason{
    margin: 0 auto 0 auto;
    max-width: 100%;
}

.carrousel{
    width: 100%;
    text-align: center;
}

.frontpagepic{
    display: inline-block;
    max-width: 170px;
    height: 228px;
}

.social{
 padding: 3px 5px 3px 15px;
}

.socials{
 list-style-type: none;
}

.socials li{
    padding: 5px 3px;
    margin: 2px 0px;
}

i.fa-solid{
    color: #2A9D8F;
}
/*****/

/******** Bio ********/
p.citation{
    font-style: italic;
    font-weight: 700;
    font-size: 1.2em;
    max-width: 70%;
    margin: 35px auto;
}

p.citation span.author{
    font-weight: normal;
    display: block;
    font-size: 0.8em;
    margin-top: 10px;
}

ul.listbio{
    max-width: 85%;
}

ul.listbio li{
    margin: 15px;
}
/********************/


/**** GALLERIE PHOTOS ****/
ul.gallery{
    list-style-type: none;
}

ul.gallery li{
    display: inline-block;
}

ul.gallery li img{
    max-width: 170px;
    max-height: 228px;
}
/*************************/

/* Liste de vidéos */
div.YTPlayer{
    text-align: center;
}

ul.videos{
    list-style: none;
    padding: 0px;
}

ul.videos li{
    font-size: 1.3em;
    font-family: "Eastwood", sans-serif;
    margin: 5px 8px;
    float: left;
    width: 200px;
    height: 90px;
}

ul.videos li div.video-date{
    font-size: 0.5em;
    font-family: sans-serif;
}

/********** **********/

@media screen and (max-width: 640px) {
    #menu{
        width: 22%;
    }

    #menu a{
        font-size: 1em;
        padding: 0px 3px 0px 8px;
        margin: 2px 0px;
    }

    body{
        margin-left: 22%;
    }

    h1{
        font-size: 2em;
    }
}

/*
@media screen and (orientation:landscape) and (max-width:700px) {
    #menu{
        width: 10%;
    }

    #menu a{
        font-size: 0.7em;
    }

    body{
        margin-left: 10%;
    }

    h1{
        font-size: 2em;
    }
}*/