.page_option{
	background: #F0FBFF;
	float: left;
    width: 100%;
    padding-top: 60px;
}

#logo{
	    width: 100%;
    height: 100px;
    background: #0BD569;
}

.info_compte{
	margin-top: 40px;
    padding: 10px;
    padding-left: 80px;padding-bottom: 80px;
}

.info_compte img{
    float: left;
    width: 150px;
}

.info_compte ul{
    float: left;
}

.info_compte h5{
	position: relative;
    font-size: 1.1em;
    padding-left: 10px;
    line-height: 50px;
    color: #444;
    letter-spacing: 0px;
}

.info_compte label{
}

li.name {
    font-size: 1.7em;
    font-weight: bold;
}

label.profil {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.action{
    position: relative;
     border-radius: 2px;
    background: #E4E4E4;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 35px;
    height: 30px;
    line-height: 32px;
    font-size: 1.1em;
    cursor: pointer;   

    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.action:hover{
    background: #FBFBFB;
}

i.call{
    background: url('../icone/call.svg') 50% 50% no-repeat;
    background-size: 100%;
    width: 15px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 0px;
}

i.mail{
    background: url('../icone/mail.svg') 50% 50% no-repeat;
    background-size: 100%;
    width: 15px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 0px;
}

.onglet-compte {
    display: inline-block;
    width: 100%;
    height: 37px;
    line-height: 30px;
    border-bottom: 1px solid #eaeef1;
    padding-left: 10px;
    margin-bottom: -1px;
}

.onglet-compte>li {
    position: relative;
    display: block;
    float: left;
    margin-bottom: -1px;
}

.onglet-compte>li.active>a {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #eaeef1;
    border-color: #eaeef1 !important;
    border-bottom-color: #fff !important;

    transition: all 500ms;
}

.onglet-compte>li>a{
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 2px 2px 0 0;
    border-bottom-color: #eaeef1 !important;
}

.list{
    background: white;
    margin-top: -3px;
}

.list ul{
    padding: 30px;
    display: none;
}

/* SEARCH PROFIL */

input.search_profil {
    border: 0;
    position: fixed;
    right: 40px;
    top: 73px;
    background: transparent;
    border-bottom: 1px solid white;
    width: 200px;
    outline: none;
    color:white;
    text-indent: 23px;
    font-size: .6em;
    height: 30px;
    line-height: 30px;
}

.i-search{
    background: url('../icone/search.svg') 50% 50% no-repeat;
    background-size: 100%;
    width: 13px;
    height: 20px;
    position: fixed;
    right: 222px;
    top: 78px;
}

ul.resultat_profil {
    position: fixed;
    right: 40px;
    width: 200px;
    background: white;
    top: 102px;
    border-radius: 2px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, .3);
    padding-left: 0px;
}
ul.resultat_profil li{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #444;
    font-weight: normal;
    font-size: .6em;
    text-align: left;
    padding-left: 5px;
}

ul.resultat_profil li:hover{
    background-color: #e5e5e5;
}

.list-info li span{
    font-weight: bold;
}

.list ul {
    padding-left: 0px;
    padding-right: 0px;
}

.list ul li {
    height: 40px;
    line-height: 16px;
    border-bottom: 1px solid #EAEEF1;
    padding-left: 30px;
    cursor: pointer;
}

.list ul li:hover{
    background: #e5e5e5;
}

i.i-puce {
    width: 12px;
    height: 12px;
    border: 1px solid black;
    display: block;
    float: left;
    margin-top: 14px;
    border-radius: 50%;
    margin-right: 10px;
}

.mainInfo {
    width: 50%;
    display: inline-block;
    margin-top: 4px;
}

.mainInfo span{
    font-weight: bold;
    width: 100%;
    display: block;
}

.ladate{
    float: right;
    margin-top: 13px;
    margin-right: 30px;
}