

textarea
{
	resize: vertical;
}

body
{
	color: #000000;
	background: #000000;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	line-height: 20px;
	
}

footer
{
	border-top: 1px solid #AAAAAA;
	color: #AAAAAA;
	height: 40px;
	font-size: 14px;
	line-height: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	
}



div.sectiontitle
{
	font-size: 60px;
	padding: 60px 0px 60px 0px;
}

div#PERSO
{
	margin-top: 100px;
	padding-top: 50px;
	padding-bottom: 100px;
	
	font-size: 18px;
	line-height: 34px;
	
	background: #B3B5B6;
    border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

div#PERSO div.sectiontitle
{	
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.4);*/
	color: #FFFFFF;
}


div#CAREER
{
	padding-top: 50px;
	padding-bottom: 100px;
	
	font-size: 18px;
	line-height: 34px;
	
	background: #B3B5B6;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

div#CAREER div.sectiontitle
{	
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.4);*/
	color: #FFFFFF;
}

div#EDUCATION
{
	padding-top: 50px;
	padding-bottom: 100px;
	
	font-size: 16px;
	line-height: 24px;
	
	background: #B3B5B6;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
div#EDUCATION div.sectiontitle
{
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.4);*/
	color: #FFFFFF;
}

div#SKILL
{
	padding-top: 50px;
	padding-bottom: 100px;
	
	font-size: 16px;
	line-height: 24px;
	
	background: #B3B5B6;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
div#SKILL div.sectiontitle
{
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.8);*/
	color: #FFFFFF;
}

div#MISCELL
{
	padding-top: 50px;
	padding-bottom: 100px;
	
	font-size: 16px;
	line-height: 24px;
	
	
	background: #B3B5B6;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
div#MISCELL div.sectiontitle
{
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.5);*/
	color: #FFFFFF;
}

div#REFERENCES
{
	padding-top: 50px;
	padding-bottom: 100px;
	
	font-size: 16px;
	line-height: 24px;
	
	background: #B3B5B6;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
div#REFERENCES div.sectiontitle
{
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.8);*/
	color: #FFFFFF;
}



div#contactContent
{
	padding-top: 50px;
	padding-bottom: 100px;
	
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	
	-webkit-box-shadow: 0 0 2px black, inset 0 0 20px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.35);
	box-shadow: 0 0 2px black, inset 0 0 20px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.35);
}
div#contactContent div.sectiontitle
{
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	color: #333333;
}

div#bottomContent
{
	border-top: 1px solid #CCCCCC;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #CCCCCC;
	font-size: 13px;
	line-height: 21px;
}

div#footer
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#footer a
{
	color: #CCCCCC;
}
div#footer a:hover
{
	color: #FFFFFF;
}

