/*
 Theme Name:   RDP
 Description:  sist relais child theme, based on sist vitrine
 Author:       Benjamin Cousin, pour Sodium Digital
 Author URI:   https://www.sodium.digital
 Template:     sist-vitrine
 Version:      1.0.0.7
 Text Domain:  sist
*/


/*
Orange1 : #e-d7d32;
Orange2 : #E-89449;
Bleu foncé : #0-81F5C;
*/


:root {
    --orange: #7d32ed;
    --orange: rgb(227, 92, 55);
    --orangedark: rgb(234, 147, 113);
    --bluedark: #0eb4f1;
	--graydark : #2f2f2f;
}

body {
	 font-family: 'Roboto', sans-serif;
	 border-top-width: 10px;
	 background: #f8f8f8;
}
#error-page {
	max-width: none;
	border: 5px solid #ff0
}
body a {
	color: rgb(227, 92, 55);
}
body a:hover {
	color: rgb(227, 92, 55);
}

label.frm_primary_label {
	width: 25% !important;
}

.frm_hidden {
		display: none;
}

a:hover,
a.nav-link:hover {
	color: rgb(227, 92, 55);
	/*color: rgb(227, 92, 55)!important;*/
}

a.acf-button.button {
	color: rgb(227, 92, 55);
}

.nav-link:focus, .nav-link:hover {
	outline: none;
}

.cpointer {
	cursor: pointer;
}

h2 {
	border: 0;
	padding-left: inherit;
}

h1,.contenus h2,.contenus h3,.contenus h4,.contenus h5,.contenus h6{
	font-weight:bold;
	margin-bottom:25px
}

.contenus h2,.contenus h3,.contenus h4,.contenus h5,.contenus h6{margin-top:25px}
.contenus h1{font-size:35px}
.contenus h2{font-size:30px}
.contenus h3{font-size:25px}
.contenus h4{font-size:20px}
.contenus h5{font-size:18px}
.contenus h6{font-size:16px}

.contenus p {font-size: 1rem;}
.contenus ul li {list-style-type: disc;}

.container {
    max-width: none;
}
@media (min-width: 1600px) {
	.container {
	    max-width: 1540px;
	}
}


.w-lg-25 {
	width: 50%;
}

@media screen and (min-width: 768px) {
	.w-lg-25 {
		width: 25%;
	}
}
@media screen and (min-width: 992px) {
	.w-lg-25 {
		width: 25%;
	}
}
	
/*
.wpb_wrapper ul.iconik li {
	list-style-image:url(img/icon-check.png);
}

.wpb_wrapper ul.iconik-alt li {
	list-style-image:url(img/icon-check-alt.png);
}

.wpb_wrapper ul.iconik-white li {
	list-style-image:url(img/icon-check-white.png);
}
*/

.mxw-vc {	
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.wpb_wrapper .h3, 
.wpb_wrapper h3 {
    font-size: 1.6rem;
}

.wpb_wrapper ul {
	padding-left: 0;
	margin-left: 1.75em;
	list-style-type: none;
	font-size: 15px;
	margin-top: 50px;
	margin-top: 26px;
}

.wpb_wrapper ul {
	list-style-type: none;
}
.wpb_wrapper ul {
	margin: 0
}
.wpb_wrapper ul.iconik li {
	list-style-type: none;
	position: relative;
	margin-bottom: 12px;
	padding-left: 34px;
	font-size: 1.25rem
}
.wpb_wrapper ul.iconik li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 20px;
	height: 18px;
	background-image: url(img/icon-check.png);
}
.wpb_wrapper ul.iconik-alt li:before {
	background-image: url(img/icon-check-alt.png);
}
.wpb_wrapper ul.iconik-white li:before {
	background-image: url(img/icon-check-white.png);
}

.home p {
	/*
	color: #0af;
	color: #0af !important;
	*/
	font-size: 1.25rem;
	line-height: 1.6;
}

.smlr hr {	
    background: #f70;
    height: 0px;
    width: 60px;
    text-align: left;
	margin-top: 25px;
	margin-bottom: 25px;
}


.smlr p {
	font-size: 15px;
	font-size: 1.25rem;
}

.vc_general.vc_cta3.vc_cta3-style-classic {
	border: 0;
}

.wuoty {
	border-left: 3px solid rgb(227, 92, 55);
	padding-left: 1rem;
}
.wuoty p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3
}
/*
*/


/*
h2:before {
	content: '';
	width: 4px;
	height: 100%;
	min-height: 40px;
	background: rgb(227, 92, 55);
	margin-left: -5px;
	display: inline-block;
	left: -21px;
	position: relative;
	top: 9px;
}
*/
#main h2 {
	color :rgb(227, 92, 55)!important;
	border: none;
	padding: 0px;
	margin-bottom: 1rem;
}

.titpp {
	text-transform: capitalize;
}
.titpp .fas.fa-thumbtack {
	font-size: 30px;
	margin-top: 9px !important;
}

#content .accordeon .mespptit i.fas.fa-thumbtack,
#content .accordeon .mespptit i.fas.fa-crown {
	font-size: 18px;
	margin-top: -4px;
	width: 20px;
	text-align: center;
}

span.nowrap,
.btn.nowrap {
    white-space: nowrap;
}

