

/*! ***********************************************
CUSTOM CSS ALLFIZZ / LOUSTAL 2024 01 20
 *************************************************/


/* Color Sous-Menus Séparateur */
/*  /templates/ensure/css/template.css */
/* Line 2492 */



/*********** Colonne LOGO Gauche ***********/




/*********** Colonne Menus Gauche ***********/

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	font-weight: 500;
	display: inline-block;
	font-size: 22px !important;	/* 	font-size: 40px; */
	padding: 10px 0px;
	position: relative;
	line-height: 22px !important;	/* line-height: 48px; */
	transition: 0.3s;
}

/* CSS Sous-menus */

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	font-size: 16px !important;	/* font-size: 20px; */
	padding: 4px 0px;
	line-height: 22px !important;	/* line-height: 34px; */
	font-weight: 500;
}

/* CSS fleche droite Sous-menus */

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent li.menu-parent .menu-toggler {
	right: -25px !important;	/* right: -10px; */
	display: block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 2px 10px;
}

/* CSS Sous-menus avec fleche */

.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, .offcanvas-menu .offcanvas-inner ul.menu > li a:focus, .offcanvas-menu .offcanvas-inner ul.menu > li span:hover, .offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
	color: #a5a081 !important;	/* color: #2D3437; */
}








/*********** CSS texte © ***********/

.sp-copyright {
	font-size: 14px !important;	/* font-size: 18px; */
}



/************ CSS texte Blog *************/

.article-list .article .article-header h1, .article-list .article .article-header h2 {
	font-weight: 500;
	font-size: 20px !important;	/* font-size: 48px; */
	line-height: 30px !important;	/* line-height: 62px; */
}


/************ CSS texte menu ON *************/

.offcanvas-menu .offcanvas-inner, .offcanvas-menu .offcanvas-inner, .offcanvas-menu .offcanvas-inner, .offcanvas-menu .offcanvas-inner {
	color: #2D3437 !important;
}

/*.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, .offcanvas-menu .offcanvas-inner ul.menu > li a:focus, .offcanvas-menu .offcanvas-inner ul.menu > li span:hover, .offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
	color: #c6be8f !important;
}*/







/************ CSS DIVERS *************/

/* CSS color Liens */


/* a {
	color: #a5a081 !important;
} */	/* color: #0029FF; */


/* a:hover, a:focus, a:active {
	color: #7b775b !important;
} */	/* color: #044CD0; */

a {
	color: #EA6D22;
}

a:hover, a:focus, a:active {
	color: #E69B6E;
}



/* CSS 6Gallery */


.ba-caption .ba-caption-content .image-category {
	color: var(--category-color);
	font-size: var(--category-size);
	font-weight: var(--category-weight);
	/* text-align: var(--category-text-align); */
	text-align: center !important;
}

.ba-gallery-items {
	cursor: zoom-in;
	border-radius: 16px; /* ajout */
}

.six_imageGallery a.six_gallery_icon_zoom {
	background: url(../images/icon-search.png) no-repeat center center;
}


/* CSS JUX Photo Gallery */


.itemViewContent {
	float: left;
	width: 50%;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none !important;	/* ajout */
}

.nivo-lightbox-content {
	width: 60% !important;	/* width: 100%; */
	height: 100%;
}

 .nivo-lightbox-wrap {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: -20% !important;	/* right: 10%; */
	max-width: 1300px;
	margin: 0 auto;
}


.lb_itemView {
	width: 100% !important;	/* width: 50%; */
	height: auto;
	float: left;
	padding-left: 30px;	/* padding-left: 50px; */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


#news-wall-150 .wall-item .wall-bottom {
	/* background-color: #fff; */ /* background-color: #fff; */
	border-bottom: 1px solid #ddd !important;
	border-left: 1px solid #ddd !important;
	border-right: 1px solid #ddd !important;
}

.wall-item .wall-top .wall-image {
	max-width: 100%;
	border-top: 1px solid #ddd !important;
	border-left: 1px solid #ddd !important;
	border-right: 1px solid #ddd !important;
}


.wall-item .wall-bottom .item-content .catItemTitle {
	margin: 0;
	text-decoration: none;
	font-size: 16px;
	margin-bottom: 10px !important;	/* ajout */
}

/* view more / voir plus / NO_MORE_ITEMS / Resultat final */

body .sppb-btn.sppb-btn-default, body .sppb-btn.sppb-btn-primary, body .sppb-btn.btn-primary, body .btn.sppb-btn-default, body .btn.sppb-btn-primary, body .btn.btn-primary {
	color: #fff;
	background-color: #718483; 	/* background-color: #0029FF; */
}

