@charset "utf-8";
/* CSS Document */

/***** STYLES GENERAUX *********************************************************************/
/*******************************************************************************************/

html, body {
    color: #31455d;
    font-size: 14px;
    font-family: 'open sans',sans-serif;
    font-weight: normal;
    margin: 0;
}

main {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.header {
	display: none;
}

/*.ui.form .field > label {
	display: none;
}*/

.content {
	margin-bottom: 5%;
}

.ui.primary.button:hover, 
.ui.primary.buttons .button:hover, 
.ui.primary.button, 
.ui.primary.buttons .button {
	background-color: #176e67;
	border: none;
	color: #fff;
}

.ui.basic.button {
	color: #31455d !important;
}

h2{
  color:#176e67;
}

node-form div.ui div.row div.column{
	width: 100% !important;
	text-align: left !important;
}


node-form div.ui div.row div.name{
	border:none !important;
}


node-form .info{
	padding-top: 45px !important;
}

@media screen and (max-width: 450px) {

    main {
	position: inherit;
	top: 45%;
	left: 50%;
	transform: none;
	padding:10%;
}

}