html, body {
height: 100%;
width: 100%;
font-size: 100%;
}

body {
font-family: "Damion";
color: #F2ECE7;
background: #E2887D;
margin: 0;
overflow: hidden;
}

/************************************** PRELOADER ***********************************************/
/************************************** PRELOADER ***********************************************/

.preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #B53231;
display: flex;
margin: auto;
z-index: 9999;
}

#dropcharg {
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 3%;
min-width: 40px;
max-width: 60px;
text-align: center;
align-items: center;
}
#chargtext{
position: absolute;
-ms-transform: translate(-50%, 50%);
transform: translate(-50%, 50%);
font-size: x-large;
left: 50%;
top: 95%;
color: #F2ECE7;;
}

.content {
  display: none;
}

/************************************** INTRO ***********************************************/
/************************************** INTRO ***********************************************/

.intro-visible {
background: #DE5252;
width: 100%;
Height: 100%;
text-align:center;
align-items: center;
}

#bandeau-haut-intro {
min-width: 700px;
position: fixed;
left: -25px;
top: -9px;
}
.growupbando {
animation-name: agrandissementbandeauhaut;
animation-duration: 4s;
}
@keyframes agrandissementbandeauhaut {
0% {top: 0px;}
5% {top: 0px;}
to {top: -700px;}
}

#bandeau-bas-intro {
min-width: 700px;
position: fixed;
left: -25px;
bottom: -15px;
}
.growupbandobas {
animation-name: agrandissementbandeaubas;
animation-duration: 4s;
}
@keyframes agrandissementbandeaubas {
0% {bottom: 0px;}
5% {bottom: 0px;}
100% {bottom: -700px;}
}

#container-intro {
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 26%;
  min-width: 310px;
  max-width: 400px;
  min-height: 306px;
  } 

.heptagrandintro {
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -45%);
transform: translate(-50%, -45%);
width: 100%;
max-width: 320px; 
}

#goutte-intro {
  width: 20%;
  max-width: 142.27px;
  position: absolute;
  top: 60%;
  right: 22%;
}

.heptagrowup {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
  width: 100%;
  min-width: 250px;
  max-width: 2000%;
animation-name: agrandissement;
animation-duration: 4s;
animation-timing-function: ease-in-out;
}
@keyframes agrandissement {
0% {width: 100%;}
2% {width: 99%;}
100% {width: 2000%;}
}

#bienvenue-texte-haut {
position: absolute;
top: 21%;
left: 49%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 149%;
max-width: 458px;
}
#bienvenue-texte-haut img {
width: 102%;
}
#bienvenue-texte-haut {
animation-name: intro-haut-blanc;
animation-duration: 9s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
}
@keyframes intro-haut-blanc {
0%  {width: 134%;}
50%  {width: 149%;}
100%  {width: 134%;}
} 

#bienvenue-texte-bas {
position: absolute;
top: 60%;
left: 50%;
-ms-transform: translate(-50%, 50%);
transform: translate(-50%, 50%);
width: 130%;
max-width: 405px;
}

#bienvenue-texte-bas img{
width: 100%;
}
#bienvenue-texte-bas {
animation-name: intro-bas;
animation-duration: 9s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
}
@keyframes intro-bas {
0%  {width: 117%;}
50%  {width: 130%;}
100%  {width: 117%;}
}

#bienvenue-texte {display: none;}

#cadre-logo-accueil {
position: absolute;
width: 90%;
min-width: 230px;
max-width: 340px;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.logoclickaccueil {
position: absolute;
width: 91%;
min-width: 230px;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
cursor: pointer;
display: inline-block;
}
.logoclickentree {
position: absolute;
width: 18%;
min-width:30px;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: inline-block;
animation-name: logoentree;
animation-duration: 2s;
}
@keyframes logoentree {
0%  {width: 91%;}
100%  {width: 50%;}
}

#logo-click-accueil:after {
  content: ""; 
  position: absolute; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
}

.introinvisible {
display: none;
}
/**************************************Menus ***********************************************/
/**************************************Menus ***********************************************/

.constantinvisible {
display: none;
}
.consantvisible {
display: block;
}

