/* @charset "utf-8"; */
  @import url("http://www.globbersthemes.com/"); 
  
 /*************************************  
/* normalize.css v3.0.2 
***************************************/
*{
-webkit-box-sizing:border-box !important;
-moz-box-sizing:border-box !important;
box-sizing:border-box !important;
-moz-background-clip:padding-box !important;
-webkit-background-clip:padding-box !important;
background-clip:padding-box !important;
}

html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}

body {
margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}

audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}

audio:not([controls]) {
display: none;
height: 0;
}

[hidden],
template {
display: none;
}

a {
background-color: transparent;
}

a:active,
a:hover {
outline: 0;
}

abbr[title] { 
border-bottom: 1px dotted;
}

b,
strong {
font-weight: bold;
}

dfn {
font-style: italic;
}

h1 {
margin: .67em 0;
font-size: 2em;
}

mark {
color: #000;
background: #ff0;
}

small {
font-size: 80%;
}

sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}

sup {
top: -.5em;
}

sub {
  bottom: -.25em;
}
img {
border: 0;
}

svg:not(:root) {
overflow: hidden;
}

figure {
margin: 1em 40px;
}

hr {
height: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

pre {
overflow: auto;
}

code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
margin: 0;
font: inherit;
color: inherit;
}

button {
overflow: visible;
}

button,
select {
text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}

input {
line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}

input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}

fieldset {
 padding: .35em .625em .75em; 
margin: 0 2px; 
}

legend {
padding: 0;
border: 0;
}

textarea {
overflow: auto;
}

optgroup {
font-weight: bold;
}

table {
border-spacing: 0;
border-collapse: collapse;
}

td,
th {
padding: 0;
} 

/*************************************  
/* ELEMENT GENERAL
***************************************/ 
* {
margin: 0;
padding: 0;
}

html {
height:100%;
}

body{
margin:0;
padding:0;
font-size:13px;
font-weight:normal;
}

 h1, h2, h3, h4, h5, h6{
margin:5px 0;
}

h1{ 
font-size: 300%;
}

h2{ 
font-size: 250%;
}

h3{ 
font-size: 200%; 
}

h4{ 
font-size: 120%;  
}

h5{ 
font-size: 110%;
}

h6{ 
font-size: 100%; 
} 

p {
line-height: 1.5em; 
font-size:17px;
font-weight:normal;
margin:20px 0px;
text-transform:capitalize;
}

small {
font-size: 0.9em;
} 

/****************************  
/* STYLE DES LISTES GENERAL
****************************/ 
 ol  {
list-style-type:none ;
}

ul {
list-style-type:none ;
padding: 0  ; 
}

ol, ul, dl {
margin: 0.9em 0 ; 
padding: 0; 
} 

ol li {
line-height: 1.3em ;
list-style: decimal ;
margin-left:20px ;
}

ul li {
list-style:none;
margin-left:0px ;
font-weight:bold;
}

ul li ul { 
margin-top: 0;
}  

a {
webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

a:hover {
webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out; 
}
 
/*************************************  
/* ELEMENT FORM
***************************************/ 
 form {
margin: 0 0 10px; 
}

fieldset {
border:none; 
margin: 10px 40px;
padding: 0px 0px 15px 30px; 
border-radius: 5px;
background:transparent;
} 

legend {
font-weight: bold;
padding: 5px 10px 
}

label {
color:#000;
font-size:13px;
font-weight:bold;
text-transform:uppercase;
line-height:25px;
margin: 0;
padding:0px; 
width:100%;
}

input,textarea,select,#advanced-search-toggle, input.search-query {
border: 1px solid #eeeeee;
border-radius: 0px;
display: inline-block;
margin-bottom: 9px;
padding: 4px;
color:#161616 !important;
width:100%:
}

button {
background:#111; 
color:#fff;
font-size:13px;
font-weight:bold;
text-transform:uppercase;
line-height:25px;
margin:10px 0;
padding:5px;
border:none;
border-radius:0;
}

.filter-search-lbl {display:inline}
.filter-search, .display-limit {float:left; margin-right:10px}
.button,.profile-edit a {
padding: 3px;
line-height: 1.2em;
text-decoration: none;
} 

label input,label textarea,label select {
display: block;
}

input[type="image"],input[type="checkbox"],input[type="radio"] {
border-radius: 0;
cursor: pointer;
height: auto;
line-height: normal;
margin: 3px 0;
padding: 0;
width: auto;
}

input[type="button"],input[type="reset"],input[type="submit"] {
height: auto;
width: auto;
}

select {
height: 28px;
line-height: 28px;
max-width:99%
}

select {
width: 220px;
}

select[multiple],select[size] {
height: auto;
}

textarea {
height: auto;
}

.radio,.checkbox {
padding-left: 18px;
}

input[type="radio"],input[type="checkbox"] {
display: inline;
margin-right : 10px;
border:none
}

input,textarea {
}

input:focus,textarea:focus {
outline: 0 none;
}

input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus,select:focus{
box-shadow: none;
outline-offset: -2px;
} 

.clr {
clear:both;
}

/*Header
**********/
.header{
position:relative;
float:left;
width:100%;
} 

.header-top{
float:left;
width:100%;
height:100px;
margin-top:15px;
} 

#header-bottom {
float:left;
width:100%;
margin-bottom:40px;
margin-top:20px;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
background:#fafafa;
}

/* Menu
**********/
.menuButon{
float:left;
margin-top:17px;
transition: all ease 700ms;
-moz-transition: all ease 700ms;
-webkit-transition: all ease 700ms;
-ms-transition: all ease 700ms;
-o-transition: all ease 700ms;
}

.menuButon a{
width:50px;
height:50px;
display: inline-block;
 background:url(../images/menu.png) no-repeat center top; 
-webkit-transition:-webkit-transform .9s; 
-moz-transition:-moz-transform .9s;       
-o-transition:-o-transform .9s;          
-ms-transition:-ms-transform .9s;        
transition:transform .9s;	
}

.menuButon a:hover{
background: url(../images/menu.png) no-repeat center top; 
-webkit-transform: rotate(60deg); 
-moz-transform: rotate(60deg); 
-o-transform: rotate(60deg);
-ms-transform: rotate(60deg); 
}

#menuModal{
background: rgba(29, 29, 29, 1) !important;
opacity: 0;
position: fixed;
left: 0;
top: 0;
box-sizing: content-box;
box-sizing: padding-box;
box-sizing: border-box;
}

#menuModal .modal-content{
background: none;
border-radius: 0;
border: none;
box-shadow: none;
}

.modCloseButton{
width: 65px;
height: 80px;
background:#c1a597;
text-align: center;
position: relative;
cursor: pointer;
}

.modCloseButton span{
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
margin: auto;
width: 31px;
height: 31px;
display: inline-block;
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg); 
}

.modCloseButton span:after{
width: 100%;
height: 1px;
background: #FFF;
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto 0;
transition: all ease 700ms;
-moz-transition: all ease 700ms;
-webkit-transition: all ease 700ms;
-ms-transition: all ease 700ms;
-o-transition: all ease 700ms;
}

.modCloseButton span:before{
width: 1px;
height: 100%;
background: #FFF;
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
margin: 0 auto;
transition: all ease 700ms;
-moz-transition: all ease 700ms;
-webkit-transition: all ease 700ms;
-ms-transition: all ease 700ms;
-o-transition: all ease 700ms;
}

