/*---------CSS pour TABLETTES + PC -------------*/
/*MEDIA QUERY*/    /*valeur de travail écran supérieur à 400px */
@media only screen and (min-width : 400px) 
{



/* Dimensions set via css in MovingBoxes version 2.2.2+ */
#boxes_slider { width: 450px; }
#boxes_slider li { width: 250px; }


/*** Overall MovingBoxes Slider ***/
.mb-wrapper {
	border: 5px solid #ccc;
	margin: 0 auto 20px;
	position: relative;
	left: 0;
	top: 0;
	border-radius: 10px;
	box-shadow: inset 0 0 10px #888;
}

/* Panel Wrapper */
.mb-slider, .mb-scroll {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;

	/***(>'-')> Control Panel Font size here <('-'<)***/
	font-size: 18px;
}

/* active slider border highlight */
.mb-active-slider {
	border-color: #333;
}

/*** Slider panel ***/
.mb-slider .mb-panel {
	margin: 0;
	padding: 20px;
	display: block;
	cursor: pointer;
	float: left;
	list-style: none;
}

/* Cursor to arrow over current panel, pointer for all others,
change .current class name using plugin option, currentPanel : 'current' */
.mb-slider .mb-panel.current {
	cursor: auto;
}

.mb-panel.current {
	margin-top: 20px;
	/* background-color: #C0C0C0; */
	
}



/*** Inside the panel ***/

.mb-inside {
	padding: 10px;
	border: 1px solid #999;
	background-color:#DCDCDC;
}

.mb-inside * {
	max-width: 100%;
}


.mb-inside h2, .mb-inside h3{

	font-weight: bold;
	font-family: Georgia, Serif;
	font-size: 1.3em;
	color: #666;
}

.mb-inside p {

	font-weight: normal;
	font-family: Georgia, Serif;
	font-size: 1.1em;
	color: #666;
}

/*** Left & Right Navigation Arrows ***/
a.mb-scrollButtons {
	display: block;
	width: 74px;
	height: 125px;
	
	position: absolute;
	top: 40%;
	margin-top: -20px; /* if you change the arrow images, you may have to adjust this (1/2 height of arrow image) */
	cursor: pointer;
	text-decoration: none;
	outline: 0;
	border: 0;
}
a.mb-scrollButtons.mb-left {
	background: transparent url(../images/btn_3D_gauche_vide.png) no-repeat;
	left: -65px;
}
a.mb-scrollButtons.mb-right {
	background: transparent url(../images/btn_3D_droite_vide.png) no-repeat;
	right: -65px;
}
a.mb-scrollButtons.mb-left:hover {
	background-position: left bottom;
}
a.mb-scrollButtons.mb-right:hover {
	background-position: right bottom;
}
a.mb-scrollButtons.disabled {
	display: none;
}

/*** Controls added below the panels ***/
.mb-controls {
	margin: 0 auto;
	text-align: center;
	background: #ccc;
	position: relative;
	z-index: 100;
}
.mb-controls a {
	color: #666;
	font: 18px/2.2 Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px;
	margin: 0 5px 0 0;
	text-align: center;
	outline: 0;
}
.mb-controls a:hover {
	color: black;
}
.mb-controls a.current {
	color: white;
}
.mb-active-slider .mb-controls {
	background: #333;
}

}

/*--------- +++++++++++++++++++++++++++++++++++++++++++++ -------------*/


/*---------CSS pour MOBILES -------------*/

/*MEDIA QUERY*/    /*valeur de travail écran inférieur à 400px */
@media only screen and (max-width : 400px) 
{
	
/* Dimensions set via css in MovingBoxes version 2.2.2+ */
#boxes_slider { width: 250px; }
#boxes_slider li { width: 150px; }


/*** Overall MovingBoxes Slider ***/
.mb-wrapper {
	border: 5px solid #ccc;
	margin: 0 auto 20px;
	position: relative;
	left: 0;
	top: 0;
	border-radius: 10px;
	box-shadow: inset 0 0 10px #888;
}

/* Panel Wrapper */
.mb-slider, .mb-scroll {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;

	/***(>'-')> Control Panel Font size here <('-'<)***/
	font-size: 18px;
}

/* active slider border highlight */
.mb-active-slider {
	border-color: #333;
}

/*** Slider panel ***/
.mb-slider .mb-panel {
	margin: 0;
	padding: 5px;
	display: block;
	cursor: pointer;
	float: left;
	list-style: none;
}

/* Cursor to arrow over current panel, pointer for all others,
change .current class name using plugin option, currentPanel : 'current' */
.mb-slider .mb-panel.current {
	cursor: auto;
}

.mb-panel.current {
	margin-top: 20px;
	background-color: #C0C0C0;
	
}

/*** Inside the panel ***/


.mb-inside {
	padding: 10px;
	border: 1px solid #999;
	background-color:#DCDCDC;
}

.mb-inside * {
	max-width: 100%;
}

.mb-inside h2, .mb-inside h3{

	font-weight: bold;
	font-family: Georgia, Serif;
	font-size: 1.0em;
	color: #666;
}

.mb-inside p {

	font-weight: normal;
	font-family: Georgia, Serif;
	font-size: 0.9em;
	color: #666;
}	

/*** Left & Right Navigation Arrows ***/
a.mb-scrollButtons {
	display: block;
	width: 74px;
	height: 125px;
	
	position: absolute;
	top: 40%;
	margin-top: -20px; /* if you change the arrow images, you may have to adjust this (1/2 height of arrow image) */
	cursor: pointer;
	text-decoration: none;
	outline: 0;
	border: 0;
}
a.mb-scrollButtons.mb-left {
	background: transparent url(../images/btn_3D_gauche_vide.png) no-repeat;
	left: -65px;
}
a.mb-scrollButtons.mb-right {
	background: transparent url(../images/btn_3D_droite_vide.png) no-repeat;
	right: -65px;
}
a.mb-scrollButtons.mb-left:hover {
	background-position: left bottom;
}
a.mb-scrollButtons.mb-right:hover {
	background-position: right bottom;
}
a.mb-scrollButtons.disabled {
	display: none;
}

/*** Controls added below the panels ***/
.mb-controls {
	margin: 0 auto;
	text-align: center;
	background: #ccc;
	position: relative;
	z-index: 100;
}
.mb-controls a {
	color: #666;
	font: 18px/2.2 Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px;
	margin: 0 5px 0 0;
	text-align: center;
	outline: 0;
}
.mb-controls a:hover {
	color: black;
}
.mb-controls a.current {
	color: white;
}
.mb-active-slider .mb-controls {
	background: #333;
}	


	
	
}		