/* GLOBAL STYLES

COLOR
black #333
white #EEE
Yellow #F7CA18
Yellow hover #F4D03F


-------------------------------------------------- */

body {
  color: #333;;
}


/* NAVBAR
-------------------------------------------------- */

.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;
}

.navbar{
  width: 100%;
  bottom: 0;
  position: absolute;
  margin-bottom: 0;

  
}

.navbar-nav{
  width: 100%;
}
.navbar-nav li{
  width: 25%;
}
.navbar-inverse .navbar-nav > li > a {
  font-weight: bold;
  color: #FFF;
  background-color: #000;
}

.navbar-nav > li > a {
}
/* CUSTOMIZE THE CAROUSEL -------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 100%;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  min-height: 300px;
  background-color: #FFF;
  opacity: 0.7;
  bottom: 30%;
  margin: auto;
  width: 50%;
  top: 25%;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 100%;
  background-color: #777;
}
.carousel-inner > .item > img {
  max-height: 600px;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.container-fluid{
  margin: 0;
}

.firt-news{
  color: #000;
}
.firt-news .tel{
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: bold;
  margin-top: 10px;
}
.firt-news .name{
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-top: 10px;
}
.firt-news .trait{
  border: 1px solid;
  margin: -5px auto auto;
  width: 64%;
}
.firt-news .fonc{
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: -1px;
}


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

.marketing .col-lg-4 {
  text-align: center;
  padding-bottom: 30px;
}
.marketing h2 {
  font-weight: bold;
  margin-bottom: 40px;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */
.marketing{
  background-color: #F7CA18;
}
#services{
  
}

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

.acti{
}

.bg_hide{
  background-color: #eee;
}
.bg_active{
  background-color: #f7ca18;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  background-color: #F7CA18;
}

#services h2{
    color: #333;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    margin: 40px 40px 30px;
    height: 60px;
}
.btn-default-a{
    border-color: #f7ca18;
    color: #333;
    font-size: 150%;
    font-weight: bold;
    background-color: #F7CA18;
}
.tab-content .active{
}
.tab-content{
  margin-bottom: 60px;
  margin-top: 30px;
}

/* NEWSLETTER
-------------------------------------------------- */
.newsletter{
  background-color: #333;
}
.title-newsletter{
    color: #eee;
    font-size: 45px;
    font-weight: bold;
    line-height: 40px;
    margin: 80px auto 25px;
    min-height: 40px;
    text-align: center;
}
.div-news{
  width: 40%;
  margin: auto auto 80px;
  height: 50px;
}

.input-newsletter{
  width: 70%;
  height: 100%;
  color: #EEE;
}

.btn-default, .btn-default:hover, .btn-default:active, .btn-default:focus, .open {
  background-color: #F7CA18;
  border-color: #F7CA18;
  color: #333;
  font-size: 150%;
  font-weight: bold;
}

.form-control{
  background-color: #666;
  border: 1px solid #666;
  border-radius: 0px;
}
.form-control:focus{
  border-color: #F7CA18;
}
.input-group .form-control {
  width: 70%;
   /*margin: auto 40%;*/
  border-radius: 0;
  border-radius: 0;
  height: 45px;
}
.button-newsletter{
   width: 30%;
  border-radius: 0;
  border-radius: 0;
  float: right;
  height: 45px;
  background-color: #f7ca18;
    border-color: #f7ca18;
    border-radius: 0;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    border: none;
}

.error,.ok,.loading{
	position:absolute;
	left:0px;
	top:0px;
	text-align:center;
	font-size:22px;
	display:none;
}

.ok .text{
	margin-top:100px;
	display:block;
	width:100%;
}

.error .text{
	margin-top:100px;
	display:block;
	width:100%;
}


/* PHOTO & STATUT
-------------------------------------------------- */
.photostatut{
  background-color: #EEE;
}
.photo{
  margin: 0;
  padding: 0;
}
.photo-img{
  width: 100%;
}
.statut{
  margin: 0;
  padding: 0;
}
.statut h2 {
  margin: 25px auto;
  text-align: center;
  font-size: 35px;
}
.statut p {
  font-size: 17px;
  margin: auto 50px 50px;
  text-align: center;
}


/* CONTACT
-------------------------------------------------- */
.form-contact{
  margin: auto;
  margin-bottom: 60px;
}
.div-contact{
  margin: auto;
}
.div-contact input{
  height: 50px;
}

.div-contact textarea{
  height: 150px;
  color: #EEE;
}
.boutton-contact{
  border-radius: 0;
  margin-top: 10px;
  background-color: #F7CA18;
  border-color: #F7CA18;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  
}
.alertWarning ,.alertWarningN{
  color: #D64541;
}
.alertCool, .alertCoolN{
  color: #F7CA18;
}



/* CONTACT
-------------------------------------------------- */
.sectionArticles{
	background-color: #F7CA18;
	padding-bottom: 60px;
}
.title-articles{
	color: #333;
}

.button.read{
	width:100%;
	height:50px;
	position:absolute;
	bottom:0px;
	left:0px;
	text-align:center;
	cursor:pointer;
	background-color: #F4D03F;
	border-bottom:1px black dotted;
  display: none;
}

.sectionArticles .description{
  height: 200px;
}

.sectionArticles .description p{
  text-align: justify;
}

.button.read p{
	font-size: 25px;
    line-height: 55px;
    text-align: center;
    text-indent: 0;
}

.button.read:hover{
	background-image:none;
	background-color: #F7CA18;
}




/* FOOTER
-------------------------------------------------- */
.footer{
  background-color: #333;
  color: #F7CA18;
  text-align: center;
}

.footer-name{
  margin-top: 60px;
  font-weight: bold;
  font-size: 45px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.footer-cv{
  font-size: 24px;
}
.footer-date{
  font-size: 24px;
  margin-bottom: 80px;
}


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

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

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

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

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

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