/*BREADCRUMBS
****************/
#breadcrumbs {
float:left;
width:100%;
margin:0px;
padding:0;
overflow:hidden;
background:#111 url(../images/breadcrumbs.jpg) -1px 100% repeat-x; 
}

#title-breadcrumb h1 {
text-transform:uppercase;
letter-spacing:2px;
font-weight:900;
font-size:33px;
text-align:left;
color:#fff;
width:100%;
background-clip:padding-box !important;  
padding-top:40px;
 padding-left:20px; 
}

.breadcrumb {
text-align:left;
background:transparent;
color:#fff;
-webkit-box-sizing:border-box !important;
-moz-box-sizing:border-box !important;
box-sizing:border-box !important;
-moz-background-clip:padding-box !important;
-webkit-background-clip:padding-box !important;
background-clip:padding-box !important;
padding-bottom:40px;
padding-left:20px;
}

.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a.visited { 
text-decoration: none; 
} 

.breadcrumb a:hover, .breadcrumb a.hover { 
text-decoration: none; 
} 

.breadcrumb ul { 
list-style-type:none; 
text-align:center;
} 

.breadcrumb li  { 
list-style-type:none; 
display:inline; 
text-align:center; 
padding-right: 6px !important; 
color:#fff;
font-weight:100;
} 

.breadcrumb li a  { 
padding-right: 6px !important; 
color:#fff;
} 

.breadcrumb li a:hover  { 
color:#666;
} 

a.pathway:after {
 content: "/" ;
 margin-left:5px !important;
} 

#search {
float:left; 
text-align:left;
border-left:1px solid #eee;
}

.mod-finder label {
display:none;
}

.mod-finder input  {
text-transform:capitalize;
font-size:16px;
width:250px !important;
background:transparent !important;
color:#000 !important;
border:none !important;
}

#mod-finder-searchword {
color:#000 !important;
font-weight:400 !important;
font-family: "Barlow Condensed", sans-serif;	
font-size:17px;
}

a.cd-popup-close {
display:none !important; 
}

/* Logo
***********/
#sitename{
float:left; 
width: 100%;
text-align:center !important;
padding-top: 10px;
padding-bottom:0px;
transition: all ease 700ms;
-moz-transition: all ease 700ms;
-webkit-transition: all ease 700ms;
-ms-transition: all ease 700ms;
-o-transition: all ease 700ms;	
box-sizing: content-box;
box-sizing: padding-box;
box-sizing: border-box;
}

#sitename a{
width: 100%;
font-weight:bold;
font-size:41px;
font-family: "Barlow Condensed", sans-serif;
text-align:center !important;
letter-spacing:2px;
}

h3.slogan-text  {
text-align:center;
font-size:12px !important;
padding:0px 0 0px 0 !important;
margin:-25px !important;
text-transform:uppercase !important;
color:#a9b5b1;
color:#000;
font-weight:400 !important;
font-family:Barlow, sans-serif !important; 
letter-spacing:2px;
}

 /**** LOADING PAGE
 *********************/
.ct-preloader {
position: fixed;
z-index: 99998;
width: 100vw;
height: 100vh;
background: #ffffff;
overflow: hidden;
}

.ct-preloader .ct-preloader-content {
position: absolute;
z-index: 99999;
top: 35%;
left: 42%;
margin-left: 0px; 
height: 200px;
width: 200px; 
} 

h1.loading {
position: absolute;
width:100%;
top: 0%;
text-align:center;
color:#111;
font-weight:900;
text-transform:uppercase;
letter-spacing:0px;
font-weight:normal;
font-size:80px;
font-family:barlow condensed !important;
}

 /* BACK TO TOP
 **************/
.back-to-top {
position: fixed;
bottom: 30px;
right: 30px;
display: none;
background-image:  url(../images/back-to-top.png);
background-repeat: no-repeat;
background-color:#fff;
border:0px solid #000;
background-position: 50% 50%;
z-index: 999999;
width: 55px;
height: 55px;
text-indent: -9999px;
border-radius: 50%;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.back-to-top:hover, .back-to-top:focus { 
background-color: #ccc; 
}

#slideshow {
float:left;
width:100%;
margin-top:0px;
margin-bottom:0px;
} 

#carousel {
float:left;
width:100%;
margin-top:0px;
margin-bottom:0px;
overflow:hidden;

}

#parallax {
position:relative;
float:left;
width:100%;
margin-top:-20px !important;
margin-bottom:0px;
z-index:1 !important;
}

#masonryblog {
float:left;
width:100%;
border-bottom:1px solid #eee;
}

#masonryblog .moduletable-icon-noicon h3 {
font-size:44px !important;
text-align:center;
text-transform:uppercase;
margin:50px 0 20px 0;
}

/*** PARALLAX WORKS ****/
#parallax-title,
#parallax-title-2 {
float:left;
width:100%;
margin:0px 0px 0px;
padding:0px 0 50px;
overflow:hidden !important;
}

#parallax-title .moduletable-center-subtitle ,
#parallax-title-2 .moduletable-center-subtitle{
text-align:center;
overflow:hidden !important;
margin:-50px 0%;
}

#parallax-title span.heading-behing-module ,
#parallax-title-2 span.heading-behing-module{
margin:0px 0px 0 0 !important;   
padding: -150px 0 0px 0 !important;
font-size:300px;
text-transform:uppercase;
text-align:center !important ;
font-weight:900;
opacity:0.1;
letter-spacing:-28px;
color:#000 !important;
} 

#parallax-title .moduletable-center-subtitle h3,
#parallax-title-2 .moduletable-center-subtitle h3{
margin: -140px 0 0px 0 !important;
padding: 0 0 0px 0; 
font-size:80px;
text-transform:uppercase;
text-align:center !important ;
font-weight:bold;
letter-spacing:0px; 
color:#000;
}

#parallax-title .moduletable-center-subtitle p,
#parallax-title-2 .moduletable-center-subtitle p  {
text-align:center ;
font-size:11px !important;
font-weight:bold;
color:#000 !important;
margin-top:0px;
text-transform:uppercase;
letter-spacing:3px;
} 
 
/**********************************
 * BLOCK FRAMEWORK STYLE INHERITED
 **********************************/
#block-aftercontent,#block-feature,#block-footertop,#block-footerbottom {
background:#FFF !important;
webkit-box-sizing:border-box !important;
-moz-box-sizing:border-box !important;
box-sizing:border-box !important;
-moz-background-clip:padding-box !important;
-webkit-background-clip:padding-box !important;
background-clip:padding-box !important; 
}

#block-beforecontent,#block-bottomcontent,#block-top{
background:#fff;
webkit-box-sizing:border-box !important;
-moz-box-sizing:border-box !important;
box-sizing:border-box !important;
-moz-background-clip:padding-box !important;
-webkit-background-clip:padding-box !important;
background-clip:padding-box !important; 
}

#block-top,
#block-feature,
#block-beforecontent,
#block-aftercontent,
#block-bottomcontent,
#block-footertop,
#block-footerbottom {
float:left;
width:100%;
padding:0px 0;
margin:40px 0;
text-align:left;
}

#block-top ul li ,
#block-feature ul li a,
#block-beforecontent ul li a,
#block-aftercontent ul li a ,
#block-bottomcontent ul li a,
#block-footertop ul li a,
#block-footerbottom ul li a {
font-weight:normal;
padding-bottom:15px;
font-size:13px;
}

