/**********************************************************
 * site :           France douglas              09-02-2017
 * Graphisme &  
 * Developpement :  KurTZdev
 *
 * last-edit                                    12-05-2017
 ********************************************************/
@import "normalize";
@import "_font-helvetica";
@import "fa/font-awesome";
@import "../../js/slick/slick.css";
@import "../../js/slick/slick-theme.css";
@import "../../js/owl-carousel/owl.carousel.css";
@import "../../js/owl-carousel/owl.theme.css";
@import "../../js/owl-carousel/owl.transitions.css";
@import "../node_modules/photoswipe/dist/photoswipe.css";
@import "../node_modules/photoswipe/dist/default-skin/default-skin.css";

* {
  box-sizing: border-box;
  font-weight: normal;
  //transition: all .3s;
}

/**********************************************************
 *                                                variables
**/
// couleurs
$noir: rgb(0, 0, 0);
$blanc: rgb(255, 255, 255);

$gris_64: rgb(64, 64, 64);
$gris_100: rgb(100, 100, 100);
$gris_150: rgb(150, 150, 150);
$gris_200: rgb(200, 200, 200);
$gris_220: rgb(220, 220, 220);

$bleu_footer: rgb(30, 130, 160);
$vert_footer: rgb(190, 210, 0);

// Actualités
$jaune_fonce: rgb(170, 140, 60);
// Association
$saumon: rgb(220, 180, 160);
// realisations
$vert_fonce: rgb(100, 120, 70);
$vert_clair: rgb(140, 170, 100);
// Médiathèquebleu
$bleu_fonce: rgb(70, 120, 120);
$bleu_clair: rgb(90, 160, 160);
$bleu_tres_clair: rgb(170, 220, 220);
// entreprises
$marron_fonce: rgb(140, 60, 30);
$marron_clair: rgb(170, 90, 60);
// Partenaires
$violet: rgb(110, 110, 150);

/**********************************************************
 *                                                  Général
**/
html {
  font: 20px/30px helvetica45;
  @media (max-width: 1024px) {
    font-size: 19px;
  }
  @media (max-width: 900px) {
    font-size: 18px;
  }
  @media (max-width: 800px) {
    font-size: 17px;
  }
  @media (max-width: 768px) {
    font-size: 16px;
  }
}

body {
  width: 100%;
  height: 100vh;
  background: $blanc;
  color: $gris_100;
  margin: 0;
  padding: 0;
}

.page {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  .zone_wrap {
    max-width: 1000px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    @media (max-width: 1024px) {
      padding: 0 15px;
    }
  }
  section {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  h1 {
    font: 2.5rem/4rem helvetica35;
    text-transform: uppercase;
    letter-spacing: .05rem;
    text-align: center;
    min-height: 4rem;
  }
  h2 {
    font: 1rem/1.5rem helvetica55;
  }
  h3 {
  }
  h4 {
  }
  ul, li, * {
    padding: 0;
    margin: 0;
  }
  img {
    max-width: 100% !important;
    margin: 0;
  }
  a {
    text-decoration: none;
  }
  .fa {
    padding-right: 10px;
  }
}

.contenu {
  padding-top: 70px;
  //min-height: calc(100vh - 800px);
}

/**********************************************************
 *                                                   Header
**/
header {
  position: fixed;
  z-index: 99;
  background: $blanc;
  height: 70px;
  width: 100%;

  box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
  .zone_wrap {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    &.attente {
      justify-content: center;
    }
  }
  #btn_menu_principal {
    width: 50px;
    height: 42px;
    background: $blanc url("../img/commun/pictos_50px.png") 1px 0 no-repeat;
    border: none;
    text-indent: -999999px;
  }
  #logo_header {
    width: 140px;
    height: 64px;
    background: $blanc url("../img/commun/logo_header.png") 0 0 no-repeat;
    border: none;
    text-indent: -999999px;
    text-align: center;
    a {
      display: block;
      width: 100%;
      height: 100%;
      text-indent: -999999px;
    }
  }
  #unioneuropeenne {
    width: 82px;
    height: 46px;
    background: $blanc url("../img/commun/europe_header.jpg") 0 0 no-repeat;
    border: none;
    text-indent: -999999px;
    text-align: center;
  }
}

/**********************************************************
 *                                           menu principal
**/
#menu_principal {
  background: $blanc;
  position: fixed;
  z-index: 999999;
  top: 70px;
  left: 0;
  width: 320px;
  transform: translateX(-360px);
  transition-timing-function: ease-out;
  transition: all .9s;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
  &.active {
    transform: translateX(0);
  }
  .haut {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    height: 55px;
    border-bottom: solid 1px $gris_100;
    padding: 0 30px;
  }
  #switch_langue {
    .btn {
      width: 58px;
      height: 15px;
      background: $blanc url("../img/commun/langues_15px.jpg") 0 0 no-repeat;
      text-indent: -999999px;
      &.active {
        background: $blanc url("../img/commun/langues_15px.jpg") -58px 0 no-repeat;
      }
      &.en {
        background: $blanc url("../img/commun/langues_15px.jpg") 0 -15px no-repeat;
        margin-left: 10px;
        &.active {
          background: $blanc url("../img/commun/langues_15px.jpg") -58px -15px no-repeat;
        }
      }
    }
  }

  #nav_social {
    display: flex;
    list-style: none;
    li {
      width: 30px;
      height: 30px;
      text-align: center;
    }
    a {
      color: $vert_footer;
      font-size: 20px;
    }
  }

  #nav_pages {
    li {
      font: 20px/50px helvetica47;
      border-bottom: solid 1px $gris_100;
      list-style: none;
      padding-left: 30px;
      a {
        color: $gris_100;
        display: block;
        width: 100%;
      }
    }
  }

  .btn_espace_adherents {
    width: 100%;
    text-align: center;
    background: $bleu_footer;
    a {
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: flex-end;
    }
    img {
      width: 100px;
      height: 60px;
    }
    .texte {
      font: 20px/20px helvetica45;
      color: $blanc;
      text-align: justify;
      display: block;
      margin-left: 20px;
    }
    .fleche {
      background: transparent url("../img/commun/pictos_50px.png") 0 -300px no-repeat;
      width: 50px;
      height: 50px;
      display: block;
      margin-left: 20px;
      margin-right: 6px;
    }
  }

  &:after {
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    width: 60px;
    height: 60px;
    background: transparent url("../img/commun/arrondis_60px.png") 0 0 no-repeat;
  }

}

/**********************************************************
 *                                                  Accueil
**/
#accueil {

}

@media (max-height: 600px) {
  .slick-dots {
    display: none !important;
  }
}

#zone_diaporama {
  width: 100%;
  height: calc(100vh - 70px);
  .galerie {
    width: 100%;
    height: calc(100vh - 70px);
    position: relative;
  }
  .galerie_attente {
    width: 100%;
    height: calc(60vh - 70px);
    position: relative;
    &:after {
      z-index: 999999999;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 60px;
      height: 60px;
      background: transparent url("../img/commun/arrondis_60px.png") 0 0 no-repeat;
    }
  }

  .une_diapo {
    width: 100%;
    height: calc(100vh - 70px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    &:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      background: transparent linear-gradient(rgba(0, 0, 0, .45) 50%, transparent 50%, transparent);
      background-size: 2px 2px;
      z-index: 2;
    }
    .titre {
      font: 3rem/3rem helvetica75;
      color: $blanc;
      text-align: center;
      text-transform: uppercase;
      position: relative;
      z-index: 9;
    }
    .bouton {
      background: transparent url("../img/commun/pictos_50px.png") 0 -50px no-repeat;
      width: 50px;
      height: 50px;
      display: block;
      border: none;
      text-indent: -999999px;
      position: relative;
      z-index: 9;
      margin: 20px auto;
    }
    .baseline {
      font: 1.5rem/2rem helvetica45;
      color: $blanc;
      text-align: center;
      position: relative;
      z-index: 9;
    }
    .picto_scroll {
      background: transparent url("../img/commun/pictos_50px.png") 0 -150px no-repeat;
      width: 50px;
      height: 50px;
      display: block;
      border: none;
      text-indent: -999999px;
      position: absolute;
      z-index: 9;
      bottom: 30px;
      left: calc(50vw - 25px);
    }

    @media (max-width: 768px) {
      .titre {
        font: 2.5rem/2.5rem helvetica75;
      }
      .picto_scroll {
        display: none;
      }
    }

  }
  .slick-dots {
    position: absolute;
    left: 0;
    bottom: 15%;
    z-index: 99;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    li {
      width: 30px;
      height: 30px;
      margin: 0 10px;
      text-indent: -999999px;
      list-style: none;
      cursor: pointer;
      background: transparent url("../img/commun/pictos_50px.png") 0 -100px no-repeat;
      &.slick-active {
        background: transparent url("../img/commun/pictos_50px.png") -50px -100px no-repeat;
      }
      button {
        text-indent: -999999px;
      }
    }
  }
}

#page-attente #zone_diaporama {
  height: calc(60vh - 70px);

  .une_diapo {
    height: calc(60vh - 70px);
  }
}

#actualites {
  .zone_wrap {
    padding-bottom: 80px;
  }
  h1 {
    height: 4rem;
    width: 100%;
    text-align: center;
    background: $jaune_fonce;
    color: $blanc;
    font: 2.5rem/4rem helvetica35;
    text-transform: uppercase;
    letter-spacing: .09rem;
  }
  .liste {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 80px auto 60px;
  }
  .une_actualite {
    flex: 0 1 300px;
    //@media (max-width: 610px) {
    //  flex: 0 0 45%;
    //}
    text-align: center;
    img {
      width: 300px;
      max-width: 100%;
      border: solid 1px $gris_200;
    }
    .date {
      font: .8rem/1.4rem helvetica77;
      color: $jaune_fonce;
      border-bottom: solid 1px $jaune_fonce;
    }
    h2 {
      font: 1rem/1.5rem helvetica55;
      color: $gris_100;
    }
  }
  .btn_voir_actualites {
    display: block;
    width: 300px;
    height: 30px;
    text-align: center;
    background: $jaune_fonce;
    color: $blanc;
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    border: 0;
    margin: 0 auto;
  }

  @media (max-width: 930px) {
    .owl-item {
      display: flex;
      justify-content: center;
    }
    .une_actualite {

    }
  }

}

