/*! Place your custom styles here */
/* couleur de base : prune > #8a2b3f */

/*:root {
    --cselignes-color: #8a2b3f;
	--cselignes-color-rgb: 138, 43, 63;
	--cselignes-color-hover: #8a2b3f;
}*/

/* #d0091b
	208, 9, 27
SAINT VALENTIN */

/* #3a7535
	58, 117, 53
SAINT PATRICK */

/* #ff79b8 
	255, 121, 184
OCTOBRE ROSE */

/* #3d5583 
	61, 85, 131
BASE */

:root {
    --cselignes-color: #3d5583;
	--cselignes-color-rgb: 61, 85, 131;
	--cselignes-color-hover: #3d5583;
}

/* commun */
.bg-cselignes { background-color: var(--cselignes-color); }
.pos-static {
 position: static;
}
.maxw-100 {
 max-width: 100%;
}
.txt-left {
 text-align: left;
}
.txt-right {
 text-align: right;
}
.txt-center {
 text-align: center;
}
.nopad-lr {
 padding-left: 0px !important;
 padding-right: 0px !important;
}
.nopad-tb {
 padding-top: 0px !important;
 padding-bottom: 0px !important;
}
.nopad-l {
 padding-left: 0px;
}
.pad-lr-30 {
 padding-left: 30px;
 padding-right: 30px;
}
.pad-t-30 {
 padding-top: 30px !important;
}
.pad-t-50 {
 padding-top: 50px !important;
}
.pad-b-30 {
 padding-bottom: 30px !important;
}
.marg-t-30 {
 margin-top: 30px;
}
.marg-t-60 {
 margin-top: 60px;
}
.marg-t-90 {
 margin-top: 90px;
}
.marg-b-30 {
 margin-bottom: 30px;
}
.marg-b-50 {
 margin-bottom: 50px;
}
.marg-b-60 {
 margin-bottom: 60px;
}
.marg-b-90 {
 margin-bottom: 90px;
}
.marg-b-120 {
 margin-bottom: 120px;
}
.shadow-block {
 box-shadow: 0px 0px 10px #eee;
}
.no-bold {
 font-weight: normal;
}
.rounded-circle {
 border-radius: 50% !important;
}
section.home {
 padding-bottom: 1.42857143em;
}
a.link-sidebar, a.link-sidebar:link, a.link-sidebar:visited {
 color: var(--cselignes-color) !important;
 font-weight: normal;
 text-decoration: none;
}
a.link-sidebar i.fa, a.link-sidebar i.fa:link, a.link-sidebar i.fa:visited {
 color: var(--cselignes-color) !important;
}
.dropdown .dropdown__content {
 border-radius: 0px;
 -webkit-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.08);
 box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.08);
 padding: 1.23809524em 1.85714286em;
}
a.page-error {
 color: var(--cselignes-color) !important;
}
hr {
 border-color: #999999 !important;
 border-top: 1px solid rgba(155, 155, 155, 0.5) !important;
}
/*.flickity-page-dots .dot {
 background: var(--cselignes-color) !important;
}*/
.slider[data-paging="true"]:not(section) .flickity-page-dots {
    bottom: -2em !important;
}
/* BUTTON */
.btn:not([class*='primary']):hover {
 border-color: var(--cselignes-color);
}
.btn-cse {
 border-radius: 0;
 border-bottom: solid 2px var(--cselignes-color) !important;
}
.btn-cse:focus {
 border-color: var(--cselignes-color);
 box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(138, 43, 63, 0.5);
}
a.btn-cse-txt, a:link.btn-cse-txt, a:visited.btn-cse-txt {
 color: var(--cselignes-color);
 font-size: 90%;
 font-weight: 600;
 text-transform: uppercase;
}
.btn-cse .txt-prune {
 color: var(--cselignes-color);
}
.bg--primary p, .bg--primary span, .bg--primary ul, .bg--primary a:not(.btn) {
 color: var(--cselignes-color);
}
/* LOGIN */
.home-image {
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100%;
	bottom: 0;
	left: 32%;
	right: 0;
	top: 0;
}
.login-block .container {
 padding-top: 2em;
 padding-bottom: 0em;
}
.login-block .img-logo {
 max-width: 180px;
 margin-bottom: 1em;
}
.login-block {
 padding-top: 0em !important;
 padding-bottom: 0em !important;
}
.login-block {
	position: absolute;
	top: 0px;
	padding-top: 0em !important;
	padding-bottom: 0em !important;
}
.imageblock .imageblock__content {
 min-height: 130% !important;
 overflow: hidden;
}
.login-block input, select {
 height: 1.571429em;
}
.login-block .error-login {
 min-height: 34px;
}
.imageblock__content .background-image-holder {
 min-height: 108%;
}
.label-login {
 font-size: 130%;
 color: #999;
 letter-spacing: 0.15em;
 font-weight: lighter;
}
.input-login {
 border: none !important;
 background-color: transparent !important;
 border-bottom: solid 1px #999 !important;
 border-radius: 0px !important;
 padding: 0px !important;
}
.btn-login {
 background: #933341;
 color: #fff;
 font-size: 140% !important;
 font-weight: normal !important;
 border: none;
 padding-top: 13px;
 padding-bottom: 40px;
}
.btn-login:hover {
 background: #933341;
 opacity: 0.9;
}
.btn-login:focus, .btn-login:active {
 outline: none !important;
 box-shadow: none;
}
.error-login {
 min-height: 51px;
 color: #ff0000;
 font-size: 120%;
 text-align: center;
 margin-bottom: 30px !important;
}
#conncel p {
 margin-bottom: 0.5em;
 line-height: 1em;
}
.item-login, a.item-login {
 text-transform: uppercase;
 letter-spacing: 0.15em;
 text-decoration: none;
 color: #999;
}
.item-login {
 letter-spacing: normal;
}
a.item-login.mdp {
 text-transform: uppercase;
 text-decoration: none;
 color: #933341;
}
a.item-login.mdp:hover {
 text-decoration: underline;
}
a.item-login:hover {
 text-decoration: underline;
}
/* POPIN LOG */
iframe .modal-dialog {overflow: hidden;}
.modal-container.modal_box_activ .modal-content {
 width: 50% !important;
 height: 60% !important;
 overflow: hidden !important;
}
.modal-container.modal_box_mdp .modal-content {
 width: 28% !important;
 height: 70% !important;
 overflow: hidden !important;
}
.modal-container.modal_box_secure .modal-content {
	width: 41% !important;
	height: 75% !important;
	overflow: hidden !important;
}
.modal-container .modal-content iframe:first-child + .modal-close-cross:last-child {
 top: 0.5em;
}
/* TOP BAR */
.fa-lg {
 font-size: 1.66666em;
}
.bar {
 padding: .85em 0;
}
.bar .logo {
 top: 0px;
 max-height: 5em;
 padding-left: 0px;
 padding-right: 0px;
}
.bar .menu-horizontal {
 position: relative;
 top: 22px;
}
.bar.bar--md {
 padding: 1.2em 0;
}
.menu-horizontal > li, .menu-vertical > li {
 font-family: 'Open Sans', 'Roboto', 'Helvetica', Sans-Serif;
 display: inline-block;
}
.bar-services {
 background-color: #eeeeee;
 border-top: solid 1px #dddddd;
}
.bar .menu-horizontal-services {
 position: relative;
 top: 0px;
}
.bar-1 .menu-horizontal-services > li > .dropdown__trigger, .bar-1 .menu-horizontal-services > li > a {
 font-size: 1.1em;
 line-height: 2.166666666666667em;
 text-transform: uppercase;
 font-weight: 600;
 letter-spacing: .5px;
 color: var(--cselignes-color);
}
.bar .badge-notify {
 background: red;
 position: relative;
 top: -10px;
 left: -5px;
 color: #fff;
 font-size: 70%;
 border-radius: 50px;
 padding-left: 4px;
 padding-right: 4px;
}
.menu-horizontal-services li:not(:last-child) {
 margin-right: 3em;
}
.menu-horizontal-services > li:not(:hover) > a, .menu-horizontal-services > li:not(:hover) > span, .menu-horizontal-services > li:not(:hover) > .modal-instance > .modal-trigger {
 opacity: .9;
}
.menu-horizontal-services > li > a, .menu-horizontal-services > li > .modal-instance > a {
 font-weight: 200;
}
.menu-horizontal > li > a, .menu-horizontal > li > span, .menu-horizontal > li > .modal-instance > .modal-trigger {
    color: var(--cselignes-color);
}
.menu-horizontal > li > a:hover, .menu-horizontal > li > span:hover, .menu-horizontal > li > .modal-instance > .modal-trigger:hover {
    color: var(--cselignes-color-hover);
}
/*i.fa-user {
 margin-left: -0.5em;
}*/
/* TOP BAR MOBILE */
.scroll {
 white-space: nowrap;
 overflow-x: auto;
 -webkit-overflow-scrolling: touch;
 -ms-overflow-style: -ms-autohiding-scrollbar;
}
.scroll nav {
 width: 100%;
}
.scroll::-webkit-scrollbar {
 display: none;
}
div.scrollmenu {
 background-color: #fff;
 text-align: center;
 overflow: auto;
 white-space: nowrap;
 -webkit-overflow-scrolling: touch;
 -ms-overflow-style: -ms-autohiding-scrollbar;
 background: rgb(255,255,255);
 background: linear-gradient(90deg, rgba(255,255,255,1) 88%, rgba(238,238,238,1) 100%);
 padding-bottom: 7px;
}
div.scrollmenu::-webkit-scrollbar {
 display: none;
}
div.scrollmenu a {
	display: inline-block;
	color: var(--cselignes-color);
	text-align: center;
	padding: 14px;
	text-decoration: none;
	font-weight: 400;
	text-transform: uppercase;
    color: #4D6AA2;
    position: relative;
}
div.scrollmenu a {
    display: inline-block;
    color: #3d5583; 
    text-align: center;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    position: relative; 
    border: 1px solid #ddd; 
    margin: 5px; 
    border-radius: 25px; 
    transition: background-color 0.3s;
}
div.scrollmenu a:hover {
    background-color: #f0f0f0;
}

