/********************************/
/* Style global *****************/
/********************************/

body {
	font-family: 'Open Sans', sans-serif;
}
body:fullscreen::backdrop  {
	background: #ffffff;
}
.hidden {
	display: none !important;
}
.pull-left {
	float: left !important;
}
.pull-right {
	float: right !important;
}
input[type="checkbox"][readonly] {
	pointer-events: none;
}
input[type="radio"][readonly] {
	pointer-events: none;
}

/**********************************/
/* Accueil ************************/
/**********************************/
#row_description p {
	font-size: 15px;
	text-align: justify;
}
/********************************/
/* Utilisation ******************/
/********************************/
.page-utilisation .section-blog .el-heading {
	margin-bottom: 30px;
}
.page-utilisation .section-blog .el-card .card-image {
	padding-top: 0;
    background-color: transparent;
    max-height: 150px;
}
.page-utilisation .section-blog .el-card .card-image a {
	cursor: pointer;
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
}
/********************************/
/* Login ************************/
/********************************/


/********************************/
/* Passation ********************/
/********************************/


#liste_exercices_passation .el-panel {
	margin-top: 30px;
	margin-bottom: 10px;
}
#liste_exercices_passation .el-panel:hover {
	box-shadow: 0 3px 3px 0 var(--primary) !important
}
#liste_exercices_passation .el-panel:first-child {
	margin-top: 0px;
}
#liste_exercices_passation .el-panel .el-panel-body {
	padding: 15px 30px;
}
#liste_exercices_passation .el-panel  .titre_sommaire {
	color: #007bff;
	margin: 0;
}
#liste_exercices_passation .el-card .card-title {
	margin: 0 0 0 15px;
}
#liste_exercices_passation .el-card .card-title h6 {
	margin: 0;
}

#liste_exercices_passation .exercices_select_serie {
	
}

#form_passation_ortho {
    padding: 15px;
    margin: 0;
    border: solid 1px #ddd;
    border-radius: 5px;
    background-color: #fff;
}
#form_passation_ortho .row_format > div  {
	margin-bottom: 5px;
}
/********************************/
/* Index ************************/
/********************************/
.header_index {
    background-color: #4c5067;
    color: #fff;
    padding: 15px 0;
}
.header_index a {
	color: #fff;
}

.footer_index {
    background-color: #4c5067;
    color: #fff;
    padding: 10px 0 10px 0;
}
.footer_index p,
.footer_index .btn {
	font-size: 12px;
	margin-bottom: 3px;
}

#index_logo img {
    padding: 5px;
    width: 70px;
}

#form_ajout_patient label {
	white-space: nowrap;
}


table#liste_patients,
table#liste_passations_patient {
	border-spacing: 0 5px;
}
table#liste_patients td,
table#liste_passations_patient td {
	border-top: none;
}
table#liste_patients tr.el-card td:first-child,
table#liste_passations_patient tr.el-card td:first-child {
	border-bottom-left-radius: 7px;
}
table#liste_patients tr.el-card td:last-child,
table#liste_passations_patient tr.el-card td:last-child {
	border-bottom-right-radius: 7px;
}
.el-card:hover {
	box-shadow: 0 3px 3px 0 var(--primary) !important
}

/********************************/
/* Exercices ********************/
/********************************/
.page-exercice {
	font-size: 22px;
}

#liste_exercices .el-panel {
	margin-top: 30px;
	margin-bottom: 10px;
}
#liste_exercices .el-panel:hover {
	box-shadow: 0 3px 3px 0 var(--primary) !important
}
#liste_exercices .el-panel:first-child {
	margin-top: 0px;
}
#liste_exercices .el-panel .el-panel-body {
	padding: 15px 30px;
}
#liste_exercices .el-panel  .titre_sommaire {
	color: #007bff;
	margin: 0;
}
#liste_exercices .el-card .card-title {
	margin: 0 0 0 15px;
}
#liste_exercices .el-card .card-title h6 {
	margin: 0;
}
#liste_exercices .el-card .exercice_nb_epreuves {
	line-height: 36px;
	margin-bottom: .5em;
	color: #888;
	white-space: nowrap;
}

