/* BALISES GENERALES */
body {
	font-family: verdana, helvetica, 'Font Awesome 5 Free';
	font-size: 12px;
	color: #000;
	text-align: center;
}

.textarea-summernote {
	text-align: left;
}
 
p {
	text-align: left;
	padding: 5px;
}

h1 {
	font-size: 2em;
	text-align: left;
	text-decoration: none;
	color: black;
	/* margin: 1em auto auto 25px; */
}

h2 {
	color: inherit;
	font-size: 2em;
}

h3 {
	margin-top: 1em;
}

h4 {
	color: #007e4f;
	text-align: left;
}

hr {
	color: #AAA;
}

table,
td {
	font-size: 1em;
	text-align: left;
}

b {
	color: inherit;
}

input {
	/* margin: 2px; */
	vertical-align: middle;
}

option {
	color: #777;
	padding: 0 2px;
}

img.puce {
	border: 0;
	margin: 0 5px;
	vertical-align: middle;
}

img.numero {
	border: 0;
	width: 15px;
	height: 20px;
	margin: 0 5px 5px;
	float: left;
}

a {
	font-family: tahoma;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	/* color: #FFF; */
	text-decoration: none;
}

a:active {
	color: #000;
}

.msg_err {
	border: 1px red solid;
	width: 50%;
	padding: 5px 10px;
	color: red;
	font-weight: bold;
	background-color: #FCC;
	margin: 1em auto;
}

/*.msg_user {border: 1px green solid; width: 50%; padding: 5px 10px; color: green; font-weight: bold; background-color: #CFC; margin: 1em auto;}*/

a.btn_retour {
	color: #FC0;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

.couleur {
	color: #f0c603;
}

.navbar-light {
	box-shadow: none !important;
}

.blanc {
	background-color: inherit;
	color: inherit;
}

.bleu {
	background-color: blue;
	color: inherit;
}

.indication {
	font: italic 0.9em arial;
}

.indication a:link,
.indication a:visited,
.indication a:hover {
	color: black;
	text-decoration: underline;
}

.scene {
    perspective: 600px;
}

.cartegrise_1 {
    transition: transform 1s;
    transform-style: preserve-3d;
    cursor: pointer;
}

.cartegrise_1.is-flipped_1 {
    transform: rotateY(180deg);
}

.cartegrise__face_1 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cartegrise__face--back_1 {
    transform: rotateY(180deg);
    top: 0px;
    left: 0;
    position: absolute;
}

.cartegrise_2 {
    transition: transform 1s;
    transform-style: preserve-3d;
    cursor: pointer;
}

.cartegrise_2.is-flipped_2 {
    transform: rotateY(180deg);
}

.cartegrise__face_2 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cartegrise__face--back_2 {
    transform: rotateY(180deg);
    top: 0px;
    left: 0;
    position: absolute;
}

#CG_VU{
    display: none;
}

/*.msg_user {color: green; background-color: #CF9; border: 1px green solid; padding: 3px; width: 50%;}*/
.important {
	color: #F00;
	font-size: 1em;
	border: 1px red solid;
	background-color: #FCF;
	padding: 5px;
}

.titre {color: #FFFFFF; background-color: #bfbfbf;}
.titre h3 {
    font-size: 1.3em;
	font-weight: bold;
	font-family: arial, "trebuchet ms", arial;
}

td.num {
	width: 50px;
	text-align: center;
	vertical-align: top;
}

.ligne_paire {
	background-color: #EEE;
}

.ligne_impaire {
	background-color: #FFF;
}

.encadre {
	padding: 5px;
}

.encadre td{
	border: none;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px;
}

.color_vert{
	color:#008342 !important;
}

/* écrase la règle bootstrap */
/*********************************
### ACCUEIL
*********************************/
.medaillon {
	width: 220px;
	text-align: right;
}

.medaillon img {
	border: 0;
	width: 200px;
	height: 200px;
}

.nom_centre {
	font-size: 14px;
	padding: 10px;
	text-align: left;
}

.nom_centre h1 {
	color: inherit;
	text-align: left;
	margin: 0;
	font-size: 1.2em;
}

.nom_centre p {
	margin: 1em auto;
	color: #063;
	font-weight: bold;
	height: 50px;
}

.nom_centre h5 {
	color: #063;
	font-size: 1.1em;
	font-weight: bold;
}

.nom_centre img {
	border: 0;
	vertical-align: middle;
	margin-right: 1em;
}

.etablissement {
	width: 230px;
	height: 145px;
	background-color: #F33;
	color: inherit;
	padding: 5px;
	margin: 0 5px 0 0;
	float: left;
	border: 1px inherit solid;
}

.etablissement h2 {
	color: inherit;
	margin-bottom: 10px;
	height: 43px;
	font-size: 1.5em;
}

.etablissement p {
	height: 60px;
}

.etablissement a {
	color: inherit;
	display: block;
	text-align: right;
	margin: 10px 5px 0 0;
}

.etablissement a:visited {
	color: inherit;
}

table.tarifs td,
table.tarifs th {
	padding: 2px;
}

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

td.prix {
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}

/*********************************
### BLOCS PRINCIPAUX 
*********************************/

/* BANDEAU SUPERIEUR */
#bandeau_sup {
	height: auto;
	border: 1px #FFF solid;
	background-color: #063;
	color: #FFF;
	padding: 10px;
}