#bandeau-menu-high{
min-width: 1200px;
position: fixed;
left: -25px;
top: -11px;
animation-name: bando-haut-entree;
animation-delay: 1.5s;
animation-duration: 4s;
animation-fill-mode: backwards;
z-index: 13;
}
@keyframes bando-haut-entree {
0% {top: -170px;}
100% {top: -11px;}
}

#bandeau-menu-low {
min-width: 1200px;
position: fixed;
left: -25px;
bottom: -20px;
animation-name: bando-bas-entree;
animation-delay: 1.5s;
animation-duration: 4s;
animation-fill-mode: backwards;
z-index: 13;
}
@keyframes bando-bas-entree {
  0% {bottom: -130px;}
  100% {bottom: -20px;}
}

.container-menu-centre {
position: fixed;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 26%;
min-width: 310px;
max-width: 400px;
min-height: 306px;
aspect-ratio: 1;
transition: 1s;
z-index: 13;
} 
.container-menu-down {
position: fixed;
top: 150%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 26%;
min-width: 310px;
max-width: 400px;
min-height: 306px;
aspect-ratio: 1;
animation-name: menudown;
animation-duration: 1s;
z-index: 13;
}
@keyframes menudown {
  0%  {top: 50%;}
  100%  {top: 150%;}
}

#hepta-petit-menu{
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-49%, -50%);
transform: translate(-49%, -50%);
  height: 54%;
  width: 54%;
}
#hepta-petit-menu{
position: absolute;
animation-name: hepta-menu-petit-entree;
animation-duration: 1.5s;
}
@keyframes hepta-menu-petit-entree {
0%  {height: 9%;}
100%  {height: 54%;}
}

#hepta-grand-menu{
position: relative;
height: 100%;
top: -1%;
left: 0%;
width: 100%;
}
#hepta-grand-menu{
animation-name: hepta-menu-grand-entree;
animation-duration: 1.5s;
animation-delay: 1s;
animation-fill-mode: backwards;
}
@keyframes hepta-menu-grand-entree {
  0%  {width: 4%;}
  100%  {width: 100%;}
  0%  {left: 50%;}
  100%  {left: 0%;}
  }

#brain-click {
position: absolute;
width: 25%;
height: 18%;
top: 4%;
right: 37%;
cursor: pointer;
animation-name: brain-menu-entree;
animation-duration: 0.5s;
animation-delay: 2s;
animation-fill-mode: backwards;
animation-timing-function: cubic-bezier(.78,2.17,.75,.9);
}
@keyframes brain-menu-entree {
0%  {top: 48%;}
100%  {top: 4%;}
0%  {height: 1%;}
5% {height: 18%;}
0%  {opacity: 0;}
50%  {opacity: 1;}
}


#brain-anim-menu {display: none;}
#brain-menu:hover #brain-anim-menu {display: block;}
#brain-menu:hover #brain-icone {display: none;}
#brain-icone, #brain-anim-menu{position: absolute;width: 100%;height: 100%;}  

#eye-click { 
position: absolute;
width: 14%;
height: 38%;
top: -1%;
right: 72.7%;
cursor: pointer;
animation-name: eye-menu-entree;
animation-duration: 0.5s;
animation-delay: 2s;
animation-fill-mode: backwards;
}
@keyframes eye-menu-entree {
0%  {top: 47%;}
100%  {top: -1%;}
0%  {right: 42%;}
100% {right: 72.7%;}
0%  {height: 2%;}
100% {height: 38%;}
0%  {opacity: 0;}
50%  {opacity: 1;}
}
#eye-anim-menu {display: none;} 
#eye-menu:hover #eye-anim-menu {display:flex; position: absolute; height: 120%; top:-10%;}
#eye-menu:hover #eye-icone {display: none;}
#eye-icone, #eye-anim-menu{position: absolute;width: 100%;height: 100%;}  

#mouth-click { 
position: absolute;
width: 29.5%;
height: 21%;
top: 16%;
right: -1%;
cursor: pointer;
animation-name: mouth-menu-entree;
animation-duration: 0.5s;
animation-delay: 2s;
animation-fill-mode: backwards;
}
@keyframes mouth-menu-entree {
0%  {top: 55%;}
100%  {top: 16%;}
0%  {right: 42%;}
100% {right: -1%;}
0%  {height: 1%;}
100% {height: 21%;}
0%  {opacity: 0;}
50%  {opacity: 1;}
}
#mouth-anim-menu {display: none;}
#mouth-menu:hover #mouth-anim-menu {display: block;}
#mouth-menu:hover #mouth-icone {display: none;}
#mouth-icone, #mouth-anim-menu{position: absolute;width: 100%;height: 100%;}