/****COLORS****/
.classic-orange-color {
	color: rgb(227, 92, 55)!important;
}
.classic-orange-color-bg {
	background-color: rgb(227, 92, 55) !important;
}
.light-orange-color {
	color: rgb(223, 131, 86) !important;
}
.light-orange-color-bg {
	background-color: rgb(223, 131, 86) !important;
}
.lighter-orange-color {
	color: rgb(234, 147, 113) !important;
}
.lighter-orange-color-bg {
	background-color: rgb(234, 147, 113) !important;
}
.transparent-orange-color {
	color: rgb(236, 179, 156) !important;
}
.transparent-orange-color-bg {
	background-color: rgb(236, 179, 156) !important;
}
/* END COLORS*/


.rs-twitter {
	margin-top: 7px
}
.site-footer i.fab.fa-twitter,
.rs-twitter i.fab.fa-twitter {
	color: #fff!important;
	background: rgb(227, 92, 55)!important;
	display: inline;
	padding: 4px 5px 5px 5px!important;
	font-size: 18px;
	border-radius: 3px;
	/* display: inline; */
}

.site-footer .rs-twitter {
	margin-top: 7px;
	margin: 7px 15px 0;
}
.site-footer i.fab.fa-twitter  {
	color: #F6BE98!important;
	background: #fff!important;
}

.mw-1600 {
	max-width: 1600px;
}


footer#colophon {
    background: #222;
    background: var(--graydark);
    padding: 5rem  0;
}

#colophon .copyright {
    font-size: 0.9rem;
    font-size: 1rem;
    margin: 0;
    margin-top: auto;
}
#colophon .copyright small {
	color: #666;
	color: #5b6fa5;
}

#thefooter h3 {
	color: rgb(227, 92, 55);
	font-weight: 600;
	font-size: 1.2rem;
	margin-bottom: 1.4rem
}

#thefooter p {
	color: #fff;
	font-size: 15px;
    font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 1.4rem;
}

#thefooter .rs-foot {
    background: #fff;
    color: #222;
    color: var(--bluedark);
    width: 60px;
    height: 60px;
    line-height: 72px;
    border-radius: 30px;
    margin: 0 15px 0 0;
    font-size: 12px;
    text-align: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#thefooter .rs-foot:hover {
    background: rgb(227, 92, 55);
    color: #222;
    color: var(--bluedark);
}


/* steps */
.wizrdy {
		font-size : 12px;
		padding-top: 25px;
		padding-bottom: 25px;
		/*border-bottom: 1px solid #ccc;*/
		color: #ccc;
		z-index: 1;
		position: relative;
	}
	.wizrdy .step-ok  {
		color: rgb(227, 92, 55);
	}
	.wizrdy .step-ok.active:after  {
		content: " ";
		position: absolute;
		left: 46%;
		opacity: 1;
		margin: 0 auto;
		border: 10px solid transparent;
		/*
		border-bottom-color: rgb(227, 92, 55);
		bottom: -1rem;
		*/
		top: -30px;
	    border-top-color: rgb(227, 92, 55);
	}

	.wizrdy .badge {
		height: 34px;
		min-width: 34px;
		line-height: 26px;
		margin: 0 0 10px;
		background:rgb(227, 92, 55);
		background:#ccc;
		color: #fff;
		border: 2px solid #ccc
	}
	.wizrdy .step-ok .badge {
		background: #f8f9fa;
		color: rgb(227, 92, 55);
		border-color: rgb(227, 92, 55);
	}
	.wizrdy .step-ok.active .badge {
		background:rgb(227, 92, 55);
		color: #fff;
	}
	.progresswiz {
		position: relative;
		top: 44px;
		height: 4px;
		z-index: 0;
	}
	.progresswiz .progress-bar {
		background-color:rgb(227, 92, 55);
	}


button:not(.btn-file):not(.btn-icon):not(.fklk),
input[type="button"]:not(.btn-file):not(.fklk), input[type="reset"], input[type="submit"],
.btn {
    margin: .375rem;
    /*color: inherit;*/
    color: #fff;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: .125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    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;
    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-box-shadow 0.15s ease-in-out;
    padding: .84rem 2.14rem;
    font-size: .81rem
}

.lostpassword-submit .button.big-btn,
.bookings-filter .button-secondary,
a.btn-orange,
.btn-orange {
	background-color: rgb(227, 92, 55);
}

body .entry-content a.btn-orange:hover,
a.btn-orange:hover,
button:hover:not(.btn-file):not(.fklk), input[type="button"]:hover:not(.btn-file):not(.fklk), input[type="reset"]:hover, input[type="submit"]:hover,
.btn:hover {
    color: #fff;
    background-color: #da6d24;
    border-color: #da6d24;
}


.media-modal button:not(.btn-file):not(.btn-icon):not(.fklk),
.wp-editor-tools button:not(.btn-file):not(.btn-icon):not(.fklk),
.mce-btn button:not(.btn-file):not(.btn-icon):not(.fklk) {
    margin: .375rem;
    /*color: inherit;*/
    color: #000;
    padding: 4px;
    text-transform: none;
    word-wrap: normal;
    border: 1px solid #333 ;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    font-size: .81rem;

    margin: 0;
    border: 0;
}