#accueil {
  #actualites {
    .une_actualite {
      margin-bottom: 30px;
    }
    @media (max-width: 768px) {
      .une_actualite:last-of-type {
        display: none;
      }
    }
    @media (max-width: 500px) {
      .une_actualite:nth-last-child(2) {
        display: none;
      }
      .liste {
        margin-bottom: 0;
      }
    }
  }
}

.zone_navigation_panel {
  background: $marron_clair;
  padding: 75px 0 15px;
  .zone_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    @media (max-width: 930px) {
      justify-content: space-around;
    }
  }
  .un_module_lien {
    flex: 0 0 300px;
    height: 430px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-bottom: 60px;
    > * {
      flex: 0 0 auto;
    }
    h2 {
      font: 23px/30px helvetica45;
      text-transform: uppercase;
      letter-spacing: .06rem;
      text-align: center;
      color: $saumon;

    }
    img {
      width: 100%;
      max-width: 100%;
      margin: 15px auto;
    }
    .texte {
      font: 20px/30px helvetica45;
      text-align: center;
      color: $blanc;
      flex: 1;
    }
    a {
      font: 14px/30px helvetica45;
      text-transform: uppercase;
      letter-spacing: .1rem;
      text-align: center;
      color: $blanc;
      background: $marron_fonce;
      width: 100%;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
}

#accueil .zone_realisations {
  .realisation_accueil {
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: 450px;
    .gauche {
      flex: 0 1 50%;
      display: flex;
      justify-content: flex-end;
      .wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        max-width: 500px;
        padding-right: 70px;
        @media (max-width: 1000px) {
          padding-left: 15px;
        }
      }
      h2 {
        font: 2.5rem/3rem helvetica35;
        color: $gris_150;
        text-transform: uppercase;
        letter-spacing: .1rem;
        padding-bottom: 10px;
      }
      .texte_realisation {
        font: 20px/30px helvetica45;
        color: $gris_100;
        margin-bottom: 40px;
      }
      a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30px;
        width: 300px;
        background: $vert_fonce;
        color: $blanc;
        font: 14px/14px helvetica45;
        text-transform: uppercase;
        letter-spacing: .1rem;
        text-align: center;
        margin: 15px 0;
        border: none;
      }

    }
    .droite {
      flex: 0 0 50%;
      margin-bottom: -8px;
      img {
        max-width: 100%;
        width: 100%;
        border-radius: 50px 0 0;
      }
    }
    .galerie, .galerie_attente {
      display: none;
    }

    @media (max-width: 768px) {
      display: block;
      .gauche {
        display: block;
        h2 {
          margin-top: 30px;
        }
        .wrap {
          align-items: center;
          padding: 0 15px 20px;
          max-width: none;
        }
        a {
          margin: 0 auto 15px
        }
      }
    }
  }
}

/**********************************************************
 *                                               Actualites
**/
#page-actualites {

  h1 {
    height: 4rem;
    width: 100%;
    text-align: center;
    background: $jaune_fonce;
    color: $blanc;
    font: 2.5rem/4rem helvetica35;
    text-transform: uppercase;
    letter-spacing: .09rem;
  }
  .liste_actualites {
    .zone_wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      margin: 80px auto 60px;
    }
  }
  .une_actualite {
    flex: 0 0 30%;
    @media (max-width: 610px) {
      flex: 0 0 45%;
    }
    text-align: center;
    img {
      width: 300px;
      max-width: 100%;
      border: solid 1px $gris_200;
    }
    .date {
      font: .8rem/1.4rem helvetica77;
      color: $jaune_fonce;
      border-bottom: solid 1px $jaune_fonce;
    }
    h2 {
      font: 1rem/1.5rem helvetica55;
      color: $gris_100;
    }
  }
}

#page-une-actualite {

  h1 {
    height: 4rem;
    width: 100%;
    text-align: center;
    background: $jaune_fonce;
    color: $blanc;
    font: 2.5rem/4rem helvetica35;
    text-transform: uppercase;
    letter-spacing: .09rem;
  }
  .une_actualite_page {
    padding: 60px 0 0;
    h2 {
      font: 40px/50px helvetica45;
      color: $gris_100;
      text-align: left;
      margin: 0 0 25px;
    }
    .colonnes {
      display: flex;
      justify-content: space-between;
      .gauche {
        max-width: 490px;
        flex: 0 1 49%;
        margin-right: 20px;
        img {
          width: 100%;
          max-width: 100%;
          border: $jaune_fonce solid 1px;
        }
      }
      .droite {
        flex: 1;
        .date {
          font: 16px/20px helvetica77;
          color: $jaune_fonce;
          border-top: solid 1px $jaune_fonce;
          border-bottom: solid 1px $jaune_fonce;
          padding: 10px 0;
          height: 40px;
        }
        .texte {
          margin: 20px 0;
          p {
            font: 16px/24px helvetica45;
            color: $gris_100;
            text-align: justify;
            strong {
              font: 16px/24px helvetica75;
            }
          }

        }

        .liens {
          li {
            border-bottom: solid 1px $jaune_fonce;
            padding: 0;
            height: 40px;
            list-style: none;
            display: flex;
            align-items: center;
            &:first-child {
              border-top: solid 1px $jaune_fonce;
            }
          }
          a {
            font: 16px/20px helvetica77;
            color: $jaune_fonce;
          }
        }
      }

    }
  }
  .liste_actualites {

    .titre_liste {
      font: 14px/16px helvetica75;
      text-transform: uppercase;
      letter-spacing: .1rem;
      background: $gris_200;
      color: $blanc;
      width: 300px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
    }
    .liste {
      margin: 0;
      width: 100%;
      border-top: solid 1px $gris_200;
      padding-top: 50px;
    }
    .zone_wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      margin: 0 auto 30px;
      padding: 1px;
    }
    .une_actualite {

      max-width: 300px;
      flex: 0 1 300px;
      text-align: center;
      img {
        width: 300px;
        max-width: 100%;
        border: solid 1px $gris_200;
      }
      .date {
        font: .8rem/1.4rem helvetica77;
        color: $jaune_fonce;
        border-bottom: solid 1px $jaune_fonce;
      }
      h2 {
        font: 1rem/1.5rem helvetica55;
        color: $gris_100;
      }
    }
    .owl-next,
    .owl-prev {
      background: transparent;
      border: none;
      color: $gris_100;
      cursor: pointer;
      font: 16px/20px helvetica45;
      text-transform: uppercase;
    }
  }

  @media (max-width: 768px) {
    .une_actualite_page {
      padding-top: 30px;
      h2 {
        font: 1.8rem/2.2rem helvetica45;
      }
      .colonnes {
        display: block;
        .gauche {
          max-width: none;
          margin-right: 0;
        }
      }
    }
  }
}

