/*
Theme Name: YLLW
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */


@import url('css/bootstrap.min.css');

html,
html {
    overflow-y: scroll;
    text-align: justify;
}
body{
    text-align: justify;
    color: black !important;
    font-size: 17px !important;

  padding: 0 0 47px 0;
  margin-bottom: 0;
  border: none;
  background-position: 50% 0;
  background-repeat: no-repeat;
  /*background-image: url(images/aheader/a.jpg);*/
   /*background-image: url(images/slide/c.jpg);*/
}

#contentinner {
    padding: 0px;
    height: auto;
    width: auto;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.wpcf7 input.wpcf7-text { width: 100%; max-width:500px;}
.wpcf7 textarea.wpcf7-textarea { width: 100%; max-width:770px;} }

#content {
    float: left;
    width: auto;
    margin: 0px;
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 3em;
    padding-left: 0px;
}
.image-article{
    padding:5px;
    width: 100% !important;
    height: auto !important;
    
}

img.image_teaser, img.attachment-image_teaser {
    border: 1px solid #e6e6e6;
    display: inline;
    margin-top: 0px;
    margin-right: 1px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: ##F9F9F9;
}

img.alignleft, img.attachment-alignleft {
    border: 1px solid #e6e6e6;
    padding: 5px;
    display: inline;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #FFFFFF;
}
*{
    border-radius: 0 !important;
}

.btn-primary {
    color: #fff;
    background-color: #fff !important;
    border-color: #fff !important;
}
.btn-primary:hover{
    color: black !important;
    background-color: #fff !important;
    border-color: #fff!important;
}
hr{
    border-top: 3px solid #31ae09 !important;
}

.btn-sm, .btn-xs {
padding: 5px 10px !important;
font-size: 18px !important;
line-height: 1.5 !important;
/*border-radius: 3px;*/
}


#likebox-fbk * {
width: 100% !important;
background: #fff !important;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
border-top-color: white !important;
border-bottom-color: #777;
}

.container {
max-width: 1124px !important;
}

#featured {
    padding: 5px;
    height: auto;
    width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    clear: both;
    background-color: #F9F9F9;
    border: 1px solid #E6E6E6;
}

#featured #featured-title {
    width: auto;
    display: none;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 15px;
    height: auto;
    clear: both;
    background-color: #2e2e2e;
    padding: 8px;
    margin: 0px;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px #000;
}


/*
Theme Name: WIMEDIAS - SAMIR_MH
*/

@import url(http://fonts.googleapis.com/css?family=Dosis:200,300,400,500,);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700,600);
@import url(http://fonts.googleapis.com/css?family=Marmelad);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah);
@import url(http://fonts.googleapis.com/css?family=Didact+Gothic);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300);
@import url(http://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700);




body {
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff;
    color: #555;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
}



/* Titles */
h1, h2, h3, h4, h5, h6 { text-transform: uppercase; color: #333; font-weight: 300; font-family: 'Lato', sans-serif; font-weight: 00; }

h1 { font-size: 3em; font-weight: 300; margin-bottom: 30px; margin-top: -4px; }

.author-avatar img { -webkit-border-radius: 95px; -moz-border-radius: 95px; border-radius: 95px; }


/* Paragraph & Typographic */
p { font-size: 2vh; line-height: 28px; margin-bottom: 25px; }

.centered { text-align: center; }

/* Links */
a {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    color: #1abc9c;
    transition: color 0.1s ease-in, background 0.1s ease-in;
    word-wrap: break-word;
}

a:hover,
a:focus { color: #7b7b7b; outline: 0; text-decoration: none; }

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}


hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}


.navbar { margin-bottom: -30px; text-transform: uppercase; }

.navbar-inverse { padding-bottom: 0px; padding-top: 23px; }

.navbar-inverse { background-color: #fff; border-color: #fff; }

.navbar-inverse .navbar-nav > li > a { color: #CC0000; }

.navbar-inverse .navbar-nav > li > a:hover { color: #222222; }

.navbar-brand { font-size: 20px; font-weight: 700; letter-spacing: 2px; }

.navbar-inverse .navbar-brand { color: white; }

.navbar-inverse .navbar-toggle { border-color: transparent !important; }

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover { background-color: transparent; color: #222222; }

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus { background-color: transparent; color: #222222; }

.progress-bar-theme { background-color: #1abc9c; }


.navbar-inverse .navbar-toggle .icon-bar {
background-color: #CC0000 !important;
}

.navbar-inverse .navbar-toggle .icon-bar:hover {
background-color: blue !important;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: white !important;
}

/* Helpers */

.mt { margin-bottom: 40px; margin-top: 40px; }

.pt { padding-bottom: 50px; padding-top: 40px; }


/* +++++ WRAP SECTIONS +++++ */

#ww { background-color: #fff; padding-bottom: 70px; padding-top: 60px; }


#footer { background-color: #2f2f2f; padding-bottom: 50px; padding-top: 50px; }

#footer p { color: white; }

#footer h4 { color: white; padding-bottom: 20px; text-transform: uppercase; }


/* +++++ Color Wraps / Blog Page +++++ */

#grey { background-color: #fff; padding-bottom: 0px; padding-top: 60px; }

#white { background-color: #fff ; padding-bottom: 20px; padding-top: 60px; }



/* Blog Date*/
bd {
    color: #CC0000;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Blog Author*/
ba { font-size: 12px; padding-left: 5px; text-transform: uppercase; }

/* Blog Quote */
.bq { font-size: 22px; padding-top: 30px; }

/* Blog Tags */
bt { font-size: 12px; }

/* ================== PORTFOLIO IMAGES HOVER EFFECT ================== */
/* Effects also are controled by hover.zoom.js */
.zoom {
    background: transparent url(images/loader.gif) no-repeat center;
    display: block;
    overflow: hidden;
    position: relative;

}

    .zoom img { display: none; }

        .zoomOverlay {
            background-image: url(images/zoom.png);
            background-position: center;
            background-repeat: no-repeat;
            bottom: 0;
            display: none;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            background-color: #CC0000 !important;
        }

.zoom2 { opacity: 1; }

.zoom2:hover { opacity: 0.5; }

/* glyphicon Configuration */

.glyphicon { color: #1abc9c; font-size: 40px; }

/* WP User Avatar */

.wp-user-avatar {margin: 0;}



#likebox-fbk * {
width: 100% !important;
background: #fff !important;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
border-color: transparent  !important;
}


/*apropos*/

#page-apropos .cv .col-md-6 ul.ul-left {
padding-right: 0px;
padding-left: 10px;
}

#page-apropos .cv .col-md-6 ul li {
position: relative;
margin-bottom: 40px;
padding: 4px;
border-radius: 4px;
list-style: none;
color: #111;
}

#page-apropos .cv .col-md-6 ul.ul-left li .date {
float: right;
}

#page-apropos .cv .col-md-6 ul li .date {
font-size: 115%;
}

#page-apropos .cv .col-md-6 ul li .titre {
font-size: 115%;
font-weight: bold;
}

#page-apropos .cv .col-md-6 ul li img {
border: 1px solid black;
}

#page-apropos .cv .col-md-6 ul.ul-left li:after {
right: -30px;
}

#page-apropos .cv .col-md-6 ul li:after {
content: "";
position: absolute;
z-index: 5;
top: -10px;
color: #d9534f;
border: 3px solid;
display: block;
padding: 10px;
background: white;
border-radius: 50%;
}


#headerwrap {
     background: url(images/1.jpg) no-repeat center top; 
     
    /*background-color: #3498db;*/
    margin-top: -20px;
    padding-top:200px;
    background-attachment: relative;
    background-position: center center;
    min-height: 650px;
    width: 100%;
    
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap.in{
    /*background-image: none;  */ 
    background-color: #3498db !important;
    padding-top:100px !important;
    min-height: 350px !important;
    
}

#headerwrap h1 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: white;
    font-size: 45px;
    font-weight: 300;
    letter-spacing: 1px;
}


.navbar-default {
    /*background: url(images/1.jpg) no-repeat  top; */
    /*background-color: #3498db;*/
    border-color: transparent;
}

.navbar-default .navbar-brand {
    color: white;
}

.navbar-default .navbar-nav > li > a {
    color: black;

}

.navbar-default .navbar-nav >.active li > a {
    color: red;
    text-decoration: underline;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
color: #1072ba;
background-color: transparent !important;
/*opacity: 0.7;*/
}


.navbar-inverse{
 position: relative;
}

.navbar-nav.navbar-right:last-child {
  margin-right: -15px;
  margin-top: 26px;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 10px 8px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}

.container>.navbar-header, .container>.navbar-collapse {
  margin-right: 0px;
  margin-left: -25px;
}

.navbar{
/* position: relative;*/
}

#et_active_menu_item {
 background: #fff;
 height: 2px;
 display: block;
 position: absolute;
 bottom: -1px;
 margin: 3px 10px;
 left: 0;
 pointer-events: none;
}

#prix{
    
    background: url(images/1.jpg) no-repeat center fixed; 
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
    position: relative;

}

