*{
	list-style-type: none;
	font-family: sans-serif;
}

@font-face{
    font-family: 'DesilineCreation';
	src:url('/asset/font/desilinecreation.eot');
	src : local('☺'),
		url('/asset/font/desilinecreation.woff2') format('woff2'),
		url('/asset/font/desilinecreation.woff') format('woff'),
    	url('/asset/font/desilinecreation.ttf') format('truetype'),
    	url('/asset/font/DesilineCreation.otf') format('opentype');
    font-display: fallback;
}

body {
	margin: 0;
}

#logo {
	height:50px;
	width: auto;
	margin: 10px 0;
}

a img{
	width: 15px;
    height: 15px;
}

section {
		padding: 20px 0px;
}
/*--------------------------------------------------------------- menu --------------*/
li a{
	color: #6d597a;
	padding: 10px 10px;
}

li a:hover{
	color: #83c5be;
}

nav {
	background-color: white;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center ;
}

ul	{
	margin: 0;
	padding:0 40px ;
	display: flex;
	flex-direction: row;
	align-items: center ;

}

.rsn{
	display: flex;
	flex-direction: column;
	align-items: center ;
}

nav p{
	color: #6d597a;
}


p{
	margin: 0 0 5px;
	font-size: 1em;
}

.email {
	font-family: sans-serif;
	text-decoration-line: none;
	padding: 5px 10px;
	border-radius: 20px;
	color: white;
	background-color: #6d597a;
}

.email:hover {
	background-color:#83c5be;
	color: White;
}

#entete a:hover img:not(#entete nav>a>img) {
	filter: hue-rotate(244deg) brightness(2.1);
 }
/*--------------------------------------------------------------- Vidéo --------------*/

video{
	width: 100%;
}

/*--------------------------------------------------------------- Présentation --------------*/

#presentation {
	background-color: #6d597a ;
	display:flex;
	align-items:center;
	justify-content: center;
	padding: 80px 0;
}

#presentation img {
height: 30em;
margin: 10px 25px;
	}

#txtpres {
	width:22%;
	margin: 10px 10px;
}

#txtpres div:nth-child(3){
	margin: 15px 0;
}

#txtpres div:nth-child(5){
	margin: 15px 0 0px;
}

#txtpres p a:nth-child(2) em{
	color: #F37D7D;
	text-decoration: underline;
}

#txtpres p a{
	color: #83c5be;
	text-decoration: underline;
}

#txtpres p a em:hover {
	color: #ffddd2;
	text-decoration: underline;

}
	
/*             titres !                                           */
#titre h2 {
	display:flex ;
	align-items: center;
	font-weight: 400;
}

#titre h2 em {
	margin:0 2px;
	font-weight: 400;
}

#titre p, h2, #titre em {
	font-family: DesilineCreation, sans-serif ;
	font-size: 3em;
}

#titre h2>em:first-child{
	color: #ffddd2 ;
}

#titre h2>em:nth-child(2){
	color: #83c5be ;
}


#titre p:nth-child(2){
margin-top: -28px;
}

#titre p{
	color: #f67e7d ;
}

strong {
	text-decoration: underline white;
} 

#txtpres div em{
	color: #83c5be ;
}

em {
	color: #f67e7d;
	font-weight:bold;
	font-style:normal;
} 

#txtpres{
	color: white;}

/*--------------------------------------------------------------- Sujet --------------*/

.titre {
	display:flex ;
	flex-direction:column ;
	align-items: center;
}

.titre h2 {
	display:flex ;
}

.titre h2 em {
	margin:0 10px;
	font-weight: 400;
}

.titre em, .titre p {
	font-family: DesilineCreation, sans-serif ;
	font-size: 4em;
	margin:-20px 0 5px;
	font-weight: 400;
}

.titre h2>em:first-child{
	color: #83c5be ;
}

.titre h2>em:nth-child(2){
	color: #6d597a ;
}

.titre p{
	color: #f67e7d ;
	margin-top: -40px;
}

#sujet {
	display: flex;
	flex-direction: column;
	background-color: #ffddd2 ;
}

#book{
	display: flex;
	justify-content: center;
	align-items: center;
	margin:0 30px 10px;
}

#book div p:first-child{
	font-family: DesilineCreation, sans-serif ;
	font-size: 1.5em;
}


#book div p:nth-child(2){
	max-width: 80%;
	text-align: center;
	padding-bottom:15px;
}

#book div{
	margin: 0 5px;
	display: flex;
	flex-direction:column;
	align-items: center;
}

#book div video{
	background-size: cover;
	width: 100% ;
	height:auto;
}	


#reseaux {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 50px 0;
}

