@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

strong {
  font-weight: bold;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-size: 16px;
  height: auto;
  font-family: "Jost", sans-serif;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}
* {
  box-sizing: border-box;
}

.fondation .container {
  width: 1100px;
  margin: 0 auto;
  padding: 60px 50px 40px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1100px) {
  .fondation .container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .fondation .container {
    flex-direction: column;
    padding: 30px 15px 20px;
  }
}
.fondation .container.np {
  padding: 0 50px;
}

@media screen and (max-width: 768px) {
  .fondation .container.np {
    padding: 0 15px;
  }
}
.merci_vote {
  width: 100%;
  max-width: 700px;
}
.merci_vote_title {
  color: #1733AC;
  font-weight: bold;
  font-size: 45px;
  margin-bottom: 40px;
}
.merci_vote_desc {
  color: #333333;
  font-size: 18px;
  text-align: left;
  line-height: 1.5;
  padding: 0px 40px 0 0;
}
.merci_vote_share {
  border-top: 1px solid #ccc;
  margin-top: 28px;
  padding: 30px 0 0 0;
  font-size: 20px;
}
.merci_vote_share_content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 24px 0 0 0;
  gap: 20px;
  line-height: 1.1;
}
.merci_vote_share_content_text {
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
.merci_vote_share_content_text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
}
.merci_vote_share_content_text ul li {
  display: inline-block;
}

.fondation .banner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  background-color: #fff;
  background-size: cover !important;
  position: relative;
}
.fondation .banner--project {
  min-height: 680px;
  padding: 20px;
}
@media screen and (max-width: 900px) {
  .fondation .banner--project {
    min-height: 580px;
  }
}
.fondation .banner--public {
  background-color: #fff;
}
.fondation .banner--raja {
  background-color: #2e6fbc;
}
.fondation .banner--womens {
  background: #fff url("https://raja.scene7.com/is/image/Raja/RWA_2025_Ceremonie-HP?wid=2000&fmt=png-alpha") center center no-repeat;
  min-height: 450px;
}
@media screen and (max-width: 750px) {
  .fondation .banner--womens {
    min-height: 250px;
  }
}

.fondation .banner .banner-pad {
  display: block;
  width: 135%;
  max-width: 1600px;
  margin: 0 auto;
  margin-left: 50%;
  transform: translateX(-50%);
}

.fondation .banner .banner-mob {
  display: none;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .fondation .banner .banner-pad {
    display: none;
  }
  .fondation .banner .banner-mob {
    display: block;
  }
}
.fondation .banner_card {
  max-width: 600px;
  height: auto;
  padding: 50px 50px 50px;
  margin: 0 0 0 5%;
  background: linear-gradient(to left, #449442, #74bb49, #74bd47);
  text-align: center;
}

@media screen and (max-width: 900px) {
  .fondation .banner_card {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    padding: 25px 25px 30px;
    position: relative;
    top: 220px;
  }
}
@media screen and (max-width: 480px) {
  .fondation .banner_card {
    margin: 0 auto;
    padding: 25px 25px 30px;
    max-width: 100%;
  }
}
.fondation .banner_titre {
  margin: 0;
  padding: 0;
  font-size: 1.8em;
  font-weight: lighter;
  line-height: 120%;
  color: #fff;
}

.fondation .banner_titre strong {
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .fondation .banner_titre {
    font-size: 1.3em;
  }
}
.fondation .banner_date {
  margin: 0;
  padding: 20px 0 0px;
  font-size: 4.5em;
  line-height: 120%;
  color: #fff;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .fondation .banner_date {
    font-size: 3em;
  }
}
.fondation .banner_desc {
  margin: 0;
  padding: 10px 0;
  font-size: 1.3em;
  line-height: 120%;
  color: #fff;
  /*text-transform: uppercase;*/
}

.fondation h1.banner_desc {
  font-weight: 500;
  font-size: 1.5em;
}