.hover-active #mouth-anim-menu {
  display: block;}
.hover-active #mouth-icone {
  display: none;}

#heart-click { 
position: absolute;
width: 25%;
height: 22%;
top: 48%;
right: 74.5%;
cursor: pointer;
animation-name: heart-menu-entree;
animation-duration: 0.5s;
animation-delay: 2s;
animation-fill-mode: backwards;
animation-timing-function: cubic-bezier(.78,2.17,.6,.24);
}
@keyframes heart-menu-entree {
0%  {top: 55%;}
100%  {top: 48%;}
0%  {right: 37.5%;}
100% {right: 74.5%;}
0%  {height: 1%;}
100% {height: 22%;}
0%  {opacity: 0;}
50%  {opacity: 1;}
}

#heart-anim-menu {display: none;}
#heart-menu:hover #heart-anim-menu {display: block;}
#heart-menu:hover #heart-icone {display: none;}
#heart-icone {position: absolute;width: 100%;height: 100%;}
#heart-anim-menu {position: absolute;width: 100%;height: 100%; right: 6%;}

#hand-click { 
position: absolute;
width: 24.2%;
height: 14.4%;
top: 50.2%;
right: -2.9%;
cursor: pointer;
animation-name: hand-menu-entree;
animation-duration: 0.5s;
animation-delay: 2s;
animation-fill-mode: backwards;
animation-timing-function: cubic-bezier(.17,.67,0,1.93);
}
@keyframes hand-menu-entree {
0%  {top: 56%;}
100%  {top: 54.2%;}
0%  {right: 35%;}
100% {right: -2.9%;}
0%  {height: 1%;}
100% {height: 14.4%;}
0%  {opacity: 0;}
50%  {opacity: 1;}
}
#hand-anim-menu {display: none;}
#hand-menu:hover #hand-anim-menu {display: block;}
#hand-menu:hover #hand-icone {display: none;}
#hand-icone, #hand-anim-menu{position: absolute;width: 100%;height: 100%;}

#lungs-click { 
position: absolute;
width: 28%;
height: 28%;
top: 65.5%;
right: 58%;
cursor: pointer;
animation-name: lungs-menu-entree;
animation-duration: 0.5s;
animation-delay: 2s;
animation-fill-mode: backwards;
}
@keyframes lungs-menu-entree {
0%  {top: 54.5%;}
100%  {top: 65.5%;}
0%  {right: 39%;}
100% {right: 58%;}
0%  {height: 1%;}
100% {height: 28%;}
0%  {opacity: 0;}
50%  {opacity: 1;}
}
#lungs-anim-menu {display: none;}
#lungs-menu:hover #lungs-anim-menu {display: block;}
#lungs-menu:hover #lungs-icone {display: none;}
#lungs-icone {position: absolute;width: 100%;height: 100%;}
#lungs-anim-menu {position: absolute;width: 100%;height: 100%; top: 13%;}

#ear-click {
position: absolute;
width: 24%;
height: 21.4%;
top: 74.5%;
right: 14.9%;
cursor: pointer;
animation-name: ear-menu-entree;
animation-duration: 0.5s;
animation-delay: 2s;
animation-fill-mode: backwards;
}
@keyframes ear-menu-entree {
0%  {top: 55.5%;}
100%  {top: 74.5%;}
0%  {right: 31%;}
100% {right: 14.9%;}
0%  {height: 1%;}
100% {height: 21.4%;}
0%  {top: 55.5%;}
0%  {opacity: 0;}
50%  {opacity: 1;}
}
#ear-anim-menu {display: none;}
#ear-menu:hover #ear-anim-menu {display: block;}
#ear-menu:hover #ear-icone {display: none;}
#ear-icone, #ear-anim-menu{position: absolute;width: 100%;height: 100%;}

