@CHARSET "UTF-8";

#page {
	width: 100%;
    margin: auto;
}

#pageEtendue {
	height: 300vh;
	width: 100%;
    margin: auto;
}

#header {
	position: sticky;
	width: unset;
	padding: 0px;
}

#header {
    flex-direction: row;
    align-items: center;
    border: none;
}

#header > nav {
	flex: 1;
}

#nav {
	background-color: #ffffff!important;
	text-align-last: center;
}
#header ul li a{
	font-weight: 800;
	font-size: 15px;
}

.btnupload {
	text-align: center;
	font-weight: 400;
	padding: 10px !important;
}

.dialogUpload, .dialogUpload div, .dialogUpload > div {
	margin: 0px !important;
	padding: 0px !important;
}

.btnupload:hover {
	background-color: orange;
}

.imgupload {
	width: 200px;
	height: 200px;
}

.dragndrop {
	border: dashed 1px #ED9D00;
    background: white;
    display: block;
    padding: 5px;
    position: relative;
}

.dragndropbackground {
	display: inline-flex;
    top: 30%;
    left: 50%;
    overflow: hidden;
    opacity: 0.4;
    font-style: italic;
    color: #ED9D00;
}

.itemsChorus tr {
	display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.itemsChorus .lineIcone {
	display: flex; 
	align-self: stretch;
}

.badge {
	background-color: #5899AF;
    color: #fff;
    border-radius: 50%;
    padding: 3px;
    margin-right: 5px;
    font-size: 10px;
    min-height: 10px;
    min-width: 20px;
}

.notifBarWeb {
	top: 60px !important;
    display: block;
    width: 20%;
    height: unset;
    right: 9px;
    background-color: transparent;
    z-index: 1000;
    border: 0px none;
    padding: 0px;
}

.notifBarChorus {
	top: 50px ;
	right: 50%;
	margin-right: 5px;
	display: block;
    width: 20%;
    height: unset;
    background-color: transparent;
    z-index: 1000;
    border: 0px none;
    padding: 0px;
}

.listeNotif > div {
	border: 0px none;
    border-radius: 20px;
    background-color: transparent;
}

.listeNotif.ui-datalist .ui-datalist-empty-message {
	padding: 0px;
}

.listeNotif > div > ul > li {
	border: 1px solid rgb(237, 157, 0);
    border-radius: 20px;
    padding: 10px;
    background-color: #ffffff;
    margin-bottom: 5px;
}

.notifTitle {
	color: rgb(237, 157, 0);
	width: 100%;
	margin-bottom: 5px;
}

.notifPubTitle {
	margin-left: 10px;
}

.notifPubPatient {
	color: black;
	font-size: 14px;
}

.notifBody {
	background-color: #ffffff;
	color: #5899AF;
	width: 100%;
}

.iconClose {
	width: 13px;
    height: 16px;
    background-color: #fff !important;
    color: #ed9d00 !important;
}

#sous_menu {
	background-color: #ed9d00;
	position: sticky;
    top: -1px;
    z-index: 1000;
}

.sous_menu_item{
	padding: 5px;
	/*margin-right: 130px;*/
  	border: 1px solid #ED9D00;
 	border-top-right-radius: 3px;
  	border-top-left-radius: 3px;
  	align-self: center;
  	display: flex;
  	align-self: flex-end;
  	justify-content: center;
  	flex: 0.7;
  	
}

.indent {
    margin-left: 15px;
}

.warning {
    white-space: pre-wrap;
}

.warning i {
    color: #ed9d00;
    margin-right: 10px;
}

/*--------------------INSCRIPTION-----------------------*/
#inscriptioncommunity {
	width: 100%;
    display: grid;
    grid-template-rows: repeat(8, max-content);
    grid-template-columns: 1fr 2fr;
    grid-template-areas: "titre titre" 
						 "info1 info1" 
						 "labelinscription1 inputinscription1"
						 "labelinscription2 inputinscription2"
						 "info2 info2"
						 "labelinscription3 inputinscription3"
						 "labelinscription4 inputinscription4"
						 "cgu cgu"
						 "buttons buttons";
}

#inscriptioncommunity h1 {
	grid-area: titre;
	width: 100%;
	font-size: 20px;
	margin-bottom:15px;
}

