@charset "utf-8";
/* CSS Document */
@import url("my-components.css");

@font-face {
	font-family: 'sciflysans';
	src: url('../fonts/scifly-sans-webfont.eot');
	src: url('../fonts/scifly-sans-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/scifly-sans-webfont.woff2') format('woff2'), url('../fonts/scifly-sans-webfont.woff') format('woff'), url('../fonts/scifly-sans-webfont.ttf') format('truetype'), url('../fonts/scifly-sans-webfont.svg#sciflysans') format('svg');
	font-weight: normal;
	font-style: normalco;
}


html {
}
html body {
	margin : 0;
	padding : 0;
	background: #f6f6f6;
}
a:link:not(.btn) {
	color: black;
	text-decoration: none;
}
body a:hover:not(.btn) {
	color: black;
    text-decoration: none;
}
a:visited:not(.btn) {
	color: black;
}
a:active:not(.btn) {
	color: black;
}
#downloadTable a.standCursor,
.standCursor {
	cursor: default;
}
.cursorNot {
	cursor: not-allowed;
}
.capitalize {
	text-transform: capitalize;
}
.bold {
	font-weight: bold !important;
}

.bulleBtn span {
    position: absolute;
    background: black;
    top: 45px;
    left: 1rem;
    padding: 0 0.8rem;
    text-transform: none;
    border-radius: 5px;
    display: none;
    opacity: 0;
    z-index: 999999;
    transition: all 1.3s ease-in-out 0s; 
}
.bulleBtn:hover span {
    display: inline-block;
    opacity: 1;
}
.bulleBtn span:hover {
    display: none;
    opacity: 0;
}

.infobulle {
    cursor: help;
}
.infobulle.top {
    position: relative;
}
.infobulle span {
    position: absolute;
    bottom: auto;
    right: auto;
}
.infobulle span {
    z-index: 100000000;
    text-shadow: none;
    width: 131px;
    font-size: 15px !important;
    font-weight: normal;
    position: absolute;
    margin-top: -18px;
    margin-left: 0px;
    color: #fff !important;
    background: rgba(0,0,0,.7);
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0,0,0,.5);
	-webkit-transform : scale(0);
	transform:scale(0); 
    transition: all 0s;
    visibility: hidden;
    text-align: center;
}
.infobulle.top span {
	min-width: 175px;
    width: 50%;
    max-width: 100%;
}
a.infobulle.bottom > span {
	min-width: 175px;
    width: 50%;
    max-width: 100%;
    margin-top: 2rem;
	-webkit-transform : scale(1) translateX(-35%);
    transform: scale(1) translateX(-35%);
}
label .infobulle span {
    width: 175px;
	-webkit-transform : scale(0) translateX(-105%);
	transform:scale(0) translateX(-105%); 
}

.infobulle:hover span, .infobulle:focus span {
	-webkit-transform : scale(1) /*rotate(0)*/;
	transform:scale(1) /*rotate(0)*/; 
	visibility:visible
}

body .inputCopy:not(.btn) {
    padding: 0;
    border: 0;
    height: 0;
    width: 1px;
	position:absolute;
	text-indent: 1000vw;
}

#nomodalfooter ~ .modal-backdrop.show {
    display: none;
}
.note-editor .show.modal {
    background: rgb(0 0 0 / 0.5);
}

label .infobulle:hover span {
	-webkit-transform : scale(x) rotate(x) translateX(-105%);
	transform:scale(1) /*rotate(0)*/ translateX(-105%); 
}
label .infobulle span:hover {
    display: none;
}
div.row label .infobulle:hover span {
	-webkit-transform : scale(x) rotate(x) translateX(105%);
	transform:scale(1) /*rotate(0)*/ translateX(105%); 
    right: 0;
}
div.row label .infobulle.top:hover span {
	-webkit-transform : scale(x) rotate(x) translateX(105%);
	transform:scale(1); 
	left: 0;
    bottom: 100%;
}
div.row label .infobulle.left:hover span {
	-webkit-transform : scale(x) rotate(x) translateX(-285%);
	transform:scale(1) /*rotate(0)*/ translateX(-285%); 
    right: 0;
}
.infobulle::first-letter {
    color: #03a9f4;
}
#cocher,
#decocher {
    width: 15px;
    display: block;
}
#cochercase {
    background: #9e9e9e;
    display: inline-block;
    border-radius: 15px;
    padding: 0px 1px 3px 1px;
    text-align: center;
    margin-bottom: -5px;
}

#fullpopup {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#fullpopup label, #fullpopup input {
    float: none;
    display: inline-block;
}

.debugFonction {
	margin-left: 5rem;
	margin-top: 5rem;
	padding: 0.5rem;
	width: auto;
	background: #fbc0c0;
	border: solid 3px #ffabab;
	display: inline-block;
}
.debugFonction::before {
    content: "Erreur de fonction : ";
    color: red;
    font-weight: bold;
}
.debugFonction span {
	color: white;
	background: red;
	padding: 4px 10px;
	border-radius: 3px;
	font-family: "Open Sans", "Segoe UI";
}

.pourcent33 {
    margin: 0 1.5%;
	width: 30%;
	float: left;
}
.pourcent50 {
    margin: 0 2.5%;
	width: 45%;
	float: left;
}
.pourcent66 {
    margin: 0 1.5%;
	width: 63%;
	float: left;
}

.dd-dragel {
    transform: translateY(-131%);
}

.fieldstype {
    display: none;
}
.tox-statusbar__branding {
	display: none;	
}


/*** Début HomePage colonne/article ***/
#bodyTab {
    background: transparent;
}
.homepage {
	
}
.homepage article {
    width: 40%;
	margin-left: 7%;
    margin-bottom: 20px;
    float: left;
    background: white;
	border: 1px solid #e5e5e5;
	box-shadow: 0px 0px 5px #e3e3e3;
}
.homepage article header {
	border-bottom: solid 1px #e5e5e5;
}
.homepage article header h1 {
    margin: 6px 21px;
    font-size: 19px;
}
.homepage article .content {
	padding: 4%;
}
.homepage article footer {
	
}
.homepage article a.button {
    background: rgb(112, 153, 200);
    border-color: #336298;
    border-radius: 3px;
    font-size: 15px;
    line-height: 26px;
    height: 28px;
    border-width: 1px;
    border-style: solid;
    padding: 0px 12px 0px;
    box-shadow: 0 1px 0 #336298, 0px 0px 0px rgb(0 0 0 / 37%);
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-shadow: 0 -1px 1px #336298, 1px 0 1px #336298, 0 1px 1px #336298, -1px 0 1px #336298;
	transition: all 0.1s ease-in-out 0s;
}
.homepage article a.button:hover {
    box-shadow: 0 3px 0 #336298, 0px -1px 5px rgb(0 0 0 / 37%);
    transform: translateY(-2px);
}
.homepage article a.button:active {
    box-shadow: 0 -1px 0 #336298, 0px 0px 0px rgb(0 0 0 / 0%);
    transform: translateY(2px);
}
.homepage #menuHomepage li img.warning,
.homepage #menuHomepage li img.warningred {
    width: 16px;
}
.homepage #menuHomepage li {
    width: 12.4%;
    margin-left: 1.8%;
	list-style: none;
    float: left;
}
.homepagefactures li a,
.homepage #menuHomepage li a {
	display: flex;
    align-items: center;
    justify-content: center;
	
    width: 100%;
	height: 65px;
	text-align: center;
	font-size: 18px;
    background: white;
	position: relative;
	border: 1px solid #e5e5e5;
	box-shadow: 0px 0px 5px #e3e3e3;
	transition: all 0.2s ease-in-out 0s;
}
.homepagefactures {
    text-align: center;
}
.homepagefactures li {
	list-style: none;
    display: inline-block;
}
.homepagefactures li a {
	display: block;
    width: 15rem;
	height: 65px;
	line-height: 65px;
	text-align: center;
	font-size: 18px;
    background: white;
	position: relative;
	border: 1px solid #e5e5e5;
	box-shadow: 0px 0px 5px #e3e3e3;
	transition: all 0.2s ease-in-out 0s;
}
.homepage #menuHomepage li a:hover,
.homepage #menuHomepage li a.actuTab,
.homepagefactures li a:hover  {
    background: #336298;
	color: white;
    text-decoration: none;
}