div#abouttext
{
	color: #000000;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);*/
}
div#techtext
{
	font-size: 20px;
	line-height: 36px;
	color: #000000;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);*/
}
div#teamtext
{
	color: #000000;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);*/
}





    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */
    
     /* Special class on .container surrounding .navbar, used for positioning it into place. */
    .navbar-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10;
      margin-top: 20px;
      margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
      opacity: 0.8;
    }
    .navbar-wrapper .navbar {

    }

    /* Remove border and change up box shadow for more contrast */
    .navbar .navbar-inner {
      border: 0;
      -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
         -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
              box-shadow: 0 2px 10px rgba(0,0,0,.25);
    }

    /* Downsize the brand/project name a bit */
    .navbar .brand {
      padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
      font-size: 40px;
      font-family: 'Lobster', serif;
      /*font-weight: bold;*/
      text-shadow: 0 -1px 0 rgba(0,0,0,.5);
    }

    /* Navbar links: increase padding for taller navbar */
    .navbar .nav > li > a {
      padding: 15px 20px;
    }

    /* Offset the responsive button for proper vertical alignment */
    .navbar .btn-navbar {
      margin-top: 10px;
    }


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

    /* Carousel base class */
    .carousel {
      margin-bottom: 60px;
    }

    .carousel .container {
      position: relative;
      z-index: 9;
    }

    .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 120px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      z-index: 10;
    }

    .carousel .item {
      height: 550px;
      
    }
    
    
    .carousel img {
      position: absolute;
      top: 0;
      left: 0;
      //min-width: 100%;
      //min-height: 100%;
      //height: 550px;
      max-width: 150%;
      //max-height: 200%;
    }

    .carousel-caption {
      background-color: transparent;
      position: static;
      max-width: 550px;
      padding: 0 20px;
      margin-top: 200px;
    }
    
    
     .carousel-caption1 {
    	
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
    	/* decaleg haut , décalge droite , hauteur */
      font-family: 'Lobster', serif;	
      //padding: 5px 10px 60px; /* Increase vertical padding to match navbar links */
      //font-size: 10px;
      //font-weight: bold;
      //text-shadow: 0 -1px 0 rgba(0,0,0,.5);
    }
    
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }
    .carousel-caption .btn {
      margin-top: 10px;
    }




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

    @media (max-width: 979px) {

      .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
      }
      .navbar-inner {
        border-radius: 0;
        margin: -20px 0;
      }

      .carousel .item {
        //height: 500px;
      }
      .carousel img {
        width: auto;
        //height: 500px;
      }

      .featurette {
        height: auto;
        padding: 0;
      }
      .featurette-image.pull-left,
      .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
      }
    }


    @media (max-width: 767px) {

      .navbar-inner {
        margin: -20px;
      }

      .carousel {
        margin-left: -20px;
        margin-right: -20px;
      }
      .carousel .container {

      }
      .carousel .item {
        //height: 300px;
      }
      .carousel img {
        //height: 300px;
      }
      .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 100px;
      }
      .carousel-caption h1 {
        font-size: 30px;
      }
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 18px;
      }

      .marketing .span4 + .span4 {
        margin-top: 40px;
      }

      .featurette-heading {
        font-size: 30px;
      }
      .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
      }

    }

    
   
    

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




div.news
{
	text-align: center;
	height: 100px;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
}

img.border
{
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

div.sectiontitle
{
	font-size: 45px;
	/*text-shadow: 1px 1px 1px rgba(165,215,240,0.8);*/
	padding: 40px 0px 40px 0px;
	color: #FFFFFF;
}

div.sectionsubtitle
{
	font-size: 19px;
	line-height: 28px;
	/*text-shadow: 1px 1px 1px rgba(165,215,240,0.5);
	padding: 40px 0px 15px 0px;*/
		padding-left: 20px;
	color: #FFFFFF;
}

div.sectionsubtitle2
{
	font-size: 19px;
	line-height: 28px;
	/*text-shadow: 1px 1px 1px rgba(165,215,240,0.5);
	padding: 40px 0px 15px 0px;*/
		padding-left: 0px;
	color: #FFFFFF;
}

div.textglobal
{

		padding-left: 20px;
}


div.centered
{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

blockquote
{
	/*background-image: url('../img/quote.png');*/
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-right: 40px;
	border-left: 1px solid #DDDDDD;
}

blockquote.light
{
	margin-left: 5%;
	margin-top: 15px;
	color: #888888;
	font-size: 13px;
	padding-right: 25%;
}

.shadow
{
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,1);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,1);
    box-shadow: 0 0 15px rgba(0,0,0,1);
}

.offshadow
{
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

a, .btn
{
	-moz-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out; 
    -ms-transition: all 300ms ease-out; 
    transition: all 300ms ease-out;
	cursor: pointer;
}

a.scroll
{
	cursor: pointer;
}

div.social
{
	width: 40px;
	height: 40px;
	-moz-transition: all 400ms ease-out;
    -webkit-transition: all 400ms ease-out; 
    -ms-transition: all 400ms ease-out; 
    transition: all 400ms ease-out;
	float: left;
	margin-right: 15px;
	cursor: pointer;
}

#twitIcon
{
	width: 23px;
	height: 17px;
	background-image: url('../img/twitter.png');
}
