/* Theme Name:Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License:Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description:Main CSS file of the template */

/* Typography
----------------------------------------------------------------------------- */
body {
	font-family: 'trebuchet', sans-serif;
}
.site-name {
	font-family: 'trebuchet', sans-serif;
}
@viewport { 
    width: device-width; 
    zoom: 1; 
}



html,
body {
	min-height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-size: 18px;
	line-height: 1.50;
	color: #333333;
	background-color: #ffffff;
	position: relative;
}
p {
	text-align: justify;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #f6ba02;
	font-weight: 700;
}
h1 {
	font-size: 38px;
	margin-bottom: 20px;
}
h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
	
	
}
a {
	color: #f6ba02;
}
a:hover {
	color: #f6ba02;
}
a:focus,
a:active {
	outline: none;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
	text-align: center;
}
blockquote {
	border-left: none;
	padding-left: 0;
	padding-right: 0;
}
section {
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

.actualite {
	border: 1px solid #cccccc;
	padding: 3%;
	margin-bottom: 3%;
	font-size: 15px;
}
.container-fluid {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px 0;
  margin-top: 0px 0 0;
  font-size: 14px;
  text-align: center;
  list-style: none;
  opacity:1;
  background-color: #333333;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: auto;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px auto;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #ffffff;
  white-space: nowrap;
  vertical-align: middle;
  text-align: left;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #f6ba02;
  text-decoration: none;
  background-color: #000000;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: auto;
  padding-right: auto;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}



.flotte {
	float: right;
}
.fond {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 4%;
}
.footer-content {
	font-size: 18px;
}
.imageflottante {
	float: left;
	margin-right: 2%;
}
.large {
	font-size: 18px;
}
.list-unstyled li {
	padding: 5px 0;
}
.list-horizontal {
	padding: 15px 0;
}
.list-horizontal-item img {
	display: block;
	margin: 0 auto;
}
.list-icons {
	padding: 0;
	margin: 20px 0;
	list-style: none;
	font-size: 18px;
}
.list-icons li {
	padding: 0 0 15px 0;
}
.rubrique {
	display: block;
	padding: 3%;
	margin-bottom: 3%;
	font-size: 20px;
	text-align: center;
	color: #333333;
	background: #f6ba02;
	
}
.sectionbody {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	}





.separation {
	height: 50px;
	
}
.text-colored {
	color: #f6ba02;
}
.text-right {
	text-align: right;
}
.title {
	margin-top: 0;
}

#accroche1, #accroche2, #accroche3 {
	display: block;
	width: 86%;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
	font-size: 1.7em;
	background-color: #ffffff;
	height: 2.5em;
	padding-top: 0.5em;
	box-shadow: 8px 8px 12px #aaa;
}
#actu1, #actu2 {
	display: block;
	border: 1px solid #000000;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
}
#actu3 {
	display: block;
	border: 1px solid #000000;
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
}

#bandeausite1, #bandeausite2, #bandeausite3 {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#creation {
	text-align: center;
	margin-right: 1%;
	margin-left: 1%;
}
#da, 
#df, 
#dc {
	width:30px;
	text-align: center;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: bottom;
	display: inline-block;
}

#footer {
	display: block;
	font-size: 14px;
}
#livre1, #livre2, #livre3 {
	display: block;
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	margin-top: 1%;
}
#mentionslegales {
	background: none;
	border: none;
	text-decoration: underline;
	text-transform: lowercase;
	font-size: 14px;
}
#organigramme {
	display: block;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding-right: 1%;
	padding-left: 1%;
}
#page1, #page2, #page3, #page4, #page5 {
	color: black;
}	
#video {
	display: block;
	border: 1px solid #000000;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
}


/* fade slider
----------------------------------------------------------------------------- */

	
.slides {
	display: block;
	right: 1.4%;
	top: 10%;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 750px;
	margin-right: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	background-position:center center;
	text-align:center;
}

.slides ul {
	list-style: none;
	display: block;
	margin-bottom: 0px;
}
	
#banner01,
#banner02,
#banner03,
#banner04 {
	
	display: block;
	position: relative;
	width: 100%;
	padding-top: 40px;
	height: 100%;
	text-align: center;
	margin-bottom: 0px;
	background-position:center center;
}


	 
.banner2 {
	display: block;
	margin-left: 5%;
	top: 50%;
	font-size: 3.1em;
	height: auto;
	margin-bottom: 0px;
}