/**********************************************************
 *                                              Association
**/
#association {
  background: $blanc;

  h1 {
    height: 4rem;
    width: 100%;
    text-align: center;
    background: $marron_fonce;
    color: $blanc;
    font: 2.5rem/4rem helvetica35;
    text-transform: uppercase;
    letter-spacing: .09rem;
    margin-bottom: 60px;
  }

  .zone_wrap {
  }

  .header_asso {
    height: 140px;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(to bottom,
            $gris_220 0%,
            $gris_220 60%,
            $blanc 100%);
    & > * {
      flex: 1;
      height: 80px;
      border-left: solid 1px $gris_220;
      background: $blanc;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      h2 {
        font: 1.5rem/1.5rem helvetica45;
        color: $gris_150;
        text-transform: uppercase;
        letter-spacing: 0.08rem;
        text-align: center;
      }
      &:last-child {
        border-right: solid 1px $gris_220;
      }
      &.active {
        color: $marron_fonce;
        border-color: $blanc;
        position: relative;
        background: transparent;
        h2 {
          color: $marron_fonce;
        }
        &:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 60px;
          height: 60px;
          background: transparent url("../img/commun/arrondis_60px.png") 0 0 no-repeat;
        }
      }
    }

    @media (max-width: 500px) {
      display: none;
    }
  }
  .onglet_asso_mobile {
    display: none;
  }

  .body_asso {

    padding-bottom: 50px;
    .body {
      display: none;
    }

    h3 {
      font: 1rem/1.5rem helvetica75;
      color: $marron_fonce;
      text-align: left;
      margin-bottom: 40px;
    }
    h4 {
      font: 1rem/1.5rem helvetica75;
      color: $gris_100;
      text-align: left;
      sup {
        font-size: 55%;
      }
    }
    p {
      font: 1rem/1.5rem helvetica45;
      color: $gris_100;
      text-align: left;
      strong {
        font: 1rem/1.5rem helvetica75;
      }
    }
    li {
      list-style-position: inside;
      font: 1rem/1.5rem helvetica45;
      color: $gris_100;
      text-align: left;
    }

    #body_asso_1.active {
      display: flex;
      justify-content: space-between;
      .gauche {
        flex: 0 1 66%;
      }
      .droite {
        flex: 0 0 30%;
      }
    }

    #body_asso_2.active {
      display: block;
      h3 {
        text-align: center;
      }
      p {
        text-align: justify;
      }

      .haut {
        margin-bottom: 50px;
      }

      .bas {
        padding-bottom: 45px;
        .header_gouvernance {
          display: flex;
          justify-content: space-between;
          background: linear-gradient(to bottom,
                  $gris_220 0%,
                  $gris_220 50%,
                  $blanc 100%);
          height: 90px;
          > * {
            flex: 1;
            text-align: center;
            height: 40px;
            background: $blanc;
            border-bottom: solid 1px $marron_fonce;
            border-right: solid 1px $marron_fonce;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            h3 {
              margin: 0;
              color: $gris_100;
            }
            &.active {
              background: $marron_fonce;
              h3 {
                color: $blanc;
              }
            }
          }

        }
        .body_gouvernance {

          #detail_1 {
            display: none;
            &.active {
              display: flex;
              flex-wrap: wrap;
              justify-content: space-between;
            }
            @media (max-width: 960px) {
              &.active {
                justify-content: space-around;
              }

            }
          }
          #detail_2 {
            display: none;
            &.active {
              display: block;

              h4 {
                font: 1.5rem/2rem helvetica35;
                text-transform: uppercase;
                text-align: center;
                color: $gris_150;
                margin: 40px auto 30px;
                sup {
                  font-size: 55%;
                }
              }
              .liste {
                p {
                  text-align: center;
                  margin: 0;
                }
                span {
                  display: inline-block;
                  margin: 0 5px;
                }
                .membre {

                  margin: 10px 0;
                  padding-bottom: 10px;
                  position: relative;
                  &:after {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: calc(50% - 12.5%);
                    width: 25%;
                    border-bottom: solid 1px rgb(200, 200, 200);
                  }
                }
              }
            }
          }
          #detail_3 {
            display: none;
            &.active {
              display: flex;
              flex-wrap: wrap;
              justify-content: space-around;
            }
          }

        }
        .membre {
          flex: 0 1 300px;
          margin: 10px 0 10px;
        }
        .nom {
          font: 1rem/1.5rem helvetica75;
          color: $gris_100;
          text-align: center;
        }
        .fonction {
          font: 1rem/1.5rem helvetica45;
          color: $marron_fonce;
          text-align: center;
        }
        .org {
          font: 1rem/1.5rem helvetica45;
          color: $gris_100;
          text-align: center;
        }
        .telephone {
          font: 1rem/1.5rem helvetica45;
          color: $gris_100;
          text-align: center;
        }
        .email {
          font: .8rem/1.1rem helvetica55;
          color: $marron_fonce;
          text-align: center;
          word-break: break-all;
          a {
            color: $marron_fonce;
          }
        }
        .onglet_gouvernance_mobile {
          display: none;
        }
        @media (max-width: 500px) {
          .header_gouvernance {
            display: none;
          }
          .body_gouvernance {
            .onglet_gouvernance_mobile {
              display: block;
              height: 30px;
              border: #8c3c1e solid 1px;
              margin: 20px 0 10px;
              cursor: pointer;
            }
          }
        }
      }
    }

    #body_asso_3.active {
      display: flex;
      justify-content: space-between;
      .gauche {
        flex: 0 1 66%;
      }
      .droite {
        flex: 0 0 30%;
        margin-left: 20px;
        a {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          width: 300px;
          height: 240px;
          background: $marron_clair;
          margin-bottom: 50px;
          &:last-child {
            background: $bleu_clair;
          }

          .haut {
            text-align: center;
            color: $saumon;
            text-transform: uppercase;
            display: block;
            padding-top: 10px;
            font: 1.15rem/1.5rem helvetica45;
            letter-spacing: .08rem;
          }
          &:last-child .haut {
            color: $bleu_tres_clair;
          }
          img {

          }
          .bas {
            text-align: center;
            color: $blanc;
            text-transform: uppercase;
            display: block;
            width: 100%;
            background: $marron_fonce;
            font: .7rem/1.5rem helvetica45;
            letter-spacing: .1rem;
          }
          &:last-child .bas {
            background: $bleu_fonce;
          }

        }
      }

      @media (max-width: 640px) {
        display: block;
        .gauche {
          flex: 0 1 66%;
        }
        .droite {
          width: 100%;
          text-align: center;
          margin: 30px auto;
          a {
            margin: 30px auto;
          }
        }
      }

    }
  }
  #onglet_asso_mobile_1 {
    margin-top: 30px;
  }

  @media (max-width: 768px) {
    h1 {
      margin-bottom: 15px;
    }
    .header_asso {
      height: 40px;
      background: $blanc;
      margin-bottom: 15px;
      > * {
        height: 40px;
        &.active {
          border-color: $gris_220;
        }
        &.active:before {
          display: none;
        }
      }
    }

  }

  @media (max-width: 600px) {
    .header_asso {
      justify-content: space-between;
      h2 {
        font-size: 1.2rem;
      }

    }

  }

  @media (max-width: 500px) {
    .onglet_asso_mobile {
      background: $marron_fonce;
      color: $blanc;
      font: 1.5rem/1.5rem helvetica45;
      text-transform: uppercase;
      letter-spacing: 0.08rem;
      text-align: center;
      margin: 20px 0 10px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
    }

    .body_asso {

      #body_asso_1.active {
        display: block;
        .gauche {
          h3 {
            margin-bottom: 15px;
          }
          h4 {
            margin: 15px 0 10px;
          }
          p, li {
            text-align: justify;
          }
        }
        .droite {
          display: none;
        }
      }
    }
  }
}

/**********************************************************
 *                                              Entreprises
**/
#entreprises {

  background: $blanc;
  h1 {
    background: $marron_fonce;
    color: $blanc;
  }

  /****** Forme recherche
  **/
  .zone_recherche {
    background: $marron_clair;
    padding: 15px 0;
    form {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;

      > div {
        flex: 0 0 32.5%;
        margin: 10px auto;
        position: relative;
      }

      label {
        display: none;
      }
      .r_nom {
        background: $blanc;
        position: relative;
        border: none;
        &:after {
          content: '';
          position: absolute;
          width: 30px;
          height: 40px;
          top: 0;
          right: 0;
          background: yellow url("../img/commun/pictos_50px.png") 0 -350px no-repeat;
          z-index: 90;
        }
        &.active:after {
          background: yellow url("../img/commun/pictos_50px.png") -50px -350px no-repeat;
        }
      }
      #recherche_nom {
        width: 100%;
        height: 40px;
        padding: 5px;
        font: .7rem/.7rem helvetica75;
        text-transform: uppercase;
        color: $noir;
        position: relative;
        background: transparent;
        border: none;
        &::placeholder {
          color: $noir;
        }
      }
      .styled-select {
        background: $blanc;
        height: 40px;
        width: 100%;
        overflow: hidden;
        position: relative;
        margin: 10px 0;
        &:after {
          content: '';
          position: absolute;
          width: 30px;
          height: 40px;
          top: 0;
          right: 0;
          background: yellow url("../img/commun/pictos_50px.png") 0 -400px no-repeat;
        }
        &.active:after {
          background: yellow url("../img/commun/pictos_50px.png") -50px -400px no-repeat;
        }
        select {
          background: transparent;
          border: none;
          color: $noir;
          height: 40px;
          width: 105%;
          padding: 5px;
          font: .7rem/.7rem helvetica75;
          text-transform: uppercase;
          position: relative;
          z-index: 10;
          -webkit-appearance: none;
        }
      }

      .r_controls {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        height: 60px;
        position: absolute;
        right: 0;
      }

      .btn_reset {
        background: transparent;
        border: none;
        color: $blanc;
        font: 14px/16px helvetica75;
        text-align: right;
        padding-right: 60px;
        position: relative;
        &:after {
          content: '';
          position: absolute;
          top: -10px;
          right: 0;
          width: 50px;
          height: 50px;
          background: transparent url("../img/commun/pictos_50px.png") -50px -450px no-repeat;
        }
      }
    }
    @media (max-width: 768px) {
      form {
        display: block;
        .r_controls {
          position: static;
        }
      }
    }
  }

  #liste_entreprises {

    padding-top: 40px;
    .zone_wrap {

    }
    .infos_resultats {
      font: 1.5rem/4rem helvetica45;
      text-align: center;
      margin: 15px auto;
      display: none;
      strong {
        font: 1.5rem/4rem helvetica75;
      }
    }
    .liste {

    }
    .une_entreprise {
      width: 100%;
      margin-bottom: 30px;
      .haut {
        display: flex;
        img {
          margin-right: 10px;
          flex: 0 0 150px;
          width: 150px;
          height: 150px;
        }
        .infos {
          flex: 1;
          border: solid 1px $marron_fonce;
          padding: 20px;
          display: flex;
          justify-content: space-around;
          align-content: flex-start;
          align-items: flex-start;
          flex-direction: column;
          h2 {
            font: 2rem/2rem helvetica35;
            text-transform: uppercase;
          }
          .details {
            display: flex;
            justify-content: space-between;
            width: 100%;
            p:first-child {
              margin-right: 30px;
            }
            .titre {
              font: 1rem/2rem helvetica45;
            }
            .content {
              font: 1rem/2rem helvetica75;
            }
          }

        }
      }
      .bas {
        text-align: center;
        a {
          display: block;
          width: 300px;
          height: 30px;
          justify-content: center;
          align-content: center;
          align-items: center;
          background: $marron_fonce;
          color: $blanc;
          font-size: .7rem;
          text-transform: uppercase;
          letter-spacing: .1rem;
          margin: 0 auto;
        }
      }
      &.active {
        display: block;
      }
    }

    @media (max-width: 768px) {
      padding-top: 0;
      .une_entreprise {
        img {
          display: none;
        }
        .haut {
          display: block;
          .infos {

            .details {
              display: block;
              .content {
                font: 1rem/1.2rem helvetica75;
              }
            }
          }
        }
      }
    }
    .pagination {
      .pageNav {
        display: flex;
        justify-content: center;
        li {
          list-style: none;
          margin: 5px;
        }
      }
    }

    .btn_afficher_tout {
      display: none;
    }
  }

}