#inscriptioncommunity > * {
    margin: 5px;
}

#inscriptioncommunity p {
	font-size: 0.9em;
    color: #58595b;
}

#inscriptioncommunity .info1 {
	grid-area: info1;
}

#inscriptioncommunity .info2 {
	grid-area: info2;
}
	
#inscriptioncommunity .info {
	width: 100%;
	padding: 5px;
}

#inscriptioncommunity .info i {
	color: #ed9d00;
    margin-right: 10px;
    line-height: unset;
}

#inscriptioncommunity label {
	width: max-content;
	align-self: center;
}

#inscriptioncommunity .cgu {
	grid-area: cgu;
	width: 100%;
	align-self: center;
	margin-top: 15px;
}

#inscriptioncommunity .buttons {
	grid-area: buttons;
	margin-top:10px;
}

#inscriptioncommunity .labelinscription1 {
	grid-area: labelinscription1;
}
#inscriptioncommunity .labelinscription2 {
	grid-area: labelinscription2;
}
#inscriptioncommunity .labelinscription3 {
	grid-area: labelinscription3;
}
#inscriptioncommunity .labelinscription4 {
	grid-area: labelinscription4;
}

#inscriptioncommunity .inputinscription input {
	width: 100%;
}

#inscriptioncommunity .inputinscription1 {
	grid-area: inputinscription1;
}
#inscriptioncommunity .inputinscription2 {
	grid-area: inputinscription2;
}
#inscriptioncommunity .inputinscription3 {
	grid-area: inputinscription3;
}
#inscriptioncommunity .inputinscription4 {
	grid-area: inputinscription4;
}

.textesLegaux {
	padding: 20px;	
}

/*-------------------------------------------------------*/

.searchBouton {
	border-radius: 90%;
	height: 35px;
	width: 35px;
	margin-left: 10px;
}

.searchBouton.ui-button-text {
	padding:3px!important;
	}
	
.divGris {
	background-color: rgba(228, 228, 228) !important;
}

.panelContent {
	text-align: center!important;
}


#pageContent {
	min-height: 200vh;
	padding: 5px;
	border-bottom: 1px solid #ED9D00;
    border-left: 1px solid #ED9D00;
    border-right: 1px solid #ED9D00;
    background-color: rgb(237, 157, 0);
}

#pageContentWeb {
	min-height: 200vh;
	padding: 5px;
	border-bottom: 1px solid rgba(228, 228, 228);
    border-left: 1px solid rgba(228, 228, 228);
    border-right: 1px solid rgba(228, 228, 228);
}

/*------------- PANEL PUBLICATION -------------*/
.borderPublication {
	border-bottom: 1px solid #ED9D00;
    border-left: 1px solid #ED9D00;
    border-right: 1px solid #ED9D00;
}

.listePublication, .listePublication > div {
	border: 0px none #fff !important;
	background-color: rgb(237, 157, 0);
}

.listePublication > div > ul > li{
    margin-bottom: 20px;
    /*border: 1px solid rgb(237, 157, 0);*/
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
}


.listePublicationWeb, .listePublicationWeb > div {
	border: 0px none #fff !important;
	background-color: rgba(228, 228, 228);
}

.listePublicationWeb > div > ul > li{
    margin-bottom: 20px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
}

.pubPatient {
	padding-top: 10px;
	padding-bottom: 10px;
}

.backgroundNone tbody > tr	{
	background: none !important;
	margin-top: 10px;
}

.addPublication {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgb(254, 254, 254);
    margin-bottom:10px;
}

.backgroundStyle {
	background-color: rgb(254, 254, 254);
	
}

.saisiePub {
	/*display: flex;*/
 	justify-content: center;
	background-color: rgb(254, 254, 254);
}

.pubDestinataire	{
  	background: #fff;
 	margin-bottom: 10px !important;
}

.pubContact	{
	display: inline-flex;
	margin-right: 10px;
	vertical-align: middle;
	font-size: 0.8em;
}

.pseudo-pub	{
	display:flex;
	font-weight:bold;
	margin-bottom: 5%;
	color: #000506 !important;
	font-size: 16px !important;
}

.saisieTitrePub		{
	width:100%;
	overflow: unset!important;
    border: 1px solid #eee!important;
}

