/*-- /////////////////////////////////////////////////////////////////////// */
/*--  CSS GLOBAL --*/
/*-- /////////////////////////////////////////////////////////////////////// */

body {
    margin-top: 50px;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #fff;
}
.suppad{
    padding: 0;
}

/*-- /////////////////////////////////////////////////////////////////////// */
/*--  HEADER --*/
/*-- /////////////////////////////////////////////////////////////////////// */
.navbar-default{
    background-color: #414141;
}
.navbar-default .navbar-nav > li > a{
    color: #fff;
}

/*-- /////////////////////////////////////////////////////////////////////// */
/*--  TEXTE --*/
/*-- /////////////////////////////////////////////////////////////////////// */
p{
    color: #535353;
    font-size: 13px;
}
@media screen and (min-width: 768px) {
    p {
    font-size: 17px;
    }
}

h1{
    margin-top: 0px;
    margin-bottom: 0px;
    color: #3a3a3a;
    font-weight:700;
    text-transform: uppercase;
    font-size: 28px;
}
@media screen and (min-width: 768px) {
    h1 {
    font-size: 36px;
    }
}
h2{
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight:700;
    color: #3a3a3a;
    text-transform: uppercase;
}
@media screen and (min-width: 768px) {
    h2 {
    font-size: 31px;
    }
}

h3{
    margin-top: 20px;
    font-size: 19px;
    font-weight:700;
    color: #3a3a3a;
    text-transform: uppercase;
}
@media screen and (min-width: 768px) {
    h3 {
    font-size: 29px;
    }
}
h4{
    font-size: 18px;
    font-weight:700;
    color: #3a3a3a;
}
/*-- /////////////////////////////////////////////////////////////////////// */
/*--  BOUTONS --*/
/*-- /////////////////////////////////////////////////////////////////////// */
.btn{
    margin-top: 10px;
    background-color: #93CC4A;
    border: none;
    font-weight:700;
    color: #fff;
    border-radius: 0;
}
.btn:hover{
    background-color: #729f3a;
    border: none;
    color: #fff;
}

/*-- /////////////////////////////////////////////////////////////////////// */
/*--  VISITEUR.CSS ACCUEIL --*/
/*-- /////////////////////////////////////////////////////////////////////// */
/*-- SLIDE TEXTE --*/
/*-- /////////////////////////////////////////////////////////////////////// */
#slide_texte .carousel-caption {
    background-color: #fff;
    position: absolute;
    padding: 25px;
    text-align: left;
    text-shadow: none;
    opacity: 0.94;
}
@media screen and (min-width: 768px) {
    #slide_texte .carousel-caption {
    left: 15%;
    right: 45%;
    top : 80px;
    bottom:auto;
    }
}
#slide_texte .carousel-caption h3{
    margin-top: 0;
    margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
    #slide_texte .carousel-caption h3{
    font-size: 24px;
    }
}
#slide_texte .carousel-caption p{
    font-size: 17px;
}
@media screen and (min-width: 768px) {
    #slide_texte .carousel-caption p{
    font-size: 20px;
    }
}

#slide_texte .carousel-caption img{
    height: 55px;
    padding-right: 10px;
}
#slide_texte a span:hover{
    cursor: pointer;
}

#slide_texte #bg1{
    height: 500px;
    background: transparent url("../img/slide/accueil-xs.jpg") center center;
    background-size: cover;
}
@media screen and (min-width: 768px) {
    #slide_texte #bg1{
        height: 500px;
    background: transparent url("../img/slide/accueil-sm.jpg") repeat scroll left;
    background-size: cover;
    }
}
@media screen and (min-width: 992px) {
    #slide_texte #bg1{
    background: transparent url("../img/slide/accueil-md.jpg") repeat scroll left;
    background-size: cover;
    }
}
@media screen and (min-width: 1200px) {
    #slide_texte #bg1{
    background: transparent url("../img/slide/accueil-lg.jpg") repeat scroll center center;
    background-size: cover;
    }
}