.homepage #menuHomepage li a:hover span {
	border: solid #336298 5px;
}
.homepage #menuHomepage span.nbrDuJour {
	background: #59ba02;
	color: white !important;
    display: inline-block;
    height: 33px;
    position: absolute;
    left: -7px;
    bottom: -7px;
    line-height: 22px;
    border-radius: 20px;
    min-width: 33px;
	border: solid #FFF 5px;
	transition: all 0.2s ease-in-out 0s;
	padding: 0 3px;
}
.homepage #menuHomepage span.nbrPerime {
	background: #b94a48;
	color: white !important;
    display: inline-block;
    height: 33px;
    position: absolute;
    right: -7px;
    bottom: -7px;
    line-height: 22px;
    border-radius: 20px;
    min-width: 33px;
	border: solid #FFF 5px;
	transition: all 0.2s ease-in-out 0s;
	padding: 0 3px;
}
.homepage #menuHomepage span.nbrEnCours {
	background: #07c8e2;
	color: white !important;
    display: inline-block;
    height: 33px;
    position: absolute;
    right: -7px;
    bottom: -7px;
    line-height: 22px;
    border-radius: 20px;
    min-width: 33px;
	border: solid #FFF 5px;
	transition: all 0.2s ease-in-out 0s;
	padding: 0 3px;
}
.homepage #menuHomepage span.nbrTotalNotifs {
	background: #c1c1c1;
	color: white !important;
    display: inline-block;
    height: 33px;
    position: absolute;
    right: -7px;
    bottom: -7px;
    line-height: 22px;
    border-radius: 20px;
    min-width: 33px;
	border: solid #FFF 5px;
	transition: all 0.2s ease-in-out 0s;
	padding: 0 3px;
}
.homepage #menuHomepage span.nbrNotif {
	background: #ffe9ad;
	color: white !important;
    display: inline-block;
    height: 33px;
    position: absolute;
    left: -7px;
    bottom: -7px;
    line-height: 17px;
    border-radius: 20px;
    min-width: 33px;
	border: solid #FFF 5px;
	transition: all 0.2s ease-in-out 0s;
	padding: 0 3px;
}
.homepage #menuHomepage a.actuTab span.nbrPerime, .homepage #menuHomepage a.actuTab span.nbrDuJour, .homepage #menuHomepage a.actuTab span.nbrEnCours, .homepage #menuHomepage a.actuTab span.nbrTotalNotifs, .homepage #menuHomepage a.actuTab span.nbrNotif {
	border: solid #336298 5px;
}
.circle {
    width: 10px;
    margin-left: 2px;
    margin-right: 2px;
    height: 10px;
    border-radius: 50%;
    border: solid 1px white;
}

#bodyTab .listFactures img.statuts,
#bodyTab .listFactures img.iconRabais {
    margin-bottom: 2px;
}
#bodyTab .listFactures .duplicate,
#bodyTab #trier.listFactures tr .optionLine div.archive {
    margin-top: 4px;
}
.factureForm {
    margin-right: 60px;
}
/**** Fin HomePage colonne/article ****/

/**** Début BUTTONS ****/
.buttons {
	background: url(../images/background-button.png),#525252;
	transition: all 0.1s ease-in-out;
	color: white !important;
	font-size: 18px;
	font-weight: normal;
	padding: 4px 13px 4px 13px;
	margin-top: 6px;
	display: inline;
	position: absolute;
	border: none;
	border-radius: 2px;
	cursor: pointer;
}
.buttons:hover, .buttonsimple:hover {
	background: url(../images/background-button.png),#29acb2;
}
.buttons.ajouter {
	margin-left: 30px;
	border-radius: 2px;
}
.widthicon > i,
button > i.fa,
button > i.fab,
button > i.fad,
button > i.fal,
button > i.far,
button > i.fas {
    display: inline;
    margin-right: 0.3rem;
	font-size: .875rem;
}
/**** Fin BUTTONS ****/

/**** Début HomePage CONTENUS ****/
.searchTDB {
	margin-left: auto;
    margin-right: auto;
    width: 90%;
	text-align: center;
	padding-top: 20px;
}
.searchTDB .row > div {
    border: solid 1px #d6d6d6;
    padding: 4px 0;
    background: #eaeaea;
}
.searchTDB select {
    display: inline-block;
	margin-right: 2%;
    width: 130px;
}
.searchTDB label {
    display: inline-block;
    margin-bottom: 0;
}
.searchTDB div.form {
    display: inline-block !important;
	margin-left: 0 !important;
    position: relative !important;
    right: 0px !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
}
.searchTDB input[type='search'] {
	width: 122px;
    padding: 2px 5px;
}
.searchTDB #searchForm {
	width: 230px;
}
.searchTDB #dateForm {
	width: 350px;
}
.searchTDB input.date,
#changeDates input.date {
    display: inline-block;
	width: 150px;
    padding: 1px 5px;
}
.searchTDB input[type="submit"] {
    padding: 3px;
}
.searchTDB input[type="button"] {
    display: inline-block;
    margin: auto;
    width: auto;
    box-shadow: 1px 1px 1px #336298;
    cursor: pointer;
    color: white;
    border: none;
    background: #336298;
    padding: 3px 9px;
}
/*.searchTDB #notif {
	width: 350px !important;
}*/
.legendTDB {
    margin-top: 7px;
    margin-bottom: -15px;
}
.legendTDB span {
    line-height: 13px;
    display: inline-flex;
    border-left: solid 1px black;
    padding: 4px 0.3rem 4px 0;
    border: solid #c7c5c5 1px;
	cursor: pointer;
	transition: all 0.2s ease-in-out 0s;
}
.legendTDB span:hover {
	background: #336298;
	color: white;
}
.legendTDB span i {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    border: solid 1px grey;
    border-radius: 2px;
    margin: 0 0.3rem;
}
/****  Fin HomePage CONTENUS ****/


/****  Bouton Ajout/Suppression ****/
a.ajoutdansactivite {
	right: 50px;
}
h1.entrepriseview {
    margin-bottom: 2rem;
    margin-left: 0;
    float: none;
    width: auto;
    display: inline;
}
a.modifier,
a.modifier:visited,
a.ajout,
a.ajout:visited,
h1 a.modifier {
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	box-shadow: 1px 1px 1px #7D7D7D;
	cursor: pointer;
	color: white;
	border: none;
	background: #77CCD5;
	padding-left: 6px;
	padding-right: 6px;
	line-height: 22px;
	text-shadow: 0 0 2px #1b1b3e66;
	position: absolute;
	margin-top: 36px;
    font-size: 1rem;
    font-weight: normal;
}
.ajout:before {
	content: "\271A";
	color: whitesmoke;
	margin-right: 6px;
}
a.ajout {
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	box-shadow: 1px 1px 1px #7D7D7D;
	cursor: pointer;
	color: white;
	border: none;
	background: #77CCD5;
	padding-left: 6px;
	padding-right: 6px;
	line-height: 22px;
	text-shadow: 0 0 2px #1b1b3e66;
	position: relative;
	margin-top: 36px;
}
a.ajoutCSV {
	/*margin-left: 165px;*/
}
.viewPage a {
	margin-left: 15px;
}
.warning {
	color:red;
}
.warningMessage {
	color: white;
	position: absolute;
	margin-top: 105px;
	background: red;
	top: 0;
	width: 300px;
	left: 50%;
	margin-left: -170px;
	font-size: larger;
	font-weight: bold;
	padding: 20px;
	border: solid 2px white;
	border-radius: 3px;
}
.calculauto {
	width: auto;
	display: inherit;
	background: #336298;
	color: white;
	padding: 3px 10px;
}

