
/* login page */
.logoLogin{
	width: 200px;
}
.loginBody{
	background-color: #455261
}
.containerLogin{
	max-width: 500px !important;
}
.boxLogin{
	background-color: #f5f5f5;
	border-radius: 5px;
	padding:20px 0px 35px 0px;
}
.btnLogin {
	background-color: #455261;
	border-color: #455261;
	color:white;
	font-size: 18px;
}
.btnLogin:hover{
	background-color: #2E2F2D;
	border-color: #2E2F2D;
}

.boxButton{
	margin-top: 45px;
}
.errorLogin{
	font-size: 16px;
	color:red;
	display: none;
}

/* end login */
/*HOME PAGE*/
.bodyHome{
	background-color: #f5f5f5;
}
.containerAnims{
	display: none;
}
.formModif{
	display: none;
}
/*nav bar*/
nav{
	height: 100px;
}
.logoHome{
	width: 178px;
    margin: 16px 0px 16px 0px;
    position: relative;
    left: 0%;
}
.btnLogOut{
	cursor: pointer;
    background-color: #455261;
    width: 40px;
    margin-top: 27px;
    margin-right: 15px;
}
/*END NAV BAR*/
/*PANEL AND TITLE TOP OF THE PANEL*/
.container{
	max-width: 1040px;
}
.panel{
	text-align: center;
	padding:0px;
	border-radius: 6px;
	font-size: 18px;
    margin: 20px;
	box-shadow:  0px 0px 5px rgba(0,0,0,0.3);
	background-color:white;
}


.panelButton{
	padding:0px;
}

.imagePanel{
	padding-top: 20px;
	width:100px;
}
/*title and back button*/
.blockTitle{
	padding: 30px 0px 6px 20px;
}
#pageTitle{
	font-size: 24px;
	vertical-align: bottom;
	color:#2E2F2D;
}
#back{
	width:40px;
	height: 40px;
	margin-right: 40px;
	display: none;
	cursor: pointer;
}
/*end panel*/
/*SCREEN*/

.buttonModifScreen{
	margin: 0px;
	width:100%;
	border-radius: 0px 0px 6px 0px;
	height: 50px;
    padding: 12px;
}
.buttonViewScreen {
	margin: 0px;
	width:100%;
	color:#C8C8C8 !important;
	height: 50px;
	border-radius: 0px 0px 0px 6px;
    padding: 12px;
}
.buttonViewScreen:hover{
	color:grey;
}
/*endScreen*/

/* EDITION */
.input::placeholder {
 color:#C8C8C8;
}
.popupImage{
	padding-left: 20px;
}
.panelEdition
{
	background-color: white;
	padding:20px;
	border-radius: 6px;
	box-shadow:  0px 0px 5px rgba(0,0,0,0.3);
}
.formEdition{
	padding: 20px;
}
.panelEdition label{
	font-size: 18px;
	color:#2E2F2D;
}
.panelImage img{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.formEdition{
	display: none;
}
.image{
	border: 3px solid white;
	cursor: pointer;
}
.imgSelected{
	border: 3px solid #51C1C0;
	opacity: 0.5;
}
.form-control{
	border-radius: 4px;
	font-size: 18px;
	color: #2E2F2D;
}
/*style button*/
.buttonStyle{
	background-color:white; 
	border-color:#F5F5F5 ;
	color:#51C1C0 ;
    font-size: 18px;
}
.buttonStyle:hover{
	background-color:#F5F5F5; 
	border-color:#F5F5F5 ;
	color:#51C1C0 ;
}
.buttonImageDisplay{
	padding: 0px;
	border-color:#DCDCDC;
	height: 202px;
}
.buttonImageDisplay:hover{
	border-color:#CDCDCD;
}
.buttonModifImage{
    float: right;
    margin-top: 75px;
    margin-right: 30px;
    padding: 10px 20px 10px 20px;
    border:1px #DCDCDC solid;
    border-radius: 4px;
    background-color: white;
    color: #51C1C0;
    font-size: 18px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
}
.itemImage{
    float: left;
    margin-top: 85px;
    margin-left: 10px;
}
/*sticky validate and cancel button*/
.buttonSticky{
	padding: 0px;
	padding-top: 15px;
	margin: 0px;
	display:inline-block;
	float: right;
}
/*button valid and cancel in the editor*/
.buttonValid{
	margin:0px;
	margin-left: 0px;
	box-shadow:  0px 0px 5px rgba(0,0,0,0.3);
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.buttonCancel{
	box-shadow:  0px 0px 5px rgba(0,0,0,0.3);
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	margin:0px;
	color:#C8C8C8;
}
/*END*/
/*button modif for animation panel*/
.buttonModifAnnimation{
	margin: 0px;
	width:100%;
	border-radius: 0px 0px 6px 6px;
}
/*button style*/
.btn {
	letter-spacing: 0px;
}
.btn-primary:focus{	
	background-color: #F5F5F5;
	color: #51C1C0;
	border-color: #DCDCDC;
}
.btn-primary:active{	
	background-color: #F5F5F5;
	color: #51C1C0;    
	border-color: #DCDCDC;
}
.btn-primary:active:focus{	
	background-color: #F5F5F5;
	color: #51C1C0;    
	border-color: #DCDCDC;
}
/*END BUTTON*/
/*all input like textarea tag or img (essential for js)*/
.input{
	background-color:white; 
	border-color:#DCDCDC ;
}
.imageThumb{
	height: 200px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
}


/*link bottom light box*/
#modifOk{
	text-align: center;
}
.linkContent {
	    color: white;
    text-decoration: none;
    cursor: pointer;

}
.col-md-link{
	width:45%;
	float: left;

}
.col-md-trash{
	width: 10%;
	float: left;
}
.linkContent:hover{
color:white;
text-decoration: none;
}
.linkContentModif:hover{
border: 1px #DCDCDC solid;

}
.linkContentModif{
	text-decoration: none;
	cursor: pointer;
    padding: 10px 20px 10px 20px;
    border: 1px #DCDCDC solid;
    border-radius: 4px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.popupFrame{
	margin-left: auto;
}

/*on personnalise le label comme on veut*/

/*et on masque le input*/
.input-file {
    display: none;
}
.btnForFile{
	text-decoration: none;
    cursor: pointer;
    padding: 10px 20px 10px 20px;
    border: 1px #DCDCDC solid;
    border-radius: 4px;
    margin-top: 20px;
}
.btnForFile:hover{
	border: 1px #DCDCDC solid;
}

@media (min-width: 544px){
.popupDeco {width:300px;}
.popupModif {width:300px;}
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
.modal-dialog{
	text-align: center;
}

.modal-content{
    background-color: none;
    border-radius: 0rem;
}
.modal-body {
    padding: 20px;
    background: white;
    border-radius: 6px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    margin-top: 20px;

}
.modal-footer {
    background: transparent;
    padding: 15px;
    text-align: initial;
    border:none;
    padding-left: 0px;
    padding-right: 0px;
}
.imagesSelector{margin-top:10px;}
.buttonSecondaire{
	color:#C8C8C8;
}
.titleBankImage{
	padding: 0px 0px 5px 20px;
	margin: 0px;
	font-size: 18px;
}

/*iframe*/
.scale {
    position: relative;
    width: 1920px;
    height: 1080px;
    -moz-transform: scale(0.33);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.33);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.33);
    -webkit-transform-origin: 0 0;
    transform: scale(0.33);
    transform-origin: 0 0;

}

iframe {
	border-radius: 4px;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0%;
    left:0%;
}
#linkClose{
	border:none;
	text-align: center
}