#block-top ul li:before,
#block-feature ul li:before,
#block-beforecontent ul li:before,
#block-aftercontent ul li:before ,
#block-bottomcontent ul li:before,
#block-footertop ul li:before,
#block-footerbottom ul li:before {
 content: "\f047"; 
font-family:fontawesome;
font-weight:bold;
color:#000;
margin-right:7px;
font-size:1em;
}

#block-top  h3,
#block-feature h3,
#block-beforecontent h3,
#block-aftercontent h3,
#block-bottomcontent h3,
#block-footertop h3,
#block-footerbottom h3 {
position:relative;
font-size:28px;
text-transform:uppercase;
text-align:left !important;
font-weight:bold;
margin:0px 0 0px 0;
display:block;
letter-spacing:0px;	
}

#block-top p,
#block-feature p,
#block-beforecontent p,
#block-aftercontent p,
#block-bottomcontent p,
#block-footertop p,
#block-footerbottom p{
text-align:left;
font-weight:400;
}

#block-top .moduletable,
#block-feature .moduletable ,
#block-beforecontent .moduletable,
#block-aftercontent .moduletable,
#block-bottomcontent .moduletable,
#block-footertop .moduletable,
#block-footerbottom .moduletable {
padding:40px 20px 20px 20px;
margin-bottom:20px; 
text-align:left !important;
}

#block-top img,
#block-feature img,
#block-beforecontent img,
#block-aftercontent img,
#block-bottomcontent img,
#block-footertop img,
#block-footerbottom img {
background-size:cover;
width:100%;
height:100%;
} 

/**********************************
 * BLOCK FRAMEWORK STYLE ICON LEFT
 **********************************/
#block-top a div.moduletable-icon-left,
#block-feature a div.moduletable-icon-left
#block-beforecontent a div.moduletable-icon-left,
#block-aftercontent a div.moduletable-icon-left,
#block-bottomcontent a div.moduletable-icon-left,
#block-footertop a div.moduletable-icon-left,
#block-footerbottom a div.moduletable-icon-left{
background:#fff !important;
webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
 
#block-top a div.moduletable-icon-left:hover,
#block-feature a div.moduletable-icon-left:hover,
#block-beforecontent a div.moduletable-icon-left:hover,
#block-aftercontent a div.moduletable-icon-left:hover,
#block-bottomcontent a div.moduletable-icon-left:hover,
#block-footertop a div.moduletable-icon-left:hover,
#block-footerbottom a div.moduletable-icon-left:hover {
background:#fff; 
webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
 
#block-top .moduletable-icon-left,
#block-feature .moduletable-icon-left,
#block-beforecontent .moduletable-icon-left,
#block-aftercontent .moduletable-icon-left,
#block-bottomcontent .moduletable-icon-left,
#block-footertop .moduletable-icon-left,
#block-footerbottom .moduletable-icon-left{
padding:20px; 
position:relative;
margin:10px 0 10px 0;
}
 
#block-top .moduletable-icon-left h3,
#block-feature .moduletable-icon-left h3,
#block-beforecontent .moduletable-icon-left h3,
#block-aftercontent .moduletable-icon-left h3,
#block-bottomcontent .moduletable-icon-left h3,
#block-footertop .moduletable-icon-left h3,
#block-footerbottom .moduletable-icon-left h3{
background: none !important;
font-size:30px;
text-transform:capitalize;
text-align:left !important;
font-weight:500;
letter-spacing:2px;	
padding-bottom:15px;
z-index:99;
}

#block-top .moduletable-icon-left h3:before,
#block-feature .moduletable-icon-left h3:before,
#block-beforecontent .moduletable-icon-left h3:before,
#block-aftercontent .moduletable-icon-left h3:before,
#block-bottomcontent .moduletable-icon-left h3:before,
#block-footertop .moduletable-icon-left h3:before,
#block-footerbottom .moduletable-icon-left h3:before{
font-size:25px;
text-transform:uppercase;
text-align:left ;
font-weight:bold;
letter-spacing:5px;	
padding-bottom:15px;
padding-left:0;
font-weight:bold;
font-size:1em;
background: none !important;
}

#block-top .moduletable-icon-left i,
#block-feature .moduletable-icon-left i,
#block-beforecontent .moduletable-icon-left i,
#block-aftercontent .moduletable-icon-left i,
#block-bottomcontent .moduletable-icon-left i,
#block-footertop .moduletable-icon-left i,
#block-footerbottom .moduletable-icon-left i{
font-size:3.3em;
color:#1f1f1f;
padding:0 0 15px 0;
z-index:1;
}

/************************************
 * BLOCK FRAMEWORK STYLE ICON CENTER
 ************************************/
#block-top .moduletable-icon-center,
#block-feature .moduletable-icon-center,
#block-beforecontent .moduletable-icon-center,
#block-aftercontent .moduletable-icon-center,
#block-bottomcontent .moduletable-icon-center,
#block-footertop .moduletable-icon-center,
#block-footerbottom .moduletable-icon-center{
padding:10px 20px;
text-align:center ;
}

#block-top .moduletable-icon-center h3,
#block-feature .moduletable-icon-center h3,
#block-beforecontent .moduletable-icon-center h3,
#block-aftercontent .moduletable-icon-center h3,
#block-bottomcontent .moduletable-icon-center h3,
#block-footertop .moduletable-icon-center h3,
#block-footerbottom .moduletable-icon-center h3{
background:none;
font-size:35px;
text-transform:capitalize;
text-align:center !important ;
font-weight:400;
letter-spacing:0px;	
padding-bottom:15px !important;
padding-top:0 !important;
margin-bottom:0 !important;
margin-top:0 !important;
font-weight:bold;
}

#block-top .moduletable-icon-center p,
#block-feature .moduletable-icon-center p,
#block-beforecontent .moduletable-icon-center p,
#block-aftercontent .moduletable-icon-center p,
#block-bottomcontent .moduletable-icon-center p,
#block-footertop .moduletable-icon-center p,
#block-footerbottom .moduletable-icon-center p{
text-align:center ;
}

#block-top .moduletable-icon-center i,
#block-feature .moduletable-icon-center i,
#block-beforecontent .moduletable-icon-center i,
#block-aftercontent .moduletable-icon-center i,
#block-bottomcontent .moduletable-icon-center i,
#block-footertop .moduletable-icon-center i,
#block-footerbottom .moduletable-icon-center i {
font-size:60px;
margin:0 0 20px 0!important;
}

#block-top .moduletable-icon-center a i,
#block-feature .moduletable-icon-center a i,
#block-beforecontent .moduletable-icon-center a i,
#block-aftercontent .moduletable-icon-center a i,
#block-bottomcontent .moduletable-icon-center a i,
#block-footertop .moduletable-icon-center a i,
#block-footerbottom .moduletable-icon-center a i {
color:#1f1f1f;
webkit-transition: all 0.4s ease-in-out;	
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
padding:0px; 
text-align:center;

}

#block-top .moduletable-icon-center a:hover i,
#block-feature .moduletable-icon-center a:hover i,
#block-beforecontent .moduletable-icon-center a:hover i,
#block-aftercontent .moduletable-icon-center a:hover i,
#block-bottomcontent .moduletable-icon-center a:hover i,
#block-footertop .moduletable-icon-center a:hover i,
#block-footerbottom .moduletable-icon-center a:hover i{
color:#161616;
webkit-transition: all 0.4s ease-in-out;	
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

