
.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    text-align: center;

}

.main-menu li:hover > a,
.main-menu li.current-menu-item > a {
    color: #e9890d;
}

.main-menu > ul > li > a:after {
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #e9890d;
    content: "";
    transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    opacity: 0;
}

.main-menu .sub-menu li a:hover,
.main-menu .sub-menu li.current-menu-item a {
    color: #e9890d;
    padding-left: 1px;
}

.button.orange {
    background: rgba(255, 165, 0, 0);
    color: #fffffa;
    border-color: rgba(255, 165, 0, 0);
    font-weight: bold;
    text-decoration: underline;
}

.main-slider .desc {
    max-width: 585px;
    padding: 20px;
    color: #FFF;
    background: rgba(233, 137, 13, 0.7);
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.main-slider .owl-pagination div:hover,
.main-slider .owl-pagination div.active {
    background: #035a9d;
}


.master-title::before,
.master-title::after {
    display: inline-block;
    content: "";
    border-top: .3rem solid black;
    width: 4rem;
    margin: 0 1rem;
    transform: translateY(-2rem);
}

.logo {
    margin-top: 45px;


}

.site-brand {
    margin-top: 15px;

}

.main-menu .sub-menu {
    position: absolute;
    top: 100%;
    text-align: left;
    width: 258px;
    background: #FFF;
    padding: 5px 5px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.title-top-line {
    display: inline-block;
    border-top: 0px solid #000000;
    padding: 0 0px;
    postion: relative;
}

.title-top-line:after {
    content: "";
    position: absolute;
    top: -2px;
    left: 45px;
}

.empty-row {
    height: 10px;


}

.team {
    margin: 25px 0;
}

.team .thumb {
    width: 200px;
    height: 200px;
    margin: 0 auto 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.team .thumb:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(44, 147, 213, 0.8);
    content: "";
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0;
}

.team .thumb:hover:before {
    opacity: 1;
}

.team .thumb-info {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    opacity: 0;
}

.team .thumb:hover .thumb-info {
    top: 50%;
    opacity: 1;
}

.team .socials {
    margin-bottom: 10px;
}

.team .socials ul li a {
    height: 24px;
    width: 24px;
    line-height: 22px;
    font-size: 11px;
    border-color: #FFF;
    color: #FFF;
}

.team .socials ul li a:hover {
    color: #2c93d5;
    background: #FFF;
}

.team .read-more {
    font-size: 15px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
}

.team .read-more:hover {
    text-decoration: underline;
}

.team .info {
    text-align: center;
}

.team .name {
    display: block;
    font-size: 20px;
    color: #333333;
    line-height: 26px;
}

.team .job {
    font-size: 12px;
    text-transform: uppercase;
    color: #ff6b36;
    display: block;
    margin-top: 5px;
}

.team.box {
    background: #FFF;
    padding: 20px;
}

.team.box .thumb {
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    width: auto;
    height: auto;
}

.team.box .thumb:before {
    height: 40px;
    top: auto;
    bottom: -40px;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

.team.box .thumb:hover:before {
    bottom: 0;
}

.team.box .thumb img {
    height: 191.72px;
    width: 255px;
}

.team.box .thumb-info {
    top: auto;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    bottom: -40px;
}

.team.box .thumb:hover .thumb-info {
    bottom: 0;
    top: auto;
}

.team.box .socials {
    margin-bottom: 8px;
}

.team.box .job {
    margin-bottom: 10px;
}

.team.box .read-more {
    display: none;
}

.team-slider .team {
    margin-top: 0;
}

.animate-menu-push {
    left: 0;
    position: relative;
    transition: all 0.3s ease;
}

.animate-menu-push.animate-menu-push-right {
    left: 200px;
}

.animate-menu-push.animate-menu-push-left {
    left: -200px;
}

.animate-menu {
    position: fixed;
    top: 0;
    width: 200px;
    height: 100%;
    transition: all 0.3s ease;
}

.animate-menu-left {
    left: -200px;
}

.animate-menu-left.animate-menu-open {
    left: 0;
}

.animate-menu-right {
    right: -200px;
}

.animate-menu-right.animate-menu-open {
    right: 0;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 10px;
    background-color: transparent;
}

/*.sidebar-menu>li {*/
/*    position: relative;*/
/*    margin: 5px 0;*/
/*    padding: 0;*/
/*}*/
.sidebar-menu > li > a {
    padding: 0px 5px 10px 15px;
    display: block;
    border-left: 0px solid transparent;
    color: #4e4e4e;
    font-size: 15px;
}

.sidebar-menu > li > a > .fa {
    width: 20px;
}

.sidebar-menu > li.active > a {
    color: #e9890d;

    border-left-color: #e9890d;
}

.sidebar-menu > li .label, .sidebar-menu > li .badge {
    margin-top: 3px;
    margin-right: 5px;
}

.sidebar-menu li.sidebar-header {
    padding: 4px 25px 4px 15px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

.sidebar-menu li > a > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: 3px;
}

.sidebar-menu li.active > a > .fa-angle-left {
    transform: rotate(-90deg);
}

.sidebar-menu li.active > .sidebar-submenu {
    display: block;
}

.sidebar-menu a {
    color: #000000;
    text-decoration: none;
}

.sidebar-menu .sidebar-submenu {

    list-style: none;
    padding-left: 5px;
    margin: 0 1px;
    background: transparent;

}

.sidebar-menu .sidebar-submenu .sidebar-submenu {
    padding-left: 20px;
}

.sidebar-menu .sidebar-submenu > li > a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 14px;
    color: #666666;
}

.sidebar-menu .sidebar-submenu > li > a > .fa {
    width: 20px;
    font-size: 13px;
}

.sidebar-menu .sidebar-submenu > li > a > .fa-angle-left, .sidebar-menu .sidebar-submenu > li > a > .fa-angle-down {
    width: auto;
}

.sidebar-menu .sidebar-submenu > li.active > a, .sidebar-menu .sidebar-submenu > li > a:hover {
    color: #e9890d;
}
.sidebar-menu .sidebar-submenu > li.active > a {
    color: #ffffff;
}

.sidebar-menu .sidebar-submenu > li.active  {
    background-color: #333b47;
    color: #ffffff;
}

.hide-sidebar-submenu{
    display: none;


}


.top-nav ul {
    margin: 0;
    padding: 25px 0;
    list-style: none;
}

.main-menu > ul > li {
    display: inline-block;
    padding-bottom: 5px;
}

.main-menu {
    padding-top: 5px;
    position: relative;
    padding-bottom: 5px;
    z-index: 100;

}

.top-nav ul {
    margin: 0;
    padding: 25px 0;
    list-style: none;
}

.top-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.top-nav li:after {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0.15);
    content: "";
    margin: 0 5px 0 5px;
}

.top-nav li:last-child:after {
    display: none;
}

.top-header a {
    color: #000000;
}

.top-header {
    background: #ffffff;
    color: #000000;
    font-size: 13px;
    position: relative;
    z-index: 1000;
}


.mid-header a {
    padding: 5px 0 5px;


}

.mid-header {
    padding: 0px 0 0;
    background: #333b47;
}

.mid-header li {
    padding: 0px 0 0;

}



.searchbox:before {
    position: absolute;
    content: "\f002";
    right: 10px;
    top: 7px;
    font-family: FontAwesome;
    color: #333b47;
    font-size: 13px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.searchbox {
    width: 180px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 2px 0;
    padding-top: 20px;
}

.top-header .socials ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 5px;


}

.top-header .socials ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
}

