/* --- Panneau latéral fixe --- */
.fixed-right-box .img-responsive.plus {
		width: 60px !important;
		height: auto;
		display: initial;
	}

	.fixed-right-box p {
		font-size: 0.9rem;
		line-height: 1.2 !important;
		margin: 6px 0 0 0 !important;
	}

	.fixed-right-box h3.title {
		margin: 0;
		padding: 0;
		font-size: 1.1rem;
		font-weight: 500;
	}

	.fixed-right-box h3.action-title {
		margin: 0;
		padding: 0;
		font-size: 1.3rem;
		font-weight: 500;
	}

	.fixed-right-box h3,
	.fixed-right-box a {
		letter-spacing: -1px;
	}

	.fixed-right-box .col-img {
		width: 30%;
		text-align: left;
		padding: 0 0 0 5px !important
	}

	.fixed-right-box .col-txt {
		width: 70%;
		text-align: left;
		padding: 0 !important
	}
	.fixed-right-box {
		position: fixed;
		top: 56%;
		right: 0;
		transform: translateY(-50%);
		background-color: #E5EDF3;
		color: #252525;
		width: 250px;
		max-width: 80vw;
		padding: 20px;
		border-radius: 12px 0 0 12px;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
		z-index: 1000;
		transition: right 0.3s ease-in-out;
	}

	/* bouton d’ouverture/fermeture */
	.fixed-right-box .toggle-btn {
		position: absolute;
		left: -30px;
		top: 50%;
		transform: translateY(-50%);
		background-color: #72AAD2;
		border: none;
		color: white;
		font-size: 16px;
		padding: 4px 10px;
		cursor: pointer;
		border-radius: 8px 0 0 8px;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
		transition: background-color 0.3s;
	}

	.fixed-right-box .toggle-btn:hover {
		background-color: #0056b3;
	}

	/* contenu du panneau */
	.fixed-right-box .content {
		overflow-y: auto;
		max-height: 70vh;
		transition: transform 0.3s ease;
	}

	/* état fermé */
	.fixed-right-box.closed {
		right: -250px;
	}

	/* animation du contenu au moment du slide */
	.fixed-right-box.closed .content {
		transform: translateX(50px);
		opacity: 0.7;
	}

	/* --- Responsive mobile --- */

	@media (max-width: 991px) {
		.fixed-right-box {
			display: none;
		}
      #sp-bottom-a .sp-column {
            padding: 20px 0 20px;
        }
      .relatedlinks_mobile img.img-responsive {
            width: 40%;
            display: inline-block;
        }
	}

/* --- EOF Panneau latéral fixe ---*/

/*13.10.2025*/
@media (min-width: 992px) {
      #sp-sidebar-left.col-lg-3,
      #sp-sidebar-right.col-lg-3 {
      width:20%!important;
      }
	  #sp-component.col-lg-9 {
        width: 66%!important;
	  }
      #sp-component.col-lg-6 {
      width:60%!important;
      }
}

.article-details .article-header h1,.article-details .article-header h2 {
    font-size: 1.9rem;
}


/*05.09.2025 new page theme */

.content-links {display:none!important;}

.newalign .innernews {
    padding: 0px!important;
}

.row.newalign>* {
    flex-shrink: 0;
    width: auto!important;
    max-width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-top: var(--bs-gutter-y)
}
.row.newalign {padding:0 15px 0 15px;}
.newalign .newsinfo h6{
  background-color: #e6efff;
  border-radius: 5px;
  padding: 7px 9px!important;
  border:1px solid #e6efff;
  display:inline-flex;
}
  
  .newalign .newsinfo a:hover{
  border-color:#308BCA;
}
.newalign .newsinfo {
  padding:10px 10px 10px 0!important;
}
/*juillet 2025 nouvelle navigation */
.pagetheme .carrousel.mt-5 {margin-top:0px!important}
@media (min-width: 992px) and (max-width: 1170px) {
   #sp-component.col-lg-12,
   #sp-retour.col-lg-12 {
        margin-left: 0%;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
  }
@media (min-width: 1170px){
   #sp-component.col-lg-12,
   #sp-retour.col-lg-12 {
        margin-left: 16.66666667%;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

@media (min-width: 992px) {
  .pagetheme #sp-component.col-lg-12 {
      width: 100%;
      margin-left: 0%;
  }
}
.sp-module.retourtheme {
/*text-align:center;*/
}


/* new RL*/

.slick-slide {
    max-height: 290px;
}
/*16.05.2025 Newsletter */

.inf-submit input {
	border-color: #3F8DC8!important;
    font-size: 1rem!important;
    background-color: #3F8DC8!important;
	color:#fff!important;
	border-radius: 0.375rem!important;
	padding:  0.375rem 0.75rem!important;
	border-width: 1px!important;
    border-color: transparent!important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075)!important;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out!important;
}
.inf-success h4 {
	margin-top: 20px!important;
    color: #3f8dc8!important;
}
a.inf-btn {
	display:none;
}

.article-list .article {
    position: relative;
    margin-bottom: 30px;
    padding: 20px 0px;
    border: 0px;
}

/*13.05.2025 calculateur frigo*/

	.container_calc {
		max-width: 800px;
		margin: 0 auto;
		background: #fff;
		padding: 30px;
		border-radius: 12px;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	}

	.container_calc  label {
		display: block;
		margin-top: 20px;
		font-weight: 500;
	}

	.container_calc  select,
	.container_calc  input[type="number"] {
		width: 100%;
		padding: 12px;
		margin-top: 8px;
		border: 1px solid #ccc;
		border-radius: 8px;
		font-size: 16px;
	}

	.container_calc  input {
		padding: 5px;
		margin-top: 5px;
		width: 100%;
		max-width: 300px;
	}

	.container_calc  button {
		background: #3498db;
		color: white;
		border: none;
		padding: 15px;
		margin-top: 30px;
		border-radius: 8px;
		font-size: 18px;
		cursor: pointer;
		transition: background 0.3s;
	}

	.container_calc  button:hover {
		background: #2980b9;
	}

/* 	.container_calc  .result {
		margin-top: 30px;
		padding:0 10px;
		background: #ecf0f1;
		border-left: 5px solid #3498db;
		border-radius: 8px;
		font-size: 18px;
	} */

	.container_calc  .note {
		font-size: 14px;
		color: #7f8c8d;
		margin-top: 10px;
	}

	.container_calc  #result {
		margin-top: 20px;
		font-size: 20px;
		font-weight: bold;
		background: #d9e8f4;
		padding:0 10px;
	}
	

	.container_calc  .inline-button {
		display: inline;
		margin-left: 10px;
		background-color: #65a4d3;
		color: white;
		padding: 5px 10px;
		border: none;
		cursor: pointer;
		margin-top:5px;
	}
