@import url(https://fonts.googleapis.com/css?family=Lato:300italic,400italic,600italic,400,300,700);


#c {
			background: #DADAE2;
		}


 html, body {
        height: 100%;       
        font-family: "Lato", Serif;  
	    /* overflow:hidden; */
	    color: #336;
		font-display: swap;
    }       

    /* #module-adncreator-mycreations {
        overflow: auto;
    }         */
      
  	h6{
	  	color: #fff;
	  	text-align: center;
	  	font-size: 1em;
	  	padding: 10px;
  	}     
    
    .heightmax {
            height: 780px;
    }

    #toggle_event_editing label {
        display: none;
    position: absolute;
    bottom: -3px;
    left: 76px;
    text-align: left;
    }

    #toggle_event_editing:hover label {
        display: block;
    position: absolute;
    bottom: -3px;
    left: 76px;
    text-align: left;
    }
   
	.title{
    text-align: left;
    /* margin-top: 4px; */
    font-size: 2.5em;
/*     padding-left: 6px; */
    /* padding: 0px; */
    font-family: 'grand hotel';
    color: #336;
    /* background: #336; */
    /* height: 29px; */
    box-sizing: content-box;
	}
     .me {
background-color:#565e69;
	         height:100%    ;
     }       
     
     div.tab-content {
    height: 100%;
    box-sizing: border-box;
    color: white;
    padding: 0px;
         
     }   
     
     .tab-pane .sp-preview-inner{
	    width: 80px;
	/*background: url(/modules/adncreator/img/mosaique_couluer_big.png);*/
	    margin-left: auto;
	    margin-right: auto;
	}
	.tab-pane .sp-preview {
    width: 100%;
    /* padding-left: 80%; */
    height: 80px;
    /* position: relative; */
    float: center;
    /* left: 50px; */
    /* text-align: center; */
    /* display: block; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    background-image: none;

}
     .tab-pane .sp-replacer {
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    /* padding: 2px; */
    /* height: 49px; */
    display: inline-block;
    /* border: solid 1px #91765d; */
    /* background: transparent; */
    color: #336;
    /* vertical-align: middle; */
    /* margin-top: -13px; */
    /* text-align: center; */
    /* position: absolute; */
    width: 100%;
    height: 100%;
    
    }

  .customHr {
  	display: none;
  	position: absolute;
  	z-index: 10000;
  	top: 500px;
    width: 95%;
    font-size: 1px;
    color: rgba(0, 0, 0, 0);
    line-height: 1px;
    
    background-color: grey;
    margin-top: -6px;
    margin-bottom: 10px;
}
	 

	 /* .modele a {
	 	border: solid #CBCBD7 1px !important;
	 } */

	/* .modele a:hover {
	 	border: solid #336 1px !important;
	 } */


	 #identconnect {
	 	display:none;height:300px;background:#FFF;border:solid #1EB8EA 1px;z-index:10000 !important;position:absolute;margin:0 auto;width: 100%;
	 }
	 
	 #contentdragable {
	 	top:300px;
		left:300px;
		width:300px;
		height:300px;
		background: rgba(244, 244, 244, 0.8);
		z-index: 99999;
		
		position:absolute;
		-webkit-border-top-left-radius: 20px;
		-webkit-border-top-right-radius: 20px;
		-moz-border-radius-topleft: 20px;
		-moz-border-radius-topright: 20px;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	 }
	 
	 #contentdragable .heading{
		 background:#1EB8EA;
		 width:100%;
		 height:30px;
		 color:white;
		 text-align:center;
		 padding-top:5px;  
 		-webkit-border-top-left-radius: 20px;
 		-webkit-border-top-right-radius: 20px;
 		-moz-border-radius-topleft: 20px;
 		-moz-border-radius-topright: 20px;
 		border-top-left-radius: 20px;
 		border-top-right-radius: 20px;
 		opacity:0.9;
	 } 
	 
	 #message_bienvenue { 
	     position: absolute;
	     color: white;
	     top: 0;
	     left: 0;
	     width: 100%;
	     height: 40px;
	     font-size: 1.2em;
	     padding-top: 9px;
	     padding-left: 10px;
	     text-align: left;
	     background-color: #9493A5;
	     border-left: 1px solid #CBCBD7;
	 /*     border-bottom: 1px solid  #CBCBD7; */
	     -webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
	     animation-delay: 2s;
	/*     border-bottom: 1px solid  #CBCBD7; */

		 }

	 #messagemodification {
    width: 50%;
    /* margin: auto auto; */
    /* height: 30%; */
    background: #FFF;
    border: solid #1EB8EA 1px;
    position: absolute;
    padding: 10px;
    /* opacity: 0.95; */
    z-index: 1000;
    /* margin-top: 1%; */
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 1.2em;
    display: none;
    color: #336;
    top: 52px;
    left: 1%;
		
	 }
	 
	 
	 #messagemodification .headermessage {
		 width:100%;
		 height:10%;
		 box-sizing:border-box;
		 padding:10px;
		 text-align:center;
		 font-weight:bold;
	 }
	 
	 #messagemodification .content {
		 height:80%;
		 width:100%;
		 box-sizing:border-box;
		 padding:30px;
	 
	 }
	 
	 #messagehelp {
    width: 50%;
    /* margin: auto auto; */
    /* height: 30%; */
    background: #DADAE2;
    position: absolute;
    /* opacity: 0.95; */
    z-index: 1160;
    border: solid #CBCBD7 1px;
    /* margin-top: 1%; */
    /* border-radius: 20px; */
    -moz-border-radius: 20px;
    /* -webkit-border-radius: 20px; */
    display: none;
    font-size: 1.2em;
    color: #336;
    top: 1px;
    left: 20%;
		
	 }
	 
	 #messagehelp .headerhelp {

    height: 10%;
    box-sizing: border-box;
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #CBCBD7;
    font-weight: bold;
    /* width: 94%; */
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 10px;
	 }
	 
	 #messagehelp .content {
		     height: 80%;
    /* width: 100%; */
    box-sizing: border-box;
    padding: 30px;
    border-bottom: 1px solid #CBCBD7;
    margin-right: 10px;
    margin-left: 10px;
	 
	 }
	 
	 #messagehelp .control {
    height: 10%;
    text-align: center;
    width: 100%;
    margin-bottom: 2%;
    margin-top: 2%;
	 }
	 
	 #messagemodification .control {
    height: 10%;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
	 }
	 

	 a.dbitemphoto {
color: #333366;
font-weight: bold;
display: block;

}
	 
	 .message_fotolia {
		position: absolute;
		top: 0px;
		/* left: 0px; */
		width: 160px;
		height: 100%;
		background: rgba(255, 255, 255, 0.7);
		border: 1px solid #dadae2;
		display: none;
		z-index: 100000;
	 }
	 .fotolia_img{
		 
	    box-sizing: border-box;
    padding-left: 0px;
		 
	}
	/*img{width: 100%;}
		*/
	 
	 a.dbitemphoto:hover div.message_fotolia {
		 display:block;
	 }
	 a:focus {
    outline:0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

     .infostaille {
    width: 162px;
    display: block;
    font-weight: bold;
    text-align: center;
    margin-top: 60px;
     }
	 
	 .infosid {
		 margin-top:6px;
	 	   width:162px;display:block;font-weight:bold;text-align:center; 
	 }
	 
	 .infosprix {
		 margin-top:6px;
	 	   width:162px;display:block;font-weight:bold;text-align:center; 
	 }
	 

	 ::-moz-scrollbar {
	     width: 12px;
	 }
 
	 ::-moz-scrollbar-track {
	     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8); 
	     border-radius: 2px;
	 }
 
	 ::-moz-scrollbar-thumb {
	     border-radius: 2px;
	     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9); 
	 }
	 
	 #canvasWrapper {
		 overflow: -moz-scrollbars-vertical; /* For FF */
		    -ms-overflow-y: scroll; /* For IE */
		    overflow-y: scroll; /* For others & old IE */
	 }
	 
	 ::-webkit-scrollbar {
	     width: 12px;
	 }
 
	 ::-webkit-scrollbar-track {
	     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8); 
	     border-radius: 2px;
	 }
 
	 ::-webkit-scrollbar-thumb {
	     border-radius: 2px;
	     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9); 
	 }
     
     div.tab-pane {
		 
    padding: 0px;
    box-sizing: border-box;
     }      
     
     .tabs-left li {
        padding: 0px;
        margin: 0px;
        color: white;
        text-align: center;
        font-size: 1em;
        width:100%;
     }       

     .plancomposition {
     	background: #DADAE2;

/*
		-moz-box-shadow: 2px 2px 2px 2px #CBCBD7;
		-webkit-box-shadow: 2px 2px 2px 2px #CBCBD7;
		-o-box-shadow: 2px 2px 2px 2px #CBCBD7;
		box-shadow: 2px 2px 2px 2px #CBCBD7;
		filter:progid:DXImageTransform.Microsoft.Shadow(color=#CBCBD7, Direction=134, Strength=2);
*/
	 }        
     
     .nav-tabs>li a,.nav-tabs>li a:hover {
    border: none;
    color: white;
    padding: 10px 2px;

          
      }   
      
      .nav-tabs > li a:hover {
          background:#222244;
          color:#1EB8EA;  
          border-radius: 0px;
      }
     
     .nav-tabs>li.active a,.nav-tabs>li.active a:hover {
         border:none;     
         color:#1EB8EA;
     }
     
     .tabs-left>li.active>a, .tabs-left>li.active>a:focus, .tabs-left>li.active>a:hover {
background: #222244;
    color: #1EB8EA;
    border: none;
    border-radius: 0 0 0 0px;

         
     }     
     
     .tabs-left li.active:after {
    right: 0;
    border: 8px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #565e69;
    top: 50%;
    margin-top: -8px;
   }
	 
	 
