body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  color: #58595b; }
  body.open_menu header:before {
    content: '';
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 21; }

a, a:hover {
  text-decoration: none;
  color: #e8443a; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Patrick Hand", cursive;
  margin-top: 0; }

h1 {
  font-size: 55px;
  line-height: 60px; }

h2 {
  font-size: 40px;
  color: #036594; }

a.button {
  display: inline-block;
  border: 2px solid #036594;
  border-radius: 70px;
  padding: 14px 50px;
  color: #58595b;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  z-index: 10;
  transition: .5s color; }
  a.button:before {
    content: '';
    width: 110%;
    height: 100%;
    background: #036594;
    position: absolute;
    top: 0;
    left: -111%;
    z-index: -1;
    transform: skewX(21deg);
    transition: .5s left; }
  a.button:hover {
    color: white; }
    a.button:hover:before {
      left: -5%; }

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

.highlight {
  background: #f1f1f1; }

@media screen and (max-width: 768px) {
  body {
    margin-top: 55px; } }

footer .partners_section {
  background: #fafafa;
  padding: 40px 0; }
  footer .partners_section .partners {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    footer .partners_section .partners img {
      max-height: 40px;
      filter: grayscale(100%); }

footer .end_footer_section {
  padding: 40px 0;
  border-top: 5px solid #e8443a; }
  footer .end_footer_section .first_column .info_harcelement {
    width: 200px;
    background: white;
    border-radius: 3px; }
    footer .end_footer_section .first_column .info_harcelement img {
      width: 100%; }
  footer .end_footer_section .second_column h3 {
    font-size: 26px;
    margin-bottom: 10px; }
  footer .end_footer_section .second_column .links {
    display: flex;
    align-items: flex-start;
    flex-direction: column; }
    footer .end_footer_section .second_column .links a {
      color: #e8443a;
      margin-bottom: 6px; }
      footer .end_footer_section .second_column .links a.reverse {
        background: #e8443a;
        display: inline-block;
        color: white;
        padding: 6px 15px;
        border-radius: 3px; }
    footer .end_footer_section .second_column .links .separator {
      width: 70px;
      height: 1px;
      background: #d4d4d4;
      margin: 11px 0 20px; }
  footer .end_footer_section .second_column .reseaux_sociaux {
    margin: 20px;
    text-align: center; }
    footer .end_footer_section .second_column .reseaux_sociaux a {
      border: 1px solid #e8443a;
      border-radius: 50%;
      padding: 8px;
      margin-right: 7px;
      display: inline-block; }
  footer .end_footer_section .third_column {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    footer .end_footer_section .third_column .logo_footer {
      height: 100px;
      text-align: right; }
      footer .end_footer_section .third_column .logo_footer img {
        height: 100%; }
    footer .end_footer_section .third_column .contact_association {
      font-weight: 600;
      text-align: right;
      color: #036594; }

@media screen and (max-width: 768px) {
  footer .partners_section .partners .slick-arrow.slick-prev, footer .partners_section .partners .slick-arrow.slick-next {
    font-size: 0;
    border: none;
    background: none; }
    footer .partners_section .partners .slick-arrow.slick-prev:before, footer .partners_section .partners .slick-arrow.slick-next:before {
      font-family: Fontello;
      font-size: 28px;
      color: #036594; }
  footer .partners_section .partners .slick-arrow.slick-prev:before {
    content: '\E801'; }
  footer .partners_section .partners .slick-arrow.slick-next:before {
    content: '\E802'; }
  footer .partners_section .partners img {
    margin: auto; }
  footer .end_footer_section .first_column .info_harcelement {
    margin: auto; }
  footer .end_footer_section .second_column .links {
    align-items: center;
    margin-bottom: 30px; }
    footer .end_footer_section .second_column .links a {
      text-align: center; }
  footer .end_footer_section .third_column .logo_footer, footer .end_footer_section .third_column .contact_association {
    text-align: center; } }

header {
  padding: 5px 0; }
  header .content {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .content .logo img {
      height: 59px; }
    header .content nav ul, header .content nav li {
      list-style: none;
      padding: 0;
      margin: 0; }
    header .content nav ul {
      display: flex; }
      header .content nav ul li a {
        margin-left: 20px;
        color: white;
        text-transform: uppercase;
        position: relative;
        font-weight: 600; }
        header .content nav ul li a:after {
          content: '';
          position: absolute;
          top: 50%;
          right: -10px;
          transform: translateY(-50%);
          width: 1px;
          height: 7px;
          background: white; }
        header .content nav ul li a.reverse {
          background: #e8443a;
          color: white;
          padding: 7px 13px;
          border-radius: 3px; }
      header .content nav ul li:last-child a:after {
        display: none; }

body:not(.page__home) header {
  background: #036594; }

@media screen and (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: #036594;
    width: 100vw;
    -webkit-backface-visibility: hidden; }
    header .content {
      justify-content: center; }
      header .content .logo img {
        height: 40px; }
      header .content nav {
        position: fixed;
        top: 0;
        left: -80vw;
        background: #ececec;
        width: 80vw;
        height: 100vh;
        z-index: 100;
        box-shadow: 0 0 0 black;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: 0.5s left; }
        header .content nav.open {
          left: 0;
          box-shadow: 0 0 20px black; }
          header .content nav.open .menu_bar:before {
            content: '\E813';
            font-size: 35px;
            top: 10px; }
        header .content nav .reseaux_sociaux {
          margin-top: 60px; }
          header .content nav .reseaux_sociaux a {
            border: 1px solid #e8443a;
            border-radius: 50%;
            padding: 8px;
            margin: 0 7px; }
        header .content nav .menu_bar:before {
          content: '\F0C9';
          font-family: Fontello;
          position: absolute;
          top: 15px;
          right: -40px;
          color: white;
          font-size: 25px; }
        header .content nav ul {
          flex-direction: column; }
          header .content nav ul li {
            text-align: center; }
            header .content nav ul li a {
              margin: 10px 0;
              display: inline-block;
              color: #58595b; }
              header .content nav ul li a:after {
                display: none; } }

.page__about_us .action {
  background: #fafafa;
  padding: 20px;
  border-radius: 3px;
  height: 100%;
  border: 1px solid #fafafa;
  transform: scale(1);
  transition: 0.5s transform, 0.5s border; }
  .page__about_us .action:hover {
    transform: scale(1.2);
    box-shadow: 0 0 23px #dadada;
    z-index: 10;
    border-color: #4a96d2; }
  .page__about_us .action .icon {
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .page__about_us .action .icon img {
      height: 110px; }
  .page__about_us .action .title {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    color: #036594; }
  .page__about_us .action .content {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    font-style: italic; }

.page__about_us .president_wraper {
  display: flex;
  align-items: center;
  justify-content: center; }
  .page__about_us .president_wraper .president {
    width: 300px;
    height: 300px;
    margin-right: 30px;
    border-radius: 3px;
    overflow: hidden; }
  .page__about_us .president_wraper .president_content {
    font-size: 30px; }

.page__about_us .teams_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .page__about_us .teams_wrapper .team {
    width: 180px;
    height: 180px;
    overflow: hidden;
    margin-bottom: 6px;
    position: relative;
    border-radius: 3px; }
    .page__about_us .teams_wrapper .team img {
      width: 100%; }
    .page__about_us .teams_wrapper .team .info_member {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(9, 100, 148, 0.7);
      color: white;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      padding: 5px;
      opacity: 0;
      visibility: hidden;
      transition: 0.3s opacity, 0.3s visibility; }
      .page__about_us .teams_wrapper .team .info_member .name {
        font-weight: bold;
        position: relative;
        top: -50px;
        opacity: 0;
        transition: 0.5s top, 0.5s opacity; }
      .page__about_us .teams_wrapper .team .info_member .role {
        position: relative;
        top: -30px;
        opacity: 0;
        transition: 0.5s top, 0.5s opacity; }
    .page__about_us .teams_wrapper .team:hover .info_member {
      opacity: 1;
      visibility: visible; }
      .page__about_us .teams_wrapper .team:hover .info_member .name {
        top: 0;
        opacity: 1; }
      .page__about_us .teams_wrapper .team:hover .info_member .role {
        top: 0;
        opacity: 1; }

.page__about_us .godfathers_section .grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  height: 443px;
  position: relative; }
  .page__about_us .godfathers_section .grid-container > div {
    overflow: hidden; }
    .page__about_us .godfathers_section .grid-container > div img {
      width: 100%;
      cursor: pointer; }
  .page__about_us .godfathers_section .grid-container .element:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(9, 100, 148, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: 0.3s opacity, 0.3s visibility; }
  .page__about_us .godfathers_section .grid-container .element.active:before {
    opacity: 1;
    visibility: visible; }
  .page__about_us .godfathers_section .grid-container .element.active .info_godfather {
    z-index: 1;
    opacity: 1;
    top: 50%;
    visibility: visible; }
  .page__about_us .godfathers_section .grid-container .element .icon_info_image {
    position: relative; }
    .page__about_us .godfathers_section .grid-container .element .icon_info_image .icon-info {
      position: absolute;
      top: 5px;
      left: 5px;
      background: rgba(9, 100, 148, 0.7);
      border-radius: 50%;
      color: white;
      font-size: 9px;
      padding: 2px;
      pointer-events: none; }
  .page__about_us .godfathers_section .grid-container .element .info_godfather {
    position: absolute;
    top: calc(50% - 50px);
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 30px 50px;
    border-radius: 3px;
    text-align: center;
    box-shadow: 7px 3px 20px rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: 0.3s opacity, 0.3s visibility, 0.3s top; }
    .page__about_us .godfathers_section .grid-container .element .info_godfather .close_popin {
      position: absolute;
      top: -40px;
      right: -14px;
      color: white;
      font-size: 30px;
      cursor: pointer; }
    .page__about_us .godfathers_section .grid-container .element .info_godfather .name {
      text-transform: uppercase;
      font-weight: bold;
      color: #e8443a; }
    .page__about_us .godfathers_section .grid-container .element .info_godfather .role {
      font-weight: bold; }
    .page__about_us .godfathers_section .grid-container .element .info_godfather p {
      font-style: italic; }
    .page__about_us .godfathers_section .grid-container .element .info_godfather .godfather_since {
      font-size: 12px;
      font-weight: 600; }

.page__about_us .godfathers_section .big-1 {
  grid-area: 1 / 1 / 5 / 5; }

.page__about_us .godfathers_section .middle-1 {
  grid-area: 1 / 5 / 3 / 7; }

.page__about_us .godfathers_section .middle-2 {
  grid-area: 3 / 5 / 5 / 7; }

.page__about_us .godfathers_section .middle-3 {
  grid-area: 2 / 9 / 4 / 11; }

.page__about_us .godfathers_section .little-1 {
  grid-area: 1 / 7 / 2 / 8; }

.page__about_us .godfathers_section .little-2 {
  grid-area: 1 / 8 / 2 / 9; }

.page__about_us .godfathers_section .little-3 {
  grid-area: 2 / 7 / 3 / 8; }

.page__about_us .godfathers_section .little-4 {
  grid-area: 2 / 8 / 3 / 9; }

.page__about_us .godfathers_section .little-5 {
  grid-area: 3 / 7 / 4 / 8; }

.page__about_us .godfathers_section .little-6 {
  grid-area: 3 / 8 / 4 / 9; }

.page__about_us .godfathers_section .little-7 {
  grid-area: 1 / 9 / 2 / 10; }

.page__about_us .godfathers_section .little-8 {
  grid-area: 1 / 10 / 2 / 11; }

.page__about_us .godfathers_section .little-9 {
  grid-area: 4 / 7 / 5 / 8; }

.page__about_us .godfathers_section .little-10 {
  grid-area: 4 / 8 / 5 / 9; }

.page__about_us .godfathers_section .little-11 {
  grid-area: 4 / 9 / 5 / 10; }

.page__about_us .godfathers_section .little-12 {
  grid-area: 4 / 10 / 5 / 11; }

@media screen and (max-width: 768px) {
  .page__about_us .action {
    margin-bottom: 20px;
    height: initial; }
    .page__about_us .action:hover {
      transform: scale(1); }
  .page__about_us .president_wraper {
    flex-direction: column;
    align-items: center; }
    .page__about_us .president_wraper .president {
      margin: 0; }
    .page__about_us .president_wraper .president_content {
      text-align: center; }
  .page__about_us .teams_wrapper .team {
    width: 150px;
    height: 150px; }
  .page__about_us .godfathers_section .grid-container {
    display: block;
    height: initial; }
    .page__about_us .godfathers_section .grid-container .element .icon_info_image .icon-info {
      display: none; }
    .page__about_us .godfathers_section .grid-container .element .info_godfather {
      position: relative;
      top: initial;
      left: initial;
      transform: none;
      opacity: 1;
      visibility: visible;
      width: 100%;
      box-shadow: none;
      padding: 13px 0; } }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .page__about_us .godfathers_section .grid-container {
    height: 372px; } }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .page__about_us .godfathers_section .grid-container {
    height: 276px; } }

.page__home {
  background: url(https://www.asso-hugo.fr/images/fond_header.svg) no-repeat;
  background-position: top center;
  background-size: auto 834px; }
  .page__home .information_section {
    padding-top: 3rem;
    padding-bottom: 4rem;
    height: 800px;
    color: white; }
    .page__home .information_section .content_homepage {
      text-align: justify; }
    .page__home .information_section .illustration {
      width: 140%;
      position: relative;
      top: 80px; }
  .page__home .actions_section {
    padding: 60px 0 10px; }
    .page__home .actions_section .action {
      text-transform: uppercase;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .page__home .actions_section .action .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px; }
        .page__home .actions_section .action .icon img {
          height: 110px; }
  .page__home .harcelement_what {
    padding: 60px 0; }
    .page__home .harcelement_what .content_block_shadow {
      padding: 50px;
      text-align: center;
      background: #e8443a;
      color: white;
      border-radius: 3px; }
      .page__home .harcelement_what .content_block_shadow h2 {
        color: white; }
      .page__home .harcelement_what .content_block_shadow a.button {
        border-color: white;
        color: white; }
        .page__home .harcelement_what .content_block_shadow a.button:hover {
          color: #e8443a; }
        .page__home .harcelement_what .content_block_shadow a.button:before {
          background: white; }

@media screen and (max-width: 768px) {
  .page__home {
    background: none; }
    .page__home .information_section {
      background: #036594;
      height: initial;
      padding: 0; }
      .page__home .information_section .illustration {
        width: initial;
        top: 0; }
    .page__home .actions_section .action {
      margin-bottom: 20px; }
    .page__home .harcelement_what .content_block_shadow {
      padding: 30px 20px; } }
