@font-face {
  font-family: 'Futura-bold';
  src: url("../assets/fonts/Futura-Bold.eot");
  src: url("../assets/fonts/Futura-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Futura-Bold.woff2") format("woff2"), url("../assets/fonts/Futura-Bold.woff") format("woff"), url("../assets/fonts/Futura-Bold.ttf") format("truetype"), url("../assets/fonts/Futura-Bold.svg#Futura-Bold") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Futura-md';
  src: url("../assets/fonts/FuturaBT-Medium.eot");
  src: url("../assets/fonts/FuturaBT-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/FuturaBT-Medium.woff2") format("woff2"), url("../assets/fonts/FuturaBT-Medium.woff") format("woff"), url("../assets/fonts/FuturaBT-Medium.ttf") format("truetype"), url("../assets/fonts/FuturaBT-Medium.svg#FuturaBT-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

html {
  font-size: .625em;
  /* fallback IE8+ */
  font-size: calc(1em * .625);
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */ }

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Remove default padding */
ul,
ol {
  padding: 0;
  list-style: none;
  margin: 0; }

/* Remove default style */
a {
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove font style on address */
address {
  font-style: normal; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    -o-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Image replacement technique 2012 H5BP  - https://css-tricks.com/the-image-replacement-museum/ */
.ir {
  font: 0/0 a;
  color: transparent;
  border: 0;
  text-shadow: none; }

html {
  scroll-behavior: smooth; }

body {
  font-weight: 500;
  font-size: 1rem;
  font-family: "Futura-md", sans-serif;
  color: #242B63;
  background-color: #F5F5F5; }
  @media (min-width: 768px) {
    body {
      font-size: 1.2rem; } }
  @media (min-width: 992px) {
    body {
      font-size: 1.4rem; } }

.container {
  padding: 0 1.5rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 992px) {
    .container {
      padding: 0 2rem;
      width: 100%;
      padding: 0 2rem; } }
  @media (min-width: 992px) {
    .container {
      max-width: 75rem; } }
  @media (min-width: 1200px) {
    .container {
      padding: 0 0rem;
      width: 116rem; } }
  @media (min-width: 1441px) {
    .container {
      width: 140rem; } }

.container-image {
  overflow: hidden;
  height: 100%;
  min-width: 30%; }
  .container-image img {
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 10px;
  margin-bottom: 10px; }

.grid {
  display: -ms-grid;
  display: grid; }

.wrap {
  padding-top: 20px;
  padding-bottom: 20px; }

main,
main.container {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 9rem; }
  main section + section,
  main.container section + section {
    margin-top: 0rem; }
    @media (min-width: 768px) {
      main section + section,
      main.container section + section {
        margin-top: 0rem; } }

section {
  padding: 2rem; }
  @media (min-width: 768px) {
    section {
      padding: 3rem; } }

h1 {
  font-size: 1.6rem;
  font-family: "Futura-bold", sans-serif;
  font-weight: 700;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    h1 {
      font-size: 2rem; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 2.4rem; } }

h2 {
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Futura-bold", sans-serif;
  text-align: center;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    h2 {
      font-size: 2.2rem; } }
  h2 + p {
    text-align: center; }

h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3em;
  font-family: "Futura-bold", sans-serif;
  margin-bottom: 2rem; }
  h3 strong {
    text-transform: uppercase; }

a {
  color: #242B63; }
  a:hover, a:focus {
    color: #00669F; }

label {
  margin-bottom: 1rem; }

input {
  width: 22rem;
  height: 4rem;
  border: 0.1rem solid #242B63; }

textarea {
  border: 0.1rem solid #242B63;
  min-height: 12rem; }

a.button,
button.btn-defaut,
input[type=button],
input[type=submit],
.btn {
  cursor: pointer;
  width: 15%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 4rem;
  padding: 1rem 1rem;
  background-color: #00669F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: .2rem;
  text-align: center;
  border: 0.1rem solid #00669F;
  color: #fff; }
  @media (min-width: 768px) {
    a.button,
    button.btn-defaut,
    input[type=button],
    input[type=submit],
    .btn {
      height: 4.6rem;
      padding: 1rem 3.3rem; } }
  a.button svg,
  button.btn-defaut svg,
  input[type=button] svg,
  input[type=submit] svg,
  .btn svg {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  a.button:hover, a.button:focus,
  button.btn-defaut:hover,
  button.btn-defaut:focus,
  input[type=button]:hover,
  input[type=button]:focus,
  input[type=submit]:hover,
  input[type=submit]:focus,
  .btn:hover,
  .btn:focus {
    background-color: transparent;
    color: #00669F; }
    a.button:hover svg path, a.button:focus svg path,
    button.btn-defaut:hover svg path,
    button.btn-defaut:focus svg path,
    input[type=button]:hover svg path,
    input[type=button]:focus svg path,
    input[type=submit]:hover svg path,
    input[type=submit]:focus svg path,
    .btn:hover svg path,
    .btn:focus svg path {
      fill: #00669F; }
  a.button.transparent,
  button.btn-defaut.transparent,
  input[type=button].transparent,
  input[type=submit].transparent,
  .btn.transparent {
    background-color: transparent;
    border: 0.1rem solid #00669F;
    color: #00669F; }
    a.button.transparent:hover, a.button.transparent:focus,
    button.btn-defaut.transparent:hover,
    button.btn-defaut.transparent:focus,
    input[type=button].transparent:hover,
    input[type=button].transparent:focus,
    input[type=submit].transparent:hover,
    input[type=submit].transparent:focus,
    .btn.transparent:hover,
    .btn.transparent:focus {
      background-color: #00669F;
      color: white; }
      a.button.transparent:hover svg path, a.button.transparent:focus svg path,
      button.btn-defaut.transparent:hover svg path,
      button.btn-defaut.transparent:focus svg path,
      input[type=button].transparent:hover svg path,
      input[type=button].transparent:focus svg path,
      input[type=submit].transparent:hover svg path,
      input[type=submit].transparent:focus svg path,
      .btn.transparent:hover svg path,
      .btn.transparent:focus svg path {
        fill: white; }
  a.button.suppression,
  button.btn-defaut.suppression,
  input[type=button].suppression,
  input[type=submit].suppression,
  .btn.suppression {
    border: .1rem solid #BF3030;
    background-color: transparent;
    color: #BF3030; }
    a.button.suppression:hover, a.button.suppression:focus,
    button.btn-defaut.suppression:hover,
    button.btn-defaut.suppression:focus,
    input[type=button].suppression:hover,
    input[type=button].suppression:focus,
    input[type=submit].suppression:hover,
    input[type=submit].suppression:focus,
    .btn.suppression:hover,
    .btn.suppression:focus {
      background-color: #BF3030;
      color: #fff; }

a.btn {
  width: auto; }

.notice {
  text-align: center;
  display: block;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-left: 4px solid navy;
  font-style: italic;
  background-color: #fff;
  padding: 10px; }
  .notice.erreur {
    color: red;
    border-left-color: red; }

span.estompe {
  color: rgba(36, 43, 99, 0.4); }

input, select {
  width: 22rem;
  height: 4rem;
  border: 0.1rem solid #242B63;
  padding-left: 10px; }

select.select-heure {
  display: block;
  width: 7rem;
  float: left;
  margin-right: 1rem; }

textarea {
  border: 0.1rem solid #242B63;
  min-height: 12rem; }

.input-factice,
.textarea-factice {
  width: 22rem;
  height: 4rem;
  border: 0.1rem solid #242B63;
  padding-left: 10px; }

.textarea-factice {
  height: 16rem;
  width: 100%; }

table input,
table textarea,
table select,
table .input-factice {
  width: 100%;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

table .input-factice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #D4D4D4; }

.rgpd {
  color: black;
  font-size: 1.2rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .rgpd input {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem; }
  .rgpd label {
    margin-bottom: 0; }

.error {
  color: red; }

table {
  margin-top: 30px;
  margin-bottom: 30px;
  table-layout: auto;
  display: table;
  border-collapse: collapse;
  width: 100%; }
  table thead th {
    font-size: 1rem;
    line-height: 1em; }
    @media (min-width: 768px) {
      table thead th {
        font-size: 1.4rem;
        line-height: 1.4em; } }
  table tbody tr td:first-child {
    width: 5%; }
  table tbody tr td:last-child {
    width: auto; }
  table tbody tr td.colonne-date {
    width: 10%;
    min-width: 15px; }
  table tbody tr td.colonne-membre {
    width: 15%;
    min-width: 20px; }
  table tbody tr th {
    font-size: 1rem;
    font-family: "Futura-bold", sans-serif;
    font-weight: 300;
    line-height: 1.2em; }
  table tbody tr th[scope=col] {
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .5rem; }
  table tbody tr th[scope=row] {
    text-align: start; }
  table tbody tr td {
    background-color: #D4D4D4;
    text-align: center;
    font-size: 1rem;
    line-height: 1.1em;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  table tbody tr:nth-child(odd) td {
    background-color: transparent; }
  table .separateur {
    padding-top: 3rem;
    padding-bottom: 1.5rem; }
    table .separateur h3 {
      margin-top: 2rem;
      margin-bottom: 2rem;
      background-color: #00669F;
      text-align: left;
      color: #fff; }
  table.table-edition th {
    text-align: left;
    background-color: transparent; }
  table.table-edition td {
    background-color: transparent; }

table.deux-colonnes-egales td, table.deux-colonnes-egales th,
table.deux-colonnes-egales td:first-child,
table.deux-colonnes-egales td:last-child {
  width: 50%; }
table.trois-colonnes-egales td, table.trois-colonnes-egales th,
table.trois-colonnes-egales td:first-child,
table.trois-colonnes-egales td:last-child {
  width: fit-content; }

.ligne-boutons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 20px; }

table.form-table tr th {
  text-align: left; }
  table.form-table tr th label {
    font-family: "Futura-md", sans-serif;
    font-weight: 400; }

table.form-table tr td {
  max-width: 550px;
  background-color: transparent; }

table.form-table tr:nth-child(odd) td {
  background-color: transparent; }

table.form-table tr.ligne-boutons {
  width: 100%; }
  table.form-table tr.ligne-boutons th, table.form-table tr.ligne-boutons td {
    text-align: right;
    padding-top: 2rem;
    display: table-cell;
    text-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%; }
  table.form-table tr.ligne-boutons a, table.form-table tr.ligne-boutons .btn, table.form-table tr.ligne-boutons button, table.form-table tr.ligne-boutons .button, table.form-table tr.ligne-boutons submit {
    width: 22rem;
    height: auto;
    display: inline-block; }

table th.col-parentc {
  border-left: 1px solid #00669F;
  border-right: 1px solid #00669F; }

table td.col-border-droite, table th.col-border-droite {
  border-right: .5px dotted #0e9cec; }

table td.col-border-gauche, table th.col-border-gauche {
  border-left: .5px dotted #0e9cec; }

.date {
  font-style: italic;
  margin-top: -2rem;
  display: block;
  padding-bottom: 2rem; }

ul.nav-onglet {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px; }
  ul.nav-onglet li {
    border: 2px solid #00669F;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    float: left;
    text-align: center;
    padding: 10px;
    cursor: pointer; }
    ul.nav-onglet li.nav-onglet-actif {
      color: #fff;
      background-color: #00669F; }
  @media (min-width: 768px) {
    ul.nav-onglet.trois-onglets li {
      width: 33%; } }
  ul.nav-onglet.quatre-onglets li {
    width: 50%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
    @media (min-width: 768px) {
      ul.nav-onglet.quatre-onglets li {
        width: 25%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; } }

div.onglet {
  display: none; }
  div.onglet.onglet-actif {
    display: block; }

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

.masque {
  display: none !important; }

.infobulle {
  cursor: pointer; }

.infobulle-label {
  display: none;
  font-size: 1rem; }

.uwp_widgets .navbar-light .card {
  display: none; }

.uwp_widgets .navbar-light .bg-light div.d-flex:first-child {
  background-color: yellow;
  display: none !important; }

.uwp_widgets .navbar-light .bg-light .navbar-nav li:nth-child(4n-1),
.uwp_widgets .navbar-light .bg-light .navbar-nav li:nth-child(4n) {
  display: none; }

.uwp_widgets .container {
  margin-bottom: 20px; }

nav.flex {
  z-index: 100;
  width: 100%;
  height: 9rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  background-color: transparent;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  @media (min-width: 768px) {
    nav.flex {
      height: 11rem; } }
  nav.flex.color-white {
    background-color: white; }
  nav.flex .container.flex {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 3.3rem;
    column-gap: 3.3rem; }
    @media (min-width: 768px) {
      nav.flex .container.flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media (min-width: 1200px) {
      nav.flex .container.flex {
        width: 116rem; } }
    @media (min-width: 1441px) {
      nav.flex .container.flex {
        width: 140rem; } }
  nav.flex img {
    width: 8.1rem;
    height: auto;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  nav.flex ul.menu {
    display: block;
    position: absolute;
    top: -3rem;
    right: 0;
    background-color: white;
    padding: 3rem;
    padding-top: 7rem; }
    @media (min-width: 768px) {
      nav.flex ul.menu {
        position: initial;
        padding: 0;
        padding-top: 0;
        background-color: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  @media (min-width: 768px) {
    nav.flex ul {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  nav.flex ul li a {
    color: #242B63;
    font-size: 1.4rem;
    position: relative; }
    @media (min-width: 768px) {
      nav.flex ul li a::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 0;
        background-color: #242B63;
        bottom: -.3rem;
        z-index: -1;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
      nav.flex ul li a:hover {
        color: white; }
        nav.flex ul li a:hover::after {
          height: 2.2rem; } }
  .flex ul li .socials,
  #nos-membres .flex ul.socials{
    margin-right: 3.3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .flex ul li .socials li + li,
    #nos-membres .flex ul.socials li + li {
      margin-left: 0.7rem;
      margin-top: 0; }
    .flex ul li .socials li a::after,
    #nos-membres .flex ul.socials li a::after {
      content: none; }
    #nos-membres .flex ul.socials li a img{
      width:20px;      
    }
  nav.flex ul li + li {
    margin-top: 1rem; }
    @media (min-width: 768px) {
      nav.flex ul li + li {
        margin-left: 3.3rem;
        margin-top: 0; } }

/* bouton menu burger */
#CmdMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 3rem;
  height: 2.8rem;
  top: 4px;
  right: 4px;
  z-index: 1000;
  cursor: pointer; }
  #CmdMenu span {
    display: inline-block;
    background-color: #242B63;
    width: 1rem;
    height: .5rem;
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  #CmdMenu.checked span:first-child {
    -webkit-transform: translateY(18px) rotate(-45deg);
    -ms-transform: translateY(18px) rotate(-45deg);
    transform: translateY(18px) rotate(-45deg); }
  #CmdMenu.checked span:nth-child(2) {
    opacity: 0; }
  #CmdMenu.checked span:last-child {
    -webkit-transform: translateY(-18px) rotate(45deg);
    -ms-transform: translateY(-18px) rotate(45deg);
    transform: translateY(-18px) rotate(45deg); }

#CmdMenu:hover span {
  background-color: #00669F; }

header {
  width: 100%;
  margin-bottom: 4.2rem; }
  header .container {
    height: 100%;
    padding-top: 9rem;
    background-image: url("../assets/img/photo/fond-header.jpg");
    background-repeat: no-repeat;
    background-size: 100%; }
    @media (min-width: 768px) {
      header .container {
        padding-top: 12rem; } }
    header .container > div {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      row-gap: 2rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 768px) {
        header .container > div {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-column-gap: 2rem;
          column-gap: 2rem; } }
      @media (min-width: 992px) {
        header .container > div {
          -webkit-column-gap: 7rem;
          column-gap: 7rem; } }
      header .container > div img {
        max-width: 42rem;
        width: 100%; }
        @media (min-width: 768px) {
          header .container > div img {
            -ms-flex-item-align: start;
            -ms-grid-row-align: start;
            align-self: start;
            width: initial; } }
      header .container > div div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 2.8rem; }
    header .container section {
      background-color: #242B63;
      margin-top: 4.2rem;
      color: white; }
      header .container section h2 {
        text-align: start;
        margin-bottom: 1.8rem; }
        header .container section h2 + p {
          text-align: start; }

.nav-flex-hor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px; }
  .nav-flex-hor li {
    margin-top: 15px;
    margin-bottom: 15px; }
    .nav-flex-hor li a {
      white-space: nowrap; }

#nos-valeurs {
  background-color: white; }
  #nos-valeurs .valeurs {
    -webkit-column-gap: 1rem;
    column-gap: 1rem;
    margin-top: 2.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 768px) {
      #nos-valeurs .valeurs {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media (min-width: 1200px) {
      #nos-valeurs .valeurs {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    #nos-valeurs .valeurs li {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      row-gap: 1rem;
      padding: 2rem;
      max-width: 20.7rem; }
      #nos-valeurs .valeurs li img {
        height: 6.2rem; }

#nos-valeurs-bis {
  background-image: url("../assets/img/photo/fond-section-fonctionnement.jpg");
  background-repeat: no-repeat;
  background-size: 100%; }
  #nos-valeurs-bis > div {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 768px) {
      #nos-valeurs-bis > div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 2rem;
        column-gap: 2rem; } }
    @media (min-width: 992px) {
      #nos-valeurs-bis > div {
        -webkit-column-gap: 4rem;
        column-gap: 4rem; } }
    #nos-valeurs-bis > div > div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      row-gap: 2.8rem; }

#nos-membres {
  background-color: white; }
  #nos-membres > ul {
    width: 100%;
    margin-top: 2.4rem;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 4.2rem; 
    }
    #nos-membres > ul > li {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-column-gap: 1rem;
      column-gap: 1rem; }
      #nos-membres > ul > li div.flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
         }
        #nos-membres > ul > li div.flex ul li {
          line-height: 1.3em; }
        #nos-membres > ul > li div.flex.left .img svg:first-child {
          display: block; }
        #nos-membres > ul > li div.flex.left .img svg:last-child {
          display: none; }
        #nos-membres > ul > li div.flex.left .img:hover svg:first-child, #nos-membres > ul > li div.flex.left .img:focus svg:first-child {
          display: none; }
        #nos-membres > ul > li div.flex.left .img:hover svg:last-child, #nos-membres > ul > li div.flex.left .img:focus svg:last-child {
          display: block; }
        #nos-membres > ul > li div.flex.left a {
          font-size: 1.2rem;
          text-decoration: underline; }
        #nos-membres > ul > li div.flex.right .infos li {
          font-size: 1.2rem; }
        #nos-membres h3{
          font-weight:100;
          margin-bottom:.5rem;
        }
        #nos-membres ul.flex li .btn{
          height: 2.3rem;
          padding: .8rem 1rem;
          font-size: 1rem;
        }
        #nos-membres ul.btns{
          justify-content: flex-start;

        }
        #nos-membres ul.btns a{
          margin-right:20px;
        }
        #nos-membres .card-membre .grid{
          display: grid;
          grid-template-columns: 2fr 3fr;
        }
          #nos-membres .card-membre .grid.grid-inverse{
            
        }
        #nos-membres .card-membre .infos-user{
          font-size: 1rem
        }
        @media (min-width: 992px) {
          #nos-membres .card-membre .grid.grid-inverse{
            direction:rtl;
          }
        }
