﻿/***********************/
/** TEMPLATE STANDARD **/
/***********************/

@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";

/* Variables */
:root {
    --color-main: #109DB9; /* à modifier selon le client */
    --color-secondary: #25465F; /* à modifier selon le client */
    --border-radius: 10px; /* à modifier selon le client */
    --box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); /* à modifier selon le client */
    --color-black: #1A1A1A;
    --color-white: #FFFFFF;
    --color-red: #EA5F54;
    --color-green: #82CB96;
    --color-blue: #E8F5F8;
    --color-gray-100: #F7F7F7;
    --color-gray-200: #DDDDDD;
    --color-gray-300: #C4C4C4;
    --color-gray-400: #959E9D;
}

/* Generic */
body {
    font-family: "Roboto", sans-serif;
    color: var(--color-black);
}

body, body > main {
    background-image: none !important;
}

.container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

@media (min-width: 1400px) {

    .container {
        width:1320px
    }
}

a {
    color: var(--color-main);
    transition: color .1s ease-in-out;
}

a:hover,
a:focus {
    color: var(--color-main);
    text-decoration: none;
    outline: none;
}

/* Scrollbar */
*::-webkit-scrollbar {
    background-color: transparent;
    width: 8px;
    height: 8px;
}

body::-webkit-scrollbar {
    background-color: var(--color-white);
}

*::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: var(--color-gray-300);
}

*::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-gray-400);
}

*::-webkit-scrollbar-track {
    background-color: var(--color-white);
}

/* firefox scrollbar */
@-moz-document url-prefix() {

    * {
        scrollbar-width: thin;
    }
}

/* Login page */
body[class^="home-identification"] header,
body[class^="changerpassword"] header,
body[class^="cp-"] header {
	position: relative;
}

body[class^="home-identification"] header .entete,
body[class^="changerpassword"] header .entete,
body[class^="cp-"] header .entete {
    border: none;
    display: block !important;
    box-shadow: none;
}

body[class^="home-identification"] header .visible-md,
body[class^="changerpassword"] header .visible-md,
body[class^="cp-"] header .visible-md {
	display: none !important;
}

body[class^="home-identification"] main,
body[class^="changerpassword"] main,
body[class^="cp-"] main {
	margin-top: 0;
}

body[class^="home-identification"] .portlet-connexion,
body[class^="changerpassword"] .portlet-connexion,
body[class^="cp-"] .portlet-connexion {
	margin-left: 0;
	margin-right: 0;
}

.portlet-connexion #form-identification legend,
.portlet-connexion form fieldset legend,
#form-identification.public legend {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	color: var(--color-main);
	border: none;
	font-size: 1.3rem;
}

.portlet-connexion .form-group {
	display: flex;
	flex-direction: column;
}

.portlet-connexion #form-identification label,
.portlet-connexion #FormUpdatePasswd label,
#form-identification.public label,
.widget.authentification.connexion-public .form-group label {
	color: var(--color-black);
	font-size: .875rem;
	text-transform: none;
	font-weight: 500;
	padding: 0;
}

.portlet-connexion .form-control,
.widget.authentification.connexion-public .form-control {
	height: 36px;
	border-radius: 6px;
	font-size: .875rem;
	margin-bottom: 15px;
}

body[class^="home-identification"] .portlet-connexion .form-control {
    margin-bottom: 15px;
}

body[class^="changerpassword"] .portlet-connexion .form-control,
body[class^="cp-"] .portlet-connexion .form-control {
	margin-bottom: 0;
}

.portlet-connexion > .row {
	background-color: var(--color-gray-100);
	margin: 0;
}

.portlet-connexion > .row:nth-last-child(2) {
	border-radius: var(--border-radius) var(--border-radius) 0 0;
	padding: 15px 0;
}

.portlet-connexion > .row:last-child {
	border-radius: 0 0 var(--border-radius) var(--border-radius);
	padding: 0 0 15px;
}

.portlet-connexion > .row:only-of-type {
	border-radius: var(--border-radius);
	padding: 15px 0;
}

.portlet-connexion .well {
	margin: 0;
	background-color: var(--color-white);
	border: none;
	box-shadow: none;
	border-radius: var(--border-radius);
	padding: 15px;
}

.portlet-connexion .well a {
    color: var(--color-black);
    font-weight: 700;
    line-height: 20px;
}

.portlet-connexion a.toggle {
	text-transform: none;
	font-weight: 700;
	color: var(--color-black);
	font-size: 1rem;
}

.portlet-connexion a.toggle:hover,
.portlet-connexion > .row:nth-child(3) .well a:hover {
	color: var(--color-main);
}

.portlet-connexion a.toggle i::before,
.portlet-connexion > .row:nth-child(3) .well a:not([onclick])::after {
	font-family: "FontAwesome";
	content: "\f105";
	font-weight: 900;
	font-size: 1.2rem;
	display: inline-block;
}

.portlet-connexion a.toggle i::before {
	transition: transform .1s ease-in-out;
	transform: rotate(0deg);
}

.portlet-connexion a.toggle.toggle-active i::before {
	transform: rotate(90deg);
}

.portlet-connexion > .row:last-child .well a {
	display: flex;
	justify-content: space-between;
}

.portlet-connexion .help-block {
	color: var(--color-black);
	font-size: .875rem;
}

.portlet-connexion #inscription-avertissement .col-md-11 {
	width: 100%;
	margin-left: unset;
}

.portlet-connexion #inscription-avertissement .prt-o-btn.--primary {
	font-size: .875rem;
	color: #fff;
	font-weight: 500;
}

body[class^="home-identification"] footer,
body[class^="home-inscription"] footer,
body[class^="changerpassword"] footer,
body[class^="cp-"] footer {
	display: none;
}

body[class^="changerpassword"] .alert-warning,
body[class^="cp-"] .alert-warning {
	padding: 0;
	margin-bottom: 15px;
	color: var(--color-red);
}

body[class^="changerpassword"] .portlet-connexion form button,
body[class^="cp-"] .portlet-connexion form button {
	width: 100%;
	font-size: .875rem;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 20px 0 !important;
}

.portlet-connexion #loginApplicationMobile,
.widget.authentification.connexion-public #loginApplicationMobile {
	color: var(--color-gray-400) !important;
	font-size: .75rem !important;
	font-weight: 400 !important;
	margin-left: 0 !important;
}

.widget.authentification.connexion-public #loginApplicationMobile {
	width: auto;
	float: none;
}

.portlet-connexion #loginApplicationMobile {
    text-align: center;
    margin-top: 20px !important;
}

.portlet-connexion #togglePassword,
.portlet-connexion #togglePassword1,
.portlet-connexion #togglePassword2 {
    top: 30px;
}

#SUBMITAUTHENTIF {
    padding-top: 10px;
    padding-bottom: 10px;
}

.portlet-connexion #form-identification {
    margin-top: 0;
}

@media (min-width: 992px) {

	body[class^="home-identification"] .portlet-connexion,
	body[class^="home-identification"] header .entete .nav-globale,
	body[class^="changerpassword"] .portlet-connexion,
	body[class^="changerpassword"] header .entete .nav-globale,
	body[class^="home-inscription"] .col-xs-12 > .portlet-connexion,
	body[class^="cp-"] .portlet-connexion,
	body[class^="cp-"] header .entete .nav-globale {
		width: 390px;
		margin: 0 auto;
	}
}

/* Inscriptions */
.page-inscription-entete article > h4 {
	text-transform: none;
	padding: 20px 0;
	font-size: 1.4rem;
	font-weight: 700;
}

.bandeau {
	min-height: unset;
}

.bandeau .logo {
	position: static;
	height: auto;
	max-height: 60px;
}

.page-inscription-gauche .sous-secteur,
.page-inscription-droite .sous-secteur,
body[class^="home-inscription"] .main .col-md-6 > div {
	background-color: var(--color-gray-100);
	border: none;
	box-shadow: none;
	border-radius: var(--border-radius);
	margin: 0;
	padding: 15px 30px 30px;
}

.page-inscription-gauche .sous-secteur label,
.page-inscription-droite .sous-secteur label,
 body[class^="home-inscription"] #form-preinscription label {
	font-size: .875rem;
	margin-bottom: 5px;
}

.page-inscription-gauche .sous-secteur .checkbox label > label {
	padding-left: 0;
}

@media (min-width: 992px) {
	body[class^="home-inscription"] header {
		position: static;
	}
}

body[class^="home-inscription"] header .visible-lg {
	display: none !important;
}

body[class^="home-inscription"] #form-preinscription label {
	color: var(--color-black);
	text-transform: none;
	font-weight: 500;
}

.form-preinscription-example {
	font-size: .75rem;
	display: block;
	margin-top: -10px;
	margin-bottom: 15px;
}

body[class^="home-inscription"] #form-preinscription .control-group {
	position: relative;
}

body[class^="home-inscription"] #form-preinscription .field-validation-error {
	position: absolute;
	bottom: -15px;
}

body[class^="home-inscription"] #form-preinscription .field-validation-error > span {
	color: var(--color-red);
	font-size: .65rem;
}

/* Logo - recherche - panier - profil */
.entete {
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

@media (min-width: 992px) {

    .entete {
        border-bottom: 1px solid var(--color-gray-100);
        box-shadow: none;
    }
}

.entete-smart {
    background-color: var(--color-white);
    border-bottom: 1px solid var(--color-gray-100);
}

aside.nav-globale {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 0;
}

@media (min-width: 992px) {

    aside.nav-globale {
        padding: 15px 0;
    }
}

aside.nav-globale > a:first-of-type {
    display: flex;
    max-height: 50px;
    flex: 0 0 230px;
}

aside.nav-globale > a:first-child > img {
    max-height: inherit;
    max-width: inherit;
    min-height: 50px;
}

@media (min-width: 992px) {

    aside.nav-globale > a:first-of-type {
        max-height: 70px;
        flex: 0 0 280px;
        height: 70px;
    }
}

aside.nav-globale .zone-recherche {
    flex: 0 0 300px;
}

aside.nav-globale .zone-recherche .prt-o-input-group .prt-o-input.search {
    font-size: 1rem;
    background-color: var(--color-gray-100);
    border-color: var(--color-gray-100);
    border-radius: var(--border-radius);
}

aside.nav-globale .zone-recherche .prt-o-input-group .prt-o-input.search:hover,
aside.nav-globale .zone-recherche .prt-o-input-group .prt-o-input.search:focus {
    border-color: var(--color-gray-100);
    background-color: var(--color-gray-100);
}

aside.nav-globale .zone-recherche .prt-o-input-group .prt-o-input.search::placeholder {
    color: var(--color-gray-300);
}

@-moz-document url-prefix() {
	aside.nav-globale .zone-recherche .prt-o-input-group .prt-o-input.search::placeholder {
		color: var(--color-gray-400); /* Firefox */
	}
}

aside.nav-globale .zone-recherche .prt-o-input-group i {
    color: var(--color-black);
}

.entete aside.nav-globale .bouton-panier {
    order: 4;
    z-index: 1030;
}

.entete aside.nav-globale .prt-o-dropdownButton {
    order: 3;
    margin-left: auto;
    position: relative;
    cursor: pointer;
}

aside.nav-globale .prt-o-dropdownButton .prt-o-dropdownButton__subList {
    display: flex;
    z-index: 1030;
    padding: 25px;
    margin-top: 15px;
    min-width: 250px;
    background-color: var(--color-white);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    top: 100% !important;
    left: 50%;
    gap: 15px;
    flex-direction: column;
    transform: translate(-50%, -10px);
    transition: all .1s ease-in-out;
    opacity: 0;
    pointer-events: none;
}

aside.nav-globale .prt-o-dropdownButton:hover .prt-o-dropdownButton__subList {
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
}

aside.nav-globale .prt-o-dropdownButton .prt-o-dropdownButton__subList::before,
.navthematique #nav-thematique .navbar-nav .dropdown-menu::before {
    top: -20px;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

aside.nav-globale .prt-o-dropdownButton a.dropdown-toggle,
.bouton-panier a {
    display: flex;
    align-items: center;
}

aside.nav-globale .prt-o-dropdownButton a.dropdown-toggle {
    gap: 10px;
}

.bouton-panier > a {
    gap: 15px;
}

aside.nav-globale .prt-o-dropdownButton .prt-o-dropdownButton__subList > a {
    color: var(--color-black);
    font-size: .875rem;
}

aside.nav-globale .prt-o-dropdownButton .prt-o-dropdownButton__subList > a:not(:last-child):hover {
    color: var(--color-main);
}

aside.nav-globale .prt-o-dropdownButton .prt-o-dropdownButton__subList > a:last-child {
    color: var(--color-red);
}

aside.nav-globale .prt-o-dropdownButton a > i,
.bouton-panier a > i::before {
    display: none;
}

svg#icon-user,
svg#icon-cart {
    display: flex !important;
    width: auto;
    height: auto;
    max-height: 34px;
}

aside.nav-globale .prt-o-dropdownButton > a,
.bouton-panier > a {
    font-weight: 500;
}

aside.nav-globale .prt-o-dropdownButton > a,
.bouton-panier > a {
    color: var(--color-black);
    height: 34px;
}

.bouton-panier a > i .index {
    background-color: var(--color-main);
    font-size: .6rem;
    width: 15px;
    height: 15px;
    font-weight: 700;
    font-family: 'Roboto';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: -10px;
    left: auto;
    padding: 0;
}

@media (min-width: 992px) {

    .bouton-panier a > i .index {
        right: 55px;
    }
}

.bouton-panier a:hover {
    color: var(--color-black);
}

#tooltip-panier {
    font-size: .875rem;
    width: auto !important;
    min-width: 350px;
    margin-left: unset !important;
    top: 100%;
    right: 0;
    padding: 25px !important;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow) !important;
}

#tooltip-panier .tooltip-panier-content {
    max-height: 315px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
    padding-right: 10px;
}

#tooltip-panier table {
    border-spacing: 5px 15px !important;
}

#tooltip-panier table td:first-child {
    width: auto !important;
    font-weight: 500;
}

#tooltip-panier table td:nth-child(2) {
    text-align: center !important;
}

#tooltip-panier table td:last-child {
    font-weight: 700;
}

#tooltip-panier > p {
    text-align: center;
    margin-bottom: 15px;
}

#tooltip-panier::after {
    display: none;
}

/* Nav */
body > header {
    position: fixed;
    z-index: 1030;
    background-color: var(--color-white);
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(0);
    transition: transform .2s ease-in-out;
}

body > header.navbar-hide {
    transform: translateY(-100%);
}

body > main {
    margin-top: 70px;
}

@media (min-width: 992px) {

    body > main {
        margin-top: var(--header-height, 0);
    }
}

.navthematique {
    background-image: none !important;
    padding-top: 0 !important;
    display: flex !important;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.navthematique #nav-thematique {
    background-color: transparent;
    border: none;
}

@media (max-width: 992px) {

    .navthematique #nav-thematique {
        display: none;
    }
}

.navthematique #nav-thematique .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: var(--color-main);
    background-color: var(--color-white);
}

.navbar-default .navbar-nav > li > a {
    font-weight: 500;
    position: relative;
}

.navbar-default .navbar-nav > li > a:not(.sigle)::before {
    content: "";
    height: 4px;
    width: 0;
    background-color: var(--color-main);
    left: 0;
    bottom: 0;
    position: absolute;
    border-radius: 2px;
    transition: width .1s ease-in-out;
}

.navbar-default .navbar-nav > li > a:not(.sigle):hover::before {
    width: 100%;
}

.navbar-default .navbar-nav > li > a,
.grid-demo h4 > a {
    color: var(--color-black);
    display: flex;
    align-items: center;
    text-align: center;
}

.navbar-default .navbar-nav > li > a {
    font-size: .95rem;
}

.grid-demo h4 {
    font-weight: 400;
    font-size: .875rem;
}

.navbar-default .navbar-nav > li > a:hover,
.grid-demo h4 > a:hover {
    color: var(--color-main);
}

.grid-demo h4 {
    margin-top: 0;
    margin-bottom: 0;
}

aside.nav-globale .prt-o-dropdownButton a.dropdown-toggle::after,
.navthematique #nav-thematique .navbar-nav .dropdown-toggle:not(.navthematique #nav-thematique .navbar-nav .dropdown-toggle.sigle)::after,
.nav-side-menu .menu-content .arrow::after,
#page-article-content #document-attache nav.document-liste a.dossier::after {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 1.1rem;
	font-weight: 900;
	display: inline-block;
}

.navthematique #nav-thematique .navbar-nav {
    display: flex;
	justify-content: space-between;
	float: none;
}

.navthematique #nav-thematique .navbar-nav::before,
.navthematique #nav-thematique .navbar-nav::after {
	content: none;
}

.navthematique #nav-thematique .navbar-nav > li {
    display: flex;
    align-items: stretch;
	float: none;
}

.navthematique #nav-thematique .navbar-nav a.dropdown-toggle::after,
.prt-o-dropdownButton a.dropdown-toggle::after,
#page-article-content #document-attache nav.document-liste a.dossier::after {
    transform: rotate(0deg);
    transition: transform .2s ease-in-out;
}

.navthematique #nav-thematique .navbar-nav a.dropdown-toggle:hover::after,
.prt-o-dropdownButton a.dropdown-toggle:hover::after,
#page-article-content #document-attache nav.document-liste a.dossier.open::after {
    transform: rotate(180deg);
}

.navthematique #nav-thematique .navbar-nav a.dropdown-toggle {
    font-weight: 500;
    color: var(--color-black);
    text-align: center;
    font-size: .95rem;
    display: flex;
    align-items: center;
}

.navthematique #nav-thematique .navbar-nav a.dropdown-toggle:not(.sigle) {
    gap: 10px;
}

.navthematique #nav-thematique .navbar-nav a.dropdown-toggle:hover {
    color: var(--color-main);
}

.navthematique #nav-thematique .navbar-nav .dropdown-menu {
    border: none;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    margin-top: 15px;
    padding: 25px;
    left: 50%;
    transform: translate(-50%, -10px);
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: all .1s ease-in-out;
}

.navthematique #nav-thematique .navbar-nav .dropdown:hover .dropdown-menu,
.navthematique #nav-thematique .navbar-nav .open > .dropdown-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.navthematique #nav-thematique .navbar-nav .dropdown-menu .grid-demo h4 {
	font-weight: 500;
}

.navthematique #nav-thematique .navbar-nav .dropdown-menu .grid-demo h4 > a {
	font-weight: 400;
	text-align: center;
}

.navthematique #nav-thematique .navbar-nav .dropdown-menu .grid-demo > .row {
    margin-left: 0;
    margin-right: 0;
    display: grid;
    grid-template-columns: repeat(4, 4fr);
    gap: 30px 5px;
    min-height: 16px;
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
}

.navthematique #nav-thematique .navbar-nav .sigle + .dropdown-menu .grid-demo > .row {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}

.navthematique #nav-thematique .navbar-nav .sigle + .dropdown-menu h4 {
	margin-bottom: 1px;
}

.navthematique #nav-thematique .navbar-nav .sigle + .dropdown-menu .grid-demo .menu-theme {
	gap: 10px;
}

.navthematique #nav-thematique .navbar-nav .dropdown-menu .grid-demo > .row::before,
.navthematique #nav-thematique .navbar-nav .dropdown-menu .grid-demo > .row::after {
    content: none;
}

.navthematique #nav-thematique .navbar-nav .dropdown-menu .grid-demo > .row > .col-sm-3,
.navthematique #nav-thematique .navbar-nav .dropdown-menu .grid-demo > .row > .col-sm-12 {
    width: auto;
    float: none;
    padding: 0;
    min-width: 220px;
}

.navthematique #nav-thematique .navbar-nav .dropdown-menu .grid-demo .menu-theme {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.navthematique #nav-thematique .navbar-nav .dropdown-menu .grid-demo .menu-extension li:not(:last-child) {
    margin-bottom: 10px;
}

.navthematique #nav-thematique .navbar-nav .dropdown-menu .grid-demo .menu-theme li a {
    font-size: .875rem;
    color: var(--color-black);
    display: block;
}

.navthematique #nav-thematique .navbar-nav .dropdown-menu .grid-demo .menu-theme li a:hover {
    color: var(--color-main);
}

.navthematique #nav-thematique .navbar-nav .dropdown-menu .grid-demo .titre {
    font-weight: 500;
    font-size: .875rem;
}

.navthematique #nav-thematique .navbar-nav .dropdown-toggle.sigle {
    font-size: 0;
}

.navthematique #nav-thematique .navbar-nav .dropdown-toggle.sigle::before {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 1.4rem;
    display: inline-block;
    text-indent: initial;
}

.navthematique #nav-thematique .navbar-nav .dropdown:nth-child(-n+1) .dropdown-menu,
.navthematique #nav-thematique .navbar-nav .dropdown:nth-child(-n+2) .dropdown-menu,
.navthematique #nav-thematique .navbar-nav .dropdown:nth-child(n+3):nth-last-child(-n+2) .dropdown-menu,
.navthematique #nav-thematique .navbar-nav .dropdown:nth-child(n+4):nth-last-child(-n+1) .dropdown-menu,
.navthematique #nav-thematique .navbar-nav .dropdown:nth-child(n+5):nth-last-child(-n+3) .dropdown-menu {
    transform: translate(0, -10px);
}

.navthematique #nav-thematique .navbar-nav .dropdown:nth-child(-n+1) .dropdown-menu, /* Alignement des sous-menus si 2 items dans la liste */
.navthematique #nav-thematique .navbar-nav .dropdown:nth-child(-n+2) .dropdown-menu { /* Alignement des sous-menus si 5 items dans la liste */
    left: 0;
    right: auto;
}

.navthematique #nav-thematique .navbar-nav .dropdown:nth-child(n+3):nth-last-child(-n+2) .dropdown-menu, /* Alignement des sous-menus si 4 items dans la liste */
.navthematique #nav-thematique .navbar-nav .dropdown:nth-child(n+4):nth-last-child(-n+1) .dropdown-menu, /* Alignement des sous-menus si 5 items dans la liste */
.navthematique #nav-thematique .navbar-nav .dropdown:nth-child(n+5):nth-last-child(-n+3) .dropdown-menu { /* Alignement des sous-menus si 7 items dans la liste */
    right: 0;
    left: auto;
}

.navthematique #nav-thematique .navbar-nav .dropdown:nth-child(-n+1):hover .dropdown-menu,
.navthematique #nav-thematique .navbar-nav .dropdown:nth-child(-n+2):hover .dropdown-menu,
.navthematique #nav-thematique .navbar-nav .dropdown:nth-child(n+3):nth-last-child(-n+2):hover .dropdown-menu,
.navthematique #nav-thematique .navbar-nav .dropdown:nth-child(n+4):nth-last-child(-n+1):hover .dropdown-menu,
.navthematique #nav-thematique .navbar-nav .dropdown:nth-child(n+5):nth-last-child(-n+3):hover .dropdown-menu {
    transform: translate(0, 0);
}

/* Volet smart */
#voletmenusmart {
    width: 400px;
    max-width: 100%;
    bottom: 0;
    background-color: var(--color-white);
    top: 70px;
    position: fixed;
    z-index: 1045;
    background-clip: padding-box;
    overflow-y: auto;
    transition: right .2s ease-in-out;
    border-top: 1px solid var(--color-gray-200);
}

#voletmenusmart:target {
    right: 0;
}

#voletmenusmart,
#voletmenusmart-clos:target #voletmenusmart {
    right: -100%;
}

.menusmart .bouton-panier {
    margin-left: auto;
}

.nav-side-menu h4 {
    display: none;
}

.nav-side-menu #menu-content,
.nav-side-menu .sub-menu,
.nav-globale-smart ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav-side-menu #menu-content li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
    gap: 5px;
    color: var(--color-black);
}

.nav-side-menu #menu-content > li,
.nav-side-menu #menu-content > .sub-menu {
    border-bottom: 1px solid var(--color-gray-200);
}

.nav-side-menu #menu-content > li[aria-expanded="true"] {
    border-bottom: 1px solid var(--color-white);
}

.nav-side-menu #menu-content li.niveau:not(.collapsed) a {
    color: var(--color-main);
}

.nav-side-menu #menu-content li.niveau .arrow {
    transform: rotate(0deg);
    transition: transform .05s ease-in-out;
}

.nav-side-menu #menu-content li.niveau.collapsed .arrow {
    transform: rotate(-90deg);
}

.nav-side-menu #menu-content > li.niveau .arrow::after {
    font-size: 22px;
}

.nav-side-menu #menu-content > li a,
.nav-side-menu #menu-content .sub-menu a:not([href]) {
    font-weight: 500;
}

.nav-side-menu #menu-content .sub-menu a {
    font-size: .875rem;
    padding: 10px 15px 10px 30px;
    font-family: "Roboto", sans-serif;
}