div.scrollmenu a.active {
    color: #3d5583;
    border-color: #3d5583; 
    text-decoration: none;
}

div.scrollmenu a.active::after {
    content: none;
}
div.scrollmenu a.active[href="/index.asp"] {
    background-color: #3d5583;
    color: #fff;
    border-color: #3d5583;
}
div.scrollmenu a.active[href="/index.asp"] i.fas.fa-home {
    color: #fff;
}
/* MENU BURGER */
/*! -- Stack Menu Toggle -- */
.menu-toggle {
 /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);*/
 width: 3.71428571em;
 height: 3.71428571em;
 /*border-radius: 50%;*/
 text-align: center;
 background: #fff;
 display: inline-block;
 transition: 0.2s ease;
 -webkit-transition: 0.2s ease;
 -moz-transition: 0.2s ease;
}
.menu-toggle i {
 font-size: 1.78571429em;
 position: relative;
 top: 13px;
 color: var(--cselignes-color);
}
.menu-toggle:hover {
 box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
 -webkit-transform: translate3d(0, 0px, 0);
 transform: translate3d(0, 0px, 0);
}
.overlay.active {
 display: block;
 opacity: 1;
}
.overlay {
 display: none;
 position: fixed;
 width: 100vw;
 height: 100vh;
 background: rgba(51, 51, 51, 0.7);
 z-index: 998;
 opacity: 0;
 transition: all .5s ease-in-out;
}
.logo-mobile {
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	top: 18px;
}
.notification.side-menu {
 padding-top: 0em !important;
 overflow-y: auto !important;
 width: 100% !important;
}
.notification.side-menu .nav-sidebar-menu-close {
 top: 0.92857143em;
 right: 2.78571429em;
 margin-top: 38px;
}
.notification .nav-sidebar-menu-close:hover {
 opacity: 1;
}
.notification .nav-sidebar-menu-close {
 position: absolute;
 top: 1em;
 z-index: 99;
 right: 1em;
 cursor: pointer;
 /*transition: 0.1s linear;*/
 transition: all .5s ease-out;
 /*-webkit-transition: 0.1s linear;
 -moz-transition: 0.1s linear;*/
 opacity: .7;
}
.nav-sidebar-header {
 padding: 15px 50px;
}
.nav-sidebar-header img {
 /*width: 15%;*/
 width: 5%;
}
.notification.side-menu .side-menu__module {
 padding: 15px 50px 50px 80px;
 margin-top: 2em;
}
hr.nav-sidebar-hr {
 width: 50%;
 margin: 0 auto !important;
 border: 0;
 height: 1px;
 background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(153, 153, 153, 0.75), rgba(0, 0, 0, 0));
}
.side-menu__module h5, .dropdown-all-services h5 {
 font-weight: bold;
 text-transform: uppercase;
 color: #000;
 margin-bottom: 0.35em;
}
.side-menu__module h5 a, .dropdown-all-services h5 a {
 color: #000000 !important;
}
.notification.side-menu .menu-vertical li a:hover {
 text-decoration: none;
 color: var(--cselignes-color);
}
.notification.side-menu .menu-vertical li a {
 font-size: 1em;
 line-height: 1em;
}
/* ALERTE HOME */
.alerte-cse {
 background: var(--cselignes-color);
 padding-top: 0em;
 padding-bottom: 0;
}
.alerte-cse .alerte-cse-block, .alerte-cse-block-mobile {
 height: 140px;
 margin-bottom: 0px;
 padding-top: 1.5em;
 padding-bottom: 1.5em;
 padding-left: 2em;
 border-left: solid 0px #ffffff;
}
.alerte-cse-block-mobile {
 text-align: center;
 padding-left: 0em;
 border-left: solid 0px #ffffff;
}
.alerte-cse .alerte-cse-block.first-child {
 border-left: solid 0px #ffffff;
}
.alerte-cse .alerte-cse-block img, .alerte-cse-block-mobile img {
 height: 25px;
 margin-bottom: 0em !important;
 margin-right: 5px;
}
.alerte-cse-block-mobile img {
 height: 60px;
 margin-bottom: 1em !important;
 margin-right: 0px;
}
.alerte-cse-titre {
 font-size: 1em;
 font-weight: 600;
 color: #ffffff;
 text-transform: uppercase;
}
 p.alerte-cse-titre-mobile a, p.alerte-cse-titre-mobile a:link {
 font-size: 1.4em;
 font-weight: 600;
 color: var(--cselignes-color);
 text-transform: uppercase;
 margin-bottom: .85714286em;
}
.alerte-cse-texte, .alerte-cse-texte-mobile {
 min-height: 50px;
 padding-top: 8px;
 font-size: 1.25em;
 line-height: 1.1em;
 text-transform: none;
 margin-bottom: .57142em !important;
}
.alerte-cse-texte-mobile {
 min-height: 50px;
 padding-top: 8px;
 font-size: 1.25em;
 line-height: 1.1em;
 color: var(--cselignes-color);
 text-transform: none;
 padding-left: 10px;
 padding-right: 10px;
}
.alerte-close {
 color: #fff;
 position: relative;
 float: right;
 margin-top: -130px;
 margin-right: -15px;
 cursor: pointer;
}
a.btn-close-alert, a:link.btn-close-alert, a:visited.btn-close-alert {
 color: var(--cselignes-color);
 font-size: 90%;
 font-weight: 600;
 text-transform: uppercase;
 background: #fff;
 padding: 10px 20px;
 border-radius: 25px;
}
#cover-spin { position: fixed; width: 100%; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0,0,0,0.8); z-index: 9999;}
.alerte-block .box-shadow {
  box-shadow: 0px 0px 25px 0px rgba(var(--cselignes-color-rgb),0.2);
}
.alerte-block .boxed {background-image: linear-gradient(0deg, #ffffff 60%, var(--cselignes-color-rgb) 40%);}
/*.alerte-block .boxed {background-image: linear-gradient(to top, rgba(255,255,255,0.3) 60%, rgba(var(--cselignes-color-rgb),0.3) 40%);}*/
.alerte-block .boxed {background-image: linear-gradient(to top, rgba(255,255,255,0.3) 60%, rgba(195,0,0,1) 40%)};
.alerte-block .boxed.boxed--lg { padding: 1.78571429em !important;}
.alerte-block h6 { line-height: 1em !important; margin-bottom: 1em; color: #ffffff;}
/*.alerte-block h4 { color: #ff0000 !important;}*/
.alerte-block a:link, .alerte-block a:visited, .alerte-block h4 { color: #ffffff !important;}
.alerte-block .alerte-block-txt { margin: 0 auto; }

.alerte-block .btn-alerte { 
  color: #ffffff; 
  background-color: var(--cselignes-color); 
  border-color: var(--cselignes-color); 
	border-radius: 25px;
} 
.alerte-block .btn-alerte:hover, 
.btn-alerte:focus, 
.btn-alerte:active, 
.btn-alerte.active, 
.open .dropdown-toggle.btn-alerte { 
  color: #ffffff; 
  background-color: var(--cselignes-color-hover); 
  border-color: var(--cselignes-color-hover); 
} 
.alerte-block .btn-alerte:active, 
.btn-alerte.active, 
.open .dropdown-toggle.btn-alerte { 
  background-image: none; 
} 
.carousel-cell {
 width: 66%;
 height: 200px;
 margin-right: 10px;
 background: #fff;
 border-radius: 0px;
 counter-increment: carousel-cell;
 border: solid 0px #000;
}
/* cell number */
.carousel-cell:before {
 display: block;
 text-align: center;
 /*content: counter(carousel-cell);*/
 /*line-height: 200px;*/
 /*font-size: 80px;*/
 color: white;
}
.alert-mobil-close {
 padding-top: 50px;
 padding-bottom: 50px;
 background-color: transparent;
}
/* RECHERCHE */
.search-block {padding-top: 20px;
padding-bottom: 20px;}
/*.search-block .input-group-append {
 margin-left: 97%;
 margin-top: -40px;
}*/
.search-block .input-group-append {
margin-left: 1%;
margin-top: -36px;
}
.search-block .input-group-append.search-overlay {
 margin-left: 97%;
 margin-top: -40px;
}
/*.search-block input[type=search], .search-block div#search-fake {
 font-size: 24px;
 padding: 20px 0px;
 border: 0;
 border-bottom: solid 1px #000;
 border-radius: 0px;
 background-color: #fff;
 color: #000;
}*/
.search-block input[type=search], .search-block div#search-fake {
 font-size: 16px;
 padding: 10px 40px;
 border: 0;
 border-bottom: solid 1px var(--cselignes-color);
 border-radius: 0px;
 background-color: #fff;
 color: var(--cselignes-color);
 border-radius: 10px;
}
.search-block .input-group-append .fa {
 font-size: 20px;
 color: var(--cselignes-color);
}
.search-block input::placeholder {
 color: #000;
}
.ui-menu .ui-menu-item-wrapper {
 color: #000;
}
.ui-menu .ui-menu-item-wrapper:hover, .ui-menu .ui-menu-item-wrapper.ui-state-active {
 color: #ffffff;
 background-color: var(--cselignes-color);
 
 border: #fff 1px solid;
}
#search-overlay, #alert-overlay {
 position: fixed;
 display: none;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 /*background-color: rgba(var(--cselignes-color-rgb),0.95);*/
 background-color: #3d5583;
 z-index: 100;
 overflow-y: auto;
}
#search-overlay .search-block input[type=search] {
 font-size: 24px;
 padding: 20px 0px;
 border: 0;
 border-bottom: solid 1px #fff;
 border-radius: 0px;
 background-color: transparent;
}
#search-overlay .search-block input::placeholder, #search-overlay .search-block .input-group-append .fa {
 color: #fff;
}
#search-overlay .ui-menu .ui-menu-item-wrapper {
 color: #fff;
}
#search-overlay .btn-search-close, #alert-overlay .btn-search-close {
 float: right;
 font-size: 150%;
 margin-top: 15px;
 margin-right: 15px;
}
#search-overlay a.btn-search-close i, #alert-overlay a.btn-search-close i {
 color: #fff;
 cursor: pointer;
}
#search-overlay .form-control, #search-overlay .form-control:focus, .search-block .form-control:focus {
 color: #fff;
 box-shadow: none;
}
#search-overlay button.favoris-button {
	left: 25px;
}
.feature__body {
 border-radius: 0px;
 min-height: 30px !important;
}
.feature__body.boxed {
 padding: .85714286em;
 margin-bottom: 20px;
}
.feature__body p {
 min-height: 30px !important;
}
.feature__body h5 a {
 color: var(--cselignes-color);
 text-decoration: none;
 font-size: 90%;
}
.feature__body h5:not(:last-child), .h5:not(:last-child) {
 margin-bottom: 0.4em;
}
.feature__body h4 a {
 color: #000;
 text-decoration: none;
 font-size: 90%;
}
.feature h4 + p {
    max-width: 100% !important;
}
.feature__body img {
 height: auto !important;
}
.feature__body {
 height: 160px;
 overflow: hidden;
}
.feature__body p a {
 color: #666;
 line-height: 14px;
 text-decoration: none;
}
.feature-1 {
 background-color: #fff;
}
.feature-1 .feature__bottom {
 overflow: hidden;
}
.feature-1 .feature__bottom > div {
 display: inline-block;
 width: 50%;
 float: left;
}
.feature-1 .feature__bottom {
 padding: 1.85714286em;
 border: 1px solid #ececec;
}
.feature-1 .feature__body {
 border-bottom: none;
 border-top: none;
}
.feature-1 .feature__bottom {
 border-radius: 0 0 6px 6px;
 padding: 0.92857143em .85714286em;
}
.feature__action a {
 color: #666666;
 text-decoration: none;
 transition: 0.3s ease;
 -webkit-transition: 0.3s ease;
 -moz-transition: 0.3s ease;
}
.pagination ol li > a.search-pagin {
 color: #ffffff;
}
.search-nbresult {
 color: #fff;
 font-size: 110%;
}
/* TITRE HOME */
.titre-xl-home-align {
 margin-bottom: -60px;
 padding-top: 3em !important;
 padding-bottom: 2em !important;
}
h1.titre-xl-home {
 font-size: 450%;
 font-weight: bolder;
 text-transform: uppercase;
 letter-spacing: -0.05em;
 color: var(--cselignes-color);
}
/* VIGNETTES HOME */
.card-2 .card__top img.card-no-radius, .card-no-radius {
 border-radius: 0px 0px 0px 0px !important;
}
.label-favoris:not([class*="bg--"]) {
 background: transparent;
}
/*.label-favoris, .article-cse-titre.label-favoris {
 display: inline-block;
 font-size: 24px !important;
 font-weight: 700;
 letter-spacing: .5px;
 color: #fff;
 text-transform: uppercase;
 height: 26px;
 min-width: 26px;
 padding: 0px 5px;
 text-align: center;
 position: absolute;
 z-index: 3;
 top: 0.5em;
 left: 0.5em;
 text-shadow: 1px 1px 2px #cccccc;
}*/
.label-favoris {
 display: inline-block;
 font-size: 20px !important;
 font-weight: 700;
 letter-spacing: .5px;
 color: #fff;
 text-transform: uppercase;
 height: 26px;
 min-width: 26px;
 padding: 0px 5px;
 text-align: center;
 z-index: 102;
 text-shadow: 1px 1px 2px #cccccc;
 padding-top: .2em;
}
.label-favoris a {
 color: #ffffff;
 line-height: 0.5em !important;
}
.article-cse-titre .label-favoris {
 padding-right: 0.2em;
}
.article-cse-titre button.favoris-button {
 position: relative !important;
}
button.favoris-button {
 height: 35px;
 width: 35px;
 text-align: center;
 padding: 0px;
 color: #fff;
 background: rgba(0, 0, 0, 0.2);
 -webkit-transition: all .3s ease-out;
 -o-transition: all .3s ease-out;
 transition: all .3s ease-out;
 border-radius: 100%;
 outline: none;
 border: 1px solid rgba(0, 0, 0, 0.1);
}
button.favoris-button {
 position: absolute;
 z-index: 13;
 top: 10px;
 left: 10px;
}
button.favoris-button.active {
 background: var(--cselignes-color);
}
button.favoris-button .favoris-button-title {
 display: none;
 position: absolute;
 white-space: nowrap;
 background-color: rgba(138, 43, 63, 0.8);
 border-radius: 1px;
 color: #FFFFFF;
 padding: 5px;
 font-size: 12px;
 text-align: left;
 z-index: 1;
 right: inherit;
}
.picto-favoris::before {
 content: "\f004";
}
/* FAVORIS MODAL  */
.pos-right-fav {
 right: 33%;
}
.modal-container .modal-content.no-scroll {
 overflow: hidden !important;
}
.modal-info hr.short {
 border-color: var(--cselignes-color);
}
.card__body p {
 min-height: 40px !important;
 line-height: 1.5em;
}
.card__body p a {
 color: #666666;
 text-decoration: none;
 line-height: 16px;
}
.card__body h5 a {
 color: var(--cselignes-color);
 text-decoration: none;
}
.card__body h5:not(:last-child), .h5:not(:last-child) {
 margin-bottom: 0.8em;
}
.card__body h4 a {
 color: #000;
 text-decoration: none;
}
.card__body img {
 height: auto !important;
}
.card-2 .card__body {
 height: 230px;
 overflow: hidden;
 border-bottom: 1px solid #ececec;
}
.card-2.format4 .card__body {
 height: 104px;
 overflow: hidden;
}
.format2 .card__top:before, .format3 .card__top:before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 /*background: linear-gradient(0deg, rgba(138, 43, 63, 1) 0%, rgba(119, 55, 91, 1) 10%, rgba(255, 255, 255, 0) 100%);*/
 /*background: linear-gradient(0deg, rgb(160, 160, 160) 10%, rgb(200, 200, 200) 30%, rgba(255, 255, 255, 0) 60%);*/
 /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.1) 100%);*/
 background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 50%);
 z-index: 1;
}
.format2 .project-thumb__title, .format4 .project-thumb__title {
 margin-top: -50%;
 padding: 1.8em;
 position: absolute;
 z-index: 2;
 bottom: 0;
}
.format3 .project-thumb__title {
	margin-top: -50%;
	padding: 1.8em;
	position: absolute;
	z-index: 2;
	bottom: 0;
}
.format3 .project-thumb__title {
 margin-top: -40%;
}
.format4 .project-thumb__title {
 margin-top: -30%;
}
.format2 h5 a {
 color: #ffffff;
 text-decoration: none;
}
.format2 h5:not(:last-child), .h5:not(:last-child) {
 margin-bottom: 0em;
 margin-top: 1em;
}
.format2 h4 a, .format3 h4 a {
 color: #fff;
 text-decoration: none; 
}
.format2 h4, .format3 h4 {
 margin-bottom: 0em;
}
.format2 .card__body {
 height: 170px !important;
 overflow: hidden;
 border-bottom: solid 1px #ececec;
}
.format2 .card__body p {
 margin-top: 0em;
}
/* LISTE RUBRIQUE */
.illustr-rub {
 height: 400px !important;
 overflow: hidden !important;
 background-size: cover !important;
 background-position: center !important;
}
h1.univers-rub {
 position: relative;
 z-index: 99;
 font-family: 'Oswald', sans-serif;
 font-size: 400%;
 font-weight: bolder;
 text-transform: uppercase;
 letter-spacing: -0.05em;
 color: var(--cselignes-color);
 text-shadow: 0px 0px 2px #FFFFFF;
 /*margin-top: -14%;*/
 margin-top: -140px;
 margin-bottom: -20px;
}
h1.univers-rub i.fa {
 top: -4px;
 position: relative;
}
h2.categorie-rub {
 position: relative;
 z-index: 99;
 font-family: 'Oswald', sans-serif;
 font-size: 300%;
 font-weight: bolder;
 text-transform: uppercase;
 letter-spacing: -0.05em;
 color: var(--cselignes-color);
 margin-bottom: 0px;
 text-shadow: 0px 0px 2px #FFFFFF;
}
h2.categorie-rub i.fa {
 top: -4px;
 position: relative;
}
h1.univers-categorie-rub {
 font-family: 'Oswald', sans-serif;
 font-size: 400%;
 font-weight: bolder;
 text-transform: uppercase;
 letter-spacing: -0.05em;
 color: var(--cselignes-color);
 text-shadow: 0px 0px 2px #FFFFFF;
}
h1.univers-categorie-rub a {
 text-decoration: none;
}
p.univers-text {
 margin-top: 20px;
 margin-bottom: 50px;
}
.pagination__prev, .pagination__next {
 float: none;
 font-weight: 700;
 line-height: 22px;
 width: 1.85714286em;
 height: 1.85714286em;
 border-radius: 50%;
 border: 1px solid #ececec;
 display: inline-block;
 margin: 0;
 margin-right: 0.46428571em;
 color: var(--cselignes-color);
}
.pagination__next {
 margin-left: 0.46428571em;
}
a.pagination__prev:hover, a.pagination__next:hover {
 color: var(--cselignes-color) !important;
}
.pagination ol li > a {
 color: var(--cselignes-color);
}
.a-la-une h2 a { color: #000000; text-decoration: none; }
/* ARTICLE */
.article__body {
 margin-bottom: 50px;
}
.article__body .article__image {
 max-width: 100%;
width: 100%;
align-self: center;
position: relative;
overflow: hidden;
margin-bottom: 25px; 
}
.article__body .article__image img {
margin: -10% auto -10%;
}
.article-fil a:link, .article-fil a:visited {
 text-transform: uppercase;
 color: var(--cselignes-color);
 letter-spacing: 1px;
}
.article-cse-titre {
 background: #eeeeee;
 padding-top: 2.5em !important;
 padding-bottom: 2.5em !important;
}
.titre-xl-article-align {
 margin-bottom: 20px;
 padding-top: 5em !important;
 padding-bottom: 2em !important;
}
h1.titre-xl-article {
 font-size: 350%;
 font-weight: bolder;
 text-transform: uppercase;
 letter-spacing: -0.01em;
 color: #1c1e22;
}
.bg-titre-article-degrade {
 background-image: linear-gradient(white, black);
}
.portrait-contenu {
 border-radius: 50% !important;
 height: 50px;
}
article .article__body ul {
 list-style: inside;
 margin-left: 10px;
}
article .article__body a, article .article__body ul li a, article .article__body ul li ul li a {
 color: #808080;
 text-decoration: underline;
}
article .article__body ul li ul li {
	font-size: 0.736837em !important;
	line-height: 1.8421053em;
	list-style-type: circle;
}
/* TABLEAU SUBVENTION */
table {
 border-bottom: solid 2px #252525;
}
table th.entetesubv, table td.entetesubv {
 background: #252525;
 color: #ffffff !important;
}
table td.libellesubv {
 color: var(--cselignes-color);
}
table.table-mob th, table.table-mob td {
 padding: 0.47143em;
}
/* CONTENU PLUS */
.titre-plus-align {
 margin-bottom: 0px;
 padding-top: 3em !important;
 padding-bottom: 0em !important;
}
h2.titre-plus {
 font-family: 'Oswald', sans-serif;
 font-size: 300%;
 font-weight: bolder;
 text-transform: uppercase;
 letter-spacing: -0.05em;
 color: var(--cselignes-color);
 margin-top: 0px !important;
 text-align: center;
}
/* UNIVERS FOOTER */
.univers-cse {
 background: #252525;
 padding-top: 3em !important;
 padding-bottom: 1em;
}
/*.masonry__item h4, .slides h4 {
 font-size: 132% !important;
 font-weight: bold;
 line-height: 1.5em !important;
}*/
.masonry__item h4, .slides h4 {
font-size: 122% !important;
font-weight: bold;
line-height: 1.2em !important;
min-height: 42px;
}
.masonry__item span {
 font-size: 120%;
 line-height: 1.5em !important;
}
.slider-actu h4 { font-size: 140% !important; }
.project-thumb__title {
 margin-top: 40%;
}
.univers-bg-nb {
 position: absolute;
 right: 0;
 padding: 20px;
 background-color: var(--cselignes-color);
 border-radius: 50%;
 margin: 15px;
 width: 50px;
 height: 50px;
 opacity: 0.8;
}
.univers-bg-nb span {
 vertical-align: top;
 color: #fff !important;
 top: -8px;
 position: relative;
 right: 4px;
}
[data-scrim-top]::before {
 background: -moz-linear-gradient(top, #252525 0%, rgba(0, 0, 0, 0) 100%);
 background: -webkit-gradient(linear, left top, left top, color-stop(0%, #252525), color-stop(100%, rgba(0, 0, 0, 0)));
 background: -webkit-linear-gradient(top, #252525 0%, rgba(0, 0, 0, 0) 100%);
 background: -o-linear-gradient(top, #252525 0%, rgba(0, 0, 0, 0) 100%);
 background: -ms-linear-gradient(top, #252525 0%, rgba(0, 0, 0, 0) 100%);
 background: linear-gradient(to top, #252525 0%, rgba(0, 0, 0, 0) 100%);
}
/* FOOTER */
.input-group {
 position: relative;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -ms-flex-align: stretch;
 align-items: stretch;
 width: 100%;
}
.input-group-append {
 margin-left: -1px;
}
.input-group-append, .input-group-prepend {
 display: -ms-flexbox;
 display: flex;
}
footer .logo {
 max-height: 4em;
}
.footer-list-title {
 margin-bottom: 0px !important;
}
.footer-list-title a {
    font-weight: bold;
}
footer ul:not(.list-inline):not(.slides) > li {
 line-height: 1.7em !important;
}
.input-newsletter {
 width: auto !important;
 border-radius: 0px !important;
 border: 0px solid #ececec !important;
 /*height: auto;*/
 font-size: 12px;
}
.input-newsletter::placeholder {
 font-size: 12px !important;
}
.btn-newsletter {
 display: inline;
 width: auto !important;
 margin-top: -1.1px !important;
 margin-left: -3px;
 padding: 6px 10px !important;
 /*margin-top: -2px;*/
 background: #ff4e53 !important;
 border-color: #ff4e53 !important;
 border-radius: 0px;
 font-size: 0.745539714286em !important;
 line-height: 1.15714286em;
 height: 3.2500000000000000001em !important;
}
/* FAVORIS MOBILE */
.favoris-mobile .feature.boxed {
 margin-bottom: 0px;
 padding: 0.13809524em;
}
.favoris-mobile-img img {
 float: left;
 width: 100% !important;
}
.favoris-mobile-txt {
 float: right;
 width: 100% !important
}
.favoris-mobile-txt .feature__body {
 width: 100% !important;
}
.favoris-mobile hr:first-child {
 margin-top: 15px;
 /*display: none;*/ 
}

/* Liste logo pied de page */
.footer-row-flex {
    display: flex;
    align-items: center;
    justify-content: center;
     margin-bottom: 5em;
     width: 100%;
	 padding-top:25px;
}
.footer-row-flex ul{
  display: flex;
  width:90%;
  height:auto;
  flex-wrap: wrap;
  flex-direction:row;
  align-items:center;
  justify-content: center;
}
.flex-logos-footer li{
    height:auto;
    vertical-align:middle;
    text-align:center;
    min-width:20px;
    margin-left:15px;
    }
.flex-logos-footer > li > a{
    text-decoration: none;
    height:68px;
    text-shadow:none;
    padding:0;
    }
.flex-logos-footer > li > a span.footer-img{
    background-image :url('../images/flex-logos-serie-112024.png');
    background-repeat: no-repeat;
    background-size:1224px 567px;
    height:68px;
    width:150px;
    display: block;
    overflow: hidden;
}
.flex-logos-footer > li > a:hover,
.flex-logos-footer > li > a:focus,
.flex-logos-footer > li > a:active{
    text-decoration:none;
    }
.flex-logos-footer li a img{
    width:100%;
    height:auto;
}
/*logo Billeterie*/
.flex-logos-footer li a img#footer-img-bill{
    width:90%;
    height:auto;
}
/*logo Voyages*/
.flex-logos-footer li a img#footer-img-voy{
    width:72%;
    height:auto;
}
/*logo Vacances famille*/
.flex-logos-footer li a img#footer-img-vac{
    width:70%;
    height:auto;
}
/*logo Hotels*/
.flex-logos-footer li a img#footer-img-hot{
    width:100%;
    height:auto;
}
/*logo Colos*/
.flex-logos-footer li a img#footer-img-col{
    width:70%;
    height:auto;
}
/*logo Cesu*/
.flex-logos-footer li a img#footer-img-ces{
    width:60%;
    height:auto;
}

#footer-img-bill {
	background-position: -175px -73px;
}
#footer-img-voy {
	background-position: -319px -73px;
}
#footer-img-vac {
	background-position: -468px -67px;
}
#footer-img-hot {
	background-position: -616px -73px;
}
#footer-img-ces {
	background-position: -756px -73px;
}
#footer-img-col {
	background-position: -899px -73px;
}
#footer-img-mcompte {
	background-position: -86px -201px;
}
#footer-img-escale {
	background-position: -257px -201px;
}
#footer-img-retraite {
	background-position: -413px -201px;
}
#footer-img-noel {
	background-position: -568px -201px;
}
#footer-img-aero {
	background-position: -732px -201px;
}
#footer-img-asaf {
	background-position: -884px -201px;
}
#footer-img-ancv {
	background-position: -85px -351px;
}
#footer-img-ancs {
	background-position: -246px -350px;
}
#footer-img-cafeyn {
	background-position: -399px -350px;
}
#footer-img-deezer {
	background-position: -561px -350px;
}
#footer-img-netflix {
	background-position: -720px -350px;
}
#footer-img-skill {
	background-position: -885px -350px;
}
#footer-img-ugc {
	background-position: -76px -498px;
}
#footer-img-cinech {
	background-position: -261px -495px;
}
#footer-img-gaumont {
	background-position: -442px -482px;
}
#footer-img-spotify {
	background-position: -612px -478px;
}
#footer-img-youscribe {
	background-position: -770px -480px;
}
#footer-img-webgames {
    background-position: -1055px -66px;
}
#footer-img-kobo {
    background-position: -1045px -190px;
}
/* en hover, focus*/
#footer-img-bill:hover, #footer-img-bill:active {
	background-position: -175px -15px;
}
#footer-img-voy:hover, #footer-img-voy:active {
	background-position: -319px -15px;
}
#footer-img-vac:hover, #footer-img-vac:active {
	background-position: -468px -9px;
}
#footer-img-hot:hover, #footer-img-hot:active {
	background-position: -616px -15px;
}
#footer-img-ces:hover, #footer-img-ces:active {
	background-position: -756px -15px;
}
#footer-img-col:hover, #footer-img-col:active {
	background-position: -899px -15px;
}
#footer-img-mcompte:hover, #footer-img-mcompte:active {
	background-position: -86px -144px;
}
#footer-img-escale:hover, #footer-img-escale:active {
	background-position: -257px -143px;
}
#footer-img-retraite:hover, #footer-img-retraite:active {
	background-position: -413px -142px;
}
#footer-img-noel:hover, #footer-img-noel:active {
	background-position: -568px -143px;
}
#footer-img-aero:hover, #footer-img-aero:active {
	background-position: -732px -141px;
}
#footer-img-asaf:hover, #footer-img-asaf:active {
	background-position: -884px -138px;
}
#footer-img-ancv:hover, #footer-img-ancv:active {
	background-position: -86px -276px;
}
#footer-img-ancs:hover, #footer-img-ancs:active {
	background-position: -246px -275px;
}
#footer-img-cafeyn:hover, #footer-img-cafeyn:active {
	background-position: -399px -278px;
}
#footer-img-deezer:hover, #footer-img-deezer:active {
	background-position: -561px -282px;
}
#footer-img-netflix:hover, #footer-img-netflix:active {
	background-position: -720px -276px;
}
#footer-img-skill:hover, #footer-img-skill:active {
	background-position: -885px -277px;
}
#footer-img-ugc:hover, #footer-img-ugc:active {
	background-position: -76px -421px;
}
#footer-img-cinech:hover, #footer-img-cinech:active {
	background-position: -261px -429px;
}
#footer-img-gaumont:hover, #footer-img-gaumont:active {
	background-position: -442px -420px;
}
#footer-img-spotify:hover, #footer-img-spotify:active {
	background-position: -612px -417px;
}
#footer-img-youscribe:hover, #footer-img-youscribe:active {
	background-position: -770px -420px;
}
#footer-img-webgames:hover, #footer-img-webgames:active {
    background-position: -1055px -9px;
}
#footer-img-kobo:hover, #footer-img-kobo:active {
    background-position: -1045px -131px;
}