/*
     .tabs-left>li.active>a, .tabs-left>li.active>a:focus, .tabs-left>li.active>a:hover :before {
    font-family: FontAwesome;
    content: "\f0da";
    font-size: 10px;
}  
*/   
     
     .navbar {
	     margin-bottom: 0px;
        border: 0px solid transparent;
        background-color: #fff;
            border-radius: 0px;
            border-bottom: #CBCDD7  solid 2px;

/*
    padding: 0px;
    background: #336;
    color: white;
    margin-bottom: 0px;
    min-height: 43px;
    border-radius: 0px;
    width: 100%;
    bottom: 0;
*/
     }     
/*      
     .row-nav {
         padding-top:5px;
     }   */

     .no-padding {
	 	padding:0;
	 }      
	
	 .no-border {
		border:none;
	} 
     
     .main {
         margin-left:0px;padding-left:0px;padding-top:0px;height:100%;padding-right:0px
     }     
     
     .bodyframe {
    padding-left: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    height: 94.1%;
     }
       
     #centralframe {
            background: #DADAE2;
			height:100%;
     }           
     
     .bodyframe .col-md-1 {
         padding-left:0px;padding-right:0px;;height:100%;background:#333366;
     }       
     
     #exit {     
    display: block;
    color: #336;
    padding: 5px 15px 5px 15px;
    font-weight: bold;
    text-align: center;
     }    
     .color{
    box-shadow: inset 2px 2px 1px rgba(0, 0, 0, .15), inset -1px -1px 0 rgba(34, 34, 68, .25);
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -10000px;
    /* float: left; */
/*     border: solid 1px #CBCBD7; */
    /* margin: 6px; */
     } 
     
          .color:hover{
    /* box-shadow: inset 2px 2px 1px rgba(0, 0, 0, .15), inset -1px -1px 0 rgba(34, 34, 68, .25); */
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -10000px;
    /* float: left; */
    border: solid 1px #1EB8EA;
    /* margin: 6px; */
    box-shadow: 0 0 5px #1EB8EA;
     } 
     
     #color_picker{
	float: left;
    width: 100%;
    margin-top: 20px;
    padding: 6px;
    border-top: 1px solid #dadae2;
     }

     .extendedsave {
     	position:absolute;
     	right:0;
     	width:300px;
     	background:#336;
     	z-index:110000;
     	border: solid #1EB8EA 1px;
     	display: none;
     	color: #FFF;
     }


     
     #save {