/************************************
 * BLOCK FRAMEWORK STYLE NO ICON
 ************************************/
#block-top .moduletable-icon-noicon,
#block-feature .moduletable-icon-noicon,
#block-beforecontent .moduletable-icon-noicon,
#block-aftercontent .moduletable-icon-noicon,
#block-bottomcontent .moduletable-icon-noicon,
#block-footertop .moduletable-icon-noicon,
#block-footerbottom .moduletable-icon-noicon {
text-align:center ;
} 

#block-top .moduletable-icon-noicon p,
#block-feature .moduletable-icon-noicon p,
#block-beforecontent .moduletable-icon-noicon p,
#block-aftercontent .moduletable-icon-noicon p,
#block-bottomcontent .moduletable-icon-noicon p,
#block-footertop .moduletable-icon-noicon p,
#block-footerbottom .moduletable-icon-noicon p {
text-align:center ;
margin-top:15px;
} 

#block-top .moduletable-icon-noicon h3,
#block-feature .moduletable-icon-noicon h3,
#block-beforecontent .moduletable-icon-noicon h3,
#block-aftercontent .moduletable-icon-noicon h3,
#block-bottomcontent .moduletable-icon-noicon h3,
#block-footertop .moduletable-icon-noicon h3,
#block-footerbottom .moduletable-icon-noicon h3{
margin:20px 0 0px 0;
padding:20px 0 30px 0 ;
background: url(../images/bg-sub-menu.png) 50% 100% no-repeat; 
font-size:38px;
text-transform:uppercase;
text-align:center !important ;
font-weight:100;
letter-spacing:2px;	
}

/************************************
 * BLOCK FRAMEWORK STYLE SUBTITLE
 ************************************/
#block-top .moduletable-center-subtitle,
#block-feature .moduletable-center-subtitle,
#block-beforecontent .moduletable-center-subtitle,
#block-aftercontent .moduletable-center-subtitle,
#block-bottomcontent .moduletable-center-subtitle,
#block-footertop .moduletable-center-subtitle,
#block-footerbottom .moduletable-center-subtitle {
text-align:center !important;
margin-top:190px; 
margin-bottom:0px;
} 

#block-top .moduletable-center-subtitle p,
#block-feature .moduletable-center-subtitle p,
#block-beforecontent .moduletable-center-subtitle p,
#block-aftercontent .moduletable-center-subtitle p,
#block-bottomcontent .moduletable-center-subtitle p,
#block-footertop .moduletable-center-subtitle p,
#block-footerbottom .moduletable-center-subtitle p {
text-align:center ;
font-size:11px !important;
font-weight:bold;
color:#000 !important;
margin-top:0px;
text-transform:uppercase;
letter-spacing:3px;
} 

#block-top .moduletable-center-subtitle h3,
#block-feature .moduletable-center-subtitle h3,
#block-beforecontent .moduletable-center-subtitle h3,
#block-aftercontent .moduletable-center-subtitle h3,
#block-bottomcontent .moduletable-center-subtitle h3,
#block-footertop .moduletable-center-subtitle h3,
#block-footerbottom .moduletable-center-subtitle h3{
margin: -140px 0 0px 0 !important;
padding: 0 0 0px 0; 
font-size:80px;
text-transform:uppercase;
text-align:center !important ;
font-weight:bold;
letter-spacing:0px; 
color:#000;
}

#block-top span.heading-behing-module, 
#block-feature span.heading-behing-module,
#block-beforecontent span.heading-behing-module, 
#block-aftercontent span.heading-behing-module, 
#block-bottomcontent span.heading-behing-module, 
#block-footertop span.heading-behing-module,  
#block-footerbottom span.heading-behing-module {
margin:0px 0px 0 0 !important;  
padding: 0 0 0px 0 !important;
font-size:300px;
text-transform:uppercase;
text-align:center !important ;
font-weight:900;
opacity:0.1;
letter-spacing:-28px;
display:block !important; 
color:#000 !important;
} 

/***********************/
/***CONTENT JOOMLA***/
/**********************/
.blog-items,.blog-item{
float:left; 
width:100%;
padding:10px 0px 30px 0px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
-moz-background-clip:padding-box !important;
-webkit-background-clip:padding-box !important;
background-clip:padding-box !important;
}

.masonry .blog-item{
float:left;
width:100%;
margin:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
-moz-background-clip:padding-box !important;
-webkit-background-clip:padding-box !important;
background-clip:padding-box !important;
background-size:cover ;
}

.masonry-2 .blog-item{
float:left;
width:50%;
padding:30px 0;
overflow:hidden;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
-moz-background-clip:padding-box !important;
-webkit-background-clip:padding-box !important;
background-clip:padding-box !important;
background-size:cover ;
}

.masonry-3 .blog-item{
float:left;
width:33.33%;
padding:20px;
overflow:hidden;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
-moz-background-clip:padding-box !important;
-webkit-background-clip:padding-box !important;
background-clip:padding-box !important;
}

.masonry-4 .blog-item{
float:left;
width:25%;
padding:20px; 
overflow:hidden;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
-moz-background-clip:padding-box !important;
-webkit-background-clip:padding-box !important;
background-clip:padding-box !important;
}

.masonry-5 .blog-item{
float:left;
width:20%;
padding:20px; 
overflow:hidden;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
-moz-background-clip:padding-box !important;
-webkit-background-clip:padding-box !important;
background-clip:padding-box !important;
}

.blog-item img{
width:100%;
height:100%;
margin:0;
padding:0px 0px 0px 0px;
background-size:cover;
}

/*** CATEGORY ARTICLE 
*********/
.com-content-category-blog.blog h2 {
text-transform:capitalize;
margin-bottom:25px;
}

.category-desc img {
width:250px;
height:250px;
border-radius:50%;
}

/*** TITRE ARTICLE 
*********/
h2.item-title{
text-align:center;
font-size:32px !important;
font-weight:400;
text-transform:capitalize;
color:#000;
}

h2.item-title a {
text-align:center;
color:#000;
}

h2.item-title a:hover {
text-align:center;
color:#999;
}

/*** ARTICLE INFOS
*********/
dt.article-info-term {
display:none;
}

.article-info {
text-align:left;
padding:0 30px;
}

.article-info dd {
padding:4px ;
text-transform:capitalize;
}

.article-info dd a {
font-weight:bold;
}

/*** ARTICLE text
*********/
.blog-item p{
text-align:left;
padding:0 30px;
}

/*** ARTICLE tags
*********/

.tags {
text-align:left;
padding:0 30px;
}

.tags li  {
text-align:left !important;
font-size:13px;
padding:3px 0;
font-weight:400;
color:#000;
text-transform:capitalize;
}

.tags li a {
text-align:left !important;
font-size:13px;
font-weight:400;
color:#000;
}

.tags li a:before {
content: "\f02c";
font-family:fontawesome;
font-weight:normal;
margin-right:7px;
font-size:1em;
color:#000;
}

div.items-more {
float:left;
padding-top:20px;
padding-left:10px;
margin-bottom:40px;
border:none !important;
text-align:left !important;
width:100%;
}

div.items-more li {
list-style:none;
text-align:left;
line-height:2em;
border:none !important;
}

div.items-more li a{
list-style:none;
font-weight:normal;
background:none !important;
border:none !important;
color:#111;
}

div.items-more li a:hover{
color:#999;
}
 
