/* Homme CSS */


/* body */

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

body>.container-fluid {
    padding: 60px 15px 0;
}


/* main */

#main {
    height: 100vh !important;
}

.wrapper{
   background: url(/template/montmoreau_rwd/images/home/bg.png) ;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    min-width: 100%;
}
/* footer */

.footer {
    bottom: 0;
    width: 100%;
    height: 60px;
}


/* carousel */

#carousel-default {
    margin-top: 2em
}

.carousel-contour{
    max-width: 100%;
    width: 100%;
    position: absolute;
    background-color: transparent;   
    bottom: 0;
}

.contour-content{
   float: right;
}

.contour-content>img{
    width: 500px;
   
}

.carousel-caption {
    max-width: 100%;
    width:100%;
    left: 0;
    background-color: rgba(3, 3, 3, 0.589);   
    position: absolute;
    bottom: 0;
}
.carousel_legend {
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
   
}

/* entry points */

.entry-point {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;

    color: #676767
}

.entry-point-content>a{
    color: #676767 !important;
}

.entry-point label {
    margin-top: 5px;
    font-size: 1.4em;
    margin-top: 2px
}

.entry-point-txt {
    height: 50px;
    position:absolute;
    left: 130px;
    top: 0px;
    background: #fff;
    padding-left: 10px;
    padding-right: 25px;
}
.entry-point-txt>p {
    padding-left: 10px;
    margin: -12px;
}
.entry-point-txt2 {
    height: 75px;
    position:absolute;
    left: 130px;
    top: 0px;
    background: #fff;
    padding-left: 10px;
    padding-right: 25px;
}
.entry-point-txt2>p {
    padding-left: 10px;
    margin: -12px;
}
.dot {
    display: inline-block;
    border-radius: 50%;
    width: 50%;
    background-color: #fff;
    height: 7px;
    width: 7px;
    margin: 0 1px;
    
}
.dot-point-1{
    background-color: #fedf40;
}
.arrow-point-1{
    top: 4px;
    color: #fedf40;
}

.dot-point-2{
    background-color: #460c57;
}
.arrow-point-2{
    top: 4px;
    color: #460c57;
}

.dot-point-3{
    background-color: #1f8ca7;
}
.arrow-point-3{
    top: 4px;
    color: #1f8ca7;
}

.dot-point-4{
    background-color: #008f57;
}
.arrow-point-4{
    top: 4px;
    color: #008f57;
}

.entry-point-title {
    background: #fff;
}


/**** block news *****/
#carousel-news{
    width: 100%;
    padding: 30px;
}

#carousel-news .carousel-inner{
    max-height: 28.5em;
}
.news-block{
    width: 250px;
    float: left;
    display: block;
    margin-right: 20px;
    background: #fff;
    border-radius: 6px;
    min-height: 28.5em;
    position: relative;
    margin-bottom: 1.5em;
}


.news-line{
    background-color: #460c57;
    height: 5px;   
}
.news-desc{
    margin: 10px;
}
.news-link{
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-left: 60px;
}
.empty-image{
    display: block;
    width: 100%;
    height: 188px;
}

#carousel-news .active > div { display:none; }
#carousel-news .active > div:first-child { display:block; }
#carousel-news > a {
    margin-right: 150px;
}

.carousel-control.left, .carousel-control.right { 
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
}
.carousel-control.left>a{
    left: 0px;
}

#carousel-news .carousel-inner{
    margin: auto;
    width: 100%
}

#carousel-news .carousel-control .glyphicon-chevron-left, #carousel-news  .carousel-control .icon-prev{
    margin-left: -90px;
}
#carousel-news .carousel-control .glyphicon-chevron-right, #carousel-news .carousel-control .icon-next{
    margin-right: -80px;
}

#carousel-news .active > div { display:none; }
#carousel-news .active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
    #carousel-news .active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
    #carousel-news .active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
    #carousel-news .active > div:first-child + div { display:block; }
    #carousel-news .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
    #carousel-news .active > div:first-child + div { display:block; }
    #carousel-news .active > div:first-child + div + div { display:block; }
    #carousel-news .active > div:first-child + div + div + div { display:block; }
}

#MenuWrapper{
   color: #136172;
}