/*
    Version: 1.0
    Author: Corine Bitar <corine.bitar@gmail.com>
    Default stylesheet for RA RAFP
*/
*:focus {
  outline: none;
}

html {
  overflow-x: hidden;
}

html, body {
  height: 100%;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

body.modal-open {
  overflow: visible;
}

.body-content {
  position: relative;
  top: 0;
  right: 0;
  padding: 0;
}

.page-section {
  padding: 0 155px;
  position: relative;
}
.page-section.intro {
  padding: 90px 155px;
}
.page-section.regards-croises {
  padding: 42px 155px;
}
.page-section.chiffres-cles, .page-section.faits-marquants, .page-section.text-section {
  padding: 75px 200px;
}
.page-section.yellow-background {
  background-color: #FFD938;
}
.page-section.floating-sections {
  padding-bottom: 40px;
}
.page-section.adhesion-section {
  padding-top: 350px;
}
.page-section.grey-background {
  background-color: #777;
  color: #ffffff;
  text-align: center;
}
.page-section.grey-background p {
  color: #ffffff;
  line-height: 26px;
}
.page-section.approches-section h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
}
.page-section.left-icons .yellow-bar {
  margin: 20px 0;
}
.page-section.left-icons i {
  height: 130px;
  width: 132px;
  display: inline-block;
  vertical-align: middle;
}
.page-section.left-icons p {
  display: inline-block;
  width: calc(100% - 156px);
  line-height: 26px;
  margin-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
}
.page-section.left-icons p b {
  text-transform: uppercase;
  margin-bottom: 0;
}
.page-section.download-report a {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: bold;
}
.page-section.download-report a span {
  text-decoration: underline;
  display: inline-block;
}
.page-section.download-report a span:hover {
  color: #FFD938;
}
.page-section .explication {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-top: 30px;
}

.carton-bg {
  background-image: url("assets/rafp-carton-bg.jpg");
  background-size: cover;
  width: 100%;
  height: 100%;
}