@media screen and (max-width: 480px) {
  /* .fondation .banner_desc {
      display: none;
  } */
}
.fondation .banner_btn {
  display: inline-flex;
  margin: 20px 0 0 0;
  padding: 15px 20px;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 120%;
  color: #e76225;
  background-color: #fff;
  text-decoration: none;
  border-radius: 3px;
}

.fondation .banner_btn:hover {
  background-color: #e76225;
  color: #fff;
}

.fondation .banner_vote {
  display: none;
}

@media screen and (max-width: 768px) {
  .fondation .banner_vote {
    display: flex;
    position: absolute;
    right: 0;
    top: 10%;
    text-align: center;
  }
}
.fondation .banner_vote--date {
  display: flex;
  margin: 0;
  padding: 20px 25px 15px;
  font-size: 1.375em;
  line-height: 120%;
  color: #e76225;
  text-transform: uppercase;
  background-color: #fff;
  width: 100%;
  justify-content: center;
  align-items: baseline;
}

.fondation .banner_vote--date span {
  font-size: 1.875em;
  margin-right: 5px;
}

.fondation .banner_vote--date img {
  position: relative;
  top: 5px;
  width: 40px;
  margin-right: 15px;
}

.banner.ceremonie {
  margin: 0 auto;
  background-size: cover;
  overflow-x: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.banner.ceremonie .banner-pad {
  display: block;
  width: 100%;
  max-width: 1600px;
}
.banner.ceremonie .banner-mob {
  display: none;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .banner.ceremonie .banner-pad {
    display: none;
  }
  .banner.ceremonie .banner-mob {
    display: block;
  }
}
.fondation .banner_card {
  max-width: 600px;
  height: auto;
  margin: 0 0 0 150px;
  padding: 50px 25px 60px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 900px) {
  .fondation .banner_card {
    max-width: 80%;
    margin: 0 auto;
  }
}
.infos {
  display: flex;
  margin-top: 1em;
  flex-wrap: nowrap;
}
.infos_main {
  line-height: 20px;
  padding: 40px 80px;
  margin-top: 80px;
}
.infos_container {
  padding: 20px 0;
}
.infos_title {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 1em;
  color: #1733AC;
}
.infos_contact {
  display: flex;
  margin-top: 1em;
  flex-wrap: nowrap;
}
.infos_contact p {
  margin-top: 1em;
  color: #333;
}
.infos_contact a {
  text-decoration: none;
  color: #333;
}
.infos_contact a:hover {
  text-decoration: underline;
}
.infos_contact .icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  vertical-align: middle;
}

.fond_img {
  margin: 2em 0;
}
.fond_title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 2em;
  color: black;
}
.fond_desc {
  max-width: 600px;
}
.fond_btn {
  display: inline-flex;
  margin: 200px 10px 0 0;
  padding: 15px 20px;
  font-size: 1.125em;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #306c28;
  border-radius: 3px;
  background-color: #306c28;
  transition: all 0.2s ease-in-out;
}
.fond_btn:hover {
  opacity: 0.8;
}

.fondation .countdown {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 320px;
  color: #333333;
}

@media screen and (max-width: 900px) {
  .fondation .countdown {
    flex-direction: column;
    /* margin-top: 99px; */
  }
}
@media screen and (max-width: 370px) {
  .fondation .countdown {
    margin-top: 180px;
  }
}
.fondation .countdown_explanation {
  padding: 20px 0px 40px 50px;
}

@media screen and (max-width: 900px) {
  .fondation .countdown_explanation {
    padding: 40px 30px;
  }
}
.fondation .countdown_subtitle {
  margin: 0;
  padding: 0;
  font-size: 1.375em;
  font-weight: 500;
  line-height: 120%;
  color: #333;
}

.fondation .countdown_desc {
  margin: 0;
  padding: 25px 0 0 0;
  font-size: 1em;
  line-height: 120%;
  color: #333;
}