.champRecherche {
	height:40px;
	width: 250px;
}

.champRecherche:FOCUS {
	box-shadow :0 0 0 #ED9D00 !important
}

.panelRecherche {
	width: 100%;
	display: flex!important;
	flex-direction:row;
	justify-content:center;
	align-items:center;
}

.commentaire {
	/*display: flex;*/
    color: #504141 !important;
    font-size: 14px !important;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}

.saisieCommentaire {
	display: flex;
    color: #504141 !important;
    font-size: 14px !important;
    background-color: #fdfdfd!important;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}

.nbCommentaireStyle {
	color: #000506 !important;
  	font-size: 0.75em!important;
  	font-family: sans-serif!important;
  	font-weight: 600;
}
.commentaireVoirPlus {
	padding: 5px;
 	display: flex;
 	justify-content: center;
  	background-color: transparent;
  	border: 0px none;
  	color: rgb(66,133,244) !important;
  	text-decoration: none;
  	font-weight: 700;
  	font-size: 14px !important;
}

.commentairePanel {
	/*background-color: rgba(88,153,175,0.66) !important;*/
	background-color: rgba(235, 236, 236, 0.66) !important;
  	border-radius: 15px;
  	color: #FEF9F0;
  	margin-bottom: 5px;
  	padding: 2px;

}

.accueilStyle{
	background-color:rgba(228,228,228); 
	/*margin: 20px 20px 20px 250px;*/
}

.editProfilPanel {
	background-color: rgb(244, 243, 240) !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 15px;
   
}

.editProfilPanelWeb {
	background-color: rgb(255, 255, 255) !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 15px;
   
}



.profilValidation {
	margin-right: 5px;
    background-color:  rgb(244, 243, 240) !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 10px;
}

.profilValidationWeb {
	margin-right: 5px;
    background-color:  rgb(255, 255, 255) !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 10px;
}


.pseudo-commentaire	{
	display: flex;
	font-weight: bold;
	margin-bottom: 1%;
	color: #000506 !important;
	font-size: 14px !important;
}

.outputCommentaire {
	/* background-color: #ffffff; */
	border-radius: 5px;
	padding : 5px;
}

.saisieCommentaire {
	min-width: 40px;
	padding : 5px;
	align-self: flex-end;
	justify-content: normal;
}
/*.editorStyle{
	width:500px;
	word-wrap:break-word; 
}*/

/*.ql-snow * {
    box-sizing: border-box;
    display: inline;
    padding-left: 1px
}*/

.ql-snow .ql-editor img {
    width: 20px;
    height: 20px;
}


#footerWeb {
	bottom: 0;
    background-color: #464648;
    text-align: left;
    display: block;
}

.sectionWeb{
	display: flex;
    justify-content: center;
}


#footer {
	position: static;
	bottom: 0;
    height: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    border: unset;
    text-align: center;
    box-sizing: border-box;
    padding: unset;
    color: unset;
}

ul.espaces_ul {
    list-style-type: none ;
    margin: auto ;
    padding: 5px 15px 10px 10px;
    flex-direction: row-reverse ;
}

ul.avatars_read {
    display: flex ; 
    list-style-type: none ;
    margin: auto ;
    padding: 5px 15px 10px 10px;
    flex-direction: row-reverse ;
}
li.avatars_read_item {
    height: 37px ;
    margin: 0px 0px 0px 0px ;
    margin: 10px 0px 0px 0px;
    position: relative ;
    width: 25px;
}
img.avatars_read_img,
span.avatars_read_initials,
a.avatars_read_others {    
	background-color: #ED9D00 !important;
    border: 2px solid #ffffff;
    border-radius: 100px 100px 100px 100px ;
    color: #FFFFFF ;
    display: block ;
    font-family: sans-serif ;
    font-size: 12px !important;
    font-weight: 100 ;
    height: 35px ;
    line-height: 35px ;
    text-align: center ;
    width: 35px ;
    text-decoration: none;
}

.flexContentCenter{
	display: flex !important;
    justify-content: center;
}

.flexColumnRight{
	display: flex !important;
	align-items: center;
	flex-grow: 0;
	justify-content: flex-end;
	flex-direction: row;
	align-self: center;
	margin: auto;
}