@media (max-width: 991px){
	.container_calc  .inline-button {
		margin-left: 0px;
	}
}
	.container_calc  .inline-button:hover {
		background-color: #0056b3;
	}

	.container_calc  select#applianceType {
		padding: 1px!important;
		font-size: 1.1em;
		width: 100%;
		max-width: 350px;
		background-color: #d9e8f4;
		border: 2px solid #007BFF;
		border-radius: 5px;
		font-weight: bold;
		color: #003344;
		margin-top: 5px;
	}

	.container_calc  .input-button-row {
		display: flex;
		align-items: center;
		gap: 10px;
		flex-wrap: wrap;
		/* permet le passage à la ligne sur petits écrans */
	}

	.container_calc  .input-button-row input {
		flex: 1 1 auto;
		/* prend la place disponible sans forcer */
		min-width: 200px;
	}

	.container_calc  .input-button-row button {
		white-space: nowrap;
		/* évite que le bouton soit trop large à cause du texte */
	}

/*Bouton Info avec Encadré*/

	 .calc-info-button {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		background-color: #e7f3fe;
		border: 1px solid #2196F3;
		color: #2196F3;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		font-weight: bold;
		font-size: 18px;
		cursor: pointer;
		text-decoration: none;
	}

	.calc-info-button:hover {
		background-color: #d0eaff;
	}

	.calc-info-box {
		display: none;
		margin-top: 10px;
		padding: 10px;
		border: 1px solid #ccc;
		background-color: #f9f9f9;
		width: 100%;
		font-size: 14px;
		/* Taille du texte réduite dans l'encadré */
		line-height: 1.5;
		/* Espace entre les lignes pour plus de lisibilité */
		box-sizing: border-box;
	}

	 .calc-info-link {
		color: #2196F3;
		text-decoration: underline;
		cursor: pointer;
		margin-left: 10px;
	}


/*EOF calculateur frigo */


#lnee_315.lnee.newslist{
	clear:both;
}

.full-width {
    width: 100% !important;
}
.tableau1_p td{
	padding: 0!important;
	margin:0;
}
.tableau1_p img {
	display: inherit!important;
}
.article-details .featured-article-badge {
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: default;
	display:none!important;
}
#Tableau_01 td{
	padding: 0;
	margin: 0;
}
#sp-component h3 {
	margin-top:1.5em;
	scroll-margin-top: 90px;
	
}

.offcanvas-menu .offcanvas-inner {
    padding: 25px 20px;
}
.error-logo img, img.error-logo {
    max-width: 300px;
}
.qtip-vd-intro{ 
	width: 20px;
    height: 20px;
    border: 1px solid #3386C5;
    border-radius: 50%;
    background-color: #3386C5;
    color: #fff !important;
    line-height: 120%;
	cursor: pointer;
}
/*03.05.2023*/
@media (max-width:1199px) and  (min-width:992px){
	#sp-logo.has-border {
    padding-right:0px!important; 
	}
}
@media (max-width:1500px) and  (min-width:992px){

	#modal-menu {
    width: 32%!important;
	}
}

/*02.02.2024 */
.references .field-value p,
.references .field-value {
		    /* font-size: 13px!important; */
}
.references .field-value li, .references-de .field-value li {
	list-style: none;
}
.references .field-value, .references-de .field-value{
	/* display:none; */
}
.references h3, .references-de h3{
	padding-left:0px;
	margin-top: 0.6em!important;
	margin-bottom: 1em!important;
} 
.references h4 {
  font-size: 1.3rem;
}
.references summary {font-size: 1.3rem; line-height: 1.1;}

@media screen and (max-width: 575px) {
    .references summary {
        font-size: 1.1rem !important;
		line-height: 1.3;
    }
}
/*.field-label{
	 cursor:pointer; 
}
.field-label:before {
    content: '';
    border-width: 0.4rem;
    border-style: solid;
    border-color: transparent transparent transparent #308BCA;
    position: absolute;
	margin-top: 7px;
	margin-left: -20px;
    transform: rotate(0);
    transform-origin: 0.2rem 50%;
    transition: .25s transform ease;
}
.field-label.active:before {
	transform: rotate(90deg);
				}*/
/*05.12.2023*/
.blocbleu {
	background-color: #72AAD2;
    border-radius: 10px;
    padding: 30px 15px;
	box-shadow: 0px 0px 1px 1px #d6d3d3;
}
.blocgris {
	background-color: #f4f6fb;
    border-radius: 10px;
	box-shadow: 0px 0px 1px 1px #d6d3d3;
    padding: 30px 15px;
}
.inscription_newsletter {
	padding: 0 20px;
	
}
.acym_form label.cell {
	width:100%!important;
	}
input.acym__user__edit__email {
	max-width:100%!important;
	width:100%!important;
}

/*23.11.2023*/

.modal {
	--bs-modal-margin: 8rem 1rem!important;
}

.finder .search-results.list-striped li {
    padding: 10px 0;
}

.blanc, .white {
	color:#ffffff!important;
}
.puce
{
	display:none;
	position:absolute;
	width: 19px;
	height: 19px;
	z-index: 8;
	background: url(/templates/ee/images/puce_rouge.gif) 0 0 no-repeat;
}
.pucevide {
	display:none;
}
/*14.11.2023 jauges*/

.calculateur-jauges.horizontal {
	margin-top:1.5em;
	
}
.progress {
	height: 1.5rem;
	color:#ffffff;
	margin-bottom:10px;
}

.progress .bar {
    background-color: #0e90d2;
    background-image: none;
	padding: 2px 0px;
}    
    
.progress-info .bar,
.progress .bar-info {
    background-color: #4bb1cf;
    background-image: none;
}   

.progress-success .bar,
.progress .bar-success {
    background-color: #5eb95e;
    background-image: none;
}   

.progress-warning .bar,
.progress .bar-warning {
    background-color: #faa732;
    background-image: none;
}   

.progress-danger .bar,
.progress .bar-danger {
    background-color: #dd514c;
    background-image: none;
}   

.progress-light .bar,
.progress .bar-light {
    background-color:#f8f9fa;
    background-image: none;
}  

.progress-dark .bar,
.progress .bar-dark {
    background-color:#343a40;
    background-image: none;
}   

.progress-secondary .bar,
.progress .bar-secondary {
    background-color:#6c757d;
    background-image: none;
} 

/*09.11.2023*/
p.premier{
    font-size: 19px;
    font-weight: 600;
}
details ul {
	margin-top:20px;
}
details ul li {
	margin-bottom:20px;
}
ul.liste li {
	margin-bottom:20px;
}
ul.liste {
	margin-top:20px;
}
/* div[itemprop="articleBody"] ul li {
	margin-bottom:20px;
}
div[itemprop="articleBody"] ul {
	margin-top:20px;
}
 */
/* 31.10.2023 */
.animh {
	min-height:500px;
	}
.animh .figure,
.animh .tableau_p {
	line-height:0
}

