@charset "UTF-8";

html,
body {
    overflow-x: hidden;
    font-family: dederon-serif-web, serif;
    font-style: normal;
}

#container {
    position: absolute;
    width: 100vw;
    max-height: 100vh;
    position: absolute;
    background-color: #b3d6e8;
    overflow-x: hidden;
    transition: background-color 2s ease-in-out;
    transition-delay: 0, 5s;

}

#introduction {
    position: absolute;
    overflow-x: hidden;
    width: 100vw;
    height: 100vh;
    background-color: rgb(179, 214, 232);
    visibility: hidden;
}


.gouter2 {
    display: flex;
    width: 68vw;
    height: 100%;
    flex-direction: column;

}



.introbloc {
    width: 100%;
    display: flex;
    text-align: center;
    padding: 10px;
    overflow-x: hidden;
    padding: 10px;

}

#intrbloc1 {
    height: 20vh;
    border-bottom: solid 2px black;
    justify-content: start;
    animation-duration: 3s;
    animation: toutre 3s ease-in;
    
}

#intrbloc2 {
    height: 20vh;
    border-bottom: solid 2px black;
    justify-content: end;
    animation-duration: 3.6s;
    animation: toutre2 5s ease-in;

}

#intrbloc3 {
    height: 20vh;
    justify-content: center;
    right: 50px;
    animation-duration: 4.2s;
    animation: toutre3 7s ease-in;

}

#intrbloc4 {
    height: 30vh;
    justify-content: center;
    align-items: space-between;
    animation-duration: 4.8s;
    animation: toutre4 10s ease-in;



}

.enter {
    display: flex;
    width: 200px;
    height: auto;
    justify-content: center;
    align-items: center;
    font-size: min(max(25px, 10vw), 50px);
    text-decoration: underline;
    transition: all 0.5s ease-out;
    background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;

}


.enter:hover {
    cursor: pointer;
    opacity: 0.5;
}


.enter:active {
    transform: scale(0.6);

}


.toutretitre {
    position: relative;
    width: clamp(320px, 50%, 600px);
    height: 100%;
    display: flex;
    align-items: center;
    /* background-color: rgb(60, 175, 175); */
    border-radius: 10px;

}

#tt1 {
    left: 2%;

}

#tt2 {
    right: 2%;


}

#tt3 {
    right: 3%;


}



@keyframes toutre {
    0% {
        opacity: 0%
    }

    ;

    100% {
        opacity: 100%
    }

    ;
}

@keyframes toutre2 {
    0% {
        opacity: 0%
    }

    ;

    50% {
        opacity: 0%
    }

    ;

    100% {
        opacity: 100%
    }

    ;
}

@keyframes toutre3 {
    0% {
        opacity: 0%
    }

    ;

    50% {
        opacity: 0%
    }

    ;

    75% {
        opacity: 0%
    }

    ;

    100% {
        opacity: 100%
    }

    ;
}

@keyframes toutre4 {
    0% {
        opacity: 0%
    }

    ;

    50% {
        opacity: 0%
    }

    ;

    75% {
        opacity: 0%
    }

    ;

    95% {
        opacity: 0%
    }

    ;

    100% {
        opacity: 100%
    }

    ;
}








.slider {
    position: relative;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;


}

.smooth {
    scroll-behavior: smooth;
}

.slide {
    position: relative;
    width: 100vw;
    flex-shrink: 0;
    height: 100vh;
    border-radius: 70px;
    opacity: 0.4;
    display: flex;
    justify-content: baseline;
    align-items: flex-start;
    overflow-x: hidden;



}

#slide-3 {

    justify-content: baseline;
    align-items: flex-start;
    opacity: 0.4;
    overflow-x: hidden;

}

.bouton1té {
    position: absolute;
    border-radius: 0% 100% 100% 0%;
    height: 300px;
    width: 300px;
    background-color: rgb(135, 135, 108);
    outline: none;
    border: none;
    left: -250px;
    top: 40%;
    transition: all 0.2s;
    opacity: 20%;
    overflow-x: hidden;
}

.bouton2té {
    position: absolute;
    border-radius: 100% 0% 0% 100%;
    height: 300px;
    width: 300px;
    background-color: rgba(135, 135, 108);
    outline: none;
    border: none;
    right: -250px;
    top: 40%;
    transition: all 0.2s;
    opacity: 20%;
    overflow-x: hidden;
}

.bouton1té:hover {
    content: '\00bb';
    transform: translateX(50px);
    border-radius: 0% 20% 20% 0%;
    opacity: 50%;
}

.bouton1té:active {

    opacity: 90%;

}

.bouton2té:hover {
    transform: translateX(-50px);
    border-radius: 20% 0% 0% 20%;
    opacity: 50%;
}

.bouton2té:active {
    opacity: 90%;

}

.imgbloc {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 30px;
    opacity: 100%;
}

.img2 {
    position: fixed;
    max-width: 250vw;
    min-width: 200vw;
    max-height: 100vh;
    min-height: 90vh;
    object-fit: contain;
    overflow-x: hidden;
    filter: blur(2px);
    transform: scale(1.4);
    transition: opacity 2.5s ease-in-out;
    transition-delay: 0.5s;
    overflow-x: hidden;
}

.masterbloc {
    position: relative;
    overflow-x: hidden;
    /* background-color: rgb(25, 24, 24); */
    border-radius: 20px;
    opacity: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: baseline;
    flex-direction: column;


}



.headbloc {
    position: relative;
    width: 100vw;
    min-height: 130px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 10px;
    margin-bottom: 5px;
    border-bottom: solid 5px black;
    padding-bottom: 30px;
    opacity: 90%;
    transition: all 0.3s;

}


