/* Grille sémantic ui */
/*576px*/
/*768px*/
/*992px*/
/*1200px*/
/* COLORS */
/* FONT */
/*Medias queries*/
/*1200px*/
/*992px*/
/*768px*/
/*576px*/
/*576px*/
/* generic transform*/
/* rotate*/
/* scale*/
/* scale*/
/* skew*/
/*transform origin*/
@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0); }

  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0); }

  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0); }

  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0); } }

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0); }

  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0); }

  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0); }

  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0); } }

#tarteaucitronAlertSmall {
  left: auto !important;
  right: 0; }
/* #tarteaucitronAlertSmall {
 right: auto !important;
 left: 0;
 button {
 border-radius: 0;
 }
 #tarteaucitronManager {
 font-size: 9px;
 }
 #tarteaucitronCookiesNumber {
 font-size: 15px;
 line-height: 38px;
 }
 } */
#menu_accessible {
  left: 0;
  position: absolute;
  top: 5px;
  z-index: 100; }
  #menu_accessible li {
    display: inline;
    padding: 0; }
    #menu_accessible li:before {
      content: none; }
  #menu_accessible a {
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 1px; }
    #menu_accessible a:active, #menu_accessible a:focus {
      color: #000;
      position: static; }

#top_navigation {
  padding-top: 30px;
  position: relative;
  min-height: 200px; }
  @media (min-width: 576px) {
  #top_navigation {
    min-height: 300px; } }
  @media (min-width: 768px) {
  #top_navigation {
    min-height: 410px; } }
  #top_navigation header {
    position: absolute;
    width: 42%;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    @media (min-width: 576px) {
  #top_navigation header {
    width: auto;
    top: 80px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    #top_navigation header h1 img, #top_navigation header a img {
      height: 115px;
      width: auto; } }
    #top_navigation header .shake {
      -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
      animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000px;
      perspective: 1000px; }
  #top_navigation #blocmenu {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 80px 0 90px 0;
    background: white;
    border-radius: 40px 40px 0 0;
    z-index: 55; }
    #top_navigation #blocmenu.show, #top_navigation #blocmenu.collapsing {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    @media (max-width: 767.98px) {
  #top_navigation #blocmenu {
    position: fixed; } }
    @media (min-width: 768px) {
  #top_navigation #blocmenu {
    bottom: auto;
    left: auto;
    width: auto;
    padding: 0;
    background: transparent;
    border-radius: 0;
    display: block; } }
    #top_navigation #blocmenu > .container {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      #top_navigation #blocmenu > .container #rapide {
        position: absolute;
        left: 15px;
        top: -30px;
        margin: 0;
        padding: 0;
        background: #00a0df;
        height: 0;
        width: 225px;
        overflow: hidden;
        -webkit-transition: height 0.4s ease;
        transition: height 0.4s ease; }
        #top_navigation #blocmenu > .container #rapide.on {
          height: 356px; }
        #top_navigation #blocmenu > .container #rapide > div {
          height: 100%; }
        #top_navigation #blocmenu > .container #rapide ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          padding: 0;
          margin: 0;
          height: 100%; }
          #top_navigation #blocmenu > .container #rapide ul li {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding: 0; }
            #top_navigation #blocmenu > .container #rapide ul li:not(:last-child) {
              border-bottom: solid 2px rgba(255, 255, 255, 0.5); }
            #top_navigation #blocmenu > .container #rapide ul li:before {
              content: none; }
            #top_navigation #blocmenu > .container #rapide ul li:first-child {
              color: white;
              text-transform: uppercase;
              font-size: 1.0666666667rem;
              font-weight: 500;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: start;
              -ms-flex-pack: inherit;
              justify-content: flex-start;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              padding: 0 30px; }
            #top_navigation #blocmenu > .container #rapide ul li .picto.fermer {
              color: white;
              margin-right: 20px;
              font-size: 25px;
              cursor: pointer; }
            #top_navigation #blocmenu > .container #rapide ul li a {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: start;
              -ms-flex-pack: inherit;
              justify-content: flex-start;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              width: 100%;
              height: 100%;
              color: white;
              font-size: 1.2666666667rem;
              font-weight: 500;
              text-decoration: none;
              padding: 0 20px; }
              #top_navigation #blocmenu > .container #rapide ul li a .picto {
                width: 35px;
                margin-right: 20px; }
                #top_navigation #blocmenu > .container #rapide ul li a .picto img.pictorapide:first-of-type {
                  display: none; }
              #top_navigation #blocmenu > .container #rapide ul li a:hover {
                background: white;
                color: #00a0df; }
                #top_navigation #blocmenu > .container #rapide ul li a:hover img.pictorapide:first-of-type {
                  display: block; }
                #top_navigation #blocmenu > .container #rapide ul li a:hover img.pictorapide:last-of-type {
                  display: none; }
      #top_navigation #blocmenu > .container #ico-rapide {
        width: 44px;
        height: 44px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        cursor: pointer;
        margin-top: 50px; }
        #top_navigation #blocmenu > .container #ico-rapide span {
          width: 12px;
          height: 12px;
          -webkit-transition: border 0.6s ease;
          transition: border 0.6s ease; }
          #top_navigation #blocmenu > .container #ico-rapide span:not(:first-child) {
            border: solid 6px white; }
          #top_navigation #blocmenu > .container #ico-rapide span:first-child {
            border: solid 3px white; }
          #top_navigation #blocmenu > .container #ico-rapide span:nth-child(3n+2) {
            margin-left: 4px;
            margin-right: 4px; }
          #top_navigation #blocmenu > .container #ico-rapide span:nth-child(4), #top_navigation #blocmenu > .container #ico-rapide span:nth-child(5), #top_navigation #blocmenu > .container #ico-rapide span:nth-child(6) {
            margin-top: 4px;
            margin-bottom: 4px; }
        #top_navigation #blocmenu > .container #ico-rapide:hover span:first-child {
          border: solid 6px white; }
        #top_navigation #blocmenu > .container #ico-rapide:hover span:last-child {
          border: solid 3px white; }
      #top_navigation #blocmenu > .container #links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media (min-width: 768px) {
  #top_navigation #blocmenu > .container #links {
    display: block; } }
        #top_navigation #blocmenu > .container #links .frame-type-menu_reseaux {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; }
          @media (min-width: 768px) {
  #top_navigation #blocmenu > .container #links .frame-type-menu_reseaux {
    margin-bottom: 30px; } }
          #top_navigation #blocmenu > .container #links .frame-type-menu_reseaux ul.reseaux {
            padding: 0;
            margin: 0;
            line-height: normal; }
            #top_navigation #blocmenu > .container #links .frame-type-menu_reseaux ul.reseaux li {
              list-style: none;
              display: inline-block;
              padding: 0; }
              #top_navigation #blocmenu > .container #links .frame-type-menu_reseaux ul.reseaux li:before {
                content: none; }
              #top_navigation #blocmenu > .container #links .frame-type-menu_reseaux ul.reseaux li:not(:last-child) {
                margin-right: 10px; }
              #top_navigation #blocmenu > .container #links .frame-type-menu_reseaux ul.reseaux li a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                width: 40px;
                height: 40px;
                border-radius: 50%; }
                #top_navigation #blocmenu > .container #links .frame-type-menu_reseaux ul.reseaux li a#Facebook {
                  background: #3c5b9b; }
                #top_navigation #blocmenu > .container #links .frame-type-menu_reseaux ul.reseaux li a#Twitter {
                  background: #fff; }
                  #top_navigation #blocmenu > .container #links .frame-type-menu_reseaux ul.reseaux li a#Twitter i.fab.fa-x-twitter {
                    color: #0f1419 !important; }
                #top_navigation #blocmenu > .container #links .frame-type-menu_reseaux ul.reseaux li a#TikTok {
                  background: #000; }
                  #top_navigation #blocmenu > .container #links .frame-type-menu_reseaux ul.reseaux li a#TikTok i.fab.fa-tiktok {
                    color: #fff !important; }
                #top_navigation #blocmenu > .container #links .frame-type-menu_reseaux ul.reseaux li a#LinkedIn {
                  background: #0173b2; }
                #top_navigation #blocmenu > .container #links .frame-type-menu_reseaux ul.reseaux li a#YouTube {
                  background: #fe3432; }
                #top_navigation #blocmenu > .container #links .frame-type-menu_reseaux ul.reseaux li a#Instagram {
                  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%); }
                #top_navigation #blocmenu > .container #links .frame-type-menu_reseaux ul.reseaux li a i {
                  color: white;
                  font-size: 1.3333333333rem;
                  line-height: normal; }
                @media (min-width: 768px) {
  #top_navigation #blocmenu > .container #links .frame-type-menu_reseaux ul.reseaux li a {
    width: 20px;
    height: 20px; }
    #top_navigation #blocmenu > .container #links .frame-type-menu_reseaux ul.reseaux li a i {
      font-size: 0.7333333333rem; } }
        #top_navigation #blocmenu > .container #links .other ul.lien {
          margin: 25px 0;
          padding: 0;
          line-height: normal;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          #top_navigation #blocmenu > .container #links .other ul.lien li {
            list-style: none;
            padding: 0 15px; }
            #top_navigation #blocmenu > .container #links .other ul.lien li:first-of-type {
              padding: 0 15px 0 0; }
            #top_navigation #blocmenu > .container #links .other ul.lien li:not(:last-of-type) {
              border-right: solid 1px #ebecef; }
            #top_navigation #blocmenu > .container #links .other ul.lien li:before {
              content: none; }
            #top_navigation #blocmenu > .container #links .other ul.lien li a {
              color: #3b3b3b;
              font-weight: 700;
              position: relative;
              text-align: center; }
              #top_navigation #blocmenu > .container #links .other ul.lien li a .picto {
                width: 45px;
                height: 45px;
                overflow: hidden;
                margin: 0 auto;
                display: block; }
                #top_navigation #blocmenu > .container #links .other ul.lien li a .picto img {
                  width: 100%;
                  height: auto; }
          @media (min-width: 768px) {
    #top_navigation #blocmenu > .container #links .other ul.lien {
      margin: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #top_navigation #blocmenu > .container #links .other ul.lien li {
        padding: 5px 0; }
        #top_navigation #blocmenu > .container #links .other ul.lien li:first-of-type {
          padding: 0; }
        #top_navigation #blocmenu > .container #links .other ul.lien li:not(:last-of-type) {
          border-right: 0; }
        #top_navigation #blocmenu > .container #links .other ul.lien li a {
          color: white;
          padding-left: 15px; }
          #top_navigation #blocmenu > .container #links .other ul.lien li a .picto {
            display: none; }
          #top_navigation #blocmenu > .container #links .other ul.lien li a:before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 8px;
            height: 10px;
            background: url(../../Images/sprites.png) -60px -122px; } }
      #top_navigation #blocmenu > .container #searchbar {
        position: absolute;
        top: 25px;
        width: 95%; }
        #top_navigation #blocmenu > .container #searchbar .tx-solr-search-form {
          position: relative; }
          #top_navigation #blocmenu > .container #searchbar .tx-solr-search-form input#input-search-alone {
            background: rgba(255, 255, 255, 0.9);
            border: solid 1px #00a0df;
            height: 44px;
            line-height: 44px;
            border-radius: 22px;
            padding: 0 20px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
          #top_navigation #blocmenu > .container #searchbar .tx-solr-search-form button.tx-solr-submit {
            position: absolute;
            right: 20px;
            top: 11px;
            border: 0;
            width: 18px;
            height: 22px;
            padding: 0;
            cursor: pointer;
            background: url("../../Images/loupe-turquoise.png") top left no-repeat;
            overflow: hidden;
            text-indent: 25px;
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transition: all 250ms ease-in-out 0s;
            transition: all 250ms ease-in-out 0s; }
          #top_navigation #blocmenu > .container #searchbar .tx-solr-search-form button.tx-solr-submit:hover {
            -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg); }
        @media (min-width: 768px) {
  #top_navigation #blocmenu > .container #searchbar {
    top: 230px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 500px; } }
        #top_navigation #blocmenu > .container #searchbar div {
          width: 100%; }
  #top_navigation #shadow {
    position: fixed;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(41, 41, 41, 0.5);
    z-index: 50;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease; }
    #top_navigation #shadow.on {
      height: 100%; }
    @media (min-width: 768px) {
  #top_navigation #shadow {
    display: none; } }
  #top_navigation .background {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; }
    #top_navigation .background img, #top_navigation .background video {
      min-width: 100%;
      min-height: 100%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }

#wrap-accessibility {
  display: none; }
  #wrap-accessibility #bloc-accessibility {
    padding: 20px;
    display: none; }
    #wrap-accessibility #bloc-accessibility .block-popin-accessibility {
      margin-bottom: 20px; }
      #wrap-accessibility #bloc-accessibility .block-popin-accessibility:last-child {
        margin-bottom: 0; }
      #wrap-accessibility #bloc-accessibility .block-popin-accessibility p {
        margin-bottom: 0; }

#burger {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #00a0df;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 60;
  box-shadow: 4px 4px 13px 5px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 4px 4px 13px 5px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 4px 4px 13px 5px rgba(0, 0, 0, 0.28); }
  @media (min-width: 768px) {
  #burger {
    display: none; } }
  #burger span {
    position: absolute;
    width: 24px;
    height: 2px;
    background: white;
    left: 50%;
    margin-left: -12px;
    top: 50%; }
    #burger span:nth-child(1) {
      margin-top: -10px;
      transition: margin-top 0.3s ease; }
    #burger span:nth-child(2) {
      margin-top: -1px; }
    #burger span:nth-child(3) {
      margin-top: 8px;
      transition: margin-top 0.3s ease; }
  #burger.open span:nth-child(1), #burger.open span:nth-child(3) {
    margin-top: -1px; }

@media (min-width: 768px) {
    .menu {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      border-top: solid 8px rgba(23, 68, 150, 0.8);
      background: rgba(26, 26, 26, 0.8); } }
  .menu ul#menuSite {
    margin: 0;
    padding: 0;
    line-height: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .menu ul#menuSite li {
      list-style: none;
      position: relative;
      padding: 0;
      display: block; }
      .menu ul#menuSite li.active {
        background: white; }
        .menu ul#menuSite li.active a {
          color: #3b3b3b; }
      .menu ul#menuSite li:first-child:before {
        content: none; }
      .menu ul#menuSite li:not(:first-child) {
        border-top: solid 2px #cdcdcd; }
      .menu ul#menuSite li:not(:first-child):before {
        content: "";
        position: absolute;
        width: 1px;
        height: calc(100% - 16px);
        top: 8px;
        left: 0;
        background: rgba(255, 255, 255, 0.21); }
      .menu ul#menuSite li a {
        color: #3b3b3b;
        text-transform: uppercase;
        font-size: 1.0666666667rem;
        font-weight: 500;
        position: relative;
        display: block;
        z-index: 1;
        padding: 10px 0; }
        .menu ul#menuSite li a span {
          padding-left: 15px;
          position: relative;
          display: inline-block;
          text-align: left; }
          .menu ul#menuSite li a span:before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 8px;
            height: 10px; }
        .menu ul#menuSite li a:hover {
          text-decoration: none; }
    @media (min-width: 768px) {
  .menu ul#menuSite {
    flex-direction: row; }
    .menu ul#menuSite li {
      display: flex;
      justify-content: center;
      align-items: center; }
      .menu ul#menuSite li:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        background: white;
        transition: height 0.6s ease; }

      .menu ul#menuSite li:not(:first-child) {
        border-top: 0; }

      .menu ul#menuSite li a {
        padding: 10px;
        font-size: 0.7333333333rem;
        color: white;
        display: block;
        transition: color 0.6s ease;
        width: 100%;
        text-align: center; }

      .menu ul#menuSite li:hover:after {
        height: 100%; }
        .menu ul#menuSite li:hover a {
          color: #3b3b3b; } }
    @media (min-width: 1400px) {
  .menu ul#menuSite li a {
    padding: 20px 10px; } }
    .menu ul#menuSite li:nth-child(1) a span:before {
      background: url(../../Images/sprites.png) 0px -122px; }
    .menu ul#menuSite li:nth-child(2) a span:before {
      background: url(../../Images/sprites.png) -10px -122px; }
    .menu ul#menuSite li:nth-child(3) a span:before {
      background: url(../../Images/sprites.png) -20px -122px; }
    .menu ul#menuSite li:nth-child(4) a span:before {
      background: url(../../Images/sprites.png) -30px -122px; }
    .menu ul#menuSite li:nth-child(5) a span:before {
      background: url(../../Images/sprites.png) -40px -122px; }
    .menu ul#menuSite li:nth-child(6) a span:before {
      background: url(../../Images/sprites.png) -50px -122px; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clear:before, .clear:after {
  content: '';
  display: block;
  clear: both; }
/* CSS POUR DEBUG - Bug à cause de materialize */
.extbase-debugger-tree input[type="checkbox"]:not(:checked), .extbase-debugger-tree input[type="checkbox"]:checked {
  left: auto;
  pointer-events: auto; }
/* CSS POUR DEBUG - Bug à cause de materialize */
html {
  height: 100%;
  font-size: 15px; }

