@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;0,600;1,400&display=swap');

/* CSS Document */

html {
	font-size: 100%;
	--res:calc(0.05*10vmin);
	font-family: 'Source Serif Pro', serif;

}



a:link 
{ 
 text-decoration:none;
 color:#A19D57
} 
		a:visited {color:#A19D57;
		text-decoration:none}

a {
    -webkit-transition: color 0.1s;
    transition: color 0.1s;
}
a:hover {
    color:dimgrey;
}

.fade-in {
	-webkit-animation-name: fadeInOpacity;
	        animation-name: fadeInOpacity;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in;
	        animation-timing-function: ease-in;
	-webkit-animation-duration: 0.3s;
	        animation-duration: 0.3s;
}


@-webkit-keyframes fadeInOpacity {
	0% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
	}
}

.header {
	
	margin: 3vw auto;
	height: auto;
	width : 50%;
	max-width: 600px;
	min-width: 400px;
}

.header img {
	width: 100%;
	height: auto;
}



.achat a:hover {
      cursor: url('panier.png'), auto;
      }

.menu {
	
	margin : auto;
	height: auto;
	width : 100%;
	max-width: 1000px;
	min-width: 400px;
	font-size: 50px;
	
}

.auteure {
	line-height: 70%;
	
}

.auteure a:link 
{ 
 text-decoration:none;
 color:black;
} 
.auteure a:visited {color:black;
		text-decoration:none}


.auteure a:hover {
    color:#A19D57;
}


/*color:#B4B077;*/

.grid {
	width:100%;
	margin: auto;
	justify-content: center;
	height: 100px;
	color:#677054;
	display: grid;
	/*font-size: calc(3.5*var(--res));*/
	font-size: clamp(12px, 2.5vw, 30px);
	text-align:center;
	vertical-align:middle;
	grid-template-columns: repeat(7,14,2%);
	grid-gap:10px;
}

.item-grid:nth-child(1){
	grid-area: 1 / 2 / 2 / 3;
	
}

.item-grid:nth-child(2){
	grid-area: 1 / 4 / 2 / 5;
	
}

.item-grid:nth-child(3){
	grid-area: 1 / 6 / 2 / 7;
}

.item-grid:nth-child(4){
	grid-area: 1 / 8 / 2 / 9;
}

.item-grid:nth-child(5){
	grid-area: 1 / 10 / 2 / 11;
}

.item-grid:nth-child(6){
	grid-area: 1 / 12 / 2 / 13;
}

.item-grid:nth-child(7){
	grid-area: 1 / 14 / 2 / 15;
	
}



.abo {
	
	margin: auto;
	height: auto;
	width : 30%;
	max-width: 600px;
	min-width: 300px;
}

.abo img {
	width: 60%;
	height: auto;
	margin: auto;
}

.container{
	width: clamp(500px, 2.5vw, 100px);
	margin: 30px auto 200px;
	display: grid;
	grid-template-rows: 1000px;
	grid-template-columns: clamp(800px, 100%, 1000px);
	grid-gap: 30px;
	justify-content: center
	
}

.container2{
	width: clamp(500px, 2.5vw, 10px);
	margin: 30px auto 200px;
	display: grid;
	grid-template-rows: 20px;
	grid-template-columns: clamp(800px, 100%, 1000px);
	grid-gap: 30px;
	justify-content: center
	
}

.container >* {
	
	padding: 15px;
	
	
	
} 

.header2{
	
	
	
	
	
}

.header2 img {
	width: 80%;
	height: auto;
}

.contenuprincipal{
	
	/*font-size: calc(3.5*var(--res));*/
	font-size: clamp(15px, 2.5vw, 25px);
	line-height: 115%;
	color: black;
	
}



.contenuprincipal h1{
	
	text-align: center;
	line-height: 150%;
	transform: rotate(-25deg);
	margin: 40px 0 0 -110px;
	
	display: flex;
	position: fixed;
	
	
}

.contenuprincipal h6{
	
	text-align: center;
	line-height: 150%;
	transform: rotate(-45deg);
	margin: 40px 0 0 -110px;
	
	display: flex;
	position: fixed;
	
	
}

.contenuprincipal h2{
	
	text-align: left;
	line-height: 150%;
	transform: rotate(-85deg);
	margin: 50px 0 0 -150px;
	font-size: clamp(15px, 2.5vw, 30px);
	position: absolute;
	
	
	
}

.contenuprincipal h3{
	text-align: center;
	line-height: 150%;
	transform: rotate(-25deg);
	margin: 40px 0 0 -110px;
	position: absolute;
	font-size: 50px;
	
}

.contenuprincipal h4{
	text-align: center;
	
	
}

.contenuprincipal h5{
	
	transform: rotate(-25deg);
	position:absolute;
	margin: -30px 0 0 -90px;
	
	
}

.contenuprincipal p{
	
	margin: 0 0 30 ;
	text-align: left
	

	
}

.contenuprincipal img{
	width: clamp(200px, 100%, 500px);
	height: auto;
	margin: 30px auto;
	justify-content: center;
}

.box {
	color:#A19D57;
	font-size: 20px;
	font-size-adjust: auto;
	display: inline;
	
}

.bouton {
	margin: auto
	
}
.bouton img {
	height: 50px;
	width: auto;
	display: inline;
	margin-left: 170px;
	
	
	
	
}

.tourne {
transform: rotate(-25deg);
 font-size: 18px;
margin: 85px 0 0 -135px;
	
	
	display: flex;
	position: fixed;
}

.btn {
    height: 100px;
    width: 100px;
    
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 100px;
    cursor: pointer;
}

.panier {
    height: 100px;
    width: 100px;
    
    
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 3vw;
    bottom: 50px;
    cursor: pointer;
}