.nav-globale-smart ol {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.nav-globale-smart ol li:not(:last-child) {
    flex: 1 0 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-globale-smart ol li:not(:nth-child(6)) {
    border-right: 1px solid var(--color-gray-200);
}

.nav-globale-smart ol li:not(:last-child) a {
    padding: 15px;
}

.nav-globale-smart ol li a .lnr {
    font-family: "FontAwesome";
    font-size: 1.4rem;
}

.nav-globale-smart ol li a .lnr-envelope::before {
    content: "\f003";
}
.nav-globale-smart ol li a .lnr-history::before {
    content: "\f1da";
}
.nav-globale-smart ol li a .lnr-cross::before {
    content: "\f08b";
}

.nav-globale-smart ol li .lnr-user,
.nav-globale-smart ol li:first-child,
.nav-globale-smart ol li:nth-child(5),
.menusmart .voletmenusmart-old,
#voletmenusmart .btnmenuclore {
    display: none;
}

.voletmenusmart-btn {
    display: block !important;
    cursor: pointer;
    width: 30px;
    height: 20px;
}

.voletmenusmart-btn .voletmenusmart-bar,
.voletmenusmart-btn .voletmenusmart-bar::before,
.voletmenusmart-btn .voletmenusmart-bar::after {
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: var(--color-black);
}

.voletmenusmart-btn .voletmenusmart-bar {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.voletmenusmart-btn .voletmenusmart-bar::before,
.voletmenusmart-btn .voletmenusmart-bar::after {
    content: "";
    position: absolute;
    left: 0;
    transform: rotate(0deg);
    transition: transform .2s ease-in-out;
}

.voletmenusmart-btn .voletmenusmart-bar::before {
    top: -8px;
}

.voletmenusmart-btn .voletmenusmart-bar::after {
    bottom: -8px;
}

.voletmenusmart-btn.open .voletmenusmart-bar {
    background-color: var(--color-white);
}

.voletmenusmart-btn.open .voletmenusmart-bar::before {
    top: 0;
    transform: rotate(225deg);
}

.voletmenusmart-btn.open .voletmenusmart-bar::after {
    bottom: 0;
    transform: rotate(135deg);
}

.nav-globale-smart ol li:last-child {
    flex-basis: 100%;
    padding: 13px 15px;
    border-color: var(--color-gray-200);
    border-style: solid;
    border-width: 1px 0;
}

.nav-globale-smart .zone-recherche > input {
    font-size: 1rem;
    background-color: var(--color-white);
    border-color: var(--color-white);
    border-radius: 0;
    box-shadow: none;
    border-radius: 0;
    height: 34px;
    padding: 0;
}

.nav-globale-smart .zone-recherche button {
    background-color: var(--color-white);
}

.nav-globale-smart .zone-recherche button {
    padding: 5px 0;
}

.nav-globale-smart .zone-recherche button i {
    font-size: 20px;
}

main > .container > .smart-accueil,
.banner-under-menu {
    display: none !important;
}

/* Img */
.slick-trombi ul li:first-child a img,
.slick-carousel .slick-image img,
.widget.article-edito .illustration a > img,
.widget.ventes article .illustration a > img,
.widget.fluxkalidea .catalogue-item > a > img,
.grid-stack-item-content.CHQ .cheque-item > a > img,
#page-trombinoscope .trombinoscope .fiche figure > img,
.grid-stack-item-content.LISTEARTICLE .article-item > a > img,
#page-article-multiple1 #page-article-multiple > .liste-article-wrapper .liste-article figure > img,
.modal-body div > img,
#DossierPrestations .BlocCreerDossierPrestation > *:nth-child(1) figure.illustration img,
.article-contact__coordonnees figure img,
#page-location #ListeLocation .article-location-multiple .illustration a img,
#page-groupe #liste-produit-groupe .page-groupe-liste-item .illustration a img,
#page-groupe-detail .slider-for .slick-slide img,
#page-groupe-detail #lien-illustration img,
.grid-stack-item.portlet-type-DER .widget.article .visuel > a > img,
.grid-stack-item-content.LOC .location-item > a > img,
.grid-stack-item-content.GRP .groupe-item > a > img,
#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette .card-liste-ressources .card-ressource figure.ressource-illustration img,
#ressource.ressource-detail .details figure.ressource-detail-illustration img,
.widget.france-billet .visuel a img,
#ListeArticlesTrouves .visuel > img,
[id^="collapseActivite"] .page-groupe-liste .page-groupe-liste-item .col-lg-3 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: var(--color-gray-100);
}

/* Carousel */
.carousel-old {
	display: none;
}

.carousel-new {
    display: block !important;
}

.smart-accueil {
	padding-left: 0;
	padding-right: 0;
	background-color: var(--color-secondary);
}

@media (min-width: 768px) {
	.smart-accueil > .col-xs-12 {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.smart-accueil > .col-xs-12 {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.smart-accueil > .col-xs-12 {
		width: 1170px;
	}
}

@media (min-width: 1400px) {
	.smart-accueil > .col-xs-12 {
		width: 1320px;
	}
}

.smart-accueil .slick-carousel {
    margin-top: 15px;
}

.smart-accueil > .col-xs-12 {
    margin-left: auto;
	margin-right: auto;
	float: none;
}

@media (min-width: 992px) {

    .smart-accueil .slick-carousel {
        margin-top: 45px;
        margin-bottom: 25px;
    }
}

.slick-carousel .slick-image img {
    border-radius: var(--border-radius);
}

.slick-carousel .slick-image {
    display: flex;
    height: 150px;
}

@media (min-width: 992px) {

	.smart-accueil .slick-carousel .slick-image {
		height: 220px;
	}

    .grid-stack-item[data-gs-width="2"] .slick-carousel .slick-image,
    .grid-stack-item[data-gs-width="3"] .slick-carousel .slick-image {
        height: 340px;
    }
}

.smart-accueil .slick-carousel .slick-caption {
    color: var(--color-white);
}

@media (max-width: 992px) {

    .slick-carousel .slick-caption h2 {
        text-wrap: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .slick-carousel .slick-caption p {
        height: 60px;
        overflow: hidden;
        margin-bottom: 18px;
    }
}

.slick-carousel .slick-caption h2 {
    font-size: 1.7rem;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    float: none;
    line-height: normal;
    width: auto;
}

@media (min-width: 992px) {

    .slick-carousel .slick-caption h2 {
        font-size: 1.8rem;
        margin-top: 20px;
    }

    .grid-stack-item[data-gs-width="1"] .slick-carousel .slick-caption h2 {
        font-size: 1.2rem;
    }

    .grid-stack-item[data-gs-width="1"] .slick-carousel .slick-caption h2,
    .grid-stack-item[data-gs-width="1"] .slick-carousel .slick-caption p {
        text-wrap: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

.slick-arrow {
    background-color: transparent;
    z-index: 1020;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: none !important;
    box-shadow: none !important;
}

.slick-carousel .slick-arrow {
    opacity: 0;
    transition: opacity .2s ease-in-out;
}

@media (min-width: 992px) {

    .slick-carousel .slick-arrow {
        display: flex !important;
    }
}

.slick-carousel .slick-arrow i {
    font-size: 3rem;
}

.smart-accueil .slick-carousel .slick-arrow i {
    color: var(--color-white);
}

.slick-arrow i {
    font-size: 1.25rem;
    font-weight: 900;
    transition: color .1s ease-in-out;
}

.slick-carousel .slick-arrow:hover i {
    color: var(--color-main);
}

.slick-carousel:hover .slick-arrow {
    opacity: 1;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-dots {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 10px;
    height: 10px;
    list-style: none;
    gap: 8px;
    display: flex !important;
    justify-content: center;
}

@media (min-width: 992px) {

    .slick-carousel .slick-dots {
        justify-content: flex-start;
    }
}

.slick-dots > li button {
    width: 10px;
    height: 10px;
    font-size: 0;
    text-indent: -9999px;
    padding: 0;
    border: none;
    background: rgba(0,0,0,0);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: width .1s ease-in-out;
}

.slick-dots > li.slick-active button {
    width: 40px;
}

.slick-dots > li button:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--color-gray-100);
}

.slick-dots > li.slick-active button::before {
    background-color: var(--color-main);
    width: 40px;
}

/* Sliders */
.slick-catalogue,
.slick-cheque,
.slick-liste-article,
.slick-location,
.slick-groupe {
	margin-top: -15px;
	margin-bottom: -20px;
}

@media (max-width: 992px) {

	.slick-catalogue .slick-list,
	.slick-cheque .slick-list,
	.slick-liste-article .slick-list,
	.slick-location .slick-list,
	.slick-groupe .slick-list {
		padding: 0 45px 0 0;
	}
}

/* Trombinoscope */
.widget.trombi {
    overflow: hidden;
}

.widget.trombi .carousel.slide.media-carousel,
.widget.fluxkalidea .carousel.slide.media-carousel,
[id^="PortletListeArticles"] {
    display: none;
}

.widget.trombi .nav-tabs {
    border: none;
    white-space: nowrap;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 1px solid var(--color-gray-100);
}

@media (max-width: 992px) {

	.widget.trombi .nav-tabs::-webkit-scrollbar {
		width: 1px;
		height: 1px;
	}
}

.widget.trombi .nav-tabs > li > a {
	border: none;
	color: var(--color-gray-200);
	background-color: transparent;
}

.widget.trombi .nav-tabs > li > a:hover {
    color: var(--color-white);
}

.widget.trombi .nav-tabs > li.active > a,
.widget.trombi .nav-tabs > li.active > a:focus,
.widget.trombi .nav-tabs > li.active > a:hover {
    color: var(--color-white);
    background-color: transparent;
    border: none;
    font-weight: 700;
}

.widget.trombi .nav-tabs > li.active {
    margin-bottom: 0;
}

.widget.trombi .nav-tabs > li.active > a::after {
    content: "";
    height: 4px;
    width: 100%;
    background-color: var(--color-main);
    left: 0;
    bottom: 0;
    position: absolute;
    border-radius: 2px;
}

.widget.trombi .tab-content {
    margin: 15px;
}

@media (min-width: 992px) {

    .grid-stack-item[data-gs-width="2"] .widget.trombi .tab-content {
        margin: 15px 30px;
    }

    .grid-stack-item[data-gs-width="3"] .widget.trombi .tab-content {
        margin: 15px 45px;
    }
}

.slick-trombi ul {
    padding: 0;
    margin: 15px;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px
}

.slick-trombi ul li:first-child a {
    display: flex;
    width: 150px;
    height: 150px;
}

.slick-trombi ul li:first-child a img,
#page-trombinoscope .trombinoscope .fiche figure > img {
    border-radius: 50%;
}

.slick-trombi ul li:nth-child(2) {
    font-size: 1.4rem;
    font-weight: 700;
}

.slick-trombi ul li:nth-child(3) {
    color: var(--color-gray-200);
}

.slick-trombi ul li:nth-child(2),
.slick-trombi ul li:nth-child(4) a {
    color: var(--color-white);
}

.slick-trombi ul li:nth-child(4) a {
    font-weight: 500;
}

.slick-trombi ul li:nth-child(4) a:hover {
    color: var(--color-main);
}

.widget.trombi .slick-prev {
    left: -15px;
}

.widget.trombi .slick-next {
    right: -15px;
}

@media (min-width: 992px) {

    .grid-stack-item[data-gs-width="2"] .widget.trombi .slick-prev {
        left: -30px;
    }

    .grid-stack-item[data-gs-width="2"] .widget.trombi .slick-next {
        right: -30px;
    }

    .grid-stack-item[data-gs-width="3"] .widget.trombi .slick-prev {
        left: -45px;
    }

    .grid-stack-item[data-gs-width="3"] .widget.trombi .slick-next {
        right: -45px;
    }
}

.widget.trombi .slick-arrow {
    border-color: var(--color-white);
}

.widget.trombi .slick-arrow,
.widget.fluxkalidea .slick-arrow,
.grid-stack-item-content.CHQ .slick-arrow,
.grid-stack-item-content.LISTEARTICLE .slick-arrow,
.grid-stack-item-content.LOC .slick-arrow,
.grid-stack-item-content.GRP .slick-arrow {
	width: 34px;
	height: 34px;
	padding: 0;
	z-index: 1000;
	border-style: solid;
	border-width: 1px;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	transition: background-color .1s ease-in-out, border-color .1s ease-in-out;
}

@media (min-width: 992px) {

	.widget.trombi .slick-arrow,
	.widget.fluxkalidea .slick-arrow,
	.grid-stack-item-content.CHQ .slick-arrow,
	.grid-stack-item-content.LISTEARTICLE .slick-arrow,
	.grid-stack-item-content.LOC .slick-arrow,
	.grid-stack-item-content.GRP .slick-arrow {
		display: flex !important;
	}
}

.widget.trombi .slick-arrow:hover i {
    color: var(--color-black);
}

.widget.trombi .slick-arrow:hover {
    background-color: var(--color-white);
}

.widget.trombi .slick-arrow i {
    color: var(--color-white);
}

.widget.trombi .slick-arrow:hover i {
    color: var(--color-secondary)
}

.widget.trombi .trombi-all {
    display: flex;
    align-items: center;
    justify-content: end;
}

.widget.trombi .trombi-all > a {
    display: flex;
    line-height: 1.1;
    color: var(--color-white);
    gap: 8px;
    padding: 5px 0;
}

.widget.trombi .trombi-all > a:hover {
    color: var(--color-main);
}

.widget.trombi .trombi-all > a i {
    font-size: 1.1rem;
    font-weight: 900;
}

/* Buttons */
.btn:focus,
.btn:active:focus {
    outline: none !important;
}

.btn-standard,
.btn-order,
.prt-o-btn.--primary,
.prt-o-btn.--secondary,
#page-trombinoscope #page-trombinoscope-gauche #filtresCOM #BTN_RECALCUL,
#filtre-critereMedia .prt-o-btn.--phantom,
#page-vente .card-ventes .col-md-12 > div[style] > div .btn-warning,
.grid-stack-item-content.COMMANDE_ART .widget.ventes .col-md-12 > div[style] > div .btn-warning,
#PopupSubCompl #btnValiderSubCompl,
#PopupSubCompl #btnAnnulerSubCompl,
.prt-o-btn.--phantom,
.cc-bottom .cc-btn,
body[class^="home-inscription"] #form-preinscription #btnValidation {
	justify-content: center;
	border-radius: 30px;
	font-weight: 500;
	align-items: center;
	line-height: 1.3;
	outline: none !important;
	transition: color .1s ease-in-out, background-color .1s ease-in-out, border .1s ease-in-out, box-shadow .1s ease-in-out, transform .1s ease-in-out;
}

.btn-standard,
.action-commentaire .prt-o-btn.--primary,
.panier-activite .prt-o-btn.--primary,
#tunnel-commande .prt-o-btn.--primary,
#tunnel-commande .prt-o-btn.--secondary,
#PopupSubCompl #btnValiderSubCompl,
#PopupSubCompl #btnAnnulerSubCompl,
#mediatheque #bt_reserver,
#btnValidationDirectDossierPrestation,
#collapseLigneDossier .prt-o-btn.--secondary,
.DossierPrestationsPage .boutons-action .prt-o-btn.--primary,
.DossierPrestationsPage .boutons-action .prt-o-btn.--secondary,
#BTN_MAJ_DONNEES_PERSONNELLES,
#BTN_MODIFIER_MDP,
[id^="BTN_MAJ_AD"],
#BTN_VALIDATION_ADRESSE,
#BTN_UPDATE_MODE,
#BTN_MAJ_CS,
#BTN_CANCEL_CS,
#BTN_MAJ_AYANT_DROIT,
[id^="BTN_SUP_RIB"],
[id^="BTN_MAJ_RIB"],
#BTN_VALIDER_RIB,
#BTN_ANNULATION_ADRESSE,
#formulaireContact .prt-o-btn.--primary,
#enregistrer-dossier,
#recherche-reservation-cal,
button.btnTypePrestation,
body[class^="epargnes-confirmation"] #page-epargne .prt-o-btn.--primary,
body[class^="prestation-dossierfini"] .prt-o-btn.--primary,
body[class^="prestation-dossierfini"] .prt-o-btn.--secondary,
.page-groupe-tarif ul li .quantite .prt-o-btn.--phantom,
.page-groupe-detail-right .page-groupe-tarif ul li .quantite.reserver .prt-o-btn.--primary,
#permanence-reservation #validation-reservation,
#permanence-reservation .prt-o-btn.--secondary[title="Annuler"],
#NouveauModificationRib .prt-o-btn.--secondary,
#NouveauModificationAyantDroit > form .prt-o-btn.--secondary,
#retour-dossier,
#validation-file-attente,
#annulation-file-attente {
	display: inline-flex;
	gap: 10px;
	font-size: 1.1rem;
}

.btn-standard,
.action-commentaire .prt-o-btn.--primary,
#tooltip-panier .prt-o-btn.--primary,
.modal .prt-o-btn.--primary,
.panier-activite .prt-o-btn.--primary,
#tunnel-commande .prt-o-btn.--primary,
#PopupSubCompl #btnValiderSubCompl,
#btnValidationDirectDossierPrestation,
.DossierPrestationsPage .boutons-action .prt-o-btn.--primary,
#BTN_MAJ_DONNEES_PERSONNELLES,
[id^="BTN_MAJ_AD"],
#BTN_VALIDATION_ADRESSE,
#BTN_UPDATE_MODE,
#BTN_MAJ_CS,
#BTN_MAJ_AYANT_DROIT,
[id^="BTN_SUP_RIB"],
#BTN_VALIDER_RIB,
#formulaireContact .prt-o-btn.--primary,
#enregistrer-dossier,
button.btnTypePrestation,
body[class^="epargnes-confirmation"] #page-epargne .prt-o-btn.--primary,
body[class^="prestation-dossierfini"] .prt-o-btn.--primary,
.page-groupe-detail-right .page-groupe-tarif ul li .quantite.reserver .prt-o-btn.--primary,
#permanence-reservation #validation-reservation,
#validation-file-attente {
	padding: 15px 30px;
	box-shadow: 5px 5px 0px 0px var(--color-secondary);
}

.btn-standard:not([disabled]):hover,
.action-commentaire .prt-o-btn.--primary:not([disabled]):hover,
#tooltip-panier .prt-o-btn.--primary:not([disabled]):hover,
.modal .prt-o-btn.--primary:not([disabled]):hover,
.panier-activite .prt-o-btn.--primary:not([disabled]):hover,
#tunnel-commande .prt-o-btn.--primary:not([disabled]):hover,
#PopupSubCompl #btnValiderSubCompl:not([disabled]):hover,
#btnValidationDirectDossierPrestation:not([disabled]):hover,
.DossierPrestationsPage .boutons-action .prt-o-btn.--primary:not([disabled]):hover,
#BTN_MAJ_DONNEES_PERSONNELLES:not([disabled]):hover,
[id^="BTN_MAJ_AD"]:not([disabled]):hover,
#BTN_VALIDATION_ADRESSE:not([disabled]):hover,
#BTN_UPDATE_MODE:not([disabled]):hover,
#BTN_MAJ_CS:not([disabled]):hover,
#BTN_MAJ_AYANT_DROIT:not([disabled]):hover,
[id^="BTN_SUP_RIB"]:not([disabled]):hover,
#BTN_VALIDER_RIB:not([disabled]):hover,
#formulaireContact .prt-o-btn.--primary:not([disabled]):hover,
#enregistrer-dossier:not([disabled]):hover,
button.btnTypePrestation:not([disabled]):hover,
body[class^="epargnes-confirmation"] #page-epargne .prt-o-btn.--primary:not([disabled]):hover,
body[class^="prestation-dossierfini"] .prt-o-btn.--primary:not([disabled]):hover,
.page-groupe-detail-right .page-groupe-tarif ul li .quantite.reserver .prt-o-btn.--primary:not([disabled]):hover,
#permanence-reservation #validation-reservation:not([disabled]):hover,
#validation-file-attente:not([disabled]):hover {
    box-shadow: 3px 3px 0 0 var(--color-secondary);
    transform: translate(2px, 2px);
}

.btn-standard:not([disabled]):active,
.action-commentaire .prt-o-btn.--primary:not([disabled]):active,
#tooltip-panier .prt-o-btn.--primary:not([disabled]):active,
.modal .prt-o-btn.--primary:not([disabled]):active,
.panier-activite .prt-o-btn.--primary:not([disabled]):active,
#tunnel-commande .prt-o-btn.--primary:not([disabled]):active,
#PopupSubCompl #btnValiderSubCompl:not([disabled]):active,
#btnValidationDirectDossierPrestation:not([disabled]):active,
.DossierPrestationsPage .boutons-action .prt-o-btn.--primary:not([disabled]):active,
#BTN_MAJ_DONNEES_PERSONNELLES:not([disabled]):active,
[id^="BTN_MAJ_AD"]:not([disabled]):active,
#BTN_VALIDATION_ADRESSE:not([disabled]):active,
#BTN_UPDATE_MODE:not([disabled]):active,
#BTN_MAJ_CS:not([disabled]):active,
#BTN_MAJ_AYANT_DROIT:not([disabled]):active,
[id^="BTN_SUP_RIB"]:not([disabled]):active,
#BTN_VALIDER_RIB:not([disabled]):active,
#formulaireContact .prt-o-btn.--primary:not([disabled]):active,
#enregistrer-dossier:not([disabled]):active,
button.btnTypePrestation:not([disabled]):active,
body[class^="epargnes-confirmation"] #page-epargne .prt-o-btn.--primary:not([disabled]):active,
body[class^="prestation-dossierfini"] .prt-o-btn.--primary:not([disabled]):active,
.page-groupe-detail-right .page-groupe-tarif ul li .quantite.reserver .prt-o-btn.--primary:not([disabled]):active,
#permanence-reservation #validation-reservation:not([disabled]):active,
#validation-file-attente:not([disabled]):active {
    box-shadow: 1px 1px 0 0 var(--color-secondary);
    transform: translate(4px, 4px);
}

.modal .prt-o-btn.--secondary,
#tunnel-commande .prt-o-btn.--secondary,
#PopupSubCompl #btnAnnulerSubCompl,
#mediatheque #bt_reserver,
#collapseLigneDossier .prt-o-btn.--secondary,
.DossierPrestationsPage .boutons-action .prt-o-btn.--secondary,
#BTN_MODIFIER_MDP,
#BTN_CANCEL_CS,
[id^="BTN_MAJ_RIB"],
#BTN_ANNULATION_ADRESSE,
#recherche-reservation-cal,
body[class^="prestation-dossierfini"] .prt-o-btn.--secondary,
.page-groupe-tarif ul li .quantite .prt-o-btn.--phantom,
#permanence-reservation .prt-o-btn.--secondary[title="Annuler"],
#NouveauModificationAyantDroit > form .prt-o-btn.--secondary,
#NouveauModificationRib .prt-o-btn.--secondary,
#retour-dossier,
#annulation-file-attente {
	padding: 15px 30px;
	box-shadow: 5px 5px 0px 0px var(--color-gray-300);
}

.modal .prt-o-btn.--secondary:not([disabled]):hover,
#tunnel-commande .prt-o-btn.--secondary:not([disabled]):hover,
#PopupSubCompl #btnAnnulerSubCompl:not([disabled]):hover,
#mediatheque #bt_reserver:not([disabled]):hover,
#collapseLigneDossier .prt-o-btn.--secondary:not([disabled]):hover,
.DossierPrestationsPage .boutons-action .prt-o-btn.--secondary:not([disabled]):hover,
#BTN_MODIFIER_MDP:not([disabled]):hover,
#BTN_CANCEL_CS:not([disabled]):hover,
[id^="BTN_MAJ_RIB"]:not([disabled]):hover,
#BTN_ANNULATION_ADRESSE:not([disabled]):hover,
#recherche-reservation-cal:not([disabled]):hover,
body[class^="prestation-dossierfini"] .prt-o-btn.--secondary:not([disabled]):hover,
.page-groupe-tarif ul li .quantite .prt-o-btn.--phantom:not([disabled]):hover,
#permanence-reservation .prt-o-btn.--secondary[title="Annuler"]:not([disabled]):hover,
#NouveauModificationAyantDroit > form .prt-o-btn.--secondary:not([disabled]):hover,
#NouveauModificationRib .prt-o-btn.--secondary:not([disabled]):hover,
#retour-dossier:not([disabled]):hover,
#annulation-file-attente:not([disabled]):hover {
    box-shadow: 3px 3px 0 0 var(--color-gray-300);
    transform: translate(2px, 2px);
}

.modal .prt-o-btn.--secondary:not([disabled]):active,
#tunnel-commande .prt-o-btn.--secondary:not([disabled]):active,
#PopupSubCompl #btnAnnulerSubCompl:not([disabled]):active,
#mediatheque #bt_reserver:not([disabled]):active,
#collapseLigneDossier .prt-o-btn.--secondary:not([disabled]):active,
.DossierPrestationsPage .boutons-action .prt-o-btn.--secondary:not([disabled]):active,
#BTN_MODIFIER_MDP:not([disabled]):active,
#BTN_CANCEL_CS:not([disabled]):active,
[id^="BTN_MAJ_RIB"]:not([disabled]):active,
#recherche-reservation-cal:not([disabled]):active,
#BTN_ANNULATION_ADRESSE:not([disabled]):active,
body[class^="prestation-dossierfini"] .prt-o-btn.--secondary:not([disabled]):active,
.page-groupe-tarif ul li .quantite .prt-o-btn.--phantom:not([disabled]):active,
#permanence-reservation .prt-o-btn.--secondary[title="Annuler"]:not([disabled]):active,
#NouveauModificationAyantDroit > form .prt-o-btn.--secondary:not([disabled]):active,
#NouveauModificationRib .prt-o-btn.--secondary:not([disabled]):active,
#retour-dossier:not([disabled]):active,
#annulation-file-attente:not([disabled]):active {
    box-shadow: 1px 1px 0 0 var(--color-gray-300);
    transform: translate(4px, 4px);
}

.btn-order,
.widget.sondage article .prt-o-btn.--primary,
.btn-more,
#page-trombinoscope #page-trombinoscope-gauche #filtresCOM #BTN_RECALCUL,
#page-vente .card-ventes .col-md-12 > div[style] > div .btn-warning,
.grid-stack-item-content.COMMANDE_ART .widget.ventes .col-md-12 > div[style] > div .btn-warning,
#article-mediatheque .liste-media-wrapper > .media-card .prt-o-btn.--primary.reservation,
.cc-bottom .cc-btn,
.article-location-multiple .prt-o-btn.--primary,
#page-groupe #liste-produit-groupe .page-groupe-liste-item .prt-o-btn.--primary,
#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette .card-liste-ressources .card-ressource .ressource-detail a {
	display: flex;
	padding: 10px;
}

#tooltip-panier .prt-o-btn.--primary {
    display: flex !important;
    gap: 10px;
    justify-content: center;
}

.btn-standard,
.btn-standard:focus,
.prt-o-btn.--primary,
.btn-order,
#page-trombinoscope #page-trombinoscope-gauche #filtresCOM #BTN_RECALCUL,
#filtre-critereMedia .prt-o-btn.--phantom[aria-expanded="true"],
#page-vente .card-ventes .col-md-12 > div[style] > div .btn-warning,
.grid-stack-item-content.COMMANDE_ART .widget.ventes .col-md-12 > div[style] > div .btn-warning,
#PopupSubCompl #btnValiderSubCompl,
#filtre-prestation .prt-o-btn.--phantom[aria-expanded="true"],
legend.filtre .prt-o-btn.--phantom[aria-expanded="true"],
.cc-bottom .cc-btn,
#filtre-groupe .prt-o-btn.--phantom[aria-expanded="true"],
body[class^="home-inscription"] #form-preinscription #btnValidation {
	background-color: var(--color-main);
	color: var(--color-white);
	border: 1px solid var(--color-main);
}

.prt-o-btn.--primary:hover,
.prt-o-btn.--primary:focus {
    background-color: var(--color-main) !important;
    border: 1px solid var(--color-main) !important;
}

.prt-o-btn.--secondary,
#filtre-critereMedia .prt-o-btn.--phantom,
#PopupSubCompl #btnAnnulerSubCompl,
#mediatheque #bt_reserver,
.prt-o-btn.--phantom,
#recherche-reservation-cal,
#filtre-groupe .prt-o-btn.--phantom[aria-expanded="false"] {
	background-color: var(--color-white);
	color: var(--color-black);
	border: 1px solid var(--color-gray-200);
}

.prt-o-btn.--secondary[title="Supprimer"]:not([disabled]):hover,
.prt-o-btn.--secondary[title="Annuler"]:not([disabled]):hover {
    background-color: var(--color-white);
    color: var(--color-red);
    border: 1px solid var(--color-gray-200);
}

body[class^="changerpassword"] .portlet-connexion .prt-o-btn.--primary:hover,
#SUBMITAUTHENTIF1:hover,
.liste-PJ .prt-o-btn.--primary:not([disabled]):hover,
.widget.sondage article .prt-o-btn.--primary:not([disabled]):hover,
.btn-order:not([disabled]):hover,
.widget.france-billet .prt-o-btn.--primary:hover,
.prt-o-btn.--secondary:not([disabled]):hover,
.action-commentaire .prt-o-btn.--primary:not([disabled]):hover,
#page-vente .card-ventes .col-md-12 > div[style] > div .btn-warning:not([disabled]):hover,
.grid-stack-item-content.COMMANDE_ART .widget.ventes .col-md-12 > div[style] > div .btn-warning:not([disabled]):hover,
#tunnel-commande .prt-o-btn.--secondary:not([disabled]):hover,
#PopupSubCompl #btnAnnulerSubCompl:not([disabled]):hover,
#article-mediatheque .liste-media-wrapper > .media-card .prt-o-btn.--primary.reservation:not([disabled]):hover,
#mediatheque #bt_reserver:not([disabled]):hover,
#btn-open-modal-externe:not([disabled]):hover,
.cc-bottom .cc-btn:hover,
.article-location-multiple .prt-o-btn.--primary:hover,
#recherche-reservation-cal:hover,
#recherche-reservation-cal:focus,
#page-groupe #liste-produit-groupe .page-groupe-liste-item .prt-o-btn.--primary:hover,
#page-groupe #liste-produit-groupe .page-groupe-liste-item .prt-o-btn.--primary:focus,
#SUBMITAUTHENTIF:hover,
#SUBMITAUTHENTIF:focus,
.page-groupe-tarif ul li .quantite .prt-o-btn.--phantom:not([disabled]):hover,
.page-groupe-tarif ul li .quantite .prt-o-btn.--phantom:not([disabled]):focus,
#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette .card-liste-ressources .card-ressource .ressource-detail a:hover,
#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette .card-liste-ressources .card-ressource .ressource-detail a:focus,
body[class^="home-inscription"] #form-preinscription #btnValidation:hover {
    background-color: var(--color-white) !important;
    color: var(--color-main);
    border: 1px solid var(--color-gray-200) !important;
}

.btn-more:focus,
#BTN_VALIDER_FILTRES > i {
	color: var(--color-main);
}

.btn-more {
    background-color: var(--color-white);
    color: var(--color-main);
    border: 1px solid var(--color-white);
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.action-commentaire .prt-o-btn.--primary:not([disabled]):hover {
    border-color: var(--color-main) !important;
    background-color: var(--color-main) !important;
}

.btn-order,
.widget.france-billet .prt-o-btn.--primary,
.widget.sondage article .prt-o-btn.--primary,
.btn-more,
#article-mediatheque .liste-media-wrapper > .media-card .prt-o-btn.--primary.reservation,
.article-location-multiple .prt-o-btn.--primary,
#page-groupe #liste-produit-groupe .page-groupe-liste-item .prt-o-btn.--primary,
#SUBMITAUTHENTIF,
#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette .card-liste-ressources .card-ressource .ressource-detail a {
	font-size: .875rem;
}

.action-commentaire .prt-o-btn.--primary:not([disabled]):hover,
.btn-standard:not([disabled]):hover,
#tooltip-panier .prt-o-btn.--primary:not([disabled]):hover {
    color: var(--color-white);
    background-color: var(--color-main);
    border: 1px solid var(--color-main);
}

.btn-more:hover {
    color: var(--color-main);
}

#collapseLigneDossier .prt-o-btn.--secondary {
	width: 100%;
	margin-bottom: 15px !important;
}

@media (min-width: 992px) {

	#collapseLigneDossier .prt-o-btn.--secondary:first-child {
		margin-right: 15px !important;
	}

	#collapseLigneDossier .prt-o-btn.--secondary {
		width: auto;
	}
}

.btn-standard::after,
.btn-more::after,
#tooltip-panier .prt-o-btn.--primary::after,
.panier-activite .prt-o-btn.--primary::after,
#tunnel-commande .prt-o-btn.--primary::after,
#btnValidationDirectDossierPrestation::after,
#collapseLigneDossier .prt-o-btn.--secondary:first-child::after,
.DossierPrestationsPage .boutons-action .prt-o-btn.--primary::after,
#BTN_MAJ_DONNEES_PERSONNELLES::after,
[id^="BTN_MAJ_AD"]::after,
#BTN_VALIDATION_ADRESSE::after,
#BTN_UPDATE_MODE::after,
#BTN_MAJ_CS::after,
#BTN_MAJ_AYANT_DROIT::after,
[id^="BTN_SUP_RIB"]::after,
#BTN_VALIDER_RIB::after,
#formulaireContact .prt-o-btn.--primary::after,
#enregistrer-dossier::after,
button.btnTypePrestation::after,
body[class^="epargnes-confirmation"] #page-epargne .prt-o-btn.--primary::after,
body[class^="prestation-dossierfini"] .prt-o-btn.--primary::after,
.page-groupe-detail-right .page-groupe-tarif ul li .quantite.reserver .prt-o-btn.--primary::after,
#permanence-reservation #validation-reservation::after {
	content: "\f061";
	font-family: "FontAwesome";
	transform: translateX(0);
	transition: transform .1s ease-in-out;
}

.btn-standard::after,
.btn-more::after,
#tooltip-panier .prt-o-btn.--primary::after,
.panier-activite .prt-o-btn.--primary::after,
#tunnel-commande .prt-o-btn.--primary::after,
#btnValidationDirectDossierPrestation::after,
.DossierPrestationsPage .boutons-action .prt-o-btn.--primary::after {
    color: var(--color-white);
}

.btn-standard::after,
#tooltip-panier .prt-o-btn.--primary::after,
.panier-activite .prt-o-btn.--primary::after,
#tunnel-commande .prt-o-btn.--primary::after,
#btnValidationDirectDossierPrestation::after,
#collapseLigneDossier .prt-o-btn.--secondary:first-child::after,
.DossierPrestationsPage .boutons-action .prt-o-btn.--primary::after,
#BTN_MAJ_DONNEES_PERSONNELLES::after,
[id^="BTN_MAJ_AD"]:not([disabled])::after,
#BTN_VALIDATION_ADRESSE::after,
#BTN_UPDATE_MODE::after,
#BTN_MAJ_CS::after,
#BTN_MAJ_AYANT_DROIT::after,
[id^="BTN_SUP_RIB"]::after,
#BTN_VALIDER_RIB::after,
#formulaireContact .prt-o-btn.--primary::after,
#enregistrer-dossier::after,
button.btnTypePrestation::after,
body[class^="epargnes-confirmation"] #page-epargne .prt-o-btn.--primary::after,
body[class^="prestation-dossierfini"] .prt-o-btn.--primary::after,
.page-groupe-detail-right .page-groupe-tarif ul li .quantite.reserver .prt-o-btn.--primary::after,
#permanence-reservation #validation-reservation::after {
	font-size: .75rem;
}

.btn-more::after {
    font-size: .65rem;
}

.btn-standard::after,
.panier-activite .prt-o-btn.--primary::after {
    color: var(--color-white);
}

.btn-more::after,
#btn-open-modal-externe i {
	color: var(--color-main);
}

.btn-more:hover::after {
    transform: translateX(5px);
}

.prt-o-btn, a.prt-o-btn {
    margin: unset !important;
}

#page-trombinoscope #page-trombinoscope-gauche #filtresCOM #BTN_RECALCUL {
    font-size: .875rem;
    padding: 8px 16px;
    float: none !important;
}

#filtre-critereMedia > div:not(#collapseFiltreMedia) button.prt-o-btn.--primary {
	background: none;
	border: none;
	color: var(--color-black);
	font-size: 0;
	padding: 6px 10px;
}

#filtre-critereMedia > div:not(#collapseFiltreMedia) button.prt-o-btn.--primary:hover {
    background: none !important;
    border: none !important;
}

#filtre-critereMedia > div:not(#collapseFiltreMedia) button.prt-o-btn.--primary::before {
    font-family: "FontAwesome";
    content: "\f002";
    font-size: 1.1rem;
}

#filtre-critereMedia .prt-o-btn.--phantom[aria-expanded="false"] > i,
#filtre-prestation .prt-o-btn.--phantom[aria-expanded="false"] > i,
legend.filtre .prt-o-btn.--phantom[aria-expanded="false"] > i,
#filtre-groupe .prt-o-btn.--phantom[aria-expanded="false"] > i {
	color: var(--color-main);
}

#filtre-critereMedia .prt-o-btn.--phantom[aria-expanded="true"] > i,
#filtre-prestation .prt-o-btn.--phantom[aria-expanded="true"] > i,
legend.filtre .prt-o-btn.--phantom[aria-expanded="true"] > i,
#filtre-groupe .prt-o-btn.--phantom[aria-expanded="true"] > i {
	color: var(--color-white);
}