.back-to-top {
  display: none;
  font-size: 15px;
  text-transform: uppercase;
  position: fixed;
  left: -30px;
  top: 70%;
  z-index: 1;
  transform: rotate(-90deg);
}
.back-to-top:after {
  content: "";
  background-image: url("assets/spritesheet.svg");
  background-size: 311px 833px;
  background-position: -34px -798px;
  height: 14px;
  width: 10px;
  display: inline-block;
  transform: rotate(90deg);
  top: -5px;
}
.back-to-top:hover {
  text-decoration: underline;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.section-title {
  position: absolute;
  transform: rotate(-90deg);
  right: -40px;
  top: 50%;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  width: 240px;
  text-align: center;
}

.yellow-bar {
  height: 20px;
  width: 100%;
  background-color: #FFD938;
  margin: 45px 0;
}

.white-bar {
  height: 20px;
  width: 100%;
  background-color: #ffffff;
  margin: 45px 0;
}

.big-section-title {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
}

.section-subtitle {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 40px;
}
.section-subtitle b {
  font-weight: 900;
}

.hidden-xs {
  display: inline-block !important;
}

.visible-xs {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-section {
    padding: 0 75px;
  }
  .page-section.intro {
    padding: 75px;
  }
  .page-section.regards-croises {
    padding: 30px 75px;
  }
  .page-section.approches-section {
    padding-bottom: 275px;
  }
  .page-section.chiffres-cles, .page-section.faits-marquants, .page-section.text-section {
    padding: 30px 75px;
  }

  .section-subtitle {
    font-size: 35px;
  }

  .big-section-title {
    font-size: 50px;
  }

  .back-to-top {
    left: -50px;
  }
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .col-xs-6 {
    width: 50%;
  }

  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }

  .visible-lg {
    display: none !important;
  }

  .page-section {
    padding: 25px 35px;
  }
  .page-section.intro, .page-section.faits-marquants, .page-section.section-number, .page-section.text-section {
    padding: 25px 35px;
  }
  .page-section.intro.carton-bg {
    background-image: url("assets/rafp-carton-bg-intro.jpg");
    background-position: center;
  }
  .page-section.faits-marquants {
    width: auto;
    overflow-x: scroll;
    height: 100%;
  }
  .page-section.regards-croises {
    padding: 0;
    margin: 0;
  }
  .page-section.chiffres-cles {
    padding: 75px;
  }
  .page-section.left-icons i {
    display: block;
    margin: 0 auto 30px;
  }
  .page-section.left-icons p {
    width: 100%;
  }
  .page-section.grey-background p {
    line-height: 1.3;
  }
  .page-section.grey-background .decision-wrapper {
    margin-bottom: 50px;
  }
  .page-section.grey-background .decision-wrapper p {
    text-transform: uppercase;
    font-size: 18px;
  }
  .page-section.floating-sections {
    padding-bottom: 0;
  }
  .page-section.approches-section {
    padding-bottom: 0;
  }
  .page-section.approches-section h3 {
    font-size: 30px;
    font-weight: 700;
  }
  .page-section.approches-section span {
    font-weight: 700;
    font-size: 20px;
  }
  .page-section.approches-section .col-lg-3 {
    margin-bottom: 45px;
  }
  .page-section.tfcd {
    padding-bottom: 0;
  }
  .page-section.download-report a {
    font-size: 20px;
  }
  .page-section.intro > a {
    position: absolute;
    right: 20px;
  }

  .section-title {
    right: 0;
    left: -40px;
    font-size: 11px;
    font-weight: 400;
    width: 150px;
    z-index: 1;
  }

  .big-section-title {
    font-size: 35px;
  }

  .section-subtitle {
    font-size: 30px;
  }

  .yellow-bar {
    margin: 20px 0;
  }

  .back-to-top {
    display: none !important;
  }

  .white-bar {
    margin: 35px 0;
  }
}
.sprite {
  background-image: url(assets/spritesheet.svg?v=1);
  background-repeat: no-repeat;
  background-size: 842px 2254px;
  display: block;
}

.download-btn {
  width: 46px;
  height: 46px;
  background-position: -51px -852px;
  background-size: 554px 1483px;
}
.download-btn:hover {
  background-position: -111px -852px;
}
@media (max-width: 767px) {
  .download-btn {
    width: 30px;
    height: 30px;
    background-position: -33px -555px;
    background-size: 360px 964px;
  }
}

.picto-2019 {
  width: 189px;
  height: 305px;
  background-position: -352px -27px;
  background-size: 842px 2254px;
}