@media (min-width:768px){
	.animh600 {
		min-height:600px;
		}
	.animh700 {
		min-height:700px;
		}
	.animh800 {
		min-height:800px;
		}
		 .offcanvas-menu {
		width: 380px;
		}
		body.ltr.offcanvs-position-right .offcanvas-menu {
		right: -380px;
		top: 0;
		} 
		.mod-finder__search.input-group .awesomplete input {/* width: 350px;*/ width:100%}

}
/*27.10.2023*/
.retourtheme p {
	font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    letter-spacing: -1px;
    text-decoration: none;
	margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.retourtheme i.fa {
	color: #3386C5;
	margin-right:7px;
}
.retourtheme, ._menumedias {
	margin-top:20px;
}
.retourtheme .sp-module-content {
	padding: 0 0px;
}
/*24.10.2023 */
details {
  margin-bottom: .4rem;
}

summary {
  padding: 1rem;
  display: block;
  padding-left: 2.2rem;
  position: relative;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight:500;
  background-color:#f5f5f5;
  border-radius: 5px;
}

summary span {
	font-size: 1.1rem!important;
	font-weight:500!important;
	}

summary:before {
  content: '';
  border-width: .4rem;
  border-style: solid;
  border-color: transparent transparent transparent #308BCA;
  position: absolute;
  top: 1.4rem;
  left: 1rem;
  transform: rotate(0);
  transform-origin: .2rem 50%;
  transition: .25s transform ease;
}

/* THE MAGIC 🧙‍♀️ */
details[open] > summary:before {
  transform: rotate(90deg);
}


details summary::-webkit-details-marker {
  display:none;
}

/*20.10.2023
.langues_mobile
.threecol img
*/
.offcanvas-inner .mod-finder__search button {font-size:0px;}
.offcanvas-inner .mod-finder__search button .icon-search {font-size: initial;}

.mod-finder__search button {font-size:0px;}
.mod-finder__search button .icon-search {font-size: initial;}

.offcanvas-inner .mod-finder__search.input-group {flex-wrap: nowrap;}

/*12.10.2023 */
.vignet .column .text-center {
	margin: 0 auto;
}

/* slick carousel */

.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}

ul.slick-dots {
    list-style:none ;
    padding-left: 0;
}
ul.slick-dots li {
    display: inline;
    color:#3F8DC8;
    margin: 0 5px;
}
ul.slick-dots li.slick-active {
    list-style-type: none;
}

ul.slick-dots li:before {
    font-family: 'SYWfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e817";
}

ul.slick-dots li.slick-active:before {
    content: "\e818";
}
.slick-dots>li>button
{
    display: none;
} 

@media (max-width:767px) {
	ul.slick-dots li:before {font-size:13px;}
	ul.slick-dots li { margin: 0 3px; display: inline-flex; align-items: center; flex-wrap: wrap;}
	#pager2 {max-width: 320px;}
	
} 


/* 10.10.2023*/

.ampoules.figure {
	margin-top:15px;
}
/*page RVB*/
.itemid-5297 .animation_interactive_initiale { margin-left:20px;}

/*page aspirateur*/
.itemid-273 img, .itemid-2120 img {
	max-width:none;
}

.cadre{
	margin-right: 20px;
    margin-bottom: 40px;
	height:auto!important;
}

.rd h5, .relatedlinks_desktop h5, .relatedlinks_mobile h5, .rd h52, .relatedlinks_desktop h2, .relatedlinks_mobile h2 {
    background-color: #3386C5;
    padding: 6px 0 6px 30px;
    /* border-radius: 5px; */
    color: #fff;
	font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    letter-spacing: -1px;
    text-decoration: none;
	margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.animation tbody, .animation td, .animation tfoot, .animation th, .animation thead, .animation tr {
	padding:0!important;
}

div.relatedlinks_desktop, #sp-bottom-a div.sp-module.rd {
	margin-top:10px;
}	
/*14.09.2023*/
.details h3 {
	margin: 20px 0;
}
[data-rlta-element=container]{
	margin-top:15px;
	margin-bottom:15px;
}
[data-rlta-element=button]> h3 {
	font-size: 1.2em!important;
}
[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions][data-rlta-icons=true]>[data-rlta-element=button]:before {
        font-family: Font Awesome\ 5 Free; 
		content: "\f0da";
        font-weight: 700;
        float: left;
        margin-right: 1rem
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions][data-rlta-icons=true]>[data-rlta-element=button]:not([data-rlta-state=closed]):before {
        content: "\f0d7"
}

/*04.09.2023 */
/* .cadre img {margin-bottom: 20px!important;}
 */.cadre #terre_a img {margin-bottom: 0px!important;}
.cadre #terre_b img {margin-bottom: 0px!important;}

p {margin-top: 0.5rem;}

/*31.08.2023 */
.qtip-bootstrap .qtip-icon {
    /* background: 0 0; */
}

.qtip-default .qtip-icon {
    border-color: #CCC;
    background: #ffffff!important;
    color: #000!important;
}
.qtip-bootstrap .qtip-icon .ui-icon {
    opacity: 1!important;
	}
.component h1 {
display:none!important;
}
	

/* 25.08 2023 */
/* 
@media (min-width:1200px) {
	.caroufredsel_wrapper {height:275px!important; margin:0!important;}
}
@media (max-width:1199px) and  (min-width:992px){
	.caroufredsel_wrapper {height:350px!important; margin:0!important;}
}
@media (max-width:991px) and  (min-width:768px){
	.caroufredsel_wrapper {height:530px!important; margin:0!important;}
}
@media (max-width:767px) {
	.caroufredsel_wrapper {height:380px!important; margin:0!important;}
} */
@media (max-width:991px) {
		.newshead.picturetype {
					width: 100%!important;
					text-align: center!important;
			}
		.newshead .picture{
					margin: 0 auto!important;
			}
}
.caroufredsel_wrapper {margin:0!important;}
.news {
    height: auto!important;
}
/* .latestnews-items {margin-top:3px!important;}
 */.carrousel > .col-md-12 {padding:0;}
	#pager2 {display:inline-block!important; margin-top:20px;}
.items_pagination {
    display: block;
    text-align: center;
    font-size: 1.2em;
}
.items_pagination a {
    margin: 0 5px;
}
.newpager a:before {
    font-family: 'SYWfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e817";
}

.newpager a.selected:before {
    content: "\e818";
}

.newpager span {
    display: none;
}

/* 21.08.2023 */
.input-mini {
    width: 60px!important;
}

.input-small {
    width: 90px!important;
}

.input-medium {
    width: 150px!important;
}

#buts ul li {
    margin-bottom: 8px;
    margin-top: 8px;
}	

#haut-de-page {display:none;}

/*03.08.2023 */

#sp-conseils .innerpicture img {	
	border-radius: 17px;
	max-height:350px;
	width:350px;
}

/*05.07.2023 */
.list-group-item {
	background: transparent!important;
	padding-left:5px!important;
}
@media (min-width:1000px){
	.threecol img {
		max-width: 268px!important;
		max-height:268px!important;
	}
}
.threecol .card {
	width: 100%;
}
/*30.06.2023 ***********/
/*bug safari*/
.vignet .card {
	display: block!important;
	padding: 1rem!important;
}



/*28.06.20123 *************/
* {
  --icon-space: 1.3em;
}

