/* ---------------------------- */
/* General						*/
/* ---------------------------- */
body
{
	background-image: url('/images/games/sixQuiPrend/FOND-VACHES.png');
	margin-bottom: 0px;
	overflow-x: hidden;
	font-family: Helvetica, Arial, "sans-serif";
}
h1
{
	text-align: center;
}
p
{
	text-align: justify;
	text-align-last: center;
}

/* ---------------------------- */
/* Header						*/
/* ---------------------------- */
#logo
{
	color: #FFFFFF;
	font-size: calc(2em + 6vw);
	width: 700px;
	max-width: 100%;
}
#baseline
{
	color: #FFFFFF;
	font-size: calc(1.2em + 2vw);
	text-align: center;
	-webkit-transform: rotate(-4deg);
	    -ms-transform: rotate(-4deg);
	        transform: rotate(-4deg);
	margin-top: -40px;
}
#auteur {
	color: white;
	position: absolute;
	top: 10px;
	left: 10px;
	font-weight: bold;
}
#txt_mise_en_place
{
	width: 70%; 
	margin: auto;
}
#video {
	text-align: center;
	margin-top: 10px;
	width: 100%!important;
	min-height: 31vw;
}
#video > * {
	max-width: 100%;
	border: 0;
	width: 55.1vw;
	height: 31vw;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
@media only screen and (max-width: 920px) {
	#video > *
	{
		width: 97vw;
		height: 54vw;
	}
	#video
	{
		min-height: 54vw;
	}
	.elmthead
	{
		visibility: hidden;
	}
}

/* ---------------------------- */
/* Nav							*/
/* ---------------------------- */
#btn_menu
{
    background-color: #5BC000;
    position: fixed;
    top: 5px;
    right: 0px;
    padding: 0.20cm 0.25cm;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
	font-size: 1.2cm;
	color: white;
}
#btn_menu img
{
	width: 1cm;
}
#menu
{
    background-color: #5BC000;
    position: fixed;
    top: 5px;
    right: -270px;
    padding: 15px 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 10;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    width: 270px;
}
#liste_menu
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#liste_menu li
{
	border-bottom: 1px white solid;
}
#liste_menu a
{
    color: white;
    text-decoration: none;
    font-size: 1.5em;
    width: 100%;
    display: block;
    padding: 6px 15px;
    background-color: #5BC000;
}
#liste_menu a:hover
{
    background-color: #50AA00;
    padding: 8px 15px;
}

/* ---------------------------- */
/* Page							*/
/* ---------------------------- */
main
{
	max-width: 98%;
	width: 1100px;
	margin: auto;
	padding: 1%;
	background-color: rgba(255,255,255,0.9);
}
h2
{
	background-color: #5BC000;
	color: #fff;
	font-size: 2em;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 0 1px 0;
}
h3, .small_title
{
	color: #5BC000;
	font-size: 1.3em;
	font-weight: bold;
}
article
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.case_bd
{
	background-color: white;
	-webkit-box-shadow: 0px 0px 200px 10px rgba(179,205,215,1) inset;
	        box-shadow: 0px 0px 200px 10px rgba(179,205,215,1) inset;
	border-radius: 0px;
}
.bulle
{
	margin: 0;
	padding: 5px;
	border-bottom: 2px solid black;
	position: relative;
	z-index: 3;
	background-color: white;
}
.image
{
	width: 100%;
	height: 40vw;
	position: relative;
	max-height: 340px;
}
.image *
{
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#number_of_cards {
	font-size: 1.3em;
	width: 95%;
	padding: 2.5%;
}
.image_regle {
	min-width: 100%;
	max-height: 100%;
}
.exemple {
	font-size: 0.8em;
	font-style: italic;
}
.note {
	position: absolute;
	bottom: 0;
	font-size: 0.8em;
	padding: 10px;
	margin: 0;
	left: 0;
	text-align: left;
	text-align-last: left;
}
#nb_carte {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	top: 30%;
	left: 50%;
	text-align: center;
	color: #48358a;
	font-weight: bold;
	font-size: 1.2em;
	width: 70%;
}
@media only screen and (min-width: 600px) and (max-width: 700px) {
	.note {
		display: none;
	}
}
@media only screen and (max-width: 500px) {
	.note {
		display: none;
	}
	#nb_carte {
		width: 90%;
	}
}

/* ---------------------------- */
/* Footer						*/
/* ---------------------------- */
footer 
{
	background-color: #8EB94B;
	max-width: 98%;
	width: 1100px;
	margin: 0 auto 50px auto;
	padding: 1%;
	position: relative;
	z-index: 1;
	color: white;
	min-height: 180px;
	text-align: center;
}
.conteneur_cols
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.titre_col_footer
{
	text-align: center;
	border-radius: 20px;
	font-size: 1.5em;
	margin: 12px 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
}
.footer_col a
{
	font-size: 1.5em;
}
footer a
{
	font-weight: bold;
}
footer a:hover
{
	color: #222;
} 
.mentionslegales {
	text-align: center;
	padding: 20px 0 5px 0;
	color: white;
}
.footer_col 
{
	margin: 20px 0;
	min-width: 209px;
}
#footer_sites, #footer_reseaux, #footer_adresse
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: center;
}
footer p, footer a {
	color: white;
	text-decoration: none;
	margin: 2px 0;
}
.reseaux_footer {
	width: 70px;
}
.reseaux_footer:hover {
	-webkit-box-shadow: 0px 0px 5px white;
	        box-shadow: 0px 0px 5px white;
}
#bouton_point_vente {
	color: white;
	background-color: #5E5B9E;
	border: none;
	margin: 20px 0 0 0;
	padding: 20px 10px;
	font-size: 1.1em;
	cursor: pointer;
	display: block;
}
#bouton_point_vente:hover {
	background-color: #4A487D;
}