#page-vente .card-ventes .col-md-12 > div[style] > div .btn-warning::before,
.grid-stack-item-content.COMMANDE_ART .widget.ventes .col-md-12 > div[style] > div .btn-warning::before {
    content: "Commander";
    font-size: .875rem;
    font-weight: 500;
}

#PopupSubCompl #btnValiderSubCompl i,
#PopupSubCompl #btnAnnulerSubCompl i {
    display: none;
}

#mediatheque article > .prt-o-btn.--primary {
    background: none !important;
    border: none !important;
    color: var(--color-black);
    font-size: .875rem;
    position: absolute;
    top: 0;
    right: 0;
}

#mediatheque article > .prt-o-btn.--primary:hover {
    background: none !important;
    border: none !important;
}

#mediatheque article > .prt-o-btn.--primary::before {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 1rem;
    font-weight: 900;
    margin-right: 7px;
}

#btn-open-modal-externe {
    margin-bottom: 15px !important;
}

#page-historique legend.filtre {
	font-size: .875rem;
	font-weight: 700;
}

#page-historique legend.filtre .prt-o-btn.--phantom,
#page-historique legend.filtre {
	text-transform: none;
}

#collapseFiltre,
#collapseFiltre_env,
#collapseFiltre_qta {
	border: none;
}

/* Inputs */
.form-control {
    color: var(--color-black);
    border: 1px solid var(--color-gray-200);
}

.form-control,
.form-control:focus {
    box-shadow: none;
}

.form-control:focus {
    border: 1px solid var(--color-main);
}

#filtre-critereMedia .form-control {
    border-color: var(--color-white);
}

.checkbox,
.radio {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 2px;
}

.radio label,
.checkbox label {
    padding-left: 30px;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
    margin-left: -30px;
    margin-top: 0;
}

input[type=radio],
input[type=checkbox] {
    width: 20px;
    height: 20px;
    appearance: none;
    border: 1px solid rgba(0,0,0,.25);
    cursor: pointer;
    position: relative;
    background-color: var(--color-white);
    box-shadow: none;
    transition: box-shadow .1s ease-in-out;
}

input[type=radio]:focus,
input[type=checkbox]:focus {
    outline: none;
}

input[type=radio]::after,
input[type=checkbox]::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    background-color: var(--color-main);
    transform: translate(-50%, -50%);
    transition: width .1s ease-in-out, height .1s ease-in-out;
}

input[type=radio]:checked::after,
input[type=checkbox]:checked::after {
    width: 12px;
    height: 12px;
}

input[type=checkbox] {
    border-radius: 2px;
}

input[type=checkbox]::after {
    border-radius: 1px;
}

input[type=radio],
input[type=radio]::after {
    border-radius: 50%;
}

input[type=radio]:not([disabled]):hover,
input[type=checkbox]:not([disabled]):hover {
    box-shadow: 0 0 4px 0 var(--color-main);
}

input[type=radio][disabled]:not(:checked),
input[type=checkbox][disabled]:not(:checked) {
	border: 1px solid rgba(0, 0, 0, .1);
    background-color: var(--color-gray-100);
}

input[type=radio][disabled]::after,
input[type=checkbox][disabled]::after {
    background-color: var(--color-gray-200);
}

.checkbox label span,
.radio label span {
    font-size: .875rem;
    font-weight: 500;
}

.increment-wrapper {
    position: relative;
    flex: 0 0 90px;
}

#page-vente .card-ventes .col-md-12 > div[style] > div.input-group .form-control,
.grid-stack-item-content.COMMANDE_ART .widget.ventes .col-md-12 > div[style] > div.input-group .form-control,
#listeCommandeGroupe .quantite .quantiteOptions {
	border-radius: 4px;
	height: 40px;
	font-size: 1rem;
	padding: 5px 25px;
	text-align: center;
}

.increment-wrapper > input {
    -moz-appearance: textfield;
    width: 100% !important;
}

.increment-wrapper .decrement,
.increment-wrapper .increment {
    position: absolute;
    z-index: 3;
    border: none;
    background: none;
    padding: 0 15px;
    height: 40px;
    color: var(--color-main);
    user-select: none;
    display: block !important;
}

.increment-wrapper .decrement {
    left: 0;
}

.increment-wrapper .increment {
    right: 0;
}

.increment-wrapper input::-webkit-inner-spin-button,
.increment-wrapper input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/* Tooltip */
.ui-widget {
    font-family: "Roboto", sans-serif;
    font-size: .75rem;
    color: var(--color-black);
}

#ui-datepicker-div.ui-widget-content,
.ui-tooltip.ui-widget-content {
	border: 1px solid var(--color-gray-100);
	box-shadow: var(--box-shadow);
	border-radius: var(--border-radius);
	padding: 15px;
}

/* Grid accueil */
.grid-stack {
    height: auto !important;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {

	.grid-stack {
		grid-template-columns: repeat(3, calc(33.3333% - 20px));
		grid-gap: 70px 30px;
		margin-top: 70px;
	}

    .grid-stack > .grid-stack-item[data-gs-width="1"] {
        grid-column: span 1;
    }

    .grid-stack > .grid-stack-item[data-gs-width="2"] {
        grid-column: span 2;
    }

    .grid-stack > .grid-stack-item[data-gs-width="3"] {
        grid-column: span 3;
    }
}

.grid-stack > .grid-stack-item {
    position: relative !important;
    width: auto !important;
    height: auto !important;
    min-width: unset !important;
    min-height: unset !important;
    top: auto !important;
    left: auto !important;
    margin-bottom: 0 !important;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content .portlet-label {
    color: var(--color-black) !important;
    background-color: transparent !important;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}

@media (min-width: 992px) {

    .grid-stack > .grid-stack-item > .grid-stack-item-content .portlet-label {
        font-size: 1.6rem;
    }
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
    position: relative !important;
    margin: 0 !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    height: 100% !important;
    border-radius: var(--border-radius);
    overflow: unset !important;
    border-width: 1px;
    border-color: transparent;
    border-style: solid;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content:not(.ACT):not(.CAT):not(.CHQ):not(.LISTEARTICLE):not(.EDI):not(.COMMANDE_ART):not(.DER):not(.LOC):not(.GRP) {
    padding: 15px;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content:not(.ACT):not(.TRO):not(.DOC):not(.CAT):not(.CHQ):not(.LISTEARTICLE):not(.EDI):not(.COMMANDE_ART):not(.MET):not(DER):not(.LOC):not(.GRP) {
	box-shadow: var(--box-shadow);
	background-color: var(--color-white);
	border-color: var(--color-gray-100);
}

.grid-stack > .grid-stack-item > .grid-stack-item-content.EDI {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* Grid widgets */
.grid-stack .widget,
.widget.enveloppe .enveloppe-liste,
.widget.sondage,
.widget.calendrier .page,
aside.paginateur {
    font-family: "Roboto" !important;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content.TRO,
.grid-stack > .grid-stack-item > .grid-stack-item-content.DOC,
.grid-stack > .grid-stack-item > .grid-stack-item-content.MET {
    box-shadow: var(--box-shadow);
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.grid-stack > .grid-stack-item > .grid-stack-item-content.TRO .portlet-label,
.grid-stack > .grid-stack-item > .grid-stack-item-content.DOC .portlet-label,
.grid-stack > .grid-stack-item > .grid-stack-item-content.MET h2 {
    color: var(--color-white) !important;
}

.grid-stack-item-content.DOC nav.document-liste,
#page-article-content #document-attache nav.document-liste {
    display: flex;
    flex-direction: column;
    background-color: var(--color-white);
}

.grid-stack-item-content.DOC nav.document-liste {
    padding: 15px 10px;
    border-radius: var(--border-radius);
    max-height: 328px;
    min-height: 328px;
    overflow-y: auto;
    overflow-x: hidden;
}

.grid-stack-item-content.DOC nav.document-liste > a,
#page-article-content #document-attache nav.document-liste a {
    font-size: .875rem !important;
    max-height: unset !important;
    overflow: unset !important;
    border: none !important;
    line-height: unset !important;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--color-white);
    transition: background-color .1s ease-in-out;
}

#page-article-content #document-attache nav.document-liste a {
    padding: 7px;
    border-radius: var(--border-radius);
}

#page-article-content #document-attache nav.document-liste a.dossier i {
	width: 24px;
	margin-right: 0;
}

#page-article-content #document-attache nav.document-liste a i.fa-folder-open-o::before {
	content: "\f114";
}

#page-article-content #document-attache nav.document-liste a.open i.fa-folder-open-o::before {
	content: "\f115";
}

#page-article-content #document-attache nav.document-liste a.open,
.grid-stack-item-content.DOC nav.document-liste > a:hover,
#page-article-content #document-attache nav.document-liste a:hover {
    background-color: var(--color-gray-100);
}

#page-article-content #document-attache nav.document-liste a.open,
#page-article-content #document-attache nav.document-liste a:hover {
    font-weight: 500;
}

.grid-stack-item-content.DOC nav.document-liste > a > i,
#page-article-content #document-attache nav.document-liste a > i {
    color: var(--color-gray-400);
    margin-right: 5px;
    font-size: 1.4rem !important;
    padding-right: unset !important;
    padding-bottom: unset !important;
}

.grid-stack-item-content.DOC nav.document-liste a > i.fa-file-pdf-o,
#page-article-content #document-attache nav.document-liste a > i.fa-file-pdf-o {
	color: var(--color-red);
}

#page-article-content nav.document-liste div[id^="documentsDossier"] > a {
	margin-left: 10px;
}

.grid-stack-item-content.DOC nav.document-liste > a .poids,
#page-article-content #document-attache nav.document-liste a .poids {
    display: none !important;
}

.grid-stack-item-content.COMMANDE_ART .widget.ventes .illustration img {
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.widget.article-edito .illustration a,
.widget.ventes article .illustration a {
	display: flex;
	width: 100%;
	position: relative;
	border-bottom: 1px solid var(--color-gray-100);
}

.widget.ventes article .illustration a {
    height: 220px;
}

.widget.article-edito .illustration a {
	height: 340px;
	overflow: hidden;
	border-radius: var(--border-radius);
}

@media (min-width: 992px) {

	.widget.article-edito .illustration a {
		height: 420px;
	}
}

.widget.article-edito .illustration a:hover {
    color: var(--color-black) !important;
}

.widget.ventes article .illustration {
    height: unset !important;
    display: unset !important;
    position: unset !important;
    align-items: unset !important;
    justify-content: unset !important;
    overflow: unset !important;
}

.widget.article-edito article .content {
    padding: 15px !important;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .75)) !important;
    top: auto !important;
    bottom: 0 !important;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
}

.widget.article-edito article .content a:hover h4 {
	color: var(--color-main);
}

.widget.article-edito article .content .amorce {
    font-size: .875rem !important;
    line-height: unset !important;
    height: auto !important;
    max-height: 50px;
    text-overflow: unset !important;
}

.widget.article-edito article {
    height: auto !important;
    background-color: transparent !important;
    overflow: unset !important;
}

.widget.article-edito article .content h4 {
    font-size: 2rem;
    font-weight: 700 !important;
    margin-top: 15px;
	overflow: hidden;
	max-height: 180px;
	transition: color .1s ease-in-out;
}

.grid-stack-item.portlet-type-DER .widget.article > .row,
.grid-stack-item.portlet-type-DER .widget.article > .row > div {
	margin: unset;
	padding: unset;
	float: unset;
	position: relative;
	width: 100%;
}

.grid-stack-item.portlet-type-DER .widget.article > .row > div:last-child {
	position: absolute;
	bottom: 0;
	pointer-events: none;
}

.grid-stack-item.portlet-type-DER .widget.article > .row > div:last-child article {
	padding: 15px;
	color: var(--color-white);
}

.grid-stack-item.portlet-type-DER .widget.article > .row > div:last-child article h1 {
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 15px;
	float: none;
	line-height: unset;
}

.grid-stack-item.portlet-type-DER .widget.article > .row > div:last-child article .chapeau {
	font-size: .875rem;
}

.grid-stack-item.portlet-type-DER .widget.article .visuel > a {
	display: block;
	height: 440px;
	overflow: hidden;
}

.grid-stack-item.portlet-type-DER .widget.article .visuel > a > img {
	border-radius: var(--border-radius);
}

.grid-stack-item.portlet-type-DER .widget.article > .row > div:last-child article aside {
	display: none;
}

@media (min-width: 992px) {

	.grid-stack > .grid-stack-item[data-gs-width="2"] .widget.article-edito article .content h4,
	.grid-stack > .grid-stack-item[data-gs-width="3"] .widget.article-edito article .content h4 {
		font-size: 3.5rem;
	}
}

/* Authentification */
.widget.authentification.connexion-public {
	padding: 0;
}

.widget.authentification.connexion-public .well {
	background-color: transparent;
	margin: 0;
	border: none;
	box-shadow: none;
	padding: 0;
}

.widget.authentification.connexion-public .well a {
	font-weight: 500;
	font-size: .875rem;
}

.widget.authentification.connexion-public .well a:hover {
	text-decoration: underline;
}

/* masquer oeil et croix sur Edge */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
	display: none;
}

.home-preauthentification header {
	position: relative;
}

.home-preauthentification .portlet-connexion {
	margin: 20px auto;
	max-width: 390px;
}

.home-preauthentification #SUBMITAUTHENTIFP {
	width: 100%;
	transform: translateY(10px);
}

@media (max-width: 990px) {
	.hors-grid.row {
		margin: 30px 0 0 !important;
		padding: 15px;
		background-color: white;
		border-radius: var(--border-radius);
		box-shadow: var(--box-shadow);
	}

	.hors-grid.row h4 {
		background: none !important;
		color: var(--color-black) !important;
		font-size: 1.8rem;
		margin-bottom: 15px;
		font-weight: 700;
	}
}

/* Météo */
.widget.meteo h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.grid-stack-item.portlet-type-SOLDEENVATTRIB .widget.enveloppe {
    font-size: .875rem;
}

.grid-stack-item.portlet-type-SOLDEENVATTRIB .widget.enveloppe .enveloppe-comment {
    margin-bottom: 15px;
    font-weight: 500;
}

.grid-stack-item.portlet-type-SOLDEENVATTRIB .widget.enveloppe .table td {
    border-top: 1px solid var(--color-gray-100);
    background-color: var(--color-white);
    padding: 8px 0;
	vertical-align: middle;
}

.grid-stack-item.portlet-type-SOLDEENVATTRIB .widget.enveloppe .table tr:first-child td {
    border-top: 1px solid var(--color-white);
}

.grid-stack-item.portlet-type-SOLDEENVATTRIB .widget.enveloppe .table td:last-child {
    text-align: right;
    font-weight: 700;
    color: var(--color-main);
	width: 70px;
}

.portlet.grid-stack-item-content.MET .widget.meteo ul {
    position: relative;
    justify-content: space-between;
    background-color: var(--color-white);
    padding: 0 15px;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 5px;
    align-items: center;
}

.portlet.grid-stack-item-content.MET .widget.meteo ul::after {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    background-color: var(--color-gray-100);
    bottom: 0;
}

.portlet.grid-stack-item-content.MET .widget.meteo ul li:first-child {
    font-weight: 500;
    font-size: .875rem;
}

.portlet.grid-stack-item-content.MET .widget.meteo ul li:nth-child(2) {
    color: var(--color-main);
    font-weight: 700;
    order: 3;
}

.portlet.grid-stack-item-content.MET .widget.meteo ul:first-of-type {
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.portlet.grid-stack-item-content.MET .widget.meteo ul:last-of-type {
    border-radius: 0 0 var(--border-radius) var(--border-radius);
}

/* Lien billetterie */
.grid-stack-item-content.PROPAGPFB > .row {
	overflow: hidden;
}

.grid-stack-item-content.PROPAGPFB h4 {
	margin-bottom: 0 !important;
}

.widget.france-billet .visuel a > div {
	background-color: var(--color-white);
	padding: 15px 15px 0;
	position: relative;
	z-index: 1000;
	margin: 0 -15px;
}

.widget.france-billet .visuel a > div > span {
	display: block;
}

/* Catalogue */
.grid-stack-item-content.CAT > h4,
.grid-stack-item-content.LISTEARTICLE > h4,
.grid-stack-item-content.CHQ > h4,
.grid-stack-item-content.LOC > h4,
.grid-stack-item-content.GRP > h4 {
	margin-bottom: 5px !important;
}

.widget.fluxkalidea .catalogue-item,
.grid-stack-item-content.LISTEARTICLE .article-item,
.grid-stack-item-content.CHQ .cheque-item,
.grid-stack-item-content.LOC .location-item,
.grid-stack-item-content.GRP .groupe-item {
	margin: 15px;
	background-color: var(--color-white);
	box-shadow: var(--box-shadow);
	border-radius: var(--border-radius);
	border: 1px solid var(--color-gray-100);
	overflow: hidden;
}

.widget.fluxkalidea .catalogue-item > a,
.grid-stack-item-content.CHQ .cheque-item > a,
.grid-stack-item-content.LISTEARTICLE .article-item > a,
.grid-stack-item-content.LOC .location-item > a,
.grid-stack-item-content.GRP .groupe-item > a {
    display: flex;
    height: 180px;
}

.widget.fluxkalidea .catalogue-all > a {
    height: 374px;
	flex-direction: column;
}

.widget.fluxkalidea .catalogue-all > a > img {
	height: calc(100% - 70px);
}

.widget.fluxkalidea .catalogue-all > a > div {
	background-color: var(--color-white);
	padding: 15px;
	position: relative;
	z-index: 1000;
}

.widget.fluxkalidea .catalogue-all > a {
	height: 374px;
}

.widget.france-billet .visuel span.prt-o-btn {
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (min-width: 992px) {

	.grid-stack-item-content.CHQ .cheque-item > a,
	.grid-stack-item-content.LISTEARTICLE .article-item > a,
	.grid-stack-item-content.LOC .location-item > a,
	.grid-stack-item-content.GRP .groupe-item > a {
		height: 240px;
	}

    .widget.fluxkalidea .catalogue-item > a {
        height: 299px;
    }

	.widget.fluxkalidea .catalogue-all > a {
		height: 439px;
	}

	.widget.fluxkalidea .catalogue-all > a > img,
	.widget.france-billet .visuel a > img {
		max-width: 300px;
		margin: 20px auto;
	}

	.grid-stack-item-content.LISTEARTICLE .article-item img,
	.widget.article-edito .illustration a > img,
	.widget.fluxkalidea .catalogue-all > a > img,
	.widget.france-billet .visuel a > img {
		transform: scale(1);
		transition: transform .2s ease-in-out;
	}

	.grid-stack-item-content.LISTEARTICLE .article-item:hover img,
	.widget.fluxkalidea .catalogue-all > a:hover > img,
	.widget.france-billet .visuel a:hover > img {
		transform: scale(1.2);
	}

	.widget.article-edito:hover .illustration a > img {
		transform: scale(1.1);
	}
}

.widget.fluxkalidea .catalogue-item > article,
.grid-stack-item-content.CHQ .cheque-item > article,
.grid-stack-item-content.LISTEARTICLE .article-item > article,
.grid-stack-item-content.LOC .location-item > article,
.grid-stack-item-content.GRP .groupe-item > article {
	padding: 15px;
	background-color: var(--color-white);
	border-top: 1px solid var(--color-gray-100);
	transform: translateY(0);
	transition: transform .1s ease-in-out;
}

@media (min-width: 992px) {

	.widget.fluxkalidea .catalogue-item > article {
		height: 140px;
	}

	.grid-stack-item-content.LOC .location-item > article,
	.grid-stack-item-content.GRP .groupe-item > article,
	.grid-stack-item-content.CHQ .cheque-item > article {
		height: 218px;
	}

	.widget.fluxkalidea .catalogue-item:hover article,
	.grid-stack-item-content.CHQ .cheque-item:hover article,
	.grid-stack-item-content.LOC .location-item:hover article,
	.grid-stack-item-content.GRP .groupe-item:hover article {
		transform: translateY(-52px);
	}

}

.widget.fluxkalidea .catalogue-item > article h3,
.grid-stack-item-content.CHQ .cheque-item > article h3,
.grid-stack-item-content.LISTEARTICLE .article-item > article h3,
.grid-stack-item-content.LOC .location-item > article h3,
.grid-stack-item-content.GRP .groupe-item > article h3 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 1.2rem;
	font-weight: 700;
}

.widget.fluxkalidea .catalogue-item > article h3,
.grid-stack-item-content.LISTEARTICLE .article-item > article h3,
.grid-stack-item-content.LOC .location-item > article h3,
.grid-stack-item-content.GRP .groupe-item > article h3,
.grid-stack-item-content.CHQ .cheque-item > article h3 {
	height: 42px;
	overflow: hidden;
}

.widget.fluxkalidea .catalogue-item > article ul,
.grid-stack-item-content.CHQ .cheque-item > article ul,
.grid-stack-item-content.LISTEARTICLE .article-item > article ul,
.grid-stack-item-content.LOC .location-item > article ul,
.grid-stack-item-content.GRP .groupe-item > article ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget.fluxkalidea .catalogue-item > article ul li {
    text-align: center;
}

.widget.fluxkalidea .catalogue-item > article ul.price {
    align-items: center;
    margin: 30px 0;
    height: 23px;
}

.widget.fluxkalidea .catalogue-item > article ul.price li {
    flex: 0 0 33.3333%;
}

.widget.fluxkalidea .catalogue-item > article ul.price li:nth-child(1) {
    text-decoration: line-through;
    color: var(--color-gray-400);
	font-weight: 500;
}

.widget.fluxkalidea .catalogue-item > article ul.price li .badge {
    background-color: var(--color-main);
    font-size: .875rem;
}

.widget.fluxkalidea .catalogue-item > article ul.price li:nth-child(3) {
    color: var(--color-main);
    font-weight: 700;
    font-size: 1.2rem;
}

.widget.fluxkalidea .catalogue-item > article ul.order li,
.grid-stack-item-content.CHQ .cheque-item > article ul li:last-child {
    flex: 0 0 100%;
}

.widget.fluxkalidea .slick-arrow,
.grid-stack-item-content.CHQ .slick-arrow,
.grid-stack-item-content.LISTEARTICLE .slick-arrow,
.grid-stack-item-content.LOC .slick-arrow,
.grid-stack-item-content.GRP .slick-arrow {
	top: -30px;
	transform: none;
	border-color: var(--color-gray-200);
	background-color: var(--color-white);
}

.widget.fluxkalidea .slick-arrow:hover,
.grid-stack-item-content.CHQ .slick-arrow:hover,
.grid-stack-item-content.LISTEARTICLE .slick-arrow:hover,
.grid-stack-item-content.LOC .slick-arrow:hover,
.grid-stack-item-content.GRP .slick-arrow:hover {
    border-color: var(--color-main);
	background-color: var(--color-main);
}

.widget.fluxkalidea .slick-arrow:hover i,
.grid-stack-item-content.CHQ .slick-arrow:hover i,
.grid-stack-item-content.LISTEARTICLE .slick-arrow:hover i,
.grid-stack-item-content.LOC .slick-arrow:hover i,
.grid-stack-item-content.GRP .slick-arrow:hover i {
    color: var(--color-white);
}

.widget.fluxkalidea .slick-prev,
.grid-stack-item-content.CHQ .slick-prev,
.grid-stack-item-content.LISTEARTICLE .slick-prev,
.grid-stack-item-content.LOC .slick-prev,
.grid-stack-item-content.GRP .slick-prev {
	left: auto;
	right: 59px;
}

.widget.fluxkalidea .slick-next,
.grid-stack-item-content.CHQ .slick-next,
.grid-stack-item-content.LISTEARTICLE .slick-next,
.grid-stack-item-content.LOC .slick-next,
.grid-stack-item-content.GRP .slick-next {
	right: 15px;
}

/* Locations - Groupes */
.grid-stack-item-content.LOC .location-item ul,
.grid-stack-item-content.GRP .groupe-item ul {
	flex-direction: column;
}

.grid-stack-item-content.LOC .location-item ul .date,
.grid-stack-item-content.GRP .groupe-item ul .date {
	color: var(--color-main);
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
}

.grid-stack-item.portlet-type-LOC .row > .col-sm-12,
.grid-stack-item.portlet-type-LOC .row > .paginateur,
.grid-stack-item.portlet-type-GRP .row > .col-sm-12,
.grid-stack-item.portlet-type-GRP .row > .paginateur {
	display: none;
}

/* Cheque */
.grid-stack-item-content.CHQ > .row > .col-sm-12,
.grid-stack-item-content.CHQ .paginateur,
.grid-stack-item-content.LISTEARTICLE > .row > .col-sm-12,
.grid-stack-item-content.LISTEARTICLE .paginateur {
    display: none;
}

.grid-stack-item-content.CHQ .cheque-item > article h3,
.grid-stack-item-content.LOC .location-item > article h3,
.grid-stack-item-content.GRP .groupe-item > article h3 {
	overflow: hidden;
}

.grid-stack-item-content.CHQ .cheque-item article ul,
.grid-stack-item-content.LISTEARTICLE .article-item article ul,
.grid-stack-item-content.LOC .location-item article ul,
.grid-stack-item-content.GRP .groupe-item article ul {
	flex-direction: column;
	gap: 30px;
}


.grid-stack-item-content.LISTEARTICLE .article-item article ul {
	flex-direction: column;
	gap: 15px;
}

.grid-stack-item-content.CHQ .cheque-item article ul li.desc,
.grid-stack-item-content.LISTEARTICLE .article-item article ul li.desc,
.grid-stack-item-content.LOC .location-item article ul li.description,
.grid-stack-item-content.GRP .groupe-item article ul li.description {
    font-size: .875rem;
    color: var(--color-gray-400);
    overflow: hidden;
    height: 67px;
	position: relative;
}

.grid-stack-item-content.CHQ .cheque-item article ul li.price {
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    color: var(--color-main);
}

/* Calendrier - newsletter */
.widget.calendrier .calendrier-liste {
    display: flex;
    flex-direction: column;
}

.widget.calendrier .calendrier-liste a.page {
    padding: 10px 0;
    color: var(--color-black);
    background-color: var(--color-white);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: background-color .1s ease-in-out;
}

.widget.calendrier .calendrier-liste a.page:not(:last-child):not(:nth-child(10)) {
    border-bottom: 1px solid var(--color-gray-100);
}

.widget.calendrier .calendrier-liste a.page:hover {
    background-color: var(--color-gray-100);
}

.widget.calendrier .calendrier-liste span.titre {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: var(--color-main) !important;
    max-height: unset !important;
    padding-top: 10px !important;
}

.widget.calendrier .calendrier-liste span.titre:first-child {
    padding-top: 0 !important;
}

.widget.calendrier .calendrier-liste a.page .date-evenement,
.widget.calendrier .calendrier-liste a.page .date-envoi {
    color: var(--color-gray-400);
    margin-right: 10px;
}

.grid-stack > .grid-stack-item[data-gs-width="1"] .widget.calendrier .calendrier-liste a.page {
    font-size: .875rem;
    padding: 3px 0;
}

.grid-stack > .grid-stack-item[data-gs-width="1"] .widget.calendrier .calendrier-liste a.page .date-evenement,
.grid-stack > .grid-stack-item[data-gs-width="1"] .widget.calendrier .calendrier-liste a.page .date-envoi {
    display: block;
    margin-right: unset;
}

.grid-stack-item-content.CAL aside.paginateur,
.grid-stack-item-content.NEW aside.paginateur {
	color: var(--color-black) !important;
	font-weight: 500 !important;
	background-color: transparent !important;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 33px;
}

.grid-stack-item-content.CAL aside.paginateur > span,
.grid-stack-item-content.NEW aside.paginateur > span {
    font-size: .875rem;
}

.grid-stack-item-content.NEW .widget.calendrier .calendrier-liste a.page:hover {
	color: var(--color-main);
}

@media (max-width: 992px) {

	.grid-stack-item-content.CAL aside.paginateur,
	.grid-stack-item-content.NEW aside.paginateur {
		position: relative !important;
		margin-bottom: -15px !important;
	}
}

.grid-stack-item-content.CAL aside.paginateur .page-prec,
.grid-stack-item-content.CAL aside.paginateur .page-sui,
.grid-stack-item-content.NEW aside.paginateur .page-prec,
.grid-stack-item-content.NEW aside.paginateur .page-sui {
	display: flex;
	width: 30px;
	height: 20px;
	color: var(--color-black);
	align-items: center;
	justify-content: center;
	transition: color .1s ease-in-out;
}

.grid-stack-item-content.CAL aside.paginateur .page-prec:hover,
.grid-stack-item-content.CAL aside.paginateur .page-sui:hover,
.grid-stack-item-content.NEW aside.paginateur .page-prec:hover,
.grid-stack-item-content.NEW aside.paginateur .page-sui:hover {
    color: var(--color-main);
}

.grid-stack-item-content.CAL aside.paginateur .icon-pageprec::before,
.grid-stack-item-content.CAL aside.paginateur .icon-pagesui::before,
.grid-stack-item-content.NEW aside.paginateur .icon-pageprec::before,
.grid-stack-item-content.NEW aside.paginateur .icon-pagesui::before {
	font-family: "FontAwesome" !important;
	font-weight: 900;
}

.grid-stack-item-content.CAL aside.paginateur .icon-pageprec::before,
.grid-stack-item-content.NEW aside.paginateur .icon-pageprec::before {
	content: "\f104" !important;
}

.grid-stack-item-content.CAL aside.paginateur .icon-pagesui::before,
.grid-stack-item-content.NEW aside.paginateur .icon-pagesui::before {
	content: "\f105" !important;
}

/* Sondage */
.widget.sondage article {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.widget.sondage .reponse-liste {
    max-height: 245px;
    overflow-y: auto;
}

.widget.sondage blockquote {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    font-size: 1.2rem !important;
    font-weight: 700;
    line-height: 1.1;
}

.widget.sondage article .prt-o-btn.--primary {
    margin: unset !important;
}

/* Loader */
.message-info.boite-info > i {
    color: var(--color-main) !important;
    font-size: 1.5rem !important;
}

.smart-accueil .message-info.boite-info > i,
.smart-accueil .message-info.boite-info > span,
.grid-stack > .grid-stack-item > .grid-stack-item-content.TRO .message-info.boite-info > i,
.grid-stack > .grid-stack-item > .grid-stack-item-content.DOC .message-info.boite-info > i,
.grid-stack > .grid-stack-item > .grid-stack-item-content.MET .message-info.boite-info > i,
.grid-stack > .grid-stack-item > .grid-stack-item-content.TRO .message-info.boite-info > span,
.grid-stack > .grid-stack-item > .grid-stack-item-content.DOC .message-info.boite-info > span,
.grid-stack > .grid-stack-item > .grid-stack-item-content.MET .message-info.boite-info > span {
    color: var(--color-white) !important;
}

.message-info.boite-info > i::before {
    content: "\f1ce" !important;
}

[id^="orderSpinner_"] {
    width: auto !important;
    margin: unset !important;
    padding-left: 7px;
}

[id^="orderSpinner_"] > div > *,
.spinner > div > * {
    display: none;
}

@keyframes rotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

[id^="orderSpinner_"] > div::before,
.spinner > div::before {
    font-family: "FontAwesome";
    content: "\f1ce";
    display: inline-block;
    font-size: .875rem;
    animation: rotate 2s linear infinite;
}

#spinnerFileAttente {
    float: none !important;
    margin: unset !important;
    position: absolute;
}

/* Youtube */
.grid-stack > .grid-stack-item > .grid-stack-item-content.VID {
    overflow: hidden !important;
}

/* Fil d'ariane */
section#filariane {
    margin-left: unset !important;
    margin-right: unset !important;
    margin-bottom: 15px !important;
	border: none;
	background-color: var(--color-gray-100);
}

