.ui-autocomplete {
	position: absolute;
	cursor: default;
	z-index:10000 !important;
}

.general_page_connected {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 1260px;
	margin-left: auto;
	margin-right: auto;
}



.general_page_titre {
	text-align: center;
	font-size: 1.3em;
}



/*****************************************************/

.general_block_main {
  	-moz-box-shadow: 5px 1px 5px #bbbbbb;
  	-webkit-box-shadow: 5px 1px 5px #bbbbbb;
  	box-shadow: 5px 1px 5px #bbbbbb;
	-moz-border-radius: 5px 5px 5px 5px;
  	-webkit-border-radius: 5px 5px 5px 5px;
  	border-radius: 5px 5px 5px 5px;
  	border-bottom: 8px solid #8ac5d7;
  	border-left: 1px solid #e6e7e8;
  	border-top: 1px solid #e6e7e8;
  	margin-bottom: 10px;
  	margin-left: 10px;
  	margin-right: 10px;
}

.general_block_title {
	position: relative;
  	-moz-border-radius: 5px 5px 0px 0px;
  	-webkit-border-radius: 5px 5px 0px 0px;
  	border-radius: 5px 5px 0px 0px;
	background: #e6e7e8;
	height: 25px;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
  	border-left: 1px solid #e6e7e8;
  	border-top: 1px solid #e6e7e8;
  	color: #414042;
  	font-family: MyriadPro-Regular;
  	font-size: 1.3em;
  	text-align: left;
}

.general_block_title div {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 0px;
	background: #ffffff;
	height: 40px;
  	-moz-border-radius: 5px 5px 0px 0px;
  	-webkit-border-radius: 5px 5px 0px 0px;
  	border-radius: 5px 5px 0px 0px;
}

.general_block_title div a {
	float:right;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #999999;
}

.general_block_title div a:first-child {
	border-right: none;
}

.general_block_content {
	padding: 20px;
  	color: #666666;
  	font-family: MyriadPro-Regular;
  	font-size: 1em;
}

/****************/

.general_form_label {
	display: inline-block;
	width: 20%;
	margin-left: 5%;
	margin-top: 10px;
	margin-bottom: 15px;
	white-space: nowrap;
}

.general_form_input {
    width:60%;
	display: inline-block;
}

.general_form_input,
.general_form_input_alone {
	margin-left: 5%;
	margin-bottom: 15px;
    border: 1px solid #c4d3da;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.general_form_textarea {
	margin-left: 5%;
	margin-bottom: 15px;
    border: 1px solid #c4d3da;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.general_form_input:disabled {
    border: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
    background: #FFFFFF;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.general_form_select {
    width:60%;
	display: inline-block;
	margin-left: 5%;
	margin-bottom: 15px;
    border: 1px solid #c4d3da;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.general_form_checkbox {display:;}
.general_form_checkbox + label::before{
    content:"";
    display:inline-block;
    width:12px;
    height:12px;
    background:#FFFFFF;
    border-radius:12px;
    border: 1px solid #cccccc;
}

.general_form_checkbox:checked + label::before{
    background:#8cc5d6;
}
/*
.general_form_send {
 	background-color: #8cc5d6;
  	min-width: 150px;
  	padding-top: 10px;
  	padding-bottom: 10px;
  	padding-left: 20px;
  	padding-right: 20px;
  	-moz-border-radius: 5px 5px 5px 5px;
  	-webkit-border-radius: 5px 5px 5px 5px;
  	border-radius: 5px 5px 5px 5px;
  	color: #ffffff;
  	font-family: MyriadPro-Regular;
  	font-size: 1em;
  	cursor: pointer;
}
*/
.general_form_send2 {
 	background-color: #8cc5d6;
  	padding-top: 10px;
  	padding-bottom: 10px;
  	padding-left: 20px;
  	padding-right: 20px;
  	-moz-border-radius: 5px 5px 5px 5px;
  	-webkit-border-radius: 5px 5px 5px 5px;
  	border-radius: 5px 5px 5px 5px;
  	color: #ffffff;
  	font-family: MyriadPro-Regular;
  	font-size: 1em;
  	cursor: pointer;
}

.general_form_input_error,
.general_form_select_error {
    border: 1px solid #c71a1a !important;
    background : #f6dcdc !important;
}

.general_form_input_error_msg {
}

.general_form_input_error_msg img {
    width: 20px;
    padding-left: 5px;
}

.general_title{
    font-family: Roboto;
    font-size: 24.5px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.12;
    letter-spacing: normal;
    text-align: center;
    color: #0b2532;
    margin: 15px 0;
}

/**************************************/

.general_bandeau {
  	background: #e4e4e4;
  	height: 30px;
  	background-image:-moz-linear-gradient(270deg, #014c74, #ffffff);
  	background-image:-webkit-linear-gradient(270deg, #014c74, #ffffff);
  	background-image:-o-linear-gradient(270deg, #014c74, #ffffff);
  	background-image:linear-gradient(270deg, #014c74, #ffffff);
}

.general_bandeau_connected {
  	background: #e4e4e4;
  	height: 80px;
  	background-image:-moz-linear-gradient(270deg, #014c74, #ffffff);
  	background-image:-webkit-linear-gradient(270deg, #014c74, #ffffff);
  	background-image:-o-linear-gradient(270deg, #014c74, #ffffff);
  	background-image:linear-gradient(270deg, #014c74, #ffffff);
}

.general_bandeau_connected > div {
	width: 1260px;
	margin-left: auto;
	margin-right: auto;
	height: 80px;
}

.general_bandeau_connected > div > div:nth-child(2) {
	color: #0b4c72;
	font-size: 1.4em;
	padding-top: 20px;
}

.general_bandeau_connected > div > div:last-child {
	color: #0b4c72;
	font-size: 0.8em;
}


.general_bandeau_connected > div > img {
	height: 65px;
	padding-right: 30px;
	padding-top: 7px;
	float: left;
}

.lien_vert {
	color: #8CC63F;
}
.lien_infos {
	color: #8cc5d6 ;
}

.geniusbackgroundcolor {
	background-color: #014C74;
}

.importButton
{
    background-color: #9ed3c9;
    color: white;
    border: 0px;
    font-family: Roboto;
    font-size: 16px;
    padding: 23px 75px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.5s;
    margin-top: 20px;
    display: inline-block;
}

.importButton:hover {
background-color: #8ebdb4;
}

.petitButton
{
	background-color: #9ed3c9;
	color: white;
	border: 0px;
	width: 126px;
	font-family: Roboto;
	font-size: 16px;
	margin-left: 32px;
	padding: 11px 16px;
	border-radius: 6px;
	font-weight: bold;
	cursor: pointer;
	transition: 0.5s;
	margin-top: 20px;
	display: inline-block;
}

.petitButton-transparent
{
	background-color: transparent;
	color: #9ed3c9;
	border: 0px;
	width: 126px;
	border : solid 1px #9ed3c9;
	font-family: Roboto;
	font-size: 16px;
	padding: 11px 16px;
	border-radius: 6px;
	font-weight: bold;
	cursor: pointer;
	transition: 0.5s;
	margin-top: 20px;
	display: inline-block;
}

.grosBouton-transparent{
	float: left;
	margin-top : 61px;
	margin-right: 48px;
	width: 186px;
	height: 56px;
	color: #9ed3c9;
	background-color: transparent;
	border: solid 1px #9ed3c9;
	border-radius: 6px;
	cursor: pointer;
}