.flexColumnStretch {
	display: flex;
    align-items: stretch;
    flex-direction: column;
}

.flexColumnLeft{
	display: flex;
	align-items: center;
	flex-grow: 0;
	justify-content: start;
	flex-direction: row;
	align-self: center;
	text-align:left !important;
	margin: auto;
}

.flexColumnLeft .ui-button {
	text-align:left !important;
}

a.more_images {
  background-color: #797979!important;
  color: #FFFFFF;
  display: block;
  font-size: 50px !important;
  text-align: center;
  height: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

li.read_button_item {
	padding-left: 10px;
}
.fa-bt-read {
	color: #ed9d00;
}
.panel-title {
	/*background-color: rgb(249, 223, 173) !important;*/
	border-top-left-radius: 19px;
    border-top-right-radius: 19px;
    padding: 5px 0px 0px 15px;;
}

.label-title {
	/*font-weight: 600;*/
	font-size: 1.3em !important;
	/*color: #5899AF !important;*/
	color: #000506 !important;
	font-family: sans-serif;
	font-weight: 700;
	word-break: break-all;
}	
.ui-datascroller .ui-datascroller-content {
 	padding: 0px !important;
}
.ui-datascroller .ui-datascroller-item {
	margin: 10px 0;
	border: 1px solid #d5d5d5 !important;
	border-radius: 5px;
}

/*---------------------------------------------*/

/*------------- PANEL GROUPE -------------*/

.panel-groupe-global {
  background-color:  rgb(244, 243, 240) !important;
  border-radius: 5px;
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
}


.panel-groupe-global-add {
  background-color:  #ffffff!important;
  border-radius: 5px;
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
}

.panel-groupe-global-add-web {
  background-color:  #ffffff!important;
  border-radius: 5px;
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
}

.panel-groupe-global-web {
  background-color:  #ffffff!important;
  border-radius: 5px;
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
}

.panel-groupe {
  margin-top: 5px;
  background-color:  #ffffff!important;;
  border-radius: 5px;
}

.panel-add-groupe-name-style	{
	background-color:rgb(244, 243, 240)!important;
    border-radius: 5px;
    justify-content: center;
    vertical-align: top;	
}

.panel-add-groupe-name-style-web	{
	background-color:#ffffff!important;
    border-radius: 5px;
    justify-content: center;
    vertical-align: top;	
}

.panel-add-groupe-desig-style	{
	background-color: #ffffff!important;
    border-color:  #ffffff!important;
    color: rgb(182, 182, 182) !important;
}

.panel-add-groupe-desig-style-web	{
	background-color: rgb(244, 243, 240);
    border-color:  #ffffff!important;
    color: rgb(182, 182, 182) !important;
     
}

   

/*---------------------------------------------*/

.flatComButton {
  background-color: transparent;
  border: 0px none;
  color: rgb(66,133,244) !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px !important;
  align: center !important;
}

.hourStyle {
	font-size:	10px !important;
	color: #7a7a7a !important;
	display:flex;
	align-self: flex-start;
}


.nbMembreGroupe {
	font-size:	14px !important;
	color: #ED9D00 !important;
	font-weight: bold;	
}

.dlgImage{
	background-color: #ffffff !important;
	min-width: 50% !important;
	min-height: 50% !important;
}

.switchImage:before, .switchImage:after, .switchImage *:before, .switchImage *:after {
	box-sizing: initial;
}

.imagePanelHeader {
	display: flex;
}

.oneImagePanel {
	overflow: auto;
    display: flex;
    height: 95%;
    width: 100%;
}

.oneImagePanel img {
	margin: auto;
	width: fit-content;
	height: fit-content;
}

.imagePanel {
	overflow: auto;
	display: flex;
	height: 95%;
}

.dlgAllImages {
	background-color: #ffffff !important;
}

.dlgAllImages .ui-overlaypanel-content > div {
	height: 100%;
	display: flex;
}

.dlgAllImages .ui-dialog-content {
	overflow: hidden !important;
}

.dlgAllImages .ui-tabs.ui-tabs-right>.ui-tabs-nav {
  float: right;
  height: 100%;
  min-width: 310px;
  overflow: auto;
  width: 310px;
  order: 2;
}

.dlgAllImages .ui-tabs .ui-tabs-panel{
	height: 100%;	
}


.dlgAllImagesGalery {
	max-width: 100% !important;
    max-height: 70% !important;
}

.ui-tabs .ui-tabs-nav > li.ui-state-default {
  width: 150px;
  height: 150px;
  background: none;
  border: 2px solid rgb(234, 232, 229);
  margin: 0px;
}

.groupeNameStyle 	{
	font-size:	16px;
	margin-right:	5px;
}

.userStyle 	{
	font-size:	14px;
	/*margin-right:	5px;*/
}


.five-percent	{
	width: 5%;
}

.ten-percent	{
	width: 10%;
}

.ten-percent-left	{
	width: 10%;
}


.fifteen-percent-right	{
	width: 15%;
	align: right;
}

.eighty-five-percent-right	{
	width: 85%;
	align: right;
}

.seventy-five-percent	{
	width: 75%;
	align: right;
}
.forty-five-percent	{
	width: 45%;
}

.thirty-percent{
	width: 30%;
}

.thirty-percent-left	{
	width: 30%;
}
.twenty-percent	{
	width: 20%;
	align: left;
}

.forty-percent	{
	width: 40%;
	align: left;
}

.fifty-percent-left	{
	width: 50%;
	align: left !important;
}

.fifty-percent-right	{
	width: 50%;
	align: right !important;
}

.sixty-percent-left	{
	width: 60%;
	align: left !important;
}

.ninety-percent	{
	width: 90%;
	align: left;
}

.column-right	{
	align: right !important;
}


.column-center {
	width: 15%;
	align: right !important;
}

.overlayPanelGeneration {
	position: fixed;
    top: 45%;
    right: 42%;
}

.overlayPanel {
	position: fixed;
	top: 10px;
	right: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}

.overlayPanel > div {
	height: 100%;
}

.overlayPanel iframe, .fullWidthHeight, .apercuUnavailable {
	width: 100%;
	height: 100%;
}

.overlayPanel iframe, .apercuUnavailable {
	flex-grow: 1;
}

.overlayPanel .ui-tabs.ui-tabs-right>.ui-tabs-panels {
	height: 100%;
    width: calc(100% - 315px);
    flex-grow: 1;
    order: 1;
}

.apercuUnavailable {
	border: 1px solid lightgrey;;
}

.dlOriginal {
	align-self: stretch;
	margin: 5px;
}

.dlOriginal button {
	margin: 10px;
}

.scrollPublication.ui-datascroller {
	position: absolute;
	width: 100%;
	word-break: break-all !important; 
	overflow: ellipsis;
}

.stylePhotoProfil {
	border-radius:	50%;
	width:	45px;
	height:	45px;
}

.stylePhotoProfilWeb {
	border-radius:	50%;
	width:	100px;
	height:	100px;
}

.stylePhotoPublication {
	border-radius:	50%;
	width:	35px;
	height:	35px;
}

.stylePhotoGroupe {
	border-radius:	50%;
	width:	20px;
	height:	20px;
}

.stylePhotoCommentaire {
	border-radius:	50%;
}

.stylePhotoNotification {
	border-radius: 50%;
    width: 26px;
    height: 26px;
}


.ui-g-nopad {
    padding: 0 !important;
}

.panelProfilComm {
	background: #f9dfad;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-bottom: 5px;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 15px;
	margin-right: 5px!important;
}

.stylePhotoProfilComm {
	border-radius:	50% 50%;
	width:	150%;
	height:	50%;
	
}

.blankDiv {
	background-color: white !important;
	border-radius:10px;
	margin-top:20px;
}
.styleCropPhoto {
	width:	50%;
	height:	10%;
	
}


.styleGalleryPhoto {
	width:	100%;
	height:	100%;
	align : center;
	
}

.alignCenter {
	width:	100%;
}

#footerAddPublication {
 	 position: fixed;
	 text-align:right;
	 bottom: 0;
   	 width: 100%;
   	 height:60px;
   	 overflow: hidden;  	
}