.fondation .countdown_desc strong {
  font-weight: bold;
}

.fondation .countdown_counter {
  padding: 40px 150px;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 900px) {
  .fondation .countdown_counter {
    width: 100%;
    padding: 0 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.fondation .countdown_counter_morethan {
  width: 170px;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 1.375em;
  font-weight: 600;
}

@media screen and (max-width: 900px) {
  .fondation .countdown_counter_morethan {
    color: #333;
    width: auto;
    padding: 15px 10px;
  }
}
.fondation .countdown_counter_days {
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 0;
  padding: 36px 0;
  background: #fff url("https://raja.scene7.com/is/image/Raja/women-environment-10-years-compte-rebour?wid=170&fmt=png-alpha") center center no-repeat;
  background-size: contain;
  color: #fff;
}

.fondation .countdown_counter_days span {
  margin: 0;
  padding: 0;
  font-size: 60px;
  margin-top: 16px;
}

@media screen and (max-width: 900px) {
  .fondation .countdown_counter_days span {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 900px) {
  .fondation .countdown_counter_days {
    width: auto;
    padding: 20px 30px;
    background-size: contain;
  }
}
.fondation .projet_details {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .fondation .projet_details {
    width: 100%;
  }
}
.fondation .projet_details_asso {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  color: #4c4c4c;
}
.fondation .projet_details_titre {
  margin: 0;
  padding: 15px 0 0 0;
  color: #1733AC;
  font-weight: bold;
  font-size: 22px;
}
.fondation .projet_details_thematique {
  margin: 0;
  padding: 20px 0 0 0;
  font-size: 0.875em;
  font-weight: 400;
  color: #333333;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.fondation .projet_details_thematique_icon {
  width: 30px;
  margin-right: 5px;
  filter: hue-rotate(240deg) saturate(0.5);
}
.fondation .projet_details_thematique_text {
  font-size: 13px;
}
.fondation .projet_details_desc {
  margin: 0;
  padding: 20px 0 0 0;
  font-size: 1em;
  font-weight: 400;
  color: #333;
  line-height: 120%;
}
.fondation .projet_details_desc b {
  font-weight: 500;
}
.fondation .projet_details_video {
  margin: 30px 0 0 0;
  padding: 0;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
}
.fondation .projet_details_video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.fondation .projet_details_map {
  margin: 0;
  padding: 40px 0 0 0;
}
.fondation .projet_details_map--localisation {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.fondation .projet_details_map--view {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.fondation .projet_details_map--google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.fondation .projet_details_map--google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 90% !important;
}
.fondation .projet_details_nav {
  display: flex;
  margin-bottom: 60px;
  padding: 0 0 0 0;
}
@media screen and (max-width: 480px) {
  .fondation .projet_details_nav {
    flex-direction: column;
  }
}
.fondation .projet_details_nav_btn {
  margin: 0 10px 0 0;
  padding: 15px 20px;
  font-size: 1.125em;
  color: #1733AC;
  text-align: center;
  text-decoration: none;
  border: 1px solid #d26a30;
  border-radius: 3px;
  background-color: #d26a30;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 480px) {
  .fondation .projet_details_nav_btn {
    display: flex;
    justify-content: center;
    margin: 15px 0 0 0;
    padding: 15px 20px;
  }
}
.fondation .projet_details_nav_btn:hover {
  opacity: 0.8;
}
.fondation .projet_details_nav_btn--green {
  margin: 0 10px 0 0;
  padding: 15px 20px;
  font-size: 1.125em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #4371ED;
  border-radius: 3px;
  background-color: #4371ED;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .fondation .projet_details_nav_btn--green {
    margin: 15px 0;
  }
}
.fondation .projet_details_nav_btn--green:hover {
  opacity: 0.8;
}

.fondation .projet_aside {
  width: 25%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fondation .projet_aside {
    width: 100%;
  }
}
.fondation .projet_aside_vote {
  display: flex;
  width: 100%;
  position: absolute;
  left: 0;
  top: -138px;
  /* toujours égale padding-top du .container + hauteur de --date */
  z-index: 6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fondation .projet_aside_vote {
    display: none;
  }
}
.fondation .projet_aside_vote--date {
  display: flex;
  margin: 0;
  padding: 20px 0;
  font-size: 1.375em;
  line-height: 120%;
  color: #4371ED;
  text-transform: uppercase;
  background-color: white;
  width: 100%;
  justify-content: center;
  align-items: baseline;
  position: relative;
  font-weight: bold;
}
.fondation .projet_aside_vote--date span {
  font-size: 1.875em;
  margin-right: 5px;
}
.fondation .projet_aside_vote--date img {
  position: relative;
  top: 5px;
  width: 40px;
  margin-right: 20px;
}
.fondation .projet_aside_btn {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .fondation .projet_aside_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border-top: 2px solid #e6e6e6;
    z-index: 10;
  }
}
.fondation .projet_aside_btn--Vote {
  width: 100%;
  margin: 0;
  padding: 15px 0;
  font-size: 1.125em;
  color: #fff;
  text-align: center;
  background-color: #4371ED;
  text-decoration: none;
  border: 1px solid #4371ED;
  border-radius: 3px;
  font-weight: 600;
}
.fondation .projet_aside_btn--Vote:hover {
  opacity: 0.8;
}
.fondation .projet_aside_args {
  display: flex;
  flex-direction: column;
  margin: 40px 0 0 0;
  padding: 20px;
  text-align: center;
  word-break: break-word;
  background: #f8f8f8;
}
@media screen and (max-width: 900px) {
  .fondation .projet_aside_args {
    padding: 20px 5px;
  }
}
.fondation .projet_aside_args span {
  font-size: 1em;
  line-height: 120%;
  color: #4c4c4c;
  text-transform: uppercase;
}
.fondation .projet_aside_args strong {
  margin: 0;
  padding: 8px 0 0 0;
  font-size: 1.2em;
  font-weight: lighter;
  line-height: 120%;
  color: #4c4c4c;
}
.fondation .projet_aside_partage {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 20px 0 0 0;
}
.fondation .projet_aside_titre {
  margin: 0;
  padding: 0 0 20px 0;
}
.fondation .projet_aside--social {
  display: flex;
}
.fondation .projet_aside--social a {
  margin: 0 10px 0 0;
  padding: 0;
  text-decoration: none;
}
.fondation .projet_aside--social a img {
  height: 25px;
  width: auto;
}
.fondation .projet_aside_url {
  display: flex;
  flex-direction: column;
  margin: 30px 0 0 0;
  padding: 0;
}
.fondation .projet_aside_url span {
  font-size: 1em;
  line-height: 120%;
  color: #333;
}
.fondation .projet_aside_url a {
  font-size: 1em;
  line-height: 120%;
  color: #333;
}

.fondation .footer {
  width: 100%;
  margin: 0 0 0 0;
  padding: 35px 35px 35px 40px;
  color: #70758e;
  background-color: #f6f5f6;
}

@media screen and (max-width: 900px) {
  .fondation .footer {
    padding: 35px 20px;
  }
}
.fondation .footer_follow {
  display: flex;
}

@media screen and (max-width: 900px) {
  .fondation .footer_follow {
    flex-direction: column;
  }
}
.fondation .footer_follow_titre {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
  padding-right: 25px;
}

.fondation .footer_follow_actualite {
  font-size: 1em;
  line-height: 1.5em;
  display: flex;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 900px) {
  .fondation .footer_follow_actualite {
    padding: 10px 0 0 0;
  }
}
.fondation .footer_follow_fondation {
  line-height: 1.5em;
  padding-right: 25px;
}

.fondation .footer_follow_fondation a, .fondation .footer_follow_newsletter a {
  color: inherit;
  text-decoration: none;
}

.fondation .footer_follow_fondation a:hover, .fondation .footer_follow_newsletter a:hover {
  text-decoration: underline;
}

.fondation .footer_follow_social {
  line-height: 1, 5em;
  padding: 0 25px;
}

.fondation .footer_follow_social_logo {
  text-decoration: none;
  padding-right: 20px;
}

.fondation .footer_follow_social_logo img {
  width: 30px;
}

@media screen and (max-width: 900px) {
  .fondation .footer_follow_social {
    padding: 15px 0;
  }
}
.fondation .footer_mention {
  display: flex;
  padding: 20px 0 0 0;
}

@media screen and (max-width: 900px) {
  .fondation .footer_mention {
    flex-direction: column;
  }
}
.fondation .footer_mention_legal {
  font-size: 0.875em;
}

.fondation .footer_mention_link {
  padding-right: 15px;
  text-decoration: none;
  color: #70758e;
}

.fondation .footer_mention_copyright {
  font-size: 0.875em;
  line-height: 1, 5em;
  color: #70758e;
}

@media screen and (max-width: 900px) {
  .fondation .footer_mention_copyright {
    flex-direction: column;
    padding-top: 15px;
  }
}
.fondation .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  background-color: #fff;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (max-width: 900px) {
  .fondation .header {
    justify-content: flex-start;
  }
}
.fondation .header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.fondation .header.sticky + .banner,
.fondation .header.sticky + .sticky-content {
  margin-top: 80px;
  z-index: 5;
}

@media screen and (min-width: 900px) {
  .fondation .header_burger-menu {
    display: none;
  }
}
.fondation .header_logo {
  display: flex;
  width: auto;
  height: 80px;
  margin-left: 20px;
  margin-right: 20px;
}

.fondation .header_logo_mob {
  display: none;
}

.fondation .header_logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.fondation .header_logo a img {
  height: 80%;
}

@media screen and (max-width: 900px) {
  .fondation .header_logo a img {
    height: 68%;
  }
}
@media screen and (max-width: 900px) {
  .fondation .header_logo {
    margin-left: 100px;
  }
  .fondation .header_logo_pad {
    display: none;
  }
  .fondation .header_logo_mob {
    display: flex;
  }
}
.fondation .header_menu {
  display: flex;
  margin: 0;
  padding: 0 30px 0 0;
}

@media screen and (max-width: 900px) {
  .fondation .header_menu {
    display: none;
  }
}
.fondation .header_menu ul {
  list-style: none;
  /*padding: 10px 0;*/
}

.fondation .header_menu ul li {
  display: inline-block;
  padding: 5px 10px;
  vertical-align: middle;
}

.fondation .header_menu ul li a {
  position: relative;
  padding: 3px 0;
  font-size: 1em;
  line-height: 120%;
  color: #333;
  text-decoration: none;
}

.fondation .header_menu ul li a.--is-active:after,
.fondation .header_menu ul li a:hover:after {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  content: "";
  background-color: #D6E14F;
}

.fondation .header_language {
  /* display: none; */
  /*display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  align-items: center;
  margin: 0 20px 0 50px;
  font-size: 1em;
  line-height: 120%;
  color: #333;
}

.fondation .header_language_links {
  padding: 0 5px;
  color: #333;
  text-decoration: none;
  opacity: 0.6;
}

.fondation .header_language_links.is-active,
.fondation .header_language_links:hover {
  opacity: 1;
}

.fondation .header_language span {
  opacity: 0.3;
}

.mentions {
  width: 100%;
  max-width: 700px;
}
.mentions_title {
  margin: 0;
  padding: 0;
  color: #306c28;
  font-weight: bold;
  font-size: 37px;
}

.fondation .mentions_content {
  margin: 0;
  padding: 30px 0 0 0;
}

.fondation .mentions_content_title {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 1.125em;
  color: #4c4c4c;
  line-height: 120%;
}

.fondation .mentions_content_desc {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 1em;
  color: #333;
  line-height: 120%;
}

.fondation .mentions_content_desc a {
  font-size: 1em;
  color: #333;
  line-height: 120%;
  text-decoration: none;
}

.fondation .mentions_content_desc a:hover {
  text-decoration: underline;
}

/*
A mettre en SCSS - après fix des bugs et intégré dans 03_
*/
html, body {
  overflow-x: hidden;
  height: 100%;
}

#sidebarMenu {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 250px;
  margin-top: 80px;
  transform: translateX(-250px);
  transition: transform 250ms ease-in-out;
  background-color: #FFFFFF;
  border-right: 1px solid #e6e6e6;
}

.sidebarMenuInner {
  margin: 0;
  padding: 0;
  border-top: 1px solid #e6e6e6;
}

.sidebarMenuInner--langue {
  /* display: none; */
  margin-top: 20px;
  padding: 0;
}

.sidebarMenuInner li {
  list-style: none;
  color: #fff;
  padding: 20px 20px 20px 0px;
  margin: 0 20px;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
}

.sidebarMenuInner li:last-child {
  border-bottom: none;
}

.sidebarMenuInner--langue li {
  display: inline-block;
  list-style: none;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 20px 20px 20px;
  margin: 0;
  cursor: pointer;
}

.sidebarMenuInner li span {
  display: block;
  font-size: 14px;
  color: #333333;
}

.sidebarMenuInner--langue li span {
  display: block;
  font-size: 14px;
  color: #333333;
}

.sidebarMenuInner li a {
  color: #333333;
  cursor: pointer;
  text-decoration: none;
}

.sidebarMenuInner--langue li a {
  color: #333333;
  cursor: pointer;
  text-decoration: none;
  opacity: 0.6;
}

.sidebarMenuInner--langue li a.is-active {
  color: #333333;
  cursor: pointer;
  text-decoration: none;
  opacity: 1;
}

input[type=checkbox]:checked ~ #sidebarMenu {
  transform: translateX(0);
}