#liste_exercices .exercices_select_serie {
	
}
#liste_exercices .el-radio-option.el-radio-option-text li {
	width: 100%;
    min-height: auto;
}
#liste_exercices .el-radio-option.el-radio-option-text li label {
	padding: 5px 10px;
	white-space: nowrap;
}
#liste_exercices .el-radio-option.el-radio-option-text li {
	margin-bottom: .5em;
}

#header_exercice.app-header .header-wrap {
	height: auto;
	padding: 15px 0;
}

#header_exercice_infos {
	text-align: center;
}
#header-logo .btn.button-line-dark:hover {
	background-color: inherit;
	color: inherit;
	cursor: default;
}
#header_exercice_instructions p {
	font-size: 16px;
}
#header_exercice_serie_completion {
	font-size: 36px;
}
footer.exercice-footer {
	display: none;
}

.exercice_content {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	min-height: 60vh;
	padding: 15px;
}
.exercice_content.center {
	justify-content: center;
}
.exercice_content.tableau {
	justify-content: space-evenly;
	flex-direction: column;
}
.exercice_content.column {
	justify-content: space-around;
	flex-direction:column;
	
}
.exercice_content.column.noJustify {
	flex-direction: column;
	justify-content: none;
	
}
.exercice_content.horizontal {
	margin-left:10px;
	margin-right:10px;
}
.exercice_content p {
	font-size: 22px;
}

.exercice_reponses {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	width: 100%;
	color:white;
}
.exercice_reponses p {
	font-size: 22px;
}
.exercice_reponses.horizontal img {
	width:328px;
}
.exercice_reponses.vertical {
	flex-direction: column;
}

.exercice_validation {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	padding: 15px;
	min-height: 100px;
}

.exercice_reponse_bloc,
.exercice_reponse_mot {
	cursor: pointer;
	padding: 15px 45px;
	margin: 10px;
	color: #fff;
	background-color: #5ea59e;
	background-image: linear-gradient( #00c9b7, rgba(255,255,255,0));
	/* border: solid 1px #000; */
	border-radius: 5px;
	text-align: center;
	font-size: 22px;
	transition: background-color .5s;
}
.exercice_reponse_bloc:hover,
.exercice_reponse_mot:hover {
	background-color: #5b70f9;
}
.exercice_reponse_bloc.smaller {
    padding: 5px 15px;
    margin: 5px 0 0;
    font-size: 0.8em;
}

#sortable .exercice_reponse_bloc:nth-child(1) {
	margin-top: 25px;
}

.exercice_reponse_bloc .exercice_reponse_mot {
	cursor: pointer;
}

