body {
  font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  color: #555555; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #f7ca44; }
  a:hover {
    text-decoration: none;
    color: #f7ca44; }
  a.link-underline {
    text-decoration: underline; }
    a.link-underline:hover {
      text-decoration: none; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  color: #000;
  font-weight: 300;
  font-family: "Dosis", sans-serif; }

.text-primary {
  color: #f7ca44 !important; }

/*@media (max-width:991.98px){
  .navbar-expand-lg> .container, .navbar-expand-lg> .container-fluid{
    padding-left: 0;
    padding-right: 0;
    background-color: #000;
  }
}*/

.ftco-navbar-light {
  background: transparent !important;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  top: 10px; }
  @media (max-width: 991.98px) {
    .ftco-navbar-light {
      background: #000 !important;
      top: 0;
      position: relative; } }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000000;
    opacity: 1 !important; }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
      color: #fff; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-top: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px; }
       }
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
        padding-left: 0;
        margin-left: 0; } }
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
      position: absolute;
      content: "";
      top: 10px;
      bottom: 10px;
      left: 0;
      width: 2px;
      background: rgba(255, 255, 255, 0.05); }
      @media (max-width: 991.98px) {
        .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
          display: none; } }
  .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    padding-left: 0;
    color: #fff; }
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a span {
      border: 2px solid #fff;
      display: inline-;
      padding: 10px 20px;
      border-radius: 4px; }
  .ftco-navbar-light .navbar-nav > .nav-item.cta.cta-colored span {
    border-color: #f7ca44; }
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #fff;
    position: relative; }
    .ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
      content: "";
      height: 2px;
      background: #fff;
      left: 20px;
      right: 20px;
      position: absolute;
      bottom: 20px; }
      @media (max-width: 991.98px) {
        .ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
          display: none; } }
  .ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
  .ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
    .ftco-navbar-light.scrolled .nav-item.active > a {
      color: #f7ca44 !important; }
      .ftco-navbar-light.scrolled .nav-item.active > a:before {
        display: none; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important; } }
    @media (max-width: 767.98px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .ftco-navbar-light.scrolled .navbar-toggler {
      border: none;
      color: rgba(0, 0, 0, 0.5) !important;
      border-color: rgba(0, 0, 0, 0.5) !important;
      cursor: pointer;
      padding-right: 0;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: .1em; }
    .ftco-navbar-light.scrolled .nav-link {
      padding-top: 0.9rem !important;
      padding-bottom: 0.9rem !important;
      color: #000 !important; }
      .ftco-navbar-light.scrolled .nav-link.active {
        color: #f7ca44 !important; }
    .ftco-navbar-light.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled .navbar-brand {
      color: #000; }

.navbar-brand {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 30px;
  font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.bg-image, .ftco-cover {
  background-size: cover;
  background-repeat: no-repeat; }

.ftco-cover {
  background-position: center center; }
  .ftco-cover .ftco-heading {
    font-size: 50px;
    line-height: 1.2;
    color: #fff; }
    @media (max-width: 991.98px) {
      .ftco-cover .ftco-heading {
        font-size: 37px;
        line-height: 1.3; } }
  .ftco-cover .ftco-subheading {
    max-width: 450px;
    line-height: 1.5; }
  .ftco-cover .ftco-subheading, .ftco-cover p {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  @media (max-width: 991.98px) {
    .ftco-cover .btn {
      width: 100% !important; } }
  .ftco-cover a {
    position: relative;
    color: #fff; }
  .ftco-cover.overlay {
    position: relative; }
    .ftco-cover.overlay:before {
      content: "";
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
  .ftco-cover .ftco-vh-100 {
    min-height: 700px !important; }

.ftco-uppercase {
  font-size: 30px; }

.menu-item {
  margin-bottom: 30px; }
  .menu-item img {
    width: 100px;
    border-radius: 50%; }
  .menu-item .menu-price {
    font-size: 24px; }

@media (max-width: 991.98px) {
  .display-4 {
    font-size: 37px; } }

.bg-light {
  background: #f1efed !important;
  background: #fafafa !important; }

.ftco-custom-gutters {
  margin-left: -10px;
  margin-right: -10px; }
  .ftco-custom-gutters [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px; }
    .ftco-custom-gutters [class*=col-] .ftco-thumbnail {
      display: block;
      margin-bottom: 5px; }

.btn:hover, .btn:active, .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.ftco-play-video span {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

.ftco-play-video > .play-icon-wrap {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  position: relative;
  border-radius: 50%; }
  .ftco-play-video > .play-icon-wrap > span {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 2px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.ftco-play-video:hover > .play-icon-wrap {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.ftco-play-video:hover span {
  color: #fff; }

.block-41 .block-41-subheading {
  margin-bottom: 10px;
  color: #ccc; }
  .block-41 .block-41-subheading > div {
    display: inline-block;
    text-transform: uppercase; }
    .block-41 .block-41-subheading > div.block-41-line {
      height: 2px;
      width: 50px;
      background: #f7ca44; }

.block-41 .block-41-heading {
  line-height: 1.2; }

@media (min-width: 768px) {
  .block-41 .block-41-text {
    font-size: 20px; } }

.block-48 {
  background: #f7ca44;
  padding: 50px;
  color: #000; }
  .block-48 .block-48-text-1 {
    font-size: 30px; }
  .block-48 .block-48-counter {
    font-size: 70px;
    line-height: 1; }

.block-11 .owl-stage {
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.block-11 .owl-nav {
  position: relative;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .block-11 .owl-nav .owl-prev, .block-11 .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    padding: 20px;
    font-size: 30px; }
    .block-11 .owl-nav .owl-prev.disabled, .block-11 .owl-nav .owl-next.disabled {
      opacity: .2; }

.btn {
  cursor: pointer;
  border-radius: 0px;
  border: 2px solid transparent;
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #999999;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.5); }
  .btn.btn-hover-white:hover {
    background: transparent;
    color: #fff !important; }
  .btn.btn-success {
    border: 2px solid #28a745;
    color: #fff; }
  .btn.btn-white {
    background: #fff;
    color: #000; }
    .btn.btn-white:hover {
      background: #000;
      color: #fff; }
  .btn.btn-primary {
    background: #f7ca44;
    border: 2px solid #f7ca44;
    color: #fff; }
    .btn.btn-primary:hover {
      border: 2px solid #f7ca44;
      background: transparent;
      color: #f7ca44; }
    .btn.btn-primary:active, .btn.btn-primary:focus {
      color: #fff !important; }
    .btn.btn-primary.btn-outline-primary {
      border: 2px solid #f7ca44;
      background: transparent;
      color: #f7ca44; }
      .btn.btn-primary.btn-outline-primary:hover {
        border: 2px solid transparent;
        background: #f7ca44;
        color: #000; }
  .btn.btn-outline-white {
    border-color: rgba(255, 255, 255, 0.8);
    background: none;
    border-radius: 0px;
    border-width: 2px;
    color: #000; }
    .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
      background: #fff;
      border-color: #fff;
      color: #000; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important; }

.form-control {
  background: #fff !important;
  color: #000 !important;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .form-control:focus, .form-control:active {
    border-color: #000; }

textarea.form-control {
  height: inherit !important; }

.ftco-vh-100 {
  height: 100vh; }
  @media (max-width: 1199.98px) {
    .ftco-vh-100 {
      height: inherit;
      padding-top: 5em;
      padding-bottom: 5em; } }

.ftco-vh-75 {
  height: 75vh;
  min-height: 700px; }
  @media (max-width: 1199.98px) {
    .ftco-vh-75 {
      min-height: 700px;
      height: inherit;
      padding-top: 5em;
      padding-bottom: 5em; } }

.ftco-tab-nav {
  padding: 0;
  margin: 0;
  display: inline-block !important; }
  @media (max-width: 767.98px) {
    .ftco-tab-nav {
      display: block !important;
      margin-bottom: 10px;
      width: 100% !important; } }
  .ftco-tab-nav li {
    padding: 0;
    margin: 0 5px;
    display: inline-block !important; }
    @media (max-width: 767.98px) {
      .ftco-tab-nav li {
        display: block !important;
        margin-bottom: 10px;
        width: 100% !important; } }
    .ftco-tab-nav li a {
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: .2em;
      color: #ccc;
      border: 2px solid #ccc;
      border-radius: 0 !important; }
      .ftco-tab-nav li a.active {
        background: none !important;
        color: black !important;
        border: 2px solid #000; }

.post-entry {
  margin-bottom: 40px; }
  .post-entry .img-wrap {
    position: relative;
    display: block;
    overflow: hidden; }
    .post-entry .img-wrap img {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .post-entry .img-wrap .date {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 10px 20px;
      background: #f7ca44;
      color: #fff;
      font-size: 14px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .post-entry .img-wrap:hover img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
    .post-entry .img-wrap:hover .date {
      font-size: 16px;
      color: #fff;
      background: #000; }
  .post-entry h3 {
    font-size: 20px;
    line-height: 1.5; }
    .post-entry h3 a {
      color: #000; }
      .post-entry h3 a:hover {
        color: #f7ca44; }
  .post-entry p {
    color: #999999; }

.featured-donate, .featured-section {
  padding: 4em 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .featured-donate img, .featured-section img {
    -webkit-box-shadow: 0 4px 30px -5px black;
    box-shadow: 0 4px 30px -5px black;
    border-radius: 7px; }
  .featured-donate h2, .featured-section h2 {
    color: #fff; }
  .featured-donate p, .featured-section p {
    color: #fff; }
  .featured-donate .featured-text, .featured-section .featured-text {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2em; }
  .featured-donate .donation-time, .featured-section .donation-time {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-style: italic;
    font-size: 15px; }
  .featured-donate .fund-raised, .featured-section .fund-raised {
    font-weight: 900;
    color: #fff; }
  .featured-donate.overlay-color, .featured-donate.overlay-color-2, .featured-section.overlay-color, .featured-section.overlay-color-2 {
    position: relative; }
    .featured-donate.overlay-color:before, .featured-donate.overlay-color-2:before, .featured-section.overlay-color:before, .featured-section.overlay-color-2:before {
      position: absolute;
      content: "";
      background: #28a745;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: .9; }
  .featured-donate.overlay-color-2:before, .featured-section.overlay-color-2:before {
    background: #f7ca44; }

.form-volunteer h2 {
  font-size: 25px;
  margin-bottom: 20px; }

.form-volunteer label {
  color: #fff; }

.form-volunteer .form-control {
  border: 2px solid #fff;
  background: none !important;
  margin-bottom: 10px;
  color: #fff !important; }
  .form-volunteer .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    font-style: italic; }
  .form-volunteer .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-style: italic; }
  .form-volunteer .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-style: italic; }
  .form-volunteer .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-style: italic; }

.custom-progress {
  background-color: #fff;
  height: .2rem;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 10px; }

.person-donate em {
  font-family: serif; }

.person-donate img {
  border-radius: 7px;
  width: 180px;
  margin-bottom: 20px; }

.person-donate h2 {
  font-size: 20px;
  margin: 0;
  padding: 0; }

.person-donate p {
  line-height: 1.5; }

.person-donate .time {
  color: #b3b3b3;
  font-size: 13px; }

.person-donate .donate-amount > div {
  width: 50%;
  padding: 10px; }

.person-donate .donate-amount .label {
  background: #f2f2f2; }

.person-donate .donate-amount .amount {
  background: #28a745;
  color: #fff; }

.fundraise-item {
  -webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.1);
  border: none;
  height: 100%; }
  .fundraise-item .custom-progress-success {
    background-color: #f2f2f2;
    height: .2rem;
    border-radius: 4px;
    margin-bottom: 20px; }
  .fundraise-item a {
    color: #000; }
    .fundraise-item a:hover {
      color: #f7ca44; }
  .fundraise-item .donation-time {
    color: #ccc;
    display: block;
    font-style: italic;
    font-size: 15px; }
  .fundraise-item .card-title {
    font-size: 24px; }

.ftco-animate {
  opacity: 0;
  visibility: hidden; }

.bg-primary {
  background: #f7ca44 !important; }

.site-section {
  padding: 4em 0; }

.border-top {
  border-top: 1px solid #f2f2f2 !important; }

.ftco-bg-dark {
  background: #3c312e; }

.footer {
  background: #404040;
  padding: 8em 0;
  color: #fff; }
  .footer .heading-section {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: .1em;
    color: #fff !important;
    font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  .footer .block-21 .heading a {
    color: #fff !important; }
    .footer .block-21 .heading a:hover {
      color: #f7ca44 !important; }
  .footer .block-21 .meta a {
    color: gray !important; }
    .footer .block-21 .meta a:hover {
      color: #fff !important; }
  .footer a {
    color: #f7ca44; }
    .footer a:hover {
      color: #f7ca44 !important; }

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 10px 0;
  display: inline-block; }
  .ftco-footer-social li a {
    height: 60px;
    width: 60px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative; }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 26px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .ftco-footer-social li a:hover {
      color: #f7ca44; }

.footer-small-nav > li {
  display: inline-block; }
  .footer-small-nav > li a {
    margin: 0 10px 10px 0; }
    .footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
      color: #f7ca44; }

#map {
  height: 400px;
  width: 100%; }
  @media (max-width: 991.98px) {
    #map {
      height: 300px; } }

.container-fluid {
  padding-left: 0;
  padding-right: 0; }

.ftco-section-2 .section-2-blocks-wrapper .button {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  right: 0;
  margin-right: -50px;
  border-radius: 50%;
  background: #f7ca44;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (max-width: 991.98px) {
    .ftco-section-2 .section-2-blocks-wrapper .button {
      top: auto;
      bottom: 0 !important;
      margin-right: auto;
      right: auto;
      left: 50%;
      margin-bottom: -50px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  .ftco-section-2 .section-2-blocks-wrapper .button span {
    position: absolute;
    font-size: 30px;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-30%, -48%);
    -ms-transform: translate(-30%, -48%);
    transform: translate(-30%, -48%); }

.ftco-section-2 .section-2-blocks-wrapper .text {
  position: relative;
  z-index: -1;
  padding: 15px; }
  @media (min-width: 768px) {
    .ftco-section-2 .section-2-blocks-wrapper .text {
      padding: 10% 7%; } }
  .ftco-section-2 .section-2-blocks-wrapper .text h3 {
    margin-bottom: 50px; }

.ftco-section-2 .section-2-blocks-wrapper .img {
  background-position: center center;
  background-size: cover; }
  @media (max-width: 991.98px) {
    .ftco-section-2 .section-2-blocks-wrapper .img {
      height: 400px;
      margin-bottom: 70px; } }

.section-2-blocks-wrapper-2 .text {
  position: relative;
  padding: 30px 15px; }
  @media (min-width: 768px) {
    .section-2-blocks-wrapper-2 .text {
      padding: 40px; } }
  .section-2-blocks-wrapper-2 .text h3 {
    margin-bottom: 30px; }

.section-2-blocks-wrapper-2 .img, .section-2-blocks-wrapper-2 .image {
  background-position: center center;
  background-size: cover; }

.section-2-blocks-wrapper-2 .quote {
  background: #97DE95;
  background: #f7ca44;
  color: #000;
  width: 100%;
  font-size: 24px;
  padding: 80px !important; }
  .section-2-blocks-wrapper-2 .quote .author {
    display: block;
    font-size: 16px; }

.section-2-blocks-wrapper-2 .image {
  height: 500px;
  margin-top: 0;
  margin-left: 0; }
  @media (min-width: 768px) {
    .section-2-blocks-wrapper-2 .image {
      margin-top: -70px;
      margin-left: -70px; } }

.flip-container {
  margin-bottom: 50px;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d; }
  .flip-container:hover .back, .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  .flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  .flip-container, .flip-container .front, .flip-container .back {
    width: 100%;
    height: 427px; }
  .flip-container .flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transition: 0.6s;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative; }
  .flip-container .front, .flip-container .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 4px;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 0; }
  .flip-container .front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    background: lightgreen;
    z-index: 2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .flip-container .front:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
      background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
    .flip-container .front .box {
      position: absolute;
      bottom: 0;
      left: 20px;
      right: 20px;
      bottom: 20px; }
      .flip-container .front .box h2, .flip-container .front .box p {
        color: #fff;
        margin: 0;
        padding: 0;
        line-height: 1.5; }
      .flip-container .front .box h2 {
        font-size: 20px; }
      .flip-container .front .box p {
        font-size: 12px; }
  .flip-container .back {
    background: #fff;
    -webkit-box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
  .flip-container .back p {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 20px;
    font-size: 18px; }
  .flip-container .author {
    bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px; }
    .flip-container .author .image {
      width: 40px; }
      .flip-container .author .image img {
        border-radius: 50%;
        max-width: 100%; }
    .flip-container .author .position {
      display: block;
      font-size: 12px; }
  @media (max-width: 991.98px) {
    .flip-container .back {
      -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg); }
    .flip-container .front {
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      transform: rotateY(180deg); } }

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

.ftco-counter .ftco-number {
  display: block;
  font-size: 72px;
  font-weight: bold;
  color: #f7ca44; }

.ftco-counter .ftco-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #b3b3b3; }

.block-22 {
  padding: 3em 0; }
  .block-22 .heading {
    font-size: 30px;
    font-weight: 300; }
  .block-22 .subscribe .form-group {
    position: relative; }
  .block-22 .subscribe .email {
    height: 50px;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 180px; }
  .block-22 .subscribe .submit {
    position: absolute;
    top: 6px;
    padding-left: 30px;
    padding-right: 30px;
    right: 6px;
    border-radius: 30px;
    color: #fff; }
    .block-22 .subscribe .submit:hover {
      color: #000; }

.block-21 figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px; }
  .block-21 figure img {
    border: 4px solid #fff;
    border-radius: 4px; }

.block-21 .text .heading {
  font-size: 18px;
  font-weight: 300; }
  .block-21 .text .heading a {
    color: #000; }
    .block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
      color: #f7ca44; }

.block-21 .text .meta > div {
  display: inline-block;
  font-size: 12px;
  margin-right: 10px; }
  .block-21 .text .meta > div a {
    color: #cccccc; }

.block-5 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 500px;
  position: relative;
  display: block;
  margin-bottom: 30px; }
  .block-5:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
  .block-5 .text {
    position: absolute;
    bottom: 0;
    padding: 20px 20px 10px 20px;
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease; }
    .block-5 .text:before {
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      background: #fff;
      visibility: hidden;
      opacity: 0;
      height: 0;
      position: absolute;
      content: "";
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .block-5 .text .heading, .block-5 .text .subheading, .block-5 .text .post-meta, .block-5 .text .excerpt {
      z-index: 2;
      position: relative; }
    .block-5 .text .subheading {
      color: #fff;
      text-transform: uppercase;
      letter-spacing: .1em;
      font-size: 12px;
      margin-bottom: 5px;
      opacity: .6; }
    .block-5 .text .heading {
      color: #fff;
      margin: 0 0 10px 0;
      padding: 0;
      font-weight: bold;
      font-size: 20px;
      line-height: 1.2; }
    .block-5 .text .post-meta {
      line-height: 1.4;
      color: #fff;
      font-size: 12px;
      text-transform: uppercase; }
      .block-5 .text .post-meta span {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
        opacity: .6; }
    .block-5 .text .excerpt {
      line-height: 1.4;
      color: #fff; }
  .block-5:hover .text:before, .block-5:focus .text:before {
    visibility: visible;
    opacity: 1;
    height: 100%;
    background: #fff; }
  .block-5:hover .text .heading, .block-5:hover .text .subheading, .block-5:hover .text .post-meta, .block-5:focus .text .heading, .block-5:focus .text .subheading, .block-5:focus .text .post-meta {
    color: #000; }

.block-6 .icon {
  margin-right: 30px;
  color: #f7ca44; }
  .block-6 .icon span:before {
    font-size: 50px; }
  .block-6 .icon span.bg-after:after {
    position: absolute;
    content: "";
    left: 10px;
    top: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fbe6a6;
    z-index: -1; }

.block-6 .media-body .heading {
  font-size: 18px; }

.block-6 .media-body p {
  color: #a2a2a2; }
  .block-6 .media-body p:last-child {
    margin-bottom: 0; }

.block-13 .owl-stage-outer {
  padding-bottom: 7em; }

.block-13 .owl-nav {
  position: relative;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .block-13 .owl-nav .owl-prev, .block-13 .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    padding: 20px;
    font-size: 30px; }
    .block-13 .owl-nav .owl-prev.disabled, .block-13 .owl-nav .owl-next.disabled {
      opacity: .2; }

.block-10 {
  margin-bottom: 30px; }
  .block-10 .person-info {
    height: 75px; }
    .block-10 .person-info span {
      display: block; }
    .block-10 .person-info .name {
      font-size: 20px; }
    .block-10 .person-info .position {
      font-size: 14px; }

@media (min-width: 768px) {
  .pricing-wrap {
    margin-top: -250px; } }

.block-7 {
  margin-bottom: 30px;
  padding: 30px;
  -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.11);
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.11);
  background: #fff; }
  @media (min-width: 768px) {
    .block-7 {
      padding: 40px; } }
  .block-7 .heading {
    font-size: 50px;
    line-height: 1;
    margin: 0;
    padding: 0; }
  .block-7 .heading-2 {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase; }
  .block-7 .price {
    margin: 0;
    padding: 0;
    display: block; }
    .block-7 .price sup {
      font-size: 20px;
      top: -2em; }
    .block-7 .price .number {
      font-size: 80px; }
  .block-7 .excerpt {
    margin-bottom: 20px;
    color: #b3b3b3; }
  .block-7 .label2 {
    text-transform: uppercase; }
  .block-7 .pricing-text {
    margin-bottom: 0; }
    .block-7 .pricing-text, .block-7 .pricing-text li {
      padding: 0;
      margin: 0; }
    .block-7 .pricing-text li {
      list-style: none;
      margin-bottom: 10px;
      color: #b3b3b3; }
      .block-7 .pricing-text li strong {
        color: #000; }

.block-8 .accordion-item .heading {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0; }
  .block-8 .accordion-item .heading > a {
    padding-left: 35px;
    position: relative;
    color: #000; }
    .block-8 .accordion-item .heading > a:before {
      width: 20px;
      height: 20px;
      line-height: 18px;
      border: 1px solid #ccc;
      text-align: center;
      font-size: 18px;
      top: .1em;
      left: 0; }
    .block-8 .accordion-item .heading > a[aria-expanded="true"]:before {
      font-family: 'icomoon';
      position: absolute;
      content: "\e316";
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      background: #f7ca44;
      color: #fff;
      border: 1px solid #f7ca44; }
    .block-8 .accordion-item .heading > a[aria-expanded="false"]:before {
      content: "\e313";
      color: #ccc;
      font-family: 'icomoon';
      position: absolute;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }

.block-8 .accordion-item .body-text {
  font-size: 16px;
  padding: 5px 0;
  padding-left: 30px; }

.block-4 .nonloop .owl-stage {
  padding-bottom: 2em; }

.block-4 .nonloop .owl-item {
  -webkit-box-shadow: 0 7px 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 20px -5px rgba(0, 0, 0, 0.2); }

.block-4 .nonloop .owl-nav {
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: -2px; }
  .block-4 .nonloop .owl-nav .owl-prev, .block-4 .nonloop .owl-nav .owl-next {
    opacity: .2;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: absolute; }
    .block-4 .nonloop .owl-nav .owl-prev:hover, .block-4 .nonloop .owl-nav .owl-next:hover {
      opacity: 1; }
    .block-4 .nonloop .owl-nav .owl-prev.disabled, .block-4 .nonloop .owl-nav .owl-next.disabled {
      display: none; }
    .block-4 .nonloop .owl-nav .owl-prev span, .block-4 .nonloop .owl-nav .owl-next span {
      font-size: 30px; }
  .block-4 .nonloop .owl-nav .owl-prev {
    left: 50px; }
  .block-4 .nonloop .owl-nav .owl-next {
    right: 50px; }

.block-4 .nonloop .owl-dots {
  bottom: -40px;
  position: absolute;
  width: 100%;
  text-align: center; }
  .block-4 .nonloop .owl-dots .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .block-4 .nonloop .owl-dots .owl-dot.active {
      background: #f7ca44; }

.contact-section {
  margin-top: -250px; }
  .contact-section .container {
    z-index: 2;
    position: relative;
    background: #fff !important;
    padding: 30px; }
    @media (min-width: 768px) {
      .contact-section .container {
        padding: 70px; } }

.custom-pagination {
  width: 100%;
  text-align: center;
  display: inline-block; }
  .custom-pagination li {
    display: inline-block; }
  .custom-pagination .prev a, .custom-pagination .next a {
    font-size: 20px !important;
    line-height: 38px !important; }
  .custom-pagination li a, .custom-pagination .prev a, .custom-pagination .next a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    border-radius: 50% !important;
    font-size: 16px; }
  .custom-pagination li.active a, .custom-pagination .prev.active a, .custom-pagination .next.active a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    border-radius: 50% !important;
    font-size: 16px;
    background: #f7ca44;
    color: #fff; }
    .custom-pagination li.active a:hover, .custom-pagination li.active a:focus, .custom-pagination .prev.active a:hover, .custom-pagination .prev.active a:focus, .custom-pagination .next.active a:hover, .custom-pagination .next.active a:focus {
      color: #fff; }
  .custom-pagination .prev {
    float: left; }
  .custom-pagination .next {
    float: right; }

/* Blog*/
.post-info {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  letter-spacing: .1em; }
  .post-info > div {
    display: inline-block; }
    .post-info > div .seperator {
      display: inline-block;
      margin: 0 10px;
      opacity: .5; }

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #000;
  border: 1px solid #ccc;
  font-size: 11px; }
  .tagcloud a:hover {
    border: 1px solid #000; }

.comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3 {
        font-size: 20px; }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #ccc; }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #e6e6e6;
        color: #000;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: .1em;
        font-weight: 400;
        border-radius: 4px; }
        .comment-list li .comment-body .reply:hover {
          color: #fff;
          background: black; }

.search-form {
  background: #f7f7f7;
  padding: 10px; }
  .search-form .form-group {
    position: relative; }
    .search-form .form-group input {
      padding-right: 50px; }
  .search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff; }
  .sidebar-box *:last-child {
    margin-bottom: 0; }
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px; }

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none; }
  .categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .categories li a, .sidelink li a {
    display: block; }
    .categories li a span, .sidelink li a span {
      position: absolute;
      right: 0;
      top: 0;
      color: #ccc; }
  .categories li.active a, .sidelink li.active a {
    color: #000;
    font-style: italic; }

.section-heading .subheading-sm {
  margin-bottom: 30px;
  color: #999999;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .1em;
  position: relative;
  display: inline-block;
  font-weight: 300; }
  .section-heading .subheading-sm:after {
    width: 80px;
    height: 2px;
    background: #999999;
    position: absolute;
    left: 120%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: ""; }

.section-heading .heading {
  font-size: 50px;
  line-height: 1.2;
  margin: 0 0 40px 0;
  padding: 0; }

.block-32 {
  margin-top: -70px;
  z-index: 1;
  position: relative;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1); }
  .block-32 .field-icon-wrap {
    position: relative; }
    .block-32 .field-icon-wrap .form-control {
      height: 52px !important;
      position: relative;
      padding-right: 40px;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      color: #a6a6a6; }
    .block-32 .field-icon-wrap .icon {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 15px;
      z-index: 2; }
    .block-32 .field-icon-wrap select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 100%; }
  .block-32 .btn {
    height: 52px;
    color: #fff; }

.block-31 .owl-nav {
  position: absolute;
  right: 50px;
  bottom: 130px; }
  .block-31 .owl-nav .owl-prev, .block-31 .owl-nav .owl-next {
    color: #fff;
    font-size: 20px;
    opacity: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .block-31 .owl-nav .owl-prev:hover, .block-31 .owl-nav .owl-next:hover {
      opacity: 1; }

.block-31 .owl-dots {
  position: absolute;
  bottom: 100px;
  right: 50px; }
  .block-31 .owl-dots .owl-dot {
    float: left;
    width: 40px;
    height: 2px;
    background: #fff;
    opacity: .3; }
    .block-31 .owl-dots .owl-dot.active {
      opacity: 1;
      background: #fff; }

.block-30 {
  background-size: cover;
  background-color: #ccc;
  padding: 0;
  position: relative; }
  @media (max-width: 991.98px) {
    .block-30 {
      background-position: center center !important; } }
  .block-30 .author {
    margin-top: 30px;
    font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    display: block; }
  .block-30:before {
    background: #000;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .4;
    z-index: 0; }
  .block-30.no-overlay:before {
    display: none; }
  .block-30, .block-30 .row {
    min-height: 700px;
    height: 100vh; }
  .block-30 .subheading-sm {
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .1em;
    position: relative;
    display: inline-block;
    font-weight: 300; }
    .block-30 .subheading-sm:after {
      width: 80px;
      height: 2px;
      background: #fff;
      position: absolute;
      left: 120%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      content: ""; }
  .block-30 .heading {
    color: #fff;
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 50px;
    font-family: "Dosis", sans-serif; }
    @media (min-width: 768px) {
      .block-30 .heading {
        font-size: 80px; } }
    @media (min-width: 992px) {
      .block-30 .heading {
        font-size: 80px; } }
  .block-30 .btn {
    background: #fff;
    border-radius: 0;
    border: 2px solid transparent;
    font-size: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #999999;
    -webkit-box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2); }
    .block-30 .btn:hover {
      border-color: #fff;
      color: #fff; }
  .block-30.block-30-sm, .block-30.block-30-sm .row {
    min-height: 70px;
    height: 70vh; }
  .block-30.block-30-sm .heading {
    font-size: 70px;
    margin-bottom: 20px; }
  .block-30 .lead {
    color: #fff; }

.block-23 ul, .block-23 ul li {
  padding: 0;
  margin: 0;
  list-style: none; }

.block-23 ul li, .block-23 ul li > a {
  display: table;
  line-height: 1.5;
  margin-bottom: 15px; }

.block-23 ul li .icon, .block-23 ul li .text {
  display: table-cell;
  vertical-align: top; }

.block-23 ul li .icon {
  width: 40px;
  font-size: 18px;
  padding-top: 2px;
  color: #f7ca44; }

.img-hover {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px; }
  .img-hover img {
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all; }
  .img-hover:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #f7ca44;
    opacity: 0;
    visibility: hidden;
    content: "";
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .img-hover .icon {
    position: absolute;
    z-index: 2;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease; }
  .img-hover:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .img-hover:hover:before {
    opacity: .8;
    visibility: visible; }
  .img-hover:hover .icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.block-47 .block-47-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  display: block; }
  .block-47 .block-47-image img {
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 8px 10px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 10px -2px rgba(0, 0, 0, 0.3); }

.block-47 .block-47-quote {
  margin-left: 40px;
  padding: 30px;
  background: #fff;
  border-radius: 7px;
  position: relative;
  -webkit-box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1); }
  .block-47 .block-47-quote:before {
    content: "";
    z-index: 2;
    position: absolute;
    left: -15px;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent; }
  .block-47 .block-47-quote .block-47-quote-author {
    font-size: 14px;
    color: #666666; }

.block-47.block-47-reverse .block-47-quote {
  margin-left: auto;
  margin-right: 40px; }
  .block-47.block-47-reverse .block-47-quote:before {
    left: 100%;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent; }

.block-35 .nav {
  margin-bottom: 70px; }
  .block-35 .nav li {
    width: 33.33333%; }
    .block-35 .nav li a {
      cursor: pointer;
      padding: 40px;
      display: block;
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      border-bottom: 2px solid #e6e6e6;
      color: #cccccc; }
      .block-35 .nav li a:hover {
        color: #000; }
      .block-35 .nav li a.active {
        color: #f7ca44;
        border-bottom: 2px solid #f7ca44; }

.block-33 {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2); }
  .block-33 .vcard .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    margin-right: 20px; }
    .block-33 .vcard .image img {
      max-width: 100%;
      border-radius: 50%; }
  .block-33 .vcard .name-text .heading {
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 300; }
  .block-33 .vcard .name-text .meta {
    color: #a6a6a6;
    display: block;
    font-size: 14px; }
  .block-33 .text blockquote {
    padding: 0;
    margin-bottom: 0;
    border: none !important;
    font-size: 16px; }
    .block-33 .text blockquote p:last-child {
      margin-bottom: 0; }

.block-34, .block-3 {
  background: #fff;
  -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2); }
  .block-34 .image img, .block-3 .image img {
    max-width: 100%; }
  .block-34 .text, .block-3 .text {
    padding: 30px; }
    .block-34 .text .heading, .block-3 .text .heading {
      font-size: 24px;
      font-weight: 300; }
    .block-34 .text .price, .block-3 .text .price {
      font-size: 40px; }
      .block-34 .text .price sup, .block-34 .text .price sub, .block-3 .text .price sup, .block-3 .text .price sub {
        font-size: 16px; }
      .block-34 .text .price sup, .block-3 .text .price sup {
        top: -1em; }
      .block-34 .text .price sub, .block-3 .text .price sub {
        bottom: 0em; }
    .block-34 .text .specs, .block-34 .text .specs li, .block-3 .text .specs, .block-3 .text .specs li {
      padding: 0;
      margin: 0;
      list-style: none; }
    .block-34 .text .specs li, .block-3 .text .specs li {
      color: gray;
      line-height: 1.5;
      margin-bottom: 10px; }
      .block-34 .text .specs li strong, .block-3 .text .specs li strong {
        color: #000; }

.block-3 .text, .block-3 .image {
  width: 100%;
  padding: 10% 7%; }
  @media (min-width: 768px) {
    .block-3 .text, .block-3 .image {
      width: 50%;
      padding: 10% 7%; } }

.block-3 .text .subheading {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #a3c2d1; }

.block-3 .text .heading {
  font-size: 30px;
  margin-bottom: 30px; }

.block-3 .text p:last-child {
  margin-bottom: 0; }

.block-3 .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (max-width: 767.98px) {
    .block-3 .image {
      height: 300px; } }

#blog .block-3 .text {
  padding: 4%; }

#blog .block-3 .heading {
  margin-bottom: 0; }
  #blog .block-3 .heading a {
    color: #000; }
    #blog .block-3 .heading a:hover {
      color: #f7ca44; }

#blog .block-3 .meta {
  font-size: 16px;
  color: #999999; }
  #blog .block-3 .meta .sep {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }
  #blog .block-3 .meta a {
    color: #999999; }
    #blog .block-3 .meta a:hover {
      color: #4d4d4d; }

.block-38 .block-38-header .block-38-heading {
  font-size: 18px;
  color: #000;
  margin: 0;
  font-weight: 300; }

.block-38 .block-38-header .block-38-subheading {
  color: #b3b3b3;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-size: 15px; }

.block-38 .block-38-header img {
  width: 150px;
  border-radius: 7px;
  margin-bottom: 20px; }

.img-shadow {
  border: 5px solid #fff;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.4); }

.bcrumbs {
  color: rgba(255, 255, 255, 0.4); }
  .bcrumbs a {
    color: #fff; }
  .bcrumbs .sep {
    color: rgba(255, 255, 255, 0.5); }


  transform: rotate(360deg); } }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

    
    /* Personnalisation du menu (extraits de votre CSS adapté) */
    .ftco-navbar-light {
      background: transparent !important;
      position: absolute;
      left: 0;
      right: 0;
      z-index: 3;
      top: 10px;
    }
    @media (max-width: 991.98px) {
      .ftco-navbar-light {
        background: #000 !important;
        top: 0;
        position: relative;
      }
    }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
      font-size: 14px;
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 20px;
      padding-right: 20px;
      color: #f0f0f0;
      opacity: 1 !important;
    }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
      color: #fff;
    }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
      }
    }
    .ftco-navbar-light .navbar-nav > .nav-item.active > a {
      color: #fff;
      position: relative;
    }
    .ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
      content: "";
      height: 2px;
      background: #fff;
      left: 20px;
      right: 20px;
      position: absolute;
      bottom: 20px;
    }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
        display: none;
      }
    }

    .about-wrapper {
  max-width: 1100px;
  margin: 40px auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.07);
  padding: 30px 30px 0 30px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.about-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.about-img {
  flex: 1 1 260px;
  max-width: 340px;
}
.about-img img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.about-content {
  flex: 2 1 400px;
}
.about-content h2 {
  font-size: 1.6rem;
  color: #222;
  margin-bottom: 15px;
}
.about-content p {
  font-size: 1.06rem;
  color: #444;
  line-height: 1.7;
}

.about-stats-row {
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(90deg, #f2994a 0%, #f2c94c 100%);
  border-radius: 8px;
  margin-top: 30px;
  padding: 28px 18px;
  gap: 24px;
  align-items: stretch;
  justify-content: space-between;
}
.about-stats {
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.about-big-number {
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.about-stats-desc {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 500;
}
.about-action {
  flex: 1 1 220px;
  background: rgba(255,255,255,0.15);
  border-radius: 7px;
  padding: 18px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.about-action h3 {
  font-size: 1.15rem;
  color: #fff;
  margin-bottom: 8px;
}
.about-action p {
  color: #fff;
  font-size: 0.98rem;
  margin-bottom: 14px;
}
.about-action button {
  background: #fff;
  color: #f2994a;
  border: none;
  padding: 8px 18px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.2s, color 0.2s;
}
.about-action button:hover {
  background: #f2994a;
  color: #fff;
  border: 1px solid #fff;
}

@media (max-width: 900px) {
  .about-row, .about-stats-row {
    flex-direction: column;
    gap: 18px;
    padding: 0;
  }
  .about-img, .about-content, .about-stats, .about-action {
    max-width: 100%;
    width: 100%;
  }
  .about-stats-row {
    padding: 16px 6px;
  }
}

.contact-container {
  max-width: 600px;
  margin: 40px auto;
  padding: 25px 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.1);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

.contact-container h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2rem;
  color: #2c3e50;
}

.contact-info h2 {
  font-size: 1.5rem;
  color: #2980b9;
  margin-bottom: 15px;
  border-bottom: 2px solid #2980b9;
  padding-bottom: 6px;
}

.contact-info p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

.contact-info a {
  color: #2980b9;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.contact-info a:hover,
.contact-info a:focus {
  color: #1f618d;
  text-decoration: underline;
}

@media (max-width: 480px) {
  .contact-container {
    padding: 20px 15px;
    margin: 20px 10px;
  }

  .contact-container h1 {
    font-size: 1.6rem;
  }

  .contact-info h2 {
    font-size: 1.25rem;
  }

  .contact-info p {
    font-size: 1rem;
  }
}

.cta-section {
  background: linear-gradient(135deg, #29a745, #218838);
  color: #fff;
  text-align: center;
  padding: 50px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(33, 136, 56, 0.4);
  margin: 40px auto;
  max-width: 700px;
}

.cta-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.cta-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  line-height: 1.5;
}

.cta-button {
  background-color: #fff;
  color: #218838;
  font-weight: 700;
  padding: 15px 30px;
  font-size: 1.1rem;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(33, 136, 56, 0.4);
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-block;
}

.cta-button:hover,
.cta-button:focus {
  background-color: #1e7e34;
  color: #fff;
  outline: none;
}

@media (max-width: 480px) {
  .cta-section {
    padding: 30px 15px;
  }
  .cta-section h2 {
    font-size: 1.6rem;
  }
  .cta-section p {
    font-size: 1rem;
  }
  .cta-button {
    padding: 12px 25px;
    font-size: 1rem;
  }
}

.main-content {
  max-width: 900px;
  margin: 40px auto;
  background: #F9F9F9;
  padding: 30px 40px;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(35,116,186,0.08);
  border: 1.5px solid #2374BA;
  overflow-x: hidden;
}

article header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: 700;
  color: #2374BA;
  letter-spacing: 0.03em;
  text-shadow: 0 1px 4px rgba(35,116,186,0.06);
  text-transform: uppercase;
}
.meta {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 25px;
  font-style: italic;
}

.banner-image {
  width: 100%;
  border-radius: 12px;
  max-height: 380px;
  object-fit: cover;
  margin-bottom: 30px;
  filter: grayscale(10%) contrast(1.05);
  transition: filter 0.3s, transform 0.4s;
  border: 2.5px solid #2374BA;
}
.zoom-on-hover:hover {
  transform: scale(1.03);
  filter: none;
}

section {
  margin-bottom: 34px;
}

section h2 {
  border-left: 6px solid #E43C26;
  padding-left: 13px;
  margin-bottom: 18px;
  color: #E43C26;
  font-weight: 700;
  font-size: 1.55rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

section p, .main-content p {
  font-size: 1.10rem;
  color: #222;
  margin-bottom: 15px;
  line-height: 1.7;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 17px;
}
.gallery img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  height: 145px;
  box-shadow: 0 3px 16px rgba(35,116,186,0.13);
  cursor: pointer;
  filter: grayscale(20%) contrast(1.10);
  border: 1.5px solid #F29E29;
  transition: filter 0.4s, transform 0.3s;
}
.gallery img:hover, .gallery img:focus {
  filter: none;
  transform: scale(1.04);
  border-color: #2374BA;
}

blockquote {
  border-left: 4px solid #2374BA;
  padding-left: 18px;
  font-style: italic;
  color: #555;
  background: #fff;
  margin: 24px 0;
  border-radius: 6px;
}

.tags {
  margin-top: 18px;
}
.tag {
  display: inline-block;
  background: #2374BA;
  color: #fff;
  padding: 7px 20px;
  border-radius: 20px;
  margin-right: 10px;
  font-size: 0.87rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  user-select: none;
  font-weight: 500;
}

/* CTA Section adaptée à la charte */
.cta-section {
  background: linear-gradient(95deg, #2374BA 60%, #E43C26 100%);
  color: #fff;
  border-radius: 15px;
  padding: 38px 24px;
  box-shadow: 0 12px 32px rgba(35,116,186,0.12), 0 5px 12px rgba(228,60,38,0.08);
  text-align: center;
  margin-top: 46px;
  transition: background 0.4s;
  font-weight: 600;
  position: relative;
}

.cta-section h2 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 22px;
  text-transform: uppercase;
  color: #FFF;
  text-shadow: 0 2px 12px rgba(35,116,186,0.2);
}

.cta-section p {
  font-size: 1.12rem;
  margin: 0 auto 26px;
  color: #FFF;
  max-width: 720px;
}

.cta-section .cta-link {
  display: inline-block;
  background: #BAFF39;
  color: #111111;
  padding: 16px 38px;
  border-radius: 32px;
  font-size: 1.16rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  border: 2px solid #BAFF39;
  box-shadow: 0 6px 28px rgba(186,255,57,0.12);
  transition: all 0.3s;
  position: relative;
  top: 0;
}
.cta-section .cta-link:hover, .cta-section .cta-link:focus {
  background: #fff;
  color: #2374BA;
  border-color: #2374BA;
  top: -2px;
  box-shadow: 0 16px 32px rgba(35,116,186,0.14);
  outline: none;
}

/* Animations */
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes slideUp {
  from {opacity: 0; transform: translateY(30px);}
  to {opacity: 1; transform: translateY(0);}
}
.fade-in { animation: fadeIn 1.2s ease forwards; }
.slide-up { opacity: 0; animation: slideUp 1s ease forwards; animation-delay: 0s; }
.slide-up.delay-1 { animation-delay: 0.3s; }
.slide-up.delay-2 { animation

.don-section {
  padding: 40px 20px;
  background-color: #f9f9f9;
}

.don-container {
  display: flex;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  gap: 40px;
}

.don-image img {
  width: 100%;
  max-width: 450px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.don-text {
  flex: 1;
}

.don-text h2 {
  font-size: 2rem;
  color: #2374BA; /* bleu GUIDE */
  margin-bottom: 20px;
  font-weight: 700;
}

.don-text p {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 16px;
}

/* Responsive */

@media (max-width: 768px) {
  .don-container {
    flex-direction: column;
    text-align: center;
  }
  .don-image img {
    max-width: 90%;
    margin-bottom: 24px;
  }
  .don-text h2 {
    font-size: 1.75rem;
  }
  .don-text p {
    font-size: 1rem;
  }
}

.cta-popup-overlay {
  display: flex;
  position: fixed;
  z-index: 9999;
  inset: 0;
  justify-content: center;
  align-items: center;
  background: rgba(17,17,17,0.46);
  animation: fadeIn 0.4s;
}

.cta-popup-box {
  background: #FFF;
  border-radius: 16px;
  padding: 36px 30px 32px;
  box-shadow: 0 12px 38px rgba(35,116,186,0.21);
  max-width: 350px;
  width: 92vw;
  position: relative;
  text-align: center;
  animation: popUpSlide 0.32s cubic-bezier(.36,1.9,.31,.94);
}

.cta-popup-close {
  position: absolute;
  top: 20px; right: 22px;
  background: transparent;
  border: none;
  font-size: 2.1rem;
  color: #2374BA;
  cursor: pointer;
  transition: color 0.17s;
}
.cta-popup-close:hover { color: #E43C26; }

.cta-popup-box h2 {
  font-size: 1.5rem;
  color: #2374BA;
  margin-bottom: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.cta-popup-box p { 
  font-size: 1.07rem; 
  color: #222;
  margin-bottom: 22px;
}

.cta-popup-btn {
  display: inline-block;
  background: #BAFF39;
  color: #111111;
  font-weight: 800;
  padding: 15px 38px;
  border-radius: 32px;
  font-size: 1.09rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  border: 2px solid #BAFF39;
  transition: all 0.28s;
  margin-top: 2px;
}
.cta-popup-btn:hover, .cta-popup-btn:focus {
  background: #fff;
  color: #2374BA;
  border-color: #2374BA;
  transform: scale(1.04);
  outline: none;
}

@keyframes fadeIn {
  from {opacity: 0;} to {opacity: 1;}
}
@keyframes popUpSlide {
  from { opacity: 0; transform: translateY(80px) scale(0.94); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 500px) {
  .cta-popup-box {
    padding: 17px 5vw 16px;
    max-width: 97vw;
  }
  .cta-popup-box h2 { font-size: 1.06rem; }
  .cta-popup-btn { font-size: 1rem; padding: 11px 20px; }
}

.kindergarten-hero {
  display: flex;
  align-items: stretch;
  min-height: 100vh;
  background: #111; /* noir profond comme fond */
  color: #fff;
  box-sizing: border-box;
}

.kindergarten-hero-content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 60px 60px 7vw;
  background: transparent;
}
.kindergarten-hero-content h1 {
  font-size: 3rem;
  color: #fff;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 36px;
  letter-spacing: 1px;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  text-transform: uppercase;
}
.kindergarten-hero-content p {
  font-size: 1.2rem;
  color: #ededed;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.7;
  max-width: 600px;
  margin-bottom: 0;
}

/* Image section */
.kindergarten-hero-image {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #111;
  overflow: hidden;
  min-width: 320px;
}
.kindergarten-hero-image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  display: block;
  min-width: 340px;
  max-width: 100%;
  border: 3px solid #fff;
  box-shadow: 0 0 40px rgba(0,0,0,0.12);
}

/* Responsive adaptations */
@media (max-width: 1024px) {
  .kindergarten-hero-content {
    padding: 58px 28px 38px 4vw;
  }
  .kindergarten-hero-content h1 {
    font-size: 2.1rem;
    margin-bottom: 22px;
  }
  .kindergarten-hero-content p {
    font-size: 1.05rem;
  }
}
@media (max-width: 780px) {
  .kindergarten-hero {
    flex-direction: column;
    min-height: auto;
  }
  .kindergarten-hero-content, .kindergarten-hero-image {
    padding: 28px 6vw;
    width: 100%;
    min-width: 0;
  }
  .kindergarten-hero-image img {
    min-width: 0;
    height: 38vw;
    max-height: 300px;
  }
}
@media (max-width: 500px) {
  .kindergarten-hero-content {
    padding: 24px 4vw 16px 4vw;
  }
  .kindergarten-hero-content h1 {
    font-size: 1.1rem;
    margin-bottom: 16px;
  }
  .kindergarten-hero-content p {
    font-size: 0.96rem;
  }
  .kindergarten-hero-image img {
    height: 32vw;
    min-width: 0;
    max-height: 135px;
  }
}
:root {
  --fond-principal: #FEF2EF;
  --texte-titre: #222222;
  --texte-desc: #444444;
}

.guide-hero {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: 100vh;
  background: var(--fond-principal);
  box-sizing: border-box;
  padding: 0;
}

/* Colonne Texte */
.guide-hero__content {
  flex: 1 1 56%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 8vw;
  padding-right: 2vw;
  max-width: 55vw;
}

.guide-hero__title {
  color: var(--texte-titre);
  font-size: 3vw;
  font-weight: 900;
  line-height: 1.12;
  margin: 0 0 2vw 0;
}

.guide-hero__desc {
  color: var(--texte-desc);
  font-size: 1.25vw;
  line-height: 1.55;
  margin: 0;
  max-width: 90%;
}

/* Colonne Image */
.guide-hero__media {
  flex: 1 1 44%;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  min-width: 0;
  overflow: hidden;
}

.guide-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  min-width: 320px;
  min-height: 340px;
  max-height: 100vh;
  border: none;
  background: #eee;
}

/* Responsive - texte en haut, image en bas */
@media (max-width: 1000px) {
  .guide-hero {
    flex-direction: column;
    min-height: unset;
  }
  .guide-hero__content {
    max-width: 100vw;
    padding: 10vw 6vw 4vw 6vw;
    align-items: flex-start;
  }
  .guide-hero__title {
    font-size: 2.1rem;
    margin-bottom: 1.2rem;
  }
  .guide-hero__desc {
    font-size: 1.04rem;
  }
  .guide-hero__media {
    width: 100%;
    min-height: 180px;
    max-height: 48vw;
    margin-top: 0;
    justify-content: center;
  }
  .guide-hero__img {
    width: 100%;
    min-width: 0;
    min-height: 600px;
    max-height: 600px;
    object-fit: cover;
margin:10px;
width:500px;
heigh:500px;
border-radius:10px;
  }
}

@media (max-width: 520px) {
  .guide-hero__content {
    padding: 14vw 4vw 3vw 4vw;
  }
  .guide-hero__title {
    font-size: 1.10rem;
    margin-bottom: 0.7rem;
  }
  .guide-hero__desc {
    font-size: 0.95rem;
  }
  .guide-hero__media {
    min-height: 90px;
    max-height: 37vw;
  }
  .guide-hero__img {
    min-height: 90px;
    max-height: 37vw;
  }
}

:root {
  --background: #FEF2EF;
  --text-main: #444444;
  --text-heading: #222222;
}

.history-section {
  background: var(--background);
  padding: 0 0 5vw 0;
}

.history-section__container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  gap: 3vw;
  align-items: flex-start;
  justify-content: space-between;
  padding: 4vw 5vw 0 5vw;
  box-sizing: border-box;
}

.history-section__content {
  flex: 1 1 46%;
}

.history-section__title {
  font-size: 3.2rem;
  color: var(--text-heading);
  font-weight: 900;
  margin: 0 0 2.4rem 0;
  line-height: 1.1;
}

.history-section__subtitle {
  font-size: 1.5rem;
  color: var(--text-heading);
  font-weight: 700;
  margin: 0 0 1rem 0;
  line-height: 1.25;
}

.history-section__text {
  color: var(--text-main);
  font-size: 1.22rem;
  margin: 0 0 1rem 0;
  line-height: 1.7;
}

.history-section__media {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}

.history-section__img {
  width: 100%;
  max-width: 490px;
  border-radius: 18px;
  margin-bottom: 1vw;
  box-shadow: 0 2px 8px rgba(90,90,90,0.05);
  display: block;
  height: auto;
  object-fit: cover;
}

.history-section__caption {
  color: var(--text-main);
  font-size: 1.08rem;
  text-align: right;
  margin: 0;
  margin-right: 0.2rem;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .history-section__container {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 7vw 4vw 0 4vw;
  }
  .history-section__media {
    align-items: center;
    margin-top: 2.5vw;
  }
  .history-section__img {
    max-width: 100%;
    width: 95vw;
    margin-bottom: 1rem;
  }
  .history-section__caption {
    text-align: center;
    font-size: 1rem;
    margin-right: 0;
  }
  .history-section__title {
    font-size: 2.1rem;
    margin-bottom: 1.1rem;
  }
  .history-section__subtitle {
    font-size: 1.13rem;
    margin-bottom: 0.8rem;
  }
}

@media (max-width: 600px) {
  .history-section__container {
    padding: 11vw 2vw 0 2vw;
  }
  .history-section__title {
    font-size: 1.15rem;
    margin-bottom: 0.7rem;
  }
  .history-section__subtitle {
    font-size: 0.98rem;
    margin-bottom: 0.6rem;
  }
  .history-section__text,
  .history-section__caption {
    font-size: 0.92rem;
  }
  .history-section__img {
    border-radius: 10px;
  }
}
/* SECTION MISSION CSS - Palette intégrée */



/* Section */
.mission-section {
  padding: 60px 0;
  background-color: #FEF2EF;
}

.mission-title {
  font-size: 2.5rem;
  text-align: left;
  color: #0057A0;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
}

.mission-cards {
  display: flex;
  gap: 24px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.mission-card {
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(34,34,34,0.04);
  border-left: 5px solid #0057A0; /* Accent visuel pour la carte */
  padding: 30px 22px;
  width: 320px;
  min-height: 200px;
  color: #444444;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: box-shadow 0.2s;
}

.mission-card:hover {
  border-left: 5px solid #D62C1A; /* Accent spécial au hover */
  box-shadow: 0 6px 24px rgba(34,34,34,0.09);
}

.mission-card-title {
  color: #0057A0;
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 14px;
  letter-spacing: 0.2px;
}

.mission-card p {
  color: #444444;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
}

/* Boutons (à ajouter si vous insérez des boutons dans la section) */
.btn-primaire {
  background-color: #F26B21;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  font-weight: 700;
  padding: 12px 28px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.btn-primaire:hover,
.btn-primaire:focus {
  background-color: #D62C1A;
  color: #FFFFFF;
}

.btn-secondaire {
  background: transparent;
  border: 2px solid #F26B21;
  color: #F26B21;
  border-radius: 4px;
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.btn-secondaire:hover,
.btn-secondaire:focus {
  background-color: #F26B21;
  color: #FFFFFF;
}

/* Responsive pour petits écrans */
@media (max-width: 1024px) {
  .mission-cards {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .mission-card {
    width: 100%;
  }
}

.domaines-section {
  padding: 60px 0;
  background: #FEF2EF;
}
.domaines-title {
  font-size: 2.5rem;
  color: #0057A0;
  font-weight: bold;
  margin-bottom: 48px;
  text-align: left;
  letter-spacing: 0.5px;
}
.domaines-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px 64px;
  max-width: 1080px;
  margin: 0 auto;
}
.domaine-card {
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(34,34,34,0.04);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 28px 26px 28px;
  min-height: 200px;
  color: #444444;
  transition: box-shadow 0.2s;
  position: relative;
}
.domaine-card:hover {
  box-shadow: 0 6px 24px rgba(34,34,34,0.09);
}
.domaine-img {
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  object-fit: contain;
}
.domaine-card-title {
  font-size: 1.2rem;
  color: #0057A0;
  font-weight: 700;
  margin-bottom: 9px;
  margin-top: 0;
  letter-spacing: 0.2px;
}
.domaine-card p {
  color: #444444;
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .domaines-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}


/* Section principale */
.partenariats-section {
  padding: 52px 2vw 32px 2vw;
  background: #FEF2EF;
  position: relative;
}

/* Titre principal */
.partenariats-title {
  color: #0057A0;
  font-size: 2.3rem;
  margin-bottom: 36px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.5px;
}

.partenariats-content {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.partenariat-circle {
  background: #ebedea;
  width: 280px;
  min-width: 200px;
  height: 280px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 12px;
}

.circle-item {
  position: absolute;
  background: #FEF2EF;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(34,34,34,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
}

.circle-item:nth-child(1) { /* Maison */
  top: 24px; left: 50%; transform: translateX(-50%);
}
.circle-item:nth-child(2) { /* Institution */
  left: 16px; top: 50%; transform: translateY(-50%);
}
.circle-item:nth-child(3) { /* Poignée de main */
  bottom: 24px; right: 18px;
}

.circle-img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.partenare-block, .partenaire-block {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 14px rgba(34,34,34,0.07);
  padding: 30px 26px 22px 26px;
  flex: 1 1 260px;
  max-width: 340px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 18px;
}

.partenare-block h3, .partenaire-block h3 {
  color: #0057A0;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 12px 0 8px 0;
}

.partenare-block p, .partenaire-block p {
  color: #444444;
  font-size: 1.02rem;
  line-height: 1.55;
}

.partenare-block .partenaire-img,
.partenaire-block .partenaire-img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-bottom: 4px;
  margin-top: 2px;
}

.partenariats-note {
  width: 100%;
  max-width: 900px;
  margin: 28px auto 0 auto;
  text-align: center;
  color: #444444;
  font-size: 1.08rem;
  line-height: 1.6;
}

@media (max-width: 1200px) {
  .partenariats-content {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .partenariat-circle {
    margin: 24px 0;
  }
}

@media (max-width: 680px) {
  .partenariats-title {
    font-size: 1.35rem;
    text-align: center;
  }
  .partenaire-block, .partenare-block {
    min-width: 90vw;
    max-width: 99vw;
    padding: 22px 8vw 20px 8vw;
  }
  .partenariat-circle {
    width: 150px;
    height: 150px;
  }
  .circle-item {
    width: 32px;
    height: 32px;
  }
  .circle-img {
    width: 20px;
    height: 20px;
  }
  .partenariats-note {
    font-size: 0.98rem;
    padding: 0 5vw;
  }
}:root {
  --fond-principal: #FEF2EF;
  --texte-titre: #222222;
  --texte-desc: #444444;
}

.guide-hero {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: 100vh;
  background: var(--fond-principal);
  box-sizing: border-box;
  padding: 0;
}

/* Colonne Texte */
.guide-hero__content {
  flex: 1 1 56%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 8vw;
  padding-right: 2vw;
  max-width: 55vw;
}

.guide-hero__title {
  color: var(--texte-titre);
  font-size: 3vw;
  font-weight: 900;
  line-height: 1.12;
  margin: 0 0 2vw 0;
}

.guide-hero__desc {
  color: var(--texte-desc);
  font-size: 1.25vw;
  line-height: 1.55;
  margin: 0;
  max-width: 90%;
}

/* Colonne Image */
.guide-hero__media {
  flex: 1 1 44%;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  min-width: 0;
  overflow: hidden;
}

.guide-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  min-width: 320px;
  min-height: 340px;
  max-height: 100vh;
  border: none;
  background: #eee;
}

/* Responsive - texte en haut, image en bas */
@media (max-width: 1000px) {
  .guide-hero {
    flex-direction: column;
    min-height: unset;
  }
  .guide-hero__content {
    max-width: 100vw;
    padding: 10vw 6vw 4vw 6vw;
    align-items: flex-start;
  }
  .guide-hero__title {
    font-size: 2.1rem;
    margin-bottom: 1.2rem;
  }
  .guide-hero__desc {
    font-size: 1.04rem;
  }
  .guide-hero__media {
    width: 100%;
    min-height: 180px;
    max-height: 48vw;
    margin-top: 0;
    justify-content: center;
  }
  .guide-hero__img {
    width: 100%;
    min-width: 0;
    min-height: 600px;
    max-height: 600px;
    object-fit: cover;
margin:10px;
width:500px;
heigh:500px;
border-radius:10px;
  }
}

@media (max-width: 520px) {
  .guide-hero__content {
    padding: 14vw 4vw 3vw 4vw;
  }
  .guide-hero__title {
    font-size: 1.10rem;
    margin-bottom: 0.7rem;
  }
  .guide-hero__desc {
    font-size: 0.95rem;
  }
  .guide-hero__media {
    min-height: 90px;
    max-height: 37vw;
  }
  .guide-hero__img {
    min-height: 90px;
    max-height: 37vw;
  }
}

:root {
  --background: #FEF2EF;
  --text-main: #444444;
  --text-heading: #222222;
}

.history-section {
  background: var(--background);
  padding: 0 0 5vw 0;
}

.history-section__container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  gap: 3vw;
  align-items: flex-start;
  justify-content: space-between;
  padding: 4vw 5vw 0 5vw;
  box-sizing: border-box;
}

.history-section__content {
  flex: 1 1 46%;
}

.history-section__title {
  font-size: 3.2rem;
  color: var(--text-heading);
  font-weight: 900;
  margin: 0 0 2.4rem 0;
  line-height: 1.1;
}

.history-section__subtitle {
  font-size: 1.5rem;
  color: var(--text-heading);
  font-weight: 700;
  margin: 0 0 1rem 0;
  line-height: 1.25;
}

.history-section__text {
  color: var(--text-main);
  font-size: 1.22rem;
  margin: 0 0 1rem 0;
  line-height: 1.7;
}

.history-section__media {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}

.history-section__img {
  width: 100%;
  max-width: 490px;
  border-radius: 18px;
  margin-bottom: 1vw;
  box-shadow: 0 2px 8px rgba(90,90,90,0.05);
  display: block;
  height: auto;
  object-fit: cover;
}

.history-section__caption {
  color: var(--text-main);
  font-size: 1.08rem;
  text-align: right;
  margin: 0;
  margin-right: 0.2rem;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .history-section__container {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 7vw 4vw 0 4vw;
  }
  .history-section__media {
    align-items: center;
    margin-top: 2.5vw;
  }
  .history-section__img {
    max-width: 100%;
    width: 95vw;
    margin-bottom: 1rem;
  }
  .history-section__caption {
    text-align: center;
    font-size: 1rem;
    margin-right: 0;
  }
  .history-section__title {
    font-size: 2.1rem;
    margin-bottom: 1.1rem;
  }
  .history-section__subtitle {
    font-size: 1.13rem;
    margin-bottom: 0.8rem;
  }
}

@media (max-width: 600px) {
  .history-section__container {
    padding: 11vw 2vw 0 2vw;
  }
  .history-section__title {
    font-size: 1.15rem;
    margin-bottom: 0.7rem;
  }
  .history-section__subtitle {
    font-size: 0.98rem;
    margin-bottom: 0.6rem;
  }
  .history-section__text,
  .history-section__caption {
    font-size: 0.92rem;
  }
  .history-section__img {
    border-radius: 10px;
  }
}
/* SECTION MISSION CSS - Palette intégrée */



/* Section */
.mission-section {
  padding: 60px 0;
  background-color: #FEF2EF;
}

.mission-title {
  font-size: 2.5rem;
  text-align: left;
  color: #0057A0;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
}

.mission-cards {
  display: flex;
  gap: 24px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.mission-card {
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(34,34,34,0.04);
  border-left: 5px solid #0057A0; /* Accent visuel pour la carte */
  padding: 30px 22px;
  width: 320px;
  min-height: 200px;
  color: #444444;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: box-shadow 0.2s;
}

.mission-card:hover {
  border-left: 5px solid #D62C1A; /* Accent spécial au hover */
  box-shadow: 0 6px 24px rgba(34,34,34,0.09);
}

.mission-card-title {
  color: #0057A0;
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 14px;
  letter-spacing: 0.2px;
}

.mission-card p {
  color: #444444;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
}

/* Boutons (à ajouter si vous insérez des boutons dans la section) */
.btn-primaire {
  background-color: #F26B21;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  font-weight: 700;
  padding: 12px 28px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.btn-primaire:hover,
.btn-primaire:focus {
  background-color: #D62C1A;
  color: #FFFFFF;
}

.btn-secondaire {
  background: transparent;
  border: 2px solid #F26B21;
  color: #F26B21;
  border-radius: 4px;
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.btn-secondaire:hover,
.btn-secondaire:focus {
  background-color: #F26B21;
  color: #FFFFFF;
}

/* Responsive pour petits écrans */
@media (max-width: 1024px) {
  .mission-cards {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .mission-card {
    width: 100%;
  }
}

.domaines-section {
  padding: 60px 0;
  background: #FEF2EF;
}
.domaines-title {
  font-size: 2.5rem;
  color: #0057A0;
  font-weight: bold;
  margin-bottom: 48px;
  text-align: left;
  letter-spacing: 0.5px;
}
.domaines-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px 64px;
  max-width: 1080px;
  margin: 0 auto;
}
.domaine-card {
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(34,34,34,0.04);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 28px 26px 28px;
  min-height: 200px;
  color: #444444;
  transition: box-shadow 0.2s;
  position: relative;
}
.domaine-card:hover {
  box-shadow: 0 6px 24px rgba(34,34,34,0.09);
}
.domaine-img {
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  object-fit: contain;
}
.domaine-card-title {
  font-size: 1.2rem;
  color: #0057A0;
  font-weight: 700;
  margin-bottom: 9px;
  margin-top: 0;
  letter-spacing: 0.2px;
}
.domaine-card p {
  color: #444444;
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .domaines-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}


/* Section principale */
.partenariats-section {
  padding: 52px 2vw 32px 2vw;
  background: #FEF2EF;
  position: relative;
}

/* Titre principal */
.partenariats-title {
  color: #0057A0;
  font-size: 2.3rem;
  margin-bottom: 36px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.5px;
}

.partenariats-content {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.partenariat-circle {
  background: #ebedea;
  width: 280px;
  min-width: 200px;
  height: 280px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 12px;
}

.circle-item {
  position: absolute;
  background: #FEF2EF;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(34,34,34,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
}

.circle-item:nth-child(1) { /* Maison */
  top: 24px; left: 50%; transform: translateX(-50%);
}
.circle-item:nth-child(2) { /* Institution */
  left: 16px; top: 50%; transform: translateY(-50%);
}
.circle-item:nth-child(3) { /* Poignée de main */
  bottom: 24px; right: 18px;
}

.circle-img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.partenare-block, .partenaire-block {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 14px rgba(34,34,34,0.07);
  padding: 30px 26px 22px 26px;
  flex: 1 1 260px;
  max-width: 340px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 18px;
}

.partenare-block h3, .partenaire-block h3 {
  color: #0057A0;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 12px 0 8px 0;
}

.partenare-block p, .partenaire-block p {
  color: #444444;
  font-size: 1.02rem;
  line-height: 1.55;
}

.partenare-block .partenaire-img,
.partenaire-block .partenaire-img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-bottom: 4px;
  margin-top: 2px;
}

.partenariats-note {
  width: 100%;
  max-width: 900px;
  margin: 28px auto 0 auto;
  text-align: center;
  color: #444444;
  font-size: 1.08rem;
  line-height: 1.6;
}

@media (max-width: 1200px) {
  .partenariats-content {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .partenariat-circle {
    margin: 24px 0;
  }
}

@media (max-width: 680px) {
  .partenariats-title {
    font-size: 1.35rem;
    text-align: center;
  }
  .partenaire-block, .partenare-block {
    min-width: 90vw;
    max-width: 99vw;
    padding: 22px 8vw 20px 8vw;
  }
  .partenariat-circle {
    width: 150px;
    height: 150px;
  }
  .circle-item {
    width: 32px;
    height: 32px;
  }
  .circle-img {
    width: 20px;
    height: 20px;
  }
  .partenariats-note {
    font-size: 0.98rem;
    padding: 0 5vw;
  }
}
.kindergarten-hero {
  display: flex;
  align-items: stretch;
  min-height: 100vh;
  background: #fff;
  color: #111;
  box-sizing: border-box;
}

/* Content (Text) Styling */
.kindergarten-hero-content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 60px 60px 7vw;
  background: transparent;
}

.kindergarten-hero-content h1 {
  font-size: 3rem;
  color: #111;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 36px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.kindergarten-hero-content p {
  font-size: 1.2rem;
  line-height: 1.7;
  max-width: 600px;
}

/* Image Section Styling */
.kindergarten-hero-image {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #fff;
  overflow: hidden;
  min-width: 320px;
}

.kindergarten-hero-image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  display: block;
  min-width: 340px;
  max-width: 100%;
  border: 3px solid #fff;
  box-shadow: 0 0 40px rgba(0,0,0,0.12);
}

/* Tablet & Mobile: Stack vertically, text first */
@media (max-width: 1024px) {
  .kindergarten-hero {
    flex-direction: column;
    min-height: auto;
  }
  .kindergarten-hero-content {
    order: 1;
    padding: 40px 6vw 24px 6vw !important;
    text-align: center;
  }
  .kindergarten-hero-content h1 {
    font-size: 2.2rem !important;
    margin-bottom: 22px;
  }
  .kindergarten-hero-content p {
    font-size: 1.08rem !important;
    max-width: 100% !important;
    margin: 0 auto;
  }
  .kindergarten-hero-image {
    order: 2;
    min-width: 100% !important;
    padding: 0 !important;
    justify-content: center !important;
    background: none !important;
  }
  .kindergarten-hero-image img {
    height: auto !important;
    max-height: 320px !important;
    width: 90vw !important;
    object-fit: contain !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 700px) {
  .kindergarten-hero-content {
    padding: 28px 4vw 16px 4vw !important;
  }
  .kindergarten-hero-content h1 {
    font-size: 1.45rem !important;
  }
  .kindergarten-hero-content p {
    font-size: 0.97rem !important;
    line-height: 1.5 !important;
  }
  .kindergarten-hero-image img {
    width: 80vw !important;
    max-height: 180px !important;
  }
}

.kinder-cards {
  background: #fff;
  padding: 40px 0 60px 0;
}

.kinder-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.kinder-card {
  background: #fff;
  box-shadow: 0 2px 18px rgba(30, 30, 30, 0.09);
  border-radius: 10px;
  border: 1.5px solid #E5E5E5;
  display: flex;
  flex-direction: column;
  padding: 26px 22px 14px 22px;
  transition: box-shadow 0.22s;
}

.kinder-card:hover {
  box-shadow: 0 8px 26px rgba(0,0,0,0.13);
  border-color: #222;
}

.kinder-card-content h2 {
  font-size: 1.24rem;
  color: #1d1d1d;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.kinder-card-content p {
  color: #222;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 16px;
}

.kinder-card-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kinder-card-image img {
  width: 100%;
  max-width: 340px;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 2px 16px rgba(20,20,20,0.07);
  border: 2px solid #fff;
  margin-top: 5px;
}

@media (max-width: 900px) {
  .kinder-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .kinder-card {
    max-width: 550px;
    margin: 0 auto;
  }
  .kinder-card-image img {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .kinder-cards {
    padding: 18px 0 28px 0;
  }
  .kinder-grid {
    padding: 0 4vw;
    gap: 18px;
  }
  .kinder-card {
    padding: 14px 7px 8px 7px;
  }
  .kinder-card-content h2 {
    font-size: 1.08rem;
  }
  .kinder-card-content p {
    font-size: 0.96rem;
  }
}
.kinder-section-nutrition {
  background: #fff;
  padding: 46px 0 54px 0;
}

.kinder-section-nutrition h1 {
  font-size: 2.7rem;
  color: #222;
  font-weight: bold;
  margin: 0 0 36px 6vw;
  letter-spacing: 1px;
}

.kinder-nutrition-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 6vw;
}

.kinder-nutrition-card {
  background: #f7f7f8;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(30,30,30,0.08);
  display: flex;
  flex-direction: column;
  border: 1.5px solid #ededed;
  transition: box-shadow 0.24s;
}

.kinder-nutrition-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.kinder-nutrition-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  background: #f4f4f4;
}

.kinder-nutrition-card-content {
  padding: 26px 22px 14px 22px;
}

.kinder-nutrition-card-content h2 {
  font-size: 1.27rem;
  color: #111;
  font-weight: 700;
  margin-bottom: 13px;
  letter-spacing: 0.03em;
}

.kinder-nutrition-card-content p {
  color: #1a1a1a;
  font-size: 1.08rem;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Responsive design */
@media (max-width: 900px) {
  .kinder-nutrition-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 5vw;
  }
  .kinder-nutrition-card img {
    height: 210px;
  }
  .kinder-section-nutrition h1 {
    font-size: 2rem;
    margin-left: 4vw;
  }
}

@media (max-width: 580px) {
  .kinder-section-nutrition h1 {
    font-size: 1.16rem;
    margin-bottom: 16px;
    margin-left: 4vw;
  }
  .kinder-nutrition-card-content {
    padding: 13px 7px 7px 7px;
  }
  .kinder-nutrition-card-content h2 {
    font-size: 1.01rem;
  }
  .kinder-nutrition-card-content p {
    font-size: 0.96rem;
  }
  .kinder-nutrition-card img {
    height: 110px;
  }
}
.deux-colonnes.pro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  background: #fff;
  padding: 56px 0 0 0;
  border-radius: 28px;
  box-shadow: 0 8px 36px -6px rgba(40,30,70,0.09);
  margin: 0 auto 40px auto;
  max-width: 1200px;
}

.colonne {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  padding: 24px 28px 32px 28px;
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgba(41,17,63,0.08);
}

.colonne h2 {
  color: #111;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: -1px;
}

.colonne p {
  color: #111;
  font-size: 1.13rem;
  line-height: 1.65;
  margin-bottom: 30px;
}

.bloc-image.cadre-shadow {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(120deg, #f8d7e8 40%, #eaf6fb 100%);
  padding: 18px;
  border-radius: 14px;
  box-shadow: 0 12px 44px 0 rgba(180,90,170,0.11), 0 2px 16px 0 rgba(30,27,43,0.05);
  border: 2px solid #f3e3ef;
}

.bloc-image.cadre-shadow img {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 6px 24px 0 rgba(219,132,198,0.09);
  background: #f6b6cb;
}

@media (max-width: 1050px) {
  .deux-colonnes.pro {
    flex-direction: column;
    gap: 34px;
    padding: 28px 0 0 0;
  }
  .colonne {
    width: 100%;
    margin-bottom: 24px;
  }
  .bloc-image.cadre-shadow img {
    max-width: 90vw;
  }
}

.engagement-avenir {
  background: #fff;
  padding: 64px 24px 48px 24px;
  color: #111;
  text-align: center;
}

.titre-engagement {
  color: #111;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 52px;
  letter-spacing: -1px;
}

.etapes-engagement {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
  margin: 0 auto;
  max-width: 1200px;
}

.etape {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chevron {
  position: relative;
  width: 94%;
  min-width: 180px;
  min-height: 60px;
  background: #444;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 7% 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  margin-top: 0;
  box-shadow: 0 6px 24px 0 rgba(70,70,80,0.08);
}

.chevron span {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.etape-contenu {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 26px 18px 18px 18px;
  box-shadow: 0 2px 18px 0 rgba(120,120,140,0.08);
  text-align: left;
  margin-top: -12px;
}

.etape-contenu h3 {
  color: #111;
  font-size: 1.13rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.etape-contenu p {
  color: #111;
  font-size: 1.02rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .etapes-engagement {
    flex-direction: column;
    gap: 36px;
    align-items: center;
  }
  .etape {
    width: 100%;
    max-width: 430px;
  }
}

.contact-section {
  background: #fff;
  color: #181818;
  padding: 56px 24px 32px 24px;
  border-radius: 22px;
  box-shadow: 0 6px 28px 0 rgba(40,40,100,0.10);
  max-width: 1200px;
  margin: 36px auto 0 auto;
}

.contact-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 44px;
}

.contact-info {
  flex: 1 1 360px;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.contact-info h2 {
  color: #111;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: -0.5px;
  line-height: 1.1;
}

.contact-info p {
  font-size: 1.1rem;
  color: #111;
  margin-bottom: 28px;
  line-height: 1.6;
}

.info-bloc {
  background: #f7f7f7;
  border-radius: 14px;
  box-shadow: 0 2px 14px 0 rgba(100,100,120,0.05);
  padding: 22px 26px;
  margin-bottom: 0;
}

.info-bloc h3 {
  color: #111;
  font-size: 1.21rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.info-bloc ul {
  list-style: disc inside;
  padding-left: 0;
  margin: 0;
}

.info-bloc li {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.info-bloc strong {
  color: #111;
  font-weight: 700;
}

.contact-image {
  flex: 1 1 340px;
  max-width: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-image img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 8px 32px 0 rgba(105, 95, 125, 0.14), 0 1.5px 8px 0 rgba(190, 190, 194, 0.07);
  background: #f4f4f4;
  border: 2.5px solid #f0e6ea;
}

.remerciement {
  margin-top: 50px;
  margin-bottom: 0;
  color: #222;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .contact-content {
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
  }
  .contact-image {
    max-width: 100%;
    margin: 0 auto;
  }
  .contact-info {
    max-width: 100%;
  }
}
:root {
  --bg-principal: #FEF2EF;
  --texte-principal: #222222;
  --texte-secondaire: #444444;
  --titre: #0057A0;
  --btn-primaire: #F26B21;
  --btn-secon-bord: #F26B21;
  --btn-secon-texte: #F26B21;
  --accent: #D62C1A;
}



/* SECTION FLEX */
.accueil-orphelinat {
  display: flex;
  min-height: 100vh;
  background: var(--bg-principal);
  align-items: stretch;
  justify-content: center;
  padding: 0;
}

.colonne-gauche {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7vw 5vw 7vw 8vw;
  background: var(--bg-principal);
}

.colonne-gauche h1 {
  font-size: 2.5rem;
  line-height: 1.14;
  font-weight: 800;
  margin: 0 0 2.5rem 0;
  color: var(--texte-principal);
  letter-spacing: -1px;
  text-transform: none;
}

.colonne-gauche p {
  color: var(--texte-secondaire);
  font-size: 1.13rem;
  margin: 0;
  font-weight: 400;
}

/* IMAGE SECTION */
.colonne-droite {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-principal);
  padding: 3vw 5vw 3vw 0;
}

.colonne-droite img {
  width: 100%;
  max-width: 520px;
  border-radius: 17px;
  object-fit: cover;
  box-shadow: 0 6px 32px 0 rgba(214,44,26,0.09);
  display: block;
}

/* RESPONSIVE DESIGN */
@media (max-width: 1024px) {
  .accueil-orphelinat {
    flex-direction: column;
    min-height: unset;
  }
  .colonne-gauche, .colonne-droite {
    flex: unset;
    padding: 7vw 6vw;
    max-width: 100%;
  }
  .colonne-droite {
    justify-content: flex-start;
    padding: 4vw 6vw 8vw 6vw;
  }
  .colonne-droite img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .colonne-gauche h1 {
    font-size: 2rem;
  }
}

@media (max-width: 600px) {
  .accueil-orphelinat {
    flex-direction: column;
    min-height: unset;
    padding: 0;
  }
  .colonne-gauche,
  .colonne-droite {
    padding: 6vw 4vw;
  }
  .colonne-gauche h1 {
    font-size: 1.36rem;
    margin-bottom: 1rem;
  }
  .colonne-gauche p {
    font-size: 1rem;
  }
}

@media (max-width: 400px) {
  .colonne-gauche h1 {
    font-size: 1.08rem;
  }
}
.engagement-enfants {
  background: #FEF2EF;
  width: 100%;
  padding: 60px 0 52px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.engagement-container {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 4vw;
  text-align: left;
}

.titre-engagement {
  color: #222222;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.12;
  margin: 0 0 2rem 0;
  letter-spacing: -1px;
}

.texte-engagement {
  color: #444444;
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 710px;
}

@media (max-width: 900px) {
  .engagement-enfants {
    padding: 42px 0 35px 0;
  }
  .titre-engagement {
    font-size: 1.65rem;
  }
  .texte-engagement {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .engagement-enfants {
    padding: 28px 0 22px 0;
  }
  .titre-engagement {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .texte-engagement {
    font-size: 0.95rem;
    max-width: 100%;
  }
  .engagement-container {
    padding: 0 5vw;
  }
}
.etapes-admission {
  background: #FEF2EF;
  padding: 63px 0 54px 0;
  width: 100%;
}

.etapes-titre {
  color: #222222;
  font-size: 2.45rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 46px;
  letter-spacing: -1.5px;
}

.etapes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 36px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4vw;
}

.etape-etui {
  background: #fff;
  border-radius: 17px;
  box-shadow: 0 2px 18px 0 rgba(214,44,26,0.05);
  padding: 36px 34px 30px 34px;
  display: flex;
  flex-direction: column;
  min-height: 296px;
  position: relative;
}

.etape-num {
  display: block;
  width: 78px;
  background: #EFE7E5;
  border-radius: 23px;
  color: #222222;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 22px 0;
  line-height: 56px;
  letter-spacing: 2px;
}

.etape-titre {
  color: #0057A0;
  font-size: 1.14rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.etape-texte {
  color: #444444;
  font-size: 1.03rem;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 990px) {
  .etapes-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 5vw;
  }
  .etape-etui {
    min-height: unset;
    padding: 30px 21px 26px 21px;
  }
  .etapes-titre {
    font-size: 1.54rem;
    margin-bottom: 34px;
  }
}

@media (max-width: 640px) {
  .etapes-admission {
    padding: 36px 0 27px 0;
  }
  .etapes-grid {
    gap: 22px;
    padding: 0 11px;
    max-width: 100%;
  }
  .etape-etui {
    padding: 17px 11px 16px 11px;
    border-radius: 13px;
  }
  .etapes-titre {
    font-size: 1.13rem;
    margin-bottom: 18px;
    letter-spacing: -1px;
  }
  .etape-num {
    width: 58px;
    font-size: 1.33rem;
    line-height: 38px;
    margin-bottom: 12px;
  }
  .etape-titre {
    font-size: 1.02rem;
    margin-bottom: 9px;
  }
  .etape-texte {
    font-size: 0.98rem;
  }
}
/* Palette de couleurs */
:root {
  --fond-principal: #FEF2EF;
  --texte-principal: #222222;
  --texte-secondaire: #444444;
  --titre-important: #0057A0;
  --primaire: #F26B21;
  --accent: #D62C1A;
  --blanc: #fff;
  --ombre-carte: 0 2px 12px 0 rgba(34,34,34, 0.07);
}

.faq-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 16px 64px 16px;
  background: var(--fond-principal);
}

.faq-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--titre-important);
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 40px;
}

.faq-cards {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.faq-card {
  background: var(--blanc);
  border-radius: 8px;
  box-shadow: var(--ombre-carte);
  padding: 28px 24px 24px 24px;
  flex: 1 1 320px;
  min-width: 280px;
  max-width: 370px;
  transition: box-shadow 0.2s;
  border: 1.5px solid #ececec;
  margin-bottom: 24px;
}

.faq-card:hover {
  box-shadow: 0 4px 18px 0 rgba(242, 107, 33, 0.15);
  border-color: var(--primaire);
}

.faq-question {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--titre-important);
  margin-bottom: 16px;
}

.faq-answer {
  font-size: 1rem;
  color: var(--texte-principal);
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
  .faq-cards {
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
  }
  .faq-section {
    padding: 32px 8px;
  }
  .faq-card {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .faq-title {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
  .faq-card {
    padding: 20px 10px 18px 10px;
    border-radius: 5px;
  }
  .faq-question {
    font-size: 1rem;
  }
  .faq-answer {
    font-size: 0.97rem;
  }
}
:root {
  --fond-principal: #FEF2EF;
  --texte-principal: #222222;
  --texte-secondaire: #444444;
  --titre-important: #0057A0;
  --primaire: #F26B21;
  --accent: #D62C1A;
  --blanc: #fff;
}

.admission-section {
  width: 100%;
  background: var(--fond-principal);
  padding: 48px 0 56px 0;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.admission-content {
  display: flex;
  max-width: 1220px;
  width: 100%;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 24px;
  box-sizing: border-box;
}

.admission-text {
  flex: 1 1 420px;
  max-width: 610px;
}

.admission-title {
  font-size: 2.15rem;
  font-weight: 800;
  color: var(--texte-principal);
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.admission-desc {
  font-size: 1.09rem;
  color: var(--texte-secondaire);
  margin-bottom: 16px;
}

.admission-list {
  list-style: disc inside;
  padding-left: 0;
  margin-top: 0;
  color: var(--texte-secondaire);
}

.admission-list li {
  margin-bottom: 12px;
  font-size: 1.04rem;
  line-height: 1.6;
}

.admission-list strong {
  color: var(--titre-important);
  font-weight: 700;
}

.admission-image {
  flex: 1 1 360px;
  max-width: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.admission-image img {
  width: 100%;
  max-width: 470px;
  max-height: 350px;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 2px 12px 0 rgba(34,34,34,0.08);
  background: var(--blanc);
}

@media (max-width: 900px) {
  .admission-content {
    flex-direction: column;
    gap: 36px;
    align-items: stretch;
    padding: 0 10px;
  }
  .admission-image,
  .admission-text {
    max-width: 100%;
    flex: 1 1 100%;
  }
  .admission-image img {
    max-width: 100%;
    max-height: 330px;
  }
}

@media (max-width: 600px) {
  .admission-title {
    font-size: 1.13rem;
    margin-bottom: 12px;
  }
  .admission-section {
    padding: 32px 0 36px 0;
  }
  .admission-list li,
  .admission-desc {
    font-size: 0.99rem;
  }
  .admission-image img {
    max-width: 100%;
    max-height: 210px;
    border-radius: 4px;
  }
}
:root {
  --fond-principal: #FEF2EF;
  --texte-principal: #222222;
  --texte-secondaire: #444444;
  --titre-important: #0057A0;
  --primaire: #F26B21;
  --accent: #D62C1A;
  --blanc: #fff;
}

.holistic-section {
  background: var(--fond-principal);
  padding: 56px 0 48px 0;
  width: 100%;
}

.holistic-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.holistic-title {
  color: var(--texte-principal);
  font-weight: 800;
  font-size: 2.3rem;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
}

.holistic-desc {
  font-size: 1.10rem;
  color: var(--texte-secondaire);
  margin-bottom: 44px;
  max-width: 750px;
}

.holistic-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px 48px;
}

.holistic-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.holistic-icon {
  margin-bottom: 18px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.holistic-icon img {
  max-width: 44px;
  max-height: 44px;
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%); /* pour rester dans l’esprit de l’original */
}

.holistic-subtitle {
  color: var(--texte-secondaire);
  font-size: 1.20rem;
  font-weight: 800;
  margin: 0 0 7px 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.holistic-text {
  color: var(--texte-secondaire);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 900px) {
  .holistic-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .holistic-section {
    padding: 36px 0 30px 0;
  }
}

@media (max-width: 600px) {
  .holistic-title {
    font-size: 1.15rem;
  }
  .holistic-container {
    padding: 0 10px;
  }
  .holistic-desc {
    font-size: 0.97rem;
    margin-bottom: 28px;
  }
  .holistic-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
  }
  .holistic-icon img {
    max-width: 36px;
    max-height: 36px;
  }
  .holistic-subtitle {
    font-size: 1rem;
  }
  .holistic-text {
    font-size: 0.97rem;
  }
}
:root {
  --fond-principal: #FEF2EF;
  --texte-principal: #444444;
  --titre-important: #0057A0;
  --bouton-primaire: #F26B21;
  --hover-bouton-fond: #F26B21;
  --hover-bouton-texte: #FFFFFF;
  --accent-special: #D62C1A;
}


.equipe-section {
  padding: 60px 20px;
  background-color: var(--fond-principal);
}

.equipe-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.equipe-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  width: 100%;
  max-height: 500px;
}

.equipe-image {
  flex: 1 1 350px;
}

.equipe-texte {
  flex: 1 1 400px;
}

.equipe-texte h2 {
  font-size: 2.2rem;
  color: var(--titre-important);
  margin-bottom: 20px;
  font-weight: bold;
}

.equipe-texte p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: var(--texte-principal);
}

@media screen and (max-width: 768px) {
  .equipe-container {
    flex-direction: column;
    text-align: center;
  }

  .equipe-texte h2 {
    font-size: 1.8rem;
  }

  .equipe-texte p {
    font-size: 1rem;
  }
}
:root {
  --fond-principal: #FEF2EF;
  --texte-principal: #444444;
  --titre-important: #0057A0;
  --bouton-primaire: #F26B21;
  --hover-bouton-fond: #F26B21;
  --hover-bouton-texte: #FFFFFF;
  --accent-special: #D62C1A;
}

.aide-section {
  background-color: var(--fond-principal);
  padding: 60px 20px;
}

.aide-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.aide-image {
  flex: 1 1 500px;
}

.aide-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  max-height: 500px;
}

.aide-contenu {
  flex: 1 1 400px;
  text-align: center;
}

.aide-contenu h2 {
  font-size: 2.5rem;
  color: var(--titre-important);
  margin-bottom: 20px;
  font-weight: bold;
}

.aide-contenu p {
  font-size: 1.1rem;
  color: var(--texte-principal);
  line-height: 1.6;
  margin-bottom: 30px;
}

.btn-primaire {
  background-color: var(--bouton-primaire);
  color: #fff;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-block;
}

.btn-primaire:hover {
  background-color: var(--hover-bouton-fond);
  color: var(--hover-bouton-texte);
}

@media screen and (max-width: 768px) {
  .aide-container {
    flex-direction: column;
    text-align: center;
  }

  .aide-contenu h2 {
    font-size: 2rem;
  }

  .aide-contenu p {
    font-size: 1rem;
  }
}
:root { --fond-principal: #FEF2EF; --texte-principal: #444444; --titre-important: #5C4033; /* Ton brun doux ici */ } .don-section { background-color: var(--fond-principal); padding: 60px 20px; } .don-container { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; max-width: 1200px; margin: 0 auto; gap: 40px; } .don-image { flex: 1 1 500px; } .don-image img { width: 100%; height: auto; border-radius: 12px; object-fit: cover; max-height: 600px; } .don-texte { flex: 1 1 400px; text-align: left; } .don-texte h2 { font-size: 2.5rem; color: var(--titre-important); line-height: 1.3; margin-bottom: 20px; font-family: &#39;Georgia&#39;, serif; font-weight: normal; } .don-texte p { font-size: 1.1rem; color: var(--texte-principal); line-height: 1.6; font-family: &#39;Segoe UI&#39;, sans-serif; } @media screen and (max-width: 768px) { .don-container { flex-direction: column; text-align: center; } .don-texte { text-align: center; } .don-texte h2 { font-size: 2rem; } .don-texte p { font-size: 1rem; } }
.about-section {
  padding: 60px 20px;
  background-color: #FFFDF9;
  color: #4A3F35;
  font-family: 'Segoe UI', sans-serif;
}

.about-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.text-content {
  flex: 1;
  min-width: 300px;
}

.text-content h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #4A3F35;
}

.text-content p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 15px;
}

.image-content {
  flex: 1;
  min-width: 300px;
}

.image-content img {
  width: 100%;
  max-width: 550px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .about-content {
    flex-direction: column;
  }

  .text-content h1 {
    font-size: 2rem;
  }
}
.impact-section {
  background-color: #FEF2EF;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  color: #222222;
}

.impact-section h2 {
  font-size: 2.5rem;
  margin-bottom: 50px;
  color: #0057A0;
}

.impact-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.card {
  background-color: #fff;
  border: 1px solid #F26B21;
  border-top: 5px solid #F26B21;
  border-radius: 10px;
  padding: 30px 20px 20px;
  width: 100%;
  max-width: 330px;
  position: relative;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.card .circle {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F26B21;
  color: #FFFFFF;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
}

.card h3 {
  margin-top: 25px;
  font-size: 1.3rem;
  color: #0057A0;
}

.card p {
  margin-top: 10px;
  font-size: 1rem;
  color: #444444;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .impact-cards {
    flex-direction: column;
    align-items: center;
  }
}
.why-choose-guide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding: 60px 20px;
  background-color: #FEF2EF;
  font-family: 'Segoe UI', sans-serif;
}

.left-side {
  flex: 1 1 550px;
  max-width: 650px;
}

.left-side h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #0057A0;
}

.cards-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.info-card {
  flex: 1 1 250px;
  background-color: #FCEFD9;
  border: 1px solid #F26B21;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.info-card.full {
  flex: 1 1 100%;
}

.info-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #0057A0;
}

.info-card p {
  margin: 0;
  color: #444444;
  font-size: 1rem;
  line-height: 1.5;
}

.right-side {
  flex: 1 1 400px;
  max-width: 500px;
  text-align: center;
}

.right-side img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Responsive */
@media (max-width: 992px) {
  .why-choose-guide {
    flex-direction: column;
    align-items: center;
  }

  .card-row {
    flex-direction: column;
  }

  .info-card {
    width: 100%;
  }

  .right-side {
    max-width: 100%;
  }
}
.testimonial-section {
  background-color: #FEF2EF;
  font-family: 'Segoe UI', sans-serif;
  color: #222222;
}

.testimonial-banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.testimonial-content {
  padding: 60px 20px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.testimonial-content h2 {
  font-size: 2.5rem;
  color: #0057A0;
  margin-bottom: 40px;
}

.testimonial-content blockquote {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #444444;
  padding-left: 20px;
  border-left: 4px solid #F26B21;
  margin: 0 0 30px;
}

.testimonial-content blockquote cite {
  display: block;
  margin-top: 15px;
  font-style: normal;
  color: #222222;
  font-weight: 500;
}

.testimonial-content .closing {
  font-size: 1rem;
  color: #444444;
  margin-top: 20px;
}
.don-flexible {
  background-color: #FEF2EF;
  font-family: 'Segoe UI', sans-serif;
  color: #222222;
  padding: 60px 20px;
}

.don-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.don-text {
  flex: 1 1 500px;
  padding-right: 40px;
}

.don-text h2 {
  font-size: 2.5rem;
  color: #0057A0;
  margin-bottom: 40px;
}

.don-box {
  border: 1px solid #EADDC9;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.don-box h3 {
  font-size: 1.3rem;
  color: #444444;
  margin-bottom: 10px;
}

.don-box p {
  font-size: 1rem;
  color: #444444;
  line-height: 1.6;
}

.don-note {
  font-size: 0.95rem;
  color: #444444;
  margin-top: 30px;
}

.don-image {
  flex: 1 1 400px;
  text-align: center;
}

.don-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.don-action {
  background-color: #FEF2EF;
  font-family: 'Segoe UI', sans-serif;
  padding: 60px 20px;
  color: #222222;
}

.action-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.action-content {
  flex: 1 1 600px;
}

.action-content h2 {
  font-size: 2.5rem;
  color: #0057A0;
  margin-bottom: 40px;
}

.don-items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.don-item {
  flex: 1 1 150px;
  text-align: center;
}

.don-item h3 {
  font-size: 2rem;
  color: #444444;
  margin-bottom: 10px;
}

.don-item .title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #444444;
  margin-bottom: 5px;
}

.don-item .desc {
  font-size: 1rem;
  color: #444444;
  line-height: 1.5;
}

.action-image {
  flex: 1 1 400px;
  text-align: center;
  margin-top: 30px;
}

.action-image img {
  max-width: 100%;
  border-radius: 12px;
}
.cta-section {
  background-color: #FEF2EF;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #222222;
}

.cta-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

.cta-image {
  flex: 1 1 50%;
  text-align: center;
}

.cta-image img {
  max-width: 100%;
  border-radius: 12px;
}

.cta-content {
  flex: 1 1 50%;
  padding: 20px;
}

.cta-content h2 {
  font-size: 2.5rem;
  color: #0057A0;
  margin-bottom: 25px;
}

.contact-box {
  background-color: #B0D5FF; /* Remplace par une teinte plus douce si tu veux */
  padding: 20px;
  border-radius: 10px;
  color: #222222;
  margin-bottom: 20px;
  font-size: 1rem;
}

.cta-text {
  font-size: 1.1rem;
  color: #444444;
  margin: 20px 0;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-primary {
  background-color: #F26B21;
  color: #FFFFFF;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  transition: background 0.3s;
}

.btn-primary:hover {
  background-color: #D62C1A;
}

.btn-secondary {
  background-color: transparent;
  color: #F26B21;
  border: 2px solid #F26B21;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  transition: all 0.3s;
}

.btn-secondary:hover {
  background-color: #F26B21;
  color: #FFFFFF;
}
.cta-section {
  background-color: #FEF2EF;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #222222;
}

.cta-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

.cta-image {
  flex: 1 1 50%;
  text-align: center;
}

.cta-image img {
  max-width: 100%;
  border-radius: 12px;
}

.cta-content {
  flex: 1 1 50%;
  padding: 20px;
}

.cta-content h2 {
  font-size: 2.5rem;
  color: #0057A0;
  margin-bottom: 25px;
}

.contact-box {
  background-color: #B0D5FF; /* Remplace par une teinte plus douce si tu veux */
  padding: 20px;
  border-radius: 10px;
  color: #222222;
  margin-bottom: 20px;
  font-size: 1rem;
}

.cta-text {
  font-size: 1.1rem;
  color: #444444;
  margin: 20px 0;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-primary {
  background-color: #F26B21;
  color: #FFFFFF;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  transition: background 0.3s;
}

.btn-primary:hover {
  background-color: #D62C1A;
}

.btn-secondary {
  background-color: transparent;
  color: #F26B21;
  border: 2px solid #F26B21;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  transition: all 0.3s;
}

.btn-secondary:hover {
  background-color: #F26B21;
  color: #FFFFFF;
}

/* Palette de couleurs */
:root {
  --background: #FEF2EF;
  --text-main: #222222;
  --text-alt: #444444;
  --title: #0057A0;
  --btn-primary-bg: #F26B21;
  --btn-secondary-border: #F26B21;
  --btn-hover-text: #FFFFFF;
  --accent: #D62C1A;
}

body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: var(--background);
  color: var(--text-main);
}

.volunteer-section {
  padding: 40px 20px;
  background-color: var(--background);
}

.volunteer-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
}

.volunteer-image {
  flex: 1 1 450px;
  padding: 10px;
}

.volunteer-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.volunteer-text {
  flex: 1 1 450px;
  padding: 20px;
}

.volunteer-text h1 {
  font-size: 2em;
  color: var(--title);
  margin-bottom: 20px;
}

.volunteer-text p {
  font-size: 1.1em;
  color: var(--text-alt);
  line-height: 1.6;
  margin-bottom: 30px;
}

.volunteer-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-primary {
  background-color: var(--btn-primary-bg);
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 1em;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-primary:hover {
  background-color: var(--accent);
}

.btn-secondary {
  background: transparent;
  border: 2px solid var(--btn-secondary-border);
  color: var(--btn-secondary-border);
  padding: 12px 20px;
  font-size: 1em;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-secondary:hover {
  background-color: var(--btn-secondary-border);
  color: var(--btn-hover-text);
}

/* Responsive */
@media (max-width: 768px) {
  .volunteer-container {
    flex-direction: column;
  }

  .volunteer-text {
    padding: 10px;
    text-align: center;
  }

  .volunteer-text h1 {
    font-size: 1.6em;
  }

  .volunteer-buttons {
    justify-content: center;
  }
}

/* Palette de couleurs */
:root {
  --background: #FEF2EF;
  --text-main: #222222;
  --text-alt: #444444;
  --title: #0057A0;
  --btn-primary-bg: #F26B21;
  --btn-secondary-border: #F26B21;
  --btn-hover-text: #FFFFFF;
  --accent: #D62C1A;
}

.volunteer-section {
  padding: 40px 20px;
  background-color: var(--background);
}

.volunteer-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
}

.volunteer-image {
  flex: 1 1 450px;
  padding: 10px;
}

.volunteer-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.volunteer-text {
  flex: 1 1 450px;
  padding: 20px;
}

.volunteer-text h1 {
  font-size: 2em;
  color: var(--title);
  margin-bottom: 20px;
}

.volunteer-text p {
  font-size: 1.1em;
  color: var(--text-alt);
  line-height: 1.6;
  margin-bottom: 30px;
}

.volunteer-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-primary {
  background-color: var(--btn-primary-bg);
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 1em;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-primary:hover {
  background-color: var(--accent);
}

.btn-secondary {
  background: transparent;
  border: 2px solid var(--btn-secondary-border);
  color: var(--btn-secondary-border);
  padding: 12px 20px;
  font-size: 1em;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-secondary:hover {
  background-color: var(--btn-secondary-border);
  color: var(--btn-hover-text);
}

/* Responsive */
@media (max-width: 768px) {
  .volunteer-container {
    flex-direction: column;
  }

  .volunteer-text {
    padding: 10px;
    text-align: center;
  }

  .volunteer-text h1 {
    font-size: 1.6em;
  }

  .volunteer-buttons {
    justify-content: center;
  }
}
/* Palette */
:root {
  --background: #FEF2EF;
  --text-main: #222222;
  --text-secondary: #444444;
  --title-color: #0057A0;
  --accent: #D62C1A;
  --card-bg: rgba(0, 87, 160, 0.1); /* titre important dilué */
}



/* Section */
.mission-section {
  background-color: var(--background);
  padding: 60px 20px;
}

.mission-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.mission-container h2 {
  font-size: 2.2em;
  color: var(--title-color);
  margin-bottom: 40px;
}

/* Cards */
.mission-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
}

.mission-card {
  background-color: var(--card-bg);
  border-left: 5px solid var(--title-color);
  padding: 25px 20px;
  border-radius: 8px;
  flex: 1 1 300px;
  max-width: 350px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  text-align: left;
}

.mission-card h3 {
  font-size: 1.3em;
  color: var(--title-color);
  margin-bottom: 10px;
}

.mission-card p {
  font-size: 1em;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* Paragraph */
.mission-paragraph {
  font-size: 1.1em;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 30px;
  line-height: 1.7;
}

/* Citation */
.mission-quote {
  font-style: italic;
  color: var(--accent);
  border-left: 4px solid var(--accent);
  padding-left: 16px;
  margin: 0 auto;
  max-width: 800px;
}

/* Responsive */
@media (max-width: 768px) {
  .mission-cards {
    flex-direction: column;
    align-items: center;
  }

  .mission-card {
    max-width: 100%;
  }

  .mission-container h2 {
    font-size: 1.8em;
  }

  .mission-paragraph {
    padding: 0 10px;
  }
}
:root {
  --background: #FEF2EF;
  --text-main: #222222;
  --text-alt: #444444;
  --title-color: #0057A0;
  --accent: #D62C1A;
  --icon-color: #F26B21;
}

.reasons-section {
  background-color: var(--background);
  padding: 60px 20px;
}

.reasons-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.reasons-container h2 {
  color: var(--title-color);
  font-size: 2.4em;
  margin-bottom: 20px;
}

.intro-text {
  font-size: 1.1em;
  color: var(--text-alt);
  margin-bottom: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Grid layout */
.reasons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

/* Box styling */
.reason-box {
  background: #ffffff;
  border-left: 5px solid var(--icon-color);
  border-radius: 10px;
  padding: 25px 20px;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.icon-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 15px;
}

.reason-box h3 {
  font-size: 1.3em;
  color: var(--title-color);
  margin-bottom: 10px;
}

.reason-box p {
  font-size: 1em;
  color: var(--text-alt);
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .reasons-container h2 {
    font-size: 1.8em;
  }

  .intro-text {
    padding: 0 10px;
  }

  .icon-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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


.domaines-intervention {
  padding: 40px 20px;
}

.container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.left-column {
  flex: 1 1 400px;
  max-width: 600px;
}

.left-column h2 {
  color: #0057A0;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.left-column img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}

.intro-text,
.closing-text {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.6;
}

.right-column {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 600px;
}

.card {
  background-color: #fefefe;
  border-left: 4px solid #D62C1A;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.card h3 {
  color: #0057A0;
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }

  .left-column,
  .right-column {
    max-width: 100%;
  }
}
.section-candidature {
  background-color: #FEF2EF;
  color: #444444;
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
}

.section-candidature h2 {
  color: #0057A0;
  font-size: 2.2rem;
  margin-bottom: 40px;
  text-align: center;
}

.steps-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-bottom: 60px;
}

.step {
  flex: 1 1 250px;
  max-width: 280px;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.step h3 {
  font-size: 1.1rem;
  color: #0057A0;
  margin-bottom: 10px;
}

.step p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.step-number {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #D9D9D9;
  color: #444444;
  font-weight: bold;
  font-size: 1.2rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Ligne horizontale */
.steps-container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 8%;
  width: 84%;
  height: 2px;
  background-color: #AAAAAA;
}

/* Encadré bleu */
.info-box {
  background-color: #002F5F;
  color: white;
  padding: 20px;
  border-radius: 8px;
  margin: 40px 0;
  font-size: 0.95rem;
}

.info-box ul {
  margin-top: 10px;
  padding-left: 20px;
}

.info-box li {
  margin-bottom: 6px;
}

.note-final {
  font-size: 0.9rem;
  line-height: 1.5;
  max-width: 900px;
  margin: auto;
  text-align: center;
  color: #444444;
}

/* Responsive */
@media (max-width: 900px) {
  .steps-container {
    flex-direction: column;
    align-items: center;
  }

  .step {
    max-width: 100%;
    margin-bottom: 60px;
  }

  .steps-container::before {
    display: none;
  }

  .step-number {
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
}
.securite-encadrement {
  background-color: #FEF2EF;
  color: #444444;
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
}

.securite-encadrement h2 {
  color: #0057A0;
  font-size: 2.2rem;
  margin-bottom: 30px;
}

.container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.left-column {
  flex: 1 1 500px;
}

.left-column h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #222222;
}

.left-column p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.info-card {
  border: 1px solid #D9D9D9;
  padding: 16px;
  margin-top: 20px;
  border-radius: 6px;
  background-color: #fff;
}

.info-card strong {
  display: block;
  font-weight: bold;
  color: #0057A0;
  margin-bottom: 6px;
}

.right-column {
  flex: 1 1 350px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.securite-image {
  width: 100%;
  border-radius: 8px;
}

.temoignage {
  background-color: #fefefe;
  border-left: 4px solid #D62C1A;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.temoignage h4 {
  margin-bottom: 10px;
  font-size: 1.05rem;
  color: #0057A0;
}

.citation {
  font-style: italic;
  font-size: 0.95rem;
  line-height: 1.6;
}

.auteur {
  margin-top: 10px;
  font-size: 0.9rem;
  font-weight: bold;
}

.note-final {
  font-size: 0.9rem;
  margin-top: 40px;
  text-align: center;
  color: #444444;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive */
@media (max-width: 900px) {
  .container {
    flex-direction: column;
  }

  .right-column, .left-column {
    max-width: 100%;
  }
}
.engagement-section {
  background-color: #FEF2EF;
  color: #444444;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.container {
  max-width: 900px;
  margin: auto;
}

.title {
  font-size: 3rem;
  color: #0057A0;
  margin-bottom: 20px;
  font-weight: bold;
}

.subtitle {
  font-size: 1.5rem;
  color: #222222;
  font-weight: 600;
}

.description {
  font-size: 1.1rem;
  margin-bottom: 20px;
  line-height: 1.7;
}

.quote {
  font-style: italic;
  border-left: 4px solid #D62C1A;
  padding-left: 20px;
  margin: 30px 0;
  color: #222222;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0;
}

.btn {
  padding: 12px 24px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.btn.primary {
  background-color: #F26B21;
  color: #ffffff;
  border: none;
}

.btn.primary:hover {
  background-color: #D62C1A;
  color: #ffffff;
}

.btn.secondary {
  border: 2px solid #F26B21;
  color: #F26B21;
  background-color: transparent;
}

.btn.secondary:hover {
  background-color: #F26B21;
  color: #ffffff;
}

.contact {
  margin-top: 40px;
  font-size: 1rem;
}

.contact a {
  color: #0057A0;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .title {
    font-size: 2.2rem;
  }

  .subtitle {
    font-size: 1.2rem;
  }

  .buttons {
    flex-direction: column;
  }

  .btn {
    width: 100%;
    text-align: center;
  }
}

.hero-section {
  width: 100%;
  padding: 60px 20px;
  background-color: #ffffff;
}

.hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.hero-text {
  flex: 1 1 500px;
}

.hero-text h1 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #0057A0; /* Bleu foncé du logo */
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-text p {
  font-size: 1.1rem;
  color: #444; /* Gris foncé */
  margin-bottom: 30px;
  line-height: 1.6;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn {
  padding: 12px 24px;
  font-size: 1rem;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 600;
}

.btn-primary {
  background-color: #F26B21; /* Orange vif du logo */
  color: #fff;
  border: none;
}

.btn-primary:hover {
  background-color: #d95d14;
}

.btn-outline {
  border: 2px solid #F26B21;
  color: #F26B21;
  background-color: transparent;
}

.btn-outline:hover {
  background-color: #F26B21;
  color: #fff;
}

.hero-image {
  flex: 1 1 500px;
  text-align: center;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .hero-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .hero-text h1 {
    font-size: 2rem;
  }

  .hero-text p {
    font-size: 1rem;
  }

  .hero-buttons {
    justify-content: center;
  }
}
/* --- SECTION “QUI SOMMES-NOUS ?” --- */
.about-section {
  width: 100%;
  padding: 60px 20px;
  background-color: #FEF2EF; /* léger ton pêche pour contraste */
}

.about-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.about-image {
  flex: 1 1 400px;
}

.about-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.about-text {
  flex: 1 1 400px;
}

.about-text h2 {
  font-size: 2.4rem;
  color: #0057A0; /* bleu foncé */
  margin-bottom: 20px;
}

.about-text p {
  font-size: 1.1rem;
  color: #444; /* gris foncé */
  line-height: 1.6;
  margin-bottom: 20px;
}

.about-text .btn {
  display: inline-block;
  padding: 10px 22px;
  font-size: 1rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-outline {
  border: 2px solid #F26B21; /* orange vif */
  color: #F26B21;
  background-color: transparent;
}

.btn-outline:hover {
  background-color: #F26B21;
  color: #fff;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .about-container {
    flex-direction: column;
    text-align: center;
  }
  .about-text h2 {
    font-size: 2rem;
  }
  .about-text p {
    font-size: 1rem;
  }
  .about-text .btn {
    margin-top: 10px;
  }
}
.ecoles-section {
  display: flex;
  align-items: stretch;
  background: #fff;
  min-height: 420px;
  gap: 0;
}

.ecoles-illustration {
  flex: 1.15;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  background: none; /* Supprime tout fond */
  padding: 0;
}

.ecoles-photo {
  display: block;
  width: 90%;
  max-width: 330px;
  max-height: 340px;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 6px 22px rgba(80, 80, 80, 0.08);
  object-fit: cover;
  background: none; /* Pas de fond derrière l'image */
}

.ecoles-contenu {
  flex: 1.2;
  background: #fff;
  padding: 60px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ecoles-contenu h2 {
  font-size: 2.3rem;
  margin-bottom: 40px;
  color: #222222;
  font-weight: 700;
  letter-spacing: -1px;
}

.ecoles-blocs {
  display: flex;
  gap: 34px;
  margin-bottom: 28px;
}

.bloc h3 {
  font-size: 1.12rem;
  margin-bottom: 9px;
  color: #222222;
  font-weight: 600;
}

.bloc p {
  font-size: 1rem;
  color: #363636;
  line-height: 1.62;
}

.btn-decouvrir {
  margin-top: 16px;
  padding: 12px 28px;
  font-size: 1.05rem;
  color: #FF8551;
  border: 2px solid #FF8551;
  background: transparent;
  border-radius: 28px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.btn-decouvrir:hover {
  background: #FF8551;
  color: #fff;
}

/* Responsive */
@media (max-width: 900px) {
  .ecoles-section {
    flex-direction: column;
    min-height: unset;
  }
  .ecoles-illustration,
  .ecoles-contenu {
    width: 100%;
    min-width: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .ecoles-illustration {
    padding: 32px 0 0 0;
  }
  .ecoles-photo {
    max-width: 96vw;
    max-height: 38vh;
    width: 90vw;
  }
  .ecoles-contenu {
    padding: 34px 16px;
  }
  .ecoles-blocs {
    flex-direction: column;
    gap: 18px;
  }
}

.don-section {
  max-width: 880px;
  margin: 60px auto 0 auto;
  padding: 44px 28px 46px 28px;
  background: #F7F7F7;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 4px 22px rgba(255,133,81,0.09);
}
.don-section h2 {
  font-size: 2.6rem;
  color: #222222;
  margin-bottom: 38px;
  font-weight: 600;
}
.don-stats {
  display: flex;
  justify-content: center;
  gap: 70px;
  margin-bottom: 36px;
}
.don-col {
  flex: 1;
}
.don-nb {
  font-size: 3rem;
  font-weight: 700;
  color: #222222;
  margin-bottom: 10px;
}
.don-label {
  font-size: 1.14rem;
  font-weight: 500;
  color: #222222;
  margin-bottom: 7px;
}
.don-desc {
  font-size: 0.97rem;
  color: #3d3d3d;
  line-height: 1.4;
}
.don-message {
  font-size: 1.07rem;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.6;
}
.btn-don {
  background: #FF8551;
  color: #fff;
  font-size: 1.13rem;
  font-weight: 600;
  padding: 16px 36px;
  border: none;
  border-radius: 36px;
  cursor: pointer;
  transition: background 0.18s;
  box-shadow: 0 2px 12px rgba(255,133,81,0.13);
}
.btn-don:hover {
  background: #e36b36;
}

@media (max-width: 900px) {
  .don-stats { flex-direction: column; gap: 36px; }
}
.benevole-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 60px 0 70px 0;
  gap: 52px;
}

.benevole-contenu {
  flex: 1;
  margin-left: 7%;
  max-width: 510px;
}

.benevole-contenu h2 {
  font-size: 2.7rem;
  color: #222222;
  margin-bottom: 36px;
  font-weight: 700;
  line-height: 1.1;
}

.benevole-contenu p {
  font-size: 1.13rem;
  color: #363636;
  line-height: 1.7;
  margin-bottom: 16px;
}

.btn-benevole {
  display: inline-block;
  margin-top: 18px;
  padding: 13px 33px;
  color: #FF8551;
  border: 2px solid #FF8551;
  border-radius: 28px;
  background: transparent;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.21s, color 0.21s;
}

.btn-benevole:hover {
  background: #FF8551;
  color: #fff;
}

.benevole-photo-wrapper {
  flex: 1.17;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 5%;
}

.benevole-photo {
  width: 94%;
  max-width: 445px;
  border-radius: 22px;
  box-shadow: 0 8px 30px rgba(255,133,81,0.14);
  object-fit: cover;
}

/* Responsive design */
@media (max-width: 950px) {
  .benevole-section {
    flex-direction: column;
    padding: 36px 0 50px 0;
    gap: 30px;
  }
  .benevole-contenu, .benevole-photo-wrapper {
    max-width: 100%;
    margin-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .benevole-photo { width: 100%; max-width: 380px; }
}

/* Base */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}

.equipe-section {
  padding: 60px 20px;
  background-color: #fff;
}

.container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.section-description {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 40px;
}

/* Cards Grid */
.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.card {
  background-color: #f9f9f9;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex: 1 1 300px;
  max-width: 350px;
  display: flex;
  flex-direction: column;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.card-content {
  padding: 20px;
  text-align: left;
}

.card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.card p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
}

.conclusion {
  margin-top: 40px;
  font-size: 1rem;
  color: #555;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .cards {
    flex-direction: column;
    align-items: center;
  }

  .card {
    max-width: 100%;
  }
}