/*#prix:before{
    content:" ";
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.7);
}*/

.fond1{
    border: 1 solid gray; color: white; text-align:justify; 
    background: url(images/1.jpg) no-repeat center top; 
     margin: 0px 0px; padding: 18px 40px;

}

.fond2{
    border: 1 solid gray; color: white; text-align:justify; 
    background: url(images/22.jpg) no-repeat center top; 
     margin: 0px 0px; padding: 18px 40px;

}


.fond3{
    border: 1 solid gray; color: white; text-align:justify; 
    background: url(images/1.jpg) no-repeat center top; 
     margin: 0px 0px; padding: 18px 40px;

}


.fond4{
    border: 1 solid gray; color: white; text-align:justify; 
    background: url(images/22.jpg) no-repeat center top; 
     margin: 0px 0px; padding: 18px 40px;

}

.fond5{
    border: 1 solid gray; color: white; text-align:justify; 
    background: url(images/3.jpg) no-repeat center top; 
     margin: 0px 0px; padding: 18px 40px;

}




#mini-slide{
    
    background: rgb(240,240,240);

}



/*----*/
.slid {
margin:5% 0 8% 0;
}
.slid h3{
text-align:center;
color: #1A1A1A;
font-size: 3em;
font-weight: 600;
letter-spacing:1px;
margin-bottom: 2em;
}
/*--Slider--*/
.dg-container{
    width: 100%;
    height: 600px;
    position: relative;
}
.dg-wrapper{
    width: 400px;
    height: 530px;
    margin: 0 auto;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}
.dg-wrapper a{
    width: 400px;
    height: 570px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
     background: url(images/22.png) no-repeat center top; 
    box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
    text-decoration:none;
}
.dg-wrapper a.dg-transition{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
    display: block;
    padding: 41px 0px 0px 1px;
}
a div.trip-slide h3{
    color:#fff;
    /*border:2px solid #fff;*/
    padding: 5px 0 0px 0;
    /*width: 64%;*/
    margin: 1.5em auto;
    font-size: 3.5em;
    line-height: 1.3em;
}
a div.trip-slide p{
color:#fff;
font-size:1em;
padding: 0 71px;
margin-bottom: 1em;
line-height: 1.3em;
}
a div.trip-slide p span{
display:block;
margin-top:1em;
line-height:1.3em;
}
a div.trip-slide i{
color: #fff;
background:transparent;
font-style: normal;
border: 1px solid #fff;
padding: 8px 0;
width: 40%;
text-align: center;
font-size: 1.4em;
display: inline-block;
margin: 8% 0 0 29%;
-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
a div.trip-slide i:hover{
color:#fff !important;
border:1px solid #fff !important;
background: none !important;
padding: 7px 0;
width: 45%;
font-size: 1.3em;
}
.dg-wrapper a.dg-center div{
    display: block;
}
.dg-container nav{
    position: relative;
    z-index: 1000;
    bottom: 48%;
}
.dg-next{
    display: block;
    cursor: pointer;
    width: 52px;
    height: 78px;
    background: transparent url(images/right.png) no-repeat 0 0;
    position: absolute;
    right: 11%;
}
.dg-prev{
    display: block;
    cursor: pointer;
    width: 52px;
    height: 78px;
    background: transparent url(images/left.png) no-repeat 0 0;
    position: absolute;
    left: 11%;
}
/*--Slider//--*/



/*
*   Owl Carousel Owl Demo Theme 
*   v1.24
*/
    #owl-demo .item,#owl-demo1 .item{
        margin: 3px;
    }
    #owl-demo .item img{
        display: block;
        height: auto;
    }

.owl-theme .owl-controls{
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    width: 33px;
    height: 54px;
}
.owl-next{
    background: url(images/divice-pagenations.png) no-repeat -35px 0px;
    position: absolute;
    right: 45%;
    top: -57%;
}
.owl-prev{
    background: url(images/divice-pagenations.png) no-repeat 1px 0px;
    position: absolute;
    right: 53%;
    top: -57%;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    border:1px solid #C0BFBF;
    margin-top:3em;
    }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    border:1px solid #80C0EB;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}