ul.fil-ariane {
    font-family: "Roboto" !important;
    font-size: .875rem !important;
    padding: 15px 0 !important;
}

@media (min-width: 992px) {

    section#filariane {
        margin-bottom: 30px !important;
    }

    ul.fil-ariane {
        padding: 20px 0 !important;
    }
}

ul.fil-ariane > li {
    text-transform: none;
    color: var(--color-black);
    font-weight: normal;
    display: inline-block;
    padding: 2px 0;
}

@media (max-width: 992px) {

    ul.fil-ariane {
        padding: 10px 0 !important;
    }
}

ul.fil-ariane > li a {
    font-weight: 500 !important;
    color: var(--color-black) !important;
}

ul.fil-ariane > li a:hover,
ul.fil-ariane > li a:focus {
    color: var(--color-main) !important;
}

ul.fil-ariane > li.active {
    font-weight: normal !important;
}

ul.fil-ariane > li span.divider {
    font-size: 0;
}

ul.fil-ariane > li span.divider::before {
    font-family: "FontAwesome";
    content: "\f105";
    display: inline-block;
    font-size: .875rem;
    font-weight: 900;
}

/* Page article */
#page-article,
#page-article-content {
    padding: unset !important;
}

#page-article article {
    overflow: unset !important;
}

#page-article #page-article-content .visuel {
    width: unset !important;
    height: 230px !important;
    overflow: unset !important;
    margin: 0 0 15px !important;
    max-width: unset;
}

#page-article-content .texte img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 992px) {

    #page-article #page-article-content .visuel {
        margin: 0 -15px 15px !important;
    }
}

#page-article #page-article-content .visuel > img {
    object-fit: cover !important;
    background-color: var(--color-gray-100);
}

@media (min-width: 992px) {

    #page-article #page-article-content .visuel {
        height: 330px !important;
    }

    #page-article #page-article-content .texte {
        margin-bottom: 45px;
    }
}

#page-article #page-article-entete {
    padding-left: unset !important;
    padding-right: unset !important;
    margin-bottom: 15px !important;
    flex-direction: column !important;
    align-items: unset !important;
}

#page-article #page-article-entete .titre {
    font-weight: 700 !important;
    font-size: 1.7rem !important;
    margin-bottom: 15px;
}

#page-article #page-article-entete .date-publication {
    font-size: 1rem !important;
    margin-top: unset !important;
    margin-bottom: 10px !important;
    clear: unset !important;
    color: var(--color-gray-400);
}

@media (min-width: 992px) {

    #page-article #page-article-entete .titre {
        font-size: 2.2rem !important;
    }
}

#page-article #page-article-entete .date-publication > span {
    font-size: 0;
}

#page-article #page-article-entete .date-publication > span:first-of-type::before,
#page-article #page-article-entete .date-publication > span:last-of-type::before {
    display: inline-flex;
    font-family: "FontAwesome";
    font-size: 1.2rem;
    color: var(--color-main);
    margin-right: 7px;
    font-weight: 400;
}

#page-article #page-article-entete .date-publication > span:not(:first-of-type) {
    margin-left: 10px;
}

#page-article #page-article-entete .date-publication > span:only-child::before,
#page-article #page-article-entete .date-publication > span:first-of-type::before,
#page-article #page-article-entete .date-publication > span:first-of-type:only-child::before {
    content: "\f133";
}

#page-article #page-article-entete .date-publication > span:last-of-type::before {
    content: "\f007";
}

#page-article #page-article-entete aside.action ol li i {
    font-size: 1rem !important;
    vertical-align: unset !important;
    display: inline-flex;
}

#page-article #page-article-entete aside.action ol li i.icon-nbcomment::before,
#page-article #page-article-entete aside.action ol li i.icon-nbjaime::before {
    font-family: "FontAwesome" !important;
    color: var(--color-main) !important;
    margin-left: unset !important;
    margin-right: 7px !important;
    width: auto !important;
    font-size: 1.2rem;
}

#page-article #page-article-entete aside.action ol li i.icon-nbcomment:hover::before,
#page-article #page-article-entete aside.action ol li i.icon-nbjaime:hover::before {
    color: var(--color-main) !important;
}

#page-article #page-article-entete aside.action ol li i.icon-nbcomment::before {
    content: "\f0e5" !important;
}

#page-article #page-article-entete aside.action ol li i.icon-nbjaime::before {
    content: "\f087" !important;
}

#page-article #page-article-entete i > .index {
    color: var(--color-gray-400) !important;
    background-color: var(--color-white) !important;
    position: static !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    width: auto !important;
    height: auto !important;
    line-height: unset !important;
    padding-top: unset !important;
    display: inline-flex;
    transition: color .1s ease-in-out;
}

#page-article #page-article-entete .action a:hover i > .index {
    color: var(--color-black) !important;
}

#page-article #page-article-entete i > .index::after {
    content: ")";
}

#page-article #page-article-entete i.icon-nbcomment > .index::before {
    content: "Commentaires (";
}

#page-article #page-article-entete i.icon-nbjaime > .index::before {
    content: "J'aime (";
}

#page-article aside.action {
    padding: unset !important;
    margin-bottom: 15px !important;
    height: auto !important;
    display: unset !important;
    float: unset !important;
}

aside.action ol {
    display: flex;
    gap: 15px;
}

aside.action ol li {
    display: inline-flex !important;
}

aside.action ol li:first-child {
    order: 2;
}

aside.action ol li:last-child {
    display: none !important;
}

/* Documents associés */
#page-article-content #document-attache:last-child {
    display: none !important;
}

#page-article-content .texte + #document-attache {
    display: block !important;
}

#page-article-content #document-attache {
    margin-bottom: 15px;
}

#page-article-content #document-attache h4 {
    text-transform: none;
    font-size: 1.2rem;
    border: none;
}

/* Commentaires */
#sectioncommentaires .commentaires #SaisieCommentaire {
    margin-bottom: unset !important;
}

@media (max-width: 992px) {

    #sectioncommentaires .commentaires #SaisieCommentaire {
        margin-left: -15px;
        margin-right: -15px;
    }
}

#sectioncommentaires .commentaires .widget-label {
    text-transform: lowercase;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: unset;
}

#sectioncommentaires .commentaires .widget-label:first-letter {
    text-transform: uppercase;
}

#sectioncommentaires .commentaires .ajout-commentaire {
    background-color: var(--color-gray-100);
    padding: 15px 15px 25px;
}

@media (min-width: 992px) {

    #sectioncommentaires .commentaires .ajout-commentaire {
        border-radius: var(--border-radius);
    }
}

#sectioncommentaires .commentaires .ajout-commentaire > label {
    color: var(--color-black) !important;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.ajout-commentaire .action-commentaire {
    gap: 10px;
    margin-top: 20px;
}

.ajout-commentaire .action-commentaire label {
    margin-right: unset !important;
    float: unset !important;
    margin-top: unset !important;
    gap: 5px;
}

.ajout-commentaire .action-commentaire label > span {
    font-size: 0 !important;
}

.ajout-commentaire .action-commentaire label > span::before {
    content: "Masquer le nom";
    font-size: .875rem;
}

#sectioncommentaires .commentaires .ajout-commentaire input[type=checkbox] {
    margin: 0;
    flex: 0 0 20px;
}

#sectioncommentaires .commentaires .article-detail-commentaire {
    padding-left: unset !important;
}

#sectioncommentaires .commentaires ul.liste-commentaires {
    margin: 15px 0 !important;
    display: inline-flex !important;
    flex-direction: column;
    align-items: baseline;
    gap: 15px;
}

@media (min-width: 992px) {

    #sectioncommentaires .commentaires ul.liste-commentaires {
        margin: 60px 0 30px !important;
    }

    #sectioncommentaires .commentaires .ajout-commentaire {
        padding: 30px;
    }
}

#sectioncommentaires .commentaires ul.liste-commentaires li .message-commentaire {
    width: auto !important;
    font-size: .9375rem;
}

#sectioncommentaires .commentaires ul.liste-commentaires li {
    margin-bottom: unset !important;
    padding: 15px !important;
    border: none !important;
    background-color: var(--color-gray-100);
    border-radius: var(--border-radius);
}

#sectioncommentaires .commentaires ul.liste-commentaires li .infos-commentaire {
    font-size: 0 !important;
    line-height: unset !important;
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 10px;
}

#sectioncommentaires .commentaires ul.liste-commentaires li .utilisateur-commentaire,
#sectioncommentaires .commentaires ul.liste-commentaires li .date-commentaire {
    font-size: .9375rem !important;
}

#sectioncommentaires .commentaires ul.liste-commentaires li .utilisateur-commentaire {
    font-weight: 700 !important;
}

#sectioncommentaires .commentaires ul.liste-commentaires li .date-commentaire {
    color: var(--color-gray-400) !important;
}

/* Page trombinoscope */

@media (min-width: 992px) {

    #page-trombinoscope > form > .col-md-4 {
        width: 25%;
    }

    #page-trombinoscope > form > .col-md-8 {
        width: 75%;
    }
}

#page-trombinoscope .trombinoscope {
    padding-bottom: unset;
    margin-left: -15px;
    margin-right: -15px;
}

#page-trombinoscope .trombinoscope > .col-lg-4 {
    width: 100%;
}

#page-trombinoscope #page-trombinoscope-droite h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 30px;
}

@media (min-width: 992px) {

    #page-trombinoscope #page-trombinoscope-droite h4 {
        margin-top: 0;
        font-size: 1.8rem;
    }
}

#page-trombinoscope .trombinoscope .fiche {
    background-color: var(--color-white);
    margin-bottom: 45px;
}

#page-trombinoscope .trombinoscope .fiche figure {
    display: flex;
    width: 120px;
    height: 120px;
    flex: 0 0 120px;
    margin: unset;
    position: unset;
    cursor: default;
}

#page-trombinoscope .trombinoscope .fiche figure > img {
    max-height: unset;
    margin: unset;
    text-indent: -9999px;
}

#page-trombinoscope .trombinoscope .fiche .thumbnail {
    height: unset;
    padding: unset;
    border: unset;
    position: unset;
    overflow: unset;
    margin-bottom: unset;
    display: flex;
    align-items: center;
    gap: 15px;
}

#page-trombinoscope .trombinoscope .paginateur {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}

#page-trombinoscope .trombinoscope .paginateur .lastpage {
	order: 5;
}

#page-trombinoscope .trombinoscope .paginateur .nextpage {
	order: 4;
}

#page-trombinoscope .trombinoscope .paginateur .firstpage {
	order: 1;
}

#page-trombinoscope .trombinoscope .paginateur .prevpage {
	order: 2;
}

#page-trombinoscope .trombinoscope .paginateur .nbpage {
	font-size: 1rem;
	order: 3;
}

#page-trombinoscope .trombinoscope .paginateur button,
#page-trombinoscope .trombinoscope .paginateur span {
	color: var(--color-black);
}

#page-trombinoscope .trombinoscope .paginateur::before,
#page-trombinoscope .trombinoscope .paginateur::after {
	content: none;
}

@media (min-width: 992px) {

    #page-trombinoscope .trombinoscope .fiche .thumbnail {
        gap: 30px;
    }

    #page-trombinoscope .trombinoscope .fiche figure {
        width: 190px;
        height: 190px;
        flex: 0 0 190px;
    }

    #page-trombinoscope .trombinoscope .fiche {
        margin-bottom: 60px;
    }
}

#page-trombinoscope .trombi-fiche-detail {
    overflow-y: unset;
    position: unset;
    top: unset;
    right: unset;
    background-color: unset;
    width: unset;
    height: unset;
    padding: unset;
    color: unset;
    margin: unset;
    order: 2;
    display: flex;
    flex-direction: column;
    gap: 5px;
    transition: none;
}

#page-trombinoscope .trombi-fiche-detail dt strong {
    color: var(--color-black);
    font-size: 1.2rem;
}

#page-trombinoscope .trombi-fiche-detail dt.phone,
#page-trombinoscope .trombi-fiche-detail dt.email {
    display: flex;
    align-items: center;
    gap: 7px;
}

#page-trombinoscope .trombi-fiche-detail dt.phone::before,
#page-trombinoscope .trombi-fiche-detail dt.email::before {
    font-family: "FontAwesome";
    color: var(--color-black);
    font-size: 1.1rem;
    width: 17px;
    text-align: center;
}

#page-trombinoscope .trombi-fiche-detail dt.phone::before {
    content: "\f095";
}

#page-trombinoscope .trombi-fiche-detail dt.email::before {
    content: "\f003";
}

#page-trombinoscope .trombi-fiche-detail dt:not(:empty) {
    color: var(--color-gray-400);
    font-size: .9375rem;
    background-color: transparent;
    margin-bottom: unset;
    border: none;
    padding: 0;
    line-height: 1;
}

#page-trombinoscope #page-trombinoscope-gauche {
    background-color: var(--color-gray-100);
    padding: 15px;
    border-radius: var(--border-radius);
    margin-bottom: 15px;
}

#page-trombinoscope #page-trombinoscope-gauche .well {
    padding: unset;
    border-radius: unset;
    min-height: unset;
    margin-bottom: unset;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

#page-trombinoscope #page-trombinoscope-gauche #filtresCOM,
#page-trombinoscope #page-trombinoscope-gauche #filtresCOM #checkboxes-fam {
    display: flex;
    flex-direction: column;
}

#page-trombinoscope #page-trombinoscope-gauche #filtresCOM #checkboxes-fam .radio label, .checkbox label {
    font-weight: 500;
    font-size: .875rem;
}

#page-trombinoscope #page-trombinoscope-gauche #filtresCOM #BTN_RECALCUL::before {
    content: "Filtrer";
}

#page-trombinoscope #page-trombinoscope-gauche #filtresCOM .col-sm-12,
#page-trombinoscope #page-trombinoscope-gauche #filtresCOM #checkboxes-fam > .col-sm-11 {
    padding-left: unset;
    padding-right: unset;
    width: auto;
}

#page-trombinoscope #page-trombinoscope-gauche #filtresCOM > .form-group,
#page-trombinoscope #page-trombinoscope-gauche #filtre-critereMedia > .form-group {
    margin-left: unset;
    margin-right: unset;
}

#page-trombinoscope #page-trombinoscope-gauche #filtre-critereMedia .control-label {
    padding: unset !important;
    text-align: left;
    text-transform: none !important;
    color: var(--color-black) !important;
    font-weight: 500;
}

#page-trombinoscope #page-trombinoscope-gauche #filtre-critereMedia .control-label.col-sm-11 {
    font-size: 1rem !important;
}

#page-trombinoscope #page-trombinoscope-gauche #filtre-critereMedia .control-label.col-sm-12 {
    display: none;
}

#page-trombinoscope .trombinoscope .fiche .thumbnail > p,
#page-trombinoscope .trombinoscope .fiche .thumbnail > .caption,
#page-trombinoscope .trombi-fiche-detail > .clearfix,
#page-trombinoscope .trombinoscope .fiche figure > div,
#page-trombinoscope #page-trombinoscope-gauche #filtresCOM #BTN_RECALCUL > i {
    display: none;
}

@media (min-width: 992px) {

    #page-trombinoscope .trombinoscope > .col-lg-4 {
        width: 50%;
    }

    #page-trombinoscope .trombi-fiche-detail {
        gap: 10px;
        width: 280px;
    }
}

/* Page liste article */
#page-article-multiple1 #page-article-multiple > .row {
    display: none
}

#page-article-multiple1 #page-article-multiple > .liste-article-wrapper {
    display: block !important;
}

#page-article-multiple1 h1 {
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: lowercase;
}

#page-article-multiple1 h1:first-letter {
    text-transform: uppercase;
}

#page-article-multiple1 #page-article-multiple {
    margin-left: -15px;
    margin-right: -15px;
}

#page-article-multiple1 #page-article-multiple .col-xs-12 {
    margin-bottom: 30px;
}

#page-article-multiple1 #page-article-multiple > .liste-article-wrapper .liste-article {
    background-color: var(--color-white);
    border: 1px solid var(--color-gray-100);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
}

#page-article-multiple1 #page-article-multiple > .liste-article-wrapper .liste-article figure,
#ListeArticlesTrouves .visuel,
[id^="collapseActivite"] .page-groupe-liste .page-groupe-liste-item .col-lg-3 {
    height: 200px;
    overflow: hidden;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}

#page-article-multiple1 #page-article-multiple > .liste-article-wrapper .liste-article figure > img,
#ListeArticlesTrouves .visuel > img,
[id^="collapseActivite"] .page-groupe-liste .page-groupe-liste-item img {
    transition: transform .2s ease-in-out;
}

#page-article-multiple1 #page-article-multiple > .liste-article-wrapper .liste-article:hover figure > img,
#ListeArticlesTrouves:hover .visuel > img,
[id^="collapseActivite"] .page-groupe-liste .page-groupe-liste-item:hover img {
    transform: scale(1.2);
}

#page-article-multiple1 #page-article-multiple > .liste-article-wrapper .liste-article ul {
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    list-style: none;
    display: inline-flex;
    gap: 15px;
}

#page-article-multiple1 #page-article-multiple > .liste-article-wrapper .liste-article li {
    color: var(--color-gray-400);
    display: flex;
    gap: 7px;
    align-items: center;
    font-size: .9375rem;
}

#page-article-multiple1 #page-article-multiple > .liste-article-wrapper .liste-article li i {
    color: var(--color-main);
    font-size: 1.2rem;
}

#page-article-multiple1 #page-article-multiple > .liste-article-wrapper .liste-article h2 {
    font-size: 1.3rem;
    line-height: 1.2;
    padding: 0 15px;
    color: var(--color-black);
    margin-top: 0;
    margin-bottom: 15px;
	transition: color .1s ease-in-out;
}

#page-article-multiple1 #page-article-multiple > .liste-article-wrapper .liste-article h2:hover {
	color: var(--color-main);
}

#page-article-multiple1 #page-article-multiple > .liste-article-wrapper .liste-article p {
    padding: 0 15px;
}

#page-article-multiple1 #page-article-multiple > .liste-article-wrapper .liste-article p,
#ListeArticlesTrouves p.amorce,
[id^="collapseActivite"] .item-groupe-chapeau.texte {
    font-size: .9375rem;
    color: var(--color-gray-400);
    margin-bottom: 15px;
    height: 70px;
    overflow: hidden;
    position: relative;
}

#page-article-multiple1 #page-article-multiple > .liste-article-wrapper .liste-article p::after,
#article-mediatheque #ListeMedia .media-card .media-vignette-content .synopsis::after,
#DossierPrestations .BlocCreerDossierPrestation .detail p::after,
#page-location #ListeLocation .article-location-multiple .description::after,
#page-groupe #liste-produit-groupe .item-groupe-description::after,
.grid-stack-item-content.CHQ .cheque-item article ul li.desc::after,
.grid-stack-item-content.LOC .location-item article ul li.description::after,
#ListeArticlesTrouves p.amorce::after,
[id^="collapseActivite"] .item-groupe-chapeau.texte::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background: linear-gradient(to bottom, transparent, white);
}

@media (min-width: 992px) {

    #page-article-multiple1 #page-article-multiple .col-xs-12 {
        margin-bottom: 45px;
    }

    #page-article-multiple1 #page-article-multiple > .liste-article-wrapper .liste-article figure {
        height: 120px;
    }

    #page-article-multiple1 #page-article-multiple > .liste-article-wrapper .liste-article ul {
        padding: 0 25px;
    }

    #page-article-multiple1 #page-article-multiple > .liste-article-wrapper .liste-article h2 {
        padding: 0 25px;
        height: 50px;
        overflow: hidden;
    }

    #page-article-multiple1 #page-article-multiple > .liste-article-wrapper .liste-article p {
        padding: 0 25px;
        margin-bottom: 25px;
    }
}

/* Page vente */
#page-vente {
    padding: unset;
    background-color: transparent;
}

#page-vente article > h4 {
    font-size: 1.8rem;
    font-weight: 700;
}

#page-vente article > form {
    background-color: var(--color-gray-100);
    padding: 15px;
    border-radius: var(--border-radius);
	margin-bottom: 30px !important;
}

#page-vente #liste-article-vignette-vente .card-ventes {
    padding: 0;
    border: 1px solid var(--color-gray-100);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    margin-bottom: unset;
    height: auto;
    overflow: hidden;
}

#page-vente .card-ventes .visuel {
	height: 220px;
}

@media (min-width: 992px) {

	#page-vente .card-ventes .visuel {
		height: 180px;
	}

	#page-vente #liste-article-vignette-vente .card-ventes {
		height: 337px;
	}

	#page-vente #liste-article-vignette-vente .categorie-title,
	#page-vente #liste-article-vignette-vente .categorie-descriptif,
	#page-vente #liste-article-vignette-vente ul.tarification:not([style]),
	#page-vente #liste-article-vignette-vente ul.tarification[style] + div,
	#page-vente #liste-article-vignette-vente ul.tarification[style] {
		transform: translateY(0);
		transition: transform .1s ease-in-out;
	}

	#page-vente #liste-article-vignette-vente .card-ventes:hover .categorie-title,
	#page-vente #liste-article-vignette-vente .card-ventes:hover .categorie-descriptif,
	#page-vente #liste-article-vignette-vente .card-ventes:hover ul.tarification:not([style]),
	#page-vente #liste-article-vignette-vente .card-ventes:hover ul.tarification[style] + div,
	#page-vente #liste-article-vignette-vente .card-ventes:hover ul.tarification[style] {
		transform: translateY(-75px);
	}
}

#page-vente #liste-article-vignette-vente .categorie-title,
.grid-stack-item-content.COMMANDE_ART .widget.ventes .categorie-title {
	justify-content: flex-start;
	font-size: 1.2rem;
	height: 70px;
	padding: 23px 15px 0;
	font-weight: 500;
	background-color: var(--color-white);
	align-items: baseline;
	white-space: normal;
	border-top: 1px solid var(--color-gray-100);
}

#page-vente #liste-article-vignette-vente .categorie-descriptif {
	color: var(--color-gray-400);
	justify-content: flex-start;
	font-size: .875rem;
	padding: 0 15px;
	background-color: var(--color-white);
	align-items: baseline;
	top: -1px;
	position: relative;
}

.grid-stack-item-content.COMMANDE_ART .widget.ventes {
	background-color: var(--color-white);
	box-shadow: var(--box-shadow);
	border-radius: var(--border-radius);
	border: 1px solid var(--color-gray-100);
}

.grid-stack-item-content.COMMANDE_ART .widget.ventes .descriptif {
    display: none;
}

#page-vente .card-ventes .col-sm-12 > :not(article),
.grid-stack-item-content.COMMANDE_ART .widget.ventes .col-sm-12 > :not(article),
.grid-stack-item-content.COMMANDE_ART .widget.ventes article .tarification {
    padding: 15px !important;
    margin: unset !important;
    position: relative;
}

#page-vente .card-ventes ul.tarification,
.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification {
	justify-content: space-between;
}

#page-vente .card-ventes ul.tarification li,
.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification li {
	flex-flow: unset;
	margin: unset;
	min-height: unset;
}

#page-vente .card-ventes ul.tarification li.sub-empty,
#page-vente .card-ventes ul.tarification li.sub-non-dispo {
	background-color: var(--color-gray-300);
	padding: 2px 6px;
	border-radius: 2px;
	top: -145px;
    right: 15px;
    position: absolute;
}

#page-vente .card-ventes ul.tarification li.sub-empty > div {
	font-size: 0;
}

#page-vente .card-ventes ul.tarification li.sub-empty > div::before {
	content: "Subvention épuisée";
	font-size: .875rem;
	font-weight: 500;
	color: var(--color-white);
}

#page-vente .card-ventes ul.tarification li.sub-non-dispo > .prix {
	font-size: .875rem;
	font-weight: 500;
	color: var(--color-white);
}

#page-vente #liste-article-vignette-vente ul.tarification:not([style]) li .label,
#page-vente #liste-article-vignette-vente ul.tarification[style] .tarif.final .label,
.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification:not([style]) li .label,
.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification[style] .tarif.final .label,
#page-vente .card-ventes ul.tarification li.sub-non-dispo > span {
	display: none;
}

#page-vente #liste-article-vignette-vente ul.tarification[style],
.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification[style] {
	border: none !important;
	padding: 0 !important;
	height: 5px;
}

#page-vente #liste-article-vignette-vente ul.tarification[style] .tarif.sub,
#page-vente #liste-article-vignette-vente ul.tarification[style] .tarif.final,
.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification[style] .tarif.sub,
.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification[style] .tarif.final,
.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification[style] .tarif.sub-ok,
.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification[style] .tarif.non-rules {
	position: absolute;
}

#page-vente #liste-article-vignette-vente ul.tarification[style] .tarif.sub {
	top: -169px;
}

.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification[style] .tarif.sub,
.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification[style] .tarif.sub-ok,
.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification[style] .tarif.non-rules {
	top: -135px;
}

#page-vente #liste-article-vignette-vente ul.tarification[style] .tarif.sub,
.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification[style] .tarif.sub,
.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification[style] .tarif.sub-ok,
.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification[style] .tarif.non-rules {
    right: 15px;
}

#page-vente #liste-article-vignette-vente ul.tarification[style] .tarif.sub,
.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification[style] .tarif.sub {
	border: 1px solid var(--color-main);
    background-color: var(--color-white);
    border-radius: 2px;
	height: 22px;
}

#page-vente #liste-article-vignette-vente ul.tarification[style] .tarif.final,
.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification[style] .tarif.final {
	top: -37px;
	left: 50%;
	transform: translateX(-50%);
}

#page-vente #liste-article-vignette-vente ul.tarification[style] .tarif.sub .label,
.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification[style] .tarif.sub .label,
.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification[style] .tarif.sub-ok .public {
	font-weight: 500;
    background-color: var(--color-main);
    font-size: .875rem;
    color: var(--color-white);
    padding: 4px 6px;
}

#page-vente #liste-article-vignette-vente ul.tarification[style] .tarif.sub .label,
.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification[style] .tarif.sub .label {
    border-radius: 2px 0 0 2px;
}

.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification[style] .tarif.sub-ok .public {
    border-radius: 2px;
}

#page-vente #liste-article-vignette-vente ul.tarification[style] .tarif.sub .reduction,
.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification[style] .tarif.sub .reduction {
	font-weight: 500;
	color: var(--color-main);
	font-size: .875rem;
	padding: 4px 6px;
}

#page-vente .card-ventes ul.tarification li .public,
.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification li .public,
#page-vente #liste-article-vignette-vente ul.tarification[style] .tarif.final .reduit,
.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification li .reduit {
	color: var(--color-main);
	font-size: 1.2rem;
	font-weight: 700;
}

#page-vente .card-ventes ul.tarification li .barre,
.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification li .barre {
	color: var(--color-gray-400);
	font-size: 1rem;
	font-weight: 500;
	line-height: 23px;
}

#page-vente .card-ventes ul.tarification .non-sub,
.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification .non-sub {
	display: none;
}

#page-vente #liste-article-vignette-vente ul.tarification:not([style]) li .barre,
.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification li .barre {
	top: 0;
	position: relative;
}

.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification li.non-rules .reduit {
	font-size: 0;
    background-color: var(--color-gray-300);
	border-radius: 2px;
    padding: 4px 6px;
}

.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification li.non-rules .reduit::before {
	content: "Commande impossible";
	font-size: .875rem;
	font-weight: 500;
    color: var(--color-white);
}

.grid-stack-item-content.COMMANDE_ART .widget.ventes ul.tarification li.non-rules .reduit::after {
	font-family: "FontAwesome";
	content: "\f05a";
	display: inline-block;
	font-size: .875rem;
	color: var(--color-white);
	margin-left: 7px;
}

#page-vente .card-ventes .col-md-12 > div[style] .Vert,
#page-vente .card-ventes .col-md-12 > div[style] .Orange,
#page-vente .card-ventes .col-md-12 > div[style] .Rouge,
.grid-stack-item-content.COMMANDE_ART .widget.ventes .col-md-12 > div[style] .Vert,
.grid-stack-item-content.COMMANDE_ART .widget.ventes .col-md-12 > div[style] .Orange,
.grid-stack-item-content.COMMANDE_ART .widget.ventes .col-md-12 > div[style] .Rouge {
	font-weight: 500;
	position: absolute;
	display: block;
	font-size: .7rem;
	top: -2px;
}

#page-vente .card-ventes .col-md-12 > div[style] .Vert,
.grid-stack-item-content.COMMANDE_ART .widget.ventes .col-md-12 > div[style] .Vert {
    color: var(--color-green);
}

#page-vente .card-ventes .col-md-12 > div[style] .Orange,
.grid-stack-item-content.COMMANDE_ART .widget.ventes .col-md-12 > div[style] .Orange {
	color: var(--color-main);
}

#page-vente .card-ventes .col-md-12 > div[style] .Rouge,
.grid-stack-item-content.COMMANDE_ART .widget.ventes .col-md-12 > div[style] .Rouge {
	color: var(--color-red);
}

#page-vente .card-ventes .descriptif .prt-o-btn.--phantom  {
    border: none;
    background: none;
}

#page-vente .card-ventes .descriptif .prt-o-btn.--phantom > i {
    color: var(--color-main);
}

#page-vente .card-ventes .descriptif .prt-o-btn.--phantom:hover {
    border-color: var(--color-white);
}

#page-vente .card-ventes .tarification .prt-o-btn.--phantom {
	border: 1px solid var(--color-main);
	background-color: var(--color-main);
	border-radius: 2px;
	font-size: 0;
	padding: 2px 6px;
	top: -168px;
	right: 15px;
	position: absolute;
}

#page-vente .card-ventes .tarification .prt-o-btn.--phantom > i {
    font-size: .75rem;
    margin-left: 7px;
    color: var(--color-white);
    transform: rotate(0deg);
    transition: transform .4s ease-in-out;
}

#page-vente .card-ventes .tarification .prt-o-btn.--phantom:hover > i {
    transform: rotate(180deg);
}

#page-vente .card-ventes .tarification .prt-o-btn.--phantom::before {
    content: "Calculer subvention";
    font-size: .875rem;
    font-weight: 500;
    color: var(--color-white);
	line-height: 16.67px;
}

#page-vente .card-ventes .col-md-12 > div[style] > div.input-group,
.grid-stack-item-content.COMMANDE_ART .widget.ventes .col-md-12 > div[style] > div.input-group {
    flex: 0 0 100% !important;
    display: flex;
    gap: 15px;
}

