@import url('https://fonts.googleapis.com/css2?family=Delius&display=swap');
@font-face {
    font-family: 'Papyrus';
    src: url('./fonts/PAPYRUS.TTF') format('truetype') /* Safari, Android, iOS */
}
/* variables */
:root{
    --loaderWidth: 300px;
    --loaderHeight: 150px;
    --navHeight: 54px;
    /*--primaryColor: #ffab40;*/
    /*--primaryColor: #669acc;*/
    --primaryColor: #3f86cc;
    --adminColor: #f68a3f;
    --scondaryColor: #1976D2;
    --assetsRoot: '/Escapad55'
}
.navbar-fixed {
    height: var(--navHeight) !important;
}
.nav-wrapper *:not(.dropdown-content) {
    max-height: var(--navHeight) !important;
}
.nav-wrapper #brand-logo-wrapper,
.nav-wrapper #brand-logo-wrapper .navTitle,
.nav-wrapper .menu-links > ul > li > a,
.nav-wrapper .nav-back > a, .nav-wrapper .nav-back > a > *,
.nav-wrapper #menu-left-wrapper > ul > li > a
{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

@media only screen and (max-width: 800px) {
    .nav-wrapper .nav-back > a > span
    {
        display: none !important;
    }
}

.nav-wrapper #brand-logo-wrapper .navTitle {
    margin-bottom: .5em;
    margin-left: .1em;
}
nav,
nav .nav-wrapper i,
nav a.sidenav-trigger,
nav a.sidenav-trigger i
{
    height: var(--navHeight) !important;
    line-height: var(--navHeight) !important;
}
nav, footer.page-footer{
    background-color: var(--primaryColor);
}
nav.admin, footer.page-footer.admin{
    background-color: var(--adminColor);
}
/* general utilities */
html {
    scroll-behavior: smooth;
    min-width: 320px;
    min-height: 100%;
    max-width: 100%;
    display: flex;
    cursor: default;
}
h1, h2, h3, h4, h5 {
    cursor: default;
    margin: 0px;
    padding: 0px;
}
@media only screen and (max-width: 600px) {
    html {font-size: 1em;}
    h1{font-size: 1.25em;}
    h2{font-size: 1.2em;}
    h3{font-size: 1.15em;}
    h4{font-size: 1.1em;}
    h5{font-size: 1em;}
    h6{font-size: 1em;}
}
@media only screen and (max-width: 800px) {
    html {font-size: 1em;}
    h1{font-size: 1.5em;}
    h2{font-size: 1.4em;}
    h3{font-size: 1.3em;}
    h4{font-size: 1.2em;}
    h5{font-size: 1.1em;}
    h6{font-size: 1em;}
}
h1{font-size: 2em; font-weight: 600;}
h2{font-size: 1.75em; font-weight: 600;}
h3{font-size: 1.5em; font-weight: 600;}
h4{font-size: 1.25em; font-weight: 600;}
h5{font-size: 1.1em; font-weight: 600;}
h6{font-size: 1em; font-weight: 600;}

/* //ADJUST */
html{font-size: .9em;}
@media only screen and (min-width: 600px) {
    html{font-size: .9em;}
}
@media only screen and (min-width: 1000px) {
    html{font-size: .95em;}
}
@media only screen and (min-width: 1400px) {
    html{font-size: 1em;}
}
@media only screen and (min-width: 1600px) {
    html{font-size: 1em;}
}
input[type=text]{
    height: 2em !important;
}
/*input[type=text].datepicker.datepicker-from:not(.disabed){*/
/*	cursor: pointer;*/
/*}*/
/*layout*/
.col-wrapper{
    width: calc(100% + 1.5em) !important;
    transform: translate(-0.75em);
}
.flex-column {
    flex-direction: column;
}
.flex-display {
    display:flex;
}
.flex-display > .select-wrapper {
    flex: max-content;
}
.p-auto{
    padding: auto !important;
}
.pb-1{
    padding-bottom: 1em;
}
.pb-2{
    padding-bottom: 2em;
}
.p-1{
    padding: 1em;
}
.p-2{
    padding: 2em;
}
.p-3{
    padding: 3em;
}
.px-1{
    padding: 0 1em !important;
}
.py-1{
    padding: 1em 0 !important;
}
.py-2{
    padding: 2em 0 !important;
}
.m-auto{
    margin: auto;
}
.mt-0 {
    margin-top: 0rem !important;
}
.mt-05 {
    margin-top: 0.5rem !important;
}
.mt-1 {
    margin-top: .75rem !important;
}
.mt-2 {
    margin-top: 2rem !important;
}
.mt-3 {
    margin-top: 3rem !important;
}
.mt-4 {
    margin-top: 4rem !important;
}
.m-0 {
    margin: 0rem !important;
}
.m-1 {
    margin: 1rem !important;
}
.m-2 {
    margin: 2rem !important;
}
.mb-0 {
    margin-bottom: 0rem !important;
}
.mb-1 {
    /*margin-bottom: 1rem !important;*/
    margin-bottom: .5rem !important;
}
.mb-2 {
    margin-bottom: 2rem !important;
}
.flex-justify-center {
    justify-content: center;
}
.pointer {
    cursor: pointer !important;
}
.pointer *{
    cursor: pointer !important;
}
.w-100 {
    width: 100% !important;
}
.w-75 {
    width: 75% !important;
}
.w-50 {
    width: 50% !important;
}
.h-100 {
    height: 100% !important;
}
.h-75 {
    height: 75% !important;
}
.h-50 {
    height: 50% !important;
}
@media only screen and (max-width: 800px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }
}
@media only screen and (min-width: 993px) {
    .w-l-100 {
        width: 100% !important;
    }

    .w-l-90 {
        width: 90% !important;
    }

    .w-l-75 {
        width: 75% !important;
    }

    .w-l-50 {
        width: 50% !important;
    }
}
.display-none{
    display: none;
}
.display-initial{
    display: initial;
}
.display-sm-none{
    display: none;
}
@media only screen and (min-width: 801px) {
    .display-md-none{
        display: none;
    }
    .display-md-initial{
        display: initial;
    }
}
@media only screen and (min-width: 1000px) {
    .display-lg-none{
        display: none;
    }
    .display-lg-initial{
        display: initial;
    }
}
@media only screen and (min-width: 1200px) {
    .display-xl-none{
        display: none;
    }
    .display-xl-initial{
        display: initial;
    }
}
.cover-width{
    width: 100%;
    height: auto;
}
.img-adapt-w {
    width: 100%;
    height: auto;
}
.img-adapt-h {
    height: 100%;
    width: auto;
}
img.rounded{
    border-radius: 50%;
}
.bg-card{
    background-color: white;
    /*box-shadow: #aaaaaa 1px 1px 6px;*/
    box-shadow: rgba(0,0,0,.14) 1px 1px 6px;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}
.center {
    margin: auto;
    margin-left: auto !important;
    margin-right: auto !important;
}
.row * > .row {
    margin-bottom: 0px;
}

.row + .row {
    margin-top: 10px;
}