a.btn-darkblue,
.btn-darkblue {
	background-color: var(--bluedark);
}
a.btn-darkblue:hover,
.btn-darkblue:hover {
    color: #fff;
    background-color: #0663b5;
    border-color: #0663b5;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-icon,
button.btn-icon,
input[type="submit"].btn-icon {
	padding: 6px 10px;
	margin: 0 4px;
}

.modal-header .close {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    padding: 0.65rem 1rem;


    margin: -2rem -2rem 0 0;
    border-radius: 0;
    text-shadow: none;
    background-color: #E91E63;
    opacity: 1;
    color: #fff;
}
.modal-header .close:not(:disabled):not(.disabled):focus, .modal-header .close:not(:disabled):not(.disabled):hover,
.modal-header .close:hover {
	background: rgb(227, 92, 55);
	text-shadow: none;
    opacity: 1;
}

form.display-inline {
    display: inline;
}
/*
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	color: #666;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	padding: 3px 10px;
	display: block;
	width: 100%;
	padding: 0.75rem 0.75rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	background: #fff;
	border: 1px solid #d7dae3;
	color: #3e4954;

	border: 1px solid #d7dae3;
}
*/

.form-control:disabled,
.form-control[readonly],
.form-control[readonly]:focus {
    background-color: #f8f9fa !important;
    opacity: 1;
    border-color: #ddd;
    color: #bbb;
}

@media (min-width: 768px) {
	textarea.form-control.minh214 {	
	    min-height: 214px;
	}
}

.form-control,
.card-form .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d7dae3;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.card-form .form-control-file {
	height: auto;
    padding: 1.5rem 0.75rem;
}


.card-form .form-row label {
	font-size: 14px;
}

.doc-wrapper a,
.my-docs .doc-wrapper .btn-file,
.card-form .doc-wrapper .btn-file {
	color: #999;
	text-align: center;
}

.my-docs .doc-wrapper button.btn-file {
    padding: 0;
    background: transparent;
    cursor: pointer;
}

.my-docs .doc-wrapper {
    height: calc(100% - 10px);
}

.my-docs .doc-wrapper.bg-light {
	background: transparent !important;
	font-size: 14px;
}

.doc-wrapper .btn-file i {
	margin-right: .5rem;
}

.my-docs .doc-wrapper .btn-file i,
.card-form .doc-wrapper .btn-file i {
	font-size: 66px;
	margin: 0;
	margin-bottom: 1rem;
	color: #e6e6e7
}

.doc-wrapper a:hover,
.doc-wrapper a:focus,
.my-docs .doc-wrapper .btn-file:hover,
.card-form .doc-wrapper .btn-file:hover,
.my-docs .doc-wrapper .btn-file:hover i,
.card-form .doc-wrapper .btn-file:hover i {
	color: rgb(227, 92, 55);
}
.card-form .doc-wrapper .showonhover {
	display: none;
    position: absolute;
	top: -14px;
	right: -1px;
}
.card-form .doc-wrapper:hover .showonhover {
	display: inline-block;
}


.list-group-info {
	margin-left: 0
}
.list-group-info .list-group-item {
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important;
	-ms-flex-align: center!important;
	align-items: center!important;
	padding-left: 0;
	padding-right: 0;
}
.list-group-info .list-group-item:first-child {
	border-top: 0
}

.contactrelais {
	
}
.contactrelais .frm_submit {
	text-align: center;
}

#content .contactrelais label {
	width: 100% !important;
    margin-top: .75rem;	
}
/*
.home #content .wpb_text_column :last-child, 
.home .wpb_text_column :last-child {
    width: 100% !important;
}
*/
.home #content .wpb_text_column .frm_forms input[type="text"]:last-child  {
    width: 100% !important;
}


.home #content .wpb_text_column .frm_button_submit.frm_final_submit:last-child, 
.home .wpb_text_column .frm_button_submit.frm_final_submit:last-child {
    width: auto !important;
	font-size: 0.81rem;
	margin: 0.375rem; 
	font-weight: 400;
	font-family: "Roboto", sans-serif !important; 
}



.home .contactrelais .with_frm_style .frm_hidden_container .frm_primary_label,
.home .contactrelais .with_frm_style .frm_pos_hidden,
.home .contactrelais .frm_hidden_container .frm_primary_label {
    visibility: visible;
}

#content .accordeon-no {
    margin: 10px auto 0;
}
#content .accordeon-no h4 {
    width: 100%;
    margin: 0;
    padding: 5px 15px;
}

.accordeon .badge {
	float: right;
	vertical-align: middle;
	margin-top: 3px
}
#content .accordeon h4 {
	width: 100%;
}


.lastvad .fas.fa-crown{
	font-size: 58px
}

.lastvad {
    background: rgb(227, 92, 55);
}

#content .accordeon .btn.btn-orange i {
    font-size: 20px;
    line-height: 18px;
    vertical-align: middle;
}


.custom-file-label::after {
content: "Parcourir";
}