#page-une-entreprise {

  background: $blanc;
  h1 {
    background: $marron_fonce;
    color: $blanc;
  }

  .diaporama_entreprise {
    height: 600px;
    max-height: 60vh;
    position: relative;
    .diaporama {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .slick-track {
      height: 600px;
      max-height: 60vh;
      width: 100%;
    }
    .diapo {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      .zone_wrap {
        position: relative;
      }
      a {
        display: flex;
        align-items: center;
        justify-content: center;
        background: $marron_fonce;
        color: $blanc;
        width: 300px;
        height: 30px;
        margin: 0 auto;
        font: 14px/14px helvetica45;
        text-transform: uppercase;
      }

      .logo {
        position: absolute;
        bottom: 0;
        right: 0;
        @media (max-width: 1024px) {
          right: 20px;
        }

        &:after {
          position: absolute;
          bottom: 0;
          left: -60px;
          content: '';
          width: 60px;
          height: 60px;
          background: transparent url("../img/commun/arrondis_60px.png") 0 -110px no-repeat;
        }
      }
    }
  }

  .une_entreprise {
    h2 {
      font: 2.5rem/2.5rem helvetica35;
      text-transform: uppercase;
      letter-spacing: .075rem;
      text-align: center;
      color: $gris_100;
      margin: 50px auto 40px;
    }
  }
  .zone_wrap {

    .texte {
      font: 20px/30px helvetica45;
      text-align: center;
      color: $gris_100;
    }
    .liens {
      margin: 50px auto 50px;
      a {
        background: $marron_fonce;
        color: $blanc;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        font: 14px/14px helvetica45;
        text-transform: uppercase;
        letter-spacing: .1rem;
        margin: 10px auto;
        width: 300px;
        min-height: 30px;
        padding: 5px;
      }
    }
    .zone_contact {
      display: flex;
      justify-content: center;
      margin: 0 auto 50px;
      p {
        font: 20px/30px helvetica45;
      }
      .raison, .contact {
        font: 20px/30px helvetica75;
      }
      .separateur {
        height: 0;
        margin-bottom: 15px;
      }
      a {
        font: 20px/30px helvetica45;
        color: $marron_fonce;
      }
      .gauche {
        flex: 0 1 50%;
        margin-right: 30px;
        text-align: right;
      }
      .droite {
        flex: 0 1 50%;
        margin-left: 30px;
        text-align: left;
      }
    }
    .infos {
      margin: 0 auto 50px;
      display: flex;
      justify-content: space-around;
      > div {
        flex: 1;
        max-width: 450px;
        margin: 0 auto 50px;
        h3 {
          position: relative;
          padding: 15px 0;
          margin: 15px 0;
          font: 18px/24px helvetica75;
          text-transform: uppercase;
          text-align: left;
          color: $marron_fonce;
          &:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background: linear-gradient(to right,
                    $marron_fonce 0%,
                    $blanc 100%);
          }

          &:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background: linear-gradient(to right,
                    $marron_fonce 0%,
                    $blanc 100%);
          }

        }
        ul {
          li {
            font: 20px/30px helvetica45;
            text-align: left;
            color: $gris_100;
            margin-left: 20px;
          }
        }
      }
      @media (max-width: 768px) {
        flex-wrap: wrap;
        > div {
          max-width: 100%;
          flex: 1 1 100%;
          margin: 0 auto 25px;
          ul {
            display: flex;
            flex-wrap: wrap;
            li {
              margin-right: 5px;
              position: relative;
            }
          }
        }
      }
    }

    @media (max-width: 768px) {
      .zone_contact {
        display: block;
        .gauche {
          margin-bottom: 15px;
        }
        .droite {
          margin-left: 0;
        }
        p {
          text-align: left;
        }
      }
    }
  }
}

/**********************************************************
 *                                             Réalisations
**/
#realisations {

  background: $blanc;
  h1 {
    background: $vert_fonce;
    color: $blanc;
  }
  .recherche {
    background: $vert_clair;
    padding: 50px 0;

    .zone_wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      > div {
        height: 40px;
        flex: 0 0 32.5%;
        margin: 10px auto;
      }
    }

    label {
      display: none;
    }
    .r_nom {
      background: $blanc;
      position: relative;
      border: none;
      &:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 40px;
        top: 0;
        right: 0;
        background: yellow url("../img/commun/pictos_50px.png") 0 -350px no-repeat;
        z-index: 90;
      }
    }
    #recherche_nom {
      width: 100%;
      height: 40px;
      padding: 5px;
      font: .7rem/.7rem helvetica75;
      text-transform: uppercase;
      color: $noir;
      position: relative;
      background: transparent;
      border: none;
      &::placeholder {
        color: $noir;
      }
    }
    .styled-select {
      background: $blanc;
      height: 40px;
      width: 100%;
      overflow: hidden;
      position: relative;
      &:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 40px;
        top: 0;
        right: 0;
        background: yellow url("../img/commun/pictos_50px.png") 0 -400px no-repeat;
      }
      &.active:after {
        background: yellow url("../img/commun/pictos_50px.png") -100px -400px no-repeat;
      }
      select {
        background: transparent;
        border: none;
        color: $noir;
        height: 40px;
        width: 105%;
        padding: 5px;
        font: .7rem/.7rem helvetica75;
        text-transform: uppercase;
        position: relative;
        z-index: 10;
        -webkit-appearance: none;
      }
    }

    .r_controls {
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-content: center;
    }
    .btn_valider {
      display: none;
      width: 150px;
      height: 40px;
      justify-content: center;
      align-content: center;
      align-items: center;
      background: $vert_fonce;
      color: $blanc;
      font-size: .7rem;
      text-transform: uppercase;
      letter-spacing: .1rem;
      border: none;
    }
    .btn_reset {
      background: transparent;
      border: none;
      color: $blanc;
      font: 14px/16px helvetica75;
      text-align: right;
      padding-right: 60px;
      position: relative;
      &:after {
        content: '';
        position: absolute;
        top: -10px;
        right: 0;
        width: 50px;
        height: 50px;
        background: transparent url("../img/commun/pictos_50px.png") -100px -450px no-repeat;
      }
    }
  }
  .btn_soumettre {
    display: none;
  }

  .liste {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    padding-top: 60px;
    > div {
      height: 393px;
      flex: 0 0 300px;
      margin: 0 auto 30px;
    }
    .intro {
      background: $vert_clair;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      position: relative;
      z-index: 3;
      padding-bottom: 30px;
      &:after {
        position: absolute;
        top: -60px;
        left: 0;
        width: 100%;
        height: 60px;
        background: $vert_fonce;
        content: '';
        border-bottom: solid 1px $blanc;
      }
      &:before {
        position: absolute;
        top: -60px;
        left: 0;
        width: 300px;
        height: 120px;
        background: $vert_clair url("../img/commun/picto_realisations.png") 0 0 no-repeat;
        content: '';
        z-index: 999;
      }

      .texte_intro {
        padding: 0 20px 10px;
        h2 {
          font: 20px/30px helvetica45;
          color: $blanc;
          text-align: center;
          text-transform: uppercase;
        }
        p {
          font: 16px/30px helvetica45;
          color: $blanc;
          text-align: center;
        }
      }

      a {
        display: flex;
        justify-content: center;
        align-items: center;
        background: $vert_fonce;
        color: $blanc;
        width: 100%;
        height: 30px;
        font: 14px/14px helvetica45;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: .1rem;
        position: absolute;
        bottom: 0;
        left: 0
      }
    }

    .une_realisation {
      a {
        color: $gris_100;
        text-align: center;
        display: block;
        .vignette {
          background: $blanc;
          img {
            border-radius: 50px 0 0 0;
            max-width: 100%;
          }
        }
        h3 {
          font: 18px/20px helvetica75;
          color: $gris_100;
          text-align: center;
        }
        .ville {
          font: 18px/20px helvetica45;
          color: $gris_100;
          text-align: center;
        }
        .typologie {
          font: 18px/20px helvetica45;
          color: $gris_100;
          text-align: center;
        }
      }

    }

  }

  @media (max-width: 768px) {


    .btn_soumettre {
      height: 40px;
      width: 100%;
      text-align: center;
      display: block;
      a {
        display: flex;
        justify-content: center;
        align-items: center;
        background: $vert_fonce;
        color: $blanc;
        width: 100%;
        height: 30px;
        font: 14px/14px helvetica45;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: .1rem;
      }
    }

    .recherche {
      .zone_wrap {
        display: block;
        .r_controls {
          margin: 20px auto;
        }

      }
      .btn_valider {
        display: none;
      }

    }
    .liste {
      .intro {
        display: none;
      }
    }
  }
}
.une_realisation {
  h1 {
    background: $vert_fonce;
    color: $blanc;
  }
  .une_realisation_page {

    > a {
      display: flex;
      align-items: center;
      justify-content: center;
      background: $vert_fonce;
      color: $blanc;
      width: 300px;
      height: 30px;
      margin: 0 auto;
      font: 14px/14px helvetica45;
      text-transform: uppercase;
    }

    .content {

    }
    .realisation_head {
      display: flex;
      justify-content: center;
      padding-top: 60px;
      .gauche {
        flex: 0 1 50%;
        display: flex;
        justify-content: flex-end;
        .wrap {
          max-width: 500px;
          padding-right: 70px;
          @media (max-width: 1000px) {
            padding-left: 15px;
          }
        }
        p {
          text-align: left;
          max-width: 500px;
        }

        h2 {
          font: 1.5rem/1.8rem helvetica35;
          border-bottom: solid 1px $gris_100;
          color: $gris_100;
          text-transform: uppercase;
          letter-spacing: .1rem;
          padding-bottom: 10px;
        }
        .ville {
          font: 1.5rem/1.8rem helvetica35;
          border-bottom: solid 1px $gris_100;
          color: $gris_100;
          text-transform: uppercase;
          letter-spacing: .1rem;
          padding: 10px 0;
          small {
            font: 30px/36px helvetica35;
            color: $gris_100;
            text-transform: uppercase;
            letter-spacing: .1rem;
          }
        }
        .typologie {
          font: 1.5rem/1.8rem helvetica35;
          border-bottom: solid 1px $gris_100;
          color: $gris_100;
          text-transform: uppercase;
          letter-spacing: .1rem;
          padding: 10px 0;
        }

        .info_mobile {
          display: none;
        }

        .info {
          .titre {
            font: 18px/30px helvetica75;
            color: $vert_fonce;
          }
          .texte {
            font: 18px/30px helvetica45;
            color: $gris_100;
          }

          &.annee,
          &.surface,
          &.cout_total {
            display: flex;
            .texte {
              margin-left: 15px;
            }
          }
          &.annee {
            padding-top: 10px;
          }
          &.cout_total {
            padding-bottom: 10px;
            border-bottom: solid 1px $gris_100;
          }
          &.maitre_ouvrage {
            padding-top: 10px;
          }
          &.utilisation {
            padding-top: 10px;
            margin-top: 15px;
            border-top: solid 1px $gris_100;
          }
        }

      }
      .droite {
        flex: 0 0 50%;
        img {
          max-width: 100%;
          width: 100%;
          border-radius: 50px 0 0;
        }
        .zone_liens {
          width: 100%;
          text-align: left;
        }
        .btn_diaporama,
        .liens a {
          display: block;
          height: 30px;
          width: 300px;
          background: $vert_fonce;
          color: $blanc;
          font: 14px/14px helvetica45;
          text-transform: uppercase;
          letter-spacing: .1rem;
          text-align: center;
          margin: 15px 0;
          border: none;
        }

        .liens a {
          display: flex;
          justify-content: center;
          align-items: center;
        }
      }
      .galerie {
        display: none;
      }

    }

    .realisation_body {
      padding-bottom: 60px;
      h3 {
        font: 18px/30px helvetica75;
        color: $vert_fonce;
        margin-top: 40px;
      }
      p {
        font: 16px/24px helvetica45;
        color: $gris_100;
        text-align: justify;
        h4, strong {
          font: 16px/24px helvetica75;
        }
      }
    }

    @media (max-width: 768px) {

      .realisation_head {
        display: block;

        .gauche {
          display: block;
          flex: 1 1 100%;
          .wrap {
            padding: 0 15px;
            max-width: none;
          }

          .ville, .typologie {
            max-width: none;
          }

          .info_mobile {
            display: block;
            margin: 20px 0;
            img {
              max-width: 100%;
              width: 100%;
              border-radius: 50px 0 0;
            }
            .btn_diaporama {
              display: block;
              height: 30px;
              width: 300px;
              background: $vert_fonce;
              color: $blanc;
              font: 14px/14px helvetica45;
              text-transform: uppercase;
              letter-spacing: .1rem;
              text-align: center;
              margin: 15px auto;
              border: none;
            }
          }
        }
        .droite {
          .info,
          .btn_diaporama {
            display: none;
          }
        }
      }

    }
  }

  .popup_diaporama {
    display: none;
    &.active {
      display: block;
      position: absolute;
      padding: 30px 0;
      top: 150px;
      left: 0;
      width: 100%;
      background: $blanc;
    }

    .diaporama_head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 60px;
      margin-bottom: 30px;

      .btn_fermer_diaporama {
        border: none;
        text-indent: -999999px;
        width: 50px;
        height: 50px;
        background: transparent url("../img/commun/pictos_50px.png") 0 -500px no-repeat;
      }
    }
    .projecteur {
      text-align: center;
      width: 100%;
      .diapo {
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        text-align: center;
        img {
          max-width: 100%;
          max-height: calc(80vh - 70px);
        }
        .legende {
          width: 100%;
          text-align: center;
          margin: 15px 0;
          font-family: 16px/20px helvetica45;
          color: $gris_100;
        }
      }

    }

    .owl-buttons {
      position: absolute;
      top: calc(50% - 70px);
      left: 0;
      display: flex;
      justify-content: space-between;
      width: 100%;
    }
    .owl-next {
      width: 50px;
      height: 50px;
      background: transparent url("../img/commun/pictos_50px.png") -50px -200px !important;
      text-indent: -999999px;
    }
    .owl-prev {
      width: 50px;
      height: 50px;
      background: transparent url("../img/commun/pictos_50px.png") -50px -250px !important;
      text-indent: -999999px;
    }

    .owl-controls {
    }

    .liste_diapos {
      text-align: center;
      margin-bottom: 60px;

      .zone_wrap {
        height: 100px;
        border-top: solid 1px $gris_200;
        padding-top: 30px;
        text-align: center;
        margin: 0 auto;
        display: flex;
        justify-content: center;
      }

      .projo_liste {
        margin: auto;
        text-align: center;
      }

      .vignette {
        width: 90px;
        height: 90px;
        margin: 5px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        cursor: pointer;
      }
    }

  }

  @media (max-width: 768px) {
    .realisation_head {
      display: block;
    }
  }

}