/*
#main a {
	margin-left: 0px;
}
*/
input[type="submit"].addDelete {
    width: 22px;
    height: 23px;
    background: url(../images/icon-delete.svg),#dcdcdc;
    border: none;
    margin-top: 1px;
    margin-left: -25px;
    color: white;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
    font-size: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 57%;
    position: absolute;
    display: inherit;
    padding: 0;
    box-shadow: none;
}
input[type="submit"].addDelete:hover {
    background: url(../images/icon-delete.svg),#e44747;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70%;
}
a.back,
a.back:visited {
	margin-right: auto;
	/*margin-top: 16px;*/
	border-radius: 5px;
	text-align: center;
	width: 100px;
	box-shadow: 1px 1px 1px #336298;
	cursor: pointer;
	color: white;
	border: none;
	background: #336298;
	display: block;
}
.clear {
	clear: both;
	height: 0
}
.none {
	display:none;
}

/* Zones Colorées - Début ###############################################*/
.zones {
	border-radius: 2rem;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
	box-sizing: border-box;
	padding: 1rem 0;
}
.zoneA {
	background: #2dadb31a;
}
.zoneB {
	background: #b36c2d1a;
}
.zoneC {
	background: #8bb32d1a;
}
.zoneD {
	background: #432db31a;
}
 .zoneGreen, #main.zoneGreen {
    background-color: #CDE1C1;
}
.formulaireFacture select {
    display: inline-block;
}
.myform select option.moi,
.goodform select option.moi {
	background: #bad3dc;
}
/* Zones Colorées  - Fin ################################################*/

/* Programme  - Début ###################################################*/
.progSection input {
	font-weight: bold;
	text-decoration: underline;
}
.progChapter input {
	font-weight: bold
}
.progChapter td {
	padding-left: 1rem;
}
.progSubChapter td {
	padding-left: 2rem;
}
.progSection td:last-child,
.progChapter td:last-child,
.progSubChapter td:last-child {
	display: flex;
}
.progSection td:first-child ,
.progChapter td:first-child ,
.progSubChapter td:first-child {
	width: 4rem;
}
tr.progSection td input.smallinput,
tr.progChapter td input.smallinput,
tr.progSubChapter td input.smallinput {
    padding: 1px 4px;
    margin: 0px 0;
}
tr.progSection td input.focusinput,
tr.progChapter td input.focusinput,
tr.progSubChapter td input.focusinput {
    border: 1px solid transparent;
    background: transparent;
    box-shadow: inset 0 1px 3px transparent;
}
tr.progSection td input.focusinput:focus,
tr.progChapter td input.focusinput:focus,
tr.progSubChapter td input.focusinput:focus {
    border: 1px solid #ccc;
    background: white;
    box-shadow: inset 0 1px 3px #ddd;
}
tr.progSection td input::placeholder,
tr.progChapter td input::placeholder,
tr.progSubChapter td input::placeholder {
	font-weight: normal;
	color: #C3C3C3;
}
.addSubChapter {
	cursor: pointer;
	border-radius: 2px;
	transition: all 0.1s ease-in-out 0s;
}
.addSubChapter:hover {
	transform: scale(1.1);
	background: #b2e478;
}
.bg_textarea {
    background: white;
    padding: 1.2rem 1rem;
    border-radius: 0.5rem;
}
/* Programme  - Fin ####################################################*/

/* texte couleur */
.red a, .red {
	color: #b94a48;
}
.orange a, .orange {
	color: #e89300;
}
.green a, .green {
	color: #59ba02;
}
.important {
	background: #b94a48;
    border-radius: 2px;
    color: #fff !important;
    text-shadow: 0.5px 0.5px 0px #000;
}
.signee {
	background: #59ba02;
    border-radius: 2px;
    color: #fff !important;
    text-shadow: 0.5px 0.5px 0px #000;
}
/* ligne + texte couleur */
.redDate {
	background: #b94a48;
}
.redDate td {
	background: none !important;
}
a.redDate {
	color: white !important;
}
a.redDate:hover {
	background: #902d2b;
}

.orangeDate a {
	color: #e89300;
}
.greenDate {
	background: #59ba02;
}
.greenDate td {
	background: none !important;
}
a.greenDate {
	color: white !important;
}
a.greenDate:hover {
	background: #479600;
}

.yellowDate {
	background: #e7cb00;
}
.yellowDate td {
	background: none !important;
}
a.yellowDate {
	color: white !important;
}
a.yellowDate:hover {
	background: #b9a300;
}

.tdEntre .descriptionActivite {
	background: white;
	position: absolute;
	margin-left: 20%;
    padding: 20px;
	color: black;
	overflow: hidden;
	display: none;
    overflow-y: auto;
    box-shadow: 0px 0px 16px grey;
	margin-top: -165px;
    /*height: 165px;*/
    max-height: 50vh;
    width: 60%;
}
.tdEntre img {
	display: none;
	position: absolute;
    margin-top: 5px;
    margin-left: -69px;
    width: 1%;
    z-index: 9;
}
.tdEntre:hover > .descriptionActivite {
	display: block;
}
.tdEntre:hover > img {
	display: inline-block;
}
.tdEntre .descriptionActivite .descrEntr {
	width: 40%;
    float: left;
    border-right: solid 1px grey;
    padding-right: 3%;
}
.tdEntre .descriptionActivite .devisList {
    width: 53%;
    float: left;
    margin-left: 3%;
}
.tdEntre .descriptionActivite .descrEntr #infosEntreprise {
	display: block;
	float: none;
}
.tdEntre .descriptionActivite .descrEntr #infosEntreprise .row-entreprise {
    margin-left: 0px;
    text-align: left;
}
.tdEntre .descriptionActivite .descrEntr #infosEntreprise .row-entreprise div {
    clear: both;
}
.tdEntre .descriptionActivite .descrEntr #infosEntreprise .row-entreprise div span {
    float: right;
    text-align: right;
    margin-top: 2px;
}

h1 {
	display: inline-block;
	margin: 27px 5px;
}

#main > a.ajout {
    position: static;
}
#mainTab {
	/*font-family: 'sciflysans';*/
}
label span:not(.text-danger) {
    color: grey;
    font-size: 12px;
    margin-top: -4px;
    display: block;
}
#footer {
}
/**** Menu ****/
#btbackpage {
	color: white;
    float: left;
    padding: 0 1rem;
    line-height: 35px;
    border-radius: 5px;
    transition: all 0.2s ease-in-out 0s;
}
#btbackpage:hover {
    background: #1d4573;
}


#navbarTop .navbar-brand img {
    height: 2.3rem;
	background: rgb(255 255 255 / 50%);
    border-radius: 5px;
}
#navbarTop span > i,
#navbarTop a > i {
	margin-right: 0.5rem;
}

#navbarTop .dropdown-menu a > i {
    min-width: 1.3rem;
    text-align: center;
}
#navbarTop .dropdown-menu a.active,
#navbarTop .dropdown-menu a:active {
	background-color: #6897cc;
    color: white;
}
#navbarTop .dropdown-menu a:hover {
	background-color: #6897cc;
    color: white;
}

#navbarTop button.navbar-toggler {
    margin-top: 5px;
    margin-bottom: 5px;
}
#navbarTop button.navbar-toggler {
    margin-top: 5px;
    margin-bottom: 5px;
}


.ongletTop, .ongletBottom {
	display: none;
}

.prestation label, .prestation input{
	float: left;
}
/**** Convention ADD ****/

