h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #222222; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 52px; }

h2, .h2 {
  font-size: 44px; }

h3, .h3 {
  font-size: 34px; }

h4, .h4 {
  font-size: 25px; }

h5, .h5 {
  font-size: 20px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #fcac45; }

a.text-primary:hover {
  color: #fb9613; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #fcac45; }

a.bg-primary:hover {
  background-color: #fb9613; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 1025px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

/*general color*/
@font-face {
  font-family: 'Candara';
  src: url("../fonts/Candara Bold.eot");
  src: url("../fonts/Candara Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Candara Bold.woff2") format("woff2"), url("../fonts/Candara Bold.woff") format("woff"), url("../fonts/Candara Bold.ttf") format("truetype"), url("../fonts/Candara Bold.otf") format("opentype"), url("../fonts/Candara Bold.svg#Candara Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0021-2074; }
/*font*/
/*on site*/
/*general*/
/*font*/
/*boostrap responsive size:*/
@media (min-width: 1200px) {
  body .container {
    width: 1030px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  body .container {
    width: 1000px; } }
@media (min-width: 768px) and (max-width: 991px) {
  body .container {
    width: 768px; } }
@media (max-width: 767px) {
  body .container {
    width: 100%; } }

.dropdown-menu {
  padding: 0;
  margin: 0;
  list-style: none; }

a {
  background: transparent;
  outline: none;
  text-decoration: none;
  display: block;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-property: background-color,color;
  transition-property: background-color,color; }

a:active,
a:hover,
a:focus {
  outline: 0 !important;
  text-decoration: none !important;
  border: 0; }

img {
  outline: none !important; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0; }

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin-top: 0;
  margin-bottom: 0; }

.img-mobile {
  display: none !important; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
    .img-mobile {
      display: block !important; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
  .img-desktop {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
  body .container,
  body .col-xs-1, body .col-sm-1, body .col-md-1, body .col-lg-1, body .col-xs-2, body .col-sm-2, body .col-md-2, body .col-lg-2, body .col-xs-3, body .col-sm-3, body .col-md-3, body .col-lg-3, body .col-xs-4, body .col-sm-4, body .col-md-4, body .col-lg-4, body .col-xs-5, body .col-sm-5, body .col-md-5, body .col-lg-5, body .col-xs-6, body .col-sm-6, body .col-md-6, body .col-lg-6, body .col-xs-7, body .col-sm-7, body .col-md-7, body .col-lg-7, body .col-xs-8, body .col-sm-8, body .col-md-8, body .col-lg-8, body .col-xs-9, body .col-sm-9, body .col-md-9, body .col-lg-9, body .col-xs-10, body .col-sm-10, body .col-md-10, body .col-lg-10, body .col-xs-11, body .col-sm-11, body .col-md-11, body .col-lg-11, body .col-xs-12, body .col-sm-12, body .col-md-12, body .col-lg-12 {
    padding: 0; }
  body .row {
    margin: 0; }
  body .col-xs-1, body .col-sm-1, body .col-md-1, body .col-lg-1, body .col-xs-2, body .col-sm-2, body .col-md-2, body .col-lg-2, body .col-xs-3, body .col-sm-3, body .col-md-3, body .col-lg-3, body .col-xs-4, body .col-sm-4, body .col-md-4, body .col-lg-4, body .col-xs-5, body .col-sm-5, body .col-md-5, body .col-lg-5, body .col-xs-6, body .col-sm-6, body .col-md-6, body .col-lg-6, body .col-xs-7, body .col-sm-7, body .col-md-7, body .col-lg-7, body .col-xs-8, body .col-sm-8, body .col-md-8, body .col-lg-8, body .col-xs-9, body .col-sm-9, body .col-md-9, body .col-lg-9, body .col-xs-10, body .col-sm-10, body .col-md-10, body .col-lg-10, body .col-xs-11, body .col-sm-11, body .col-md-11, body .col-lg-11, body .col-xs-12, body .col-sm-12, body .col-md-12, body .col-lg-12 {
    width: 100% !important; }
  body .col-sm-offset-3 {
    margin: 0 !important; } }
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .navbar-fixed-top {
    position: relative !important; }

  #main_content {
    margin: 0 0 75px !important; } }
.maron {
  color: #a49786; }

.rose {
  color: #ec2c57; }

.vert-fonce {
  color: #55934c; }

.blue-pal {
  color: #0091b1; }

.blue-fonce {
  color: #003c48; }

.black {
  color: #000; }

#header {
  z-index: 9999;
  position: fixed !important; }

.header {
  height: 58px;
  background: #fff;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
    .header {
      height: 44px; } }
  .header .block-header {
    float: left;
    height: 100%; }
    .header .block-header#wrapper-cl-menu {
      width: 39.5%;
      position: relative; }
      @media (min-width: 768px) and (max-width: 991px) {
        .header .block-header#wrapper-cl-menu {
          width: 35%; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
        .header .block-header#wrapper-cl-menu {
          width: 32%;
          position: static; } }
    .header .block-header#logo {
      width: 215px;
      height: 58px;
      background: #a49786; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
        .header .block-header#logo {
          height: 44px;
          width: 100%;
          max-width: 37%; } }
      .header .block-header#logo h1 {
        font-family: "Merriweather";
        font-size: 14px;
        line-height: 14px;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        margin: 15px 0 0 0;
        letter-spacing: 0.5px; }
        @media only screen and (max-width: 479px) {
          .header .block-header#logo h1 {
            font-size: 10px;
            line-height: 10px; } }
        .header .block-header#logo h1 span {
          display: block;
          letter-spacing: 9px;
          margin: 5px 0 0 0;
          font-size: 12px;
          line-height: 12px; }
          @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
            .header .block-header#logo h1 span {
              font-size: 11px;
              line-height: 11px;
              margin: 3px 0 0 0; } }
          @media only screen and (max-width: 479px) {
            .header .block-header#logo h1 span {
              font-size: 9px;
              line-height: 9px; } }
        @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
          .header .block-header#logo h1 {
            font-size: 10px;
            line-height: 10px;
            margin: 9px 0 0 0; } }
    .header .block-header #conseil_logo {
      float: left;
      margin: 0 20px 0 20px;
      position: relative;
      z-index: 9999; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
        .header .block-header #conseil_logo {
          margin: 0 0 0 15px; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
        .header .block-header #conseil_logo {
          margin: 0 0 0 10px; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
        .header .block-header #conseil_logo img {
          width: 47px; } }