input[type=checkbox] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}

.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 22px;
  left: 15px;
  height: 22px;
  width: 50px;
}

.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #333333;
}

.spinner-texte {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  top: 5px;
  color: #333333;
  font-size: 20px;
}

.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 10px;
}

.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}

.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 10px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 15px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -16px;
}

@media screen and (min-width: 900px) {
  .openSidebarMenu, .sidebarIconToggle, .sidebarMenu {
    display: none !important;
  }
}
/* Formulaire */
.projet_content_formulaire {
  display: none;
  margin: 10px auto 50px;
  background-color: #ffffff;
  text-align: center;
}

.projet_content_formulaire_close {
  position: absolute;
  top: 20px;
  right: 20px;
  text-decoration: none;
}

.projet_content_formulaire_close img {
  width: 20px;
  height: 20px;
}

.projet_content_formulaire .title-form {
  margin-bottom: 10px;
  padding: 30px;
  line-height: 120%;
  color: #333;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.projet_content_formulaire .title-form__vote {
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 5px;
}

.projet_content_formulaire .title-form__title {
  font-size: 24px;
  line-height: 130%;
  color: #1733AC;
}

.projet_content_formulaire .instruction {
  margin: 0px;
  padding: 0 30px;
  font-size: 16px;
  line-height: 120%;
  color: #333333;
  text-align: left;
}