.relaisSubmit {
		width: 25%;
}
a:active {
	color:  rgb(227, 92, 55)!important;
}
.frm_final_submit {
		background-color: rgb(227, 92, 55)!important;
		border: 1px solid rgb(227, 92, 55)!important;
}
.login-username, .login-password {
	display: flex;
	flex-direction: column;
	width: 50%;
	margin: 0 auto;
}
.login-password {
	margin-top: 25px;
}
.login-remember, .login-submit {
	width: 50%;
	margin: 0 auto;
}
.login-submit  {
	text-align: center;
}
.login-submit input {
	background-color: rgb(227, 92, 55)!important;
	border: 1px solid rgb(227, 92, 55)!important;
	color: white;
	cursor: pointer;
}
#loginform {
	width: 70%;
	margin: 0 auto;
}
.fileInput {
		height: calc(2.25rem + 8px)!important;
}







.badge {
	/*
	color: white;
	background-color: transparent;
	margin-left: 10px;
	vertical-align: super;
	border-radius: 1.5rem;
	border: 1px solid white;
	*/

	color: #f70;
	background-color: transparent;
	margin-left: 10px;
	vertical-align: super;
	border-radius: 1.5rem;
	/* border: 2px solid white; */
	background: #fff;
	height: 1.4rem;
	min-width: 1.4rem;
	line-height: 1.1rem;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 3px;
}
.badge-light {
	line-height: 1
}
.badge-small {
    padding: 0;
    margin: 0;
    line-height: 1.4;
    font-size: 10px;
    border: 1px solid rgb(227, 92, 55);
    height: 15px;
    min-width: 15px;
}
.alert-sist {
	background-color: rgb(227, 92, 55);
	color: #fff;
}
.allmodules .module_status {
	border: 1px solid rgb(227, 92, 55);
	background: rgb(227, 92, 55);
	color: white;
}
.allmodules .ttip img {
	width: 100%;
	height: auto;
}
.css-afaire,
.allmodules .module_status.css-afaire {
	background-color: rgb(227, 92, 55);
	border: 1px solid rgb(227, 92, 55);
}
.css-valide,
.allmodules .module_status.css-valide {
	/*
	background-color: #28a745;
	border: 1px solid #28a745;
	*/
	background-color: #2da24b;
	border: 1px solid #2da24b;
}
.css-encours,
.allmodules .module_status.css-encours {
	/*
	background-color: #32b1ed;
	border: 1px solid #32b1ed;
	background-color: var(--bluedark);
	border: 1px solid var(--bluedark);
	*/
	background-color: rgb(227, 92, 55);
	border: 1px solid rgb(227, 92, 55);
}
.css-verrou,
.allmodules .module_status.css-verrou {
	/*
	background-color: #111;
	border: 1px solid #111;
	*/

	background-color: rgb(227, 92, 55);
	border: 1px solid rgb(227, 92, 55);
	background-color: var(--bluedark);
	border: 1px solid var(--bluedark);
}

.css-valide + .btn-orange {
	background-color: #2da24b;
	border-color: #2da24b;
}

.titulo-module {	
    font-size: 13px;
    padding: 11px;
    margin: 0;
    color: #fff;
}
@media (min-width: 992px) {
	.titulo-module {
		min-height: 62px;
	}
}
@media (min-width: 1540px) {
	.titulo-module {
		min-height: inherit;
	}
}
/*
.img-css-afaire:after,
.img-css-valide:after,
.img-css-verrou:after {
	rgb(227, 92, 55) url(img/checked.png) no-repeat center center;
}
*/

.img-css-afaire img,
.img-css-valide img,
.img-css-verrou img {
	position: relative;
	/*
	margin-top: -65px;
	*/
}
.img-css-valide {
	/*background: #28a745;*/
	background: rgb(227, 92, 55) url('img/checked.png') no-repeat center center;
	background: #28a745 url('img/checked.png') no-repeat center center;
}
.img-css-encours {
}
.img-css-verrou {
	/*background: #111;*/
	background: rgb(227, 92, 55) url('img/locked.png') no-repeat center center;
	background: #081F5C url('img/locked.png') no-repeat center center;
}
.img-css-afaire img {
}
.img-css-valide img {
	opacity: .15;
	/*
	*/
	opacity: 1;
	opacity: .5;
}
.img-css-encours img {
}
.img-css-verrou img {
	/*opacity: .5*/
	opacity: .15
}



/* STATISTIQUES */

.statistiques .apexcharts-canvas {
    margin: 0 auto;
}


.bignum {
    display: block;
    font-size: 4rem;
    line-height: 3rem;
    font-weight: 700;
    color: rgb(227, 92, 55);
    white-space: nowrap;
}

@media (min-width: 992px) {
    .bignum {
        font-size:3rem;
        line-height: 2rem
    }
}

@media (min-width: 1200px) {
    .bignum {
        font-size:4rem;
        line-height: 5rem
    }
}




.statusnotice {
	width: 100%;
}

.eventful {
	background-color: rgb(227, 92, 55) !important;
}

.eventful:hover > a{
	color: white !important;
}
table.fullcalendar td {
	border-color: rgb(227, 92, 55);
	width: 10%;
}
table.em-calendar td.eventful a, table.em-calendar td.eventful-today a {
	color: white;
}
.eventless-today {
	background-color: white !important;
}
.em-booking-submit, .em-search-submit, .button-switch-search,.em-create-submit {
	border: 1px solid rgb(227, 92, 55) !important;
	background: rgb(227, 92, 55) !important;
	color: white !important;
	margin-bottom: 0
}
.cancel-event-button {
	border: 1px solid rgb(227, 92, 55);
	background: rgb(227, 92, 55);
	color: white;
	padding: 0.5rem;
}
.list-events {
	display: none;
}
.em-search-options > a:hover {
	color: rgb(227, 92, 55);
}
button#display-calendar:focus, button#display-list-events:focus  {
	outline:none;
}