.exercice_reponse_bloc.selected,
.exercice_reponse_mot.selected {
	background: #5b70f9;
}
.exercice_reponse_bloc.unselected {
		background: #b3b3b3;
}
.exercice_reponse_bloc.reussi,
.exercice_reponse_bloc.selected.reussi,
.exercice_reponse_drag.reussi {
		background: #28a745;
}
.exercice_reponse_bloc.selected.echec,
.exercice_reponse_drag.echec {
		background: #dc3545;
}
.exercice_reponse_drag img {
	width: 100px;
}
.exercice_reponse_drag {
	border-radius: 5px;
	min-width: 100px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 15px;
	background-color: #5ea59e;
    background-image: linear-gradient( #00c9b7, rgba(255,255,255,0));
	cursor: grab;
	text-align: center;
	z-index:1;
    font-size: 22px;
    overflow: hidden;
}
.exercice_reponse_drag.dragged {
	cursor: grabbing;
	background-color: #5b70f9;
	box-shadow: 0 3px 6px 0 #6a7282;
}
.exercice_reponse_drag.not_draggable {
	cursor: auto;
}
.exercice_reponse_drag.image {
	border: solid 1px #aaa;
	height: 100px;
}
.exercice_reponse_drag.image img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.exercice_reponse_drop {
	display: inline-block;
	width: 100px;
	height: 30px;
	background-color: #ddd;
	border: solid 1px #ddd;
	vertical-align: middle;
}
.exercice_reponse_drop.drop_invisible{
	transition: all 0.25s ease;
	width: 0;
	background-color: transparent;
	border: solid 1px transparent;
	padding: 33px 25px;
	margin: 0 -5px;
	overflow: visible;
}
.exercice_reponse_drop.drop_invisible.ui-droppable-hover {
	width: 100px;
	background-color: #ddd;
	border: solid 1px #ddd;
	padding: 0;
	margin: 0 6px;
	overflow: visible;
}
.exercice_reponse_phrase {
	color:black;
}
.exercice_reponse_phrase.reussi,
.exercice_reponse_lettre.reussi,
.reponse_exercice.reussi,
.hover_reponse.reussi,
.exercice_content.center.reussi,
.exercice_content.tableau.reussi,
.exercice_content.column.reussi {
	color: #28a745;
}
.exercice_reponse_phrase.echec,
.exercice_reponse_lettre.echec,
.reponse_exercice.echec,
.hover_reponse.echec {
	color: #dc3545;
}

.hover_reponse {
	cursor:pointer;
}
.exercice_phrase.hover {
	margin-left: -10px;
	margin-right: -10px;
}
.exercice_reponse_lettre {
	font-size: 2em;
	letter-spacing: 5px;
	cursor: default;
	transition: all 0.25s ease;
}
.exercice_reponse_lettre:not(.spaced):hover {
	padding-right: 15px;
}
.fini.exercice_reponse_lettre:not(.spaced):hover {
	padding-right: 0px;
}
.exercice_reponse_lettre.spaced {
	padding-right: 15px;
}

.exercice_reponse_image {
	cursor: pointer;
	border: solid 4px #000000;
}
.exercice_reponse_image.selected {
	border: solid 4px #efcd51;
}
.exercice_reponse_image.unselected {
	border: solid 4px #b3b3b3;
}
.exercice_reponse_image.reussi {
	border: solid 4px #28a745;
}
.exercice_reponse_image.echec {
	border: solid 4px #dc3545;
}
.exercice_reponse_mot_barre:hover {
	text-decoration: black 5px line-through;
}
.exercice_reponse_mot_barre.selected {
	text-decoration: black 5px line-through;
}

.exercice_reponse_espace {
	/* width: 50px; */
	height: 30px;
}
.exercice_reponse_espace:hover::after {
	content:"???";
	/* width:50px; */
	color:black;
	height:20px;

}
.exercice_hover_reponse.hover_off .exercice_reponse_espace:hover::after {
	display:none;
}
#input_exercice_reponse_espace {
	min-width:40px;
	width:100px;
	background-color:grey;
	color:white;
	font-size:16px;
}

.bloc_exercice_correction {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 50vh;
	padding: 15px;
}
.exercice_reponse_tableau {
	cursor: pointer;
	padding: 15px 45px;
	border: solid 1px #ddd;
}
.exercice_resultat_order {
	position: absolute;
	top: 1em;
	left: -30px;
}
.bloc_exercice_horizontal{
	margin: 1em 10px 0px 10px;
}

/* Exercice 13 */
.exercice_reponse_espace:hover::after {
	content:"???";
	width:50px;
	color:black;
	height:20px;
}

.hover_reponse.hover_off .exercice_reponse_espace:hover::after {
	display:none;
}
.exercice_reponse_espace {
	/* width: 50px !important; */
	height: 30px;
}
#input_exercice_reponse_espace::placeholder {
	color:white;
}

#exercice_footer_nb_favoris {
    color: var(--secondary);
    font-size: 18px;
    font-weight: 400;
    vertical-align: middle;
}
#exercice_footer_nb_favoris .badge.badge-favoris {
	color: #fff;
	background-color: var(--secondary);
}
/* #exercice_footer_nb_favoris.btn.button-line-secondary:hover { */
	/* background-color: inherit; */
    /* color: var(--secondary); */
    /* cursor: default; */
/* } */

/********************************/
/* Encadre 28 / 30 **************/
/********************************/