#bandeau_sup a {
	color: #FC0;
}

#bandeau_sup a:link {
	text-decoration: none;
}

#bandeau_sup a:hover {
	color: #FFF;
	text-decoration: underline;
}

#logo {
	height: 69px;
}

#logo img {
	max-width: 180px;
}

#nom_exploitant {
	text-align: left;
	padding: 5px;
}

#nom_exploitant h1 {
	color: #008342;
	font-size: 15pt;
	font-family: arial;
	margin: 0;
	border-bottom: 3px #F00 solid;
	text-decoration: none;
}

#nom_exploitant p {
	font: bold 1.3em "trebuchet ms";
	color: #008342;
	text-align: center;
}

#date {
	height: 20px;
	width: 200px;
	margin: 10px 0 0 540px;
	font-size: 1.2em;
	color: inherit;
}

#menu {
	font-size: 1.2em;
}

#menu li {
	margin-left: 20px;
}

#idform {
	text-align: left;
	height: 20px;
	padding: 5px;
	font-size: 1.2em;
}


#menu_admin a {
	text-decoration: none;
}

#menu_admin img {
	border: 0;
	width: 32px;
	height: 32px;
	margin: 3px;
}

#nom_etabl h1 {text-align: center; color: #FFF; background-color: #007e4f;}

#text_etabl {
	padding-right: 0px;
	margin-top: 5px;
	font-size: 1em;
	clear: left;
	text-align: left;
}
.text_etabl{
	/* float: right; */
	font-size: 18px;
}

#nom_etabl a {
	margin-left: 1em;
	padding-left: 1em;
}

#infos_client {
	background-color: transparent;
	font-size: 2em;
	height: 30px;
	border: 0;
	margin: 0 0 0 5px;
}

#infos_client marquee {
	width: 100%;
}

#infos_entreprise {
	height: 80px;
	overflow: auto;
	border-radius: 8px;
	color: #666;
	text-align: left;
	border: 2px solid #aaa;
	background-color: #FFF;
	/* margin: 80px 10px 10px 10px; */
	padding: 5px;
}

#infos_entreprise b {
	color: #FC0;
}

.ico img {
	border: 0;
	margin: 0 1px;
	vertical-align: middle;
}

/*********************************
### PARTIE CENTRALE
*********************************/
#main_tab {
	margin-top: 20px;
	text-align: center;
}

#slogan {
	color: #063;
	text-align: center;
}

#slogan h1 {
	text-align: center;
}

#slogan h2 {
	font-size: 1.6em;
	font-style: italic;
	margin-top: 1em;
}

#note_quotidienne textarea {
	width: 100%;
	overflow: auto;
	background-color: #fbffb7;
	font-family: 'Montserrat', sans-serif;
	color: black;
	padding-left: 22px;
}

#infos_rdv {
	margin: 2em auto 0 20px;
	text-align: left;
}

#infos_rdv img.barre_remplissage {
	border: 1px black solid;
	margin: 2px auto;
}

#legende {
	color: black;
	text-align: left;
}

#legende h5 {
	color: black;
	text-align: left;
	text-decoration: underline;
}

#legende div.lgd {
	width: 15px;
	height: 12px;
	margin: 3px 10px 0 0;
	border: 1px #666 solid;
	float: left;
}