.suivre_ext::before {
   font-family: Font Awesome\ 5 Free;
   content: "\f35d";
   display: inline-block;
   text-rendering:auto;
   -webkit-font-smoothing: antialiased;
   font-weight: 900;
	margin-left: calc( var(--icon-space) * 0 );
	width: var(--icon-space);
	color: #3F8DC8;
}
.suivre::before {
   font-family: Font Awesome\ 5 Free;
   content: "\f061";
   display: inline-block;
   text-rendering:auto;
   -webkit-font-smoothing: antialiased;
   font-weight: 900;
	margin-left: calc( var(--icon-space) * 0 );
	width: var(--icon-space);
	color: #3F8DC8;
}
.suivre_pdf::before {
   font-family: Font Awesome\ 5 Free;
   content: "\f1c1";
   display: inline-block;
   text-rendering:auto;
   -webkit-font-smoothing: antialiased;
   font-weight: 900;
	margin-left: calc( var(--icon-space) * 0 );
	width: var(--icon-space);
	color: #3F8DC8;
}
.suivre_news::before {
   font-family: Font Awesome\ 5 Free;
   content: "\f1ea";
   display: inline-block;
   text-rendering:auto;
   -webkit-font-smoothing: antialiased;
   font-weight: 900;
	margin-left: calc( var(--icon-space) * 0 );
	width: var(--icon-space);
	color: #3F8DC8;
}


#sp-title #blasons {
    margin-top: 10px;
    border-bottom: 0px solid #4a4a4a2b;
    display: inline-block;
    padding-bottom: 0px;
	padding-left: calc(var(--bs-gutter-x) * .3);
}
#sp-title #blasons a, #sp-banneraccueil #blasons a{color:#003f6b; font-weight:600;}
#sp-title #blasons img , #sp-banneraccueil #blasons img{display:inline-block!important;}
#sp-banneraccueil #blasons {margin-top:30px;}
#sp-breadcrumbs {margin-top:15px;}
/* .mod-breadcrumbs__wrapper, .article-header, #sp-logo{padding-left: calc(var(--bs-gutter-x) * .3);} */
/* 26.06.2023 ************/
.vignet .card-body {flex: initial!important;}

@media (max-width:1199px){

	.vignet .card-title {height:50px; hyphens: auto;}
}
@media (max-width:767px){

	.vignet .card-title {height:auto!important; hyphens: auto;}
}


/* 23.06.2023 *********************/
#sp-sidebar-left ul li span.rl_separator, #sp-bottom-a ul li span.rl_separator {
	display:block;
	font-weight:bold;
	margin:15px 0 3px 0px;
	}
#sp-sidebar-left ul li img , #sp-bottom-a ul li img{
	display: inline-block;
	margin-right:5px;
	}

/* 21.06.2023 ******************************/
.fields-container {
	/* display:none; */
}

.titre-article-carrousel, .resume-articles-carrousels {
	display:none; 
}
.refer {
    background-color: #f3f3f3;
    border: 1px solid rgba(1, 5, 40, 0.07);
    box-shadow: 0px 20px 25px rgb(0 0 0 / 5%);
    border-radius: 9px;
    padding: 0px 15px;
	margin:20px 0;
}

ul.latestnews-items li.latestnews-item {
    margin: 10px !important;
    /* min-height: 250px !important; */
}

.carrousel .card {
  	background-color: #f4f6fb!important;
	width: 100%!important;
	margin:3px 0;
}

.carrousel h4 {
	font-weight: normal!important;
}
.carrousel h4.newstitle a {
	font-weight: normal!important;
	color: #252525!important;
}
.carrousel p.link a {
	border-color: #3F8DC8;
    font-size: 1rem;
    background-color: #3F8DC8;
	color:#fff;
	
}
.carrousel .items_pagination.bottom, .carrousel  .items_pagination.down {
    margin-top: 20px!important;
}

.carrousel  h4.newstitle {
     text-align: left!important; 
}
.innernews {padding: 10px 20px 10px 0px;}
.carrousel .innernews {padding: 10px 15px;}

/* 20.06.2023 ******************************/

#sp-component img {display: inline-block;}
#sp-component img.imprimer {display: none;}


/* 16.06.2023 ******************************/
@media (max-width: 767px) {
	.vignet .card img {
		max-width: 50%;
	}
	.lnee .container {    
		padding-left: 20px;
		padding-right: 20px;
	}
	#lnee_237 .newsinfo {
		overflow: initial!important;
	    display: table;
		width:100%;
	}
	#lnee_237 .head_right .newshead {
		margin: 0 0 20px 8px!important;
		display: table;
		width:100%;
	}
	#lnee_259 .newsinfo {
		overflow: initial!important;
	    display: table;
		width:100%;
	}
	#lnee_259 .head_right .newshead {
		margin: 0 0 20px 8px!important;
		display: table;
		width:100%;
	}
	
	
	
	h1.title {
		font-size: 1.8rem!important;
	}
	#mod-custom235 .img-fluid, #mod-custom258 .img-fluid {
    max-width: 200px!important;
	}
	#sp-logo {padding-right:0px!important;}
	
	.card {margin-bottom:20px!important;}
	.news {height:auto;}
	
	.head_right .innernews {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal; 
   -webkit-flex-direction: row; 
    -ms-flex-direction: row;
    flex-direction: row;
	}
	#intro {max-width:100%!important}
}
#mod-custom218, .modal-menu .item-4327 {display:none;}
#lnee_238 img, #lnee_260 img {display:inline-block!important;}

#lnee_238 .newsinfo,  #lnee_260.newsinfo {
	padding: 20px 22px;
}

#sp-conseils{
    padding: 50px 0 30px;
}
@media (max-width: 575px){
	#sp-header {
		height: 80px;
	}
	#sp-conseils .innerpicture img {	
	border-radius: 17px;
	max-height:300px!important;
	width:300px!important;
	}
}
@media (max-width: 991px){
	#sp-header {
		height: 80px;
	}
	#sp-header .logo {
    margin-top:10px;
	}
	#sp-top.subpages {
    background-position: -500px 0px!important;
    background-repeat: no-repeat;
    }
  .langues_desktop, #sp-header .mod-list, #sp-header .smartsearch_field {display:none;}
  .btn_menu_drop {float: right; margin-top: -40px;}
}
@media (max-width:767px){
  	 input.js-finder-search-query{background-color: #e5edf3!important; width: 100%; }	
}
@media (min-width: 992px) and (max-width:1199px){
  input.js-finder-search-query {
    background-color: #e5edf3!important;
    width: 14rem!important;
	}
}
@media (max-width: 370px) {
    #sp-logo {
        padding-right: 0px !important;
        max-width: 250px!important;
    }
}
@media (max-width: 330px) {
    #sp-logo {
        padding-right: 0px !important;
        max-width: 200px!important;
    }
}