body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 100%; }

@media (min-width: 1400px) {
  .container {
    max-width: 1440px; } }
/* TYPOGRAPHIE */
h1, h2, h3, h4, h5, h6, .spanTitrePage {
  color: #65676b;
  margin-bottom: 25px;
  font-family: 'multi-display', sans-serif;
  font-weight: 500; }

h1, .spanTitrePage {
  font-size: 2.6666666667rem; }

.spanTitrePage {
  display: block; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.6666666667rem; }

h4 {
  font-size: 1.4666666667rem; }

h5 {
  font-size: 1.3333333333rem; }

h6 {
  font-size: 1.2rem; }

p {
  font-size: 1rem;
  line-height: 1.4rem;
  margin: 0 0 25px 0;
  color: #3b3b3b; }
  p.chapo {
    font-size: 1.3333333333rem;
    line-height: 1.8666666667rem;
    color: #65676b; }
  p.text_high {
    background: #f0f0f0;
    padding: 20px;
    font-weight: bold; }

.content-header .titresouligne {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 10px; }
  .content-header .titresouligne:before {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #65676b; }
  .content-header .titresouligne span {
    font-size: 1.2rem;
    font-weight: 500;
    color: #65676b;
    position: relative;
    margin-left: 14px;
    padding: 5px;
    background: white;
    z-index: 1; }

.lead {
  font-weight: 400; }

blockquote {
  max-width: 60%;
  margin: 0 auto 25px;
  padding: 50px 0 0 0;
  border: 0;
  position: relative; }
  blockquote:before {
    content: "“";
    color: #65676b;
    font-family: 'multi-display', sans-serif;
    font-size: 8rem;
    line-height: 6rem;
    position: absolute;
    top: 0;
    left: -2px; }
  blockquote p {
    margin: 0;
    font-size: 1.2rem;
    font-style: italic; }
  blockquote p:nth-last-child(2):after {
    content: "»"; }
  blockquote p:nth-last-child(1) {
    margin-top: 10px;
    font-size: 1.2rem;
    font-style: normal; }
/* ul, ol {
 padding: 0 0 0 18px;
 margin: 0 0 0 18px;
 li {}
 } */
ul {
  padding: 0;
  /*margin-top: 30px;*/
  line-height: 2.0666666667rem; }
  ul li {
    list-style: none;
    position: relative;
    padding: 0 0 0 14px; }
  ul li:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 0.8rem;
    position: absolute;
    left: 0px;
    display: block;
    color: #65676b; }
  ul li ul {
    margin: 5px 0; }
    ul li ul li:before {
      font-size: 8px; }
  ul.list-group {
    margin-bottom: 30px;
    line-height: normal; }
  ul.list-group li.list-group-item {
    border: 0;
    border-bottom: solid 1px #ebecef;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px; }
    ul.list-group li.list-group-item:first-of-type {
      border-top: solid 1px #ebecef; }
    ul.list-group li.list-group-item img {
      margin-left: -5px; }
    ul.list-group li.list-group-item div {
      margin-left: 10px; }
      ul.list-group li.list-group-item div a {
        margin-bottom: 5px; }
        ul.list-group li.list-group-item div a span {
          font-size: 0.8rem;
          color: #65676b; }
    ul.list-group li.list-group-item:before {
      content: none; }

ol {
  margin-top: 30px;
  padding-left: 0;
  list-style-type: none;
  counter-reset: listeol;
  line-height: 2.0666666667rem; }
  ol li:before {
    counter-increment: listeol;
    content: counters(listeol, ".") "- ";
    color: #65676b;
    font-weight: 700;
    margin-right: 2px; }
  ol li ol {
    margin-top: 0;
    padding-left: 20px; }

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

.badge-primary {
  background-color: #65676b; }
/* LIENS */
a {
  color: #65676b; }
  a:hover {
    color: #65676b;
    /* text-decoration: underline; */ }
  a[href*="#top"] {
    position: relative;
    padding-left: 15px; }
  a[href*="#top"]:before {
    content: "\f077";
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 0.8rem;
    color: #65676b; }
  a.link_external {
    position: relative;
    padding-left: 20px; }
  a.link_external:before {
    content: "\f35d";
    position: absolute;
    left: 0;
    top: -2px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 0.8rem;
    color: #65676b; }
  a.link_upload {
    position: relative;
    padding-left: 15px; }
  a.link_upload:before {
    content: "\f019";
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 0.8rem;
    color: #65676b; }

button, a.waves-effect {
  font-family: 'multi-display', sans-serif;
  font-size: 1.3333333333rem;
  font-weight: 500;
  color: white;
  border-radius: 25px;
  background: #65676b;
  text-transform: uppercase;
  padding: 9px 28px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.17), 0 3px 1px -2px rgba(0, 0, 0, 0.17), 0 1px 5px 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.17), 0 3px 1px -2px rgba(0, 0, 0, 0.17), 0 1px 5px 0 rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.17), 0 3px 1px -2px rgba(0, 0, 0, 0.17), 0 1px 5px 0 rgba(0, 0, 0, 0.17); }
  button:hover, a.waves-effect:hover {
    background: #717478;
    text-decoration: none;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }
/* BLOC MIS EN AVANT */
.high_color {
  background: rgba(101, 103, 107, 0.2);
  border-radius: 5px;
  padding: 30px;
  margin: 0 auto 50px auto;
  max-width: 70%; }
  .high_color h1, .high_color h2, .high_color h3, .high_color h4, .high_color h5, .high_color h6 {
    margin-bottom: 15px; }
  .high_color p:last-child {
    margin: 0; }

.high_border {
  border: dashed 1px #65676b;
  border-radius: 5px;
  padding: 30px;
  margin: 0 auto 50px auto;
  max-width: 70%; }
  .high_border h1, .high_border h2, .high_border h3, .high_border h4, .high_border h5, .high_border h6 {
    margin-bottom: 15px; }
  .high_border p:last-child {
    margin: 0; }

.high_grey {
  width: 100%;
  background: #ebecef;
  border-top: solid 3px #65676b;
  border-bottom: solid 3px #65676b;
  padding: 0;
  margin-bottom: 20px; }
  .high_grey h1, .high_grey h2, .high_grey h3, .high_grey h4, .high_grey h5, .high_grey h6 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: 10px 15px;
    border-bottom: solid 1px #acacac;
    margin-bottom: 0; }
  .high_grey p {
    padding: 0 15px;
    margin: 10px 0; }
  .high_grey p:last-child {
    margin: 10px 0; }
/* MEDIAS */
video {
  width: auto;
  height: auto;
  max-width: 100%; }

img {
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%; }
/* .ce-textpic {
 overflow: visible;
 } */
.ce-below .ce-gallery {
  display: table;
  width: 100%; }

.ce-below.ce-right .ce-gallery .ce-row {
  float: right; }

.ce-gallery {
  overflow: visible; }
  .ce-gallery .ce-row {
    overflow: visible; }
  .ce-gallery .ce-row figure {
    position: relative;
    margin-bottom: 30px; }
    .ce-gallery .ce-row figure img {
      border-radius: 10px; }
    .ce-gallery .ce-row figure figcaption {
      position: absolute;
      bottom: 25px;
      right: -15px;
      background-color: #65676b;
      border-radius: 10px;
      padding: 8px 10px;
      max-width: 67%;
      text-align: right;
      font-family: 'multi-display', sans-serif;
      font-size: 0.9333333333rem;
      color: white;
      line-height: 1.2rem; }
/* TABLEAU */
table, .table {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate; }
  table thead th, .table thead th, table th, .table th {
    background: #65676b;
    border-radius: 5px;
    border: 0;
    color: white;
    font-weight: 700;
    font-size: 1.2rem; }
  table.row-strip tr:nth-of-type(odd), .table.row-strip tr:nth-of-type(odd) {
    background: rgba(101, 103, 107, 0.2); }
  table.col-strip tr td:nth-of-type(odd), .table.col-strip tr td:nth-of-type(odd) {
    background: rgba(101, 103, 107, 0.2); }
  table td, .table td {
    border-radius: 5px;
    border: 0; }
/* effet rotation fancybox */
.fancybox-image {
  -webkit-transition: -webkit-transform 350ms ease-in-out 0s;
  transition: -webkit-transform 350ms ease-in-out 0s;
  transition: transform 350ms ease-in-out 0s;
  transition: transform 350ms ease-in-out 0s, -webkit-transform 350ms ease-in-out 0s; }

@media (min-width: 768px) {
  .nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

.badge {
  white-space: initial; }

.footer {
  background: #164496;
  padding: 20px 0 50px;
  color: white;
  margin-top: 100px; }
  .footer .container {
    position: relative; }
  .footer .container #gotop {
    position: absolute;
    top: -105px;
    right: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #3b3b3b;
    cursor: pointer; }
    .footer .container #gotop:before {
      content: "\f106";
      font-family: 'Font Awesome 5 Free';
      font-weight: 700;
      font-size: 2.1333333333rem;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      display: block;
      color: white; }
  .footer a {
    color: white; }
  .footer a:hover {
    color: white; }
  .footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .footer ul.nav {
    margin-bottom: 30px; }
    .footer ul.nav li a.nav-link {
      padding: 0; }
  .footer ul li {
    display: inline-block;
    padding: 0 10px 0 14px;
    position: relative; }
    .footer ul li:before {
      content: none; }
    .footer ul li:first-child {
      padding: 0 10px 0 0; }
    .footer ul li:not(:first-child):before {
      content: "";
      position: absolute;
      top: 50%;
      margin-top: -2px;
      left: 0;
      background: white;
      width: 4px;
      height: 4px;
      border-radius: 50%; }
  .footer footer h2 {
    font-size: 19px;
    margin-bottom: 10px;
    color: white; }
  .footer footer ul {
    margin-bottom: 10px; }
  .footer footer p {
    margin-bottom: 0; }
  .footer img.logofoot {
    max-width: auto; }
  @media only screen and (max-width: 48rem) {
    .footer img.logofoot {
      max-width: 180px; } }

.card-img-overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(#000, rgba(0, 0, 0, 0)); }

.list-view .img-wrap .badge {
  position: absolute;
  bottom: 5px;
  left: 5px; }

.wrap-slider {
  position: relative; }

.play_pause_button {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10; }

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 50px; }
/* mode liste par défaut */
.news-list-view .article {
  margin-bottom: 30px; }
  .news-list-view .linkThematiqueBigCategorie {
    position: relative;
    display: block;
    width: 100%; }
  .news-list-view .linkThematiqueBigCategorie:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: #65676b; }
  .news-list-view .linkThematiqueBig {
    background: #65676b;
    color: #fff;
    display: inline-block;
    padding: 7px 12px;
    font-size: 0.8125rem;
    text-transform: uppercase; }
  .news-list-view .linkThematiqueBigTitle {
    margin-bottom: 10px; }
  .news-list-view .linkThematiqueBigTitle a {
    font-size: 1.5rem;
    font-weight: 500;
    color: #565656; }
  .news-list-view .img-news-list {
    float: left;
    max-width: 185px;
    min-width: 185px;
    padding-right: 15px; }
  .news-list-view .img-news-list.popvideo {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer; }
    .news-list-view .img-news-list.popvideo:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      margin-left: -10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 20px;
      border-color: transparent transparent transparent #fff;
      z-index: 1; }
    .news-list-view .img-news-list.popvideo:after {
      content: "";
      width: calc(100% - 15px);
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }
  .news-list-view .modal .modal-dialog .modal-content {
    background: transparent;
    border: 0; }
  .news-list-view .modal .modal-dialog .modal-content .close {
    opacity: 1;
    text-shadow: none; }
    .news-list-view .modal .modal-dialog .modal-content .close button {
      color: white;
      border: 0;
      float: right;
      background: transparent;
      box-shadow: none;
      padding: 0;
      font-size: 2rem; }
  .news-list-view .modal .modal-dialog .modal-content .frame {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }
    .news-list-view .modal .modal-dialog .modal-content .frame .video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .news-list-view p:last-child {
    margin-bottom: 0; }
  .news-list-view .date_creation {
    font-size: 0.9em;
    font-style: italic;
    margin-top: 20px;
    display: block; }
/* mode liste colonne */
.news {
  position: relative; }
  .news .list-view.row {
    margin-bottom: 40px; }
  .news .list-view.row > div {
    margin-bottom: 30px; }
    .news .list-view.row > div .card {
      min-height: 300px;
      border-radius: 15px;
      overflow: hidden;
      -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3); }
      .news .list-view.row > div .card.onhome {
        min-height: 400px; }
      .news .list-view.row > div .card.card-list {
        min-height: auto; }
      .news .list-view.row > div .card .card-body {
        position: relative;
        z-index: 10;
        border-top: solid 3px #65676b; }
        .news .list-view.row > div .card .card-body:hover {
          text-decoration: none; }
        .news .list-view.row > div .card .card-body.cat211 {
          border-top: solid 3px #00a0df; }
        .news .list-view.row > div .card .card-body.cat211 p.wrap_cat span.badge {
          background: #00a0df; }
        .news .list-view.row > div .card .card-body.cat206 {
          border-top: solid 3px #9f46bf; }
        .news .list-view.row > div .card .card-body.cat206 p.wrap_cat span.badge {
          background: #9f46bf; }
        .news .list-view.row > div .card .card-body.cat208 {
          border-top: solid 3px #f15d2d; }
        .news .list-view.row > div .card .card-body.cat208 p.wrap_cat span.badge {
          background: #f15d2d; }
        .news .list-view.row > div .card .card-body.cat210 {
          border-top: solid 3px #d7277b; }
        .news .list-view.row > div .card .card-body.cat210 p.wrap_cat span.badge {
          background: #d7277b; }
        .news .list-view.row > div .card .card-body.cat209 {
          border-top: solid 3px #5ea200; }
        .news .list-view.row > div .card .card-body.cat209 p.wrap_cat span.badge {
          background: #5ea200; }
        .news .list-view.row > div .card .card-body.cat207 {
          border-top: solid 3px #3e3f93; }
        .news .list-view.row > div .card .card-body.cat207 p.wrap_cat span.badge {
          background: #3e3f93; }
        .news .list-view.row > div .card .card-body h2.lead {
          font-size: 1.2rem;
          font-weight: 500;
          margin: 10px 0 15px 0;
          color: #3b3b3b; }
        .news .list-view.row > div .card .card-body p.wrap_cat {
          position: absolute;
          top: 0;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          margin: 0; }
        .news .list-view.row > div .card .card-body p.wrap_cat span.badge {
          float: none;
          margin-left: 0;
          padding: 4px 10px;
          font-family: 'multi-display', sans-serif;
          font-size: 0.9333333333rem;
          font-weight: 500;
          color: white;
          background: #65676b;
          text-align: left; }
        .news .list-view.row > div .card .card-body .txt p.no_glossary {
          color: #696969; }
      .news .list-view.row > div .card .img-wrap {
        width: 100%;
        overflow: hidden; }
        .news .list-view.row > div .card .img-wrap.popvideo {
          position: relative;
          width: 100%;
          height: 100%;
          cursor: pointer; }
        .news .list-view.row > div .card .img-wrap.popvideo:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          margin-left: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 20px 0 20px 30px;
          border-color: transparent transparent transparent #fff;
          z-index: 1; }
        .news .list-view.row > div .card .img-wrap.popvideo:after {
          content: "";
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.3);
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0; }
        .news .list-view.row > div .card .img-wrap img.card-img-top {
          -webkit-transition: -webkit-transform 0.6s ease;
          transition: -webkit-transform 0.6s ease;
          transition: transform 0.6s ease;
          transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
      .news .list-view.row > div .card:hover {
        text-decoration: none; }
        .news .list-view.row > div .card:hover .img-wrap img.card-img-top {
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }
  .news .list-view.row .modal .modal-dialog .modal-content {
    background: transparent;
    border: 0; }
    .news .list-view.row .modal .modal-dialog .modal-content .close {
      opacity: 1;
      text-shadow: none; }
      .news .list-view.row .modal .modal-dialog .modal-content .close button {
        color: white;
        border: 0;
        float: right;
        background: transparent;
        box-shadow: none;
        padding: 0;
        font-size: 2rem; }
    .news .list-view.row .modal .modal-dialog .modal-content .frame {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%; }
      .news .list-view.row .modal .modal-dialog .modal-content .frame .video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .news a.voirplus {
    display: block;
    background: #65676b;
    color: white;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    font-size: 1.6rem;
    font-weight: 500;
    margin: -15px auto 30px;
    padding: 8px 10px;
    text-align: center;
    z-index: -1;
    -webkit-transition: right 0.4s ease, padding 0.4s ease;
    transition: right 0.4s ease, padding 0.4s ease; }
  .news a.voirplus:hover {
    text-decoration: none;
    right: -18px;
    padding: 8px 15px; }
  @media (min-width: 992px) {
    .news a.voirplus {
      position: absolute;
      top: 50%;
      right: -10px;
      text-align: right;
      -webkit-transform: translateX(50%) translateY(-50%);
      transform: translateX(50%) translateY(-50%);
      margin: 0; } }
  .news .category-menu {
    margin-bottom: 50px; }
  .news .category-menu #category-selectors {
    display: flex;
    justify-content: center;
    margin-bottom: 50px; }
    .news .category-menu #category-selectors .btn-group {
      height: 38px;
      border-radius: 18px;
      border: 1px solid #5ea200;
      padding: 2px; }
      .news .category-menu #category-selectors .btn-group button, .news .category-menu #category-selectors .btn-group a {
        display: flex;
        border-radius: 16px;
        padding: 0 10px;
        border: none;
        box-shadow: none;
        text-transform: capitalize;
        font-family: 'multi-display', sans-serif;
        font-size: 1.3333333333rem;
        font-weight: 500;
        -webkit-transition: all 0.2s ease-out !important;
        transition: all 0.2s ease-out !important; }
        .news .category-menu #category-selectors .btn-group button:not(.active), .news .category-menu #category-selectors .btn-group a:not(.active) {
          background-color: transparent;
          color: #3b3b3b; }
        .news .category-menu #category-selectors .btn-group button.active, .news .category-menu #category-selectors .btn-group a.active, .news .category-menu #category-selectors .btn-group button:hover, .news .category-menu #category-selectors .btn-group a:hover {
          background-color: #5ea200;
          color: #fff; }
        .news .category-menu #category-selectors .btn-group button:hover, .news .category-menu #category-selectors .btn-group a:hover {
          -webkit-transition: all 0.2s ease-in !important;
          transition: all 0.2s ease-in !important; }
  .news .category-menu .category-lists-list {
    display: flex;
    justify-content: center; }
    .news .category-menu .category-lists-list ul {
      display: flex;
      flex-wrap: wrap; }
      .news .category-menu .category-lists-list ul li {
        padding: 10px;
        width: 20%; }
        .news .category-menu .category-lists-list ul li::before {
          all: unset; }
        .news .category-menu .category-lists-list ul li .category-card {
          border-radius: 15px;
          border: 1px solid #f0f0f0;
          overflow: hidden;
          min-height: 100%; }
        .news .category-menu .category-lists-list ul li .category-card .category-card-img-wrapper {
          display: flex;
          justify-content: center;
          align-items: center;
          overflow: hidden;
          height: 100px; }
          .news .category-menu .category-lists-list ul li .category-card .category-card-img-wrapper.empty {
            background-color: #5ea200; }
          .news .category-menu .category-lists-list ul li .category-card .category-card-img-wrapper img {
            -webkit-transition: all 0.6s ease;
            transition: all 0.6s ease; }
          @media only screen and (min-width: 48rem) {
      .news .category-menu .category-lists-list ul li .category-card .category-card-img-wrapper {
        height: 163px; } }
          .news .category-menu .category-lists-list ul li .category-card .category-card-img-wrapper .img-fluid {
            max-width: unset; }
            @media only screen and (min-width: 48rem) {
      .news .category-menu .category-lists-list ul li .category-card .category-card-img-wrapper .img-fluid {
        min-width: 300px; } }
            @media only screen and (max-width: 48rem) {
      .news .category-menu .category-lists-list ul li .category-card .category-card-img-wrapper .img-fluid {
        max-width: 100%; } }
        .news .category-menu .category-lists-list ul li .category-card .category-card-img-body {
          display: flex;
          position: relative;
          justify-content: center;
          align-items: center;
          padding: 40px 15px 15px 15px;
          text-align: center; }
          .news .category-menu .category-lists-list ul li .category-card .category-card-img-body .category-card-icon-wrapper {
            display: flex;
            position: absolute;
            top: -50px;
            height: 70px;
            width: 70px;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            padding: 15px;
            background-color: #fff;
            filter: drop-shadow(0px 1px 1.5px rgba(0, 0, 0, 0.36)); }
            .news .category-menu .category-lists-list ul li .category-card .category-card-img-body .category-card-icon-wrapper img {
              height: 100%;
              width: 100%; }
            .news .category-menu .category-lists-list ul li .category-card .category-card-img-body .category-card-icon-wrapper img.category-card-icon {
              height: 35px;
              width: auto; }
          .news .category-menu .category-lists-list ul li .category-card .category-card-img-body p {
            -webkit-transition: all 0.6s ease;
            transition: all 0.6s ease;
            text-transform: uppercase;
            color: #3b3b3b;
            font-size: 20px;
            margin: 0; }
        .news .category-menu .category-lists-list ul li a {
          text-decoration: none; }
        .news .category-menu .category-lists-list ul li a:hover .category-card-img-wrapper img {
          -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease;
          transform: scale(1.1); }
          .news .category-menu .category-lists-list ul li a:hover p {
            -webkit-transition: all 0.6s ease;
            transition: all 0.6s ease;
            color: #5ea200 !important; }
        @media only screen and (max-width: 62rem) {
    .news .category-menu .category-lists-list ul li {
      width: 33%; } }
        @media only screen and (max-width: 48rem) {
    .news .category-menu .category-lists-list ul li {
      width: 50%; } }
        @media only screen and (max-width: 36rem) {
    .news .category-menu .category-lists-list ul li {
      width: 100%;
      padding: 0; } }
      @media only screen and (max-width: 36rem) {
    .news .category-menu .category-lists-list ul {
      row-gap: 15px; } }
    .news .category-menu .category-lists-list.selected li:not(.active) {
      opacity: 0.5; }
  .news .category-menu #category-lists-list-type ul li {
    width: 16.66%; }
    @media only screen and (max-width: 62rem) {
      .news .category-menu #category-lists-list-type ul li {
        width: 33%; } }
    @media only screen and (max-width: 48rem) {
      .news .category-menu #category-lists-list-type ul li {
        width: 50%; } }
    @media only screen and (max-width: 36rem) {
      .news .category-menu #category-lists-list-type ul li {
        width: 100%;
        padding: 0; } }
  @media only screen and (min-width: 48rem) {
      .news .category-menu #category-lists-list-theme ul {
        width: 80%; } }
  @media only screen and (min-width: 48rem) {
      .news .category-menu #category-lists-list-type ul {
        width: 96%; } }
/* liste actu master page*/
.thematique .list-view > div {
  padding: 0 5px 0 15px; }
  .thematique .list-view > div > a {
    height: 100%; }
  .thematique .list-view > div a.card {
    min-height: 264px !important; }
  .thematique .list-view .card-body h2.lead {
    margin: 10px 0 0 !important; }
  @media (min-width: 768px) {
        .thematique .actus-breves .list-view > div {
          margin-bottom: 0; } }
  .thematique .actus-breves .col-lg-9, .thematique .actus-breves .col-lg-3 {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 30px; }
/* lise dernières actus (vue détail) */
.last-news {
  border-radius: 15px;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden; }
  .last-news .article a {
    border-bottom: 1px solid #c7c7c7;
    padding: 15px 0; }
  .last-news .article:last-child a {
    border-bottom: 0; }
  .last-news .card-img {
    border-radius: calc(0.5rem - 1px); }
  .last-news span.badge {
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
    padding: 4px 10px;
    font-family: 'multi-display', sans-serif;
    font-size: 0.9333333333rem;
    font-weight: 500;
    color: white;
    background: #65676b;
    text-align: left; }
  .last-news h2 {
    display: block;
    width: 100%;
    margin: 0;
    background: #65676b;
    color: #fff;
    font-size: 1.125rem;
    text-transform: uppercase;
    padding: 10px 20px; }
  .last-news h3 {
    font-size: 1.125rem;
    margin-bottom: 10px; }
  .last-news p {
    font-size: 0.938rem; }
  .last-news p:last-child, .last-news p.wrap_cat {
    margin-bottom: 0; }
/* pagination */
.f3-widget-paginator li {
  padding: 0;
  margin: 0 5px;
  min-width: 30px;
  height: 30px;
  overflow: hidden; }
  .f3-widget-paginator li.navMois_precedent p a, .f3-widget-paginator li.navMois_suivant p a {
    font-size: 1rem; }
  .f3-widget-paginator li.navMois_encours {
    text-transform: uppercase;
    font-weight: 500;
    color: #00a0df; }
  .f3-widget-paginator li:before {
    content: none; }
  .f3-widget-paginator li .page-link {
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 30px;
    border: 0;
    border-radius: 5px; }
  .f3-widget-paginator li .page-link > span {
    color: #444; }
  .f3-widget-paginator li .page-link > span i {
    font-size: 1rem; }
  .f3-widget-paginator li .page-link:hover, .f3-widget-paginator li .page-link:focus {
    color: #444;
    background: none; }
  .f3-widget-paginator li a.page-link:hover, .f3-widget-paginator li a.page-link:focus {
    background: rgba(101, 103, 107, 0.2); }
  .f3-widget-paginator li.active {
    background: none; }
  .f3-widget-paginator li.active .page-link {
    background-color: #65676b; }
  .f3-widget-paginator.paginationSubventions li.previous i {
    margin-right: 10px; }
  .f3-widget-paginator.paginationSubventions li.next {
    overflow: initial; }
  .f3-widget-paginator.paginationSubventions li.next a {
    margin-left: 0; }
  .f3-widget-paginator.paginationSubventions li.next i {
    margin-left: 10px; }
  .f3-widget-paginator i.fas {
    font-size: 1.1rem;
    color: #65676b; }

.sliderAgenda {
  max-height: 650px;
  overflow-y: hidden; }

.agendaHeader {
  margin-bottom: 40px; }
  .agendaHeader-left > div {
    border-radius: 20px;
    background: white;
    /* overflow: hidden; */
    padding: 45px 40px;
    box-shadow: 2px 2px 9px 2px rgba(59, 59, 59, 0.25);
    -moz-box-shadow: 2px 2px 9px 2px rgba(59, 59, 59, 0.25);
    -webkit-box-shadow: 2px 2px 9px 2px rgba(59, 59, 59, 0.25);
    height: 100%; }
  .agendaHeader-left .search form label {
    visibility: hidden; }
  .agendaHeader-left .search form input.btn {
    background: #65676b;
    font-size: 1.3333333333rem;
    font-weight: 500;
    color: white;
    border-radius: 25px;
    min-height: 45px;
    margin-top: 24px; }
  .agendaHeader-left .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .agendaHeader-left .date p {
    color: #65676b;
    text-transform: uppercase;
    font-family: 'multi-display', sans-serif;
    margin-bottom: 0; }
  .agendaHeader-left .date p.mois, .agendaHeader-left .date p.annee {
    font-size: 1.6666666667rem; }
  .agendaHeader-left .date p.jour {
    font-size: 8.6rem;
    line-height: 8.6rem;
    font-weight: 500; }
  .agendaHeader-right > div {
    border-radius: 20px;
    background: white;
    overflow: hidden;
    box-shadow: 2px 2px 9px 2px rgba(59, 59, 59, 0.25);
    -moz-box-shadow: 2px 2px 9px 2px rgba(59, 59, 59, 0.25);
    -webkit-box-shadow: 2px 2px 9px 2px rgba(59, 59, 59, 0.25);
    height: 100%; }
  .agendaHeader-right > div > .row {
    height: 100%; }
  .agendaHeader-right .create {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #65676b;
    padding: 40px; }
  .agendaHeader-right .create p {
    font-family: 'multi-display', sans-serif;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 500;
    color: white;
    margin-bottom: 0; }
  .agendaHeader-right .create img {
    width: 56px;
    margin: 50px 0; }
  .agendaHeader-right .create a {
    border-radius: 45px;
    background: white;
    color: #65676b;
    text-transform: none;
    font-size: 1.3333333333rem;
    font-family: 'multi-display', sans-serif;
    font-weight: 500;
    height: auto;
    width: 100%;
    padding: 10px; }
  .agendaHeader-right .connect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 20px 40px; }
  .agendaHeader-right .connect > div > .tx-felogin-pi1 > div {
    display: none; }
  .agendaHeader-right .connect h3 {
    text-align: center;
    margin-bottom: 0; }
  .agendaHeader-right .connect input[type=submit] {
    width: 100%; }
  .agendaHeader-right .connect a {
    display: block;
    text-align: center;
    margin-top: 20px; }

.sliderAgenda .list-view ul.slick-dots {
  bottom: auto;
  top: 10px;
  margin: 0;
  padding: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .sliderAgenda .list-view ul.slick-dots li.list-inline-item {
    width: 14px;
    height: 14px;
    margin: 0 4px;
    padding: 0; }
  .sliderAgenda .list-view ul.slick-dots li.list-inline-item:before {
    content: none; }
  .sliderAgenda .list-view ul.slick-dots li.list-inline-item button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #00a0df;
    overflow: hidden;
    text-indent: -100px;
    padding: 0;
    border: 0; }
  .sliderAgenda .list-view ul.slick-dots li.list-inline-item.slick-active button {
    background: white; }
  .sliderAgenda .list-view a.card {
    border-radius: 10px;
    overflow: hidden;
    border: 0; }
  .sliderAgenda .list-view a.card .content {
    position: relative;
    height: 155px;
    margin-bottom: 30px; }
  .sliderAgenda .list-view a.card .content .img-wrap {
    height: 155px;
    overflow: hidden; }
    .sliderAgenda .list-view a.card .content .img-wrap img.card-img-top {
      -webkit-transition: -webkit-transform 0.6s ease;
      transition: -webkit-transform 0.6s ease;
      transition: transform 0.6s ease;
      transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
  .sliderAgenda .list-view a.card .content .date {
    position: absolute;
    bottom: -15px;
    right: 15px;
    width: 80px;
    height: 80px;
    background: #00a0df;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .sliderAgenda .list-view a.card .content .date p {
      color: white;
      margin-bottom: 0; }
    .sliderAgenda .list-view a.card .content .date p.jour, .sliderAgenda .list-view a.card .content .date p.mois {
      font-size: 0.9333333333rem; }
    .sliderAgenda .list-view a.card .content .date p.num {
      color: white;
      font-size: 2rem;
      line-height: 1.4666666667rem;
      font-weight: 700; }
    @media (min-width: 768px) {
        .sliderAgenda .list-view a.card .content .date {
          right: 50%;
          -webkit-transform: translateX(50%);
          transform: translateX(50%); } }
    @media (min-width: 992px) {
        .sliderAgenda .list-view a.card .content .date {
          right: 15px;
          -webkit-transform: none;
          transform: none; } }
  .sliderAgenda .list-view a.card .content .cat {
    position: absolute;
    bottom: -15px;
    left: 15px; }
    .sliderAgenda .list-view a.card .content .cat span {
      background: #d7277b;
      font-family: 'multi-display', sans-serif;
      color: white;
      font-weight: 500;
      font-size: 0.9333333333rem;
      padding: 3px 18px;
      border-radius: 5px;
      margin: 0 15px; }
    .sliderAgenda .list-view a.card .content .cat span:first-of-type {
      margin: 0 15px 0 0; }
    @media (min-width: 768px) {
        .sliderAgenda .list-view a.card .content .cat {
          display: none; } }
    @media (min-width: 992px) {
        .sliderAgenda .list-view a.card .content .cat {
          display: block; } }
  .sliderAgenda .list-view a.card h2.lead {
    font-family: 'multi-display', sans-serif;
    font-size: 1.5333333333rem;
    font-weight: 500;
    color: #00a0df;
    height: 75px;
    overflow: hidden;
    padding: 0 15px;
    margin-bottom: 0; }
  @media (min-width: 768px) {
        .sliderAgenda .list-view a.card h2.lead {
          height: 150px; } }
  @media (min-width: 992px) {
        .sliderAgenda .list-view a.card h2.lead {
          height: 75px; } }
  .sliderAgenda .list-view a.card:hover {
    text-decoration: none; }
  .sliderAgenda .list-view a.card:hover .img-wrap img.card-img-top {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .sliderAgenda.sliderRDV {
    display: flex;
    justify-content: center;
    border-radius: 10px; }
  .sliderAgenda.sliderRDV .slick-prev, .sliderAgenda.sliderRDV .slick-next {
    position: absolute;
    top: 0;
    height: 100%;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    z-index: 1; }
  @media only screen and (max-width: 48rem) {
      .sliderAgenda.sliderRDV .slick-prev, .sliderAgenda.sliderRDV .slick-next {
        display: none; } }
  .sliderAgenda.sliderRDV .slick-prev::before, .sliderAgenda.sliderRDV .slick-next::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out !important;
    transition: all 0.2s ease-out !important; }
  .sliderAgenda.sliderRDV .slick-prev:hover::before, .sliderAgenda.sliderRDV .slick-next:hover::before {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in !important;
    transition: all 0.2s ease-in !important; }
  .sliderAgenda.sliderRDV .slick-slide {
    height: 600px; }
  .sliderAgenda.sliderRDV .slick-slide img {
    height: 600px;
    object-fit: cover; }
  .sliderAgenda.sliderRDV .slick-prev {
    left: 0; }
  .sliderAgenda.sliderRDV .slick-prev::before {
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5298494398) 0%, rgba(0, 0, 0, 0.381390056) 14%, rgba(0, 0, 0, 0) 100%); }
  .sliderAgenda.sliderRDV .slick-next {
    right: 0; }
  .sliderAgenda.sliderRDV .slick-next::before {
    right: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.381390056) 86%, rgba(0, 0, 0, 0.5298494398) 100%); }
  .sliderAgenda.sliderRDV .slick-dots {
    position: absolute;
    bottom: 15px;
    left: unset; }
  .sliderAgenda.sliderRDV .slick-dots li {
    padding: 0; }
  .sliderAgenda.sliderRDV .slick-dots li::before {
    all: unset; }
  .sliderAgenda.sliderRDV .slick-dots li button {
    position: relative;
    height: 20px;
    width: 20px;
    font-size: 0;
    border: none;
    padding: 0;
    border-radius: 50%;
    background-color: #fff; }
  .sliderAgenda.sliderRDV .slick-dots li.slick-active button::after, .sliderAgenda.sliderRDV .slick-dots li button:hover::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: #5ea200; }

a.btnAgendaHome {
  position: relative;
  display: block;
  padding: 0 15px;
  height: 32px;
  background: #00a0df;
  color: white;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 32px; }
  a.btnAgendaHome span {
    text-transform: uppercase;
    font-size: 1.6666666667rem;
    font-weight: 700; }
  a.btnAgendaHome:after {
    content: "+";
    color: #00a0df;
    font-size: 1.3333333333rem;
    font-weight: 500;
    background: white;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    position: absolute;
    right: 15px;
    top: 5px;
    -webkit-transition: right 0.6s ease;
    transition: right 0.6s ease; }
  a.btnAgendaHome:hover {
    text-decoration: none; }
  a.btnAgendaHome:hover:after {
    right: 5px; }

.agendaList .list-view.row > div a.card {
  min-height: 365px;
  width: calc(100% - 30px);
  margin: 30px 0 0 30px;
  overflow: visible; }
  .agendaList .list-view.row > div a.card .card-body {
    border-top: 0; }
    .agendaList .list-view.row > div a.card .card-body .infos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 40px 0 20px 100px; }
    .agendaList .list-view.row > div a.card .card-body .infos .date {
      position: absolute;
      top: -30px;
      left: -30px;
      width: 130px;
      height: 130px;
      background: #00a0df;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .agendaList .list-view.row > div a.card .card-body .infos .date p {
        color: white;
        margin-bottom: 0; }
        .agendaList .list-view.row > div a.card .card-body .infos .date p.jour, .agendaList .list-view.row > div a.card .card-body .infos .date p.mois {
          font-size: 1.1333333333rem; }
        .agendaList .list-view.row > div a.card .card-body .infos .date p.num {
          color: white;
          font-size: 3.1333333333rem;
          line-height: 3.1333333333rem;
          font-weight: 700; }
    .agendaList .list-view.row > div a.card .card-body .infos .cat span {
      background: #65676b;
      font-family: 'multi-display', sans-serif;
      color: white;
      font-weight: 500;
      font-size: 0.9333333333rem;
      padding: 3px 18px;
      border-radius: 5px;
      margin: 0 15px; }
      .agendaList .list-view.row > div a.card .card-body .infos .cat span:first-of-type {
        margin: 0 15px 0 0; }
    .agendaList .list-view.row > div a.card .card-body .infos .handicap {
      position: relative;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #01678c;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: -3px 15px 0 15px; }
      .agendaList .list-view.row > div a.card .card-body .infos .handicap.no:after {
        content: "";
        position: absolute;
        width: 40px;
        height: 1px;
        background: #01678c;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 15px;
        left: -5px; }
      .agendaList .list-view.row > div a.card .card-body .infos .handicap i {
        color: white; }
    .agendaList .list-view.row > div a.card .card-body .infos p.lieu {
      position: relative;
      color: #65676b;
      font-weight: 500;
      font-size: 0.9333333333rem;
      margin: 0 15px; }
      .agendaList .list-view.row > div a.card .card-body .infos p.lieu:before {
        content: "\f3c5";
        font-family: 'Font Awesome 5 Free';
        font-weight: 700;
        font-size: 1.6rem;
        color: #65676b;
        margin-right: 5px; }
  .agendaList .list-view.row > div a.card h2.lead {
    font-size: 1.6666666667rem;
    margin-bottom: 5px; }
  .agendaList .list-view.row > div a.card p.subtitle {
    color: #65676b;
    font-size: 1.1333333333rem;
    font-weight: 700; }
  .agendaList .list-view.row > div a.card .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .agendaList .list-view.row > div a.card .content .img-wrap {
      width: 150px;
      height: 130px;
      margin-right: 30px; }
    .agendaList .list-view.row > div a.card .content .img-wrap img {
      border-radius: 5px; }
    .agendaList .list-view.row > div a.card .content p.desc {
      width: calc(100% - 180px); }
  @media only screen and (max-width: 62rem) {
        .agendaList .list-view.row > div a.card .infos {
          flex-direction: column;
          padding-top: 0 !important; }
          .agendaList .list-view.row > div a.card .infos .handicap, .agendaList .list-view.row > div a.card .infos .lieu {
            margin: 5px 0 0 0 !important; }
          .agendaList .list-view.row > div a.card .infos .lieu {
            padding-left: 5px; }
          .agendaList .list-view.row > div a.card .content {
            flex-direction: column; }
          .agendaList .list-view.row > div a.card .content .desc {
            margin: 15px 0 !important;
            width: 100% !important; } }

.agendaHead .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
  .agendaHead .infos .cat span {
    float: none;
    background: #65676b;
    font-family: 'multi-display', sans-serif;
    color: white;
    font-weight: 500;
    font-size: 0.9333333333rem;
    padding: 3px 18px;
    border-radius: 5px;
    margin: 0 15px 0px 15px; }
  .agendaHead .infos .cat span:first-of-type {
    margin: 0 15px 0px 0; }
  .agendaHead .infos .handicap {
    position: relative;
    margin-left: 10px; }
  .agendaHead .infos .handicap.no:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background: #01678c;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
    left: -5px; }
  .agendaHead .infos .handicap i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #01678c;
    padding: 8px;
    color: white; }
  .agendaHead h1 {
    margin-bottom: 0; }
  .agendaHead p.date_creation {
    font-size: 0.8rem;
    font-style: italic; }

.agendaContent .news-img-wrap img {
  border-radius: 10px; }
  .agendaContent .complementAgenda .titreComplement {
    border-bottom: solid 1px #65676b;
    margin-bottom: 15px; }
  .agendaContent .complementAgenda .titreComplement h3 {
    margin: 15px 0; }
  .agendaContent .complementAgenda .borderAgendaComplement {
    padding: 0 20px; }
  .agendaContent .complementAgenda .borderAgendaComplement .news-list-view .article {
    margin-bottom: 10px; }
  .agendaContent .complementAgenda .borderAgendaComplement .news-list-view .article h4 {
    margin-bottom: 0; }
  .agendaContent .complementAgenda .borderAgendaComplement .news-list-view .article .date_creation {
    margin-top: 0; }

.agendaRDVContent .play_pause_button {
  display: none; }
  .agendaRDVContent .agendaRDVInfos {
    position: relative;
    row-gap: 15px; }
  .agendaRDVContent .agendaRDVInfos-item-wrapper {
    flex-wrap: nowrap; }
  .agendaRDVContent .agendaRDVInfos-icon {
    height: 20px;
    width: 20px; }
  .agendaRDVContent .agendaRDVInfos-item-label {
    color: #5ea200; }
  .agendaRDVContent .agendaRDVInfos-availableplaces {
    position: absolute;
    display: flex;
    flex-direction: column;
    text-align: center;
    top: -50px;
    left: calc(100% - 30px);
    height: 150px;
    width: 150px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 10px;
    background-color: #5ea200;
    z-index: 1; }
  .agendaRDVContent .agendaRDVInfos-availableplaces h3, .agendaRDVContent .agendaRDVInfos-availableplaces h4 {
    color: #fff;
    margin: 0;
    font-family: 'Roboto', sans-serif; }
  .agendaRDVContent .agendaRDVInfos-availableplaces h3 {
    font-size: 50px; }
  .agendaRDVContent .agendaRDVInfos-availableplaces h4 {
    font-size: 16px; }
  .agendaRDVContent .agendaRDVInfos-availableplaces.full {
    background-color: #ed2029; }
  @media only screen and (max-width: 62rem) {
      .agendaRDVContent .agendaRDVInfos-availableplaces {
        top: -30px;
        height: 100px;
        width: 100px; }
        .agendaRDVContent .agendaRDVInfos-availableplaces h3 {
          font-size: 24px; }
        .agendaRDVContent .agendaRDVInfos-availableplaces h4 {
          font-size: 12px; } }
  @media only screen and (max-width: 48rem) {
      .agendaRDVContent .agendaRDVInfos-availableplaces {
        left: unset;
        right: 15px; } }
  @media only screen and (min-width: 48rem) {
      .agendaRDVContent .agendaRDVInfos h3.agendaRDVInfos-full {
        font-size: 24px; } }
  @media only screen and (max-width: 48rem) {
      .agendaRDVContent .agendaRDVInfos h3.agendaRDVInfos-full {
        font-size: 14px; } }
  @media only screen and (max-width: 48rem) {
    .agendaRDVContent .agendaRDVInfos {
      padding: 15px 0px;
      row-gap: 5px;
      margin: 0; } }
  @media only screen and (min-width: 48rem) {
    .agendaRDVContent .agendaRDVInfos {
      padding: 20px 30px; } }
  @media only screen and (min-width: 62rem) {
    .agendaRDVContent .agendaRDVInfos {
      padding: 30px 40px; } }
  .agendaRDVContent .no-margin-p p {
    margin-bottom: 0; }

.agendaDroite .high_grey .header h2.lead {
  font-weight: 500; }
  .agendaDroite .high_grey .body {
    padding: 15px 0; }
  .agendaDroite .high_grey .body p {
    margin: 0;
    word-break: break-word; }
  .agendaDroite .high_grey .body ul li {
    padding: 0 15px;
    word-break: break-all;
    line-height: normal;
    margin-bottom: 10px; }
  .agendaDroite .high_grey .body ul li:last-of-type {
    margin-bottom: 0; }
  .agendaDroite .high_grey .body ul li:before {
    content: none; }

.gestion-lieux {
  position: relative; }
  .gestion-lieux .fav-lieux {
    position: relative;
    min-height: 130px;
    border: solid 1px #999;
    background: white;
    padding: 10px; }
  @media (min-width: 768px) {
    .gestion-lieux .fav-lieux {
      position: absolute;
      top: 30px;
      right: 0; } }
  .gestion-lieux .fav-lieux > div, .gestion-lieux .fav-lieux .poi_fav {
    display: inline-block;
    font-style: 13px;
    background: #c3c3c3;
    border-radius: 10px;
    padding: 0 10px;
    margin: 0 6px 6px 0; }
  .gestion-lieux .fav-lieux > div span, .gestion-lieux .fav-lieux .poi_fav span {
    font-weight: bold;
    cursor: pointer; }
  .gestion-lieux a.ajoutlieufav {
    color: #3b3b3b;
    display: block;
    font-size: 17px;
    background: white;
    border: solid 1px #cacaca;
    padding: 15px;
    position: relative;
    min-height: 20px;
    transition: color 0.4s ease; }
  .gestion-lieux a.ajoutlieufav:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(../../Images/toggle-plus.jpg) 0 0 no-repeat; }
  .gestion-lieux a.ajoutlieufav:hover {
    text-decoration: none;
    color: #d7277b; }
  .gestion-lieux a.ajoutlieufav[aria-expanded="false"]:after {
    background: url(../../Images/toggle-plus.jpg) 0 0 no-repeat; }
  .gestion-lieux a.ajoutlieufav[aria-expanded="true"]:after {
    background: url(../../Images/toggle-moins.jpg) 0 0 no-repeat; }
  .gestion-lieux #ajoutlieufav #eGmapMap__123456 {
    width: 100%;
    height: 500px;
    margin-top: 10px; }
  .gestion-lieux #ajoutlieufav #eGmapPanel {
    background-color: transparent;
    height: auto;
    background-position: bottom center;
    bottom: 0px;
    width: 100%;
    position: relative;
    padding: 0;
    margin-bottom: 15px; }
  .gestion-lieux #ajoutlieufav #eGmapPanel input {
    height: 32px; }

.rdv-nature-banner {
  position: relative;
  margin-bottom: 50px; }
  .rdv-nature-banner a, .rdv-nature-banner button {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: -20px;
    min-height: 40px;
    border-radius: 20px;
    border: none;
    padding: 0 20px 0 40px;
    background-color: #fff;
    box-shadow: 0 1px 10px 0 #000;
    color: #5ea200;
    font-weight: 500;
    font-size: 20px;
    background-image: url('../../Images/rdv-nature/user.png');
    background-position: center left 13px;
    background-repeat: no-repeat;
    background-size: 20px; }
  .rdv-nature-banner a:hover, .rdv-nature-banner button:hover {
    text-decoration: none; }
  @media only screen and (min-width: 48rem) {
    .rdv-nature-banner a, .rdv-nature-banner button {
      right: 30px; } }
  @media only screen and (max-width: 48rem) {
    .rdv-nature-banner a, .rdv-nature-banner button {
      right: 15px; } }

.rdv-nature-view-selector {
  border-bottom: 1px solid #5ea200;
  margin: 50px 0; }
  .rdv-nature-view-selector .rdv-nature-view-selector-btn {
    display: flex;
    align-items: center;
    column-gap: 5px;
    padding: 5px 20px;
    margin-bottom: -1px;
    border: 1px solid #5ea200;
    border-radius: 0%;
    box-shadow: none;
    font-size: 20px;
    font-weight: 400;
    background-color: transparent;
    color: #5ea200;
    -webkit-transition: all 0.2s ease-out !important;
    transition: all 0.2s ease-out !important; }
  .rdv-nature-view-selector .rdv-nature-view-selector-btn.active, .rdv-nature-view-selector .rdv-nature-view-selector-btn:hover {
    background-color: #5ea200;
    color: #fff; }
  .rdv-nature-view-selector .rdv-nature-view-selector-btn.active svg path, .rdv-nature-view-selector .rdv-nature-view-selector-btn:hover svg path {
    fill: #fff; }
  .rdv-nature-view-selector .rdv-nature-view-selector-btn:hover {
    -webkit-transition: all 0.2s ease-in !important;
    transition: all 0.2s ease-in !important; }
  @media only screen and (max-width: 36rem) {
    .rdv-nature-view-selector .rdv-nature-view-selector-btn {
      column-gap: 0;
      padding: 5px;
      font-size: 14px; } }
  .rdv-nature-view-selector #rdv-nature-view-selector-btn-list {
    border-top-left-radius: 10px; }
  .rdv-nature-view-selector #rdv-nature-view-selector-btn-map {
    border-top-right-radius: 10px; }

.list-breves-home {
  max-height: 420px;
  margin-bottom: 40px;
  overflow: hidden; }
  .list-breves-home .breves_contenu {
    padding: 7px 0; }
  .list-breves-home .breves_contenu > div {
    border-bottom: 1px solid #ebecef; }
  .list-breves-home .breves_contenu > div.topnews a h2 {
    color: #ca0c15;
    font-weight: 500; }
  .list-breves-home .breves_contenu > div.last {
    border-bottom: 0; }
  .list-breves-home .breves_contenu > div a:hover, .list-breves-home .breves_contenu > div a:focus {
    text-decoration: none; }
    .list-breves-home .breves_contenu > div a:hover span, .list-breves-home .breves_contenu > div a:focus span, .list-breves-home .breves_contenu > div a:hover h2, .list-breves-home .breves_contenu > div a:focus h2 {
      color: #d7277b; }
  .list-breves-home .date {
    font-size: 1rem;
    font-weight: 700;
    display: block; }
  .list-breves-home h2 {
    font-size: 1rem;
    margin-bottom: 1rem; }
  .list-breves-home .zone_more_link > div {
    background: #00a0df;
    width: 100%;
    min-height: 28px;
    border-radius: 5px;
    padding: 0 5px !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .list-breves-home .all_breve {
    padding: 5px 0;
    margin-bottom: 0; }
  .list-breves-home .all_breve a {
    color: #fff;
    white-space: nowrap; }
  .list-breves-home .nav {
    padding: 5px 0; }
  .list-breves-home .page_link {
    color: #fff;
    padding: 0 5px;
    margin: 0 1px; }
  @media (min-width: 992px) {
    .list-breves-home .page_link {
      margin: 0 3px; } }
  .list-breves-home .page_link.active_page {
    border-radius: 50%;
    background: #fff;
    color: #00a0df; }

.list-breves > div {
  border-bottom: 1px solid #000;
  padding: 0 1rem 1rem; }
  .list-breves > div.topnews h2 {
    color: #ca0c15;
    font-weight: 500; }
  .list-breves h2 {
    margin-bottom: 0; }
/* liste brèves master page*/
.thematique .list-breves-home {
  padding-left: 5px; }
  .thematique .zone_more_link > div {
    background: #65676b; }
  .thematique .page_link.active_page {
    color: #65676b; }
/* Master Page Annuaire */
.toggle-annuaires .block-title {
  border-bottom: 1px solid #a4a4a4; }
  .toggle-annuaires .block-title > h2 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 30px 25px;
    margin: 0; }
  .toggle-annuaires .block-title > h2 > span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    width: 28px;
    height: 28px;
    background: #65676b;
    border-radius: 50%;
    -webkit-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s; }
  .toggle-annuaires .block-title > h2 > span:before, .toggle-annuaires .block-title > h2 > span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -8px;
    background: white;
    width: 16px;
    height: 4px;
    border-radius: 3px; }
  .toggle-annuaires .block-title > h2 > span:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center; }
  .toggle-annuaires .toggle-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 350ms ease-in-out 0s;
    transition: max-height 350ms ease-in-out 0s; }
  .toggle-annuaires .col-md-6 {
    padding: 0 30px; }
  .toggle-annuaires.open .block-title > h2 {
    color: #000; }
  .toggle-annuaires.open .block-title > h2 > span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center; }
  .toggle-annuaires.open .toggle-content {
    max-height: 900px;
    -webkit-transition: max-height 350ms ease-in-out 0s;
    transition: max-height 350ms ease-in-out 0s; }
/*Recherche annuaires*/
.slide-recherche {
  margin-bottom: 30px; }
  .slide-recherche .ce-bodytext > p {
    display: inline-block;
    color: #fff;
    background: #65676b;
    padding: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
    cursor: pointer; }
  .slide-recherche .ce-bodytext > p:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 1.25rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    color: #fff;
    -webkit-transition: -webkit-transform 350ms ease-in-out 0s;
    transition: -webkit-transform 350ms ease-in-out 0s;
    transition: transform 350ms ease-in-out 0s;
    transition: transform 350ms ease-in-out 0s, -webkit-transform 350ms ease-in-out 0s; }
  .slide-recherche.open p:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .slide-recherche .imageLoaderPanier {
    margin: 20px auto;
    display: block;
    width: 44px;
    height: 44px;
    background-color: #000;
    padding: 10px;
    border-radius: 5px; }
  .slide-recherche .recherche_block {
    background: #65676b;
    padding: 15px; }
  .slide-recherche .select-wrapper {
    padding: 0 12px;
    border-bottom: 1px solid #9e9e9e; }
  .slide-recherche .select-wrapper + label {
    color: #fff !important;
    top: -35px !important; }
  .slide-recherche input {
    margin: 0 !important;
    color: #65676b;
    border-bottom: 0 !important;
    /*padding: 0 12px !important;*/ }
  .slide-recherche input:focus {
    /*color: #fff !important;*/ }
  .slide-recherche input:focus + label.active {
    -webkit-transform: translateY(-21px) translateX(-11px) scale(0.8);
    transform: translateY(-21px) translateX(-11px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    /*padding-left: 0 !important;*/ }
  .slide-recherche input:focus + label {
    color: #fff !important; }
  .slide-recherche .input-field {
    background: #fff;
    margin-bottom: 0; }
  .slide-recherche .input-field input[type=text] + label {
    padding-left: 12px; }
  .slide-recherche .block_left .input-field:first-of-type, .slide-recherche .block_center .input-field:first-of-type {
    margin-bottom: 3rem; }
  .slide-recherche .block_right .input-field {
    margin-bottom: 3rem; }
  .slide-recherche .contrat {
    margin-top: -2rem; }
  .slide-recherche .checkboxLabel {
    color: #fff;
    margin-bottom: 5px;
    font-size: 0.8rem; }
  .slide-recherche [type="checkbox"] + span:not(.lever):before, .slide-recherche [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    border: 2px solid #fff; }
  .slide-recherche [type="checkbox"]:checked + span:not(.lever):before {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-bottom: 2px solid #26a69a; }
  .slide-recherche .checkboxAnnuaire span {
    color: #fff; }
  .slide-recherche .dropdown-content {
    width: 100% !important;
    left: 0 !important; }
  .slide-recherche .searchValid {
    text-align: center;
    margin: 15px 0; }
  .slide-recherche .searchValid input {
    color: #fff; }

.recherche_resultat p, .rappel_recherche p {
  margin-bottom: 7px; }
/* Recherche annuaires artistes */
.search-artistes {
  background: #65676b;
  border-radius: 15px;
  padding: 15px; }
  .search-artistes .input-field {
    margin-top: 0; }
  .search-artistes input[type=submit] {
    background: #fff;
    color: #65676b; }
  .search-artistes label, .search-artistes .select-wrapper input.select-dropdown {
    color: #fff; }
  .search-artistes [type="checkbox"] + span:not(.lever):before, .search-artistes [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    background: #fff;
    border: 2px solid #000; }
  .search-artistes [type="checkbox"]:checked + span:not(.lever):before {
    background: none;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #00a0df;
    border-bottom: 2px solid #00a0df; }
/* fil Ariane annuaires */
.home-annuaire {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  padding: 20px;
  margin-bottom: 20px; }
  .home-annuaire a {
    display: inline-block; }
  .home-annuaire a > span:first-child {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    width: 28px;
    height: 28px;
    background: #65676b;
    border-radius: 50%;
    -webkit-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s; }
  .home-annuaire a > span:first-child:before, .home-annuaire a > span:first-child:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -8px;
    background: white;
    width: 16px;
    height: 4px;
    border-radius: 3px; }
  .home-annuaire a > span:first-child:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center; }
  .home-annuaire a > span:first-child:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center; }
  .home-annuaire a span, .home-annuaire a h1, .home-annuaire a p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #65676b;
    font-family: 'multi-display', sans-serif;
    font-weight: 500; }
  .home-annuaire a:hover, .home-annuaire a:focus {
    text-decoration: underline; }

.categorie-annuaire {
  color: #65676b; }
  .categorie-annuaire i {
    color: #65676b;
    font-size: 1rem;
    margin-right: 7px; }
/* Vues listes annuaire*/
.annuaire-list-view {
  /*display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-flow: row wrap;
   flex-flow: row wrap;*/
  /* Elus */
  /* Communes */
  /* Structures */
  /* Artistes */ }
  .annuaire-list-view .link-infos {
    position: absolute; }
  .annuaire-list-view .link-infos a, .annuaire-list-view .link-infos.infos_mds span {
    font-size: 0.9375rem;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    background: #65676b;
    padding: 7px 18px;
    -webkit-transition: background 250ms ease-in-out 0s;
    transition: background 250ms ease-in-out 0s; }
  .annuaire-list-view .link-infos a:hover, .annuaire-list-view .link-infos.infos_mds span:hover {
    background: rgba(101, 103, 107, 0.2);
    text-decoration: none !important; }
  .annuaire-list-view .more.open .link-infos i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .annuaire-list-view .liste_fiche.elu {
    margin: 15px 0; }
  .annuaire-list-view .liste_fiche.elu::before {
    content: none; }
  .annuaire-list-view .liste_fiche.elu .block-elu {
    position: relative;
    display: block;
    background: #e3e3e3;
    padding: 12px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    /*-webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
     box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);*/ }
  .annuaire-list-view .liste_fiche.elu .back_portrait {
    width: 74px;
    height: 95px;
    float: left; }
  .annuaire-list-view .liste_fiche.elu .portrait {
    border-radius: calc(0.5rem - 1px); }
  .annuaire-list-view .liste_fiche.elu .infos-elu {
    padding-left: 10px;
    width: auto;
    overflow: hidden; }
  .annuaire-list-view .liste_fiche.elu h2 {
    margin-bottom: 18px; }
  .annuaire-list-view .liste_fiche.elu a {
    position: relative;
    font-size: 0.94rem;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    background: #65676b;
    padding: 5px 15px;
    -webkit-transition: background 350ms ease-in-out 0s;
    transition: background 350ms ease-in-out 0s;
    border-radius: 20px; }
  .annuaire-list-view .liste_fiche.elu a:hover, .annuaire-list-view .liste_fiche.elu a:focus {
    text-decoration: none;
    background: rgba(101, 103, 107, 0.2); }
  .annuaire-list-view .liste_fiche.commune {
    margin-bottom: 30px; }
  .annuaire-list-view .liste_fiche.commune:before {
    content: none; }
  .annuaire-list-view .liste_fiche.commune > div {
    position: relative;
    display: block;
    background: #e3e3e3;
    padding: 12px 12px 57px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden; }
  .annuaire-list-view .liste_fiche.commune h2 i {
    color: #65676b;
    padding-right: 5px;
    font-size: 1.75rem; }
  .annuaire-list-view .liste_fiche.commune p {
    margin-bottom: 7px; }
  .annuaire-list-view .liste_fiche.commune .link-infos {
    bottom: 0;
    right: 0;
    margin: 0; }
  .annuaire-list-view .structure {
    padding: 20px 0 40px;
    border-top: 1px solid #c7c7c7; }
  @media (min-width: 576px) {
    .annuaire-list-view .structure {
      padding: 20px 50px 40px; } }
  .annuaire-list-view .structure:before {
    font-size: 1.5rem !important;
    top: 22px; }
  @media (min-width: 576px) {
      .annuaire-list-view .structure:before {
        left: 26px !important; } }
  .annuaire-list-view .structure h2 {
    padding-left: 20px; }
  @media (min-width: 576px) {
      .annuaire-list-view .structure h2 {
        padding-left: 0; } }
  .annuaire-list-view .structure > p i {
    color: #65676b;
    padding-right: 5px; }
  .annuaire-list-view .structure p {
    margin-bottom: 7px; }
  .annuaire-list-view .structure .bloc-more {
    display: none; }
  .annuaire-list-view .structure .link-infos {
    bottom: 0;
    right: 0;
    cursor: pointer;
    max-width: 210px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }
  .annuaire-list-view .structure .link-infos i {
    position: absolute;
    color: #fff;
    font-size: 1.5rem;
    left: 10px;
    -webkit-transition: all 350ms, ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    transition: all 350ms ease-in-out 0s; }
  .annuaire-list-view .structure .link-infos span {
    width: 100%;
    padding: 7px 18px 7px 28px;
    display: block;
    text-align: center; }
  .annuaire-list-view .structure .icon-mobile {
    position: relative;
    padding-left: 17px; }
  .annuaire-list-view .structure .icon-mobile:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 20px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -452px -46px; }
  .annuaire-list-view .structure .icon-print {
    position: relative;
    padding-left: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .annuaire-list-view .structure .icon-print:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -468px -50px;
    top: inherit; }
  .annuaire-list-view .structure .icon-mail {
    position: relative;
    padding-left: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .annuaire-list-view .structure .icon-mail:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 10px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -417px -51px;
    top: inherit; }
  .annuaire-list-view .structure .icon-monitor {
    position: relative;
    padding-left: 17px; }
  .annuaire-list-view .structure .icon-monitor:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -484px -49px; }
  .annuaire-list-view .structure .icon-location {
    position: relative;
    padding-left: 17px; }
  .annuaire-list-view .structure .icon-location:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 18px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -400px -47px; }
  .annuaire-list-view .structure .more-element {
    background-color: #e8e8e8;
    padding: 15px 30px;
    margin: 5px 0; }
  .annuaire-list-view .structure .more-element .paragraphe.infoSup {
    font-weight: 700;
    text-transform: uppercase; }
  .annuaire-list-view .structure .more-element p {
    color: #65676b; }
  .annuaire-list-view .structure .more-element p:last-child {
    margin-bottom: 0; }
  .annuaire-list-view .structure .more-element table {
    width: auto; }
  .annuaire-list-view .structure .more-element table td {
    padding: 0; }
  .annuaire-list-view.artistes {
    margin: 30px -15px; }
  .annuaire-list-view.artistes .youngaudience {
    position: absolute;
    top: -5px;
    right: -5px;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #65676b;
    border-radius: 25px; }
  .annuaire-list-view.artistes .youngaudience i {
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 26px; }
  .annuaire-list-view.artistes a.card {
    position: relative;
    min-height: 300px;
    border-radius: 15px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3); }
  .annuaire-list-view.artistes a.card .card-body {
    position: relative;
    z-index: 10;
    border-top: solid 3px #65676b; }
  .annuaire-list-view.artistes a.card .card-body h2.lead {
    font-size: 1.2rem;
    font-weight: 500;
    min-height: 40px;
    margin: 10px 0 15px 0;
    color: #3b3b3b; }
  .annuaire-list-view.artistes a.card .card-body p.wrap_cat {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0; }
    .annuaire-list-view.artistes a.card .card-body p.wrap_cat span.badge {
      float: none;
      margin-left: 0;
      padding: 4px 10px;
      font-family: 'multi-display', sans-serif;
      font-size: 0.9333333333rem;
      font-weight: 500;
      color: white;
      background: #65676b;
      text-align: left; }
  .annuaire-list-view.artistes a.card .card-body .txt p.no_glossary {
    color: #696969; }
  .annuaire-list-view.artistes a.card .img-wrap {
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px; }
  .annuaire-list-view.artistes a.card .img-wrap img.card-img-top {
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
  .annuaire-list-view.artistes a.card:hover {
    text-decoration: none; }
  .annuaire-list-view.artistes a.card:hover .img-wrap img.card-img-top {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
/* Subventions */
.tx-e-annuaires .list-view.list-subventions {
  padding: 0 15px; }
  @media only screen and (min-width: 62rem) {
      .tx-e-annuaires .list-view.list-subventions {
        padding: 0; } }
  .tx-e-annuaires .list-view.list-subventions .card.card-subventions {
    border: none;
    background-color: #f7fafa;
    padding: 10px;
    text-decoration: none; }
    @media only screen and (min-width: 62rem) {
        .tx-e-annuaires .list-view.list-subventions .card.card-subventions {
          padding: 1.5333333333rem 1.8666666667rem; } }
    .tx-e-annuaires .list-view.list-subventions .card.card-subventions.cloture::before {
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      background-color: #ebebeb;
      opacity: 0.7;
      border-radius: 0.25rem; }
    .tx-e-annuaires .list-view.list-subventions .card.card-subventions h2, .tx-e-annuaires .list-view.list-subventions .card.card-subventions h3, .tx-e-annuaires .list-view.list-subventions .card.card-subventions p, .tx-e-annuaires .list-view.list-subventions .card.card-subventions span {
      font-family: 'Plus Jakarta Sans', sans-serif; }
    .tx-e-annuaires .list-view.list-subventions .card.card-subventions h2:hover, .tx-e-annuaires .list-view.list-subventions .card.card-subventions h3:hover, .tx-e-annuaires .list-view.list-subventions .card.card-subventions p:hover, .tx-e-annuaires .list-view.list-subventions .card.card-subventions span:hover {
      text-decoration: none; }
    .tx-e-annuaires .list-view.list-subventions .card.card-subventions h2 {
      font-size: 1.4666666667rem;
      font-weight: 700;
      color: #3b3b3b;
      margin-bottom: 2.3333333333rem; }
    .tx-e-annuaires .list-view.list-subventions .card.card-subventions .card-body {
      display: flex;
      flex-direction: column; }
    .tx-e-annuaires .list-view.list-subventions .card.card-subventions .card-body .tags-block {
      display: flex;
      justify-content: space-between;
      margin-bottom: 1.6666666667rem; }
      .tx-e-annuaires .list-view.list-subventions .card.card-subventions .card-body .tags-block .tags-subventions {
        justify-content: center; }
      .tx-e-annuaires .list-view.list-subventions .card.card-subventions .card-body .tags-block .tags-subventions .badge-primary {
        padding: 0.7333333333rem 1.2rem;
        font-weight: 700;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 1.0666666667rem;
        border-radius: 3.3333333333rem; }
        .tx-e-annuaires .list-view.list-subventions .card.card-subventions .card-body .tags-block .tags-subventions .badge-primary.badge-fonctionnement {
          background-color: #bb1082; }
    .tx-e-annuaires .list-view.list-subventions .card.card-subventions .card-body .subventions-block-informations:not(:nth-last-child()) {
      margin-bottom: 2rem; }
      .tx-e-annuaires .list-view.list-subventions .card.card-subventions .card-body .subventions-block-informations p:nth-last-child() {
        margin-bottom: 0; }
      .tx-e-annuaires .list-view.list-subventions .card.card-subventions .card-body .subventions-block-informations .subventions-block-title {
        display: flex;
        align-items: center;
        margin-bottom: 1.3333333333rem; }
      .tx-e-annuaires .list-view.list-subventions .card.card-subventions .card-body .subventions-block-informations .subventions-block-title img {
        max-width: 2.5333333333rem;
        color: #f15d2d;
        margin-right: 1.5333333333rem; }
      .tx-e-annuaires .list-view.list-subventions .card.card-subventions .card-body .subventions-block-informations .subventions-block-title h3 {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 1.3333333333rem;
        font-weight: 700;
        color: #3b3b3b;
        text-transform: uppercase;
        margin-bottom: 0; }
    .tx-e-annuaires .list-view.list-subventions .card.card-subventions .card-body .card-arrow {
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      height: 100%; }
      .tx-e-annuaires .list-view.list-subventions .card.card-subventions .card-body .card-arrow i {
        max-width: 2.5333333333rem;
        font-size: 1.3333333333rem;
        color: #f15d2d; }
  .tx-e-annuaires .list-result-nbr {
    margin-right: 0;
    margin-left: 0;
    display: flex;
    flex-direction: column; }
  .tx-e-annuaires .list-result-nbr .col-md-12 > span.nbr-result {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 3.3333333333rem;
    margin-bottom: 1.3333333333rem; }
/* Hero banner annuaires subventions */
.hero-banner {
  background-color: #f7fafa;
  margin-bottom: 3.3333333333rem;
  overflow: hidden;
  padding-top: 20px; }
  @media only screen and (min-width: 62rem) {
  .hero-banner {
    padding: 45px 0 120px 0;
    margin-bottom: 6.6666666667rem; } }
  .hero-banner > .row {
    justify-content: center; }
  .hero-banner > .row .hero-blocks {
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center; }
  @media only screen and (min-width: 62rem) {
      .hero-banner > .row .hero-blocks {
        align-items: center;
        flex-direction: row;
        text-align: start; } }
  .hero-banner > .row .hero-blocks .hero-title {
    padding-right: 10%;
    margin-bottom: 30px; }
  @media only screen and (min-width: 62rem) {
        .hero-banner > .row .hero-blocks .hero-title {
          margin-bottom: 0; } }
  .hero-banner > .row .hero-blocks .hero-title h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 2.6666666667rem;
    font-weight: 700; }
  .hero-banner > .row .hero-blocks .hero-title > span {
    font-size: 1.2rem; }
  .hero-banner > .row .hero-blocks .frame-layout-hero-subventions {
    margin-bottom: -30%; }
/* Recherche subventions */
.tx-e-annuaires form.form-subventions {
  background-color: #f7fafa;
  border-radius: 0.6666666667rem;
  margin-bottom: 3.3333333333rem;
  padding: 20px 15px; }
  @media only screen and (min-width: 62rem) {
    .tx-e-annuaires form.form-subventions {
      padding: 60px 80px; } }
  .tx-e-annuaires form.form-subventions fieldset {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center; }
  @media only screen and (min-width: 62rem) {
      .tx-e-annuaires form.form-subventions fieldset {
        flex-direction: row;
        justify-content: flex-end; } }
  .tx-e-annuaires form.form-subventions fieldset .fieldwrap legend, .tx-e-annuaires form.form-subventions fieldset .fieldwrap label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.2rem;
    color: #f15d2d;
    font-weight: 400; }
    .tx-e-annuaires form.form-subventions fieldset .fieldwrap legend:not(.form-check-label), .tx-e-annuaires form.form-subventions fieldset .fieldwrap label:not(.form-check-label) {
      font-weight: 800;
      margin-bottom: 1.6666666667rem; }
  .tx-e-annuaires form.form-subventions fieldset .fieldwrap .form-check {
    padding-left: 0; }
  .tx-e-annuaires form.form-subventions fieldset .fieldwrap label.form-check-label {
    display: flex;
    align-items: center;
    margin-bottom: 0.6666666667rem; }
    .tx-e-annuaires form.form-subventions fieldset .fieldwrap label.form-check-label p {
      margin: 0; }
    .tx-e-annuaires form.form-subventions fieldset .fieldwrap label.form-check-label [type="checkbox"]:not(:checked) + span:not(.lever):before, .tx-e-annuaires form.form-subventions fieldset .fieldwrap label.form-check-label [type="checkbox"] [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
      border: 1px solid #ccc;
      background: #fff 0% 0% no-repeat padding-box;
      border-radius: 5px;
      box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.102); }
    .tx-e-annuaires form.form-subventions fieldset .fieldwrap label.form-check-label [type="checkbox"]:checked + span:not(.lever):before {
      border-right: 2px solid #f15d2d;
      border-bottom: 2px solid #f15d2d; }
  .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-recherche-tags {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    width: 100%; }
    @media only screen and (min-width: 62rem) {
        .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-recherche-tags {
          width: 25%; } }
  .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-dispositifs {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media only screen and (min-width: 62rem) {
        .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-dispositifs {
          width: 25%; } }
  .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos {
    min-width: 50%;
    position: relative; }
    .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos label {
      width: 100%; }
  .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
    @media only screen and (min-width: 62rem) {
        .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date {
          width: 50%; } }
    .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper {
      max-width: 100%;
      margin-bottom: 30px; }
    @media only screen and (min-width: 62rem) {
          .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper {
            min-width: 50%;
            margin-bottom: 0; } }
    .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper .custom-select {
      display: none; }
    .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper.open ul.select-dropdown {
      position: absolute;
      z-index: 1;
      display: flex;
      flex-direction: column;
      width: 100% !important;
      min-width: 100%;
      top: 40px !important;
      height: auto !important;
      transform-origin: initial !important;
      border-radius: 0 0 8px 8px;
      box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; }
      .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper.open ul.select-dropdown li {
        padding: 0 30px;
        min-height: 50px;
        display: flex;
        align-items: center; }
        .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper.open ul.select-dropdown li label {
          color: #3b3b3b;
          font-weight: 400;
          margin-bottom: 1.1333333333rem; }
        .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper.open ul.select-dropdown li span {
          color: #3b3b3b; }
        .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper.open ul.select-dropdown li span label span {
          display: flex;
          justify-content: space-between;
          order: 1; }
  .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper::after, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper::after {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 0.8rem;
    position: absolute;
    right: 20px;
    top: 12px;
    z-index: 2;
    display: block;
    color: #f15d2d;
    transform: rotate(270deg);
    transition: all 0.2s ease-in-out; }
    .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper.rotate::after, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper.rotate::after {
      transform: rotate(90deg); }
    .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper input.select-dropdown, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper input.select-dropdown {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.102);
      border-bottom: none;
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 1.0666666667rem; }
      .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper input.select-dropdown::placeholder, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper input.select-dropdown::placeholder {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 1.0666666667rem;
        padding: 1.6rem 2.6666666667rem; }
    .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper .caret, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper .caret {
      display: none; }
    .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper ul.multiple-select-dropdown, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper ul.multiple-select-dropdown, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper ul.select-dropdown, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper ul.select-dropdown {
      transform: none;
      list-style: none;
      background: white;
      display: none; }
      .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper ul.multiple-select-dropdown li:first-child, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper ul.multiple-select-dropdown li:first-child, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper ul.select-dropdown li:first-child, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper ul.select-dropdown li:first-child {
        display: none; }
    .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper.open ul.multiple-select-dropdown, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper.open ul.multiple-select-dropdown {
      position: absolute;
      z-index: 100;
      display: flex;
      flex-direction: column;
      min-width: 100%;
      top: 40px;
      border-radius: 0 0 8px 8px;
      box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; }
      @media only screen and (min-width: 62rem) {
            .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper.open ul.multiple-select-dropdown, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper.open ul.multiple-select-dropdown {
              z-index: 1; } }
      .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper.open ul.multiple-select-dropdown li, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper.open ul.multiple-select-dropdown li {
        padding: 0 30px; }
        .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper.open ul.multiple-select-dropdown li::before, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper.open ul.multiple-select-dropdown li::before {
          display: none; }
        .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper.open ul.multiple-select-dropdown li:nth-child(2), .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper.open ul.multiple-select-dropdown li:nth-child(2) {
          padding-top: 20px; }
        .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper.open ul.multiple-select-dropdown li:last-child, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper.open ul.multiple-select-dropdown li:last-child {
          padding-bottom: 30px; }
        .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper.open ul.multiple-select-dropdown li label, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper.open ul.multiple-select-dropdown li label {
          color: #3b3b3b;
          font-weight: 400;
          margin-bottom: 1.1333333333rem; }
        .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper.open ul.multiple-select-dropdown li.selected label, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper.open ul.multiple-select-dropdown li.selected label {
          color: #f15d2d;
          font-weight: 800; }
        .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper.open ul.multiple-select-dropdown li span label span, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper.open ul.multiple-select-dropdown li span label span {
          display: flex;
          justify-content: space-between;
          order: 1; }
        .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper.open ul.multiple-select-dropdown li [type="checkbox"] + span:not(.lever), .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper.open ul.multiple-select-dropdown li [type="checkbox"] + span:not(.lever) {
          padding-left: 0; }
          .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper.open ul.multiple-select-dropdown li [type="checkbox"] + span:not(.lever):before, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper.open ul.multiple-select-dropdown li [type="checkbox"] + span:not(.lever):before {
            content: '';
            position: relative;
            display: flex;
            justify-content: flex-end;
            order: 2;
            width: 18px;
            height: 18px;
            z-index: 0;
            border: none;
            border-radius: 1px;
            margin-top: 3px;
            transition: 0.2s; }
        .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper.open ul.multiple-select-dropdown li [type="checkbox"]:checked + span:not(.lever):before, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper.open ul.multiple-select-dropdown li [type="checkbox"]:checked + span:not(.lever):before {
          margin-right: 5px;
          width: 12px;
          height: 22px;
          border-top: 2px solid transparent;
          border-left: 2px solid transparent;
          border-right: 2px solid #f15d2d;
          border-bottom: 2px solid #f15d2d;
          transform: rotate(40deg);
          backface-visibility: hidden;
          transform-origin: 100% 100%; }
      .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper.open ul.multiple-select-dropdown .block-btn-form, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper.open ul.multiple-select-dropdown .block-btn-form {
        width: 100%;
        display: flex;
        margin-top: 5%; }
        @media only screen and (min-width: 62rem) {
            .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper.open ul.multiple-select-dropdown .block-btn-form, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper.open ul.multiple-select-dropdown .block-btn-form {
              margin-top: 0; } }
        .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper.open ul.multiple-select-dropdown .block-btn-form .btn-reinitialisation, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper.open ul.multiple-select-dropdown .block-btn-form .btn-reinitialisation, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper.open ul.multiple-select-dropdown .block-btn-form .btn-valid-selection, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper.open ul.multiple-select-dropdown .block-btn-form .btn-valid-selection {
          display: flex;
          justify-content: center;
          flex-grow: 1;
          padding: 1.6rem 0;
          box-shadow: none;
          text-transform: initial;
          font-family: 'Plus Jakarta Sans', sans-serif;
          font-weight: 800;
          transition: all 0.2s ease-in-out; }
        .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper.open ul.multiple-select-dropdown .block-btn-form .btn-reinitialisation, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper.open ul.multiple-select-dropdown .block-btn-form .btn-reinitialisation {
          max-width: 50%;
          color: #f15d2d;
          background-color: #fff;
          border: 2px solid #f15d2d;
          border-radius: 0 0 0 8px; }
          .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper.open ul.multiple-select-dropdown .block-btn-form .btn-reinitialisation:hover, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper.open ul.multiple-select-dropdown .block-btn-form .btn-reinitialisation:hover, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper.open ul.multiple-select-dropdown .block-btn-form .btn-reinitialisation:focus, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper.open ul.multiple-select-dropdown .block-btn-form .btn-reinitialisation:focus {
            color: #fff;
            background-color: #f15d2d; }
        .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper.open ul.multiple-select-dropdown .block-btn-form .btn-valid-selection, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper.open ul.multiple-select-dropdown .block-btn-form .btn-valid-selection {
          max-width: 50%;
          color: #fff;
          background-color: #f15d2d;
          border-radius: 0 0 8px 0; }
          .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper.open ul.multiple-select-dropdown .block-btn-form .btn-valid-selection:hover, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper.open ul.multiple-select-dropdown .block-btn-form .btn-valid-selection:hover, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-thematique-assos .select-wrapper.open ul.multiple-select-dropdown .block-btn-form .btn-valid-selection:focus, .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-trie-date .select-wrapper.open ul.multiple-select-dropdown .block-btn-form .btn-valid-selection:focus {
            background-color: #d55127; }
  .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-submit {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 0; }
    @media only screen and (min-width: 62rem) {
        .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-submit {
          width: 50%; } }
    .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-submit .btn {
      box-shadow: none;
      height: fit-content;
      text-transform: initial;
      font-family: 'Plus Jakarta Sans', sans-serif; }
    .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-submit .btn:focus {
      background-color: #d55127; }
    .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-submit .btn.reset-inline {
      color: #f15d2d;
      text-decoration: underline;
      padding: 0 1rem; }
      .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-submit .btn.reset-inline:hover {
        background-color: transparent;
        color: #d55127; }
    .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-submit .btn.badge-primary {
      padding: 0.6666666667rem 2.2666666667rem;
      border-radius: 50px;
      margin-left: 0.6666666667rem;
      display: flex;
      align-items: center; }
      .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-submit .btn.badge-primary i {
        color: #fff;
        margin-right: 10px;
        font-size: 1.3333333333rem; }
      .tx-e-annuaires form.form-subventions fieldset .fieldwrap.field-submit .btn.badge-primary:hover {
        color: #fff; }
/* Vues détail */
/* Elus & Communes */
.row > .tx-e-annuaires {
  width: 100%; }

.detail_elu p, .detail_commune p {
  margin-bottom: 7px; }
  .detail_elu p:last-child, .detail_commune p:last-child {
    margin-bottom: 0; }
  .detail_elu ul, .detail_commune ul {
    margin: 0; }
  .detail_elu .aside, .detail_commune .aside {
    width: 100%; }
  @media (min-width: 768px) {
    .detail_elu .aside, .detail_commune .aside {
      width: 178px;
      float: left; } }
  .detail_elu .aside .part-1, .detail_commune .aside .part-1 {
    padding-bottom: 15px; }
  .detail_elu .aside .part-2, .detail_commune .aside .part-2 {
    padding: 15px 0;
    border-top: 1px solid #c3c2c2; }
  .detail_elu .aside .part-3, .detail_commune .aside .part-3 {
    padding-top: 15px;
    max-width: 178px;
    margin: 0 auto 15px; }
  .detail_elu .aside p, .detail_commune .aside p, .detail_elu .aside a, .detail_commune .aside a, .detail_elu .aside span, .detail_commune .aside span {
    font-size: 0.8125rem;
    font-weight: 500; }
  .detail_elu .aside a, .detail_commune .aside a {
    text-decoration: underline; }
  .detail_elu .aside a:hover, .detail_commune .aside a:hover, .detail_elu .aside a:focus, .detail_commune .aside a:focus {
    text-decoration: none; }
  .detail_elu .aside .description, .detail_commune .aside .description {
    color: #65676b;
    font-weight: bold;
    margin-bottom: 15px; }
  .detail_elu .aside .icon-avion, .detail_commune .aside .icon-avion {
    position: relative; }
  .detail_elu .aside .icon-avion:before, .detail_commune .aside .icon-avion:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 11px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -532px -49px;
    margin-left: 2px;
    margin-right: 5px;
    position: relative; }
  .detail_elu .aside .icon-plan, .detail_commune .aside .icon-plan {
    position: relative; }
  .detail_elu .aside .icon-plan:before, .detail_commune .aside .icon-plan:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 12px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -553px -48px;
    margin-right: 5px;
    position: relative; }
  .detail_elu .aside ul li, .detail_commune .aside ul li {
    padding: 0; }
  .detail_elu .aside ul li:before, .detail_commune .aside ul li:before {
    content: none; }
  .detail_elu .aside-fleche, .detail_commune .aside-fleche {
    background: #ebecef;
    padding: 7px;
    margin-bottom: 15px; }
  .detail_elu .aside-fleche h2, .detail_commune .aside-fleche h2 {
    font-size: 0.9375rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 7px; }
  .detail_elu .section, .detail_commune .section {
    width: 100%; }
  @media (min-width: 768px) {
    .detail_elu .section, .detail_commune .section {
      width: auto;
      overflow: hidden;
      padding-left: 25px; } }
  .detail_elu .icon-mobile, .detail_commune .icon-mobile {
    position: relative;
    padding-left: 17px; }
  .detail_elu .icon-mobile:before, .detail_commune .icon-mobile:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 20px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -452px -46px; }
  .detail_elu .icon-print, .detail_commune .icon-print {
    position: relative;
    padding-left: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .detail_elu .icon-print:before, .detail_commune .icon-print:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -468px -50px;
    top: inherit; }
  .detail_elu .icon-mail, .detail_commune .icon-mail {
    position: relative;
    padding-left: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .detail_elu .icon-mail:before, .detail_commune .icon-mail:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 10px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -417px -51px;
    top: inherit; }
  .detail_elu .icon-monitor, .detail_commune .icon-monitor {
    position: relative;
    padding-left: 17px; }
  .detail_elu .icon-monitor:before, .detail_commune .icon-monitor:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -484px -49px; }
  .detail_elu .icon-location, .detail_commune .icon-location {
    position: relative;
    padding-left: 17px; }
  .detail_elu .icon-location:before, .detail_commune .icon-location:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 18px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -400px -47px; }
  .detail_elu .nomFiche, .detail_commune .nomFiche {
    text-transform: uppercase;
    font-weight: 700;
    color: #3b3b3b;
    font-size: 2rem;
    padding-right: 0; }
  .detail_elu .mandat, .detail_commune .mandat {
    margin-top: 20px; }
  .detail_elu .mandat-border, .detail_commune .mandat-border, .detail_elu .section h2, .detail_commune .section h2 {
    margin-bottom: 15px;
    background: #65676b;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
    padding: 13px 17px; }
  .detail_elu .mandat-border p, .detail_commune .mandat-border p, .detail_elu .section h2 p, .detail_commune .section h2 p {
    color: #fff;
    margin-bottom: 0; }
  .detail_elu .coordonnees ul li, .detail_commune .coordonnees ul li {
    padding: 0; }
  .detail_elu .coordonnees ul li:before, .detail_commune .coordonnees ul li:before {
    content: none; }
  .detail_elu .coordonnees-1, .detail_commune .coordonnees-1 {
    width: 100%; }
  @media (min-width: 768px) {
    .detail_elu .coordonnees-1, .detail_commune .coordonnees-1 {
      float: left;
      max-width: 270px;
      width: 100%; } }
  .detail_elu .coordonnees-2, .detail_commune .coordonnees-2 {
    width: 100%; }
  @media (min-width: 768px) {
    .detail_elu .coordonnees-2, .detail_commune .coordonnees-2 {
      width: auto;
      overflow: hidden; } }
  .detail_elu .critere, .detail_commune .critere, .detail_elu .description_commune, .detail_commune .description_commune, .detail_elu .ss_titre, .detail_commune .ss_titre {
    font-weight: 700 !important; }
  .detail_elu .description_commune, .detail_commune .description_commune {
    margin-bottom: 0; }
  .detail_elu .fonction-d, .detail_commune .fonction-d, .detail_elu .delegation, .detail_commune .delegation {
    color: #65676b;
    font-weight: 700;
    font-size: 1.0625rem; }
  .detail_elu .sous_titre_elu, .detail_commune .sous_titre_elu {
    font-size: 1rem;
    color: #65676b;
    font-weight: 700;
    text-transform: uppercase; }
  .detail_elu h3, .detail_commune h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.75rem; }
  .detail_elu .actu a, .detail_commune .actu a {
    display: inline-block; }
  .detail_elu .actu a span, .detail_commune .actu a span {
    color: #3b3b3b; }
  .detail_elu .actu h3, .detail_commune .actu h3 {
    margin-bottom: 0;
    text-transform: inherit;
    font-weight: 500; }
  .detail_elu .comission, .detail_commune .comission {
    margin-top: 25px; }
  .detail_elu table, .detail_commune table {
    width: auto; }
  .detail_elu table td, .detail_commune table td {
    padding: 0; }
  .detail_elu .colonne_elu, .detail_commune .colonne_elu {
    background: #ebecef;
    padding: 15px;
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    .detail_elu .contenu_droit, .detail_commune .contenu_droit {
      border-left: 1px solid grey; } }
  .detail_elu .contenu_droit ul li, .detail_commune .contenu_droit ul li {
    padding-left: 0; }
  @media (min-width: 768px) {
      .detail_elu .contenu_droit ul li, .detail_commune .contenu_droit ul li {
        padding-left: 30px; } }
  .detail_elu .contenu_droit ul li:before, .detail_commune .contenu_droit ul li:before {
    content: none; }
  .detail_elu #bioToggleBtn, .detail_commune #bioToggleBtn {
    position: absolute;
    right: 40px; }
  .detail_elu span.closed:before, .detail_commune span.closed:before {
    content: 'x';
    padding-right: 5px; }
  .detail_elu span.open:before, .detail_commune span.open:before {
    content: '>';
    padding-right: 5px;
    display: inline-block;
    transition: transform 0.3s ease-in-out, font-size 0.3s ease-in-out; }
  .detail_elu span.open:hover:before, .detail_commune span.open:hover:before {
    transform: rotate(90deg);
    font-size: 1.1em; }
/* Artiste */
.artiste .youngaudience {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  text-align: center;
  background: #65676b;
  border-radius: 25px; }
  .artiste .youngaudience i {
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 26px; }
  .artiste .image figure {
    position: relative;
    margin: 0; }
  .artiste .image figure img {
    display: block;
    border-radius: calc(0.5rem); }
  .artiste .image figure figcaption {
    padding: 15px;
    background: #65676b;
    border-radius: calc(0.5rem - 2px); }
  @media (min-width: 768px) {
        .artiste .image figure figcaption {
          position: absolute;
          right: -15px;
          bottom: 25px;
          max-width: 50%; } }
  .artiste .image figure figcaption p {
    color: #fff;
    margin-bottom: 10px; }
    .artiste .image figure figcaption p:last-child {
      margin-bottom: 0; }
  .artiste .image p.copyright {
    font-size: 0.8666666667rem;
    margin: 5px 0 0 0;
    font-style: italic; }
  .artiste .contenu {
    margin-top: 20px; }
/* Subventions */
.subventions {
  margin-left: 15px;
  margin-right: 15px; }
  @media only screen and (min-width: 62rem) {
  .subventions {
    margin-left: 0;
    margin-right: 0; } }
  .subventions .col-subventions-hero, .subventions .col-subventions-informations, .subventions .description-title {
    background-color: #f7fafa;
    border-radius: 0.6666666667rem; }
  .subventions .col-subventions-hero {
    min-height: 36.7333333333rem;
    display: flex;
    padding: 8rem 0;
    margin-bottom: 6.6666666667rem; }
  .subventions .col-subventions-hero h1 {
    font-weight: 800;
    font-family: 'Plus Jakarta Sans', sans-serif; }
  .subventions .col-subventions-informations {
    display: flex;
    flex-direction: column;
    padding: 1.7333333333rem 2.5333333333rem;
    margin-bottom: 3.3333333333rem;
    order: 1; }
  @media only screen and (min-width: 62rem) {
    .subventions .col-subventions-informations {
      margin-bottom: 0; } }
  .subventions .col-subventions-informations .subventions-block-informations:not(:last-child) {
    margin-bottom: 4.4666666667rem; }
  .subventions .col-subventions-informations .subventions-block-informations .subventions-block-title {
    display: flex;
    align-items: center;
    margin-bottom: 1.3333333333rem; }
  .subventions .col-subventions-informations .subventions-block-informations .subventions-block-title img {
    max-width: 2.5333333333rem;
    color: #f15d2d;
    margin-right: 1.5333333333rem; }
  .subventions .col-subventions-informations .subventions-block-informations .subventions-block-title h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.3333333333rem;
    font-weight: 700;
    color: #3b3b3b;
    text-transform: uppercase;
    margin-bottom: 0; }
  .subventions .col-subventions-informations .subventions-block-informations .subventions-block-txt p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin-bottom: 0.6666666667rem; }
  .subventions .col-subventions-description {
    order: 3;
    padding: 0; }
  @media only screen and (min-width: 62rem) {
    .subventions .col-subventions-description {
      padding: 0 3.2rem;
      order: 2; } }
  .subventions .col-subventions-description .description-block h2, .subventions .col-subventions-description .description-block h3, .subventions .col-subventions-description .description-block h4, .subventions .col-subventions-description .description-block h5, .subventions .col-subventions-description .description-block h6 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #3b3b3b;
    font-weight: 700; }
  .subventions .col-subventions-description .description-block h4, .subventions .col-subventions-description .description-block h5, .subventions .col-subventions-description .description-block h6 {
    margin-bottom: 1.6rem; }
  .subventions .col-subventions-description .description-block h5 {
    font-size: 1.2rem; }
  .subventions .col-subventions-description .description-block ol li:before {
    color: #3b3b3b; }
  .subventions .col-subventions-description .description-block .description-title h3 {
    font-size: 2rem;
    padding: 2.1333333333rem 3.8rem;
    margin-bottom: 3.4666666667rem; }
  .subventions .col-subventions-description .description-block:not(:last-child) {
    margin-bottom: 3.4666666667rem; }
  .subventions .description-block h2, .subventions .description-block h3, .subventions .description-block h4, .subventions .description-block h5, .subventions .description-block h6 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #3b3b3b;
    font-weight: 700; }
  .subventions .description-block h4, .subventions .description-block h5, .subventions .description-block h6 {
    margin-bottom: 1.6rem; }
  .subventions .description-block h5 {
    font-size: 1.2rem; }
  .subventions .description-block ol li:before, .subventions .description-block ul li:before {
    color: #3b3b3b; }
  .subventions .description-block .description-title h3 {
    font-size: 2rem;
    padding: 2.1333333333rem 3.8rem;
    margin-bottom: 3.4666666667rem; }
  .subventions .description-block:not(:last-child) {
    margin-bottom: 3.4666666667rem; }
  .subventions .col-subventions-echeance {
    order: 2; }
  @media only screen and (min-width: 62rem) {
    .subventions .col-subventions-echeance {
      order: 3; } }
  .subventions .col-subventions-echeance .echeance-block p {
    font-family: 'Plus Jakarta Sans', sans-serif; }
  .subventions .col-subventions-echeance .echeance-block.tags-subventions {
    display: flex;
    flex-direction: column;
    text-align: center; }
  .subventions .col-subventions-echeance .echeance-block .echeance-date {
    font-weight: 700; }
  .subventions .col-subventions-echeance .echeance-block .echeance-date .echeance-date-title {
    margin-bottom: 0;
    font-weight: 400; }
  .subventions .tags-subventions {
    justify-content: center;
    margin-bottom: 4.4666666667rem; }
  .subventions .tags-subventions .badge-primary {
    width: 100%;
    padding: 1.2rem 0;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.4666666667rem;
    border-radius: 3.3333333333rem; }
  .subventions .tags-subventions .badge-primary.badge-fonctionnement {
    background-color: #bb1082; }
/*--- Dispositif SI ---*/
/*--- Uniquement en violet ---*/
.pages_dispositif h1 {
  padding-left: 20px; }

.gauche_dispositif {
  background: #e8eae6; }
/*--- Recherche dispositif ---*/
.titreSearch {
  width: 90%;
  margin: 0 auto; }

.searchDispo {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  /*label.critere_select{
   font-size:1.3rem;
   font-weight:300;
   }
   input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="date"], input[type="password"],
   input[type="reset"], input[type="number"], textarea, select{
   padding: 0 6px;
   margin-bottom:10px;
   }*/
  /*.titreSearch:before{
   display: inline-block;
   content:"";
   height: 28px;
   width: 28px;
   margin-right: 10px;
   float: left;
   background: url('../images/searchDispo.png') center center no-repeat;
   }*/
  /*.titrefilter:before{
   display: inline-block;
   content:"";
   height: 28px;
   width: 28px;
   margin-right: 10px;
   float: left;
   background: url('../images/filterDispo.png') center center no-repeat;
   }*/ }
  .searchDispo .hideForm {
    display: none; }
  .searchDispo .dispositifvie {
    display: none; }
  .searchDispo .titreForm {
    color: #9f46bf;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    line-height: 1.8em; }
  .searchDispo .recherche_block {
    background: #65676b;
    padding: 30px 15px 0;
    /*label{
     color: #fff;
     }*/ }
  .searchDispo .recherche_block .dispositifscat {
    margin-bottom: 2rem;
    padding: 12px 8px 8px 8px;
    background: #7e21a0; }
  .searchDispo .recherche_block .dispositifscat .input-field {
    margin-bottom: 0; }
  .searchDispo .recherche_block .agemin {
    /*display: none;*/ }
  .searchDispo .recherche_block .agemin input {
    width: 50%; }
  .searchDispo .recherche_block .block_left {
    margin-right: 15%; }
  @media (min-width: 768px) {
      .searchDispo .recherche_block .block_left, .searchDispo .recherche_block .block_center, .searchDispo .recherche_block .block_right {
        float: left;
        width: 33.33%;
        padding: 0 18px 18px; } }
  .searchDispo .recherche_block input {
    margin: 0 !important;
    color: #65676b;
    border-bottom: 0 !important;
    /*padding: 0 12px !important;*/ }
  .searchDispo .recherche_block input:focus {
    /*color: #fff !important;*/ }
  .searchDispo .recherche_block input:focus + label.active {
    -webkit-transform: translateY(-21px) translateX(-11px) scale(0.8);
    transform: translateY(-21px) translateX(-11px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    /*padding-left: 0 !important;*/ }
  .searchDispo .recherche_block input:focus + label {
    color: #fff !important; }
  .searchDispo .recherche_block .input-field {
    background: #fff;
    margin-bottom: 3rem; }
  .searchDispo .recherche_block .input-field input[type=text] + label {
    padding-left: 12px; }
  .searchDispo .recherche_block .select-wrapper {
    padding: 0 12px;
    border-bottom: 1px solid #9e9e9e; }
  .searchDispo .recherche_block .select-wrapper + label {
    color: #fff !important;
    top: -35px !important; }
  .searchDispo .recherche_block .dropdown-content {
    width: 100% !important;
    left: 0 !important; }
  .searchDispo .searchValid {
    text-align: center;
    margin: 15px 0; }
  .searchDispo .searchValid input[type='submit'] {
    position: relative;
    pointer-events: none;
    opacity: 0;
    /*float: right;
     padding-left: 40px;
     padding-right: 20px;*/
    /*background: $mainColor20 url(../images/loupe-annuaires.png) no-repeat;
     background-position : 20% 12px !important;*/
    font-size: 1.3rem;
    font-weight: 300;
    -webkit-transition: all 350ms ease-in-out 0s;
    transition: all 350ms ease-in-out 0s; }
  .searchDispo .searchValid input[type='submit']:hover {
    background: rgba(101, 103, 107, 0.2); }
  .searchDispo .searchValid input[type='submit'].active {
    pointer-events: auto;
    opacity: 1; }
  .searchDispo .tri.filtreSearch {
    width: 30%;
    float: right; }
/*--- Liste ---*/
#listeBlocDispositif {
  margin: 0;
  padding: 20px 0 0; }
  #listeBlocDispositif div, #listeBlocDispositif p, #listeBlocDispositif span, #listeBlocDispositif li {
    color: #636463; }
  #listeBlocDispositif li.elemListDispo {
    /*display: inline-block;
     width: 98%;
     margin-right: 1%;*/
    margin-bottom: 10px;
    padding-left: 0; }
  #listeBlocDispositif li.elemListDispo:before {
    display: none; }
  #listeBlocDispositif li.elemListDispo:nth-of-type(3n) {
    margin-right: 0; }
  #listeBlocDispositif li.elemListDispo a {
    display: block;
    text-decoration: none;
    border: 1px solid #9f46bf;
    -webkit-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s; }
  #listeBlocDispositif li.elemListDispo a:hover, #listeBlocDispositif li.elemListDispo a:focus {
    -webkit-box-shadow: -3px 3px 9px rgba(0, 0, 0, 0.4);
    box-shadow: -3px 3px 9px rgba(0, 0, 0, 0.4); }
  #listeBlocDispositif li.elemListDispo p {
    margin-bottom: 0; }
  #listeBlocDispositif li.elemListDispo div {
    position: relative;
    overflow: hidden; }
  #listeBlocDispositif li.elemListDispo div.contentSi {
    padding: 15px; }
  #listeBlocDispositif li.elemListDispo div.contentSi:before {
    display: block;
    content: "";
    height: 13px;
    width: 13px;
    background: #9f46bf;
    position: absolute;
    top: -6px;
    left: -6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  #listeBlocDispositif li.elemListDispo .titleSi {
    background: #9f46bf;
    padding: 15px; }
  #listeBlocDispositif li.elemListDispo .titleSi h2 {
    color: #fff;
    font-style: italic;
    font-size: 1.1375rem;
    line-height: 1.4em;
    margin-bottom: 0; }
  #listeBlocDispositif li.elemListDispo .catSi {
    padding-left: 0px; }
  #listeBlocDispositif li.elemListDispo .catSi ul {
    padding-left: 0px; }
  #listeBlocDispositif li.elemListDispo .catSi .catSiParent {
    font-weight: bold;
    padding-left: 0px;
    margin-bottom: 10px; }
  #listeBlocDispositif li.elemListDispo .catSi li {
    color: #6e6e6e;
    font-weight: normal;
    padding-left: 10px;
    line-height: 1.2em;
    margin-bottom: 5px; }
  #listeBlocDispositif li.elemListDispo .catSi li:before {
    display: none; }
/*---- Détail ------*/
#detailDispositif {
  /***** These are to edit the thumb and the text inside the thumb *****/ }
  #detailDispositif .content-header h2 {
    margin-top: 20px; }
  #detailDispositif .catSi {
    padding-left: 0px; }
  #detailDispositif .catSi ul {
    padding-left: 0px; }
  #detailDispositif .catSi .catSiParent {
    font-weight: bold;
    padding-left: 0px;
    margin-bottom: 10px; }
  #detailDispositif .catSi li {
    color: #6e6e6e;
    font-weight: normal;
    padding-left: 10px; }
  #detailDispositif .catSi li:before {
    display: none; }
  #detailDispositif #situadate {
    position: relative;
    border-bottom: 1px solid #9f46bf;
    padding-bottom: 10px;
    margin-bottom: 50px;
    clear: both; }
  #detailDispositif #situadate .situation {
    color: #636463; }
  #detailDispositif #situadate .date {
    position: relative;
    text-align: right;
    right: 0;
    bottom: 0;
    font-style: italic;
    font-size: 0.75rem;
    color: #636463; }
  #detailDispositif time {
    display: none; }
  #detailDispositif div {
    /* position: relative; */ }
  #detailDispositif div div.ico {
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  #detailDispositif #description h2 {
    margin-top: 0px; }
  #detailDispositif #description .blocFold h2 {
    margin-top: 0px; }
  #detailDispositif .blocFold {
    position: relative;
    /*border:1px solid  #9f46bf;*/
    margin: 0; }
  #detailDispositif .blocFold.unfold .btnFold:after {
    -webkit-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  #detailDispositif .blocFold .btnFold {
    position: absolute;
    top: -15px;
    right: 2%;
    display: inline-block;
    height: 30px;
    width: 30px;
    border: 2px solid #fff;
    border-radius: 26px;
    background: #9f46bf;
    cursor: pointer; }
  #detailDispositif .blocFold .btnFold:before, #detailDispositif .blocFold .btnFold:after {
    position: absolute;
    display: inline-block;
    content: "";
    height: 2px;
    width: 60%;
    background: #fff; }
  #detailDispositif .blocFold .btnFold:before {
    top: 48%;
    left: 20%; }
  #detailDispositif .blocFold .btnFold:after {
    -webkit-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 48%;
    left: 20%; }
  #detailDispositif .blocFold h2 {
    position: absolute;
    top: -20px;
    left: 5px;
    width: 85%;
    padding: 5px;
    background: #fff;
    font-size: 1.24em;
    cursor: pointer; }
  #detailDispositif .blocFold .contentFold {
    display: none;
    padding: 20px; }
  #detailDispositif fieldset {
    display: none;
    margin: 0; }
  #detailDispositif form fieldset:first-child {
    display: block; }
  #detailDispositif label {
    max-width: 80%;
    width: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #63636c; }
  #detailDispositif label span {
    color: #63636c; }
  #detailDispositif .titrerange {
    position: relative;
    display: table; }
  #detailDispositif p.range-field {
    display: inline-block;
    width: 60%;
    margin: 25px 0; }
  #detailDispositif .inputrange input[type=number] {
    width: 100px;
    margin-left: 40px;
    border: 1px solid #9e9e9e;
    text-align: center; }
  #detailDispositif .minRange {
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 0.6rem; }
  #detailDispositif .maxRange {
    position: absolute;
    top: -10px;
    right: 0;
    font-size: 0.6rem; }
  #detailDispositif input[type=range]::-webkit-slider-thumb {
    background-color: #9f46bf; }
  #detailDispositif input[type=range]::-moz-range-thumb {
    background-color: #9f46bf; }
  #detailDispositif input[type=range]::-ms-thumb {
    background-color: #9f46bf; }
  #detailDispositif input[type=range] + .thumb {
    background-color: #9f46bf; }
  #detailDispositif input[type=range] + .thumb.active .value {
    color: white; }
  #detailDispositif [type="radio"]:checked + span:after, #detailDispositif [type="radio"].with-gap:checked + span:after {
    background-color: #9f46bf; }
  #detailDispositif [type="radio"]:checked + span:after, #detailDispositif [type="radio"].with-gap:checked + span:before, #detailDispositif [type="radio"].with-gap:checked + span:after {
    border: 2px solid #9f46bf; }
  #detailDispositif .preloading_background {
    /* background: url(/typo3conf/ext/e_magineurs/res/essonne/images/loading_carousel.gif) center no-repeat #ffffff;*/
    height: 25px;
    background-size: cover;
    max-height: 480px;
    width: 25px;
    margin: 10px auto;
    display: block; }
  #detailDispositif .hasDatepicker {
    background: url('../images/calendar.png') 97% center no-repeat; }
  #detailDispositif .action-button, #detailDispositif .reset {
    display: inline-block;
    background: #9f46bf;
    border: 1px solid #9f46bf;
    padding: 10px 30px;
    margin: 20px 0 0 0;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s; }
  #detailDispositif .action-button:hover, #detailDispositif .reset:hover {
    background: #fff;
    color: #9f46bf; }
  #detailDispositif .error {
    color: red;
    font-weight: 700;
    padding: 10px 0 0 0; }
  #detailDispositif div.infoSup {
    position: absolute;
    top: 0;
    right: -20px;
    display: inline-block;
    background: url('../../Images/pictoInfo.png') center center no-repeat;
    height: 18px;
    width: 18px;
    cursor: pointer; }
  #detailDispositif div.infoSup:after {
    display: none;
    content: "";
    width: 1px;
    height: 15px;
    position: absolute;
    top: 100%;
    left: 8.5px;
    background: #9f46bf; }
  #detailDispositif div.infoSup span {
    display: none;
    position: absolute;
    background: #9f46bf;
    top: 30px;
    left: -120px;
    width: 250px;
    padding: 10px;
    color: #fff;
    z-index: 5;
    -webkit-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s; }
  #detailDispositif div.infoSup:hover:after, #detailDispositif div.infoSup:hover span {
    display: block; }
  #detailDispositif #step {
    color: #9f46bf;
    font-size: 1.44em;
    margin: 20px 0; }
  #detailDispositif .ShowAides[data-children-count='2'] span[for='aide1bis'] {
    margin-left: 10px; }
  #detailDispositif #message {
    padding: 20px;
    margin: 20px 0; }
  #detailDispositif #message p {
    color: #fff; }
  #detailDispositif #message.msgErreur {
    color: #fff;
    background: #8d8171; }
  #detailDispositif #message.msgErreur li, #detailDispositif #message.msgErreur li:before {
    color: #fff; }
  #detailDispositif #message.msgValid {
    color: #fff;
    background: #5ea200; }
  #detailDispositif #message.msgValid li, #detailDispositif #message.msgValid li:before {
    color: #fff; }
  #detailDispositif #message a {
    color: #fff;
    text-decoration: underline; }
  #detailDispositif #message a:hover {
    text-decoration: none; }
  #detailDispositif #divbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px; }
  #detailDispositif #btnDemarche, #detailDispositif #btnPhone {
    display: inline-block;
    padding: 15px;
    background: #0098b8;
    color: #fff;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 15px;
    -webkit-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s; }
  #detailDispositif #btnDemarche:before, #detailDispositif #btnPhone:before {
    display: inline-block;
    float: left;
    content: "";
    height: 22px;
    width: 26px;
    margin: 0 10px; }
  #detailDispositif #btnDemarche:hover, #detailDispositif #btnPhone:hover {
    text-decoration: none;
    background: #007a94; }
  #detailDispositif #btnDemarche:before {
    background: url('../../Images/ordi.png') center center no-repeat; }
  #detailDispositif #btnPhone:before {
    background: url('../../Images/tel.png') center center no-repeat; }