#page-formulaire {
  .content {
    padding-bottom: 50px;
  }

  .invisible {
    display: none !important;
  }
  .btn_email {
    text-transform: none;
    letter-spacing: .045rem;
    font: 16px/16px helvetica45;
  }
}

.Formulaire_realisation {

  margin-bottom: 60px;
  > a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: $vert_fonce;
    color: $blanc;
    width: 300px;
    height: 30px;
    margin: 0 auto;
    font: 14px/14px helvetica45;
    text-transform: uppercase;
  }
  .intro_formulaire {
    padding: 60px 0 50px;
    display: flex;
    justify-content: space-between;
    .text_intro {
      flex: 0 1 660px;
      font: 20px/30px helvetica45;
      text-align: justify;
      strong, a {
        font: 20px/30px helvetica75;
        color: $gris_100;
      }
    }
    .pdf {
      flex: 0 0 300px;
      .texte {
        background: $vert_clair;
        color: $blanc;
        padding: 20px;
        text-align: center;
        font: 16px/24px helvetica45;
      }
      a {
        display: flex;
        align-items: center;
        justify-content: center;
        background: $vert_fonce;
        color: $blanc;
        width: 300px;
        height: 30px;
        margin: 0 auto;
        font: 14px/14px helvetica45;
        text-transform: uppercase;
      }
    }
  }

  form {

    nav {
      display: flex;
      justify-content: space-between;
      height: 140px;
      background: linear-gradient(to bottom,
              $gris_220 0%,
              $gris_220 60%,
              $blanc 100%);
      button {
        flex: 1;
        height: 80px;
        border: none;
        border-left: solid 1px $gris_220;
        cursor: pointer;
        display: block;
        align-items: center;
        background: $blanc;
        font: 1.5rem/1.5rem helvetica45;
        color: $gris_150;
        text-transform: uppercase;
        letter-spacing: 0.08rem;
        text-align: center;
        outline: none;
        &:last-child {
          border-right: solid 1px $gris_220;
        }
        &.active {
          color: $vert_fonce;
          border-color: $blanc;
          position: relative;
          background: transparent;
          outline: none;
          border: none;
          &:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 60px;
            height: 60px;
            background: transparent url("../img/commun/arrondis_60px.png") 0 0 no-repeat;
          }
        }

      }

    }
    .onglet {
      display: none;
      &.active {
        display: block;
      }
    }

    .champ {
      display: flex;
      justify-content: flex-start;
      margin-bottom: 10px;
      label {
        flex: 0 0 232px;
        font: 18px/18px helvetica75;
        color: $vert_fonce;
        text-align: right;
        margin-right: 20px;
        padding-top: 10px
      }
      input {
        flex: 0 1 400px;
        height: 40px;
        border: solid 1px $gris_200;
        font: 18px/18px helvetica45;
        padding: 0 10px;
      }
      textarea {
        width: 100%;
        height: 200px;
        border: solid 1px $gris_200;
        font: 18px/24px helvetica45;
        padding: 0 10px;
      }
      button {
        flex: 0 0 300px;
      }
      .styled-select {
        flex: 0 1 400px;
        background: $blanc;
        height: 40px;
        max-width: 400%;
        overflow: hidden;
        position: relative;
        border: $gris_200 solid 1px;
        &:after {
          content: '';
          position: absolute;
          width: 30px;
          height: 40px;
          top: 0;
          right: 0;
          background: yellow url("../img/commun/pictos_50px.png") 0 -400px no-repeat;
        }
        select {
          background: transparent;
          border: none;
          color: $gris_100;
          height: 40px;
          width: 105%;
          padding: 5px 10px;
          font: 18px/24px helvetica45;
          position: relative;
          z-index: 10;
          -webkit-appearance: none;
        }
      }
    }
    .champ_migx {
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px;
      label {
        flex: 0 0 232px;
        font: 18px/18px helvetica75;
        color: $vert_fonce;
        text-align: right;
        margin-right: 20px;
        padding-top: 10px
      }
      input {
        flex: 0 1 400px;
        height: 40px;
        border: solid 1px $gris_200;
        font: 18px/18px helvetica45;
        padding: 0 10px;
        margin-right: 50px;
      }
      textarea {
        width: 100%;
        height: 200px;
        border: solid 1px $gris_200;
        font: 18px/24px helvetica45;
        padding: 0 10px;
      }
      .btn_ajoute {
        flex: 0 0 300px;
        display: block;
        background: $vert_fonce;
        color: $blanc;
        width: 300px;
        height: 30px;
        margin: 0 auto;
        font: 14px/14px helvetica45;
        text-transform: uppercase;
        letter-spacing: .08rem;
        text-align: center;
      }
    }

    .zone_migx {
      display: flex;
      justify-content: space-between;
      .champs {
        flex: 0 0 660px;
      }
      .btn {
        flex: 0 0 300px;
        .infos {
          background: $vert_clair;
          padding: 10px 20px;
          font: 16px/24px helvetica45;
          text-align: center;
          color: $blanc;
        }
        .btn_ajoute {
          flex: 0 0 300px;
          display: block;
          background: $vert_fonce;
          color: $blanc;
          width: 300px;
          height: 30px;
          margin: 0 auto;
          font: 14px/14px helvetica45;
          text-transform: uppercase;
          letter-spacing: .08rem;
          text-align: center;
          border: none;
          padding-top: 2px;
        }
      }
    }

    .descriptif {
      h3 {
        font: 30px/40px helvetica35;
        text-transform: uppercase;
        letter-spacing: .08rem;
        text-align: left;
        color: $gris_100;
        margin-top: 40px;
      }
      .texte {
        font: 16px/24px helvetica45;
      }
      > .texte {
        font: 18px/30px helvetica45;
        padding-bottom: 20px;
        margin-bottom: 10px;
        border-bottom: solid 1px $gris_200;
      }
    }
    .champlarge {
      display: block;
      width: 100%;
      margin-bottom: 10px;
      label {
        flex: 0 0 232px;
        font: 18px/18px helvetica75;
        color: $vert_fonce;
        text-align: right;
        margin-right: 20px;
        padding-top: 10px
      }
      input {
        flex: 0 0 400px;
        height: 40px;
        border: solid 1px $gris_200;
        font: 18px/18px helvetica45;
        padding: 0 10px;
      }
      textarea {
        width: 100%;
        height: 200px;
        border: solid 1px $gris_200;
        font: 18px/18px helvetica45;
        padding: 10px;
        margin: 15px 0 0;
      }
      button {
        flex: 0 0 300px;

      }
    }

    .validation {
      background: $vert_fonce;
      color: $blanc;
      width: 300px;
      height: 30px;
      font: 14px/14px helvetica45;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: .1rem;
      margin: 30px auto;
      border: none;
      display: block;
      &.final {
        height: 50px;
        line-height: 20px;
      }
    }

  }

  .obligatoire {
    font: 18px/30px helvetica45;
    text-align: center;
    color: $gris_100;
    margin-bottom: 30px;
  }
  #form1 {

    h3.titre {
      width: 232px;
      flex: 0 0 232px;
      text-align: right;
      font: 18px/50px helvetica45;
      text-transform: uppercase;
      color: $gris_100;
    }

    #champ_typologie_autre {
      display: none;
      &.active {
        display: flex;
      }
    }
  }

  #form2 {

    h3 {
      width: 232px;
      flex: 0 0 232px;
      text-align: right;
      font: 18px/50px helvetica45;
      text-transform: uppercase;
      color: $gris_100;

    }
  }

  #form3 {

  }
  .mode_emploi {
    background: $vert_clair;
    padding-bottom: 6px;
    margin-top: 25px;
    h3 {
      width: 100%;
      height: 70px;
      display: flex;
      justify-content: center;
      align-items: center;
      font: 30px/30px helvetica35;
      color: $blanc;
      background: $vert_fonce;
      text-transform: uppercase;
      letter-spacing: .08rem;
      padding: 0 20px;
      margin: 0 0 20px;
    }

    p {
      font: 18px/30px helvetica45;
      color: $blanc;
      max-width: 870px;
      margin: 0 auto;
      padding: 0 20px;
      a {
        color: $blanc;
      }

      strong {
        display: block;
        font: 18px/30px helvetica65;
      }
      &:last-of-type {
        margin: 20px auto;
      }
    }
  }

  input.erreur,
  textarea.erreur,
  .styled-select.erreur {
    border-color: red !important;
  }
  input.valide,
  textarea.valide,
  .styled-select.valide {
    border-color: green !important;
  }

  .zone_erreurs {
    margin: 20px auto;
    border: solid 1px $gris_200;
    padding: 20px;
    display: none;
    &.active {
      display: block;
    }
    ul {

    }
    li {
      margin-left: 20px;
      font: 18px/24px helvetica45;
      color: darkred;
      span {
        cursor: pointer;
        &:hover {
          color: $gris_100;
        }
      }
    }
  }
}

