/* -------------------------------------------------------------*/
/* -------------------------TINYMCE-----------------------------*/
/* -------------------------------------------------------------*/
.alignleft {
  float: left;
  margin: 6px 28px 28px 0;
}

.alignright {
  float: right;
  margin: 6px 0 28px 28px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 28px;
}

/* -------------------------------------------------------------*/
/* ------------------------MIXINS-------------------------------*/
/* -------------------------------------------------------------*/
/* -------------------------------------------------------------*/
/* -------------------------INIT-------------------------------*/
/* -------------------------------------------------------------*/
/* -------------------------------------------------------------*/
/* -----------------------KEYFRAMES-----------------------------*/
/* -------------------------------------------------------------*/
@-webkit-keyframes swift-inY {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes swift-inY {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes swift-inX {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes swift-inX {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-webkit-keyframes swift-outY {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@keyframes swift-outY {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@-webkit-keyframes swift-outX {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes swift-outX {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@-webkit-keyframes move {
  from {
    transform: scale(1);
    text-indent: -9999px;
    ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }
  to {
    transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    -moz-transform: scale(1.15);
  }
}

@keyframes move {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }
  to {
    transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    -moz-transform: scale(1.15);
  }
}

.ls-slide img:nth-child(1) {
  display: none !important;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: move;
  animation-name: move;
  animation-direction: alternate;
  -moz-animation-direction: alternate;
  -webkit-animation-direction: alternate;
  -o-animation-direction: alternate;
  transform-origin: middle center;
  -webkit-transform-origin: middle center;
  -o-transform-origin: middle center;
  -moz-transform-origin: middle center;
}

/* -------------------------------------------------------------*/
/* -------------------------TINYMCE-----------------------------*/
/* -------------------------------------------------------------*/
.alignleft {
  float: left;
  margin: 6px 28px 28px 0;
}

.alignright {
  float: right;
  margin: 6px 0 28px 28px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 28px;
}

body {
  font-family: 'Quicksand', sans-serif;
  overflow-x: hidden;
}

body p {
  font-family: 'Open Sans', sans-serif;
}

.alignleft {
  float: left;
  margin: 6px 28px 28px 0;
}

.alignright {
  float: right;
  margin: 6px 0 28px 28px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 28px;
}

.padding-body {
  padding-top: 100px;
}

.with-small-padding-top {
  padding-top: 20px;
}

.with-medium-padding-top {
  padding-top: 50px;
}

.with-padding-top {
  padding-top: 40px;
}

@media screen and (max-width: 992px) {
  .with-padding-top-mobile {
    padding-top: 40px;
  }
}

@media screen and (min-width: 992px) {
  .with-big-padding-top-mobile {
    padding-top: 80px;
  }
}

@media screen and (max-width: 992px) {
  .with-big-padding-top-mobile {
    padding-top: 20px;
  }
}

.with-big-padding-top {
  padding-top: 80px;
}

.with-very-big-padding-top {
  padding-top: 100px;
}

.with-small-padding-bottom {
  padding-bottom: 20px;
}

.with-padding-bottom {
  padding-bottom: 40px;
}

.with-big-padding-bottom {
  padding-bottom: 80px;
}

.with-big-margin-top {
  margin-top: 80px;
}

.img-center {
  margin: auto;
  display: block;
}

.navbar-nav > .active > a {
  background-color: transparent !important;
  border-bottom: 4px solid #69C8E6;
}

.navbar-default .navbar-nav > li > a {
  color: white !important;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (max-width: 1300px) {
  .navbar-default .navbar-nav > li > a {
    display: inline-block;
  }
}

.navbar-right {
  position: relative;
  width: 100%;
  height: 100%;
}

.navbar-right .contact-us {
  background: #B92D6F;
  min-height: 100px;
  position: absolute;
  z-index: 30;
  right: 10%;
  top: -55px;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  padding: 10px;
}

@media screen and (max-width: 1300px) {
  .navbar-right .contact-us {
    display: none;
  }
}

.navbar-right .contact-us a {
  color: white;
}

.navbar-right .contact-us span {
  padding: 5px;
  display: block;
}

.navbar {
  border: none;
  border-radius: 0px;
}

@media screen and (min-width: 1300px) {
  .navbar {
    background: rgba(0, 0, 0, 0.49);
  }
}

@media screen and (max-width: 1300px) {
  .navbar {
    background: rgba(0, 0, 0, 0.8);
  }
}

.navbar .navbar-header {
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.navbar .navbar-header .navbar-brand {
  position: absolute;
  left: 50px;
  width: 150px;
  height: 200px;
  background: white;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.navbar .navbar-header .navbar-brand img {
  padding-top: 25px;
  width: 100px;
  margin: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.navbar .navbar-header .small-logo {
  width: 110px;
  height: 150px;
}

.navbar .navbar-header .small-logo img {
  width: 60px;
}

@media screen and (min-width: 1300px) {
  .navbar .navbar-collapse {
    padding-left: 200px;
  }
}

@media screen and (max-width: 1300px) {
  .navbar .navbar-collapse {
    text-align: center;
  }
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
  border-color: none;
}

.navbar-default .navbar-toggle {
  border: none;
  position: relative;
  top: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}

@media (max-width: 1300px) {
  .hidden-tablet {
    display: none;
  }
}

@media (min-width: 1300px) {
  .hidden-desktop {
    display: none;
  }
}

.hidden-desktop img {
  width: 150px;
}

@media (max-width: 1300px) {
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}

footer {
  background: #2B0617;
}

footer img {
  margin: auto;
  display: block;
}

footer .link-footer li {
  list-style: none;
}

footer .link-footer li a {
  color: white;
}

footer .adresse-footer {
  color: white;
}

@media screen and (max-width: 992px) {
  footer .adresse-footer {
    padding-top: 20px;
  }
}

@media screen and (max-width: 992px) {
  footer .rs-footer {
    padding-top: 20px;
  }
}

@media screen and (min-width: 992px) {
  footer .rs-footer {
    text-align: right;
  }
}

footer .rs-footer p {
  color: white;
}

footer .rs-footer a {
  padding: 5px;
  color: white;
}

footer .rs-footer span {
  color: #B92D6F !important;
}

@media screen and (min-width: 992px) {
  .header-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

@media screen and (max-width: 992px) {
  .header-home {
    min-height: 90vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 50px;
    margin-top: 64px;
  }
}

@media screen and (min-width: 992px) {
  .header-home h1 {
    font-size: 40px;
    font-weight: bold;
    color: white;
  }
  .header-home h1 span {
    background: #B92D6F;
    display: table;
    padding: 5px 15px;
  }
  .header-home h2 {
    font-size: 27px;
    font-weight: bold;
    background: #69C8E6;
    color: white;
    padding: 5px 15px;
    display: inline-block;
    margin: 0px;
  }
  .header-home .back-white {
    margin-top: 40px;
    background: white;
    padding: 20px;
    max-width: 650px;
  }
}

@media screen and (max-width: 992px) {
  .header-home h1 {
    margin-top: 90px;
    padding: 10px;
    font-size: 40px;
    font-weight: bold;
    color: white;
    background: #B92D6F;
  }
  .header-home h1 span {
    display: initial;
  }
  .header-home h2 {
    font-size: 27px;
    font-weight: bold;
    background: #69C8E6;
    color: white;
    padding: 5px 15px;
    display: inline-block;
    margin: 0px;
  }
  .header-home .back-white {
    margin-top: 40px;
    background: white;
    padding: 20px;
    max-width: 650px;
  }
}

.je-suis {
  position: relative;
  top: -80px;
}

.je-suis .block-header {
  background: #B92D6F;
  border-bottom: 5px solid #E8BBD0;
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.je-suis .block-header a {
  padding-bottom: 5px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 140px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.je-suis .block-header h4 {
  font-size: 20px;
}

.je-suis .block-header img {
  float: right;
}

.pres-asso {
  background-repeat: no-repeat;
  background-size: 700px;
}

@media screen and (max-width: 992px) {
  .pres-asso {
    background-image: none !important;
  }
}

.pres-asso h2 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 20px;
  color: #B92D6F;
}

.pres-asso h2 span {
  color: #69C8E6;
}

.pres-asso .back-white {
  background: rgba(255, 255, 255, 0.89);
  padding: 20px;
  margin-top: 80px;
}

.pres-asso .nav-tabs {
  border-bottom: 1px solid #B92D6F;
}

@media screen and (min-width: 992px) {
  .pres-asso .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 992px) {
  .pres-asso .nav-tabs li {
    float: initial;
    text-align: center;
  }
}

.pres-asso .nav-tabs li.active > a {
  color: #B92D6F;
  border: none;
  border-bottom: 5px solid #B92D6F !important;
}

.pres-asso .nav-tabs li a {
  color: #9F9E9E;
  font-size: 17px;
  font-weight: 500;
  border: none;
}

.pres-asso .nav-tabs li a:hover {
  background: none;
}

.pres-asso .tab-content .tab-pane {
  padding-top: 40px;
}

.pres-asso .tab-content .tab-pane h3 {
  font-size: 20px;
  font-weight: bold;
}

.pres-asso .tab-content .tab-pane .link {
  background: #69C8E6;
  color: white;
  border-radius: 5px;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
  display: inline-block;
}

.pres-asso .tab-content .tab-pane .link:hover {
  text-decoration: none;
}

.pres-asso .tab-content .tab-pane .t-center {
  padding-top: 40px;
}

@media screen and (min-width: 992px) {
  .pres-asso .tab-content .tab-pane .t-center {
    text-align: center;
  }
}

.chiffres h4 {
  position: relative;
  text-align: center;
  color: #69C8E6;
  padding-bottom: 30px;
  font-size: 20px;
}

.chiffres h4:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #B92D6F;
  display: block;
  position: relative;
  top: 10px;
}

.chiffres h4 span {
  color: #B92D6F;
}

.chiffres p {
  text-align: center;
}

.chiffres .chiffre {
  display: block;
  font-size: 68px;
  color: #B92D6F;
  text-align: center;
  font-weight: bold;
}

.chiffres .text {
  text-align: center;
  display: block;
  color: #69C8E6;
  font-size: 20px;
  font-weight: bold;
}

.base {
  background-size: cover;
  background-position: center center;
  padding: 130px 30px;
  color: white;
  text-align: center;
}

.base h3 {
  padding-bottom: 20px;
}

.actu {
  position: relative;
  padding-top: 20px;
}

@media screen and (min-width: 992px) {
  .actu h2 {
    font-size: 30px;
    position: absolute;
    background: #B92D6F;
    color: white;
    padding: 40px 40px 60px 60px;
    left: 0px;
  }
}

@media screen and (max-width: 992px) {
  .actu h2 {
    font-size: 30px;
    background: #B92D6F;
    color: white;
    padding: 20px;
    left: 0px;
    text-align: center;
  }
}

.actu .date {
  color: #B92D6F;
  font-size: 12px;
  display: block;
  padding-top: 10px;
}

.actu a {
  color: black;
}

.actu a:hover {
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .actu .padding-top-actu {
    padding-top: 120px;
    position: relative;
  }
  .actu .padding-top-actu:after {
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
  }
}

.actu .link {
  border-top: #B92D6F 1px solid;
  padding-top: 10px;
  color: #B92D6F;
  font-size: 16px;
  display: block;
  padding-bottom: 40px;
}

.pratique {
  background: #B92D6F;
  min-height: 200px;
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}

.pratique h2 {
  display: block;
  color: white;
  border-bottom: 1px solid white;
}

.pratique .block-pratique {
  padding: 20px;
  margin-bottom: 10px;
  border: 1px solid white;
  border-radius: 7px;
}

.pratique .block-pratique p {
  font-size: 14px;
  color: white;
  font-weight: 500;
}

.pratique .block-pratique img {
  height: 30px;
}

.particuliers {
  position: relative;
  margin-top: 54px;
  background-size: 800px;
  background-repeat: no-repeat;
  min-height: 80vh;
}

.particuliers:after {
  content: '';
  background-image: url("../../img/logo-back.png");
  width: 600px;
  height: 600px;
  display: block;
  position: absolute;
  right: 0px;
  top: 80px;
  z-index: -1;
}

.particuliers .back-white {
  background: rgba(255, 255, 255, 0.89);
  padding: 20px;
}

@media screen and (min-width: 992px) {
  .particuliers .back-white {
    margin-top: 250px;
  }
}

.particuliers .back-white h1 {
  font-size: 30px;
  color: #B92D6F;
}

.particuliers .back-white h1 span {
  color: #69C8E6;
}

.particuliers .back-white .link {
  background: #69C8E6;
  color: white;
  padding: 10px 25px;
  border-radius: 6px;
  display: inline-block;
  margin-top: 20px;
  text-transform: uppercase;
}

.particuliers .margin-top-particulier {
  padding-bottom: 20px;
  padding-top: 20px;
}

@media screen and (min-width: 992px) {
  .particuliers .margin-top-particulier {
    padding-top: 250px;
  }
}

.particuliers .btn-particulier {
  background: #B92D6F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  font-size: 20px;
  padding: 20px;
  border-bottom: #E8BBD0 4px solid;
  line-height: 20px;
}

.particuliers .btn-particulier span {
  font-size: 24px;
  font-weight: 500;
}

.particuliers .btn-particulier:hover {
  text-decoration: none;
}

.particuliers .ou {
  text-align: center;
  display: block;
  font-size: 30px;
  font-weight: bold;
  padding: 5px;
  color: #B92D6F;
}

.recherche {
  position: relative;
  margin-top: 70px;
}

.recherche:after {
  content: '';
  background-image: url("../../img/logo-back-demi.png");
  width: 420px;
  height: 600px;
  display: block;
  position: absolute;
  right: 0px;
  top: 160px;
  z-index: -1;
}

.recherche .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.recherche .header h1 {
  display: inline-block;
  color: #B92D6F;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: #E8BBD0 5px solid;
}

.recherche .header h1 span {
  font-size: 24px;
  display: block;
}

.recherche h2 {
  font-weight: bold;
  color: #B92D6F;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #B92D6F;
}

.recherche .box-pole {
  margin-top: 20px;
  border-radius: 7px;
  background-color: #B92D6F;
  color: white;
  padding: 10px;
  min-height: 190px;
}

.recherche .box-pole ul {
  padding-left: 15px;
}

.recherche .box-pole p {
  padding-left: 15px;
}

.recherche .p-relative {
  position: relative;
}

.recherche .p-relative img {
  position: absolute;
}

@media screen and (max-width: 992px) {
  .recherche .p-relative img {
    left: initial;
  }
}

@media screen and (min-width: 992px) {
  .recherche .p-relative img {
    left: -15%;
  }
}

.recherche .back-white {
  position: relative;
  z-index: 2;
  padding: 10px;
  background: rgba(255, 255, 255, 0.89);
  margin-top: 150px;
}

.recherche .back-white h3 {
  color: #69C8E6;
}

.recherche .back-blue {
  position: relative;
  z-index: 2;
  padding: 10px;
  background: #69C8E6;
  margin-top: 150px;
  color: white;
}

@media screen and (max-width: 992px) {
  .recherche .back-blue {
    left: initial;
  }
}

@media screen and (min-width: 992px) {
  .recherche .back-blue {
    left: -15%;
  }
}

.beneficiaires {
  margin-top: 50px;
  position: relative;
  background: #F0EFEF;
  min-height: 200px;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media screen and (min-width: 992px) {
  .beneficiaires:before {
    content: '';
    background-image: url("../../img/a-bottom-left.png");
    width: 130px;
    height: 110px;
    display: block;
    position: absolute;
    left: 5px;
    bottom: 0px;
    z-index: 0;
  }
  .beneficiaires:after {
    content: '';
    background-image: url("../../img/a-top-right.png");
    width: 130px;
    height: 110px;
    display: block;
    position: absolute;
    right: 5px;
    top: 0px;
    z-index: 0;
  }
}

.beneficiaires h2 {
  position: absolute;
  background: #B92D6F;
  padding: 20px 20px 20px 140px;
  color: white;
  left: 0px;
  font-size: 30px;
  font-weight: bold;
  top: -50px;
}

@media screen and (max-width: 992px) {
  .beneficiaires .p-with-card {
    padding-left: 30px;
  }
}

.beneficiaires .p-with-card p:first-child {
  font-family: 'Quicksand', sans-serif;
  border: #B92D6F solid 1px;
  color: #B92D6F;
  border-radius: 6px;
  padding: 10px;
  display: inline-block;
  position: relative;
  left: -10px;
}

.atelier {
  padding-top: 100px;
  padding-bottom: 100px;
}

.atelier .p-relative {
  position: relative;
}

.atelier .p-relative img {
  position: absolute;
  left: -20%;
}

.atelier .back-white {
  position: relative;
  z-index: 2;
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.89);
  margin-top: 200px;
}

.atelier .back-white h2 {
  color: #B92D6F;
  display: inline-block;
  border-bottom: 1px solid #B92D6F;
  padding-bottom: 5px;
}

.atelier .back-white h3 {
  color: #69C8E6;
}

.atelier .back-violet {
  background: #B92D6F;
  text-align: center;
  color: white;
  border-radius: 14px;
  padding: 20px 25px;
}

.atelier .back-violet h2 {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid white;
}

.porteur {
  position: relative;
  margin-top: 50px;
  background-size: 780px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 992px) {
  .porteur {
    min-height: 615px;
  }
}

.porteur:after {
  content: '';
  background-image: url("../../img/a-blue-porteur.png");
  width: 420px;
  height: 644px;
  display: block;
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: -1;
}

.porteur .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 280px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.89);
  margin-top: 20px;
}

.porteur .header h1 {
  display: inline-block;
  color: #B92D6F;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: #E8BBD0 5px solid;
}

.porteur .header h1 span {
  font-size: 24px;
  display: block;
}

.porteur .back-white {
  position: relative;
  z-index: 2;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.89);
  margin-top: 100px;
}

.porteur .back-white h2 {
  color: #B92D6F;
}

.objectifs {
  position: relative;
}

.objectifs h3 {
  color: #B92D6F;
  font-size: 20px;
}

@media screen and (min-width: 992px) {
  .objectifs h3 {
    position: absolute;
    top: -40px;
  }
}

@media screen and (min-width: 992px) {
  .objectifs img {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    top: -100px;
  }
}

.objectifs .box-pole {
  margin-top: 20px;
  border-radius: 7px;
  background-color: #B92D6F;
  color: white;
  padding: 10px;
  min-height: 140px;
}

.objectifs .box-pole ul {
  padding-left: 10px;
}

.objectifs .box-pole p {
  padding-left: 10px;
}

.disposition {
  position: relative;
  padding-bottom: 40px;
}

.disposition:before {
  content: '';
  background-image: url("../../img/a-disposition.png");
  width: 276px;
  height: 448px;
  display: block;
  position: absolute;
  left: 50px;
  top: 10px;
  z-index: -1;
}

@media screen and (min-width: 992px) {
  .disposition .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.disposition h2 {
  font-size: 30px;
  color: #69C8E6;
  font-weight: bold;
}

.parcours {
  position: relative;
}

.parcours h2 {
  text-align: center;
  background-color: white;
  padding-left: 0px;
  padding-right: 0px;
  display: block;
}

.parcours h2:before {
  content: '';
  background-image: url("../../img/bandeau-parcours.png");
  width: 100%;
  height: 40px;
  background-size: 25px 42px;
  display: block;
  position: relative;
  top: 55px;
  z-index: 1;
}

.parcours h2 span {
  font-size: 30px;
  font-weight: bold;
  color: white;
  background: #B92D6F;
  padding: 20px 60px;
  position: relative;
  z-index: 2;
  border-left: 20px white solid;
  border-right: 20px white solid;
  display: inline-block;
}

.parcours h2 span:after {
  content: '';
  background-color: #E8BBD0;
  display: block;
  width: 100%;
  height: 5px;
  bottom: -5px;
  position: absolute;
  left: 0px;
}

.parcours .p-with-card {
  padding-top: 20px;
  text-align: center;
}

.parcours .p-with-card p:first-child {
  font-family: 'Quicksand', sans-serif;
  border: #B92D6F solid 1px;
  color: #B92D6F;
  border-radius: 6px;
  padding: 10px;
  display: inline-block;
  position: relative;
  left: -10px;
}

.proximite {
  position: relative;
  margin-top: 50px;
  background-size: 630px;
  background-repeat: no-repeat;
  padding-top: 100px;
}

@media screen and (min-width: 992px) {
  .proximite {
    min-height: 700px;
  }
}

.proximite .back-white {
  position: relative;
  z-index: 2;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.89);
}

.proximite .back-white h1 {
  color: #69C8E6;
  font-size: 30px;
}

.proximite .back-white h1 span {
  color: #B92D6F;
}

.historique h2 {
  color: #69C8E6;
  font-size: 30px;
  font-weight: bold;
}

.mission {
  background: #B92D6F;
  padding: 40px 0px;
  color: white;
  text-align: center;
}

.mission h2 {
  border-bottom: 1px solid white;
  display: inline-block;
  padding-bottom: 5px;
}

.liste-missions {
  position: relative;
}

@media screen and (max-width: 992px) {
  .liste-missions {
    padding-bottom: 40px;
  }
}

.liste-missions:before {
  content: '';
  background-image: url("../../img/aspie-missions.png");
  width: 200px;
  background-size: cover;
  height: 360px;
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
}

.liste-missions h3 {
  font-size: 20px;
  color: white;
  padding: 5px;
  display: inline-block;
  margin-top: 40px;
}

@media screen and (max-width: 992px) {
  .liste-missions .mission-1 {
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .liste-missions .mission-1 {
    text-align: right;
  }
}

.liste-missions .mission-1 h3 {
  background: #B92D6F;
}

.liste-missions .mission-2 {
  text-align: left;
}

.liste-missions .mission-2 h3 {
  background: #B92D6F;
}

@media screen and (max-width: 992px) {
  .liste-missions .mission-3 {
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .liste-missions .mission-3 {
    text-align: right;
  }
}

.liste-missions .mission-3 h3 {
  background: #69C8E6;
}

.liste-missions .mission-4 {
  text-align: left;
}

.liste-missions .mission-4 h3 {
  background: #69C8E6;
}

@media screen and (min-width: 992px) {
  .contact {
    padding-top: 200px;
  }
}

@media screen and (max-width: 992px) {
  .contact {
    padding-top: 50px;
  }
}

.contact h1 {
  color: #B92D6F;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .contact h1 {
    padding-top: 100px;
  }
}

.contact h1 span {
  display: inline;
  color: #69C8E6;
}

.contact span {
  margin-top: 40px;
  display: inline-block;
  margin-right: 20px;
}

.contact .adresse {
  color: #B92D6F;
}

.contact .phone a {
  background: #B92D6F;
  color: white;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: bold;
}

.contact .phone a:hover {
  text-decoration: none;
}

.formulaire {
  padding-bottom: 30px;
}

.formulaire h2 {
  color: #B92D6F;
  font-size: 30px;
  font-weight: bold;
}

.formulaire .form-control {
  border: 1px solid #69C8E6;
  margin-top: 10px;
}

.formulaire .wpcf7-submit {
  background: #69C8E6;
  border: none;
  border-radius: 6px;
  float: right;
  color: white;
  padding: 7px 30px;
  font-size: 15px;
  font-weight: bold;
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .actu {
    padding-top: 200px;
  }
}

@media screen and (max-width: 992px) {
  .actu {
    padding-top: 50px;
  }
}

.actu h1 {
  color: #B92D6F;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .actu h1 {
    padding-top: 100px;
  }
}

.actu h1 span {
  display: inline;
  color: #69C8E6;
}

.actu span {
  margin-top: 40px;
  display: inline-block;
  margin-right: 20px;
}

.liste-actu {
  padding-top: 50px;
}

.liste-actu .card-actu {
  margin-top: 20px;
  background: #69C8E6;
  border-radius: 15px;
  padding-bottom: 5px;
}

.liste-actu .card-actu img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

@media screen and (min-width: 992px) {
  .liste-actu .card-actu h2 {
    font-size: 30px;
    position: absolute;
    background: #B92D6F;
    color: white;
    padding: 40px 40px 60px 60px;
    left: 0px;
  }
}

@media screen and (max-width: 992px) {
  .liste-actu .card-actu h2 {
    font-size: 30px;
    background: #B92D6F;
    color: white;
    padding: 20px;
    left: 0px;
    text-align: center;
  }
}

.liste-actu .card-actu .date {
  padding-left: 15px;
  color: white;
  font-size: 12px;
  display: block;
  padding-top: 10px;
}

.liste-actu .card-actu p, .liste-actu .card-actu h5 {
  padding-left: 15px;
  padding-right: 15px;
}

.liste-actu .card-actu a {
  color: white;
}

.liste-actu .card-actu a:hover {
  text-decoration: none;
}

.liste-actu .card-actu .link {
  background: white;
  padding: 5px 30px;
  color: #69C8E6;
  border-radius: 4px;
  margin: auto;
  display: table;
  margin: 16px auto;
}

.article {
  position: relative;
}

.article:before {
  content: url("../../img/a-article.png");
  position: absolute;
  bottom: 200px;
  left: -70px;
}

.article .header-article {
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 992px) {
  .article .header-article {
    min-height: 150px;
    background-size: cover;
    background-position: center center;
    margin-top: 64px;
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 992px) {
  .article .header-article {
    min-height: 500px;
    background-size: cover;
    background-position: center center;
  }
}

@media screen and (max-width: 992px) {
  .article .header-article h1 {
    font-size: 30px;
    color: white;
    background: #B92D6F;
    position: absolute;
    bottom: -115px;
    padding: 20px;
  }
}

@media screen and (min-width: 992px) {
  .article .header-article h1 {
    font-size: 30px;
    color: white;
    background: #B92D6F;
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    padding: 20px 45px 20px 45px;
  }
}

.article h2 {
  color: #B92D6F;
}

.article h2 strong {
  font-weight: 500;
  color: #69C8E6;
}

.article .flex h3 {
  color: #B92D6F;
}

@media screen and (min-width: 992px) {
  .article .flex {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.article .date {
  display: block;
  padding-bottom: 10px;
  color: #B92D6F;
  font-weight: bold;
}

.article .auteur {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.article .auteur:before {
  content: '';
  background-image: url("../../img/bandeau-parcours.png");
  width: 100%;
  height: 40px;
  background-size: 25px 42px;
  display: block;
  position: relative;
  top: 40px;
  z-index: 1;
}

.article .auteur p {
  color: #B92D6F;
  display: inline-block;
  background: white;
  position: relative;
  z-index: 2;
  padding: 0px 30px;
}