.projet_content_formulaire .form_vote {
  padding: 20px 30px;
  margin: 0;
}

.projet_content_formulaire input[type=text] {
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding: 10px 15px;
  font-size: 14px;
  background-color: #eeeef1;
  border: 0px solid #c5c5c5;
}

.projet_content_formulaire input[type=email] {
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding: 10px 15px;
  font-size: 14px;
  background-color: #eeeef1;
  border: 0px solid #c5c5c5;
}

.projet_content_formulaire input[type=checkbox] {
  display: inline-block;
  margin-right: 15px;
  height: 25px;
  width: 25px;
  background: #fff;
  border: 1px solid #000;
}

.projet_content_formulaire .checkbox {
  margin: 20px 0;
  font-size: 14px;
  text-align: left;
  line-height: 120%;
  color: #333333;
}

.projet_content_formulaire input[type=submit] {
  display: inline-block;
  margin-top: 15px;
  padding: 15px 50px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  background-color: #487bd9;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 3px;
  font-family: "rubik";
}

.projet_content_formulaire .vie_prive {
  margin: 0;
  font-size: 12px;
  line-height: 120%;
  text-align: left;
  color: #333333;
  font-weight: 400;
  padding: 20px 30px 30px;
}

.projet_content_formulaire .vie_prive a {
  color: #e76225;
  text-decoration: none;
}

