@charset "UTF-8";
/*!
	Theme Name: France Asso Sante - Carto
	Version: 1.0.0
	Author: Studio Cassette
	Template: revolution
	Text Domain: revolution
	Domain Path: /inc/languages
*/
.home #actus {
  margin-bottom: 8vh !important;
  padding-top: 5vh !important;
  padding-bottom: 8vh !important;
  background-color: #eeeeee !important;
}
.home #agenda {
  margin-top: 8vh !important;
  margin-bottom: 8vh !important;
}
.home div[role=main] .wpb_single_image img {
  border-radius: 100% 100%;
  max-width: 250px;
}

/* Home */
.carto .heading {
  background: url("/wp-content/uploads/sites/126/2020/06/repert-fas.jpg") center center no-repeat white;
  background-size: cover;
}
.carto .heading .small-12 {
  display: flex;
}
.carto .heading .small-12:before {
  content: "";
  padding-top: 40%;
  width: 1px;
  display: block;
}
.carto .heading .post-content {
  padding-top: 60px;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.carto .heading .post-content h1, .carto .heading .post-content h4 {
  color: white;
}
.carto .counting .post-content {
  justify-content: center;
  display: flex;
  padding: 20px 0px;
  margin: 0px;
}
.carto .counting .post-content .loupe {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carto .thb-counter, .carto .thb-counter .counter-container {
  margin: 0px;
}
.carto .thb-counter .counter-container {
  text-align: left;
  color: #25b4bd;
  align-items: flex-start;
  text-align: left;
}
.carto .thb-counter .counter-container .counter {
  margin: 0px;
  color: #302780;
}
.carto .formcontainer {
  background: #e5f6f7;
}
.carto .formsearch {
  padding: 30px 0px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.carto .formsearch .post-content {
  margin-bottom: 0px;
}
.carto .formsearch .form_title {
  color: #302780;
}
.carto .formsearch legend {
  text-transform: uppercase;
}
.carto .formsearch .flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.carto .formsearch input[name=s] {
  width: 100%;
  background-color: white;
  border: 0px;
}
.carto .formsearch select {
  text-transform: uppercase;
  width: calc(25% - 10px);
  background-color: white;
  border: 0px;
}
.carto .formsearch select option:not([value=""]) {
  text-transform: none;
}
.carto .formsearch select + select {
  margin-left: 15px;
}
@media only screen and (max-width: 1024px) {
  .carto .formsearch select {
    width: 100%;
    margin-bottom: 10px;
  }
  .carto .formsearch select + select {
    margin-left: 0px;
  }
}
.carto .formsearch span {
  font-weight: bold;
}
.carto .formsearch a {
  display: inline-block;
  padding: 7px 15px;
  border: 1px solid black;
  border-radius: 30px 30px;
  color: black;
}
.carto .formsearch button[type=submit], .carto .formsearch button[type=reset] {
  background: #302483;
  color: white;
  text-transform: uppercase;
  padding: 15px 45px;
  font-size: 16px;
  font-weight: normal;
  margin-top: 20px;
}
.carto .formsearch button[type=reset] {
  background: #EC644C;
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .carto .formsearch .flex-container {
    flex-direction: column;
  }
  .carto .formsearch select {
    width: 100%;
    margin-bottom: 10px;
  }
  .carto .formsearch a {
    margin-top: 10px;
  }
  .carto .formsearch button[type=reset] {
    margin-left: 0px;
  }
}
.carto .listing_container {
  padding: 0px;
  display: flex;
  flex-flow: row wrap;
}
.carto .search_result_container {
  padding: 30px 0px;
}
.carto .search_result_container h3 {
  padding: 0px 30px;
  text-transform: uppercase;
}
.carto .search_result_container #search_result {
  list-style: none;
}
.carto .search_result_container #search_result .slick-list {
  cursor: default;
}
@media only screen and (min-width: 1024px) {
  .carto .search_result_container #search_result .slick-list .slick-track {
    display: flex;
  }
}
.carto .search_result_container #search_result .slick-slide {
  outline: 0px;
}
@media only screen and (min-width: 1024px) {
  .carto .search_result_container #search_result .slick-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
  }
  .carto .search_result_container #search_result .slick-slide > div {
    flex-grow: 1;
  }
}
.carto .search_result_container .result {
  display: flex !important;
  justify-content: space-between;
  padding: 15px 0px;
  align-items: center;
  border-bottom: 1px solid #d9f2f4;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-radius: 35px 35px;
}
@media only screen and (min-width: 1024px) {
  .carto .search_result_container .result {
    height: 100%;
  }
}
.carto .search_result_container .action_link {
  margin-left: 10px;
  font-weight: bold;
  color: white;
  background: #EC644C;
  border-radius: 5px 5px;
  font-size: 14px;
  padding: 7px 15px;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .carto .search_result_container .result {
    flex-direction: column;
    align-items: flex-end;
    border-left-width: 15px;
    border-right-width: 15px;
    border-radius: 20px 20px;
  }
  .carto .search_result_container .action_link {
    margin-top: 5px;
  }
}
.carto .map_container {
  position: relative;
  padding-top: 95%;
  background: #e7e6f1;
  min-height: 100%;
}
.carto #map {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #e7e6f1;
}
.carto .ctas {
  text-align: center;
  padding: 2.5rem;
}
.carto .ctas .btn {
  margin: 0px 1.25rem;
  width: 350px;
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .carto .listing_container {
    flex-direction: column;
  }
  .carto .listing_container .columns {
    width: 100%;
  }
  .carto #map {
    padding-top: 0px;
    height: 95vw;
  }
  .carto .ctas {
    padding: 2.5rem 0px;
  }
  .carto .ctas .btn {
    margin: 0px 0px;
  }
  .carto .ctas .btn + .btn {
    margin-top: 15px;
  }
}
.carto .search_result_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  width: 100%;
}
.carto .search_result_nav > * {
  order: 1;
}
.carto .search_result_nav > .arrow.right {
  order: 2;
}
.carto .search_result_nav .slick-dots {
  display: flex;
  list-style: none;
  margin: 0px;
}
.carto .search_result_nav .slick-dots li {
  display: none;
  width: 34px;
  height: 34px;
  vertical-align: middle;
  color: black;
  order: 3;
}
.carto .search_result_nav .slick-dots li.slick-active {
  color: white;
  background: #00A7B3;
}
.carto .search_result_nav .slick-dots li button {
  width: 100%;
  height: 100%;
  color: inherit;
  outline: 0px;
  cursor: pointer;
}
.carto .search_result_nav .slick-dots li:nth-child(1), .carto .search_result_nav .slick-dots li:nth-child(2), .carto .search_result_nav .slick-dots li:nth-child(3), .carto .search_result_nav .slick-dots li:last-child {
  display: inline-block;
}
.carto .search_result_nav .slick-dots:before, .carto .search_result_nav .slick-dots:after {
  content: "...";
  line-height: 34px;
  padding: 0px 8px;
}
.carto .search_result_nav .slick-dots.showone:before {
  display: inline-block;
}
.carto .search_result_nav .slick-dots.hidetwo:after {
  display: none;
}
.carto .search_result_nav .slick-dots li:first-child {
  order: 1;
}
.carto .search_result_nav .slick-dots:before {
  order: 2;
  display: none;
}
.carto .search_result_nav .slick-dots:after {
  order: 4;
}
.carto .search_result_nav .slick-dots li:last-child {
  order: 5;
}
.carto .search_result_nav .arrow {
  position: relative;
  display: flex;
  flex-direction: column;
  border-color: black;
  top: 0px;
  bottom: 0px;
  width: 57px;
  height: 57px;
  justify-content: center;
  align-items: center;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
  z-index: 1;
}
.carto .search_result_nav .arrow:before, .carto .search_result_nav .arrow:after {
  content: "";
  border-top: 1px solid;
  border-top-color: inherit;
  display: block;
  width: 30%;
  position: relative;
}
.carto .search_result_nav .arrow:before {
  transform: rotate(50deg) translateX(50%);
  margin-right: 30%;
}
.carto .search_result_nav .arrow:after {
  transform: rotate(-50deg) translateX(50%);
  margin-right: 30%;
}
.carto .search_result_nav .arrow.left {
  left: 0px;
}
.carto .search_result_nav .arrow.right {
  right: 0px;
  transform: rotate(180deg);
}
.carto .search_result_nav .arrow.slick-disabled {
  border-color: grey;
}
.carto .search_result_container .action_title, .carto .popup-bubble .action_title {
  font-weight: bold;
  line-height: 1.2em;
  color: black;
}
.carto .search_result_container .action_type, .carto .popup-bubble .action_type {
  font-size: 13px;
  color: #818181;
  font-weight: bold;
}
.carto .search_result_container .action_asso, .carto .popup-bubble .action_asso {
  font-size: 14px;
  color: #00A7B3;
  font-weight: bold;
}