input[type="time"] {
	width: 110px !important;
	float: left;
    margin-right: 5px;
	
}
.incompletDate {
	width:25%;
}
.incompletHeure {
	width:25%;
}
.incompletMoment {
	width:25%;
	display: inline-block;
}

.programLink {
	text-decoration: underline !important;
	color: blue !important;
}
.deleteFile {
    background: #db7d68 !important;
    color: white !important;
    width: 10px !important;
    height: 10px;
    display: inline-block;
    line-height: 8px;
	font-size: 0px;
    text-align: center;
    border-radius: 2px;
	padding: 0 !important;
	box-shadow: 0 0 0 white !important;
	position: absolute;
	margin-top: 6px !important;
	margin-left: 4px !important;
}
fieldset.formateur {
    padding: .35em .625em .75em;
    border: 1px solid #c0c0c0;
    width: max-content;
    margin-bottom: 5px;
    position: relative;
}
fieldset input.delbutton {
    width: 20px;
    padding: 0;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../images/icon-delete.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75%;
    font-size: 0;
}
.formateurSection {
    border: 1px solid #c0c0c0;
    position: relative;
    background: #fdfdfd;
}
.formateurSectionpart {
    width: calc(25% - 2rem);
    float: left;
    padding: 1rem;
}
.formateursuppl {
    margin-right: 0.3rem;
}
/* A EFFACER : début */
.date_formateur {
    position: absolute;
    margin-left: 194px;
    
    top: 0;
    bottom: 0;
}
.date_formateur thead {
    
}
.date_formateur thead th,
.date_formateur tbody td {
    text-align: center;
}
.date_formateur tbody td {
    text-align: center;
    padding-top: 50%;
    padding-bottom: 7%;
}
.date_formateur thead ~ tbody td {
    padding-top: 15%;
    padding-bottom: 2%;
}
.date_formateur tbody td input {
    width: 20px;
}
.date_formateur .infobulle span  {
    margin-top: -58px;
}
/* A EFFACER : fin */

.date_formateur_contrat {
    position: absolute;
    margin-left: 194px;
    
    top: 0;
    bottom: 0;
}
.date_formateur_contrat .thead {
    position: absolute;
    transform: translateY(-100%);
}
.date_formateur_contrat .thead > div {
    display: inline-block;
    text-align: center;
}
.date_formateur_contrat .larg1 {
    width: 3rem
}
.date_formateur_contrat .larg2 {
    width: 6rem
}
.date_formateur_contrat .larg3 {
    width: 9rem
}
.date_formateur_contrat .larg4 {
    width: 12rem
}
.date_formateur_contrat .tbody {
    height: 100%;
    width: 100%;
}
.date_formateur_contrat .tbody > div {
    display: inline-block;
    text-align: center;
    width: 3rem;
    height: 100%;
}
.date_formateur_contrat .thead > div input,
.date_formateur_contrat .tbody > div input {
    width: auto;
    margin-top: 2rem;
}
.date_formateur_contrat .contratcol {
    width: 3rem;
    display: inline-block;
}
.datesConv .sessionChoix.sessionChoixcontrat {
    width: 87%;
}
.datesConv .sessionChoix.sessionChoixcontrat > label,
.datesConv .sessionChoix.sessionChoixcontrat > input {
    width: 10rem;
}
/**** Convention ADD FIN ****/


/**** Commande des onglets ****/
		
																			
.onglets {
	text-transform: uppercase;
	line-height: 28px;
	text-align: center;
	list-style: none;
	display: flex;
	margin-left: -40px;
	padding: -1px;
	border-top: solid 3px #336298;
	overflow: hidden;
	padding-bottom: 15px;
	margin-right: -39px;
	box-shadow: 0px -5px 5px -5px #333;
}
.onglets li {
	background: #336298;
	border-radius: 0 0 15px 15px;
	padding-left : 20px;
	padding-right : 20px;
	margin-right : 5px;
	cursor: pointer;
	transition: all 0.2s ease-in-out 0s;
	color: white;
}
.onglets li:hover {
	transform: scale(1.10);
	-moz-transform: scale(1.10);
	-webkit-transform: scale(1.10);
	-o-transform: scale(1.10);
	box-shadow: 0 0 10px black;
}
/**** Titre avec bouton à côté ****/
.ongletTop h2, .ongletBottom h2 {
	display: inline-block;
	margin: 32px 4px;
}

.btsPrevNext {
    display: inline-flex;
    position: fixed;
    margin-left: 150px;
    z-index: 9;
}
.btPrevNext a {
    background: #336298;
    color: white !important;
    position: relative;
}
.btPrevNext a span.arrow {
    font-size: 3rem !important;
    position: absolute;
    top: -1.55rem;
    color: #00BCD4 !important;
    transition: all 0.2s ease-in-out 0s;
}
#btPrev a span.arrow {
    left: 0.3rem;
}
#btNext a span.arrow {
    margin-left: 0.1rem;
}
#btPrev a {
    padding: 0.4rem 0.6rem 0.4rem 1.4rem;
    margin: 0rem 0.1rem;
}
#btNext a {
    padding: 0.4rem 1.4rem 0.4rem 0.6rem;
    margin: 0rem 0.1rem;
}

#btPrev a:hover span {
    text-indent: -0.2rem;
}
#btNext a:hover span {
    text-indent: 0.2rem;
}
/**** Test CSS formulaire ****/

/**** Animation "Message" ****/
.echec {
	animation-duration: 10s;
	font-weight: bold;
	background: #be1f1fcf /*#BE1F1F*/;
	color: #FFF;
	height: 0px;
	text-align: center;
	line-height: 40px;
	opacity: 0;
    position: fixed;
    bottom: 10px;
    width: auto;
    padding: 0 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 30px 30px;
	animation-name: message;
}
.reussite {
	animation-duration: 10s;
	font-weight: bold;
	background: #00cc00c4 /*#0C0*/;
	color: #FFF;
	height: 0px;
	text-align: center;
	line-height: 40px;
	opacity: 0;
    position: fixed;
    bottom: 10px;
    width: auto;
    padding: 0 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 30px 30px;
	animation-name: message;
}
@keyframes message {
    0% {
        opacity: 0;
	    height: 0px;
	    line-height: 0px;
    }
    8% {
        opacity: 1;
	    height: auto;
	    line-height: 40px;
    }
    92% {
        opacity: 1;
	    height: auto;
	    line-height: 40px;
    }
    100% {
        opacity: 0;
	    height: 0px;
	    line-height: 0px;
    }
}
/**** Fin de l'Animation ****/

/**** Début du Flux RSS ****/
.rssfeed {
    width: 32%;
    margin: 0.5%;
    position: relative;
    float: left;
}
section.rssfeed {
    background: #eaeaea;
    border-radius: 8px;
}
section.rssfeed:nth-child(4n+1) {
    background: #dedede;
}
.rssfeed.rss3 + .rss {
    display: block;
    width: 100%;
    clear: both;
}
.rssfeed h2 {
    text-align: center;
}
.rssfeed ul {
    padding: 0;
    margin: 0;
}
.rssfeed ul li {
    clear: both;
    border: solid 1px grey;
    margin: 5px;
    list-style-type: none;
    border-radius: 5px;
    padding: 15px 15px 0px 15px;
    background: #fffffef5;
}
.rssfeed ul li a {
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
    color: dodgerblue;
}
.rssfeed ul li > p.descrss a {
    color: #00bcd4;
}
.rssfeed ul li a:hover {
    text-decoration: underline;
}
.rssfeed ul li > p.descrss.withimg {
    width: 72%;
    padding-right: 3%;
}
.rssfeed ul li > p.descrss.withoutimg {
    width: 100%;
    padding-right: 0%;
}
.rssfeed ul li > p {
    margin: 0;
    width: 25%;
    display: inline-block;
    
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}
.rssfeed ul li > p img {
    width:100%;
    height: auto;
    border-radius: 3px;
    max-height: 71px;
}