/* Loader */
#loader {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100Vh;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #ffffff;
    background: rgba(0, 0, 0, 0.12);
}
#loaderContent {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* footer */
footer {
    z-index: 10;
    width: 100%;
    position: relative;
    font-size: .75em;
    padding: 0px !important;
    box-shadow: #000000 0px 4px 10px;
}
footer * > .row {
    padding: 0px !important;
    margin: 0px !important;
}
.footer-container{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer-copyright{
    min-height: 20px !important;
    padding: 0px;
}
#footer-logo{
    height: 80px;
}
#footer-copy-text{
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    justify-content: center;
}
#footer-copy-text > p {
    padding: 0px;
    margin: 0px;
    padding-left: 5px;
}
@media only screen and (min-width: 973px) {
    #footer-copy-text{
        justify-content: space-between;
    }
}
/* footer list */
footer .footer-list {
    display: flex;
    margin: 0 1em;
    align-items: center;
}
footer .footer-list > li{
    display: flex;
    padding: 0 .75em;
}
footer .footer-list > li i {
    margin-right: .25em;
}
footer .footer-list > li a {
    margin-top: .25em;
}

@media only screen and (min-width: 1200px) {
    .footer-large{
        display: inherit;
    }
    .footer-medium{
        display: none;
    }
}

/* nav menu*/
.dropdown-content{
    z-index: 1005;
}
header, nav {
    min-width: 280px;
    height: var(--navHeight);
}
#nav-logo{
    height: var(--navHeight);
}
.color-escapad {
    background-color: #EFCA0F;
}
.sidenav-overlay{
    z-index: 49;
}
.sidenav{
    max-width: 100%;
}
nav {
    box-shadow: #000000 -2px -2px 10px;
}
.navbar-fixed{
    /* fix navbar index issues*/
    z-index: 50 !important;
}
.searchBarTop {
    line-height: 64px;
    padding-left: 10px;
    width: calc(100% - 122px);
}
@media only screen and (min-width: 801px) {
    .searchBarTop {
        width: calc(100% - 290px);
    }
}
@media only screen and (min-width: 993px) {
    .searchBarTop{
        width: calc(100% - 782px);
    }
}
@media only screen and (max-width: 801px) {
    nav ul a, nav ul > li, nav ul{
        height: 100%;
    }
}
#menu-left-wrapper > .nav-back > a{
    display: flex;
    align-items: center;
    padding: 0px 15px;
    font-size: 1rem;
}
#menu-left-wrapper > .nav-back > a > i{
    margin-right: .25em;
}
#brand-logo-wrapper {
    display: flex;
    height: 100%;
}
/*efface le titre sur small*/
.navTitle{
    display: none;
}
.navTitle > sup {
    top: 0.8em;
}
@media only screen and (min-width: 601px) {
    .navTitle{
        display: flex;
        margin-top: 0px;
        font-size: 1em;
    }
}
#menu-left-wrapper {
    margin-left: 0em;
}
/* deplace retour sur med and up */
@media only screen and (min-width: 993px) {
    #menu-left-wrapper {
        margin-left: 14em;
    }
}
#menu-right-wrapper {
    display: none;
}
#menu-mobile-trigger-wrapper {
    display: block;
}
@media only screen and (min-width: 1020px) {
    #menu-right-wrapper {
        display: block;
    }
    #menu-mobile-trigger-wrapper {
        display: none;
    }
}

/* autres */
main{
    min-width: 100%;
    flex: 1 1 auto;
    padding: 0px;
    margin-bottom: 0px !important;
    background-color: #EEEEEE;
}
.valign-wrapper{
    min-height: 100%;
    flex: 1 1 auto;
}
.valign{
    margin-top: auto;
    margin-bottom: auto;
}
body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 100%;
}
.btn-rounded {
    border-radius: 20px;
}
/* override materialize btn over box-shadowing*/
.btn:hover, .btn-large:hover, .btn-small:hover, .btn-floating:hover {
    box-shadow: 0px 2px 3px rgba(0,0,0,0.6) !important;
}
.margin-5{
    margin: 5px;
}

/* radio */
label{
    text-align: left !important;

}
[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + span::after {
    background-color: rgb(34,177,76);
}
[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + span::before, [type="radio"].with-gap:checked + span::after {
    border: 2px solid rgb(34,177,76);
}
/* align checkbox with text*/
[type="checkbox"] + span:not(.lever), [type="checkbox"] + span:not(.lever)::after, [type="checkbox"] + span:not(.lever)::before, [type="checkbox"].filled-in:checked + span:not(.lever)::before{
    margin: auto;
    top: 0;
    bottom: 0px;
}
.container-fluid {width: 100%;margin: auto}
@media only screen and (min-width: 993px) {
    .container-fluid {width: 90%;}
}
@media only screen and (min-width: 1200px) {
    .container-fluid {width: 80%;}
}
#container {
    overflow-x: hidden;
}
.bg-white{
    background-color: white !important;;
}
.text-black {
    background-color: white !important;
}
a:hover{
    cursor: pointer !important;
}

/* css escapad */

.navTitle{
    font-family: "Papyrus", "Delius";
    font-weight: 700;
}

/*TODO*/
#accueilFixed {
    position: relative;
    margin-top: 200px;
    padding-bottom: 10px;
}
@media only screen and (min-width: 500px) {
    #accueilFixed {margin-top: 300px;}
}
@media only screen and (min-width: 730px) {
    #accueilFixed {margin-top: calc( var(--sliderHeight) - 1px);}
}
.backgroundImage{
    background-image:
            linear-gradient(
                    rgba(0, 0, 0, 0.2),
                    rgba(0, 0, 0, 0.2)
            ),
            url(https://img2.juzaphoto.com/001/shared_files/uploads/962365_l.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.input-container{
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    padding-top: 1em;
    width: 100%;
}
.position-fixed{
    position: fixed;
}
.shrink-0{
    flex-shrink: 0;
}
.shrink-1{
    flex-shrink: 1;
}
.content.center {
    width: 100%;
    min-height: 100px;
    align-items: flex-start;
    text-align: left;
}
@media only screen and (min-width: 601px) {
    .content.center {
        width: 500px;
        min-height: 100px;
    }
}
.content{
    border-radius: 2px;
    padding-bottom: 5px;
    background-color: white;
    padding: 5px !important;
}
.flex-start {
    align-items: flex-start;
}

/* search */
.search-container{
    display: flex;
    flex-direction: column;
    align-items: start;
}

#searchPage-wrapper {
    display: flex;
    flex-direction: column;
}
#right-filter{
    width: 100%;
    overflow-x: hidden;
    padding: 0rem 0.75rem;
}

@media only screen and (min-width: 993px) {
    #right-filter{
        padding-left: .75rem;
    }
    #searchPage-wrapper {
        flex-direction: row;
    }
}
#filter {
    flex-basis: 100%;
    height: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0rem 0.75rem;
}

