html, body
{
	margin: 0;
	padding: 0;
	/*background-image: url('../images/fond.jpg');*/
	background-color : #e2e2e2;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

/* PROGRESS BAR */
.progress-wrp {
    width: 50%;
	border: 1px solid #0099CC;
    padding: 1px;
    position: relative;
	margin-left:auto;
	margin-right:auto;
    height: 25px;
    border-radius: 3px;
    background: #fff;
    box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
}
.progress-wrp .progress-bar{
    height: 100%;
    border-radius: 3px;
    background-color: #f39ac7;
    width: 0;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}
.progress-wrp .status{
    top:0px;
    left:50%;
    position:absolute;
    display:inline-block;
    color: #c7c5c5;
}

/* DIALOG */
.ui-widget {
    /*font-family: 'Alegreya Sans SC', Arial, Helvetica, sans-serif;*/
}

.ui-dialog .ui-dialog-titlebar {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    position: relative;
}

.ui-dialog .ui-dialog-title {
	font-size:20px;
}

.ui-corner-all{

}
.ui-widget-content {

}

.ui-widget-header {
    background: #3092c0;
    border: 0;
    color: white;
    font-weight: normal;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
	background-color: #0f80bb;
	border: none;
	color: white;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
	background-color: #3fb0ea;
}

.ui-dialog .ui-dialog-buttonpane button:active {
	background-color: #0b5780;
}

.ui-datepicker-trigger
{
	width: 36px;
}

.ui-datepicker-trigger:hover
{
	cursor:pointer;
}

.datepick
{
	width: 220px !important;
}

.mainWrapper
{
	width: 100%;
	font-family: 'Alegreya Sans SC', Arial, Helvetica, sans-serif;
}
.main
{
	/*background: #2db7ff;*/
	width: 1200px;
	margin-left: auto;
    margin-right: auto;
}

hr { 
  display: block;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
}

/* --------------------------- header --------------------------- */
.header
{
	/*background: #3092c0;*/
	background: #ffffff;
	width: 100%;
	text-align: center;
	box-shadow: 3px 5px 5px #d2d2d2;
}
.headerLogo
{
	width: 90%;
	max-width: 964px;
	padding-top: 10px;
	padding-bottom: 20px;
}
/* --------------------------- menuTop --------------------------- */
.menuTop
{
	/*background: #d4f1ff;*/
	background: #ffffff;
	width: 100%;
	padding: 10px;
	box-shadow: 3px 5px 5px #d2d2d2;
}
.menuTopLeft
{
	flex: auto;
	/*line-height: 50px;*/
}
.menuTopRight
{
    max-width: 150px;
    text-align: center;
    /*background: #f7830c;*/
}
/* --------------------------- content --------------------------- */
.content
{
	display: flex;
	overflow: hidden;
	box-shadow: 3px 5px 5px #d2d2d2;
	background: #235f7b;
}

.contentMain{
	background: white;
	margin-left: auto;
    margin-right: auto;
	padding: 10px;
	flex: auto;	
}

.menuLeft
{
	flex: 0 0 auto;
	/*background: #d4f1ff;*/
	background: linear-gradient(#235f7b, #56aad2);
	width: 280px;
	min-height: 200px;
	padding: 10px;
}

.ligneContent
{
	width: 100%;
	padding-bottom: 10px;
	text-align: justify;
}
.page
{
	font-size:17px;
}

.page .titre
{
	font-size:30px;
	display: block;
	text-align: center;
	font-weight: bold;
}

.page .sstitre1
{
	font-size: 22px;
    font-weight: bold;
	font-style: italic;
}

.page .texte
{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

/* --------------------------- gestion des users --------------------------- */

.userListWrapper
{
    padding: 10px;
}

.userListWrapper .ligneContent
{
	text-align: center;
}

.userListElem
{
	display: flex;
    flex-wrap: wrap;
	border-radius: 5px;
	background: #dbf4ff;
	margin-top: 8px;
    margin-bottom: 8px;
}

.userListElem>*
{
	display: flex;
	flex: 1 1 160px;
	flex-direction: column;
	justify-content: center;
    align-items: center;
	text-align: center;
	padding: 5px;
}

.userListElemTop , .userListElemBottom
{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.userListElemTop *:not(button), .userListElemBottom *:not(button)
{
	padding: 5px;
	text-align: center;
}

.userListElemBottom *:not(button)
{
	flex-grow: 1;
	width: 100%;
}

.userListElemTop button, .userListElemBottom button
{
	padding: 7px 40px;
	border-radius: 5px;
}

.userListElemBottom
{
	
}

.userListElem *
{
	
}

.userListElem input
{
	
}

.userAddWrapper input
{
	width: 60%;
}

 .userAddWrapper textarea
{
	width: 60%;
    height: 200px;
}

.userAddWrapper .ligneContent
{
	text-align: center;
}

.userEditWrapper .ligneContent
{
	text-align: center;
}

.userEditWrapper input
{
	width: 60%;
}

.userEditWrapper button
{
	padding: 7px 40px;
	border-radius: 5px;
}

.userResultSearch .userListElem
{
	padding: 5px;
}

.userResultSearch .userListElem button
{
	/*padding: 3px 20px;*/
	border-radius: 5px;
}

/* --------------------------- membres/invités --------------------------- */

.img_membre
{
	max-width: 120px;
	width: 100%;
}

.bni_citation
{
	width: 100%;
    font-style: italic;
    text-align: center;
    padding-top: 15px
}

/* --------------------------- footer --------------------------- */
.footer
{
	background: #235f7b;
	color: white;
	box-shadow: 3px 5px 5px #d2d2d2;
	width: 100%;
	text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	margin-bottom: 30px;
	padding-top: 5px;
	padding-bottom: 5px;	
}

.footerDefault
{
	display: flex;
    justify-content: center;
	font-style: italic;
}

.footerMore
{
	display: none;
    justify-content: center;
    padding-top: 5px;
    margin-bottom: 5px;
}

.footerMore a
{
	color: white;
}

.footer .icon
{
	flex: 0 0 auto;
    margin-top: auto;
    margin-bottom: auto;
	padding-left: 10px;
	cursor: pointer;
}

/* --------------------------- home --------------------------- */
.loaderHome
{
	text-align: center;
	display: none;
}

.wrapperElemHome
{
	padding: 10px;
}

.wrapperElemHome hr
{
	margin-top: 15px;
}

.elemHome
{
	
}

.homeTitle
{
	font-weight: bold;
    font-size: 30px;
    padding-bottom: 20px;
}

.homeContent
{
	font-family: arial, sans-serif;
	font-size: 15px;
	text-align: justify;
	padding-bottom: 20px;
}

.homeFile
{
	display: flex;
    background: #e7f7ff;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
	cursor: pointer;
}

.homeFile:hover
{
	background: #aee4ff;
}

.homeFile:active
{
	background: #f1faff;
}

.homeFile .icone
{
	flex: 0 0 auto;
	margin-top: auto;
    margin-bottom: auto;
	width: 64px;
}

.homeFile .icone img
{
	width: inherit;
}

.homeFile .desc
{
	display: flex;
	margin-top: auto;
    margin-bottom: auto;
	font-size: 16px;
    text-align: left;
}

.headerActuHome
{
	color: #317ea2;
	font-size: 37px;	
    font-weight: bold;
    font-style: italic;
    padding-left: 10px;
}

.wrapperElemActuHome
{
	
}

.wrapperElemActuHome hr
{
	margin-top: 0px;
    margin-bottom: 0px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: initial;
}

.elemActuHome
{
	font-size: 13px;
	font-style: italic;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
	cursor: pointer;
}

.elemActuHome:hover
{
	background: #bce0f1;
}

.elemActuHome:active
{
	background: #9ee0ff;
}

.wrapperActuHomeNav
{
	color: #ffffff;
	display: flex;
	justify-content: center;
	padding-top: 10px;	
}

.elemActuNav
{
	background: #74a3b9;
	padding-top: 0px;
    padding-bottom: 0px;
	padding-right: 6px;
    padding-left: 6px;
	cursor: pointer;
}

.elemActuNav.current
{
	background: #3092c0;
}

.elemActuNav:hover
{
	background: #3092c0;
}

.elemActuNav:active
{
	background: #53a1c5;
}

.elemActuNav.debut
{
	border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.elemActuNav.fin
{
	border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

/* --------------------------- gestionHome --------------------------- */

.wrapperHome textarea
{
	width : 80%;
	max-width: 600px;
	height: 200px;
}

/* --------------------------- Notes --------------------------- */

.wrapperNotes textarea
{
	width : 80%;
	max-width: 600px;
	height: 100px;
}

/* --------------------------- contact --------------------------- */
.wrapperMail input
{
	width: 90%;
	max-width: 500px;    
}

.wrapperMail textarea
{
	width: 90%;
	height: 150px;
	max-width: 500px;
}

.wrapperMail > .ligneContent
{
	text-align: center;
}

.wrapperMail > div > .ligneContent
{
	text-align: center;
}

.wrapperHeaderMail
{
	padding-bottom: 30px;
}

.wrapperContentMail
{
	
}

/* --------------------------- reset Pass / Log --------------------------- */

.wrapperResetPass input
{
	width: 90%;
    max-width: 250px;
}

.wrapperResetLog input
{
	width: 90%;
    max-width: 250px;
}

/* --------------------------- documents --------------------------- */
.wrapper
{
	display: flex;
	overflow: hidden;
}

.listCat
{
	background: #f7f7f7;
	flex: 0 0 auto;
	width: 280px;
	min-height: 200px;
	padding: 10px;
	border-style: solid;
    border-width: 1px;
}

.listCat hr
{
	margin-top: 4px;
	margin-bottom: 4px;	
}

.listDoc
{
	flex: auto;
	text-align: center;
    padding-top: 10px;
	border-top: 0px;
    border-top-style: solid;
    margin-top: 0px;
}

.messDocu
{
	font-size: 20px;
    font-style: italic;
}

.loader
{
	display:none;
	text-align: center;
}

.docElement
{
	display: flex;
    background: #ebf9ff;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
	cursor: pointer;
}

.docElement:hover
{
	background: #d5f2ff;
}

.docElement:active
{
	background: #f3fbff;
}

.docElement .icone
{
	flex: 0 0 auto;
	margin-top: auto;
    margin-bottom: auto;
	width: 64px;
}

.docElement .icone img
{
	width: inherit;
}

.docElement .desc
{
	display: flex;
	margin-top: auto;
    margin-bottom: auto;
	font-size: 16px;
    text-align: left;
}



/* --------------------------- planning PP --------------------------- */

.wrapperNav
{
	display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
}

.navMois, .navJour
{
	background: #d9f2ff;
	min-height: 59px;
	padding: 10px;
	margin: 5px;
	text-align: center;
	border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #235f7b;
}

.navMois button, .navJour button
{
	padding: 6px 20px;
	border-radius: 5px;
}

.jourPrec, .jourSuiv
{
	flex-grow: 1;
	display: flex;
}

.jourSuiv
{
	justify-content: flex-end;
}

.jourPrec, .jourSuiv
{
	padding-top: 20px;
	align-items: center;
	font-weight: bold;
}

.jourPrec button, .jourSuiv button
{
	background-color: #0f80bb;
    border: none;
	border-radius: 4px;
    color: white;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.jourPrec button
{
	padding-right: 13px;
}

.jourSuiv button
{
	padding-left: 13px;
}

.wrapperPlanning
{
	display: grid;
	grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr) ) ;
    background-color: #fff;
    color: #444;
}

.module
{
	color: #fff;
	width: 285px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
}

.module div
{
	font-size: 17px;
	padding: 10px;
	display: flex;
	align-items: center;
}

.entete
{
	text-align: center;
	height: 95px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #235f7b;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.entete a
{
	color: white;
	display: contents;
}

.coordinateurTitre
{
	padding-bottom: 0px !important;
    justify-content: center;
	font-weight: bold;
	border-top: 2px solid black;
	background-color: #52a4cb;
}

.coordinateur
{
	min-height: 70px;
	background-color: #52a4cb;
}

.interMajTitre
{
	background: #993767;
	padding-bottom: 0px !important;
    justify-content: center;
	font-weight: bold;
	border-top: 2px solid black;
}

.interMaj
{
	background: #993767;
	min-height: 270px;
}

.obsMajTitre
{
	padding-bottom: 0px !important;
    justify-content: center;
	font-weight: bold;
	background: #a34974;
}

.obsMaj
{
	background: #a34974;
	min-height: 70px;
	font-style: italic;
}

.interMinTitre
{
	background: #b57a4d;
	padding-bottom: 0px !important;
    justify-content: center;
	font-weight: bold;
	border-top: 2px solid black;
}

.interMin
{
	background: #b57a4d;
	min-height: 120px;
}

.obsMinTitre
{
	padding-bottom: 0px !important;
    justify-content: center;
	font-weight: bold;
		background: #e2975d;
}

.obsMin
{
	background: #e2975d;
	min-height: 70px;
	font-style: italic;
}

.interEtrTitre
{
	background: #447c69;
	padding-bottom: 0px !important;
    justify-content: center;
	font-weight: bold;
	border-top: 2px solid black;
}

.interEtr
{
	background: #447c69;
	min-height: 120px;
}

.obsEtrTitre
{
	padding-bottom: 0px !important;
    justify-content: center;
	font-weight: bold;
	background: #74c493;
}

.obsEtr
{
	background: #74c493;
	min-height: 70px;
	font-style: italic;
}

.interHoTitre
{
    background: #e16552;
	padding-bottom: 0px !important;
    justify-content: center;
	font-weight: bold;
	border-top: 2px solid black;
}

.interHo
{
    background: #e16552;
	min-height: 70px;	
}

.obsHoTitre
{
	padding-bottom: 0px !important;
    justify-content: center;
	font-weight: bold;
	background: #f19670;
}

.obsHo
{
	background: #f19670;
	min-height: 70px;
	font-style: italic;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.wrapperGenPlanning
{
	background: #a7d3e7;
    padding: 10px;
    margin: 15px;
    border-radius: 7px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.wrapperGenPlanning button
{
	background-color: #0f80bb;
    border: none;
	border-radius: 3px;
    color: white;
    padding: 5px 10px;
    font-size: 18px;
}

.addUserWrapper
{
	display: none;
    justify-content: center;
	padding-bottom: 10px;
}

.addUserWrapper button
{
	background-color: #0f80bb;
    border: none;
	border-radius: 3px;
    color: white;
    padding: 9px 17px;
    font-size: 18px;
}

.wrapperModule .module .interMaj,.wrapperModule .module .coordinateur,.wrapperModule .module .obsMaj,.wrapperModule .module .interMin,.wrapperModule .module .obsMin,.wrapperModule .module .interEtr,.wrapperModule .module .obsEtr,.wrapperModule .module .interHo,.wrapperModule .module .obsHo
{
	display: block;
	min-height:unset;
}

.module .editUser
{
	display: unset;
	padding: 0px;
}

.editUser button
{
	background-color: unset;
    border: none;
    border-radius: 10px;
    color: white;
    padding: unset;
	padding-left: 5px;
    font-size: unset;
}

.editUser button:hover, .editUser button:active
{
	background-color: unset;
}

/* --------------------------- jour PP --------------------------- */
.wrapperJour .module div hr
{
	margin-bottom: 2px;
    margin-top: 2px;
	border-top: 1px solid #ffffff;
}

.wrapperJour .module
{
	/*max-width:400px;*/
	width: 90%;
}

.wrapperJour .module div
{
    font-size: 17px;
    padding: 10px;
    display: block;
}

.wrapperJour .module .coordinateurTitre, .wrapperJour .module .interMajTitre, .wrapperJour .module .interMinTitre, .wrapperJour .module .interEtrTitre, .wrapperJour .module .interHoTitre, .wrapperJour .module .obsMajTitre, .wrapperJour .module .obsMinTitre, .wrapperJour .module .obsEtrTitre, .wrapperJour .module .obsHoTitre
{
	text-align: center;
}

.wrapperJour .module .coordinateur, .wrapperJour .module .interMaj, .wrapperJour .module .interMin, .wrapperJour .module .interEtr, .wrapperJour .module .interHo, .wrapperJour .module .obsMaj, .wrapperJour .module .obsMin, .wrapperJour .module .obsEtr, .wrapperJour .module .obsHo
{
	min-height: unset;
}

.avocat
{
	padding: 0px !important;
}

.desAvocat
{
	padding: 0px !important;
	font-style: italic;
    font-size: 15px !important;
}

.wrapperJour .designations hr
{
	margin-bottom: 2px;
    margin-top: 2px;
	border-top: 1px solid #000000;
}

.designations
{
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	background: #d9f2ff;
    padding: 10px;
	border-radius: 7px;
}

.designationsTitre
{
	text-align: center;
    font-size: 20px;
	font-weight: bold;
    padding-bottom: 5px;
}

.notesTitre
{
	border-top: 2px solid black;
	color: #ff1100;
    font-weight: bold;
	text-align: center;
    font-size: 20px;
    padding-bottom: 5px;
	background: #ffc107;
}

.notes
{
	background: #ffc107;
	color: black;
	padding-top: 0px !important;
    padding-bottom: 5px !important;
}

/* --------------------------- permutation --------------------------- */

.wrapperPermutation
{
	
}

.choixPermWrapper
{
	background: #3297c6;
	color: white;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
	border-radius: 5px;
}

.choixPermTitre
{
	text-align: center;
	font-size: 20px;
    padding-bottom: 10px;	
}

.choixPerm
{
	text-align: center;
}

.choixPerm label
{
	font-weight: normal;
}

.PermWrapper
{
	background: #9dcfe7;
	width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
	border-radius: 5px;
	display: none;
}

.lignePermut
{
	padding-bottom: 5px;
}

.listPermutations
{
	width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.listPermutationsElem
{
	display: flex;
	align-items: center;
	color: white;
    background: #5394b3;
    margin: 4px;
    border-radius: 3px;
}

.listPermutationsElem div
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

.listPermutationsElem button {
    padding: 3px 5px;
    border-radius: 5px;
}

/* --------------------------- Dispos GAV --------------------------- */

.wrapperDispos
{
	
}

.dispoElem
{
	display: grid;
	grid-template-columns: 300px auto auto auto auto auto auto auto ;
}

.dispoElem:hover
{
	background: #9dcfe7;
}

.dispoElem .avocat
{
	padding: 5px !important;
}

.dispoElem .jour
{
	display: flex;
	padding: 5px !important;
    text-align: center;
    align-items: center;
	justify-content: center;
}

.dispoElem .jour input[type=checkbox]
{
	margin: 0px;
}

/* --------------------------- Compteurs  --------------------------- */

.wrapperCompteur
{
	width: 500px;
    margin-left: auto;
    margin-right: auto;
}

 .wrapperCompteurPP
{
	width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.compteurElem, .compteurElemPP
{
	display: flex;
	border-top: 1px solid black;
}

.compteurElem:hover, .compteurElemPP:hover
{
	background: #9dcfe7;
}

.compteurElem .avocat
{
	padding: 5px !important;
	width: 300px;
}

.compteurElemPP .avocat
{
	padding: 5px !important;
	width: 40%;
}

.compteurElem .jour
{
	display: flex;
	width: 200px;
	padding: 5px !important;
    text-align: center;
    align-items: center;
	justify-content: center;
}

.compteurElemPP .jour
{
	display: flex;
	width: 12%;
	padding: 5px !important;
    text-align: center;
    align-items: center;
	justify-content: center;
}

.compteurElem .jour input[type=checkbox]
{
	margin: 0px;
}

/* --------------------------- GAV --------------------------- */

.wrapperPlanningGAV
{
	display: grid;
	grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr) ) ;
    background-color: #fff;
    color: #444;
}

.jourGAV
{
	color: #fff;
    width: 285px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.jourGAV div
{
	font-size: 17px;
    padding: 10px;
    /*display: flex;*/
    align-items: center;
}

.dateGAV
{
	text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #235f7b;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.coordGAVTitre
{
	padding-bottom: 0px !important;
    text-align: center;
    font-weight: bold;
    border-top: 2px solid black;
    background-color: #52a4cb;
}

.coordGAV
{
	min-height: 70px;
    background-color: #52a4cb;
}

.interGAVTitre
{
	background: #993767;
    padding-bottom: 0px !important;
    text-align: center;
    font-weight: bold;
    border-top: 2px solid black;
}

.interGAVWrapper
{
	background: #993767;
	padding: 0px !important;
    min-height: 650px;
}

.interGAV
{
	background: #993767;
	text-align: left;
}

.interGAVFooter
{
	background: #993767;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* --------------------------- mon planning --------------------------- */

.wrapperMonPlanning
{
	
}

.listMonPlanning
{

}

.monPlanningElem
{
	display: flex;
	color: white;
	font-size: 20px;
	text-align: center;
	width: 365px;
    margin-left: auto;
    margin-right: auto;
}

.monPlanningElem:hover
{
	background: #9dcce2;
}

.monPlanningElem .date
{
	padding: 5px;
	width: 110px;
}

.monPlanningElem .perm
{
	padding: 5px;
	width: 120px;
}

.monPlanningElem .role
{
	padding: 5px;
	width: 130px;
}

/* --------------------------- renforts --------------------------- */

.listRenforts
{
	display: flex;
	flex-direction: column;
	align-items: self-start;
}

.subListRenforts
{
	display: flex;
	max-width: 500px;
	flex-direction: column;
	background: #a0cee3;
	margin: 5px;
	margin-right: auto;
	margin-left: auto;
    padding: 10px;
	text-align: center;
	border-radius: 3px;
}

.subListRenforts a
{
	color: black;
}

.elemRenfort
{
	display: flex;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
}

.elemRenfort div
{
	padding: 2px;
	font-weight: bold;
}

.elemRenfort button {
    background-color: unset;
    border: none;
    border-radius: 10px;
    color: white;
    padding: unset;
    padding-left: 5px;
    font-size: unset;
}

.elemRenfort button:hover, .elemRenfort button:active
{
	background-color: unset;
}






/* --------------------------- button --------------------------- */
button
{
  background-color: #0f80bb;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
button:hover
{
	background-color: #27a2e2;
}
button:active
{
	background-color: #30b8ff;
}
.flatButton
{
	padding: 6px 16px;
}
.flatButton:hover
{
	background-color: #27a2e2;
}
.flatButton:active
{
	background-color: #30b8ff;
}

.menuTopButton
{
	padding: 3px 13px;
	border-radius: 5px;
}
.menuTopButton:hover
{
	background-color: #27a2e2;
}
.menuTopButton:active
{
	background-color: #30b8ff;
}
.menuLeftButton
{
	padding: 3px 13px;
}
.menuLeftButton:hover
{
	background-color: #27a2e2;
}
.menuLeftButton:active
{
	background-color: #30b8ff;
}
/* --------------------------- form --------------------------- */
input, select, textarea
{
    border: 1px solid #999;
    border-radius: 3px;
    box-shadow: none;
	padding: 5px;
    /*width: 40%;*/
}
input[type=file]{
	font-size: 17px;
	display: initial;
	border: 0px;
}
.errorMessage
{
	color: red;
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
	text-align: center;
}
.confirmMessage
{
	color: #0f80bb;
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
	text-align: center;
}
/* --------------------------- telephone --------------------------- */

.telephone
{
	display: contents;
    color: white;
    text-decoration: underline;
}

.telephone:hover
{
    color: #d6d6d6;
}
/* --------------------------- impression --------------------------- */
.printLine
{
	
}

.printButton
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;	
}


/* ----------------------------------------------------------*/
/* ----------------------------------------------------------*/

@media screen and (max-width: 1220px) {
	.main
	{
		width: 900px;
	}
	.userAddWrapper input {
		width: 90%;
	}
	.userAddWrapper textarea {
		width: 90%;
		height: 200px;
	}
}
@media screen and (max-width: 920px) {
	.main
	{
		width: 100%;
	}
	.header {
		text-align: center;
		white-space: normal;
	}
	.wrapper
	{
		display: block;
		overflow: hidden;
	}
}
@media screen and (max-width: 600px) {
	.userListElem>* {
		flex: 1 1 100%;
	}
}