/* Largeur minimum page : nb onglet x 110 */
/* #site {
	min-width: 1350px;
} */
/* DEBUT BUTTON*/
:root{
    --orange:#f7931e;
    --grey : darkgrey;
    --green :#28a745;    
}
html
{
	scroll-padding-top: 150px;
	scroll-behavior: smooth;
}
button {
    font: inherit;
}

.btn {
    display: inline-block;
    padding: 0.4em 1.2em;
    border: 1px solid transparent;
    color: #212529;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    line-height: 1.5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:not([class*="swal2"]):not([href]):not([onclick]):not([for]):not([id]) {
    cursor: default;
    pointer-events: none;
}
a.btn,
a.btn:hover
{
    text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .btn {
        transition: none;
    }
}

.btn-white {
    color: #FFFFFF;
    fill: #FFFFFF;
}

.btn-white:hover {
    color: #FFFFFF !important;
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary,
.btn-primary:hover,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle,
.btn-dark,
.btn-dark:hover,
.btn-dark.disabled,
.btn-dark:disabled,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle,
.btn-warning,
.btn-warning:hover,
.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle,
.btn-success,
.btn-success:hover,
.btn-success.disabled,
.btn-success:disabled,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle,
.btn-danger,
.btn-danger:hover,
.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle,
.btn-outline-success:hover,
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    fill: #fff;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background-color: transparent;
}

.btn-warning,
.btn-warning.disabled,
.btn-warning:disabled,
.btn-outline-warning:hover,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle,
.custom-control-input:checked~.custom-control-label::before {
    background-color: var(--orange);
    border-color: var(--orange);
}
input.btn-submit
{
	background-color: var(--green)!important;
    border-color: var(--green)!important;
	cursor : pointer!important;
}
.btn-submit-fiche
{
	position: fixed;
    bottom: 1em;
    right: 1em;
    border: none;
    padding: 0.8em 4em!important;
}

.btn-warning:hover {
    background-color: #d18c03;
    border-color: #d18c03;
}

.bg-accent-hover:hover {
    background-color: #d18c03;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    background-color: #ac7404;
    border-color: #ac7404;
}

.btn-outline-success {
    color: var(--green);
    fill: var(--green);
    border-color: var(--green);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: var(--green);
}


.btn-success,
.btn-success.disabled,
.btn-success:disabled,
.btn-outline-success:hover,
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle,
.custom-control-input:checked~.custom-control-label::before {
    background-color: var(--green);
    border-color: var(--green);
}

.btn-success:hover {
    background-color: #d18c03;
    border-color: #d18c03;
}

.bg-accent-hover:hover {
    background-color: #d18c03;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    background-color: #ac7404;
    border-color: #ac7404;
}

.btn-outline-success {
    color: var(--green);
    fill: var(--green);
    border-color: var(--green);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: var(--green);
}

.btn-danger,
.btn-danger.disabled,
.btn-danger:disabled,
.btn-outline-danger:hover,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    background-color: #dd404b;
    border-color: #dd404b;
}

.btn-secondary {
    color: #666666;
    background-color: white;
    border-radius: 0.25em;
    -o-box-shadow: 7px 5px 5px rgba(0, 0, 0, 0.10);
    box-shadow: 7px 5px 5px rgba(0, 0, 0, 0.10);
}

.btn-secondary:hover {
    color: inherit;
    background-color: #f2f2f2;
}

.btn-lightgray {
    color: white;
    background-color: #cccccc;
}

.btn-lightgray:hover {
    color: white;
    background-color: #bbbbbb;
}

.btn-danger:hover {
    background-color: #c43942;
    border-color: #c43942;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    background-color: #aa3139;
    border-color: #aa3139;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-action {
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    background-color: #5a6268;
    border-color: #5a6268;
	margin: 5px;
}

.btn-action:hover {
    color: #fff;
    background-color: #4d555a;
    border-color: #4d555a;
}

.btn-warning {
    color: #FFFFFF;
    background-color: var(--orange);
    border-color: var(--orange);
}

.btn-warning:hover {
    color: #FFFFFF;
    background-color: #ec8409;
    border-color: #ec8409;
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #FFFFFF;
    background-color: var(--orange);
    border-color: var(--orange);
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #FFFFFF;
    background-color: #ec8409;
    border-color: #ec8409;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-success {
    color: #fff;
    background-color: var(--green);
    border-color: var(--green);
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: var(--green);
    border-color: var(--green);
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn .icon {
    display: inline-block;
    height: 0.563em;
}

.btn-icon-big .icon {
    height: 1em;
    vertical-align: middle;
}

.btn.btn-toggle-icon.active .icon {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.btn span:nth-child(2) {
    margin-left: 0.563em;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm>.btn {
    font-size: 0.875rem;
    line-height: 0.7;
    padding: 0.4em;
}

.btn.icon-rotate .icon {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
}
.btn-delete-fichier {
	color: red;
    margin-left: 1em;
    height: 15px;
    width: 20px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
    font-family: cursive;
}
.btn-delete-fichier:hover {
	text-decoration: underline;
}
.btn-historique img {
    height: 22px;
}
/* FIN BUTTON*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ebeff5;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

.d-none {
	display: none !important;
}
.v-none {
	visibility: hidden !important;
}

textarea {
	resize: vertical;
}

span.message {
	color: red;
}

#conteneur {
	width: 100%;
}

#site {
	text-align: center;
	width: 100%;
	padding-bottom: 30px;
}

#haut {
	width: 100%;
	height: 70px;
	text-align: left;
	display: flex;
	align-items: center;
	position: fixed;
	z-index: 9;
	transition: all 100ms linear;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
}

#haut-text {
	text-align: left;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-left: auto;
	margin-right: 1em;
	display: flex;
	align-items: center;
	order: 2;
}

#haut-text span#new-beta {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

#haut-text span {
	font-size: 12px;
	line-height: 1.4em;
	display: inline-block;
	text-align: center;
	margin-right: 1em;
	border-right: 1px solid rgba(255, 255, 255, 0.6);
	padding-right: 1em;
}

#haut-logo {
	height: 70px;
	margin-right: 2em;
	margin-left: 2em;
	order: 1;
	transition: all 100ms linear;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
}

#haut-logo span {
	float: right;
	width: 70px;
	height: 100%;
	display: block;
	background-image: url("../Images/interface-admin/logo-dr.png");
	transition: all 100ms linear;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
}

#haut-logo img {
	border: 0px;
}

.admin-logout-btn {
	font-size: 0;
	width: 32px;
	height: 32px;
	background: url('../Images/interface-admin/logout.png') no-repeat 0 0;
	display: inline-block;
}

#menu-haut-admin {
	min-height: 40px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: fixed;
	z-index: 8;
	top: 70px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	transition: all 100ms linear;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
}

.onglet-menu-haut-admin {
	height: 40px;
	margin: 0 1px 0 0;
	float: left;
	flex-shrink: 0;
}

#ss-menu,
#ss-menu a,
#res-recherche a {
	color: #666666;
}

#menu-haut-admin a {
	display: block;
	height: 40px;
	padding: 0 1.4em;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	-o-transition: all 150ms linear;
}

#menu-haut-admin a:hover {
	background-color: #ffffff;
	color: #0047b2;
}

.new-block-admin {
	width: 990px;
	border: 1px solid #c6c6c6;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

/* h6 {
	margin: 0px;
	padding: 0px;
	width: 99%;
	height: 25px;
	text-align: left;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #c6c6c6;
	line-height: 25px;
	background-color: #ececec;
	margin-bottom: 15px;
} */
h6 {
	color: #5c5c5c;
	background: rgba(247, 248, 251, 0.78);
	border-bottom: 1px solid #dbe0e6;
	font-weight: 400;
	font-size: 16px;
	color: #5c5c5c;
	padding: 8px 0;
	/* margin-bottom: 30px; */
	margin : 0px 0px 12px 0px; 
	width: 100%;
	height: 25px;
	text-align: left;
	line-height: 25px;
	position: relative;
}

h1 {
	font-size: 16px;
	color: #4d4d4d;
	font-family: arial;
}

h2 {
	font-size: 14px;
	color: #ffffff;
	font-family: arial;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 20px;
	line-height: 20px;
	background-color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
}
.text-message a
{
	color: hsl(206,100%,40%);
	font-weight: normal;
	text-decoration: underline;
}
.text-message a:visited
{
	color: #4b2f89;
}
a {
	cursor: pointer;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a img {
	border: 0px;
}

a:hover {
	text-decoration: underline;
}

table.ajout {
	text-align: left;
	width: 100%;
	margin-bottom: 0px;
	border-spacing: 0 0.4em;
}

table.ajout th {
	font-size: 14px;
	padding-right: 1em;
	color: #666666;
}

table.ajout.tab-gestion th,
.tab-gestion th {
	text-align: left;
	padding-left: 10px;
	background-color: #f9f9f9;
	border: 1px solid #e1e1e1;
	}

table.ajout:not(.tab-gestion) th {
	text-align: right;
}

table.ajout td {
	color: #666666;
}

.suiviPrepaDi table.ajout tr th:first-child {
	width: 22%;
}
table.ajout tr th:first-child {
	width: 25%;
}
table.attributionstat-ajout tr th:first-child {
	width: 35%;
}

table.ajout:not(.tab-gestion) td+td {
	width: 25%;
}

form.Preparationinscription[action *="updateAjax"] .ajout input,
form.Preparationinscription[action *="addAjax"] .ajout input {
	display: inline-block;
}

form[action *="updateAjax"] .ajout input,
form[action *="addAjax"] .ajout input {
	display: block;
}

form[action *="updateAjax"] .ajout input+span,
form[action *="addAjax"] .ajout input+span {
	display: inline-block;
	margin-top: 0.2em;
}

form[action *="updateAjax"] table.ajout tr th:first-child,
form[action *="addAjax"] table.ajout tr th:first-child {
	width: 20%;
}
table.ajout.table-ajout-complementbasform
{
	margin-bottom: 1em;
}
.GestionFichier {
	padding-top: 1em;
	line-height: 2em;
}

.GestionFichier th {
	width: 50% !important;
	line-height: 3em;
}

#formNavigator {
	/* top: 158px; */
	height: calc(100% - 170px);
	border: 0;
	position: fixed;
	min-width: 156px;
	margin-left: 5px;
	text-align: left;
	line-height: 20px;
	overflow: auto;
	padding: 5px 0px 5px 10px;
	box-sizing: border-box;
	color: #555555;
	font-weight: normal;
	z-index: 2;
}

.formNavigator-correction {
	border: 1px solid rgb(198, 198, 198) !important;
	padding: 10px !important;
	margin-left: 10px !important;
	top: 158px;
	max-width: 220px!important;
}

.formNavigator-correction li {
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgb(198, 198, 198);
	margin-bottom: 0.2em;
	padding-bottom: 0.2em;
}

.formNavigator-correction li span.label {
	width: 80%;
}

.formNavigator-correction li span.nb {
	margin-left: auto;
}

#formNavigator a {
	color: inherit;
	font-weight: inherit;
}

.formNavigator-header {
	margin-bottom: 1em;
}

.formNavigator-img {
	margin-bottom: 0.8em;
	width: 110px;
	height: 110px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.formNavigator-formations {
	margin-left: 5px;
	padding: 5px 0px 5px 10px;
	border-left: 1px solid #c6c6c6;
}

.txt_plus {
	font-size: 12px;
}

table.tab-gestion {
	width: 900px;
	text-align: left;
	/* font-weight: bold; */
	margin-left: auto;
	margin-right: auto;
}

table.tab-gestion td {
	border: 1px solid #e1e1e1;
}

table.tab-gestion a {
	color: #0055d4;
	font-weight: normal;
	text-decoration: underline;
}

table.tab-gestion a:hover {
	color: #000000;
	text-decoration: none;
}

table.suiviInscription th {
	text-align: center;
}

.photos-ajout-produit {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.photos-ajout-produit img {
	border: 1px solid #e1e1e1;
}

/*
.cadreAjout
{	
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-top: 15px;
}
*/
#menu-haut {
	margin-left: auto;
	margin-right: auto;
	height: 36px;
}

.onglet {
	width: 120px;
	height: 35px;
	float: left;
	margin-right: 1px;
	text-align: left;
	background-image: url("../Images/interface-admin/onglet-h.png");
}

.ss-onglet {
	margin-top: 2px;
	height: 19px;
	float: left;
	margin-left: 10px;
	width: 115px;
}

.ss-onglet a {
	border: 1px solid #808080;
	background-color: #ffffff;
	text-align: center;
	height: 100%;
	width: 100%;
	text-decoration: none;
	color: #000000;
	line-height: 18px;
	display: block;
}

.ss-onglet a:hover {
	border: 1px solid #000000;
	color: #000000;
}

span.s-onglet {
	margin-left: 6px;
	margin-top: 7px;
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 22px;
	display: block;
	line-height: 22px;
}

span#client {
	background-image: url("../Images/interface-admin/onglet-client.gif");
}

span#commande {
	background-image: url("../Images/interface-admin/onglet-commande.gif");
}

span#produit {
	background-image: url("../Images/interface-admin/onglet-produit.png");
}