.top-header .socials ul li a {
    display: block;
    height: 32px;
    width: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 30px;
    text-align: center;
    color: #666666;
    font-size: 18px;
    top: 0;
    color: #666666;
    background-color: #333b47;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;

}

.socials ul li a:hover {
    color: #2C93D5;
    border-color: #2C93D5;
}

.site-header {
    background: #FFF;
    z-index: 100;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    padding-top: 10px;


}

.site-bottom .contact-widget > ul > li.fax:before {
    content: "\f1ac";
}

.site-bottom .contact-widget > ul > li.mobile:before {
    content: "\f095";
}

.search-form {

    padding-top: 20px;

}

.gery-color {

    color: #555759;

}

.title-top-line-gery {
    display: inline-block;
    border-top: 0px solid #555759;
    padding: 0 0px;
    postion: relative;
}

.title-top-line-gery:after {
    content: "";
    position: absolute;
    top: -2px;
    left: 45px;
}


.main-menu li:before {
    content: "|";
    color: white
}

/*.main-menu li:first-child:before {*/
/*    content: "";*/
/*    padding: 0;*/
/*}*/

.search-btn {
    background: none;
}

.badge {
    display: block;
    width: 67px;
    height: 66px;
    background: url(images/assets/new.png) no-repeat center;
    position: absolute;
    z-index: 2;
    top: -3px;
    right: -3px;
    font-size: 0;
    padding: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

.p-thumb {
    float: left;
    width: 100%;
    margin-right: 30px;

}

.p-title-a {


    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
    font-weight: bold;
}

.p-title-a a {


    color: #333333;

}

.p-title .shorttext {
    display: none;
}

.p-title a {
    color: #333333;
}

.p-meta,
.p-rating {
    font-size: 18px;
    margin-bottom: 17px;
}

.p-meta,
.p-meta a,
.p-rating,
.p-rating a,
.p-actions,
.p-actions a {
    color: #999999;
}

.download-box {

    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;


}

.selectbox {
    position: relative;
    width: 100%;
    background: #FFF;
    height: 35px;
    border: 0px solid #e6e6e6;
    color: #666666;
    font-size: 15px;
}

.product-detail {
    margin-bottom: 55px;
}

.product-detail .images {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.tags-cloud a {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    padding: 5px 12px;
    color: #999999;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    margin-bottom: 3px;
    border: 1px #999999 solid;;
}

.widget-about {
    border: 0px solid #e6e6e6;
    margin-bottom: 30px;
}

.widget-about > ul {
    margin: 0;
    list-style: none;

}

.widget-about > ul > li {
    padding-left: 12px;
    position: relative;
    margin-bottom: 6px;
}

.widget-about > ul > li:last-child {
    margin-bottom: 0;
}

.widget-about > ul > li:before {
    content: "";
    display: block;
    background: url(images/assets/icons/arrow-right-2.png) no-repeat left top;
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 6px;
}

.widget-about > ul > li > a {
    color: #666666;
}

.widget-about > ul > li > a:hover {
    color: #2C93D5;
}

.orange-color {
    color: #e9890d;
}

.bold-text {
    font-weight: bolder;

}

.partner-margin-top{

	margin-top: 150px;

}

 .contact-widget > ul > li {
    padding-left: 18px;
    margin-bottom: 15px;
}
 .contact-widget > ul > li:before {
    content:"\f041";
    background: none;
    width: auto;
    height: auto;
    font-family: FontAwesome;
    top: 1px;
}
 .contact-widget > ul > li.mobile:before {
    content:"\f10b";
}
 .contact-widget > ul > li.email:before {
    content:"\f0e0";
    font-size: 11px;
    top: 4px;
}
 .contact-widget > ul > li.time-work:before {
    content:"\f017";
    font-size: 14px;
}

.p-thumb img {
     width: 266px;
     height: 200px;

}

.event-thumb  img{
   /* height: 261px;*/
   /*width: 328px;*/

}

.new-product  {
   margin-left: 10px;
    margin-right: 10px;

}
.page-margin-bottom{

    margin-bottom: 150px;

}

.speaker-thumb {
    float: left;
    width: 100px;
    margin-right: 20px;
}

.widget-menu {
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
}
.widget-title {
    background: #333b47;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 10px 0 30px;
    line-height: 35px;
}
.widget-menu > ul {
    margin: 0;
    padding: 20px 30px;
    list-style: none;
}
.widget-menu > ul > li {
    padding-left: 12px;
    position: relative;
    margin-bottom: 6px;
}
.widget-menu > ul > li:last-child {
    margin-bottom: 0;
}

.widget-menu > ul > li > a {
    color: #666666;
    padding-top: 6px;
}
.widget-menu > ul > li > a:hover {
    color: #2C93D5;
}



.widget-menu > ul > li.active {
    background-color: #333b47;
}
.widget-menu > ul > li.active a {
    color: #ffffff;
}

.left-menu-bg{
    background-color: #f4f4f4;

}

#home-event {
    padding: 10px 0;
}
#p-preview .item a {
    display: block;
    position: relative;
    overflow: hidden;
    color: #FFF;
    font-size: 22px;
}