@media only screen and (min-width: 993px) {
    #filter {
        /* z-index pour avoir le date picker au dessus des cartes */
        z-index: 20;
        flex-basis: 270px;
        position: sticky;
        top: calc(var(--navHeight));
        padding-right: 0rem;
        margin: 0rem;
    }
    .search-container{
        justify-content: space-between;
        flex-direction: row;
    }
}
.filter-input{
    display: flex;
    justify-content: space-between;
}
.filter-input * > span{
    padding-left: 20px !important;
}
.check-groupe > p{
    margin: 2px 0px;
}
.datepicker-date-display > .date-text {font-size: 2rem;}
span.lever {
    margin: 0px !important;
}
.my-noUiSlider-horizontal{
    box-sizing: border-box;
    padding: 0px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 97%;
}
#critere * {
    color: #0a0a0a;
    font-size: 1em;
}

/* adapt to the 1.2 em font size in html */
input[type=text] + * + label, input[type=text] + label {
    transform: translateY(2px);
}
input.index-fix{
    /*fix click bug*/
    z-index: -999;
}
input[type=password] + label {
    transform: translateY(2px);
}
.input-field > input[type=password] {
    height: 2em !important;
}

.list-result {
    max-width: calc(100% - 300px);
}
/*fix col size modal middle adaptation probleme */
.modal.col {
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
}

.modal-close {
    z-index: 999;
}
.bg-transparent {
    background-color: transparent !important;
}
.switch > p {
    height: 2em !important;
    display: flex;
    justify-content: space-between;
    margin: 4.5px 0;
}

.switch-label {
    margin-left: 1em;
    margin-right: 1em;
}

/* change la couleur des checkbox et autres input */
[type="checkbox"].filled-in:checked + span:not(.lever)::after, .switch label input[type="checkbox"]:checked + .lever  {
    /* red : #F44336 */
    /* green : #388E3C */
    border-color: #388E3C !important;
    background-color: #388E3C !important;
}

[type="checkbox"][readonly].filled-in:checked + span:not(.lever)::after, .switch label input[type="checkbox"][readonly]:checked + .lever  {
    border-color: #777 !important;
    background-color: #777 !important;
}

.switch label input[type="checkbox"]:checked + .lever::after {
    /*background-color: #ffebee;*/
    background-color: #FDFDFD;
}

.input-ActiviteModifPublique{
    margin: 0px;
    display: initial;
}
.input-ActiviteModifPublique > .switch > p > .switch-label{
    margin-left: 1em;
}

@media only screen and (min-width: 993px) {
    .input-ActiviteModifPublique{
        margin-top: 2em;
        margin-bottom: 0em;
        display: flex;
        justify-content: end;
    }
}

.margin-y {
    margin-top: 1em;
    margin-bottom: 1em;
}
/* collapsible filter */
.collapsible-body{
    padding: .75rem;
}

.collapsible-header{
    padding: .75rem 0px;
}

.collapsible {
    border-right: none;
    border-left: none;
    margin: 0;
    box-shadow: none;
}

.collapsible + .collapsible {
    border-right: none;
    border-left: none;
    border-top: none;
    margin: 0;
    box-shadow: none;
}

.col .row {
    margin-right: 0px;
    margin-left: 0px;
}

/* trier par */

.sortBy{
    padding: 0px !important;
    margin-top: 0px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

@media only screen and (min-width: 601px) {
    .sortBy{
        margin-top: 0px;
        float: right !important;
        display: flex;
        justify-content: end;
        flex-wrap: wrap;
    }
}

/*fix color with white txt */
.white-text.select-wrapper > input, .white-text > select-wrapper > input{
    color: white;
}
.white-text.select-wrapper > svg,
.white-text .select-wrapper > svg
{
    fill: rgba(255,255,255,0.87);
}

.white-text.select-wrapper input.select-dropdown,
.white-text .select-wrapper input.select-dropdown
{
    color: #FFFFFF !important;
}
/*DISABLED*/
.white-text.select-wrapper input.select-dropdown:disabled,
.white-text .select-wrapper input.select-dropdown:disabled
{
    color: #777 !important;
}

.select-wrapper > ul{
    max-height: 300px;
}

iframe{
    max-width: 100%;
}

/* profile */

.profile-wrapper {
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 1em !important;
}
.profile-wrapper p{
    margin: 0px 5px;
}

.profile-wrapper .login-wrapper{
    font-size: 1.6em;
}
.profile-wrapper .email-wrapper{
    text-decoration: underline;
}
#containerMonCompte > .row.w-100:nth-child(2) .card-wrapper .bg-card{
    min-height: 13em;
}
/* */

.divider-l {
    top: 1em;
    bottom: 1em;
    border-right: 1px solid #e0e0e0;
    position: absolute;
}

div.separator{
    margin-top: 5px;
    box-sizing: border-box;
    height: 2px;
    background-color: #0a0a0a;
}
@media only screen and (max-width: 800px) {
    div.separator{
        height: 1px;
    }
}

.border-r {
    border-right: 1px solid #e0e0e0;
}

.params-wrapper.border-r {
    border-right: 0px solid #e0e0e0;
}

@media only screen and (min-width: 601px) {
    .params-wrapper.border-r {
        border-right: 1px solid #e0e0e0;
    }
}

.underline{
    text-decoration: underline;
}

.monCompte-table{
    font-size: 1em;
}

@media only screen and (min-width: 601px) {
    .monCompte-table{
        font-size: 1em;
    }
}

.monCompte-table > tbody > tr>  td, .monCompte-table > thead > tr>  th{
    padding: .5em 0em !important;
}

.btn.auto{
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 601px) {
    .btn.auto {
        margin-right: initial;
        margin-left: initial;
    }
}

@media only screen and (min-width: 601px) {
    .monCompte-table{
        font-size: 1em;
    }
}

#prochesInformation *.monCompte-table {
    font-size: .8em;
    color: #0b93d5;
}


.modal{
    background-color: white !important;
}

table.fixed-height > tr > td, table.fixed-height > tbody > tr > td {
    padding: 5px 5px;
    display: table-cell;
}

/* notification */
.new.badge{
    min-width: 0px;
}
.new.badge.notification.nav-badge{
    position: absolute;
    top: 5px;
    right: 5px;
}

/*scroll dwon indicaot accuail*/

/*#scrollIndicator-wrapper{*/
/*	position: fixed;*/
/*	display: flex;*/
/*	justify-content: center;*/
/*	width: 100%;*/
/*	bottom: -5px;*/
/*	z-index: 10;*/
/*}*/


/*#scrollIndicator-wrapper{*/
/*	position: absolute;*/
/*	display: flex;*/
/*	justify-content: center;*/
/*	width: 100%;*/
/*	margin-top: calc(var(--sliderHeight) - 8em);*/
/*	z-index: 10;*/
/*}*/

#scrollIndicator-wrapper{
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #2F2F2F;
    user-select: none;
    transition-duration: .2s;
}

#scrollIndicator{
    /*color: rgba(150,150,150,.8);*/
    color: white;
    font-size: 0em;
    animation-name: scrollDown;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    user-select: none;
}
@media only screen and (min-width: 601px) {
    #scrollIndicator{
        font-size: 2em;
    }
}

@media only screen and (min-width: 1000px) {
    #scrollIndicator{
        font-size: 2.5em;
    }
}