.info-membre {
  margin-top: 20px;
  margin-bottom: 20px; }
  .info-membre ul li {
    padding-left: 10px; }
  .info-membre .droite {
    float: right;
    text-align: right; }
  .info-membre .infos label {
    width: 130px; }

#nous-contacter h2 + p {
  text-align: center; }

#nous-contacter form {
  width: 100%;
  margin: 0 auto;
  margin-top: 4.2rem; }
  @media (min-width: 768px) {
    #nous-contacter form {
      width: 46rem;
      padding: .5rem; } }
  #nous-contacter form .grp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (min-width: 576px) {
      #nous-contacter form .grp {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    #nous-contacter form .grp div:last-child {
      margin-top: 2.5rem; }
      @media (min-width: 576px) {
        #nous-contacter form .grp div:last-child {
          margin-top: 0; } }
  #nous-contacter form > div + div {
    margin-top: 2.5rem; }
  #nous-contacter form div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #nous-contacter form div label {
      margin-bottom: 1rem; }
    #nous-contacter form div input {
      width: 22rem;
      height: 4rem;
      border: 0.1rem solid #242B63; }
    #nous-contacter form div textarea {
      border: 0.1rem solid #242B63;
      min-height: 12rem; }
    #nous-contacter form div .rgpd {
      color: black;
      font-size: 1.2rem;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      #nous-contacter form div .rgpd input {
        width: 2.5rem;
        height: 2.5rem;
        margin-right: 1rem; }
      #nous-contacter form div .rgpd label {
        margin-bottom: 0; }
    #nous-contacter form div .button {
      margin-top: 1.5rem;
      display: inline-block; }

