html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'STIX Two Text', serif;
    font-size: 18pt;
    margin: 22px;
        /letter-spacing: .15px;
animation: fadeInAnimation ease 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}


 
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}



ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

::selection {
  background: #ffceaf;
}

header{
    position: fixed;
    width: 100%;
    letter-spacing: 0.2pt;
}

h2{
    position: absolute;
    top:0;
    left: 41%;
    right: 50%;
    width: 30%;
}

.archivelink{
    position: absolute;
    top:0;   
    right: 42px;
    text-align: right;
    line-height: 22pt;
}

.container-carousel{
    max-width: 65%;
        margin: auto;
    padding-top: 60px;
    
    cursor: pointer;
}

.cont-btn:hover +.one{
    opacity: 0.8;
    z-index: 0
        
        
    -moz-transition:opacity .15s ease-in;
    -o-transition:opacity .15s ease-in;
    -webkit-transition:opacity .15s ease-in;
        
}

.one{
    
    -moz-transition:opacity .15s ease-in;
    -o-transition:opacity .15s ease-in;
    -webkit-transition:opacity .15s ease-in;
    
    cursor: pointer;
}



.container-carousel img{
    max-width: 100%;
    cursor: pointer;
}
.container-carousel p{
    padding-top: 40px;
}

a{
    text-decoration: none;
    -moz-transition:color .15s ease-in;
    -o-transition:color .15s ease-in;
    -webkit-transition:color .15s ease-in;
    color: black;
}

a:hover{    
    -moz-transition:color .15s ease-in;
    -o-transition:color .15s ease-in;
    -webkit-transition:color .15s ease-in;
    color: #ffceaf;
}

.italique{
    font-style: italic;
}

.petit{
    font-style: normal;
    font-size: 18pt;
}

div.container-carousel{
    position: relative;
}

div.left {
    position: absolute;
    width:35%;
    display: block;
    height: 87%;
    background-color: blue;
    cursor: pointer;
        opacity: 0%;
    z-index: 1;
}

div.right {
    position: absolute;
    left: 35%;
    width:65%;
    display: block;
    height: 87%;
    background-color: yellow;
    cursor: pointer;
        opacity: 0%;
    z-index: 1;
}

.item{
    display: none;
}

.active{
    display: block;
}

p.collapsible{
    font-size: 38pt;
    cursor: pointer;
    
    color: black;
    
    -moz-transition:color .1s ease-in;
    -o-transition:color .1s ease-in;
    -webkit-transition:color .11s ease-in;
    -moz-transition:line-height .5s ease-in;
    -o-transition:line-height .5s ease-in;
    -webkit-transition:line-height .5s ease-in;
    line-height: 40pt;
    
}

p.collapsible:hover{
    -moz-transition:color .15s ease-in;
    -o-transition:color .15s ease-in;
    -webkit-transition:color .15s ease-in;
    -moz-transition:line-height .15s ease-in;
    -o-transition:line-height .15s ease-in;
    -webkit-transition:line-height .15s ease-in;
    color: #ffceaf;
    line-height: 50pt;
}

.index{
    padding-top: 70px;
}

.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s cubic-bezier(.79, .01, .54, 1);
    display: flex;
    
    padding-left: 5%;
}

.content p{
    line-height: 21pt;
    letter-spacing: 0.1pt;
}

.imggrid{
        max-width:  70%;
    display: flex;
        flex-wrap: wrap;    
}

.imggrid img{
    max-width: 48%;
    padding-right: 5px;
}

.imgpt{
    padding-top: 5px;
}

.imgptbas{
        padding-bottom: 15px;

}

.content-about{
    padding-top: 70px;
    display: flex;
    justify-content: space-around;
}

p.bio{
    font-size: 32pt;
    max-width: 55%;
    line-height: 35pt;
    
    
}

p.contact{
    font-size: 13pt;
    padding-top: 13px;
    max-width: 35%;
    line-height: normal;
    
}

span.size-40 {
  font-size: 22px;
  font-variation-settings: 'OPSZ' 40;
}

.titres{
    letter-spacing: 3pt;
}


@media only screen and (max-width: 1280px){
  
    p.collapsible{
        font-size: 24pt;
        line-height: normal;
        
        -moz-transition:color .1s ease-in;
    -o-transition:color .1s ease-in;
    -webkit-transition:color .11s ease-in;
    -moz-transition:line-height .5s ease-in;
    -o-transition:line-height .5s ease-in;
    -webkit-transition:line-height .5s ease-in;
    }
    
    p.collapsible:hover{
        line-height: 34pt;
        
        -moz-transition:color .1s ease-in;
    -o-transition:color .1s ease-in;
    -webkit-transition:color .11s ease-in;
    -moz-transition:line-height .5s ease-in;
    -o-transition:line-height .5s ease-in;
    -webkit-transition:line-height .5s ease-in;
    }
    
    .petit{
        font-size: 12pt;
    }
    
    .content{
        font-size: 11pt;
        line-height: normal;
    }
    
    .content p{
        line-height: normal;
    }
}

@media only screen and (max-width: 950px){
  
    .container-carousel{
        padding-top: 150px;
        max-width: 85%;
    }
    
    h2{
        justify-content: center;
        text-align: center;
        left: 36%;
    }
    
    body{
        font-size: 15.5pt;
    }
    
    p.collapsible{
        line-height: normal;
    }
  
    
}


@media only screen and (max-width: 550px){
  
   body{
        font-size: 9pt;
    }
    
    p.collapsible{
        font-size: 10pt;
        line-height: 20pt;
    }
    
    h2{
        justify-content: center;
        text-align: center;
        left: 30%;
    }
    
    .archivelink{
        line-height: normal;
    }
    
    .petit{
        font-size: 7pt;
    }
    
    .content{
        display: block;
        font-size:
            10pt;
        
    }
    
    .imggrid{ 
        display: block;
        max-width: 100%
    }
    
    .imggrid img{
        display: block;
        max-width: 100%;
            padding-top: 0;
    }
    
    
.imgpt{
    padding-top: 0px;
}

.imgptbas{
        padding-bottom: 0px;

}
    
    .content-about{
        display: block;
    }
    
    p.bio{
        max-width: 100%;
        font-size: 20pt;
        line-height: normal;
    }
}