.bloctitre {
    position: relative;
    min-width: 650px;
    padding: 10px;
    font-size: min(max(70px, 10vw), 140px);
    font-style: bold;
    top: 15px;
    /* background-colrgba(47, 2, 2, 0.5).5); */

}

.bloctitre2 {
    display: flex;
    position: relative;
    min-width: 650px;
    padding: 10px;
    font-size: min(max(20px, 10vw), 140px);
    font-style: bold;
    top: 15px;
    justify-content: center;

}

.bloctitreinfo {
    position: relative;
    height: 80%;
    min-width: 20%;
    /* background-color: rgba(184, 64, 31, 0.5); */
    margin-left: 10px;
    margin-right: 5px;
    padding-left: 30px;
    /* opacity: 100%; */
    transition: all 0.3s;
    display: flex;
    align-items: flex-end;
    top: 40px;
}

#titreinfo1 {
    left: 15px;
}



#titre {
    bottom: 10px;

}

.midbloc {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* background-color: rgb(188, 11, 85); */
    margin-top: 5px;
    margin-bottom: 5px;

}


.midinfo {
    position: relative;
    min-width: 370px;
    min-height: 400px;
    /* background-color: rgb(250, 250, 250); */
    border-radius: 10px;
    margin-right: 5px;
    overflow-y: scroll;
    overflow-x: hidden;

}

.midpoint {
    position: relative;
    max-width: 100%;
    height: auto;
    background-color: rgb(251, 141, 141);
    border-radius: 10px;
    margin-left: 5px;
    display: flex;
    flex-wrap: wrap;


}

.blocpoint {
    position: relative;
    width: 300px;
    max-width: 70%;
    height: auto;
    border-radius: 10px;
    margin: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    display: block;
    background-color: rgb(0, 0, 0, 0.2);

}

.blocpoint:hover {
    background-color: rgb(0, 0, 0, 0.3);

}







.collapse {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 100px;
    margin-bottom: 5px;
    margin-top: 5px;
    align-items: baseline;
    flex-direction: column;
    /* font-size: 50px; */
    font-size: min(max(30px, 10vw), 50px);
    border-bottom: solid 3px black;
    opacity: 90%;
    transition: all 0.2s;
    /* background-color: aliceblue; */


}

/* #collapse1 {
    height: 300px;
}

#collapse2 {
    height: 600px;
}

#collapse3 {
    height: 800px;
} */

.active,
.collapse:hover {
    opacity: 100;
    transform: scale(1.1);
    transform-origin: top left;
    cursor: pointer;


}

.collapse:active {
    opacity: 100;
    background-color: rgb(170, 170, 170, 0.6);

}

/* .collapse:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
} */

/* 390 - 700 MAX */

.content {
    max-width: 700px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    display: flex;
    border-radius: 10px;
    flex-wrap: wrap;
    justify-content: center;



}

#cont1 {
    flex-direction: row;



}


#cont2 {
    flex-direction: row-reverse;


}

.contentparagraphe {
    padding: 30px;
    width: 400px;
    min-width: 40%;
    height: 100%;
    /* width: 515px; */
}

.contentillustr {
    width: 200px;
    height: 200px;
    object-fit: contain;






}

#pictos {
    width: 200px;
    height: 100%;
    transform: scale(1);




}




.deuxtitre {

    /* background-color: aquamarine; */
    margin: 20px;

}

.troistitre {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}


/* pourtaille de typo responsive = 
regarder mediaquery */

.hidden {
    opacity: 0%;
}

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

.headbloc2 {
    position: relative;
    width: 100vw;
    min-height: 130px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 10px;
    margin-bottom: 5px;
    border-bottom: solid 5px black;
    padding-bottom: 30px;
    opacity: 90%;
    transition: all 0.3s;

}

.midbloc2 {
    position: relative;
    width: 98vw;
    height: 90vh;
    display: flex;
    flex-direction: column;

    margin: 10px;
    padding: 10px;

}

.gouter1 {
    display: flex;
    width: 99%;
    height: auto;
    justify-content: space-around;
    margin-bottom: 10px;
    
  
}




.gouter2 {

    width: 95vw;
    height: auto;
    display: flex;
    flex-direction: column;
    



    

   
}

.botbloc {
    position: relative;
    max-width: 600px;
    height: 30vh;
    display: flex;
    justify-content: end;
    margin: 10px;
}










#amnimg {
    animation-name: amnésie;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}

#psyimg {


    animation-name: psychose;
    animation-duration: 10s;
    animation-iteration-count: infinite;

}






@keyframes amnésie {
    0% {
        opacity: 0.5;
        filter: blur(2px);
    }

    25% {
        opacity: 0.3;
        filter: blur(8px);
    }

    50% {
        opacity: 0.2;
        filter: blur(6px);
    }

    75% {
        opacity: 0.4;
        filter: blur(9px);
    }

    100% {
        opacity: 0.5;
        filter: blur(2px);
    }
}


@keyframes psychose {

    /* 0% {filter: blur(0px);}
    50% {filter: blur(5px);}
    100% {filter: blur(0px); } */
    0% {
        filter: opacity(0);
        filter: blur(1px);
    }

    35% {
        filter: blur(2px);
    }

    50% {
        filter: opacity(0.4);
        filter: blur(3px);
    }

    65% {
        filter: blur(1px);
    }

    85% {
        filter: blur(3px);
    }

    100% {
        filter: opacity(0);
        filter: blur(1px);
    }
}