#brain-menu:hover #brain-redhover {opacity: 0.8;}
#eye-menu:hover #eye-redhover {opacity: 0.8;}
#mouth-menu:hover #mouth-redhover {opacity: 0.8;}
#heart-menu:hover #heart-redhover {opacity: 0.8;}
#hand-menu:hover #hand-redhover {opacity: 0.8;}
#lungs-menu:hover #lungs-redhover {opacity: 0.8;}
#ear-menu:hover #ear-redhover {opacity: 0.8;}

#brain-redhover {
position: absolute;
height: 182%;
top: -50%;
right: -40%;
opacity: 0;
}

#eye-redhover {
position: absolute;
height: 109%;
top: 12.5%;
right: -90%;
opacity: 0;
}

#mouth-redhover {
position: absolute;
top: -57%;
right: -4%;
height: 193%;
opacity: 0;
}
#heart-redhover {
position: absolute;
top: -43%;
right: -19.5%;
height: 208%;
opacity: 0;
}

#hand-redhover{
position: absolute;
top: -87%;
right: -15.1%;
height: 314%;
opacity: 0;
}

#lungs-redhover{
position: absolute;
top: 3.5%;
right: -31%;
height: 137.7%;
opacity: 0;
}

#ear-redhover{
position: absolute;
right: -32%;
height: 180.7%;
opacity: 0;
bottom: -43%;
}

.clickable {
  position: absolute;
  display: inline-block;
  }
.clickable:after {
    content: ""; 
    position: absolute; 
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0;
  }
#hover-text {
position: absolute;
left: 50%;
top: 65%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 32%;
text-align: center;
color: #B53231;
line-height: 15px;
font-family: "Damion";
display: flex;
justify-content: center;
font-size: 1.3em;
}

/************************************ Logo *********************************************/
/************************************ Logo *********************************************/

.logo-menu {
position: fixed;
width: 13%;
min-width: 157px;
max-width: 204px;
bottom: 50%;
left: 50%;
-ms-transform: translate(-50%, 50%);
transform: translate(-50%, 50%);
animation-name: logoapparition;
animation-duration: 2s;
z-index: 15;
}
@keyframes logoapparition {
0%  {width: 13%;}
100%  {width: 13%;}
0% {min-width: 7px;}
100% {min-width: 157px;}
}
.logo-down {
position: fixed;
width: 13%;
min-width: 157px;
max-width: 204px;
bottom: 7%;
left: 50%;
-ms-transform: translate(-50%, 50%);
transform: translate(-50%, 50%);
animation-name: logodown;
animation-duration: 1s;
cursor: pointer;
display: inline-block;
z-index: 15;
}
@keyframes logodown {
  0%  {bottom: 50%;}
  100%  {bottom: 7%;}
  }
#logo-click:after {
content: ""; 
position: absolute; 
top: 0; 
right: 0; 
bottom: 0; 
left: 0;
}

.logo-up {
position: fixed;
width: 13%;
min-width: 157px;
max-width: 204px;
bottom: 50%;
left: 50%;
-ms-transform: translate(-50%, 50%);
transform: translate(-50%, 50%);
animation-name: logoup;
animation-duration: 1s;
z-index:15;
}
@keyframes logoup {
0%  {bottom: 7%;}
100%  {bottom: 50%;}
}

/************************************ Cartouche *********************************************/
/************************************ Cartouche *********************************************/

#cartouche-click {
z-index: 14;
cursor: pointer;
}

#hepta-cartouche{
width: 134%;
position: absolute;
top: -22%;
left: -23%;
}
.cartouche-invisible {
position: fixed;
-ms-transform: translate(50%, 50%);
transform: translate(50%, 50%);
height: 12%;
width: 6%;
overflow:hidden;
min-width: 64px;
right: 50%;
top: -19%;
z-index: 13;
}

.cartouche-visible {
position: fixed;
-ms-transform: translate(50%, 50%);
transform: translate(50%, 50%);
animation-name: cartouchappears;
animation-duration: 1s;
height: 85px;
width: 85px;
overflow: hidden;
right: 50%;
top: -37px;
z-index: 13;
}

@keyframes cartouchappears {
0%  {top: -19%;}
100%  {top: -37px;}
}

@media screen and (max-height: 700px) {
.cartouche-visible {
height: 70px;
width: 70px;
}
}