span#frais-port {
	background-image: url("../Images/interface-admin/onglet-port.gif");
}

span#newsletter {
	background-image: url("../Images/interface-admin/onglet-newsletter.gif");
}

span#actualites {
	background-image: url("../Images/interface-admin/onglet-actu.gif");
}

span#statistiques {
	background-image: url("../Images/interface-admin/onglet-stat.gif");
}

span#administration {
	background-image: url("../Images/interface-admin/onglet-tva.gif");
}

.onglet img {
	text-decoration: none;
	border: 0px;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 5px;
}

.onglet a {
	width: 120px;
	height: 100%;
	display: block;
	background-image: url("../Images/interface-admin/onglet.png");
	background-repeat: no-repeat;
	border-top: 1px solid #959595;
	border-right: 1px solid #959595;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.onglet a:hover {
	background-image: none;
	border-top: 1px solid #4b4b4b;
	border-right: 1px solid #4b4b4b;
}

#premier-onglet {
	margin-right: 2px;
}

#premier-onglet a {
	border-left: 1px solid #959595;
}

#premier-onglet a:hover {
	border-left: 1px solid #4b4b4b;
}

#ss-menu {
	text-align: left;
	width: 100%;
	line-height: 25px;
	color: #666666;
	font-size: 0;
	min-height: 33px;
	position: fixed;
    z-index: 7;
	background-color: #ebeff5;
    -webkit-box-shadow:0px 0px 10px 0px #c6c6c6;
    box-shadow: 0px 0px 10px 0px #c6c6c6;
}

#ss-menu a {
	margin: 10px 1px 0 0;
	text-decoration: none;
	line-height: 1em;
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	padding: 0 0.5em;
}

#ss-menu a:not([href]) {
	cursor: default;
}

#ss-menu a:not(:last-of-type) {
	border-right: 1px solid black;
}

#ss-menu-onglets {
	margin-left: auto;
	margin-right: auto;
}

#ss-menu-accueil {
	text-align: left;
	width: 100%;
	height: 25px;
	line-height: 25px;
	margin-bottom: 10px;
}

#ss-menu-accueil a {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}

#ss-menu-accueil a#lien-accueil {
	float: left;
	margin-left: 15px;
}

#ss-menu-accueil a#lien-deconnexion {
	float: right;
	margin-right: 15px;
}

#ss-menu-accueil a:hover {
	color: #000000;
}

#centre-admin {
	width: 100%;
	padding-top: 50px;
}

table#edit-sms {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

fieldset.admin-no-log {
	width: 400px;
	margin-left: 250px;
}

table#tab-login {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

table.liste-vn thead {
	text-align: center;
	background-color: #3771c8;
	color: #ffffff;
	font-weight: bold;
}

table.ajout {
	margin-left: auto;
	margin-right: auto;
}

table.liste-vn td {
	border-bottom: 1px solid #e1e1e1;
}

table.liste-vn td a {
	text-decoration: none;
	color: #002255;
}

table.liste-vn td a:hover {
	font-weight: bold;
}

span#erreur {
	font-weight: bold;
	color: red;
	text-align: center;
}

#fiche-client-centre {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}

.block-fiche-client {
	width: 400px;
	float: left;
	text-align: left;
}

.ss-block-fiche-client {
	width: 360px;
	margin-top: 10px;
	border: 1px solid #000000;
	padding: 20px;
	text-align: left;
	font-size: 11px;
}

a.lien-fiche-client {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

a.lien-fiche-client:hover {
	color: #000000;
}

span.titre-ss-blocl-fiche-client {
	font-weight: bold;
	font-size: 11px;
	margin-left: 10px;
	color: #333333;
}

#fiche-commande-centre {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.ss-block-fiche-commande {
	width: 780px;
	margin-top: 10px;
	border: 1px solid #000000;
	padding: 20px;
	text-align: left;
	font-size: 11px;
}

table#fiche-commande-produit {
	width: 100%;
}

table#fiche-commande-produit td {
	border: 1px solid #858585;
	text-align: center;
	font-weight: normal;
}

table#fiche-commande-produit td.vide {
	border: 0px;
	text-align: center;
	font-weight: normal;
}

table#fiche-commande-produit td.titre {
	border: 2px solid #000000;
	text-align: center;
	font-weight: bold;
}

table#fiche-commande-produit td a.bouton {
	display: block;
	height: 18px;
	width: 175px;
	margin-left: 15px;
	margin-bottom: 10px;
	background-color: #e1e1e1;
	color: #858585;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	float: left;
}

table#fiche-commande-produit td a.bouton:hover {
	background-color: #000000;
	color: #ffffff;
}

table#fiche-commande-produit td a.valider {
	display: block;
	height: 18px;
	width: 170px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #000000;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
}

table#fiche-commande-produit td a.valider:hover {
	background-color: #000000;
	color: #ffffff;
}

#stock-entre-sortie {
	width: 1000px;
}

#stock-entre {
	width: 450px;
	border: 2px solid #66ff00;
	height: 120px;
	padding-top: 10px;
	float: left;
}

#stock-sortie {
	width: 450px;
	margin-left: 90px;
	border: 2px solid red;
	height: 120px;
	padding-top: 10px;
	float: left;
}

#rech-accueil {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.Recherche {
	float: left;
	width: 240px;
}

table.res-rech {
	width: 210px;
	margin-left: auto;
	margin-right: auto;
}

#res-recherche {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#res-recherche a {
	color: #0055d4;
	height: 20px;
	width: 930px;
	margin-left: 5px;
	/* display: block; */
	line-height: 20px;
	background-color: #e7f1ff;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}

#res-recherche a:hover {
	color: #000000;
}

#newsletter-form {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.colis {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
}

.colis table {
	text-align: left;
	margin-left: 50px;
}

#pied {
	text-align: center;
	width: 100%;
	height: 25px;
	background-color: #000000;
	line-height: 25px;
	margin-bottom: 25px;
	margin-top: 15px;
}

#pied a {
	text-decoration: none;
	color: #ffffff;
}

hr.clear {
	visibility: hidden;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.titreCategoriePosition {
	color: #ff0000;
	font-weight: normal;
}

table.tab-config {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

table.tab-config td,
table.tab-config th {
	background-color: #e2e2e2;
	margin-bottom: 5px;
}

h3 {
	color: #ff0000;
}


p.p-new-block {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}

p.p-new-block a {
	color: #0055d4;
	font-weight: normal;
	text-decoration: underline;
}

a.lien-rech-acc {
	color: #0055d4;
	font-weight: normal;
	text-decoration: none;
}

a.lien-rech-acc:hover {
	color: #000000;
	text-decoration: none;
}

table#tab-choix-theme {
	width: 420px;
	margin-left: auto;
	margin-right: auto;
}

td.tab-choix-theme-titre {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-left: 5px;
	width: 100px;
	background-color: #efefef;
}

td.tab-choix-theme-img {
	text-align: center;
	background-color: #efefef;
}

td.tab-choix-theme-coche {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-color: #efefef;
	width: 40px;
}



.new-block-admin-resize {
	width: 97%;
	max-width: 1170px;
	border: 1px solid #c6c6c6;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 25px;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	-o-transition: all 150ms linear;
}

h2,
.divH2 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 25px;
	text-align: left;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #c6c6c6;
	line-height: 25px;
	background-color: #ececec;
	margin-bottom: 15px;
	position: relative;
}

.img-new-block-admin {
	padding: 15px;
	margin: 15px;
	float: left;
	background-color: #f9f9f9;
}

.img-new-block-admin a {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.img-new-block-admin a:hover {
	color: #000000;
}

.cadreAjout {
	border: 1px solid white;
}

.cadreAjoutBorder {
	border: 1px solid black;
}

.pagination_gestion {
	margin-bottom: 10px;
}

.pagination_gestion a.pagination_pagecourante {
	color: red;
}

table.evo-mode-liv {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
}

table.evo-mode-liv th {
	border: 1px solid #b1b1b1;
	background-color: #e4e4e4;
	text-align: left;
	padding-left: 2px;
	font-weight: bold;
}

table.evo-mode-liv td {
	border: 1px solid #e4e4e4;
}

.div-numerotation-page {
	display: inline;
}

.lien-action-modif {
	margin: 20px;

}

.lien-action-modif a {
	margin: 10px;
	color: #6c757d !important;
	border: 1px solid #6c757d !important;
}

.lien-action-modif a:hover {
	color: #fff !important;
	border: 1px solid #6c757d !important;
}

.fonctionBandeau {
	color: white !important;
	border: 1px solid white !important;
	margin-right: 1em;
}

.fonctionBandeau:hover {
	color: #6c757d !important;
	background-color: white !important;
	text-decoration: none;
}

table.acompte input {
	width: 80px;
}

td {

	padding-left: 5px;
}

.message-conversation {
	width: 97%;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: white;
	border-collapse: collapse;
}

.message-conversation td,
.message-conversation th {
	border: 1px solid #E1E1E1;
	padding: 5px 15px;
	text-align: left;
	vertical-align: top;
	word-break: break-all !important;
	word-break: break-word !important;
	overflow-wrap: break-word !important;
    max-width: 825px;
}
.message-conversation td hr {
    max-width: 100%;
}
.message-conversation th {
	background-color: #f3f3f4;
}

.auteur-message {
	width: 300px;
	max-width: 300px;
	font-weight: bold;
}

.reponse-auteur-message {
	width: 120px;
	font-weight: bold;
}
a.glightbox
{
	display: block;
	margin: 0.5em 0em;
}
.date-message {
	color: #9B9C9E;
	font-weight: normal;
}

.text-message {
	border: 1px solid #E1E1E1;
}
.text-message img{
	max-width: 240px!important;
	max-height: 240px!important;	
	/* width: 100%!important; */
	height: auto!important;
}

.div-clear {
	border: 0 none;
	clear: both;
	display: block;
	height: 0;
	margin: 0;
	padding: 0;
	width: 99%;
	line-height: 0;
}

#reponse-message {
	width: 680px;
	max-width: 100%;
	min-height: 200px;
	margin-bottom: 10px;
}

#nouvelle_ligne {
	display: none;
}

.cursorpointer {
	cursor: pointer;
}

.supprimer-message {
	background: url("../Images/site/croix-grise.png") no-repeat;
	cursor: pointer;
	height: 10px;
	width: 10px;
	display: block;
	float: right;
	margin-right: 2px;
	margin-top: 2px;
}

.supprimer-message:hover {
	background-image: url("../Images/site/croix-rouge.png");
}

table.tab-gestion .ligneabus a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.tooltips-text {
	background: #fff;
	padding: 4px;
	border: 1px solid #C6C6C6;

}

#multi-page {
	margin-left: auto;
	margin-right: auto;
	color: #ececec;
	line-height: 25px;
}

#multi-page-page {
	padding: 4px;
	margin-left: 5px;
	text-align: center;
	color: #c6c6c6;
}

#multi-page-lien-haut {
	padding: 4px;
	margin-left: 5px;
	text-align: center;
	margin: auto;
}

#multi-page-lien-haut a {
	text-decoration: none;
	color: #c6c6c6;
	font-weight: normal;
}

#multi-page-lien-haut a:hover {
	color: #0055d4;
}

#multi-page-numero,
.multi-page-numero {
	margin-left: 5px;
	display: inline;
}

#multi-page-numero a,
.multi-page-numero a {
	padding: 4px;
	color: #ffffff;
	background-color: #c6c6c6;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
}

.multi-page-numero a:hover,
#multi-page-numero a:hover {
	background-color: #8F8F8F;
}

#multi-page-courrante {
	background-color: #0055d4;
	padding: 4px;
	line-height: 15px;
	margin-left: 5px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	display: inline;
}

table.filtre_table {
	border-width: 0px;
	border-spacing: 0px;
	border-style: hidden;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}

table.filtre_table th {
	border-width: 1px;
	padding: 5px;
	border-style: hidden;
	border-color: gray;
	background-color: white;
}

table.filtre_table td {
	border-width: 1px;
	padding: 5px;
	border-style: hidden;
	border-color: gray;
	background-color: white;
	text-align: left;
	width: 25%;
}

table.filtre_table .td_center td {
	text-align: left;
}

table.filtre_table td.first_td {
	text-align: right;
	padding-right: 20px;
}

table.filtre_table input[type="radio"][id] {
	float: left;
	margin-right: 0.4em;
	margin-left: 0;
}

table.filtre_table input[type="radio"]:not([id]) {
	vertical-align: text-top;
}

table.filtre_table input[type="text"],
table.filtre_table input[type="password"],
table.filtre_table input[type="email"],
table.filtre_table input[type="date"],
table.filtre_table input[type="number"],
table.filtre_table input:disabled:not([type=checkbox]),
table.filtre_table select,
table.filtre_table textarea,
.inputselect
{
	width: 100%;
	height: 26px;
	line-height: 26px;
	margin-bottom: 0;
}