.projet_content_formulaire .vie_prive a:hover {
  text-decoration: underline;
}

.projet_content_formulaire .vie_prive b {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.projet_content_formulaire .g-recaptcha {
  display: inline-block;
}

.projet_content_formulaire .error-message {
  margin-bottom: 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  color: #e80038;
}

.projet_content_formulaire .erreur-form-projet {
  padding: 30px 30px 0;
  background-color: #ffffff;
  color: #e80038;
}

#overlay {
  display: none;
}

@media screen and (min-width: 900px) {
  .projet_content_formulaire {
    display: none;
    width: 485px;
    z-index: 25;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -242px;
  }
  #overlay {
    display: none;
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 899px) {
  .projet_content_formulaire {
    display: none;
    width: 100%;
    z-index: 25;
    position: absolute;
    top: 100px;
    left: 0;
    margin-top: 0px;
  }
  #overlay {
    display: none;
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.fondation .project {
  width: 100%;
  align-content: center;
  text-align: center;
}

.fondation .project_card_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 980px) {
  .fondation .project_card_group {
    justify-content: space-around;
  }
}
.fondation .project_card {
  width: 310px;
  padding: 20px 15px;
  text-align: left;
  text-decoration: none;
}

.fondation .project_card_image {
  width: 100%;
  margin: 0;
  padding: 0;
}