.banner3 {
	display: block;
	margin-left: 25%;
	top: 50%;
	font-size: 3.1em;
	height: auto;
	margin-bottom: 0px;
}

.banner4 {
	display: block;
	margin-left: 55%;
	top: 60%;
	font-size: 3.1em;
	height: auto;
	margin-bottom: 0px;
}		
	 
	/* keyframes #anim_slides */
	@-webkit-keyframes anim_slides {
	    0% {
	        opacity:0;
	    }
	    6% {
	        opacity:1;
	    }
	    24% {
	        opacity:1;
	    }
	    30% {
	        opacity:0;
	    }
	    100% {
	        opacity:0;
	    }
	}
	@-moz-keyframes anim_slides {
	    0% {
	        opacity:0;
	    }
	    6% {
	        opacity:1;
	    }
	    24% {
	        opacity:1;
	    }
	    30% {
	        opacity:0;
	    }
	    100% {
	        opacity:0;
	    }
	}
	 
.slides ul li {
	    opacity:0;
	    position:absolute;
	    	 
	    /* css3 animation */
	    -webkit-animation-name: anim_slides;
	    -webkit-animation-duration: 16.0s;
	    -webkit-animation-timing-function: linear;
	    -webkit-animation-iteration-count: infinite;
	    -webkit-animation-direction: normal;
	    -webkit-animation-delay: 0;
	    -webkit-animation-play-state: running;
	    -webkit-animation-fill-mode: forwards;
	 
	    -moz-animation-name: anim_slides;
	    -moz-animation-duration: 16.0s;
	    -moz-animation-timing-function: linear;
	    -moz-animation-iteration-count: infinite;
	    -moz-animation-direction: normal;
	    -moz-animation-delay: 0;
	    -moz-animation-play-state: running;
	    -moz-animation-fill-mode: forwards;
	}
	 
/* css3 delays */
	.slides ul  li:nth-child(2), .slides ul  li:nth-child(2) div {
	    -webkit-animation-delay: 4.0s;
	    -moz-animation-delay: 4.0s;
	}
	.slides ul  li:nth-child(3), .slides ul  li:nth-child(3) div {
	    -webkit-animation-delay: 8.0s;
	    -moz-animation-delay: 8.0s;
	}
	.slides ul  li:nth-child(4), .slides ul  li:nth-child(4) div {
	    -webkit-animation-delay: 12.0s;
	    -moz-animation-delay: 12.0s;
	}
	.slides ul li img {
	    display:block;
	}
	 
	/* keyframes #anim_titles */
	@-webkit-keyframes anim_titles {
	    0% {
	        
	        opacity:0;
	    }
	    5% {
	        
	        opacity:1;
	    }
	    20% {
	        
	        opacity:1;
	    }
	    25% {
	        
	        opacity:0;
	    }
	    100% {
	        
	        opacity:0;
	    }
	}
	@-moz-keyframes anim_titles {
	    0% {
	        
	        opacity:0;
	    }
	    5% {
	        
	        opacity:1;
	    }
	    20% {
	        
	        opacity:1;
	    }
	    25% {
	        
	        opacity:0;
	    }
	    100% {
	       
	        opacity:0;
	    }
	}
	 
	.slides ul li div {
	    background-color: none;
	    color:#FFFFFF;
	    position: absolute;
	    display: block;
	    
	    
	 
	    /* css3 animation */
	    -webkit-animation-name: anim_titles;
	    -webkit-animation-duration: 16.0s;
	    -webkit-animation-timing-function: linear;
	    -webkit-animation-iteration-count: infinite;
	    -webkit-animation-direction: normal;
	    -webkit-animation-delay: 0;
	    -webkit-animation-play-state: running;
	    -webkit-animation-fill-mode: forwards;
	 
	    -moz-animation-name: anim_titles;
	    -moz-animation-duration: 16.0s;
	    -moz-animation-timing-function: linear;
	    -moz-animation-iteration-count: infinite;
	    -moz-animation-direction: normal;
	    -moz-animation-delay: 0;
	    -moz-animation-play-state: running;
	    -moz-animation-fill-mode: forwards;
}