/*********************************
### BLOC 1: CALENDRIER
*********************************/
#calendrier {
	min-height: 180px;
	box-shadow: 0 3px 8px rgb(0 0 0 / 25%);
}

/* lien revenir à aujourd'hui */
#revenirToday {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

#calendrier .table {
	margin: 0;
}

#revenirToday:link {
	color: #000;
}

#revenirToday:visited {
	color: #000;
}

#revenirToday:hover {
	color: #690;
	text-decoration: none;
}

#revenirToday:active {
	color: #444;
	text-decoration: none;
	position: relative;
	top: 1px;
}

.calendarNav1,
.calendarNav2 {
	font-size: 1em;
	font-style: normal;
	background-color: #FFF;
}

.calendarTop1,
.calendarTop2 {
	font-size: 1.1em;
	font-style: normal;
	color: #FFF;
	font-weight: bold;
	background-color: #008342;
	height: 18px;
	text-align: center;
}

.calendarToday1,
.calendarToday2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	background-color: #693;
	text-align: center;
}

.calendarDays1,
.calendarDays2 {
	font: bold 10pt arial;
	color: black;
	background-color: #FFF;
	text-align: center;
	border: 1px #690 solid;
}

.calendarHL1,
.calendarHL2 {
	font-size: 1em;
	font-style: normal;
	color: #AAA !important;
	background-color: #AAA !important;
	text-align: center;
	text-decoration: line-through;
}

.calendarHeader1,
.calendarHeader2 {
	font-size: 1em;
	background-color: #A9B4B3;
	color: #FFF;
	text-align: center;
}

.calendarTable1,
.calendarTable2 {
	width: 100%;
}

/* liens calendrier */
a.cal:link {
	color: #690;
	text-decoration: none;
}

a.cal:visited {
	color: #693;
	text-decoration: none;
}

a.cal:hover {
	color: #FFF;
	background-color: #690;
	text-decoration: none;
	font-weight: bold;
}

a.cal:active {
	color: blue;
}

#liste_presents {
	display: block;
	border: 2px solid #000;
	color: #999;
	background-color: #FFF;
	padding: 3px;
	margin: 20px auto;
	text-align: left;
}

#liste_presents .nom {
	color: #000;
}

/*********************************
### BLOC 2: PLANNING
*********************************/
span.gpl {
	font-size: 1.5em;
	color: #090;
}

#centre_ferme {
	font-size: 1.5em;
	text-align: center;
	margin-top: 50px;
}

#conteneurPlanning {
	background-color: #f5f5f5;
	margin-bottom: 20px;
	box-shadow: 0 3px 8px rgb(0 0 0 / 25%);
}

#conteneurPlanning h4 {
	color: black;
}


#choix_services h2 {
	font-size: 1.2em;
	text-align: left;
	margin-top: 1em;
}

#choix_services p {
	font-size: 1.1em;
	font-weight: bold;
}

#choix_services ul {
	text-align: left;
	margin-left: 20px;
}

#choix_plannings {
	text-align: left;
	margin-left: 30px;
	float: left;
}

a.choix_plannings {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #114384;
	display: inline-block;
	background-color: #ff9f06;
	width: 210px;
	height: 35px;
	line-height: 35px;
	margin: 5px;
	text-align: center;
	border-radius: 5px;
}

a.choix_plannings:hover {
	text-decoration: underline;
}

#choix_plannings h2 {margin-top: 50px;}

div.bloc_planning {color: black;}

div.bloc_planning h2 {font-size: 1em;}
div.bloc_planning h2 span.nom {font-size: 2em; color: red;}

/* tableaux des rdv */
table.planning th,
table.planning_demijour th {
	text-align: right;
	padding: 0.2em;
}

table.planning td,
table.planning_demijour td {
	height: 65px;
	padding: 0.2em;
}

table.planning_demijour td {
	border-top: 0;
}

.pave_demi_jours{
	padding: 0px 10px 0px 10px;
}

.rdv_pris {
    background: #F00 url(../images/bg_rdv_pris.png) no-repeat center;
    text-align: center;
    color: #FFF;
    cursor: no-drop !important;
    width: 100%;
}


.rdv_libre.surbook {
	background: #FFF url(../images/bg_rdv_surbook.png) no-repeat center;
}


.rdv_pris.CP {
	background-color: #456;
}

.rdv_pris a {
	color: black;
	font-style: italic;
	display: inline;
	padding-top: 0;
}