/* 15.06.2023 **********************************/
/* general */
legend {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    float: none;
}
.page-header h1 {display:none;}
.card {padding: 0px!important; border:0px!important;
}
.container-top-a {
    padding-bottom: 20px!important;
}
.container-component ul.mod-menu.mod-list {
   flex-direction: initial!important;
   float:right;
}
.container-component ul.mod-menu.mod-list li.divider {
    padding: 0 5px 0 1px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 8px;
    /* display: block; */
    background-image: url(/templates/ee/images/puce.gif);
	
}
.container-component ul.mod-menu.mod-list li a {
   color: var(--body-color)!important;
}
.container-component ul.mod-menu.mod-list li.active a {
    font-weight: bold;
    color: #000;
}
.clear {
    clear: both;
}
.bulle {  position:relative; }
img.train {margin-top: 240px;}


.lien_pdf {
    padding: 0 0 0 25px;
    background: url(/templates/ee/images/ee_pdf_info_transp.png) 0 0 no-repeat;
    background-size: 20px 20px;
}

.imprimer
	{
	display:none;
	} 
	
	
.pas_imprimer {display: inline-block;}

/*voir pour alignement dans certaines pages 
.pas_imprimer {display: inline-flex;}*/

.visible { visibility:visible;}
.pas_visible {visibility:hidden;}

p.instruction, p.instruction_prealable {
    display: block;
    padding: 5px 0px 5px 40px;
    font-style: italic;
    background: url(/templates/ee/images/ee_lux.gif) 0 0 no-repeat;
    background-size: 32px 32px;
}
p.instructionb {
    display: inline-block;
    padding: 5px 0px 5px 40px;
    font-style: italic;
    background: url(/templates/ee/images/ee_lux.gif) 0 0 no-repeat;
    background-size: 32px 32px;
}
.mini {
    font-size: .86em!important;
}
table.figure td {padding: 0!important}
/* page recherche */
.result__title-text {
    font-size: 1rem!important;
	font-weight:700;
}
.result__taxonomy--Type,
.result__taxonomy--Author,
.result__taxonomy--Language,
.result__taxonomy--Category span {
	display:none
}
.result__taxonomy-item + .result__taxonomy-item.result__taxonomy--Category:before {
    content: "";
    padding-right: 0em;
}
.result__taxonomy {margin-left:0!important}
.result__taxonomy li {margin-left:0!important; font-size:0.8rem!important; font-style:italic;}
 
/* .figure { position:absolute; }
 */ 
.bulle h3, #intro h3, .legend h3 {
font-size:1.1em;

}
ul.reset_list, ol.reset_list
{
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.reset_list li, ol.reset_list li
{
	margin: 15px 0 0;
	padding:0;
}

/* 
switcher_on : mode interactif
switcher_off : mode standard
*/
.style_switcher 
{
	padding:0.45em;
}

.style_switcher a, .style_switcher a:hover
{
	color:#000;
	text-decoration:none;
	position:relative;
}

.switch
{
	position:relative;
	top:2px; /* pour aligner horiz. avec les libellés */
   background-attachment: scroll;
    background-color: transparent;
    background-image: url("/templates/ee/images/switch.svg");
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    /*float: left;*/
    height: 12px;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-indent: -9999em;
    width: 24px;
}

span.switch.off {
    background-position: 0 -12px;
}

span.switch.on {
    background-position: 0 0;
}
.switcher_on.actif, .switcher_off.actif
{
	font-weight:bold;
}
.switcher_on, .switcher_off
{
    display: inline-block;
	/* width:4.5em; */
}

/**** visites dÃ©chets ****/
.fiche .visite_theme1
{
	font-size: 1.1em;
}
.fiche .en-tete
{
	margin-bottom:0.2em;
	overflow: hidden;
	width: 100%;
}
.fiche .en-tete h2
{
}
.fiche .en-tete ul
{
	margin:0;
	text-align:left;
}
.fiche .en-tete ul li
{
	display:inline-block;
	margin:0 10px 0 0;
}
.fiche .en-tete ul li img
{
	vertical-align:top;
}
.fiche h2
{
	font-size: 1.4em;
}
.fiche h3
{
	font-size: 1.1em;
}
.fiche label
{
	font-weight: bold;
}

.fiche #info_generale
{
	float:left;
	width:50%;
	margin-top: 1em;
}
.fiche hr
{
    height: 3px;	
}
.fiche #map
{
	float:right;
	width:300px;
	height:300px;	
	border: 2px solid #bbb;
	margin-top: 1em;
	border-radius: 10px;
}
.fiche #buts
{
	background: #cde0ef none repeat scroll 0 0;
    clear: both;
	margin:1em 0;
    padding: 1em;	
	border-radius: 10px;
}
@media screen and (max-width: 640px)
{
	.fiche #info_generale
	{
		float:none;
		width:100%;
	}

	.fiche #map
	{
		float:none;
		width:100%;
		height:300px;	
		margin-top: 2em;
	}
	#sites_liste {
		width: 100%!important;
		margin-bottom:30px;
	}
}

#buts a.modal {

    display: block!important;
    position: relative!important;
}
#sites_map {
    margin: 0 0 0 1%;
    width: 400px;
    height: 400px;
    float: right;
    border: 2px solid #bbb;
    border-radius: 10px;
}
#sites_liste
{
	width: 45%;
	float: left;
}
#sites_liste h3
{
	margin-top:0;
	font-size: 1.1em;
}
#sites_liste li {
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}
#sites_liste ul { 
	margin: 0;
    padding: 0;}
#sites_liste li, #sites_liste ul {
    list-style: none;
}
#sites_liste h3 {
    margin-top: 0;
    font-size: 1.1em;
    margin: 20px 0 10px;
    line-height: 1.2em;
}
#sites_liste h3 a.toggle  
{
	text-decoration: none;
    background: rgba(0, 0, 0, 0) url('/images/modules/mod_accordeonck/assets/br_down_icon16.png') no-repeat scroll left center !important;
    outline: medium none;
}		
#sites_liste ul {
	display: none; 
	margin-left:5px !important;}	

#sites_liste li, #sites_liste ul {list-style: none;}	
	
.groupTitle {
    font-size: 1.1em;
	padding-left:20px;
	display: inline-flex; /* gauche des titres alignés */
}
#sites_liste h3 a.toggle.active  {
    background: rgba(0, 0, 0, 0) url('/images/modules/mod_accordeonck/assets/br_up_icon16.png') no-repeat scroll left center !important;
}
p.instruction_fixe, p.instruction_fixe_prealable {
    display: block;
    padding-left: 20px;
    font-style: italic;
    background: url('/templates/ee/images/ee_lux.gif') 0 0 no-repeat;
    background-size: 16px 16px;
}	
.communiques .article-info-term {
    display: none;
}
.create {
    color: #646464;
    display: block;
    font-size: 0.85em;
}
.modified {
    color: #646464;
    display: block;
    font-size: 0.85em;
    padding: 0;
}

/*Menu accordeon*/
#menu-rc li.accordeonck.level1
{
	margin: 10px 0;
}

#menu-rc2 li.accordeonck.level1
{
	margin: 10px 0 10px -5px;
	padding-right: 5px;
}

#menu-rc2 li.parent > span {
	display: block;
	position: relative;
}

#menu-rc2 li.parent > span span.toggler_icon {

    position: absolute;
    cursor: pointer;
    display: block;
    height: 100%;
    z-index: 10;
    right: 0;
    background: none;
    width: 20px;

}
.container-sidebar-left .accordeonck ul ul{
	padding-left:0.3rem!important;
}