.modal-close {
  width: 37px;
  height: 38px;
  background-position: -74px -1621px;
  background-size: 842px 2254px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.modal-close:hover {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.money {
  height: 55px;
  width: 64px;
  background-position: -60px -402px;
}

.cadre {
  height: 55px;
  width: 50px;
  background-position: -158px -402px;
}

.people {
  height: 55px;
  width: 61px;
  background-position: -231px -402px;
}

.pencil {
  height: 55px;
  width: 50px;
  background-position: -316px -402px;
}

.report {
  height: 55px;
  width: 55px;
  background-position: -420px -402px;
}

.certificate {
  height: 55px;
  width: 38px;
  background-position: -503px -402px;
}

.no-smoke {
  height: 55px;
  width: 55px;
  background-position: -570px -402px;
}

.tour-eiffel {
  height: 55px;
  width: 60px;
  background-position: -643px -402px;
}

.yellow-one {
  height: 200px;
  width: 106px;
  background-position: -70px -510px;
}

.open-popup {
  height: 30px;
  width: 30px;
  background-position: -119px -358px;
  background-size: 293px 784px;
}

.circle-globe {
  height: 130px;
  width: 130px;
  background-position: -62px -838px;
}

.circle-certificate {
  height: 130px;
  width: 130px;
  background-position: -219px -838px;
}

.circle-people {
  height: 130px;
  width: 130px;
  background-position: -390px -838px;
}

.circle-one {
  width: 48px;
  height: 48px;
  background-size: 578px 1547px;
  background-position: -48px -967px;
}

.circle-two {
  width: 48px;
  height: 48px;
  background-size: 578px 1547px;
  background-position: -125px -967px;
}

.circle-three {
  width: 48px;
  height: 48px;
  background-size: 578px 1547px;
  background-position: -203px -967px;
}

.modal-one {
  width: 31px;
  height: 31px;
  background-size: 371px 1212px;
  background-position: -31px -730px;
  margin: 0 auto;
}

.modal-two {
  width: 31px;
  height: 31px;
  background-size: 371px 1212px;
  background-position: -80px -730px;
  margin: 0 auto;
}

.modal-three {
  width: 31px;
  height: 31px;
  background-size: 371px 1212px;
  background-position: -130px -730px;
  margin: 0 auto;
}

.modal-four {
  width: 31px;
  height: 31px;
  background-size: 371px 1212px;
  background-position: -180px -730px;
  margin: 0 auto;
}

.modal-five {
  width: 31px;
  height: 31px;
  background-size: 371px 1212px;
  background-position: -230px -730px;
  margin: 0 auto;
}

.modal-six {
  width: 31px;
  height: 31px;
  background-size: 371px 1212px;
  background-position: -279px -730px;
  margin: 0 auto;
}

.white-one {
  width: 45px;
  height: 46px;
  background-size: 558px 1494px;
  background-position: -46px -989px;
}

.white-two {
  width: 45px;
  height: 46px;
  background-size: 558px 1494px;
  background-position: -121px -989px;
}

.white-three {
  width: 45px;
  height: 46px;
  background-size: 558px 1494px;
  background-position: -196px -989px;
}

.white-four {
  width: 45px;
  height: 46px;
  background-size: 558px 1494px;
  background-position: -272px -989px;
}

.white-five {
  width: 45px;
  height: 46px;
  background-size: 558px 1494px;
  background-position: -347px -989px;
}

.footer-twitter {
  width: 28px;
  height: 23px;
  background-size: 421px 1127px;
  background-position: -90px -1079px;
  display: inline-block;
  vertical-align: middle;
}

body {
  font-family: "Roboto", sans-serif;
  background: #ffffff;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.navbar {
  border: none;
  border-radius: 0;
  z-index: 1000;
  padding: 0;
}

.menu-burger {
  position: fixed;
  left: 30px;
  top: 40px;
  background-color: transparent;
  padding: 0;
}
.menu-burger:focus, .menu-burger:hover {
  outline: none;
  box-shadow: none;
}
.menu-burger:focus .fa-bars, .menu-burger:hover .fa-bars {
  color: #FFD938;
}
.menu-burger .fa-bars {
  font-size: 24px;
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
  width: 500px;
  position: fixed;
  top: 0;
  left: -500px;
  height: 100vh;
  z-index: 10001;
  background: #ffffff;
  color: #000000;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
  left: 0;
}

#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #ffffff;
  position: absolute;
  top: 30px;
  left: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#dismiss .fa-times {
  font-size: 18px;
}
#dismiss:hover {
  color: #FFD938;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: all 0.5s ease-in-out;
  top: 0;
}

.overlay.active {
  display: block;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #6d7fcc;
}

#sidebar ul.components {
  padding: 20px 0 0 100px;
  border-bottom: 1px solid #47748b;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
  margin: 0;
}

#sidebar ul li a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #000000;
  padding: 10px;
  display: block;
}

#sidebar ul li.download-link {
  margin-top: 30px;
}
#sidebar ul li.download-link a {
  font-size: 20px;
  text-decoration: underline;
}
#sidebar ul li.download-link a, #sidebar ul li.download-link .sprite {
  display: inline-block;
  vertical-align: middle;
}

#sidebar ul li:hover a {
  text-decoration: underline;
  color: #FFD938;
}

#sidebar ul li.active > a,
a[aria-expanded=true] {
  text-decoration: underline;
  color: #FFD938;
}