.encadre {
	margin : 0px 45px;
	border: 1px #ddd solid;
	/* color: #fff; */
	/* background-color: #6a7282; */
	padding: 15px 45px;
	/* vertical-align: middle; */
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 15px;
	z-index:10;
}
.encadre.start {
	position: absolute;
	top: 50px;
	transition: all 0.25s ease;
	margin-left: 20px;
	margin-right: 20px;
}
.hoverText {
	position: absolute;
	top: 30;
	left: 0;
	z-index:10;
}
.sigle {
	font-size: 42px;
}
.sigle:hover {
	cursor:help;
}

.textes_questions_30,
.textes_questions_30:hover {
	background:none;
	border:none;
	display:flex;
	flex-direction: column;
	align-items: center;
}

.exercice_28 {
	position: relative;
	margin-top:30px;
	min-height:400px
}
.reponse_bloc_28,
.reponse_bloc_28:hover {
	flex-wrap:wrap;
	background:none;
	border:none;
	min-height: 115px;
}
/*****************************/
/* TABLEAU *******************/
/*****************************/
.tableau_exercice {
	/* border: 1px solid #4c5067; */
	font-size:1em;
	/* background-color: #4c5067; */
	/* color:white; */
}
.tableau_exercice tr {
	/* border: 1px solid white; */
	width:160px;
}
.tableau_exercice td {
	border: 1px solid white;
	min-width:191px;
	height:89px !important;
	text-align:center;
	font-weight: bold;
	padding: 15px;
}
/*****************************/
/* Flexbox *******************/
/*****************************/
.d-none{
	display:none;
}
.d-flex {
	display:flex;
}
.justify-space-evenly {
	justify-content:space-evenly;
}

.justify-between {
	justify-content:space-between;
}
.flex-column {
	flex-direction:column;
}
.align-center {
	align-items:center;
}
.wrap {
	flex-wrap:wrap;
}
.self-center {
	align-self: center;
}

/****************************/
/* Outils *******************/
/****************************/

.text_green {
	color: #4ab949;
}

.text_red {
	color: #ca594d;
}
.background_red {
	 background: #ca594d;
}
.background_red {
	 background: #ca594d;
}
.button_bottom_right {
	position: absolute;
		bottom: -20px;
		right: -100%;
}
.button_bottom_left {
	position: absolute;
		bottom: -20px;
		left: -100%;
}

.opacite_zero {
	opacity:0;
}
.opacite_max {
	opacity:1;
}
.button_bottom {
	position:absolute;
	bottom:0%;
}
.bold {
	font-weight : bold;
}
.line_through {
	text-decoration:line-through;
}

.pointer_grab {
	cursor:grab;
}

.margin_bottom_20 {
	margin : 0px 0px 20px 0px;
}
.line-height-2{
	line-height:2;
}
/********************************/
/* Switch ***********************/
/********************************/

.btn_switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 31px;
}

.btn_switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.btn_slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.btn_slider:before {
	position: absolute;
    height: 25px;
    width: 25px;
    left: 4px;
    bottom: 3px;
	content: "\f162";
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

input:checked + .btn_slider {
	background-color: #2fd480;
}

input:focus + .btn_slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .btn_slider:before {
	-webkit-transform: translateX(28px);
	-ms-transform: translateX(28px);
	transform: translateX(28px);
	content: "\f0ca";
}

/* Rounded sliders */

.btn_slider.round {
	border-radius: 17px;
}

.btn_slider.round:before {
	border-radius: 50%;
}

/* Passations */
#liste_passations_patient td {
	vertical-align: top;
}
#liste_passations_patient .liste_exercices_passation {
   padding: 5px;
   border-bottom: solid 1px #ddd;
}
#liste_passations_patient .liste_exercices_passation:last-child {
   border-bottom: none;
}
#liste_passations_patient .badge_completion {
	float: right;
	min-width: 40px;
}
.accordion_suivis_passation .card {
	margin-bottom: 2px;
}
.accordion_suivis_passation .card-header .btn-link {
	width: 100%;
	text-align: left;
	padding: 2px 5px;
	color: #212529;
}
.accordion_suivis_passation .card-header {
	padding: 0;
}
.accordion_suivis_passation .card-body {
	padding: .75rem;
}
.accordion_suivis_passation .suivi_passation {
	font-size: .9em;
}
.accordion_suivis_passation .suivi_passation ul {
	padding-inline-start: 15px;
	margin-bottom: 0;
}
.accordion_suivis_passation .suivi_passation ul li{
	margin-bottom: 5px;
}
.accordion_suivis_passation .suivi_passation ul li .badge{
	cursor: help;
}