display: block;
    padding: 6px 0px 6px 0px;
    border: solid #74aa07 1px;
    text-align: center;
    color: #fff;
    background: #74aa07;
    margin-top: 6px;
    font-size: 18px;
    /* margin-left: 42px; */
    /* text-transform: uppercase; */
    /* font-weight: bold; */
    text-decoration: none;
        font-weight: bolder;
     }
      #save:hover {
    display: block;
    padding: 6px 0px 6px 0px;
    border: solid #74aa07 1px;
    text-align: center;
    color: #74aa07;
    background: #fff;
    margin-top: 6px;
    font-size: 18px;
    /* margin-left: 42px; */
    /* text-transform: uppercase; */
    font-weight: bolder;
     }

     #saveextended {
display: block;
    padding: 6px 0px 6px 0px;
    border: solid #74aa07 1px;
    text-align: center;
    color: #fff;
    background: #74aa07;
    margin-top: 6px;
    font-size: 18px;
    /* margin-left: 42px; */
    /* text-transform: uppercase; */
    /* font-weight: bold; */
    text-decoration: none;
        font-weight: bolder;
     }
      #saveextended:hover {

    display: block;
    padding: 6px 0px 6px 0px;
    border: solid #74aa07 1px;
    text-align: center;
    color: #74aa07;
    background: #fff;
    margin-top: 6px;
    font-size: 18px;
    /* margin-left: 42px; */
    /* text-transform: uppercase; */
    font-weight: bolder;
     }
    #previsualisation{
display: block;
    padding: 6px 0px 6px 0px;
    border: solid #336 1px;
    text-align: center;
    color: #336;
    background: #fff;
    margin-top: 6px;
    font-size: 18px;
    /* font-weight: bolder; */
    /* margin-left: 42px; */
    /* text-transform: uppercase; */
    /* font-weight: bold; */
    width: 100%;
    border-radius: 0px;
    text-shadow: none;
	    }
	       #previsualisation:hover{
display: block;
    padding: 6px 0px 6px 0px;
    border: solid #336 1px;
    text-align: center;
    color: #fff;
    background: #336;
    margin-top: 6px;
    font-size: 18px;
    /* font-weight: bolder; */
    /* margin-left: 42px; */
    /* text-transform: uppercase; */
    /* font-weight: bold; */
    width: 100%;
    border-radius: 0px;
    text-shadow: none;
	    }

       #save_elements {
display: block;
    padding: 6px 0px 6px 0px;
    border: solid #1EB8EA 1px;
    text-align: center;
    color: #1EB8EA;
    background: #fff;
    margin-top: 6px;
    font-size: 18px;
    /* margin-left: 42px; */
    /* text-transform: uppercase; */
    /* font-weight: bold; */
     }
      #save_elements:hover {
display: block;
    padding: 6px 0px 6px 0px;
    border: solid #1EB8EA 1px;
    text-align: center;
    color: #fff;
    background: #1EB8EA;
    margin-top: 6px;
    font-size: 1.3em;
    /* margin-left: 42px; */
    /* text-transform: uppercase; */
    /* font-weight: bold; */
    text-decoration: none;
     }
        
     
     #preview {
         display:block;
         padding:5px 15px 5px 15px;
         border: 1px solid #333366;
         background:#333366;   
         text-align:center;
         color:white;   
         min-width:80px;
     }
	 #show_help {
	     display: block;
	     padding: 5px 15px 5px 15px;
	     border: 1px solid #333366;
	     background: #333366;
	     text-align: center;
	     color: white;
	     min-width: 80px;
		 
	 }
	 #closemessagehelp {
    padding: 5px 15px 5px 15px;
    border: 1px solid #333366;
    background: #333366;
    text-align: center;
    color: white;
    min-width: 80px;
		 
	 }
	  #closemessagehelp:hover {
    padding: 5px 15px 5px 15px;
    border: 1px solid #333366;
    background: #333366;
    text-align: center;
    color: white;
    min-width: 80px;
    text-decoration: underline;
		 
	 }
	 
	 #deleteimage {
	     display: block;
	     padding: 5px 15px 5px 15px;
	     border: 1px solid #333366;
	     background: #333366;
	     text-align: center;
	     color: white;
	     min-width: 80px;
	 }
           
     
     .zoomcontrol {
         position:absolute;bottom:80px;padding:0;text-align:center;color:white;width:100%;
     }       
     
     .zoomcontrol ul {
         list-style-type:none;color:white;padding:0
     }   

	 #shapes {
		 overflow-y:auto;
	 }
	 #background{
		 overflow-y:auto;
		 padding: 10px;
	 }
	 #texts {
		 overflow-y:auto;
	 }
	 #uploads{
		 overflow-x: auto;
		 
		 }
		 
	 
	 #fontfamily {
    color: #336;
    margin-top: -8px;
    height: 32px;
    border: 1px solid #dadae2;
	 }

	.listshapes {
		
		list-style-type: none;
	 }
	
	.listshapes li {
	    /* display: block; */
	    /* width: 84px; */
	    /* min-height: 70px; */
	    border: solid transparent 1px;
	    margin-right: 0px;
	    display: inline;
	    float: left;
	    margin-top: 5px;
	    padding-top: 5px;
		
	 }
	