div.items-more li a:before{
font-family:fontawesome;
font-weight:normal;
color:#000;
margin-right:7px;
font-size:1em;
content: "\f055";
} 

/***ARTICLE SINGLE
/********************/
.page-header h2 {
text-align:center;
font-size:40px;
font-weight:bold;
text-transform:capitalize;
}

/******/
div.page-header h1,
div.content-category h1,
div.categories-list h1,
div.search h1.page-title,
div.finder h1,
div.contact h1,
.tag-category h2,
.tag-category h1,
.contact h3 {
margin:30px 0 20px 0;
padding:0px 0 20px 0 ;
background:transparent; 
font-size:60px;
text-transform:uppercase;
text-align:center !important ;
font-weight:bold;
letter-spacing:0px;	
}

div.com-content-category-blog__children.cat-children {
text-align:left;
margin-left:130px;
}

/*PAGINATION GENERAL
**********************/
p.counter {
float:none;
text-align:center !important;
width:100%;
margin-top:0px;
display:block;
}

.pagination {
float:none;
text-align:center;
width:100%;
margin-top:10px;
margin-bottom:60px;	 
}

.pagenav {
padding:10px;
color:#111;
}

span.active.pagenav {
background:#111;
color:#fff;
border-radius:3px;
}
.pagenavigation {
float:left;
width:100%;
margin-top:30px;
margin-bottom:30px;
}

.pagenavigation span.visually-hidden {
display:none;
}  

.next{
background:#1d1d1d;
color:#fff;
padding:7px;
margin-left:15px;
}

.previous {
background:#f7541b;
color:#fff;
padding:7px;
}

.pagenavigation {
text-align:right !important;
}

a.btn-secondary.previous {
background:#dbb1c3 !important;
}

/*************************************
/*PAGE DE PLUSIUEURS CATEGORIES 
***************************************/
div.content-category {
float:left;
margin-top:0px !important;
margin-bottom: 20px !important;
width:100%;
}

div.content-category h2 {
width:100%;
text-transform:capitalize;
color:#141414;
font-size:25px;
margin-left:30px;
}

div.category-desc {
margin-left:30px;
margin-bottom:40px;
}

div.com-content__filter {
background:#141414;
width:80%;
margin: 50px 10% 0 10%;
padding:0 25px;
text-align:center;
}

div.content-category input#filter-search.inputbox {
width:70%;
text-align:left !important;
}

div.content-category label {
color:#fff;
margin-right:25px;
font-size:16px;
}

div.content-category .btn-primary,
div.content-category .btn-secondary {
background:#dbb1c3;
margin-left: 10px;
border-radius:0 !important;
}

.categories-list > ul.first li {
padding: 10px 0 !important;
text-transform:capitalize;
}

span.item-title > a {
font-size:18px;
}

div.content-category caption.visually-hidden {
text-align:left !important;
background:#1d1d1d;
padding:10px 0;
width:150px;
font-weight:bold;
padding-left:20px;
color:#fff;
}

th#categorylist_header_title,
th#categorylist_header_author,
th.list-title {
}

th#categorylist_header_title,
th#categorylist_header_author,
th#categorylist_header_hits,
th#categorylist_header_date{
font-weight:normal;
font-size:14px;
color:#fff !important;
}  

.category-list ul.tags-article,
div.com-content-category-blog ul.tags-article{
display:none;
}

/*table*/
table {
width:80%;
margin:40px 10% 40px 10%;
background:#fafafa;
text-align:left;
padding:20px;
margin-top:40px;
}

table thead tr {
height: 80px;
background:#dbb1c3;
}

th#categorylist_header_title,
th#categorylist_header_date,
th#categorylist_header_author {
border-right:1px solid #fff;
}

#categorylist_header_title a,
#categorylist_header_author a,
#categorylist_header_hits a,
#categorylist_header_date a,
#categorylist_header_votes a,
#categorylist_header_ratings a{
color:#fff !important;
text-transform:uppercase;
padding-left:15px;
}

tr.cat-list-row1 {
background:#888;
color:#fff;
}

tr.cat-list-row0 {
background:#1d1d1d;
color:#fff;
}

th.list-title,
td.list-date.small,
td.list-author{
border-right:1px solid #fff;
}

th.list-title a {
color:#fff;
text-transform:capitalize;
padding-left:15px;
}

th.list-title a:hover {
color:#666;
}

table tr td {
height: 50px;
line-height:50px;
vertical-align: top;
padding:0 15px;	
}

table tr td a {
padding:0 15px;	
} 
 
/*PAGE EN LISTE D4UNE SEULE CATEGORIE
***************************************/
.categories-list  {
margin-top:20px !important;
margin-bottom: 60px !important;
width:80%;
margin: 0 10%;
text-align:left !important;
} 

.categories-list h1 {
padding-bottom:40px !important;
}

div.content-category {
float:left;
padding-top:0px !important;
padding-bottom: 0px !important;
width: 100%;
text-align:center;
} 

div.com-content-categories__item {
padding: 20px 20px !important; 
text-align:left !important;
text-transform:capitalize;
border-bottom:2px dashed #1d1d1d; 
}

div.com-content-categories__item img {
width:70px;
height:70px;
border-radius:10%;
float:right;
margin-right:20px;
}

.categories-list .badge  {
background:#dbb1c3;
border-radius:10px; 
padding:5px 10px ; 
color:#fff;
margin-left:8px;
} 

div.com-content-categories__item-title a {
font-size:24px;
font-family:dosis ,sans serif;
font-weight:bold;
text-transform:capitalize;
}

div.category-display-num {
float:left;
}

select#limit.form-select {
background:transparent;
width:60%;
}

div.category-search {
text-align:left;
margin-bottom:40px;
} 

button#category-btn-9.btn.btn-secondary.btn-sm {
background:#1d1d1d;
}

.categories-list div.category-desc.base-desc {
font-size:20px;
}
 
/***login  
*************/
div.com-users-login.login,
div.com-users-registration.registration {
width:100%;
margin:0 0% 10% 0%; 
text-align:left;
}

.com-users-registration__submit  {
text-align:center;
border-radius:5px;
}

.com-users-registration__submit button  {
background:#dbb1c3 !important;
border-radius:5%;
margin-top:25px;
}

input  {
background:#efefef;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
line-height:20px;
border:none;
padding:10px 10px;
margin:5px 0;
border:1px solid #eee;
width:95%;
}

div.login-description {
font-size:15px;
color:#000;
font-weight:bold;
margin-bottom:15px;
text-align:center;
}

.com-users-login__reset.list-group-item,
.com-users-login__remind.list-group-item,
.com-users-login__register.list-group-item {
float:left;
width:100%;
margin-top:10px;
font-weight:bold;
margin-left:5%;
}

.com-users-login__submit button {
background:#dbb1c3 !important;
border-radius:5px;
margin-top:25px !important;
}

.com-users-login__remember {
margin-top:15px !important;
}

.input-password-toggle {
margin-top:30px !important;
border-radius:5px;
}

/******MOD LOGIN******/
.mod-login {
background:transparent !important;
}

.mod-login-description {
font-size:14px;
color:#000;
font-weight:bold;
margin-left:15px;
margin-bottom:15px;
}

.mod-login  {
margin-top:40px !important;
}

.mod-login fieldset, form#user-registration.form-validate.form-horizontal.well > fieldset  {
border:1px solid #eee;
background:#ffffff; 
text-align:left;
}