#p-preview .item a:after,
#p-preview .item a:before {
    transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
}
#p-preview .item a:before {
    content:"\f002";
    font-family: FontAwesome;
    position: absolute;
    bottom: 0;
    right: 100%;
    top: 48%;
    z-index: 10;
}
#p-preview .item:hover a:before {
    right: 48%;
}
#p-preview .item:hover a:after {
    opacity: 0;
}

.p-inner {
    padding: 0px;
    position: relative;
}

.p-info {
    padding-left: 5px;
}



#pp_full_res  img {
    width: 570px;
    height:428.57px;

}


#p-thumbnail {
    margin-top: 20px;
    margin-right: -10px;
    margin-left: -10px;
    overflow: hidden;
}
#p-thumbnail .item {
    padding-right: 10px;
    padding-left: 10px;
}
#p-thumbnail .item img {
    cursor: pointer;
}
#p-thumbnail .owl-controls .owl-buttons div {
    position: absolute;
    top: 0;
    left: -15px;
    width: 25px;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 98px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    opacity: 0;
}
#p-thumbnail .owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: -15px;
}
#p-thumbnail:hover .owl-controls .owl-buttons div {
    left: 10px;
    opacity: 1;
}
#p-thumbnail:hover .owl-controls .owl-buttons div.owl-next {
    right: 10px;
    left: auto;
}
#p-thumbnail {
    margin-top: 20px;
    margin-right: -10px;
    margin-left: -10px;
    overflow: hidden;
}
#p-thumbnail .item {
    padding-right: 5px;
    padding-left: 5px;
}
#p-thumbnail .item img {
    cursor: pointer;
    width: 184px;
    height: 138.34px;

}
#p-thumbnail .owl-controls .owl-buttons div {
    position: absolute;
    top: 0;
    left: -15px;
    width: 25px;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 98px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    opacity: 0;
}
#p-thumbnail .owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: -15px;
}
#p-thumbnail:hover .owl-controls .owl-buttons div {
    left: 10px;
    opacity: 1;
}
#p-thumbnail:hover .owl-controls .owl-buttons div.owl-next {
    right: 10px;
    left: auto;
}