/*
	.listshapes li:hover {
		display:block;
		width:75px;      
		min-height:70px;
	    border:solid #EEE 1px;
		margin-left:5px;
		display:inline;
		float:left;    
		margin-top:5px; 
		padding-top:5px;

	 }  
*/
	
	 #lines {
		 overflow-y:auto;
	 }

     #mycreations {
         overflow-y:auto;
     }

     #modeles {
        overflow-y:auto;
     }


	
	 .listlines {
			list-style-type:none ;
		 }

		.listlines li {
			display:block;
			min-height:40px;
			display:inline;
			float:left;    
			margin-top:5px; 
			padding-top:5px;

		 }

		.listlines li:hover {
			display:block;
			min-height:0px;
box-shadow: 0 0 5px #1EB8EA;
			display:inline;
			float:left;    
			margin-top:5px; 
			padding-top:5px;

		 }
	         
			 
		/* GESTION DE L'UPLOAD */
			.mindim{
    color: #e6db55;
    text-align: center;
    margin-top: 10px;
/*     border-top: 1px solid #dadae2; */
    padding: 11px;
			}

	.listeUploads {
    padding: 10px;
	}

	.listeUploads ul {
		list-style-type: none ;
		    padding: 0px;
            margin-top: 30px;
	}
	li.imageuploaded {
		padding: 5px;
	}

	li.imageuploaded a {
		display: block;
		padding-left: 0px;
		margin-top: 20px;
        height: 154px;
		border: solid transparent 1px;
	} 


	

	.elementupload:hover {
    box-shadow: 0 0 5px #1EB8EA;
	} 
	

	li.imageuploaded a.modify_name {
	display: block;
    width: 20px !important;
    float: left;
    margin-top: 0px;
    position: absolute;
    right: 9px;
    bottom: 5px;
    z-index: 10000;
    font-size: 14px;
	}

	/* li.imageuploaded a.delete_name i {

		color: red;
	} */

	li.imageuploaded a.modify_name:hover {
		border: solid transparent 1px;
	}


	li.imageuploaded a.delete_name {
    display: block;
    width: 20px !important;
    float: left;
    margin-top: 0px;
    position: absolute;
    right: 9px;
    top: 3px;
    z-index: 10000;
    font-size: 0.66em;
    color: #336;
	}

	li.imageuploaded a.delete_name:hover {
		border: solid transparent 1px;
	}


			.maxdim{
				color: #e6db55;
				text-align: left;
				margin-bottom: 10px;
			}
		    #pourcent { 
    position: relative;
    left: 0px;
    text-align: center;
    color: #336;
    width: 0px;
    /* background: red; */
    height: 22px;
    background: transparent url(/modules/quadraupload/pbar-ani.gif);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
		    }                    
    
		    #logo_upload {
		        position:absolute;
		        margin-top:10px;   
		        margin-left:80px;
        
		    }

		    #overlay {
		        position: fixed;
		        top: 0;
		        left: 0;
		        width: 100%;
		        height: 100%;
		        background-color: #fff;
		        filter:alpha(opacity=50);
		        -moz-opacity:0.5;
		        -khtml-opacity: 0.5;
		        opacity: 0.5;
		        z-index: 10000;       
		        box-sizing:border-box;
		    }

		    .moxie-shim-html5 {
			display:none;
		    }

		    #progressbar {
    /* top: 200px; */
    margin: 50px auto;
    width: 400px;
    height: 24px;
    z-index: 100000;
    background: white;
    display: block;
    /* border: solid black 1px; */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
		    }       
    
		    #message {      
    position: absolute;
    top: 80px;
    left: 90px;
    width: 450px;
    height: 25px;
    font-size: 11px;
    font-weight: bold;
    color: #336;  
		        }
    
		    #frame {   
				-moz-border-radius: 15px;
				-webkit-border-radius: 15px;
				border-radius: 15px;
				box-sizing: border-box;
				position: absolute;
				z-index: 10000;
				width: 600px;
				height: 150px;
				background: #1EB8EA;
				border: solid #dadae2 1px;
				display: none;
				}
			
				.toolpalette {
							    /* margin: 0px auto; */
							    display: none;
							    position: absolute;
							    left: 0px;
							    width: 100%;
							    height: 46px;
							    /* height: 6%; */
							    background: #2f3649;
							    border-left: 1px solid #CBCBD7;
							    color: white;
							    z-index: 1100;
							    -moz-border-radius: 8px;
							    border-radius: -282px;
							    z-index: 150000;
							}
				
			.toolpalette ul {
    float: left;
    display: block;
    list-style-type: none;
    height: 100%;
    display: block;
    /* margin-top: 9px; */
    margin-left: -43px;
}

			

			.sp-replacer {
				padding:2px;
			}

			.sp-preview {
				height:15px;
			}

			
			.toolpalette ul li {
    float: left;
    padding-top: 13px;
    padding-left: 13px;
    /* padding-right: 5px; */
    color: #CBCBD7;
    /* border-right: 1px solid #338; */
    box-sizing: border-box;
    font-size: 1.2em;
    height: 100%;
    /* margin-right: 2px; */
						}
			
			
			
						.toolpalette ul li a {
							float:left;
							color:#fff;
						}
						.toolpalette ul li i {
							color:#fff;
						}
			 
			#texts ul {
				display: block;
				list-style-type: none;
				padding: 0px;
			} 
			
			#texts ul li{
				display: block;
				/* height: 60px; */
				text-align: center;
				width: 100%;
				/* margin-left: -26px; */		
			} 
	

			#texts ul li a {
				color:#fff;
				text-decoration: none;
			}
			
			#addTitle {
				    font-size: 340% !important;
			}
			
			#addSubtitle {
				    font-size: 240% !important;
			}
			
			#addBodyText {
				    font-size: 140% !important;
			}
			
			#textProperties {
				display:none;
			}
			#zoom_plus{
				background-color: #404080;
				height: 30px;
				width: 30px;
				border-radius: 30px;
				padding: 7px;
			}
			#zoom_plus:hover{
				background-color: #26264c;
				height: 30px;
				width: 30px;
				border-radius: 30px;
				padding: 7px;
			}
			#zoom_moins{
				background-color: #404080;
				height: 30px;
				width: 30px;
				border-radius: 30px;
				padding: 7px;
			}
			#zoom_moins:hover{
				background-color: #26264c;
				height: 30px;
				width: 30px;
				border-radius: 30px;
				padding: 7px;
			}
			#zonedrop{
    border: dashed #fff 1px;
    /* width: 100%; */
    height: 164px;
    /* background: #E8E8ED; */
    margin-top: 5%;
    margin-left: 8%;
    margin-right: 5%;
    background: rgba(255, 255, 255, 0.1);
        padding-top: 30px;
    box-sizing: border-box;

			}
			#zonedrop:hover{
    border: dashed #1EB8EA 1px;
    /* width: 100%; */
    height: 164px;
    /* background: #E8E8ED; */
    margin-top: 5%;
    margin-left: 8%;
    margin-right: 5%;
    background: rgba(255, 255, 255, 0.1);
        padding-top: 30px;
    box-sizing: border-box;
    }

			.boutondrop {
				position: absolute;
				top: 50%;
			}

			.explications{
				color: #E8E8ED;
				font-size: 11px;
				margin-top: -5px;
				text-align: center;
				width: 100%;
				margin-bottom: 10px;
			}
			#select_your_file{
