#loading {
    background: #000;
}
#loading #preloader:after {
    content: "MAP - CHARGEMENT";
    color: #fff;
}
/*.top-area {
    background: #000;
}
.top-area .top-left {
    color: #fff;
}*/
.mainmenu-area ul li ul.submenu {
    width: 280px;
}
h1 {
    display: inline-block;
    padding-right: 20px;
}
.top-area {
    background: #fc6926;
    border-bottom: 1px solid #fff;
    padding: 12px 0 0;
}
.top-area h1 {
    color: #fff;
    font-size: 16px;
}
.top-area .top-left {
    color: #fff;
}
.hero-slide h2 {
    font-weight:600;
}
.mainmenu-area ul li:after {
    display:none;
}
.header-area {
    background: #000;
}
.mainmenu-area ul li a {
    color: #fff;
    text-transform: uppercase;
}
.mainmenu-area ul li ul.submenu {
    background: #000;
}
.header-area {
    border-bottom: 0;
}
.footer-widget-area {
    /*background: #000;*/
    background: url(bg-footer.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.inner-title-area {
    background: url(header-bg.jpg)no-repeat;
    background-size: cover;
    background-position: center;
}
.single-widget h3,.single-widget p,.single-widget a {
    color: #fff;
}
.upcoming-single {
    margin-top: 20px;
}
.hero-single-slide {
    background: url(bg-slider.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.footer-icon {
    max-width: 40px;
    margin-right: 15px;
}
.footer-logo {
    text-align: center;
}
.logo-footer {
    max-width: 200px;
    margin-top: 40px;
}
.another-story-area {
    background: url(bg-actualites.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.story-text {
    color: #fff;
    margin-left: 0;
}
.another-story-area h2,.another-story-area h4  {
    color:#fff !important;
}
// ORANGE
.hero-area {
    border: 1px solid rgb(244, 54, 10);
}
#loading #preloader span {
    border: 4px solid rgb(244, 54, 10);
}
hr {
    border-top: 1px solid rgb(244, 54, 10);
}
.footer-widget-area {
    border-top: 1px solid rgb(244, 54, 10);
    border-bottom: 1px solid rgb(244, 54, 10);
}
.story-area:after {
    display: none;
}
.inner-title-left,.inner-title-area:after {
    display: none;
}
.about-area img {
    opacity:0.8;
    transition: 1s ease;
}
.about-area img:hover {
    opacity:1;
    box-shadow: 0 0 0 5px #fc6926;
    transition: 1s ease;
}
.contact-area-contact-form input[type="text"], .contact-area-contact-form textarea {
    border: 1px solid #fc6926;
    color:#000;
}

input::-webkit-input-placeholder {
    color: #000 !important;
}
input::-moz-placeholder {
    color: #000 !important;
}
input:-ms-input-placeholder {
    color: #000 !important;
}
input::placeholder {
    color: #000 !important;
}

textarea::-webkit-input-placeholder {
    color: #000 !important;
}
textarea::-moz-placeholder {
    color: #000 !important;
}
textarea:-ms-input-placeholder {
    color: #000 !important;
}
textarea::placeholder {
    color: #000 !important;
}

.footer-sticky {
    display:none;
}

.story-area {
    background: #303030;
    background: -moz-linear-gradient(top, #303030 0%, #bababa 100%);
    background: -webkit-linear-gradient(top, #303030 0%,#bababa 100%);
    background: linear-gradient(to bottom, #303030 0%,#bababa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#bababa',GradientType=0 );
}
.story-area.section-padding {
    padding: 50px 0px;
}
.story-left h2 {
    color:#fff;
}
.story-left p {
    color: #fff;
}

.story-single-item {
    margin-left:10%;
    margin-right:10%;
}
.owl-prev .zmdi, .owl-next .zmdi {
    position: relative;
    color:#fff;
}
.owl-prev,
.owl-next{
    opacity: 0;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 105px;
    height: 105px;
    line-height: 105px;
    font-size: 16px;
    text-align: center;
    color: #111;

    z-index: 6;

    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.owl-prev{
    left: -50px;
}
.owl-next{
    right: -50px;
}
.owl-prev:before,
.owl-next:before{
    content: "";
    display: block;
    width: 66%;
    height: 66%;
    position: absolute;
    top: 17px;
    left: 0;

    background: #fc6926;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.owl-next:before{
    left: auto;
    right: 0;
}

.owl-prev:hover,
.owl-next:hover{    
    -webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
    -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
    transition:0 none !important;  
}
.owl-prev:hover:before,
.owl-next:hover:before{
    opacity: 0.87;
}
.owl-prev:active:before,
.owl-next:active:before{    
    opacity: 0.6;
}
.owl-carousel:hover .owl-prev{
    opacity: 1;
    left: -35px;
}
.owl-carousel:hover .owl-next{
    opacity: 1;
    right: -35px;
}


@media only screen and (max-width: 768px){
    .top-area {
        display:none;
    }
    h1 {
        display:block;
    }
    .hero-bg {
        display: block !important;
    }
    .hero-single-slide{
        height: 250px;
        min-height: 250px;
    }
    .hero-bg {
        bottom: 0;
        margin-right: -550px;
        position: absolute;
        right: auto;
        width: 100%;
        opacity: .4;
    }
    .hero-single-slide h4 {
        color:#000;
    }
    .footer-sticky {
        display:block;
        z-index: 9999;
        position:fixed;
        bottom: 0 ;
        width:100%;
    }
    .footer-sticky .col-half {
        width:33%;
        float: left;
    }
    .footer-sticky a {
        background: #fc6926;
        color: #fff;
        width: 100%;
        display: block;
        padding: 10px 0;
        text-align: center;
        border: 2px solid #fff;
        text-decoration: none;
        -webkit-transition: all 0.6s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
        -moz-transition: all 0.6s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
        -o-transition: all 0.6s cubic-bezier(0.300, 0.100, 0.580, 1.000);
        -ms-transition: all 0.6s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
        transition: all 0.6s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    }
    .footer-sticky a:hover {
        background: #c8531e;
    }
    .owl-nav {
        display: none;
    }
    .phoneajust {
        width: 100%;
    }
    .about-area td,.about-area  th {
        display: block;
    }
    .about-area td img {
        width:100%;
    }
}