/**********************************************************
 *                                               Le douglas
**/
#page16 {

  h1 {
    height: 4rem;
    width: 100%;
    text-align: center;
    background: $vert_fonce;
    color: $blanc;
    font: 2.5rem/4rem helvetica35;
    text-transform: uppercase;
    letter-spacing: .09rem;
  }
}

.liste_chapitres {
  padding-top: 60px;
  background: $blanc;
  .zone_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    @media (max-width: 930px) {
      justify-content: space-around;
    }
  }
}

.un_module_chapitre {
  flex: 0 0 300px;
  margin-bottom: 40px;
  .image {
    width: 300px;
    height: 300px;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 50px 0 0 !important;
    opacity: 0.99; /* creates a separate stacking context */
    img {
      max-width: 100%;
      border-radius: 50px 0 0;
      transition: all 1.5s;
      z-index: -1;
      &:hover {
        transform: scale(1.2);
      }
    }
  }
  h2 {
    font: 30px/30px helvetica45;
    color: $gris_100;
    text-align: center;
  }
}

.page-douglas {
  h1 {
    height: 4rem;
    width: 100%;
    text-align: center;
    background: $vert_fonce;
    color: $blanc;
    font: 2.5rem/4rem helvetica35;
    text-transform: uppercase;
    letter-spacing: .09rem;
  }
  .zone_titre {
    height: 50vh;
    width: 100%;
    background-size: cover;

    position: relative;
    z-index: 1;
    &:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      background: transparent linear-gradient(rgba(0, 0, 0, .45) 50%, transparent 50%, transparent);
      background-size: 2px 2px;
      z-index: 2;
    }
    > a {
      display: flex;
      align-items: center;
      justify-content: center;
      background: $vert_fonce;
      color: $blanc;
      width: 300px;
      height: 30px;
      margin: 0 auto;
      font: 14px/14px helvetica45;
      text-transform: uppercase;
      position: relative;
      z-index: 9;
    }
    h2 {
      position: relative;
      z-index: 9;
      font: 60px/60px helvetica75;
      color: $blanc;
      width: 100%;
      height: 100%;

      display: flex;
      justify-content: center;
      align-items: center;
    }
  }

  .content {
    background: $blanc;
    padding-top: 50px;
    .zone_wrap {
      display: flex;
      justify-content: space-between;
    }
    .texte {
      flex: 0 1 65%;
      margin-right: 40px;
      p {
        font: 20px/30px helvetica45;
        color: $gris_100;
      }
    }
    .colonne {
      flex: 0 0 300px;
    }
  }

  .liens {
    width: 300px;
    li {
      width: 100%;
      min-height: 40px;
      display: flex;
      align-items: center;
      border-bottom: solid 1px $vert_fonce;
      padding: 6px 0;
      &:first-child {
        border-top: solid 1px $vert_fonce;
      }
    }
    a {
      font: 16px/20px helvetica75;
      color: $vert_fonce;
    }
  }
  .illustration {
    margin-bottom: 20px;
    img {
      max-width: 100%;
      cursor: zoom-in;
    }
    p {
      font: 16px/24px helvetica55;
      color: $vert_fonce;
    }
  }

  .popup_diaporama {
    display: none;
    &.active {
      display: block;
      position: absolute;
      padding: 30px 0;
      top: 150px;
      left: 0;
      width: 100%;
      background: $blanc;
      z-index: 999999;
      border-bottom: solid 1px $gris_200;
    }

    .diaporama_head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 60px;
      margin-bottom: 30px;

      .btn_fermer_diaporama {
        border: none;
        text-indent: -999999px;
        width: 50px;
        height: 50px;
        background: transparent url("../img/commun/pictos_50px.png") 0 -500px no-repeat;

      }
    }
    .projecteur {
      text-align: center;
      width: 100%;
      .illustration {
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        text-align: center;
        img {
          max-width: 100%;
          max-height: calc(80vh - 70px);
        }
        .legende {
          width: 100%;
          text-align: center;
          margin: 15px 0;
          font-family: 16px/20px helvetica45;
          color: $gris_100;
        }
      }

    }

    .owl-buttons {
      position: absolute;
      top: calc(50% - 70px);
      left: 0;
      display: flex;
      justify-content: space-between;
      width: 100%;
      z-index: 99999999;
    }
    .owl-next {
      width: 50px;
      height: 50px;
      background: transparent url("../img/commun/pictos_50px.png") -50px -200px !important;
      text-indent: -999999px;
      z-index: 99999999;
    }
    .owl-prev {
      width: 50px;
      height: 50px;
      background: transparent url("../img/commun/pictos_50px.png") -50px -250px !important;
      text-indent: -999999px;
      z-index: 99999999;
    }

    .owl-controls {
    }

    .liste_diapos {
      text-align: center;
      margin-bottom: 60px;

      .zone_wrap {
        height: 100px;
        border-top: solid 1px $gris_200;
        padding-top: 30px;
        text-align: center;
        margin: 0 auto;
        display: flex;
        justify-content: center;
      }

      .projo_liste {
        margin: auto;
        text-align: center;
      }

      .vignette {
        width: 90px;
        height: 90px;
        margin: 5px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        cursor: pointer;
      }
    }

  }

  @media (max-width: 768px) {

    .zone_titre {
      h2 {
        display: flex;
        justify-content: center;
        align-items: center;
        font: 2rem/2rem helvetica75;
      }
    }
    .content {
      .zone_wrap {
        display: block;
        .texte {
          margin: 10px 0;
          p, li {
            text-align: justify;
          }
          li {
            margin-left: 20px;
          }
        }
      }
    }
  }

}

