@font-face { font-family: 'gnuolane';
             src: url('Fonts/gnuolanerg.ttf') format('truetype'); }

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

a {
 color: #6d071a;
 border: none;
 text-decoration: none;
}

a.underline {
 text-decoration: underline;
}

.text {
 color: #6d071a;
 font-family: serif;
 font-size: 0.8rem;}

body {
    background: #E1E1E1;
    color: #444;
    -webkit-font-smoothing: antialiased;
    font-family: "gnuolane", sans-serif;
    height: auto;
    height: 100%;
    min-height: 100%;
    min-height: 24em;
    text-rendering: optimizeLegibility;
}


header {
    background-color: #E1E1E1;
    border-bottom: 1px solid rgba(0,0,0,.15);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    top:0;
    width: 100%;
    z-index: 50;
}
 
    header > div#logo {
        flex: 4;
        display: flex;
        flex-flow: column;
        justify-content: space-around;
    }

        header > div#logo > p {
            flex: 1
            line-height: 70px;
            font-size: 2em;
            margin-left: 0.1em;
        }
 

    header > nav {
        flex: 1;
    }

    header > nav > ul {
        display: flex;
        flex-direction: row;
        flex: 1 0 auto;
        justify-content: flex-end;
        align-items: center;
    }

        header > nav > ul > li {
            flex: 1 1 2em;
            list-style-type: none;
            max-width: 3em;
        }

            header > nav > ul > li > nav > ul {
                position: fixed;
                top: 4.5em;
                right: 0em;
                width: 20em;
                background-color: transparent;
                display: none;
                -webkit-backface-visibility: hidden;
            }
            header > nav > ul > li:hover > nav > ul {
                
                display: block;
            } 
@media only screen and (max-width: 500px) {
            header > nav > ul > li:hover > nav > ul {
                width: 100%;
            }
}
                header > nav > ul > li > nav > ul > li {
                    background-color: #f1f1f1e1;
                    border-radius: 10px;
                    border: 1px solid #44444488;
                    margin-bottom: 2px;
                    line-height: 1em;
                    z-index: 100;
                    list-style-type: none;
                    line-height:2.5em;
                }
                
                    header > nav > ul > li > nav > ul > li > a > nav {
                        display: flex;
                        flex-direction: row;
                        justify-content: space-around;
                        align-items: baseline;                                    
                    }
                        header > nav > ul > li > nav > ul > li > a > nav > symbol {
                            /*background-color: red;*/
                            flex: 1;
                            max-width:20%;
                        }
                        header > nav > ul > li > nav > ul > li > a > nav > span {
                            flex: 1;
                            /*background-color: green;*/
                            font-size: 1.5em;
                            max-width:90%;
                        }

.caddie {
         height: 2em; 
         padding: 0.25em;
}

.menu {
         height: 2em; 
         padding: 0.25em;
}

.copyright {
         height: 2em; 
         padding: 0.25em;
         padding-top: 0.5em;
         padding-left: 2em;
}

.images {
         height: 2em; 
         padding: 0em;
         padding-top: 0.5em;
         padding-left: 2em;
}

.son {
         height: 2em; 
         padding: 0em;
         padding-top: 0.5em;
         padding-left: 2em;
}

.home {
         height: 2em; 
         padding: 0em;
         padding-top: 0.5em;
         padding-left: 2em;
}

.resume {
         height: 2em; 
         padding: 0em;
         padding-top: 0.5em;
         padding-left: 2em;
}

.critique {
         height: 2em; 
         padding: 0em;
         padding-top: 0.5em;
         padding-left: 2em;
}

.librairies {
         height: 2.5em; 
         padding: 0em;

         padding-top: 0.5em;
         padding-left: 2em;
}

.evenements {
         height: 2.5em; 
         padding: 0em;

         padding-top: 0.5em;
         padding-left: 2em;
}

un {
         color: #444;
         font-size: 2em;
         margin-left: 1em;
         vertical-align: top;
         line-height: 1.1em;
}

.partager{
         height: 2em;
         padding: 0;
         padding-top: 0.5em; 
}

.fb {
         height: 2em; 
         padding: 0em;
         padding-left: 2em;
         padding-top: 0.5em;
}

.twitter {
         height: 2.2em;
         padding: 0em;
         padding-left: 2em;
         padding-top: 0.5em;
}

.babelio {
         height: 2.2em; 
         padding: 0em;
         padding-left: 2em;
         padding-top: 0.5em;
}

.loi {
         height: 2em; 
         padding: 0em;
         padding-left: 2em;
         padding-top: 0.5em;
}

main {
        font-family: "gnuolane", sans-serif;
        font-size: 2em;
        margin-top: 3em;
        margin-bottom: 3em;
        text-align: center;
}

main h2 {
        margin-top: 1em;
        text-align: center;
        font-style: italic;
}

main h4 {
        margin-top: 1em;
        text-align: justify;
}

img.woman {
  flex: 1;
  width: 100%;
}

footer {
    background-color: #E1E1E1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    bottom: 0;
    width: 100%;
}

    footer > nav {
        flex: 1;
    }

    footer > nav > ul {
        display: flex;
        flex-direction: row;
        flex: 1;
        justify-content: flex-end;
        align-items: center;
    }

        footer > nav > ul > li {
            flex: 1 0 auto;
            list-style-type: none;
            max-width: 3em;
        }

            footer > nav > ul > li > nav > ul {
                position: fixed;
                bottom: 2em;
                right: 0em;
                width: 20em;
                background-color: transparent;
                display: none;
                -webkit-backface-visibility: hidden;
            }

            footer > nav > ul > li:hover > nav > ul {
                display: block;
            }


