@font-face {
    font-family: 'Quicksand-Light';
    src: url('fonts/Quicksand-Light.woff') format('woff');
}
@font-face {    
    font-family: 'Quicksand-Regular';
    src: url('fonts/Quicksand-Regular.woff') format('woff');
}
@font-face {    
    font-family: 'TitilliumWeb-Light';
    src: url('fonts/TitilliumWeb-Light.woff') format('woff');
}
@font-face {    
    font-family: 'Urbanjungle';
    src: url('fonts/Urbanjungle.woff') format('woff');
}
@font-face {    
    font-family: 'twcenmt-bold';
    src: url('fonts/twcenmt-bold.woff') format('woff');
}
@font-face {    
    font-family: 'Cambria-Italic';
    src: url('fonts/Cambria-Italic.woff') format('woff');
}
@font-face {    
    font-family: 'Summit';
    src: url('fonts/Summit.woff') format('woff');
}
@font-face {    
    font-family: 'SummitOne';
    src: url('fonts/SummitOne.woff') format('woff');
}
@font-face {    
    font-family: 'SummitTwo';
    src: url('fonts/SummitTwo.woff') format('woff');
}
@font-face {    
    font-family: 'SummitThree';
    src: url('fonts/SummitThree.woff') format('woff');
}
@font-face {    
    font-family: 'Sonder';
    src: url('fonts/Sonder.woff') format('woff');
}
@font-face {    
    font-family: 'Merriweather';
    src: url('fonts/Merriweather-VariableFont_opsz,wdth,wght.ttf') format('truetype');
}
@font-face {    
    font-family: 'RHD';
    src: url('fonts/RedHatDisplay-VariableFont_wght.ttf') format('truetype');
}
/*_________________________________________________________menu____________________________________________________________________*/

.rotate
{
    scroll-behavior: smooth;
}

body
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
/*_________________________________________________________titre____________________________________________________________________*/

.toptitle {
  position: sticky;
  top: 0;
  overflow: auto;
  background: transparent;
  padding: 2%;
  display: flex;
  justify-content: center;
  width: 96%;
  transition: all 0.7s cubic-bezier(0,1,0,1);
  font-family: monospace;
}

.toptitle.scrolled {
  width: 20%;
  padding-left: 0%;
}

@media (max-width: 1000px) {
  .toptitle {
    position: static;
    transform: none !important;
    text-align: center;
  }
}

/*_________________________________________________________fin du titre____________________________________________________________________*/

header
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 450px;
    height: 70%;
    width: 20%;
    padding-top: 40px;
    padding-left: 40px;
    font-family: monospace;
}


nav ul
{
    list-style: none;
    padding: 0px;
}
nav ul li
{
    display: block;
    font-size: 1.9em;
    padding-top: 11%;
}
nav a
{
    text-decoration: none;
    color: grey;
}

nav a:hover {
  background-color: #eee;
}
footer
{
    padding-bottom: 40px;
}

h1
{
    font-size: 2.2em;
}

h2
{
    font-size: 2em;
    color: #E0A800;
}

#menusmall
{
    display: flex;
    overflow:hidden;
    height:0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.animated {
    height:auto;
        padding: 24px 18px;

}
#menusmall ul
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#menu-button
{
    display: none;
}
/*_________________________________________________________homepage____________________________________________________________________*/

.title
{
    display: block;
}
.mosaique
{
    display: flex;
    width: 80%;
    margin-left: 20%;
    align-items: flex-start;
    justify-content: center;
}
.expo
{
    display: flex;
    width: 80%;
    margin-left: 20%;
    align-items: center;
    justify-content: center;
	margin-top: 2%;
}
.expo img
{
	border-radius:25px;
    width: 90%;
    margin: 5%;
    transition: .3s ease;
}

.expo img:hover
{
    transform: scale(1.03);
}


section#drommefanger {
    z-index: 10;
    display: block;
    width: 70%;
    margin-left: 24%;
    padding-left: 1%;
    padding-bottom: 1%;
    padding-right: 1%;
    box-shadow: 5px 2px 10px grey;
    transition: scale 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out;
    font-family: monospace;
    font-size: 1.2em;
}
section#drommefanger:hover {
    display: block;
    width: 70%;
    margin-left: 24%;
    scale: 1.01;
    box-shadow: 10px 5px 25px grey;
}