.rdv_libre {background: #FFF url(../images/bg_rdv_dispo.png) no-repeat center; border:1px solid #909090;}

.rdv_libre, .rdv_pris {
	font-size: 10px;
	color: #FFF
}

.rdv_passe {
	background-color: #FC0 !important;
	background-image: none;
	color: #000;
	text-align: center;
}

.rdv_paye {
	background-color: #393 !important;
	background-image: none;
	color: #FFF;
	text-align: center;
}

.rdv_passe_annulation_form {
	background-color: #FC0;
	background-image: none;
	color: #000;
	text-align: center;
}

.rdv_paye_annulation_form {
	background-color: #393;
	background-image: none;
	color: #FFF;
	text-align: center;
}

.rdv_paye_annulation_form a{
	color: white !important;
}

.pause_dejeuner {
	background-color: #F5F5F5; /* gris du fond du bloc */
	text-align: center;
	font-style: italic;
	cursor: no-drop;
}

.case_vide {
	font-size: 1em;
	background-color: #008342;
	height: 35px;
}

/* classes pour les clients spéciaux */
.clientpro {
	background-color: #69F;
	background-image: none;
	color: #FFF;
	font-size: 11px;
	text-align: center;
}

.clientCATY001,
.clientDEK1,
.clientreservanet {
	background-color: #AB00FF;
	background-image: none;
	color: #FFF;
	font-size: 11px;
	text-align: center;
}

.cliententr {
	background-color: #009;
	background-image: none;
	color: white;
	font-size: 11px;
	text-align: center;
}

.clientBLOQUE {
	background-color: #FFE000;
	text-align: center;
	color: #000;
}

/* client BLOQUE */

.rdv_expire_admin {
	background-color: #707071;
	background-image: none;
	color: #FFF;
	font-size: 10px;
	text-align: center;
}

.rdv_expire_client {
	background-color: #ff0000;
	background-image: none;
	color: #FFF;
	font-size: 10px;
	text-align: center;
}

/* ID client toujours visible. Ici: cours collectif */
.client39 {
	background-color: #FF9500;
	color: inherit;
	text-align: center;
}

.service {
	text-transform: uppercase;
	color: #FFF;
}

.rdv {
	padding: 5px 10px;
	font-size: 1em;
	color: black;
	background: #FFF;
}

.bande {
	background-image: url(../images/fond_titre.jpg);
}

.employe {
	font-family: verdana;
	font-size: 1em;
}

.heure {
	font-size: 1em !important;
	color: black;
}
td.heure {width: 25%;}


/*********************************
### BLOC 3: formulaire de réservation
*********************************/

#formulaire {
	min-height: 300px;
	text-align: left;
	margin: 0;
	z-index: 0;
	box-shadow: 0 3px 8px rgb(0 0 0 / 25%);
}

#formulaire .form-group {
	margin-bottom: 0;
}

#formulaire legend {
	color: #007e4f;
	font-weight: bold;
}

.color-vert {
	color: #007e4f;
}

#formulaire input {vertical-align: top;}

#formulaire form {margin: 0;}

#desc_rdv {
	background-color: #EEE;
    border: 1px #CCC solid;
    padding: 0px 5px;
    color: #F00;
    font-weight: bold;
    margin: 3px auto;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

#commentaire_rdv {
	width: 95%;
	margin: 5px auto;
}

#effacer {
	margin: 5px auto;
}


/* ### BLOC: tableau des véhicules en CV */
#vehiculesCV,
#annulation_form {
	margin: 30px 0;
}

#vehiculesCV h2 {
	text-align: left;
}

#vehiculesCV table td {
	vertical-align: top;
}

#vehiculesCV a,
#annulation_form a {
	color: #666;
}

#bloquer_form {
	color: black;
	background-color: #FFF;
}

#mode_emploi {
	float: left;
	padding: 7px;
	width: 200px;
	color: #FC0;
	font-size: 1.4em;
	margin: 60px 20px 0 10px;
	text-align: left;
	border: 2px solid #669900;
}

/* lien BULLE en mode admin */
div.aide {
	position: relative;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	display: inline;
	margin: 0 2px;
	z-index: 5;
}

#Bulle {
	min-width: 200px;
	border: 1px black solid;
	padding: 5px;
	background: #FFC;
	color: black;
	font: normal 1.2em arial;
	text-align: left;
}

