@charset "UTF-8";
/*
@font-face {
    font-family: 'icomoon';
    src: url('.././fonts/icomoon/icomoon.eot?178on9');
    src: url('../fonts/icomoon/icomoon.eot?178on9#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.ttf?178on9') format('truetype'),
    url('../fonts/icomoon/icomoon.woff?178on9') format('woff'),
    url('../fonts/icomoon/icomoon.svg?178on9#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
@mixin gradient($color1,$color2){
  background:$color1;
  background-image: -o-linear-gradient(bottom, $color1 0%, $color2 100%);
  background-image: -moz-linear-gradient(bottom, $color1 0%, $color2 100%);
  background-image: -webkit-linear-gradient(bottom, $color1 0%, $color2 100%);
  background-image: -ms-linear-gradient(bottom, $color1 0%, $color2 100%);
  background-image: -webkit-gradient(
  	linear,
  	left bottom,
  	left top,
  	color-stop(0.0, $color1),
  	color-stop(1, $color2)
  );
  background-image: linear-gradient(bottom, $color1 0%, $color2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color1', endColorstr='$color2',GradientType=0);
}


*/
body.oc-loading, body.oc-loading * {
  cursor: wait !important;
}
.stripe-loading-indicator {
  height: 5px;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 2000;
}
.stripe-loading-indicator .stripe, .stripe-loading-indicator .stripe-loaded {
  height: 5px;
  display: block;
  background: #0090c0;
  position: absolute;
  -webkit-box-shadow: inset 0 1px 1px -1px #FFF, inset 0 -1px 1px -1px #FFF;
  box-shadow: inset 0 1px 1px -1px #FFF, inset 0 -1px 1px -1px #FFF;
}
.stripe-loading-indicator .stripe {
  width: 100%;
  -webkit-animation: oc-infinite-loader 60s linear;
  animation: oc-infinite-loader 60s linear;
}
.stripe-loading-indicator .stripe-loaded {
  width: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.stripe-loading-indicator.loaded {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.stripe-loading-indicator.loaded .stripe-loaded {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  width: 100% !important;
}
.stripe-loading-indicator.hide {
  display: none;
}
body > p.flash-message {
  position: fixed;
  width: 500px;
  left: 50%;
  top: 13px;
  margin-left: -250px;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 30px 10px 15px;
  z-index: 10300;
  word-wrap: break-word;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body > p.flash-message.fade {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s, width 0s;
  transition: all 0.5s, width 0s;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
body > p.flash-message.fade.in {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
body > p.flash-message.success {
  background: #8da85e;
}
body > p.flash-message.error {
  background: #cc3300;
}
body > p.flash-message.warning {
  background: #f0ad4e;
}
body > p.flash-message.info {
  background: #5fb6f5;
}
body > p.flash-message button.close {
  float: none;
  position: absolute;
  right: 10px;
  top: 8px;
  color: white;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  opacity: 0.2;
  filter: alpha(opacity=20);
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  outline: none;
}
body > p.flash-message button.close:hover, body > p.flash-message button.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media (max-width: 768px) {
  body > p.flash-message {
    left: 10px;
    right: 10px;
    top: 10px;
    margin-left: 0;
    width: auto;
  }
}
[data-request][data-request-validate] [data-validate-for]:not(.visible), [data-request][data-request-validate] [data-validate-error]:not(.visible) {
  display: none;
}
a.oc-loading:after, button.oc-loading:after, span.oc-loading:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.4em;
  height: 1em;
  width: 1em;
  animation: oc-rotate-loader 0.8s infinite linear;
  border: 0.2em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@-moz-keyframes oc-rotate-loader {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes oc-rotate-loader {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes oc-rotate-loader {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes oc-rotate-loader {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes oc-rotate-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes oc-infinite-loader {
  0% {
    width: 0;
  }
  10% {
    width: 42%;
  }
  20% {
    width: 63%;
  }
  30% {
    width: 78.75%;
  }
  40% {
    width: 88.59375%;
  }
  50% {
    width: 94.130859375%;
  }
  60% {
    width: 97.0724487305%;
  }
  70% {
    width: 98.5892057419%;
  }
  80% {
    width: 99.3594339117%;
  }
  90% {
    width: 99.7475567005%;
  }
  100% {
    width: 99.9423761471%;
  }
}
@-webkit-keyframes oc-infinite-loader {
  0% {
    width: 0;
  }
  10% {
    width: 42%;
  }
  20% {
    width: 63%;
  }
  30% {
    width: 78.75%;
  }
  40% {
    width: 88.59375%;
  }
  50% {
    width: 94.130859375%;
  }
  60% {
    width: 97.0724487305%;
  }
  70% {
    width: 98.5892057419%;
  }
  80% {
    width: 99.3594339117%;
  }
  90% {
    width: 99.7475567005%;
  }
  100% {
    width: 99.9423761471%;
  }
}
@-o-keyframes oc-infinite-loader {
  0% {
    width: 0;
  }
  10% {
    width: 42%;
  }
  20% {
    width: 63%;
  }
  30% {
    width: 78.75%;
  }
  40% {
    width: 88.59375%;
  }
  50% {
    width: 94.130859375%;
  }
  60% {
    width: 97.0724487305%;
  }
  70% {
    width: 98.5892057419%;
  }
  80% {
    width: 99.3594339117%;
  }
  90% {
    width: 99.7475567005%;
  }
  100% {
    width: 99.9423761471%;
  }
}
@-ms-keyframes oc-infinite-loader {
  0% {
    width: 0;
  }
  10% {
    width: 42%;
  }
  20% {
    width: 63%;
  }
  30% {
    width: 78.75%;
  }
  40% {
    width: 88.59375%;
  }
  50% {
    width: 94.130859375%;
  }
  60% {
    width: 97.0724487305%;
  }
  70% {
    width: 98.5892057419%;
  }
  80% {
    width: 99.3594339117%;
  }
  90% {
    width: 99.7475567005%;
  }
  100% {
    width: 99.9423761471%;
  }
}
@keyframes oc-infinite-loader {
  0% {
    width: 0;
  }
  10% {
    width: 42%;
  }
  20% {
    width: 63%;
  }
  30% {
    width: 78.75%;
  }
  40% {
    width: 88.59375%;
  }
  50% {
    width: 94.130859375%;
  }
  60% {
    width: 97.0724487305%;
  }
  70% {
    width: 98.5892057419%;
  }
  80% {
    width: 99.3594339117%;
  }
  90% {
    width: 99.7475567005%;
  }
  100% {
    width: 99.9423761471%;
  }
}
/*
@mixin gradient($color1,$color2){
  background:$color1;
  background-image: -o-linear-gradient(bottom, $color1 0%, $color2 100%);
  background-image: -moz-linear-gradient(bottom, $color1 0%, $color2 100%);
  background-image: -webkit-linear-gradient(bottom, $color1 0%, $color2 100%);
  background-image: -ms-linear-gradient(bottom, $color1 0%, $color2 100%);
  background-image: -webkit-gradient(
  	linear,
  	left bottom,
  	left top,
  	color-stop(0.0, $color1),
  	color-stop(1, $color2)
  );
  background-image: linear-gradient(bottom, $color1 0%, $color2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color1', endColorstr='$color2',GradientType=0);
}


*/
.section-persons .swiper-slide p {
  line-height: 30px;
  margin-bottom: 0em;
}
.invalid-feedback {
  color: red;
}
.hide {
  display: none;
}
.text-red {
  color: red;
}
.form-textarea {
  border: 2px solid #F5ACC6;
  border-radius: 15px;
  padding: 6px 10px;
}
.jcf-radio {
  margin-right: 0px;
  border-radius: 24px;
}
.form-textarea::-webkit-scrollbar {
  width: 12px;
  background-color: transparent;
  border-radius: 15px;
}
.form-textarea::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background-color: #b3b3b3;
  margin: 5px;
}
body {
  color: var(--h1-h6-color);
}
.sticky-header .header {
  left: 0;
  right: 0;
  width: 100%;
}
footer a {
  font-weight: bold;
}
.forcecolor {
  color: #FFFFFF !important;
  background: #000000 !important;
}
h1, .h1 {
  font-weight: normal;
  margin-bottom: 50px;
}
.home-title {
  font-size: 35px;
}
.layout-page h2, .layout-page .h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}
.introduction > *:last-child:not(h1) {
  margin-bottom: 50px;
}
.content h2, .content .h2, .text h2, .text .h2 {
  border-top: 2px solid #DB1A5D;
  padding-top: 22px;
  margin-top: 30px;
}
.intro {
  font-size: 22px;
  line-height: 33px;
}
.h4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}
h3, .h3 {
  line-height: 1.333;
}
body ol, body ul {
  margin-bottom: 1.2em;
}
body ol li, body ul li {
  margin-bottom: 5px;
}
main {
  min-height: 520px;
}
.bigger {
  font-size: 18px;
  line-height: 26px;
}
p {
  line-height: 1.375;
}
ol, ul {
  list-style: disc;
  margin-left: 20px;
  padding: 0;
  margin-bottom: 0;
}
ol li, ul li {
  margin-bottom: 1em;
}
.captcha {
  opacity: 0;
}
.border-title {
  margin-bottom: 22px;
}
.section-home {
  margin-bottom: 60px;
}
.section-repeater {
  margin-bottom: 80px;
}
.img-cover-m-0 {
  margin: 0 !important;
}
.section-numbers .image {
  height: 70px;
  margin-bottom: 20px;
}
.section-numbers .num {
  color: #6B9F1E;
  font-size: 40px;
  line-height: 47px;
  font-weight: 600;
  margin: 0 0 0.5em;
}
.section-separator {
  padding: 130px 0 120px;
}
.section-separator h2 {
  font-size: 60px;
  line-height: 70px;
}
.section-separator .text {
  font-size: 28px;
  font-weight: bold;
}
.radiobtn {
  margin-bottom: 10px;
}
.pagination {
  margin: auto;
  padding: 0;
  list-style: none;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.pagination li {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin: 0 5px;
}
.pagination li a {
  display: inline-block;
  border-width: 2px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  line-height: 1.115;
  background-color: #DB1A5D;
  border-radius: 24px;
  border-color: #DB1A5D;
  padding: 12px 20px;
}
.pagination li a:hover {
  color: #DB1A5D;
  background-color: #ffffff;
}
.pagination li.active a {
  color: #DB1A5D;
  background-color: #ffffff;
}
.image-gallery .image-gallery-item {
  display: block;
  cursor: pointer;
  margin-bottom: 30px;
  border: 1px solid #DB1A5D;
}
.image-gallery .image-gallery-item span {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 110px;
  position: relative;
  color: #DB1A5D;
}
.image-gallery .image-gallery-item span:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  top: auto;
  left: auto;
  bottom: 1px;
  right: 5px;
  position: absolute;
}
.image-gallery .image-gallery-item.hover span, .image-gallery .image-gallery-item:focus span {
  color: #DB1A5D;
}
.image-gallery.news-slider .image-gallery-item span {
  height: 300px;
}
.fr-fic.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 15px;
  margin-right: 15px;
}
.fr-fic.fr-dii.fr-fil {
  float: left;
  margin: 0 15px 15px 0;
}
.fr-fic.fr-dii.fr-fir {
  float: right;
  margin: 0 0px 15px 15px;
}
.fr-fic.fr-dib {
  margin: 15px auto;
  display: block;
  float: none;
  vertical-align: top;
}
.fr-fic.fr-dib.fr-fil {
  margin-left: 0;
}
.fr-fic.fr-dib.fr-fir {
  margin-right: 0;
}
.border-title-under {
  margin-bottom: 30px;
}
.page-nous-soutenir .section-repeater {
  margin-bottom: 30px;
}
.page-actualites-actualites .introduction > *:last-child:not(h1), .page-evenements-evenements .introduction > *:last-child:not(h1) {
  margin-bottom: 30px;
}
.page-actualites-actualites .section-page, .page-evenements-evenements .section-page {
  padding-top: 0;
}
.icon-login {
  font-size: 26px;
  line-height: 26px;
  margin-left: 10px;
}
.icon-login:hover {
  font-weight: bold;
}
.event-link {
  display: inline-block;
  margin-top: 21px;
}
.bg-grey {
  background-color: #eaeaea;
}
.bg-grey .header.header-inner, .bg-grey .sticky-header .header, .bg-grey .header {
  background-color: #eaeaea;
}
.bg-pink {
  background-color: #DB1A5D;
  color: #ffffff;
}
.bg-pink h3 {
  color: #ffffff;
}
.bg-pink a {
  color: #ffffff;
  font-weight: 500;
}
.bg-pink a:hover, .bg-pink a:focus {
  color: #DDDDDD;
}
.bg-white {
  background-color: white;
}
.separator-content {
  background-color: #44E952;
  position: relative;
}
.column_block {
  margin-bottom: 30px;
  padding: 10px 15px 5px;
}
.section-separator .container {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
.section-separator .separator-background {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-color: #44E952;
  background-blend-mode: luminosity;
  opacity: 0.34;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
footer h3 {
  font-weight: 600;
  margin-bottom: 3rem;
}
.usermenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.usermenu .active a {
  border-bottom: 2px solid #FFFFFF;
  padding-bottom: 5px;
}
.usermenu li {
  margin-bottom: 15px;
}
.usermenu li:last-child {
  margin-bottom: 10px;
}
.bg-backuser {
  background-color: #F5B4CC;
}
.nav-drop > .nav > .header-menu > li {
  padding: 0 10px;
}
.bottom-form {
  margin-top: 50px;
  font-size: 13px;
}
body #tamaro-widget-overlay.tamaro-widget.tamaro-widget, body #tamaro-widget.tamaro-widget.tamaro-widget, body #tamaro-widget.tamaro-widget .payment-payment-method-details > .main .payment-method-details > .header .title .text, body #tamaro-widget.tamaro-widget .subscription-payment-method-details > .main .payment-method-details > .header .title .text, body #tamaro-widget.tamaro-widget.tamaro-bp-sm .payment-payment-methods > .main .payment-methods .payment-method .text, body #tamaro-widget-overlay.tamaro-widget .error-message, body #tamaro-widget.tamaro-widget .error-message {
  font-size: 1.5rem;
}
body #tamaro-widget-overlay.tamaro-widget .md-ripple .md-ripple-cont, body #tamaro-widget.tamaro-widget .md-ripple .md-ripple-cont {
  font-size: 1rem;
}
body #tamaro-widget.tamaro-widget .widget-content .widget-block .widget-block-header .title .text {
  font-size: 2.125rem;
}
body #tamaro-widget.tamaro-widget .payment-amounts .amount.custom-amount .form-block label {
  font-size: 2rem;
}
body #tamaro-widget.tamaro-widget .payment-amounts > .main .amounts .amount .main .code {
  font-size: 1.875rem;
}
body #tamaro-widget-overlay.tamaro-widget.tamaro-widget, body #tamaro-widget.tamaro-widget.tamaro-widget {
  background: transparent;
}
body #tamaro-widget.tamaro-widget .widget-content .widget-block .widget-block-header .title .position {
  background-color: #DB1A5D;
  color: white !important;
}
body #tamaro-widget.tamaro-widget .payment-submit .main button {
  background-color: #DB1A5D;
  border-color: #DB1A5D;
}
body #tamaro-widget.tamaro-widget .payment-submit .main button span {
  color: white !important;
  font-size: 1.5rem;
}
body #tamaro-widget.tamaro-widget .payment-submit .main button:hover, body #tamaro-widget.tamaro-widget .payment-submit .main button:focus {
  background-color: white;
}
body #tamaro-widget.tamaro-widget .payment-submit .main button:hover span, body #tamaro-widget.tamaro-widget .payment-submit .main button:focus span {
  color: #DB1A5D !important;
}
@media screen and (max-width: 1200px) {
  body section {
    padding-right: 15px;
    padding-left: 15px;
  }
  body section .img-cover {
    margin-right: -15px;
    margin-left: -15px;
    width: auto;
  }
}