/* 
 *  Core Owl Carousel CSS File
 *  v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    
    -ms-touch-action: pan-y;
    margin: 3em auto;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;

}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
    
.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x : 50%;
    -webkit-perspective-origin-y : 50%;
    -moz-perspective : 1200px;
    -moz-perspective-origin-x : 50%;
    -moz-perspective-origin-y : 50%;
    perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
/*----responsive-mediaquries-----*/
@media (max-width:1024px){
    #owl-demo .item img {
        width: 90%;
    }
}
@media (max-width:768px){
    .owl-carousel {
        width: 70%;
    }
}
@media (max-width:480px){
.owl-carousel {
margin: 1em auto;
}
.owl-theme .owl-controls {
margin-top: 0px;
}
}
@media (max-width:320px){
    .owl-carousel {
        width: 66%;
    }
    .owl-prev {
        left: -25.5%;
        top: 20%;
    }
    .owl-next {
        right: -23%;
        top: 20%;
    }
    .item h5,.item label {
        padding-right: 0em;
    }
}
.owl-theme,.owl-controls,.owl-page span {
margin-top: 1em;
}
.item h5{
    font-size:1.5em;
    color:#6F6F6F;
    font-weight:300;
    margin:0.8em 0 0.3em;
    padding-right:2em;
}
.item h5 span{
    font-weight:600;
}
.item label{
    color:#6F6F6F;
    font-weight:300;
    font-size:1.2em;
    padding-right:2em;
}


/*===============
    Portfolio
================*/