.listePublication > div > ul > li span, .listePublication > div > ul > li div {
	background-color: unset;
}

.panel-detail > div > span > p {

	font-size: 16px; 
	color: #58595b;
	word-break: break-all;
}


.panel-consentement-requis  {
	border: 2px solid red!important;
  	width: 40%;
  	height: auto;
  	border-radius: 5px;
  	color: rgb(15, 14, 14);
  	font-weight: 600;
}

.style-angle-up {
  margin-top: 1%;
  background-color: #FFFFFF!important;
  border: none !important;
  font-weight: 900 !important;
  color: rgb(66,133,244) !important;
  
}

.blue-petrol {
	color: #5899AF !important;
}

.panel-documents {
  background-color: rgb(237, 157, 0) !important;
  width: 95%;
  border-radius: 0 0 10px 10px;
  diplay:flex;
  align-items: center;
  justify-content: center;
}

.inline{
  display: inline-block;
  vertical-align: top;
}

.panel-multiple-documents {
  background-color: rgb(237, 157, 0) !important;
  width: 95%;
  border-radius: 10px;
  vertical-align: middle;
  align-items: center;
  display: flex;
  padding-top: 0;
  padding-bottom:0;
}

.panel-multiple-documents-opened {
  background-color: rgb(237, 157, 0) !important;
  width: 95%;
  border-radius: 10px 10px 0 0;
  vertical-align: middle;
  align-items: center;
  display: flex;
  padding-top: 0;
  padding-bottom:0;
}