color: #fff;
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    z-index: 1;
    /* position: relative; */
    /* left: 0px; */
    background: #2f3649;
    border: solid 1px transparent;
    font-weight: normal;
    cursor: pointer;
			}
			#select_your_file:hover{
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #fff;
    z-index: 1;
    /* position: relative; */
    /* left: 0px; */
    background: #222244;
    border: solid 1px #1EB8EA;
    font-weight: normal;
    cursor: pointer;
			}

#field_100000{
    color: #fff;
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    z-index: 1;
    /* position: relative; */
    /* left: 0px; */
    background: #2f3649;
    border: solid 1px transparent;
    font-weight: normal;
    cursor: pointer;
}






#field_100000:hover{
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #fff;
    z-index: 1;
    /* position: relative; */
    /* left: 0px; */
    background: #222244;
    border: solid 1px #1EB8EA;
    font-weight: normal;
    cursor: pointer;
}


#suppr_image_100000{
    color: #fff;
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    z-index: 1;
    /* position: relative; */
    /* left: 0px; */
    background: #2f3649;
    border: solid 1px transparent;
    font-weight: normal;
    cursor: pointer;
}






#suppr_image_100000:hover{
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #fff;
    z-index: 1;
    /* position: relative; */
    /* left: 0px; */
    background: #222244;
    border: solid 1px #1EB8EA;
    font-weight: normal;
    cursor: pointer;
}

#suppr_image_100000{
    color: #fff;
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    z-index: 1;
    /* position: relative; */
    /* left: 0px; */
    background: #2f3649;
    border: solid 1px transparent;
    font-weight: normal;
    cursor: pointer;
}






#suppr_image_100000:hover{
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #fff;
    z-index: 1;
    /* position: relative; */
    /* left: 0px; */
    background: #222244;
    border: solid 1px #1EB8EA;
    font-weight: normal;
    cursor: pointer;
}




#link_to_field{
    color: #fff;
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    z-index: 1;
    /* position: relative; */
    /* left: 0px; */
    background: #2f3649;
    border: solid 1px transparent;
    font-weight: normal;
    cursor: pointer;
}






#link_to_field:hover{
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #fff;
    z-index: 1;
    /* position: relative; */
    /* left: 0px; */
    background: #222244;
    border: solid 1px #1EB8EA;
    font-weight: normal;
    cursor: pointer;
}



#link_to_color{
    color: #fff;
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    z-index: 1;
    /* position: relative; */
    /* left: 0px; */
    background: #2f3649;
    border: solid 1px transparent;
    font-weight: normal;
    cursor: pointer;
}






#link_to_color:hover{
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #fff;
    z-index: 1;
    /* position: relative; */
    /* left: 0px; */
    background: #222244;
    border: solid 1px #1EB8EA;
    font-weight: normal;
    cursor: pointer;
}








			#facteur_zoom{
				color:white;
				font-size:12px;
			}
			
			.fancybox-lock .fancybox-overlay { overflow:hidden; }
		
			.fancybox-prev, .fancybox-next {
				display:none !important;
			}
		
			
			#creator_loader {
				display:none;
				opacity:0.8;
				z-index:111110000;
				position:fixed;
				top:0;
				left:0;
				width:100%;
				height:100%;
				background:#fff;
			}
			
			
			#fountainG{
				position:relative;
				width:228px;
				height:28px;
				margin:0 auto;
				margin-top:200px;
				
			}

			.fountainG{
				position:absolute;
				top:0;
				background-color:rgba(51,51,102,0.44);
				width:28px;
				height:28px;
				animation-name:bounce_fountainG;
					-o-animation-name:bounce_fountainG;
					-ms-animation-name:bounce_fountainG;
					-webkit-animation-name:bounce_fountainG;
					-moz-animation-name:bounce_fountainG;
				animation-duration:1.235s;
					-o-animation-duration:1.235s;
					-ms-animation-duration:1.235s;
					-webkit-animation-duration:1.235s;
					-moz-animation-duration:1.235s;
				animation-iteration-count:infinite;
					-o-animation-iteration-count:infinite;
					-ms-animation-iteration-count:infinite;
					-webkit-animation-iteration-count:infinite;
					-moz-animation-iteration-count:infinite;
				animation-direction:normal;
					-o-animation-direction:normal;
					-ms-animation-direction:normal;
					-webkit-animation-direction:normal;
					-moz-animation-direction:normal;
				transform:scale(.3);
					-o-transform:scale(.3);
					-ms-transform:scale(.3);
					-webkit-transform:scale(.3);
					-moz-transform:scale(.3);
				border-radius:18px;
					-o-border-radius:18px;
					-ms-border-radius:18px;
					-webkit-border-radius:18px;
					-moz-border-radius:18px;
			}

			#fountainG_1{
				left:0;
				animation-delay:0.496s;
					-o-animation-delay:0.496s;
					-ms-animation-delay:0.496s;
					-webkit-animation-delay:0.496s;
					-moz-animation-delay:0.496s;
			}

			#fountainG_2{
				left:28px;
				animation-delay:0.6125s;
					-o-animation-delay:0.6125s;
					-ms-animation-delay:0.6125s;
					-webkit-animation-delay:0.6125s;
					-moz-animation-delay:0.6125s;
			}

			#fountainG_3{
				left:57px;
				animation-delay:0.739s;
					-o-animation-delay:0.739s;
					-ms-animation-delay:0.739s;
					-webkit-animation-delay:0.739s;
					-moz-animation-delay:0.739s;
			}

			#fountainG_4{
				left:85px;
				animation-delay:0.8655s;
					-o-animation-delay:0.8655s;
					-ms-animation-delay:0.8655s;
					-webkit-animation-delay:0.8655s;
					-moz-animation-delay:0.8655s;
			}

			#fountainG_5{
				left:114px;
				animation-delay:0.992s;
					-o-animation-delay:0.992s;
					-ms-animation-delay:0.992s;
					-webkit-animation-delay:0.992s;
					-moz-animation-delay:0.992s;
			}

			#fountainG_6{
				left:142px;
				animation-delay:1.1085s;
					-o-animation-delay:1.1085s;
					-ms-animation-delay:1.1085s;
					-webkit-animation-delay:1.1085s;
					-moz-animation-delay:1.1085s;
			}

			#fountainG_7{
				left:171px;
				animation-delay:1.235s;
					-o-animation-delay:1.235s;
					-ms-animation-delay:1.235s;
					-webkit-animation-delay:1.235s;
					-moz-animation-delay:1.235s;
			}

			#fountainG_8{
				left:199px;
				animation-delay:1.3615s;
					-o-animation-delay:1.3615s;
					-ms-animation-delay:1.3615s;
					-webkit-animation-delay:1.3615s;
					-moz-animation-delay:1.3615s;
			}



			@keyframes bounce_fountainG{
				0%{
				transform:scale(1);
					background-color:rgb(51,51,102);
				}

				100%{
				transform:scale(.3);
					background-color:rgb(255,255,255);
				}
			}

			@-o-keyframes bounce_fountainG{
				0%{
				-o-transform:scale(1);
					background-color:rgb(51,51,102);
				}

				100%{
				-o-transform:scale(.3);
					background-color:rgb(255,255,255);
				}
			}

			@-ms-keyframes bounce_fountainG{
				0%{
				-ms-transform:scale(1);
					background-color:rgb(51,51,102);
				}

				100%{
				-ms-transform:scale(.3);
					background-color:rgb(255,255,255);
				}
			}

			@-webkit-keyframes bounce_fountainG{
				0%{
				-webkit-transform:scale(1);
					background-color:rgb(51,51,102);
				}

				100%{
				-webkit-transform:scale(.3);
					background-color:rgb(255,255,255);
				}
			}

			@-moz-keyframes bounce_fountainG{
				0%{
				-moz-transform:scale(1);
					background-color:rgb(51,51,102);
				}

				100%{
				-moz-transform:scale(.3);
					background-color:rgb(255,255,255);
				}
			}
			
			#photos {
				padding-left:0px;
				padding-right:0px;
				    padding-right: 0px;
    overflow: auto;
			}
			
			#searchphotos {
				width: 100%;
				height: 60px;
				float: left;
				/* margin-left: 20px; */
				/* margin-right: -300px; */
				padding: 16px;
				
			}
			
			#searchphotos input {
						    width: 100%;
						    border: solid #dadae2 1px;
						    height: 33px;
						    color: #336;
						    padding: 6px;
						    font-size: 1em;
						    border-right: 0px;
						}

			
						#listephotos {
						    width: 100%;
						    overflow-y: auto;
						    overflow-x: hidden;
						}
			
			
			.loader_photos {
				display:none;
				
			}
			
			#listephotos  ul{
				display: block;
				/* background: white; */
				/* width: 100%; */
				list-style-type: none;
				padding-left: 20px;
				box-sizing: border-box;
				-webkit-margin-after: 0;
				-webkit-margin-start: 0px;
				-webkit-margin-end: 0px;
				-webkit-padding-start: 3px;
				/* height: 100%; */
				overflow-x: hidden;
				overflow-y: auto;
				padding-bottom: 61px;
					
			}
			
			#listephotos  ul li{