..mod-login label  {
color:#262626;
font-size:13px;
font-weight:bold;
text-transform:uppercase;
line-height:25px;
margin:0;
padding:0 10px;
width:100%;
}

 .mod-login input  {
background:#FFF;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
line-height:20px;
border:none;
padding:10px 10px;
margin:5px 0;
border:1px solid #eee; 
border-radius:0;
} 

div.input-group {
text-align:left;
}

..mod-login button {
margin:0 !important;
padding:0 !important;
}

ul.nav.nav-tabs.nav-stacked  {
float:left;
padding-bottom:150px;
}

 ul.nav.nav-tabs.nav-stacked > li  {
display:inline;
background:transparent !important; 
}

 ul.nav.nav-tabs.nav-stacked > li > a  {
padding:15px 15px;
} 

#remember.inputbox {
width:5%;
}

form#user-registration.form-validate.form-horizontal.well > fieldset {
margin:30px 0 20px 0;
}

form#user-registration.form-validate.form-horizontal.well > fieldset > p {
margin:10px 0;
padding:10px 0px;
}

 label#jform_email-lbl{
font-weight:bold;
}
 
input#jform_email {
margin:15px 0;
}

button.btn.btn-primary.validate {
margin-bottom:50px;
margin-top:0;
border-radius:0;
}
 
 label#jform_spacer-lbl {
display:none !important;
}
 
.control-label {
margin:20px 0 0px 0;
}

.controls > a.btn {
background:#262626;
margin-left:16px;
padding:14px;
color:#fff;
text-transform:uppercase;
}

fieldset > legend {
font-size:14px;
}

div.controls > button.btn.btn-primary.validate {
margin-left:10px;
margin-bottom:150px;
}

/***user profile***/
div.profile,.profile-edit {
text-align:left !important;
}

#block-footer {
float:left;
width:100%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; 
}  

#block-footer-content {
float:left;
width:100%;
background:#141414;  
padding:0px 0px 0px;
margin:0px 0 ;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; 
} 

h1#name-title {
font-size: 150px;
font-family: barlow , sans serif;
color: #fff;
text-transform: uppercase;
font-weight:700;
letter-spacing:10px;
text-align:center;
margin-top:30px;
}

#copyright p {
color: #fff;
text-transform: capitalize !important;
font-weight:100;	
text-align:center;
margin-top:30px;
letter-spacing:1px;	
}

#copyright p a {
text-transform: capitalize !important;
font-weight:100;	
text-align:center;
margin-top:20px;
letter-spacing:1px;	
color:#d4b2a9 !important;
}

#copyright p a:hover {
color: #fff !important;
}

/****************
/*BLOCK SOCIAL
*****************/
.element {
animation:pulse ; 
animation-duration: 3s; 
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(2.55, 2.55, 2.55) !important;
    transform: scale3d(2.25, 2.55, 2.55) !important;
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.85, 1.85, 1.85) !important;
    transform: scale3d(1.85, 1.85, 1.85) !important;
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.soc_icons_box {
text-align:center;
padding: 0px 0 ; 
margin-top:30px;
margin-bottom:30px;
}

.soc_icons_box ul {
display:-moz-inline-stack;
display:inline-block;
padding:0;
}

.soc_icons_box li {
float:left;
list-style:none;
padding:0;
}

.soc_icons li a {
font-size: 22px;
margin: 0px 30px;
padding:15px;
color:#fff !important;
line-height:15px;
opacity:1;
border-radius:1px;
}

.soc_icons li a:hover {
webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; 
background:transparent;
color:#eeeeee !important;
border-radius:3px;
}

.soc_icons a {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; */
}

/**********************************
 * BLOCK LEFT STYLE INHERITED
 **********************************/
#left{
padding:5px  ;
margin-top:10px;
color:#000;
}

#right{
padding:5px  ;
margin-top:10px;
color:#000;
} 

#left img,
#right img{
max-width:250px;
max-height:280px;
background-size:cover;
margin-top:20px;
}

div.mod-articlesnews__item {
padding-bottom:20px;
}

#left ul,
#right ul {
margin-left:0px;
text-align:left;
}

#left li,
#right li {
padding:8px;
color:#000 !important;
}

#left ul li a,
#right ul li a {
font-weight:normal;
line-height: 1em ;
font-size:14px;
text-transform:capitalize;
color:#000 !important;
}

#left ul li a:hover,
#right ul li a:hover {
color:#999 !important;
}

#left .moduletable div.custom > ul > li  ,
#right .moduletable div.custom > ul > li  {
font-weight:normal;
line-height: 1em ;
font-size:14px;
text-transform:capitalize;
padding-left:0;
}

#left ul li:before,
#right ul li:before {
content: "\f009";
font-family:fontawesome;
font-weight:normal;
color:#dbb1c3;
margin-right:7px;
font-size:0.5em;
 margin-left:0px; 
}

#left h2,
#right h2, 
#left h3,
#right h3 {
font-size:28px;
text-transform:uppercase;
font-weight:bold;
letter-spacing:0px;	
display:block;
color:#000;
}

#left h4,
#right h4, 
#left h5,
#right h5 {
text-transform:uppercase;
}

#left p,
#right p {
text-align:left;
font-weight:normal;
color:#141414 !important;
line-height:1.5em;
font-size:15px;
}

#right label,
#left label {
color:#fff;
margin-right:10px;
font-size:16px;
font-weight:normal;
text-transform:capitalize;
}

#right form,
#left form{
background:#1d1d1d;
}

#left div.moduletable,
#right div.moduletable ,
#left div.moduletable-icon-left,
#right div.moduletable-icon-left,
#left div.moduletable-icon-center,
#right div.moduletable-icon-center{
padding:20px;
background:transparent;
color:#000;
margin-bottom:30px;
text-align:left;
}

#left div.moduletable-icon-noicon,
#right div.moduletable-icon-noicon{
padding:20px;
background:transparent;
color:#000;
margin-bottom:30px;
text-align:left;
}

#left div.moduletable h1,
#right div.moduletable h1,
#left div.moduletable h2,
#right div.moduletable h2,
#left div.moduletable h3,
#right div.moduletable h3,
#left div.moduletable h4,
#right div.moduletable h4,
#left div.moduletable h5,
#right div.moduletable h5,
#left div.moduletable h6,
#right div.moduletable h6{
color:#000 !important;
margin-top:0px;
padding-bottom:30px !important;
text-align:center;
background: url(../images/bg-sub-menu-h3.png) 50% 100% no-repeat; 
font-size: 25px;
font-weight:bold;
text-transform:uppercase;
}

#left div.moduletable-icon-left h1,
#right div.moduletable-icon-left h1,
#left div.moduletable-icon-left h2,
#right div.moduletable-icon-left h2,
#left div.moduletable-icon-left h3,
#right div.moduletable-icon-left h3,
#left div.moduletable-icon-left h4,
#right div.moduletable-icon-left h4,
#left div.moduletable-icon-left h5,
#right div.moduletable-icon-left h5,
#left div.moduletable-icon-left h6,
#right div.moduletable-icon-left h6{
color:#000 !important;
font-size:25px;
font-weight:bold;
margin-top:0 !important;
margin-top:10px;
padding-top:0px;
padding-bottom:25px !important;
text-align:center;
background: url(../images/bg-sub-menu-h3.png) 50% 100% no-repeat;   
}