#btn_filtre {
	height: 16px;
	width: 16px;
	position: absolute;
	top: 5px;
	right: 5px;
	background: url('../Images/interface-admin/up.png') top left no-repeat;
}

.noactive #btn_filtre {
	background: url('../Images/interface-admin/down.png') top left no-repeat;
}

#h6_block_filtre {
	margin: 0;
	cursor: pointer;
	position: relative;
}

input[type=submit]:HOVER,
input[type=button]:HOVER {
	background-color: #00A6E2;
	color: #fff;
}


input[type=submit],
input[type=button] {
	padding: 5px 15px;
	margin-top: 15px;
}


.txt_petit {
	font-size: 14px !important;
	line-height: 21px !important;
}

.sideForm {
	display: block;
	margin-left: 15px;
	font-weight: bold;
	color: #000000;
	font-size: 13px;
}

.info-eleve-correction {
	color: red;
	text-decoration: underline;
	margin-left: 5px;
}

.th-rendu-gestion {
	background-color: #FBFBFB !important;
}


.actuecole-accueil-wrapper {
	position: relative;
	padding: 0 70px;
}

.actuecole-accueil-slide-titre {
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.actuecole-accueil-glider-prev {
	left: 1% !important;
	top: 0 !important;
	height: 100%;
}

.actuecole-accueil-glider-next {
	right: 1% !important;
	top: 0 !important;
	height: 100%;
}

.actuecole-accueil-slide a {
	padding: 0 30px;
	text-align: center;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.actuecole-link:link {
	font-weight: bold;
	color: #008BA2;
}

.actuecole-link:visited {
	color: black;
}

.actuecole-line a:hover {
	text-decoration: underline;
}

.actuecole-line {
	display: flex;
	align-items: center;
}

.actuecole-line:not(:first-child) {
	padding-top: 20px;
}

.actuecole-line:not(:last-child) {
	padding-bottom: 20px;
	border-bottom: 1px solid #c6c6c6;
}

.actuecole-hbox {
	display: inline-block;
}

.actuecole-image {
	margin-right: 30px;
	width: 150px;
}

.actuecole-image img {
	max-width: 150px;
	height: auto;
}

.actuecole-titre {
	text-align: left;
	font-size: 1em;
	line-height: 1.643em;
	text-transform: uppercase;
}

.actuecole-preambule {
	text-align: left;
	font-size: 1em;
	line-height: 1.643em;
}

.actuecole-wrapper {
	padding: 25px 40px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.actuecole-paragraphe-corp a {
	font-weight: normal;
	color: #0689d1;
}

.actuecole-accueil-wrapper-actus {
	margin-bottom: 2em !important;
}

.actuecole-paragraphe-corp a:visited {
	color: #5a1a8b;
}

.actuecole-accueil-glider-prev img,
.actuecole-accueil-glider-next img {
	width: 35px;
	height: 35px;
}

.actuecole-accueil-slide-image {
	height: 150px;
}

.actuecole-accueil-slide-image img {
	max-height: 100%;
}

.actecole-accueil-slide-preambule {
	font-weight: normal;
	margin-top: auto;
}

.reponse-text-message #lien-repondre-message {
	float: right;
	display: block;
	margin-right: 10px;
	margin-bottom: 5px;
}

.message-reponsetype {
	width: 98%;
	margin: auto;
	border-collapse: collapse;
}

.message-reponsetype-wrapper {
	margin-top: 10px;
	overflow: auto;
	max-height: 400px;
	min-height: 400px;
}

.message-reponsetype-wrapper td:nth-child(3),
.message-reponsetype-wrapper th:nth-child(3) {
	width: 560px!important;
}

.message-reponsetype-wrapper td:nth-child(2),
.message-reponsetype-wrapper th:nth-child(2) {
	width: 210px!important;
}
.message-reponsetype-wrapper td:nth-child(4),
.message-reponsetype-wrapper th:nth-child(4) {
	width: 40px!important;
}
.message-reponsetype-wrapper td:nth-child(1),
.message-reponsetype-wrapper th:nth-child(1) {
	width: 20px!important;
}

.message-reponsetype th {
	background-color: #f3f3f4;
}

.message-reponsetype td {
	vertical-align: middle !important;
}

.message-reponsetype td,
.message-reponsetype th {
	border: 1px solid #E1E1E1;
	padding: 5px 0 5px 5px;
	text-align: left;
	vertical-align: top;
}

.message-reponsetype th:first-of-type {
	width: 30px;
}

.message-reponsetype th:last-of-type {
	width: 40px;
}

.message-reponsetype-wrapper td:nth-child(1),
.message-reponsetype-wrapper td:nth-child(4) {
	text-align: center;
	padding: 0px 0px 0px 0px;
}

.img-new-block-admin img {
	width: 200px;
}

.critereeval-insert {
	display: inline-block;
	transform: translateY(-50%);
	top: 50%;
	margin-left: 10px;
	position: absolute;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="datetime-local"],
input[type="number"],
input[type="datetime-local"],
input[type="datetime"],
select,
textarea,
.inputselect
select,
textarea,
.inputselect
{
	width: 99% !important;
	max-width: 600px;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #d7dae3;
	color: #4d515d;
	padding-left: 10px;
	background: white;
	outline: none;
	display: inline;
}

textarea {
	height: 100%;
	font-size: 1.1em;
	line-height: 1.1em;
	padding: 0.8em;
}
.cke_source
{
	max-width: inherit!important;
	white-space: inherit!important;
}
input:disabled:not([type=checkbox]),
input:read-only:not([type=submit]):not([type=button]):not([type=checkbox]),
select:disabled,
textarea:disabled {
	background: rgba(0, 0, 0, 0.05);
}

input:read-only
{
	cursor: auto;
}

input[type=checkbox]:disabled {
	background-color: rgba(0, 0, 0, 0.15);
	border-radius: 5px;
}

input[type="checkbox"] {
	background-image: url('../Images/interface-admin/svg/checkbox.svg');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 19px 19px;
	width: 19px;
	height: 19px;
	padding: 0;
	outline: none;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	transition: background-image 150ms;
}

input[type="checkbox"]:checked {
	background-image: url('../Images/interface-admin/svg/checkbox_check.svg');
}

.new-block-admin-resize,
.new-block-admin,
.dr-cat-globale {
	width: 97%;
	max-width: 1190px;
	border: 1px solid #c6c6c6;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 25px;
	background-color: #f1f4f8;
}

div#centre {
	padding-top: 110px;
	transition: all 100ms linear;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
}

h2,
.divH2 {
	margin: 0px;
	padding: 0.4em 0;
	width: 100%;
	height: auto;
	text-align: center;
	color: #000000;
	font-size: 15px;
	font-weight: normal;
	border-bottom: 1px solid #c6c6c6;
	line-height: 25px;
	background-color: #e4e8ee;
	margin-bottom: 15px;
}


.cadreAjout .new-block-admin-resize .divH2 {
	cursor: pointer;
	background-color: white;
	line-height: 32px;
}

.cadreAjout {
	border: none;
	padding: 0 3em;
	margin-bottom: 3em;
}

.cadreAjout .new-block-admin-resize,
.new-block-admin,
.dr-cat-globale {
	background-color: white;
}

.dr-cat-conteneur-ligne {
	width: 990px;
	margin: 5px auto 5px auto !important;
}

.dr-cat-globale {
	width: auto !important;
}

.new-block-admin,
.dr-cat-globale {
	border-top: 3px solid #cdd2da;
}

.cadreAjout .new-block-admin-resize {
	padding: 0 2em;
	box-sizing: border-box;
}
.cadreAjout .new-block-admin-resize-nostyle {
    border:1px solid transparent;
	background-color: transparent;
}
a[href*="getCsv"] {
	margin-top: 0 !important;
}

div[class*="pied_"] {
	margin-bottom: 1em;
}

.lien-option-produit,
.ajout-fonctions,
.dr-ligne-ajout a,
.btnAjoutVersioncontrat {
	min-width: 250px;
}

.ajout-fonctions:not(:first-child) {
	margin-top: 1em;
}

.dr-ligne-ajout {
	margin: 2em 0;
}

.lien-option-produit.likesubmit,
[type="button"],
[type="submit"],
.lien-action-modif a,
.lien-option-produit,
.fonctionBandeau,
.ajout-fonctions,
.dr-ligne-ajout a,.btnAjoutVersioncontrat {
	padding: .25rem 2rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	border: 0;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-ms-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

[type="button"],
[type="submit"],
[type="submit"].btn-submit-grey,
.lien-option-produit,
.ajout-fonctions,
.dr-ligne-ajout a,.btnAjoutVersioncontrat {
	background-color: #6c757d;
}

[type="button"]:hover,
[type="submit"]:hover,
.lien-action-modif a:hover,
.lien-option-produit:hover,
.ajout-fonctions:hover,
.btnAjoutVersioncontrat:hover {
	background-color: #5a6268;
	text-decoration: none;
	color: white;
	border: 0;
}

.cadreAjout .lien-option-produit:only-of-type:hover {
	background-color: crimson;
}

div[class*="pied_"] .lien-option-produit:only-of-type:hover,
.formAjoutPhoto .lien-option-produit:only-of-type:hover,
.dr-ligne-ajout a:hover,
.ajout-fonctions[href*="ajout"]:hover,.btnAjoutVersioncontrat:hover {
	background-color: #28a745;
}

.lien-option-produit.likesubmit,
[type="submit"],
[value="Envoyer"] {
	color: #fff;
	background-color: #28a745;
}

.lien-option-produit.likesubmit:hover,
[type="submit"]:hover,
[value="Envoyer"]:hover {
	background-color: #218838 !important;
}

.w-navigator {
	transition: all 150ms linear;
}

.new-block-admin-resize input[type="submit"] {
	position: fixed;
	bottom: 1em;
	right: 1em;
	border: none;
	padding: 0.8em 4em;
}

form.Contact~.new-block-admin-resize {
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	padding-top: 3em;
	padding-bottom: 0;
	border-top: 2px solid lightgrey;
}

table.tab-gestion {
	width: 95% !important;
	border-collapse: collapse;
}

table.tab-gestion tr {
	line-height: 1.5em;
	background-color: white;
}

table.ajout.tab-gestion thead th {
	text-align: left;
}

.Preparationcontrats .Preparationcontrat {
	margin-top: 4em;
}

.attribution-rendu,
.attribution-conversation
{
	margin-top: 2em;
}

.attribution-rendu input,
.attribution-conversation input
{
	margin: 0 0 0 0.5em;
}

form#sessionBranche select {
	width: auto;
}

input[type="number"],
input[type="date"] {
	width: auto;
}

.admin-login {
	width: 500px;
	background-color: #efefef;
	transform: translateY(20%);
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	-o-transform: translateY(20%);
}

.fiche-entete {
	text-align: left;
	margin-left: 10px;
}

.fiche-entete-section {
	display: inline;
	margin-right: 50px;
}

.a-verifier {
	display: block !important;
}

.monetaire {
	text-align: right;
	padding-right: 3px;
}

#centre-admin input+div:not(.sideForm),
#centre-admin input+span,
#centre-admin input+div+span {
	padding: 0 !important;
	margin-top: 0.2em;
	display: block;
}

.new-block-admin-big .new-block-admin {
	max-width: 1290px !important;
}

.new-block-admin-quickadd .ajout {
	max-width: 220px;
}

.new-block-admin-quickadd table.ajout:not(.tab-gestion) td+td {
	width: auto !important;
}