/**********************************************************
 *                                              Médiathèque
**/
#mediatheque {
  background: $blanc;
  h1 {
    background: $bleu_fonce;
    color: $blanc;
  }
  .intro {
    padding-top: 60px;
    p {
      font: 20px/30px helvetica45;
      color: $bleu_fonce;
      text-align: center;

      strong {
        font: 20px/30px helvetica75;
      }
    }
  }

  .liste_chapitres {

    .zone_wrap {
      display: flex;
      justify-content: space-around;

      > div {
        flex: 0 1 25%;
        text-align: center;
        margin-bottom: 40px;
        cursor: pointer;
        p {
          font: 20px/30px helvetica45;
          color: $bleu_fonce;
        }
      }

      @media (max-width: 768px) {
        > div {
          flex: 0 1 30%;
        }
      }
      @media (max-width: 508px) {
        > div {
          flex: 0 1 50%;
        }
      }

    }
  }

  h2 {
    font: 2.5rem/4rem helvetica35;
    text-transform: uppercase;
    letter-spacing: .05rem;
    text-align: center;
    min-height: 4rem;
    color: $gris_150;
    margin: 30px auto 40px;
  }

  .zone_boutons {
    display: flex;
    justify-content: center;

    a {
      display: flex;
      width: 300px;
      height: 30px;
      justify-content: center;
      align-content: center;
      align-items: center;
      background: $bleu_fonce;
      color: $blanc;
      font-size: .7rem;
      text-transform: uppercase;
      letter-spacing: .1rem;
      margin: 0 10px;
    }
  }

  .liste_chapitres_prives {

    background: $bleu_clair;
    .zone_wrap {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      padding: 45px 0;
      > div {
        flex: 0 1 240px;
        text-align: center;
        margin-bottom: 40px;
        cursor: pointer;
        p {
          font: 20px/30px helvetica75;
          color: $blanc;
        }
      }
    }
  }

}

#dossier-mediatheque {

  background: $blanc;
  h1 {
    background: $bleu_fonce;
    color: $blanc;
  }

  .un_dossier_media {

    > a {
      display: flex;
      align-items: center;
      justify-content: center;
      background: $bleu_fonce;
      color: $blanc;
      width: 300px;
      height: 30px;
      margin: 0 auto;
      font: 14px/14px helvetica45;
      text-transform: uppercase;
    }

    h2 {
      font: 50px/80px helvetica35;
      text-transform: uppercase;
      margin: 20px auto;
      text-align: center;
      color: $gris_150;
    }
    .content {
      .zone_wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        @media (max-width: 960px) {
          justify-content: space-around;
        }
      }
    }
    .un_media {
      flex: 0 1 300px;
      text-align: center;
      margin: 0 auto 60px;
      img {
        width: 300px;
        height: 300px;
        border: solid 1px $bleu_fonce;
      }
      h3 {
        font: 20px/30px helvetica75;
        color: $gris_100;
        padding: 15px 0;
      }
      p {
        font: 20px/30px helvetica45;
        color: $gris_100;
        padding: 15px 0;
        border-top: solid 1px $gris_200;
      }
      a {
        display: flex;
        width: 300px;
        height: 30px;
        justify-content: center;
        align-content: center;
        align-items: center;
        background: $bleu_fonce;
        color: $blanc;
        font-size: .7rem;
        text-transform: uppercase;
        letter-spacing: .1rem;
        margin: 0 10px;
      }
      button {
        width: 300px;
        height: 30px;
        text-align: center;
        background: $bleu_fonce;
        border: none;
        color: $blanc;
        font-size: .7rem;
        text-transform: uppercase;
        letter-spacing: .1rem;
        margin: 0 10px;
      }
    }

  }

}

.id_video {
  display: none;
}

.popup_video {
  display: none;
  &.active {
    display: block;
    position: absolute;
    padding: 30px 0;
    top: 150px;
    left: 0;
    width: 100%;
    background: $blanc;
  }

  .video_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    margin-bottom: 30px;

    .btn_fermer_video {
      background: transparent;
      border: none;
      text-indent: -999999px;
      position: relative;
      &:after {
        content: '';
        position: absolute;
        top: -10px;
        right: 0;
        width: 50px;
        height: 50px;
        background: transparent url("../img/commun/pictos_50px.png") 0 -500px no-repeat;
      }
    }
  }
  .projecteur {
    text-align: center;
    width: 100%;
    height: calc(100vh - 200px);

    iframe {
      width: 100% !important;
      height: 100% !important;
    }
  }

}

/**********************************************************
 *                                              Partenaires
**/
#page-partenaires {

  h1 {
    height: 4rem;
    width: 100%;
    text-align: center;
    background: $violet;
    color: $blanc;
    font: 2.5rem/4rem helvetica35;
    text-transform: uppercase;
    letter-spacing: .09rem;
  }

  .liste_partenaires {
    padding-top: 60px;
    .zone_wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      &:after {
        content: "";
        flex: 0 0 300px;
      }
      > * {
        flex: 0 0 300px;
        height: 330px;
      }

      @media (max-width: 960px) {
        justify-content: space-around;
      }

      .un_partenaire {
        margin-bottom: 50px;
        .image {
          width: 300px;
          height: 300px;
          border: solid 1px $violet
        }
        .lien {
          width: 100%;
          height: 30px;
          background: $violet;
          a {
            width: 100%;
            height: 30px;
            color: $blanc;
            font: 14px/14px helvetica45;
            text-transform: uppercase;
            display: flex;
            justify-content: center;
            align-items: center;
          }
        }
      }
    }
  }
}

#page-soutiens {

  h1 {
    height: 4rem;
    width: 100%;
    text-align: center;
    background: $bleu_footer;
    color: $blanc;
    font: 2.5rem/4rem helvetica35;
    text-transform: uppercase;
    letter-spacing: .09rem;
  }

  .liste_soutiens {
    padding-top: 30px;
    text-align: center;
    .zone_wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      &:after {
        content: "";
        flex: 0 0 300px;
      }
      > * {
        flex: 0 0 300px;
        height: 330px;
      }

      .un_soutien {
        list-style: none;
        margin: 20px auto;
        height: auto;

        .image {
          width: 300px;
          height: 300px;
          border: solid 1px $violet
        }
        .lien {
          width: 100%;
          height: 30px;
          background: $violet;
          a {
            width: 100%;
            height: 30px;
            color: $blanc;
            font: 14px/14px helvetica45;
            text-transform: uppercase;
            display: flex;
            justify-content: center;
            align-items: center;
          }
        }
      }
    }
  }
}

/**********************************************************
 *                                                  Contact
**/
#page-contact {
  background: $blanc;
  h1 {
    background: $bleu_footer;
    color: $blanc;
  }
  .logo {
    margin-bottom: 15px;
  }
  .content {
    padding: 60px 0 30px;
    .zone_wrap {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      @media (max-width: 900px) {
        justify-content: space-around;
      }
      > .colonne {
        flex: 0 1 300px;
      }
      p {
        font: 20px/30px helvetica45;
        color: $gris_100;
        margin-bottom: 40px;
        strong {
          font: 20px/30px helvetica75;
        }
        a {
          font: 16px/24px helvetica75;
          color: $bleu_footer;
        }
      }

    }
  }


}
.googlemap {
  width: 100%;
  height: 450px;
  border-top: solid 1px $bleu_footer;
  iframe {
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
  }
}
/**********************************************************
 *                                            Espace presse
**/
#page-presse {

  background: $blanc;
  h1 {
    background: $bleu_fonce;
    color: $blanc;
  }

  .content {
    padding: 60px 0;
    .zone_intro {
      display: flex;
      justify-content: space-between;
      margin-bottom: 50px;
    }
    .texte_intro {
      flex: 0 1 660px;
      margin-right: 40px;
      font: 20px/30px helvetica45;
      color: $gris_100;
      a {
        font: 20px/30px helvetica75;
        color: $bleu_fonce;
      }
    }
    h2 {
      font: 50px/50px helvetica35;
      text-transform: uppercase;
      text-align: center;
      color: $gris_150;
      margin-bottom: 40px;
    }

    .zone_pack {
      flex: 0 0 300px;
      h3 {
        font: 50px/50px helvetica35;
        text-transform: uppercase;
        letter-spacing: .1rem;
        text-align: center;
        color: $gris_150;
      }
      .texte_pack {
        padding: 20px;
        background: $bleu_clair;
        color: $blanc;
        p {
          text-align: center;
          font: 16px/24px helvetica45;
          a {
            font: 20px/30px helvetica75;
            color: $blanc;
          }
        }
      }
      .bouton {
        display: flex;
        align-items: center;
        justify-content: center;
        background: $bleu_fonce;
        color: $blanc;
        width: 300px;
        height: 30px;
        margin: 0 auto;
        font: 14px/14px helvetica45;
        letter-spacing: .15rem;
        text-transform: uppercase;

      }
    }

    .liste_medias {

      .zone_wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        @media (max-width: 960px) {
          justify-content: space-around;
        }
      }
    }

    .un_media_presse {
      flex: 0 1 300px;
      text-align: center;
      margin: 0 auto 60px;
      img {
        width: 300px;
        height: 300px;
        border: solid 1px $bleu_fonce;
      }
      h3 {
        font: 20px/30px helvetica75;
        color: $gris_100;
        padding: 15px 0;
      }
      p {
        font: 20px/30px helvetica45;
        color: $gris_100;
        padding: 15px 0;
        border-top: solid 1px $gris_200;
      }
      .date {
        text-transform: capitalize;
      }
      a {
        display: flex;
        width: 300px;
        height: 30px;
        justify-content: center;
        align-content: center;
        align-items: center;
        background: $bleu_fonce;
        color: $blanc;
        font-size: .7rem;
        text-transform: uppercase;
        letter-spacing: .1rem;
        margin: 0 10px;
      }
      button {
        width: 300px;
        height: 30px;
        text-align: center;
        background: $bleu_fonce;
        border: none;
        color: $blanc;
        font-size: .7rem;
        text-transform: uppercase;
        letter-spacing: .1rem;
        margin: 0 10px;
      }
    }

  }

  @media (max-width: 768px) {
    .content {
      padding-top: 30px;
      .zone_intro {
        display: block;
      }
      .texte_intro {
        margin: 10px 0;
        p {
          text-align: justify;
        }
      }
      h2 {
        font: 1.8rem/2.2rem helvetica35;
      }
      .zone_pack {
        margin: 20px 0;
      }
    }
  }
}