footer {
  background-image: url("../assets/img/photo/fond-header.jpg");
  background-size: 70%;
  background-position: 60% 40%;
  background-repeat: no-repeat; }
  footer section.flex {
    border-top: 0.1rem solid #242B63;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2rem; }
    @media (min-width: 768px) {
      footer section.flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    footer section.flex img {
      width: 8.1rem; }
    footer section.flex .menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      row-gap: 1rem; }
      @media (min-width: 768px) {
        footer section.flex .menu {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          max-height: 9rem;
          width: 27rem;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-column-gap: 1rem;
          column-gap: 1rem; } }
    footer section.flex .socials-grp p {
      margin-bottom: 2rem; }
    footer section.flex .socials-grp .socials li + li {
      margin-left: 1rem; }
    footer section.flex > .flex {
      row-gap: 2rem;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 768px) {
        footer section.flex > .flex {
          -webkit-column-gap: 2rem;
          column-gap: 2rem;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; } }

#mobile-ui-back nav.flex .container.flex,
.page-template-lrs-membre nav.flex .container.flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#mobile-ui-back nav.flex .back,
.page-template-lrs-membre nav.flex .back {
  font-size: 1.4rem; }
  #mobile-ui-back nav.flex .back svg,
  .page-template-lrs-membre nav.flex .back svg {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 1rem; }
  #mobile-ui-back nav.flex .back:hover, #mobile-ui-back nav.flex .back:focus,
  .page-template-lrs-membre nav.flex .back:hover,
  .page-template-lrs-membre nav.flex .back:focus {
    color: #242B63; }
    #mobile-ui-back nav.flex .back:hover svg, #mobile-ui-back nav.flex .back:focus svg,
    .page-template-lrs-membre nav.flex .back:hover svg,
    .page-template-lrs-membre nav.flex .back:focus svg {
      -webkit-transform: rotate(180deg) translateX(1rem);
      -ms-transform: rotate(180deg) translateX(1rem);
      transform: rotate(180deg) translateX(1rem); }

#mobile-ui-back header,
.page-template-lrs-membre header {
  padding: 2rem; }
  #mobile-ui-back header .container,
  .page-template-lrs-membre header .container {
    background-image: none; }
  #mobile-ui-back header h1,
  .page-template-lrs-membre header h1 {
    margin-bottom: 3.2rem; }
  #mobile-ui-back header ul,
  .page-template-lrs-membre header ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1rem; }
    #mobile-ui-back header ul li,
    .page-template-lrs-membre header ul li {
      border: 0.1rem solid #242B63;
      height: 6.9rem;
      width: 15rem; }
      #mobile-ui-back header ul li a,
      .page-template-lrs-membre header ul li a {
        display: inline-block;
        padding: 0;
        font-size: 1.6rem;
        border: none;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }

#mobile-ui-back main.container,
.page-template-lrs-membre main.container {
  padding-top: 12rem; }

#mobile-ui-back main h2,
.page-template-lrs-membre main h2 {
  text-align: start; }

#mobile-ui-back main #statistiques,
.page-template-lrs-membre main #statistiques {
  /*table{
                border-collapse: collapse;
                width: 100%;
                tbody{
                    tr{
                        th{
                            font-size: 1.8rem;
                            font-family: $font-b;
                            font-weight: 700;
                            line-height: 1.2em;
                        }
                        th[scope=col]{
                            text-align: center;
                            padding-bottom: 2rem;
                        }
                        th[scope=row]{
                            text-align: start;
                        }
                        td{
                            background-color: #D4D4D4;
                            text-align: center;
                            font-size: 1.4rem;
                            line-height: 1.1em;
                            padding-top: 1rem;
                            padding-bottom: 1rem;
                        }
                        &:nth-child(odd){
                           td{
                                background-color: transparent;
                           }
                        }
                        &:nth-child(4n){
                            td{
                                background-color: white;
                            }
                        }
                    }
                }
            }*/ }