.product-detail .images {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    height: 75%;
}
.partners-slider img {

    height:90px;

}
.pp_gallery ul a {
    border: 1px #000 solid;
    border: 1px rgba(0,0,0,0.5) solid;
    display: block;
    float: left;
    height: 44px;
    width: 33px;
 
    overflow: hidden;
}


.actualite-image-size{
  width: 348px;
  height: 261px;

}

.single-product-image-size{
    width: 568px;
    height: 427.06px;

}


#p-preview .item a:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 568px;
    height: 427.06px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
}


.product-title {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 10px;
}
.product-title a {
    color: #333333;
}
.product-title a:hover {
    color: #2C93D5;
}
.carou-slider {
    margin-left: -5px;
    margin-right: -5px;
}
.widget-menu  li > a > .custom-angle-right {
    content: "";
    display: block;
    background: url(images/assets/icons/arrow-right.png) no-repeat left top;
    position: absolute;
    top: 15px;
    left: -10px;
    width: 8px;
    height: 8px;
}



.widget-menu  li.current > a > .custom-angle-right {
    transform: rotate(-270deg);
}

.widget > ul > li:before {
    content: "";
    display: block;
    background: url(images/assets/icons/arrow-right-2.png) no-repeat left top;
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 6px;
}
.error{color: brown}
.newsletter-widget input[type=text],
.newsletter-widget input[type=email] {
    width: 200px;
    padding: 5px 20px;
    background: #ffffff;
    color: #333333;
    margin-bottom: 10px;
}