/*********************************
### RESA (confirmation du rdv en mode user)
*********************************/
#conf_rdv {
	/* TABLE */
	background-color: #EEE;
}

#conf_rdv td, #conf_rdv th {
	text-align: left;
	padding: 5px !important;
}

#msg_confirmation_rdv_user {
	color: black;
	text-align: center;
	font-size: 1.2em;
	border: 1px inherit solid;
	padding: 1em;
}

/* PROFILS/COMPTES */
#formprofil {
	width: 500px;
	border: 2px #008342 solid;
	margin: 1em auto;
	background-color: inherit;
}

.cachediv {
	visibility: hidden;
	overflow: hidden;
	height: 1px;
	margin-top: 5px;
	position: absolute;
}

.montrediv {
	background-color: transparent;
	padding: 3px;
}

/* CONTACT */
#contact_form {
	border: 2px #008342 solid;
	color: inherit;
	margin: 1em auto;
}

/* BAS DE PAGE */
#menu_horiz_bas {
	color: #FFF;
	border: 1px #FFF solid;
	background-color: #063;
	font-weight: bold;
	padding: 5px;
}

#menu_horiz_bas a {
	color: inherit;
}

/* lien MediaPro DX */
a.mpdx {
	font-size: 12px;
	color: #444;
	font-family: tahoma;
	text-decoration: none;
}

a.mpdx:visited {color: #444;}

a.mpdx:active {font-weight: normal;}

/*********************************
### GESTION DE FLOTTE: écrasent/complètent les valeurs de css/reservanet.css
*********************************/
a.ajouter 
{
	height: min-content;
    border-radius: 50%;
}

.voir_flotte {
	border: 2px #FFF solid;
	width: 100%;
	font-size: 1.2em;
	background-color: inherit;
	color: black;
}

.voir_flotte td {
	padding: 0 2px;
	vertical-align: top;
	border-top: 1px #FFF solid;
}

.voir_flotte th>a {
	color: inherit;
}

a.lien_rdv:link,
a.lien_rdv:visited {
	color: #AAA;
}

a.lien_rdv:hover {
	background-color: #AAA;
	color: inherit;
	text-decoration: none;
}

.voir_flotte img {
	border: 0;
}

.voir_flotte th {
	background-color: #690;
	height: 40px;
	vertical-align: middle;
	color: inherit;
}

.voir_flotte td.prix {
	text-align: right;
	font-size: 1em;
}

.voir_flotte tr.total td {
	border-top: 1px dashed #666;
}

.voir_flotte tr.nouvelle_ligne td {
	border-top: 1px solid #666;
	padding: 3px;
	vertical-align: top;
}

.voir_flotte .indication {
	color: #FFF;
}

.voir-flotte{
	text-decoration: none;
	color: black !important;
}

.voir_flotte tr.nouvelle_ligne textarea {
	width: 100%;
}

td.date_prochain {
	font-weight: bold;
	font-size: 1.1em;
}

#cg {
	border: 2px #666 solid;
	width: 300px;
	margin: 1em;
}

#legende_vehicule {
	text-align: left;
	font-size: 10pt;
}

#commentaire_vehicule {
	background: url(../../../flotte/images/fiche.gif) no-repeat 2px 2px;
	background-color: inherit;
	border: 1px #666 solid;
	padding-left: 20px;
}

#table_fiche {
	color: inherit;
	background-color: #F1F1F1;
	border: 2px #FFF solid;
	padding: 5px;
	margin: 2em auto;
	clear: left;
	/* width: 750px; */
}

#table_fiche h1 {
	color: #360;
	font-size: 14pt;
	margin: 5px auto 1em auto;
}

#table_fiche table {
	border: 0;
	background-color: transparent;
	width: 100%;
}

#table_fiche td.indication {
	border-top: 2px solid #AAA;
}

#table_id {
	border-bottom: 2px solid #AAA;
}

#table_entretien {
	width: 50%;
	background-color: #CCC;
	vertical-align: middle;
	text-align: center;
}

#table_cont {
	width: 45%;
	vertical-align: top;
}

#table_fin {
	width: 100%;
	border-top: 2px solid #AAA;
}

img.couleur_alerte {
	border: 0;
	width: 20px;
}

#legende_flotte {
	text-align: left;
	font-size: 0.8em;
}

#legende_flotte h5 {
	text-decoration: underline;
	margin-bottom: 0.5em;
}