.tx-e-annuaire-localisation .searchLocalisation {
  text-align: center; }
  .tx-e-annuaire-localisation .searchLocalisation #geolocme {
    display: none;
    width: 165px;
    color: #9f46bf;
    background: url(../../Images/Annuaires-dispositifs/geoloc.png) right center no-repeat;
    margin: 15px auto;
    padding-right: 20px;
    cursor: pointer;
    -webkit-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s; }
  .tx-e-annuaire-localisation .searchLocalisation #geolocme:hover {
    text-decoration: underline; }
  .tx-e-annuaire-localisation #localisationcity {
    margin-bottom: 15px;
    padding-right: 35px;
    width: 80%; }
  .tx-e-annuaire-localisation span.iconSearch {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 43px;
    background: url(../../Images/Annuaires-dispositifs/searchDispo.png) 90% center no-repeat;
    left: -35px;
    top: 15px; }
  .tx-e-annuaire-localisation #tx-annuairelocalisation-fiches .privilege, .tx-e-annuaire-localisation #tx-annuairelocalisation-fiches li:nth-of-type(1) {
    border: 1px solid #9f46bf; }
  .tx-e-annuaire-localisation #tx-annuairelocalisation-fiches .recherche_resultat {
    text-align: center;
    margin: 20px 0; }
  .tx-e-annuaire-localisation #tx-annuairelocalisation-fiches p {
    text-align: center; }
  .tx-e-annuaire-localisation #tx-annuairelocalisation-fiches .title {
    font-weight: bold;
    background: #fff;
    padding: 5px 10px;
    max-width: 75%;
    display: inline-block; }
  .tx-e-annuaire-localisation #tx-annuairelocalisation-fiches .icon-location:before {
    background: url(../../Images/Annuaires-dispositifs/locationSi.png) no-repeat 0 0; }
  .tx-e-annuaire-localisation #tx-annuairelocalisation-fiches li {
    display: block;
    list-style: none;
    margin: 20px auto 0 auto;
    text-align: center; }
  .tx-e-annuaire-localisation #tx-annuairelocalisation-fiches li:before {
    display: none; }
  .tx-e-annuaire-localisation #tx-annuairelocalisation-fiches li .contentGeoloc {
    position: relative;
    top: -15px; }