#menu-rc2 li > .accordeonck_outer .toggler_icon {

    outline: none;
    background: url(/templates/ee/images/br_down_icon16.png) right center no-repeat !important;

}

#menu-rc2 li.open > .accordeonck_outer .toggler_icon {

    background: url(/templates/ee/images/br_up_icon16.png) right center no-repeat !important;

}
#sp-sidebar-left ul li a, .rd ul li a{
    color: #000!important;
    font-weight: normal;
    display: block;
    padding: 1px 1px 1px 0px;
    text-decoration: none;
    font-size: 0.9em;
}
#sp-sidebar-left ul li a.accordeonck.separator {
    font-weight: bold;
}

/* 14.06.2023 ********************************/
.mini {
    font-size: .86em!important;
}
#sp-top {
    background-color: #7ed1fb;
    background-image: url(../images/bg_page_ee_2.jpg);
    background-position: left -40px;
    background-repeat: no-repeat;
    padding: 10px 0 0;
}
.breadcrumb {
    background-color: transparent!important;
  padding:0!important;
}
.breadcrumb a, .titrearticle h1 a {
  color:#252525;
}
.titrearticle h1 {
    font-size: 24px;
    line-height: 1;
}
#sp-sidebar-left .sp-module ul, #sp-bottom-a .sp-module ul {
    list-style: none;
    padding: 0 30px;
    margin: 0;
}
.la-maison ul.menu-child {
	padding:10px 0px!important;
}
#sp-sidebar-left .sp-module, #sp-bottom-a .sp-module  {
    padding: 5px 0px;
}
#sp-sidebar-left .sp-module ul>li, #sp-bottom-a .sp-module ul>li  {
    display: block;
    /*border-bottom: 1px solid #f3f3f3;*/
}
#sp-sidebar-left .sp-module ul>li>a, #sp-bottom-a .sp-module ul>li>a {
    display: block;
    padding: 3px 0;
    line-height: 22px;
   
}
#sp-sidebar-left .sp-module ul.menu>li.active a,
#sp-sidebar-left .sp-module ul.menu>li ul li.active a.isactive,
#sp-bottom-a .sp-module ul.menu>li.active a,
#sp-bottom-a .sp-module ul.menu>li ul li.active a.isactive,
.de-de #sp-sidebar-left ul.menu>li.current a
{
    background: none repeat scroll 0 0 #2d8bc9;
    color: #fff!important;
    padding: 3px 0 3px 6px; 
	border-radius: 3px;
}
#sp-sidebar-left .sp-module ul.menu>li.active ul li a,
#sp-bottom-a .sp-module ul.menu>li.active ul li a
{
    background: none;
    color: #000!important;
    padding: 0px; 
	border-radius: 0px;
}
#sp-sidebar-left .sp-module ul.la-maison > li > ul.menu-child > li.active> a,
#sp-bottom-a .sp-module ul.la-maison > li > ul.menu-child >li.active > a

{
    background: none repeat scroll 0 0 #2d8bc9!important;
    color: #fff!important;
    padding: 3px 0 3px 6px!important; 
	border-radius: 3px!important;
}
ul.la-maison{
	margin-top:10px!important;
}
/* Ajout 13.06.2023 **************************/
.column {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.text-center {
    text-align: center;
}
.vignettes {
    background-color: #f4f6fb;
    box-shadow: 0px 0px 4px 1px #d6d3d3;
    border-radius: 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 10px 0px;
}
.vignettes:hover{
    box-shadow:0 0 0 0 #ffffff;
}
.vignettes .img-container, .action .img-container {
    margin: 0px 40px 0px 40px;
    display: block;
}
.vignettes .title, .action.title {
    color: #4A4A4A;
    padding: 10px;
}
.action .title {
  margin-top:20px;
}
.vignettes a, .action a {
    color: #252525!important;
}
#sp-vignettes, #sp-action {
    padding-top: 30px;
    padding-bottom: 30px;
}
#sp-action {  
    margin: 0px;
    background-image: url(../images/bg_ee-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 100%;
}
.action-title, h2.text-center {
  text-align:center;
  margin-bottom:40px;
}

#sp-maisonecole {
  background-color: #318BCA;
  padding:20px 0;
}
.maisonecole .img-responsive {
    width: 60px;
    height: auto;
  	display: initial;
}
.maisonecole .img-responsive.plus {
    width: 90px!important;
    height: auto;
  	display: initial;
}
.maisonecole h2, .maisonecole a {
  color:#ffffff!important;
  font-size: 1.8rem;
  letter-spacing: -1px;
}
.maisonecole {
    visibility: visible;
    animation-duration: 2000ms;
    animation-name: fadeInUp;
   	transition: .3s;
  	background-color: #72AAD2;
    border-radius: 10px;
	padding:20px;
}
.maisonecole.plus h5 {
	line-height: 1.4!important;
}
.maisonecole:hover {
    box-shadow: 0 0 0 0 #ffffff;
}
@media screen and (max-width: 420px) {
    .maisonecole h2 {
		font-size: 1.3rem!important;
		letter-spacing: 0px;
    }
	 .maisonecole h5 {
		font-size: 1rem!important;
		letter-spacing: 0px;
    }
}

.newslist h3.newstitle {
  font-size: 1.4rem!important;
  font-weight:normal!important;
  
}
.newslist h3.newstitle a {
  color: #252525;
}
.lnee .newsintro {
  font-size:16px !important;
  text-align: left!important;
}
.link a{
    color: #010101;
    background-color: #eff1f4;
    border-color: #eff1f4;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: pre-line;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.25;
    border-radius: 4px;
    transition: all .15s ease-in-out;
}
.link a:hover {
    color: #010101;
    background-color: #d7dadd;
    border-color: #d7dadd
}

.link a:focus {
    color: #010101;
    box-shadow: 0 0 0 3px rgba(239,241,244,.8)
}
.picture_ee, .nopicture_ee {
    overflow: hidden;
    text-align: center;
    position: relative;
    width:100%!important;
  	height:auto;
    max-width: 100%!important;
}

.saviez .head_right .newstitle {
    text-align: left!important;
}
.saviez .innerpicture img {
  border-radius: 17px;
}
.saviez .pretext h2 {
  margin-bottom : 20px;
}
 #sp-bottomee {
    background-color: #F4F6FB!important;
    color: #252525;
    padding: 30px 0 50px;
    font-size: 16px;
    line-height: 1.6;
}

.saviez .readalllink  a {
    color: #ffffff;
    border-color: #3386c5;
    background-color: #3386c5;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: pre-line;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.25;
    border-radius: 4px;
    transition: all .15s ease-in-out;
}
#sp-footer{
    background: #283c4a;
    color: #ffffff;
}
#sp-footer a {
    color: #ffffff;
}
/* Ajout 11.06.2023 */