@media only screen and (min-width: 1400px) {
    #scrollIndicator{
        font-size: 3em;
    }
}

@keyframes scrollDown {
    0% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(-5px);
    }
}

/* btn */
nav *.deconnexion-btn.deconnexion-style.red{
    min-width: 8.5em;
}
.deconnexion-btn.deconnexion-style.red{
    font-size: 14px !important;
    letter-spacing: unset !important;
    font-size: 1em;
    color: white;
    border-radius: 2px;
    padding: 5px 0px;
    margin: 9px 2px;

    text-align: center;
    transition: background-color .2s ease-out;
    cursor: pointer;

    text-transform: uppercase;
    outline: 0;
    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);
}
.sidenav li > a.deconnexion-btn.deconnexion-style.red{
    padding: 0px 0px;
}

.sticky-action-btn-wrapper{
    position: absolute;
    top: 0px;
    right: 24px;
    height: calc(99vh - 5em);;
    padding-bottom: 2em;
    margin-top: var(--navHeight);
    width: 0px;
    transform: translateX(-3.5em);
    opacity: 0;
}
.sticky-action-btn{
    transition-duration: 300ms;
    position: sticky;
    top: 90%;
    z-index: 999;
    margin: .75em 0em;
}

/* floating bottom buttons */
/*.sticky-action-btn-wrapper{*/
/*	position: fixed;*/
/*	height: 100%;*/
/*	top: 0px;*/
/*	right: 0px;*/
/*}*/

/*@media only screen and (min-width: 993px) {*/
/*	.sticky-action-btn{*/
/*		transform: scale(1.5);*/
/*	}*/
/*}*/
/*.sticky-action-btn:hover{*/
/*	transform: scale(1.5);*/
/*}*/

/*#container-accueil > * {width: 100%;margin: auto}*/
/*@media only screen and (min-width: 993px) {*/
/*	#container-accueil > * {width: 90%;}*/
/*}*/
/*@media only screen and (min-width: 1200px) {*/
/*	#container-accueil > * {width: 80%;}*/
/*}*/
/*#container {*/
/*	overflow-x: hidden;*/
/*}*/

.check-input{
    display: flex;
}
.check-input > *:not(label){
    margin: 0px 20px;
}

.activiteTitle-wrapper {
    font-size: .8em;
}
@media only screen and (min-width: 993px) {
    .activiteTitle-wrapper {
        font-size: 1em;
    }
}
@media only screen and (min-width: 1200px) {
    .activiteTitle-wrapper {
        font-size: 1.1em;
    }
}

#demandeActions > * {
    margin-left: .1em;
    margin-right: .1em;
}

#demandeActions {
    text-align: center;
    align-items: center;
}
#demandeActions > *:hover {
    color: #999;
}

#securityTable > colgroup > col:first-child {
    width: auto;
}
@media only screen and (min-width: 993px) {
    #securityTable > colgroup > col:first-child {
        width: 50%;
    }
    #informationTable > colgroup > col:first-child {
        width: 50%;
    }
}

@media only screen and (min-width: 1400px) {
    #containerMonCompte {
        width: 70%;
    }
}
@media only screen and (min-width: 601px) {
    #preferenceContainer {
        min-height: 18em;
    }
}

#profileImg {
    height: auto;
    width: 100%;
}
@media only screen and (min-width: 601px) {
    #profileImg {
        height: 12em;
        width: auto;
    }
}
@media only screen and (min-width: 993px) {
    #profileImg {
        height: 14em;
        width: auto;
    }
}
/*TODO*/
/*TODO*/
/*TODO*/
/*@media only screen and (min-width: 993px) {*/
/*	.modal:not(.modal-fixed-footer) {*/
/*		transform: translate(0, calc(50vh - 100%)) !important;*/
/*	}*/
/*}*/
.modal:not(.modal-fixed-footer){
    padding: 0px !important;
}
.modal:not(.modal-fixed-footer) > .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    bottom: 0;
}
/* NOTIFICATION */

.notif-row .notif-actions > span.material-icons{
    color: #777;
}

.notif-row .notif-actions > span.material-icons:hover{
    color: black;
}

.notif-row:hover span.material-icons{
    color: #444;
}

.notif-row.unread {
    font-weight: bold;
    background-color: rgba(51, 153, 255, .1);
}
.notif-row.unread:hover {
    font-weight: bold;
    background-color: rgba(51, 153, 255, .15);
}

.zoom:not(.active){
    cursor: zoom-in;
    z-index: initial !important;
}

#materialbox-overlay{
    cursor: zoom-out;
    opacity: 1 !important;
    z-index: 99998 !important;
    width: 10000vw !important;
    height: 10000vh !important;
    left: -100vw !important;
    top: -100vh !important;
}

.zoom.active{
    cursor: zoom-out;
    z-index: 99999 !important;
}

.title-rotate-left{

}
.title-rotate-right{

}
/*fixe le probleme d index pour image*/
#container > * {
    position: relative;
    z-index: 0;
}

#container #informations-wrapper {
    z-index: 1;
}

.dropdown-content.scrollable{
    max-height: 25vh !important;
    overflow-y: scroll !important;
}

.btn-hover.disabled {
    transition-duration: .1s;
    transition-property: color;
    color: #AAA;
}

.btn-hover:not(.disabled) {
    transition-duration: .1s;
    transition-property: color;
    color: #555;
}

.btn-hover:not(.disabled):hover {
    transition-duration: .1s;
    transition-property: color;
    color: black;
}

.autocomplete-content li.red-text * {
    color: red !important;
}

/* side nav pour monCompte*/

.monCompte.sidenav.sidenav-fixed {
    z-index: 0;
    padding-top: var(--navHeight);
    padding-bottom: 20%;
    /* only mobile */
    width: 100%;
    min-width: 280px;
    transform: translateX(0);
}
.monCompte.sidenav.sidenav-fixed .user-view {
    padding: 16px 16px 0;
}
.monCompte.sidenav.sidenav-fixed li.menu-item:not(.btn-deconnexion-wrapper) > *:not(.btn-deconnexion) {
    font-size: 1.2em;
}

/*.monCompte.sidenav.sidenav-fixed li.menu-item > a.btn{*/
/*    padding-left: 20px;*/
/*    height: 48px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
/*.monCompte.sidenav.sidenav-fixed li.menu-item > a.btn i{*/
/*    margin-right: 30px;*/
/*}*/

@media only screen and (max-width: 600px) {
    /*.monCompte.sidenav.sidenav-fixed li.menu-item > a.btn{*/
    /*    max-width: 12em;*/
    /*}*/
}

@media only screen and (min-width: 601px) {
    /*.monCompte.sidenav.sidenav-fixed li.menu-item > a{*/
    /*    height: 64px;*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*}*/
    .monCompte.sidenav.sidenav-fixed .divider {
        margin: 1.25em 0px;
    }
    .monCompte.sidenav.sidenav-fixed .margin-sidenav {
        height: 54px;
    }
    .monCompte.sidenav.sidenav-fixed {
        z-index: 0;
        padding-top: var(--navHeight);
        padding-bottom: 20%;
        /* only mobile */
        width: revert;
        transform: revert;
    }
    /*.monCompte.sidenav.sidenav-fixed .deconnexion-btn {*/
    /*    max-width: revert;*/
    /*}*/
}

