@charset "utf-8";

@font-face {
	font-family: 'BebasKai';
	src: 	url('../typos/BebasKai.woff2?#iefix') format('woff2'),
			url('../typos/BebasKai.woff') format('woff'),
			url('../typos/BebasKai.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
-webkit-font-smoothing: antialiased;
	
	
}


/* -----------------------------------------------------SPECS DE BASE POUR LES TÉLÉPHONES ----------------------------------------------------- */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

html {font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}

body {margin: 0;font-family:Georgia, "Times New Roman", Times, serif;font-size: 1em; line-height: 132%;}

a {color: #000; border: none;	text-decoration: none; font-weight:bold;
} 

a:active {color: #737171;	
}
	
img, object, embed, video {
	max-width: 100%;
}

img {border:none;}


.imgmois {
	width: 250px;
}

figcaption {
	font-size: 0.7em;
	font-weight: normal;
	line-height: 110%;
}

hr {
	border: 0;
	border-top: 3px solid #000;
	padding: 0;
}

h1 {
 	font-family: "BebasKai";
	font-weight: normal;
	font-size: 1.3em;
	text-align:center;
 	line-height: 130%; 
 	word-spacing: 0.1em;
}



	
/* Barre de navigation et header */


header {
	margin-top:10px;
	width: 100%;
	display: block;
	text-align:center;
}

header img {
	width:200px;
	margin:auto;
}


nav {
	width: 100%;
	display: block;
}

nav p {
	margin-top: 9px;
 	margin-bottom: 7px;
 	font-family: "BebasKai";
	font-weight: normal;
	font-size: 1.3em;
	text-align:center;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
 	 hyphens: none;
  	overflow:auto;
 	line-height: 130%; 
 	word-spacing: 0.1em;
}
nav a {
	color: #000;
	opacity: .4;
	margin-left: 5px;
	margin-right: 5px;	
 	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	
	font-weight: normal;
}

nav a:hover, 
.actif {
	opacity: 1;
	}



/* Design central */



#grossecol {
	clear: both;
	float: none;
	margin-top:25px;
	margin-left: auto; 
	margin-right: auto;
	text-align:left;
	width: 90%;
	display: block;
}


#rolloverimage {
	position: relative;
	justify-content: center; 
	height: 200px;
	margin: auto;
}

 #rolloverimage img {
	height: 200px;
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
        -webkit-transition: opacity .8s ease-in-out;
	-moz-transition: opacity .8s ease-in-out;
	-o-transition: opacity .8s ease-in-out;
	transition: opacity .8s ease-in-out;
    }
    
    #rolloverimage.auto {
	height: 150px; 
	}
	
	#rolloverimage.auto img {
	height: 150px;
       }

#rolloverimage img.une:hover  {
        opacity:0;
    }
		

.imgencadre {
	border: 1px solid #cfc8c8;
}
			
				
/*Références */



.refs { 
	margin-top: 20px;
	font-size: 0.8em;
	line-height: 130%;
	text-align:center;
}



/* Boutons d'achat*/

#aligneboutons {
	width: 100%;
	margin-bottom: 10px;
    display: inline-flex;
flex-wrap: wrap;    
justify-content: center;}


.button {
	background:#FFF;
	width:auto;
	height: 30px;
	font-family:"BebasKai";
	font-size: 1em;	
	font-weight: normal;
	color:#000;
	border:1px solid #000;
	margin: 2.5px 5px 5px 2.5px;
}

.button:hover {
	background:#000;
	color:#FFF;
	cursor:pointer;
}

.button2 {
	background:#fc0505;
	width:auto;
	height: 30px;
	font-family:"BebasKai";
	font-size: 1em;	
	font-weight: normal;
	color:#FFF;
	border:1px solid #000;
	margin: 2.5px 5px 30px 2.5px;
	cursor:not-allowed;
	pointer-events: none;
}
				
/* ceci pour éviter les bords arrondis sur iphone : */

input[type=submit]{
-webkit-appearance: none;
border-radius: 0;
}
				
				
/* Specs du texte de présentation */


			
#presente {
		margin-top:25px;
		margin-left:5px;
	}
	
#presente a {
text-decoration: underline;
		font-weight: normal;
	}			
	
blockquote {
	margin-top: 30px;
	color: #645d5d;
}

blockquote a {
	color: #645d5d;
	text-decoration: underline;
	font-weight: normal;
}

.signature {
	margin-top: 0px;
	font-size: 0.8em;
	text-align:right;
}


sup {
	font-size: 0.6em;
	top: -0.6em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

/* Pied de page */


footer {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	font-size: 0.8em;
	line-height: 120%;
	text-align: center;
}

footer a {
	text-decoration: none;
		font-weight: normal;

}

/* =============================================================================
   					MODE SOMBRE
   ========================================================================== */
   
@media (prefers-color-scheme: dark) {
/* CSS propre au mode sombre */

body {
		background-color: #1c1c1e;
		color: #fefefe;
		font-size:1.1em;
}

a {color: #FFF}

nav a {
	color: #FFF;}

hr {
	border-top: 3px solid #FFF;
}

img {
	filter: brightness(85%);
	
}

.button {
	background:#FFF;
	border:1px solid #c8c3c3;
}

blockquote {
	color: #cbc9c9;
}

blockquote a {
	color: #cbc9c9;
}

}




/* -----------------------------------------------------ADAPTATIONS DE TAILLE POUR LES ÉCRANS PLUS GRANDS----------------------------------------------------- */



/* Ecran + grand : de 480 à 640 pixels de large*/

@media only screen and (min-width: 480px) {
.gridContainer {
	max-width: 640px;
}

header img {
	width:350px;
}


nav p {
	font-size: 1.4em;
}

nav a {
	margin-left: 8px;
	margin-right: 8px;
}

.imgmois {
	width: 300px;
}


#rolloverimage {
		height: 300px;
		width: auto;
}

#rolloverimage img {
		height: 300px;
		width: auto;
}
					


.button {
 	letter-spacing:0.05em;
 	height: 40px;
 	padding:  0 15px 0 15px;
}

.button2 {
 	letter-spacing:0.05em;
	height: 40px;
	padding:  0 15px 0 15px;
}


/* ----------------------------------------------------- ÉCRANS ENCORE PLUS GRANDS---------------------minimum 641pixels  */



@media only screen and (min-width: 641px) {
.gridContainer {
	max-width: 1200px;
}

header {
	margin-top:15px;
	}

header img {
		padding-top:10px;
		padding-bottom:5px;
}

.figmois {
	text-align: center;
}

.imgmois {
	width: 350px;
}


nav p {
	font-size: 1.5em;
}

nav a {
	margin-left: 13px;
	margin-right: 13px;
}


nav img {
	width: 17px;}
	
#grossecol {
		width: 500px;
}

#rolloverimage {
		height: 440px;
		width: auto;
}

#rolloverimage img {
		height: 440px;
		width: auto;
}





@media only screen and (min-width: 1200px) {


header img {
		width:450px;
}