.icone {
    width: 50px;
}

.tableaunumeros {
	margin:100px auto 0;
	padding:0 20px;
	max-width: 1300px;
	display: grid;
	grid-template-columns: repeat(auto-fill, 300px);
	grid-gap: 10px;
	justify-content: center
	
}
.tableaunumeros2 {
	margin:100px auto 0;
	padding:0 0px;
	max-width: 1300px;
	display: none;
	grid-template-columns: repeat(auto-fill, 300px);
	grid-gap: 0px;
	justify-content: center
	
}

.facebook img {
	height: 100%;
	width: auto;
}


/*DEBUT CODE PETIT ECRAN*/


@media screen and (max-width:800px){
	.grid {
	width:60%;
	margin: 30px auto -20px;
	justify-content: center;
	text-align: center;
	font-size: 25px;
	height: 300px;
	display: grid;
	grid-template-columns:300px;
	grid-template-rows: 10px;
	grid-template-rows: repeat(7, 14.2%);
	grid-gap:0px;
}
	.item-grid:nth-child(1){
	grid-area: 1 / 1 / 2 / 2;
	
}

.item-grid:nth-child(2){
	grid-area: 2 / 1 / 3 / 2;
	
}

.item-grid:nth-child(3){
	grid-area: 3 / 1 / 4 / 2;
	
}

.item-grid:nth-child(4){
	grid-area: 4 / 1 / 5 / 2;
	
}

.item-grid:nth-child(5){
	grid-area: 5 / 1 / 6 / 2;
	
}

.item-grid:nth-child(6){
	grid-area: 6 / 1 / 7 / 2;
	
}

.item-grid:nth-child(7){
	grid-area: 7 / 1 / 8 / 2;
	
}

	.header {
	
	margin: 50px auto 0 ;
	height: auto;
	width : 50%;
	max-width: 600px;
	min-width: 300px;
}

.header img {
	width: 100%;
	height: auto;
	
}
	
/*.container{
	width: 350px;
	margin: 30px auto;
	display: grid;
	grid-template-columns: 350px;
	grid-gap: 30px;
	justify-content: center;
	
}*/
	
	.container{
	width: 350px;
	margin: 30px auto 200px;
	display: grid;
	grid-template-rows: 1000px;
	grid-template-columns: 350px;
	grid-gap: 30px;
	justify-content: center
	
}
	
	.container2{
	width: 350px;
	margin: 30px auto 150px;
	display: grid;
	
	grid-template-columns: 350px;
	grid-gap: 30px;
	justify-content: center
	
}
	
	.contenuprincipal{
	
	
	font-size: 20px;
	line-height: 115%;
	
}

.contenuprincipal h1{
	
	text-align: center;
	line-height: 150%;
	transform: rotate(-25deg);
	
	
	display: grid;
	
	position: relative;
	
	
	
}
	
	.contenuprincipal h6{
	
	text-align: center;
	line-height: 100%;
	transform: rotate(-25deg);
	
	
	display: none
	
	
	
}
	
	.tourne {
transform: rotate(-90deg);
 font-size: 18px;
margin: 0 0 0 100;
	
	
	display: none;
	
}
	
	
.contenuprincipal h2{
	
	text-align: center;
	line-height: 150%;
	font-size: clamp(15px, 2.5vw, 30px);
	font-style: bold;
	
	
}
	
	.contenuprincipal h3{
	text-align: center;
	line-height: 150%;
	transform: rotate(-25deg);
	margin: 20px 0 0 -280px;
	position: relative;
	font-size: 30px;
	
}

	.contenuprincipal h5{
	
	transform: rotate(-15deg);
	position:absolute;
	margin: -30px 0 0 -20px;
	
	
}

	
.contenuprincipal p{
	
	margin: 0 0 30 0 ;
	text-align: left;
	
	

	
}

.contenuprincipal img{
	width: 300px;
	height: auto;
	margin: 30px auto;
	justify-content: center;
}
	
	.auteure {
	line-height: 90%;
	
}
	
.bouton {
	margin: auto
	
}
.bouton img {
	height: 30px;
	width: auto;
	display: inline;
	margin-left: 57px;
	
	
	
	
}	
	
	
	
	.btn {
    height: 120px;
    width: 120px;
    
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: -30px;
    bottom: 10px;
    cursor: pointer;
}
	
	.btn img{
		height: 100%;
		width: auto;
	}
.icone {
    width: 50px;
}
	
	.panier {
    height: 100px;
    width: 100px;
    
    
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: -10px;
	
    bottom: 0px;
    cursor: pointer;
}
	
	.panier img{
		width:50px;
	}
	
.tableaunumeros {
	margin:100px auto 0;
	padding:0 0 0 0;
	max-width: 1300px;
	display: none;
	grid-template-columns: repeat(auto-fill, 145px);
	grid-gap: 0px;
	justify-content: center
	
}
	
.tableaunumeros2 {
	margin:0 auto 0;
	padding:0 0 0 0;
	max-width: 1300px;
	display: grid;
	grid-template-columns: repeat(auto-fill, 170px);
	grid-gap: 0px;
	justify-content: center
	
}
	
.facebook img {
	height: 100%;
	width: auto;
}
	
	
}


/*FIN CODE PETIT ECRAN*/




img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.numeros {
	min-height: 150px;
	
	color: #f1f1f1;
	padding: 20px;
	border-radius: 5px
	
	
}

.corptexte {
	margin: auto;
	max-width: 1300px;
	font-size: 20px;
	
	
}


/*
.tourne {
transform: rotate(78deg);
 font-size: 30px;
margin: 60px 620px;
	position: absolute;
}*/