hr.separ-bloc {
  border:none;
 	width: 96%;
	height:50px;
	margin-top: 0;
	/*background: linear-gradient(90deg, rgba(244,244,247,0) 0%, rgba(51,51,51,1) 50%, rgba(255,255,255,0) 100%);*/
	border-bottom: 1px solid linear-gradient(90deg, rgba(244,244,247,0) 5%, rgba(51,51,51,1) 50%, rgba(255,255,255,0) 95%);
	border-top: 0px solid rgba(155, 155, 155, 0.5) !important;
	box-shadow: 0 20px 20px -20px #333;
  margin: 0px auto 50px; 
}

footer ul { margin-top: 15px !important; }
footer ul li { display: inline; margin-right: 15px; }

.bottombar {
	background-color: #fff;
	border-top: 1px solid #ccc;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 612;
}
.bottombar-container {
	padding-left: 16px;
	padding-right: 16px;
}
.bottombar-container {
    justify-content: space-around;
}
.bottombar-container {
    align-content: stretch;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 51px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding-left: 32px;
    padding-right: 32px;
}
.bottombar-items {
	height: 100%;
	width: 100%;
}
.bottombar-items-list {
	display: flex;
	font-family: source-sans-pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: .75rem;
	height: 100%;
	justify-content: space-around;
	line-height: 1.3333333333;
}
.bottombar-items-item {
	width: 100%;
}
.bottombar-items-a {
    color: var(--cselignes-color);
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	font-weight: 600;
	height: 100%;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.bottombar-items-a:hover {color: var(--cselignes-color-hover);}
body { }

}