/**** Fin du Flux RSS ****/

.mdpLost {
	cursor: pointer;
}
.iconMdpLost {
	width: 20px;
}
#fenetreDelete,
#fenetreSend,
#fenetreSendStep1,
.fenetreSend,
#fenetreSendFacture,
#fenetreGenFacture,
#fenetreGenFactureOpca {
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
#fenetreDelete .btCancel,
#fenetreSend .btCancel,
#fenetreSendStep1 .btCancel,
#fenetreSendFacture .btCancel,
#fenetreGenFacture .btCancel,
#fenetreGenFactureOpca .btCancel {
	width: 80px;
}
.btFDelete {
	width: 105px;
}
#fenetreSendStep1 {
	display: block;
}
#fenetreQDelete {
	background: white;
	height: 89px;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
	padding: 15px;
	border-radius: 7px;
	text-align: center;
}
#fenetreQDelete.mdpLost {
	height: auto;
}
label[for=description] {
	text-align: left;
}
.icon_validation1{
	height: 12px;
	margin:auto;
}
.icon_validation2{
	height: 10px;
	margin:auto;
}
/**** Présentation Formulaires COMPUTER ****/
.formpart {
	width : 33.33%;
	float : left;
}
.formpartformateur {
	width : 25%;
	float : left;
}
.formpartformateurmdp {
	width : 20%;
	float : left;
}
.formpartDevis {
	width : 25%;
	float : left;
	margin-bottom: 125px;
	margin-top: 125px;
}
.formpartActivite {
	width : 25%;
	float : left;
}
.noteFacture {
	width : 50%;
	float : left;
}
.actudate {
    color: darkgrey;
    float: right;
    font-size: small;
}
.actudatesection section {
    border: solid 1px #efefef;
    padding: 10px;
    margin-bottom: 10px;
}
.actudatesection section h1 {
    margin: 0px 0px 14px 0px;
}
.actudatesection section a,
.actuview a {
    color: cadetblue;
}
.actudatesection section a:hover,
.actuview a:hover  {
    text-decoration: underline;
}
.actuview h1 {
    margin: 5px 5px 27px 5px;
}
.actuview {
    padding: 2rem;
    width: 75%;
    background: white;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 0px 5px #e3e3e3;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
form .indication {
	font-size: 12px;
	color: #535353;
	display: block;
	/*width: 200px;
	margin-top: 44px;*/
}
.formConv {
	width:44.5%;
	float:left;
	display:block;
	margin-right:2%;
	border: solid 1px;
	padding-left: 0.5%;
	margin-bottom: 6px;
}

form > .formpart.minheight {
    min-height: 150px;
}
form {
	margin-left: 50px;
	margin-right: 50px;
}
#searchForm {
	margin-left: auto;
	position: absolute;
	right: 10px;
	margin-top: -13px;
	margin-right: 110px;
}
#searchForm a:before,
a.cancelBt:before {
	content: "\2718";
	color: red;
}
#searchForm .cancelbt {
    background: #da4c1f;
    box-shadow: 1px 1px 1px #822203;
}
form.goodform .currentsearch,
#searchForm .currentsearch {
    background: #fffdc5;
}
label, select {
	display: block;
}
input, textarea, select, option {
	background-color: #e8effc;
}
form:not(.goodform):not(.myform) input:not(.btn):not(.form-control):not(.form-check-input),
textarea, select, .inputbt {
	padding: 3px;
	border: 1px solid #F5C5C5;
	border-radius: 5px;
	box-shadow: 1px 1px 2px #C0C0C0 inset;
}
/*input:not(.btn):not(.addProduct):not(.addProductDevis):not(.duplicProduct), textarea, select, .inputbt {
	width: 200px;
}*/
input[type="checkbox"] {
	width: 20px;
	box-shadow: none;
}
#changeDates {
    text-align: right;
    margin-top: 4px;
}
legend{
	width:90%;
	margin-bottom: 5px ;
	margin-top:10px;
    font-size: 1.2rem;
}
legend span {
    font-size: 14px;
    color: gray;
}
legend span a {
	color: blue !important;
}
.versionConvention{
	font-size: 16px;
	margin-left:6px;
}
.formConv h2 {
	display:inline-block;
}
.formConv .entreprise {
	display: inline-block;
    margin-left: 0.5rem;
    width: 7rem;
}
select {
	padding: 3px;
	border: 1px solid #F5C5C5;
	border-radius: 5px;
	width: 208px; /* Taille différente des inputs car le selects'afficher plus petit */
	box-shadow: 1px 1px 2px #C0C0C0 inset;
}
input[type="radio"] {
	width: 10%;
	box-shadow: none !important;
    margin-top: 4px;
}
input[type="checkbox"] {
	box-shadow: none !important;
}
.labelForRadio {
	display: inline-block;
}
.note {
	width: 100%;
	height: 150px;
}
.or {
	margin: 12px 0px 6px 0px;
	text-align: center;
	width: 200px;
}
.spanLegend {
	font-size: 15px;
}
.sublegend {
    color: black;
    line-height: 0.5rem;
    display: block;
    margin-bottom: 0.5rem;
}
.descBackground {
	background: white;
    padding: 15px;
    margin-top: 15px;
}
.asterisc, #obliP1, #obliP2, #obliE {
	color: red;
	display: inline;
}
/**** Fin Présentation Formulaires COMPUTER ****/

/****  Bouton de validation ****/
button[type=submit]:not(.btn),
input[type=submit]:not(.btn) {
	margin: auto;
	width: auto;
	box-shadow: 1px 1px 1px #336298;
	cursor: pointer;
	color: white;
	border: none;
	background: #336298;
	padding: 3px 28px;
    transition: all 0.1s ease-in-out 0s;
}
button[type=submit]:hover,
input[type=submit]:hover {
    transform: scale(1.05);
}
input[type=submit].addFormation {
	margin-top: 6px;
}
input[type=submit].yellowDate {
    background: #e7cb00;
    color: black;
    box-shadow: 1px 1px 1px black;
}
button.bt-little[type=submit],
input.bt-little[type=submit] {
	padding: 5px 8px;
}
.settingsSectionsTitle button[type=submit] {
    color: #22548c;
    background: #7ba0ca;
    padding: 5px 28px;
    font-size: 1rem;
    float: right;
    border: solid #bcd1e9 1px;
    border-radius: 5px;
}

.sendFormations, .seeFormations, .dlFormations, .genFormations {
	float: right;
	margin-right: 4px;
	margin-left: 6px !important;
	margin-top: 16px;
	border-radius: 5px;
	text-align: center;
	padding: 0 10px;
	box-shadow: 1px 1px 1px #336298;
	cursor: pointer;
	color: white !important;
	border: none;
	background: #336298;
	display: block;
}
#nolink {
	display: none;
	color: red;
	text-align: right;
}

.editIcon {
	width: 17px;
	margin-left: 1px;
	position: relative;
	bottom: 1px;
}
.viewIcon {
	width: 16px;
	margin-left: -1px;
	position: relative;
	bottom: 1px;
	margin-right: 4px;
}
.sendIcon {
	width: 16px;
	margin-left: -4px;
	margin-right: 7px;
	position: relative;
	bottom: 1px;
}
.dlIcon {
	width: 13px;
	margin-left: 1px;
	margin-right: 2px;
	position: relative;
	bottom: 1px;
}

#tarif_jour {
	display: block;
}
.sessionChoix {
	width: 26%;
	display: table-cell;
	margin-right: 7%;
    position: relative;
}
.datesConv .sessionChoix {
	width: 200px;
}
.sessionChoix.formEdit,
.sessionChoix.formAdd,
.sessionChoix.convAdd {
	width: 155px;
}
.sessionChoix input {
	/*width: 100%;*/
    width: 143px;
}
.sessionChoix input.dateConv {
	width: 90%;
}
.fieldatesformateur .sessionChoix {
	margin-right: 2%;
}
/**** Fin du Test ****/