body .sppb-btn.sppb-btn-default:hover, body .sppb-btn.sppb-btn-default:focus, body .sppb-btn.sppb-btn-default:active, body .sppb-btn.sppb-btn-primary:hover, body .sppb-btn.sppb-btn-primary:focus, body .sppb-btn.sppb-btn-primary:active, body .sppb-btn.btn-primary:hover, body .sppb-btn.btn-primary:focus, body .sppb-btn.btn-primary:active, body .btn.sppb-btn-default:hover, body .btn.sppb-btn-default:focus, body .btn.sppb-btn-default:active, body .btn.sppb-btn-primary:hover, body .btn.sppb-btn-primary:focus, body .btn.sppb-btn-primary:active, body .btn.btn-primary:hover, body .btn.btn-primary:focus, body .btn.btn-primary:active {
	background-color: #909BA0;	/* background-color: #0029FF; */
	border-color: #909BA0;	/* border-color: #0029FF; */
	color: #ffffff; 	/* color: #0029FF; */
 
}

/* CSS BTN "suivant" "precedent" */

body .sppb-btn, body .btn {
	text-transform: uppercase !important;	/* text-transform: capitalize; */
	font-weight: 500;
	padding: 0.9rem 2rem 0.9rem 2rem !important;	/* padding: 1.3rem 3rem 1.3rem 3rem; */
	line-height: 1.5;
	font-size: 14px !important;	/* font-size: 20px; */
	border: 2px solid transparent;
	margin-left: auto;	/* ajout */	/*  margin-left: 15px;  */
	margin-right: auto;	/* ajout */ /* margin-right: 15px; */
}






/* Read More article / Lire la suite */

.wall-item .wall-bottom .item-content .jux-readmore a:hover {
	background: #718483 !important;	/* background: #666666; */
}

.wall-item .wall-bottom .item-content .jux-readmore a {
	background: #718483 !important;	/* background: #333333; */
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
}


.wall-item .wall-bottom .item-content .jux-readmore a:hover {
	background: #909BA0 !important;	/* background: #666666; */
}







/* CSS BLOG par default */


.article-details .article-header h1, .article-details .article-header h2 {
	font-weight: 400;
	font-size: 50px !important;	/* font-size: 56px; */
	letter-spacing: -0.02em;
	line-height: 70px;	/* line-height: 115px; */
	margin-bottom: 40px !important;	/* margin-bottom: -40px; */
	position: relative;
	z-index: 2;
	margin-left: 15px !important;	/* ajout pour le titre */
}

.article-details {
	background-image: none;
	/* background-image: url("../images/blog-details-bg.svg"); */
	background-repeat: no-repeat;
	/* background-position: 440px 105px; */
}


.article-content-wrapper {
	border: 0px solid #2d3437 !important;	/* border: 1px solid #2d3437; */
	margin-top: 10px;
}

.article-details .article-full-image img {
	display: block !important;	/* display: inline-block; */
	border-radius: 4px;
	margin-left: 15px !important;	/* ajout pour l'image */
}


.col-md-9 {
	flex: 0 0 auto;
	width: 100% !important;	/* width: 60%; */
	/* margin-left: 50px !important; */	/* ajout */
}


.com-content.view-article .pagination {
	width: 100%;	/* width: 43.5%; */	/* width: 74.5%; */
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

body .sppb-btn.sppb-btn-secondary, body .sppb-btn.btn-secondary, body .btn.sppb-btn-secondary, body .btn.btn-secondary {
	color: #2D3437;
	background-color: #eeede3;
	border: 1px solid #2D3437;
	/* margin-left: 50px !important; */	/* ajout */
}



/* CSS SP Page Builder "Modal Popup" image */

.mfp-content .popup-image-block {
	position: relative;
	display: block !important;	/* display: inline-block; */
}


.mfp-close {
	width: 80%;	/* width: 44px; */
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial,Baskerville,monospace;
}





/* CSS module search in footer2 */

/* .icon-chevron-right-search::before {
	content: "";
	float: right;
	font-size: xx-large;
} */

.form-control, input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control), .sppb-form-control, .sppb-form-group .sppb-form-control {
	display: block;
	width: 100%;
	font-weight: 400;
	font-size: 18px;
	font-family: 'Inter', sans-serif;	/* ajout */
	line-height: 22px !important;	/* line-height: 36px; */
	padding: 13px 15px;
	border-radius: 8px !important;
	color: #6c757d !important;	/* color: #2D3437; */
	background-color: #fff !important;	/* background-color: transparent; */
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgb(45, 52, 55) !important;	/* border: 1px solid rgba(45, 52, 55, 0.6); */
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	margin-top: 15px !important;	/* ajout */
}




/* CSS footer2 */

#sp-footer2 {
	padding-top: 50px !important;	/* padding-top: 100px; */
}

#sp-footer ul.menu li {
	display: block;
	margin: 0 0px 10px 0px !important;	/* margin: 0 0px 20px 0px; */
}


#sp-footer2 .sp-module.footer-contact {
	flex: 1 0 100%;
	max-width: 100%;
	position: relative;
	padding: 40px 0px;
	margin-top: 35px !important;	/* margin-top: 65px; */
}




/* CSS Page Title */