display: block;
    float: left;
    /* width: 100%; */
    /* height: 91px; */
    /* margin-left: 0px; */
    /* margin-top: 3px; */
    /* border: solid #324532 1px; */
    /* padding: 26px; */
    /* display: block; */
    /* position: relative; */
    padding: 2px;
}
			
			#listcolors{

				list-style-type:none;
				border-bottom: 1px solid  #CBCBD7;

			}
			#listcolors li{
    display: block;
    /* float: left; */
    /* width: 40px; */
    /* height: 40px; */
    /* margin-right: 10px; */
    /* margin-top: 5px; */
    padding-left: 8px;
    padding-right: -12px;
    margin-bottom: 10px;
    /* border: solid 1px #CBCBD7; */
			}
			
			#macouleur .sp-dd {
			    height: 40px;
			    margin-top: -1px;
			    margin-left: -32px;
			    width: 30px;
			    /* line-height: 45px; */
			    float: left;
			    /* display: block; */
			    font-size: 1.2em;
			    /* border: 1px solid black; */
			    border-radius: 40px;
			    padding-left: 12px;
			    padding-top: -9px;
			    /* padding-bottom: 31px; */
			    box-shadow: inset 2px 2px 1px rgba(0, 0, 0, .15), inset -1px -1px 0 rgba(255, 255, 255, .25);
			    color: #E8E8ED;
			    display: none;
			}
			#macouleur .sp-preview {
				position: relative;
				width: 30px;
				height: 30px;
				border-radius: 40px;
				margin-right: 0px;
				float: left;
				z-index: 0;
			}
			#macouleur .sp-replacer {
			    margin: 0;
			    overflow: hidden;
			    cursor: pointer;
			    /* padding: 2px; */
			    height: 20px;
			    /* width: 20px; */
			    
			    /* border: solid 1px #91765d; */
			    background: transparent;
			    color: #336;
			    /* vertical-align: middle; */
			    /* margin-top: -13px; */
			}
			#alertes_creator{

    position: absolute;
    width: 50%;
    bottom: 10px;
    top: 4px;
    height: 39px;
    padding: 4px;
    border-radius: 4px;
    background-color: white;
    /* padding: 20px; */
    /* margin: auto; */
    right: 4px;
    /* border: 1px solid #E94C1E!important; */
    box-sizing: border-box;
    text-align: center;
    color: #E94C1E;
    font-weight: bold;
    font-size: 11px;
    z-index: 1000;
    display: none;
    /* background: #f8c9bb!important; */
}
			.logo{
							padding: 0px;
							/* height: 36px; */
						}
						.size{
    /* height: 50px; */
    /* border-bottom: 1px solid #CBCBD7; */
    /* margin-top: 8px; */
    /* text-align: center; */
    color: #9493A5;
    font-size: 1em;
    padding-left: 10px;
    padding-top: 21px;
}
									
			.action{
				        background-color: #fff;
    height: 50px;
    border-bottom: 3px solid #CBCBD7;
			}
			
			
	.bulleaide {
		width:193px;
		margin-left:40px;
		text-align:center;
		color:white;
		font-size: 14px;
		border:solid white 1px;
		    line-height: 1.23;
    padding: 24px;
		
	}		
	
	
	.video_tuto a {
			color :#1EB8EA;
			}

		.video_tuto{
			 font-size: 1.1em;
	    border-top: 1px solid #CBCBD7;
	    color: #fff;
	    padding: 26px;

		
			}
		#uploads h6{
			padding: 1px
		
			}
		#photos h6{
			margin-bottom: -5px;
		
			}
	
		.fadeInRightBig	{
			-vendor-animation-duration: 3s;
			  -vendor-animation-delay: 2s;
			  -vendor-animation-iteration-count: infinite;
		
		}
		.retour{
    padding: 0px;
    padding-top: 22px;
    border-right: solid 1px #CBCBD7;
    /* height: 100%; */
    margin-top: 6px;
			}
		#lien_retour{
    padding: -28px;
    font-size: 1.3em;
    /* padding-left: 3px; */
    /* height: 40px; */
    /* margin-top: -55px; */
    position: relative;
    top: -10px;
    right: -15px;
    text-align: right;
    color: #336;
    padding-top: -38px;
}
.test{
	padding-right: 4px;
    font-size: 0.7em !important;
    margin-top: -1px;
	}
