/*Cacher la date des événements*/
.pageid-125300 .e-date {
  display:none;
}

html {
  scroll-behavior: smooth;
}
div.footer-social.col-sm-6 h3{
    margin-top: 40px!important;
}
h1 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #3f403f;
}

h2 {
  font-size: 28px;
  color: #474646;
  margin-bottom: 20px;
}
h3 {
  font-size: 18px;
  color: #eb1b38;
  margin-bottom: 20px;
  margin-top: 20px;
}
h4 {
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
  color: #474646;
  margin-top: 30px;
}
h5 {
  font-size: 15px;
  font-weight: bold;
  text-transform: none;
  color: #474646;
    margin-top: 30px;
}
hr {
  border-top-color: #ccc;
}

/* à Modifier*/ 
.mod-article__title{
    color: #3f403f!important;
}
.event__category{
    color: #4f4f4f;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    margin-top: 0;
}

.banner__title__home{
    background: #303030;
    padding: 10px 20px;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 400;
}
.title__banner{
    text-align: center;
    color: #fff;
    font-size: 1.8em;
    margin-top:60px;
    font-weight: 500;
}

p {
  margin-bottom: 0 !important;
} 


.event-detail__category {
  color: #777777;
  font-style: inherit;
}

.btn.btn-primary {
  background-color: #eb1b38;
  border-color: #e50c2b;
}
.btn.btn-primary:hover {
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}
.btn.btn-primary.btn-darkbg:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #2e2e2e;
}
.btn.btn-secondary {
  background-color: #4f4f4f;
  border-color: #4f4f4f;
  color: #ffffff;
  margin-bottom: 10px;
}
.btn.btn-secondary:hover {
  background-color: #eb1b38;
  border-color: #e50c2b;
}
.btn.btn-secondary.btn-darkbg:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #4f4f4f;
}
.btn.btn-third {
  background-color: #d8d8d8;
  border-color: #ffffff;
  margin-bottom: 10px;
}
.btn.btn-third:hover {
  background-color: #cecece;
  border-color: #ffffff;
}
.btn.btn-trois.btn-darkbg:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #2e2e2e;
}
.btn.btn-trois {
  background-color: #2e2e2e;
  border-color: #ffffff;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 10px;
}
.btn.btn-trois:hover {
  background-color: #eb1b38;
  border-color: #ffffff;
}
.btn.btn-quatre {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #eb1b38;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
  margin-top: 55px;
}
.btn.btn-quatre:hover {
  background-color: #eb1b38;
  border-color: #ffffff;
  color: #ffffff;
}

@media screen and (max-width: 760px) {
  .btn.btn-quatre  {
    margin: -15px 0 45px;
  }
}
.container-padding {
  padding: 5em 0;
}
.container-padding-titre {
  padding-top: 5em;
  padding-bottom: 2em;
}
.container-padding-sanstitre {
  padding-bottom: 5em;
}
.container-padding-list {
  padding: 4em 0;
}
.container-padding-list-fin {
  padding-top: 4em;
  padding-bottom: 7em;
}
.container-padding-accordeon {
  padding-bottom: 4em;
}
.container-padding-accordeon-top {
  padding-top: 4em;
}
.container-padding-logos-top {
  padding-top: 7em;
  padding-bottom: 1em;
}
.container-padding-logos-middle {
  padding: 3em 0;
}
.container-padding-logos-bottom {
  padding-top: 0px;
  padding-bottom: 7em;
}
.container-padding-footer {
  padding: 5em 0;
}
.container-padding-partenaire {
  margin-right: 2em;
}


}

li-white {
  color: #ffffff;
}

.collapse-button {
  float: right;
  width: 20px;
  height: 20px;
  margin: 0 0 40px 40px;
  position: relative;
  overflow: hidden;
  text-indent: -200px;
}
.collapse-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-135deg);
  width: 12px;
  height: 12px;
  border-top: 3px solid #e50c2b;
  border-left: 3px solid #e50c2b;
  box-sizing: border-box;
}
.collapse-button.collapsed:before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

#eventFilterForm .form-group {
  margin: 0 0 40px;
}

.white-bullets li {
  color: #e50c2b;
}
.red-numbers li {
  color: #e50c2b;
}

.contact-sanstitre h1,
.contact-sanstitre h2 {
  display: none;
}

.header-ext-custom {
  color: #2e2e2e;
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
}

.link-menu-blanc {
  color: #2e2e2e;
}

.header-ext-login .member-register {
  visibility: hidden;
  position: relative;
}
.header-ext-login .member-register:after {
  content: "Adhésion";
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e50c2b;
  padding: 0px 12px;
  color: white;
  font-weight: 700;
}
.mod-header .header-ext-login {
  display: inline-flex;
  flex-direction: row-reverse;
}
.header-ext-login .member-register:hover,
.header-ext-login .member-register:active,
.header-ext-login .member-register:focus {
  background-color: #2e2e2e;
  text-decoration: none;
}

.banniere-accueil .zone-html > .content {
  /* position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%); */
}

.urb-hero__video-wrap {
  display: flex;
  position: relative;
  overflow: hidden;
  min-height: 700px;
}

.urb-hero__video-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.45;
  background: 0;
}

.urb-hero__video-text {
  margin: auto;
  position: relative;
  z-index: 1;
}
.urb-hero__video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  transform: translateY(-50%);
  object-fit: fill;
}
.pageid-29830
  #eventFilterForm
  .form-horizontal
  .col-sm-12:nth-child(1)
  .control-label {
  text-indent: -9999px;
  line-height: 0;
}
.pageid-29830
  #eventFilterForm
  .form-horizontal
  .col-sm-12:nth-child(1)
  .control-label:after {
  content: "Rechercher par mois";
  text-indent: 0;
  display: block;
  line-height: initial;
}
.pageid-29830
  #eventFilterForm
  .form-horizontal
  .col-sm-12:nth-child(2)
  .control-label {
  text-indent: -9999px;
  line-height: 0;
}
.pageid-29830
  #eventFilterForm
  .form-horizontal
  .col-sm-12:nth-child(2)
  .control-label:after {
  content: "Rechercher par région";
  text-indent: 0;
  display: block;
  line-height: initial;
}