.brain-cart-on {
width: 84%;
position: absolute;
top: 16%;
left: 15%;
animation-name: brainon;
animation-delay: 1s;
animation-duration: 1s;
animation-timing-function: ease-out;
animation-fill-mode: backwards;}
@keyframes brainon {0%  {top: -100%;} 100%  {top: 16%;}}
.brain-cart-off {
width: 84%;
position: absolute;
top: -100%;
left: 15%;
animation-name: brainoff;
animation-duration: 1s;
animation-timing-function: ease-out;
animation-fill-mode: backwards;}
@keyframes brainoff {0%  {top: 16%;}100%  {top: -100%;}}

.mouth-cart-on {
width: 98%;
position: absolute;
top: 20%;
left: 16%;
animation-name: mouthon;
animation-delay: 1s;
animation-duration: 1s;
animation-timing-function: ease-out;
animation-fill-mode: backwards;}
@keyframes mouthon {0%  {top: -100%;} 100%  {top: 20%;}}
.mouth-cart-off {
width: 84%;
position: absolute;
top: -100%;
left: 16%;
animation-name: mouthoff;
animation-duration: 1s;
animation-timing-function: ease-out;
animation-fill-mode: backwards;}
@keyframes mouthoff {0%  {top: 16%;}100%  {top: -100%;}}

.eye-cart-on {
width: 84%;
position: absolute;
top: 15%;
left: 22%;
animation-name: eyeon;
animation-delay: 1s;
animation-duration: 1s;
animation-timing-function: ease-out;
animation-fill-mode: backwards;}
@keyframes eyeon {0%  {top: -100%;} 100%  {top: 15%;}}
.eye-cart-off {
width: 84%;
position: absolute;
top: -100%;
left: 22%;
animation-name: eyeoff;
animation-duration: 1s;
animation-timing-function: ease-out;
animation-fill-mode: backwards;}
@keyframes eyeoff {0%  {top: 16%;}100%  {top: -100%;}}

.heart-cart-on {
width: 67%;
position: absolute;
top: 14%;
left: 28%;
animation-name: hearton;
animation-delay: 1s;
animation-duration: 1s;
animation-timing-function: ease-out;
animation-fill-mode: backwards;}
@keyframes hearton {0%  {top: -100%;} 100%  {top: 14%;}}
.heart-cart-off {
width: 67%;
position: absolute;
top: -100%;
left: 28%;
animation-name: heartoff;
animation-duration: 1s;
animation-timing-function: ease-out;
animation-fill-mode: backwards;}
@keyframes heartoff {0%  {top: 16%;}100%  {top: -100%;}}

.hand-cart-on {
width: 110%;
position: absolute;
top: 29%;
left: 15%;
animation-name: handon;
animation-delay: 1s;
animation-duration: 1s;
animation-timing-function: ease-out;
animation-fill-mode: backwards;}
@keyframes handon {0%  {top: -100%;} 100%  {top: 29%;}}
.hand-cart-off {
width: 110%;
position: absolute;
top: -100%;
left: 15%;
animation-name: handoff;
animation-duration: 1s;
animation-timing-function: ease-out;
animation-fill-mode: backwards;}
@keyframes handoff {0%  {top: 29%;}100%  {top: -100%;}}

.lungs-cart-on {
width: 84%;
position: absolute;
top: 14%;
left: 16%;
animation-name: lungson;
animation-delay: 1s;
animation-duration: 1s;
animation-timing-function: ease-out;
animation-fill-mode: backwards;}
@keyframes lungson {
0%  {top: -100%;} 100%  {top: 16%;}}
.lungs-cart-off {
width: 84%;
position: absolute;
top: -100%;
left: 16%;
animation-name: lungsoff;
animation-duration: 1s;
animation-timing-function: ease-out;
animation-fill-mode: backwards;}
@keyframes lungsoff {0%  {top: 16%;}100%  {top: -100%;}}
  
.ear-cart-on {
width: 80%;
position: absolute;
top: 15%;
left: 27%;
animation-name: earon;
animation-delay: 1s;
animation-duration: 1s;
animation-timing-function: ease-out;
animation-fill-mode: backwards;}
@keyframes earon {0%  {top: -100%;} 100%  {top: 15%;}}
.ear-cart-off {
width: 80%;
position: absolute;
top: -100%;
left: 27%;
animation-name: earoff;
animation-duration: 1s;
animation-timing-function: ease-out;
animation-fill-mode: backwards;}
@keyframes earoff {0%  {top: 27%;}100%  {top: -100%;}}