/* Layout
----------------------------------------------------------------------------- */
.header {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.10);
	padding: 10px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.banner {
	width: 100%;
	height: auto;
	
	position: relative;
	text-align: center;
	color: #fff;
}
.banner-image {
	vertical-align: middle;
	min-height: 100%;
	width: 100%;
}
.banner:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.01);
	content: "";
}
.banner-caption {
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 2;
}
.subfooter {
	background-color: #000000;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 10px 0;
	color: #ffffff;
}



/* Backgrounds
----------------------------------------------------------------------------- */
.default-bg {
	background-color: #222222;
	color: #f6ba02;
}
.default-bg.blue {
	background-color: #000000;
	
}
.translucent-bg {
	color: #333;
}
.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6,
.translucent-bg h1,
.translucent-bg h2,
.translucent-bg h3,
.translucent-bg h4,
.translucent-bg h5,
.translucent-bg h6 {
	color: #f6ba02;
}
.default-bg blockquote footer,
.translucent-bg blockquote footer {
	color: #f6ba02;
}
.default-bg a,
.translucent-bg a {
	color: #f6ba02;
	text-decoration: underline;
}
.default-bg a:hover,
.translucent-bg a:hover {
	text-decoration: none;
}
.translucent-bg {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
}
.translucent-bg .translucent-bg {
	margin-top: 80px;
	z-index: 3;
}
.translucent-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}
.translucent-bg.blue:after {
	background-color: rgba(255, 255, 255, 0.85);
}
.translucent-bg .container {
	z-index: 3;
	position: relative;
}
.bgimage1 {
	background: url("../images/bgimage1.jpg") 50% 0px no-repeat;
	-webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
	background-position:center center;
	
	
}
.bg-image-2 {
	background: url("../images/bg-image-2.jpg") 50% 0px no-repeat;
}

/* Misc
----------------------------------------------------------------------------- */
.object-non-visible {
	opacity: 0;
	filter: alpha(opacity=0);
}
.object-visible,
.touch .object-non-visible {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
	.object-visible,
	.touch .object-non-visible {
		-webkit-transition: opacity 0.6s ease-in-out;
		-moz-transition: opacity 0.6s ease-in-out;
		-o-transition: opacity 0.6s ease-in-out;
		-ms-transition: opacity 0.6s ease-in-out;
		transition: opacity 0.6s ease-in-out;
	}
}
.space {
	padding: 20px 0;
}
.space1 {
	padding: 0px 0;
}
.pr-10 {
	padding-right: 10px;
}
.pl-10 {
	padding-left: 10px;
}
.pb-clear {
	padding-bottom: 0;
}

/* Sections
----------------------------------------------------------------------------- */
.banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption h4,
.banner-caption h5,
.banner-caption h6 {
	color: #f6ba02;
}
.banner-caption h1 {
	font-size: 60px;
}
.subfooter p {
	margin-bottom: 0;
}

/* Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
.btn {
	padding: 8px 15px;
	font-size: 14px;
	line-height: 1.42857143;
	min-width: 160px;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-default {
	color: #f6ba02;
	border: 1px solid #cccccc;
}
.btn-default:hover {
	color: #ffffff;
	background-color: #f6ba02;
	border-color: #f6ba02;
}

/* Collapse
---------------------------------- */
.panel-group .panel {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.panel-default > .panel-heading {
	padding: 0;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 1px solid #f0f0f0;
	border-top: none;
	background-color: #fafafa;
	color: inherit;
	font-size: 14px;
}
.panel-heading a {
	font-weight: 400;
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	background-color: #f6ba02;
	color: #ffffff;
	position: relative;
	text-decoration: none;
}
.panel-heading a.collapsed {
	color: #ffffff;
	background-color: #333333;
}
.panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f147";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}
.panel-heading a.collapsed:after {
	content: "\f196";
}
.panel-heading a:hover {
	text-decoration: none;
	background-color: #f6ba02;
	color: #ffffff;
}
.panel-title a i {
	padding-right: 10px;
	font-size: 20px;
}

/* Pills
---------------------------------- */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover {
	background-color: #f6ba02;
	border-color: #f6ba02;
	color: #ffffff;
}
.nav-pills > li > a {
	border-radius: 0;
	padding: 8px 20px;
	border: 1px solid #cacaca;
	color: #666666;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
}

/* Forms
---------------------------------- */
.form-control {
	height: 45px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.form-control-feedback {
	color: #cccccc;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 15px;
}
textarea {
	resize: vertical;
}

/* Modals
---------------------------------- */
.modal-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.modal-header {
	background-color: #f6ba02;
	color: #ffffff;
}
.modal-header h4 {
	color: #ffffff;
}
.modal-header .close {
	font-weight: 300;
	color: #FFFFFF;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.modal-lg {
		width: 1140px;
	}
}

/* Media
---------------------------------- */
.media .fa {
	font-size: 24px;
	width: 40px;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	text-align: center;
}

/* Navigations
----------------------------------------------------------------------------- */


.header .navbar {
	margin-bottom: 0;
}
.main-navigation .navbar-default {
	background-color: transparent;
	border: none;
}
.main-navigation .navbar-default .navbar-nav > li > a {
	color: #fff;
	padding-top: 2px;
	padding-bottom: 12px;
	margin-top: 24px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	
}
.main-navigation .navbar-default .navbar-nav > li.active > a {
	background-color: transparent;
	color: #f6ba02;
}
.main-navigation .navbar-default .navbar-nav > li > a:hover,
.main-navigation .navbar-default .navbar-nav > li.active > a:hover {
	color: #f6ba02;
}
@media (min-width:768px) {
	.main-navigation .navbar-default .navbar-nav > li > a {
		
		
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.main-navigation .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
		}
	.navbar-nav {
		float: left !important;
		
		
	}
	
}
@media (max-width:768px) {
	
	.header.navbar-fixed-top {
		position: absolute;
	}
	
}

@media (max-width:767px) {
	 #accueil {
	 display: none;
	 }
	 body {
	 text-align: left;
	 font-size: 17px;
	 }
	 body li {
	 text-align:left;
	 }
	 section {
	 width:100%;
	 margin-right: 0px;
	 margin-left: 0px;
	 }
	.slides {
	height: 345px;
	margin-top: 1%;
	top: 40px;
	right: 3.5%;
	width: 100%;
	}
	.banner2 {
	margin-left: 3%;
	top: 55%;
	font-size: 1.2em;
	margin-bottom: 0px;
	}
	.banner3 {
	margin-left: 20%;
	top: 55%;
	font-size: 1.2em;
	
	margin-bottom: 0px;
	}
	.banner4 {
	margin-left: 55%;
	top: 65%;
	font-size: 1.2em;
	margin-bottom: 0px;
	}	
	.fond {
	background-color: rgba(255, 255, 255, 1);
	width: 100%;
	margin: 0%;
	}
	.container-fluid {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	}
	.sectionbody {
	width: 100%;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	}
	 
	#livre1, #livre2, #livre3 {
	width : 50%;
	margin-bottom: 2%;
	}
	#actu1, #actu2 {
	width : 100%;
	margin-bottom: 3%;
	} 
	#actu3 {
	width : 50%;
	margin-bottom: 3%;
	} 
	#accroche1, #accroche3 {
	font-size: 17px;
	width: 90%;
	}
	#accroche2 {
	font-size: 15px;
	width: 96%;
	}
	#organigramme {
	width: 100%;
	}
	.separation {
	height: 1px;
	}
	
	.main-navigation .navbar-default .navbar-nav > li > a {
	color: #fff;
	padding: 5px 0px 0px 5px;
	margin: 5px 5px 0px 0px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.slides {
	height: 444px;
	margin-top: 1%;
	top: 0%;
	right: 2.1%;
	}
	.space1 {
	padding: 60px 0;
}

	.site-slogan {
	display: none;
	}
	
	.container-fluid {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	}
	#livre1, #livre2, #livre3 {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	}
	#organigramme {
	width: 100%;
	}
	#livres {
	margin-top: 70px;
	}
	
	.banner2 {
	margin-left: 3%;
	top: 50%;
	font-size: 2em;
	margin-bottom: 0px;
	}
	.banner3 {
	margin-left: 20%;
	top: 50%;
	font-size: 2em;
	
	margin-bottom: 0px;
	}
	.banner4 {
	margin-left: 55%;
	top: 60%;
	font-size: 2em;
	margin-bottom: 0px;
	}
	.main-navigation .navbar-default .navbar-nav > li > a {
	color: #fff;
	margin-right: -5px;
	margin-left: -5px;
	
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	
}
}
@media (min-width:992px) and (max-width:1050px) {
	.slides {
	height: 500px;
	margin-top: 1%;
	top: 0%;
	right: 2%;
	}
	.space1 {
	padding: 60px 0;
}
	.banner2 {
	margin-left: 3%;
	top: 50%;
	font-size: 2.2em;
	margin-bottom: 0px;
	}
	.banner3 {
	margin-left: 20%;
	top: 50%;
	font-size: 2.2em;
	
	margin-bottom: 0px;
	}
	.banner4 {
	margin-left: 55%;
	top: 60%;
	font-size: 2.2em;
	margin-bottom: 0px;
	}
	
	.container-fluid {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	}
	.main-navigation .navbar-default .navbar-nav > li > a {
	color: #fff;
	margin-right: 4px;
	margin-left: 4px;
	
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
	
}
	
}