/* ALERT */
.alert-wrapper.new-block-admin {
	border: 0;
	background: transparent;
	padding-bottom: 0;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

/* ACTUS ECOLE */
.actuecole-fiche-wrapper {
	padding: 45px 80px 45px 80px;
	text-align: left;
}

.actuecole-fiche-titre {
	font-size: 1.786em;
}

.actuecole-fiche-date,
.actuecole-paragraphe-corp {
	font-size: 1em;
	line-height: 22px;
}

.actuecole-paragraphe-titre {
	font-size: 1.357em;
	margin-bottom: 15px;
}

.actuecole-paragraphe {
	margin-top: 30px;
	margin-bottom: 30px;
}
.bold{
	font-weight: bold;
}

/* SUIVI DI*/
.recapecheancier
{
	margin-bottom:20px;
}
.recapecheancier .complement
{
	width: 400px!important;
}
.chb-qal
{
	display: inline-block!important;
}

.Preparationinscription  .cadreAjout {
    border: none;
    padding: 1em 0em;
    margin-bottom: 0em;
}
.Preparationinscription .cadreAjout .new-block-admin-resize {
	padding: 0em;
	border: 0px!important;
	margin-left: 0px;
}
.Preparationinscription .cadreAjout .divH2 {
	display:none
}
.complementDelaiValidite
{
	font-size: 14px;
    padding-right: 1em;
    color: #666666;
	font-weight: 700;
	display: inline-block!important;
}
.suiviPrepaDi-renvoyer
{
	min-width: 90px;
	margin-left: 25px;
}
.suiviPrepaDi-historiquedi,
.suiviPrepaDi-annule,
.suiviPrepaDi-rembourseAcompte
{
	min-width: 110px;
	margin-left: 25px;
}

.suiviPrepaDi-nouveauRib
{
	min-width: 110px;
	margin-left: 10px;
}
.suiviPrepaDi-colPrimaire {
    float: left;
    padding: 0.4em 0em;
	width: 50%;
}
.suiviPrepaDi-colSecondaire
{
	width: 50%;
    float: right;
    display: flex;
	align-items: center;
	padding-top: 0.4em;
}
input[type="date"].suiviPrepaDi-datereceptionacompte
{
	width: 210px!important;
}
.suiviPrepaDi-textaccent
{
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	display: inline-block!important;
}
.suiviPrepaDi-th
{
    flex-shrink: 0;
    margin-right: 1em;
	width: 30%;
}
.suiviPrepaDi-td
{
    width: 100%;
	
}
/* FIN SUIVI DI*/

/* INFOS MANDAT SEPA DANS PREPADI*/
table.ajout .infosMandatSepa-infoOrigine td
{
}
.infosMandatSepa-infoOrigine-label
{
	color: lightgray;
	max-width: 600px;
	display: flex;
	justify-content: space-between;
}
.pl-10 div:first-of-type
{
	padding-left:10px;
}
.infosMandatSepa table.ajout tr:not(.infosMandatSepa-infoOrigine)
{
	margin-bottom: 20px;
}
.infosMandatSepa table.ajout tr th
{
	width: 30%;
}
.infosMandatSepa-infoOrigine-radio
{
	display: inline-block;
}
.infosMandatSepa-infoOrigine-radio:not(:last-child)
{
	margin-right: 10px;
}
.infosMandatSepa table.ajout tr:not(.infosMandatSepa-infoOrigine) th,
.infosMandatSepa table.ajout tr:not(.infosMandatSepa-infoOrigine) td
{
	padding-bottom : 10px;
}
.infosMandatSepa .boutons-action {
    display: flex;
    margin-top: 25px;
    flex-direction: column;
    gap: 1em;
}
.infosMandatSepa .boutons-action a.lien-option-produit {
    width: fit-content;
    margin: auto;
}
.infosMandatSepa .hidden {
   display: none!important;
}
.infosMandatSepa .mentionYousign {
   margin-top :20px;
   color: grey;
   font-style: italic;
}
input.infosMandatSepa-alerte-idenditiqueprospect {
    border: 1px solid red;
}
.infosMandatSepa-spanalerte-idenditiqueprospect
{
	color: red;
	width: 99%;
	max-width: 600px;
	display: block;
}
/* FIN INFOS MANDAT SEPA DANS PREPADI*/

table.historiques-prepadi-entete {
	border-spacing: 0px 1em!important;
}
table.historiques-prepadi {
    width: inherit;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 70px;
	border: 1px solid lightgrey;
	border-collapse: collapse;
}
table.tab-gestion.Actualiteecole td:nth-child(2) {
width: 12%;
}
table.historiques-prepadi th, 
table.historiques-prepadi td {

	border: 1px solid lightgrey;
	padding: 0.4em;
}
table.historiques-prepadi th {
	background-color: #e4e8ee;
}
table.historiques-prepadi td {
	text-align: left;
}
table.historiques-prepadi tr:hover {
	background-color: lavender;
}
table.historiques-prepadi td:nth-child(1) {
	width: 150px;
}
table.historiques-prepadi td:nth-child(2) {
	width: 50%;
}
.actuecole-fiche-roles
{
	margin-top: 2em;
    margin-right: auto;
    margin-left: auto;
    max-width: 60%;
    margin-bottom: 2em;
}

.voir-saisie
{
	margin-left:10px;
}
.suiviPrepaDi-montant {
    display: inline-block;
    margin-left: 10px;
}
tr.suiviPrepaDi-addMarge th, tr.suiviPrepaDi-addMarge td {
    padding-bottom: 10px;
}
.color-green
{
	color:green!important;
}
.color-red
{
	color:red!important;
}
.logo-rib {
    display: inline-block;
    height: 32px;
    vertical-align: middle;
    margin-left: 10px;
}
.infoGestionPhoto
{
	display: inline-block!important;
}
.Preparationinscription.cadreAjout h6
{
	width: 99%;
}


.tcdetailnew-table tr:nth-child(2n)
{
	background-color: lightgray;
}
.tcdetailnew {
    max-width: 100%;
    width: 1400px;
}
.tcdetailnew th {
    font-size: 13px;
    font-weight: 500;
}
.tcdetailnew .content
{
    
    padding : 2%;
}
.tcdetailnew table
{
    border-collapse: collapse;

}
.tcdetailnew table, .tcdetailnew th, .tcdetailnew td
{
    border: 1px solid grey;
}

.tcdetailnew tbody td, .tcdetailnew thead th {
    width: 75px;
}
.tcdetailnew tbody th {
    width: 200px;
}
.preparationcontrathisto-listing .histo
{
	width: 1000px;
}
.preparationcontrathisto-listing .contrat
{
	width: 1100px;
}
.preparationcontrathisto-listing .histo h6,
.preparationcontrathisto-listing .contrat h6
{
	height: auto;
	width: auto;
	padding: 7px;
    display: flex;
    justify-content: space-between;

}
.preparationcontrathisto-listing .histo tr:nth-child(2n)
{
	background-color: rgba(247, 248, 251, 0.78);
}
.preparationcontrathisto-listing .histo td:first-child
{
	width: 170px;
}
.preparationcontrathisto-pdf
{
	height: 25px;
    float: right;
}
.tcdetailnew .liens-action-btn
{
	margin-top : 20px;
}
.tab-coordonnee td,
.tab-coordonnee th,
.tab-coordonneebloc td,
.tab-coordonneebloc th
{
	width: 33%;
    word-break: break-word;
}

.tab-coordonnee tr:nth-child(2n+1)
{
	background-color: #f9f9f9;
}
.tab-coordonneebloc tr:nth-child(2n)
{
	background-color: #f9f9f9;
}

.tab-coordonneebloc thead th
{
	text-align:center;
}

.tab-coordonneebloc
{
	margin-top : 20px;
}

.inputselect  {
	display: block;
	position: relative;
	cursor: pointer;
}
.inputselect span  {
	height: 100%;
    width: 100%;
	display: block;
	user-select: none;
}
.inputselect ul {
    display: none;
	min-width: 100%;
	width: max-content;
    max-height: 300px;
    position: absolute;
	top: 31px;
    left: -1px;
    z-index: 4;
    border: 2px solid #d7dae3;
    border-top: 0 !important;
    background: #fff;
    padding: 10px 40px 0px 8px;
    margin: 0;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* border-radius: 0 0 10px 10px; */
    border-top: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 3px 3px 4px 0 rgba(113, 19, 53, 0.20);
	box-shadow: 3px 3px 4px 0 rgba(113, 19, 53, 0.20);
	/* resize: vertical;
    overflow: auto; */
}

.inputselect li {
	list-style: none;
}

.inputselect ul li div {
	font-size: 14px;
	line-height: 14px;
	color: #232124;
	padding: 7px 0;
	text-align: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
	margin-left: 10px;
}


.checkno,
.checkyes {
	position: relative;
	padding-left: 25px !important;
}

.checkno:before,
.checkyes:before {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.checkno:before {

	content: "";
	position: absolute;
	left: 0;
	height: 12px;
	width: 12px;
	border: 1px solid #E6E6E6;
	background: #E6E6E6;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

}
.open .select:before {
	content: "";
	display : inline-block;
	height : 0;
	width : 0;
	border-right : 5px solid transparent;
	border-bottom : 8px solid #4d515d;
	border-left : 6px solid transparent;
	border-top : 0px solid transparent;
}
.select:before {
    content: "";
	display : inline-block;
	width: 0;
    height: 0;
    position: absolute;
    top: 0px;
    right: 5px;
	border-top : 8px solid #4d515d;
	border-right : 6px solid transparent;
	border-left : 5px solid transparent;
	top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* .open .select:before {
	content: "";
}
.select:before {
    content: "";
    width: 60px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 5px;
} */

/* .inputselect ul li:first-child div.checkno:before {
	display: none;
} */

.checkyes:before {
	content: "";
	position: absolute;
	left: 0;
	height: 12px;
	width: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.fiche-Cour
{
	max-width: 1250px;
}
.fiche-Cour .cadreAjout
{
	padding:0em;
}
.fiche-Cour .new-block-admin-resize
{
	padding:0em;
}
.tab-gestion:not(.gestionTree) tr:hover
{
	background-color : #e7f1ff!important;
	filter: brightness(0.9);
}
.listing-cours-image,
.listing-gestion-image
 {
    width: 32px;
	padding-left: 0px;
}
.listing-cours-image img,
.listing-gestion-image img
 {
    width: 100%;
}
.wrs_tickContainer {
    display: none;
}
.formNavComplementLigne
{
	visibility: hidden;
	height: 0px;
}
a.gestion-dupliquer img {
    width: 22px;
    height: 22px;
}
.fiche-comptabilitehistorique .fiche-comptabilitehistorique-flagmodif td,
.fiche-comptabilitehistorique .fiche-comptabilitehistorique-flagmodif select,
.fiche-comptabilitehistorique .fiche-comptabilitehistorique-flagmodif,
.fiche-comptabilitehistorique .fiche-comptabilitehistorique-flagmodifcalcule td,
.fiche-comptabilitehistorique .fiche-comptabilitehistorique-flagadd td,
.fiche-comptabilitehistorique .fiche-comptabilitehistorique-flagadd select,
.fiche-comptabilitehistorique .fiche-comptabilitehistorique-flagadd
{
	color: white;
}
.fiche-comptabilitehistorique tr.fiche-comptabilitehistorique-flagmodifcalcule
{
	background-color : rgb(40, 148, 116);
}
.fiche-comptabilitehistorique .fiche-comptabilitehistorique-flagsup
{
	background-color: crimson;
}
.fiche-comptabilitehistorique .fiche-comptabilitehistorique-flagadd
{
	background-color: #28a745;
}
table.Journalappel b
{
	font-size: 13px;
}
.lien-action-modif-ajoutdep
{
	top:60%;right:1em;
}

.journalappel-statistiques td:first-child
{
	width: 30%;
}
a.toggleRaccourciDependance-add::after {
    content: "\0027F6";
	padding-left: 0.5em;
}
a.toggleRaccourciDependance-back::before {
    content: "\0027F5";
	padding-right: 0.5em;
}
.regdetail-tab-gestion-eleve
{
	word-break: break-word;
}
.swal2-popup.popup-confirmation-question {
    width: 700px;
}
.popup-confirmation-question-listeerreur {
    text-align: left;
    margin-left: 170px;
}

.tr-0 {
	background-color: #ECECEC !important;
}

.lien-action-modif-fixed {
	position: fixed;
	right: 1em;
	top: 158px;
	margin: 0;
}

.lien-action-modif-fixed a {
	margin: 0;
	display: block;
}

.lien-action-modif-fixed a:not(:last-child) {
	margin-bottom: 1em;
}

.traite {
	background-color: #e0e0e0 !important;
}

.traite:hover {
	background-color: #d0d0d0 !important;
}

.customActionco-item {
    display: flex;
    align-items: center;
	flex-grow: 1;
	justify-content: space-between;
}
.customActionco-label,
.customActionco-label-finformation
{
	margin-right: 12px;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
}
.customActionco-label-finformation
{
	padding-right: 0em;
	margin-right: 5px;
	margin-left: 12px;
}
.customActionco-input {
    flex-grow: 1;
}
.customActionco td {
    width: 22%;
}
.customActionco th {
	display: none;
}
.customActionco textarea {
 max-width: 2000px;
 width : 100%!important;
}

.customActionco-niveaucompetance {
    max-width: 60%;
}
.bandeauMaintenance
{
	color:white;
	margin-right: 1em;
	background-color:red;
	padding: .25rem 2rem;
	text-align: center;
	border: 1px solid white;
	border-radius: .25rem;	
	line-height: 1.5;
}

table.customActionco:not(.processbottom) {
	margin-bottom: 2em;
}
table.customActionco.processtop
{
	margin-bottom: 1em;
}
a.clictocall::before {
    content: "";
    background-image: url(/Public/Images/interface-admin/svg/callto.svg);
    height: 20px;
    width: 20px;
    background-size: contain;
	margin-right:3px;
}
a.clictocall.clictocallshortbefore::before {
    height: 15px;
    width: 15px;
}

.clictocall
{
    display: inline-flex;
    align-items: center;
}

.clictocall.afterAbsolute
{
	position: absolute; 
    left: 102%;
    top: 50%;
    transform: translateY(-50%);
}
/* Compta historique*/

/* CSS page Annuaire */
.annuaire-searchInput{
	padding: 0.5em 0.2em; 
	width : 40%;
	margin-top: 1em;
	margin-left: 2em;
	display:block;
}
.comptabilitehistorique-wrapper {
    display: flex;
    flex-direction: row;
	gap: 50px;
    margin: 0 9em;
}
.comptabilitehistorique-wrapper .fiche-comptabilitehistorique {
	width: 800px;
    margin-left: initial;
    margin-right: initial;
    flex: 1 1;
}
.comptabilitehistorique-wrapper .new-block-admin-resize {
    max-width: 750px;
}
.fiche-comptabilitehistorique-avantapres
{
	font-weight: bold;
	float: right;
	margin-right : 1.3em;
	font-size: 1.2em;
}
/* FIN Compta historique*/

.reponse-pj-items input
{
	display: none;
}
.reponse-pj-item
{
	margin: 0.5em 0em;
}

a.reponse-pj-ajout-btn {
    user-select: none;
}

.reponse-pj-item-filename,
.reponse-pj-item-label
{
	margin-right: 1em;
	vertical-align: baseline;
}
.reponse-pj-item-template
{
	display: none;
}
.message-pj
{
	margin-top:2em;
	margin-bottom:1em;
}
.message-pj-item
{
	display: block;
	margin: 0.2em 0em;
	font-weight: 400;
}
.conversation-listing-hasPj
{
    margin-left:0.3em;
}
.conversation-listing-hasPj svg
{
    height: 17px;
    width: 17px;
    fill: grey;
    vertical-align: middle;
}
.reponse-text-message .cke_editor_reponse-message
{
	width: 99%!important;
	margin-bottom: 10px;
}
.cke_editor_create-message
{
	width: 900px!important;
}
/* DROP FILE */
.message-create-pj-wrapper {
    /* width: 75%; */
    /* margin: 30px auto; */
	max-width: 900px;
	margin: 1em 0em;
}
.message-listing-pj-wrapper {
	width: 99%;
}
.message-listing-participants {
    margin: 1em auto;
    width: 97%;
    text-align: left;
}
.message-listing-participants label {
    font-weight: 700;
}
.reponse-text-message-transfert {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.reponse-text-message-transfert > * + * {
    margin-top: 5px;
}

/* FIN DROP FILE */

.form-message-attribution input[type="submit"] {
    position: initial;
    margin-top: 0px;
    padding: 5px 15px;
    margin-left: 1em;
}

.attribution-conversation-choixadmin
{
	margin-top: 15px;
	display: inline;
}
.attribution-conversation-choixadmin-wrapperinput
{
	display: inline;
}

.annuaire-search-section{
	width: 100%;
	padding-bottom: 1em;
	border-bottom: 1px solid lightgrey;
}
.annuaire-list {
	display:grid; 
	grid-template-columns : 50% 50%; 
	max-height: 67vh;
	overflow: overlay;
}
.annuaire-item{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 2em;
}
.info-part{
	text-align: left;
	max-width: 75%;
}
.avatar-admin {
	height:10em;
	width:10em;
	position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #d0d0d0;
    background-size: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.info-part-item{
	display:flex;
	align-items: center;
}
.info-part-item::before {
	height: 20px;
    width: 20px;
	content: '';
    display: inline-block;
	margin-right: 5px;
}
.annuaire-nomcomplet{
	font-size: 1.2em;
	font-weight: bold;
}
.info-part-item.tel.clic2call {
	cursor: pointer;
	font-weight: bold;
}
.clic2call:hover
{
    text-decoration: underline;
}
.info-part-item.linkmail::before {
	background: url('/Public/Images/interface-admin/svg/mail.svg?11') no-repeat 0 0;	
	background-size: contain;
	background-position: center;
}

.info-part-item.tel::before{
	background: url('/Public/Images/interface-admin/svg/phone.svg?11') no-repeat 0 0;
	background-size: contain;
	background-position: center;
}

.info-part-item.role::before{
	background: url('/Public/Images/interface-admin/svg/infos.svg?11') no-repeat 0 0;
	background-size: contain;
	background-position: center;
}
.rendutooltiptext::after{
	content: "";
	position: absolute;
	top: 38%;
	right: 100%;
	transform: rotate(
		90deg);
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}
a > input[disabled="disabled"][type="text"]
{
	pointer-events:none;
}

div a.raccourciDependance {
	border: 1px solid var(--green) !important;
    color: var(--green) !important;
}
div a.raccourciDependance:hover {
	background-color: #218838 !important;
}
.greenOnFocus {
	border : 2px solid #218838;
}
.customDisabled {
	opacity:0.7;
	pointer-events: none;
}

.preferencesSpan {
	display:inline-block;
	background: url("../Images/interface-admin/down.png") top left no-repeat;
	height: 16px;
    width: 16px;
    bottom: 10px;
    right: 5px;
	transform:translate(0,3px);
}
.toggle-preferences {
	transform-origin: center;
	transform : translate(0,5px) rotate(180deg)
}
.Enonce.firstlign {
	margin-block-start: 15px;
	margin-block-end:5px;
}
.Enonce.firstlign > div {
	display:inline-block;
}
/* Gestion des colis */
td.td-input-datetime-inline {
    width: 100%;
}
.td-input-datetime-inline div {
    display: inline;
}
.td-input-datetime-inline input[type="datetime-local"] {
    display: inline!important;
    width: 255px!important;
	margin: 0px 5px;
}
input.gestioncolis-input-poids {
    display: inline!important;
	max-width: 60px!important;
}
span.gestioncolis-gramme {
    display: inline-block!important;
}
.parcour-eleve .gestion-colis-colonne-date
{
	width: 180px;
}
.gestion-colis-dateenvoi-brut
{
	text-indent: 10px;
}
.gestion-colis-wrapper-numsuivi
{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
img.gestion-colis-reset-colis {
    padding: 0px 5px;
	cursor: pointer;
}
.parcour-eleve td.gestion-colis-colonne-numsuivi,
.parcour-eleve tr.gestion-colis-colonne-numsuivi
{
    width: 150px;
}

.popup-raison-suppression-colis .swal2-select
{
	height: 40px;
}
.popup-raison-suppression-colis .swal2-title,
.popup-submitFormColisAEnvoyer .swal2-title
{
	font-size: 1.2em;
}
.popup-raison-suppression-colis .swal2-html-container
{
	font-size: 1.0em;
}
.td-checkitem
{
	padding-left:10px;
}
.gestion-boutons-action {
    width: 25%;
    margin: auto;
}
.gestion-boutons-action input[type="submit"] {
    display: block;
    width: 100%;
	cursor: pointer;
}

.popup-submitFormColisAEnvoyer .swal2-header
{
	width: 95%;
}
input[type="button"].fakeSubmitButtonsubmitImprimerEtiquettes
{
	width: 100%;
    background-color: #28A744;
}
.phaseelevecolis-historique-colis-head
{
	margin-left: 10px;
}
.popup-ajaxImpressionEtiquettes.swal2-popup {
    width: 700px;
}
.popup-ajaxImpressionEtiquettes div#swal2-content {
	margin-top: 20px;
    text-align: left;
}
/* FIN Gestion des colis */


.formNavigator-list > hr{
	width : 100px;
	margin-left: 0;
}

.formNavigator-content {
	padding-bottom: 2em;
}

.swal2-select {
	height:40px;
}
.swal2-actions.apercucour-actions{
	margin:0 auto 0;
}

table.ajout.wrapper-edit-annotation tr th
{
 width: 20%;
}
.wrapper-edit-annotation {
    display: inline;
    margin: 0;
}

.divH2.bloc-compta-ancien-echeancier-entete {
    position: relative;
}

.bloc-compta-ancien-echeancier.new-block-admin-resize {
    width: 95%;
	padding: 0;
}
.bloc-compta-ancien-echeancier.new-block-admin-resize table.tab-gestion {
    margin: 0;
    width: 100%!important;
}
.fiche-Questionnaire .cadreAjout
{
	padding: 0 1em;
}
.fiche-Questionnaire .cadreAjout .new-block-admin-resize {
    padding: 0;
}
.pied_Commentaireserie
{
	display: none;
}
.Commentaireserie.cadreAjout > .fiche-bouton-supprimer
{
	display: none;
}
.formAjoutPhoto input[type="file"]
{
	margin-left: auto;
	margin-right: auto;
}
.encadre-supprimer
{
	border:1px solid red!important;
}
.Reponses {
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.fakeDisabled {
	pointer-events: none;
	background-color:#ebebeb;
}

.fc-toolbar-title {
	padding: 0.5em;
    border-radius: 5px;
}

.fc-button-group button:not(.clone)
{
	display:none;
}

.nbsouhaite, .libelle-nbsouhaite {
	font-weight: bold;
}
.nbattribue, .libelle-nbattribue, .attenteobj, .libelle-attenteobj {
	font-style:italic;
	color:grey;
}

.libelle-nbsouhaite, .libelle-nbattribuable, .libelle-nbattribue {
	margin-bottom:8%;
}
.libelle-attenteobj {
	margin-bottom:41%;
}
.total-nbsouhaite, .total-nbattribue, .total-nbattribuable {
	margin-bottom:16%;
}
#calendar .nbattribuable, #calendar .attenteobj, #calendar .nbattribue, #calendar .nbsouhaite
{
	font-size: 11px;
	width:98%;
	margin-left:1px;
	padding:3px 0;
	text-align:center;
}
#calendar .nbsouhaite
{
	margin-bottom:3%;
	border:1px solid lightgrey;
}
#calendar .nbattribuable, #calendar .attenteobj, #calendar .nbattribue
{
	border:none;
	pointer-events:none;
}
.total-attenteobj {
	margin-bottom:60%;
}
.calendrier-volume-divtotaux {
	display:flex;
	flex-direction:column;
	text-align:center;
}

.calendrier-volume-titretotaux{
	font-size:16px;
	font-weight:bold;
	margin-top:108%;
	margin-bottom:57%;
}

.calendrier-volume-conteneurtotaux {
	position:absolute;
	left:91%;
	top:8%;
	height:90%;
}

.calendrier-volume-conteneurlibelles {
	position:absolute;
	left:2%;
	top:8%;
	height:90%;
}

.calendrier-volume-titrelibelles {
	font-size:2em;
	font-weight:bold;
	margin-bottom:109%;
}

.calendrier-volume-divlibelles {
	display:flex;
	flex-direction:column;
	text-align:center;
	margin-left:1em;
}

.fc-daygrid-day-top {
	justify-content: center;
}
.fc-daygrid-day-top a {
	font-weight: normal;
}
.message-create .new-block-admin.wrapper-bloc-reponsetype {
    
    max-width: 900px;
    margin: 1em 0em;
}
.message-create .message-reponsetype th:first-of-type,
.message-create .message-reponsetype td:first-of-type
{
	width: 10px;
}
label.gestion-del.del-conversation-attribution {
    cursor: pointer;
}
.highlighter,
.highlight
{
    background-color: rgb(97 169 243 / 50%);
}

input.periodecoadmin-input{
	border:none;
	padding: 0 1em;
}

.disableWithoutStyle {
	pointer-events: none;
}
.connexionentantqueadminli {
	cursor:pointer;
}

.connexionentantqueadminli:hover {
	font-weight:bold;
}

.message-create input[type="text"],
.message-create input[type="password"],
.message-create input[type="email"],
.message-create input[type="date"],
.message-create input[type="datetime-local"],
.message-create input[type="number"],
.message-create input[type="datetime-local"],
.message-create input[type="datetime"],
.message-create select,
.message-create textarea,
.message-create .inputselect
.message-create select,
.message-create textarea,
.message-create .inputselect
{
	max-width: 900px;
}

.message-create table.ajout tr th:first-child
{
	width: 15%;
}


.bloc-numero-secondaire.new-block-admin-resize {
    padding: 0;
    margin: 0;
    width: 99%;
}
.bloc-numero-secondaire-entete
{
	text-align: left;
	padding: 0;
    margin: 0;
    padding-left: 1em;
	width: auto;
    position: relative;
}
.bloc-numero-secondaire-entete .fiche-entete {
	margin: 0;
}
.bloc-numero-secondaire-content {
    padding: 1em;
}
.bloc-numero-secondaire-content-ligne {
    display: flex;
    flex-direction: row;
	align-items: center;
}
.bloc-numero-secondaire-content-colonne {
	width: 50%;
	display: flex;
    align-items: center;
	gap: 0.5em;
}
.bloc-numero-secondaire-content-ligne:not(:last-child) {
    margin-bottom: 0.7em;
}
a.clictocall.bloc-numero-secondaire-content-clicktocall {
    margin-left: auto;
    margin-right: 0.5em;
}
.recherche-attribution-numtel-boutons
{
	margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.recherche-attribution-numtel-boutons label
{
	width: 80%;
}
input:checked + .btn.btn-action {
    background: rgb(48, 133, 214);
}
.recherche-attribution-numtel-inputTelSecondaire
{
	margin-top: 10px;
    width: 80%;
}
.popup-recherche-attribution-numtel {
    /* margin-bottom: 20px; */
}

.popup-attestationinscription-confirmdateinscription .swal2-html-container
{
	display: flex!important;
    align-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    row-gap: 1em;
}
.popup-attestationinscription-confirmdateinscription .form-control
{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    /* gap: 1em; */
    flex-direction: row;
}
.popup-attestationinscription-confirmdateinscription input[type="date"]
{
	width : 40%!important
}
.btn-gris
{
	background-color: #6c757d;
	color:white;
}

.btn-gris:hover {
	background-color: #5a6268 !important;
	color:white;
}

.btn-questionnaire-retour
{
	margin-top:1em;
}


/** Tree gestion **/
.showchild img
{
	-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}

.showchild.openchild img
{
	-webkit-transform: rotate(90deg);  /* Safari 3.1+, Chrome */
     -moz-transform: rotate(90deg);  /* Firefox 3.5-15 */
      -ms-transform: rotate(90deg);  /* IE9+ */
       -o-transform: rotate(90deg);  /* Opera 10.5-12.00 */
          transform: rotate(90deg);
}

table.gestionTree , table.gestionTree table.nostyle
{
	border-collapse: collapse;
}



table.tab-gestion td.uselessetr , table.tab-gestion td.usefulltd
{
	border: 0;	
}

table.nostyle , tr.nostyle, table.tab-gestion td.nostyle
{
	border: 0;	
	margin:0;
	padding: 0;
	border-collapse: collapse;
}

table.tab-gestion td.dropabletd , table.tab-gestion tr.dropable
{
	border:0;
	height:8px;
	-webkit-transition: all 200ms ease-out;
		-moz-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
}

tr.itemDD
{
	background-color: white;
	-webkit-transition: all 200ms ease-out;
		-moz-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
}

tr.itemDD.overdd
{
	height:25px;
	background-color: #CEF7DC;
	border: 1px double grey;
}

tr.itemDD.propositiondrop td
{
	border:1px #8fc800 solid;
}

table.tab-gestion td.dropabletd.propositiondrop
{
background: -moz-radial-gradient(center, ellipse cover,  rgba(143,200,0,1) 0%, rgba(255,255,255,0.53) 47%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(143,200,0,1)), color-stop(47%,rgba(255,255,255,0.53)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-radial-gradient(center, ellipse cover,  rgba(143,200,0,1) 0%,rgba(255,255,255,0.53) 47%,rgba(255,255,255,0) 100%);
background: -o-radial-gradient(center, ellipse cover,  rgba(143,200,0,1) 0%,rgba(255,255,255,0.53) 47%,rgba(255,255,255,0) 100%);
background: -ms-radial-gradient(center, ellipse cover,  rgba(143,200,0,1) 0%,rgba(255,255,255,0.53) 47%,rgba(255,255,255,0) 100%);
background: radial-gradient(ellipse at center,  rgba(143,200,0,1) 0%,rgba(255,255,255,0.53) 47%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#00ffffff',GradientType=1 );




}

table.tab-gestion tr.dropable.overdd
{
	height:20px;
	background:#CEF7DC;
}

.itemDD td
{
	overflow : hidden;
	word-break: break-word;
}


.tree-tr-Questionnaire td.tree-td-display-field:nth-child(4) {
    width: 35px;
}
.tree-tr-Questionnaire td.tree-td-display-field:nth-child(3) {
    width: 300px;
}

.tree-tr-Questionnaire td.tree-td-display-field {
    width: 180px;
}
.tree-tr-Seriequestion td:nth-child(4),
.tree-tr-Question td:nth-child(4)
{
	width: 200px;
}
.rowtable, .tablewrapper
{
	border-collapse: collapse;
}
.tree-td-btn-action.tree-td-btn-ajout img {
    width: 20px;
}
td.tree-td-btn-action {
    padding: 5px;
}

a.btn.btn-gris.tree-ajout-dependance {
    color: white;
    text-decoration: none;
    margin-left: auto;
    display: block;
    margin-right: auto;
    width: fit-content;
}
tr.tree-btn-actions td
{
	border: 0px;
}

button.toggledisplayresults:hover{
	background-color: lightgrey !important;
}

.simuleDemandeinfo table
{
	margin : auto;
	width: 50%;
}
.simuleDemandeinfo select
{
    height: 100px;
}

#buttonforcehint{
	border: 1px solid #cdd2da;
	background:none;
	padding:0.5em;
	border-radius:2px;
}
#buttonforcehint:hover{
	background-color: #29A6BB;
	color:white;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.pastilleactivite {
	display: inline-block;
	transform: translateY(-1px);
	width:12px;
	height:12px;
	margin-right:4px;
	border-radius:50%;
	vertical-align: middle;
}

.revertAnnulationPicto {
	transform: rotate(90deg) translateX(4px);
	width: auto;
    height: 18px;
    position: absolute;
    left: 85%;
    padding: 3px;
    vertical-align: middle;
	cursor: pointer;
}

.tab-signatures-yousign {
      
	text-align:center;
	margin-block-end:2em;
	width:70%;
	border-collapse: collapse;
}
.tab-signatures-yousign th, .tab-signatures-yousign td
{
	border:1px solid black;
	padding:0.5em;
}

form.Preparationcontrat[data-formid^="Preparationcontrat-"] > table.ajout tbody tr th {
	width: 25%;
}
a.lien-rendu-arefaire:hover {
    text-decoration: none;
}
.lien-rendu-arefaire img {
    width: 32px;
    vertical-align: bottom;
}
.Rendu .bonjourBOutton{
    position: absolute;
    min-width: max-content;
    left: 0;
    top: 0;
    border-radius: 8px;
    border: 1px solid #8d8a8a;
    box-shadow: 0px 1px 6px #838181a3;
    padding: 0.4rem 1rem;
    cursor: pointer;
}

.customautocomplete-div {
	width: fit-content;
	min-width:96%;
	position:absolute;
	z-index:10;
	top:100%;
	left:0;
}

.customautocomplete-list
{
    text-align      : left;
    border    : 1px solid #a3a5a8;
    -webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
    white-space     : nowrap;
    width           : 100%;
    padding         : 5px;
    background      : #ffffff;
    list-style      : none;
    margin          : 0;
	font-size: 14px;
	height: max-content;
}

.customautocomplete-listitem {
	padding:5px;
	text-overflow: ellipsis;
}
.customautocomplete-listitem:hover
{
	
    color           : #000;
    background      : #dddddd;
}
/* Evenements */
.main {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.calendar-container,.events-container {
	box-sizing: border-box;
	width: 50vw;
}

.events-container {
    position: relative;
    padding:0 2%;
	margin-left: 160px;
	overflow: visible;
}

.calendar-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#vanilla-calendar {
   height: auto;
   width: auto;
   margin: auto;
   position: absolute;
   top:150px;
   max-width: 100%;
   padding: 0;
}

div.vanilla-calendar-wrapper {
	height: max-content;
}

button.vanilla-calendar-day__btn {
	height: 56px;
	font-size: 19px;
	border-radius: 0;
}
button.vanilla-calendar-day__btn:hover {
	background-color: #dddddd!important;
}
b.vanilla-calendar-week__day {
	padding: 2px;
}
b.vanilla-calendar-week__day,button.vanilla-calendar-years__year,button.vanilla-calendar-months__month {
	font-size: 14px;
}
.event {
    border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -ms-border-radius: 0.4em;
    -o-border-radius: 0.4em;
    -webkit-box-shadow: 7px 5px 5px rgb(0 0 0 / 10%);
    -o-box-shadow: 7px 5px 5px rgba(0, 0, 0, 0.10);
    box-shadow: 7px 5px 5px rgb(0 0 0 / 10%);
    background: #fff;
    margin: auto;
    max-width: 80%;
    padding:15px;
    margin-bottom: 1em;
    text-align: left;
}
.event .titre {
    padding:10px 0;
    line-height: 1.5em;
    border-bottom: 1px solid #dddd;
}
.event .description {
    padding:10px 0;
}
.next-wrapper,.ajd-wrapper {
    margin-top: 3em;
}
.ajd, .start, .next {
    display: block;
    position: absolute;
    border-radius: 50%;
    content: "";
}
.ajd {
	top: -9px;
	left: -6px;
    width: 10px;
    height: 10px;
}

.next {
	left: -6px;
    width: 10px;
    height: 10px;
}
.start {
	margin-top: 1em;
	left: -4px;
    width: 6px;
    height: 6px;
}

.agenda-footer {
	display: none;
	position:fixed;
	bottom: 0;
	background: #ebeff5;
	width: 100%;
	border-radius: 2px;
	box-shadow: 0 0 5px 3px #cbcdd0;
}

.footer-calendar, .footer-events {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: center;
	padding: 10px;
}

.agenda-footer svg {
	width: 30px;
	height: auto;
	margin: 5px;
	fill: #7d7b7b;

}
.agenda-footer div {
	color : #7d7b7b;

}
.conteneurEvent {
    background-color: white;
    -o-box-shadow: 7px 5px 5px rgba(0, 0, 0, 0.10);
    box-shadow: 7px 5px 5px rgb(0 0 0 / 10%);
    max-width: 80vw;
    margin: auto;
    border-radius: 2px;
    height: max-content;
    overflow: hidden;
    text-align: left;
}
.eventfiche-header {
	padding: 1em;
	border-bottom: 1px solid #d5d7e2;
	line-height: 1.250em;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.eventfiche-titre {
    font-size: 1.125em;
    font-weight: bold;
    text-transform: uppercase;
}
.eventfiche-dates {
   text-align: right;
}

.eventfiche-content {
    padding: 2%;
    line-height: 1.5em;
    text-wrap: wrap;
    word-wrap: break-word;
}

.btnEventFiche {
    display: inline-block;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    line-height: 1.5;
    border-radius: 3em;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btnEventFiche:hover{
    color: #fff;
    fill: #fff;
}
/* #centre-admin:has( #calendrierEvenements) #content_block_filtre tr:has([name="Eleve_id"])
{
	display: none; 
} */
@media only screen and (min-width: 768px)
{
    .conteneurEvent.page-messagerie {
        min-height: 1100px;
        display: flex;
        flex-direction: column;
    }
    .eventfiche-titre {
        font-size: 1.250em;
    }
}
@media only screen and (max-width:1000px) {
	section.main{
		flex-direction: column;
		margin-top: 50px;
		margin-bottom: 20vh;
	}
	.agenda-footer {
		display: flex;
		justify-content:space-around;
	}

	section.events-container
	{
		width: 80vw;
		margin: auto;
		max-height: unset;
	}
	div.event {
		max-width: 90%;
	}

	div#vanilla-calendar {
		max-width: 100vw;
		position: unset;
	}

	/** Mode par défaut, icône Evénements actif */
	section.events-container:not(.responsive-calendar) {
		margin: 0 0 0 auto;
	}
	section.calendar-container:not(.responsive-calendar) {
		display: none;
	}

	/** Mode Calendrier actif */
	section.events-container.responsive-calendar {
		margin-left: 0;
		border-left:0;
		overflow-y: hidden;
	}
	section.calendar-container, section.events-container.responsive-calendar {
		width: 100vw;
	 }
	span.ajd.responsive-calendar,
	span.next.responsive-calendar,
	span.start.responsive-calendar,
	span.startdate.responsive-calendar,
	span.libelle-section.responsive-calendar
	{
		display: none;
	}
}
button.vanilla-calendar-years__year,button.vanilla-calendar-months__month {
	padding: 30px;
}
button.vanilla-calendar-month:hover, button.vanilla-calendar-year:hover {
	background: unset !important;
}

/*Formulaire*/
.Evenement .new-block-admin-quickadd table.ajout{
	width: 100%;
	max-width: 100%;
}
.Evenement .new-block-admin-quickadd table.ajout td:first-child{
	width: 35%;
}
.Evenement .new-block-admin-quickadd table.ajout td:last-child{
	width: 65%;
}
.Evenement .new-block-admin-quickadd table.ajout input[type="checkbox"]{
	float: right;
}
@media only screen and (max-width:768px) {
	 span.startdate:not(.responsive-calendar),span.libelle-section:not(.responsive-calendar) {
		width: 80px;
		left: -90px;
	}

	.conteneurEvent {
        max-width: 90vw;
    }
    .eventfiche-content {
        padding: 5%;
    }
}

@media only screen and (max-width:500px) {

	section.events-container:not(.responsive-calendar)
	{
		width: 70vw;
		padding: 0 5%;
	}

	div#vanilla-calendar {
		max-width: 100vw;
	}

	button.vanilla-calendar-day__btn {
		height: fit-content;
		width: fit-content;
		font-size: 16px;
		padding: 15px;
	}
	button.vanilla-calendar-years__year,button.vanilla-calendar-months__month {
		padding: 13px;
	}

	.conteneurEvent {
		margin-top: 10em;
	}
}
@media only screen and (max-width:350px) {
	button.vanilla-calendar-day__btn {
		width: 28px;
	}
	.agenda-footer svg {
        width: 24px;
        margin: 0px;
    }
	section.events-container:not(.responsive-calendar)
	{
		width: 70vw;
	}
}
/* Fin Evenements */

table.tab-gestion.gestionTree {
    width: 98% !important;
}
.tree-tr-Cour td:nth-child(5) {
    width: 370px;
}
.tree-tr-Cour td:nth-child(3) {
    width: 100px;
}
.tree-tr-Cour td:nth-child(2) {
    width: 180px;
}
.tree-tr-Cour td:nth-child(6),
.tree-tr-Cour td:nth-child(7)
{
    width: 70px;
}
.tree-tr-Cour td:nth-child(8) {
    width: 110px;
}

.tree-tr-Lecon td:nth-child(3) {
    width: 200px;
}

/* Style Journal des Enregistrements */
.controls .wavesurfer-btn {
    color: #2c3e50;
    background-color: #ecf0f1;
    border-color: #bdc3c7;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.53846154;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 100ms all ease;
}
.controls .wavesurfer-btn.currentSpeed {
	box-shadow: inset 0 0 20px 3px #c9cccd;
}
.controls .play:before {
    display: inline-block;
    content: "";
    height: 0;
    width: 0px;
    border-left: 8px solid black;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-right: 5px;
}

.controls .pause:before {
    content: "";
    height: 10px;
    width: 0px;
    display: inline-block;
    border-color: #202020;
    border-style: double;
    border-width: 0px 0px 0px 8px;
    margin-right: 5px;
}
.controls .download {
	margin-top: 5px;
}
.controls .download svg {
    fill: black;
    vertical-align: middle;
    border-bottom: 1px solid black;
    height: 11px;
    margin-right: 2px;
}

/* Swal Choix Formation dans les docs Eleve */
.swal-select {
    padding: 0.5em 1em 0.5em 0.5em;
    font-weight: bold;
    border: 1px solid #d7dae3;
    border-radius: 4px;
    max-width: 100% !important;
    width: fit-content;
	font-size: 14px;
}
.list-swal-documentsPDF {
    overflow:hidden;
    text-align:left;
    list-style:inside;
}
.animated-li:hover {
    font-weight: bold;
    scale:1.1;
    transform: translateX(10%);
    transition: all .4s;
}
.animated-li a {
	color: inherit;
    font-weight: 400;
    text-decoration: none;
}

.swal2-styled.swal2-confirm.swal-confirm-download-docs {
	padding: 10px 20px;
}


.tabAttention th{
	background-color: red;
}
.tabBonasavoir th{
	background-color: red;
}

/* supervision tc*/
.supervisiontc-conteneur {
    width: 97%;
    padding: 1em;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid lightgray;
	display: flex;
    flex-wrap: wrap;
    background: #FFF;
	min-height: 796px;
    align-content: flex-start;
	row-gap: 2.3em;
}
.supervisiontc-item {
    flex-basis: 18.48%;
    min-height: 185px;
    padding: 0.5em;
    padding-left: 1.5em;
    min-width: 341px;
}
.supervisiontc-item-contenu {
    display: flex;
    flex-direction: row;
}
.supervisiontc-item-photo {
    max-width: 39%;
	width: 100%;
}
.supervisiontc-item-photo-wrapperimg
{
	position: relative;
}
.supervisiontc-item-photo span.pastilleactivite {
    position: absolute;
    bottom: 5px;
    right: 15px;
    height: 15px;
    width: 15px;
}

.supervisiontc-item-data {
    max-width: 57%;
	width: 100%;
    margin-left: 1em;
}
.supervisiontc-item-photo img {
    max-width: 100%;
    height: auto;
    border-radius: 100%;
}
.supervisiontc-item-titre {
    margin-bottom: 0.6em;
    font-weight: bold;
    text-align: left;
}

.supervisiontc-item-data table,
.supervisiontc-stats-table table
{
	width: 100%;
	border-collapse: collapse;
}
.supervisiontc-item-data table,
.supervisiontc-item-data td,
.supervisiontc-item-data th,
.supervisiontc-stats-table table,
.supervisiontc-stats-table td,
.supervisiontc-stats-table th
{
	border: 1px solid lightgrey;
}
.supervisiontc-item-data table th
{
	font-weight: 100;
	text-align: left;
	padding-left: 7px;
    color: #5c5c5c;
}
.supervisiontc-item-data table td
{
	width: 35%;
	text-align: right;
    color: #5c5c5c;
}

.supervisiontc-stats-conteneur {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.supervisiontc-stats-lignetables {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.supervisiontc-stats-table td,
.supervisiontc-stats-table th
{
	padding:3px;
}

.supervisiontc-stats-table thead th
{
	background: #efefef;
    color: #5c5c5c;
}
.supervisiontc-stats-table tbody th
{
    color: #5c5c5c;
	text-align: left;
	font-weight: 100;
}
.supervisiontc-stats-table td
{
    color: #5c5c5c;
}
.supervisiontc-item-data a {
    display: block;
    color: inherit;
    font-weight: inherit;
}
.supervisiontc-stats-nbselection
{
	text-align: left;
}
.supervisiontc-stats-ligne:not(last-child) {
    margin-bottom: 2em;
}

td.supervisiontc-valeurminmax {
    font-weight: bold;
    background: #e1e1e1;
}
.supervisiontc-item-data table td.supervisiontc-valeurhaute {
	color: limegreen;
}
.supervisiontc-item-data table td.supervisiontc-valeurbasse {
	color: orange;
}
/* FIN supervision tc*/

/*  BLOC DEV */
.bloc-dev {
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 99999;
	padding: 1em 1em 0.8em 1em;
	background-color: #004b72;
	font-size: 0.8em;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	color: rgba(255, 255, 255, 0.9);
	box-sizing: border-box;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	width: 155px;
	height: auto;
    text-align: left;
	-moz-transition: height 150ms ease;
	-webkit-transition: height 150ms ease;
	-o-transition: height 150ms ease;
	transition: height 150ms ease;
	font-weight: 400;
    font-size: 0.8rem;
}

.bloc-dev.active {
	left: -135px;
    height: 38px;
}
.bloc-dev .toggleBtn {
	height: 100%;
	width: 1em;
	right: 0;
	position: absolute;
	top: 0;
	cursor: pointer;
}

.bloc-dev .toggleBtn:after {
	content: '';
	width: 20px;
	height: 10px;
	position: absolute;
	bottom: 1em;
	right: 0;
	background: url('../Images/efm/interface-admin/svg/arrow-down-smooth.svg') no-repeat bottom center;
	background-size: 10px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}


.bloc-dev.active .toggleBtn:after {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
.bloc-dev-links a {
	display: block;
	color: inherit;
	padding-left: 1.5em;
	background-size: 1em 1em !important;
	line-height: 1em;
	font-weight: 400;
    width: 75%;
}
.bloc-dev-links a:not(:last-of-type)
{
	margin-bottom: 1em;
}
.bloc-dev .bloc-dev-entete {
	text-align: center;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.bloc-dev .bloc-dev-entete span {
	font-weight: bold;
	display: block;
}
.bloc-dev.active .bloc-dev-entete {
    border-bottom: 0px;
}
/* FIN BLOC DEV */


.tree-tr-Faqeleve td.tree-td-display-field {
    width: 180px;
}
tr.tree-tr-Faqeleve td:nth-child(3) {
    width: 300px;
}
/* Loading Animation */
.wrapper-loading {
    position: fixed;
    z-index: 5;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.2);
}
.lds-ring {
    position: fixed;
    width: 80px;
    height: 80px;
    z-index: 1000000;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
/* Listes de diffusion - Messagerie */
.customautocomplete-list
{
    text-align      : left;
    border    : 1px solid #a3a5a8;
    -webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
    white-space     : nowrap;
    width           : 100%;
    padding         : 5px;
    background      : #ffffff;
    list-style      : none;
    margin          : 0;
	font-size: 14px;
	width: max-content;
	position:absolute;
	z-index:10;
	top:100%;
	line-height: 25px;
}

.customautocomplete-listitem {
	padding:5px;
	text-overflow: ellipsis;
}
.customautocomplete-listitem:hover
{
	
    color           : #000;
    background      : #dddddd;
}
.item-membre-ajoute {
	list-style: none;
}
.item-membre-ajoute::after {
	background-image: url('../Images/site/croix-rouge.png');
	content: " "; 
    height: 10px;
    width: 10px;
    background-size: contain;
	margin-right:3px;
	background-size: contain;
	display: inline-block;
	margin-left: 5px;
}

.list-membres-ajoutes{
	padding-inline-start: 0;
}

.item-membre-ajoute {
	cursor: pointer;
	margin:0.5em;
}
/* Fin Listes de diffusion */

.lien-elevesecondaire-wrapper img {
    width: 15px;
	cursor: pointer;
}
.lien-elevesecondaire-wrapper {
    display: inline;
    vertical-align: middle;
}


.span-dateecheance
{
    margin-left: 0.4em;
}
/* Chat BO */
.fade-out-top {
	-webkit-animation: fade-out-top .7s cubic-bezier(0.250, 0.460, 0.450, 0.940) 3s both;
	        animation: fade-out-top .7s cubic-bezier(0.250, 0.460, 0.450, 0.940) 3s both;
}
/**
 * ----------------------------------------
 * animation fade-out-top
 * ----------------------------------------
 */
 @-webkit-keyframes fade-out-top {
	0% {
	  -webkit-transform: translateY(0);
			  transform: translateY(0);
	  opacity: 1;
	}
	100% {
	  -webkit-transform: translateY(-50px);
			  transform: translateY(-50px);
	  opacity: 0;
	}
}
@keyframes fade-out-top {
	0% {
		-webkit-transform: translateY(0);
				transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(-50px);
				transform: translateY(-50px);
		opacity: 0;
	}
}
#haut-text .connexionEnTantQueAdmin 
{
	width:2.2em;
	height:1.8em;
	filter:invert();
	border-right:1px solid black;
	/* padding-right:0.5em; */
	margin-right:0.5em;
}
.connexionEnTantQueAdmin img
{
	width: 1.4em;
    height: 1.7em;
}
#haut-text  .clocheNotifMenuLayout
{
    position: relative;
    height: 2.2em;
    display: inline-block;
	width: 35px;
	box-sizing: border-box;
}
#notifsvg 
{
    fill: white;
    width: 1.6em;
    height: 1.9em;
    left: 33%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pastilleactivite.pastillenotif
{
	background-color: #fd1d1d;
    position: absolute;
    right: 6px;
    top: 60%;
    width: 9px;
    height: 9px;
}
/* Chat : Notifications */
.clocheNotifMenuLayout svg 
{
	cursor: pointer;
}
.bandeau-notifs.hidden
{
	display: none;
}
.bandeau-notifs 
{
	position: absolute;
	z-index: 9;
	background-color: #fff;
	width: 300px;
	height: max-content;
	padding: 10px;
	top: 203%;
	left: -150%;
	box-shadow: 0 2px 10px #7c7b7b6e;
	box-sizing: border-box;
	max-height: 50vh;
    overflow: auto;
}
.bandeau-notifs * 
{
	color: #666666;
	text-align: left;
}
.bandeau-notifs p, .bandeau-notifs h4
{
	margin-block-start: 3px;
}
.bandeau-notifs p
{
	margin-block-start: 3px;
	margin-block-end: 3px;
}
.bandeau-notifs h4 
{
	font-size: 21px;
	margin-block-start: 3px;
	margin-block-end: .5em;
}
.bandeau-notifs h5
{
	font-size: 15px;
	margin-block-start: 1em;
	margin-block-end: .5em;
}
.bandeau-notifs p, .bandeau-notifs span, .bandeau-notifs i,  .bandeau-notifs a
{
	font-weight: normal;
}
.bandeau-notifs hr
{
	opacity: .6;
	width: 75%;
	border-style: solid;
	border-top: 0;
	color: #66666687;
}
#haut-text .bandeau-notifs span 
{
	display: inline-block;
	font-size:10px;
}
/* Fin Chat */
/* Process TC nouvelles Actionsco */
.popup-processtc-title
{
	text-align: left!important;
	font-weight: normal!important;
    font-size: 17px!important;
    /* position: absolute!important; */
    left: -20px!important;
    top: -20px!important;
    width: 100%!important;
    background: #e4e8ee!important;
    padding: 10px 20px!important;
    border-bottom: 1px solid #c6c6c6!important;
}

.popup-processtc-zonetext {
	margin-top: 2em!important;
    height: 300px!important;
    font-size: 15px!important;
}
.processtop select, .processbottom .processactionco-steps {
	float: left;
}
.processbottom .processactionco-steps {
	height: 300px;
	min-width: 300px;
	border: 1px solid #d7dae3;
	border-radius: 4px;
	box-sizing: border-box;
	outline: none;
	padding: 10px;
	width: 100%;
	background: rgba(0, 0, 0, 0.05);
	text-align:left;
	overflow: auto;
}
.processbottom .processactionco-steps span {
	max-width: 100%;
	word-break: break-all;
}
.processbottom .processactionco-steps .processtc-annotation {
	color: #6e6e6e;
    font-style: italic;
    max-width: 100%;
    line-height: 1.2;
    margin-top: 3px;
    display: inline-block;
}
.processactionco td, .processactionco th, .repartitionappels td, .repartitionappels th {
	padding:2px 5px;
	color : black;
	border :1px solid grey;
	background : transparent;
}
.processactionco .greenflag, .repartitionappels .greenflag {
	color : #00a732;
	border : 1px solid #00a732;
	background : transparent;
	position: relative;
}
.processactionco :not(.greenflag, .redflag, :last-of-type), .repartitionappels :not(.greenflag, .redflag, :last-of-type) {
	border-right:transparent;
}
.processactionco .redflag, .repartitionappels .redflag {
	background-color: rgb(247, 94, 94);
	color: black;
}
.processactionco-buttons button, .processactionco-buttons a {
	background: transparent;
	border: 1px solid grey;
	border-radius: 4px;
	color:black;
	margin-bottom: 0.5em;
	padding: 5px 10px 5px 20%;
	position:relative;
	font-size: .875rem;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
}
.processactionco-buttons a:hover {
	text-decoration: none;
}

.processactionco-buttons button:hover, .processactionco-buttons a:hover
{
	background-color: transparent!important;
	border: 1px solid grey!important;
	color: black;
	box-shadow: 0 0 3px grey;
}

.processactionco-button-mail.past {
	background-color: #DFE0E1!important;
}
.processactionco-buttons .current {
	color: #16A641!important;
	border: 1px solid #16A641;
}
.processactionco-buttons .current:hover 
{
	box-shadow: 0 0 3px  #16A641!important;
	border: 1px solid #16A641!important;
}
.toggleActioncostep 
{
	position:absolute;
	left:95%;
	/* top:50%; */
	transform:translateY(-50%);
	cursor: pointer;
	scale: .8;
}
.step-wrapper:first-child .toggleActioncostep 
{
	top:40%;
}
.step-wrapper
{
	width: 100%;
	position:relative;
	padding: 10px 0;
	border-bottom: 1px solid #bab7b7;
}
.processactionco-buttons button:not(.processactionco-button-edit)::after {
    display: block;
    position: absolute;
    bottom: 70%;
    right: 100%;
    content: "+";
    color: #91c303;
    font-weight: bold;
}
.processactionco-buttons img{
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}
.processactionco-buttons .hidden
{
	display: none;
}

.processactionco-buttons button:hover {
	border: 1px solid transparent;
}
.td-processactionco-buttons {
	width: 9%;
    position: relative;
}
.processactionco-buttons {
	display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    position: absolute;
    top: 0;
	width: 98%;
}

.closebutton {
	position: absolute;
    top: -5px;
    width: 30px;
    height: 30px;
    opacity: 0.3;
    right: -28.5px;
	cursor: pointer;
}
.closebutton:hover {
	opacity: 1;
}
.closebutton:before, .closebutton:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 25px;
	width: 2px;
	background-color: #333;
}
.closebutton:before {
	transform: rotate(45deg);
}
.closebutton:after {
	transform: rotate(-45deg);
}
#popup {
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 1245px;
    background-color: #fff;
    box-shadow: 0 10px 20px #a7a7a7;
    z-index: 10;
    max-height: 90vh;
}
#popup .new-block-admin-resize {
    padding-bottom: 0;
	margin-bottom: 5px;
}
#popup input[type=submit]
{
    display: none;
}

.entete-popup-processTC {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    margin: 5px auto;
    border: 1px solid #a7a7a7;
    position: relative;
    max-width: 1190px;
    width: 97%;
    box-sizing: border-box;
}
.entete-popup-processTC > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
}
.entete-popup-processTC > div *:not(:last-child)
{
    margin-bottom: 5px;
}
.voirPopupProcess  {
	display: block;
	margin: auto;
	cursor:pointer;
}
.indexprospect tr:hover {
	filter: brightness(0.9);
}
.divFormations {
	display: flex;
}
.spanFormations {
	text-align: left;
	margin-left:5px;
}
.indexprospect ~ .Actionco .new-block-admin-resize
{
	max-height: 100%;
    overflow-y: auto;
}
.Actionco .new-block-admin-resize
{
	margin-top: 0;
	max-width: 1300px!important;
}
@media only screen and (max-width: 1400px) {
	#popup {
		top: 0;
		transform: translateX(-50%);
	}
}
@media only screen and (max-height: 769px) {
	#popup {
		top: 0;
		transform: translateX(-50%);
		max-height: 100vh;
	}
}
/* FIN Process TC nouvelles Actionsco */

.emailsmstest-popup {
    display: flex;
    flex-direction: column;
    row-gap: 1em;
}
.emailsmstest-popup-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.3em;
}

/* Adaptations postes TC - MENU */

/* Gestion des tâches */
/* Form */
.grid-parent {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 50px;
	row-gap: 20px;
	margin-bottom: 3em;
}

.grid-parent.grid-parent-col-3 {
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
}
.grid-child {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}

.grid-child label {
	min-width: 130px;
	text-align: right;
	margin-right: 1em;
}

.grid-child textarea {
	max-width: unset;
	width: 86% !important;
}
.grid-child:not(#concerneWrapper) [type="text"].inputnumber{
	width: 40px!important;
	text-align: center;
	padding-right: 10px;
}
.grid-child.tacheclone .description[name="editText"]
{
	min-height: 150px;
}
.grid-child:not(#concerneWrapper) [type="text"],
.grid-child:not(#concerneWrapper) [type="password"],
.grid-child:not(#concerneWrapper) [type="email"],
.grid-child:not(#concerneWrapper) [type="date"],
.grid-child:not(#concerneWrapper) [type="datetime-local"],
.grid-child:not(#concerneWrapper) [type="datetime-local"],
.grid-child:not(#concerneWrapper) [type="datetime"],
.grid-child:not(#concerneWrapper) select,
.grid-child:not(#concerneWrapper) .inputselect select,
.grid-child:not(#concerneWrapper) .inputselect {
	width: 70% !important;
}
.grid-child div.findAjax {
	position: absolute;
	left: 0;
	top: 100%;
	text-align: left;
	border: 1px solid #a3a5a8;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
	white-space: nowrap;
	min-width: 100%;
	padding: 5px;
	background: #ffffff;
	z-index: 10;
	list-style: none;
	margin: 0;
}
.grid-child div.findAjax td {
	display: block;
	cursor: default;
	color: #000;
	text-decoration: none;
	background: #ffffff;
	min-width: 100%;
	width: max-content;
	line-height: 30px;
	font-size: 14px;
	padding-left: 5px;
	cursor: pointer;
}
.grid-child div.findAjax a {
	text-decoration: none;
	font-weight: normal;
}
.grid-child div.findAjax td:hover {
	background: #dddddd;
}

.cadreAjout.dependanceWrapper.noactive div.new-block-admin-resize,
.cadreAjout.dependanceWrapper div:nth-child(2),
.Annotation.cadreAjout.dependanceWrapper div:nth-child(2),
.cadreAjout.dependanceWrapper.noactive div.new-block-admin-resize .divH2 {
	margin-bottom: 0!important;
}
.cadreAjout.dependanceWrapper  .divH2 .spanwrap {
	cursor: pointer;
}
.cadreAjout.dependanceWrapper.noactive div.new-block-admin-resize .divH2 {
	border: none;
}
.cadreAjout.dependanceWrapper:not(.noactive) .new-block-admin-resize > div:nth-child(2) {
	overflow: auto!important;
	height: max-content!important;
}
.cadreAjout.dependanceWrapper .divH2 span.spanwrap {
	margin-left:0.75em;
	transform: rotateZ(270deg);
	float: right;
	transition: all 300ms;
    font-size: 20px;
}
.cadreAjout.dependanceWrapper:not(.noactive) .divH2 span.spanwrap {
	transform: translateX(3px) rotateZ(450deg);
}
.cadreAjout.dependanceWrapper > .new-block-admin-resize {
	padding: 0;
}

.cadreAjout.dependanceWrapper > .new-block-admin-resize  > .divH2 > .fiche-entete 
{
	margin-left: 2em;
}
.Tache.cadreAjout.dependanceWrapper > .new-block-admin-resize:not(.terminee, .tacheperimee) > .divH2 {
	background-color: #FFF!important;
}
.Tache.cadreAjout.dependanceWrapper > .new-block-admin-resize.terminee > .divH2{
	background-color: #D4D4D4!important;
}
.Tache.cadreAjout.dependanceWrapper > .new-block-admin-resize.tacheperimee > .divH2{
	background-color: #ffb0b0!important;
}
.fiche-entete .entete-actions{
	float:right;
	width:80px;
	display:inline-flex;
	/* justify-content:space-between; */
	align-items:center;
	flex-direction:row-reverse;
	margin-right:2em;
	position: relative;
}
.fiche-entete .entete-actions > *:not(span.spanwrap) {
	margin-left: 1em;
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1em;
}
.fiche-entete .entete-actions > *:not(span.spanwrap):nth-of-type(1) 
{
	right: 1.5em;
}
.fiche-entete .entete-actions > *:not(span.spanwrap):nth-of-type(2) 
{
	right: 3.7em;
}
.fiche-entete .entete-actions > *:not(span.spanwrap):nth-of-type(3) 
{
	right: 5.5em;
}
.picto-historique img{
	width: 20px;
}
.tab-gestion.Tache {
width: max-content!important;
min-width: 1190px;
margin: 1em!important;
}
.tacheSpanFormNav {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
}
.tacheSpanFormNav:hover
{
	text-decoration: underline;
}
.tacheSpanFormNav.ligneBarree
{
	text-decoration: line-through!important;
}
#btnAjout-Tacheaction {
	display: none;
}

.Annotation.cadreAjout.dependanceWrapper th
{
	width: 8%;
}
.Annotation.cadreAjout.dependanceWrapper textarea{
	max-width: unset;
	width: 96% !important;
}

.btn-edit-tache {
	position: absolute;
    left: 99%;
    bottom: 0;
}

.btn-edit-tache img{
	background-color: #fff;
    border-radius: 8px;
}
.form-item
{
	width: 100%!important;
    background: rgba(0, 0, 0, 0.05);
	max-width: 600px;
    box-sizing: border-box;
	border-radius: 4px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d7dae3;
    color: #000;
    padding-left: 10px;
    outline: none;
    display: inline;
	text-align: left;
}
.clickzone {
	cursor: pointer;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:2;
}
.forceHidden {
	display: none!important;
}
.displayBlockSupp 
{
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
/* Fin tâches */
.asterisque1 
{
	position: relative;
}
.asterisque1::before 
{
	position: absolute;
	display: block;
	content:"(1)";
	font-size: 9px;
	left: 101%;
	top: 0;
}
.redButton
{
	background-color: crimson!important;
}
.greenButton
{
	background-color: #28a745!important;
}
.greenButton:hover, .redButton:hover
{
	filter: brightness(.8);
}
.lineThrough, .lineThrough  *  {
	text-decoration: line-through;
}
td.autocomplete-container > div > span {
	display: block;
	cursor: pointer;
}
@media only screen and (max-width: 1368px) {
	#haut {
		height: 40px;
	}

	#menu-haut-admin {
		top: 40px;
		min-height: 30px;
	}

	.onglet-menu-haut-admin {
		height: 30px;
	}

	#menu-haut-admin a {
		height: 30px;
		line-height: 30px;
	}

	div#centre {
		padding-top: 70px;
	}

	#haut-logo {
		height: 30px;
		width: 60px;
	}

	#haut-logo span {
		width: 60px;
		background-size: contain!important;
	}

	.lien-action-modif-fixed {
		max-width: 180px;
	}

	.lien-action-modif-fixed a {
		line-height: 1.4em;
	}
}
@media only screen and (max-width: 1700px) {

	
	.w-navigator,
	.new-block-admin-resize,
	#formNavigator + .new-block-admin {
		max-width: 950px !important;
	}
	.comptabilitehistorique-wrapper .new-block-admin-resize{
		max-width: 650px !important;
	}
	.fiche-Cour.new-block-admin-resize,
	.fiche-Cour .new-block-admin-resize
	{
		max-width: 1000px !important;
		width: 100%;
		padding: 0 2em;
	}
	/* .fiche-Cour .cadreAjout {
		padding: 2em;
	} */
	.supervisiontc-item
	{
		min-width: 299px;
	}
	.supervisiontc-item-photo span.pastilleactivite {
		bottom: 2px;
	}

	/* Nouveaux blocs wrappés : Annotation & Tache  */
	.wrapper-fiche-entete-section {
		max-width: 645px;
	}
}