#block-partage-telecharge {
  width: auto;
  margin: 0 0 0 5px;
  float: right;
  position: relative;
  z-index: 9999; }
  #block-partage-telecharge .wrapper-block-tele {
    float: right;
    position: relative;
    margin: 16px 0 0 0; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
      #block-partage-telecharge .wrapper-block-tele {
        margin: 12px 0 0 0; } }
    #block-partage-telecharge .wrapper-block-tele .block-share-tele {
      background-repeat: no-repeat;
      background-image: url("../images/icon-social.png");
      font-family: "Montserrat";
      font-size: 10px;
      line-height: 25px;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding: 0 25px 0 0; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
        #block-partage-telecharge .wrapper-block-tele .block-share-tele {
          padding: 0;
          text-indent: -9999px; } }
      #block-partage-telecharge .wrapper-block-tele .block-share-tele.link2 {
        background: url("../images/icon-social2.png") no-repeat 100% 6px;
        color: #a49786;
        margin: 0 0 0 25px;
        float: right; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
          #block-partage-telecharge .wrapper-block-tele .block-share-tele.link2 {
            width: 20px;
            height: 22px;
            margin: 0 35px 0 45px; } }
        @media only screen and (max-width: 479px) {
          #block-partage-telecharge .wrapper-block-tele .block-share-tele.link2 {
            margin: 0 20px 0 25px; } }
        #block-partage-telecharge .wrapper-block-tele .block-share-tele.link2:hover {
          color: #000; }
    #block-partage-telecharge .wrapper-block-tele .dropdown {
      float: right; }
      #block-partage-telecharge .wrapper-block-tele .dropdown .link1 {
        background-position: 100% -80px;
        color: #000; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
          #block-partage-telecharge .wrapper-block-tele .dropdown .link1 {
            width: 19px;
            height: 22px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
  .navbar-header {
    float: none; } }

.navbar-toggle {
  float: none;
  margin: 14px 0 16px 88px;
  padding: 0;
  border: none;
  border-radius: 0; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
    .navbar-toggle {
      display: block;
      float: none !important;
      margin-top: 0; } }
  @media only screen and (max-width: 479px) {
    .navbar-toggle {
      margin: 14px 0 16px 65px; } }
  .navbar-toggle .icon-bar {
    background: #000; }

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
  .collapse {
    display: none !important; }
    .collapse.in {
      display: block !important; } }

