@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: #0092bb;
	border: none;
	color: #fff;
}

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

h2{
  color:#0092bb;
}

.primary {
	padding: 5px 20px !important;
	font-size: 16px !important;
	font-weight: 600;
	text-transform: uppercase !important;
	background: #f95353 !important;
	color: white !important;
	display: inline-block;
	cursor: pointer !important;
	border-radius: 3px !important;
	border: 0 !important;
	font-family: 'Open Sans Condensed', sans-serif;
}

.editable > img {
	height: auto;
	border-radius: 2%;
}