/* RESPONSIVE */
@media all and (min-width: 1200px) and (max-width: 1600px) {
 .login-block .container {
  padding-top: 1em;
  padding-bottom: 0em;
 }
 .login-block .img-logo {
  max-width: 140px;
  margin-bottom: 1em;
 }
 form#conncel.marg-t-60 {
  margin-top: 30px;
 }
 .imageblock .imageblock__content {
  min-height: 105% !important;
  overflow: hidden;
 }
 /* POPIN LOG */
 .modal-container.modal_box_activ .modal-content {
  width: 66% !important;
  height: 68% !important;
  overflow: hidden !important;
 }
 .modal-container.modal_box_mdp .modal-content {
  width: 40% !important;
  height: 65% !important;
  overflow: hidden !important;
 }
 .modal-container .modal-content iframe:first-child + .modal-close-cross:last-child {
  top: 0.5em;
 }
 /* FAVORIS MOBILE */
 .favoris-mobile .feature.boxed {
  margin-bottom: 0px;
  padding: 0.13809524em;
 }
 .favoris-mobile-img img {
  float: left;
  width: 100% !important;
 }
 .favoris-mobile-txt {
  float: right;
  width: 100% !important
 }
 .favoris-mobile-txt .feature__body {
  width: 100% !important;
 }
 .favoris-mobile hr:first-child {
  margin-top: 15px;
  /*display: none;*/
 }
}
@media all and (max-width: 1280px) {
 .login-block .container {
  padding-top: 0em;
  padding-bottom: 0em;
 }
 .login-block .img-logo {
  max-width: 120px;
  margin-bottom: 0em;
 }
 form#conncel.marg-t-60 {
  margin-top: 10px;
 }
 .imageblock .imageblock__content {
  min-height: 100% !important;
  overflow: hidden;
 }
 .login-block .error-login {
  min-height: 28px;
 }
 .error-login {
  min-height: 51px;
  color: #ff0000;
  font-size: 100%;
  text-align: center;
  margin-bottom: 10px !important;
 }
 .btn-login {
  font-size: 100% !important;
  padding-top: 10px !important;
  padding-bottom: 35px !important;
 }
 /* POPIN LOG */
 .modal-container.modal_box_activ .modal-content {
  width: 60% !important;
  height: 80% !important;
  overflow: hidden !important;
 }
 .modal-container.modal_box_mdp .modal-content {
  width: 60% !important;
  height: 80% !important;
  overflow: hidden !important;
 }
     .modal-container.modal_box_secure .modal-content {
	width: 60% !important;
	height: 78% !important;
	overflow: hidden !important;
    }
 .modal-container .modal-content iframe:first-child + .modal-close-cross:last-child {
  top: 0.5em;
 }
 .notification.side-menu {
  width: 60%;
 }
 .titre-xl-home-align {
  margin-bottom: -30px;	 
  padding-top: 5em !important;
  padding-bottom: 3em !important;
 }
 h1.titre-xl-home {
  font-size: 350%;
 }
 .alerte-cse-titre, .alerte-cse-titre-mobile {
  font-size: 0.9em;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
 }