section#exif3 {
    display: block;
    width: 70%;
    height: 60vh;
    margin-left: 24%;
    padding-left: 1%;
    padding-bottom: 1%;
    padding-right: 1%;
    box-shadow: 5px 2px 10px grey;
    transition: scale 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out;
    font-family: monospace;
    font-size: 1.2em;
}

section#exif3:hover {
    display: block;
    width: 70%;
    height: 60vh;
    margin-left: 24%;
    scale: 1.01;
    box-shadow: 10px 5px 25px grey;
}

.gauche{
    display: flex;
    align-items: center;
    justify-content:space-around;
    height: 100%;
    margin: 3%;
}
.gauche p{
    text-align: justify;
}
.droite{
    display:flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content:space-around;
    height: 100%;
    margin: 3%;
}

#drommefanger a {
    text-decoration: none;
    color: black;   
}

#exif3 a {
    text-decoration: none;
    color: black;
}
.titregal
{
    width: 80%;
    margin-left: 20%;
    display: flex;
    justify-content: center;
    margin-top: 4%;
    font-family: monospace;
}
h2.titrepres {
    color: black;
    text-decoration: none;
}

img.imgintro {
    max-width: 60%;
    max-height:90%;
    margin: 1%;
}
.titreettext
{
    width: 80%;
}
@media (max-width: 1000px) {
    section#drommefanger {
        z-index: 10;
        display: block;
        width: 90%;
        margin: auto;
        padding-left: 1%;
        padding-bottom: 1%;
        padding-right: 1%;
        box-shadow: 5px 2px 10px grey;
        transition: scale 0.3s ease-in-out,
        box-shadow 0.3s ease-in-out;
        font-family: monospace;
        font-size: 1.2em;
    }
    section#drommefanger:hover {
        display: block;
        width: 90%;
        margin: auto;
        scale: 1.01;
        box-shadow: 10px 5px 25px grey;
    }


    section#exif3 {
        display: block;
        width: 90%;
        height: 40vh;
        margin: auto;
        padding-left: 1%;
        padding-bottom: 1%;
        padding-right: 1%;
        box-shadow: 5px 2px 10px grey;
        transition: scale 0.3s ease-in-out,
        box-shadow 0.3s ease-in-out;
        font-family: monospace;
        font-size: 1.2em;
    }

    section#exif3:hover {
        display: block;
        margin: auto;
        width: 90%;
        height: 40vh;
        scale: 1.01;
        box-shadow: 10px 5px 25px grey;
    }
    .gauche{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content:space-around;
        height: 100%;
        margin: 3%;
    }
    .gauche p{
        text-align: justify;
        font-size: 1.2em;
    }
    .droite p{
        text-align: justify;
        font-size: 1.2em;
    }
    .droite{
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content:space-around;
        height: 100%;
        margin: 3%;
    }
    img.imgintro {
        max-width: 80%;
        max-height:90%;
        margin: 1%;
    }
    .titregal
    {
        width: 80%;
        display: flex;
        margin: auto;
        justify-content: center;
        margin-top: 4%;
        font-family: monospace;
    }
}
.col
{
    margin-top: 30px;
    width: 30%;
    padding-right: 5px;

}
.mosl
{
    display: block;
    width: 100%;
    padding-top: 6px;
    padding-left: 6px;
    transition: padding-top, paddig-bottom .3s ease;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

.mosl:hover
{
    padding-top: 3px;
    padding-bottom: 3px;
}
.icon
    {
        max-width: 22px;
    }
.reso
{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 50px;

}
@media (min-width: 1000px) {
    header
    {
        position: fixed;
    }
}

@media (max-width: 1000px) {
    header
    {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        max-width: none;
        padding: 0px;
        width: 100%;
        font-family: monospace;
    }
    h1
    {
        font-size: 40px;
    }

    h2
    {
        font-size: 35px;
        color: #E0A800;
    }
    #menularge 
    {
        display: none;
    }
    .title
    {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
    }
    .icon
    {
        max-width: 22px;
    }
    #menusmall
    {
        display: flex;
        width: 100%;
        background: #E0E0E0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    nav ul
    {
        list-style: none;
        padding: 0px;
    }
    nav ul li
    {
        font-size: 45px;
        padding-top: 40px;
    }
    .reso
    {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-top: 40px;
        padding-bottom: 30px;
        width: 50%;

    }
    .icon
    {
        max-width: 42px;
    }

    #menu-button {
        display: block;
        background: white;
        color: black;
        height: 75px;
        font-size: 37px;
        border: 0px solid grey;
        font-family: monospace;
    }
    .mosaique
    {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin: 0px;
    }
    .col
    {
        width: 80%;
    }
    body
    {
        margin-bottom: 7px;
    }
    a:visited
    {
        color: auto;
    }
    .expo
    {
        display: flex;
        width: 80%;
        align-items: center;
        justify-content: center;
        margin: auto;
    }
    .expo img
    {
            border-radius:25px;
            width: 90%;
            margin: 5%;
    }
}


.mproj
{
    color: #E0A800;
}
/*___________________________________________________ Tirages d'art ________________________________________________________________*/

.retour:visited{
    color: black;
}

.ta_title{
    font-family: monospace;
    margin-bottom: 5%;
}
.ta_pic_left{
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-top: 50px;
    padding-bottom: 20px;
    margin: auto;
    margin-left: 35%;
    align-items: center;
    word-wrap: break-word;
}

.ta_gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    width: 72%;
    transition: transform 0.3s ease;
    margin: 3%;
    margin-left: 25%;
    font-family: monospace;
}
.ta_gallery img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    cursor: pointer;
    margin: auto;
}
.ta_gallery img:hover {
    transform: scale(1.07);
}