@media only screen and (max-width: 500px) {
            footer > nav > ul > li:hover > nav > ul {
                width: 100%;
            }
}

                footer > nav > ul > li > nav > ul > li {
                    background-color: #f1f1f1e1;
                    border-radius: 10px;
                    border: 1px solid #44444488;
                    margin-bottom: 2px;
                    line-height: 2.5em; 
                    z-index: 100;
                    list-style-type: none;
                }
                    footer > nav > ul > li > nav > ul > li > a > nav {
                        display: flex;
                        flex-direction: row;
                        justify-content: space-around;
                        align-items: baseline;                                    
                    }
                        footer > nav > ul > li > nav > ul > li > a > nav > symbol {
                            flex: 1;
                            max-width:20%;
                        }
                        footer > nav > ul > li > nav > ul > li > a > nav > span {
                            flex: 1;
                            font-size: 1.5em;
                            max-width:90%;
                        }

resume h1 {
   margin-top: 5em
}

resume p {
   text-align: justify;
   font-size: 1rem;
   width:45ex;
   color: #6d071a;
   margin-left: auto;
   margin-right: auto;
   margin-top: 3em;
   margin-bottom: 3em;
   line-height: 150%;
}

resume p::first-line {
	line-height: 100%;
}

resume p.lettrine::first-letter {
	font-size: 280%;
	font-weight: bold;
	padding-right: 0.1em;
	float: left;
	line-height: 1.5em;
}

critique {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        flex: 1;
        justify-content: space-evenly;
        align-items: flex-start;
}

critique h1 {
   margin-top: 5em
}

critique p {
   text-align: justify;
   font-size: 1rem;
   width:45ex;
   color: #6d071a;
   margin-left: 1em;
   margin-right: 1em;
   margin-top: 3em;
   margin-bottom: 3em;
   line-height: 150%;
}

critique p::first-line {
	line-height: 100%;
}

critique p.lettrine::first-letter {
	font-size: 280%;
	font-weight: bold;
	padding-right: 0.1em;
	float: left;
	line-height: 1.5em;
}

critique signature p {
        text-align: right;
}

pdf {
        position: absolute;
        top: 4em;
        right: 1em;
        background-color: #f1f1f1e1;
        border-radius: 10px;
        border: 1px solid #44444488;
        margin-bottom: 2px;
        line-height: 2em;
        width: 4em;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center; 
}
   pdf > symbol {
           flex: 1;
           max-width:1.5em;
   }
   pdf > span {
           flex: 1;
           font-size: 1em;
           max-width:3ex;
   }

.download {
         height: 0.8em;
         padding: 0em;
}

@media only screen and (max-width: 700px) {
  resume p {
    width: 40ex;
  }
}

@media only screen and (max-width: 500px) {
  resume p {
    width: 35ex;
  }
}

  .cards {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .card {
    flex: 0 0 32.7%;
    margin: 0.3%;
    background: #f0f0f0;
  } 
  .card img {
    width: 100%;
  }

  .card div.video {
    position: relative;
    padding-top: 56.25%;
    margin-bottom: 0.2em;
  }  

  .card iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
  }

  .card .text {
    padding: 0 20px 20px;
    text-align: justify;
    font-family: LibreBaskerville-regular;
    font-size: 0.95rem;
    color: #6d071a;
    background: #f0f0f0;
  }

.card {
  flex: 0 0 32.7%;
}

@media only screen and (max-width: 700px) {
  .card {
    flex: 0 0 49%;
  }
}

@media only screen and (max-width: 500px) {
  .card {
    flex: 0 0 100%;
  }
}

cprght p {
   text-align: center;
   font-size: 1rem;
   width:32ex;
   color: #6d071a;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0.5em;
   margin-bottom: 0.5em;
   line-height: 150%;
}

pay { 
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
}

pay h3 {
   text-align: left;
}

pay div p {
   text-align: left;
   font-size: 1rem;
   color: #6d071a;
   margin-top: 0.5em;
   margin-bottom: 0.5em;
   line-height: 150%;
}


pay div.blocked {
   flex: 1;
   padding: 0.5em;
   min-width:22rem;
   max-width:22rem;
}
 
pay p.tab {
   margin-left: 2em;
}

pay div div ul {
   font-size: 1rem;
   margin-left: 2rem;  
}

pay div div ul li {
   margin-left: 0rem;
   list-style-type: none;
   text-align: left;
}

a.merci {
   color: #444;
}

intro {
   background-color: black;
   height: 100%;
   font-family: gnuolane, sans-serif;
   font-size: 3em;
}

intro img {
   width: 100%;
   position: fixed;
   top: 2em;
}

intro auteur {
   width: 100%;
   position: fixed;
   top: 1em;
}

intro auteur p {
   text-align: center;
   background-color: #6d071a;
   color: #f0f0f0;
   font-size: 0.8em
}

intro banner {
   width: 100%;
   position: fixed;
   top: 5em;
}

intro banner p {
   text-align: center;
   background-color: #6d071a;
   color: #f0f0f0;
}

intro banner p.subtitle {
   font-size: 0.8em;
}

intro banner img {
   position: relative;
   height: 0.8em;
   top: 0em;
}

div#construction img {
   width: 100%;
   height:100%;
   position: fixed;
   top: 2em;
   z-index: 200;
}