#event-create .card-title.edit-title {
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 1.5rem;
}

#event-create h5 {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
}

#event-create a {
	color: rgb(227, 92, 55)
}
#event-create a:hover {
	color: var(--bluedark)
}

#event-create hr {
    border-top: 1px solid #eee;
    border-top: 1px solid #fff;
}

#event-create #em-location-reset {
	font-size: .8125rem;
	font-weight: 400;
	line-height: 1.5;
	display: inline-block;
    position: relative;
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
	color: #999 !important;
    background: #fff;
    margin-bottom: 1rem;
    margin-top: -0.5rem;
    /*
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    */
}


#event-create .inside.event-form-bookings {
	margin-bottom: 0;
}

#event-create #event-rsvp-box {
    left: 10px;
    display: inline-block;
    position: relative;
}

#event-create p.input-field-data_privacy_consent {
	font-size: 1rem
}

#event-create .event-form-when {
	
}
/*
#event-create .event-form-when p.mt-1.mb-1 {
	width: 5%;
}
#event-create .event-form-when input + p.mt-1.mb-1 {
	text-align: center;
}
#event-create .event-form-when .em-date-input-loc {
	width: 45%;
}
*/
#event-create .form-text {	
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem !important;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d7dae3;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

div.time-picker {
	width: 120px;
}

div.time-picker li {
    padding: 4px 8px;
    height: auto;
    width: 100px;
    position: relative;
    display: inline-block;
}






.bg-grad-grey {
	background-image: linear-gradient(0deg, #e9eaec 20%, #f8f9fa 100%);
}

.bg-light-alt {
	background-color: #eceff1!important;
}
.bg-greylight {
	background-color: #bbb !important;
}

.bg-orange .vc_btn3.vc_btn3-color-inverse,
.bg-orange .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat,
.bg-orange,
.card-header-wine,
.bg-wine {
	/*
	background-color: rgb(227, 92, 55);
	*/
	background-color: rgb(227, 92, 55) !important;
	background-image: linear-gradient(90deg, rgb(227, 92, 55) 20%, #ba7cff 100%);
	background-image: linear-gradient(90deg, rgb(227, 92, 55) 20%, #E89449 100%);
}

.bg-darkblue .vc_btn3.vc_btn3-color-inverse,
.bg-darkblue .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat,
.bg-darkblue {
	background-color: var(--bluedark) !important;
}
.orange-link {
	color: rgb(227, 92, 55) !important;	
}
.orange-link:hover {
	color: #333 !important;	
}
.text-orange {
	color: rgb(227, 92, 55) !important;	
}
.text-darkblue {
	color: var(--bluedark) !important;	
}
#em-booking a {
	color: rgb(227, 92, 55) !important;
}
/* BUTTON DOWNLOAD */
.wpdm-link-tpl > .media > .media-body span {
	display: none;
}
.wpdm-link-tpl > .media > .media-body {
	margin-left: 1rem;
}
.wpdm-download-link{
	background-color: rgb(227, 92, 55) !important;
}
#masthead{
	margin: auto 5%;
}
.menu {
		width: 14%;
		margin: 0 0 0 auto;
		display: flex;
		align-items: center;
}
.social-media-menu {
	width: 10%;
	margin: 0 5% 5% auto;
}

.badge-message {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	border-radius: 0;
	padding: 1px 7px;
	background: #00188c !important;
	color: #fff;
	background: #fff !important;
	color: rgb(227, 92, 55);
}

.rating,.rated {
	unicode-bidi: bidi-override;
	direction: rtl;
	/*float: left;*/
	margin-top: -8px
}

.rated > label,
.rating > label {
	display: inline-block;
	position: relative;
	width: 1.1em;
	width: 30px;
	font-size: 30px;
	height: 30px;
	color: rgb(227, 92, 55);
}
.rating > label {
	cursor: pointer;
}

.rating > label.active:before,
.rating > label.active ~ label:before,
.rating > label:hover:before,
.rating > label:hover ~ label:before {
	content: "\2605";
	position: absolute;
}

.min-100w.rated > label,
.min-100w.rating > label {
	width: 15px;
	font-size: 15px;
	height: 15px;
}
.mw-200 {
	max-width: 200px
}

.inputRating {
	display: none;
}


.rated > label.active:before,
.rated > label.active ~ label:before {
		content: "\2605";
		position: absolute;
}
@media screen and (max-width:900px) {
	.menu {
		width: 70%;
	}
	.logo_footer {
		width: 25%;
	}
	label.frm_primary_label {
			width: 100% !important;
	}

}

.modal {
	padding-left: 20px;
}
.modal-dialog {
    max-width: 1200px;
}
@media screen and (max-width:600px) {
		.modal {
				/*width: 400px;*/
		}

}


.all-center {
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important;
	-ms-flex-align: center!important;
	align-items: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
}

/* Bulle discussion, type Chat' */

.comment-form {
	position: relative;
	background: #f8f9fa!important;
	margin-top: 1.5rem!important;

    padding: 1.5rem!important;
    display: inline-block;
    width: 100%;
}
.comments-area,
.the-discussion {
	position: relative;
}

.comments-area,
.the-discussion .discuss {
	position: relative;
}
.the-discussion .discuss {
	height: 500px;
	/*background: #eee;*/
    overflow-y: auto;
    overflow-x: hidden;
}
.the-discussion .discuss ul {
	margin-left: 0
}
/*
.the-discussion .discuss:after {
    content: '';
    position: fixed;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 150px;
    height: 75%;
    background-image: linear-gradient(180deg, rgba(0,0,0,.4) 0%, transparent 100%);
    background-image: linear-gradient(180deg, rgba(255,255,255,.84) 0%, transparent 100%);
    background-image: linear-gradient(180deg, #eee 20%, transparent 100%);
  }
  */
  .min-100w {
  	min-width: 100px
  }

li.comment.byuser .comment-edit-link {
	display: none;
}
li.comment.byuser,
.bulle-chat {
	position: relative;
	background: var(--bluedark);
	padding: 1.7rem 2rem;
	color: #fff;
	/*
	border-radius: .6em .6em 0 .6em;
	*/
	border-radius: .6em;
	margin: 30px 30px 30px 60px;
	font-size: 12px;
	font-style: italic;
}
li.comment.byuser .media-object,
.bulle-chat p {
	font-size: 14px;
	margin: 8px 0 0 0;
}

li.comment.byuser:after,
.bulle-chat:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	left: auto;
	right: 15px;
	width: 0;
	height: 0;
	border: 1em solid transparent;
	border-top-color: var(--bluedark);
	border-bottom: 0;
	border-right: 0;
	margin-left: -1em;
	margin-bottom: -1em;
}