#left div.moduletable-icon-left h1 ,
#right div.moduletable-icon-left h1,
#left div.moduletable-icon-left h2,
#right div.moduletable-icon-left h2,
#left div.moduletable-icon-left h3 a,
#right div.moduletable-icon-left h3 a,
#left div.moduletable-icon-left h4,
#right div.moduletable-icon-left h4,
#left div.moduletable-icon-left h5,
#right div.moduletable-icon-left h5,
#left div.moduletable-icon-left h6,
#right div.moduletable-icon-left h6{
color:#000 !important;
font-size:25px !important;
font-weight:bold;
margin-top:0 !important;
}

#left div.moduletable-icon-noicon h1,
#right div.moduletable-icon-noicon h1,
#left div.moduletable-icon-noicon h2,
#right div.moduletable-icon-noicon h2,
#left div.moduletable-icon-noicon h3,
#right div.moduletable-icon-noicon h3,
#left div.moduletable-icon-noicon h4,
#right div.moduletable-icon-noicon h4,
#left div.moduletable-icon-noicon h5,
#right div.moduletable-icon-noicon h5,
#left div.moduletable-icon-noicon h6,
#right div.moduletable-icon-noicon h6{
color:#000 !important;
margin-top:10px;
padding-top:0px;
padding-bottom:20px !important;
text-align:center;
background: url(../images/bg-sub-menu-h3.png) 50% 100% no-repeat; 
}

#left div.moduletable-icon-center h1,
#right div.moduletable-icon-center h1,
#left div.moduletable-icon-center h2,
#right div.moduletable-icon-center h2,
#left div.moduletable-icon-center h3,
#right div.moduletable-icon-center h3,
#left div.moduletable-icon-center h4,
#right div.moduletable-icon-center h4,
#left div.moduletable-icon-center h5,
#right div.moduletable-icon-center h5,
#left div.moduletable-icon-center h6,
#right div.moduletable-icon-center h6{
color:#000 !important;
margin-bottom:15px;
padding-top:0px;
padding-bottom:20px !important;
text-align:center;
background: url(../images/bg-sub-menu-h3.png) 50% 100% no-repeat;  
font-size:25px;
font-weight:bold;
}

#left div.moduletable-icon-center div,
#right div.moduletable-icon-center div,
#left div.moduletable-icon-noicon div,
#right div.moduletable-icon-noicon div,
#left div.moduletable-icon-left div,
#right div.moduletable-icon-left div,
#left div.moduletable div,
#right div.moduletable div{
background:none !important;
}

#left div.moduletable p,
#right div.moduletable p,
#left div.moduletable-icon-left p,
#right div.moduletable-icon-left p,
#left div.moduletable-icon-noicon p,
#right div.moduletable-icon-noicon p,
#left div.moduletable-icon-center p,
#right div.moduletable-icon-center p{
font-size:14px;
color:#000;
}
 
#left a.readmore , 
#right a.readmore{
background: #fafafa !important;
border:2px solid #414141;
padding:3px;
font-weight:bold;	
text-align:center !important;
font-size:11px;
}

#left a.readmore:hover, 
#right a.readmore:hover{
background: #000 !important;
text-shadow: none !important;
webkit-transition: all 0.4s ease-in-out !important;	
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out; 
color:#fff !important;
}

/************* 
/*COM SEARCH
*************/
form#searchForm {
text-align:left;
color:#fff !important;
}

.btn-group-search {
float:left !important ;
width:100%;
height:50px;
margin:0 !important;
padding:0!important ;
}

input#search-searchword.inputbox{
float:left!important ;
width:100%;
height:50px;
background:transparent !important;
border:1px solid #ddd;
color:#fff !important;
text-transform:capitalize;
}

fieldset.phrases {
background:#f7541b;
margin-bottom:55px;
}

fieldset.only {
background:#f7541b;
margin-bottom:55px;
}

div.form-limit label{
color:#fff;
}

dl.search-results {
text-align:left;
}

dl.search-results dt.result-title {
margin: 15px 0 5px 0;
padding: 15px 0;
}
 
dl.search-results dd.result-created {
font-size: 11px;
}

label.element-invisible {
color:#fff;
}  

/*COM ARCHIVE
**********************/
div.com-content-archive{
float:left;
width:70% !important;
margin:0 15%;
}

div.com-content-archive div.filter-search {
padding:15px 15px 0px 15px;
text-align:center;
width:100% !important;
} 

div.com-content-archive div.filter-search select{
float:left;
width:100% !important;
background:#fff !important;
}

div.com-content-archive label {
float:left;
color:#fff;
text-align:left;
padding:10px 0;
}

div.com-content-archive legend {
color:#fff;
background:#f7541b;
border-radius:2px 2px 0 0 ;
}

div#archive-items.com-content-archive__items {
text-align:left;
margin-bottom:30px;
}

div#archive-items.com-content-archive__items div.row0{
text-align:left;
margin:30px;
border-bottom:1px dashed #999;
}

div#archive-items.com-content-archive__items div.row1{
text-align:left;
margin:30px;
border-bottom:1px dashed #999;
}

div.com-content-archive div.page-header h2 {
text-align:left;
}

/*COM NEWSFEED
***************************************/
.newsfeed .feed-description {
border-bottom: 1px solid #e5e5e5;
color: #999;
font-size: 14.25px;
margin: 10px 0 20px 0;
padding: 0 0 10px 0;
}

.newsfeed > ol {
list-style-type: none;
margin: 0;
}

.newsfeed > ol > li {
border-top: 1px solid #e5e5e5;
font-size: 18.2px;
padding: 20px 0;
}

.newsfeed > ol > li:first-child {
border-top: none;
}

.newsfeed > ol > li > a {
display: block;
padding: 0 0 15px 0;
}

.newsfeed > ol > li .feed-item-description {
font-size: 11.96px;
} 

/*COM WEBLINKS
********************/
.weblink-category .cat-children ul li {
font-size: 18.2px;
line-height: 1.4;
padding-bottom:20px;
}

.weblink-category ul li p {
padding-bottom:20px;
}

.weblink-category .cat-children ul li li {
font-size: 11.96px;
}

.weblink-category .cat-children ul ul{
clear: both;
margin-left: 20px;
}

.weblink-category .cat-children dl{
color: #777;
font-size: 11.05px;
} 
 
.weblink-category .cat-children dt,
.weblink-category .cat-children dd{
float: left;
} 

/*************************************  
/*COM TAGS
***************************************/
.tag-category {
padding-bottom:40px !important;
width:80%;
margin: 0% 10%;
text-align:center;
}

div.com-tags__description  {
text-align:center;
font-size:17px;
}

.tag-category input#filter-search.inputbox{
width:100%;
}

div.com-tags-tags__filter.btn-group {
background:#dbb1c3;
width:100%;
padding:30px 30px 10px 30px;
margin:40px 0;
}

div.com-tags-tags__filter.btn-group button.btn.btn-secondary {
background:#fff;
color:#000;
margin-left:15px;
}

div.com-tags-tags__filter.btn-group button.btn.btn-primary {
background:#000;
color:#fff;
}

.tag-category label.filter-search-lbl.visually-hidden {
display:none;
}

.tag-category h3  {
text-align:left;
font-weight:normal;
text-transform:capitalize;
}

.tag-category ul {
text-align:left;
width:100%;
}

.tag-category ul li{
display: block !important;
margin:20px 0;
padding:0px;
}

.tag-category ul li a{
font-size:17px;
background:#000;
color:#fff;
padding:15px 20px;
margin:15px 0;
}