.horizontal {
    grid-column: span 1;
    grid-row: span 1;
}
.vertical {
    grid-column: span 1;
    grid-row: span 2;
}
#ta_image-view {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    color: white;
    flex-direction: column;
    padding-top: 15px;
}
#ta_image-view img {
    max-width: 90%;
    max-height: 80%;
}
#ta_image-view p {
    text-align: center;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 2px;
    font-family: monospace;
}
#ta_return-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: transparent;
    padding: 10px;
    width: 5%;
    cursor: pointer;
}
.mailto-btn {
    background-color: rgba(255, 255, 255, 0.9);
    color: black;
    font-family: monospace;
    padding: 10px 20px;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    font-size: 1.3em;
    margin-top: 1%;
    margin-bottom: 1%;
}
.contact_button
    {
        color: black;
    }
.contact_button:visited
    {
        color: black;
    }


.Collection{
    width: 65%;
    margin-left: 30%;
    margin-bottom: 10%;
    align-items: center;
    justify-content: center;
}

.Collection_pic{
    display: flex;
    justify-content: space-around;
    margin: 2%;
}
.Collection_pic a{
    margin: 2%;
    max-height: 80vh;
    display: block;
}

.Collection_pic img{
    transition: ease-in-out 0.15s;
    max-height: 80vh;
}