#page-vente .card-ventes .col-md-12 > div[style] > div.input-group .input-group-btn,
.grid-stack-item-content.COMMANDE_ART .widget.ventes .col-md-12 > div[style] > div.input-group .input-group-btn  {
    width: auto;
    flex-basis: 100%;
    display: flex;
}

#page-vente .card-ventes .col-md-12 > div[style] > div .btn-warning,
.grid-stack-item-content.COMMANDE_ART .widget.ventes .col-md-12 > div[style] > div .btn-warning {
    font-size: 0;
    flex-basis: 100%;
}

#page-vente #liste-article-vignette-vente > .col-md-3 {
    margin-bottom: 30px
}

:not(#formPaginationVentes) > #filtre-critereMedia {
    background-color: var(--color-gray-100);
    border-radius: var(--border-radius);
    padding: 15px;
}

#filtre-critereMedia {
    border: none !important;
    margin-bottom: 15px;
}

#filtre-critereMedia::before {
    content: "Recherche";
    display: inline-flex;
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 700;
}

#filtre-critereMedia > div:first-child {
    position: relative;
}

#filtre-critereMedia > div:first-child .form-control {
    flex: unset !important;
    margin-bottom: 15px;
}

#filtre-critereMedia > div:first-child #pBtnValidation {
    position: absolute;
    top: 0;
    right: 0;
}

#filtre-critereMedia .text-danger,
#page-trombinoscope #page-trombinoscope-gauche #filtresCOM #erreurSelection .text-danger {
    color: var(--color-red);
    font-size: .875rem;
}

@media (min-width: 992px) {

    #page-vente #liste-article-vignette-vente > .col-md-3 {
        width: 33.3333%;
    }

    #page-vente #formPaginationVentes {
        width: 25%;
        float: left;
        padding-right: 15px;
    }

    #page-vente #liste-article-vignette-vente {
        width: calc(75% + 30px);
        float: left;
        padding-left: 30px;
    }
}

/* Page panier */
#page-paniers {
    padding: unset;
    background: none;
    border-radius: unset;
}

#page-paniers #page-paniers-entete h4 {
    font-size: 1.8rem;
    font-weight: 700;
}

#page-paniers .panier-activite {
    background-color: var(--color-white);
    border: 1px solid var(--color-gray-100);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    padding-bottom: 15px
}

#page-paniers .panier-activite > form {
    text-align: right;
    margin: 5px;
}

#page-paniers .table {
    font-size: .875rem;
}

#page-paniers .table h5 {
    font-size: 1.6rem;
}

#page-paniers .table h5 strong {
    font-weight: 500;
}

#page-paniers .table > thead > tr {
    background: none !important;
}

#page-paniers .table > thead > tr > th {
    border: none;
}

#page-paniers .table > thead > tr > th:last-child {
    padding: 0;
}

#page-paniers .table > thead > tr > th:last-child a {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: .875rem;
    color: var(--color-gray-400) !important;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

#page-paniers .table > thead > tr > th:last-child a:hover {
    color: var(--color-main) !important;
}

#page-paniers .table > thead > tr > th:last-child a::after {
    font-family: "FontAwesome";
    content: "\f1f8";
    font-size: 1.2rem;
}

#page-paniers .table > thead > tr[style] > th {
    font-size: .75rem;
    font-weight: 400;
    color: var(--color-gray-400);
}

#page-paniers .table td {
    border-bottom: 1px solid var(--color-white);
    border-top: none;
}

#page-paniers .table tbody tr[id] td {
    border-bottom: 1px solid var(--color-gray-100);
}

#page-paniers .table tbody tr:nth-last-child(2) .table {
    margin-top: 30px;
}

#page-paniers .table td.quantite:last-child,
#page-paniers .table td[id].mnt-euro {
    width: 40px;
}

#page-paniers tbody tr td:not([class]) {
    font-size: 1rem;
    font-weight: 500;
}

#page-paniers tbody tr td.quantite:last-child {
    text-align: right;
}

#page-paniers tbody tr td.quantite .prt-o-btn.--phantom > i {
    color: var(--color-gray-400);
    font-size: 1.2rem;
    transition: color .1s ease-in-out;
}

#page-paniers tbody tr td.quantite .prt-o-btn.--phantom:hover,
#page-paniers tbody tr td.quantite .prt-o-btn.--phantom:focus {
    border-color: var(--color-white);
    background-color: var(--color-white);
}

#page-paniers tbody tr td.quantite .prt-o-btn.--phantom:hover > i {
    color: var(--color-main);
}

#page-paniers tbody tr[id] .prt-o-btn.--phantom {
    padding: 8px 0;
	border: none;
}

#page-paniers tbody tr[id] td:nth-child(3) {
    text-decoration: line-through;
    color: var(--color-gray-300);
}

#page-paniers tbody tr[id] td:nth-last-child(2) {
    color: var(--color-main);
    font-weight: 700 !important;
}

#page-paniers tbody tr:last-child td:first-child {
    font-weight: 400 !important;
}

#page-paniers tbody tr:last-child td:nth-child(2) {
    color: var(--color-main);
}

#page-paniers tbody tr table tr td:first-child::after {
    content: " :";
}
#page-paniers tbody tr:nth-last-child(2) td:nth-child(2) {
    color: var(--color-gray-400);
}

#page-paniers .btn-group.pull-right {
	float: none !important;
}

#page-paniers .pull-right>.dropdown-menu {
	right: auto;
	left: 0;
	border-radius: var(--border-radius);
	border: 1px solid var(--color-gray-100);
	box-shadow: var(--box-shadow);
}

#page-paniers p.alert {
	text-align: center;
	font-weight: 500;
	font-size: 1.1rem;
	padding: 0;
}

#page-paniers .panier-activite > form #helpBlock {
	text-align: left;
}

#page-paniers .panier-activite > form #helpBlock + div textarea {
	padding: 5px;
	font-size: .85rem;
	border-radius: var(--border-radius);
}

#page-paniers .panier-activite > .form-group,
#page-paniers .entete-aligne-centre:first-child,
#page-paniers tbody tr td.quantite:first-child,
#page-paniers tbody tr td.mnt-euro:last-child {
    display: none;
}

@media (max-width: 767px) {

    #page-paniers .table > thead > tr > th:last-child a {
        font-size: 0;
    }

    #page-paniers tbody tr[id] td:nth-child(2) {
        white-space: normal;
    }

    #page-paniers thead tr.info th {
        white-space: normal;
    }

    #page-paniers thead tr[style] th:nth-child(3),
    #page-paniers thead tr[style] th:nth-child(4),
    #page-paniers tbody tr td:nth-child(3),
    #page-paniers tbody tr td:nth-child(4) {
        display: none;
    }
}

/* Tunnel commande */
#tunnel-commande article > h4 {
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
    text-transform: lowercase;
    font-family: "Roboto", sans-serif;
}

#tunnel-commande article > h4:first-letter {
    text-transform: uppercase;
}

#tunnel-commande dl.tunnel-etape {
    display: flex !important;
    justify-content: center;
    text-transform: none;
    margin-bottom: 30px;
    gap: 30px;
}

@media (min-width: 992px) {

    #tunnel-commande dl.tunnel-etape {
        gap: 100px;
    }
}

#tunnel-commande dl.tunnel-etape > form {
    flex: 0 0 80px;
}

#tunnel-commande dl.tunnel-etape > form dt a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    max-width: 90px;
}

#tunnel-commande dl.tunnel-etape > form dt a::after {
    width: 30px;
    height: 30px;
    background-color: var(--color-gray-400);
    color: var(--color-white);
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

#tunnel-commande dl.tunnel-etape > form:first-child dt a::after {
    content: "1";
}

#tunnel-commande dl.tunnel-etape > form:nth-child(2) dt a::after {
    content: "2";
}

#tunnel-commande dl.tunnel-etape > form:nth-child(3) dt a::after {
    content: "3";
}

#tunnel-commande dl.tunnel-etape > form:nth-child(4) dt a::after {
    content: "4";
}

#tunnel-commande dl.tunnel-etape > form:nth-child(5) dt a::after {
    content: "5";
}

#tunnel-commande dl.tunnel-etape > form:nth-child(6) dt a::after {
    content: "6";
}

#tunnel-commande dl.tunnel-etape dt a {
    background-color: var(--color-white);
    font-size: .75rem;
    font-weight: 500;
    color: var(--color-gray-400);
    border: none;
    float: none;
    padding: 0;
}

#tunnel-commande dl.tunnel-etape dt a.courant,
#tunnel-commande dl.tunnel-etape dt a.valide {
    color: var(--color-main);
}

#tunnel-commande dl.tunnel-etape dt a.courant::after,
#tunnel-commande dl.tunnel-etape dt a.valide::after {
    background-color: var(--color-main);
}

#tunnel-commande dl.tunnel-etape dt.dt-courant::before,
#tunnel-commande dl.tunnel-etape dt.dt-courant::after,
#tunnel-commande dl.tunnel-etape dt.dt-valide::before,
#tunnel-commande dl.tunnel-etape dt.dt-valide::after{
    background-color: var(--color-main);
}

#tunnel-commande dl.tunnel-etape > form dt {
    position: relative;
    background-color: var(--color-white);
}

#tunnel-commande dl.tunnel-etape > form dt::before,
#tunnel-commande dl.tunnel-etape > form dt::after {
    content: "";
    position: absolute;
    background: var(--color-gray-400);
    height: 2px;
    width: 50px;
    top: 42px;
    z-index: 1000;
}

#tunnel-commande dl.tunnel-etape > form:first-child dt::before,
#tunnel-commande dl.tunnel-etape > form:last-child dt::after {
	content: none;
}

#tunnel-commande dl.tunnel-etape > form:first-child dt::after,
#tunnel-commande dl.tunnel-etape > form:nth-child(2) dt::after,
#tunnel-commande dl.tunnel-etape > form:nth-child(3) dt::after,
#tunnel-commande dl.tunnel-etape > form:nth-child(4) dt::after,
#tunnel-commande dl.tunnel-etape > form:nth-child(5) dt::after,
#tunnel-commande dl.tunnel-etape > form:nth-child(6) dt::after {
	left: 55px;
}

#tunnel-commande dl.tunnel-etape > form:nth-child(2) dt::before,
#tunnel-commande dl.tunnel-etape > form:nth-child(3) dt::before,
#tunnel-commande dl.tunnel-etape > form:nth-child(4) dt::before,
#tunnel-commande dl.tunnel-etape > form:nth-child(5) dt::before,
#tunnel-commande dl.tunnel-etape > form:nth-child(6) dt::before {
	left: -15px;
}

.tunnel-vente .secteur.modalite-paiement {
	margin-bottom: 20px;
}

.tunnel-vente #modalite-paiement-edition {
	margin: 0;
}

.tunnel-vente-paiement > div {
	gap: 5px;
	align-items: center;
}

.tunnel-vente-paiement > div label {
	margin: 0;
}

#tunnel-commande article > span,
#tunnel-commande .docattache h4,
#tunnel-commande span.visible-xs {
	display: none !important;
}

@media (min-width: 992px) {

    #tunnel-commande article > h4 {
        margin-top: 30px;
    }

	#tunnel-commande dl.tunnel-etape dt a {
		font-size: .875rem;
	}

	#tunnel-commande dl.tunnel-etape > form {
		flex: 0 0 90px;
	}

    #tunnel-commande dl.tunnel-etape > form dt::before,
    #tunnel-commande dl.tunnel-etape > form dt::after {
        width: 81px;
    }

	#tunnel-commande dl.tunnel-etape > form:first-child dt::after,
	#tunnel-commande dl.tunnel-etape > form:nth-child(2) dt::after,
	#tunnel-commande dl.tunnel-etape > form:nth-child(3) dt::after,
	#tunnel-commande dl.tunnel-etape > form:nth-child(4) dt::after,
	#tunnel-commande dl.tunnel-etape > form:nth-child(5) dt::after,
	#tunnel-commande dl.tunnel-etape > form:nth-child(6) dt::after {
		left: 60px;
	}

	#tunnel-commande dl.tunnel-etape > form:nth-child(2) dt::before,
	#tunnel-commande dl.tunnel-etape > form:nth-child(3) dt::before,
	#tunnel-commande dl.tunnel-etape > form:nth-child(4) dt::before,
	#tunnel-commande dl.tunnel-etape > form:nth-child(5) dt::before,
	#tunnel-commande dl.tunnel-etape > form:nth-child(6) dt::before {
		left: -50px;
	}
}

.tunnel-vente {
    background-color: var(--color-gray-100);
    border: none;
    border-radius: var(--border-radius);
    margin-bottom: 30px;
}

#tunnel-commande .docattache label {
    font-size: .875rem;
}

#tunnel-commande select.input-sm {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    line-height: 34px;
}

.tunnel-vente .table {
    font-size: .875rem;
    margin-bottom: 20px;
    border-radius: var(--border-radius);
    overflow: hidden;
    border: 15px solid var(--color-white);
}
.tunnel-vente .table thead tr {
    background-color: var(--color-white) !important;
}

.tunnel-vente .table thead tr th {
    border: none;
    color: var(--color-gray-400);
    font-weight: 400;
    font-size: .75rem;
}

.tunnel-vente .table tbody tr:last-child td,
.tunnel-vente .table tbody tr:nth-last-child(2) td {
    border-top: 1px solid var(--color-white);
}

.tunnel-vente .table tbody td {
    border-top: 1px solid var(--color-gray-100);
}

.tunnel-vente label {
    font-weight: 500;
}

@media (min-width: 992px) {

    .tunnel-vente {
        margin: 0 200px 30px;
    }
}

.tunnel-fin p {
    font-size: 1.2rem !important;
    color: var(--color-main);
    font-weight: 500;
}

#icon-confirmation {
    display: block !important;
    margin: 60px auto;
}

.confirmation-commande-btn-wrapper {
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}

.tunnel-vente legend {
	border: none;
}

.widget-label-TunelCommande {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	color: var(--color-black);
	font-size: 1.4rem;
	text-transform: none;
	padding-left: unset;
	height: unset;
	text-align: center;
	margin-bottom: 15px;
}

/* Mediateque */
#article-mediatheque > article {
	display: flex;
	flex-direction: column;
}

#article-mediatheque .validation-summary-valid,
#article-mediatheque #filtre span:last-of-type,
#article-ressources-partagees #filtre span:last-of-type {
	display: none;
}

#article-mediatheque > article > h4 {
	font-family: "Roboto", sans-serif;
	text-transform: none;
	font-weight: 700;
	font-size: 1.8rem;
}

#article-mediatheque #filtre-critereMedia {
    flex-direction: column;
    align-items: baseline;
    position: relative;
}

#article-mediatheque #filtre-critereMedia > input.form-control {
    width: 100%;
    margin-bottom: 15px;
}

#article-mediatheque #filtre-critereMedia #rechecheMedia,
#article-ressources-partagees #filtre-critereMedia #rechecheMedia {
    position: absolute;
    top: 57px;
    right: 22px;
    padding: 0;
    font-size: 0;
    background-color: var(--color-white);
    color: var(--color-black);
    border: none;
}

#article-mediatheque #filtre-critereMedia #rechecheMedia:hover,
#article-ressources-partagees #filtre-critereMedia #rechecheMedia:hover {
    background: none !important;
    border: none !important;
}

#article-mediatheque #filtre-critereMedia #rechecheMedia::before,
#article-ressources-partagees #filtre-critereMedia #rechecheMedia::before {
    font-family: "FontAwesome";
    content: "\f002";
    font-size: 1.1rem;
}

#article-mediatheque #collapseFiltreMedia > div {
    padding: unset;
    margin: unset;
    width: auto;
    border: none;
    align-items: stretch;
}

#article-mediatheque #filtre-critereMedia label input {
    width: 20px;
    height: 20px;
    min-height: unset;
}

#article-mediatheque #collapseFiltreMedia > div > div[class="type-media"] label span {
    color: var(--color-black);
    order: 2;
    margin-left: 7px;
    margin-right: 7px;
    font-weight: 500;
}

#article-mediatheque #collapseFiltreMedia > div > div[class="type-media"] > div {
    flex-flow: wrap;
}

#article-mediatheque #collapseFiltreMedia > div > div:not([class="type-media"]) input:not([type="submit"]),
#article-mediatheque #collapseFiltreMedia > div > div:not([class="type-media"]) select {
    width: 100%;
}

#article-mediatheque #collapseFiltreMedia > div > div {
    flex: 0 0 100%;
}

#article-mediatheque #collapseFiltreMedia > div > div[style] input {
    width: 20px !important;
}

#article-mediatheque #collapseFiltreMedia > div > div label {
    font-size: .875rem !important;
    font-weight: 500;
    margin-bottom: 5px;
}

#article-mediatheque #filtre {
    border: none;
	gap: 10px;
	padding: 0;
	font-size: .85rem;
	font-weight: 500;
}

#article-mediatheque #filtre select {
	margin-right: 0;
}

#article-mediatheque #filtre-critereMedia input {
	width: auto;
}

#article-mediatheque #ListeMedia .media-card {
	height: auto;
	margin: unset;
	padding: unset;
	margin-bottom: 30px;
	background-color: var(--color-white);
	border: 1px solid var(--color-gray-100);
	border-radius: var(--border-radius);
	box-shadow: var(--box-shadow);
}

#article-mediatheque #ListeMedia .media-card figure.illustration {
    flex: 0 0 100%;
    background-color: var(--color-gray-100);
    margin: unset;
    max-height: 180px;
}

#article-mediatheque #ListeMedia .media-card figure.illustration img {
    height: 180px;
}

#article-mediatheque .liste-media-wrapper > .media-card .media-vignette-content {
	order: 3;
	margin: unset;
	flex: 0 0 100%;
	padding: 15px;
	background-color: var(--color-white);
	transition: transform .1s ease-in-out;
}

#article-mediatheque .liste-media-wrapper > .media-card .prt-o-btn.--primary.reservation {
	order: 4;
	margin: 0 15px 15px !important;
	flex: 0 0 calc(100% - 30px);
}

#article-mediatheque #ListeMedia .media-card .media-vignette-content {
    position: relative;
	flex: 0 0 100%;
	gap: 5px
}

#article-mediatheque #ListeMedia .media-card .media-vignette-content .nature {
    position: absolute;
    top: -12px;
    display: flex;
    gap: 7px;
    margin: 0;
    color: unset;
    width: calc(100% - 30px);
    flex-flow: row-reverse;
}

#article-mediatheque #ListeMedia .media-card .media-vignette-content .nature .dispo-media-vert,
#article-mediatheque #ListeMedia .media-card .media-vignette-content .nature .dispo-media-rouge,
#article-mediatheque #ListeMedia .media-card .media-vignette-content .nature .type {
    padding: 3px 9px;
    font-size: .875rem;
    font-weight: 500;
    border-radius: 2px;
}

#article-mediatheque #ListeMedia .media-card .media-vignette-content .nature .dispo-media-vert,
#article-mediatheque #ListeMedia .media-card .media-vignette-content .nature .dispo-media-rouge {
    color: var(--color-white);
}

#article-mediatheque #ListeMedia .media-card .media-vignette-content .nature .dispo-media-vert {
    background-color: var(--color-green);
}

#article-mediatheque #ListeMedia .media-card .media-vignette-content .nature .dispo-media-rouge {
    background-color: var(--color-red);
}

#article-mediatheque #ListeMedia .media-card .media-vignette-content .nature .type {
	color: var(--color-black);
	background-color: var(--color-white);
	box-shadow: 0 0 1px rgba(0,0,0,.25);
}

#article-mediatheque #ListeMedia .media-card .media-vignette-content .titre {
    font-size: 1.2rem;
    text-overflow: ellipsis;
    height: 46px;
}

#article-mediatheque #ListeMedia .media-card .media-vignette-content .titre strong {
    font-weight: 500;
}

#article-mediatheque #ListeMedia .media-card .media-vignette-content .synopsis {
    font-size: .875rem;
    color: var(--color-gray-400);
    height: 70px;
    width: 100%;
    position: relative;
}

#article-mediatheque #ListeMedia .paginateur {
    display: flex;
    gap: 10px;
    padding: 0 0 15px;
    justify-content: center;
    color: var(--color-black);
    align-items: center;
	grid-column: span 3;
}

#article-mediatheque #ListeMedia .paginateur .nbpage {
    font-size: .875rem;
    float: none;
    margin: unset;
    order: 3;
    font-weight: 500;
}

#article-mediatheque .paginateur .firstpage {
    order: 1;
}

#article-mediatheque .paginateur .lastpage {
    order: 5;
}

#article-mediatheque .paginateur .prevpage {
    order: 2;
}

#article-mediatheque .paginateur .nextpage {
    order: 4;
}

#article-mediatheque #filtre #BTN_VUE_LISTE,
#article-mediatheque #filtre #BTN_VUE_VIGNETTES,
#article-mediatheque #filtre label:last-of-type {
    display: none;
}

#article-mediatheque #filtre label {
    font-size: .875rem;
    font-weight: 500;
}

#article-mediatheque #filtre select {
    padding: 8px;
    font-size: .875rem;
    border: 1px solid #ccc;
    border-radius: 4px;
	background-color: var(--color-white);
}

#article-mediatheque #filtre select:focus {
    border: 1px solid var(--color-main);
}

#article-mediatheque #filtre #BTN_VALIDER_FILTRES {
    background: var(--color-white) !important;
    border: 1px solid var(--color-gray-200) !important;
    color: var(--color-black) !important;
    font-size: .875rem;
}

#article-mediatheque #filtre #BTN_VALIDER_FILTRES i {
	transform: rotate(0deg);
	transition: transform .4s ease-in-out;
}

#article-mediatheque #filtre #BTN_VALIDER_FILTRES:hover i {
    transform: rotate(180deg);
}

#article-mediatheque #ListeMedia {
	display: block;
}

@media (min-width: 992px) {

	#article-mediatheque > article {
		flex-flow: row wrap;
		justify-content: space-between;
	}

    #article-mediatheque > article .titre {
		width: 100%;
    }

	#article-mediatheque .mediatheque-filtres {
		width: 25%;
	}

	#article-mediatheque #filtre {
		margin: 0 0 30px;
	}

	#article-mediatheque .mediatheque-resultats {
		width: calc(75% - 30px);
	}

	#article-mediatheque #ListeMedia .media-card {
		height: 337px;
	}

    #article-mediatheque .liste-media-wrapper > .media-card:hover .media-vignette-content,
    #article-mediatheque .liste-media-wrapper > .media-card:hover .prt-o-btn.--primary.reservation {
        transform: translateY(-60px);
    }

	#article-mediatheque .liste-media-wrapper {
		display: grid;
		grid-template-columns: repeat(3, 3fr);
		gap: 0px 30px;
	}
}

/* Remboursement mensuel */
body[class^="prestation-dossierremboursementmensuel"] #ligneDossier > .form-group {
	display: flex;
	flex-direction: column;
}

body[class^="prestation-dossierremboursementmensuel"] #ligneDossier > .form-group > * {
	float: none;
	width: auto;
	text-align: left;
}

body[class^="prestation-dossierremboursementmensuel"] #ligneDossier > .form-group::before,
body[class^="prestation-dossierremboursementmensuel"] #ligneDossier > .form-group::after {
	content: none;
}

body[class^="prestation-dossierremboursementmensuel"] #ligneDossier > .form-group input,
body[class^="prestation-dossierremboursementmensuel"] #ligneDossier > .form-group select {
	margin-bottom: 15px;
}

/* Page media */
#mediatheque {
	position: relative;
}

#mediatheque h4,
#mediatheque .detailsmedia ul.description-media li:first-child label {
    display: none;
}

#mediatheque > article::before,
#mediatheque > article::after {
    content: "";
    clear: both;
}

#mediatheque .detailsmedia {
    flex-flow: column-reverse;
    gap: 15px;
}

#mediatheque .detailsmedia ul.description-media li:first-child span {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}

#mediatheque .detailsmedia ul.description-media li > *:first-child {
    flex: 0 0 auto;
    font-weight: 500;
}

#mediatheque > article > div {
    margin-bottom: 30px;
}

#mediatheque > article > div.disponibilite-media {
    background-color: var(--color-gray-100);
    padding: 15px;
    border-radius: var(--border-radius);
}

#mediatheque .detailsmedia figure.illustration-media {
    flex: 0 0 100%;
    align-self: center;
    margin: unset;
}

#mediatheque .synopsis-media h5 {
    font-size: 1rem;
    border-bottom: 1px solid var(--color-gray-100);
    padding-bottom: 10px;
}

#mediatheque .synopsis-media h5 strong {
    position: relative;
    padding: 0 15px;
}

#mediatheque .synopsis-media h5 strong::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    border-radius: 4px;
    background-color: var(--color-main);
    bottom: -10px;
    left: 0;
    right: 0;
}

#mediatheque .disponibilite-media h5 {
    border: none;
    font-size: 1.2rem;
}

#mediatheque .synopsis-media > div {
    font-size: .875rem;
}

#mediatheque .disponibilite-media {
    text-align: center;
}

#mediatheque #file-attente-date-dispo {
	margin-bottom: 15px;
}

#mediatheque #file-attente-date-dispo h5 {
	margin-top: 30px;
	margin-bottom: 0;
	text-align: center;
}

#mediatheque #bt_reserver:focus,
#mediatheque #bt_reserver:active {
	background-color: var(--color-white);
	border: 1px solid var(--color-white);
}

#mediatheque #file-attente-button-group {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 15px;
}

#mediatheque .disponibilite-media h5 {
    border: none;
    font-size: 1.2rem;
}

#mediatheque .disponibilite-media p {
    margin-top: 30px;
	font-weight: 700;
	font-size: .875rem;
}

#mediatheque .disponibilite-media p > * {
    display: block;
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 5px;
}

#mediatheque .disponibilite-media p > span[style="color: green"] {
    color: var(--color-green) !important;
}

#mediatheque .disponibilite-media p > span[style="color: red"] {
    color: var(--color-red) !important;
}

#mediatheque article > .prt-o-btn.--primary {
    display: none;
}

#permanence-reservation {
	background-color: var(--color-white);
	padding: 15px;
	border-radius: var(--border-radius);
	margin-top: 30px;
}

#permanence-reservation h5 {
	text-align: center !important;
}

#permanence-reservation #calendrier-disponibilites {
	height: 250px;
	width: 350px;
	max-width: 100%;
	margin: -250px auto 300px auto;
	float: none;
}

#mediatheque #permanence-reservation .disponibilite-media p {
	margin-top: 15px;
}

body[class^="mediatheque-media"] .gldp-flatwhite .dow {
	color: var(--color-black);
	background: none;
	font-weight: 500;
}

body[class^="mediatheque-media"] .gldp-flatwhite .monyear,
body[class^="mediatheque-media"] .gldp-flatwhite .monyear select {
	background: none;
	font-size: .875rem !important;
	font-weight: 500;
}

body[class^="mediatheque-media"] .gldp-flatwhite .mon,
body[class^="mediatheque-media"] .gldp-flatwhite .tue,
body[class^="mediatheque-media"] .gldp-flatwhite .wed,
body[class^="mediatheque-media"] .gldp-flatwhite .thu,
body[class^="mediatheque-media"] .gldp-flatwhite .fri,
body[class^="mediatheque-media"] .gldp-flatwhite .sat,
body[class^="mediatheque-media"] .gldp-flatwhite .sun {
	font-weight: 400;
}

body[class^="mediatheque-media"] .gldp-flatwhite .mon,
body[class^="mediatheque-media"] .gldp-flatwhite .tue,
body[class^="mediatheque-media"] .gldp-flatwhite .wed,
body[class^="mediatheque-media"] .gldp-flatwhite .thu,
body[class^="mediatheque-media"] .gldp-flatwhite .fri {
	color: var(--color-black);
}

body[class^="mediatheque-media"] .gldp-flatwhite .sat,
body[class^="mediatheque-media"] .gldp-flatwhite .sun {
	color: var(--color-gray-400);
}

body[class^="mediatheque-media"] .jour-ouvre {
	color: var(--color-green) !important;
	background-color: var(--color-white) !important;
}

body[class^="mediatheque-media"] .jour-ouvre.selected {
	color: var(--color-white) !important;
	font-weight: 500 !important;
	border: none !important;
	background-color: var(--color-main) !important;
}

body[class^="mediatheque-media"] .gldp-flatwhite .prev-arrow,
body[class^="mediatheque-media"] .gldp-flatwhite .next-arrow {
	text-shadow: none;
	color: var(--color-black);
	font-size: 0;
	transition: color .1s ease-in-out;
}

body[class^="mediatheque-media"] .gldp-flatwhite .prev-arrow:hover,
body[class^="mediatheque-media"] .gldp-flatwhite .next-arrow:hover {
	color: var(--color-main);
}

body[class^="mediatheque-media"] .gldp-flatwhite .prev-arrow::before,
body[class^="mediatheque-media"] .gldp-flatwhite .next-arrow::before {
	font-family: "FontAwesome";
	font-size: 1.2rem;
	display: inline-block;
	font-weight: 900;
}

body[class^="mediatheque-media"] .gldp-flatwhite .prev-arrow::before {
	content: "\f104";
}

body[class^="mediatheque-media"] .gldp-flatwhite .next-arrow::before {
	content: "\f105";
}

body[class^="mediatheque-media"] .gldp-flatwhite .monyear span {
	margin: 0 2px 0 2px;
}

#permanence-reservation #permanence-dates-emprunt h6,
#permanence-reservation #permanence-horaires h6 {
	font-size: .875rem;
	font-weight: 500 !important;
}

#permanence-reservation #permanence-dates-emprunt ul,
#permanence-reservation #permanence-horaires ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 5px;
	justify-content: center;
	margin-bottom: 15px;
}

#permanence-reservation #permanence-dates-emprunt li,
#permanence-reservation #permanence-horaires li {
	font-size: .875rem;
}

#permanence-reservation > div:not([id]) {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: stretch;
	margin: 30px 0;
}

#permanence-reservation > div:not([id]) #spinnerReservation {
	position: absolute;
}

#permanence-message-portail h5 {
	margin-bottom: 10px;
	padding-bottom: 0;
}

@media (min-width: 992px) {
	#mediatheque > article > div:not([class]) {
        width: calc(66.6666% - 30px);
        float: left;
        margin-right: 30px;
        border: 1px solid var(--color-gray-100);
        border-radius: var(--border-radius);
        box-shadow: var(--box-shadow);
    }

    #mediatheque > article > div.disponibilite-media {
        float: left;
        width: 33.3333%;
    }

    #mediatheque .detailsmedia {
        flex-flow: row-reverse;
        margin: 30px;
        gap: 60px;
    }

    #mediatheque .synopsis-media {
        margin: 30px;
    }

    #mediatheque .detailsmedia ul.description-media {
        flex: 0 0 50%;
    }

    #mediatheque .detailsmedia figure.illustration-media {
        flex: 0 0 33.33333%;
    }

    #mediatheque .disponibilite-media h5 {
        text-align: left;
        margin-top: 0;
    }

    #mediatheque article > .prt-o-btn.--primary {
        display: block;
    }

	#permanence-reservation #calendrier-disponibilites {
		margin: -250px auto 360px auto;
	}
}

