*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html, body {
  height: 100vh;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
b, strong {
  font-weight: bolder;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
p {
  margin: 0;
}
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
nav ol, nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav a {
  text-decoration: none;
}
/* Responsive images */
img {
  display: inline-block;
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
svg {
	fill: currentColor;
}
table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
/**
 * Remove the default vertical scrollbar in IE
 * Change the resize direction on textareas in all browsers
 */
textarea {
	overflow: auto;
	resize: vertical;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
  color: inherit;
}

/* FRAMEWORK */
.container, .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.citation {
  color: #006cb4;
  font-size: 24px;
}

.author {
  font-size: 13px;
}

@media (max-width: 740px) {
.interview {
  width: 94%!important;
  margin-bottom: 3rem!important;
}
.interview-text {
  max-width: 100%!important;
  box-sizing: border-box;
  margin: 0!important;
  padding: 1rem;
  text-align: center;
}
#le-mot-du-president {
  width: 100%;
  height: auto!important;
}
}
.interview-text {
  max-width: 270px;
  margin: 0 auto;
}

.interview {
  width: 545px;
  margin: 0 auto;
}

.interview img {
  margin: 2rem 0 3rem 0;
}

.interview a {
  color: black!important;
}
@media (min-width: 480px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float:left
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width:768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float:left
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 20%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width:992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float:left
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
@media (min-width:1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12{
    float:left
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
}
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
/* No Gutter */
.row.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.uppercase {
  text-transform: uppercase;
}
.txt-xs-left { text-align: left; }
.txt-xs-right { text-align: right; }
.txt-xs-center { text-align: center; }
.txt-xs-justify { text-align: justify; }

@media (min-width: 480px) {
  .txt-sm-left { text-align: left; }
  .txt-sm-right { text-align: right; }
  .txt-sm-center { text-align: center; }
  .txt-sm-justify { text-align: justify; }
}

@media (min-width: 768px) {
  .txt-md-left { text-align: left; }
  .txt-md-right { text-align: right; }
  .txt-md-center { text-align: center; }
  .txt-md-justify { text-align: justify; }
}

@media (min-width: 992px) {
  .txt-lg-left { text-align: left; }
  .txt-lg-right { text-align: right; }
  .txt-lg-center { text-align: center; }
  .txt-lg-justify { text-align: justify; }
}
@media (min-width: 1200px) {
  .txt-xl-left { text-align: left; }
  .txt-xl-right { text-align: right; }
  .txt-xl-center { text-align: center; }
  .txt-xl-justify { text-align: justify; }
}

@font-face {
  font-family: 'EMprint';
  src: url('fonts/EMprint-Regular.eot');
  src: url('fonts/EMprint-Regular.eot?#iefix') format('embedded-opentype'),
  url('fonts/EMprint-Regular.woff2') format('woff2'),
  url('fonts/EMprint-Regular.woff') format('woff'),
  url('fonts/EMprint-Regular.ttf') format('truetype'),
  url('fonts/EMprint-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'EMprint';
  src: url('fonts/EMprint-Bold.eot');
  src: url('fonts/EMprint-Bold.eot?#iefix') format('embedded-opentype'),
  url('fonts/EMprint-Bold.woff2') format('woff2'),
  url('fonts/EMprint-Bold.woff') format('woff'),
  url('fonts/EMprint-Bold.ttf') format('truetype'),
  url('fonts/EMprint-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'EMprint';
  src: url('fonts/EMprint-Semibold.eot');
  src: url('fonts/EMprint-Semibold.eot?#iefix') format('embedded-opentype'),
  url('fonts/EMprint-Semibold.woff2') format('woff2'),
  url('fonts/EMprint-Semibold.woff') format('woff'),
  url('fonts/EMprint-Semibold.ttf') format('truetype'),
  url('fonts/EMprint-Semibold.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'EMprint';
  src: url('fonts/EMprint-Light.eot');
  src: url('fonts/EMprint-Light.eot?#iefix') format('embedded-opentype'),
  url('fonts/EMprint-Light.woff2') format('woff2'),
  url('fonts/EMprint-Light.woff') format('woff'),
  url('fonts/EMprint-Light.ttf') format('truetype'),
  url('fonts/EMprint-Light.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}
.cntnr{
  margin: 0 auto;
  position: relative;
  height: 100%;
}
@media (min-width: 1280px){
  .cntnr{
      width: 1280px;
  }
}
body {
  font-family: 'EMprint', Arial, serif;
  font-size: 15px;
}
#header {
  height: 100vh;
  background-image: url('../img/header-background.jpg');
}
@media (min-width: 768px) {
  #header {
    background-image: url('../img/header-background.jpg');
  }
}
@media (orientation: landscape) {
  #header {
    background-image: url('../img/header-background.jpg');
  }
}
#svg {
  display: none;
}
@media (min-width: 768px) {
  #svg {
    display: block;
    position: absolute;
    top: 50px;
    left: 65%;
    transform: translateX(-50%);
  }
}
#footer {
  background-color: #4c4c4c;
  padding: 30px 0;
  color: #fff;
  font-size: 15px;
}
#footer a {
  text-decoration: none;
  color: inherit;
}
#footer p {
  margin: 20px 0;
}
.ra-txt {
  font-size: 30px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: 240px;
  text-align: center;
  font-weight: 600;
}

.ra-txt span {
  font-weight: 500;
}

#header .logo{
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
}
#header .download {
  position: absolute;
  bottom: 75px;
  right: 30px;
}
.down {
  width: 35px;
  height: 35px;
  cursor: pointer;
  margin: auto;
  background-image: url('../img/down.png');
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
@media (min-width: 768px) {
  #header .logo{
    top: 40px;
    left: 50px;
    transform: none;
  }
  #header .download {
    top: 30px;
    bottom: auto;
  }
  #footer {
    height: 160px;
  }
  .down {
    bottom: 130px;
  }
}