/* Login / Page de connection - Début ###################################*/
.loginRater {
	background: #ffc0c0;
    padding: 11px 0px;
    text-align: center;
    position: absolute;
    top: -50px;
    width: 400px;
    border-radius: 5px;
    color: #b20000;
}
.cookies {
	position: fixed;
	bottom: 0;
	padding: 1rem 0;
	width: 100%;
	background: #c9eeff;
	color: #03A9F4;
	text-align: center;
}

.popupconnect {
	max-width: 30rem;
    margin-top: 40vh;
}

#reconnexiondiv {
    background: #272727cc;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100vw;
    height: 100vh;
}
#reconnexion {
    width: 426px;
    height: 341px;
    margin-left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin-top: 50vh;
}
#bodyreconnexion {
    background: transparent;
}
#bodyreconnexion #loginPage {
    background: #7ca3af;
    border: solid 2px white;
    text-align: center;
    height: 150px;
}
#bodyreconnexion h1 {
    margin: 0;
    color: white;
    font-size: 1.6rem;
    text-align: center;
    width: 100%;
}
#viewMdp .fa-eye {
	margin-right: 1px;
}
/* Login / Page de connection - Fin #####################################*/


/* Pages évaluation formateur - Début ###################################*/
#evalform table {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}
#evalform th {
	text-align: center;
	width:240px;
}
#evalform th.mdpLost {
	width:20px;
}
#evalform th.smiley {
	width:80px;
}
#evalform td {
	text-align: center;
}
#evalform td input[type="radio"] {
	width:13px;
}
#evalform td select {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#evalform tr.subLabel th {
	font-weight: normal;
}
#evalform tr td textarea {
	width: 95%;
}
/* Pages évaluation formateur - Fin #####################################*/


/* Pages évaluation stagiaire - Début ###################################*/

#evalform.stagiaire .head {
	background: #336298;
	color: white;
}
#evalform.stagiaire .head img {
	height: 22px
}
#evalform.stagiaire tr, #evalform.stagiaire td {
    height: 40px;
}
#evalform.stagiaire .large {
	width: 95%;
}
#evalform.stagiaire .yesno label {
    height: 40px;
    margin: 0;
    line-height: 40px;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */  
}
#evalform.stagiaire .goodbad label {
    height: 40px;
    margin: 0;
    line-height: 40px;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */  
}
#evalform.stagiaire .troppas label {
    height: 40px;
    margin: 0;
    line-height: 40px;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */  
}
#evalform.stagiaire .troppas table .title {
	border-right: solid 1px black;
	width: 26.8%;
}

/* Pages évaluation stagiaire - Fin #####################################*/


/* Facture - Début #####################################################*/
.windowsArchive form {
    margin-left: 5px;
    margin-right: 5px;
}
.windowsArchive div.content {
    padding: 0;
}
.windowsArchive form .buttonswindowsArchive input {
    display: inline-block;
    width: 121px;
    float: none;
}
#excelDList {
    text-align: center;
}
#pdfDList {
    text-align: center;
    width: 100%;
}
.excelDLabsolut {
    position: absolute;
    margin-top: -35px;
}
.pdfDL {
	background: url(../images/pdf-icon.svg) left center no-repeat, #bb422f;
	background-size: 25px;
	background-position:  6px center;
    color: white !important;
    display: inline-block;
    border-radius: 3px;
    line-height: 30px;
    padding: 0px 9px 0px 41px;
    
    margin-top: 5px;
    margin-bottom: 5px;
	
	transition: all 0.3s ease-in-out 0s;
}
.pdfDL:hover {
	background: url(../images/pdf-icon.svg) left center no-repeat, #9c2d1c;
	background-size: 25px;
	background-position:  10px center;
}
.viewPourcent {
	text-shadow: 0px 0px 1px black,0px 0px 1px black,0px 0px 1px black,0px 0px 1px black,0px 0px 1px black;
    font-size: 22px;
    height: 0px;
    display: block;
    margin-top: -3px;
}

.ConvocPDF .pdfDL {
    margin-bottom: 5px;
    margin-top: 5px;
}
.ConvocPDF .pdfDLConv {
    background: #bb422f;
    display: block;
    width: 2rem;
    border-radius: 6px;
}
.ConvocPDF .pdfDLConv img {
    height: 1.4rem;
    margin: 0.2rem 0.1rem 0rem 0.1rem;
}
/* Facture - Fin #####################################*/


/* Reglages - Début #####################################################*/
.settingsSectionsMenu a {
    background: #336298;
    padding: 1rem;
    margin-bottom: 0.3rem;
    display: inline-block;
    color: white !important;
    transition: background 0.3s ease-in-out 0s;
}
.settingsSectionsMenu a:hover {
    background: #6492c7;
}
.settingsSectionsTitle {
    background: #336298;
    padding: 5px 50px;
    color: white;
    font-size: 1.5rem;
    margin: 2rem 0 1rem 0;
}
.settingsSectionsTitle i {
    margin: 0.2rem 1rem 0.1rem -1rem;
}
.settingspage .settingsSectionsTitle + * {
    padding: 5px 50px;
}
.delButton {
    background: #336298;
    border: solid 2px #5785b9;
    color: aliceblue;
    padding: 3px;
    transition: all 0.3s ease-in-out 0s;
}
.delButton:hover {
    background: aliceblue;
    color: #336298;
}
.linksettings {
    border: dotted 1px #336298;
    padding: 2px 5px;
    background: white;
    transition: all 0.3s ease-in-out 0s;
}
.linksettings:hover {
    border: solid 1px #336298;
}
/* Reglages - Fin #######################################################*/

/* Buttons - Début #####################################################*/
.excelDL {
	background: url(../images/excelDL.png) left center no-repeat, #1e7145;
	background-size: 25px;
	background-position:  6px center;
    color: white !important;
    display: inline-block;
    height: 30px;
    margin-left: 0.5%;
    margin-right: 0.5%;
    border-radius: 3px;
    line-height: 30px;
    padding: 0px 6px 0px 47px;
    margin-bottom: 10px;
    border: none;
}
/* Buttons - Fin #######################################################*/