@media (min-width:1051px) and (max-width:1200px) {
	.slides {
	height: 530px;
	margin-top: 1%;
	top: 0%;
	right: 3.6%;
	width: 96%;
	}
	.space1 {
	padding: 60px 0;
}
	.banner2 {
	margin-left: 5%;
	top: 50%;
	font-size: 2.3em;
	margin-bottom: 0px;
	}
	.banner3 {
	margin-left: 20%;
	top: 50%;
	font-size: 2.3em;
	
	margin-bottom: 0px;
	}
	.banner4 {
	margin-left: 60%;
	top: 60%;
	font-size: 2.3em;
	margin-bottom: 0px;
	}
	.container-fluid {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	}
	section {
	padding-top: 45px;
	}
	.main-navigation .navbar-default .navbar-nav > li > a {
	color: #fff;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	
}
	
	
}

@media (min-width:1201px) and (max-width:1300px) {
	.slides {
	height: 600px;
	margin-top: 1%;
	right: 1.7%;
	right: 3.6%;
	width: 96%;
	}
	
	.banner2 {
	margin-left: 5%;
	top: 50%;
	font-size: 2.3em;
	margin-bottom: 0px;
	}
	.banner3 {
	margin-left: 20%;
	top: 50%;
	font-size: 2.3em;
	
	margin-bottom: 0px;
	}
	.banner4 {
	margin-left: 60%;
	top: 60%;
	font-size: 2.3em;
	margin-bottom: 0px;
	}
	.container-fluid {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	}
	section {
	padding-top: 40px;
	}
	.main-navigation .navbar-default .navbar-nav > li > a {
	color: #fff;
	margin-right: 8px;
	margin-left: 8px;
	
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	
}
	
}
@media (min-width:1301px) and (max-width:1400px) {
	.slides {
	
	width: 96%;
	height: 650px;
	margin-top: 1%;
	right: 3.6%;
	
	
	}
	.banner2 {
	margin-left: 5%;
	top: 50%;
	font-size: 2.3em;
	margin-bottom: 0px;
	
	}
	.banner3 {
	margin-left: 20%;
	top: 50%;
	font-size: 2.3em;
	
	margin-bottom: 0px;
	}
	.banner4 {
	margin-left: 60%;
	top: 60%;
	font-size: 2.3em;
	margin-bottom: 0px;
	}
	
	.container-fluid {
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	}
	section {
	padding-top: 40px;
	}
	.main-navigation .navbar-default .navbar-nav > li > a {
	color: #fff;
	margin-right: 8px;
	margin-left: 8px;
	
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	
}
	
}
@media (min-width:1401px) and (max-width:1500px) {
	.slides {
	height: 700px;
	margin-top: 0%;
	right: 3.2%;
	width: 96%;
	}
	.banner2 {
	margin-left: 5%;
	top: 50%;
	font-size: 2.4em;
	margin-bottom: 0px;
	}
	.banner3 {
	margin-left: 20%;
	top: 50%;
	font-size: 2.4em;
	
	margin-bottom: 0px;
	}
	.banner4 {
	margin-left: 60%;
	top: 60%;
	font-size: 2.4em;
	margin-bottom: 0px;
	}
		
	.container-fluid {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	}
	
	section {
	padding-top: 35px;
	}
	
	.main-navigation .navbar-default .navbar-nav > li > a {
	color: #fff;
	margin-right: 8px;
	margin-left: 8px;
	
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	
}
	
}
@media (min-width:1501px) and (max-width:1600px) {
	.slides {
	height: 720px;
	margin-top: 1%;
	right: 1.5%;
	}
	.banner2 {
	margin-left: 5%;
	top: 50%;
	font-size: 2.5em;
	margin-bottom: 0px;
	}
	.banner3 {
	margin-left: 20%;
	top: 50%;
	font-size: 2.5em;
	
	margin-bottom: 0px;
	}
	.banner4 {
	margin-left: 60%;
	top: 60%;
	font-size: 2.5em;
	margin-bottom: 0px;
	}
	.container-fluid {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	}
	section {
	padding-top: 35px;
	}
	.main-navigation .navbar-default .navbar-nav > li > a {
	color: #fff;
	margin-right: 8px;
	margin-left: 8px;
	
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	
}
	
}