#slide_texte #bg2{
    height: 500px;
    background: transparent url("../img/slide/lumineux-xs.jpg") right;
    background-size: cover;
}
@media screen and (min-width: 768px) {
    #slide_texte #bg2{
    background: transparent url("../img/slide/lumineux-sm.jpg") left;
    background-size: cover;
    }
}
@media screen and (min-width: 992px) {
    #slide_texte #bg2{
    background: transparent url("../img/slide/lumineux-md.jpg") left;
    background-size: cover;
    }
}
@media screen and (min-width: 1200px) {
    #slide_texte #bg2{
    background: transparent url("../img/slide/lumineux-lg.jpg") left;
    background-size: cover;
    }
}

#slide_texte #bg3{
    height: 500px;
    background: transparent url("../img/slide/pratique-xs.jpg") left;
    background-size: cover;
}
@media screen and (min-width: 768px) {
    #slide_texte #bg3{
    background: transparent url("../img/slide/pratique-sm.jpg") left;
    background-size: cover;
    }
}
@media screen and (min-width: 992px) {
    #slide_texte #bg3{
    background: transparent url("../img/slide/pratique-md.jpg") left;
    background-size: cover;
    }
}
@media screen and (min-width: 1200px) {
    #slide_texte #bg3{
    background: transparent url("../img/slide/pratique-lg.jpg") left;
    background-size: cover;
    }
}

#slide_texte #bg4{
    height: 500px;
    background: transparent url("../img/slide/charges-xs.jpg") center center;
    background-size: cover;
}
@media screen and (min-width: 768px) {
    #slide_texte #bg4{
    background: transparent url("../img/slide/charges-sm.jpg") repeat scroll center;
    background-size: cover;
    }
}
@media screen and (min-width: 992px) {
    #slide_texte #bg4{
    background: transparent url("../img/slide/charges-md.jpg") repeat scroll center;
    background-size: cover;
    }
}
@media screen and (min-width: 1200px) {
    #slide_texte #bg4{
    background: transparent url("../img/slide/charges-lg.jpg") repeat scroll right;
    background-size: cover;
    }
}

/*-- /////////////////////////////////////////////////////////////////////// */
/* ----- PRESENTATION SOUS JUMBOTRON ----------*/
/*-- /////////////////////////////////////////////////////////////////////// */
div#presentation{
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px dotted #535353;
}
div#presentation p{
    text-align: center;
    font-size: 15px;
}
@media screen and (min-width: 768px) {
    div#presentation p{
    font-size: 18px;
    }
}

/*-- /////////////////////////////////////////////////////////////////////// */
/* ----- APPARTEMENT ----------*/
/*-- /////////////////////////////////////////////////////////////////////// */
div#appartements{
    padding-top: 65px;
    margin-bottom: 20px;
    }
div#appartements h2{
    margin-bottom: 40px;
    }
div#appartements .thumbnail{
    background-color: #e8e8e8;
    padding: 15px;
    border: none;
    border-radius: 0;
}
div#appartements .off{
    opacity: 0.55;
}
div#appartements .thumbnail .btn-default{
    margin-top: 20px;
}


/*-- /////////////////////////////////////////////////////////////////////// */
/*--  BOX --*/
/*-- /////////////////////////////////////////////////////////////////////// */
.box{
    border:0px solid #000;
    float: left;
    padding: 8px;
    margin: 4px;
}
.box p{
    margin: 0px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
/*-- /////////////////////////////////////////////////////////////////////// */
/*--  BOUTONS --*/
/*-- /////////////////////////////////////////////////////////////////////// */
#appartements .btn{
    border: none;
    font-weight:700;
    background-color: #455A64;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
}
#appartements .btn:hover{
    border: none;
    background-color: #969696;
    color: #fff;
}

/*-- /////////////////////////////////////////////////////////////////////// */
/*--  COULEURS --*/
/*-- /////////////////////////////////////////////////////////////////////// */
/*--- VERT2 ---*/
.vert2{
      background-color: #4caf50;
}
.vert2 p{
      color: #fff;
}