#undo{
	background-image: url(../img/undo.png);
    width: 30px;
    background-repeat: no-repeat;
    height: 20px;
    border-width: 0px;
    background-color: #fff;
        margin-top: 13px;
	}
	#redo{
    background-image: url(../img/redu.png);
    width: 30px;
    background-repeat: no-repeat;
    height: 20px;
    border-width: 0px;
    background-color: #fff;
    /* margin-top: -26px; */
    position: relative;
    left: 4px;
	}
	


#selector_font {
    display: block;
    text-decoration: none;
    color: #336;
    width: 200px;
    padding-top: 5px;
    padding-left: 8px;
    border-radius: 2px;
    background-color: #fff;
    height: 30px;
}
.listboxfonts {
    height: 30px;
    /* border: solid #AAA 1px; */
    /* height: 30px;  */
    background-color: #fff;
    margin-top: -4px;
    width: 200px;
    color: #336;
    width: 200px;

}

.glyphicon-triangle-bottom{
position: relative;
    top: -19px;
    left: 180px;
    font-size: 12px;
	}
	
	.glyphicon-triangle-top{

position: relative;
    top: -27px;
    left: 167.5px;
    font-size: 12px;
    }


#selector_line_style {
	display: block;
	text-decoration: none;
	background: #565e69;
	color:white;width:180px;
	text-align: center;
}

#listoffonts {
    display: none;
    top: 100;
    left: 0;
    height: 300px;
    width: 200px;
    background: white;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10000;
    border: solid #336 1px;
}

#listoflinestyles {
display: none;
    left: 0px;
    top: -7px;
    position: relative;
    height: 80px;
    width: 180px;
    background: #565e69;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10000;
    border: solid #336 1px;
}

#listoffonts ul li {
    padding-top: 0px;
}

#listoffonts ul li a {
	color: #336;
	display: block;
	text-decoration: none;
	width:200px;
    margin-top: 0px;
}


#listoffonts ul li a:hover {
	color: #FFF;
	background: #336;
	display: block;
	text-decoration: none;
	;width:200px
}


#listoflinestyles ul li a {
	color: #336;
	display: block;
    
	text-decoration: none;
	;width:180px
}
#listoflinestyles ul li {
	height: 32px;	
}

#listoflinestyles ul li a:hover {
	color: #FFF;
	display: block;
	text-decoration: none;
	;width:180px
}


.listlinesstyles {
height:30px;
}

.logoCreator {
	font-size: 3em;
	font-family: grandhotel;
}

.zone_ctl_zoom{
	position: absolute;
bottom: 24px;
left: 38px;
background: #fff;
z-index: 100000;
text-align: center;
width: 117px;
    height: 27px;

}

.icon_plus_moin {
	background:#DADAE2;font-size:1.5em !important
}

#pourcentzoom {
 font-size: 1.1em;
    padding: 9px;
        font-weight: lighter;
}


.infozonesecure {
	font-size: 1.4em;
}

.zone_ctl_securite{

border: dashed #336 1px;
    /* width: 155px; */
    /* z-index: 100000; */
    /* text-align: center; */
    /* font-size: 1.1em; */
    height: 21px;
    /* padding-left: 16px; */
    /* padding-top: 3px; */
    margin-right: 3px;
    margin-left: -13px;
}

#infozonesecure{
	    color: #336;
    margin-left: 15px;
	
	}
	
	#infozonesecure:hover{
	    color: #336;
    margin-left: 15px;
    text-decoration: none;

	
	}
	
	


.fond_zone_securite{
position: absolute;
    bottom: 24.8px;
    left: 169px;
    background-color: white;
    width: 155px;
    z-index: 100000;
    text-align: center;
    font-size: 1.1em;
    height: 27px;
    padding-left: 16px;
    padding-top: 3px;
}



.file_title {
	color: #fff;
	    font-size: 0.8em;
}

.title_help {
	color:#336;text-align:center
}

.info_transparence {
	    left: 0px;
    position: relative;
    top: -14px;
    height: 30px;
    width: 130px;
    z-index: 1300;
    /* background: white; */
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    padding-top: 5px;
    font-size: 12px;
}

.window_preview {
display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #2f3649;
    width: 100%;
    height: 100%;
    z-index: 900000;
}

.window_preview  {
	display:none;position:absolute;top:0;left:0;background:#2f3649;width:100%;height:100%;z-index:900000;
}

.info_download_pdf {
    position:absolute;
    top:0;
    left:0;
    background:#FFF;
    width:400px;
    height:200px;
    z-index:900000;
    border: solid #336 2px;
    background: #565e69;
    display: none;
    color: white;
}

.info_download_pdf .header_pdf{
    width: 100%;
    height : 20%;
    text-align: right;
}

.info_download_pdf .header_pdf a{
    position: absolute;
    right: 30px;
}

.info_download_pdf .body_pdf{
    width: 100%;
    height : 60%;
    text-align: center;
}

.info_download_pdf .footer_pdf{
    width: 100%;
    height : 20%;
    text-align: center;
}


.head_preview {
margin: 0 auto;
    height: 100px;
    /* width: 100%; */
    float: right;
    overflow: hidden;
    background: #2f3649;
    /* position: relative; */
    /* right: -1619px; */
    /* top: 11px; */
}



.body_preview {
margin: 10px auto;
    overflow: auto;
}
#img_preview {
	margin:  0 auto;
    display: block;
}