.fondation .project_card_project {
  margin: 0;
  padding: 15px 0 0 0;
  font-size: 0.875em;
  color: #333;
}

.fondation .project_card_thematique {
  margin: 0;
  padding: 15px 0 0 0;
  font-size: 0.75em;
  line-height: 120%;
  color: #333;
}

.project_title {
  padding: 60px 20px 35px;
  color: #1733AC;
  font-weight: bold;
  font-size: 37px;
}
.project_card_image {
  width: 100%;
  margin: 0;
  padding: 0;
}
.project_card_title {
  margin: 0;
  padding: 5px 0 0 0;
  font-size: 1.125em;
  line-height: 1.28em;
  font-weight: bold;
  color: #333;
}
.project_card_nbvotes {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 10px 0 0 30px;
  font-size: 1em;
  font-weight: 500;
  color: #333;
  font-weight: bold;
}
.project_card_nbvotes::before {
  content: "";
  background: #fff url(../img/picto_heart.png) 0 0 no-repeat;
  width: 21px;
  height: 21px;
  background-size: 21px;
  position: absolute;
  top: 5px;
  left: 0;
}

.reglement {
  width: 100%;
  max-width: 700px;
}
.reglement_title {
  color: #1733AC;
  font-weight: bold;
  font-size: 45px;
  margin-bottom: 40px;
}
.reglement_desc {
  margin: 0;
  font-size: 18px;
  color: #333;
  line-height: 120%;
  font-weight: 600;
}
.reglement_article {
  margin: 0;
  padding: 40px 0 0 0;
}
.reglement_article_title {
  font-size: 16px;
  color: #333;
  line-height: 120%;
  font-weight: 600;
}
.reglement_article_subtitle {
  margin: 0;
  padding: 5px 0 0 0;
  font-size: 20px;
  color: #1733AC;
  line-height: 120%;
  font-weight: 600;
}
.reglement_article_desc {
  margin: 0;
  padding: 10px 50px 0 0;
  font-size: 16px;
  color: #333;
  line-height: 120%;
}