#reseaux a {
	display: flex;
	align-items: center;
	color: black;
	font-size: 1em;
	background-color: white;
	text-decoration: none;
	border-radius: 20px;
	padding: 7px 139px;
	margin: 10px;
	font-family: Roboto, sans-serif;
}

#reseaux a:hover {
	color: white;
	background-color: #6d597a;
}


#reseaux>a>img {
	padding-right: 7px;
	filter: brightness(0%);
}

#reseaux>a:hover>img {
	filter: brightness(0%) invert(1);
 }

/*--------------------------------------------------------------- portraits --------------*/
#portrait strong {
	text-decoration: underline black;
}

#portrait {
	display:flex;
	flex-direction: column;
	align-items:center;
	justify-content: center;
}


.desiline{
	font-family: DesilineCreation, sans-serif ;
	font-size: 1.5em;
	margin: 10px 0 ;
}

#portrait p:nth-child(7){
	margin-bottom: 50px;
}

#portrait #avis img {
	margin-top: 10px;
    width: 30px;
    height: auto;
}

#portrait>img{
	width:80%;
	height: auto;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------- livre interactif --------------*/

.book {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	border:#00000036 solid 1px;
	background-color: #ffddd2;
	margin-left: 0px !important;
  }

  .page {
	background-image: url("./img/book0.avif");
	background-size: cover;
	background-position: center;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
	border:#00000036 solid 1px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
  }
  .page:nth-child(even) {
	z-index: 2;
  }
  
  #btn{
	display: flex;
	justify-content:center;
  }

  .prev-page,
  .next-page {
	border-radius: 20px;
	margin: 20px 10px 0;
	color: black;
	background-color: #ffddd2;
	font-size: 14px;
	cursor: pointer;
	transform: translateX(-10px) ;
	padding: 10px;
  }

  .prev-page:hover,
  .next-page:hover {
	color: black;
	background-color: #F37D7D;
  }

  .prev-page:disabled,
  .next-page:disabled {
	pointer-events: none;
	opacity: 0.5;
  }
/*--------------------------------------------------------------- Avis --------------*/
#savis {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
  }

  #savis p:first-child {
	margin-top: 50px;
  }

#avis {
	display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
  }
  
  figure {
	text-align: center;
  }
  
  .etoiles {
	color: #f37d7d;
	margin: 5px 0 15px;
  }
  
  #portrait #avis figure>img:first-child{
	width:250px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	border-radius: 250px;
	height: auto;
  }

  figcaption p{
	margin-top: 0.5rem;
	width:300px
  }

  figcaption p:nth-child(3){
	font-weight: bold;
  }
/*--------------------------------------------------------------- Formulaire de contact --------------*/
#form {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	background-color: #ffddd2;
	padding: 15px 0;
	}

#form p{
		max-width: 40%;
		text-align: center;
		margin:10px 0;
	}


form{
	display: flex;
    color: black;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

form div:first-child{
	display: flex;
    height: 180px;
    justify-content: space-between;
    width: 50%;
}

form div div{
	display: flex;
    flex-direction: column;
    align-items: stretch;
}

form button{
	width: 15%;
    margin: 20px 5px 5px;
	background-color: #F37D7D;
	color: white;
}

form button:hover{
	background-color: white;
	color:#f67e7d;
}



button{
	border-radius: 20px;
	padding: 10px 0;
	margin: 20px 10px 0;
	color: black;
	background-color: white;
	border:none;
	font-size: 14px;
	cursor: pointer;
}

button:hover{
	background-color: #F37D7D;
	border:none;
}

input, select{
	border: none;
	line-height:2;
	border-radius: 5px;
	background-color: white;
	font-size: 16px;
	color: #f67e7d;
    height: 41px;
	padding:0 0 0 5px;
}

select{
	padding:0 20px ;
	background-color: white;
}

textarea {
	border: none;
	border-radius: 10px;
	line-height:2;
	background-color: white;
	color: #f67e7d;
	font-size: 16px;
	padding:0 0 0 5px;
	width: 47%;
}

input::placeholder, select::placeholder, textarea::placeholder{
	color:#F37D7D;
}

select:valid, select:focus{
	color: black;
	background-color: #F37D7D;
}


input:focus, textarea:focus,
input:valid, textarea:valid{
	color: black;
	background-color: #F37D7D;
	outline:  none;
}

.alert{
background-color: #ffddd2;
color: #F37D7D;
font-size: 18px;
padding: 50px 80px;
border-radius: 50px;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
text-align: center;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 9999;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;

}

.alert button{
	background-color: white;
    color: #F37D7D;
    font-weight: 600;
    font-size: 20px;
    padding: 20px;
    border-radius: 100%;	
	}

.alert button:hover{
	background-color: #F37D7D;
	color: white;	
	}
	


/*--------------------------------------------------------------- Boutique --------------*/

#boutique{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#boutique>a{
	padding:20px;
	border-radius: 100px;
	background-color: #ffddd2;
	color: black;
	margin-top:30px
}