.iconMultipleDoc{
	width: 30px !important;
	height:40px !important;
	font-size: 20px !important;
	color:#ffffff!important;
	padding-left:20px;
	margin-top: 5px;	
	
}

.specialite {
	font-size:13px !important; 
	text-transform:lowercase;
	font-family: cursive;
	margin-left: 5%;
}

.profil-item {
	display: flex;
    align-items: center;
}

.ui-icon-notchus	{
	width:	100%;
	height:	100%;
	background-image: url("/javax.faces.resource/images/notchus.png.xhtml?ln=chorus") !important;
}


.ui-icon-chus	{
	width:	100%;
	height:	100%;
	background-image: url("/javax.faces.resource/images/chus.png.xhtml?ln=chorus") !important;
}

.ui-icon-edition	{
	width: 100%;
	height: 100%;
	background-image: url("/javax.faces.resource/images/edition.png.xhtml?ln=chorus") !important;
}

.ui-icon-delete	{
	width: 100%;
  	height: 100%;
	background-image: url("/javax.faces.resource/images/delete.png.xhtml?ln=chorus") !important;
}

.cke_dialog {
  background: #fff!important;
}
.cke_dialog_title {
	display: none!important;
}

.cke_dialog .cke_resizer_ltr {
  display:  none!important;
}

.cke_dialog_footer {
  display:  none!important;
}

.cke_bottom {
  display:  none!important;
}

.cke_single_page .cke_dialog_contents {
  margin-top: 35px !important;
}

.bris_de_glace_detail {
  padding-left: 10px;
  padding-top: 20px;
  margin-left: 10px;
}

.bris_de_glace {
 padding: 20px 20px 20px 0px;
}

.btnConnexion {
	border: 1px solid #FFB400 !important;
	box-shadow: 1px 1px rgba(0, 0, 0, .2);
}
.btnConnexion:HOVER {
	border: 1px solid white !important;
}

.labelTitleCreation{
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 15px;
}


.blankDiv>.ui-g-10, .ui-g-10>.ui-g-10, .blankDiv>.ui-g-2, .ui-g-10>.ui-g-2
	{
	margin-top: 5px;
}

.labelAdresse {
	margin-top: 100px !important;
}

#contentWeb{
	margin: 0;
  	padding: 0;
  	border: 0;
  	font-size: 100%;
  	font: inherit;
  	vertical-align: baseline;
  	font-family: "Roboto", arial, sans-serif, verdana;
  	/*height: 100%;*/
}

.material-icon {
    background-image: none !important;
    text-indent: unset;
    padding: 0px 4px;
    float: none !important;
    display: inline-block;
    overflow: unset;
    width: auto;
    height: auto;
}
.material-icon-orange {
	color: #ed9d00;
}
.material-icon-white {
	color: white;
}
.material-icon-valign {
	display: inline-flex;
    vertical-align: middle;
    align-items: center;
}
.material-icon-valign span {
	padding-top: 3px;
	padding-left: 5px;
}