a[data-toggle=collapse] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #6d7fcc;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #7386D5;
}

a.article,
a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}

.sidebar-logo {
  background-image: url("assets/rafp-black-logo.svg");
  width: 145px;
  height: 97px;
  background-size: cover;
  margin: 30px 0;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  #sidebar ul li a {
    font-size: 20px;
  }
  #sidebar ul li.download-link a {
    font-size: 13px;
  }
  #sidebar ul.components {
    padding: 20px 0 0 40px;
  }

  #dismiss {
    top: 15px;
    left: 15px;
  }

  .menu-burger {
    top: 15px;
    left: 15px;
  }
}
.intro-logo {
  width: 224px;
  height: 150px;
}

.intro-title {
  text-align: center;
}
.intro-title h1 {
  font-size: 55px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 73px;
}
.intro-title span {
  font-weight: bold;
  text-decoration: underline;
  display: block;
  margin-left: -10px;
}
.intro-title a {
  font-size: 15px;
  font-style: italic;
  line-height: 1;
  text-transform: none;
  text-decoration: none;
}
.intro-title a:hover {
  color: #FFD938;
}
.intro-title a i, .intro-title a span {
  vertical-align: middle;
  margin-left: 0;
}
.intro-title .picto-2019 {
  position: absolute;
  top: 90px;
  right: 155px;
}

.download-btn i, .download-btn span {
  display: inline-block;
}

.regards-croises {
  padding: 42px 0;
}
.regards-croises .right.text:before, .regards-croises .left.text:before {
  content: "";
  background-image: url("assets/spritesheet.svg");
  background-size: 530px 1419px;
  background-position: -53px -741px;
  width: 50px;
  height: 34px;
  display: inline-block;
}
.regards-croises .right {
  text-align: right;
}
.regards-croises .left {
  text-align: left;
}
.regards-croises h3 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 40px;
}
.regards-croises h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
}
.regards-croises h4 span {
  font-weight: 900;
}
.regards-croises .btn-yellow {
  margin-top: 26px;
}

.chiffre-cle-wrapper {
  text-align: center;
  padding: 35px 20px;
}
.chiffre-cle-wrapper .chiffre-cle {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 60px;
}
.chiffre-cle-wrapper .chiffre-cle span {
  font-size: 40px;
}
.chiffre-cle-wrapper .chiffre-desc {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 1.3;
}
.chiffre-cle-wrapper:before {
  content: "";
  background-color: #ffffff;
  height: 20px;
  width: calc(100% - 30px);
  position: absolute;
  top: 0;
  left: 15px;
}