#entete h1 {
  text-align: center; }

#contributions ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2rem; }
  #contributions ul li {
    width: 100%;
    gap: 1rem; }
    #contributions ul li .btn {
      width: 100%;
      font-size: 1rem;
      text-align: center; }
      @media (min-width: 768px) {
        #contributions ul li .btn {
          font-size: 1.4rem; } }
    #contributions ul li a {
      width: 15%;
      height: 4rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: .2rem;
      text-align: center;
      border: 0.1rem solid #00669F; }
      @media (min-width: 768px) {
        #contributions ul li a {
          height: 4.6rem; } }
      #contributions ul li a svg {
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
    #contributions ul li a.btn:first-child {
      width: 80%; }
    #contributions ul li a.btn:last-child {
      width: 20%; }

#prochain .infos {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem; }
  #prochain .infos li img {
    width: 2.7rem;
    height: 2.1rem;
    margin-right: 1rem; }
  #prochain .infos li p {
    font-size: 1rem; }
    @media (min-width: 768px) {
      #prochain .infos li p {
        font-size: 1.4rem; } }

.membre-media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

.logo-membre {
  width: 40vw;
  max-width: 150px; 
  min-height: 150px; 
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin: auto;}
.photo-membre{
  width: 40vw;
  max-width: 200px; }