.navbar-collapse {
  padding: 0;
  max-height: 100%;
  border: none;
  box-shadow: none;
  background: #a49786;
  min-height: 534px;
  padding: 30px 0;
  margin: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  width: 100%;
  z-index: 9999; }
  @media only screen and (max-width: 767px) {
    .navbar-collapse {
      position: absolute !important;
      min-height: 558px  !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
      width: 365px !important; } }
  @media only screen and (min-width: 768px) {
    .navbar-collapse {
      opacity: 0 !important;
      -moz-opacity: 0 !important;
      -khtml-opacity: 0 !important;
      -ms-filter: alpha(opacity=0);
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
      visibility: hidden;
      overflow: hidden; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), (min-width: 768px) {
    .navbar-collapse {
      position: relative;
      left: -100%; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
    .navbar-collapse {
      position: relative;
      left: 0;
      opacity: 1 !important;
      -moz-opacity: 1 !important;
      -khtml-opacity: 1 !important;
      -ms-filter: alpha(opacity=100);
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; } }
  .navbar-collapse.chek1 {
    left: 0;
    opacity: 1 !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    visibility: visible;
    overflow: visible; }

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .navbar-site.navbar-nav {
    height: 285px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; } }
@media only screen and (max-width: 480px) and (orientation: portrait) {
  .navbar-site.navbar-nav {
    height: 410px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; } }
.navbar-site.navbar-nav.menucont {
  left: 0;
  opacity: 1 !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s; }
.navbar-site.navbar-nav .last a {
  margin: 0; }
.navbar-site.navbar-nav > li {
  padding: 0 30px;
  width: 100%; }
  .navbar-site.navbar-nav > li > a {
    color: #fff;
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 17px;
    padding: 0 0 0 40px;
    margin: 0 0 25px;
    display: block;
    font-weight: normal;
    background-image: url("../images/lettre-menu.png");
    background-repeat: no-repeat; }
    .navbar-site.navbar-nav > li > a.menu1 {
      background-position: 0 0; }
    .navbar-site.navbar-nav > li > a.menu2 {
      background-position: 0 -52px;
      padding: 15px 0 0 40px; }
    .navbar-site.navbar-nav > li > a.menu3 {
      background-position: 0 -105px;
      padding: 15px 0 0 40px; }
    .navbar-site.navbar-nav > li > a.menu4 {
      background-position: 0 -164px;
      padding: 15px 0 0 40px; }
    .navbar-site.navbar-nav > li > a.menu5 {
      background-position: 0 -224px; }
    .navbar-site.navbar-nav > li > a.menu6 {
      background-position: 0 -282px;
      padding: 15px 0 0 40px; }
    .navbar-site.navbar-nav > li > a.menu7 {
      background-position: 0 -337px;
      padding: 15px 0 0 40px; }
    .navbar-site.navbar-nav > li > a.menu8 {
      background-position: 0 -390px;
      padding: 15px 0 0 40px; }
    .navbar-site.navbar-nav > li > a.menu9 {
      background-position: 0 -450px; }
    .navbar-site.navbar-nav > li > a:hover {
      background-color: transparent;
      color: #000; }
  .navbar-site.navbar-nav > li ul {
    padding: 0 0 0 20px;
    list-style: none; }
    .navbar-site.navbar-nav > li ul li {
      width: 100%; }
      .navbar-site.navbar-nav > li ul li a {
        border-bottom: 1px solid #ff948b;
        color: #fff;
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        line-height: 12px;
        padding: 0 0 25px;
        margin: 0 0 25px;
        display: block;
        font-weight: bold; }
        .navbar-site.navbar-nav > li ul li a:hover {
          background-color: transparent;
          color: #000; }

body .dropdown-menu {
  padding: 0;
  background: transparent;
  min-width: 220px;
  margin: 0;
  float: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  top: 42px;
  left: -70px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
    body .dropdown-menu {
      top: 32px;
      left: -96px;
      min-width: 190px; } }
  @media only screen and (max-width: 479px) {
    body .dropdown-menu {
      left: -116px; } }
  body .dropdown-menu li {
    border-right: 1px solid #fff;
    float: left; }
    @media only screen and (max-width: 767px) {
      body .dropdown-menu li {
        border: 1px solid #fff; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
      body .dropdown-menu li img {
        width: 60px; } }
    body .dropdown-menu li.last {
      border-right: 0; }
      @media only screen and (max-width: 767px) {
        body .dropdown-menu li.last {
          border: 1px solid #fff; } }
    body .dropdown-menu li a {
      display: block;
      height: 68px;
      float: left;
      padding: 0; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
        body .dropdown-menu li a {
          height: 60px; } }

.menubutton {
  background: url("../images/icon-menu.png") no-repeat 0 0 transparent;
  display: block;
  height: 19px;
  padding: 0 0 0 35px;
  margin: 22px 0 17px 100px;
  color: #000;
  font-family: "Montserrat";
  font-size: 11px;
  line-height: 18px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .menubutton {
      margin: 14px 0 11px 100px; } }

@media only screen and (max-width: 767px) {
  #menucontrol {
    display: none; } }

.navbar-header .navbar-toggle {
  margin-bottom: 2px; }
  @media only screen and (max-width: 479px) {
    .navbar-header .navbar-toggle {
      margin-right: 0;
      padding: 9px 3px; } }

#main_content {
  margin: 58px 0 0 0; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
    #main_content {
      margin: 44px 0 0 !important; } }
  #main_content .section, #main_content #book {
    position: relative; }

#couverture {
  margin: 0 0 50px 0; }
  @media only screen and (max-width: 767px) {
    #couverture {
      margin: 0; } }
  #couverture .couverture-wrapper {
    position: relative;
    height: 534px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
      #couverture .couverture-wrapper {
        height: auto; } }
    #couverture .couverture-wrapper .bg-couverture {
      background-image: url("../images/couvertures.png");
      background-position: center 58px;
      background-attachment: fixed;
      background-repeat: no-repeat;
      height: 100%;
      width: 100%; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
        #couverture .couverture-wrapper .bg-couverture {
          background-position: center 44px; } }
    #couverture .couverture-wrapper img {
      width: 100%; }

