html body{
    overflow-x: hidden;
}

#intro {
    background: url(../images/01.png) 50% 0 fixed;
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
    padding: 50px 0;
}

::selection{
    background: rgb(0,0,0);
    color: white;
}


#home {
    background: url(../images/02.jpg) 50% 0 fixed;
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
    padding: 100px 0;
    color: white;
}

#home h2 {
    color: #f4e4d6;
    border-bottom: solid 2px #e3d0be;
    padding-bottom: 5px;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

nav.top-bar-wrap .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    nav.top-bar-wrap .navbar-collapse {
        max-height: 200px;
    }
}

nav.top-bar-wrap {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
    border-width: 0 0 1px;
    top: 0;
}

@media (min-width: 768px) {
    nav.top-bar-wrap {
        border-radius: 0;
    }
}

.btn-oui {
    text-transform: uppercase;
    line-height: 35px;
    font-size: 25px;
    color: #fff;
   /* border-bottom: solid rgb(0,0,0) 3px;
    border-right: solid rgb(0,0,0) 3px;
    border-left: solid rgb(0,0,0) 3px;*/
    background-color: transparent;
    cursor: default;
}

.btn-oui:hover {
    color: white;
}

.btn-oui:focus {
    color: white;
}

.bg-color {
    color: 	#f0dfd0;
    border: solid 3px #e3d0be;
    padding: 2px;
    border-radius: 5px;
}

.devisorange2{
    background-color: #e67e22;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 998;
    float: right;
    position: fixed;
    right: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    color: white!important;
    margin-top: 130px;
    text-align: right;
    text-decoration: none!important;
}

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

@media (min-width:1280px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.row {
}



.ia-container {
    width: 570px;
    margin: 20px auto;
    overflow: hidden;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08);
    border: 3px solid rgb(0,0,0);
}

