/* 
-----------LE SLIDER--------------
 */

/* Slider */
.page-title{
    word-break: break-all;
    word-wrap: break-word;
    position:relative;
    padding:50px 0;
    background-attachment:fixed;
    background-color:#000000;
    background-position:center top;
    background-repeat:no-repeat;
    background-size:cover;
    border-style:solid;
    border-width:0px;
    border-top-width:0px;
    border-bottom-width:0px;
    margin-bottom: 0px !important;
}

/* Texte Slider  */
.page-heading-5233
{
	color:#ffffff !important;
	font-size:48px !important;
}





/* 
-----------LA NAVIGATION--------------
 */



/* Navigation */
.nav-border-box .menuzord-menu > li.active > a,
.nav-border-box .menuzord-menu > li:hover > a {
    border-bottom:2px solid #EE8800;
    color: #fff;
}

/* Couleur des liens */
a,
.menuzord .menuzord-menu>li.active>a,
.menuzord .menuzord-menu>li.active>a>i,
.menuzord .menuzord-menu>li:hover>a,
.menuzord .menuzord-menu>li:hover>a>i,
{
    color: #000000;
}

/* Couleur header */
header .light-header,
header.sticky .light-header,
#header.transparent-header.sticky .light-header,
.light-nav{
    background: #121212 !important;
}

/* Couleur texte navigation sans évenement */
.menuzord-menu>li>a,
.menuzord-menu>li>a>i,
.dark.menuzord-menu>li>a {
    color: #fff;
}



/* Apercu */
.portfolio-hover .action-btn,
.portfolio-hover .portfolio-description {
    -webkit-transition: none !important;
    transition: none !important;
}

/* Apercu */
.portfolio-description p {
visibility: hidden !important;
}


/* Alignement */
.container{
    padding-right: 30px;
    padding-left: 30px;
}

/* Alignement */
.row {
    margin-right: -30px;
    margin-left: -30px;
}

/* Alignement */
.col-md-12{
    padding-right: 30px;
    padding-left: 30px;
}

.vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
}


.body-content {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #121212;
}


.page-content {
    padding: 100px 0;
    display: inline-block;
    width: 100%;
}

















body {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5;
    color: #323232;
    font-size: 15px;
    font-weight: 400;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}


a:active,
a:focus { outline: none !important; }


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    /*font-family: 'Abel', sans-serif;*/
    font-weight: normal;
}

h1,
h2 {
    letter-spacing: 2px;
}

h3,
h4 {
    letter-spacing: 2px;
}

h5,
h6 {
    letter-spacing: 1px;
}

a {
    text-decoration: none !important;
}

a:hover,
a:focus {
    color: #323232;
}

a:hover,
.btn,
.btn:hover  {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a img,
iframe { border: none !important; }

p {
    margin: 0 0 30px;
    line-height: 30px;
    color: #7e7e7e;
}

p,
li {
    font-family: 'Source Sans Pro', sans-serif;
}










