/*
 Theme Name:   Movedo Child
 Theme URI:    http://themeforest.net/user/greatives
 Description:  Movedo Child Theme
 Author:       Greatives Team
 Author URI:   http://greatives.eu
 Template:     movedo
 Version:      2.2.1
 License:      Themeforest Split Licence
 License URI:
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  movedo-child
*/
/* theme enfant de la dev*/
#grve-theme-wrapper input[type="text"], #grve-theme-wrapper input[type="input"], #grve-theme-wrapper input[type="password"], #grve-theme-wrapper input[type="number"], #grve-theme-wrapper input[type="email"], #grve-theme-wrapper input[type="number"], #grve-theme-wrapper input[type="url"], #grve-theme-wrapper input[type="tel"], #grve-theme-wrapper input[type="search"], #grve-theme-wrapper input[type="date"], #grve-theme-wrapper textarea, #grve-theme-wrapper select, #grve-theme-wrapper .select2-choice {
      color: black;
  }
#grve-theme-wrapper form {
    /*background-color: #f4f4f4;*/
	border-color: black;
	border-width: 1px;
}
.bgcolor1 {
	background-color: #79a445;
}
.grve-search {
    position: relative;
    display: block;
    max-width: 430px;
	margin: 0 0;
}
#conteneur {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 1170px;
	align: center;
	margin-right: auto;
	margin-left: auto;
}
#align {
	display: flex;
	
	width: 370px;
}
.element {
	padding-right: 15px;
}

/******** print *******/

/* #page-4857 > div:nth-child(2) {
	display:none;
} */
.grve-pagination ul li i {
	font-size: 40px;
	line-height: inherit;
	color: blue;
	font-weight:bolder;
}
.rouage {
	width: 20px;
}

/** change historique icon **/
.grve-icon-safebutton {
	height: 20px;
	width: 20px;
    content:url(images/clock.png);
}
.grve-icon-safebutton:before {
    height: 20px;
}

.grve-close-btn-wrapper {
    width: 80%;
    margin: 70px auto 40px auto;
}
.grve-hiddenarea-content {
	width: 80% !important;
}