.rouge{
      background-color: #e74c3c;
}
.rouge p{
      color: #fff;
}

.grisc{
      background-color: #fafafa;
}
.grisc p{
      color: #2c3e50;
}

.bleu{
      background-color: #3498db;
}
.bleu p{
      color: #fff;
}

.blanc{
      background-color: #fff;
}
.orange{
      background-color: #E65100;
}

/* -------------------------------------------*/
/* ----- DETAIL DESCRIPTION ------------------*/
/* -------------------------------------------*/
div#descriptif{
    border-top: 1px dotted #535353;
    padding-top: 65px;
    padding-bottom: 70px;
    text-align: left;
}
@media screen and (min-width: 768px) {
    div#descriptif {
    padding-top: 45px;
    border-top: 0px;
    }
}
/* -------------------------------------------*/
/* ----- PHOTOS ------------------------------*/
/* -------------------------------------------*/
div#galeriephotos{
    margin-top: 60px;
    margin-bottom: 60px;
}
@media screen and (min-width: 767px){
    div#galeriephotos{
    max-height: 380px;
    text-align: left;
    }
}
div#galeriephotos #texte{
text-align: center;
}
@media screen and (min-width: 767px){
    div#galeriephotos #texte{
    text-align: right;
    }
}
div#galeriephotos img{
     max-height: 370px;
}

/*-- /////////////////////////////////////////////////////////////////////// */
/*--  CONTACT --*/
/*-- /////////////////////////////////////////////////////////////////////// */
div#contact{
    background-color: #fff;
    margin-top: 30px;
    padding-top: 20px;

}

/*-- /////////////////////////////////////////////////////////////////////// */
/*--  FOOTER --*/
/*-- /////////////////////////////////////////////////////////////////////// */
div#footer{
    background-color: #414141;
    padding-top: 40px;
    color: #fff;
    text-align: center;
}
div#footer p{
    text-decoration: none;
    color: #fff;
}

/*-- /////////////////////////////////////////////////////////////////////// */
/*--  FOOTER et CREDRIT */
/*-- /////////////////////////////////////////////////////////////////////// */
div#footer{
    background-color: #212121;
    padding-top: 70px;
    padding-bottom: 20px;
}
div#footer h2{
    color: #e0e0e0;
    font-weight: 700;
}
div#footer p{
    color: #e0e0e0;
    font-size: 16px;
    font-weight: 200;
    padding-top: 30px;
}
@media screen and (min-width: 768px) {
    div#footer p{
    font-size: 18px;
    }
}
div#footer button{
    font-family: 'Lato', sans-serif;
    border-radius: 0px;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 300;
    border:1px solid #e0e0e0;
    color: #e0e0e0;
    margin-top: 10px;
    padding: 5px 18px 5px 18px;
}
div#footer button:hover{
    background-color: #e0e0e0;
    color: #333;
    font-weight: 400;
}
/* ---------- liens ------- */
div#footer div#liens_footer ul{
    margin: auto;
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 0px;
    display: table;
}
div#footer div#liens_footer ul li {
    font-family: "Raleway",sans-serif;
    font-size: 13px;
    margin: 0px 10px 0px 10px;
    list-style: none;
    margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
div#footer div#liens_footer ul li {
    float: left;
    margin-bottom: 0;
    }
}
div#footer div#liens_footer ul li a{
    transition: all 0.20s;
    color: #747474;
}
div#footer div#liens_footer ul li a:hover{
    color: #fff;
    text-decoration: none;
}
/* ---------- credit ------- */
div#credit{
    background-color: #191919;
    padding-top: 10px;
    padding-bottom: 5px;
}
div#credit span{

    float: left;
    font-size: 10px;
    color: #747474;
}
div#credit span a{
    text-decoration: none;
     color: #747474;
      transition: all 0.15s;
}
div#credit a:hover{
    color: #cbcbcb;
    text-decoration: none;
}

/* //////////////////////////////////////////////////////////////////////// */
.grecaptcha-badge {
    display: none !important;
}
