@charset "UTF-8";
/* CSS Document */
/**
* CSS RESET BROWSER Settings
*/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
}

body {
	background: url(../images/toolbar/superfond2.jpg);
}

a {
color:yellow;
}
/*Figures*/
figure {
    display: inline-block;
    height: 150px;
    width: 110px;
    text-align: center;
    vertical-align: middle;
    margin: 2px;
    padding: 4px;
    border: 1px solid #cfcfcf;
}
 
figure img {
    width: 100%;
    margin: 0px;
    padding: 0px;
}
figure figcation {
    font-style: italic;
}
/* Menu */

#menu1 {
  margin: 0 ;
  padding: 0 ;
  list-style: none ;
  text-align: center ;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
display: inline;
}

#menu1 a {
	display: inline;
	width: 190px;
	padding: 10px 5px;
	background-color: #D9D9D9;
	border-top: 1px solid #EDEDED;
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #B5B5B5;	
	border-bottom: 1px solid #B5B5B5;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #808080 ;
}

#menu1 a:hover {
	background-color: #8A8A8A;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	color: #FFFFFF;
}





.main {
	margin: auto;
}

.coloringBook {
	margin:15px;
	text-align:center
}
h1{
	font-family:"Comic Sans MS", cursive;
	background:url(../images/toolbar/rainbow.jpg);
	color:purple;
	text-align: center ;
	
}
h3{
	font-family:"Comic Sans MS", cursive;
	color:purple;
	text-align: center ;
	
}
/**
* Styles page index image
*/
   

.affiche {
  width: 100%;
  height: auto;
}
.affiche img{
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 200px;
}

.affiche img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}





/**
* Styles for screens with width less than 801px
*/
   
@media screen and (max-width:800px) {
img {
	max-width: 100%;
}

.coloringBook, .toolBar, .drawArea {
	max-width: 100%
}
.coloringBook .toolBar>li:hover {
	-moz-transform: scale(0.98);
	-webkit-transform: scale(0.98);
	-o-transform: scale(0.98);
	transform: scale(0.98);
	-ms-transform: scale(0.98);
}
.coloringBook .toolBarWrap {
	background: url("../images/toolbar/toolbar2.png") repeat scroll 0 0 transparent;
    padding: 15px;
}
.coloringBook .toolBarWrap .toolBar>li {
	color:#55BEFB;
	font-size:24px;
	font-family:'Averia Gruesa Libre', cursive;
	list-style: none;
	text-align: center;
	margin:5px;background: 
	rgb(253,253,253);background:url(../images/toolbar/toolbar.png) repeat; 


}
}

/**
*  Styles for screens larger than 800px
*/
@media screen and (min-width:801px) {
.coloringBook .toolBarWrap {
background: url("../images/toolbar/toolbar2.png") repeat scroll 0 0 transparent;
display: inline-block;
padding: 15px;
}
.coloringBook .toolBarWrap .toolBar {
	background: url("../images/toolbar/toolbar.png") repeat-x scroll center bottom transparent;
display: inline-block;
list-style: none outside none;
padding: 0 0 10px;
position: relative;
text-align: center;
}
.coloringBook .toolBarWrap .toolBar>li {
	color:#55BEFB;
	font-size:16px;
	font-family:'Averia Gruesa Libre', cursive;
width:120px;
height:90px;
display: inline-block;
list-style: none outside none;
padding: 5px;
margin:3px;
background:url(../images/toolbar/toolbar.png) repeat; 
}
.coloringBook .toolBar>li:hover {
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	-ms-transform: scale(0.9);
	
}
}
.coloringBook .toolbar.undoButton {
}
.coloringBook .toolbar .colorPicker-picker {
}
.coloringBook .toolbar .saveButton {
}
.coloringBook .toolbar .thumbNailButton {
}
/* modal window*/
.modalOverlay {
	width: 80%;
	height: 80%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 10;
	background: #000;
	opacity: 0.4;

	z-index: 101;
	display: none;
	cursor:pointer
}
.modalWindow {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: auto;
	margin: 0;
	border: 2px solid #151515;
	/*width:400px;
    height:300px;         */
	text-align: right;
	word-spacing: 2px;
	line-height: 15px;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	/*padding:10px;*/
	display: none;
	z-index: 102;
	background: url("../images/toolbar/superfond2.jpg") repeat scroll 0 0 transparent;
	padding:15px;
	
}
.modalWindow img{
	max-height:50%;
	max-width:50%;
	padding:5px;

}
.modalWindow .dialogHeader {
	cursor: pointer;
	padding:30px;
	
	background:url(../images/toolbar/toolbar.png) repeat; 

}
.coloringBook .thumbnailWrap {
	display: inline-block;
	position:relative;
	margin: 15px;
	
		background:url("../images/toolbar/toolbar2.png") repeat scroll 0 0 transparent

}
.coloringBook .thumbnailWrap .thumbnailHolder {
	list-style: none;
	display:inline-block;
	padding: 10px;

}
.coloringBook .thumbnailWrap .thumbnailHolder>li {
	display: inline-block;
	list-style: none;
	padding: 5px;
	margin: 8px;
	cursor:pointer;
	background:url(../images/toolbar/toolbar.png) repeat; 

}

