/* ------------------------------ GLOBAL ----------------------------------*/
/*html {    background-color: #363636;}
body {
    font-family: 'Montserrat',Helvetica, Arial, sans-serif;
    font-size:1em;
    line-height:1.2em;
    font-weight:400;
    margin:0;
    max-width:100%;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: auto;
    background-color: rgba(255,255,255,0.95);
}*/
.subscription-list > .row {
	align-items: end;
}
.export-btn {
    width: 100%;
}

#tab-content .tab-content {
  display: none;
}

#tab-content .tab-content.is-active {
  display: block;
}

section.form-section{
	background: #fcfcfc;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    padding:20px;
    color:#323c49;
    margin-bottom:20px;
}

body{
    background-color: #f1f4f6;
}

.atl-badge {
	font-size: 100%;
}

/* ---------------------------- NAVBAR ------------------------------*/
/*nav.navbar{
	background-color: #131313;
	color:#FFF;
}*/

.select.is-primary select { border-color: #dbdbdb;}
.select.is-primary select.is-hovered, .select.is-primary select:hover { border-color: #b5b5b5;}
.select.is-primary select.is-active, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select:focus { box-shadow: 0 0 0 0 #CCC;}
.select.is-primary:not(:hover)::after {border-color: #666;}
.select.is-primary:hover::after {border-color: #aadc14;}

label{
	color: #131313;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: .5em;
}

.buttons.buttons-right{
	justify-content: flex-end;
}

section.form-section .section-title{
	margin-bottom: 20px;
}

.nav-tabs {
    justify-content: center;
    margin-bottom: 20px;
}

.logo-login{
    margin-bottom: 20px;
}

.text-muted{
    color:#d9534f !important;
    margin-top: 6px;
}

.text-info{
    color:#919aa1 !important;
}



/*****************************/
/** ######## ADMIN ######## **/
/*****************************/
body{
	background-color:#f7f7f9;
}
table thead th{
	cursor:pointer;
}
h1{
	padding-bottom:10px;
}
.section-mini{
	padding:1.5rem 1rem;
}
.logo-login{
	margin-bottom: 20px;
}
.sejour{
	display:none;
	transition: 1s all;
	line-height:30px;
}
.sejour td{
	padding:10px 1.5rem;
}
.white-bkg{
	background-color: #fff;
    /*border-bottom:5px solid #dee2e6;*/
    -webkit-box-shadow: 4px 4px 10px -3px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 4px 10px -3px rgba(0,0,0,0.3);
    box-shadow: 4px 4px 10px -3px rgba(0,0,0,0.3);
	padding:20px 10px;
    height:100%;
}
.white-bkg.danger-bkg{
	border-bottom:5px solid #D23430;
}
.white-bkg.success-bkg{
	border-bottom:5px solid #3CA861;
}
.white-bkg.warning-bkg{
	border-bottom:5px solid #ED9D2B;
}
.white-bkg.info-bkg{
	border-bottom:5px solid #1A82AE;
}
.white-bkg > h4{
	border-bottom:1px solid #1a1a1a;
	padding-bottom: 8px;
	margin-bottom: 25px;
}
.white-bkg strong{
	font-weight: 900;
	color:#1a1a1a;
}
.white-bkg .row > div{
	margin-bottom:10px;
}
.dashboard-stat > p{
	text-transform: uppercase;
    font-size: 18px;
}
.table-custom{
	background-color: #f8f9fa;
}
.custom-control.custom-checkbox{
	display:inline-block;
}
.invalid-feedback{
	display:block;
	font-size: 10px;
}
ul.content-list{
	list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.content-list > li > i{
	padding-right: 10px;
}
label{
	color: #131313;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: .5em;
}
.buttons.buttons-right{
	justify-content: flex-end;
}
section.form-section .section-title{
	margin-bottom: 20px;
}
.nav-tabs {
    justify-content: center;
    margin-bottom: 20px;
}
#tab-content .tab-content {
  display: none;
}
#tab-content .tab-content.is-active {
  display: block;
}
section.form-section{
	background: #fcfcfc;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    padding:20px;
    color:#323c49;
    margin-bottom:20px;
}
.label-mini{
	font-size: 12px;
	line-height: 16px;
}
.jumbotron{
	padding-top:2rem;
}
.btn-back-link{
	padding-left: 0;
}

/**********************************/
/** ######## RESPONSIVE ######## **/
/**********************************/
@media screen and (max-width:575px){
    .nav > .nav-item{
        width:50%;
        margin:0;
    }
    button[type=submit], button.next, button.previous, button#clear-signature{
        width:100%;
        margin-bottom: 10px;
    }
    .soussigne{
        text-align: justify;
    }
}

.modes-paiement-options {
    background-color: #4bbf73;
    padding: 20px;
    margin: 20px 0;
    color: #fff;
    display: none;
}
.modes-paiement-options a,
.modes-paiement-options label {
    color: #FFF;
}
.modes-paiement-options a {
    background-color: #1a1a1a;
    display: inline-block;
    padding: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: fit-content;
}
.modes-paiement-options svg {
    height: 20px;
}
.modes-paiement-options .prelevement-info {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}
.modes-paiement-options .prelevement-info .input-row {
    width: 50%;
}
.modes-paiement-options .prelevement-info .input-row input {
    width: 100%;
}

.nav-tabs-preacheminements.nav-tabs .nav-link.active {
    background-color: #1a1a1a !important;
    color: #FFF !important;
}

/* Styles pour l'affichage du contenu dans l'éditeur Quill */
.cgv-block {
    font-family: "Nunito Sans", sans-serif;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 200;
    color: #55595c;
    letter-spacing: 1px;
}

.cgv-block p {
    margin-top: 0;
    margin-bottom: 1rem;
}

/* Gras */
.cgv-block strong,
.cgv-block b {
    font-weight: bold;
}

/* Italique */
.cgv-block em,
.cgv-block i {
    font-style: italic;
}

/* Souligné */
.cgv-block u {
    text-decoration: underline;
}

/* Barré */
.cgv-block s {
    text-decoration: line-through;
}

/* Listes */
.cgv-block ul,
.cgv-block ol {
    padding-left: 17px;
    margin-top: 0;
    margin-bottom: 1rem;
}

/* Liens */
.cgv-block a {
    color: #1a1a1a;
    text-decoration: none;
}
.cgv-block a:hover,
.cgv-block a:focus,
.cgv-block a:active {
    text-decoration: underline;
}

.cgv-block h1,
.cgv-block h2,
.cgv-block h3,
.cgv-block h4,
.cgv-block h5,
.cgv-block h6 {
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #55595C;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1.25rem;
}