/*
 Theme Name:   ASAM b5
 Description:  ASAM Bootstrap 5 Child Theme
 Author:       Ethos Digital
 Template:     bootstrap5
 Version:      0.0.1
 Text Domain:  ASAM
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

/******************************
// CUSTOM
/******************************/
/*.card {
    padding: 15px;
    width: 100%;
    background: #222;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.7);
    user-select: none;
}

.cover-photo {
    position: relative;
    background: url(https://i.imgur.com/jxyuizJ.jpeg);
    background-size: cover;
    height: 420px;
    border-radius: 5px 5px 0 0;
}

.profile {
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: -100px;
    left: 15px;
    border-radius: 50%;
    border: 2px solid #222;
    background: #222;
    padding: 5px;
}

.profile-name {
    margin: 50px 0 60px 120px;
}

.about {
    margin-top: 10px;
    line-height: 1.6;
}

.icons {
    width: 180px;
    margin: 0 auto 10px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.btn {
    margin: 30px 15px;
    background: #7ce3ff;
    padding: 10px 25px;
    border-radius: 3px;
    border: 1px solid #7ce3ff;
    font-weight: bold;
    font-family: Montserrat;
    cursor: pointer;
    color: #222;
    transition: 0.2s;
}

.btn:last-of-type {
    background: transparent;
    border-color: #7ce3ff;
    color: #7ce3ff;
}

.btn:hover {
    background: #7ce3ff;
    color: #222;
}*/



.flex {
	display: flex;	
}

.publiee-le {
	font-size: 13px;
}

.wpcf7 input:not([type="submit"]) {
  width: 99% !important;
  margin-top: 5px; }

.wpcf7 textarea {
  width: 99% !important;
  margin-top: 5px; }