/************************************ Général *********************************************/
#travel1, #travel2, #travel3, #travel4, #travel5, #travel6, #travel7 {
  width: 100%;
  height: auto;
  background-color: #E2887D;}
.intersection {
  width: 25%;
  min-width: 450px;
  height: auto;
}

#menus{background-color: #E2887D;}
#communication{background-color: #E2887D;}
#logos{background-color: #E2887D;}
#illustration{background-color: #E2887D;}
#photomontage{background-color: #E2887D;}
#graffiti{background-color: #E2887D;}
#contact{background-color: #E2887D;}


/*************************scrollbar*****************************/
.contenu::-webkit-scrollbar {
width: 2px; /* Largeur de la barre de défilement sur les navigateurs WebKit */
border-radius: 5px;
}
.contenu::-webkit-scrollbar-thumb {
background: #EB655F; /* Couleur de la barre de défilement sur les navigateurs WebKit */
border-radius: 5px;
}
.contenu::-webkit-scrollbar-track {
background: #EB655F; /* Couleur de fond de la barre de défilement sur les navigateurs WebKit */
border-radius: 5px;
}
.contenu::-webkit-scrollbar-button {
background-color: transparent; /* Définit la couleur de fond des boutons de défilement sur les navigateurs WebKit */
height: 0; /* Réduit la hauteur des boutons de défilement à 0 */
width: 0; /* Réduit la largeur des boutons de défilement à 0 */
}

.flechaut {
position: absolute;
min-width: 35.9px;
cursor: pointer;
}

.flechbas {
position: absolute;
bottom: -4%;
width: 126%;
min-width: 45.25px;
cursor: pointer;
}

#scrollflech {
position: absolute;
width: 3%;
height: 60%;
right: 6%;
}

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

#pres-chapter {
width: 100px;
margin-left: -80px;
margin-bottom: 40px;
}
#pres-chapter img {width: 217px;}

#logos-chapter {
width: 120px;
margin-left: 10px;
margin-bottom: 40px;
}
#logos-chapter img {width: 130px;}

#print-chapter {
width: 100px;
margin-left: 19px;
margin-bottom: 40px;
}
#print-chapter img {width: 115px;}

#web-chapter {
width: 80px;
margin-left: 27px;
margin-bottom: 40px;
}
#web-chapter img {width: 95px;}

#mersh-chapter {
width: 120px;
margin-left: 17px;
margin-bottom: 40px;
}
#mersh-chapter img {width: 135px;}

#illu-chapter {
width: 200px;
margin-left: 16px;
margin-bottom: 40px;
}
#illu-chapter img {width: 215px;}

#photo-chapter {
width: 215px;
margin-left: -7px;
margin-bottom: 40px;
}
#photo-chapter img {width: 240px;}

#graff-chapter {
width: 130px;
margin-left: 14px;
margin-bottom: 40px;
}
#graff-chapter img {width: 150px;}

#contact-chapter {
width: 140px;
margin-left: 20px;
margin-bottom: 40px;
}
#contact-chapter img {width: 150px;}

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

.cadre-vignette {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 160px;
  width: calc((100% / 3) - 20px);
  margin: 10px 10px 70px 10px;}

.vignette {
  flex-shrink: 0; 
  height: auto;
  max-height: 100%; 
  border-radius: 50%;
  cursor: pointer;
  transition: border-radius 0.3s ease;
}

.text-vignette {
  margin-top: 10px;
  font-family: "Open Sans";
  font-size: 0.8em;
  text-align: center;
}

.cadre-vignette .vignette{
display: block;
height: 100%;
border-radius: 50%;
cursor: pointer;
transition: border-radius 0.3s ease;
}
.cadre-vignette .vignette:hover {
  border-radius: 0; 
}

.text-vignette strong {
font-family: "Genos";
color: #BB3836;
font-size: 1.5em;
}

@media screen and (max-width: 900px) {
  .cadre-vignette {
      width: calc((50% - 20px)); 
  }
}

@media screen and (max-width: 600px) {
  .cadre-vignette {
      width: calc(100% - 20px); 
  }
}
/******************************************************/