.portfolio-item {
  margin-bottom: 0px;
}
.portfolio-item .portfolio-thumb {
  position: relative;
  overflow: hidden;
}
.portfolio-item .portfolio-thumb img {
  width: 100%;
}
.portfolio-item .portfolio-thumb .portfolio-overlay {
  background:  url(slider/d.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 25px;
  text-align: center;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.portfolio-item .portfolio-thumb .portfolio-overlay h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid white;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand {
  margin-top: 15px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  background-color: white;
  display: inline-block;
  text-align: center;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand i {
  line-height: 36px;
}
.portfolio-item .portfolio-thumb:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}


/*===============
    Portfolio
================*/


/*===============
    Portfolio
================*/


.portfolio-item-bis {
  margin-bottom: 0px;
}
.portfolio-item-bis .portfolio-thumb-bis {
  position: relative;
  overflow: hidden;
}
.portfolio-item-bis .portfolio-thumb-bis img {
  width: 100%;
}
.portfolio-item-bis .portfolio-thumb-bis .portfolio-overlay-bis {
  background:  url(slider/e.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 25px;
  text-align: center;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.portfolio-item-bis .portfolio-thumb-bis .portfolio-overlay-bis h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid white;
}
.portfolio-item-bis .portfolio-thumb-bis .portfolio-overlay-bis a.expand {
  margin-top: 15px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  background-color: white;
  display: inline-block;
  text-align: center;
}
.portfolio-item-bis .portfolio-thumb-bis .portfolio-overlay-bis a.expand i {
  line-height: 36px;
}
.portfolio-item-bis .portfolio-thumb-bis:hover .portfolio-overlay-bis {
  opacity: 1;
  visibility: visible;
}


/*===============
    Portfolio
================*/


/*===============
    Portfolio
================*/


.portfolio-item-ter {
  margin-bottom: 0px;
}
.portfolio-item-ter .portfolio-thumb-ter {
  position: relative;
  overflow: hidden;
}
.portfolio-item-ter .portfolio-thumb-ter img {
  width: 100%;
}
.portfolio-item-ter .portfolio-thumb-ter .portfolio-overlay-ter {
  background:  url(slider/d.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 25px;
  text-align: center;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.portfolio-item-ter .portfolio-thumb-ter .portfolio-overlay-ter h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid white;
}
.portfolio-item-ter .portfolio-thumb-ter .portfolio-overlay-ter a.expand {
  margin-top: 15px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  background-color: white;
  display: inline-block;
  text-align: center;
}
.portfolio-item-ter .portfolio-thumb-ter .portfolio-overlay-ter a.expand i {
  line-height: 36px;
}
.portfolio-item-ter .portfolio-thumb-ter:hover .portfolio-overlay-ter {
  opacity: 1;
  visibility: visible;
}


/*===============
    Portfolio
================*/


/*===============
    Portfolio
================*/


.portfolio-item-qar {
  margin-bottom: 0px;
}
.portfolio-item-qar .portfolio-thumb-qar {
  position: relative;
  overflow: hidden;
}
.portfolio-item-qar .portfolio-thumb-qar img {
  width: 100%;
}
.portfolio-item-qar .portfolio-thumb-qar .portfolio-overlay-qar {
  background:  url(slider/e.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 25px;
  text-align: center;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.portfolio-item-qar .portfolio-thumb-qar .portfolio-overlay-qar h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid white;
}
.portfolio-item-qar .portfolio-thumb-qar .portfolio-overlay-qar a.expand {
  margin-top: 15px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  background-color: white;
  display: inline-block;
  text-align: center;
}
.portfolio-item-qar .portfolio-thumb-qar .portfolio-overlay-qar a.expand i {
  line-height: 36px;
}
.portfolio-item-qar .portfolio-thumb-qar:hover .portfolio-overlay-qar {
  opacity: 1;
  visibility: visible;
}


/*===============
    Portfolio
================*/


 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}


.carousel-indicators {
position: absolute;
bottom: 20px;
left: 86%;
z-index: 15;
width: 60% !important;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none;
}



.fond-crsl{
    border: 1 solid gray; color: white; text-align:justify; 
    background: #1abc9c; margin: 0px 0px; padding: 18px 40px;

}

.fond-crsl-1{
    border: 1 solid gray; color: #fff; text-align:justify; 
    background: gray; margin: 0px 0px; padding: 18px 40px;

}

.fond-crsl-2{
    border: 1 solid gray; color: #fff; text-align:justify; 
    background: blue; margin: 0px 0px; padding: 18px 40px;

}
.fond-crsl-3{
    border: 1 solid red; color: #fff; text-align:justify; 
    background: red; margin: 0px 0px; padding: 18px 40px;

}





.header_bis{
    background: url(images/cmr.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    color: white;
    position: relative;
}
.header_bis:after{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
    background-color: rgba(15,155,224, 0.4);
    z-index: 1;
}
.header_bis .container{
    z-index: 10;
    position: relative;
}

}

.jumbotron{

    background-color: transparent !important;
}
.header_bis .container .jumbotron{
    background-color: transparent !important;
}
.header_bis .container .jumbotron .tease-icon {
    text-align: center;
    margin: 10px auto 20px;
}
.header_bis .container .jumbotron .tease-icon span{
     margin: 5px 10px;
  display: inline-block;

}

.header_bis .container .jumbotron .tease-icon a {
     color: rgba(255,255,255,1);
  display: block;


}

.header_bis .container .jumbotron .tease-icon a span .fa {
    text-align: center;
      padding: 30px 35px;
    font-size: 5em;
    border-radius: 50% !important;
    /* background-color: red; */
    border: 2px solid rgba(255,255,255,1);
    display: block;
}

.header_bis .container .jumbotron .tease-icon a:hover span .fa {
     color: #00a47a;
  background-color: #fff;
}



.header_bis .container .jumbotron .tease-icon a.fa1{
  padding: 30px;
}


/*=================================================================
    Services
==================================================================*/

.service-icon {
    border: 3px solid transparent;
    display: inline-block;
     height: 80px;
    width: 80px;
    line-height: 100px;
    color: gray;

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

    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.srv{

    color: black !important;
}

.service-item:hover .service-icon {
    border: 3px solid #1fa02c;
    margin-bottom: 20px;
    color: #1fa02c;
}

.service-icon i {
    -webkit-transform: rotate(-48deg);
       -moz-transform: rotate(-48deg);
        -ms-transform: rotate(-48deg);
         -o-transform: rotate(-48deg);
            transform: rotate(-48deg);
}

.service-item h3 {
    font-size: 20px;
    text-transform: uppercase;
}


.fa-3x {
  font-size: 3em !important;
}

.col-md-3 {
  width: 25% !important;
}


/*----*/
.slid {
margin:5% 0 8% 0;
}
.slid h3{
text-align:center;
color: #1A1A1A;
font-size: 3em;
font-weight: 600;
letter-spacing:1px;
margin-bottom: 2em;
}
/*--Slider--*/
.dg-container{
    width: 100%;
    height: 600px;
    position: relative;
}
.dg-wrapper{
    width: 400px;
    height: 530px;
    margin: 0 auto;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}
.dg-wrapper a{
    width: 400px;
    height: 570px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background:#6AD1B0;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
    text-decoration:none;
}
.dg-wrapper a.dg-transition{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
    display: block;
    padding: 41px 0px 0px 1px;
}
a div.trip-slide h3{
    color:#fff;
    border:2px solid #fff;
    padding: 5px 0 10px 0;
    width: 64%;
    margin: 1.5em auto;
    font-size: 3.5em;
    line-height: 1.3em;
}
a div.trip-slide p{
color:#fff;
font-size:1em;
padding: 0 71px;
margin-bottom: 1em;
line-height: 1.3em;
}
a div.trip-slide p span{
display:block;
margin-top:1em;
line-height:1.3em;
}
a div.trip-slide i{
color: #6AD1B0;
background:#fff;
font-style: normal;
border: 2px solid #6AD1B0;
padding: 8px 0;
width: 40%;
text-align: center;
font-size: 1.4em;
display: inline-block;
margin: 8% 0 0 29%;
-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
a div.trip-slide i:hover{
color:#333;
border:2px solid #333;
}
.dg-wrapper a.dg-center div{
    display: block;
}
.dg-container nav{
    position: relative;
    z-index: 1000;
    bottom: 48%;
}
.dg-next{
    display: block;
    cursor: pointer;
    width: 52px;
    height: 78px;
    background: transparent url(../images/right.png) no-repeat 0 0;
    position: absolute;
    right: 11%;
}
.dg-prev{
    display: block;
    cursor: pointer;
    width: 52px;
    height: 78px;
    background: transparent url(../images/left.png) no-repeat 0 0;
    position: absolute;
    left: 11%;
}
/*--Slider//--*/



/*--//Servicebox--*/

@media (max-width: 767px) {
    .service-box { padding:28px 20px 90px !important; }
}
.service-box:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-image:url(images/box-bg1.png);
    z-index:-1;
}
.service-box:after {
    content:'';
    background-color:#fff;
    position:absolute;
    left:0;
    right:0;
    top:100%;
    bottom:0;
    z-index:-1;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}
.service-box .icon {
    float:none;
    margin:16px auto 14px;
    width:90px;
    height:90px;
    background-color:#fff;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    -webkit-transition:background-color 0.3s;
    -moz-transition:background-color 0.3s;
    -o-transition:background-color 0.3s;
    transition:background-color 0.3s;
}
.service-box .icon [class^="icon-"], .service-box .icon [class*=" icon-"] {
    color:#8aaa9f;
    font-size:48px;
    line-height:90px;
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
.service-box h2 {
    font-size:18px;
    font-weight:normal;
    line-height:1.2em;
    color:#e7926f;
    overflow:visible;
    margin:0;
    padding-bottom:14px;
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
.service-box h5 {
    font-size:35px;
    font-weight:300;
    line-height:45px;
    text-transform: none;
    color:#fff;
    overflow:visible;
    margin:0 0 23px 0;
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
    word-wrap:break-word;
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    -o-hyphens:auto;
    hyphens:auto;
}

.service-box h4 {
    font-size:45px;
    font-weight:500;
    line-height:25px;
    text-transform: none;
    color:#fff;
    overflow:visible;
    margin:0 0 13px 0;
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
    word-wrap:break-word;
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    -o-hyphens:auto;
    hyphens:auto;
}

.sub-title{
    text-align: center !important;
}

.sub-title-bis{
    text-align: center !important;
    text-transform: none !important;

}


.title{
    text-align: center !important;
}

@media (min-width: 1200px) {
    .service-box h5 {
        font-size:40px;
        line-height:40px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .service-box h5 {
        font-size:30px;
        line-height:35px;
    }
}

@media (min-width: 1200px) {
    .service-box h4 {
        font-size:45px ;
        line-height:60px;
        margin-top: -40px;
    }
}
@media (min-width: 108px) and (max-width: 979px) {
    .service-box h4 {
        font-size:45px !important;
        line-height:80px !important;
       margin-top:-50px !important;
    }
}

.service-box_txt {
    font-size:14px;
    line-height:20px;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:0;
    color:#f09d7b;
    position:relative;
}
/*.service-box_txt:before, .service-box_txt:after {
    content:'';
    width:28px;
    height:3px;
    margin:0 auto;
    display:block;
    background-color:#fff;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.service-box_txt:before { margin-bottom:15px; }
.service-box_txt:after { margin-top:17px; }*/
.service-box .btn-align {
    text-align:center;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}
.service-box .btn-primary {
    font-size:15px;
    height:45px;
    display:block;
    padding:7px 0 0 0;
    background:#fff;
    color:#c96036;
    position:relative;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.service-box .btn-primary:after {
    content:'';
    width:100%;
    height:7px;
    position:absolute;
    bottom:-7px;
    left:0;
    background-position:50% 0;
    background-image:url(images/btn-arrow.png);
}
.ie8 .service-box:hover:before { background-image:none !important; }
.service-box:hover:after { top:0; }
.service-box:hover .icon { background-color:#f09d7b; }
.service-box:hover .icon [class^="icon-"], .service-box:hover .icon [class*=" icon-"] { color:#fff; }
.service-box:hover h5 { color:#c96036; }
.service-box:hover .service-box_txt:before, .service-box:hover .service-box_txt:after { background-color:#f09d7b; }
.service-box.color-1 { padding-bottom:70px; }
.service-box.color-1:before { background-image:url(images/box-bg2.png); }
.service-box.color-1 h2, .service-box.color-1 .service-box_txt { color:#f2c978; }
.service-box.color-1 h5 { margin-bottom:15px; }
.service-box.color-1 .btn-primary { color:#cb9c3b; }
.service-box.color-1:hover .icon { background-color:#f2c978; }
.service-box.color-1:hover h5 { color:#ce9c36; }
.service-box.color-1:hover h4 { color:#ce9c36; }
.service-box.color-1:hover .service-box_txt:before, .service-box.color-1:hover .service-box_txt:after { background-color:#f2c978; }
.service-box.color-2 { padding-top:48px; }
@media (min-width: 768px) and (max-width: 979px) {
    .service-box.color-2 {
        padding-top:45px;
        padding-bottom:65px;
    }
}
.service-box.color-2:before { background-image:url(images/box-bg3.png); }
.service-box.color-2 h2, .service-box.color-2 .service-box_txt { color:#85b3a2; }
.service-box.color-2 .btn-primary { color:#456553; }
.service-box.color-2:hover .icon { background-color:#85b3a2; }
.service-box.color-2:hover h5 { color:#3e6758; }
.service-box.color-2:hover h4 { color:#3e6758; }
.service-box.color-2:hover .service-box_txt:before, .service-box.color-2:hover .service-box_txt:after { background-color:#85b3a2; }
.service-box.color-3 { padding-top:48px; }
@media (min-width: 768px) and (max-width: 979px) {
    .service-box.color-3 {
        padding-top:45px;
        padding-bottom:85px;
    }
}
.service-box.color-3:before { background-image:url(images/box-bg4.png); }
.service-box.color-3 h2, .service-box.color-3 .service-box_txt { color:#d0816c; }
.service-box.color-3 .btn-primary { color:#a24831; }
.service-box.color-3:hover .icon { background-color:#d0816c; }
.service-box.color-3:hover h5 { color:#a24831; }
.service-box.color-3:hover h4 { color:#a24831; }
.service-box.color-3:hover .service-box_txt:before, .service-box.color-3:hover .service-box_txt:after { background-color:#d0816c; }
.service-box.color-4 { padding-top:50px; }
@media (min-width: 768px) and (max-width: 979px) {
    .service-box.color-4 {
        padding-top:28px;
        padding-bottom:77px;
    }
}
.service-box.color-4:before { background-image:url(images/box-bg5.png); }
.service-box.color-4 h2, .service-box.color-4 .service-box_txt { color:#c1ece5; }
.service-box.color-4 .btn-primary { color:#73b6af; }
.service-box.color-4:hover .icon { background-color:#8bafa9; }
.service-box.color-4:hover h5 { color:#8bafa9; }
.service-box.color-4:hover h4 { color:#8bafa9; }
.service-box.color-4:hover .service-box_txt:before, .service-box.color-4:hover .service-box_txt:after { background-color:#8bafa9; }
.service-box.color-4:hover h2, .service-box.color-4:hover .service-box_txt { color:#8bafa9; }
.service-box.extra-style {
    background:none;
    padding:16px 0 0 0 !important;
    margin:0;
    text-align:left;
    color:#fff;
    -webkit-transition:0.0s;
    -moz-transition:0.0s;
    -o-transition:0.0s;
    transition:0.0s;
}
@media (max-width: 767px) {
    .service-box.extra-style { margin-bottom:20px; }
}
.service-box.extra-style:before, .service-box.extra-style:after { display:none; }
.service-box.extra-style .icon {
    margin:0;
    width:auto;
    height:auto;
    line-height:20px;
    background-color:transparent;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.service-box.extra-style .icon:after {
    content:'';
    width:28px;
    height:3px;
    background-color:#fff;
    display:block;
    margin:12px 0 17px 0;
    -webkit-transition:background-color 0.3s;
    -moz-transition:background-color 0.3s;
    -o-transition:background-color 0.3s;
    transition:background-color 0.3s;
}
.service-box.extra-style .icon [class^="icon-"], .service-box.extra-style .icon [class*=" icon-"] {
    font-size:55px;
    line-height:20px;
    color:#fff;
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
.service-box.extra-style h2, .service-box.extra-style .service-box_txt { color:inherit; }
.service-box.extra-style h2 {
    font-size:18px;
    font-weight:bold;
    line-height:24px;
    letter-spacing:4px !important;
    margin:0 0 16px;
    padding:0;
    -webkit-transition:0.0s;
    -moz-transition:0.0s;
    -o-transition:0.0s;
    transition:0.0s;
}
.service-box.extra-style h2 a {
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
.service-box.extra-style .service-box_txt {
    font-family:Roboto, sans-serif;
    font-size:14px;
    line-height:20px;
    text-transform:none;
    letter-spacing:0;
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
.service-box.extra-style .service-box_txt:before, .service-box.extra-style .service-box_txt:after { display:none; }
.service-box.extra-style:hover { color:#f8d486; }
.service-box.extra-style:hover .icon:after { background-color:#f8d486; }
.service-box.extra-style:hover .icon [class^="icon-"], .service-box.extra-style:hover .icon [class*=" icon-"] { color:inherit; }
.service-box.extra-style:hover h2 a {
    color:inherit;
    text-decoration:none;
}
.service-box.extra-style-2 {
    padding:28px 15px 70px;
    margin-bottom:60px;
}
@media (min-width: 1200px) {
    .service-box.extra-style-2 {
        padding:28px 15px 70px;
        margin-bottom:122px;
    }
}
@media (max-width: 767px) {
    .service-box.extra-style-2 { padding:28px 15px 70px !important; }
}
.service-box.extra-style-2 h5 { margin-bottom:15px; }
.footer {
    padding:0;
    border:none;
    background-color:transparent;
}


/*--Servicebox//--*/




.span4 {
   width: 360px;
  position: relative;
  float: left;
  min-height: 0px;
    margin-left: 15px;
  margin-right: 11px;
  margin-bottom: 25px;
}

.span12 {
  width: 1170px;
}




.span8 {
  width: 730px;
  position: relative;
  float: left;
  min-height: 0px;
  margin-left: 16px;
}

.container {
  max-width: 1170px !important;

}


.service-box {
  position: relative;
  margin-bottom: 20px;
  padding-top: 50px;
  padding-bottom: 95px;
}


#nav-toggle { position: absolute; right: -10px; top: -12px; }
#nav-toggle { cursor: pointer; padding: 100px 40px 0px 0px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { cursor: pointer; border-radius: 1px; -moz-border-radius: 1px; 
    -webkit-border-radius: 1px; -o-border-radius: 1px; height: 2px; width: 24px; background: #353535; position: absolute; display: block; content: ''; }
#nav-toggle span:before { top: -5px; }
#nav-toggle span:after { bottom: -5px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; }
#nav-toggle.active span { background-color: transparent; }
#nav-toggle.active span:before, #nav-toggle.active span:after { top: 0; }
#nav-toggle.active span:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); }
#nav-toggle.active span:after { transform: translateY(-10px) rotate(-45deg); -webkit-transform: translateY(-10px) rotate(-45deg); -ms-transform: translateY(-10px) rotate(-45deg); top: 10px; }
.navicon { position: relative; height: 26px; }
.indicator { position: absolute; right: 0 !important; }
.pull { display: none; }

@media (max-width: 995px) {
    #nav-toggle { position: absolute; right: 15px; top: -60px !important; }
    #nav-toggle { cursor: pointer; padding: 0px 45px 0px 0px; }
}


@media (min-width: 768px)
{.navbar-nav {
    float: left;
    margin: -4px !important;
}
}

.slide-home{
    margin-top: 15px;
}

@media only screen and (max-width: 768px) { 

        .slide-home{
            margin-top: 0px !important;
        }

        .navbar-inverse .navbar-nav>li>a{
            color: #2083c6!important;
        }
        .navbar-inverse .navbar-nav>li>a:hover,
        .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus{
            background-color: transparent;
            opacity: 1 !important;
           
            padding: 10px 12px;
            margin: 2px 4px;
        }

}


.carousel-indicators {
  bottom: 50px !important;
}


#box{
    background-color: rgb(232,232,232);
    margin-top: 0px;

}

#lecabinet{
    
     background: white;
     /*background: url(slider/banner.jpg);*/

}

#qui-sommes-nous{
    
     
     background: url(slider/ban.jpg);

}

#mini-slide{
    
     
     background: url(slider/ban.jpg);

}

#futures-destinations{
   
background-color: white;
}



#newsletter{
    background-color: white;

}

#contact{
    background-color: white;

}


#menu-home{
background-color: white;
margin-top: 20px;
    
}



.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 22px 100px !important;
  font-size: 16px !important;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.flag{
    margin-right: -234px;
    margin-top: -45px;

}


@media (max-width: 769px) {
    .flag{
    width: 50%;
     margin-left: 10px;
}

}


.fotter{
    background: rgb(40,40,40);
/*background:url(images/fotter-bg.jpg) no-repeat 0px 0px;*/
    background-size:cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height:220px;
    padding:3em 0;
}
.ftr-left,.ftr-right{
border-right:1px solid #fff;
}
.ftr-left{
text-align:left;
}
.ftr-left p{
color:#fff;
width:69%;
margin-top:1em;
padding-bottom: 2em;
}
.office{
text-align:left;
width: 45%;
float: left;
padding-left:4em;
}
.tweets{
text-align:left;
width: 50%;
float: left;
}
.office h3,.tweets h3{
color:#fff;
font-size:1.2em;
margin-bottom:1em;
}
.office p{
color:#fff;
font-size:0.9em;
padding:5px 0;
}
.office a{
color:#fff;
font-size:0.9em;
text-decoration:none;
}
.office a:hover{
color:#53C09D;
}
.tweets p {
color:#fff;
font-size:0.9em;
float:left;
width:88%;
margin-bottom:5px;
}


.address h5 span{
background: url(images/contact-img.png) no-repeat 0 0;
width: 25px;
height: 28px;
display: inline-block;
vertical-align: middle;
margin-right: 1.2em;
text-transform: none !important;
}
.address h5 span.img1{
background-position:0px 0px;
}
.address h5 span.img2{
background-position:0px -33px;
}
.address h5 span.img3{
background-position:0px -68px;
}
.address h5{
margin:0.5em 0;
color:#fff;
text-transform: none !important;
}

.address h4{
margin:0.5em 0;
color:#fff;
text-transform: none !important;
}
.address h5 a{
text-decoration:none;
text-transform: none !important;
}
.address h5 a:hover{
color:#2083c6;
}
.address p{
margin:0.5em 0;
color:#fff;
font-size:1.1em;
}

/*#ftr{
    background: url(images/fotter-bg.jpg);
}*/


.btn-success {
  color: #fff !important;
  background-color: #f99800 !important;
  border-color: #f99800 !important;
}

.btn-success:hover {
  color: #fff !important;
  background-color: #2083c6!important;
  border-color: #f99800 !important;
}



.indicator { position: absolute; right: 0 !important; }

.pull { display: block; }

.bot {

color: black;
  padding: 0px;
  display: block;
  
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  padding-left: 0;
  position: relative;
}


.bot:hover {

color: #9f0d1b;
  padding: 0px;
  display: block;
  
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  padding-left: 0;
  position: relative;
}








#menu-demo2, #menu-demo2 ul{
padding:0;
margin:0;
list-style:none;
text-align:center;
}
#menu-demo2 li{
display:inline-block;
position:relative;
border-radius:0px 5px 0 0;
}
#menu-demo2 ul li{
display:inherit;
border-radius:0;
}
#menu-demo2 ul li:hover{
border-radius:0;
}
#menu-demo2 ul li{
border-radius:0 0 8px 8px;
}
#menu-demo2 ul{
position:absolute;
z-index: 1000;
max-height:0;
left: 0;
right: -40px;
overflow:hidden;
-moz-transition: .8s all .3s;
-webkit-transition: .8s all .3s;
transition: .8s all .3s;
}
#menu-demo2 li:hover ul{
max-height:15em;
}
/* background des liens menus */
#menu-demo2 li{
background-color: white;
background-image:-webkit-linear-gradient(top, white 0%, white 100%);
background-image:linear-gradient(to bottom, white 0%, white 100%);
}

/* background des liens sous menus */
#menu-demo2 li{
background:white;
}

/* background des liens menus et sous menus au survol */
#menu-demo2 li:hover {
background: white;
}


/* les a href */
#menu-demo2 a{
text-decoration:none;
display:block;
padding:6px 8px;
color: black;
font-family:arial;
}
#menu-demo2 ul a{
padding: 5px 5px 5px 8px;
margin: 0px 0px 0px 0px;
text-align: left !important;
font-size: 15px !important;
}
#menu-demo2 li:hover li a{
color: black;
text-transform:inherit;
}
#menu-demo2 li:hover a, #menu-demo2 li li:hover a{
color:#000;
}


/*=========================================
    Some fun facts
==========================================*/

#facts {
    background-image: url("../img/parallax/city.jpg");
    background-color: rgba(6,32,51,.8);
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.facts .devider:before,
.facts .devider:after {
    color: #737C85;
}

.facts .devider i {
    color: #fff;
}

.parallax-overlay {
    background-color: rgba(6,32,51,.8);
    padding: 70px 0;
}

.counters-item {
  color: #fff;
}

.counters-item i {
  border: 1px solid #737C85;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 120px;
  margin: 0 0 35px;
  padding: 40px 0 0;
  width: 120px;
}

.counters-item strong {
  display: block;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.counters-item p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  text-transform: uppercase;
}


























/*-- projects --*/
.projects{
    background:url(../images/projects-bg.jpg) no-repeat 0px 0px;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    min-height:680px;
    position:relative;
    padding-top: 15em;
}
.cycle{
    text-align:center;
}
.cycle span{
    width:284px;
    height:284px;
    display:inline-block;
    background:url(../images/cycle.png) no-repeat 0px 0px;
}
.people-grid {
    position: absolute;
    left: 57.5%;
    top: 58%;
    text-align: center;
}
.total-project {
    position: absolute;
    top: -46%;
    left: 44%;
    text-align: center;
}
.project-grid p{
    color: #FFF;
    font-size: 1.8em;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
}
.project-grid span{
    width:70px;
    height:70px;
    display:inline-block;
    background:#FFF;
    border-radius:30em;
    -webkit-border-radius:30em;
    -moz-border-radius:30em;
    -o-border-radius:30em;
    -ms-border-radius:30em;
    margin-top:1em;
}
.project-grid:hover span{
    background:#5dbed2;
}
.project-grid span i{
    width:40px;
    height:40px;
    display:inline-block;
    background:url(../images/project-icons.png) no-repeat 0px 0px;
}
.project-grid span i.p-icon{
    margin-top: 0.9em;
    margin-left: 0.6em;
}
.clientsgrid{
    position: absolute;
    left: 36.5%;
    top: 59%;
    text-align: center;
}
.clientsgrid div{
    position: absolute;
    left: -100px;
    top: 52px;
}
.clientsgrid span i.p-icon{
    background-position: -43px 0px;
}
/*--*/
.people-grid div{
    position: absolute;
    left: 25px;
    top: 52px;
}
.people-grid span i.p-icon{
    background-position: -87px 0px;
}
.project-grids{
    position: relative;
}
.catch-on{
    padding:2.5em 0;
}
.catch-on p{
    color:#595959;
    font-size:1.5em;
    text-transform:uppercase;
    margin:0;
    padding:0;
    font-weight:400;
}
.catch-on p  a.catch{
    background:#5dbed2;
    padding:0.7em 1.2em;
    display:inline-block;
    color:#FFF;
    font-size:0.875em;
    border-radius:0.4em;
    -webkit-border-radius:0.4em;
    -moz-border-radius:0.4em;
    -o-border-radius:0.4em;
    text-decoration:none;
    margin-left:1em;
    -webkit-appearance: none;
}
.catch-on p  a.catch:hover{
    background:#595959;
    }








#feature {
  padding: 325px 0 105px 0;
}
#feature .title {
  margin-bottom: 60px;
}
#feature .block .media {
  margin-bottom: 33px;
}
#feature .block .media:last-child {
  margin-bottom: 0;
}
#feature .block .media h4 {
  color: #1b1b1b;
}
#feature .block .media p {
  color: #999999;
}
#feature .block .media > .pull-left {
  padding-right: 20px;
}






























.portfolio-item {
  margin-bottom: 30px;
}
.portfolio-item .portfolio-thumb {
  position: relative;
  overflow: hidden;
}
.portfolio-item .portfolio-thumb img {
  width: 100%;
}
.portfolio-item .portfolio-thumb .portfolio-overlay {
  background-color: transparent !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 15px 52px;
  text-align: center;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.portfolio-item .portfolio-thumb .portfolio-overlay h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid white;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand {
  margin-top: 15px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  background-color: white;
  display: inline-block;
  text-align: center;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand i {
  line-height: 36px;
}
.portfolio-item .portfolio-thumb:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}



.portfolio-item-bis {
  margin-bottom: 30px;
}
.portfolio-item-bis .portfolio-thumb-bis {
  position: relative;
  overflow: hidden;
}
.portfolio-item-bis .portfolio-thumb-bis img {
  width: 60%;
}
.portfolio-item-bis .portfolio-thumb-bis .portfolio-overlay-bis {
  background-color: #ec523f;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 25px;
  text-align: center;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.portfolio-item-bis .portfolio-thumb-bis .portfolio-overlay-bis h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid white;
}
.portfolio-item-bis .portfolio-thumb-bis .portfolio-overlay-bis a.expand {
  margin-top: 15px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  background-color: white;
  display: inline-block;
  text-align: center;
}
.portfolio-item-bis .portfolio-thumb-bis .portfolio-overlay-bis a.expand i {
  line-height: 36px;
}
.portfolio-item-bis .portfolio-thumb-bis:hover .portfolio-overlay-bis {
  opacity: 1;
  visibility: visible;
}

 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}


.carousel-indicators {
position: absolute;
bottom: 40px;
left: 95%;
z-index: 15;
width: 60% !important;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none;
}

.fond-offre{
    border: 1 solid gray; color: white; text-align:justify; 
    background: #fff; 
     margin: 0px 0px; padding: 18px 40px;

}

.fond-crsl{
    border: 1 solid gray; color: white; text-align:justify; 
    background: #288842; margin: 0px 0px; padding: 18px 40px;

}

.fond-crsl-1{
    border: 1 solid gray; color: #fff; text-align:justify; 
    background: gray; margin: 0px 0px; padding: 18px 40px;

}

.fond-crsl-2{
    border: 1 solid gray; color: #fff; text-align:justify; 
    background: blue; margin: 0px 0px; padding: 18px 40px;

}
.fond-crsl-3{
    border: 1 solid red; color: #fff; text-align:justify; 
    background: red; margin: 0px 0px; padding: 18px 40px;

}



.carousel-caption {
    right: 0% !important;
    left: 20% !important;
    padding-bottom: 25px !important;
    background-color: #288842; !important;
}

.col-sm-12 {
    width: 112%;
    margin-left: -38px;
}

.col-sm-6 {
    width: 56%;
    margin-left: -38px;
    margin-top: -15px;
}


/*--work start here--*/
.work{
    padding:4em 0;
}
.work-row{}
.work-column{
    position:relative;
}
.caption{
    display: none;
    position:absolute;
    top:0;
    width:360px;
    height:360px;
    background:#e0001a;
}
.text {
  color: #fff;
  text-align: center;
  padding-top: 5em;
}
.text h3{
     font-size: 1.5em;
     font-weight: 300;
}
.text p{
     font-size: 13px;
     font-weight: 300;
}
.text.big {
     padding-top: 19em;
}
.work-column:hover div.caption{
    display: block;
     transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.capt{
    width:748px;
}
.car{
    height:734px;
}
.work-row1{
    margin-top:1.5em;
}
.cat-row {
    text-align: center;
    margin: 1.5em 0;
}
.cat-row img {
    width: 96%;
    height:351px;
}
.caption.cat{
    width:748px;
    height:351px;
    margin-left:16px;
}
.image-top p {
    text-align: justify;
    padding: 2% 0;
    font-weight: 100;
    font-size: 14px;
}
/*--work ends here--*/
/*--contact style start here--*/











.sixblocs {
    background:url(images/sld/bck.jpg) 0px 0px fixed !important;
}

/* Partners */

.partners{
  position:relative;
  width:100%;
  z-index:10;
  height:550px !important;
  background:url(images/sld/dessin.jpg) 0px 0px fixed;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.partners .opacity{
  position:absolute;
  width:100%;
  height:550px !important;
  background:rgba(79,79,79,0.8);
}

.partners .content{
  position:absolute;
  width:900px;
  height:190px;
  margin:auto;
  top:0;
  bottom:0;
  left:0;
  right:0;
}

.partners h2{
  color:white;
  letter-spacing:1px;
  font-size:32px;
  font-weight:300;
  text-align:center;
}

.partners .logo{
  position:relative;
  width:900px;
  overflow:hidden;
  margin-top:50px;
  text-align:center;
}

.partners .logo img{
  opacity:0.5;
  -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.partners .logo img:hover{
  opacity:1;
}



/* parle */

.parle{
  position:relative;
  width:100%;
  z-index:10;
  height:500px !important;
  background:url(images/sld/z.png) 0px 0px fixed;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.parle .opacity{
  position:absolute;
  width:100%;
  height:500px !important;
  background:rgba(79,79,79,0.7);
}

.parle .content{
  position:absolute;
  width:900px;
  height:190px;
  margin:auto;
  top:0;
  bottom:0;
  left:0;
  right:0;
}

.parle h2{
  color:white;
  letter-spacing:1px;
  font-size:32px;
  font-weight:300;
  text-align:center;
}

.parle .logo{
  position:relative;
  width:900px;
  overflow:hidden;
  margin-top:50px;
  text-align:center;
}

.parle .logo img{
  opacity:0.5;
  -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.parle .logo img:hover{
  opacity:1;
}










/* Start page */

.start-page{
  position:relative;
  width:100%;
  height:100%;
  z-index:10;
  background:url('../img/background/z.png') #c0c0c0 bottom center fixed no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.start-page hr{
  color: white;
  margin-top:30px;
  background-color: white;
  height: 1px;
  width:106px;
  border:0;

}

.start-page .opacity{
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(51,51,51,0.5); /* Standard Off */
}


.start-page .content{
  position:relative;
  width:700px;
  margin:0 auto;
  height:100%;
}

.start-page .content .text{
  position:absolute;
  text-align:center;
  margin:auto;
  top:0; 
  left:0; 
  bottom:0; 
  right:0;
  width:700px;
  height:520px;
}

.start-page .content .text .logo{
  width:123px;
  height:123px;
  margin:0 auto 50px;
  
}


.start-page .content .text .read-more{
  width:183px;
  height:47px;
  margin:100px auto;
  line-height:47px;
  border:1px solid white;
  text-transform:uppercase;
  color:white;
  display:block;
  cursor:pointer;
  font-size:14px;
  letter-spacing:1px;
  background:none;
  -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
}

.start-page .content .text .read-more:hover{
  color:white;
  background: #ada074;
  border:1px solid #ada074;
}

.start-page .content .arrow-down{
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin-left: -10px;
  width: 21px;
  height: 29px;
  background: url(../img/arrow-down.png) no-repeat center center;
  display: block;
  -webkit-animation: bounce-fade 1.2s infinite; /* Safari 4+ */
  -moz-animation:    bounce-fade 1.2s infinite; /* Fx 5+ */
  -o-animation:      bounce-fade 1.2s infinite; /* Opera 12+ */
   animation:        bounce-fade 1.2s infinite; /* IE 10+ */
}


@-webkit-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-moz-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-o-keyframes bounce-fade {
    0%   { opacity: 0; bottom:70px; }
    100% { opacity: 1; bottom: 35px; }
}
@keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}


/* Menu mobile */

.menu-media{
  position:relative;
  width:100%;
  height:90px;
  background:#ada074;
  z-index:1000;
  display:none;
}

.menu-media .menu-content{
  width:280px;
  position:relative;
  margin:0 auto;
}

.menu-media .menu-content .logo {
   color:white;
   font-weight:700;
   font-size:24px;
   width:200px;
   line-height:90px;
   float:left;
   list-style: none;
}

.menu-media .menu-content .icon{
  width:41px;
  height:23px;
  float:right;
  line-height:100px;
}

.menu-click{
  display:none;
}


.menu-click li {
  position:relative;
  width:100%;
  height:70px;
  color:#333333;
  font-size:18px;
  text-align:center;
  line-height:70px;
  z-index:1000;
  border-bottom:1px solid #f2f2f2;
  -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
 }

.menu-click li:hover {
  color:#ada074;
 }




.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left; */
    min-width: 160px;
    padding: 10px 10px;
    margin: 0px 0px 0;
    text-align: left !important;
    
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    /* border: 1px solid rgba(0,0,0,.15); */
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}


.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-align: left !important;
}


.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #ccc !important;
}



.btn-success-bis{
padding: 5px 15px !important;
font-size: 14px !important;
line-height: 2 !important;
color: white !important;
text-decoration: none !important;
background: #575656!important;
border: solid 1px #575656 !important;
text-transform: none !important;
}


.btn-success-bis:hover{
padding: 5px 15px !important;
font-size: 14px !important;
line-height: 2 !important;
color: white!important;
text-decoration: none !important;
background: transparent !important;
border: solid 1px #575656!important;
text-transform: none !important;
}


.btn-success-ter{
padding: 6px 16px !important;
font-size: 14px !important;
line-height: 2 !important;
color: white !important;
text-decoration: none !important;
background: #575656!important;
border: solid 1px #575656 !important;
text-transform: none !important;
}


.btn-success-ter:hover{
padding: 6px 16px !important;
font-size: 14px !important;
line-height: 2 !important;
color: #575656!important;
text-decoration: none !important;
background: white !important;
border: solid 1px #575656!important;
text-transform: none !important;
}



.btn-success-fd{
padding: 5px 15px !important;
font-size: 14px !important;
line-height: 2 !important;
color: white !important;
text-decoration: none !important;
background:  #1072ba!important;
border: solid 1px  #1072ba !important;
text-transform: none !important;
}


.btn-success-fd:hover{
padding: 5px 15px !important;
font-size: 14px !important;
line-height: 2 !important;
color:  #1072ba!important;
text-decoration: none !important;
background: white !important;
border: solid 1px  #1072ba!important;
text-transform: none !important;
}




.modal-dialog {
right: auto;
left: 50%;
width: 600px;
padding: 159px 0px 0px 170px;
margin-right: 200px;
/*padding-bottom: 30px;*/

}


.modal-content {
position: relative;
background-color: #259AA5;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,0.2);
border-radius: 6px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
box-shadow: 0 3px 9px rgba(0,0,0,0.5);
background-clip: padding-box;
}



.carousel-indicators-bis {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators-bis .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #FFF;
}


.carousel-indicators-bis li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}


.form-group {
    margin-bottom: 10px !important;
}




.form-control {
    display: block;
    width: 100% !important;
    height: 34px;
    padding: 20px 15px 25px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



@media only screen and (max-width: 992px) {
  
  .disp {
    display: none !important;


}