.Collection_pic img:hover{
    scale: 1.05;
}

 @media (max-width: 1000px) {
    .ta_gallery {
        grid-template-columns: repeat(3, 1fr);
        align-items: center;
        flex-direction: column;
        width: 90%;
        margin: auto;
    }
    .ta_pic_left{
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-top: 50px;
    padding-bottom: 20px;
    margin: auto;
    align-items: center;
    word-wrap: break-word;
}
    .horizontal {
        grid-column: span 1;
    }
    .vertical {
        grid-column: span 1;
        grid-row: span 2;
    }
    #ta_image-view p {
        text-align: center;
        font-size: 28px;
        margin-top: 5px;
        margin-bottom: 2px;
        font-family: monospace;
    }
    .Collection{
        width: 90%;
        margin-left: 5%;
        margin-bottom: 10%;
        align-items: center;
        justify-content: center;
    }

    .Collection_pic{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin: 2%;
    }

    .Collection_pic img{
        width: 80%;
        margin-top: 3%;
        margin-bottom: 3%;
    }
    .Collection_pic a{
        margin: 2%;
        max-height: 80vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ta_pic_left{
        font-size: 1.2em;
    }
}

/*___________________________________________________ Image choisie  ________________________________________________________________*/

.retour{
    display: block;
    position: absolute;
    margin-top: 3%;
    margin-left: 2%;
    font-family: 'Quicksand-Regular', sans-serif;
    font-size: 1em;
    border: solid black 1px;
    text-decoration: none;
    border-radius: 15px;
    padding: 5px;
    color: black;
    z-index: 1;
}
.shop_choice{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: 3%;
    margin-right: 2%;
}
.carousel-and-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 70%;
}
/*---------------------------------carousel----------------*/

.carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 70%;
  margin-top: 7%;
}

.carousel img {
    top: 0;
    left: 0;
    width: 100%;
    max-height: 60vh;
}
.slider {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.sliderv {
  width: 80%;
  text-align: center;
  overflow: hidden;
}
.slides {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.slides::-webkit-scrollbar {
  width: 20px;
  height: 10px;
}
.slides::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}
.slides::-webkit-scrollbar-track {
  background: transparent;
}
.slides > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 100%;
  margin-right: 5%;
  border-radius: 10px;
  background: #eee;
  transform-origin: center center;
  transition: transform 0.5s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}



.slider > a {
  display: inline-flex;
  width: 20%;
  background: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 2% 0 0.5rem 0;
  position: relative;
}
.sliderv > a {
  display: inline-flex;
  width: 20%;
  background: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 2% 0 0.5rem 0;
  position: relative;
}
@supports (scroll-snap-type) {
  .slider > a {
    display: none;
  }
  .sliderv > a {
    display: none;
  }
}


/*--------------------------------------------------------*/
#ta_price{
    font-family: 'Quicksand-Regular', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
}
#size-select{
    font-family: 'Quicksand-Regular', sans-serif;
    font-size: 1em;
    padding: 2%;
}
.contact_button{
    display: block;
    text-decoration: none;
    border: 1px solid black;
}
.price_selector{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 60%;
    margin-bottom: 2%;
}

.decal_footer p{
    margin-left: 2%;
}

 @media (max-width: 1000px) {
    .shop_choice{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        margin-left: 2%;
        margin-right: 2%;
    }

    #ta_price{
        font-family: 'Quicksand-Regular', sans-serif;
        font-size: 2em;
        font-weight: bold;
    }
    #size-select{
        font-family: 'Quicksand-Regular', sans-serif;
        font-size: 1.8em;
        padding: 2%;
    }
    .carousel-and-title{
        display: flex;
        flex-direction: column;
        padding-top: 10%;
        align-items: center;
        justify-content: center;
    }
    .carousel-and-title p{
        font-size: 0.916em;
    }
    .contact_button{
        display: block;
        text-decoration: none;
        border: 1px solid black;
        font-size: 1.8em;
        padding: 1%;
    }
}

/*_______________________________________________________________________________________________________________________________________________________*/

.topic_banner
{
    font-family: 'TitilliumWeb-Light', Arial, Verdana, sans-serif;
    font-size: 3.1em;
    color: white;
}

.img1_val
{
    display: flex;
    max-width: 100%;
}
.text_val
{
    display: flex;
    margin: 20px;
    text-align: center;
    line-height: 30px;
    font-family: 'Quicksand-Regular', Arial, Verdana, sans-serif;
}

.pic_left
{
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-top: 50px;
    padding-bottom: 20px;
    margin: auto;
    align-items: center;
    word-wrap: break-word;
}