@media screen and (min-width: 900px){
	li.item-2815, li.item-2816 /* loupe recherche */{display:none;}
	.container-nav .mod-finder{ margin: 0 50px 0 100px;}
	.btn_menu_drop {display: none;}
	.container-sidebar-left {min-height: 700px!important;}
	/* .style_switcher {text-align: center;} */
	#mod-custom229 {margin-right:80px;}
    .saviez .newshead { margin: 0 90px 0 40px!important;}
    .saviez .newsinfo {max-width: 50%;}
	
}
@media screen and (min-width: 992px){
	.saviez .newshead {width:auto!important;}
}
@media screen and (max-width: 575px){
	.saviez .newshead {width:auto!important; float: none!important;}
	.saviez .newshead img {margin:0 auto;}
	#sp-footer { padding: 0 10px;}
	.sp-scroll-up {bottom: 30px!important;}
	h3 {font-size: 1.2rem!important;}
}
@media screen and (max-width: 400px) {
    .vignettes h3, .action h3 {
        font-size: 0.9rem !important;
    }
}

#sp-logo .sp-module {
  margin-top:10px;
  align-items: center;
}
#sp-header .mod-list li a {
    color: #252525;
    text-decoration: none;
    padding: 0px 0;
  	line-height:1.5em;
    text-transform: uppercase;
    display: inline;
	font-weight:normal;
}
#sp-header .mod-list ul {   
  	list-style: none;
    margin: 0;
    padding: 0;}
#sp-header .mod-list li {
    padding: 0.7em 0;
  	list-style: none;
  	border-radius: 0;
}
#sp-header .mod-languages ul li.lang-active a {
  	color: #000;
  	font-weight: bold;
}
#sp-header .mod-languages ul li.lang-active {
  	background-color: #ffffff!important; 
    padding: 0px 5px 0px;
    border-radius: 0px;
}
#sp-header .mod-languages ul li:first-of-type {
    border-right: 2px solid #000;
    padding-right: 10px;
}
#modal-menu .menu li {
  	list-style: none;
}
#modal-menu ul li {
    margin: 5px 0;
    line-height: 1.25em;
	padding:0px;
}

#modal-menu  ul li a {
    color: #000!important;
    font-weight: normal;
    display: block;
    padding: 1px 1px 1px 0px;
    text-decoration: none;
	font-size:1em; 
}

#modal-menu ._menuprincipal ul {
    /* -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
    -moz-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
    column-gap: 1.5rem; */
    padding-left: 0;
    list-style: none;
}
#modal-menu  ul li a:hover {
	color: #3386C5!important;
}

#modal-menu ._menuprincipal ul .item-5260,
#modal-menu ._menuprincipal ul .item-5265,
#modal-menu ._menuprincipal ul .item-5358,
#modal-menu ._menuprincipal ul .item-5361 {
    margin: 10px 0 10px;
    /* break-before: column; */
	border-top: 1px solid #333333;
}
#modal-menu .modules-wrapper {
    display: flex;
    flex-direction: initial;
}
._menumedias ul, ._boutonmaison ul {
 	margin:0px;
  	padding:0px;
}
._menumedias ul img, ._boutonmaison ul img {
    display: inline;
    margin: 0 8px 0 0;
}
._menumedias ul li a, ._boutonmaison ul li a {
	font-size: 1.2em!important;
}
._accueil #sp-top {
                padding-top: 50px;
                padding-right: 0px;
                padding-bottom: 60px;
                padding-left: 0px;
                margin-top: 0px;
                margin-right: 0px;
                margin-bottom: 0px;
                margin-left: 0px;
                color: #5c5b5b;
                background-color: #3386C5;
                background-image: url(../images/bg_banner.jpg);
                background-repeat: no-repeat;
                background-size: cover;
                background-position: 50% 0;
            }
h1.title {
  color: #003f6b;
  line-height: 1.5;
}
.img-fluid {display: inline-block;}

/*EOF 11.06*/

#sp-header .logo{display:none!important;}

a, a:not([href]):not([class]) {
    color: #3F8DC8;
	cursor: pointer;
}
a:hover, a:focus, a:active {color:#255b84}

summary a {color: #3F8DC8!important;}
summary a:hover {color:#255b84!important}

.btn-primary,.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    border-color: #3F8DC8;
    font-size: 1rem;
    background-color: #3F8DC8;
}
.btn-primary.dropdown-toggle {
    border-color: #3F8DC8;
    font-size: 1rem;
    background-color: #3F8DC8;
}
/*.dropdown-toggle.collapsed {
	background-color: #FFAC00!important;
	border-color: #FFAC00;
}*/
.dropdown-toggle[aria-expanded="true"] {
    background-color: #FFAC00!important;
	border-color: #FFAC00!important;

}
.dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(180deg);
    /* transform-origin: 0.15em 0.32em; */
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
 	border-color: #3F8DC8;
    background-color: #3F8DC8;
    box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #3F8DC8;
}
.card {
  	background-color: #f4f6fb;
    box-shadow: 0px 0px 4px 1px #d6d3d3;
  border-radius:9px;
}
.card.blue {background-color: #318BCA!important;color:#ffffff; width:100%;}
.card:hover {	
   /* box-shadow: 0px 0px 0px 0px #ffffff;*/
}


.btn-outline-info {
    color: #ffffff;
   	border-color: #3F8DC8;
  	font-size: 1.2rem;
  	background-color: #3F8DC8;
 	margin-top: 20px;
    letter-spacing: 0px;
}
.btn-outline-info:hover, .btn-primary:hover {
    color: #252525;
 	background-color:#3f8dc8cf;
    border-color: #3F8DC8;
}


.random-image img {
	width: 100%;
	height:auto;
	margin: 0 auto;
	border-radius: var(--bs-border-radius)!important
}

#sppb-addon-1614685201255 h1 {
line-height: 1.5;
}
.uppercase h3 { text-transform: uppercase; background-color: #50585e66; padding: 20px}
.uppercase a {color: #ffffff!important}

.uppercase2 h3 { /* text-transform: uppercase;  background-color: #F4F6FB;*/ padding: 10px}
.uppercase2 a {color: #252525!important}

 .passaction a {color: #252525!important}
#sp-header.header-with-modal-menu.center-layout #modal-menu .modal-menu-inner>.container {
    align-items: flex-start;
    padding: 20px 0 0!important;
}
 ul.nav li span.menu-separator,
 ul li span.menu-separator{
    display: inline-block;
    margin: 8px 0 8px 0px;
   /*  font-variant: small-caps; 
    letter-spacing: 0.05em;
    font-size: 1.4em!important;*/
    font-weight: bold;
	line-height: 1em;
}
.menuprincipal ul li {
    margin: 5px 0;
    line-height: 1.25em;
	padding:0px;
}

.menuprincipal  ul li a {
    color: #000!important;
    font-weight: normal;
    display: block;
    padding: 1px 1px 1px 0px;
    text-decoration: none;
	font-size:1em!important; 
}
 ul li.item-271 a,
 ul li.item-272 a  {
	font-size:1.2em!important;
margin-bottom:15px;	
}
.menuprincipal .nav {
    display: block!important;}
	
.offcanvas-menu .offcanvas-inner ul.menu>li>a {
    display: block;
    font-size: 1em!important;
    padding: 5px 0px;
    position: relative;
    line-height: 18px;
	font-weight: 500!important;
}
	
	#sp-header.header-with-modal-menu.center-layout .modules-wrapper {
    height: auto;
    border: none;
    padding: 0px;
    max-width: 100%;
    margin: 0 0;
}
.menuprincipal .col-2 {border-right:1px solid #ebe8e8; padding-bottom: 30px;}

.iconmenu {
    display: inline-block!important;
	margin: 0px 5px 0 0px;
	}
.article-details .article-ratings-social-share {
    display: none!important;
}
#sp-main-body {
    padding: 20px 0;
}

#modal-menu {
	background-color: #e5edf3f7!important;
    position: fixed !important;
    top: 80px;
    left: auto!important;
    right: 0;
	width:22%;
    overflow-y: scroll;  
}
#modal-menu.active {
    bottom: 0;
}

body.modal-menu-active {
    overflow-y: auto!important
}

#modal-menu{
    scrollbar-color: #3F8DC8 #eee;
    scrollbar-width: thin;
}