/*
li {
        width: 80;
        min-height: 80px;
        border: 1px solid #000;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        margin: 5px;
        zoom: 1;
        *display: inline;
        height: 80;
    }*/
.coloringBook .drawArea {
	clear: both;
	text-align: center;
	padding: 15px;
	display:inline-block;
	background:url(../images/toolbar/bg.png) repeat scroll 0 0 transparent;
		max-width: 100%;
		margin-top:15px;

}
.coloringBook canvas {
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */
	max-width: 100%;
}
/**
*Color Picker styles
*/
div.colorPicker-picker {
  height: 16px;
  width: 16px;
  padding: 0 !important;
  border: 1px solid #ccc;
  background: url(arrow.gif) no-repeat top right;
  cursor: pointer;
  line-height: 16px;
}

div.colorPicker-palette {
  width: 420px;
  position: absolute;
  border: 1px solid #598FEF;
  background-color: #EFEFEF;
  padding: 2px;
  z-index: 9999;
  	background:url(../images/toolbar/toolbar.png) repeat; 

}
  div.colorPicker_hexWrap {width: 100%; float:left }
  div.colorPicker_hexWrap label {font-size: 95%; color: #2F2F2F; margin: 5px 2px; width: 25%}
  div.colorPicker_hexWrap input {margin: 5px 2px; padding: 0; font-size: 95%; border: 1px solid #000; width: 65%; }

div.colorPicker-swatch {
  height: 48px;
  width: 48px;
  border: 1px solid #000;
  margin: 2px;
  float: left;
  cursor: pointer;
  line-height: 12px;
}
body{
  color:#FFF;
}

@media screen and (max-width:800px){
  div.colorPicker-picker {
  height: 16px;
  width: 16px;
  padding: 0 !important;
  border: 1px solid #ccc;
  background: url(arrow.gif) no-repeat top right;
  cursor: pointer;
  line-height: 16px;
}

div.colorPicker-palette {
  width: 220px;
  position: absolute;
  border: 1px solid #598FEF;
  background-color: #EFEFEF;
  padding: 2px;
  z-index: 9999;
}
  div.colorPicker_hexWrap {width: 100%; float:left }
  div.colorPicker_hexWrap label {font-size: 95%; color: #2F2F2F; margin: 5px 2px; width: 25%}
  div.colorPicker_hexWrap input {margin: 5px 2px; padding: 0; font-size: 95%; border: 1px solid #000; width: 65%; }

div.colorPicker-swatch {
  height: 48px;
  width: 48px;
  border: 1px solid #000;
  margin: 2px;
  float: left;
  cursor: pointer;
  line-height: 12px;
}

}
@font-face {
  font-family: 'Averia Gruesa Libre';
  font-style: normal;
  font-weight: 400;
  src: local('Averia Gruesa Libre'), local('AveriaGruesaLibre-Regular'), url(https://ltw.ovh/styles/10vbZTOoN6T8D-nvDzwRF-n6_Kji9IOFAqEuXypQ7aQ.woff) format('woff');
}