#legende_flotte img {
	margin-right: 1em;
	vertical-align: middle;
	height: 10px;
}

/*********************************
### TICKET
*********************************/
#ticketconfirmation {
	padding: 2mm;
	width: 75mm;
	margin: 1cm auto;
	background-color: #FFF;
	color: #000;
	border: 1px #000 solid;
	font-family: arial, sans-serif;
	text-align: center;
}

#ticketconfirmation img.logo {
	width: 75mm;
}

#ticketconfirmation td.date {
	font-size: 1.2em;
	font-weight: bold;
}

#ticketconfirmation h1 {
	margin: 0;
	padding: 0;
	font-family: inherit;
	text-align: center;
}

#ticketconfirmation table {
	width: 100%;
	margin: 5mm auto;
}

#ticketconfirmation table th {
	vertical-align: top;
	text-align: right;
	padding-right: 5mm;
}

#ticketconfirmation p.indication {
	font-size: 1.2em;
	font-style: italic;
	margin: 5mm auto;
}

/* Pseudo box */
.pseudo_ligne {
	background-color: #FFF;
}

.pseudo_ligne:hover {
	background-color: rgb(190 216 47);
}

.rouge_gras {
	color: red;
	font-weight: bold;
}

/* Modif 11/01/18 refonte REVENTILER CES PRORIETES DANS LES SECTIONS LOGIQUES */
.calendarTable1 th,
.calendarTable1 td {
	padding: 0.2em;
}

.agency-portfolio {
	margin-top: 5px !important;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9;
}

.navbar-light {
	background-color: #FFF !important;
	padding: 1%;
	border-bottom: 1px solid #e5f0fb;
}

.navbar-light .nav-item .nav-link {
	color: #008342 !important;
	text-decoration: none !important;
	font-size: 18px ;
}

.navbar-light .nav-item .nav-link:hover {
	color: black !important;
	text-decoration: none !important;
}

.footer {
	background: #FFF !important;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

#pseudobox {
	color: black;
	background-color: #FFF;
	position: absolute;
	top: 65px;
	left: 0px;
	z-index: 50;
	width: 850px;
	max-height: 500px;
	overflow: auto;
	padding: 5px;
	border: 2px #666 solid;
	text-align: left;
	font-size: 14px;
}

.shell {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.shell,
.shell-wide {
	min-width: 300px;
	max-width: 480px;
}

.agency-portfolio {
	background-color: #FFF;
}

.btn_reservanet {
	color: #fff !important;
	background: #008342;
	line-height: 1.2;
	font-size: 18px;
	border: none;
	border-radius: 0;
	transition: .33s all ease-out;
}

.btn_reservanet:hover {
	color: #242a31 !important;
	background: transparent !important;
}

.centre_footer {
	background-color: #353B41;
	overflow: hidden;
	bottom: 0;
	padding: 30px 0;
	width: 100%;
}

.adresse_footer {
	font-size: large;
	text-align: center;
	transition: 0.5s;
	color: white;
}

.adresse_footer:hover {
	color: #008342;
	transition: 0.5s;
}

blockquote {
	font: inherit;
	padding: 0;
	margin: 0;
	border: 0;
}

.quote cite {
	display: block;
	font-size: 20px;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #008342;
	font-style: unset;
}

/* address {
	margin-bottom: 0;
	font-style: normal;
	line-height: 1.411176;
} */

dl {
	margin: 0;
}


.agency-portfolio {
	padding-bottom: 0 !important;
}

.mini_menu_admin a {
	color: black;
}

.tel_header {
	font-weight: 700;
	/* font-size: 22px; */
}

.tel_header:hover {
	text-decoration: underline;
}


.question_utilistaion {
	color: black !important;
}

.btn-vert-jaune {
	background-color: #bed82f;
	color: #FFFFFF !important;
}

.btn-vert {
	background-color: #007e4f;
	color: #FFFFFF !important;
}

.btn-vert:hover {
	background-color: #FFFFFF;
	color: #007e4f !important;
	border-color: #007e4f;
}

.btn-outline-vert {
	background-color: #FFFFFF;
	color: #007e4f !important;
	border-color: #007e4f;
}

.btn-bleu {
	background-color: #0275d8;
	color: #FFFFFF !important;
}

.btn-bleu:hover {
	background-color: #FFFFFF;
	color: #0275d8 !important;
	border-color: #0275d8;
}


.badge-white {
	color: #fa4832;
	padding: .05em .4em;
	font-size: 1.1em;
}

.td {
	padding: 10px;
	/* -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
	margin-bottom: 10px; */
}

.td-demij1 {
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25) !important;
	width: 100%;
}