#boutique>a:hover{
	background-color: #83c5be;
	color: black;
}

.flex{
	display:flex;
	padding-top:20px;
	width: 70%;
    justify-content: space-evenly;
  }

.flex a {
	padding: 0 20px;
}

.featured-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 1rem;
	border-radius: 35px;
  }
.featured-item:hover{
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
  .item-image {
	width: 100%;
  }
  
  .item-image img {
	width: 100%;
	height: auto;
	border-radius: 20px;
  }
  
  .item-details {
	text-align: center;
  }
  
  .item-details p:first-child {
    line-height: 18px;
	margin: 0 0 7px;
	font-weight: 400;
	}
  
  .item-details p {
    font-family: roboto,sans-serif;
    line-height: 20px;
	text-align: left;
	font-weight: 400;
  }

  .item-details p:nth-child(2) {
    font-weight: 600;
  }

  .livraison{
	border-radius: 20px;
	background-color: #D4E9D7;
	font-size: 11px;
    font-weight: bold;
	width:48%;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
  }

  a {
    text-decoration: none;
	color: black;
	font-family: Roboto, sans-serif;
}
/*--------------------------------------------------------------- Footer --------------*/
footer{
	padding: 20px;
	display: flex;
	justify-content: space-around;
    align-items: center;
	background-color:#6d597a;
	color:white;
}

footer a {
    color: white;
    font-weight: 400;
 }

 footer .email {
    background-color: #F37D7D;
 }

footer a:hover {
    color: #83c5be;
 }

 footer a img {
	filter: brightness(0%) invert(1);
 }

 footer a:hover img {
	filter: hue-rotate(231deg) brightness(2.5);
 }

 footer>div{
    display: flex;
}

footer>div:nth-child(2) {
    display: flex;
    flex-direction: column;
}

footer>div>div{
	display: flex;
    flex-direction: column;
    justify-content: center;
}

footer p{
    margin: 3px;
}

footer>div:first-child>img{
    width: 103px;
    height: auto;
    margin: 0 25px 0 0;
}

footer .rsn a {
	padding: 10px;
}
footer i {
	font-size: 20px;
}

h2{
	font-weight: 400;
    font-size: 18px;
}
/*--------------------------------------------------------------- Cookies --------------*/

.cookie-alert {
	background-color: #ffddd2;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  }
  
  .cookie-alert p {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: #6d597a;
  }
  
  .cookie-accept {
	background-color: #F37D7D;
	color: #6d597a;
	padding: 8px 20px;
	border: none;
	border-radius: 3px;
	font-size: 16px;
	cursor: pointer;
	margin-top: 10px;
	transition: background-color 0.3s ease;
  }
  
  .cookie-accept:hover {
	background-color: #6d597a;
	color: #F37D7D;
  }
  p {
	font-family: Roboto, sans-serif;
}
	/*---------------------------------------------------------------------- Mentions */

#mention>div:nth-child(2){
	display: flex;
    flex-direction: column;
    align-items: center;
}

#mention .titre{
	display: flex;
    flex-direction: column;
    align-items: center;
}

#mention>div:nth-child(3){
	display: flex;
    flex-direction: column;
    align-items: center;
	margin: 50px 0;
}


#mention>div:nth-child(3)>div{
	width: 70%;
}

#mention>div:nth-child(3)>div div{
	display: block;
}

.amaj{
	cursor: pointer;
}

.amaj:hover{
	font-weight: 600;
}

#mention>.amaj{
	margin:60px;
	border-radius: 20px;
	border: black 1px solid;
	padding:  5px 10px;
}

#mention>div:nth-child(3)>div:first-child h2, #mention>div:nth-child(3)>div:nth-child(4) h2, #mention>div:nth-child(3)>div:nth-child(7) h2{
color:#83c5be;
}

#mention>div:nth-child(3)>div:nth-child(2) h2, #mention>div:nth-child(3)>div:nth-child(5) h2, #mention>div:nth-child(3)>div:nth-child(8) h2{
	color:#6d597a;
}

#mention>div:nth-child(3)>div:nth-child(3) h2, #mention>div:nth-child(3)>div:nth-child(6) h2{
	color:#F37D7D;
}

#mention>div:nth-child(3) h2{
	font-size: 30px;
	margin-bottom: 5px;
}

#mention>div:nth-child(3) div div {
	margin-top: 20px;
}