/*---- Vidéos liste ----*/
.list-view.video-list a:hover {
  text-decoration: none; }
  .list-view.video-list a .lead {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 500; }
  .list-view.video-list a .date_creation {
    font-size: 0.9em;
    font-style: italic;
    margin-top: 20px;
    display: block; }
  .list-view.video-list a .img-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .list-view.video-list a .img-wrap .badge {
    z-index: 1; }
  .list-view.video-list a .img-wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 30px;
    border-color: transparent transparent transparent #fff;
    z-index: 1; }
  .list-view.video-list a .img-wrap:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
/*---- Vidéos liste home ----*/
h2.gallerie {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  margin-bottom: 25px;
  text-align: center; }

.list-view.row.video-list-home > div a {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c7c7c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .list-view.row.video-list-home > div a > div {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 105px;
    height: 86px;
    overflow: hidden;
    border-radius: 7px;
    margin-right: 15px; }
  .list-view.row.video-list-home > div a > div img {
    width: auto;
    min-height: 100%; }
  .list-view.row.video-list-home > div a h3 {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    font-size: 1rem; }
  .list-view.row.video-list-home > div a:hover {
    text-decoration: none; }
  .list-view.row.video-list-home > div a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
/*---- Vidéos single ----*/
.tx-e-annuaires > .row.video-single .backlink-wrap a.btn {
  background: #65676b;
  color: white;
  margin-top: 30px; }

#pratique {
  padding: 50px 0 30px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #pratique .item {
    margin-bottom: 20px;
    width: 50%; }
  @media (min-width: 768px) {
    #pratique .item {
      width: 165px; } }
  #pratique .item a {
    text-align: center;
    font-family: 'multi-display', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #696969;
    display: block; }
  #pratique .item a .circle {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    position: relative;
    background: #eaecec;
    margin: 0 auto 10px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden; }
  #pratique .item a .circle:before, #pratique .item a .circle:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0; }
  #pratique .item a .circle:before {
    background: #13bcff;
    z-index: 1;
    -webkit-transition: top 0.2s ease, left 0.2s ease, width 0.2s ease, height 0.2s ease;
    transition: top 0.2s ease, left 0.2s ease, width 0.2s ease, height 0.2s ease; }
  #pratique .item a .circle:after {
    background: #00a0df;
    z-index: 2;
    -webkit-transition: top 0.6s ease, left 0.6s ease, width 0.6s ease, height 0.6s ease;
    transition: top 0.6s ease, left 0.6s ease, width 0.6s ease, height 0.6s ease; }
  #pratique .item a .circle .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 7px 9px 0px rgba(102, 104, 104, 0.32);
    -moz-box-shadow: 0px 7px 9px 0px rgba(102, 104, 104, 0.32);
    -webkit-box-shadow: 0px 7px 9px 0px rgba(102, 104, 104, 0.32);
    z-index: 3; }
    #pratique .item a .circle .img img {
      max-width: 50%;
      max-height: 50%; }
  #pratique .item a:hover {
    text-decoration: none; }
  #pratique .item a:hover .circle:before, #pratique .item a:hover .circle:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#choixhome {
  text-align: center;
  margin-bottom: 25px; }
  #choixhome div {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
    color: #696969;
    cursor: pointer; }
  #choixhome div.actif {
    color: #00a0df; }
  #choixhome div[data-type='switchBtn'] {
    position: relative;
    width: 30px;
    height: 14px;
    border-radius: 7px;
    background: #84c7df;
    margin: 0 20px; }
  #choixhome div[data-type='switchBtn']:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: -3px;
    border-radius: 50%;
    background: #00a0df;
    right: -10px;
    transition: right 0.4s ease; }
  #choixhome div[data-type='switchBtn'].btnleft:before {
    right: 20px; }

