@charset "utf-8";
/* CSS Document */
@import url("my-components.css"); /* import grid 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;
}
.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;
}

#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;
}

/*** Début HomePage colonne/article ***/
.circle {
    width: 1.5rem;
    height: 1.5rem;
	display: inline-block;
    border: solid #d9d9d9 2px;
}
/**** 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 ################################################*/

/* 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 {
    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;
	
}

/**** 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 ****/

.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;
}
input:not(.btn), 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;
}
.labelForRadio {
	display: inline-block;
}
.note {
	width: 100%;
	height: 150px;
}
.or {
	margin: 12px 0px 6px 0px;
	text-align: center;
	width: 200px;
}
.spanLegend {
	font-size: 15px;
}
.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 #####################################*/

/* 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 .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) {
	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;
}
table#trier.tableHomeConv {
    background: white;
}
.imgInLine {
	height: 2rem;
    width: 2rem;
    margin-bottom: -5px;
}
/* Tableaux - Fin ##########################################################*/

/***** 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) {
	
	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) {
	

}
@media (max-width: 915px) {

	#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.5rem;
		margin-right: 0.5rem;
	}
	form {
		margin-left: 0;
		margin-right: 0;
	}
	#main > h1 {
		margin-left: 24px;
	}
	.settingsSectionsTitle {
		padding: 5px 23px;
	}
	.noneMobile {
		display: none;
	}
	/**** 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;
	}
	
	/*** 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****/


.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;
	}
}