/* The popup bubble styling. */
.popup-bubble {
  /* Position the bubble centred-above its parent. */
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  /* Style the bubble. */
  background-color: white;
  padding: 5px 10px 0px;
  border-radius: 5px;
  font-family: sans-serif;
  overflow: auto;
  overflow-y: scroll;
  max-height: 300px;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
  /* The parent of the bubble. A zero-height div at the top of the tip. */
}
.popup-bubble-anchor {
  /* Position the div a fixed distance above the tip. */
  position: absolute;
  width: 100%;
  bottom: 38px;
  left: 0;
  /* This element draws the tip. */
}
.popup-bubble-anchor:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* Center the tip horizontally. */
  transform: translate(-50%, 0);
  /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
  width: 0;
  height: 0;
  /* The tip is 8px high, and 12px wide. */
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid white;
}
.popup-bubble ul {
  margin: 0px;
}
.popup-bubble li {
  padding: 5px 0px;
}
.popup-bubble .action_title {
  font-size: 14px;
}
.popup-bubble .action_type {
  font-size: 14px;
}
.popup-bubble .action_asso {
  font-size: 12px;
}
.popup-bubble label {
  position: relative;
  bottom: 0px;
  margin-bottom: 0px;
  left: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-top-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  border-bottom: 0px;
  padding: 5px;
  transform: translateX(-50%);
  white-space: nowrap;
  margin-top: 5px;
}