@media (min-width:1601px) and (max-width:3000px) {
	
	
	.main-navigation .navbar-default .navbar-nav > li > a {
	color: #fff;
	margin-right: 7px;
	margin-left: 7px;
	
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	
}
	
}

/* Fixed Header
----------------------------------------------------------------------------- */
.fixed-header-on .header {
	background-color: rgba(0, 0, 0, 0.95);
	padding: 5px 0;
}
.fixed-header-on .site-name {
	font-size: 24px;
}

@media (min-width:768px) {
	.fixed-header-on .navbar-default .navbar-nav > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (max-width:991px) {
	.fixed-header-on .logo,
	.fixed-header-on .site-name,
	.fixed-header-on .site-slogan {
		display: none;
	}
}

/* Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo, Site Name, Site Slogan
---------------------------------- */

#logo
 {
	display: block;
 	margin-top : 10px;
}




.site-name {
	font-size: 36px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.site-name a {
	color: #ffffff;
}
.site-name a:hover {
	text-decoration: none;
}
.site-slogan {
	font-size: 20px;
	color: #f6ba02;
	font-weight: 500;
	padding-top: 10px;
	margin: 15px 0px 0px 10px;
}

/* Testimonials
---------------------------------- */
.testimonial .media-left {
	width: 60px;
}

/* Social Links
---------------------------------- */
.social-links {
	padding: 0;
	list-style: none;
	margin: 15px 0;
}
.social-links li {
	margin: 10px 25px 10px 0;
	display: inline-block;
	font-size: 36px;
}
.social-links li a {
	color: #333333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social-links li.twitter a:hover {
	color: #f6ba02;
}
.social-links li.skype a:hover {
	color: #00aff0;
}
.social-links li.linkedin a:hover {
	color: #0976b4;
}
.social-links li.googleplus a:hover {
	color: #dd4b39;
}
.social-links li.youtube a:hover {
	color: #b31217;
}
.social-links li.flickr a:hover {
	color: #ff0084;
}
.social-links li.facebook a:hover {
	color: #3b5998;
}
.social-links li.pinterest a:hover {
	color: #cb2027;
}

/* Isotope Items
---------------------------------- */
.filters {
	margin: 0 0 30px 0;
}
.filters .nav-pills > li {
	margin-right: 2px;
	margin-bottom: 2px;
}
.filters .nav-pills > li + li {
	margin-left: 0px;
}
.text-center.filters .nav-pills > li {
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	display: inline-block;
	float: none;
}
.isotope-container {
	overflow: hidden;
}
.isotope-item {
	margin-bottom: 20px;
}
.isotope-item .btn-default {
	color: #999999;
}
.isotope-item .btn-default:hover {
	color: #ffffff;
}
@media (max-width:480px) {
	.filters .nav-pills > li {
		width: 100%;
		display: block;
	}
}

/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(85, 172, 238, 0.9);
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.overlay:hover {
	text-decoration: none;
}
.overlay span {
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
}
.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 18px;
	line-height: 1x;
	color: #ffffff;
	margin-top: -8px;
	margin-left: -8px;
	text-align: center;
}
.overlay-container:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}