#form_passation_ortho .exercices_select_serie {
	
}
#form_passation_ortho .el-radio-option.el-radio-option-text li {
	width: 100%;
    min-height: auto;
}
#form_passation_ortho .el-radio-option.el-radio-option-text li label {
	padding: 5px 10px;
}
#form_passation_ortho .el-radio-option.el-radio-option-text li {
	margin-bottom: .5em;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition-property: height, visibility;
        transition-duration: .35s;
    }
	.btn {
		transition: all .35s;
	}
}

/***********************************************/
/* Personnalisation du thème *******************/
/***********************************************/
:root {
  --primary: #1a6baf;
  --primary-1: #1e7ccc;
}
.app-header.full {
	background-color: #ffffff;
}
.app-header .header-wrap .header-logo {
	top: 9px;
}

.app-sidenav .sidenav-menu .sidenav-head {
	background-color: #fdab7b;
}

.app-footer.app-footer-2 {
	padding: 0;
}
.app-footer.app-footer-2 .footer-widgets .footer-widgets-links {
	padding: 0;
}

.app-header a.btn,
.app-header button.btn,
.app-header a.button,
.app-header button.button {
	transition: all .35s ease !important;
}

.btn.button-line-primary:hover {
    color: var(--base-0);
    background-color: var(--primary);
}
.btn.button-line-secondary:hover {
    color: var(--base-0);
    background-color: var(--secondary);
}
.btn.button-line-dark:hover {
  color: var(--base-0);
  background-color: var(--base-1);
}
.button-arrow.button-go-back .icon-arrow.arrow-left {
	transform: rotate(180deg);
}
.el-radio-option li {
	margin: auto;
}
.el-radio-option.el-radio-option-text li label {
	height: auto;
	padding: 10px 15px;
	margin-bottom: 0;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
}

.section-hero {
    width: 100%;
    height: 95vh;
    max-height: 650px;
    position: relative;
}
.section-hero.section-hero-1 .hero-image.hero-image-1 {
	top: 20%;
}

.page-merci .section-hero {
    height: 100vh;
    max-height: unset;
}
.page-merci .section-hero .display-center {
    top: 40%;
}
.page-merci .section-bravo {
    display: block;
    position: absolute;
    bottom: 50px;
    margin: auto;
    left: calc(50% - 150px);
}
.page-merci .section-bravo img {
    width: 300px;
}

/**********************************************************/
/* Responsive personnalisation du thème *******************/
/**********************************************************/

@media (max-width: 992px) {	
	.app-header .header-wrap .header-logo {
		top: 0;
	}
}

/********************************/
/* Responsive *******************/
/********************************/

@media only screen and (min-width: 1201px) and (max-width: 1535px) {
	#liste_exercices tr {
		margin-bottom:15px;
	}
		
	#liste_exercices tbody {
		
	}
	#header_exercice.app-header .header-wrap {
		height: auto !important;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1250px) {
	
	#liste_exercices tr {
		margin-bottom:15px;
	}
		
	#liste_exercices tbody {
		
	}
	#liste_exercices {
		font-size:1em;
	}
	.select_serie_ul {
		right: 23px;
	}
	#header_exercice.app-header .header-wrap {
		height: auto !important;
	}
	
	.exercice_content {
		font-size:1.1em;
	}
	.exercice_content.horizontal {
		/* font-size:1em; */
	}
	.width250_resp {
		width:250px;
		flex-wrap:wrap;
	}
	.exercice_content_column_noJustify button {
		font-size:1.1em;
	}
	.exercice_content_column_noJustify {
		/* min-height: 67%; */
	}
	.exercice_content {
		/* min-height: 60%; */
	}
	/* Exercice 11 */ 
	#exercice_reponses_phrase_11 {
		padding: 0px 50px;
		height: 130px;
	}
	.exercice_reponse_drop.drop_invisible.ui-droppable-hover {
		width:50px;
	}
	.exercice_reponse_espace:hover::after {
		display:none;
	}
	.exercice_hover_reponse.hover_off .exercice_reponse_espace:hover::after {
		display:none;
	}

}