#modal-menu:-webkit-scrollbar {
    background-color: #eee;
}

#modal-menu:-webkit-scrollbar-thumb {
    background-color: #3F8DC8;
}

#modal-menu:-webkit-scrollbar-thumb:hover {
    background-color: #000000;
}

#modal-menu:-webkit-scrollbar {
    width: 5px;
}

#modal-menu:-webkit-scrollbar-button:vertical:start:decrement {
    background: linear-gradient(120deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(240deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(0deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #ffffff;
}

#modal-menu:-webkit-scrollbar-button:vertical:end:increment {
    background:
        linear-gradient(300deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(60deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #ffffff;
}

#modal-menu:-webkit-scrollbar-button:horizontal:start:decrement {
    background:
        linear-gradient(30deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(150deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(270deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #ffffff;
}

#modal-menu:-webkit-scrollbar-button:horizontal:end:increment {
    background:
        linear-gradient(210deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(330deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(90deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #ffffff;
}

.headdemo {margin: 0 20px 0 20px; padding-top: 20px;}
.headdemo a {margin-right:20px;}
.headdemo-mob {margin: 0 20px 0 20px; padding-top: 20px;}
.headdemo-mob a {margin-right:20px;}
.burger-icon>span {
    height: 3px;}
@media (min-width: 992px) {
	.burger-icon::after {content:"MENU"; font-size:12px!important;}
  
}
.burger-icon {width:35px;}
#sp-header.header-with-modal-menu a {
    color: rgba(37, 37, 37, 1);
}
input.js-finder-search-query{background-color: #e5edf3!important; width: 25rem; }
.sp-page-title {background-position: left -40px; background-repeat:no-repeat;}
.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
    margin: 0;
    padding: 0;
    color: #333333;
}
.sp-page-title .breadcrumb>span, .sp-page-title .breadcrumb>li, .sp-page-title .breadcrumb>li+li:before, .sp-page-title .breadcrumb>li>a {
    color: #333;
	font-size:14px;
}
.sp-page-title .breadcrumb>.active {
    color: rgba(0, 0, 0, 0.8);
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, ">");
}

.float-start span {display:none;}
#sp-sidebar-left .sp-column{
    background-color: #E5EDF3;
    border: 1px solid rgba(1, 5, 40, 0.07);
    box-shadow: 0px 20px 25px rgb(0 0 0 / 5%);
    border-radius: 9px;
	padding-bottom: 20px;
}
#sp-bottom-a .sp-column{
    background-color: #E5EDF3;
    border: 1px solid rgba(1, 5, 40, 0.07);
	box-shadow: 0px 20px 25px rgb(0 0 0 / 5%);
    border-radius: 9px;
	padding-bottom:20px;
	
}

.sp-scroll-up {
    color: #fff;
    background-color: rgb(51, 134, 197);
}
.fa-tv, .fa-globe-americas{color: #3386c5; font-size:1.2rem; margin-right:5px;}

.header2 .sppb-img-responsive {width:60px; height:auto;}

@media (max-width: 575px){
	#sp-header {
		height: 80px;
	}
}
@media (max-width: 991px){
	#sp-header {
		height: 80px;
	}
	#sp-header .logo {
    margin-top:10px;
	}
	.sp-page-title {
    background-position: -400px -40px;
    background-repeat: no-repeat;
	}
	.langues_desktop
	{
	display:none;
	}
	.langues_mobile
	{
		display:block;
		float:right;
/* 		position: absolute;
		right: 2px;
		top: -28px; */
	}
	div.mod-languages ul li.lang-active {
    background-color: #318BCA !important;
	}
		div.mod-languages ul li.lang-active a {
    color: #ffffff !important;
	}
	
	.relatedlinks_desktop,#sp-sidebar-left .sp-column
	{
		display:none;
	}

	.relatedlinks_mobile
	{
		display:block;
       
	}
  #sp-bottom-a .sp-module.relatedlinks_mobile{
    padding: 20px 0px!important;
   }
	#sp-bottom-a {margin-bottom:20px;}
	.maisonecole h2, .maisonecole a {
    color: #ffffff !important;
    font-size: 1.5rem;
    letter-spacing: -1px;
	}
}
@media (max-width:767px){
	.headdemo {display:none;}
	input.js-finder-search-query{background-color: #e5edf3!important; width: 100%; }
	
}
@media (max-width:1379px){
	.uppercase h3 { font-size: 1.5rem}
	
}
@media (min-width: 992px){
	.header-modules .sp-module  {/* margin-right:60px; */}
	.relatedlinks_mobile{display:none;}
	#intro.hdef {min-height:600px!important;}
}

@media (max-width: 500px){
	.sp-page-title {
    background-position: -550px -40px;
    background-repeat: no-repeat;
	}
}

@media (max-width:1999px) and (min-width:992px) {
	
	.newshead .picture, .newshead .nopicture {
    max-width: 200px!important;
    max-height: 200px!important;
    height: 200px!important;
    min-height: 200px!important;
	}
	
}

table.article {
    border:1px solid #ccc;
    border-collapse:collapse;
    width: 100%;
    table-layout: fixed;  /* pour que le "word-wrap" dans les td fonctionne bien */
    
}

table.article  caption {
	text-align: left;
    padding:0.4em;
}

table.article th {
 
    text-align: left;
    background:#fafafa;
    border: 1px solid #ccc;
	padding: 0.4em 0.5em;	
}

table.article tr.impair td {
    background:#eee;
}

table.article td {
    border: 1px solid #ccc;
    word-wrap: break-word;
	padding: 0.4em 0.5em;
}

table.article tfoot {
    background:#ffc;
}

table.zebre tr:nth-child(even) th, table.zebre tr:nth-child(even) td {background: #e5eff7 ; }
table.zebre tr:nth-child(odd) th, table.zebre tr:nth-child(odd) td {background: #fff;}

table.zebre.article thead th {

    background:#fafafa;

}

table.article .cell-blue
{
	background-color: #bfd7ea;	
}