#lists-lettre {
  background: #a49786;
  max-width: 1000px;
  position: absolute;
  text-align: center;
  top: 534px;
  width: 100%;
  z-index: 9998; }
  @media (min-width: 1025px) and (max-width: 1200px) {
    #lists-lettre {
      max-width: 970px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #lists-lettre {
      top: 410px; } }
  @media only screen and (max-width: 767px) {
    #lists-lettre {
      top: auto;
      width: auto; } }
  #lists-lettre.affix {
    top: 58px;
    position: fixed; }
    @media (min-width: 768px) and (max-width: 991px) {
      #lists-lettre.affix {
        width: 100%;
        max-width: 100%;
        left: 0;
        padding: 0;
        top: 58px; } }
    @media only screen and (max-width: 767px) {
      #lists-lettre.affix {
        top: 44px; } }
  #lists-lettre ul {
    padding: 20px 0 0;
    margin: 0;
    list-style: none; }
    @media only screen and (max-width: 767px) {
      #lists-lettre ul {
        padding: 10px 0; } }
    #lists-lettre ul li {
      display: inline-block;
      padding: 0 8px;
      margin: 0;
      color: #c7bbab;
      font-family: "Candara";
      font-size: 21px;
      line-height: 21px;
      text-transform: uppercase; }
      @media (min-width: 768px) and (max-width: 991px) {
        #lists-lettre ul li {
          padding: 0 3px; } }
      #lists-lettre ul li.active a {
        border-bottom: 3px solid #fff; }
      #lists-lettre ul li a {
        color: #fff;
        font-family: "Candara";
        font-size: 21px;
        line-height: 21px;
        padding: 0 0 20px;
        min-width: 17px;
        border-bottom: 3px solid #a49786; }
        @media only screen and (max-width: 767px) {
          #lists-lettre ul li a {
            margin: 0 0 3px;
            padding: 0 0 3px; } }

.section {
  padding: 75px 25px 35px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
    .section {
      padding: 40px 0; } }
  @media only screen and (max-width: 767px) {
    .section.section-a {
      margin: 140px 0 0 0; } }
  .section .block-title {
    text-align: center;
    position: relative; }
    .section .block-title h3 {
      font-family: "Candara";
      font-size: 46px;
      line-height: 10px;
      margin: 35px 10px 50px;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .section .block-title h3 {
          font-size: 29px;
          line-height: 33px;
          margin: 30px 10px 40px; } }
    .section .block-title img {
      max-width: 100%; }

.description-section {
  position: relative;
  margin: 0 auto;
  width: 505px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
    .description-section {
      width: 100%; } }