@media screen and (min-width: 700px) and (max-width: 1023px) {
	body {
		margin: 2px;
		/* font-size:1.2em; */
	}
	/* Global */
	.main_content {
		width:100%;
	}
	.main_content .image {
		font-size:1.1em;
	}
	
		.exercice_reponse_drop.drop_invisible.ui-droppable-hover {
		width:50px;
	}
	/* Headers */
	#header_exercice {
		margin: 10px 10px 0px 10px;
	}	
	
	#header_exercice button {
		font-size:1em;
		white-space: normal;
	}	
	#header_exercice_infos p {
		font-size:1.1em;
		margin: 0px 10px 0px 10px;
	}
	#header_exercice.app-header .header-wrap {
		height: auto !important;
	}
	.display-spacing-plus {
		padding-top: 130px;
	}
	/* Liste des exercices -- exercices.php*/
	#liste_exercices	{ 
		font-size:0.9em;
		border-spacing: 0px 1em;
	}
	.select_serie_ul {
		right: 20px;
	}
	.tableau_exercice {
		font-size:1.3em;
	}
	.exercice_validation button {
		font-size:1.1em;
	}
	/* Content */

	.exercice_content.center {
		font-size:1.1em;
		align-items: center;
	}
	
	.exercice_content.column {
		font-size:1em;
	}
	.exercice_content.column p {
		font-size:1.2em;
	}
	.exercice_content.tableau.hover_reponse {
		font-size:1.1em;
	}
	.image_redim_resp img {
		max-width: 30%;
		height: 30%;
	}
	/* Réponse texte */
	.exercice_reponses.vertical {
		font-size:0.9em;
		
	}
	/* .exercice_reponse_lettre	{ */
		/* font-size:1.2em; */
	/* } */
	.exercice_reponse_flex {
		font-size:1em;
		white-space: break-spaces;
		flex-wrap: wrap;
		justify-content: center;
	}
	.self-center {
		font-size:1.1em;
	}
	
	/* Bloc collones */
	.exercice_reponse_bloc.fin {
		width:250px;
		flex-wrap:wrap;
	}
	.width250_resp {
		width:250px;
		flex-wrap:wrap;
	}
	
	/* Exercice 11 */ 
	#exercice_reponses_phrase_11 {
		padding: 0px 50px;
		height: 130px;
	}
	
	/*	Exercice 28/30	*/
	.exercice_content_column_noJustify {
		/* min-height: 67%; */
	}
	.exercice_content_column_noJustify button {
		font-size:1.1em;
	}
	/* Size classe, précis par exercice */
	.size1 {
		font-size:1em;
	}
	/* .size07_resp { */
		/* font-size:0.6em; */
	/* } */
	/* Exercice 13 */ 
	#button_reponse_exercice {
		font-size:1.2em;
	}
	
	.buttons {
		margin: 20px 0 0 20px !important;
		width: 240px;
	}
	#banner .buttons {
		margin: 20px 0 0 20px !important;
	}
	#banner.banner_media_left .buttons {
		margin: 10px 0 0 20px !important;
	}
	#banner .banner_media_full .buttons {
		margin: 0 0 0 20px;
	}

	a.button_buy {
		border-radius: 25px;
		/*color: #fff;*/
		float: none;
		height: 31px;
		text-align: center;
		width: 50px;
	}
	a.button_try {
		border-radius: 25px;
		float: none;
		height: 31px;
		margin: 5px 0 0;
		width: 50px;
	}
	.buttons span {
		display: none;
	}
	#div_liste_utilisateurs,
	#div_form_ajout_utilisateur {
		width: 100%;
	}

} 