.prev-btn,
.next-btn {
position: absolute;
-ms-transform: translateY(-50%);
transform: translateY(-50%); 
}
.prev-btn {
left: 2%;
height: 9%;
top: 49.6%;
}
.next-btn {
right: 0%;
height: 10%;
top: 50%;
}

.popup {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(179, 75, 75, 0.8);
z-index: 999;
}

.popup-content {
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: #E2887D;
width: 80%;
max-width: 80%; 
height: 80%;
max-height: 80%; 
border-radius: 40px;
overflow-y: auto; 
display: flex; 
align-items: center;
flex-wrap: wrap;
scrollbar-width: thin;
scrollbar-color: #F2ECE7 #EB655F; 
}

.popupcadre {
display: flex;
flex-direction: column; 
align-items: center; 
margin-bottom: 20px;
flex: 1 1 50%;
padding: 40px;
}

.imgpopup {
max-width: 50%;
min-width: 300px;
margin: 10px;
}

.popuptext {
width: 100%; 
text-align: center; 
margin-top: 20px;
font-size: 1em;
font-family: "Open Sans";
color: #F2E5D9;
}

.imgpopup + p strong {
font-size: 1.4em;
font-family: Genos;
color: #BB3836;
}

@media (max-width: 300px) {
  .popupcadre {
      flex-direction: column;
  }

  .imgpopup,
  .imgpopup + p {
      width: 100%; 
      margin-left: 0; 
  }

  .imgpopup + p {
      margin-top: 10px;
  }
}

.image-popup-seule {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: auto;
  text-align: center;
  cursor: pointer;
}

.popup-image {
  max-width: 100%; 
  max-height: 100%; 
  margin: auto; 
  display: block; 
  outline: none; 
}
.popupcadre img {
  cursor: pointer;
}

/*************************************************** Présentation **********************************************************/
section {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.contenu {
overflow-y: auto;
width: 80%;
height: 60%;
display: flex;
flex-wrap: wrap;
justify-content: center;
max-width: 1760px;
text-align: center;
}
.contenu {
scrollbar-width: thin;
scrollbar-color: #F2ECE7 #EB655F; 
}

.texte-contenu{
margin: 0 20% 0 20%;
}

#texte-présentation{
font-family: "Open Sans";
color: #F2E5D9;
font-weight: lighter;
font-size: 1em;
margin: 0 20% 0 20%;
}

#cemomentavec {
animation-name: cemomo;
animation-duration: 8s;
animation-iteration-count: infinite;
}

@keyframes cemomo {
0%   {opacity: 1;}
50%  {opacity: 0;}
100%    {opacity: 1;}
}

#oam {
width: 220px;
border-radius: 50%;
margin-top: 40px;
margin-bottom: 40px;
} 
#oam-anim {
width: 220px;
border-radius: 50%;
margin-top: 40px;
margin-bottom: 40px;
  } 
  #oam-container #oam-anim {
    display: none; 
}

#oam-container:hover #oam {
    display: none; 
}

#oam-container:hover #oam-anim {
    display: block; 
}

/***************************************************Communication**********************************************************/

.invisible {display: none;}

#comm-icone-print, #comm-icone-web, #comm-icone-mersh{
height: 135px;
width: 100%;
}
#comm-icone-print img, #comm-icone-web img, #comm-icone-mersh img{
height: 100%;}

#communication-contenu-print, #communication-contenu-web, #communication-contenu-mersh {
display: flex;
}

#texte-communication {
font-family: "Open Sans";
color: #F2E5D9;
font-weight: lighter;
font-size: 1em;
margin: 0 20% 40px 20%;
}

#texte-logos {
font-family: "Open Sans";
color: #F2E5D9;
font-weight: lighter;
font-size: 1em;
margin: 0 20% 40px 20%;
}

#texte-web {
font-family: "Open Sans";
color: #F2E5D9;
font-weight: lighter;
font-size: 1em;
margin: 0 20% 40px 20%;
width: 100%;
}

#texte-web strong {
  font-family: "Genos";
  color: #BB3836;
  font-size: 1.4em;
  font-weight: bold;
}

.web-capture img {
  border-radius: 20px;
  margin-bottom: 60px;
  margin-top: -20px;
  cursor: pointer;
  width: 80%;
  min-width: 200px;
}