#monCompte-content {
    padding-top: .75em;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media only screen and (min-width: 601px) {
    #monCompte-content {
        /*height: 70vh;*/
        margin-left: 290px;
    }
}

@media only screen and (min-width: 973px) {
    #monCompte-content {
        /*height: 70vh;*/
        margin-left: 290px;
    }
}

#monCompte-content, .monCompte-loaded{
    overflow: hidden;
}
#monCompte-content > .notification-table {
    /*overflow-y: scroll;*/
    flex-grow: 1;
}
#notification-header {
    overflow: hidden;
    max-height: 3em;
}

#search-results {
    flex-grow: 1;
}
.monCompte-loaded > .row, .flex-display.flex-column > .row{
    width: 100%;
}
.flex-grow {
    flex-grow: 1;
}
.monCompte-loaded {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.monCompte-header-wrapper {
    display: flex;
    justify-content: start;
}
.monCompte-infos-wrapper {
    display: flex;
    justify-content: space-between;
}

.monCompte-infos-wrapper > span {
    max-width: 80%;
}
.monCompte-infos-wrapper > i {
    max-width: 15%;
}

.main-container.monCompte > *{
    position: relative !important;
}
.main-container.monCompte > .sidenav-wrapper{
    z-index: 1;
}
#monCompte-sidenav {
    z-index: 999;
    transition-property: margin-left, opacity, transform;
    transition-timing-function: ease-in-out;
    transition-duration: 150ms;
    overflow: hidden;
}
#monCompte-sidenav.open {
    transform: translateX(0%);
}
@media only screen and (max-width: 600px) {
    #monCompte-sidenav:not(.open) {
        transform: translateX(-105%);
    }
}

#monCompte-content span.lever {
    scale: 1.25;
    margin: 1em 1em !important;
}

#preferences-table td{
    padding: .33em 0em;
}

.sidenav li > a > i.left {
    margin: 0 16px 0 0 !important;
}

/*// notif span*/

#notification-tool-bar.mobile a>span{
    display: none;
}

#notification-tool-bar.mobile .menu-action-content > div {
    width: min-content;
}

#notification-tool-bar.mobile a.btn.toolbar-btn{
    width: min-content;
    padding: .5em 1.5em;
}

a.sidenav-trigger.sidenav-monCompte{
    max-height: 1em;
    color: #444;
}
a.sidenav-trigger.sidenav-monCompte:hover{
    color: #000;
}
a.sidenav-trigger.sidenav-monCompte > i{
    height: 100%;
    font-size: 1.25em;
}

/*COLOR*/
/*COLOR*/
/*COLOR*/

.datepicker-date-display,
.datepicker-table td.is-selected
{
    background-color: var(--scondaryColor);
}

.btn-flat,
.datepicker-table td.is-today,
.dropdown-content li > a, .dropdown-content li > span,

input:not([type]):focus:not([readonly]) + label,
input[type="text"]:not(.browser-default):focus:not([readonly]) + label,
input[type="password"]:not(.browser-default):focus:not([readonly]) + label,
input[type="email"]:not(.browser-default):focus:not([readonly]) + label,
input[type="url"]:not(.browser-default):focus:not([readonly]) + label,
input[type="time"]:not(.browser-default):focus:not([readonly]) + label,
input[type="date"]:not(.browser-default):focus:not([readonly]) + label,
input[type="datetime"]:not(.browser-default):focus:not([readonly]) + label,
input[type="datetime-local"]:not(.browser-default):focus:not([readonly]) + label,
input[type="tel"]:not(.browser-default):focus:not([readonly]) + label,
input[type="number"]:not(.browser-default):focus:not([readonly]) + label,
input[type="search"]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label
{
    color: var(--scondaryColor);
}

.datepicker-table td.is-selected{
    color: white;
}

.select-wrapper input.select-dropdown:focus {
    border-bottom: 1px solid var(--scondaryColor);
}
input:not([type]):focus:not([readonly]),
input[type="text"]:not(.browser-default):focus:not([readonly]),
input[type="password"]:not(.browser-default):focus:not([readonly]),
input[type="email"]:not(.browser-default):focus:not([readonly]),
input[type="url"]:not(.browser-default):focus:not([readonly]),
input[type="time"]:not(.browser-default):focus:not([readonly]),
input[type="date"]:not(.browser-default):focus:not([readonly]),
input[type="datetime"]:not(.browser-default):focus:not([readonly]),
input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
input[type="tel"]:not(.browser-default):focus:not([readonly]),
input[type="number"]:not(.browser-default):focus:not([readonly]),
input[type="search"]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid var(--scondaryColor);
    -webkit-box-shadow: 0 1px 0 0 var(--scondaryColor);
    box-shadow: 0 1px 0 0 var(--scondaryColor);
}

#input-container-modifierProfile > * {
    position: relative;
}

/*Week end*/
.datepicker-row > td:nth-last-of-type(2),
.datepicker-row > td:nth-last-of-type(1)
{
    color: red !important;
}

.bg-image1 {
    background-image:  url("/img/assets/background1.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.blur-2{
    filter: blur(2px);
}
.blur-1{
    filter: blur(1px);
}
.blur-0{
    filter: blur(0px);
}
#connexion-bg.bg-image1 {
    filter: blur(1.5px);
}
#connexion-container {
    position: absolute;
    top: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

button.btn,
button.btn-small,
button.btn-large,
a.btn,
a.btn-small,
a.btn-large
{
    /* BTN CUSTOM */
    /*position: inherit;*/
}

.modal-fixed-footer .modal-footer button.btn,
.modal-fixed-footer .modal-footer button.btn-small,
.modal-fixed-footer .modal-footer button.btn-large,
.modal-fixed-footer .modal-footer a.btn,
.modal-fixed-footer .modal-footer a.btn-small,
.modal-fixed-footer .modal-footer a.btn-large
{
    position: relative;
}

#connexion-container > div {
    min-height: calc(99vh - 56px - 56px);
}
@media only screen and (min-width: 600px) {
    #connexion-container > div {
        min-height: 5em;
    }
}

.connexion-logo{
    max-width: 6em;
}
@media only screen and (min-width: 600px) {
    .connexion-logo{
        max-width: 6em;
    }
}
@media only screen and (min-width: 973px) {
    .connexion-logo{
        max-width: 8em;
    }
}
@media only screen and (min-width: 1400px) {
    .connexion-logo{
        max-width: 12em;
    }
}

/*summernote fullscreen*/
html.fullscreen body > * {
    position: relative;
}
html.fullscreen body {
    z-index: 0;
}
html.fullscreen #Logiciel{
    z-index: 99999;
}
html.fullscreen footer{
    z-index: 0;
}
/*TODO VERIF*/
html.fullscreen .modal,
html.fullscreen .modal.open,
html.fullscreen .modal.large,
html.fullscreen .modal.open.large,
html.fullscreen .modal.open#modal-addActualite,
html.fullscreen .modal.open#modal-updateActualite
{
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    width: 100vw !important;
    height: 100vh !important;
    max-height: 100vh !important;
    max-width: 100vh !important;
    transform: revert !important;
}
html.fullscreen .modal .note-btn.btn-fullscreen{
    color: #333;
    text-decoration: none;
    border: 1px solid #dae0e5 !important;
    background-color: #ebebeb !important;
    outline: 0;
    border-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125) !important;
}