li.comment.byuser:not(.bypostauthor),
.bulle-admin {
	background: rgb(227, 92, 55);
	margin-left: 30px;
	margin-right: 60px;
}
li.comment.byuser:not(.bypostauthor):after,
.bulle-admin:after {
	left: 35px;
	right: auto;
	border: 1em solid transparent;
	border-top-color: rgb(227, 92, 55);
	border-bottom: 0;
	border-left: 0;
	margin-left: -1em;
	margin-bottom: -1em;
}

li.comment.byuser:not(.bypostauthor)+li.comment.byuser:not(.bypostauthor),
li.comment.byuser.bypostauthor+li.comment.byuser.bypostauthor,
li.bulle-admin+li.bulle-admin,
li.bulle-relais+li.bulle-relais {
    margin-top: -45px;
}

@media screen and (min-width: 992px) {
	li.comment.byuser.bypostauthor,
	.bulle-chat {
		margin-left: 230px;
	}
	li.comment.byuser:not(.bypostauthor),
	.bulle-admin {
		margin-left: 30px;
		margin-right: 230px;
	}
	
	li.comment.byuser.bypostauthor:after,
	.bulle-chat:after {
		right: 50px;
	}
	li.comment.byuser:not(.bypostauthor):after,
	.bulle-admin:after {
		left: 70px;
	}
}



.overllipsis {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.modal-content {
	padding: 1rem;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
	box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

.modal-backdrop.show {
	opacity: .9;
	background: var(--bluedark)
}

.form-group {
    margin-bottom: 1.4rem;
}




/* Avatar header */

.avatar-link .media {
    text-align: right;
    margin-top: .5rem;
    margin-right: .2rem;
    height: 2.5em;
}
.avatar-link .media-body {
    height: 2.5em;
    display: flex;
}
a.avatar-link h4 {
    color: #333
}

.avatar-link h4.media-heading.text-capitalize {
    font-size: 1rem;
    align-self: center;
    margin: 0;
    margin-left: auto;
}

.avatar-link .profthumb {
    position: relative;
    background: #ddd;
    width: 2.1em;
    height: 2.1em;
    border-radius: 50%;
    margin-left: .5rem;
    margin-top: .2rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
}
.avatar-link [data-letters]:before {
	background: rgb(227, 92, 55);
	position: relative;
	content:attr(data-letters);
	display:inline-block;
	font-size:1em;
	width:2.1em;
	height:2.1em;
	line-height:2.15em;
	text-align:center;
	border-radius:50%;
	vertical-align:middle;
	color:white;
}


.alert-leprintr {
	color: #640085;
	background-color: #dcccff;
	border-color: #cdb8ff;
}
.alert-leecho {
	color: #ce156a;
	background-color: #f1bcd3;
	border-color: #d8a1b9;
	display: inline;
	padding: 1px 3px;
	margin: 0 5px;
	font-size: 16px;
}




/*
table.moduleTable,
.moduleTable tbody {
	display:in0line-block;
}

table.moduleTable tr {
	display:flex;
	flex-wrap:wrap; 
}
table.moduleTable td {
	display:block;
	flex:1
}
table.moduleTable td:last-child {
	background-color:#d00;
	width:100%;
	flex:auto; 
}
*/
/*
table.moduleTable td:last-child {
	background-color:#d00;
	width:100%; 
	flex:auto; 
}
*/

.fafa i {
    /*
    font-size: 30px;
    margin: 0 5px 0 16px;

    font-size: 55px;
    margin: 0 0px 0 10px;
    width: 66px;
    */
    font-size: 30px;
    /* font-size: 55px; */
    margin: 5px 0px 0 10px;
    /* width: 66px;*/
}
@media (min-width: 1200px) {
	.fafa i {
		/*font-size: 55px;
		*/
		width: 26px;
	}
}

.card {
	border: 0;
	/*
	background-color: #f8f9fa;
	border-radius: .5rem;
	*/
    border-radius: .5rem;
	margin: .5rem .5rem 2.5rem .5rem;
	box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,0.08);
}
.card-no-shadow {
	box-shadow: 0 0 0 rgba(0,0,0,0);
}

.card-fill {
    height: calc(100% - 3rem);
    height: calc(100% - 2rem);
}

.card.b-radius-0,
.card.b-radius-0 .card-header:first-child {
	border-radius: 0 !important;
}

.card>* {
	flex-shrink: 0;
}

.card-header {
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	background-color: transparent;
	border-bottom: 1px solid #f5f5f5;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 60px;
}


.card-header:first-child {
	border-radius: calc(.5rem - 1px) calc(.5rem - 1px) 0 0;
}

.card-header-alone {
	border-radius: calc(.5rem - 1px) calc(.5rem - 1px) !important
}

.card-subheader {
	padding: 0rem 0rem .5rem 0rem;
	margin-bottom: 0;
	border-bottom: 1px solid #f5f5f5;
}

.card-header h4, 
.card-subheader h4, 
.card-header h4.card-header-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}
.card-header h5.card-header-title {
    font-size: 18px;
    font-weight: 600;
    color: rgb(227, 92, 55);
}