.alerte-cse-titre-mobile {
  text-align: center;
 }
 /* FAVORIS MOBILE */
 .favoris-mobile .feature.boxed {
  margin-bottom: 0px;
  padding: 0.13809524em;
 }
 .favoris-mobile-img img {
  float: left;
  width: 100% !important;
 }
 .favoris-mobile-txt {
  float: right;
  width: 100% !important
 }
 .favoris-mobile-txt .feature__body {
  width: 100% !important;
 }
 .favoris-mobile hr:first-child {
  margin-top: 15px;
  /*display: none;*/
 }
}
@media all and (max-width: 1200px) {
	.home-image {
	left: 40.3333336%;
	}	
}
@media all and (max-width: 990px) {
.login-block {
	position: relative;
	padding-left:5em; 
	padding-right:5em;
}	
 .modal-container.modal_box_activ .modal-content {
  width: 66% !important;
  height: 85% !important;
  overflow: hidden !important;
 }
 .modal-container.modal_box_mdp .modal-content {
  width: 80% !important;
  height: 75% !important;
  overflow: hidden !important;
 }
 .modal-container.modal_box_secure .modal-content {
	width: 60% !important;
	height: 78% !important;
	overflow: hidden !important;
 }
 .menu-horizontal li:not(:last-child) {
  margin-right: 1.03809524em;
 }
 .bar .nav-menu-50 {
  width: 50%;
 }
 .notification.side-menu {
  width: 100%;
 }
 .titre-xl-home-align {
  padding-top: 6em !important;
  padding-bottom: 3em !important;
  margin-bottom: -30px;
 }
 .carousel {
  background: transparent !important;
 }
 .flickity-prev-next-button {
    display: block;
}
 .alerte-cse .alerte-cse-block, .alerte-cse-block-mobile {
  border-left: solid 0px #ffffff;
 }
 
 h1.titre-xl-article {
  font-size: 250%;
  line-height: normal;
 }
 button.favoris-button {
  top: -10px;
 }
 /* FAVORIS MOBILE */
 .favoris-mobile .feature.boxed {
  margin-bottom: 0px;
  padding: 0.13809524em;
 }
 .favoris-mobile-img img {
  float: left;
  width: 100% !important;
 }
 .favoris-mobile-txt {
  float: right;
  width: 100% !important
 }
 .favoris-mobile-txt .feature__body {
  width: 100% !important;
 }
 .favoris-mobile hr:first-child {
  margin-top: 15px;
  /*display: none;*/
 }
}
@media all and (min-width: 1024px) and (max-width: 1024px) {
 /* FAVORIS MOBILE */
 .favoris-mobile .feature.boxed {
  margin-bottom: 0px;
  padding: 0.13809524em;
 }
 .favoris-mobile-img img {
  float: left;
  width: 100% !important;
 }
 .favoris-mobile-txt {
  float: right;
  width: 100% !important
 }
 .favoris-mobile-txt .feature__body {
  width: 100% !important;
 }
 .favoris-mobile hr:first-child {
  margin-top: 15px;
  /*display: none;*/
 }
}
@media all and (max-width: 768px) {
 .modal-container.modal_box_activ .modal-content {
  width: 80% !important;
  height: 85% !important;
  overflow: hidden !important;
 }
 .modal-container.modal_box_mdp .modal-content {
  width: 80% !important;
  height: 75% !important;
  overflow: hidden !important;
 }
    .modal-container.modal_box_secure .modal-content {
	width: 70% !important;
	height: 78% !important;
	overflow: hidden !important;
    }
 .modal-container .modal-content iframe:first-child + .modal-close-cross:last-child {
  top: 3em;
 }
 iframe .modal-dialog {
  overflow: hidden !important
 }
 .menu-horizontal li:not(:last-child) {
  margin-right: 1.03809524em;
 }
 i.fa-power-off {
  padding-right: 10px !important;
 }
 .notification.side-menu {
  width: 100%;
 }
 .nav-sidebar-header img {
  width: 25%;
 }
 .col-side-menu-last {
  margin-top: 1.85714286em;
 }
 .bar .nav-menu-25 {
  width: 40%;
  padding-right: 0px;
  padding-left: 0px;
 }
 .bar .nav-menu-50 {
  width: 20%;
 }
 section.home {
  padding-bottom: 2.42857143em;
 }
 .titre-xl-home-align {
  margin-bottom: -30px;
  padding-top: 3em !important;
  padding-bottom: 3em !important;
 }
 h1.titre-xl-home {
  font-size: 250%;
  line-height: 110%;
 }
 .height-50 {
  height: auto;
  padding: 6em 0;
 }
 h1.univers-rub {
  margin-top: -110px;
 }
 p.univers-text {
  margin-bottom: 30px;
 }
 h1.univers-categorie-rub {
  font-size: 380%;
  line-height: 120%;
 }
 .table-mob {
  display: table !important;
 }
 #search-overlay .search-block .input-group-append {
  margin-left: 94% !important;
 }
 /* FAVORIS MOBILE */
 .favoris-mobile .feature.boxed {
  margin-bottom: 0px;
  padding: 0.13809524em;
 }
 .favoris-mobile-img img {
  float: left;
  width: 40% !important;
 }
 .favoris-mobile-txt {
  float: right;
  width: 50% !important
 }
 .favoris-mobile-txt .feature__body {
  width: 100% !important;
 }
 .favoris-mobile hr:first-child {
  margin-top: 15px;
  /*display: none;*/
 }
}
@media all and (max-width: 576px) {
 .marg-t-30 {
  margin-top: 20px;
 }
 .login-block .img-logo {
  max-width: 120px;
  margin-bottom: 1em;
 }
 .login-block input, select {
  height: 1.571429em;
 }
 .login-block .error-login {
  min-height: 30px;
 }
 .modal-container.modal_box_activ .modal-content {
  width: 95% !important;
  height: 90% !important;
  overflow: hidden !important;
 }
 .modal-container.modal_box_mdp .modal-content {
  width: 90% !important;
  height: 82% !important;
  overflow: hidden !important;
 }
    .modal-container.modal_box_secure .modal-content {
	width: 90% !important;
	height: 85% !important;
	overflow: hidden !important;
    }
 #conncel.marg-t-60 {
  margin-top: 0px;
 }
 #conncel button {
  margin-top: 0.5714286em;
 }
 .item-login, a.item-login {
  letter-spacing: 0.0333339em;
 }
 .error-login {
  margin-bottom: 0px !important;
 }
 .menu-horizontal li:not(:last-child) {
  margin-right: .9em;
 }
 .icon-mobile-size { 
  font-size: 12px !important;
 }
 section.home {
  padding-bottom: 2.42857143em;
 }
 .titre-xl-home-align {
  margin-bottom: -30px;
  padding-top: 3em !important;
  padding-bottom: 3em !important;
 }
 h1.titre-xl-home {
  font-size: 250%;
 }
 .mobile-bg {
  background-color: var(--cselignes-color);
 }
 .mobile-style {
  padding-top: 5px;
  padding-bottom: 5px;
 }
 .search-block .mobile-style input[type="search"], .search-block .mobile-style div#search-fake {
  font-size: 14px;
  font-style: italic;
  padding: 10px 34px;
  border: 0;
  border-bottom: solid 0px #fff;
  border-radius: 5px;
  color: var(--cselignes-color) !important;
 }
 .search-block .mobile-style .input-group-append {
  margin-left: 2%;
  margin-top: -29px;
 }
 .search-block .mobile-style .input-group-append .fa {
  font-size: 18px;
  color: var(--cselignes-color);
 }
 .search-block .mobile-style input::placeholder {
  color: var(--cselignes-color);
 }
 .article-cse-titre {
  padding-bottom: 1em !important;
 }
 h1.titre-xl-article {
  font-size: 250%;
  line-height: normal;
 }
 button.favoris-button {
  left: 12px;
 }
 /* FAVORIS MOBILE */
 .favoris-mobile .feature.boxed {
  margin-bottom: 0px;
  padding: 0.13809524em;
 }
 .favoris-mobile-img img {
  float: left;
  width: 25% !important;
 }
 .favoris-mobile-txt {
  float: right;
  width: 75% !important
 }
 .favoris-mobile-txt .feature__body {
  width: 95% !important;
 }
 .favoris-mobile hr:first-child {
  margin-top: 15px;
  /*display: none;*/
 }
}
@media all and (min-width: 576px) and (max-width: 768px) {
 .col-xs-5 {
  flex: 0 0 39.33333337%;
  max-width: 39.33333337%;
 }
}