.glyphicon-trash{
	font-size: 20px;
	}
.glyphicon-resize-full{
		font-size: 20px;

} 
.glyphicon-duplicate{
		font-size: 20px;

	}
.glyphicon-align-left{
	font-size: 20px;
	}
.glyphicon-align-center{
	font-size: 20px;
	}
	
.glyphicon-align-right{
	font-size: 20px;
	}	
.glyphicon-italic{
	font-size: 20px;
	}	
.glyphicon-bold{
	font-size: 20px;
	}	
.glyphicon-sort-by-alphabet{
	font-size: 20px;
	}	
.icon_plus_moins{
	font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
        padding-top: 4px;

    color: #336;
    cursor: pointer;
}
.icon_plus_moins:hover{
text-decoration: none;
color: #1EB8EA;
}

.glyphicon-info-sign:hover{
text-decoration: none;
color: #336;
}
.glyphicon-pencil{
	color: #fff;
	
}
.glyphicon-pencil:hover{
	color: #1EB8EA;
}

.glyphicon-info-sign{
color: #336;
    z-index: 11000000;
}

#fontsize{
	margin-top: -4px;
    height: 30px;
    border-radius: 2px;
    border-color: #fff;
}

.separator{
	    border-right: 1px solid #CBCBD7;
    padding: 1px;
}

#deleteObject_sep{
	     border-right: 1px solid #CBCBD7;
}

#sendBackward_sep{
		     border-right: 1px solid #CBCBD7;

}
#clone_sep{
			     border-right: 1px solid #CBCBD7;

}
#fitimage_sep {
				     border-right: 1px solid #CBCBD7;

}

#macouleur_sep{
					     border-right: 1px solid #CBCBD7;

}

#fontsize_sep{
						     border-right: 1px solid #CBCBD7;

}
#liitalique_sep{
							     border-right: 1px solid #CBCBD7;

}
#litextbold_sep{
								     border-right: 1px solid #CBCBD7;

}
#typelignes_sep{
									     border-right: 1px solid #CBCBD7;

}

#moinszoom {
    display: none;
}

#rotation_sep {
     border-right: 1px solid #CBCBD7;
}

#changeopacity{
	    position: relative;
    top: -22px;
    z-index: 2000;
    width: 130px;
}

.pattern_background{
	background: repeat;
	width: 100%;
border: 5px solid #565e69;
}

#item_helpcreator{
	border-top: solid 1px #CBCBD7;
}

.glyphicon-th{
	    margin-left: 3px;
}

#preview_oncreen{
	color: #336;
}

.dropdown-menu{
	    width: 100%;
    border-radius: 0px;
    border: 1px solid #CBCBD7;
        -webkit-box-shadow: 1px 1px 6px #1EB8EA;
    box-shadow: 1px 1px 6px #1EB8EA;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #DADAE2;
    background-image: none;
    background-image: none;
    background-image: none; 
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
}

.title_save_element{
font-weight: bold;
    margin-top: 185px;
    margin-bottom: -28px;
    border-top: 1px solid #CBCBD7;
    padding: 6px;
    color: #9493A5;
    text-transform: uppercase;
}

#close_preview{
	    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    filter: none;
    background-repeat: repeat-x;
    border-color: none;
}

.fa-times-circle{
	 font-size: 4em !important;
    padding-top: 10px;
    color: #fff;
	cursor: pointer;    

}
.fa-times-circle:hover{
	 font-size: 4em !important;
    padding-top: 10px;
    color: #1EB8EA;
	cursor: pointer;    
}
.fa-info-circle{
	color: #fff;
		cursor: pointer;    

}
.fa-info-circle:hover{
	color: #1EB8EA;
		cursor: pointer;    
}
#mosaicimage{
	margin-top: -15px;
}
.video_help{
	    float: left;
    padding: 30px;
}

#makeTour{
display: block;
    padding: 6px 0px 6px 0px;
    border: solid #1EB8EA 1px;
    text-align: center;
    color: #fff;
    background: #1EB8EA;
    margin-top: 6px;
    font-size: 18px;
    border-radius: 0px;
    /* margin-left: 42px; */
    /* text-transform: uppercase; */
    /* font-weight: bold; */
    text-decoration: none;
    /* font-weight: bolder; */
        text-shadow:none;

}


#idz_btn {
    right: 26px !important;
    left: auto !important;
}

#idz_chatglobal {
    right: 26px !important;
    left: auto !important;
}

#makeTour:hover{
display: block;
    padding: 6px 0px 6px 0px;
    border: solid #fff 1px;
    text-align: center;
    color: #1EB8EA;
    background: #fff;
    margin-top: 6px;
    font-size: 18px;
    border-radius: 0px;
    /* margin-left: 42px; */
    /* text-transform: uppercase; */
    /* font-weight: bold; */
    text-decoration: none;
    /* font-weight: bolder; */
    text-shadow:none;
}

#panelzoomimage {
    position:absolute;width:600px;height:600px;z-index:10000;border:solid #336 1px;background:white;display:none;padding:10px   
}

#panelzoomimage img{
   display: flex;
  justify-content: center;
  margin:auto auto;max-width:90%;max-height:90%;
}

.conteneur_image_zoom {
    height:90%;
}
.slide_informations {
    text-align:center;border-top:solid #336 1px;height:10%;font-size:1.1em;bottom:5px;box-sizing: border-box;padding-top: 10px;
}

.champ_template {
  color:  #FFF; 
  text-align: center;
  font-weight: normal;

}

.champ_template.active {
 color:  #1EB8EA;
 font-weight: bold; 

}

.cell_field {
  text-align: center;
}


.champ_template:hover {
 color:  #1EB8EA; 
}



.police_my_vedi {
    color:  #FFF;
    text-align: center;
    font-weight: normal;
}


.police_my_vedi.active {
    color:  #1EB8EA;
    font-weight: bold;

}

.police_my_vedi:hover {
    color:  #1EB8EA;
}

.color_my_vedi {
    color:  #FFF;
    text-align: center;
    font-weight: normal;
}


.color_my_vedi.active {
    color:  #1EB8EA;
    font-weight: bold;

}

.color_my_vedi:hover {
    color:  #1EB8EA;
}

.type_champ_texte, .type_champ_image {
    display: none
}