#nous-contacter form div#gform_fields_1{
  display: grid;
}
#gform_fields_1 .gfield {
}

#gform_fields_1 > div.gfield:nth-child(2n+1) {
  flex-wrap:wrap;
}
#nav-compte-infos li a {
  padding:1rem;
}
#nav-compte-infos li a img{
  max-height: 100%;
}
#entete .notice-contributions{
  display: block;
width: 100%;
text-align: center;
cursor: pointer;
margin-top: 3rem;
}
#entete .notice-contributions .notice-contributions-nombre{
  background-color: red;
  width: 20px;
  padding: 1rem 1.5rem;
  border-radius: 50px;
  margin-right: 1rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
}
.bcg-vert{
  background-color: darkseagreen !important;
}
.bcg-rouge{
  background-color: indianred !important;
}

#objectifs ul{
    text-align: center;
    display:block;
    width: 100%;
    margin: auto;
}

#objectifs ul li span.objectifs-criteres{
    width: 100%;
    text-align: left;
    font-size: 1rem;
    padding-top: 3px;

}
@media (min-width: 992px) {
  #objectifs ul li span.objectifs-criteres{
      width: 30%;

  }
}

#objectifs ul li .objectifs-total{
    width: 80%;
    background-color:#D4D4D4;
    background-color: #F8EE7B;
    height:30px;
    display: block;
    position: relative;
}
#objectifs ul li span.objectifs-chiffres{
    width: 100%;
    text-align: center;
    padding-left: 10px;
    color:#00669F;
    position: absolute;
    z-index:2;
    display: block;
    font-size: 1rem;
    padding-top: 3px;
}

#objectifs ul li .objectifs-total .objectifs-progression{
    background-color:#BDDE5D;
    height:30px;
    position: absolute;
    z-index:1;
}
#anniversaire ul{
  text-align : center;
}