/* Tableaux - Début #####################################################*/
#trier {
	color: black;
	border-collapse: collapse;
	FONT: 12 Arial;
	TEXT-ALIGN: center;
	max-width: 1400px;/*min-width: 875px;*/
	margin-top : 20px;
    background: #f6f6f6;
}
#trier .title {
	font-size: 14px;
	background: #525252;
	color: white;
}
#trier .title td {
	padding: 5px 0px 5px 0px;
}
#trier .title SPAN {
	cursor: pointer;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.2s ease-in-out;
}
#trier .title SPAN:hover {
	color: #ad0000;
}
#trier .title.titleperiode {
	background: #6a6a6a;
}
#trier .line {
	padding: 5px 0 5px 0;
	min-height: 19px;
}
#trier .trLigne1 {
	background: #f3f3f4;
}
#trier .trLigne2 {
	background: #fff;
}
#trier .trLigne1.itsmyform {
	background: #9db8c1;
}
#trier .trLigne2.itsmyform {
	background: #bad3dc;
}
#trier .cadre-site-1,
#trier .cadre-site-1-bis {
	border: solid 1px #e2e2e2;
	transition: background 0.2s ease-in-out;
	background: #ececec;
}
#trier .itsmyform .cadre-site-1,
#trier .itsmyform .cadre-site-1-bis {
	border: solid 1px #e2e2e2;
	transition: background 0.2s ease-in-out;
	background: #9db8c1;
}
#trier .cadre-site-2,
#trier .cadre-site-2-bis {
	border: solid 1px #e2e2e2;
	transition: background 0.2s ease-in-out;
}
#trier tr:hover .cadre-site-2,
#trier tr:hover .cadre-site-2-bis,
#trier tr:hover .cadre-site-1,
#trier tr:hover .cadre-site-1-bis {
	background: #336298 !important;
	color: white;
	cursor: default;
}
#trier tr.notification:hover > td.cadre-site-2 > a.notification,
#trier tr.notification:hover > td.cadre-site-2-bis > a.notification,
#trier tr.notification:hover > td.cadre-site-1 > a.notification,
#trier tr.notification:hover > td.cadre-site-1-bis > a.notification {
	color: white !important;
    text-shadow: 0 0 0 white;
}
#trier td a:not(.btn) {
	display: inline-table;
    margin: 0 !important;
    min-height: 14px;
    width: 100%;
}
/*#trier td a::after {
    content: '';
    height: 1rem;
    display: inline-block;
}*/
#trier tr:hover td a:not(.btn):not(.dropdown-item) {
	color: white !important;
}
#trier tr:hover td a.black {
	color: black !important;
}
#trier tr .card {
    text-align: left;
}
#trier th i {
    color: white;
}
#datetoday {
    float: right;
    margin-right: 5%;
}
a.btInTd {
    transition: all 0.2s ease-in-out 0s;
}
a.btInTd:hover {
    background: rgb(112, 153, 200);
    color: white;
}
.tdescription {
    max-width: 15rem;
}
.totalAfficher {
    text-align: center;
    padding: 0.5rem;
	display: inline-block;
	width: 100%;
}
.montantRed,
span.colorRed {
    color: #ff0000;
}
.montantGreen {
    color: #63d01b;
}
.montantOrange {
    color: #e28e0f;
}
.pointDinterogation {
	cursor: help;
}
img.statuts,
td img.statuts {
	height: 20px;
	margin-bottom: 2px;
}
.statuDevis0 a {
    background: #336298;
    color: white;
}
.statuDevis1 a {
    background: #e7cb00;
}
.statuDevis2 a {
    background: #b94a48;
}
#trier input[type="checkbox"] {
	width: auto;
}
.devisList #trier {
	margin-top: 9px;
}
.thNone {
    position: absolute;
    margin-left: -30px;
}
.tdNone {
    width: 0;
    height: 0;
    font-size: 0;
    border-left: none !important;
}
.tdNoBorderRight {
    border-right: none !important;
}
.linkDL {
	background: #77CCD5;
    margin: 2px !important;
    padding: 0px 4px;
    display: inline-block !important;
    border-radius: 1px;
    color: #077985 !important;
}
#downloadTable {
    text-align: center;
}
#downloadTable th {
    text-align: center;
}
#downloadTable a:not(.btn) {
	display: inline-block;
    border-radius: 5px;
    text-align: center;
    color: white;
    border: none;
    background: #60cff1 /*#77CCD5*/;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 22px;
    text-shadow: 0 0 2px #1b1b3e66;
	margin-top: 2px;
	margin-bottom: 2px;
	cursor: pointer;
}
#downloadTable td.titleTd {
	cursor: help;
}
#downloadTable td > ul {
	display: inline-block;
    border-radius: 5px;
    text-align: center;
    color: white;
    border: none;
	list-style: none;
    background: #D0D1D1;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 22px;
    text-shadow: 0 0 2px #1b1b3e66;
	margin-top: 2px;
	margin-bottom: 2px;
}
#downloadTable td > ul > li {
	cursor: default;
}
#downloadTable td > ul:hover > li > ul {
	display: block;
}
#downloadTable td > ul > li > ul {
	transition: all 0.3s ease-in-out 0s;
	display: none;
	overflow: hidden;
	position: absolute;
	list-style: none;
	background: white;
	margin: 0;
	/*padding: 10px;*/
	padding: 0;
	margin-left: -100px;
	color: black;
	text-align: left;
	border: solid 1px #e0e0e0;
}
#downloadTable td > ul > li > ul > li {
	margin-left: 10px;
	margin-right: 10px;
}
#downloadTable td > ul > li > ul > li:first-child {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#downloadTable td > ul > li > ul > li:last-child {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#downloadTable a.bgRed {
    background: #de7f7f ;
}
#downloadTable a.bgOrange {
    background: #f7c327 ;
}
#tableLegend {
	margin-left: 5%;
}
#tableLegend div {
	display: inline-block;
}
#tableLegend div span {
	background: #ececec;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 20px;
    border: solid white 3px;
    margin-bottom: -5px;
}
#tableLegend div span.g {
	background: #59ba02;
}
#tableLegend div span.r {
	background: #b94a48;
}
.trSetting1 {
    background: #7ba0ca;
}
.trSetting2 {
    background: #a8c2df;
}
a.notification  {
	/*background: #ffe9ad !important;*/
}
a.notification:hover  {
	/*background: #f7d67d !important;
	color: #000 !important;*/
}
#trier tr.notification:hover > td > a.notification {
	color: #000 !important;
}
#trier tr.etatNoFormateur:hover > td > a.etatNoFormateur, #trier tr.convNoSend:hover > td > a.convNoSend {
	color: #FFF !important;
}
.notification td {
	/*background: none !important;*/
}
a.convNoSend, a.etatNoFormateur {
	/*background: #b94a48 !important;
	color: #fff !important;*/
}
a.convNoSend:hover, a.etatNoFormateur:hover {
	/*background: #902d2b !important;
	color: #fff !important;*/
}
a.convNoSend img.warning, a.etatNoFormateur img.warning/*,
.notification .warning ~ .warningred*/ {
	opacity: 0;
    width: 0;
}

.notification .warning,
.notification .warningred {
	height: 14px;
	margin-bottom: -2px;
}
.colorcircle {
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
}
/* Stagiaires non remplis */
tr td.notifStag {
    background: #ffc0c0 !important;
}
tr td.notifStag a {
    color: #820000;
    text-shadow: 0.5px 0.5px 0px #f1e1df;
}
/* Formateur non remplis */
tr td.notifForm {
    background: #ffc0c0 !important;
}
tr td.notifForm a {
    text-shadow: 0.5px 0.5px 0px #f1e1df;
}
/* Convention non envoyée */
tr td.notifSend {
    background: #ffc0c0 !important;
}
tr td.notifSend a {
    text-shadow: 0.5px 0.5px 0px #f1e1df;
}
/* Evaluation formateur non remplis */
tr td.notifEvalForm {
    background: #b3ddff;
}
tr td.notifEvalForm a {
    text-shadow: 0.5px 0.5px 0px #dfeaf1;
}
/* Evaluations stagiaires non remplis */
tr td.notifEvalStag {
    background: #b3ddff;
}
tr td.notifEvalStag a {
    text-shadow: 0.5px 0.5px 0px #dfeaf1;
}

table#trier.tableHomeConv {
    background: white;
}
.imgInLine {
	height: 2rem;
    width: 2rem;
    margin-bottom: -5px;
}
/* Tableaux - Fin ##########################################################*/

/* Tableaux mini - Début ###################################################*/
.input-ordre {
	width: 3rem;
}
.input-delete {
	
}
/* Tableaux mini - Fin #####################################################*/

/* Synthèse - Début ########################################################*/
.pctnbr {
    color: #a1a1a1;
    font-size: 10px;
}
/* Tableaux - Fin ##########################################################*/

/* PAGE CONTACTS - Début ################################### */
.docTable .delete,
.docTable input[type=submit].delete,
.facturationTable .delete {
    width: 27px;
    height: 27px;
	border: 0;
    padding: 0;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
    font-size: 0px;
    background: url(../images/icon-produit-delete.svg),#dcdcdc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 57%;
}
.docTable .delete:hover,
.docTable input[type=submit].delete:hover  {
	background: url(../images/icon-produit-delete.svg),#e44747;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 70%;
}
.docTable table {
	width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.docTable table th {
	text-align: center;
}
.docTable table td {
	text-align: center;
}
.docTable table tr:hover a {
	color: white !important;
}
.docTableNoDel table td {
    padding-top: 5px;
    padding-bottom: 5px;
}
/* PAGE CONTACTS - Fin  #################################### */

#contacts, #comptables, #opca {
	/*margin-bottom: 50px;*/
}