.fondation .vote {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 60px 30px 35px;
  align-content: center;
  text-align: center;
  background-color: #f4f4f4;
}
.fondation .vote_title {
  color: #1733AC;
  font-weight: bold;
  font-size: 37px;
}
.fondation .vote_subtitle {
  margin: 0;
  padding: 25px 0 45px 0;
  font-size: 1.125em;
  line-height: 125%;
  color: #333333;
  font-weight: 600;
}
.fondation .vote_number {
  display: inline-grid;
  display: -moz-inline-grid;
  display: -ms-inline-grid;
  width: 75px;
  height: 75px;
  margin: 0;
  padding: 20px;
  font-size: 35px;
  color: #333333;
  font-weight: bold;
  flex: none;
  text-align: center;
  align-content: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  border: none;
}
.fondation .vote_number--public {
  color: #333333;
  background: #ffde7d;
}
.fondation .vote_number--raja {
  color: #fff;
  background: #2e6fbc;
}
.fondation .vote_desc {
  margin: 0;
  padding: 30px 0 0 0;
  font-size: 20px;
  line-height: 120%;
  color: #676767;
}
.fondation .vote_desc span {
  display: block;
  font-weight: 600;
}
.fondation .vote_mention {
  width: 100%;
  margin: 0;
  padding: 0;
  align-content: center;
  font-size: 0.875em;
  color: #4c4c4c;
  line-height: 1.5em;
  text-align: center;
}
.fondation .vote_mention a {
  text-decoration: underline;
  color: #4c4c4c;
}
.fondation .vote ul {
  display: flex;
  justify-content: center;
  padding: 0 0 35px 0;
  position: relative;
}
.fondation .vote ul li {
  display: inline-block;
  width: 280px;
  position: relative;
}
.fondation .vote ul li:not(:last-child):after {
  position: absolute;
  height: 1px;
  content: "";
  border-bottom: 1px solid #676767;
  top: 35px;
  right: -60px;
  width: 120px;
}

@media screen and (max-width: 900px) {
  .fondation .vote {
    flex-direction: column;
  }
  .fondation .vote_desc {
    text-align: left;
    padding: 0 0 0 30px;
  }
  .fondation .vote ul {
    flex-direction: column;
    padding: 0;
  }
  .fondation .vote ul li {
    display: flex;
    width: 100%;
    padding-bottom: 35px;
    align-items: center;
  }
  .fondation .vote ul li:not(:last-child):after {
    display: none;
  }
}
.fondation .womens_section {
  max-width: 700px;
}

.womens {
  padding-top: 0px;
  padding-bottom: 30px;
}
.womens_title {
  color: #1733AC;
  font-weight: bold;
  font-size: 37px;
  margin-bottom: 25px;
}
.womens_desc {
  margin: 0;
  padding: 20px 6px 0 0;
  font-size: 18px;
  color: #333;
  line-height: 120%;
  font-weight: 400;
}
.womens_desc.bold {
  font-weight: 600;
}
.womens_list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 60px;
}
.womens_list_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 0 26%;
  margin: 0 15px 30px;
}
.womens_list_item img {
  width: 160px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .womens_list_item img {
    width: 180px;
  }
}
.womens_list_item_text {
  text-align: center;
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  display: block;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .womens_list_item_text {
    width: 200px;
  }
}
.womens_btn {
  display: inline-flex;
  margin: 36px 10px 0 0;
  padding: 15px 20px;
  font-size: 1.125em;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #1733AC;
  border-radius: 3px;
  background-color: #1733AC;
  transition: all 0.2s ease-in-out;
}
.womens_btn:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */