/* GLOBAL STYLES
-------------------------------------------------- */

/*
#sommaire{
	text-align: center;
}
*/

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */


@media (min-width: 760px) {
.carousel {
    height: 350px;
    margin: 0 -100px 0 -100px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 1;
    /* Position du texte dans l'image */
    top: 120px;
}

.carousel-inner {
    height: 350px;
}

.carousel-item {
    background-color: #777;
    background: #eee;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.carousel-inner img {
    /* Make the image fully responsive */
    width: 100%;
    height: 100%;
    margin-top: -200px;
    }
  }

  @media (max-width: 760px) {
    .carousel {
        height: 350px;
        margin: 0 -40px 0 -40px;
    }
    
    /* Since positioning the image, we need to help out the caption */
    .carousel-caption {
        z-index: 1;
        /* Position du texte dans l'image */
        top: 10px;
    }
    
    .carousel-inner {
        height: 350px;
    }
    
    .carousel-item {
        background-color: #777;
        background: #eee;
        text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    }
    
    .carousel-inner img {
        /* Make the image fully responsive */
        height: 350px;
        }
  }

/* Center align the text within the three columns below the carousel */

.presentation {
    position: relative;
}

.presentation .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}
.presentation .col-lg-6 {
    margin-bottom: 20px;
    text-align: center;
}

.presentation h2 {
    font-weight: normal;
    position: relative;
}

.presentation .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}

.presentation .col-lg-6 p {
    margin-right: 10px;
    margin-left: 10px;
}
/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* RESPONSIVE CSS
-------------------------------------------------- */

/* Bump up size of carousel content */
.carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
}


/*
 * Start Bootstrap - One Page Wonder (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

.header-image {
    display: block;
    width: 100%;
    text-align: center;
    background: url('http://placehold.it/1900x500') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.headline {
    padding: 120px 0;
}

.headline h1 {
    font-size: 130px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
}

.headline h2 {
    font-size: 77px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
}

.featurette-divider {
    margin: 80px 0;
}

.featurette {
    overflow: hidden;
}

.featurette-image {
    max-width: 500px;
}

.featurette-image.pull-left {
    margin-right: 40px;
}

.featurette-image.pull-right {
    margin-left: 40px;
}

.featurette-heading {
    font-size: 50px;
}


@media (max-width: 1200px) {
    .headline h1 {
        font-size: 140px;
    }

    .headline h2 {
        font-size: 63px;
    }

    .featurette-divider {
        margin: 50px 0;
    }

    .featurette-image.pull-left {
        margin-right: 20px;
    }

    .featurette-image.pull-right {
        margin-left: 20px;
    }

    .featurette-heading {
        font-size: 35px;
    }
}

@media (max-width: 991px) {
    .headline h1 {
        font-size: 105px;
    }

    .headline h2 {
        font-size: 50px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-image {
        max-width: 50%;
    }

    .featurette-image.pull-left {
        margin-right: 10px;
    }

    .featurette-image.pull-right {
        margin-left: 10px;
    }

    .featurette-heading {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .container {
        margin: 0 15px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-heading {
        font-size: 25px;
    }
}

@media (max-width: 668px) {
    .headline h1 {
        font-size: 70px;
    }

    .headline h2 {
        font-size: 32px;
    }

    .featurette-divider {
        margin: 30px 0;
    }
}

@media (max-width: 640px) {
    .headline {
        padding: 75px 0 25px 0;
    }

    .headline h1 {
        font-size: 60px;
    }

    .headline h2 {
        font-size: 30px;
    }
}

@media (max-width: 375px) {
    .featurette-divider {
        margin: 10px 0;
    }

    .featurette-image {
        max-width: 100%;
    }

    .featurette-image.pull-left {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .featurette-image.pull-right {
        margin-bottom: 10px;
        margin-left: 0;
    }
}