.card-header a:not(.btn-orange) {
    color: rgb(227, 92, 55);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.card-header a:not(.btn-orange):hover {
    color: var(--bluedark);
}

.card-header-grey {
	background: #666666;
}

.card-header-grey h4,
.card-header-wine h4 {
	color: #fff
}
.card-form .form-row {
	margin: 1rem 0;
}

.card-pp {
	border: 1px solid #e4e8ed;
	display: block;
	padding: 25px;
}
.prescripteur .card-pp {
	border-left-color: rgb(227, 92, 55);
}


.card-pp.state_create {
	border-left: 5px double #999;
}
.card-pp.state_programmed {
	border-left: 5px double #009df9;
}
.card-pp.state_in_progress {
	border-left: 5px double #f5e30d;
}
.card-pp.state_in_validation {
	border-left: 5px double #a046bd;
}
.card-pp.state_validate {
	border-left: 5px double rgb(227, 92, 55);
}


tr.state_create td:first-child {
	border-left: 5px solid #999;
}
tr.state_programmed td:first-child {
	border-left: 5px solid #009df9;
}
tr.state_in_progress td:first-child {
	border-left: 5px solid #f5e30d;
}
tr.state_in_validation td:first-child {
	border-left: 5px solid #a046bd;
}
tr.state_validate td:first-child {
	border-left: 5px solid rgb(227, 92, 55);
}

tr.isLate td {
	color: #d00 !important;
}


tr td.spstate {
	text-align: center;
}
tr td.spstate span {
	border-radius: 10px;
	padding: 4px 12px;
	font-size: 12px;
	color: #fff;
}

tr.state_create td.spstate span {
	background: #999;
}
tr.state_programmed td.spstate span {
	background: #009df9;
}
tr.state_in_progress td.spstate span {
	background: #f5e30d;
}
tr.state_in_validation td.spstate span {
	background: #a046bd;
}
tr.state_validate td.spstate span {
	background: rgb(227, 92, 55);
}



.card-pp.state_create .under-p {
	border-bottom: 3px double #999;
}
.card-pp.state_programmed .under-p {
	border-bottom: 3px double #009df9;
}
.card-pp.state_in_progress .under-p {
	border-bottom: 3px double #f5e30d;
}
.card-pp.state_in_validation .under-p {
	border-bottom: 3px double #a046bd;
}
.card-pp.state_validate .under-p {
	border-bottom: 3px double rgb(227, 92, 55);
}



.br-line {
	border-right: 1px solid #e4e8ed;
}

.btn-card {
    background: rgb(227, 92, 55);
    color: #fff;
    margin-bottom: 1.5rem;
    -webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.btn-card h3 {
	font-size: 24px;
	line-height: 1;
}

.btn-card .badge.badge-light {
    position: absolute;
    margin-bottom: 3px;
    top: 0;
    line-height: 17px;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 8px;
}

.btn-card span:not(.badge) {
    color: #502100;
    color: #ffbf94;
    -webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.btn-card:hover,
.btn-card:active,
.btn-card:focus {
    background: var(--bluedark);
    color: #fff !important;
}

.btn-card:hover span:not(.badge),
.btn-card:active span:not(.badge),
.btn-card:focus span:not(.badge) {
    color: #fff !important;
}



.nav-tabs .nav-link {
    text-overflow: ellipsis;
    overflow: hidden;
    color: rgb(227, 92, 55);
}
.nav-tabs .nav-link:hover {
    color: var(--bluedark);
}

.nav-tabs .nav-item .nav-link small {
    white-space: pre;
}

.wrap-nav-tabs {
    position: relative;
    z-index: 10;
    margin: 0 .5rem;
}

.wrap-nav-tabs .nav-tabs {
	border-bottom: 0;
}

.wrap-nav-tabs .nav-tabs .nav-link {
	border: 0;
    padding: .85rem 1.25rem;
}

.card-after-tabs {
	border-top-left-radius: 0;
	border-top-right-radius: 0; 
    margin-top: 0;
}


.page-template #content .nav-tabs li {
	list-style: none;
}

.actionerz {
    font-size: 12px;
    font-weight: 400 !important;
    margin-left: -0.5rem;
    margin-top: .5rem;
}

.actionerz a {
    padding: 0 0.5rem 0 0.5rem;
    border-right: 1px solid #d1d7da;
    font-size: 12px;
}
.actionerz a:last-child {
    border: 0;
    padding-right: 0;
}

.actionerz form {
	display: inline;
}

.actionerz button.fklk {
    padding: 0 .5rem 0 0.5rem;
	color: rgb(227, 92, 55);
	cursor: pointer;
	background: transparent;
    border-right: 1px solid #d1d7da;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.actionerz button.fklk:hover {
    color: var(--bluedark);
}


.dataTables_wrapper .dataTables_length {
	padding: 7px;
}
.dataTables_wrapper .dataTables_length label {
	margin-bottom: 0;
}

.dataTables_wrapper .dataTables_filter label {
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-align: center!important;
	align-items: center!important;
    width: 100%;
    margin-bottom: 0
}
/*
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0;
}
*/

.dataTables_wrapper .dataTables_filter label input {
    width: 100%;
    margin-bottom: 0;
}

.dataTables_wrapper .dataTables_filter label input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e2e2;
    border-radius: .25rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

table.dataTable {
    color: #3e4954;
}

.card table.sistDataTable {
    padding: 1rem 0 2rem 0;
}

.card table.sistDataTable td.dataTables_empty {
    color: #aaa;
    font-style: italic;
    padding: 2rem 0 1rem;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 15px 30px;
    border-bottom: 1px solid #d7dae3;
    font-size: 14px;
}

table.dataTable thead th {
	color: #000;
	font-size: 16px;
    font-weight: 600;
	font-weight: 500;
	/* text-transform: uppercase; */
	font-size: 12px;
	color: #aaa;
	letter-spacing: .5px;

}
table.dataTable tbody td {
    padding: 15px 30px;
    font-size: 13px;
}
table.dataTable tbody td a:not(.btn-orange) {
    color: #000;
}
table.dataTable tbody td:first-child a:not(.btn-orange) {
    color: rgb(227, 92, 55);
}
table.dataTable tbody td a:not(.btn-orange):hover {
    color: rgb(227, 92, 55);
}
table.dataTable tbody td:first-child a:not(.btn-orange):hover {
    color: var(--bluedark);
}

table.dataTable tbody tr td:first-child {
    font-size: 16px;
    font-weight: 600;
}


table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-color: #d7dae3;
}
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #fafafa;
}