.fait-marquant-wrapper {
  text-align: center;
}
.fait-marquant-wrapper.top:after, .fait-marquant-wrapper.bottom:after {
  content: "";
  background-color: #FFD938;
  height: 30px;
  width: 5px;
  display: block;
  position: absolute;
  left: 50%;
}
.fait-marquant-wrapper.top:after {
  bottom: -45px;
}
.fait-marquant-wrapper.bottom:after {
  top: -45px;
}
.fait-marquant-wrapper.bottom p {
  min-height: 75px;
}
.fait-marquant-wrapper .date, .fait-marquant-wrapper p {
  font-family: "Roboto", sans-serif;
}
.fait-marquant-wrapper .date {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
.fait-marquant-wrapper p {
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  line-height: 1.3;
}
.fait-marquant-wrapper .sprite {
  margin: 0 auto;
}

.faits-marquants-top,
.faits-marquants-bottom {
  width: calc(100% - 30px);
}

.faits-marquants-bottom {
  margin-left: 30px;
}
.faits-marquants-bottom .content {
  top: 0;
}

.faits-marquants-top .content {
  bottom: 0;
}
.faits-marquants-top .sprite {
  margin: 0 auto 10px;
}

.section-number {
  padding: 55px 200px;
}
.section-number .big-section-title {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}
.section-number.one:after {
  content: "";
  background-image: url(assets/spritesheet.svg?v=1);
  background-repeat: no-repeat;
  background-size: 842px 2254px;
  height: 200px;
  vertical-align: middle;
  width: 106px;
  background-position: -70px -510px;
  display: inline-block;
  position: relative;
  margin-left: 30px;
  display: inline-block;
}
.section-number.two:after {
  content: "";
  background-image: url(assets/spritesheet.svg?v=1);
  background-repeat: no-repeat;
  background-size: 842px 2254px;
  height: 200px;
  width: 120px;
  background-position: -254px -510px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.section-number.three:after {
  content: "";
  background-image: url(assets/spritesheet.svg?v=1);
  background-repeat: no-repeat;
  background-size: 842px 2254px;
  height: 200px;
  width: 132px;
  background-position: -428px -510px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.section-number.left-black-line:before {
  margin-top: 0;
}

.left-black-line:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 155px;
  background-color: black;
  margin-top: -75px;
  z-index: 9999;
}
.left-black-line.last:before {
  margin-top: -145px;
}

.text-section p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #000000;
  line-height: 26px;
}
.text-section p b {
  font-weight: bold;
  font-size: 25px;
  display: block;
  margin-bottom: 20px;
}

.youtube-embedds {
  margin-top: 70px;
}

.engagement-section {
  text-align: center;
}
.engagement-section h3 {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  font-weight: bold;
}
.engagement-section h4 {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
}
.engagement-section h4 i {
  margin: 15px auto;
}
.engagement-section h4:hover {
  color: #ffffff;
  text-decoration: underline;
}
.engagement-section h4:hover .open-popup {
  background-position: -164px -358px;
}
.engagement-section .top:after {
  content: "";
  height: 28px;
  width: 5px;
  background-color: #ffffff;
  position: relative;
  display: inline-block;
}
.engagement-section .bottom:before {
  content: "";
  height: 28px;
  width: 5px;
  background-color: #ffffff;
  position: relative;
  display: inline-block;
}

.decisions-wrapper {
  margin-top: 50px;
}
.decisions-wrapper .decision-wrapper:after {
  content: "";
  height: 20px;
  width: calc(100% - 30px);
  background-color: #FFD938;
  position: absolute;
  bottom: -15px;
  left: 15px;
}
.decisions-wrapper i {
  margin: 0 auto;
  margin-bottom: 20px;
}

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

.priorite-wrapper {
  margin-top: 60px;
}
.priorite-wrapper img {
  margin: 0 auto;
}
.priorite-wrapper .yellow-bar {
  margin: 20px 0;
}
.priorite-wrapper p {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.tfcd .two-columns-section p {
  font-weight: 500;
  margin-bottom: 30px;
}
.tfcd .floating-grey-section {
  padding-bottom: 35px;
}
.tfcd .floating-grey-section.right {
  bottom: -150px;
}
.tfcd .floating-grey-section p {
  font-size: 28px;
  font-weight: 600;
}

.two-columns-section {
  position: relative;
  margin-top: 50px;
}
.two-columns-section .yellow-bar {
  margin: 20px 0;
}
.two-columns-section ul, .two-columns-section li, .two-columns-section p {
  font-weight: 400;
}
.two-columns-section ul a, .two-columns-section li a, .two-columns-section p a {
  font-weight: bold;
  text-decoration: underline;
}
.two-columns-section ul a:hover, .two-columns-section li a:hover, .two-columns-section p a:hover {
  color: #FFD938;
}
.two-columns-section li {
  list-style: none;
  margin-bottom: 30px;
}
.two-columns-section li span {
  color: #FFD938;
}

.floating-grey-section {
  background-color: #D8D8D8;
  position: absolute;
  z-index: 1000;
}
.floating-grey-section.right {
  bottom: -100px;
  right: -120px;
  text-align: right;
  padding: 80px 110px 80px 80px;
}
.floating-grey-section.left {
  left: 100px;
  bottom: -300px;
  padding: 80px 110px 80px 80px;
}
.floating-grey-section p {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}

.approches-wrapper {
  margin-top: 80px;
}
.approches-wrapper .white-bar {
  margin: 10px 0;
}
.approches-wrapper span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.approches-wrapper span:after {
  content: "";
  width: 1px;
  height: 26px;
  display: inline-block;
  position: absolute;
  background-color: #000000;
  bottom: -30px;
  left: 50%;
}
.approches-wrapper .col-sm-3 {
  padding-right: 0;
}
.approches-wrapper .col-sm-3.first {
  padding-right: 30px;
}
.approches-wrapper .white-card {
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  margin-top: 40px;
}
.approches-wrapper .white-card .yellow-bar {
  height: 10px;
  margin: 10px 0;
}
.approches-wrapper .white-card p {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .regards-croises h3 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .chiffre-cle-wrapper {
    padding: 30px 15px;
  }
  .chiffre-cle-wrapper .chiffre-cle {
    font-size: 45px;
  }
  .chiffre-cle-wrapper .chiffre-cle span {
    font-size: 30px;
  }
  .chiffre-cle-wrapper .chiffre-desc {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .intro-title h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .intro-title .picto-2019 {
    right: 75px;
  }

  .regards-croises {
    padding: 42px 0 0;
  }
  .regards-croises .right, .regards-croises .left {
    margin-bottom: 42px;
  }

  .fait-marquant-wrapper .date {
    font-size: 18px;
  }
  .fait-marquant-wrapper p {
    font-size: 13px;
  }

  .text-section p {
    font-size: 18px;
  }
  .text-section p b {
    font-size: 22px;
  }

  .engagement-section h3 {
    font-size: 54px;
  }
  .engagement-section h4 {
    font-size: 23px;
  }

  .floating-grey-section:not(.right) {
    position: relative;
    z-index: 1000;
    margin-top: 30px;
    bottom: 0;
    left: 0;
  }
  .floating-grey-section p {
    font-size: 28px;
  }
  .floating-grey-section.right {
    bottom: 0;
    right: -50px;
    padding: 60px;
  }

  .left-black-line:before {
    display: none;
  }

  .section-number {
    padding: 55px 75px;
  }
}
@media (max-width: 767px) {
  .intro-logo {
    width: 78px;
    height: 52px;
    position: relative;
    float: right;
  }

  .intro-title .picto-2019 {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .regards-croises h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .regards-croises h4 {
    font-size: 13px;
  }
  .regards-croises .text {
    padding-top: 15px;
  }
  .regards-croises .image {
    padding: 0;
  }
  .regards-croises .btn-yellow {
    margin-top: 15px;
  }

  .left-black-line:before {
    display: none;
  }

  .section-number .big-section-title {
    padding: 0 15px;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  .section-number.one:after, .section-number.two:after {
    margin-left: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .text-section p {
    font-size: 13px;
  }
  .text-section p b {
    font-size: 20px;
  }

  .engagement-section .col-xs-12 {
    margin-bottom: 60px;
  }
  .engagement-section h4 {
    font-size: 20px;
  }
  .engagement-section h3 {
    font-size: 36px;
  }
  .engagement-section .top:after {
    display: none;
  }
  .engagement-section .bottom:before {
    display: none;
  }

  .text-section p {
    font-size: 13px;
  }
  .text-section p b {
    font-size: 17px;
  }

  .priorite-wrapper p {
    font-size: 18px;
  }

  .floating-grey-section {
    position: relative;
  }
  .floating-grey-section p {
    font-size: 20px;
  }
  .floating-grey-section.left {
    left: 0;
    top: 0;
    padding: 25px 35px;
  }
  .floating-grey-section.right {
    right: 0;
    bottom: 0;
    padding: 25px 35px 0 25px;
  }

  .tfcd .floating-grey-section {
    bottom: 0 !important;
  }
  .tfcd .floating-grey-section p {
    font-size: 20px;
  }

  .two-columns-section {
    margin-top: 0;
  }

  .intro-title {
    position: relative;
    z-index: 1;
    margin: 100px 50px;
  }
  .intro-title h1 {
    font-size: 35px;
    line-height: 1;
  }
}
.modal {
  text-align: center;
}
.modal.priority {
  text-align: left;
}
.modal.priority .modal-body {
  padding-top: 0;
  font-size: 18px;
  font-weight: 400;
}
.modal.priority .modal-body .link {
  display: block;
  text-decoration: underline;
  font-weight: bold;
  margin-top: 15px;
}
.modal.priority .modal-header {
  padding-bottom: 0;
}
.modal .yellow-line {
  height: 5px;
  width: calc(100% - 60px);
  margin-left: 30px;
  background-color: #FFD938;
  margin-top: 20px;
}
.modal.pri {
  text-align: center;
}
.modal.pri .modal-body {
  padding-top: 0;
  font-size: 18px;
  font-weight: 500;
}

.modal-content {
  min-width: 730px;
  padding: 20px 70px;
}

.modal-dialog {
  max-width: 730px;
}

.modal-header {
  border-bottom: 0;
  display: block;
  padding-top: 60px;
}
.modal-header.quote:before {
  content: "";
  background-image: url("assets/spritesheet.svg");
  background-size: 948px 2538px;
  background-position: -94px -1324px;
  width: 90px;
  height: 62px;
  display: inline-block;
  position: absolute;
  left: 50px;
  top: 50px;
}
.modal-header.image h5 {
  font-size: 28px;
}
.modal-header.image .yellow-line {
  width: 100%;
  margin: 20px 0;
}
.modal-header.image img {
  margin: 0 auto 20px;
}
.modal-header h5 {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: bold;
}
.modal-header .close {
  position: absolute;
  right: 50px;
  top: 20px;
  opacity: 1;
}
.modal-header .close:focus {
  outline: none;
}

.modal-body {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
}
.modal-body ul {
  list-style: none;
  padding: 0;
}
.modal-body ul li {
  margin-bottom: 15px;
}
.modal-body ul li span {
  color: #FFD938;
}

.modal-footer {
  border-top: 0;
  text-align: center;
  display: block;
  padding-top: 0;
}
.modal-footer h6 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.modal-footer h6 span {
  font-weight: bold;
}

@media (max-width: 767px) {
  .modal-header h5 {
    font-size: 30px;
  }
  .modal-header.quote:before {
    left: 20px;
    top: 20px;
  }
  .modal-header .close {
    right: 20px;
  }

  .modal-body {
    font-size: 16px;
  }

  .modal-content {
    min-width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .modal-footer h6 {
    font-size: 13px;
  }
  .modal-footer h6 span {
    display: block;
  }
}
.btn-yellow {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  border: 3px solid #FFD938;
  border-radius: 0;
  line-height: 26px;
  padding: 0 0.75em;
  background-color: transparent;
}
.btn-yellow.large {
  font-family: "Playfair Display", serif;
  font-size: 38px;
  text-transform: none;
  line-height: 74px;
  font-weight: bold;
}
.btn-yellow:hover {
  background-color: #FFD938;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-center {
  text-align: center;
  margin: 85px 0;
}

@media (max-width: 767px) {
  .btn-yellow {
    font-size: 10px;
  }
  .btn-yellow.large {
    font-size: 26px;
  }
}
footer {
  padding: 70px 105px;
}
footer label {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  margin-bottom: 0;
}
footer a, footer span {
  font-size: 15px;
}
footer .column-one {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
}
footer .footer-info {
  min-height: 100px;
}
footer .sidebar-logo {
  background-image: url("assets/rafp-black-logo.svg");
  width: 230px;
  height: 155px;
  background-size: cover;
  margin: 0;
}

@media (max-width: 767px) {
  footer {
    padding: 25px 35px;
  }
  footer .column-one {
    font-size: 20px;
  }
  footer .sidebar-logo {
    width: 170px;
    height: 129px;
  }
  footer .section-title {
    left: -60px;
  }
}

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