.td.rdv_libre:hover:not(.pris) {
	cursor: pointer;
	background: rgb(190, 216, 47);
}

.card-body a {
	color: #495057 !important;
}

.card:hover {
	-webkit-box-shadow: 2px 3px 6px 0px rgba(105, 105, 105, 0.77);
	-moz-box-shadow: 2px 3px 6px 0px rgba(105, 105, 105, 0.77);
	box-shadow: 2px 3px 6px 0px rgba(105, 105, 105, 0.77);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.icone-groupe {
    background-color: #007e4f;
    color: #FFFFFF;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.input-group-prepend {
    margin-right: -1px;
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

i.fa.fa-eye.fa-1x {
    color: black;
}

.box-vue-semaine {
    -webkit-box-shadow: 0 3px 8px rgb(0 0 0 / 25%);
    box-shadow: 0 3px 8px rgb(0 0 0 / 25%);
    transition: all .2s ease-in-out;
}

.box-vue-semaine:hover {border: 1px #999 solid;}

.box-vue-semaine .col-md-3 {
    max-width: inherit !important;
}

/* Mettre ou pas une opaciter au body au focus d'une heure du planning */
/* .enableOpacity:not(#page-semaine){opacity: 0.5;} */

#conteneurPlanningSemaine {
    padding: 20px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 3px 8px rgb(0 0 0 / 25%);
    box-shadow: 0 3px 8px rgb(0 0 0 / 25%);
}

.titre_vue_semaine {
    color: black;
    font-size: 1.1rem;
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border: none;
}

select.custom-select.custom-select-sm.form-control.form-control-sm {
    height: auto;
}

.multiselect-container>li>a {
    color: #008342;
}



.fa-sm {
    font-size: .875em !important;
}

.no-padding-left-right {
    padding-left: 0;
    padding-right: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

.btn_admin{
	color: black !important;
	transition: 0.15s linear;
}

.btn_admin:hover{
	color: #008342 !important;
}

.adresse_centre
{
	height: 40px;
}

.option_admin a{
	color: black;
}

.icone_client{
	color: #008342 !important;
	transition: .2s linear;
}

.icone_client:hover{
	color: gray !important;
}

.container-fluid-mpdx {padding-left: 100px; padding-right: 100px;}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.fa_rech_index{
	background-color: #008342;
}

.thead-dark{
	font-size: 16px;
}

/* TOOLTIP */
.tooltip_dekra
{
  text-decoration:none;
  position:relative;
  opacity: 1;
}
 
 
.tooltip_dekra span
{
  display:none;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  color:black;
  background:white; 
  font-family: verdana, helvetica;
}
 
.tooltip_dekra span img
{
  float:left;
  margin:0px 8px 8px 0;
  width: 100%;
}

.tooltip_dekra li{
	list-style: none;
}
 
.tooltip_dekra:hover span
{
  display:block;
  position:absolute;
  top: -726px;
  left:0;
  z-index:1000;
  width: 300px;
  max-width:320px;
  min-height:128px;
  border:1px solid black;
  margin-left:32px;
  overflow:hidden;
  padding:8px;
}

.tooltip .tooltip-inner {
    background-color: black !important;
}

.tooltip.show {
	opacity: 1 !important;
}

.color-vert-clair {color: #c2d940;}

.input-fusion {
	padding: 4px !important;
    font-size: 13px !important;
}
.row-fusion {
	padding-right: 10px !important;
}

.ligne-client {
    display: block;
    margin: 0;
    padding: 0; 
}

#arrive:hover {cursor: pointer;}
#termine:hover {cursor: pointer;}
#sms-instantane:hover {cursor: pointer;}
#sms-differe:hover {cursor: pointer;}
#modifier-rdv:hover {cursor: pointer;}
#rdv-annule:hover {cursor: pointer;}

.cursor-pointer {
	cursor: pointer;
}
/* MEDIA QUERY */

@media (min-width: 768px) {

	.shell,
	.shell-wide {
		max-width: 750px;
	}
}

@media (min-width: 992px) {

	.shell,
	.shell-wide {
		max-width: 970px;
	}
}

@media (min-width: 1200px) {

	.shell,
	.shell-wide {
		max-width: 1200px;
	}
}

@media screen and (max-width: 992px) {
	.margin-mobile {
		margin-top: 42px !important;
		z-index: 101;
		background-color: white;
		margin: auto;
	}

	.btn-lg,
	.btn-group-lg>.btn {
		padding: 5px;
		font-size: none;
		border-radius: 0.3rem;
	}

	.nom_centre {
		font-size: 14px;
		padding: 10px;
		text-align: left;
		margin-bottom: 27%;
	}

	.height-mobile {
		height: 100px;
	}

	.btn {
		font-size: 0.8rem;
	}

	.icon_menu{
		flex: 0 0 55%;
	}
}

@media(max-width: 768px)
{
	.icon_menu{
		flex: 0 0 100%;
	}
	
	.td-demij1 {
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25) !important;
		width: 100%;
	}
	.table_vue_semaine .rdv_libre, .rdv_pris{
		width: 100% !important;
	}
	.block_demi_jours{
		display: flex !important;
	}
}
@media(min-width: 768px)
{
	.td-demij1 {
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25) !important;
		width: 7em;
	}
}


/* Bouton des planning sur la page planning */
@media(max-width: 1711px)
{
	.btn_planning{
		margin-bottom: 0.5em;
	}
}

 @media(max-width: 1461px)
{
	.nav-link{
		font-size: 17px !important;
	}
}

@media(max-width: 1401px)
{
	.nav-link{
		font-size: 14px !important;
	}
}
 @media(max-width: 1218px)
{
	.nav-link{
		font-size: 13px !important;
	}
}


@media(max-width: 559px)
{
	#nom_etabl{
		margin-bottom: 70px;
	}
}

/* centre index */

.planning_hf td {min-height:35px !important;}


@media (max-width: 1741px) {
	a.nav-link {
		font-size: 15px !important;
	}
}

@media (max-width: 1227px) {
	a.nav-link {
		font-size: 13px !important;
	}
}

@media screen and (min-width: 992px) and (max-width: 1520px) {
	.navbar {
		max-height: 80px !important;
	}
}

.pignose-calendar-unit {
	position: relative;
}
.date-point {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.bd-callout {
	--bs-link-color-rgb: var(--bd-callout-link);
	--bs-code-color: var(--bd-callout-code-color);
	padding: 1rem;
	color: var(--bd-callout-color, inherit);
	background-color: var(--bd-callout-bg, var(--falcon-gray-100));
	border-left: 0.25rem solid var(--bd-callout-border, var(--falcon-gray-300))
  }
  
  .bd-callout h4 {
	margin-bottom: .25rem
  }
  
  .bd-callout>:last-child {
	margin-bottom: 0
  }
  
  .bd-callout+.bd-callout {
	margin-top: -.25rem
  }
  
  .bd-callout .highlight {
	background-color: rgba(0,0,0,0.05)
  }
  
  .bd-callout-info {
	--bd-callout-color: var(--falcon-info-text-emphasis);
	--bd-callout-bg: var(--falcon-info-bg-subtle);
	--bd-callout-border: var(--falcon-info-border-subtle)
  }
  
  .bd-callout-warning {
	--bd-callout-color: var(--falcon-warning-text-emphasis);
	--bd-callout-bg: var(--falcon-warning-bg-subtle);
	--bd-callout-border: var(--falcon-warning-border-subtle)
  }
  
  .bd-callout-danger {
	--bd-callout-color: var(--falcon-danger-text-emphasis);
	--bd-callout-bg: var(--falcon-danger-bg-subtle);
	--bd-callout-border: var(--falcon-danger-border-subtle)
  }

:root {
	--falcon-gray-100: #f8f9fa;
	--falcon-gray-300: #e9ecef;
	--falcon-info-bg-subtle: #d1ecf1;
	--falcon-info-border-subtle: #bee5eb;
	--falcon-warning-bg-subtle: #fff3cd;
	--falcon-warning-border-subtle: #ffeeba;
	--falcon-danger-bg-subtle: #f8d7da;
	--falcon-danger-border-subtle: #f5c6cb;
	--falcon-info-text-emphasis: #197aa4;
	--falcon-warning-text-emphasis: #ac5a2b;
	--falcon-danger-text-emphasis: #b82c46;
}