.bandeau_astro
{
    height: 350px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(banner/astrobanner_bkgd.jpg) no-repeat;
}
.bandeau_oiseaux
{
    height: 350px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(banner/oiseauxbanner_bkgd.jpg) no-repeat;
}
.bandeau_sports
{
    height: 350px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(banner/sportsbanner_bkgd.jpeg) no-repeat;
}
/*_________________________________________________EXIF______________________________________________*/

.project
{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-family: 'TitilliumWeb-Light', Arial, Verdana, sans-serif;
    justify-content: space-around;
    width: 75%;
    margin: auto;
    margin-top: 2%;
    margin-bottom: 2%;
    background: url(photo/smt/smt_thumb.jpg) no-repeat;
    background-position: center;
    background-size: 100%;
}

.blackbkgd
{
    background-color:rgba(24,24,24,0.7) ;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*_________________________________________________jungle______________________________________________*/

/*_________________________________________________jgl small______________________________________________*/

@media all and (max-width: 1000px)
{
    .project
    {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: white;
        font-family: 'TitilliumWeb-Light', Arial, Verdana, sans-serif;
        justify-content: space-around;
        width: 75%;
        margin: auto;
        margin-top: 2%;
        margin-bottom: 2%;
        background: url(photo/smt/smt_thumb2.jpg) no-repeat;
        background-position: center;
        background-color:rgba(24,24,24,0.7) ;
        background-size: 100%;
    }
    .linkjgl
    {
        margin: auto;
    }
    .bandeau_jungle
    {
        display: flex;
        justify-content: center;
        background: url(photo/jungle/jungle0.jpg) no-repeat;
        background-size: 100%;
        width: 100%;
    }
    .topic_banner_j
    {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin-top: 15%;
        margin-bottom: 15%;
    }
    #jgl
    {
        font-size: 10em;
        font-family: 'Urbanjungle', Arial, Verdana, sans-serif;
        color: black;
    }
    .centerplscell 
    {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .centerplswide 
    {
        display: none;
    }
    .jungle1
    {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        margin-bottom: 5%;
        font-size: 24px;
    }
    .jungle2
    {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        padding-top: 30px;
    }
    .jungle3
    {
        margin: auto;
        width: 90%;
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .pijungle3
    {
        width: 70%;
        margin-top: 3%;
        margin-bottom: 5%;
    }
    .leg
    {
        width: 70%;
        margin: auto;
    }
    .pajun
    {
        margin: auto;
        width: 70%;
        font-family: 'TitilliumWeb-Light', Arial, Verdana, sans-serif;
        color: black;
        text-align: justify;
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .pajun2
    {
        margin: auto;
        width: 50%;
        font-size: 29px;
        text-align: center;
        font-family: 'TitilliumWeb-Light', Arial, Verdana, sans-serif;
        color: black;
    }
    /*.pajx
    {
        margin: auto;
        width: 50%;
        font-size: 13px;
        font-family: 'TitilliumWeb-Light', Arial, Verdana, sans-serif;
        color: black;
        text-align: justify;
    }*/
    .toobig
    {
        width: 70%;
        margin: auto;
    }
    .piexiftxt
    {
        font-size: 1.5em;
    }
    .pajx
    {
        font-size: 24px;
        font-family: 'TitilliumWeb-Light', Arial, Verdana, sans-serif;
        color: black;
        text-align: justify;
    }
    .quote
    {
        font-size: 22px;
        font-family: 'Cambria-Italic', Arial, Verdana, sans-serif;
        margin: 0.5em 0px;
    }
    .quotec
    {
        font-size: 22px;
        padding-left: 15px;
        font-family: 'Cambria-Italic', Arial, Verdana, sans-serif;
        margin: 0.5em 0px;
    }
    .piexif
    {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 200%;
        align-items: center;
        justify-content: space-between;
        margin-top: 2%;
    }
}
/*_________________________________________________jgl large______________________________________________*/

@media all and (min-width: 1000px)
{
    .bandeau_jungle
    {

        display: flex;
        justify-content: center;
        background: url(photo/jungle/jungle0.jpg) no-repeat;
        background-attachment: fixed;
        background-size: 100%;
        width: 100%;
        height: 100%;
        padding-top: 100%;
        position:relative; 
    }
    .topic_banner_j
    {
        position:absolute; top:14%; bottom:0; left:0; right:0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    #jgl
    {
        font-size: 10em;
        font-family: 'Urbanjungle', Arial, Verdana, sans-serif;
        color: white;
        padding-bottom: 20%;
    }
    .centerplswide 
    {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .centerplscell 
    {
        display: none;
    }
    .jungle1
    {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        margin-bottom: 5%;
    }
    .jungle2
    {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        padding-top: 30px;
    }
    .jungle3
    {
        margin: auto;
        width: 75%;
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .pijungle3
    {
        width: 30%;
        margin-top: 3%;
        margin-bottom: 5%;
    }
    .leg
    {
        width: 33%;
        margin: auto;
    }
    .pajun
    {
        margin: auto;
        width: 30%;
        font-size: 19px;
        font-family: 'TitilliumWeb-Light', Arial, Verdana, sans-serif;
        color: black;
        text-align: justify;
    }
    .pajun2
    {
        margin: auto;
        width: fit-content;
        font-size: 1.5em;
        font-family: 'TitilliumWeb-Light', Arial, Verdana, sans-serif;
        color: black;
    }
    .toobig
    {
        width: 50%;
        margin: auto;
    }
    .pajx
    {
        font-size: 19px;
        font-family: 'TitilliumWeb-Light', Arial, Verdana, sans-serif;
        color: black;
        text-align: justify;
    }
    .quote
    {
        font-size: 0.9em;
        font-family: 'Cambria-Italic', Arial, Verdana, sans-serif;
        margin: 0.5em 0px;
    }
    .quotec
    {
        font-size: 0.9em;
        padding-left: 15px;
        font-family: 'Cambria-Italic', Arial, Verdana, sans-serif;
        margin: 0.5em 0px;
    }
    .piexif
    {
        display: flex;
        width: 95%;
        margin: auto;
        align-items: center;
        justify-content: space-between;
        margin-top: 2%;
    }
}
.topic_banner_jj
{
    font-size: 10em;
    font-family: 'twcenmt-bold', Arial, Verdana, sans-serif;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
}
.topic_banner_jjj
{
    font-size: 5em;
    font-family: 'twcenmt-bold', Arial, Verdana, sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 200px;
}
.presexif
{
    text-align: center;
    margin-block-end: 0;
    padding-top: 1em; 
    padding-left: 1em; 
    padding-right: 1em;
}
#def
{
    font-size: 1em;
    font-family: 'Cambria-Italic', Arial, Verdana, sans-serif;
    color: black;
    margin: 10%;
    text-align: center;
}

.linkjgl
{
    border: 1px solid white;
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    margin: 1em;
    padding:  0.5em;
}
.linkjgl:hover
{
    box-shadow: white 1px 1px 1px;
}
.tf
{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.Exif
{
    margin-block-start: 0em;
    margin-block-end: 0em;
    height: 110px;
}
.Exift
{
    margin-block-start: 0em;
    margin-block-end: 0em;
    height: 60px;
}
.centerpls
{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

#acronym
{
    display: block;
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 2em;
    font-family: 'TitilliumWeb-Light', Arial, Verdana, sans-serif;
    color: black;

}
.pijungle1
{
    width: 100%;
}
.pijungle4
{
    width: 100%;
}
.pijungle5
{
    width: 100%;
    margin-top: 5%;
}

.subtitle
{
    font-size: 2em;
    font-family: 'TitilliumWeb-Light', Arial, Verdana, sans-serif;
    color: black;
}
.allwidth
{
    width: 100%;
    padding-top: 5%;
}

.linkhome
{
    border: 1px solid black;
    color: black;
    text-decoration: none;
    font-size: 1.2em;
    margin: 1em;
    font-family: 'TitilliumWeb-Light', Arial, Verdana, sans-serif;
    padding-top:  0.15em;
    padding-bottom:  0.3em;
    padding-left:  0.3em;
    padding-right:  0.3em;
}
.col
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*_________________________________________________summit______________________________________________*/
/*_________________________________________________smt small______________________________________________*/

@media all and (max-width: 1000px)
{
    .bandeau_sommet
    {

        display: flex;
        justify-content: center;
        background: url(photo/smt/smt0-1.jpg) no-repeat;
        background-size: 100%;
        width: 100%;
    }
    #smt
    {
        font-size: 8em;
        font-family: 'Summit', Arial, Verdana, sans-serif;
        margin-left: 10% ;
        width: 100%;
        color: white;
        padding-top: 30px;
    }
    .smt3
    {
        margin: auto;
        width: 90%;
    }
    .legsmt
    {
        width: 100%;
        margin: auto;
    }
    .rotate
    {   
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        width: auto;
        align-items: flex-start;
        height: 100vh;
    }
     
    .childr
    {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        flex: 1 0 auto;
        width: 100%;
        height: 100%;
        margin: auto;
        margin-right: 5%;
    }
    .linkhome
    {
        transform: scale(1.5);
    }
    #def
    {
        transform: scale(1.2);
    }
}

/*_________________________________________________smt large______________________________________________*/

@media all and (min-width: 1000px)
{
    .bandeau_sommet
    {

        display: flex;
        justify-content: center;
        background: url(photo/smt/smt0.jpg) no-repeat;
        background-attachment: fixed;
        background-size: 100%;
        width: 100%;
        height: 100%;
        padding-top: 100%;
        position:relative; 
    }
    #smt
    {
        font-size: 10em;
        font-family: 'Summit', Arial, Verdana, sans-serif;
        color: white;
        padding-bottom: 20%;
    }
    .smt3
    {
        margin: auto;
        width: 35%;
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .legsmt
    {
        width: 50%;
        margin: auto;
    }
}

/*.pajunsm
    {
        margin: auto;
        width: 70%;
        font-family: 'TitilliumWeb-Light', Arial, Verdana, sans-serif;
        color: black;
        text-align: justify;
        padding-top: 15%;
        padding-bottom: 15%;
    }
*/
@media all and (max-width: 1000px)
{
    .text1_val
    {
        display: flex;
        margin: 20px;   
        text-align: center;
        font-family: 'Quicksand-Regular', Arial, Verdana, sans-serif;
    }
    .text2_val
    {
        display: flex;
        margin: 20px;
        text-align: center;
        font-family: 'Quicksand-Regular', Arial, Verdana, sans-serif;
    }
    .pic_left
    {
        display: flex;
        width: 90%;
        padding-top: 50px;
        padding-bottom: 20px;
        margin: auto;
        align-items: center;
        word-wrap: break-word;
        flex-direction: column;
    }
    .pic_right
    {
        display: flex;
        width: 90%;
        padding-top: 70px;
        padding-bottom: 20px;
        margin: auto;
        align-items: center;
        word-wrap: break-word;
        flex-direction: column;
    }
}

/*_________________________________________________SOS______________________________________________*/
.sostitle
{
    font-size: 10em;
    font-family: Arial, Verdana, sans-serif;
    color: black;
    margin-left: 10%;
    margin-top: 7%;
}

.boxboxbox
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20vh;
    margin: 0;
    font-family: 'Arial', sans-serif;
}
.word-container 
{
    font-size: 2em;
    overflow: hidden;
    position: relative;
    display: flex;
}

.letter-container 
{
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.letter 
{
    position: relative;
    transition: transform 0.5s, opacity 0.5s;
}

#lastLetter2 
{
    opacity: 0;
}

.sosmain
{
    width: 100%;
    font-family: arial, sans-serif;
    font-weight: bold;
}

.alterne
{
    display: flex;
    flex-direction: column;
    margin-bottom: 5%;
}


.sosit
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5%;
}


.sost
{
    width: 40%;
    font-size: 1.2em;
    margin: auto;
    text-align: center;
}

#sosmargin
{
    margin-top: 5%;

}

.sosnext
{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 7%;
    margin-top: 5%;
}


@media all and (min-width: 1000px)
{

.sosl
{
    width: 30%;
    padding-right: 70%;
    margin-top: 2%;
    margin-bottom: 2%;
}
.soslh
{
    width: 70%;
    padding-right: 30%;
    margin-top: 2%;
    margin-bottom: 2%;
}
.sosr
{
    width: 30%;
    padding-left: 70%;
    margin-top: 2%;
    margin-bottom: 2%;

}
.sosrh
{
    width: 70%;
    padding-left: 30%;
    margin-top: 2%;
    margin-bottom: 2%;
}
.soshc
{
    width: 70%;
    margin-left: 15%;
    margin-top: 5%;
}

.sosit img
{
    width: 40%;
}
.sosnext img
{
    width: 40%;
}

}


@media all and (max-width: 1000px)
{
.sosmain
{
    font-size: 2em;
}
.sosl
{
    width: 80%;
    margin-top: 2%;
    margin-left: 10%;
    margin-bottom: 2%;
}
.soslh
{
    width: 80%;    
    padding-right: 20%;
    margin-top: 2%;
    margin-bottom: 2%;
}
.sosr
{
    width: 80%;
    margin-left: 10%;
    margin-top: 2%;
    margin-bottom: 2%;

}
.sosrh
{
    width: 80%;    
    padding-left: 20%;
    margin-top: 2%;
    margin-bottom: 2%;
}
.soshc
{
    width: 80%;    
    margin-left: 10%;
    margin-top: 5%;
}

.sosit img
{
    width: 50%;    
}
.sosnext img
{
    width: 40%;    
}

}
/*_________________________________________________FIN SOS______________________________________________*/
/*_________________________________________________CHANGE_______________________________________________*/
.CHANGEtitle
{
    font-size: 10em;
    font-family: RHD, Verdana, sans-serif;
    color: black;
    width: 100%;
    text-align: center;
    margin-top: 7%;
}
.CHANGEmain
{
    width: 100%;
    font-family: Merriweather,Arial;
    font-weight: bold;
}
.changementtxt
{
    padding-top: 4%;
    width: 50%;
    margin: auto;
    text-align: center;
    font-size: 1.5em;
}
.chaptertitle
{
    padding-top: 4%;
    margin-left: 3%;
    font-size: 2.5em;
}

.CHANGEit
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5%;
}

.CHANGEnext
{
    display: flex;
    justify-content: space-around;
    margin: auto;
    width: 90%;

}


@media all and (min-width: 1000px)
{
    .CHANGErh
    {
        width: 70%;
        padding-left: 10%;
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .CHANGElh
    {
        width: 70%;
        padding-right: 10%;
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .CHANGEit img
    {
        width: 50%;
    }
    .CHANGEnext img
    {
        width: 30%; 
    }
    .CHANGEvc
    {
        height: 80vh;
        margin-top: 5%;
    }
}
@media all and (max-width: 1000px)
{
    .CHANGEtitle
    {
        font-size: 7em;
        font-family: RHD, Verdana, sans-serif;
        color: black;
        width: 100%;
        text-align: center;
        margin-top: 20%;
    }
    .changementtxt
    {
        padding-top: 4%;
        width: 50%;
        margin: auto;
        text-align: center;
        font-size: 2em;
    }
    .CHANGErh
    {
        width: 80%;
        padding-left: 10%;
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .CHANGElh
    {
        width: 70%;
        padding-right: 10%;
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .CHANGEit img
    {
        width: 50%;
    }
    .CHANGEnext img
    {
        width: 30%; 
    }
    .CHANGEvc
    {
        width: 60%;    
        margin-top: 5%;
    }
}