/*#Logiciel[data-currentpage=MonCompte_Consulter],*/
/*#Logiciel[data-currentpage=Connexion] {*/
/*	z-index: 2;*/
/*}*/

#Logiciel[data-currentpage=Admin_PageActiviteModif] {
    position: relative;
    z-index: 2;
}
#Logiciel[data-currentpage=Admin_PageActiviteModif] + footer{
    position: relative;
    z-index: -2;
}
#Logiciel:not([data-currentpage=Admin_PageActiviteModif]) + footer {
    margin-top: 0 !important;
}
#Logiciel[data-currentpage=Contact]{
    z-index: -1;
}
#Logiciel[data-currentpage=MonCompte_Consulter] + footer {
    z-index: -1;
}

@media only screen and (min-width: 600px) {
    #Logiciel[data-currentpage=MonCompte_Consulter] + footer {
        z-index: 10;
    }
}

#Logiciel[data-currentpage=Connexion],
#Logiciel[data-currentpage=Connexion_MDP_oublie],
#Logiciel[data-currentpage=Connexion_MDP_nouveau],
#Logiciel[data-currentpage=Connexion_premiere_connexion],
#Logiciel[data-currentpage=APropos],
#Logiciel[data-currentpage=Report],
#Logiciel[data-currentpage=Contact]
{
    background-image: url("/img/assets/background1.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

/*FOOTER IMAGE ZOOM*/
#Logiciel[data-currentpage=Activite] + footer
{
    z-index: -2;
}

/*#Logiciel[data-currentpage=Activite] img.note-img.zoom.active*/
/*{*/
/*	height: auto !important;*/
/*}*/



ul.normal-list {
    list-style: circle;
}
ul.normal-list > li{
    list-style: circle;
    margin-left: 1em;
    margin-bottom: .5em;
}

.presentation-img  img + img {
    padding-left: 2em;
}

.presentation-img {
    height: 8em;
}
@media only screen and (min-width: 600px) {
    .presentation-img {
        height: 10em;
    }
}
@media only screen and (min-width: 973px) {
    .presentation-img {
        height: 11em;
    }
}
@media only screen and (min-width: 1400px) {
    .presentation-img {
        height: 12em;
    }
}

#map { height: 200px; }
@media only screen and (min-width: 600px) {#map { height: 250px;}}
@media only screen and (min-width: 973px) {#map { height: 300px;}}
@media only screen and (min-width: 1400px) {#map { height: 400px;}}

.field-fixed .input-field{
    margin: 0;
    margin-top: .5em;
    margin-bottom: .5em;
}

textarea.h-2{
    height: 6em;
}
.shadow{
    box-shadow: 0px 0px 2px rgba(0,0,0,0.06) !important;
}
.shadow-2{
    box-shadow: 1px 1px 5px rgba(0,0,0,0.33) !important;
}

.actualite-pushpin {
    position: absolute;
    top: 5px;
    left: 5px;
}
.actualite-pushpin.small{
    position: absolute;
    top: 5px;
    left: initial;
    right: 5px;
}
.actualite-pushpin.admin.small{
    position: absolute;
    top: 5px;
    left: initial;
    right: 4.5em;
}

.actualite-pushpin > i{
    border-radius: 5px;
    border: #4a4a4a solid 1px;
    background-color: rgba(255,255,255,.8);
    box-shadow: 2px 2px 3px rgba(0,0,0,.3);
    /*font-size: 1.75em;*/
    margin: 0px !important;
}
.actualite-pushpin > i+i{
    margin-left: 5px !important;
}

html {
    overflow-x: hidden;
}

.mdplink{
    height: auto;
    transition-property: background-color, box-shadow;
    transition-duration: .2s;
    font-weight: 700;
}
.mdplink:hover{
    /*background-color: #EEE;*/
    background-color: #1976D2;
    color: white;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.16);
    font-weight: 600;
    /*transform: scale(1.02);*/
}

#modalShowActualite {
    transition-property: height, min-height, max-height;
    transition-duration: .2s;
}

/* Bulletin */

.page-list{

}

.page-list li {
    width: 100%;
    margin: .5em .1em;
}
.page-list li > i.material-icons {
    transition-property: color;
    transition-duration: .2s;
}
.page-list li > i.material-icons:hover {
    color: black;
}

/* PDF */
.pdf-preview {
    height: 100%;
    overflow-y: scroll;
    background-color: lightgrey;
}
.pdf-preview .preview-content{
    /*font-size: .5em;*/
    font-size-adjust: .18;
    line-height: .9;
}
.pdf-preview .preview-content .page{
    /*width: 100%;*/
    /*min-height: 80em;*/
    margin-bottom: 1em;
    margin-right: auto;
    margin-left: auto;
    width: 21em;
    min-height: 29.7em;
    background-color: white;
    display: flex;
    flex-direction: column;
}

.pdf-preview .preview-content .summernote-content p {
    margin: 0px;
}

.page {
    min-height: 60em;
}
.row .activiteTitle-wrapper.col.s12:not(.modal),
.row #filter.col.s12:not(.modal)
{
    margin-left: 0 !important;
}

.sticky-action-btn-wrapper > .sticky-action-btn > *:hover {
    animation-duration: 0s;
    -webkit-animation: 0;
    transform: scale(1.1);
}
.sticky-action-btn-wrapper > .sticky-action-btn > * {
    transition-duration: 0s;
    transition-delay: 0s;
    animation-name: growInOut;
    animation-duration: 1s;
    animation-iteration-count: 3;
    animation-timing-function: ease-in-out;
    user-select: none;
}

@keyframes growInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@media only screen and (max-width: 600px) {
    .modal.col.s12 {
        width: 100% !important;
    }
}


/* title escapad */
.navTitle{
    display: flex;
    margin-top: 0px;
    font-size: 1em;
}
.navTitle {
    display: contents;
}
/*e*/
.navTitle > span:first-child{
    line-height: 1.2;
    font-size: 1.6em;
    font-weight: 300;
    transform: rotateZ(20deg) scaleY(1.35);
}
/*s*/
.navTitle > span:nth-child(2){
    line-height: 2.5;
    transform: rotateZ(-5deg) translateX(-.1em);
}
/*c*/
.navTitle > span:nth-child(3){
    line-height: 2.5;
    transform: rotateZ(0deg);
}
/*a*/
.navTitle > span:nth-child(4){
    line-height: 2.5;
    transform: rotateZ(-12deg);
}
/*p*/
.navTitle > span:nth-child(5){
    line-height: 2.1;
    transform: rotateZ(-12deg) scaleY(.7) scaleX(.87);
}
/*ad*/
.navTitle > span:nth-child(n+6){
    line-height: 2.4;
    transform: rotateZ(0deg) translateX(-.1em);
}
/*5*/
.navTitle > sup:first-of-type{
    font-family: "Calibri", sans-serif;
    font-weight: 400;
    line-height: .9;
    transform: translateX(-.1em);
}
/*5*/
.navTitle > sup:last-of-type{
    font-family: "Calibri", sans-serif;
    font-weight: 400;
    line-height: .6;
    transform: translateX(-.1em);
}

/*POPUP COOKIES*/

.bottom-right-popup {
    z-index: 99999999;
    display: flex;
    flex-direction: column-reverse;
    position: fixed;
    width: 100%;
    bottom: 0em;
    right: 0em;
    padding: 0em;
}

@media only screen and (min-width: 600px) {
    .bottom-right-popup {
        width: 50%;
        padding: 0em;
    }
}
@media only screen and (min-width: 973px) {
    .bottom-right-popup {
        width: 33%;
        padding: .25em;
    }
}
@media only screen and (min-width: 1400px) {
    .bottom-right-popup {
        width: 25%;
        padding: .5em;
    }
}

.bottom-right-popup > * {
    margin: 0px;
}

.bottom-right-popup > * + * {
    margin-bottom: .25em;
}

.popup-cookie{
    min-height: 30vh;
    transition: opacity .5s, translate .5s;
}
.popup-cookie.red-border{
    border: red solid 5px;
    transform: scale(1.03);
}
.popup-cookie .card{
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.popup-cookie .card > .card-content{
    flex-grow: 1;
    padding: .5em 1.25em;
    height: auto !important;
    overflow: auto !important;
}

@media only screen and (max-width: 600px) {
    .row {
        max-width: 100vw;
        margin-left: 0px;
        margin-right: 0px;
    }
}

/*SMALL*/
@media only screen and (max-width: 632px) {
    .footer-copyright .footer-list > li > a {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .footer-copyright .footer-list > li > a > i {
        width: min-content;
        margin: auto;
    }
    .footer-copyright .footer-list > li > a > span {
        font-size: .8em;
    }
    /*COPYR*/
    .footer-copyright .copyright:first-child {
        display: none;
    }

    .footer-copyright .copyright:nth-child(n+2) {
        display: block;
    }
}

/*BIG*/
@media only screen and (min-width: 633px) {
    .footer-copyright .footer-list > li > a {
        display: flex;
        justify-content: start;
        flex-direction: row;
    }
    .footer-copyright .footer-list > li > a > i {
        width: min-content;
        margin: 0px;
        margin-right: 5px;
    }
    .footer-copyright .footer-list > li > a > span {
        font-size: 1em;
    }
    /*COPYR*/
    .footer-copyright .copyright:first-child {
        display: block;
    }
    .footer-copyright .copyright:nth-child(n+2) {
        display: none;
    }
}

.pdf-viewer-ml {
    height: 60vh;
}

@media only screen and (min-width: 600px) {
    .pdf-viewer-ml {
        height: 55vh;
    }
}
@media only screen and (min-width: 973px) {
    .pdf-viewer-ml {
        height: 50vh;
    }
}

.my-textarea {
    border: 1px solid #00000032;
    border-radius: 3px;
}

.mc-0 > *{
    margin: 0px !important;
}

.dropdown-content.select-dropdown, .dropdown-content.select-dropdown > li, .dropdown-content.select-dropdown *{
    background-color: white !important;
}

/*#preinscriptionForm*/
.collapsible-body > * {
    position: relative !important;
}

/*  tables */

table:not(.datepicker-table){
    font-size: 1em;
}

table:not(.datepicker-table) > tbody > tr>  td > p, table > thead > tr > th > p{
    margin: 0px;
}

@media only screen and (min-height: 800px){
    table:not(.datepicker-table) > tbody > tr>  td, table > thead > tr > p{
        margin: .1em 0em;
    }
}

@media only screen and (min-height: 800px) and (min-width: 1600px) {
    table:not(.datepicker-table) > tbody > tr>  td > p, table > thead > tr > th > p{
        margin: .33em 0em;
    }
}

@media only screen and (min-width: 601px) {
    table:not(.datepicker-table){
        font-size: 1em;
    }
}

table:not(.datepicker-table) > tbody > tr>  td, table > thead > tr>  th{
    padding: .25em 0em !important;
}

@media only screen and (min-width: 601px) {
    table:not(.datepicker-table) > tbody > tr>  td, table > thead > tr>  th{
        padding: .5em 0em !important;
    }
}

@media only screen and (min-width: 1600px) {
    table:not(.datepicker-table) > tbody > tr>  td, table > thead > tr>  th{
        padding: .66em 0em !important;
    }
}

.form-page p {
    font-size: .9em;
    margin: 0px;
}
.form-page p + p {
    margin-top: .5em;
}

@media only screen and (min-width: 601px) {
    .form-page p {
        font-size: .95em;
        margin: 0px;
    }
    .form-page p + p {
        margin-top: .65em;
    }
}
@media only screen and (min-width: 1200px) {
    .form-page p {
        font-size: 1em;
        margin: 0px;
    }
    .form-page p + p {
        margin-top: .75em;
    }
}

/* dd li*/
.dropdown-content li,
.dropdown-content li,
.dropdown-content.select-dropdown li
{
    /*min-height: 30px;*/
    min-height: auto;
    line-height: 1rem;
}


.dropdown-content li.selected,
.dropdown-content li.selected,
.dropdown-content.select-dropdown li.selected,
.dropdown-content.select-dropdown li.selected *,
.dropdown-content.select-dropdown li *.selected
{
    background-color: whitesmoke !important;
}

.dropdown-content li:hover,
.dropdown-content li:hover,
.dropdown-content.select-dropdown li:hover,
.dropdown-content.select-dropdown li:hover *,
.dropdown-content.select-dropdown li *:hover,
.dropdown-content li.selected:hover,
.dropdown-content li.selected:hover,
.dropdown-content.select-dropdown li.selected:hover,
.dropdown-content.select-dropdown li.selected:hover *,
.dropdown-content.select-dropdown li *.selected:hover
{
    background-color: #EEE !important;
}

.dropdown-content li > a,
.dropdown-content li > span,
.dropdown-content.select-dropdown li > span
{
    padding: .25em .25em !important;
    font-size: 1em;
}
.sortBy .dropdown-content li > a,
.sortBy .dropdown-content li > span,
.sortBy .dropdown-content.select-dropdown li > span
{
    padding: .25em .25em !important;
    font-size: 18px !important;
}

@media only screen and (min-width: 601px) {
    .dropdown-content li > a,
    .dropdown-content li > span,
    .dropdown-content.select-dropdown li > span
    {
        padding: .33em .33em !important;
    }
}
@media only screen and (min-width: 1200px) {
    .dropdown-content li > a,
    .dropdown-content li > span,
    .dropdown-content.select-dropdown li > span
    {
        padding: .5em .5em !important;
    }
}
@media only screen and (min-width: 1600px) {
    /*.dropdown-content li > a,*/
    /*.dropdown-content li > span,*/
    /*.dropdown-content.select-dropdown li > span*/
    /*{*/
    /*    padding: .66em .66em !important;*/
    /*}*/
}

main#Logiciel[data-currentpage=Activite] #container h4{
    font-size: 1.5em !important;
}

main#Logiciel[data-currentpage=Activite] #container .mt-1{
    margin-top: .5em !important;
}
main#Logiciel[data-currentpage=Activite] #container .mb-1{
    margin-bottom: .5em !important;
}
main#Logiciel[data-currentpage=Activite] #container .mt-2{
    margin-top: 1em !important;
}
main#Logiciel[data-currentpage=Activite] #container .mb-2{
    margin-bottom: 1em !important;
}