.form-withProgress__wrapper
  #sub_step_3
  .form-withProgress__navigation-footer:after {
  content: " *** Ne cliquez qu'une seule fois ( patientez 45 secondes)";
  padding: 0px;
  color: red;
  text-size: 10px;
  text-align: left;
  display: block;
  line-height: initial;
}

span.member-greeting {
  display: none;
}

.jumbotron {
  display: none;
}
.form-horizontal h2.section-title {
  margin-top: 20px;
  color: #e50c2b;
}

p.paginatorNbRow {
  display: none;
}

tr#view_imp64j8ZHeWjk25xbrkP9hEI {
  display: none;
}

.zone-100 .carousel {
  height: 100%;
}
.carousel-inner {
  height: 100%;
}
.zone-100 .carousel-inner > .item {
  height: 100%;
  background-color: #ffffff;
}

.pageid-40464 .events.allEvents.events-mosaic {
  display: none;
}

.pageid-40464 .event-detail__nav__cta .btn-back {
  display: none;
}

.pageid-40464 .at-share-btn-elements {
  display: none;
}

.iframe-overlay {
  position: relative;
}
.iframe-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 24px;
  border: 1px dashed #f6f6f6;
  background: #ffffff;
  box-sizing: border-box;
}
@import "https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700";

// Variables
$bg-body: #f9f9f9;

$red: #ee4d4d;
$blue: #2b2e48;
$primary-color: $red;
$secondary-color: $blue;

// Typography
$base-font: helvetica, arial, tahoma, verdana;
$base-font-title: "Dosis", arial, tahoma, verdana;

$base-font-color: #eb1b38;

// Timeline
$timeline-color: $primary-color;

// Mixins and Placeholders
%clearfix {
  &:after,
  &:before {
    content: "";
    display: block;
    width: 100%;
    clear: both;
  }
}

@mixin prefix($prop, $val) {
  @each $prefix in "-webkit-", "-moz-", "-ms-", "" {
    #{$prefix}#{$prop}: $val;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body,
html {
  height: 100%;
}
body {
  background: $bg-body;
  background-size: cover;
  margin: 0;
  padding: 0;
  font-family: $base-font;
  line-height: 20px;
  font-size: 14px;
  color: $base-font-color;
}

img {
  max-width: 100%;
}

a:link {
  outline: none;
  text-decoration: none;
}

a:visited,
a:hover,
a:active {
  outline: none;
  text-decoration: none;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.jumbotron {
  visibility: hidden;
}

h1,
h2,
h3,
h4 {
  weight: 500;
}

.project-name {
  text-align: center;
  padding: 10px 0;
}

// Header
header {
  background: $secondary-color;
  padding: 10px;
  @include prefix(box-shadow, 0 3px 3px rgba(0, 0, 0, 0.05));
  @extend %clearfix;

  .logo {
    color: $primary-color;
    float: left;
    size: 22px;
    weight: 500;
  }

  > span {
    color: lighten($primary-color, 20%);
    font-weight: 300;
  }
}

.social {
  float: right;
  .btn {
    font-family: "Dosis";
    font-size: 14px;
    margin: 10px 5px;
  }
}
#MZRWAw4fLuFUSepKy9vnbpYR
  .mod-header.mod-header-wrapper
  .header-ext.header-ext-custom
  p {
  margin: 0 0 0 !important;
}

.payment-form-cms .payment-billing .form-element-organization {
  display: none;
}

.container-padding-news {
    padding: 0;
}

.mod-banner__img {
    background: transparent no-repeat center center;
    background-size: cover;
    height: 240px;
    overflow: hidden;
    position: relative;
    background-image: url(https://cdn.ca.yapla.com/company/CPYuOcftTLxWNKYl2XaD7pzI0/module/banner/24-site-rfaq-banniere-hero-vide-3840x1000-1709844995.png);
}

.container-padding-partenaires{
    padding: 4em 0;
}

.news-published-date {
    font-weight: 600;
}

.login-wrapper__login h1 {
    color: #eb1b38!important;
}


    
@media screen and (max-width: 765px) {
  .hide-xs {
    display: none;
  }
  .title__banner{
      margin-top:20px;
      font-size: 1.5em;
  }
    h1 {
  font-size: 28px;
}
    .banner__title__home {
    font-size: 20px;
        text-align: center;
}
    .container-padding-partenaires{
    padding: 2em 0;
}
}
.mod-banner__content{
    left: 6%!important;
}
@media (min-width: 768px){
.mod-banner__img {
    height: 500px!important;
}

}
#Gf1Lv0G4sRA5PcnQC9usma8X > div > div > div.row.event-detail__row-image-description.event-detail__section > div.col-sm-10.col-md-12.event-detail__col-image-description > div > img {
    max-width: 205%;
}

.accordion {
  border-top: solid 1px #eb1b38;
  color: #3f403f;
  cursor: pointer;
  padding: 18px;
  max-width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}



.accordion_content {
  padding: 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
div.accordion:after {
    content: '\002B';
    color: #3f403f;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

div.accordion:hover:after {
    color: #fff;
}

.events-mosaic-tags span{
    border: solid 2px #c9c9c9;
    padding: .5rem 1rem;
    border-radius: 25px;
    font-size: 13px;
    color: #eb1b38;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.5;
}