.tag-category ul li a:hover{
font-size:17px;
background:#dbb1c3;
color:#fff;
padding:15px 20px;
}

div.com-tags__image img {
width:150px;
height:100px;
border-radius:10%;
margin-bottom:50px;
margin-top:0px;
}

span.list-hits {
color:#1d1d1d;
}

div.com-tags__items ul li {
display: inline-block !important;
margin:10px 0;
padding:15px;
border:1px dashed #ddd;
}

div.com-tags-tag.tag-category img {
width:200px;
height:200px;
border-radius:50%;
margin-bottom:30px;
}

/*************************************  
/*COM FINDER
***************************************/
.com-finder.finder {
float:left;
text-align:left;
color:#fff;
width:80%;
margin:1% 10% 4% 10%;
}

.awesomplete {
width:100%;
}

.com-finder.finder legend {
}

.com-finder.finder button {
margin-right:10px;
}

.com-finder.input-group, div.form-inline {
background:#1D1D1D;
padding:20px;
margin-bottom:10px;
}

.com-finder.finder label {
color:#fff !important;
}

div.card-body {
background:#1D1D1D;
padding:20px;
margin-bottom:30px;
}

div.filter-branch {
background:#1D1D1D;
padding:10px 20px;
}

div.filter-branch select{
background:#fff;
color:#1d1d1d;
}

div.card-body p {
padding:0px;
margin:10px;
}

li.filter-date.float-start,
li.filter-date.float-end {
display:none;
}

.com-finder.finder select {
margin-bottom:15px !important;
}

select#tax-type,select#tax-language,select#tax-author,select#tax-category  {
width:100% !important;
height:35px;
} 

/*CURSOR
***********/
.cursor {
background-color: #d30219;
background-color: #c1a597;
border-radius: 50%;
display: block;
position: fixed; 
margin-top: -10px;
margin-left: -10px; 
width: 20px;
height: 20px;
pointer-events: none;
mix-blend-mode: multiply;
transform: scale(1);
transition: transform 0.4s cubic-bezier(0.75, -0.27, 0.3, 1.33);
z-index: 1011;
}.cursor {
background-color: #d30219;
background-color: #c1a597;
border-radius: 50%;
display: block;
position: fixed; 
margin-top: -10px;
margin-left: -10px; 
width: 20px;
height: 20px;
pointer-events: none;
mix-blend-mode: multiply;
transform: scale(1);
transition: transform 0.4s cubic-bezier(0.75, -0.27, 0.3, 1.33);
z-index: 1011;
}

@supports not (mix-blend-mode: multiply) {
.cursor {
opacity: .7;
}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.cursor {
visibility: hidden;
}
}

.cursor--zoom {
transform: scale(4);
}

.cursor-close {
background-color: #110f10;
transform: matrix(3, 0, 0, 3, 0, 0) !important;
mix-blend-mode: difference;
}

.cursor-close::before, .cursor-close::after {
content: '';
background: #fff;
margin: auto;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
animation: cursorClose .6s .1s ease-in-out both;
}

.cursor-close::before {
height: 100%;
width: 1px;
}

.cursor-close::after {
height: 1px;
width: 100%;
}

.open .cursor {
mix-blend-mode: lighten;
}

.touch .cursor {
display: none;
}

.cursor--active {
animation: cursor-active 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875) both;
}
.cursor--active.cursor--zoom {
animation: cursor-active2 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875) both;
}

@keyframes cursor-active {
  0% {
    box-shadow: 0 0 0 0 #f7541b;
  }
  100% {
    box-shadow: 0 0 0 3rem rgba(247, 84, 27, 0);
  }
}

@keyframes cursor-active2 {
  0% {
    box-shadow: 0 0 0 0 #f7541b;
  }
  100% {
    box-shadow: 0 0 0 1rem rgba(247, 84, 27, 0);
  }
}
@keyframes cursorClose {
  0% {
    transform: scale(0) rotate(90deg);
  }
  100% {
    transform: scale(0.45) rotate(45deg);
  }
}

/*PAGE CONTACT
******************/
.com-contact-featured.blog-featured {
margin-top:50px;
margin-bottom:50px;
}

.com-contact-featured.blog-featured h1 {
color:#000 !important;
margin-top:0px;
padding-bottom:30px !important;
text-align:center;
background: url(../images/bg-sub-menu-h3.png) 50% 100% no-repeat; 
font-size: 50px;
font-weight: bold;
text-transform:uppercase;
}

.com-contact-featured__items {
margin-top:40px;
margin-bottom:80px;
width:100%;
}

.com-contact-featured__filter {
width:80%;
text-align:left;
margin:15px 10%;
}

.com-contact-featured__filter button {
border-radius:5%;
}

.com-contact-featured__filter input{
background:transparent;
border:1px solid #eee;
}

.com-contact-featured__table .visually-hidden {
display:none;
}

.com-contact-featured__table th {
text-align:center;
border:1px solid #fff !important;	
text-transform:uppercase;
color:#000;
}

.com-contact-featured__table tbody {
background:#141414;
}

.com-contact-featured__table td {
border-bottom:1px solid #fff !important;	
border-right:1px solid #fff !important;
}

.filter-search-lbl {
display:none;
}

.com-contact.contact {
width:100%;
}

.com-contact__container {
}

.com-contact__container h2,
.com-contact__position.contact-position.dl-horizontal dt{
display:none;
}

.com-contact__thumbnail.thumbnail  {
float:left;
width:50%;
}

.com-contact__thumbnail.thumbnail img {
float:center;
border:5px solid #efefef;
}

.com-contact__info{
float:left;	
width:50%;
text-align:left;
}

.com-contact__position.contact-position.dl-horizontal dd {
text-align:left;
font-size:35px;
text-transform:capitalize;
}

.com-contact__info dd{
font-size:14px;
padding:4px;
}

.com-contact__info span{
font-weight:bold;
}

 div.com-contact.contact label{
color:#000;
}

.contact fieldset {
background:#fff;
width:100%;
margin:0 0 30px 0;
color:#000;
text-align:left;
}  

.contact fieldset legend {
background:#fff;
margin:0 0 30px 0;
color:#000;
}  

#contact-form input,#contact-form textarea {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

#contact-form textarea {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

.com-contact-info {
width:100%;
margin-bottom:30px;
}

div.com-contact-container h3 {
display:none;
}

div.com-contact.contact h2{
display:none;
}

h3.contact-name {
text-align:left !important;
font-size:15px;
background:#111;
display:block-inline;
color:#fff !important;
padding:15px;
margin:0;
}

.com-contact-address {
text-align:left;
margin-bottom:0px;
margin-left:0px;
padding:30px;
width:40% !important; 
float:left;
}

.com-contact-image {
width:43%;
float:right;
margin-top:15px;
}

.com-contact-image img {
width:100%;
height:100%;
float:left;
padding:15px;
border:1px solid #efefef;
border-radius:10px;
}

.com-contact-address dt{
margin:0px 0;
padding:0;
}

.com-contact-address dd{
display:inline;
}

.contact-street, 
.contact-suburb{
margin:0;
padding:0;
}

div.adresse-groupe,
div.adresse-email,
div.adresse-phone,
div.adresse-fax,
div.adresse-mobile,
div.adresse-home{
padding:10px 0;
margin-bottom:5px;
text-transform:capitalize;
font-weight:bold;
}
 