table.dataTable thead th,
table.dataTable th {
	border: 0;
}
table.dataTable.no-footer {
	border-bottom: 0;
}


table.dataTable thead tr th.icnk,
table.dataTable tbody tr td.icnk {
	width: 100px;
	padding: 15px 8px;
	text-align: center;
}



.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    padding-top: 0;
    font-size: .8125rem;
    color: #6c757d !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: rgb(227, 92, 55) !important;
    background: #fff;
    border: 1px solid #dee2e6;
    width: auto;
    display: inline;
    font-size: 12px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #6c757d !important;
    background: transparent;
    border: 1px solid #dee2e6
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #fff;
    border-color: #dee2e6
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #e9ecef
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #fff;
    color: #0a54b3 !important;
    text-decoration: none
}

/*
*/
table.moduleTable {
	width: 100% !important;
}
.table-hover tbody tr:hover,
table.moduleTable  tr.shown {
	background: #f8f8f8;
}

table.moduleTable  tr.shown + tr {
	background: #f8f8f8;
}

table.moduleTable .alert-resa {
	/*background: #f8f8f8;*/
	padding: 5px 15px;
	font-size: 13px;
}

table.moduleTable .alert-resa .actionerz {
	margin-left: 0;
	margin-top: 0
}



table.moduleTable .alert-resa-header {
    background-color: #f9fbfd;
    background-color: #fff;
    text-transform: uppercase;
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: .08em;
    color: rgb(227, 92, 55);
    border-bottom-width: 1px;
    padding: 1rem 0;
    padding: .51rem 0.3rem;
    font-size: .625rem;
    font-weight: 500;
    margin-bottom: 12px;
}

/*
table.moduleTable th:nth-child(6),
table.moduleTable td:nth-child(6) {
    background-color: #d00;
    width: 100%;
    opacity: 0;
    width: 0;
    display: none;
}
*/


/**************************/
/*     SINGLE MODULE      */
/**************************/


.single-modules .compat-item {
	display: none;
}
.custom-logo{
	width: 100% !important;
}
#masthead .rs-sist{
	margin-right: 20px;
}