/* Page prestation */
section#page-prestation {
    padding: unset;
}

section#page-prestation h4 {
    font-family: "Roboto", sans-serif;
    font-size: 1.8rem;
    text-transform: none;
    font-weight: 700;
}

section#page-prestation article > form {
    background-color: var(--color-gray-100);
    border-radius: var(--border-radius);
    padding: 15px;
}

section#page-prestation article > form #filtre-prestation > div:first-child {
    flex-direction: column;
    align-items: flex-start !important;
	gap: 15px;
}

section#page-prestation article > form #filtre-prestation > div:first-child input {
    flex: unset !important;
    margin-right: unset !important;
    border: 1px solid var(--color-white);
}

section#page-prestation article > form #filtre-prestation {
    border: none !important;
}

section#page-prestation article > form #filtre-prestation::before {
    content: "Recherche";
    display: inline-block;
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-weight: 700;
}

section#page-prestation article .titre-famille {
    font-weight: 700;
    border: none;
	flex: 0 0 100%;
}

section#page-prestation #checkboxes-fam label span {
    color: var(--color-black) !important;
}

#DossierPrestations .BlocCreerDossierPrestation {
    flex-direction: column;
    border: 1px solid var(--color-gray-100);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    margin-bottom: 30px;
    padding: unset;
}

#DossierPrestations .BlocCreerDossierPrestation .detail h5 {
    height: 46px;
    overflow: hidden;
}

#DossierPrestations .BlocCreerDossierPrestation .detail p {
    height: 50px;
    overflow: hidden;
    color: var(--color-gray-400);
    font-size: .9375rem;
    position: relative;
}

#DossierPrestations .BlocCreerDossierPrestation >*:nth-child(1) figure.illustration {
    width: 100%;
    height: 180px;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}

#DossierPrestations .BlocCreerDossierPrestation >*:nth-child(2) {
    padding: 0 15px;
}

#DossierPrestations .BlocCreerDossierPrestation >*:nth-child(3) {
    align-self: start;
    padding: 15px 15px 25px;
}

#DossierPrestations .BlocCreerDossierPrestation h5 {
    font-size: 1.3rem;
    margin-top: 15px;
    margin-bottom: 15px;
}

body[class^=prestation-dossierpartacharge] #collapseLigneDossier #form-container-ligne-pj div[style^="display:flex; margin-bottom: 20px;"]:first-of-type {
	background-color: red;
}

body[class^=prestation-dossierpartacharge] div[style^="display:flex; flex-flow: row wrap; justify-content: flex-start; align-items: flex-end;"] {
	justify-content: space-between !important;
	align-items: center;
}

body[class^=prestation-dossierpartacharge] div[style^="flex: 0 0 25%; margin-right: 20px; background-color: #eee; padding: 3px"] {
	background: none !important;
	padding: unset !important;
	margin-bottom: 15px;
}

body[class^=prestation-dossierpartacharge] div[style^="display:flex; margin-bottom: 20px; align-items: flex-end; "] {
	align-items: stretch !important;
}

body[class^=prestation-dossierpartacharge] div[style^="display:flex; margin-bottom: 20px; align-items: flex-end; "] > div > input {
	margin-bottom: 15px;
}

@media (min-width: 992px) {

    section#page-prestation article::before,
    section#page-prestation article::after {
        content: "";
        clear: both;
    }

    section#page-prestation article > form {
        float: left;
        width: 25%;
        margin-right: 30px;
    }

    section#page-prestation article > #DossierPrestations {
        width: calc(75% - 30px);
        float: left;
		display: flex;
		flex-flow: row wrap;
		gap: 0 30px;
    }

    #DossierPrestations .BlocCreerDossierPrestation {
        width: calc(50% - 15px);
        margin-bottom: 45px;
    }

	body[class^=prestation-dossierpartacharge] div[style^="display:flex; margin-bottom: 20px; align-items: flex-end; "] {
		align-items: center !important;
	}
}

/* Remboursement */
.DossierPrestationsPage h4 {
    font-family: "Roboto" !important;
    text-transform: none !important;
    font-size: 1.8rem !important;
    font-weight: 700 !important;
}

#DossierPrestations #titreLigneDossier .prt-o-btn.--phantom,
#listeLignesDossier > #ListRemb h3 .prt-o-btn.--phantom {
    transform: rotate(-180deg);
    transition: transform .2s ease-in-out;
    padding: 8px 0;
    background: none;
    border: none;
}

#DossierPrestations #titreLigneDossier .prt-o-btn.--phantom.collapsed,
#listeLignesDossier > #ListRemb h3 .prt-o-btn.--phantom.collapsed {
    transform: rotate(0deg);
}

#DossierPrestations #titreLigneDossier .prt-o-btn.--phantom i,
#listeLignesDossier > #ListRemb h3 .prt-o-btn.--phantom i {
    color: var(--color-black);
}

#listeLignesDossier > #ListRemb h3 .prt-o-btn.--phantom i {
    font-size: .875rem;
}

#DossierPrestations #LigneDossierWrapper {
    background-color: var(--color-gray-100);
    padding: 15px;
    border-radius: var(--border-radius);
    margin-bottom: 30px;
}

#DossierPrestations .DossierPrestationsPage #titreLigneDossier {
    margin: unset;
    font-size: 1.2rem;
}

#DossierPrestations #collapseLigneDossier form {
    margin-bottom: 15px;
    margin-top: 15px;
}

#collapseLigneDossier {
    margin-bottom: unset;
}

#resumeWrapper {
    background-color: var(--color-gray-100);
    padding: 15px;
    margin-bottom: 30px;
    border-radius: var(--border-radius);
}

.DossierPrestationsPage h5:not([id]) {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
}

.DossierPrestationsPage #totaux {
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    background-color: var(--color-white);
    margin-top: 15px;
}

.DossierPrestationsPage #totaux::before {
    content: "Récapitulatif";
    font-weight: 500;
    font-size: 1.3rem;
    padding: 15px 15px 0;
    display: inline-block;
}

.DossierPrestationsPage #totaux table tr td {
    border: none;
    font-size: 1rem;
    white-space: normal;
    padding: 15px;
    vertical-align: middle;
}

.DossierPrestationsPage #totaux table tr td:first-child {
    text-align: left;
}

.DossierPrestationsPage #totaux table tr td:first-child::after {
    content: " :";
}

.DossierPrestationsPage #totaux table tr td:last-child {
    width: 115px;
    font-weight: 100;
    color: var(--color-gray-400);
	padding-left: 0;
}

.resume .table-responsive {
    margin-bottom: 0;
    overflow: hidden;
}

#collapseLigneDossier div[style^="flex: 0 0 25%"],
#collapseLigneDossier div[style^="flex: 0 0 50%"] {
    flex: 0 0 100% !important;
    margin-right: unset !important;
}

#ligneDossier div[style^="display:flex"] {
    flex-direction: column;
    margin-bottom: unset !important;
    justify-content: space-between;
}

#beneficiaire-prestation {
    justify-content: space-between !important;
    margin-bottom: unset !important;
}

#ligneDossier > .form-group {
    margin-bottom: unset;
}

.required::after {
    color: var(--color-red);
}

#formInfosLigne label {
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: 5px;
    padding-top: unset;
}

#formInfosLigne label > a {
    margin-left: 7px;
}

#collapseLigneDossier form .input-sm {
    height: 46px;
    line-height: 46px;
    padding: 10px 16px;
    font-size: 1rem;
    border-radius: 6px;
}

#collapseLigneDossier form label + .input-sm,
#collapseLigneDossier form label + .input-group {
    margin-bottom: 15px;
}

#collapseLigneDossier form .input-group .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


#form-container-ligne-pj #PJ {
    margin-left: -15px;
    margin-right: -15px;
}

#PJ div[style^="text-transform:uppercase"] {
    font-size: .875rem !important;
    color: var(--color-black) !important;
    text-transform: lowercase !important;
    font-weight: 500 !important;
}

#PJ div[style^="text-transform:uppercase"]:first-letter {
    text-transform: uppercase;
}

table#itemPiecesJustificatives {
    margin: 15px 15px 15px -15px;
    font-size: .875rem;
}

#PJ div[style^="color:#999"] {
    color: var(--color-gray-400) !important;
    margin: 0 15px !important;
}

#itemPiecesJustificatives em {
    font-style: normal;
}

#itemPiecesJustificatives em span {
    color: var(--color-red) !important;
}

.table-participant-wrapper {
    flex-direction: column !important;
}

#tunnel-table-participant table {
    background-color: var(--color-white);
    border-radius: var(--border-radius);
    font-size: .875rem;
}

#tunnel-table-participant table tr,
#tunnel-table-participant table td,
#tunnel-table-participant table th {
    background: none;
    border: none;
}

#tunnel-table-participant table td,
#tunnel-table-participant table th {
    padding: 8px 15px;
}

#tunnel-table-participant table th {
    text-transform: none;
    font-size: .875rem;
    font-weight: 500;
}

#table-participant-location td {
    vertical-align: middle;
}

#table-participant-location td:first-child {
    width: 50px;
}

#table-participant-location td b {
    color: var(--color-red);
    font-size: .6rem;
}

#listeLignesDossier > .table-responsive {
    display: none;
}

#listeLignesDossier > #ListRemb {
    display: flex !important;
    flex-direction: column;
    gap: 15px;
}

#listeLignesDossier > #ListRemb #ListLigneRemb {
    background-color: var(--color-white);
    border-radius: var(--border-radius);
    padding: 15px;
}

#listeLignesDossier > #ListRemb h3 {
    margin-top: 0;
    font-size: 1.2rem;
    border-bottom: 1px solid var(--color-gray-100);
    padding-bottom: 12px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#listeLignesDossier > #ListRemb ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

#listeLignesDossier > #ListRemb ul li {
    display: flex;
    justify-content: space-between;
}

#listeLignesDossier > #ListRemb ul[id^="ListLigneDetailsRemb"] li {
    border-bottom: 1px solid var(--color-gray-100);
    padding: 12px 0;
	white-space: nowrap;
	gap: 5px;
	overflow: hidden;
}

#listeLignesDossier > #ListRemb ul li span {
    color: var(--color-gray-400);
}

#listeLignesDossier > #ListRemb ul.boutons-action {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 15px 0;
}

#listeLignesDossier > #ListRemb ul.boutons-action li a {
    flex: 0 0 100%;
}

#resumeWrapper > .boutons-action {
    display: flex;
    gap: 20px;
    flex-direction: column;
    background-color: var(--color-white);
    padding: 15px 15px 30px;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
}

body[class^="prestation-dossierfini"] .widget-label {
	font-family: "Roboto", sans-serif;
	white-space: unset;
	font-size: 1.8rem;
	line-height: unset;
	text-transform: none;
	height: unset;
	padding: unset;
	color: var(--color-black);
	font-weight: 700;
	text-align: center;
}

body[class^="prestation-dossierfini"] .widget-black {
	color: var(--color-black);
}

body[class^="prestation-dossierfini"] .widget-label-right {
	float: none;
	margin-right: unset;
}

body[class^="prestation-dossierfini"] .outer-center,
body[class^="prestation-dossierfini"] .inner-center {
	float: unset;
	position: unset;
}

body[class^="prestation-dossierfini"] .inner-center {
	text-align: center;
}

#DossierPrestations #DateEvenementCadeau {
	align-items: center;
	gap: 10px;
}

#DossierPrestations #DateEvenementCadeau .hasDatepicker {
	flex: unset;
}

#DossierPrestations #beneficiaire-prestation label,
#DossierPrestations #DateEvenementCadeau label {
	flex: 0 0 100%;
	text-align: left;
}

#DossierPrestations #beneficiaire-prestation button,
#DossierPrestations #DateEvenementCadeau button {
	flex: 0 0 140px;
}

@media (min-width: 992px) {
	#DossierPrestations #LigneDossierWrapper {
        float: left;
        width: calc(75% - 30px);
    }

    #resumeWrapper {
        float: left;
        width: 25%;
        margin-left: 30px;
    }

    #ligneDossier div[style^="display:flex"] {
        flex-direction: row;
    }

    #collapseLigneDossier div[style^="flex: 0 0 25%"] {
        flex: 0 0 calc(50% - 15px) !important;
    }
}

/* Remboursement simplifié */
body[class^="prestation-dossierremboursementsimplifie"] #ligne-remboursement > div[style^="margin-bottom: 20px; padding: 10px; border: 1px solid #e0e0e0; border-radius: 3px; background-color: #eee;"] {
	padding: 15px !important;
	border: none !important;
	background-color: var(--color-gray-100) !important;
	border-radius: var(--border-radius) !important;
}

body[class^="prestation-dossierremboursementsimplifie"] #ligne-remboursement > div[style^="margin-bottom: 20px; padding: 10px; border: 1px solid #e0e0e0; border-radius: 3px; background-color: #eee;"] .form-group label {
	font-size: .875rem;
	font-weight: 500;
	margin-bottom: 5px;
}

body[class^="prestation-dossierremboursementsimplifie"] #ligne-remboursement > div[style^="margin-bottom: 20px; padding: 10px; border: 1px solid #e0e0e0; border-radius: 3px; background-color: #eee;"] .form-group input,
body[class^="prestation-dossierremboursementsimplifie"] #ligne-remboursement > div[style^="margin-bottom: 20px; padding: 10px; border: 1px solid #e0e0e0; border-radius: 3px; background-color: #eee;"] .form-group select {
	height: 46px;
    line-height: 46px;
    padding: 10px 16px;
    font-size: 1rem;
    border-radius: 6px;
}

body[class^="prestation-dossierremboursementsimplifie"] #ligne-remboursement > div[style^="margin-bottom: 20px; padding: 10px; border: 1px solid #e0e0e0; border-radius: 3px; background-color: #eee;"] .input-group .form-control:first-child {
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

body[class^="prestation-dossierremboursementsimplifie"] #ligne-remboursement > div[style^="margin-bottom: 20px; padding: 10px; border: 1px solid #e0e0e0; border-radius: 3px; background-color: #eee;"] .form-group .col-md-2,
body[class^="prestation-dossierremboursementsimplifie"] #ligne-remboursement > div[style^="margin-bottom: 20px; padding: 10px; border: 1px solid #e0e0e0; border-radius: 3px; background-color: #eee;"] .form-group .col-md-3,
body[class^="prestation-dossierremboursementsimplifie"] #ligne-remboursement > div[style^="margin-bottom: 20px; padding: 10px; border: 1px solid #e0e0e0; border-radius: 3px; background-color: #eee;"] .form-group .col-md-4,
body[class^="prestation-dossierremboursementsimplifie"] .boutons-action {
	float: none;
	width: auto;
}

body[class^="prestation-dossierremboursementsimplifie"] .boutons-action .pull-right {
	float: none !important;
	display: flex;
	gap: 15px;
	flex-direction: column;
	margin-bottom: 30px;
	justify-content: center;
	width: 100%;
}

@media (min-width: 992px) {

	body[class^="prestation-dossierremboursementsimplifie"] #ligne-remboursement > div[style^="margin-bottom: 20px; padding: 10px; border: 1px solid #e0e0e0; border-radius: 3px; background-color: #eee;"] {
		width: 550px;
		margin: 0 auto;
	}

	body[class^="prestation-dossierremboursementsimplifie"] .boutons-action .pull-right {
		flex-direction: row;
	}
}

/* Remboursement cadeaux */

#LigneCadeau .liste-cadeaux {
	display: flex;
	flex-direction: column;
	margin: 0;
	gap: 15px;
}

#LigneCadeau .liste-cadeaux > * {
	float: none;
	width: auto;
	padding: 0;
}

#LigneCadeau .liste-cadeaux #cadeauSpinner {
	position: absolute;
}

#LigneCadeau .liste-cadeaux label {
	text-align: left;
}

#LigneCadeau .liste-cadeaux::before,
#LigneCadeau .liste-cadeaux::after {
	content: none;
}

#ListLigneCadeauxSelectionnes .table-responsive {
	padding: 15px;
	background-color: var(--color-white);
	border-radius: var(--border-radius);
}

#ListLigneCadeauxSelectionnes table {
	font-size: .875rem;
}

#ListLigneCadeauxSelectionnes table th {
	text-transform: none;
	color: var(--color-gray-400);
	background: none;
	border: none;
	font-size: .875rem;
	font-weight: 500;
}

#ListLigneCadeauxSelectionnes table tr {
	background: none;
	border: none;
}

#ListLigneCadeauxSelectionnes table td {
	border-top: 1px solid var(--color-gray-100);
	text-align: left;
	font-weight: 400;
}

#ListLigneCadeauxSelectionnes table td .btn.btn-xs.btn-warning {
	background: none !important;
	border: none !important;
	color: var(--color-gray-400);
	font-size: 1rem;
}

#ListLigneCadeauxSelectionnes table td .btn.btn-xs.btn-warning:hover {
	color: var(--color-main);
}

#LigneCadeau label[class^="control-label col-sm-3"] {
	float: none;
	width: auto;
	font-size: 1rem;
}

@media (min-width: 992px) {

	#LigneCadeau .liste-cadeaux {
		flex-direction: row;
		align-items: center;
	}
}

/* Permanences */
#liste-permanence-activite {
    border-radius: var(--border-radius);
    background-color: var(--color-blue);
    padding: 15px;
}

#liste-permanence-activite #permanence-activite h5 {
    font-size: 1.2rem;
    margin-top: 0;
}

#liste-permanence-activite #permanence-activite table {
    width: 100%;
}

#liste-permanence-activite #permanence-activite table tr {
    display: flex;
    justify-content: space-between;
}

#liste-permanence-activite #permanence-activite table tr td {
    font-size: .875rem;
}

#liste-permanence-activite #permanence-activite:not(:last-child) {
    margin-bottom: 15px;
}

/* Fiche profil */
#page-ficheprofil {
    padding: unset;
    background: none;
}

#page-ficheprofil h4.titre {
    text-transform: lowercase;
    font-size: 1.8rem;
    font-weight: 700;
}

#page-ficheprofil h4.titre:first-letter {
    text-transform: uppercase;
}

#page-ficheprofil .col-md-12 > .visible-xs {
    display: none !important;
}

#page-ficheprofil .profil-etape {
    display: flex !important;
}

#page-ficheprofil dl.profil-etape dt a {
    font-size: .875rem;
    float: none;
    border: none;
    background: none;
    font-weight: 400;
    color: var(--color-gray-400);
    padding: 15px;
    position: relative;
}

#page-ficheprofil dl.profil-etape dt a::before {
    content: none !important;
}

#page-ficheprofil dl.profil-etape dt a:hover {
    color: var(--color-main);
    background: none;
}

#page-ficheprofil dl.profil-etape dt a.courant {
    color: var(--color-main);
    font-weight: 700;
    background: none;
}

#page-ficheprofil dl.profil-etape {
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-color: var(--color-gray-200);
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    margin: 0;
    flex-wrap: wrap;
}

#page-ficheprofil .redBullet a::after {
    background-color: var(--color-red);
    width: 8px;
    height: 8px;
    margin-left: 7px;
    margin-bottom: 5px;
}

#page-ficheprofil .required:after {
    color: var(--color-red);
}

#page-ficheprofil #BlocOnglets {
    border: 1px solid var(--color-gray-200);
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    padding: 15px;
}

#page-ficheprofil #BlocOnglets h5 {
    text-transform: none;
    font-size: 1.1rem;
    border: none;
}

#page-ficheprofil #BlocOnglets h5:first-letter {
    text-transform: uppercase;
}

#page-ficheprofil .row > .col-md-12:last-of-type {
    margin-bottom: 30px
}

#page-ficheprofil label {
    color: var(--color-black);
    font-size: .875rem;
    margin-bottom: 7px;
	font-weight: 500;
	text-align: left;
}

#page-ficheprofil :not[class="checkbox"] label {
    padding: 0;
}

#page-ficheprofil fieldset.profil label {
    padding: unset !important;
}

#page-ficheprofil .row > .col-md-12:last-of-type .form-group {
    margin-bottom: 0;
}

#page-ficheprofil .input-sm,
#page-ficheprofil input[type="text"].form-control,
#page-ficheprofil select.form-control {
    height: 46px;
    font-size: .875rem;
    border-radius: 6px;
    margin-bottom: 15px;
}

#page-ficheprofil #vueDonneesPerso form > .secteur:last-child .col-sm-12,
#page-ficheprofil #NouveauModificationAdresse .form-group .col-md-12,
#page-ficheprofil #ListeCriteresSociaux .form-group .col-sm-12 {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

#page-ficheprofil #vueDonneesPerso form > .secteur:last-child {
    margin-top: 30px;
}

#page-ficheprofil #NouveauModificationAdresse::before,
#page-ficheprofil #FiltrerCriteresSociaux::before,
#page-ficheprofil #NouveauModificationAyantDroit::before {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 1.1rem;
}

#page-ficheprofil #NouveauModificationAdresse::before {
    content: "Mes adresses";
}

#page-ficheprofil #FiltrerCriteresSociaux::before {
    content: "Critères sociaux";
}

#page-ficheprofil #NouveauModificationAyantDroit::before {
    content: "Famille";
}

#page-ficheprofil .row > .col-md-12:last-of-type .form-group .col-md-4 .col-md-12 {
    padding: unset;
}

#page-ficheprofil #FiltrerCriteresSociaux .form-horizontal > .form-group {
    display: flex;
    flex-direction: column;
}

#page-ficheprofil #FiltrerCriteresSociaux .form-horizontal > .form-group .control-label {
    width: 100%;
    padding: 0 15px;
    text-align: left;
}

#page-ficheprofil #FiltrerCriteresSociaux .form-group [class^="col-md"] {
    float: none;
}

#page-ficheprofil #infosAnneeRef {
    display: flex;
    gap: 2px;
    font-size: .875rem;
    flex-wrap: wrap;
}

#page-ficheprofil #infosAnneeRef .rib-nonvalide {
    font-weight: 500;
}

#page-ficheprofil #PJCriteresSociaux {
    margin-top: 30px;
}

#page-ficheprofil #PJCriteresSociaux div[style^="padding"] {
    padding: 30px !important;
    margin-bottom: 15px !important;
    border: 1px solid var(--color-gray-200) !important;
    border-radius: var(--border-radius);
}

.zone-presentation-pj > div[style^="display: flex; align-items: center; flex: 0 0 100%"] {
	gap: 5px;
}

#page-ficheprofil #NouveauModificationAyantDroit ul#myTabsFamille li a {
	background: none;
	border: none;
	text-transform: none;
	font-size: 1rem;
	color: var(--color-black) !important;
	font-weight: 400;
	position: relative;
}

#page-ficheprofil #NouveauModificationAyantDroit ul#myTabsFamille li.active a {
    background: none;
    border: none;
    font-weight: 500;
}

#page-ficheprofil #NouveauModificationAyantDroit ul#myTabsFamille li.active a::before {
    content: "";
    position: absolute;
    background-color: var(--color-main);
    height: 4px;
    width: 100%;
    bottom: 0;
    border-radius: 2px;
    left: 0;
}

#page-ficheprofil .tab-content {
	margin: 15px 0;
}

#page-ficheprofil #NouveauModificationAyantDroit .nav-tabs {
	border-bottom: 1px solid var(--color-gray-200);
}

#page-ficheprofil .liste-famille-card {
    margin: 0 -15px;
	flex-wrap: wrap;
	gap: 15px;
}

#page-ficheprofil .liste-famille-card .famille-card {
    flex: 0 0 100%;
    margin: 0;
    padding: 15px;
    border: none;
    border-radius: var(--border-radius);
    background-color: var(--color-white);
}

#page-ficheprofil .liste-famille-card .famille-card .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#page-ficheprofil .liste-famille-card .famille-card .checkbox label {
    padding-left: 0;
}

#page-ficheprofil .liste-famille-card .famille-card .col-md-2,
#page-ficheprofil .liste-famille-card .famille-card .col-md-4
#page-ficheprofil .liste-famille-card .famille-card .col-md-10,
#page-ficheprofil .liste-famille-card .famille-card .col-sm-8,
#page-ficheprofil .liste-famille-card .famille-card .col-md-6 {
    float: none;
}

#page-ficheprofil .liste-famille-card .famille-card .col-md-2 {
    flex: 0 0 100%;
    margin-bottom: 5px;
    padding-left: 15px;
}

#page-ficheprofil .liste-famille-card .famille-card .col-md-4,
#page-ficheprofil .liste-famille-card .famille-card .col-md-10,
#page-ficheprofil .liste-famille-card .famille-card .col-sm-8,
#page-ficheprofil .liste-famille-card .famille-card .col-md-6 {
    flex: 0 0 100%;
}

#page-ficheprofil .rib-valide,
#page-ficheprofil .rib-nonvalide {
    color: var(--color-white);
    padding: 3px 6px;
    font-size: .75rem;
    position: absolute;
    left: 15px;
	top: 0;
    border-radius: 2px;
    line-height: 12px;
	white-space: nowrap;
}

#page-ficheprofil .rib-infos {
    color: var(--color-black);
}

#page-ficheprofil .rib-valide {
    background-color: var(--color-green);
}

#page-ficheprofil .rib-nonvalide {
    background-color: var(--color-red);
}

#page-ficheprofil span[style^="font-size: 9px;"],
#page-ficheprofil span[style^="font-size:9px;"] {
    position: absolute;
    top: 47px;
    font-size: .55rem !important;
    color: var(--color-gray-400);
}

#page-ficheprofil .liste-famille-card .famille-card .liste-PJ div[style^="padding: 10px;"] {
    padding: 15px !important;
	margin-bottom: 15px !important;
    border-radius: var(--border-radius);
    border: 1px solid var(--color-gray-200) !important;
}

#page-ficheprofil .liste-famille-card .famille-card .liste-PJ .zone-upload-pj form[id^="formUpPJ"] {
	margin-top: 7px;
	background-color: var(--color-gray-100);
	padding: 15px;
	border-radius: var(--border-radius);
}

form[id^="formUpPJ"] div[style^="display: flex; flex-flow: row wrap; justify-content:space-between; align-items: center;"] {
	gap: 7px;
}

#page-ficheprofil .liste-famille-card .famille-card .liste-PJ .zone-upload-pj div[style^="color:#999; font-size:0.7rem;"] {
	font-size: .875rem !important;
	color: var(--color-gray-400) !important;
	margin-bottom: 5px;
}

#page-ficheprofil .liste-famille-card .famille-card .liste-PJ .zone-upload-pj input[type="file"] {
	font-size: .875rem;
}

#page-ficheprofil .liste-famille-card .famille-card .liste-PJ .zone-presentation-pj .NomPJ {
	margin-bottom: 15px;
	display: inline-block;
	font-size: .875rem;
}

#page-ficheprofil .liste-famille-card .famille-card .checkbox {
    padding-top: 0;
}

#page-ficheprofil .liste-famille-card .famille-card .checkbox input[type=checkbox] {
    margin-left: 0;
}

#page-ficheprofil .liste-famille-card .famille-card .liste-PJ-AD .secteur > label {
    margin-bottom: 15px;
    margin-top: 15px;
}

#page-ficheprofil .liste-famille-card .famille-card .liste-PJ-AD .secteur > .col-xs-12 {
    border: 1px solid var(--color-gray-200);
    padding: 15px;
    border-radius: var(--border-radius);
}

#NouveauModificationAyantDroit > form {
    padding: 15px;
    background-color: var(--color-gray-100);
    border-radius: var(--border-radius);
}

#NouveauModificationAyantDroit > form .form-group {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
}

#NouveauModificationAyantDroit > form .form-group::before,
#NouveauModificationAyantDroit > form .form-group::after {
	content: none;
}

#NouveauModificationAyantDroit > form .form-group .col-md-12:last-child,
#page-ficheprofil #formEnregistrerRIB .form-group:last-child {
    display: flex;
    padding: 0;
    gap: 15px;
    flex-direction: column
}

#NouveauModificationAyantDroit > form .form-group > .col-sm-1,
#NouveauModificationAyantDroit > form .form-group > .col-sm-2 {
    float: none;
    width: auto;
    padding: 0;
    text-align: left;
}

#NouveauModificationAyantDroit > form .form-group .radio {
    padding-top: 0px;
}

#NouveauModificationAyantDroit form h5 + .form-group {
	flex-flow: row wrap;
	gap: 0 15px;
}

#NouveauModificationAyantDroit form h5 + .form-group label {
	flex: 0 0 100%;
}

#page-ficheprofil .zone-presentation-pj div[style^="color:#999; font-size:0.7rem;"] {
	color: var(--color-gray-400) !important;
	margin-bottom: 5px;
}

#page-ficheprofil #externe .famille-card .form-group:last-child {
	display: flex;
	gap: 5px;
	align-items: center;
	padding: 15px 15px 0;
	justify-content: flex-end;
}

#page-ficheprofil #externe .famille-card .form-group:last-child > div {
	float: none;
	width: auto;
	padding: 0;
	margin: 0;
	flex: unset;
}

#page-ficheprofil #externe .famille-card .form-group:last-child::before,
#page-ficheprofil #externe .famille-card .form-group:last-child::after {
	content: none;
}

#NouveauModificationRib .liste-PJ div[style^="padding: 10px;"],
.vue-PJ .liste-PJ div[style^="padding: 10px;"] {
	padding: 15px !important;
	border: 1px solid var(--color-gray-200) !important;
	border-radius: var(--border-radius);
	margin-bottom: 15px !important;
}

#Confirm_Suppression_PJ + div[style^="display:flex;"] {
    gap: 30px;
}

#page-ficheprofil .vue-PJ .zone-presentation-pj .NomPJ {
    display: inline-block;
}

#NouveauModificationAdresse .form-group label {
    padding-left: 15px;
}

body[class^="profil-modifiermotdepasse"] #DIV_ModifierMdp .col-md-3 {
	width: 100%;
	float: none;
	margin: 15px 0;
}

body[class^="profil-modifiermotdepasse"] #DIV_ModifierMdp .col-md-3 .pull-right {
	float: none !important;
	width: 100%;
	display: flex;
	gap: 5px;
}

.zone-presentation-pj div[style^="padding: 10px; border: 1px solid #ccc; margin-bottom: 5px;"] {
	border-radius: var(--border-radius);
	border: 1px solid var(--color-gray-200) !important;
	padding: 15px !important;
	margin-bottom: 15px !important;
	background-color: var(--color-white);
}

.zone-presentation-pj .zone-upload-pj {
	background: none !important;
}

.zone-presentation-pj .zone-upload-pj input {
	font-size: .875rem !important;
}

#page-ficheprofil [id^="BTN_MAJ_RIB"] {
	margin-left: 15px !important;
}

#formAjoutNouveauRib {
	margin-top: 30px;
}

#page-ficheprofil .vue-PJ .zone-upload-pj form[id^="formUpPJ"] {
	background-color: var(--color-gray-100);
	border-radius: var(--border-radius);
	margin-top: 15px;
	padding: 15px;
}

@media (max-width: 992px) {
	#ListeCriteresSociauxGauche .col-md-7, #ListeCriteresSociauxDroite .col-md-7 {
        padding: 0;
    }

    #page-ficheprofil .rib-valide {
        top: -15px;
    }
}

