/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;/*pm couleur de la police */
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}/*
.navbar-wrapper .navbar .container {
  width: auto;
}*/


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 300px;/*pm 500*/
  margin-bottom: 0px;/*pm 60*/
  margin-top: 100px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  background: rgba(74, 74, 73, 0.4); /*pm*/
  height:240px; /*pm*/
  color:#ffffff;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 300px;/*pm 500*/
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 300px;/*pm 500*/
}
.navbar-wrapper .navbar .container {
	font-size: 96%;
  }
.carousel-caption p {
   font-size:25px;
  }

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
  text-transform : uppercase; /*pm*/
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 10px 0; /*pm Space out the Bootstrap <hr> more 80 modifié en 10*/
}
.arrondi {
background-color:#E4EFFF;
border:1px solid #9FC6FF;
padding:5px;
/*arrondir les coins en haut à gauche et en bas à droite*/
-moz-border-radius:10px 0;
-webkit-border-radius:10px 0;
border-radius:10px 0;
height:240px;
}
.arrondi2 {
background-color:#E4EFFF;
border:1px solid #9FC6FF;
padding:5px;
/*arrondir les coins en haut à gauche et en bas à droite*/
-moz-border-radius:10px 0;
-webkit-border-radius:10px 0;
border-radius:10px 10px 10px 10px;
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


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

@media (max-width:599px)
{
	.carousel {
		margin-top: 52px;
	}
	.carousel-indicators{top: 280px;}
	.carousel-caption h1 {
		font-size:14px;
	}
	.carousel-caption p {
		font-size:10px;
	}
	.marketing .row .col-lg-3
	{
		margin-bottom:10px
	}
}

@media (min-width:600px) and (max-width:759px)
{
	.carousel {
		margin-top: 50px;
	}
	.carousel-indicators{top: 280px;}
	.carousel-caption h1 {
		font-size:15px;
	}
	.carousel-caption p {
		font-size:12px;
	}
	.marketing .row .col-lg-3 
	{
		margin-bottom:10px
	}
}
/* vue 210% */
@media (min-width:760px) and (max-width:798px)
{
	.carousel {
		margin-top: 52px;
	}
	.navbar-wrapper .navbar .container {
		width:100%;
		font-size: 43%;
	}
	.carousel-caption p {
		font-size:15px;
	}
	.marketing .row .col-lg-3 
	{
		margin-bottom:10px
	}
}
/* vue 200% */
@media (min-width:799px) and (max-width:819px)
{
	.carousel {
		margin-top: 52px;
	}
	.navbar-wrapper .navbar .container {
		width:100%;
		font-size: 45%;
	}
	.carousel-caption p {
		font-size:15px;
	}
	.marketing .row .col-lg-3 
	{
		margin-bottom:10px
	}
}
/* vue 190% */
@media (min-width:820px) and (max-width:860px)
{
	.carousel {
		margin-top: 52px;
	}
	.navbar-wrapper .navbar .container {
		width:100%;
		font-size: 52%;
	}
	.carousel-caption p {
		font-size:15px;
	}
	.marketing .row .col-lg-3 
	{
		margin-bottom:10px
	}
}
/* vue 180% */
@media (min-width:861px) and (max-width:880px)
{
	.carousel {
		margin-top: 52px;
	}
	.navbar-wrapper .navbar .container {
		width:100%;
		font-size: 55%;
	}
	.carousel-caption p {
		font-size:18px;
	}
	.marketing .row .col-lg-3 
	{
		margin-bottom:10px
	}
}
/* vue 170 %*/ 
@media (min-width:881px) and (max-width:950px)
{
	.carousel {
		margin-top: 52px;
	}
	.navbar-wrapper .navbar .container {
		width:100%;
		font-size: 65%;
	}
	.carousel-caption p {
		font-size:18px;
	}
	.marketing .row .col-lg-3 
	{
		margin-bottom:10px
	}
}
/* vue 160 %*/ 
@media (min-width:951px) and (max-width:1050px)
{
	.carousel {
		margin-top: 52px;
	}
	.navbar-wrapper .navbar .container {
		width:100%;
		font-size: 70%;
	}
	.carousel-caption p {
		font-size:18px;
	}
	.marketing .row .col-lg-3 
	{
		margin-bottom:10px
	}
}
/* vue 150 %*/ 
@media (min-width:1050px) and (max-width:1099px)
{
	.carousel {
		margin-top: 52px;
	}
	.navbar-wrapper .navbar .container {
		width:100%;
		font-size: 75%;
	}
	.carousel-caption p {
		font-size:18px;
	}
	.marketing .row .col-lg-3 
	{
		margin-bottom:10px
	}
}
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 0px; /*margin-top: 20px;*/
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0; /*pm padding-left: 0; */
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 0px; /*pm  border-radius: 4px;*/
	/*font-size: 96%;*/
  }

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

  .featurette-heading {
    font-size: 24px/*pmfont-size: 50px;*/
  }
}

  .featurette-heading {
    margin-top: 10px; /*  margin-top: 120px;*/
  }
}
@media (min-width:760px) and (max-width:1100px)
{
	.navbar-wrapper .navbar {
		background-color:red;
	}
	
}
/* vue  140 % */
@media (min-width:1100px) and (max-width:1199px)
{
	.carousel {
		margin-top: 60px;
	}
	.navbar-wrapper .navbar .container {
		width:100%;
		font-size: 86%;
	}
	.carousel-caption p {
		font-size:20px;
	}
	.marketing .row .col-lg-3 
	{
		margin-bottom:10px
	}
}
/* vu 130 % */ 
@media (min-width:1200px) and (max-width:1299px)
{
	.carousel {
		margin-top: 52px;
	}
	.carousel-caption p {
		font-size:18px;
	}
}
/* vue 120 */
@media (min-width:1300px)
{
	.carousel {
		margin-top: 53px;
	}
	.carousel-caption p {
		font-size:20px;
	}
}