#AMP{
text-decoration: none;
color:  #BB3836;;
}

#texte-mersh {
font-family: "Open Sans";
color: #F2E5D9;
font-weight: lighter;
font-size: 1em;
margin: 0 20% 40px 20%;
width: 100%;
}
#texte-mersh-2 {
font-family: "Open Sans";
color: #F2E5D9;
font-weight: lighter;
font-size: 1em;
margin: 60px 20% 40px 20%;
width: 100%;
}
#bruno{
font-size: 0.7em;
font-family: "Open Sans";
color: #F2E5D9;
font-weight: lighter;
width: 100%;
}
#texte-illustration {
font-family: "Open Sans";
color: #F2E5D9;
font-weight: lighter;
font-size: 1em;
margin: 0 20% 40px 20%;
width: 100%;
}
#texte-illustration-2 {
font-family: "Open Sans";
color: #F2E5D9;
font-weight: lighter;
font-size: 1em;
margin: 60px 20% 40px 20%;
width: 100%;
}
#texte-photomontage {
font-family: "Open Sans";
color: #F2E5D9;
font-weight: lighter;
font-size: 1em;
margin: 0 20% 40px 20%;
width: 100%;
}
#texte-photomontage-2 {
font-family: "Open Sans";
color: #F2E5D9;
font-weight: lighter;
font-size: 1em;
margin: 60px 20% 40px 20%;
width: 100%;
  }

#mail-contact {
text-decoration: none;
display: block;
width: 100%;
font-size: 1.5em;
font-family: "Open Sans";
color: #F2E5D9;
font-weight: lighter;
height: 35px;
}

.espace {
height: 320px;
width: 100%;
align-items: center;
text-align: center;
display: flex;
justify-content: center;
}

#couli {
width: 50%;
min-width: 320px;
max-width: 650px;
}

#mail-contact:hover{
font-size: 1.7em;
color: #B53231;
}

#copyright{
font-size: 0.7em;
font-family: "Open Sans";
color: #F2E5D9;
font-weight: lighter;
width: 100%;
}
#remerci {font-size: 1.2em;}
#merci {
font-size: 0.9em;
font-family: "Open Sans";
color: #F2E5D9;
font-weight: lighter;
}
.contact {
font-size: 1em;
font-family: "Open Sans";
color: #F2E5D9;
font-weight: lighter;
width: 100%;
}
#curriculum {
width: 170px;
cursor: pointer;
}
#curriculum p {
font-size: 1em;
font-family: "Open Sans";
color: #F2E5D9;
font-weight: lighter;
width: 100%;
}
#curriculum p:hover {
color: #B53231;;
}
#curripage{
position: relative;
width: 90px;
left: 42px;
}

a.svg {
  position: relative;
  display: inline-block;
  color: #E2887D;
}
a.svg:after {
  content: ""; 
  position: absolute; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
}

#vitae {
position: relative;
width: 36px;  
left: -27px;
top: -17px;
}
#vitae2 {
position: relative;
width: 36px;  
left: -67px;
top: -10px;
}

#curriculum object#vitae{visibility: visible;}
#curriculum object#vitae2{visibility: hidden;}
#curriculum:hover object#vitae{visibility: hidden;}
#curriculum:hover object#vitae2{visibility: visible;}

#resoc {padding-top: 55px;}

#reseaux {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  width: 100%;
  height: 150px;
}

#reseaux .reso-icones-hover {display: none;}
 
#linkedin img,
#deviantart img,
#instagram img{
width: 60px;
cursor: pointer;
}
#linkedin,
#deviantart,
#instagram{
  width: 80px;
  margin: 30px;
}

#formulaire-commentaires{
width: 100%;

}
#para{
width: 50%;
margin: auto;
}

#boutcomm {
color: #F2E5D9;
background-color: #EB655F;
border-radius: 10px;
border-color: #EB655F;
}

#words{
background-color: #F2E5D9;
font-family: "Open Sans";
font-size: 0.8em;
border-color:#EB655F;
border-radius: 20px;
padding: 15px;
margin-bottom: 10px;
width: 250px;
}
#para{
font-family: "Open Sans";
font-size: 0.8em;
}
#para hr {
color: #EB655F;
}
.delete-button {
  display: none;
}