.main-menu > ul > li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;


}

/*.main-menu > ul > li a {*/
/*    color: white;*/
/*    font-family: 'Raleway', sans-serif;*/
/*    font-size: 11px;*/
/*    text-align: center;*/
/*    margin-left: 10px;*/
/*    margin-right: 10px;;*/


/*}*/

.main-menu > ul > li:first-child {
    border-left: none;
}


 .main-menu li a {
    color: white;
     font-family: 'Raleway', sans-serif;
     font-size: 11px;
     text-align: center;
     margin-left: 10px;
     margin-right: 10px;


 }



.sub-menu  li a {
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;;


}




.product {
    position: relative;
    text-align: center;
    color: white;
}

/* Bottom left text */
.product-title {
    position: absolute;
    top: 20px;
    left: 50px;
    max-width: 280px;
    height:auto !important;

    color: #FFF;
    background: rgba(233, 137, 13, 0.7);
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    padding-left: 8px;
    padding-right: 8px;
    text-align: left;


}

.product-title a {
    color: #ffffff;


}


.new-product-title {
    position: absolute;
    bottom: 0px;
    left: 15px;
     width: 348px;
    height: 50px;
    vertical-align: center;

    color: #FFF;
    background: rgb(42, 48, 58);
    font-size: 18px;
    line-height: 18px;
     padding-left: 20px;




}

.new-product-title a {
    color: #ffffff;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: bolder;



}

.main-item:first-child:before {
    content: "";
    padding: 0;
}

.newsletter-widget input[type=text],
.newsletter-widget input[type=email] {
    width: 250px;
    padding: 5px 20px;
    background: rgba(255, 255, 255, 0.9);
    color: #999999;
    margin-bottom: 10px;
}
.newsletter-widget input[type=submit] {
    width: 100px;
    color: #FFF;
    background: #2c93d5;
    margin-top: 20px;
    margin-bottom:20px ;
}

.news-title {
    position: absolute;
    bottom: 0px;
    left: 15px;
    width: auto;
    height: 50px;
    vertical-align: center;

    color: #FFF;
    background: rgb(42, 48, 58);
    font-size: 18px;
    line-height: 18px;
    padding-left: 20px;




}



#news-2  {
    padding: 20px 0 60px;
    background: #ffffff;
}
#news-2  .image-box {
    margin-bottom: 30px;
}
.image-box .caption {
    position: absolute;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    display: block;
    left: 0;
    right: 0;
    padding: 0 5px;
    color: #FFF;
    font-size: 15px;
    background: rgba(42, 48, 58, 0.8);
}
.main-image-categorie{
  margin-bottom: 20px;


}
.main-slider h2 {
    font-size: 49px;
    color: #FFF;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 60px;
    margin-bottom: 10px;
}
 .sidebar-menu > li.active > a h4{
    color: #ffffff;
}
.couleur{

    color: #bbbbbb;


}

.nouveaute-product-title a {
   font-weight: 500;


}
.site-bottom {
    background: #1f1f1f;
    padding: 30px 0;
    color: #999;
    font-size: 15px;
    margin-top: 50px;
}

.paragraphe-espace {
    margin-bottom: 10px;
    margin-top:  10px;

}
.mobile-header{
    display:none;

}