@media (min-width: 992px) {
    #page-ficheprofil .row > .col-md-12:last-of-type {
        display: flex !important;
        align-items: stretch;
    }

    #page-ficheprofil .row > .col-md-12:last-of-type .form-group .col-md-4 {
        width: 50%;
    }

    #page-ficheprofil .profil-etape {
        flex-direction: column;
        flex: 0 0 25%;
    }

    #page-ficheprofil #BlocOnglets {
        flex: 0 0 75%;
        padding: 30px;
        border-radius: 0 var(--border-radius) var(--border-radius) 0;
    }

    #page-ficheprofil dl.profil-etape {
        padding-top: 35px;
        border-width: 1px 0 1px 1px;
        border-radius: var(--border-radius) 0 0 var(--border-radius);
    }

    #page-ficheprofil dl.profil-etape dt a {
        padding: 15px 15px 15px 45px;
    }

    #page-ficheprofil dl.profil-etape dt a.courant::before {
        content: "";
        position: absolute;
        height: 18px;
        width: 4px;
        background-color: var(--color-main);
        border-radius: var(--border-radius);
        left: 25px;
    }

	#page-ficheprofil #vueDonneesPerso form > .secteur:last-child .col-sm-12,
	#page-ficheprofil #NouveauModificationAdresse .form-group .col-md-12,
	#page-ficheprofil #ListeCriteresSociaux .form-group .col-sm-12,
	#page-ficheprofil #formEnregistrerRIB .form-group:last-child {
		flex-direction: row;
	}

    #page-ficheprofil #FiltrerCriteresSociaux .form-horizontal > .form-group {
        flex-wrap: wrap;
        flex-direction: row;
    }

    #page-ficheprofil #FiltrerCriteresSociaux .form-horizontal > .form-group div.col-md-2 {
        width: 25%;
    }

    #page-ficheprofil #FiltrerCriteresSociaux .form-horizontal > .form-group .col-md-8 {
        width: 75%;
    }

    #page-ficheprofil #infosAnneeRef {
        padding-top: 23px;
    }

	#page-ficheprofil .tab-content {
		margin: 30px 0;
	}

    #page-ficheprofil .liste-famille-card {
        background-color: var(--color-gray-100);
        padding: 30px;
        margin: 0;
        border-radius: var(--border-radius);
    }

    #page-ficheprofil .liste-famille-card .famille-card {
        margin: 0;
        padding: 15px;
		flex: 0 0 calc(50% - 8px);
    }

    #page-ficheprofil .liste-famille-card .famille-card .col-md-2 {
        flex: 0 0 25%;
        margin-bottom: 15px;
    }

    #page-ficheprofil .liste-famille-card .famille-card .col-md-4,
    #page-ficheprofil .liste-famille-card .famille-card .col-md-10,
    #page-ficheprofil .liste-famille-card .famille-card .col-sm-8,
    #page-ficheprofil .liste-famille-card .famille-card .col-md-6 {
        flex: 0 0 75%;
    }

    #NouveauModificationAyantDroit > form {
        padding: 15px 30px 30px;
    }

    #NouveauModificationAyantDroit > form .form-group .col-md-12:last-child {
        flex-direction: row;
    }

    #NouveauModificationAdresse .form-group label,
    #ListeCriteresSociauxGauche .form-group label {
        padding-top: 15px;
    }
}

/* Page historique */
#page-historique h4.titre {
	font-size: 1.8rem;
	text-transform: lowercase;
	font-weight: 700;
}

#page-historique h4.titre:first-letter {
	text-transform: uppercase;
}

dl.historique-etape dt a {
    background: none;
    border: none;
    font-weight: 400;
    font-size: 1rem;
    color: var(--color-black);
    padding: 15px;
    position: relative;
}

dl.historique-etape dt a.courant {
    font-weight: 500;
    color: var(--color-black);
}

dl.historique-etape dt a.courant::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: var(--color-main);
    border-radius: 2px;
    bottom: 0;
    left: 0;
}

dl.historique-etape {
	margin-bottom: 30px;
	border-bottom: 1px solid var(--color-gray-200);
	display: block !important;
}

#BlocOnglets.fiche-historique {
	border: none;
	padding: 0;
}

#BlocOnglets.fiche-historique form .sous-secteur {
    background-color: var(--color-gray-100);
    padding: 15px;
    border-radius: var(--border-radius);
    margin-bottom: 30px;
}

#BlocOnglets.fiche-historique form .sous-secteur::before {
    content: "Recherche";
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 1.3rem;
}

#BlocOnglets.fiche-historique form .sous-secteur legend {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
}

#page-historique .visible-xs {
    display: none !important;
}

#BlocOnglets.fiche-historique #collapseFiltre .form-group,
#BlocOnglets.fiche-historique #collapseFiltre_env .form-group,
#BlocOnglets.fiche-historique #collapseFiltre_qta .form-group {
	display: flex;
    flex-wrap: wrap;
}

#BlocOnglets.fiche-historique #collapseFiltre .form-group > *,
#BlocOnglets.fiche-historique #collapseFiltre_env .form-group > *,
#BlocOnglets.fiche-historique #collapseFiltre_qta .form-group > *{
	width: 100%;
	float: none;
}

#BlocOnglets.fiche-historique #collapseFiltre .form-group > label,
#BlocOnglets.fiche-historique #collapseFiltre_env .form-group > label,
#BlocOnglets.fiche-historique #collapseFiltre_qta .form-group > label {
    color: var(--color-black);
    font-size: .875rem;
    flex: 0 0 100%;
    text-align: left;
    margin-bottom: 5px;
}

#BlocOnglets.fiche-historique #collapseFiltre .form-group .input-sm,
#BlocOnglets.fiche-historique #collapseFiltre_env .form-group .input-sm,
#BlocOnglets.fiche-historique #collapseFiltre_qta .form-group .input-sm {
    height: 36px;
    border: 1px solid var(--color-white);
    max-width: 100%;
    font-size: .875rem
}

#BlocOnglets.fiche-historique form div.table-responsive,
#RecherchePoints .secteur .table-responsive {
	border: 1px solid var(--color-gray-200);
	padding: 15px;
	border-radius: var(--border-radius);
}

#page-detailhistorique table,
#page-historique table,
#RecherchePoints table {
	font-size: .875rem;
}

#page-detailhistorique table th,
#page-historique table th,
#RecherchePoints table th {
    font-size: .875rem;
    text-transform: none;
    background: none;
    border: none;
    color: var(--color-gray-400);
    font-weight: 500;
}

#page-historique table td,
#page-historique table th,
#RecherchePoints table th,
#RecherchePoints table td {
    padding: 8px 15px;
}

#page-historique table td,
#RecherchePoints table td {
    border-top: 1px solid var(--color-gray-100);
    font-weight: 400;
}

#page-historique table td .prt-o-btn.--secondary,
#page-historique table td .prt-o-btn.--secondary:hover,
#page-detailhistorique table td .prt-o-btn.--secondary,
#page-detailhistorique table td .prt-o-btn.--secondary:hover {
	border: none !important;
	padding: 0 !important;
}

tr[style^=" color:#E10020;"] {
	color: var(--color-red) !important;
}

#BlocOnglets.fiche-historique .paginateur {
	width: 100%;
	float: left;
	color: var(--color-black);
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	gap: 7px;
	align-items: center;
}

#BlocOnglets.fiche-historique .paginateur > * {
    float: none !important;
    margin: 15px 0 !important;
	font-size: .875rem;
}


#BlocOnglets.fiche-historique .secteur > legend {
    text-transform: lowercase;
    font-weight: 500;
    border: none;
    font-size: 1.3rem;
}

#BlocOnglets.fiche-historique .secteur > legend:first-letter {
    text-transform: uppercase;
}

#page-detailhistorique {
	margin-bottom: 30px;
}

#page-detailhistorique article {
	margin-bottom: 30px;
	border: 1px solid var(--color-gray-200);
	padding: 15px;
	border-radius: var(--border-radius);
}

#page-detailhistorique article h5 {
	font-weight: 700;
	padding-bottom: 0;
	border: none;
	font-size: 1.4rem;
	margin-top: 0;
	margin-bottom: 15px;
}

#page-detailhistorique article form .col-sm-12 {
	float: none;
}

#page-detailhistorique article form .col-sm-12 > input {
	opacity: 1;
	background: none;
	border: none;
	font-size: .875rem;
	font-weight: 700;
	color: var(--color-main);
}

#page-detailhistorique table td {
	border-top: 1px solid var(--color-gray-100);
}

#page-detailhistorique .secteur legend {
	border: none;
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--color-black);
}

#page-detailhistorique #nomprenom-participants {
	font-size: .875rem;
	margin-bottom: 10px;
}

@media (max-width: 768px) and (min-height: 720px) {

    #page-ficheprofil, #page-changemdp, #page-historique, #page-detailhistorique {
        margin-left: 0;
        margin-right: 0;
    }

    dl.profil-etape dt a:before, dl.historique-etape dt a:before {
        content: none;
    }
}

@media (max-width: 992px) {

	#page-historique table td,
	#page-historique table th {
		white-space: normal;
	}
}

@media (min-width: 992px) {
	#BlocOnglets.fiche-historique form .secteur {
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
	}

	#BlocOnglets.fiche-historique form .sous-secteur {
		width: 25%;
		margin-right: 30px;
	}

	#BlocOnglets.fiche-historique form div.table-responsive {
		width: calc(75% - 30px);
        padding: 30px;
	}

	#BlocOnglets.fiche-historique .paginateur {
		width: 75%;
		margin-left: 25%;
	}
}

/* Historique détail */
#collapseInfosComp > .col-md-10 {
	width: 100%;
	float: none;
}

.secteur-formulaire {
	padding: 15px;
	border: 1px solid var(--color-gray-200);
	border-radius: var(--border-radius);
}

.secteur-formulaire > .sous-secteur {
	padding: unset;
	margin-top: 0;
	margin-bottom: 0;
	background: none;
}

.secteur-formulaire > .sous-secteur.vue {
	background: none;
	padding-left: unset;
}

#page-detailhistorique .formulaire-complementaire .titre-bloc {
	font-size: 1rem;
	font-weight: 700;
	text-transform: none;
	padding: 0;
	background: none;
	color: var(--color-black);
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 15px;
}

.secteur-formulaire .form-group.vue {
	font-size: .875rem;
	font-weight: 400;
	margin-right: 0;
	padding-bottom: 0;
	background: none;
	border: none;
}

.formulaire-complementaire .secteur-formulaire label.libelle {
	color: var(--color-black);
}

.secteur-formulaire label {
	font-size: .875rem;
}

/* Détail compteur points */
#page-historique-detailpoint h4.titre {
	font-size: 1.8rem;
	font-weight: 700;
}

#RecherchePoints .secteur {
	padding: unset;
	background: none;
	margin-bottom: 15px;
}

#RecherchePoints-ZoneAffichage {
	background: none;
	padding: 0;
	margin: 0;
}

#RecherchePoints legend {
	text-transform: none;
	font-size: .875rem;
}

#RecherchePoints legend.filtre {
	font-weight: 700;
	font-size: .875rem;
	display: flex;
    align-items: center;
    gap: 15px;
}

#RecherchePoints .secteur label {
	font-size: .875rem;
	color: var(--color-black);
}

#page-historique-detailpoint .pull-right {
	float: none !important;
	margin-bottom: 30px;
}

/* Epargne */
#page-article article > h4 {
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: none;
	font-family: "Roboto", sans-serif;
}

#page-epargne div[style^="padding: 0 0 0 20px"] {
	padding: unset !important;
	display: flex;
	flex-wrap: wrap;
}

#page-epargne div[style^="padding: 0 0 0 20px"] > * {
	flex: 0 0 100%;
}

#page-epargne .epargne-left,
#page-epargne .epargne-right {
	background-color: var(--color-gray-100);
	padding: 15px;
	border-radius: var(--border-radius);
	margin-bottom: 15px;
}

#page-epargne .epargne-left h5,
#page-epargne .epargne-right h5 {
	font-size: 1.6rem;
	border: none;
}

#page-epargne .flexLine > label {
	font-size: .875rem;
	font-weight: 500;
	margin-bottom: 0;
	margin-right: 0;
}

#page-epargne .flexLine {
	align-items: center;
	gap: 5px;
}

#page-epargne .total > *:first-child,
#page-epargne .commande > *:first-child {
	flex: 0 0 auto;
	margin-right: 0;
}

#page-epargne .flexLine p {
	margin: 0;
	padding: 0;
	font-size: .875rem;
	min-height: initial;
}

#page-epargne span.texte > p {
	line-height: unset !important;
}

#page-epargne span.texte > p > span {
	font-family: "Roboto" !important;
	font-size: .875rem !important;
}

#tooltipBornesMontantEpargne {
	font-size: .75rem;
	color: var(--color-gray-400);
}

#page-epargne .montant input,
#page-epargne #paiement select {
	width: 100%;
	height: 36px;
	padding: 6px 12px;
	border-radius: 6px;
	font-size: .875rem;
	margin-right: unset;
}

#page-epargne .flexLine#apercu-echeancier {
	flex-direction: column;
	align-items: flex-start;
	background-color: var(--color-white);
	padding: 15px;
	border-radius: var(--border-radius);
}

#page-epargne #tableauApercuEcheancier {
	width: 100%;
	margin: 0;
}

#page-epargne table {
	font-size: .875rem;
	margin-bottom: 0;
}

#page-epargne table th {
	text-transform: none;
	color: var(--color-gray-300);
	background: none;
	font-size: .875rem;
	border: none;
}

#page-epargne table th,
#page-epargne table td {
	font-weight: 400;
}

#page-epargne table td {
	border-top: 1px solid var(--color-gray-100);
	padding: 12px 8px;
}

#page-epargne table tr {
	background: none;
}

#page-epargne .illustration {
	display: none;
}

body[class^="epargnes-confirmation"] #page-epargne > article {
	text-align: center;
	margin-bottom: 30px;
}

body[class^="epargnes-confirmation"] #page-epargne > article .description {
	display: unset !important;
}

body[class^="epargnes-confirmation"] #page-epargne > article .text-success {
	color: var(--color-main);
}

.epargne-btn-wrapper {
	display: flex;
	gap: 15px;
	flex-direction: column;
	align-items: stretch;
	margin-bottom: 10px;
	position: relative;
}

.epargne-btn-wrapper #spinner-enregistrer-dossier {
	position: absolute !important;
	top: 50% !important;
	left: auto !important;
	right: 15px;
	transform: translateY(-50%);
}

.epargne-btn-wrapper #spinner-enregistrer-dossier > * {
	position: relative !important;
	margin: unset !important;
	top: auto !important;
	left: auto !important;
}

@media (min-width: 992px) {
	#page-epargne div[style^="padding: 0 0 0 20px"] {
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}

	#page-epargne div[style^="padding: 0 0 0 20px"] > div {
		flex: 0 0 calc(50% - 15px);
	}

	.epargne-btn-wrapper {
		flex-direction: row;
	}
}

/* Page location */
#page-location {
	padding: unset;
	background: none;
	border-radius: unset;
}

#page-location > form > article {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#page-location > form .titre,
#page-location > form #loadingList,
#page-location > form #filtres,
#page-location > form #ListeLocation {
	flex: 0 0 100%;
}

#page-location > form .titre {
	font-size: 1.8rem;
	font-weight: 700;
}

#page-location > form #ListeLocation {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

#page-location > form #ListeLocation > article {
	flex: 0 0 100%;
}

#page-location > form #ListeLocation > article:not(:first-child) {
	margin-top: 30px;
}

#page-location #ListeLocation .article-location-multiple {
	margin: 0;
}

#page-location .article-location-multiple {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

#page-location .article-location-multiple::before,
#page-location .article-location-multiple::after {
	content: none;
}

#page-location .article-location-multiple > .row {
	margin: 0 !important;
	background-color: var(--color-white);
	box-shadow: var(--box-shadow);
	border-radius: var(--border-radius);
}

#page-location .article-location-multiple > .row > div {
	float: none;
	width: auto;
	padding: unset;
}

#page-location #ListeLocation .article-location-multiple .illustration a {
	height: 180px;
	width: auto;
	border-radius: var(--border-radius) var(--border-radius) 0 0;
}

#page-location #ListeLocation .article-location-multiple article {
	padding: 0 15px;
	background-color: var(--color-white);
}

#page-location #ListeLocation .article-location-multiple .titre-produit {
	font-size: 1.3rem;
	margin: 10px 0 5px;
	font-weight: 500;
}

#page-location #ListeLocation .article-location-multiple .description {
	overflow: hidden;
	height: 60px;
	font-size: .875rem;
	color: var(--color-gray-400);
}

#page-location #ListeLocation .article-location-multiple .prt-o-btn.--primary {
	margin: 15px !important;
	width: calc(100% - 30px)
}

#page-location #ListeLocation article h4.titre-famille {
	font-size: 1.4rem;
	font-weight: 700;
	border: none;
	padding: unset;
}

#page-location .article-location-multiple #location-non-dispo {
	float: none !important;
    font-size: 0 !important;
    position: absolute;
    right: 15px;
    top: -13px;
    z-index: 100;
    font-weight: 500;
    padding: 2px 6px;
    background-color: var(--color-white);
    border: 1px solid var(--color-red);
    border-radius: 2px;
}

#page-location .article-location-multiple #location-non-dispo::after {
	content: 'Non disponible';
	font-size: .875rem;
	color: var(--color-red);
}

#page-location #filtre-critereMedia div[style^="display: flex; align-items:center;"] {
	flex-direction: column;
	align-items: stretch !important;
}

#page-location #collapseFiltreLocation div[style^="padding-left: 20px"] {
	padding: unset !important;
}

#page-location #collapseFiltreLocation div[style^="display: flex; padding-left: 20px;"] {
	flex-direction: column;
	padding: unset !important;
}

#page-location #collapseFiltreLocation div[style^="display: flex; padding-left: 20px;"] div[style^="flex: 0 0 200px"] {
	flex: unset !important;
	margin: 0 0 10px !important;
}

#page-location #collapseFiltreLocation > div:last-child {
	display: flex;
	gap: 10px;
}

#page-location #collapseFiltreLocation > div:last-child > input {
	flex: 0 0 20px;
}

#page-location #collapseFiltreLocation > div:last-child > label {
	font-size: .875rem;
	font-weight: 500 !important;
	cursor: pointer;
}

#page-location #ListeLocation .article-location-multiple .capacite {
	position: absolute;
	top: -13px;
	right: 15px;
	border-radius: 4px;
	background-color: var(--color-main);
	font-size: .875rem;
	color: var(--color-white);
	padding: 4px 8px;
	font-weight: 500;
}

@media (min-width: 992px) {

	#page-location > form #filtres {
		flex: 0 0 calc(25% - 15px);
	}

	#page-location > form #ListeLocation {
		flex-direction: column;
	}

	#page-location > form #ListeLocation {
		flex: 0 0 calc(75% - 15px);
		flex-direction: row;
	}

	#page-location .article-location-multiple {
		flex-direction: row;
		flex-wrap: wrap;
	}

	#page-location .article-location-multiple > .row {
		flex: 0 0 calc(33.3333% - 20px);
		height: 320px;
		overflow: hidden;
	}

	#page-location .article-location-multiple > .row article,
	#page-location .article-location-multiple > .row .prt-o-btn.--primary,
	#page-location .article-location-multiple > .row #location-non-dispo {
		transform: translateY(0);
		transition: color .1s ease-in-out, background-color .1s ease-in-out, border .1s ease-in-out, transform .1s ease-in-out;
	}

	#page-location .article-location-multiple > .row:hover article,
	#page-location .article-location-multiple > .row:hover .prt-o-btn.--primary,
	#page-location .article-location-multiple > .row:hover #location-non-dispo {
		transform: translateY(-55px);
	}

	#page-location #ListeLocation .article-location-multiple .titre-produit {
		height: 48px;
		overflow: hidden;
	}
}

/* Page location detail */
body[class^="locations-detail"] {
	font-family: "Roboto", sans-serif;
	font-size: unset;
	font-weight: unset;
	font-style: unset;
}

#page-location-detail {
	background: none;
	padding: unset;
	border-radius: unset;
}

#page-location-detail article > h4 {
	font-size: 1.8rem;
	font-weight: 700;
}

#page-location-detail #dispo-loc h5 {
	font-size: 1.2rem;
	font-weight: 700;
}

#page-location-detail #dispo-loc .location-right h5 {
	text-align: center;
}

#page-location-detail #dispo-loc article {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#page-location-detail #dispo-loc .location-left,
#page-location-detail #dispo-loc .location-right {
	background-color: var(--color-white);
	box-shadow: var(--box-shadow);
	border: 1px solid var(--color-gray-100);
	padding: 15px;
	border-radius: var(--border-radius);
	margin-bottom: 30px;
}

#page-location-detail #dispo-loc .location-right > .form-group .col-sm-12 {
	text-align: center;
	margin: 10px 0;
}

#page-location-detail #dispo-loc .formules .tab-content .tab-pane {
	border: none;
}

#page-location-detail #dispo-loc .nav-tabs {
	border-bottom: 1px solid var(--color-gray-200);
}

#page-location-detail #dispo-loc .formules > .nav-tabs > li > a,
#page-location-detail #dispo-loc .formules > .nav-tabs > li > a:hover,
#page-location-detail #dispo-loc .formules > nav-tabs > li > a:focus {
	color: var(--color-black);
	font-size: 1rem;
	text-transform: lowercase;
	font-weight: 400;
	border: none;
	background: none;
}

#page-location-detail #dispo-loc .formules > .nav-tabs > li > a:first-letter {
	text-transform: uppercase;
}

#page-location-detail #dispo-loc .formules > .nav-tabs > li.active > a {
	font-weight: 700;
}

#page-location-detail #dispo-loc .formules > .nav-tabs > li.active > a::before {
	content: "";
	width: 100%;
	height: 4px;
	border-radius: var(--border-radius);
	background-color: var(--color-main);
	position: absolute;
	bottom: 0;
	left: 0;
}

#page-location-detail #dispo-loc .formules {
	margin-bottom: 0;
}

#page-location-detail #calendrier .col-sm-12 {
	float: none;
	padding: unset;
}

#page-location-detail #calendrier .prt-o-btn.--primary {
	color: var(--color-black);
}

#page-location-detail #calendrier .prt-o-btn.--primary:hover {
	color: var(--color-main);
}

#page-location-detail #calendrier .prt-o-btn.--primary,
#page-location-detail #calendrier .prt-o-btn.--primary:hover,
#page-location-detail #calendrier .prt-o-btn.--primary:focus {
	background: none !important;
	border: none !important;
}

#page-location-detail #calendrier .fa-lg {
	font-size: 1.4rem;
	font-weight: 900;
}

#page-location-detail #calendrier .fa-chevron-left:before {
	content: "\f104";
}

#page-location-detail #calendrier .fa-chevron-right:before {
	content: "\f105";
}

#page-location-detail #calendrier .clndr-controls {
	gap: 15px;
}

#page-location-detail #calendrier .clndr-controls > div {
	flex: unset !important;
	margin: unset !important;
}

#page-location-detail #calendrier .clndr select {
	font-size: .875rem;
}

#calendrier-location-dispo,
#calendrier-location-dispo .header-days {
	background: none;
}

#calendrier-location-dispo .header-day {
	color: var(--color-black);
	text-transform: none;
	font-size: .75rem;
}

#calendrier-location-dispo td {
	border: none;
}

#calendrier-location-dispo .day-contents {
	font-weight: 500;
	font-size: .75rem;
}

#calendrier-location-dispo :not(.libre) .day-contents {
	color: var(--color-gray-400);
}

#calendrier-location-dispo .libre .day-contents {
	color: var(--color-green);
}

#calendrier-location-dispo .selectedDay {
	background-color: var(--color-main);
}

#calendrier-location-dispo .past.selectedDay {
	background-color: var(--color-red);
}

#calendrier-location-dispo .selectedDay .day-contents {
	color: var(--color-white);
}

#page-location-detail #loc-resa-form {
	display: none;
}

#page-location-detail > div > div > article {
	display: flex;
	flex-direction: column;
}

#page-location-detail #info-loc {
	order: 3;
	margin-bottom: 30px;
}

#page-location-detail #info-loc h5 {
	font-weight: 700;
	font-size: 1.2rem;
}

@media (min-width: 992px) {

	#page-location-detail #dispo-loc article {
		flex-direction: row;
	}

	#page-location-detail #dispo-loc .location-left {
		flex: 0 0 calc(66.6666% - 30px);
		padding: 15px 30px;
	}

	#page-location-detail #dispo-loc .location-right {
		flex: 0 0 33.3333%;
	}

	#dispo-loc #calendrier {
		padding: 0 20px;
	}
}

/* Page location resa */
#page-location-resa {
	background: none;
	padding: unset;
	border-radius: unset;
	margin-bottom: 30px;
}

#page-location-resa article h4.titre {
	font-weight: 700;
	font-size: 1.8rem;
}

#page-location-resa article h5 {
	font-size: 1.2rem;
	margin-bottom: 15px;
	font-weight: 500;
}

#table-article-location,
#table-article-option,
#tableCommandeGroupe {
	font-size: .875rem;
	margin-bottom: 0;
}

#page-location-resa div.table-responsive,
#page-location-detail-droite-confirmation div.table-responsive,
#page-location-detail-droite-confirmation #tunnel-table-participant {
	background-color: var(--color-white);
	border: 1px solid var(--color-gray-200);
	padding: 15px;
	border-radius: var(--border-radius);
	margin-bottom: 15px;
}

#page-location-resa .table-striped > tbody > tr,
#page-location-resa #table-article-location th,
#table-article-option th,
#tableCommandeGroupe th,
#table-article-option.table-striped > tbody > tr {
	background: none;
}

#page-location-resa #table-article-location th,
#table-article-option th,
#tableCommandeGroupe th {
	text-transform: none;
	font-size: .875rem;
	border: none;
	color: var(--color-gray-400);
	font-weight: 500;
}

#page-location-resa #table-article-location td,
#page-location-detail-droite-confirmation #table-article-option td {
	vertical-align: middle;
	border-top: 1px solid var(--color-gray-100);
}

#page-location-resa td.mnt-euro {
	font-weight: 400;
}

#page-location-resa #table-article-location td #montantsub {
	color: var(--color-gray-400);
}

#page-location-resa #table-article-location td #montantprixfinal {
	color: var(--color-main);
	font-weight: 500;
}

.resa-button-group {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

#page-location-resa #loc-resa-form .flexLine {
	gap: 10px;
}

#page-location-resa #loc-resa-form .flexLine > * {
	margin-right: 0;
}

/* Page contact */
#article-contact {
	margin-top: 30px;
	margin-bottom: 30px;
}

#article-contact > article {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 30px;
}

#article-contact h4,
#article-contact article > h5,
#article-contact #formulaireContact label {
	display: none;
}

#article-contact .article-contact__coordonnees {
	flex-direction: column;
	margin-top: 0;
	background-color: var(--color-gray-100);
	padding: 15px;
	border-radius: var(--border-radius);
}

#article-contact .article-contact__coordonnees figure {
	width: 100%;
	display: block;
	height: 150px;
	margin-right: unset;
	margin-bottom: 15px;
}

#article-contact .article-contact__coordonnees figure img {
	background-color: var(--color-white);
	height: inherit;
}

#article-contact #formulaireContact {
	background-color: var(--color-gray-100);
	padding: 15px;
	border-radius: var(--border-radius);
}

#article-contact #formulaireContact h5 {
	text-transform: lowercase;
	font-size: 1.8rem;
	margin-bottom: 15px;
}

#article-contact #formulaireContact h5:first-letter {
	text-transform: uppercase;
}

#article-contact .validation-summary-errors {
	margin-top: 15px;
}

@media (min-width: 992px) {

	#article-contact {
		margin-top: 60px;
	}

	#article-contact > article {
		flex-direction: row;
		align-items: flex-start;
	}

	#article-contact .article-contact__coordonnees {
		flex: 0 0 25%;
	}

	#article-contact #formulaireContact {
		flex: 0 0 calc(75% - 30px);
		padding: 30px;
	}

	#article-contact #formulaireContact h5 {
		margin-bottom: 30px;
	}
}

/* Page groupe */
#page-groupe {
	background: none;
	padding: unset;
	border-radius: unset;
}

#page-groupe article {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

#page-groupe article h4.titre {
	font-size: 1.8rem;
	font-weight: 700;
	flex: 0 0 100%;
}

#page-groupe article .filtres {
	background-color: var(--color-gray-100);
	padding: 15px;
	border-radius: var(--border-radius);
	margin-bottom: 30px;
}

#page-groupe #filtre-groupe {
	border: none !important;
}

#page-groupe #filtre-groupe .form-group {
	flex-direction: column;
	gap: 15px;
	align-items: stretch !important;
}

#page-groupe #filtre-groupe .form-group > input {
	flex: unset !important;
}

#page-groupe article .orderby > input:checked + label {
	color: var(--color-main);
	font-weight: 500;
}

#page-groupe #collapseFiltreGroupe div[style^="display: flex; padding-left: 20px;"] {
	padding-left: unset !important;
	flex-direction: column;
}

#page-groupe #collapseFiltreGroupe div[style^="flex: 0 0 200px"] {
	flex: unset !important;
	margin: unset !important;
}

#page-groupe #liste-produit-groupe {
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
}

#page-groupe #liste-produit-groupe .page-groupe-liste {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 30px;
}

#page-groupe #liste-produit-groupe > article {
	flex: 0 0 100%;
}

#page-groupe #liste-produit-groupe .page-groupe-liste-item article {
	gap: 10px;
	padding: 15px;
	background-color: var(--color-white);
}

#page-groupe #liste-produit-groupe .row {
	margin: 0;
	box-shadow: var(--box-shadow);
	background-color: var(--color-white);
	border-radius: var(--border-radius);
}

#page-groupe #liste-produit-groupe > .row {
	margin: 0 0 30px;
}

#page-groupe #liste-produit-groupe article h4.produit-groupe-header {
	font-size: 1.3rem;
	font-weight: 700;
	border: none;
	padding: unset;
}

#page-groupe #liste-produit-groupe article h4.produit-groupe-header:first-letter {
	text-transform: uppercase;
}

#page-groupe #liste-produit-groupe .page-groupe-liste-item {
	margin: 0 0 15px;
}

#page-groupe #liste-produit-groupe .page-groupe-liste-item > div {
	float: none;
	width: auto;
	padding: unset;
}

#page-groupe #liste-produit-groupe .page-groupe-liste-item::before,
#page-groupe #liste-produit-groupe .page-groupe-liste-item::after {
	content: none;
}

#page-groupe #liste-produit-groupe .item-groupe-description {
	font-size: .875rem;
	color: var(--color-gray-400);
	height: 60px;
	overflow: hidden;
	background-color: var(--color-white);
	position: relative;
}

#page-groupe #liste-produit-groupe .page-groupe-liste-item .illustration a {
	height: 180px;
	border-radius: var(--border-radius) var(--border-radius) 0 0;
	width: auto;
}