.ia-container figure {
    position: absolute;
    top: 0;
    left: 50px;
    /* width of visible piece */
    width: 335px;
    box-shadow: 0 0 0 3px rgb(0,0,0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ia-container > figure {
    position: relative;
    left: 0 !important;
}

.ia-container img {
    display: block;
    width: 100%;
}

.ia-container input {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    /* just cover visible part */
    height: 100%;
    cursor: pointer;
    border: 0;
    padding: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 100;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ia-container input:checked {
    width: 5px;
    left: auto;
    right: 0px;
}

.ia-container input:checked ~ figure {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    left: 335px;
}

.ia-container figcaption {
    width: 100%;
    height: 100%;
    background: rgba(87, 73, 81, 0.1);
    position: absolute;
    top: 0px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.ia-container figcaption span {
    position: absolute;
    top: 40%;
    margin-top: -30px;
    right: 20px;
    left: 20px;
    overflow: hidden;
    text-align: center;
    background: rgba(87, 73, 81, 0.3);
    line-height: 20px;
    font-size: 18px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
    padding: 20px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.ia-container input:checked + figcaption,
.ia-container input:checked:hover + figcaption {
    background: rgba(87, 73, 81, 0);
}

.ia-container input:checked + figcaption span {
    -webkit-transition: all 0.4s ease-in-out 0.5s;
    -moz-transition: all 0.4s ease-in-out 0.5s;
    -o-transition: all 0.4s ease-in-out 0.5s;
    -ms-transition: all 0.4s ease-in-out 0.5s;
    transition: all 0.4s ease-in-out 0.5s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    filter: alpha(opacity=99);
    opacity: 1;
    top: 50%;
}

.ia-container #ia-selector-last:checked + figcaption span {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.ia-container input:hover + figcaption {
    background: rgba(87, 73, 81, 0.03);
}

.ia-container input:checked ~ figure input {
    z-index: 1;
}

@media screen and (max-width: 720px) {
    .ia-container {
        width: 540px;
    }
    .ia-container figure {
        left: 40px;
        width: 260px;
    }
    .ia-container input {
        width: 40px;
    }
    .ia-container input:checked ~ figure {
        left: 260px;
    }
    .ia-container figcaption span {
        font-size: 16px;
    }
}

@media screen and (max-width: 520px) {
    .ia-container {
        width: 320px;
    }
    .ia-container figure {
        left: 20px;
        width: 180px;
    }
    .ia-container input {
        width: 20px;
    }
    .ia-container input:checked ~ figure {
        left: 180px;
    }
    .ia-container figcaption span {
        font-size: 12px;
        letter-spacing: 2px;
        padding: 10px;
        margin-top: -20px;
    }
}

@font-face {
    font-family: 'ecoicon';
    src: url(fonts/ecoicons/ecoicon.eot);
    src: url(fonts/ecoicons/ecoicon.eot?#iefix) format('embedded-opentype'), url(fonts/ecoicons/ecoicon.woff) format('woff'), url(fonts/ecoicons/ecoicon.ttf) format('truetype'), url(fonts/ecoicons/ecoicon.svg#ecoicon) format('svg');
    font-weight: normal;
    font-style: normal;
}

.hi-icon-wrap {
    text-align: center;
    margin: 0 auto;
    padding: 2em 0 3em;
}

.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hi-icon:before {
    font-family: 'ecoicon';
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.hi-icon-effect-4b .hi-icon:hover {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.hi-icon-effect-4b .hi-icon:hover:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}

.cl-effect-21 {
    padding: 10px;
    color: white;
    font-weight: 700;
    text-shadow: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    text-align: center;
    margin-top: 6px;
    font-size: 16pt;
    cursor: default;
}

.cl-effect-21 span {
    font-size: 11pt;
    font-weight: 100;
}

.cl-effect-21::before,
.cl-effect-21::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(0,0,0);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.cl-effect-21::before {
    top: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.cl-effect-21::after {
    bottom: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.cl-effect-21:hover,
.cl-effect-21:focus {
    color: 	#ead8c8;
}

.cl-effect-21 span,
.cl-effect-21 span {
    color: #fff;
}

.cl-effect-21:hover::before,
.cl-effect-21:focus::before,
.cl-effect-21:hover::after,
.cl-effect-21:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

#bgbg {
    background: white;
}

#bgbg ul li {
    text-decoration: none;
    display: inline-block;
}



.main-title {
    margin-top: -150px;
    color: 	#f0dfd0;
    text-align: center;
    /*
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    */
}

.main-title {
    text-transform: uppercase;
    font-family: Londrina Outline, sans-serif;
}

.css-slideshow {
    position: relative;
    max-width: 495px;
    height: 313px;
    margin-bottom: 50px;
    margin-top: 25px;
    padding-left: 15px;
}

.css-slideshow figure {
    margin: 0;
    max-width: 495px;
    height: 300px;
    background: #000;
    position: absolute;
}

.css-slideshow img {
    box-shadow: 0 0 2px #666;
}

.css-slideshow figcaption {
    color: #fff;
    text-align: center;
    display: block;
    background: rgba(0, 0, 0, .3);
    font-size: 24pt;
    opacity: .5;
    padding: 5px;
}

.css-slideshow-attr {
    max-width: 495px;
    text-align: right;
    font-size: .7em;
    font-style: italic;
    margin: 0 auto;
}

.css-slideshow-attr a {
    color: #666;
}

.css-slideshow figure {
    opacity: 0;
}

figure:nth-child(1) {
    animation: xfade 30s 24s infinite;
}

figure:nth-child(2) {
    animation: xfade 30s 18s infinite;
}

figure:nth-child(3) {
    animation: xfade 30s 12s infinite;
}

figure:nth-child(4) {
    animation: xfade 30s 6s infinite;
}

figure:nth-child(5) {
    animation: xfade 30s 0s infinite;
}

@keyframes xfade {
    0% {
        opacity: 1;
    }
    18% {
        opacity: 1;
    }
    20% {
        opacity: 0;
    }
    98% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.css-slideshow figcaption{
    padding-top: 10px;
}

#footer {
    background: #232323;
    padding-top: 20px;
    padding-bottom: 25px;
    text-align: center;
}

.bot{
    font-size: 12pt;
    color: white;
    text-align: center;
    font-weight: bold;
}

.res{
    text-align: left;
}

.rs{
    border-bottom: dotted 2px rgb(0,0,0);
}

.iconrs{
    text-align: left;
    padding-top: 15px;
    font-size: 30pt;
}

.fa-facebook-official{
    margin-right: 50px;
    color: #3765a3;
}

.fa-google-plus-square{
    color: #dc4e41;
}

.trait-title{

}

.ouiouioui {
    margin-top: -132px;
 border-bottom: 2px solid	#ead8c8;
}

.navbar-collapse.collapse.in{
    background-color: black;
}

.popupmap{
    width:50%;
    height:50%;
    background:rgba(255,255,255,0.5);
    border:2px solid #000;
    border-radius:5px;
    overflow-y:scroll;
    padding-top:1%;
    padding-bottom:1%
}

.mapmap{
    cursor: pointer;
}

@media only screen and (min-width: 100px) and (max-width: 767px) {
    .popupmap{
        width: 80%;
        height: 80%;
    }

    .btn-oui{
        font-size: 14px;
    }

    .devisorange2{
        margin-top: 100px;
    }

    .svg-wrapper{
    margin-left: 0px!important;
}

}

.btn-popup{
    margin-top: 15px;
}

.btn-popup a{
    color: white;
}

.btn-popup a:hover{
    color: white;
    text-decoration: none;
}

.fa-times{
    cursor: pointer;
}

.cpville:hover{
}

.cpville2{
    margin-left: 10%;
    color: white;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
}

.cpville2:hover{
    color: #38688a;
}
.dropdown-menu>li>a {
	padding: 3px 5px!important;
}