.sp-page-title {
	padding: 113px 0 !important;	/* padding: 30px 0; */
	background-repeat: no-repeat !important;
	/* background-position: 50% 50% !important; */
	background-size: cover !important;
	/* background-attachment: fixed; */
}

.sp-page-title .sp-page-title-heading {
	font-size: 40px !important;	/* font-size: 24px; */
	line-height: 1;
	text-shadow: 0px 0px 12px #161616 !important;	/* ajout */
	/* padding-left: 21px !important; */	/* ajout */
	









/* CSS Arrow Lire la suite / Isotope Gallery Module from mixwebtemplates */


.fa.fa-long-arrow-right::before {
	content: "\f30b";	/* content: "\f30b" !important; */
}



/* CSS Module JUX News Wall */

.news-wall-filters #filter li a {
	background: #eeede3 !important;	/* background: #333333; */
	border: 0px solid !important;	/* border: 1px solid; */
	border-radius: 2px;
	color: #1a1a1a !important;  /* color: #ffffff; */
	display: block;
	font-family: inherit;
	font-size: 14px !important;	/* font-size: 12px; */
	font-weight: 600;
	height: 25px !important;	/* height: 29px; */
	line-height: 2px !important;	/* line-height: 29px; */
	padding: 24px !important;	/* padding: 0 10px; */
	text-decoration: none;
	-webkit-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
	transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
	margin: 10px 0px 0px 0px !important; /* ajout */
}

.news-wall-filters #filter li a:hover {
	background: #a4a296 !important;	/* background: #666666; */
	color: #ffffff;
	-webkit-transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
	transition: color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;
}



/* CSS Module Responsive Grid for Articles */


#Controls171 .button.active {
	background: #e96d51;
	color: #ffffff;
	display: none !important;
}

#Controls171 .button {
	background: #c3bdb8;
	color: #ffffff;
	display: none !important;
}


/* CSS legende : Image 23 of 50 */

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px !important;	/* font-size: 12px !important; */
	color: #fff0 !important; /* color: #999; /*
}




/* CSS Module Content Ajax */


.mx-coajax-style-4 .mxt-post-title, .mx-coajax-style-4 .mxt-post-title a {
	font-size: 18px !important;	/* font-size: 24px; */
	line-height: 20px !important;	/* line-height: 30px; */
	margin: 5px 0px !important;	/* margin: 10px 0px; */
	font-weight: 700 !important;	/* font-weight: 400; */
	text-transform: uppercase;
	color: var( --mxt-blackish-color);
}


/* CSS style-12 */

.mx-coajax-style-12 .post-item .mxfotech-box-content::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 0%;
	content: "";
	background-color: #A69184 !important;	/* background-color: var(--brgc-color); */
	z-index: -1;
	transform: translateY(100%);
	transition: all 500ms ease;
}




/* CSS style-12 - Modif dans fichier source */
/* ligne 1670 : /modules/mod_mx_content_ajax/assets/css/styles.css */

.mx-coajax-style-12 .post-item .mxfotech-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ece7e2;	/* background-color: #ffffff; */
    margin-right: 40px;
    padding-top: 32px;
    padding-bottom: 5px;	/* padding-bottom: 20px; */
    padding-left: 30px;
    padding-right: 50px;
    color: #333;
    z-index: 0;		line-height: 23px; /* ajout */
}


/* CSS style-12 - Modif dans fichier source "TITRE" */
/* ligne 1716 : /modules/mod_mx_content_ajax/assets/css/styles.css */

.mx-coajax-style-12 .mxt-post-title{
	font-size: 18px;	/* font-size: 26px; */
	line-height: 26px;	/* line-height: 30px; */
	font-weight: 700;	/* font-weight: 400; */
	margin: -15px 20px 8px 0px;	/* margin: 9px 0px; */
}

/* ligne 1722 : /modules/mod_mx_content_ajax/assets/css/styles.css */

.mx-coajax-style-12 .mxt-post-title a{
	color: color: #E69B6E;	/* color: var(--mxt-blackish-color); */
}




/* CSS style-12 - Modif dans fichier source */
/* ligne 1772 : /modules/mod_mx_content_ajax/assets/css/styles.css */

.mx-coajax-style-12 .mxt-svg-btn>a {
    height: 40px;
    width: 40px;
    background-color: #DFCEC3;	/* background-color: #f3f3f3; */
    color: #0d0d0d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0px;
    transition: all 500ms ease;
}


/* CSS style-12 - Modif dans fichier source */
/* ligne 1791 : /modules/mod_mx_content_ajax/assets/css/styles.css */

.mx-coajax-style-12 .post-item:hover .mxt-svg-btn>a {
    background-color: #79695E;	/* background-color: #0d0d0d; */
    color: #ffffff;
}













/* Alternative Title et Page Subtitle - Description */


/************ Page Title *************/



/* 	image dans search results à gauche flotant avant le texte
	coins arrondis
	suppression des champs de paramétrage */




/* templates/ensure/css/template.css - Line 468 */

/* margin-top: 40px; */