.vertical-texte {
  border-bottom: 1px solid #000;
  left: -60%;
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  font-family: "Merriweather";
  font-size: 10px;
  line-height: 10px;
  color: #000;
  padding: 0 15px 10px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .vertical-texte {
      left: -175px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
    .vertical-texte {
      display: none; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
  .description-chapter {
    padding: 0 30px; } }
@media only screen and (max-width: 479px) {
  .description-chapter {
    padding: 0 15px; } }
.description-chapter h4 {
  margin: 60px 0 40px;
  font-family: "Candara";
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #323232;
  padding: 0; }
.description-chapter p, .description-chapter ul {
  font-family: "Merriweather";
  font-size: 15px;
  line-height: 28px;
  color: #000;
  margin: 0 0 15px;
  font-weight: 100; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
    .description-chapter p, .description-chapter ul {
      font-size: 14px; } }

.lists-hexa {
  margin: 30px 50px 0;
  padding: 0; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
    .lists-hexa {
      margin: 65px 30px 0;
      text-align: center; } }
  @media only screen and (max-width: 479px) {
    .lists-hexa {
      margin: 65px 3px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
    .lists-hexa.lists-hexa3 .block-hexa {
      width: 45% !important; } }
  .lists-hexa .block-hexa {
    text-align: center;
    list-style: none; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
      .lists-hexa .block-hexa {
        display: inline-block;
        vertical-align: top;
        width: 23% !important; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
      .lists-hexa .block-hexa img {
        width: 75px; } }
    @media only screen and (max-width: 479px) {
      .lists-hexa .block-hexa img {
        width: 68px; } }
    .lists-hexa .block-hexa a {
      color: #ec2c57;
      text-decoration: underline; }
    .lists-hexa .block-hexa h5 {
      font-family: "Montserrat";
      font-size: 11px;
      line-height: 17px;
      margin: 15px 0 0 0; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
        .lists-hexa .block-hexa h5 {
          font-size: 12px;
          padding: 0 5px; } }
      @media only screen and (max-width: 479px) {
        .lists-hexa .block-hexa h5 {
          font-size: 10px;
          padding: 0; } }
      .lists-hexa .block-hexa h5 span {
        display: block; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
          .lists-hexa .block-hexa h5 span {
            display: inline; } }
      #chap1 .lists-hexa .block-hexa h5 {
        color: #ec2c57; }
      #chap2 .lists-hexa .block-hexa h5 {
        color: #3284c3; }
      #chap3 .lists-hexa .block-hexa h5 {
        color: #ec2c57; }

.slider {
  margin: 0 auto; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
    .slider {
      margin: 40px auto 0;
      max-width: 575px !important; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), (min-width: 768px) {
    .slider {
      max-width: 835px; } }
  @media only screen and (max-width: 479px) {
    .slider #slider3 .slides li .img-mobile {
      height: auto; }
    .slider #slider3 .flex-direction-nav a {
      bottom: 25%; } }
  .slider .flexslider {
    margin: 0;
    width: 100%;
    border: none; }
  .slider .slides li {
    position: relative; }
    @media only screen and (max-width: 479px) {
      .slider .slides li .img-mobile {
        height: 450px; } }
  .slider .flex-direction-nav a {
    display: block;
    height: 85px;
    width: 30px;
    text-indent: 9999px;
    z-index: 9997;
    background-repeat: no-repeat;
    opacity: 1 !important;
    cursor: pointer;
    margin: 0;
    top: auto;
    bottom: 40%; }
    .slider .flex-direction-nav a:before {
      display: none; }
    .slider .flex-direction-nav a.flex-prev {
      left: 0;
      background-position: 0 0;
      background-image: url("../images/slider-nav2.png"); }
      .slider .flex-direction-nav a.flex-prev.flex-disabled {
        background-position: 0 0;
        background-image: url("../images/slider-nav1.png"); }
    .slider .flex-direction-nav a.flex-next {
      right: 0;
      background-position: -797px 0;
      background-image: url("../images/slider-nav1.png"); }
      .slider .flex-direction-nav a.flex-next.flex-disabled {
        background-position: -797px 0;
        background-image: url("../images/slider-nav2.png"); }
  .slider .video_hide_part2 {
    display: none; }
    .slider .video_hide_part2 iframe, .slider .video_hide_part2 video {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .slider .overlay-slider {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.35 !important;
    -moz-opacity: 0.35 !important;
    -khtml-opacity: 0.35 !important;
    -ms-filter: alpha(opacity=35);
    filter: alpha(opacity=35);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=35)";
    z-index: 1; }
  .slider .flex-caption {
    position: absolute;
    display: block;
    z-index: 2;
    color: #fff; }
    .slider .flex-caption.slide-text {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
      .slider .flex-caption.slide-text .wrapper-caption {
        padding: 65px 60px 10px 40px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .slider .flex-caption.slide-text .wrapper-caption {
            padding: 25px 35px 10px; } }
        @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
          .slider .flex-caption.slide-text .wrapper-caption {
            padding: 65px 60px 10px 40px; } }
        @media only screen and (max-width: 767px) {
          .slider .flex-caption.slide-text .wrapper-caption {
            padding: 10px 14px 0 35px; } }
        .slider .flex-caption.slide-text .wrapper-caption.juger .block-slide-title {
          border-right: 2px solid #fff; }
        .slider .flex-caption.slide-text .wrapper-caption.conseiller .block-slide-title {
          border-right: 2px solid #fff; }
        .slider .flex-caption.slide-text .wrapper-caption .block-slide-title {
          float: left;
          padding: 10px 30px 10px 0;
          text-align: center; }
          @media only screen and (max-width: 479px) {
            .slider .flex-caption.slide-text .wrapper-caption .block-slide-title {
              display: table;
              float: none; } }
          @media only screen and (max-width: 479px) {
            .slider .flex-caption.slide-text .wrapper-caption .block-slide-title {
              display: table;
              float: none; } }
          .slider .flex-caption.slide-text .wrapper-caption .block-slide-title span {
            font-family: "Candara";
            font-size: 25px;
            line-height: 25px; }
            @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
              .slider .flex-caption.slide-text .wrapper-caption .block-slide-title span {
                font-size: 15px;
                line-height: 15px; } }
          .slider .flex-caption.slide-text .wrapper-caption .block-slide-title h5 {
            text-transform: uppercase;
            font-family: "Candara";
            font-size: 15px;
            line-height: 15px;
            margin: 10px 0 0 0; }
            @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
              .slider .flex-caption.slide-text .wrapper-caption .block-slide-title h5 {
                font-size: 12px;
                line-height: 12px; } }
        .slider .flex-caption.slide-text .wrapper-caption .block-slide-description {
          float: left;
          margin: 0 0 0 30px;
          width: 80%; }
          @media (min-width: 768px) and (max-width: 991px) {
            .slider .flex-caption.slide-text .wrapper-caption .block-slide-description {
              margin: 0 0 0 25px;
              width: 75%; } }
          @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
            .slider .flex-caption.slide-text .wrapper-caption .block-slide-description {
              margin: 0 0 0 15px;
              width: 72%; } }
          @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
            .slider .flex-caption.slide-text .wrapper-caption .block-slide-description {
              margin: 0 0 0 15px;
              width: 72%; } }
          @media only screen and (max-width: 479px) {
            .slider .flex-caption.slide-text .wrapper-caption .block-slide-description {
              float: none;
              margin: 0;
              width: 93%; } }
          .slider .flex-caption.slide-text .wrapper-caption .block-slide-description h3 {
            font-family: "Candara";
            font-size: 32px;
            line-height: 34px;
            width: 85%; }
            @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
              .slider .flex-caption.slide-text .wrapper-caption .block-slide-description h3 {
                font-size: 17px;
                line-height: 17px;
                width: 100%; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .slider .flex-caption.slide-text .wrapper-caption .block-slide-description h3 {
                width: 100%;
                font-size: 26px;
                line-height: 26px; } }
            @media only screen and (max-width: 479px) {
              .slider .flex-caption.slide-text .wrapper-caption .block-slide-description h3 {
                margin: 12px 0; } }
          .slider .flex-caption.slide-text .wrapper-caption .block-slide-description p {
            font-family: "Montserrat";
            font-size: 13px;
            line-height: 23px;
            margin: 32px 0;
            width: 85%; }
            @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
              .slider .flex-caption.slide-text .wrapper-caption .block-slide-description p {
                width: 100%;
                margin: 12px 0;
                line-height: 19px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .slider .flex-caption.slide-text .wrapper-caption .block-slide-description p {
                width: 100%;
                font-size: 12px;
                line-height: 17px;
                margin: 20px 0; } }
            @media only screen and (max-width: 479px) {
              .slider .flex-caption.slide-text .wrapper-caption .block-slide-description p {
                line-height: 15px;
                font-size: 12px; } }
          .slider .flex-caption.slide-text .wrapper-caption .block-slide-description a {
            padding: 0;
            margin: 0;
            color: #fff;
            font-family: "Candara";
            font-size: 13px;
            line-height: 13px;
            font-weight: bold;
            border-bottom: 1px solid #fff;
            display: table; }
            @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
              .slider .flex-caption.slide-text .wrapper-caption .block-slide-description a {
                font-style: italic; } }
            @media (min-width: 480px) and (max-width: 640px) {
              .slider .flex-caption.slide-text .wrapper-caption .block-slide-description a {
                margin: 15px 0 0 0; } }
    .slider .flex-caption.slide-text-caption1 {
      top: 22%;
      left: 18%;
      width: 535px;
      text-align: center; }
      @media (min-width: 768px) and (max-width: 991px) {
        .slider .flex-caption.slide-text-caption1 {
          left: 11%;
          top: 14%; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
        .slider .flex-caption.slide-text-caption1 {
          width: 100%;
          height: 100%;
          left: 0;
          top: 0; } }
      .slider .flex-caption.slide-text-caption1.slider1-caption1 {
        background-color: #e94b5a; }
        .slider .flex-caption.slide-text-caption1.slider1-caption1 .wrapper-caption {
          position: relative; }
          @media only screen and (max-width: 767px) {
            .slider .flex-caption.slide-text-caption1.slider1-caption1 .wrapper-caption {
              padding: 60px 35px; } }
          @media only screen and (max-width: 479px) {
            .slider .flex-caption.slide-text-caption1.slider1-caption1 .wrapper-caption {
              margin: 23% auto 0;
              padding: 10px 35px; } }
      .slider .flex-caption.slide-text-caption1.slider2-caption1 {
        background-color: #3284c3; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
          .slider .flex-caption.slide-text-caption1.slider2-caption1 .wrapper-caption {
            padding: 60px 35px; } }
        @media only screen and (max-width: 479px) {
          .slider .flex-caption.slide-text-caption1.slider2-caption1 .wrapper-caption {
            padding: 20px 30px; }
            .slider .flex-caption.slide-text-caption1.slider2-caption1 .wrapper-caption h2 {
              margin: 12px 0; } }
      .slider .flex-caption.slide-text-caption1 .wrapper-caption {
        padding: 20px;
        width: 415px;
        margin: 0 auto;
        max-height: 285px; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
          .slider .flex-caption.slide-text-caption1 .wrapper-caption {
            width: auto; } }
        .slider .flex-caption.slide-text-caption1 .wrapper-caption .icon-camera {
          background: url("../images/icon-camera.png") no-repeat 0 0 transparent;
          display: block;
          height: 26px;
          margin: 10px auto 0;
          width: 33px; }
        .slider .flex-caption.slide-text-caption1 .wrapper-caption .icon-video {
          background: url("../images/icon-video.png") no-repeat 0 0 transparent;
          display: block;
          width: 38px;
          height: 45px;
          margin: 0 auto; }
        .slider .flex-caption.slide-text-caption1 .wrapper-caption h2 {
          font-family: "Montserrat";
          font-size: 25px;
          line-height: 28px;
          margin: 10px 0 25px; }
          @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
            .slider .flex-caption.slide-text-caption1 .wrapper-caption h2 {
              font-size: 19px;
              line-height: 22px;
              margin: 10px 0; } }
        .slider .flex-caption.slide-text-caption1 .wrapper-caption p {
          font-family: "Montserrat";
          font-size: 14px;
          line-height: 17px;
          margin: 0 0 25px;
          color: #fff; }
          @media only screen and (max-width: 767px) {
            .slider .flex-caption.slide-text-caption1 .wrapper-caption p {
              margin: 0 0 7px; } }
        .slider .flex-caption.slide-text-caption1 .wrapper-caption .lien-fait-man {
          color: #fff;
          font-family: "Montserrat";
          font-size: 11px;
          line-height: 17px;
          text-decoration: underline;
          display: block;
          padding: 0 0 15px; }
          .slider .flex-caption.slide-text-caption1 .wrapper-caption .lien-fait-man:hover {
            text-decoration: underline !important; }

#book {
  margin: 75px 0 0 0;
  text-align: center; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (max-width: 767px) {
    #book {
      margin: 0; } }
  #book h3 {
    color: #000;
    font-family: "Candara";
    font-size: 20px;
    line-height: 10px;
    font-weight: bold;
    margin: 5px 0 15px; }

.description-chapter p.qoute-text {
  font-family: "Candara";
  font-size: 29px;
  line-height: 34px;
  color: #a49786;
  margin: 40px 0 20px;
  font-weight: bold; }

.description-chapter p.auteur-text {
  font-family: "Merriweather";
  font-size: 15px;
  line-height: 18px;
  font-weight: 100;
  color: #a49786;
  margin: 0 0 40px; }

.description-chapter .lien-pdf {
  margin: 30px 0 5px;
  padding: 0;
  border-bottom: 1px solid #dedede;
  color: #5c5c5c;
  font-family: "Candara";
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  display: table;
  letter-spacing: 0.5px; }

.audience-public {
  background: url("../images/audience-bg.png") no-repeat 0 0 transparent;
  margin: 0 auto;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .audience-public {
      max-width: 826px;
      min-height: 605px; } }
  @media only screen and (max-width: 767px) {
    .audience-public {
      background: none; }
      .audience-public img {
        width: 100%;
        height: auto; } }
  .audience-public .mobile-bg-audience {
    display: none; }
    @media only screen and (max-width: 767px) {
      .audience-public .mobile-bg-audience {
        display: block; } }
  .audience-public .audience-public-wrapper {
    padding: 50px 25px 0; }
    @media only screen and (max-width: 767px) {
      .audience-public .audience-public-wrapper {
        background: #003C48; } }
  .audience-public .left-audience, .audience-public .right-audience {
    float: left;
    margin: 0 45px 0 0;
    width: 43%;
    position: relative;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .audience-public .left-audience, .audience-public .right-audience {
        float: none;
        margin: 0 0 20px;
        width: auto; } }
    .audience-public .left-audience h5, .audience-public .right-audience h5 {
      font-family: "Merriweather";
      font-size: 15px;
      line-height: 15px;
      margin: 0 0 15px; }
    .audience-public .left-audience p, .audience-public .right-audience p {
      font-family: "Merriweather";
      font-size: 12px;
      line-height: 16px;
      position: relative;
      padding: 0 0 20px;
      margin: 0;
      letter-spacing: 0.1px; }
      .audience-public .left-audience p:after, .audience-public .right-audience p:after {
        border: 1px solid #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        width: 235px; }
        @media only screen and (max-width: 767px) {
          .audience-public .left-audience p:after, .audience-public .right-audience p:after {
            width: 100%; } }
  .audience-public .block-audience {
    position: relative;
    clear: both;
    min-height: 412px; }
    .audience-public .block-audience ul.list-info {
      margin: 0;
      list-style: none;
      padding: 0; }
      .audience-public .block-audience ul.list-info .overlay-open {
        background: #fff none repeat scroll 0 0;
        left: 0;
        min-height: 330px;
        padding: 40px 75px;
        position: absolute;
        text-align: center;
        top: -40px;
        width: 100%;
        display: none;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center; }
        @media only screen and (max-width: 767px) {
          .audience-public .block-audience ul.list-info .overlay-open {
            padding: 85px 24px; } }
        .audience-public .block-audience ul.list-info .overlay-open.active {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
        .audience-public .block-audience ul.list-info .overlay-open .info-audience-inner .close-info {
          position: absolute;
          right: 15px;
          top: 25px;
          cursor: pointer;
          background: url("../images/close-info.png") no-repeat 0 0 transparent;
          display: block;
          width: 19px;
          height: 19px; }
        .audience-public .block-audience ul.list-info .overlay-open .info-audience-inner h3 {
          font-family: "Candara";
          font-size: 40px;
          line-height: 42px;
          font-weight: bold;
          color: #003c48;
          margin: 0 0 20px; }
          @media only screen and (max-width: 767px) {
            .audience-public .block-audience ul.list-info .overlay-open .info-audience-inner h3 {
              font-size: 27px;
              line-height: 29px; } }
        .audience-public .block-audience ul.list-info .overlay-open .info-audience-inner p {
          font-family: "Merriweather";
          font-size: 20px;
          line-height: 30px;
          color: #003c48;
          font-weight: normal;
          margin: 0 auto;
          max-width: 385px; }
          @media only screen and (max-width: 767px) {
            .audience-public .block-audience ul.list-info .overlay-open .info-audience-inner p {
              font-size: 17px;
              line-height: 24px; } }
    .audience-public .block-audience ul.list-audience {
      margin: 0;
      list-style: none;
      padding: 0; }
      .audience-public .block-audience ul.list-audience li {
        position: absolute; }
        .audience-public .block-audience ul.list-audience li:after {
          content: ".";
          display: block;
          clear: both;
          visibility: hidden;
          line-height: 0;
          height: 0; }
        @media only screen and (max-width: 767px) {
          .audience-public .block-audience ul.list-audience li {
            position: relative;
            top: 0 !important;
            left: 0 !important;
            margin: 0 0 10px; } }
        .audience-public .block-audience ul.list-audience li.audience-target1 {
          left: 275px;
          top: 220px; }
          .audience-public .block-audience ul.list-audience li.audience-target1 span {
            line-height: 24px !important; }
          @media (min-width: 768px) and (max-width: 991px) {
            .audience-public .block-audience ul.list-audience li.audience-target1 {
              top: 198px; } }
        .audience-public .block-audience ul.list-audience li.audience-target2 {
          left: 15px;
          top: 170px; }
          .audience-public .block-audience ul.list-audience li.audience-target2 span {
            line-height: 26px !important; }
          .audience-public .block-audience ul.list-audience li.audience-target2 p {
            vertical-align: top !important; }
        .audience-public .block-audience ul.list-audience li.audience-target3 {
          left: 371px;
          top: 340px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .audience-public .block-audience ul.list-audience li.audience-target3 {
              top: 326px; } }
        .audience-public .block-audience ul.list-audience li.audience-target4 {
          left: 75px;
          top: 70px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .audience-public .block-audience ul.list-audience li.audience-target4 {
              top: 60px; } }
          .audience-public .block-audience ul.list-audience li.audience-target4 p {
            text-align: right; }
        .audience-public .block-audience ul.list-audience li.audience-target5 {
          left: 245px;
          top: 145px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .audience-public .block-audience ul.list-audience li.audience-target5 {
              top: 135px; } }
          .audience-public .block-audience ul.list-audience li.audience-target5 p {
            text-align: right; }
        .audience-public .block-audience ul.list-audience li.audience-target6 {
          left: 455px;
          top: 180px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .audience-public .block-audience ul.list-audience li.audience-target6 {
              top: 165px; } }
        .audience-public .block-audience ul.list-audience li.audience-target7 {
          left: 615px;
          top: 105px; }
          .audience-public .block-audience ul.list-audience li.audience-target7 span {
            line-height: 29px !important; }
          @media (min-width: 768px) and (max-width: 991px) {
            .audience-public .block-audience ul.list-audience li.audience-target7 {
              top: 82px;
              left: 580px; } }
        .audience-public .block-audience ul.list-audience li .overlay-audience {
          cursor: pointer; }
          @media only screen and (min-width: 768px) {
            .audience-public .block-audience ul.list-audience li .overlay-audience:hover span {
              background: none;
              color: #fff; } }
          .audience-public .block-audience ul.list-audience li .overlay-audience span {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -o-border-radius: 50%;
            background: #fff;
            padding: 0;
            color: #003c48;
            font-family: "Candara";
            font-size: 23px;
            line-height: 23px;
            width: 32px;
            height: 32px;
            display: inline-block;
            margin: 0 5px 0 10px;
            text-align: center;
            vertical-align: middle;
            border: 2px solid #fff;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s; }
            @media only screen and (max-width: 767px) {
              .audience-public .block-audience ul.list-audience li .overlay-audience span {
                float: left; } }
          .audience-public .block-audience ul.list-audience li .overlay-audience p {
            display: inline-block;
            vertical-align: middle;
            font-family: "Merriweather";
            font-size: 15px;
            line-height: 17px;
            color: #fff;
            font-weight: 500;
            margin: 0;
            letter-spacing: 0.5px;
            max-width: 210px; }
            @media only screen and (max-width: 767px) {
              .audience-public .block-audience ul.list-audience li .overlay-audience p {
                text-align: left !important;
                margin: 5px 0 0 0; } }

.juree {
  color: #323232;
  font-family: "Candara";
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 40px !important; }

.slider #slider2 .flex-caption.slide-text-caption1.slider1-caption1 {
  background-color: #0091b1; }

#book {
  padding: 0 0 115px;
  margin: 100px 0 0 0; }
  #book:after {
    background: #a49786 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    max-height: 315px;
    position: absolute;
    width: 100%;
    z-index: -1; }
  #book .telechargez {
    position: relative; }
  @media only screen and (max-width: 480px) {
    #book img {
      max-width: 100%;
      padding: 0 10; } }

.affix + .container-fluid {
  padding-top: 70px; }

/*# sourceMappingURL=main.css.map */