/*// PASS V*/

.input-field > .password-visibility{
    float: right;
    transform: translateY(-1.33em);
    height: 5px;
}

.input-field > .password-visibility[data-toggle=visible]::after {
    font-family: "Material Icons";
    content: "\e8f4";
}

.input-field > .password-visibility[data-toggle=invisible]::after {
    font-family: "Material Icons";
    content: "\e8f5";
}


.modal.large  {
    min-width: 310px;
    max-height: 100% !important;
    height: 100%;
    top: 0% !important;
}

@media only screen and (min-width: 601px) {
    .modal.large {
        height: 95%;
        top: 2.5% !important;
    }
}

@media only screen and (min-width: 993px) {
    .modal.large {
        height: 95%;
        top: 2.5% !important;
    }
}

@media only screen and (min-width: 1200px) {
    .modal.large {
        height: 95%;
        top: 2.5% !important;
    }
}

@media only screen and (min-width: 1600px) {
    .modal.large {
        height: 85%;
        top: 7.5% !important;
    }
}

.alert-danger {
    border: 1px solid #a50404;
    background-color: #fedcdc;
    display: flex;
    align-items: center;
    align-content: center;
}

.alert-danger.alert-paiement:before {
    font-family: "Material Icons";
    content: "\e8b2";
    color: #a50404;
    font-size: 2em;
    float: left;
    margin-right: .5em;
    display: none;
}