#le-mot-du-president {
  height: 500px;
}
#rapport-rse .cntnr article a { 
  left: 75px; 
  right: auto!important;
}
#rapport-annuel {
  position: absolute;
  right: 330px;
  top: 70px;
}
.background {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#menu {
  height: 96px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 1.5s;
}
#menu.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 9999;
}
#burger {
  z-index: 99999;
}
#burger.active .burger-bar {
  background-color: #000;
}
.navbar-toggle {
	position: relative;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 0;
}
.navbar-toggle .burger-bar {
  background-color: #fff;
  display: block;
  width: 22px;
  height: 2px;
}
.navbar-toggle .burger-bar + .burger-bar {
	margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
#menu ul {
  font-size: 0;
  height: 100%;
}
#menu ul li {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  height: 100%;
  line-height: 96px;
}
#menu ul li.blue {
  border-bottom: 10px solid #006cb4;
}
#menu ul li.bgreen {
  border-bottom: 10px solid #51a5a5;
}
#menu ul li.red {
  border-bottom: 10px solid #ac162e;
}
#menu ul li.green {
  border-bottom: 10px solid #51b755;
}
#menu ul li.orange {
  border-bottom: 10px solid #f59131;
}
#menu ul li a {
  color: #000;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
@media (max-width: 767px) {
  #menu {
    display: none;
    height: auto;
    top: 0;
    padding-top: 40px;
    background-color: #fff;
  }
  #menu ul li {
    display: block;
    height: auto;
    line-height: 40px;
    margin: 2px 0;
    border-bottom: none !important;
  }
  #menu ul li.blue {
    background-color: #006cb4;
  }
  #menu ul li.red {
    background-color: #ac162e;
  }
  #menu ul li.green {
    background-color: #51b755;
  }
  #menu ul li.orange {
    background-color: #f59131;
  }
  #menu ul li a {
    color: #fff;
  }
}
h2 {
  font-size: 20px;
  font-weight: 400;
}
h2.red {
  color: #ac162e;
}
h2.green {
  color: #51b755;
}
h2.orange {
  color: #f59131;
}
h3 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
}
.smallvh h2 {
  color: #fff;
  padding: 25px 35px;
}
.smallvh h3 {
  color: #fff;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
}
.header-article {
  height: 65px;
  background-color: #353535;
  line-height: 65px;
}
.header-article h2 {
  padding: 0 35px;
}
.block-white {
  background-color: #fff;
  position: absolute;
  margin: auto;
}
.small.block-white {
  width: 90%;
  height: 90px;
  bottom: 15px;
  left: 0;
  right: 0;
  padding: 15px 10px;
  transition: all 1s;
}
@media (min-width: 480px) {
  .small.block-white {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .small.block-white {
    height: 110px;
  }
}
@media (min-width: 992px) {
  .small.block-white {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .small.block-white {
    height: 90px;
  }
}
.big.block-white {
  height: 85%;
  top: 0;
  bottom: 0;
  width: 574px;
  padding: 65px 75px;
}
.big.block-white h2 {
  margin-bottom: 40px;
}
.big.block-white h3 {
  margin-top: 40px;
  margin-bottom: 35px;
}
.big.block-white.left {
  left: 46px;
}
.big.block-white.right {
  right: 46px;
}
@media (max-width: 767px) {
  .big.block-white {
    top: auto;
    margin: auto;
    height: auto;
    padding: 50px 30px;
  }
  .big.block-white.left, .big.block-white.right {
    left: 0;
    right: 0;
  }
}
@media (max-width: 600px) {
  .big.block-white {
    width: 95%;
  }
  h3 {
    font-size: 38px;
    line-height: 38px;
  }
}
.block-transparent {
  background-color: rgba(255, 255, 255, 0.8);
  width: 300px;
  height: 76%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  padding: 40px 30px;
}
@media (max-width: 479px) {
  #le-mot-du-president {
    background-size: auto;
    background-position: left top;
    height: 700px;
  }
  .block-transparent {
    height: auto;
    top: auto;
    right: 0;
    left: 0;
    background-color: #fff;
    padding: 30px 30px 70px
  }
  .block-transparent a.download {
    bottom: 15px;
  }
}
.paragraph {
  font-size: 22px;
  margin: 35px 0;
}
.fm {
  height: 450px;
}
@media (min-width: 480px) {
  .fm {
    height: 380px;
  }
}
.fm:first-child {
  background-image: url('../img/fait-marquant-1.jpg');
}
.fm:nth-child(2) {
  background-image: url('../img/fait-marquant-2.jpg');
}
.fm:nth-child(3) {
  background-image: url('../img/fait-marquant-3.jpg');
}
.vh {
  height: 100vh;
  min-height: 657px;
  max-height: 800px;
}
@media (max-width: 767px) {
  .vh {
    height: 1000px;
    max-height: none;
    background-size: auto;
  }
}
@media (max-width: 479px) {
  .smallvh {
    min-height: 480px;
  }
}
@media (min-width: 480px) {
  .smallvh {
    height: 445px;
  }
}
#chiffres-cles {
  background-image: url('../img/chiffres-cles-2016.jpg');
}
#le-mot-du-president {
  background-image: url('../img/le-mot-du-president.jpg');
}
#les-defis {
  background-color: white;
}
#les-defis .overlay {
  background-color: rgba(34, 172, 168, 0.5);
}
#rapport-de-gestion {
  background-image: url('../img/rapport-de-gestion.jpg');
  border-top: 20px solid #ac162e;
}
#rapport-rse {
  background-image: url('../img/rapport-rse.jpg');
  border-top: 20px solid #51b755;
}
#rapport-financier {
  background-image: url('../img/rapport-financier.jpg');
  border-top: 20px solid #1f5ea7;
}
@media (max-width: 767px) {
  #rapport-de-gestion {
    background-position: 80% top;
  }
  #rapport-rse {
    background-position: 20% -60%;
  }
  #rapport-financier {
    background-position: 80% top;
  }
}
a.download {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  position: absolute;
  padding-right: 45px;
  line-height: 18px;
}
a.download.white {
  color: #fff;
}
a.download.black {
  color: #000;
}
.header-article a.download {
  top: 15px;
  right: 35px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-article h2 {
    font-size: 18px;
    padding: 0 10px;
  }
  .header-article a.download {
    right: 0;
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  .header-article {
    height: auto;
    padding-top: 20px;
  }
  .header-article h2 {
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
    line-height: normal;
  }
  .header-article a.download {
    position: relative;
    top: 0;
    left: 50%;
    right: initial;
    transform: translateX(-50%);
  }
}
.big.block-white a.download {
  right: 75px;
}
.block-transparent a.download {
  bottom: 20px;
  right: 50px;
}
#chiffres-cles a.download {
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
}
#les-defis a.download {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}
.icon {
  display: inline-block;
  background-image: url('../img/download.png');
  background-repeat: no-repeat;
  width: 35px;
  height: 36px;
  position: absolute;
  top: 0;
  right: 0;
}
.blue {
  color: #1f5ea7;
}
.icon-book {
  background-position: 0 0;
}
.icon-dl-white {
  background-position: 0 -42px;
}
.icon-dl-blue {
  background-position: 0 -84px;
}
.icon-dl-red {
  background-position: 0 -127px;
}
.icon-dl-green {
  background-position: 0 -169px;
}
.icon-dl-orange {
  background-position: 0 -212px;
}
.carousel {
  width: 600px;
  max-width: 80%;
  margin: 0 auto;
}
.slide p {
  color: #fff;
  margin: 20px 0;
  font-size: 12px;
}
.slide img {
  margin: auto;
}
.quote {
  font-size: 24px;
  line-height: 27px;
  color: #006cb4;
  margin-bottom: 20px;
}
.quoteby {
  font-size: 13px;
}
.backtotop {
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 10px;
  bottom: 40px;
  background-image: url('../img/top.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ac162e;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.backtotop.visible, .backtotop.fadeout, .backtotop:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.backtotop.visible {
  visibility: visible;
  opacity: 1;
}
.backtotop.fadeout {
  opacity: .5;
}
.backtotop:hover {
  opacity: 1;
}