#entrepriseSelect {
	display: inline;
}
/***** Fiche s *****/

#infosEntreprise {
	display: inline-flex;
	font-size: 16px;
	float: right;
}
.row-entreprise {
	font-weight : bold;
	color: #336298;
	margin-left: 25px;
}
#infosEntreprise span {
	font-weight: normal;
	color: black;
	font-size: 14px;
}
/***** Pied de page *****/
#footer {
	margin-top: 25px;
	background: #336298;
	color: white;
	left: 0px;
	text-align: center;
}
#footer a:not(.btn) {
	color: white;
	text-decoration: underline;
}
.noneButton{
	display:none;
}

table {
	font-size: 1em;
}
.ui-draggable, .ui-droppable {
	background-position: top;
}

/***** Présentation pour petits écrans *****/
@media (max-width: 1400px) {
	/*
		#infosEntreprise{
		position: relative;
		top:30%;
	}
		*/
		/*
	.ongletTop, .ongletBottom{
		display: inline-flex;
	}*/
	a.back {
		margin-right: auto;
		margin-top: 16px;
		border-radius: 5px;
		text-align: center;
		width: 100px;
		box-shadow: 1px 1px 1px #336298;
		cursor: pointer;
		color: white;
		border: none;
		background: #336298;
		display: block;
	}
	
}
/****  CSS pour les smartphones ****/ 
@media (max-width: 1100px) {
	
	#infosEntreprise{
		float:none;
    	display: flex;
	}
    .rssfeed {
        width: 49%;
    }
    .rssfeed.rss3 + .rss {
        display: inline;
        width: 0%;
        clear: none;
    }
    .rssfeed.rssT2 + .rss {
        display: block;
        width: 100%;
        clear: both;
    }
}
@media (max-width: 915px) {
	.sb-slidebar sb-left sb-active {
		background-color : #336298;
	}
	#menu a {
		color: white;
		display: block;
	}
	#menu a:hover {
		background: rgb(112, 153, 200);
	}
	#menu {
		color: white;
		background-color : #336298;
		text-align: center;
		/*font-family: 'sciflysans';*/
	}
	#menu ul {
		padding-bottom: 30px;
		line-height: 2px;
		margin-right: 0px;
		display: block;
	}
	#menu span {
		color: white;
		float: none;
		font-size: 14px;
	}
	#menu li {
		list-style: none;
		border-bottom: 1px solid whitesmoke;
		margin: auto;
		color: white;
		text-align: center;
		padding: 0px 20px;
	}
	#menu li:last-child {
		border: none;
	}
    #menu ul > li > ul {
        position: relative;
        display: block;
        padding: 0;
        margin: 0;
        width: 100%;
        border: none;
    }
	#main {
		margin-left: 0;
		margin-right: 0;
	}
	form {
		margin-left: 0;
		margin-right: 0;
	}
	#main > h1 {
		margin-left: 24px;
	}
	.settingsSectionsTitle {
		padding: 5px 23px;
	}
	.noneMobile {
		display: none;
	}
    .rssfeed {
        width: 100%;
    }
	/**** Présentation Formulaires SMARTPHONES****/
	.formpart {
		width : 100%;
		float : center;
	}
	.formpartformateur {
		width : 100%;
		float : center;
	}
	.formpartformateurmdp {
		width : 100%;
		float : center;
	}
	#searchForm {
		margin-left: auto;
		margin-top: -13px;
		margin-right: 110px;
		position: initial;

	}
	#footer a img {
	    width: 15px;
		margin-left: 9px;
		margin-right: 9px;
		margin-top: -19px;
		position: relative;
		bottom: -6px;
	}
	#footer {
	}
	.note {
		width: 100% !important;
		height: 150px !important;
	}
	#evalform.stagiaire {
		margin: 0;
	}
	#evalform.stagiaire .goodbad label {
		width: 40px;
	}
	#evalform.stagiaire .troppas label {
		line-height: normal;
		text-align: center;
	}
	#evalform.stagiaire .troppas td input[type="radio"] {
		width: 100%;
	}
	
	.all-center {
		margin: auto;
		margin-top: 50vh;
		transform: translateX(0%) translateY(-50%);
	}
	
	.popupconnect {
		margin-top: 10vh;
		transform: translateX(0%) translateY(0%);
	}
	#footer {
		padding: 20px 82px 20px 0;
	}
	
	#btbackpage {
		font-size: 0rem;
	}	
	#btbackpage i {
		font-size: 1.5rem;
    	line-height: 3.1rem;
	}
	#navbarTopmenu {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.homepage article {
		width: 100%;
		margin-left: 0%;
		float: none;
	}
	.homepage #menuHomepage li {
		width: 43%;
		margin-left: 3.5%;
		margin-right: 3.5%;
		margin-bottom: 0.5rem;
	}
	
	/*** Mon Bootstrap - Début ***/
	.w-sm-25 {
		width: 25%!important;
	}
	.w-sm-50 {
		width: 50%!important;
	}
	.w-sm-75 {
		width: 75%!important;
	}
	.w-sm-100 {
		width: 100%!important;
	}
	/*** Mon Bootstrap - Fin ***/
}
/***** Fin PrésentationFormulaires SMARTPHONES****/


/**** Début du Tableau convention ****/
.infosConvdiv {
	display: flex;
}
.infosConv > * {
	padding: 1px;
}
.infosConv .btn:not(.dropdown-toggle) {
	margin-left: 1px;
	margin-right: 1px;
}
.infosConv .btn.dropdown-toggle {
	margin-right: 1px;
}
.infosConv1 {
	background: #ececec;
}
.infosConv2 {
	background: #dedede;
}
.infosConv .btn-group > .btn-sm,
.infosConv .widthicon {
    padding: .125rem .25rem;
}
.infosConv .btn-group > button span:nth-child(2),
.infosConv .widthicon span:nth-child(2) {
	display: inline;
}
.infosConv .btn-group > button span:nth-child(3),
.infosConv .widthicon span:nth-child(3) {
	display: none;
}
@media (max-width: 1358px) {

	.infosConv .btn-group > button span:nth-child(2),
	.infosConv .widthicon span:nth-child(2) {
		display: none;
	}
	.infosConv .btn-group > button span:nth-child(3),
	.infosConv .widthicon span:nth-child(3) {
		display: inline;
	}
}
@media (max-width: 1100px) {
	.infosConv .widthicon,
	.infosConv .btn-group button:not(.dropdown-toggle) {
		font-size: 0;
	}
	.infosConv .widthicon {
    	padding: .25rem .5rem;
	}
	.widthicon > i,
	button > i.fa,
	button > i.fab,
	button > i.fad,
	button > i.fal,
	button > i.far,
	button > i.fas {
		margin-right: 0rem;
	}
}
@media (max-width: 700px) {
	.infosConvdiv {
		display: block;
	}
	.infosConv1 {
		background: #ececec;
		float: left;
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
	}.infosConv2 {
		background: #dedede;
		float: left;
		clear: both;
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
	}
}
/**** Fin du Tableau convention ****/

	
.viewprint {
	display: none;
}

@media print {
	
	header,
	select.myform-select,
	#footer,
    .noneprint,
	hr::after,
	input[type="submit"] {
        display: none !important;
    }
	.viewprint {
		display: block;
	}
	textarea,
	input[type="text"] {
		min-height: 75px;
	}
	html body {
		padding: 0;
		background: transparent;
	}
	.myform-type-15 hr {
		margin-bottom: 2rem;
	}
}