h2.red {
  color: #c7161a; }

ul li:not(.menu-item) {
  margin: 0.7rem 0; }

.no-padding {
  padding: 0 !important; }

.no-side-padding {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

@media (max-width: 576px) {
  .logo-asam .wp-block-media-text__media img {
    display: block !important;
    width: 50% !important;
    margin: 0 auto 8vw auto !important; } }

/******************************
//Tabs partenaires 
//Intranet responsive
// ******************************/
.tftable {
  font-size: 12px;
  color: black;
  width: 100%;
  border-collapse: collapse; }

.tftable th {
  font-size: 16px;
  color: white;
  font-weight: normal;
  background-color: #c7161a;
  border-width: 1px;
  padding: 8px 4px;
  text-align: center;
  border-color: #ae0001; }

.tftable tr {
  background-color: #f0f0f0; }

.tftable td {
  font-size: 12px;
  border-width: 1px;
  padding: 8px 4px;
  border-style: solid;
  border-color: #ae0001; }

.tftable tr:hover {
  background-color: #eaf8c5; }

@media (max-width: 700px) {
  .tftable thead {
    display: none; }
  .tftable tr {
    display: block;
    margin-bottom: 40px; }
  .tftable td {
    display: block;
    text-align: right; }
  .tftable td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold; } }

/******************************

// ***************
// News Intranet
// ***************/
section.rubriques {
  justify-content: space-between;
  border: solid 1px #ccc;
  border-radius: 15px;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; }

section.news-members {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px; }

.news-members .post {
  justify-content: space-between;
  border: solid 1px #ccc;
  border-radius: 15px;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; }
  .news-members .post img {
    background-color: #f0f0f0;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center; }
  .news-members .post .caption {
    padding: 0.5em 0 0; }
    .news-members .post .caption .text {
      font-size: 16px; }
    .news-members .post .caption ul {
      font-size: 16px; }
    .news-members .post .caption .title {
      margin: 2vw 0 0 0;
      color: #c7161a; }
    .news-members .post .caption .author {
      font-style: italic;
      font-size: 14px; }

.news-members .post.large, .news-members .post.small {
  flex: 0 0 100%; }

@media (min-width: 1024px) {
  .news-members .post.small {
    overflow: auto;
    flex: 0 0 48%;
    justify-content: space-around; } }



.card-container{
	background: #eaf8c5;
    box-shadow: none;
    border-radius: 15px;
    overflow: hidden;
    padding: 35px;
    text-align: center;
}

.round {
	max-width: 300px;
    height: auto;
}

/************** FLUENT AUTH FORM****************/
.fls_login_wrapper input#wp-submit {
	background: #c7161a!important;
    border: none;
    border-radius: 15px!important;
    padding: 12px 35px!important;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px!important;
}

.fls_login_wrapper {
	margin: auto;
}

/******************************/

body {
  font-family: 'Poppins', sans-serif !important;
  font-size: 18px !important;
  background: #fff !important;
  overflow-x: hidden;
  /*@media (max-width: 768px) {
        overflow-x: hidden;
    }*/ }
  body a {
    color: #c7161a; }
    body a:hover {
      color: #000; }
  body input[type=radio],
  body input[type=checkbox] {
    width: 20px;
    height: 20px;
    transform: translateY(4px);
    accent-color: #c7161a;
    margin-right: 5px; }
  body .banner {
    position: relative;
    overflow: hidden; }
    body .banner img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      object-position: center bottom; }
    body .banner .container {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      body .banner .container h1 {
        position: absolute;
        bottom: 30%;
        left: 12px;
        width: 50%;
        font-weight: 800; }
        @media (max-width: 576px) {
          body .banner .container h1 {
            width: 85%; } }
    body .banner:after {
      content: '';
      position: absolute;
      bottom: -150px;
      height: 150px;
      left: 0;
      width: 100%;
      background: #fff;
      transform: skewY(-3deg);
      transform-origin: left; }
  body .wp-block-group.alignfull {
    width: calc( 100vw - 8.1px);
    /*max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);*/
    position: relative;
    margin-left: -50vw;
    left: 50%;
    overflow-x: hidden; }
  body .wp-block-button a.wp-block-button__link,
  body .btn {
    background: #c7161a;
    border: none;
    border-radius: 15px;
    padding: 12px 35px;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; }
    body .wp-block-button a.wp-block-button__link:hover, body .wp-block-button a.wp-block-button__link:active,
    body .btn:hover,
    body .btn:active {
      background: #000; }
    body .wp-block-button a.wp-block-button__link:active:focus, body .wp-block-button a.wp-block-button__link:focus,
    body .btn:active:focus,
    body .btn:focus {
      background: #000;
      border-color: #c7161a;
      box-shadow: none; }
  body .intranet-link {
    color: #c7161a;
    text-decoration: underline; }
  body .dashes {
    position: relative;
    padding-bottom: 40px; }
    body .dashes:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 20px;
      background: url(res/dashes.png) no-repeat;
      width: 99px;
      height: 11px; }
    body .dashes .icons {
      position: absolute;
      top: 8px;
      right: 0;
      display: flex; }
      body .dashes .icons .icon {
        margin-left: 10px;
        width: 30px;
        height: 30px; }
      body .dashes .icons div.sharethis-inline-share-buttons {
        margin-left: 15px; }
        body .dashes .icons div.sharethis-inline-share-buttons .st-btn {
          background: #c7161a !important;
          transform: translateY(-7px); }
  body .bg-gray {
    background: #f0f0f0; }
  body .bg-white {
    background: #fff; }
  body .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px; }
  body .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #c7161a; }
  body .icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: inline-block; }
    body .icon.icon-burger {
      background-image: url(res/burger.svg); }
    body .icon.icon-rando {
      background-image: url(res/picto-rando.svg); }
    body .icon.icon-langs {
      background-image: url(res/langue-b.svg); }
    body .icon.icon-langs-red {
      background-image: url(res/langue-red.svg); }
    body .icon.icon-boussole {
      background-image: url(res/boussole.svg);
      transform: translateY(3px); }
    body .icon.icon-calendar {
      background-image: url(res/calendar.svg); }
    body .icon.icon-calendar-red {
      background-image: url(res/calendar-red.svg); }
    body .icon.icon-coeur {
      background-image: url(res/coeur.svg); }
    body .icon.icon-montagne {
      background-image: url(res/montagne.svg); }
    body .icon.icon-map-white {
      background-image: url(res/map-footer.svg); }
    body .icon.icon-phone-white {
      background-image: url(res/phone-footer.svg); }
    body .icon.icon-region {
      background-image: url(res/region.svg); }
    body .icon.icon-diplome {
      background-image: url(res/diplome.svg); }
    body .icon.icon-mail {
      background-image: url(res/mail.svg); }
    body .icon.icon-share {
      background-image: url(res/share.svg);
      transform: translateY(-3px); }
    body .icon.icon-prix {
      background-image: url(res/prix.svg); }
    body .icon.icon-duree {
      background-image: url(res/duree.svg); }
    body .icon.icon-saison {
      background-image: url(res/saison.svg); }
    body .icon.icon-personnes {
      background-image: url(res/nbr-personne.svg); }
    body .icon.icon-type {
      background-image: url(res/type.svg); }
    body .icon.icon-public-cible {
      background-image: url(res/public-cible.svg); }
    body .icon.icon-difficulte {
      background-image: url(res/difficulte.svg); }
    body .icon.icon-fb {
      background-image: url(res/facebook-white.svg); }
    body .icon.icon-instagram {
      background-image: url(res/insta-white.svg); }
    body .icon.icon-croix {
      background-image: url(res/croix.svg); }
  body.menu-visible:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 3; }
  body.menu-visible #burger-menu-content {
    transform: translateY(0); }
  body #burger-menu-mobile {
    display: none;
    background: #eee;
    padding: 10px 15px; }
    @media (max-width: 1024px) {
      body #burger-menu-mobile {
        display: block; } }
    body #burger-menu-mobile > div {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      body #burger-menu-mobile > div a img {
        width: 80px;
        height: auto; }
      body #burger-menu-mobile > div .section-select .nav-item a:focus, body #burger-menu-mobile > div .section-select .nav-item a:hover {
        border: none;
        box-shadow: none; }
      body #burger-menu-mobile > div .section-select .dropdown-item.active,
      body #burger-menu-mobile > div .section-select .dropdown-item:active {
        background-color: #c7161a; }
      body #burger-menu-mobile > div .btn {
        padding: 5px 10px;
        border-radius: 8px; }
        body #burger-menu-mobile > div .btn span.icon {
          width: 21px;
          height: 18px;
          transform: translate(0, 3px); }
  body #burger-menu-content {
    transform: translateY(-100%);
    transition: all 0.2s;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    padding-bottom: 30px; }
    body #burger-menu-content .btn {
      padding: 5px 10px;
      border-radius: 8px; }
      body #burger-menu-content .btn span.icon {
        width: 15px;
        height: 15px;
        transform: translate(0, 2px); }
    body #burger-menu-content #lang-close {
      margin-top: 15px;
      padding: 10px 15px;
      display: flex;
      justify-content: space-between; }
      body #burger-menu-content #lang-close .wpml-ls-legacy-dropdown {
        width: 150px; }
    body #burger-menu-content #recherche {
      margin-top: 15px; }
      body #burger-menu-content #recherche .btn {
        padding: 10px 15px;
        margin-bottom: 15px; }
    body #burger-menu-content #menu {
      margin-top: 20px; }
      body #burger-menu-content #menu .dropdown-menu {
        display: block;
        position: inherit;
        margin-bottom: 15px; }
        body #burger-menu-content #menu .dropdown-menu li.menu-item a.dropdown-item {
          white-space: normal; }
          body #burger-menu-content #menu .dropdown-menu li.menu-item a.dropdown-item.active {
            background: #c7161a; }
          body #burger-menu-content #menu .dropdown-menu li.menu-item a.dropdown-item:active {
            background: #000; }
  body.admin-bar.menu-visible #burger-menu-content {
    top: 45px; }
  body header {
    position: relative; }
    @media (max-width: 1024px) {
      body header {
        display: none; } }
    body header .top-menu {
      background: #fff;
      border-bottom: solid 1px #ccc; }
      body header .top-menu > .container {
        display: flex;
        justify-content: space-between; }
        body header .top-menu > .container .logo-sections {
          display: flex; }
          body header .top-menu > .container .logo-sections .logo {
            width: 110px;
            height: 90px;
            margin: 10px 40px; }
          body header .top-menu > .container .logo-sections .section-select {
            border-left: solid 1px #ccc;
            border-right: solid 1px #ccc;
            padding: 20px;
            display: flex;
            align-items: center; }
            body header .top-menu > .container .logo-sections .section-select .dropdown-item.active,
            body header .top-menu > .container .logo-sections .section-select .dropdown-item:active {
              background-color: #c7161a; }
        body header .top-menu > .container .recherche-randonnee,
        body header .top-menu > .container .recherche-accompagnateur {
          margin-right: 20px; }
        body header .top-menu > .container .recherche-langs {
          display: flex;
          align-items: center;
          list-style-type: none;
          margin: 0; }
          @media (max-width: 1024px) {
            body header .top-menu > .container .recherche-langs a.btn {
              padding: 5px 20px;
              font-size: 14px; } }
          body header .top-menu > .container .recherche-langs .lang {
            display: flex;
            align-items: center;
            width: 120px;
            height: 100%;
            border-left: solid 1px #ccc;
            padding-left: 20px; }
            body header .top-menu > .container .recherche-langs .lang .wpml-ls-legacy-dropdown a {
              border: none; }
              body header .top-menu > .container .recherche-langs .lang .wpml-ls-legacy-dropdown a:after {
                right: -5px; }
        body header .top-menu > .container .login {
          position: absolute;
          top: 5px;
          right: 20px;
          font-size: 12px;
          border: solid 1px #c7161a;
          border-radius: 5px;
          padding: 1px 5px; }
          body header .top-menu > .container .login:hover {
            background: #c7161a; }
            body header .top-menu > .container .login:hover a {
              color: #fff; }
    body header .bottom-menu .navbar-nav {
      display: flex;
      justify-content: center;
      flex-direction: row;
      padding: 20px 0; }
      body header .bottom-menu .navbar-nav > li {
        padding-left: 15px;
        padding-right: 15px; }
        body header .bottom-menu .navbar-nav > li .dropdown-menu li a.dropdown-item.active {
          background-color: #c7161a; }
        body header .bottom-menu .navbar-nav > li .dropdown-menu li a.dropdown-item:active {
          background-color: #000; }
  body #breadcrumbs {
    margin-bottom: 40px; }
    body #breadcrumbs a {
      font-weight: bold; }
  body #filtres {
    border: solid 1px #d4d4d4;
    border-radius: 10px;
    padding: 20px; }
    body #filtres h2 {
      position: relative; }
      body #filtres h2 a {
        font-size: 18px;
        position: absolute;
        top: 5px;
        right: 0;
        text-decoration: underline; }
    body #filtres h3 {
      font-size: 20px;
      font-weight: bold; }
    body #filtres input[name=search] {
      width: 100%;
      border: solid 1px #717171;
      border-radius: 10px;
      padding: 5px 10px; }
    body #filtres .accordion .accordion-item {
      border-radius: 0;
      border-left: none;
      border-right: none;
      border-bottom: none;
      border-top: solid 1px #e1e1e1; }
      body #filtres .accordion .accordion-item .accordion-header .accordion-button {
        color: #000;
        font-size: inherit;
        font-weight: inherit;
        box-shadow: none;
        padding-left: 0;
        padding-right: 0;
        position: relative; }
        body #filtres .accordion .accordion-item .accordion-header .accordion-button:after {
          background-image: url(res/arrow-filter.svg);
          background-size: auto;
          transform-origin: center;
          width: 11px;
          height: 7px; }
        body #filtres .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
          background: none; }
        body #filtres .accordion .accordion-item .accordion-header .accordion-button a {
          position: absolute;
          top: 20px;
          right: 30px;
          font-size: 14px;
          font-weight: normal;
          text-decoration: underline;
          z-index: 99; }
      body #filtres .accordion .accordion-item .accordion-body {
        padding-left: 0;
        padding-right: 0; }
        body #filtres .accordion .accordion-item .accordion-body label {
          margin-left: 30px; }
          body #filtres .accordion .accordion-item .accordion-body label input[type=checkbox] {
            margin-left: -30px; }
  body h3.count {
    margin-bottom: 40px; }
    @media (max-width: 576px) {
      body h3.count {
        margin-top: 40px; } }
    body h3.count big {
      font-size: 40px;
      font-weight: 800; }
  body .randonnees {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px; }
  body .randonnee {
    width: 47%;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    /*&:hover {
            background: #eee;
            .pic {
                &:after {
                    background: #eee;
                }
            }
        }*/ }
    @media (max-width: 1199px) {
      body .randonnee {
        width: 45%; } }
    @media (max-width: 991px) {
      body .randonnee {
        width: 100%; } }
    body .randonnee .pic {
      position: relative;
      overflow: hidden; }
      body .randonnee .pic img {
        width: 100%;
        height: 250px;
        object-fit: cover; }
      body .randonnee .pic .pic_infos {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0px;
        right: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px 20px;
        padding-bottom: 30px;
        color: #fff; }
        @media (max-width: 1199px) {
          body .randonnee .pic .pic_infos h2 {
            font-size: 22px; } }
      body .randonnee .pic:before {
        content: '';
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0; }
      body .randonnee .pic:after {
        content: '';
        position: absolute;
        bottom: -80px;
        height: 80px;
        left: 0;
        width: 100%;
        background: #fff;
        transform: skewY(-5deg);
        transform-origin: left; }
    body .randonnee .infos {
      padding: 40px;
      color: #000; }
      body .randonnee .infos .author,
      body .randonnee .infos .dates,
      body .randonnee .infos .type,
      body .randonnee .infos .difficulte {
        display: flex;
        margin-bottom: 15px; }
      body .randonnee .infos span.icon {
        flex: 0 0 30px; }
      body .randonnee .infos .author {
        font-weight: bold; }
  body .autres-randonnees .randonnees {
    gap: 30px; }
    body .autres-randonnees .randonnees .randonnee {
      width: 32%; }
      @media (max-width: 1199px) {
        body .autres-randonnees .randonnees .randonnee {
          width: 32%; } }
      @media (max-width: 991px) {
        body .autres-randonnees .randonnees .randonnee {
          width: 97%; } }
  body .accompagnateurs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px; }
    @media (max-width: 1199px) {
      body .accompagnateurs {
        gap: 20px; } }
  body .accompagnateur {
    background: #fff;
    width: 47%;
    border: solid 1px #dadada;
    border-radius: 15px;
    padding: 10px;
    /*&:hover {
            background: #eee;
        }*/ }
    @media (max-width: 1199px) {
      body .accompagnateur {
        width: 46%; } }
    @media (max-width: 991px) {
      body .accompagnateur {
        width: 100%; } }
    body .accompagnateur a {
      display: flex;
      color: #000; }
      body .accompagnateur a .pic {
        /*clip-path: circle( 75px at center );
                @media (max-width: 1199px) {
                    clip-path: circle( 60px at center );
                }
                @media (max-width: 991px) {
                    clip-path: circle( 75px at center );
                }*/
        flex: 0 0 45%;
        width: 100%;
        height: 100%; }
        body .accompagnateur a .pic img {
          width: 100%;
          height: auto;
          border-radius: 15px; }
      body .accompagnateur a .infos {
        flex: 0 0 55%;
        padding-left: 20px; }
        body .accompagnateur a .infos span.icon {
          flex: 0 0 30px; }
        body .accompagnateur a .infos .coords {
          display: flex; }
          body .accompagnateur a .infos .coords .author {
            font-weight: bold; }
        body .accompagnateur a .infos .langues {
          display: flex; }
          body .accompagnateur a .infos .langues span.icon {
            flex: 0 0 30px; }
  body.home #main {
    font-size: 18px; }
    @media (max-width: 576px) {
      body.home #main {
        font-size: 18px; } }
    body.home #main h2 {
      font-size: 30px;
      font-weight: 800;
      margin-bottom: 3vw;
      text-align: center; }
      @media (max-width: 576px) {
        body.home #main h2 {
          font-size: 30px;
          text-align: center;
          margin-bottom: 6vw; } }
    body.home #main h3 {
      font-size: 25px; }
    @media (max-width: 576px) {
      body.home #main .wp-block-spacer {
        height: 40px !important; } }
    body.home #main .teaser {
      margin-top: 0px;
      margin-bottom: 3vw; }
      body.home #main .teaser h1 {
        color: #c7161a;
        font-size: 50px;
        font-weight: 700;
        padding: 2vw 0; }
        @media (max-width: 576px) {
          body.home #main .teaser h1 {
            font-size: 40px; } }
      body.home #main .teaser h2 {
        width: 75%;
        margin: 0 auto;
        font-size: 35px;
        font-weight: 400; }
        @media (max-width: 576px) {
          body.home #main .teaser h2 {
            width: 80%;
            font-size: 20px; } }
    body.home #main .formations {
      font-size: 20px; }
      body.home #main .formations .wp-block-columns {
        gap: 0;
        margin-bottom: 0; }
        body.home #main .formations .wp-block-columns .wp-block-group {
          height: 100%; }
          body.home #main .formations .wp-block-columns .wp-block-group .wp-block-group__inner-container {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 0 0; }
      body.home #main .formations .wp-block-image {
        width: 100%;
        height: 100%; }
        body.home #main .formations .wp-block-image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        @media (max-width: 768px) {
          body.home #main .formations .wp-block-image {
            display: none; } }
      @media (max-width: 576px) {
        body.home #main .formations h3 {
          font-size: 25px;
          font-weight: bold;
          margin-bottom: 20px; } }
    body.home #main .wp-block-image {
      margin-bottom: 0; }
    @media (max-width: 576px) {
      body.home #main .gblock.gblock-randos-accompagnateurs {
        margin-bottom: 50px;
        padding-top: 50px; } }
    @media (max-width: 768px) {
      body.home #main .logos h2 {
        text-align: center; }
      body.home #main .logos .wp-block-column {
        text-align: center; } }
  body.home .categorie-recherche {
    margin-bottom: 30px; }
    body.home .categorie-recherche div {
      display: flex; }
      @media (max-width: 576px) {
        body.home .categorie-recherche div {
          flex-direction: column; } }
      body.home .categorie-recherche div label {
        border: solid 1px #d4d4d4;
        border-radius: 10px;
        padding: 10px 20px;
        margin-right: 20px;
        cursor: pointer; }
        @media (max-width: 576px) {
          body.home .categorie-recherche div label {
            margin-top: 15px; } }
  body .autres-infos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 50px 0; }
    body .autres-infos > div {
      display: flex;
      flex: 0 0 33%;
      margin-bottom: 50px;
      /*&:last-child {
                margin-bottom: 0;
            }*/ }
      @media (max-width: 576px) {
        body .autres-infos > div {
          flex: 0 0 100%; } }
      body .autres-infos > div .icon {
        margin-right: 20px;
        width: 55px;
        height: 55px; }
      body .autres-infos > div h3 {
        font-size: 20px;
        text-transform: uppercase; }
  body.detail-accompagnateur .description .profil {
    display: flex; }
    @media (max-width: 576px) {
      body.detail-accompagnateur .description .profil {
        flex-direction: column; } }
    body.detail-accompagnateur .description .profil .pic img {
      border-radius: 15px; }
    body.detail-accompagnateur .description .profil .infos {
      margin-left: 50px; }
      @media (max-width: 576px) {
        body.detail-accompagnateur .description .profil .infos {
          margin-left: 0;
          margin-bottom: 30px; } }
      body.detail-accompagnateur .description .profil .infos .name {
        font-weight: bold; }
      body.detail-accompagnateur .description .profil .infos .adresse {
        margin-bottom: 20px; }
      body.detail-accompagnateur .description .profil .infos a.btn {
        margin-bottom: 10px; }
      body.detail-accompagnateur .description .profil .infos .social .btn {
        padding: 10px;
        line-height: 10px; }
        body.detail-accompagnateur .description .profil .infos .social .btn .icon {
          width: 30px;
          height: 30px; }
  body.detail-accompagnateur .randonnees .randonnee {
    width: 32%; }
    @media (max-width: 576px) {
      body.detail-accompagnateur .randonnees .randonnee {
        width: 100%; } }
  body.detail-randonnee .swiper {
    margin-bottom: 50px;
    /*@media (max-width: 576px) {
                height: 200px;
            }*/ }
    body.detail-randonnee .swiper .swiper-wrapper .swiper-slide img {
      width: 100%;
      height: auto; }
  body.detail-randonnee .swiper-pagination {
    bottom: 0px; }
  body.detail-randonnee .infos .profil {
    display: inline-block;
    text-align: center;
    margin-bottom: 30px; }
    body.detail-randonnee .infos .profil .pic img {
      clip-path: circle(75px at center); }
    body.detail-randonnee .infos .profil .name {
      margin-top: 20px;
      font-weight: 600; }
    body.detail-randonnee .infos .profil .inscription {
      margin-top: 20px; }
  body.page-template-template-news .entry-title {
    display: none; }
  body.page-template-template-news .news-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px; }
    body.page-template-template-news .news-list .news {
      flex: 0 0 32%;
      display: none;
      flex-direction: column;
      justify-content: space-between;
      border: solid 1px #ccc;
      border-radius: 15px;
      padding: 20px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; }
      @media (max-width: 576px) {
        body.page-template-template-news .news-list .news {
          flex: 0 0 100%; } }
      body.page-template-template-news .news-list .news img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: center; }
      body.page-template-template-news .news-list .news .cats {
        display: flex;
        flex-direction: row;
        margin: 10px 0; }
        body.page-template-template-news .news-list .news .cats .cat {
          background: #c7161a;
          color: #fff;
          margin-right: 10px;
          border-radius: 5px;
          padding: 5px 10px; }
      body.page-template-template-news .news-list .news h2 {
        font-size: 25px;
        font-weight: bold; }
  body.page-template-template-news #loadMore {
    display: none;
    margin-top: 20px; }
  body.news-detail .banner {
    display: none; }
  body.news-detail .cats {
    display: flex;
    flex-direction: row;
    margin: 10px 0; }
    body.news-detail .cats .cat {
      background: #c7161a;
      color: #fff;
      margin-right: 10px;
      border-radius: 5px;
      padding: 5px 10px; }
  body.news-detail .news-picture {
    display: flex;
    justify-content: center;
    margin: 40px 0; }
    body.news-detail .news-picture img {
      width: 100%;
      height: auto; }
  body #footer {
    position: relative;
    margin-top: 180px;
    background: #c7161a;
    color: #fff;
    padding: 30px 0;
    padding-top: 100px; }
    @media (max-width: 576px) {
      body #footer {
        margin-top: 200px;
        padding-top: 0px; } }
    body #footer:before {
      content: '';
      background: url(res/montagne-footer.svg) repeat-x bottom center;
      width: 100%;
      height: 137px;
      position: absolute;
      top: 0;
      transform: translateY(-137px); }
    body #footer .container a:hover {
      text-decoration: underline; }
    body #footer .container .coordonnees {
      flex: 0 0 20%; }
      @media (max-width: 768px) {
        body #footer .container .coordonnees {
          flex: 0 0 100%; } }
      body #footer .container .coordonnees .logo {
        width: 110px;
        height: 90px;
        margin-bottom: 50px; }
        @media (max-width: 576px) {
          body #footer .container .coordonnees .logo {
            width: 80%;
            height: auto;
            margin-bottom: 20px;
            margin-left: 30px; } }
      body #footer .container .coordonnees .adresse, body #footer .container .coordonnees .tel {
        display: flex; }
        body #footer .container .coordonnees .adresse .icon, body #footer .container .coordonnees .tel .icon {
          flex: 0 0 30px; }
        body #footer .container .coordonnees .adresse a, body #footer .container .coordonnees .tel a {
          text-decoration: inherit;
          color: inherit; }
          body #footer .container .coordonnees .adresse a:hover, body #footer .container .coordonnees .tel a:hover {
            text-decoration: underline; }
      body #footer .container .coordonnees .social {
        margin-left: 30px;
        margin-top: 15px; }
        body #footer .container .coordonnees .social a img {
          width: 30px;
          height: 30px;
          margin-right: 10px; }
    body #footer .container .sections {
      flex: 0 0 20%; }
      @media (max-width: 768px) {
        body #footer .container .sections {
          margin-top: 40px;
          flex: 0 0 100%; } }
      @media (max-width: 576px) {
        body #footer .container .sections {
          display: none; } }
      body #footer .container .sections ul {
        margin-top: 20px;
        padding-left: 18px; }
        body #footer .container .sections ul li {
          line-height: 30px; }
    body #footer .container .footer-menu {
      display: flex; }
      @media (max-width: 768px) {
        body #footer .container .footer-menu {
          display: block; margin-top: 20px; flex-direction: column;  } }
      body #footer .container .footer-menu li {
        flex: 0 0 33%;
        list-style-type: none;
        line-height: 30px; }
        body #footer .container .footer-menu li.menu-item-has-children {
          font-weight: 500;
          font-size: 24px; }
          body #footer .container .footer-menu li.menu-item-has-children .sub-menu {
            margin-top: 20px;
            padding-left: 18px;
            font-size: 16px;
            font-weight: normal; }
            body #footer .container .footer-menu li.menu-item-has-children .sub-menu li {
              list-style-type: disc; }
        body #footer .container .footer-menu li a {
          color: #fff; }
        body #footer .container .footer-menu li.menu-item-234, body #footer .container .footer-menu li.menu-item-353 {
          display: none; }
  body #copyright {
    overflow-x: hidden;
    padding: 20px 0; }
    body #copyright a {
      margin-left: 20px;
      color: #000 !important;
      text-decoration: underline; }
    @media (max-width: 576px) {
      body #copyright span {
        display: block; } }
  body.admin-bar .edit-link a {
    color: blue !important; }