#switch #switchPhoto, #switch #switchVideo {
  display: none; }
  #switch #switchPhoto.actif, #switch #switchVideo.actif {
    display: block; }

h2.gallerie {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  margin-bottom: 25px;
  text-align: center; }

#diaporamas_contenu > div {
  position: relative;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c7c7c7; }
  #diaporamas_contenu > div:nth-child(1), #diaporamas_contenu > div:nth-child(2), #diaporamas_contenu > div:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #diaporamas_contenu > div > div {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 105px;
    height: 86px;
    overflow: hidden;
    border-radius: 7px;
    margin-right: 15px; }
  #diaporamas_contenu > div > div img {
    width: auto;
    min-height: 100%;
    object-fit: cover; }
  #diaporamas_contenu h3 {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    font-size: 1rem; }
  #diaporamas_contenu a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.col-md-6 > div > .row > .col-md-6 {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
  .col-md-6 > div > .row > .col-md-6 {
    margin-bottom: 0; } }

.mag_plus {
  position: relative;
  border: solid 1px #c0c0c0;
  border-radius: 10px;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .mag_plus .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 120px);
    flex: 1 1 calc(100% - 120px); }
  .mag_plus .content p {
    margin-bottom: 0; }
  .mag_plus .content .num {
    color: white;
    background: #00a0df;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 1.6666666667rem;
    position: relative;
    z-index: 1; }
  .mag_plus .content .date {
    text-transform: uppercase;
    font-size: 0.9333333333rem;
    font-weight: 400;
    color: #373737;
    text-align: right; }
  .mag_plus .content .lien {
    display: none; }
  .mag_plus .mag {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 110px;
    flex: 1 1 110px;
    margin-left: 10px; }
  @media (min-width: 768px) {
  .mag_plus {
    display: block; }
    .mag_plus .mag {
      margin-top: 10px;
      margin-left: 0; }

    .mag_plus .content .date {
      width: 100%;
      font-size: 1.3333333333rem;
      margin: 15px 0;
      text-align: left; }
      .mag_plus .content .lien {
        display: block; }
        .mag_plus .content .lien a {
          color: #00a0df;
          font-weight: 700;
          font-size: 1.2rem;
          position: relative;
          padding-left: 15px; }
          .mag_plus .content .lien a:before {
            content: "\f054";
            font-family: 'Font Awesome 5 Free';
            font-weight: 700;
            font-size: 0.8rem;
            display: block;
            color: #00a0df;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: left 0.4s ease;
            transition: left 0.4s ease; }
          .mag_plus .content .lien a:hover {
            text-decoration: none; }
            .mag_plus .content .lien a:hover:before {
              left: 5px; } }
  @media (min-width: 1200px) {
  .mag_plus .mag {
    position: absolute;
    top: 120px;
    right: 15px; }
    .mag_plus .content .num {
      width: 60px;
      height: 60px;
      font-size: 2.2666666667rem;
      margin-top: -15px; }
      .mag_plus .content .date {
        width: calc(100% - 140px);
        font-size: 1.3333333333rem;
        margin: 30px 0;
        text-align: right; } }
  @media (min-width: 1400px) {
  .mag_plus {
    min-height: 295px; } }

