@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  color: #333;
}

::selection {
  background: #322a78;
  color: #fff; /* Safari */
}

::-moz-selection {
  background: #1f1a4a;
  color: #fff; /* Firefox */
}

a, img {
  outline: none;
  -moz-outline-style: none;
  border:none;
}

.clear {
  clear: both;
}

.no-float {
  float: none !important;
}

.slick {
  -webkit-transition: all 0.3s ease-out;
  -khtml-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.top-shadow, .bottom-shadow {
  position: absolute;
  display: block;
  width: 100%;
  height: 20px;
  z-index: 10;
}

.top-shadow {
  top: 0;
  background: url(img/top-shadow.png) no-repeat top center;
}

.bottom-shadow {
  bottom: 0;
  background: url(img/bottom-shadow.png) no-repeat bottom center;
}

h1 {
  color: #322a78;
  font-size: 20px;
  margin: 0 0 30px 0;
  padding: 0;
}

h2 {
  color: #322a78;
  font-size: 16px;
  margin: 0 0 25px 0;
  padding: 0;
}

p {
  margin: 0 0 21px 0;
  padding: 0;
}

p a:link, p a:visited {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

p a:hover {
  text-decoration: underline;
}

a.link:link, a.link:visited {
  color: #e31e1e;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

a.link:hover {
  text-decoration: underline;
}

a.link:before {
  content: "— ";
}

.red {
  color: #e31e1e !important;
}

b {
  font-weight: 700;
}

header, #content, section, footer {
  display: block;
  width: 100%;
}

header {
  position: fixed !important;
  top: 0;
}

#content {
  position: relative;
  margin: 100px 0 0 0;
}

section, footer {
  position: relative;
  margin: 0;
  padding: 150px 0 100px 0;
}

.container {
  position: relative;
  display: block;
  margin: auto;
  width: 90%;
  max-width: 1024px;
}

@media screen and (min-width: 320px) and (max-width: 1299px) {
  .titre-section {
    display: none;
  }
}

@media screen and (min-width: 1300px) {
  .titre-section {
    position: absolute;
    display: block;
    height: 40px;
    width: 200px;
    overflow: hidden;
    color: #aaa5d5;
    font-size: 14px;
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    margin: 0;
    padding: 0;
    top: 250px !important;
    left: 0;
    text-align: right;
  }
}

header {
  background: #FFF;
  z-index: 20;
  border-bottom: 1px solid #eee;
}

#logo {
  position: relative;
  display: block;
  float: left;
}

menu {
  position: relative;
  display: block;
  float: right;
  top: 45px;
  margin: 0;
  padding: 0;
  height: inherit;
  height: 100px;
}

menu ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

menu ul li {
  position: relative;
  display: inline-block;
}

menu ul li a:link, menu ul li a:visited {
  color: inherit;
  text-decoration: none;
  margin: 0;
  padding: 45px 20px;
}

menu ul li a:hover, menu ul li a:focus {
  font-weight: 700;
  text-decoration: underline;
}

#accueil {
  background: url(img/BG-accueil.jpg) no-repeat bottom center #01021b;
  color: #FFF;
}

#accueil blockquote {
  position: relative;
  display: block;
  margin: auto;
  width: 50%;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  padding: 100px 0 160px 0;
  background: url(img/home-quote.png) no-repeat 0px 70px;
}

#accueil #bt-start {
  position: relative;
  display: block;
  margin: auto;
  height: 40px;
  width: 40px;
  background: url(img/bt-start.png) no-repeat center center;
  cursor: pointer;
}

#presentation {
  padding: 150px 0 30px 0 !important;
  background: url(img/hababou.jpg) no-repeat bottom center;
}

#pres_PBRH {
}

#pres_PBRH .col1, #pres_PBRH .col2 {
  float: left;
  width: 35%;
  padding-right: 5%;
  text-align: justify;
}

#pres_PBRH .col3 {
  float: left;
  width: 15%;
  padding-right: 5%;
  text-align: center;
}

#pres_HABABOU {
  margin: 70px 0 0 0;
}

#pres_HABABOU .col {
  width: 55%;
  padding: 50px 5% 0 0;
  margin-left: 40%;
  border-top: 1px solid #CCC;
}

#activites {
  background: #e8e8e8;
}

#activites .col1 {
  float: left;
  width: 45%;
  margin: 0 5% 0 0;
  text-align: center;
}

.switchers {
  background: url(img/BG-activites.jpg) no-repeat center 85px;
}

.switcher {
  display: inline-block;
  position: relative;
  width: 140px;

  -moz-border-radius: 80px;
  border-radius: 80px;

  background: #c4c7d6;
  text-align: center;
  padding: 60px 0;
  margin: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  border: 8px solid #e8e8e8;
  cursor: pointer;
}

.switcher:first-child {
  display: block;
  margin: auto;
}

.switcher:hover, .switcher.current {
  background: #de1c1c;
  border: 8px solid #f1f1f1;
}

.txt_activite {
  display: none;
}

.current_txt_activite {
  display: block !important;
}

#activites .col2 {
  float: left;
  width: 50%;
}

.clients {
  color: #999;
  margin: 30px 0 0 0;
  padding: 0;
}

#livres_publications {
}

#livres_publications p {
  font-size: 12px;
  line-height: 18px;
}

.livres {
  display: block;
}

.livre {
  float: left;
  width: 50%;
  margin: 0 0 20px 0;
}

.livre table {
  border: none;
  padding: 0;
  margin: 0;
}

.livre-couverture {
  width: 50%;
}

.livre-infos {
  width: 50%;
}

.sepa {
  position: relative;
  display: block;
  height: 1px;
  width: 20%;
  background: #CCC;
  padding: 0;
  margin: 55px 0 65px 0;
}

.publications {
}

.publications .col1 {
  float: left;
  width: 20%;
  margin: 0 5% 0 0;
}

.publications .col2 {
  float: left;
  width: 75%;
  padding: 40px 0 0 0;
}

.publications .col2-1, .publications .col2-2, .publications .col2-3 {
  float: left;
  width: 30%;
  margin: 0 3.33% 0 0;
}

.publications a:link, .publications a:visited {
  display: block;
  text-decoration: none;
  color: inherit;
}

.publications a:hover {
  text-decoration: underline;
}

#produits_derives {
  background: url(img/BG-produits-derives.jpg) no-repeat center center #e8e8e8;
}

#produits_derives .container {
}

#produits_derives .col {
  width: 35%;
  padding: 0 5% 0 0;
}

footer#contact {
  text-align: center;
}

.credits {
  position: relative;
  display: block;
  margin-top: 100px;
  font-size: 11px;
  color: #666;
}