/*progress bar */
.progress{
	background-color: grey;
	height: 25px;
	display: none;
	border-radius: 20px;
	margin-top: 20px;
	color:white;
}
.progress-bar{
	background-color: #455261;
	border-radius: 20px;
}
.sr-only{
	position: relative;
	left: 50%;
}
#image {
  max-width: 100%; /* This rule is very important, please do not ignore this! */
}
@media (min-width: 768px){
	.containerAll .col-md-3{
		width:220px;	
	}
	.logoHome{
		left:43%;
	}

}
@media (max-width: 768px){
.buttonModifScreen{
		border-radius: 0px 0px 6px 6px;
	}



}
@media (max-width: 690px){
	.imageThumb{
		height: 100px;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		float: left;
	}
	.itemImage{
		margin-top:5%;
	}
	.buttonImageDisplay{
		height: 100%;
	}
    .itemImage{
        display: none;
    }
    .buttonModifImage{
        margin-top: 25px;
    }

    .buttonMobile{
        width:100px;
        font-size: 10px;
    }
    .col-md-link{
        width:35%;
    }
    .col-md-trash{
       width: 30%;
    }
}

/* loader */

.cssload-loader {
	display: none;
	margin:0 auto;
	width: 29px;
	height: 29px;
	position: relative;
	border: 4px solid rgba(69,82,97,0.98);
	animation: cssload-loader 2.3s infinite ease;
	-o-animation: cssload-loader 2.3s infinite ease;
	-ms-animation: cssload-loader 2.3s infinite ease;
	-webkit-animation: cssload-loader 2.3s infinite ease;
	-moz-animation: cssload-loader 2.3s infinite ease;
}

.cssload-loader-inner {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: rgb(69,82,97);
	animation: cssload-loader-inner 2.3s infinite ease-in;
	-o-animation: cssload-loader-inner 2.3s infinite ease-in;
	-ms-animation: cssload-loader-inner 2.3s infinite ease-in;
	-webkit-animation: cssload-loader-inner 2.3s infinite ease-in;
	-moz-animation: cssload-loader-inner 2.3s infinite ease-in;
}





@keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(180deg);
	}

	50% {
		transform: rotate(180deg);
	}

	75% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-o-keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(180deg);
	}

	50% {
		transform: rotate(180deg);
	}

	75% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-ms-keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(180deg);
	}

	50% {
		transform: rotate(180deg);
	}

	75% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(180deg);
	}

	50% {
		transform: rotate(180deg);
	}

	75% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-moz-keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(180deg);
	}

	50% {
		transform: rotate(180deg);
	}

	75% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}

	25% {
		height: 0%;
	}

	50% {
		height: 100%;
	}

	75% {
		height: 100%;
	}

	100% {
		height: 0%;
	}
}

@-o-keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}

	25% {
		height: 0%;
	}

	50% {
		height: 100%;
	}

	75% {
		height: 100%;
	}

	100% {
		height: 0%;
	}
}

@-ms-keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}

	25% {
		height: 0%;
	}

	50% {
		height: 100%;
	}

	75% {
		height: 100%;
	}

	100% {
		height: 0%;
	}
}

@-webkit-keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}

	25% {
		height: 0%;
	}

	50% {
		height: 100%;
	}

	75% {
		height: 100%;
	}

	100% {
		height: 0%;
	}
}

@-moz-keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}

	25% {
		height: 0%;
	}

	50% {
		height: 100%;
	}

	75% {
		height: 100%;
	}

	100% {
		height: 0%;
	}
}