@media only screen and (min-width: 601px) {
    .alert-danger.alert-paiement:before {
        display: block;
    }
}

/*icon mon compte admin*/

.monCompte-icons {
    font-size: 0em;
    padding-bottom: 0.3em;
}

main#Logiciel[data-currentpage=Admin_MonCompte] .card.card-resize.hoverable .card-image > .card-title{
    text-align: center !important;
    width: 100%;
}

@media only screen and (min-width: 601px) {
    .monCompte-icons {
        font-size: 5em;
    }
}
@media only screen and (min-width: 993px) {
    .monCompte-icons {
        font-size: 6em;
    }
}

@media only screen and (min-width: 1200px) {
    .monCompte-icons {
        font-size: 6.5em;
    }
}

@media only screen and (min-width: 1600px) {
    .monCompte-icons {
        font-size: 7em;
    }
}

.card-image .card-title{
    padding: 6px 24px !important;
}

.card-action{
    padding: 12px 24px !important;
}

main#Logiciel[data-currentpage=Admin_MonCompte] .action-wrapper a.btn-small {
    margin-bottom: .5em !important;
}

main#Logiciel[data-currentpage=Admin_MonCompte] .deconnexion-btn {
    margin-top: .75em !important;
}

main#Logiciel[data-currentpage=Admin_MonCompte] .row-profil .card-wrapper > .row {
    min-height: 8em;
}

@media only screen and (min-width: 993px) {
    main#Logiciel[data-currentpage=Admin_MonCompte] .row-profil .card-wrapper > .row {
        min-height: 10em;
    }
}

@media only screen and (min-width: 1200px) {
    main#Logiciel[data-currentpage=Admin_MonCompte] .row-profil .card-wrapper > .row {
        min-height: 13em;
    }
}

@media only screen and (min-width: 1600px) {
    main#Logiciel[data-currentpage=Admin_MonCompte] .row-profil .card-wrapper > .row {
        min-height:14em;
    }
}

/* DOCUMENTS*/

.document-list-wrapper {

}

.document-list-wrapper .collection-item{
    padding: 2px 5px !important;
}

.document-list-wrapper .collection-item:hover{
    /*cursor: pointer;*/
    background-color: whitesmoke;
}

.document-list-wrapper .collection-item > div{
    padding: 2px 5px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.document-list-wrapper .collection-item > div > div:first-of-type > .file-name{
    padding: .1em 5px !important;
}
.document-list-wrapper .collection-item > div > div:first-of-type > a.file-name:hover{
    text-decoration: underline;
    cursor: pointer;
}
.document-list-wrapper .collection-item > div > div:first-of-type > i.material-icons{
    font-size: 1.66em;
}

.document-list-wrapper .collection-item > div > div:last-of-type > a.btn-small{
    padding: 0px .5em;
}
.document-list-wrapper .collection-item > div > div:last-of-type > a.btn-small + a.btn-small{
    margin-left: .33em;
}

 /*Sticky stack*/
.sticky-action-btn-wrapper .sticky-action-btn > a + a{
    margin-top: .66em;
}

/* redux */

.search-list-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.sortBy {
    font-size: 1em;
    margin: 0;
}
.sortBy > span {
    font-size: 1em !important;
    display: flex;
    align-items: center;
    margin-bottom: .25em;
}
.sortBy > .select-dropdown {
    font-size: 1em !important;
    line-height: 1rem;
    height: 1em;
}

.btn-deconnexion-wrapper {
    all: revert;
    font-size: .85em;
    display: flex;
    max-height: 3em;
    padding-left: 1em;
}
.btn-deconnexion {
    font-size: 1em;
    display: flex;
    max-height: 3em;
}

nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i{
    line-height: var(--navHeight);
    height: var(--navHeight);
}

input.autocomplete.search {

}
input.autocomplete.search:before {
    font-family: "Material Icons";
    content: "\e8b6";
    color: black;
}

/*search div grow*/
#searchPage-wrapper {
    min-height: 88vh;
}

#right-filter {
    overflow: visible;
    min-height: 100%;
}

#search-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    overflow: visible;
    min-height: 75vh;
}

#search-body, #search-body > * {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    overflow: visible;
}

#connexion-btn {
    width: auto !important;
    max-width: 10em;
    min-width: 8em;
}

@media only screen and (max-height: 500px) {
    /*footer.page-footer{*/
    /*    display: none !important;*/
    /*}*/
    main#Logiciel {
        min-height: calc(99vh - 54px + 1em) !important;
    }
    .connexion-logo{
        height: 0px;
    }
    main#Logiciel[data-currentpage=Connexion] .content.center.bg-card > div:first-of-type {
        display: none;
    }
}

/*// 2025-10-22*/
#monCompte-content.row {
    position: relative;
    display: block;
    margin-left: 0px;
    padding: 2rem 1rem;
    flex-grow: 1;
}
@media only screen and (min-width: 601px) {
    .monCompte.sidenav.sidenav-fixed {
        position: relative;
        display: block;
    }
    #monCompte-content.row {
        position: relative;
        display: block;
        margin-left: 0px;
        padding: 2rem 1rem;
    }
}