/**********************************************************
 *                                         Espace adhérents
**/
#page-adherents {

  background: $blanc;
  h1 {
    background: $bleu_footer;
    color: $blanc;
  }
  .content {
    padding: 60px 0;
    .zone_wrap {
      display: flex;
      justify-content: space-between;
      .zone_login {
        flex: 0 1 660px;
        margin-right: 40px;

        .loginRegister {
          display: flex;
          margin: 30px 0;
          flex-wrap: wrap;
          a {
            flex: 0 0 300px;
            display: flex;
            width: 300px;
            height: 30px;
            justify-content: center;
            align-content: center;
            align-items: center;
            background: $bleu_footer;
            color: $blanc;
            font-size: .7rem;
            text-transform: uppercase;
            letter-spacing: .1rem;
            margin: 0 10px 30px;
          }
          a:first-child {
            background: $bleu_fonce;
          }
        }

        form {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          height: 240px;
        }
        legend {
          font: 20px/30px helvetica75;
          color: $bleu_footer;
        }

        .champ {
          height: 50px;
          width: 100%;
          margin-top: 10px;
          display: flex;
          justify-content: space-between;
          align-items: center;
        }
        label {
          font: 20px/30px helvetica75;
          color: $gris_100;
        }
        input[type=text],
        input[type=password] {
          font: 20px/30px helvetica55;
          color: $gris_100;
          padding: 0 15px;
          border: solid 1px $gris_200;
          flex: 0 1 490px;
          height: 50px;
        }

        .btn_oublie {
          width: auto;
          height: 30px;
          background: transparent;
          border: none;
          font: 16px/20px helvetica76;
          color: $bleu_footer;
          text-align: right;
          margin-bottom: 20px;
        }
        .btn_login {
          align-self: flex-end;
          display: block;
          width: 300px;
          height: 30px;
          border: none;
          background: $bleu_footer;
          color: $blanc;
          font-size: .7rem;
          text-transform: uppercase;
          text-align: center;
          letter-spacing: .1rem;
          margin: 0 0 0 auto
        }
      }

      .droite {
        flex: 0 0 300px;

        a {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          width: 300px;
          height: 240px;
          background: $marron_clair;
          margin-bottom: 50px;
          .haut {
            text-align: center;
            color: $saumon;
            text-transform: uppercase;
            display: block;
            padding-top: 10px;
            font: 1.15rem/1.5rem helvetica45;
            letter-spacing: .08rem;
          }
          img {

          }
          .bas {
            text-align: center;
            color: $blanc;
            text-transform: uppercase;
            display: block;
            width: 100%;
            background: $marron_fonce;
            font: .7rem/1.5rem helvetica45;
            letter-spacing: .1rem;
          }

        }
      }
    }
  }
  @media (max-width: 768px) {
    h1 {
      font-size: 2rem !important;
    }
    .content {

      .zone_wrap {
        display: block;
        .zone_login {
          form {
            display: block;
            height: auto;
            legend {
              margin-bottom: 30px;
            }
          }
          .champ {
            display: block;
            width: 100%;
            height: auto;
            margin: 0 0 20px;
            > * {
              display: block;
              width: 100%;
            }
          }
        }

        .droite {
          a {
            margin: 30px auto;
          }
        }
      }
    }
  }
}

/**********************************************************
 *                                                   Footer
**/
footer {
  #footer_social {
    background: $bleu_footer;
    height: 60px;
    .zone_wrap {
      display: flex;
      justify-content: space-between;
      align-content: center;
      align-items: center;
    }
    .partage {
      font: 1rem/1.5rem helvetica57;
      letter-spacing: .1rem;
      text-transform: uppercase;
      color: $blanc;
      flex: 0 0 auto;
      i {
        margin-right: 10px;
      }
    }
    .btn_espace_adherents {
      text-align: center;
      background: $bleu_footer;
      a {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: flex-end;
      }
      img {
        width: 100px;
        height: 60px;
      }
      .texte {
        font: 20px/20px helvetica45;
        color: $blanc;
        text-align: justify;
        display: block;
        margin-left: 20px;
      }
      .fleche {
        background: transparent url("../img/commun/pictos_50px.png") 0 -300px no-repeat;
        width: 50px;
        height: 50px;
        display: block;
        margin-left: 20px;
        margin-right: 6px;
      }
    }

    .social {
      display: flex;
      list-style: none;
      li {
        width: 30px;
        height: 30px;
        text-align: center;
      }
      a {
        color: $vert_footer;
        font-size: 20px;
      }
    }

    @media (max-width: 768px) {
      .btn_espace_adherents {
        display: none;
      }
    }
  }

  #footer_contact {
    background: $blanc;
    padding: 50px 0 80px;
    .zone_wrap {
      display: flex;
      justify-content: space-between;
      align-content: center;
      align-items: center;
      > * {
        flex: 0 0 30%;
      }
    }
    .col1 {
      height: 340px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      font: 20px/30px helvetica45;
      color: $gris_100;
      img {
        margin-bottom: 10px;
        width: 140px;
        height: 64px;
      }
      .adresse a {
        color: $bleu_footer;
        font: 20px/30px helvetica75;
      }
      .bouton {
        display: flex;
        width: 100%;
        height: 30px;
        justify-content: center;
        align-content: center;
        align-items: center;
        background: $bleu_footer;
        color: $blanc;
        font-size: .7rem;
        text-transform: uppercase;
        letter-spacing: .1rem;
      }
    }
    .col2 {
      height: 340px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding-top: 20px;
      h2 {
        font: 20px/30px helvetica45;
        text-transform: uppercase;
        text-align: center;
        color: $gris_100;
      }
      .infos {
        font: 16px/20px helvetica45;
        text-align: center;
        color: $gris_100;
        margin-bottom: 15px;
      }
      form {
        p {
          width: 100%;
        }
        label {
          display: none;
        }
        input {
          width: 100%;
          height: 40px;
          border: solid 1px $gris_100;
          padding: 0 15px;
          margin-bottom: 10px;
          //&:invalid {
          //  border: 1px solid red;
          //}
        }
        .btn_submit {
          width: 100%;
          height: 30px;
          text-align: center;
          background: $bleu_footer;
          color: $blanc;
          font-size: .7rem;
          text-transform: uppercase;
          letter-spacing: .1rem;
          border: 0;
        }
      }

    }
    .col3 {
      justify-content: space-between;
      padding-top: 20px;
      .navigation {
        height: 330px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
        li {
          list-style: none;
          a {
            font: 18px/20px helvetica45;
            color: $gris_100;
            text-transform: uppercase;
          }
        }
      }
    }
  }

  #footer_soutiens {
    background: $blanc;
    text-align: center;
    h2 {
      background: $gris_200;
      color: $blanc;
      font: .7rem/.7rem helvetica75;
      text-transform: uppercase;
      letter-spacing: .08rem;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      height: 30px;
      width: 300px;
      margin: 0 auto;
    }
    .soutiens {
      border-top: solid 1px $gris_200;
      padding: 35px 0;
      .zone_wrap {
        display: flex;
        justify-content: space-between;
        align-content: center;
        align-items: center;
      }
      .un_soutien {
        min-width: 120px;
        list-style: none;
        img {
          max-width: 100%;
          background: $gris_220;
        }
      }
    }

    @media (max-width: 768px) {
      .soutiens {
        display: none;
      }
    }
  }

  #footer_credits {
    background: $blanc;
    text-align: center;
    border-top: solid 1px $gris_200;
    height: 6rem;
    a {
      background: $gris_200;
      color: $blanc;
      font: .7rem/.7rem helvetica75;
      text-transform: uppercase;
      letter-spacing: .08rem;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      height: 30px;
      width: 300px;
      margin: 0 auto;
    }
  }

  @media (max-width: 800px) {
    #footer_contact {
      padding-bottom: 20px;
      .col1,
      .col2 {
        flex: 0 1 48%;
      }
      .col3 {
        display: none;
      }
    }
    #footer_soutiens {
      margin-bottom: 10px;
    }

    #footer_credits {
      border: none;
    }
  }

  @media (max-width: 550px) {

    #footer_soutiens {
      h2 {
        cursor: pointer;
      }
    }
    #footer_contact {
      .col1 {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;

        img {
          margin: 0 auto;
        }
      }
      .col2 {
        display: none;
      }
    }
  }

}

#page-attente footer {
  #footer_social {
    background: $jaune_fonce;
    padding: 20px 0;
    min-height: 80px;
    .zone_wrap {
      justify-content: center;
      align-items: center;
    }
    p {
      font: 20px/30px helvetica45;
      text-transform: uppercase;
      text-align: center;
      color: $blanc;
    }
  }

  #footer_contact {
    .zone_wrap {
      justify-content: center;
      align-items: center;
      .col1 {
        height: auto;
        .adresse {
          text-align: center;
        }

        ul {
          display: flex;
          justify-content: center;
          padding: 0;
          margin: 0;
          li {
            flex: 0 0 30px;
            margin: 5px;
            list-style: none;
            text-align: center;
            a {
              color: $bleu_footer;
            }
          }
        }
      }
    }
  }
}

.zone_attente {
  position: relative;
  .zone_wrap {
    display: flex;
    justify-content: space-around;
    top: -60px;
    position: relative;
    .panel {
      text-align: center
    }
  }
}

#credits {
  .content {
    padding: 60px 0;
    p {
      font: 1rem/1.5rem helvetica45;
    }
    strong {
      font: 1rem/1.5rem helvetica75;
    }
    a {
      font: 1rem/1.5rem helvetica75;
      color: $bleu_footer
    }
  }
}

@media (max-width: 768px) {

  h1 {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
    display: flex;
    justify-content: center;
    align-items: center;

  }
}

* {
  outline: none !important;
}