#page-groupe #liste-produit-groupe .page-groupe-liste-item .item-groupe-titre {
	font-size: 1.2rem;
	font-weight: 500;
	color: var(--color-black);
	margin-bottom: 0;
	height: 46px;
	overflow: hidden;
}

#page-groupe #liste-produit-groupe .page-groupe-liste-item .item-groupe-date {
	color: var(--color-black);
	font-size: .75rem;
	margin-bottom: 0;
}

#page-groupe #liste-produit-groupe .page-groupe-liste-item .prt-o-btn.--primary {
	width: calc(100% - 30px);
	margin: 0 15px !important;
}

@media (min-width: 992px) {

	#page-groupe article .filtres {
		flex: 0 0 25%;
	}

	#page-groupe article .groupes-right {
		flex: 0 0 calc(75% - 30px);
	}

	#page-groupe #liste-produit-groupe .row {
		flex: 0 0 calc(33.3333% - 20px);
	}

	#page-groupe #liste-produit-groupe .row {
		height: 350px;
		overflow: hidden;
	}

	#page-groupe #liste-produit-groupe .page-groupe-liste-item article,
	#page-groupe #liste-produit-groupe .page-groupe-liste-item .prt-o-btn.--primary {
		transform: translateY(0);
		transition: transform .1s ease-in-out, border .1s ease-in-out, background .1s ease-in-out, color .1s ease-in-out;
	}

	#page-groupe #liste-produit-groupe .page-groupe-liste-item:hover article,
	#page-groupe #liste-produit-groupe .page-groupe-liste-item:hover .prt-o-btn.--primary {
		transform: translateY(-54px);
	}
}

/* Page groupe produit */
body[class^="groupes-produit"] {
	font-family: "Roboto", sans-serif;
	font-size: unset;
	font-style: unset;
	font-weight: unset;
}

#page-groupe-detail {
	background: none;
	padding: unset;
	border-radius: unset;
}

#page-groupe-detail #dispo-grp h4.titre {
	font-size: 1.8rem;
	font-weight: 700;
}

#page-groupe-detail #dispo-grp > article {
	display: flex;
	flex-direction: column;
	gap: 0 30px;
}

#page-groupe-detail .page-groupe-detail-right {
	background-color: var(--color-gray-100);
	padding: 5px 15px 15px;
	border-radius: var(--border-radius);
	margin-bottom: 30px;
}

#page-groupe-detail .page-groupe-detail-right h5 {
	font-size: 1.3rem;
	font-weight: 700;
}

.page-groupe-detail-right .page-groupe-tarif ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border: none;
}

.page-groupe-detail-right .page-groupe-tarif ul li {
	background-color: var(--color-white);
	padding: 15px;
	border-radius: var(--border-radius);
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	justify-content: unset;
    align-items: unset;
    flex-wrap: unset;
}

.page-groupe-detail-right .page-groupe-tarif ul li .libelle-commande {
	font-size: 1.1rem;
	font-weight: 500;
}

.page-groupe-detail-right .page-groupe-tarif ul li .libelle-commande > span {
	display: block;
	font-size: .875rem;
	color: var(--color-gray-400);
	font-weight: 400;
    margin-top: 5px;
}

.page-groupe-detail-right .page-groupe-tarif ul li .mnt-euro {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid var(--color-gray-200);
	padding-bottom: 15px;
	margin-left: unset;
	font-size: 1rem;
	color: inherit;
	font-weight: 400;
}

.page-groupe-detail-right .page-groupe-tarif ul li #montantprix,
.page-groupe-detail-right .page-groupe-tarif ul li #montantsub {
	color: var(--color-gray-400);
}

.page-groupe-detail-right .page-groupe-tarif ul li #montantprixfinal {
	color: var(--color-main);
	font-weight: 500;
}

.page-groupe-detail-right .page-groupe-tarif ul li .quantite.reserver {
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.page-groupe-detail-right .page-groupe-tarif ul li sup {
	margin-right: auto;
	margin-top: 7px;
	font-size: .6rem;
    margin-left: 3px;
}

.page-groupe-detail-right .page-groupe-tarif .msg-table p {
	font-size: .75rem;
	color: var(--color-gray-400);
	margin-bottom: 0;
	margin-top: 5px;
}

.page-groupe-detail-right .page-groupe-tarif ul li button:not(.decrement):not(.increment) {
	width: 100%;
}

#page-groupe-detail #lien-illustration {
	pointer-events: none;
}

#page-groupe-detail .page-groupe-detail-left {
	overflow: hidden;
	margin-bottom: 30px;
}

#page-groupe-detail .slick-carousel-produit img,
#page-groupe-detail .slider-for img {
	margin: 0 auto;
}

#page-groupe-detail .slick-carousel-produit {
	margin-bottom: 15px;
}

#page-groupe-detail .slick-carousel-produit img {
	max-width: 100%;
	height: auto;
	max-height: 400px;
}

#page-groupe-detail .slider-for .slick-slide > div > div {
	margin: 0 3px;
	height: 80px;
	width: auto !important;
}

.page-groupe-detail-right .page-groupe-tarif {
	display: block !important;
}

.page-groupe-detail-right .page-groupe-tarif .quantite.reserver button > span {
	display: block !important;
}

.page-groupe-detail-right .table-responsive,
.page-groupe-detail-left .bx-wrapper,
.page-groupe-detail-right .page-groupe-tarif ul li button .fa-refresh {
	display: none;
}

.page-groupe-detail-left {
	background-color: var(--color-white);
	box-shadow: var(--box-shadow);
	border-radius: var(--border-radius);
	border: 1px solid var(--color-gray-100);
	padding: 15px;
}

#page-groupe-detail #dispo-grp .grp-champ-perso,
#page-groupe-detail #dispo-grp .grp-capacite {
	flex-direction: column;
	margin-bottom: 15px;
}

#page-groupe-detail #dispo-grp .grp-champ-perso > *,
#page-groupe-detail #dispo-grp .grp-capacite > * {
	font-size: .875rem;
	font-weight: 400;
	flex: unset;
}

#page-groupe-detail #dispo-grp .grp-champ-perso label,
#page-groupe-detail #dispo-grp .grp-capacite label {
	font-weight: 500;
	margin-bottom: 0;
}

#page-groupe-detail #dispo-grp .description {
	font-size: .875rem;
	color: var(--color-gray-400);
}

.page-groupe-detail-left h5 {
	font-weight: 700;
	font-size: 1.1rem;
}

#page-groupe-detail #dispo-grp .formules .tab-content > .active {
	border-color: var(--color-white);
}

#page-groupe-detail #dispo-grp .formules > .nav-tabs > li > a,
#page-groupe-detail #dispo-grp .formules > .nav-tabs > li > a:hover,
#page-groupe-detail #dispo-grp .formules > nav-tabs > li > a:focus {
	font-size: 1rem;
	color: var(--color-black);
	font-weight: 400;
	background-color: var(--color-white);
	border: none;
}

#page-groupe-detail #dispo-grp .formules > .nav-tabs > li {
	margin-bottom: 0;
}

#page-groupe-detail #dispo-grp .formules > .nav-tabs > li.active > a {
	font-weight: 700;
	position: relative;
}

#page-groupe-detail #dispo-grp .formules > .nav-tabs > li.active > a::before {
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: var(--border-radius);
	background-color: var(--color-main);
}

#page-groupe-detail #dispo-grp .formules .nav-tabs {
	border-bottom: 1px solid var(--color-gray-200);
}

body:not(.home) nav.document-liste > a {
	font-size: .875rem;
	border: none;
	display: flex !important;
	gap: 7px;
	padding: 7px !important;
	align-items: center;
	border-radius: var(--border-radius);
	line-height: unset;
	color: var(--color-black);
	max-height: 36px;
}

body:not(.home) nav.document-liste > a:hover {
	background-color: var(--color-gray-100);
	font-weight: 500;
}

body:not(.home) nav.document-liste a i {
	font-size: 1.3rem;
	padding: 0;
}

body:not(.home) nav.document-liste .poids,
.page-groupe-detail-right .page-groupe-tarif .quantite.reserver button > i {
	display: none;
}

body:not(.home) nav.document-liste > a .fa-file-pdf-o {
	color: var(--color-red);
}

body:not(.home) nav.document-liste > a .fa-file-image-o {
	color: var(--color-gray-400);
}

#listeCommandeGroupe .quantite .quantiteOptions {
	float: left;
	font-size: 1.8rem;
	font-weight: 700;
	border-color: var(--color-white) !important;
}

.page-groupe-detail-right .page-groupe-tarif ul li .quantite.reserver .increment-wrapper {
	flex: unset;
	width: 150px;
	margin: 15px auto 0;
}

.page-groupe-detail-right .increment-wrapper .decrement,
.page-groupe-detail-right .increment-wrapper .increment {
	font-size: 1.4rem;
}

@media (min-width: 992px) {
	#page-groupe-detail #dispo-grp > article {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	#page-groupe-detail #dispo-grp h4.titre {
		flex: 0 0 100%;
	}

	#page-groupe-detail .page-groupe-detail-left {
		flex: 0 0 calc(75% - 30px);
	}

	#page-groupe-detail .page-groupe-detail-right {
		flex: 0 0 25%;
	}

	#page-groupe-detail .slider-for .slick-slide > div {
		width: 160px;
		margin: 0 auto;
		cursor: pointer;
	}

	#page-groupe-detail .slick-carousel-produit img {
		max-width: 800px;
		max-height: 400px;
	}

	.page-groupe-detail-left {
		padding: 30px;
	}

	.page-groupe-detail-left #info-grp > article::before,
	.page-groupe-detail-left #info-grp > article::after {
		content: "";
		clear: both;
		display: table;
	}

	.page-groupe-detail-left #info-grp > article .visuel {
		float: left;
		width: calc(50% - 30px);
		min-height: 330px;
		max-height: 540px;
		margin-bottom: 15px;
	}

	.page-groupe-detail-left #info-grp > article .visuel img {
		max-height: 540px;
	}

	.page-groupe-detail-left #info-grp > article > h5,
	.page-groupe-detail-left #info-grp > article > .grp-capacite,
	.page-groupe-detail-left #info-grp > article > #document-attache {
		float: right;
		width: 50%;
	}
}

/* Ressources partagées */
#article-ressources-partagees > article {
	display: flex;
	flex-flow: row wrap;
	gap: 15px 30px;
}

#article-ressources-partagees > article > * {
	flex: 0 0 100%;
}

#article-ressources-partagees .ressources-partagees__plagedate {
	margin: 5px 0 10px;
	gap: 10px;
}

#article-ressources-partagees .ressources-partagees__plagedate > * {
	margin: 0;
	font-size: .875rem;
}

#article-ressources-partagees .ressources-partagees__plagedate > *:nth-child(2n),
#article-ressources-partagees #filtre > select {
	padding: 8px;
}

#article-ressources-partagees #filtre {
	gap: 10px;
	margin: 10px 0 30px;
}

#article-ressources-partagees #filtre > * {
	font-size: .875rem;
	font-weight: 500;
}

#article-ressources-partagees .ressources-partagees__plagedate label,
#article-ressources-partagees #filtre label {
	margin: 0;
	font-weight: 500;
}

#article-ressources-partagees #filtre > select {
	border: 1px solid var(--color-gray-200);
	border-radius: 4px;
	margin: 0;
}

#article-ressources-partagees #filtre > select:focus {
	border: 1px solid var(--color-main);
}

#article-ressources-partagees #filtre #BTN_VUE_LISTE,
#article-ressources-partagees #filtre #BTN_VUE_VIGNETTES,
#article-ressources-partagees #filtre label:last-of-type {
	display: none;
}

#article-ressources-partagees #filtre-critereMedia {
	position: relative;
	gap: 0 10px;
}

#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette h4.famille-ressources-titre {
	font-family: "Roboto", sans-serif;
	border: none;
	font-weight: 700;
	font-size: 1.5rem;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 15px;
}

#article-ressources-partagees #filtre-critereMedia input {
	width: 100%;
	margin-bottom: 15px;
}

#article-ressources-partagees #collapseFiltreMedia > div {
	padding: 0;
	margin: 15px 0;
	display: block;
	border: none;
}

#article-ressources-partagees #collapseFiltreMedia > div > div {
	margin: 0;
}

#article-ressources-partagees #collapseFiltreMedia > div > div label {
	padding: 0;
	margin-bottom: 5px;
	display: inline-block;
	text-align: left;
}

#article-ressources-partagees #collapseFiltreMedia > div > div:nth-child(3),
#article-ressources-partagees #collapseFiltreMedia > div > div:nth-child(4) {
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-end;
	gap: 7px;
	margin: 15px 0;
}

#article-ressources-partagees #collapseFiltreMedia > div > div:nth-child(3) label,
#article-ressources-partagees #collapseFiltreMedia > div > div:nth-child(4) label {
	margin: 0;
}

#article-ressources-partagees #collapseFiltreMedia > div > div:nth-child(3) input,
#article-ressources-partagees #collapseFiltreMedia > div > div:nth-child(4) input {
	width: 20px;
	height: 20px;
	margin: 0;
}

#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette .card-liste-ressources {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 30px;
}

#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette .card-liste-ressources .card-ressource {
	border: 1px solid var(--color-gray-100);
	box-shadow: var(--box-shadow);
	border-radius: var(--border-radius);
	padding: 0;
	height: auto;
	margin: 0;
	display: flex;
	flex-flow: column nowrap;
}

#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette .card-liste-ressources .card-ressource .ressource-nouveaute {
	top: 170px;
	left: 15px;
	right: auto;
	z-index: 1030;
	background-color: var(--color-white);
	padding: 3px 6px;
	border-radius: 2px;
	line-height: 1;
	box-shadow: 0 0 1px rgba(0,0,0,.25);
	transition: transform .1s ease-in-out;
}

#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette .card-liste-ressources .card-ressource .ressource-nouveaute::after,
#ressource.ressource-detail .details .ressource-nouveaute::after {
	content: "Nouveau";
	font-size: .875rem;
	font-weight: 500;
	color: var(--color-main);
	transition: color .1s ease-in-out;
}

#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette .card-liste-ressources .card-ressource .ressource-nouveaute img,
#ressource.ressource-detail .details .ressource-nouveaute img {
	display: none;
}

#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette .card-liste-ressources .card-ressource .ressource-titre {
	font-weight: 500;
	font-size: 1.2rem;
	order: 2;
	padding: 15px;
	flex: 0 0 76px;
	overflow: hidden;
	background-color: var(--color-white);
}

#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette .card-liste-ressources .card-ressource figure.ressource-illustration {
	order: 1;
	display: block;
	height: auto;
	margin: 0;
	flex: 0 0 180px;
}

#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette .card-liste-ressources .card-ressource div[style^="width: 100%;display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center"] {
	order: 3;
	display: block !important;
	padding: 0 15px 15px;
}

#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette .card-liste-ressources .card-ressource .ressource-dispo {
	position: absolute;
	top: 170px;
	right: 15px;
}

#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette .card-liste-ressources .card-ressource .ressource-dispo .dispo-media-vert,
#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette .card-liste-ressources .card-ressource .ressource-dispo .dispo-media-rouge {
	padding: 0;
	color: var(--color-white);
	font-size: .875rem;
	font-weight: 500;
	padding: 3px 9px;
	border-radius: 2px;
}

#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette .card-liste-ressources .card-ressource .ressource-dispo .dispo-media-vert {
	background-color: var(--color-green);
}

#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette .card-liste-ressources .card-ressource .ressource-dispo .dispo-media-rouge {
	background-color: var(--color-red);
}

#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette .card-liste-ressources .card-ressource .ressource-detail a {
	width: 100%;
}

#article-ressources-partagees > article > .ressources-partagees__liste .paginateur {
	margin-bottom: 30px
}

@media (min-width: 992px) {

	#article-ressources-partagees > article > .ressources-partagees__recherche {
		flex: 0 0 25%;
	}

	#article-ressources-partagees > article > .ressources-partagees__liste {
		flex: 0 0 calc(75% - 30px);
	}

	#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette .card-liste-ressources {
		grid-template-columns: repeat(3, 3fr);
	}

	#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette .card-liste-ressources .card-ressource {
		height: 257px;
	}

	#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette .card-liste-ressources .card-ressource .ressource-titre,
	#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette .card-liste-ressources .card-ressource .ressource-dispo,
	#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette .card-liste-ressources .card-ressource .ressource-detail {
		transform: translateY(0);
		transition: transform .1s ease-in-out;
	}

	#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette .card-liste-ressources .card-ressource:hover .ressource-titre,
	#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette .card-liste-ressources .card-ressource:hover .ressource-dispo,
	#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette .card-liste-ressources .card-ressource:hover .ressource-detail,
	#article-ressources-partagees #ListeMedia .ressources-partagees__liste-ressources--vignette .card-liste-ressources .card-ressource:hover .ressource-nouveaute{
		transform: translateY(-53px);
	}
}

/* Ressources détails */
.ressource-detail > article {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 15px;
}

.ressource-detail > article > h5 {
	font-size: 1.5rem !important;
	font-weight: 500 !important;
}

#ressource.ressource-detail .details {
	background-color: var(--color-white);
	padding: 15px;
	border: 1px solid var(--color-gray-100);
	box-shadow: var(--box-shadow);
	border-radius: var(--border-radius);
	margin-bottom: 15px;
}

#ressource.ressource-detail .ressource-detail__form-resa,
#ressource.ressource-detail .ressource-detail__info-panel {
	background-color: var(--color-gray-100);
	border-radius: var(--border-radius);
	padding: 15px;
	margin-bottom: 30px;
}

#ressource.ressource-detail .ressource-detail__form-resa h5,
#ressource.ressource-detail .ressource-detail__info-panel h5 {
	padding: 0;
	border: none;
	font-size: 1.2rem;
	font-weight: 700;
	margin-top: 0;
}

#ressource.ressource-detail .details {
	flex-wrap: wrap;
}

#ressource.ressource-detail .details .ressource-nouveaute {
	position: relative;
	flex: 0 0 100%;
}

#ressource.ressource-detail .details figure.ressource-detail-illustration {
	order: 2;
	display: block;
	height: auto;
	margin: 0;
	overflow: unset;
	flex: unset;
}

#ressource.ressource-detail .details .ressource-description {
	order: 3;
}

#ressource.ressource-detail .ressource-detail__form-resa .resa {
	gap: 10px;
	align-items: center;
}

#ressource.ressource-detail .ressource-detail__form-resa .resa > * {
	margin: 0 !important;
	max-width: 145px;
	font-size: .85rem;
}

#ressource.ressource-detail .ressource-detail__form-resa .resa > label,
#ressource.ressource-detail .ressource-detail__info-panel .dispo > label {
	font-size: .85rem;
	font-weight: 500;
}

#ressource.ressource-detail .ressource-detail__info-panel .dispo {
	gap: 10px;
}

#ressource.ressource-detail .ressource-detail__info-panel .dispo > * {
	margin: 0 !important;
}

#ressource.ressource-detail .ressource-detail__info-panel .dispo > :first-child {
	flex: 0 0 100%;
}

#ressource.ressource-detail .ressource-detail__info-panel .dispo > input {
	max-width: 110px;
}

#ressource.ressource-detail .ressource-detail__info-panel #weekly-schedule {
	margin-bottom: 20px;
}

.ressource-detail .ressource-detail__info-panel .schedule-header th span {
	font-size: 6px !important;
}

.ressource-detail .ressource-detail__info-panel .schedule-rows td[data-permanence] {
	background-color: var(--color-green);
}

.ressource-detail .ressource-detail__info-panel .schedule-rows td {
	padding: 2px;
	border-color: var(--color-gray-100);
	width: auto;
}

.ressource-detail .ressource-detail__info-panel .schedule-rows td:first-child {
	font-size: 6px;
	bottom: unset;
}

#ressource.ressource-detail .ressource-detail__validation {
	gap: 10px;
}

.ressource-detail__gauche .widget-label,
.ressource-detail__info-panel .widget-label {
	font-family: "Roboto", sans-serif;
	font-size: 1.4rem;
	text-transform: none;
	height: unset;
	padding-left: unset;
	color: var(--color-black);
	line-height: unset;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 15px;
}

.ressource-detail__logo {
	margin-bottom: 30px;
}

@media (min-width: 992px) {

	.ressource-detail > article {
		flex-direction: row;
		gap: 15px 30px;
	}

	.ressource-detail > article > h4,
	.ressource-detail > article > h5 {
		flex: 0 0 100%;
	}

	#ressource.ressource-detail .details {
		flex: 0 0 calc(75% - 30px);
		align-self: baseline;
		gap: 10px 30px;
	}

	#ressource.ressource-detail .ressource-detail__aside {
		flex: 0 0 25%;
	}

	#ressource.ressource-detail .details .ressource-description {
		flex: 0 0 50%;
	}

	#ressource.ressource-detail .details figure.ressource-detail-illustration {
		flex: 0 0 calc(50% - 30px);
	}

	#ressource.ressource-detail .ressource-detail__form-resa .resa > * {
		max-width: 100px;
	}
}

/* Cookie consent */
.cc-window.cc-type-info.cc-theme-block.cc-bottom {
	border: 1px solid var(--color-gray-100);
	background-color: var(--color-white);
	flex-direction: column;
	padding: 15px;
	gap: 15px;
}

.cc-bottom > .cc-message {
	font-family: "Roboto", sans-serif;
	color: var(--color-black);
	font-size: .875rem;
	padding: 0;
	max-height: 350px;
	overflow-y: auto;
	line-height: 1.4;
}

.cc-bottom > .cc-message a {
	color: var(--color-black);
	opacity: 1;
	text-decoration: none;
	font-weight: 500;
}

.cc-bottom > .cc-message a:hover {
	color: var(--color-main);
}

.cc-bottom > .cc-message ul {
	margin-top: 10px;
	padding-left: 15px;
}

.cc-bottom > .cc-message ul li:not(:last-child) {
	margin-bottom: 5px;
}

.cc-bottom .cc-btn {
	font-family: "Roboto", sans-serif;
}

@media (min-width: 992px) {

	.cc-window.cc-type-info.cc-theme-block.cc-bottom {
		width: 400px;
		border-radius: var(--border-radius);
		box-shadow: var(--box-shadow);
		margin: 15px;
	}
}

/* Alert */
.text-success {
	color: var(--color-green);
}

.validation-summary-errors,
.portlet-connexion #form-identification .validation-summary-errors,
#form-identification.public .validation-summary-errors {
	font-size: .875rem;
	background: none;
	color: var(--color-red);
	border: none;
	text-shadow: unset;
	padding: 0;
	margin-bottom: 10px;
}

.validation-summary-errors ul,
.portlet-connexion #form-identification .validation-summary-errors ul,
#form-identification.public .validation-summary-errors ul {
	list-style: none;
	padding: 0;
}

.alert {
	background: none;
	border: none;
	padding: 15px 0;
	font-size: .875rem;
}

.alert-danger,
#errors,
#page-paniers ul[id^="errors"] {
	color: var(--color-red);
}

/* Help block */
.help-block {
	color: var(--color-gray-400);
	font-size: .85rem;
}

/* Paginateur */
.paginateur button {
    border: none;
    background: none;
}

.paginateur button > i {
    font-weight: 900;
    font-size: 1.2rem;
}

.paginateur button:hover > i {
    color: var(--color-main);
}

/* Date picker */
.ui-widget-header,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-widget-header .ui-icon {
    background: none;
    border: none;
    text-align: center;
    padding: .557em;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
	color: var(--color-main);
}

.ui-datepicker-header .ui-icon::before {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    font-size: 1.1rem;
    left: 0;
    color: var(--color-black);
    text-indent: initial;
    top: 0;
}

.ui-icon-circle-triangle-w::before {
    transform: rotate(180deg);
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: var(--color-main);
    color:var(--color-white);
    border-radius: 50%;
}

.ui-widget-header a {
	color: var(--color-black);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
	border: none;
	background: none;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	font-weight: 900;
}

/* Modal */
.modal-content {
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    border: none;
}

.modal-header {
    border-bottom: 1px solid var(--color-white);
    text-align: center;
}

.modal-header > :not(.close) {
    font-size: 1.4rem;
    font-weight: 700;
    float: none;
    line-height: unset;
}

.modal-footer {
    border-top: 1px solid var(--color-white);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    padding: 0 15px 30px;
}

.modal-footer .col-md-12 {
	display: flex;
	gap: 15px;
	justify-content: center;
}

.modal-footer::before,
.modal-footer::after {
    content: none;
}

.modal-body p:last-child {
    margin-bottom: 0;
}

.modal-body span > strong {
    color: var(--color-main);
}

.modal-body div > img {
    border-radius: var(--border-radius);
}

#FinAjoutLigne.in {
    padding-right: 0 !important;
}

#PopupSubCompl .modal-footer > * {
    float: none;
    width: auto;
}

#PopupSubCompl .modal-footer > .col-md-4 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

div[class^="modal fade DossierPrestationModal"] .row > .col-md-12:last-child {
	text-align: center;
	margin: 15px 0;
}

#tunnel-table-participant > p {
	font-size: .875rem !important;
	color: var(--color-gray-400) !important;
}

@media (max-width: 768px) {

    .modal-body article {
        flex-direction: column;
    }

    .modal-body article > div:first-child {
        margin-right: 0 !important;
    }
}

@media (min-width: 768px) {

    .modal-header {
        padding: 30px 30px 15px;
    }

    .modal-body {
        padding: 15px 30px;
    }

    .modal-footer {
        align-items: center;
        padding: 15px 30px 30px;
    }

    .modal-footer > a,
    .modal-footer > button {
        width: 370px;
    }

	.modal-sm {
		width: 600px;
	}
}

/* Page recherche */
.home-searchsite main > .container {
	width: 100%;
	padding: unset !important;
	margin: unset !important;
}

#page-recherche-resultat > .row,
[id^="collapseActivite"] .page-groupe-liste > article > .row,
#page-recherche-resultat #page > article > h4:only-child {
	margin: unset !important;
}

#page-recherche-resultat > .row > .col-sm-12 {
	padding: unset !important;
}

.resultats-recherche {
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px 0;
}

.resultats-recherche > h4 {
	font-size: 1.4rem;
    font-weight: 700;
	margin-bottom: 30px;
}

.home-searchsite .resultats-recherche a.resultats-recherche-entete {
	display: flex;
	align-items: center;
	overflow: hidden;
	white-space: nowrap;
	gap: 5px;
	color: var(--color-black);
	background-color: var(--color-gray-100);
	padding: 15px;
	margin: 15px 0;
	border-radius: var(--border-radius);
	transition: background .1s ease-in-out;
}

.home-searchsite .resultats-recherche a.resultats-recherche-entete:hover {
	background-color: var(--color-gray-200);
}

.home-searchsite .resultats-recherche a.resultats-recherche-entete > button > i {
	transition: transform .1s linear;
}

.home-searchsite .resultats-recherche a.resultats-recherche-entete[aria-expanded="true"] > button > i {
	transform: rotate(180deg);
}

.home-searchsite .resultats-recherche a.resultats-recherche-entete strong {
	overflow: hidden;
	text-overflow: ellipsis;
}

.home-searchsite .resultats-recherche a.resultats-recherche-entete .badge {
	background-color: var(--color-main);
	float: none !important;
	flex-shrink: 0;
	margin-left: auto;
}

.home-searchsite .resultats-recherche a.resultats-recherche-entete .btn-success {
	background-color: transparent;
	color: var(--color-black);
	border: none;
	padding: unset;
	line-height: unset;
}

.home-searchsite .resultats-recherche a.resultats-recherche-entete .fa-angle-double-down::before {
	content: "\f107";
	font-weight: 900 !important;
	font-size: 1.2rem !important;
}

#collapseEdito, #collapseDocs, #collapseVentes, #collapseGroupe {
	padding-left: unset !important;
}

a.resultats-recherche-linkArt {
	color: var(--color-black);
	text-decoration: none !important;
	border: none;
	font-weight: unset;
	padding: unset;
}

a.resultats-recherche-linkArt:hover {
	background-color: var(--color-white);
}

a.resultats-recherche-linkArt > .row,
[id^="collapseActivite"] > .row {
	margin: unset;
	height: 100%;
}

#ListeArticlesTrouves,
[id^="collapseActivite"] .page-groupe-liste .page-groupe-liste-item {
	box-shadow: var(--box-shadow);
	background-color: var(--color-white);
	border-color: var(--color-gray-100);
	border-radius: var(--border-radius);
	height: 100%;
}

#ListeArticlesTrouves .col-lg-10 {
	padding: 15px;
}

#ListeArticlesTrouves > div,
[id^="collapseActivite"] > .row > .col-sm-10,
[id^="collapseActivite"] .page-groupe-liste .page-groupe-liste-item > div {
	width: 100%;
	padding: unset;
	margin: unset;
	float: none;
}

#ListeArticlesTrouves h5,
[id^="collapseActivite"] .page-groupe-liste .page-groupe-liste-item h5 a {
	color: var(--color-black);
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 1.3rem;
	font-weight: 700;
	transition: color .1s ease-in-out;
}

#ListeArticlesTrouves h5:hover,
[id^="collapseActivite"] .page-groupe-liste .page-groupe-liste-item h5 a:hover {
	color: var(--color-main);
}

#collapseDocs .fa-file::before {
	font-size: 1rem;
	color: var(--color-main);
}

#collapseDocs dl.document dt a {
	font-size: .85rem;
	color: var(--color-black);
	padding: 5px;
	border: none;
}

#collapseEdito > div,
[id^="collapseActivite"] .page-groupe-liste > article {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 30px;
}

[id^="collapseActivite"] .page-groupe-liste > article > h4 {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: -15px;
}

[id^="collapseActivite"] .page-groupe-liste .page-groupe-liste-item .col-lg-9 {
	padding: 0 15px;
}

[id^="collapseActivite"] .page-groupe-liste .page-groupe-liste-item .col-lg-12 {
	display: none;
}

[id^="collapseActivite"] .page-groupe-liste .page-groupe-liste-item .col-lg-3 .visuel {
	height: 100%;
}

.voletmenusmart-old {
	display: none;
}

@media (min-width: 768px) {
	.resultats-recherche {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.resultats-recherche {
		width: 970px;
	}

	.resultats-recherche > h4 {
		font-size: 1.8rem;
	}
}

@media (min-width: 1200px) {
	.resultats-recherche {
		width: 1170px;
	}

	#collapseEdito > div,
	[id^="collapseActivite"] .page-groupe-liste > article {
		grid-template-columns: repeat(3, 3fr);
		gap: 45px 30px;
	}

	[id^="collapseActivite"] .page-groupe-liste > article > h4 {
		grid-column: span 3;
		margin-bottom: -30px;
	}
}

@media (min-width: 1400px) {
	.resultats-recherche {
		width: 1320px;
	}
}

/* Footer */
footer {
    border-top: 1px solid var(--color-gray-100);
}

.signature {
    background-color: var(--color-white) !important;
    color: var(--color-black) !important;
    font-size: .875rem !important;
    padding: 30px 0 !important;
}

.signature a:hover {
    text-decoration: underline;
}