/* JavaScript will position this div at the bottom of the popup tip. */
.popup-container {
  cursor: auto;
  height: 0;
  position: absolute;
  width: 300px;
}

.cluster-hidden {
  display: none;
}

/* Carto single */
.single-action .hentry header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.single-action .hentry header .action_title {
  min-width: 60%;
  max-width: calc(100% - 190px);
}
.single-action .hentry header .action_type {
  min-width: 60%;
  max-width: calc(100% - 260px);
}
.single-action .hentry header #action_title, .single-action .hentry header .action_infos .asso_name {
  color: #25b4bd;
  font-size: 28px;
  margin-bottom: 10px;
}
.single-action .hentry header label, .single-action .hentry header th {
  font-weight: bold;
  font-size: 16px;
  margin: 0px;
}
.single-action .hentry header .action_type a {
  display: inline-block;
  vertical-align: middle;
}
.single-action .hentry header .action_type a:first-of-type {
  margin-left: 10px;
}
.single-action .hentry header .action_type a, .single-action .hentry header .action_infos .territoire span {
  display: inline-block;
  border-radius: 10px 10px;
  padding: 10px 20px;
  background: #d1eff1;
  color: #25b4bd;
  margin-right: 10px;
  margin-bottom: 10px;
}
.single-action .hentry header .action_infos {
  width: 100%;
  border-radius: 10px 10px;
  padding: 10px 20px;
  margin: 20px 0px;
  box-shadow: 0px 0px 5px 0px #eee;
  display: flex;
  flex-flow: row wrap;
}
.single-action .hentry header .action_infos .col1 {
  padding-right: 20px;
  width: calc(50% - 1px);
}
.single-action .hentry header .action_infos .col2 {
  padding-left: 20px;
  width: calc(50% - 1px);
}
.single-action .hentry header .action_infos .sep {
  width: 1px;
  background: black;
  margin: 20px 0px;
}
.single-action .hentry header .action_infos .territoire {
  margin-bottom: 10px;
}
.single-action .hentry header .action_infos table {
  width: 100%;
  margin-bottom: 0px;
  display: none;
}
.single-action .hentry header .action_infos dl {
  display: flex;
  flex-flow: row wrap;
}
.single-action .hentry header .action_infos dt {
  width: 40px;
}
.single-action .hentry header .action_infos dd {
  width: calc(100% - 40px);
}
.single-action .hentry header .action_infos input {
  display: none;
}
.single-action .hentry header .action_infos > label {
  width: 100%;
  border-top: 1px solid black;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
  padding-top: 10px;
}
.single-action .hentry header .action_infos > label:after {
  content: "⟨";
  transform: rotate(-90deg);
  display: inline-block;
  margin-left: 20px;
}
.single-action .hentry header .action_infos input:checked + label:after {
  transform: rotate(90deg);
}
.single-action .hentry header .action_infos input:checked ~ table {
  display: table;
}
.single-action .hentry header .action_infos p {
  font-size: 16px;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 1024px) {
  .single-action .hentry header {
    flex-direction: column;
  }
  .single-action .hentry header .action_infos {
    flex-direction: column;
  }
  .single-action .hentry header .action_infos .col1, .single-action .hentry header .action_infos .col2 {
    padding: 0px;
    width: 100%;
  }
  .single-action .hentry header .action_infos .sep {
    display: none;
  }
  .single-action .hentry header .action_title, .single-action .hentry header .action_type {
    min-width: none;
    max-width: none;
  }
}
.single-action .hentry header .action_date time, .single-action .hentry td, .single-action .hentry .col2 dl dd {
  color: #150a74;
}
.single-action .hentry table,
.single-action .hentry tr,
.single-action .hentry table tbody:not(.variations):not(.shop_table):not(.group_table),
.single-action .hentry table:not(.variations):not(.shop_table):not(.group_table) tbody tr:nth-child(even) {
  background: white;
  border: 0px;
}
.single-action .hentry tr,
.single-action .hentry table:not(.variations):not(.shop_table):not(.group_table) tbody tr:nth-child(even) {
  padding: 10px 0px;
  width: 100%;
  border-bottom: 1px solid black;
}
.single-action .hentry th {
  vertical-align: top;
  text-align: right;
  width: 320px;
}
.single-action .hentry td {
  vertical-align: top;
}
.single-action .hentry header .action_infos th {
  width: 300px;
}
.single-action .hentry header .action_infos tr,
.single-action .hentry header .action_infos table:not(.variations):not(.shop_table):not(.group_table) tbody tr:nth-child(even) {
  border-bottom: 0px;
}
.single-action .hentry table a {
  color: #cc533f;
}
.single-action .hentry .details .type-taxo a, .single-action .hentry .details .type-taxo span {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  background: #dedcec;
  border-radius: 10px 10px;
  color: #150a74;
  margin: 5px 10px 5px 0px;
}
@media only screen and (max-width: 1024px) {
  .single-action .hentry table {
    display: flex;
  }
  .single-action .hentry th {
    text-align: left;
  }
  .single-action .hentry table tr {
    display: flex;
    flex-flow: column;
  }
  .single-action .hentry table tr td, .single-action .hentry table tr th {
    width: 100%;
    word-break: break-word;
    text-align: justify;
  }
}

/* CSS Oliv */

.single-action .hentry td {
    vertical-align: top;
    word-break: break-word;
}