.frame-layout-home-event {
  border: solid 1px #d7277b;
  border-radius: 10px;
  padding: 15px; }
  .frame-layout-home-event h1, .frame-layout-home-event h2, .frame-layout-home-event h3, .frame-layout-home-event h4, .frame-layout-home-event h5 {
    color: #d7277b;
    margin-bottom: 15px; }
  .frame-layout-home-event .ce-textpic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .frame-layout-home-event .ce-textpic .ce-gallery {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center; }
  .frame-layout-home-event .ce-textpic .ce-gallery .ce-row figure {
    margin-bottom: 0; }
    .frame-layout-home-event .ce-textpic .ce-gallery .ce-row figure img {
      max-width: 90%; }
  .frame-layout-home-event p:last-of-type {
    margin-bottom: 0; }
  .frame-layout-home-event a.waves-effect {
    background: #d7277b;
    font-size: 1.0666666667rem;
    padding: 15px;
    white-space: nowrap; }
  @media (min-width: 768px) {
    .frame-layout-home-event h1, .frame-layout-home-event h2, .frame-layout-home-event h3, .frame-layout-home-event h4, .frame-layout-home-event h5 {
      text-align: center; }
      .frame-layout-home-event .ce-textpic {
        display: block; }
      .frame-layout-home-event a.waves-effect {
        font-size: 0.9333333333rem;
        padding: 5px 10px;
        margin-top: 10px; } }
  @media (min-width: 992px) {
    .frame-layout-home-event a.waves-effect {
      padding: 15px 20px;
      font-size: 1.0666666667rem; } }
  @media (min-width: 1400px) {
    .frame-layout-home-event {
      min-height: 295px; }
      .frame-layout-home-event a.waves-effect {
        font-size: 1.3333333333rem; } }
